:root {
  --ink: #111827;
  --muted: #667085;
  --paper: #f7f7f4;
  --white: #ffffff;
  --soft: #eeeee9;
  --line: #deded8;
  --accent: #f45b24;
  --accent-dark: #cf3e0b;
  --shadow: 0 22px 60px rgba(17, 24, 39, .11);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 126px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modalOpen { overflow: hidden; }
body, button, a { -webkit-tap-highlight-color: transparent; }
img, video { display: block; max-width: 100%; }
button, a { color: inherit; font: inherit; }
a { text-decoration: none; }
section[id] { scroll-margin-top: 126px; }

.siteHeader { position: sticky; top: 0; z-index: 100; width: 100%; box-shadow: 0 8px 24px rgba(17,24,39,.09); transform: translateZ(0); }
.campaignBar { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 6px max(20px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--ink); }
.campaignBar > strong { padding: 6px 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; font-size: 10px; letter-spacing: .11em; white-space: nowrap; }
.campaignPrices { font-size: 12px; font-weight: 850; white-space: nowrap; }
.campaignPrices i { margin: 0 5px; color: rgba(255,255,255,.4); font-style: normal; }
.countdown { display: flex; align-items: center; gap: 4px; padding: 4px 7px; border-left: 1px solid rgba(255,255,255,.18); font-variant-numeric: tabular-nums; }
.countdown small { margin: 0 5px; color: rgba(255,255,255,.64); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.countdown span { display: flex; align-items: baseline; gap: 2px; }
.countdown b { min-width: 25px; padding: 4px 5px; border-radius: 6px; color: var(--ink); background: #fff; font-size: 11px; text-align: center; }
.countdown i { color: rgba(255,255,255,.6); font-size: 8px; font-style: normal; }
.campaignAction { padding: 8px 12px; border: 0; border-radius: 999px; color: var(--ink); background: var(--accent); font-size: 10px; font-weight: 900; white-space: nowrap; cursor: pointer; }
.campaignAction:hover { background: #ff7444; }

.navBar { height: 70px; display: flex; align-items: center; gap: 28px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(222,222,216,.8); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brandMark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--ink); font-size: 20px; font-weight: 950; }
.brand > span:last-child { display: grid; gap: 1px; }
.brand b { font-size: 17px; line-height: 1; letter-spacing: -.03em; }
.brand small { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.navBar nav { display: flex; gap: 26px; margin-left: auto; }
.navBar nav a { color: #596274; font-size: 11px; font-weight: 750; }
.navBar nav a:hover { color: var(--ink); }
.navCta, .primaryButton { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 11px; color: #fff; background: var(--accent); font-weight: 850; box-shadow: 0 10px 26px rgba(244,91,36,.2); }
.navCta { min-height: 42px; padding: 11px 16px; font-size: 11px; }
.navCta:hover, .primaryButton:hover { background: var(--accent-dark); }

.eyebrow { margin: 0 0 17px; color: var(--accent-dark); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.eyebrow.light { color: #ff9a75; }
.hero { width: min(1240px, calc(100% - 48px)); min-height: 660px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(38px, 6vw, 84px); margin: 0 auto; padding: 68px 0 76px; }
.hero h1, .galleryCopy h2, .videoIntro h2, .sectionHead h2, .fitCopy h2, .faqSection h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .98; letter-spacing: -.06em; }
.hero h1 em { color: var(--accent-dark); font-style: normal; }
.heroLead { max-width: 590px; margin: 24px 0 21px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.heroFacts { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.heroFacts li { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 9px; font-weight: 800; }
.heroFacts li::before { content: "✓"; margin-right: 5px; color: var(--accent-dark); }
.heroOffer { display: flex; align-items: end; gap: 22px; margin: 27px 0 20px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.heroOffer > div { display: grid; gap: 1px; }
.heroOffer small { color: var(--muted); font-size: 9px; }
.heroOffer strong { font-size: 45px; line-height: 1; letter-spacing: -.06em; }
.heroOffer p { display: flex; align-items: center; gap: 8px; margin: 0 0 4px; }
.heroOffer s { color: #89909c; font-size: 13px; }
.heroOffer b { padding: 6px 8px; border-radius: 7px; color: var(--accent-dark); background: #ffe5dc; font-size: 10px; }
.heroActions { display: flex; align-items: center; gap: 18px; }
.primaryButton { min-height: 50px; min-width: 185px; padding: 14px 17px; font-size: 12px; }
.videoLink { display: inline-flex; align-items: center; gap: 8px; color: #344054; font-size: 11px; font-weight: 800; }
.videoLink > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 8px; }
.deliveryLine { display: flex; align-items: center; gap: 8px; margin: 17px 0 0; color: var(--muted); font-size: 9px; }
.deliveryLine > span { width: 7px; height: 7px; border-radius: 50%; background: #22a06b; box-shadow: 0 0 0 4px rgba(34,160,107,.12); }

.productStage { min-height: 550px; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid #e2e2dd; border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.productStage::before { content: ""; width: 65%; aspect-ratio: 1; position: absolute; border-radius: 50%; background: #f0f0ec; }
.productStage > img { width: 80%; max-height: 500px; position: relative; z-index: 1; object-fit: contain; mix-blend-mode: multiply; }
.stageTag { position: absolute; top: 22px; left: 22px; z-index: 2; padding: 8px 11px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 9px; font-weight: 850; }
.stageSpec { display: grid; position: absolute; right: 22px; bottom: 22px; z-index: 2; min-width: 112px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(17,24,39,.1); }
.stageSpec b { font-size: 14px; }
.stageSpec small { color: var(--muted); font-size: 8px; }

.quickFacts { width: min(1240px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto 100px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.quickFacts article { display: grid; gap: 4px; min-width: 0; padding: 20px 22px; }
.quickFacts article + article { border-left: 1px solid var(--line); }
.quickFacts b { font-size: 11px; }
.quickFacts span { color: var(--muted); font-size: 9px; }

.gallerySection { width: min(1120px, calc(100% - 48px)); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(44px, 7vw, 90px); margin: 0 auto; padding: 30px 0 120px; }
.gallery { min-width: 0; }
.galleryViewport { aspect-ratio: 1; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; outline: none; background: #fff; box-shadow: var(--shadow); touch-action: pan-y; }
.galleryViewport:focus-visible { box-shadow: 0 0 0 3px var(--accent), var(--shadow); }
.galleryViewport img { width: 100%; height: 100%; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.galleryViewport img.swap { animation: galleryIn .24s ease; }
.swipeHint { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; border-radius: 999px; color: #fff; background: rgba(17,24,39,.84); font-size: 8px; font-weight: 800; }
.thumbnails { display: grid; grid-auto-flow: column; grid-auto-columns: 64px; gap: 8px; margin-top: 11px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.thumbnails::-webkit-scrollbar { display: none; }
.thumbnails button { width: 64px; height: 64px; padding: 3px; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: #fff; cursor: pointer; }
.thumbnails button.active { border-color: var(--accent); }
.thumbnails img { width: 100%; height: 100%; border-radius: 6px; object-fit: cover; }
.galleryCopy h2 { font-size: clamp(40px, 4.5vw, 62px); }
.galleryCopy > p:not(.eyebrow) { margin: 20px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.galleryCounter { display: flex; align-items: baseline; gap: 5px; margin-bottom: 30px; color: #a2a6ad; }
.galleryCounter b { color: var(--accent-dark); font-size: 30px; letter-spacing: -.05em; }
.galleryCounter span { font-size: 11px; }
.galleryCopy dl { margin: 0; border-top: 1px solid var(--line); }
.galleryCopy dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.galleryCopy dt { color: var(--muted); }
.galleryCopy dd { margin: 0; font-weight: 800; text-align: right; }

.videoSection { display: grid; grid-template-columns: .36fr .64fr; align-items: center; gap: clamp(40px, 7vw, 86px); padding: 100px max(24px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--ink); }
.videoIntro h2 { font-size: clamp(42px, 5vw, 68px); }
.videoIntro > p:last-child { max-width: 390px; margin: 22px 0 0; color: #a8b0bd; font-size: 13px; line-height: 1.65; }
.videoFrame { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #05070b; box-shadow: 0 28px 70px rgba(0,0,0,.32); }
.videoFrame video { width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: contain; }

.bundleSection { padding: 110px max(24px, calc((100vw - 1240px) / 2)); background: #fff; }
.sectionHead { max-width: 660px; margin: 0 auto 46px; text-align: center; }
.sectionHead h2 { font-size: clamp(42px, 5vw, 66px); }
.sectionHead > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.bundleGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.bundleCard { min-height: 320px; display: flex; flex-direction: column; position: relative; padding: 27px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; box-shadow: 0 10px 30px rgba(17,24,39,.06); transition: transform .2s, border-color .2s, background .2s, color .2s; }
.bundleCard:hover { transform: translateY(-3px); border-color: #a7a7a1; }
.bundleCard.selected { color: #fff; border-color: var(--ink); background: var(--ink); box-shadow: 0 18px 45px rgba(17,24,39,.19); }
.discount { align-self: flex-start; padding: 7px 9px; border-radius: 999px; color: var(--accent-dark); background: #ffe5dc; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.bundleName { display: grid; gap: 4px; margin-top: 25px; }
.bundleName b { font-size: 20px; }
.bundleName small { color: var(--muted); font-size: 9px; }
.bundleCard.selected .bundleName small { color: #aeb5c0; }
.bundleCard > strong { margin-top: auto; font-size: 47px; line-height: 1; letter-spacing: -.06em; }
.bundleCard > p { margin: 8px 0 18px; color: var(--muted); font-size: 9px; }
.bundleCompare + .bundleUnit::before { content: " · "; }
.bundleCard.selected > p { color: #aeb5c0; }
.bundleSaving { margin: -8px 0 14px; color: var(--accent-dark); font-size: 9px; font-weight: 850; }
.bundleCard.selected .bundleSaving { color: #ffad8f; }
.bundleCard > i { padding: 13px 14px; border-radius: 10px; color: #fff; background: var(--accent); font-size: 10px; font-style: normal; font-weight: 850; text-align: center; }
.bundleCard.selected > i { color: var(--ink); background: #fff; }
.bundleFoot { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 26px; margin-top: 25px; color: var(--muted); font-size: 9px; font-weight: 750; }
.offerLocked .heroOffer > p, .offerExpired .heroOffer > p,
.offerLocked .discount, .offerExpired .discount,
.offerLocked .bundleCompare, .offerExpired .bundleCompare { display: none; }
.offerLocked .bundleCompare + .bundleUnit::before,
.offerExpired .bundleCompare + .bundleUnit::before { content: ""; }

.fitSection { width: min(1120px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(46px, 7vw, 94px); margin: 0 auto; padding: 120px 0; }
.fitImage { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.fitImage img { width: 100%; height: auto; }
.fitCopy h2 { font-size: clamp(42px, 4.8vw, 64px); }
.fitChecks { display: grid; margin-top: 28px; }
.fitChecks article { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.fitChecks article > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--ink); font-size: 8px; font-weight: 900; }
.fitChecks b { font-size: 12px; }
.fitChecks p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }
.deliveryCard { display: flex; gap: 13px; align-items: center; margin-top: 18px; padding: 15px; border: 1px solid #ffcab7; border-radius: 13px; background: #fff4ef; }
.deliveryCard > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: #fff; background: var(--accent); font-weight: 900; }
.deliveryCard b { font-size: 11px; }
.deliveryCard p { margin: 3px 0 0; color: var(--muted); font-size: 8px; }

.faqSection { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 110px); padding: 90px max(24px, calc((100vw - 1120px) / 2)); background: var(--soft); }
.faqSection h2 { font-size: clamp(38px, 4.4vw, 58px); }
.faqList details { border-bottom: 1px solid #cfcfc8; }
.faqList summary { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--accent-dark); font-size: 18px; transition: transform .2s; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { margin: -4px 0 18px; color: var(--muted); font-size: 10px; line-height: 1.65; }

footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 28px max(24px, calc((100vw - 1240px) / 2)); color: #89919e; background: var(--ink); font-size: 9px; }
.footerBrand { color: #fff; }
.footerBrand .brandMark { border: 1px solid rgba(255,255,255,.24); }
.footerBrand small { color: #929baa !important; }

.stickyChoice { width: min(520px, calc(100% - 20px)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 13px; position: fixed; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 90; padding: 10px 10px 10px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; color: #fff; background: rgba(17,24,39,.97); box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: translateY(140%); transition: transform .3s ease; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.stickyChoice.visible { transform: translateY(0); }
.stickyChoice > div { display: grid; min-width: 0; }
.stickyChoice small { color: #9da5b2; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.stickyChoice b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.stickyChoice > strong { font-size: 17px; white-space: nowrap; }
.stickyChoice > a { padding: 12px 15px; border-radius: 10px; color: #fff; background: var(--accent); font-size: 10px; font-weight: 850; }

.wheelModal { display: grid; place-items: center; position: fixed; inset: 0; z-index: 300; padding: 18px; background: rgba(7,11,19,.76); opacity: 0; transition: opacity .24s ease; backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.wheelModal.visible { opacity: 1; }
.wheelDialog { width: min(960px, 100%); max-height: calc(100dvh - 36px); display: grid; grid-template-columns: minmax(370px, .94fr) minmax(330px, .78fr); align-items: center; position: relative; overflow: auto; border: 1px solid rgba(255,255,255,.55); border-radius: 26px; background: #fbfbf8; box-shadow: 0 40px 110px rgba(0,0,0,.38); transform: translateY(12px) scale(.985); transition: transform .28s ease; }
.wheelModal.visible .wheelDialog { transform: none; }
.wheelClose { width: 40px; height: 40px; display: grid; place-items: center; position: absolute; top: 14px; right: 14px; z-index: 5; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.94); font-size: 25px; line-height: 1; cursor: pointer; box-shadow: 0 8px 20px rgba(17,24,39,.12); }
.wheelClose:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.wheelVisual { min-height: 520px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 48% 46%, #fff 0 24%, #f2f1ec 24% 48%, #e7e6df 48% 100%); }
.wheelVisual::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(17,24,39,.08); border-radius: 50%; }
.wheel { width: min(420px, calc(100% - 58px)); aspect-ratio: 1; position: relative; z-index: 1; border: 10px solid var(--ink); border-radius: 50%; background: repeating-conic-gradient(from -15deg, var(--accent) 0 30deg, #fff0ea 30deg 60deg, var(--ink) 60deg 90deg, #fff 90deg 120deg); box-shadow: 0 22px 58px rgba(17,24,39,.22), inset 0 0 0 4px rgba(255,255,255,.7); transition: transform 4.6s cubic-bezier(.12,.64,.08,1); }
.wheel::before { content: "L"; width: 86px; height: 86px; display: grid; place-items: center; position: absolute; top: 50%; left: 50%; z-index: 3; border: 7px solid #fff; border-radius: 50%; color: #fff; background: var(--ink); font-size: 32px; font-weight: 950; box-shadow: 0 9px 24px rgba(17,24,39,.25); transform: translate(-50%,-50%); }
.wheel::after { content: ""; position: absolute; inset: 8px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; }
.wheelLabel { width: 66px; display: grid; gap: 1px; position: absolute; top: 50%; left: 50%; z-index: 2; margin: -17px 0 0 -33px; color: var(--ink); text-align: center; transform: rotate(var(--angle)) translateY(-156px); transform-origin: 33px 17px; }
.wheelLabel b { font-size: 12px; line-height: 1; white-space: nowrap; }
.wheelLabel small { font-size: 6px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.wheelLabel.light { color: #fff; }
.wheel.settled .wheelLabel.wheelWinner b { display: inline-block; justify-self: center; padding: 3px 5px; border-radius: 999px; color: var(--ink); background: #fff; box-shadow: 0 3px 12px rgba(17,24,39,.22); }
.wheel.spinning { transform: rotate(var(--spin-deg, 1800deg)); }
.wheel.settled { transform: rotate(var(--settled-deg, 0deg)); transition: none; }
.wheelPointer { width: 0; height: 0; position: absolute; top: 36px; left: 50%; z-index: 4; border-right: 18px solid transparent; border-left: 18px solid transparent; border-top: 38px solid var(--ink); filter: drop-shadow(0 5px 5px rgba(17,24,39,.25)); transform: translateX(-50%); }
.wheelVisual.spinning .wheelPointer { animation: pointerTick .18s linear 25; }
.wheelContent { padding: 54px clamp(28px, 4vw, 50px) 46px; }
.wheelContent h2 { margin: 0; font-size: clamp(39px, 4.6vw, 58px); line-height: .96; letter-spacing: -.055em; }
.wheelContent > div > p:not(.eyebrow):not(.resultBadge) { margin: 21px 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.wheelSpin, .wheelClaim { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 17px; border: 0; border-radius: 11px; color: #fff; background: var(--accent); font-size: 12px; font-weight: 900; cursor: pointer; box-shadow: 0 12px 28px rgba(244,91,36,.22); }
.wheelSpin:hover, .wheelClaim:hover { background: var(--accent-dark); }
.wheelSpin:disabled { cursor: wait; opacity: .72; }
.wheelStart > small { display: block; margin-top: 12px; color: #8a909b; font-size: 8px; line-height: 1.5; text-align: center; }
.resultBadge { display: inline-flex; margin: 0 0 18px; padding: 7px 9px; border-radius: 999px; color: var(--accent-dark); background: #ffe5dc; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.resultSavings { display: grid; gap: 7px; margin: 20px 0; }
.resultSavings > span { display: grid; grid-template-columns: minmax(84px, 1fr) auto auto auto; align-items: center; gap: 9px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-size: 9px; }
.resultSavings b { font-size: 9px; }
.resultSavings s { color: #89909c; }
.resultSavings strong { font-size: 13px; }
.resultSavings em { padding: 4px 6px; border-radius: 6px; color: var(--accent-dark); background: #ffe5dc; font-size: 8px; font-style: normal; font-weight: 900; white-space: nowrap; }
.resultTimer { display: grid; gap: 5px; margin: 25px 0 19px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.resultTimer small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.resultTimer strong { font-size: 27px; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }

@keyframes pointerTick { 50% { transform: translateX(-50%) rotate(10deg); } }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
.reveal.shown { opacity: 1; transform: none; }
@keyframes galleryIn { from { opacity: .35; transform: scale(.992); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1040px) {
  .navBar nav { display: none; }
  .navCta { margin-left: auto; }
  .hero { grid-template-columns: 1fr 1fr; gap: 34px; }
  .productStage { min-height: 490px; }
  .quickFacts { grid-template-columns: repeat(2, 1fr); }
  .quickFacts article:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .quickFacts article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 108px; }
  section[id] { scroll-margin-top: 108px; }
  .campaignBar { min-height: 47px; justify-content: space-between; gap: 7px; padding: 6px 9px; }
  .campaignBar > strong { padding: 5px 7px; font-size: 7px; }
  .campaignPrices { font-size: 9px; }
  .campaignPrices i { margin: 0 2px; }
  .countdown { margin-left: auto; padding-left: 7px; }
  .countdown small { display: none; }
  .countdown b { min-width: 22px; padding: 3px 4px; font-size: 9px; }
  .campaignAction { padding: 7px 9px; font-size: 8px; }
  .navBar { height: 61px; padding: 0 11px; }
  .brand { gap: 7px; }
  .brandMark { width: 34px; height: 34px; font-size: 17px; }
  .brand b { font-size: 14px; }
  .brand small { font-size: 7px; }
  .navCta { min-height: 39px; padding: 10px 12px; font-size: 9px; }

  .hero { width: min(100% - 28px, 680px); grid-template-columns: 1fr; gap: 34px; padding: 42px 0 54px; }
  .hero h1 { font-size: clamp(42px, 11.8vw, 61px); }
  .heroLead { font-size: 14px; }
  .productStage { min-height: 500px; grid-row: 1; border-radius: 24px; }
  .quickFacts { width: min(100% - 28px, 680px); margin-bottom: 76px; }
  .gallerySection { width: min(100% - 28px, 680px); grid-template-columns: 1fr; gap: 36px; padding-bottom: 85px; }
  .galleryCopy { display: grid; grid-template-columns: 1fr auto; align-items: end; }
  .galleryCopy .eyebrow, .galleryCopy > p, .galleryCopy dl { grid-column: 1 / -1; }
  .galleryCounter { margin: 0 0 4px; }
  .videoSection { grid-template-columns: 1fr; gap: 32px; padding: 78px 14px; }
  .videoIntro { width: min(100%, 680px); margin: 0 auto; }
  .videoFrame { width: min(100%, 680px); margin: 0 auto; }
  .bundleSection { padding: 82px 14px; }
  .bundleGrid { grid-template-columns: 1fr; gap: 13px; width: min(100%, 680px); margin: 0 auto; }
  .bundleCard { min-height: 280px; }
  .fitSection { width: min(100% - 28px, 680px); grid-template-columns: 1fr; gap: 40px; padding: 85px 0; }
  .faqSection { grid-template-columns: 1fr; gap: 38px; padding: 72px 18px; }
  footer { flex-direction: column; justify-content: center; text-align: center; }
  .wheelDialog { grid-template-columns: 1fr; width: min(590px, 100%); }
  .wheelVisual { min-height: 410px; }
  .wheel { width: min(340px, calc(100% - 56px)); }
  .wheelLabel { transform: rotate(var(--angle)) translateY(-116px); }
  .wheelContent { padding: 38px 26px 32px; }
}

@media (max-width: 520px) {
  body { padding-bottom: 76px; }
  .campaignPrices { display: none; }
  .countdown { margin-left: 0; border-left: 0; }
  .countdown small { display: none; }
  .countdown i { display: inline; }
  .countdown span:nth-of-type(3) { display: flex; }
  .campaignAction { margin-left: auto; }
  .heroOffer { justify-content: space-between; }
  .heroActions { align-items: stretch; flex-direction: column; gap: 12px; }
  .primaryButton { width: 100%; }
  .videoLink { justify-content: center; }
  .productStage { min-height: 400px; }
  .productStage > img { width: 84%; max-height: 360px; }
  .quickFacts { grid-template-columns: 1fr; }
  .quickFacts article + article { border-top: 1px solid var(--line); border-left: 0; }
  .quickFacts article { padding: 16px 18px; }
  .galleryViewport { border-radius: 18px; }
  .thumbnails { grid-auto-columns: 57px; }
  .thumbnails button { width: 57px; height: 57px; }
  .hero h1, .galleryCopy h2, .videoIntro h2, .sectionHead h2, .fitCopy h2, .faqSection h2 { font-size: 40px; }
  .videoFrame { border-radius: 14px; }
  .bundleCard { min-height: 260px; padding: 23px; }
  .bundleCard > strong { font-size: 43px; }
  .fitImage { border-radius: 18px; }
  .wheelModal { padding: 7px; }
  .wheelDialog { max-height: calc(100dvh - 14px); border-radius: 18px; }
  .wheelClose { top: 9px; right: 9px; width: 36px; height: 36px; }
  .wheelVisual { min-height: 330px; }
  .wheel { width: min(280px, calc(100% - 42px)); border-width: 8px; }
  .wheel::before { width: 66px; height: 66px; border-width: 5px; font-size: 25px; }
  .wheelPointer { top: 22px; border-right-width: 14px; border-left-width: 14px; border-top-width: 30px; }
  .wheelLabel { width: 54px; margin: -15px 0 0 -27px; transform-origin: 27px 15px; transform: rotate(var(--angle)) translateY(-103px); }
  .wheelLabel b { font-size: 11px; }
  .wheelLabel small { font-size: 5px; }
  .wheelContent { padding: 31px 21px 26px; }
  .wheelContent h2 { font-size: 36px; }
  .wheelContent > div > p:not(.eyebrow):not(.resultBadge) { margin: 16px 0; font-size: 11px; }
  .resultSavings > span { grid-template-columns: 1fr auto auto; gap: 6px; }
  .resultSavings b { grid-column: 1 / -1; }
  .stickyChoice { width: calc(100% - 14px); right: 7px; bottom: max(7px, env(safe-area-inset-bottom)); grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; padding: 8px 8px 8px 11px; }
  .stickyChoice > strong { font-size: 15px; }
  .stickyChoice > a { padding: 11px 12px; }
}

@media (max-width: 365px) {
  .offerActive .campaignBar > strong, .offerExpired .campaignBar > strong { display: none; }
  .campaignPrices { font-size: 8px; }
  .brand > span:last-child { display: none; }
  .hero h1 { font-size: 37px; }
  .heroFacts li { font-size: 8px; }
  .heroOffer strong { font-size: 40px; }
  .stickyChoice b { max-width: 94px; }
}

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