:root {
  --ink: #06080b;
  --navy: #0b1423;
  --paper: #f3f0ea;
  --white: #f8f7f4;
  --red: #ff3434;
  --red-dark: #c92326;
  --slate: #8e98a8;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(7, 12, 19, 0.16);
  --page: min(1380px, calc(100% - 80px));
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

/* Embedded Neurotransmitter Test */
.neuro-assessment [hidden] { display: none !important; }
.neuro-intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.neuro-intro-copy .copy { margin-bottom: 26px; }
.neuro-intro-copy .boundary { max-width: 760px; margin: 0 0 20px; }
.neuro-sensitive-intro { max-width: 760px; margin: 0 0 20px; color: #c7cfda; font-size: 13px; }
.neuro-sensitive-intro strong { color: var(--white); }
.neuro-privacy { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 18px; max-width: 760px; padding: 18px 0; margin-bottom: 28px; color: #bdc6d2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
.neuro-privacy strong { color: var(--white); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.neuro-source { max-width: 650px; margin: 18px 0 0; color: #8f9aaa; font-size: 12px; }
.neuro-questionnaire,
.neuro-results { max-width: 1060px; margin: auto; scroll-margin-top: 115px; }
.neuro-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.neuro-toolbar .label { margin-bottom: 7px; }
.neuro-section-count,
.neuro-answer-count { margin: 0; color: #aeb7c5; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.neuro-answer-count { color: var(--white); text-align: right; }
.neuro-progress { height: 4px; margin-bottom: 54px; background: rgba(255,255,255,.12); overflow: hidden; }
.neuro-progress span { display: block; width: 0; height: 100%; background: var(--red); transition: width .24s ease; }
.neuro-section-heading { display: grid; grid-template-columns: 130px 1fr; gap: 28px; align-items: end; margin-bottom: 48px; }
.neuro-section-number { margin: 0; color: var(--red); font-size: clamp(64px, 8vw, 110px); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.neuro-section-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.neuro-section-heading div p { margin: 16px 0 0; color: #aeb7c5; }
.neuro-sensitive-panel { padding: 16px 18px; margin: -20px 0 40px; color: #f1caca; background: rgba(255,52,52,.09); border: 1px solid rgba(255,52,52,.34); font-size: 13px; }
.neuro-sensitive-panel strong { color: var(--white); }
.neuro-question-group { margin-top: 52px; }
.neuro-question-group > h3 { margin: 0 0 14px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.neuro-question { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 28px; align-items: center; min-width: 0; padding: 22px 0; margin: 0; border: 0; border-top: 1px solid var(--line); }
.neuro-question:last-child { border-bottom: 1px solid var(--line); }
.neuro-question legend { display: contents; }
.neuro-question legend > span { align-self: start; width: 38px; padding-top: 4px; color: #7f8a9b; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.neuro-question legend > b { grid-column: 1; max-width: 700px; padding-left: 52px; margin-top: -24px; font-size: 16px; font-weight: 650; line-height: 1.45; }
.neuro-choices { display: grid; grid-column: 2; grid-row: 1; grid-template-columns: 1fr 1fr; gap: 8px; }
.neuro-choice { position: relative; display: flex; min-height: 48px; align-items: center; justify-content: center; color: #c3ccd7; border: 1px solid rgba(255,255,255,.25); cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.neuro-choice:hover { color: var(--white); border-color: rgba(255,255,255,.6); }
.neuro-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.neuro-choice:has(input:checked) { color: var(--white); background: var(--red-dark); border-color: var(--red-dark); }
.neuro-choice:has(input:focus-visible) { outline: 3px solid #62a5ff; outline-offset: 3px; }
.neuro-error { padding: 15px 18px; margin: 30px 0 0; color: #fff; background: rgba(255,52,52,.18); border-left: 3px solid var(--red); }
.neuro-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 42px; }
.neuro-actions .button:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.neuro-results-hero { max-width: 900px; padding-bottom: 56px; }
.neuro-results-hero h2 { margin: 0; font-size: clamp(54px, 7vw, 100px); font-weight: 900; line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.neuro-results-hero h2 em { color: var(--red); font-family: var(--serif); font-weight: 400; text-transform: none; }
.neuro-results-hero > p:last-child { max-width: 700px; margin: 28px 0 0; color: #d7dce4; font-size: clamp(18px, 2vw, 25px); }
.neuro-result-part { padding: 38px 0; border-top: 1px solid var(--line); }
.neuro-result-heading { display: grid; grid-template-columns: 86px 1fr; gap: 22px; align-items: start; margin-bottom: 25px; }
.neuro-result-heading > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.neuro-result-heading h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.neuro-result-heading p { margin: 8px 0 0; color: #9fa9b8; }
.neuro-score-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.neuro-score-card { padding: 22px; background: rgba(255,255,255,.055); border: 1px solid var(--line); }
.neuro-score-card > div:first-child { display: flex; justify-content: space-between; gap: 15px; align-items: baseline; }
.neuro-score-card h4 { margin: 0; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.neuro-score-card strong { color: var(--white); font-size: 21px; }
.neuro-score-track { height: 5px; margin-top: 18px; background: rgba(255,255,255,.12); overflow: hidden; }
.neuro-score-track span { display: block; height: 100%; background: var(--red); }
.neuro-results > .boundary { margin: 18px 0 0; }
.neuro-results-actions { align-items: center; }

@media (max-width: 860px) {
  .neuro-intro-grid { grid-template-columns: 1fr; }
  .neuro-intro-grid .support-photo { max-width: 620px; }
}

@media (max-width: 760px) {
  .neuro-assessment { padding: 70px 0; }
  .neuro-intro-grid { gap: 44px; }
  .neuro-intro-grid .support-photo img { min-height: 340px; }
  .neuro-intro-copy .display { font-size: clamp(43px, 13vw, 62px); }
  .neuro-privacy { grid-template-columns: 1fr; gap: 6px; }
  .neuro-intro-copy > .button { width: 100%; }
  .neuro-toolbar { align-items: start; }
  .neuro-answer-count { max-width: 105px; }
  .neuro-progress { margin-bottom: 38px; }
  .neuro-section-heading { grid-template-columns: 72px 1fr; gap: 14px; margin-bottom: 34px; }
  .neuro-section-number { font-size: 58px; }
  .neuro-section-heading h2 { font-size: clamp(37px, 11vw, 52px); }
  .neuro-section-heading div p { margin-top: 10px; font-size: 14px; }
  .neuro-question-group { margin-top: 42px; }
  .neuro-question { grid-template-columns: 1fr; gap: 18px; padding: 22px 0 24px; }
  .neuro-question legend > b { padding-left: 42px; font-size: 15px; }
  .neuro-choices { grid-column: 1; grid-row: auto; }
  .neuro-choice { min-height: 52px; }
  .neuro-actions { position: sticky; z-index: 4; bottom: 0; padding: 12px 0 calc(12px + env(safe-area-inset-bottom)); margin-top: 30px; background: linear-gradient(transparent, var(--navy) 24%); }
  .neuro-actions .button { min-height: 52px; padding-inline: 17px; gap: 12px; font-size: 9px; }
  .neuro-results-hero { padding-bottom: 40px; }
  .neuro-results-hero h2 { font-size: clamp(45px, 13vw, 62px); }
  .neuro-result-heading { grid-template-columns: 1fr; gap: 8px; }
  .neuro-score-grid { grid-template-columns: 1fr; }
  .neuro-results-actions { position: static; display: grid; background: none; }
  .neuro-results-actions .button { width: 100%; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
address { font-style: normal; }
::selection { color: var(--white); background: var(--red); }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 16px; color: var(--white); background: var(--red-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #62a5ff; outline-offset: 4px; }

.analytics-consent { position: fixed; z-index: 1200; right: 20px; bottom: 20px; display: grid; grid-template-columns: 1fr auto; gap: 28px; width: min(760px, calc(100% - 40px)); padding: 24px; color: var(--white); background: #0b111a; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 20px 60px rgba(0,0,0,.36); }
.analytics-consent[hidden], .analytics-settings[hidden] { display: none; }
.analytics-consent h2 { max-width: 540px; margin: 4px 0 8px; font-size: clamp(22px, 3vw, 32px); line-height: 1; letter-spacing: -.035em; }
.analytics-consent p { max-width: 600px; margin: 0; color: #c2cad6; font-size: 13px; line-height: 1.55; }
.analytics-consent .analytics-consent-label { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.analytics-consent-actions { display: grid; gap: 8px; align-content: center; min-width: 210px; }
.analytics-consent-actions button { min-height: 46px; padding: 0 16px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.analytics-consent-actions button:first-child { background: var(--red-dark); border-color: var(--red-dark); }
.analytics-consent-actions button:hover { background: var(--red-dark); border-color: var(--red-dark); }
.analytics-settings { padding: 0; color: inherit; background: transparent; border: 0; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-decoration: underline; text-underline-offset: 4px; text-transform: inherit; }
.analytics-settings:hover { color: var(--white); }

@media (max-width: 700px) {
  .analytics-consent { right: 0; bottom: 0; grid-template-columns: 1fr; gap: 18px; width: 100%; padding: 22px 20px calc(22px + env(safe-area-inset-bottom)); }
  .analytics-consent-actions { grid-template-columns: 1fr; min-width: 0; }
}

.site-header { position: absolute; z-index: 50; top: 0; left: 50%; display: grid; grid-template-columns: 250px 1fr 220px; align-items: center; width: var(--page); min-height: 92px; color: var(--white); border-bottom: 1px solid var(--line); transform: translateX(-50%); }
.site-header.is-scrolled { position: fixed; width: 100%; padding-inline: 40px; background: rgba(6, 8, 11, 0.96); }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; text-transform: uppercase; }
.brand-type { font-size: 14px; font-weight: 900; line-height: 1; letter-spacing: .22em; }
.brand-type small { display: block; margin-top: 6px; color: #b9c1cd; font-size: 7px; font-weight: 700; letter-spacing: .28em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); }
.desktop-nav a, .header-cta { position: relative; padding: 11px 0; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { justify-self: end; padding: 14px 18px; border: 1px solid rgba(255,255,255,.35); }
.header-cta:hover { background: var(--red); border-color: var(--red); }
.menu-button { position: relative; display: none; width: auto; min-width: 58px; height: 46px; padding: 0 4px; color: var(--white); background: transparent; border: 0; }
.menu-button::after { position: absolute; right: 4px; bottom: 7px; left: 4px; height: 2px; background: var(--red); content: ""; transform: scaleX(.28); transform-origin: right; transition: transform .22s ease; }
.menu-button:hover::after,
.menu-button[aria-expanded="true"]::after { transform: scaleX(1); transform-origin: left; }
.menu-button:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
.menu-sheet { position: fixed; z-index: 40; inset: 0; padding: 120px 7vw 40px; color: var(--white); background: var(--ink); }
.menu-sheet[hidden] { display: none; }
.menu-sheet nav { display: grid; }
.menu-sheet nav a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: clamp(24px, 7vw, 42px); font-weight: 850; letter-spacing: -.04em; text-transform: uppercase; }
.menu-sheet nav span { color: var(--red); font: 700 10px var(--sans); letter-spacing: .18em; }
.menu-meta { display: grid; gap: 5px; margin-top: 28px; color: #acb5c2; font-size: 13px; }
.eyebrow, .label { display: flex; align-items: center; gap: 13px; margin: 0 0 28px; color: inherit; font-size: 10px; font-weight: 850; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow::before, .label::before { width: 32px; height: 2px; background: var(--red); content: ""; }
.page-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(62px, 7.2vw, 122px); font-weight: 900; line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 35px; padding: 0 26px; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; border: 1px solid; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: var(--white); background: var(--red-dark); border-color: var(--red-dark); }
.button-red:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button-outline { color: currentColor; background: transparent; border-color: currentColor; }

.section { padding: 120px 0; }
.section-inner { width: var(--page); margin: auto; }
.dark { color: var(--white); background: var(--ink); }
.navy { color: var(--white); background: var(--navy); }
.display { margin: 0; font-size: clamp(48px, 6vw, 100px); font-weight: 900; line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.display em, .page-hero h1 em { color: var(--red); font-family: var(--serif); font-weight: 400; text-transform: none; }
.lead { font-size: clamp(20px, 2vw, 30px); line-height: 1.32; letter-spacing: -.025em; }
.copy { max-width: 660px; color: #5e6672; font-size: 16px; }
.copy-light { color: #aeb7c5; }
.text-link { display: inline-flex; gap: 18px; margin-top: 22px; padding-bottom: 6px; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; border-bottom: 1px solid var(--red); }

.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.intro-grid .display { font-size: clamp(54px, 6.8vw, 110px); }
.proof-head,
.builder-head,
.explorer-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; margin-bottom: 60px; }
.proof-head .copy { color: #f2c5c5; }

.offer-grid,
.principles,
.variable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 55px; border: 0; }
.offer,
.principle,
.variable { position: relative; min-height: 260px; padding: 30px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(235,231,224,.72)); border: 1px solid rgba(7,12,19,.12); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.offer::before,
.principle::before,
.variable::before { position: absolute; top: 0; left: 0; width: 44px; height: 3px; background: var(--red); content: ""; }
.offer:hover,
.principle:hover,
.variable:hover { border-color: rgba(231,48,48,.42); box-shadow: 0 18px 42px rgba(7,12,19,.08); transform: translateY(-3px); }
.offer span,
.principle span,
.variable span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.offer h3,
.principle h3,
.variable h3 { margin: 70px 0 15px; font-size: 25px; line-height: 1.05; letter-spacing: -.04em; }
.offer p,
.principle p,
.variable p { color: #5e6672; }

.reflection-grid, .location-grid, .content-grid, .profile-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.boundary { padding: 18px 20px; color: #f3bcbc; border-left: 3px solid var(--red); background: rgba(255,52,52,.09); }
.qualification-note { max-width: 290px; margin-top: 26px; color: #68717d; font-size: 13px; line-height: 1.55; }
.qualification-ledger { min-width: 0; }
.qualification-ledger > .lead { max-width: 850px; margin-top: 0; }
.qualification-group { margin-top: 42px; }
.qualification-group-label { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; color: var(--red-dark); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.qualification-group-label::before { width: 26px; height: 2px; background: var(--red); content: ""; }
.qualification-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(7,12,19,.16); }
.qualification-list li { display: grid; grid-template-columns: 42px minmax(0,1fr) minmax(170px,.65fr); gap: 16px; align-items: center; min-height: 72px; padding: 16px 0; border-bottom: 1px solid rgba(7,12,19,.16); }
.qualification-list li > span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.qualification-list strong { color: #0b111a; font-size: clamp(16px,1.5vw,20px); line-height: 1.2; }
.qualification-list small { color: #69727d; font-size: 12px; line-height: 1.45; }
.qualification-ledger .boundary { margin-top: 38px; color: #6d2525; }
.support-photo { margin: 0; background: var(--navy); }
.support-photo img { width: 100%; min-height: 420px; object-fit: cover; }
.support-photo figcaption { padding: 14px 16px; color: #b9c2ce; background: #0f1722; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-copy address { margin: 30px 0; font-size: clamp(25px, 3vw, 46px); line-height: 1.08; letter-spacing: -.045em; }

.final-cta { padding: 95px 0; color: var(--white); background: var(--navy); text-align: center; }
.final-cta h2 { margin: 0; font-size: clamp(48px, 6.4vw, 100px); font-weight: 900; line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.final-cta h2 em { display: block; color: var(--red); font-family: var(--serif); font-weight: 400; text-transform: none; }
.final-cta > div { width: min(940px, calc(100% - 40px)); margin: auto; }
.final-cta p:not(.label) { max-width: 700px; margin: 25px auto; color: #abb5c3; }
.final-cta .label, .final-cta .button-row { justify-content: center; }

.page-hero { position: relative; min-height: 680px; padding: 190px max(40px, calc((100vw - 1380px) / 2)) 80px; color: var(--white); background: var(--navy); overflow: hidden; }
.page-hero-media { position: absolute; inset: 0 0 0 50%; }
.page-hero-media img { height: 100%; object-fit: cover; opacity: .68; }
.page-hero-media::after { position: absolute; inset: 0; background: rgba(6,8,11,.25); box-shadow: inset 180px 0 170px var(--navy); content: ""; }
.page-hero-copy { position: relative; z-index: 2; max-width: 900px; }
.page-hero-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 30px; color: #ccd2db; font-size: 20px; }
.page-hero-no-media { min-height: 590px; }
.page-hero-no-media .page-hero-copy { max-width: 1100px; }

.content-aside { position: sticky; top: 130px; }
.content-aside h2 { margin: 0; font-size: clamp(34px, 4.5vw, 70px); line-height: .98; letter-spacing: -.06em; text-transform: uppercase; }
.prose { max-width: 780px; }
.prose p { color: #505866; }
.prose .lead { color: var(--ink); }
.prose h2 { margin-top: 55px; font-size: 34px; line-height: 1.05; letter-spacing: -.045em; }
.statement { margin: 45px 0; padding: 30px 0 30px 28px; border-left: 3px solid var(--red); font: italic 28px/1.3 var(--serif); }

.explorer-shell { display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line); }
.stage-tabs { display: grid; }
.stage-tab { display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 88px; padding: 0 24px; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.stage-tab:last-child { border-bottom: 0; }
.stage-tab span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.stage-tab strong { font-size: clamp(20px, 2vw, 28px); text-transform: uppercase; }
.stage-tab[aria-selected="true"] { background: var(--red-dark); }
.stage-tab[aria-selected="true"] span { color: var(--white); }
.stage-panel { position: relative; display: flex; min-height: 535px; padding: 70px 8%; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 100px 100px; }
.stage-panel-number { position: absolute; top: 26px; color: rgba(255,255,255,.09); font-size: 150px; font-weight: 900; }
.stage-panel h3 { position: relative; margin: 0; font-size: clamp(55px, 8vw, 110px); line-height: 1; letter-spacing: -.06em; text-transform: uppercase; }
.stage-panel > p { max-width: 700px; color: #b9c2ce; font-size: 18px; }
.stage-output { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stage-output > div { padding: 25px; border-right: 1px solid var(--line); }
.stage-output small { color: var(--red); font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.stage-output p { margin-bottom: 0; color: #d1d6de; }
.process-list { margin-top: 55px; border-top: 1px solid var(--line-dark); }
.process-step { display: grid; grid-template-columns: 70px .7fr 1.3fr; gap: 35px; padding: 28px 0; align-items: baseline; border-bottom: 1px solid var(--line-dark); }
.process-step span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.process-step h3 { margin: 0; font-size: 25px; line-height: 1.1; text-transform: uppercase; }
.process-step p { margin: 0; color: #5e6672; }

.planner-shell { display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line-dark); }
.planner-controls, .plan-output { padding: 42px; }
.planner-controls { background: var(--white); }
.planner-controls fieldset { margin: 0 0 32px; padding: 0; border: 0; }
.planner-controls legend, .field > label { display: block; margin-bottom: 13px; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { display: flex; min-height: 50px; padding: 12px 14px; align-items: center; justify-content: space-between; border: 1px solid var(--line-dark); font-size: 13px; font-weight: 750; }
.choice label::after { content: "+"; }
.choice input:checked + label { color: var(--white); background: var(--red-dark); border-color: var(--red-dark); }
.choice input:checked + label::after { content: "✓"; }
.choice input:focus-visible + label { outline: 3px solid #235da8; outline-offset: 2px; }
.field select { width: 100%; min-height: 50px; padding: 0 14px; background: var(--white); border: 1px solid var(--line-dark); }
.planner-boundary { margin: 30px 0 0; color: #6d7480; font-size: 12px; }
.plan-output { display: flex; min-height: 650px; color: var(--white); background: var(--navy); flex-direction: column; }
.output-top { display: flex; justify-content: space-between; gap: 15px; color: #8492a6; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.output-top span:last-child { color: var(--red); }
.plan-output h2 { margin: 60px 0 35px; font-size: clamp(45px, 5.5vw, 78px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.output-line { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.output-line strong { color: var(--red); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.output-line p { margin: 0; color: #bdc5d0; }
.plan-output .button { margin-top: auto; align-self: flex-start; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq-list details { border-top: 1px solid var(--line-dark); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; padding: 25px 0; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.faq-list summary::after { color: var(--red); content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: 0 0 26px; color: #5e6672; }

.results-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }
.result-card { margin: 0; border: 1px solid var(--line-dark); }
.result-card:nth-child(3), .result-card:nth-child(4) { grid-column: span 1; }
.result-card img { aspect-ratio: 1.2 / 1; object-fit: cover; }
.result-card figcaption { display: grid; grid-template-columns: .7fr 1.3fr; gap: 25px; padding: 23px; }
.result-card strong { text-transform: uppercase; }
.result-card p { margin: 0; color: #5e6672; font-size: 13px; }
.profile-photo img { min-height: 650px; object-fit: cover; }

.article-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; }
.article-nav { position: sticky; top: 130px; display: grid; }
.article-nav a { padding: 13px 0; color: #606977; border-bottom: 1px solid var(--line-dark); font-size: 12px; font-weight: 800; }
.article { padding: 0 0 70px; margin-bottom: 70px; border-bottom: 1px solid var(--line-dark); }
.article h2 { margin: 0; font-size: clamp(38px, 4vw, 65px); line-height: .96; letter-spacing: -.055em; }
.article h3 { margin-top: 34px; font-size: 24px; }
.article p, .article li { color: #505866; }
.knowledge-library {
  color: var(--white);
  background: #070b10;
}

.knowledge-library-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 7vw;
  padding-bottom: clamp(70px, 8vw, 112px);
  align-items: end;
}

.knowledge-library-head .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }

.knowledge-library-head h2 {
  margin: 0;
  font-size: clamp(52px, 6.5vw, 105px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.07em;
  text-transform: uppercase;
}

.knowledge-library-head h2 em {
  color: var(--red);
  font-family: var(--serif);
  font-weight: 400;
  text-transform: none;
}

.knowledge-library-head > p:last-child {
  max-width: 540px;
  margin: 0;
  color: #aeb7c5;
  font-size: 17px;
  line-height: 1.7;
}

.knowledge-group {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(42px, 6vw, 88px);
  padding: clamp(64px, 8vw, 100px) 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.knowledge-group-head { align-self: start; }
.knowledge-group-head .label { margin-bottom: 24px; }

.knowledge-group-head h2 {
  margin: 0;
  font-size: clamp(35px, 4vw, 55px);
  line-height: .94;
  letter-spacing: -.055em;
}

.knowledge-group-head > p:last-child {
  margin: 18px 0 0;
  color: #7f8998;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.knowledge-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.knowledge-card {
  position: relative;
  display: flex;
  min-height: 330px;
  padding: 28px;
  flex-direction: column;
  color: var(--white);
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .14);
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}

.knowledge-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 3px;
  background: var(--red);
  content: "";
}

.knowledge-card:hover { border-color: rgba(255, 52, 52, .65); transform: translateY(-3px); }

.knowledge-card > p:first-child {
  margin: 0;
  color: #8e98a8;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.knowledge-card h3 {
  margin: 72px 0 16px;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1;
  letter-spacing: -.045em;
}

.knowledge-card h3 a::after { position: absolute; inset: 0; content: ""; }

.knowledge-card h3 + p {
  margin: 0 0 26px;
  color: #aeb7c5;
  font-size: 14px;
  line-height: 1.6;
}

.knowledge-card-link {
  display: flex;
  padding-top: 17px;
  margin-top: auto;
  justify-content: space-between;
  color: #dce2ea;
  border-top: 1px solid rgba(255, 255, 255, .15);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.article-related .knowledge-card {
  min-height: 300px;
  color: #0b111a;
  background: rgba(11, 20, 35, .04);
  border-color: rgba(11, 20, 35, .14);
}

.article-related .knowledge-card > p:first-child { color: #68717d; }
.article-related .knowledge-card h3 + p { color: #545d69; }
.article-related .knowledge-card-link { color: #202731; border-color: rgba(11, 20, 35, .14); }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; }
.contact-details { display: grid; gap: 25px; }
.contact-details a, .contact-details address { padding-bottom: 19px; border-bottom: 1px solid var(--line-dark); font-size: 20px; font-weight: 750; }
.site-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding: 70px max(40px, calc((100vw - 1380px) / 2)) 30px; color: #b0bac7; background: var(--ink); border-top: 1px solid var(--line); }
.footer-brand p { max-width: 340px; font-size: 13px; }
.footer-group { display: grid; align-content: start; gap: 9px; font-size: 12px; }
.footer-group h2 { margin: 0 0 12px; color: #707b89; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-base { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 30px; margin-top: 30px; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --page: min(100% - 48px, 1000px); }
  .site-header { grid-template-columns: 220px 1fr 180px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 9px; }
  .offer-grid,
  .principles,
  .variable-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .site-header,
  .site-header.is-scrolled {
    grid-template-columns: 1fr auto;
    width: 100%;
    padding-inline: 20px;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-button {
    display: block;
  }
}

@media (max-width: 860px) {
  :root { --page: calc(100% - 40px); }
  .site-header, .site-header.is-scrolled { grid-template-columns: 1fr auto; width: 100%; padding-inline: 20px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .intro-grid,
  .proof-head,
  .builder-head,
  .explorer-head,
  .reflection-grid,
  .location-grid,
  .content-grid,
  .profile-grid,
  .faq-grid,
  .article-grid,
  .knowledge-library-head,
  .knowledge-group,
  .contact-grid { grid-template-columns: 1fr; }
  .content-aside, .article-nav { position: static; }
  .planner-shell { grid-template-columns: 1fr; }
  .explorer-shell { grid-template-columns: 1fr; }
  .stage-tabs { grid-template-columns: repeat(3, 1fr); }
  .stage-tab { grid-template-columns: 1fr; min-height: 100px; gap: 4px; padding: 15px; }
  .stage-tab strong { font-size: 18px; }
  .stage-panel { min-height: 470px; border-top: 1px solid var(--line); border-left: 0; }
  .page-hero-media { inset: 0; }
  .page-hero-media::after { background: rgba(6,8,11,.55); box-shadow: inset 0 -200px 150px var(--navy); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .knowledge-library-head .eyebrow { margin-bottom: 0; }
  .knowledge-card-grid { grid-template-columns: 1fr; }
  .knowledge-card { min-height: 290px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 30px); }
  .section { padding: 82px 0; }
  .site-header { min-height: 76px; }
  .brand-type { font-size: 12px; }
  .page-hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .eyebrow, .label { margin-bottom: 20px; }
  .display { font-size: clamp(45px, 14vw, 72px); }
  .planner-controls,
  .plan-output { padding: 28px 20px; }
  .offer-grid,
  .principles,
  .variable-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 620px; padding: 135px 20px 60px; }
  .page-hero-no-media { min-height: 520px; }
  .page-hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .stage-tabs { grid-template-columns: 1fr 1fr; }
  .stage-tab { min-height: 84px; }
  .stage-panel { min-height: 530px; padding: 55px 20px 30px; }
  .stage-panel-number { font-size: 100px; }
  .stage-output { grid-template-columns: 1fr; }
  .output-top { flex-direction: column; }
  .plan-output { min-height: 720px; }
  .output-line { grid-template-columns: 1fr; gap: 8px; }
  .choice-grid { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 45px 1fr; gap: 16px; }
  .process-step p { grid-column: 2; }
  .results-grid { grid-template-columns: 1fr; }
  .result-card figcaption { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 60px 20px 25px; }
  .footer-brand, .footer-base { grid-column: 1; }
  .footer-base { flex-direction: column; gap: 10px; }
}

@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; }
}

/* Version 8 conversion system */
.v8-home {
  color: var(--white);
  background: #05080c;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.v8-header {
  border-bottom-color: rgba(255, 255, 255, .12);
}

.menu-label {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v8-hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  min-height: 900px;
  padding: 148px max(40px, calc((100vw - 1380px) / 2)) 70px;
  background: #05080c;
}

.v8-hero-copy {
  z-index: 1;
  display: flex;
  max-width: 760px;
  padding: 56px clamp(30px, 5vw, 90px) 56px 0;
  flex-direction: column;
  justify-content: center;
}

.v8-kicker {
  margin: 0 0 24px;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.v8-hero h1,
.v8-section-head h2,
.v8-method h2,
.v8-coach h2,
.v8-start h2,
.v8-location h2,
.v8-close h2,
.enquiry-sheet h2 {
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.068em;
  text-transform: uppercase;
}

.v8-hero h1 {
  max-width: 760px;
  font-size: clamp(72px, 7.4vw, 124px);
}

.v8-hero-title-mobile,
.v8-hero-intro-mobile,
.v8-hero-review {
  display: none;
}

.v8-hero-intro {
  max-width: 630px;
  margin: 34px 0;
  color: #d8dde4;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.52;
}

.v8-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.v8-primary,
.v8-secondary {
  min-height: 54px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.v8-primary {
  display: inline-flex;
  width: max-content;
  padding: 0 24px;
  color: #fff;
  background: #c92326;
  border: 1px solid #c92326;
}

.v8-primary:hover {
  background: #c9151c;
  border-color: #c9151c;
}

.v8-secondary {
  display: inline-flex;
  width: max-content;
  padding: 0 0 2px;
  min-height: 44px;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
}

.v8-hero-media {
  position: relative;
  min-height: 680px;
  margin: 0;
  align-self: end;
  overflow: hidden;
}

.v8-hero-media img {
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: 53% center;
}

.v8-hero-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px 20px;
  color: #fff;
  background: rgba(5, 8, 12, .88);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.v8-proof,
.v8-method,
.v8-coach,
.v8-fit,
.v8-start,
.v8-location,
.v8-close {
  padding: clamp(90px, 10vw, 150px) max(40px, calc((100vw - 1380px) / 2));
}

.v8-proof {
  overflow: hidden;
  color: var(--white);
  background: #070b10;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.v8-section-head {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: 54px;
}

.v8-section-head .v8-kicker {
  grid-column: 1 / -1;
  margin-bottom: -22px;
}

.v8-section-head h2,
.v8-method h2,
.v8-coach h2,
.v8-start h2,
.v8-location h2,
.v8-close h2 {
  font-size: clamp(54px, 6.1vw, 102px);
}

.v8-section-head > p:last-child {
  max-width: 570px;
  color: #aeb7c5;
  font-size: 17px;
}

.v8-proof-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 42vw);
  gap: 18px;
  padding-bottom: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--red) rgba(255, 255, 255, .1);
  scrollbar-width: thin;
}

.v8-proof-card {
  margin: 0;
  scroll-snap-align: start;
}

.v8-proof-card img {
  aspect-ratio: 1.2 / 1;
  object-fit: contain;
  background: #0d1117;
}

.v8-proof-card figcaption {
  display: flex;
  min-height: 68px;
  padding: 17px 0;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.v8-proof-card strong,
.v8-proof-card span {
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.v8-proof-card span {
  color: #8994a4;
}

.v8-proof-foot {
  display: flex;
  margin-top: 26px;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.v8-proof-foot p {
  max-width: 760px;
  margin: 0;
  color: #aeb7c5;
}

.review-proof-section {
  padding: 0 0 clamp(80px, 9vw, 130px);
  color: var(--white);
  background: #070b10;
}

.review-proof {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(190px, .8fr));
  margin-top: clamp(42px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.review-proof-intro,
.review-source {
  display: grid;
  min-height: 180px;
  padding: 25px;
  align-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.review-proof-intro > span,
.review-source > span {
  color: #8994a4;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.review-proof-intro > strong {
  max-width: 360px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.review-source > strong {
  color: var(--white);
  font-size: clamp(48px, 5vw, 72px);
  line-height: .85;
  letter-spacing: -.06em;
}

.review-proof small {
  color: #aeb7c5;
  font-size: 11px;
}

.review-source:hover {
  background: var(--red);
}

.review-source:hover > span,
.review-source:hover small {
  color: var(--white);
}

.v8-method {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 8vw;
  color: var(--white);
  background: #0a111d;
}

.v8-method-intro > p:not(.v8-kicker) {
  max-width: 570px;
  color: #b1bac7;
  font-size: 17px;
}

.v8-method-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.v8-method-list li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  min-height: 130px;
  padding: 26px 0;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.v8-method-list li > span {
  color: var(--red);
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.v8-method-list strong {
  font-size: 24px;
  text-transform: uppercase;
}

.v8-method-list p {
  margin: 5px 0 0;
  color: #aeb7c5;
}

.v8-coach,
.v8-start,
.v8-location {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  color: #0a0d12;
  background: #f4f1ec;
}

.v8-coach figure,
.v8-start figure,
.v8-location figure {
  margin: 0;
  overflow: hidden;
}

.v8-coach figure img,
.v8-start figure img,
.v8-location figure img {
  min-height: 620px;
  object-fit: cover;
}

.v8-coach .v8-kicker,
.v8-start .v8-kicker,
.v8-location .v8-kicker {
  color: #a71e20;
}

.v8-lead {
  max-width: 650px;
  margin: 30px 0;
  color: #343b45;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.4;
}

.v8-proof-list {
  padding: 0;
  margin: 32px 0;
  list-style: none;
  border-top: 1px solid rgba(7, 12, 19, .2);
}

.v8-proof-list li {
  min-height: 58px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(7, 12, 19, .2);
  font-weight: 800;
}

.v8-small {
  max-width: 620px;
  color: #5f6772;
  font-size: 12px;
}

.v8-fit {
  color: var(--white);
  background: #05080c;
}

.v8-outcomes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  border: 0;
}

.v8-outcomes article {
  position: relative;
  min-height: 300px;
  padding: 30px 24px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .018));
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}

.v8-outcomes article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: var(--red);
  content: "";
}

.v8-outcomes article:hover {
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .028));
  border-color: rgba(237, 28, 36, .62);
  transform: translateY(-4px);
}

.v8-outcomes span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.v8-outcomes h3 {
  margin: 100px 0 16px;
  font-size: 26px;
  line-height: 1.04;
  text-transform: uppercase;
}

.v8-outcomes p {
  color: #aeb7c5;
  font-size: 14px;
}

.v8-start {
  grid-template-columns: 1.08fr .92fr;
  background: #e9e4dc;
}

.v8-start > div > p:not(.v8-kicker),
.v8-location > div > p:not(.v8-kicker) {
  max-width: 620px;
  color: #4d5560;
  font-size: 17px;
}

.v8-start .v8-primary {
  margin-top: 18px;
}

.v8-location {
  grid-template-columns: 1.05fr .95fr;
}

.v8-location address {
  margin: 32px 0;
  font-size: clamp(25px, 3vw, 45px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -.045em;
}

.v8-additional-services {
  padding: 0 max(40px, calc((100vw - 1380px) / 2)) clamp(90px, 10vw, 150px);
  color: var(--white);
  background: #f4f1ec;
}

.v8-physio-card {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(42px, 7vw, 110px);
  padding: clamp(38px, 5vw, 72px);
  background: #0a111d;
  border-top: 4px solid #ed1c24;
}

.v8-physio-heading,
.v8-physio-copy {
  min-width: 0;
}

.v8-physio-heading .v8-kicker {
  color: #ff5757;
}

.v8-physio-heading h2 {
  max-width: 430px;
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 4.6vw, 72px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.06em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.v8-physio-copy p {
  max-width: 760px;
  color: #b9c2ce;
  font-size: 17px;
  line-height: 1.65;
}

.v8-physio-copy .v8-physio-lead {
  margin-top: 0;
  color: #f5f6f8;
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.45;
  letter-spacing: -.015em;
}

.v8-physio-note {
  padding-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 13px !important;
}

.v8-close {
  position: relative;
  display: grid;
  min-height: 700px;
  place-content: center;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  background: #05080c;
}

.v8-close::before {
  position: absolute;
  inset: -45% 18% auto;
  height: 560px;
  background: radial-gradient(circle, rgba(237, 28, 36, .1), transparent 66%);
  content: "";
  pointer-events: none;
}

.v8-close > * {
  position: relative;
}

.v8-close .v8-kicker {
  display: block;
}

.v8-close h2 {
  max-width: 1180px;
  margin-inline: auto;
  font-size: clamp(70px, 8.2vw, 136px);
}

.v8-close h2 span,
.v8-close h2 em {
  display: block;
}

.v8-close h2 em {
  font-family: var(--serif);
  color: var(--red);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.065em;
  text-transform: none;
}

.v8-close > p:not(.v8-kicker) {
  margin: 28px auto;
  color: #b1bac7;
  font-size: 18px;
}

.v8-close .v8-primary {
  margin-inline: auto;
}

.v8-close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.v8-close-actions .v8-primary,
.v8-close-actions .v8-secondary {
  min-height: 58px;
  padding: 0 26px;
}

.v8-close-actions .v8-secondary {
  border: 1px solid rgba(255, 255, 255, .42);
}

.v8-close-actions .v8-secondary:hover {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .72);
}

.v8-sticky-cta {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  min-height: 64px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ed1c24;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.enquiry-sheet {
  position: fixed;
  inset: auto 0 0;
  width: min(720px, 100%);
  max-width: none;
  max-height: 94svh;
  padding: 0;
  margin: auto auto 0;
  color: #0b0f15;
  background: #f7f5f1;
  border: 0;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  box-shadow: 0 -20px 70px rgba(0, 0, 0, .35);
}

.enquiry-sheet::backdrop {
  background: rgba(1, 4, 8, .78);
}

.enquiry-sheet-inner {
  position: relative;
  max-height: 94svh;
  padding: 42px clamp(20px, 5vw, 48px) 38px;
  overflow-y: auto;
}

.enquiry-close {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 20px;
  min-width: 58px;
  min-height: 44px;
  color: #27303b;
  background: transparent;
  border: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.enquiry-sheet h2 {
  max-width: 560px;
  padding-right: 74px;
  font-size: clamp(42px, 8vw, 66px);
}

.enquiry-intro {
  margin: 16px 0 30px;
  color: #525b67;
  font-size: 17px;
}

.v8-enquiry-form {
  display: grid;
  gap: 18px;
}

.v8-enquiry-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.v8-enquiry-form legend,
.enquiry-field {
  color: #1a2028;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
}

.enquiry-goals {
  display: grid;
}

.enquiry-goals legend,
.contact-methods legend {
  margin-bottom: 10px;
}

.enquiry-goals legend span {
  color: #69727e;
  font-weight: 700;
}

.enquiry-goals label {
  position: relative;
  min-height: 50px;
}

.enquiry-goals label + label {
  margin-top: -1px;
}

.enquiry-goals input,
.contact-methods input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.enquiry-goals label > span {
  display: flex;
  min-height: 50px;
  padding: 0 44px 0 15px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(10, 16, 24, .18);
  font-size: 14px;
  font-weight: 700;
}

.enquiry-goals label > span::after {
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #707987;
  border-radius: 50%;
  content: "";
}

.enquiry-goals input:checked + span::after {
  background: #ed1c24;
  border: 4px solid #ed1c24;
  box-shadow: inset 0 0 0 3px #fff;
}

.enquiry-goals input[type="checkbox"] + span::after {
  border-radius: 3px;
}

.enquiry-goals input[type="checkbox"]:checked + span::after {
  display: grid;
  color: #fff;
  background: #ed1c24;
  border: 1px solid #ed1c24;
  box-shadow: none;
  content: "✓";
  font-size: 12px;
  place-items: center;
}

.enquiry-goal-error {
  min-height: 18px;
  margin: 8px 0 0;
  color: #a71e20;
  font-size: 12px;
  font-weight: 800;
}

.enquiry-goals input:focus-visible + span,
.contact-methods input:focus-visible + span {
  outline: 3px solid #235da8;
  outline-offset: 2px;
}

.enquiry-field {
  display: grid;
  gap: 7px;
}

.enquiry-field[hidden] {
  display: none;
}

.enquiry-field > span {
  color: #69727e;
  font-weight: 700;
}

.enquiry-field input,
.enquiry-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: #0b0f15;
  background: #fff;
  border: 1px solid rgba(10, 16, 24, .2);
  border-radius: 0;
}

.enquiry-field textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.contact-methods legend {
  grid-column: 1 / -1;
}

.contact-methods label {
  position: relative;
}

.contact-methods label > span {
  display: flex;
  min-height: 48px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(10, 16, 24, .2);
  font-size: 12px;
  font-weight: 800;
}

.contact-methods input:checked + span {
  color: #fff;
  background: #0a111d;
  border-color: #0a111d;
}

.enquiry-helper,
.enquiry-note,
.enquiry-transactional {
  margin: -7px 0 0;
  color: #626b77;
  font-size: 12px;
}

.enquiry-note {
  padding-top: 16px;
  margin-top: 0;
  border-top: 1px solid rgba(10, 16, 24, .16);
}

.enquiry-submit {
  width: 100%;
}

.enquiry-submit[disabled] {
  cursor: wait;
  opacity: .65;
}

.enquiry-trap {
  position: absolute;
  left: -10000px;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: #a1171c;
  font-weight: 800;
}

.enquiry-success {
  padding: 24px 0 12px;
}

.enquiry-success[hidden] {
  display: none;
}

.enquiry-success > p:not(.v8-kicker, .preview-notice, .enquiry-transactional) {
  max-width: 560px;
  color: #4f5864;
  font-size: 17px;
}

.preview-notice {
  padding: 12px 14px;
  color: #704e02;
  background: #fff0b8;
  border-left: 3px solid #d9a300;
  font-size: 12px;
  font-weight: 800;
}

.enquiry-summary {
  margin: 32px 0;
  border-top: 1px solid rgba(10, 16, 24, .17);
}

.enquiry-summary div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(10, 16, 24, .17);
}

.enquiry-summary dt {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.enquiry-summary dd {
  margin: 0;
  color: #4f5864;
}

.enquiry-back {
  margin-top: 26px;
}

body.dialog-open {
  overflow: hidden;
}

body.dialog-open .v8-sticky-cta {
  display: none;
}

@media (max-width: 1050px) {
  .v8-hero { grid-template-columns: 1fr 1fr; }
  .v8-hero h1 { font-size: clamp(64px, 8.2vw, 90px); }
  .v8-section-head { grid-template-columns: 1fr; }
  .v8-section-head .v8-kicker { margin-bottom: -18px; }
  .v8-outcomes { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1240px) and (min-width: 861px) {
  .v8-header,
  .v8-header.is-scrolled {
    grid-template-columns: 1fr auto;
    width: 100%;
    padding-inline: 32px;
  }
  .v8-header .desktop-nav,
  .v8-header .header-cta {
    display: none;
  }
  .v8-header .menu-button {
    display: block;
  }
}

@media (max-width: 860px) {
  .brand-logo { width: 38px; height: 38px; }
  .v8-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 118px 20px 0;
  }
  .v8-hero-copy {
    max-width: none;
    padding: 32px 0 38px;
  }
  .v8-hero-media {
    min-height: 390px;
  }
  .v8-hero-media img {
    min-height: 390px;
  }
  .v8-section-head,
  .v8-method,
  .v8-coach,
  .v8-start,
  .v8-location {
    grid-template-columns: 1fr;
  }
  .v8-physio-card {
    grid-template-columns: minmax(0, 1fr);
  }
  .v8-coach figure,
  .v8-start figure,
  .v8-location figure {
    order: 2;
  }
  .v8-coach figure img,
  .v8-start figure img,
  .v8-location figure img {
    min-height: 460px;
  }
  .review-proof {
    grid-template-columns: 1fr 1fr;
  }
  .review-proof-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .v8-home {
    padding-bottom: 64px;
  }
  .v8-home .v8-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 70px;
    transform: none;
    background: #05080c;
    border-bottom-color: rgba(255, 255, 255, .16);
    backdrop-filter: none;
  }
  .v8-home .v8-header.is-scrolled {
    position: sticky;
    top: 0;
    left: 0;
    min-height: 64px;
    transform: none;
    background: rgba(5, 8, 12, .96);
    backdrop-filter: saturate(120%) blur(12px);
  }
  .v8-home .v8-header .brand-logo {
    width: 40px;
    height: 40px;
  }
  .v8-home .v8-header .brand-type {
    font-size: 13px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .9);
  }
  .v8-home .v8-header .menu-button {
    color: #f8f7f4;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .v8-home .v8-header .brand-type small {
    max-width: 180px;
    font-size: 6px;
    letter-spacing: .2em;
  }
  .v8-hero {
    padding: 0 20px 30px;
  }
  .v8-hero-copy {
    padding: 20px 0 0;
  }
  .v8-kicker {
    margin-bottom: 18px;
    font-size: 9px;
  }
  .v8-hero h1 {
    max-width: 355px;
    font-size: inherit;
    line-height: 1;
  }
  .v8-hero-title-lead {
    display: block;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(46px, 12.4vw, 50px);
    font-weight: 900;
    line-height: .88;
    letter-spacing: -.065em;
    text-transform: uppercase;
  }
  .v8-hero-title-mobile em {
    display: block;
    max-width: 350px;
    margin-top: 10px;
    color: #dd352f;
    font-family: var(--serif);
    font-size: clamp(43px, 11.8vw, 49px);
    font-style: italic;
    font-weight: 400;
    line-height: .91;
    letter-spacing: -.055em;
    text-transform: none;
  }
  .v8-hero-intro {
    margin: 22px 0 22px;
    font-size: 16px;
    line-height: 1.48;
  }
  .v8-hero-actions {
    display: grid;
    gap: 6px;
  }
  .v8-hero-actions .v8-primary {
    width: 100%;
  }
  .v8-hero-actions .v8-secondary {
    justify-self: center;
    min-height: 36px;
  }
  .v8-hero-media {
    order: -1;
    height: clamp(330px, 40svh, 340px);
    min-height: 0;
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
  .v8-hero-media::after {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 -72px 54px #05080c;
    content: "";
    pointer-events: none;
  }
  .v8-hero-media img {
    height: 100%;
    min-height: 0;
    object-position: 52% center;
  }
  .v8-hero-media figcaption {
    display: none;
  }
  .v8-hero-title-desktop,
  .v8-hero-intro-desktop {
    display: none;
  }
  .v8-hero-title-mobile,
  .v8-hero-intro-mobile {
    display: inline;
  }
  .v8-hero-review {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    margin-top: 12px;
    color: #c3cad4;
    border-top: 1px solid rgba(255, 255, 255, .18);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .v8-hero-review span {
    color: var(--red);
  }
  .v8-proof,
  .v8-method,
  .v8-coach,
  .v8-fit,
  .v8-start,
  .v8-location,
  .v8-close {
    padding: 82px 20px;
  }
  .v8-additional-services {
    padding: 0 20px 82px;
  }
  .v8-physio-card {
    gap: 34px;
    padding: 34px 24px;
  }
  .v8-physio-heading h2 {
    font-size: clamp(30px, 9.5vw, 42px);
    letter-spacing: -.075em;
  }
  .v8-physio-copy p {
    font-size: 16px;
  }
  .v8-close {
    min-height: auto;
    padding-block: 96px;
  }
  .v8-close-actions {
    display: grid;
    width: 100%;
  }
  .v8-close-actions .v8-primary,
  .v8-close-actions .v8-secondary {
    width: 100%;
  }
  .v8-section-head {
    margin-bottom: 34px;
  }
  .v8-section-head h2,
  .v8-method h2,
  .v8-coach h2,
  .v8-start h2,
  .v8-location h2,
  .v8-close h2 {
    font-size: clamp(46px, 13.2vw, 62px);
  }
  .v8-proof-rail {
    grid-auto-columns: 86%;
    gap: 12px;
    margin-right: -20px;
  }
  .v8-proof-card img {
    aspect-ratio: 1 / 1;
  }
  .v8-proof-foot {
    display: grid;
  }
  .review-proof {
    grid-template-columns: 1fr;
  }
  .review-proof-intro {
    grid-column: auto;
  }
  .review-proof-intro,
  .review-source {
    min-height: 150px;
  }
  .v8-method-list {
    margin-top: 42px;
  }
  .v8-method-list li {
    grid-template-columns: 72px 1fr;
    min-height: 112px;
  }
  .v8-method-list li > span {
    font-size: 43px;
  }
  .v8-coach figure,
  .v8-start figure,
  .v8-location figure {
    margin: 38px -20px -82px;
  }
  .v8-coach figure img,
  .v8-start figure img,
  .v8-location figure img {
    min-height: 430px;
  }
  .v8-outcomes {
    grid-template-columns: 1fr;
  }
  .v8-outcomes article {
    min-height: 196px;
    padding: 24px 22px;
  }
  .v8-outcomes h3 {
    margin-top: 38px;
  }
  .qualification-note { max-width: none; }
  .qualification-group { margin-top: 34px; }
  .qualification-list li { grid-template-columns: 30px minmax(0,1fr); gap: 12px; min-height: 0; padding: 16px 0; }
  .qualification-list small { grid-column: 2; margin-top: -5px; }
  .v8-sticky-cta {
    display: flex;
    transform: translateY(100%);
    visibility: hidden;
    transition: transform .24s ease, visibility .24s;
  }
  .v8-sticky-cta.is-visible {
    transform: translateY(0);
    visibility: visible;
  }
  .site-footer {
    padding-bottom: 90px;
  }
  .enquiry-sheet {
    max-height: 96svh;
    border-radius: 14px 14px 0 0;
  }
  .enquiry-sheet-inner {
    max-height: 96svh;
    padding: 42px 20px 28px;
  }
  .enquiry-sheet h2 {
    font-size: 44px;
  }
  .contact-methods {
    grid-template-columns: 1fr;
  }
  .enquiry-summary div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
