:root {
  --ink: #14213d;
  --ink-soft: #344054;
  --paper: #fffdf8;
  --cream: #f5efe2;
  --red: #a52d2d;
  --flag-blue: #1d3557;
  --soft-blue: #375a7f;
  --gold: #d9ad52;
  --muted: #6b7280;
  --line: rgba(20,33,61,.14);
  --shadow: 0 20px 48px rgba(20,33,61,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,253,248,.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  text-decoration: none;
  font: 800 1rem/1 Arial, sans-serif;
  letter-spacing: .02em;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font: 700 .9rem/1.2 Arial, sans-serif;
}
.nav-links a { text-decoration: none; display: inline-flex; align-items: center; }
.nav-links a:hover { color: var(--red); }
.nav-priority {
  color: var(--red);
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(165,45,45,.07);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font: 800 .92rem/1 Arial, sans-serif;
  transition: transform .15s ease, box-shadow .15s ease;
}
.button:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(20,33,61,.14); }
.button.alt { background: #fff; color: var(--ink); border-color: var(--ink); }
.button.alt:hover { color: var(--ink); }
.button.disabled { background: #e7e1d6; border-color: #e7e1d6; color: #8a8174; cursor: default; box-shadow: none; transform: none; }

.hero {
  padding: 84px 0 72px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(245,239,226,.92));
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr);
  gap: 52px;
  align-items: center;
}
.eyebrow {
  font: 800 .76rem/1.2 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--red);
  margin-bottom: 14px;
}
h1, h2, h3 { line-height: 1.05; margin: 0 0 18px; }
h1 { font-size: clamp(3.2rem, 8vw, 6.4rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2rem, 5vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.lede { max-width: 760px; font-size: clamp(1.12rem,2vw,1.32rem); color: var(--ink-soft); }
.campaign-line { margin: 0 0 18px; color: var(--flag-blue); font: 800 1.15rem/1.35 Arial, sans-serif; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-note { margin-top: 24px; max-width: 680px; font: .88rem/1.5 Arial, sans-serif; color: var(--muted); }
.tyty-voice {
  margin-top: 26px;
  padding: 20px 22px;
  border-left: 4px solid var(--red);
  background: rgba(255,255,255,.78);
  font-size: 1.03rem;
}
.tyty-voice strong {
  display: block;
  margin-bottom: 8px;
  font: 800 .84rem/1.2 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--soft-blue);
}

.candidate-card {
  position: relative;
  min-height: 470px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.candidate-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center 42%;
}

.section { padding: 74px 0; }
.section.tinted { background: var(--cream); }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  background: rgba(255,255,255,.72);
  min-height: 226px;
  text-decoration: none;
}
a.card { transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
a.card:hover { transform: translateY(-3px); box-shadow: 0 18px 46px rgba(20,33,61,.09); border-color: rgba(165,45,45,.35); }
.card p { color: #475569; }
.kicker, .card .kicker {
  margin-bottom: 10px;
  color: var(--soft-blue);
  font: 800 .78rem/1.2 Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.arrow { display: inline-block; margin-top: 18px; font: 900 .92rem/1.3 Arial, sans-serif; color: var(--red); }

.split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 34px; align-items: start; }
.article { max-width: 850px; }
.article p, .article li { font-size: 1.08rem; }
.article h2 { margin-top: 46px; font-size: clamp(1.9rem,4vw,3rem); }
.article h2:first-child { margin-top: 0; }
.callout { padding: 24px; border-radius: 18px; background: var(--cream); border: 1px solid var(--line); margin: 28px 0; }
.notice { margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--gold); background: rgba(217,173,82,.12); font: .92rem/1.55 Arial, sans-serif; }
.small { font: .9rem/1.5 Arial, sans-serif; color: var(--muted); }
.page-hero { padding: 74px 0 58px; background: linear-gradient(180deg,var(--paper),var(--cream)); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 950px; font-size: clamp(3rem,8vw,6.4rem); }
.breadcrumb { font: 800 .84rem/1.4 Arial, sans-serif; margin-bottom: 18px; }
.breadcrumb a { color: var(--red); text-decoration: none; }
.back-home { margin-top: 34px; }

.hobbies-card { min-height: 0; }
.hobby-list { margin: 0; padding-left: 1.25rem; }
.hobby-list li { margin: 0 0 16px; color: #475569; }
.hobby-list li:last-child { margin-bottom: 0; }
.hobby-list strong { color: var(--ink); }

.staff-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 22px; }
.staff-card { min-height: 0; }
.staff-title { font: 900 .78rem/1.2 Arial, sans-serif; text-transform: uppercase; letter-spacing: .09em; color: var(--red); margin-bottom: 9px; }
.story-card { margin: 28px 0; padding: 30px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.story-card p:last-child { margin-bottom: 0; }

.qa-list { display: grid; gap: 12px; }
.qa-item { border: 1px solid var(--line); border-radius: 18px; padding: 22px; background: #fff; }
.qa-item h3 { margin-bottom: 8px; }
.qa-item p { margin: 0; color: var(--ink-soft); }

.support-section { padding: 80px 0; background: var(--flag-blue); color: #fff; }
.support-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 46px; align-items: start; }
.support-section h2 { color: #fff; }
.support-lede { font-size: 1.12rem; color: rgba(255,255,255,.84); }
.support-box { background: #fff; color: var(--ink); border-radius: 24px; padding: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.support-label { font: 800 1rem/1.2 Arial, sans-serif; margin-bottom: 14px; }
.amount-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.amount-grid button { appearance: none; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 12px; padding: 14px 8px; font: 800 1rem/1 Arial, sans-serif; }
.support-button { width: 100%; margin-top: 12px; border: 0; border-radius: 999px; padding: 14px 18px; background: var(--red); color: #fff; font: 800 1rem/1 Arial, sans-serif; opacity: .82; }
.support-disclosure { margin: 16px 2px 0; color: #667085; font: .78rem/1.5 Arial, sans-serif; }

.footer { border-top: 1px solid var(--line); padding: 34px 0 48px; color: var(--muted); font: .86rem/1.5 Arial, sans-serif; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; color: var(--ink-soft); font-weight: 700; }

@media (max-width: 980px) {
  .hero-grid, .split, .support-grid { grid-template-columns: 1fr; }
  .grid.three { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px,1140px); }
  .nav { min-height: 66px; gap: 12px; }
  .nav-links { gap: 8px; font-size: .82rem; }
  .nav-links .nav-secondary { display: none; }
  .nav-priority { padding: 7px 9px; }
  .hero { padding: 62px 0 58px; }
  .grid, .grid.three, .staff-grid { grid-template-columns: 1fr; }
  .candidate-card, .candidate-card img { min-height: 390px; }
  .section { padding: 58px 0; }
  .footer-row { flex-direction: column; }
}
@media (max-width: 520px) {
  .brand { font-size: .9rem; }
  .nav-links .button { display: none; }
}
