:root {
  --ink: #0a2a4a;
  --ink-2: #0b4f8a;
  --blue-soft: #dce8ef;
  --orange: #e47b16;
  --gold: #f2a51a;
  --paper: #f6f1e7;
  --paper-deep: #ebe2d4;
  --white: #fffdf8;
  --text: #172334;
  --muted: #5b6470;
  --green: #425b45;
  --line: rgba(10, 42, 74, 0.2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 76rem;
  --shadow: 0 1.5rem 4rem rgba(10, 42, 74, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background-color: var(--paper); background-image: radial-gradient(circle at 8% 12%, rgba(242,165,26,.16), transparent 23rem), radial-gradient(circle at 92% 32%, rgba(11,79,138,.12), transparent 28rem), linear-gradient(135deg, #f8f2e6 0%, #f3ebdf 54%, #edf3f4 100%); color: var(--text); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; transform: translateY(-200%); background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .2rem; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(246, 241, 231, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.site-header::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--ink-2) 0 54%, var(--orange) 54% 78%, var(--gold) 78%); }
.header-inner { width: min(calc(100% - 2rem), var(--container)); min-height: 5.25rem; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; min-height: 3rem; text-decoration: none; color: var(--ink); }
.brand-mark { width: 4.5rem; height: 3.65rem; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: 1.12rem; letter-spacing: .01em; }
.brand-copy small { margin-top: .24rem; color: var(--muted); font-size: .71rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.7rem; }
.site-nav a { position: relative; color: var(--ink); font-size: .86rem; font-weight: 650; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: .72rem 1.1rem; border: 1px solid var(--ink); }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; min-width: 3rem; min-height: 3rem; border: 0; background: none; color: var(--ink); align-items: center; gap: .55rem; font-size: .82rem; font-weight: 700; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { width: 1.25rem; height: 2px; background: currentColor; display: block; content: ""; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before { position: absolute; top: -.4rem; }
.menu-toggle-lines::after { position: absolute; top: .4rem; }
.community-notice { background: var(--gold); color: var(--ink); border-bottom: 1px solid rgba(10,42,74,.15); }
.community-notice .container { display: flex; align-items: baseline; gap: 1rem; padding-block: .8rem; }
.community-notice strong { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.community-notice p { margin: 0; }

.hero { position: relative; min-height: calc(100vh - 5.25rem); overflow: hidden; border-bottom: 1px solid var(--line); display: grid; align-content: center; padding: clamp(4rem, 8vw, 8rem) 0 2rem; isolation: isolate; background: radial-gradient(circle at 78% 13%, rgba(242,165,26,.28), transparent 23rem), radial-gradient(circle at 8% 76%, rgba(228,123,22,.17), transparent 22rem), linear-gradient(116deg, #fffaf0 0%, #f7eddc 48%, #e5f1f4 100%); }
.hero::before { content: ""; position: absolute; width: 22rem; height: 22rem; left: -8rem; top: 6rem; z-index: -1; background: var(--orange); opacity: .24; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(18deg); }
.hero::after { content: ""; position: absolute; width: 29rem; height: 18rem; right: -7rem; bottom: -1rem; z-index: -1; background: var(--ink-2); opacity: .17; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(-17deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(19rem, .8fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .page-hero h1, .article-header h1, .not-found h1 { max-width: 13ch; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(3rem, 6.8vw, 6.5rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero-lead { max-width: 42rem; margin: 1.7rem 0 0; color: #324154; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2.2rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.3rem; border: 1px solid currentColor; font-size: .9rem; font-weight: 750; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button-primary:hover { background: var(--ink-2); border-color: var(--ink-2); }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.text-link { display: inline-flex; gap: .65rem; align-items: center; color: var(--ink); font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--ink); }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(.25rem); }
.hero-signature { position: relative; justify-self: end; width: min(100%, 24rem); min-height: 31rem; padding: 3rem 2.4rem 2rem; color: var(--white); background: var(--ink); box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-signature::before, .hero-signature::after { content: ""; position: absolute; }
.hero-signature::before { width: 5rem; height: 5rem; right: -1.5rem; top: -1.5rem; background: var(--gold); clip-path: polygon(50% 0,100% 100%,0 72%); }
.hero-signature::after { width: 3.8rem; height: 5.2rem; left: -1.1rem; bottom: 3rem; background: var(--orange); clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(-21deg); }
.signature-mark { width: 14rem; height: 11.5rem; display: grid; place-items: center; }
.signature-mark img { width: 100%; height: 100%; object-fit: contain; }
.hero-signature.has-image { padding-top: 0; }
.signature-feature { width: calc(100% + 4.8rem); height: 17rem; margin: 0 -2.4rem 1.2rem; object-fit: cover; }
.signature-kicker { margin: 1.3rem 0 .4rem; font-family: var(--serif); font-size: 1.55rem; }
.signature-year { margin: 0; color: #d7e3eb; font-size: .95rem; }
.signature-year strong { color: var(--gold); font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
.signature-note { width: 100%; margin-top: auto; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.25); color: #d7e3eb; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-footnote { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-orbit { position: absolute; border: 1px solid rgba(11,79,138,.17); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 38rem; height: 38rem; right: 10%; top: 4%; }
.hero-orbit-two { width: 18rem; height: 18rem; right: 29%; top: 30%; border-color: rgba(228,123,22,.22); }
.hero-mosaic { position: absolute; z-index: 1; width: 27rem; height: 22rem; right: -2rem; top: 10%; pointer-events: none; opacity: .92; filter: drop-shadow(0 1.4rem 2rem rgba(10,42,74,.09)); }
.hero-mosaic span { position: absolute; display: block; clip-path: polygon(50% 0,100% 100%,0 100%); transform-origin: center; }
.hero-mosaic span:nth-child(1) { width: 9rem; height: 9rem; left: 1%; top: 31%; background: #0b4f8a; transform: rotate(-24deg); }
.hero-mosaic span:nth-child(2) { width: 10rem; height: 9rem; left: 21%; top: 8%; background: #f2a51a; transform: rotate(19deg); }
.hero-mosaic span:nth-child(3) { width: 9rem; height: 9rem; left: 42%; top: 31%; background: #e47b16; transform: rotate(-14deg); }
.hero-mosaic span:nth-child(4) { width: 7.5rem; height: 7rem; left: 68%; top: 7%; background: #123f68; transform: rotate(39deg); }
.hero-mosaic span:nth-child(5) { width: 7rem; height: 6.5rem; left: 10%; top: 63%; background: #f6bf3f; transform: rotate(16deg); }
.hero-mosaic span:nth-child(6) { width: 8rem; height: 8rem; left: 35%; top: 61%; background: #17659a; transform: rotate(33deg); }
.hero-mosaic span:nth-child(7) { width: 6rem; height: 6.5rem; left: 67%; top: 55%; background: #f08c1b; transform: rotate(-29deg); }
.hero-mosaic span:nth-child(8) { width: 5rem; height: 5rem; left: 83%; top: 36%; background: #f7c85a; transform: rotate(22deg); }
.hero-mosaic span:nth-child(9) { width: 6rem; height: 5.5rem; left: 24%; top: 38%; background: #47b7dc; transform: rotate(87deg); }
.hero-mosaic span:nth-child(10) { width: 5.5rem; height: 5rem; left: 53%; top: 17%; background: #0c78b8; transform: rotate(-74deg); }
.hero-mosaic span:nth-child(11) { width: 5.8rem; height: 5.8rem; left: 54%; top: 58%; background: #ffb51b; transform: rotate(73deg); }
.hero-mosaic span:nth-child(12) { width: 4.5rem; height: 4.5rem; left: 78%; top: 67%; background: #0a2a4a; transform: rotate(-67deg); }
.hero-network { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.network-line { position: absolute; height: 1px; background: rgba(10,42,74,.3); transform-origin: left center; }
.network-line-a { width: 25rem; left: 5%; top: 27%; transform: rotate(16deg); }
.network-line-b { width: 31rem; left: 14%; bottom: 17%; transform: rotate(-12deg); }
.network-line-c { width: 17rem; right: 17%; bottom: 14%; transform: rotate(29deg); }
.network-dot { position: absolute; width: .65rem; height: .65rem; border: 2px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px rgba(10,42,74,.18); }
.network-dot-a { left: 8%; top: 30%; }
.network-dot-b { left: 28%; top: 36%; background: var(--ink-2); }
.network-dot-c { left: 47%; bottom: 22%; background: var(--gold); }
.network-dot-d { right: 13%; bottom: 19%; background: var(--ink-2); }

.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-number { margin: 0 0 .8rem; color: var(--ink-2); font-family: var(--serif); font-size: 1rem; }
.section h2, .participate h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.editorial-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 10vw, 10rem); align-items: start; }
.prose-large { padding-top: 2.5rem; }
.prose-large p { margin: 0 0 2rem; color: #344154; font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2.05rem); line-height: 1.45; }
.section-about { position: relative; overflow: hidden; background: radial-gradient(circle at 90% 18%, rgba(242,165,26,.21), transparent 19rem), linear-gradient(118deg, #fffdf8 0%, #fff5df 58%, #eaf3f5 100%); }
.section-about::before { content: ""; position: absolute; width: 15rem; height: 13rem; right: -4rem; top: 16%; background: var(--orange); opacity: .18; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(-8deg); }
.section-about::after { content: ""; position: absolute; width: 9rem; height: 10rem; right: 8%; bottom: -4rem; background: var(--ink-2); opacity: .15; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(24deg); }
.section-about > .container { position: relative; z-index: 1; }
.section-image { margin: 2rem 0 0; }
.section-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.section-action { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 88% 12%, rgba(242,165,26,.2), transparent 22rem), linear-gradient(132deg, #071f36 0%, #0a2a4a 52%, #0b4f8a 100%); }
.section-action::before { content: ""; position: absolute; width: 27rem; height: 20rem; left: -11rem; bottom: -9rem; background: var(--orange); opacity: .17; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(13deg); }
.section-action::after { content: ""; position: absolute; width: 12rem; height: 11rem; right: 6%; top: -4rem; background: var(--gold); opacity: .24; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(-16deg); }
.section-action > .container { position: relative; z-index: 1; }
.section-action h2, .section-action .eyebrow { color: var(--white); }
.section-action .section-number { color: var(--gold); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: start; }
.section-heading > div:last-child { max-width: 46rem; }
.section-heading > div:last-child p { color: #c8d4dd; font-size: 1.1rem; }
.action-index { margin: clamp(3rem, 6vw, 5rem) 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.action-index li { display: grid; grid-template-columns: 5rem minmax(12rem,.55fr) 1fr; gap: 2rem; align-items: baseline; padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.action-index li > span { color: var(--gold); font-family: var(--serif); }
.action-index h3 { margin: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.action-index p { margin: 0; color: #c8d4dd; }
.action-image { margin: 3rem 0 0; }
.action-image img { width: 100%; max-height: 38rem; object-fit: cover; }

.section-news { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 8%, rgba(228,123,22,.14), transparent 21rem), radial-gradient(circle at 95% 82%, rgba(11,79,138,.16), transparent 26rem), linear-gradient(145deg, #f8f2e7 0%, #f5ede0 56%, #eaf1f2 100%); }
.section-news::before { content: ""; position: absolute; width: 13rem; height: 12rem; left: -5rem; bottom: 8%; background: var(--gold); opacity: .22; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(18deg); }
.section-news > .container { position: relative; z-index: 1; }
.news-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.5rem; }
.news-card { min-width: 0; border-top: 3px solid var(--ink); padding-top: 1rem; }
.news-card-featured { grid-row: span 1; }
.news-image, .news-list-image { display: block; overflow: hidden; margin-bottom: 1.2rem; background: var(--blue-soft); }
.news-image { aspect-ratio: 4 / 3; }
.news-image img, .news-list-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-image img, .news-list article:hover .news-list-image img { transform: scale(1.025); }
.news-placeholder { position: relative; min-height: 11rem; margin-bottom: 1.2rem; overflow: hidden; background: var(--paper-deep); }
.news-placeholder span { position: absolute; background: var(--ink-2); opacity: .9; clip-path: polygon(50% 0,100% 100%,0 72%); }
.news-placeholder span:nth-child(1) { width: 8rem; height: 8rem; left: 15%; top: 15%; }
.news-placeholder span:nth-child(2) { width: 7rem; height: 7rem; left: 44%; top: 28%; background: var(--orange); transform: rotate(45deg); }
.news-placeholder span:nth-child(3) { width: 5rem; height: 5rem; left: 62%; top: 10%; background: var(--gold); transform: rotate(-30deg); }
.news-meta { display: flex; flex-wrap: wrap; gap: .55rem 1rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.news-meta span { color: var(--orange); }
.news-card h3 { margin: .8rem 0 .6rem; color: var(--ink); font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 500; line-height: 1.18; }
.news-card h3 a, .news-list h2 a { text-decoration: none; }
.news-card h3 a:hover, .news-list h2 a:hover { color: var(--ink-2); text-decoration: underline; }
.news-card p { margin: 0; color: var(--muted); }
.empty-state { max-width: 48rem; padding: 3rem; border: 1px solid var(--line); background: var(--white); }
.empty-state h2, .empty-state h3 { margin: 0 0 .8rem; color: var(--ink); font-family: var(--serif); font-size: 2rem; font-weight: 500; }

.participate { position: relative; overflow: hidden; padding: clamp(4rem, 7vw, 7rem) 0; color: var(--white); background: radial-gradient(circle at 14% 28%, rgba(242,165,26,.25), transparent 20rem), linear-gradient(112deg, #0b4f8a 0%, #0a3d70 62%, #092943 100%); }
.participate::before { content: ""; position: absolute; width: 22rem; height: 16rem; right: -7rem; top: -5rem; background: var(--orange); opacity: .3; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(8deg); }
.participate::after { content: ""; position: absolute; width: 9rem; height: 9rem; right: 18%; bottom: -4rem; background: var(--gold); opacity: .22; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(-18deg); }
.participate > .container { position: relative; z-index: 1; }
.participate-grid { display: grid; grid-template-columns: auto 1.2fr .8fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.participate h2, .participate .eyebrow { color: var(--white); }
.participate p { color: #e4edf3; }
.participate-mark { width: 11rem; height: 9rem; display: grid; place-items: center; }
.participate-mark img { width: 100%; height: 100%; object-fit: contain; }

.site-footer { position: relative; padding: 5rem 0 1.5rem; color: #d8e0e6; background: #071f36; }
.footer-accent { position: absolute; width: 10rem; height: 7rem; right: 7%; top: -2rem; background: var(--gold); clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(15deg); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr .7fr; gap: 4rem; }
.footer-grid h2 { margin: 0 0 1rem; color: var(--white); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p { margin: 0 0 .65rem; }
.footer-grid a { display: block; width: fit-content; margin: .45rem 0; color: var(--white); }
.footer-brand { display: flex; gap: 1.2rem; align-items: flex-start; max-width: 36rem; }
.footer-brand img { width: 6.25rem; height: 5rem; object-fit: contain; }
.footer-brand strong { display: block; margin-bottom: .6rem; color: var(--white); font-family: var(--serif); font-size: 1.45rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .75rem; }
.footer-bottom p { margin: 0; }

.page-hero { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0 4rem; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 86% 18%, rgba(242,165,26,.23), transparent 20rem), linear-gradient(118deg, #fffaf0 0%, #f7ecda 60%, #e5f1f4 100%); }
.page-hero::before { content: ""; position: absolute; width: 18rem; height: 13rem; right: -4rem; bottom: -4rem; background: var(--ink-2); opacity: .17; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(-14deg); }
.page-hero::after { content: ""; position: absolute; width: 8rem; height: 8rem; right: 20%; top: 13%; background: var(--orange); opacity: .22; clip-path: polygon(50% 0,100% 100%,0 100%); transform: rotate(13deg); }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.page-hero h1 { font-size: clamp(3.5rem, 8vw, 7.5rem); }
.page-hero-grid > p { max-width: 38rem; margin: 0 0 .7rem; color: var(--muted); font-family: var(--serif); font-size: 1.5rem; }
.news-list { border-top: 1px solid var(--line); }
.news-list article { display: grid; grid-template-columns: minmax(15rem,.65fr) 1.35fr; gap: clamp(2rem, 6vw, 6rem); padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.news-list-image, .news-list .news-placeholder { min-height: 14rem; margin: 0; aspect-ratio: 16 / 10; }
.news-list h2 { max-width: 25ch; margin: .8rem 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 500; line-height: 1.12; }
.news-list article > div:last-child > p { max-width: 48rem; color: var(--muted); }
.article-header { padding: 4rem 0; border-bottom: 1px solid var(--line); }
.article-header-inner { max-width: 60rem; }
.back-link { display: inline-block; margin-bottom: 3rem; color: var(--ink); font-weight: 700; }
.article-header h1 { max-width: 14ch; margin-top: 1.2rem; font-size: clamp(3rem, 6vw, 5.8rem); }
.article-header > .container > p, .article-header-inner > p { max-width: 46rem; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.25rem; }
.article-cover { width: min(calc(100% - 2rem), 72rem); margin: 3rem auto 0; }
.article-cover img { width: 100%; max-height: 44rem; object-fit: cover; }
.article-cover figcaption { margin-top: .6rem; color: var(--muted); font-size: .75rem; }
.article-body { max-width: 48rem; padding-top: 4rem; padding-bottom: 7rem; }
.article-body p { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.35rem); line-height: 1.75; }
.not-found { min-height: 68vh; display: grid; align-items: center; padding: 5rem 0; }
.not-found p { max-width: 38rem; color: var(--muted); font-size: 1.15rem; }
.not-found .button { margin-top: 1rem; }

@media (max-width: 64rem) {
  .hero-grid { grid-template-columns: 1fr minmax(17rem,.65fr); gap: 3rem; }
  .hero-signature { min-height: 27rem; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; }
  .news-card-featured .news-image, .news-card-featured .news-placeholder { grid-row: 1 / span 4; margin: 0; }
  .participate-grid { grid-template-columns: auto 1fr; }
  .participate-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 48rem) {
  html { scroll-padding-top: 4.5rem; }
  .header-inner { min-height: 4.5rem; }
  .brand-mark { width: 3.5rem; height: 2.8rem; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 1rem 2rem rgba(10,42,74,.12); }
  .site-nav[data-open] { display: grid; }
  .site-nav a { min-height: 2.75rem; display: flex; align-items: center; padding: .3rem .5rem; }
  .nav-cta { justify-content: center; margin-top: .4rem; }
  .community-notice .container { display: block; }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-signature { justify-self: stretch; width: 100%; min-height: 23rem; }
  .signature-mark { width: 11rem; height: 9rem; }
  .hero-footnote { margin-top: 2.5rem; }
  .hero-orbit-one { width: 24rem; height: 24rem; right: -12rem; }
  .hero-mosaic { width: 18rem; height: 15rem; right: -7rem; top: 29%; opacity: .48; transform: scale(.82); }
  .hero-network { opacity: .45; }
  .network-line-b, .network-line-c, .network-dot-c, .network-dot-d { display: none; }
  .editorial-split, .section-heading, .page-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .prose-large { padding-top: 0; }
  .action-index li { grid-template-columns: 3rem 1fr; gap: 1rem; }
  .action-index li p { grid-column: 2; }
  .news-heading { align-items: flex-start; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card-featured { grid-column: auto; display: block; }
  .news-card-featured .news-image, .news-card-featured .news-placeholder { margin-bottom: 1.2rem; }
  .participate-grid { grid-template-columns: 1fr; }
  .participate-grid > div:last-child { grid-column: auto; }
  .participate-mark { width: 7.5rem; height: 6rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .5rem; }
  .news-list article { grid-template-columns: 1fr; gap: 1.5rem; }
  .news-list-image, .news-list .news-placeholder { min-height: 11rem; }
}

@media (max-width: 25rem) {
  .container, .header-inner { width: min(calc(100% - 1.25rem), var(--container)); }
  .brand-copy strong { max-width: 11rem; line-height: 1.05; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
}

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

@media print {
  .site-header, .site-footer, .hero-orbit, .hero-mosaic, .hero-network, .hero::before, .hero::after { display: none !important; }
  body { background: white; color: black; }
  a { color: black; }
}
