/* ============================================================
   Bidet2Go — brand stylesheet (v2: flat, artistic, zeeblauw)
   Hoofdkleur: #0e6b7c (Zeeblauw)
   ============================================================ */

:root {
  --b2g-sea: #0060e0;          /* hoofdkleur — Dopper blauw */
  --b2g-sea-deep: #0049b3;
  --b2g-sea-soft: #d4e3fb;
  --b2g-sea-paper: #e7eefc;
  --b2g-drop: #50b8d0;         /* subkleur — druppel teal */
  --b2g-drop-deep: #2f96ae;
  --b2g-ink: #0a1e22;
  --b2g-ink-2: #2c4248;
  --b2g-mute: #6b7d82;
  --b2g-line: #d9dee0;
  --b2g-bg: #F5F7FA;

  /* swatches uit het lookbook */
  --swatch-wit: #ffffff;
  --swatch-grafiet: #2f3a40;
  --swatch-zeeblauw: #0060e0;
  --swatch-zachtroze: #f4b9b9;
  --swatch-zand: #e9e0c2;

  --max: 1240px;

  --font-display: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --display-weight: 800;
  --display-tracking: -0.02em;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--b2g-bg);
  color: var(--b2g-ink);
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--b2g-sea); text-decoration: none; }
a:hover { color: var(--b2g-sea-deep); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--b2g-ink);
  letter-spacing: var(--display-tracking, -0.02em);
  line-height: 1.05;
  margin: 0;
  font-weight: var(--display-weight, 700);
  text-wrap: balance;
}

h1 { font-size: clamp(40px, 5.4vw, 76px); }
h2 { font-size: clamp(32px, 3.8vw, 58px); }
h3 { font-size: clamp(22px, 1.9vw, 28px); }

p { margin: 0; color: var(--b2g-ink-2); font-size: 21px; line-height: 1.6; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 40px; }

/* ============ Header (centered, flat, not sticky) ============ */
.nav {
  background: transparent;
  position: relative;
  z-index: 10;
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0 28px;
  gap: 24px;
}
.nav-logo {
  display: inline-flex;
}
.nav-logo img {
  height: 96px;
  width: auto;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--b2g-sea);
  color: #fff !important;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 17px;
  transition: background .18s ease;
  letter-spacing: -0.005em;
}
.nav-cta:hover { background: var(--b2g-sea-deep); color: #fff !important; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 36px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 19px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
  font-family: var(--font-body);
  letter-spacing: -0.005em;
}
.btn-primary {
  background: var(--b2g-sea);
  color: #fff;
}
.btn-primary:hover { background: var(--b2g-sea-deep); color: #fff; }
.btn-ghost {
  background: transparent;
  color: var(--b2g-ink);
  border-color: var(--b2g-ink);
}
.btn-ghost:hover { border-color: var(--b2g-sea); color: var(--b2g-sea); }

/* ============ Bottle scene (hero + kleuren combined) ============ */
.bottle-scene {
  position: relative;
  padding: 40px 0 120px;
}
.scene-left {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 140px;
  position: relative;
  z-index: 2;
}
.hero-block { padding-top: 24px; }
.hero-block h1 .accent-em { color: var(--b2g-sea); }
.hero-sub {
  margin-top: 36px;
  font-size: 24px;
  line-height: 1.5;
  max-width: 580px;
  color: var(--b2g-ink-2);
}
.hero-ctas {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-meta {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--b2g-ink-2);
  font-size: 17px;
  flex-wrap: wrap;
}
.hero-meta .sep { width: 1px; height: 18px; background: var(--b2g-line); }
.check { display: inline-flex; align-items: center; gap: 10px; font-weight: 500; }
.check svg { color: var(--b2g-sea); }

.kleuren-block {
  padding-bottom: 40px;
}
.kleuren-block p {
  margin-top: 24px;
  max-width: 460px;
  font-size: 19px;
}

/* Cap picker */
.cap-picker {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 14px;
  max-width: 460px;
}
.cap-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 8px 6px 10px;
  border-radius: 14px;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
  font: inherit;
}
.cap-option:hover { background: rgba(0, 96, 224, 0.06); transform: translateY(-2px); }
.cap-option .cap-thumb {
  width: 48px;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.cap-option .cap-thumb img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(15, 26, 35, 0.12));
}
.cap-option .cap-name {
  font-size: 14px;
  font-weight: 500;
  color: var(--b2g-ink-2);
  letter-spacing: -0.005em;
}
.cap-option.is-active {
  background: rgba(0, 96, 224, 0.1);
}
.cap-option.is-active .cap-name {
  color: var(--b2g-sea-deep);
  font-weight: 700;
}

.ship-note {
  margin-top: 18px;
  font-size: 16px;
  color: var(--b2g-mute);
}

/* ============ How it works ============ */
.howto {
  padding: 120px 0 100px;
  background: #fff;
}
.howto .section-head { margin-bottom: 64px; }
.howto .section-head p { margin-top: 18px; font-size: 20px; }
.howto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.howto-card {
  position: relative;
  background: var(--b2g-bg);
  border-radius: 22px;
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.howto-num {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--b2g-sea);
  color: #fff;
  font-family: var(--font-display);
  font-weight: var(--display-weight, 800);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
  z-index: 2;
}
.howto-image {
  position: relative;
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.howto-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.howto-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  min-height: 2.4em;
  display: flex;
  align-items: flex-start;
}
.howto-card p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--b2g-ink-2);
}

/* Twist arrow overlay on step 2 — only on the cap side */
.twist-arrow {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 22%;
  left: 18%;
  color: var(--b2g-sea);
  pointer-events: none;
}

@media (max-width: 880px) {
  .howto { padding: 80px 0; }
  .howto-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ============ Language switcher ============ */
.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lang-switcher {
  position: relative;
}
.lang-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--b2g-line);
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .18s ease, transform .18s ease;
}
.lang-button:hover { border-color: var(--b2g-sea); transform: translateY(-1px); }
.lang-button .flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}
.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid var(--b2g-line);
  border-radius: 12px;
  padding: 6px;
  min-width: 180px;
  z-index: 50;
  box-shadow: 0 8px 24px rgba(15, 26, 35, 0.08);
}
.lang-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 9px 12px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--b2g-ink);
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
}
.lang-menu button:hover { background: var(--b2g-sea-paper); }
.lang-menu .flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}
/* Language content visibility */
.lang-en, .lang-de { display: none; }
html[lang="en"] .lang-nl, html[lang="en"] .lang-de { display: none; }
html[lang="en"] .lang-en { display: block; }
html[lang="de"] .lang-nl, html[lang="de"] .lang-en { display: none; }
html[lang="de"] .lang-de { display: block; }

.bundle-row {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 460px;
}
.bundle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 20px 18px;
  background: #fff;
  border: 2px solid var(--b2g-line);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease;
  text-align: left;
  font: inherit;
  color: inherit;
}
.bundle:hover {
  border-color: var(--b2g-sea);
  transform: translateY(-2px);
}
.bundle.is-active {
  border-color: var(--b2g-sea);
}
.bundle-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--b2g-mute);
}
.bundle.is-active .bundle-tag { color: var(--b2g-ink); }
.bundle-price {
  font-family: var(--font-display);
  font-weight: var(--display-weight, 800);
  color: var(--b2g-ink);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 4px;
  display: inline-flex;
  align-items: flex-start;
}
.bundle-price .cur {
  font-size: 18px;
  font-weight: 700;
  margin-right: 2px;
  color: var(--b2g-ink);
  margin-top: 8px;
  line-height: 1;
}
.bundle-price .num {
  font-size: 44px;
  line-height: 1;
}
.bundle-price .cents {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-left: 2px;
  margin-top: 6px;
  color: var(--b2g-ink);
}
.bundle-save {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--b2g-drop-deep, #2f96ae);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bundle-save::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--b2g-drop, #50b8d0);
}
/* Reserve space on the non-deal card so the two columns align */
.bundle:not(.bundle-deal) .bundle-save {
  visibility: hidden;
}
.bundle-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--b2g-sea);
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Order CTA matches the bundle row width */
.order-cta {
  margin-top: 22px;
  max-width: 460px;
  width: 100%;
  justify-content: center;
  padding: 22px 28px;
  font-size: 18px;
  letter-spacing: 0.005em;
  display: flex;
}

/* ============ Trio slots (3-pack color picker) ============ */
.trio-slots {
  margin-top: 28px;
  padding: 18px 20px 20px;
  background: var(--b2g-sea-paper);
  border-radius: 16px;
  max-width: 460px;
}
.trio-label {
  font-family: var(--font-display);
  font-weight: var(--display-weight, 700);
  letter-spacing: var(--display-tracking, -0.01em);
  font-size: 18px !important;
  text-transform: none;
  color: var(--b2g-ink);
  margin: 0 0 14px 0 !important;
}
.trio-row {
  display: flex;
  gap: 14px;
}
.trio-slot {
  position: relative;
  flex: 1;
  aspect-ratio: 1.4 / 1;
  background: #fff;
  border: 2px solid var(--b2g-line);
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .18s ease, transform .18s ease;
}
.trio-slot:hover { border-color: var(--b2g-sea); transform: translateY(-1px); }
.trio-slot.is-active { border-color: var(--b2g-sea); box-shadow: 0 0 0 3px var(--b2g-sea-soft); }
.trio-slot img {
  width: 50%; height: 50%;
  object-fit: contain;
  display: block;
}
.trio-num {
  position: absolute;
  top: 6px; left: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--b2g-mute);
}
.trio-slot.is-active .trio-num { color: var(--b2g-sea-deep); }

/* Bottle overlay: anchored to viewport right edge — always bleeds off screen */
.bottle-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}
.bottle-sticky {
  position: sticky;
  top: 60px;
  height: calc(100vh - 80px);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}
.bottle-rotator {
  position: relative;
  width: clamp(420px, 48vw, 780px);
  flex-shrink: 0;
  aspect-ratio: 2 / 3;
  margin-right: clamp(-140px, -7vw, -80px);
  transform-origin: 50% 50%;
  transition: transform .14s linear;
  will-change: transform;
  filter: drop-shadow(-30px 18px 30px rgba(15, 26, 35, 0.08));
  pointer-events: auto;
  perspective: 1200px;
  perspective-origin: 50% 30%;
}
.bottle-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.cap-img {
  position: absolute;
  /* Cap box in the 1100×1650 illustration:
     x 425..694, y 92..259 → left 38.6%, top 5.58%, width 24.5% */
  left: 38.6%;
  top: 5.58%;
  width: 24.5%;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity .25s ease;
}

/* Swatches/Hero photo legacy classes — kept lean, no longer used in hero */
.hero {
  padding: 72px 0 140px;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}
.hero h1 .accent { color: var(--b2g-sea); font-weight: 500; }
.hero h1 .accent-em { color: var(--b2g-sea); }
.hero-sub {
  margin-top: 36px;
  font-size: 24px;
  line-height: 1.5;
  max-width: 580px;
  color: var(--b2g-ink-2);
}
.hero-ctas {
  margin-top: 48px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-meta {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--b2g-ink-2);
  font-size: 17px;
  flex-wrap: wrap;
}
.hero-meta .sep { width: 1px; height: 18px; background: var(--b2g-line); }
.check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.check svg { color: var(--b2g-sea); }

/* Hero visual — bleed photo, no background */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual img.product-photo {
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  display: block;
}
.hero-visual .placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 14px;
}
.bottle-mock {
  width: 40%;
  aspect-ratio: 1 / 2.2;
  background: rgba(255,255,255,0.55);
  border: 1.5px solid rgba(255,255,255,0.9);
  border-radius: 50px 50px 22px 22px / 80px 80px 22px 22px;
  position: relative;
}
.bottle-mock::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 56%;
  height: 60px;
  background: var(--b2g-sea);
  border-radius: 14px 14px 8px 8px;
}
.bottle-mock::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 18px;
  background: var(--b2g-sea-deep);
  border-radius: 6px 6px 0 0;
}
.placeholder-label {
  font-family: "JetBrains Mono", "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: var(--b2g-sea-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.8);
  padding: 7px 14px;
  border-radius: 999px;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

/* ============ Sections ============ */
section { padding: 120px 0; }
.section-head {
  max-width: 880px;
  margin: 0 auto 80px;
}
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p { margin-top: 28px; font-size: 24px; }

/* Generic real product image — bleed, no background */
.product-image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Story */
.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  align-items: center;
}
.story-image {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  background:
    repeating-linear-gradient(45deg, rgba(14,107,124,0.06) 0 14px, rgba(14,107,124,0.13) 14px 28px),
    var(--b2g-sea-paper);
  position: relative;
  overflow: hidden;
}
.story-image .placeholder-label { position: absolute; bottom: 24px; left: 24px; }
.story h2 .accent { color: var(--b2g-sea); font-weight: 500; }
.story p { margin-top: 28px; font-size: 22px; line-height: 1.65; }
.story p + p { margin-top: 22px; }

/* Values */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
.value-card {
  background: transparent;
  padding: 0;
  border-top: 2px solid var(--b2g-ink);
  padding-top: 32px;
}
.value-num {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--b2g-sea);
  letter-spacing: 0;
  margin-bottom: 28px;
  font-feature-settings: "tnum";
}
.value-card h3 { margin-bottom: 18px; }
.value-card p { font-size: 19px; line-height: 1.6; }

/* Colors / product band — compact */
.colors-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 72px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
#kleuren { padding: 80px 0; }
#kleuren h2 { font-size: clamp(28px, 3.2vw, 48px); }
#kleuren p { font-size: 17px !important; max-width: 460px; }
.swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 16px;
  margin-top: 40px;
  max-width: 380px;
}
.swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.swatch .chip {
  width: 48px; height: 48px;
  border-radius: 50%;
}
.swatch .chip.wit { background: #fff; box-shadow: inset 0 0 0 1.5px var(--b2g-sea); }
.swatch .chip.grafiet { background: var(--swatch-grafiet); }
.swatch .chip.zeeblauw { background: var(--swatch-zeeblauw); }
.swatch .chip.zachtroze { background: var(--swatch-zachtroze); }
.swatch .chip.zand { background: var(--swatch-zand); box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06); }
.swatch .chip.salie { background: #a8b89d; }
.swatch .chip.terracotta { background: #c97a5a; }
.swatch .chip.lavendel { background: #b8a5cc; }
.swatch .name { font-size: 13px; color: var(--b2g-ink-2); font-weight: 500; }

.price-row {
  display: flex; align-items: baseline; gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.price-now {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: var(--display-weight, 600);
  color: var(--b2g-sea);
  letter-spacing: -0.02em;
}
.price-old {
  color: var(--b2g-mute);
  text-decoration: line-through;
  font-size: 18px;
}
.discount-pill {
  background: var(--swatch-zachtroze);
  color: #8a3a3a;
  padding: 5px 11px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Mission band — flat, on page bg */
.mission {
  background: var(--b2g-sea);
  color: #fff;
  padding: 140px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.mission h2 { color: #fff; max-width: 1000px; margin: 0 auto; font-weight: 500; }
.mission h2 .accent { opacity: 0.8; }
.mission p { color: rgba(255,255,255,0.88); margin-top: 36px; font-size: 24px; max-width: 760px; margin-left: auto; margin-right: auto; }

/* CTA */
.cta-band {
  text-align: center;
  padding: 140px 0 100px;
}
.cta-band h2 { max-width: 1000px; margin: 0 auto; }
.cta-band h2 .accent { color: var(--b2g-sea); font-weight: 500; }
.cta-band p { max-width: 600px; margin: 32px auto 0; font-size: 22px; }
.cta-band .btn { margin-top: 48px; }

/* ============ Footer with water edge ============ */
.footer-wave {
  display: block;
  width: 100%;
  height: 80px;
  fill: var(--b2g-sea);
}
footer {
  background: var(--b2g-sea);
  color: rgba(255,255,255,0.85);
  padding: 60px 0 40px;
  margin-top: 0;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}
.foot-brand img {
  height: 64px;
  filter: none;
}
.foot-brand p { color: rgba(255,255,255,0.75); font-size: 17px; margin-top: 24px; max-width: 360px; }
.foot-col h4 {
  color: #fff; font-size: 13px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 22px;
}
.foot-col { text-align: right; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.foot-col a { color: rgba(255,255,255,0.85); font-size: 17px; }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.18);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  flex-wrap: wrap;
  gap: 16px;
}

/* ============ Subpage ============ */
.subpage-hero {
  padding: 40px 0 60px;
}
.subpage-hero h1 { font-size: clamp(48px, 6vw, 92px); }
.subpage-hero p { margin-top: 28px; max-width: 720px; font-size: 22px; }

.legal {
  padding: 60px 0 140px;
}
.legal-wrap { max-width: 880px; margin: 0 auto; }
.legal h2 {
  font-size: 30px;
  margin-top: 56px;
  margin-bottom: 18px;
  font-weight: 600;
}
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li {
  font-size: 19px;
  line-height: 1.7;
  color: var(--b2g-ink-2);
}
.legal p + p { margin-top: 18px; }
.legal ul { padding-left: 24px; margin: 14px 0; }
.legal ul li + li { margin-top: 8px; }
.legal .meta {
  font-size: 16px;
  color: var(--b2g-mute);
  border-left: 3px solid var(--b2g-sea);
  padding-left: 16px;
  margin-bottom: 40px;
}

/* ============ Splash animation (mouse hover over buttons) ============ */
.splash-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  overflow: hidden;
}
.splash-drop {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.95), rgba(80,184,208,0.85) 55%, rgba(47,150,174,0.95));
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  animation: splash-fly 900ms cubic-bezier(.18,.7,.4,1) forwards;
}
@keyframes splash-fly {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.3); }
  20%  { opacity: 0.95; }
  100% { opacity: 0; transform: var(--end) scale(0.6); }
}
.js-splash { cursor: pointer; }

/* ============ Mobile sticky order bar ============ */
.mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: #fff;
  border-top: 1px solid var(--b2g-line);
  box-shadow: 0 -10px 30px rgba(15, 26, 35, 0.08);
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.mobile-bar-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mobile-bar-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--b2g-mute);
}
.mobile-bar-price {
  font-family: var(--font-display);
  font-weight: var(--display-weight, 800);
  font-size: 24px;
  color: var(--b2g-ink);
  letter-spacing: -0.02em;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.mobile-bar-price .cur { font-size: 16px; font-weight: 700; }
.mobile-bar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--b2g-sea);
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}
.mobile-bar-cta:hover, .mobile-bar-cta:active { background: var(--b2g-sea-deep); transform: translateY(-1px); }

/* ============ Responsive ============ */
@media (max-width: 960px) {
  body { font-size: 17px; }
  .container { padding: 0 24px; }
  .nav-row { padding: 24px 0 16px; }
  .nav-logo img { height: 56px; }
  .nav-cta { padding: 12px 18px; font-size: 14px; }
  .hero { padding: 32px 0 80px; }
  .hero-grid, .story-grid, .colors-grid { grid-template-columns: 1fr; gap: 56px; }
  .values-grid { grid-template-columns: 1fr; gap: 40px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .mission { padding: 80px 28px; }
  section { padding: 80px 0; }
  .section-head { margin-bottom: 56px; }
  .swatches { grid-template-columns: repeat(4, 1fr); gap: 18px 10px; }
  .swatch .chip { width: 44px; height: 44px; }
}

/* ============ Mobile (≤720px) — true mobile-first treatment ============ */
@media (max-width: 720px) {
  body {
    font-size: 16px;
    /* Room for the sticky order bar */
    padding-bottom: 84px;
  }
  .container { padding: 0 20px; }
  h1 { font-size: clamp(32px, 8.6vw, 42px); letter-spacing: -0.025em; line-height: 1.08; }
  h2 { font-size: clamp(26px, 7vw, 36px); letter-spacing: -0.025em; line-height: 1.1; }
  p { font-size: 16px; line-height: 1.55; }

  /* Header */
  .nav { position: sticky; top: 0; z-index: 70; background: rgba(245, 247, 250, 0.92); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); }
  .nav-row { display: grid; grid-template-columns: 1fr auto 1fr; padding: 14px 0 12px; gap: 0; align-items: center; }
  .nav-logo { grid-column: 2; justify-self: center; }
  .nav-logo img { height: 38px; }
  .nav-right { grid-column: 3; justify-self: end; gap: 10px; padding-right: 10px; }
  .lang-button { width: 38px; height: 38px; }
  .lang-button .flag { width: 20px; height: 20px; }
  /* Hide nav CTA on mobile — sticky bottom bar takes over */
  .nav-cta { display: none; }
  /* On subpages there is no mobile bar — show a compact back-to-shop link */
  body.subpage .nav-cta { display: inline-flex; font-size: 12px; padding: 8px 12px; white-space: nowrap; }
  body.subpage .nav-row { grid-template-columns: auto 1fr auto; }
  body.subpage .nav-logo { grid-column: 1; justify-self: start; }
  body.subpage .nav-right { grid-column: 3; }

  /* Bottle scene */
  .bottle-scene { padding: 8px 0 24px; }
  .scene-left { max-width: 100%; gap: 8px; }

  /* Hero */
  .hero-block { padding-top: 0; }
  .hero-block h1 { letter-spacing: -0.03em; }
  .hero-sub { margin-top: 16px; font-size: 17px; line-height: 1.5; color: var(--b2g-ink-2); }
  .hero-ctas { display: none; }
  .hero-meta {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 14px;
    color: var(--b2g-ink-2);
  }
  .hero-meta .sep { display: none; }
  .hero-meta .check { gap: 8px; }
  .hero-meta .check svg { flex-shrink: 0; }

  /* Bottle becomes a static inline block between hero and kleuren */
  .bottle-overlay.is-mobile {
    position: relative;
    inset: auto;
    width: calc(100% + 40px);
    margin: 12px -20px -4px;
    height: 240px;
    display: block;
    overflow: hidden;
  }
  .bottle-overlay.is-mobile .bottle-sticky {
    position: relative;
    top: 0;
    height: 240px;
    min-height: 0;
    justify-content: center;
    overflow: visible;
  }
  .bottle-overlay.is-mobile .bottle-rotator {
    width: 180px;
    margin-right: 0 !important;
    transform: none !important;
    aspect-ratio: 2 / 3;
    filter: drop-shadow(0 18px 24px rgba(15, 26, 35, 0.14));
  }

  /* Kleuren block */
  .kleuren-block { padding: 8px 0 0; }
  .kleuren-block h2,
  #kleuren h2 { font-size: clamp(26px, 7vw, 36px); }
  .kleuren-block p,
  #kleuren p { margin-top: 14px; font-size: 16px !important; max-width: 100%; color: var(--b2g-ink-2); }

  /* Color picker — Dopper-style round dots, 4 columns, big touch targets */
  .cap-picker { margin-top: 24px; max-width: 100%; grid-template-columns: repeat(4, 1fr); gap: 18px 8px; }
  .cap-option { padding: 8px 4px 10px; border-radius: 16px; }
  .cap-option .cap-thumb {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 1.5px var(--b2g-line);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .18s ease, transform .18s ease;
  }
  .cap-option .cap-thumb img {
    width: 70%;
    height: auto;
    filter: drop-shadow(0 3px 5px rgba(15, 26, 35, 0.18));
  }
  .cap-option.is-active { background: transparent; }
  .cap-option.is-active .cap-thumb {
    box-shadow: inset 0 0 0 2.5px var(--b2g-sea), 0 0 0 4px var(--b2g-sea-soft);
    transform: translateY(-2px);
  }
  .cap-option .cap-name { font-size: 12px; margin-top: 2px; }

  /* Trio slots — bigger, friendlier */
  .trio-slots { margin-top: 22px; max-width: 100%; padding: 14px; border-radius: 14px; }
  .trio-row { gap: 10px; }
  .trio-slot { aspect-ratio: 1.2 / 1; padding: 8px; border-radius: 10px; }
  .trio-slot img { width: 60%; height: 60%; }
  .trio-num { top: 6px; left: 8px; font-size: 11px; }
  .trio-label { font-size: 15px !important; margin-bottom: 10px !important; }

  /* Bundle row */
  .bundle-row { margin-top: 24px; max-width: 100%; gap: 10px; }
  .bundle { padding: 16px 14px 14px; gap: 6px; border-radius: 14px; border-width: 1.5px; }
  .bundle-tag { font-size: 11px; }
  .bundle-price { margin-top: 2px; }
  .bundle-price .num { font-size: 30px; }
  .bundle-price .cur { font-size: 14px; margin-top: 5px; }
  .bundle-price .cents { font-size: 13px; margin-top: 3px; }
  .bundle-badge { font-size: 9px; padding: 3px 8px; top: -9px; }
  .bundle-save { font-size: 11px; }

  /* Hide the in-page primary order CTA — sticky bar handles ordering on mobile */
  .order-cta { display: none; }

  /* How it works — horizontal snap carousel */
  .howto { padding: 56px 0 48px; }
  .howto .section-head { margin-bottom: 24px; }
  .howto .section-head p { font-size: 16px; margin-top: 12px; }
  .howto .container { padding-right: 0; }
  .howto-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    padding: 6px 20px 16px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .howto-grid::-webkit-scrollbar { display: none; }
  .howto-card {
    scroll-snap-align: start;
    padding: 22px 20px 24px;
    border-radius: 18px;
  }
  .howto-image { height: 200px; margin-bottom: 14px; }
  .howto-card h3 { font-size: 20px; min-height: 0; margin-bottom: 8px; }
  .howto-card p { font-size: 15px; line-height: 1.5; }
  .howto-num { width: 30px; height: 30px; font-size: 14px; top: 14px; left: 16px; }
  .twist-arrow { width: 58px; height: 58px; top: 20%; left: 12%; }

  /* Mission + CTA */
  section { padding: 48px 0; }
  .section-head { margin-bottom: 28px; }
  .mission { padding: 48px 24px; border-radius: 12px; }
  .mission p { font-size: 16px; margin-top: 18px; }
  .cta-band { padding: 56px 0 32px; }
  .cta-band h2 { font-size: clamp(28px, 7.4vw, 38px); }
  .cta-band p { font-size: 17px; margin-top: 16px; }
  .cta-band .btn {
    margin-top: 24px;
    padding: 16px 24px;
    font-size: 16px;
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }
  .cta-band .container { padding: 0 20px; }

  /* Footer */
  .footer-wave { height: 40px; }
  footer { padding: 40px 0 28px; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot-brand img { height: 44px; }
  .foot-brand p { font-size: 15px; margin-top: 14px; }
  .foot-col { text-align: left; }
  .foot-col ul { align-items: flex-start; gap: 10px; }
  .foot-col a { font-size: 15px; }
  .foot-bottom { margin-top: 32px; flex-direction: column; align-items: flex-start; gap: 6px; font-size: 13px; }

  /* Sticky order bar — revealed via JS after order-cta click */
  .mobile-bar.is-open { display: flex; }

  /* Subpages */
  .subpage-hero { padding: 12px 0 24px; }
  .subpage-hero h1 { font-size: clamp(32px, 9vw, 44px); }
  .subpage-hero p { font-size: 16px; margin-top: 16px; }
  .legal { padding: 20px 0 60px; }
  .legal h2 { font-size: 20px; margin-top: 32px; margin-bottom: 12px; }
  .legal p, .legal li { font-size: 15px; line-height: 1.65; }
  .legal .meta { font-size: 14px; padding-left: 12px; margin-bottom: 28px; }
}

/* ── Thank-you / success page ── */
.success-hero { padding: 64px 0 40px; text-align: center; }
.success-wrap { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.success-check svg { width: 72px; height: 72px; }
.success-hero h1 { font-family: 'Poppins', sans-serif; font-size: clamp(28px, 6vw, 42px); font-weight: 800; color: var(--b2g-ink); margin: 0; }
.success-sub { font-size: 17px; color: var(--b2g-ink-2); max-width: 480px; line-height: 1.6; margin: 0; }
.success-order { padding: 8px 0 64px; text-align: center; }
.success-items { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.success-cap { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.success-cap img { width: 96px; height: 96px; object-fit: contain; }
.success-cap span { font-size: 13px; font-weight: 600; color: var(--b2g-ink-2); }
.success-back { display: inline-flex; align-items: center; gap: 8px; }

/* ── Order confirmation modal ── */
.confirm-overlay {
  position: fixed; inset: 0; z-index: 900;
  background: rgba(0,0,0,0.48);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.confirm-overlay[hidden] { display: none; }
.confirm-modal {
  background: #fff; border-radius: 20px;
  padding: 32px 28px 24px;
  max-width: 380px; width: 100%;
  box-shadow: 0 24px 64px rgba(0,0,0,0.22);
  text-align: center;
  animation: modal-in 0.22s ease;
}
@keyframes modal-in {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to   { opacity: 1; transform: none; }
}
.confirm-title {
  font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700;
  color: var(--b2g-ink); margin: 0 0 22px;
}
.confirm-caps {
  display: flex; justify-content: center; gap: 18px; margin-bottom: 22px;
}
.confirm-cap { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.confirm-cap img { width: 76px; height: 76px; object-fit: contain; }
.confirm-cap-num { font-size: 11px; color: var(--b2g-ink-3); font-weight: 500; }
.confirm-cap-name { font-size: 12px; font-weight: 600; color: var(--b2g-ink-2); }
.confirm-price-row {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--b2g-soft); border-radius: 10px;
  padding: 11px 16px; margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}
.confirm-total-label { font-size: 14px; color: var(--b2g-ink-2); }
.confirm-total-price { font-size: 18px; font-weight: 700; color: var(--b2g-ink); }
.confirm-country-row { text-align: left; margin-bottom: 14px; }
.confirm-country-label { display: block; font-size: 12px; font-weight: 600; color: var(--b2g-ink-2); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .04em; }
.confirm-country-select {
  width: 100%; padding: 10px 14px; border-radius: 10px;
  border: 1.5px solid #dde3ec; font-size: 15px; font-family: 'Inter', sans-serif;
  color: var(--b2g-ink); background: #f8f9fb; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; cursor: pointer;
}
.confirm-country-select:focus { outline: none; border-color: var(--b2g-sea); }
.confirm-pay { width: 100%; justify-content: center; margin-bottom: 10px; display: flex; }
.confirm-pay.is-disabled { opacity: 0.4; pointer-events: none; }
.confirm-back {
  background: none; border: none; cursor: pointer;
  font-size: 13px; color: var(--b2g-ink-2); padding: 4px 8px;
  font-family: 'Inter', sans-serif;
}
.confirm-back:hover { color: var(--b2g-ink); }

/* Extra small phones */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .cap-option .cap-thumb { width: 48px; height: 48px; }
  .cap-option .cap-name { font-size: 11px; }
  .bundle-price .num { font-size: 28px; }
  .mobile-bar { padding-left: 14px; padding-right: 14px; }
  .mobile-bar-cta { padding: 12px 16px; font-size: 14px; }
  .mobile-bar-price { font-size: 21px; }
}
