/* ════════════════════════════════════════════════════
   Maharashtra Youth Character & Mindfulness Centre
   center.dhammacakka.in · Government Land-Lease Proposal
   Theme adapted from the Chetana / World-PEC navy-gold style.
   ════════════════════════════════════════════════════ */

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

:root {
  --navy:        #14213d;
  --navy-soft:   #1d2c4d;
  --navy-deep:   #0d1729;
  --gold:        #d4a93b;
  --gold-bright: #f4c659;
  --gold-dark:   #b8862a;
  --cream:       #f6f3e9;
  --cream-soft:  #fbf9f1;
  --paper:       #fffdf8;
  --bg:          #fafaf7;
  --text:        #1d2433;
  --text-soft:   #44505f;
  --text-mute:   #707683;
  --border:      #e3dfd3;
  --border-soft: #efece4;
  --shadow-sm:   0 1px 2px rgba(20,33,61,0.05);
  --shadow:      0 4px 16px rgba(20,33,61,0.07);
  --shadow-lg:   0 12px 40px rgba(20,33,61,0.12);
  --radius:      8px;
  --radius-lg:   14px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Serif Pro', 'Charter', 'Georgia', serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, .sans, nav, button, .btn {
  font-family: 'Inter', 'Helvetica Neue', 'Arial', sans-serif;
  letter-spacing: -0.005em;
}

a { color: var(--navy); text-decoration: none; border-bottom: 1px dotted #aaa; }
a:hover { color: var(--gold-dark); border-bottom-color: var(--gold-dark); }

img { max-width: 100%; height: auto; display: block; }

/* ───── Top sticky nav ───── */
.topnav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(20,33,61,0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(212,169,59,0.2);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px;
}
.brand {
  color: #fff; border: none;
  display: flex; flex-direction: column; gap: 0;
  line-height: 1.1;
}
.brand .brand-name {
  font-family: 'Inter', sans-serif;
  font-size: 16px; font-weight: 700; letter-spacing: 0.02em;
}
.brand .brand-sub {
  font-size: 10.5px; color: var(--gold-bright);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-top: 2px;
}
.nav-links {
  display: flex; gap: 4px; list-style: none; align-items: center;
}
.nav-links a {
  color: rgba(255,255,255,0.78);
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500;
  padding: 8px 14px; border-radius: 6px;
  border: none;
  transition: all 0.18s ease;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.btn-nav {
  background: var(--gold); color: var(--navy) !important;
  font-weight: 600 !important;
  padding: 9px 18px !important;
  border-radius: 6px;
  border: none;
}
.btn-nav:hover { background: var(--gold-bright) !important; transform: translateY(-1px); }

/* ───── Buttons ───── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px;
  font-size: 15px; font-weight: 600;
  border-radius: 8px;
  border: none; cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-gold {
  background: var(--gold); color: var(--navy);
  box-shadow: 0 4px 14px rgba(212,169,59,0.35);
}
.btn-gold:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(212,169,59,0.45); color: var(--navy); border: none; }
.btn-ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
}
.btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.7); color: #fff; }
.btn-outline {
  background: #fff; color: var(--navy);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { border-color: var(--gold); color: var(--navy); transform: translateY(-1px); }

/* ───── Hero ───── */
.hero {
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(244,198,89,0.12), transparent 60%),
    linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-soft) 100%);
  color: #f5f1e6;
  padding: 80px 28px 100px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    radial-gradient(circle at 15% 80%, rgba(212,169,59,0.08), transparent 35%),
    radial-gradient(circle at 85% 30%, rgba(212,169,59,0.06), transparent 40%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1100px; margin: 0 auto;
  position: relative; z-index: 1;
}
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  color: var(--gold-bright);
  text-transform: uppercase; letter-spacing: 0.16em;
  margin-bottom: 22px;
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before, .eyebrow::after {
  content: ''; width: 32px; height: 1px;
  background: var(--gold-bright); opacity: 0.5;
}
.hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 22px;
  color: #fff;
}
.hero h1 .accent { color: var(--gold-bright); display: block; font-weight: 600; font-size: 0.65em; margin-top: 8px; letter-spacing: 0; }
.hero .lede {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  max-width: 720px;
  color: rgba(245,241,230,0.85);
  font-style: italic;
  margin-bottom: 38px;
}
.hero-cta {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 56px;
}
.ask-pill {
  display: inline-flex; align-items: baseline; gap: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(244,198,89,0.35);
  padding: 18px 26px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #f5f1e6;
  margin-bottom: 56px;
}
.ask-pill .label { text-transform: uppercase; letter-spacing: 0.1em; font-size: 11px; color: var(--gold-bright); font-weight: 600; }
.ask-pill .amount { font-size: 26px; font-weight: 700; color: #fff; }
.ask-pill .meta { color: rgba(245,241,230,0.65); font-size: 13px; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 12px;
}
.hero-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid var(--gold);
  padding: 18px 20px;
  border-radius: 6px;
}
.hero-stat .num {
  font-family: 'Inter', sans-serif;
  font-size: 28px; font-weight: 700; color: var(--gold-bright);
  line-height: 1;
}
.hero-stat .label {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px; color: rgba(245,241,230,0.7);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-top: 8px;
}

/* ───── Sections ───── */
section.sect {
  padding: 88px 28px;
}
section.sect.alt { background: var(--cream-soft); }
section.sect.dark { background: var(--navy); color: #f5f1e6; }
section.sect.dark h2, section.sect.dark h3 { color: #fff; }
section.sect.dark .sect-eyebrow { color: var(--gold-bright); }

.container {
  max-width: 1100px; margin: 0 auto;
}
.container-narrow { max-width: 820px; margin: 0 auto; }

.sect-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px; font-weight: 600;
  color: var(--gold-dark);
  text-transform: uppercase; letter-spacing: 0.16em;
  margin-bottom: 14px;
  display: inline-block;
}
.sect h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.2;
  max-width: 820px;
}
.sect h2 + .lede {
  font-size: 18px;
  color: var(--text-soft);
  max-width: 720px;
  margin-bottom: 44px;
  line-height: 1.55;
}

.sect h3 {
  font-size: 22px;
  color: var(--navy);
  margin: 36px 0 14px;
  font-weight: 600;
}
.sect h4 {
  font-size: 13px;
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 28px 0 10px;
}

.sect p { margin: 0.7em 0; color: var(--text); }
.sect ul, .sect ol { padding-left: 1.4em; margin: 0.8em 0; }
.sect li { margin: 0.4em 0; color: var(--text); }

/* ───── Cards & layouts ───── */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; margin: 28px 0; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin: 28px 0; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin: 28px 0; }

.card {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  padding: 26px 24px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .card-num {
  font-family: 'Inter', sans-serif;
  font-size: 38px; font-weight: 700; color: var(--navy);
  line-height: 1;
}
.card .card-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px; color: var(--text-soft);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-top: 10px;
  line-height: 1.4;
}
.card h3 { margin-top: 0; color: var(--navy); font-size: 18px; }
.card p { font-size: 15px; color: var(--text-soft); margin: 0.5em 0; }

/* Callout */
.callout {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  padding: 22px 28px;
  margin: 32px 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 16px;
}
.callout .callout-label {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 11px; color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 8px; display: block;
}
.callout.dark {
  background: var(--navy);
  color: #f5f1e6;
  border-left-color: var(--gold);
}
.callout.dark .callout-label { color: var(--gold-bright); }
.callout.dark p { color: rgba(245,241,230,0.92); }
.callout.dark strong { color: #fff; }

/* Quote */
blockquote {
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin: 24px 0;
  color: var(--text-soft);
  font-style: italic;
  font-size: 17px;
}
blockquote cite {
  display: block;
  font-size: 13px;
  color: var(--text-mute);
  font-style: normal;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
th, td {
  border-bottom: 1px solid var(--border-soft);
  padding: 13px 18px;
  text-align: left;
  vertical-align: top;
}
th {
  background: var(--cream);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid var(--gold);
}
td.num { text-align: right; font-variant-numeric: tabular-nums; font-family: 'Inter', sans-serif; }
tr.subtotal { background: #fafaf6; font-weight: 600; }
tr.subtotal td { border-bottom: 1px solid var(--border); }
tr.total { background: var(--navy); }
tr.total td { color: #fff; font-weight: 700; border-bottom: none; font-size: 16px; }
tr.total .num { color: var(--gold-bright); font-size: 18px; }
.budget-block-row td {
  background: var(--cream);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--navy);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--gold);
}

/* Steps */
ol.steps {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin: 28px 0;
}
ol.steps > li {
  counter-increment: step;
  padding: 18px 0 18px 64px;
  position: relative;
  border-bottom: 1px solid var(--border-soft);
}
ol.steps > li:last-child { border-bottom: none; }
ol.steps > li::before {
  content: counter(step);
  position: absolute;
  left: 0; top: 16px;
  width: 42px; height: 42px;
  background: var(--navy);
  color: var(--gold-bright);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
ol.steps > li strong {
  display: block;
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
}

/* Partner card */
.partner-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.partner-card .role {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: var(--gold-dark);
  text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 8px;
}
.partner-card .org {
  font-family: 'Inter', sans-serif;
  font-size: 19px; font-weight: 700;
  color: var(--navy); margin-bottom: 10px;
}
.partner-card .meta {
  font-size: 14px; color: var(--text-soft);
  margin-bottom: 12px;
}
.partner-card .reg {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 10px 14px;
  font-size: 13px;
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  margin-top: 12px;
}

/* Numbered deliverables list */
ol.deliverables {
  counter-reset: deliv;
  list-style: none;
  padding: 0;
  margin: 28px 0 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 14px;
}
ol.deliverables > li {
  counter-increment: deliv;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 18px 22px 18px 64px;
  position: relative;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--text);
}
ol.deliverables > li::before {
  content: counter(deliv);
  position: absolute;
  left: 16px; top: 16px;
  width: 34px; height: 34px;
  background: var(--navy);
  color: var(--gold-bright);
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
ol.deliverables > li strong {
  display: block;
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  margin-bottom: 4px;
}

/* Recognition tiles */
.prize-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.prize-tile {
  background: #fff;
  border: 1px solid var(--border);
  padding: 22px;
  border-radius: var(--radius);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.prize-tile::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
}
.prize-tile .rank {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: var(--gold-dark);
  text-transform: uppercase; letter-spacing: 0.1em;
  font-weight: 600;
}
.prize-tile .amt {
  font-family: 'Inter', sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--navy); margin: 8px 0 4px;
}
.prize-tile .note { font-size: 12.5px; color: var(--text-mute); }

/* Contact card */
.contact-card {
  background: linear-gradient(135deg, #fff 0%, var(--cream-soft) 100%);
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
  padding: 36px 40px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.contact-card .role {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: var(--gold-dark);
  text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-card h3.org-h {
  font-size: 26px; color: var(--navy) !important; margin: 0 0 6px;
  font-weight: 700;
}
.contact-card .person { font-size: 17px; color: var(--text-soft); margin-bottom: 18px; }
.contact-card a { color: var(--navy); border-bottom: 1px dotted #aaa; }
.contact-card a:hover { color: var(--gold-dark); }
.contact-rows { display: grid; gap: 12px; margin: 18px 0; }
.contact-row {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 15px;
}
.contact-row .ico {
  flex: 0 0 36px; height: 36px;
  background: var(--cream); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px; font-size: 16px;
  border: 1px solid var(--gold);
}
.contact-row .lbl {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: var(--text-mute);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 2px;
}
.contact-row .val { color: var(--navy); font-weight: 500; }
.contact-row a { border: none; }
.contact-card .partner-note {
  background: var(--cream);
  border-left: 3px solid var(--navy);
  padding: 14px 18px;
  margin-top: 24px;
  font-size: 14px;
  color: var(--text-soft);
  border-radius: 0 6px 6px 0;
}

/* Footer */
footer.site-footer {
  background: var(--navy-deep);
  color: rgba(245,241,230,0.7);
  padding: 56px 28px 32px;
  font-size: 14px;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
footer h4 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  font-weight: 600;
}
footer a { color: rgba(245,241,230,0.7); border: none; }
footer a:hover { color: var(--gold-bright); }
footer ul { list-style: none; padding: 0; }
footer ul li { margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  font-size: 12.5px;
  color: rgba(245,241,230,0.5);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
}

/* Mobile */
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-links { display: none; }
  .nav-links.show {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; right: 14px;
    background: var(--navy); padding: 10px;
    border-radius: 8px; box-shadow: var(--shadow-lg);
    min-width: 200px;
  }
  .nav-mobile-toggle {
    display: flex; background: none; border: none;
    color: #fff; font-size: 22px; cursor: pointer; padding: 4px 8px;
  }
  .hero { padding: 56px 22px 70px; }
  section.sect { padding: 60px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-card { padding: 28px 24px; }
  table { font-size: 13.5px; }
  th, td { padding: 10px 12px; }
}
@media (min-width: 761px) {
  .nav-mobile-toggle { display: none; }
}

/* ════════ CHETANA — project portfolio additions ════════ */

/* Hero image banner */
.hero-photo {
  margin-top: 44px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(244,198,89,0.3);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 1;
}
.hero-photo img { width: 100%; display: block; }

/* Project portfolio grid (hub page) */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin: 36px 0 8px;
}
.proj-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex; flex-direction: column;
  border-bottom: none;
}
.proj-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.proj-card .thumb {
  aspect-ratio: 16 / 10;
  background: var(--cream);
  overflow: hidden;
  position: relative;
}
.proj-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.proj-card .thumb .tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold); color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  padding: 5px 11px; border-radius: 20px;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.proj-card .pc-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.proj-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px; font-weight: 700; color: var(--navy);
  margin: 0 0 6px; line-height: 1.25;
}
.proj-card .pc-desc {
  font-size: 14.5px; color: var(--text-soft);
  line-height: 1.5; margin: 0 0 16px; flex: 1;
}
.proj-card .pc-cost {
  font-family: 'Inter', sans-serif;
  font-size: 22px; font-weight: 700; color: var(--gold-dark);
  margin-bottom: 2px;
}
.proj-card .pc-meta {
  font-family: 'Inter', sans-serif;
  font-size: 12px; color: var(--text-mute);
  text-transform: uppercase; letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.proj-card .pc-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 600; color: var(--navy);
  border: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.proj-card:hover .pc-link { color: var(--gold-dark); }
a.proj-card { color: inherit; }

/* Detail-page hero photo + fact strip */
.detail-photo {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin: 0 0 8px;
  box-shadow: var(--shadow);
}
.fact-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin: 28px 0 8px;
}
.fact {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 18px 20px;
}
.fact .fv {
  font-family: 'Inter', sans-serif;
  font-size: 24px; font-weight: 700; color: var(--navy); line-height: 1.1;
}
.fact .fl {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: var(--text-mute);
  text-transform: uppercase; letter-spacing: 0.06em; margin-top: 6px;
}

/* breadcrumb / back link */
.crumb {
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--text-mute);
  margin-bottom: 18px;
}
.crumb a { border: none; color: var(--gold-dark); font-weight: 600; }

/* org credential band */
.cred-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin: 28px 0;
}
.cred {
  background: var(--cream-soft);
  border: 1px solid var(--border-soft);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 16px 20px;
}
.cred .ct {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: var(--gold-dark);
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
  margin-bottom: 4px;
}
.cred .cv { font-size: 15px; color: var(--navy); font-weight: 500; }

@media (max-width: 760px) {
  .proj-grid { grid-template-columns: 1fr; }
}

/* ════════ PRINT / PDF RENDERING ════════ */
@media print {
  @page { size: A4; margin: 16mm 14mm 18mm 14mm; }
  html, body { background: #fff !important; font-size: 10.5pt; line-height: 1.5; color: #1d2433 !important; }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }

  /* Hide chrome that doesn't belong in PDF */
  .topnav, .nav-mobile-toggle, .hero-cta, .btn, .btn-gold, .btn-ghost, .btn-outline { display: none !important; }
  .contact-card a.btn { display: none !important; }

  /* Sections — tighter print padding, no card shadows */
  section.sect { padding: 18px 0 !important; page-break-before: auto; }
  section.sect.alt { background: #fff !important; }
  section.sect.dark { background: #fff !important; color: #1d2433 !important; }
  section.sect.dark h2,
  section.sect.dark h3 { color: #14213d !important; }
  section.sect.dark .sect-eyebrow { color: #b8862a !important; }
  section.sect.dark .lede { color: #44505f !important; }
  .container, .container-narrow { max-width: none; }

  /* Hero — collapse to a clean cover */
  .hero {
    background: #fff !important;
    color: #1d2433 !important;
    padding: 0 0 18px !important;
    border-bottom: 2px solid #d4a93b;
    page-break-after: always;
  }
  .hero h1 { color: #14213d !important; font-size: 30pt; }
  .hero h1 .accent { color: #b8862a !important; }
  .hero .lede { color: #44505f !important; }
  .hero .eyebrow,
  .hero .ask-pill .label { color: #b8862a !important; }
  .ask-pill {
    background: #f6f3e9 !important;
    border: 1px solid #d4a93b !important;
    color: #14213d !important;
    margin-bottom: 24px !important;
  }
  .ask-pill .amount { color: #14213d !important; }
  .ask-pill .meta { color: #44505f !important; }
  .hero-stat {
    background: #f6f3e9 !important;
    border: 1px solid #d4a93b !important;
    border-left: 3px solid #d4a93b !important;
    color: #1d2433 !important;
  }
  .hero-stat .num { color: #14213d !important; }
  .hero-stat .label { color: #44505f !important; }

  /* Anti-orphan: heading must travel with what follows */
  h1, h2, h3, h4 {
    page-break-after: avoid;
    break-after: avoid-page;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* a heading and the very next sibling stick together */
  h2 + p, h2 + .lede, h2 + ul, h2 + ol, h2 + table, h2 + .callout, h2 + .grid-2, h2 + .grid-3, h2 + blockquote,
  h3 + p, h3 + ul, h3 + ol, h3 + table, h3 + .callout, h3 + .grid-2, h3 + .grid-3, h3 + .prize-grid, h3 + blockquote {
    page-break-before: avoid;
    break-before: avoid-page;
  }
  /* Keep small atomic blocks together */
  .callout, .partner-card, .card, .prize-tile,
  ol.steps > li, blockquote {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* Tables: header repeats; rows stay intact; whole table can flow across pages */
  table { break-inside: auto; box-shadow: none !important; border: 1px solid #dfe3eb; }
  thead { display: table-header-group; }
  tr { page-break-inside: avoid; break-inside: avoid; }
  th { background: #f6f3e9 !important; color: #14213d !important; }
  tr.total td { background: #14213d !important; color: #fff !important; }
  tr.total .num { color: #f4c659 !important; }
  .budget-block-row td { background: #f6f3e9 !important; }

  /* Strip background tints to keep ink usage sane while keeping the gold accents */
  .callout {
    background: #f6f3e9 !important;
    border-left: 4px solid #d4a93b !important;
    color: #1d2433 !important;
  }
  .callout.dark {
    background: #14213d !important;
    color: #f5f1e6 !important;
  }
  .callout.dark p, .callout.dark strong { color: #fff !important; }

  /* Footer — minimal in PDF */
  .site-footer {
    background: #fff !important;
    color: #44505f !important;
    border-top: 1px solid #dfe3eb;
    padding: 18px 0 !important;
  }
  footer a { color: #14213d !important; }
  footer h4 { color: #14213d !important; }

  /* Cards: flatten, drop hover shadow/transform animations */
  .card, .partner-card, .prize-tile, .contact-card {
    box-shadow: none !important;
    transform: none !important;
    background: #fff !important;
  }

  /* Avoid CSS-only widow paragraphs */
  p { orphans: 3; widows: 3; }

  a { color: #14213d !important; border-bottom: none; }
}

/* ════════ CENTER — youth training centre additions ════════ */

/* Five-pillar grid */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin: 36px 0 8px;
}
.pillar {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pillar:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.pillar .p-ico { font-size: 34px; line-height: 1; margin-bottom: 12px; }
.pillar .p-name {
  font-family: 'Inter', sans-serif;
  font-size: 16px; font-weight: 700; color: var(--navy);
  margin-bottom: 6px;
}
.pillar .p-sub {
  font-size: 13.5px; color: var(--text-soft); line-height: 1.5;
}

/* Facility cards (image + body, non-link variant of proj-card) */
.fac-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin: 36px 0 8px;
}
.fac-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.fac-card .thumb { aspect-ratio: 16 / 10; background: var(--cream); overflow: hidden; position: relative; }
.fac-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.fac-card .thumb .tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--gold); color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  padding: 5px 11px; border-radius: 20px; letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.fac-card .fc-body { padding: 20px 22px 22px; }
.fac-card h3 { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin: 0 0 4px; }
.fac-card .fc-spec {
  font-family: 'Inter', sans-serif; font-size: 12px; color: var(--gold-dark);
  text-transform: uppercase; letter-spacing: 0.04em; font-weight: 600; margin-bottom: 10px;
}
.fac-card p { font-size: 14.5px; color: var(--text-soft); line-height: 1.55; margin: 0; }

/* Two-partner MOU band */
.mou-band { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: stretch; margin: 28px 0; }
.mou-band .mou-link {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif; font-weight: 700; color: var(--gold-dark);
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
}
.mou-band .mou-link span { font-size: 30px; color: var(--gold); margin-bottom: 6px; }
@media (max-width: 760px) {
  .mou-band { grid-template-columns: 1fr; }
  .mou-band .mou-link { flex-direction: row; gap: 10px; }
  .mou-band .mou-link span { margin-bottom: 0; }
  .fac-grid, .pillar-grid { grid-template-columns: 1fr; }
}

/* Fix: steps list text on dark sections (The Request) */
section.sect.dark ol.steps > li { color: rgba(245,241,230,0.85); border-bottom-color: rgba(255,255,255,0.12); }
section.sect.dark ol.steps > li strong { color: #fff; }
section.sect.dark ol.steps > li::before { background: var(--gold); color: var(--navy); }
