:root {
  --ink: #071426;
  --blue: #0758c7;
  --deep: #062d68;
  --yellow: #ffd62f;
  --paper: #f5f7f3;
  --white: #ffffff;
  --muted: #526070;
  --rule: #93a2b5;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Courier New", Courier, monospace;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
img { display: block; width: 100%; height: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 4px; }
a:hover { color: var(--blue); }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--yellow); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { background: var(--white); border-bottom: 4px solid var(--ink); }
.utility { background: var(--ink); color: var(--white); font-size: .72rem; text-transform: uppercase; }
.utility__inner, .masthead, .nav__inner, .page-shell, .footer__inner { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.utility__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility p { margin: 0; }
.masthead { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; padding: 1.3rem 0 1.1rem; }
.brand { text-decoration: none; display: inline-flex; flex-direction: column; align-items: flex-start; }
.brand__name { font-size: clamp(1.35rem, 3vw, 2.35rem); line-height: 1; font-weight: 700; letter-spacing: 0; }
.brand__tag { margin-top: .5rem; padding: .15rem .45rem; background: var(--yellow); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.issue { text-align: right; font-size: .7rem; line-height: 1.4; text-transform: uppercase; }
.nav { border-top: 1px solid var(--ink); }
.nav__inner { display: flex; align-items: stretch; gap: 0; overflow-x: auto; }
.nav a { flex: 0 0 auto; padding: .72rem 1rem; border-right: 1px solid var(--ink); text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.nav a:first-child { border-left: 1px solid var(--ink); }
.nav a:hover { background: var(--yellow); color: var(--ink); }
.page-shell { padding-block: 2rem 4rem; }
.edition-line { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; margin-bottom: 1.5rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.edition-line::before { content: "NIEUWE EDITIE"; padding: .2rem .45rem; background: var(--yellow); }
.edition-line::after { content: "LEESTIJD: RUSTIG"; }
.edition-line span { height: 1px; background: var(--ink); }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); border: 2px solid var(--ink); background: var(--white); }
.lead-image { min-height: 560px; object-fit: cover; }
.lead-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.4rem, 3vw, 2.6rem); border-left: 2px solid var(--ink); }
.kicker { display: inline-flex; width: fit-content; padding: .2rem .5rem; background: var(--yellow); color: var(--ink); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.lead-copy h1 { margin: 1rem 0 1.1rem; max-width: 14ch; font-size: clamp(2.15rem, 4.25vw, 4.25rem); line-height: .96; letter-spacing: 0; overflow-wrap: normal; hyphens: none; }
.lead-copy p { margin: 0 0 1.2rem; color: var(--muted); }
.meta { display: flex; flex-wrap: wrap; gap: .45rem 1rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.arrow-link { display: inline-flex; align-items: center; gap: .55rem; width: fit-content; margin-top: 1rem; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--ink); }
.arrow-link::after { content: "\2192"; font-size: 1.25rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin: 3.5rem 0 1.2rem; padding-bottom: .65rem; border-bottom: 4px solid var(--ink); }
.section-head h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1; }
.section-head p { margin: 0; max-width: 38ch; color: var(--muted); font-size: .78rem; }
.story-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.story { grid-column: span 6; display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, .8fr); min-height: 330px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.story:nth-child(3), .story:nth-child(4) { direction: rtl; }
.story:nth-child(3) > *, .story:nth-child(4) > * { direction: ltr; }
.story__image { height: 100%; min-height: 330px; object-fit: cover; }
.story__copy { padding: 1.2rem; display: flex; flex-direction: column; align-items: flex-start; }
.story h3 { margin: .8rem 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.08; letter-spacing: 0; }
.story p { margin: 0; color: var(--muted); font-size: .9rem; }
.story .meta { margin-top: auto; padding-top: 1rem; }
.category-band { margin-top: 3.5rem; display: grid; grid-template-columns: 1fr 1.3fr; background: var(--deep); color: var(--white); border: 2px solid var(--ink); }
.category-band__intro { padding: clamp(1.5rem, 4vw, 3rem); }
.category-band h2 { margin: 0 0 1rem; max-width: 12ch; font-size: clamp(2rem, 4vw, 3.7rem); line-height: .98; }
.category-list { display: grid; }
.category-list a { display: grid; grid-template-columns: 2rem 1fr auto; align-items: center; gap: 1rem; padding: 1.25rem; border-left: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); text-decoration: none; font-weight: 700; }
.category-list a:last-child { border-bottom: 0; }
.category-list a:hover { background: var(--yellow); color: var(--ink); }
.search-panel { display: grid; grid-template-columns: .7fr 1.3fr; margin-top: 3.5rem; border: 2px solid var(--ink); background: var(--yellow); }
.search-panel__intro { padding: 1.5rem; border-right: 2px solid var(--ink); }
.search-panel h2 { margin: 0 0 .7rem; font-size: clamp(1.65rem, 3vw, 2.8rem); line-height: 1; }
.search-box { padding: 1.5rem; background: var(--white); }
.search-row { display: grid; grid-template-columns: 1fr auto; }
.search-row input { min-width: 0; border: 2px solid var(--ink); padding: .85rem 1rem; background: var(--paper); }
.search-row button { border: 2px solid var(--ink); border-left: 0; padding: .85rem 1rem; background: var(--blue); color: var(--white); font-weight: 700; cursor: pointer; }
.search-row button:hover { background: var(--ink); }
.search-results { margin-top: 1rem; display: grid; gap: .55rem; }
.search-result { padding: .8rem 0; border-top: 1px solid var(--rule); }
.search-result a { font-weight: 700; }
.search-result p { margin: .25rem 0 0; color: var(--muted); font-size: .82rem; }
.safety-note { margin-top: 2rem; padding: 1.2rem 1.3rem; border-left: 8px solid var(--yellow); background: var(--white); font-size: .82rem; }
.safety-note strong { display: block; margin-bottom: .3rem; }
.site-footer { background: var(--ink); color: var(--white); border-top: 8px solid var(--yellow); }
.footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding-block: 2.2rem; }
.footer__brand { font-size: 1.25rem; font-weight: 700; }
.footer__inner p { margin: .4rem 0 0; max-width: 60ch; color: #cbd5e1; font-size: .78rem; }
.footer__links { display: flex; flex-wrap: wrap; gap: 1rem; align-items: start; font-size: .75rem; }

.article-shell { width: min(calc(100% - 2rem), 1160px); margin-inline: auto; padding: 2rem 0 4rem; }
.crumbs { margin: 0 0 1.5rem; font-size: .72rem; text-transform: uppercase; }
.article-header { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: end; border: 2px solid var(--ink); background: var(--white); }
.article-heading { padding: clamp(1.4rem, 4vw, 3.5rem); }
.article-heading h1 { margin: 1rem 0; font-size: clamp(2.1rem, 4.1vw, 3.25rem); line-height: .98; letter-spacing: 0; overflow-wrap: normal; hyphens: none; }
.article-heading .intro { color: var(--muted); font-size: 1.05rem; }
.article-hero { height: 100%; min-height: 520px; object-fit: cover; border-left: 2px solid var(--ink); }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: center; gap: clamp(2rem, 6vw, 5rem); margin-top: 3rem; }
.article-aside { align-self: start; position: sticky; top: 1rem; font-size: .72rem; }
.article-aside strong { display: block; margin-bottom: .5rem; padding-bottom: .5rem; border-bottom: 2px solid var(--ink); text-transform: uppercase; }
.article-aside a { display: block; padding: .35rem 0; }
.article-body { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.78; }
.article-body h2, .article-body h3, .article-body h4 { font-family: "Courier New", Courier, monospace; letter-spacing: 0; line-height: 1.15; }
.article-body h2 { margin: 3rem 0 1rem; padding-top: .8rem; border-top: 4px solid var(--ink); font-size: clamp(1.65rem, 3vw, 2.35rem); }
.article-body h3 { margin: 2rem 0 .7rem; font-size: 1.35rem; }
.article-body h4 { margin: 1.5rem 0 .5rem; font-size: 1rem; text-transform: uppercase; }
.article-body p { margin: 0 0 1.25rem; }
.article-body ul, .article-body ol { padding-left: 1.35rem; }
.article-body li { margin-bottom: .55rem; }
.article-body .callout { margin: 2rem 0; padding: 1.2rem 1.3rem; border: 2px solid var(--ink); border-left-width: 10px; background: var(--white); font-family: "Courier New", Courier, monospace; font-size: .9rem; }
.article-body .callout--urgent { border-left-color: var(--yellow); }
.article-end { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--rule); font-family: "Courier New", Courier, monospace; font-size: .72rem; color: var(--muted); }
.category-header { margin-bottom: 2rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--deep); color: var(--white); border-bottom: 10px solid var(--yellow); }
.category-header h1 { margin: .5rem 0; font-size: clamp(2.3rem, 6vw, 5rem); line-height: .94; }
.category-header p { max-width: 65ch; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.category-card { background: var(--white); border-top: 4px solid var(--ink); }
.category-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.category-card__copy { padding: 1.1rem; }
.category-card h2 { margin: .65rem 0; font-size: 1.45rem; line-height: 1.1; }
.category-card p { color: var(--muted); font-size: .88rem; }

@media (max-width: 920px) {
  .lead-grid, .article-header { grid-template-columns: 1fr; }
  .lead-image { min-height: 420px; }
  .lead-copy, .article-hero { border-left: 0; border-top: 2px solid var(--ink); }
  .story { grid-column: span 12; }
  .category-band, .search-panel { grid-template-columns: 1fr; }
  .category-list a { border-left: 0; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 0; }
  .search-panel__intro { border-right: 0; border-bottom: 2px solid var(--ink); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .utility__inner { min-height: 28px; }
  .utility p:last-child { display: none; }
  .masthead { grid-template-columns: 1fr; gap: .7rem; align-items: start; }
  .issue { text-align: left; }
  .nav__inner { width: 100%; }
  .page-shell, .article-shell { width: min(calc(100% - 1.2rem), var(--max)); padding-top: 1rem; }
  .edition-line::after { display: none; }
  .lead-image { min-height: 320px; aspect-ratio: 4 / 3; }
  .lead-copy h1 { font-size: clamp(2rem, 12vw, 3.25rem); }
  .story { grid-template-columns: 1fr; direction: ltr !important; }
  .story__image { min-height: 0; aspect-ratio: 4 / 3; }
  .search-row { grid-template-columns: 1fr; gap: .5rem; }
  .search-row button { border-left: 2px solid var(--ink); }
  .footer__inner { grid-template-columns: 1fr; }
  .article-heading h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .article-hero { min-height: 0; aspect-ratio: 4 / 3; }
  .article-body { font-size: 1rem; }
  .category-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
