/* gabrieldejong.nl — vertaald uit het Claude Design-ontwerp "Gabriel de Jong.dc.html" */

:root {
  --bg: #EDE7DB;
  --ink: #1B1A17;
  --dark: #16150F;
  --accent: #B24A24;
  --accent-dark: #8f3a1c;
  --accent-light: #E08B5E;
  --muted-dark: #A79E8C;   /* gedempte tekst op donker */
  --muted: #5A594F;        /* gedempte tekst op licht */
  --gray: #8A8A80;
  --body-dark: #C9C4B6;    /* lopende tekst op donker */
  --panel: #E4DCCC;
  --imgbg: #DED6C6;
  --line-dark: rgba(237, 231, 219, 0.14);
  --line-dark-strong: rgba(237, 231, 219, 0.16);
  --line: rgba(27, 26, 23, 0.2);
  --mono: 'IBM Plex Mono', monospace;
  --expanded: 'Archivo Expanded', 'Archivo', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: 'Archivo', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  background-image:
    linear-gradient(rgba(27, 26, 23, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 26, 23, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  min-height: 100vh;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-dark); }
::selection { background: var(--accent); color: var(--bg); }

/* ---------- beeldplekken (worden later echte <img>) ---------- */
.img-slot {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--imgbg);
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  color: rgba(27, 26, 23, 0.45); text-align: center; padding: 12px;
}
.img-slot-dark { background: #26241f; color: rgba(237, 231, 219, 0.4); }
.img-slot img { width: 100%; height: 100%; object-fit: cover; display: block; }

.status-dot { width: 8px; height: 8px; display: inline-block; flex: none; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: stretch; justify-content: space-between;
  background: rgba(22, 21, 15, 0.97); backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--accent); color: var(--bg);
}
.brand {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  border-right: 1px solid var(--line-dark-strong); padding: 14px 24px;
}
.brand-name { font-family: var(--expanded); font-size: 16px; font-weight: 800; letter-spacing: 0.02em; color: var(--bg); }
.brand-sub { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-dark); }
.site-nav { display: flex; align-items: stretch; }

/* vlag-icoon (partials/flag.ejs) */
.flag { display: block; width: 21px; height: 14px; flex: none; box-shadow: 0 0 0 1px rgba(237, 231, 219, 0.28); }

/* taalkeuze: vlag met dropdown */
.lang-dd { position: relative; display: flex; align-items: stretch; border-left: 1px solid var(--line-dark-strong); }
.lang-dd summary {
  list-style: none; display: flex; align-items: center; gap: 9px; padding: 0 18px; cursor: pointer;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted-dark);
}
.lang-dd summary::-webkit-details-marker { display: none; }
.lang-dd summary:hover { color: var(--bg); }
.lang-dd[open] summary { background: rgba(237, 231, 219, 0.06); color: var(--bg); }
.lang-dd-caret {
  width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 5px solid currentColor; transition: transform 0.15s ease;
}
.lang-dd[open] .lang-dd-caret { transform: rotate(180deg); }
.lang-dd-menu {
  position: absolute; top: 100%; right: 0; z-index: 60; min-width: 210px;
  background: var(--dark); border: 1px solid var(--line-dark-strong); border-top: 2px solid var(--accent);
}
.site-nav .lang-dd-menu a {
  display: flex; align-items: center; gap: 11px; padding: 13px 16px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: none;
  color: var(--bg); border-left: none; border-bottom: 1px solid var(--line-dark);
}
.site-nav .lang-dd-menu a:last-child { border-bottom: none; }
.site-nav .lang-dd-menu a:hover { background: rgba(237, 231, 219, 0.06); color: var(--accent-light); }
.site-nav .lang-dd-menu a.active { color: var(--accent-light); }
.site-nav .lang-dd-menu a.active::after { content: '✓'; margin-left: auto; }
.site-nav a {
  display: flex; align-items: center; padding: 0 22px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--bg); border-left: 1px solid var(--line-dark-strong);
}
.site-nav a:hover { color: var(--accent-light); }
.site-nav .nav-contact { background: var(--accent); padding: 0 26px; }
.site-nav .nav-contact:hover { background: var(--accent-dark); color: var(--bg); }

/* hamburger + mobiel menu (zichtbaar onder 900px) */
.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: 58px; flex: none; border: none; background: transparent; cursor: pointer;
  border-left: 1px solid var(--line-dark-strong);
}
.nav-toggle-box { position: relative; display: block; width: 20px; height: 14px; }
.nav-toggle-box span {
  position: absolute; left: 0; width: 100%; height: 2px; background: var(--bg);
  transition: transform 0.2s ease, opacity 0.15s ease, top 0.2s ease;
}
.nav-toggle-box span:nth-child(1) { top: 0; }
.nav-toggle-box span:nth-child(2) { top: 6px; }
.nav-toggle-box span:nth-child(3) { top: 12px; }
.nav-toggle.is-open .nav-toggle-box span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.nav-toggle.is-open .nav-toggle-box span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open .nav-toggle-box span:nth-child(3) { top: 6px; transform: rotate(-45deg); }
.mobile-nav { display: none; }

/* ---------- hero ---------- */
.hero {
  position: relative; background: var(--dark); color: var(--bg); overflow: hidden;
  border-bottom: 2px solid var(--accent);
  background-image:
    linear-gradient(rgba(237, 231, 219, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 231, 219, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; min-height: 86vh; }
.hero-left { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-dark); }
.hero-topbar {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted-dark); padding: 16px 40px; border-bottom: 1px solid var(--line-dark);
}
.hero-topbar-note { color: var(--accent-light); }
.hero-body { padding: 48px 40px; }
.hero-kicker { font-family: var(--mono); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 26px; }
.hero-title { font-family: var(--expanded); font-size: clamp(44px, 7vw, 104px); line-height: 0.92; font-weight: 800; letter-spacing: -0.02em; }
.accent { color: var(--accent); }
.hero-lead { margin-top: 34px; max-width: 52ch; font-size: 18px; line-height: 1.6; color: var(--body-dark); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); font-family: var(--mono); }
.hero-stat { padding: 20px 40px; border-right: 1px solid var(--line-dark); }
.hero-stat:last-child { border-right: none; }
.hero-stat-num { font-size: 30px; font-weight: 600; }
.hero-stat-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-dark); margin-top: 4px; }
.hero-image { position: relative; overflow: hidden; background: #26241f; min-height: 320px; }
.crosshair { position: absolute; font-family: var(--mono); font-size: 11px; color: var(--muted-dark); pointer-events: none; }
.ch-tl { left: 14px; top: 14px; } .ch-tr { right: 14px; top: 14px; }
.ch-bl { left: 14px; bottom: 14px; } .ch-br { right: 14px; bottom: 14px; }

/* ---------- secties ---------- */
.section { max-width: 1280px; margin: 0 auto; padding: 56px 40px 48px; }
.section-domains { padding-top: 88px; padding-bottom: 48px; }
.section-last { padding-bottom: 100px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  border-bottom: 2px solid var(--ink); padding-bottom: 18px; margin-bottom: 8px;
}
.section-title { font-family: var(--mono); font-size: 14px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; }
.section-sub { font-size: 14px; color: var(--muted); margin-top: 8px; max-width: 52ch; }
.section-count { font-family: var(--mono); font-size: 12px; color: var(--gray); white-space: nowrap; }

/* ---------- domeinenlijst (home) ---------- */
.domain-row {
  display: grid; grid-template-columns: 1fr 220px 44px; align-items: center; gap: 28px;
  border-bottom: 1px solid rgba(27, 26, 23, 0.18); padding: 26px 8px; color: var(--ink);
}
.domain-row:hover { background: rgba(27, 26, 23, 0.04); color: var(--ink); }
.domain-row-text { display: flex; gap: 20px; align-items: baseline; }
.domain-num { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--accent); padding-top: 4px; }
.domain-title { font-size: clamp(24px, 2.6vw, 34px); font-weight: 700; letter-spacing: -0.015em; line-height: 1.05; }
.domain-tagline { margin-top: 8px; font-size: 15px; line-height: 1.5; color: var(--muted); max-width: 56ch; }
.domain-thumb { position: relative; aspect-ratio: 4 / 3; background: var(--imgbg); overflow: hidden; border: 1px solid rgba(27, 26, 23, 0.16); }
.domain-arrow { font-family: var(--mono); font-size: 26px; text-align: center; }

/* ---------- ankers (home) ---------- */
.anchor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr)); gap: 24px; margin-top: 32px; }
.anchor-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: var(--dark); color: var(--bg);
  background-image:
    linear-gradient(rgba(237, 231, 219, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 231, 219, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.anchor-card:hover { color: var(--bg); }
.anchor-card:hover .anchor-cta { color: var(--bg); }
.anchor-image { position: relative; aspect-ratio: 16 / 9; background: #26241f; overflow: hidden; }
.status-badge {
  position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(22, 21, 15, 0.82); color: var(--bg); padding: 6px 11px;
}
.anchor-body { padding: 28px 30px 32px; border-top: 1px solid var(--line-dark); }
.anchor-meta { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #B98B6E; }
.anchor-title { margin-top: 12px; font-family: var(--expanded); font-size: 32px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.02; }
.anchor-lead { margin-top: 14px; font-size: 15px; line-height: 1.6; color: var(--body-dark); }
.anchor-cta { display: inline-block; margin-top: 22px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; color: var(--accent-light); }

/* ---------- homer-band (home) ---------- */
.homer-band { border: 2px solid var(--ink); display: grid; grid-template-columns: 1.35fr 1fr; }
.homer-band-text { padding: 44px; border-right: 2px solid var(--ink); }
.homer-band-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.homer-band-title { font-family: var(--expanded); font-size: clamp(26px, 3vw, 38px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; max-width: 20ch; }
.homer-band-body { margin-top: 20px; max-width: 58ch; font-size: 15px; line-height: 1.65; color: #4A4940; }
.homer-band-status {
  margin-top: 26px; display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.03em;
  background: rgba(178, 74, 36, 0.1); border: 1px solid rgba(178, 74, 36, 0.45);
  color: var(--accent-dark); padding: 10px 15px;
}
.homer-band-image { position: relative; background: var(--imgbg); overflow: hidden; min-height: 300px; }

/* ---------- pagina-basis ---------- */
.page { max-width: 1280px; margin: 0 auto; padding: 40px 40px 100px; }
.backlink { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray); }
.backlink:hover { color: var(--ink); }
.page-kicker { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.page-title { font-family: var(--expanded); font-size: clamp(34px, 5vw, 64px); font-weight: 800; letter-spacing: -0.02em; line-height: 0.98; max-width: 20ch; }
.page-lead { margin-top: 24px; max-width: 64ch; font-size: 18px; line-height: 1.65; color: #33322C; }
.mini-head { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); margin-bottom: 20px; }
.mini-head-line { border-top: 2px solid var(--ink); padding-top: 20px; }

/* ---------- domeinpagina ---------- */
.domain-hero { margin-top: 28px; border-bottom: 2px solid var(--ink); padding-bottom: 44px; }
.domain-detail { display: grid; grid-template-columns: 300px 1fr; gap: 56px; margin-top: 44px; }
.domain-facts { border-top: 2px solid var(--ink); padding-top: 20px; }
.fact-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.fact-list li { display: flex; gap: 12px; font-size: 16px; line-height: 1.5; color: #33322C; }
.fact-slash { color: var(--accent); font-family: var(--mono); font-weight: 600; }
.project-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr)); gap: 20px; }
.filter-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 24px; }
.filter-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-right: 4px; }
.filter-chip { font-family: var(--mono); font-size: 12px; letter-spacing: 0.03em; padding: 6px 13px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; transition: background 0.15s, color 0.15s, border-color 0.15s; }
.filter-chip:hover { border-color: var(--ink); }
.filter-chip.is-active { background: var(--ink); color: #EDE7DB; border-color: var(--ink); }
.project-card { display: flex; flex-direction: column; background: var(--bg); border: 1px solid var(--line); overflow: hidden; color: var(--ink); }
.project-card:hover { border-color: var(--ink); color: var(--ink); }
.project-card-image { position: relative; aspect-ratio: 4 / 3; background: var(--imgbg); overflow: hidden; }
.project-card-body { padding: 16px 18px 20px; }
.status-inline { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.status-inline .status-dot { width: 7px; height: 7px; }
.project-card-title { margin-top: 10px; font-size: 20px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.12; }
.project-card-meta { margin-top: 6px; font-family: var(--mono); font-size: 11px; color: var(--gray); }
.domain-pager { display: flex; justify-content: space-between; gap: 24px; margin-top: 76px; border-top: 2px solid var(--ink); padding-top: 24px; }
.domain-pager a { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
.domain-pager a:hover { color: var(--accent); }
.domain-pager a:last-child { text-align: right; }

/* ---------- projectpagina ---------- */
.project-back { padding-bottom: 0; }
.project-head {
  padding-top: 28px; padding-bottom: 44px;
  display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: start;
  border-bottom: 2px solid var(--ink);
}
.status-frame {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #33322C; border: 1px solid var(--ink); padding: 7px 13px;
}
.status-frame .status-dot { width: 9px; height: 9px; }
.project-title { margin-top: 24px; font-size: clamp(36px, 5.5vw, 68px); letter-spacing: -0.025em; }
.project-lead { margin-top: 26px; max-width: 56ch; font-size: 20px; line-height: 1.55; font-weight: 500; }
.project-body { margin-top: 20px; max-width: 60ch; font-size: 16px; line-height: 1.7; color: #4A4940; }
.spec-panel { border: 2px solid var(--ink); padding: 26px; background: var(--panel); }
.spec-panel .mini-head { margin-bottom: 12px; }
.spec-list { display: flex; flex-direction: column; }
.spec-list > div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); }
.spec-list dt { font-family: var(--mono); font-size: 12px; color: var(--gray); }
.spec-list dd { font-size: 14px; text-align: right; font-weight: 600; }
.spec-disclaimer {
  margin-top: 22px; font-family: var(--mono); font-size: 11px; line-height: 1.6;
  color: var(--accent-dark); background: rgba(178, 74, 36, 0.1);
  border: 1px solid rgba(178, 74, 36, 0.4); padding: 13px;
}
.project-gallery { padding-top: 44px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 16px; }
.gallery-item { position: relative; aspect-ratio: 4 / 3; background: var(--imgbg); overflow: hidden; border: 1px solid rgba(27, 26, 23, 0.16); }

/* ---------- over ---------- */
.page-over { padding-top: 56px; max-width: 1080px; }
.over-grid { display: grid; grid-template-columns: 200px 1fr; gap: 48px; align-items: start; }
.over-side { font-family: var(--mono); position: sticky; top: 96px; }
.over-side-head { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.over-side-facts { margin-top: 16px; font-size: 11px; line-height: 1.9; color: var(--gray); text-transform: uppercase; letter-spacing: 0.08em; }
.over-title { font-size: clamp(34px, 5vw, 60px); line-height: 1.0; max-width: 16ch; }
.over-text { margin-top: 36px; display: flex; flex-direction: column; gap: 22px; font-size: 18px; line-height: 1.7; color: #33322C; max-width: 62ch; }
.over-portrait { margin-top: 44px; aspect-ratio: 3 / 4; max-width: 520px; background: var(--imgbg); position: relative; overflow: hidden; border: 2px solid var(--ink); }
.over-portrait .img-slot img { object-position: center top; }
.over-countries { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--ink); }
.over-countries > div { padding: 22px; border-right: 1px solid var(--line); }
.over-countries > div:last-child { border-right: none; }
.over-country { font-family: var(--mono); font-size: 22px; font-weight: 600; }
.over-country-sub { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ---------- contact ---------- */
.page-contact { max-width: 900px; padding-top: 72px; padding-bottom: 120px; }
.page-contact .page-kicker { letter-spacing: 0.18em; margin-bottom: 24px; }
.contact-title { max-width: 16ch; }
.page-contact .page-lead { max-width: 52ch; font-size: 18px; line-height: 1.6; }
.contact-table { margin-top: 44px; border: 2px solid var(--ink); }
.contact-row {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 24px 28px; color: var(--ink); border-bottom: 1px solid var(--line);
}
.contact-row:last-child { border-bottom: none; }
a.contact-row:hover { background: rgba(27, 26, 23, 0.04); color: var(--ink); }
.contact-label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray); }
.contact-value { font-size: 20px; font-weight: 700; }
.contact-value.accent { color: var(--accent); }

/* ---------- footer ---------- */
.site-footer { border-top: 2px solid var(--accent); background: var(--dark); color: var(--bg); }
.footer-grid { max-width: 1280px; margin: 0 auto; padding: 48px 40px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
.footer-brand { font-family: var(--expanded); font-size: 16px; font-weight: 800; letter-spacing: 0.02em; }
.footer-brand-sub { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-dark); margin-top: 4px; }
.footer-disclaimer { margin-top: 16px; max-width: 46ch; font-size: 12px; line-height: 1.6; color: var(--muted-dark); font-family: var(--mono); }
.footer-head { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 14px; }
.footer-links a { color: var(--bg); }
.footer-links a:hover { color: var(--accent-light); }
.footer-links a.footer-accent { color: var(--accent-light); }
.footer-bottom { border-top: 1px solid var(--line-dark); padding: 16px 40px; font-family: var(--mono); font-size: 11px; color: var(--muted-dark); max-width: 1280px; margin: 0 auto; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-left { border-right: none; }
  .hero-image { min-height: 46vw; }
  .hero-body { padding: 40px 24px; }
  .hero-topbar { padding: 14px 24px; }
  .hero-stat { padding: 16px 24px; }
  .section, .page { padding-left: 24px; padding-right: 24px; }
  .domain-row { grid-template-columns: 1fr 140px; gap: 18px; }
  .domain-arrow { display: none; }
  .homer-band { grid-template-columns: 1fr; }
  .homer-band-text { border-right: none; border-bottom: 2px solid var(--ink); padding: 32px 24px; }
  .domain-detail { grid-template-columns: 1fr; gap: 36px; }
  .project-head { grid-template-columns: 1fr; gap: 36px; }
  .over-grid { grid-template-columns: 1fr; }
  .over-side { position: static; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 16px; }
  .over-side-facts { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr; padding: 40px 24px; }
  .footer-bottom { padding: 16px 24px; }
}

/* header klapt in naar hamburger */
@media (max-width: 900px) {
  .site-nav { display: none; }
  .nav-toggle { display: flex; }
  .brand { border-right: none; min-width: 0; }
  .brand-name, .brand-sub { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }
  .mobile-nav {
    display: block; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--dark);
    border-bottom: 2px solid var(--accent);
    max-height: calc(100dvh - 100%); overflow-y: auto;
    animation: mobile-nav-in 0.18s ease;
  }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav-link {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 17px 24px; font-family: var(--mono); font-size: 14px;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--bg); border-top: 1px solid var(--line-dark);
  }
  .mobile-nav-link:hover { color: var(--accent-light); }
  .mobile-nav-arrow { color: var(--accent-light); }
  .mobile-nav-contact { background: var(--accent); }
  .mobile-nav-contact:hover { background: var(--accent-dark); color: var(--bg); }
  .mobile-nav-contact .mobile-nav-arrow { color: var(--bg); }
  .mobile-lang { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); }
  .mobile-lang a {
    display: flex; align-items: center; gap: 11px; padding: 15px 24px;
    font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--muted-dark);
  }
  .mobile-lang a:nth-child(odd) { border-right: 1px solid var(--line-dark); }
  .mobile-lang a:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .mobile-lang a.active { color: var(--accent-light); }
}

@keyframes mobile-nav-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .brand { padding: 12px 16px; }
  .brand-name { font-size: 14px; }
  .mobile-nav-link, .mobile-lang { padding-left: 16px; padding-right: 16px; }
  .section, .page { padding-left: 20px; padding-right: 20px; }
  .section-head { flex-wrap: wrap; align-items: flex-start; }
  .hero-body { padding: 36px 20px; }
  .hero-topbar { padding: 12px 20px; }
  .hero-title { font-size: clamp(36px, 10.5vw, 60px); }
  .hero-lead { font-size: 16px; margin-top: 26px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stat { padding: 14px 20px; }
  .hero-stat:nth-child(2) { border-right: none; }
  .hero-stat:last-child { border-top: 1px solid var(--line-dark); grid-column: 1 / -1; }
  .domain-row { grid-template-columns: 1fr; }
  .domain-row-text { gap: 14px; }
  .domain-thumb { max-width: 260px; }
  .anchor-grid { grid-template-columns: 1fr; }
  .anchor-body { padding: 22px 20px 26px; }
  .anchor-title { font-size: 26px; }
  .homer-band-text { padding: 28px 20px; }
  .filter-chip { padding: 9px 14px; }
  .spec-panel { padding: 20px; }
  .page-lead, .over-text { font-size: 16px; }
  .over-countries { grid-template-columns: 1fr; }
  .over-countries > div { border-right: none; border-bottom: 1px solid var(--line); }
  .over-countries > div:last-child { border-bottom: none; }
  .page-contact { padding-top: 48px; padding-bottom: 90px; }
  .contact-row { flex-direction: column; align-items: flex-start; gap: 6px; padding: 20px; }
  .contact-value { font-size: 17px; word-break: break-all; }
  .domain-pager { flex-direction: column; gap: 14px; }
  .domain-pager a:last-child { text-align: left; }
  .footer-grid { padding: 36px 20px; }
  .footer-bottom { padding: 16px 20px; }
}

@media (max-width: 400px) {
  .brand-sub { display: none; }
}
