*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #23282d;
  line-height: 1.65;
  font-size: 1.05rem;
  background: #fdfbf7;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #1b2a44;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  line-height: 1.1;
  color: #1b2a44;
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
h3 {
  font-size: 1.3rem;
}
p {
  margin: 0 0 1rem;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.container.narrow {
  max-width: 760px;
}
.hidden {
  position: absolute;
  left: -9999px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #1b2a44;
  color: #ffffff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}
.skip-link:focus {
  left: 0;
}
.btn {
  display: inline-block;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.8rem 1.6rem;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease, color 0.15s ease;
  text-decoration: none;
  font-size: 1rem;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.btn-primary {
  background: #1b2a44;
  color: #ffffff;
}
.btn-primary:hover {
  background: #132036;
  color: #ffffff;
}
.btn-secondary {
  background: transparent;
  color: #1b2a44;
  border-color: #1b2a44;
}
.btn-secondary:hover {
  background: #1b2a44;
  color: #ffffff;
}
.btn-donate,
.btn-red {
  background: #a23a2c;
  color: #ffffff;
}
.btn-donate:hover,
.btn-red:hover {
  background: #842e22;
  color: #ffffff;
}
.btn-gold {
  background: #bf8a3c;
  color: #1b2a44;
}
.btn-gold:hover {
  background: #9a6c2b;
  color: #ffffff;
}
.btn-ghost-light {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-ghost-light:hover {
  background: #ffffff;
  color: #1b2a44;
}
.topbar {
  background: #132036;
  color: #f6f1e7;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 1rem;
}
.topbar-email {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f6f1e7;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: 0.01em;
}
.topbar-email:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar-email svg {
  width: 16px;
  height: 16px;
  fill: #bf8a3c;
  flex: none;
}
.topbar .social-links {
  margin: 0;
  gap: 0.35rem;
}
.topbar .social-links a {
  width: 28px;
  height: 28px;
  background: transparent;
}
.topbar .social-links a:hover {
  background: #a23a2c;
}
.topbar .social-links svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 860px) {
  .topbar-email span {
    max-width: 52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #1b2a44;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}
.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
}
.brand:hover {
  text-decoration: none;
}
.brand-name {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.brand-logo {
  height: 1.4rem;
  width: auto;
  display: block;
}
.brand-sub-for {
  text-transform: none;
  font-style: italic;
  font-family: "Playfair Display", Georgia, serif;
}
.brand-sub {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  color: #f6f1e7;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-top: 0.25rem;
}
.primary-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
}
.primary-nav a {
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
}
.primary-nav a:hover {
  text-decoration: none;
  border-bottom-color: #a23a2c;
}
.primary-nav a[aria-current="page"] {
  border-bottom-color: #a23a2c;
}
.nav-cta a {
  border-bottom: none;
  padding: 0.55rem 1.4rem;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span {
  width: 26px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.2s;
}
@media (max-width: 860px) {
  .nav-toggle {
    display: flex;
  }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(19, 32, 54, 0.92);
    padding: 1rem 1.25rem 1.5rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
  }
  .primary-nav.open {
    display: block;
  }
  .primary-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
  }
  .primary-nav a {
    display: block;
    width: 100%;
    padding: 0.35rem 0;
    font-size: 1.3rem;
    text-align: right;
  }
  .nav-cta {
    align-self: flex-end;
    margin-top: 0.9rem;
  }
  .nav-cta a {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0.7rem 2.4rem;
    font-size: 1.1rem;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.hero {
  position: relative;
  background: #1b2a44;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: min(640px, 80vh);
  padding: clamp(3rem, 8vw, 6rem) 0;
}
.hero-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 28%;
  z-index: 0;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, #1b2a44 0%, #1b2a44 30%, rgba(27, 42, 68, 0) 78%), linear-gradient(0deg, rgba(19, 32, 54, 0.55) 0%, rgba(27, 42, 68, 0) 28%);
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-text {
  max-width: 36rem;
}
.hero h1 {
  color: #ffffff;
  font-size: clamp(1.8rem, 4.3vw, 2.9rem);
}
.hero .eyebrow {
  color: #e3c78f;
}
.hero .lede {
  font-size: 1.12rem;
  line-height: 1.45;
  color: #f6f1e7;
  max-width: 44ch;
}
.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
.hero-date {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #a23a2c;
  color: #ffffff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.7rem 1.4rem;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 26px rgba(162, 58, 44, 0.45), 0 0 0 4px rgba(162, 58, 44, 0.18);
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
  line-height: 1;
  animation: heroDatePulse 2.4s ease-in-out infinite;
}
.hero-date-icon {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  flex: none;
}
.hero-date-label {
  font-size: 0.7em;
  letter-spacing: 0.14em;
  color: #bf8a3c;
  background: rgba(0, 0, 0, 0.18);
  padding: 0.15em 0.5em;
  border-radius: 4px;
}
.hero-date-day {
  font-weight: 700;
}
@keyframes heroDatePulse {
  0%,
  100% {
    box-shadow: 0 10px 26px rgba(162, 58, 44, 0.45), 0 0 0 4px rgba(162, 58, 44, 0.18);
  }
  50% {
    box-shadow: 0 10px 26px rgba(162, 58, 44, 0.55), 0 0 0 9px rgba(162, 58, 44, 0.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-date {
    animation: none;
  }
}
@media (max-width: 860px) {
  .hero-date {
    font-size: 1.15rem;
    padding: 0.6rem 1.1rem;
    gap: 0.5rem;
  }
}
@media (max-width: 860px) {
  .hero {
    display: block;
    min-height: 0;
    padding: 0 0 clamp(2rem, 8vw, 3rem);
  }
  .hero-img {
    position: static;
    width: 100%;
    height: 56vw;
    max-height: 380px;
    object-position: 50% 0%;
  }
  .hero-scrim {
    background: linear-gradient(0deg, #1b2a44 0%, #1b2a44 38%, rgba(27, 42, 68, 0) 100%);
  }
  .hero .container {
    padding-top: clamp(1.5rem, 5vw, 2.25rem);
  }
}
.eyebrow {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  font-size: 0.85rem;
  color: #a23a2c;
  margin: 0 0 0.5rem;
}
.page-hero {
  background: linear-gradient(135deg, #1b2a44 0%, #2a3c5a 100%);
  color: #ffffff;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}
.page-hero h1 {
  color: #ffffff;
}
.page-hero .eyebrow {
  color: #e3c78f;
}
.page-hero .lede {
  font-size: 1.2rem;
  color: #f6f1e7;
  max-width: 60ch;
  margin: 0;
}
.section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}
.section-alt {
  background: #f6f1e7;
}
.section-head {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 2.5rem;
}
.section-head h2 {
  margin-bottom: 0.4rem;
}
.section-head p {
  color: #5f6671;
}
.section-head .eyebrow {
  display: block;
}
.page-body {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}
.prose {
  font-size: 1.08rem;
}
.prose h2 {
  margin-top: 2rem;
}
.prose ul,
.prose ol {
  padding-left: 1.3rem;
}
.prose li {
  margin-bottom: 0.4rem;
}
.prose img {
  border-radius: 6px;
  margin: 1.5rem 0;
}
.lede {
  font-size: 1.2rem;
  color: #5f6671;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 860px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}
.card {
  background: #ffffff;
  border: 1px solid #e3dccd;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(27, 42, 68, 0.1);
}
.card-media {
  aspect-ratio: 16 / 10;
  background: #e9e3d6;
  overflow: hidden;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-body {
  padding: 1.2rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-meta {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a23a2c;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.card h3 a {
  color: #1b2a44;
}
.card p {
  color: #5f6671;
  font-size: 0.98rem;
  margin-bottom: 1rem;
}
.card .card-link {
  margin-top: auto;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: #a23a2c;
}
.issue-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.5rem;
}
@media (max-width: 860px) {
  .issue-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.issue {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1.25rem;
  align-items: start;
  padding: 1.7rem 0;
  border-top: 1px solid #e3dccd;
}
.issue-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.15rem;
  color: #bf8a3c;
  flex-shrink: 0;
}
.issue h3 {
  grid-column: 2;
  font-size: 1.3rem;
  margin: 0 0 0.35rem;
}
.issue p {
  grid-column: 2;
  color: #5f6671;
  margin: 0;
  font-size: 1rem;
}
.endorse-section {
  position: relative;
  overflow: hidden;
  background: #1b2a44;
  color: #ffffff;
  padding: clamp(2.75rem, 6vw, 4.75rem) 0;
}
.endorse-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 18%, rgba(191, 138, 60, 0.1) 0 2px, transparent 3px), radial-gradient(circle at 88% 72%, rgba(191, 138, 60, 0.1) 0 2px, transparent 3px), radial-gradient(1200px 400px at 50% -20%, rgba(42, 60, 90, 0.6), transparent 70%);
}
.endorse-section .container {
  position: relative;
  z-index: 1;
}
.endorse-section .section-head h2 {
  color: #ffffff;
}
.endorse-section .section-head .eyebrow {
  color: #e3c78f;
}
.endorse-section .section-head p {
  color: #f6f1e7;
}
.endorse-wall {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 1.5rem;
}
.endorse-card {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fdfbf7;
  border-radius: 6px;
  border-top: 4px solid #bf8a3c;
  padding: 2.7rem 1.6rem 1.5rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.endorse-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
}
.endorse-card::before {
  content: "\201C";
  position: absolute;
  top: 0.35rem;
  left: 1.1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.25rem;
  line-height: 1;
  color: rgba(191, 138, 60, 0.5);
  pointer-events: none;
}
.endorse-card blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 1.2rem;
  font-size: 1.1rem;
  line-height: 1.55;
  font-style: italic;
  color: #23282d;
}
.endorse-card figcaption {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-top: 1px solid #e3dccd;
  padding-top: 1rem;
}
.endorse-card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}
.endorse-meta {
  display: flex;
  flex-direction: column;
}
.endorse-card cite {
  font-style: normal;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  color: #1b2a44;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.endorse-card .endorse-role {
  color: #5f6671;
  font-size: 0.88rem;
}
.donate-banner {
  background: #a23a2c;
  color: #ffffff;
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}
.donate-banner h2 {
  color: #ffffff;
}
.donate-banner p {
  color: #ffe9e9;
}
.donate-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.5rem 0 1rem;
}
.btn-amount {
  background: #ffffff;
  color: #a23a2c;
  font-size: 1.15rem;
  min-width: 90px;
  border: 2px solid #ffffff;
}
.btn-amount:hover {
  background: #1b2a44;
  color: #ffffff;
  border-color: #1b2a44;
}
.btn-amount-other {
  background: transparent;
  color: #ffffff;
}
.btn-amount-other:hover {
  background: #ffffff;
  color: #a23a2c;
  border-color: #ffffff;
}
.donate-disclaimer {
  font-size: 0.8rem;
  color: #ffd9d9;
  margin: 0.5rem 0 0;
}
.mailing-list {
  position: relative;
  background: linear-gradient(135deg, #1b2a44 0%, #2a3c5a 100%);
  color: #ffffff;
  padding: clamp(3rem, 7vw, 5rem) 0;
  overflow: hidden;
}
.mailing-list::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 14px, transparent 14px 28px);
  pointer-events: none;
}
.mailing-list-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.mailing-list h2 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.mailing-list p {
  color: #d9d4ff;
  margin: 0;
  font-size: 1.1rem;
  max-width: 40ch;
}
.mailing-list .eyebrow {
  color: #bf8a3c;
}
.signup-form {
  background: #fdfbf7;
  color: #23282d;
  border-radius: 6px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 10px 30px rgba(27, 42, 68, 0.1);
}
.field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.field label {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
  color: #1b2a44;
}
.field input,
.field textarea,
.field select {
  padding: 0.75rem 0.9rem;
  border-radius: 6px;
  border: 1px solid #e3dccd;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  background: #ffffff;
  color: #23282d;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid #a23a2c;
  outline-offset: 1px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 860px) {
  .mailing-list-grid {
    grid-template-columns: 1fr;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
}
.signup-form .btn {
  width: 100%;
  margin-top: 0.5rem;
}
.form-card {
  background: #ffffff;
  border: 1px solid #e3dccd;
  border-radius: 6px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(27, 42, 68, 0.1);
}
.form-card .field label {
  color: #1b2a44;
}
.form-card .btn {
  margin-top: 0.5rem;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0.25rem 0 1rem;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.checkbox-group input {
  width: auto;
}
.vote-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem;
  margin: 2.5rem 0;
}
@media (max-width: 860px) {
  .vote-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.vote-step {
  padding-top: 1.1rem;
  border-top: 2px solid #1b2a44;
}
@media (max-width: 860px) {
  .vote-step {
    padding: 1.6rem 0;
    border-top: 1px solid #e3dccd;
  }
}
.vote-step .num {
  display: block;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 2.8rem;
  color: #bf8a3c;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.vote-step h3 {
  margin-bottom: 0.4rem;
}
.vote-step p {
  color: #5f6671;
}
.vote-step p:last-child {
  margin-bottom: 0;
}
.callout {
  background: #1b2a44;
  color: #ffffff;
  border-radius: 6px;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.callout h3 {
  color: #ffffff;
  margin: 0;
}
.callout p {
  margin: 0;
  color: #d9d4ff;
}
.post-header {
  background: #f6f1e7;
  padding: 2.5rem 0 1.5rem;
}
.post .prose {
  margin-top: clamp(2rem, 5vw, 3.5rem);
}
.post-meta {
  color: #5f6671;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
.post-image {
  border-radius: 6px;
  margin: 1.5rem 0;
  width: 100%;
}
.post-share {
  margin: 2.5rem auto;
}
.site-footer {
  background: #132036;
  color: #cfc9ff;
  margin-top: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem 1.25rem;
}
@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.site-footer h2 {
  color: #ffffff;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-footer a {
  color: #cfc9ff;
}
.site-footer a:hover {
  color: #ffffff;
}
.footer-brand .brand-name {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.footer-brand .brand-logo {
  height: 1.44rem;
  width: auto;
  display: block;
  margin-bottom: 0.5rem;
}
.footer-brand .brand-sub {
  color: #9b92e6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  display: block;
  margin-bottom: 0.75rem;
}
.footer-vote {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
}
.footer-nav ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li,
.footer-contact li {
  margin-bottom: 0.5rem;
}
.footer-disclaimer {
  background: #132036;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-disclaimer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
}
.footer-disclaimer p {
  margin: 0;
  font-size: 0.85rem;
  color: #9b92e6;
}
.social-links {
  list-style: none;
  display: flex;
  gap: 0.6rem;
  padding: 0;
  margin: 0.75rem 0 0;
}
.social-links a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.15s ease;
}
.social-links a:hover {
  background: #a23a2c;
}
.social-links svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.post-share .social-links a,
.prose .social-links a {
  background: #1b2a44;
}
.post-share .social-links a:hover,
.prose .social-links a:hover {
  background: #a23a2c;
}
.donate-card {
  background: #f6f1e7;
  border: 1px solid #e3dccd;
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
}
.donate-amounts-dark {
  margin: 1.5rem 0;
}
.btn-amount-navy {
  background: #1b2a44;
  color: #ffffff;
  font-size: 1.2rem;
  min-width: 96px;
  border: 2px solid #1b2a44;
}
.btn-amount-navy:hover {
  background: #a23a2c;
  border-color: #a23a2c;
  color: #ffffff;
}
.fec-note {
  font-size: 0.82rem;
  color: #5f6671;
  text-align: center;
  margin-top: 1.25rem;
  line-height: 1.5;
}
.donate-check {
  margin-top: 1.5rem;
}
.check-address {
  font-style: normal;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #1b2a44;
  letter-spacing: 0.01em;
  margin: 1rem 0 0.5rem;
}
.home-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}
.home-about-media {
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(27, 42, 68, 0.1);
  background: #e9e3d6;
}
.home-about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about-text .eyebrow {
  margin-bottom: 0.6rem;
}
.home-about-text p {
  color: #23282d;
  font-size: 1.08rem;
}
.home-about-text .btn {
  margin-top: 1.25rem;
}
@media (max-width: 860px) {
  .home-about-grid {
    grid-template-columns: 1fr;
  }
  .home-about-media {
    order: -1;
  }
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2.5rem;
  align-items: start;
}
.about-photo {
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(27, 42, 68, 0.1);
  width: 100%;
  position: sticky;
  top: 90px;
}
@media (max-width: 860px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-photo {
    position: static;
    max-width: 360px;
  }
}
.about-closer {
  font-size: 1.15rem;
  color: #1b2a44;
  margin-top: 1.5rem;
}
.stat-band {
  background: #1b2a44;
  color: #ffffff;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}
.stat-band .section-head {
  margin-bottom: 2rem;
}
.stat-band .section-head h2 {
  color: #ffffff;
}
.stat-band .section-head .eyebrow {
  color: #e3c78f;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
}
.stat {
  text-align: center;
}
.stat-num {
  display: block;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 1;
  color: #bf8a3c;
}
.stat-label {
  display: block;
  margin-top: 0.5rem;
  color: #f6f1e7;
  font-size: 0.95rem;
  line-height: 1.4;
}
@media (max-width: 860px) {
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.timeline {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
}
.tl-item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-top: 1px solid #e3dccd;
  align-items: start;
}
.tl-date {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #a23a2c;
  font-size: 0.95rem;
  padding-top: 0.15rem;
}
.tl-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
}
.tl-body p {
  margin: 0;
  color: #5f6671;
  font-size: 1rem;
}
@media (max-width: 860px) {
  .tl-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .tl-date {
    padding-top: 0;
  }
}
.cta-center {
  text-align: center;
  margin-top: 2rem;
}
.merch-card {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e3dccd;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(27, 42, 68, 0.1);
  padding: clamp(2rem, 5vw, 3.5rem);
}
.merch-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  color: #a23a2c;
}
.merch-card h2 {
  margin-bottom: 0.75rem;
}
.merch-card p {
  color: #5f6671;
  max-width: 46ch;
  margin: 0 auto 1rem;
}
.merch-shop-btn {
  font-size: 1.15rem;
  padding: 0.9rem 2.4rem;
  margin: 0.75rem 0 0.5rem;
}
.merch-note {
  font-size: 0.85rem;
  color: #5f6671;
  margin: 0;
}
