:root {
  --ink: #12210f;
  --cream: #fff6e8;
  --leaf: #6fcf4b;
  --leaf-deep: #2c7a28;
  --mango: #ffb703;
  --berry: #e31b5d;
  --gold: #f4c430;
  --cherry: #d0123a;
  --lime: #c6ee4a;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font: "Nunito", system-ui, sans-serif;
  --display: "Bebas Neue", Impact, sans-serif;
  --script: "Caveat", cursive;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: #0e1a0c;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }

.nav {
  position: absolute; top: 18px; left: 18px; right: 18px; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  pointer-events: none;
}
.nav > * { pointer-events: auto; }
.logo { font-family: var(--display); font-size: 34px; letter-spacing: .04em; line-height: .85; color: #fff; }
.logo span { display: block; font-size: 11px; letter-spacing: .38em; opacity: .8; }
.nav-links { display: flex; gap: 22px; font-weight: 800; font-size: 13px; color: #fff; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px; padding: 0 18px; border-radius: 999px;
  background: #fff; color: var(--ink); font-weight: 800;
}

/* ===== CIAO-STYLE INFINITE ORBIT HERO ===== */
.orbit-scene { height: 220vh; position: relative; }
.orbit-pin {
  position: sticky; top: 0; height: 100svh;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 62%, #2a4a1c 0%, #0e1a0c 58%);
  transition: background .6s linear;
}
.orbit {
  position: absolute; inset: 0 0 22vh;
  display: grid; place-items: center;
  perspective: 1400px;
}
.can {
  position: absolute;
  left: 50%; top: 48%;
  width: min(48vw, 430px);
  transform: translate(-50%, -50%);
  will-change: transform, opacity, filter;
  user-select: none;
  pointer-events: none;
}
.can img {
  width: 100%; height: auto;
  filter: drop-shadow(0 28px 28px rgba(0,0,0,.45));
}
.orbit-copy {
  position: absolute; left: 0; right: 0; bottom: 9vh;
  text-align: center; color: #fff; z-index: 5;
  padding: 0 20px;
}
.orbit-copy .kicker {
  font-weight: 800; letter-spacing: .22em; text-transform: uppercase; font-size: 11px;
  opacity: .75;
}
.orbit-copy h1 {
  font-family: var(--display);
  font-size: clamp(48px, 9vw, 92px);
  line-height: .85;
  margin: 6px 0 10px;
}
.orbit-copy p { max-width: 420px; margin: 0 auto 16px; opacity: .88; }
.scroll-hint {
  position: absolute; left: 0; right: 0; bottom: 22px;
  text-align: center; color: #fff9;
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase; z-index: 5;
}
.bar {
  position: absolute; left: 18%; right: 18%; bottom: 48px; height: 3px;
  background: #ffffff22; border-radius: 4px; z-index: 5; overflow: hidden;
}
.bar i { display: block; height: 100%; width: 0; background: #fff; }

.sip {
  min-height: 100svh;
  display: grid; place-items: center;
  padding: 90px 6vw;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background-size: 240% 240%;
  animation: wash 14s ease-in-out infinite;
}
.sip::before,
.sip::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(48px);
  animation: blobMove 11s ease-in-out infinite;
}
.sip::before { width: min(70vw, 520px); height: min(70vw, 520px); top: -12%; left: -10%; opacity: .55; }
.sip::after { width: min(60vw, 440px); height: min(60vw, 440px); right: -8%; bottom: -14%; opacity: .5; animation-delay: -4s; }
.chapter-label {
  position: sticky; top: 14px; z-index: 6;
  width: max-content; margin: 0 auto;
  padding: 8px 16px; border-radius: 999px;
  background: #12210f; color: #c6ee4a;
  font-weight: 800; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  pointer-events: none;
}
.sip-inner {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px; align-items: center;
  position: relative;
  z-index: 2;
}
.sip-stage {
  position: relative;
  height: min(72vh, 580px);
}
.floaters {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 1; overflow: hidden;
}
.flo {
  position: absolute;
  width: 52px; height: 52px;
  opacity: .75;
  animation: flo 9s ease-in-out infinite;
}
.flo:nth-child(2) { left: 72%; top: 18%; width: 38px; animation-duration: 12s; animation-delay: -2s; }
.flo:nth-child(3) { left: 12%; top: 70%; width: 44px; animation-duration: 8s; animation-delay: -4s; }
.flo:nth-child(4) { left: 80%; top: 68%; width: 34px; animation-duration: 10s; animation-delay: -1s; }
.flo:nth-child(5) { left: 40%; top: 8%; width: 28px; animation-duration: 7s; animation-delay: -3s; }
@keyframes flo {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(-18px, -28px) rotate(14deg); }
}
@keyframes wash {
  0% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
  100% { background-position: 0% 40%; }
}
@keyframes blobMove {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(14%, -16%) scale(1.28); }
}
.sip-bottle {
  position: absolute;
  left: 50%; top: 50%;
  height: min(70vh, 560px); width: auto;
  margin: 0;
  transform: translate(-120%, -50%) rotate(-28deg);
  filter: drop-shadow(0 28px 32px rgba(0,0,0,.22));
  will-change: transform;
}
.sip-copy { opacity: 0; transform: translateY(28px); }
.sip.in .sip-copy { animation: up .7s .15s var(--ease) forwards; }
@keyframes up { to { opacity: 1; transform: none; } }
.kicker { font-weight: 800; letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.sip h2 { font-family: var(--display); font-size: clamp(56px, 9vw, 100px); line-height: .85; margin: 6px 0 12px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 22px; }
.chip { background: #fff; padding: 8px 12px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.meta { font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin-bottom: 16px; opacity: .7; }
.script { font-family: var(--script); font-size: clamp(32px, 4vw, 52px); }

.sip.glow { background-image: linear-gradient(120deg, #f4ffc4, #9be85a, #2f8a2a, #d8f58a); }
.sip.glow::before { background: #fff6; mix-blend-mode: overlay; }
.sip.glow::after { background: #1f6b1c; mix-blend-mode: soft-light; }
.sip.fuel { background-image: linear-gradient(120deg, #e2ff8a, #4aa12e, #163512, #b7e35a); }
.sip.fuel::before { background: #c6ee4a; }
.sip.fuel::after { background: #0d2a0a; mix-blend-mode: overlay; }
.sip.reset { background-image: linear-gradient(120deg, #ffffe0, #c8ee6a, #6aa31e, #eaf8b4); }
.sip.reset::before { background: #fff; mix-blend-mode: overlay; }
.sip.reset::after { background: #88c43a; }
.sip.sunrise { background-image: linear-gradient(120deg, #fff3c4, #ffb703, #ff7a18, #ffe08a); }
.sip.sunrise::before { background: #fff; mix-blend-mode: overlay; }
.sip.sunrise::after { background: #ff5d00; mix-blend-mode: soft-light; }
.sip.berry { background-image: linear-gradient(120deg, #ffd0e0, #e31b5d, #7a0930, #ffb3c9); color: #fff; }
.sip.berry .chip { color: var(--ink); }
.sip.berry::before { background: #fff; mix-blend-mode: overlay; }
.sip.berry::after { background: #3a1020; mix-blend-mode: soft-light; }
.sip.gold { background-image: linear-gradient(120deg, #fff6c8, #f4c430, #c47a00, #ffe9a0); }
.sip.gold::before { background: #fff; mix-blend-mode: overlay; }
.sip.gold::after { background: #ff8a00; mix-blend-mode: soft-light; }
.sip.cherry { background-image: linear-gradient(120deg, #ffc2cc, #d0123a, #6a0818, #ff8fa3); color: #fff; }
.sip.cherry .chip { color: var(--ink); }
.sip.cherry::before { background: #fff; mix-blend-mode: overlay; }
.sip.cherry::after { background: #3a0c14; mix-blend-mode: soft-light; }

.values { padding: 80px 6vw; background: var(--ink); color: #fff; }
.values h2 { font-family: var(--display); font-size: clamp(40px, 7vw, 76px); }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 28px; }
.value { background: #1d3318; padding: 22px; border-radius: 22px; }
.value b { display: block; color: var(--lime); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }

.shop {
  padding: 90px 6vw; text-align: center;
  background: radial-gradient(circle at 15% 20%, #c6ee4a, transparent 36%),
              radial-gradient(circle at 85% 80%, #ffb703, transparent 40%), #fff6e8;
}
.shop h2 { font-family: var(--display); font-size: clamp(52px, 10vw, 120px); line-height: .85; }
.shop p { max-width: 460px; margin: 12px auto 24px; }

.footer {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 22px 6vw; background: var(--leaf-deep); color: #fff; font-weight: 700;
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .can { width: min(62vw, 300px); }
  .orbit { inset: 0 0 28vh; }
  .orbit-copy h1 { font-size: clamp(40px, 14vw, 64px); }
  .sip-inner { grid-template-columns: 1fr; text-align: center; }
  .sip-stage { height: min(46vh, 340px); }
  .sip-bottle { height: min(44vh, 320px); }
  .chips { justify-content: center; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .sip-copy { opacity: 1; transform: none; }
  .sip-bottle { transform: translate(-50%, -50%); }
  .flo, .sip { animation: none; }
}
