:root {
  --paper: #f7f5ef;
  --paper-alt: #eeece5;
  --white: #fff;
  --navy: #0a2751;
  --navy-deep: #061b39;
  --blue: #1257b5;
  --ink: #101928;
  --muted: #596576;
  --line: #d8d4ca;
  --gold: #c7a45b;
  --max: 1540px;
  --serif: "PT Serif", "Georgia", "Times New Roman", serif;
  --sans: "Golos Text", "Arial", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
p { margin-top: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; transform: translateY(-160%); background: var(--navy); color: white; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr); align-items: center; height: 84px; padding: 0 clamp(24px, 4vw, 68px); border-bottom: 1px solid var(--line); background: rgba(247, 245, 239, .96); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-copy strong { display: block; color: var(--navy); font-size: 15px; font-weight: 800; letter-spacing: .03em; line-height: 1.06; text-transform: uppercase; }
.brand-copy small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.1vw, 34px); white-space: nowrap; }
.main-nav a { position: relative; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--blue); transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.language { padding: 10px 4px; border: 0; background: transparent; font-size: 13px; font-weight: 800; letter-spacing: .08em; cursor: help; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border: 1px solid var(--navy); background: var(--navy); color: white; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue); border-color: var(--blue); }
.button:active { transform: translateY(0); }
.button-compact { min-height: 46px; padding: 0 20px; }
.button-outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.button-outline:hover { color: white; }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { border-color: white; background: white; color: var(--navy); }
.text-link, .arrow-link, .light-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; width: max-content; max-width: 100%; padding: 9px 0 7px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.arrow-link span, .text-link span { transition: transform .2s ease; }
.arrow-link:hover span, .text-link:hover span { transform: translate(3px, -2px); }

.hero { display: grid; grid-template-columns: minmax(0, 47%) minmax(0, 53%); min-height: min(690px, calc(100svh - 84px)); border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(38px, 5.3vw, 86px) 78px clamp(40px, 6vw, 104px); }
.protocol-label { position: absolute; top: 40px; left: clamp(40px, 6vw, 104px); margin: 0; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.protocol-label span { margin: 0 8px; color: var(--gold); }
.hero-name { margin-bottom: 18px; color: var(--navy); font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; color: var(--navy-deep); font-family: var(--serif); font-size: clamp(48px, 4.7vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 620px; margin: 34px 0 36px; color: var(--muted); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.protocol-timeline { position: absolute; right: 22px; bottom: 29px; display: grid; grid-template-rows: auto 55px auto; justify-items: center; color: var(--navy); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.timeline-line { width: 1px; height: 45px; margin: 6px 0; background: var(--gold); }
.timeline-line::before { content: ""; display: block; width: 7px; height: 7px; margin-left: -3px; border-radius: 50%; background: var(--gold); }
.timeline-now { writing-mode: vertical-rl; }
.hero-media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--navy); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 27, 57, .24), transparent 38%), linear-gradient(0deg, rgba(6, 27, 57, .28), transparent 42%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; transition: transform 1.4s cubic-bezier(.2,.8,.2,1); }
.hero-media:hover img { transform: scale(1.012); }
.hero-media figcaption { position: absolute; z-index: 2; right: clamp(22px, 3vw, 46px); bottom: clamp(22px, 3vw, 46px); width: min(380px, calc(100% - 44px)); padding: 18px 20px; border-left: 2px solid var(--gold); background: rgba(6, 27, 57, .92); color: white; }
.hero-media figcaption span { display: block; margin-bottom: 7px; color: #d8c18c; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero-media figcaption strong { font-family: var(--serif); font-size: 17px; font-weight: 500; line-height: 1.35; }

.proof { display: grid; grid-template-columns: 1.18fr .72fr .78fr .95fr; max-width: var(--max); min-height: 240px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 68px); border-bottom: 1px solid var(--line); }
.proof > div { padding: 44px clamp(22px, 2.5vw, 40px); border-right: 1px solid var(--line); }
.proof > div:first-child { padding-left: 0; }
.proof > div:last-child { padding-right: 0; border-right: 0; }
.section-index { margin: 0 0 20px; color: var(--blue); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.proof h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(29px, 2.5vw, 40px); font-weight: 500; line-height: 1.12; }
.proof-item strong { display: block; color: var(--blue); font-family: var(--serif); font-size: clamp(42px, 4vw, 62px); font-weight: 500; line-height: 1; }
.proof-item p { max-width: 300px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.proof-item-text strong { font-size: clamp(26px, 2.2vw, 36px); line-height: 1.06; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(90px, 9vw, 150px) clamp(24px, 4vw, 68px); }
.mission { display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, .82fr); gap: clamp(60px, 9vw, 150px); }
.mission-statement h2, .geo-heading h2, .section-heading-row h2, .knowledge-intro h2, .participation h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(40px, 4.4vw, 70px); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
.section-lead, .geo-heading > p:last-child, .knowledge-intro > p { max-width: 660px; margin: 30px 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.directions { border-top: 1px solid var(--navy); }
.direction-item { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.direction-item > span { color: var(--blue); font-family: var(--mono); font-size: 11px; }
.direction-item h3 { margin: 0 0 8px; color: var(--navy); font-family: var(--serif); font-size: 23px; font-weight: 500; }
.direction-item p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }

.geography { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px 90px; border-top: 1px solid var(--line); }
.geo-heading { align-self: center; }
.geo-heading h2 { max-width: 620px; }
.atlas { position: relative; min-height: 500px; overflow: hidden; border: 1px solid var(--line); background: #edf2f6; color: var(--navy); }
.atlas-word { position: absolute; top: -10px; right: -8px; color: rgba(10,39,81,.055); font-family: var(--sans); font-size: clamp(80px, 11vw, 170px); font-weight: 900; letter-spacing: -.08em; }
.atlas svg { position: absolute; inset: 35px 15px 55px; width: calc(100% - 30px); height: calc(100% - 90px); }
.atlas-route { fill: none; stroke: var(--blue); stroke-width: 2; }
.atlas-route-faint { stroke: var(--gold); stroke-width: 1.2; stroke-dasharray: 5 8; }
.nodes circle { fill: var(--gold); stroke: white; stroke-width: 3; }
.nodes .node-main { fill: var(--blue); r: 12px; }
.atlas-labels { fill: var(--navy); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.atlas-note { position: absolute; right: 26px; bottom: 23px; left: 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(10,39,81,.25); }
.atlas-note span { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.atlas-note strong { max-width: 280px; color: var(--navy); font-family: var(--serif); font-size: 17px; font-weight: 500; text-align: right; }
.geo-register { grid-column: 1 / -1; border-top: 3px solid var(--navy); }
.register-title { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.register-title span { color: var(--navy); font-family: var(--serif); font-size: 25px; }
.register-title small { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.geo-register ul { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 28px; padding: 0; list-style: none; }
.geo-register li { min-height: 100px; padding: 22px 24px 20px 0; border-bottom: 1px solid var(--line); }
.geo-register li:nth-child(3n+2), .geo-register li:nth-child(3n+3) { padding-left: 24px; border-left: 1px solid var(--line); }
.geo-register li span { display: block; color: var(--navy); font-size: 17px; font-weight: 800; }
.geo-register li small { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.events { border-top: 1px solid var(--line); }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.event-layout { display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(380px, .76fr); gap: clamp(35px, 5vw, 80px); }
.featured-story { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); border-top: 3px solid var(--navy); border-bottom: 1px solid var(--line); }
.story-image { position: relative; min-height: 510px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.story-image:hover img { transform: scale(1.018); }
.story-mark { position: absolute; top: 18px; left: 18px; padding: 9px 11px; background: var(--navy); color: white; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.story-body { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(28px, 3vw, 46px); background: var(--white); }
.story-date { margin: 0 0 16px; color: var(--blue); font-family: var(--mono); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-body h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(30px, 2.7vw, 44px); font-weight: 500; line-height: 1.08; }
.story-body > p:not(.story-date) { margin: 25px 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.news-column { border-top: 3px solid var(--navy); }
.next-event-status { padding: 28px; background: var(--navy); color: white; }
.next-event-status > span { color: #d9c28f; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.next-event-status strong { display: block; margin: 14px 0 20px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.2; }
.next-event-status a { font-size: 13px; font-weight: 800; }
.news-item { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.news-item img { width: 150px; height: 120px; object-fit: cover; filter: saturate(.85); }
.news-item h3 { margin: 0 0 14px; color: var(--navy); font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.2; }
.news-item a { color: var(--blue); font-size: 13px; font-weight: 800; }

.knowledge { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(60px, 9vw, 150px); border-top: 1px solid var(--line); }
.knowledge-intro { position: sticky; top: 125px; align-self: start; }
.publication-list { border-top: 3px solid var(--navy); }
.publication { position: relative; display: block; min-height: 205px; padding: 28px 70px 28px 0; border-bottom: 1px solid var(--line); transition: padding-left .22s ease, background .22s ease; }
.publication:hover { padding-left: 20px; background: rgba(255,255,255,.58); }
.publication-meta { color: var(--blue); font-family: var(--mono); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.publication h3 { max-width: 790px; margin: 16px 0 22px; color: var(--navy); font-family: var(--serif); font-size: clamp(24px, 2.2vw, 35px); font-weight: 500; line-height: 1.16; }
.publication p { margin: 0; color: var(--muted); font-size: 14px; }
.publication-arrow { position: absolute; top: 50%; right: 8px; color: var(--blue); font-size: 25px; transform: translateY(-50%); }

.participation { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--navy-deep); color: white; }
.participation-main { padding: clamp(75px, 8vw, 130px) clamp(36px, 7vw, 120px); }
.section-index-light { color: #d8c18c; }
.participation h2 { max-width: 680px; color: white; }
.participation-main > p:not(.section-index) { max-width: 660px; margin: 30px 0; color: #c5cfdd; font-size: 18px; line-height: 1.65; }
.participation-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.participation-paths { display: grid; border-left: 1px solid rgba(255,255,255,.17); }
.participation-paths article { display: flex; flex-direction: column; justify-content: center; min-height: 230px; padding: 38px clamp(34px, 5vw, 80px); border-bottom: 1px solid rgba(255,255,255,.17); transition: background .25s ease; }
.participation-paths article:last-child { border-bottom: 0; }
.participation-paths article:hover { background: rgba(255,255,255,.04); }
.participation-paths span { color: #d8c18c; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.participation-paths h3 { max-width: 520px; margin: 13px 0 10px; font-family: var(--serif); font-size: clamp(23px, 2vw, 31px); font-weight: 500; line-height: 1.15; }
.participation-paths p { max-width: 520px; margin: 0; color: #aebaca; font-size: 14px; line-height: 1.55; }

.site-footer { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 50px; padding: 70px clamp(24px, 5vw, 86px) 30px; background: var(--paper-alt); border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: flex-start; gap: 17px; }
.footer-brand img { width: 62px; height: 62px; }
.footer-brand strong { display: block; color: var(--navy); font-size: 16px; letter-spacing: .04em; line-height: 1.1; text-transform: uppercase; }
.footer-brand span { display: block; max-width: 260px; margin-top: 14px; color: var(--muted); font-family: var(--serif); font-size: 16px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 0 0 10px; color: var(--navy); font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.footer-column a, .footer-column address, .pending-link { color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.5; }
.footer-column a:hover { color: var(--blue); }
.pending-link small { display: block; color: #87744d; font-size: 10px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 25px; margin-top: 25px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1240px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: fixed; top: 84px; right: 0; left: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 22px 32px 32px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; font-weight: 500; }
  .main-nav a::after { display: none; }
  .header-actions { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 12px; padding: 12px 0 12px 12px; border: 0; background: transparent; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 24px; height: 2px; background: var(--navy); transition: transform .2s ease; }
  .menu-toggle-lines { position: relative; }
  .menu-toggle-lines::before, .menu-toggle-lines::after { content: ""; position: absolute; left: 0; }
  .menu-toggle-lines::before { top: -7px; }
  .menu-toggle-lines::after { top: 7px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
  .hero { grid-template-columns: 49% 51%; }
  .hero-copy { padding-left: 48px; padding-right: 48px; }
  .protocol-label { left: 48px; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof > div:nth-child(2) { border-right: 0; }
  .proof > div:nth-child(3), .proof > div:nth-child(4) { border-top: 1px solid var(--line); }
  .proof > div:nth-child(3) { padding-left: 0; }
  .mission, .knowledge { gap: 65px; }
  .geography { gap: 55px; }
  .event-layout { grid-template-columns: 1fr; }
  .news-column { display: grid; grid-template-columns: 1fr 1fr; }
  .next-event-status { grid-column: 1 / -1; }
  .news-item:first-of-type { padding-right: 25px; border-right: 1px solid var(--line); }
  .news-item:last-child { padding-left: 25px; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; }
  .hero-media { min-height: 480px; }
  .protocol-timeline { right: 30px; }
  .mission, .geography, .knowledge { grid-template-columns: minmax(0, 1fr); }
  .mission > *, .geography > *, .knowledge > * { min-width: 0; }
  .mission { gap: 60px; }
  .knowledge-intro { position: static; }
  .geo-register { grid-column: auto; }
  .geo-register ul { grid-template-columns: 1fr 1fr; }
  .geo-register li:nth-child(3n+2), .geo-register li:nth-child(3n+3) { padding-left: 0; border-left: 0; }
  .geo-register li:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
  .featured-story { grid-template-columns: 1fr; }
  .story-image { min-height: 430px; }
  .participation { grid-template-columns: minmax(0, 1fr); }
  .participation > * { min-width: 0; }
  .participation-paths { border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 70px; }
  .site-header { height: 70px; padding: 0 18px; }
  .brand { gap: 9px; }
  .brand img { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 11px; }
  .brand-copy small { font-size: 7px; letter-spacing: .1em; }
  .menu-toggle-label { display: none; }
  .main-nav { top: 70px; height: calc(100dvh - 70px); overflow: auto; }
  .hero-copy { min-height: 610px; padding: 100px 24px 75px; }
  .protocol-label { top: 31px; left: 24px; }
  .hero-name { max-width: 280px; font-size: 11px; line-height: 1.4; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: 1.01; }
  .hero h1 br { display: block; }
  .hero-lead { margin: 25px 0 28px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .protocol-timeline { right: 16px; bottom: 22px; opacity: .6; }
  .hero-media { min-height: 360px; }
  .hero-media figcaption { right: 16px; bottom: 16px; left: 16px; width: auto; }
  .proof { grid-template-columns: 1fr; padding: 0 24px; }
  .proof > div { padding: 31px 0; border-top: 1px solid var(--line); border-right: 0; }
  .proof > div:first-child { border-top: 0; }
  .section { padding: 85px 24px; }
  .mission-statement h2, .geo-heading h2, .section-heading-row h2, .knowledge-intro h2, .participation h2 { font-size: clamp(36px, 10vw, 44px); overflow-wrap: anywhere; hyphens: auto; }
  .section-lead, .geo-heading > p:last-child, .knowledge-intro > p { font-size: 17px; }
  .direction-item { grid-template-columns: 35px 1fr; gap: 12px; }
  .atlas { min-height: 390px; }
  .atlas-note { flex-direction: column; align-items: flex-start; }
  .atlas-note strong { text-align: left; }
  .geo-register ul { grid-template-columns: 1fr; }
  .geo-register li, .geo-register li:nth-child(even) { min-height: 0; padding: 18px 0; border-left: 0; }
  .register-title { align-items: flex-start; flex-direction: column; }
  .section-heading-row { align-items: flex-start; flex-direction: column; margin-bottom: 35px; }
  .story-image { min-height: 330px; }
  .story-body { padding: 28px 0; background: transparent; }
  .news-column { display: block; }
  .news-item, .news-item:first-of-type, .news-item:last-child { grid-template-columns: 112px 1fr; padding: 22px 0; border-right: 0; }
  .news-item img { width: 112px; height: 98px; }
  .news-item h3 { font-size: 18px; }
  .publication { min-height: 0; padding: 26px 42px 26px 0; }
  .participation-main { padding: 80px 24px; }
  .participation-actions { align-items: stretch; flex-direction: column; }
  .participation-actions .button, .participation-actions .light-link { width: 100%; }
  .participation-paths article { min-height: 0; padding: 38px 24px; }
  .site-footer { grid-template-columns: 1fr; gap: 38px; padding: 60px 24px 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
  :root { --muted: #344052; --line: #8b8f96; }
  .button { border-width: 2px; }
}
