:root {
  --ink: #11120f;
  --ink-2: #191a16;
  --paper: #f2f0e9;
  --paper-2: #e9e6dc;
  --white: #fbfaf5;
  --muted: #686a62;
  --line: rgba(17, 18, 15, .17);
  --line-dark: rgba(242, 240, 233, .21);
  --accent: #c8ff2e;
  --accent-soft: #e2ff92;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", "Helvetica Neue", sans-serif;
  --max: 1320px;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--ink); }
.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; left: 1rem; top: -5rem; z-index: 200; background: var(--accent); padding: .8rem 1rem; color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; height: 82px; z-index: 100; color: var(--ink); transition: background .25s, border-color .25s, color .25s; }
.site-header.is-scrolled { background: rgba(242,240,233,.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.dark-header { color: var(--paper); }
.dark-header.is-scrolled { background: rgba(17,18,15,.92); border-bottom-color: var(--line-dark); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; font: 600 1rem/1 var(--display); letter-spacing: .04em; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; letter-spacing: .06em; }
.brand-copy small { margin-top: 4px; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; opacity: .62; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; border-bottom: 1px solid; transition: right .25s var(--ease); }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; border-top: 1px solid currentColor; margin: 6px 0; transition: transform .2s, opacity .2s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; border: 1px solid transparent; border-radius: 2px; font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-solid { background: var(--ink); color: var(--white); }
.button-solid:hover { background: var(--accent); color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--accent); }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-text { padding: 0; min-height: 0; border: 0; justify-content: flex-start; }
.button-text:hover { transform: translateX(4px); }
.light-text { color: var(--paper); }

.hero { min-height: 100vh; padding-top: 82px; overflow: hidden; }
.hero-grid { min-height: calc(100vh - 132px); display: grid; grid-template-columns: 1.07fr .93fr; align-items: stretch; }
.hero-copy { padding: 80px 8vw 70px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 38px; border-top: 1px solid; }
.eyebrow.light { color: var(--paper); }
.hero h1, .employer-hero h1 { max-width: 760px; margin: 0; font: 500 clamp(4.4rem, 8.2vw, 8.8rem)/.82 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.4px var(--ink); font-style: normal; }
.hero-lead { max-width: 660px; margin: 38px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; color: #464840; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; margin: 70px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 2px; }
.hero-proof dt { font: 600 2rem/1 var(--display); }
.hero-proof dd { margin: 0; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; background: var(--ink); min-height: 720px; overflow: hidden; }
.hero-photo { height: 100%; margin: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: none; opacity: 1; }
.hero-photo::after { content: none; }
.hero-note { position: absolute; z-index: 2; left: 34px; bottom: 34px; right: 34px; display: flex; align-items: flex-end; gap: 18px; color: var(--white); }
.note-index { font: 500 .72rem/1 var(--body); border: 1px solid rgba(255,255,255,.45); padding: 7px 10px; }
.hero-note p { margin: 0; font: 500 1.55rem/1.08 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.hero-line { position: absolute; top: 23px; right: 23px; width: 94px; height: 94px; border-top: 1px solid var(--accent); border-right: 1px solid var(--accent); }
.ticker {
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--accent);
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  font: 600 .77rem/1 var(--body);
  letter-spacing: .16em;
}
.ticker-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  will-change: transform;
  animation: ticker-scroll var(--ticker-duration, 28s) linear infinite;
}
.ticker-set {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
  min-width: 100vw;
}
.ticker-item { display: inline-flex; align-items: center; flex: 0 0 auto; }
.ticker-item::after { content: "—"; margin: 0 28px; }
@keyframes ticker-scroll { to { transform: translate3d(-50%, 0, 0); } }
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; transform: none; }
}

.section { padding-block: 112px; }
.section-index { margin-bottom: 24px; color: var(--muted); font: 700 .66rem/1 var(--body); letter-spacing: .18em; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1fr 2.2fr 1.2fr; gap: 48px; align-items: start; }
h2 { margin: 0; font: 500 clamp(3.2rem, 6.2vw, 6.6rem)/.88 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.intro-copy p { margin: 0; color: #464840; line-height: 1.85; }
.text-link { display: inline-flex; gap: 18px; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.method-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-strip article { min-height: 280px; padding: 28px 26px 34px; border-right: 1px solid var(--line); }
.method-strip article:last-child { border-right: 0; }
.method-strip span, .metric > span, .value-list article > span { font-size: .67rem; letter-spacing: .15em; color: var(--muted); }
.method-strip h3 { margin: 56px 0 14px; font: 500 2rem/1 var(--display); text-transform: uppercase; }
.method-strip p { margin: 0; color: var(--muted); font-size: .9rem; }

.services { background: var(--ink); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr auto; gap: 36px; align-items: end; margin-bottom: 64px; }
.section-heading .section-index { color: rgba(242,240,233,.52); align-self: start; }
.section-heading h2 { max-width: 850px; }
.section-heading p { margin: 22px 0 0; max-width: 620px; color: rgba(242,240,233,.65); }
.currency-control { display: flex; border: 1px solid var(--line-dark); }
.currency-control button { padding: 10px 15px; border: 0; background: transparent; color: var(--paper); font-size: .7rem; font-weight: 700; cursor: pointer; }
.currency-control button.is-active { background: var(--accent); color: var(--ink); }
.service-list { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 70px 1.25fr 1fr 190px; gap: 30px; padding: 38px 0; align-items: start; border-bottom: 1px solid var(--line-dark); }
.service-row.featured { position: relative; }
.service-row.featured::before { content: ""; position: absolute; left: -24px; top: 0; bottom: 0; width: 3px; background: var(--accent); }
.service-num { font: 500 .72rem/1 var(--body); color: rgba(242,240,233,.48); }
.service-label { margin: 0 0 6px !important; color: var(--accent) !important; font-size: .63rem !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-main h3 { margin: 0 0 13px; font: 500 2.2rem/1 var(--display); text-transform: uppercase; }
.service-main p { margin: 0; color: rgba(242,240,233,.62); font-size: .88rem; max-width: 470px; }
.service-row ul { list-style: none; margin: 28px 0 0; padding: 0; color: rgba(242,240,233,.78); font-size: .84rem; }
.service-row li { padding: 7px 0; border-bottom: 1px solid rgba(242,240,233,.09); }
.service-price { text-align: right; }
.service-price .price { display: block; font: 500 2.15rem/1 var(--display); text-transform: uppercase; }
.service-price small { display: block; margin-top: 7px; color: rgba(242,240,233,.46); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.service-price a { display: inline-flex; gap: 12px; margin-top: 32px; color: var(--accent); font-size: .71rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-note { margin-top: 20px; color: rgba(242,240,233,.46); font-size: .7rem; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(1) contrast(1.02); }
.photo-caption { position: absolute; left: 0; right: 18%; bottom: 0; transform: translateY(50%); background: var(--accent); padding: 20px 24px; display: grid; }
.photo-caption span { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.photo-caption strong { font: 500 1.45rem/1.1 var(--display); text-transform: uppercase; }
.about-copy h2 { max-width: 800px; }
.about-lead { margin: 38px 0 18px; font-size: 1.15rem; color: #34362f; }
.about-copy > p:not(.about-lead) { color: var(--muted); }
.credential-list { margin-top: 44px; border-top: 1px solid var(--line); }
.credential-list div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.credential-list span { font-size: .63rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }
.credential-list strong { font-size: .87rem; font-weight: 600; }

.results-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.results-copy, .metric { min-height: 300px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.results-copy { grid-row: span 2; }
.results-copy h2 { font-size: clamp(3.4rem,5vw,5.6rem); }
.results-copy p { max-width: 570px; color: var(--muted); margin-top: 32px; }
.metric { display: flex; flex-direction: column; justify-content: space-between; }
.metric strong { margin-top: auto; font: 500 1.8rem/1 var(--display); text-transform: uppercase; }
.metric p { margin: 10px 0 0; color: var(--muted); font-size: .83rem; }
.disclaimer { margin-top: 24px; padding-left: 18px; border-left: 2px solid var(--accent); color: var(--muted); font-size: .76rem; }

.employer-callout { background: var(--accent); }
.employer-grid { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 48px; align-items: end; }
.employer-grid .section-index { color: rgba(17,18,15,.62); }
.employer-grid h2 { font-size: clamp(3rem,5vw,5.4rem); }
.employer-grid p { margin: 0; max-width: 460px; }

.apply-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.apply-grid > div > p { max-width: 560px; margin-top: 28px; color: var(--muted); }
.apply-steps { list-style: none; margin: 48px 0 0; padding: 0; border-top: 1px solid var(--line); }
.apply-steps li { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.apply-steps span { width: 25px; height: 25px; display: grid; place-items: center; background: var(--ink); color: var(--white); font-size: .65rem; }
.apply-form { display: grid; gap: 20px; padding: 40px; background: var(--white); border: 1px solid var(--line); }
.field { display: grid; gap: 16px; }
.field.two-col { grid-template-columns: 1fr 1fr; }
label { display: grid; gap: 8px; font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); padding: 12px 2px; outline: none; border-radius: 0; }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--ink); box-shadow: 0 2px 0 var(--accent); }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; font-size: .66rem; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-transform: none; color: var(--muted); }
.consent input { width: 16px; height: 16px; margin-top: 2px; }
.form-submit { margin-top: 8px; }
.form-note { margin: 0; color: var(--muted); font-size: .65rem; }
.form-success { padding: 13px 15px; background: var(--accent-soft); font-size: .78rem; }

.site-footer { padding: 76px 0 24px; background: var(--ink); color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; padding-bottom: 70px; }
.footer-top > p { margin: 0; font: 500 2.1rem/1.05 var(--display); text-transform: uppercase; }
.footer-links { display: grid; justify-content: end; gap: 8px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { padding-top: 18px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 18px; color: rgba(242,240,233,.52); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }

/* Employer page */
.employer-page { background: var(--paper); }
.employer-hero { min-height: 100vh; padding-top: 82px; background: var(--ink); color: var(--paper); }
.employer-hero-grid { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 6vw; align-items: center; }
.employer-hero h1 { max-width: 880px; }
.employer-hero p:not(.eyebrow) { max-width: 650px; margin-top: 34px; color: rgba(242,240,233,.65); font-size: 1.12rem; }
.employer-hero figure { height: calc(100vh - 130px); margin: 0; border-left: 1px solid var(--line-dark); }
.employer-hero figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }
.profile-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.profile-heading p { margin: 0; text-align: right; color: var(--muted); }
.profile-facts { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.profile-facts > div { min-height: 220px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-facts span { font-size: .63rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }
.profile-facts strong { display: block; margin-top: 48px; font: 500 1.8rem/1 var(--display); text-transform: uppercase; }
.profile-facts p { color: var(--muted); font-size: .8rem; }
.value-section { background: var(--white); }
.value-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.value-list { border-top: 1px solid var(--line); }
.value-list article { display: grid; grid-template-columns: 50px 1fr 1.3fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; }
.value-list h3 { margin: 0; font: 500 1.5rem/1 var(--display); text-transform: uppercase; }
.value-list p { margin: 0; color: var(--muted); font-size: .84rem; }
.opportunity-section { background: var(--accent); }
.opportunity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.opportunity-grid p { margin: 0; }
.opportunity-grid ul { margin-top: 30px; padding-left: 20px; }
.cv-note { padding-left: 16px; border-left: 2px solid var(--accent); font-size: .78rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 5vw; }
  .hero h1 { font-size: clamp(4rem,7.8vw,7rem); }
  .intro-grid { grid-template-columns: 1fr 2fr; }
  .intro-copy { grid-column: 2; }
  .method-strip { grid-template-columns: repeat(2,1fr); }
  .method-strip article:nth-child(2) { border-right: 0; }
  .method-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-row { grid-template-columns: 50px 1fr 180px; }
  .service-row ul { grid-column: 2; margin-top: 0; }
  .service-price { grid-column: 3; grid-row: 1 / span 2; }
  .about-grid { gap: 6vw; }
  .results-grid { grid-template-columns: 1.2fr 1fr; }
  .results-copy { grid-row: span 4; }
  .employer-grid { grid-template-columns: 1fr 1fr; }
  .employer-grid .button { grid-column: 2; justify-self: start; }
  .employer-hero-grid { gap: 4vw; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .site-header { height: 70px; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 80px 28px; background: var(--ink); color: var(--paper); transform: translateX(100%); transition: transform .35s var(--ease); font-size: 1rem; }
  .site-nav.is-open { transform: none; }
  .menu-toggle.is-open { color: var(--paper); }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .employer-hero { padding-top: 70px; }
  .hero-grid, .employer-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 60px; }
  .hero h1, .employer-hero h1 { font-size: clamp(4rem,17vw,7rem); }
  .hero-visual { min-height: 620px; }
  .section { padding-block: 82px; }
  .intro-grid, .section-heading, .about-grid, .apply-grid, .profile-heading, .value-grid, .opportunity-grid { grid-template-columns: 1fr; }
  .intro-copy { grid-column: auto; }
  .section-heading { align-items: start; }
  .currency-control { width: fit-content; }
  .about-photo { max-width: 560px; margin-bottom: 50px; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .results-copy { grid-column: 1/-1; grid-row: auto; min-height: 360px; }
  .employer-grid { grid-template-columns: 1fr; align-items: start; }
  .employer-grid .button { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; }
  .footer-bottom { flex-direction: column; }
  .employer-hero figure { height: 620px; border-left: 0; }
  .profile-heading p { text-align: left; }
  .profile-facts { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 590px) {
  .brand-copy small { display: none; }
  .hero-copy { padding-top: 50px; }
  .hero-lead { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; gap: 18px; }
  .hero-proof div { grid-template-columns: 70px 1fr; align-items: baseline; }
  .hero-visual { min-height: 520px; }
  .method-strip { grid-template-columns: 1fr; }
  .method-strip article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 230px; }
  .method-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-row { grid-template-columns: 34px 1fr; gap: 18px; }
  .service-row ul, .service-price { grid-column: 2; grid-row: auto; text-align: left; }
  .service-price { display: grid; grid-template-columns: 1fr auto; align-items: end; }
  .service-price small { grid-column: 1; }
  .service-price a { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
  .service-row.featured::before { left: -15px; }
  .about-copy h2, h2 { font-size: clamp(3rem,15vw,5rem); }
  .credential-list div { grid-template-columns: 1fr; gap: 4px; }
  .results-grid { grid-template-columns: 1fr; }
  .results-copy, .metric { min-height: 250px; }
  .field.two-col { grid-template-columns: 1fr; }
  .apply-form { padding: 24px 18px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; grid-row: auto; justify-content: start; }
  .profile-facts { grid-template-columns: 1fr; }
  .value-list article { grid-template-columns: 38px 1fr; }
  .value-list p { grid-column: 2; }
}

/* Version 2: content structure, photo system and interactive results */
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
body { overflow-x: hidden; }
.site-nav { gap: 22px; }
.hero h1 { max-width: 820px; font-size: clamp(4.1rem, 7.3vw, 8rem); }
.hero h1 em { display: inline; }
.hero-photo img { object-position: center 18%; }

.fit-section { background: var(--paper-2); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.fit-grid h2 { font-size: clamp(3.2rem, 5.3vw, 5.8rem); }
.fit-cards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fit-cards article { min-height: 250px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fit-cards article > span { color: var(--muted); font-size: .65rem; letter-spacing: .14em; }
.fit-cards h3 { margin: auto 0 12px; font: 500 1.9rem/1 var(--display); text-transform: uppercase; }
.fit-cards p { margin: 0; color: var(--muted); font-size: .84rem; }

.results { background: var(--paper); }
.results-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 48px; align-items: start; margin-bottom: 60px; }
.results-heading h2 { max-width: 980px; }
.results-heading p { max-width: 720px; margin: 26px 0 0; color: var(--muted); font-size: 1rem; }
.case-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.case-tabs button { padding: 12px 16px; border: 1px solid var(--line); background: transparent; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.case-tabs button.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }

.result-case { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); min-height: 700px; background: var(--ink); color: var(--paper); }
.comparison { --position: 50%; position: relative; min-height: 700px; overflow: hidden; background: #292a25; isolation: isolate; }
.comparison-image { position: absolute; inset: 0; }
.comparison-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.8) contrast(1.06); }
.comparison-after { clip-path: inset(0 0 0 var(--position)); }
.comparison-label { position: absolute; z-index: 4; top: 22px; padding: 8px 11px; background: rgba(17,18,15,.78); color: var(--white); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.comparison-label-before { left: 22px; }
.comparison-label-after { right: 22px; }
.comparison-divider { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 2px; transform: translateX(-1px); background: var(--accent); pointer-events: none; }
.comparison-divider span { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: var(--accent); color: var(--ink); font-size: 1.1rem; font-weight: 700; box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.comparison-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; opacity: 0; cursor: ew-resize; }
.comparison-range:focus-visible { opacity: .001; outline: 4px solid var(--accent); outline-offset: -6px; }

.result-story { display: flex; flex-direction: column; padding: clamp(34px, 5vw, 70px); }
.result-kicker { margin: 0 0 10px; color: var(--accent); font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.result-story h3 { margin: 0; font: 500 clamp(3rem, 4.4vw, 5.3rem)/.88 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.result-summary { margin: 28px 0 0; color: rgba(242,240,233,.7); }
.result-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.result-facts div { min-height: 120px; padding: 18px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.result-facts dt { color: rgba(242,240,233,.45); font-size: .59rem; letter-spacing: .1em; text-transform: uppercase; }
.result-facts dd { margin: 20px 0 0; font: 500 1.25rem/1.05 var(--display); text-transform: uppercase; }
.result-narrative { margin-top: 34px; border-top: 1px solid var(--line-dark); }
.result-narrative > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.result-narrative span { color: rgba(242,240,233,.45); font-size: .6rem; letter-spacing: .09em; text-transform: uppercase; }
.result-narrative p { margin: 0; color: rgba(242,240,233,.78); font-size: .8rem; }
.result-disclaimer { margin: auto 0 0; padding-top: 28px; color: rgba(242,240,233,.45); font-size: .68rem; }

.tracking-grid { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.tracking-grid > * { min-height: 245px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tracking-intro { background: var(--white); }
.tracking-intro h3 { margin: 0; font: 500 2.6rem/1 var(--display); text-transform: uppercase; }
.tracking-intro p { margin: 24px 0 0; color: var(--muted); font-size: .82rem; }
.tracking-grid article { display: flex; flex-direction: column; }
.tracking-grid article span { color: var(--muted); font-size: .64rem; letter-spacing: .13em; }
.tracking-grid article strong { margin-top: auto; font: 500 1.55rem/1 var(--display); text-transform: uppercase; }
.tracking-grid article p { margin: 10px 0 0; color: var(--muted); font-size: .76rem; }
.results-note { margin-top: 26px; padding: 24px 28px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: start; background: var(--accent); }
.results-note strong { font: 500 1.55rem/1.05 var(--display); text-transform: uppercase; }
.results-note p { margin: 0; font-size: .82rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; list-style: none; cursor: pointer; font: 500 1.45rem/1.1 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font: 400 1.6rem/1 var(--display); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: 0; padding: 0 48px 24px 0; color: var(--muted); font-size: .88rem; }

@media (max-width: 1180px) {
  .site-nav { gap: 15px; font-size: .7rem; }
  .result-case { grid-template-columns: 1fr 1fr; }
  .tracking-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .tracking-intro { grid-row: span 2; }
}

@media (max-width: 900px) {
  .fit-grid, .results-heading, .faq-grid { grid-template-columns: 1fr; }
  .fit-grid { gap: 50px; }
  .result-case { grid-template-columns: 1fr; }
  .comparison { min-height: min(760px, 120vw); }
  .result-story { min-height: auto; }
  .tracking-grid { grid-template-columns: 1fr 1fr; }
  .tracking-intro { grid-column: 1 / -1; grid-row: auto; min-height: auto; }
  .results-note { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 590px) {
  .hero h1 { font-size: clamp(3.75rem, 16vw, 5.6rem); }
  .fit-cards { grid-template-columns: 1fr; }
  .fit-cards article { min-height: 220px; }
  .comparison { min-height: 132vw; max-height: 680px; }
  .result-story { padding: 34px 22px; }
  .result-facts { grid-template-columns: 1fr; }
  .result-facts div { min-height: 90px; }
  .result-facts dd { margin-top: 12px; }
  .result-narrative > div { grid-template-columns: 1fr; gap: 5px; }
  .result-disclaimer { margin-top: 28px; }
  .tracking-grid { grid-template-columns: 1fr; }
  .tracking-intro { grid-column: auto; }
  .tracking-grid > * { min-height: 210px; }
  .results-note { padding: 22px; }
}

/* CMS additions */
.result-case[hidden] { display: none !important; }

/* CMS Patch 004: dedicated content pages + editable navigation */
.page-hero { padding-top: 82px; background: var(--ink); color: var(--paper); }
.page-hero-grid { min-height: 68vh; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: stretch; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 88px 0 76px; }
.page-hero h1 { max-width: 820px; margin: 0; font: 500 clamp(4.2rem, 7.3vw, 7.8rem)/.84 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.page-hero-lead { max-width: 690px; margin: 34px 0 0; color: rgba(242,240,233,.68); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7; }
.page-hero-media { min-height: 620px; margin: 0; overflow: hidden; border-left: 1px solid var(--line-dark); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(.75) contrast(1.06); }
.page-hero-accent { min-height: 520px; display: grid; place-items: end; padding: 42px; border-left: 1px solid var(--line-dark); background: linear-gradient(145deg, var(--ink-2), #22251d); overflow: hidden; }
.page-hero-accent span { color: var(--accent); font: 500 clamp(7rem, 15vw, 14rem)/.75 var(--display); letter-spacing: -.04em; opacity: .9; }
.content-page .section:first-of-type { border-top: 1px solid var(--line-dark); }

@media (max-width: 900px) {
  .page-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .page-hero-copy { padding: 72px 0 58px; }
  .page-hero-media, .page-hero-accent { min-height: 520px; border-left: 0; border-top: 1px solid var(--line-dark); }
}

@media (max-width: 590px) {
  .page-hero { padding-top: 70px; }
  .page-hero h1 { font-size: clamp(3.5rem, 16vw, 5.2rem); }
  .page-hero-media, .page-hero-accent { min-height: 410px; }
}

/* Patch 005: dedicated Results page cards */
.results-cards-page { background: var(--paper); }
.results-cards-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; align-items: start; margin-bottom: 34px; }
.results-cards-heading p { max-width: 720px; margin: 0; color: var(--muted); font-size: .9rem; }
.result-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.result-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.result-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(17,18,15,.09); }
.result-card-comparison { min-height: 0; aspect-ratio: 4 / 5; border-bottom: 1px solid var(--line); }
.result-card-comparison .comparison-image img { object-position: center 30%; }
.result-card-comparison .comparison-label { top: 16px; padding: 7px 9px; font-size: .56rem; }
.result-card-comparison .comparison-label-before { left: 16px; }
.result-card-comparison .comparison-label-after { right: 16px; }
.result-card-comparison .comparison-divider span { width: 42px; height: 42px; font-size: .95rem; }
.result-card-copy { padding: 24px; }
.result-card-topline { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.result-card-copy h2 { margin: 18px 0 0; font: 500 clamp(2.25rem, 3.2vw, 3.6rem)/.9 var(--display); text-transform: uppercase; letter-spacing: -.02em; }
.result-card-copy > p { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.result-card-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.result-card-facts div { min-width: 0; min-height: 88px; padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.result-card-facts dt { color: var(--muted); font-size: .5rem; letter-spacing: .08em; text-transform: uppercase; }
.result-card-facts dd { margin: 12px 0 0; font: 500 1rem/1 var(--display); text-transform: uppercase; overflow-wrap: anywhere; }
.result-card-copy .result-card-disclaimer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .64rem; }
.results-empty { padding: 32px; border: 1px solid var(--line); background: var(--white); }
.results-empty strong { font: 500 1.8rem/1 var(--display); text-transform: uppercase; }
.results-empty p { margin: 12px 0 0; color: var(--muted); }
.results-cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-top: 60px; padding: clamp(34px, 5vw, 68px); background: var(--ink); color: var(--paper); }
.results-cta > div > span { display: block; margin-bottom: 18px; color: var(--accent); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.results-cta h2 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 5.4vw, 6.2rem); }
.results-cta-action { display: flex; flex-direction: column; align-items: flex-start; }
.results-cta-action p { margin: 0 0 28px; color: rgba(242,240,233,.7); font-size: .88rem; }
.results-cta .button-accent { background: var(--accent); color: var(--ink); border-color: var(--accent); }

@media (max-width: 1050px) {
  .result-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .result-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 9px); }
}

@media (max-width: 820px) {
  .results-cards-heading, .results-cta { grid-template-columns: 1fr; gap: 28px; }
  .result-card-grid { grid-template-columns: 1fr; }
  .result-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
  .result-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .result-card-comparison { border-bottom: 0; border-right: 1px solid var(--line); }
}

@media (max-width: 590px) {
  .results-cards-heading { margin-bottom: 24px; }
  .result-card { display: block; }
  .result-card-comparison { border-right: 0; border-bottom: 1px solid var(--line); }
  .result-card-copy { padding: 20px; }
  .result-card-facts { grid-template-columns: 1fr; }
  .result-card-facts div { min-height: 0; }
  .results-cta { margin-top: 36px; padding: 28px 22px; }
}

/* Patch 006: dedicated FAQ accordion cards + CTA */
.faq-cards-page { background: var(--paper); }
.faq-cards-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(54px, 8vw, 120px); align-items: start; }
.faq-cards-copy { position: sticky; top: 120px; }
.faq-cards-copy h2 { max-width: 620px; margin: 26px 0 0; font: 500 clamp(3.3rem, 5.2vw, 6.1rem)/.88 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.faq-cards-copy > p { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.faq-cards-count { display: inline-flex; margin-top: 34px; padding: 9px 12px; border: 1px solid var(--line); color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.faq-card-list { display: grid; gap: 12px; }
.faq-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease); }
.faq-card:hover { transform: translateY(-2px); border-color: rgba(17,18,15,.28); box-shadow: 0 18px 44px rgba(17,18,15,.06); }
.faq-card[open] { border-color: var(--ink); box-shadow: 0 22px 52px rgba(17,18,15,.07); }
.faq-card summary { display: grid; grid-template-columns: 52px minmax(0, 1fr) 42px; gap: 20px; align-items: center; min-height: 108px; padding: 22px 24px; list-style: none; cursor: pointer; }
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card-number { align-self: start; padding-top: 5px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .12em; }
.faq-card-question { max-width: 760px; font: 500 clamp(1.55rem, 2.2vw, 2.35rem)/1 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.faq-card-toggle { position: relative; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; transition: background .25s var(--ease), border-color .25s var(--ease), transform .3s var(--ease); }
.faq-card-toggle i { position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform .25s var(--ease), opacity .25s var(--ease); }
.faq-card-toggle i + i { transform: translate(-50%, -50%) rotate(90deg); }
.faq-card[open] .faq-card-toggle { background: var(--ink); border-color: var(--ink); color: var(--paper); transform: rotate(180deg); }
.faq-card[open] .faq-card-toggle i + i { opacity: 0; }
.faq-card-answer { padding: 0 88px 30px 96px; }
.faq-card-answer::before { content: ""; display: block; height: 1px; margin-bottom: 25px; background: var(--line); }
.faq-card-answer p { max-width: 740px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.faq-page-cta { margin-top: clamp(54px, 7vw, 92px); }

@media (max-width: 900px) {
  .faq-cards-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-cards-copy { position: static; }
  .faq-cards-copy h2 { max-width: 760px; }
}

@media (max-width: 590px) {
  .faq-card-list { gap: 8px; }
  .faq-card summary { grid-template-columns: 34px minmax(0, 1fr) 36px; gap: 12px; min-height: 92px; padding: 18px 16px; }
  .faq-card-number { font-size: .52rem; }
  .faq-card-question { font-size: clamp(1.35rem, 7vw, 1.8rem); }
  .faq-card-toggle { width: 36px; height: 36px; }
  .faq-card-answer { padding: 0 16px 22px 62px; }
  .faq-card-answer::before { margin-bottom: 18px; }
  .faq-card-answer p { font-size: .82rem; }
  .faq-page-cta { margin-top: 36px; }
}

/* Patch 007: admin-managed global logo */
.brand-logo { width: 40px; height: 40px; flex: 0 0 40px; display: flex; align-items: center; justify-content: center; }
.brand-logo .brand-mark { width: 40px; height: 40px; }
.brand-logo-image { display: block; width: auto; height: auto; max-width: 40px; max-height: 40px; object-fit: contain; }
.brand-logo-image--auto-invert { filter: brightness(0) invert(1); }

/* Hero image: show original framing without zoom/crop */
.hero-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ink);
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    filter: none;
    opacity: 1;
}

.hero-photo::after {
    content: none;
}

/* HERO FIFA CARD 009 START */

/*
 * Interactive hero card.
 * The photo keeps its original framing.
 * Empty space around a short image uses the site's paper colour.
 */

.hero-visual[data-hero-card] {
    --hero-rx: 0deg;
    --hero-ry: 0deg;
    --hero-scale: 1;
    --hero-shine-x: 50%;
    --hero-shine-y: 35%;

    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;

    min-height: 720px;

    background: var(--paper);
    border: 1px solid rgba(17, 18, 15, .16);
    overflow: hidden;

    transform:
        perspective(1300px)
        rotateX(var(--hero-rx))
        rotateY(var(--hero-ry))
        scale(var(--hero-scale));

    transform-origin: center center;
    will-change: transform;

    transition:
        transform .28s cubic-bezier(.2,.75,.2,1),
        box-shadow .28s ease;

    box-shadow:
        0 1px 0 rgba(17, 18, 15, .05),
        0 18px 44px rgba(17, 18, 15, .08);
}

.hero-visual[data-hero-card].is-tilting {
    --hero-scale: 1.006;

    box-shadow:
        0 3px 0 rgba(17, 18, 15, .06),
        0 34px 72px rgba(17, 18, 15, .16);
}


/* PHOTO AREA */

.hero-visual[data-hero-card] .hero-photo {
    position: relative;

    grid-row: 1;

    width: 100%;
    height: auto;
    min-height: 0;

    margin: 0;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    background: var(--paper);

    overflow: hidden;
}


/*
 * No filter.
 * No crop.
 * No photo zoom.
 *
 * A photo that is shorter than the available card space simply
 * gets paper-coloured breathing room above it.
 */

.hero-visual[data-hero-card] .hero-photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;

    filter: none !important;
    opacity: 1 !important;

    transform: none !important;
}


/* Remove the old dark photo overlay */

.hero-visual[data-hero-card] .hero-photo::after {
    content: none !important;
}


/* Subtle FIFA-card light reflection */

.hero-visual[data-hero-card] .hero-photo::before {
    content: "";

    position: absolute;
    z-index: 2;
    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle at var(--hero-shine-x) var(--hero-shine-y),
            rgba(190, 255, 0, .15) 0,
            rgba(255, 255, 255, .09) 16%,
            transparent 44%
        );

    opacity: 0;

    transition: opacity .25s ease;
}

.hero-visual[data-hero-card].is-tilting .hero-photo::before {
    opacity: 1;
}


/* BOTTOM PLAYER-CARD PANEL */

.hero-visual[data-hero-card] .hero-note {
    position: relative;

    grid-row: 2;

    left: auto;
    right: auto;
    bottom: auto;

    box-sizing: border-box;

    width: 100%;
    min-height: 158px;

    padding: 32px 42px;

    display: flex;
    align-items: center;
    gap: 20px;

    background: var(--ink);
    color: var(--white);
}

.hero-visual[data-hero-card] .hero-note p {
    margin: 0;

    font:
        500
        clamp(1.25rem, 1.65vw, 1.65rem)
        / 1.05
        var(--display);

    text-transform: uppercase;
    letter-spacing: .02em;
}


/* Keep the acid-green corner over the image */

.hero-visual[data-hero-card] .hero-line {
    z-index: 4;
}


/* Tablet */

@media (max-width: 900px) {
    .hero-visual[data-hero-card] {
        min-height: 660px;

        transform: none !important;
    }

    .hero-visual[data-hero-card] .hero-note {
        min-height: 140px;
        padding: 28px 30px;
    }
}


/* Mobile */

@media (max-width: 590px) {
    .hero-visual[data-hero-card] {
        min-height: 560px;
    }

    .hero-visual[data-hero-card] .hero-note {
        min-height: 128px;
        padding: 24px 22px;
    }
}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .hero-visual[data-hero-card] {
        transform: none !important;
        transition: none !important;
    }

    .hero-visual[data-hero-card] .hero-photo::before {
        display: none;
    }
}

/* HERO FIFA CARD 009 END */


/* HERO CARD COMPACT FIX 009A START */

/*
 * Remove the outer outline and let the card height
 * follow the actual uploaded image.
 */

.hero-visual[data-hero-card] {
    min-height: 0 !important;

    grid-template-rows: auto auto;

    border: 0 !important;

    background: transparent;
}


/* Photo area should be only as tall as the image itself */

.hero-visual[data-hero-card] .hero-photo {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;

    display: block;

    background: var(--paper);
}


/*
 * Do not stretch the image to an artificial container height.
 * Keep its actual aspect ratio.
 */

.hero-visual[data-hero-card] .hero-photo img {
    display: block;

    width: 100%;
    height: auto !important;

    max-height: none;

    object-fit: contain;
    object-position: center;

    margin: 0;

    transform: none !important;
}


/* Keep the black player badge directly attached to the photo */

.hero-visual[data-hero-card] .hero-note {
    margin: 0;

    min-height: 145px;

    border: 0;
}


/*
 * On smaller screens there should also be
 * no forced empty space above the image.
 */

@media (max-width: 900px) {
    .hero-visual[data-hero-card] {
        min-height: 0 !important;
    }
}

@media (max-width: 590px) {
    .hero-visual[data-hero-card] {
        min-height: 0 !important;
    }
}

/* HERO CARD COMPACT FIX 009A END */

/* HERO CARD GAP FIX 009B START */

.hero-visual[data-hero-card] {
    grid-template-rows: max-content max-content !important;
    gap: 0 !important;
    row-gap: 0 !important;
}

.hero-visual[data-hero-card] .hero-photo {
    height: fit-content !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: auto !important;

    padding: 0 !important;
    margin: 0 !important;

    line-height: 0;

    align-self: start;
}

.hero-visual[data-hero-card] .hero-photo img {
    display: block;

    width: 100%;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    vertical-align: bottom;
}

.hero-visual[data-hero-card] .hero-note {
    margin: 0 !important;
    align-self: start;
}

/* HERO CARD GAP FIX 009B END */

/* HERO CARD TAIL FIX 009C START */

/*
 * The right hero card must not stretch to the height
 * of the left text column.
 */
.hero-visual[data-hero-card] {
    align-self: start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

/*
 * Keep the card only as tall as:
 * photo + black badge
 */
.hero-visual[data-hero-card] .hero-note {
    margin-bottom: 0 !important;
}

/* HERO CARD TAIL FIX 009C END */

/* HERO CARD CENTER FIX 009D START */

/* Center the right card vertically on desktop */
.hero-visual[data-hero-card] {
    align-self: center !important;
}

/* On smaller screens keep natural top flow */
@media (max-width: 900px) {
    .hero-visual[data-hero-card] {
        align-self: start !important;
    }
}

/* HERO CARD CENTER FIX 009D END */

/* RESULTS STACKED ROWS 010 START */

/* One result = image slider on the left + story on the right.
   Additional result cases stack vertically below instead of creating columns. */
.results-cards-page .result-card-grid,
.results-cards-page .result-case-list {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(30px, 4.5vw, 62px) !important;
}

.results-cards-page .result-card,
.results-cards-page .result-case-row {
    display: grid !important;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr) !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
}

.results-cards-page .result-card:last-child:nth-child(odd) {
    grid-column: auto !important;
    max-width: none !important;
}

.results-cards-page .result-card-comparison {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-right: 1px solid var(--line) !important;
    border-bottom: 0 !important;
}

.results-cards-page .result-card-copy,
.results-cards-page .result-case-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(30px, 4.8vw, 72px) !important;
}

.results-cards-page .result-card-copy h2 {
    max-width: 760px;
    margin: 22px 0 0;
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: .88;
}

.results-cards-page .result-case-summary {
    max-width: 760px;
    margin-top: 28px !important;
    color: var(--muted);
    font-size: clamp(.9rem, 1.15vw, 1.05rem) !important;
    line-height: 1.7;
}

/* Optional narrative text: clean rows, no boxed facts. */
.results-cards-page .result-case-story {
    max-width: 820px;
    margin-top: clamp(30px, 4vw, 54px);
    border-top: 1px solid var(--line);
}

.results-cards-page .result-case-story-item {
    display: grid;
    grid-template-columns: minmax(120px, .32fr) minmax(0, 1fr);
    gap: 26px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.results-cards-page .result-case-story-item > span {
    color: var(--muted);
    font-size: .56rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.results-cards-page .result-case-story-item p {
    margin: 0;
    color: var(--ink);
    font-size: .82rem;
    line-height: 1.65;
}

/* The old square facts and per-case disclaimer are intentionally not rendered
   on the dedicated Results page. Keep old CSS harmless for other templates. */
.results-cards-page .result-card-facts,
.results-cards-page .result-card-disclaimer {
    display: none !important;
}

@media (max-width: 900px) {
    .results-cards-page .result-card,
    .results-cards-page .result-case-row {
        grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr) !important;
    }

    .results-cards-page .result-card-copy,
    .results-cards-page .result-case-copy {
        padding: 30px !important;
    }
}

@media (max-width: 720px) {
    .results-cards-page .result-card,
    .results-cards-page .result-case-row {
        display: block !important;
    }

    .results-cards-page .result-card-comparison {
        border-right: 0 !important;
        border-bottom: 1px solid var(--line) !important;
    }

    .results-cards-page .result-card-copy,
    .results-cards-page .result-case-copy {
        padding: 24px 20px 28px !important;
    }

    .results-cards-page .result-card-copy h2 {
        font-size: clamp(2.6rem, 13vw, 4.5rem);
    }

    .results-cards-page .result-case-story-item {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px 0;
    }
}

/* RESULTS STACKED ROWS 010 END */


/* RESULTS LAYOUT FIX 010A START */

/*
 * One case per row:
 * 40% before/after slider + 60% story.
 *
 * IMPORTANT:
 * do not stretch the comparison to the height
 * of the text column — this was causing the image
 * to expand over the text.
 */

.results-cards-page .result-case-row,
.results-cards-page .result-card {
    display: grid !important;
    grid-template-columns:
        minmax(0, 40%)
        minmax(0, 60%) !important;

    align-items: start !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow: hidden !important;

    background: var(--white);
}


/* LEFT — BEFORE / AFTER */

.results-cards-page .result-card-comparison {
    position: relative !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    height: auto !important;
    min-height: 0 !important;

    aspect-ratio: 4 / 5 !important;

    align-self: start !important;

    overflow: hidden !important;
    box-sizing: border-box;

    border-right: 1px solid var(--line) !important;
    border-bottom: 0 !important;
}


/* Images are locked inside the comparison box */

.results-cards-page
.result-card-comparison
.comparison-image {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    overflow: hidden !important;
}

.results-cards-page
.result-card-comparison
.comparison-image img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;

    object-fit: cover !important;
    object-position: center 30%;

    box-sizing: border-box;
}


/* RIGHT — STORY */

.results-cards-page .result-case-copy,
.results-cards-page .result-card-copy {
    position: relative;

    width: 100%;
    min-width: 0 !important;

    padding:
        clamp(30px, 4vw, 58px)
        clamp(28px, 4.5vw, 64px) !important;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;

    overflow: hidden;
}


/* Prevent the heading from becoming ridiculously huge */

.results-cards-page .result-card-copy h2,
.results-cards-page .result-case-copy h2 {
    width: 100%;
    max-width: 680px;

    margin: 22px 0 0;

    font-size: clamp(2.7rem, 4vw, 4.8rem) !important;
    line-height: .9 !important;

    overflow-wrap: normal;
    word-break: normal;
}


/* Main case description */

.results-cards-page .result-case-summary {
    width: 100%;
    max-width: 680px;

    margin-top: 26px !important;

    font-size: clamp(.88rem, 1vw, 1rem) !important;
    line-height: 1.7 !important;

    color: var(--muted);
}


/* Optional information below the description */

.results-cards-page .result-case-story {
    width: 100%;
    max-width: 680px;

    margin-top: 34px;
}


/* Every additional case is BELOW the previous one */

.results-cards-page .result-case-list,
.results-cards-page .result-card-grid {
    display: flex !important;
    flex-direction: column !important;

    width: 100%;

    gap: clamp(46px, 6vw, 82px) !important;
}


/* TABLET */

@media (max-width: 900px) {

    .results-cards-page .result-case-row,
    .results-cards-page .result-card {
        grid-template-columns:
            minmax(0, 44%)
            minmax(0, 56%) !important;
    }

    .results-cards-page .result-case-copy,
    .results-cards-page .result-card-copy {
        padding: 28px !important;
    }

    .results-cards-page .result-card-copy h2,
    .results-cards-page .result-case-copy h2 {
        font-size: clamp(2.3rem, 5vw, 3.8rem) !important;
    }
}


/* MOBILE — photo above, story below */

@media (max-width: 720px) {

    .results-cards-page .result-case-row,
    .results-cards-page .result-card {
        display: block !important;
    }

    .results-cards-page .result-card-comparison {
        width: 100% !important;

        border-right: 0 !important;
        border-bottom: 1px solid var(--line) !important;
    }

    .results-cards-page .result-case-copy,
    .results-cards-page .result-card-copy {
        padding: 26px 22px 32px !important;
    }
}

/* RESULTS LAYOUT FIX 010A END */

/* RESULTS TEXT FORMATTING 010B START */

/*
 * Keep the paragraph structure written in Wagtail.
 * Blank lines in the admin become real paragraph spacing.
 */

.results-cards-page .result-case-summary {
    margin-top: 28px !important;
}

.results-cards-page .result-case-summary p {
    max-width: 720px;

    margin: 0 0 22px;

    color: var(--muted);

    font-size: clamp(.9rem, 1.15vw, 1.05rem);
    line-height: 1.7;
}

.results-cards-page .result-case-summary p:last-child {
    margin-bottom: 0;
}

/* First short lines can breathe a little more */
.results-cards-page .result-case-summary p + p {
    margin-top: 0;
}

/* RESULTS TEXT FORMATTING 010B END */

/* HOME ABOUT PHOTO HEIGHT FIX START */

.about .about-photo img {
    aspect-ratio: 5 / 6 !important;
    object-fit: cover;
    object-position: center 28%;
}

/* Keep caption attached to the photo */
.about .photo-caption {
    bottom: 0;
}

/* HOME ABOUT PHOTO HEIGHT FIX END */

/* HOME ABOUT PHOTO SHORT FIX 011 START */

/*
 * Homepage About portrait only.
 * Make it clearly shorter than the previous 3:4 portrait.
 */
.about-grid .about-photo {
    align-self: center;
}

.about-grid .about-photo img {
    display: block;

    width: 100% !important;
    height: auto !important;

    aspect-ratio: 8 / 9 !important;

    object-fit: cover !important;
    object-position: center 30%;

    margin: 0;
}

/* Caption remains attached to the bottom edge */
.about-grid .about-photo .photo-caption {
    bottom: 0 !important;
}

/* HOME ABOUT PHOTO SHORT FIX 011 END */

/* HOME ABOUT DESKTOP SIZE FIX 011A START */

@media (min-width: 1100px) {
    .about-grid .about-photo {
        width: 110% !important;
        max-width: none !important;
        justify-self: start;
    }
}

/* HOME ABOUT DESKTOP SIZE FIX 011A END */

/* HOME ABOUT LARGE DESKTOP 011B START */

@media (min-width: 1100px) {

    /* Give much more space to the photo column */
    .about-grid {
        grid-template-columns:
            minmax(0, 46%)
            minmax(0, 48%) !important;

        column-gap: 6% !important;
        align-items: center !important;
    }

    /* Override previous 110% enlargement */
    .about-grid .about-photo {
        width: 100% !important;
        max-width: none !important;

        justify-self: stretch !important;
        align-self: center !important;
    }

    .about-grid .about-photo img {
        width: 100% !important;
        height: auto !important;

        aspect-ratio: 8 / 9 !important;

        object-fit: cover !important;
        object-position: center 30%;
    }
}

/* HOME ABOUT LARGE DESKTOP 011B END */


/* WHO IT IS FOR — INTERACTIVE DESKTOP START */

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    .fit-cards {
        overflow: visible;
    }

    .fit-cards article {
        position: relative;
        isolation: isolate;
        overflow: hidden;

        cursor: default;

        transition:
            transform .35s cubic-bezier(.2,.75,.2,1),
            box-shadow .35s ease,
            border-color .35s ease;
    }


    /*
     * Acid-green layer grows from the bottom.
     */
    .fit-cards article::before {
        content: "";

        position: absolute;
        z-index: -1;

        left: 0;
        right: 0;
        bottom: 0;

        height: 100%;

        background: var(--accent);

        transform: translateY(101%);
        transition:
            transform .42s cubic-bezier(.2,.8,.2,1);
    }


    /*
     * Arrow in the top-right corner.
     */
    .fit-cards article::after {
        content: "↗︎";

        position: absolute;
        top: 22px;
        right: 24px;

        font:
            500
            1.35rem/1
            var(--display);

        opacity: 0;
        transform:
            translate(-8px, 8px);

        transition:
            opacity .25s ease,
            transform .35s cubic-bezier(.2,.8,.2,1);
    }


    .fit-cards article > span {
        position: relative;

        width: fit-content;

        transition:
            color .3s ease,
            background .3s ease,
            padding .3s ease;
    }


    .fit-cards article h3 {
        position: relative;

        transition:
            transform .35s cubic-bezier(.2,.8,.2,1),
            color .3s ease;
    }


    .fit-cards article p {
        position: relative;

        transition:
            transform .35s cubic-bezier(.2,.8,.2,1),
            color .3s ease,
            opacity .3s ease;
    }


    /* HOVER */

    .fit-cards article:hover {
        z-index: 3;

        transform:
            translateY(-6px)
            scale(1.015);

        border-color: var(--ink);

        box-shadow:
            0 24px 55px
            rgba(17, 18, 15, .13);
    }


    .fit-cards article:hover::before {
        transform: translateY(0);
    }


    .fit-cards article:hover::after {
        opacity: 1;

        transform:
            translate(0, 0);
    }


    /* Number becomes a small black badge */

    .fit-cards article:hover > span {
        padding: 6px 8px;

        background: var(--ink);
        color: var(--accent);
    }


    .fit-cards article:hover h3 {
        color: var(--ink);

        transform:
            translateY(-8px);
    }


    .fit-cards article:hover p {
        color: rgba(17,18,15,.72);

        transform:
            translateY(-5px);
    }


    /*
     * Slightly mute the OTHER cards while
     * one of them is being explored.
     */
    .fit-cards:has(article:hover)
    article:not(:hover) {
        opacity: .58;
    }


    .fit-cards article {
        opacity: 1;

        transition:
            transform .35s cubic-bezier(.2,.75,.2,1),
            box-shadow .35s ease,
            border-color .35s ease,
            opacity .3s ease;
    }
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .fit-cards article,
    .fit-cards article::before,
    .fit-cards article::after,
    .fit-cards article h3,
    .fit-cards article p {
        transition: none !important;
    }

}

/* WHO IT IS FOR — INTERACTIVE DESKTOP END */

/* WHO IT IS FOR — REMOVE FAKE LINK ARROW START */

.fit-cards article::after {
    content: none !important;
    display: none !important;
}

/* WHO IT IS FOR — REMOVE FAKE LINK ARROW END */

/* COACHING — INTERACTIVE DESKTOP START */

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    .service-row {
        position: relative;
        isolation: isolate;

        transition:
            transform .32s cubic-bezier(.2,.75,.2,1),
            background-color .3s ease,
            padding-left .32s cubic-bezier(.2,.75,.2,1);
    }


    /*
     * Very subtle acid glow.
     * Not a full green card — just enough feedback.
     */
    .service-row::after {
        content: "";

        position: absolute;
        z-index: -1;

        inset: 0;

        pointer-events: none;

        background:
            linear-gradient(
                90deg,
                rgba(190,255,0,.075) 0%,
                rgba(190,255,0,.025) 35%,
                transparent 72%
            );

        opacity: 0;

        transition: opacity .3s ease;
    }


    .service-num {
        transition:
            color .28s ease,
            transform .3s ease;
    }


    .service-main h3 {
        transition:
            color .28s ease,
            transform .32s cubic-bezier(.2,.75,.2,1);
    }


    .service-main > p:not(.service-label) {
        transition:
            color .28s ease,
            transform .32s cubic-bezier(.2,.75,.2,1);
    }


    .service-row li {
        transition:
            color .28s ease,
            border-color .28s ease,
            padding-left .28s ease;
    }


    .service-price .price {
        transition:
            color .28s ease,
            transform .32s cubic-bezier(.2,.75,.2,1);
    }


    .service-price small {
        transition:
            color .28s ease;
    }


    /*
     * The real CTA becomes a button only on hover.
     * Unlike the previous fake arrows, this element
     * actually leads to the application form.
     */
    .service-price a {
        padding: 10px 0;

        transition:
            color .25s ease,
            background-color .25s ease,
            padding .3s cubic-bezier(.2,.75,.2,1),
            transform .3s cubic-bezier(.2,.75,.2,1);
    }


    /* HOVER / KEYBOARD FOCUS */

    .service-row:hover,
    .service-row:focus-within {
        transform: translateX(8px);

        padding-left: 12px;
    }


    .service-row:hover::after,
    .service-row:focus-within::after {
        opacity: 1;
    }


    .service-row:hover .service-num,
    .service-row:focus-within .service-num {
        color: var(--accent);

        transform: translateX(3px);
    }


    .service-row:hover .service-main h3,
    .service-row:focus-within .service-main h3 {
        color: var(--paper);

        transform: translateX(5px);
    }


    .service-row:hover .service-main > p:not(.service-label),
    .service-row:focus-within .service-main > p:not(.service-label) {
        color: rgba(242,240,233,.78);

        transform: translateX(5px);
    }


    .service-row:hover li,
    .service-row:focus-within li {
        color: rgba(242,240,233,.95);

        border-color: rgba(190,255,0,.18);

        padding-left: 5px;
    }


    .service-row:hover .service-price .price,
    .service-row:focus-within .service-price .price {
        color: var(--accent);

        transform: translateY(-2px);
    }


    .service-row:hover .service-price small,
    .service-row:focus-within .service-price small {
        color: rgba(242,240,233,.68);
    }


    .service-row:hover .service-price a,
    .service-row:focus-within .service-price a {
        padding: 10px 13px;

        background: var(--accent);
        color: var(--ink);

        transform: translateY(-2px);
    }


    /*
     * Currency selector also gets a small response,
     * because it belongs to the same interactive block.
     */
    .currency-control button {
        transition:
            background-color .22s ease,
            color .22s ease,
            transform .22s ease;
    }

    .currency-control button:not(.is-active):hover {
        color: var(--accent);

        transform: translateY(-2px);
    }

}


/* Don't animate for users who disable motion */

@media (prefers-reduced-motion: reduce) {

    .service-row,
    .service-row::after,
    .service-num,
    .service-main h3,
    .service-main p,
    .service-row li,
    .service-price .price,
    .service-price small,
    .service-price a,
    .currency-control button {
        transition: none !important;
    }

}

/* COACHING — INTERACTIVE DESKTOP END */

/* COACHING — SOFT GRADIENT / FEATURED START */

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    /*
     * Replace the previous hover fill with a longer,
     * softer fade. No visible rectangular ending.
     */
    .service-row::after {
        inset: 0 !important;

        background:
            linear-gradient(
                90deg,
                rgba(190, 255, 0, .105) 0%,
                rgba(190, 255, 0, .075) 18%,
                rgba(190, 255, 0, .045) 38%,
                rgba(190, 255, 0, .020) 60%,
                rgba(190, 255, 0, .007) 78%,
                rgba(190, 255, 0, 0) 100%
            ) !important;

        opacity: 0;

        /*
         * Extra mask makes the right edge dissolve
         * even more naturally.
         */
        -webkit-mask-image:
            linear-gradient(
                90deg,
                #000 0%,
                #000 52%,
                rgba(0,0,0,.75) 68%,
                rgba(0,0,0,.28) 84%,
                transparent 100%
            );

        mask-image:
            linear-gradient(
                90deg,
                #000 0%,
                #000 52%,
                rgba(0,0,0,.75) 68%,
                rgba(0,0,0,.28) 84%,
                transparent 100%
            );

        transition:
            opacity .42s ease !important;
    }


    /* Normal plan on hover */

    .service-row:hover::after,
    .service-row:focus-within::after {
        opacity: 1 !important;
    }


    /*
     * FEATURED PLAN
     *
     * It is already gently highlighted before hover.
     */
    .service-row.featured::after {
        opacity: .38 !important;
    }


    /*
     * Featured plan gets a little more readable even
     * when the cursor is somewhere else.
     */
    .service-row.featured .service-label,
    .service-row.featured .service-num {
        color: var(--accent);
    }


    /*
     * Existing green line becomes part of the same
     * visual language instead of a hard vertical stick.
     */
    .service-row.featured::before {
        left: -24px !important;
        top: 7% !important;
        bottom: 7% !important;

        width: 3px !important;

        background:
            linear-gradient(
                180deg,
                transparent 0%,
                rgba(190,255,0,.35) 7%,
                var(--accent) 24%,
                var(--accent) 76%,
                rgba(190,255,0,.35) 93%,
                transparent 100%
            ) !important;

        box-shadow:
            0 0 14px rgba(190,255,0,.10);

        transition:
            width .3s ease,
            top .3s ease,
            bottom .3s ease,
            box-shadow .3s ease;
    }


    /*
     * Featured + hover:
     * same effect, only slightly stronger.
     */
    .service-row.featured:hover::after,
    .service-row.featured:focus-within::after {
        opacity: 1 !important;
    }


    .service-row.featured:hover::before,
    .service-row.featured:focus-within::before {
        top: 2% !important;
        bottom: 2% !important;

        width: 4px !important;

        box-shadow:
            0 0 20px rgba(190,255,0,.20);
    }


    /*
     * Slightly stronger price cue for the recommended
     * plan even before hover.
     */
    .service-row.featured .service-price .price {
        color: rgba(242,240,233,.96);
    }

    .service-row.featured:hover .service-price .price,
    .service-row.featured:focus-within .service-price .price {
        color: var(--accent);
    }

}

/* COACHING — SOFT GRADIENT / FEATURED END */

/* COACHING SOFT GLOW FIX START */

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    /*
     * Kill all rectangular backgrounds left by
     * previous coaching hover experiments.
     */
    .service-row,
    .service-row:hover,
    .service-row:focus-within,
    .service-row.featured,
    .service-row.featured:hover,
    .service-row.featured:focus-within {
        background: transparent !important;
        background-color: transparent !important;
    }


    /*
     * Completely remove the old featured vertical line.
     */
    .service-row::before,
    .service-row.featured::before,
    .service-row.featured:hover::before,
    .service-row.featured:focus-within::before {
        content: none !important;
        display: none !important;
        box-shadow: none !important;
    }


    /*
     * New highlight:
     * a large radial glow with no visible rectangular edge.
     */
    .service-row::after {
        content: "" !important;
        display: block !important;

        position: absolute !important;
        z-index: -1 !important;

        /*
         * Extend beyond the row so the fade disappears
         * before reaching the pseudo-element boundaries.
         */
        inset: -20% -5% !important;

        pointer-events: none;

        background:
            radial-gradient(
                ellipse 70% 90% at 22% 50%,
                rgba(190,255,0,.13) 0%,
                rgba(190,255,0,.085) 24%,
                rgba(190,255,0,.042) 46%,
                rgba(190,255,0,.014) 62%,
                rgba(190,255,0,0) 78%
            ) !important;

        -webkit-mask-image: none !important;
        mask-image: none !important;

        opacity: 0 !important;

        transform: scale(.96);
        transform-origin: 22% 50%;

        transition:
            opacity .38s ease,
            transform .45s cubic-bezier(.2,.75,.2,1) !important;
    }


    /*
     * Ordinary plan on hover.
     */
    .service-row:hover::after,
    .service-row:focus-within::after {
        opacity: .95 !important;
        transform: scale(1);
    }


    /*
     * Featured plan:
     * subtly visible even when idle.
     */
    .service-row.featured::after {
        opacity: .28 !important;

        background:
            radial-gradient(
                ellipse 72% 94% at 22% 50%,
                rgba(190,255,0,.12) 0%,
                rgba(190,255,0,.065) 30%,
                rgba(190,255,0,.025) 52%,
                rgba(190,255,0,0) 78%
            ) !important;

        transform: scale(1);
    }


    /*
     * Featured plan on hover:
     * same visual language, just stronger.
     */
    .service-row.featured:hover::after,
    .service-row.featured:focus-within::after {
        opacity: 1 !important;

        background:
            radial-gradient(
                ellipse 75% 100% at 22% 50%,
                rgba(190,255,0,.16) 0%,
                rgba(190,255,0,.10) 28%,
                rgba(190,255,0,.045) 50%,
                rgba(190,255,0,.012) 65%,
                rgba(190,255,0,0) 80%
            ) !important;
    }


    /*
     * Keep featured recognisable without a stripe.
     * Only typography provides the permanent cue.
     */
    .service-row.featured .service-num,
    .service-row.featured .service-label {
        color: var(--accent) !important;
    }


    /*
     * Don't move the whole tariff quite as aggressively.
     * Previous 8px movement was a little too obvious.
     */
    .service-row:hover,
    .service-row:focus-within {
        transform: translateX(4px) !important;
        padding-left: 6px !important;
    }


    /*
     * Price stays restrained on the recommended option.
     * It lights up only while actually hovering.
     */
    .service-row.featured .service-price .price {
        color: var(--paper) !important;
    }

    .service-row.featured:hover .service-price .price,
    .service-row.featured:focus-within .service-price .price {
        color: var(--accent) !important;
    }
}

/* COACHING SOFT GLOW FIX END */

/* COACHING CLEAN INTERACTION FIX START */

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    /*
     * Kill ALL previous row-wide highlights.
     * No rectangles, no glow layers, no vertical featured bar.
     */
    .service-row,
    .service-row:hover,
    .service-row:focus-within,
    .service-row.featured,
    .service-row.featured:hover,
    .service-row.featured:focus-within {
        background: transparent !important;
        background-color: transparent !important;

        transform: none !important;

        padding-left: 0 !important;

        z-index: auto !important;

        box-shadow: none !important;
    }

    .service-row::before,
    .service-row::after,
    .service-row.featured::before,
    .service-row.featured::after {
        content: none !important;
        display: none !important;
    }


    /*
     * We animate CONTENT, not the whole tariff row.
     * Therefore neighbouring tariffs never overlap.
     */
    .service-main,
    .service-features,
    .service-price {
        position: relative;
        z-index: 1;
    }

    .service-main h3 {
        transition:
            transform .32s cubic-bezier(.2,.75,.2,1),
            color .25s ease !important;
    }

    .service-main > p:not(.service-label) {
        transition:
            transform .32s cubic-bezier(.2,.75,.2,1),
            color .25s ease !important;
    }

    .service-num {
        transition:
            transform .3s ease,
            color .25s ease !important;
    }

    .service-row li {
        transition:
            color .25s ease,
            border-color .3s ease,
            padding-left .3s ease !important;
    }

    .service-price .price {
        transition:
            transform .3s ease,
            color .25s ease !important;
    }


    /* NORMAL HOVER */

    .service-row:hover .service-num,
    .service-row:focus-within .service-num {
        color: var(--accent) !important;
        transform: translateX(3px);
    }

    .service-row:hover .service-main h3,
    .service-row:focus-within .service-main h3 {
        transform: translateX(5px);
    }

    .service-row:hover .service-main > p:not(.service-label),
    .service-row:focus-within .service-main > p:not(.service-label) {
        transform: translateX(5px);
        color: rgba(242,240,233,.82);
    }

    .service-row:hover li,
    .service-row:focus-within li {
        padding-left: 5px;

        color: rgba(242,240,233,.94);

        border-color: rgba(190,255,0,.22) !important;
    }

    .service-row:hover .service-price .price,
    .service-row:focus-within .service-price .price {
        color: var(--accent) !important;
        transform: translateY(-3px);
    }


    /*
     * FEATURED
     *
     * No vertical bar.
     * No permanent background.
     * Just number + label + a short fading horizontal accent.
     */

    .service-row.featured .service-num,
    .service-row.featured .service-label {
        color: var(--accent) !important;
    }

    .service-row.featured .service-label {
        display: flex;
        align-items: center;

        width: fit-content;

        gap: 12px;
    }

    .service-row.featured .service-label::after {
        content: "";

        display: block;

        width: 52px;
        height: 1px;

        background:
            linear-gradient(
                90deg,
                var(--accent) 0%,
                rgba(190,255,0,.55) 45%,
                rgba(190,255,0,0) 100%
            );

        opacity: .7;

        transition:
            width .35s cubic-bezier(.2,.75,.2,1),
            opacity .3s ease;
    }


    /*
     * Featured becomes slightly stronger on hover,
     * but uses exactly the same visual language.
     */
    .service-row.featured:hover .service-label::after,
    .service-row.featured:focus-within .service-label::after {
        width: 92px;
        opacity: 1;
    }


    /*
     * Keep the recommended price neutral while idle,
     * green only when the user actually explores it.
     */
    .service-row.featured .service-price .price {
        color: var(--paper) !important;
    }

    .service-row.featured:hover .service-price .price,
    .service-row.featured:focus-within .service-price .price {
        color: var(--accent) !important;
    }


    /*
     * Real CTA: this IS clickable, so button feedback is appropriate.
     */
    .service-price a {
        transition:
            background-color .25s ease,
            color .25s ease,
            transform .28s ease,
            padding .28s ease !important;
    }

    .service-row:hover .service-price a,
    .service-row:focus-within .service-price a {
        padding: 10px 13px;

        background: var(--accent);
        color: var(--ink);

        transform: translateY(-2px);
    }
}

/* COACHING CLEAN INTERACTION FIX END */

/* COACHING REAL SOFT GLOW START */

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    /*
     * Keep every tariff isolated.
     * Nothing can spill over the neighbouring row.
     */
    .service-row {
        position: relative !important;
        isolation: isolate;
        overflow: hidden !important;

        background: transparent !important;
    }


    /*
     * Kill old pseudo-elements / old featured stripe.
     */
    .service-row::before,
    .service-row.featured::before {
        content: none !important;
        display: none !important;
    }


    /*
     * Real glow:
     * it lives well INSIDE the tariff,
     * so there are no rectangular edges.
     */
    .service-row::after {
        content: "" !important;
        display: block !important;

        position: absolute !important;
        z-index: 0 !important;

        left: 7% !important;
        right: 20% !important;
        top: 18% !important;
        bottom: 18% !important;

        border-radius: 999px;

        pointer-events: none;

        background:
            rgba(190,255,0,.16) !important;

        filter: blur(42px);

        opacity: 0 !important;

        transform: scale(.92);

        transition:
            opacity .4s ease,
            transform .45s cubic-bezier(.2,.75,.2,1) !important;

        -webkit-mask-image: none !important;
        mask-image: none !important;
    }


    /*
     * All real content stays above the glow.
     */
    .service-row > * {
        position: relative;
        z-index: 1;
    }


    /* NORMAL TARIFF — hover */

    .service-row:hover::after,
    .service-row:focus-within::after {
        opacity: .28 !important;
        transform: scale(1);
    }


    /*
     * FEATURED — barely visible while idle.
     */
    .service-row.featured::after {
        opacity: .11 !important;

        background:
            rgba(190,255,0,.18) !important;

        transform: scale(.97);
    }


    /*
     * FEATURED — stronger on hover.
     */
    .service-row.featured:hover::after,
    .service-row.featured:focus-within::after {
        opacity: .34 !important;
        transform: scale(1.02);
    }


    /*
     * Featured stays identifiable without a stripe.
     */
    .service-row.featured .service-num,
    .service-row.featured .service-label {
        color: var(--accent) !important;
    }

}

/* COACHING REAL SOFT GLOW END */

/* COACHING FINAL CLICKABLE / FEATURED START */

@media (min-width: 901px) {

    /*
     * Whole tariff is now a real link.
     */
    .service-row {
        position: relative !important;
        isolation: isolate;

        cursor: pointer;

        overflow: hidden !important;

        background: transparent !important;
        transform: none !important;
        padding-left: 0 !important;

        color: var(--paper);
    }


    /*
     * Remove ALL old featured bars and experimental
     * background layers.
     */
    .service-row::before,
    .service-row.featured::before {
        content: none !important;
        display: none !important;
    }


    /*
     * Soft glow.
     *
     * Important: this blob sits WELL INSIDE the row.
     * Its edges never reach the tariff boundaries,
     * so there is no rectangular cutoff.
     */
    .service-row::after {
        content: "" !important;
        display: block !important;

        position: absolute !important;
        z-index: 0 !important;

        left: 8% !important;
        top: 25% !important;

        width: 48% !important;
        height: 50% !important;

        border-radius: 50% !important;

        background: rgba(200,255,46,.18) !important;

        filter: blur(48px) !important;

        pointer-events: none;

        opacity: 0 !important;

        transform: scale(.88);

        transition:
            opacity .38s ease,
            transform .45s cubic-bezier(.2,.75,.2,1) !important;

        -webkit-mask-image: none !important;
        mask-image: none !important;
    }


    /*
     * All tariff content above the glow.
     */
    .service-row > * {
        position: relative;
        z-index: 1;
    }


    /*
     * NORMAL TARIFF
     */
    .service-row:hover::after,
    .service-row:focus-visible::after {
        opacity: .28 !important;
        transform: scale(1);
    }


    /*
     * FEATURED
     *
     * Very subtle glow even without hover.
     */
    .service-row.featured::after {
        opacity: .10 !important;
        transform: scale(.96);
    }


    /*
     * Featured becomes stronger on hover,
     * but doesn't change into a different effect.
     */
    .service-row.featured:hover::after,
    .service-row.featured:focus-visible::after {
        opacity: .36 !important;
        transform: scale(1.04);
    }


    /*
     * Permanent featured cues.
     */
    .service-row.featured .service-num,
    .service-row.featured .service-label {
        color: var(--accent) !important;
    }


    /*
     * No movement of the WHOLE row.
     * Only inner content reacts slightly.
     * This means tariffs never overlap each other.
     */
    .service-row:hover,
    .service-row:focus-visible {
        transform: none !important;
        padding-left: 0 !important;
    }


    .service-main h3,
    .service-main > p:not(.service-label),
    .service-num,
    .service-row li,
    .service-price .price {
        transition:
            transform .3s cubic-bezier(.2,.75,.2,1),
            color .25s ease,
            border-color .25s ease !important;
    }


    .service-row:hover .service-main h3,
    .service-row:focus-visible .service-main h3 {
        transform: translateX(4px);
    }


    .service-row:hover
    .service-main > p:not(.service-label),
    .service-row:focus-visible
    .service-main > p:not(.service-label) {
        transform: translateX(4px);
        color: rgba(242,240,233,.82);
    }


    .service-row:hover li,
    .service-row:focus-visible li {
        border-color: rgba(200,255,46,.20) !important;
    }


    .service-row:hover .service-price .price,
    .service-row:focus-visible .service-price .price {
        color: var(--accent) !important;
        transform: translateY(-2px);
    }


    /*
     * Visual CTA.
     * It is now part of the big link rather than
     * a separate nested link.
     */
    .service-price .service-cta {
        display: inline-flex;
        align-items: center;
        gap: 12px;

        margin-top: 32px;
        padding: 10px 0;

        color: var(--accent);

        font-size: .71rem;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;

        transition:
            background-color .25s ease,
            color .25s ease,
            padding .28s ease,
            transform .28s ease;
    }


    .service-row:hover .service-cta,
    .service-row:focus-visible .service-cta {
        padding: 10px 14px;

        background: var(--accent);
        color: var(--ink);

        transform: translateY(-2px);
    }


    /*
     * Keyboard users can also see exactly
     * which tariff is selected.
     */
    .service-row:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: -2px;
    }
}


/* Mobile keeps the existing calm layout */
@media (max-width: 900px) {

    .service-price .service-cta {
        display: inline-flex;
        gap: 10px;

        margin-top: 20px;

        color: var(--accent);

        font-size: .71rem;
        font-weight: 700;
        letter-spacing: .12em;
        text-transform: uppercase;
    }
}


/* COACHING FINAL CLICKABLE / FEATURED END */

/* FEATURED PLAN VISIBLE GLOW FIX START */

@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    /*
     * Recommended tariff — visible but restrained
     * even when the mouse is elsewhere.
     */
    .service-row.featured::after {
        content: "" !important;
        display: block !important;

        position: absolute !important;
        z-index: 0 !important;

        left: 5% !important;
        top: 14% !important;

        width: 62% !important;
        height: 72% !important;

        border-radius: 50% !important;

        background:
            radial-gradient(
                ellipse at center,
                rgba(190,255,0,.24) 0%,
                rgba(190,255,0,.16) 28%,
                rgba(190,255,0,.08) 50%,
                rgba(190,255,0,.025) 66%,
                rgba(190,255,0,0) 80%
            ) !important;

        filter: blur(26px) !important;

        opacity: .72 !important;

        pointer-events: none;

        transform: scale(.96);

        transition:
            opacity .38s ease,
            transform .45s cubic-bezier(.2,.75,.2,1),
            filter .38s ease !important;
    }


    /*
     * Hover on recommended tariff:
     * same glow, simply a little stronger.
     */
    .service-row.featured:hover::after,
    .service-row.featured:focus-visible::after {
        opacity: 1 !important;

        transform: scale(1.06);

        filter: blur(30px) !important;

        background:
            radial-gradient(
                ellipse at center,
                rgba(190,255,0,.30) 0%,
                rgba(190,255,0,.20) 28%,
                rgba(190,255,0,.10) 50%,
                rgba(190,255,0,.035) 68%,
                rgba(190,255,0,0) 82%
            ) !important;
    }


    /*
     * Content always stays above the glow.
     */
    .service-row.featured > * {
        position: relative;
        z-index: 1;
    }

}

/* FEATURED PLAN VISIBLE GLOW FIX END */

/* FORM DELIVERY PATCH 012 START */
.apply-form { position: relative; }
.hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.form-submit:disabled {
    opacity: .62;
    cursor: wait;
}
.form-success,
.form-error {
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(190,255,0,.28);
    font-size: .82rem;
    line-height: 1.5;
}
.form-success {
    background: rgba(190,255,0,.08);
    color: inherit;
}
.form-error {
    border-color: rgba(255,120,100,.35);
    background: rgba(255,120,100,.07);
    color: inherit;
}
/* FORM DELIVERY PATCH 012 END */

/* FORM UX PATCH 013 START */
.required-fields-note {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: .72rem;
    letter-spacing: .06em;
}
.required-mark {
    color: var(--accent);
    font-weight: 800;
}
.form-label {
    display: inline-block;
}
.apply-form input[list] {
    cursor: text;
}
.apply-form select[data-timezone-select] {
    cursor: pointer;
}
.apply-form .consent + .consent {
    margin-top: 12px;
}
.apply-form .consent a {
    color: var(--accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.apply-form .consent a:hover,
.apply-form .consent a:focus-visible {
    text-decoration-thickness: 2px;
}
/* FORM UX PATCH 013 END */


/* MAIN APPLICATION FORM — DARK / ACID START */

#apply .apply-form {
    position: relative !important;
    isolation: isolate;
    overflow: hidden;

    background: var(--ink) !important;
    color: var(--paper) !important;

    border: 1px solid rgba(242,240,233,.14) !important;

    box-shadow:
        0 24px 70px rgba(0,0,0,.10);
}


/*
 * Soft acid atmosphere.
 * Two radial glows, both disappear before reaching edges.
 */
#apply .apply-form::before {
    content: "";

    position: absolute;
    z-index: 0;

    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            ellipse 58% 42% at 88% 4%,
            rgba(190,255,0,.105) 0%,
            rgba(190,255,0,.052) 38%,
            rgba(190,255,0,.015) 62%,
            transparent 78%
        ),
        radial-gradient(
            ellipse 50% 38% at 4% 96%,
            rgba(190,255,0,.065) 0%,
            rgba(190,255,0,.025) 42%,
            transparent 76%
        );
}


/* Keep every form element above the glow */
#apply .apply-form > * {
    position: relative;
    z-index: 1;
}


/* Required fields note */
#apply .required-fields-note {
    color: rgba(242,240,233,.50) !important;
}


/* Labels */
#apply .apply-form label,
#apply .apply-form .form-label {
    color: rgba(242,240,233,.88);
}


/* Acid required stars */
#apply .required-mark {
    color: var(--accent) !important;
}


/*
 * Inputs / selects / textarea
 */
#apply .apply-form input,
#apply .apply-form select,
#apply .apply-form textarea {
    color: var(--paper) !important;

    background: rgba(255,255,255,.018) !important;

    border-bottom:
        1px solid rgba(242,240,233,.18) !important;

    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        background-color .22s ease;
}


#apply .apply-form input:hover,
#apply .apply-form select:hover,
#apply .apply-form textarea:hover {
    border-bottom-color:
        rgba(242,240,233,.34) !important;
}


#apply .apply-form input:focus,
#apply .apply-form select:focus,
#apply .apply-form textarea:focus {
    background:
        rgba(190,255,0,.025) !important;

    border-bottom-color:
        var(--accent) !important;

    box-shadow:
        0 2px 0 var(--accent) !important;
}


/* Placeholder */
#apply .apply-form input::placeholder,
#apply .apply-form textarea::placeholder {
    color: rgba(242,240,233,.34) !important;
    opacity: 1;
}


/*
 * Native dropdown options.
 * Works in normal desktop browser dropdowns.
 */
#apply .apply-form select {
    color-scheme: dark;
}

#apply .apply-form select option {
    background: #11120f;
    color: #f2f0e9;
}


/*
 * Consent text
 */
#apply .apply-form .consent {
    color: rgba(242,240,233,.56) !important;
}


#apply .apply-form .consent:hover {
    color: rgba(242,240,233,.72) !important;
}


/* Native checkbox accent */
#apply .apply-form input[type="checkbox"] {
    accent-color: var(--accent);
}


/* Privacy link */
#apply .apply-form .consent a {
    color: var(--accent) !important;
}


/*
 * Main CTA — inverted against black form.
 */
#apply .apply-form .form-submit {
    background: var(--accent) !important;
    color: var(--ink) !important;

    border-color: var(--accent) !important;

    box-shadow: none;

    transition:
        transform .25s cubic-bezier(.2,.75,.2,1),
        background-color .22s ease,
        color .22s ease,
        box-shadow .25s ease;
}


@media (hover: hover) and (pointer: fine) {

    #apply .apply-form .form-submit:hover {
        background: var(--paper) !important;
        color: var(--ink) !important;

        transform: translateY(-2px);

        box-shadow:
            0 10px 28px rgba(190,255,0,.10);
    }
}


#apply .apply-form .form-submit:active {
    transform: translateY(0);
}


/* Small note under button */
#apply .apply-form .form-note {
    color: rgba(242,240,233,.40) !important;
}


/*
 * Success / error states must also work on dark background.
 */
#apply .apply-form .form-success {
    color: var(--paper) !important;

    background:
        rgba(190,255,0,.08) !important;

    border-color:
        rgba(190,255,0,.30) !important;
}


#apply .apply-form .form-error {
    color: var(--paper) !important;

    background:
        rgba(255,120,100,.08) !important;
}


/*
 * Autofill fix for Chrome.
 * Prevents Chrome from painting a bright white/yellow field.
 */
#apply .apply-form input:-webkit-autofill,
#apply .apply-form input:-webkit-autofill:hover,
#apply .apply-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #f2f0e9 !important;

    -webkit-box-shadow:
        0 0 0 1000px #11120f inset !important;

    caret-color: #f2f0e9;
}


/* Slightly softer treatment on phones */
@media (max-width: 590px) {

    #apply .apply-form::before {
        background:
            radial-gradient(
                ellipse 80% 30% at 100% 0%,
                rgba(190,255,0,.085) 0%,
                rgba(190,255,0,.025) 50%,
                transparent 78%
            );
    }
}

/* MAIN APPLICATION FORM — DARK / ACID END */

/* WHO IT IS FOR — RESULTS CTA START */

.fit-results-cta {
    width: min(390px, 100%);
    margin-top: clamp(42px, 6vw, 82px);
}

.fit-results-cta-text {
    max-width: 310px;
    margin: 0 0 18px;

    color: var(--muted);

    font-size: .82rem;
    line-height: 1.55;
}

.fit-results-cta-link {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;

    min-width: 210px;

    padding: 16px 18px;

    overflow: hidden;
    isolation: isolate;

    background: var(--ink);
    color: var(--paper);

    border: 1px solid var(--ink);

    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;

    transition:
        color .28s ease,
        border-color .28s ease,
        transform .3s cubic-bezier(.2,.75,.2,1);
}


/* subtle acid layer */
.fit-results-cta-link::before {
    content: "";

    position: absolute;
    z-index: -1;

    inset: 0;

    background: var(--accent);

    transform: translateY(102%);

    transition:
        transform .34s cubic-bezier(.2,.75,.2,1);
}


/* tiny permanent acid accent */
.fit-results-cta-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 48px;
    height: 2px;

    background: var(--accent);

    transition:
        width .32s cubic-bezier(.2,.75,.2,1);
}


.fit-results-cta-arrow {
    color: var(--accent);

    font-size: 1rem;
    line-height: .8;

    transition:
        color .25s ease,
        transform .3s cubic-bezier(.2,.75,.2,1);
}


@media (min-width: 901px) and (hover: hover) and (pointer: fine) {

    .fit-results-cta-link:hover {
        color: var(--ink);

        border-color: var(--accent);

        transform: translateY(-3px);
    }

    .fit-results-cta-link:hover::before {
        transform: translateY(0);
    }

    .fit-results-cta-link:hover::after {
        width: 100%;
    }

    .fit-results-cta-link:hover .fit-results-cta-arrow {
        color: var(--ink);

        transform: translateX(4px);
    }
}


.fit-results-cta-link:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}


@media (max-width: 900px) {

    .fit-results-cta {
        margin-top: 32px;
    }
}


@media (prefers-reduced-motion: reduce) {

    .fit-results-cta-link,
    .fit-results-cta-link::before,
    .fit-results-cta-link::after,
    .fit-results-cta-arrow {
        transition: none !important;
    }
}

/* WHO IT IS FOR — RESULTS CTA END */

/* FOOTER PRIVACY + COOKIE BANNER START */


/* =========================
   FOOTER LEGAL
   ========================= */

.footer-legal {
    padding-top: 20px;
    padding-bottom: 20px;

    border-top: 1px solid var(--line-dark);

    color: rgba(242,240,233,.52);
}

.footer-legal p {
    max-width: 760px;

    margin: 0;

    font-size: .67rem;
    line-height: 1.65;
    letter-spacing: .035em;
}

.footer-legal a {
    color: rgba(242,240,233,.86);

    text-decoration-line: underline;
    text-decoration-color: var(--accent);
    text-underline-offset: 3px;

    transition:
        color .2s ease,
        text-decoration-color .2s ease;
}

.footer-legal a:hover {
    color: var(--accent);
}


.footer-privacy-link {
    position: relative;
}

.footer-privacy-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -3px;

    width: 100%;
    height: 1px;

    background: var(--accent);

    transform: scaleX(.28);
    transform-origin: left center;

    transition: transform .25s ease;
}

.footer-privacy-link:hover::after {
    transform: scaleX(1);
}


/* =========================
   COOKIE BANNER
   ========================= */

.cookie-banner[hidden] {
    display: none !important;
}

.cookie-banner {
    position: fixed;
    z-index: 10000;

    left: 50%;
    bottom: 18px;

    width: calc(100% - 36px);
    max-width: 1180px;

    transform:
        translate(-50%, 18px);

    opacity: 0;

    overflow: hidden;
    isolation: isolate;

    background: #11120f;
    color: #f2f0e9;

    border: 1px solid rgba(242,240,233,.16);

    box-shadow:
        0 22px 70px rgba(0,0,0,.30);

    transition:
        opacity .28s ease,
        transform .32s cubic-bezier(.2,.75,.2,1);
}

.cookie-banner.is-visible {
    opacity: 1;

    transform:
        translate(-50%, 0);
}


/*
 * Very soft acid atmosphere rather than
 * a hard rectangular green fill.
 */
.cookie-banner__glow {
    position: absolute;
    z-index: 0;

    pointer-events: none;

    left: -5%;
    top: -140%;

    width: 55%;
    height: 320%;

    border-radius: 50%;

    background:
        radial-gradient(
            ellipse at center,
            rgba(190,255,0,.16) 0%,
            rgba(190,255,0,.075) 30%,
            rgba(190,255,0,.025) 52%,
            rgba(190,255,0,0) 72%
        );

    filter: blur(20px);
}


.cookie-banner__content {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 34px;

    padding: 18px 20px;
}


.cookie-banner__text {
    max-width: 820px;

    margin: 0;

    color: rgba(242,240,233,.72);

    font-size: .75rem;
    line-height: 1.55;
}


.cookie-banner__privacy {
    color: var(--accent);

    font-weight: 600;

    text-decoration-line: underline;
    text-decoration-color: rgba(190,255,0,.55);
    text-underline-offset: 3px;

    transition:
        color .2s ease,
        text-decoration-color .2s ease;
}


.cookie-banner__privacy:hover {
    color: #f2f0e9;

    text-decoration-color: var(--accent);
}


/* ACCEPT */

.cookie-banner__accept {
    flex: 0 0 auto;

    min-width: 150px;

    padding: 13px 18px;

    border: 1px solid var(--accent);

    background: var(--accent);
    color: var(--ink);

    cursor: pointer;

    font: inherit;

    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1;
    text-transform: uppercase;

    transition:
        transform .24s cubic-bezier(.2,.75,.2,1),
        background-color .2s ease,
        color .2s ease;
}


@media (hover: hover) and (pointer: fine) {

    .cookie-banner__accept:hover {
        transform: translateY(-2px);

        background: #f2f0e9;
        border-color: #f2f0e9;
    }
}


.cookie-banner__accept:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}


/* MOBILE */

@media (max-width: 700px) {

    .cookie-banner {
        bottom: 10px;

        width: calc(100% - 20px);
    }

    .cookie-banner__content {
        align-items: stretch;
        flex-direction: column;

        gap: 16px;

        padding: 18px;
    }

    .cookie-banner__accept {
        width: 100%;
    }

    .cookie-banner__glow {
        left: -20%;
        top: -80%;

        width: 100%;
        height: 220%;
    }
}


@media (prefers-reduced-motion: reduce) {

    .cookie-banner,
    .cookie-banner__accept {
        transition: none !important;
    }
}

/* FOOTER PRIVACY + COOKIE BANNER END */

/* PRIVACY PAGE START */


/* =========================
   HERO
   ========================= */

.privacy {
    background: var(--paper);
    color: var(--ink);
}


.privacy-hero {
    padding:
        clamp(110px, 12vw, 180px)
        0
        clamp(70px, 8vw, 110px);

    border-bottom: 1px solid var(--line);
}


.privacy-hero__inner {
    max-width: 1180px;
}


.privacy-eyebrow {
    margin-bottom: 28px;

    color: var(--muted);

    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .17em;
    line-height: 1.2;
    text-transform: uppercase;
}


.privacy-hero h1 {
    max-width: 920px;

    margin: 0;

    font:
        500
        clamp(4.2rem, 9vw, 9rem) / .87
        var(--display);

    letter-spacing: -.035em;
    text-transform: uppercase;
}


.privacy-intro {
    max-width: 720px;

    margin:
        clamp(32px, 4vw, 50px)
        0
        0;

    color: var(--muted);

    font-size:
        clamp(1rem, 1.3vw, 1.2rem);

    line-height: 1.6;
}


.privacy-updated {
    margin-top: 30px;

    color: var(--muted);

    font-size: .66rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}


/* =========================
   DOCUMENT
   ========================= */

.privacy-content {
    padding:
        clamp(70px, 8vw, 120px)
        0
        clamp(100px, 11vw, 160px);
}


.privacy-document {
    width: min(820px, 100%);

    margin-left: auto;
    margin-right: auto;

    font-size: .98rem;
    line-height: 1.75;

    color: rgba(17,18,15,.82);
}


/* Wagtail rich text wrapper */

.privacy-document .rich-text {
    display: block;
}


.privacy-document h2 {
    margin:
        clamp(58px, 7vw, 88px)
        0
        22px;

    padding-top: 26px;

    border-top: 1px solid var(--line);

    color: var(--ink);

    font:
        500
        clamp(2rem, 4vw, 3.3rem) / .98
        var(--display);

    letter-spacing: -.02em;
    text-transform: uppercase;
}


.privacy-document h2:first-child {
    margin-top: 0;
}


.privacy-document h3 {
    margin: 40px 0 14px;

    color: var(--ink);

    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
}


.privacy-document p {
    margin: 0 0 20px;
}


.privacy-document ul,
.privacy-document ol {
    margin: 22px 0 28px;
    padding-left: 24px;
}


.privacy-document li {
    margin: 9px 0;
    padding-left: 6px;
}


.privacy-document strong {
    color: var(--ink);
    font-weight: 650;
}


.privacy-document a {
    color: var(--ink);

    text-decoration-line: underline;
    text-decoration-color: var(--accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;

    transition: color .2s ease;
}


.privacy-document a:hover {
    color: #738f00;
}


.privacy-document blockquote {
    position: relative;

    margin: 38px 0;
    padding: 24px 28px;

    background:
        rgba(190,255,0,.07);

    border-left:
        3px solid var(--accent);

    color: var(--ink);
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 700px) {

    .privacy-hero {
        padding-top: 100px;
    }

    .privacy-hero h1 {
        font-size:
            clamp(3.5rem, 18vw, 5.5rem);
    }

    .privacy-document {
        font-size: .94rem;
    }

    .privacy-document h2 {
        font-size:
            clamp(2rem, 10vw, 2.8rem);
    }

}


/* PRIVACY PAGE END */

/* ==========================================================
   EXPANDED ABOUT PAGE — PATCH 014
   ========================================================== */

.about-page .about-story-eyebrow {
    margin-bottom: 22px;
    color: var(--muted);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-page .about-story-heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, .65fr);
    column-gap: clamp(40px, 8vw, 130px);
    align-items: end;
    margin-bottom: clamp(46px, 7vw, 90px);
}

.about-page .about-story-heading .about-story-eyebrow {
    grid-column: 1 / -1;
}

.about-page .about-story-heading h2 {
    margin: 0;
    font: 500 clamp(3rem, 6vw, 6.5rem)/.9 var(--display);
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.about-page .about-story-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(.95rem, 1.2vw, 1.08rem);
    line-height: 1.65;
}

/* Intro */
.about-story-intro {
    padding: clamp(90px, 10vw, 150px) 0;
    background: var(--paper);
}

.about-story-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, .65fr);
    gap: clamp(50px, 8vw, 130px);
    align-items: center;
}

.about-story-intro__copy h2 {
    max-width: 900px;
    margin: 0;
    font: 500 clamp(4.2rem, 8vw, 8.7rem)/.84 var(--display);
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.about-story-intro__lead {
    max-width: 680px;
    margin: clamp(32px, 4vw, 52px) 0 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    line-height: 1.58;
}

.about-story-intro__note {
    width: fit-content;
    margin-top: 36px;
    padding-top: 14px;
    border-top: 2px solid var(--accent);
    color: var(--ink);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.about-story-intro__media {
    margin: 0;
}

.about-story-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.about-story-intro__media figcaption,
.about-story-chapter__media figcaption,
.about-photo-grid__item figcaption {
    margin-top: 10px;
    color: var(--muted);
    font-size: .66rem;
    line-height: 1.5;
}

/* Timeline */
.about-timeline {
    padding: clamp(90px, 10vw, 150px) 0;
    background: var(--paper-2);
}

.about-timeline__list {
    border-top: 1px solid var(--line);
}

.about-timeline__item {
    display: grid;
    grid-template-columns: minmax(150px, .28fr) 1fr;
    gap: clamp(25px, 5vw, 80px);
    min-height: 190px;
    padding: 32px 0 36px;
    border-bottom: 1px solid var(--line);
}

.about-timeline__rail {
    position: relative;
    padding-left: 24px;
}

.about-timeline__rail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 44px;
    background: var(--line);
}

.about-timeline__item[data-tone="win"] .about-timeline__rail::before,
.about-timeline__item[data-tone="turning"] .about-timeline__rail::before {
    background: var(--accent);
}

.about-timeline__item[data-tone="setback"] .about-timeline__rail::before {
    background: linear-gradient(180deg, var(--ink), transparent);
}

.about-timeline__period {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-timeline__label {
    margin-bottom: 13px;
    color: var(--muted);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-timeline__item[data-tone="win"] .about-timeline__label,
.about-timeline__item[data-tone="turning"] .about-timeline__label {
    color: #719000;
}

.about-timeline__body h3 {
    margin: 0;
    font: 500 clamp(2rem, 3.5vw, 3.7rem)/.95 var(--display);
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.about-timeline__body p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--muted);
    line-height: 1.68;
}

/* Story chapter */
.about-story-chapter {
    padding: clamp(90px, 11vw, 170px) 0;
    background: var(--paper);
}

.about-story-chapter:nth-of-type(even) {
    background: var(--paper-2);
}

.about-story-chapter__grid {
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1fr);
    gap: clamp(50px, 8vw, 130px);
    align-items: center;
}

.about-story-chapter--right .about-story-chapter__media {
    order: 2;
}

.about-story-chapter--right .about-story-chapter__copy {
    order: 1;
}

.about-story-chapter__media {
    margin: 0;
}

.about-story-chapter__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.about-story-chapter__copy h2 {
    max-width: 760px;
    margin: 0;
    font: 500 clamp(3.2rem, 6vw, 6.4rem)/.88 var(--display);
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.about-story-chapter__text {
    max-width: 720px;
    margin-top: 34px;
    color: rgba(17,18,15,.78);
    font-size: 1rem;
    line-height: 1.75;
}

.about-story-chapter__text p {
    margin: 0 0 20px;
}

.about-story-chapter__text ul,
.about-story-chapter__text ol {
    padding-left: 24px;
}

.about-story-chapter__text a {
    color: var(--ink);
    text-decoration-color: var(--accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.about-story-chapter__pullout {
    position: relative;
    max-width: 650px;
    margin-top: 40px;
    padding: 24px 28px;
    background: rgba(190,255,0,.075);
    border-left: 3px solid var(--accent);
    color: var(--ink);
    font-size: 1.05rem;
    line-height: 1.55;
}

/* Quote */
.about-pull-quote {
    overflow: hidden;
    background: var(--ink);
    color: var(--paper);
}

.about-pull-quote__inner {
    position: relative;
    padding-top: clamp(90px, 10vw, 150px);
    padding-bottom: clamp(90px, 10vw, 150px);
}

.about-pull-quote__inner::before {
    content: "";
    position: absolute;
    right: -10%;
    top: -45%;
    width: 60%;
    height: 190%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(190,255,0,.11), rgba(190,255,0,0) 70%);
    filter: blur(22px);
    pointer-events: none;
}

.about-pull-quote__mark {
    position: relative;
    z-index: 1;
    color: var(--accent);
    font: 500 5rem/1 var(--display);
}

.about-pull-quote blockquote {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 10px 0 0;
    font: 500 clamp(3rem, 6vw, 6.5rem)/.92 var(--display);
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.about-pull-quote cite,
.about-pull-quote__note {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 30px;
    color: rgba(242,240,233,.55);
    font-style: normal;
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Photos */
.about-photo-grid {
    padding: clamp(90px, 10vw, 150px) 0;
    background: var(--paper);
}

.about-photo-grid__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.about-photo-grid__item {
    grid-column: span 4;
    margin: 0;
}

.about-photo-grid__item:nth-child(5n + 1) {
    grid-column: span 7;
}

.about-photo-grid__item:nth-child(5n + 2) {
    grid-column: span 5;
}

.about-photo-grid__item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.about-photo-grid__item:nth-child(5n + 1) img {
    aspect-ratio: 16/11;
}

/* Highlights */
.about-highlights {
    padding: clamp(90px, 10vw, 150px) 0;
    background: var(--paper-2);
}

.about-highlights__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.about-highlight-card {
    position: relative;
    min-height: 280px;
    padding: 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-highlight-card[data-tone="win"]::before,
.about-highlight-card[data-tone="lesson"]::before,
.about-highlight-card[data-tone="setback"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 56px;
    background: var(--accent);
}

.about-highlight-card[data-tone="setback"]::before {
    background: var(--ink);
}

.about-highlight-card__label {
    color: var(--muted);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-highlight-card[data-tone="win"] .about-highlight-card__label,
.about-highlight-card[data-tone="lesson"] .about-highlight-card__label {
    color: #719000;
}

.about-highlight-card h3 {
    max-width: 530px;
    margin: clamp(50px, 7vw, 90px) 0 14px;
    font: 500 clamp(2rem, 3vw, 3.4rem)/.95 var(--display);
    text-transform: uppercase;
}

.about-highlight-card p {
    max-width: 560px;
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

/* Principles */
.about-principles {
    padding: clamp(90px, 10vw, 150px) 0;
    background: var(--ink);
    color: var(--paper);
}

.about-principles .about-story-heading h2 {
    color: var(--paper);
}

.about-principles .about-story-heading > p,
.about-principles .about-story-eyebrow {
    color: rgba(242,240,233,.48);
}

.about-principles__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(242,240,233,.15);
    border-left: 1px solid rgba(242,240,233,.15);
}

.about-principle-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    border-right: 1px solid rgba(242,240,233,.15);
    border-bottom: 1px solid rgba(242,240,233,.15);
}

.about-principle-card > span {
    color: var(--accent);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .13em;
}

.about-principle-card h3 {
    margin: auto 0 14px;
    font: 500 2rem/1 var(--display);
    text-transform: uppercase;
}

.about-principle-card p {
    margin: 0;
    color: rgba(242,240,233,.55);
    font-size: .84rem;
    line-height: 1.58;
}

/* Closing CTA */
.about-story-cta {
    padding: clamp(85px, 9vw, 130px) 0;
    background: var(--accent);
    color: var(--ink);
}

.about-story-cta .about-story-eyebrow {
    color: rgba(17,18,15,.55);
}

.about-story-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: end;
}

.about-story-cta h2 {
    max-width: 930px;
    margin: 0;
    font: 500 clamp(3.5rem, 7vw, 7rem)/.87 var(--display);
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.about-story-cta p {
    max-width: 700px;
    margin: 28px 0 0;
    color: rgba(17,18,15,.68);
    line-height: 1.6;
}

.about-story-cta__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.about-story-cta__primary,
.about-story-cta__secondary {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 16px 18px;
    border: 1px solid var(--ink);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.about-story-cta__primary {
    background: var(--ink);
    color: var(--paper);
}

.about-story-cta__secondary {
    color: var(--ink);
}

@media (hover:hover) and (pointer:fine) {
    .about-story-cta__primary:hover,
    .about-story-cta__secondary:hover {
        transform: translateY(-3px);
    }
    .about-story-cta__primary:hover {
        background: var(--paper);
        color: var(--ink);
    }
    .about-story-cta__secondary:hover {
        background: var(--ink);
        color: var(--paper);
    }
}

@media (max-width: 900px) {
    .about-page .about-story-heading,
    .about-story-intro__grid,
    .about-story-chapter__grid,
    .about-story-cta__inner {
        grid-template-columns: 1fr;
    }

    .about-story-intro__media {
        max-width: 650px;
    }

    .about-story-chapter--right .about-story-chapter__media,
    .about-story-chapter--right .about-story-chapter__copy {
        order: initial;
    }

    .about-principles__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-story-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .about-timeline__item {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .about-timeline__rail {
        padding-left: 18px;
    }

    .about-highlights__grid,
    .about-principles__grid {
        grid-template-columns: 1fr;
    }

    .about-photo-grid__items {
        grid-template-columns: 1fr;
    }

    .about-photo-grid__item,
    .about-photo-grid__item:nth-child(5n + 1),
    .about-photo-grid__item:nth-child(5n + 2) {
        grid-column: auto;
    }

    .about-photo-grid__item img,
    .about-photo-grid__item:nth-child(5n + 1) img {
        aspect-ratio: 4/5;
    }

    .about-highlight-card {
        min-height: 240px;
    }

    .about-principle-card {
        min-height: 240px;
    }
}
/* EXPANDED ABOUT PAGE — PATCH 014 END */

/* ==========================================================
   ABOUT PHOTO CAROUSEL — PATCH 015
   ========================================================== */

.about-carousel {
    overflow: hidden;
    padding: clamp(90px, 10vw, 150px) 0;
    background: var(--ink);
    color: var(--paper);
}

.about-carousel .about-story-eyebrow {
    color: rgba(242,240,233,.48);
}

.about-carousel__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: end;
    margin-bottom: clamp(40px, 6vw, 72px);
}

.about-carousel__head h2 {
    max-width: 940px;
    margin: 0;
    color: var(--paper);
    font: 500 clamp(3.2rem, 6vw, 6.8rem)/.88 var(--display);
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.about-carousel__head p {
    max-width: 680px;
    margin: 26px 0 0;
    color: rgba(242,240,233,.52);
    font-size: .96rem;
    line-height: 1.65;
}

.about-carousel__controls {
    display: flex;
    gap: 8px;
}

.about-carousel__button {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(242,240,233,.22);
    background: transparent;
    color: var(--paper);
    cursor: pointer;
    font: inherit;
    font-size: 1.05rem;
    transition:
        background-color .22s ease,
        border-color .22s ease,
        color .22s ease,
        transform .22s ease,
        opacity .22s ease;
}

.about-carousel__button:disabled {
    opacity: .28;
    cursor: default;
}

@media (hover:hover) and (pointer:fine) {
    .about-carousel__button:not(:disabled):hover {
        background: var(--accent);
        border-color: var(--accent);
        color: var(--ink);
        transform: translateY(-2px);
    }
}

.about-carousel__button:focus-visible,
.about-carousel__track:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}

.about-carousel__viewport {
    width: 100%;
}

.about-carousel__track {
    display: flex;
    gap: clamp(12px, 1.4vw, 22px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding:
        0
        max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2))
        16px;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.about-carousel__track::-webkit-scrollbar {
    display: none;
}

.about-carousel__slide {
    flex: 0 0 min(33vw, 430px);
    min-width: 300px;
    margin: 0;
    scroll-snap-align: start;
}

.about-carousel__image {
    position: relative;
    overflow: hidden;
    background: rgba(242,240,233,.05);
}

.about-carousel__image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(17,18,15,.16)
    );
}

.about-carousel__slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .55s cubic-bezier(.2,.75,.2,1);
}

@media (hover:hover) and (pointer:fine) {
    .about-carousel__slide:hover img {
        transform: scale(1.025);
    }
}

.about-carousel__slide figcaption {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding-top: 14px;
    border-top: 1px solid rgba(242,240,233,.12);
}

.about-carousel__tag {
    color: var(--accent);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.45;
    text-transform: uppercase;
}

.about-carousel__caption {
    color: rgba(242,240,233,.58);
    font-size: .72rem;
    line-height: 1.5;
}

.about-carousel__progress-wrap {
    margin-top: 34px;
}

.about-carousel__progress {
    height: 1px;
    overflow: hidden;
    background: rgba(242,240,233,.14);
}

.about-carousel__progress > span {
    display: block;
    width: 0%;
    height: 100%;
    background: var(--accent);
    transition: width .12s linear;
}

@media (max-width: 900px) {
    .about-carousel__slide {
        flex-basis: min(58vw, 440px);
    }
}

@media (max-width: 620px) {
    .about-carousel__head {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .about-carousel__controls {
        justify-content: flex-start;
    }

    .about-carousel__slide {
        flex-basis: 82vw;
        min-width: 0;
    }

    .about-carousel__track {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-carousel__slide figcaption {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-carousel__track {
        scroll-behavior: auto;
    }

    .about-carousel__slide img,
    .about-carousel__button,
    .about-carousel__progress > span {
        transition: none !important;
    }
}

/* ABOUT PHOTO CAROUSEL — PATCH 015 END */

/* ABOUT CAROUSEL — DRAGGABLE SLIDER START */


/*
 * Arrow controls are gone.
 * Make header use the full width naturally.
 */
.about-carousel__head {
    grid-template-columns: 1fr !important;
}


/* Safety: remove any old arrow UI if cached markup appears */
.about-carousel__controls,
.about-carousel__button {
    display: none !important;
}


/* Slider area */
.about-carousel__slider-wrap {
    margin-top: 34px;
}


/*
 * The range itself is the progress indicator.
 */
.about-carousel__slider {
    --carousel-progress: 0%;

    display: block;

    width: 100%;
    height: 18px;

    margin: 0;
    padding: 0;

    appearance: none;
    -webkit-appearance: none;

    background: transparent;

    cursor: grab;

    touch-action: pan-y;
}


.about-carousel__slider:active {
    cursor: grabbing;
}


/* =========================
   CHROME / SAFARI / EDGE
   ========================= */

.about-carousel__slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;

    border: 0;

    background:
        linear-gradient(
            90deg,
            var(--accent) 0%,
            var(--accent) var(--carousel-progress),
            rgba(242,240,233,.16) var(--carousel-progress),
            rgba(242,240,233,.16) 100%
        );
}


.about-carousel__slider::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;

    width: 34px;
    height: 10px;

    margin-top: -4px;

    border: 0;
    border-radius: 0;

    background: var(--accent);

    box-shadow:
        0 0 0 1px rgba(190,255,0,.08);

    cursor: grab;

    transition:
        width .22s ease,
        transform .22s ease,
        box-shadow .22s ease;
}


.about-carousel__slider:active::-webkit-slider-thumb {
    width: 44px;

    cursor: grabbing;

    box-shadow:
        0 0 16px rgba(190,255,0,.14);
}


/* =========================
   FIREFOX
   ========================= */

.about-carousel__slider::-moz-range-track {
    height: 2px;

    border: 0;

    background: rgba(242,240,233,.16);
}


.about-carousel__slider::-moz-range-progress {
    height: 2px;

    background: var(--accent);
}


.about-carousel__slider::-moz-range-thumb {
    width: 34px;
    height: 10px;

    border: 0;
    border-radius: 0;

    background: var(--accent);

    cursor: grab;

    transition:
        width .22s ease,
        box-shadow .22s ease;
}


.about-carousel__slider:active::-moz-range-thumb {
    width: 44px;

    cursor: grabbing;

    box-shadow:
        0 0 16px rgba(190,255,0,.14);
}


/* Keyboard focus */
.about-carousel__slider:focus {
    outline: none;
}


.about-carousel__slider:focus-visible::-webkit-slider-thumb {
    box-shadow:
        0 0 0 3px #11120f,
        0 0 0 5px var(--accent);
}


.about-carousel__slider:focus-visible::-moz-range-thumb {
    box-shadow:
        0 0 0 3px #11120f,
        0 0 0 5px var(--accent);
}


/* Remove old decorative progress line */
.about-carousel__progress-wrap,
.about-carousel__progress {
    display: none !important;
}


@media (max-width: 620px) {

    .about-carousel__slider-wrap {
        margin-top: 24px;
    }

    .about-carousel__slider::-webkit-slider-thumb {
        width: 28px;
    }

    .about-carousel__slider::-moz-range-thumb {
        width: 28px;
    }
}


@media (prefers-reduced-motion: reduce) {

    .about-carousel__slider::-webkit-slider-thumb,
    .about-carousel__slider::-moz-range-thumb {
        transition: none !important;
    }
}

/* ABOUT CAROUSEL — DRAGGABLE SLIDER END */

/* ==========================================================
   ABOUT CAROUSEL — TRUE SMOOTH SCROLLBAR FIX
   ========================================================== */


/*
 * Kill every previous control visually.
 */
.about-carousel__controls,
.about-carousel__button,
.about-carousel__slider,
.about-carousel__progress-wrap,
.about-carousel__progress {
    display: none !important;
}


/*
 * CRITICAL:
 * scroll snap was causing the jumping.
 */
.about-carousel__track {
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;

    -webkit-overflow-scrolling: touch;
}


.about-carousel__slide {
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
}


/* Header doesn't reserve space for arrows anymore */
.about-carousel__head {
    grid-template-columns: 1fr !important;
}


/* =========================
   CUSTOM SCROLLBAR
   ========================= */

.about-carousel__slider-wrap {
    margin-top: 34px;
}


.about-carousel__scrollbar {
    position: relative;

    width: 100%;
    height: 24px;

    cursor: pointer;

    touch-action: none;

    user-select: none;
    -webkit-user-select: none;
}


/*
 * ONE track only.
 * This is the only horizontal line.
 */
.about-carousel__scrollbar::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 50%;

    height: 1px;

    transform: translateY(-50%);

    background:
        rgba(242,240,233,.17);

    pointer-events: none;
}


/*
 * Green movable handle.
 * Its width represents how much of the gallery
 * is currently visible.
 */
.about-carousel__scrollbar-thumb {
    --thumb-x: 0px;

    position: absolute;

    left: 0;
    top: 50%;

    width: 80px;
    min-width: 46px;
    height: 4px;

    transform:
        translate3d(
            var(--thumb-x),
            -50%,
            0
        );

    background: var(--accent);

    cursor: grab;

    will-change:
        transform,
        width;

    transition:
        height .2s ease,
        box-shadow .2s ease;
}


.about-carousel__scrollbar:hover
.about-carousel__scrollbar-thumb {
    height: 5px;
}


.about-carousel__scrollbar.is-dragging
.about-carousel__scrollbar-thumb {
    height: 7px;

    cursor: grabbing;

    box-shadow:
        0 0 18px rgba(190,255,0,.15);
}


.about-carousel__scrollbar:focus {
    outline: none;
}


.about-carousel__scrollbar:focus-visible
.about-carousel__scrollbar-thumb {
    box-shadow:
        0 0 0 2px #11120f,
        0 0 0 4px var(--accent);
}


@media (max-width: 620px) {

    .about-carousel__slider-wrap {
        margin-top: 24px;
    }

}


/* ABOUT CAROUSEL — TRUE SMOOTH SCROLLBAR FIX END */

/* RESULTS — CENTER BEFORE/AFTER DESKTOP START */

@media (min-width: 901px) {

    /*
     * The text on the right can be much taller than the photo.
     * Center the comparison vertically inside that full row.
     */
    .results-cards-page .result-case-row,
    .results-cards-page .result-card {
        align-items: center !important;
    }

    .results-cards-page .comparison,
    .results-cards-page .result-comparison,
    .results-cards-page .comparison-wrap {
        align-self: center !important;
    }

}

/*
 * Mobile should remain naturally top-to-bottom.
 */
@media (max-width: 900px) {

    .results-cards-page .result-case-row,
    .results-cards-page .result-card {
        align-items: start !important;
    }

}

/* RESULTS — CENTER BEFORE/AFTER DESKTOP END */

/* ==========================================================
   RESULTS — DARK CLIENT STORY CARDS
   ========================================================== */

@media (min-width: 721px) {

    /*
     * Entire case becomes one strong dark story panel.
     */
    .results-cards-page .result-card,
    .results-cards-page .result-case-row {
        position: relative !important;
        isolation: isolate;

        display: grid !important;
        grid-template-columns:
            minmax(360px, 42%)
            minmax(0, 58%) !important;

        align-items: stretch !important;

        min-height: 760px;

        overflow: hidden !important;

        background: var(--ink) !important;
        color: var(--paper) !important;

        border:
            1px solid rgba(17,18,15,.92) !important;

        box-shadow:
            0 28px 80px rgba(17,18,15,.08);

        transform: none !important;

        transition:
            border-color .3s ease,
            box-shadow .35s ease !important;
    }


    /*
     * Very subtle atmosphere on the text side.
     */
    .results-cards-page .result-case-row::after {
        content: "";

        position: absolute;
        z-index: 0;

        right: -8%;
        top: -30%;

        width: 62%;
        height: 100%;

        pointer-events: none;

        background:
            radial-gradient(
                ellipse at center,
                rgba(190,255,0,.085) 0%,
                rgba(190,255,0,.035) 38%,
                rgba(190,255,0,0) 72%
            );

        filter: blur(26px);

        opacity: .55;

        transition:
            opacity .35s ease,
            transform .45s cubic-bezier(.2,.75,.2,1);
    }


    @media (hover: hover) and (pointer: fine) {

        .results-cards-page .result-case-row:hover {
            transform: none !important;

            border-color:
                rgba(190,255,0,.28) !important;

            box-shadow:
                0 34px 90px rgba(17,18,15,.14);
        }

        .results-cards-page .result-case-row:hover::after {
            opacity: .9;

            transform: scale(1.06);
        }

    }


    /*
     * BEFORE / AFTER
     *
     * The photo panel fills the ENTIRE case height.
     * No more empty space below it.
     */
    .results-cards-page .result-card-comparison,
    .results-cards-page .comparison.result-card-comparison {
        position: relative !important;
        z-index: 1;

        align-self: stretch !important;

        width: 100%;
        height: 100% !important;
        min-height: 760px !important;

        aspect-ratio: auto !important;

        border: 0 !important;
        border-right:
            1px solid rgba(242,240,233,.12) !important;

        background: #20211d;
    }


    .results-cards-page
    .result-card-comparison
    .comparison-image {
        position: absolute !important;
        inset: 0 !important;
    }


    .results-cards-page
    .result-card-comparison
    .comparison-image img {
        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center center !important;

        filter:
            saturate(.9)
            contrast(1.035) !important;
    }


    /*
     * Slight darkening at the very bottom makes the
     * image feel integrated into the card.
     */
    .results-cards-page
    .result-card-comparison::after {
        content: "";

        position: absolute;
        z-index: 2;

        left: 0;
        right: 0;
        bottom: 0;

        height: 18%;

        pointer-events: none;

        background:
            linear-gradient(
                180deg,
                transparent,
                rgba(17,18,15,.16)
            );
    }


    /*
     * Keep slider controls above the overlay.
     */
    .results-cards-page .comparison-label,
    .results-cards-page .comparison-divider,
    .results-cards-page .comparison-range {
        z-index: 5;
    }


    /*
     * TEXT SIDE
     */
    .results-cards-page .result-card-copy,
    .results-cards-page .result-case-copy {
        position: relative;
        z-index: 1;

        display: flex;
        flex-direction: column;
        justify-content: center;

        min-width: 0;

        padding:
            clamp(46px, 5.3vw, 82px)
            clamp(42px, 5.5vw, 86px) !important;

        background: transparent !important;
    }


    /*
     * CLIENT CASE / 01
     */
    .results-cards-page .result-card-topline {
        color:
            rgba(242,240,233,.42) !important;

        font-size: .61rem !important;
        letter-spacing: .15em;
    }


    .results-cards-page
    .result-card-topline span:first-child {
        color: var(--accent) !important;
    }


    .results-cards-page
    .result-card-topline span:last-child {
        color:
            rgba(242,240,233,.48) !important;
    }


    /*
     * Main title.
     */
    .results-cards-page .result-card-copy h2,
    .results-cards-page .result-case-copy h2 {
        max-width: 760px;

        margin-top: 24px !important;

        color: var(--paper) !important;

        font-size:
            clamp(3.4rem, 4.8vw, 6.1rem) !important;

        line-height: .88 !important;

        letter-spacing: -.035em;
    }


    /*
     * Main story text.
     */
    .results-cards-page .result-case-summary {
        max-width: 760px;

        margin-top: 34px !important;

        color:
            rgba(242,240,233,.66) !important;

        font-size:
            clamp(.93rem, 1.05vw, 1.06rem) !important;

        line-height: 1.72 !important;
    }


    .results-cards-page
    .result-case-summary p {
        color:
            rgba(242,240,233,.66) !important;
    }


    .results-cards-page
    .result-case-summary p + p {
        margin-top: 18px;
    }


    /*
     * Story details at the bottom.
     */
    .results-cards-page .result-case-story {
        max-width: none !important;

        margin-top:
            clamp(34px, 4vw, 56px) !important;

        border-top:
            1px solid rgba(242,240,233,.15) !important;
    }


    .results-cards-page
    .result-case-story-item {
        grid-template-columns:
            minmax(110px, .3fr)
            minmax(0, 1fr) !important;

        gap: 30px;

        padding: 20px 0 !important;

        border-bottom:
            1px solid rgba(242,240,233,.13) !important;
    }


    .results-cards-page
    .result-case-story-item > span {
        color: var(--accent) !important;

        opacity: .72;

        font-size: .56rem;
        letter-spacing: .13em;
    }


    .results-cards-page
    .result-case-story-item p {
        color:
            rgba(242,240,233,.78) !important;

        font-size: .82rem;
        line-height: 1.6;
    }

}


/* ==========================================================
   TABLET
   ========================================================== */

@media (min-width: 721px) and (max-width: 1050px) {

    .results-cards-page .result-card,
    .results-cards-page .result-case-row {
        grid-template-columns:
            minmax(300px, 44%)
            minmax(0, 56%) !important;

        min-height: 680px;
    }

    .results-cards-page .result-card-comparison {
        min-height: 680px !important;
    }

    .results-cards-page .result-card-copy,
    .results-cards-page .result-case-copy {
        padding: 38px !important;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 720px) {

    .results-cards-page .result-card,
    .results-cards-page .result-case-row {
        display: block !important;

        overflow: hidden;

        background: var(--ink) !important;
        color: var(--paper) !important;

        border:
            1px solid rgba(242,240,233,.12) !important;
    }


    .results-cards-page .result-card-comparison {
        width: 100%;

        min-height: 0 !important;
        height: auto !important;

        aspect-ratio: 4 / 5 !important;

        border: 0 !important;
        border-bottom:
            1px solid rgba(242,240,233,.12) !important;
    }


    .results-cards-page .result-card-copy,
    .results-cards-page .result-case-copy {
        padding:
            32px 22px 36px !important;

        background: var(--ink) !important;
    }


    .results-cards-page .result-card-topline {
        color:
            rgba(242,240,233,.45) !important;
    }

    .results-cards-page
    .result-card-topline span:first-child {
        color: var(--accent) !important;
    }


    .results-cards-page .result-card-copy h2,
    .results-cards-page .result-case-copy h2 {
        color: var(--paper) !important;
    }


    .results-cards-page .result-case-summary,
    .results-cards-page .result-case-summary p {
        color:
            rgba(242,240,233,.65) !important;
    }


    .results-cards-page .result-case-story {
        border-top:
            1px solid rgba(242,240,233,.14) !important;
    }


    .results-cards-page
    .result-case-story-item {
        border-bottom:
            1px solid rgba(242,240,233,.12) !important;
    }


    .results-cards-page
    .result-case-story-item > span {
        color: var(--accent) !important;
    }


    .results-cards-page
    .result-case-story-item p {
        color:
            rgba(242,240,233,.76) !important;
    }

}

/* RESULTS — DARK CLIENT STORY CARDS END */

/* ==========================================================
   RESULTS — FULL IMAGE / NO ZOOM FIX
   ========================================================== */

.results-cards-page .result-card-comparison {
    background: #0d0e0c !important;
}


/*
 * Preserve the entire uploaded photo.
 * No cropping and no forced zoom.
 */
.results-cards-page
.result-card-comparison
.comparison-image img {
    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;
    object-position: center center !important;

    filter: none !important;
}


/*
 * Both BEFORE and AFTER use exactly the same stage,
 * so the comparison slider remains aligned.
 */
.results-cards-page
.result-card-comparison
.comparison-image {
    background: #0d0e0c !important;
}


/* Mobile too — never crop the result photos */
@media (max-width: 720px) {

    .results-cards-page
    .result-card-comparison
    .comparison-image img {
        object-fit: contain !important;
        object-position: center center !important;
    }

}

/* RESULTS — FULL IMAGE / NO ZOOM FIX END */

/* ==========================================================
   RESULTS — EDITORIAL PHOTO STAGE
   ========================================================== */

@media (min-width: 901px) {

    /*
     * Give the client stories more room on large screens.
     */
    .results-cards-page .result-case-list {
        width: min(1500px, calc(100vw - 40px)) !important;
        max-width: none !important;

        position: relative;
        left: 50%;

        transform: translateX(-50%);
    }


    /*
     * Slightly more space for photography.
     */
    .results-cards-page .result-card,
    .results-cards-page .result-case-row {
        grid-template-columns:
            minmax(420px, 46%)
            minmax(0, 54%) !important;

        align-items: stretch !important;

        min-height: 0 !important;
    }


    /*
     * Photo stage stays full height of the story,
     * but the REAL photo itself will never be cropped.
     */
    .results-cards-page
    .result-card-comparison {
        position: relative !important;

        width: 100% !important;
        height: auto !important;

        min-height: 700px !important;

        align-self: stretch !important;

        overflow: hidden !important;

        background: #090a08 !important;
    }


    /*
     * BEFORE / AFTER layers.
     */
    .results-cards-page
    .result-card-comparison
    .comparison-image {
        position: absolute !important;
        inset: 0 !important;

        overflow: hidden;

        background: #090a08 !important;
    }


    /*
     * This is the blurred backdrop.
     *
     * It fills the whole left panel, but because it's blurred
     * and darkened it never competes with the real image.
     */
    .results-cards-page
    .result-card-comparison
    .comparison-image::before {
        content: "";

        position: absolute;
        z-index: 0;

        inset: -8%;

        background-image:
            var(--result-photo-bg);

        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;

        filter:
            blur(28px)
            brightness(.34)
            saturate(.72);

        transform: scale(1.08);

        opacity: .92;

        pointer-events: none;
    }


    /*
     * Dark veil makes the backdrop subtle.
     */
    .results-cards-page
    .result-card-comparison
    .comparison-image::after {
        content: "";

        position: absolute;
        z-index: 1;

        inset: 0;

        background:
            linear-gradient(
                180deg,
                rgba(8,9,7,.28) 0%,
                rgba(8,9,7,.08) 28%,
                rgba(8,9,7,.08) 72%,
                rgba(8,9,7,.30) 100%
            );

        pointer-events: none;
    }


    /*
     * REAL IMAGE:
     * full image, centered, no crop, no zoom.
     */
    .results-cards-page
    .result-card-comparison
    .comparison-image img {
        position: relative !important;
        z-index: 2 !important;

        display: block;

        width: 100% !important;
        height: 100% !important;

        object-fit: contain !important;
        object-position: center center !important;

        filter: none !important;

        transform: none !important;
    }


    /*
     * Make sure all comparison UI stays over both
     * the real image and blurred backdrop.
     */
    .results-cards-page .comparison-label {
        z-index: 10 !important;
    }

    .results-cards-page .comparison-divider {
        z-index: 12 !important;
    }

    .results-cards-page .comparison-range {
        z-index: 15 !important;
    }


    /*
     * Text needs slightly less padding now that
     * the whole card is wider.
     */
    .results-cards-page
    .result-card-copy,
    .results-cards-page
    .result-case-copy {
        padding:
            clamp(42px, 4.4vw, 68px)
            clamp(40px, 4.4vw, 70px)
            !important;
    }


    /*
     * Don't let an enormous title unnecessarily
     * make the card taller.
     */
    .results-cards-page
    .result-card-copy h2,
    .results-cards-page
    .result-case-copy h2 {
        font-size:
            clamp(3.3rem, 4.4vw, 5.6rem)
            !important;
    }

}


/* Slightly tighter treatment on normal laptops */
@media (min-width: 901px) and (max-width: 1250px) {

    .results-cards-page .result-card,
    .results-cards-page .result-case-row {
        grid-template-columns:
            minmax(380px, 45%)
            minmax(0, 55%) !important;
    }

    .results-cards-page
    .result-card-comparison {
        min-height: 650px !important;
    }

}


/*
 * On mobile we don't need the blurred stage:
 * normal full-width photo is cleaner.
 */
@media (max-width: 900px) {

    .results-cards-page
    .result-card-comparison
    .comparison-image::before,
    .results-cards-page
    .result-card-comparison
    .comparison-image::after {
        display: none !important;
    }

    .results-cards-page
    .result-card-comparison
    .comparison-image img {
        object-fit: contain !important;
    }

}

/* RESULTS — EDITORIAL PHOTO STAGE END */

/* ==========================================================
   RESULTS — BEFORE / AFTER STACKING FIX
   ========================================================== */

.results-cards-page
.result-card-comparison {
    isolation: isolate !important;
}


/*
 * CRITICAL:
 * each photo layer gets its OWN stacking context.
 * This prevents the BEFORE image from escaping above AFTER.
 */
.results-cards-page
.result-card-comparison
.comparison-image {
    isolation: isolate !important;

    position: absolute !important;
    inset: 0 !important;
}


/* BEFORE is the base layer */
.results-cards-page
.result-card-comparison
.comparison-before {
    z-index: 1 !important;

    clip-path: none !important;
}


/*
 * AFTER always sits above BEFORE,
 * but only the part to the right of the divider is visible.
 */
.results-cards-page
.result-card-comparison
.comparison-after {
    z-index: 2 !important;

    clip-path:
        inset(
            0
            0
            0
            var(--position)
        ) !important;
}


/*
 * Keep blur / veil / sharp image INSIDE
 * their respective before/after layer.
 */
.results-cards-page
.result-card-comparison
.comparison-image::before {
    z-index: 0 !important;
}

.results-cards-page
.result-card-comparison
.comparison-image::after {
    z-index: 1 !important;
}

.results-cards-page
.result-card-comparison
.comparison-image img {
    position: relative !important;
    z-index: 2 !important;
}


/* UI always above both photographs */
.results-cards-page
.result-card-comparison
.comparison-label {
    z-index: 10 !important;
}

.results-cards-page
.result-card-comparison
.comparison-divider {
    z-index: 11 !important;
}

.results-cards-page
.result-card-comparison
.comparison-range {
    z-index: 12 !important;
}

/* RESULTS — BEFORE / AFTER STACKING FIX END */

/* ==========================================================
   RESULTS — SMART PHOTO FIT
   ========================================================== */

@media (min-width: 901px) {

    /*
     * Base image:
     * centered inside its photo stage.
     */
    .results-cards-page
    .result-card-comparison
    .comparison-image img {
        position: absolute !important;

        left: 50% !important;
        top: 50% !important;

        width: 100% !important;
        height: 100% !important;

        max-width: none !important;
        max-height: none !important;

        object-fit: contain !important;
        object-position: center center !important;

        transform:
            translate(-50%, -50%)
            scale(1) !important;

        transform-origin: center center !important;

        transition:
            transform .35s ease !important;
    }


    /*
     * PORTRAIT
     *
     * Already uses the available vertical space well.
     * Keep almost the entire original frame.
     */
    .results-cards-page
    .comparison-image.result-photo--portrait img {
        transform:
            translate(-50%, -50%)
            scale(1.02) !important;
    }


    /*
     * NEAR SQUARE
     */
    .results-cards-page
    .comparison-image.result-photo--square img {
        transform:
            translate(-50%, -50%)
            scale(1.12) !important;
    }


    /*
     * LANDSCAPE
     *
     * Moderate enlargement — enough to avoid
     * the tiny horizontal-strip look.
     */
    .results-cards-page
    .comparison-image.result-photo--landscape img {
        transform:
            translate(-50%, -50%)
            scale(1.30) !important;
    }


    /*
     * VERY WIDE PHOTO
     *
     * Stronger, but still nowhere near a full
     * forced "cover the entire vertical panel" crop.
     */
    .results-cards-page
    .comparison-image.result-photo--wide img {
        transform:
            translate(-50%, -50%)
            scale(1.44) !important;
    }

}


/*
 * Mobile stays conservative.
 * No artificial zoom.
 */
@media (max-width: 900px) {

    .results-cards-page
    .result-card-comparison
    .comparison-image img {
        transform: none !important;

        object-fit: contain !important;
    }

}

/* RESULTS — SMART PHOTO FIT END */

/* ==========================================================
   RESULTS — LANDSCAPE PHOTOS FULL HEIGHT
   ========================================================== */

@media (min-width: 901px) {

    /*
     * Portrait photos stay conservative:
     * preserve almost the entire frame.
     */
    .results-cards-page
    .comparison-image.result-photo--portrait img {
        width: 100% !important;
        height: 100% !important;

        object-fit: contain !important;
        object-position: center center !important;

        transform:
            translate(-50%, -50%)
            scale(1.02) !important;
    }


    /*
     * Square-ish photos can be slightly enlarged,
     * but still preserve most of the frame.
     */
    .results-cards-page
    .comparison-image.result-photo--square img {
        width: 100% !important;
        height: 100% !important;

        object-fit: contain !important;
        object-position: center center !important;

        transform:
            translate(-50%, -50%)
            scale(1.10) !important;
    }


    /*
     * LANDSCAPE:
     *
     * Fill the SAME vertical stage as the portrait image.
     * This intentionally crops some left/right area,
     * otherwise a horizontal image physically cannot
     * have the same displayed height.
     */
    .results-cards-page
    .comparison-image.result-photo--landscape img,
    .results-cards-page
    .comparison-image.result-photo--wide img {
        left: 0 !important;
        top: 0 !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
        object-position: center center !important;

        transform: none !important;

        max-width: none !important;
        max-height: none !important;
    }


    /*
     * Once a landscape image fills the complete stage,
     * the blurred backdrop is unnecessary.
     */
    .results-cards-page
    .comparison-image.result-photo--landscape::before,
    .results-cards-page
    .comparison-image.result-photo--landscape::after,
    .results-cards-page
    .comparison-image.result-photo--wide::before,
    .results-cards-page
    .comparison-image.result-photo--wide::after {
        opacity: 0 !important;
    }

}

/* RESULTS — LANDSCAPE PHOTOS FULL HEIGHT END */

/* ==========================================================
   PATCH 016 — FINAL MOBILE POLISH + NEW MOBILE MENU
   Desktop is intentionally untouched.
   ========================================================== */

@media (max-width: 900px) {

  /* ---------- GLOBAL RHYTHM ---------- */

  html {
    scroll-padding-top: 72px;
  }

  .shell {
    width: min(calc(100% - 32px), var(--max)) !important;
  }

  .section {
    padding-block: 68px !important;
  }

  .section-index {
    margin-bottom: 16px !important;
  }

  h2,
  .about-copy h2 {
    font-size: clamp(2.9rem, 12.5vw, 4.6rem) !important;
    line-height: .9 !important;
  }

  /* ---------- HEADER / BURGER ---------- */

  .site-header {
    height: 66px !important;
  }

  .nav-wrap {
    position: relative;
    z-index: 1002;
  }

  .brand {
    position: relative;
    z-index: 1003;
  }

  .brand-logo,
  .brand-logo .brand-mark {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .brand-logo-image {
    max-width: 36px !important;
    max-height: 36px !important;
  }

  .brand-copy strong {
    font-size: 1.02rem !important;
  }

  /*
   * New compact square burger.
   * Existing markup is reused, so nothing in Wagtail changes.
   */
  .menu-toggle {
    position: relative !important;
    z-index: 1004 !important;

    display: block !important;

    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;

    border: 1px solid rgba(17,18,15,.18) !important;
    background: rgba(242,240,233,.9) !important;
    color: var(--ink) !important;

    backdrop-filter: blur(12px);

    cursor: pointer;

    transition:
      background-color .25s ease,
      border-color .25s ease,
      color .25s ease,
      transform .25s ease !important;
  }

  .dark-header .menu-toggle {
    border-color: rgba(242,240,233,.22) !important;
    background: rgba(17,18,15,.74) !important;
    color: var(--paper) !important;
  }

  .menu-toggle::after {
    content: "";

    position: absolute;
    right: 6px;
    bottom: 6px;

    width: 5px;
    height: 5px;

    background: var(--accent);

    transition:
      width .28s var(--ease),
      height .28s var(--ease),
      opacity .2s ease;
  }

  .menu-toggle > span:not(.sr-only) {
    position: absolute !important;
    left: 12px !important;

    width: 20px !important;

    margin: 0 !important;

    border: 0 !important;
    border-top: 1.5px solid currentColor !important;

    transform-origin: center !important;

    transition:
      top .28s var(--ease),
      transform .28s var(--ease),
      opacity .18s ease,
      width .28s var(--ease) !important;
  }

  .menu-toggle > span:nth-child(1) {
    top: 15px !important;
  }

  .menu-toggle > span:nth-child(2) {
    top: 22px !important;
    width: 14px !important;
  }

  .menu-toggle > span:nth-child(3) {
    top: 29px !important;
  }

  .menu-toggle.is-open {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
    color: var(--ink) !important;
  }

  .menu-toggle.is-open::after {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .menu-toggle.is-open > span:nth-child(1) {
    top: 22px !important;
    transform: rotate(45deg) !important;
  }

  .menu-toggle.is-open > span:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }

  .menu-toggle.is-open > span:nth-child(3) {
    top: 22px !important;
    transform: rotate(-45deg) !important;
  }

  /*
   * Full-screen editorial menu.
   * Opens vertically instead of the old side drawer.
   */
  .site-nav {
    counter-reset: mobile-nav;

    position: fixed !important;
    z-index: 1000 !important;
    inset: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    gap: 0 !important;

    min-height: 100dvh;

    padding:
      max(92px, calc(env(safe-area-inset-top) + 78px))
      18px
      max(26px, calc(env(safe-area-inset-bottom) + 18px))
      !important;

    overflow-y: auto !important;
    overscroll-behavior: contain;

    background:
      radial-gradient(
        ellipse 62% 45% at 90% 105%,
        rgba(200,255,46,.10) 0%,
        rgba(200,255,46,.035) 42%,
        transparent 72%
      ),
      var(--ink) !important;

    color: var(--paper) !important;

    transform: none !important;
    clip-path: inset(0 0 100% 0);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
      clip-path .46s cubic-bezier(.2,.75,.2,1),
      opacity .24s ease,
      visibility 0s linear .46s !important;
  }

  .site-nav::before {
    content: "MENU / PANINCOACH";

    display: block;

    margin: 0 0 18px;
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(242,240,233,.16);

    color: rgba(242,240,233,.42);

    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .17em;
    line-height: 1;
  }

  .site-nav::after {
    content: "";

    display: block;

    width: 74px;
    height: 2px;

    margin-top: auto;
    padding-top: 24px;

    border-top: 2px solid var(--accent);
  }

  .site-nav.is-open {
    clip-path: inset(0);

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transition:
      clip-path .46s cubic-bezier(.2,.75,.2,1),
      opacity .24s ease,
      visibility 0s linear 0s !important;
  }

  .site-nav > a {
    position: relative !important;

    width: 100% !important;

    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 16px !important;

    min-height: 0 !important;

    margin: 0 !important;
    padding: 11px 2px 12px !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(242,240,233,.13) !important;
    border-radius: 0 !important;

    background: transparent !important;
    color: var(--paper) !important;

    font:
      500
      clamp(2.25rem, 10.2vw, 4.1rem) / .92
      var(--display) !important;

    letter-spacing: -.015em !important;
    text-transform: uppercase !important;

    opacity: 0;
    transform: translateY(18px);

    transition:
      opacity .32s ease,
      transform .38s var(--ease),
      color .2s ease,
      padding-left .22s ease !important;
  }

  .site-nav > a:not(.button) {
    counter-increment: mobile-nav;
  }

  .site-nav > a:not(.button)::before {
    content: "0" counter(mobile-nav);

    flex: 0 0 28px;

    color: var(--accent);

    font:
      700
      .58rem / 1
      var(--body);

    letter-spacing: .1em;
  }

  .site-nav > a:not(.button)::after {
    content: none !important;
    display: none !important;
  }

  .site-nav.is-open > a {
    opacity: 1;
    transform: none;
  }

  .site-nav.is-open > a:nth-child(2) { transition-delay: .04s; }
  .site-nav.is-open > a:nth-child(3) { transition-delay: .07s; }
  .site-nav.is-open > a:nth-child(4) { transition-delay: .10s; }
  .site-nav.is-open > a:nth-child(5) { transition-delay: .13s; }
  .site-nav.is-open > a:nth-child(6) { transition-delay: .16s; }
  .site-nav.is-open > a:nth-child(7) { transition-delay: .19s; }
  .site-nav.is-open > a:nth-child(8) { transition-delay: .22s; }
  .site-nav.is-open > a:nth-child(9) { transition-delay: .25s; }

  .site-nav > a.button {
    width: fit-content !important;

    margin-top: 20px !important;
    padding: 14px 18px !important;

    border: 1px solid var(--accent) !important;

    background: var(--accent) !important;
    color: var(--ink) !important;

    font:
      700
      .7rem / 1
      var(--body) !important;

    letter-spacing: .11em !important;
  }

  body.mobile-menu-open .site-header {
    background: transparent !important;
    border-bottom-color: transparent !important;
    color: var(--paper) !important;
  }

  body.mobile-menu-open .site-header:not(.dark-header) .brand-logo-image {
    filter: brightness(0) invert(1) !important;
  }

  body.mobile-menu-open .brand-copy {
    color: var(--paper) !important;
  }

  body.mobile-menu-open .cookie-banner {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* ---------- HOME: HERO ---------- */

  .hero,
  .employer-hero {
    padding-top: 66px !important;
    min-height: 0 !important;
  }

  .hero-grid,
  .employer-hero-grid {
    min-height: 0 !important;
  }

  .hero-copy {
    padding: 42px 0 38px !important;
  }

  .hero h1,
  .employer-hero h1 {
    font-size: clamp(3.55rem, 15.8vw, 5.4rem) !important;
    line-height: .84 !important;
  }

  .hero-lead {
    margin-top: 24px !important;
    font-size: .95rem !important;
    line-height: 1.58 !important;
  }

  .hero-actions {
    gap: 14px !important;
    margin-top: 28px !important;
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;

    margin-top: 38px !important;
    padding-top: 18px !important;
  }

  .hero-proof div {
    display: block !important;
  }

  .hero-proof dt {
    font-size: 1.45rem !important;
  }

  .hero-proof dd {
    margin-top: 5px !important;
    font-size: .55rem !important;
    line-height: 1.35 !important;
  }

  .hero-visual {
    min-height: 0 !important;
  }

  .hero-visual[data-hero-card] {
    width: min(100%, 430px) !important;
    margin-inline: auto !important;
  }

  .ticker {
    height: 40px !important;
    font-size: .64rem !important;
  }

  /* ---------- WHO IT IS FOR ---------- */

  .fit-grid {
    gap: 30px !important;
  }

  .fit-grid h2 {
    font-size: clamp(2.9rem, 12.5vw, 4.4rem) !important;
  }

  .fit-results-cta {
    margin-top: 26px !important;
  }

  .fit-results-cta-text {
    margin-bottom: 12px !important;
  }

  .fit-results-cta-link {
    min-width: 0 !important;
    padding: 14px 16px !important;
  }

  .fit-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fit-cards article {
    min-height: 165px !important;
    padding: 16px !important;
  }

  .fit-cards h3 {
    margin: auto 0 9px !important;
    font-size: clamp(1.28rem, 5.5vw, 1.65rem) !important;
  }

  .fit-cards p {
    font-size: .72rem !important;
    line-height: 1.45 !important;
  }

  /* ---------- METHOD ---------- */

  .method-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 42px !important;
  }

  .method-strip article {
    min-height: 165px !important;
    padding: 18px 16px 20px !important;
  }

  .method-strip article:nth-child(odd) {
    border-right: 1px solid var(--line) !important;
  }

  .method-strip article:nth-child(even) {
    border-right: 0 !important;
  }

  .method-strip h3 {
    margin: 32px 0 9px !important;
    font-size: 1.45rem !important;
  }

  .method-strip p {
    font-size: .73rem !important;
    line-height: 1.48 !important;
  }

  /* ---------- COACHING ---------- */

  .section-heading {
    gap: 22px !important;
    margin-bottom: 36px !important;
  }

  .section-heading p {
    margin-top: 16px !important;
  }

  .service-row {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 14px !important;

    padding: 25px 0 !important;

    background: transparent !important;
    transform: none !important;
  }

  .service-row::after {
    display: none !important;
  }

  .service-row.featured::before {
    content: none !important;
    display: none !important;
  }

  .service-row.featured {
    background:
      linear-gradient(
        90deg,
        rgba(200,255,46,.055),
        transparent 72%
      ) !important;
  }

  .service-main h3 {
    margin-bottom: 9px !important;
    font-size: 1.7rem !important;
  }

  .service-main p {
    font-size: .78rem !important;
    line-height: 1.52 !important;
  }

  .service-row ul {
    grid-column: 2 !important;
    margin: 15px 0 0 !important;
    font-size: .75rem !important;
  }

  .service-row li {
    padding: 6px 0 !important;
  }

  .service-price {
    grid-column: 2 !important;
    grid-row: auto !important;

    margin-top: 16px !important;

    text-align: left !important;
  }

  .service-price .price {
    font-size: 1.8rem !important;
  }

  .service-price .service-cta,
  .service-price a {
    margin-top: 12px !important;
  }

  /* ---------- HOME ABOUT ---------- */

  .about-grid {
    gap: 28px !important;
  }

  .about-photo {
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto 24px !important;
  }

  .about-grid .about-photo img {
    width: 100% !important;
    max-height: 62vh !important;

    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
  }

  .credential-list {
    margin-top: 28px !important;
  }

  .credential-list div {
    padding-block: 12px !important;
  }

  /* ---------- FAQ HOME ---------- */

  .faq-grid {
    gap: 30px !important;
  }

  .faq-list summary {
    padding: 18px 40px 18px 0 !important;
    font-size: 1.22rem !important;
  }

  .faq-list details p {
    padding: 0 40px 18px 0 !important;
    font-size: .8rem !important;
  }

  /* ---------- APPLICATION FORM ---------- */

  .apply-grid {
    gap: 30px !important;
  }

  .apply-form {
    padding: 24px 18px !important;
  }

  .apply-form .field,
  .apply-form .form-field {
    margin-bottom: 17px !important;
  }

  /* ---------- DEDICATED FAQ ---------- */

  .faq-cards-layout {
    gap: 30px !important;
  }

  .faq-cards-copy h2 {
    margin-top: 14px !important;
    font-size: clamp(3rem, 13vw, 4.6rem) !important;
  }

  .faq-cards-copy > p {
    margin-top: 18px !important;
    line-height: 1.6 !important;
  }

  .faq-cards-count {
    margin-top: 20px !important;
  }

  .faq-card-list {
    gap: 7px !important;
  }

  .faq-card summary {
    grid-template-columns: 28px minmax(0, 1fr) 34px !important;
    gap: 10px !important;

    min-height: 78px !important;
    padding: 14px 13px !important;
  }

  .faq-card-question {
    font-size: clamp(1.25rem, 6vw, 1.65rem) !important;
  }

  .faq-card-toggle {
    width: 32px !important;
    height: 32px !important;
  }

  .faq-card-answer {
    padding: 0 14px 18px 51px !important;
  }

  .faq-card-answer p {
    font-size: .8rem !important;
    line-height: 1.62 !important;
  }

  /* ---------- DEDICATED RESULTS ---------- */

  .results-cards-page .result-case-list {
    width: min(calc(100% - 24px), 760px) !important;
    left: auto !important;
    transform: none !important;
    margin-inline: auto !important;
  }

  .results-cards-page .result-card,
  .results-cards-page .result-case-row {
    display: block !important;
    min-height: 0 !important;
  }

  .results-cards-page .result-card-comparison {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: 4 / 5 !important;

    border-right: 0 !important;
    border-bottom: 1px solid rgba(242,240,233,.12) !important;
  }

  .results-cards-page
  .result-card-comparison
  .comparison-image::before,
  .results-cards-page
  .result-card-comparison
  .comparison-image::after {
    display: none !important;
  }

  .results-cards-page
  .result-card-comparison
  .comparison-image img {
    left: 0 !important;
    top: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    transform: none !important;
  }

  .results-cards-page
  .result-card-copy,
  .results-cards-page
  .result-case-copy {
    padding: 28px 20px 30px !important;
  }

  .results-cards-page
  .result-card-copy h2,
  .results-cards-page
  .result-case-copy h2 {
    margin-top: 17px !important;

    font-size: clamp(2.85rem, 12vw, 4.2rem) !important;
    line-height: .9 !important;
  }

  .results-cards-page .result-case-summary {
    margin-top: 22px !important;
    font-size: .84rem !important;
    line-height: 1.65 !important;
  }

  .results-cards-page .result-case-story {
    margin-top: 28px !important;
  }

  .results-cards-page .result-case-story-item {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 15px 0 !important;
  }

  .results-cards-page .result-case-story-item p {
    font-size: .75rem !important;
  }

  /* ---------- EXPANDED ABOUT ---------- */

  .about-story-intro,
  .about-timeline,
  .about-story-chapter,
  .about-photo-grid,
  .about-highlights,
  .about-principles,
  .about-carousel {
    padding-block: 68px !important;
  }

  .about-page .about-story-heading {
    gap: 18px !important;
    margin-bottom: 38px !important;
  }

  .about-page .about-story-heading h2,
  .about-story-intro__copy h2,
  .about-story-chapter__copy h2,
  .about-carousel__head h2 {
    font-size: clamp(3rem, 13vw, 4.8rem) !important;
    line-height: .9 !important;
  }

  .about-story-intro__grid,
  .about-story-chapter__grid {
    gap: 30px !important;
  }

  .about-story-intro__lead {
    margin-top: 22px !important;
    font-size: .95rem !important;
    line-height: 1.58 !important;
  }

  .about-story-intro__note {
    margin-top: 24px !important;
  }

  .about-story-intro__media,
  .about-story-chapter__media {
    width: 100%;
    max-width: 580px;
    margin-inline: auto !important;
  }

  .about-story-intro__media img,
  .about-story-chapter__media img {
    width: 100% !important;
    max-height: 64vh !important;

    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
  }

  .about-timeline__item {
    min-height: 0 !important;
    padding: 22px 0 24px !important;
  }

  .about-timeline__body h3 {
    font-size: clamp(1.8rem, 8vw, 2.6rem) !important;
  }

  .about-timeline__body p {
    margin-top: 13px !important;
    font-size: .82rem !important;
    line-height: 1.58 !important;
  }

  .about-story-chapter__text {
    margin-top: 22px !important;
    font-size: .88rem !important;
    line-height: 1.64 !important;
  }

  .about-story-chapter__pullout {
    margin-top: 25px !important;
    padding: 18px !important;
    font-size: .9rem !important;
  }

  .about-pull-quote__inner {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }

  .about-pull-quote blockquote {
    font-size: clamp(2.4rem, 11vw, 4rem) !important;
  }

  /*
   * Photo story becomes a 2-column contact sheet on phones,
   * which saves a large amount of vertical scrolling.
   */
  .about-photo-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .about-photo-grid__item,
  .about-photo-grid__item:nth-child(5n + 1),
  .about-photo-grid__item:nth-child(5n + 2) {
    grid-column: auto !important;
  }

  .about-photo-grid__item img,
  .about-photo-grid__item:nth-child(5n + 1) img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }

  .about-highlights__grid,
  .about-principles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .about-highlight-card,
  .about-principle-card {
    min-height: 190px !important;
    padding: 16px !important;
  }

  .about-highlight-card h3 {
    margin: 38px 0 10px !important;
    font-size: 1.55rem !important;
  }

  .about-highlight-card p,
  .about-principle-card p {
    font-size: .72rem !important;
    line-height: 1.48 !important;
  }

  .about-principle-card h3 {
    font-size: 1.45rem !important;
  }

  .about-story-cta {
    padding-block: 68px !important;
  }

  .about-story-cta__inner {
    gap: 28px !important;
  }

  .about-story-cta h2 {
    font-size: clamp(3rem, 13vw, 4.8rem) !important;
  }

  .about-carousel__head {
    margin-bottom: 34px !important;
  }

  .about-carousel__slide {
    flex-basis: 72vw !important;
  }

  .about-carousel__slider-wrap {
    margin-top: 22px !important;
  }

  /* ---------- PRIVACY ---------- */

  .privacy-hero {
    padding:
      96px
      0
      54px
      !important;
  }

  .privacy-content {
    padding: 58px 0 76px !important;
  }

  .privacy-hero h1 {
    font-size: clamp(3.4rem, 15vw, 5rem) !important;
  }

  .privacy-document h2 {
    margin-top: 44px !important;
    padding-top: 20px !important;
  }

  /* ---------- FOOTER ---------- */

  .site-footer {
    padding-top: 54px !important;
  }

  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-bottom: 42px !important;
  }

  .footer-top > p {
    font-size: 1.7rem !important;
  }

  .footer-links {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-content: start !important;

    gap: 7px !important;
  }

  .footer-bottom {
    gap: 9px !important;
  }

  .footer-legal {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  /* ---------- COOKIE NOTICE ---------- */

  .cookie-banner {
    bottom: 8px !important;
    width: calc(100% - 16px) !important;
  }

  .cookie-banner__content {
    gap: 12px !important;
    padding: 14px !important;
  }

  .cookie-banner__text {
    font-size: .68rem !important;
  }

  .cookie-banner__accept {
    min-width: 0 !important;
    padding: 12px 14px !important;
  }
}


/*
 * Very narrow phones: keep readability over absolute compactness.
 */
@media (max-width: 380px) {

  .shell {
    width: min(calc(100% - 24px), var(--max)) !important;
  }

  .site-nav > a {
    font-size: clamp(2rem, 10vw, 3.2rem) !important;
  }

  .fit-cards,
  .method-strip,
  .about-highlights__grid,
  .about-principles__grid {
    grid-template-columns: 1fr !important;
  }

  .fit-cards article,
  .method-strip article,
  .about-highlight-card,
  .about-principle-card {
    min-height: 145px !important;
  }

  .hero-proof {
    grid-template-columns: 1fr 1fr !important;
  }

  .hero-proof div:last-child {
    grid-column: 1 / -1;
  }

  .results-cards-page .result-case-story-item {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
}


/*
 * Short landscape phones: menu must never overflow awkwardly.
 */
@media (max-width: 900px) and (max-height: 620px) {

  .site-nav {
    padding-top: 76px !important;
  }

  .site-nav::before {
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
  }

  .site-nav > a {
    padding-block: 7px !important;
    font-size: clamp(1.8rem, 8vh, 2.6rem) !important;
  }

  .site-nav > a.button {
    margin-top: 10px !important;
  }
}


/*
 * Respect reduced motion globally in the new navigation.
 */
@media (prefers-reduced-motion: reduce) {

  .site-nav,
  .site-nav > a,
  .menu-toggle,
  .menu-toggle > span:not(.sr-only) {
    transition: none !important;
  }
}

/* PATCH 016 — FINAL MOBILE POLISH END */

/* ==========================================================
   TEXT ARROWS — NEVER APPLE EMOJI
   ========================================================== */

.comparison-divider,
.comparison-divider *,
.comparison-handle,
.service-cta span,
.service-price a span,
.fit-results-cta-arrow,
.about-story-cta__primary span,
.about-story-cta__secondary span {
    font-family:
        Arial,
        Helvetica,
        sans-serif !important;

    font-style: normal !important;

    /* Supported browsers use monochrome/text emoji presentation */
    font-variant-emoji: text;
}

/* TEXT ARROWS — NEVER APPLE EMOJI END */

/* ==========================================================
   PATCH 017 — CUSTOM COUNTRY AUTOCOMPLETE
   ========================================================== */

#apply .apply-form {
    overflow: visible !important;
}

#apply .country-combobox {
    position: relative;
    width: 100%;
}

#apply .country-combobox::after {
    content: "⌄";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-54%);
    color: var(--accent);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
}

#apply .country-combobox.is-open::after {
    transform: translateY(-44%) rotate(180deg);
}

#apply .country-combobox input {
    padding-right: 28px !important;
}

#apply .country-dropdown {
    position: absolute;
    z-index: 300;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    max-height: 270px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 6px;
    background:
        linear-gradient(180deg, rgba(200,255,46,.025), rgba(200,255,46,0) 34%),
        #11120f;
    border: 1px solid rgba(200,255,46,.28);
    box-shadow: 0 18px 46px rgba(0,0,0,.28);
    scrollbar-width: thin;
    scrollbar-color: var(--accent) rgba(242,240,233,.08);
}

#apply .country-dropdown[hidden] {
    display: none !important;
}

#apply .country-dropdown::-webkit-scrollbar {
    width: 5px;
}

#apply .country-dropdown::-webkit-scrollbar-track {
    background: rgba(242,240,233,.06);
}

#apply .country-dropdown::-webkit-scrollbar-thumb {
    background: var(--accent);
}

#apply .country-option {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    color: rgba(242,240,233,.76);
    cursor: pointer;
    font: inherit;
    font-size: .78rem;
    line-height: 1.35;
    text-align: left;
    transition:
        background-color .16s ease,
        color .16s ease,
        padding-left .16s ease;
}

#apply .country-option + .country-option {
    border-top: 1px solid rgba(242,240,233,.07);
}

#apply .country-option:hover,
#apply .country-option.is-active {
    padding-left: 16px;
    background: rgba(200,255,46,.09);
    color: var(--paper);
}

#apply .country-option.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 9px;
    width: 2px;
    background: var(--accent);
}

#apply .country-option mark {
    padding: 0;
    background: transparent;
    color: var(--accent);
    font-weight: 700;
}

#apply .country-empty {
    padding: 14px 12px;
    color: rgba(242,240,233,.45);
    font-size: .74rem;
    line-height: 1.45;
}

@media (max-width: 900px) {
    #apply .country-dropdown {
        top: calc(100% + 6px);
        max-height: min(42vh, 310px);
        padding: 5px;
        border-color: rgba(200,255,46,.34);
        box-shadow: 0 20px 54px rgba(0,0,0,.38);
    }

    #apply .country-option {
        min-height: 46px;
        padding: 11px 12px;
        font-size: .82rem;
    }
}

@media (max-width: 900px) and (max-height: 650px) {
    #apply .country-dropdown {
        max-height: 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #apply .country-combobox::after,
    #apply .country-option {
        transition: none !important;
    }
}

/* PATCH 017 — CUSTOM COUNTRY AUTOCOMPLETE END */

/* ==========================================================
   FORM — IOS ZOOM + COUNTRY DROPDOWN STACK FIX
   ========================================================== */


/* ----------------------------------------------------------
   COUNTRY DROPDOWN STACKING

   The form fields themselves have z-index, so later rows were
   being painted ABOVE the country list.
   Raise the entire Country row while the dropdown is open.
   ---------------------------------------------------------- */

#apply .apply-form .field:has(.country-combobox.is-open) {
    position: relative !important;
    z-index: 5000 !important;
}

#apply .apply-form label:has(.country-combobox.is-open) {
    position: relative !important;
    z-index: 5001 !important;
}

#apply .country-combobox.is-open {
    position: relative !important;
    z-index: 5002 !important;
}


/*
 * Make the dropdown absolutely opaque.
 * No underlying labels should visually bleed through it.
 */
#apply .country-dropdown {
    z-index: 5003 !important;

    opacity: 1 !important;

    background: #11120f !important;

    border:
        1px solid rgba(190,255,0,.38) !important;

    box-shadow:
        0 20px 55px rgba(0,0,0,.42) !important;

    isolation: isolate;
}


/* Options also stay fully opaque */
#apply .country-option {
    background: #11120f !important;
    color: rgba(242,240,233,.76) !important;
}


#apply .country-option:hover,
#apply .country-option.is-active {
    background:
        linear-gradient(
            90deg,
            rgba(190,255,0,.12),
            rgba(190,255,0,.045)
        ),
        #11120f !important;

    color: var(--paper) !important;
}


#apply .country-empty {
    background: #11120f !important;
}


/* ----------------------------------------------------------
   IPHONE / MOBILE INPUT ZOOM

   iOS Safari does not auto-zoom focused controls when their
   computed font size is at least 16px.
   ---------------------------------------------------------- */

@media (max-width: 900px) {

    #apply .apply-form input:not([type="checkbox"]),
    #apply .apply-form select,
    #apply .apply-form textarea {
        font-size: 16px !important;
    }


    /*
     * Keep our country autocomplete consistent as well.
     */
    #apply .country-combobox input {
        font-size: 16px !important;
    }


    #apply .country-option {
        font-size: 16px !important;
        line-height: 1.3 !important;

        min-height: 48px !important;
    }


    /*
     * Still leave enough room for the iPhone keyboard.
     */
    #apply .country-dropdown {
        max-height: min(38dvh, 290px) !important;

        background: #11120f !important;

        -webkit-overflow-scrolling: touch;
    }

}


/*
 * Particularly short screen + software keyboard.
 */
@media (max-width: 900px) and (max-height: 650px) {

    #apply .country-dropdown {
        max-height: 180px !important;
    }

}

/* FORM — IOS ZOOM + COUNTRY DROPDOWN STACK FIX END */

/* ==========================================================
   PATCH 018 — FOOTER SOCIALS + CONTACT PREFERENCE
   ========================================================== */

.footer-socials {
    display: grid;
    grid-template-columns: minmax(110px, .28fr) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 70px);
    align-items: start;

    padding-top: 20px;
    padding-bottom: 20px;

    border-top: 1px solid rgba(242,240,233,.14);
}

.footer-socials__label {
    color: rgba(242,240,233,.40);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer-socials__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-socials__links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    min-height: 38px;
    padding: 9px 12px;

    border: 1px solid rgba(242,240,233,.16);

    color: rgba(242,240,233,.76);

    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .10em;
    line-height: 1;
    text-transform: uppercase;

    transition:
        background-color .22s ease,
        border-color .22s ease,
        color .22s ease,
        transform .22s ease;
}

.footer-socials__arrow {
    color: var(--accent);
    font-family: Arial, Helvetica, sans-serif !important;
    font-variant-emoji: text;

    transition:
        color .22s ease,
        transform .22s ease;
}

@media (hover: hover) and (pointer: fine) {
    .footer-socials__links a:hover {
        transform: translateY(-2px);
        border-color: var(--accent);
        background: var(--accent);
        color: var(--ink);
    }

    .footer-socials__links a:hover .footer-socials__arrow {
        color: var(--ink);
        transform: translate(2px, -2px);
    }
}

#apply .contact-preference-row {
    position: relative;
}

#apply .contact-handle-field {
    position: relative;
}

#apply .field-help {
    display: block;
    margin-top: 7px;

    color: rgba(242,240,233,.38);

    font-size: .61rem;
    line-height: 1.45;
}

#apply .contact-handle-field.is-required .field-help {
    color: rgba(200,255,46,.62);
}

#apply .contact-handle-field.is-email input {
    opacity: .55;
}

@media (max-width: 900px) {

    .footer-socials {
        grid-template-columns: 1fr;
        gap: 12px;

        padding-top: 18px;
        padding-bottom: 18px;
    }

    .footer-socials__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .footer-socials__links a {
        justify-content: space-between;

        width: 100%;
        min-height: 42px;
        padding: 11px 12px;

        font-size: .64rem;
    }

    #apply .field-help {
        font-size: .68rem;
    }
}

@media (max-width: 380px) {
    .footer-socials__links {
        grid-template-columns: 1fr;
    }
}

/* PATCH 018 — FOOTER SOCIALS + CONTACT PREFERENCE END */

/* ==========================================================
   EMPLOYER CV CARD — PATCH 023
   ========================================================== */

.employer-cv-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    width: min(100%, 540px);
    min-height: 290px;

    margin-top: 34px;
    padding: 24px;

    border: 1px solid rgba(17,18,15,.12);

    background: var(--ink);
    color: var(--paper);

    text-decoration: none;

    box-shadow:
        0 18px 44px rgba(17,18,15,.08);

    transition:
        transform .28s var(--ease),
        box-shadow .28s var(--ease),
        border-color .28s ease;
}

.employer-cv-card::before {
    content: "";

    position: absolute;
    z-index: -1;

    left: 0;
    right: 0;
    bottom: 0;

    height: 5px;

    background: var(--accent);

    transition:
        height .34s var(--ease),
        opacity .2s ease;
}

.employer-cv-card::after {
    content: "";

    position: absolute;
    z-index: -2;

    width: 190px;
    height: 190px;

    right: -90px;
    bottom: -110px;

    border: 1px solid rgba(200,255,46,.2);
    border-radius: 50%;

    box-shadow:
        0 0 0 32px rgba(200,255,46,.025),
        0 0 0 66px rgba(200,255,46,.018);
}

.employer-cv-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.employer-cv-card__eyebrow,
.employer-cv-card__filetype {
    font-size: .62rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.employer-cv-card__eyebrow {
    color: var(--accent);
}

.employer-cv-card__filetype {
    padding: 6px 8px;
    border: 1px solid rgba(242,240,233,.18);
    color: rgba(242,240,233,.48);
}

.employer-cv-card__title {
    display: block;
    max-width: 440px;
    margin-top: 42px;

    color: var(--paper);

    font:
        500
        clamp(2.2rem, 4vw, 3.6rem) / .88
        var(--display);

    letter-spacing: -.02em;
    text-transform: uppercase;
}

.employer-cv-card__text {
    display: block;
    max-width: 420px;
    margin-top: 18px;

    color: rgba(242,240,233,.56);

    font-size: .76rem;
    line-height: 1.55;
}

.employer-cv-card__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;

    margin-top: auto;
    padding-top: 28px;

    color: var(--paper);

    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.employer-cv-card__arrow {
    display: grid;
    place-items: center;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(242,240,233,.28);

    color: var(--accent);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    line-height: 1;

    transition:
        background-color .24s ease,
        color .24s ease,
        border-color .24s ease,
        transform .24s var(--ease);
}

@media (hover: hover) and (pointer: fine) {
    .employer-cv-card:hover {
        transform: translateY(-4px);

        border-color: rgba(200,255,46,.38);

        box-shadow:
            0 24px 58px rgba(17,18,15,.16);
    }

    .employer-cv-card:hover::before {
        height: 10px;
    }

    .employer-cv-card:hover .employer-cv-card__arrow {
        background: var(--accent);
        border-color: var(--accent);
        color: var(--ink);

        transform: translateY(2px);
    }
}

@media (max-width: 900px) {
    .employer-cv-card {
        width: 100%;
        min-height: 230px;

        margin-top: 26px;
        padding: 20px;
    }

    .employer-cv-card__title {
        max-width: 360px;
        margin-top: 30px;
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .employer-cv-card__text {
        font-size: .74rem;
    }

    .employer-cv-card__action {
        padding-top: 24px;
    }
}

@media (max-width: 380px) {
    .employer-cv-card {
        min-height: 215px;
        padding: 18px;
    }

    .employer-cv-card__title {
        margin-top: 26px;
        font-size: 1.9rem;
    }
}

/* EMPLOYER CV CARD — PATCH 023 END */

/* ==========================================================
   PRIVACY POLICY V4.1 — PATCH 030
   Scoped to the Privacy page only.
   ========================================================== */

.privacy-v41 {
    --privacy-ink: var(--ink, #11110f);
    --privacy-paper: var(--paper, #e9e4d7);
    --privacy-acid: var(--acid, #c7ff00);
    color: var(--privacy-ink);
}

.privacy-v41__hero {
    border-bottom: 1px solid currentColor;
}

.privacy-v41__hero-inner {
    padding-top: clamp(120px, 15vw, 210px);
    padding-bottom: clamp(54px, 7vw, 92px);
}

.privacy-v41__eyebrow {
    margin: 0 0 22px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.privacy-v41__hero h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(56px, 10vw, 150px);
    line-height: .84;
    letter-spacing: -.065em;
    text-transform: uppercase;
}

.privacy-v41__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.privacy-v41__intro {
    max-width: 760px;
    margin: 24px 0 0;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.55;
}

.privacy-v41__body {
    padding: clamp(58px, 7vw, 110px) 0 clamp(90px, 10vw, 160px);
}

.privacy-v41__layout {
    display: grid;
    grid-template-columns: minmax(120px, 190px) minmax(0, 900px);
    gap: clamp(38px, 7vw, 110px);
    align-items: start;
}

.privacy-v41__rail {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 4px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
}

.privacy-v41__rail strong {
    font-size: 18px;
    letter-spacing: -.02em;
}

.privacy-v41__rail i {
    display: block;
    width: 46px;
    height: 5px;
    margin-top: 11px;
    background: var(--privacy-acid);
}

.privacy-v41__content {
    min-width: 0;
}

.privacy-v41__h2 {
    margin: 68px 0 18px;
    padding-top: 20px;
    border-top: 1px solid currentColor;
    font-size: clamp(25px, 3vw, 40px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.privacy-v41__content > .privacy-v41__h2:first-child {
    margin-top: 0;
}

.privacy-v41__h3 {
    margin: 34px 0 12px;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.18;
    letter-spacing: -.02em;
}

.privacy-v41__text {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.72;
}

.privacy-v41__text p {
    margin: 0 0 16px;
}

.privacy-v41__text ul,
.privacy-v41__text ol {
    margin: 14px 0 22px;
    padding-left: 0;
    list-style: none;
}

.privacy-v41__text li {
    position: relative;
    margin: 9px 0;
    padding-left: 24px;
}

.privacy-v41__text li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 9px;
    height: 3px;
    background: var(--privacy-acid);
}

.privacy-v41__text a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.privacy-v41__callout {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    margin: 34px 0 42px;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid var(--privacy-ink);
    box-shadow: 8px 8px 0 var(--privacy-acid);
}

.privacy-v41__callout-mark {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    background: var(--privacy-acid);
    border-radius: 50%;
    font-weight: 900;
}

.privacy-v41__callout h2 {
    margin: 1px 0 9px;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.15;
}

.privacy-v41__callout p {
    margin: 0;
    max-width: 760px;
    line-height: 1.62;
}

.privacy-v41__table-wrap {
    width: 100%;
    margin: 24px 0 46px;
    overflow-x: auto;
    border: 1px solid var(--privacy-ink);
    -webkit-overflow-scrolling: touch;
}

.privacy-v41__table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    table-layout: fixed;
    background: rgba(255, 255, 255, .08);
}

.privacy-v41__table th,
.privacy-v41__table td {
    padding: 18px 20px;
    border-right: 1px solid var(--privacy-ink);
    border-bottom: 1px solid var(--privacy-ink);
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

.privacy-v41__table th:last-child,
.privacy-v41__table td:last-child {
    border-right: 0;
}

.privacy-v41__table tr:last-child td {
    border-bottom: 0;
}

.privacy-v41__table th {
    background: var(--privacy-ink);
    color: var(--privacy-paper);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.privacy-v41__table td:first-child {
    font-weight: 750;
}

.privacy-v41__legacy {
    padding-top: 20px;
}

@media (max-width: 780px) {
    .privacy-v41__hero-inner {
        padding-top: 104px;
    }

    .privacy-v41__hero h1 {
        font-size: clamp(52px, 18vw, 88px);
    }

    .privacy-v41__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .privacy-v41__rail {
        position: static;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 35px;
        padding-top: 0;
    }

    .privacy-v41__rail strong {
        font-size: 12px;
        letter-spacing: .1em;
    }

    .privacy-v41__rail i {
        width: 34px;
        margin: 0 0 0 5px;
    }

    .privacy-v41__h2 {
        margin-top: 54px;
    }

    .privacy-v41__callout {
        grid-template-columns: 1fr;
        box-shadow: 5px 5px 0 var(--privacy-acid);
    }

    .privacy-v41__table-wrap {
        width: calc(100vw - 32px);
        max-width: 100%;
    }

    .privacy-v41__table {
        min-width: 620px;
    }

    .privacy-v41__table th,
    .privacy-v41__table td {
        padding: 15px;
        font-size: 14px;
    }
}

/* PRIVACY POLICY V4.1 — PATCH 030 END */

/* ==========================================================
   LEGAL HUB — PATCH 031
   ========================================================== */

.legal-hub {
    --legal-ink: var(--ink, #11110f);
    --legal-paper: var(--paper, #e9e4d7);
    --legal-acid: var(--accent, #c7ff00);
    color: var(--legal-ink);
}

.legal-hub__hero {
    border-bottom: 1px solid currentColor;
}

.legal-hub__hero-inner {
    padding-top: clamp(120px, 15vw, 210px);
    padding-bottom: clamp(42px, 6vw, 76px);
}

.legal-hub__eyebrow {
    margin: 0 0 22px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.legal-hub__hero h1 {
    margin: 0;
    font-size: clamp(72px, 15vw, 220px);
    line-height: .78;
    letter-spacing: -.075em;
    text-transform: uppercase;
}

.legal-hub__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 0;
    font-size: 13px;
    font-weight: 700;
}

.legal-hub__intro {
    max-width: 760px;
    margin: 24px 0 0;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.55;
}

.legal-hub__jump {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(38px, 6vw, 72px);
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
}

.legal-hub__jump a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
    padding: 16px 18px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
}

.legal-hub__jump a span {
    opacity: .48;
    font-size: 10px;
}

@media (hover: hover) and (pointer: fine) {
    .legal-hub__jump a:hover {
        background: var(--legal-acid);
        color: var(--legal-ink);
    }
}

.legal-hub__body {
    padding: clamp(58px, 7vw, 110px) 0 clamp(90px, 10vw, 160px);
}

.legal-hub__layout {
    display: grid;
    grid-template-columns: minmax(150px, 210px) minmax(0, 920px);
    gap: clamp(42px, 7vw, 110px);
    align-items: start;
}

.legal-hub__rail {
    position: sticky;
    top: 108px;
    padding-top: 7px;
}

.legal-hub__rail > p {
    margin: 0 0 16px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    opacity: .48;
}

.legal-hub__rail nav {
    display: grid;
    gap: 7px;
}

.legal-hub__rail a {
    color: inherit;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

.legal-hub__rail a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.legal-hub__rail i {
    display: block;
    width: 46px;
    height: 5px;
    margin-top: 20px;
    background: var(--legal-acid);
}

.legal-hub__documents {
    min-width: 0;
}

.legal-hub__document {
    scroll-margin-top: 92px;
    padding: 0 0 clamp(74px, 9vw, 120px);
}

.legal-hub__document + .legal-hub__document {
    padding-top: clamp(54px, 7vw, 92px);
    border-top: 1px solid currentColor;
}

.legal-hub__document-head {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: start;
    margin-bottom: clamp(30px, 5vw, 56px);
}

.legal-hub__document-head > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid currentColor;
    background: var(--legal-acid);
    font-size: 13px;
    font-weight: 900;
}

.legal-hub__document-head p {
    margin: 3px 0 7px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
}

.legal-hub__document-head h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(34px, 5vw, 70px);
    line-height: .94;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

.legal-hub__document-content {
    max-width: 830px;
}

.legal-hub__h2 {
    margin: 46px 0 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 17, 15, .28);
    font-size: clamp(22px, 2.5vw, 34px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.legal-hub__document-content > .legal-hub__h2:first-child {
    margin-top: 0;
}

.legal-hub__h3 {
    margin: 30px 0 12px;
    font-size: clamp(17px, 1.8vw, 22px);
    line-height: 1.2;
}

.legal-hub__text {
    font-size: 16px;
    line-height: 1.72;
}

.legal-hub__text p {
    margin: 0 0 16px;
}

.legal-hub__text ul,
.legal-hub__text ol {
    margin: 14px 0 22px;
    padding-left: 0;
    list-style: none;
}

.legal-hub__text li {
    position: relative;
    margin: 9px 0;
    padding-left: 24px;
}

.legal-hub__text li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 9px;
    height: 3px;
    background: var(--legal-acid);
}

.legal-hub__text a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.legal-hub__callout {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    margin: 34px 0 42px;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid var(--legal-ink);
    box-shadow: 8px 8px 0 var(--legal-acid);
}

.legal-hub__callout-mark {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--legal-acid);
    font-weight: 900;
}

.legal-hub__callout h3 {
    margin: 1px 0 9px;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.15;
}

.legal-hub__callout p {
    margin: 0;
    line-height: 1.62;
}

.legal-hub__table-wrap {
    width: 100%;
    margin: 24px 0 46px;
    overflow-x: auto;
    border: 1px solid var(--legal-ink);
    -webkit-overflow-scrolling: touch;
}

.legal-hub__table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    table-layout: fixed;
}

.legal-hub__table th,
.legal-hub__table td {
    padding: 18px 20px;
    border-right: 1px solid var(--legal-ink);
    border-bottom: 1px solid var(--legal-ink);
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}

.legal-hub__table th:last-child,
.legal-hub__table td:last-child {
    border-right: 0;
}

.legal-hub__table tr:last-child td {
    border-bottom: 0;
}

.legal-hub__table th {
    background: var(--legal-ink);
    color: var(--legal-paper);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .legal-hub__jump {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legal-hub__layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .legal-hub__rail {
        position: static;
        margin-bottom: 42px;
    }

    .legal-hub__rail nav {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 18px;
    }
}

@media (max-width: 600px) {
    .legal-hub__hero-inner {
        padding-top: 104px;
    }

    .legal-hub__hero h1 {
        font-size: clamp(66px, 26vw, 110px);
    }

    .legal-hub__jump {
        grid-template-columns: 1fr;
    }

    .legal-hub__jump a {
        min-height: 54px;
    }

    .legal-hub__document {
        scroll-margin-top: 76px;
    }

    .legal-hub__document-head {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .legal-hub__document-head > span {
        width: 44px;
        height: 44px;
        font-size: 11px;
    }

    .legal-hub__document-head h2 {
        font-size: clamp(31px, 10vw, 48px);
    }

    .legal-hub__callout {
        grid-template-columns: 1fr;
        box-shadow: 5px 5px 0 var(--legal-acid);
    }

    .legal-hub__table {
        min-width: 620px;
    }

    .legal-hub__table th,
    .legal-hub__table td {
        padding: 15px;
        font-size: 14px;
    }
}

/* LEGAL HUB — PATCH 031 END */

/* ==========================================================
   LEGAL / PRIVACY PAGE CHROME — PATCH 033
   ========================================================== */

.legal-page-header {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--ink, #11110f);
}

.legal-page-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
    border-bottom: 1px solid rgba(17, 18, 15, .18);
}

.legal-page-header__brand {
    flex: 0 1 auto;
}

.legal-page-header__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid rgba(17, 18, 15, .75);
    color: var(--ink, #11110f);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .10em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.legal-page-header__back > span:first-child {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1;
    transition: transform .2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .legal-page-header__back:hover {
        transform: translateY(-2px);
        border-color: var(--accent, #c7ff00);
        background: var(--accent, #c7ff00);
        color: var(--ink, #11110f);
    }

    .legal-page-header__back:hover > span:first-child {
        transform: translateX(-2px);
    }
}

@media (max-width: 700px) {
    .legal-page-header__inner {
        min-height: 66px;
        gap: 12px;
    }

    .legal-page-header__brand .brand-copy small {
        display: none;
    }

    .legal-page-header__back {
        min-height: 38px;
        padding: 9px 11px;
        font-size: .60rem;
        letter-spacing: .08em;
    }
}

@media (max-width: 420px) {
    .legal-page-header__brand .brand-copy {
        display: none;
    }
}

/* LEGAL / PRIVACY PAGE CHROME — PATCH 033 END */

/* ==========================================================
   PATCH 035 — MOBILE FEATURED PLAN SOFT GLOW
   ========================================================== */

@media (max-width: 900px) {
    .service-row.featured {
        position: relative !important;
        isolation: isolate !important;
        overflow: hidden !important;
        background: transparent !important;
    }

    .service-row.featured::before {
        content: none !important;
        display: none !important;
    }

    .service-row.featured::after {
        content: "" !important;
        display: block !important;

        position: absolute !important;
        z-index: 0 !important;

        left: -12% !important;
        top: 5% !important;

        width: 88% !important;
        height: 90% !important;

        border-radius: 50% !important;

        background:
            radial-gradient(
                ellipse at center,
                rgba(200,255,46,.13) 0%,
                rgba(200,255,46,.095) 30%,
                rgba(200,255,46,.055) 52%,
                rgba(200,255,46,.018) 70%,
                rgba(200,255,46,0) 86%
            ) !important;

        filter: blur(18px) !important;
        opacity: 1 !important;
        transform: none !important;

        pointer-events: none !important;

        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .service-row.featured > * {
        position: relative !important;
        z-index: 1 !important;
    }
}

/* PATCH 035 — MOBILE FEATURED PLAN SOFT GLOW END */

/* ==========================================================
   PATCH 035A — MOBILE FEATURED GLOW EDGE FADE
   Fixes the visible hard cut on the left side of Patch 035.
   ========================================================== */

@media (max-width: 900px) {
    .service-row.featured::after {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;

        width: 100% !important;
        height: 100% !important;

        border-radius: 0 !important;

        background:
            radial-gradient(
                ellipse 72% 82% at 34% 52%,
                rgba(200,255,46,.13) 0%,
                rgba(200,255,46,.095) 30%,
                rgba(200,255,46,.055) 52%,
                rgba(200,255,46,.018) 70%,
                rgba(200,255,46,0) 88%
            ) !important;

        filter: none !important;

        -webkit-mask-image:
            linear-gradient(
                90deg,
                transparent 0%,
                #000 9%,
                #000 72%,
                transparent 100%
            ) !important;

        mask-image:
            linear-gradient(
                90deg,
                transparent 0%,
                #000 9%,
                #000 72%,
                transparent 100%
            ) !important;

        -webkit-mask-repeat: no-repeat !important;
        mask-repeat: no-repeat !important;
    }
}

/* PATCH 035A — MOBILE FEATURED GLOW EDGE FADE END */
