:root {
  --ink: #252321;
  --muted: #746c64;
  --cream: #eee4d7;
  --paper: #fcf9f4;
  --sage: #aa8e70;
  --sage-dark: #6d5542;
  --champagne: #d4b78f;
  --cocoa: #4d3d32;
  --line: rgba(37, 35, 33, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 5vw, 78px);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.brand { display: flex; align-items: center; gap: 12px; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.brand-logo {
  display: block;
  width: 190px;
  height: auto;
  object-fit: contain;
}
.brand-mark {
  width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto;
  filter: brightness(0) invert(1); opacity: .9;
}
.brand-copy { display: flex; flex-direction: column; gap: 4px; }
.brand-copy strong { font-size: 13px; line-height: 1; letter-spacing: .16em; }
.brand-copy strong i { color: var(--champagne); font-style: normal; }
.brand-copy small { font-size: 9px; line-height: 1; letter-spacing: .1em; opacity: .72; }
nav { display: flex; gap: 32px; font-size: 14px; }
nav a { transition: opacity .2s; }
nav a:hover { opacity: .55; }
.site-header > .button { justify-self: end; background: #e2caa8; color: #2b2520; }
.site-header > .button:hover { background: #f1dfc6; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 999px;
  border: 0; cursor: pointer;
  background: var(--ink); color: white; font-weight: 600; font-size: 14px;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: var(--sage-dark); }
.button-small { min-height: 44px; padding: 0 20px; }
.button-light { background: var(--cream); color: var(--ink); width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero {
  position: relative; min-height: min(900px, 100svh); overflow: hidden;
  display: flex; align-items: center; padding: 130px clamp(24px, 8vw, 130px) 70px;
  background: #2b2a29;
}
.hero-image { position: absolute; inset: 0; background: url("/enaia-align-hero.webp") center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(31,31,31,.98) 0%, rgba(45,42,39,.94) 38%, rgba(91,74,59,.58) 64%, rgba(205,181,150,.18) 100%); }
.hero-content { position: relative; z-index: 1; width: min(680px, 55vw); color: white; }
.hero-context { margin: 0 0 10px; color: #f0e8df; font-size: 14px; font-weight: 600; letter-spacing: .07em; }
.eyebrow { margin: 0 0 20px; color: var(--sage-dark); font: 600 12px/1.4 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; font-weight: 400; letter-spacing: -.055em; line-height: .98; }
h1 { font-size: clamp(58px, 7vw, 104px); }
h1 em, h2 em { color: var(--sage-dark); font-style: normal; }
.hero .eyebrow, .hero h1 em { color: var(--champagne); }
.hero-lead { max-width: 590px; margin: 32px 0; color: #e8e0d7; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero .button { background: var(--champagne); color: #2b2520; }
.hero .button:hover { background: #ead4b6; }
.hero .text-link { border-color: rgba(255,255,255,.72); }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 28px; padding: 0; margin: 56px 0 0; list-style: none; font-size: 13px; }
.trust-list span { color: var(--champagne); margin-right: 5px; }

.section { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.planner {
  color: white;
  background: linear-gradient(135deg, #292a2a 0%, #4b4540 48%, #9b8064 100%);
}
.planner .eyebrow { color: #e3c8a4; }
.planner h2 em { color: #e6cba5; }
.planner .section-heading > p:last-child { color: rgba(255,255,255,.76); }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 10vw; align-items: end; max-width: 1250px; margin: 0 auto 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(48px, 6.4vw, 86px); }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 550px; }
.section-heading.compact { display: block; text-align: center; max-width: 900px; }

.plan-picker { max-width: 1100px; margin: 0 auto 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.plan-option {
  border: 1px solid rgba(255,255,255,.23); border-radius: 14px; background: rgba(255,255,255,.08);
  padding: 18px 20px; color: white; cursor: pointer; text-align: left;
  transition: background .2s, border .2s, transform .2s;
}
.plan-option:hover { transform: translateY(-2px); }
.plan-option span, .plan-option strong { display: block; }
.plan-option span { color: rgba(255,255,255,.64); font-size: 13px; margin-bottom: 7px; }
.plan-option.active { background: #e0c39e; color: #2b2520; border-color: #e0c39e; }
.plan-option.active span { color: #6f5b49; }

.timeline-card {
  max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px;
  background: var(--paper); color: var(--ink); border-radius: 24px; overflow: hidden; box-shadow: 0 28px 80px rgba(20,18,16,.24);
}
.timeline { padding: 28px 42px; }
.milestone { position: relative; display: grid; grid-template-columns: 48px 1px 1fr; gap: 22px; min-height: 130px; padding: 18px 0; }
.milestone-number {
  width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--sage);
  border-radius: 50%; color: var(--sage-dark); font-size: 12px;
}
.milestone-line { background: var(--line); height: calc(100% + 18px); }
.milestone:last-child .milestone-line { height: 44px; }
.milestone-month { color: var(--sage-dark) !important; font-size: 12px !important; text-transform: uppercase; letter-spacing: .1em; }
.milestone h3 { margin: 4px 0 7px; font: 500 20px/1.25 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.milestone p { margin: 0; color: var(--muted); font-size: 14px; }
.plan-summary { background: var(--cocoa); color: white; padding: 46px 34px; }
.plan-summary .eyebrow { color: #e2c9a9; }
.plan-summary h3 { margin: 0 0 30px; font: 500 32px/1.2 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.plan-summary dl { margin: 0 0 34px; }
.plan-summary dl div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.plan-summary dt { color: #d7c8ba; font-size: 12px; }
.plan-summary dd { margin: 5px 0 0; font-weight: 600; }
.fineprint { max-width: 1100px; margin: 18px auto 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.5; }

.benefits { background: #f7f2eb; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
.benefit-grid article { min-height: 290px; padding: 16px 16px 32px; background: white; border: 1px solid rgba(109,85,66,.14); border-radius: 24px; box-shadow: 0 16px 48px rgba(69,53,41,.07); }
.benefit-media { position: relative; overflow: hidden; border-radius: 17px; background: white; }
.benefit-media img { display: block; width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; }
.icon { position: absolute; left: 18px; bottom: 16px; display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(37,35,33,.9); color: #efd9bc; font-size: 12px; backdrop-filter: blur(8px); }
.benefit-grid h3 { margin: 28px 18px 12px; font: 500 24px/1.25 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.benefit-grid p { margin: 0 18px; color: var(--muted); line-height: 1.6; }
.process { background: linear-gradient(145deg, #efe5d8 0%, #e1cfb9 100%); }
.process-grid {
  max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.process-grid article { padding: 34px 28px 20px 0; border-right: 1px solid var(--line); min-height: 280px; }
.process-grid article + article { padding-left: 28px; }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { color: var(--sage-dark); font-size: 12px; letter-spacing: .12em; }
.process-grid h3 { margin: 80px 0 14px; font: 500 23px/1.25 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.process-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 15px; }

.expertise { display: grid; grid-template-columns: 1.15fr .85fr; background: #262625; color: white; }
.expertise-copy { padding: clamp(80px, 9vw, 140px) clamp(24px, 8vw, 120px); }
.expertise-copy .eyebrow { color: #d6b991; }
.expertise-copy h2 { font-size: clamp(48px, 6vw, 78px); }
.expertise-copy h2 em { color: #d3b58e; }
.expertise-copy > p:last-of-type { max-width: 690px; color: #d4cdc5; font-size: 18px; line-height: 1.7; margin: 34px 0 52px; }
.expertise-copy .medical-review {
  max-width: 690px;
  margin: -26px 0 38px;
  padding-left: 18px;
  border-left: 2px solid #d3b58e;
  color: #e9e1d9;
  font-size: 14px;
  line-height: 1.6;
}
.expertise-facts { display: flex; gap: 12px; flex-wrap: wrap; }
.expertise-facts span { padding: 16px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 13px; }
.expertise-facts strong { font-size: 18px; margin-right: 6px; }
.expertise-note {
  min-height: 700px; background: linear-gradient(155deg, #76604d 0%, #a5896b 100%); display: flex; flex-direction: column; justify-content: space-between;
  gap: 32px; padding: clamp(40px, 5vw, 72px); color: white;
}
.expertise-note-brand { display: flex; align-items: center; min-height: 58px; }
.expertise-note-brand img { width: 46px; height: 46px; object-fit: contain; opacity: .9; }
.expertise-note-brand .expertise-logo { width: 190px; height: auto; object-fit: contain; }
.expertise-image { display: block; width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; border-radius: 24px; box-shadow: 0 24px 55px rgba(43,32,24,.2); }
.expertise-note blockquote { margin: 0; font: 400 clamp(28px, 3vw, 45px)/1.13 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.04em; }
.expertise-note p { margin: 0; opacity: .8; }

.quiz { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; background: #eee4d8; }
.quiz-intro h2 { font-size: clamp(48px, 5.2vw, 74px); }
.quiz-intro > p:last-child { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.65; margin-top: 28px; }
.quiz-card { min-height: 550px; padding: clamp(30px, 4vw, 58px); background: var(--paper); border-radius: 24px; box-shadow: 0 22px 70px rgba(41,49,46,.08); display: flex; flex-direction: column; }
.quiz-progress > span { color: var(--muted); font-size: 12px; }
.quiz-progress > div { height: 3px; background: #e7ded3; margin-top: 12px; }
.quiz-progress i { display: block; height: 100%; background: var(--sage-dark); transition: width .3s; }
.quiz-card h3 { margin: 42px 0 28px; font: 500 clamp(28px, 3vw, 40px)/1.18 "Avenir Next", Avenir, "Segoe UI", sans-serif; letter-spacing: -.035em; }
.quiz-options { display: grid; gap: 10px; }
.quiz-options button {
  display: flex; justify-content: space-between; align-items: center; padding: 18px 20px;
  border: 1px solid var(--line); border-radius: 12px; background: transparent; color: var(--ink); cursor: pointer; text-align: left;
}
.quiz-options button:hover { background: var(--cream); border-color: var(--sage); }
.quiz-options b { color: var(--sage-dark); }
.privacy-note { margin: auto 0 0; padding-top: 24px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.quiz-result { text-align: center; margin: auto 0; }
.quiz-result .result-check { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 24px; border-radius: 50%; background: #eadbc8; color: var(--sage-dark); font-size: 24px; }
.quiz-result h3 { margin: 14px 0 20px; }
.quiz-result > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.quiz-result .button { border: 0; cursor: pointer; margin-top: 12px; }
.reset-button { display: block; margin: 18px auto 0; border: 0; border-bottom: 1px solid var(--ink); background: none; cursor: pointer; }

.pricing { background: var(--paper); }
.price-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-grid article { position: relative; padding: 38px 32px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; }
.price-grid article.featured { background: #eee3d5; border-color: var(--sage); transform: translateY(-12px); }
.recommendation { position: absolute; right: 20px; top: 20px; padding: 7px 10px; background: var(--sage-dark); color: white; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.price-grid article > p { color: var(--sage-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.price-grid h3 { margin: 10px 0 8px; font: 500 32px/1.2 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.price-grid article > strong { color: var(--muted); font-size: 15px; }
.package-price {
  display: block;
  margin-top: 12px;
  color: var(--sage-dark);
  font: 500 16px/1.35 "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
.price-grid ul { padding: 0; margin: 32px 0 38px; list-style: none; }
.price-grid li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.price-grid li::before { content: "✓"; color: var(--sage-dark); margin-right: 8px; }
.price-grid .button { width: 100%; margin-top: auto; border: 0; cursor: pointer; }
.button-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink) !important; }
.price-note {
  max-width: 900px;
  margin: 34px auto 0;
  padding: 22px 26px;
  border: 1px solid rgba(109,85,66,.16);
  border-radius: 14px;
  background: rgba(238,228,215,.4);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.price-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sage-dark);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.price-note p { margin: 0; }

.locations { padding-top: 0; background: var(--paper); }
.location-panel { max-width: 1250px; margin: 0 auto; padding: clamp(48px, 7vw, 90px); background: linear-gradient(135deg, #eadfD2 0%, #d3bca3 100%); border-radius: 28px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.location-panel h2 { font-size: clamp(45px, 5.2vw, 72px); }
.location-panel > div:first-child > p:last-child { color: var(--muted); line-height: 1.65; max-width: 480px; }
.location-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.location-cards article { padding: 28px; background: var(--paper); border-radius: 16px; }
.location-cards span { color: var(--sage-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.location-cards h3 { margin: 35px 0 14px; font: 500 24px/1.2 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.location-cards p { color: var(--muted); line-height: 1.6; }
.location-cards address { color: var(--ink); font-style: normal; line-height: 1.6; }
.location-cards .location-copy { min-height: 74px; font-size: 14px; }
.location-actions { display: grid; gap: 14px; margin-top: 24px; }
.location-cards .location-booking-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.location-cards .location-booking-link:hover { transform: translateY(-2px); background: var(--sage-dark); }
.location-cards .location-phone {
  justify-self: start;
  color: var(--muted);
  font-size: 13px;
  border-bottom: 1px solid var(--muted);
  padding-bottom: 3px;
}

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; background: var(--cream); }
.faq-title { position: sticky; top: 40px; align-self: start; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; font: 500 18px/1.4 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 27px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 50px 28px 0; color: var(--muted); line-height: 1.7; }

.final-cta { padding: clamp(90px, 11vw, 160px) 24px; text-align: center; background: linear-gradient(120deg, #2b2b2a 0%, #51463d 52%, #8d735b 100%); color: white; }
.final-cta .eyebrow { color: #e4caa7; }
.final-cta h2 { margin-bottom: 42px; }
.final-cta h2 { text-transform: uppercase; }
.final-cta h2 em { color: #ead0aa; }
.final-cta .button { border: 0; cursor: pointer; min-width: 250px; }
footer { padding: 48px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; background: #252423; color: white; }
footer p { color: #c5bbb1; margin: 0; text-align: right; }
footer div { display: flex; gap: 22px; font-size: 13px; }
footer small { color: #978c82; text-align: right; }
.footer-brand-logo { width: 190px; }

.legal-page { min-height: 100svh; background: var(--paper); }
.legal-header {
  min-height: 86px;
  padding: 14px clamp(22px, 7vw, 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #252423;
  color: white;
}
.legal-header img {
  display: block;
  width: 190px;
  height: auto;
  object-fit: contain;
}
.legal-back { font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; }
.legal-hero {
  padding: clamp(70px, 9vw, 125px) clamp(24px, 10vw, 150px);
  background: linear-gradient(125deg, #2b2b2a 0%, #51463d 55%, #92775e 100%);
  color: white;
}
.legal-hero .eyebrow { color: #e4caa7; }
.legal-hero h1 { font-size: clamp(58px, 8vw, 108px); }
.legal-hero > p:last-child { max-width: 670px; margin: 28px 0 0; color: #e7ddd3; font-size: 18px; line-height: 1.65; }
.legal-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(65px, 8vw, 110px) 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.legal-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.legal-card-wide { grid-column: 1 / -1; }
.legal-kicker { margin: 0 0 14px; color: var(--sage-dark); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.legal-card h2 { margin: 0 0 25px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.legal-card h3 { margin: 32px 0 8px; font: 600 16px/1.4 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.legal-card p, .legal-card address, .legal-links { color: var(--muted); font-size: 15px; line-height: 1.7; }
.legal-card address { font-style: normal; }
.legal-card strong { color: var(--ink); }
.legal-card a { color: var(--sage-dark); border-bottom: 1px solid rgba(109,85,66,.45); }
.legal-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 30px 0; }
.legal-notice { margin: 30px 0 0; padding: 20px 22px; border-left: 3px solid var(--champagne); background: #f5eee5; }
.legal-links { margin: 0; padding-left: 20px; }
.legal-links li + li { margin-top: 10px; }
.legal-footer {
  padding: 38px clamp(24px, 7vw, 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #252423;
  color: white;
}
.legal-footer p { margin: 0; color: #aa9f95; font-size: 12px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; }

.booking-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(25,22,20,.72); backdrop-filter: blur(8px); }
.booking-modal { position: relative; width: min(650px, 100%); padding: clamp(32px, 5vw, 58px); border-radius: 24px; background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.booking-modal-embedded { width: min(980px, 100%); max-height: 94svh; overflow-y: auto; }
.booking-modal h2 { font-size: clamp(36px, 5vw, 56px); }
.booking-modal > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.modal-close { position: absolute; right: 20px; top: 17px; border: 0; background: none; color: var(--ink); font-size: 32px; cursor: pointer; }
.modal-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.modal-locations button {
  color: var(--ink);
  text-align: left;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
  transition: transform .2s, border-color .2s, background .2s;
}
.modal-locations button:hover { transform: translateY(-2px); border-color: var(--sage); background: var(--cream); }
.modal-locations button.active { border-color: var(--sage-dark); background: var(--cream); box-shadow: inset 0 0 0 1px var(--sage-dark); }
.modal-locations span, .modal-locations strong, .modal-locations small { display: block; }
.modal-locations span { color: var(--sage-dark); font-size: 12px; margin-bottom: 7px; }
.modal-locations strong { font: 500 24px/1.25 "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.modal-locations small { margin-top: 16px; color: var(--sage-dark); font-size: 13px; font-weight: 600; }
.booking-frame {
  height: min(650px, 68svh);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}
.booking-frame iframe { display: block; width: 100%; height: 100%; border: 0; background: white; }
.booking-consent {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f5eee5;
}
.booking-consent h3 {
  margin: 0 0 14px;
  font: 500 clamp(24px, 4vw, 34px)/1.2 "Avenir Next", Avenir, "Segoe UI", sans-serif;
  letter-spacing: -.025em;
}
.booking-consent > p:not(.legal-kicker) { color: var(--muted); line-height: 1.65; }
.booking-consent .button { margin-top: 7px; }
.booking-consent-links { margin: 20px 0 0; font-size: 12px; }
.booking-consent-links a { color: var(--sage-dark); border-bottom: 1px solid rgba(109,85,66,.45); }
.booking-phone-note { margin: 22px 0 0 !important; font-size: 12px; }
.booking-phone-note a { color: var(--ink); border-bottom: 1px solid var(--ink); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  nav { display: none; }
  .hero { min-height: 850px; align-items: flex-end; padding-bottom: 70px; }
  .hero-image { background-position: 68% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(31,30,29,.99) 0%, rgba(52,46,41,.94) 48%, rgba(78,64,52,.18) 82%); }
  .hero-content { width: 100%; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 26px; }
  .timeline-card { grid-template-columns: 1fr; }
  .plan-summary { order: -1; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .benefit-grid h3 { margin-top: 28px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(3), .process-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .expertise, .quiz, .location-panel, .faq { grid-template-columns: 1fr; }
  .expertise-note { min-height: 500px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid article.featured { transform: none; }
  .faq-title { position: static; }
  footer { grid-template-columns: 1fr; }
  footer p, footer small { text-align: left; }
}

@media (max-width: 620px) {
  .site-header { padding: 0 18px; }
  .brand { gap: 8px; }
  .brand-logo { width: 142px; height: auto; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 10px; letter-spacing: .12em; }
  .brand-copy small { display: none; }
  .button-small { min-height: 40px; padding: 0 15px; }
  .hero { min-height: 790px; padding-inline: 20px; }
  h1 { font-size: 54px; }
  .hero-lead { font-size: 17px; margin: 24px 0; }
  .trust-list { display: grid; gap: 8px; margin-top: 34px; }
  .section { padding: 82px 20px; }
  h2 { font-size: 45px; }
  .plan-picker { overflow-x: auto; grid-template-columns: repeat(3, 220px); padding-bottom: 4px; }
  .timeline { padding: 22px 18px; }
  .milestone { grid-template-columns: 42px 1px 1fr; gap: 12px; }
  .milestone-number { width: 38px; height: 38px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { padding: 28px 0; border-right: 0; border-top: 1px solid var(--line); min-height: auto; }
  .process-grid h3 { margin-top: 38px; }
  .expertise-note { min-height: 430px; }
  .quiz-card { min-height: 520px; padding: 28px 20px; }
  .location-panel { padding: 48px 20px; border-radius: 20px; }
  .location-cards, .modal-locations { grid-template-columns: 1fr; }
  .booking-backdrop { padding: 8px; }
  .booking-modal-embedded { max-height: 96svh; padding: 34px 16px 20px; border-radius: 18px; }
  .booking-frame { height: 67svh; border-radius: 12px; }
  .faq-list summary { font-size: 16px; }
  footer div { flex-wrap: wrap; }
  .legal-header { min-height: 72px; padding: 10px 18px; }
  .legal-header img { width: 142px; height: auto; }
  .legal-hero { padding: 65px 20px; }
  .legal-content { grid-template-columns: 1fr; padding: 54px 20px; }
  .legal-card-wide { grid-column: auto; }
  .legal-locations { grid-template-columns: 1fr; }
  .legal-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

[hidden] { display: none !important; }
body.modal-open { overflow: hidden; }
