/* Rose Hill Montessori — shared styles */
:root {
  --cream: oklch(97% 0.012 75);
  --cream-warm: oklch(94% 0.022 70);
  --cream-deeper: oklch(90% 0.028 65);
  --ink: oklch(22% 0.015 60);
  --ink-soft: oklch(38% 0.018 55);
  --ink-muted: oklch(55% 0.015 55);
  --sage: oklch(48% 0.055 140);
  --sage-deep: oklch(36% 0.05 145);
  --sage-soft: oklch(92% 0.03 140);
  --terracotta: oklch(62% 0.115 38);
  --terracotta-soft: oklch(92% 0.045 50);
  --line: oklch(86% 0.02 70);
  --shadow-sm: 0 1px 2px rgba(60,40,20,.04), 0 2px 8px rgba(60,40,20,.04);
  --shadow-md: 0 4px 16px rgba(60,40,20,.06), 0 12px 32px rgba(60,40,20,.06);
  --shadow-lg: 0 8px 28px rgba(60,40,20,.08), 0 24px 60px rgba(60,40,20,.08);
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4, h5 { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -0.01em; color: var(--ink); }
h1 { font-size: clamp(48px, 7vw, 96px); letter-spacing: -0.02em; }
h2 { font-size: clamp(36px, 4.5vw, 60px); }
h3 { font-size: clamp(26px, 2.6vw, 36px); }
h4 { font-size: clamp(20px, 1.6vw, 24px); }
p { color: var(--ink-soft); text-wrap: pretty; }
em.accent { font-style: italic; color: var(--sage-deep); font-weight: 400; }
.eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); }
.italic { font-style: italic; font-family: var(--serif); }
.container { width: min(1240px, 92vw); margin: 0 auto; }
.container-narrow { width: min(880px, 92vw); margin: 0 auto; }
section { padding: clamp(64px, 9vw, 128px) 0; }
.divider { height: 1px; background: var(--line); }
.bg-cream-warm { background: var(--cream-warm); }
.pt-0 { padding-top: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 999px; font-weight: 500; font-size: 15px; transition: all .25s ease; white-space: nowrap; }
.btn-primary { background: var(--ink); color: var(--cream); }
.btn-primary:hover { background: var(--sage-deep); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--cream); }
.btn-light { background: var(--cream); color: var(--ink); }
.btn-light:hover { background: var(--cream-warm); }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(3px); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--sage-deep); font-weight: 500; font-size: 15px; border-bottom: 1px solid transparent; padding-bottom: 2px; transition: border-color .2s; }
.link-arrow:hover { border-color: var(--sage-deep); }
.link-arrow .arrow { transition: transform .25s; }
.link-arrow:hover .arrow { transform: translateX(3px); }

/* Navigation */
.nav { position: sticky; top: 0; z-index: 50; background: color-mix(in oklab, var(--cream) 92%, transparent); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; gap: 16px; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo-mark { width: 36px; height: 36px; border-radius: 50%; background: var(--sage); display: grid; place-items: center; color: var(--cream); font-family: var(--serif); font-size: 20px; font-style: italic; flex-shrink: 0; }
.nav-logo-text { font-family: var(--serif); font-size: 20px; line-height: 1.05; letter-spacing: -0.01em; }
.nav-logo-text small { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: 0.18em; color: var(--ink-muted); text-transform: uppercase; font-weight: 600; margin-top: 2px; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a { padding: 8px 14px; border-radius: 999px; font-size: 14.5px; color: var(--ink-soft); font-weight: 500; transition: all .2s; }
.nav-links a:hover { color: var(--ink); background: var(--cream-warm); }
.nav-links a.active { color: var(--ink); background: var(--cream-warm); }
.nav-cta { display: flex; gap: 14px; align-items: center; }
.nav-tel { font-size: 14px; color: var(--ink-soft); font-weight: 500; display: inline-flex; align-items: center; gap: 6px; }
.nav-mobile-toggle { display: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); align-items: center; justify-content: center; background: transparent; }
.nav-mobile-toggle svg { width: 18px; height: 18px; }
@media (max-width: 1080px) {
  .nav-links, .nav-tel { display: none; }
  .nav-mobile-toggle { display: flex; }
}

.mobile-menu { display: none; position: fixed; inset: 0; background: var(--cream); z-index: 60; padding: 24px; overflow-y: auto; }
.mobile-menu.open { display: block; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.mobile-menu-links { display: flex; flex-direction: column; gap: 0; }
.mobile-menu-links a { padding: 18px 0; font-size: 26px; font-family: var(--serif); border-bottom: 1px solid var(--line); }
.mobile-menu-actions { margin-top: 32px; }

/* Hero */
.hero { padding: clamp(60px, 8vw, 96px) 0 clamp(80px, 10vw, 140px); position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 6px; background: var(--sage-soft); border-radius: 999px; font-size: 13px; color: var(--sage-deep); font-weight: 500; margin-bottom: 28px; }
.hero-eyebrow-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--sage); }
.hero h1 { margin-bottom: 28px; }
.hero p.lead { font-size: clamp(17px, 1.4vw, 19px); max-width: 520px; margin-bottom: 36px; color: var(--ink-soft); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 32px; padding-top: 28px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.stat-n { font-family: var(--serif); font-size: 36px; line-height: 1; color: var(--ink); }
.stat-l { font-size: 13px; color: var(--ink-muted); margin-top: 6px; letter-spacing: 0.04em; }
.hero-art { position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-art .badge { position: absolute; left: 20px; bottom: 20px; background: var(--cream); padding: 14px 18px; border-radius: var(--r-md); display: flex; gap: 12px; align-items: center; box-shadow: var(--shadow-md); }
.hero-art .badge-circle { width: 40px; height: 40px; border-radius: 50%; background: var(--terracotta-soft); display: grid; place-items: center; color: var(--terracotta); font-family: var(--serif); font-size: 20px; }
.hero-art .badge-text { font-size: 13px; line-height: 1.3; }
.hero-art .badge-text strong { display: block; color: var(--ink); font-weight: 600; }
.hero-art .badge-text span { color: var(--ink-muted); }

/* Placeholder image (striped) */
.imgph { position: relative; width: 100%; height: 100%; background: repeating-linear-gradient(135deg, oklch(88% 0.025 65), oklch(88% 0.025 65) 10px, oklch(85% 0.03 65) 10px, oklch(85% 0.03 65) 20px); display: grid; place-items: center; }
.imgph-label { font-family: var(--mono); font-size: 11px; padding: 6px 10px; background: var(--cream); border-radius: 6px; color: var(--ink-muted); letter-spacing: 0.04em; }
.imgph.sage { background: repeating-linear-gradient(135deg, oklch(86% 0.045 140), oklch(86% 0.045 140) 10px, oklch(82% 0.05 140) 10px, oklch(82% 0.05 140) 20px); }
.imgph.terra { background: repeating-linear-gradient(135deg, oklch(89% 0.04 50), oklch(89% 0.04 50) 10px, oklch(85% 0.05 50) 10px, oklch(85% 0.05 50) 20px); }
.imgph.ink { background: repeating-linear-gradient(135deg, oklch(35% 0.018 60), oklch(35% 0.018 60) 10px, oklch(32% 0.02 60) 10px, oklch(32% 0.02 60) 20px); }
.imgph.ink .imgph-label { background: oklch(96% 0.01 60); }

/* Section heading */
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: clamp(40px, 5vw, 72px); flex-wrap: wrap; }
.section-head-left { max-width: 640px; }
.section-head h2 { margin-top: 14px; }
.section-head p { margin-top: 18px; max-width: 540px; }

/* Cards: programs */
.programs-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.program-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; display: flex; flex-direction: column; }
.program-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.program-card .img-wrap { aspect-ratio: 4/3; }
.program-card .body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.program-card .ages { font-family: var(--mono); font-size: 12px; color: var(--sage); letter-spacing: 0.06em; }
.program-card h4 { margin: 0; }
.program-card p { font-size: 14.5px; margin: 0; flex: 1; }
.program-card .link-arrow { margin-top: 8px; }
.program-card.featured { grid-column: span 6; }
.program-card.std { grid-column: span 4; }
.program-card.small { grid-column: span 4; }
@media (max-width: 900px) {
  .program-card.featured, .program-card.std, .program-card.small { grid-column: span 6; }
}
@media (max-width: 600px) {
  .program-card.featured, .program-card.std, .program-card.small { grid-column: span 12; }
}

/* Values */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .values { grid-template-columns: 1fr; } }
.value { padding: 36px 32px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); display: flex; flex-direction: column; gap: 16px; }
.value-num { font-family: var(--serif); font-size: 32px; color: var(--sage); font-style: italic; }
.value h4 { font-size: 26px; line-height: 1.2; }
.value p { font-size: 15.5px; }

/* Philosophy band */
.philosophy { background: var(--sage-deep); color: var(--cream); padding: clamp(80px, 12vw, 160px) 0; position: relative; overflow: hidden; }
.philosophy h2, .philosophy h3, .philosophy h4 { color: var(--cream); }
.philosophy p { color: oklch(92% 0.02 140); }
.philosophy .container { position: relative; z-index: 2; }
.philosophy-blob { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: oklch(45% 0.06 140); filter: blur(80px); opacity: 0.6; pointer-events: none; }
.philosophy-blob.b1 { top: -100px; right: -80px; }
.philosophy-blob.b2 { bottom: -150px; left: -100px; background: oklch(50% 0.08 38); opacity: 0.4; }
.philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
@media (max-width: 900px) { .philosophy-grid { grid-template-columns: 1fr; gap: 40px; } }
.philosophy blockquote { font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); line-height: 1.25; font-style: italic; font-weight: 400; color: var(--cream); margin-bottom: 24px; }
.philosophy cite { font-style: normal; font-size: 14px; color: oklch(85% 0.03 140); letter-spacing: 0.04em; }
.philosophy .eyebrow { color: oklch(85% 0.04 140); }
.philosophy-points { display: flex; flex-direction: column; gap: 28px; }
.philosophy-point { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: start; }
.philosophy-point-num { width: 40px; height: 40px; border-radius: 50%; border: 1px solid oklch(70% 0.04 140); display: grid; place-items: center; font-family: var(--serif); font-style: italic; color: var(--cream); }

/* Apply steps */
.apply-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .apply-steps { grid-template-columns: 1fr; } }
.apply-step { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 40px 32px; }
.apply-step-n { font-family: var(--serif); font-size: 64px; color: var(--terracotta); font-style: italic; line-height: 1; margin-bottom: 24px; }
.apply-step h4 { margin-bottom: 12px; }
.apply-step p { font-size: 15px; margin-bottom: 20px; }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }
.testimonial { background: var(--cream); border-radius: var(--r-lg); padding: 36px 32px; display: flex; flex-direction: column; gap: 20px; border: 1px solid var(--line); }
.testimonial-quote { font-family: var(--serif); font-style: italic; font-size: 21px; line-height: 1.4; color: var(--ink); flex: 1; }
.testimonial-quote::before { content: "\201C"; font-size: 56px; line-height: 0; vertical-align: -0.4em; color: var(--terracotta); margin-right: 4px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--sage-soft); color: var(--sage-deep); display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-weight: 500; flex-shrink: 0; }
.testimonial-name { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.testimonial-role { font-size: 13px; color: var(--ink-muted); }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { display: flex; flex-direction: column; gap: 18px; }
.blog-card .img-wrap { aspect-ratio: 4/3; border-radius: var(--r-md); overflow: hidden; }
.blog-card .meta { font-size: 12px; color: var(--ink-muted); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }
.blog-card h4 { font-size: 22px; line-height: 1.25; }
.blog-card p { font-size: 14.5px; }

/* CTA band */
.cta-band { padding: clamp(80px, 11vw, 140px) 0; text-align: center; }
.cta-band .inner { max-width: 720px; margin: 0 auto; }
.cta-band h2 { margin-bottom: 24px; }
.cta-band p { font-size: 18px; margin-bottom: 36px; }
.cta-band .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Footer */
footer { background: var(--ink); color: oklch(86% 0.012 70); padding: 80px 0 32px; }
footer h5 { font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--cream); letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; }
footer a { color: oklch(82% 0.012 70); font-size: 14.5px; display: block; padding: 5px 0; transition: color .15s; }
footer a:hover { color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid oklch(35% 0.018 60); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .nav-logo-text { color: var(--cream); }
.footer-brand .nav-logo-text small { color: oklch(70% 0.012 70); }
.footer-brand p { color: oklch(70% 0.012 70); font-size: 14.5px; margin-top: 18px; max-width: 280px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 13px; color: oklch(65% 0.012 70); flex-wrap: wrap; gap: 16px; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { display: inline; padding: 0; font-size: 13px; }
.footer-address { color: oklch(82% 0.012 70); font-size: 14.5px; line-height: 1.6; }
.footer-address a { display: inline; padding: 0; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid oklch(35% 0.018 60); display: grid; place-items: center; transition: all .2s; padding: 0; }
.social-icon:hover { background: oklch(30% 0.025 60); border-color: oklch(50% 0.025 60); }
.social-icon svg { width: 14px; height: 14px; }

/* Inner page hero */
.page-hero { padding: clamp(60px, 8vw, 110px) 0 clamp(40px, 5vw, 60px); }
.page-hero .breadcrumbs { font-size: 13px; color: var(--ink-muted); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(40px, 5.5vw, 76px); max-width: 900px; margin-bottom: 24px; }
.page-hero p.lead { font-size: clamp(17px, 1.5vw, 20px); max-width: 620px; }

/* Two-column content */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.two-col.reverse > :first-child { order: 2; }
@media (max-width: 900px) {
  .two-col, .two-col.reverse { grid-template-columns: 1fr; }
  .two-col.reverse > :first-child { order: 0; }
}
.two-col h2 { margin-bottom: 24px; }
.two-col p { margin-bottom: 16px; }
.two-col .img-wrap { aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }

/* Feature list */
.feature-list { display: flex; flex-direction: column; gap: 6px; margin: 28px 0; }
.feature-list-item { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: start; }
.feature-list-item:last-child { border-bottom: 0; }
.feature-list-item-mark { width: 22px; height: 22px; border-radius: 50%; background: var(--sage-soft); color: var(--sage-deep); display: grid; place-items: center; font-size: 12px; margin-top: 4px; }
.feature-list-item h5 { font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.feature-list-item p { font-size: 14.5px; margin: 0; }

/* Tuition */
.tuition { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .tuition { grid-template-columns: 1fr; } }
.tuition-card { padding: 32px; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--cream); }
.tuition-card.featured { background: var(--sage-deep); color: var(--cream); border-color: var(--sage-deep); }
.tuition-card.featured h4, .tuition-card.featured .price { color: var(--cream); }
.tuition-card.featured p, .tuition-card.featured .eyebrow { color: oklch(90% 0.02 140); }
.tuition-card h4 { margin-bottom: 4px; }
.tuition-card .price { font-family: var(--serif); font-size: 44px; margin: 16px 0 6px; line-height: 1; }
.tuition-card .note { font-size: 13px; color: var(--ink-muted); margin-bottom: 20px; }
.tuition-card.featured .note { color: oklch(85% 0.025 140); }
.tuition-card ul { list-style: none; padding: 0; margin-top: 8px; border-top: 1px solid var(--line); }
.tuition-card.featured ul { border-color: oklch(45% 0.05 140); }
.tuition-card li { padding: 8px 0; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.tuition-card.featured li { border-color: oklch(45% 0.05 140); }
.tuition-card li:last-child { border-bottom: 0; }

/* Resources */
.resources { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 700px) { .resources { grid-template-columns: 1fr; } }
.resource { display: flex; gap: 20px; padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); transition: transform .25s, box-shadow .25s; }
.resource:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.resource-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--terracotta-soft); color: var(--terracotta); display: grid; place-items: center; flex-shrink: 0; font-family: var(--serif); font-size: 26px; font-style: italic; }
.resource h4 { font-size: 20px; margin-bottom: 6px; }
.resource p { font-size: 14.5px; margin: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.contact-info-item h5 { font-family: var(--sans); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); font-weight: 600; margin-bottom: 8px; }
.contact-info-item p, .contact-info-item a { font-family: var(--serif); font-size: 22px; color: var(--ink); }
.contact-info-item a:hover { color: var(--sage-deep); }
.contact-info-item .socials a { background: transparent; }
.contact-info-item .social-icon { border-color: var(--line); color: var(--ink-soft); }
.contact-info-item .social-icon:hover { background: var(--cream-warm); border-color: var(--sage); color: var(--sage-deep); }
.contact-form { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; display: flex; flex-direction: column; gap: 16px; }
.contact-form label { font-size: 13px; color: var(--ink-soft); font-weight: 500; display: block; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 15px; background: var(--cream); margin-top: 6px; color: var(--ink); font-family: var(--sans); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--sage); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .contact-form .row { grid-template-columns: 1fr; } }
.contact-form-confirmation { padding: 24px 0; text-align: center; }
.contact-form-confirmation h3 { font-size: 32px; color: var(--sage-deep); margin-bottom: 12px; }

/* Map */
.map { aspect-ratio: 21/9; border-radius: var(--r-lg); overflow: hidden; background: var(--sage-soft); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 24px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; align-items: center; font-family: var(--serif); font-size: 22px; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--sans); font-size: 24px; color: var(--sage); transition: transform .25s; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 0 24px; max-width: 760px; font-size: 16px; color: var(--ink-soft); }

.text-center { text-align: center; }
.mt-12 { margin-top: 48px; }
