/* =========================================================================
   GrantsSmorgasbord.com — styles
   Sunny southern-Minnesota lake country. Meadow / cream / pine / lake / gold.
   Standalone site. Ported from the reference design; don't redesign — tweak here.
   ========================================================================= */

:root {
  --meadow:     #eaf3ec;
  --cream:      #fbf6e6;
  --cream-2:    #fbf3dd;
  --cream-3:    #f3e3bf;
  --wood:       #5e431f;
  --wood-dark:  #3a2912;
  --pine:       #2f6e4f;
  --pine-dark:  #1f5034;
  --pine-mid:   #347a57;
  --lake:       #2d6a9f;
  --lake-dark:  #1f5279;
  --lake-light: #cfe6f2;
  --sky:        #9bd6f2;
  --sky-water:  #5fa6cf;
  --gold:       #f2c14e;
  --sun:        #f7d16e;
  --brass:      #b8841a;
  --amber-bg:   #2a1d0f;
  --lamp:       #e8472a;
  --needle:     #d6533a;
  --rose:       #a8466e;
  --text:       #33291a;
  --text-2:     #5a4a32;
  --muted-gold: #8a5e20;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Bitter', Georgia, serif;
  color: var(--text);
  background: var(--meadow);
  position: relative;
  overflow-x: hidden;
}
a { color: inherit; }

/* ---- building blocks ---- */
.wrap { max-width: 1120px; margin: 0 auto; }
.script { font-family: 'Kaushan Script', cursive; }
.pinewood {
  background: var(--wood);
  background-image: repeating-linear-gradient(90deg,
      rgba(0,0,0,.14) 0 2px, rgba(255,220,160,.05) 2px 9px, rgba(0,0,0,.05) 9px 14px);
}
.eyebrow {
  font-family: 'Bitter', serif; font-weight: 700; font-size: 14px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted-gold);
}
.section-h2 { font-family: 'Bevan', serif; font-size: 46px; margin: 2px 0 0; color: var(--pine); letter-spacing: -.005em; }
.lede { font-family: 'Bitter', serif; font-size: 18px; line-height: 1.55; color: var(--text-2); max-width: 680px; }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }
.hidden { display: none !important; }
[hidden] { display: none !important; }

a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--lake); outline-offset: 2px; }

/* =========================== TOP BAR =========================== */
.topbar { border-bottom: 4px solid var(--wood-dark); position: relative; z-index: 5; }
.topbar .wrap { padding: 11px 26px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: linear-gradient(var(--sky), #4f9fc9); border: 1.5px solid var(--lake);
  display: grid; place-items: center; flex: none;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.6), 0 1px 3px rgba(0,0,0,.35);
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: 'Bevan', serif; font-size: 17px; color: #f5ead0; letter-spacing: .01em; }
.brand-sub { font-family: 'Bitter', serif; font-weight: 600; font-size: 11px; color: var(--sky); letter-spacing: .1em; margin-top: 3px; }
.nav { display: flex; gap: 22px; margin-left: auto; align-items: center; flex-wrap: wrap; }
.nav a {
  color: #f0e2c0; text-decoration: none; font-family: 'Bitter', serif; font-weight: 700; font-size: 14px;
  padding: 6px 2px; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; white-space: nowrap;
}
.nav a:hover { color: #fff; border-bottom-color: var(--gold); }
.onair { display: flex; align-items: center; gap: 8px; background: var(--wood-dark); border: 1.5px solid #271a0a; border-radius: 6px; padding: 5px 11px 5px 8px; flex: none; }
.onair .lamp { width: 11px; height: 11px; border-radius: 50%; background: var(--lamp); flex: none; }
.onair .label { font-family: 'Bevan', serif; font-size: 11px; letter-spacing: .13em; color: #f3c98a; }

/* =========================== TICKER =========================== */
.ticker { background: linear-gradient(#3a7cb3, var(--lake)); border-bottom: 3px solid var(--lake-dark); position: relative; z-index: 4; }
.ticker .wrap { padding: 9px 26px; display: flex; align-items: center; gap: 13px; }
.ticker .from { font-family: 'Bevan', serif; font-size: 12px; color: #bfe3f5; flex: none; letter-spacing: .08em; }
.ticker .chev { color: #7ab8dd; flex: none; }
.ticker .line { font-family: 'Kaushan Script', cursive; font-size: 20px; color: #fff; letter-spacing: .01em; line-height: 1.1; }

/* =========================== HERO =========================== */
.hero.wrap { padding: 54px 26px 34px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 9px; font-family: 'Bitter', serif; font-weight: 600;
  font-size: 13px; letter-spacing: .06em; color: var(--lake); border: 1.5px solid #8cc4e0;
  background: #eaf6fc; border-radius: 999px; padding: 5px 15px; margin-bottom: 20px; text-transform: uppercase;
}
.hero-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pine); }
.hero h1 {
  font-family: 'Bevan', serif; font-size: 56px; line-height: 1.0; margin: 0 0 6px;
  color: var(--pine); letter-spacing: 0; text-shadow: 2px 2px 0 var(--gold);
}
.hero-tagline { font-family: 'Kaushan Script', cursive; font-size: 28px; color: var(--lake); margin: 0 0 14px; line-height: 1; }
.hero-body { font-size: 18px; line-height: 1.5; color: var(--text-2); max-width: 480px; margin: 0 0 18px; }
.hero-body .hl { color: var(--pine); font-weight: 700; }

.note-card { background: var(--cream); border: 2px solid #d8c79a; border-radius: 11px; padding: 16px 18px; max-width: 480px; margin: 0 0 26px; box-shadow: 0 4px 14px rgba(90,60,20,.1); }
.note-card .note-label { font-family: 'Bitter', serif; font-weight: 700; font-size: 12px; color: #9a7a3a; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.note-card p { font-size: 16px; line-height: 1.5; margin: 0 0 6px; color: #4a3a24; }
.note-card .sign { font-family: 'Kaushan Script', cursive; font-size: 24px; color: var(--lake); text-align: right; line-height: 1; }

.hero-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; text-decoration: none; border: none;
  font-family: 'Bevan', serif; font-size: 16px; letter-spacing: .01em; border-radius: 11px; padding: 14px 24px;
  transition: transform .05s, background .15s, color .15s, box-shadow .1s;
}
.btn-pine { color: #fff; background: var(--pine); box-shadow: 0 4px 0 var(--pine-dark), 0 8px 16px rgba(31,80,52,.25); }
.btn-pine:hover { background: #357c59; }
.btn-pine:active, .btn-pine.is-playing { background: var(--pine-dark); transform: translateY(2px); box-shadow: 0 2px 0 var(--pine-dark); }
.btn-ghost { color: var(--pine); background: transparent; border: 2px solid var(--pine); }
.btn-ghost:hover { background: var(--pine); color: var(--cream); }
.btn-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sub-link { font-family: 'Bitter', serif; font-weight: 600; font-size: 16px; color: var(--lake); text-decoration: none; border-bottom: 2px solid var(--sky); padding-bottom: 1px; }
.link-arrow { font-family: 'Bitter', serif; font-weight: 700; font-size: 15px; color: var(--pine); text-decoration: none; letter-spacing: .02em; }
.link-arrow:hover { text-decoration: underline; }
.hero-subline { font-family: 'Bitter', serif; font-size: 15px; color: #7a6a4a; margin-top: 14px; display: flex; align-items: center; gap: 7px; }

/* ---- lakeside postcard scene ---- */
.scene { position: relative; height: 320px; border: 7px solid var(--cream); border-radius: 18px; overflow: hidden; box-shadow: 0 16px 36px rgba(40,70,90,.28), 0 0 0 2px #c9b888; }
.sky { position: absolute; inset: 0; background: linear-gradient(var(--sky) 0%, #bfe6f7 42%, #e3f4fb 52%); }
.sun { position: absolute; top: 26px; right: 38px; width: 46px; height: 46px; border-radius: 50%; background: radial-gradient(circle at 40% 38%, #fff3c4, var(--sun)); z-index: 1; }
.cloud { position: absolute; z-index: 2; }
.cloud .puff { position: relative; background: #fff; border-radius: 18px; box-shadow: 0 3px 8px rgba(60,90,110,.12); }
.cloud.a { top: 34px; left: -50px; }
.cloud.a .puff { width: 84px; height: 26px; }
.cloud.a .puff::before { content: ""; position: absolute; top: -13px; left: 18px; width: 32px; height: 32px; background: #fff; border-radius: 50%; }
.cloud.a .puff::after { content: ""; position: absolute; top: -9px; left: 44px; width: 24px; height: 24px; background: #fff; border-radius: 50%; }
.cloud.b { top: 78px; left: 30px; }
.cloud.b .puff { width: 64px; height: 20px; background: #fdfeff; opacity: .92; }
.cloud.b .puff::before { content: ""; position: absolute; top: -10px; left: 14px; width: 24px; height: 24px; background: #fdfeff; border-radius: 50%; }
.treeline { position: absolute; left: 0; right: 0; top: 44%; height: 24px; display: flex; align-items: flex-end; z-index: 2; }
.treeline > div { display: flex; align-items: flex-end; width: 100%; justify-content: space-around; filter: drop-shadow(0 1px 1px rgba(0,40,20,.2)); }
.tree { width: 0; height: 0; }
.lake { position: absolute; left: 0; right: 0; top: 50%; bottom: 0; background: linear-gradient(var(--sky-water), var(--lake)); z-index: 1; }
.shimmer { position: absolute; height: 3px; border-radius: 2px; background: rgba(255,255,255,.55); z-index: 2; }
.duck { position: absolute; left: 60%; top: 64%; z-index: 3; }
.duck .body-wrap { position: relative; width: 36px; height: 20px; }
.duck .d-body { position: absolute; bottom: 0; left: 0; width: 34px; height: 15px; background: #f4efe6; border-radius: 55% 65% 45% 50%; box-shadow: 0 1px 3px rgba(0,30,50,.25); }
.duck .d-tail { position: absolute; bottom: 6px; left: -5px; width: 9px; height: 8px; background: #f4efe6; border-radius: 60% 0 0 60%; }
.duck .d-head { position: absolute; bottom: 8px; right: -1px; width: 13px; height: 13px; background: var(--pine); border-radius: 50%; }
.duck .d-bill { position: absolute; bottom: 10px; right: -9px; width: 9px; height: 5px; background: #e8a93a; border-radius: 3px; }
.duck .d-ripple { position: absolute; left: -4px; bottom: -3px; width: 42px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.45); }

/* ---- cream dock radio ---- */
.radio { position: relative; }
.cabinet {
  position: relative; margin: -78px 7% 0; z-index: 4; padding: 16px;
  background: linear-gradient(var(--cream-3), #e7cf9a);
  background-image: repeating-linear-gradient(88deg, rgba(120,80,20,.06) 0 4px, rgba(255,235,190,.12) 4px 11px, rgba(120,80,20,.04) 11px 16px);
  border: 6px solid #5a3a20; border-radius: 16px;
  box-shadow: inset 0 2px 3px rgba(255,245,210,.6), 0 14px 30px rgba(50,30,10,.3);
  cursor: pointer; /* the radio links to the latest story */
}
.cab-screw { position: absolute; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: radial-gradient(#f0d9a0, var(--brass)); box-shadow: inset 0 0 0 1px #7a5410; }
.cab-screw.l { left: 9px; } .cab-screw.r { right: 9px; }
.cab-top { display: flex; gap: 13px; align-items: stretch; }
.grille { flex: 1; min-height: 84px; border-radius: 8px; background: #7a5a2e; background-image: repeating-linear-gradient(#8a6936 0 3px, #5e431f 3px 6px); border: 2px solid #4a3216; box-shadow: inset 0 0 10px rgba(0,0,0,.4); }
.knobs { display: flex; flex-direction: column; justify-content: space-between; gap: 10px; padding: 2px 0; }
.knob { width: 36px; height: 36px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f0d49a, var(--brass) 70%, #7a5410); box-shadow: 0 2px 5px rgba(0,0,0,.4), inset 0 1px 2px rgba(255,255,255,.6); position: relative; }
.knob i { position: absolute; left: 50%; width: 2px; height: 12px; background: #4a3216; display: block; border-radius: 2px; }
.knob.k1 i { top: 4px; transform: translateX(-50%); }
.knob.k2 i { bottom: 4px; transform: translateX(-50%) rotate(40deg); }
.dial { margin-top: 14px; background: var(--cream-2); border: 2px solid #4a3216; border-radius: 8px; padding: 11px 13px 10px; position: relative; box-shadow: inset 0 1px 4px rgba(90,60,20,.22); }
.dial-head { display: flex; justify-content: space-between; font-family: 'Bitter', serif; font-weight: 700; font-size: 13px; color: var(--muted-gold); letter-spacing: .03em; margin-bottom: 5px; }
.dial-head .stn { color: var(--lake); }
.dial-track { position: relative; height: 28px; border-top: 1.5px solid #cba85a; border-bottom: 1.5px solid #cba85a; }
.dial-nums { position: absolute; inset: 0; display: flex; justify-content: space-between; align-items: flex-start; padding-top: 3px; font-family: 'Bitter', serif; font-weight: 600; font-size: 12px; color: #a07f3a; }
.needle { position: absolute; top: -4px; bottom: -4px; width: 3px; background: var(--needle); box-shadow: 0 0 6px rgba(214,83,58,.6); border-radius: 2px; transition: left .35s ease; }
.presets { display: flex; gap: 6px; margin-top: 9px; flex-wrap: wrap; }
.preset { font-family: 'Bitter', serif; font-weight: 600; font-size: 13px; letter-spacing: .02em; cursor: pointer; border-radius: 6px; padding: 3px 9px; border: 1.5px solid #cba85a; background: transparent; color: var(--muted-gold); transition: background .15s, color .15s, border-color .15s; }
.preset.is-active { border-color: var(--lake); background: var(--lake); color: #fff; }
.readout { margin-top: 13px; background: var(--amber-bg); border: 3px solid #5a3a20; border-radius: 8px; padding: 12px 14px; position: relative; box-shadow: inset 0 0 16px rgba(0,0,0,.6); }
.readout-body { font-family: 'Bitter', serif; color: var(--gold); font-size: 17px; line-height: 1.25; letter-spacing: .01em; }
.readout-body .np-label { font-weight: 600; font-size: 12px; opacity: .7; letter-spacing: .06em; }
.readout-body .np { font-weight: 700; font-size: 18px; }
.readout-body .ns { margin-top: 5px; opacity: .85; font-size: 14px; }
.radio-caption { display: block; text-align: center; font-family: 'Kaushan Script', cursive; font-size: 18px; color: #5a7a3a; margin-top: 11px; text-decoration: none; }
.radio-caption:hover { color: var(--pine); }

/* =========================== SECTION BANDS =========================== */
.band { border-top: 4px solid var(--pine); border-bottom: 4px solid var(--pine); }
.band .wrap, .section .wrap { padding: 50px 26px 54px; }
.section { padding: 0; }
.band-gold { background: var(--gold); background-image: radial-gradient(rgba(90,60,20,.08) 1.4px, transparent 1.5px); background-size: 13px 13px; }
.band-lake { background: var(--lake-light); background-image: radial-gradient(rgba(45,106,159,.08) 1.4px, transparent 1.5px); background-size: 13px 13px; border-bottom: 4px solid var(--pine); border-top: none; }
.band-meadow { background: var(--meadow); }
.band-pine { background: var(--pine); background-image: radial-gradient(rgba(255,255,255,.06) 1.4px, transparent 1.5px); background-size: 14px 14px; border-top: 4px solid var(--pine-dark); border-bottom: 4px solid var(--pine-dark); }
.section-head { margin-bottom: 22px; }
.section-head h2 { font-family: 'Bevan', serif; font-size: 40px; margin: 4px 0 0; color: var(--pine); letter-spacing: -.005em; }
.section-head .lede { margin-top: 8px; }
.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 8px; }
.sec-aside { font-family: 'Kaushan Script', cursive; font-size: 22px; color: #5a4a2a; max-width: 340px; text-align: right; line-height: 1.2; }

/* feed-status light */
.feed-status { display: flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--pine); border-radius: 999px; padding: 5px 13px; }
.feed-status .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.feed-status .feed-label { font-family: 'Bitter', serif; font-weight: 700; font-size: 13px; letter-spacing: .06em; color: var(--text); }

/* =========================== STORY CARDS =========================== */
.stories-panel { background: #fffdf4; border: 2px solid var(--pine); border-radius: 16px; box-shadow: 6px 6px 0 rgba(47,110,79,.16); padding: 26px 28px 28px; }
.stories-panel .section-head { margin-bottom: 18px; }
.story-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 16px; }
.story-card { display: flex; flex-direction: column; background: var(--cream); border: 2px solid var(--pine); border-radius: 12px; padding: 16px 17px 16px; box-shadow: 5px 5px 0 rgba(47,110,79,.16); text-decoration: none; color: inherit; transition: transform .12s, box-shadow .12s; }
.story-card:hover { transform: translate(-1px,-1px); box-shadow: 7px 7px 0 rgba(47,110,79,.22); }
.stories-panel .story-card { box-shadow: none; }
.stories-panel .story-card:hover { transform: none; background: #fbf6e6; box-shadow: none; }
.story-meta { font-family: 'Bitter', serif; font-weight: 600; font-size: 13px; color: var(--lake); letter-spacing: .03em; margin-bottom: 7px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.story-num { font-family: 'Bevan', serif; font-size: 13px; color: #fff; background: var(--lake); border-radius: 6px; padding: 2px 9px; }
.story-card h3 { font-family: 'Bitter', serif; font-weight: 800; font-size: 20px; line-height: 1.2; margin: 0 0 8px; color: var(--text); }
.story-blurb { font-family: 'Bitter', serif; font-size: 14.5px; line-height: 1.5; color: #4a4434; margin: 0 0 12px; }
.story-card .link-arrow { margin-top: auto; }

/* =========================== CAST / STORYTELLERS =========================== */
.cast.wrap { padding: 54px 26px 50px; }
.cast-head { text-align: center; margin-bottom: 30px; }
.cast-head .eyebrow { color: var(--lake); }
.cast-head h2 { font-family: 'Bevan', serif; font-size: 46px; margin: 3px 0 0; color: var(--pine); }
.grant-card { background: linear-gradient(var(--cream-2), var(--cream-3)); border: 3px solid var(--lake); border-radius: 16px; padding: 26px 28px; margin-bottom: 22px; box-shadow: 0 12px 28px rgba(45,106,159,.16); display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.grant-tile { width: 128px; height: 128px; border-radius: 14px; background: linear-gradient(#4f9fc9, var(--lake)); border: 3px solid var(--lake-dark); display: grid; place-items: center; box-shadow: inset 0 2px 4px rgba(255,255,255,.35), 0 6px 14px rgba(31,82,121,.35); flex: none; }
.grant-tile span { font-family: 'Bevan', serif; font-size: 46px; color: var(--cream); }
.grant-name-row { display: flex; align-items: center; gap: 11px; flex-wrap: wrap; margin-bottom: 6px; }
.grant-name { font-family: 'Bevan', serif; font-size: 29px; color: var(--pine); }
.grant-tag { font-family: 'Bitter', serif; font-weight: 700; font-size: 13px; letter-spacing: .06em; color: #fff; background: var(--lake); border-radius: 999px; padding: 3px 12px; }
.grant-card p { font-size: 17px; line-height: 1.5; margin: 0; max-width: 700px; color: #4a3a24; }
.cast-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.cast-card { background: var(--cream); border: 2px solid var(--pine); border-radius: 13px; padding: 17px; box-shadow: 5px 5px 0 rgba(47,110,79,.14); }
.cast-top { display: flex; align-items: center; gap: 12px; margin-bottom: 11px; }
.cast-init { width: 54px; height: 54px; border-radius: 12px; display: grid; place-items: center; font-family: 'Bevan', serif; font-size: 19px; color: #fff; flex: none; box-shadow: inset 0 2px 3px rgba(255,255,255,.22); }
.cast-name { font-family: 'Bitter', serif; font-weight: 800; font-size: 19px; color: var(--text); line-height: 1.1; }
.cast-role { font-family: 'Bitter', serif; font-weight: 600; font-size: 13.5px; color: var(--lake); letter-spacing: .02em; }
.cast-bio-row { border-top: 1.5px dashed #d4c089; padding-top: 10px; }
.cast-bio { font-family: 'Bitter', serif; font-size: 14.5px; line-height: 1.45; color: #5a4a30; font-style: italic; }

/* =========================== SPONSORS =========================== */
.sponsors .wrap { padding: 48px 26px 54px; }
.sponsors-head { text-align: center; margin-bottom: 28px; }
.sponsors-head .eyebrow { color: #bfe0c9; }
.sponsors-head h2 { font-family: 'Bevan', serif; font-size: 46px; margin: 3px 0 6px; color: var(--cream); text-shadow: 3px 3px 0 rgba(31,80,52,.4); }
.sponsors-head .script { font-family: 'Kaushan Script', cursive; font-size: 22px; color: #cdebd6; }
.sponsor-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.sponsor-card { background: var(--cream-2); border: 3px solid var(--pine-dark); border-radius: 8px; padding: 18px; text-align: center; box-shadow: 6px 6px 0 rgba(20,58,36,.35); }
.sponsor-est { font-family: 'Bitter', serif; font-weight: 700; font-size: 12px; letter-spacing: .12em; color: var(--muted-gold); border-bottom: 1.5px solid #d4c089; padding-bottom: 7px; margin-bottom: 11px; }
.sponsor-ico-wrap { display: grid; place-items: center; margin-bottom: 10px; }
.sponsor-ico { width: 48px; height: 48px; border-radius: 50%; background: var(--lake); display: grid; place-items: center; }
.sponsor-card h3 { font-family: 'Bevan', serif; font-size: 20px; line-height: 1.1; margin: 0 0 4px; color: var(--pine); }
.sponsor-tag { font-family: 'Bitter', serif; font-style: italic; font-size: 14px; color: #5a4a30; margin-bottom: 11px; }
.sponsor-note { background: #eef6f0; border-radius: 7px; padding: 9px 11px; display: flex; gap: 8px; align-items: flex-start; text-align: left; }
.sponsor-note .chev { font-family: 'Bevan', serif; font-size: 14px; color: var(--pine); flex: none; }
.sponsor-note span:last-child { font-family: 'Bitter', serif; font-size: 14.5px; line-height: 1.35; color: #4a3a24; }

/* =========================== NEWSLETTER =========================== */
.newsletter.wrap { padding: 50px 26px; }
.newsletter-panel { background: linear-gradient(var(--lake), var(--lake-dark)); border: 3px solid var(--lake-dark); border-radius: 16px; padding: 30px 30px 32px; box-shadow: 0 14px 30px rgba(31,82,121,.22); }
.newsletter-inner { max-width: 620px; margin: 0 auto; text-align: center; }
.newsletter-inner h2 { font-family: 'Bevan', serif; font-size: 32px; margin: 0 0 5px; color: var(--cream); letter-spacing: -.005em; }
.newsletter-inner .sub { font-family: 'Bitter', serif; font-size: 17px; margin: 0 0 18px; color: var(--lake-light); line-height: 1.4; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.newsletter-form input { flex: 1; min-width: 240px; font-family: 'Bitter', serif; font-size: 17px; color: #1f3a4a; background: var(--cream); border: 1.5px solid var(--sky); border-radius: 9px; padding: 12px 15px; outline: none; }
.newsletter-form button { font-family: 'Bevan', serif; font-size: 15px; color: #fff; background: var(--pine); border: none; border-radius: 9px; padding: 12px 26px; cursor: pointer; box-shadow: 0 3px 0 var(--pine-dark); }
.newsletter-form button:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--pine-dark); }
.newsletter-success { font-family: 'Bitter', serif; font-size: 18px; color: var(--cream); border: 1.5px dashed var(--sky); border-radius: 9px; padding: 16px; line-height: 1.4; }

/* =========================== FOOTER =========================== */
.footer { border-top: 4px solid var(--wood-dark); color: #e7d2a8; }
.footer .wrap { padding: 40px 26px 44px; }
.footer-brand { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 18px; }
.footer-wordmark { font-family: 'Bevan', serif; font-size: 22px; color: #f5ead0; }
.footer-station { font-family: 'Bitter', serif; font-weight: 600; font-size: 15px; color: var(--sky); letter-spacing: .05em; }
.footer-signoff { text-align: center; font-family: 'Kaushan Script', cursive; font-size: 23px; color: #f3c98a; max-width: 600px; margin: 0 auto 16px; line-height: 1.4; }
.footer-bottom { border-top: 1px solid #7a5a2e; padding-top: 16px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: center; }
.footer-copy { font-family: 'Bitter', serif; font-size: 14px; line-height: 1.5; color: #d8b985; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-sub { font-family: 'Bitter', serif; font-weight: 700; font-size: 15px; color: var(--gold); text-decoration: none; border: 1.5px dashed #9a7a3a; border-radius: 8px; padding: 8px 14px; }

/* =========================== POST READER =========================== */
.post { max-width: 820px; margin: 30px auto; padding: 30px 34px 34px; background: #fffdf4; border: 2px solid var(--pine); border-radius: 16px; box-shadow: 6px 6px 0 rgba(47,110,79,.16); }
@media (max-width: 880px) { .post { margin: 24px 16px; padding: 24px 20px 26px; } }
.post-back { display: inline-block; font-family: 'Bitter', serif; font-weight: 700; font-size: 15px; color: var(--pine); text-decoration: none; border-bottom: 2px solid transparent; margin-bottom: 20px; }
.post-back:hover { border-bottom-color: var(--pine); }
.post-head { margin-bottom: 16px; }
.post-head .eyebrow { color: var(--lake); }
.post-meta { display: flex; align-items: center; gap: 11px; flex-wrap: wrap; margin: 10px 0; }
.post-meta .post-date { font-family: 'Bitter', serif; font-weight: 600; font-size: 15px; color: var(--lake); letter-spacing: .03em; }
.post-head h1 { font-family: 'Bitter', serif; font-weight: 800; font-size: 30px; line-height: 1.22; margin: 0; color: var(--text); }
.post-figure-img { display: block; width: 100%; height: auto; margin: 4px 0 8px; border: 2px solid var(--pine); border-radius: 12px; box-shadow: 5px 5px 0 rgba(47,110,79,.16); }
.post-body { font-size: 16.5px; line-height: 1.62; color: #4a3a24; margin-top: 18px; }
.post-body > *:first-child { margin-top: 0; }
.post-body p { margin: 0 0 16px; }
.post-body a { color: var(--lake); text-decoration: underline; text-underline-offset: 2px; }
.post-body h2, .post-body h3 { font-family: 'Bevan', serif; color: var(--pine); line-height: 1.15; margin: 26px 0 10px; }
.post-body h2 { font-size: 26px; } .post-body h3 { font-size: 21px; }
.post-body img { max-width: 100%; height: auto; border-radius: 8px; border: 2px solid var(--pine); }
.post-body ul, .post-body ol { margin: 0 0 16px; padding-left: 22px; }
.post-body blockquote { margin: 0 0 16px; background: #eef6f0; border-left: 3px solid var(--pine); border-radius: 7px; padding: 12px 14px; font-style: italic; color: #3f5a48; }
.post-preview-note { background: #eef6f0; border: 1.5px dashed var(--pine); border-radius: 9px; padding: 12px 14px; font-size: 15px; color: #3f5a48; }
.series { max-width: 820px; margin: 14px auto 0; padding: 0 26px 56px; }
.series-head { border-top: 2px dashed #cdbf8e; padding-top: 22px; margin-bottom: 14px; }
.series-head .eyebrow { color: var(--lake); }
.series-head h2 { font-family: 'Bevan', serif; font-size: 28px; margin: 2px 0 0; color: var(--pine); }
.series-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.series-item { display: flex; align-items: center; gap: 13px; background: var(--cream); border: 2px solid var(--pine); border-radius: 10px; padding: 11px 14px; box-shadow: 4px 4px 0 rgba(47,110,79,.14); text-decoration: none; color: inherit; transition: transform .12s, box-shadow .12s; }
.series-item:hover { transform: translate(-1px,-1px); box-shadow: 6px 6px 0 rgba(47,110,79,.2); }
.series-title { font-family: 'Bitter', serif; font-weight: 700; font-size: 18px; color: var(--text); line-height: 1.2; flex: 1; }
.series-date { font-family: 'Bitter', serif; font-weight: 600; font-size: 14px; color: var(--lake); white-space: nowrap; }
.series-go { font-family: 'Bevan', serif; font-size: 18px; color: var(--pine); flex: none; }
.series-empty { font-family: 'Bitter', serif; padding: 12px 0; color: var(--text-2); }

/* =========================== FAQ =========================== */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: var(--cream); border: 2px solid var(--pine); border-radius: 12px; padding: 18px 20px; box-shadow: 4px 4px 0 rgba(47,110,79,.14); }
.faq-item h3 { font-family: 'Bitter', serif; font-weight: 800; font-size: 20px; margin: 0 0 8px; color: var(--text); }
.faq-item p { font-family: 'Bitter', serif; font-size: 16px; line-height: 1.6; margin: 0 0 8px; color: #4a3a24; }
.faq-item p:last-child { margin-bottom: 0; }
.faq-item a { color: var(--lake); }

.prose { max-width: 760px; }
.prose p { font-size: 17px; line-height: 1.7; color: #4a3a24; margin: 0 0 16px; }
.prose h2 { font-family: 'Bevan', serif; font-size: 26px; color: var(--pine); margin: 26px 0 10px; }
.prose a { color: var(--lake); }

/* =========================== ANIMATIONS =========================== */
@media (prefers-reduced-motion: no-preference) {
  @keyframes gsLamp { 0%,46% { opacity: 1; box-shadow: 0 0 12px 2px rgba(214,83,58,.75); } 60%,100% { opacity: .4; box-shadow: 0 0 4px rgba(214,83,58,.3); } }
  @keyframes gsBlink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
  @keyframes gsCloudA { 0% { transform: translateX(-70px); } 100% { transform: translateX(420px); } }
  @keyframes gsCloudB { 0% { transform: translateX(420px); } 100% { transform: translateX(-90px); } }
  @keyframes gsBob { 0%,100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-3px) rotate(1.5deg); } }
  @keyframes gsShimmer { 0%,100% { opacity: .2; transform: translateX(0); } 50% { opacity: .5; transform: translateX(5px); } }
  @keyframes gsSun { 0%,100% { box-shadow: 0 0 26px 8px rgba(247,209,110,.7); } 50% { box-shadow: 0 0 34px 12px rgba(247,209,110,.9); } }
  @keyframes gsRipple { 0% { transform: scaleX(.7); opacity: .5; } 100% { transform: scaleX(1.3); opacity: 0; } }

  .onair .lamp, .upnext-lamp { animation: gsLamp 2.8s infinite; }
  .sun { animation: gsSun 5s ease-in-out infinite; }
  .cloud.a { animation: gsCloudA 34s linear infinite; }
  .cloud.b { animation: gsCloudB 46s linear infinite; }
  .duck { animation: gsBob 3.6s ease-in-out infinite; }
  .duck .d-ripple { animation: gsRipple 3.6s ease-out infinite; }
  .shimmer.s1 { animation: gsShimmer 4s ease-in-out infinite; }
  .shimmer.s2 { animation: gsShimmer 5.5s ease-in-out infinite .8s; }
  .shimmer.s3 { animation: gsShimmer 4.6s ease-in-out infinite .4s; }
  .readout-body .cursor { animation: gsBlink 1s steps(1) infinite; }
}

/* =========================== RESPONSIVE =========================== */
@media (max-width: 860px) {
  .hero.wrap { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 44px; }
  .grant-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .grant-card p { text-align: left; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 36px; }
  .section-h2, .cast-head h2, .sponsors-head h2 { font-size: 34px; }
  .nav { gap: 14px; }
}
