:root {
  --ink: #17241d;
  --ink-deep: #0d1712;
  --paper: #f3eadc;
  --paper-light: #fbf7ef;
  --red: #a54132;
  --red-dark: #7f2f25;
  --sage: #aeb9a3;
  --line: rgba(23, 36, 29, .18);
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img, video, iframe, svg { display: block; max-width: 100%; }
img { object-fit: cover; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--paper-light); background: var(--red); }

.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; z-index: 120; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1.1rem var(--pad); color: var(--ink); transition: transform .35s ease, padding .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease; }
.home-page .site-header { color: var(--paper-light); }
.site-header.is-scrolled { padding-block: .75rem; color: var(--ink); background: color-mix(in srgb, var(--paper-light) 92%, transparent); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: .65rem; font-size: .72rem; font-weight: 700; line-height: 1.05; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.brand em { font-family: var(--serif); font-size: 1.18em; font-weight: 400; letter-spacing: .04em; }
.brand-mark { display: grid; place-items: center; width: 2.65rem; height: 2.65rem; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 1.4rem; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.6rem); font-size: .78rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a { text-decoration: none; }
.main-nav > a:not(.nav-cta) { position: relative; padding-block: .5rem; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; right: 0; bottom: .25rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current='page']::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: .7rem; padding: .75rem 1rem; color: var(--paper-light); background: var(--red); }
.nav-cta svg { width: 1rem; transition: transform .2s ease; }
.nav-cta:hover svg { transform: translateX(.25rem); }
.nav-toggle { display: none; color: inherit; border: 0; background: none; }
.nav-toggle svg { width: 1.7rem; }
.close-icon { display: none; }

.section-pad { width: min(100%, var(--max)); margin-inline: auto; padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.eyebrow { margin: 0 0 1rem; font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.section-index { display: flex; justify-content: space-between; padding-bottom: .8rem; border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.section-index.light { border-color: rgba(243, 234, 220, .25); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 3.15rem; padding: .75rem 1.25rem; color: white; border: 0; background: var(--ink); font-size: .7rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button svg, .text-link svg { width: 1rem; flex: 0 0 auto; transition: transform .2s ease; }
.button:hover { background: var(--red); transform: translateY(-2px); }
.button:hover svg, .text-link:hover svg { transform: translateX(.25rem); }
.button-light { color: var(--ink); background: var(--paper-light); }
.button:disabled { opacity: .55; cursor: wait; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; color: var(--paper-light); background: var(--ink-deep); }
.hero-media, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; opacity: .8; }
.hero-wash { background: linear-gradient(90deg, rgba(6, 14, 9, .8), rgba(6, 14, 9, .2) 58%, rgba(6, 14, 9, .36)), linear-gradient(0deg, rgba(6, 14, 9, .78), transparent 50%); }
.hero-copy { position: relative; z-index: 2; align-self: end; width: min(100%, var(--max)); margin-inline: auto; padding: 9rem var(--pad) 4.25rem; }
.hero-copy h1 { max-width: 11ch; margin: 0; font-size: clamp(4.6rem, 11.5vw, 11.5rem); line-height: .78; }
.hero-copy h1 em { color: #d7aa95; }
.hero-lower { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; margin-left: min(31vw, 30rem); }
.hero-lower p { max-width: 32rem; margin: 0; font-size: clamp(.95rem, 1.4vw, 1.2rem); }
.round-link { display: grid; flex: 0 0 auto; place-items: center; width: 4rem; height: 4rem; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; transition: color .2s ease, background .2s ease, transform .2s ease; }
.round-link svg { width: 1.35rem; transform: rotate(90deg); }
.round-link:hover { color: var(--ink); background: var(--paper-light); transform: translateY(4px); }
.hero-route { position: absolute; z-index: 3; right: var(--pad); bottom: 1.1rem; left: var(--pad); display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: center; gap: .7rem; font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-route span, .hero-route i { height: 1px; background: rgba(255,255,255,.4); }
.hero-route i { position: relative; }
.hero-route i::after { content: ''; position: absolute; right: 0; top: 50%; width: .45rem; height: .45rem; border-radius: 50%; background: var(--paper-light); transform: translateY(-50%); }

.manifesto { display: grid; grid-template-columns: minmax(12rem, 1fr) minmax(22rem, 2.2fr) minmax(16rem, .9fr); gap: clamp(2rem, 6vw, 6rem); background: var(--paper); }
.manifesto .section-index { grid-column: 1 / -1; }
.manifesto-copy { grid-column: 2; }
.manifesto-copy h2 { margin: 0; font-size: clamp(2.7rem, 5.8vw, 6.5rem); }
.manifesto-note { align-self: end; padding-bottom: .4rem; font-size: .96rem; }
.manifesto-note p + p { margin-top: 2rem; }

.image-break { position: relative; margin: 0 var(--pad); overflow: hidden; background: var(--ink); }
.image-break img { width: 100%; min-height: 22rem; max-height: 48rem; object-position: center; }
.image-break p { position: absolute; right: 1.5rem; bottom: 1rem; margin: 0; color: white; font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }

.stories-section { max-width: none; color: var(--paper-light); background: var(--ink); }
.stories-section > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-inline: auto; }
.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; margin-block: clamp(3rem, 7vw, 6rem); }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.section-heading h2 { margin: 0; font-size: clamp(3.3rem, 7vw, 7rem); }
.featured-stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.story-card { display: grid; gap: 0; color: var(--ink); background: var(--paper-light); }
.story-card-image { position: relative; display: block; height: clamp(17rem, 28vw, 31rem); overflow: hidden; background: var(--sage); }
.story-card-image img { width: 100%; height: 100%; filter: saturate(.78); transition: filter .5s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.story-card-image:hover img { filter: saturate(1); transform: scale(1.035); }
.story-card-image span { position: absolute; top: .8rem; left: .8rem; display: grid; place-items: center; width: 2.1rem; height: 2.1rem; color: var(--paper-light); border-radius: 50%; background: var(--red); font-size: .62rem; }
.story-card > div { padding: clamp(1.25rem, 2.5vw, 2rem); }
.story-card h3 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; line-height: 1; }
.story-card h3 a { text-decoration: none; }
.story-card p:not(.eyebrow) { min-height: 5.2em; color: #4c554f; font-size: .9rem; }

.impact-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.impact-copy { padding-left: clamp(0rem, 6vw, 6rem); }
.impact-copy h2 { font-size: clamp(3rem, 6.6vw, 7rem); }
.impact-copy > p:last-child { max-width: 28rem; }
.impact-image { margin: 0; }
.impact-image img { width: 100%; aspect-ratio: 4 / 5; }
.impact-image figcaption { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; }
.impact-image figcaption span { padding: .9rem .7rem; font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.impact-image figcaption span + span { border-left: 1px solid var(--line); }

.field-notes .section-heading { grid-template-columns: 1fr; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 3rem; }
.article-card { position: relative; border: 1px solid var(--line); background: var(--paper-light); }
.article-card > a { display: block; overflow: hidden; }
.article-card img { width: 100%; aspect-ratio: 4 / 2.7; filter: grayscale(.25); transition: transform .6s ease; }
.article-card:hover img { transform: scale(1.04); }
.article-card > div { position: relative; padding: 1.5rem; }
.card-number { position: absolute; right: 1.4rem; top: 1.35rem; color: var(--red); font-family: var(--serif); font-size: 1.1rem; }
.article-card h3 { max-width: 13ch; margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.8vw, 2.5rem); font-weight: 400; line-height: 1.02; }
.article-card h3 a { text-decoration: none; }
.article-card p:not(.eyebrow) { color: #4c554f; font-size: .88rem; }

.quote-section { position: relative; min-height: 80vh; color: white; background: var(--ink); }
.quote-section > img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .44; }
.quote-section::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,18,12,.82), rgba(8,18,12,.15)); }
.quote-section blockquote { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: end; width: min(100%, var(--max)); min-height: 80vh; margin: 0 auto; padding: 6rem var(--pad); }
.quote-section blockquote > svg { width: 3rem; margin-bottom: 2rem; }
.quote-section blockquote p { max-width: 13ch; margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 8rem); line-height: .9; letter-spacing: -.04em; }
.quote-section blockquote span { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.page-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(19rem, .9fr); gap: 3rem; max-width: none; min-height: 82vh; padding-top: 10rem; overflow: hidden; background: var(--paper); }
.page-hero .section-index { grid-column: 1 / -1; align-self: start; }
.page-hero-copy { align-self: end; padding-bottom: 1rem; }
.page-hero h1 { margin: 0; font-size: clamp(4rem, 9vw, 10rem); }
.page-hero-copy > p { max-width: 33rem; margin: 2rem 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.page-hero > img { align-self: end; width: 100%; height: min(55vh, 38rem); }

.archive-section { padding-top: 4rem; }
.filter-bar { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.filter-bar p { margin: 0; font-size: .78rem; text-transform: uppercase; }
.filter-bar p strong { margin-right: .3rem; color: var(--red); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.filter-bar label { display: grid; gap: .35rem; min-width: min(100%, 24rem); font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.filter-bar input { width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: none; background: transparent; }
.filter-bar input:focus { border-color: var(--red); }
.story-archive { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.story-archive .story-card { border: 1px solid var(--line); }
.story-archive .story-card[hidden] { display: none; }
.story-archive .story-card-image { height: 22rem; }
.filter-empty { padding: 4rem; text-align: center; }
.article-archive { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.article-archive .article-card { display: grid; grid-template-columns: .9fr 1.1fr; }
.article-archive .article-card img { height: 100%; aspect-ratio: auto; }

.detail-header { padding-top: 11rem; padding-bottom: 4rem; }
.detail-header .back-link { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 5rem; font-size: .65rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.detail-header .back-link svg { width: 1rem; transform: rotate(180deg); }
.detail-header h1 { max-width: 12ch; margin: 0; font-size: clamp(4.2rem, 10vw, 10rem); }
.detail-image { width: min(calc(100% - 2 * var(--pad)), var(--max)); margin: 0 auto; background: var(--sage); }
.detail-image img { width: 100%; max-height: 48rem; aspect-ratio: 16 / 8; object-position: center 35%; }
.detail-body { padding-top: 5rem; }
.article-content { max-width: 49rem; margin-inline: auto; font-family: var(--serif); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.75; }
.article-content p:first-child::first-letter { float: left; margin: .08em .13em 0 0; color: var(--red); font-size: 4.3em; line-height: .72; }
.article-content p + p { margin-top: 1.6rem; }
.article-content ul { padding-left: 1.4rem; }

.comments-section { padding-top: 2rem; }
.legacy-comments { max-width: 62rem; margin-inline: auto; }
.legacy-comments > h2 { margin-bottom: 3rem; font-size: clamp(2.6rem, 5vw, 5rem); }
.comment { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; margin: 0 0 1rem min(calc(var(--depth) * 2rem), 8rem); padding: 1.5rem; border: 1px solid var(--line); background: var(--paper-light); }
.comment-avatar { display: grid; place-items: center; width: 3rem; height: 3rem; color: var(--paper-light); border-radius: 50%; background: var(--ink); font-family: var(--serif); font-size: 1.3rem; }
.comment h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.comment time { display: block; margin: .2rem 0 1rem; color: #68716b; font-size: .68rem; }
.comment p { margin: 0; font-size: .9rem; }
.comment-form-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); max-width: 69rem; margin: 7rem auto 0; padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--ink); }
.comment-form-wrap h2 { font-size: clamp(2.7rem, 5vw, 5rem); }

.submission-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1.25rem; }
.submission-form label { display: grid; gap: .45rem; font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.submission-form label.full, .submission-form .button, .form-status { grid-column: 1 / -1; }
.submission-form input, .submission-form textarea { width: 100%; padding: .75rem 0; color: inherit; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; outline: 0; background: transparent; resize: vertical; }
.submission-form input:focus, .submission-form textarea:focus { border-bottom-color: #d7aa95; box-shadow: 0 1px 0 #d7aa95; }
.submission-form .check { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .75rem; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.submission-form .check input { width: 1.1rem; height: 1.1rem; margin-top: .1rem; accent-color: var(--red); }
.submission-form .button { justify-self: start; color: var(--ink); background: var(--paper-light); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.5rem; margin: 0; font-size: .8rem; }
.form-status.is-success { color: #b9d9ac; }
.form-status.is-error { color: #f0aaa0; }

.story-form-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.story-form-section h2 { font-size: clamp(3rem, 6vw, 6rem); }
.story-form { padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--ink); }
.shared-archive { max-width: 76rem; }
.shared-archive > h2 { font-size: clamp(3rem, 7vw, 7rem); }

.resource-feature { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.book-cover { display: flex; flex-direction: column; justify-content: end; aspect-ratio: 3 / 4; padding: 2rem; color: var(--paper-light); background: linear-gradient(145deg, #b14b3b, #70241d); box-shadow: 2rem 2rem 0 var(--sage); font-family: var(--serif); }
.book-cover span { font-size: 2rem; }
.book-cover strong { font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .8; }
.book-cover small { margin-top: 2rem; font-family: var(--sans); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.resource-feature h2 { font-size: clamp(3.5rem, 8vw, 8rem); }
.resource-feature > div:last-child p:not(.eyebrow) { max-width: 40rem; font-size: 1.1rem; }
.resource-articles { background: var(--paper-light); }

.film-section { padding-top: 3rem; }
.film-frame { position: relative; aspect-ratio: 16 / 9; background: var(--ink); box-shadow: 0 2rem 6rem rgba(23,36,29,.2); }
.film-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.film-caption { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.film-caption > div { max-width: 42rem; }
.film-caption h2 { margin: 0 0 .5rem; font-size: clamp(2rem, 4vw, 4rem); }
.film-caption p { margin: 0; }
.film-library { color: var(--paper-light); background: var(--ink-deep); }
.film-library .section-heading em { color: #d7aa95; }
.film-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem) 2rem; }
.film-card .film-frame { box-shadow: none; }
.film-card h3 { margin: 1.25rem 0 .5rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 400; line-height: 1; }
.film-card p { max-width: 34rem; margin: 0; color: rgba(255,255,255,.7); }

.not-found { min-height: 75vh; padding-top: 12rem; }
.not-found h1 { font-size: clamp(4.5rem, 11vw, 11rem); }
.not-found > p:not(.eyebrow) { max-width: 30rem; }

.site-footer { color: var(--paper-light); background: var(--ink-deep); }
.footer-lead { width: min(100%, var(--max)); margin: auto; padding: clamp(5rem, 10vw, 9rem) var(--pad); text-align: center; }
.footer-lead h2 { margin: 0 0 2rem; font-size: clamp(4rem, 10vw, 10rem); }
.footer-lead h2 em { color: #d7aa95; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; width: min(100%, var(--max)); margin: auto; padding: 4rem var(--pad); border-top: 1px solid rgba(255,255,255,.18); }
.footer-grid .brand { margin-bottom: 1.5rem; }
.footer-grid p { max-width: 24rem; color: #afb8b1; font-size: .85rem; }
.footer-grid h3 { margin: 0 0 1rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin-block: .3rem; color: #cbd1cd; font-size: .84rem; }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem var(--pad); color: #7f8b83; border-top: 1px solid rgba(255,255,255,.1); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(1.75rem); transition: opacity .75s ease var(--delay, 0ms), transform .75s cubic-bezier(.2,.7,.2,1) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { padding-block: .8rem; }
  .nav-toggle { position: relative; z-index: 2; display: block; }
  .nav-toggle[aria-expanded='true'] .open-icon { display: none; }
  .nav-toggle[aria-expanded='true'] .close-icon { display: block; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 7rem var(--pad) 3rem; color: var(--paper-light); background: var(--ink); transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
  .main-nav[data-open] { transform: none; }
  .main-nav > a { padding-block: .65rem; font-family: var(--serif); font-size: clamp(2.6rem, 8vw, 5rem); font-weight: 400; letter-spacing: -.03em; text-transform: none; border-bottom: 1px solid rgba(255,255,255,.16); }
  .main-nav .nav-cta { justify-content: space-between; padding-inline: 0; color: #d7aa95; background: transparent; }
  .manifesto { grid-template-columns: 1fr 2fr; }
  .manifesto-copy { grid-column: 2; }
  .manifesto-note { grid-column: 2; max-width: 36rem; }
  .featured-stories, .story-archive { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid .article-card:last-child { grid-column: 1 / -1; }
  .article-archive .article-card { grid-template-columns: 1fr; }
  .comment-form-wrap, .story-form-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .hero-copy { padding-bottom: 5rem; }
  .hero-copy h1 { font-size: clamp(4.1rem, 22vw, 7.2rem); }
  .hero-lower { align-items: start; margin-left: 0; }
  .hero-route { display: none; }
  .round-link { width: 3.2rem; height: 3.2rem; }
  .manifesto, .impact-section, .page-hero, .resource-feature { grid-template-columns: 1fr; }
  .manifesto-copy, .manifesto-note { grid-column: 1; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .featured-stories, .story-archive, .article-grid, .article-archive { grid-template-columns: 1fr; }
  .article-grid .article-card:last-child { grid-column: auto; }
  .story-card-image, .story-archive .story-card-image { height: min(28rem, 110vw); }
  .impact-copy { padding: 0; }
  .impact-image img { aspect-ratio: 4 / 4.5; }
  .page-hero { gap: 2rem; min-height: auto; padding-top: 8rem; }
  .page-hero .section-index { grid-column: 1; }
  .page-hero > img { height: 19rem; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .detail-header { padding-top: 8rem; }
  .detail-header .back-link { margin-bottom: 3rem; }
  .detail-image { width: 100%; }
  .detail-image img { aspect-ratio: 4 / 3; }
  .comment { grid-template-columns: 2.4rem 1fr; margin-left: min(calc(var(--depth) * .75rem), 2rem); padding: 1rem; }
  .comment-avatar { width: 2.4rem; height: 2.4rem; }
  .submission-form { grid-template-columns: 1fr; }
  .submission-form label.full, .submission-form .button, .form-status { grid-column: 1; }
  .book-cover { margin-right: 1.5rem; }
  .film-caption, .footer-base { flex-direction: column; }
  .film-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@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; }
  .hero video { display: none; }
  .hero { background: linear-gradient(rgba(8,18,12,.4), rgba(8,18,12,.7)), url('/assets/images/site/drone-poster.jpg') center / cover; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .site-footer, .scroll-progress, .comment-form-wrap, .hero video { display: none !important; }
  body { color: black; background: white; }
  .section-pad { padding: 2rem 0; }
  .detail-image { width: 100%; }
}
