@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* 2026 launch refinement */
.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; }
.site-v4 { --v4-green: #173a38; --v4-green-2: #326966; --v4-ivory: #fffaf2; --v4-paper: #f2efe8; --v4-orange: #f5a06a; overflow-x: clip; background: var(--v4-ivory); }
.site-v4 main { overflow: clip; }
.site-v4 .site-header { background: rgba(255,250,242,.94); }
.site-v4 .button:focus-visible,
.site-v4 a:focus-visible,
.site-v4 summary:focus-visible,
.site-v4 input:focus-visible,
.site-v4 textarea:focus-visible,
.site-v4 select:focus-visible,
.site-v4 .choice:focus-visible,
.site-v4 .slot:focus-visible { outline: 3px solid #f5a06a; outline-offset: 3px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--teal-dark); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: absolute; left: 0; right: 0; top: 100%; padding: 18px; border-bottom: 1px solid var(--line); background: var(--v4-ivory); box-shadow: 0 18px 30px rgba(23,58,56,.12); }
.mobile-menu a { min-height: 48px; display: flex; align-items: center; padding: 0 8px; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 700; }

.hero-v4 { width: min(1280px, calc(100% - 48px)); min-height: 640px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); align-items: stretch; margin: 32px auto 56px; padding: 0; overflow: hidden; border: 1px solid rgba(23,58,56,.12); border-radius: 44px; background: #e3eeeb; box-shadow: 0 28px 80px rgba(23,58,56,.11); }
.hero-v4-copy { max-width: none; display: flex; flex-direction: column; justify-content: center; padding: 64px 58px 62px; }
.hero-v4 .eyebrow { margin-bottom: 22px; }
.hero-v4 h1 { max-width: 790px; margin: 0 0 24px; font-size: clamp(3.75rem, 5.35vw, 5.8rem); line-height: .94; letter-spacing: -.045em; }
.hero-v4 .hero-lead { max-width: 650px; margin: 0; color: #46504d; font-size: clamp(1.03rem, 1.35vw, 1.2rem); line-height: 1.62; }
.hero-terms { max-width: 650px; display: grid; gap: 5px; margin: 30px 0 26px; padding: 18px 0; border-top: 1px solid rgba(23,58,56,.2); border-bottom: 1px solid rgba(23,58,56,.2); }
.hero-terms strong { font-size: 1.08rem; }
.hero-terms span { color: var(--muted); font-size: .88rem; }
.hero-v4 .hero-actions { gap: 24px; }
.hero-v4-photo { position: relative; min-height: 640px; margin: 0; overflow: hidden; background: #6d4934; }
.hero-v4-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(15,32,30,.42)); pointer-events: none; }
.hero-v4-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 44%; filter: saturate(.84) brightness(1.08) contrast(.94); }
.hero-v4-photo figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 26px; display: grid; gap: 3px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.5); color: var(--white); }
.hero-v4-photo figcaption strong { font: 600 1.45rem/1.05 "Manrope", Arial, Helvetica, sans-serif; }
.hero-v4-photo figcaption span { color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 700; }
.trust-strip { width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.trust-strip li { min-height: 78px; display: flex; align-items: center; justify-content: center; padding: 16px; color: var(--v4-green); font-weight: 750; text-align: center; }
.trust-strip li + li { border-left: 1px solid var(--line); }

.requests-v4,
.process-v4,
.pricing-v4,
.faq-v4 { padding: 104px max(24px, calc((100vw - 1240px) / 2)); }
.requests-v4 .editorial-heading { margin-bottom: 52px; }
.requests-v4 .editorial-heading h2 { max-width: 850px; }
.compact-concerns article { min-height: 0; padding: 26px 0; }
.specific-note { max-width: 960px; margin: 42px 0 0 auto; padding: 24px 28px; border-left: 4px solid var(--v4-orange); color: #46504b; background: #f2eee5; font-size: 1.05rem; }


.about-v4 { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); min-height: 680px; color: var(--white); background: var(--v4-green); }
.about-v4 figure { min-height: 680px; margin: 0; overflow: hidden; }
.about-v4 figure img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; filter: saturate(.7) brightness(1.05); }
.about-v4 > div { padding: 82px max(40px, calc((100vw - 1240px) / 2)) 82px 70px; }
.about-v4 h2 { margin-bottom: 28px; }
.about-v4 .large-copy { max-width: 700px; color: rgba(255,255,255,.78); }
.about-v4 .qualification-list { margin: 38px 0 28px; }
.about-v4 .qualification-list li { border-color: rgba(255,255,255,.18); }
.about-v4 .qualification-list span { color: #b9d1cd; }

.process-v4 { background: var(--v4-ivory); }
.process-v4-intro { max-width: 820px; margin-bottom: 46px; }
.process-booking { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding: 26px 30px; border-radius: 22px; color: var(--white); background: var(--v4-green); }
.process-booking p { display: grid; gap: 5px; margin: 0; }
.process-booking span { color: rgba(255,255,255,.62); font-size: .78rem; }
.process-booking .button { color: #24180f; background: var(--v4-orange); }

.teen-v4 { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; padding: 92px max(24px, calc((100vw - 1240px) / 2)); color: var(--v4-green); background: var(--v4-orange); }
.teen-v4 h2 { max-width: 820px; }
.teen-v4 > div > p:not(.eyebrow) { max-width: 760px; }
.teen-v4 dl { margin: 0; padding: 10px 0; border-top: 1px solid rgba(23,58,56,.28); }
.teen-v4 dl div { padding: 18px 0; border-bottom: 1px solid rgba(23,58,56,.28); }
.teen-v4 dt { margin-bottom: 5px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.teen-v4 dd { margin: 0; font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 1.45rem; font-weight: 700; }
.teen-v4 .teen-v3-actions { margin-top: 30px; }

.pricing-v4 { background: var(--v4-paper); }
.pricing-v4 > header { max-width: 760px; margin-bottom: 48px; }
.pricing-v4 .cancellation-copy { max-width: 920px; margin: 28px 0 0; }
.location-v4 { display: grid; grid-template-columns: 1fr .8fr; gap: 64px; align-items: center; padding: 88px max(24px, calc((100vw - 1240px) / 2)); }
.location-v4 > div { max-width: 680px; }
.route-card { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; border-radius: 30px; color: var(--white); background: var(--v4-green); text-decoration: none; transition: transform .2s ease; }
.route-card:hover { transform: translateY(-4px); }
.route-card span { color: rgba(255,255,255,.68); }
.route-card strong { font: 600 2rem/1.05 "Manrope", Arial, Helvetica, sans-serif; }
.faq-v4 { background: #e4eeeb; }
.faq-v4 > header { margin-bottom: 36px; }
.faq-v4 .faq-list { max-width: 980px; margin-left: auto; }
.final-v4 { display: flex; align-items: end; justify-content: space-between; gap: 48px; padding: 82px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: #20302d; }
.final-v4 > div { max-width: 760px; }
.final-v4 h2 { margin-bottom: 18px; }
.final-v4 p:last-child { color: rgba(255,255,255,.68); }

.teen-hero-v4 { display: grid; grid-template-columns: 1.18fr .82fr; gap: 64px; align-items: center; min-height: 680px; padding: 72px max(24px, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--v4-green); }
.teen-hero-v4 h1 { max-width: 790px; margin: 22px 0 25px; font-size: clamp(3.8rem, 5.8vw, 6.2rem); }
.teen-hero-v4 .hero-lead { color: rgba(255,255,255,.74); }
.light-terms { border-color: rgba(255,255,255,.2); }
.light-terms span { color: rgba(255,255,255,.64); }
.teen-message { padding: 34px; border-radius: 30px; color: var(--ink); background: #ffe2cf; }
.teen-message blockquote { margin: 20px 0 34px; font: 600 clamp(1.65rem, 2.7vw, 2.7rem)/1.08 "Manrope", Arial, Helvetica, sans-serif; }
.teen-message .mini-profile img { width: 64px; height: 64px; object-fit: cover; }
.teen-message > .inline-link { display: none; }

.booking-intro { margin-bottom: 24px; }
.honesty-note { margin-top: 18px; padding: 14px 16px; border-radius: 14px; color: #5b4a3d !important; background: #fff0e5; font-size: .8rem; }
.preferred-periods { grid-template-columns: repeat(2, 1fr); }
.two-columns { grid-template-columns: repeat(2, 1fr); }
.contact-fieldset,
.request-fieldset { margin: 0 0 18px; padding: 0; border: 0; }
.contact-fieldset legend,
.request-fieldset legend { margin-bottom: 9px; font-size: .78rem; font-weight: 800; }
.contact-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.contact-method { min-height: 48px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); cursor: pointer; }
.contact-method.is-selected { color: var(--white); background: var(--v4-green); }
.request-fieldset > p { color: var(--muted); font-size: .76rem; }
.request-chip-grid { display: flex; flex-wrap: wrap; gap: 7px; }
.request-chip input { position: absolute; opacity: 0; pointer-events: none; }
.request-chip span { display: block; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .74rem; cursor: pointer; }
.request-chip input:checked + span { color: var(--white); border-color: var(--v4-green); background: var(--v4-green); }
.request-chip input:focus-visible + span { outline: 3px solid var(--v4-orange); outline-offset: 2px; }
.field small { display: block; margin-top: 6px; color: var(--muted); font-size: .72rem; }
.field-error { display: block; margin-top: 10px; color: #9e3f2c; font-size: .78rem; font-weight: 700; }
.button-wide { width: 100%; margin: 8px 0 18px; }
.success-view > p { color: var(--muted); }
.mobile-booking-bar { display: none; }

.legal-page { min-height: 65vh; padding: 72px max(22px, calc((100vw - 920px) / 2)) 110px; }
.legal-page > header { margin-bottom: 48px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-page h1 { font-size: clamp(3rem, 7vw, 5.7rem); }
.legal-page h2 { margin-top: 42px; font-size: 2rem; }
.legal-page p,
.legal-page li { color: #484c49; }
.legal-page .legal-note { padding: 18px 20px; border-radius: 16px; background: #fff0e5; }

@media (max-width: 1050px) {
  .site-v4 .desktop-nav { display: none; }
  .site-v4 .header-actions .text-button { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .hero-v4 { grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); }
  .hero-v4-copy { padding: 50px 38px; }
  .hero-v4 h1 { font-size: clamp(3.35rem, 6.4vw, 4.8rem); }
  .about-v4 > div { padding-right: 42px; }
  .teen-v4 { grid-template-columns: 1fr; gap: 38px; }
  .teen-hero-v4 { gap: 36px; }
}

@media (max-width: 780px) {
  body.site-v4 { padding-bottom: 78px; font-size: 16px; }
  .site-v4 .site-header { min-height: 64px; }
  .site-v4 .brand { min-width: 0; }
  .site-v4 .brand small { white-space: nowrap; font-size: .62rem; }
  .site-v4 .header-actions { display: none; }
  .hero-v4 { width: calc(100% - 24px); min-height: 0; display: flex; flex-direction: column; margin: 12px auto 30px; border-radius: 28px; }
  .hero-v4-copy { display: block; padding: 30px 20px 26px; }
  .hero-v4 .eyebrow { margin-bottom: 16px; }
  .hero-v4 h1 { margin: 0 0 20px; font-size: clamp(2.55rem, 11vw, 3.25rem); line-height: .96; }
  .hero-v4 .hero-lead { margin: 0; font-size: 1rem; line-height: 1.55; }
  .hero-terms { margin: 24px 0 22px; padding: 14px 0; }
  .hero-v4 .hero-actions { display: grid; gap: 14px; }
  .hero-v4 .hero-actions .button { width: 100%; min-height: 54px; }
  .hero-v4-photo { min-height: 0; height: 410px; border-top: 1px solid rgba(23,58,56,.12); }
  .hero-v4-photo figcaption { left: 20px; right: 20px; bottom: 20px; }
  .trust-strip { width: 100%; grid-template-columns: 1fr; padding: 0 18px; border: 0; }
  .trust-strip li { min-height: 52px; justify-content: flex-start; padding: 12px 0; border-top: 1px solid var(--line); text-align: left; }
  .trust-strip li + li { border-left: 0; }
  .trust-strip li::before { content: '•'; margin-right: 12px; color: var(--v4-orange); }
  .requests-v4,
  .process-v4,
  .pricing-v4,
  .faq-v4 { padding: 68px 18px; }
  .editorial-heading h2,
  .process-v4 h2,
  .pricing-v4 h2,
  .faq-v4 h2,
  .location-v4 h2 { font-size: 2.75rem; }
  .compact-concerns { grid-template-columns: 1fr; }
  .compact-concerns article { grid-template-columns: 76px 1fr; padding: 22px 0; }
  .compact-concerns p { font-size: 1rem; }
  .specific-note { margin-top: 24px; padding: 20px; }
  .about-v4 { grid-template-columns: 1fr; }
  .about-v4 figure { min-height: 0; height: 430px; }
  .about-v4 > div { padding: 62px 20px; }
  .process-booking { align-items: stretch; flex-direction: column; padding: 22px; }
  .process-booking .button { width: 100%; }
  .teen-v4 { padding: 64px 20px; }
  .teen-v4 h2 { font-size: 2.9rem; }
  .teen-v4 .teen-v3-actions { display: grid; }
  .teen-v4 .teen-v3-actions .button { width: 100%; }
  .pricing-v3-list { grid-template-columns: 1fr; }
  .location-v4 { grid-template-columns: 1fr; gap: 30px; padding: 64px 18px; }
  .route-card { min-height: 170px; }
  .faq-v4 .faq-list summary { font-size: 1.28rem; }
  .final-v4 { align-items: stretch; flex-direction: column; padding: 62px 20px; }
  .final-v4 h2 { font-size: 3rem; }
  .final-v4 .button { width: 100%; }
  .teen-hero-v4 { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding: 54px 18px 64px; }
  .teen-hero-v4 h1 { font-size: clamp(2.6rem, 11vw, 3.45rem); }
  .teen-hero-v4 .hero-actions { display: grid; gap: 14px; }
  .teen-hero-v4 .hero-actions .button { width: 100%; }
  .teen-message { padding: 25px; }
  .teen-message > .inline-link { display: inline-block; margin-top: 22px; }
  .situation-cloud { display: grid; grid-template-columns: 1fr; }
  .situation-cloud span { min-height: 48px; display: flex; align-items: center; }
  .meeting-grid { grid-template-columns: 1fr; }
  .outcome-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .mobile-booking-bar { position: fixed; z-index: 75; left: 0; right: 0; bottom: 0; min-height: 72px; display: flex; align-items: center; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,250,242,.96); backdrop-filter: blur(16px); transform: translateY(120%); transition: transform .22s ease; }
  .mobile-booking-bar.is-visible { transform: translateY(0); }
  .mobile-booking-bar > span { display: grid; min-width: 108px; }
  .mobile-booking-bar small { color: var(--muted); font-size: .64rem; }
  .mobile-booking-bar strong { font-size: .9rem; }
  .mobile-booking-bar .button { flex: 1; min-height: 50px; padding-inline: 14px; }
  .site-v4 .booking-drawer { width: 100%; }
  .site-v4 .drawer-head { padding: 16px 18px; }
  .site-v4 .drawer-body { padding: 20px 18px calc(28px + env(safe-area-inset-bottom)); }
  .booking-step h2 { font-size: 2.35rem; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid.two-columns { grid-template-columns: repeat(2, 1fr); }
  .preferred-periods { grid-template-columns: repeat(2, 1fr); }
  .summary-card { padding: 16px; }
  .summary-card div { align-items: start; }
  .booking-footer { position: sticky; bottom: -28px; z-index: 2; margin-inline: -18px; padding: 14px 18px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--white); }
  .booking-footer .button { min-width: 0; flex: 1; padding-inline: 12px; }
  .site-footer { padding-bottom: 100px; }
}

@media (max-width: 380px) {
  .site-v4 .brand strong { font-size: .78rem; }
  .site-v4 .brand small { font-size: .57rem; }
  .site-v4 .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .hero-v4 h1 { font-size: 2.38rem; }
  .hero-v4-photo { height: 340px; }
  .choice-grid.two-columns,
  .preferred-periods,
  .contact-methods { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .site-v4 *, .site-v4 *::before, .site-v4 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Caveat";
  src: url("./assets/fonts/caveat-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Caveat";
  src: url("./assets/fonts/caveat-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #171817;
  --ink-soft: #292a28;
  --teal: #326966;
  --teal-dark: #173a38;
  --teal-pale: #dfecea;
  --orange: #ef8b4d;
  --orange-bright: #ffac72;
  --orange-pale: #fff0e5;
  --paper: #f2efe8;
  --white: #fffdf8;
  --muted: #696a65;
  --line: rgba(23, 24, 23, .15);
  --shadow: 0 24px 70px rgba(25, 20, 15, .16);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--white); }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 17px/1.55 "Manrope", Arial, Helvetica, sans-serif; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3.4rem, 7.4vw, 6.75rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
h3 { line-height: 1.15; }

.skip-link { position: fixed; left: 18px; top: -80px; z-index: 200; padding: 12px 16px; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 18px; }
.section-pad { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }
.section-dark { color: var(--white); background: var(--teal-dark); }
.section-ink { color: var(--white); background: var(--ink); }
.section-paper { background: var(--paper); }
.section-orange { background: var(--orange); }
.eyebrow { margin-bottom: 20px; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #b7d2cf; }
.light-link { color: var(--white); }
.large-copy { font-size: clamp(1.25rem, 2.1vw, 1.75rem); line-height: 1.42; }

.site-header { position: sticky; top: 0; z-index: 80; min-height: 76px; display: flex; align-items: center; gap: 36px; padding: 10px max(22px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .93); backdrop-filter: blur(18px); }
.brand { min-width: 240px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 14px; color: var(--white); background: var(--teal); font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: .92rem; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .91rem; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin: 0 auto; }
.desktop-nav a { text-decoration: none; font-size: .82rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 14px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; color: var(--white); background: var(--teal); text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); background: #285a57; }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button-small { min-height: 44px; padding: 0 18px; font-size: .82rem; }
.button-accent { color: #25170e; background: var(--orange-bright); }
.button-accent:hover { background: #ffc091; }
.button-light { color: var(--teal-dark); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--teal); }
.button-secondary { color: var(--ink); border-color: var(--line); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--ink); }
.button-ghost-light { border-color: rgba(255,255,255,.32); background: transparent; }
.button-ghost-light:hover { color: var(--teal-dark); background: var(--white); }
.button-full { width: 100%; }
.text-button, .inline-link, .site-footer button { padding: 0; border: 0; background: none; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; font-weight: 800; cursor: pointer; }
.text-button { font-size: .8rem; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); padding: 72px max(24px, calc((100vw - var(--max)) / 2)) 80px; overflow: hidden; }
.hero-copy { align-self: center; padding-right: 70px; }
.hero h1 { max-width: 900px; margin-bottom: 30px; }
.hero-lead { max-width: 760px; color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 1.7vw, 1.38rem); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.hero-meta span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.86); font-size: .78rem; }
.hero-actions, .final-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-note { margin: 24px 0 0; color: rgba(255,255,255,.6); font-size: .82rem; }
.hero-photo { position: relative; align-self: stretch; min-height: 590px; margin: 0; border-radius: 120px 120px 24px 24px; overflow: hidden; background: #6a4631; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.55)); }
.hero-photo figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: var(--white); }
.hero-photo figcaption strong, .hero-photo figcaption span { display: block; }
.hero-photo figcaption strong { font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 1.55rem; }
.hero-photo figcaption span { color: rgba(255,255,255,.72); font-size: .82rem; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip span { min-height: 76px; display: grid; place-items: center; padding: 16px; border-left: 1px solid var(--line); font-size: .78rem; font-weight: 800; text-align: center; }

.section-heading { max-width: 900px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 90px; align-items: end; }
.split-heading > p { max-width: 520px; margin-bottom: 8px; font-size: 1.05rem; }

.request-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.request-list article { min-height: 185px; display: grid; grid-template-columns: 52px 1fr; gap: 5px 18px; align-content: start; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.request-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.request-list article:nth-child(even) { padding-left: 30px; }
.request-list span { grid-row: 1 / 3; color: var(--orange); font-size: .76rem; font-weight: 800; }
.request-list h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.request-list p { margin: 0; color: var(--muted); }
.section-action { margin-top: 42px; }

.parent-interrupt { padding-top: 0; }
.parent-interrupt-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; padding: 70px; border-radius: 42px; color: var(--white); background: var(--teal); box-shadow: var(--shadow); }
.parent-interrupt-card h2 { margin-bottom: 24px; }
.parent-interrupt-card > div > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.parent-points { border-top: 1px solid rgba(255,255,255,.2); }
.parent-points article { display: grid; gap: 4px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.parent-points span { color: rgba(255,255,255,.68); font-size: .85rem; }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.outcome-grid span { min-height: 125px; display: flex; align-items: flex-end; padding: 24px; border: 1px solid rgba(23,24,23,.22); border-radius: 20px; font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 1.28rem; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li { min-height: 260px; padding: 28px 28px 28px 0; border-right: 1px solid var(--line); }
.timeline li:not(:first-child) { padding-left: 28px; }
.timeline li:last-child { border-right: 0; }
.timeline li > span { color: var(--orange); font-size: .76rem; font-weight: 800; }
.timeline h3 { margin: 64px 0 12px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.timeline p { color: var(--muted); font-size: .9rem; }

.section-ink .split-heading > p { color: rgba(255,255,255,.62); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.method-grid article { min-height: 320px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; }
.method-grid article > span { color: var(--orange-bright); font-size: .78rem; font-weight: 800; }
.method-grid h3 { margin: auto 0 16px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.method-grid p { margin: 0; color: rgba(255,255,255,.62); }

.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy .large-copy { color: var(--ink); }
.clean-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.clean-list li { position: relative; padding-left: 22px; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.credentials { border-top: 1px solid var(--line); }
.credentials article { display: grid; grid-template-columns: 130px 1fr; gap: 8px 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.credentials article > span { grid-row: 1 / 3; color: var(--muted); font-size: .78rem; }
.credentials h3 { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.credentials p { margin: 0; color: var(--muted); font-size: .88rem; }
.credentials > button { margin-top: 24px; }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-card { min-height: 380px; display: flex; flex-direction: column; align-items: flex-start; padding: 38px; border-radius: var(--radius); background: var(--white); }
.price-card.featured { border: 2px solid var(--orange); }
.price-card.dark-card { color: var(--white); background: var(--teal-dark); }
.price-card .format-label { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 45px 0 8px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.price { display: block; margin-bottom: 20px; font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 400; line-height: 1; }
.price-card p { max-width: 500px; color: var(--muted); }
.dark-card p { color: rgba(255,255,255,.65); }
.price-card .button { margin-top: auto; }
.format-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 24px 10px 0; color: var(--muted); font-size: .85rem; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-grid-wide { grid-template-columns: repeat(2, 1fr); }
.article-card { min-height: 360px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card-green { color: var(--white); background: var(--teal); }
.article-card-orange { background: var(--orange-pale); }
.article-card-paper { background: var(--paper); }
.article-card > span { font-size: .75rem; font-weight: 800; }
.article-card h2, .article-card h3 { margin: auto 0 15px; font-family: Georgia, serif; font-weight: 400; line-height: 1.08; }
.article-card h2 { font-size: 2.2rem; }
.article-card h3 { font-size: 1.8rem; }
.article-card p { color: var(--muted); }
.article-card-green p { color: rgba(255,255,255,.68); }
.article-card b { font-size: .8rem; }
.location { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.location-copy h2 { margin-bottom: 25px; }
.location-copy p:not(.eyebrow) { color: var(--muted); }
.location-copy .button { margin-top: 18px; }
.map-frame { height: 430px; border-radius: 28px; overflow: hidden; background: #ddd; box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

.boundary-card { max-width: 1040px; padding: 56px; border: 1px solid var(--line); border-left: 8px solid var(--orange); border-radius: 24px; }
.boundary-card h2 { max-width: 780px; }
.boundary-card p:not(.eyebrow) { max-width: 850px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 50px 25px 0; cursor: pointer; font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 1.35rem; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 22px; font-family: Arial, sans-serif; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 800px; padding-bottom: 24px; color: var(--muted); }
.final-cta { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: 92px max(24px, calc((100vw - var(--max)) / 2)); }
.final-cta h2 { max-width: 850px; margin-bottom: 20px; }
.final-cta p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.65); }

.site-footer { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 40px; padding: 52px max(24px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); background: var(--white); font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand small { color: var(--muted); }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer p { margin: 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .footer-contact-list { gap: 10px; }
.site-footer .contact-link { display: flex; align-items: center; gap: 10px; min-height: 32px; color: inherit; line-height: 1.35; }
.site-footer .contact-icon { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: var(--v4-green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-footer .contact-icon-fill { fill: var(--v4-green); stroke: none; }
.site-footer .contact-icon-dot { fill: var(--v4-green); stroke: none; }
.footer-note { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); }
.compact-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.compact-footer span { color: var(--muted); }
.mobile-action { display: none; }

/* Teen page */
.teen-hero { min-height: 700px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 80px max(24px, calc((100vw - var(--max)) / 2)); }
.teen-hero h1 { margin: 24px 0 30px; }
.back-link { display: inline-block; margin-bottom: 42px; color: var(--muted); text-underline-offset: 5px; }
.teen-hero .back-link { color: rgba(255,255,255,.65); }
.teen-hero-aside { padding: 34px; border-radius: 28px; color: var(--ink); background: var(--orange-pale); transform: rotate(1.5deg); }
.teen-hero-aside blockquote { margin: 24px 0 42px; font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.15; }
.mini-profile { display: flex; align-items: center; gap: 14px; }
.mini-profile img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; }
.mini-profile strong, .mini-profile small { display: block; }
.mini-profile small { color: var(--muted); }
.situation-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.situation-cloud span { padding: 13px 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.safety-note { margin-top: 50px; padding: 24px; border-radius: 18px; background: var(--orange-pale); }
.safety-note p { margin: 5px 0 0; color: var(--muted); }
.meeting-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.meeting-grid article { min-height: 260px; padding: 30px; border-radius: 24px; background: var(--white); }
.meeting-grid span { color: var(--orange); font-size: .78rem; font-weight: 800; }
.meeting-grid h3 { margin: 70px 0 10px; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.meeting-grid p { color: var(--muted); }
.center-note { margin: 34px auto 0; color: var(--muted); text-align: center; }
.conf-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.conf-points { border-top: 1px solid rgba(255,255,255,.18); }
.conf-points article { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.conf-points p { margin: 5px 0 0; color: rgba(255,255,255,.62); }
.parent-only-card { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: 52px; border: 2px solid var(--teal); border-radius: 28px; }
.parent-only-card h2 { margin-bottom: 20px; }
.parent-only-card p:not(.eyebrow) { max-width: 760px; color: var(--muted); }

/* Editorial */
.editorial-hero { min-height: 470px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 70px max(24px, calc((100vw - var(--max)) / 2)); }
.editorial-hero h1 { max-width: 920px; margin-bottom: 25px; }
.editorial-mark { width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--orange-bright); font: 400 4rem/1 "Manrope", Arial, Helvetica, sans-serif; }
.editorial-note { margin-top: 35px; padding: 26px; border-left: 4px solid var(--orange); background: var(--paper); }
.editorial-note strong, .editorial-note span { display: block; }
.editorial-note span { margin-top: 6px; color: var(--muted); }
.article-page { max-width: 980px; margin: 0 auto; padding: 80px 28px 120px; }
.article-page > header { padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.article-page h1 { font-size: clamp(3.3rem, 7vw, 6.4rem); }
.article-lead { max-width: 800px; color: var(--muted); font-size: 1.25rem; }
.article-body { max-width: 760px; margin: 60px auto 0; }
.article-body h2 { margin: 58px 0 20px; font-size: clamp(2rem, 4vw, 3.2rem); }
.article-body p, .article-body li { font-size: 1.08rem; line-height: 1.72; }
.article-body li { margin-bottom: 8px; }
.article-callout { margin: 46px 0; padding: 30px; border-radius: 20px; background: var(--orange-pale); }
.article-callout p { margin-bottom: 0; }
.article-author { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 760px; margin: 70px auto 0; padding-top: 32px; border-top: 1px solid var(--line); }
.article-author strong, .article-author span { display: block; }
.article-author span { color: var(--muted); }

/* Booking drawer */
.booking-overlay { position: fixed; inset: 0; z-index: 140; visibility: hidden; background: rgba(10,19,18,.62); opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.booking-overlay.is-open { visibility: visible; opacity: 1; }
.booking-drawer { position: absolute; right: 0; top: 0; width: min(620px, 100%); height: 100%; display: flex; flex-direction: column; background: var(--white); transform: translateX(100%); transition: transform .28s ease; }
.booking-overlay.is-open .booking-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.drawer-head strong, .drawer-head span { display: block; }
.drawer-head span { color: var(--muted); font-size: .75rem; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.drawer-body { flex: 1; overflow-y: auto; padding: 28px; }
.progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-bottom: 34px; }
.progress span { height: 4px; border-radius: 999px; background: #deddd8; }
.progress span.done { background: var(--teal); }
.booking-step h2 { margin-bottom: 12px; font-size: 2.6rem; }
.booking-step > p { color: var(--muted); }
.new-client-toggle { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; margin: 24px 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); cursor: pointer; }
.new-client-toggle input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--teal); }
.new-client-toggle strong, .new-client-toggle small { display: block; }
.new-client-toggle small { margin-top: 3px; color: var(--muted); }
.booking-label { display: block; margin: 24px 0 10px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { min-height: 92px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); text-align: left; cursor: pointer; }
.choice.is-selected { border-color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); background: var(--teal-pale); }
.choice strong, .choice small { display: block; }
.choice small { margin-top: 4px; color: var(--muted); font-size: .73rem; }
.summary-card { margin: 24px 0; padding: 20px; border-radius: 16px; background: var(--teal-pale); }
.summary-card dl { margin: 0; }
.summary-card div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; }
.summary-card dt { color: var(--muted); }
.summary-card dd { margin: 0; text-align: right; font-weight: 800; }
.booking-footer { display: flex; justify-content: space-between; gap: 10px; margin-top: 28px; }
.booking-calendar { margin-top: 22px; }
.calendar-toolbar, .time-picker-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.calendar-toolbar { margin-bottom: 12px; }
.calendar-toolbar strong { color: var(--ink); font-size: 1rem; }
.calendar-toolbar span, .time-picker-head span { color: var(--muted); font-size: .78rem; }
.date-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
.date-button { position: relative; min-width: 0; min-height: 78px; display: grid; place-items: center; gap: 1px; padding: 8px 4px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--white); cursor: pointer; scroll-snap-align: start; }
.date-button .date-weekday { color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.date-button strong { font-size: 1.18rem; line-height: 1; }
.date-button .date-month { color: var(--muted); font-size: .7rem; }
.date-button.is-selected { color: var(--white); border-color: var(--teal); background: var(--teal); box-shadow: 0 8px 20px rgba(17,74,68,.18); }
.date-button.is-selected .date-weekday, .date-button.is-selected .date-month { color: rgba(255,255,255,.76); }
.date-check { position: absolute; right: 5px; top: 5px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: var(--white); font-size: .67rem; font-weight: 900; }
.time-picker { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.time-picker-head { margin-bottom: 16px; }
.time-picker-head strong { font-size: 1.02rem; }
.time-group + .time-group { margin-top: 18px; }
.time-group h3 { margin: 0 0 8px; color: var(--muted); font-family: inherit; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.slot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.slot { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); font-size: .94rem; font-weight: 800; cursor: pointer; }
.slot:hover, .date-button:hover { border-color: var(--teal); }
.slot.is-selected { color: var(--white); border-color: var(--teal); background: var(--teal); box-shadow: 0 8px 20px rgba(17,74,68,.16); }
.slot-check { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: var(--white); font-size: .7rem; }
.calendar-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; }
.selected-slot-summary { min-width: 0; display: grid; gap: 2px; padding-right: 8px; }
.selected-slot-summary small { color: var(--muted); font-size: .72rem; }
.selected-slot-summary strong { overflow: hidden; font-size: .83rem; text-overflow: ellipsis; white-space: nowrap; }
.booking-loading, .empty-slots { margin: 22px 0; padding: 22px; border-radius: 16px; background: var(--teal-pale); }
.booking-error { margin: 18px 0; padding: 14px 16px; border: 1px solid rgba(158,63,44,.24); border-radius: 12px; color: #7d3324 !important; background: #fff0e8; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.field { display: block; margin-bottom: 16px; }
.field > span { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #bbbcb7; border-radius: 12px; color: var(--ink); background: var(--white); }
.field textarea { min-height: 160px; padding-top: 14px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .78rem; }
.checkbox input { width: 18px; height: 18px; accent-color: var(--teal); }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: var(--teal-dark); background: var(--teal-pale); font-size: 1.8rem; }
.info-modal { position: fixed; inset: 0; z-index: 160; display: none; place-items: center; padding: 20px; background: rgba(10,19,18,.66); }
.info-modal.is-open { display: grid; }
.info-card { position: relative; width: min(680px, 100%); max-height: 88vh; overflow: auto; padding: 42px; border-radius: 26px; background: var(--white); }
.info-card > .icon-button { position: absolute; right: 18px; top: 18px; }
.info-card h2 { font-size: 3rem; }
.info-card li, .info-card p { color: var(--muted); }

/* Admin */
.admin-body { min-height: 100vh; background: #e9ece8; }
.admin-shell { min-height: 100vh; }
.admin-login { min-height: 100vh; display: grid; grid-template-columns: 1fr minmax(380px, .8fr); align-items: center; gap: 80px; padding: 60px max(24px, calc((100vw - 1080px) / 2)); background: var(--teal-dark); }
.admin-brand { color: var(--white); align-self: start; }
.admin-brand small { color: rgba(255,255,255,.65); }
.login-card { padding: 42px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.login-card h1 { font-size: 3.4rem; }
.login-card > p:not(.eyebrow) { color: var(--muted); }
.login-card .back-link { margin: 24px 0 0; }
.admin-app { min-height: 100vh; display: grid; grid-template-columns: 260px 1fr; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 24px 18px; color: var(--white); background: var(--teal-dark); }
.admin-sidebar .brand { min-width: 0; margin: 0 10px 36px; }
.admin-sidebar .brand small { color: rgba(255,255,255,.56); }
.admin-sidebar nav { display: grid; gap: 6px; }
.admin-sidebar nav button, .admin-logout { width: 100%; padding: 13px 14px; border: 0; border-radius: 12px; color: rgba(255,255,255,.72); background: transparent; text-align: left; cursor: pointer; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.is-active { color: var(--white); background: rgba(255,255,255,.1); }
.admin-logout { margin-top: auto; }
.admin-main { min-width: 0; }
.admin-topbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 12px 32px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.82); }
.admin-topbar span, .admin-topbar strong { display: block; }
.admin-topbar span { color: var(--muted); font-size: .72rem; }
.admin-panel { display: none; max-width: 1400px; margin: 0 auto; padding: 38px 32px 80px; }
.admin-panel.is-active { display: block; }
.admin-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.admin-page-heading h1 { margin: 0; font-size: 3.4rem; }
.admin-page-heading .eyebrow { margin-bottom: 8px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.stat-grid article, .admin-card { border: 1px solid rgba(23,24,23,.08); border-radius: 20px; background: var(--white); box-shadow: 0 8px 25px rgba(23,24,23,.05); }
.stat-grid article { padding: 22px; }
.stat-grid article > span, .stat-grid p { color: var(--muted); font-size: .76rem; }
.stat-grid strong { display: block; margin: 16px 0 4px; font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 2.25rem; font-weight: 400; }
.stat-grid p { margin: 0; }
.admin-columns { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-bottom: 18px; }
.admin-card { padding: 24px; }
.admin-card h2 { font: 400 1.6rem/1.15 Georgia, serif; }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.card-heading h2 { margin: 0; }
.card-heading button, .blocked-row button, .content-row button { border: 0; background: none; color: var(--teal); font-weight: 800; cursor: pointer; }
.booking-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 15px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); }
.booking-row time { font-weight: 800; }
.booking-row strong, .booking-row span { display: block; }
.booking-row span { color: var(--muted); font-size: .75rem; }
.status-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.status-ok { color: #3d927a; }
.status-warn { color: var(--orange); }
.week-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.integration-row, .security-item { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.integration-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: var(--white); background: var(--ink); font-size: 1.4rem; }
.integration-row div, .security-item div { flex: 1; }
.integration-row strong, .integration-row span, .security-item strong, .security-item span { display: block; }
.integration-row span, .security-item span { color: var(--muted); font-size: .75rem; }
.badge-success, .badge-draft { display: inline-block; width: fit-content; padding: 5px 9px; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.badge-success { color: #28634f; background: #dff0e8; }
.badge-draft { color: #785234; background: var(--orange-pale); }
.blocked-row, .content-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.blocked-row strong, .blocked-row span, .content-row h3, .content-row span { display: block; }
.blocked-row span, .content-row span { color: var(--muted); font-size: .76rem; }
.content-row h3 { margin: 8px 0 3px; }
.empty-state { padding: 28px; border: 1px dashed var(--line); border-radius: 15px; color: var(--muted); text-align: center; }
.filter-row { display: flex; gap: 8px; margin-bottom: 16px; }
.filter-row button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.filter-row button.is-active { color: var(--white); background: var(--teal); }
.booking-table { padding: 0; overflow: hidden; }
.booking-table-head, .booking-table-row { display: grid; grid-template-columns: .8fr 1.3fr .7fr 1.1fr .7fr; gap: 16px; align-items: center; padding: 16px 20px; }
.booking-table-head { color: var(--muted); background: var(--paper); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.booking-table-row { border-top: 1px solid var(--line); font-size: .83rem; }
.booking-table-row strong, .booking-table-row small { display: block; }
.booking-table-row small { color: var(--muted); }
.admin-hint { display: flex; gap: 18px; margin-top: 18px; padding: 20px; border-radius: 16px; background: var(--teal-pale); }
.admin-hint span { color: var(--muted); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 300; max-width: 360px; padding: 14px 18px; border-radius: 14px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: translateY(120px); opacity: 0; transition: .24s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr .58fr; }
  .hero-copy { padding-right: 34px; }
  .split-heading { gap: 45px; }
  .parent-interrupt-card { gap: 38px; padding: 50px; }
  .about-layout { gap: 55px; }
  .admin-columns { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); font-size: 16px; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  h2 { font-size: clamp(2.35rem, 10vw, 3.5rem); }
  .section-pad { padding: 76px 20px; }
  .site-header { min-height: 64px; padding: calc(8px + env(safe-area-inset-top)) 15px 8px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .brand strong { white-space: nowrap; font-size: .78rem; }
  .brand small { display: none; }
  .header-actions { margin-left: auto; }
  .header-actions .button, .header-actions .text-button { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 66px 20px 72px; }
  .hero-copy { padding: 0; }
  .hero-photo { min-height: 460px; border-radius: 80px 80px 22px 22px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .section-heading { margin-bottom: 38px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .request-list { grid-template-columns: 1fr; }
  .request-list article, .request-list article:nth-child(even) { min-height: 0; padding: 24px 0; border-right: 0; }
  .parent-interrupt { padding-top: 0; }
  .parent-interrupt-card { grid-template-columns: 1fr; padding: 34px 24px; border-radius: 28px; }
  .outcome-grid, .method-grid, .price-grid, .article-grid, .article-grid-wide, .meeting-grid { grid-template-columns: 1fr; }
  .outcome-grid span { min-height: 100px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li, .timeline li:not(:first-child) { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline h3 { margin-top: 25px; }
  .method-grid article { min-height: 250px; }
  .about-layout, .location, .conf-layout { grid-template-columns: 1fr; gap: 45px; }
  .credentials article { grid-template-columns: 1fr; }
  .credentials article > span { grid-row: auto; }
  .format-notes { grid-template-columns: 1fr; }
  .map-frame { height: 350px; }
  .boundary-card { padding: 34px 24px; }
  .final-cta { grid-template-columns: 1fr; gap: 32px; padding: 72px 20px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 42px 20px; }
  .footer-note { grid-column: 1 / -1; }
  .mobile-action { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: flex; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,253,248,.94); backdrop-filter: blur(16px); }
  .mobile-action .button { width: 100%; }
  .teen-hero { grid-template-columns: 1fr; gap: 40px; padding: 62px 20px 72px; }
  .teen-hero-aside { transform: none; }
  .parent-only-card { grid-template-columns: 1fr; gap: 24px; padding: 34px 24px; }
  .editorial-hero { grid-template-columns: 1fr; padding: 60px 20px; }
  .editorial-mark { display: none; }
  .article-page { padding: 56px 20px 85px; }
  .article-author { align-items: flex-start; flex-direction: column; }
  .choice-grid { grid-template-columns: 1fr; }
  .slot-grid { grid-template-columns: repeat(3, 1fr); }
  .drawer-body { padding: 22px 18px; }
  .admin-login { grid-template-columns: 1fr; gap: 30px; padding: 30px 20px; }
  .admin-brand { align-self: auto; }
  .login-card { padding: 28px 22px; }
  .admin-app { display: block; }
  .admin-sidebar { position: static; height: auto; padding: 14px; }
  .admin-sidebar .brand { margin-bottom: 16px; }
  .admin-sidebar nav { display: flex; gap: 5px; overflow-x: auto; }
  .admin-sidebar nav button { width: auto; white-space: nowrap; }
  .admin-logout { display: none; }
  .admin-topbar { padding: 10px 18px; }
  .admin-topbar .button { display: none; }
  .admin-panel { padding: 28px 16px 60px; }
  .admin-page-heading { align-items: flex-start; flex-direction: column; }
  .admin-page-heading h1 { font-size: 2.8rem; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-row { grid-template-columns: 58px 1fr; }
  .booking-row > b { display: none; }
  .booking-table { overflow-x: auto; }
  .booking-table-head, .booking-table-row { min-width: 760px; }
}

/* Conversion-focused landing page refinements */
.compact-section { padding-top: 82px; padding-bottom: 82px; }
.hero { min-height: 680px; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr); padding-top: 54px; padding-bottom: 58px; }
.hero h1 { max-width: 790px; font-size: clamp(3.25rem, 5.8vw, 5.55rem); }
.hero-photo { min-height: 540px; }
.request-list-compact article { min-height: 154px; }
.fit-note, .policy-note { display: grid; grid-template-columns: 210px 1fr; gap: 22px; margin-top: 34px; padding: 22px 24px; border-radius: 18px; background: var(--teal-pale); }
.fit-note span, .policy-note span { color: var(--muted); }
.about-compact { gap: 72px; }
.work-model-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 28px; align-items: stretch; }
.timeline-compact { grid-template-columns: repeat(3, 1fr); }
.timeline-compact li { min-height: 230px; }
.outcome-panel { padding: 30px; border-radius: 24px; color: var(--white); background: var(--teal-dark); }
.outcome-panel ul { display: grid; gap: 13px; margin: 0; padding-left: 20px; color: rgba(255,255,255,.76); }
.method-line { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.method-line article { min-height: 112px; padding: 22px; border-right: 1px solid var(--line); }
.method-line article:last-child { border-right: 0; }
.method-line span { color: var(--teal); font-weight: 800; }
.method-line p { margin: 8px 0 0; color: var(--muted); font-size: .86rem; }
.parent-interrupt-compact { padding: 52px; border-radius: 34px; }
.price-grid-three { grid-template-columns: repeat(3, 1fr); }
.price-grid-three .price-card { min-height: 390px; padding: 30px; }
.price-grid-three .price-card h3 { margin-top: 30px; font-size: 1.7rem; }
.price-grid-three .price { font-size: clamp(2.35rem, 4vw, 4rem); }
.policy-note { grid-template-columns: 170px 1fr; background: var(--orange-pale); }
.booking-drawer { height: 100dvh; }
.drawer-head { flex: 0 0 auto; background: var(--white); }
.booking-step h2 { max-width: 100%; overflow-wrap: anywhere; }
.date-button { min-width: 0; }
.request-fieldset { min-width: 0; margin: 24px 0 18px; padding: 0; border: 0; }
.request-fieldset legend { font-weight: 800; }
.request-fieldset > p, .field small { display: block; margin: 7px 0 12px; color: var(--muted); font-size: .76rem; }
.request-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.request-chip { cursor: pointer; }
.request-chip input { position: absolute; opacity: 0; pointer-events: none; }
.request-chip span { display: block; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; transition: .16s ease; }
.request-chip input:checked + span { color: var(--white); border-color: var(--teal); background: var(--teal); }
.request-chip.has-error span { border-color: #b83c32; animation: chip-shake .3s ease; }
.teen-consent { margin: -4px 0 20px; }
@keyframes chip-shake { 25% { transform: translateX(-3px); } 75% { transform: translateX(3px); } }

@media (max-width: 1050px) {
  .price-grid-three { grid-template-columns: repeat(2, 1fr); }
  .price-grid-three .price-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .work-model-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(2.55rem, 11.7vw, 3.45rem); line-height: 1; }
  h2 { font-size: clamp(2.05rem, 9.4vw, 2.85rem); line-height: 1.02; }
  .section-pad, .compact-section { padding: 58px 18px; }
  .site-header { min-height: 58px; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding: 38px 18px 42px; }
  .hero-copy { padding: 0; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.55rem, 11.7vw, 3.45rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-meta { margin: 22px 0; gap: 7px; }
  .hero-meta span { padding: 7px 10px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-note { margin-top: 18px; }
  .hero-photo { min-height: 340px; height: 45vh; max-height: 420px; border-radius: 64px 64px 20px 20px; }
  .hero-photo figcaption { left: 22px; right: 22px; bottom: 20px; }
  .trust-strip span { min-height: 58px; padding: 10px; font-size: .7rem; }
  .section-heading { margin-bottom: 30px; }
  .request-list article, .request-list article:nth-child(even) { padding: 20px 0; }
  .fit-note, .policy-note { grid-template-columns: 1fr; gap: 6px; margin-top: 24px; padding: 18px; }
  .about-layout { gap: 38px; }
  .timeline-compact { grid-template-columns: 1fr; }
  .timeline-compact li, .timeline-compact li:not(:first-child) { padding: 18px 0; }
  .timeline-compact h3 { margin: 14px 0 7px; }
  .outcome-panel { padding: 24px 20px; }
  .method-line { grid-template-columns: 1fr; }
  .method-line article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-line article:last-child { border-bottom: 0; }
  .parent-interrupt { padding-top: 0; }
  .parent-interrupt-compact { padding: 28px 20px; }
  .price-grid-three { grid-template-columns: 1fr; }
  .price-grid-three .price-card, .price-grid-three .price-card:last-child { grid-column: auto; min-height: 330px; padding: 26px 22px; }
  .price-card h3, .price-grid-three .price-card h3 { margin-top: 24px; }
  .format-notes { gap: 10px; }
  .location { gap: 30px; }
  .map-frame { height: 300px; }
  .faq-list summary { padding: 21px 42px 21px 0; font-size: 1.15rem; }
  .final-cta { gap: 26px; padding: 58px 18px; }
  .final-actions { align-items: stretch; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 26px; padding: 36px 18px; }
  .footer-note { grid-column: 1; }
  .booking-drawer { width: 100%; }
  .drawer-head { padding: 14px 16px; }
  .drawer-head strong { font-size: .92rem; }
  .drawer-head span { max-width: 250px; }
  .drawer-body { padding: 20px 16px 32px; }
  .progress { margin-bottom: 22px; }
  .booking-step h2 { margin-bottom: 10px; font-size: clamp(2rem, 9vw, 2.65rem); }
  .booking-label { margin-top: 20px; }
  .choice { min-height: 78px; }
  .calendar-toolbar { align-items: flex-start; flex-direction: column; gap: 2px; }
  .date-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 72px; margin-right: -16px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 16px 10px 1px; scroll-padding-left: 1px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .date-grid::-webkit-scrollbar { display: none; }
  .date-button { min-height: 82px; }
  .slot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .calendar-footer { grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr); }
  .calendar-footer .selected-slot-summary { grid-column: 1 / -1; grid-row: 1; padding: 0 0 8px; }
  .calendar-footer .button { grid-row: 2; width: 100%; }
  .selected-slot-summary strong { white-space: normal; }
  .field textarea { min-height: 132px; }
  .booking-footer { position: sticky; bottom: -32px; z-index: 3; margin: 24px -16px -32px; padding: 14px 16px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,253,248,.96); backdrop-filter: blur(12px); }
  .booking-footer .button { min-width: 0; padding-inline: 16px; }
  .summary-card div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .summary-card dd { text-align: left; }
  .info-card { padding: 34px 22px 26px; }
  .info-card h2 { font-size: 2.35rem; }
}

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

/* 2026 art-directed redesign */
body.redesign {
  --v3-green: #123c35;
  --v3-green-2: #315f55;
  --v3-orange: #ff944d;
  --v3-ivory: #f7f1e8;
  --v3-cream: #fffaf2;
  --v3-ink: #12352f;
  --v3-muted: #62706b;
  color: var(--v3-ink);
  background: var(--v3-ivory);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}
body.redesign h1,
body.redesign h2,
body.redesign h3,
body.redesign blockquote,
body.redesign .price {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: inherit;
  letter-spacing: -.035em;
}
body.redesign h1 { font-size: clamp(3.2rem, 6vw, 6.8rem); line-height: .91; }
body.redesign h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); line-height: .96; }
body.redesign h3 { font-weight: 500; }
body.redesign .eyebrow { margin-bottom: 15px; font-size: .73rem; letter-spacing: .17em; }
body.redesign .button { min-height: 56px; padding-inline: 27px; border-radius: 18px; background: var(--v3-green); }
body.redesign .button:hover { background: #0d302b; }
body.redesign .button-accent { color: var(--v3-ink); background: var(--v3-orange); }
body.redesign .button-accent:hover { color: var(--v3-ink); background: #ffab70; }
body.redesign .button-light { color: var(--v3-ink); background: var(--v3-cream); }
body.redesign .button-secondary { color: var(--v3-ink); border-color: rgba(18,53,47,.25); background: transparent; }
body.redesign .button-secondary:hover { color: var(--v3-cream); background: var(--v3-green); }
body.redesign .redesign-header { min-height: 82px; border-color: rgba(18,53,47,.13); background: rgba(247,241,232,.94); }
body.redesign .brand-mark { border-radius: 38% 62% 44% 56% / 50% 42% 58% 50%; background: var(--v3-green-2); }
body.redesign .desktop-nav a { font-size: .77rem; letter-spacing: .02em; }

.hero-v3 { padding: 38px max(24px, calc((100vw - 1240px) / 2)) 0; background: var(--v3-ivory); }
.hero-v3-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); grid-template-rows: auto 1fr; grid-template-areas: "photo price" "photo copy"; gap: 18px; }
.hero-v3-photo { position: relative; grid-area: photo; min-height: 660px; margin: 0; overflow: hidden; border-radius: 210px 36px 210px 36px; background: #5b341f; }
.hero-v3-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.hero-v3-photo figcaption { position: absolute; right: 28px; top: 26px; max-width: 170px; color: var(--v3-ivory); font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 1rem; line-height: 1.25; transform: rotate(-4deg); }
.hero-v3-price { grid-area: price; min-height: 270px; padding: 38px; border-radius: 58px 58px 110px 58px; background: var(--v3-orange); }
.hero-v3-price > span { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-v3-price > strong { display: block; margin: 20px 0 28px; font: 600 clamp(3.1rem, 5vw, 5.7rem)/.9 "Manrope", Arial, Helvetica, sans-serif; letter-spacing: -.04em; }
.hero-v3-price dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; padding-top: 20px; border-top: 1px solid rgba(18,53,47,.35); }
.hero-v3-price dl div { min-width: 0; }
.hero-v3-price dt { color: rgba(18,53,47,.66); font-size: .72rem; }
.hero-v3-price dd { margin: 4px 0 0; font-weight: 750; }
.hero-v3-copy { grid-area: copy; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 46px; border: 1px solid rgba(18,53,47,.11); border-radius: 140px 42px 42px 42px; background: var(--v3-cream); }
.hero-v3-copy h1 { margin: 0 0 28px; font-size: clamp(3.3rem, 5.7vw, 6.4rem); }
.hero-v3-copy > p:last-child { max-width: 570px; margin: 0; color: var(--v3-muted); font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-v3-band { position: relative; display: grid; grid-template-columns: 1.05fr 1.2fr .85fr; gap: 42px; align-items: end; margin-top: 18px; padding: 68px 58px 54px; overflow: hidden; border-radius: 120px 120px 0 0 / 54px 54px 0 0; color: var(--v3-cream); background: var(--v3-green); }
.hero-v3-band-copy h2 { max-width: 520px; margin: 0; font-size: clamp(2.8rem, 4.8vw, 5rem); }
.hero-v3-promises { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,250,242,.25); }
.hero-v3-promises li { padding: 24px 20px 0 0; }
.hero-v3-promises li + li { padding-left: 20px; border-left: 1px solid rgba(255,250,242,.2); }
.hero-v3-promises strong,
.hero-v3-promises span { display: block; }
.hero-v3-promises strong { font-size: .92rem; }
.hero-v3-promises span { margin-top: 7px; color: rgba(255,250,242,.62); font-size: .76rem; line-height: 1.45; }
.hero-v3-action { position: relative; z-index: 1; display: grid; gap: 12px; }
.hero-v3-action .button { min-height: 68px; justify-content: space-between; font-size: .94rem; }
.hero-v3-action > a { color: var(--v3-cream); font-size: .8rem; font-weight: 700; text-underline-offset: 5px; }
.hero-v3-action small { color: rgba(255,250,242,.52); }
.botanical { pointer-events: none; object-fit: contain; opacity: .48; }
.botanical-hero { position: absolute; right: -52px; bottom: -80px; width: 270px; transform: rotate(17deg); }

.editorial-section,
.process-v3,
.pricing-v3,
.faq-v3 { max-width: 1240px; margin: 0 auto; padding: 118px 24px; }
.requests-v3 { position: relative; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 92px; }
.section-number { position: absolute; right: 28px; top: 67px; color: rgba(18,53,47,.08); font: 600 11rem/1 "Manrope", Arial, Helvetica, sans-serif; }
.editorial-heading { position: sticky; top: 118px; align-self: start; }
.editorial-heading h2 { position: relative; z-index: 1; margin-bottom: 28px; font-size: clamp(3.2rem, 5.2vw, 5.8rem); }
.editorial-heading > p:last-child { max-width: 460px; color: var(--v3-muted); font-size: 1.08rem; }
.concern-list { border-top: 1px solid rgba(18,53,47,.24); }
.concern-list article { display: grid; grid-template-columns: 105px 1fr; gap: 8px 22px; padding: 30px 0; border-bottom: 1px solid rgba(18,53,47,.18); }
.concern-list article > span { grid-row: 1 / 3; color: var(--v3-orange); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.concern-list h3 { margin: 0; font-size: clamp(1.55rem, 2.5vw, 2.3rem); }
.concern-list p { margin: 0; color: var(--v3-muted); }
.editorial-callout { grid-column: 1 / -1; display: grid; grid-template-columns: 250px 1fr; gap: 24px; margin-top: 4px; padding: 30px 34px; border-radius: 32px 96px 32px 32px; color: var(--v3-cream); background: var(--v3-green-2); }
.editorial-callout p { max-width: 780px; margin: 0; color: rgba(255,250,242,.72); }

.about-v3 { display: grid; grid-template-columns: .88fr 1.12fr; background: var(--v3-cream); }
.about-v3-quote { position: relative; min-height: 670px; display: flex; flex-direction: column; justify-content: center; padding: 88px max(54px, calc((100vw - 1240px) / 2)) 88px max(24px, calc((100vw - 1240px) / 2)); overflow: hidden; color: var(--v3-cream); background: var(--v3-green); }
.about-v3-quote blockquote { position: relative; z-index: 1; max-width: 600px; margin: 0; font-size: clamp(3rem, 5.1vw, 5.6rem); line-height: 1; }
.botanical-about { position: absolute; right: -60px; bottom: -90px; width: 330px; transform: rotate(-22deg); }
.about-v3-body { display: flex; flex-direction: column; justify-content: center; padding: 88px max(24px, calc((100vw - 1240px) / 2)) 88px 78px; }
.about-v3-body h2 { margin-bottom: 25px; }
.about-v3-body .large-copy { max-width: 650px; color: var(--v3-muted); }
.qualification-list { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid rgba(18,53,47,.2); }
.qualification-list li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid rgba(18,53,47,.16); }
.qualification-list span { color: var(--v3-muted); font-size: .73rem; }
.qualification-list strong { font-size: .9rem; }

.process-v3 { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; }
.process-v3-intro h2 { margin-bottom: 26px; }
.process-v3-intro > p:last-child { color: var(--v3-muted); }
.process-v3-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(18,53,47,.22); }
.process-v3-steps li { display: grid; grid-template-columns: 68px 1fr; gap: 16px; padding: 30px 0; border-bottom: 1px solid rgba(18,53,47,.18); }
.process-v3-steps li > span { color: var(--v3-orange); font-weight: 800; }
.process-v3-steps h3 { margin: 0 0 8px; font-size: 1.75rem; }
.process-v3-steps p { margin: 0; color: var(--v3-muted); }
.approach-ribbon { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; padding: 22px 24px; border: 1px solid rgba(18,53,47,.2); border-radius: 22px; }
.approach-ribbon span { padding: 8px 12px; border-radius: 999px; color: var(--v3-cream); background: var(--v3-green); font-size: .75rem; font-weight: 800; }
.approach-ribbon p { margin: 0 0 0 auto; color: var(--v3-muted); font-size: .82rem; }

.teen-v3 { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding: 92px max(24px, calc((100vw - 1240px) / 2)); background: var(--v3-orange); }
.teen-v3 h2 { max-width: 760px; margin-bottom: 24px; }
.teen-v3 > div > p:not(.eyebrow) { max-width: 740px; }
.teen-v3-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.teen-v3 .inline-link { color: var(--v3-ink); }
.teen-v3 dl { align-self: end; margin: 0; border-top: 1px solid rgba(18,53,47,.3); }
.teen-v3 dl div { padding: 22px 0; border-bottom: 1px solid rgba(18,53,47,.25); }
.teen-v3 dt { font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.teen-v3 dd { margin: 6px 0 0; color: rgba(18,53,47,.72); }

.pricing-v3 > header { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.pricing-v3 > header h2 { margin: 0; }
.pricing-v3 > header > p:last-child { color: var(--v3-muted); }
.pricing-v3-list { border-top: 1px solid rgba(18,53,47,.25); }
.pricing-v3-list article { display: grid; grid-template-columns: minmax(280px, 1fr) 180px 120px auto; gap: 26px; align-items: center; padding: 28px 22px; border-bottom: 1px solid rgba(18,53,47,.18); }
.pricing-v3-list article.is-featured { margin-inline: -18px; padding-inline: 40px; border: 0; border-radius: 34px 92px 34px 34px; background: var(--v3-orange); }
.pricing-v3-list article span { color: var(--v3-muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pricing-v3-list article.is-featured span { color: rgba(18,53,47,.65); }
.pricing-v3-list h3 { margin: 8px 0 4px; font-size: 1.8rem; }
.pricing-v3-list p { margin: 0; color: var(--v3-muted); font-size: .87rem; }
.pricing-v3-list article.is-featured p { color: rgba(18,53,47,.72); }
.pricing-v3-list article > strong { font: 600 2.35rem/1 "Manrope", Arial, Helvetica, sans-serif; }
.pricing-v3-list article > em { color: var(--v3-muted); font-style: normal; font-size: .86rem; }
.pricing-v3-list .button { white-space: nowrap; }
.practical-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border: 1px solid rgba(18,53,47,.18); border-radius: 24px; }
.practical-strip span { display: grid; gap: 5px; padding: 21px; color: var(--v3-muted); font-size: .82rem; }
.practical-strip span + span { border-left: 1px solid rgba(18,53,47,.16); }
.practical-strip strong { color: var(--v3-ink); }
.cancellation-copy { max-width: 850px; margin: 20px 0 0; color: var(--v3-muted); font-size: .8rem; }

.location-v3 { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; padding: 92px max(24px, calc((100vw - 1240px) / 2)); color: var(--v3-cream); background: var(--v3-green); }
.location-v3 h2 { margin-bottom: 24px; }
.location-v3 p:not(.eyebrow) { color: rgba(255,250,242,.66); }
.location-v3 .inline-link { color: var(--v3-cream); }
.location-v3 .map-frame { height: 400px; border-radius: 140px 32px 140px 32px; box-shadow: none; }

.faq-v3 { display: grid; grid-template-columns: .68fr 1.32fr; gap: 88px; }
.faq-v3 header { align-self: start; }
.faq-v3 .faq-list { border-color: rgba(18,53,47,.25); }
.faq-v3 .faq-list summary { color: var(--v3-ink); font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 1.5rem; }
.faq-v3 .faq-list p { color: var(--v3-muted); }
.final-v3 { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 68px; align-items: end; padding: 88px max(24px, calc((100vw - 1240px) / 2)); overflow: hidden; color: var(--v3-cream); background: var(--v3-green-2); }
.final-v3 > div { position: relative; z-index: 1; }
.final-v3 h2 { max-width: 780px; margin-bottom: 22px; }
.final-v3 p:not(.eyebrow) { max-width: 660px; color: rgba(255,250,242,.68); }
.final-v3 .button { position: relative; z-index: 1; min-height: 68px; }
.final-v3 .botanical { position: absolute; left: -80px; bottom: -170px; width: 430px; transform: rotate(20deg); }
body.redesign .redesign-footer { background: var(--v3-ivory); }

/* Booking inherits the brand instead of looking like an admin panel */
body.redesign .booking-overlay { background: rgba(9,29,25,.74); }
body.redesign .booking-drawer { width: min(650px, 100%); border-radius: 42px 0 0 42px; background: var(--v3-ivory); }
body.redesign .drawer-body { overflow-anchor: none; }
body.redesign .drawer-head { padding: 22px 28px; border-color: rgba(18,53,47,.16); background: var(--v3-ivory); }
body.redesign .drawer-head strong { font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 1.25rem; }
body.redesign .icon-button { border-color: rgba(18,53,47,.2); }
body.redesign .progress span { background: rgba(18,53,47,.13); }
body.redesign .progress span.done { background: var(--v3-orange); }
body.redesign .booking-step h2 { color: var(--v3-ink); font-size: clamp(2.5rem, 6vw, 4.2rem); }
body.redesign .new-client-toggle { border: 0; border-radius: 26px 58px 26px 26px; background: rgba(255,148,77,.2); }
body.redesign .choice { min-height: 84px; border: 0; border-bottom: 1px solid rgba(18,53,47,.18); border-radius: 0; background: transparent; }
body.redesign .choice.is-selected { border-bottom-color: var(--v3-green); box-shadow: none; background: rgba(49,95,85,.09); }
body.redesign .summary-card { border-radius: 24px 60px 24px 24px; background: rgba(49,95,85,.1); }
body.redesign .date-button { border: 0; border-radius: 28px 28px 12px 28px; background: var(--v3-cream); }
body.redesign .date-button.is-selected,
body.redesign .slot.is-selected { color: var(--v3-cream); background: var(--v3-green); }
body.redesign .slot { border-color: rgba(18,53,47,.2); border-radius: 14px; background: transparent; }
body.redesign .field input,
body.redesign .field select,
body.redesign .field textarea { border-color: rgba(18,53,47,.28); border-radius: 16px; background: var(--v3-cream); }
body.redesign .request-chip span { border-color: rgba(18,53,47,.22); background: var(--v3-cream); }
body.redesign .request-chip input:checked + span { border-color: var(--v3-green); background: var(--v3-green); }
body.redesign .success-mark { color: var(--v3-green); background: rgba(255,148,77,.23); }
body.redesign .info-card { border-radius: 42px; background: var(--v3-ivory); }

@media (max-width: 1050px) {
  .hero-v3-grid { grid-template-columns: 1fr .8fr; }
  .hero-v3-copy { padding: 34px; }
  .hero-v3-band { grid-template-columns: 1fr 1fr; }
  .hero-v3-action { grid-column: 1 / -1; grid-template-columns: 1fr auto; align-items: center; }
  .hero-v3-action small { grid-column: 1 / -1; }
  .requests-v3 { gap: 52px; }
  .pricing-v3-list article { grid-template-columns: 1fr 150px 110px; }
  .pricing-v3-list article .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 780px) {
  body.redesign { padding-bottom: 0; font-size: 16px; }
  body.redesign h1 { font-size: clamp(2.25rem, 10.6vw, 3rem); line-height: .96; }
  body.redesign h2 { font-size: clamp(2.25rem, 10vw, 3.2rem); line-height: .98; }
  body.redesign .redesign-header { min-height: 62px; padding: calc(9px + env(safe-area-inset-top)) 16px 9px; }
  body.redesign .brand strong { font-size: .8rem; }
  body.redesign .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .hero-v3 { padding: 12px 10px 0; }
  .hero-v3-grid { grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); grid-template-rows: 180px 238px; grid-template-areas: "photo price" "photo copy"; gap: 9px; }
  .hero-v3-photo { min-height: 0; height: 427px; border-radius: 110px 22px 110px 22px; }
  .hero-v3-photo img { object-position: 52% center; }
  .hero-v3-photo figcaption { display: none; }
  .hero-v3-price { min-width: 0; min-height: 0; padding: 20px 15px; overflow: hidden; border-radius: 44px 44px 70px 30px; }
  .hero-v3-price > span { font-size: .64rem; }
  .hero-v3-price > strong { margin: 14px 0 17px; font-size: clamp(2.25rem, 10vw, 3rem); white-space: nowrap; }
  .hero-v3-price dl { grid-template-columns: 1fr; gap: 10px; padding-top: 12px; }
  .hero-v3-price dt { display: none; }
  .hero-v3-price dd { margin: 0; font-size: .78rem; }
  .hero-v3-copy { min-width: 0; min-height: 0; justify-content: flex-start; padding: 20px 14px 14px; overflow: hidden; border-radius: 56px 18px 56px 18px; }
  .hero-v3-copy .eyebrow { margin-bottom: 9px; font-size: .58rem; line-height: 1.35; }
  body.redesign .hero-v3-copy h1 { margin-bottom: 11px; font-size: 1.65rem; line-height: 1; }
  .hero-v3-copy > p:last-child { font-size: .76rem; line-height: 1.38; }
  .hero-v3-band { grid-template-columns: 1fr; gap: 24px; margin-top: 9px; padding: 38px 22px 30px; border-radius: 58px 58px 0 0 / 25px 25px 0 0; }
  .hero-v3-band-copy h2 { max-width: 340px; font-size: 2.55rem; }
  .hero-v3-promises { grid-template-columns: repeat(3, 1fr); }
  .hero-v3-promises li { padding: 16px 9px 0 0; }
  .hero-v3-promises li + li { padding-left: 9px; }
  .hero-v3-promises strong { font-size: .7rem; }
  .hero-v3-promises span { font-size: .64rem; }
  .hero-v3-action { grid-column: auto; grid-template-columns: 1fr; }
  .hero-v3-action .button { width: 100%; min-height: 60px; }
  .hero-v3-action > a { justify-self: start; }
  .botanical-hero { width: 190px; opacity: .3; }
  .editorial-section,
  .process-v3,
  .pricing-v3,
  .faq-v3 { padding: 72px 18px; }
  .requests-v3 { grid-template-columns: 1fr; gap: 34px; }
  .section-number { right: 16px; top: 34px; font-size: 7rem; }
  .editorial-heading { position: static; }
  .editorial-heading h2 { max-width: 350px; margin-bottom: 20px; font-size: 2.8rem; }
  .concern-list article { grid-template-columns: 78px 1fr; gap: 6px 12px; padding: 23px 0; }
  .concern-list h3 { font-size: 1.45rem; }
  .concern-list p { font-size: .86rem; }
  .editorial-callout { grid-template-columns: 1fr; gap: 7px; padding: 23px 21px; border-radius: 24px 64px 24px 24px; }
  .about-v3 { grid-template-columns: 1fr; }
  .about-v3-quote { min-height: 470px; padding: 68px 20px; }
  .about-v3-quote blockquote { max-width: 350px; font-size: 3.25rem; }
  .botanical-about { width: 230px; }
  .about-v3-body { padding: 68px 20px; }
  .about-v3-body h2 { font-size: 3rem; }
  .qualification-list li { grid-template-columns: 92px 1fr; gap: 12px; }
  .process-v3 { grid-template-columns: 1fr; gap: 36px; }
  .process-v3-steps li { grid-template-columns: 48px 1fr; padding: 24px 0; }
  .process-v3-steps h3 { font-size: 1.45rem; }
  .approach-ribbon { grid-column: auto; flex-wrap: wrap; padding: 18px; }
  .approach-ribbon p { flex-basis: 100%; margin: 5px 0 0; }
  .teen-v3 { grid-template-columns: 1fr; gap: 36px; padding: 68px 20px; }
  .teen-v3 h2 { font-size: 2.8rem; }
  .teen-v3-actions { align-items: stretch; flex-direction: column; }
  .pricing-v3 > header { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .pricing-v3-list article,
  .pricing-v3-list article.is-featured { grid-template-columns: 1fr auto; gap: 12px 16px; margin-inline: 0; padding: 26px 0; border-radius: 0; background: transparent; }
  .pricing-v3-list article.is-featured { padding: 26px 20px; border-radius: 26px 66px 26px 26px; background: var(--v3-orange); }
  .pricing-v3-list article > div { grid-column: 1 / -1; }
  .pricing-v3-list article > strong { font-size: 2.15rem; }
  .pricing-v3-list article > em { justify-self: end; }
  .pricing-v3-list article .button { grid-column: 1 / -1; width: 100%; justify-self: stretch; margin-top: 8px; }
  .practical-strip { grid-template-columns: 1fr; }
  .practical-strip span + span { border-left: 0; border-top: 1px solid rgba(18,53,47,.16); }
  .location-v3 { grid-template-columns: 1fr; gap: 34px; padding: 70px 20px; }
  .location-v3 .map-frame { height: 310px; border-radius: 90px 22px 90px 22px; }
  .faq-v3 { grid-template-columns: 1fr; gap: 34px; }
  .faq-v3 .faq-list summary { font-size: 1.28rem; }
  .final-v3 { grid-template-columns: 1fr; gap: 28px; padding: 68px 20px; }
  .final-v3 .button { width: 100%; }
  .final-v3 .botanical { width: 300px; }
  body.redesign .redesign-footer { grid-template-columns: 1fr; }
  body.redesign .booking-drawer { border-radius: 0; }
  body.redesign .booking-step h2 { font-size: 2.55rem; }
  body.redesign .booking-footer { background: rgba(247,241,232,.97); }
  body.redesign .mobile-action { display: none !important; }
}

/* Art direction pass: selected concept 03 */
body.redesign {
  --v3-green: #123d35;
  --v3-green-2: #315f55;
  --v3-orange: #f58f4c;
  --v3-ivory: #f7f1e7;
  --v3-cream: #fffaf2;
  --v3-ink: #143b34;
  --v3-muted: #65716d;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
body.redesign h1,
body.redesign h2,
body.redesign h3,
body.redesign blockquote,
body.redesign .price,
body.redesign .faq-list summary,
body.redesign .booking-step h2,
body.redesign .drawer-head strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.025em;
}
body.redesign h1 { font-size: clamp(4.15rem, 5.6vw, 5.45rem); line-height: .88; }
body.redesign h2 { font-size: clamp(3.45rem, 4.6vw, 4.65rem); line-height: .92; }
body.redesign h3 { line-height: 1.02; }
body.redesign .eyebrow { margin-bottom: 12px; font-size: .68rem; line-height: 1.35; letter-spacing: .16em; }
body.redesign .button { min-height: 56px; border-radius: 16px 34px 16px 16px; font-size: .82rem; letter-spacing: -.01em; }
body.redesign .button:focus-visible,
body.redesign a:focus-visible,
body.redesign summary:focus-visible,
body.redesign input:focus-visible,
body.redesign textarea:focus-visible,
body.redesign select:focus-visible { outline: 3px solid rgba(245,143,76,.65); outline-offset: 3px; }
body.redesign .redesign-header { min-height: 78px; background: rgba(247,241,231,.96); }
body.redesign .brand strong { font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: -.01em; }
body.redesign .brand small { font-size: .64rem; letter-spacing: .01em; }
body.redesign .desktop-nav a { font-size: .72rem; }

.hero-v3 { position: relative; padding: 72px max(24px, calc((100vw - 1240px) / 2)) 0; }
.hero-v3-handnote { position: absolute; top: 14px; right: max(34px, calc((100vw - 1180px) / 2)); margin: 0; color: var(--v3-green-2); font: 600 1.9rem/1 "Caveat", cursive; text-decoration: underline; text-decoration-color: var(--v3-orange); text-decoration-thickness: 3px; text-underline-offset: 7px; transform: rotate(-4deg); }
.hero-v3-grid { max-width: 1240px; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); grid-template-rows: 210px 390px; margin: 0 auto; gap: 14px; }
.hero-v3-photo { min-height: 0; height: 614px; border-radius: 210px 28px 160px 28px; }
.hero-v3-photo img { object-position: 52% 52%; }
.hero-v3-photo figcaption { right: 26px; top: 24px; font-family: "Caveat", cursive; font-size: 1.35rem; }
.hero-v3-price { min-width: 0; min-height: 0; padding: 29px 34px 24px; border-radius: 52px 52px 96px 42px; }
.hero-v3-price > span { font-size: .7rem; }
.hero-v3-price > strong { margin: 13px 0 17px; font-family: "Manrope", Arial, Helvetica, sans-serif; font-size: clamp(3.9rem, 4.5vw, 4.75rem); font-weight: 600; line-height: .78; }
.hero-v3-price dl { gap: 24px; padding-top: 14px; }
.hero-v3-price dt { font-size: .62rem; }
.hero-v3-price dd { font-size: .8rem; }
.hero-v3-copy { position: relative; min-width: 0; padding: 46px 44px 38px; overflow: hidden; border-radius: 118px 34px 76px 34px; }
body.redesign .hero-v3-copy h1 { max-width: 500px; margin-bottom: 22px; font-size: clamp(4.1rem, 5.25vw, 5.2rem); }
.hero-v3-copy > p:last-of-type { position: relative; z-index: 1; max-width: 480px; font-size: 1rem; line-height: 1.55; }
.hero-v3-copy-sprig { position: absolute; right: -35px; top: -22px; width: 145px; opacity: .3; transform: rotate(22deg); }
.hero-v3-band { max-width: 1240px; grid-template-columns: 1fr 1.08fr .72fr; gap: 34px; min-height: 306px; margin: 14px auto 0; padding: 48px 48px 42px; border-radius: 112px 112px 0 0 / 48px 48px 0 0; }
.hero-v3-band-copy h2 { max-width: 510px; font-size: clamp(3.25rem, 4vw, 4.2rem); }
.hero-v3-promises { align-self: end; }
.hero-v3-promises li { padding: 18px 14px 0 0; }
.hero-v3-promises li + li { padding-left: 14px; }
.hero-v3-promises .promise-icon { width: 44px; height: 44px; display: grid; place-items: center; margin: 0 0 14px; border-radius: 50%; background: rgba(255,250,242,.13); }
.hero-v3-promises .promise-icon img { width: 22px; height: 22px; filter: brightness(0) invert(1); opacity: .88; }
.hero-v3-promises strong { font-size: .77rem; }
.hero-v3-promises span:not(.promise-icon) { margin-top: 4px; font-size: .68rem; }
.hero-v3-action { align-self: end; }
.hero-v3-action .button { min-height: 62px; padding-inline: 21px; }
.hero-v3-action > a { font-size: .73rem; }
.hero-v3-action small { font-size: .67rem; }
.botanical-hero { width: 235px; opacity: .25; }

.editorial-section,
.process-v3,
.pricing-v3,
.faq-v3 { padding-top: 104px; padding-bottom: 104px; }
.editorial-heading h2 { font-size: clamp(3.65rem, 4.75vw, 4.9rem); }
.editorial-heading > p:last-child { font-size: .96rem; }
.concern-list h3 { font-size: clamp(1.9rem, 2.3vw, 2.45rem); }
.concern-list p { max-width: 640px; font-size: .9rem; }
.editorial-callout { border-radius: 28px 82px 28px 28px; }
.about-v3-quote { min-height: 620px; }
.about-v3-quote blockquote { font-size: clamp(3.65rem, 4.7vw, 5.05rem); }
.about-v3-body h2 { font-size: clamp(4rem, 5vw, 5.2rem); }
.about-v3-body .large-copy { font-size: 1.1rem; }
.process-v3-intro > p:last-child,
.process-v3-steps p,
.teen-v3 > div > p:not(.eyebrow),
.pricing-v3 > header > p:last-child,
.location-v3 p:not(.eyebrow),
.faq-v3 .faq-list p,
.final-v3 p:not(.eyebrow) { font-size: .94rem; }
.process-v3-steps h3 { font-size: 2rem; }
.pricing-v3-list h3 { font-size: 2.15rem; }
.faq-v3 .faq-list summary { font-size: 1.75rem; }
.final-v3 { padding-top: 78px; padding-bottom: 78px; }

@media (max-width: 1050px) {
  .hero-v3-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); }
  .hero-v3-band { grid-template-columns: 1fr 1fr; }
  .hero-v3-action { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  body.redesign { padding-bottom: 0; font-size: 16px; }
  body.redesign h1 { font-size: 3rem; }
  body.redesign h2 { font-size: 2.75rem; }
  body.redesign .redesign-header { position: relative; min-height: 84px; padding: calc(14px + env(safe-area-inset-top)) 18px 13px; }
  body.redesign .redesign-header .brand { align-items: flex-start; }
  body.redesign .redesign-header .brand-mark { display: none; }
  body.redesign .redesign-header .brand strong { font-size: 1.42rem; line-height: 1; }
  body.redesign .redesign-header .brand small { display: block; margin-top: 5px; font-size: .62rem; }

  .hero-v3 { padding: 56px 10px 0; }
  .hero-v3-handnote { top: 9px; right: 22px; font-size: 1.45rem; }
  .hero-v3-grid { grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); grid-template-rows: 148px 208px; gap: 8px; }
  .hero-v3-photo { height: 364px; border-radius: 104px 20px 104px 20px; }
  .hero-v3-photo img { object-position: 53% center; }
  .hero-v3-photo figcaption { display: none; }
  .hero-v3-price { padding: 15px 13px 13px; border-radius: 42px 42px 62px 26px; }
  .hero-v3-price > span { font-size: .57rem; letter-spacing: .025em; }
  .hero-v3-price > strong { margin: 10px 0 12px; font-size: 2.62rem; line-height: .82; white-space: nowrap; }
  .hero-v3-price dl { grid-template-columns: 1fr; gap: 4px; padding-top: 10px; }
  .hero-v3-price dt { display: none; }
  .hero-v3-price dd { margin: 0; font-size: .67rem; }
  .hero-v3-copy { padding: 19px 13px 12px; border-radius: 50px 17px 50px 17px; }
  .hero-v3-copy .eyebrow { max-width: 110px; margin-bottom: 8px; font-size: .52rem; line-height: 1.35; }
  body.redesign .hero-v3-copy h1 { max-width: 150px; margin-bottom: 9px; font-size: 1.82rem; line-height: .91; }
  .hero-v3-copy > p:last-of-type { max-width: 150px; font-size: .64rem; line-height: 1.38; }
  .hero-v3-copy-sprig { right: -10px; top: -4px; width: 58px; opacity: .28; }
  .hero-v3-band { grid-template-columns: 1fr; gap: 14px; min-height: 0; margin-top: 9px; padding: 24px 20px 24px; border-radius: 56px 56px 0 0 / 24px 24px 0 0; }
  .hero-v3-band-copy .eyebrow { margin-bottom: 8px; font-size: .57rem; }
  .hero-v3-band-copy h2 { max-width: 350px; font-size: 2.15rem; line-height: .88; }
  .hero-v3-promises { grid-template-columns: repeat(3, 1fr); }
  .hero-v3-promises li { padding: 10px 7px 0 0; }
  .hero-v3-promises li + li { padding-left: 7px; }
  .hero-v3-promises .promise-icon { width: 28px; height: 28px; margin-bottom: 7px; }
  .hero-v3-promises .promise-icon img { width: 15px; height: 15px; }
  .hero-v3-promises strong { font-size: .62rem; line-height: 1.3; }
  .hero-v3-promises span:not(.promise-icon) { font-size: .56rem; line-height: 1.35; }
  .hero-v3-action { gap: 9px; }
  .hero-v3-action .button { min-height: 55px; font-size: .75rem; }
  .hero-v3-action > a { font-size: .68rem; }
  .hero-v3-action small { font-size: .59rem; }
  .botanical-hero { width: 150px; }

  .editorial-section,
  .process-v3,
  .pricing-v3,
  .faq-v3 { padding: 68px 18px; }
  .editorial-heading h2 { max-width: 355px; font-size: 3.05rem; line-height: .91; }
  .editorial-heading > p:last-child { font-size: .88rem; }
  .concern-list article { grid-template-columns: 68px 1fr; gap: 5px 11px; }
  .concern-list h3 { font-size: 1.72rem; }
  .concern-list p { font-size: .8rem; line-height: 1.5; }
  .editorial-callout { padding: 22px 20px; }
  .about-v3-quote { min-height: 430px; padding: 58px 20px; }
  .about-v3-quote blockquote { max-width: 350px; font-size: 3rem; line-height: .92; }
  .about-v3-body { padding: 62px 20px; }
  .about-v3-body h2 { font-size: 3.45rem; }
  .process-v3-steps h3 { font-size: 1.68rem; }
  .teen-v3 { padding: 62px 20px; }
  .teen-v3 h2 { font-size: 3.05rem; line-height: .91; }
  .pricing-v3-list h3 { font-size: 1.9rem; }
  .location-v3 { padding: 64px 20px; }
  .faq-v3 .faq-list summary { font-size: 1.45rem; }
  .final-v3 { padding: 62px 20px; }
  body.redesign .redesign-footer { padding: 42px 20px; }
}

/* Shared typography and responsive rhythm. Serif is reserved for headings. */
body { font-family: "Manrope", Arial, Helvetica, sans-serif; }
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}
body p, body li { text-wrap: pretty; }
body button, body input, body select, body textarea { font-family: "Manrope", Arial, Helvetica, sans-serif; }
body .price, body .pricing-v3-list article > strong, body .teen-v4 dd,
body .hero-v4-photo figcaption strong, body .route-card strong,
body .faq-list summary, body blockquote, body .brand-mark,
body .summary-card, body .hero-terms { font-family: "Manrope", Arial, Helvetica, sans-serif; }
body .price, body .pricing-v3-list article > strong {
  font-size: clamp(1.75rem, 2.6vw, 2.25rem); font-weight: 700;
  line-height: 1.2; letter-spacing: -.035em; white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}
body .pricing-v3-list article > em { font-size: 1rem; white-space: nowrap; }
body .hero-v4-photo figcaption strong { font-size: 1.05rem; line-height: 1.4; }
body .hero-v4-photo figcaption span { font-size: .875rem; }
body .teen-v4 dd { font-size: 1.125rem; line-height: 1.5; }
body .route-card strong { font-size: 1.25rem; line-height: 1.4; }
body .teen-message blockquote { font-size: 1.25rem; line-height: 1.6; letter-spacing: 0; }
body .faq-list summary { font-size: 1.0625rem; line-height: 1.5; font-weight: 600; }
body .faq-list p { max-width: 70ch; font-size: 1rem; line-height: 1.65; }
body .eyebrow, body .booking-label { font-size: .8125rem; line-height: 1.5; letter-spacing: .09em; }
body .hero-v4 h1 { font-size: clamp(3rem, 4.7vw, 4.75rem); line-height: 1.04; }
body .hero-v4-copy { padding: 48px clamp(28px, 4vw, 54px); min-width: 0; }
body .hero-v4-photo img { position: absolute; inset: 0; display: block; }
body .hero-v4 .hero-actions { flex-wrap: wrap; gap: 16px 24px; }
body .hero-terms strong { font-size: 1rem; line-height: 1.5; }
body .pricing-v3-list article { grid-template-columns: minmax(0, 1fr) 150px 130px auto; gap: 24px; padding: 32px 24px; }
body .pricing-v3-list article.is-featured { margin-inline: 0; border-radius: 24px; padding-inline: 24px; }
body .pricing-v3-list h3 { margin: 0; font-size: 2rem; }
body .price-card { display: flex; flex-direction: column; align-items: flex-start; }
body .price-card h3 { margin: 0 0 24px; }
body .price-card p { font-size: 1rem; margin: 0 0 24px; }
body .price-card .button { margin-top: auto; }
body .choice strong { font-size: 1rem; line-height: 1.4; }
body .choice small, body .field small, body .drawer-head span,
body .request-fieldset > p, body .request-chip span, body .checkbox,
body .contact-fieldset legend, body .request-fieldset legend { font-size: .875rem; line-height: 1.5; }
body .field input, body .field select, body .field textarea { font-size: 1rem; min-height: 48px; }
body .summary-card dt, body .summary-card dd { font-size: .9375rem; line-height: 1.5; }
body .summary-card dd { overflow-wrap: anywhere; }
body .button { min-height: 48px; font-size: .9375rem; line-height: 1.4; }
body .hero-v4, body .trust-strip { max-width: 1240px; }
body .about-v4 > div, body .teen-hero-copy, body .teen-message { min-width: 0; }
body .teen-hero-v4 h1 { font-size: clamp(2.75rem, 4.5vw, 4.5rem); line-height: 1.06; }
@media (max-width: 1100px) {
  body .pricing-v3-list article { grid-template-columns: minmax(0, 1fr) auto auto; }
  body .pricing-v3-list article .button { grid-column: 1 / -1; justify-self: start; }
  body .about-v4 { grid-template-columns: .8fr 1.2fr; }
  body .about-v4 > div { padding: 56px 32px; }
}
@media (max-width: 900px) {
  body .hero-v4 { grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); }
  body .hero-v4-copy { padding: 32px 24px; }
  body .hero-v4 h1 { font-size: 3rem; }
  body .teen-hero-v4 { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 780px) {
  body .hero-v4-copy { padding: 28px 20px; }
  body .hero-v4 h1 { font-size: clamp(2.25rem, 9.3vw, 3.25rem); line-height: 1.08; }
  body .hero-v4-photo { flex: none; height: 390px; }
  body h2, body .editorial-heading h2,
  body .process-v4 h2, body .pricing-v4 h2, body .faq-v4 h2,
  body .location-v4 h2, body .teen-v4 h2, body .final-v4 h2 { font-size: clamp(2rem, 8.6vw, 2.75rem); line-height: 1.12; }
  body .about-v4 { grid-template-columns: 1fr; }
  body .about-v4 > div { padding: 48px 20px; }
  body .pricing-v3-list article, body .pricing-v3-list article.is-featured { grid-template-columns: 1fr auto; padding: 24px 18px; gap: 20px 12px; }
  body .pricing-v3-list article > div { grid-column: 1 / -1; }
  body .pricing-v3-list article .button { width: 100%; justify-self: stretch; }
  body .pricing-v3-list h3 { font-size: 1.875rem; }
  body .price-grid { gap: 20px; }
  body .price-card { padding: 28px 22px; }
  body .brand small, body .mobile-booking-bar small { font-size: .75rem; }
  body .brand strong { font-size: .875rem; }
  body .choice-grid { grid-template-columns: 1fr; }
  body .summary-card div { gap: 16px; }
  body .summary-card dt { flex: 1; }
  body .summary-card dd { flex: 1; }
  body .booking-footer { gap: 12px; }
  body .teen-hero-v4 h1 { font-size: clamp(2.25rem, 9.3vw, 3.25rem); }
}
@media (max-width: 380px) {
  body .brand small { font-size: .6875rem; }
  body .hero-v4-copy { padding-inline: 18px; }
  body .pricing-v3-list article > em { font-size: .9375rem; }
  body .hero-v4-photo { height: 340px; }
}

/* Editorial cleanup: clear hierarchy and quiet non-interactive lists. */
body { font-size: 17px; }
body .hero-v4 { border-radius: 30px; box-shadow: none; margin-bottom: 0; }
body .hero-v4-photo img { filter: saturate(.74) brightness(1.1); }
body .hero-v4-photo::after { display: none; }
body .hero-v4 .hero-terms { border-bottom: 0; padding-bottom: 0; }
body .hero-terms span, body .brand small, body .footer-brand small { font-size: 15px; }
body .compact-concerns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 48px; }
body .compact-concerns article { display: block; padding: 28px 0; }
body .compact-concerns h3 { max-width: 30ch; margin: 0 0 14px; font-size: clamp(1.7rem,2.5vw,2.15rem); }
body .compact-concerns p { margin: 0; max-width: 58ch; font-size: 17px; line-height: 1.65; }
body .teen-v4, body .section-orange { background: #f7dcc6; }
body .final-v4, body .section-ink { background: #173a38; }
body .teen-v4 .light-link { color: #173a38; }
body .teen-v4 .teen-v3-actions { flex-wrap: wrap; }
body .situation-cloud { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 32px; }
body .situation-cloud span { display: block; padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; font-size: 17px; }
body .teen-principle-list { margin: 24px 0 0; padding-left: 24px; max-width: 850px; }
body .teen-principle-list li { padding: 10px 0; }
body .price-card, body .parent-only-card, body .teen-message, body .route-card { border-radius: 20px; }
body .choice, body .summary-card, body .contact-method { border-radius: 12px; }
body .pricing-v3-list article.is-featured { border-radius: 20px; }
body .footer-note { font-size: 13px; line-height: 1.65; }
body .site-footer a, body .site-footer p:not(.footer-note) { font-size: 15px; line-height: 1.6; }
body .site-header .button { font-size: 14px; }
@media (max-width: 1100px) {
  body .site-header .desktop-nav { display: none; }
  body .site-header .menu-toggle { display: block; }
}
@media (max-width: 780px) {
  body.site-v4 { font-size: 17px; }
  body .hero-v4 { display: flex; flex-direction: column; width: calc(100% - 24px); }
  body .hero-v4-copy { padding: 28px 20px; }
  body .compact-concerns, body .situation-cloud { grid-template-columns: 1fr; }
  body .compact-concerns h3 { max-width: none; font-size: 1.875rem; }
  body .requests-v4, body .process-v4, body .pricing-v4, body .faq-v4,
  body .location-v4, body .section-pad { padding: 56px 22px; }
  body .hero-v4 .hero-lead, body .large-copy, body .faq-list p { font-size: 17px; }
  body .hero-terms span { font-size: 15px; }
  body .brand small, body .footer-brand small { font-size: 13px; }
  body .hero-v4 .hero-actions .button, body .final-v4 .button { white-space: normal; }
  body .mobile-booking-bar .button { font-size: 14px; white-space: normal; }
}

/* Contact choice, editorial imagery, and aligned pricing. */
.site-v4 [data-question]:focus-visible { outline: 3px solid #f5a06a; outline-offset: 3px; }
.mobile-menu .mobile-question { width: 100%; min-height: 48px; display: flex; align-items: center; padding: 0 8px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; font: 700 1rem/1.4 "Manrope", Arial, Helvetica, sans-serif; text-align: left; cursor: pointer; }
.about-v4 figure img { object-position: 52% 38%; filter: none; }
.teen-v4 { grid-template-columns: minmax(0, 920px); }
.teen-v4 > div { max-width: 920px; }
.location-v4 { grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); }
.office-photo { height: 560px; margin: 0; overflow: hidden; border-radius: 20px; background: #d9c4aa; }
.office-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 58%; }
.location-copy { max-width: 620px; }
.location-copy > p:not(.eyebrow) { max-width: 52ch; color: var(--muted); }
.location-copy .route-card { min-height: 190px; margin-top: 34px; }
.question-choice-list { display: grid; gap: 12px; margin-top: 28px; }
.question-choice { min-height: 86px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: var(--white); text-decoration: none; transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.question-choice:hover { border-color: var(--teal); background: var(--teal-pale); transform: translateY(-2px); }
.question-choice span, .question-choice strong, .question-choice small { display: block; }
.question-choice small { margin-top: 3px; color: var(--muted); }
.question-choice > b { font-size: 1.2rem; }
.question-icon { width: 30px; height: 30px; fill: none; stroke: var(--v4-green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.question-icon-fill { fill: var(--v4-green); stroke: none; }
@media (min-width: 1101px) {
  body .pricing-v3-list article,
  body .pricing-v3-list article.is-featured { grid-template-columns: minmax(320px, 1fr) 180px 150px 340px; }
  body .pricing-v3-list .button { width: 100%; }
}
@media (max-width: 780px) {
  .office-photo { height: 430px; }
  .location-v4 { grid-template-columns: 1fr; gap: 34px; }
  .location-copy .route-card { min-height: 165px; }
  .info-card { padding: 36px 20px 24px; }
  .info-card h2 { padding-right: 34px; font-size: 2.35rem; }
  .question-choice { min-height: 78px; padding: 15px 14px; }
}



/* Brand mark and official MAX icon */
body .brand-mark {
  overflow: visible;
  display: grid;
  place-items: center;
  background: transparent !important;
  border-radius: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
}
body .brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .contact-icon-max,
.question-icon-max {
  display: block;
  object-fit: contain;
  border-radius: 5px;
  stroke: none !important;
  fill: none !important;
}
.site-footer .contact-icon-max {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.question-icon-max {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}


/* 2026-09-19 brand spacing + monochrome MAX */
body .brand {
  gap: 7px;
}
body .brand-mark {
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
}
body .footer-brand {
  gap: 8px;
}
body .footer-brand .brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.site-footer .contact-icon-max,
.question-icon-max {
  filter: grayscale(1) sepia(1) saturate(1.8) hue-rotate(112deg) brightness(.56) contrast(1.08);
}
@media (max-width: 780px) {
  body .brand { gap: 6px; }
  body .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}
@media (max-width: 380px) {
  body.site-v4 .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}
