/* =========================================================
   Commercial Opportunity v82 — seamless principal-page story
   Uses the Science/Clinical principal hero, proof, submenu,
   typography hierarchy, prefooter and global footer language.
   ========================================================= */

body.commercial-v82{
  --v82-paper:#f7f3ed;
  --v82-paper-2:#f1e9e0;
  --v82-ink:#242124;
  --v82-body:#5a5652;
  --v82-muted:#77716b;
  --v82-red:#9e2437;
  --v82-red-dark:#721827;
  --v82-champagne:#d7b39b;
  --v82-dark:#151316;
  --v82-dark-2:#1d171b;
  --v82-dark-copy:rgba(255,255,255,.70);
  --v82-line:rgba(36,33,36,.13);
  --v82-line-dark:rgba(255,255,255,.14);
  background:var(--v82-paper);
  color:var(--v82-ink);
}

/* ---------------- Principal hero ---------------- */
body.commercial-v82 .commercial-v82-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 28%,rgba(158,36,55,.18),transparent 27%),
    radial-gradient(circle at 67% 74%,rgba(215,179,155,.08),transparent 29%),
    linear-gradient(128deg,#151316 0%,#181418 58%,#21171c 100%);
  color:#fff;
}
body.commercial-v82 .commercial-v82-hero__backdrop{
  position:absolute;inset:0;pointer-events:none;opacity:.62;
  background:
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:96px 96px;
  mask-image:linear-gradient(90deg,transparent 38%,#000 70%,transparent 100%);
}
body.commercial-v82 .commercial-v82-hero__layout{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(370px,.82fr);
  gap:clamp(55px,7vw,112px);
}
body.commercial-v82 .commercial-v82-hero__copy{align-self:start;max-width:790px;padding-top:0}
body.commercial-v82 .commercial-v82-hero .eyebrow{
  margin:0 0 18px;color:var(--v82-champagne);font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.145em;text-transform:uppercase;
}
body.commercial-v82 .commercial-v82-hero h1{
  margin:0;max-width:760px;color:#fff;font-size:clamp(56px,5vw,82px)!important;font-weight:570;line-height:.99!important;letter-spacing:-.057em;
}
body.commercial-v82 .commercial-v82-hero h1 span{display:block;width:max-content;max-width:100%}
body.commercial-v82 .commercial-v82-hero h1 span+span{margin-top:.095em}
body.commercial-v82 .commercial-v82-hero .op-hero__lead{
  max-width:690px;margin:27px 0 0!important;color:rgba(255,255,255,.70);font-size:17px!important;line-height:1.62!important;
}
body.commercial-v82 .commercial-v82-hero .op-hero__actions{margin-top:29px!important;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
body.commercial-v82 .commercial-v82-hero .button--text{color:rgba(255,255,255,.78)}
body.commercial-v82 .commercial-v82-hero__visual{
  position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;min-height:440px;isolation:isolate;
}
body.commercial-v82 .commercial-v82-hero__bottle{
  position:relative;z-index:3;width:min(290px,62%);height:auto;max-height:430px;object-fit:contain;filter:drop-shadow(0 28px 32px rgba(0,0,0,.28));
}
body.commercial-v82 .commercial-v82-hero__shadow{
  position:absolute;z-index:1;left:50%;bottom:51px;width:min(360px,76%);height:60px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(0,0,0,.52),rgba(0,0,0,0) 70%);filter:blur(5px);
}
body.commercial-v82 .commercial-v82-hero__orbit{position:absolute;z-index:1;border:1px solid rgba(215,179,155,.16);border-radius:50%;transform:rotate(-12deg)}
body.commercial-v82 .commercial-v82-hero__orbit--one{width:430px;height:250px}
body.commercial-v82 .commercial-v82-hero__orbit--two{width:330px;height:420px;border-color:rgba(158,36,55,.22);transform:rotate(28deg)}

/* Exact principal proof contract stays with global v74; only ensure 4 items. */
body.commercial-v82 .commercial-v82-hero .hero-proof-master-v74{grid-template-columns:repeat(4,minmax(0,1fr))!important}

/* ---------------- Submenu: Science / Clinical geometry ---------------- */
body.commercial-v82 .commercial-v82-index{
  position:sticky!important;top:78px!important;z-index:70!important;min-height:44px!important;
  background:rgba(246,241,235,.98)!important;border-top:1px solid rgba(30,27,29,.075)!important;border-bottom:1px solid rgba(30,27,29,.09)!important;
  box-shadow:0 6px 18px rgba(28,24,25,.03)!important;backdrop-filter:none!important;
}
body.commercial-v82 .commercial-v82-index .op-index__inner{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:clamp(18px,2.25vw,34px)!important;padding:0!important;overflow-x:auto!important;scrollbar-width:none}
body.commercial-v82 .commercial-v82-index .op-index__inner::-webkit-scrollbar{display:none}
body.commercial-v82 .commercial-v82-index a{
  position:relative;flex:0 0 auto;min-height:44px!important;padding:0!important;display:inline-flex!important;align-items:center!important;
  color:#716d6b!important;font-size:clamp(.625rem,.6rem + .03vw,.6875rem)!important;font-weight:700!important;line-height:1!important;letter-spacing:.055em!important;text-decoration:none;text-transform:uppercase;white-space:nowrap;
}
body.commercial-v82 .commercial-v82-index a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;border-radius:2px 2px 0 0;background:var(--v82-red);transition:right .25s ease}
body.commercial-v82 .commercial-v82-index a:hover,body.commercial-v82 .commercial-v82-index a:focus-visible,body.commercial-v82 .commercial-v82-index a.is-active,body.commercial-v82 .commercial-v82-index a[aria-current="location"]{color:var(--v82-red)!important}
body.commercial-v82 .commercial-v82-index a:hover::after,body.commercial-v82 .commercial-v82-index a:focus-visible::after,body.commercial-v82 .commercial-v82-index a.is-active::after,body.commercial-v82 .commercial-v82-index a[aria-current="location"]::after{right:0}

/* ---------------- Shared section typography ---------------- */
body.commercial-v82 .commercial-v82-section{position:relative;padding:clamp(92px,8vw,120px) 0;scroll-margin-top:140px}
body.commercial-v82 .commercial-v82-section .eyebrow,body.commercial-v82 .commercial-v82-prefooter .eyebrow{margin:0;color:var(--v82-red);font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.145em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.7fr);gap:clamp(64px,9vw,150px);align-items:start;margin-bottom:clamp(56px,6vw,82px)}
body.commercial-v82 .commercial-v82-heading h2{max-width:15ch;margin:13px 0 0;color:var(--v82-ink);font-size:clamp(48px,4.3vw,64px);font-weight:560;line-height:1.01;letter-spacing:-.055em}
body.commercial-v82 .commercial-v82-heading>p{max-width:600px;margin:27px 0 0;color:var(--v82-body);font-size:18px;line-height:1.62}
body.commercial-v82 .commercial-v82-heading--dark .eyebrow{color:var(--v82-champagne)}
body.commercial-v82 .commercial-v82-heading--dark h2{color:#fff}
body.commercial-v82 .commercial-v82-heading--dark>p{color:var(--v82-dark-copy)}
body.commercial-v82 .commercial-v82-section h3{font-weight:560;letter-spacing:-.035em}

/* ---------------- 01 Market ---------------- */
body.commercial-v82 .commercial-v82-market{background:linear-gradient(180deg,#f8f4ee 0%,#f4eee7 100%);border-top:1px solid rgba(36,33,36,.05)}
body.commercial-v82 .commercial-v82-market-story{display:grid;grid-template-columns:minmax(180px,.52fr) minmax(420px,1.45fr) minmax(190px,.56fr);gap:clamp(30px,4vw,60px);align-items:center;padding:52px 0 44px;border-top:1px solid var(--v82-line);border-bottom:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-market-story__start span,body.commercial-v82 .commercial-v82-market-story__end span{display:block;color:var(--v82-muted);font-size:12px;font-weight:760;letter-spacing:.10em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-market-story__start strong,body.commercial-v82 .commercial-v82-market-story__end strong{display:block;margin-top:10px;color:var(--v82-ink);font-size:clamp(42px,4.4vw,68px);font-weight:540;line-height:1;letter-spacing:-.055em}
body.commercial-v82 .commercial-v82-market-story__visual{position:relative;min-height:260px;display:flex;align-items:center}
body.commercial-v82 .commercial-v82-market-story__visual svg{width:100%;height:auto;overflow:visible}
body.commercial-v82 .commercial-v82-market-line{fill:none;stroke:url(#v82MarketLine);stroke-width:4;stroke-linecap:round}
body.commercial-v82 .commercial-v82-market-area{fill:url(#v82MarketArea)}
body.commercial-v82 .commercial-v82-market-story__visual circle{fill:#9e2437;stroke:#f8f4ee;stroke-width:4}
body.commercial-v82 .commercial-v82-market-story__cagr{position:absolute;z-index:2;left:49%;top:29%;display:flex;align-items:baseline;gap:7px;padding:9px 12px 9px 13px;border:1px solid rgba(158,36,55,.18);background:rgba(248,244,238,.92);box-shadow:0 12px 30px rgba(65,34,40,.07)}
body.commercial-v82 .commercial-v82-market-story__cagr strong{color:var(--v82-red);font-size:25px;font-weight:620;letter-spacing:-.04em}
body.commercial-v82 .commercial-v82-market-story__cagr span{color:var(--v82-muted);font-size:10px;font-weight:800;letter-spacing:.12em}
body.commercial-v82 .commercial-v82-market-story__expansion{position:absolute;left:28%;bottom:15px;color:var(--v82-muted);font-size:12px;font-weight:650;letter-spacing:.02em}
body.commercial-v82 .commercial-v82-source{max-width:850px;margin:24px 0 0;color:#736c67;font-size:13px;line-height:1.6}
body.commercial-v82 .commercial-v82-source a{color:var(--v82-red);text-underline-offset:3px}

/* ---------------- 02 Entry ---------------- */
body.commercial-v82 .commercial-v82-entry{overflow:hidden;background:radial-gradient(circle at 76% 18%,rgba(158,36,55,.15),transparent 28%),linear-gradient(145deg,#151316,#1d171b 65%,#21171d);color:#fff}
body.commercial-v82 .commercial-v82-aperture{border-top:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-aperture__row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:122px;border-bottom:1px solid var(--v82-line-dark);transition:background .25s ease,padding .25s ease}
body.commercial-v82 .commercial-v82-aperture__row>div{display:grid;grid-template-columns:54px 80px 1fr;align-items:center;gap:18px}
body.commercial-v82 .commercial-v82-aperture__row>div>span{color:rgba(255,255,255,.34);font-size:11px;font-weight:800;letter-spacing:.12em}
body.commercial-v82 .commercial-v82-aperture__row abbr{text-decoration:none;color:var(--v82-champagne);font-size:16px;font-weight:760;letter-spacing:.08em}
body.commercial-v82 .commercial-v82-aperture__row small{color:rgba(255,255,255,.67);font-size:17px}
body.commercial-v82 .commercial-v82-aperture__row>strong{color:#fff;font-size:clamp(36px,4vw,58px);font-weight:520;letter-spacing:-.05em}
body.commercial-v82 .commercial-v82-aperture__row--sam{padding-left:8%}
body.commercial-v82 .commercial-v82-aperture__row--som{padding-left:16%;background:linear-gradient(90deg,transparent,rgba(158,36,55,.09))}
body.commercial-v82 .commercial-v82-aperture__row--som>strong{color:#f3c4cb}
body.commercial-v82 .commercial-v82-entry-footer{display:grid;grid-template-columns:.75fr 1fr;gap:40px 8vw;margin-top:52px;padding-top:36px;border-top:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-entry-footer .eyebrow{color:var(--v82-champagne)}
body.commercial-v82 .commercial-v82-entry-footer p:not(.eyebrow){margin:13px 0 0;color:var(--v82-dark-copy);font-size:17px;line-height:1.55}
body.commercial-v82 .commercial-v82-entry-footer .commercial-v82-territories{color:#fff!important;font-size:24px!important;font-weight:560;letter-spacing:-.025em}
body.commercial-v82 .commercial-v82-territories span{color:var(--v82-red);margin:0 7px}
body.commercial-v82 .commercial-v82-entry-note{grid-column:1/-1!important;margin:0!important;padding-top:25px;border-top:1px solid var(--v82-line-dark);font-size:13px!important;color:rgba(255,255,255,.52)!important}

/* ---------------- 03 Foundation ---------------- */
body.commercial-v82 .commercial-v82-foundation{background:linear-gradient(180deg,#f7f3ed 0%,#f2ebe3 100%)}
body.commercial-v82 .commercial-v82-runway{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--v82-line);border-bottom:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-runway article{position:relative;min-height:190px;padding:34px 28px 30px;border-right:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-runway article:last-child{border-right:0}
body.commercial-v82 .commercial-v82-runway article>span{display:block;color:var(--v82-muted);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-runway article>strong{display:block;margin-top:21px;color:var(--v82-ink);font-size:clamp(30px,2.7vw,42px);font-weight:540;line-height:1;letter-spacing:-.045em}
body.commercial-v82 .commercial-v82-runway article>p{margin:12px 0 0;color:var(--v82-body);font-size:14px;line-height:1.5}
body.commercial-v82 .commercial-v82-runway .is-current{background:linear-gradient(180deg,rgba(158,36,55,.07),rgba(158,36,55,.015))}
body.commercial-v82 .commercial-v82-runway .is-current::before{content:"";position:absolute;left:0;right:0;top:-1px;height:3px;background:var(--v82-red)}
body.commercial-v82 .commercial-v82-runway .is-current>strong{color:var(--v82-red)}
body.commercial-v82 .commercial-v82-foundation-points{margin-top:62px;border-top:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-foundation-points article{display:grid;grid-template-columns:72px minmax(0,1fr);gap:25px;padding:29px 0;border-bottom:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-foundation-points article>span{color:var(--v82-red);font-size:12px;font-weight:800;letter-spacing:.12em}
body.commercial-v82 .commercial-v82-foundation-points h3{margin:0;color:var(--v82-ink);font-size:27px}
body.commercial-v82 .commercial-v82-foundation-points p{max-width:830px;margin:10px 0 0;color:var(--v82-body);font-size:17px;line-height:1.6}
body.commercial-v82 .commercial-v82-qualification{margin:30px 0 0;padding-left:95px;color:#6e6762;font-size:14px;line-height:1.6}
body.commercial-v82 .commercial-v82-qualification strong{color:var(--v82-ink)}

/* ---------------- 04 Route ---------------- */
body.commercial-v82 .commercial-v82-route{overflow:hidden;background:radial-gradient(circle at 15% 72%,rgba(158,36,55,.13),transparent 27%),linear-gradient(148deg,#151316,#1a171a 68%,#20191c);color:#fff}
body.commercial-v82 .commercial-v82-route-track{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--v82-line-dark);border-bottom:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-route-track::before{content:"";position:absolute;left:0;right:0;top:83px;height:1px;background:linear-gradient(90deg,var(--v82-champagne),rgba(215,179,155,.3),var(--v82-champagne));opacity:.38}
body.commercial-v82 .commercial-v82-route-track article{position:relative;min-height:360px;padding:36px 46px 40px;border-right:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-route-track article:first-child{padding-left:0}
body.commercial-v82 .commercial-v82-route-track article:last-child{border-right:0;padding-right:0}
body.commercial-v82 .commercial-v82-route-track__number{position:relative;z-index:2;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(215,179,155,.5);border-radius:50%;background:#171417;color:var(--v82-champagne);font-size:11px;font-weight:800;letter-spacing:.1em}
body.commercial-v82 .commercial-v82-route-track article.is-current .commercial-v82-route-track__number{background:var(--v82-red);border-color:var(--v82-red);color:#fff;box-shadow:0 0 0 7px rgba(158,36,55,.10)}
body.commercial-v82 .commercial-v82-route-track small{display:block;margin-top:27px;color:var(--v82-champagne);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-route-track h3{margin:11px 0 0;color:#fff;font-size:30px}
body.commercial-v82 .commercial-v82-route-track p{margin:16px 0 0;color:var(--v82-dark-copy);font-size:16px;line-height:1.6}
body.commercial-v82 .commercial-v82-route-track em{display:block;margin-top:22px;color:rgba(255,255,255,.43);font-size:11px;font-style:normal;font-weight:730;letter-spacing:.08em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-engine{display:grid;grid-template-columns:minmax(300px,.74fr) minmax(0,1.26fr);gap:clamp(60px,8vw,125px);margin-top:76px;padding-top:58px;border-top:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-engine .eyebrow{color:var(--v82-champagne)}
body.commercial-v82 .commercial-v82-engine__intro h3{max-width:14ch;margin:13px 0 0;color:#fff;font-size:clamp(34px,3.4vw,50px);line-height:1.04}
body.commercial-v82 .commercial-v82-engine__intro>p:last-child{margin:23px 0 0;color:var(--v82-dark-copy);font-size:16px;line-height:1.62}
body.commercial-v82 .commercial-v82-engine__actions{border-top:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-engine__actions article{display:grid;grid-template-columns:50px 190px 1fr;gap:17px;align-items:start;padding:22px 0;border-bottom:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-engine__actions span{color:var(--v82-red-bright,#c94758);font-size:11px;font-weight:800;letter-spacing:.11em}
body.commercial-v82 .commercial-v82-engine__actions strong{color:#fff;font-size:17px;font-weight:590}
body.commercial-v82 .commercial-v82-engine__actions p{margin:0;color:var(--v82-dark-copy);font-size:14px;line-height:1.55}
body.commercial-v82 .commercial-v82-dark-note{margin:28px 0 0;color:rgba(255,255,255,.48);font-size:13px;line-height:1.55}

/* ---------------- 05 Platform ---------------- */
body.commercial-v82 .commercial-v82-platform{background:linear-gradient(180deg,#f6f1ea,#f1e9e0)}
body.commercial-v82 .commercial-v82-platform-flow{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);border-top:1px solid var(--v82-line);border-bottom:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-platform-flow__core{display:flex;flex-direction:column;justify-content:center;min-height:500px;padding:52px 56px 52px 0;border-right:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-platform-flow__core>span{color:var(--v82-red);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-platform-flow__core>strong{max-width:12ch;margin-top:20px;color:var(--v82-ink);font-size:clamp(32px,3.25vw,46px);font-weight:550;line-height:1.03;letter-spacing:-.045em}
body.commercial-v82 .commercial-v82-platform-flow__core>p{max-width:34ch;margin:22px 0 0;color:var(--v82-body);font-size:16px;line-height:1.62}
body.commercial-v82 .commercial-v82-platform-flow ol{list-style:none;margin:0;padding:0 0 0 56px}
body.commercial-v82 .commercial-v82-platform-flow li{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:23px 0;border-bottom:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-platform-flow li:last-child{border-bottom:0}
body.commercial-v82 .commercial-v82-platform-flow li>span{padding-top:3px;color:var(--v82-red);font-size:11px;font-weight:800;letter-spacing:.1em}
body.commercial-v82 .commercial-v82-platform-flow li strong{display:block;color:var(--v82-ink);font-size:18px;font-weight:610}
body.commercial-v82 .commercial-v82-platform-flow li p{margin:6px 0 0;color:var(--v82-body);font-size:14px;line-height:1.55}
body.commercial-v82 .commercial-v82-signals{margin-top:78px;padding-top:58px;border-top:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-signals__intro{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);grid-template-areas:"eye title" "eye copy";gap:14px 7vw}
body.commercial-v82 .commercial-v82-signals__intro .eyebrow{grid-area:eye}
body.commercial-v82 .commercial-v82-signals__intro h3{grid-area:title;max-width:18ch;margin:0;color:var(--v82-ink);font-size:clamp(32px,3.3vw,48px);line-height:1.04}
body.commercial-v82 .commercial-v82-signals__intro>p:last-child{grid-area:copy;max-width:760px;margin:8px 0 0;color:var(--v82-body);font-size:16px;line-height:1.62}
body.commercial-v82 .commercial-v82-signals__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:48px;border-top:1px solid var(--v82-line);border-bottom:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-signals__grid article{min-height:200px;padding:30px 28px;border-right:1px solid var(--v82-line)}
body.commercial-v82 .commercial-v82-signals__grid article:last-child{border-right:0}
body.commercial-v82 .commercial-v82-signals__grid strong{display:block;color:var(--v82-red);font-size:clamp(38px,3.5vw,54px);font-weight:540;line-height:1;letter-spacing:-.045em}
body.commercial-v82 .commercial-v82-signals__grid span{display:block;margin-top:13px;color:var(--v82-ink);font-size:15px;line-height:1.45}
body.commercial-v82 .commercial-v82-signals__grid small{display:block;margin-top:22px;color:var(--v82-muted);font-size:10px;font-weight:760;line-height:1.4;letter-spacing:.08em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-signals>.commercial-v82-qualification{margin:27px 0 0;padding:0;max-width:980px}

/* ---------------- 06 Growth ---------------- */
body.commercial-v82 .commercial-v82-growth{overflow:hidden;background:radial-gradient(circle at 88% 17%,rgba(158,36,55,.15),transparent 28%),linear-gradient(150deg,#151316,#191619 65%,#21171c);color:#fff}
body.commercial-v82 .commercial-v82-assumptions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--v82-line-dark);border-bottom:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-assumptions article{padding:30px 28px;border-right:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-assumptions article:first-child{padding-left:0}
body.commercial-v82 .commercial-v82-assumptions article:last-child{border-right:0;padding-right:0}
body.commercial-v82 .commercial-v82-assumptions span{display:block;color:rgba(255,255,255,.48);font-size:10px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}
body.commercial-v82 .commercial-v82-assumptions strong{display:block;margin-top:12px;color:#fff;font-size:clamp(28px,2.7vw,40px);font-weight:540;line-height:1;letter-spacing:-.04em}
body.commercial-v82 .commercial-v82-assumptions small{display:block;margin-top:8px;color:var(--v82-champagne);font-size:11px}
body.commercial-v82 .commercial-v82-growth-chart{margin-top:64px;padding-top:50px;border-top:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-growth-chart__head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
body.commercial-v82 .commercial-v82-growth-chart__head .eyebrow{color:var(--v82-champagne)}
body.commercial-v82 .commercial-v82-growth-chart__head h3{margin:12px 0 0;color:#fff;font-size:30px}
body.commercial-v82 .commercial-v82-growth-legend{display:flex;gap:22px;flex-wrap:wrap;color:rgba(255,255,255,.58);font-size:11px}
body.commercial-v82 .commercial-v82-growth-legend span{position:relative;padding-left:16px}
body.commercial-v82 .commercial-v82-growth-legend span::before{content:"";position:absolute;left:0;top:5px;width:8px;height:8px}
body.commercial-v82 .commercial-v82-growth-legend .is-revenue::before{background:rgba(215,179,155,.55)}
body.commercial-v82 .commercial-v82-growth-legend .is-profit::before{background:var(--v82-red)}
body.commercial-v82 .commercial-v82-growth-chart__plot{position:relative;display:grid;grid-template-columns:62px 1fr;gap:22px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
body.commercial-v82 .commercial-v82-growth-axis{height:360px;display:flex;flex-direction:column;justify-content:space-between;color:rgba(255,255,255,.34);font-size:10px}
body.commercial-v82 .commercial-v82-growth-bars{position:relative;display:grid;grid-template-columns:repeat(7,minmax(95px,1fr));gap:16px;height:360px;padding:0 0 0;border-bottom:1px solid rgba(255,255,255,.18);background:repeating-linear-gradient(to bottom,rgba(255,255,255,.075) 0,rgba(255,255,255,.075) 1px,transparent 1px,transparent 120px)}
body.commercial-v82 .commercial-v82-growth-bars article{position:relative;height:360px;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;min-width:0}
body.commercial-v82 .commercial-v82-growth-value{position:absolute;left:50%;bottom:calc(var(--gross) + 12px);transform:translateX(-50%);color:#fff;font-size:11px;font-weight:680;white-space:nowrap}
body.commercial-v82 .commercial-v82-growth-column{height:100%;display:flex;align-items:flex-end;justify-content:center}
body.commercial-v82 .commercial-v82-growth-column>span{position:relative;display:block;width:58%;height:var(--gross);min-height:8px;background:linear-gradient(180deg,rgba(215,179,155,.72),rgba(215,179,155,.28));border:1px solid rgba(215,179,155,.24);border-bottom:0}
body.commercial-v82 .commercial-v82-growth-column>span>i{position:absolute;left:-1px;right:-1px;bottom:0;height:20%;min-height:3px;background:linear-gradient(180deg,#a42b3e,#7d1b2b);border-top:1px solid rgba(255,255,255,.14)}
body.commercial-v82 .commercial-v82-growth-meta{position:absolute;top:calc(100% + 14px);left:50%;width:132px;transform:translateX(-50%);text-align:center}
body.commercial-v82 .commercial-v82-growth-meta strong{display:block;color:#fff;font-size:10px;font-weight:720}
body.commercial-v82 .commercial-v82-growth-meta span,body.commercial-v82 .commercial-v82-growth-meta em{display:block;margin-top:4px;color:rgba(255,255,255,.44);font-size:9px;font-style:normal;line-height:1.3}
body.commercial-v82 .commercial-v82-growth-meta em{color:var(--v82-champagne)}
body.commercial-v82 .commercial-v82-growth-chart__plot{margin-bottom:88px}
body.commercial-v82 .commercial-v82-growth-chart__foot{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:26px;padding-top:26px;border-top:1px solid var(--v82-line-dark)}
body.commercial-v82 .commercial-v82-growth-chart__foot p{margin:0;color:rgba(255,255,255,.57);font-size:13px;line-height:1.55}
body.commercial-v82 .commercial-v82-growth-chart__foot strong{color:#fff}
body.commercial-v82 .commercial-v82-projection-note{margin:31px 0 0;padding-top:26px;border-top:1px solid var(--v82-line-dark);color:rgba(255,255,255,.49);font-size:12px;line-height:1.58}
body.commercial-v82 .commercial-v82-projection-note strong{color:rgba(255,255,255,.76)}

/* ---------------- Exact Science prefooter geometry ---------------- */
body.commercial-v82 .commercial-v82-prefooter{position:relative!important;overflow:hidden!important;min-height:0!important;background:linear-gradient(180deg,#f7f2ec,#f1e9e0)!important;border-top:1px solid rgba(143,29,44,.10)!important;padding:0!important}
body.commercial-v82 .commercial-v82-prefooter::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 30%,rgba(143,29,44,.07),transparent 24%),linear-gradient(90deg,rgba(143,29,44,.14),rgba(143,29,44,0) 18%)!important}
body.commercial-v82 .commercial-v82-prefooter .science-cta__grid{position:relative!important;min-height:390px!important;display:grid!important;grid-template-columns:minmax(0,.7fr) minmax(0,1.5fr) minmax(280px,.8fr)!important;grid-template-areas:"eyebrow title copy" ". title action"!important;gap:30px clamp(50px,7vw,110px)!important;padding-block:clamp(76px,8vw,108px)!important;align-items:start!important}
body.commercial-v82 .commercial-v82-prefooter .eyebrow{grid-area:eyebrow!important;margin:0!important;color:var(--v82-red)!important}
body.commercial-v82 .commercial-v82-prefooter h2{grid-area:title!important;max-width:13ch!important;margin:0!important;color:#242124!important;font-size:clamp(44px,4.8vw,70px)!important;font-weight:560!important;line-height:.99!important;letter-spacing:-.058em!important}
body.commercial-v82 .commercial-v82-prefooter .science-cta__grid>p:nth-of-type(2){grid-area:copy!important;margin:0!important;color:var(--v82-body)!important;font-size:17px!important;line-height:1.6!important}
body.commercial-v82 .commercial-v82-prefooter .button{grid-area:action!important;margin-top:8px!important;justify-self:start!important;white-space:nowrap!important}

/* ---------------- Motion ---------------- */
body.commercial-v82 .js-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.2,1)}
body.commercial-v82 .js-reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){body.commercial-v82 .js-reveal{opacity:1;transform:none;transition:none}}

/* ---------------- Responsive ---------------- */
@media(max-width:1180px){
  body.commercial-v82 .commercial-v82-heading{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:60px}
  body.commercial-v82 .commercial-v82-market-story{grid-template-columns:160px 1fr 170px}
  body.commercial-v82 .commercial-v82-runway{grid-template-columns:repeat(3,1fr)}
  body.commercial-v82 .commercial-v82-runway article:nth-child(3){border-right:0}
  body.commercial-v82 .commercial-v82-runway article:nth-child(-n+3){border-bottom:1px solid var(--v82-line)}
  body.commercial-v82 .commercial-v82-runway article:nth-child(4){grid-column:1/2}
  body.commercial-v82 .commercial-v82-runway article:nth-child(5){grid-column:2/4}
  body.commercial-v82 .commercial-v82-engine__actions article{grid-template-columns:42px 160px 1fr}
}
@media(max-width:1023px){
  body.commercial-v82 .commercial-v82-hero__layout{grid-template-columns:1fr;padding-top:72px!important;padding-bottom:50px!important;gap:30px}
  body.commercial-v82 .commercial-v82-hero__visual{min-height:360px}
  body.commercial-v82 .commercial-v82-hero__bottle{max-height:350px;width:min(230px,48%)}
  body.commercial-v82 .commercial-v82-index{top:72px!important}
  body.commercial-v82 .commercial-v82-heading{grid-template-columns:1fr;gap:26px;margin-bottom:54px}
  body.commercial-v82 .commercial-v82-heading>p{margin-top:0}
  body.commercial-v82 .commercial-v82-market-story{grid-template-columns:1fr 1fr;gap:28px}
  body.commercial-v82 .commercial-v82-market-story__visual{grid-column:1/-1;grid-row:2}
  body.commercial-v82 .commercial-v82-market-story__end{text-align:right}
  body.commercial-v82 .commercial-v82-route-track{grid-template-columns:1fr}
  body.commercial-v82 .commercial-v82-route-track::before{display:none}
  body.commercial-v82 .commercial-v82-route-track article,body.commercial-v82 .commercial-v82-route-track article:first-child,body.commercial-v82 .commercial-v82-route-track article:last-child{min-height:0;padding:34px 0;border-right:0;border-bottom:1px solid var(--v82-line-dark)}
  body.commercial-v82 .commercial-v82-route-track article:last-child{border-bottom:0}
  body.commercial-v82 .commercial-v82-engine{grid-template-columns:1fr;gap:46px}
  body.commercial-v82 .commercial-v82-platform-flow{grid-template-columns:1fr}
  body.commercial-v82 .commercial-v82-platform-flow__core{min-height:0;padding:42px 0;border-right:0;border-bottom:1px solid var(--v82-line)}
  body.commercial-v82 .commercial-v82-platform-flow ol{padding-left:0}
  body.commercial-v82 .commercial-v82-signals__intro{grid-template-columns:1fr;grid-template-areas:"eye" "title" "copy"}
  body.commercial-v82 .commercial-v82-signals__grid{grid-template-columns:1fr 1fr}
  body.commercial-v82 .commercial-v82-signals__grid article:nth-child(2){border-right:0}
  body.commercial-v82 .commercial-v82-signals__grid article:nth-child(-n+2){border-bottom:1px solid var(--v82-line)}
  body.commercial-v82 .commercial-v82-assumptions{grid-template-columns:1fr 1fr}
  body.commercial-v82 .commercial-v82-assumptions article:nth-child(2){border-right:0}
  body.commercial-v82 .commercial-v82-assumptions article:nth-child(-n+2){border-bottom:1px solid var(--v82-line-dark)}
  body.commercial-v82 .commercial-v82-growth-chart__plot{overflow-x:auto;grid-template-columns:50px minmax(850px,1fr);padding-bottom:10px}
  body.commercial-v82 .commercial-v82-prefooter .science-cta__grid{grid-template-columns:1fr 1fr!important;grid-template-areas:"eyebrow eyebrow" "title title" "copy action"!important}
}
@media(max-width:760px){
  body.commercial-v82 .commercial-v82-section{padding:72px 0;scroll-margin-top:120px}
  body.commercial-v82 .commercial-v82-index{top:68px!important}
  body.commercial-v82 .commercial-v82-hero h1{font-size:clamp(43px,12vw,59px)!important;line-height:.98!important}
  body.commercial-v82 .commercial-v82-hero h1 span{width:auto;white-space:normal}
  body.commercial-v82 .commercial-v82-hero .op-hero__lead{font-size:16px!important}
  body.commercial-v82 .commercial-v82-hero__visual{min-height:300px}
  body.commercial-v82 .commercial-v82-hero__orbit--one{width:300px;height:180px}
  body.commercial-v82 .commercial-v82-hero__orbit--two{width:220px;height:290px}
  body.commercial-v82 .commercial-v82-heading h2{font-size:clamp(39px,10.5vw,52px)}
  body.commercial-v82 .commercial-v82-heading>p{font-size:16px}
  body.commercial-v82 .commercial-v82-market-story{padding-top:35px}
  body.commercial-v82 .commercial-v82-market-story__start strong,body.commercial-v82 .commercial-v82-market-story__end strong{font-size:38px}
  body.commercial-v82 .commercial-v82-market-story__visual{min-height:220px}
  body.commercial-v82 .commercial-v82-market-story__cagr{left:43%;top:27%}
  body.commercial-v82 .commercial-v82-aperture__row{min-height:112px;padding-left:0!important}
  body.commercial-v82 .commercial-v82-aperture__row>div{grid-template-columns:40px 60px 1fr;gap:10px}
  body.commercial-v82 .commercial-v82-aperture__row small{font-size:13px}
  body.commercial-v82 .commercial-v82-aperture__row>strong{font-size:30px}
  body.commercial-v82 .commercial-v82-entry-footer{grid-template-columns:1fr}
  body.commercial-v82 .commercial-v82-runway{grid-template-columns:1fr}
  body.commercial-v82 .commercial-v82-runway article,body.commercial-v82 .commercial-v82-runway article:nth-child(n){grid-column:auto;border-right:0;border-bottom:1px solid var(--v82-line);min-height:0;padding:26px 0}
  body.commercial-v82 .commercial-v82-runway article:last-child{border-bottom:0}
  body.commercial-v82 .commercial-v82-foundation-points article{grid-template-columns:45px 1fr;gap:12px}
  body.commercial-v82 .commercial-v82-foundation-points h3{font-size:23px}
  body.commercial-v82 .commercial-v82-foundation-points p{font-size:15px}
  body.commercial-v82 .commercial-v82-qualification{padding-left:0}
  body.commercial-v82 .commercial-v82-engine__actions article{grid-template-columns:36px 1fr;gap:12px}
  body.commercial-v82 .commercial-v82-engine__actions p{grid-column:2}
  body.commercial-v82 .commercial-v82-signals__grid{grid-template-columns:1fr}
  body.commercial-v82 .commercial-v82-signals__grid article{min-height:0;border-right:0;border-bottom:1px solid var(--v82-line)}
  body.commercial-v82 .commercial-v82-signals__grid article:last-child{border-bottom:0}
  body.commercial-v82 .commercial-v82-assumptions{grid-template-columns:1fr}
  body.commercial-v82 .commercial-v82-assumptions article,body.commercial-v82 .commercial-v82-assumptions article:first-child,body.commercial-v82 .commercial-v82-assumptions article:last-child{padding:24px 0;border-right:0;border-bottom:1px solid var(--v82-line-dark)}
  body.commercial-v82 .commercial-v82-assumptions article:last-child{border-bottom:0}
  body.commercial-v82 .commercial-v82-growth-chart__head{align-items:flex-start;flex-direction:column}
  body.commercial-v82 .commercial-v82-growth-chart__foot{grid-template-columns:1fr}
  body.commercial-v82 .commercial-v82-prefooter .science-cta__grid{grid-template-columns:1fr!important;grid-template-areas:"eyebrow" "title" "copy" "action"!important;gap:22px!important;padding-block:68px!important;min-height:0!important}
  body.commercial-v82 .commercial-v82-prefooter h2{font-size:clamp(40px,11vw,54px)!important}
  body.commercial-v82 .commercial-v82-prefooter .button{width:100%!important}
}
