:root {
  --navy: #07152f;
  --navy-2: #102a59;
  --blue: #21468b;
  --lime: #7ac943;
  --paper: #f5f2e9;
  --white: #ffffff;
  --muted: #a8b2c5;
  --ink: #101827;
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(7,21,47,.15);
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7,21,47,.95); color: var(--white); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(14px); }
.nav-shell { width: min(var(--max), 92vw); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 900; letter-spacing: -.05em; }
.brand-mark { width: 42px; height: 28px; object-fit: cover; object-position: left; }
.brand-copy { font-size: 20px; }
.brand-copy span { color: var(--lime); }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a { position: relative; padding: 30px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--lime); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-cta { border: 1px solid var(--lime); color: var(--lime); padding: 11px 14px !important; }
.nav-cta::after { display: none; }
.menu-toggle { display: none; border: 1px solid var(--line-dark); background: transparent; color: white; padding: 9px 12px; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.shell { width: min(var(--max), 92vw); margin-inline: auto; }
.mono, .eyebrow, .section-kicker, .tag, .stat small, .source, .run-meta, .route-no, .footer-note { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
.eyebrow, .section-kicker { color: var(--lime); font-size: 11px; font-weight: 800; }
.section-kicker.dark { color: var(--blue); }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 76px); background: var(--navy); color: var(--white); }
.hero::before, .dark-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(118deg, transparent 0 57%, rgba(33,70,139,.18) 57% 61%, transparent 61% 66%, rgba(122,201,67,.08) 66% 67%, transparent 67%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; min-height: calc(100vh - 76px); align-items: stretch; }
.hero-copy { padding: clamp(80px, 10vw, 148px) 5vw clamp(70px, 8vw, 120px) 0; align-self: center; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 860px; margin: 20px 0 30px; font-size: clamp(62px, 8.4vw, 138px); line-height: .82; letter-spacing: -.085em; text-transform: uppercase; }
h1 .accent, h2 .accent { color: var(--lime); }
.hero-lede { max-width: 650px; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.45; color: #dbe2ee; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 14px 18px; border: 1px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-lime { background: var(--lime); border-color: var(--lime); color: var(--navy); }
.button-light { color: white; }
.button-dark { background: var(--navy); border-color: var(--navy); color: white; }
.button-blue { background: var(--blue); border-color: var(--blue); color: white; }
.hero-media { min-height: 620px; position: relative; overflow: hidden; border-left: 1px solid var(--line-dark); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.9) contrast(1.05); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,21,47,.86)); }
.hero-badge { position: absolute; z-index: 2; left: 28px; bottom: 28px; width: 160px; height: 160px; border: 1px solid var(--lime); border-radius: 50%; display: grid; place-items: center; text-align: center; color: var(--lime); font: 800 12px/1.35 "SFMono-Regular", monospace; text-transform: uppercase; transform: rotate(-8deg); }

.ticker { overflow: hidden; background: var(--lime); color: var(--navy); border-block: 1px solid var(--navy); }
.ticker-track { display: flex; width: max-content; animation: ticker 26s linear infinite; }
.ticker-track span { padding: 17px 35px; font: 900 13px "SFMono-Regular", monospace; letter-spacing: .08em; text-transform: uppercase; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(84px, 10vw, 150px) 0; }
.section-head { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; margin-bottom: 58px; }
.section-head h2 { margin: 0; max-width: 900px; font-size: clamp(46px, 6vw, 92px); line-height: .9; letter-spacing: -.075em; text-transform: uppercase; }
.section-intro { max-width: 680px; font-size: 20px; line-height: 1.55; }
.dark-section { position: relative; overflow: hidden; background: var(--navy); color: white; }
.dark-section .section-intro { color: #c8d0df; }

.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-light); }
.proof-grid.dark { border-color: var(--line-dark); }
.stat { min-height: 180px; padding: 24px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.proof-grid.dark .stat { border-color: var(--line-dark); }
.stat:last-child { border-right: 0; }
.stat strong { font-size: clamp(42px, 5vw, 80px); line-height: .8; letter-spacing: -.07em; }
.stat small { max-width: 170px; font-size: 10px; line-height: 1.5; color: var(--blue); }
.proof-grid.dark .stat small { color: var(--lime); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 430px; padding: 28px; border: 1px solid var(--line-light); display: flex; flex-direction: column; background: rgba(255,255,255,.22); transition: transform .2s, background .2s; }
.feature-card:hover { transform: translateY(-6px); background: white; }
.feature-card .route-no { color: var(--blue); font-size: 11px; }
.feature-card h3 { margin: 70px 0 18px; font-size: clamp(34px, 3.7vw, 58px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.feature-card p { max-width: 350px; line-height: 1.5; }
.feature-card .card-link { margin-top: auto; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.feature-card.is-lime { background: var(--lime); border-color: var(--lime); }
.feature-card.is-dark { background: var(--navy); border-color: var(--navy); color: white; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.split-media { position: relative; min-height: 560px; overflow: hidden; background: var(--navy-2); }
.split-media img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.split-copy h2 { font-size: clamp(48px, 6vw, 94px); line-height: .9; letter-spacing: -.075em; text-transform: uppercase; }
.split-copy p { font-size: 19px; line-height: 1.55; }
.quote { margin: 38px 0; padding: 22px 0 22px 24px; border-left: 4px solid var(--lime); font-size: clamp(23px, 2.5vw, 36px) !important; line-height: 1.15 !important; letter-spacing: -.035em; }

.page-hero { position: relative; overflow: hidden; background: var(--navy); color: white; padding: clamp(88px, 10vw, 150px) 0 clamp(72px, 8vw, 120px); }
.page-hero::after { content: ""; position: absolute; width: 45vw; height: 45vw; border: 1px solid rgba(122,201,67,.35); border-radius: 50%; right: -13vw; top: -19vw; box-shadow: 0 0 0 9vw rgba(33,70,139,.08), 0 0 0 18vw rgba(122,201,67,.025); }
.page-hero h1 { position: relative; z-index: 1; max-width: 1100px; font-size: clamp(60px, 9vw, 132px); }
.page-hero p { position: relative; z-index: 1; max-width: 720px; color: #d3dae8; font-size: 21px; line-height: 1.5; }

.timeline { border-top: 1px solid var(--line-light); }
.timeline-row { display: grid; grid-template-columns: 170px 1fr 1fr; gap: 35px; padding: 35px 0; border-bottom: 1px solid var(--line-light); }
.timeline-row .year { color: var(--blue); font: 900 13px "SFMono-Regular", monospace; }
.timeline-row h3 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.timeline-row p { margin: 0; line-height: 1.55; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-button { border: 1px solid var(--line-light); background: transparent; padding: 11px 14px; color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.filter-button.is-active { background: var(--navy); color: white; border-color: var(--navy); }
.run-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.run-card { position: relative; min-height: 360px; padding: 24px; border: 1px solid var(--line-light); display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.25); }
.run-card::before { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(33,70,139,.18); border-radius: 50%; right: -60px; top: -60px; }
.run-card:hover { border-color: var(--blue); }
.run-card .tag { width: fit-content; padding: 7px 9px; border: 1px solid currentColor; color: var(--blue); font-size: 9px; }
.run-card h3 { margin: 48px 0 10px; font-size: clamp(32px, 3.5vw, 52px); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.run-meta { color: var(--blue); font-size: 10px; }
.run-card p { line-height: 1.5; }
.run-card .card-link { margin-top: auto; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.run-card[data-status="productie"] .tag { color: #9a5d00; }
.run-card[data-status="voorbereid"] .tag { color: #6b7280; }
.run-card[hidden] { display: none; }

.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.media-card { border: 1px solid var(--line-light); background: white; display: flex; flex-direction: column; min-height: 100%; }
.media-thumb { height: 255px; overflow: hidden; background: var(--navy-2); }
.media-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.media-card:hover .media-thumb img { transform: scale(1.025); }
.media-copy { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.source { color: var(--blue); font-size: 9px; font-weight: 900; }
.media-copy h3 { margin: 20px 0 18px; font-size: 27px; line-height: 1.04; letter-spacing: -.045em; }
.media-copy p { line-height: 1.45; color: #4a5568; }
.media-copy .card-link { margin-top: auto; padding-top: 24px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { min-height: 350px; padding: 30px; border: 1px solid var(--line-light); display: flex; flex-direction: column; }
.service-card h3 { margin: 45px 0 20px; font-size: clamp(34px, 4vw, 58px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.service-card p { max-width: 520px; line-height: 1.55; }
.service-card .card-link { margin-top: auto; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }

.detail-hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 70vh; background: var(--navy); color: white; }
.detail-copy { padding: clamp(75px, 9vw, 130px) 5vw clamp(70px, 8vw, 110px) max(4vw, calc((100vw - var(--max))/2)); align-self: center; }
.detail-copy h1 { font-size: clamp(62px, 9vw, 132px); }
.detail-media { min-height: 500px; position: relative; overflow: hidden; }
.detail-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,21,47,.85)); }
.detail-body { display: grid; grid-template-columns: 260px 1fr; gap: clamp(35px, 7vw, 110px); }
.detail-facts { border-top: 3px solid var(--lime); }
.fact { padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.fact small { display: block; margin-bottom: 7px; color: var(--blue); font: 800 9px "SFMono-Regular", monospace; text-transform: uppercase; letter-spacing: .1em; }
.fact strong { font-size: 22px; }
.detail-story { max-width: 780px; }
.detail-story h2 { font-size: clamp(44px, 5vw, 76px); line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
.detail-story p { font-size: 19px; line-height: 1.62; }

.cta-band { background: var(--lime); color: var(--navy); padding: clamp(70px, 8vw, 110px) 0; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.cta-grid h2 { margin: 0; max-width: 900px; font-size: clamp(48px, 7vw, 100px); line-height: .85; letter-spacing: -.075em; text-transform: uppercase; }

.site-footer { background: var(--navy); color: white; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; padding-bottom: 60px; }
.footer-brand h2 { margin: 0 0 18px; font-size: 44px; letter-spacing: -.06em; text-transform: uppercase; }
.footer-brand p { max-width: 390px; color: #b9c3d4; line-height: 1.5; }
.footer-col strong { display: block; margin-bottom: 18px; color: var(--lime); font: 800 10px "SFMono-Regular", monospace; text-transform: uppercase; letter-spacing: .1em; }
.footer-col a { display: block; padding: 6px 0; color: #d7deea; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line-dark); color: #8d9ab0; }
.footer-note { font-size: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 76px 0 auto; min-height: calc(100vh - 76px); padding: 34px 4vw; background: var(--navy); display: none; flex-direction: column; align-items: flex-start; }
  .menu-open .nav-links { display: flex; }
  .nav-links a { width: 100%; padding: 15px 0; font-size: 16px; }
  .hero-grid, .detail-hero { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-media { min-height: 70vh; border-left: 0; border-top: 1px solid var(--line-dark); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .proof-grid.dark .stat:nth-child(-n+2) { border-color: var(--line-dark); }
  .feature-grid, .run-grid, .media-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .detail-body { grid-template-columns: 1fr; }
  .detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .fact { padding-right: 16px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .brand-mark { width: 34px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .feature-grid, .run-grid, .media-grid, .service-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 330px; }
  .timeline-row { grid-template-columns: 1fr; gap: 12px; }
  .proof-grid { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .proof-grid.dark .stat { border-color: var(--line-dark); }
  .stat:last-child { border-bottom: 0; }
  .hero-media { min-height: 560px; }
  .hero-badge { width: 125px; height: 125px; }
  .split-media { min-height: 430px; }
  .detail-facts { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 2; }
}
