:root {
  --f-display: "Fraunces", "Syne", system-ui, sans-serif;
  --f-body: "Inter Tight", system-ui, sans-serif;
  --radius: 24px;
  --radius-lg: 40px;
  --radius-pill: 999px;
}
/* Force dark regardless of stored Tweaks theme */
html, html[data-theme] {
  --bg: #0d0f12;
  --bg-elev: #111216;
  --bg-elev-2: #18191f;
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.16);
  --ink: #f4efe6;
  --ink-dim: rgba(244,239,230,0.62);
  --ink-faint: rgba(244,239,230,0.38);
}
html, body { background: #0d0f12; color: #f4efe6; }
.nav { background: color-mix(in oklab, #0d0f12 80%, transparent) !important; border-bottom-color: rgba(255,255,255,0.08) !important; }
.nav-link, .nav-brand, .cart-btn, .lang-trigger { color: #f4efe6 !important; }
.footer { background: #0a0c10 !important; }
.footer, .footer * { color-scheme: dark; }
.lang-menu { background: #18191f !important; border-color: rgba(255,255,255,0.1) !important; color: #f4efe6; }

/* Softer chrome overrides */
.btn { border-radius: 999px; height: 56px; padding: 0 28px; font-size: 15px; }
.btn-ghost { border-color: rgba(255,255,255,0.14); }
.nav-brand-mark { border-radius: 50%; }
.nav-link { border-radius: 999px; }
.nav-link.active::after { display: none; }
.nav-link.active { background: rgba(255,255,255,0.08); color: var(--ink); }

/* Hero */
.hero {
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  padding: 0 0 40px;
}
.hero-top b { color: var(--ink); font-weight: 500; }

.hero-stage {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 700px;
  max-height: 860px;
  background: var(--stage-bg, radial-gradient(120% 80% at 50% 60%, #1a3a66 0%, #0d0f12 70%));
  overflow: hidden;
  transition: background 1s var(--ease);
}

/* Headline inner respects wrap max-width while stage background is full-bleed */
.hero-headline-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 760px) { .hero-headline-inner { padding: 0 24px; } }

/* Organic blobs floating behind */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: blob-move 18s ease-in-out infinite;
}
.blob.b1 { width: 420px; height: 420px; background: var(--blob-1, #007aff); top: -80px; left: 10%; }
.blob.b2 { width: 520px; height: 520px; background: var(--blob-2, #e35a3e); bottom: -140px; right: 8%; animation-delay: -4s; animation-duration: 22s; }
.blob.b3 { width: 340px; height: 340px; background: var(--blob-3, #f2b64a); top: 30%; right: 30%; animation-delay: -9s; }
@keyframes blob-move {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(40px, -30px) scale(1.1); }
  66% { transform: translate(-30px, 40px) scale(0.95); }
}

/* Giant filled headline on the stage */
.hero-headline {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 3;
  padding: 60px 0;
}
.hero-eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}
.hero-h1 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(72px, 13vw, 220px);
  letter-spacing: -0.045em;
  line-height: 0.9;
  color: #fff;
  text-wrap: balance;
  max-width: 14ch;
}
.hero-h1 em {
  font-style: italic;
  font-weight: 600;
  color: var(--accent, #7ab0ff);
  transition: color 0.8s var(--ease);
}
.hero-h1 .swap {
  display: inline-block;
  min-width: 4ch;
  transition: color 0.6s var(--ease);
}
.hero-lede {
  max-width: 54ch;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255,255,255,0.8);
  text-wrap: pretty;
  margin: 0;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.hero-ctas .btn-primary { background: #fff; color: #0d0f12; }
.hero-ctas .btn-primary:hover { background: var(--accent, #7ab0ff); color: #fff; }
.hero-ctas .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.28); }
.hero-ctas .btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* Falling chips layer */
.chips-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.chip {
  position: absolute;
  width: var(--s, 48px);
  height: calc(var(--s, 48px) * 0.85);
  border-radius: 48% 52% 46% 54% / 56% 48% 52% 44%;
  background: var(--c, #f2b64a);
  box-shadow:
    inset 4px 6px 12px rgba(255,255,255,0.4),
    inset -6px -8px 14px rgba(0,0,0,0.25),
    0 8px 20px rgba(0,0,0,0.35);
  opacity: 0.9;
  animation: chip-fall linear infinite;
  animation-duration: var(--d, 14s);
  animation-delay: var(--dl, 0s);
  left: var(--x, 50%);
  top: -80px;
  filter: saturate(1.1);
}
.chip::before {
  content: "";
  position: absolute;
  top: 18%; left: 22%;
  width: 30%;
  height: 22%;
  background: rgba(255,255,255,0.45);
  border-radius: 50%;
  filter: blur(2px);
}
@keyframes chip-fall {
  0%   { transform: translateY(-20px) rotate(0deg) rotateY(0deg); opacity: 0; }
  8%   { opacity: 0.9; }
  92%  { opacity: 0.9; }
  100% { transform: translateY(110vh) rotate(720deg) rotateY(360deg); opacity: 0; }
}

/* Flavor slider / dial */
.flavor-dial {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.14);
  width: min(640px, 90%);
}
.dial-track {
  position: relative;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.dial-track::before {
  content: "";
  position: absolute;
  left: 24px; right: 24px;
  top: 50%;
  height: 2px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
}
.dial-dot {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c);
  border: 2px solid rgba(255,255,255,0.2);
  cursor: pointer;
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  z-index: 2;
}
.dial-dot:hover { transform: scale(1.08); }
.dial-dot.active {
  transform: scale(1.35);
  border-color: #fff;
  box-shadow: 0 0 0 6px color-mix(in oklab, var(--c) 30%, transparent), 0 10px 24px rgba(0,0,0,0.4);
}
.dial-dot .ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255,255,255,0.4);
  opacity: 0;
  animation: dial-spin 8s linear infinite;
}
.dial-dot.active .ring { opacity: 1; }
@keyframes dial-spin { to { transform: rotate(360deg); } }
.dial-label {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 6px;
}
.dial-label .current { color: #fff; font-weight: 600; }

/* Scroll hint */
.scroll-cue {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 4;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  gap: 8px;
}
.scroll-cue .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent, #7ab0ff);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent, #7ab0ff) 25%, transparent);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 50% { transform: scale(1.5); opacity: 0.7; } }

/* Ticker (rounded pill) */
.ticker-wrap {
  padding: 40px 0;
}
.ticker {
  background: #fff;
  color: #0d0f12;
  border-radius: 999px;
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
.ticker-track {
  display: flex;
  gap: 56px;
  animation: slide-x 38s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.ticker-item {
  font-family: var(--f-display);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 56px;
  font-style: italic;
}
.ticker-item .orb {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--c, #007aff);
  display: inline-block;
}

/* Flavors section — pillow cards */
.section {
  padding: 140px 0 80px;
}
.section-hd {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 40px;
  margin-bottom: 64px;
}
.section-hd .num {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
}
.section-hd h2 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 96px);
  letter-spacing: -0.035em;
  line-height: 0.95;
  color: #fff;
  text-wrap: balance;
}
.section-hd h2 em {
  font-style: italic;
  font-weight: 600;
  color: var(--accent, #7ab0ff);
}
.section-hd .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 14px;
  transition: background 0.25s var(--ease);
}
.section-hd .link:hover { background: rgba(255,255,255,0.12); }

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
@media (max-width: 1100px) { .flavor-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .flavor-grid { grid-template-columns: 1fr; } }

.flavor-card {
  position: relative;
  background: linear-gradient(180deg, color-mix(in oklab, var(--fc) 34%, #151820), color-mix(in oklab, var(--fc) 12%, #0f1218));
  border-radius: 32px;
  padding: 24px 24px 28px;
  aspect-ratio: 0.72;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  transition: transform 0.5s var(--ease);
  cursor: pointer;
}
.flavor-card:hover { transform: translateY(-8px); }
.flavor-card::before {
  content: "";
  position: absolute;
  top: -40%; left: -20%;
  width: 140%; height: 80%;
  background: radial-gradient(circle, color-mix(in oklab, var(--fc) 60%, transparent), transparent 70%);
  filter: blur(30px);
  opacity: 0.6;
  pointer-events: none;
}
.flavor-card .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.flavor-card .num {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
}
.flavor-card .chip-tag {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: #0d0f12;
}
.flavor-chip-big {
  width: 80%;
  aspect-ratio: 1 / 1;
  margin: 8px auto;
  display: block;
  object-fit: contain;
  position: relative;
  filter: drop-shadow(0 30px 40px rgba(0,0,0,0.45));
  transition: transform 0.6s var(--ease);
  z-index: 2;
}
.flavor-card:hover .flavor-chip-big { transform: rotate(-6deg) scale(1.08); }

.flavor-card .bottom { position: relative; z-index: 2; margin-top: auto; }
.flavor-card h3 {
  margin: 0 0 6px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: #fff;
}
.flavor-card p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

/* Story split with soft image */
.story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 900px) { .story-split { grid-template-columns: 1fr; } }
.story-img {
  aspect-ratio: 1;
  border-radius: 48px;
  background:
    radial-gradient(80% 70% at 30% 25%, rgba(226,90,62,0.5), transparent 65%),
    radial-gradient(80% 70% at 70% 80%, rgba(0,122,255,0.55), transparent 70%),
    linear-gradient(145deg, #1a2032, #0d0f12);
  position: relative;
  overflow: hidden;
}
.story-img::after {
  content: "Kettle floor, Haarlem";
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(12px);
}
.story-text .eyebrow {
  display: inline-block;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  margin-bottom: 20px;
}
.story-text h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(36px, 4.5vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 24px;
  color: #fff;
}
.story-text h3 em { font-style: italic; font-weight: 600; color: #ffb070; }
.story-text p { margin: 0 0 16px; color: rgba(255,255,255,0.75); font-size: 16px; line-height: 1.65; max-width: 50ch; }
.story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.story-stats .stat {
  padding: 22px 24px;
  background: rgba(255,255,255,0.04);
  border-radius: 24px;
}
.story-stats .val {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--sc, #fff);
}
.story-stats .val em { font-style: italic; font-weight: 600; }
.story-stats .lbl {
  margin-top: 8px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.stat:nth-child(1) { --sc: #7ab0ff; }
.stat:nth-child(2) { --sc: #ffa07a; }
.stat:nth-child(3) { --sc: #ffd36b; }

/* Markets — rounded panel */
.markets {
  background: linear-gradient(145deg, #141820, #0a0c10);
  border-radius: 48px;
  padding: 72px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) { .markets { padding: 40px 28px; border-radius: 32px; } }
.markets-hd {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.markets h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin: 0;
  color: #fff;
}
.markets h3 em { font-style: italic; font-weight: 600; color: #7ab0ff; }
.map-viz {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) { .map-viz { grid-template-columns: 1fr; } }
.globe {
  aspect-ratio: 1.1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1), transparent 60%),
    radial-gradient(circle at 70% 70%, #007aff, #0a1528);
  position: relative;
  margin: auto;
  max-width: 460px;
  box-shadow: inset -30px -20px 60px rgba(0,0,0,0.5), 0 40px 80px rgba(0,122,255,0.2);
}
.globe::before, .globe::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
}
.globe::before { transform: scaleX(0.3); }
.globe::after  { transform: scaleY(0.3); }
.globe .mkt-dot {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--dc, #fff);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--dc, #fff) 25%, transparent), 0 0 20px var(--dc, #fff);
  animation: pulse 2.5s ease-in-out infinite;
  animation-delay: var(--ad, 0s);
}

.regions-list { display: flex; flex-direction: column; gap: 0; }
.region-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  transition: padding 0.3s var(--ease);
}
.region-row:hover { padding-left: 12px; }
.region-row:last-child { border-bottom: 0; }
.region-row .orb {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--rc);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--rc) 20%, transparent);
}
.region-row .name {
  font-family: var(--f-display);
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--rc);
}
.region-row .count {
  font-family: var(--f-mono);
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
}

/* CTA band — gradient pill */
.cta-band {
  margin: 120px 0 60px;
  padding: 100px 60px;
  border-radius: 48px;
  background:
    radial-gradient(80% 100% at 0% 50%, #007aff, transparent 60%),
    radial-gradient(70% 100% at 50% 0%, #e35a3e 0%, transparent 70%),
    radial-gradient(90% 100% at 100% 100%, #4a7a3d 0%, transparent 60%),
    linear-gradient(120deg, #1a0e2a, #2a0e1a);
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 760px) { .cta-band { padding: 60px 28px; border-radius: 32px; } }
.cta-band-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}
@media (max-width: 900px) { .cta-band-inner { grid-template-columns: 1fr; } }
.cta-band h3 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 104px);
  letter-spacing: -0.035em;
  line-height: 0.9;
  margin: 0;
  color: #fff;
}
.cta-band h3 em { font-style: italic; font-weight: 600; color: #ffd36b; }
.cta-band p {
  font-size: 18px;
  opacity: 0.9;
  max-width: 40ch;
  margin: 0 0 28px;
  line-height: 1.5;
}
.cta-band .btn-primary { background: #fff; color: #0d0f12; }
.cta-band .btn-primary:hover { background: #ffd36b; color: #0d0f12; }

/* Footer tweak */
.footer { background: #0a0c10; border-radius: 48px 48px 0 0; margin-top: 80px; }
@media (max-width: 760px) { .footer { border-radius: 32px 32px 0 0; } }

.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 48px; }
@media (max-width: 760px) { .wrap { padding: 0 24px; } }
