@font-face {
  font-family: "Cloister Black";
  src: url("assets/fonts/CloisterBlack.ttf") format("truetype");
  font-display: swap;
}

:root {
  --black: #050607;
  --panel: #0b0c0e;
  --soft: #111216;
  --white: #f7f3f1;
  --muted: #aaa5a8;
  /* Swap this token for each flavor drop. Electric Lemon launches in pink. */
  --drop-color: #fa0a8a;
  --pink: var(--drop-color);
  --pink-deep: #b90065;
  --line: rgba(255,255,255,.14);
  --display: "Bebas Neue", Impact, sans-serif;
  --blackletter: "Cloister Black", Georgia, serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.noise { position: fixed; inset: 0; z-index: 10; opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 18px 5vw; background: linear-gradient(180deg, rgba(0,0,0,.88), transparent); transition: .35s ease; }
.site-header.scrolled { background: rgba(5,6,7,.9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; width: 236px; }
.wordmark img { display: block; width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-nav a { transition: color .25s ease; }
.site-nav a:hover { color: var(--pink); }
.nav-cta { border: 1px solid var(--pink); padding: 13px 17px; }
.menu-toggle { display: none; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: end; overflow: hidden; padding: 148px 7vw 11vh; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media { object-position: center; animation: heroZoom 3s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.64) 36%, rgba(0,0,0,.1) 72%), linear-gradient(0deg, rgba(0,0,0,.85), transparent 45%); }
.hero-content { position: relative; z-index: 2; max-width: 730px; }
.eyebrow { color: var(--pink); text-transform: uppercase; letter-spacing: .26em; font-size: 11px; font-weight: 800; margin: 0 0 17px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font: 400 clamp(76px, 11vw, 168px)/.82 var(--display); letter-spacing: .01em; margin-bottom: 24px; text-transform: uppercase; }
h1 em, h2 em { color: var(--pink); font-family: var(--blackletter); font-style: normal; text-transform: none; letter-spacing: -.03em; }
.hero-copy { max-width: 580px; color: #ddd7d7; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; gap: 24px; padding: 16px 21px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.button-pink { color: white; background: var(--pink); }
.button span, .text-link span { font-size: 18px; line-height: .5; }
.text-link { color: white; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.text-link:hover { color: var(--pink); }
.hero-rail { position: absolute; right: 5vw; bottom: 12vh; z-index: 2; display: flex; flex-direction: column; align-items: end; gap: 10px; font: 700 10px/1.45 var(--body); letter-spacing: .2em; text-transform: uppercase; text-align: right; }
.hero-rail span { color: var(--pink); }
.hero-rail i { display: block; width: 75px; height: 1px; background: var(--pink); }
.scroll-cue { position: absolute; right: 5vw; bottom: 32px; z-index: 2; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { display: inline-block; height: 32px; width: 1px; margin: 0 10px -12px 0; background: var(--pink); animation: scrollPulse 1.5s infinite; }
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--pink); color: #fff; }
.ticker-track { display: flex; width: max-content; gap: 23px; align-items: center; padding: 12px 0; animation: marquee 24s linear infinite; }
.ticker span { font: 400 27px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.ticker b { font-size: 16px; }
.section-shell { padding: 130px 7vw; }
.product-section { display: grid; grid-template-columns: 1fr 1.1fr .8fr; gap: 4vw; align-items: center; min-height: 860px; }
.product-copy h2, .section-intro h2, .gallery-copy h2, .label-copy h2, .launch h2 { font-size: clamp(72px, 8vw, 132px); }
.product-copy > p:not(.eyebrow), .statement-panel p, .gallery-copy p, .label-copy p, .launch-inner > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 590px; }
.product-stats { display: flex; gap: 31px; border-top: 1px solid var(--line); margin-top: 32px; padding-top: 24px; }
.product-stats div { display: flex; flex-direction: column; gap: 5px; }
.product-stats strong { color: var(--pink); font: 400 43px/1 var(--display); }
.product-stats span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.session-spotlight { min-height: 620px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--line); background: #020304; }
.spotlight-glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: rgba(250,10,138,.28); filter: blur(80px); opacity: .62; transition: transform .7s ease, opacity .7s ease; animation: breathe 4.5s ease-in-out infinite; }
.spotlight-product { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.session-spotlight[data-session-stage="before"] .spotlight-product { transform: scale(1.04) translateX(-2%); filter: saturate(.9) brightness(.9); }
.session-spotlight[data-session-stage="during"] .spotlight-product { transform: scale(1.1); filter: saturate(1.1) brightness(1.02); }
.session-spotlight[data-session-stage="after"] .spotlight-product { transform: scale(1.04) translateX(2%); filter: saturate(.92) brightness(.88); }
.session-spotlight[data-session-stage="before"] .spotlight-glow { transform: translateX(-22%); opacity: .42; }
.session-spotlight[data-session-stage="after"] .spotlight-glow { transform: translateX(22%); opacity: .42; }
.spotlight-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2; padding: 18px; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.72); backdrop-filter: blur(12px); }
.spotlight-count { display: block; margin-bottom: 8px; color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.spotlight-title { display: block; font: 400 34px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.spotlight-copy { max-width: 420px; margin: 6px 0 0; color: #c8c1c4; font-size: 12px; line-height: 1.55; }
.vertical-note { position: absolute; right: -4px; bottom: 11%; writing-mode: vertical-rl; color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.ingredient-card { border-left: 1px solid var(--pink); padding-left: 27px; }
.ingredient-card h3 { font: 400 41px/.92 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.session-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.session-tabs button { padding: 13px 5px; border: 0; background: var(--black); color: #aaa5a8; cursor: pointer; font: 800 9px var(--body); letter-spacing: .15em; text-transform: uppercase; transition: .25s ease; }
.session-tabs button:hover, .session-tabs button.active { background: var(--pink); color: white; }
.ingredient-card ul { list-style: none; margin: 30px 0 0; padding: 0; }
.ingredient-card li { border-top: 1px solid var(--line); padding: 15px 0; color: #d4cfd1; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ingredient-card li:last-child { border-bottom: 1px solid var(--line); }
.ingredient-card span { color: var(--pink); margin-right: 13px; }
.ingredient-detail { margin: 20px 0 0; color: #8f898c; font-size: 10px; line-height: 1.75; letter-spacing: .08em; text-transform: uppercase; }
.statement { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 830px; background: var(--soft); }
.statement-image { overflow: hidden; }
.statement-image img { width: 100%; height: 115%; object-fit: cover; object-position: center; transform: translateY(var(--drift, 0)); }
.statement-panel { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 7vw; background: linear-gradient(145deg, #111216, #08090b); }
.statement-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 42% 47%, rgba(250,10,138,.24), transparent 54%); opacity: .9; pointer-events: none; }
.statement-panel > * { position: relative; z-index: 1; }
.statement-panel h2 { max-width: 560px; margin-bottom: 20px; font-size: clamp(82px, 8vw, 132px); }
.statement-logo { width: min(100%, 520px); margin: 0 0 27px; }
.session { background: var(--black); }
.section-intro { max-width: 840px; }
.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 30px; }
.stage-card { position: relative; min-height: 300px; padding: 30px; background: var(--black); transition: .35s ease; }
.stage-card::after { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--pink); transition: height .35s ease; z-index: 0; }
.stage-card:hover::after { height: 100%; }
.stage-card > * { position: relative; z-index: 1; }
.stage-card span { color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; transition: color .35s; }
.stage-card h3 { margin: 104px 0 11px; font: 400 49px/1 var(--display); text-transform: uppercase; letter-spacing: .04em; }
.stage-card p { color: var(--muted); font-size: 14px; line-height: 1.7; transition: color .35s; }
.stage-card:hover p, .stage-card:hover span { color: white; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; background: var(--soft); }
.gallery-main { grid-row: span 2; margin: 0; overflow: hidden; }
.gallery-secondary { margin: 0; overflow: hidden; }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw; min-height: 600px; }
.gallery-copy .text-link { margin-top: 20px; }
.label-section { display: grid; grid-template-columns: .8fr 1.1fr; gap: 7vw; align-items: center; }
.label-art { overflow: hidden; border: 1px solid rgba(250,10,138,.2); background: #08090a; box-shadow: 0 0 60px rgba(250,10,138,.12); }
.label-art img { width: 100%; }
.lineup-section { position: relative; min-height: 790px; display: flex; align-items: end; overflow: hidden; padding: 88px 7vw; border-top: 1px solid var(--line); }
.lineup-image, .lineup-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.lineup-image { object-fit: cover; object-position: center; }
.lineup-shade { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.5) 38%, rgba(0,0,0,.08) 75%), linear-gradient(0deg, rgba(0,0,0,.82), transparent 55%); }
.lineup-copy { position: relative; z-index: 1; max-width: 700px; }
.lineup-copy h2 { font-size: clamp(76px, 8vw, 132px); }
.lineup-copy p { max-width: 590px; color: #c7c0c2; font-size: 15px; line-height: 1.75; }
.lineup-copy span { display: block; margin-top: 24px; color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.flavor-guide { background: #08090a; border-top: 1px solid var(--line); }
.flavor-guide .section-intro > p:last-child { max-width: 560px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.flavor-lineup { overflow: hidden; margin-top: 38px; border: 1px solid rgba(250,10,138,.22); background: #020304; box-shadow: 0 0 60px rgba(250,10,138,.12); }
.flavor-lineup img { display: block; width: 100%; height: auto; }
.flavor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 38px; background: var(--line); border: 1px solid var(--line); }
.flavor-card { min-height: 310px; padding: 25px; background: #08090a; border-top: 3px solid var(--flavor-color); }
.flavor-card span, .flavor-card strong { display: block; color: var(--flavor-color); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.flavor-card h3 { margin: 64px 0 13px; font: 400 39px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.flavor-card strong { margin-bottom: 11px; }
.flavor-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.flavor-electric { --flavor-color: #fa0a8a; }
.flavor-bloodline { --flavor-color: #f04a1d; }
.flavor-steadyhand { --flavor-color: #ffd400; }
.flavor-aftershock { --flavor-color: #b7ef00; }
.launch { position: relative; overflow: hidden; padding: 140px 7vw; text-align: center; border-top: 1px solid var(--line); }
.launch-bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(250,10,138,.22), transparent 48%); opacity: .75; }
.launch-inner { position: relative; max-width: 740px; margin: auto; }
.launch h2 { margin-bottom: 10px; }
.launch-wordmark { width: min(92%, 650px); margin: 0 auto 24px; }
.launch p { margin-inline: auto; }
.launch-form { display: flex; max-width: 580px; margin: 31px auto 0; border-bottom: 2px solid var(--pink); }
.launch-form input { min-width: 0; flex: 1; padding: 17px 0; border: 0; outline: 0; background: transparent; color: white; font: 500 15px var(--body); }
.launch-form input::placeholder { color: #a09a9e; }
.launch-form .form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.launch-form button { border: 0; background: transparent; color: var(--pink); cursor: pointer; font: 800 10px var(--body); letter-spacing: .18em; text-transform: uppercase; }
.launch-form button:disabled { cursor: wait; opacity: .55; }
.launch-form button span { font-size: 20px; margin-left: 7px; }
.form-note { min-height: 20px; margin: 17px 0 0; color: white; font-size: 12px; }
.form-note.success { color: var(--pink); }
.form-note.error { color: #ffb0c9; }
.distributor-note { display: flex; flex-direction: column; gap: 8px; margin-top: 25px; font-size: 9px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.distributor-note span { color: #a09a9e; }
.distributor-note a { color: var(--pink); transition: color .25s ease; }
.distributor-note a:hover { color: white; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 28px 5vw; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
footer .wordmark { width: 205px; }
footer > a:last-child { color: var(--pink); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.045); } }
@keyframes heroZoomMobile { from { transform: scale(1); } to { transform: scale(1.015); } }
@keyframes scrollPulse { 50% { transform: scaleY(.55); transform-origin: top; opacity: .45; } }
@keyframes breathe { 50% { transform: scale(1.07); opacity: .72; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (max-width: 1080px) {
  .product-section { grid-template-columns: 1fr 1fr; }
  .ingredient-card { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .ingredient-card ul { margin: 0; }
}
@media (max-width: 760px) {
  .site-header { padding: 17px 5vw; }
  .menu-open .site-header { background: transparent; backdrop-filter: none; border-bottom-color: transparent; }
  .wordmark { position: relative; z-index: 2; width: 205px; }
  .menu-toggle { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 4px; width: 39px; padding: 0; border: 0; background: transparent; color: white; }
  .menu-toggle span { width: 100%; height: 1px; background: white; transition: .3s; }
  .menu-toggle b { margin-top: 3px; color: var(--pink); font: 800 7px var(--body); letter-spacing: .22em; text-transform: uppercase; }
  .menu-open .menu-toggle span:first-child { transform: rotate(45deg) translate(3px, 3px); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 27px; padding: 0 9vw; background: rgba(5,6,7,.97); visibility: hidden; opacity: 0; transition: .3s; }
  .menu-open .site-nav { visibility: visible; opacity: 1; }
  .site-nav a { font-size: 17px; }
  .hero { min-height: 840px; padding: 133px 6vw 72px; align-items: end; }
  .hero-media { object-position: 42% center; animation-name: heroZoomMobile; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.97), rgba(0,0,0,.18) 80%); }
  h1 { font-size: 96px; max-width: 430px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 24px; }
  .hero-rail { display: none; }
  .scroll-cue { display: none; }
  .section-shell { padding: 87px 6vw; }
  .product-section { display: block; min-height: 0; }
  .product-copy h2, .section-intro h2, .gallery-copy h2, .label-copy h2, .launch h2 { font-size: 81px; }
  .product-stats { gap: 21px; }
  .session-spotlight { min-height: 510px; margin-block: 28px; }
  .spotlight-product { object-position: center; }
  .spotlight-caption { left: 14px; right: 14px; bottom: 14px; padding: 15px; }
  .ingredient-card { display: block; padding-left: 19px; }
  .ingredient-card ul { margin-top: 24px; }
  .statement { display: block; min-height: 0; }
  .statement-image { height: 520px; }
  .statement-panel { padding: 84px 6vw; }
  .statement-panel h2 { font-size: 72px; }
  .stage-grid { display: block; }
  .stage-card { min-height: 238px; }
  .stage-card h3 { margin-top: 70px; }
  .gallery { display: block; }
  .gallery-main { height: 610px; }
  .gallery-copy { min-height: 520px; padding: 84px 6vw; }
  .gallery-secondary { height: 500px; }
  .label-section { display: block; }
  .label-art { margin-top: 35px; }
  .lineup-section { min-height: 680px; padding: 74px 6vw; }
  .lineup-image { object-position: center; }
  .lineup-shade { background: linear-gradient(0deg, rgba(0,0,0,.94), rgba(0,0,0,.13) 77%); }
  .lineup-copy h2 { font-size: 80px; }
  .flavor-lineup { margin-top: 27px; }
  .flavor-grid { display: block; }
  .flavor-card { min-height: 245px; border-top-width: 3px; }
  .flavor-card h3 { margin-top: 47px; }
  .launch { padding: 110px 6vw; }
  .launch-wordmark { width: min(100%, 520px); }
  footer { flex-direction: column; text-align: center; padding-block: 33px; }
}
