@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:ital,wght@0,400;0,500;0,600;1,400&display=swap');

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

:root {
  --yellow:   #F5C400;
  --yellow2:  #E6B800;
  --yellow-l: #FFF9E0;
  --yellow-m: #FFF2B0;
  --blue:     #1A56B0;
  --blue2:    #1347A0;
  --blue-l:   #E8F0FB;
  --blue-m:   #C0D4F5;
  --white:    #FFFFFF;
  --off-white:#F9F8F4;
  --cream:    #FFF9E0;
  --ink:      #1C1C1C;
  --ink2:     #2D2D2D;
  --g1:       #4B5563;
  --g2:       #6B7280;
  --g3:       #9CA3AF;
  --g4:       #D1D5DB;
  --g5:       #F3F4F6;
  --body:     'Barlow', sans-serif;
  --display:  'Barlow Condensed', sans-serif;
  --stripe:   repeating-linear-gradient(90deg, rgba(245,196,0,.18) 0px, rgba(245,196,0,.18) 6px, transparent 6px, transparent 28px);
}

html { scroll-behavior: smooth; }

body {
  background: var(--off-white);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── NAV ── */
nav {
  background: var(--white);
  border-bottom: 3px solid var(--yellow);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 900;
  color: var(--blue);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--yellow);
}
.nav-brand span {
  color: var(--g3);
  font-weight: 400;
  font-size: 12px;
  margin-left: 4px;
  letter-spacing: 1.5px;
}
.nav-links { display: flex; gap: 2px; align-items: center; flex-wrap: wrap; }
.nav-links a {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--g2);
  padding: 6px 11px;
  border-radius: 6px;
  transition: color .12s, background .12s;
  text-decoration: none;
}
.nav-links a:hover { color: var(--blue); background: var(--blue-l); }
.nav-links a.active { color: var(--blue); background: var(--blue-l); }
.nav-links a[href*="fundraising"] {
  color: var(--blue2);
  background: var(--yellow-m);
  border: 1px solid var(--yellow);
}
.nav-links a[href*="fundraising"]:hover { background: var(--yellow); }

/* ── PAGE WRAPPER ── */
.page { max-width: 1120px; margin: 0 auto; padding: 0 24px 80px; }

/* ── HERO ── */
.hero {
  background: var(--blue);
  padding: 56px 0 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--stripe);
  opacity: .4;
}
.hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 24px; }
.hero-kicker {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(44px, 8vw, 80px);
  font-weight: 900;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 3px 3px 0 rgba(0,0,0,.15);
  margin-bottom: 8px;
}
.hero-sub {
  font-family: var(--display);
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255,255,255,.85);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero-rule { width: 56px; height: 4px; background: var(--yellow); margin: 0 auto 18px; border-radius: 2px; }
.hero-tagline { font-size: clamp(14px, 1.8vw, 17px); color: rgba(255,255,255,.75); max-width: 580px; margin: 0 auto; line-height: 1.75; }

/* ── SECTIONS ── */
.section { padding: 52px 0 0; }
.section-label {
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section h2 {
  font-family: var(--display);
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 900;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.section-rule { height: 3px; background: var(--yellow); max-width: 56px; margin-bottom: 28px; border-radius: 2px; }
.section p { color: var(--g1); line-height: 1.8; margin-bottom: 14px; max-width: 720px; }
.section p strong { color: var(--ink); font-weight: 600; }

/* ── CARDS ── */
.card-grid { display: grid; gap: 16px; }
.card-grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.card-grid-3 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card-grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.card {
  background: var(--white);
  border: 1px solid var(--g4);
  border-radius: 10px;
  padding: 22px;
}
.card-gold  { border-top: 4px solid var(--yellow); }
.card-blue  { border-top: 4px solid var(--blue); }
.card-teal  { border-top: 4px solid #0F766E; }

.card h3 {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.card p { font-size: 14px; color: var(--g2); line-height: 1.65; margin-bottom: 0; }
.card .card-role { font-size: 12px; color: var(--g3); margin-top: 4px; }

/* ── AVATAR ── */
.avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-size: 14px; font-weight: 800;
  flex-shrink: 0;
  margin-bottom: 12px;
}
.av-gold { background: var(--yellow-m); color: var(--blue2); border: 2px solid var(--yellow); }
.av-blue { background: var(--blue-l);   color: var(--blue2); border: 2px solid var(--blue-m); }
.av-teal { background: #E1F5EE;         color: #085041;      border: 2px solid #9FE1CB; }
.av-gray { background: var(--g5);       color: var(--g2);    border: 1px solid var(--g4); }

/* ── BADGE ── */
.badge {
  display: inline-block;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.badge-gold   { background: var(--yellow-m); color: var(--blue2); border: 1px solid var(--yellow); }
.badge-blue   { background: var(--blue-l);   color: var(--blue2); }
.badge-teal   { background: #E1F5EE;         color: #085041; }
.badge-gray   { background: var(--g5);       color: var(--g2); border: 1px dashed var(--g4); }
.badge-open   { background: transparent;     color: var(--g3); border: 1px dashed var(--g4); }

/* ── DOC DOWNLOAD ── */
.doc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--g4);
  border-radius: 10px;
  padding: 15px 18px;
  transition: border-color .12s, box-shadow .12s;
  text-decoration: none;
  color: inherit;
}
.doc-item:hover { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(245,196,0,.15); text-decoration: none; }
.doc-icon {
  width: 40px; height: 40px;
  background: var(--yellow-m);
  border: 1px solid var(--yellow);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--blue);
  font-size: 18px;
  flex-shrink: 0;
}
.doc-info .doc-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.doc-info .doc-desc { font-size: 12px; color: var(--g3); margin-top: 2px; }
.doc-dl { margin-left: auto; color: var(--blue); font-size: 17px; flex-shrink: 0; }

/* ── CALLOUT ── */
.callout {
  border-left: 4px solid var(--yellow);
  background: var(--yellow-l);
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin: 22px 0;
}
.callout p { color: var(--ink2) !important; font-size: 14px; margin-bottom: 0 !important; max-width: none; }
.callout strong { color: var(--ink); }

/* ── VOTING TABLE ── */
.vote-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.vote-table th {
  background: var(--blue);
  color: var(--yellow);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 14px;
  border: 1px solid var(--blue2);
  text-align: left;
  font-size: 12px;
}
.vote-table td {
  padding: 9px 14px;
  border: 1px solid var(--g4);
  color: var(--g1);
  vertical-align: top;
}
.vote-table tr:nth-child(odd) td  { background: var(--g5); }
.vote-table tr:nth-child(even) td { background: var(--white); }
.vote-table tr:hover td { background: var(--blue-l); }
.cat-i   { color: var(--blue2); font-weight: 600; }
.cat-ii  { color: #0F766E;      font-weight: 600; }
.cat-iii { color: #B91C1C;      font-weight: 600; }
.no-vote { color: var(--g3);    font-style: italic; }

/* ── GOLD STRIP ── */
.gold-strip {
  background: var(--yellow);
  padding: 11px 24px;
  text-align: center;
  border-bottom: 2px solid var(--yellow2);
}
.gold-strip p {
  font-family: var(--display);
  font-size: 14px;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  max-width: none;
}

/* ── TEAM BANNER ── */
.team-banner {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  border-bottom: 3px solid var(--yellow);
}

/* ── FOOTER ── */
footer {
  background: var(--blue);
  border-top: 4px solid var(--yellow);
  padding: 36px 24px;
  text-align: center;
}
.footer-brand {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 900;
  color: var(--yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0,0,0,.2);
  margin-bottom: 10px;
}
footer p { font-size: 13px; color: rgba(255,255,255,.6); margin: 0; max-width: none; }
.footer-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin: 10px 0; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.55); text-decoration: none; }
.footer-links a:hover { color: var(--yellow); }

/* ── CTA BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow);
  color: var(--blue);
  font-family: var(--display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 6px;
  text-decoration: none;
  border: none; cursor: pointer;
  transition: background .12s;
}
.btn-primary:hover { background: var(--yellow2); text-decoration: none; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  color: var(--blue);
  font-family: var(--display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid var(--blue);
  cursor: pointer;
  transition: background .12s, color .12s;
}
.btn-outline:hover { background: var(--blue); color: var(--yellow); text-decoration: none; }

/* ── UTILITY ── */
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.text-gold { color: var(--yellow2); }
.text-blue { color: var(--blue); }
.text-gray { color: var(--g2); }

@media (max-width: 640px) {
  .nav-links a { font-size: 11px; padding: 5px 7px; }
  .card-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
