* { margin: 0; padding: 0; box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

:root {
  --bg:      #ffffff;
  --bg2:     #fafaf7;
  --bg3:     #efece4;
  --dark:    #1d2329;
  --dark2:   #2a3038;
  --dark3:   #0e1116;
  --gold:    #c89f3a;
  --gold2:   #a8842b;
  --gold3:   #e3c779;
  --text:    #515761;
  --muted:   #9a9ea6;
  --line:    rgba(29,35,41,0.10);
  --line2:   rgba(29,35,41,0.18);
  --serif:   'Noto Serif JP', 'Cormorant Garamond', Georgia, serif;
  --sans:    'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

/* ===== HEADER ===== */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 300;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.logo-img { display: flex; align-items: center; text-decoration: none; }
.brand-name {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 5px;
  color: var(--dark);
  font-weight: 500;
}
.brand-mark {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  background: var(--dark);
  border-radius: 2px;
  transform: rotate(45deg);
}
.brand-mark::after {
  content: '';
  position: absolute;
  inset: 6px;
  background: var(--gold);
  border-radius: 1px;
}

nav { display: flex; gap: 32px; align-items: center; }
nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  transition: color 0.3s;
}
nav a:hover { color: var(--dark); }

.nav-cta {
  background: var(--dark);
  color: #fff !important;
  padding: 11px 26px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  border: 1px solid var(--dark);
  transition: all 0.3s;
}
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: #fff !important; }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(200,159,58,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(58,68,82,0.45) 0%, transparent 50%),
    linear-gradient(135deg, var(--dark3) 0%, var(--dark) 50%, var(--dark3) 100%);
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 8%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(200,159,58,0.5) 35%, rgba(200,159,58,0.5) 65%, transparent 100%);
}
.hero::after {
  content: '';
  position: absolute;
  top: 0; right: 14%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.10) 30%, rgba(255,255,255,0.10) 70%, transparent 100%);
}
.hero-wrap {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 64px 112px;
}
.hero-left { max-width: 720px; }
.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.10);
}
.stat-card {
  background: var(--dark);
  padding: 36px 28px 32px;
  position: relative;
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 28px;
  height: 2px;
  background: var(--gold);
}
.stat-label {
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--gold3);
  margin-bottom: 16px;
  font-weight: 500;
}
.stat-value {
  font-family: var(--serif);
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.05;
  font-weight: 500;
  margin-bottom: 10px;
}
.stat-value span {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-left: 6px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.stat-value-sm {
  font-family: var(--serif);
  font-size: 19px;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
.stat-desc {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 1.5px;
}
.hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  color: var(--gold3);
  letter-spacing: 7px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold3);
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(36px, 5.4vw, 66px);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 5px;
  line-height: 1.45;
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,0.78);
  line-height: 2.1;
  max-width: 540px;
  margin-bottom: 40px;
}
.hero .btn-primary {
  background: var(--gold);
  color: var(--dark3);
  border-color: var(--gold);
  font-weight: 600;
}
.hero .btn-primary:hover {
  background: var(--gold3);
  border-color: var(--gold3);
}
.hero .btn-outline {
  border-color: rgba(255,255,255,0.55);
  color: #ffffff;
  background: transparent;
}
.hero .btn-outline:hover {
  background: #ffffff;
  color: var(--dark3);
  border-color: #ffffff;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 18px 36px;
  border-radius: 0;
  transition: all 0.3s;
}
.btn-primary {
  background: var(--dark);
  color: #fff;
  border: 1px solid var(--dark);
}
.btn-primary:hover { background: var(--gold); border-color: var(--gold); }
.btn-outline {
  border: 1px solid var(--dark);
  color: var(--dark);
  background: transparent;
}
.btn-outline:hover { background: var(--dark); color: #fff; }

/* ===== LAYOUT ===== */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 64px; }
section { padding: 110px 0; }
section.alt { background: var(--bg2); }
section.dark { background: var(--dark); color: rgba(255,255,255,0.85); }

.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 6px;
  color: var(--gold2);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
}
section.dark .section-label { color: var(--gold3); }
section.dark .section-label::before { background: var(--gold3); }

.section-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  color: var(--dark3);
  letter-spacing: 3px;
  margin: 0 0 22px;
  line-height: 1.45;
}
section.dark .section-title { color: #fff; }

.section-lead {
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  line-height: 2.1;
  max-width: 700px;
  margin-bottom: 56px;
}
section.dark .section-lead { color: rgba(255,255,255,0.7); }

/* ===== CONCEPT ===== */
.concept-body {
  max-width: 760px;
  font-size: 15.5px;
  color: var(--text);
  line-height: 2.3;
}
.concept-body p { margin-bottom: 22px; }
.concept-body strong { color: var(--dark3); font-weight: 500; }

/* ===== TARGET CARDS ===== */
.target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.target-card {
  background: var(--bg);
  padding: 48px 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s;
  position: relative;
}
.target-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 28px;
  height: 3px;
  background: var(--gold);
}
.target-card:hover { background: var(--bg2); }
.target-num {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--gold2);
  letter-spacing: 4px;
  margin-bottom: 18px;
}
.target-title {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  color: var(--dark3);
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.target-desc {
  font-size: 13.5px;
  color: var(--text);
  line-height: 2;
  margin-bottom: 22px;
}
.target-meta {
  font-size: 12px;
  color: var(--dark3);
  letter-spacing: 1px;
  font-weight: 500;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

/* ===== SERVICE LIST ===== */
.service-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.service-row {
  display: grid;
  grid-template-columns: 220px 1fr 40px;
  align-items: center;
  gap: 32px;
  padding: 28px 12px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.25s, padding-left 0.25s;
}
.service-row:hover {
  background: var(--bg2);
  padding-left: 24px;
}
.service-row:hover .service-arrow { color: var(--gold); transform: translateX(4px); }
.service-name {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--dark3);
  letter-spacing: 3px;
}
.service-desc {
  font-size: 13.5px;
  color: var(--text);
  line-height: 1.85;
}
.service-arrow {
  font-size: 18px;
  color: var(--dark);
  text-align: right;
  transition: all 0.3s;
}

/* ===== FEATURE CARDS ===== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.feature-card {
  background: var(--bg);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 44px 28px;
  transition: background 0.3s;
}
.feature-card:hover { background: var(--bg2); }
.feature-num {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--gold2);
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.feature-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--dark3);
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.feature-desc {
  font-size: 13px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.95;
}

/* ===== PRICING ===== */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.price-block {
  padding: 40px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.price-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--text);
  margin-bottom: 16px;
}
.price-main {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  color: var(--dark3);
  letter-spacing: 1px;
  line-height: 1.1;
}
.price-unit {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
  margin-left: 4px;
}
.price-note {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.7;
}

/* ===== VOICE ===== */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 24px;
}
.voice-card {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 40px;
  position: relative;
}
.voice-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  left: 28px;
  font-family: var(--serif);
  font-size: 56px;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
}
.voice-body {
  font-size: 14px;
  color: var(--text);
  line-height: 2.1;
  margin-top: 18px;
  margin-bottom: 24px;
}
.voice-meta {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 1px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.voice-meta strong { color: var(--dark3); font-weight: 500; margin-right: 8px; }

/* ===== DIRECTOR CARD ===== */
.director-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 24px;
}
.director-photo {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--bg3) 0%, var(--dark2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 3px;
}
.director-body { font-size: 14.5px; color: var(--text); line-height: 2.1; }
.director-name {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--dark3);
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.director-name em {
  font-style: normal;
  font-size: 22px;
  margin-left: 10px;
  font-weight: 500;
}
.director-credentials {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.director-bio { margin-bottom: 22px; font-size: 14px; }
.director-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--gold2);
  text-decoration: none;
  transition: gap 0.3s;
}
.director-link:hover { gap: 12px; }

/* ===== GREETING (info page) ===== */
.greeting-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}
.greeting-photo {
  width: 100%;
  aspect-ratio: 4/5;
}
.greeting-body {
  font-size: 14.5px;
  color: var(--text);
  line-height: 2.2;
}
.greeting-body p { margin-bottom: 18px; }
.greeting-body ul li { padding: 6px 0; font-size: 13.5px; }
.greeting-name {
  margin-top: 32px;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 2px;
  color: var(--dark3);
}
.greeting-name em {
  font-style: normal;
  font-size: 22px;
  margin-left: 10px;
  font-weight: 500;
}

/* ===== FAQ ===== */
.faq-list { margin-top: 24px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 8px; }
.faq-item summary {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--dark3);
  cursor: pointer;
  letter-spacing: 0.5px;
  list-style: none;
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
  line-height: 1.7;
}
.faq-item summary::before {
  content: 'Q.';
  font-family: var(--serif);
  position: absolute;
  left: 0;
  color: var(--gold2);
  font-weight: 500;
}
.faq-item summary::after {
  content: '＋';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.3s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p {
  margin-top: 16px;
  margin-left: 32px;
  font-size: 13.5px;
  color: var(--text);
  line-height: 2.1;
  padding-right: 32px;
}

/* ===== SERVICE DETAIL (services page) ===== */
.svc-block {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 48px;
  margin-bottom: 32px;
  position: relative;
}
.svc-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 48px;
  height: 3px;
  background: var(--gold);
}
.svc-block h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  color: var(--dark3);
  letter-spacing: 3px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.svc-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.svc-row:last-child { border-bottom: none; }
.svc-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  color: var(--gold2);
  padding-top: 6px;
}
.svc-content { font-size: 14px; color: var(--text); line-height: 2.1; }
.svc-content strong { color: var(--dark3); font-weight: 500; }
.svc-price {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--dark3);
  letter-spacing: 1px;
}
.svc-price-unit { font-size: 13px; color: var(--muted); margin-left: 6px; font-weight: 400; }

/* ===== INFO ===== */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.info-block-title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  color: var(--gold2);
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line2);
}
.hours-tbl { width: 100%; border-collapse: collapse; }
.hours-tbl td {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid var(--line);
}
.hours-tbl td:first-child { color: var(--text); font-size: 13px; letter-spacing: 1.5px; width: 50%; }
.hours-tbl td:last-child { color: var(--dark3); }
.closed td { color: var(--muted) !important; }

.contact-list { margin-top: 24px; }
.contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--text);
}
.contact-icon { color: var(--gold2); min-width: 64px; font-size: 11px; font-weight: 500; letter-spacing: 2px; padding-top: 2px; }
.contact-row a { color: var(--dark3); text-decoration: none; transition: color 0.2s; }
.contact-row a:hover { color: var(--gold2); text-decoration: underline; }

.map-placeholder {
  width: 100%;
  height: 360px;
  background: var(--bg2);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 3px;
}
.map-open-link {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 28px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  color: var(--dark);
  text-decoration: none;
  border: 1px solid var(--dark);
  transition: all 0.3s;
}
.map-open-link:hover { background: var(--dark); color: #fff; }

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--dark);
  padding: 96px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gold);
}
.cta-band h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 18px;
  color: #fff;
}
.cta-band p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 36px;
  letter-spacing: 1.5px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-band .btn-primary {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
  font-weight: 600;
}
.cta-band .btn-primary:hover { background: var(--gold3); border-color: var(--gold3); color: var(--dark); }
.cta-band .btn-outline {
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}
.cta-band .btn-outline:hover { background: #fff; color: var(--dark); border-color: #fff; }

/* ===== FOOTER ===== */
footer {
  background: var(--dark3);
  padding: 64px 0 32px;
  color: rgba(255,255,255,0.65);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand p:first-child {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 500;
}
.footer-tagline {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.5);
}
.footer-links { display: flex; gap: 32px; flex-wrap: wrap; }
.footer-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.25s;
}
.footer-links a:hover { color: var(--gold3); }
.footer-bottom {
  padding-top: 24px;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  letter-spacing: 1.5px;
}

/* ===== PAGE HERO (sub pages) ===== */
.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 56px;
  background: linear-gradient(135deg, var(--bg2) 0%, var(--bg3) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--gold2);
  text-decoration: none;
  margin-bottom: 28px;
  transition: gap 0.3s;
  font-weight: 500;
}
.back-link:hover { gap: 14px; }
.page-subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  color: var(--muted);
  margin-top: 14px;
}
.page-section { padding: 96px 0; }
.page-section.alt { background: var(--bg2); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  header { padding: 0 20px; height: 58px; }
  nav { gap: 18px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 8px 16px; font-size: 11px; }
  .wrap { padding: 0 24px; }
  section { padding: 72px 0; }
  .hero-wrap { grid-template-columns: 1fr; gap: 48px; padding: 110px 24px 64px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat-card { padding: 24px 20px; }
  .stat-value { font-size: 30px; }
  .feature-grid { grid-template-columns: 1fr; }
  .target-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; gap: 48px; }
  .price-grid { grid-template-columns: 1fr; }
  .voice-grid { grid-template-columns: 1fr; }
  .director-card { grid-template-columns: 1fr; gap: 28px; }
  .director-photo { max-width: 240px; margin: 0 auto; aspect-ratio: 1/1; }
  .greeting-grid { grid-template-columns: 1fr; gap: 36px; }
  .greeting-photo { max-width: 280px; margin: 0 auto; aspect-ratio: 4/5; }
  .service-row { grid-template-columns: 1fr 32px; gap: 4px; padding: 22px 8px; }
  .service-row .service-desc { grid-column: 1 / -1; margin-top: 6px; }
  .svc-row { grid-template-columns: 1fr; gap: 6px; }
  .svc-label { padding-top: 0; }
  .svc-block { padding: 28px; }
  .hero-title { letter-spacing: 3px; }
  .page-hero-content { padding-top: 100px; }
}
@media (max-width: 600px) {
  .hero { height: auto; min-height: auto; padding-bottom: 60px; }
}
