/* Bring Back the Bowlo — Bangalow Bowlo Collective
   Palette sampled from the Save Bangalow Bowlo badge. */
:root {
  --olive: #737824;
  --olive-deep: #545a14;
  --olive-soft: #8c9236;
  --cream: #e5e2c1;
  --cream-hi: #f3f1de;
  --ink: #211d1c;
  --paper: #faf8ec;
  --white: #ffffff;
  --muted: #5d5a4c;
  --line: 3px solid var(--ink);
  --shadow: 6px 6px 0 var(--ink);
  --shadow-sm: 4px 4px 0 var(--ink);
  --radius: 14px;
  --wrap: 1180px;
  --display: "Archivo Black", "Arial Black", Impact, sans-serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.02; margin: 0 0 .4em; letter-spacing: -.01em; text-transform: uppercase; }
h1 { font-size: clamp(2.6rem, 7vw, 6rem); }
h2 { font-size: clamp(2rem, 4.6vw, 3.6rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.eyebrow { font-family: var(--display); text-transform: uppercase; font-size: .85rem; letter-spacing: .14em; color: var(--olive); margin-bottom: .8em; display: inline-flex; align-items: center; gap: .6em; }
.eyebrow::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: repeating-radial-gradient(circle at 60% 40%, var(--ink) 0 2px, var(--white) 2px 4px); border: 2px solid var(--ink); }
.on-dark .eyebrow { color: var(--cream); }
.lede { font-size: clamp(1.1rem, 1.8vw, 1.35rem); max-width: 60ch; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--cream); padding: 8px 14px; border: var(--line); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--ink); color: var(--cream);
  border-bottom: 4px solid var(--olive);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 52px; height: auto; }
.brand span { font-family: var(--display); text-transform: uppercase; line-height: 1; font-size: 1.05rem; letter-spacing: .02em; }
.brand small { display: block; font-family: var(--body); font-weight: 600; font-size: .72rem; letter-spacing: .12em; color: var(--olive-soft); margin-top: 3px; }
.nav { display: flex; gap: 4px; align-items: center; align-self: stretch; }
.nav a {
  text-decoration: none; font-weight: 700; font-size: .9rem; letter-spacing: .01em; white-space: nowrap;
  padding: 9px 11px; border-radius: 999px; transition: background .15s, color .15s;
}
/* Page links: no fills — a thick stroke along the bottom of the header marks hover and the current page */
.nav a:not(.nav-cta) { position: relative; align-self: stretch; display: flex; align-items: center; border-radius: 0; background: none; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 11px; right: 11px; bottom: 0; height: 4px; background: var(--cream);
  transform: scaleX(0); transition: transform .18s ease; }
.nav a:not(.nav-cta):hover::after, .nav a:not(.nav-cta):focus-visible::after, .nav a[aria-current="page"]:not(.nav-cta)::after { transform: scaleX(1); }
.nav a:not(.nav-cta):focus-visible { outline: none; }
.nav .nav-cta { background: transparent; color: var(--cream); border: 2px solid var(--cream); padding: 7px 12px; margin-left: 6px; }
.nav .nav-cta:hover { background: rgba(229,226,193,.12); }
.nav .nav-cta[aria-current="page"] { background: var(--cream); color: var(--ink); }
.nav-donate {
  background: #cdf27a; color: #012d19; text-decoration: none; font-weight: 800; font-size: .95rem;
  padding: 10px 18px; border-radius: 999px; margin-left: -6px; white-space: nowrap;
  transition: opacity .25s, transform .25s, max-width .3s, padding .3s, margin .3s; max-width: 140px; overflow: hidden;
}
.nav-donate:hover { background: #bfe866; }
.site-header.donate-hidden .nav-donate { opacity: 0; transform: translateY(-6px); max-width: 0; padding-inline: 0; margin-left: 0; pointer-events: none; }
.site-header .wrap > .nav { margin-left: auto; }
.menu-btn { display: none; background: none; border: 2px solid var(--cream); color: var(--cream); border-radius: 10px; padding: 8px 12px; font: 700 .9rem var(--body); cursor: pointer; }
@media (max-width: 1240px) {
  .menu-btn { display: block; order: 3; }
  .nav-donate { order: 2; margin-left: auto; padding: 8px 14px; font-size: .88rem; }
  .site-header.donate-hidden .nav-donate { margin-left: auto; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; background: var(--ink); padding: 8px 16px 18px; border-bottom: 4px solid var(--olive); display: none; }
  .nav.open { display: flex; }
  .nav a { border-radius: 10px; padding: 14px; }
  .nav a:not(.nav-cta) { align-self: auto; display: block; }
  .nav a:not(.nav-cta)::after { left: 14px; right: auto; width: 40px; bottom: 6px; height: 3px; transform-origin: left; }
  .nav .nav-cta { margin: 6px 0 0; text-align: center; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--display); text-transform: uppercase; font-size: 1rem; letter-spacing: .03em;
  padding: 16px 26px; border: var(--line); border-radius: 999px;
  background: var(--cream); color: var(--ink); text-decoration: none; cursor: pointer;
  box-shadow: var(--shadow-sm); transition: transform .12s, box-shadow .12s;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.btn.olive { background: var(--olive); color: var(--white); }
.btn.ink { background: var(--ink); color: var(--cream); box-shadow: 4px 4px 0 var(--olive); }
.btn .dot { width: 10px; height: 10px; border-radius: 50%; background: currentColor; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Sections ---------- */
section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.bg-olive { background: var(--olive); color: var(--white); }
.bg-ink { background: var(--ink); color: var(--cream); }
.bg-cream { background: var(--cream); }
.lawn {
  background-color: var(--olive);
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.02) 0 90px, rgba(0,0,0,.02) 90px 180px);
  color: var(--white);
}
.section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 40px; }
.section-head p { max-width: 52ch; margin: 0; }

/* Marquee */
.marquee { background: var(--cream); color: var(--olive-deep); border-block: 4px solid var(--olive-deep); overflow: hidden; white-space: nowrap; padding: 14px 0; }
.marquee-track { display: inline-flex; gap: 40px; animation: marquee 38s linear infinite; font-family: var(--display); text-transform: uppercase; font-size: clamp(1.1rem, 2.4vw, 1.7rem); }
.marquee-track span { display: inline-flex; align-items: center; gap: 40px; }
.marquee-track span::after { content: ""; width: 22px; height: 22px; border-radius: 50%; border: 3px solid var(--olive-deep); background: repeating-radial-gradient(circle at 62% 38%, var(--olive-deep) 0 2px, var(--cream) 2px 5px); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Hero ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 110px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { color: var(--white); text-shadow: 5px 5px 0 var(--ink); }
.hero h1 .cream { color: var(--cream); }
.hero .lede { color: var(--cream-hi); }
.hero-badge { position: relative; justify-self: center; width: min(440px, 100%); }
.hero-badge img { width: 100%; filter: drop-shadow(10px 12px 0 rgba(33,29,28,.55)); animation: bob 6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-10px) rotate(-1.5deg); } }
@media (prefers-reduced-motion: reduce) { .hero-badge img { animation: none; } }
.stamp {
  position: absolute; right: -18px; bottom: -13%; transform: rotate(-7deg);
  background: var(--cream); color: var(--ink); border: var(--line); box-shadow: var(--shadow-sm);
  font-family: var(--display); text-transform: uppercase; font-size: .95rem; line-height: 1.1;
  padding: 12px 16px; border-radius: 10px; text-align: center;
}
.stamp b { display: block; font-size: 1.6rem; color: var(--olive); }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-badge { width: min(210px, 60%); order: -1; }
  .stamp { display: none; }
  .stamp b { font-size: 1.2rem; }
}

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--white); color: var(--ink); border: var(--line); border-radius: var(--radius); padding: 22px 22px 18px; box-shadow: var(--shadow); }
.stat b { display: block; font-family: var(--display); font-size: clamp(2rem, 3.6vw, 2.9rem); line-height: 1; color: var(--olive); margin-bottom: 8px; }
.stat span { font-weight: 600; font-size: .98rem; line-height: 1.35; display: block; }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .stats { grid-template-columns: 1fr; } }

/* Framed video / media */
.frame { border: var(--line); border-radius: var(--radius); overflow: hidden; background: var(--ink); box-shadow: var(--shadow); }
.frame video { width: 100%; aspect-ratio: 16/9; background: #000; }
.two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 860px) { .two-col { grid-template-columns: minmax(0, 1fr); } }

/* Quote */
.pull { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.8rem, 4.2vw, 3.2rem); line-height: 1.05; margin: 0; }
.pull em { font-style: normal; color: var(--olive); }
.bg-olive .pull em, .lawn .pull em { color: var(--cream); }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }
.card { background: var(--white); color: var(--ink); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; transition: transform .15s, box-shadow .15s; }
a.card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card h3 { margin: 0; font-size: 1.2rem; line-height: 1.12; }
.card p { margin: 0; font-size: .98rem; color: var(--muted); }
.card .meta { font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--olive); }
.card .more { margin-top: auto; padding-top: 8px; font-weight: 800; font-size: .92rem; }

/* Reel thumbs (home + reels grid) */
.reel-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
@media (max-width: 960px) { .reel-thumbs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .reel-thumbs { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
.reel-thumb { position: relative; aspect-ratio: 9/14; border: var(--line); border-radius: var(--radius); overflow: hidden; background: var(--ink); box-shadow: var(--shadow-sm); cursor: pointer; text-decoration: none; color: var(--white); padding: 0; display: block; font: inherit; text-align: left; transition: transform .15s, box-shadow .15s; }
.reel-thumb:hover, .reel-thumb:focus-visible { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--ink); outline: none; }
.reel-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.reel-thumb:hover img { transform: scale(1.05); }
.reel-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(20,18,17,.9)); }
.reel-thumb .rt-label { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1; }
.reel-thumb .rt-label b { font-family: var(--display); text-transform: uppercase; font-size: 1.25rem; display: block; line-height: 1.05; }
.reel-thumb .rt-label small { font-size: .78rem; font-weight: 600; opacity: .85; }
.reel-thumb .play { position: absolute; top: 12px; right: 12px; z-index: 1; width: 40px; height: 40px; border-radius: 50%; background: var(--cream); border: 2px solid var(--ink); display: grid; place-items: center; }
.reel-thumb .play::before { content: ""; border-left: 12px solid var(--ink); border-block: 8px solid transparent; margin-left: 3px; }

/* ---------- Reels player ---------- */
.reels-stage { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
@media (max-width: 960px) { .reels-stage { grid-template-columns: minmax(0, 1fr); } }
.player {
  position: relative; background: #000; border: var(--line); border-radius: 22px; overflow: hidden;
  box-shadow: 8px 8px 0 var(--olive); aspect-ratio: 16/9;
}
.player video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.player .progress { position: absolute; top: 10px; left: 12px; right: 12px; display: flex; gap: 4px; z-index: 3; }
.player .progress i { flex: 1; height: 4px; border-radius: 4px; background: rgba(255,255,255,.3); overflow: hidden; }
.player .progress i b { display: block; height: 100%; width: 0; background: var(--cream); }
.player .progress i.done b { width: 100%; }
.player .overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 22px 20px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.85)); color: var(--white); z-index: 2; pointer-events: none; display: flex; justify-content: space-between; align-items: end; gap: 16px; }
.player .overlay h3 { margin: 0 0 4px; font-size: clamp(1.4rem, 3vw, 2.2rem); }
.player .overlay p { margin: 0; font-size: .98rem; opacity: .9; max-width: 50ch; }
.player .tap { position: absolute; inset: 0; z-index: 1; background: none; border: 0; cursor: pointer; }
.player .big-play { position: absolute; inset: 0; margin: auto; width: 96px; height: 96px; border-radius: 50%; background: var(--cream); border: var(--line); z-index: 2; display: grid; place-items: center; pointer-events: none; opacity: 0; transition: opacity .2s; }
.player .big-play::before { content: ""; border-left: 30px solid var(--ink); border-block: 19px solid transparent; margin-left: 8px; }
.player.paused .big-play { opacity: 1; }
.controls { display: flex; gap: 10px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 18px; }
.controls .group { display: flex; gap: 10px; align-items: center; }
.ctrl { width: 52px; height: 52px; border-radius: 50%; border: var(--line); background: var(--cream); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); cursor: pointer; display: grid; place-items: center; font: 700 1rem var(--body); }
.ctrl:hover { background: var(--white); }
.ctrl svg { width: 22px; height: 22px; }
.ctrl.wide { width: auto; padding: 0 18px; border-radius: 999px; gap: 8px; display: inline-flex; }
.now-count { font-family: var(--display); font-size: 1rem; color: var(--cream); }
.playlist { display: flex; flex-direction: column; gap: 10px; max-height: 640px; overflow-y: auto; padding: 4px 8px 8px 4px; }
.pl-item { display: grid; grid-template-columns: 104px 1fr; gap: 12px; align-items: center; background: rgba(229,226,193,.08); border: 2px solid rgba(229,226,193,.25); border-radius: 12px; padding: 8px; cursor: pointer; color: var(--cream); text-align: left; font: inherit; transition: background .15s, border-color .15s; }
.pl-item:hover { background: rgba(229,226,193,.16); }
.pl-item.active { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.pl-item img { width: 104px; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; }
.pl-item b { font-family: var(--display); text-transform: uppercase; font-size: 1rem; display: block; line-height: 1.1; }
.pl-item small { font-size: .8rem; opacity: .8; }
@media (max-width: 960px) { .playlist { flex-direction: row; overflow-x: auto; max-height: none; } .pl-item { grid-template-columns: 1fr; min-width: 150px; } .pl-item img { width: 100%; } }

/* ---------- Timeline ---------- */
.timeline { position: relative; margin-top: 30px; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 6px; margin-left: -3px; background: var(--ink); border-radius: 6px; }
.tl-item { position: relative; width: 50%; padding: 0 48px 48px 0; }
.tl-item:nth-child(even) { margin-left: 50%; padding: 0 0 48px 48px; }
.tl-item::before { content: ""; position: absolute; top: 18px; right: -17px; width: 34px; height: 34px; border-radius: 50%; border: 4px solid var(--ink); background: repeating-radial-gradient(circle at 62% 38%, var(--ink) 0 3px, var(--white) 3px 7px); z-index: 1; }
.tl-item:nth-child(even)::before { left: -17px; right: auto; }
.tl-card { background: var(--white); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 24px; }
.tl-card .when { font-family: var(--display); text-transform: uppercase; color: var(--olive); font-size: .9rem; letter-spacing: .08em; }
.tl-card h3 { margin: 6px 0 8px; }
.tl-card p { margin: 0; font-size: 1rem; color: var(--muted); }
.tl-card a.src { display: inline-block; margin-top: 10px; font-weight: 700; font-size: .9rem; }
.tl-item.big .tl-card { background: var(--olive); color: var(--white); }
.tl-item.big .tl-card .when { color: var(--cream); }
.tl-item.big .tl-card p { color: var(--cream-hi); }
@media (max-width: 760px) {
  .timeline::before { left: 16px; }
  .tl-item, .tl-item:nth-child(even) { width: 100%; margin-left: 0; padding: 0 0 36px 52px; }
  .tl-item::before, .tl-item:nth-child(even)::before { left: 0; right: auto; }
}

/* ---------- News ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.chip { border: var(--line); background: var(--white); border-radius: 999px; padding: 8px 16px; font: 700 .92rem var(--body); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--ink); color: var(--cream); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .news-grid { grid-template-columns: 1fr; } }
.news-card .shot { aspect-ratio: 16/10; overflow: hidden; border-bottom: var(--line); background: var(--cream); position: relative; }
.news-card .shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s; }
a.news-card:hover .shot img { transform: scale(1.04); }
.news-card .shot .outlet-tag { position: absolute; left: 12px; top: 12px; background: var(--ink); color: var(--cream); font-weight: 800; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; }
.news-card .shot.placeholder { display: grid; place-items: center; background: var(--olive); color: var(--cream); font-family: var(--display); text-transform: uppercase; text-align: center; padding: 20px; font-size: 1.3rem; }
.news-count { font-family: var(--display); font-size: 1rem; color: var(--muted); }

/* Broadcast */
.broadcast { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: stretch; }
@media (max-width: 860px) { .broadcast { grid-template-columns: 1fr; } }
.radio-card { background: var(--cream); color: var(--ink); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.radio-card .wave { display: flex; align-items: center; gap: 4px; height: 64px; }
.radio-card .wave i { flex: 1; background: var(--olive); border-radius: 3px; height: 30%; transition: height .15s; }
.radio-card.playing .wave i { animation: wave 1s ease-in-out infinite; }
@keyframes wave { 50% { height: 100%; } }
.radio-card audio { width: 100%; }

/* ---------- Contact ---------- */
.form { display: grid; gap: 18px; background: var(--white); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(22px, 4vw, 36px); }
.form label { font-weight: 800; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; display: grid; gap: 8px; }
.form input, .form textarea, .form select { font: 500 1rem var(--body); padding: 14px 16px; border: 2.5px solid var(--ink); border-radius: 10px; background: var(--paper); color: var(--ink); width: 100%; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 3px solid var(--olive); outline-offset: 2px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 600px) { .form .row2 { grid-template-columns: 1fr; } }
.checks { display: flex; flex-wrap: wrap; gap: 10px; }
.checks label { text-transform: none; letter-spacing: 0; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--ink); border-radius: 999px; padding: 8px 14px; cursor: pointer; }
.checks input { width: auto; accent-color: var(--olive); }
.form-note { font-size: .88rem; color: var(--muted); margin: 0; }
.form-ok { display: none; background: var(--olive); color: var(--white); border-radius: 10px; padding: 14px 16px; font-weight: 700; }
.ways { display: grid; gap: 16px; }
.way { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; background: var(--white); border: var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.way .ic { width: 56px; height: 56px; border-radius: 50%; background: var(--olive); color: var(--white); display: grid; place-items: center; border: var(--line); font-family: var(--display); font-size: 1.3rem; }
.way h3 { margin: 0 0 4px; font-size: 1.1rem; }
.way p { margin: 0; font-size: .98rem; color: var(--muted); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 6vw, 80px); }
.page-hero h1, .sub-h1 { color: var(--white); text-shadow: 4px 4px 0 var(--ink); max-width: 20ch; font-size: clamp(1.9rem, 6.4vw, 5rem); }
.page-hero .lede { color: var(--cream-hi); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--cream); padding: 64px 0 32px; border-top: 6px solid var(--olive); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; } }
.site-footer img { width: 120px; margin-bottom: 14px; }
.site-footer h4 { font-size: 1rem; color: var(--olive-soft); letter-spacing: .08em; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; font-weight: 600; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.foot-base { margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(229,226,193,.2); font-size: .85rem; color: rgba(229,226,193,.7); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

.center { text-align: center; }
.mt-lg { margin-top: 48px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
@media (max-width: 600px) {
  .player .overlay { padding: 40px 14px 12px; }
  .player .overlay p { display: none; }
  .player .big-play { width: 68px; height: 68px; }
  .player .big-play::before { border-left-width: 22px; border-block-width: 14px; margin-left: 6px; }
}
.news-card h3 { font-family: var(--body); text-transform: none; font-weight: 800; font-size: 1.12rem; line-height: 1.25; letter-spacing: 0; }

/* Click-to-play YouTube (loads the player only when someone presses play) */
.yt-facade { display: block; width: 100%; height: 100%; aspect-ratio: 16/9; border: 0; padding: 0; cursor: pointer; position: relative;
  background: #000 center / cover no-repeat; }
.yt-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45)); }
.yt-play { position: absolute; inset: 0; margin: auto; width: 92px; height: 92px; border-radius: 50%; background: var(--cream); border: var(--line); z-index: 1; transition: transform .15s; }
.yt-play::before { content: ""; position: absolute; left: 36px; top: 26px; border-left: 30px solid var(--ink); border-block: 19px solid transparent; }
.yt-facade:hover .yt-play, .yt-facade:focus-visible .yt-play { transform: scale(1.08); }
.yt-facade:focus-visible { outline: 4px solid var(--olive); outline-offset: 3px; }
.yt-frame { width: 100%; height: 100%; aspect-ratio: 16/9; border: 0; display: block; }

/* ---------- Monster Raffle ---------- */
.raffle-strip { background: var(--cream); color: var(--ink); border-block: 4px solid var(--olive-deep); }
.raffle-strip .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 28px; padding-block: 16px; }
.rs-title { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.rs-title b { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.15rem, 2vw, 1.5rem); color: var(--olive-deep); }
.rs-title span { font-weight: 700; font-size: .95rem; }
.rs-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.rs-from { font-weight: 800; font-size: .95rem; white-space: nowrap; }
.countdown { display: inline-flex; gap: 6px; }
.cd-unit { display: grid; justify-items: center; min-width: 52px; padding: 6px 8px; border-radius: 10px; background: var(--ink); color: var(--cream); line-height: 1; }
.cd-unit b { font-family: var(--display); font-size: 1.3rem; font-variant-numeric: tabular-nums; }
.cd-unit small { font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-top: 4px; opacity: .8; }
.cd-done { font-weight: 800; }
.btn.tickets { background: var(--ink); color: var(--cream); padding: 12px 22px; box-shadow: 4px 4px 0 var(--olive); }
@media (max-width: 700px) { .raffle-strip .wrap { justify-content: center; text-align: center; } .rs-title, .rs-right { justify-content: center; } }

.ticket-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 760px) { .ticket-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ticket { border: var(--line); border-radius: 12px; padding: 14px 16px; background: var(--white); color: var(--ink); text-decoration: none; display: grid; gap: 2px; transition: transform .12s, box-shadow .12s; }
.ticket:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.ticket b { font-family: var(--display); font-size: 1.5rem; line-height: 1; }
.ticket span { font-weight: 800; font-size: .92rem; }
.ticket small { color: var(--muted); font-size: .8rem; font-weight: 600; }

.prize-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 960px) { .prize-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .prize-grid { grid-template-columns: minmax(0, 1fr); } }
.prize { position: relative; background: var(--white); color: var(--ink); border: var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 22px 22px 20px; display: grid; gap: 8px; align-content: start; }
.prize .place { font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--olive); }
.prize .value { position: absolute; top: 18px; right: 18px; background: var(--ink); color: var(--cream); font-weight: 800; font-size: .85rem; padding: 5px 10px; border-radius: 999px; }
.prize h3 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-weight: 800; font-size: 1.15rem; line-height: 1.25; margin: 0; padding-right: 80px; }
.prize p { margin: 0; font-size: .93rem; color: var(--muted); }
.prize.first { background: var(--olive); color: var(--white); }
.prize.first .place { color: var(--cream); }
.prize.first p { color: var(--cream-hi); }
.prize.first .value { background: var(--cream); color: var(--ink); }

.donors { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.donor { background: var(--white); border: 2px solid rgba(33,29,28,.12); border-radius: 12px; min-height: 86px; padding: 14px; display: grid; place-items: center; text-align: center; text-decoration: none; color: var(--ink); font-weight: 800; font-size: .9rem; line-height: 1.2; transition: border-color .15s; }
.donor:hover { border-color: var(--ink); }
.donor img { max-width: 100%; max-height: 54px; width: auto; object-fit: contain; }
.donor.dark { background: var(--ink); }
.raffle-fine { font-size: .82rem; color: var(--muted); max-width: 90ch; }
.raffle-fine a { color: inherit; }
@media (min-width: 1100px) {
  .raffle-strip .wrap { flex-wrap: nowrap; }
  .rs-title { flex-wrap: nowrap; white-space: nowrap; }
  .rs-right { flex-wrap: nowrap; }
}
.raffle-strip .cd-unit { min-width: 46px; padding: 5px 6px; }
.raffle-strip .cd-unit b { font-size: 1.1rem; }

/* Internal page headers use the same green as the home page header (stripes kept) */
.page-hero.lawn { background-color: #6a7c3d; }

.foot-right { text-align: right; }
.foot-right a { text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 760px) { .foot-right { text-align: left; } }
