:root {
  --navy: #0b1f3a;
  --navy-ink: #071525;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --gold: #e3b23c;
  --gold-soft: #f0d27a;
  --muted: #5c6b7a;
  --line: rgba(11, 31, 58, 0.12);
  --shadow: 0 24px 60px rgba(11, 31, 58, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
html, body { margin: 0; }
body {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  background-color: var(--cream);
  background-image:
    radial-gradient(1200px 540px at 12% -10%, rgba(227,178,60,0.16), transparent 58%),
    radial-gradient(900px 520px at 100% 8%, rgba(11,31,58,0.10), transparent 62%),
    linear-gradient(180deg, #fbf6ec 0%, var(--cream) 28%, #f3eadc 100%);
  background-attachment: fixed;
  color: #10243f;
  line-height: 1.6;
  position: relative;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.wrap-narrow { width: min(720px, calc(100% - 48px)); margin: 0 auto; }

header.site {
  background: rgba(11, 31, 58, 0.78);
  color: var(--cream);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(227, 178, 60, 0.28);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}
header.site .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
}
.logo {
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.logo span { color: var(--gold); font-weight: 500; }
nav.links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  gap: 18px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
nav.links a {
  flex: none;
  text-decoration: none;
  opacity: 0.88;
  white-space: nowrap;
  padding: 0;
}
nav.links a:hover, nav.links a.on { color: var(--gold); opacity: 1; }
nav.links a.cta {
  background: var(--gold);
  color: var(--navy);
  padding: 7px 14px;
  font-weight: 700;
  opacity: 1;
  box-shadow: 0 8px 18px rgba(227,178,60,0.22);
}
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(246, 241, 232, 0.35);
  color: var(--cream);
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--cream);
  position: relative;
  margin: 0 auto;
}
.nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle span:before { top: -6px; }
.nav-toggle span:after { top: 6px; }

.hero-film {
  position: relative;
  min-height: 0;
  background: var(--navy);
  color: var(--cream);
  isolation: isolate;
}
.hero-film { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; min-height: 0; }
.hero-film img, .hero-page img.fullshot { width: 100%; height: auto; display: block; object-fit: contain; background: #0b1f3a; }

.hero-film:after {
  display: block;
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 150px;
  background: linear-gradient(180deg, rgba(246,241,232,0) 0%, var(--cream) 88%);
  z-index: 2;
  pointer-events: none;
}
.hero-film .wrap { position: relative; z-index: 1; padding: 80px 0 56px; }
.hero-page {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  color: var(--cream);
  background: var(--navy);
  isolation: isolate;
}
.hero-page:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,21,37,.12) 0%, rgba(7,21,37,.55) 48%, rgba(246,241,232,.0) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
}
.hero-page .wrap { position: relative; z-index: 1; padding: 72px 0 40px; }

.eyebrow {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  margin: 0 0 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.hero-page h1 { font-size: clamp(40px, 6vw, 68px); }
.lede {
  font-size: clamp(20px, 2.4vw, 28px);
  max-width: 18em;
  margin: 0 0 16px;
}
.punch {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  color: var(--gold-soft);
  margin: 0 0 14px;
}
.credo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 6px;
  max-width: 22em;
}
.hero-film .btns { margin-top: 22px; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  font-family: "Source Sans 3", system-ui, sans-serif;
  text-decoration: none;
  padding: 13px 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  border: 0;
  cursor: pointer;
}
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-ghost { border: 1px solid rgba(246,241,232,0.45); color: var(--cream); background: transparent; }
.btn-navy { background: var(--navy); color: var(--cream); }

section { padding: 88px 0; position: relative; }
section.alt {
  background: linear-gradient(180deg,
    transparent 0%,
    color-mix(in srgb, var(--paper) 74%, transparent) 14%,
    color-mix(in srgb, var(--paper) 80%, transparent) 50%,
    color-mix(in srgb, var(--paper) 74%, transparent) 86%,
    transparent 100%);
}
#about { margin-top: -64px; padding-top: 112px; z-index: 3; }
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0 0 18px;
}
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  margin: 0 0 10px;
}
p { margin: 0 0 12px; }
.prose p { max-width: 40em; }
.prose p + p { margin-top: 0; }

.issue-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}
.issue-card {
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  padding: 28px 26px 24px;
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(11,31,58,0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .45s ease, box-shadow .45s ease;
}
.issue-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.issue-card.gold-edge { border-top: 3px solid var(--gold); }
.issue-list {
  display: grid;
  gap: 16px;
}
.photo-frame {
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.photo-frame img { transition: transform 1.2s ease; }
.photo-frame:hover img { transform: scale(1.03); }
.photo-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  display: block;
  background: #0b1f3a;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
}
.card, form, .box {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 28px;
  box-shadow: var(--shadow);
}
.rebate.card, .rebate {
  background: var(--navy);
  color: var(--cream);
  padding: 22px 24px;
  border: 0;
  box-shadow: var(--shadow);
  margin: 0 0 20px;
  font-family: "Source Sans 3", system-ui, sans-serif;
}
.rebate strong { color: var(--gold); display: inline; }
.rebate .big {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  display: block;
  margin-top: 4px;
}

label {
  display: block;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin: 0 0 6px;
}
input, textarea, select {
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 12px;
  border: 1px solid #d8ccb4;
  background: #fff;
  font: inherit;
}
textarea { min-height: 110px; resize: vertical; }
.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
.check input { width: auto; margin: 3px 0 0; }
.skills { margin: 0 0 12px; }
.skills span {
  display: block;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  margin: 0 0 8px;
}
.skills .row { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.skills .check { margin-bottom: 0; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; }
.chip {
  font-family: "Source Sans 3", system-ui, sans-serif;
  background: #fff;
  border: 1.5px solid var(--navy);
  color: var(--navy);
  padding: 11px 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  min-width: 72px;
  text-align: center;
}
.chip.on, .chip:hover { background: var(--gold); border-color: var(--gold); }

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 18px;
  margin: 0;
  font-family: "Source Sans 3", system-ui, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}
.fine {
  color: var(--muted);
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.blurb {
  background: var(--gold);
  color: var(--navy);
  padding: 14px 16px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
#donated { display: none; margin-top: 18px; }
#donated.show { display: block; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.quote-band {
  background:
    radial-gradient(800px 220px at 50% 0%, rgba(227,178,60,0.16), transparent 70%),
    var(--navy);
  color: var(--cream);
  padding: 96px 0;
  text-align: center;
  position: relative;
}
.quote-band:before, .quote-band:after,
.blog-band:before, .jump-band:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 72px;
  pointer-events: none;
}
.quote-band:before, .blog-band:before, .jump-band:before {
  top: -1px;
  background: linear-gradient(180deg, var(--cream), transparent);
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.quote-band:after {
  bottom: -1px;
  background: linear-gradient(0deg, var(--cream), transparent);
  mix-blend-mode: multiply;
  opacity: 0.28;
}
.quote-band p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
  max-width: 16em;
  margin: 0 auto 16px;
}
.quote-band .go {
  color: var(--gold);
  font-style: italic;
}

section#contact { padding: 48px 0 40px; }
.contact-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px 40px;
  flex-wrap: wrap;
}
.contact-ways {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 28px;
}
.contact-ways p { margin: 0; }
.donate-tease {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.donate-tease img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


.blog-band {
  background: linear-gradient(180deg, #0b1f3a 0%, #0e2138 100%);
  color: var(--cream);
  border-top: 1px solid rgba(227,178,60,0.28);
  padding: 48px 0 40px;
  position: relative;
}
.blog-band h2 {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
}
.blog-band p { margin: 0; max-width: 40em; color: #e8eadf; }
.blog-band .eyebrow { color: var(--gold-soft); margin-bottom: 6px; }
.blog-band .read-more {
  color: var(--gold);
  text-decoration: none;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  white-space: nowrap;
}
.blog-band .read-more:hover { text-decoration: underline; }
.band-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent 4%, rgba(227,178,60,0.45) 50%, transparent 96%);
  border: 0;
}
.jump-band {
  background: var(--navy);
  color: var(--cream);
  border-top: none;
  border-bottom: 2px solid var(--gold);
  padding: 28px 0;
}
.jump-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.jump-band img.jump-logo {
  image-rendering: pixelated;
  width: min(280px, 42vw);
  height: auto;
  background: #0b1f3a;
  padding: 0;
  border: 2px solid var(--gold);
}
.jump-copy { flex: 1; min-width: 200px; }
.jump-band h2 {
  margin: 0 0 6px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
}
.jump-band p { margin: 0; }
.jump-band .eyebrow { color: var(--gold-soft); }

footer.site {
  background: var(--navy-ink);
  color: #c9d3dc;
  padding: 36px 0;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
}
footer.site p { margin: 0 0 6px; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  nav.links {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 68px;
    background: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: none;
    padding: 18px 24px 22px;
    gap: 14px;
  }
  header.site.open nav.links { display: flex; }
  nav.links a { flex: none; text-align: left; padding: 6px 0; }
}
@media (max-width: 820px) {
  .hero-film { min-height: 78vh; }
  .hero-film .wrap { padding: 56px 0 40px; }
  .issue-grid, .split, .donate-tease, .row2 { grid-template-columns: 1fr; }
  .btns { position: relative; z-index: 2; }
}

.ig-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start;margin:20px 0}
.ig-row blockquote{margin:0;min-width:0}
@media(max-width:820px){.ig-row{grid-template-columns:1fr}}

#posts .empty {
  color: var(--muted);
  font-family: "Source Sans 3", system-ui, sans-serif;
}
.post {
  margin: 0 0 36px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line);
}
.post:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.post h2 {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin: 0 0 10px;
}
.post h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  color: var(--navy);
  margin: 0 0 16px;
  line-height: 1.25;
}
.post p { max-width: 40em; }


.blog-chip {
  font-family: "Source Sans 3", system-ui, sans-serif;
  background: var(--gold);
  color: var(--navy);
  padding: 8px 14px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: auto;
  flex-shrink: 0;
  white-space: nowrap;
}
.blog-chip.on, .blog-chip:hover {
  background: var(--gold-soft);
  color: var(--navy);
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 48px;
  align-items: start;
}
.blog-rail {
  position: sticky;
  top: 88px;
  padding: 18px 18px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
}
.blog-rail .eyebrow { margin-bottom: 12px; }
.blog-rail a {
  display: block;
  text-decoration: none;
  color: var(--navy);
  padding: 8px 0;
  border-top: 1px solid var(--line);
}
.blog-rail a:first-of-type { border-top: 0; padding-top: 0; }
.blog-rail a:hover { color: inherit; }
.blog-rail a:hover .rail-title { color: var(--gold); }
.rail-day {
  display: block;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 4px;
}
.rail-title {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.post-photo {
  margin: 0 0 20px;
  max-width: 40em;
}
.post-photo img {
  width: 100%;
  height: auto;
  display: block;
  background: var(--navy);
}
.post-photo figcaption {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}

@media (max-width: 820px) {
  .blog-chip { display: inline-block; }
  .blog-layout { grid-template-columns: 1fr; gap: 28px; }
  .blog-rail {
    position: static;
    order: -1;
  }
}

.helper-prompt {
  white-space: pre-wrap;
  font-family: "Source Sans 3", ui-monospace, Menlo, monospace;
  font-size: 14px;
  line-height: 1.45;
  background: var(--navy);
  color: var(--cream);
  padding: 20px 18px;
  border-top: 3px solid var(--gold);
  overflow: auto;
  margin: 16px 0 40px;
}
#copy-prompt { margin: 8px 0 12px; }

.helper-form { margin: 0 0 18px; }
#copied {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-weight: 600;
  color: #2f5d32;
  margin: 0 0 16px;
}

.today-brief {
  background: #0e2138;
  color: var(--cream);
  padding: 22px 22px 18px;
  margin: 0 0 28px;
  border-top: 3px solid var(--gold);
}
.today-brief .eyebrow { margin-bottom: 8px; }
.today-brief h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--gold);
}
.today-brief p { margin: 0 0 12px; }
.today-brief ol { margin: 0 0 12px; padding-left: 1.2em; }
.today-brief li { margin: 0 0 8px; }


/* STORE corner chip — gold like Donate, off the trailing nav */
.store-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--navy);
  padding: 12px 16px 12px 13px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(11,31,58,0.28), 0 0 0 1px rgba(227,178,60,0.35);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.store-fab:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(11,31,58,0.34);
}
.store-fab svg { width: 22px; height: 22px; display: block; flex: none; }
footer.site { padding-bottom: 96px; }

.rise {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(6px);
  transition: opacity .8s ease, transform .8s ease, filter .8s ease;
}
.rise.in {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise, .issue-card, .photo-frame img, .store-fab { transition: none !important; transform: none !important; filter: none !important; opacity: 1 !important; }
}

@media (max-width: 960px) {
  .store-fab { right: 12px; bottom: 12px; padding: 11px 14px 11px 12px; }
  #about { margin-top: -36px; padding-top: 88px; }
}
