@import "tailwindcss";

:root {
  --font-scale: 1;
  --content-line-height: 1.6;
  --content-letter-spacing: 0;
  --blue: #010c5b;
  --blue-bright: #010c5b;
  --blue-pale: #f0f0f0;
  --red: #9f0005;
  --grey: #e5e5e5;
  --surface: #f6f7f9;
  --ink: #111111;
  --muted: #58606c;
  --page: #ffffff;
  --line: #d7dbe2;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(1, 12, 91, .12);
  --photo-ratio: 20 / 13;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--font-scale)); }
body { margin: 0; background: var(--page); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: var(--content-line-height); }
a { color: inherit; text-underline-offset: .22em; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 4px solid #ffbf47; outline-offset: 4px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .8rem 1rem; background: #fff; color: var(--blue); border: 3px solid var(--blue); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position:sticky; top:0; z-index:30; min-height:102px; border-bottom:8px solid var(--blue); background:rgba(255,255,255,.98); box-shadow:0 0 0 rgba(1,12,91,0); }
.header-inner { width:min(1600px,100%); min-height:102px; margin-inline:auto; display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:1rem clamp(5.5rem, 8vw, 7rem) 1rem clamp(1.2rem, 5vw, 5.5rem); }
.brand { margin-left: auto; display: block; }
.brand img { width:min(385px, 58vw); }
.header-tools { display: grid; gap: .25rem; justify-items: start; }
.menu-button { display: inline-flex; align-items: center; gap: .85rem; border: 0; border-radius: 0; background: transparent; color: var(--blue); font-weight: 500; text-transform: uppercase; letter-spacing: .08em; padding: .8rem 0; }
.menu-button, .menu-drawer, .drawer-search :where(input,button) { font-family:Arial,sans-serif; }
.menu-button:hover { color: var(--red); }
.hamburger { width: 28px; display: grid; gap: 5px; }
.hamburger i { height: 3px; border-radius: 4px; background: currentColor; display: block; }
.header-search { display: grid; grid-template-columns: minmax(110px, 180px) auto; }
.header-search input, .header-search button { min-height: 38px; border: 2px solid var(--blue); border-radius: 0; }
.header-search input { min-width: 0; padding: .45rem .65rem; color: var(--ink); background: #fff; }
.header-search button { padding: .45rem .75rem; background: var(--blue); color: #fff; font-weight: 700; }
.site-header.is-compact { min-height:68px; border-bottom-width:4px; box-shadow:0 7px 24px rgba(1,12,91,.14); }
.site-header.is-compact .header-inner { min-height:68px; padding-top:.35rem; padding-bottom:.35rem; }
.site-header.is-compact .brand img { width:min(245px, 44vw); }
.site-header.is-compact .header-search { display:none; }
.site-header.is-compact .header-tools { display:block; }
.menu-overlay { position: fixed; inset: 0; z-index: 40; background: rgba(237,239,244,.76); backdrop-filter: grayscale(.25); }
.menu-drawer { width: min(390px, 86vw); height: 100%; overflow-y: auto; background: var(--blue); color: #fff; box-shadow: 18px 0 50px rgba(0,0,0,.25); }
.menu-drawer-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 1.7rem; border-bottom: 1px solid rgba(255,255,255,.28); }
.menu-drawer-header p { margin: 0; font-size: 1rem; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }
.menu-close { width: 48px; height: 48px; border: 0; background: transparent; color: #fff; font-size: 2.5rem; line-height: 1; }
.drawer-navigation { display: grid; padding: 1rem 0 2rem; }
.drawer-navigation a { padding: 1.15rem 1.7rem; color: #fff; font-size: 1rem; font-weight: 500; text-transform: uppercase; text-decoration: none; border-left: 7px solid transparent; }
.drawer-navigation a:hover, .drawer-navigation a:focus-visible { background: rgba(255,255,255,.12); }
.drawer-navigation a.active { background: rgba(0,0,0,.18); border-left-color: #fff; }
.drawer-group summary { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.15rem 1.7rem; color:#fff; font-size:1rem; font-weight:500; text-transform:uppercase; cursor:pointer; list-style:none; border-left:7px solid transparent; }
.drawer-group summary::-webkit-details-marker { display:none; }
.drawer-group summary:hover,.drawer-group summary:focus-visible { background:rgba(255,255,255,.12); }
.drawer-group summary span { font-size:1.35rem; line-height:1; transition:transform .18s ease; }
.drawer-group[open] > summary { background:rgba(0,0,0,.18); }
.drawer-group[open] > summary span { transform:rotate(180deg); }
.drawer-group-content { display:grid; background:rgba(0,0,0,.1); }
.drawer-nested-group > summary { padding:.8rem 1.7rem .8rem 2.7rem; font-size:.95rem; text-transform:none; }
.drawer-navigation .drawer-sub-link { padding-top: .72rem; padding-bottom: .72rem; padding-left: 2.7rem; font-size: .95rem; text-transform: none; }
.drawer-navigation .drawer-detail-link { padding-left:4rem; font-size:.9rem; color:#d9defe; }
.drawer-search { padding: 1.2rem 1.7rem 2rem; border-top: 1px solid rgba(255,255,255,.28); }
.drawer-search label { display: block; margin-bottom: .5rem; font-weight: 700; }
.drawer-search > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.drawer-search input, .drawer-search button { min-height: 46px; border: 2px solid #fff; border-radius: 0; }
.drawer-search input { min-width: 0; padding: .6rem; color: #111; background: #fff; }
.drawer-search button { padding: .6rem .75rem; background: #fff; color: var(--blue); font-weight: 700; }

h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.08; letter-spacing: -.01em; margin-bottom: 1.5rem; text-wrap: balance; }
h2 { color: var(--blue); font-size: clamp(1.85rem, 3vw, 2.75rem); line-height: 1.08; letter-spacing: -.03em; margin-bottom: 1.3rem; text-wrap: balance; }
h3 { font-size: 1.45rem; line-height: 1.22; margin-bottom: 1.15rem; text-wrap: balance; }
p { font-size: 1.1rem; }
.lead { font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.5; font-weight: 700; color: var(--blue); }
.eyebrow, .section-kicker, .panel-kicker { text-transform: uppercase; font-weight: 700; letter-spacing: .12em; font-size: .78rem; }
.eyebrow { color: #fff; display: inline-flex; padding: .35rem .65rem; border: 1px solid rgba(255,255,255,.38); border-radius: 0; margin-bottom: 1.2rem; }
.section-kicker, .panel-kicker { color: var(--red); margin-bottom: .7rem; }
.section { padding: clamp(4rem, 8vw, 7.5rem) clamp(1.2rem, 6vw, 6rem); }
.section-intro { max-width: 640px; color: var(--muted); }

.hero { width:min(1600px,100%); min-height:0; margin-inline:auto; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr); gap:0; background:var(--blue); color:#fff; border-bottom:8px solid var(--blue); box-shadow:0 0 0 100vmax var(--blue); clip-path:inset(0 -100vmax); }
.hero-image { position: relative; min-height: 0; align-self: center; background: var(--grey); }
.poster-image { aspect-ratio: var(--photo-ratio); }
.poster-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-label { position: absolute; left: clamp(1.2rem, 5vw, 4rem); bottom: 2rem; background: rgba(255,255,255,.95); color: var(--blue); border-radius: 999px; padding: .55rem .9rem; font-size: .85rem; font-weight: 700; box-shadow: var(--shadow); }
.hero-copy { align-self: center; padding: clamp(2.5rem, 6vw, 5.5rem); max-width: 700px; }
.hero-copy h1 { letter-spacing: .012em; }
.hero-copy p { font-size: 1.3rem; max-width: 31rem; color: #fff; margin-bottom: 2.6rem; }
.button { display: inline-flex; align-items: center; gap: .7rem; padding: .9rem 1.15rem; border: 2px solid currentColor; border-radius: 0; font-weight: 700; text-decoration: none; }
.button-light { background: #fff; color: var(--blue); }
.button-dark { background: var(--blue); color: #fff; }
.button:hover { background: var(--red); color: #fff; border-color: var(--red); }

.intro { width:min(1600px,100%); display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(3rem,8vw,8rem); max-width:none; margin:auto; padding-top:clamp(2.5rem,4vw,4rem); padding-bottom:clamp(2.5rem,4vw,4rem); background:var(--grey); box-shadow:0 0 0 100vmax var(--grey); clip-path:inset(0 -100vmax); }
.intro-image { width: 100%; aspect-ratio: var(--photo-ratio); margin-top: 2rem; object-fit: cover; object-position: center 68%; }
.intro-copy { max-width: 660px; padding-left: 2rem; border-left: 5px solid var(--blue-bright); }
.intro-article-link { color: inherit; text-decoration: none; }
.intro-article-link:hover, .intro-article-link:focus-visible { text-decoration: underline; text-decoration-thickness: .12em; text-underline-offset: .14em; }
.current-highlight { max-width: 1380px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.current-highlight-image { position: relative; overflow: hidden; border-radius: 0; box-shadow: var(--shadow); background: #fff; }
.current-highlight-image { aspect-ratio: var(--photo-ratio); }
.current-highlight-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.current-highlight-copy { max-width: 590px; }
.current-highlight-copy .button { margin-top: 1.25rem; }
.year-review { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; background: var(--grey); }
.video-wrap { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; border-radius: 0; background: #000; box-shadow: var(--shadow); }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.text-link { color: var(--blue); font-weight: 700; font-size: 1rem; }
.news { background: var(--surface); padding-top: clamp(2.5rem, 4vw, 4rem); padding-bottom: clamp(2.5rem, 4vw, 4rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; max-width: 1400px; margin: 0 auto 2.8rem; }
.card-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.news-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-top: 0; border-radius: 0; background: #fff; box-shadow: 0 8px 30px rgba(1,12,91,.06); transition: box-shadow .18s ease; }
.news-card:hover { box-shadow: var(--shadow); }
.card-image-link { position: relative; display: block; overflow: hidden; aspect-ratio: var(--photo-ratio); background: #fff; }
.card-image-link img { width: 100%; height: 100%; object-fit: cover; object-position: center; background: #fff; }
.image-category { position: absolute; left: 1rem; bottom: 1rem; background: #fff; color: var(--blue); border-radius: 0; padding: .38rem .7rem; font-size: .78rem; font-weight: 700; box-shadow: 0 4px 20px rgba(0,0,0,.16); }
.card-copy { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; }
.card-copy h2,.card-copy h3 { margin-bottom:1.15rem; }
.card-copy :where(h2,h3) a,.card-read-more { text-decoration:none; }
.card-copy :where(h2,h3) a:hover,.card-copy :where(h2,h3) a:focus-visible,.card-read-more:hover,.card-read-more:focus-visible { text-decoration:underline; }
.card-copy > p:not(.card-meta) { color: var(--muted); }
.card-read-more { margin-top: auto; padding-top: .8rem; color: var(--blue); font-weight: 700; }
.card-meta { color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.search-empty { grid-column: 1 / -1; padding: 1.5rem; background: #fff; border-left: 5px solid var(--blue); }
.news-card.blue { background: var(--blue); color: #fff; border-color: var(--blue); }
.news-card.blue h3, .news-card.blue .card-read-more, .news-card.blue .card-meta, .news-card.blue .card-copy > p:not(.card-meta) { color: #fff; }
.news-card.grey { background: var(--grey); }
.featured { background: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.featured-copy { max-width: 650px; margin-left: auto; }
.quote-card { position: relative; background: var(--blue); color: #fff; padding: clamp(2.5rem, 5vw, 5rem); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.quote-card::after { content: ""; position: absolute; inset: auto -70px -70px auto; width: 200px; height: 200px; border: 28px solid var(--blue-bright); border-radius: 50%; opacity: .45; }
.quote-mark { color: #fff; font-size: 6rem; line-height: .6; }
blockquote { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.18; margin: 1rem 0 2rem; font-weight: 700; }
.action-strip { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--blue-bright); color: #fff; padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.2rem, 6vw, 6rem); }
.action-strip h2, .action-strip .section-kicker { color: #fff; margin-bottom: 0; }
.search-strip { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; align-items: end; padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 6vw, 6rem); background: #303030; color: #fff; }
.search-strip h2, .search-strip .section-kicker { color: #fff; }
.search-form label { display: block; margin-bottom: .5rem; font-weight: 700; color: #fff; }
.search-form > div { display: grid; grid-template-columns: 1fr auto; }
.search-form input { min-width: 0; padding: .9rem 1rem; border: 2px solid var(--blue); border-radius: 9px 0 0 9px; background: #fff; color: #111; }
.search-form input::placeholder { color: #555; opacity: 1; }
.search-form button { padding: .9rem 1.2rem; border: 2px solid var(--blue); background: var(--blue); color: #fff; border-radius: 0 9px 9px 0; font-weight: 700; }

footer { background: var(--blue); color: #fff; border-top: 7px solid var(--blue-bright); }
.footer-main { padding: 3.5rem clamp(1.2rem, 6vw, 6rem); max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 4rem; }
.footer-brand img { width: min(340px, 100%); background: #fff; padding: .55rem; border-radius: 8px; }
.footer-brand p { max-width: 360px; margin-top: 1.2rem; color: #dfe1ef; }
.footer-main h2 { color: #fff; font-size: 1.2rem; }
.footer-main a { display: block; margin: .55rem 0; }
.footer-bottom { margin: 0; padding: 1.2rem clamp(1.2rem, 6vw, 6rem); border-top: 1px solid rgba(255,255,255,.22); font-size: .88rem; color: #dfe1ef; }
.live-footer { min-height:92px; padding:1.25rem clamp(1.2rem,6vw,6rem); text-align:left; font-weight:400; }
.footer-content { width:min(1400px,100%); margin-inline:auto; display:grid; justify-items:start; gap:.3rem; }
.footer-content p { margin:0; }
.live-footer a { text-decoration:none; }
.live-footer a:hover,.live-footer a:focus-visible { text-decoration:underline; }
.footer-row { display:flex; align-items:baseline; flex-wrap:wrap; gap:.2rem .8rem; margin:0; color:#fff; font-weight:400; }
.footer-row span,.footer-row a { font-weight:400; }
.footer-row address { margin:0; font-style:normal; }
.footer-privacy { font-size:.84rem; }
.footer-address { text-decoration-thickness: 1px; text-underline-offset: .2em; }
.consent-notice { position:fixed; z-index:100; right:1rem; bottom:1rem; left:1rem; display:flex; align-items:center; justify-content:space-between; gap:1.25rem 2rem; max-width:1180px; margin:auto; padding:1.1rem 1.25rem; border:3px solid #fff; box-shadow:0 0 0 2px var(--blue),0 12px 40px rgba(0,0,0,.3); background:#242424; color:#fff; }
.consent-notice h2 { margin:0 0 .25rem; color:#fff; font-size:1.2rem; }
.consent-notice p { max-width:760px; margin:0; font-size:.95rem; line-height:1.45; }
.consent-notice a { color:#fff; }
.consent-actions { display:flex; flex-wrap:wrap; gap:.6rem; flex-shrink:0; }
.consent-actions button,.embed-consent-placeholder button { min-height:44px; padding:.65rem .85rem; border:2px solid #fff; background:transparent; color:#fff; font-weight:700; }
.consent-actions .consent-accept,.embed-consent-placeholder button { background:var(--blue-bright); }
.embed-consent-placeholder { position:absolute; inset:0; display:grid; align-content:center; justify-items:center; padding:1.25rem; background:#303030; color:#fff; text-align:center; }
.embed-consent-placeholder p { margin:.35rem 0 .8rem; font-size:.95rem; }
.embed-consent-placeholder.compact { font-size:.9rem; }
.privacy-settings-button { min-height:44px; margin:0 0 1.5rem; padding:.65rem .85rem; border:2px solid var(--blue); background:#fff; color:var(--blue); font-weight:700; }

.access-button { position: fixed; right: 1.25rem; top: 1.25rem; z-index: 30; width: 48px; height: 48px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px var(--blue), 0 8px 25px rgba(0,0,0,.2); background: var(--blue); color: #fff; padding: 0; font-weight: 700; }
.access-button img { width: 30px; height: 30px; margin: auto; }
.back-to-top { position:fixed; right:1.25rem; bottom:1.25rem; z-index:29; display:inline-flex; align-items:center; justify-content:center; width:52px; height:52px; min-height:52px; padding:0; border:3px solid #fff; border-radius:50%; box-shadow:0 0 0 2px var(--blue), 0 8px 25px rgba(0,0,0,.2); background:var(--blue); color:#fff; font-weight:700; }
.back-to-top span:first-child { font-size:1.35rem; line-height:1; }
.back-to-top-label { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
.back-to-top:hover { background:var(--red); box-shadow:0 0 0 2px var(--red), 0 8px 25px rgba(0,0,0,.2); }
.panel-backdrop { position: fixed; inset: 0; z-index: 50; display: flex; justify-content: flex-end; background: rgba(0,0,0,.56); }
.access-panel { width: min(480px, 100%); height: 100%; overflow: auto; background: #242424; color: #fff; padding: 2rem; border-left: 8px solid var(--blue); box-shadow: -15px 0 50px rgba(0,0,0,.28); }
.panel-header { display: flex; justify-content: space-between; gap: 1rem; }
.panel-header h2 { font-size: 2rem; color: #fff; }
.access-panel .panel-kicker { color: #fff; }
.close-button { border: 2px solid #fff; border-radius: 50%; background: var(--blue); color: #fff; width: 46px; height: 46px; font-size: 1.7rem; }
fieldset { border: 2px solid #fff; border-radius: 0; margin: 2rem 0; padding: 1rem; }
legend { font-weight: 700; padding: 0 .4rem; }
.size-controls { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: .5rem; text-align: center; }
.size-controls button { background: var(--blue); color: #fff; border: 1px solid #fff; border-radius: 0; padding: .65rem; font-weight: 700; }
.access-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
.access-choice-grid button { min-height: 48px; padding: .6rem; border: 1px solid #fff; background: transparent; color: #fff; font-weight: 700; }
.access-choice-grid button.is-active { background: #fff; color: var(--blue); box-shadow: inset 0 0 0 2px var(--blue); }
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.toggle-row small { display: block; margin-top: .2rem; color: #d8d8d8; }
.toggle-row input { width: 28px; height: 28px; accent-color: var(--blue); }
.speech-button { width: 100%; margin-top: 1.5rem; padding: .85rem; background: var(--blue); color: #fff; border: 2px solid #fff; font-weight: 700; }
.reset-button { width: 100%; margin-top: 2rem; padding: .8rem; background: #fff; color: var(--blue); border: 2px solid #fff; border-radius: 0; font-weight: 700; }

.article-page { background: var(--page); }
.simple-article { width: min(780px, calc(100% - 2.4rem)); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem); }
.simple-article h1 { margin-bottom: 2rem; color: var(--ink); }
.simple-article-image { width: 100%; aspect-ratio: var(--photo-ratio); object-fit: cover; object-position: center; margin-bottom: 2rem; background: var(--grey); }
.simple-article-body { max-width: 720px; }
.simple-article-body p { font-size: 1.15rem; line-height: 1.7; margin-bottom: 1.35rem; }
.simple-back-link { display: inline-block; margin-top: 1.5rem; color: var(--blue); font-weight: 700; }
.news-archive { background: var(--surface); }
.news-archive-header { padding: clamp(3rem,6vw,5.5rem) clamp(1.2rem,6vw,6rem) 2rem; max-width: 1400px; margin:auto; }
.news-archive-header > p:not(.section-kicker) { max-width: 760px; color: var(--muted); }
.archive-search { max-width: 760px; margin-top: 2rem; }
.archive-search label { display:block; margin-bottom:.45rem; font-weight:700; }
.archive-search > div { display:grid; grid-template-columns:minmax(0,1fr) auto; }
.archive-search input,.archive-search button { min-height:50px; border:2px solid var(--blue); border-radius:0; }
.archive-search input { min-width:0; padding:.7rem 1rem; background:#fff; color:#111; }
.archive-search button { padding:.7rem 1.2rem; background:var(--blue); color:#fff; font-weight:700; }
.news-archive .card-copy h2 { color:inherit; font-size:1.35rem; letter-spacing:0; margin-bottom:1rem; }
.article-image-placeholder { display:grid; place-items:center; width:100%; height:100%; padding:1rem; background:var(--grey); color:var(--blue); font-weight:700; text-align:center; }
.pagination { display:flex; align-items:center; justify-content:center; gap:.75rem; max-width:1400px; margin:2.5rem auto 0; font-weight:700; }
.pagination-direction { padding:.7rem 1rem; background:var(--blue); color:#fff; text-decoration:none; }
.pagination-direction.disabled { opacity:.42; }
.pagination-pages { display:flex; align-items:center; justify-content:center; gap:.3rem; }
.pagination-number { display:grid; min-width:2.75rem; min-height:2.75rem; padding:.45rem; border:2px solid var(--blue); background:#fff; color:var(--blue); text-decoration:none; place-items:center; }
.pagination-number[aria-current="page"] { background:var(--blue); color:#fff; }
.pagination-ellipsis { min-width:1.5rem; text-align:center; }
.all-news-link { max-width:1400px; margin:2rem auto 0; text-align:center; }
.database-article { padding-bottom:clamp(4rem,8vw,7rem); }
.database-article :where(.database-article-header,.database-article-hero,.database-article-content) { width:min(780px,calc(100% - 2.4rem)); margin-inline:auto; }
.database-article-header { padding:clamp(3rem,6vw,5.5rem) 0 2rem; }
.database-article-hero { margin-top:0; margin-bottom:2.5rem; }
.database-article-hero img { width:100%; aspect-ratio:var(--photo-ratio); object-fit:cover; background:var(--grey); }
.migrated-text :where(p,li) { font-size:1.12rem; line-height:1.72; }
.migrated-text p { margin-bottom:1.15rem; }
.migrated-text :where(ul,ol) { margin:1.15rem 0; padding-left:1.6rem; }
.migrated-text ul { list-style:disc outside; }
.migrated-text ol { list-style:decimal outside; }
.migrated-text li::marker { color:var(--blue); font-weight:700; }
.migrated-text li { line-height:1.55; }
.migrated-text li + li { margin-top:.25rem; }
.migrated-text h2,.migrated-text h3 { margin-top:2.75rem; margin-bottom:1.35rem; }
.migrated-text :where(h2,h3) + p { margin-top:.25rem; }
.migrated-text a,.external-alternative,.document-block a,.article-sources a { color:var(--blue); font-weight:700; overflow-wrap:anywhere; }
.article-block-image { margin:2.5rem 0; }
.article-block-image img { width:100%; aspect-ratio:var(--photo-ratio); object-fit:contain; background:var(--grey); }
.article-block-image figcaption { margin-top:.5rem; color:var(--muted); font-size:.9rem; }
.article-gallery { margin:3rem 0; }
.article-gallery h2 { margin-bottom:1rem; font-size:1.65rem; }
.article-gallery-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.article-gallery-grid figure { margin:0; min-width:0; }
.gallery-open-button { position:relative; display:block; width:100%; padding:0; border:0; background:var(--grey); color:#fff; cursor:zoom-in; text-align:left; }
.article-gallery-grid img { display:block; width:100%; aspect-ratio:3/2; object-fit:cover; }
.article-gallery-grid figcaption { margin-top:.4rem; color:var(--muted); font-size:.9rem; }
.gallery-zoom-label { position:absolute; right:.6rem; bottom:.6rem; padding:.35rem .55rem; background:rgba(1,12,91,.9); color:#fff; font-size:.85rem; font-weight:700; }
.gallery-open-button:hover .gallery-zoom-label,.gallery-open-button:focus-visible .gallery-zoom-label { background:var(--red); }
.gallery-lightbox { width:min(1100px,calc(100vw - 2rem)); max-width:none; height:min(88vh,900px); max-height:none; margin:auto; padding:0; border:2px solid #fff; background:#050505; color:#fff; overflow:hidden; }
.gallery-lightbox::backdrop { background:rgba(0,0,0,.86); }
.gallery-lightbox-bar { display:flex; align-items:center; justify-content:space-between; gap:1rem; min-height:56px; padding:.65rem 1rem; background:var(--blue); font-weight:700; }
.gallery-lightbox button { min-height:44px; border:2px solid #fff; background:var(--blue); color:#fff; padding:.55rem .8rem; font:inherit; font-weight:700; cursor:pointer; }
.gallery-lightbox figure { display:grid; grid-template-rows:minmax(0,1fr) auto; height:calc(100% - 124px); margin:0; padding:1rem; }
.gallery-lightbox figure img { width:100%; height:100%; min-height:0; object-fit:contain; }
.gallery-lightbox figure figcaption { padding:.7rem 0 0; color:#fff; text-align:center; }
.gallery-lightbox-navigation { display:flex; justify-content:space-between; gap:1rem; min-height:68px; padding:.6rem 1rem; background:#111; }
.article-embed { margin:3rem 0; }
.article-embed h2 { font-size:1.65rem; }
.embed-frame { position:relative; width:100%; aspect-ratio:16/9; margin:1rem 0; background:#000; }
.embed-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
@media(max-width:620px){.article-gallery-grid{grid-template-columns:1fr}}
.document-block,.article-sources { margin:2.5rem 0; padding:1.5rem; background:var(--grey); border-left:6px solid var(--blue); }
.document-block h2,.article-sources h2 { font-size:1.45rem; }
.document-preview { display:block; width:100%; min-height:620px; margin:1rem 0; border:2px solid var(--blue); background:#fff; }
.article-quote { margin:2.5rem 0; padding:1.5rem 1.75rem; border-left:8px solid var(--red); background:var(--grey); color:var(--blue); }
.article-quote blockquote { margin:0; font-size:clamp(1.25rem,2.5vw,1.75rem); line-height:1.45; }
.article-quote blockquote p { margin:.5rem 0; }
.article-quote figcaption { margin-top:1rem; font-weight:700; }
.article-callout { margin:2.5rem 0; padding:1.5rem 1.75rem; border:2px solid var(--blue); border-left-width:10px; background:#fff; }
.article-callout h2 { margin-top:0; color:var(--blue); font-size:1.55rem; }
.article-sources ul { margin:0; padding-left:1.2rem; }
.article-sources li { margin:.65rem 0; }
.toilet-guide > h2 { margin-bottom:1rem; }
.toilet-guide > h3 { margin-top:2.5rem; }
.toilet-list-intro { color:var(--muted); }
.toilet-map { margin:2.5rem 0; }
.toilet-map h3 { margin-bottom:.6rem; color:var(--blue); }
.toilet-map .embed-frame { margin-bottom:.8rem; border:2px solid var(--blue); background:var(--grey); }
.toilet-location-list { margin:1.5rem 0 2.5rem; padding:0; list-style:none; border-top:2px solid var(--blue); }
.toilet-location-list li { display:grid; grid-template-columns:minmax(170px,1.2fr) minmax(190px,1.4fr) minmax(80px,.5fr) minmax(80px,.55fr); gap:1rem; align-items:center; padding:.8rem 1rem; border-bottom:1px solid var(--line); }
.toilet-location-list li:nth-child(even) { background:var(--grey); }
.toilet-location-list strong { color:var(--blue); }
.toilet-location-list > li > span:nth-of-type(2) { color:var(--muted); }
.toilet-location-list a { color:var(--blue); font-weight:700; }
.toilet-no-link { color:var(--muted); }
.toilet-update-note { margin:2.5rem 0; padding:1.25rem 1.5rem; background:var(--grey); border-left:6px solid var(--blue); }
.toilet-update-note h3 { margin-bottom:.5rem; color:var(--blue); }
.toilet-update-note p { margin:0; }
.map-preview-image { position:relative; display:block; width:100%; height:100%; min-height:260px; overflow:hidden; background:var(--grey); }
.map-preview-image iframe { width:100%; height:100%; min-height:260px; border:0; pointer-events:none; transform:scale(1.02); }
.map-preview-label { position:absolute; left:1rem; bottom:1rem; padding:.65rem .85rem; background:var(--blue); color:#fff; font-weight:700; box-shadow:0 5px 18px rgba(1,12,91,.24); }
.about-overview { background:var(--surface); }
.overview-header { width:min(780px,calc(100% - 2.4rem)); margin:auto; padding:clamp(2rem,4vw,3.5rem) 0; }
.overview-header h1 { margin:0; }
.overview-header > p:not(.section-kicker) { max-width:760px; font-size:1.25rem; color:var(--muted); }
.ordered-article-list { width:min(780px,calc(100% - 2.4rem)); margin:auto; padding:0 0 clamp(4rem,8vw,7rem); display:grid; gap:1.5rem; }
.ordered-article { display:grid; grid-template-columns:1fr; background:#fff; border:1px solid var(--line); }
.ordered-article-media { min-height:0; background:var(--blue); }
.ordered-article-media img { display:block; width:100%; height:auto; aspect-ratio:var(--photo-ratio); object-fit:cover; }
.ordered-article-media.logo-media { background:#fff; }
.ordered-article-media.logo-media img { object-fit:cover; padding:0; }
.ordered-article-copy { align-self:center; padding:clamp(2rem,5vw,4rem); }
.ordered-article-copy h2 { margin-bottom:1.25rem; }
.ordered-article-copy > p:not(.card-meta) { color:var(--muted); }
.people-profile-overview { margin-top:2rem; padding-top:1.5rem; border-top:1px solid var(--line); }
.people-profile-overview > h3 { margin:0 0 1rem; color:var(--blue); font-size:1.35rem; }
.people-profile-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem; }
.people-profile-card { display:grid; grid-template-columns:96px minmax(0,1fr); gap:1rem; align-items:center; min-width:0; padding:.75rem; border:1px solid var(--line); color:var(--blue); text-decoration:none; }
.people-profile-card:hover,.people-profile-card:focus-visible { border-color:var(--blue); box-shadow:0 0 0 3px var(--focus); }
.people-profile-image { display:block; width:96px; aspect-ratio:1; overflow:hidden; background:#fff; }
.people-profile-image img { width:100%; height:100%; object-fit:cover; }
.people-profile-image img[src="/et-assets/logo-op-wit-3x2.png"] { object-fit:contain; }
.people-profile-card strong,.people-profile-card small,.people-profile-link { display:block; }
.people-profile-card strong { font-size:1.05rem; }
.people-profile-card small { display:-webkit-box; margin-top:.25rem; overflow:hidden; color:var(--muted); font-size:.82rem; font-weight:400; line-height:1.35; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.people-profile-link { margin-top:.45rem; font-size:.85rem; font-weight:700; }
.overview-article-body { color:var(--muted); }
.overview-article-body > :first-child { margin-top:0; }
.overview-article-body > :last-child { margin-bottom:0; }
.people-list { display:grid; gap:.45rem; padding-left:1.3rem; }
.people-list a { color:var(--blue); font-weight:700; }
.contact-page .database-article-content { padding-bottom:2rem; }
.contact-page .article-embed-map .embed-frame { aspect-ratio:4/3; min-height:360px; border:2px solid var(--blue); }
.home-feature-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.5rem; background:var(--surface); }
.home-feature-grid article { display:grid; grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr); background:#fff; border:1px solid var(--line); }
.home-feature-grid img { width:100%; height:100%; min-height:280px; object-fit:cover; }
.home-feature-grid article>div { align-self:center; padding:clamp(1.5rem,4vw,3rem); }
.home-feature-grid h2 { font-size:clamp(1.6rem,2.4vw,2.2rem); }
.home-feature-grid .button { margin-top:1rem; }
.activity-group { scroll-margin-top:1rem; }
.reportage-anchor { height:0; scroll-margin-top:5rem; }
.activity-group > h2 { margin-bottom:2rem; }
.activity-group:nth-of-type(even) { background:var(--grey); }
.article-topline { max-width: 1320px; margin: auto; padding: 1.5rem clamp(1.2rem, 5vw, 4rem); display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; padding: 0; margin: 0; font-size: .9rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: var(--muted); }
.back-link { color: var(--blue); font-weight: 700; }
.article-header { max-width: 1320px; margin: auto; padding: clamp(3rem, 7vw, 6.5rem) clamp(1.2rem, 5vw, 4rem) 0; }
.article-heading { max-width: 960px; margin-bottom: 3rem; }
.article-deck { max-width: 780px; font-size: clamp(1.25rem, 2vw, 1.55rem); color: var(--muted); }
.article-hero { margin: 0; }
.article-hero img { width: 100%; aspect-ratio: var(--photo-ratio); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-hero figcaption { padding: .7rem .2rem; color: var(--muted); font-size: .88rem; }
.article-layout { max-width: 1100px; margin: auto; display: grid; grid-template-columns: 240px minmax(0, 720px); gap: clamp(3rem, 7vw, 7rem); padding: clamp(3rem, 7vw, 6rem) 1.2rem; }
.article-aside { align-self: start; position: sticky; top: 1.5rem; padding: 1.3rem; border: 1px solid var(--line); border-top: 5px solid var(--blue-bright); border-radius: 12px; }
.article-aside p { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--muted); }
.article-aside a { display: block; margin: .8rem 0; color: var(--blue); font-size: .92rem; font-weight: 700; }
.article-body h2 { margin-top: 3.2rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.article-body p, .article-body li { font-size: 1.16rem; }
.article-body li { margin: .65rem 0; }
.article-quote { margin: 3rem 0; padding: 2.5rem; background: var(--blue); color: #fff; border-radius: var(--radius); font-size: clamp(1.6rem, 3vw, 2.35rem); box-shadow: var(--shadow); }
.article-callout { margin: 3rem 0; padding: 1.7rem; border-left: 7px solid var(--blue-bright); background: var(--grey); border-radius: 0; }
.article-callout strong { color: var(--blue); font-size: 1.25rem; }
.article-callout p { margin: .4rem 0; }
.article-callout a { color: var(--blue); font-weight: 700; }
.related { background: var(--surface); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 1200px; margin: auto; }
.related-card { display: grid; grid-template-columns: 220px 1fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.related-card img { width: 100%; aspect-ratio: var(--photo-ratio); object-fit: cover; }
.related-card > div { padding: 1.4rem; }
.related-card h3 a { text-decoration: none; }

html[data-line="custom"] :where(p, li, a, button, label) { line-height: var(--content-line-height) !important; }
html[data-spacing="custom"] :where(h1, h2, h3, p, li, a, button, label) { letter-spacing: var(--content-letter-spacing) !important; }
html[data-contrast="dark"] { --blue: #000; --blue-bright: #fff; --grey: #000; --surface: #000; --page: #000; --ink: #fff; --muted: #fff; --line: #fff; }
html[data-contrast="dark"] :where(.site-header, .section, .news-card, .search-strip, .article-page, .article-callout) { background: #000 !important; color: #fff !important; }
html[data-contrast="dark"] :where(h1, h2, h3, a, .section-kicker) { color: #ffff00 !important; }
html[data-contrast="light"] { --blue: #000; --blue-bright: #000; --grey: #fff; --surface: #fff; --page: #fff; --ink: #000; --muted: #000; --line: #000; }
html[data-contrast="light"] :where(.site-header, .section, .news-card, .search-strip, .article-page, .article-callout) { background: #fff !important; color: #000 !important; }
html[data-contrast="light"] :where(h1, h2, h3, a, .section-kicker) { color: #000 !important; }
html[data-visual="high"] body > :not(.access-panel):not(.access-button):not(.consent-banner):not(.back-to-top) { filter: saturate(1.8); }
html[data-visual="low"] body > :not(.access-panel):not(.access-button):not(.consent-banner):not(.back-to-top) { filter: saturate(.45); }
html[data-visual="mono"] body > :not(.access-panel):not(.access-button):not(.consent-banner):not(.back-to-top) { filter: grayscale(1); }
html[data-visual="invert"] body > :not(.access-panel):not(.access-button):not(.consent-banner):not(.back-to-top) { filter: invert(1) hue-rotate(180deg); }
html[data-links="highlighted"] main a { outline: 3px solid #ffbf47 !important; outline-offset: 3px; text-decoration: underline !important; }
html[data-titles="highlighted"] :where(h1, h2, h3) { outline: 3px solid #ffbf47 !important; outline-offset: 5px; }
html[data-read="enabled"] main { max-width: 820px; margin: auto; }
html[data-read="enabled"] :where(.hero-image, .current-highlight-image, .intro-image, .video-wrap, .card-image-link, .article-hero, .article-aside, .simple-article-image) { display: none !important; }
html[data-read="enabled"] :where(.hero, .current-highlight, .intro, .year-review, .news-card, .article-layout) { display: block !important; min-height: 0; }
html[data-read="enabled"] :where(.hero-copy, .section, .article-layout) { padding-left: 1.2rem; padding-right: 1.2rem; }
html[data-motion="reduced"] { scroll-behavior: auto; }
html[data-motion="reduced"] * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

@media (min-width: 981px) {
  h1 { font-size: clamp(2rem, 2.8vw, 2.75rem); }
  h2 { font-size: clamp(1.8rem, 2.5vw, 2.5rem); }
  h3 { font-size: 1.35rem; }
  .news-archive-header {
    width: min(1400px, calc(100% - clamp(2.4rem, 12vw, 12rem)));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
  }
  .activities-overview .news-archive-header,
  .activities-overview .activity-group {
    width: min(1400px, calc(100% - clamp(2.4rem, 12vw, 12rem)));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
  }
  .activities-overview .activity-group .card-grid {
    width: 100%;
  }
  .hero { align-items: center; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); padding-right: clamp(1.2rem, 6vw, 6rem); padding-left: clamp(1.2rem, 6vw, 6rem); }
  .hero-image { align-self: center; }
  .hero-copy { align-self: center; padding: 1.5rem clamp(2rem, 4vw, 3.75rem); }
  .hero-copy h1 { font-size: clamp(2rem, 2.4vw, 2.5rem); margin-bottom: 1.1rem; }
  .hero-copy p { font-size: 1.05rem; line-height: 1.45; margin-bottom: 1.5rem; }
  .current-highlight { padding-top: clamp(2rem, 3.5vw, 3.5rem); padding-bottom: clamp(2rem, 3.5vw, 3.5rem); }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-image { min-height: 0; width: 100%; }
  .hero-copy, .current-highlight-copy { width: 100%; max-width: none; }
  .hero-copy p { max-width: none; }
  .intro, .featured, .current-highlight, .year-review { grid-template-columns: 1fr; }
  .featured-copy { margin: 0; }
  .card-grid { grid-template-columns: 1fr; }
  .news-card { display: grid; grid-template-columns: minmax(280px, 45%) minmax(0, 1fr); }
  .card-image-link { align-self: center; width: 100%; height: auto; }
  .card-image-link img { height: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .ordered-article,.ordered-article.reverse { grid-template-columns:1fr; }
  .ordered-article.reverse .ordered-article-media { order:0; }
  .home-feature-grid { grid-template-columns:1fr; }
  .home-feature-grid article { grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr); }
}

@media (min-width: 681px) and (max-width: 980px) {
  .news-card { display: flex; }
  .card-image-link { width: 100%; align-self: stretch; }
}

@media (max-width: 680px) {
  .site-header { min-height:82px; border-bottom-width:8px; }
  .header-inner { min-height:82px; padding:.75rem 1rem; }
  .menu-button { padding: .65rem; background: transparent; }
  .header-search { display: none; }
  .menu-button > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .brand img { width: 220px; }
  .menu-drawer-header { min-height: 92px; }
  .hero-image { min-height: 65vw; }
  h1 { font-size: 2.25rem; }
  .intro-copy { padding-left: 1.2rem; }
  .section-heading, .action-strip, .article-topline { align-items: flex-start; flex-direction: column; }
  .search-strip { grid-template-columns: 1fr; }
  .news-card { display: flex; }
  .footer-main, .related-grid { grid-template-columns: 1fr; }
  .related-card { grid-template-columns: 1fr; }
  .related-card img, .article-hero img { aspect-ratio: var(--photo-ratio); }
  .access-button { top: auto; left: auto; right: 1rem; bottom: 1rem; width: 48px; height: 48px; }
  .back-to-top { right:1rem; bottom:5rem; width:48px; padding:0; justify-content:center; border-radius:50%; }
  .back-to-top span:last-child { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
  .live-footer { justify-items:start; text-align:left; padding-block:1.25rem; }
  .footer-row { display:grid; justify-items:start; }
  .consent-notice { align-items:stretch; flex-direction:column; }
  .consent-actions { display:grid; grid-template-columns:1fr; }
  .toilet-location-list li { grid-template-columns:1fr; gap:.2rem; padding:.9rem .8rem; }
  .toilet-location-list > li > span:nth-of-type(2) { font-size:.92rem; }
  .toilet-no-link { display:none; }
  .home-feature-grid article { grid-template-columns:1fr; }
  .home-feature-grid img { min-height:0; aspect-ratio:var(--photo-ratio); }
  .people-profile-grid { grid-template-columns:1fr; }
  .people-profile-card { grid-template-columns:76px minmax(0,1fr); }
  .people-profile-image { width:76px; }
}
/* PHP-productievariant: aanvullende componenten */
[hidden] { display: none !important; }
.lightbox {
  max-width: min(94vw, 1200px);
  max-height: 92vh;
  padding: 0;
  border: 4px solid var(--blue, #08156d);
  background: #fff;
}
.lightbox::backdrop { background: rgba(3, 10, 45, .84); }
.lightbox img { display: block; max-width: 90vw; max-height: 86vh; object-fit: contain; }
.lightbox button {
  position: absolute; top: .5rem; right: .5rem; z-index: 2;
  width: 3rem; height: 3rem; border: 2px solid #fff; border-radius: 50%;
  color: #fff; background: #08156d; font-size: 2rem;
}
.gallery-item { padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-item img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.access-panel {
  position:fixed; z-index:50;
  top:max(.75rem,env(safe-area-inset-top)); right:max(.75rem,env(safe-area-inset-right));
  bottom:max(.75rem,env(safe-area-inset-bottom));
  width:min(25rem,calc(100vw - 1.5rem)); height:auto; max-height:none;
  padding:1.25rem; padding-bottom:calc(1.25rem + env(safe-area-inset-bottom));
  overflow-x:hidden; overflow-y:auto; overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  color: #08156d; background: #fff; border: 3px solid #08156d;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .24);
}
body.access-panel-open { overflow:hidden; }
.access-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.access-panel-header h2 { margin: 0; }
.access-panel-header button { border: 0; background: transparent; color: inherit; font-size: 2rem; }
.access-panel > p { margin:.75rem 0 1rem; line-height:1.45; }
.access-panel fieldset { margin:1.15rem 0; padding:.8rem; border:2px solid #08156d; }
.access-panel legend { padding:0 .35rem; color:#08156d; }
.access-panel .size-controls button { min-height:44px; border-color:#08156d; background:#08156d; }
.access-panel .size-controls output { font-weight:700; }
.access-panel .access-choice-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.access-panel .access-choice-grid button { min-height:44px; border:2px solid #08156d; color:#08156d; background:#fff; }
.access-panel .access-choice-grid button.is-active { color:#fff; background:#08156d; box-shadow:none; }
.access-panel .toggle-row { margin:0; padding:.9rem 0; border-bottom:1px solid #b8bfd2; }
.access-panel .toggle-row small { color:#4e5668; }
.access-panel .toggle-row input { flex:0 0 auto; accent-color:#08156d; }
.access-panel .speech-button,.access-panel .reset-button { min-height:48px; }
.consent-banner {
  position: fixed; z-index: 60; left: 1rem; bottom: 1rem;
  max-width: 36rem; padding: 1.25rem; color: #fff; background: #2d2d2d;
  border-left: .4rem solid #b30000; box-shadow: 0 .5rem 2rem rgba(0,0,0,.25);
}
.consent-banner h2 { margin-top: 0; color: #fff; }
.consent-banner .button { margin-right: .5rem; }
.embed-placeholder {
  display: grid; place-items: center; min-height: 20rem; padding: 2rem;
  text-align: center; background: #e7e7e7;
}
.external-embed iframe { width: 100%; min-height: 32rem; border: 0; }
html[data-contrast="dark"] { filter: none; }
html[data-contrast="dark"] body { color: #fff; background: #000; }
html[data-contrast="dark"] .site-header,
html[data-contrast="dark"] .database-article,
html[data-contrast="dark"] .news-card.light,
html[data-contrast="dark"] .news-card.grey,
html[data-contrast="dark"] .ordered-article,
html[data-contrast="dark"] .simple-page { color: #fff; background: #000; }
html[data-contrast="light"] body { color: #000; background: #fff; }
html[data-links="highlighted"] main a { outline: .2em solid #ffde00; outline-offset: .15em; }
html[data-motion="reduced"] *, html[data-motion="reduced"] *::before, html[data-motion="reduced"] *::after {
  scroll-behavior: auto !important; animation: none !important; transition: none !important;
}

/* Houd hoofdteksten en actieknoppen leesbaar bij gecombineerde toegankelijkheidsinstellingen. */
html[data-contrast="light"] :where(.hero, .hero-copy) {
  color:#000 !important;
  background:#fff !important;
  box-shadow:0 0 0 100vmax #fff;
}
html[data-contrast="light"] .hero { border-bottom-color:#000; }
html[data-contrast="light"] .hero-copy :where(h1, p) { color:#000 !important; }
html[data-contrast="dark"] .hero-copy h1 { color:#ffff00 !important; }
html[data-contrast="dark"] .hero-copy p { color:#fff !important; }
html[data-contrast="normal"] .hero-copy :where(h1, p) { color:#fff; }

html[data-contrast="light"] :where(a.button-dark, button.button-dark) {
  color:#fff !important;
  background:#000 !important;
  border-color:#000 !important;
}
html[data-contrast="light"] :where(a.button-light, button.button-light) {
  color:#000 !important;
  background:#fff !important;
  border-color:#000 !important;
}
html[data-contrast="dark"] :where(a.button-dark, button.button-dark) {
  color:#000 !important;
  background:#ffff00 !important;
  border-color:#ffff00 !important;
}
html[data-contrast="dark"] :where(a.button-light, button.button-light) {
  color:#000 !important;
  background:#fff !important;
  border-color:#fff !important;
}
