:root {
  --navy: #123044;
  --navy-deep: #0b2231;
  --teal: #277e8b;
  --teal-soft: #9bc2c3;
  --gold: #c7a764;
  --cream: #faf7f0;
  --sand: #ede6da;
  --white: #ffffff;
  --ink: #173041;
  --muted: #61717a;
  --line: rgba(18, 48, 68, .16);
  --line-light: rgba(255, 255, 255, .17);
  --shadow: 0 24px 70px rgba(18, 48, 68, .13);
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--teal) var(--sand); }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, blockquote, dl, dd { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: var(--serif); font-weight: 500; text-wrap: balance; }
h1 { margin-bottom: 26px; font-size: clamp(3.65rem, 7vw, 6rem); letter-spacing: -.04em; line-height: .94; }
h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.04em; line-height: .98; }
h3 { margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.08; }
p { margin-bottom: 20px; color: var(--muted); text-wrap: pretty; }
::selection { background: var(--teal); color: var(--white); }
input, select, textarea { caret-color: var(--teal); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip { position: fixed; left: 18px; top: -100px; z-index: 1000; border-radius: 8px; background: var(--white); color: var(--navy); padding: 12px 16px; box-shadow: var(--shadow); }
.skip:focus { top: 18px; }

.topbar { background: var(--navy-deep); color: rgba(255, 255, 255, .92); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-detail { color: var(--teal-soft); }

.header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(250, 247, 240, .93); backdrop-filter: blur(16px); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: block; }
.logo-header { width: 230px; }
.logo-footer { width: 235px; }
.links { display: flex; align-items: center; gap: 22px; color: #536671; font-size: .89rem; font-weight: 600; }
.links a { position: relative; display: inline-flex; min-height: 44px; align-items: center; padding: 9px 0; }
.links a::after { position: absolute; right: 100%; bottom: 4px; left: 0; height: 1px; background: var(--teal); content: ""; transition: right .2s ease; }
.links a:hover::after, .links a:focus-visible::after { right: 0; }
.links a[aria-current="page"] { color: var(--navy); }
.links a[aria-current="page"]::after { right: 0; }
.links a:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; color: var(--navy); }
.actions { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 9px 17px; font-weight: 700; line-height: 1; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .text-link:focus-visible, .faq-q:focus-visible, .mobile-panel a:focus-visible { outline: 3px solid rgba(39, 126, 139, .3); outline-offset: 4px; }
.btn.primary { background: var(--navy); color: var(--white); }
.btn.primary:hover { background: var(--navy-deep); }
.btn.secondary { border-color: var(--line); background: rgba(255, 255, 255, .7); color: var(--navy); }
.btn.gold { background: var(--gold); color: var(--navy-deep); }
.btn-large { min-height: 52px; padding: 13px 23px; }
.menu { display: none; }
.mobile-panel { display: none; }

.kicker { margin-bottom: 18px; color: var(--teal); font-size: .73rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.kicker::before { display: inline-block; width: 30px; height: 1px; margin-right: 11px; background: var(--gold); vertical-align: middle; content: ""; }

.story-hero { position: relative; overflow: hidden; padding: 112px 0 110px; background: var(--cream); }
.story-hero::after { position: absolute; right: -160px; bottom: -280px; width: 640px; height: 640px; border: 1px solid rgba(39, 126, 139, .18); border-radius: 50%; box-shadow: 0 0 0 74px rgba(39, 126, 139, .035), 0 0 0 148px rgba(39, 126, 139, .025); content: ""; pointer-events: none; }
.story-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); align-items: center; gap: 58px; }
.story-hero-copy { max-width: 790px; }
.story-hero-copy h1 { font-size: clamp(4.15rem, 6.7vw, 7rem); }
.hero-lead { max-width: 710px; font-size: clamp(1.16rem, 2vw, 1.42rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--teal); }
.hero-photo { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: var(--sand); box-shadow: var(--shadow); }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero-photo figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; background: rgba(11, 34, 49, .9); padding: 12px 15px; color: rgba(255, 255, 255, .9); font-size: .78rem; font-weight: 600; letter-spacing: .04em; }

.recognition { border-block: 1px solid var(--line); background: var(--white); padding: 100px 0; }
.recognition-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.recognition-heading h2 { font-size: clamp(2.8rem, 5vw, 4.75rem); }
.recognition-scenes { counter-reset: scene; }
.recognition-scenes p { position: relative; margin: 0; border-top: 1px solid var(--line); padding: 21px 12px 21px 48px; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.recognition-scenes p::before { position: absolute; left: 0; top: 24px; color: var(--gold); font-family: var(--sans); font-size: .72rem; font-weight: 700; counter-increment: scene; content: "0" counter(scene); }

.story-section { background: var(--sand); padding: 120px 0; }
.story-grid { display: grid; grid-template-columns: 1fr; }
.story-marker { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; background: var(--teal); color: var(--white); }
.story-marker::before, .story-marker::after { position: absolute; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; content: ""; }
.story-marker::before { width: 330px; height: 330px; }
.story-marker::after { width: 230px; height: 230px; }
.story-marker span { position: relative; z-index: 1; font-family: var(--serif); font-size: 7rem; letter-spacing: -.08em; }
.story-marker small { position: absolute; bottom: 28px; left: 30px; z-index: 1; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.story-map { min-height: 0; overflow: hidden; border: 1px solid rgba(23, 56, 77, .12); border-radius: 28px; background: #dfeceb; box-shadow: 0 24px 70px rgba(11, 34, 49, .12); }
.story-map::before, .story-map::after { display: none; }
.story-map img { display: block; width: 100%; height: auto; }
.story-copy { max-width: 900px; }
.story-lead { color: var(--navy); font-family: var(--serif); font-size: 1.65rem; line-height: 1.4; }
.signature-line { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 34px; border-top: 1px solid var(--line); padding-top: 24px; }
.signature-line span { color: var(--navy); font-size: .79rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.signature-line span:not(:last-child)::after { margin-left: 24px; color: var(--gold); content: "·"; }

.session-section { background: var(--navy); color: var(--white); padding: 120px 0; }
.session-section h2, .session-section h3 { color: var(--white); }
.session-section p { color: rgba(255, 255, 255, .68); }
.session-section .kicker { color: var(--teal-soft); }
.section-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.section-intro .kicker { grid-column: 1 / -1; margin-bottom: -36px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro-side { display: grid; gap: 20px; align-self: stretch; align-content: end; }
.section-intro-side > p { max-width: 520px; margin-bottom: 0; font-size: 1.08rem; }
.session-story { list-style: none; margin: 0; padding: 0; }
.session-moment { display: grid; grid-template-columns: 120px 1fr; border-top: 1px solid var(--line-light); padding: 42px 0; }
.moment-number { color: var(--gold); font-family: var(--serif); font-size: 3.25rem; line-height: 1; }
.moment-copy { display: grid; grid-template-columns: minmax(220px, .7fr) 1.3fr; gap: 54px; align-items: start; }
.moment-copy h3 { margin-bottom: 0; }
.moment-copy > p:last-child { margin-bottom: 0; }
.moment-label { grid-column: 1 / -1; margin-bottom: -30px; color: var(--teal-soft) !important; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.people-section { background: var(--cream); padding: 120px 0; }
.people-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 96px; align-items: start; }
.people-intro { position: sticky; top: 130px; }
.people-intro > p:not(.kicker) { max-width: 430px; font-size: 1.08rem; }
.people-content { min-width: 0; }
.people-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 48px; }
.people-photo { margin: 0; }
.people-photo-wide { grid-column: 1 / -1; }
.people-photo img { width: 100%; height: 230px; object-fit: cover; }
.people-photo-wide img { height: 285px; object-position: center 44%; }
.people-photo figcaption { border-bottom: 1px solid var(--line); padding: 11px 2px 13px; color: var(--navy); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.people-stories { border-top: 1px solid var(--line); }
.person-story { display: grid; grid-template-columns: 68px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 31px 0; }
.person-index { padding-top: 7px; color: var(--gold); font-size: .72rem; font-weight: 700; }
.person-story h3 { margin-bottom: 8px; font-size: 2rem; }
.person-story p { max-width: 680px; margin-bottom: 0; }

.area-section { background: var(--white); padding: 120px 0; }
.area-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: center; }
.area-copy p:not(.kicker) { max-width: 580px; font-size: 1.1rem; }
.area-map { width: min(100%, 530px); justify-self: end; overflow: hidden; border: 1px solid rgba(23, 56, 77, .12); border-radius: 28px; background: #dfeceb; box-shadow: 0 24px 70px rgba(11, 34, 49, .12); }
.area-map img { width: 100%; height: auto; }

.questions-section { background: var(--sand); padding: 120px 0; }
.questions-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.questions-intro { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; font: inherit; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; background: transparent; padding: 24px 0; color: var(--navy); font-weight: 700; text-align: left; }
.faq-icon { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); font-size: 1.15rem; font-weight: 400; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .24s ease; }
.faq-a > div { overflow: hidden; }
.faq-a p { max-width: 700px; margin: 0; padding: 0 55px 25px 0; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }

.availability-section { background: var(--cream); padding: 96px 0; }
.availability-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; background: var(--navy-deep); padding: 64px; }
.availability-card h2 { margin-bottom: 0; color: var(--white); font-size: clamp(2.5rem, 4.4vw, 4.25rem); }
.availability-card .kicker { color: var(--teal-soft); }
.availability-action { min-width: 0; display: grid; justify-items: start; gap: 14px; overflow: hidden; }
.availability-action p { margin: 0; color: rgba(255, 255, 255, .62); font-size: .86rem; }
.availability-sketch { width: min(100%, 220px); height: auto; max-height: 112px; margin-bottom: 6px; object-fit: contain; object-position: left center; }
.email-link { border-bottom: 1px solid rgba(155, 194, 195, .5); color: var(--teal-soft); font-size: .9rem; font-weight: 700; }

.wellness-disclaimer { border-top: 1px solid var(--line); background: var(--white); padding: 24px 0; color: var(--muted); font-size: .78rem; }
.wellness-disclaimer strong { color: var(--navy); }

.footer { background: var(--navy-deep); color: var(--white); padding: 70px 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .8fr 1fr; gap: 54px; }
.footer-brand p { max-width: 330px; margin: 20px 0 8px; color: rgba(255, 255, 255, .62); }
.footer-brand small { color: var(--teal-soft); }
.footer h4 { margin: 5px 0 18px; color: var(--gold); font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer a, .footer span { display: block; padding: 5px 0; color: rgba(255, 255, 255, .68); font-size: .86rem; }
.footer a { display: flex; width: fit-content; min-height: 38px; align-items: center; }
.footer a:hover { color: var(--white); }
.footer a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; color: var(--white); }
.footer-credit-row { grid-column: 1 / -1; display: flex; justify-content: flex-end; margin-top: 12px; border-top: 1px solid var(--line-light); padding-top: 22px; }
.footer .creator-credit { display: inline-flex; align-items: center; gap: 9px; padding: 0; color: rgba(255, 255, 255, .68); }
.footer .creator-credit span { display: inline-grid; padding: 0; }
.footer .creator-credit-logo { display: block; width: 28px; height: 28px; border-radius: 8px; }
.footer .creator-credit-label { background: linear-gradient(90deg, #ff6b6b, #ffd166, #7bd389, #5bc0eb, #c77dff, #ff6b6b); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; }
.footer .creator-credit:hover .creator-credit-label,
.footer .creator-credit:focus-visible .creator-credit-label { color: transparent; -webkit-text-fill-color: transparent; animation: creator-rainbow 1.8s linear infinite; }
.footer .creator-credit:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
@keyframes creator-rainbow { to { background-position: 250% 0; } }
@media (prefers-reduced-motion: reduce) {
  .footer .creator-credit:hover .creator-credit-label,
  .footer .creator-credit:focus-visible .creator-credit-label { animation: none; background-position: center; }
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Shared-page compatibility
   The existing secondary pages use the same stylesheet. These restrained
   rules keep those layouts readable until their copy is rebuilt separately. */
section.hero { position: relative; overflow: hidden; padding: 90px 0; }
section.white { background: var(--white); padding: 96px 0; }
section.sand { background: var(--sand); padding: 96px 0; }
section.navy { background: var(--navy); color: var(--white); padding: 96px 0; }
section.navy h1, section.navy h2, section.navy h3 { color: var(--white); }
section.navy p { color: rgba(255, 255, 255, .7); }
.grid2, .split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.grid2 > *, .split > *, .section-head > *, .cards > *, .pricing > *, .footer-grid > * { min-width: 0; }
.section-head { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.eyebrow { margin-bottom: 18px; color: var(--teal); font-size: .73rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lead { max-width: 720px; font-size: 1.18rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { min-height: 245px; border: 1px solid var(--line); background: var(--cream); padding: 28px; }
.card.dark { background: var(--navy); color: var(--white); }
.card.dark h3 { color: var(--white); }
.card.dark p { color: rgba(255, 255, 255, .7); }
.list { list-style: none; margin: 22px 0; padding: 0; }
.list li { border-top: 1px solid var(--line); padding: 11px 0; color: var(--muted); }
.dark .list li { border-color: var(--line-light); color: rgba(255, 255, 255, .72); }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { min-height: 410px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--cream); padding: 30px; }
.price-card.featured { background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.price-card.featured h3, .price-card.featured .price { color: var(--white); }
.price-card.featured p, .price-card.featured li { color: rgba(255, 255, 255, .72); }
.price-card.policy-card { background: var(--sand); }
.price { margin: 8px 0 18px; color: var(--navy); font-family: var(--serif); font-size: 3rem; }
.policy-window { display: grid; gap: 2px; margin: 8px 0 18px; border-block: 1px solid var(--line); padding: 15px 0; }
.policy-window strong { color: var(--navy); font-family: var(--serif); font-size: 2.15rem; font-weight: 500; line-height: 1; }
.policy-window span { color: var(--muted); font-size: .8rem; }
.price-card .btn { margin-top: auto; }
.process { display: grid; grid-template-columns: repeat(5, 1fr); }
.step { border-left: 1px solid var(--line-light); padding: 0 22px; }
.step:first-child { border-left: 0; }
.photo-art { position: relative; min-height: 500px; overflow: hidden; background: linear-gradient(145deg, #d7e5e4, #6fa5a9 52%, #1e5f68); }
.photo-art svg { width: 100%; height: 100%; }
.quote { position: absolute; right: 24px; bottom: 24px; left: 24px; background: rgba(255, 255, 255, .94); padding: 22px; }
.quote p { color: var(--navy); font-family: var(--serif); font-size: 1.18rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.stat { border-top: 1px solid var(--line); padding: 18px; }
.stat strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 2rem; }
.form { border: 1px solid var(--line); background: var(--white); padding: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 13px; color: var(--ink); }
/* Contact page */
.contact-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); padding: 102px 0 88px; }
.contact-hero::before { position: absolute; top: -300px; right: -205px; width: 660px; height: 660px; border: 1px solid rgba(39, 126, 139, .2); border-radius: 50%; box-shadow: 0 0 0 74px rgba(39, 126, 139, .035), 0 0 0 148px rgba(39, 126, 139, .024); content: ""; pointer-events: none; }
.contact-heading { position: relative; z-index: 1; }
.contact-heading h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(3.65rem, 7vw, 6rem); }
.contact-lead { max-width: 800px; margin-bottom: 0; font-size: clamp(1.14rem, 2vw, 1.4rem); }
.contact-section { background: var(--sand); padding: 104px 0 112px; }
.contact-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: 38px; align-items: start; }
.contact-aside { min-height: 100%; display: flex; flex-direction: column; justify-content: space-between; background: var(--navy-deep); padding: 48px 42px; }
.contact-aside h2 { color: var(--white); font-size: clamp(2.6rem, 4.5vw, 4.2rem); }
.contact-aside p { color: rgba(255, 255, 255, .68); }
.contact-aside .kicker { color: var(--teal-soft); }
.contact-details { margin-top: 58px; border-top: 1px solid var(--line-light); }
.contact-detail { display: grid; grid-template-columns: 42px 1fr; gap: 14px; border-bottom: 1px solid var(--line-light); padding: 23px 0; }
.contact-detail-number { color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }
.contact-detail strong, .contact-detail span, .contact-detail a { display: block; }
.contact-detail strong { margin-bottom: 4px; color: var(--white); font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-detail span, .contact-detail a { color: rgba(255, 255, 255, .66); font-size: .88rem; line-height: 1.55; }
.contact-detail a { color: var(--teal-soft); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(155, 194, 195, .45); text-underline-offset: 4px; }
.contact-form-card { border: 1px solid var(--line); background: var(--white); padding: 48px; box-shadow: var(--shadow); }
.contact-form-intro { max-width: 670px; margin-bottom: 34px; }
.contact-form-intro h2 { margin-bottom: 12px; font-size: clamp(2.65rem, 4vw, 4rem); }
.contact-form-intro p:last-child { margin-bottom: 0; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.contact-form .field { gap: 8px; }
.contact-form .field.full, .contact-form .full { grid-column: 1 / -1; }
.contact-form label { color: var(--navy); font-size: .86rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(18, 48, 68, .22); border-radius: 4px; background: #fffefb; padding: 13px 14px; color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { min-height: 154px; resize: vertical; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: rgba(39, 126, 139, .52); }
.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { outline: none; border-color: var(--teal); background: var(--white); box-shadow: 0 0 0 4px rgba(39, 126, 139, .12); }
.contact-form input:user-invalid, .contact-form select:user-invalid, .contact-form textarea:user-invalid { border-color: #a94f48; }
.contact-form small { color: var(--muted); font-size: .76rem; line-height: 1.5; }
.message-label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.message-label-row [data-message-count] { flex: 0 0 auto; color: var(--muted); font-size: .72rem; font-weight: 600; }
.contact-consent { display: flex; align-items: flex-start; gap: 11px; border-top: 1px solid var(--line); padding-top: 19px; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.55; }
.contact-consent input { width: 18px; min-height: 18px; flex: 0 0 18px; margin-top: 3px; padding: 0; accent-color: var(--teal); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-submit-row { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.contact-submit-row p { max-width: 360px; margin: 0; font-size: .77rem; line-height: 1.5; }
.contact-submit-row .btn[disabled] { cursor: wait; opacity: .7; transform: none; }
.contact-status { margin-top: 24px; border-left: 3px solid var(--gold); background: var(--sand); padding: 18px 20px; color: var(--navy); font-size: .9rem; }
.contact-status a { color: var(--teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.contact-status[data-state="success"] { border-left-color: var(--teal); background: rgba(39, 126, 139, .09); }
.contact-status[data-state="error"] { border-left-color: #a94f48; background: #fbefec; }
.contact-next-steps { background: var(--cream); padding: 110px 0; }
.contact-next-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-next-grid h2 { margin-bottom: 0; }
.contact-steps { list-style: none; margin: 0; border-top: 1px solid var(--line); padding: 0; }
.contact-steps li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 25px 0; }
.contact-steps li > span { color: var(--gold); font-family: var(--serif); font-size: 1.35rem; }
.contact-steps strong { display: block; margin-bottom: 5px; color: var(--navy); font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.contact-steps p { margin: 0; }

/* Booking page */
.booking-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); padding: 96px 0 82px; }
.booking-hero::before { position: absolute; top: -320px; right: -210px; width: 670px; height: 670px; border: 1px solid rgba(39, 126, 139, .2); border-radius: 50%; box-shadow: 0 0 0 74px rgba(39, 126, 139, .035), 0 0 0 148px rgba(39, 126, 139, .024); content: ""; pointer-events: none; }
.booking-heading { position: relative; z-index: 1; }
.booking-heading h1 { max-width: 960px; margin-bottom: 24px; font-size: clamp(3.65rem, 7vw, 6rem); }
.booking-lead { max-width: 790px; margin-bottom: 0; font-size: clamp(1.14rem, 2vw, 1.4rem); }
.booking-section { background: var(--sand); padding: 92px 0 112px; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); gap: 30px; align-items: start; }
.booking-widget-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.booking-widget-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); padding: 34px 38px 30px; }
.booking-widget-heading .eyebrow { margin-bottom: 10px; }
.booking-widget-heading h2 { margin: 0; font-size: clamp(2.5rem, 4vw, 3.8rem); }
.booking-widget-heading > p { max-width: 210px; margin: 0; font-size: .82rem; text-align: right; }
.booking-widget-stage { min-height: 640px; overflow: hidden; padding: 8px 12px 30px; background: var(--white); }
.booking-noscript { margin: 22px; border: 1px solid var(--line); background: var(--sand); padding: 18px; color: var(--navy); }
.booking-noscript a { color: var(--teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.booking-aside { display: grid; gap: 18px; }
.booking-note { border: 1px solid var(--line); background: var(--cream); padding: 28px; }
.booking-note > span { display: block; margin-bottom: 20px; color: var(--gold); font-family: var(--serif); font-size: 1.35rem; }
.booking-note h2 { margin-bottom: 12px; font-size: 2.2rem; }
.booking-note p { margin: 0; font-size: .9rem; }
.booking-note a { color: var(--teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.booking-fallback { background: var(--navy-deep); padding: 28px; color: var(--white); }
.booking-fallback strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.booking-fallback p { margin-bottom: 20px; color: rgba(255, 255, 255, .68); font-size: .88rem; }

@media (max-width: 1080px) {
  .links { display: none; }
  .menu { display: inline-flex; }
  .mobile-panel.open { position: fixed; inset: 84px 0 0; z-index: 90; display: grid; align-content: start; gap: 5px; overflow-y: auto; background: rgba(11, 34, 49, .98); padding: 34px 24px; }
  .mobile-panel a { border-bottom: 1px solid var(--line-light); padding: 14px 4px; color: var(--white); font-family: var(--serif); font-size: 1.7rem; }
  .story-hero-grid, .recognition-grid, .story-grid, .people-grid, .area-grid, .questions-grid { grid-template-columns: 1fr; }
  .grid2, .split, .section-head { grid-template-columns: 1fr; }
  .cards, .pricing { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; gap: 34px; }
  .story-hero-grid { align-items: start; }
  .hero-photo { width: min(100%, 760px); min-height: 520px; }
  .recognition-grid, .story-grid, .people-grid, .area-grid, .questions-grid { gap: 55px; }
  .people-intro, .questions-intro { position: static; }
  .story-marker { min-height: 260px; }
  .area-map { width: min(100%, 560px); justify-self: start; }
  .story-marker span { font-size: 5rem; }
  .availability-card { grid-template-columns: 1fr; align-items: start; }
  .contact-layout, .contact-next-grid { grid-template-columns: 1fr; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-aside { grid-template-columns: 1fr 1fr; }
  .booking-fallback { grid-column: 1 / -1; }
  .contact-aside { min-height: auto; }
  .contact-next-grid { gap: 48px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(var(--max), calc(100% - 30px)); }
  .topbar { display: none; }
  .nav { min-height: 72px; }
  .logo-header { width: 190px; }
  .actions .primary { display: none; }
  .mobile-panel.open { inset-block-start: 72px; }
  h1 { font-size: clamp(3.45rem, 16vw, 5rem); }
  .story-hero-copy h1 { font-size: clamp(3.35rem, 15vw, 4.35rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.75rem); }
  .story-hero { padding: 76px 0; }
  .story-hero-grid { gap: 50px; }
  .hero-photo { min-height: 410px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .recognition, .story-section, .session-section, .people-section, .area-section, .questions-section { padding: 84px 0; }
  .section-intro { display: block; margin-bottom: 40px; }
  .section-intro .kicker { margin-bottom: 18px; }
  .section-intro-side { margin-top: 25px; }
  .people-gallery { grid-template-columns: 1fr; }
  .people-photo-wide { grid-column: auto; }
  .people-photo img, .people-photo-wide img { height: 240px; }
  .availability-sketch { width: min(100%, 200px); max-height: 102px; }
  .session-moment { grid-template-columns: 58px 1fr; padding: 32px 0; }
  .moment-number { font-size: 2.2rem; }
  .moment-copy { display: block; }
  .moment-label { margin-bottom: 10px; }
  .moment-copy h3 { margin-bottom: 12px; }
  .person-story { grid-template-columns: 45px 1fr; }
  .person-story h3 { font-size: 1.7rem; }
  .availability-section { padding: 60px 0; }
  .availability-card { gap: 34px; padding: 38px 26px; }
  .contact-hero { padding: 76px 0 66px; }
  .contact-heading h1 { font-size: clamp(3.1rem, 14vw, 4.4rem); }
  .contact-section, .contact-next-steps { padding: 78px 0; }
  .booking-hero { padding: 76px 0 66px; }
  .booking-heading h1 { font-size: clamp(3.1rem, 14vw, 4.4rem); }
  .booking-section { padding: 64px 0 78px; }
  .booking-widget-heading { display: block; padding: 28px 22px; }
  .booking-widget-heading > p { max-width: none; margin-top: 14px; text-align: left; }
  .booking-widget-stage { min-height: 560px; padding-inline: 0; }
  .booking-aside { grid-template-columns: 1fr; }
  .booking-fallback { grid-column: auto; }
  .contact-aside, .contact-form-card { padding: 34px 24px; }
  .contact-aside h2 { font-size: clamp(2.5rem, 12vw, 3.65rem); }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form .field.full, .contact-form .full { grid-column: auto; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit-row .btn { width: 100%; }
  .cards, .pricing, .process, .stats, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-credit-row { justify-content: flex-start; }
  .footer { padding: 55px 0; }
  .signature-line span:not(:last-child)::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .links a::after, .faq-a, .contact-form input, .contact-form select, .contact-form textarea { transition: none; }
}

@media (forced-colors: active) {
  .btn, .faq-icon, .contact-form input, .contact-form select, .contact-form textarea { border: 1px solid ButtonText; }
}
