:root {
  --bg: #0a0908;
  --bg-soft: #12100e;
  --panel: #171310;
  --cream: #f2eadb;
  --muted: #a89d8d;
  --gold: #e9ad31;
  --gold-light: #f4c45e;
  --red: #a72119;
  --red-bright: #d73b2b;
  --line: rgba(242, 234, 219, .15);
  --header-h: 84px;
  --container: 1320px;
  --hero-y: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); overflow-x: clip; }
body { margin: 0; color: var(--cream); background: var(--bg); font-family: "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: #111; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section { padding: 140px 0; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(187, 47, 28, .08), transparent 68%); transform: translate(-50%, -50%); transition: opacity .3s; }

.site-header { position: fixed; inset: 0 0 auto; height: var(--header-h); padding: 0 max(32px, calc((100vw - var(--container))/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; z-index: 90; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.site-header.scrolled { height: 68px; background: rgba(10, 9, 8, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.wordmark { width: max-content; position: relative; display: flex; flex-direction: column; font-family: Impact, "Arial Black", sans-serif; font-style: italic; font-size: 21px; line-height: .96; letter-spacing: .025em; transform: skew(-3deg); }
.wordmark small { margin-top: 6px; color: var(--muted); font: 700 7px/1 "Segoe UI", sans-serif; letter-spacing: .23em; text-transform: uppercase; }
.wordmark-peak { position: absolute; color: var(--red-bright); font-size: 9px; left: -15px; top: 6px; }
.desktop-nav { display: flex; gap: 40px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { position: relative; color: rgba(242,234,219,.8); }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 12px 22px; border: 1px solid rgba(242,234,219,.45); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, color .25s; }
.header-cta:hover { background: var(--cream); color: var(--bg); }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; padding: 12px 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 6px 0; background: var(--cream); transition: transform .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; background: #0b0908; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; text-align: center; gap: 22px; }
.mobile-menu a { font: italic 700 clamp(32px, 9vw, 54px)/1 Impact, sans-serif; text-transform: uppercase; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: -8% 0 -8%; z-index: -4; background: url("assets/images/hero-dagsnack.png") center/cover no-repeat; transform: translate3d(0, calc(var(--hero-y) * .18), 0) scale(1.07); will-change: transform; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(8,7,6,.96) 0%, rgba(8,7,6,.78) 33%, rgba(8,7,6,.25) 63%, rgba(8,7,6,.12) 100%), linear-gradient(0deg, rgba(8,7,6,.85), transparent 33%); }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 64%); }
.hero-content { position: relative; padding-top: var(--header-h); display: flex; align-items: flex-end; min-height: 100svh; padding-bottom: 10vh; }
.hero-copy { width: min(770px, 60vw); }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 14px 4px 0; background: currentColor; }
.hero-title { margin: 0; font: italic 900 clamp(72px, 9.2vw, 154px)/1.02 Impact, "Arial Black", sans-serif; letter-spacing: .012em; text-transform: uppercase; text-shadow: 0 12px 40px rgba(0,0,0,.4); }
.title-line { display: block; opacity: 0; transform: translateY(80px); animation: title-in .9s cubic-bezier(.2,.7,.2,1) forwards; }
.title-line + .title-line { margin-top: .045em; }
.title-line:nth-child(2) { animation-delay: .12s; }
.title-line:nth-child(3) { animation-delay: .24s; }
.title-accent { color: transparent; -webkit-text-stroke: 2px var(--gold); text-stroke: 2px var(--gold); }
@keyframes title-in { to { opacity: 1; transform: translateY(0); } }
.hero-description { width: min(580px, 100%); margin: 30px 0 0; color: rgba(242,234,219,.74); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 58px; padding: 0 24px; border: 0; cursor: pointer; font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.button-primary { color: #130d07; background: var(--gold); box-shadow: inset 0 -4px 0 rgba(112,55,0,.25); transition: background .25s, transform .25s; }
.button-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.button span { font-size: 20px; }
.text-link { display: flex; gap: 18px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--gold); }
.hero-stamp { position: absolute; right: 2%; bottom: 9vh; width: 136px; height: 136px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(242,234,219,.35); border-radius: 50%; transform: rotate(8deg); backdrop-filter: blur(4px); }
.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(242,234,219,.25); border-radius: inherit; }
.hero-stamp span { color: var(--gold); font: italic 700 31px/1 Impact, sans-serif; }
.hero-stamp small { margin-top: 6px; font-size: 8px; line-height: 1.3; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { position: absolute; right: 34px; top: 50%; display: flex; align-items: center; gap: 16px; transform: rotate(90deg) translateX(50%); transform-origin: right center; color: rgba(242,234,219,.45); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.scroll-cue i { width: 70px; height: 1px; overflow: hidden; background: rgba(242,234,219,.25); }
.scroll-cue i::after { content: ""; display: block; height: 100%; width: 50%; background: var(--gold); animation: scroll-line 2s infinite; }
@keyframes scroll-line { from { transform: translateX(-110%); } to { transform: translateX(210%); } }

.marquee { overflow: hidden; background: var(--gold); color: #15100a; border-block: 1px solid #0b0908; transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; align-items: center; animation: marquee 18s linear infinite; font: italic 700 24px/1 Impact, sans-serif; letter-spacing: .03em; will-change: transform; }
.marquee-group { min-width: 100vw; flex-shrink: 0; display: flex; align-items: center; justify-content: space-around; gap: 26px; padding: 16px 28px; white-space: nowrap; }
.marquee-track b { color: var(--red); }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro { background: var(--bg); }
.section-heading { margin-bottom: 72px; }
.split-heading { display: grid; grid-template-columns: 1fr 360px; gap: 90px; align-items: end; }
.section-heading h2, .products-heading h2, .detail h2, .campaign h2, .moments h2, .stash h2, .buy h2, .community h2, .wholesale h2, .faq h2 { margin: 0; font: italic 800 clamp(54px, 7vw, 108px)/1.06 Impact, "Arial Black", sans-serif; letter-spacing: .008em; text-transform: uppercase; }
h2 em { display: inline-block; margin-right: .08em; color: var(--gold); font-style: inherit; }
.heading-copy { margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.benefit-card { position: relative; min-height: 300px; padding: 34px 36px; border-right: 1px solid var(--line); overflow: hidden; }
.benefit-card:last-child { border-right: 0; }
.benefit-card::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: rgba(233,173,49,.07); transition: height .4s; }
.benefit-card:hover::before { height: 100%; }
.benefit-index { color: var(--muted); font: 700 10px/1 monospace; }
.benefit-icon { margin-top: 50px; color: var(--gold); font-size: 32px; }
.benefit-card h3 { margin: 22px 0 12px; font: italic 700 28px/1 Impact, sans-serif; text-transform: uppercase; }
.benefit-card p { position: relative; max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.products-heading { margin: 150px 0 58px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.products-heading .eyebrow { grid-column: 1 / -1; }
.demo-note { max-width: 360px; margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; min-height: 620px; padding: 28px; display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); overflow: hidden; transition: transform .35s, border-color .35s; }
.product-card:hover { transform: translateY(-8px); border-color: rgba(233,173,49,.5); }
.product-visual { position: relative; height: 300px; margin: -28px -28px 30px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 38%, rgba(191,49,32,.28), transparent 55%), linear-gradient(150deg, #251611, #0a0908); }
.product-visual::before, .product-visual::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.product-visual::after { width: 230px; height: 230px; }
.pack-mini { position: relative; z-index: 2; width: 164px; height: 225px; padding-top: 62px; display: flex; align-items: center; flex-direction: column; background: linear-gradient(#8c1c17 0 38%, #d7a52d 38% 67%, #100e0c 67%); clip-path: polygon(5% 3%, 95% 1%, 100% 96%, 6% 100%); box-shadow: 0 24px 30px rgba(0,0,0,.45); transform: rotate(-4deg); transition: transform .45s; }
.product-card:hover .pack-mini { transform: rotate(2deg) scale(1.05); }
.pack-mini b { width: 125px; padding: 8px 5px; color: white; background: #080808; border: 2px solid white; text-align: center; font: italic 800 17px/1.08 Impact, sans-serif; letter-spacing: .025em; }
.pack-mini i { margin-top: 42px; padding: 5px 14px; color: #080808; background: var(--gold); font: normal 700 10px/1 monospace; }
.product-pepper .product-visual { background: radial-gradient(circle at 50% 38%, rgba(233,173,49,.22), transparent 55%), #10100d; }
.product-hot .product-visual { background: radial-gradient(circle at 50% 38%, rgba(221,45,21,.35), transparent 55%), #130806; }
.product-topline { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { margin: 30px 0 14px; font: italic 700 42px/1.04 Impact, sans-serif; text-transform: uppercase; }
.product-card > p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.product-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid var(--line); }
.product-bottom strong { font: 700 25px/1 Impact, sans-serif; }
.product-bottom a { width: 44px; height: 44px; display: grid; place-items: center; color: #111; background: var(--gold); font-size: 20px; }

.detail { background: #0d0b09; }
.detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 86px; align-items: center; }
.detail-visual { position: relative; min-height: 720px; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #110b08; }
.detail-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(8,7,6,.45), transparent 45%); }
.detail-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.detail-visual:hover img { transform: scale(1.035); }
.detail-visual figcaption { position: absolute; left: 24px; bottom: 20px; z-index: 2; color: rgba(242,234,219,.65); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.detail-pin { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 8px 12px 8px 8px; border: 1px solid rgba(242,234,219,.28); background: rgba(8,7,6,.62); backdrop-filter: blur(10px); color: var(--cream); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.detail-pin i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(233,173,49,.18); }
.detail-pin b { font-weight: 800; }
.pin-one { left: 12%; top: 55%; }
.pin-two { right: 8%; top: 38%; }
.detail-copy { min-width: 0; }
.detail-lead { max-width: 540px; margin: 30px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.detail-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-block: 1px solid var(--line); }
.detail-stats article { min-height: 150px; padding: 24px 18px; border-right: 1px solid var(--line); }
.detail-stats article:last-child { border-right: 0; }
.detail-stats strong { display: flex; align-items: flex-start; gap: .12em; color: var(--gold); font: italic 700 clamp(28px, 3vw, 48px)/1.05 Impact, sans-serif; white-space: nowrap; }
.detail-stats sup { position: static; display: inline-block; margin-top: .13em; font: 800 .34em/1 "Segoe UI", sans-serif; vertical-align: baseline; letter-spacing: 0; }
.detail-stats span { display: block; margin-top: 11px; color: var(--muted); font-size: 9px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.detail-disclaimer { display: block; margin-top: 16px; color: rgba(168,157,141,.55); font-size: 9px; line-height: 1.45; }

.story { position: relative; min-height: 1040px; padding: 160px 0 110px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.story-bg { position: absolute; inset: -12% 0; z-index: -3; background: url("assets/images/dagestan-mountains.png") center/cover no-repeat; transform: translate3d(0, var(--story-y, 0), 0) scale(1.04); will-change: transform; }
.story-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,6,5,.91), rgba(7,6,5,.28) 64%, rgba(7,6,5,.45)), linear-gradient(0deg, rgba(7,6,5,.85), transparent 50%, rgba(7,6,5,.45)); }
.story-inner { position: relative; }
.story-title { margin: 0; font: italic 800 clamp(60px, 8vw, 128px)/1.06 Impact, sans-serif; letter-spacing: .008em; }
.story-title span { display: block; }
.story-title span + span { margin-top: .035em; }
.story-title .gold { color: var(--gold); }
.story-bottom { margin-top: 72px; display: flex; align-items: flex-end; justify-content: space-between; }
.story-bottom > p { width: min(500px, 100%); margin: 0; color: rgba(242,234,219,.72); font-size: 17px; line-height: 1.75; }
.origin-mark { display: flex; align-items: center; gap: 16px; padding: 20px 26px; border: 1px solid rgba(242,234,219,.25); backdrop-filter: blur(10px); }
.origin-mark strong { color: var(--gold); font: 700 44px/1 Impact, sans-serif; }
.origin-mark span { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.process { background: var(--cream); color: #14100b; }
.process-heading { display: flex; justify-content: space-between; align-items: end; }
.process-heading .eyebrow { color: #8f251b; }
.process-line { height: 1px; background: rgba(20,16,11,.16); overflow: hidden; }
.process-line span { display: block; width: var(--line-progress, 0%); height: 100%; background: var(--red); transition: width .1s linear; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { min-height: 330px; padding: 34px 30px; border-right: 1px solid rgba(20,16,11,.16); }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--red); font: 700 12px/1 monospace; }
.process-step h3 { margin: 92px 0 16px; font: italic 700 36px/1.08 Impact, sans-serif; text-transform: uppercase; }
.process-step p { margin: 0; color: rgba(20,16,11,.64); font-size: 14px; line-height: 1.6; }

.campaign { position: relative; min-height: 900px; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.campaign-media { position: absolute; inset: -7% 0; z-index: -3; background: url("assets/images/athlete-dagsnack.png") center/cover no-repeat; transform: translate3d(0, var(--campaign-y, 0), 0) scale(1.04); will-change: transform; }
.campaign-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,6,5,.05) 25%, rgba(7,6,5,.56) 58%, rgba(7,6,5,.94) 100%), linear-gradient(0deg, rgba(7,6,5,.65), transparent 45%); }
.campaign-inner { display: flex; justify-content: flex-end; }
.campaign-copy { width: min(600px, 48%); }
.campaign-copy > p:not(.eyebrow) { max-width: 480px; margin: 32px 0 0; color: rgba(242,234,219,.72); font-size: 16px; line-height: 1.75; }
.campaign-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.campaign-tags span { padding: 10px 14px; border: 1px solid rgba(242,234,219,.28); background: rgba(8,7,6,.28); font-size: 9px; font-weight: 800; letter-spacing: .12em; }

.moments { background: #0d0b09; }
.moments-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.moments-copy { position: sticky; top: clamp(96px, 18vh, 160px); align-self: start; height: max-content; }
.moments-copy > p:last-child { max-width: 390px; margin: 32px 0 0; color: var(--muted); line-height: 1.7; }
.moment-cards { display: grid; gap: 18px; }
.moment-card { position: relative; min-height: 320px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); background-position: center; background-size: cover; isolation: isolate; }
.moment-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8,7,6,.94), rgba(8,7,6,.05)), url("assets/images/hero-dagsnack.png") center/cover; transition: transform .7s; }
.moment-card:hover::before { transform: scale(1.04); }
.moment-training::before { background-position: 28% center; filter: grayscale(.3); }
.moment-road::before { background-image: linear-gradient(0deg, rgba(8,7,6,.94), rgba(8,7,6,.05)), url("assets/images/road-dagsnack.png"); background-position: center; }
.moment-mountain::before { background-image: linear-gradient(0deg, rgba(8,7,6,.94), rgba(8,7,6,.05)), url("assets/images/dagestan-mountains.png"); background-position: 25% center; }
.moment-card > span { position: absolute; right: 24px; top: 22px; color: var(--gold); font: 700 11px/1 monospace; }
.moment-card h3 { margin: 0; font: italic 700 46px/1.08 Impact, sans-serif; text-transform: uppercase; }
.moment-card p { margin: 8px 0 0; color: rgba(242,234,219,.62); font-size: 13px; }

.stash { color: #17110b; background: var(--cream); }
.stash-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.stash-image { position: relative; min-height: 790px; overflow: hidden; background: #1c1712; }
.stash-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,7,6,.65), transparent 40%); }
.stash-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.stash-image:hover img { transform: scale(1.03); }
.stash-image-label { position: absolute; z-index: 2; left: 26px; bottom: 24px; color: var(--cream); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.stash-config .eyebrow { color: var(--red); }
.stash-config h2 em { color: var(--red); }
.stash-intro { max-width: 600px; margin: 26px 0 0; color: rgba(23,17,11,.62); line-height: 1.7; }
.flavor-picker { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(23,17,11,.18); }
.flavor-option { position: relative; min-height: 104px; padding: 20px 16px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; border: 0; border-right: 1px solid rgba(23,17,11,.18); background: transparent; cursor: pointer; transition: color .25s, background .25s; }
.flavor-option:last-child { border-right: 0; }
.flavor-option i { position: absolute; left: 16px; top: 17px; width: 13px; height: 13px; border: 1px solid rgba(23,17,11,.32); border-radius: 50%; }
.flavor-option.active { color: white; background: var(--red); }
.flavor-option.active i { border: 4px solid white; }
.flavor-option span { font-weight: 800; font-size: 12px; text-transform: uppercase; }
.flavor-option small { margin-top: 5px; opacity: .56; font-size: 9px; }
.stash-calculator { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(23,17,11,.18); border-top: 0; }
.quantity-control, .stash-total { min-height: 145px; padding: 24px; }
.quantity-control { border-right: 1px solid rgba(23,17,11,.18); }
.quantity-control > span, .stash-total > span { display: block; color: rgba(23,17,11,.5); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quantity-control > div { margin-top: 24px; display: flex; align-items: center; gap: 18px; }
.quantity-control button { width: 38px; height: 38px; border: 1px solid rgba(23,17,11,.24); background: transparent; cursor: pointer; font-size: 20px; }
.quantity-control strong { min-width: 36px; text-align: center; font: 700 30px/1 Impact, sans-serif; }
.stash-total strong { display: block; margin-top: 20px; font: italic 700 34px/1.05 Impact, sans-serif; }
.stash-total small { display: block; margin-top: 8px; color: rgba(23,17,11,.54); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.stash-order { width: 100%; margin-top: 20px; color: white; background: var(--red); }
.stash-order:hover { background: #c02a20; }

.buy { background: var(--bg-soft); }
.buy-heading { position: relative; display: grid; grid-template-columns: 1fr minmax(390px, .72fr); gap: 70px; align-items: stretch; margin-bottom: 70px; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.buy-heading::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 112px; height: 2px; background: var(--gold); }
.buy-title-block { display: flex; flex-direction: column; justify-content: flex-end; }
.buy-mini { margin-top: 30px; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.buy-mini i { width: 24px; height: 1px; background: rgba(242,234,219,.28); }
.buy-copy-panel { position: relative; min-height: 265px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(233,173,49,.08), transparent 55%); }
.buy-copy-panel::before { content: "↗"; position: absolute; right: -14px; top: -38px; color: rgba(233,173,49,.07); font: 700 180px/1 sans-serif; }
.buy-copy-index { position: absolute; left: 30px; top: 26px; display: flex; align-items: center; gap: 12px; }
.buy-copy-index > span { color: var(--gold); font: italic 700 32px/1 Impact, sans-serif; }
.buy-copy-index small { color: var(--muted); font-size: 8px; font-weight: 800; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }
.buy-copy-panel > p { position: relative; max-width: 420px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.buy-route { position: relative; margin-top: 24px; padding-top: 16px; display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); color: var(--cream); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.buy-route i { color: var(--gold); font-style: normal; }
.market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.market-card { position: relative; min-height: 250px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); overflow: hidden; transition: transform .3s; }
.market-card:hover { transform: translateY(-5px); }
.market-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -60px; top: -70px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.market-card strong { font: italic 700 clamp(34px, 4vw, 64px)/1.08 Impact, sans-serif; }
.market-card small { margin-top: 11px; color: rgba(255,255,255,.68); font-size: 12px; }
.market-card i { position: absolute; right: 30px; bottom: 28px; font: normal 30px/1 sans-serif; }
.market-number { position: absolute; left: 30px; top: 28px; font: 700 10px/1 monospace; }
.ozon { background: #1557ff; }
.wb { background: linear-gradient(135deg, #a7009b, #da2a7e); }
.retail { grid-column: 1 / -1; min-height: 215px; color: var(--bg); background: var(--gold); }
.retail small { color: rgba(10,9,8,.58); }
.retail::before { border-color: rgba(10,9,8,.15); }

.community { padding-block: 105px; background: var(--red); }
.community-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr .75fr; border-block: 1px solid rgba(255,255,255,.22); }
.community-grid > * { min-height: 300px; padding: 34px; border-right: 1px solid rgba(255,255,255,.22); }
.community-grid > *:last-child { border-right: 0; }
.community-title { display: flex; flex-direction: column; justify-content: center; }
.community-title .eyebrow { color: #ffd987; }
.community-title h2 em { color: var(--gold-light); }
.community-number { display: flex; flex-direction: column; justify-content: space-between; }
.community-number strong { color: var(--gold-light); font: italic 700 clamp(60px, 6vw, 100px)/1 Impact, sans-serif; }
.community-number span { font-size: 10px; font-weight: 800; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.community-link { display: flex; flex-direction: column; justify-content: space-between; background: var(--gold); color: #17110b; transition: background .25s; }
.community-link:hover { background: var(--gold-light); }
.community-link span { font: italic 700 30px/1.08 Impact, sans-serif; text-transform: uppercase; }
.community-link i { align-self: flex-end; font: normal 36px/1 sans-serif; }

.wholesale { position: relative; padding: 150px 0; background: #190c09; overflow: hidden; }
.wholesale::before { content: ""; position: absolute; inset: 0; opacity: .14; background: radial-gradient(circle at 15% 50%, var(--red), transparent 38%), url("assets/images/dagestan-mountains.png") center/cover; filter: grayscale(.7); }
.wholesale-side { position: absolute; left: 0; top: 0; bottom: 0; width: 54px; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: space-around; border-right: 1px solid var(--line); color: rgba(242,234,219,.35); font-size: 9px; font-weight: 800; letter-spacing: .18em; writing-mode: vertical-rl; }
.wholesale-inner { position: relative; display: grid; grid-template-columns: 1fr 520px; gap: 100px; align-items: center; }
.wholesale-copy > p:last-of-type { max-width: 560px; color: rgba(242,234,219,.65); line-height: 1.7; }
.wholesale-copy ul { margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.wholesale-copy li { padding: 10px 14px; border: 1px solid rgba(242,234,219,.2); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.lead-form { padding: 34px; color: #17110b; background: var(--cream); box-shadow: 0 40px 80px rgba(0,0,0,.3); }
.form-head { margin-bottom: 28px; }
.form-head span { font: italic 700 29px/1 Impact, sans-serif; text-transform: uppercase; }
.lead-form label { display: block; margin-top: 18px; }
.lead-form label > span { display: block; margin-bottom: 8px; color: rgba(23,17,11,.6); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.lead-form input, .lead-form select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid rgba(23,17,11,.18); border-radius: 0; outline: none; color: #17110b; background: transparent; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--red); }
.lead-form .button { width: 100%; margin-top: 24px; background: var(--red); color: white; box-shadow: inset 0 -4px rgba(0,0,0,.15); }
.form-disclaimer { margin: 12px 0 0; color: rgba(23,17,11,.45); font-size: 9px; line-height: 1.4; }

.faq { background: var(--cream); color: #17110b; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-title .eyebrow { color: var(--red); }
.faq-item { border-top: 1px solid rgba(23,17,11,.2); }
.faq-item:last-child { border-bottom: 1px solid rgba(23,17,11,.2); }
.faq-item button { width: 100%; min-height: 92px; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: 18px; font-weight: 700; }
.faq-item button i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(23,17,11,.25); border-radius: 50%; font-style: normal; font-size: 20px; transition: transform .3s, background .3s; }
.faq-item.open button i { transform: rotate(45deg); color: white; background: var(--red); border-color: var(--red); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: rgba(23,17,11,.62); line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 30px; }

.footer { padding: 90px 0 24px; background: #080706; }
.footer-top { display: flex; justify-content: space-between; padding-bottom: 80px; }
.wordmark-large { font-size: clamp(48px, 7vw, 98px); }
.wordmark-large small { font-size: 10px; }
.footer-brand p { color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.footer-links { display: flex; gap: 100px; }
.footer-links > div { display: flex; flex-direction: column; gap: 13px; min-width: 150px; }
.footer-links span { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a { font-size: 13px; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a { transition: color .25s; }
.footer-bottom a:hover { color: var(--gold-light); }
.demo-label { color: var(--gold); }
.toast { position: fixed; z-index: 110; right: 24px; bottom: 24px; width: min(370px, calc(100vw - 48px)); padding: 18px 20px; color: #17110b; background: var(--gold); box-shadow: 0 20px 50px rgba(0,0,0,.35); transform: translateY(130%); opacity: 0; transition: transform .4s, opacity .4s; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast strong, .toast span { display: block; }
.toast strong { text-transform: uppercase; font-size: 13px; }
.toast span { margin-top: 5px; font-size: 11px; line-height: 1.45; }

.reveal, .reveal-card { opacity: 0; transform: translateY(34px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal-card { transform: translateY(50px); }
.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .desktop-nav { gap: 22px; }
  .hero-copy { width: 68vw; }
  .wholesale-inner { grid-template-columns: 1fr 440px; gap: 50px; }
  .product-card { min-height: 580px; }
  .detail-grid, .stash-grid { gap: 50px; }
  .community-grid > * { padding: 24px; }
}

@media (max-width: 860px) {
  :root { --header-h: 68px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 96px 0; }
  .site-header { padding-inline: 24px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-media { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,7,6,.94), rgba(8,7,6,.53) 75%, rgba(8,7,6,.25)), linear-gradient(0deg, rgba(8,7,6,.9), transparent 45%); }
  .hero-copy { width: 84vw; }
  .hero-title { font-size: clamp(66px, 16vw, 112px); }
  .hero-stamp { right: 3%; width: 110px; height: 110px; }
  .scroll-cue { display: none; }
  .split-heading, .buy-heading { grid-template-columns: 1fr; gap: 28px; }
  .buy-heading { padding-bottom: 34px; }
  .buy-copy-panel { min-height: 230px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-card:last-child { border-bottom: 0; }
  .benefit-icon { margin-top: 28px; }
  .products-heading { grid-template-columns: 1fr; gap: 24px; margin-top: 100px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 610px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-visual { min-height: 600px; }
  .story { min-height: 860px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step { border-bottom: 1px solid rgba(20,16,11,.16); }
  .campaign { min-height: 800px; align-items: flex-end; padding-bottom: 80px; }
  .campaign-media { background-position: 38% center; }
  .campaign-overlay { background: linear-gradient(0deg, rgba(7,6,5,.96), rgba(7,6,5,.22) 76%); }
  .campaign-inner { justify-content: flex-start; }
  .campaign-copy { width: min(650px, 88%); }
  .moments-grid { grid-template-columns: .72fr 1.28fr; gap: 36px; }
  .moments-copy { position: sticky; top: 96px; }
  .stash-grid { grid-template-columns: 1fr; }
  .stash-image { min-height: 680px; }
  .community-grid { grid-template-columns: 1fr 1fr; }
  .community-grid > * { border-bottom: 1px solid rgba(255,255,255,.22); }
  .community-grid > *:nth-child(2) { border-right: 0; }
  .community-grid > *:nth-last-child(-n+2) { border-bottom: 0; }
  .wholesale-inner { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-top { gap: 55px; }
  .footer-links { gap: 40px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { padding-inline: 18px; }
  .hero { min-height: 800px; }
  .hero-media { inset: -3% 0; background-size: auto 100%; background-position: 80% center; opacity: .88; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,7,6,.9), rgba(8,7,6,.45)), linear-gradient(0deg, rgba(8,7,6,.98) 0%, rgba(8,7,6,.68) 55%, rgba(8,7,6,.18) 100%); }
  .hero-content { min-height: 800px; padding-bottom: 50px; align-items: flex-end; }
  .hero-copy { width: 100%; max-width: calc(100vw - 38px); }
  .hero-title { max-width: 100%; font-size: clamp(50px, 15.8vw, 64px); line-height: 1.04; letter-spacing: .006em; }
  .title-accent { -webkit-text-stroke-width: 1px; }
  .hero-description { max-width: calc(100vw - 40px); margin-top: 22px; font-size: 14px; line-height: 1.55; }
  .hero-actions { width: 100%; max-width: calc(100vw - 40px); align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 26px; }
  .button { width: 100%; }
  .hero-stamp { display: none; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .section-heading h2, .products-heading h2, .detail h2, .campaign h2, .moments h2, .stash h2, .buy h2, .community h2, .wholesale h2, .faq h2 { font-size: clamp(43px, 13.5vw, 64px); line-height: 1.08; letter-spacing: .006em; }
  .benefit-card { padding-inline: 18px; }
  .product-card { min-height: 570px; padding: 22px; }
  .product-visual { margin: -22px -22px 26px; }
  .product-card h3 { font-size: 36px; }
  .detail-visual { min-height: 440px; }
  .detail-pin { font-size: 6px; }
  .pin-one { left: 5%; top: 57%; }
  .pin-two { right: 4%; top: 37%; }
  .detail-stats { grid-template-columns: 1fr; }
  .detail-stats article { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-stats article:last-child { border-bottom: 0; }
  .story { min-height: 780px; padding: 100px 0 70px; }
  .story-title { font-size: clamp(40px, 11.5vw, 58px); line-height: 1.08; letter-spacing: .006em; }
  .story-bottom { flex-direction: column; align-items: flex-start; gap: 40px; margin-top: 45px; }
  .story-bottom > p { font-size: 14px; }
  .process-heading { display: block; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 220px; padding-inline: 10px; border-right: 0; }
  .process-step h3 { margin-top: 55px; }
  .campaign { min-height: 720px; padding-bottom: 52px; }
  .campaign-media { background-position: 31% center; }
  .campaign-copy { width: 100%; }
  .campaign-copy > p:not(.eyebrow) { font-size: 14px; }
  .moments-grid { gap: 45px; }
  .moment-card { min-height: 250px; padding: 24px; }
  .moment-card h3 { font-size: 38px; }
  .moments-grid { grid-template-columns: 1fr; gap: 45px; }
  .moments-copy { position: static; }
  .stash-image { min-height: 520px; }
  .flavor-picker { grid-template-columns: 1fr; }
  .flavor-option { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(23,17,11,.18); }
  .flavor-option:last-child { border-bottom: 0; }
  .stash-calculator { grid-template-columns: 1fr; }
  .quantity-control { border-right: 0; border-bottom: 1px solid rgba(23,17,11,.18); }
  .market-grid { grid-template-columns: 1fr; }
  .buy-heading { margin-bottom: 50px; }
  .buy-mini { flex-wrap: wrap; }
  .buy-copy-panel { min-height: 250px; padding: 24px; }
  .buy-copy-index { left: 24px; top: 22px; }
  .buy-route { flex-wrap: wrap; }
  .retail { grid-column: auto; }
  .market-card { min-height: 210px; padding: 24px; }
  .market-card i { right: 24px; bottom: 22px; }
  .community-grid { grid-template-columns: 1fr; }
  .community-grid > * { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22) !important; }
  .community-grid > *:last-child { border-bottom: 0 !important; }
  .community-number strong { font-size: 68px; }
  .wholesale { padding: 100px 0; }
  .wholesale-side { display: none; }
  .lead-form { padding: 24px 18px; }
  .footer-top { flex-direction: column; padding-bottom: 55px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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