:root {
  --green: #7b9b3a;
  --green-dark: #587024;
  --green-pale: #eaf0dc;
  --red: #9f2f35;
  --gold: #d9a928;
  --ink: #171815;
  --charcoal: #252720;
  --cream: #f7f4ea;
  --paper: #fffdf8;
  --muted: #686c60;
  --line: #dfe3d5;
  --shadow: 0 18px 48px rgba(23, 24, 21, .12);
  --radius: 24px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-160%); background: #fff; color: #000; padding: 10px 14px; z-index: 9999; border-radius: 8px; }
.skip-link:focus { transform: none; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 92px 0; }
.section-tight { padding: 64px 0; }
.section-dark { background: var(--ink); color: #fff; }
.section-soft { background: var(--cream); }
.section-green { background: var(--green); color: #fff; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-dark .eyebrow, .section-green .eyebrow { color: #dcebb7; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 18px; letter-spacing: -.025em; }
h1 { font-size: clamp(2.8rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: var(--muted); max-width: 68ch; }
.section-dark .lead, .section-green .lead { color: rgba(255,255,255,.78); }
.small { font-size: .88rem; color: var(--muted); }
.section-dark .small { color: rgba(255,255,255,.6); }

.announcement { background: var(--green); color: #fff; font-size: .9rem; font-weight: 650; }
.announcement-inner { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: left; padding-top: 8px; padding-bottom: 8px; }
.announcement-dot { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 99px; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.18); }
.announcement-copy { display: flex; align-items: baseline; justify-content: center; gap: 8px; flex-wrap: wrap; line-height: 1.35; }
.announcement-copy strong { color: #fff; }
.announcement-copy span { color: rgba(255,255,255,.9); }
.announcement-action { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.12); color: #fff; border-radius: 99px; padding: 7px 12px; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; }
.announcement-action:hover { background: #fff; color: var(--green-dark); }
.announcement-modal[hidden] { display: none; }
.announcement-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.announcement-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.announcement-modal-card { position: relative; width: min(760px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: #fff; border-radius: 22px; padding: 22px; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.announcement-modal-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.announcement-modal-head h2 { font-size: clamp(1.7rem, 4vw, 2.7rem); }
.announcement-modal-close { border: 1px solid var(--line); background: #fff; width: 42px; height: 42px; border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.announcement-modal-card img { display: block; width: 100%; height: auto; max-height: 72vh; object-fit: contain; border-radius: 14px; background: var(--cream); }
.announcement-modal-card .button { margin-top: 16px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,253,248,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(23,24,21,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-copy { display: flex; flex-direction: column; line-height: .95; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: var(--green-dark); font-size: .76rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 800; }
.brand-reel { width: 46px; aspect-ratio: 1; border: 4px solid var(--ink); border-radius: 50%; position: relative; display: grid; place-items: center; }
.brand-reel::after { content: ""; width: 10px; height: 10px; background: var(--ink); border-radius: 50%; }
.brand-reel span { position: absolute; width: 9px; height: 9px; background: var(--green); border-radius: 50%; }
.brand-reel span:nth-child(1) { top: 6px; left: 17px; }
.brand-reel span:nth-child(2) { right: 6px; top: 17px; }
.brand-reel span:nth-child(3) { bottom: 6px; left: 17px; }
.brand-reel span:nth-child(4) { left: 6px; top: 17px; }
.primary-nav { display: flex; align-items: center; gap: 15px; }
.primary-nav > a:not(.button) { text-decoration: none; font-weight: 700; font-size: .89rem; position: relative; white-space: nowrap; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; background: var(--green); transition: right .2s ease; border-radius: 9px; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.active::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 2px solid transparent; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,24,21,.15); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-primary { background: var(--green); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.button-outline { border-color: currentColor; background: transparent; }
.button-ticket { background: var(--red); color: #fff; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.text-link { font-weight: 800; color: var(--green-dark); text-decoration-thickness: 2px; text-underline-offset: 5px; }

.film-strip { height: 34px; background-color: var(--ink); background-image: linear-gradient(90deg, transparent 0 18px, var(--paper) 18px 34px, transparent 34px 52px); background-size: 52px 100%; border-top: 7px solid var(--ink); border-bottom: 7px solid var(--ink); }
.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 15%, rgba(123,155,58,.21), transparent 34%), radial-gradient(circle at 10% 90%, rgba(159,47,53,.11), transparent 30%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; align-items: center; gap: 54px; padding: 80px 0; }
.hero-copy { max-width: 700px; }
.hero-copy h1 em { color: var(--green-dark); font-family: "Segoe Print", "Bradley Hand", cursive; font-style: normal; font-weight: 600; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: .8rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 56px; height: 3px; background: var(--green); }
.hero-actions { margin-top: 32px; }
.hero-card { position: relative; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); background: #11120f; color: #fff; display: flex; flex-direction: column; min-height: 0; }
.hero-poster-stage { position: relative; min-height: 430px; display: grid; place-items: center; padding: 26px; overflow: hidden; background: radial-gradient(circle at 50% 35%, rgba(123,155,58,.25), transparent 48%), #171815; }
.hero-poster-stage::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.hero-poster-stage img { position: relative; z-index: 1; width: auto; height: auto; max-width: 100%; max-height: 520px; object-fit: contain; border-radius: 12px; box-shadow: 0 20px 46px rgba(0,0,0,.38); }
.hero-card-content { position: relative; z-index: 2; padding: 28px; color: #fff; }
.hero-card-content .status-pill { margin-bottom: 12px; }
.hero-card-content h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 12px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.84); font-weight: 650; }
.hero-meta span { padding: 6px 10px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 99px; }
.status-pill { display: inline-flex; align-items: center; border-radius: 99px; padding: 7px 11px; background: var(--green); color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.status-pill.coming { background: var(--gold); color: var(--ink); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 42px; }
.section-heading > div { max-width: 760px; }
.movie-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.movie-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(23,24,21,.06); transition: transform .22s ease, box-shadow .22s ease; }
.movie-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.movie-poster { position: relative; aspect-ratio: 2 / 3; overflow: hidden; display: grid; place-items: center; padding: 12px; background: radial-gradient(circle at 50% 30%, rgba(123,155,58,.18), transparent 45%), var(--ink); }
.movie-poster img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; box-shadow: 0 12px 28px rgba(0,0,0,.26); }
.movie-poster .status-pill { position: absolute; top: 14px; left: 14px; }
.movie-card-body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.movie-card-body h3 { margin-bottom: 8px; }
.movie-card-body h3 a { text-decoration: none; }
.movie-card-body p { color: var(--muted); }
.movie-card-footer { margin-top: auto; padding-top: 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.movie-dates { font-size: .9rem; font-weight: 800; }
.movie-sponsor { font-size: .78rem; color: var(--muted); }
.showtime-list { list-style: none; padding: 0; margin: 14px 0 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.showtime-list li { padding: 8px 11px; border-radius: 10px; background: var(--green-pale); color: var(--green-dark); font-size: .82rem; font-weight: 800; }

.feature-band { background: var(--ink); color: #fff; }
.feature-band-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.feature-band-item { padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.feature-band-item:last-child { border-right: 0; }
.feature-band-item strong { display: block; font-size: 1.45rem; margin-bottom: 5px; }
.feature-band-item span { color: rgba(255,255,255,.67); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.media-frame { position: relative; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); display: grid; place-items: center; padding: 12px; background: #171815; min-height: 0; }
.media-frame img { width: auto; height: auto; max-width: 100%; max-height: 640px; object-fit: contain; }
.media-frame::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); border-radius: inherit; z-index: 1; pointer-events: none; }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; }

.action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.action-card { position: relative; min-height: 330px; border-radius: var(--radius); padding: 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.action-card::before { content: ""; position: absolute; width: 180px; height: 180px; border: 30px solid var(--green-pale); border-radius: 50%; right: -70px; top: -70px; }
.action-card > * { position: relative; z-index: 1; }
.action-number { color: var(--green); font-size: 3rem; font-weight: 950; line-height: 1; margin-bottom: 70px; }
.action-card p { color: var(--muted); }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; align-items: start; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 18px; position: relative; display: grid; place-items: center; background: #171815; }
.gallery-grid img { width: 100%; height: auto; max-height: 420px; object-fit: contain; transition: transform .35s ease; }
.gallery-grid figure:hover img { transform: scale(1.015); }

.sponsor-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sponsor-card { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: inherit; text-decoration: none; font-weight: 850; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.sponsor-card:hover { transform: translateY(-3px); border-color: rgba(123,155,58,.55); box-shadow: 0 14px 34px rgba(23,27,19,.08); }
.sponsor-logo { display: block; width: auto; max-width: 160px; height: 58px; object-fit: contain; }
.sponsor-card small { display: block; margin-top: 6px; color: var(--muted); font-weight: 650; }

.page-hero { position: relative; padding: 110px 0 80px; overflow: hidden; background: var(--ink); color: #fff; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(123,155,58,.4), transparent 36%), linear-gradient(120deg, rgba(159,47,53,.22), transparent 55%); }
.page-hero .container { position: relative; }
.page-hero p { max-width: 68ch; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 22px; color: rgba(255,255,255,.62); font-size: .85rem; font-weight: 700; }
.breadcrumbs a { color: #fff; }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.info-card h3 { color: var(--green-dark); }
.price-table { width: 100%; border-collapse: collapse; margin-top: 18px; }
.price-table th, .price-table td { text-align: left; padding: 14px 12px; border-bottom: 1px solid var(--line); }
.price-table th { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.timeline { position: relative; display: grid; gap: 28px; margin-top: 34px; }
.timeline::before { content: ""; position: absolute; left: 17px; top: 0; bottom: 0; width: 2px; background: var(--line); }
.timeline-item { position: relative; padding-left: 62px; }
.timeline-item::before { content: ""; position: absolute; left: 8px; top: 4px; width: 20px; height: 20px; border: 5px solid var(--green); background: #fff; border-radius: 50%; }
.timeline-item time { color: var(--green-dark); font-weight: 900; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: 0 12px 34px rgba(23,24,21,.06); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cfd4c5; border-radius: 12px; padding: 13px 14px; background: #fff; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(123,155,58,.22); border-color: var(--green); }
.notice { padding: 15px 18px; border-radius: 12px; background: var(--green-pale); color: var(--green-dark); border-left: 5px solid var(--green); margin-bottom: 20px; }
.notice.error { background: #fde8e8; color: #7e1d23; border-color: var(--red); }

.movie-detail { display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; align-items: start; }
.movie-detail-poster { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); background: var(--ink); padding: 14px; display: grid; place-items: center; }
.movie-detail-poster img { width: auto; height: auto; max-width: 100%; max-height: 760px; object-fit: contain; }
.movie-detail-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px; }
.movie-detail-meta span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; font-weight: 750; }
.schedule { display: grid; gap: 12px; margin: 24px 0; }
.schedule-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 16px 18px; background: var(--cream); border-radius: 14px; }
.schedule-row strong { display: block; }
.schedule-row span { color: var(--muted); }

.accordion { display: grid; gap: 12px; }
.accordion-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.accordion-button { width: 100%; display: flex; justify-content: space-between; gap: 14px; border: 0; background: transparent; padding: 18px 20px; text-align: left; font-weight: 850; }
.accordion-panel { padding: 0 20px 20px; color: var(--muted); }
.accordion-panel[hidden] { display: none; }

.map-frame { border: 0; width: 100%; min-height: 430px; border-radius: 24px; }
.cta { padding: 44px; border-radius: 28px; background: var(--green); color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.cta h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.cta p { color: rgba(255,255,255,.78); }

.site-footer { background: #11120f; color: #fff; }
.film-strip-footer { background-color: var(--green); border-color: var(--green); background-image: linear-gradient(90deg, transparent 0 18px, #11120f 18px 34px, transparent 34px 52px); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr .8fr; gap: 44px; padding: 72px 0 48px; }
.site-footer h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: .12em; color: #d7e7b3; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: #fff; }
.brand-footer { color: #fff; margin-bottom: 18px; }
.brand-footer .brand-reel { border-color: #fff; }
.brand-footer .brand-reel::after { background: #fff; }
.footer-tagline { font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 1.12rem; color: #dcebb7 !important; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .82rem; }



/* Monthly calendar */
.calendar-section { padding-bottom: 40px; }
.calendar-download-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 36px; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 16px 42px rgba(23,24,21,.07); }
.calendar-download-copy h2 { font-size: clamp(2rem,4vw,3.5rem); }
.calendar-download-visual { min-height: 250px; display: grid; place-items: center; border-radius: 20px; overflow: hidden; background: linear-gradient(145deg, #171815, #30352a); }
.calendar-download-visual img { width: 100%; height: auto; max-height: 420px; object-fit: contain; }
.calendar-pdf-mark { display: grid; gap: 10px; text-align: center; color: #fff; }
.calendar-pdf-mark span { justify-self: center; padding: 7px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.calendar-pdf-mark strong { font-size: 2rem; line-height: 1.05; }

/* Advertising */
.advertise-hero { background: linear-gradient(125deg, #141512 0%, #262921 55%, #53672a 100%); }
.advertise-screen { min-height: 500px; display: grid; align-content: center; gap: 24px; padding: 30px; border-radius: 30px; background: #11120f; box-shadow: var(--shadow); overflow: hidden; }
.advertise-screen-frame { padding: 14px; background: #30322c; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.advertise-screen-content { aspect-ratio: 16/9; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; background: radial-gradient(circle at 50% 35%, rgba(123,155,58,.55), transparent 35%), linear-gradient(145deg,#f7f4ea,#e7eadf); color: var(--ink); border-radius: 5px; }
.advertise-screen-content span { color: var(--green-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; }
.advertise-screen-content strong { font-size: clamp(2.4rem,5vw,4.6rem); line-height: .9; text-transform: uppercase; }
.advertise-screen-content small { font-weight: 800; color: var(--muted); }
.advertise-seats { display: grid; grid-template-columns: repeat(8,1fr); gap: 8px; perspective: 500px; }
.advertise-seats i { display: block; height: 30px; border-radius: 8px 8px 3px 3px; background: #74202a; transform: rotateX(30deg); }
.advertise-option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.advertise-option-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; min-height: 310px; display: flex; flex-direction: column; }
.advertise-option-card > span { color: var(--green); font-weight: 950; font-size: 2rem; margin-bottom: 44px; }
.advertise-option-card p { color: var(--muted); }
.advertise-option-card .text-link { margin-top: auto; }
.advertise-callout { background: #fff; color: var(--ink); padding: 34px; }

/* Volunteer stat spacing */
.volunteer-stats-grid span { margin-top: 12px; }
.volunteer-stats-grid span b { display: block; margin-bottom: 3px; color: #fff; font-size: .98rem; }

/* Volunteer page */
.volunteer-hero { background: linear-gradient(125deg, #171815 0%, #252720 54%, #4b5e24 100%); }
.volunteer-stats { background: var(--green); color: #fff; }
.volunteer-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.volunteer-stats-grid > div { padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.18); }
.volunteer-stats-grid > div:last-child { border-right: 0; }
.volunteer-stats-grid strong { display: block; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1; margin-bottom: 10px; }
.volunteer-stats-grid span { display: block; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.4; }
.volunteer-steps { display: grid; gap: 14px; margin: 28px 0 30px; }
.volunteer-steps article { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.volunteer-steps article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green-pale); color: var(--green-dark); font-weight: 950; }
.volunteer-steps h3 { margin-bottom: 5px; font-size: 1.05rem; }
.volunteer-steps p { margin: 0; color: var(--muted); }
.volunteer-role-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.volunteer-role-card { padding: 26px; border-radius: 20px; background: #fff; border: 1px solid var(--line); min-height: 250px; }
.volunteer-role-card > span { display: inline-block; color: var(--green); font-size: 2rem; font-weight: 950; margin-bottom: 42px; }
.volunteer-role-card p { color: var(--muted); }
.volunteer-feature-image img { max-height: 720px; }
.volunteer-callout { padding: 34px; box-shadow: var(--shadow); }

@media (max-width: 1120px) {
  .volunteer-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .volunteer-stats-grid > div:nth-child(2) { border-right: 0; }
  .volunteer-stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .volunteer-role-grid { grid-template-columns: repeat(2, 1fr); }
  .calendar-download-card { grid-template-columns: 1fr; }
  .calendar-download-visual { min-height: 220px; }
  .advertise-option-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 125px 20px auto 20px; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: #fff; box-shadow: var(--shadow); border-radius: 18px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .primary-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .primary-nav a { padding: 13px; }
  .primary-nav > a:not(.button)::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-poster-stage { min-height: 390px; }
  .movie-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-band-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-band-item:nth-child(2) { border-right: 0; }
  .feature-band-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .split { grid-template-columns: 1fr; }
  .action-grid { grid-template-columns: 1fr; }
  .sponsor-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .movie-detail { grid-template-columns: 1fr; }
  .movie-detail-poster { max-width: 470px; }
}

@media (max-width: 720px) {
  .volunteer-stats-grid { grid-template-columns: 1fr; }
  .volunteer-stats-grid > div { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.18); }
  .volunteer-stats-grid > div:last-child { border-bottom: 0; }
  .volunteer-role-grid { grid-template-columns: 1fr; }
  :root { --container: min(100% - 28px, 1180px); --radius: 18px; }
  .section { padding: 68px 0; }
  .section-tight { padding: 48px 0; }
  .announcement-inner { font-size: .78rem; flex-wrap: wrap; justify-content: flex-start; }
  .announcement-copy { justify-content: flex-start; }
  .announcement-action { margin-left: 19px; }
  .advertise-option-grid { grid-template-columns: 1fr; }
  .advertise-screen { min-height: 380px; padding: 20px; }
  .header-inner { min-height: 72px; }
  .brand-reel { width: 39px; }
  .brand-copy strong { font-size: 1rem; }
  .primary-nav { top: 112px; }
  .hero-grid { padding: 54px 0; gap: 34px; }
  .hero-poster-stage { min-height: 350px; padding: 20px; }
  .hero-card-content { padding: 22px; }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 18px; }
  .movie-grid, .info-grid, .form-grid, .sponsor-row { grid-template-columns: 1fr; }
  .feature-band-grid { grid-template-columns: 1fr; }
  .feature-band-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cta { grid-template-columns: 1fr; padding: 30px; }
  .page-hero { padding: 84px 0 60px; }
  .schedule-row { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .announcement, .site-header, .site-footer, .button, .film-strip, .page-hero .breadcrumbs { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .page-hero { background: #fff; color: #000; padding: 20px 0; }
  .page-hero p { color: #333; }
  .section, .section-tight { padding: 20px 0; }
  .movie-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .movie-card { break-inside: avoid; box-shadow: none; }
  .movie-poster { max-height: 260px; }
  .movie-card-body { padding: 14px; }
}
