:root {
  --forest: #18332a;
  --gold: #e8b52f;
  --ivory: #f5f1e7;
  --wax: #ded4bd;
  --moss: #63745a;
  --soil: #795238;
  --ink: #17201b;
  --valley: #285e78;
  --line: rgba(23, 32, 27, .16);
  --font-display: 'Bodoni 72', 'Bodoni MT', Didot, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
main { min-height: 75vh; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 74px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px;
  padding: 0 4vw; color: white; background: rgba(24, 51, 42, .92);
  border-bottom: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(16px);
}
.wordmark { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.wordmark-mark { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; background: var(--gold); overflow: hidden; }
.wordmark-mark img { display: block; width: 30px; height: 30px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(14px, 1.7vw, 28px); }
.desktop-nav a { position: relative; padding: 29px 0 25px; color: rgba(255,255,255,.68); font-size: 12px; transition: color .2s ease; }
.desktop-nav a::after { content: ''; position: absolute; inset: auto 0 16px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.desktop-nav a.active::after { transform: scaleX(1); }
.nav-cta { border: 1px solid rgba(255,255,255,.42); border-radius: 999px; padding: 10px 17px; font-size: 12px; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--gold); color: var(--forest); border-color: var(--gold); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; padding: 9px 14px; font-size: 12px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 48px; width: min(290px, 82vw); display: flex; flex-direction: column; padding: 12px; border-radius: 6px; background: var(--forest); box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.mobile-menu nav a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }

.section-shell { padding: 130px 7vw; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.forest-text { color: var(--forest); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.button-gold { background: var(--gold); color: var(--forest); }
.button-outline { border: 1px solid rgba(255,255,255,.5); color: white; }
.arrow-link { display: inline-flex; gap: 20px; align-items: center; padding: 10px 0 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.arrow-link span { color: var(--gold); }
.button, .arrow-link, .text-link, .nav-cta, .wordmark, .event-title-list a, .page-next a, .site-footer nav a, .event-card-copy button, .signup-panel button { transition: transform .22s cubic-bezier(.2,.75,.25,1), box-shadow .22s ease; }
@media (hover: hover) {
  .button:hover, .arrow-link:hover, .text-link:hover, .nav-cta:hover, .wordmark:hover, .event-title-list a:hover, .page-next a:hover, .site-footer nav a:hover, .event-card-copy button:hover, .signup-panel button:hover { transform: scale(1.025); }
}
.section-label { display: flex; align-items: flex-start; gap: 16px; padding-top: 8px; }
.section-label span { color: var(--soil); font-size: 11px; }
.section-label p { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-heading-row { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 70px; }
.section-heading-row h2 { max-width: 850px; margin: 0; font-family: var(--font-display); font-size: clamp(44px, 5.2vw, 78px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.section-heading-row > p { max-width: 370px; margin: 0; color: #526158; line-height: 1.7; }

/* Home */
.home-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url('assets/images/sunflower-field.jpg') center/cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,29,23,.9), rgba(14,29,23,.5) 55%, rgba(14,29,23,.12)), linear-gradient(0deg, rgba(11,24,18,.65), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(870px, 90vw); padding: 160px 0 10vh 7vw; }
.hero-content h1 { margin: 0; font-family: var(--font-display); font-size: clamp(62px, 8vw, 124px); font-weight: 400; line-height: .87; letter-spacing: -.058em; }
.hero-copy { max-width: 640px; margin: 32px 0 0; color: rgba(255,255,255,.8); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.text-link { padding: 10px 0 8px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 14px; color: var(--gold); }
.home-intro { display: block; }
.home-intro > .section-label { align-items: baseline; margin-bottom: 64px; }
.home-intro > .section-label span { font-family: var(--font-display); font-size: clamp(25px, 2.2vw, 34px); line-height: 1; }
.home-intro > .section-label p { font-size: clamp(15px, 1.3vw, 19px); letter-spacing: .14em; }
.home-intro > div:last-child { max-width: 1080px; }
.home-intro h2 { max-width: 1050px; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 6.2vw, 94px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.large-copy { max-width: 750px; margin: 42px 0 30px; color: #4c5b52; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.65; }
.home-film { min-height: 800px; display: grid; grid-template-columns: minmax(320px, 40%) 1fr; background: var(--forest); color: white; }
.film-poster-wrap { min-height: 800px; overflow: hidden; }
.film-poster-wrap img { width: 100%; height: 100%; object-fit: cover; }
.film-copy { align-self: center; padding: 8vw; }
.film-copy h2 { margin: 0 0 34px; font-family: var(--font-display); font-size: clamp(76px, 10vw, 150px); font-weight: 400; font-style: italic; line-height: .78; letter-spacing: -.06em; }
.film-copy > p:not(.eyebrow) { max-width: 600px; margin: 0 0 36px; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.7; }
.home-events { background: #eee8da; }
.event-title-list { border-top: 1px solid var(--line); }
.event-title-list a { display: grid; grid-template-columns: 80px 1fr auto; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease; }
.event-title-list a:hover { padding-inline: 14px; color: var(--soil); }
.event-title-list span { font-size: 11px; }
.event-title-list a > span:first-child { color: var(--soil); font-family: var(--font-display); font-size: clamp(26px, 2.4vw, 38px); line-height: 1; }
.event-title-list h3 { margin: 0; font-family: var(--font-display); font-size: clamp(27px, 3vw, 46px); font-weight: 400; }
.home-cta { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 24px; text-align: center; color: white; background: linear-gradient(rgba(18,43,33,.88), rgba(18,43,33,.88)), url('assets/gallery/harvest/photo-5.jpg') center/cover; }
.home-cta h2 { margin: 0 0 42px; font-family: var(--font-display); font-size: clamp(66px, 9vw, 132px); font-weight: 400; line-height: .82; letter-spacing: -.055em; }
.home-cta .button-gold:hover { box-shadow: 0 12px 32px rgba(0,0,0,.2); }

/* Shared inner pages */
.inner-page { padding-top: 74px; }
.page-hero { min-height: 650px; display: flex; flex-direction: column; justify-content: flex-end; padding: 100px 7vw 90px; color: white; background-color: var(--forest); }
.page-hero h1 { max-width: 1100px; margin: 0; font-family: var(--font-display); font-size: clamp(68px, 9vw, 136px); font-weight: 400; line-height: .84; letter-spacing: -.058em; }
.page-hero > p:last-child { max-width: 640px; margin: 34px 0 0; color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.65; }
.about-hero { background: linear-gradient(90deg, rgba(20,44,34,.92), rgba(20,44,34,.42)), url('assets/gallery/hive/photo-9.jpg') center/cover; }
.gallery-hero { min-height: 760px; background: linear-gradient(90deg, rgba(20,44,34,.87), rgba(20,44,34,.12)), url('assets/gallery/sunflower/photo-7.jpg') center/cover; }
.facts-hero {
  background:
    linear-gradient(90deg, rgba(13, 41, 31, .94) 0%, rgba(13, 41, 31, .78) 46%, rgba(13, 41, 31, .22) 100%),
    url('assets/images/bee-facts-hero.jpg') 58% center / cover no-repeat;
}
.events-hero { background: linear-gradient(90deg, rgba(20,44,34,.92), rgba(20,44,34,.24)), url('assets/gallery/harvest/photo-2.jpg') center/cover; }
.founder-section, .film-story, .expert-section { display: block; }
.founder-section > .section-label,
.film-story > .section-label,
.expert-section > .section-label { align-items: baseline; margin-bottom: 64px; }
.founder-section > .section-label span,
.film-story > .section-label span { font-family: var(--font-display); font-size: clamp(25px, 2.2vw, 34px); line-height: 1; }
.founder-section > .section-label p,
.film-story > .section-label p,
.expert-section > .section-label p { font-size: clamp(15px, 1.3vw, 19px); letter-spacing: .14em; }
.editorial-copy { max-width: 980px; }
.editorial-copy p { margin: 0 0 26px; color: #415047; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.8; }
.editorial-copy .lead { color: var(--ink); font-size: clamp(30px, 3.5vw, 52px); line-height: 1.25; letter-spacing: -.025em; }
.editorial-copy .signature { margin-top: 50px; color: var(--soil); font-style: italic; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; }
.mission-grid article { min-height: 550px; padding: 8vw 7vw; background: var(--forest); color: white; }
.mission-grid article + article { background: var(--gold); color: var(--forest); }
.mission-grid p { margin: 0 0 50px; font-size: clamp(20px, 1.9vw, 29px); font-weight: 800; letter-spacing: .14em; line-height: 1; text-transform: uppercase; }
.mission-grid h2 { margin: 0; font-family: var(--font-display); font-size: clamp(38px, 4vw, 61px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 370px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid span, .action-grid span { color: var(--soil); font-size: 11px; }
.values-grid > article > span { font-family: var(--font-display); font-size: clamp(27px, 2.4vw, 40px); line-height: 1; }
.values-grid h3 { margin: 42px 0 22px; font-family: var(--font-display); font-size: 29px; font-weight: 400; line-height: 1.1; }
.values-grid p { color: #4e5d54; line-height: 1.7; }
.page-next { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 80px 7vw; color: white; background: var(--soil); }
.page-next p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; text-transform: uppercase; letter-spacing: .15em; }
.page-next a { font-family: var(--font-display); font-size: clamp(30px, 4vw, 58px); }
.page-next span { color: var(--gold); }

/* Gallery */
.gallery-browser { padding: 100px 0 130px; overflow: hidden; }
.album-tabs { display: flex; gap: 8px; padding: 0 7vw 60px; overflow-x: auto; scrollbar-width: none; }
.album-tabs::-webkit-scrollbar { display: none; }
.album-tabs button { flex: 0 0 auto; display: flex; gap: 12px; align-items: center; padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; }
.album-tabs button[aria-selected='true'] { background: var(--forest); color: white; border-color: var(--forest); }
.album-tabs span { font-size: 10px; color: var(--soil); }
.album-tabs button[aria-selected='true'] span { color: var(--gold); }
.album-intro { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 5vw; align-items: end; padding: 0 7vw 54px; }
.album-intro h2 { margin: 5px 0 0; font-family: var(--font-display); font-size: clamp(48px, 5.5vw, 82px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.album-intro > div > p { margin: 0; color: var(--soil); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.album-intro > p { max-width: 550px; margin: 0; color: #4b5a51; line-height: 1.7; }
.gallery-controls { display: flex; gap: 8px; }
.gallery-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.gallery-controls button:hover { transform: scale(1.08); background: var(--forest); color: white; }
.photo-rail { display: flex; align-items: flex-start; gap: 24px; padding: 24px 7vw 72px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 7vw; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: var(--gold) rgba(23,32,27,.1); }
.photo-rail::-webkit-scrollbar { height: 4px; }
.photo-rail::-webkit-scrollbar-track { background: rgba(23,32,27,.1); }
.photo-rail::-webkit-scrollbar-thumb { background: var(--gold); }
.photo-card { --rail-offset: 0px; position: relative; flex: 0 0 min(64vw, 880px); height: min(50vw, 610px); padding: 0; overflow: hidden; border: 1px solid rgba(23,32,27,.2); background: var(--forest); box-shadow: 0 24px 54px rgba(23,32,27,.12); cursor: zoom-in; scroll-snap-align: start; opacity: .58; transform: translateY(var(--rail-offset)) scale(.94); transform-origin: center; transition: transform .5s cubic-bezier(.2,.72,.2,1), opacity .45s ease, box-shadow .45s ease; }
.photo-card:nth-child(even) { --rail-offset: 38px; flex-basis: min(52vw, 680px); }
.photo-card.is-active { opacity: 1; transform: translateY(var(--rail-offset)) scale(1); box-shadow: 0 34px 72px rgba(23,32,27,.22); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.03); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.photo-card:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.04); }
.photo-card span { position: absolute; right: 18px; bottom: 18px; min-width: 74px; padding: 10px 12px; color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(12,32,24,.72); backdrop-filter: blur(10px); font-family: var(--font-display); font-size: 16px; letter-spacing: .08em; text-align: center; }
.lightbox { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 70px 4vw 30px; background: rgba(9,18,14,.94); cursor: zoom-out; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 95vw; max-height: 88vh; object-fit: contain; cursor: default; }
.lightbox-close { position: absolute; top: 22px; right: 28px; border: 0; background: transparent; color: white; cursor: pointer; }

/* Documentary */
.documentary-hero { min-height: calc(100svh - 74px); display: grid; grid-template-columns: 42% 1fr; background: var(--forest); color: white; }
.documentary-hero > img { width: 100%; height: 100%; min-height: calc(100svh - 74px); object-fit: cover; }
.documentary-hero > div { align-self: center; padding: 7vw; }
.documentary-hero h1 { margin: 0 0 34px; font-family: var(--font-display); font-size: clamp(76px, 10vw, 150px); font-weight: 400; font-style: italic; line-height: .78; letter-spacing: -.06em; }
.documentary-hero > div > p:last-child { color: rgba(255,255,255,.67); }
.video-section { display: grid; grid-template-columns: .65fr 2.35fr; gap: 6vw; background: #eee8da; }
.video-section > .section-label { align-self: center; align-items: baseline; padding-top: 0; }
.video-section > .section-label span { font-family: var(--font-display); font-size: clamp(25px, 2.2vw, 34px); line-height: 1; }
.video-section > .section-label p { font-size: clamp(16px, 1.35vw, 20px); letter-spacing: .14em; }
.video-frame { aspect-ratio: 16/9; background: var(--forest); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { height: 100%; display: grid; place-items: center; align-content: center; color: white; text-align: center; background: linear-gradient(rgba(18,40,31,.72), rgba(18,40,31,.72)), url('assets/gallery/harvest/photo-8.jpg') center/cover; }
.play-mark { display: grid; place-items: center; width: 76px; height: 76px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--gold); }
.video-placeholder h2 { margin: 24px 0 7px; font-family: var(--font-display); font-size: clamp(38px, 5vw, 74px); font-weight: 400; font-style: italic; }
.video-placeholder p { margin: 0; color: rgba(255,255,255,.68); }
.statement-stills {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  padding-top: 52px;
  border-top: 1px solid var(--line);
}
.statement-stills figure { margin: 0; overflow: hidden; background: var(--forest); }
.statement-stills img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .5s ease;
}
@media (hover: hover) {
  .statement-stills figure:hover img { transform: scale(1.018); }
}

/* Facts */
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 0; }
.facts-grid article {
  min-height: 390px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color .28s ease, color .28s ease;
}
.facts-grid article:nth-child(-n+3) { border-top: 1px solid var(--line); }
.facts-grid article:nth-child(3n+1) { border-left: 1px solid var(--line); }
.facts-grid span { color: var(--soil); font-size: 11px; }
.facts-grid h2 { margin: 80px 0 22px; font-family: var(--font-display); font-size: clamp(38px, 4vw, 64px); font-weight: 400; letter-spacing: -.04em; }
.facts-grid p { max-width: 340px; color: #4e5d54; line-height: 1.7; }
.facts-grid article > * { transition: transform .28s cubic-bezier(.2,.75,.25,1), color .28s ease; transform-origin: left center; }
@media (hover: hover) {
  .facts-grid article:hover { background: var(--gold); color: var(--forest); }
  .facts-grid article:hover span,
  .facts-grid article:hover p { color: var(--forest); }
  .facts-grid article:hover > * { transform: scale(1.025); }
}
.expert-section { margin-top: 130px; background: #eee8da; }
.expert-copy { max-width: 980px; }
.expert-copy h2 { max-width: 900px; margin: 0 0 32px; font-family: var(--font-display); font-size: clamp(44px, 5vw, 74px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.expert-copy > p:not(.eyebrow) { max-width: 760px; color: #4e5d54; line-height: 1.75; }
.content-placeholder { margin-top: 55px; padding: 28px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.45); }
.content-placeholder span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.content-placeholder p { margin: 10px 0 0; color: #5a675f; }
.resource-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.resource-groups > article { padding: 28px; border: 1px solid var(--line); }
.resource-category { min-height: 115px; }
.resource-category span { color: var(--soil); font-size: 10px; }
.resource-category h3 { margin: 16px 0 30px; font-family: var(--font-display); font-size: 27px; font-weight: 400; }
.resource-groups a { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.resource-groups h4 { margin: 0 0 8px; font-size: 14px; }
.resource-groups a p { margin: 0; color: #59665e; font-size: 13px; line-height: 1.5; }
.resource-groups a > span { color: var(--valley); }

/* Events */
.events-list { display: flex; flex-direction: column; gap: 110px; }
.event-card { display: grid; grid-template-columns: minmax(260px, 38%) 1fr; gap: 7vw; align-items: center; }
.event-card:nth-child(even) .event-poster-placeholder { order: 2; }
.event-poster-placeholder { aspect-ratio: 4/5; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; color: white; background: var(--forest); }
.event-card:nth-child(2) .event-poster-placeholder { background: var(--soil); }
.event-card:nth-child(3) .event-poster-placeholder { background: var(--valley); }
.event-card:nth-child(4) .event-poster-placeholder { color: var(--forest); background: var(--gold); }
.event-poster-placeholder span, .event-poster-placeholder i { font-size: 11px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.event-poster-placeholder strong { font-family: var(--font-display); font-size: clamp(44px, 6vw, 80px); font-weight: 400; line-height: .84; letter-spacing: -.05em; }
.event-card-copy { max-width: 730px; }
.event-meta { display: flex; gap: 20px; color: var(--soil); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-card-copy h2 { margin: 28px 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.event-card-copy p { color: #4b5a51; font-size: 16px; line-height: 1.7; }
.event-card-copy .speaker { color: var(--ink); font-weight: 700; }
.event-card-copy button, .signup-panel button { margin-top: 26px; padding: 14px 19px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #6d766f; }

/* Involved */
.involved-hero { min-height: 720px; display: flex; flex-direction: column; justify-content: flex-end; padding: 110px 7vw 90px; color: white; background: linear-gradient(90deg, rgba(19,45,34,.9), rgba(19,45,34,.28)), url('assets/gallery/sunflower/photo-10.jpg') center/cover; }
.involved-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(76px, 11vw, 160px); font-weight: 400; line-height: .8; letter-spacing: -.06em; }
.involved-hero > p:last-child { max-width: 620px; margin: 38px 0 0; color: rgba(255,255,255,.77); font-size: 20px; line-height: 1.65; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.action-grid article { min-height: 350px; padding: 30px; border: 1px solid var(--line); border-right: 0; }
.action-grid article:last-child { border-right: 1px solid var(--line); }
.action-grid h2 { margin: 75px 0 20px; font-family: var(--font-display); font-size: 42px; font-weight: 400; }
.action-grid p { color: #4d5c53; line-height: 1.7; }
.signup-panel { min-height: 520px; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; padding: 100px 7vw; color: white; background: var(--forest); }
.signup-panel h2 { margin: 0 0 26px; font-family: var(--font-display); font-size: clamp(56px, 7vw, 100px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.signup-panel p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.67); line-height: 1.7; }
.signup-panel button { flex: 0 0 auto; color: rgba(255,255,255,.6); border-color: rgba(255,255,255,.25); }

/* Footer */
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 7vw; padding: 85px 7vw 48px; color: white; background: #10241c; }
.footer-wordmark { margin-bottom: 34px; }
.footer-lead > p { margin: 0; color: rgba(255,255,255,.74); font-family: Georgia, 'Times New Roman', serif; font-size: 30px; line-height: 1.2; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 25px; align-content: start; }
.site-footer nav a { color: rgba(255,255,255,.7); font-size: 13px; }
.site-footer nav a:hover { color: var(--gold); }
.footer-meta { display: flex; flex-direction: column; justify-content: space-between; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.6; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .mobile-menu { display: block; }
  .values-grid, .action-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid article:nth-child(3) { border-top: 0; }
  .facts-grid article:nth-child(3n+1) { border-left: 0; }
  .facts-grid article:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .resource-groups { grid-template-columns: 1fr; }
  .album-intro { grid-template-columns: 1fr 1fr; }
  .gallery-controls { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; padding-inline: 20px; }
  .nav-cta { display: none; }
  .inner-page { padding-top: 66px; }
  .section-shell { padding: 88px 24px; }
  .section-heading-row { display: block; margin-bottom: 45px; }
  .section-heading-row .arrow-link { margin-top: 30px; }
  .section-label { margin-bottom: 42px; }
  .home-intro > .section-label,
  .founder-section > .section-label,
  .film-story > .section-label,
  .expert-section > .section-label { margin-bottom: 44px; }
  .hero-content { width: 100%; padding: 130px 24px 72px; }
  .hero-content h1 { font-size: clamp(56px, 17vw, 82px); }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 14px; }
  .home-intro, .founder-section, .film-story, .expert-section, .video-section { grid-template-columns: 1fr; }
  .home-intro h2 { font-size: 49px; }
  .home-film, .documentary-hero { grid-template-columns: 1fr; }
  .film-poster-wrap { min-height: 75svh; }
  .film-copy { padding: 90px 24px; }
  .event-title-list a { grid-template-columns: 40px 1fr auto; }
  .home-cta { min-height: 540px; }
  .page-hero { min-height: 590px; padding: 80px 24px 64px; }
  .page-hero h1 { font-size: 62px; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-grid article { min-height: 420px; padding: 80px 24px; }
  .values-grid, .action-grid, .facts-grid { grid-template-columns: 1fr; }
  .values-grid article, .action-grid article, .facts-grid article { min-height: auto; border: 1px solid var(--line); border-bottom: 0; }
  .values-grid article:last-child, .action-grid article:last-child, .facts-grid article:last-child { border-bottom: 1px solid var(--line); }
  .page-next { display: block; padding: 65px 24px; }
  .page-next a { display: block; margin-top: 20px; }
  .gallery-browser { padding-top: 70px; }
  .album-tabs, .album-intro, .photo-rail { padding-inline: 24px; }
  .album-intro { grid-template-columns: 1fr; }
  .photo-card,
  .photo-card:nth-child(even) { --rail-offset: 0px; flex-basis: 84vw; height: 72vw; }
  .documentary-hero > img { min-height: 76svh; }
  .documentary-hero > div { padding: 80px 24px; }
  .documentary-hero h1 { font-size: 82px; }
  .video-section > .section-label { align-self: auto; }
  .statement-stills { grid-template-columns: 1fr; gap: 12px; margin-top: 12px; padding-top: 34px; }
  .facts-grid { padding-block: 0; }
  .facts-grid h2 { margin-top: 44px; }
  .expert-section { margin-top: 88px; }
  .event-card { grid-template-columns: 1fr; gap: 46px; }
  .event-card:nth-child(even) .event-poster-placeholder { order: 0; }
  .events-list { gap: 90px; }
  .event-poster-placeholder { max-width: 520px; }
  .involved-hero { min-height: 650px; padding: 100px 24px 70px; }
  .involved-hero h1 { font-size: 76px; }
  .signup-panel { display: block; padding: 85px 24px; }
  .site-footer { grid-template-columns: 1fr; padding: 70px 24px 40px; }
  .footer-meta { gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo-card, .photo-card img, .desktop-nav a::after, .facts-grid article, .facts-grid article > *, .statement-stills img, .button, .arrow-link, .text-link, .nav-cta, .wordmark, .event-title-list a, .page-next a, .site-footer nav a, .event-card-copy button, .signup-panel button { transition: none; }
}
