/* ============================================
   TALITHA KUM ASIA — Shared Design System
   Warm, hopeful, professional
   ============================================ */

:root {
  /* Official Talitha Kum palette (talithakum.info) */
  --cream: #FDF9F3;
  --cream-2: #FBF1E4;
  --sand: #FFE3C4;
  --ink: #3A2318;
  --ink-soft: #6B4A38;
  --orange: #E57F4B;
  --orange-deep: #A4492F;
  --amber: #F0A651;
  --gold: #FDC24E;
  --peach: #FFCC94;
  --teal: #A4492F;      /* rust — official heading/accent color */
  --teal-deep: #7C3421; /* darker rust */
  --white: #FFFFFF;
  --radius: 18px;
  --shadow: 0 10px 40px rgba(43, 33, 24, 0.09);
  --shadow-soft: 0 4px 18px rgba(43, 33, 24, 0.06);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', 'Inter', 'Helvetica Neue', Arial, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1140px, 92%); margin: 0 auto; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--teal-deep);
  color: #EAF4F1;
  font-size: 0.82rem;
  padding: 8px 0;
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  flex-wrap: wrap;
}
.topbar a { color: #EAF4F1; opacity: 0.92; transition: opacity .2s; }
.topbar a:hover { opacity: 1; text-decoration: underline; }
.topbar .socials { display: flex; gap: 14px; align-items: center; }
.topbar svg { width: 15px; height: 15px; vertical-align: -2px; fill: currentColor; }

/* ---------- Header / Nav ---------- */
header.site {
  background: rgba(253, 249, 243, 0.92);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(43,33,24,0.08);
}
header.site .container {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 54px; width: auto; }
.brand .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand .brand-text strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.05rem; letter-spacing: 0.06em;
}
.brand .brand-text span { font-size: 0.7rem; letter-spacing: 0.22em; color: var(--orange); font-weight: 600; }

nav.main { display: flex; gap: 6px; align-items: center; }
nav.main a {
  padding: 9px 18px; border-radius: 99px; font-size: 0.92rem; font-weight: 500;
  color: var(--ink-soft); transition: all .2s;
}
nav.main a:hover { background: var(--sand); color: var(--ink); }
nav.main a.active { background: var(--ink); color: var(--cream); }
nav.main a.cta {
  background: var(--orange); color: #fff; font-weight: 600; margin-left: 8px;
}
nav.main a.cta:hover { background: var(--orange-deep); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: 96px 0 110px;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(240,166,81,0.26), transparent 60%),
    radial-gradient(900px 480px at -10% 110%, rgba(164,73,47,0.12), transparent 60%),
    var(--cream);
}
.hero .eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--orange);
  margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); max-width: 16ch; }
.hero h1 em { font-style: italic; color: var(--teal); }
.hero p.lead {
  margin-top: 22px; max-width: 54ch; font-size: 1.13rem; color: var(--ink-soft);
}
.hero .actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; border-radius: 99px; font-weight: 600; font-size: 0.95rem;
  transition: all .22s; border: 2px solid transparent; cursor: pointer;
}
.btn.primary { background: var(--orange); color: #fff; box-shadow: 0 8px 24px rgba(229,127,75,0.38); }
.btn.primary:hover { background: var(--orange-deep); transform: translateY(-2px); }
.btn.ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn.ghost:hover { background: var(--ink); color: var(--cream); }
.btn.teal { background: var(--teal); color: #fff; }
.btn.teal:hover { background: var(--teal-deep); transform: translateY(-2px); }

/* decorative rising circles */
.hero .orbs { position: absolute; inset: 0; pointer-events: none; }
.hero .orbs i {
  position: absolute; border-radius: 50%; display: block;
  animation: floaty 9s ease-in-out infinite;
}
.hero .orbs i:nth-child(2) { animation-delay: 2.5s; }
.hero .orbs i:nth-child(3) { animation-delay: 5s; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* ---------- Hero with photo slideshow ---------- */
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.hero-media { position: relative; }
.hero-media .slides {
  position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4/3.2;
  box-shadow: 0 30px 70px rgba(58,35,24,0.22);
  background-size: cover; background-position: center;
}
.hero-media .slides::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(200deg, rgba(240,166,81,0.14), transparent 45%, rgba(58,35,24,0.18));
  pointer-events: none;
}
.hero-media .slides img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; animation: heroSlide 15s infinite;
}
.hero-media .slides img:nth-child(2) { animation-delay: 5s; }
.hero-media .slides img:nth-child(3) { animation-delay: 10s; }
@keyframes heroSlide {
  0%   { opacity: 0; transform: scale(1.02); }
  5%   { opacity: 1; }
  33%  { opacity: 1; transform: scale(1.09); }
  41%  { opacity: 0; transform: scale(1.11); }
  100% { opacity: 0; }
}
.hero-badge {
  position: absolute; z-index: 3; background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px); border-radius: 16px; padding: 14px 22px;
  box-shadow: 0 14px 34px rgba(58,35,24,0.18);
  display: flex; align-items: center; gap: 12px;
  animation: bob 6s ease-in-out infinite;
}
.hero-badge .big {
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; font-weight: 700;
  color: var(--orange-deep); line-height: 1;
}
.hero-badge .small-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.hero-badge.b1 { top: -22px; left: -28px; }
.hero-badge.b2 { bottom: -24px; right: -18px; animation-delay: 3s; }
@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-11px); }
}

/* ---------- Marquee ticker ---------- */
.ticker {
  background: var(--ink); color: var(--cream); overflow: hidden; padding: 15px 0;
  border-top: 3px solid var(--amber);
}
.ticker-track {
  display: flex; align-items: center; gap: 52px; width: max-content;
  white-space: nowrap; animation: marquee 30s linear infinite;
}
.ticker-track span {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase;
}
.ticker-track .dot { color: var(--amber); font-size: 1rem; letter-spacing: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .hero-media .slides img, .hero-badge, .ticker-track, .hero .orbs i { animation: none; }
  .hero-media .slides img:first-child { opacity: 1; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Sections ---------- */
section { padding: 84px 0; }
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head .kicker {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--teal);
  display: inline-flex; align-items: center; gap: 10px;
}
.section-head .kicker::before {
  content: ""; width: 28px; height: 2px; background: var(--amber); display: inline-block;
}
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-top: 12px; }
.section-head p { margin-top: 14px; color: var(--ink-soft); font-size: 1.05rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .kicker { justify-content: center; }
.section-head.center .kicker::before { display: none; }

.alt { background: var(--cream-2); }
.dark { background: var(--ink); color: var(--cream); }
.dark .section-head p { color: rgba(253,249,243,0.7); }

/* ---------- Stats ---------- */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.stat-card {
  background: var(--white); border-radius: var(--radius); padding: 34px 28px;
  box-shadow: var(--shadow-soft); position: relative; overflow: hidden;
  border-top: 4px solid var(--amber);
  transition: transform .25s, box-shadow .25s;
}
.stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.stat-card:nth-child(2) { border-top-color: var(--orange); }
.stat-card:nth-child(3) { border-top-color: var(--teal); }
.stat-card:nth-child(4) { border-top-color: var(--orange-deep); }
.stat-card .num {
  font-family: 'Playfair Display', Georgia, serif; font-size: 2.9rem; font-weight: 700;
  color: var(--ink); line-height: 1;
}
.stat-card .num small { font-size: 1.6rem; color: var(--orange); }
.stat-card .label { font-weight: 700; margin-top: 10px; font-size: 0.98rem; }
.stat-card .desc { font-size: 0.88rem; color: var(--ink-soft); margin-top: 8px; }

/* ---------- Pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pillar {
  border-radius: var(--radius); padding: 34px 26px; color: #fff;
  min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden; transition: transform .25s;
}
.pillar:hover { transform: translateY(-6px); }
.pillar .icon { font-size: 2rem; position: absolute; top: 24px; left: 24px; opacity: 0.9; }
.pillar h3 { font-size: 1.35rem; margin-bottom: 8px; }
.pillar p { font-size: 0.88rem; opacity: 0.88; }
.pillar.p1 { background: linear-gradient(160deg, #E57F4B, #C4602F); }
.pillar.p2 { background: linear-gradient(160deg, #A4492F, #7C3421); }
.pillar.p3 { background: linear-gradient(160deg, #F0A651, #D38D51); }
.pillar.p4 { background: linear-gradient(160deg, #5C3A28, #3A2318); }

.best-practices {
  margin-top: 42px; background: var(--white); border-radius: var(--radius);
  padding: 36px 40px; box-shadow: var(--shadow-soft);
  display: flex; gap: 32px; align-items: center; flex-wrap: wrap;
}
.best-practices h3 { font-size: 1.3rem; flex: 1 1 240px; }
.best-practices ul { flex: 2 1 380px; list-style: none; }
.best-practices li {
  padding: 8px 0 8px 30px; position: relative; color: var(--ink-soft); font-size: 0.98rem;
}
.best-practices li::before {
  content: "✦"; position: absolute; left: 0; color: var(--orange); font-size: 1rem;
}

/* ---------- Quote / Representative ---------- */
.quote-wrap {
  display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: center;
}
.quote-portrait {
  aspect-ratio: 4/5; border-radius: var(--radius);
  background: linear-gradient(160deg, var(--teal), var(--teal-deep));
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.92); position: relative; overflow: hidden;
}
.quote-portrait .initials {
  font-family: 'Playfair Display', Georgia, serif; font-size: 4.4rem; font-weight: 700;
}
.quote-portrait::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px 260px at 80% 0%, rgba(242,163,60,0.35), transparent 60%);
}
.quote-body .role {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--amber);
}
.quote-body h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 10px 0 20px; }
.quote-body blockquote {
  font-size: 1.08rem; line-height: 1.8; color: rgba(253,249,243,0.85);
  border-left: 3px solid var(--orange); padding-left: 24px;
}

/* ---------- Walk For Humanity ---------- */
.walk-card {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  border-radius: 26px; color: #fff; padding: 60px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden;
}
.walk-card::before {
  content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: rgba(242,163,60,0.18); right: -90px; top: -110px;
}
.walk-card::after {
  content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.22); right: 60px; bottom: -80px;
}
.walk-card .kicker {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--amber);
}
.walk-card h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin: 12px 0 18px; }
.walk-card p { color: rgba(255,255,255,0.88); font-size: 1.02rem; }
.walk-steps { list-style: none; position: relative; z-index: 1; }
.walk-steps li {
  display: flex; gap: 14px; align-items: flex-start; padding: 11px 0;
  font-size: 0.95rem; color: rgba(255,255,255,0.92);
}
.walk-steps .n {
  flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--amber);
  color: var(--ink); font-weight: 700; font-size: 0.82rem;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.chip {
  padding: 8px 18px; border-radius: 99px; font-size: 0.85rem; font-weight: 600;
  background: var(--white); border: 1.5px solid rgba(43,33,24,0.12); color: var(--ink-soft);
}
.chip.hot { background: var(--orange); border-color: var(--orange); color: #fff; }

/* ---------- Cards grid ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--white); border-radius: var(--radius); padding: 34px 28px;
  box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card .icon {
  width: 52px; height: 52px; border-radius: 14px; display: flex;
  align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 18px;
}
.card:nth-child(1) .icon { background: rgba(229,127,75,0.14); }
.card:nth-child(2) .icon { background: rgba(164,73,47,0.12); }
.card:nth-child(3) .icon { background: rgba(240,166,81,0.18); }
.card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Action plan ---------- */
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plan-item {
  background: var(--white); border-radius: var(--radius); padding: 30px 26px;
  box-shadow: var(--shadow-soft); position: relative;
  border-left: 4px solid var(--amber); transition: transform .25s;
}
.plan-item:hover { transform: translateY(-4px); }
.plan-item:nth-child(even) { border-left-color: var(--teal); }
.plan-item .no {
  font-family: 'Playfair Display', Georgia, serif; font-size: 2.2rem; font-weight: 700;
  color: rgba(43,33,24,0.14); line-height: 1;
}
.plan-item h3 { font-size: 1.1rem; margin: 10px 0 8px; }
.plan-item p { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- Big quote ---------- */
.big-quote {
  text-align: center; max-width: 780px; margin: 0 auto;
}
.big-quote .mark {
  font-family: 'Playfair Display', Georgia, serif; font-size: 5rem; color: var(--amber);
  line-height: 0.4; display: block; margin-bottom: 26px;
}
.big-quote p {
  font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-style: italic; line-height: 1.5;
}
.big-quote cite {
  display: block; margin-top: 26px; font-style: normal; font-size: 0.9rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange);
  font-weight: 600;
}

/* ---------- Verse banner ---------- */
.verse {
  text-align: center; padding: 90px 0;
  background:
    radial-gradient(800px 400px at 50% 120%, rgba(242,163,60,0.25), transparent 65%),
    var(--ink);
  color: var(--cream);
}
.verse .aramaic {
  font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
}
.verse .ref { color: var(--amber); margin-top: 14px; font-size: 1.05rem; font-style: italic; }
.verse p.meaning {
  max-width: 60ch; margin: 22px auto 0; color: rgba(253,249,243,0.78); font-size: 1.05rem;
}

/* ---------- Network explorer (Where We Are) ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 44px; }
.filter-btn {
  padding: 11px 26px; border-radius: 99px; border: 1.5px solid rgba(43,33,24,0.15);
  background: var(--white); font-weight: 600; font-size: 0.92rem; cursor: pointer;
  color: var(--ink-soft); transition: all .2s; font-family: inherit;
}
.filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.filter-btn.active { background: var(--orange); border-color: var(--orange); color: #fff; }

.country-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.country-card {
  background: var(--white); border-radius: 16px; padding: 26px 22px;
  box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s, opacity .3s;
  border-top: 3px solid var(--teal);
}
.country-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.country-card.se { border-top-color: var(--orange); }
.country-card.sa { border-top-color: var(--amber); }
.country-card.ea { border-top-color: var(--teal); }
.country-card .flag { font-size: 1.9rem; }
.country-card h3 { font-size: 1.08rem; margin: 10px 0 4px; }
.country-card .region-tag {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-soft);
}
.country-card.hidden { display: none; }

.mission-banner {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 10px;
}
.mission-banner .m-card {
  background: var(--white); border-radius: var(--radius); padding: 30px;
  text-align: center; box-shadow: var(--shadow-soft);
}
.mission-banner .m-card .t {
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.5rem; font-weight: 700;
}
.mission-banner .m-card .s { color: var(--ink-soft); font-size: 0.9rem; margin-top: 6px; }
.mission-banner .m-card:nth-child(1) .t { color: var(--orange); }
.mission-banner .m-card:nth-child(2) .t { color: var(--teal); }
.mission-banner .m-card:nth-child(3) .t { color: var(--amber); }

/* ---------- News & highlights ---------- */
.news-card { display: flex; flex-direction: column; }
.news-card .tag {
  align-self: flex-start; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--orange-deep);
  background: var(--sand); padding: 5px 12px; border-radius: 99px; margin-bottom: 16px;
}
.news-card .more { margin-top: auto; padding-top: 18px; font-weight: 700; color: var(--orange); font-size: 0.9rem; }
.news-card:hover .more { color: var(--orange-deep); }

/* ---------- Resources ---------- */
.resource-list { display: flex; flex-direction: column; gap: 14px; }
.resource-row {
  background: var(--white); border-radius: 14px; box-shadow: var(--shadow-soft);
  padding: 22px 28px; display: flex; align-items: center; gap: 20px;
  transition: transform .2s, box-shadow .2s;
}
.resource-row:hover { transform: translateX(6px); box-shadow: var(--shadow); }
.resource-row .doc-icon {
  flex: 0 0 46px; height: 46px; border-radius: 12px; background: var(--sand);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.resource-row .info { flex: 1; }
.resource-row h3 { font-size: 1.02rem; }
.resource-row p { font-size: 0.85rem; color: var(--ink-soft); margin-top: 2px; }
.resource-row .dl {
  font-weight: 700; font-size: 0.85rem; color: var(--orange-deep); white-space: nowrap;
  border: 1.5px solid var(--orange); padding: 8px 18px; border-radius: 99px; transition: all .2s;
}
.resource-row .dl:hover { background: var(--orange); color: #fff; }

/* ---------- Get involved ---------- */
.involve-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.involve-card {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(253,249,243,0.16);
  border-radius: var(--radius); padding: 32px 26px; text-align: center;
  transition: background .25s, transform .25s;
}
.involve-card:hover { background: rgba(255,255,255,0.14); transform: translateY(-5px); }
.involve-card .icon { font-size: 2.1rem; }
.involve-card h3 { color: var(--cream); font-size: 1.15rem; margin: 14px 0 8px; }
.involve-card p { font-size: 0.87rem; color: rgba(253,249,243,0.72); }
.involve-card .go {
  display: inline-block; margin-top: 16px; font-weight: 700; font-size: 0.85rem; color: var(--gold);
}

/* ---------- History ---------- */
.history-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.history-visual {
  border-radius: var(--radius); overflow: hidden; position: relative;
  background: linear-gradient(150deg, var(--orange), var(--orange-deep));
  aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center;
}
.history-visual .year {
  font-family: 'Playfair Display', Georgia, serif; font-size: 4rem; font-weight: 700;
  color: rgba(255,255,255,0.95); text-align: center; line-height: 1.1;
}
.history-visual .year small { display: block; font-size: 1rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--peach); }
.history-body p { color: var(--ink-soft); margin-bottom: 16px; font-size: 1.02rem; }
.history-body .milestones { list-style: none; margin-top: 24px; }
.history-body .milestones li {
  display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px dashed rgba(58,35,24,0.15);
  font-size: 0.95rem;
}
.history-body .milestones .yr {
  flex: 0 0 58px; font-family: 'Playfair Display', Georgia, serif; font-weight: 700; color: var(--orange-deep);
}

/* ---------- Contact strip ---------- */
.contact-strip {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-soft);
  padding: 40px 48px; display: flex; justify-content: space-between; align-items: center;
  gap: 28px; flex-wrap: wrap;
}
.contact-strip h3 { font-size: 1.5rem; }
.contact-strip p { color: var(--ink-soft); margin-top: 6px; }
.contact-strip .links { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
footer.site {
  background: var(--ink); color: rgba(253,249,243,0.75); padding: 60px 0 30px;
}
footer.site .cols {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 44px;
}
footer.site h4 {
  font-family: 'Playfair Display', Georgia, serif; color: var(--cream);
  font-size: 1.05rem; margin-bottom: 16px;
}
footer.site .brand-foot {
  font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; font-weight: 700;
  color: var(--cream); letter-spacing: 0.04em;
}
footer.site .tagline { margin-top: 12px; max-width: 40ch; font-size: 0.92rem; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 10px; }
footer.site a { transition: color .2s; font-size: 0.92rem; }
footer.site a:hover { color: var(--amber); }
footer.site .bottom {
  border-top: 1px solid rgba(253,249,243,0.14); padding-top: 24px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 0.84rem;
}
footer.site .socials { display: flex; gap: 16px; }
footer.site .socials svg { width: 18px; height: 18px; fill: currentColor; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .stats-grid, .pillars, .country-grid, .involve-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-3, .plan-grid, .mission-banner { grid-template-columns: 1fr 1fr; }
  .quote-wrap, .history-wrap, .hero-grid { grid-template-columns: 1fr; }
  .hero-badge.b1 { left: -8px; }
  .hero-badge.b2 { right: -6px; }
  .quote-portrait { max-width: 320px; }
  .walk-card { grid-template-columns: 1fr; padding: 44px 34px; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .nav-toggle { display: block; }
  nav.main {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); flex-direction: column; align-items: stretch;
    padding: 14px 5%; border-bottom: 1px solid rgba(43,33,24,0.1);
    box-shadow: var(--shadow);
  }
  nav.main.open { display: flex; }
  nav.main a { text-align: center; }
  .hero { padding: 64px 0 72px; }
  section { padding: 60px 0; }
  .stats-grid, .pillars, .cards-3, .plan-grid, .country-grid, .mission-banner, .involve-grid { grid-template-columns: 1fr; }
  .resource-row { flex-wrap: wrap; }
  .walk-card { padding: 36px 24px; }
  .contact-strip { padding: 30px 24px; }
  footer.site .cols { grid-template-columns: 1fr; }
  .topbar .container { justify-content: center; }
}
