: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; }
html, body { margin: 0; }
body {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  background: var(--cream);
  color: #10243f;
  line-height: 1.6;
}
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.92);
  backdrop-filter: blur(14px);
  color: var(--cream);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(227, 178, 60, 0.28);
}
header.site .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
}
.logo {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.logo span { color: var(--gold); font-weight: 500; }
nav.links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
nav.links a { text-decoration: none; opacity: 0.88; }
nav.links a:hover, nav.links a.on { color: var(--gold); opacity: 1; }
nav.links a.cta {
  background: var(--gold);
  color: var(--navy);
  padding: 8px 14px;
  font-weight: 700;
  opacity: 1;
}
.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 {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 37, 0.18) 0%, rgba(7, 21, 37, 0.22) 40%, rgba(7, 21, 37, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 21, 37, 0.55) 0%, rgba(7, 21, 37, 0.05) 55%);
  z-index: 0;
}
.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,.15), rgba(7,21,37,.82));
}
.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: Fraunces, Georgia, serif;
  font-size: clamp(46px, 8vw, 92px);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}
.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: Fraunces, Georgia, serif;
  font-size: 22px;
  font-style: italic;
  color: var(--gold-soft);
  margin: 0 0 28px;
}
.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: 72px 0; }
section.alt { background: var(--paper); }
h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
h3 {
  font-family: Fraunces, Georgia, 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: var(--paper);
  padding: 28px 26px 24px;
  border: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(11,31,58,0.04);
}
.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);
}
.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: Fraunces, Georgia, 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;
  gap: 18px;
  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: var(--navy);
  color: var(--cream);
  padding: 80px 0;
  text-align: center;
}
.quote-band p {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 16em;
  margin: 0 auto 16px;
}
.quote-band .go {
  color: var(--gold);
  font-style: italic;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.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;
}


.jump-band {
  background: var(--navy);
  color: var(--cream);
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  padding: 36px 0;
}
.jump-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.jump-band img {
  image-rendering: pixelated;
  width: 72px;
  height: auto;
  background: #5c94fc;
  padding: 8px;
  border: 2px solid var(--gold);
}
.jump-copy { flex: 1; min-width: 200px; }
.jump-band h2 {
  margin: 0 0 6px;
  color: var(--gold);
  font-family: Fraunces, Georgia, 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: 820px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  nav.links {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 68px;
    background: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 24px 22px;
    gap: 14px;
  }
  header.site.open nav.links { display: flex; }
  .hero-film { min-height: 78vh; }
  .hero-film .wrap { padding: 56px 0 40px; }
  .issue-grid, .split, .donate-tease, .contact-row, .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}}
