:root {
  --ink: #070a0e;
  --ink-2: #10151c;
  --paper: #f0f2ef;
  --white: #ffffff;
  --ice: #b8efff;
  --blue: #246bfe;
  --lime: #d8ff3e;
  --orange: #ff5c22;
  --line-dark: rgba(7, 10, 14, 0.19);
  --line-light: rgba(255, 255, 255, 0.2);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); background: var(--lime); color: var(--ink); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.topline { height: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; background: var(--ink); color: var(--white); font: 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.topline-center { color: var(--lime); }

.site-header { height: 76px; position: relative; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 28px; background: var(--paper); border-bottom: 1px solid var(--line-dark); }
.brand { justify-self: start; display: flex; align-items: center; gap: 10px; font: 800 27px/.82 var(--display); letter-spacing: -.02em; }
.brand small { display: block; margin-top: 3px; font: 700 8px/1 var(--mono); letter-spacing: .32em; }
.brand-mark { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-mark circle { fill: var(--lime); stroke: var(--ink); }
.main-nav { display: flex; align-items: center; gap: 38px; }
.main-nav a, .cart-trigger { position: relative; font: 700 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--ink); transition: right 180ms ease-out; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.cart-trigger { justify-self: end; border: 0; background: none; padding: 12px 0 12px 12px; cursor: pointer; }
.cart-count { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-left: 4px; border: 1px solid var(--ink); border-radius: 50%; background: var(--ink); color: var(--white); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px; }

.hero { min-height: calc(100svh - 104px); position: relative; display: flex; align-items: center; overflow: hidden; background: #05090d; color: var(--white); }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.hero-scrim { background: linear-gradient(90deg, rgba(3,6,9,.96) 0%, rgba(3,6,9,.82) 35%, rgba(3,6,9,.1) 68%, rgba(3,6,9,.18) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 52vw); padding: 7vh 0 9vh 5vw; }
.kicker { display: flex; justify-content: space-between; width: min(430px, 100%); margin: 0 0 34px; font: 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.66); }
.hero h1 { margin: 0; font: 800 clamp(78px, 10vw, 170px)/.72 var(--display); letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
.hero h1 em { color: var(--lime); font-weight: 700; }
.hero-deck { max-width: 510px; margin: 36px 0 28px; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.55; color: rgba(255,255,255,.76); text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; padding: 0 20px; border: 1px solid transparent; border-radius: 0; font: 700 11px/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background-color 150ms ease-out, color 150ms ease-out, border-color 150ms ease-out, transform 120ms ease-out; }
.button:active { transform: translateY(1px); }
.button-lime { background: var(--lime); color: var(--ink); }
.button-lime:hover, .button-lime:focus-visible { background: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--product-accent, var(--blue)); }
.button-outline { border-color: currentColor; background: transparent; }
.button-outline:hover, .button-outline:focus-visible { background: var(--ink); color: var(--white); }
.text-link { position: relative; padding: 12px 0; border: 0; background: none; color: var(--white); font: 700 11px/1 var(--mono); text-transform: uppercase; cursor: pointer; }
.text-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px; background: currentColor; transform-origin: right; transition: transform 180ms ease-out; }
.text-link:hover::after { transform: scaleX(.35); }
.hero-callout { position: absolute; z-index: 2; right: 4vw; top: 34%; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.68); font: 9px/1.5 var(--mono); text-transform: uppercase; }
.callout-line { width: 55px; height: 1px; background: rgba(255,255,255,.55); }
.hero-index { position: absolute; z-index: 2; right: 28px; bottom: 25px; display: flex; gap: 22px; color: rgba(255,255,255,.42); font: 9px/1 var(--mono); }

.proof-strip { min-height: 94px; display: grid; grid-template-columns: 1fr 3fr; align-items: center; padding: 0 4vw; border-bottom: 1px solid var(--line-dark); background: var(--lime); }
.proof-strip p { margin: 0; font: 700 15px/1 var(--mono); text-transform: uppercase; }
.proof-strip ul { display: flex; justify-content: space-between; gap: 28px; margin: 0; padding: 0; list-style: none; font: 700 10px/1.4 var(--mono); text-transform: uppercase; }
.proof-strip li { display: flex; align-items: center; gap: 10px; }
.proof-strip li::before { content: "✦"; font-size: 12px; }

.section-pad { padding-left: 5vw; padding-right: 5vw; }
.section-number, .mono-label { font: 10px/1.4 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.section-number { color: rgba(7,10,14,.5); }
.manifesto { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; padding-top: 150px; padding-bottom: 165px; }
.manifesto-copy { max-width: 1100px; }
.manifesto-copy .mono-label { margin: 0 0 26px; }
.manifesto h2, .shop-head h2, .protocol h2, .lab-note h2, .routine-cta h2, .faq h2 { margin: 0; font: 700 clamp(58px, 7.5vw, 126px)/.82 var(--display); letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.manifesto-body { width: 58%; margin: 45px 0 0 auto; }
.manifesto-body p { margin: 0 0 34px; font-size: 18px; line-height: 1.65; text-wrap: pretty; }
.arrow-link { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 18px 0; font: 700 11px/1 var(--mono); text-transform: uppercase; }
.arrow-link span { transition: transform 180ms ease-out; }
.arrow-link:hover span { transform: translate(4px,4px); }

.shop-section { background: #dfe4e5; }
.shop-head { display: grid; grid-template-columns: 2fr 1fr; gap: 5vw; align-items: end; padding-top: 125px; padding-bottom: 74px; }
.shop-head .mono-label { margin: 0 0 22px; }
.shop-head h2 i, .protocol h2 i, .lab-note h2 i, .routine-cta h2 i, .faq h2 i { font-weight: 500; color: var(--blue); }
.shop-head > p { max-width: 430px; margin: 0 0 7px; font-size: 17px; line-height: 1.6; }
.lineup-stage { position: relative; height: min(62vw, 780px); margin: 0 2vw; overflow: hidden; background: #cfd3d5; }
.lineup-stage img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); }
.lineup-stage:hover img { transform: scale(1.015); }
.lineup-stamp { position: absolute; left: 24px; top: 24px; width: 92px; height: 92px; display: grid; place-items: center; align-content: center; border: 1px solid var(--ink); border-radius: 50%; background: rgba(240,242,239,.8); backdrop-filter: blur(8px); font: 8px/1.2 var(--mono); text-align: center; transform: rotate(-8deg); }
.lineup-stamp strong { font: 700 32px/.8 var(--display); }
.product-browser { display: grid; grid-template-columns: 1.7fr 1fr; gap: 6vw; padding-top: 76px; padding-bottom: 130px; }
.product-tabs { border-top: 1px solid var(--line-dark); }
.product-tab { width: 100%; display: grid; grid-template-columns: 42px 1fr 1fr auto; gap: 18px; align-items: baseline; padding: 19px 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; text-align: left; cursor: pointer; color: rgba(7,10,14,.42); transition: color 160ms ease-out, padding-left 160ms ease-out; }
.product-tab:hover, .product-tab.active { color: var(--ink); padding-left: 10px; }
.product-tab.active { background: linear-gradient(90deg, rgba(255,255,255,.65), transparent); }
.product-num, .product-kind, .product-price { font: 10px/1 var(--mono); text-transform: uppercase; }
.product-name { font: 700 40px/.9 var(--display); }
.product-detail { position: relative; padding: 34px 0 0 34px; border-left: 8px solid var(--product-accent); transition: border-color 180ms ease-out; }
.detail-tag { font: 10px/1 var(--mono); text-transform: uppercase; color: rgba(7,10,14,.55); }
.product-detail h3 { margin: 50px 0 2px; font: 800 clamp(72px,8vw,125px)/.72 var(--display); letter-spacing: -.04em; }
.detail-sub { margin: 18px 0 34px; font: 700 11px/1 var(--mono); text-transform: uppercase; }
.detail-copy { max-width: 470px; font-size: 15px; line-height: 1.7; }
.detail-specs { display: grid; grid-template-columns: repeat(3,1fr); margin: 30px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.detail-specs span { padding: 14px 8px 15px 0; font: 8px/1.3 var(--mono); text-transform: uppercase; }
.detail-specs strong { display: block; margin-bottom: 5px; font: 700 22px/1 var(--display); }
.quick-add { width: 100%; }

.protocol { background: var(--ink); color: var(--white); }
.protocol-intro { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; padding-top: 145px; padding-bottom: 90px; }
.protocol-intro .section-number { color: rgba(255,255,255,.4); }
.protocol-intro h2 { grid-column: 2; }
.protocol-intro h2 i { color: var(--lime); }
.protocol-intro > p { grid-column: 2; width: 48%; margin: 30px 0 0 auto; color: rgba(255,255,255,.62); line-height: 1.7; }
.protocol-steps { border-top: 1px solid var(--line-light); }
.protocol-step { min-height: 330px; display: grid; grid-template-columns: 80px 1.2fr 1fr; border-bottom: 1px solid var(--line-light); }
.step-index { display: grid; place-items: center; border-right: 1px solid var(--line-light); font: 10px/1 var(--mono); color: rgba(255,255,255,.45); }
.step-visual { position: relative; min-height: 330px; overflow: hidden; border-right: 1px solid var(--line-light); }
.step-copy { align-self: center; padding: 48px 7vw; }
.step-copy > span:first-child, .step-products { font: 9px/1.3 var(--mono); text-transform: uppercase; color: rgba(255,255,255,.45); }
.step-copy h3 { margin: 14px 0 14px; font: 700 clamp(45px,5vw,78px)/.9 var(--display); }
.step-copy p { max-width: 430px; color: rgba(255,255,255,.62); line-height: 1.65; }
.step-products { display: block; margin-top: 24px; color: var(--lime); }
.step-visual.pre { background: radial-gradient(circle at center, #1833c4 0, #0b1645 22%, var(--ink) 65%); }
.orb { position: absolute; left: 50%; top: 50%; width: 120px; height: 120px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 80px rgba(70,196,255,.65); transform: translate(-50%,-50%); }
.axis { position: absolute; left: 50%; top: 50%; background: rgba(255,255,255,.35); }
.axis-x { width: 80%; height: 1px; transform: translate(-50%,-50%); }
.axis-y { width: 1px; height: 80%; transform: translate(-50%,-50%); }
.step-visual.train { display: grid; place-items: center; background: #0a0d12; }
.pulse { position: absolute; width: 70px; height: 70px; border: 1px solid var(--lime); border-radius: 50%; animation: pulse 2.4s infinite cubic-bezier(.2,.7,.2,1); }
.pulse.p2 { animation-delay: -.8s; }.pulse.p3 { animation-delay: -1.6s; }
.step-visual.recover { background: linear-gradient(#0c1925 0%, #101c3b 55%, #090c12 56%); }
.moon { position: absolute; width: 145px; height: 145px; border-radius: 50%; left: 50%; top: 48%; transform: translate(-50%,-50%); background: #ff5c22; box-shadow: 0 0 70px rgba(255,92,34,.35); }
.horizon { position: absolute; left: 0; right: 0; top: 56%; height: 1px; background: rgba(255,255,255,.36); }
@keyframes pulse { 0% { transform: scale(.35); opacity: 1; } 100% { transform: scale(3.5); opacity: 0; } }

.lab-note { position: relative; min-height: 740px; padding-top: 120px; padding-bottom: 95px; overflow: hidden; background: var(--orange); }
.lab-note .mono-label { position: relative; z-index: 1; }
.lab-note h2 { position: relative; z-index: 1; margin-top: 130px; }
.lab-note h2 i { color: var(--paper); }
.lab-note-foot { position: relative; z-index: 1; width: 54%; margin: 50px 0 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.lab-note-foot p { margin: 0; font-size: 17px; line-height: 1.6; }
.lab-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5,1fr); }
.lab-grid span { border-left: 1px solid rgba(7,10,14,.11); }

.routine-cta { min-height: 610px; display: grid; place-items: center; align-content: center; text-align: center; background: #c9f4ff; }
.routine-cta .mono-label { margin-bottom: 26px; }
.routine-cta h2 i { color: var(--blue); }
.routine-cta .button { margin-top: 38px; background: var(--ink); color: var(--white); min-width: 260px; }
.routine-cta .button:hover { background: var(--blue); }

.faq { display: grid; grid-template-columns: 1fr 1.7fr; gap: 9vw; padding-top: 130px; padding-bottom: 145px; }
.faq h2 { font-size: clamp(70px,8vw,125px); }
.faq h2 i { color: var(--blue); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line-dark); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 30px; padding: 28px 0; border: 0; background: none; font-weight: 700; text-align: left; cursor: pointer; }
.faq-symbol { font: 22px/1 var(--mono); }
.faq-answer p { max-width: 650px; margin: 0; padding: 0 45px 30px 0; color: rgba(7,10,14,.68); font-size: 14px; line-height: 1.7; }

.site-footer { background: var(--ink); color: var(--white); }
.footer-main { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 10vw; padding-top: 110px; padding-bottom: 170px; overflow: hidden; }
.footer-signup { position: relative; z-index: 1; }
.footer-signup h2 { margin: 18px 0 40px; font: 700 clamp(75px,9vw,145px)/.72 var(--display); }
.signup-form { width: min(600px,100%); display: grid; grid-template-columns: 1fr 58px; border-bottom: 1px solid rgba(255,255,255,.45); }
.signup-form input { min-width: 0; padding: 19px 0; border: 0; outline: 0; background: transparent; color: var(--white); font: 12px/1 var(--mono); }
.signup-form input::placeholder { color: rgba(255,255,255,.5); }
.signup-form button { border: 0; background: var(--lime); font-size: 22px; cursor: pointer; }
.form-note { max-width: 500px; color: rgba(255,255,255,.45); font: 9px/1.5 var(--mono); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-self: end; position: relative; z-index: 1; }
.footer-links div { display: flex; flex-direction: column; gap: 14px; }
.footer-links span { margin-bottom: 12px; color: rgba(255,255,255,.42); font: 9px/1 var(--mono); text-transform: uppercase; }
.footer-links a { width: fit-content; font-size: 13px; }
.footer-links a:hover { color: var(--lime); }
.footer-wordmark { position: absolute; bottom: -8vw; left: 3vw; color: rgba(255,255,255,.035); font: 800 35vw/.7 var(--display); letter-spacing: -.07em; }
.footer-legal { min-height: 70px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.43); font: 8px/1.4 var(--mono); text-transform: uppercase; }
.footer-legal span:nth-child(2) { text-align: center; }.footer-legal span:last-child { text-align: right; }

.drawer-overlay { position: fixed; z-index: 90; inset: 0; background: rgba(0,0,0,.54); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(460px,100vw); height: 100dvh; display: flex; flex-direction: column; padding: 28px; background: var(--paper); transform: translateX(102%); transition: transform 380ms cubic-bezier(.22,1,.36,1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line-dark); }
.drawer-head h2 { margin: 0; font: 700 44px/1 var(--display); text-transform: uppercase; }
.drawer-close, .modal-close { width: 42px; height: 42px; border: 1px solid var(--line-dark); background: transparent; font-size: 27px; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; }
.empty-cart { height: 100%; display: grid; place-content: center; text-align: center; }
.empty-cart span { font: 10px/1 var(--mono); }.empty-cart p { margin: 14px 0; font: 700 36px/1 var(--display); text-transform: uppercase; }.empty-cart a { font: 10px/1 var(--mono); text-decoration: underline; text-transform: uppercase; }
.cart-line { display: grid; grid-template-columns: 58px 1fr auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.cart-swatch { width: 58px; height: 68px; background: linear-gradient(135deg,var(--ice),var(--blue)); }
.cart-line strong { display: block; font: 700 25px/1 var(--display); }.cart-line small { font: 8px/1 var(--mono); text-transform: uppercase; }.remove-item { border: 0; background: none; text-decoration: underline; font: 8px/1 var(--mono); cursor: pointer; }
.cart-foot { padding-top: 20px; border-top: 1px solid var(--line-dark); }
.cart-foot > div { display: flex; justify-content: space-between; margin-bottom: 20px; font: 700 12px/1 var(--mono); text-transform: uppercase; }
.cart-foot .button { width: 100%; }.cart-foot small { display: block; margin-top: 12px; text-align: center; font: 8px/1.4 var(--mono); color: rgba(7,10,14,.5); }

.modal-overlay { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(7,10,14,.84); backdrop-filter: blur(9px); }
.routine-modal { position: relative; width: min(780px,100%); max-height: 90dvh; overflow: auto; padding: clamp(34px,6vw,80px); background: var(--lime); }
.routine-modal h2 { margin: 22px 0 40px; font: 700 clamp(54px,7vw,90px)/.82 var(--display); }
.modal-close { position: absolute; right: 22px; top: 22px; }
.goal-options { border-top: 1px solid var(--line-dark); }
.goal-options button { width: 100%; display: flex; justify-content: space-between; padding: 21px 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; font: 700 20px/1 var(--body); cursor: pointer; }
.goal-options button:hover { padding-left: 12px; }
.routine-result { margin-top: 32px; padding: 25px; background: var(--ink); color: var(--white); }
.routine-result small { font: 9px/1 var(--mono); text-transform: uppercase; color: var(--lime); }.routine-result h3 { margin: 10px 0; font: 700 40px/1 var(--display); }.routine-result p { margin-bottom: 0; color: rgba(255,255,255,.65); line-height: 1.6; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 24px; padding: 13px 18px; background: var(--lime); color: var(--ink); font: 700 10px/1 var(--mono); text-transform: uppercase; transform: translate(-50%,150%); transition: transform 220ms ease-out; }
.toast.show { transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease-out, transform 700ms cubic-bezier(.22,1,.36,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
body.locked { overflow: hidden; }

@media (max-width: 920px) {
  .topline span:nth-child(2) { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; height: 68px; padding: 0 18px; }
  .brand { font-size: 24px; }.brand-mark { width: 26px; height: 26px; }
  .menu-toggle { display: block; order: 2; justify-self: end; }
  .cart-trigger { order: 3; margin-left: 5px; }
  .main-nav { position: absolute; left: 0; right: 0; top: 67px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 22px 18px; border-bottom: 1px solid var(--line-dark); background: var(--paper); transform: scaleY(0); opacity: 0; transform-origin: top; transition: transform 180ms ease-out, opacity 140ms ease-out; }
  .main-nav.open { transform: scaleY(1); opacity: 1; }
  .main-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-media img { object-position: 64% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(3,6,9,.98) 0%, rgba(3,6,9,.84) 54%, rgba(3,6,9,.05) 100%); }
  .hero-copy { width: 100%; padding: 0 20px 72px; }
  .hero h1 { font-size: clamp(74px,22vw,120px); }
  .hero-deck { margin: 26px 0; }
  .hero-callout { display: none; }
  .hero-index { right: 18px; bottom: 18px; }
  .proof-strip { grid-template-columns: 1fr; padding: 22px 20px; gap: 18px; }
  .proof-strip ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .manifesto, .protocol-intro { grid-template-columns: 1fr; padding-top: 88px; padding-bottom: 92px; }
  .manifesto-copy { margin-top: 55px; }.manifesto-body { width: 100%; }.protocol-intro h2, .protocol-intro > p { grid-column: 1; }.protocol-intro > p { width: 100%; }
  .shop-head { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 45px; }.shop-head > p { margin-top: 28px; }
  .lineup-stage { height: 67vw; min-height: 390px; }.lineup-stage img { object-position: center; }
  .product-browser { grid-template-columns: 1fr; padding-top: 55px; padding-bottom: 90px; }.product-detail { margin-top: 25px; }
  .protocol-step { grid-template-columns: 58px 1fr; }.step-index { grid-row: 1 / span 2; }.step-visual { border-right: 0; border-bottom: 1px solid var(--line-light); }.step-copy { padding: 42px 8vw; }
  .lab-note { min-height: 650px; }.lab-note h2 { margin-top: 110px; }.lab-note-foot { width: 100%; grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 90px; }.faq-list { margin-top: 24px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 80px; }.footer-links { margin-top: 70px; }.footer-legal { grid-template-columns: 1fr; gap: 10px; padding-top: 22px; padding-bottom: 22px; }.footer-legal span:nth-child(2), .footer-legal span:last-child { text-align: left; }
}

@media (max-width: 560px) {
  .topline { padding: 0 14px; }.topline span:last-child { display: none; }
  .site-header { padding: 0 14px; }.cart-trigger { font-size: 0; }.cart-count { font-size: 10px; }
  .hero { min-height: calc(100svh - 96px); }.hero-media img { object-position: 70% center; }.hero-copy { padding-bottom: 62px; }.kicker { margin-bottom: 24px; }.hero-deck { max-width: 92%; font-size: 14px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 6px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: flex-start; }
  .proof-strip ul { grid-template-columns: 1fr; }
  .manifesto h2, .shop-head h2, .protocol h2, .lab-note h2, .routine-cta h2, .faq h2 { font-size: 57px; }
  .manifesto-body p { font-size: 15px; }
  .lineup-stage { height: 90vw; min-height: 360px; margin: 0; }.lineup-stage img { object-position: 40% center; }.lineup-stamp { width: 72px; height: 72px; }
  .product-tab { grid-template-columns: 28px 1fr auto; }.product-kind { display: none; }.product-name { font-size: 32px; }.product-detail { padding-left: 22px; }.detail-specs { grid-template-columns: 1fr; }.detail-specs span { border-bottom: 1px solid var(--line-dark); }
  .protocol-step { min-height: 0; }.step-visual { min-height: 240px; }.step-copy { padding: 38px 7vw 52px; }
  .lab-note h2 { margin-top: 95px; }.lab-note-foot p { font-size: 15px; }.lab-note-foot .button { width: 100%; }
  .routine-cta { min-height: 520px; }
  .footer-main { min-height: 700px; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-wordmark { bottom: 0; }
  .cart-drawer { padding: 20px; }.routine-modal { padding: 60px 24px 35px; }.goal-options button { font-size: 16px; }
}

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