@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,800&family=Inter:wght@400;500;600;700;800&family=Roboto+Mono:wght@500;600&display=swap');

:root {
  --black: #050605;
  --black-2: #0b0d0c;
  --graphite: #111411;
  --panel: #161916;
  --line: #292d29;
  --muted: #9ca39c;
  --white: #f7f8f4;
  --green: #95d600;
  --green-dark: #6ca400;
  --danger: #ff5d62;
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Inter', Arial, sans-serif;
  --mono: 'Roboto Mono', monospace;
  --shell: min(1240px, calc(100% - 40px));
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; color-scheme: dark; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--green); color: #071000; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.utility-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 6vw; padding: 7px 22px; background: var(--green); color: #071000; font: 800 11px/1.2 var(--mono); letter-spacing: .08em; }
.site-header { height: 82px; display: grid; grid-template-columns: 240px 1fr 240px; align-items: center; gap: 20px; padding: 0 max(20px, calc((100vw - 1240px) / 2)); background: rgba(5,6,5,.96); border-bottom: 1px solid #232623; position: sticky; top: 0; z-index: 80; backdrop-filter: blur(16px); }
.brand { width: 190px; align-self: stretch; display: flex; align-items: center; position: relative; padding-right: 28px; }
.brand::before { content: ''; position: absolute; inset: 0 0 0 min(-30px, calc((1240px - 100vw) / 2)); background: #171917; clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); z-index: -1; }
.brand img { width: 170px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3.5vw, 52px); }
.desktop-nav a { font: 800 17px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -10px; height: 3px; background: var(--green); transform: skewX(-20deg); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; }
.icon-button { border: 0; background: transparent; width: 42px; height: 42px; display: inline-grid; place-items: center; cursor: pointer; border-radius: 50%; }
.icon-button:hover { background: #232723; }
.menu-button { display: none; }
.cart-button { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #343934; background: #111411; padding: 0 12px 0 15px; cursor: pointer; font: 800 15px/1 var(--display); text-transform: uppercase; letter-spacing: .05em; transform: skewX(-5deg); }
.cart-button > * { transform: skewX(5deg); }
.cart-button b { min-width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #071000; font: 800 11px var(--body); }
.mobile-nav { display: none; }

.button { border: 0; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; font: 900 18px/1 var(--display); letter-spacing: .045em; text-transform: uppercase; transition: transform .16s ease, background .16s ease, border-color .16s ease; position: relative; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--green); color: #071000; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.button--primary:hover { background: #b5f527; }
.button--secondary { background: #151815; color: var(--white); border: 1px solid #3c413c; }
.button--ghost { background: transparent; color: var(--white); border: 1px solid #4a504a; }
.button--full { width: 100%; }
.button svg { width: 19px; }
.text-link { color: #d7dbd4; text-decoration: underline; text-underline-offset: 5px; font-size: 13px; }
.eyebrow, .micro-label { display: block; font: 600 11px/1.3 var(--mono); color: var(--green); letter-spacing: .12em; text-transform: uppercase; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { margin: 8px 0 0; font: 900 clamp(42px, 7vw, 82px)/.83 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.section-head p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.7; }

/* Home */
.home-hero { min-height: 680px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 76% 50%, rgba(149,214,0,.2), transparent 32%), linear-gradient(120deg, #050605 0 55%, #101610 55% 100%); }
.home-hero::before { content: ''; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(115deg, transparent 0 46%, rgba(149,214,0,.8) 46.1% 46.4%, transparent 46.5%), repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0 1px, transparent 1px 13px); }
.home-hero__inner { width: var(--shell); min-height: 680px; display: grid; grid-template-columns: .92fr 1.08fr; grid-template-areas: "copy product" "buy product"; align-content: center; column-gap: 44px; position: relative; z-index: 1; }
.hero-copy { grid-area: copy; padding-top: 68px; position: relative; z-index: 3; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; font: 700 12px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-kicker::before { content: ''; width: 38px; height: 3px; background: var(--green); transform: skewX(-30deg); }
.hero-copy h1 { margin: 0; max-width: 610px; font: italic 900 clamp(60px, 7.2vw, 92px)/.82 var(--display); letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.hero-copy h1 span { color: var(--green); display: block; -webkit-text-stroke: 1px rgba(255,255,255,.15); }
.hero-copy p { max-width: 530px; margin: 24px 0 0; color: #dfe4dc; font-size: 18px; line-height: 1.55; text-wrap: pretty; }
.hero-buybox { grid-area: buy; max-width: 560px; padding: 24px 0 68px; position: relative; z-index: 4; }
.hero-pack-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid #303a2d; background: rgba(11,14,11,.88); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.hero-pack { min-width: 0; padding: 17px 19px 18px; display: grid; gap: 1px; position: relative; }
.hero-pack + .hero-pack { border-left: 1px solid #303a2d; }
.hero-pack--large { background: linear-gradient(135deg,rgba(149,214,0,.13),rgba(149,214,0,.035)); }
.hero-pack--large::before { content: 'ESTOQUE PRONTO'; position: absolute; right: 12px; top: 10px; color: var(--green); font: 800 8px var(--mono); letter-spacing: .08em; }
.hero-pack span { color: #aeb7ab; font: 700 10px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.hero-pack strong { color: #fff; font: 900 22px/1 var(--display); text-transform: uppercase; }
.hero-pack b { margin-top: 10px; color: var(--green); font: 900 31px/.9 var(--display); letter-spacing: -.02em; }
.hero-pack small { margin-top: 5px; color: #d6dcd3; font-size: 11px; font-weight: 700; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-buybox .hero-actions { margin-top: 14px; }
.hero-buybox .hero-actions .button { min-width: 272px; }
.hero-proof { margin-top: 14px; display: flex; align-items: center; gap: 18px; color: #b5beb2; font: 700 10px var(--mono); letter-spacing: .045em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: ''; width: 6px; height: 6px; background: var(--green); transform: rotate(45deg); }
.hero-product { grid-area: product; height: 660px; position: relative; align-self: end; display: grid; place-items: end center; isolation: isolate; }
.hero-product::before { content: ''; position: absolute; width: min(42vw,540px); aspect-ratio: 1; left: 50%; bottom: 36px; transform: translateX(-48%); border-radius: 50%; background: radial-gradient(circle,rgba(149,214,0,.23),rgba(149,214,0,.055) 48%,transparent 70%); filter: blur(2px); z-index: -1; }
.hero-product::after { content: ''; position: absolute; width: min(42vw,540px); height: 50px; left: 50%; bottom: 14px; transform: translateX(-48%); border-radius: 50%; background: rgba(0,0,0,.65); filter: blur(18px); z-index: -1; }
.hero-product img { width: min(48vw,650px); max-height: 630px; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 38px 32px rgba(0,0,0,.58)); }
.hero-product-note { position: absolute; left: 24px; bottom: 32px; z-index: 2; padding: 10px 12px; border: 1px solid #3b4836; background: rgba(5,7,5,.9); color: #aeb8ab; font: 700 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.hero-product-note b { display: block; color: #fff; font: 900 22px var(--display); letter-spacing: 0; }
.hero-slash { position: absolute; right: -10px; top: 60px; writing-mode: vertical-rl; font: 800 11px var(--mono); letter-spacing: .4em; color: #758075; }
.benefit-strip { border-block: 1px solid var(--line); background: #0c0e0c; }
.benefit-strip__inner { width: var(--shell); display: grid; grid-template-columns: repeat(4,1fr); margin: auto; }
.benefit { padding: 24px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.benefit:first-child { border-left: 1px solid var(--line); }
.benefit svg { color: var(--green); width: 26px; flex: 0 0 auto; }
.benefit strong { display: block; font: 800 16px var(--display); text-transform: uppercase; letter-spacing: .04em; }
.benefit small { display: block; color: var(--muted); margin-top: 3px; }
.products-section { padding: 72px 0 110px; }
.products-section--alt { background: #0a0c0a; border-block: 1px solid #1d211d; }
.section-head--catalog { margin-bottom: 26px; }
.section-head--catalog h2 { font-size: clamp(48px,6.5vw,78px); }
.section-head--catalog h2 span { color: var(--green); }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; overflow: visible; padding-bottom: 0; }
.filter-button { white-space: nowrap; border: 1px solid #343934; background: #0d100d; color: #b7beb5; padding: 11px 17px; cursor: pointer; font: 700 12px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.filter-button.is-active { background: var(--green); border-color: var(--green); color: #071000; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { --accent: var(--green); --accent-rgb: 149,214,0; min-width: 0; background: #101310; border: 1px solid #252925; position: relative; transition: border-color .22s ease, transform .22s ease; overflow: hidden; }
.product-card:hover { border-color: rgba(var(--accent-rgb),.65); transform: translateY(-6px); }
.product-card__media { height: 370px; display: grid; place-items: center; position: relative; background: radial-gradient(circle at 50% 55%, rgba(var(--accent-rgb),.17), transparent 48%), linear-gradient(145deg,#141714,#090b09); overflow: hidden; }
.product-card__media::before { content: ''; position: absolute; width: 120%; height: 42%; left: -10%; bottom: -10%; background: var(--accent); opacity: .11; transform: rotate(-11deg); }
.product-card__media > img { height: 330px; width: auto; position: relative; filter: drop-shadow(0 22px 20px rgba(0,0,0,.45)); transition: transform .28s ease; }
.product-card:hover .product-card__media > img { transform: scale(1.035) rotate(1deg); }
.product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--accent); color: #090b09; padding: 7px 9px; font: 800 10px var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.product-card__body { padding: 20px; }
.product-card__body h3 { margin: 5px 0 8px; font: 800 27px/.95 var(--display); text-transform: uppercase; }
.product-card__body p { margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.5; min-height: 40px; }
.product-card__price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 10px; margin: 0 -20px 16px; padding: 13px 20px; background: var(--accent); color: #071000; }
.product-card__price > span { font: 800 10px var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.product-card__price strong { grid-row: 1 / span 2; grid-column: 2; font: 900 30px/.9 var(--display); white-space: nowrap; }
.product-card__price small { font-size: 10px; font-weight: 700; opacity: .78; }
.product-card__actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
.product-card__actions .button { min-height: 48px; font-size: 16px; padding: 0 16px; }
.pack-visual { width: 100%; height: 100%; position: relative; display: grid; place-items: center; isolation: isolate; }
.pack-visual--card { position: absolute; inset: 0; }
.pack-visual__cans { width: 94%; height: 84%; display: grid; place-items: center; position: relative; z-index: 1; }
.pack-visual__can { height: 100% !important; width: auto !important; max-width: 72% !important; object-fit: contain; position: relative; filter: drop-shadow(0 22px 18px rgba(0,0,0,.52)); transition: transform .28s ease; }
.pack-visual--card .pack-visual__cans { position: absolute; left: 0; right: 0; top: 8px; width: 100%; height: calc(100% - 16px); }
.pack-visual--card .pack-visual__can { position: absolute; inset: 0; width: 100% !important; height: 100% !important; min-width: 0; min-height: 0; max-width: none !important; max-height: none !important; object-fit: contain; }
.product-card:hover .pack-visual__can { transform: translateY(-5px) scale(1.025); }
.pack-visual--cart .pack-visual__cans { width: 96%; height: 78%; }
.pack-visual--cart .pack-visual__can { width: 100% !important; height: 100% !important; max-width: none !important; object-fit: contain; }
.campaign-banner { width: var(--shell); min-height: 430px; margin: 0 auto 110px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #e8eef0; color: #060706; position: relative; }
.campaign-banner::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(135deg,rgba(0,0,0,.025) 0 2px,transparent 2px 10px); }
.campaign-banner__copy { padding: clamp(42px,6vw,78px); align-self: center; z-index: 1; }
.campaign-banner__copy .eyebrow { color: #1b808e; }
.campaign-banner__copy h2 { margin: 10px 0 18px; font: italic 900 clamp(54px,7vw,88px)/.8 var(--display); text-transform: uppercase; }
.campaign-banner__copy p { max-width: 440px; line-height: 1.6; color: #38413b; }
.campaign-banner__copy .button { margin-top: 16px; background: #0a0c0a; color: white; }
.campaign-banner__visual { position: relative; background: linear-gradient(140deg,#eef4f7 0 48%,#cde8ed 48%); }
.campaign-banner__visual img { height: 430px; width: auto; position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%) rotate(6deg); filter: drop-shadow(0 35px 25px rgba(0,0,0,.22)); }
.campaign-banner--pink { background: #ff8fb8; }
.campaign-banner--pink .campaign-banner__visual { background: linear-gradient(140deg,#ffb3ca 0 48%,#ff759f 48%); }
.campaign-banner--pink .campaign-banner__copy .eyebrow { color: #5e1731; }
.flavor-guide { padding: clamp(72px,9vw,120px) 0; border-top: 1px solid var(--line); background: radial-gradient(circle at 8% 70%,rgba(149,214,0,.14),transparent 28%),#090b09; }
.flavor-guide__inner { width: var(--shell); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(46px,7vw,96px); align-items: center; }
.flavor-guide__intro h2 { margin: 0 0 22px; font: 900 clamp(50px,7vw,84px)/.85 var(--display); letter-spacing: -.02em; text-transform: uppercase; text-wrap: balance; }
.flavor-guide__intro h2 span { color: var(--green); }
.flavor-guide__intro p { max-width: 500px; color: #b9c0b7; line-height: 1.7; }
.flavor-profiles { border-block: 1px solid #303530; }
.flavor-profiles a { min-height: 132px; display: grid; grid-template-columns: minmax(130px,.65fr) 1fr auto; align-items: center; gap: 22px; padding: 25px 0; border-bottom: 1px solid #303530; transition: color .2s ease, transform .2s ease; }
.flavor-profiles a:last-child { border-bottom: 0; }
.flavor-profiles a:hover { color: var(--green); transform: translateX(5px); }
.flavor-profiles strong { font: 900 27px/.95 var(--display); text-transform: uppercase; }
.flavor-profiles span { color: #aeb6ac; font-size: 13px; line-height: 1.55; }
.flavor-profiles b { color: var(--green); font: 800 11px var(--mono); text-transform: uppercase; white-space: nowrap; }

/* Shared cart */
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; z-index: 110; backdrop-filter: blur(3px); }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(460px,100%); background: #0c0f0c; z-index: 120; transform: translateX(102%); visibility: hidden; transition: transform .3s ease, visibility .3s; display: grid; grid-template-rows: auto auto 1fr auto; box-shadow: -20px 0 80px rgba(0,0,0,.5); }
.cart-drawer.is-open { transform: translateX(0); visibility: visible; }
.drawer-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.drawer-head h2 { margin: 3px 0 0; font: 900 38px/.9 var(--display); text-transform: uppercase; }
.drawer-progress { padding: 15px 24px; background: #121512; color: #c4cac2; font: 600 11px var(--mono); text-transform: uppercase; }
.drawer-progress > div { height: 4px; background: #2b302b; margin-top: 10px; overflow: hidden; }
.drawer-progress i { display: block; height: 100%; background: var(--green); transition: width .25s; }
.drawer-items { min-height: 0; overflow-y: auto; padding: 8px 24px; }
.drawer-footer { border-top: 1px solid var(--line); padding: 20px 24px 24px; background: #0f120f; }
.drawer-footer p { color: var(--muted); font-size: 11px; margin: 7px 0 14px; }
.drawer-footer .text-link { display: block; text-align: center; margin-top: 16px; }
.drawer-total { display: flex; justify-content: space-between; align-items: end; }
.drawer-total span { color: var(--muted); font-size: 13px; }
.drawer-total strong { font: 800 30px var(--display); }
.empty-cart { min-height: 100%; display: grid; place-content: center; justify-items: center; text-align: center; padding: 50px 20px; }
.empty-cart > span { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid #343934; border-radius: 50%; color: var(--green); }
.empty-cart > span svg { width: 30px; }
.empty-cart h3 { margin: 18px 0 6px; font: 800 27px var(--display); text-transform: uppercase; }
.empty-cart p { margin: 0 0 22px; color: var(--muted); }
.cart-line { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid #262a26; }
.cart-line__media { height: 120px; display: grid; place-items: center; background: radial-gradient(circle,rgba(var(--accent-rgb),.18),transparent 65%),#151815; }
.cart-line__media > img { max-height: 108px; width: auto; }
.cart-line__body { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.cart-line__top, .cart-line__bottom { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.cart-line__top a { display: block; margin-top: 4px; font: 800 20px/.95 var(--display); text-transform: uppercase; }
.cart-line__top .micro-label { font-size: 9px; color: var(--muted); }
.cart-remove { width: 32px; height: 32px; flex: 0 0 auto; }
.cart-line__bottom { align-items: center; }
.cart-line__bottom strong { font: 800 21px var(--display); }
.qty-control { width: 142px; height: 48px; display: grid; grid-template-columns: 44px 1fr 44px; border: 1px solid #3b403b; }
.qty-control button { border: 0; background: transparent; font-size: 21px; cursor: pointer; }
.qty-control button:hover { background: #242824; }
.qty-control span { display: grid; place-items: center; font-weight: 700; }
.qty-control--small { width: 108px; height: 36px; grid-template-columns: 34px 1fr 34px; }
.qty-control--small button { font-size: 17px; }

/* Product detail */
.breadcrumb { width: var(--shell); margin: 26px auto; color: #7f877d; font: 600 11px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.breadcrumb a:hover { color: var(--green); }
.product-detail { --accent: var(--green); --accent-rgb: 149,214,0; width: var(--shell); margin: 0 auto 100px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px,7vw,100px); align-items: start; }
.product-gallery { position: sticky; top: 116px; display: grid; grid-template-columns: 84px 1fr; gap: 14px; }
.gallery-thumbs { display: grid; align-content: start; gap: 10px; }
.gallery-thumb { height: 92px; border: 1px solid #313631; background: #111411; display: grid; place-items: center; cursor: pointer; }
.gallery-thumb.is-active { border-color: var(--accent); }
.gallery-thumb img { max-height: 76px; max-width: 72px; }
.gallery-thumb--pack span { width: 58px; height: 54px; display: grid; place-items: center; padding: 5px; background: var(--accent); color: #071000; font: 900 11px/1.05 var(--display); text-align: center; text-transform: uppercase; transform: skewX(-6deg); }
.gallery-main { min-height: 620px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 48%,rgba(var(--accent-rgb),.22),transparent 41%),linear-gradient(145deg,#171a17,#0b0d0b); border: 1px solid #282d28; }
.gallery-main::before { content: ''; position: absolute; width: 130%; height: 34%; left: -15%; bottom: -8%; background: var(--accent); opacity: .12; transform: rotate(-10deg); }
.gallery-main > img { max-height: 570px; width: auto; position: relative; filter: drop-shadow(0 35px 30px rgba(0,0,0,.55)); }
.pack-visual--gallery { width: 94%; height: 540px; }
.pack-visual--gallery .pack-visual__cans { width: 100%; height: 100%; }
.pack-visual--gallery .pack-visual__can { width: 100% !important; height: 100% !important; max-width: none !important; object-fit: contain; }
.product-info { padding-top: 30px; }
.product-info h1 { margin: 10px 0 13px; font: italic 900 clamp(55px,7vw,88px)/.78 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.product-flavor-line { display: flex; align-items: center; gap: 12px; color: #d5dbd2; font-size: 16px; }
.flavor-dots { display: inline-flex; gap: 5px; }
.flavor-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px rgba(var(--accent-rgb),.55); }
.flavor-dots i:nth-child(2) { opacity: .68; }
.flavor-dots i:nth-child(3) { opacity: .38; }
.product-price-block { margin: 26px 0 24px; padding: 18px 20px; background: rgba(var(--accent-rgb),.1); border: 1px solid rgba(var(--accent-rgb),.6); }
.product-price-block > small { display: block; color: #c4cbc1; font: 700 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-price { margin: 3px 0 0; color: var(--accent); font: 900 48px/.95 var(--display); }
.product-installment { margin: 5px 0 0; color: #d7ddd4; font-size: 12px; font-weight: 700; }
.pack-selector { border-block: 1px solid #333833; padding: 20px 0; margin-bottom: 22px; }
.pack-selector__label { display: block; margin-bottom: 11px; font: 800 16px var(--display); text-transform: uppercase; letter-spacing: .03em; }
.pack-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.pack-option { min-width: 0; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 13px; border: 1px solid #3a403a; background: #111411; text-align: left; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.pack-option:hover { border-color: rgba(var(--accent-rgb),.7); transform: translateY(-2px); }
.pack-option.is-selected { border-color: var(--accent); background: rgba(var(--accent-rgb),.1); box-shadow: inset 0 0 0 1px var(--accent); }
.pack-option strong { display: block; font: 800 18px var(--display); text-transform: uppercase; }
.pack-option small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.pack-option b { white-space: nowrap; font: 900 19px var(--display); color: var(--accent); }
.pack-selector > p { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.purchase-row { display: grid; grid-template-columns: 142px 1fr; gap: 10px; }
.purchase-row + .button { margin-top: 10px; }
.stock-note { display: flex; align-items: center; gap: 9px; margin: 16px 0 0; color: #aeb5ac; font-size: 12px; }
.stock-note::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(149,214,0,.12); }
.product-guarantees { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #2c312c; border: 1px solid #2c312c; margin-top: 28px; }
.product-guarantees div { background: #101310; padding: 16px 13px; }
.product-guarantees strong { display: block; font: 800 15px var(--display); text-transform: uppercase; }
.product-guarantees span { color: var(--muted); font-size: 10px; }
.product-story { background: #0c0f0c; border-block: 1px solid var(--line); padding: 100px 0; }
.product-story__inner { width: var(--shell); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.product-story h2 { margin: 10px 0 0; font: italic 900 clamp(50px,7vw,84px)/.82 var(--display); text-transform: uppercase; }
.story-copy { color: #c3c9c1; font-size: 17px; line-height: 1.8; }
.nutrition-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.nutrition-grid div { border: 1px solid #333833; padding: 20px; }
.nutrition-grid strong { display: block; font: 900 29px var(--display); color: var(--green); }
.nutrition-grid span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.product-review-promise { width: var(--shell); margin: 72px auto 0; padding: clamp(34px,5vw,62px); display: flex; align-items: end; justify-content: space-between; gap: 42px; background: linear-gradient(125deg,rgba(149,214,0,.17),rgba(149,214,0,.035)); border: 1px solid #394333; }
.product-review-promise > div { max-width: 750px; position: relative; }
.review-mark { position: absolute; right: 0; top: -42px; color: rgba(149,214,0,.19); font: 900 150px/1 Georgia,serif; }
.product-review-promise h2 { margin: 0 0 12px; font: 900 clamp(34px,5vw,58px)/.88 var(--display); text-transform: uppercase; text-wrap: balance; }
.product-review-promise p { margin: 0; color: #bcc4ba; line-height: 1.65; }
.product-review-promise .button { flex: 0 0 auto; }
.product-faq { width: min(860px, calc(100% - 40px)); margin: 100px auto; }
.product-faq h2 { font: 900 52px var(--display); text-transform: uppercase; }
details { border-top: 1px solid #303530; }
details:last-child { border-bottom: 1px solid #303530; }
summary { list-style: none; cursor: pointer; padding: 21px 0; display: flex; justify-content: space-between; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--green); font-size: 22px; }
details[open] summary::after { content: '−'; }
details p { margin: -3px 0 23px; color: var(--muted); line-height: 1.7; }
.mobile-product-bar { display: none; }

/* Cart page */
.page-hero { padding: 70px 0 52px; background: linear-gradient(130deg,#050605 0 65%,#111711 65%); border-bottom: 1px solid var(--line); }
.page-hero__inner { width: var(--shell); margin: auto; }
.page-hero h1 { margin: 7px 0 0; font: italic 900 clamp(58px,9vw,96px)/.8 var(--display); text-transform: uppercase; }
.cart-page { width: var(--shell); margin: 60px auto 110px; display: grid; grid-template-columns: 1fr 410px; gap: 70px; align-items: start; }
.cart-page__items .cart-line { grid-template-columns: 150px 1fr; }
.cart-page__items .cart-line__media { height: 155px; }
.cart-page__items .cart-line__media img { max-height: 140px; }
.order-summary { position: sticky; top: 116px; background: #111411; border: 1px solid #2f342f; padding: 26px; }
.order-summary h2 { margin: 0 0 22px; font: 900 32px var(--display); text-transform: uppercase; }
.summary-line { display: flex; justify-content: space-between; padding: 10px 0; color: #bdc4bb; font-size: 13px; }
.summary-line--total { margin-top: 12px; padding-top: 20px; border-top: 1px solid #343934; align-items: end; }
.summary-line--total span { font-weight: 700; color: white; }
.summary-line--total strong { font: 900 34px var(--display); color: var(--green); }
.order-summary .button { margin-top: 20px; }
.order-summary__security { display: flex; align-items: center; justify-content: center; gap: 7px; color: #8f978d; font-size: 10px; margin-top: 14px; }
.order-summary__security svg { width: 16px; color: var(--green); }

/* Checkout */
.checkout-body { background: #f2f3ef; color: #121412; min-height: 100vh; }
.checkout-header { min-height: 74px; background: #050605; color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px,calc((100vw - 1120px)/2)); }
.checkout-header img { width: 160px; }
.checkout-safe { display: flex; align-items: center; gap: 8px; color: #c5ccc2; font: 600 10px var(--mono); text-transform: uppercase; }
.checkout-safe svg { color: var(--green); }
.checkout-shell { width: min(1120px,calc(100% - 32px)); margin: 42px auto 80px; display: grid; grid-template-columns: 1fr 390px; gap: 32px; align-items: start; }
.checkout-main, .checkout-summary { background: white; border: 1px solid #dfe2dc; box-shadow: 0 14px 40px rgba(12,16,12,.06); }
.checkout-main { padding: 32px; }
.checkout-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 34px; }
.progress-step { border-top: 4px solid #d9ddd6; padding-top: 10px; color: #8b9189; font: 700 11px var(--mono); text-transform: uppercase; }
.progress-step.is-active, .progress-step.is-done { border-color: #75ad00; color: #18200a; }
.checkout-step { display: none; }
.checkout-step.is-active { display: block; animation: stepIn .24s ease; }
@keyframes stepIn { from { opacity:0; transform:translateY(8px); } }
.checkout-step h1, .checkout-step h2 { margin: 0 0 7px; font: 800 34px var(--display); text-transform: uppercase; }
.checkout-step > p { margin: 0 0 25px; color: #6c736a; font-size: 13px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 700; color: #30352f; }
.field label small { color: #899087; font-weight: 500; }
.field input { width: 100%; min-height: 51px; border: 1px solid #cfd4cc; background: #fbfcfa; color: #111411; border-radius: 2px; padding: 0 13px; font-size: 16px; outline: none; -webkit-appearance: none; }
.field input:focus { border-color: #75ad00; box-shadow: 0 0 0 3px rgba(117,173,0,.12); }
.field input.is-error { border-color: #d9363e; box-shadow: 0 0 0 3px rgba(217,54,62,.1); }
.field-error { min-height: 14px; color: #c5262d; font-size: 10px; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.step-actions .button { min-width: 190px; }
.checkout-body .button--primary { background: #75ad00; color: #071000; }
.checkout-body .button--secondary { background: white; color: #333933; border: 1px solid #cfd4cc; }
.shipping-options { display: none; margin-top: 22px; }
.shipping-options.is-visible { display: grid; gap: 9px; }
.shipping-card { border: 1px solid #cfd4cc; min-height: 70px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; padding: 13px 15px; cursor: pointer; }
.shipping-card:has(input:checked) { border-color: #75ad00; background: #f6faef; }
.shipping-card input { accent-color: #75ad00; width: 18px; height: 18px; }
.shipping-card strong { display: block; font-size: 13px; }
.shipping-card small { color: #70776e; }
.shipping-card > strong { color: #254000; }
.checkout-summary { position: sticky; top: 24px; padding: 25px; }
.checkout-summary h2 { margin: 0 0 18px; font: 800 27px var(--display); text-transform: uppercase; }
.checkout-mini-items { display: grid; gap: 13px; max-height: 300px; overflow: auto; padding-right: 4px; }
.checkout-mini-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 11px; }
.checkout-mini-item__img { height: 62px; display: grid; place-items: center; background: #eff2ec; position: relative; }
.checkout-mini-item img { max-height: 56px; }
.checkout-mini-item__img b { position: absolute; top: -5px; right: -5px; width: 20px; height: 20px; display: grid; place-items: center; background: #151815; color: white; border-radius: 50%; font-size: 10px; }
.checkout-mini-item span { font-size: 12px; font-weight: 700; }
.checkout-mini-item small { color: #7c837a; }
.checkout-mini-item strong { font-size: 12px; }
.checkout-totals { border-top: 1px solid #e0e3dd; margin-top: 20px; padding-top: 12px; }
.checkout-total { display: flex; justify-content: space-between; padding: 7px 0; color: #676e65; font-size: 12px; }
.checkout-total--final { border-top: 1px solid #e0e3dd; margin-top: 8px; padding-top: 16px; color: #171a17; align-items: end; }
.checkout-total--final strong { font: 800 28px var(--display); }
.order-bump { border: 2px solid #75ad00; background: #f5faeb; padding: 16px; margin: 23px 0; }
.order-bump label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; cursor: pointer; }
.order-bump input { width: 18px; height: 18px; accent-color: #75ad00; }
.order-bump strong { display: block; font-size: 13px; }
.order-bump p { margin: 4px 0 0; color: #586153; font-size: 11px; line-height: 1.45; }
.pix-method { border: 1px solid #75ad00; background: #f7fbf0; padding: 16px; display: flex; align-items: center; gap: 13px; }
.pix-mark { width: 38px; height: 38px; color: #159678; }
.pix-method strong { display: block; }
.pix-method small { color: #697166; }
.checkout-error { display: none; background: #fff0f0; color: #a51f26; border: 1px solid #f0b8bb; padding: 12px; margin-top: 14px; font-size: 12px; }
.checkout-error.is-visible { display: block; }
.secure-loading { position: fixed; inset: 0; background: rgba(5,6,5,.93); z-index: 200; color: white; display: grid; place-content: center; justify-items: center; text-align: center; opacity: 0; visibility: hidden; transition: opacity .2s,visibility .2s; }
.secure-loading.is-visible { opacity: 1; visibility: visible; }
.loader-ring { width: 54px; height: 54px; border: 4px solid #313631; border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }
.secure-loading strong { margin-top: 18px; font: 800 24px var(--display); text-transform: uppercase; }
.secure-loading span { color: #aeb5ac; font-size: 11px; margin-top: 5px; }
.pix-screen { min-height: calc(100vh - 74px); display: none; place-items: center; padding: 32px 16px; background: #f2f3ef; color: #121412; }
.pix-screen.is-visible { display: grid; }
.pix-card { width: min(440px,100%); background: white; border: 1px solid #dfe2dc; padding: 30px; text-align: center; box-shadow: 0 18px 50px rgba(12,16,12,.09); }
.pix-card .pix-mark { margin: 0 auto 10px; }
.pix-card h1 { margin: 0; font: 800 36px var(--display); text-transform: uppercase; }
.pix-card > p { color: #6d746a; font-size: 12px; }
.pix-amount { color: #5e8f00; font: 900 39px var(--display); margin: 18px 0; }
.pix-qr { width: 220px; height: 220px; margin: 0 auto 16px; display: grid; place-items: center; border: 1px solid #e1e4de; }
.pix-qr img { max-width: 208px; max-height: 208px; }
.pix-code { width: 100%; max-height: 76px; overflow: hidden; word-break: break-all; background: #f3f5f1; border: 1px solid #dfe2dc; padding: 11px; color: #4b5249; font: 500 9px/1.4 var(--mono); text-align: left; }
.pix-card .button { margin-top: 10px; }
.pix-timer { color: #9d2b31; font: 700 13px var(--mono); margin-top: 16px; }
.pix-instruction { display: grid; gap: 7px; margin: 18px 0 0; text-align: left; }
.pix-instruction span { color: #5f665d; font-size: 11px; }

/* Policies */
.policy-layout { width: var(--shell); margin: 60px auto 110px; display: grid; grid-template-columns: 260px 1fr; gap: 70px; align-items: start; }
.policy-nav { position: sticky; top: 118px; display: grid; border: 1px solid var(--line); }
.policy-nav a { padding: 14px 16px; border-bottom: 1px solid var(--line); color: #b1b8af; font-size: 12px; }
.policy-nav a:last-child { border: 0; }
.policy-nav a:hover { background: #151815; color: var(--green); }
.policy-content section { scroll-margin-top: 120px; padding-bottom: 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 16px; font: 900 43px var(--display); text-transform: uppercase; }
.policy-content h3 { margin: 28px 0 8px; font: 800 21px var(--display); text-transform: uppercase; }
.policy-content p, .policy-content li { color: #b3bab1; line-height: 1.75; font-size: 14px; }
.policy-content a { color: var(--green); text-decoration: underline; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: #080a08; padding: 70px max(20px,calc((100vw - 1240px)/2)) 25px; }
.footer-claw { display: flex; align-items: center; gap: 24px; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.footer-claw img { width: 66px; height: 80px; object-fit: contain; }
.footer-claw p { margin: 0; font: italic 800 31px/.9 var(--display); text-transform: uppercase; }
.footer-claw strong { color: var(--green); }
.footer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 50px; padding: 45px 0; }
.footer-grid > div { display: grid; align-content: start; gap: 11px; }
.footer-grid h3 { margin: 0 0 7px; font: 800 19px var(--display); text-transform: uppercase; color: white; }
.footer-grid a, .footer-grid span { color: #8e968c; font-size: 12px; line-height: 1.5; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: #6d746b; font-size: 10px; line-height: 1.6; }
.footer-bottom p { max-width: 760px; margin: 0; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 190px 1fr 150px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav a { font-size: 15px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .home-hero__inner { grid-template-columns: 1fr 1fr; }
  .cart-page { grid-template-columns: 1fr 340px; gap: 38px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 680px); }
  .utility-bar { justify-content: center; min-height: 30px; font-size: 9px; }
  .utility-bar span:not(:first-child) { display: none; }
  .site-header { height: 68px; grid-template-columns: 1fr auto; padding: 0 14px; }
  .brand { width: 160px; }
  .brand img { width: 145px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 4px; }
  .menu-button { display: inline-grid; }
  .cart-button { width: 47px; min-width: 47px; padding: 0; justify-content: center; transform: none; }
  .cart-button > * { transform: none; }
  .cart-button span { display: none; }
  .cart-button b { position: absolute; margin: -33px 0 0 32px; }
  .mobile-nav { position: fixed; left: 0; right: 0; top: 98px; background: #0c0f0c; z-index: 79; padding: 16px; border-bottom: 1px solid var(--line); display: grid; transform: translateY(-140%); visibility: hidden; transition: transform .25s,visibility .25s; }
  .mobile-nav a { padding: 14px; border-bottom: 1px solid var(--line); font: 800 19px var(--display); text-transform: uppercase; }
  .mobile-menu-open .mobile-nav { transform: translateY(0); visibility: visible; }
  .home-hero, .home-hero__inner { min-height: 0; }
  .home-hero__inner { grid-template-columns: 1fr; grid-template-areas: "copy" "buy" "product"; align-content: start; }
  .hero-copy { width: 100%; padding: 48px 0 0; text-align: left; }
  .hero-copy h1 { max-width: 620px; font-size: clamp(56px,14vw,82px); }
  .hero-copy p { max-width: 600px; font-size: 15px; }
  .hero-buybox { max-width: 600px; padding: 24px 0 4px; }
  .hero-product { height: clamp(350px,70vw,480px); align-self: auto; margin-top: 0; }
  .hero-product::before { width: min(92vw,510px); bottom: 15px; }
  .hero-product::after { width: min(82vw,440px); bottom: 0; }
  .hero-product img { width: min(94vw,550px); max-height: 100%; }
  .hero-product-note { left: 0; bottom: 24px; }
  .hero-slash { display: none; }
  .benefit-strip__inner { grid-template-columns: repeat(2,1fr); }
  .benefit { border-bottom: 1px solid var(--line); }
  .section-head { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-card__media { height: 320px; }
  .product-card__media > img { height: 285px; }
  .campaign-banner { grid-template-columns: 1fr; }
  .campaign-banner__visual { min-height: 350px; order: -1; }
  .campaign-banner__visual img { height: 365px; }
  .flavor-guide__inner { grid-template-columns: 1fr; gap: 35px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .product-story__inner { grid-template-columns: 1fr; gap: 30px; }
  .cart-page { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .checkout-shell { grid-template-columns: 1fr; }
  .checkout-summary { position: static; order: -1; }
  .policy-layout { grid-template-columns: 1fr; gap: 35px; }
  .policy-nav { position: static; grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  .button { min-height: 50px; }
  .hero-copy { padding-top: 30px; }
  .hero-kicker { margin-bottom: 14px; font-size: 9px; }
  .hero-copy h1 { max-width: 390px; font-size: clamp(44px,13.4vw,57px); line-height: .84; }
  .hero-copy p { max-width: 390px; font-size: 14px; line-height: 1.48; margin-top: 17px; }
  .hero-buybox { padding-top: 18px; }
  .hero-pack { padding: 14px 12px 15px; }
  .hero-pack--large::before { right: 8px; top: 8px; font-size: 6.8px; }
  .hero-pack strong { font-size: 18px; }
  .hero-pack b { font-size: 27px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-buybox .hero-actions .button { min-width: 0; }
  .hero-proof { justify-content: space-between; gap: 6px; font-size: 8px; }
  .hero-proof span { gap: 5px; }
  .hero-proof span::before { width: 5px; height: 5px; }
  .hero-product { height: 340px; margin-top: 0; }
  .hero-product img { width: min(94vw,390px); max-height: 330px; object-position: center bottom; transform: none; }
  .hero-product-note { left: 0; bottom: 18px; padding: 8px 10px; font-size: 8px; }
  .hero-product-note b { font-size: 18px; }
  .benefit-strip__inner { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .benefit { min-height: 74px; display: grid; grid-template-columns: 22px 1fr; gap: 8px; padding: 12px 10px; border-left: 0 !important; border-right: 1px solid var(--line); }
  .benefit:nth-child(2n) { border-right: 0; }
  .benefit svg { width: 22px; }
  .benefit strong { font-size: 12px; line-height: 1.05; }
  .benefit small { font-size: 10px; line-height: 1.2; }
  .products-section { padding: 48px 0 78px; }
  .section-head h2 { font-size: 55px; }
  .section-head--catalog { margin-bottom: 20px; }
  .section-head--catalog h2 { font-size: 42px; line-height: .9; }
  .filter-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .filter-button { min-height: 44px; padding: 9px 7px; white-space: normal; line-height: 1.15; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-card__media { height: 245px; }
  .product-card__media > img { height: 220px; }
  .product-card__body { padding: 13px; }
  .product-card__body h3 { min-height: 0; margin: 0 0 7px; font-size: 22px; }
  .product-card__body > p { display: none; }
  .product-card__price { grid-template-columns: 1fr; gap: 3px; margin: 0 -13px 12px; padding: 11px 13px; }
  .product-card__price > span { font-size: 8px; }
  .product-card__price strong { grid-row: auto; grid-column: auto; font-size: 27px; }
  .product-card__price small { font-size: 8px; }
  .product-card__actions .button { min-height: 44px; padding: 0 8px; font-size: 11px; white-space: nowrap; }
  .product-badge { top: 9px; left: 9px; padding: 6px 7px; font-size: 8px; }
  .pack-visual--card .pack-visual__cans { left: 0; right: 0; top: 5px; height: calc(100% - 10px); margin: 0; }
  .pack-visual--card .pack-visual__can { max-width: none !important; }
  .campaign-banner { width: 100%; margin-bottom: 75px; }
  .campaign-banner__copy { padding: 38px 24px; }
  .flavor-guide { padding: 68px 0; }
  .flavor-guide__intro h2 { font-size: 48px; }
  .flavor-profiles a { min-height: 0; grid-template-columns: 1fr auto; gap: 8px 16px; padding: 20px 0; }
  .flavor-profiles span { grid-column: 1 / -1; }
  .flavor-profiles b { grid-column: 2; grid-row: 1; }
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(2,78px); grid-row: 2; }
  .gallery-thumb { height: 78px; }
  .gallery-main { min-height: 460px; }
  .gallery-main > img { max-height: 420px; }
  .pack-visual--gallery { height: 410px; }
  .product-info { padding-top: 0; }
  .product-info h1 { font-size: 59px; }
  .product-price-block { margin: 22px 0; }
  .purchase-row { grid-template-columns: 116px 1fr; }
  .qty-control { width: 116px; grid-template-columns: 36px 1fr 36px; }
  .product-guarantees { grid-template-columns: 1fr; }
  .nutrition-grid { grid-template-columns: 1fr; }
  .product-review-promise { margin-top: 48px; align-items: stretch; flex-direction: column; gap: 24px; }
  .product-review-promise .button { width: 100%; }
  .mobile-product-bar { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; background: #0b0e0b; border-top: 1px solid #343934; padding: 10px 14px max(10px,env(safe-area-inset-bottom)); box-shadow: 0 -10px 40px rgba(0,0,0,.45); }
  .mobile-product-bar span { display: block; color: var(--muted); font-size: 9px; }
  .mobile-product-bar strong { font: 800 23px var(--display); }
  .mobile-product-bar .button { padding: 0 18px; }
  .cart-page__items .cart-line, .cart-line { grid-template-columns: 86px 1fr; gap: 12px; }
  .cart-page__items .cart-line__media, .cart-line__media { height: 105px; }
  .cart-page__items .cart-line__media > img, .cart-line__media > img { max-height: 95px; }
  .cart-line__top a { font-size: 18px; }
  .cart-line__bottom { align-items: end; flex-direction: column-reverse; }
  .cart-line__bottom strong { align-self: end; }
  .checkout-header { min-height: 64px; }
  .checkout-header img { width: 135px; }
  .checkout-safe span { display: none; }
  .checkout-shell { margin-top: 18px; }
  .checkout-main { padding: 22px 17px; }
  .checkout-summary { padding: 18px; }
  .field-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .step-actions { flex-direction: column-reverse; }
  .step-actions .button { width: 100%; }
  .policy-nav { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

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