/* Exact approved brand tokens. */
:root {
  --green: #17392f;
  --paper: #fbfcf9;
  --white: #ffffff;
  --lavender: #c8b8e8;
  --lavender-deep: #7c5cbf;
  --gold: #f2d9a0;
  --hairline: #e4e8e1;
  --ink: #46554d;
  --muted: #6c7a70;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --header-h: 76px;
  --gutter: clamp(20px, 4vw, 64px);
  --shell: 1180px;
  --ease: cubic-bezier(.76, 0, .24, 1);
  --shadow: 0 24px 70px rgba(23, 57, 47, .1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.58; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
img { display: block; width: 100%; max-width: 100%; }
::selection { color: var(--green); background: var(--lavender); }
.shell { width: min(var(--shell), calc(100% - (2 * var(--gutter)))); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; color: var(--white); background: var(--green); font-weight: 700; }
.skip-link:focus { transform: none; }

/* Fixed header with explicit section-aware colours. */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter); color: var(--green); background: transparent; transition: color .22s ease, background .22s ease, border-color .22s ease; }
.site-header.scrolled:not(.on-dark) { background: rgba(251, 252, 249, .94); border-bottom: 1px solid var(--hairline); backdrop-filter: blur(14px); }
.site-header.on-dark { color: var(--white); }
body.menu-open .site-header { color: var(--green); background: transparent; border-color: transparent; }
.wordmark { position: relative; z-index: 102; min-width: 44px; min-height: 44px; display: inline-flex; flex-direction: column; justify-content: center; color: currentColor; font-family: var(--serif); font-size: 18px; line-height: .78; letter-spacing: .04em; }
.wordmark span:last-child { margin-left: 10px; }
.menu-toggle { position: relative; z-index: 102; width: 48px; height: 48px; border: 1px solid rgba(23, 57, 47, .2); border-radius: 50%; background: rgba(251, 252, 249, .82); cursor: pointer; backdrop-filter: blur(8px); }
.site-header.on-dark .menu-toggle { border-color: rgba(255, 255, 255, .35); background: rgba(23, 57, 47, .35); }
body.menu-open .menu-toggle { border-color: rgba(23, 57, 47, .2); background: rgba(251, 252, 249, .82); }
.menu-toggle span { position: absolute; left: 13px; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: top .32s var(--ease), transform .32s var(--ease), opacity .2s ease; }
.menu-toggle span:nth-child(1) { top: 16px; }
.menu-toggle span:nth-child(2) { top: 23px; }
.menu-toggle span:nth-child(3) { top: 30px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

/* White full-screen slide-out navigation. */
.menu-panel { position: fixed; z-index: 90; inset: 0; display: flex; flex-direction: column; overflow-y: auto; transform: translateX(100%); visibility: hidden; padding: calc(var(--header-h) + 42px) var(--gutter) 34px; color: var(--green); background: var(--white); transition: transform .5s var(--ease), visibility .5s; }
.menu-panel.open { transform: translateX(0); visibility: visible; }
.menu-nav { display: grid; border-top: 1px solid var(--hairline); }
.menu-nav a { min-height: 62px; display: flex; align-items: center; border-bottom: 1px solid var(--hairline); font-family: var(--serif); font-size: clamp(1.55rem, 6.8vw, 3.4rem); line-height: 1; white-space: nowrap; transition: color .2s ease, transform .2s ease; }
.menu-nav a:hover, .menu-nav a:focus-visible { color: var(--lavender-deep); transform: translateX(10px); }
.menu-footer { display: grid; gap: 5px; margin-top: auto; padding-top: 34px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.menu-instagram { width: max-content; margin-top: 6px; color: var(--green); font-weight: 600; }
.menu-instagram:hover, .menu-instagram:focus-visible { color: var(--lavender-deep); }

/* Shared type, buttons, and section rhythm. */
h1, h2, h3 { margin: 0; color: var(--green); font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; text-wrap: balance; }
.accent { color: var(--lavender-deep); font-family: var(--serif); font-style: italic; font-weight: 400; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.section { padding-block: clamp(84px, 10vw, 132px); scroll-margin-top: var(--header-h); }
.section-heading { display: grid; gap: 22px; margin-bottom: 46px; }
.section-heading h1, .section-heading h2 { font-size: clamp(2.8rem, 7vw, 5.7rem); }
.section-heading > p:last-child { max-width: 600px; margin: 0; color: var(--muted); }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 100px; padding: 15px 34px; font-size: .76rem; font-weight: 700; line-height: 1; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-solid { color: var(--white); background: var(--green); }
.button-outline { border-color: var(--green); color: var(--green); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--green); }
.button-lavender { color: var(--white); background: var(--lavender-deep); }
.text-link { display: inline-block; width: max-content; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--green); font-size: .78rem; font-weight: 700; }
:focus-visible { outline: 3px solid var(--lavender-deep); outline-offset: 3px; }

/* Light hero: image on top for mobile, left split for desktop. */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; color: var(--green); background: var(--paper); }
.hero-media { height: 84svh; min-height: 540px; overflow: hidden; background: var(--hairline); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 67%; }
.hero-content { position: relative; display: flex; flex: 1; flex-direction: column; justify-content: center; padding: 52px var(--gutter) 96px; background: var(--paper); }
.hero h1 { max-width: 12ch; font-size: clamp(3rem, 12.5vw, 6.7rem); }
.hero-copy { max-width: 620px; margin: 22px 0 0; color: var(--ink); font-size: clamp(.98rem, 1.4vw, 1.15rem); }
.program-link { border-bottom: 1px solid currentColor; color: var(--green); font-family: var(--serif); font-size: 1.16em; font-style: italic; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.scroll-hint { position: absolute; bottom: 24px; left: 50%; display: grid; justify-items: center; gap: 7px; transform: translateX(-50%); color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .18em; }
.scroll-hint::after { width: 1px; height: 22px; content: ""; background: var(--muted); animation: scrollPulse 1.7s ease-in-out infinite; transform-origin: top; }
@keyframes scrollPulse { 0%, 100% { transform: scaleY(.35); opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }

/* WBC card matches the homepage treatment. */
.wbc { min-height: 100svh; display: flex; align-items: center; padding: 82px 0; color: var(--green); background: var(--paper); }
.wbc-card { position: relative; width: min(var(--shell), calc(100% - 28px)); display: grid; align-items: center; gap: 56px; overflow: hidden; margin-inline: auto; border-radius: 22px; padding: 42px 28px; color: var(--white); background: var(--green); }
.wbc-card::after { position: absolute; top: -140px; right: -120px; width: 340px; height: 340px; border-radius: 50%; content: ""; background: rgba(200, 184, 232, .09); pointer-events: none; }
.wbc-copy { position: relative; z-index: 1; }
.wbc .eyebrow { margin-bottom: 18px; color: var(--gold); }
.wbc h2 { max-width: 700px; color: var(--white); font-size: clamp(2.8rem, 11.5vw, 3.76rem); line-height: .92; letter-spacing: -.025em; text-transform: uppercase; }
.wbc-title-accent { color: var(--lavender); }
.wbc-pillars { margin: 10px 0 20px; color: var(--white); font-size: .71rem; font-weight: 700; letter-spacing: .16em; line-height: 1.55; text-transform: uppercase; }
.wbc-pillars i { color: inherit; font-style: normal; }
.wbc-tagline { margin: 0 0 20px; color: var(--white); font-family: var(--serif); font-size: clamp(1.45rem, 6vw, 1.92rem); line-height: 1.1; }
.wbc-tagline span, .wbc-tagline em { display: block; }
.wbc-tagline em { color: var(--lavender); font-style: italic; }
.wbc-body { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 1rem; line-height: 1.55; }
.wbc-body + .wbc-body { margin-top: 20px; }
.wbc-waitlist { position: relative; z-index: 1; width: 250px; height: 250px; display: grid; place-content: center; justify-self: center; border-radius: 50%; color: var(--green); background: var(--lavender); text-align: center; transform: rotate(-5deg); transition: transform .2s ease, background .2s ease; }
.wbc-waitlist:hover { background: var(--gold); transform: rotate(0deg) translateY(-2px); }
.wbc-waitlist span, .wbc-waitlist strong { display: block; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; line-height: .82; }
.wbc-waitlist small { display: block; max-width: 230px; margin-top: 18px; font-size: .63rem; font-weight: 700; letter-spacing: .14em; line-height: 1.55; }

/* Offer cards. */
.work { background: var(--paper); }
.offer-grid { display: grid; gap: 14px; }
.offer-card { min-height: 330px; display: flex; flex-direction: column; border: 1px solid var(--hairline); border-radius: 22px; background: var(--white); padding: 28px; box-shadow: 0 12px 35px rgba(23, 57, 47, .04); }
.offer-card.featured { color: var(--white); background: var(--green); border-color: var(--green); }
.offer-tag { color: var(--lavender-deep); font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
.featured .offer-tag { color: var(--gold); }
.offer-card h3 { margin-top: 48px; font-size: 2rem; }
.featured h3 { color: var(--white); }
.offer-location { display: block; margin-top: 14px; color: var(--gold); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.offer-card > p { margin: 16px 0 0; color: var(--muted); font-size: .9rem; }
.featured > p { color: rgba(255, 255, 255, .75); }
.offer-meta { display: grid; gap: 6px; margin-top: auto; padding-top: 24px; font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.offer-card .text-link { margin-top: 18px; }
.featured .text-link { color: var(--white); }

/* Four-stage ladder and supporting detail panels. */
.program { background: #eef2ee; }
.program-ladder { display: grid; gap: 12px; }
.stage { min-height: 300px; display: flex; flex-direction: column; border: 1px solid rgba(23, 57, 47, .12); border-radius: 20px; background: var(--white); padding: 26px; }
.stage:nth-child(2) { background: var(--gold); }
.stage:nth-child(3) { background: var(--lavender); }
.stage:nth-child(4) { color: var(--white); background: var(--green); }
.stage-number { color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .14em; }
.stage:nth-child(4) .stage-number { color: var(--gold); }
.stage h3 { margin-top: 52px; font-size: 2rem; }
.stage:nth-child(4) h3 { color: var(--white); }
.stage strong { margin-top: 12px; color: var(--lavender-deep); font-size: .8rem; }
.stage:nth-child(4) strong { color: var(--lavender); }
.stage p { margin: 14px 0 0; color: #58675f; font-size: .86rem; }
.stage:nth-child(4) p { color: rgba(255, 255, 255, .75); }
.program-details { display: grid; gap: 14px; margin-top: 34px; }
.detail-card { border: 1px solid rgba(23, 57, 47, .12); border-radius: 20px; background: rgba(255, 255, 255, .7); padding: 28px; }
.detail-card h3 { font-size: 1.7rem; }
.detail-card p { margin: 16px 0 0; color: var(--muted); }
.fit-list { display: grid; gap: 0; margin: 18px 0 0; padding: 0; list-style: none; }
.fit-list li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid rgba(23, 57, 47, .1); }
.fit-list li::before { position: absolute; top: 20px; left: 2px; width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--lavender-deep); }
.program-action { display: grid; gap: 20px; margin-top: 14px; border-radius: 20px; background: var(--gold); padding: 26px; }
.program-action strong { color: var(--green); font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.program-action span { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Testimonial grid. */
.stories { background: var(--paper); }
.stories-grid { display: grid; gap: 14px; }
.story { min-height: 410px; display: flex; flex-direction: column; margin: 0; border: 1px solid var(--hairline); border-radius: 22px; background: var(--white); padding: 28px; }
.story:nth-child(2) { background: var(--gold); }
.story:nth-child(3) { background: var(--lavender); }
.story-outcome { min-height: 34px; color: var(--green); font-size: .66rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.quote-mark { height: 52px; color: var(--lavender-deep); font-family: var(--serif); font-size: 5rem; line-height: .9; }
.story blockquote, .story > p { margin: 16px 0 26px; color: #3f5048; font-family: var(--serif); font-size: clamp(1.03rem, 1.5vw, 1.22rem); line-height: 1.48; }
.story footer { display: grid; gap: 3px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(23, 57, 47, .12); }
.story footer strong { color: var(--green); font-size: .82rem; }
.story footer span { color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Split about section. */
.about { color: var(--white); background: var(--green); }
.about-page-title { margin: 0 0 16px; color: var(--gold); font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.about-grid { display: grid; gap: 46px; }
.about-photo { position: relative; min-height: 520px; overflow: hidden; border-radius: 22px; background: var(--lavender); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-copy h2 { color: var(--white); font-size: clamp(2.8rem, 7vw, 5rem); }
.about-copy p { margin: 20px 0 0; color: rgba(255, 255, 255, .78); }
.about-copy .about-statement { margin-top: 14px; color: var(--white); font-family: var(--serif); font-size: clamp(1.65rem, 3.8vw, 2.65rem); letter-spacing: -.025em; line-height: 1.05; }
.about-statement em { color: var(--gold); font-style: italic; }
.about-copy .text-link { margin-top: 22px; color: var(--white); }

/* Approach, WBC framework, and culture-led coaching page. */
.approach-page { background: var(--paper); }
.editorial-grid { display: grid; gap: 44px; align-items: center; }
.editorial-copy h1, .editorial-copy h2 { font-size: clamp(2.8rem, 7vw, 5.4rem); }
.editorial-copy > p:last-child { margin: 22px 0 0; color: var(--muted); }
.editorial-photo { min-height: 500px; overflow: hidden; border-radius: 22px; background: var(--hairline); box-shadow: var(--shadow); }
.editorial-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.editorial-photo-landscape { min-height: 0; }
.editorial-photo-landscape img { height: auto; }
.framework { background: #eef2ee; }
.framework-intro { max-width: 820px; margin-bottom: 42px; }
.framework-intro h2 { font-size: clamp(2.8rem, 7vw, 5.2rem); }
.framework-intro > p:last-child { margin: 22px 0 0; color: var(--muted); }
.pillars-grid { display: grid; gap: 14px; }
.framework-action { margin-top: 36px; }
.pillar-card { min-height: 320px; border: 1px solid rgba(23,57,47,.12); border-radius: 20px; background: var(--white); padding: 28px; }
.pillar-number { color: var(--muted); font-size: .68rem; letter-spacing: .12em; }
.pillar-card h3 { margin-top: 52px; font-size: 2rem; }
.pillar-card p { margin: 16px 0 0; color: var(--muted); font-size: .88rem; }

/* Experience, credentials, and quote on About Me. */
.credentials { background: var(--paper); }
.credentials-grid { display: grid; gap: 50px; }
.credentials-intro h2 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
.credential-photo { height: 430px; margin-top: 30px; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.credential-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.credential-list { border-top: 1px solid var(--hairline); }
.credential-item { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--hairline); }
.credential-item span { color: var(--muted); font-size: .68rem; letter-spacing: .1em; }
.credential-item p { margin: 0; color: var(--green); font-weight: 600; }
.quote-band { padding: clamp(86px, 10vw, 130px) var(--gutter); color: var(--green); background: var(--gold); text-align: center; }
.quote-band p { width: min(100%, 1100px); margin: 0 auto; font-family: var(--serif); font-size: clamp(2.5rem, 6.5vw, 5.4rem); line-height: .98; letter-spacing: -.035em; }
.quote-band em { color: var(--lavender-deep); font-weight: 400; }

/* Contact section and mailto form. */
.contact { background: var(--white); }
.contact-grid { display: grid; gap: 44px; }
.contact-copy h1, .contact-copy h2 { font-size: clamp(2.9rem, 7vw, 5.5rem); }
.contact-lede { max-width: 580px; margin: 22px 0 0; color: var(--muted); }
.inquiry-types { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.inquiry-types span { border: 1px solid var(--hairline); border-radius: 100px; padding: 8px 12px; color: var(--green); font-size: .67rem; font-weight: 700; }
.contact-form-wrap { border-radius: 24px; background: #eef2ee; padding: 28px; }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; border: 1px solid rgba(23, 57, 47, .18); border-radius: 12px; outline: none; background: var(--white); padding: 13px 14px; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--lavender-deep); box-shadow: 0 0 0 3px rgba(124, 92, 191, .12); }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-status { margin: 0; color: var(--muted); font-size: .75rem; }
.form-status a { border-bottom: 1px solid currentColor; }
.site-footer { display: grid; gap: 20px; padding: 42px var(--gutter); color: var(--white); background: #102b23; }
.site-footer p { margin: 0; color: rgba(255, 255, 255, .58); font-size: .68rem; }
.site-footer .wordmark { color: var(--white); }
.site-footer .footer-instagram { display: inline-block; margin-top: 8px; color: var(--lavender); font-weight: 600; }
.site-footer .footer-instagram:hover, .site-footer .footer-instagram:focus-visible { color: var(--gold); }

@media (min-width: 720px) {
  .offer-grid, .stories-grid { grid-template-columns: repeat(2, 1fr); }
  .program-ladder { grid-template-columns: repeat(2, 1fr); }
  .program-details, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: repeat(2, 1fr); }
  .program-action { grid-template-columns: 1fr auto; align-items: center; }
  .site-footer { grid-template-columns: 1fr 1fr auto; align-items: end; }
  .site-footer p:last-child { text-align: right; }
}

@media (min-width: 900px) {
  :root { --header-h: 86px; }
  .hero { min-height: 100svh; display: grid; grid-template-columns: 42% 58%; }
  .hero-media { height: 100svh; min-height: 100svh; }
  .hero-media img { object-position: center 55%; }
  .hero-content { min-height: 100svh; padding: 130px clamp(48px, 6vw, 100px) 110px; }
  .hero h1 { font-size: clamp(4rem, 5.8vw, 6.4rem); }
  .scroll-hint { left: 76%; }
  .wbc { padding-block: 112px; }
  .wbc-card { grid-template-columns: minmax(0, 580px) minmax(300px, 420px); padding: 62px; border-radius: 32px; }
  .wbc-waitlist { width: min(380px, 100%); height: auto; aspect-ratio: 1; }
  .section-heading { grid-template-columns: 1.15fr .85fr; align-items: end; }
  .section-heading > p:last-child { justify-self: end; }
  .program-ladder { grid-template-columns: repeat(4, 1fr); }
  .about-grid { grid-template-columns: .88fr 1.12fr; gap: 84px; align-items: center; }
  .editorial-grid { grid-template-columns: 1fr 1fr; gap: 72px; }
  .editorial-grid.reverse .editorial-copy { order: 2; }
  .editorial-grid.reverse .editorial-photo { order: 1; }
  .pillars-grid { grid-template-columns: repeat(3, 1fr); }
  .credentials-grid { grid-template-columns: .9fr 1.1fr; gap: 78px; }
  .menu-panel { padding-right: max(var(--gutter), calc((100vw - 1200px) / 2)); padding-left: max(var(--gutter), calc((100vw - 1200px) / 2)); }
  .menu-nav a { min-height: 76px; }
}

@media (max-height: 680px) { .scroll-hint { display: none; } .hero-content { padding-bottom: 50px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scroll-hint::after { animation: none; }
}

/* Interior-page framing. */
.interior-main { min-height: 100svh; padding-top: var(--header-h); }
.interior-main .section { min-height: calc(100svh - var(--header-h)); }
.interior-main.about { padding-top: var(--header-h); }
.page-back { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 28px; color: var(--green); font-size: .72rem; font-weight: 700; }
.about .page-back { color: var(--white); }
