:root {
  --ink: #101714;
  --deep: #07110c;
  --forest: #173224;
  --green: #6f963e;
  --green-light: #a8c86e;
  --paper: #f4f5f1;
  --white: #ffffff;
  --rule: #c9cec6;
  --muted: #647068;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { min-height: 88px; padding: 12px clamp(20px, 5vw, 76px); display: flex; align-items: center; gap: 34px; background: rgba(244,245,241,.97); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 10; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { width: 62px; height: 62px; padding: 3px; border-radius: 50%; object-fit: contain; }
.brand span, .footer-brand span { display: grid; line-height: 1.12; }
.brand strong, .footer-brand strong { text-transform: uppercase; letter-spacing: .045em; font-size: .96rem; }
.brand small, .footer-brand small { margin-top: 6px; color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; color: #35423a; font-weight: 700; font-size: .84rem; }
nav a:hover { color: var(--green); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 24px; border: 1px solid var(--green); background: var(--green); color: var(--white); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 800; cursor: pointer; }
.button:hover { background: #5b7e31; border-color: #5b7e31; }
.button-small { min-height: 42px; padding: 9px 18px; }
.text-link { font-size: .85rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.hero { min-height: 760px; padding: clamp(74px, 10vw, 140px) clamp(20px, 8vw, 120px) 58px; color: white; background: linear-gradient(110deg, rgba(5,15,9,.98) 0%, rgba(9,28,17,.96) 56%, rgba(24,50,35,.9) 100%), url('assets/defend-what-matters.jpeg') center/cover; display: grid; grid-template-columns: minmax(0, 1fr) 230px; align-content: center; gap: 50px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 64%, rgba(141,181,77,.08) 64% 65%, transparent 65%); pointer-events: none; }
.hero-mark { position: absolute; width: 540px; height: 540px; right: -90px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(168,200,110,.2); border-radius: 50%; box-shadow: 0 0 0 56px rgba(168,200,110,.035), 0 0 0 112px rgba(168,200,110,.025); }
.hero-copy { max-width: 940px; position: relative; z-index: 1; }
.eyebrow, .section-number { margin: 0 0 18px; color: var(--green-light); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.04; letter-spacing: -.025em; }
h1 { max-width: 1000px; margin-bottom: 28px; font-size: clamp(3.1rem, 6.7vw, 6.8rem); font-weight: 500; }
h1 em { color: var(--green-light); font-style: normal; }
.hero-lede { max-width: 760px; color: #dce5dd; font-size: clamp(1.08rem, 1.8vw, 1.36rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.principles { align-self: end; display: grid; gap: 11px; padding-left: 24px; border-left: 1px solid rgba(168,200,110,.5); position: relative; z-index: 1; }
.principles span { color: #dce5dd; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }

.statement { padding: 90px clamp(20px, 8vw, 120px); display: grid; grid-template-columns: minmax(160px, 1fr) 3fr; gap: 60px; background: white; }
.statement .section-number { color: var(--green); }
.statement h2 { max-width: 900px; margin-bottom: 28px; font-size: clamp(2.3rem, 5vw, 4.8rem); font-weight: 500; }
.statement div p { max-width: 850px; color: #445149; font-size: 1.2rem; }

.stakes, .reform, .stories { padding: 100px clamp(20px, 8vw, 120px); }
.section-heading { max-width: 850px; margin-bottom: 54px; }
.section-heading .eyebrow { color: var(--green); }
.section-heading h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4.2vw, 4.2rem); font-weight: 500; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.stakes-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); }
.stakes-grid article { padding: 34px 32px 20px 0; }
.stakes-grid article + article { padding-left: 32px; border-left: 1px solid var(--rule); }
.stakes-grid span, .reform-list span, .story-grid > article > span { color: var(--green); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h3 { margin: 16px 0 12px; font-size: 1.32rem; line-height: 1.25; }
.stakes-grid p, .reform-list p, .story-grid p { color: var(--muted); }
.army-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--deep); color: white; }
.army-image { min-height: 700px; overflow: hidden; background: var(--deep); }
.army-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: saturate(.55) contrast(1.05); opacity: .78; }
.army-copy { padding: clamp(60px, 8vw, 120px); align-self: center; }
.army-copy h2 { margin-bottom: 28px; font-size: clamp(2.3rem, 4vw, 4.3rem); font-weight: 500; }
.army-copy > p:not(.eyebrow) { color: #cbd5cd; font-size: 1.08rem; }
blockquote { margin: 44px 0 0; padding: 26px 0 0; border-top: 1px solid #385344; color: var(--green-light); font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; line-height: 1.35; }

.reform { background: white; }
.reform-list { border-top: 1px solid var(--rule); }
.reform-list article { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--rule); }
.reform-list h3 { margin: 0 0 6px; }
.reform-list p { max-width: 760px; margin-bottom: 0; }

.stories { color: white; background: var(--forest); }
.stories .section-heading .eyebrow { color: var(--green-light); }
.stories .section-heading > p:not(.eyebrow) { color: #bfccc3; }
.instagram-link { display: inline-block; margin-top: 10px; color: var(--green-light); font-size: .86rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.instagram-link:hover { color: white; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #41604d; border: 1px solid #41604d; }
.story-grid article { min-height: 270px; padding: 36px; background: #102219; display: flex; flex-direction: column; }
.story-grid h3 { margin-top: auto; font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; font-weight: 500; }
.story-grid p { color: #bdc9c0; max-width: 500px; }
.story-grid small { margin-top: 12px; color: var(--green-light); text-transform: uppercase; letter-spacing: .12em; }
.story-grid .featured-film { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: minmax(220px, 320px) 1fr; gap: clamp(32px, 7vw, 100px); align-items: center; }
.featured-film-wrap { max-width: 1050px; }
.featured-film { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(240px, .75fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.homepage-video { max-width: 1180px; margin: 0; display: grid; grid-template-columns: minmax(380px, 760px) 220px; justify-content: start; align-items: center; gap: clamp(46px, 8vw, 110px); }
.video-companion-logo { width: 220px; aspect-ratio: 1; object-fit: contain; border-radius: 50%; }
.video-frame { width: min(100%, 760px); aspect-ratio: 16 / 9; margin: 0 auto; background: #000; }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.featured-film .film-copy { align-self: center; }
.featured-film h3 { margin: 16px 0 14px; font-size: clamp(2.5rem, 5vw, 5rem); }
.watch-link { display: inline-block; margin-top: 18px; color: var(--green-light); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.watch-link:hover { color: white; }
.film-actions { display: flex; align-items: center; gap: 24px; margin-top: 24px; flex-wrap: wrap; }
.film-actions .watch-link { margin-top: 0; }

.films-page { min-height: calc(100vh - 88px); padding: clamp(45px, 7vw, 90px) clamp(20px, 8vw, 120px); background: var(--deep); display: grid; place-items: center; }
.widescreen-video { width: min(100%, 1200px); aspect-ratio: 16 / 9; background: #000; }
.widescreen-video iframe { width: 100%; height: 100%; display: block; border: 0; }

.join { padding: 100px clamp(20px, 8vw, 120px); display: grid; grid-template-columns: minmax(360px, 430px) minmax(0, 650px); justify-content: start; gap: clamp(48px, 5vw, 70px); align-items: center; background: var(--green); color: #09120d; }
.join .eyebrow { color: #172a1d; }
.join h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 500; }
.join p { max-width: 650px; }
.join-player { display: flex; justify-content: flex-start; }
.join-video { width: min(100%, 430px); aspect-ratio: 9 / 16; background: #000; box-shadow: 0 18px 45px rgba(7,17,12,.2); }
.join-video iframe { width: 100%; height: 100%; display: block; border: 0; }
.join-response > p:not(.eyebrow) { margin-bottom: 30px; }
.contact-email { color: #09120d; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
label { display: block; margin-bottom: 9px; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
input, textarea { width: 100%; min-width: 0; padding: 14px 16px; border: 1px solid #2a462e; border-radius: 0; background: #f7f8f4; font: inherit; }
input { min-height: 54px; margin-bottom: 18px; }
textarea { margin-bottom: 14px; resize: vertical; }
.join .button { background: var(--deep); border-color: var(--deep); }
.form-note { margin: 12px 0 0; font-size: .84rem; }
.form-note a { font-weight: 800; }

footer { padding: 30px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; background: #050b07; color: #9ba79e; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
footer p { margin: 0; }
.footer-instagram { color: #c4d1c7; font-weight: 800; text-decoration: none; }
.footer-instagram:hover { color: var(--green-light); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 54px; height: 54px; padding: 3px; border-radius: 50%; object-fit: contain; }
.footer-brand strong { color: white; }

@media (max-width: 900px) {
  .site-header { min-height: 74px; }
  .brand img { width: 50px; height: 50px; }
  .brand small, nav, .site-header > .button { display: none; }
  .hero { min-height: 690px; grid-template-columns: 1fr; }
  .principles { align-self: auto; grid-template-columns: repeat(3, 1fr); }
  .statement { grid-template-columns: 1fr; gap: 20px; }
  .stakes-grid { grid-template-columns: 1fr; }
  .stakes-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--rule); }
  .army-section, .join { grid-template-columns: 1fr; }
  .homepage-video { grid-template-columns: 1fr; gap: 38px; }
  .video-companion-logo { width: 140px; justify-self: center; }
  .army-image { min-height: 540px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-grid .featured-film { grid-column: auto; }
  .film-library { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 580px) {
  .brand strong { font-size: .82rem; }
  .hero { min-height: 620px; padding-top: 80px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .principles { grid-template-columns: 1fr; }
  .army-image { min-height: 430px; }
  .story-grid .featured-film { grid-template-columns: 1fr; }
  .featured-film { grid-template-columns: 1fr; }
  .video-frame { margin: 0 auto; }
  .film-card { min-height: 260px; }
  .films-follow { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
