/* ============================================================
   Meteo4Events — site.css
   Festival Pulse aesthetic · brand-aligned palette
   ============================================================ */

:root {
  /* palette */
  --paper:       #f4ede1;
  --paper-soft:  #faf6ee;
  --ink:         #0c0c12;
  --ink-2:       #56524a;
  --ink-3:       #8a8377;
  --line:        #0c0c12;
  --line-soft:   rgba(12, 12, 18, 0.14);

  --vermillion:  #FF5722;   /* brand primary */
  --amber:       #FFB300;   /* brand secondary */
  --cobalt:      #1c4cf0;   /* tertiary accent */
  --cyan:        #26C6DA;   /* used sparingly */

  /* type */
  --f-display:   "Archivo", system-ui, sans-serif;
  --f-body:      "Manrope", system-ui, sans-serif;
  --f-serif:     "Instrument Serif", Georgia, serif;
  --f-mono:      "JetBrains Mono", ui-monospace, monospace;

  /* sizing */
  --container:   1280px;
  --gutter:      40px;
  --border-w:    3px;
  --section-pad: 80px;
}

/* ---------- reset & base ---------- */

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

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* skip link for a11y */
.skip {
  position: absolute; left: -9999px; top: 0; padding: 12px 16px;
  background: var(--ink); color: var(--paper); z-index: 9999;
}
.skip:focus { left: 8px; top: 8px; }

/* ---------- layout primitives ---------- */

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.row { display: flex; }
.grid { display: grid; gap: 24px; }

/* ---------- typography ---------- */

.kicker {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin: 0;
}
.kicker--accent { color: var(--vermillion); }
.kicker--invert { color: var(--amber); }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(48px, 8vw, 168px); line-height: 0.88; letter-spacing: -0.04em; text-transform: uppercase; }
h2 { font-size: clamp(40px, 5.5vw, 84px); text-transform: uppercase; }
h3 { font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -0.015em; }

.serif-em {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
}

p { margin: 0; }
.lead { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.45; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 18px 24px;
  background: var(--ink);
  color: var(--paper);
  border: 2px solid var(--ink);
  cursor: pointer;
  transition: transform .12s ease, background .15s, color .15s;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.btn--accent { background: var(--vermillion); color: var(--paper); border-color: var(--vermillion); }
.btn--accent:hover { box-shadow: 4px 4px 0 var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost-light { background: transparent; color: var(--paper); border-color: var(--paper); }
.btn--amber { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.btn--sm { padding: 10px 14px; font-size: 11px; letter-spacing: 0.18em; }

.mono { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }

/* ---------- topbar (utility strip) ---------- */

.topbar {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.topbar__inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px var(--gutter);
  gap: 24px; flex-wrap: wrap;
}
.topbar__left { color: var(--paper); opacity: .85; }
.topbar__right { display: flex; gap: 24px; }
.topbar__right .live::before { content: "●"; color: var(--vermillion); margin-right: 6px; }

/* ---------- masthead nav ---------- */

.mast {
  background: var(--paper);
  border-bottom: var(--border-w) solid var(--ink);
  position: sticky; top: 0; z-index: 100;
}
.mast__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter); gap: 24px;
}
.mast__logo svg { display: block; }
.mast__nav { display: flex; gap: 28px; align-items: center; }
.mast__link {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  position: relative;
  padding: 8px 0;
  cursor: pointer;
}
.mast__link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px;
  background: var(--vermillion); transition: right .18s;
}
.mast__link:hover::after, .mast__link[aria-current="page"]::after { right: 0; }
.mast__link[aria-haspopup]::before {
  content: ""; position: absolute; right: -14px; top: 50%; transform: translateY(-50%) rotate(45deg);
  width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
}

.mast__cta { display: flex; gap: 8px; align-items: center; }

/* dropdowns */
.has-dropdown { position: relative; }
.dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: -18px;
  min-width: 280px;
  background: var(--paper);
  border: var(--border-w) solid var(--ink);
  margin-top: 12px;
  padding: 8px;
  display: none;
  z-index: 50;
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.has-dropdown.open .dropdown {
  display: block;
}
.dropdown a {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  font-family: var(--f-display); font-weight: 700; font-size: 14px;
  border-bottom: 1.5px dashed var(--line-soft);
  transition: background .12s, color .12s;
}
.dropdown a:last-child { border-bottom: 0; }
.dropdown a:hover { background: var(--vermillion); color: var(--paper); }
.dropdown a .glyph { font-size: 18px; line-height: 1; }
.dropdown a .desc { display: block; font-family: var(--f-body); font-weight: 400; font-size: 12px; color: var(--ink-2); margin-top: 3px; }
.dropdown a:hover .desc { color: var(--paper); opacity: .85; }

/* lang switcher — tijdelijk verborgen tot DE/EN vertalingen klaar zijn */
.lang {
  display: none !important;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em;
  border: 2px solid var(--ink);
}
.lang a {
  padding: 8px 10px; border-right: 2px solid var(--ink); background: var(--paper); color: var(--ink);
}
.lang a:last-child { border-right: 0; }
.lang a.is-active { background: var(--ink); color: var(--paper); }

/* mobile menu toggle */
.mast__burger { display: none; background: var(--ink); color: var(--paper); border: 0; padding: 10px 14px; }

/* ---------- HERO ---------- */

.hero {
  position: relative;
  padding: 56px var(--gutter) 56px;
  border-bottom: var(--border-w) solid var(--ink);
  overflow: hidden;
  background: var(--paper);
}
.hero__sun {
  position: absolute; top: -200px; right: -180px;
  width: 560px; height: 560px;
  background: var(--amber);
  border-radius: 50%;
  z-index: 0;
}
.hero__sun-label {
  position: absolute; top: 140px; right: 70px;
  font-family: var(--f-serif); font-style: italic; font-size: 30px;
  transform: rotate(8deg); z-index: 1;
}
.hero__inner { position: relative; z-index: 2; max-width: 1180px; }
.hero__badge {
  display: inline-block;
  background: var(--ink); color: var(--amber);
  padding: 8px 14px;
  font-family: var(--f-mono); font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.hero h1 { margin-top: 24px; }
.hero h1 .pill {
  background: var(--vermillion); color: var(--paper);
  padding: 0 14px; display: inline-block; transform: rotate(-2deg);
}
.hero h1 .underlined { position: relative; }
.hero h1 .underlined::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'><path d='M3 8 Q 50 0, 100 8 T 197 7' fill='none' stroke='%231c4cf0' stroke-width='5' stroke-linecap='round'/></svg>") repeat-x;
  background-size: contain;
}

.hero__lead {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 64px;
  margin-top: 48px;
  align-items: end;
}
@media (max-width: 900px) {
  .hero__lead { grid-template-columns: 1fr; gap: 28px; }
}
.hero__lead p { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.4; max-width: 680px; }
.hero__cta { display: flex; flex-direction: column; gap: 10px; }
.hero__cta .btn { justify-content: flex-start; }

/* stats strip */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  border: 2px solid var(--ink);
  background: var(--paper);
}
.stats__cell {
  padding: 20px 18px;
  border-right: 2px solid var(--ink);
}
.stats__cell:last-child { border-right: 0; }
.stats__cell--magenta { background: var(--vermillion); color: var(--paper); }
.stats__cell--cobalt  { background: var(--cobalt); color: var(--paper); }
.stats__num {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(28px, 3vw, 42px); letter-spacing: -0.025em; line-height: 1;
}
.stats__lbl { margin-top: 6px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; }

@media (max-width: 720px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats__cell:nth-child(2) { border-right: 0; }
  .stats__cell:nth-child(1), .stats__cell:nth-child(2) { border-bottom: 2px solid var(--ink); }
}

/* ---------- sticker ticker ---------- */

.stickers {
  background: var(--cobalt);
  color: var(--paper);
  border-bottom: var(--border-w) solid var(--ink);
  padding: 22px var(--gutter);
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
}
.stickers__label { font-family: var(--f-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; flex: 0 0 auto; }
.sticker {
  font-family: var(--f-mono); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 8px 12px;
}
.sticker:nth-child(2n)   { background: var(--paper);     color: var(--ink); transform: rotate(-1deg); }
.sticker:nth-child(3n)   { background: var(--amber);     color: var(--ink); transform: rotate(1.5deg); }
.sticker:nth-child(3n+1) { background: var(--vermillion); color: var(--paper); transform: rotate(-1.5deg); }

/* ---------- PROBLEM (full-bleed vermillion) ---------- */

.problem {
  padding: var(--section-pad) var(--gutter);
  border-bottom: var(--border-w) solid var(--ink);
  background: var(--vermillion); color: var(--paper);
}
.problem__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 900px) { .problem__grid { grid-template-columns: 1fr; gap: 24px; } }
.problem h2 { color: var(--paper); }
.problem h2 .em { color: var(--amber); }
.problem p { font-size: 18px; line-height: 1.55; }

/* ---------- SERVICES ---------- */

.services { padding: var(--section-pad) var(--gutter); border-bottom: var(--border-w) solid var(--ink); }
.services__head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 40px; flex-wrap: wrap; }
.services__head p { max-width: 380px; color: var(--ink-2); }

.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1100px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .svc-grid { grid-template-columns: 1fr; } }

.svc {
  border: var(--border-w) solid var(--ink);
  background: var(--paper);
  padding: 28px 26px 32px;
  position: relative;
  min-height: 340px;
  display: flex; flex-direction: column;
  transition: transform .15s ease;
}
.svc:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.svc__num {
  position: absolute; top: -18px; left: -3px;
  background: var(--vermillion); color: var(--paper);
  padding: 4px 12px;
  font-family: var(--f-display); font-weight: 900; font-size: 18px;
  border: var(--border-w) solid var(--ink);
}
.svc:nth-child(2) .svc__num { background: var(--amber); color: var(--ink); }
.svc:nth-child(3) .svc__num { background: var(--cobalt); color: var(--paper); }
.svc:nth-child(4) .svc__num { background: var(--ink);   color: var(--paper); }
.svc__glyph { font-size: 44px; margin: 18px 0 6px; line-height: 1; }
.svc__name { font-family: var(--f-display); font-weight: 900; font-size: 24px; letter-spacing: -0.01em; margin: 6px 0 12px; line-height: 1.05; }
.svc__desc { font-size: 14px; line-height: 1.55; flex: 1; }
.svc__link { margin-top: 18px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--ink-2); }
.svc__link:hover { color: var(--vermillion); }

/* ---------- SECTORS (dark band) ---------- */

.sectors {
  padding: var(--section-pad) var(--gutter);
  border-bottom: var(--border-w) solid var(--ink);
  background: var(--ink); color: var(--paper);
}
.sectors h2 { color: var(--paper); }
.sectors h2 .em { color: var(--amber); }
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
@media (max-width: 900px) { .sec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sec-grid { grid-template-columns: 1fr; } }
.sec {
  border: var(--border-w) solid var(--paper);
  padding: 22px 22px 26px;
  background: var(--vermillion); color: var(--paper);
  transition: transform .15s ease;
}
.sec:nth-child(1) { background: var(--vermillion); transform: rotate(-0.4deg); }
.sec:nth-child(2) { background: var(--cobalt);     transform: rotate(0.4deg); }
.sec:nth-child(3) { background: var(--amber); color: var(--ink); transform: rotate(-0.4deg); }
.sec:nth-child(4) { background: var(--vermillion); transform: rotate(0.4deg); }
.sec:nth-child(5) { background: var(--cobalt);     transform: rotate(-0.4deg); }
.sec:nth-child(6) { background: var(--amber); color: var(--ink); transform: rotate(0.4deg); }
.sec:hover { transform: rotate(0deg) translate(-2px,-2px); box-shadow: 6px 6px 0 var(--paper); }
.sec__tag { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; }
.sec__name { font-family: var(--f-display); font-weight: 900; font-size: 26px; letter-spacing: -0.015em; text-transform: uppercase; margin: 6px 0 10px; line-height: 1; }
.sec__desc { font-size: 14px; line-height: 1.5; }

/* ---------- WHY MAICKEL ---------- */

.why { padding: var(--section-pad) var(--gutter); border-bottom: var(--border-w) solid var(--ink); }
.why__grid { display: grid; grid-template-columns: 1fr 460px; gap: 48px; align-items: start; }
@media (max-width: 900px) { .why__grid { grid-template-columns: 1fr; gap: 28px; } }
.why h2 .em { background: var(--amber); padding: 0 10px; }
.why p { font-size: 18px; line-height: 1.6; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700;
  padding: 7px 12px;
  background: var(--paper); color: var(--ink); border: 2px solid var(--ink);
}
.chip:nth-child(2n)   { background: var(--ink); color: var(--paper); }
.chip:nth-child(3n)   { background: var(--vermillion); color: var(--paper); }
.chip:nth-child(4n)   { background: var(--cobalt); color: var(--paper); }
.chip:nth-child(5n)   { background: var(--amber); color: var(--ink); }

.portrait {
  position: relative;
  width: 100%; aspect-ratio: 4 / 5;
  background: var(--ink);
  background-image:
    linear-gradient(rgba(12,12,18,0.55), rgba(12,12,18,0.55)),
    repeating-linear-gradient(45deg, rgba(255,179,0,.18) 0 6px, transparent 6px 16px);
  display: flex; align-items: flex-end; padding: 22px;
  color: var(--paper);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.portrait--swap { /* later: background-image with photo */ }
.quote-block {
  background: var(--vermillion); color: var(--paper);
  padding: 22px 24px;
  margin-top: -3px;
  border: var(--border-w) solid var(--ink);
}
.quote-block .q {
  font-family: var(--f-serif); font-style: italic; font-size: 20px; line-height: 1.35; margin: 0;
}
.quote-block .attr {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  margin-top: 14px; opacity: 0.9;
}

/* timeline */
.timeline {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: 56px;
  border: var(--border-w) solid var(--ink);
}
@media (max-width: 900px) { .timeline { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .timeline { grid-template-columns: 1fr; } }
.timeline__cell { padding: 22px 22px 26px; border-right: var(--border-w) solid var(--ink); }
.timeline__cell:last-child { border-right: 0; }
.timeline__cell:nth-child(1) { background: var(--paper); }
.timeline__cell:nth-child(2) { background: var(--amber); }
.timeline__cell:nth-child(3) { background: var(--paper); }
.timeline__cell:nth-child(4) { background: var(--cobalt); color: var(--paper); }
.timeline__year { font-family: var(--f-display); font-weight: 900; font-size: 32px; letter-spacing: -0.03em; line-height: 1; }
.timeline__head { font-family: var(--f-display); font-weight: 800; font-size: 17px; margin-top: 6px; }
.timeline__desc { font-size: 13px; margin-top: 6px; line-height: 1.5; }

/* ---------- METHOD (amber band) ---------- */

.method { padding: var(--section-pad) var(--gutter); border-bottom: var(--border-w) solid var(--ink); background: var(--amber); }
.method h2 { color: var(--ink); }
.method__intro { font-size: 18px; line-height: 1.55; max-width: 760px; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
@media (max-width: 900px) { .method-grid { grid-template-columns: 1fr; } }
.method-step {
  position: relative;
  border: var(--border-w) solid var(--ink);
  background: var(--paper);
  padding: 24px 26px 28px;
}
.method-step__num { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); }
.method-step__head { font-family: var(--f-display); font-weight: 900; font-size: 28px; letter-spacing: -0.02em; line-height: 1.05; margin-top: 6px; }
.method-step__desc { font-size: 14px; line-height: 1.55; margin-top: 12px; }
.method-step__arrow {
  position: absolute; right: -22px; top: 50%; transform: translateY(-50%);
  background: var(--ink); color: var(--amber);
  padding: 4px 8px;
  font-family: var(--f-display); font-weight: 900; font-size: 16px;
  border: var(--border-w) solid var(--ink);
  z-index: 2;
}
@media (max-width: 900px) { .method-step__arrow { display: none; } }

/* ---------- EVENTWEATHER CERTIFIED ---------- */

.ewc {
  padding: var(--section-pad) var(--gutter);
  border-bottom: var(--border-w) solid var(--ink);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center;
}
@media (max-width: 900px) { .ewc { grid-template-columns: 1fr; } }
.ewc h2 .em { color: var(--vermillion); }
.ewc__disclaimer { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; line-height: 1.6; color: var(--ink-2); max-width: 480px; margin-top: 18px; }
.ewc__badge {
  background: var(--ink); color: var(--paper);
  padding: 32px;
  border: var(--border-w) solid var(--ink);
  display: flex; flex-direction: column; align-items: center;
  position: relative;
}
.ewc__badge .v { position: absolute; top: 14px; right: 14px; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--amber); }
.ewc__seal {
  width: 220px; height: 220px;
  border: 6px solid var(--amber);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  font-family: var(--f-display);
}
.ewc__seal .big { font-size: 60px; font-weight: 900; color: var(--amber); letter-spacing: -0.04em; line-height: 1; }
.ewc__seal .small { font-size: 11px; letter-spacing: 0.18em; color: var(--paper); margin-top: 6px; }
.ewc__caption { font-family: var(--f-serif); font-style: italic; font-size: 24px; margin-top: 22px; }

/* ---------- REVIEWS ---------- */

.reviews { padding: var(--section-pad) var(--gutter); border-bottom: var(--border-w) solid var(--ink); }
.reviews__head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 16px; margin-bottom: 32px; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 900px) { .review-grid { grid-template-columns: 1fr; } }
.review { border: var(--border-w) solid var(--ink); padding: 24px 26px 26px; }
.review:nth-child(1) { background: var(--paper);     color: var(--ink); }
.review:nth-child(2) { background: var(--amber);     color: var(--ink); }
.review:nth-child(3) { background: var(--cobalt);    color: var(--paper); }
.review:nth-child(4) { background: var(--vermillion);color: var(--paper); }
.review__stars { letter-spacing: 3px; font-size: 16px; }
.review__quote { font-family: var(--f-serif); font-style: italic; font-size: 22px; line-height: 1.35; margin: 14px 0 22px; }
.review__foot { display: flex; justify-content: space-between; align-items: center; border-top: 2px solid currentColor; padding-top: 14px; }
.review__name { font-family: var(--f-display); font-weight: 900; font-size: 15px; text-transform: uppercase; }
.review__org  { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; margin-top: 3px; }
.review__verified { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; }

/* ---------- FAQ ---------- */

.faq { padding: var(--section-pad) var(--gutter); border-bottom: var(--border-w) solid var(--ink); }
.faq__grid { display: grid; grid-template-columns: 360px 1fr; gap: 48px; }
@media (max-width: 1080px) { .faq__grid { grid-template-columns: 1fr; gap: 28px; } }
/* FAQ heading lives in a narrow column — restrain the default oversized h2 so
   long Dutch words ("VEELGESTELDE", "ANTWOORDEN") don't overflow the column. */
.faq__h h2 {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1;
  overflow-wrap: anywhere;
  padding-right: 16px;
}
.faq__grid > * { min-width: 0; }
.faq__h h2 .em { font-family: var(--f-serif); font-style: italic; text-transform: none; letter-spacing: -0.01em; }
.faq__list { border: var(--border-w) solid var(--ink); background: var(--paper); }
.faq__item { padding: 18px 22px; border-top: 2px solid var(--ink); }
.faq__item:first-child { border-top: 0; }
.faq__q {
  cursor: pointer;
  font-family: var(--f-display); font-weight: 800; font-size: 18px;
  display: flex; justify-content: space-between; gap: 24px;
  list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: "+"; color: var(--vermillion); font-size: 24px; line-height: 1; font-weight: 900; }
.faq__item[open] .faq__q::after { content: "−"; }
.faq__a { margin-top: 10px; font-size: 15px; line-height: 1.6; color: #2a2926; }

/* ---------- CTA (dark) ---------- */

.cta { padding: 120px var(--gutter); background: var(--ink); color: var(--paper); text-align: center; }
.cta .kicker { color: var(--amber); }
.cta h2 { font-size: clamp(48px, 8vw, 128px); letter-spacing: -0.035em; line-height: 0.92; }
.cta h2 .pill { background: var(--vermillion); padding: 0 18px; display: inline-block; transform: rotate(-1.5deg); }
.cta h2 .em { font-family: var(--f-serif); font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -0.01em; }
.cta p { font-size: 17px; max-width: 560px; margin: 24px auto 0; opacity: 0.85; }
.cta__buttons { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta__contact { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.85; margin-top: 28px; }

/* ---------- FOOTER ---------- */

.foot {
  padding: 48px var(--gutter) 24px;
  background: var(--paper);
  border-top: var(--border-w) solid var(--ink);
}
.foot__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
@media (max-width: 900px) { .foot__inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot__inner { grid-template-columns: 1fr; } }
.foot__about p { font-size: 13px; max-width: 340px; margin-top: 14px; line-height: 1.55; }
.foot__naw { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); margin-top: 18px; line-height: 1.85; }
.foot__col h4 { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); margin: 0 0 14px; font-weight: 600; }
.foot__col a { display: block; font-size: 14px; margin-bottom: 8px; }
.foot__col a:hover { color: var(--vermillion); }
.foot__bar {
  grid-column: 1 / -1;
  border-top: 2px solid var(--ink); margin-top: 24px; padding-top: 18px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2);
}

/* ---------- COOKIE BANNER ---------- */

.cookie {
  position: fixed; bottom: 16px; left: 16px; right: 16px;
  max-width: 720px; margin: 0 auto;
  background: var(--ink); color: var(--paper);
  border: var(--border-w) solid var(--ink);
  padding: 18px 22px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  z-index: 1000;
  box-shadow: 6px 6px 0 var(--vermillion);
}
.cookie p { flex: 1 1 280px; font-size: 13px; line-height: 1.5; margin: 0; }
.cookie__btns { display: flex; gap: 8px; }
.cookie .btn { padding: 10px 16px; font-size: 12px; }
.cookie a { color: var(--amber); text-decoration: underline; }
.cookie[hidden] { display: none; }

/* ---------- CONTACT PAGE ---------- */

.contact-hero {
  padding: 56px var(--gutter) 40px;
  background: var(--paper);
  border-bottom: var(--border-w) solid var(--ink);
}
.contact-body {
  padding: var(--section-pad) var(--gutter);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px;
}
@media (max-width: 900px) { .contact-body { grid-template-columns: 1fr; } }

.form { display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.form__field { display: flex; flex-direction: column; gap: 8px; }
.form__field label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2);
}
.form__field label .req { color: var(--vermillion); }
.form__field input,
.form__field select,
.form__field textarea {
  font-family: var(--f-body); font-size: 16px;
  padding: 14px 16px;
  background: var(--paper); color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 0;
  outline: none;
  transition: box-shadow .12s;
}
.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  box-shadow: 4px 4px 0 var(--vermillion);
}
.form__field textarea { min-height: 140px; resize: vertical; }
.form__honey { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; }
.form__consent input { margin-top: 3px; }
.form__submit { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.form__msg { padding: 14px 18px; border: 2px solid var(--ink); font-size: 14px; }
.form__msg--ok { background: var(--amber); }
.form__msg--err { background: var(--vermillion); color: var(--paper); }
.form__msg--info { background: var(--cobalt); color: var(--paper); }

.contact-aside { background: var(--ink); color: var(--paper); padding: 32px; border: var(--border-w) solid var(--ink); }
.contact-aside h3 { color: var(--paper); }
.contact-aside .line { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; border-bottom: 1px dashed rgba(255,255,255,0.2); font-size: 15px; }
.contact-aside .line:last-of-type { border-bottom: 0; }
.contact-aside .lbl { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; flex: 0 0 80px; }
.contact-aside a { color: var(--amber); }

/* ---------- mobile nav drawer ---------- */

@media (max-width: 1080px) {
  .mast__nav { display: none; }
  .mast__cta .btn--sm:not(.btn--accent) { display: none; }
  .mast__burger { display: inline-flex; }
}
.drawer {
  position: fixed; inset: 0; background: var(--ink); color: var(--paper);
  z-index: 200; padding: 24px var(--gutter);
  display: none; flex-direction: column; gap: 24px; overflow-y: auto;
}
.drawer[aria-hidden="false"] { display: flex; }
.drawer__top { display: flex; justify-content: space-between; align-items: center; }
.drawer__close { background: var(--vermillion); color: var(--paper); border: 0; padding: 10px 14px; font-family: var(--f-mono); }
.drawer__nav { display: flex; flex-direction: column; gap: 4px; }
.drawer__nav a { font-family: var(--f-display); font-weight: 800; font-size: 28px; padding: 12px 0; border-bottom: 1px dashed rgba(255,255,255,0.2); text-transform: uppercase; letter-spacing: -0.01em; }
.drawer__sub { padding-left: 20px; font-size: 18px; }
.drawer__sub a { font-size: 18px; padding: 8px 0; }

/* ---------- utility ---------- */
.hr { height: 0; border: 0; border-bottom: var(--border-w) solid var(--ink); margin: 0; }
.center { text-align: center; }
.muted { color: var(--ink-2); }

/* ============================================================
   PHOTO BACKGROUNDS + GALLERY
   ============================================================ */

/* Apply to any section:
   <section class="content has-bg has-bg--overlay" style="--bg-img: url('/assets/img/foo.jpg')">
   Add has-bg--fixed for parallax (background-attachment: fixed) */
.has-bg { position: relative; isolation: isolate; }
.has-bg > * { position: relative; z-index: 2; }
.has-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: var(--bg-pos, center);
  background-repeat: no-repeat;
}
.has-bg--overlay::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: var(--bg-overlay, rgba(6, 10, 20, 0.72));
}

/* Parallax: bg fixed to viewport (smooth, no-JS, scaling preserved).
   Disabled on touch devices because iOS background-attachment:fixed is broken. */
.has-bg--fixed::before { background-attachment: fixed; }
@media (max-width: 900px), (hover: none) {
  .has-bg--fixed::before { background-attachment: scroll; }
}

/* When overlay is active, force text to paper color */
.has-bg--overlay,
.has-bg--overlay h1,
.has-bg--overlay h2,
.has-bg--overlay h3,
.has-bg--overlay p:not(.kicker--invert),
.has-bg--overlay li,
.has-bg--overlay .lead { color: var(--paper); }
.has-bg--overlay .kicker { color: var(--amber); }
.has-bg--overlay h2 .em,
.has-bg--overlay h1 .serif-em { color: var(--amber); }

/* Image card — quick way to drop an <img> with consistent framing */
.img-card {
  border: var(--border-w) solid var(--ink);
  background: var(--ink);
  overflow: hidden;
  position: relative;
}
.img-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.img-card--portrait { aspect-ratio: 4 / 5; }
.img-card--square { aspect-ratio: 1 / 1; }
.img-card--wide { aspect-ratio: 16 / 9; }
.img-card__cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(12,12,18,0.82));
  color: var(--paper); padding: 22px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
}

/* ─── Gallery grid ────────────────────────────────────────── */
.gallery {
  display: grid; gap: 14px;
  margin-top: 32px;
}
.gallery--2 { grid-template-columns: repeat(2, 1fr); }
.gallery--3 { grid-template-columns: repeat(3, 1fr); }
.gallery--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .gallery--3, .gallery--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .gallery--2, .gallery--3, .gallery--4 { grid-template-columns: 1fr; }
}
.gallery__item {
  position: relative; aspect-ratio: 4 / 3;
  overflow: hidden; border: var(--border-w) solid var(--ink); background: var(--ink);
  transition: transform .15s ease;
}
.gallery__item:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.gallery__item:hover img { transform: scale(1.05); }
.gallery__caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.78));
  color: var(--paper); padding: 18px 22px 16px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
}
.gallery__item--wide { aspect-ratio: 16 / 9; grid-column: span 2; }
.gallery__item--portrait { aspect-ratio: 3 / 4; }

/* ============================================================
   SUBPAGE COMPONENTS — gebruikt door diensten/, sectoren/,
   kennisbank/, eventweather-certified, over, stormchasen etc.
   ============================================================ */

/* ─── page hero (kleiner dan home hero) ─────────────────────── */
.phero {
  position: relative;
  padding: 80px var(--gutter) 64px;
  border-bottom: var(--border-w) solid var(--ink);
  background: var(--paper);
  overflow: hidden;
}
.phero--dark {
  background: var(--ink); color: var(--paper);
}
.phero__bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
}
.phero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(6, 10, 20, 0.78);  /* overlay zoals sitemap.md voorschrijft */
}
.phero__inner { position: relative; z-index: 2; max-width: 1180px; }
.phero h1 {
  font-size: clamp(48px, 7vw, 124px);
  margin: 14px 0 0;
}
.phero__sub { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; max-width: 760px; margin-top: 22px; }
.phero__bc {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-2); display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px;
}
.phero--dark .phero__bc { color: rgba(255,255,255,0.6); }
.phero__bc a { color: inherit; border-bottom: 1px dashed currentColor; }
.phero__bc span:not(:first-child)::before { content: "›"; margin-right: 8px; }

/* ─── content sections ──────────────────────────────────────── */
.content {
  padding: var(--section-pad) var(--gutter);
  border-bottom: var(--border-w) solid var(--ink);
}
.content--paper { background: var(--paper-soft); }
.content--dark  { background: var(--ink); color: var(--paper); }
.content--amber { background: var(--amber); color: var(--ink); }
.content--cobalt{ background: var(--cobalt); color: var(--paper); }
.content--vermillion { background: var(--vermillion); color: var(--paper); }

.content__inner { max-width: 1180px; margin: 0 auto; }
.content__grid--2 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; }
.content__grid--side { display: grid; grid-template-columns: 320px 1fr; gap: 56px; }
@media (max-width: 900px) {
  .content__grid--2, .content__grid--side { grid-template-columns: 1fr; gap: 28px; }
}
.content h2 { color: inherit; }
.content h2 .em { color: var(--vermillion); }
.content--vermillion h2 .em,
.content--cobalt h2 .em { color: var(--amber); }
.content--dark h2 .em { color: var(--amber); }
.content--amber h2 .em { color: var(--vermillion); }
.content p { font-size: 17px; line-height: 1.65; margin-bottom: 16px; }
.content p:last-child { margin-bottom: 0; }
.content ul, .content ol { font-size: 16px; line-height: 1.7; padding-left: 20px; }
.content ul li, .content ol li { margin-bottom: 8px; }
.content a:not(.btn) { border-bottom: 2px solid var(--vermillion); }
.content--dark a:not(.btn), .content--cobalt a:not(.btn), .content--vermillion a:not(.btn) {
  color: var(--amber); border-bottom-color: var(--amber);
}

/* ─── feature list (icoon + tekst) ──────────────────────────── */
.features {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
  margin-top: 28px;
}
@media (max-width: 720px) { .features { grid-template-columns: 1fr; } }
.feature {
  border: var(--border-w) solid var(--ink); padding: 22px 24px;
  background: var(--paper);
}
.feature__icon { font-size: 28px; line-height: 1; margin-bottom: 8px; }
.feature__head { font-family: var(--f-display); font-weight: 800; font-size: 19px; letter-spacing: -0.01em; }
.feature__desc { font-size: 14px; line-height: 1.55; margin-top: 6px; color: var(--ink-2); }
.content--dark .feature, .content--cobalt .feature, .content--vermillion .feature {
  background: rgba(255,255,255,0.06); border-color: var(--paper); color: var(--paper);
}
.content--dark .feature__desc, .content--cobalt .feature__desc, .content--vermillion .feature__desc {
  color: rgba(255,255,255,0.7);
}

/* ─── checklist ─────────────────────────────────────────────── */
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li {
  display: grid; grid-template-columns: 28px 1fr; gap: 12px;
  padding: 12px 0; border-bottom: 1px dashed var(--line-soft);
  font-size: 16px; line-height: 1.55;
}
.checklist li::before {
  content: "✓"; color: var(--vermillion); font-weight: 900; font-size: 18px;
}

/* ─── T-briefings tijdlijn (voor remote monitoring) ────────── */
.tbrief {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border: var(--border-w) solid var(--ink);
  margin-top: 32px;
}
@media (max-width: 900px) { .tbrief { grid-template-columns: 1fr; } }
.tbrief__cell { padding: 22px 22px 26px; border-right: var(--border-w) solid var(--ink); }
.tbrief__cell:last-child { border-right: 0; }
.tbrief__cell:nth-child(odd)  { background: var(--paper); }
.tbrief__cell:nth-child(2)    { background: var(--amber); }
.tbrief__cell:nth-child(4)    { background: var(--vermillion); color: var(--paper); }
.tbrief__t { font-family: var(--f-display); font-weight: 900; font-size: 36px; letter-spacing: -0.03em; line-height: 1; }
.tbrief__head { font-family: var(--f-display); font-weight: 800; font-size: 16px; margin-top: 6px; }
.tbrief__desc { font-size: 13px; line-height: 1.5; margin-top: 6px; }

/* ─── kennisbank ────────────────────────────────────────────── */
.kb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .kb-grid { grid-template-columns: 1fr; } }
.kb-card {
  border: var(--border-w) solid var(--ink); padding: 24px 26px 28px;
  background: var(--paper);
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .15s ease;
}
.kb-card:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--ink); }
.kb-card__tag { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--vermillion); }
.kb-card__head { font-family: var(--f-display); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; line-height: 1.15; }
.kb-card__desc { font-size: 14px; line-height: 1.55; color: var(--ink-2); flex: 1; }
.kb-card__more { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; color: var(--ink); margin-top: 8px; }

/* article body */
.article {
  max-width: 760px; margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
}
.article h2 { font-size: clamp(28px, 3vw, 40px); margin: 40px 0 16px; text-transform: none; letter-spacing: -0.02em; }
.article h3 { font-size: clamp(22px, 2.2vw, 28px); margin: 28px 0 12px; }
.article p { font-size: 18px; line-height: 1.7; margin-bottom: 18px; }
.article ul, .article ol { font-size: 17px; line-height: 1.7; padding-left: 22px; margin-bottom: 18px; }
.article blockquote {
  margin: 28px 0;
  padding: 20px 28px;
  background: var(--paper-soft);
  border-left: 4px solid var(--vermillion);
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; line-height: 1.4;
}
.article__meta {
  display: flex; gap: 16px; margin-bottom: 24px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2);
}
.article__related {
  margin-top: 56px; padding: 32px;
  background: var(--paper-soft); border: 2px solid var(--ink);
}
.article__related h3 { margin: 0 0 16px; font-size: 18px; text-transform: uppercase; letter-spacing: 0.02em; }
.article__related a { display: block; padding: 8px 0; border-bottom: 1px dashed var(--line-soft); }
.article__related a:last-child { border-bottom: 0; }

/* ─── compare table (overview pages) ───────────────────────── */
.compare {
  border: var(--border-w) solid var(--ink); margin-top: 32px;
  background: var(--paper);
}
.compare__row {
  display: grid; grid-template-columns: 200px repeat(4, 1fr);
  border-bottom: 2px solid var(--ink);
}
.compare__row:last-child { border-bottom: 0; }
.compare__row > * {
  padding: 16px 18px; border-right: 1px solid var(--line-soft);
  font-size: 14px;
}
.compare__row > *:last-child { border-right: 0; }
.compare__row--head > * {
  background: var(--ink); color: var(--paper);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
.compare__cell--label {
  font-family: var(--f-display); font-weight: 800; letter-spacing: -0.005em;
  background: var(--paper-soft);
}
.compare__y { color: var(--vermillion); font-weight: 900; }
.compare__n { color: var(--ink-3); }
@media (max-width: 900px) {
  .compare__row { grid-template-columns: 1fr; }
  .compare__row > * { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .compare__row > *:last-child { border-bottom: 0; }
}

/* ─── EWC certificate showcase ──────────────────────────────── */
.ewc-detail {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  padding: var(--section-pad) var(--gutter);
  border-bottom: var(--border-w) solid var(--ink);
  background: var(--ink); color: var(--paper);
}
@media (max-width: 900px) { .ewc-detail { grid-template-columns: 1fr; } }

/* ─── content callouts ─────────────────────────────────────── */
.callout {
  margin: 28px 0;
  padding: 22px 26px;
  border: var(--border-w) solid var(--ink);
  background: var(--amber);
  display: grid; grid-template-columns: 32px 1fr; gap: 16px; align-items: start;
}
.callout__icon { font-size: 22px; line-height: 1; }
.callout p { margin: 0; font-size: 16px; line-height: 1.55; }
.callout--cobalt { background: var(--cobalt); color: var(--paper); }
.callout--vermillion { background: var(--vermillion); color: var(--paper); }

/* ─── over Maickel hero image ───────────────────────────────── */
.bio-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: center;
  padding: var(--section-pad) var(--gutter);
  border-bottom: var(--border-w) solid var(--ink);
}
@media (max-width: 900px) { .bio-grid { grid-template-columns: 1fr; } }
.bio-photo {
  aspect-ratio: 4 / 5;
  background: var(--ink);
  background-image:
    linear-gradient(rgba(12,12,18,0.4), rgba(12,12,18,0.7)),
    repeating-linear-gradient(45deg, rgba(255,179,0,.18) 0 6px, transparent 6px 16px);
  display: flex; align-items: flex-end; padding: 28px;
  color: var(--paper); font-family: var(--f-mono); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
}

/* ─── legal pages (privacy / voorwaarden) ──────────────────── */
.legal {
  max-width: 760px; margin: 0 auto;
  padding: var(--section-pad) var(--gutter);
}
.legal h2 { font-size: 28px; margin: 36px 0 12px; text-transform: none; letter-spacing: -0.015em; }
.legal h3 { font-size: 20px; margin: 24px 0 8px; }
.legal p, .legal ul { font-size: 16px; line-height: 1.7; }
.legal ul { padding-left: 22px; margin-bottom: 16px; }
.legal__meta {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-2); margin-bottom: 32px;
}

/* ============================================================
   MOBILE — tighten spacing + collapse inline figure grids
   ============================================================ */
@media (max-width: 760px) {
  :root { --gutter: 22px; --section-pad: 52px; }
  h1 { letter-spacing: -0.03em; }
  /* inline-styled .features grids (repeat(3/4/5,1fr)) must collapse — inline style
     beats a plain class rule, so force it with !important */
  .features[style*="grid-template-columns"] { grid-template-columns: 1fr 1fr !important; }
  /* any inline two-column figure grid (radar method, author box wide) stacks */
  .method > div[style*="grid-template-columns:340px"],
  .method > div[style*="grid-template-columns: 340px"] {
    display: block !important;
  }
  .method > div[style*="340px"] > figure { margin-bottom: 24px !important; }
  /* author trustbox: keep photo + text side by side but allow shrink */
  section[aria-label="Over de auteur"] > .content__inner > div { padding: 20px !important; }
  /* article lead + body comfortable on phone */
  .article p[style*="22px"] { font-size: 19px !important; }
  /* hero decorative sun smaller so it doesn't dominate */
  .hero__sun { width: 320px !important; height: 320px !important; top: -120px !important; right: -120px !important; }
  .hero__sun-label { font-size: 22px !important; top: 90px !important; right: 40px !important; }
}
@media (max-width: 460px) {
  :root { --gutter: 16px; }
  /* author trustbox stacks fully on very small screens */
  section[aria-label="Over de auteur"] > .content__inner > div { grid-template-columns: 1fr !important; }
  /* single column for all inline feature grids on the smallest screens */
  .features[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
}
