/* Mannenvakantie 2026 — design system
   Geinspireerd op de Wajer-esthetiek: clean grotesk, strakke negatieve tracking,
   veel witruimte, full-bleed beeld, subtiele scroll fade-ins. Geen Wajer-assets. */

:root {
  --ink: #0c0d0e;
  --ink-soft: #2b2d30;
  --muted: #6b6f74;
  --line: #e6e4df;
  --paper: #ffffff;
  --sand: #f4f1ea;
  --sand-deep: #ebe6db;
  --accent: #2f4738;        /* diep dennegroen, ingetogen */
  --accent-soft: #46604f;
  --dark: #101311;          /* bijna-zwarte sectie */
  --maxw: 1240px;
  --pad: clamp(1.4rem, 5vw, 4rem);
  --section-y: clamp(4.5rem, 11vh, 9rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

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

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body {
  font-family: "Schibsted Grotesk", -apple-system, Arial, sans-serif;
  font-weight: 400;
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 1.0625rem;
  line-height: 1.72;
  overflow-x: hidden;
}

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

/* ---------- typografie ---------- */
h1, h2, h3, h4 { color: var(--ink); font-weight: 500; line-height: 1.04; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 7.2vw, 6rem); font-weight: 600; letter-spacing: -0.05em; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3.3rem); letter-spacing: -0.04em; }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.85rem); letter-spacing: -0.025em; }
h4 { font-size: 1.06rem; letter-spacing: -0.01em; }
p { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; color: var(--ink); }

.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.4rem;
}
.section--dark .eyebrow, .hero .eyebrow { color: #b9c6bb; }

.lead { font-size: clamp(1.18rem, 2.1vw, 1.6rem); line-height: 1.5; color: var(--ink); letter-spacing: -0.02em; }

/* ---------- layout ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
.section--sand { background: var(--sand); }
.section--dark { background: var(--dark); color: #cfd3cd; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--tight { padding-top: clamp(2.5rem, 6vh, 4rem); padding-bottom: clamp(2.5rem, 6vh, 4rem); }

.split { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 4.5rem); }
@media (min-width: 900px) { .split { grid-template-columns: 1.15fr 0.85fr; align-items: start; } .split--even { grid-template-columns: 1fr 1fr; } }

.measure { max-width: 62ch; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .4s var(--ease), border-color .4s var(--ease), color .4s var(--ease);
  border-bottom: 1px solid transparent;
  color: #fff; mix-blend-mode: normal;
}
.nav-inner { max-width: var(--maxw); margin: 0 auto; padding: 1.15rem var(--pad); display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-weight: 600; letter-spacing: -0.03em; font-size: 1.05rem; }
.nav-links { display: none; gap: 2rem; font-size: 0.82rem; letter-spacing: 0.04em; }
.nav-links a { opacity: .85; transition: opacity .25s; }
.nav-links a:hover { opacity: 1; }
@media (min-width: 820px) { .nav-links { display: flex; } }
.nav.scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); color: var(--ink); border-color: var(--line); }
.nav.scrolled .nav-logo, .nav.scrolled .nav-links a { color: var(--ink); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,9,.42) 0%, rgba(8,10,9,.16) 30%, rgba(8,10,9,.5) 62%, rgba(8,10,9,.86) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 var(--pad) clamp(3.5rem, 9vh, 7rem); max-width: var(--maxw); margin: 0 auto; width: 100%; }
.hero h1 { color: #fff; max-width: 16ch; }
.hero-sub { margin-top: 1.6rem; font-size: clamp(1.05rem, 1.7vw, 1.35rem); max-width: 52ch; color: rgba(255,255,255,.9); }
.hero-meta { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1.6rem 2.4rem; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,.78); }
.hero-meta span { position: relative; }
.scroll-cue { position: absolute; left: 50%; bottom: 1.8rem; transform: translateX(-50%); z-index: 2; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.7); animation: bob 2.4s var(--ease) infinite; }
@keyframes bob { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,7px)} }

/* ---------- reveal / fade-in ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1s var(--ease); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } .hero-media{transform:none} }

/* ---------- quickfacts ---------- */
.quickfacts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
@media (min-width: 720px) { .quickfacts { grid-template-columns: repeat(4, 1fr); } }
.quickfact { background: var(--paper); padding: 1.5rem 1.4rem; }
.section--sand .quickfact { background: var(--sand); }
.quickfact .qf-label { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.quickfact .qf-value { font-size: 1.18rem; color: var(--ink); font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; }

/* ---------- timeline (dag-voor-dag) ---------- */
.timeline { border-top: 1px solid var(--line); margin-top: 2rem; }
.day { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.day-num { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 600; padding-top: .35rem; white-space: nowrap; }
.day-body h4 { margin-bottom: .45rem; }
.day-stats { margin-top: .7rem; display: flex; flex-wrap: wrap; gap: .5rem; }

/* ---------- tags / pills ---------- */
.tags { display: flex; flex-wrap: wrap; gap: .55rem; }
.tag { font-size: 0.74rem; letter-spacing: 0.02em; padding: .32rem .7rem; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-soft); background: var(--paper); }
.section--sand .tag { background: #fff; }
.pill { display: inline-flex; align-items: center; gap: .4rem; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.04em; padding: .3rem .65rem; border-radius: 100px; }
.pill--go { background: #e3efe6; color: #265e3a; }
.pill--maybe { background: #fbf0dd; color: #8a5a14; }
.pill--no { background: #f3e3e1; color: #8a3a2f; }

/* ---------- tables ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.data { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 520px; }
table.data th, table.data td { text-align: left; padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
table.data thead th { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
table.data tbody tr:hover { background: var(--sand); }
table.data td.num { font-variant-numeric: tabular-nums; white-space: nowrap; }
table.data tfoot td { font-weight: 600; color: var(--ink); border-top: 2px solid var(--ink); }

/* ---------- callout ---------- */
.callout { border-left: 3px solid var(--accent); background: var(--sand); padding: 1.4rem 1.6rem; border-radius: 0 4px 4px 0; }
.callout--warn { border-color: #c2772a; background: #fbf3e6; }
.callout .co-label { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: .5rem; }
.callout--warn .co-label { color: #a8651f; }

/* ---------- gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(.5rem, 1.4vw, 1rem); }
@media (min-width: 760px) { .gallery--3 { grid-template-columns: repeat(3, 1fr); } }
.gallery figure { margin: 0; overflow: hidden; border-radius: 4px; background: var(--sand-deep); }
.gallery img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 1.2s var(--ease); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery--tall figure:first-child { grid-row: span 2; }
.gallery--tall figure:first-child img { aspect-ratio: 3/4; height: 100%; }

/* ---------- CTA / links ---------- */
.cta { display: inline-flex; align-items: center; gap: .55rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); padding-bottom: .4rem; border-bottom: 1px solid var(--ink); transition: gap .3s var(--ease); }
.cta:hover { gap: .95rem; }
.section--dark .cta { color: #fff; border-color: #fff; }
.btn { display: inline-flex; align-items: center; gap: .6rem; padding: .85rem 1.5rem; background: var(--ink); color: #fff; border-radius: 100px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; transition: background .3s, transform .3s var(--ease); }
.btn:hover { background: var(--accent); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn--ghost:hover { background: var(--ink); color: #fff; }

/* ---------- sources ---------- */
.sources { display: grid; gap: .2rem; }
.source-link { display: flex; align-items: baseline; gap: .8rem; padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; transition: color .25s; }
.source-link:hover { color: var(--accent); }
.source-link .sl-arrow { color: var(--muted); transition: transform .3s var(--ease); }
.source-link:hover .sl-arrow { transform: translateX(4px); color: var(--accent); }

/* ---------- option cards (index) ---------- */
.cards { display: grid; grid-template-columns: 1fr; gap: clamp(1rem, 2vw, 1.6rem); }
@media (min-width: 680px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .cards { grid-template-columns: 1fr 1fr 1fr; } }
.card { position: relative; display: flex; flex-direction: column; border-radius: 6px; overflow: hidden; background: var(--ink); color: #fff; min-height: 360px; isolation: isolate; }
.card-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.4s var(--ease); }
.card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,8,7,.15) 0%, rgba(6,8,7,.55) 60%, rgba(6,8,7,.9) 100%); }
.card:hover .card-media { transform: scale(1.06); }
.card-body { margin-top: auto; padding: 1.6rem; }
.card-kicker { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: .6rem; }
.card h3 { color: #fff; margin-bottom: .5rem; }
.card p { color: rgba(255,255,255,.82); font-size: 0.92rem; margin-bottom: 1rem; }
.card .cta { color: #fff; border-color: rgba(255,255,255,.6); font-size: .72rem; }

/* ---------- compare table ---------- */
.compare { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 720px; }
.compare th, .compare td { padding: 1rem .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.compare thead th { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 600; position: sticky; top: 0; background: var(--paper); }
.compare td:first-child { font-weight: 600; color: var(--ink); white-space: nowrap; }
.compare tbody tr:hover { background: var(--sand); }

/* ---------- footer ---------- */
.footer { background: var(--dark); color: #9aa09a; padding: clamp(3.5rem,8vh,6rem) 0 2.5rem; }
.footer h3 { color: #fff; margin-bottom: 1rem; }
.footer a { color: #cfd3cd; }
.footer a:hover { color: #fff; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.8rem; border-top: 1px solid #23272300; border-top-color: rgba(255,255,255,.1); font-size: 0.8rem; color: #767c76; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; }

/* ---------- misc ---------- */
.kicker-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.divider { height: 1px; background: var(--line); border: 0; margin: 0; }
.back-link { display: inline-flex; align-items: center; gap: .5rem; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.5rem; }
.back-link:hover { color: var(--accent); }
.stat-row { display: flex; flex-wrap: wrap; gap: 2.5rem; }
.stat .stat-num { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 600; letter-spacing: -0.04em; color: var(--ink); line-height: 1; }
.stat .stat-label { font-size: 0.8rem; letter-spacing: 0.06em; color: var(--muted); margin-top: .5rem; }
.section--dark .stat .stat-num { color: #fff; }
ul.clean { list-style: none; display: grid; gap: .7rem; }
ul.clean li { padding-left: 1.4rem; position: relative; }
ul.clean li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ---------- feedback / sterren (Frits' idee) ---------- */
.fb { background: var(--sand); }
.fb-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; }
@media (min-width: 920px) { .fb-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; } }
.fb-score { display: flex; align-items: baseline; gap: 1rem; margin: 1rem 0 .5rem; }
.fb-score .fb-avg { font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 600; letter-spacing: -0.04em; color: var(--ink); line-height: 1; }
.fb-score .fb-count { font-size: 0.9rem; color: var(--muted); }
.stars { display: inline-flex; gap: .15rem; font-size: 1.25rem; line-height: 1; color: #d9b310; letter-spacing: .05em; }
.stars .s-empty { color: #cfc9bb; }
.fb-form { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: clamp(1.4rem, 3vw, 2rem); }
.fb-form label { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.fb-field { margin-bottom: 1.2rem; }
.fb-input, .fb-textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: .8rem .9rem; font: inherit; color: var(--ink); background: #fff; transition: border-color .25s; }
.fb-input:focus, .fb-textarea:focus { outline: none; border-color: var(--accent); }
.fb-textarea { min-height: 90px; resize: vertical; }
.fb-starpick { display: inline-flex; gap: .25rem; font-size: 1.8rem; cursor: pointer; color: #cfc9bb; }
.fb-starpick span { transition: color .15s, transform .15s var(--ease); }
.fb-starpick span:hover { transform: scale(1.15); }
.fb-starpick span.on { color: #d9b310; }
.fb-submit { display: inline-flex; align-items: center; gap: .6rem; padding: .85rem 1.6rem; background: var(--ink); color: #fff; border: 0; border-radius: 100px; font: inherit; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; cursor: pointer; transition: background .3s, transform .3s var(--ease); }
.fb-submit:hover { background: var(--accent); transform: translateY(-2px); }
.fb-submit:disabled { opacity: .5; cursor: default; transform: none; }
.fb-note { font-size: 0.78rem; color: var(--muted); margin-top: .8rem; }
.fb-list { margin-top: 1.5rem; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.fb-item { background: #fff; padding: 1.2rem 1.3rem; }
.fb-item-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; flex-wrap: wrap; }
.fb-item-name { font-weight: 600; color: var(--ink); }
.fb-item .stars { font-size: 0.95rem; }
.fb-item-date { font-size: 0.74rem; color: var(--muted); }
.fb-item p { margin: 0; color: var(--ink-soft); font-size: 0.96rem; }
.fb-empty { background: #fff; padding: 1.4rem; color: var(--muted); font-size: 0.95rem; border: 1px dashed var(--line); border-radius: 6px; margin-top: 1.5rem; }

/* aggregate leaderboard (index) */
.fb-board { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; margin-top: 2rem; }
.fb-row { background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.3rem; transition: background .25s; }
.fb-row:hover { background: var(--sand); }
.fb-row .fb-row-name { font-weight: 600; color: var(--ink); }
.fb-row .fb-row-meta { display: flex; align-items: center; gap: .9rem; }
.fb-row .fb-count { font-size: 0.8rem; color: var(--muted); white-space: nowrap; }

/* ---------- foto-secties met kleur-overlay (scrim) ---------- */
/* Gebruik: <section class="section section--photo" style="background-image:url(...)"> ... </section>
   Voor een groene tint: voeg class section--photo-green toe. */
.section--photo { position: relative; color: #e7eae4; background-size: cover; background-position: center; background-repeat: no-repeat; isolation: isolate; }
.section--photo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,14,12,.80) 0%, rgba(11,14,12,.74) 50%, rgba(11,14,12,.86) 100%); }
.section--photo-green::before { background: linear-gradient(180deg, rgba(20,33,26,.82) 0%, rgba(24,38,30,.72) 50%, rgba(14,22,18,.9) 100%); }
.section--photo > .container { position: relative; z-index: 1; }
.section--photo h1, .section--photo h2, .section--photo h3, .section--photo h4 { color: #fff; }
.section--photo .eyebrow { color: #bcd0c2; }
.section--photo p { color: #e7eae4; }
.section--photo .lead { color: #fff; }
.section--photo .stat-num { color: #fff; }
.section--photo .cta { color: #fff; border-color: rgba(255,255,255,.6); }
.section--photo ul.clean li { color: #e7eae4; }
.section--photo ul.clean li::before { background: #9fd0ae; }
@media (min-width: 900px) { .section--photo { background-attachment: fixed; } } /* lichte parallax op desktop, niet op mobiel (iOS-jank) */

/* full-bleed foto-band met een korte quote/kop, voor tussen secties */
.photoband { position: relative; min-height: 56vh; display: flex; align-items: flex-end; color: #fff; background-size: cover; background-position: center; overflow: hidden; }
.photoband::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,9,.15) 0%, rgba(8,10,9,.55) 100%); }
.photoband .container { position: relative; z-index: 1; padding-top: 3rem; padding-bottom: 3rem; }
.photoband h3 { color: #fff; max-width: 20ch; }
.photoband p { color: rgba(255,255,255,.88); max-width: 48ch; margin-top: .6rem; }
@media (min-width: 900px) { .photoband { background-attachment: fixed; min-height: 64vh; } }

/* ---------- fotoboek ---------- */
.pb-bar { height: 6px; background: var(--line); border-radius: 100px; overflow: hidden; margin-top: .9rem; }
.pb-bar-fill { height: 100%; width: 0; background: var(--accent); transition: width .3s var(--ease); }
input[type="file"].fb-input { padding: .7rem .8rem; cursor: pointer; }
.pb-grid { column-count: 2; column-gap: clamp(.5rem, 1.4vw, 1rem); }
@media (min-width: 760px) { .pb-grid { column-count: 3; } }
@media (min-width: 1100px) { .pb-grid { column-count: 4; } }
.pb-grid .fb-empty { column-span: all; }
.pb-photo { break-inside: avoid; margin: 0 0 clamp(.5rem, 1.4vw, 1rem); position: relative; border-radius: 5px; overflow: hidden; background: var(--sand-deep); }
.pb-photo img { width: 100%; display: block; }
.pb-photo figcaption { display: flex; justify-content: space-between; gap: .5rem; align-items: baseline; padding: 1.4rem .8rem .6rem; font-size: .78rem; color: #fff; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(0,0,0,.65)); }
.pb-photo figcaption span:first-child { font-weight: 600; }
.pb-photo .pb-date { opacity: .82; }
.pb-photo .pb-cap { padding: .55rem .8rem; font-size: .85rem; color: var(--ink-soft); background: #fff; }

/* ---------- toegangspoort (wachtwoord) ---------- */
.gate { min-height: 100svh; display: flex; align-items: center; justify-content: center; background: var(--dark); padding: 1.5rem; }
.gate-card { width: 100%; max-width: 420px; background: #fff; border-radius: 12px; padding: clamp(1.8rem, 5vw, 2.8rem); }
.gate-card .eyebrow { margin-bottom: .8rem; }
.gate-card h1 { font-size: clamp(1.8rem, 5vw, 2.4rem); letter-spacing: -0.04em; margin-bottom: .5rem; }
.gate-card p { color: var(--muted); margin-bottom: 1.6rem; }
.gate-err { color: #a83a2f; font-size: .85rem; margin-top: .9rem; min-height: 1.1em; }
