/* ============================================================
   SitaraEImtiaz.com — Premium Design v2
   Theme: Dark Forest Green + Antique Gold + Warm Cream
   ============================================================ */

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

:root {
  --green-dark:   #0B2418;
  --green-main:   #1B4332;
  --green-mid:    #2D6A4F;
  --green-light:  #52B788;
  --gold:         #C9A84C;
  --gold-dark:    #8B6914;
  --gold-light:   #E8D5A3;
  --gold-pale:    #FDF6E3;
  --cream:        #F5EDD5;
  --cream-2:      #FAF5EA;
  --white:        #FFFFFF;
  --text:         #1A1A1A;
  --text-2:       #3A3A3A;
  --text-muted:   #666;
  --text-light:   #999;
  --border:       #E2D9C8;
  --border-light: #EEE8DA;
  --shadow:       0 2px 12px rgba(0,0,0,0.07);
  --shadow-md:    0 4px 24px rgba(0,0,0,0.10);
  --r:            10px;
  --r-lg:         16px;
  --serif:        'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans:         'Inter', 'Segoe UI', -apple-system, sans-serif;
  --max:          1280px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--sans); background: var(--white); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100%; }
a { color: var(--green-main); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

/* ── HEADER ── */
.site-header {
  background: var(--green-dark);
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid rgba(201,168,76,0.25);
}
.header-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; gap: 32px; height: 70px;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.logo-emblem { width: 44px; height: 44px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-size: 14px; font-weight: 700; color: var(--white); letter-spacing: 1px; line-height: 1; }
.logo-sub  { font-size: 8px; color: var(--gold); letter-spacing: 1.2px; text-transform: uppercase; margin-top: 3px; line-height: 1.2; max-width: 200px; }
.main-nav { flex: 1; display: flex; align-items: center; gap: 4px; }
.main-nav a {
  color: rgba(255,255,255,0.72); font-size: 13.5px; font-weight: 500;
  padding: 6px 13px; border-radius: 6px; transition: all .18s;
  text-decoration: none; white-space: nowrap; position: relative;
}
.main-nav a:hover { color: var(--white); text-decoration: none; }
.main-nav a.active { color: var(--gold); }
.main-nav a.active::after {
  content: ''; position: absolute; bottom: -2px; left: 13px; right: 13px;
  height: 2px; background: var(--gold); border-radius: 2px;
}
.header-cta {
  display: flex; align-items: center; gap: 8px;
  border: 1.5px solid rgba(201,168,76,0.60); color: var(--gold) !important;
  font-size: 13px; font-weight: 600; padding: 7px 18px; border-radius: 8px;
  flex-shrink: 0; text-decoration: none !important; transition: all .18s;
  white-space: nowrap;
}
.header-cta:hover { background: rgba(201,168,76,0.12); text-decoration: none !important; }
.header-cta svg { width: 14px; height: 14px; }

/* ── HERO ── */
.hero {
  background: var(--green-dark);
  min-height: 540px; position: relative; overflow: hidden;
}
.hero-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 480px;
  min-height: 540px;
}
.hero-left {
  padding: 70px 40px 70px 32px;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 24px;
}
.hero-eyebrow::before { content: '★'; font-size: 12px; }
.hero-title {
  font-family: var(--serif); font-size: clamp(40px, 5vw, 62px);
  font-weight: 800; color: var(--white); line-height: 1.1;
  margin-bottom: 22px; letter-spacing: -0.5px;
}
.hero-title em { color: var(--gold); font-style: normal; }
.hero-desc {
  font-size: 15px; color: rgba(255,255,255,0.65);
  max-width: 480px; margin-bottom: 34px; line-height: 1.75;
}

/* Hero Search */
.hero-search-wrap { position: relative; max-width: 520px; margin-bottom: 22px; }
.hero-search-form {
  display: flex; align-items: center; background: var(--white);
  border-radius: 10px; overflow: hidden; box-shadow: 0 4px 32px rgba(0,0,0,0.25);
}
.hero-search-form .s-icon {
  padding: 0 14px; color: var(--text-muted); display: flex; align-items: center; flex-shrink: 0;
}
.hero-search-form input {
  flex: 1; border: none; outline: none; padding: 14px 8px;
  font-size: 14px; font-family: var(--sans); color: var(--text);
  background: transparent; min-width: 0;
}
.hero-search-form input::placeholder { color: #aaa; }
.hero-search-form button {
  background: var(--gold); color: var(--green-dark); border: none; cursor: pointer;
  padding: 0 26px; font-size: 14px; font-weight: 700; font-family: var(--sans);
  height: 52px; transition: background .18s; white-space: nowrap; flex-shrink: 0;
}
.hero-search-form button:hover { background: var(--gold-dark); color: var(--white); }
.popular-searches { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.popular-searches .ps-label { font-size: 12px; color: rgba(255,255,255,0.50); }
.popular-searches a {
  font-size: 12px; color: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.22); padding: 4px 12px; border-radius: 20px;
  transition: all .18s; text-decoration: none;
}
.popular-searches a:hover { border-color: var(--gold); color: var(--gold); text-decoration: none; }

/* Hero Right — Medal Image */
.hero-right {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; padding: 40px 32px 40px 0;
}
.hero-right::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 55% 50%, rgba(201,168,76,0.13) 0%, transparent 68%);
}
.hero-right img {
  max-height: 420px; width: auto; position: relative; z-index: 1;
  filter: drop-shadow(0 16px 60px rgba(0,0,0,0.55)) drop-shadow(0 0 30px rgba(201,168,76,0.20));
  animation: float 5s ease-in-out infinite;
}
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
/* Fallback if no image */
.hero-right-placeholder {
  width: 100%; height: 100%;
  background: radial-gradient(circle at 60% 50%, rgba(201,168,76,0.15) 0%, transparent 70%);
  display: flex; align-items: center; justify-content: center;
  font-size: 120px; animation: float 5s ease-in-out infinite;
}

/* ── MISSION + STATS SECTION (Cream) ── */
.ms-section { background: var(--cream); padding: 0; }
.ms-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 340px 1fr;
  min-height: 380px;
}
.ms-left {
  padding: 56px 40px 56px 32px;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; justify-content: center;
}
.ms-label {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 18px;
  display: flex; align-items: center; gap: 8px;
}
.ms-label::before { content: '⊕'; font-size: 14px; color: var(--green-main); }
.ms-title {
  font-family: var(--serif); font-size: 34px; font-weight: 800;
  color: var(--text); line-height: 1.2; margin-bottom: 16px;
}
.ms-title em { color: var(--green-main); font-style: normal; }
.ms-desc { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 28px; }
.btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-dark); color: var(--white);
  font-size: 13.5px; font-weight: 600; padding: 12px 22px; border-radius: 8px;
  text-decoration: none; transition: background .18s; align-self: flex-start;
}
.btn-dark:hover { background: var(--green-main); color: var(--white); text-decoration: none; }

.ms-right { padding: 40px 32px 40px 40px; }

/* Stats Row */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 36px; }
.stat-box {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r);
  padding: 20px 16px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.stat-box .si { color: var(--gold-dark); margin-bottom: 4px; }
.stat-box .sn { font-size: 26px; font-weight: 800; color: var(--text); line-height: 1; }
.stat-box .sl { font-size: 11px; color: var(--text-muted); line-height: 1.4; text-align: center; }

/* Categories sub-section */
.cats-label-sm {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 18px;
}
.cats-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.cat-item { text-align: center; text-decoration: none; color: var(--text); transition: all .18s; }
.cat-item:hover { color: var(--green-main); text-decoration: none; transform: translateY(-2px); }
.cat-item .ci {
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 6px;
  font-size: 18px; background: var(--white); transition: all .18s;
}
.cat-item:hover .ci { border-color: var(--green-mid); background: var(--cream-2); }
.cat-item .cn { font-size: 10px; color: var(--text-muted); font-weight: 500; line-height: 1.3; }

/* ── RECIPIENTS SECTION (on homepage) ── */
.recipients-section { padding: 64px 24px; background: var(--white); }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-label { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; }
.section-title { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.section-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 36px; }
.recipients-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.recipient-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; text-decoration: none; color: var(--text); transition: all .22s;
  display: flex; flex-direction: column;
}
.recipient-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); text-decoration: none; border-color: var(--green-light); }
.card-img { width: 100%; height: 200px; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; transition: transform .4s ease; }
.recipient-card:hover .card-img img { transform: scale(1.04); }
.card-header { background: var(--green-main); padding: 20px 22px; display: flex; align-items: center; gap: 14px; }
.card-avatar { width: 48px; height: 48px; background: rgba(255,255,255,0.15); border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--white); flex-shrink: 0; font-weight: 700; }
.card-meta .card-name { font-size: 15px; font-weight: 700; color: var(--white); }
.card-meta .card-year { font-size: 12px; color: var(--gold-light); margin-top: 2px; }
.card-body { padding: 16px 20px; flex: 1; }
.card-desc { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }
.card-footer { padding: 12px 20px; border-top: 1px solid var(--border-light); display: flex; gap: 6px; flex-wrap: wrap; }
.tag { font-size: 11px; font-weight: 600; background: rgba(27,67,50,0.08); color: var(--green-main); padding: 3px 9px; border-radius: 20px; border: 1px solid rgba(27,67,50,0.12); }

/* ── QUOTE + TRUST SECTION (Dark Green) ── */
.qt-section { background: var(--green-dark); padding: 64px 32px; position: relative; overflow: hidden; }
.qt-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.qt-quote {}
.qt-marks { font-size: 80px; line-height: .7; color: var(--gold); font-family: Georgia, serif; margin-bottom: 16px; }
.qt-text { font-family: var(--serif); font-size: 20px; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 18px; }
.qt-text em { color: var(--gold); }
.qt-source { font-size: 13px; color: var(--gold); font-weight: 600; letter-spacing: 1px; }
.qt-trust { display: flex; flex-direction: column; gap: 28px; padding-top: 8px; }
.trust-item { display: flex; align-items: flex-start; gap: 16px; }
.trust-icon { width: 44px; height: 44px; border: 1.5px solid rgba(201,168,76,0.40); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); }
.trust-item h4 { font-size: 14px; font-weight: 700; color: var(--gold); margin-bottom: 5px; }
.trust-item p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.55; }
/* Mountain decoration */
.mountain-deco { position: absolute; bottom: 0; right: 0; width: 300px; opacity: 0.06; pointer-events: none; }

/* ── FOOTER ── */
.site-footer { background: var(--green-dark); padding: 56px 32px 28px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 28px; }
.footer-logo .name { font-size: 15px; font-weight: 700; color: var(--white); letter-spacing: 0.5px; }
.footer-logo .tagline { font-size: 10px; color: var(--gold); letter-spacing: 1.2px; text-transform: uppercase; margin-top: 2px; }
.footer-desc { font-size: 13px; margin-top: 14px; line-height: 1.75; color: rgba(255,255,255,0.45); max-width: 260px; }
.footer-col h5 { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color .15s; }
.footer-col ul li a:hover { color: var(--gold); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.30); }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: linear-gradient(135deg, var(--green-dark) 0%, #1a3d2b 100%); padding: 52px 32px; border-bottom: 2px solid var(--gold); }
.page-hero-inner { max-width: var(--max); margin: 0 auto; }
.page-hero h1 { font-family: var(--serif); font-size: 36px; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.page-hero p { font-size: 15px; color: rgba(255,255,255,0.60); }

/* ── ARTICLE PAGE ── */
.article-page { max-width: var(--max); margin: 0 auto; padding: 44px 32px; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.article-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-muted); margin-bottom: 22px; flex-wrap: wrap; overflow: hidden; }
.article-breadcrumb a { color: var(--green-main); white-space: nowrap; }
.article-breadcrumb span { color: var(--text-light); flex-shrink: 0; }
.article-title { font-family: var(--serif); font-size: 40px; font-weight: 800; color: var(--text); line-height: 1.15; margin-bottom: 12px; border-bottom: 3px solid var(--gold); padding-bottom: 16px; word-break: break-word; }
.article-subtitle { font-size: 16px; font-style: italic; color: var(--text-muted); margin-bottom: 24px; }
.article-award-badge { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; background: #FDF6E3; border: 1px solid #E8D5A3; border-radius: 8px; padding: 8px 16px; margin-bottom: 28px; font-size: 13px; color: var(--gold-dark); font-weight: 600; }
.toc { background: #F8F5F0; border: 1px solid var(--border); border-radius: var(--r); padding: 18px 20px; margin-bottom: 28px; display: block; max-width: 380px; }
.toc-title { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; }
.toc ol { padding-left: 18px; display: flex; flex-direction: column; gap: 6px; }
.toc ol li a { font-size: 13px; color: var(--green-main); text-decoration: none; }
.toc ol li a:hover { text-decoration: underline; }
.article-content h2 { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--text); margin: 36px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.article-content p { font-size: 15px; line-height: 1.85; color: var(--text-2); margin-bottom: 16px; }
.article-categories { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--border); }
.article-categories h4 { font-size: 12px; font-weight: 700; color: var(--text-muted); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.tag-list { display: flex; gap: 8px; flex-wrap: wrap; }
.references-section { margin-top: 32px; padding: 20px; background: #F8F5F0; border-radius: var(--r); border: 1px solid var(--border); }
.references-section h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.references-section ol { padding-left: 20px; display: flex; flex-direction: column; gap: 6px; }
.references-section ol li { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; }

/* ── INFOBOX ── */
.infobox { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 20px; box-shadow: var(--shadow); }
.infobox-header { background: var(--green-main); padding: 18px; text-align: center; }
.infobox-avatar { width: 72px; height: 72px; background: rgba(255,255,255,0.15); border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 10px; color: var(--white); font-weight: 700; }
.infobox-name { font-size: 15px; font-weight: 700; color: var(--white); font-family: var(--serif); }
.infobox-desc { font-size: 11.5px; color: var(--gold-light); margin-top: 4px; line-height: 1.4; }
.infobox-body { padding: 0; }
.info-row { display: flex; padding: 10px 16px; border-bottom: 1px solid var(--border-light); gap: 10px; align-items: flex-start; }
.info-row:last-child { border-bottom: none; }
.info-key { font-size: 11px; font-weight: 700; color: var(--text-muted); min-width: 88px; flex-shrink: 0; padding-top: 1px; text-transform: uppercase; letter-spacing: 0.4px; }
.info-val { font-size: 13px; color: var(--text); line-height: 1.5; }
.sidebar-award { background: #FDF6E3; border: 1px solid #E8D5A3; border-radius: var(--r); padding: 18px; text-align: center; margin-bottom: 16px; }
.sidebar-award .award-icon { font-size: 36px; margin-bottom: 8px; }
.sidebar-award h4 { font-size: 13px; font-weight: 700; color: var(--gold-dark); margin-bottom: 4px; }
.sidebar-award p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }

/* ── SEARCH PAGE ── */
.search-page { max-width: 900px; margin: 0 auto; padding: 44px 32px; }
.search-bar-lg { display: flex; background: var(--white); border: 2px solid var(--border); border-radius: var(--r); overflow: hidden; margin-bottom: 32px; box-shadow: var(--shadow); }
.search-bar-lg input { flex: 1; border: none; outline: none; padding: 14px 18px; font-size: 16px; font-family: var(--sans); }
.search-bar-lg button { background: var(--green-main); color: var(--white); border: none; cursor: pointer; padding: 0 28px; font-size: 14px; font-weight: 700; font-family: var(--sans); transition: background .18s; }
.search-bar-lg button:hover { background: var(--green-mid); }
.search-result { padding: 22px 0; border-bottom: 1px solid var(--border); }
.search-result h3 a { font-size: 18px; color: var(--green-main); font-weight: 700; font-family: var(--serif); }
.search-result h3 a:hover { color: var(--green-mid); }
.search-result .result-meta { font-size: 12px; color: var(--text-muted); margin: 5px 0 8px; }
.search-result p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ── RECIPIENTS TABLE ── */
.list-page { max-width: var(--max); margin: 0 auto; padding: 44px 32px; }
.list-header { margin-bottom: 32px; }
.list-header h1 { font-family: var(--serif); font-size: 32px; font-weight: 800; color: var(--text); margin-bottom: 8px; }
.list-header p { font-size: 15px; color: var(--text-muted); }
.recipients-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
.recipients-table thead { background: var(--green-main); }
.recipients-table thead th { padding: 14px 18px; font-size: 11.5px; font-weight: 700; color: rgba(255,255,255,0.85); text-align: left; letter-spacing: 0.5px; text-transform: uppercase; }
.recipients-table tbody tr { border-bottom: 1px solid var(--border-light); transition: background .15s; }
.recipients-table tbody tr:hover { background: #F8F5F0; }
.recipients-table tbody tr:last-child { border-bottom: none; }
.recipients-table td { padding: 14px 18px; font-size: 14px; color: var(--text); }
.recipients-table td a { color: var(--green-main); font-weight: 600; text-decoration: none; }
.recipients-table td a:hover { text-decoration: underline; }

/* ── TIMELINE ── */
.timeline-page { max-width: 900px; margin: 0 auto; padding: 44px 32px; }
.timeline { position: relative; padding-left: 40px; }
.timeline::before { content: ''; position: absolute; left: 14px; top: 0; bottom: 0; width: 2px; background: var(--border); }
.timeline-item { position: relative; margin-bottom: 36px; }
.timeline-dot { position: absolute; left: -34px; top: 4px; width: 18px; height: 18px; background: var(--gold); border-radius: 50%; border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--gold); }
.timeline-year { font-size: 12px; font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.timeline-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 16px 20px; box-shadow: var(--shadow); }
.timeline-card h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.timeline-card h3 a { color: var(--green-main); text-decoration: none; }
.timeline-card p { font-size: 13px; color: var(--text-muted); line-height: 1.55; }

/* ── ABOUT / CONTACT PAGES ── */
.about-page { max-width: 900px; margin: 0 auto; padding: 52px 32px; }
.about-page h2 { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--text); margin: 36px 0 14px; }
.about-page p { font-size: 15px; color: var(--text-muted); line-height: 1.85; margin-bottom: 16px; }
.about-page ul li { font-size: 15px; color: var(--text-muted); line-height: 1.8; }
.contact-page { max-width: 800px; margin: 0 auto; padding: 52px 32px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--text); }
.form-group input, .form-group textarea, .form-group select { padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-family: var(--sans); outline: none; transition: border-color .18s; background: var(--white); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--green-mid); }
.form-group textarea { min-height: 120px; resize: vertical; }

/* ── FAQs PAGE ── */
.faqs-page { max-width: 820px; margin: 0 auto; padding: 52px 32px; }
.faqs-page h2 { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--text); margin: 32px 0 16px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r); margin-bottom: 10px; overflow: hidden; }
.faq-q { padding: 16px 20px; font-size: 14.5px; font-weight: 600; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: var(--white); transition: background .15s; gap: 12px; }
.faq-q:hover { background: #F8F5F0; }
.faq-arrow { font-size: 20px; color: var(--green-main); flex-shrink: 0; line-height: 1; }
.faq-a { padding: 0 20px 16px; font-size: 14px; color: var(--text-muted); line-height: 1.75; background: var(--white); }
.faq-a.hidden { display: none; }

/* ── CATEGORIES PAGE ── */
.categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 16px; margin-top: 20px; }
.cat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 24px 16px; text-align: center; text-decoration: none; transition: all .22s; color: var(--text); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cat-card:hover { border-color: var(--green-mid); box-shadow: var(--shadow-md); transform: translateY(-3px); text-decoration: none; color: var(--text); }
.cat-icon { width: 48px; height: 48px; background: #FDF6E3; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.cat-name { font-size: 13px; font-weight: 600; line-height: 1.3; }

/* ── LIVE SEARCH DROPDOWN ── */
.search-wrap { position: relative; }
.search-dropdown { position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border: 1px solid var(--border); border-top: none; border-radius: 0 0 10px 10px; box-shadow: var(--shadow-md); z-index: 999; max-height: 320px; overflow-y: auto; display: none; }
.search-dropdown.active { display: block; }
.search-dd-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--border-light); cursor: pointer; transition: background .15s; text-decoration: none; color: var(--text); }
.search-dd-item:hover { background: #F8F5F0; text-decoration: none; }
.search-dd-item:last-child { border-bottom: none; }
.dd-avatar { width: 36px; height: 36px; background: var(--green-main); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 13px; font-weight: 700; flex-shrink: 0; }
.dd-name { font-size: 14px; font-weight: 600; color: var(--text); }
.dd-meta { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ── NO RESULTS ── */
.no-results { text-align: center; padding: 64px 24px; color: var(--text-muted); }
.no-results .icon { font-size: 48px; margin-bottom: 14px; }
.no-results h3 { font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 8px; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 8px; font-size: 14px; font-weight: 600; font-family: var(--sans); cursor: pointer; transition: all .18s; text-decoration: none; border: none; }
.btn-green { background: var(--green-main); color: var(--white); }
.btn-green:hover { background: var(--green-mid); color: var(--white); text-decoration: none; }
.btn-outline { background: transparent; color: var(--green-main); border: 2px solid var(--green-main); }
.btn-outline:hover { background: var(--green-main); color: var(--white); text-decoration: none; }
.btn-primary { background: var(--green-main); color: var(--white); }
.btn-primary:hover { background: var(--green-mid); color: var(--white); text-decoration: none; }
.btn-sm { padding: 7px 14px; font-size: 12.5px; }
.btn-lg { padding: 13px 26px; font-size: 15px; }
.trust-icon-contact { width: 44px; height: 44px; background: #FDF6E3; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }

/* ── PHOTO GALLERY ── */
.gallery-section { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); }
.gallery-section h3 { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.gallery-section h3::before { content: '🖼'; font-size: 16px; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.photo-item { position: relative; border-radius: 8px; overflow: hidden; border: 1px solid var(--border); cursor: pointer; background: #f0ebe3; }
.photo-item img { width: 100%; height: 160px; object-fit: cover; object-position: center 15%; display: block; transition: transform .3s ease; }
.photo-item:hover img { transform: scale(1.05); }
.photo-caption { font-size: 11px; color: var(--text-muted); padding: 6px 8px; background: var(--white); line-height: 1.3; }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.90); z-index: 9999; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 4px; box-shadow: 0 8px 48px rgba(0,0,0,0.6); }
.lightbox-close { position: absolute; top: 20px; right: 24px; font-size: 32px; color: rgba(255,255,255,0.7); cursor: pointer; line-height: 1; background: none; border: none; }
.lightbox-close:hover { color: var(--white); }
.lightbox-caption { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-size: 13px; color: rgba(255,255,255,0.65); text-align: center; white-space: nowrap; }

/* ── YOUTUBE LINKS SECTION ── */
.youtube-section { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); }
.youtube-section h3 { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.youtube-section h3::before { content: '▶'; font-size: 14px; color: #FF0000; }
.youtube-list { display: flex; flex-direction: column; gap: 10px; }
.youtube-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--r); background: var(--white); text-decoration: none; color: var(--text); transition: all .18s; }
.youtube-item:hover { border-color: #FF0000; background: #fff5f5; text-decoration: none; color: var(--text); }
.yt-icon { width: 36px; height: 36px; background: #FF0000; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--white); font-size: 14px; }
.yt-title { font-size: 13.5px; font-weight: 600; color: var(--text); }
.yt-sub { font-size: 11.5px; color: var(--text-muted); margin-top: 2px; }
.yt-arrow { margin-left: auto; font-size: 12px; color: var(--text-light); flex-shrink: 0; }

/* ── EXTERNAL LINKS SECTION ── */
.links-section { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); }
.links-section h3 { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.links-section h3::before { content: '🔗'; font-size: 15px; }
.links-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.link-item { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid var(--border); border-radius: var(--r); text-decoration: none; color: var(--green-main); font-size: 13.5px; font-weight: 500; transition: all .18s; background: var(--white); }
.link-item:hover { border-color: var(--green-main); background: #f0f7f3; text-decoration: none; }
.link-item::before { content: '↗'; font-size: 14px; color: var(--green-light); }

/* ── HAMBURGER / MOBILE NAV ── */
.nav-toggle {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 40px; height: 40px; background: none; border: none;
  cursor: pointer; padding: 6px; border-radius: 6px; flex-shrink: 0;
  transition: background .18s; margin-left: auto;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--white);
  border-radius: 2px; transition: all .25s;
}
.nav-toggle:hover { background: rgba(255,255,255,0.10); }
/* Animated X when open */
.site-header.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav dropdown */
.mobile-nav-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 998;
}
.mobile-nav-overlay.active { display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ms-inner { grid-template-columns: 1fr; }
  .ms-left { border-right: none; border-bottom: 1px solid var(--border); padding: 40px 32px; }
  .ms-right { padding: 36px 32px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .cats-row { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ── MOBILE (phones + small tablets) ── */
@media (max-width: 900px) {

  /* ── HEADER: emblem + hamburger only ── */
  .header-inner {
    padding: 0 16px;
    height: 56px;
    gap: 0;
    justify-content: space-between;
  }
  .logo { gap: 8px; flex: 0 0 auto; min-width: 0; }
  .logo-emblem { width: 32px; height: 32px; }
  .logo-text { display: none; }
  .main-nav { display: none; }
  .header-cta { display: none; }
  .nav-toggle { display: flex; }

  /* ── MOBILE NAV DRAWER ── */
  .site-header { position: sticky; top: 0; z-index: 1000; }
  .mobile-drawer {
    position: fixed;
    top: 56px; left: 0; right: 0;
    background: var(--green-dark);
    border-top: 2px solid var(--gold);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    z-index: 999;
    transform: translateY(-110%);
    transition: transform .28s ease;
    padding: 8px 0 16px;
  }
  .site-header.nav-open ~ .mobile-drawer { transform: translateY(0); }
  .mobile-drawer a {
    display: block; padding: 14px 24px;
    font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.82);
    border-bottom: 1px solid rgba(255,255,255,0.06); text-decoration: none;
  }
  .mobile-drawer a:last-child { border-bottom: none; }
  .mobile-drawer a:hover, .mobile-drawer a.active { color: var(--gold); background: rgba(201,168,76,0.08); }
  .mobile-drawer .drawer-cta {
    margin: 12px 24px 0; display: block; text-align: center;
    background: var(--gold); color: var(--green-dark) !important;
    font-weight: 700; border-radius: 8px; padding: 12px;
    border-bottom: none !important;
  }

  /* ── HERO ── */
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 40px 20px 48px; }
  .hero-title { font-size: 32px; }
  .hero-desc { font-size: 14px; margin-bottom: 24px; }
  .hero-search-wrap { max-width: 100%; }
  .hero-search-form button { padding: 0 14px; font-size: 13px; }
  .popular-searches { gap: 6px; }

  /* ── MISSION + STATS ── */
  .ms-left { padding: 36px 20px; }
  .ms-right { padding: 28px 20px; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .cats-row { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .cat-item .ci { width: 38px; height: 38px; font-size: 15px; }
  .cat-item .cn { font-size: 9px; }

  /* ── QUOTE SECTION ── */
  .qt-section { padding: 48px 20px; }
  .qt-inner { grid-template-columns: 1fr; gap: 40px; }
  .qt-text { font-size: 17px; }

  /* ── ARTICLE PAGE — use block so nothing spills ── */
  .article-page {
    display: block;
    padding: 24px 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .article-page > main { width: 100%; max-width: 100%; min-width: 0; }
  .article-page > aside { width: 100%; max-width: 100%; margin-top: 32px; }

  .article-title { font-size: 26px; word-break: break-word; }
  .article-subtitle { font-size: 14px; word-break: break-word; }
  .toc { max-width: 100%; }

  /* Force all text content to wrap properly */
  .article-content p,
  .article-content h2,
  .article-subtitle,
  .article-breadcrumb,
  .references-section li,
  .info-val,
  .search-result p,
  .timeline-card p {
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
  }

  /* Fix flexbox children overflow — must have min-width: 0 */
  .youtube-item > div { min-width: 0; flex: 1; }
  .yt-title { white-space: normal; word-break: break-word; }
  .yt-sub { white-space: normal; word-break: break-word; }
  .yt-arrow { display: none; }
  .search-dd-item > div { min-width: 0; flex: 1; }
  .card-meta { min-width: 0; }
  .trust-item > div { min-width: 0; }
  .info-row { gap: 8px; }
  .info-key { min-width: 72px; }

  /* ── TAGS — wrap nicely ── */
  .tag-list { flex-wrap: wrap; }
  .article-categories .tag { white-space: normal; word-break: break-word; }

  /* ── AWARD BADGE ── */
  .article-award-badge { flex-wrap: wrap; }

  /* ── GALLERY / LINKS ── */
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .links-list { grid-template-columns: 1fr; }

  /* ── RECIPIENTS TABLE ── */
  .list-page { padding: 24px 12px; }
  .recipients-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r); }
  .recipients-table { font-size: 13px; min-width: 540px; }
  .recipients-table td, .recipients-table th { padding: 10px 10px; }

  /* ── FOOTER ── */
  .site-footer { padding: 40px 20px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* ── PAGE HERO ── */
  .page-hero { padding: 36px 16px; }
  .page-hero h1 { font-size: 26px; word-break: break-word; }
  .page-hero p { font-size: 14px; }

  /* ── MISC PAGES ── */
  .about-page, .faqs-page, .contact-page, .search-page, .timeline-page { padding: 28px 16px; }
  .recipients-section { padding: 44px 16px; }
  .recipients-grid { grid-template-columns: 1fr; }
  .search-bar-lg input { font-size: 14px; padding: 12px 14px; }
  .search-bar-lg button { padding: 0 18px; }
  .timeline { padding-left: 28px; }
  .timeline-dot { left: -22px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 26px; }
  .cats-row { grid-template-columns: repeat(4, 1fr); gap: 4px; }
  .cat-item .ci { width: 34px; height: 34px; font-size: 14px; }
  .photo-item img { height: 110px; }
  .article-title { font-size: 22px; }
  .ms-title { font-size: 24px; }
  .hero-search-form input { font-size: 13px; }
  .hero-search-form button { padding: 0 12px; font-size: 12px; }
}
