:root {
  --ink: #0A204A;
  --text: #0B2046;
  --muted: #404B6A;
  --paper: #F5F5F4;
  --white: #FFFDF8;
  --soft: #DADFE8;
  --line: #C9CED9;
  --green: #52642D;
  --green-soft: #566934;
  --sand: #E0E3EC;
  --warm: #566934;
  --shadow: 0 14px 34px rgba(10, 32, 74, .12);
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}

a { color: var(--green); }
p, h1, h2, h3, h4 { margin-top: 0; }
h1, h2, h3, h4 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
h1 { font-size: clamp(42px, 5.4vw, 68px); line-height: .98; margin-bottom: 22px; max-width: 720px; }
h2 { font-size: clamp(29px, 3vw, 38px); line-height: 1.13; margin-bottom: 18px; }
h3 { font-size: 22px; line-height: 1.24; margin-bottom: 8px; }
h4 { font-size: 18px; margin-bottom: 6px; }
ul, ol { padding-left: 22px; }

.site-header {
  align-items: center;
  background: #F5F5F4;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(300px, 520px) minmax(0, 1fr);
  min-height: 92px;
  padding: 14px clamp(24px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  gap: 13px;
  justify-self: start;
  min-width: 0;
  text-decoration: none;
}
.brand-mark, .avatar {
  align-items: center;
  border: 1.5px solid var(--ink);
  color: var(--ink);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
}
.brand-mark {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 64px;
  width: 64px;
}
.brand-mark img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.brand strong,
.brand span span {
  display: block;
  line-height: 1.12;
}
.brand strong {
  color: var(--ink);
  font-size: clamp(14px, .95vw, 18px);
  font-weight: 400;
  letter-spacing: clamp(1.2px, .14vw, 2.6px);
  text-transform: uppercase;
  white-space: nowrap;
}
.brand span span {
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0;
}
.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(14px, 1.65vw, 30px);
  justify-content: flex-end;
  min-width: 0;
}
.site-nav a,
.nav-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  font-size: clamp(13px, 1.05vw, 15px);
  font-family: Arial, Helvetica, sans-serif;
  height: 42px;
  line-height: 1;
  padding: 6px 0;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover,
.site-nav a.active,
.nav-trigger:hover,
.nav-trigger.active {
  border-bottom-color: var(--ink);
  color: var(--ink);
}
.nav-trigger::after {
  content: "";
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: inline-block;
  height: 5px;
  margin-left: 9px;
  margin-top: -4px;
  transform: rotate(45deg);
  width: 5px;
}
.nav-group > a::after {
  content: "";
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: inline-block;
  height: 5px;
  margin-left: 9px;
  margin-top: -4px;
  transform: rotate(45deg);
  width: 5px;
}
.nav-group {
  align-items: center;
  display: inline-flex;
  height: 42px;
  position: relative;
}
.nav-menu {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: none;
  min-width: 290px;
  padding: 18px 24px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 30;
}
.nav-group:hover .nav-menu,
.nav-group:focus-within .nav-menu,
.nav-group.is-open .nav-menu { display: block; }
.nav-menu a {
  border-bottom: 0;
  color: var(--text);
  display: block;
  font-size: 16px;
  height: auto;
  line-height: 1.35;
  padding: 10px 0;
  white-space: nowrap;
}
.nav-menu a:hover {
  color: var(--green);
}
.mega-group { position: relative; }
.mega-menu {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: none;
  left: 0;
  min-width: 310px;
  padding: 18px 24px;
  position: absolute;
  top: 100%;
  z-index: 40;
}
.mega-group:hover .mega-menu,
.mega-group:focus-within .mega-menu,
.mega-group.is-open .mega-menu {
  display: block;
}
.mega-links {
  display: block;
  padding: 0;
}
.mega-links a {
  border-bottom: 0;
  color: var(--text);
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.35;
  padding: 10px 0;
  white-space: nowrap;
}
.mega-links a:hover {
  color: var(--green);
}
.mega-panel { display: none; }
.site-nav .nav-cta {
  background: var(--ink);
  border-bottom: 0 !important;
  border: 1px solid var(--ink);
  color: var(--white) !important;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  height: 42px;
  min-width: 124px;
  padding: 0 20px !important;
  text-align: center;
}
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: #002048;
  border-color: #002048;
  color: var(--white) !important;
  outline: 2px solid rgba(10, 32, 74, .24);
  outline-offset: 3px;
}
.menu-toggle {
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 0;
  color: var(--green);
  display: none;
  font: inherit;
  min-height: 42px;
  padding: 8px 12px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(245,245,244,.97) 0%, rgba(245,245,244,.9) 34%, rgba(245,245,244,.58) 56%, rgba(245,245,244,.18) 100%),
    linear-gradient(180deg, rgba(10,32,74,0) 0%, rgba(10,32,74,.14) 100%),
    url("assets/home-achtergrond-bos.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  min-height: 395px;
  overflow: hidden;
  padding: clamp(56px, 7vw, 86px) clamp(30px, 6vw, 78px);
  position: relative;
}
.hero > * { position: relative; z-index: 1; }
.hero p:not(.eyebrow) {
  color: var(--text);
  font-size: 17px;
  max-width: 520px;
}
.page-hero {
  margin: 0 auto;
  max-width: 1180px;
  padding: 62px clamp(22px, 4vw, 34px) 24px;
}
.page-hero p { color: var(--muted); font-size: 19px; max-width: 780px; }
.page-hero.wide h1 {
  max-width: 1120px;
}
.page-hero.wide p {
  color: var(--text);
  max-width: 1160px;
}
.eyebrow {
  color: var(--warm);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 45px;
  padding: 11px 18px;
  text-decoration: none;
}
.primary { background: var(--ink); color: var(--white); }
.primary:hover { background: #002048; }
.secondary { background: var(--white); border-color: var(--line); color: var(--green); }

.status-panel {
  align-self: end;
  background: rgba(0, 32, 72, .94);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--white);
  max-width: 430px;
  padding: 28px;
}
.status-panel h2 { color: var(--white); font-size: 31px; }
.status-panel p { color: rgba(255,255,255,.86); }
.pill {
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 0;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  margin-bottom: 22px;
  padding: 6px 10px;
}

.feature-strip {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.feature-strip-inner {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px clamp(22px, 4vw, 34px);
}
.feature-item {
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.9);
  display: grid;
  gap: 14px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 0 22px;
}
.feature-item:first-child { padding-left: 0; }
.feature-item:last-child { border-right: 0; padding-right: 0; }
.feature-icon {
  align-items: center;
  border: 1px solid var(--green);
  color: var(--green);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.feature-item h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1px;
}
.feature-item p { font-size: 13px; margin: 0; }

.section,
.footer-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: clamp(22px, 4vw, 34px);
  padding-right: clamp(22px, 4vw, 34px);
}
.section { padding-bottom: 58px; padding-top: 42px; }
.band {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 34px 0;
  max-width: none;
  padding-bottom: 58px;
  padding-top: 58px;
}
.band > .section { padding-bottom: 0; padding-top: 0; }
.grid-2,
.grid-3 { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card,
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  padding: 28px;
}
.card.compact { background: transparent; border-color: rgba(10,32,74,.14); }
.complaints-grid {
  gap: 38px;
  padding-top: 8px;
}
.complaint-card {
  min-height: 220px;
  padding: 36px 42px;
}
.complaint-card h2 {
  font-size: clamp(30px, 2.8vw, 36px);
  margin-bottom: 14px;
}
.complaint-card p {
  font-size: 18px;
  line-height: 1.6;
}
.image-quote {
  background:
    linear-gradient(90deg, rgba(245,245,244,.18), rgba(245,245,244,.88)),
    linear-gradient(130deg, #52642D 0%, #DADFE8 52%, #FFFDF8 100%);
  min-height: 260px;
  padding: 48px;
}
.image-quote p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-style: italic;
  line-height: 1.12;
  margin-left: auto;
  max-width: 330px;
}
.quote-score {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  line-height: 1;
}
.notice {
  background: #E0E3EC;
  border: 1px solid #C9CED9;
  border-radius: 0;
  color: #0A204A;
  padding: 16px;
}
.notice.green {
  background: #DADFE8;
  border-color: #C9CED9;
  color: var(--green);
}
.table { border: 1px solid var(--line); border-radius: 0; overflow: hidden; }
.row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(140px, .45fr);
  padding: 14px 16px;
}
.row + .row { border-top: 1px solid var(--line); }
.row strong { color: var(--green); }
.form-shell { display: grid; gap: 14px; }
fieldset { border: 0; margin: 0; padding: 0; }
legend {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
label { color: var(--muted); display: grid; font-size: 14px; font-weight: 700; gap: 6px; }
input,
select,
textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--text);
  font: inherit;
  padding: 11px 12px;
  width: 100%;
}
button { font: inherit; }
fieldset:disabled { opacity: .58; }
.admin-shell {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  padding-top: 18px;
}
.admin-panel,
.admin-preview {
  display: grid;
  gap: 18px;
}
.admin-preview {
  grid-column: 1 / -1;
}
.status-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.status-option {
  align-items: center;
  border: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 12px;
}
.status-option input {
  accent-color: var(--ink);
  height: 18px;
  width: 18px;
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.admin-waiting-list {
  display: grid;
  gap: 12px;
}
.admin-waiting-row {
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(160px, .45fr);
  padding: 14px;
}
.admin-preview-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.avatar {
  background: transparent;
  border-radius: 0;
  height: 76px;
  margin-bottom: 16px;
  width: 76px;
}
.meta-list { background: var(--soft); border-radius: 0; padding: 16px 16px 16px 36px; }
.link-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; }
.link-list li { list-style: none; }
.link-list a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  display: inline-flex;
  padding: 8px 12px;
  text-decoration: none;
}
.site-footer {
  background: var(--ink);
  color: rgba(255,255,255,.86);
  margin-top: 42px;
}
.footer-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .6fr);
  padding-bottom: 30px;
  padding-top: 30px;
}
.site-footer h2 { color: var(--white); }
.site-footer a { color: var(--white); }
address { font-style: normal; }
.small { color: var(--muted); font-size: 14px; }

@media (max-width: 1240px) {
  .site-header {
    gap: 18px;
    grid-template-columns: minmax(285px, 410px) minmax(0, 1fr);
    padding-left: 24px;
    padding-right: 24px;
  }
  .brand strong {
    font-size: 15px;
    letter-spacing: 1.7px;
  }
  .site-nav {
    gap: 16px;
  }
  .site-nav a,
  .nav-trigger {
    font-size: 13px;
  }
  .nav-cta {
    min-width: 114px;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (max-width: 980px) {
  .site-header {
    align-items: center;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
  }
  .menu-toggle {
    align-items: center;
    background: var(--ink);
    border-color: var(--ink);
    color: var(--white);
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
  }
  .site-nav {
    align-items: stretch;
    border-top: 1px solid var(--line);
    display: none;
    flex-basis: auto;
    flex-direction: column;
    gap: 0;
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 8px;
    width: 100%;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a,
  .nav-trigger {
    border-bottom: 0;
    font-size: 16px;
    height: auto;
    justify-content: space-between;
    min-height: 46px;
    padding: 12px 0;
    width: 100%;
  }
  .site-nav a.active,
  .nav-trigger.active {
    border-bottom: 0;
    color: var(--green);
    font-weight: 700;
  }
  .nav-group {
    display: grid;
    height: auto;
    width: 100%;
  }
  .nav-menu {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: none;
    display: none;
    min-width: 0;
    padding: 8px 16px;
    position: static;
  }
  .nav-group:hover .nav-menu,
  .nav-group:focus-within .nav-menu {
    display: none;
  }
  .nav-group.is-open .nav-menu { display: block; }
  .nav-menu a {
    font-size: 15px;
    min-height: 40px;
    padding: 9px 0;
    white-space: normal;
  }
  .mega-menu {
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: none;
    display: none;
    left: 0;
    min-width: 0;
    padding: 8px 16px;
    position: static;
    right: 0;
    width: 100%;
  }
  .mega-group:hover .mega-menu,
  .mega-group:focus-within .mega-menu {
    display: none;
  }
  .mega-group.is-open .mega-menu { display: block; }
  .mega-links { padding: 0; }
  .mega-links a {
    font-size: 15px;
    min-height: 40px;
    padding: 9px 0;
    white-space: normal;
  }
  .site-nav .nav-cta {
    margin-top: 8px;
    min-height: 48px;
    width: 100%;
  }
  .hero,
  .admin-shell,
  .admin-preview-grid,
  .grid-2,
  .grid-3,
  .footer-inner,
  .feature-strip-inner { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .status-panel { align-self: start; }
  .feature-item {
    border-bottom: 1px solid rgba(255,255,255,.9);
    border-right: 0;
    padding: 16px 0;
  }
  .feature-item:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  .site-header { min-height: 0; padding-left: 18px; padding-right: 18px; }
  .brand { gap: 9px; min-width: 0; }
  .brand-mark { height: 52px; width: 52px; }
  .brand strong {
    font-size: 13px;
    letter-spacing: 1px;
    white-space: normal;
  }
  .brand span span { font-size: 12px; }
  .menu-toggle {
    min-height: 40px;
    padding: 8px 10px;
  }
  h1 { font-size: 38px; }
  .hero { padding-left: 22px; padding-right: 22px; }
  .actions,
  .button { width: 100%; }
  .row { grid-template-columns: 1fr; }
  .admin-waiting-row,
  .status-options { grid-template-columns: 1fr; }
  .image-quote { padding: 30px; }
}
