:root {
  --ink: #242321;
  --ink-soft: #55514c;
  --paper: #f4f0e7;
  --paper-light: #fbf8f1;
  --orange: #e75a24;
  --orange-dark: #bd3d10;
  --line: #c9c1b4;
  --white: #fffdf8;
  --shell: min(1180px, calc(100% - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--sans);
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 99;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--ink); color: var(--white); font-size: 12px; text-transform: uppercase; }
.utility-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar p { margin: 0; }
.utility-bar a { border-bottom: 1px solid var(--orange); }
.utility-bar a:hover { color: #ff8b5e; }
.utility-place { margin-left: 18px; color: #bab4aa; }
.live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--orange); vertical-align: 1px; }

.masthead { min-height: 132px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; }
.brand { display: inline-flex; align-items: baseline; width: fit-content; font-weight: 900; line-height: .8; }
.brand__name { font-size: 52px; text-transform: lowercase; }
.brand__dot { color: var(--orange); font-size: 52px; }
.brand__nl { font-size: 24px; }
.brand__tagline { margin-left: 18px; padding-left: 18px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.masthead__note { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 14px; line-height: 1.4; }
.masthead__note strong { color: var(--ink); font-family: var(--sans); font-size: 11px; text-transform: uppercase; }
.masthead__actions { display: flex; gap: 8px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); cursor: pointer; display: grid; place-items: center; transition: background .2s, color .2s, border-color .2s; }
.icon-button:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.search-icon { position: relative; width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 50%; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 2px; right: -6px; bottom: -3px; background: currentColor; transform: rotate(45deg); transform-origin: left center; }
.menu-toggle { display: none; padding: 12px; align-content: center; gap: 4px; }
.menu-toggle span { width: 18px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }

.search-panel { padding: 28px 0; border-top: 1px solid var(--line); background: var(--paper); }
.search-form { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: end; gap: 30px; }
.search-form label { font-family: var(--serif); font-size: 22px; font-weight: 700; }
.search-form__row { display: flex; }
.search-form input, .newsletter input { min-width: 0; width: 100%; height: 50px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: var(--white); }
.search-form button, .newsletter button { flex: 0 0 auto; min-height: 50px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 0; color: var(--white); background: var(--ink); font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; transition: background .2s, border-color .2s; }
.search-form button:hover, .newsletter button:hover { border-color: var(--orange-dark); background: var(--orange-dark); }

.main-nav { border-block: 1px solid var(--ink); }
.main-nav__inner { min-height: 48px; display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; font-size: 12px; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -15px; height: 3px; background: var(--orange); transition: right .2s; }
.main-nav a:hover::after, .main-nav a.is-current::after { right: 0; }

.lead { padding-block: 46px 54px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .85fr); align-items: stretch; }
.lead__image { position: relative; min-height: 510px; overflow: hidden; background: #d8d0c3; }
.lead__image img { object-position: 52% center; transition: transform .5s ease; }
.lead__image:hover img { transform: scale(1.025); }
.lead__edition { position: absolute; left: 0; top: 0; padding: 9px 14px; color: var(--white); background: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.lead__story { margin: 34px 0 34px -34px; padding: 40px 42px 28px; z-index: 1; background: var(--paper-light); border-top: 6px solid var(--orange); box-shadow: 0 14px 30px rgb(36 35 33 / 12%); display: flex; flex-direction: column; }
.article-meta { display: flex; align-items: center; gap: 13px; color: #767068; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-meta a { color: var(--orange-dark); }
.article-meta a:hover { text-decoration: underline; text-underline-offset: 3px; }
.article-meta > * + *::before { content: "/"; margin-right: 13px; color: var(--line); }
.lead h1 { max-width: 14ch; margin: 20px 0; font-family: var(--serif); font-size: clamp(36px, 3.4vw, 54px); line-height: 1.03; font-weight: 700; }
.lead h1 a, .story h3 a, .dispatch h2 a, .agenda h3 a { background-image: linear-gradient(var(--orange), var(--orange)); background-position: 0 100%; background-repeat: no-repeat; background-size: 0 2px; transition: background-size .25s; }
.lead h1 a:hover, .story h3 a:hover, .dispatch h2 a:hover, .agenda h3 a:hover { background-size: 100% 2px; }
.lead__intro { margin: 0 0 30px; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.lead__footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 10px; color: #716b63; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.latest { color: var(--white); background: var(--orange); }
.latest__inner { min-height: 54px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.latest strong { font-size: 11px; text-transform: uppercase; }
.latest strong::after { content: ""; display: inline-block; width: 42px; height: 1px; margin-left: 20px; background: rgb(255 255 255 / 50%); vertical-align: middle; }
.latest a { font-family: var(--serif); font-size: 15px; }
.latest a:hover { text-decoration: underline; text-underline-offset: 3px; }
.latest time { font-size: 11px; font-weight: 700; }

.news-section { padding-block: 80px 94px; }
.section-header { margin-bottom: 32px; padding-bottom: 18px; border-bottom: 3px solid var(--ink); display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.eyebrow { display: block; margin-bottom: 6px; color: var(--orange-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.section-header h2, .weekend-heading h2, .most-read h2, .newsletter h2 { margin: 0; font-family: var(--serif); line-height: 1.05; }
.section-header h2 { font-size: 34px; }
.text-link { width: fit-content; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--orange); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.news-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 28px; row-gap: 58px; }
.story { grid-column: span 5; display: grid; grid-template-rows: 320px auto; }
.story--wide { grid-column: span 7; }
.story--reverse { grid-column: 1 / span 5; }
.story__image { overflow: hidden; background: #d8d0c3; }
.story__image img { transition: transform .45s ease, filter .45s; }
.story__image:hover img { transform: scale(1.035); filter: saturate(.8); }
.story__image--landscape img { object-position: center 48%; }
.story__image--portrait img { object-position: center 54%; }
.story__image--crop-low img { object-position: center 72%; }
.story__image--crop-right img { object-position: 70% 50%; }
.story__body { position: relative; width: calc(100% - 28px); margin-top: -28px; padding: 24px 28px 0 0; background: var(--paper-light); }
.story--wide .story__body { width: 74%; }
.story h3 { max-width: 19ch; margin: 13px 0 10px; font-family: var(--serif); font-size: 26px; line-height: 1.13; }
.story p { max-width: 58ch; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 15px; line-height: 1.55; }

.weekend-band { padding: 74px 0 78px; color: var(--white); background: var(--ink); }
.weekend-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.weekend-heading { padding-right: 24px; border-right: 1px solid #57544f; }
.weekend-heading h2 { max-width: 9ch; font-size: 42px; }
.weekend-heading p { margin: 18px 0 0; color: #bcb6ac; font-family: var(--serif); }
.agenda { display: grid; }
.agenda-item { padding: 20px 0; border-bottom: 1px solid #57544f; display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: center; }
.agenda-item:first-child { padding-top: 0; }
.agenda-item:last-child { border-bottom: 0; }
.agenda-item time { width: 60px; height: 60px; border: 1px solid var(--orange); display: grid; place-content: center; text-align: center; line-height: 1; }
.agenda-item time strong { font-family: var(--serif); font-size: 25px; }
.agenda-item time span, .agenda-item > div > span { color: #c6bfb5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.agenda-item h3 { margin: 3px 0; font-family: var(--serif); font-size: 20px; }
.agenda-item p { margin: 0; color: #aaa49b; font-size: 13px; }

.lower-grid { padding-block: 92px; display: grid; grid-template-columns: 1.7fr .72fr; gap: 70px; }
.dispatch { min-width: 0; display: grid; grid-template-columns: 54px minmax(0, .9fr) minmax(240px, .7fr); align-items: center; }
.dispatch__number { align-self: stretch; padding-top: 7px; border-top: 4px solid var(--orange); color: var(--orange); font-size: 12px; font-weight: 900; }
.dispatch__content { padding: 24px 38px; background: var(--paper); z-index: 1; }
.dispatch h2 { margin: 16px 0; font-family: var(--serif); font-size: 34px; line-height: 1.08; }
.dispatch p { margin: 0 0 24px; color: var(--ink-soft); font-family: var(--serif); }
.dispatch__image { min-height: 390px; margin-left: -18px; overflow: hidden; }
.dispatch__image img { object-position: center 55%; transition: transform .45s; }
.dispatch__image:hover img { transform: scale(1.035); }

.most-read { padding-left: 34px; border-left: 1px solid var(--line); }
.most-read h2 { padding-bottom: 18px; border-bottom: 3px solid var(--ink); font-size: 30px; }
.most-read ol { margin: 0; padding: 0; list-style: none; }
.most-read li { border-bottom: 1px solid var(--line); }
.most-read li a { padding: 17px 0; display: grid; grid-template-columns: 26px 1fr; gap: 12px; font-family: var(--serif); font-size: 16px; line-height: 1.3; }
.most-read li span { color: var(--orange); font-family: var(--sans); font-size: 11px; font-weight: 900; }
.most-read li a:hover { color: var(--orange-dark); }

.newsletter { padding: 58px 0; color: var(--white); background: var(--orange); }
.newsletter__inner { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 90px; }
.newsletter .eyebrow { color: var(--ink); }
.newsletter h2 { max-width: 14ch; font-size: 37px; }
.newsletter__form label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.newsletter__row { display: flex; }
.newsletter input { border-color: var(--white); }
.newsletter button { border-color: var(--ink); }
.newsletter__form p { margin: 8px 0 0; font-size: 10px; }

.site-footer { padding: 64px 0 20px; color: var(--white); background: #171716; }
.footer-main { padding-bottom: 52px; display: grid; grid-template-columns: 1.5fr .55fr .55fr; gap: 60px; }
.footer-brand a { font-size: 34px; font-weight: 900; }
.footer-brand a span { color: var(--orange); }
.footer-brand p { max-width: 250px; margin: 8px 0 0; color: #9b968e; font-family: var(--serif); font-size: 14px; }
.footer-main nav { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-main nav strong { margin-bottom: 8px; color: #8b867f; font-size: 9px; text-transform: uppercase; }
.footer-main nav a:hover, .footer-bottom a:hover { color: #ff8658; }
.footer-bottom { padding-top: 18px; border-top: 1px solid #45423e; display: flex; justify-content: space-between; color: #8f8a82; font-size: 10px; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 24px; }

@media (max-width: 960px) {
  .masthead { gap: 28px; }
  .masthead__note { display: none; }
  .main-nav__inner { gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .main-nav__inner::-webkit-scrollbar { display: none; }
  .lead { grid-template-columns: 1.4fr 1fr; }
  .lead__image { min-height: 460px; }
  .lead__story { margin-left: -50px; padding: 34px 30px 26px; }
  .lead h1 { font-size: 40px; }
  .story { grid-template-rows: 280px auto; }
  .lower-grid { grid-template-columns: 1fr; }
  .most-read { padding-left: 0; border-left: 0; }
  .most-read ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .utility-place { display: none; }
  .utility-bar__inner { min-height: 32px; }
  .masthead { min-height: 96px; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; }
  .brand__name, .brand__dot { font-size: 38px; }
  .brand__nl { font-size: 18px; }
  .brand__tagline { display: none; }
  .menu-toggle { display: grid; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { display: none; }
  .main-nav.is-open { display: block; }
  .main-nav__inner { padding-block: 14px; display: grid; gap: 0; overflow: visible; }
  .main-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .search-form { grid-template-columns: 1fr; gap: 12px; }
  .search-form label { font-size: 18px; }
  .lead { width: 100%; padding: 0 0 40px; display: block; }
  .lead__image { min-height: 0; aspect-ratio: 1.2; }
  .lead__story { width: calc(100% - 32px); margin: -32px 0 0 auto; padding: 28px 24px 24px; box-shadow: none; }
  .lead h1 { max-width: 16ch; margin: 16px 0; font-size: 35px; }
  .lead__intro { font-size: 16px; }
  .lead__footer { flex-direction: column; gap: 4px; }
  .latest__inner { padding-block: 10px; grid-template-columns: auto 1fr; gap: 10px 16px; }
  .latest strong::after { display: none; }
  .latest time { grid-column: 2; }
  .news-section { padding-block: 60px; }
  .section-header { align-items: start; }
  .section-header .text-link { display: none; }
  .section-header h2 { font-size: 30px; }
  .news-grid { display: block; }
  .story, .story--wide { margin-bottom: 48px; display: block; }
  .story:last-child { margin-bottom: 0; }
  .story__image { aspect-ratio: 1.5; }
  .story__body, .story--wide .story__body { width: calc(100% - 18px); margin-top: -20px; padding: 20px 18px 0 0; }
  .story h3 { font-size: 24px; }
  .weekend-band { padding-block: 58px; }
  .weekend-layout { grid-template-columns: 1fr; gap: 40px; }
  .weekend-heading { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid #57544f; }
  .weekend-heading h2 { font-size: 37px; }
  .lower-grid { padding-block: 64px; gap: 60px; }
  .dispatch { display: grid; grid-template-columns: 42px 1fr; align-items: start; }
  .dispatch__content { padding: 20px 0 28px 22px; background: transparent; }
  .dispatch__image { grid-column: 1 / -1; min-height: 0; aspect-ratio: 1.35; margin: 0; }
  .dispatch h2 { font-size: 30px; }
  .most-read ol { grid-template-columns: 1fr; }
  .newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
  .newsletter h2 { font-size: 32px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .utility-bar a { display: none; }
  .masthead__actions { gap: 5px; }
  .icon-button { width: 39px; height: 39px; }
  .search-form__row, .newsletter__row { display: grid; }
  .search-form button, .newsletter button { width: 100%; }
  .lead h1 { font-size: 32px; }
  .article-meta { flex-wrap: wrap; gap: 6px 10px; }
  .article-meta > * + *::before { margin-right: 10px; }
  .agenda-item { grid-template-columns: 54px 1fr; gap: 16px; }
  .agenda-item time { width: 52px; height: 56px; }
  .footer-bottom { gap: 16px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Blogpagina's: dezelfde redactionele vormentaal, met extra rust voor lange tekst. */
.article-page { padding-bottom: 30px; }
.article-hero { padding-block: 62px 56px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); align-items: center; gap: 64px; }
.article-hero__copy h1 { max-width: 15ch; margin: 22px 0; font-family: var(--serif); font-size: clamp(40px, 4.7vw, 66px); line-height: 1.02; }
.article-hero__copy > p { max-width: 52ch; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.article-byline { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 22px; color: #716b63; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-hero__image { margin: 0; }
.article-hero__image img { aspect-ratio: 1.2; }
.article-hero__image figcaption { margin-top: 8px; color: #777168; font-size: 10px; }
.article-layout { padding-block: 64px 96px; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, 720px) 250px; justify-content: center; align-items: start; gap: 90px; }
.article-content { color: #34312d; font-family: var(--serif); font-size: 18px; line-height: 1.78; }
.article-content > p:first-child { margin-top: 0; font-size: 21px; line-height: 1.65; }
.article-content h2 { margin: 58px 0 18px; color: var(--ink); font-size: 35px; line-height: 1.12; }
.article-content h3 { margin: 38px 0 12px; color: var(--ink); font-size: 25px; line-height: 1.2; }
.article-content h4 { margin: 28px 0 10px; color: var(--ink); font-family: var(--sans); font-size: 17px; }
.article-content p { margin: 0 0 22px; }
.article-content ul, .article-content ol { margin: 10px 0 28px; padding-left: 25px; }
.article-content li { margin-bottom: 8px; padding-left: 5px; }
.article-content a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-content table { width: 100%; margin: 28px 0 34px; border-collapse: collapse; font-family: var(--sans); font-size: 14px; line-height: 1.45; }
.article-content th, .article-content td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { color: var(--white); background: var(--ink); }
.article-aside { position: sticky; top: 24px; padding: 24px 0 24px 24px; border-left: 4px solid var(--orange); }
.article-aside strong { font-family: var(--serif); font-size: 21px; }
.article-aside p { color: var(--ink-soft); font-size: 13px; }
.related { padding-block: 70px 100px; }

.archive-page, .search-page { padding-block: 74px 104px; }
.archive-header { max-width: 720px; margin-bottom: 54px; }
.archive-header h1, .simple-page h1 { margin: 8px 0 18px; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.archive-header p { color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 28px; }
.archive-grid .story, .archive-grid .story--wide { grid-column: auto; grid-template-rows: 230px auto; }
.archive-grid .story__body, .archive-grid .story--wide .story__body { width: calc(100% - 18px); padding-right: 18px; }
.archive-grid .story h3 { font-size: 23px; }
.archive-more { margin-top: 80px; padding-top: 34px; border-top: 3px solid var(--ink); }
.archive-more h2 { font-family: var(--serif); }
.topic-links { display: flex; flex-wrap: wrap; gap: 10px; }
.topic-links a { padding: 9px 12px; border: 1px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.topic-links a:hover { color: var(--white); border-color: var(--orange-dark); background: var(--orange-dark); }

.search-page__form { max-width: 760px; margin-bottom: 22px; }
.search-page__form label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.search-page__form > div { display: flex; }
.search-page__form input { min-width: 0; flex: 1; height: 54px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 0; background: var(--white); }
.search-page__form button { padding: 0 24px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.search-status { margin: 0 0 38px; color: var(--ink-soft); }
.search-card { display: grid; grid-template-rows: 210px auto; }
.search-card__image { overflow: hidden; }
.search-card h2 { margin: 10px 0; font-family: var(--serif); font-size: 24px; line-height: 1.15; }
.search-card p { color: var(--ink-soft); font-family: var(--serif); }
.search-card > div { padding-top: 18px; }

.simple-page { min-height: 58vh; max-width: 760px; padding-block: 90px 120px; }
.simple-page p { margin-bottom: 36px; color: var(--ink-soft); font-family: var(--serif); font-size: 20px; line-height: 1.7; }
.agenda-number { width: 60px; height: 60px; border: 1px solid var(--orange); display: grid; place-content: center; color: var(--white); font-family: var(--serif); font-size: 24px; }

@media (max-width: 960px) {
  .article-hero { grid-template-columns: 1fr 1fr; gap: 38px; }
  .article-layout { grid-template-columns: minmax(0, 680px) 210px; gap: 45px; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .article-hero { padding-block: 42px; grid-template-columns: 1fr; }
  .article-hero__copy h1 { font-size: 40px; }
  .article-hero__image { order: -1; }
  .article-layout { padding-block: 46px 70px; grid-template-columns: 1fr; gap: 32px; }
  .article-content { font-size: 17px; line-height: 1.72; }
  .article-content > p:first-child { font-size: 19px; }
  .article-content h2 { margin-top: 46px; font-size: 30px; }
  .article-content h3 { font-size: 23px; }
  .article-content table { display: block; overflow-x: auto; }
  .article-aside { position: static; order: -1; }
  .archive-page, .search-page { padding-block: 54px 80px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-grid .story, .archive-grid .story--wide { display: grid; }
  .search-page__form > div { display: grid; }
  .search-page__form button { min-height: 48px; }
}
