/* ============================================
   SALUTI — Shared Stylesheet
   ============================================ */

:root {
  --blauw:       #407ec9;
  --blauw-diep:  #264c7a;
  --geel:        #ffd700;
  --wit:         #fffef8;
  --tekst:       #1a2d4f;
  --grijs:       #f4f3ee;
  --ease-spring:     cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out-expo:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart:  cubic-bezier(0.25, 1, 0.5, 1);
  --reveal-y-sm: 16px;
  --reveal-y-md: 32px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html.scroll-locked {
  overflow: hidden;
}

body {
  font-family: 'Outfit', sans-serif;
  color: var(--tekst);
  background: var(--wit);
  overflow-x: hidden;
  overflow-x: clip;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

/* Grote overlay tekst — hero formaat */
.t-overlay-hero {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(2.6rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--geel);
}

.t-heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.t-label {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.t-body {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  font-weight: 400;
}

/* ============================================
   NAVIGATION
   ============================================ */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.5rem, 4vw, 3.5rem);
  height: 68px;
  background: rgba(64, 126, 201, 0.95);
  backdrop-filter: blur(12px);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.nav--scrolled {
  background: rgb(64, 126, 201);
  backdrop-filter: blur(16px);
}

.nav__logo {
  display: flex;
  align-items: center;
  height: 28px;
}

.nav__logo img,
.nav__logo svg {
  height: 28px;
  width: auto;
}

@media (min-width: 768px) {
  .nav__logo,
  .nav__logo img,
  .nav__logo svg {
    height: 36px;
  }
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  list-style: none;
  margin-left: auto;
}

.nav__links a {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.2s ease;
}

.nav__links a:hover {
  color: var(--geel);
}

.nav__links a.nav__active {
  color: var(--geel);
  text-decoration: underline;
  text-decoration-color: var(--geel);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.nav__links .nav__cta {
  background: var(--geel);
  color: var(--tekst);
  padding: 0.5rem 1.1rem;
  border-radius: 4px;
  font-weight: 600;
  transition: transform 0.2s var(--ease-out-expo);
}

.nav__links .nav__cta:hover {
  transform: translateY(-1px);
  color: var(--tekst);
}

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: transform 0.3s var(--ease-out-quart),
              opacity 0.3s var(--ease-out-quart),
              background 0.2s ease;
}

/* Burger → × morph */
.nav__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav__burger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================
   LANGUAGE SWITCHER
   ============================================ */

.lang-switcher {
  position: relative;
  margin-left: clamp(1rem, 2vw, 2rem);
}

.lang-switcher__current {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.2s, color 0.2s;
}

.lang-switcher__current:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

/* Direct-child selector (>) zorgt dat alleen de chevron-SVG roteert,
   niet de vlag-SVG die genest zit in .lang-switcher__flag */
.lang-switcher__current > svg {
  opacity: 0.6;
  transition: transform 0.2s;
}

.lang-switcher.is-open .lang-switcher__current > svg {
  transform: rotate(180deg);
}

/* Placeholder dat exact dezelfde dimensies heeft als de gerenderde
   lang-switcher, voorkomt layout-shift tijdens JS-injectie */
.lang-switcher-placeholder {
  width: 70px;
  height: 32px;
  flex-shrink: 0;
}

.lang-switcher__flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  border-radius: 2px;
  overflow: hidden;
  line-height: 0;
  vertical-align: middle;
}

.lang-switcher__flag svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nav__overlay-flag svg {
  display: block;
  width: 28px;
  height: 20px;
  border-radius: 2px;
}

.lang-switcher__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: var(--wit);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  padding: 0.3rem 0;
  z-index: 1000;
}

.lang-switcher.is-open .lang-switcher__dropdown {
  display: block;
}

.lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  text-decoration: none;
  color: var(--tekst);
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  transition: background 0.15s;
}

.lang-switcher__option:hover {
  background: rgba(0, 0, 0, 0.04);
}

.lang-switcher__option.is-active {
  font-weight: 700;
  color: var(--tekst);
  background: var(--geel);
}

.lang-switcher__current .lang-switcher__flag {
  filter: saturate(1);
}

/* Highlight current-language indicator in the nav button with yellow */
.lang-switcher__current {
  color: var(--geel);
  border-color: rgba(248, 216, 73, 0.4);
}

.lang-switcher__current:hover {
  border-color: var(--geel);
  color: var(--geel);
}

/* Mobile overlay flag row — blends with menu items */
.nav__overlay-lang-row {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.nav__overlay-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s, border-color 0.2s, transform 0.15s;
}

.nav__overlay-flag:hover {
  opacity: 1;
}

.nav__overlay-flag:active {
  transform: scale(0.95);
}

.nav__overlay-flag.is-active {
  opacity: 1;
  border-color: var(--geel);
}

@media (max-width: 635px) {
  /* Hide the desktop switcher position, the mobile overlay shows its own */
  .nav .lang-switcher {
    display: none;
  }
}

/* ============================================
   HERO
   Mobile-first: image on top, text below.
   Desktop (≥900px): two columns side by side.
   ============================================ */

.hero {
  background: var(--blauw);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.hero__content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 88px 24px 24px;
  text-align: center;
}

.hero__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 24px;
}

.hero__headline {
  font-size: clamp(2.2rem, 8vw, 3.5rem);
}

.hero__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero__actions .btn {
  padding: 0.85rem 1.4rem;
  font-size: 0.82rem;
  max-width: 160px;
  text-align: center;
}

.hero__bottle {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}

.hero__bottle-wrap {
  position: relative;
  height: clamp(200px, 34svh, 300px);
  max-height: 45vh;
  margin-top: 0;
}

.hero__morph {
  height: 100%;
  width: auto;
  max-width: none;
}

.hero__morph--1 {
  position: relative;
  opacity: 1;
  z-index: 1;
  animation: fadeBottle1 8s ease-in-out infinite;
}

.hero__morph--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  animation: fadeBottle2 8s ease-in-out infinite;
}

@keyframes fadeBottle1 {
  0%   { opacity: 1; }
  37%  { opacity: 1; }
  50%  { opacity: 0; }
  87%  { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeBottle2 {
  0%   { opacity: 0; }
  37%  { opacity: 0; }
  50%  { opacity: 1; }
  87%  { opacity: 1; }
  100% { opacity: 0; }
}

.hero__eyebrow {
  color: var(--geel);
  margin-bottom: 1.2rem;
  opacity: 0.8;
}

.hero__headline {
  color: var(--geel);
  margin-bottom: 0;
}

.hero__sub {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-top: 1.5rem;
  margin-bottom: 0;
  max-width: 480px;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  border-radius: 4px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: transform 0.2s var(--ease-out-expo),
              box-shadow 0.2s var(--ease-out-expo),
              opacity 0.3s var(--ease-out-expo),
              background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.btn:active {
  transform: translateY(0) scale(0.97);
  transition-duration: 0.08s;
}

.btn--primary {
  background: var(--geel);
  color: var(--tekst);
}

.btn--primary:hover {
  background: #ffe01a;
}

.btn--outline {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255,255,255,0.5);
}

.btn--outline:hover {
  border-color: white;
  background: rgba(255,255,255,0.1);
}

/* ============================================
   SECTION SHARED
   ============================================ */

.section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem);
}

.section--blue   { background: var(--blauw); color: var(--wit); }
.section--yellow { background: var(--geel); color: var(--tekst); }
.section--grey   { background: var(--grijs); color: var(--tekst); }
.section--white  { background: var(--wit); color: var(--tekst); }

.section__label {
  color: var(--geel);
  margin-bottom: 1.2rem;
}

.section--blue .section__label { color: var(--geel); }
.section--white .section__label,
.section--grey .section__label { color: var(--blauw); }
.section--yellow .section__label { color: var(--blauw); }

/* ============================================
   BRAND STATEMENT
   ============================================ */

.statement {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.statement__quote {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--tekst);
  margin-bottom: 1.5rem;
}

.statement__body {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
  color: #555;
  max-width: 560px;
  margin: 0 auto;
}

/* ============================================
   FULL BLEED IMAGE
   ============================================ */

.img-full {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ============================================
   PRODUCT HIGHLIGHT
   ============================================ */

.product-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
  max-width: min(80vw, 1250px);
  margin: 1rem auto clamp(4rem, 8vw, 8rem);
}

.product-split__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 40vh;
}

.product-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-split__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.product-split__content .t-heading {
  margin-bottom: 1.2rem;
}

.product-split__content .btn {
  align-self: flex-start;
}

.product-split__content .t-body {
  margin-bottom: 2rem;
  color: rgba(255,255,255,0.90);
}

/* ============================================
   SPECS GRID
   ============================================ */

.specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(77, 123, 195, 0.15);
  border: 1px solid rgba(77, 123, 195, 0.15);
  max-width: 100%;
  overflow: hidden;
}

.spec-item {
  background: var(--wit);
  padding: 1.5rem 0.75rem;
  text-align: center;
}

.spec-item__value {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--blauw);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.spec-item__label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
}

/* Specs reveal stagger */
.specs-grid--animate .spec-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s var(--ease-out-quart),
              transform 0.5s var(--ease-out-quart);
}

.specs-grid--animate .spec-item.spec-visible {
  opacity: 1;
  transform: translateY(0);
}

.specs-grid--animate .spec-item:nth-child(1) { transition-delay: 0ms; }
.specs-grid--animate .spec-item:nth-child(2) { transition-delay: 60ms; }
.specs-grid--animate .spec-item:nth-child(3) { transition-delay: 120ms; }
.specs-grid--animate .spec-item:nth-child(4) { transition-delay: 180ms; }
.specs-grid--animate .spec-item:nth-child(5) { transition-delay: 240ms; }
.specs-grid--animate .spec-item:nth-child(6) { transition-delay: 300ms; }

/* ============================================
   RETAILERS
   ============================================ */

.retailers-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 2.5rem;
}

.retailer-logo {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.6);
  transition: filter 0.2s ease;
}

.retailer-logo:hover {
  filter: grayscale(0) opacity(1);
}

.retailer-card {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: var(--tekst);
  opacity: 0.5;
  padding: 1rem 2rem;
  border: 1.5px solid rgba(77,123,195,0.2);
  border-radius: 6px;
  transition: opacity 0.2s, border-color 0.2s;
}

.retailer-card:hover {
  opacity: 1;
  border-color: var(--blauw);
}

/* Retailer cards with tilted logo background */
.retailer-card--logo {
  position: relative;
  overflow: hidden;
  padding: 2rem 2.5rem;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

.retailer-card--logo .retailer-card__name {
  font-size: 1.3rem;
}

.retailer-card__logo {
  position: absolute;
  width: 120%;
  height: 120%;
  object-fit: contain;
  opacity: 0.2;
  transform: rotate(-30deg) translate(25%, 35%);
  pointer-events: none;
  filter: grayscale(0);
  transition: opacity 0.3s ease;
}

.retailer-card--logo:hover .retailer-card__logo {
  opacity: 0.15;
  filter: grayscale(0);
}

.retailer-card__name {
  position: relative;
  z-index: 1;
}

/* ============================================
   PARTNERS SPLIT (zakelijk)
   ============================================ */

.partners-split {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  text-align: left;
  overflow: hidden;
}

.partners-split__text {
  flex: 0 0 35%;
  min-width: 260px;
}

.partners-split--no-logos {
  display: none;
}

.partners-split__logos {
  flex: 1;
  overflow: hidden;
  overflow: clip;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.partners-logo-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.partners-logo-track.is-dragging {
  cursor: grabbing;
}

.partners-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-width: 160px;
}

.partners-logo-item img {
  width: 120px;
  height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  pointer-events: none;
  -webkit-user-drag: none;
}

@media (hover: hover) {
  .partners-logo-item:hover img {
    opacity: 1;
  }
}

.partners-logo-item span {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--tekst);
  opacity: 0.6;
  letter-spacing: 0.03em;
}

.zk-banner-img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 42% 57%;
  min-height: 300px;
  height: 50vh;
}

@media (max-width: 767px) {
  .zk-banner-img {
    object-position: 65% 50%;
  }
}

.partners-arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0 0;
  background: white;
}

.partners-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--blauw);
  background: transparent;
  color: var(--blauw);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.partners-arrow:hover {
  background: var(--blauw);
  color: white;
}

@media (max-width: 768px) {
  .partners-split {
    flex-direction: column;
    text-align: center;
  }
  .partners-split__text {
    flex: none;
    min-width: auto;
  }
  .partners-split__logos {
    width: 100%;
  }
  .specs-grid,
  .specs-grid--5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .specs-grid--5 .spec-item:last-child {
    grid-column: 1 / -1;
  }
}

/* ============================================
   CONTACT
   ============================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 8rem);
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 0.9rem 1.1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  color: var(--wit);
  outline: none;
  transition: border-color 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,0.75);
}

.contact-form select option {
  background: #ffffff;
  color: #1a2d4f;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--geel);
  outline: 2px solid var(--geel);
  outline-offset: 2px;
}

.contact-lemon {
  width: 100%;
  opacity: 0.15;
  pointer-events: none;
}

@media (max-width: 767px) {
  .contact-lemon {
    display: none;
  }
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.contact-detail__label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--geel);
}

.contact-detail__value {
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  background: var(--tekst);
  color: rgba(255,255,255,0.45);
  padding: 2rem clamp(1.5rem, 6vw, 6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer__copy {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.footer__links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.footer__links a {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}

.footer__links a:hover {
  color: var(--geel);
}

/* ============================================
   AGE GATE
   ============================================ */

/* ============================================
   LANGUAGE GATE
   ============================================ */

.lang-gate {
  position: fixed;
  inset: 0;
  height: 100svh;
  background: var(--blauw);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  text-align: center;
  color: white;
  transition: opacity 0.45s var(--ease-out-expo),
              transform 0.45s var(--ease-out-expo);
}

.lang-gate.hiding {
  opacity: 0;
  transform: scale(0.97);
  pointer-events: none;
}

.lang-gate__logo {
  width: clamp(100px, 18vw, 140px);
  margin-bottom: 1.5rem;
}

.lang-gate__heading {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: var(--geel);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}

.lang-gate__sub {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  opacity: 0.65;
  margin-bottom: 2rem;
  max-width: 480px;
}

.lang-gate__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  width: 100%;
  max-width: 420px;
}

.lang-gate__option {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: white;
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.lang-gate__option:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.35);
}

.lang-gate__option:active {
  transform: scale(0.97);
}

.lang-gate__option--preferred {
  border-color: var(--geel);
  background: rgba(248, 216, 73, 0.15);
}

.lang-gate__flag {
  font-size: 1.4rem;
  line-height: 1;
}

@media (max-width: 420px) {
  .lang-gate__options {
    grid-template-columns: 1fr;
    max-width: 280px;
  }
}

/* ============================================
   AGE GATE
   ============================================ */

.age-gate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100svh;
  background: var(--blauw);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
}

.age-gate {
  transition: opacity 0.45s var(--ease-out-expo),
              transform 0.45s var(--ease-out-expo);
}

.age-gate.hiding {
  opacity: 0;
  transform: scale(0.97);
  pointer-events: none;
}

.age-gate.hidden {
  display: none;
}

.age-gate__logo {
  height: 60px;
  width: auto;
}

.age-gate__text {
  color: rgba(255,255,255,0.90);
  font-size: 0.95rem;
  max-width: 320px;
  line-height: 1.6;
}

.age-gate__disclaimer {
  position: absolute;
  bottom: max(1.5rem, calc(env(safe-area-inset-bottom) + 0.75rem));
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}

.age-gate__buttons {
  display: flex;
  gap: 1rem;
}

/* ============================================
   TILE DECORATION
   ============================================ */

.tile-accent {
  width: 80px;
  height: 80px;
  opacity: 0.12;
}

/* ============================================
   RESPONSIVE — mobile-first
   Base styles above = mobile (<636px).
   Breakpoints scale up: 636px → 900px → 1200px
   ============================================ */

/* --- Mobile nav (burger menu) --- */
.nav__links {
  display: none;
}

.nav__burger {
  display: flex;
}

/* Overlay lives outside the nav to avoid backdrop-filter containing-block bug */
.nav__overlay {
  position: fixed;
  inset: 0;
  background: var(--blauw);
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
  transition: opacity 0.35s var(--ease-out-expo);
}

.nav__overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.nav__overlay-links li {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s var(--ease-out-quart),
              transform 0.4s var(--ease-out-quart);
}

.nav__overlay.open .nav__overlay-links li { opacity: 1; transform: translateY(0); }
.nav__overlay.open .nav__overlay-links li:nth-child(1) { transition-delay: 0.08s; }
.nav__overlay.open .nav__overlay-links li:nth-child(2) { transition-delay: 0.14s; }
.nav__overlay.open .nav__overlay-links li:nth-child(3) { transition-delay: 0.20s; }
.nav__overlay.open .nav__overlay-links li:nth-child(4) { transition-delay: 0.26s; }
.nav__overlay.open .nav__overlay-links li:nth-child(5) { transition-delay: 0.32s; }

.nav__overlay-close {
  position: absolute;
  top: 20px;
  right: clamp(1.5rem, 4vw, 3.5rem);
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1;
}

.nav__overlay-lemon {
  width: clamp(150px, 45%, 252px);
  opacity: 0.25;
}

.nav__overlay-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.nav__overlay-links a {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.8rem, 6vw, 2.8rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--geel);
  transition: color 0.2s;
}

.nav__overlay-links a:hover {
  color: var(--geel);
}

/* --- Mobile overrides (stacked layouts) --- */
@media (max-width: 899px) {
  .product-split {
    grid-template-columns: 1fr;
  }

  .product-split__image {
    height: 60vw;
    min-height: unset;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Age gate buttons: stack on small screens --- */
.age-gate__buttons {
  flex-direction: column;
  align-items: stretch;
  max-width: 280px;
  width: 100%;
}

/* ----------------------------------------
   Tablet and up (≥ 636px)
   ---------------------------------------- */
@media (min-width: 636px) {
  .nav__links {
    display: flex;
  }

  .nav__burger {
    display: none;
  }

  .nav__overlay {
    display: none !important;
  }

  .age-gate__buttons {
    flex-direction: row;
    align-items: center;
    max-width: none;
    width: auto;
  }

  /* Hero: fles links, tekst rechts, gecentreerd als blok */
  .hero__content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 68px 60px 0;
    text-align: left;
  }

  .hero__headline {
    font-size: clamp(2.5rem, 5vw, 5rem);
  }

  .hero__bottle {
    flex: 0 0 auto;
    width: 40%;
    margin: 0;
  }

  .hero__bottle-wrap {
    height: clamp(400px, 70svh, 580px);
    max-height: 90vh;
    margin-top: 0;
  }

  .hero__text {
    flex: 1;
    max-width: 50%;
    padding: 0;
  }

  .hero__actions {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 2rem;
  }

  .hero__actions .btn {
    padding: 1rem 2.25rem;
    font-size: 0.85rem;
    max-width: none;
  }

  .hero__sub {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }

  .reasons-bottle {
    display: block !important;
    position: sticky !important;
    top: 180px;
    align-self: flex-start;
    margin-top: 0;
  }
}

/* ----------------------------------------
   Desktop and up (≥ 900px)
   ---------------------------------------- */
@media (min-width: 900px) {
  /* Product split: two columns */
  .product-split {
    grid-template-columns: 1fr 1fr;
  }

  .product-split__image {
    height: auto;
  }

  /* Contact: two columns */
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Specs: all in one row */
  .specs-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .specs-grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .spec-item {
    padding: 2rem 1.5rem;
  }

  /* Full-bleed images: panoramic on desktop */
  .img-full {
    aspect-ratio: 21/6;
  }

  .reasons-bottle {
    margin-top: 0;
  }
}

/* ============================================
   HERO — VIDEO VARIANT
   ============================================ */

.hero--video {
  position: relative;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: blur(3.6px);
}

.hero__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(77, 123, 195, 0.55), rgba(248, 216, 73, 0.25));
  z-index: 1;
}

.hero__video-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 68px 24px 0;
  gap: 1.5rem;
}

.hero__video-content--split {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 5vw, 7.5rem);
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* ── Hero fles + glas schaling ─────────────────────────────
   Alleen --bottle-height aanpassen per breakpoint.
   Het glas schaalt automatisch mee via --glass-ratio.
   Breakpoints: mobiel < 768 | tablet 768 | tablet-ls 1024 | desktop 1280 | groot 1536
────────────────────────────────────────────────────────── */
.hero__video-content {
  --bottle-height: clamp(320px, 58svh, 436px);
  --glass-ratio: 0.52;
}

@media (min-width: 768px)  { .hero__video-content { --bottle-height: clamp(380px, 52svh, 500px); } }
@media (min-width: 1024px) { .hero__video-content { --bottle-height: clamp(436px, 58svh, 560px); } }
@media (min-width: 1280px) { .hero__video-content { --bottle-height: clamp(500px, 64svh, 620px); } }
@media (min-width: 1536px) { .hero__video-content { --bottle-height: clamp(560px, 70svh, 700px); } }

.hero__video-content .hero__bottle-wrap {
  height: var(--bottle-height);
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.hero__tile-deco {
  position: absolute;
  width: clamp(250px, 45vw, 500px);
  height: auto;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

.hero__video-headline {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--geel);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-align: left;
  text-shadow: 0 4px 36px rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero__line {
  display: block;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(var(--reveal-y-sm));
  animation: line-appear 0.7s var(--ease-out-quart) forwards;
}

.hero__line:nth-child(1) { animation-delay: 0.5s; }
.hero__line:nth-child(2) { animation-delay: 1.1s; }
.hero__line:nth-child(3) { animation-delay: 1.7s; }

@keyframes line-appear {
  0% {
    opacity: 0;
    transform: translateY(var(--reveal-y-sm));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  z-index: 2;
  position: relative;
}

.hero__glass-wrap {
  position: absolute;
  right: -80%;
  bottom: -15%;
  z-index: 3;
  transform: rotate(-8deg);
  transform-origin: bottom center;
  animation: glass-clink 3.5s var(--ease-out-quart) infinite;
}

.hero__glass {
  height: calc(var(--bottle-height) * var(--glass-ratio));
  width: auto;
  opacity: 0.9;
  display: block;
}

@keyframes glass-clink {
  0%, 100% { transform: rotate(-6deg); }
  50%      { transform: rotate(-9deg) translateY(-2px); }
}

.hero__video-headline {
  position: relative;
  z-index: 1;
}


.hero__bottle-group {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}


/* ============================================
   HERO DECORATIONS
   ============================================ */

.hero {
  position: relative;
}

.hero__deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero__deco--swoosh {
  width: clamp(300px, 50vw, 600px);
  bottom: 10%;
  left: -5%;
  opacity: 0.2;
  animation: float-swoosh 8s ease-in-out infinite;
}

.hero__deco--leaf {
  width: clamp(36px, 5vw, 70px);
  top: 20%;
  right: 8%;
  opacity: 0.35;
  animation: float-leaf 6s ease-in-out infinite;
}

.hero__deco--leaf2 {
  width: clamp(30px, 4vw, 55px);
  bottom: 25%;
  left: 12%;
  opacity: 0.25;
  animation: float-leaf 7s ease-in-out infinite reverse;
  transform: rotate(45deg);
}

@keyframes float-swoosh {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(2deg); }
}

@keyframes float-leaf {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(8deg); }
}

/* ============================================
   PAINTING — 4:3 image met optionele overlay tekst
   ============================================ */


/* ============================================
   ZAKELIJK INTRO
   ============================================ */
.zakelijk-intro {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  background-image: url('Assets/Images/Images-optimized/bottles-vertical.jpg');
  background-size: cover;
  background-position: center;
}
.webp .zakelijk-intro {
  background-image: url('Assets/Images/Images-webp/bottles-vertical.webp');
}

.zakelijk-intro__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,45,79,0.55) 0%, rgba(26,45,79,0.75) 100%);
  z-index: 1;
}

.zakelijk-intro__content {
  position: relative;
  z-index: 2;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem);
  text-align: center;
}

.zakelijk-intro__label {
  color: var(--geel);
  opacity: 0.8;
}

.zakelijk-intro__heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 6vw, 6rem);
  color: var(--geel);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  max-width: 900px;
}

.zakelijk-intro__body {
  color: rgba(255,255,255,0.85);
  max-width: 520px;
}

/* Mobiel: gestapeld */
@media (max-width: 767px) {
  .hero__video-content--split {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .hero__text-block {
    align-items: center;
    text-align: center;
  }

  .hero__video-headline {
    text-align: center;
  }

  .hero__glass-wrap {
    right: -110%;
  }

}

/* ============================================
   IMAGE CAROUSEL
   ============================================ */

.carousel {
  overflow: hidden;
  overflow: clip;
  padding: clamp(1rem, 3vw, 2rem) 0;
  background: var(--wit);
  overscroll-behavior-x: contain;
}

.carousel__track {
  display: flex;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  width: max-content;
  will-change: transform;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.carousel__track.is-dragging {
  cursor: grabbing;
}

.carousel__track:focus-visible,
.zk-cards__track:focus-visible,
.partners-logo-track:focus-visible {
  outline: 2px solid var(--geel);
  outline-offset: 4px;
  border-radius: 4px;
}

.carousel__img {
  width: clamp(250px, 30vw, 350px);
  height: clamp(250px, 30vw, 350px);
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}


/* ============================================
   INGREDIËNTEN SECTIE
   ============================================ */
.ingredients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: min(80vw, 1250px);
  margin: clamp(4rem, 8vw, 8rem) auto 0;
}

.ingredient-tile {
  border-radius: 16px;
  overflow: hidden;
  height: 40vh;
  position: relative;
  cursor: pointer;
}

.ingredient-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ingredient-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(248,216,73,0.7) 0%, rgba(248,216,73,0.2) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0.3;
}

.ingredient-tile__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 4vw, 32px);
  color: var(--wit);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Ingredient tile hover — GPU-only properties */
.ingredient-tile__img {
  transition: transform 0.6s var(--ease-spring);
}
.ingredient-tile:hover .ingredient-tile__img {
  transform: scale(1.06);
}

/* Overlay: opacity-only, geen background-animatie */
.ingredient-tile__overlay {
  transition: opacity 0.4s var(--ease-out-expo);
}
.ingredient-tile:hover .ingredient-tile__overlay {
  opacity: 1;
}


/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(var(--reveal-y-md));
  transition: opacity 0.6s var(--ease-out-quart),
              transform 0.6s var(--ease-out-quart);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger > .ingredient-tile,
.reveal-stagger > .card-wrap {
  opacity: 0;
  transform: translateY(var(--reveal-y-sm));
  transition: opacity 0.5s var(--ease-out-quart),
              transform 0.5s var(--ease-out-quart);
}
.reveal-stagger.is-visible > .ingredient-tile:nth-child(1),
.reveal-stagger.is-visible > .card-wrap:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.is-visible > .ingredient-tile:nth-child(2),
.reveal-stagger.is-visible > .card-wrap:nth-child(2) { transition-delay: 100ms; }
.reveal-stagger.is-visible > .ingredient-tile:nth-child(3),
.reveal-stagger.is-visible > .card-wrap:nth-child(3) { transition-delay: 200ms; }
.reveal-stagger.is-visible > .ingredient-tile:nth-child(4),
.reveal-stagger.is-visible > .card-wrap:nth-child(4) { transition-delay: 300ms; }
.reveal-stagger.is-visible > .ingredient-tile,
.reveal-stagger.is-visible > .card-wrap {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .ingredients-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .ingredients-grid--2x2 {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: 100%;
    padding-left: clamp(1.5rem, 6vw, 6rem);
    padding-right: clamp(1.5rem, 6vw, 6rem);
  }

  .ingredients-grid--2x2 .ingredient-tile,
  .ingredients-grid--2x2 .card-wrap {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .ingredient-tile {
    height: 50vw;
  }

  .card-wrap {
    height: 50vw;
  }

  .product-split {
    max-width: 100%;
    padding-left: clamp(1.5rem, 6vw, 6rem);
    padding-right: clamp(1.5rem, 6vw, 6rem);
  }
}

/* ============================================
   COUNTDOWN SECTION — 6 redenen
   ============================================ */

/* ============================================
   PRODUCT PAGE — Hero
   ============================================ */

.pp-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pp-hero__video,
.pp-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 45, 79, 0.55) 0%, rgba(26, 45, 79, 0.75) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}

.pp-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  padding: 2rem;
}

.pp-hero__headline {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  color: var(--geel);
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}

.pp-hero__enter {
  opacity: 0;
  transform: translateY(var(--reveal-y-sm));
  animation: pp-enter 0.7s var(--ease-out-quart) forwards;
}

@keyframes pp-enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   PRODUCT PAGE — Ingredient Flip Cards
   ============================================ */




.card-wrap {
  perspective: 1000px;
  cursor: pointer;
  height: 40vh;
  transition: z-index 0s;
  z-index: 1;
}

.ingredients-section .card-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  position: relative;
}

.ingredients-section .card {
  position: absolute;
  inset: 0;
}

@media (min-width: 640px) {
  .ingredients-section .card {
    position: relative;
  }
}

.card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
}
.card-wrap:hover {
  z-index: 10;
}
.card-wrap:hover .card:not(.flipped):not(.peeked) {
  transform: rotateY(8deg);
  box-shadow: 8px 0 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 767px) {
  .card.peeked {
    animation: peek 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

@keyframes peek {
  0%   { transform: rotateY(0deg); }
  35%  { transform: rotateY(18deg); }
  65%  { transform: rotateY(-4deg); }
  100% { transform: rotateY(0deg); }
}

.card.flipped { transform: rotateY(180deg) !important; }

/* Mobile expand on flip */
.card-wrap.placeholder {
  visibility: hidden;
}

.card-expand-clone {
  position: fixed;
  z-index: 500;
  perspective: 1000px;
  cursor: pointer;
  transition: top 0.45s var(--ease-out-quart),
              left 0.45s var(--ease-out-quart),
              width 0.45s var(--ease-out-quart),
              height 0.45s var(--ease-out-quart);
}

.card-expand-clone .card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
}

.card-expand-clone .card.flipped {
  transform: rotateY(180deg);
}

.card-expand-clone .face {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.card-expand-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 499;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.card-expand-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.face {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.front { background: #000; }

.front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  display: block;
  transition: transform 0.55s ease;
}

.card-wrap:hover .card:not(.flipped) .front img {
  transform: scale(1.04);
}

.front-overlay {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(to top, rgba(248,216,73,0.7) 0%, rgba(248,216,73,0.2) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0.3;
  transition: opacity 0.4s var(--ease-out-expo);
}

.card-wrap:hover .card:not(.flipped) .front-overlay {
  opacity: 1;
}

.front-label {
  position: absolute;
  inset: 0;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flip-hint {
  align-self: flex-end;
}

.front-title {
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: color 0.3s ease;
}

.card-wrap:hover .card:not(.flipped) .front-title {
  color: #ffd700;
}

.flip-hint {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 4px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.card-wrap:hover .flip-hint {
  background: rgba(248, 216, 73, 0.2);
  border-color: rgba(248, 216, 73, 0.9);
}

.flip-hint svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .flip-hint {
    animation: hint-pulse 2s ease-in-out infinite;
  }

  .card.flipped .flip-hint,
  .card-expand-clone .flip-hint {
    display: none;
  }
}

@keyframes hint-pulse {
  0%, 100% { transform: scale(1); border-color: rgba(255, 255, 255, 0.7); }
  50%      { transform: scale(1.15); border-color: rgba(248, 216, 73, 0.9); }
}

.back {
  transform: rotateY(180deg);
  background: var(--blauw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 60px);
  position: absolute;
  inset: 0;
  border-radius: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.back-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.back-label {
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffd700;
  margin-bottom: 8px;
}

.back-text {
  font-size: clamp(1.05rem, 1.5vw, 1.15rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.65;
  max-width: 480px;
}

.back-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-close svg {
  width: 12px;
  height: 12px;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 2;
  fill: none;
}

/* ============================================
   PRODUCT PAGE — Video
   ============================================ */

.pp-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  cursor: pointer;
}

.pp-video__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pp-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.pp-video__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.pp-video__play--hidden {
  opacity: 0;
  pointer-events: none;
}

/* ============================================
   PRODUCT PAGE — Ingredient Sections
   ============================================ */

.pp-ingredient,
.pp-water,
.pp-sugar,
.pp-alcohol {
  opacity: 0;
  transform: translateY(var(--reveal-y-md));
  transition: opacity 0.6s var(--ease-out-quart),
              transform 0.6s var(--ease-out-quart);
}

.pp-visible {
  opacity: 1;
  transform: translateY(0);
}

.pp-ingredient__number {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blauw);
  display: block;
  margin-bottom: 1rem;
}

.pp-ingredient__stat {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--blauw);
  line-height: 1;
}

.pp-ingredient__stat small {
  font-weight: 500;
  font-size: 0.35em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
  opacity: 0.6;
}

/* Lemons — split layout */
.pp-ingredient--lemons {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 500px;
}

.pp-ingredient__visual {
  position: relative;
  overflow: hidden;
}

.pp-ingredient__visual .pp-ingredient__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}

.pp-ingredient__text {
  padding: clamp(2.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--wit);
}

/* ============================================
   PRODUCT PAGE — Water
   ============================================ */

.pp-water {
  background: var(--blauw);
  padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 6vw, 6rem);
  text-align: center;
  display: flex;
  justify-content: center;
}

.pp-water__content {
  max-width: 636px;
}

.pp-water__content .t-heading {
  letter-spacing: -0.01em;
}

.pp-water__label {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--geel);
  opacity: 0.8;
}

/* ============================================
   PRODUCT PAGE — Sugar
   ============================================ */

.pp-sugar {
  background: var(--wit);
  padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 6vw, 6rem);
  display: flex;
  justify-content: center;
}

.pp-sugar__content {
  text-align: center;
  max-width: 560px;
}

.pp-sugar__stat {
  margin-bottom: 2rem;
}

.pp-sugar__number {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(5rem, 14vw, 11rem);
  color: var(--geel);
  line-height: 0.85;
  display: block;
  letter-spacing: -0.03em;
}

.pp-sugar__unit {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  display: block;
  margin-top: 0.5rem;
}

/* ============================================
   PRODUCT PAGE — Alcohol
   ============================================ */

.pp-alcohol {
  background: var(--tekst);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 6vw, 6rem);
  text-align: center;
  display: flex;
  justify-content: center;
}

.pp-alcohol__content {
  max-width: 560px;
}

/* ============================================
   ZAKELIJK PAGE — Hero
   ============================================ */

.zk-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('Assets/Images/Images-optimized/bottles-vertical.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.webp .zk-hero {
  background-image: url('Assets/Images/Images-webp/bottles-vertical.webp');
}

.zk-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 45, 79, 0.6) 0%, rgba(26, 45, 79, 0.8) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
}

.zk-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 88px 24px 48px;
  max-width: 800px;
}

.zk-hero__headline {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  color: var(--geel);
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}

.zk-hero__enter {
  opacity: 0;
  transform: translateY(16px);
  animation: zk-enter 0.7s var(--ease-out-quart) forwards;
}

@keyframes zk-enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   ZAKELIJK PAGE — Stats
   ============================================ */

.zk-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.zk-stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  opacity: 0;
  transform: translateY(var(--reveal-y-sm));
  transition: opacity 0.6s var(--ease-out-quart),
              transform 0.6s var(--ease-out-quart);
}

.zk-stat:nth-child(1) { transition-delay: 0s; }
.zk-stat:nth-child(2) { transition-delay: 0.1s; }
.zk-stat:nth-child(3) { transition-delay: 0.2s; }
.zk-stat:nth-child(4) { transition-delay: 0.3s; }

.zk-stat.zk-visible {
  opacity: 1;
  transform: translateY(0);
}

.zk-stat__number {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--blauw);
  line-height: 1;
}

.zk-stat__label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888;
}

/* ============================================
   ZAKELIJK PAGE — USPs
   ============================================ */

/* ============================================
   ZAKELIJK — USP Cards Carousel
   ============================================ */

.zk-cards {
  overflow: hidden;
  overflow: clip;
  padding: clamp(2rem, 4vw, 4rem) 0 clamp(10rem, 13vw, 12rem);
}

.zk-cards__track {
  display: flex;
  gap: clamp(1.2rem, 2vw, 2rem);
  padding-left: clamp(1.2rem, 4vw, 4rem);
  padding-right: clamp(1.2rem, 4vw, 4rem);
  cursor: grab;
  user-select: none;
  width: max-content;
  touch-action: pan-y;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.zk-cards__track.is-dragging {
  cursor: grabbing;
}

.zk-card {
  flex: 0 0 clamp(260px, 75vw, 500px);
  position: relative;
  border-radius: 12px;
  overflow: visible;
}

@media (min-width: 768px) {
  .zk-card {
    flex: 0 0 clamp(320px, 40vw, 500px);
  }
}

.zk-card__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
}

.zk-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  will-change: transform;
  transform: scale(1.08);
}


.zk-card__info {
  position: absolute;
  top: 70%;
  right: -0.5rem;
  width: 70%;
  max-width: 19rem;
  background: white;
  border-radius: 12px;
  padding: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s var(--ease-out-quart),
              transform 0.7s var(--ease-out-quart);
}

.zk-cards.is-visible .zk-card:nth-child(1) .zk-card__info { opacity: 1; transform: translateY(0); transition-delay: 0.15s; }
.zk-cards.is-visible .zk-card:nth-child(2) .zk-card__info { opacity: 1; transform: translateY(0); transition-delay: 0.30s; }
.zk-cards.is-visible .zk-card:nth-child(3) .zk-card__info { opacity: 1; transform: translateY(0); transition-delay: 0.45s; }
.zk-cards.is-visible .zk-card:nth-child(4) .zk-card__info { opacity: 1; transform: translateY(0); transition-delay: 0.60s; }

@media (max-width: 767px) {
  .zk-cards__track {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .zk-card {
    box-sizing: content-box;
    padding-inline: 1.25rem;
  }
  .zk-card__info {
    right: -1.5rem;
  }
  .zk-cards {
    padding-bottom: 11rem;
  }
}

@media (min-width: 1024px) {
  .zk-card__info {
    top: 80%;
  }
}

.zk-card__nr {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 0.85rem;
  color: var(--blauw);
  opacity: 0.5;
  display: block;
  margin-bottom: 0.3rem;
}

.zk-card__title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--tekst);
  margin-bottom: 0.5rem;
}

.zk-card__text {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.82rem, 1.2vw, 0.92rem);
  line-height: 1.55;
  color: #555;
}

.zk-usps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.zk-usp {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  opacity: 0;
  transform: translateY(var(--reveal-y-sm));
  transition: opacity 0.6s var(--ease-out-quart),
              transform 0.6s var(--ease-out-quart);
}

.zk-usp:nth-child(1) { transition-delay: 0s; }
.zk-usp:nth-child(2) { transition-delay: 0.1s; }
.zk-usp:nth-child(3) { transition-delay: 0.2s; }
.zk-usp:nth-child(4) { transition-delay: 0.3s; }

.zk-usp.zk-visible {
  opacity: 1;
  transform: translateY(0);
}

.zk-usp__img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 0.8rem;
}

.zk-usp__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-out-quart);
}

.zk-usp:hover .zk-usp__img img {
  transform: scale(1.04);
}

.zk-usp__icon {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--geel);
  opacity: 0.6;
}

.zk-usp__title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--geel);
}

.zk-usp__text {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
}

/* ============================================
   ZAKELIJK PAGE — Product Split
   ============================================ */

.zk-product-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.zk-product-split__image {
  max-width: 280px;
}

.zk-product-split__image img {
  width: 100%;
  height: auto;
}

.zk-product-split__specs {
  width: 100%;
}

.specs-grid--vertical {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 2rem;
}

/* ============================================
   ZAKELIJK PAGE — Steps
   ============================================ */

.zk-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.zk-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.zk-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--geel);
  color: var(--blauw-diep);
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.zk-step__title {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--wit);
}

.zk-step__text {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 280px;
  text-align: center;
}

/* ============================================
   ZAKELIJK PAGE — CTA
   ============================================ */

.zk-cta {
  background: var(--geel);
  padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 6vw, 6rem);
  text-align: center;
}

/* ============================================
   ZAKELIJK PAGE — Responsive
   ============================================ */

@media (min-width: 636px) {
  .zk-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .zk-usps {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .zk-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .zk-product-split {
    flex-direction: row;
    gap: 4rem;
  }

  .zk-product-split__image {
    max-width: 320px;
    flex-shrink: 0;
  }

  .specs-grid--vertical {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ============================================
   PRODUCT PAGE — Responsive
   ============================================ */

@media (min-width: 900px) {
  .pp-ingredient--lemons {
    grid-template-columns: 1fr 1fr;
  }

  .pp-ingredient__visual .pp-ingredient__img {
    min-height: unset;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
