/* ─── Tokens ──────────────────────────────────────────────── */
:root {
  --navy:      #0F2240;
  --navy-mid:  #1A3558;
  --gold:      #F5A623;
  --gold-dark: #D4891A;
  --sky:       #4A9CCF;
  --ink:       #111827;
  --paper:     #F7F4EE;
  --white:     #FFFFFF;
  --rule:      #D4C9B0;
  --rule-dark: #3A4A5C;
  --muted:     #6B7280;
  --card-bg:   #EFECE4;
  --bg:        var(--paper);
  --text:      var(--ink);
  --border:    #D4C9B0;
  --shadow:    rgba(0,0,0,.08);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --navy: #050E1C; --navy-mid: #0D1F38;
    --gold: #F5A623; --gold-dark: #D4891A;
    --ink: #E8EAF0; --paper: #0D1117; --white: #0D1117;
    --rule: #1E2A3A; --rule-dark: #1E2A3A; --muted: #7A8899;
    --bg: #0D1117; --text: #E8EAF0; --card-bg: #101820;
    --border: #1E2A3A; --shadow: rgba(0,0,0,.4);
  }
}
:root[data-theme="dark"] {
  --navy: #050E1C; --navy-mid: #0D1F38; --gold: #F5A623;
  --gold-dark: #D4891A; --ink: #E8EAF0; --paper: #0D1117;
  --white: #0D1117; --rule: #1E2A3A; --rule-dark: #1E2A3A;
  --muted: #7A8899; --bg: #0D1117; --text: #E8EAF0;
  --card-bg: #101820; --border: #1E2A3A; --shadow: rgba(0,0,0,.4);
}

/* ─── Reset / Base ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sky); text-decoration: none; }
a:hover { text-decoration: underline; }
.sans { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

/* ─── WP admin bar ────────────────────────────────────────── */
.admin-bar .masthead { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .masthead { top: 46px; } }

/* ─── Accessibility ───────────────────────────────────────── */
.skip-link {
  position: absolute; left: -9999px; top: auto;
  background: var(--gold); color: var(--navy); padding: .5rem 1rem; font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; z-index: 10000; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ─── Masthead ─────────────────────────────────────────────── */
.masthead { background: var(--navy); border-bottom: 4px double var(--gold); position: sticky; top: 0; z-index: 200; }
.masthead-top { max-width: 1200px; margin: 0 auto; padding: 1.1rem 2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.logo-area { text-align: center; flex: 1; }
.logo-link { text-decoration: none; display: inline-block; }
.logo-link:hover { text-decoration: none; }
.logo-title { font-size: clamp(1.4rem, 3vw, 2.4rem); font-weight: 900; color: #fff; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; font-family: Georgia, serif; }
.logo-title span { color: var(--gold); }
.logo-sub { font-size: 0.62rem; color: rgba(255,255,255,0.38); letter-spacing: 0.22em; text-transform: uppercase; margin-top: 0.15rem; font-family: -apple-system, sans-serif; }
.masthead-meta { font-size: 0.68rem; color: rgba(255,255,255,0.35); letter-spacing: 0.06em; font-family: -apple-system, sans-serif; white-space: nowrap; line-height: 1.5; }
.masthead-actions { display: flex; align-items: center; gap: 0.6rem; }
.btn-lang { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .04em; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.28); padding: .35rem .75rem; transition: color .2s, border-color .2s; text-decoration: none; display: inline-block; }
.btn-lang:hover { color: #fff; border-color: rgba(255,255,255,.7); text-decoration: none; }
.masthead-donate { background: var(--gold); color: var(--navy); font-family: -apple-system, sans-serif; font-size: 0.75rem; font-weight: 800; padding: 0.45rem 1.1rem; white-space: nowrap; letter-spacing: 0.05em; text-transform: uppercase; transition: background 0.15s; text-decoration: none; display: inline-block; }
.masthead-donate:hover { background: var(--gold-dark); color: var(--navy); text-decoration: none; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .5rem; }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; background: #fff; margin: 4px 0; transition: all .25s; }
.masthead-nav { border-top: 1px solid rgba(255,255,255,0.08); }
.masthead-nav ul { max-width: 1200px; margin: 0 auto; padding: 0 2rem; list-style: none; display: flex; align-items: center; }
.masthead-nav li { list-style: none; }
.masthead-nav li a { display: block; padding: 0.55rem 0.9rem; font-family: -apple-system, sans-serif; font-size: 0.76rem; font-weight: 600; color: rgba(255,255,255,0.65); letter-spacing: 0.06em; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,0.08); transition: color 0.15s, background 0.15s; text-decoration: none; white-space: nowrap; }
.masthead-nav li a:hover,
.masthead-nav li a.active,
.masthead-nav .current-menu-item > a,
.masthead-nav .current_page_item > a { color: var(--gold); background: rgba(255,255,255,0.04); text-decoration: none; }
.masthead-nav li:last-child a { border-right: none; }
@media (max-width: 860px) {
  .masthead-meta { display: none; }
  .btn-lang { display: none; }
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; }
  .masthead-nav { display: none; }
  .masthead-nav.open { display: block; }
  .masthead-nav ul { flex-direction: column; height: auto; padding: .75rem 2rem 1.25rem; align-items: flex-start; }
  .masthead-nav li { height: auto; width: 100%; }
  .masthead-nav li a { padding: .65rem .25rem; height: auto; width: 100%; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,.07); }
  .masthead-nav li:last-child a { border-bottom: none; }
}

/* ─── Ticker ──────────────────────────────────────────────── */
.ticker { background: var(--gold); padding: 0.45rem 0; overflow: hidden; }
.ticker-inner { display: flex; align-items: center; }
.ticker-label { background: var(--navy); color: var(--gold); font-family: -apple-system, sans-serif; font-size: 0.65rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.2rem 0.7rem; white-space: nowrap; flex-shrink: 0; }
.ticker-track { overflow: hidden; flex: 1; }
.ticker-text { white-space: nowrap; font-family: -apple-system, sans-serif; font-size: 0.76rem; font-weight: 700; color: var(--navy); animation: ticker-scroll 40s linear infinite; display: inline-block; padding-left: 2rem; }
@keyframes ticker-scroll { from { transform: translateX(100vw); } to { transform: translateX(-100%); } }

/* ─── Buttons ─────────────────────────────────────────────── */
.btn-ink, .btn-rule, .btn-gold {
  display: inline-block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: .7rem 1.5rem; border-radius: 2px; transition: all .2s; text-decoration: none;
  white-space: nowrap;
}
.btn-ink { background: var(--navy); color: #fff; }
.btn-ink:hover { background: #1a3a6a; color: #fff; text-decoration: none; }
.btn-rule {
  background: transparent; color: var(--navy); border: 2px solid var(--navy);
}
.btn-rule:hover { background: var(--navy); color: #fff; text-decoration: none; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #e09510; color: var(--navy); text-decoration: none; }

/* dark mode btn-rule */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .btn-rule { color: #EDE8DE; border-color: #EDE8DE; }
  :root:not([data-theme="light"]) .btn-rule:hover { background: #EDE8DE; color: var(--navy); }
}
:root[data-theme="dark"] .btn-rule { color: #EDE8DE; border-color: #EDE8DE; }
:root[data-theme="dark"] .btn-rule:hover { background: #EDE8DE; color: var(--navy); }

/* ─── Section Rule ────────────────────────────────────────── */
.section-rule { border-top: 3px solid var(--ink); border-bottom: 1px solid var(--rule); margin: 0; padding: 0.35rem 2rem; background: var(--paper); }
.section-rule-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}
.section-rule-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase;
  color: var(--ink); white-space: nowrap;
}
.section-rule-line { flex: 1; height: 1px; background: var(--rule); margin: 0 1rem; }

/* ─── Hero ────────────────────────────────────────────────── */
.hero { background-color: var(--navy); background-size: cover; background-position: center top; border-bottom: 3px solid var(--ink); padding: 2.5rem 2rem 2rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(105deg, rgba(5,14,28,0.9) 0%, rgba(5,14,28,0.68) 55%, rgba(5,14,28,0.8) 100%); }
.hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.hero-date {
  font-family: -apple-system, sans-serif; font-size: 0.68rem; color: var(--muted);
  letter-spacing: 0.08em; text-transform: uppercase;
  border-top: 2px solid var(--ink); border-bottom: 1px solid var(--rule);
  padding: 0.35rem 0; margin-bottom: 1.75rem;
  display: flex; justify-content: space-between;
}
.hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 0; border-left: 1px solid var(--rule); }
.hero-main { padding: 0 2rem 0 0; border-right: 1px solid var(--rule); }
.hero-kicker {
  font-family: -apple-system, sans-serif; font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); background: var(--navy);
  display: inline-block; padding: 0.2rem 0.55rem; margin-bottom: 0.85rem;
}
.hero-headline {
  font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 900; line-height: 1.07;
  color: var(--ink); margin-bottom: 0.85rem; text-wrap: balance;
  border-bottom: 2px solid var(--rule); padding-bottom: 0.85rem; min-height: 2.5em;
}
.typewriter-cursor::after { content: '|'; animation: blink .75s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.hero-deck { font-size: 1rem; color: var(--muted); line-height: 1.72; margin-bottom: 1.25rem; font-style: italic; }
.hero-byline {
  font-family: -apple-system, sans-serif; font-size: 0.7rem; font-weight: 700;
  color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 1.25rem;
}
.hero-ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-sidebar { padding-left: 1.5rem; }
.sidebar-stat { border-bottom: 1px solid var(--rule); padding: 0.85rem 0; text-align: center; }
.sidebar-stat:first-child { padding-top: 0; }
.sidebar-num { font-size: 2.6rem; font-weight: 900; color: var(--navy); line-height: 1; font-variant-numeric: tabular-nums; }
.sidebar-label { font-family: -apple-system, sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 0.2rem; }
.sidebar-trust { margin-top: 0.85rem; padding-top: 0.85rem; border-top: 2px solid var(--ink); }
.trust-badge { display: flex; align-items: center; gap: 0.4rem; font-family: -apple-system, sans-serif; font-size: 0.65rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; letter-spacing: 0.04em; }
.trust-badge::before { content: '▪'; color: var(--gold); font-size: 0.75rem; }
@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-main { border-right: none; padding-right: 0; }
  .hero-sidebar { padding-left: 0; padding-top: 1.5rem; border-top: 1px solid var(--rule); }
  .sidebar-stat { border-bottom: none; }
}
/* Hero photo background — always white text regardless of theme */
.hero .hero-date { color: rgba(255,255,255,0.45); border-color: rgba(255,255,255,0.15); }
.hero .hero-grid { border-color: rgba(255,255,255,0.12); }
.hero .hero-main { border-color: rgba(255,255,255,0.12); }
.hero .hero-sidebar { border-color: rgba(255,255,255,0.12); }
.hero .hero-headline { color: #fff; border-color: rgba(255,255,255,0.15); }
.hero .hero-deck { color: rgba(255,255,255,0.82); }
.hero .hero-byline { color: rgba(255,255,255,0.5); }
.hero .sidebar-num { color: var(--gold); }
.hero .sidebar-label { color: rgba(255,255,255,0.5); }
.hero .sidebar-stat { border-color: rgba(255,255,255,0.1); }
.hero .sidebar-trust { border-color: rgba(255,255,255,0.18); }
.hero .trust-badge { color: rgba(255,255,255,0.55); }
.hero .btn-rule { border-color: rgba(255,255,255,0.4); color: #fff; }
.hero .btn-rule:hover { background: rgba(255,255,255,0.08); border-color: #fff; }

/* ─── Programs ────────────────────────────────────────────── */
.programs-section { background: var(--paper); padding: 2rem 2rem 2.5rem; border-bottom: 3px solid var(--ink); }
.programs-inner { max-width: 1200px; margin: 0 auto; }
.programs-cols {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
@media (max-width: 900px) { .programs-cols { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .programs-cols { grid-template-columns: 1fr; } }

.prog-col {
  padding: 1.75rem 1.5rem; border-right: 1px solid var(--rule);
  position: relative;
}
.prog-col:last-child { border-right: none; }
.prog-num {
  font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold); font-family: -apple-system, sans-serif;
  background: var(--navy); display: inline-block; padding: 0.15rem 0.45rem; margin-bottom: 0.65rem;
}
.prog-col h3 { font-size: .95rem; font-weight: 900; line-height: 1.2; margin-bottom: .5rem; color: var(--ink); }
.prog-col p { font-size: .8rem; color: var(--muted); line-height: 1.65; font-style: italic; }

/* ─── Story + Timeline ────────────────────────────────────── */
.story-section { background: var(--navy); color: #fff; padding: 4rem 2rem; }
.story-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
}
@media (max-width: 800px) { .story-inner { grid-template-columns: 1fr; gap: 2.5rem; } }

.story-text .kicker {
  display: block; font-size: .62rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .6rem;
}
.story-text h2 { font-size: 1.6rem; color: #fff; margin-bottom: 1rem; line-height: 1.3; }
.story-text p { font-size: .9rem; color: rgba(255,255,255,.75); margin-bottom: .85rem; line-height: 1.7; }
.story-text a { color: var(--gold); }
.pull-quote {
  border-left: 3px solid var(--gold); padding-left: 1.25rem; margin: 1.5rem 0;
}
.pull-quote p {
  font-size: .95rem; font-style: italic; color: rgba(255,255,255,.85);
  line-height: 1.6; margin: 0;
}

.timeline h3 { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.tl-item { display: flex; gap: 1.25rem; margin-bottom: 1.25rem; }
.tl-year {
  font-size: .75rem; font-weight: 700; color: var(--gold); white-space: nowrap;
  padding-top: .2rem; min-width: 42px;
}
.tl-text h4 { font-size: .88rem; color: #fff; margin-bottom: .2rem; }
.tl-text p { font-size: .8rem; color: rgba(255,255,255,.6); line-height: 1.55; }

/* ─── Partners (homepage strip) ──────────────────────────── */
.partners-section { background: var(--paper); padding: 2.5rem 2rem; border-bottom: 3px solid var(--ink); }
.partners-inner { max-width: 1200px; margin: 0 auto; }
.partner-row {
  display: flex; flex-wrap: wrap; gap: 0; justify-content: center;
  margin-top: 1.25rem; border: 1px solid var(--rule);
}
.partner-badge {
  border-right: 1px solid var(--rule);
  padding: 1.25rem 1.5rem; text-align: center; flex: 1; min-width: 110px;
  transition: background 0.15s;
}
.partner-badge:last-child { border-right: none; }
.partner-badge:hover { background: var(--card-bg); }
.p-abbr { font-size: 1.1rem; font-weight: 900; color: var(--navy); line-height: 1; }
.p-name { font-size: .62rem; color: var(--muted); letter-spacing: .04em; line-height: 1.4; margin-top: .3rem; }

/* ─── Videos section ─────────────────────────────────────── */
.videos-section { background: var(--navy); padding: 2.5rem 2rem; }
.videos-inner { max-width: 1200px; margin: 0 auto; }
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 1.25rem; background: rgba(255,255,255,0.08); }
.video-thumb { aspect-ratio: 16/9; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; transition: background 0.15s; cursor: pointer; position: relative; overflow: hidden; }
.video-thumb:hover { background: rgba(255,255,255,0.07); }
a.video-thumb { text-decoration: none; color: inherit; }
.video-thumb canvas { position: absolute; inset: 0; opacity: 0.6; width: 100%; height: 100%; display: block; }
.video-overlay { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; width: 100%; height: 100%; }
.play-btn { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; flex-shrink: 0; }
.play-btn::after { content: ''; border-left: 16px solid var(--navy); border-top: 10px solid transparent; border-bottom: 10px solid transparent; margin-left: 3px; }
.video-title { font-family: -apple-system, sans-serif; font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.65); text-align: center; padding: 0 1rem; line-height: 1.4; }
@media (max-width: 900px) { .video-grid { grid-template-columns: 1fr; } }

/* ─── News section ────────────────────────────────────────── */
.news-section { background: var(--paper); padding: 2.5rem 2rem; border-bottom: 3px solid var(--ink); }
.news-inner { max-width: 1200px; margin: 0 auto; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--rule); margin-top: 1.25rem; }
@media (max-width: 860px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .news-grid { grid-template-columns: 1fr; } }

/* ─── News Card ───────────────────────────────────────────── */
.news-card {
  background: var(--paper); border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 0; overflow: hidden; transition: background .15s;
}
.news-card:hover { background: var(--card-bg); }
.news-card:nth-child(3n) { border-right: none; }
.nc-photo { height: 150px; overflow: hidden; }
.nc-photo img { width: 100%; height: 100%; object-fit: cover; }
.nc-body { padding: 1rem 1.5rem; }
[data-photo] { overflow: hidden; position: relative; }
[data-photo] canvas { display: block; width: 100%; height: 100%; }
.nc-cat {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); background: var(--navy); display: inline-block; padding: .12rem .45rem; margin-bottom: .6rem;
}
.nc-title { font-size: .95rem; font-weight: 700; line-height: 1.35; margin-bottom: .5rem; color: var(--ink); }
.nc-title a { color: var(--ink); }
.nc-title a:hover { color: var(--navy); text-decoration: none; }
.nc-date { font-family: -apple-system, sans-serif; font-size: .65rem; color: var(--muted); }

/* ─── CTA Band ────────────────────────────────────────────── */
.cta-band { background: var(--gold); padding: 3rem 2rem; border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.cta-band-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.cta-band h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 900; color: var(--navy); }
.cta-band p { font-size: .95rem; color: rgba(15,34,64,0.7); margin-top: .3rem; max-width: 50ch; }
.cta-buttons { display: flex; gap: .75rem; flex-wrap: wrap; }

/* ─── Footer ──────────────────────────────────────────────── */
.site-footer { background: #060D18; border-top: 4px double var(--gold); color: rgba(255,255,255,.5); padding: 2.5rem 2rem 1.5rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-main {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2rem;
  padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.1);
}
@media (max-width: 700px) { .footer-main { grid-template-columns: 1fr; gap: 1.75rem; } }
.footer-brand-name { font-family: Georgia, serif; font-size: .9rem; color: #fff; margin-bottom: .4rem; }
.footer-brand-desc { font-size: .78rem; line-height: 1.65; margin-bottom: 1rem; }
.footer-col-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .75rem;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .4rem; }
.footer-links a { font-size: .78rem; color: rgba(255,255,255,.5); }
.footer-links a:hover { color: #fff; text-decoration: none; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .75rem;
}
.footer-legal { font-size: .65rem; letter-spacing: .04em; }
.footer-tax { font-size: .65rem; color: rgba(255,255,255,.3); }
.footer-partners { padding: 1.25rem 0 1rem; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); margin: 0 0 1.5rem; }
.footer-partners-label { font-family: -apple-system, sans-serif; font-size: 0.58rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.22); margin-bottom: 0.65rem; }
.footer-partners-row { display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center; }
.fp-badge { font-family: -apple-system, sans-serif; font-size: 0.6rem; font-weight: 900; letter-spacing: 0.08em; color: rgba(255,255,255,0.3); border: 1px solid rgba(255,255,255,0.1); padding: 0.2rem 0.55rem; text-transform: uppercase; transition: color 0.15s, border-color 0.15s; }
.fp-badge:hover { color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.28); }

/* ─── Page Head ───────────────────────────────────────────── */
.page-head { background: var(--navy); padding: 3.5rem 2rem 3rem; border-bottom: 3px double var(--gold); }
.page-head-inner { max-width: 1200px; margin: 0 auto; }
.page-kicker {
  display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .6rem;
}
.page-head h1 { font-size: 2rem; color: #fff; margin-bottom: .75rem; line-height: 1.25; }
.page-head p { font-size: .95rem; color: rgba(255,255,255,.7); max-width: 600px; }

/* ─── About page ──────────────────────────────────────────── */
.about-section { padding: 2.5rem 1.5rem; }
.about-inner { max-width: 1180px; margin: 0 auto; }
.story-cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;
}
@media (max-width: 760px) { .story-cols { grid-template-columns: 1fr; } }
.story-cols h2 { font-size: 1.35rem; margin-bottom: .85rem; }
.story-cols p { font-size: .88rem; color: var(--muted); margin-bottom: .75rem; line-height: 1.7; }
.story-pull blockquote {
  font-size: 1.05rem; font-style: italic; line-height: 1.6;
  border-left: 3px solid var(--gold); padding-left: 1.25rem; margin-bottom: .5rem;
}
.story-pull cite { font-style: normal; font-size: .75rem; color: var(--muted); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.story-photo img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 2px; }

.board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.board-member { padding: 0 2rem 2rem 0; border-right: 1px solid var(--rule); }
.board-member:nth-child(2) { padding: 0 2rem 2rem; }
.board-member:last-child { padding: 0 0 2rem 2rem; border-right: none; }
@media (max-width: 760px) {
  .board-grid { grid-template-columns: 1fr; }
  .board-member, .board-member:nth-child(2), .board-member:last-child { padding: 0 0 1.5rem; border-right: none; border-bottom: 1px solid var(--rule); }
  .board-member:last-child { border-bottom: none; }
}
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.team-member { border-right: 1px solid var(--rule); padding: 1.5rem 1.25rem; text-align: center; }
.team-member:last-child { border-right: none; }
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 540px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-member:nth-child(2n) { border-right: none; }
}
@media (max-width: 380px) { .team-grid { grid-template-columns: 1fr; } .team-member { border-right: none; } }

@media (max-width: 900px) {
  .donate-hero-inner { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--rule); }
  .principles-grid .principle { background: var(--paper); padding: 1rem; border-right: none; }
  .pillar { grid-template-columns: 1fr; }
  .pillar-num-col { border-right: none; border-bottom: 1px solid var(--rule); padding: 0 0 1rem; }
  .pillar-content { padding-left: 0; padding-top: 1rem; }
  .cs-grid, .test-grid, .fu-grid { grid-template-columns: 1fr; }
  .cs-card, .test-item, .fu-item { border-right: none; border-bottom: 1px solid var(--rule); }
  .partner-full { grid-template-columns: 1fr; }
  .pf-logo-col { border-right: none; border-bottom: 1px solid var(--rule); padding: 1rem 0; flex-direction: row; justify-content: flex-start; }
  .pf-content { padding-left: 0; padding-top: 1rem; }
  .locations-grid { grid-template-columns: repeat(2,1fr); }
  .is-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .impact-stats-inner { grid-template-columns: repeat(2,1fr); }
  .ow-grid { grid-template-columns: 1fr; }
  .ow-item { border-right: none; }
}

.member-photo-placeholder, .team-photo-placeholder {
  width: 80px; height: 80px; border-radius: 50%; margin-bottom: 1rem;
  background: var(--border);
}
.member-photo {
  width: 100%; height: 210px; border-radius: 0; margin-bottom: 1rem;
  object-fit: cover; object-position: 50% 15%; display: block;
}
.team-photo {
  width: 100%; height: 140px; border-radius: 0; margin: 0 0 0.75rem;
  object-fit: cover; object-position: 50% 15%; display: block;
  border: 1px solid var(--rule);
}
.member-name { font-weight: 700; font-size: .95rem; margin-bottom: .2rem; }
.member-title { font-size: .72rem; color: var(--muted); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin-bottom: .65rem; }
.member-short { font-size: .82rem; color: var(--muted); line-height: 1.6; }
.team-member { text-align: center; }
.team-photo-placeholder { margin: 0 auto 1rem; }
.team-name { font-weight: 700; font-size: .9rem; margin-bottom: .2rem; }
.team-role { font-size: .72rem; color: var(--muted); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

/* ─── Work page ───────────────────────────────────────────── */
.work-section { background: var(--paper); padding: 3rem 2rem; border-bottom: 3px solid var(--ink); }
.work-inner { max-width: 1200px; margin: 0 auto; }
.pillar { display: grid; grid-template-columns: 100px 1fr; gap: 0; padding: 2.5rem 0; border-bottom: 1px solid var(--rule); }
.pillar:last-child { border-bottom: none; }
.pillar-num-col { border-right: 1px solid var(--rule); padding-right: 2rem; padding-top: 0.3rem; }
.pillar-num-big { font-size: 3rem; font-weight: 900; color: var(--navy); line-height: 1; font-variant-numeric: tabular-nums; opacity: 0.18; }
.pillar-num-label { font-family: -apple-system, sans-serif; font-size: 0.58rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: var(--navy); display: inline-block; padding: 0.1rem 0.4rem; margin-top: 0.4rem; }
.pillar-content { padding-left: 2rem; }
.pillar-content h2 { font-size: 1.4rem; font-weight: 900; color: var(--ink); margin-bottom: 0.75rem; border-bottom: 1px solid var(--rule); padding-bottom: 0.65rem; }
.pillar-content p { font-size: 0.9rem; line-height: 1.8; color: var(--muted); margin-bottom: 0.85rem; }
.topic-list { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.5rem; }
.topic-list li { font-family: -apple-system, sans-serif; font-size: 0.68rem; font-weight: 600; background: var(--card-bg); border: 1px solid var(--rule); color: var(--ink); padding: 0.2rem 0.6rem; letter-spacing: 0.03em; }

.principles-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin-top: 1.5rem; }
.principle { border-right: 1px solid var(--rule); padding: 0 1.25rem; }
.principle:first-child { padding-left: 0; }
.principle:last-child { border-right: none; padding-right: 0; }
.principle-icon { font-size: 1.4rem; margin-bottom: 0.6rem; }
.principle h4 { font-size: 0.85rem; font-weight: 900; color: var(--ink); margin-bottom: 0.4rem; line-height: 1.2; }
.principle p { font-size: 0.78rem; color: var(--muted); line-height: 1.6; font-style: italic; }

.locations-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--rule); margin-top: 1.5rem; }
.location { padding: 1.25rem 1.5rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.location:nth-child(3n) { border-right: none; }
.location:nth-last-child(-n+3) { border-bottom: none; }
.loc-city { font-size: 1rem; font-weight: 900; color: var(--ink); margin-bottom: 0.2rem; }
.loc-country { font-family: -apple-system, sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.4rem; }
.loc-note { font-size: 0.78rem; color: var(--muted); font-style: italic; line-height: 1.5; }

/* ─── Impact page ─────────────────────────────────────────── */
.impact-stats { background: var(--navy); padding: 3rem 2rem; border-bottom: 4px double var(--gold); }
.impact-stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(5,1fr); }
.is-stat { text-align: center; padding: 0.5rem 1rem; border-right: 1px solid rgba(255,255,255,0.08); }
.is-stat:last-child { border-right: none; }
.is-num { font-size: clamp(2.2rem,3.5vw,3rem); font-weight: 900; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.is-label { font-family: -apple-system, sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 0.3rem; }
.impact-photo { width: 100%; height: 72vh; min-height: 440px; max-height: 740px; overflow: hidden; }
.impact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transform: scale(1.08); transition: transform 2.5s ease-out; }
.impact-photo.is-visible img { transform: scale(1); }

.case-studies { background: var(--paper); padding: 3rem 2rem; border-bottom: 3px solid var(--ink); }
.cs-inner { max-width: 1200px; margin: 0 auto; }
.cs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 1.5rem; }
.cs-card { padding: 1.75rem; border-right: 1px solid var(--rule); }
.cs-card:last-child { border-right: none; }
.cs-initial { width: 48px; height: 48px; background: var(--navy); font-size: 1.2rem; font-weight: 900; color: var(--gold); display: grid; place-items: center; margin-bottom: 1rem; }
.cs-name { font-size: 1.05rem; font-weight: 900; color: var(--ink); margin-bottom: 0.15rem; }
.cs-role { font-family: -apple-system, sans-serif; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.85rem; }
.cs-text { font-size: 0.85rem; line-height: 1.75; color: var(--muted); font-style: italic; }

.testimonials { background: var(--card-bg); padding: 3rem 2rem; border-bottom: 3px solid var(--ink); }
.test-inner { max-width: 1200px; margin: 0 auto; }
.test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 1.5rem; }
.test-item { padding: 1.5rem; border-right: 1px solid var(--rule); }
.test-item:last-child { border-right: none; }
.test-quote { font-size: 0.88rem; line-height: 1.8; color: var(--text); font-style: italic; border-left: 3px solid var(--gold); padding-left: 1rem; margin-bottom: 1rem; }
.test-name { font-family: -apple-system, sans-serif; font-size: 0.72rem; font-weight: 700; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; }

/* ─── Partners detail page ────────────────────────────────── */
.partner-detail { max-width: 1200px; margin: 0 auto; }
.partner-full { display: grid; grid-template-columns: 140px 1fr; gap: 0; border-bottom: 1px solid var(--rule); padding: 2rem 0; }
.partner-full:last-child { border-bottom: none; }
.pf-logo-col { border-right: 1px solid var(--rule); padding-right: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; text-align: center; }
.pf-abbr { font-family: -apple-system, sans-serif; font-size: 1.3rem; font-weight: 900; color: var(--ink); letter-spacing: 0.03em; line-height: 1; }
.pf-type { font-family: -apple-system, sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.pf-content { padding-left: 2rem; }
.pf-content h3 { font-size: 1.1rem; font-weight: 900; color: var(--ink); margin-bottom: 0.25rem; }
.pf-tag { font-family: -apple-system, sans-serif; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: var(--navy); display: inline-block; padding: 0.12rem 0.45rem; margin-bottom: 0.65rem; }
.pf-content p { font-size: 0.88rem; line-height: 1.75; color: var(--muted); }

/* ─── Support page ────────────────────────────────────────── */
.donate-hero { background: var(--navy); padding: 4rem 2rem; border-bottom: 4px double var(--gold); }
.donate-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.donate-hero h2 { font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 1rem; }
.donate-hero p { font-size: 0.95rem; color: rgba(255,255,255,0.6); line-height: 1.8; font-style: italic; margin-bottom: 1.5rem; }
.donate-amounts { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.amount-btn { border: 2px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.7); font-family: -apple-system, sans-serif; font-size: 0.88rem; font-weight: 700; padding: 0.5rem 1.25rem; cursor: pointer; transition: all 0.15s; }
.amount-btn:hover, .amount-btn.selected { border-color: var(--gold); color: var(--gold); background: rgba(245,166,35,0.1); }
.donate-panel { background: var(--paper); border: 1px solid var(--rule); padding: 2rem; }
.donate-panel h3 { font-size: 1.1rem; font-weight: 900; color: var(--navy); margin-bottom: 0.5rem; }
.donate-panel .sub { font-family: -apple-system, sans-serif; font-size: 0.75rem; color: var(--muted); margin-bottom: 1.25rem; }

.fund-usage { background: var(--paper); padding: 3rem 2rem; border-bottom: 3px solid var(--ink); }
.fu-inner { max-width: 1200px; margin: 0 auto; }
.fu-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 1.5rem; }
.fu-item { padding: 1.5rem; border-right: 1px solid var(--rule); }
.fu-item:last-child { border-right: none; }
.fu-icon { font-size: 1.6rem; margin-bottom: 0.65rem; }
.fu-item h4 { font-size: 0.95rem; font-weight: 900; color: var(--ink); margin-bottom: 0.4rem; }
.fu-item p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; font-style: italic; }

.other-ways { background: var(--card-bg); padding: 3rem 2rem; border-bottom: 3px solid var(--ink); }
.ow-inner { max-width: 1200px; margin: 0 auto; }
.ow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 1.5rem; }
.ow-item { padding: 2rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.ow-item:nth-child(2n) { border-right: none; }
.ow-item:nth-last-child(-n+2) { border-bottom: none; }
.ow-item h3 { font-size: 1.05rem; font-weight: 900; color: var(--ink); margin-bottom: 0.5rem; }
.ow-item p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }

/* ─── News archive / home.php ─────────────────────────────── */
.news-page-head { background: var(--navy); padding: 2.5rem 1.5rem; }
.news-page-head-inner { max-width: 1180px; margin: 0 auto; }
.news-page-head h1 { color: #fff; font-size: 1.6rem; }
.news-cat-tabs { padding: 1rem 1.5rem .5rem; border-bottom: 1px solid var(--border); }
.news-cat-tabs-inner { max-width: 1180px; margin: 0 auto; display: flex; gap: .5rem; flex-wrap: wrap; }
.cat-tab {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: .35rem .8rem; border-radius: 2px; color: var(--muted); border: 1px solid var(--border);
  text-decoration: none; transition: all .2s;
}
.cat-tab:hover, .cat-tab.active {
  background: var(--navy); color: #fff; border-color: var(--navy); text-decoration: none;
}
/* ─── News full page layout ──────────────────────────────── */
.news-cat-bar { background: var(--paper); border-bottom: 1px solid var(--rule); overflow-x: auto; }
.news-cat-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; flex-wrap: nowrap; }
.news-cat-inner .cat-tab { border-radius: 0; border-right: none; border-left: none; border-top: none; border-bottom: 3px solid transparent; padding: .5rem 1rem; white-space: nowrap; }
.news-cat-inner .cat-tab:hover, .news-cat-inner .cat-tab.active { background: none; border-bottom-color: var(--gold); color: var(--ink); }
.news-full { background: var(--paper); padding: 2.5rem 2rem 3rem; border-bottom: 3px solid var(--ink); }
.news-full-inner { max-width: 1200px; margin: 0 auto; }
.news-featured {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 0;
  border: 1px solid var(--rule); border-top: 3px solid var(--ink); margin-bottom: 2.5rem;
}
.nf-img { overflow: hidden; }
.nf-img img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.nf-content { padding: 2rem 2rem 1.75rem; display: flex; flex-direction: column; justify-content: center; }
.news-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--rule); }
.nl-item { border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background .15s; }
.nl-item:nth-child(3n) { border-right: none; }
.nl-item:hover { background: var(--card-bg); }
@media (max-width: 700px) {
  .news-featured { grid-template-columns: 1fr; }
  .nf-img img { min-height: 200px; }
  .news-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .news-list { grid-template-columns: 1fr; }
  .nl-item { border-right: none; }
}

.featured-post { padding: 2rem 1.5rem 1.5rem; }
.featured-post-inner { max-width: 1180px; margin: 0 auto; }
.fp-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
  border: 1px solid var(--border); border-radius: 2px; overflow: hidden; background: var(--card-bg);
}
@media (max-width: 640px) { .fp-card { grid-template-columns: 1fr; } }
.fp-photo img { width: 100%; height: 280px; object-fit: cover; }
.fp-body { padding: 1.75rem; }
.fp-body .nc-cat { margin-bottom: .5rem; }
.fp-body h2 { font-size: 1.2rem; margin-bottom: .6rem; line-height: 1.35; }
.fp-body h2 a { color: var(--text); }
.fp-body h2 a:hover { color: var(--sky); text-decoration: none; }
.fp-body p { font-size: .85rem; color: var(--muted); margin-bottom: .75rem; line-height: 1.6; }
.fp-meta { display: flex; gap: 1rem; font-size: .68rem; color: var(--muted); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

.news-posts-section { padding: 1.5rem 1.5rem 3rem; }
.news-posts-inner { max-width: 1180px; margin: 0 auto; }

.ap-pagination { padding: 2rem 1.5rem; text-align: center; }
.ap-pagination-inner { max-width: 1180px; margin: 0 auto; }
.ap-pagination .page-numbers {
  display: inline-block; padding: .4rem .8rem; border: 1px solid var(--border);
  border-radius: 2px; margin: .2rem; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .78rem; color: var(--text); text-decoration: none;
}
.ap-pagination .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ─── Single post ─────────────────────────────────────────── */
.article-hero-img { max-height: 480px; overflow: hidden; }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.article-header { max-width: 740px; margin: 2rem auto; padding: 0 1.5rem; }
.article-header .nc-cat { margin-bottom: .75rem; }
.article-header h1 { font-size: 1.8rem; line-height: 1.25; margin-bottom: .75rem; }
.article-meta {
  display: flex; gap: 1.5rem; flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .72rem; color: var(--muted); padding-bottom: 1rem; border-bottom: 1px solid var(--border);
}
.article-body { max-width: 740px; margin: 0 auto; padding: 0 1.5rem 3rem; }
.article-body p { font-size: .95rem; line-height: 1.75; margin-bottom: 1.1rem; }
.article-body h2 { font-size: 1.25rem; margin: 1.75rem 0 .6rem; }
.article-body h3 { font-size: 1.05rem; margin: 1.5rem 0 .5rem; }
.article-body img { border-radius: 2px; margin: 1.5rem 0; }
.article-body blockquote {
  border-left: 3px solid var(--gold); padding: .5rem 1.25rem; margin: 1.5rem 0;
  font-style: italic; color: var(--muted);
}
.article-footer { max-width: 740px; margin: 0 auto; padding: 0 1.5rem 3rem; }
.article-cats { font-size: .75rem; color: var(--muted); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.article-cats a { color: var(--sky); }

/* ─── Generic page ────────────────────────────────────────── */
.page-content { max-width: 760px; margin: 0 auto; padding: 3rem 1.5rem; }
.page-content h1 { font-size: 1.75rem; margin-bottom: 1rem; }
.page-content p { font-size: .95rem; line-height: 1.75; margin-bottom: 1rem; color: var(--muted); }

/* ─── 404 ─────────────────────────────────────────────────── */
.error-404 { text-align: center; padding: 6rem 1.5rem; }
.error-404 .err-num {
  font-size: 6rem; font-weight: 700; color: var(--rule); line-height: 1;
  font-variant-numeric: tabular-nums;
}
.error-404 h1 { font-size: 1.5rem; margin: .5rem 0 1rem; }
.error-404 p { color: var(--muted); margin-bottom: 1.5rem; }

/* ─── Fade-up animation ───────────────────────────────────── */
.fade-up {
  opacity: 0; transform: translateY(28px);
  transition: opacity .55s ease, transform .55s ease;
}
.fade-up.is-visible { opacity: 1; transform: translateY(0); }

/* ─── Kicker (generic) ────────────────────────────────────── */
.kicker {
  display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .6rem;
}

/* ─── Social links ────────────────────────────────────────── */
.social-links { display: flex; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }
.social-links a {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 2px;
  border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55);
  transition: color .2s, border-color .2s, background .2s;
}
.social-links a:hover { color: var(--gold); border-color: var(--gold); background: rgba(245,166,35,.08); }
.social-links svg { width: 16px; height: 16px; }

/* ─── WP alignment classes ────────────────────────────────── */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 1rem auto; text-align: center; }
.alignwide { max-width: 100%; }
.wp-caption { border: 1px solid var(--border); padding: .5rem; }
.wp-caption-text { font-size: .72rem; color: var(--muted); margin-top: .25rem; text-align: center; }
