:root {
  --navy-950: #061225;
  --navy-900: #08182d;
  --navy-800: #102641;
  --navy-700: #1b3658;
  --orange: #ff970f;
  --orange-dark: #a85400;
  --cream: #f7f4ed;
  --white: #ffffff;
  --ink: #0b1b31;
  --muted: #59697b;
  --line: #dce2e8;
  --rainbow: linear-gradient(90deg, #ee3f4d, #ff9800 20%, #f3d442 40%, #36a866 60%, #3579d3 80%, #9b52c7);
  --shadow: 0 24px 70px rgba(5, 18, 37, .13);
  --shell: 1160px;
  --gutter: clamp(1.2rem, 4vw, 2.5rem);
  --section: clamp(4.5rem, 9vw, 8rem);
  --display: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: clamp(1rem, .96rem + .16vw, 1.08rem);
  font-weight: 400;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--orange); color: var(--navy-950); }

.shell { width: min(100% - (2 * var(--gutter)), var(--shell)); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .8rem 1rem;
  color: var(--navy-950); background: var(--orange); font-weight: 800; text-decoration: none;
}
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.06;
  text-wrap: balance;
}
h1 { font-size: clamp(3.1rem, 8vw, 6.75rem); }
h2 { font-size: clamp(2.35rem, 5.5vw, 4.8rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.08; }
p { margin-bottom: 1.25rem; }

.kicker, .eyebrow {
  margin-bottom: 1.1rem; color: var(--orange-dark); font-size: .76rem;
  font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase;
}
.kicker-on-dark { color: var(--orange); }

.button {
  display: inline-flex; min-height: 3.45rem; align-items: center; justify-content: center; gap: .65rem;
  padding: .85rem 1.35rem; border: 2px solid transparent; border-radius: .35rem;
  font-size: .95rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none;
  transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--orange); }
.button-primary:hover { background: #ffad38; }
.button-quiet { color: var(--white); border-color: rgba(255, 255, 255, .35); }
.button-quiet:hover { border-color: var(--white); }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, .45); }
.button-outline:hover { color: var(--navy-950); background: var(--white); }
.button-small { min-height: 2.75rem; padding: .65rem 1rem; font-size: .82rem; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white);
  background: rgba(6, 18, 37, .84); border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.header-inner { display: flex; min-height: 5rem; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; color: var(--white); text-decoration: none; }
.brand-logo { display: block; width: 4rem; height: auto; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; margin-left: auto; }
.main-nav a { color: #c9d3df; font-size: .87rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: var(--white); }
.header-cta { margin-left: .25rem; color: var(--navy-950); background: var(--orange); }
.menu-button { display: none; width: 2.85rem; height: 2.85rem; margin-left: auto; padding: .68rem; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero {
  position: relative; min-height: 48rem; overflow: hidden; color: var(--white); background: var(--navy-950);
  isolation: isolate;
}
.hero::before {
  position: absolute; z-index: -1; inset: 0; content: ""; opacity: .27;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.hero-glow { position: absolute; z-index: -1; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(90px); opacity: .19; }
.hero-glow-one { top: -12rem; left: -10rem; background: #245ec7; }
.hero-glow-two { right: -11rem; bottom: -12rem; background: var(--orange); }
.hero-grid {
  display: grid; min-height: 48rem; grid-template-columns: 1.08fr .92fr; align-items: center;
  gap: clamp(3rem, 7vw, 7rem); padding-top: 8.2rem; padding-bottom: 4.5rem;
}
.eyebrow { display: flex; align-items: center; gap: .65rem; color: #c4cfdb; }
.eyebrow span { width: 2.1rem; height: 3px; background: var(--orange); }
.eyebrow b { color: var(--orange); }
.hero h1 { max-width: 10ch; margin-bottom: 1.55rem; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 42rem; color: #c4cfdb; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.microcopy { margin: 1rem 0 0; color: #8292a7; font-size: .78rem; }
.hero-visual { position: relative; width: min(100%, 29rem); justify-self: end; }
.photo-frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: .55rem; background: var(--navy-800); box-shadow: 0 35px 100px rgba(0, 0, 0, .38); }
.photo-frame::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 38%; }
.coach-label {
  position: absolute; right: -1.4rem; bottom: 1.4rem; display: grid; min-width: 13.5rem;
  padding: 1rem 1.2rem; color: var(--navy-950); background: var(--orange); box-shadow: var(--shadow);
}
.coach-label span { font-family: var(--display); font-size: 1.2rem; font-weight: 800; letter-spacing: -.025em; }
.coach-label small { margin-top: .15rem; font-size: .69rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.inclusive-card {
  position: relative; display: grid; width: 100%; overflow: hidden; margin-top: .75rem;
  padding: .95rem 1.1rem .85rem; color: var(--ink); text-align: center; background: rgba(255,255,255,.96); box-shadow: var(--shadow);
}
.inclusive-stripe { position: absolute; inset: 0 0 auto; height: .32rem; background: var(--rainbow); }
.inclusive-card strong { font-size: .88rem; }
.inclusive-card > span:last-child { margin-top: .18rem; color: var(--muted); font-size: .72rem; }

.trust-strip { color: var(--white); background: var(--navy-800); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { position: relative; display: grid; min-height: 7rem; align-content: center; padding: 1.2rem 2.25rem; border-left: 1px solid rgba(255,255,255,.11); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.11); }
.trust-grid span { position: absolute; top: 1rem; right: 1.2rem; color: var(--orange); font-size: .66rem; font-weight: 900; }
.trust-grid strong { font-family: var(--display); font-size: 1.12rem; letter-spacing: -.02em; }
.trust-grid small { margin-top: .15rem; color: #9eadbf; font-size: .75rem; }

.section { padding-block: var(--section); }
.section-tight { padding-block: clamp(3.8rem, 7vw, 6rem); }
.section-light { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 4rem; margin-bottom: clamp(2.8rem, 5vw, 4.8rem); }
.section-heading h2 { max-width: 12ch; margin: 0; }
.section-heading > p { max-width: 35rem; margin: 0 0 .35rem; color: var(--muted); }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading.compact h2 { max-width: 13ch; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card {
  display: flex; min-height: 32rem; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.3rem);
  background: var(--white); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(5,18,37,.02);
  transition: transform .22s ease, box-shadow .22s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-featured { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.service-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.8rem; }
.service-number { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.service-featured .service-number { color: var(--orange); }
.service-tag { padding: .35rem .55rem; color: var(--muted); background: #edf1f4; border-radius: 99px; font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.service-featured .service-tag { color: #dbe5ef; background: rgba(255,255,255,.1); }
.service-card h3 { max-width: 12ch; margin-bottom: 1rem; }
.service-card > p { color: var(--muted); font-size: .91rem; }
.service-featured > p { color: #aebdcd; }
.check-list { display: grid; gap: .63rem; margin: 1.1rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.35rem; font-size: .81rem; font-weight: 700; }
.check-list li::before { position: absolute; left: 0; top: .56em; width: .42rem; height: .42rem; content: ""; background: var(--orange); border-radius: 50%; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; width: fit-content; margin-top: auto; padding-bottom: .22rem; border-bottom: 2px solid var(--orange); font-size: .82rem; font-weight: 900; text-decoration: none; }

.coaching-detail { color: var(--white); background: var(--navy-900); }
.detail-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3.5rem, 9vw, 8rem); }
.detail-copy { position: sticky; top: 8rem; align-self: start; }
.detail-copy h2 { max-width: 11ch; }
.detail-copy > p:not(.kicker) { max-width: 32rem; color: #aebdcd; }
.detail-copy .button { margin-top: 1rem; }
.feature-list { display: grid; }
.feature-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.feature-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.feature-list > article > span { padding-top: .2rem; color: var(--orange); font-size: .7rem; font-weight: 900; }
.feature-list h3 { margin-bottom: .5rem; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.feature-list p { margin: 0; color: #aebdcd; font-size: .9rem; }

.venue-section { background: var(--white); }
.venue-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.venue-logo-wrap { display: grid; min-height: 25rem; place-items: center; padding: 3rem; background: #050505; box-shadow: var(--shadow); }
.venue-logo-wrap img { width: min(100%, 24rem); }
.venue-copy h2 { max-width: 10.5ch; }
.venue-copy > p:not(.kicker) { max-width: 35rem; color: var(--muted); }
.venue-points { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.8rem 0 2.2rem; }
.venue-points span { padding: .55rem .75rem; color: var(--navy-800); background: var(--cream); border: 1px solid var(--line); font-size: .7rem; font-weight: 850; }

.statement-section { position: relative; overflow: hidden; color: var(--white); background: var(--orange); }
.statement-section::before { position: absolute; inset: 0; content: ""; opacity: .12; background-image: radial-gradient(circle at 20% 0%, white 0, transparent 42%), repeating-linear-gradient(115deg, transparent 0 28px, var(--navy-950) 29px 30px); }
.statement-inner { position: relative; padding-block: clamp(4.8rem, 10vw, 8rem); text-align: center; }
.statement-inner p { margin-bottom: .25rem; color: var(--navy-900); font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 900; }
.statement-inner h2 { margin: 0 auto; color: var(--navy-950); font-size: clamp(2.8rem, 7.5vw, 6rem); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card { min-height: 18rem; padding: 2.2rem 2rem 2.4rem; border-left: 1px solid var(--line); }
.process-card:last-child { border-right: 1px solid var(--line); }
.process-number { display: block; margin-bottom: 3.5rem; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.process-card h3 { margin-bottom: .8rem; }
.process-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.results-section { overflow: hidden; color: var(--white); background: var(--navy-900); }
.results-grid { display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: clamp(2.5rem, 7vw, 6.5rem); }
.results-copy h2 { max-width: 8ch; margin-bottom: 1.25rem; }
.results-copy > p:not(.kicker) { max-width: 26rem; color: #bac7d4; }
.results-copy .results-note { margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); color: #8192a5; font-size: .84rem; }
.client-carousel { min-width: 0; }
.client-viewport { position: relative; height: clamp(31rem, 58vw, 46rem); overflow: hidden; background: #020202; border: 1px solid rgba(255,255,255,.13); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.client-slide { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; opacity: 0; transform: scale(.985); pointer-events: none; transition: opacity .7s ease, transform .7s ease; }
.client-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); pointer-events: auto; }
.client-slide img { width: 100%; height: 100%; object-fit: contain; }
.client-carousel-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; }
.carousel-status { color: #8fa0b3; font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.carousel-controls { display: flex; align-items: center; gap: .5rem; }
.carousel-arrow, .carousel-toggle { min-height: 2.75rem; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.24); cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.carousel-arrow { width: auto; min-width: 4.8rem; padding: 0 .8rem; font-size: .76rem; font-weight: 700; }
.carousel-toggle { min-width: 5.2rem; padding: .55rem .85rem; font-size: .76rem; font-weight: 700; }
.carousel-arrow:hover, .carousel-toggle:hover { color: var(--navy-950); background: var(--orange); border-color: var(--orange); }
.carousel-toggle:disabled { color: #8fa0b3; background: transparent; border-color: rgba(255,255,255,.14); cursor: default; }
.client-dots { display: flex; flex-wrap: wrap; gap: 0; margin-top: .45rem; }
.client-dot { display: grid; width: 2rem; height: 2rem; place-items: center; padding: 0; background: transparent; border: 0; cursor: pointer; }
.client-dot::before { width: .55rem; height: .55rem; content: ""; background: #718399; border-radius: 50%; transition: width .2s ease, background .2s ease; }
.client-dot.is-active::before { width: 1.35rem; background: var(--orange); border-radius: 99px; }

.case-study-section { background: var(--white); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.case-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: var(--cream); border: 1px solid var(--line); }
.case-media { display: grid; aspect-ratio: 1 / 1; place-items: center; margin: 0; overflow: hidden; background: #020202; border: .45rem solid #020202; }
.case-media img { width: 100%; height: 100%; object-fit: contain; }
.case-body { display: flex; flex: 1; flex-direction: column; padding: 1.6rem; }
.case-label { margin-bottom: 1.4rem; color: var(--orange-dark); font-size: .69rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.case-card h3 { margin-bottom: .8rem; font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.case-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.case-card-quote { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); border-top: .35rem solid var(--orange); }
.case-card-quote .case-body { justify-content: space-between; padding: clamp(1.8rem, 3vw, 2.5rem); }
.case-card-quote .case-label { color: var(--orange); }
.case-stat { margin: auto 0 1.6rem; font-family: var(--display); font-size: clamp(2.7rem, 5.5vw, 4.5rem); font-weight: 800; letter-spacing: -.06em; line-height: .95; }
.case-card blockquote { margin: 0; }
.case-card blockquote p { color: #d7e0e9; font-size: .95rem; line-height: 1.65; }
.case-card blockquote footer { margin-top: 1.2rem; color: #8fa0b3; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.testimonials-section { background: var(--cream); }
.testimonial-heading { align-items: end; }
.testimonial-featured {
  display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem;
  margin: 0 0 1rem; padding: clamp(2rem, 5vw, 4rem); color: var(--white);
  background: var(--navy-900); border-top: .35rem solid var(--orange);
}
.testimonial-featured p {
  max-width: 29ch; margin: 0; font-family: var(--display); font-size: clamp(1.65rem, 3.4vw, 2.9rem);
  font-weight: 700; letter-spacing: -.025em; line-height: 1.18;
}
.testimonial-featured footer, .testimonial-card footer {
  font-size: .75rem; font-weight: 800; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase;
}
.testimonial-featured footer { color: #aebdcd; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.testimonial-card {
  display: flex; min-height: 17rem; flex-direction: column; justify-content: space-between;
  margin: 0; padding: 1.75rem; background: var(--white); border: 1px solid var(--line);
}
.testimonial-card p { margin: 0 0 2rem; font-size: 1rem; line-height: 1.65; }
.testimonial-card footer { color: var(--muted); }

.about-section { color: var(--white); background: var(--navy-950); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 9vw, 9rem); }
.about-heading h2 { max-width: 10ch; }
.about-copy { padding-top: .2rem; color: #bec9d5; font-size: clamp(1.02rem, 1.5vw, 1.16rem); }
.about-copy p { max-width: 38rem; }
.about-signoff { display: flex; align-items: center; gap: 1.2rem; margin-top: 2.4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); }
.signature { color: var(--orange); font-family: Georgia, serif; font-size: 2rem; font-style: italic; }
.about-signoff > span:last-child { color: #8292a7; font-size: .7rem; font-weight: 750; letter-spacing: .05em; line-height: 1.45; text-transform: uppercase; }

.reassurance-section { background: var(--white); border-bottom: 1px solid var(--line); }
.reassurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reassurance-card { min-height: 13rem; padding: 1.8rem; border-left: 1px solid var(--line); }
.reassurance-card:last-child { border-right: 1px solid var(--line); }
.reassurance-card span { display: block; margin-bottom: 2.1rem; color: var(--orange-dark); font-size: .69rem; font-weight: 900; letter-spacing: .11em; }
.reassurance-card h3 { margin-bottom: .65rem; font-size: 1.3rem; }
.reassurance-card p { margin: 0; color: var(--muted); font-size: .83rem; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-intro { position: sticky; top: 8rem; align-self: start; }
.faq-intro h2 { max-width: 8ch; }
.faq-intro > p:last-child { max-width: 28rem; color: var(--muted); }
.faq-list { border-top: 1px solid #c9d1d9; }
.faq-list details { border-bottom: 1px solid #c9d1d9; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; padding: 1.45rem 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange-dark); font-size: 1.45rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 42rem; padding: 0 2.5rem 1.5rem 0; color: var(--muted); font-size: .9rem; }

.start-section { color: var(--white); background: var(--navy-800); }
.start-heading { max-width: 48rem; margin-bottom: 3rem; }
.start-heading h2 { margin-bottom: 1rem; }
.start-heading > p:last-child { color: #aebdcd; }
.start-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.start-card { position: relative; display: grid; min-height: 15rem; align-content: space-between; padding: clamp(1.5rem, 3vw, 2.4rem); color: var(--white); background: var(--navy-700); border: 1px solid rgba(255,255,255,.14); text-decoration: none; transition: transform .2s, background .2s; }
.start-card:hover { transform: translateY(-4px); background: #234468; }
.start-card-primary { color: var(--navy-950); background: var(--orange); border-color: var(--orange); }
.start-card-primary:hover { background: #ffac34; }
.start-label { font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.start-card strong { max-width: 19ch; margin-top: 3rem; font-family: var(--display); font-size: clamp(1.45rem, 2.7vw, 2.25rem); letter-spacing: -.04em; line-height: 1.05; }
.site-footer { padding: 4.5rem 0 2rem; color: #aebdcd; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 4rem; }
.footer-brand .brand-logo { width: 7rem; }
.footer-brand > p { max-width: 30rem; margin: 1.4rem 0 0; color: #8292a7; font-size: .85rem; }
.site-footer h2 { margin-bottom: 1.2rem; color: var(--white); font-family: var(--body); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: .68rem; margin: 0; padding: 0; list-style: none; }
.site-footer li, .site-footer a { font-size: .79rem; }
.site-footer a { color: #aebdcd; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #8999ab; font-size: .69rem; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }

.subpage-hero {
  position: relative; overflow: hidden; padding: clamp(8.7rem, 13vw, 11.5rem) 0 clamp(4.8rem, 9vw, 8rem);
  color: var(--white); background: var(--navy-950); isolation: isolate;
}
.subpage-hero::before {
  position: absolute; z-index: -1; inset: 0; content: ""; opacity: .23;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.subpage-hero::after {
  position: absolute; z-index: -1; right: -15rem; bottom: -18rem; width: 38rem; height: 38rem;
  content: ""; background: var(--orange); border-radius: 50%; filter: blur(120px); opacity: .15;
}
.subpage-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.subpage-hero h1 { max-width: 11ch; margin-bottom: 1.5rem; font-size: clamp(3.15rem, 7vw, 6.35rem); }
.inclusive-hero h1 { max-width: 13ch; font-size: clamp(3rem, 6vw, 5.65rem); }
.subpage-hero h1 em { color: var(--orange); font-style: normal; }
.subpage-hero-copy > p:not(.eyebrow) { max-width: 40rem; color: #c4cfdb; font-size: clamp(1.05rem, 1.7vw, 1.22rem); }
.subpage-hero-visual { position: relative; width: min(100%, 29rem); justify-self: end; }
.subpage-hero-photo { overflow: hidden; aspect-ratio: 4 / 5; background: #020202; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.subpage-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 38%; }
.subpage-badge {
  position: absolute; right: -1rem; bottom: 1.2rem; display: grid; min-width: 13rem; padding: 1rem 1.15rem;
  color: var(--navy-950); background: var(--orange); box-shadow: var(--shadow);
}
.subpage-badge strong { font-family: var(--display); font-size: 1rem; }
.subpage-badge span { margin-top: .1rem; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.subpage-strip { color: var(--ink); background: var(--cream); border-bottom: 1px solid var(--line); }
.subpage-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.subpage-strip-grid > div { min-height: 6.7rem; padding: 1.4rem 2rem; border-left: 1px solid var(--line); }
.subpage-strip-grid > div:last-child { border-right: 1px solid var(--line); }
.subpage-strip-grid strong { display: block; margin-bottom: .15rem; font-family: var(--display); font-size: 1rem; }
.subpage-strip-grid span { color: var(--muted); font-size: .76rem; }

.lead-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 8rem); }
.lead-heading h2 { max-width: 10ch; }
.lead-copy { color: var(--muted); font-size: clamp(1.03rem, 1.45vw, 1.16rem); }
.lead-copy > p { max-width: 40rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.4rem; }
.benefit-card { min-height: 15rem; padding: 1.7rem; background: var(--white); border: 1px solid var(--line); }
.benefit-card > span { display: block; margin-bottom: 2.2rem; color: var(--orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.benefit-card h3 { margin-bottom: .65rem; font-size: 1.3rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.included-section { color: var(--white); background: var(--navy-900); }
.included-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 8rem); }
.included-heading h2 { max-width: 9ch; }
.included-heading > p:not(.kicker) { max-width: 30rem; color: #aebdcd; }
.included-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.included-list article { min-height: 13rem; padding: 1.6rem 1.5rem 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.included-list article:nth-child(odd) { padding-right: 2rem; border-right: 1px solid rgba(255,255,255,.15); }
.included-list article:nth-child(even) { padding-left: 2rem; }
.included-list span { display: block; margin-bottom: 2.2rem; color: var(--orange); font-size: .69rem; font-weight: 900; }
.included-list h3 { margin-bottom: .5rem; font-size: 1.28rem; }
.included-list p { margin: 0; color: #aebdcd; font-size: .83rem; }

.proof-section { background: var(--cream); }
.proof-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.proof-heading h2 { max-width: 9ch; }
.proof-quote { margin: 0; padding: clamp(2rem, 5vw, 3.5rem); color: var(--white); background: var(--navy-900); border-top: .35rem solid var(--orange); }
.proof-quote p { margin-bottom: 2rem; font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2.35rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.23; }
.proof-quote footer { color: #aebdcd; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.result-preview { margin-top: clamp(3rem, 6vw, 5rem); }
.result-preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.3rem; }
.result-preview-heading h3 { margin: 0; }
.result-preview-heading p { max-width: 29rem; margin: 0; color: var(--muted); font-size: .82rem; }
.result-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.result-preview-grid figure { display: grid; min-width: 0; aspect-ratio: 1 / 1; place-items: center; margin: 0; overflow: hidden; background: #020202; border: .55rem solid #020202; }
.result-preview-grid img { width: 100%; height: 100%; object-fit: contain; }

.first-visit-section, .walkthrough-section { background: var(--cream); }
.visit-grid, .walkthrough-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.visit-card, .walkthrough-card { min-height: 15rem; padding: 1.7rem; background: var(--white); border: 1px solid var(--line); }
.visit-card > span, .walkthrough-card > span { display: block; margin-bottom: 2.4rem; color: var(--orange-dark); font-size: .69rem; font-weight: 900; letter-spacing: .12em; }
.visit-card h3, .walkthrough-card h3 { margin-bottom: .7rem; font-size: 1.35rem; }
.visit-card p, .walkthrough-card p { margin-bottom: 1rem; color: var(--muted); font-size: .84rem; }
.visit-card address { color: var(--muted); font-size: .84rem; font-style: normal; }
.visit-card .text-link { margin-top: 1rem; }
.visit-note { margin: 1rem 0 0; padding: 1.2rem 1.4rem; color: #d8e2ec; background: var(--navy-900); font-size: .84rem; }
.walkthrough-card { position: relative; overflow: hidden; padding-top: 6.4rem; }
.walkthrough-card::before {
  position: absolute; inset: 0 0 auto; height: 4.7rem; content: "";
  background-color: var(--navy-900);
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
}
.walkthrough-card > span { position: absolute; z-index: 1; top: 1.75rem; left: 1.7rem; margin: 0; color: var(--orange); }

.legal-hero { padding: clamp(8.7rem, 13vw, 11rem) 0 clamp(3.8rem, 7vw, 6rem); color: var(--white); background: var(--navy-950); }
.legal-hero .shell, .legal-content { width: min(100% - (2 * var(--gutter)), 52rem); }
.legal-hero h1 { max-width: 10ch; margin-bottom: 1.2rem; }
.legal-hero p:last-child { max-width: 42rem; margin-bottom: 0; color: #b8c5d3; }
.legal-page { background: var(--cream); }
.legal-content { margin-inline: auto; padding-block: clamp(3.8rem, 7vw, 6rem); }
.legal-content section { margin-bottom: 3.25rem; }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin-bottom: 1rem; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.legal-content h3 { margin: 1.7rem 0 .65rem; font-size: 1.15rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { display: grid; gap: .65rem; padding-left: 1.25rem; }
.legal-content a { color: var(--navy-800); font-weight: 700; text-decoration-color: var(--orange-dark); text-underline-offset: .2em; }
.legal-table-wrap { overflow-x: auto; margin-block: 1.5rem; }
.legal-content table { width: 100%; min-width: 38rem; border-collapse: collapse; background: var(--white); }
.legal-content th, .legal-content td { padding: 1rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-content th { color: var(--white); background: var(--navy-900); }
.legal-content td { color: var(--muted); font-size: .88rem; }

.subpage-cta-panel {
  display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem;
  padding: clamp(2rem, 6vw, 5rem); color: var(--white); background: var(--navy-900);
}
.subpage-cta-panel h2 { max-width: 10ch; margin-bottom: 0; }
.subpage-cta-copy > p { color: #aebdcd; }
.subpage-cta-copy .button-row { margin-top: 1.5rem; }
.subpage-back { display: inline-flex; margin-bottom: 1.5rem; color: #aebdcd; font-size: .78rem; font-weight: 700; text-decoration: none; }
.subpage-back:hover { color: var(--orange); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-delay { transition-delay: .1s; }

@media (max-width: 980px) {
  .main-nav {
    position: fixed; inset: 5rem 0 auto; display: grid; gap: 0; padding: .7rem var(--gutter) 1.2rem;
    background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.12);
    opacity: 0; transform: translateY(-.8rem); visibility: hidden; transition: .2s ease;
  }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .main-nav a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 2.3rem; }
  .coach-label { right: -.5rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 25rem; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .subpage-hero-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .subpage-hero h1 { font-size: clamp(3rem, 7.4vw, 5rem); }
  .subpage-badge { right: -.5rem; }
}

@media (max-width: 760px) {
  :root { --section: 4.6rem; }
  html { scroll-padding-top: 5rem; }
  .header-inner { min-height: 4.6rem; }
  .main-nav { inset-block-start: 4.6rem; }
  .brand-logo { width: 3.6rem; }
  .hero { min-height: auto; }
  .hero::before { background-size: 48px 48px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 2.6rem; padding-top: 6.6rem; padding-bottom: 4rem; }
  .hero h1 { font-size: clamp(2.9rem, 12.2vw, 3.65rem); line-height: 1.02; }
  .hero-intro { font-size: 1.03rem; }
  .hero-visual { display: grid; width: min(100%, 27rem); justify-self: center; gap: .75rem; margin-left: 0; }
  .inclusive-card,
  .coach-label {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .coach-label { position: static; order: 2; }
  .inclusive-card { position: relative; order: 3; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; padding-block: .6rem; }
  .trust-grid > div { min-height: 5.5rem; padding: 1rem 1.2rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .section-heading, .detail-grid, .venue-grid, .results-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 2.3rem; }
  .section-heading { align-items: start; }
  .section-heading > p { margin: 0; }
  .section-heading h2 { max-width: 11ch; }
  .service-grid, .process-grid, .start-options, .footer-grid, .case-grid, .reassurance-grid, .visit-grid, .walkthrough-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 28rem; }
  .visit-card, .walkthrough-card { min-height: 0; }
  .case-card { min-height: 0; }
  .case-card-quote { min-height: 29rem; }
  .reassurance-card { min-height: 0; padding: 1.7rem 0; border: 0; border-top: 1px solid var(--line); }
  .reassurance-card:last-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-copy, .faq-intro { position: static; }
  .results-copy h2 { max-width: none; }
  .results-copy > p:not(.kicker) { max-width: 38rem; }
  .client-viewport { height: min(125vw, 42rem); min-height: 28rem; }
  .testimonial-featured { grid-template-columns: 1fr; gap: 1.5rem; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; }
  .detail-copy h2 { max-width: 10ch; }
  .venue-logo-wrap { min-height: 19rem; padding: 2rem; }
  .process-grid { border: 0; }
  .process-card { min-height: 15rem; padding: 2rem 0; border: 0; border-top: 1px solid var(--line); }
  .process-card:last-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-number { margin-bottom: 2.5rem; }
  .about-copy { padding-top: 0; }
  .start-card { min-height: 13rem; }
  .footer-grid { gap: 2.7rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .subpage-hero { padding-top: 7.2rem; }
  .subpage-hero-grid, .lead-grid, .included-grid, .proof-grid, .subpage-cta-panel { grid-template-columns: 1fr; gap: 2.3rem; }
  .subpage-hero h1 { font-size: clamp(2.7rem, 12vw, 3.65rem); }
  .subpage-hero-visual { width: min(100%, 27rem); justify-self: center; }
  .subpage-badge { right: .75rem; bottom: .75rem; }
  .subpage-strip-grid { grid-template-columns: 1fr; padding-block: .4rem; }
  .subpage-strip-grid > div { min-height: auto; padding: 1rem 0; border: 0; border-bottom: 1px solid var(--line); }
  .subpage-strip-grid > div:last-child { border: 0; }
  .benefit-grid, .included-list { grid-template-columns: 1fr; }
  .benefit-card { min-height: 13rem; }
  .included-list article, .included-list article:nth-child(odd), .included-list article:nth-child(even) { min-height: 0; padding: 1.6rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .included-list span { margin-bottom: 1.5rem; }
  .result-preview-heading { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .result-preview-grid { grid-template-columns: 1fr; }
  .result-preview-grid figure { aspect-ratio: 1 / 1; }
}

@media (max-width: 390px) {
  .inclusive-card,
  .coach-label { padding-inline: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
  .client-slide { transform: none; }
}
