:root {
  --cyan: #09adc2;
  --cyan-dark: #007f91;
  --orange: #ff6b00;
  --ink: #071b20;
  --paper: #f5f4ed;
  --line: rgba(7, 27, 32, .16);
  --pad: clamp(22px, 5vw, 78px);
}

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

.scroll-meter { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 100; background: transparent; }
.scroll-meter span { display: block; height: 100%; width: 0; background: var(--orange); }

.site-header { position: absolute; inset: 0 0 auto; height: 100px; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: #fff; }
.brand img { width: clamp(150px, 15vw, 225px); filter: brightness(0) invert(1); }
.site-header nav { display: flex; gap: clamp(20px, 3vw, 46px); font-size: 13px; font-weight: 600; }
.site-header nav a { opacity: .72; transition: opacity .25s; }
.site-header nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.4); border-radius: 99px; padding: 13px 21px; font-size: 12px; font-weight: 700; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: 130px var(--pad) 95px; background: var(--ink); color: #fff; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .075; pointer-events: none; background-image: radial-gradient(#fff .75px, transparent .75px); background-size: 7px 7px; }
.hero-copy { position: relative; z-index: 3; max-width: 780px; }
.eyebrow, .mini-label, .section-kicker { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 500; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.7); }
.eyebrow span { width: 34px; height: 1px; background: var(--orange); }
.hero h1 { font-size: clamp(52px, 7vw, 112px); line-height: .92; letter-spacing: -.065em; margin: 28px 0; max-width: 980px; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 660px; color: rgba(255,255,255,.68); font-size: clamp(15px, 1.35vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; border-radius: 99px; padding: 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .03em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--orange); color: #fff; }
.button-ghost { border: 1px solid rgba(255,255,255,.32); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }

.hero-art { position: relative; z-index: 2; width: min(36vw, 570px); aspect-ratio: 1; justify-self: end; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); display: grid; place-items: center; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); }
.hero-art::before { inset: 12%; }
.hero-art::after { inset: 25%; }
.hero-mark { font-size: clamp(62px, 8vw, 126px); letter-spacing: -.1em; font-weight: 800; color: var(--cyan); transform: translateX(-.06em); }
.hero-mark span { color: var(--orange); }
.flavor-orbit { position: absolute; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.55); padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; }
.orbit-one { top: 10%; left: 8%; transform: rotate(-12deg); }
.orbit-two { right: 1%; bottom: 19%; transform: rotate(12deg); }
.liquid-drop { position: absolute; background: var(--orange); border-radius: 62% 38% 55% 45% / 62% 47% 53% 38%; box-shadow: 0 0 60px rgba(255,107,0,.2); }
.drop-one { width: 34px; height: 43px; right: 14%; top: 15%; transform: rotate(28deg); }
.drop-two { width: 17px; height: 22px; left: 20%; bottom: 10%; transform: rotate(-25deg); background: var(--cyan); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .22; }
.glow-one { width: 480px; height: 480px; background: var(--cyan); right: -120px; top: -120px; }
.glow-two { width: 320px; height: 320px; background: var(--orange); left: 30%; bottom: -210px; }
.hero-foot { position: absolute; z-index: 3; bottom: 28px; left: var(--pad); right: var(--pad); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.hero-foot a i { color: var(--orange); font-style: normal; margin-left: 8px; }

.section { padding: clamp(90px, 11vw, 170px) var(--pad); }
.section-kicker { padding-bottom: 20px; border-bottom: 1px solid var(--line); color: rgba(7,27,32,.55); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding-top: 64px; }
.about h2, .product-intro h2, .multibev h2, .why h2 { margin: 0; font-size: clamp(45px, 6.2vw, 94px); line-height: .98; letter-spacing: -.06em; }
.about h2 span, .product-intro h2 span, .multibev h2 span { color: var(--cyan); }
.about-copy > p { margin: 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.75; color: #405157; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--line); }
.stats div { padding: 26px 10px 0 0; }
.stats strong { display: block; font-size: clamp(30px, 3vw, 52px); letter-spacing: -.05em; }
.stats span { display: block; font-size: 11px; color: #607077; margin-top: 7px; }

.product-intro { padding-bottom: 110px; background: #fff; }
.intro-row { display: grid; grid-template-columns: 1fr .5fr; gap: 9vw; align-items: end; padding-top: 55px; }
.intro-row p { margin: 0 0 9px; color: #5b686d; line-height: 1.7; max-width: 430px; }

.product-story { position: relative; height: 390vh; }
.product-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; background-color: #cf7925; color: #2b1305; transition: background-color 1.05s cubic-bezier(.2,.7,.2,1), color .9s ease; }
.giant-word { --word-size: 11.5vw; position: absolute; z-index: 1; left: 50%; top: 49%; width: 62vw; overflow: hidden; text-align: center; transform: translate(-50%, -50%); font-size: clamp(48px, var(--word-size), 225px); line-height: .72; font-weight: 800; letter-spacing: -.075em; opacity: .78; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); transition: opacity .38s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
.giant-word span { display: block; white-space: nowrap; }
.bottle-wrap { position: absolute; z-index: 3; inset: 7vh 0 4vh; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.product-bottle { height: min(82vh, 850px); width: min(53vw, 760px); object-fit: contain; filter: drop-shadow(0 35px 30px rgba(31,15,2,.22)); transition: opacity .5s ease, transform .82s cubic-bezier(.16,1,.3,1), filter .82s ease; will-change: opacity, transform; }
.product-bottle.is-changing { opacity: 0; transform: translateY(36px) rotate(2deg) scale(.955); filter: drop-shadow(0 18px 18px rgba(31,15,2,.12)); }
.bottle-shadow { position: absolute; width: min(27vw, 380px); height: 33px; border-radius: 50%; background: rgba(0,0,0,.22); filter: blur(16px); bottom: 5.5vh; }
.product-meta { position: absolute; z-index: 5; max-width: 290px; transition: opacity .34s ease, transform .58s cubic-bezier(.2,.75,.2,1); }
.product-meta-left { left: var(--pad); top: 33%; }
.product-meta-left h3 { font-size: clamp(34px, 4vw, 66px); letter-spacing: -.055em; margin: 14px 0 5px; }
.product-story[data-active="0"] .product-meta-left h3,
.product-story[data-active="1"] .product-meta-left h3 { font-size: clamp(29px, 3.15vw, 52px); }
.taste { font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.product-meta-right { right: var(--pad); top: 30%; }
.product-no { font-family: "DM Mono", monospace; font-size: 12px; }
.product-description { line-height: 1.7; font-size: 14px; margin: 22px 0 30px; }
.product-link { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid currentColor; padding: 0 0 12px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.product-progress { position: absolute; z-index: 6; top: 28px; left: var(--pad); right: var(--pad); display: grid; grid-template-columns: 28px 1fr 28px; gap: 12px; align-items: center; font-family: "DM Mono", monospace; font-size: 9px; }
.progress-track { height: 1px; background: rgba(0,0,0,.23); overflow: hidden; }
.progress-track i { display: block; width: 33.333%; height: 100%; background: currentColor; transition: width .6s ease; }
.swipe-hint { position: absolute; z-index: 6; bottom: 24px; left: var(--pad); text-transform: uppercase; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; }
.swipe-hint span { margin-left: 8px; }
.product-stage.is-changing .giant-word { opacity: 0; transform: translate(-50%, -46%) scale(.97); }
.product-stage.is-changing .product-meta { opacity: 0; transform: translateY(15px); }
.product-step { height: 100vh; }

.after-products { background: #fff; position: relative; overflow: hidden; }
.marquee { position: absolute; left: 0; top: 0; width: 100%; display: flex; overflow: hidden; background: var(--orange); color: #fff; padding: 13px 0; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .15em; white-space: nowrap; }
.marquee div { min-width: max-content; padding-right: 14px; animation: marquee 18s linear infinite; }
@keyframes marquee { to { transform: translateX(-100%); } }
.possibility-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.possibility-card { padding: 38px 7vw 48px 0; border-right: 1px solid var(--line); }
.possibility-card:not(:first-child) { padding-left: 3vw; }
.possibility-card:last-child { border-right: 0; }
.possibility-card span { font-family: "DM Mono", monospace; color: var(--orange); font-size: 10px; }
.possibility-card h3 { margin: 32px 0 14px; font-size: clamp(29px, 3vw, 46px); letter-spacing: -.05em; }
.possibility-card p { color: #647177; font-size: 13px; line-height: 1.7; }

.multibev { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; padding-top: 0; padding-bottom: 0; background: #f3d431; }
.multibev-visual { position: relative; min-height: 760px; display: grid; place-items: center; overflow: hidden; }
.cream-circle { position: absolute; width: min(38vw, 560px); aspect-ratio: 1; border-radius: 50%; background: #fff8dc; box-shadow: 0 50px 90px rgba(76,48,0,.15); }
.multibev-visual img { position: relative; z-index: 2; width: min(32vw, 470px); transform: rotate(-5deg); mix-blend-mode: multiply; }
.multibev-visual > span { position: absolute; z-index: 3; right: 3%; bottom: 8%; font-weight: 800; font-size: clamp(38px, 5vw, 77px); line-height: .83; letter-spacing: -.06em; color: var(--ink); text-align: right; }
.multibev-copy { padding: clamp(80px, 10vw, 150px) clamp(35px, 6vw, 100px); display: flex; flex-direction: column; justify-content: center; background: #fff8dc; }
.multibev-copy p { color: #5c665e; line-height: 1.8; font-size: 16px; margin: 32px 0; max-width: 540px; }
.multibev-copy ul { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 13px; font-size: 13px; }
.multibev-copy li { padding-bottom: 13px; border-bottom: 1px solid rgba(7,27,32,.1); }
.multibev-copy li span { color: var(--orange); margin-right: 9px; }
.multibev-copy .button { align-self: flex-start; }

.why { background: var(--paper); }
.why-head { padding: 60px 0 80px; }
.why h2 span { color: #68767b; }
.why-list article { display: grid; grid-template-columns: .2fr .8fr 1fr; align-items: center; padding: 30px 0; border-top: 1px solid var(--line); }
.why-list article:last-child { border-bottom: 1px solid var(--line); }
.why-list span { font-family: "DM Mono", monospace; font-size: 10px; color: var(--orange); }
.why-list h3 { font-size: clamp(24px, 2.8vw, 42px); margin: 0; letter-spacing: -.04em; }
.why-list p { max-width: 470px; color: #657379; line-height: 1.7; margin: 0; }

.cta-section { position: relative; overflow: hidden; min-height: 82vh; padding: 110px var(--pad); background: var(--cyan); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.cta-section .eyebrow { position: relative; z-index: 2; }
.cta-section h2 { position: relative; z-index: 2; font-size: clamp(60px, 10vw, 156px); line-height: .86; letter-spacing: -.07em; margin: 35px 0; }
.cta-section > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 590px; line-height: 1.7; color: rgba(255,255,255,.77); }
.cta-section .button { position: relative; z-index: 2; margin-top: 25px; }
.cta-orb { position: absolute; width: 650px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); right: -170px; bottom: -280px; box-shadow: 0 0 0 90px rgba(255,255,255,.06), 0 0 0 180px rgba(255,255,255,.035); }

footer { background: var(--ink); color: #fff; padding: 75px var(--pad) 30px; display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); }
footer span { display: block; font-family: "DM Mono", monospace; color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 15px; }
footer p, footer a { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.8; }
footer a { display: block; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); margin-top: 25px; padding-top: 25px; display: flex; justify-content: space-between; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; align-content: center; }
  .hero-copy { z-index: 4; }
  .hero-art { position: absolute; width: 70vw; right: -27vw; opacity: .55; }
  .about-grid, .intro-row { grid-template-columns: 1fr; }
  .about-copy { max-width: 680px; }
  .product-meta-left { top: 14%; }
  .product-meta-right { top: auto; bottom: 10%; }
  .product-description { max-width: 220px; }
  .giant-word { top: 45%; width: 94vw; line-height: .76; }
  .product-bottle { height: 70vh; width: 75vw; }
  .possibility-grid { grid-template-columns: 1fr; }
  .possibility-card, .possibility-card:not(:first-child) { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .multibev { grid-template-columns: 1fr; }
  .multibev-visual { min-height: 650px; }
  .multibev-visual img { width: min(62vw, 440px); }
  .cream-circle { width: min(76vw, 520px); }
}

@media (max-width: 600px) {
  .site-header { height: 78px; }
  .brand img { width: 145px; }
  .nav-cta { padding: 10px 13px; font-size: 10px; }
  .hero { min-height: 100svh; padding-bottom: 80px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-lead { font-size: 14px; }
  .hero-foot > span { display: none; }
  .hero-foot { justify-content: flex-end; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .about-grid { padding-top: 42px; gap: 45px; }
  .stats { gap: 8px; }
  .stats span { font-size: 9px; }
  .product-intro { padding-bottom: 70px; }
  .product-story { height: 330vh; }
  .product-stage { height: 100svh; }
  .product-meta-left { left: 22px; top: 13%; }
  .product-meta-left h3 { font-size: 36px; }
  .product-meta-right { right: 22px; left: 22px; bottom: 5.5%; display: grid; grid-template-columns: 1fr 1.35fr; gap: 20px; max-width: none; align-items: end; }
  .product-no { display: none; }
  .product-description { grid-column: 1; margin: 0; font-size: 11px; line-height: 1.55; }
  .product-link { grid-column: 2; }
  .product-progress { left: 22px; right: 22px; }
  .giant-word { top: 43%; width: 96vw; line-height: .78; }
  .bottle-wrap { inset: 13vh 0 15vh; }
  .product-bottle { height: 64vh; width: 92vw; }
  .bottle-shadow { width: 55vw; bottom: 15vh; }
  .swipe-hint { display: none; }
  .multibev-visual { min-height: 520px; }
  .multibev-visual > span { right: 7%; bottom: 7%; }
  .why-list article { grid-template-columns: .18fr .82fr; gap: 10px; }
  .why-list p { grid-column: 2; margin-top: 12px; font-size: 12px; }
  .cta-section { min-height: 76vh; padding-top: 90px; padding-bottom: 90px; }
  footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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