/* ==========================================================================
   Nekventilator — verkooppagina voor de ITSHINY Bladeless Neck Fan
   Design tokens + layout. Geen externe assets: alles laadt lokaal.
   ========================================================================== */

:root {
  --ink: #0b1a2b;
  --ink-soft: #46586c;
  --ink-faint: #7b8a9b;
  --line: #e3eaf1;
  --bg: #ffffff;
  --bg-soft: #f4f8fb;
  --bg-deep: #0b1a2b;

  --cool: #0f9bbd;
  --cool-dark: #0a7c99;
  --cool-tint: #e6f6fb;

  --hot: #ff6a3d;
  --hot-dark: #ea4f20;

  --gold: #f5a623;
  --green: #128a5b;
  --green-tint: #e7f6ef;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(11, 26, 43, .06), 0 2px 8px rgba(11, 26, 43, .05);
  --shadow: 0 4px 12px rgba(11, 26, 43, .07), 0 14px 40px rgba(11, 26, 43, .09);
  --shadow-lg: 0 20px 60px rgba(11, 26, 43, .16);

  --wrap: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  margin: 0 0 .5em;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 800;
}
h1 { font-size: clamp(1.9rem, 1.2rem + 2.4vw, 2.9rem); }
h2 { font-size: clamp(1.6rem, 1.1rem + 1.9vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
/* Ankerlinks niet onder de vaste header laten landen */
section[id] { scroll-margin-top: 80px; }
.section { padding: 68px 0; }
.section--soft { background: var(--bg-soft); }
.section--deep { background: var(--bg-deep); color: #fff; }
.section__head { max-width: 660px; margin: 0 auto 40px; text-align: center; }
.section__head p { color: var(--ink-soft); font-size: 1.05rem; margin: 0; }
.section--deep .section__head p { color: #a9bed3; }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cool-dark);
  margin-bottom: 10px;
}
.section--deep .eyebrow { color: #5ecfe8; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 15px 28px;
  font: inherit;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn--buy {
  width: 100%;
  background: linear-gradient(180deg, var(--hot), var(--hot-dark));
  color: #fff;
  font-size: 1.12rem;
  padding: 18px 28px;
  box-shadow: 0 6px 18px rgba(234, 79, 32, .32);
}
.btn--buy:hover { box-shadow: 0 10px 26px rgba(234, 79, 32, .42); }
.btn--ghost {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn--ghost:hover { border-color: var(--cool); color: var(--cool-dark); }
.btn--cool {
  background: var(--cool);
  color: #fff;
  box-shadow: 0 6px 18px rgba(15, 155, 189, .3);
}
.btn--cool:hover { background: var(--cool-dark); }
.btn--block { width: 100%; }

/* ---------- Announcement + header ---------- */
.announce {
  background: var(--bg-deep);
  color: #dbe8f4;
  font-size: .85rem;
  text-align: center;
  padding: 9px 16px;
  font-weight: 600;
}
.announce strong { color: #fff; }
.announce span + span::before { content: "•"; margin: 0 10px; color: #4a6a88; }

.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 64px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  font-size: 1.18rem;
  letter-spacing: -.03em;
  text-decoration: none;
}
.logo__mark {
  width: 30px; height: 30px;
  border-radius: 9px;
  background: linear-gradient(140deg, var(--cool), #4fd1e8);
  display: grid; place-items: center;
  color: #fff; font-size: 15px;
}
.nav { display: flex; gap: 26px; font-size: .93rem; font-weight: 600; }
.nav a { text-decoration: none; color: var(--ink-soft); }
.nav a:hover { color: var(--cool-dark); }

.cart-btn {
  position: relative;
  border: 1.5px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 9px 16px;
  font: inherit;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  display: flex; align-items: center; gap: 8px;
}
.cart-btn:hover { border-color: var(--cool); }
.cart-btn__count {
  min-width: 21px; height: 21px;
  border-radius: 999px;
  background: var(--hot);
  color: #fff;
  font-size: .74rem;
  font-weight: 800;
  display: grid; place-items: center;
  padding: 0 6px;
}
.cart-btn__count[hidden] { display: none; }

/* ---------- Product hero ---------- */
.pdp { padding: 40px 0 24px; }
.pdp__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 54px;
  align-items: start;
}
/* Voorkomt dat de horizontaal scrollende thumbnailrij de kolom oprekt */
.pdp__grid > * { min-width: 0; }

/* Gallery */
.gallery__main {
  position: relative;
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--hot);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 999px;
}
.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 9px;
  margin-top: 12px;
}
.gallery__thumbs button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-soft);
  cursor: pointer;
  aspect-ratio: 1 / 1;
}
.gallery__thumbs button.is-active { border-color: var(--cool); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* Buy box */
.buybox__rating {
  display: flex; align-items: center; gap: 10px;
  font-size: .92rem;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.stars { color: var(--gold); letter-spacing: 1px; font-size: 1rem; }
.buybox__rating a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 2px; }
.buybox h1 { margin-bottom: 12px; }
.buybox__sub {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.usp-list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 9px; }
.usp-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .97rem; }
.usp-list svg { flex: 0 0 20px; margin-top: 3px; color: var(--green); }

.opt-label {
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 10px;
}
.opt-label span { color: var(--ink); text-transform: none; letter-spacing: 0; font-weight: 700; }

.swatches { display: flex; gap: 12px; margin-bottom: 26px; }
.swatch {
  width: 62px; height: 62px;
  border-radius: 12px;
  border: 2px solid var(--line);
  padding: 2px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.swatch img { width: 100%; height: 100%; object-fit: cover; border-radius: 9px; }
.swatch.is-active { border-color: var(--cool); box-shadow: 0 0 0 3px var(--cool-tint); }

/* Bundles */
.bundles { display: grid; gap: 10px; margin-bottom: 22px; }
.bundle {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 14px;
  align-items: center;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  padding: 15px 18px;
  cursor: pointer;
  background: #fff;
  transition: border-color .15s ease, background .15s ease;
}
.bundle:hover { border-color: #c6d7e5; }
.bundle.is-active { border-color: var(--cool); background: var(--cool-tint); }
.bundle input { position: absolute; opacity: 0; pointer-events: none; }
.bundle__dot {
  width: 20px; height: 20px;
  border-radius: 999px;
  border: 2px solid #c3d1de;
  display: grid; place-items: center;
}
.bundle.is-active .bundle__dot { border-color: var(--cool); }
.bundle.is-active .bundle__dot::after {
  content: "";
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--cool);
}
.bundle__name { display: block; font-weight: 800; }
.bundle__note { display: block; font-size: .85rem; color: var(--ink-soft); line-height: 1.4; }
.bundle__price { text-align: right; font-weight: 800; white-space: nowrap; }
.bundle__was { display: block; font-size: .82rem; font-weight: 600; color: var(--ink-faint); text-decoration: line-through; }
.bundle__tag {
  position: absolute;
  top: -10px; right: 14px;
  background: var(--green);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
}
.bundle__tag--hot { background: var(--hot); }

.price-row {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 6px;
}
.price-now { font-size: 2.1rem; font-weight: 900; letter-spacing: -.03em; }
.price-was { font-size: 1.1rem; color: var(--ink-faint); text-decoration: line-through; font-weight: 600; }
.price-save {
  background: var(--green-tint);
  color: var(--green);
  font-weight: 800;
  font-size: .84rem;
  padding: 4px 10px;
  border-radius: 999px;
}
.price-note { font-size: .86rem; color: var(--ink-faint); margin-bottom: 18px; }

.stock {
  display: flex; align-items: center; gap: 9px;
  font-size: .9rem; font-weight: 700; color: var(--green);
  margin-bottom: 16px;
}
.stock__dot {
  width: 9px; height: 9px; border-radius: 999px; background: var(--green);
  box-shadow: 0 0 0 4px var(--green-tint);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

.pay-row {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  margin-top: 16px;
  font-size: .82rem; color: var(--ink-faint);
}
.pay-chip {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 4px 9px;
  font-size: .74rem;
  font-weight: 800;
  color: var(--ink-soft);
  background: #fff;
}
.delivery-note {
  margin-top: 16px;
  padding: 13px 16px;
  background: var(--bg-soft);
  border-radius: var(--radius);
  font-size: .9rem;
  color: var(--ink-soft);
}
.delivery-note strong { color: var(--ink); }

/* ---------- Homepage: hero ---------- */
.home-hero { padding: 64px 0 56px; }
.home-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.home-hero h1 { margin-bottom: 18px; }
.home-hero__lead { font-size: 1.12rem; color: var(--ink-soft); margin-bottom: 28px; max-width: 34em; }
.home-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.home-hero__meta { font-size: .88rem; color: var(--ink-faint); margin: 0; }
/* Staande figuur op witte achtergrond: geen kader of schaduw, niets wegsnijden. */
.home-hero__media img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

/* ---------- Homepage: productkaart ---------- */
.product-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s ease, transform .2s ease;
  max-width: 940px;
  margin: 0 auto;
}
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.product-card:hover .product-card__cta { color: var(--hot); }
.product-card__media { background: var(--bg-soft); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.product-card__body { padding: 34px 38px; display: flex; flex-direction: column; justify-content: center; }
.product-card__tag {
  display: inline-block;
  align-self: flex-start;
  background: var(--cool-tint);
  color: var(--cool-dark);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.product-card__body h3 { font-size: 1.6rem; margin-bottom: 8px; }
.product-card__body p { color: var(--ink-soft); font-size: .97rem; }
.product-card__foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.product-card__price { font-size: 1.3rem; font-weight: 900; letter-spacing: -.02em; }
.product-card__cta { font-weight: 800; color: var(--cool-dark); transition: color .2s ease; }

/* ---------- Homepage: portret ----------
   De foto heeft een witte achtergrond en staat in een witte sectie, dus geen
   kader of schaduw: de figuur vloeit over in de pagina en lijkt vrij te staan. */
.split__media img.portrait-photo {
  width: 100%;
  max-height: 440px;
  object-fit: contain;   /* niets van de figuur wegsnijden */
  border-radius: 0;
  box-shadow: none;
  background: none;
}

/* ---------- Trust strip ---------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 26px 0;
}
.trust__item { display: flex; gap: 12px; align-items: center; }
.trust__item svg { flex: 0 0 26px; color: var(--cool); }
.trust__item b { display: block; font-size: .93rem; }
.trust__item span { font-size: .84rem; color: var(--ink-soft); }

/* ---------- Reviews summary ---------- */
.rating-block {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 34px;
  box-shadow: var(--shadow-sm);
}
.rating-score { text-align: center; }
.rating-score b { display: block; font-size: 3.4rem; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.rating-score .stars { font-size: 1.2rem; }
.rating-score small { display: block; color: var(--ink-soft); font-size: .86rem; margin-top: 6px; }
.rating-bars { display: grid; gap: 7px; }
.rating-bar { display: grid; grid-template-columns: 42px 1fr 42px; gap: 12px; align-items: center; font-size: .85rem; }
.rating-bar__track { display: block; height: 9px; background: var(--line); border-radius: 999px; overflow: hidden; }
.rating-bar__fill { display: block; height: 100%; background: var(--gold); border-radius: 999px; }
.rating-bar span:last-child { text-align: right; color: var(--ink-soft); }

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.review {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.review .stars { font-size: .95rem; margin-bottom: 8px; }
.review h4 { font-size: 1rem; margin-bottom: 8px; }
.review p { font-size: .94rem; color: var(--ink-soft); flex: 1; }
.review footer { font-size: .82rem; color: var(--ink-faint); display: flex; align-items: center; gap: 4px 8px; flex-wrap: wrap; }
.verified {
  color: var(--green);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.source-note {
  text-align: center;
  font-size: .82rem;
  color: var(--ink-faint);
  margin-top: 22px;
}

/* ---------- Problem / solution ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split--flip .split__media { order: 2; }
.split__media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list svg { flex: 0 0 22px; margin-top: 3px; color: var(--cool); }
.check-list b { display: block; }
.check-list span { color: var(--ink-soft); font-size: .95rem; }

/* ---------- Feature cards ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.feature img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.feature__body { padding: 22px 24px 26px; }
.feature__body h3 { margin-bottom: 6px; }
.feature__body p { margin: 0; color: var(--ink-soft); font-size: .94rem; }

/* ---------- Comparison ---------- */
.compare {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  font-size: .96rem;
}
.compare th, .compare td { padding: 15px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.compare thead th { background: var(--bg-deep); color: #fff; font-size: .9rem; }
.compare thead th:nth-child(2) { background: var(--cool-dark); }
.compare td:first-child { font-weight: 700; }
.compare td:nth-child(2) { background: var(--cool-tint); font-weight: 700; }
.compare tbody tr:last-child td { border-bottom: 0; }
.tick { color: var(--green); font-weight: 900; }
.cross { color: #c2ccd6; font-weight: 900; }

/* ---------- Use cases ---------- */
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.use {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
  border-radius: var(--radius);
  padding: 22px 24px;
}
.use b { display: block; font-size: 1.05rem; margin-bottom: 5px; }
.use p { margin: 0; color: #a9bed3; font-size: .92rem; }
.use__icon { font-size: 1.5rem; margin-bottom: 10px; display: block; }

/* ---------- Specs ---------- */
.specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 12px 34px;
  box-shadow: var(--shadow-sm);
}
.spec {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: .95rem;
}
.spec:last-child, .spec:nth-last-child(2):nth-child(odd) { border-bottom: 0; }
.spec dt { color: var(--ink-soft); }
.spec dd { margin: 0; font-weight: 700; text-align: right; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 10px;
  box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--cool);
  line-height: 1;
}
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 22px 20px; color: var(--ink-soft); font-size: .96rem; }

/* ---------- Guarantee / final CTA ---------- */
.guarantee {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: var(--radius-lg);
  padding: 30px 34px;
}
.guarantee__seal {
  width: 90px; height: 90px;
  border-radius: 999px;
  background: var(--green-tint);
  color: var(--green);
  display: grid; place-items: center;
  font-weight: 900;
  font-size: .8rem;
  line-height: 1.1;
  text-align: center;
}
.guarantee h3 { margin-bottom: 6px; }
.guarantee p { margin: 0; color: var(--ink-soft); font-size: .96rem; }

.final-cta { text-align: center; max-width: 620px; margin: 0 auto; }
.final-cta .price-row { justify-content: center; }
.final-cta .btn--buy { max-width: 380px; margin: 0 auto; }

/* ---------- Footer ---------- */
.footer { background: var(--bg-deep); color: #97aec5; padding: 54px 0 30px; font-size: .9rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 34px; }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: 12px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer a { text-decoration: none; }
.footer a:hover { color: #fff; }
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .82rem;
}
.footer .logo { color: #fff; margin-bottom: 12px; }

/* ---------- Sticky mobile buy bar ---------- */
.sticky-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 55;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  gap: 14px;
  box-shadow: 0 -6px 24px rgba(11, 26, 43, .1);
  transform: translateY(110%);
  transition: transform .25s ease;
}
.sticky-bar.is-visible { transform: translateY(0); }
.sticky-bar img { width: 42px; height: 42px; border-radius: 9px; object-fit: cover; background: var(--bg-soft); }
.sticky-bar__info { flex: 1; min-width: 0; }
.sticky-bar__info b,
.sticky-bar__info span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-bar__info b { font-size: .88rem; }
.sticky-bar__info span { font-size: .82rem; color: var(--ink-soft); }
.sticky-bar .btn { padding: 13px 20px; font-size: 1rem; white-space: nowrap; flex: 0 0 auto; }

/* ---------- Cart drawer ---------- */
.overlay {
  position: fixed; inset: 0;
  background: rgba(11, 26, 43, .5);
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
  z-index: 90;
}
.overlay.is-open { opacity: 1; pointer-events: auto; }

.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: min(420px, 100%);
  background: #fff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
  box-shadow: var(--shadow-lg);
}
.drawer.is-open { transform: translateX(0); }
.drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}
.drawer__head h3 { margin: 0; }
.drawer__close {
  border: 0; background: none; font-size: 1.7rem; line-height: 1;
  cursor: pointer; color: var(--ink-soft); padding: 0 4px;
}
.drawer__body { flex: 1; overflow-y: auto; padding: 20px 22px; }
.drawer__foot { border-top: 1px solid var(--line); padding: 20px 22px calc(20px + env(safe-area-inset-bottom)); }

.cart-line { display: grid; grid-template-columns: 66px 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 66px; height: 66px; border-radius: 10px; object-fit: cover; background: var(--bg-soft); }
.cart-line b { font-size: .93rem; display: block; }
.cart-line small { color: var(--ink-soft); font-size: .84rem; }
.cart-line__price { font-weight: 800; white-space: nowrap; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; margin-top: 8px; }
.qty button {
  border: 0; background: none; width: 28px; height: 28px; cursor: pointer;
  font-size: 1rem; color: var(--ink-soft); line-height: 1;
}
.qty span { min-width: 24px; text-align: center; font-weight: 700; font-size: .88rem; }
.cart-line__remove {
  border: 0; background: none; color: var(--ink-faint); font-size: .8rem;
  cursor: pointer; padding: 4px 0; text-decoration: underline;
}
.cart-empty { text-align: center; color: var(--ink-soft); padding: 40px 0; }

.cart-total { display: flex; justify-content: space-between; font-size: .95rem; margin-bottom: 8px; }
.cart-total--grand { font-size: 1.25rem; font-weight: 900; margin-bottom: 16px; }
.freeship-bar { background: var(--green-tint); color: var(--green); border-radius: 10px; padding: 10px 14px; font-size: .86rem; font-weight: 700; margin-bottom: 14px; text-align: center; }

/* ---------- Checkout page ---------- */
.checkout-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: start; padding: 44px 0 80px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .86rem; font-weight: 700; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  font-size: .96rem;
  background: #fff;
  color: var(--ink);
}
.field input:focus, .field select:focus { outline: 0; border-color: var(--cool); box-shadow: 0 0 0 3px var(--cool-tint); }
.field input:invalid:not(:placeholder-shown) { border-color: #e05252; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-row--third { grid-template-columns: .8fr 1.2fr; }
.fieldset-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 28px;
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
}
.fieldset-card h3 { display: flex; align-items: center; gap: 10px; }
.step-num {
  width: 26px; height: 26px; border-radius: 999px;
  background: var(--cool); color: #fff;
  display: grid; place-items: center;
  font-size: .85rem; font-weight: 800;
}
.pay-option {
  display: flex; align-items: center; gap: 12px;
  border: 2px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: .95rem;
}
.pay-option input { accent-color: var(--cool); width: 18px; height: 18px; }
.pay-option:has(input:checked) { border-color: var(--cool); background: var(--cool-tint); }
.pay-option small { margin-left: auto; color: var(--ink-faint); font-weight: 600; }

.summary {
  position: sticky;
  top: 84px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 28px;
}
.summary h3 { margin-bottom: 18px; }

.thanks { max-width: 620px; margin: 0 auto; text-align: center; padding: 80px 0; }
.thanks__seal {
  width: 78px; height: 78px; border-radius: 999px;
  background: var(--green-tint); color: var(--green);
  display: grid; place-items: center; font-size: 2.2rem;
  margin: 0 auto 22px;
}
.order-box {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 26px 0;
  text-align: left;
}

.legal-note { font-size: .8rem; color: var(--ink-faint); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .pdp__grid { grid-template-columns: 1fr; gap: 34px; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  /* Beeld boven de tekst, maar laag genoeg zodat titel én knop meteen in beeld staan */
  .home-hero { padding: 28px 0 40px; }
  .home-hero__media { order: -1; }
  .home-hero__media img { max-height: 240px; }
  .product-card { grid-template-columns: 1fr; max-width: 560px; }
  .product-card__body { padding: 28px 26px 30px; }
  .portrait { max-width: 380px; margin: 0 auto; }
  .split, .checkout-grid { grid-template-columns: 1fr; gap: 32px; }
  .split--flip .split__media { order: 0; }
  .rating-block { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .feature-grid, .review-grid, .use-grid { grid-template-columns: 1fr 1fr; }
  .trust__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .specs { grid-template-columns: 1fr; }
  .spec:nth-last-child(2):nth-child(odd) { border-bottom: 1px solid var(--line); }
  .summary { position: static; }
  .nav { display: none; }
}

@media (max-width: 640px) {
  .section { padding: 48px 0; }
  .feature-grid, .review-grid, .use-grid, .trust__grid, .footer__grid { grid-template-columns: 1fr; }

  /* Galerij compacter houden zodat titel, prijs en knop sneller in beeld komen */
  .gallery__main { max-height: 50vh; }
  .gallery__main img { object-fit: contain; }
  .gallery__thumbs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .gallery__thumbs::-webkit-scrollbar { display: none; }
  .gallery__thumbs button { flex: 0 0 66px; }
  .sticky-bar { display: flex; }
  body { padding-bottom: 78px; } /* ruimte voor de vaste koopbalk */
  .compare { font-size: .86rem; }
  .compare th, .compare td { padding: 12px 12px; }
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .guarantee__seal { margin: 0 auto; }
  .field-row { grid-template-columns: 1fr; }
  .announce { font-size: .78rem; }
  .announce span:nth-child(2), .announce span:nth-child(3) { display: none; }
  /* "Nekventilator" is een lang woord — laat het winkelwagenlabel de ruimte */
  .cart-btn__label { display: none; }
  .cart-btn { padding: 10px 14px; }
  .logo { font-size: 1.08rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
