@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #050505;
  --bg-soft: #120708;
  --panel: rgba(12, 12, 12, 0.84);
  --panel-strong: rgba(10, 10, 10, 0.95);
  --line: rgba(251, 225, 33, 0.28);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --amber: #fbe121;
  --amber-hot: #fbe121;
  --fern: #e71a22;
  --fern-deep: #8f1117;
  --danger: #e71a22;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --max-width: 1200px;
  --radius: 28px;
  --font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(251, 225, 33, 0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(231, 26, 34, 0.18), transparent 22%),
    linear-gradient(180deg, #090909 0%, #050505 100%);
  font-family: var(--font-family);
  font-weight: 500;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(251, 225, 33, 0.05), transparent 35%),
    repeating-linear-gradient(
      -55deg,
      transparent 0,
      transparent 22px,
      rgba(251, 225, 33, 0.025) 22px,
      rgba(251, 225, 33, 0.025) 44px
    );
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(231, 26, 34, 0.11), transparent 20%),
    radial-gradient(circle at 80% 10%, rgba(231, 26, 34, 0.11), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(251, 225, 33, 0.12), transparent 22%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

a {
  color: var(--amber-hot);
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, calc(var(--max-width) + 48px));
  margin: 0 auto;
  padding: 18px 24px 56px;
}

.page-top-links {
  position: absolute;
  top: 18px;
  right: 24px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.page-top-link {
  display: inline-block;
  color: var(--amber-hot);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(251, 225, 33, 0.35);
}

.section {
  position: relative;
  margin-bottom: 0px;
  padding: 34px 0;
  border-top: 1px solid rgba(251, 225, 33, 0.18);
  background: transparent;
  overflow: hidden;
}

main > .section:first-child {
  padding-top: 18px;
  border-top: 0;
}

.hero.section {
  padding-bottom: 16px;
}

.section::before {
  content: "";
  position: absolute;
  inset: auto -15% -55% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 26, 34, 0.18), transparent 70%);
  pointer-events: none;
}

.section--band {
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.42), rgba(8, 8, 8, 0.12)),
    linear-gradient(90deg, rgba(251, 225, 33, 0.03), rgba(231, 26, 34, 0.04));
}

.section--tweets {
  background: transparent;
  overflow: visible;
}

.section--tweets::before {
  display: none;
}

.section--tweets::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(250, 244, 226, 0.94), rgba(244, 236, 213, 0.9)),
    linear-gradient(135deg, rgba(251, 225, 33, 0.1), rgba(255, 255, 255, 0.22));
  z-index: -2;
}

.section--tweets h1,
.section--tweets h2,
.section--tweets h3 {
  color: #1b1612;
}

.section--tweets p {
  color: rgba(27, 22, 18, 0.82);
}

.section--tweets .eyebrow {
  color: #9c1f16;
}

.section--tweets .gallery-card {
  background: rgba(255, 255, 255, 0.5);
}

.section--tweets .gallery-card__button {
  background: rgba(255, 255, 255, 0.55);
}

.section--tweets .headline-emphasis {
  color: #b32117;
}

.section--tweets a {
  color: #9c1f16;
  font-weight: 700;
}

.section--tweets a:hover,
.section--tweets a:focus-visible {
  color: #5f130d;
}

.section--tweets .button--ghost {
  border-color: rgba(27, 22, 18, 0.3);
  color: #1b1612;
  background: rgba(27, 22, 18, 0.06);
}

.section--tweets .button--ghost:hover,
.section--tweets .button--ghost:focus-visible {
  border-color: rgba(27, 22, 18, 0.55);
  background: rgba(27, 22, 18, 0.12);
}

.section-heading {
  /* max-width: 760px; */
  margin-bottom: 28px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber-hot);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-family);
  line-height: 1.06;
  text-transform: uppercase;
}

h1 {

  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.4rem);
  font-weight: 800;
}

h3 {
  font-size: 1.05rem;
  font-weight: 700;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 400;
}

.hero__copy {
  display: grid;
  gap: 18px;
}

.hero__masthead-panel {
  padding: 0 0 10px;
}

.hero__masthead {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(420px, 1.28fr);
  gap: 18px;
  align-items: center;
}

.hero__graphic {
  display: flex;
  justify-content: flex-start;
}

.hero__graphic img {
  width: min(100%, 420px);
  /* box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32); */
}

.hero__subhead-panel {
  display: grid;
  gap: 10px;
  padding: 10px 0 0;
}

.hero__lede {
  max-width: 62ch;
  font-size: 1.07rem;
}

.hero__support {
  font-size: clamp(1.45rem, 2.8vw, 2.4rem);
  line-height: 1.08;
}

.headline-emphasis {
  color: var(--danger);
}

.desktop-break {
  display: block;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--solid {
  background: linear-gradient(180deg, var(--amber-hot), var(--danger));
  color: #000000;
  box-shadow: none;
}

.button--ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stat-card,
.info-card,
.timeline-card,
.chart-card,
.note-card,
.donor-card,
.source-card {
  background: transparent;
  box-shadow: none;
}

.stat-card {
  padding: 18px 0 0;
}

.stat-card__value {
  display: block;
  color: var(--amber-hot);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
}

.stat-card__label {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.portrait-card {
  position: relative;
  width: min(100%, 360px);
  padding: 20px;
  border: 1px solid rgba(241, 181, 62, 0.16);
  background: var(--panel-strong);
  transform: rotate(-2deg);
}

.portrait-card img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.portrait-card figcaption {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.portrait-card__alert {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 12px;
  background: rgba(216, 111, 42, 0.92);
  color: #1d1300;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-grid,
.timeline,
.chart-grid,
.district-notes,
.donor-grid,
.sources-list {
  display: grid;
  gap: 18px;
}

.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.timeline-card,
.chart-card,
.note-card,
.source-card {
  padding: 18px 0 0;
}

.timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-card {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.timeline-card__media-button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.timeline-card__media {
  width: 100%;
  border: 1px solid rgba(251, 225, 33, 0.16);
}

.timeline-card__content {
  display: grid;
  gap: 12px;
}

.timeline-card__date {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--danger);
  font-family: var(--font-family);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.pull-quote {
  margin: 16px 0;
  padding-left: 16px;
  border-left: 3px solid rgba(251, 225, 33, 0.68);
  color: var(--text);
  font-size: 1.1rem;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.source-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0 2px;
  border: 1px solid rgba(251, 225, 33, 0.24);
  border-width: 0 0 1px;
  background: transparent;
  color: var(--amber-hot);
  font-size: 0.9rem;
  text-decoration: none;
}

.chart-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chart-card__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.chart-card__meta {
  color: var(--danger);
  font-size: 0.92rem;
}

.chart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.chart-actions--end {
  justify-content: flex-end;
}

.bar-chart {
  display: grid;
  gap: 16px;
}

.bar-row {
  display: grid;
  gap: 8px;
}

.bar-row__topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.bar-row__label {
  color: var(--text);
  min-width: 0;
}

.bar-row__value {
  color: var(--amber-hot);
  font-family: var(--font-family);
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
}

.bar-row__track {
  overflow: hidden;
  height: 12px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
}

.bar-row__fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--danger), var(--amber-hot));
  transition: width 900ms cubic-bezier(0.21, 0.85, 0.34, 1);
}

.bar-row__detail {
  font-size: 0.92rem;
}

.bar-row__detail a {
  font-weight: 700;
}

.bar-chart--full-data .bar-row__detail {
  display: none;
}

.district-notes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.donor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.donor-card {
  position: relative;
  padding: 18px 0 0;
  overflow: hidden;
}

.donor-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -20% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 181, 62, 0.12), transparent 68%);
  pointer-events: none;
}

.donor-card__amount {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0 6px;
  border-bottom: 1px solid rgba(231, 26, 34, 0.36);
  background: transparent;
  color: #ffffff;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.donor-card__detail {
  margin-top: 14px;
  font-size: 0.92rem;
}

.method-callout {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 3px solid rgba(251, 225, 33, 0.4);
  background: rgba(255, 255, 255, 0.01);
  color: var(--muted);
}

.warning-callout {
  padding: 24px 26px;
  border: 1px solid rgba(255, 191, 73, 0.6);
  border-left: 4px solid rgba(255, 145, 31, 0.9);
  background:
    linear-gradient(180deg, rgba(61, 39, 12, 0.78), rgba(34, 23, 8, 0.72)),
    linear-gradient(135deg, rgba(255, 191, 73, 0.12), rgba(255, 145, 31, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 222, 120, 0.08);
}

.warning-callout .section-heading {
  margin-bottom: 0;
}

.warning-callout .eyebrow {
  color: #ffbf49;
}

.warning-callout h2 {
  color: #fff4d6;
  margin-bottom: 14px;
}

.warning-callout p {
  color: rgba(255, 240, 214, 0.88);
}

.section--mailer-callout {
  border-top: 2px solid rgba(255, 191, 73, 0.48);
  border-bottom: 2px solid rgba(255, 191, 73, 0.38);
  background:
    linear-gradient(180deg, rgba(19, 19, 19, 0.72), rgba(10, 10, 10, 0.6)),
    linear-gradient(135deg, rgba(231, 26, 34, 0.06), rgba(251, 225, 33, 0.06));
}

.mailer-callout {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(255, 191, 73, 0.34);
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(12, 12, 12, 0.94)),
    linear-gradient(135deg, rgba(255, 191, 73, 0.06), rgba(231, 26, 34, 0.05));
  box-shadow:
    inset 0 0 0 1px rgba(255, 222, 120, 0.05),
    0 18px 44px rgba(0, 0, 0, 0.22);
}

.mailer-callout__media {
  display: grid;
  gap: 14px;
  align-self: start;
}

.mailer-callout__media-button {
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(251, 225, 33, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.mailer-callout__media-button img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mailer-callout__content {
  display: grid;
  gap: 14px;
}

.mailer-callout__warning {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(231, 26, 34, 0.54);
  background: rgba(231, 26, 34, 0.16);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mailer-callout__subhead {
  max-width: 48ch;
  color: #ffffff;
  font-size: 1.08rem;
}

.section--mailer-callout .section-heading {
  margin-bottom: 4px;
}

.section--mailer-callout .inline-lightbox-link {
  color: var(--amber-hot);
  font-weight: 700;
}

.section--mailer-callout .inline-lightbox-link:hover,
.section--mailer-callout .inline-lightbox-link:focus-visible {
  color: #ffffff;
}

.maker-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.maker-page {
  --aaron-purple: #3d2f86;
  --aaron-purple-deep: #2f236f;
  --aaron-lavender: #7b6cb2;
  --aaron-lavender-soft: #8d80bf;
  --aaron-peach: #f6bc7a;
  --aaron-cream: #f7eddd;
  --aaron-ink: #34266f;
}

.maker-page .section:first-of-type {
  border-top: 0;
  background: var(--aaron-purple);
  padding: 34px 30px 30px;
}

.maker-page .section:first-of-type::before {
  display: none;
}

.maker-copy {
  display: grid;
  gap: 18px;
}

.maker-copy h1 {
  color: #ffffff;
  font-size: clamp(1.9rem, 3.8vw, 3.1rem);
  text-transform: none;
  letter-spacing: -0.02em;
}

.maker-page .maker-copy .eyebrow {
  color: var(--aaron-peach);
}

.maker-page .maker-copy a {
  color: var(--aaron-peach);
}

.maker-page .maker-copy a:hover,
.maker-page .maker-copy a:focus-visible {
  color: var(--aaron-cream);
}

.maker-lede {
  max-width: 66ch;
  font-size: 1.06rem;
}

.maker-page .maker-lede {
  color: rgba(255, 255, 255, 0.92);
}

.maker-media-column {
  display: grid;
  gap: 16px;
  align-content: start;
}

.maker-photo-frame,
.maker-callout,
.maker-project-card {
  position: relative;
  overflow: hidden;
}

.maker-photo-frame,
.maker-callout {
  padding: 24px;
  border: 1px solid rgba(251, 225, 33, 0.16);
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.94), rgba(24, 8, 10, 0.92)),
    linear-gradient(135deg, rgba(251, 225, 33, 0.06), rgba(231, 26, 34, 0.08));
}

.maker-page .maker-photo-frame {
  padding: 18px;
  border-color: rgba(246, 188, 122, 0.34);
  background:
    linear-gradient(180deg, rgba(247, 237, 221, 0.14), rgba(247, 237, 221, 0.06)),
    linear-gradient(135deg, rgba(123, 108, 178, 0.28), rgba(61, 47, 134, 0.18));
}

.maker-page .maker-callout {
  margin-top: 26px;
  border-color: rgba(247, 237, 221, 0.12);
  background:
    linear-gradient(180deg, rgba(123, 108, 178, 0.98), rgba(123, 108, 178, 0.98)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(61, 47, 134, 0.08));
}

.maker-photo-frame::after,
.maker-callout::after,
.maker-project-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 225, 33, 0.12), transparent 68%);
  pointer-events: none;
}

.maker-page .maker-photo-frame::after {
  background: radial-gradient(circle, rgba(246, 188, 122, 0.2), transparent 68%);
}

.maker-page .maker-callout::after {
  background: radial-gradient(circle, rgba(247, 237, 221, 0.14), transparent 68%);
}

.maker-photo-frame {
  display: block;
  margin: 0;
  align-self: start;
}

.maker-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(251, 225, 33, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.maker-page .maker-photo {
  border-color: rgba(247, 237, 221, 0.28);
}

.maker-logo-link {
  display: grid;
  place-items: center;
  padding: 16px 20px;
  border: 1px solid rgba(246, 188, 122, 0.34);
  background: rgba(247, 237, 221, 0.08);
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(12, 7, 36, 0.16);
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.maker-logo-link:hover,
.maker-logo-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(246, 188, 122, 0.56);
  background: rgba(247, 237, 221, 0.14);
}

.maker-logo-link__image {
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
}

.maker-callout {
  margin-top: 22px;
}

.maker-callout p {
  color: rgba(255, 255, 255, 0.84);
}

.maker-page .maker-callout p {
  color: rgba(255, 255, 255, 0.94);
}

.section--maker-projects {
  overflow: visible;
}

.section--maker-projects::before {
  display: none;
}

.section--maker-projects::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(250, 244, 226, 0.96), rgba(244, 236, 213, 0.92)),
    linear-gradient(135deg, rgba(14, 139, 151, 0.08), rgba(107, 86, 215, 0.08));
  z-index: -2;
}

.section--maker-projects h1,
.section--maker-projects h2,
.section--maker-projects h3 {
  color: #1b1612;
}

.section--maker-projects p {
  color: rgba(27, 22, 18, 0.82);
}

.section--maker-projects .eyebrow {
  color: #9c1f16;
}

.section--maker-projects .headline-emphasis {
  color: #9c1f16;
}

.section--maker-projects .source-links a,
.section--maker-projects .button--ghost {
  color: #1b1612;
  border-color: rgba(27, 22, 18, 0.28);
  background: rgba(27, 22, 18, 0.04);
}

.section--maker-projects .button--ghost:hover,
.section--maker-projects .button--ghost:focus-visible {
  border-color: rgba(27, 22, 18, 0.52);
  background: rgba(27, 22, 18, 0.1);
}

.maker-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.maker-project-card {
  display: grid;
  gap: 0;
  border: 1px solid rgba(27, 22, 18, 0.12);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 22px 48px rgba(32, 22, 14, 0.08);
}

.maker-project-card::after {
  background: radial-gradient(circle, rgba(14, 139, 151, 0.14), transparent 68%);
}

.maker-project-card__media {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 22px;
  border-bottom: 1px solid rgba(27, 22, 18, 0.08);
  background: rgba(255, 249, 236, 0.95);
}

.maker-project-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.maker-project-card__body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.maker-project-card__title {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  text-transform: none;
}

.maker-project-card__body .source-links {
  margin-top: 8px;
}

.section--footer-note {
  padding-top: 20px;
  padding-bottom: 8px;
}

.footer-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  text-align: center;
}

.footer-note__credit {
  display: inline-block;
  margin-top: 10px;
}

.footer-note > a:not(:first-child) {
  display: inline-block;
  margin-top: 10px;
}

.footer-note a {
  color: var(--amber-hot);
  text-decoration: none;
  border-bottom: 1px solid rgba(251, 225, 33, 0.35);
}

.donor-report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 22px;
  align-items: start;
}

.donor-report-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 0 0;
  overflow: hidden;
}

.donor-report-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 181, 62, 0.1), transparent 68%);
  pointer-events: none;
}

.donor-report-card__media {
  position: relative;
  min-height: 128px;
  overflow: hidden;
  border: 1px solid rgba(251, 225, 33, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.donor-report-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donor-report-card__media--logo,
.donor-report-card__media--tile {
  display: grid;
  place-items: center;
  padding: 22px;
}

.donor-report-card__media--logo {
  background: rgba(255, 255, 255, 0.96);
}

.donor-report-card__media--logo img {
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

.donor-report-card__media--tile {
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.92), rgba(24, 6, 7, 0.9)),
    linear-gradient(135deg, rgba(251, 225, 33, 0.1), rgba(231, 26, 34, 0.12));
}

.donor-report-card__tile {
  display: grid;
  gap: 10px;
  align-content: end;
  min-height: 100%;
  text-align: left;
}

.donor-report-card__tile-kicker {
  color: var(--amber-hot);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.donor-report-card__tile-title {
  color: #ffffff;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  font-weight: 800;
  line-height: 1.04;
  text-transform: uppercase;
}

.donor-report-card__content {
  display: grid;
  gap: 12px;
  align-content: start;
}

.donor-report-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.donor-report-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(231, 26, 34, 0.3);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.donor-report-card__meta {
  color: var(--danger);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.donor-report-card em {
  color: var(--amber-hot);
}

.changelog {
  display: grid;
  gap: 22px;
}

.changelog-entry {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(251, 225, 33, 0.22);
}

.changelog-entry:first-child {
  border-top: 0;
  padding-top: 0;
}

.changelog-entry__date {
  color: var(--amber-hot);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.changelog-entry__content {
  display: grid;
  gap: 20px;
}

.changelog-entry__content h2 {
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
}

.changelog-items {
  display: grid;
  gap: 18px;
}

.changelog-item {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.changelog-item h3 {
  color: #ffffff;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(251, 225, 33, 0.18);
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.filter-button.is-active,
.filter-button:hover,
.filter-button:focus-visible {
  border-color: rgba(251, 225, 33, 0.72);
  background: rgba(231, 26, 34, 0.18);
  color: #ffffff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.gallery-grid--masonry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 8px;
  gap: 18px;
  align-items: start;
}

.gallery-grid--masonry .gallery-card {
  margin: 0;
}

.gallery-card {
  display: grid;
  align-self: start;
  overflow: hidden;
  background: transparent;
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-card.is-hidden {
  display: none;
}

.gallery-card__button {
  display: grid;
  place-items: center;
  /* min-height: 360px; */
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
}

.gallery-card__button img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}

.gallery-card__pair {
  display: grid;
  gap: 10px;
}

.gallery-card__button--pair {
  min-height: 0;
}

.gallery-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.inline-lightbox-link {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--amber-hot);
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.section--tweets .inline-lightbox-link {
  color: #9c1f16;
}

.sources-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lightbox {
  width: min(96vw, 1400px);
  max-width: calc(100% - 28px);
  padding: 0;
  border: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}

.lightbox__backdrop {
  position: relative;
  margin: 0;
  padding: 52px 10px 10px;
}

.lightbox__close {
  position: absolute;
  top: 8px;
  right: 0;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(251, 225, 33, 0.26);
  border-radius: 0;
  background: rgba(10, 10, 9, 0.8);
  color: var(--text);
  cursor: pointer;
}

.lightbox__panel {
  display: grid;
  justify-items: center;
  padding: 18px;
  border: 1px solid rgba(251, 225, 33, 0.22);
  background: rgba(8, 8, 8, 0.9);
}

.lightbox__panel img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
}

@keyframes pulse-ring {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

@media (max-width: 1050px) {
  .hero__masthead,
  .maker-hero,
  .mailer-callout,
  .why-grid,
  .timeline,
  .chart-grid,
  .district-notes,
  .donor-grid,
  .donor-report-grid,
  .gallery-grid,
  .sources-list,
  .maker-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maker-hero {
    grid-template-columns: 1fr;
  }

  .hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid--masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 14px 14px 40px;
  }

  .page-top-links {
    top: 12px;
    right: 14px;
    gap: 10px;
  }

  .page-top-link {
    font-size: 0.74rem;
  }

  #endorsements > .section-heading {
    display: none;
  }

  .section {
    padding: 24px 18px;
  }

  .hero__masthead,
  .mailer-callout,
  .maker-project-grid,
  .why-grid,
  .timeline,
  .chart-grid,
  .district-notes,
  .donor-grid,
  .donor-report-grid,
  .gallery-grid,
  .sources-list,
  .hero__stats {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: none;
  }

  .gallery-grid--masonry {
    grid-template-columns: 1fr;
  }

  .chart-card__header,
  .bar-row__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .bar-row__topline {
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
  }

  .desktop-break {
    display: none;
  }

  .timeline-card {
    grid-template-columns: 1fr;
  }

  .donor-report-card {
    grid-template-columns: 1fr;
  }

  .changelog-entry {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .timeline-card__media-button {
    cursor: default;
  }

  .gallery-card__button {
    min-height: 280px;
    padding: 0;
  }

  .mailer-callout__media-button {
    min-height: 0;
  }

  .gallery-card__button img {
    max-height: 420px;
  }

  .mailer-callout__media-button img {
    display: block;
    width: 100%;
    max-height: none;
  }

  .maker-photo-frame,
  .maker-callout,
  .maker-project-card__body,
  .maker-project-card__media {
    padding: 18px;
  }

  .lightbox__panel {
    padding: 12px;
  }
}

@media (min-width: 761px) {
  .timeline-card__media-button {
    cursor: zoom-in;
  }
}
