/* ═══════════════════════════════════════════════════════
   GYANARTHI FOUNDATION — Shared Stylesheet
   Design: Saffron + Cream | Mobile-first | May 2026
═══════════════════════════════════════════════════════ */

/* ── Design Tokens ── */
:root {
  --saffron: #E8621A;
  --saffron-light: #F28C4E;
  --saffron-pale: #FDF0E8;
  --ink: #1A1410;
  --ink-soft: #3D2E24;
  --gold: #C8952A;
  --gold-light: #F5DFA0;
  --cream: #FAF6F0;
  --cream-dark: #F0E8DC;
  --text-muted: #7A6558;
  --border: #E2D5C8;
  --green: #2D6A4F;
  --green-light: #D8F3DC;

  --font-display: 'Fraunces', Georgia, serif;
  --font-deva: 'Tiro Devanagari Hindi', serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-serif: 'Crimson Pro', Georgia, serif;

  --banner-h: 0px;
  --nav-h: 68px;
  --top-offset: var(--nav-h);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(26, 20, 16, 0.07);
  --shadow-md: 0 8px 28px rgba(26, 20, 16, 0.10);
  --shadow-lg: 0 20px 60px rgba(26, 20, 16, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-top: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  font-family: var(--font-body);
  border: none;
}

ul,
ol {
  list-style: none;
}

/* ── Typography helpers ── */
.deva {
  font-family: var(--font-deva);
  line-height: 1.75;
}

.serif {
  font-family: var(--font-serif);
}

/* ── DEV BANNER ── */
.dev-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--banner-h);
  background: #C0392B;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  user-select: none;
}

.dev-banner-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: bannerScroll 40s linear infinite;
}

.dev-banner-track:hover {
  animation-play-state: paused;
}

@keyframes bannerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.dev-banner-item {
  padding: 0 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dev-banner-item .sep {
  margin: 0 14px;
  opacity: .35;
  font-size: 9px;
}

/* ── NAVIGATION ── */
nav.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  height: var(--nav-h);
  background: rgba(250, 246, 240, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.3s;
}

nav.site-nav.scrolled {
  box-shadow: 0 4px 24px rgba(26, 20, 16, 0.08);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: white;
  border: 2px solid rgba(232, 98, 26, 0.2);
  box-shadow: 0 2px 10px rgba(232, 98, 26, 0.25);
  flex-shrink: 0;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text .hi {
  font-family: var(--font-deva);
  font-size: 14px;
  color: var(--ink);
}

.logo-text .en {
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ink-soft);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--saffron-pale);
  color: var(--saffron);
}

.nav-links .nav-cta {
  background: var(--saffron) !important;
  color: white !important;
  font-weight: 500 !important;
  padding: 9px 20px !important;
  box-shadow: 0 2px 8px rgba(232, 98, 26, 0.25);
}

.nav-links .nav-cta:hover {
  background: #CF5516 !important;
}

/* ── Header Donate Button (Prominent & Elegant) ── */
.nav-links .nav-donate-btn {
  background: linear-gradient(135deg, #e8621a 0%, #c84b0c 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-body);
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 18px !important;
  border-radius: 100px !important;
  box-shadow: 0 4px 14px rgba(232, 98, 26, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.2) inset !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  position: relative;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.nav-links .nav-donate-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: rotate(30deg) translateX(-100%);
  transition: transform 0.6s ease;
}

.nav-links .nav-donate-btn:hover::after {
  transform: rotate(30deg) translateX(100%);
}

.nav-links .nav-donate-btn:hover {
  background: linear-gradient(135deg, #f26b21 0%, #d45010 100%) !important;
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 6px 20px rgba(232, 98, 26, 0.45), 0 0 0 2px rgba(232, 98, 26, 0.2) !important;
}

.nav-links .nav-donate-btn:active {
  transform: translateY(0) scale(0.99) !important;
  box-shadow: 0 2px 8px rgba(232, 98, 26, 0.3) !important;
}

.nav-links .nav-donate-btn .donate-heart {
  display: inline-block;
  font-size: 13px;
  animation: heartPulse 2.2s ease-in-out infinite;
}

@keyframes heartPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.22);
  }
}

/* Mobile Menu Donate Button */
.mobile-menu a.nav-donate-mob {
  background: linear-gradient(135deg, rgba(232, 98, 26, 0.12) 0%, rgba(200, 149, 42, 0.15) 100%) !important;
  color: #c84b0c !important;
  font-weight: 600 !important;
  border: 1.5px solid rgba(232, 98, 26, 0.35) !important;
  border-radius: 12px !important;
  box-shadow: 0 3px 10px rgba(232, 98, 26, 0.12) !important;
}

.mobile-menu a.nav-donate-mob:hover,
.mobile-menu a.nav-donate-mob.active {
  background: linear-gradient(135deg, #e8621a 0%, #c84b0c 100%) !important;
  color: white !important;
  border-color: #c84b0c !important;
  box-shadow: 0 4px 16px rgba(232, 98, 26, 0.3) !important;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border-radius: var(--radius-sm);
  padding: 6px;
  transition: background 0.2s;
  flex-shrink: 0;
}

.hamburger:hover {
  background: var(--saffron-pale);
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: var(--top-offset);
  left: 0;
  right: 0;
  background: rgba(250, 246, 240, 0.99);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  z-index: 109;
  padding: 12px 5% 20px;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 8px 32px rgba(26, 20, 16, 0.1);
  animation: slideDown 0.25s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  font-family: var(--font-deva);
  font-size: 17px;
  color: var(--ink-soft);
  padding: 14px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  transition: all 0.2s;
}

.mobile-menu a:hover,
.mobile-menu a.active {
  background: var(--saffron-pale);
  color: var(--saffron);
  border-color: rgba(232, 98, 26, 0.15);
}

.mobile-menu .mob-cta {
  background: var(--saffron) !important;
  color: white !important;
  justify-content: center;
  font-weight: 500;
  margin-top: 8px;
  box-shadow: 0 4px 16px rgba(232, 98, 26, 0.25);
}

.mob-divider {
  height: 1px;
  background: var(--border);
  margin: 6px 0;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-body);
  line-height: 1.2;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--saffron);
  color: white;
  box-shadow: 0 4px 16px rgba(232, 98, 26, 0.3);
}

.btn-primary:hover {
  background: #CF5516;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(232, 98, 26, 0.4);
}

.btn-outline {
  background: transparent;
  color: var(--saffron);
  border: 1.5px solid var(--saffron);
}

.btn-outline:hover {
  background: var(--saffron-pale);
  transform: translateY(-1px);
}

.btn-white {
  background: white;
  color: var(--saffron);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.btn-outline-white {
  background: transparent;
  color: white;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: white;
  transform: translateY(-1px);
}

.btn-sm {
  padding: 9px 20px;
  font-size: 13px;
}

/* ── LAYOUT ── */
section {
  padding: 80px 5%;
}

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

.section-label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--saffron);
  font-weight: 600;
  margin-bottom: 12px;
}

.section-heading {
  font-family: var(--font-deva);
  font-size: clamp(26px, 4vw, 40px);
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-sub {
  font-family: var(--font-deva);
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.85;
  max-width: 680px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: calc(var(--nav-h) + 48px) 5% 80px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: attr(data-deco);
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-deva);
  font-size: 120px;
  color: rgba(232, 98, 26, 0.04);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}

.page-hero-inner {
  max-width: 780px;
}

/* ── TRUST TAGS ── */
.trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.trust-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 8px 14px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--ink-soft);
}

.trust-tag .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

/* ── DECO BOX ── */
.deco-box {
  background: var(--saffron-pale);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}

.deco-box::after {
  content: attr(data-char);
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-family: var(--font-deva);
  font-size: 160px;
  color: rgba(232, 98, 26, 0.06);
  line-height: 1;
  pointer-events: none;
}

.deco-box p {
  font-family: var(--font-deva);
  font-size: 18px;
  line-height: 1.85;
  color: var(--ink-soft);
  position: relative;
  z-index: 1;
}

.deco-tag {
  display: inline-block;
  background: var(--saffron);
  color: white;
  font-family: var(--font-body);
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── CARD BASE ── */
.card {
  background: white;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  padding: 28px 24px;
  transition: all 0.25s;
}

.card:hover {
  border-color: var(--saffron);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--saffron-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.card-icon.green-bg {
  background: var(--green-light);
}

.card-icon.gold-bg {
  background: var(--gold-light);
}

.card h4 {
  font-family: var(--font-deva);
  font-size: 18px;
  color: var(--ink);
  margin-bottom: 10px;
  font-weight: 400;
}

.card p {
  font-family: var(--font-deva);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ── MV CARD ── */
.mv-card {
  background: white;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  padding: 36px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.mv-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.mv-accent {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 24px;
}

.mv-accent.saffron {
  background: var(--saffron);
}

.mv-accent.gold {
  background: var(--gold);
}

.mv-card h3 {
  font-family: var(--font-deva);
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 14px;
  font-weight: 400;
}

.mv-card p {
  font-family: var(--font-deva);
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-soft);
}

/* ── LEARNING (dark) section ── */
.dark-section {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.dark-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(232, 98, 26, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.dark-section .section-label {
  color: var(--saffron-light);
}

.dark-section .section-heading {
  color: white;
}

.dark-section .section-sub {
  color: rgba(255, 255, 255, 0.6);
}

/* ── STEP CARDS (dark bg) ── */
.step-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  transition: background 0.25s;
}

.step-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.step-num {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 300;
  color: var(--saffron-light);
  margin-bottom: 16px;
  line-height: 1;
}

.step-card h4 {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
}

.step-card p {
  font-family: var(--font-deva);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
}

/* ── SERVE LIST ── */
.serve-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}

.serve-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: white;
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  border: 1px solid var(--border);
  font-family: var(--font-deva);
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
  transition: transform 0.2s;
}

.serve-list li:hover {
  transform: translateX(4px);
}

.serve-icon {
  width: 32px;
  height: 32px;
  background: var(--saffron-pale);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* ── QUOTE BOX ── */
.quote-box {
  background: var(--ink);
  color: white;
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
}

.quote-box::before {
  content: '\201C';
  position: absolute;
  top: -20px;
  left: 20px;
  font-family: var(--font-serif);
  font-size: 160px;
  color: rgba(232, 98, 26, 0.15);
  line-height: 1;
  pointer-events: none;
}

.quote-box p {
  font-family: var(--font-deva);
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.quote-attr {
  margin-top: 20px;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--saffron-light);
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
}

/* ── TRUST SECTION ── */
.trust-bar {
  background: white;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 5%;
}

.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.trust-bar h2 {
  font-family: var(--font-deva);
  font-size: 24px;
  color: var(--ink);
  margin-bottom: 8px;
  font-weight: 400;
}

.trust-bar p {
  font-family: var(--font-deva);
  font-size: 14px;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.75;
}

/* ── COMPLIANCE ── */
.comp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.comp-card {
  background: white;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}

.comp-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), #52b788);
  opacity: 0;
  transition: opacity 0.25s;
}

.comp-card:hover {
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(45, 106, 79, 0.08);
}

.comp-card:hover::before {
  opacity: 1;
}

.comp-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green);
}

.comp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

.comp-status.pending {
  color: var(--gold);
}

.comp-status.pending .comp-dot {
  background: var(--gold);
}

.comp-status.approved {
  color: var(--green);
}

.comp-card h4 {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.comp-card p {
  font-family: var(--font-deva);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}

.comp-num-tag {
  margin-top: 6px;
  padding: 7px 12px;
  background: var(--cream);
  border-radius: 7px;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--text-muted);
  word-break: break-all;
}

.comp-num-tag strong {
  color: var(--ink);
}

.comp-note {
  background: white;
  border: 1px solid var(--border);
  border-left: 3px solid var(--saffron);
  border-radius: 0 10px 10px 0;
  padding: 18px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 780px;
}

.comp-note p {
  font-family: var(--font-deva);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.75;
}

/* ── CONTACT CTA ── */
.join-cta-section {
  background: linear-gradient(135deg, var(--saffron) 0%, #CF5516 100%);
  color: white;
  text-align: center;
  padding: 80px 5%;
}

.join-cta-section h2 {
  font-family: var(--font-deva);
  font-size: clamp(26px, 4vw, 42px);
  margin-bottom: 16px;
}

.join-cta-section p {
  font-family: var(--font-deva);
  font-size: 16px;
  opacity: .85;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.75;
}

/* ── BATCH CARDS ── */
.batch-card {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  transition: all 0.25s;
  position: relative;
  background: white;
}

.batch-card:hover {
  border-color: var(--saffron);
  background: var(--saffron-pale);
  box-shadow: var(--shadow-sm);
}

.batch-level {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--saffron);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.batch-name-hi {
  font-family: var(--font-deva);
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 4px;
}

.batch-name-en {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 16px;
}

.batch-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.batch-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--text-muted);
}

.batch-meta-item span {
  color: var(--ink-soft);
  font-weight: 500;
}

.batch-tag {
  display: inline-block;
  background: var(--cream-dark);
  border-radius: 100px;
  padding: 3px 10px;
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--text-muted);
}

.batch-tag.soon {
  background: var(--cream-dark);
}

.batch-card.sampurn-card {
  background: linear-gradient(135deg, var(--saffron-pale), var(--gold-light));
  border-color: var(--gold);
  grid-column: 1/-1;
}

.sampurn-card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.batch-special-tag {
  display: inline-block;
  background: var(--saffron);
  color: white;
  font-family: var(--font-body);
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ── GALLERY GRID ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 12px;
  margin-top: 40px;
}

.gallery-grid .g-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
}

.gallery-grid .g-item:first-child {
  grid-column: 1;
  grid-row: 1/3;
}

.gallery-grid .g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-grid .g-item:hover img {
  transform: scale(1.05);
}

.g-placeholder {
  width: 100%;
  height: 100%;
  background: var(--cream-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text-muted);
  font-family: var(--font-body);
}

.g-placeholder .ph-icon {
  font-size: 36px;
  opacity: .4;
}

.g-placeholder .ph-text {
  font-size: 12px;
  opacity: .6;
  text-align: center;
  padding: 0 16px;
}

.g-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 20, 16, 0.75));
  color: white;
  padding: 20px 16px 14px;
  font-family: var(--font-deva);
  font-size: 13px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.g-item:hover .g-caption {
  transform: translateY(0);
}

.gallery-cta {
  text-align: center;
  margin-top: 28px;
}

/* ── FOUNDER SECTION ── */
.founder-section {
  background: white;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.founder-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}

.founder-photo-wrap {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--cream-dark);
  position: relative;
  box-shadow: var(--shadow-md);
}

.founder-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-photo-ph {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-muted);
  font-family: var(--font-body);
}

.founder-name {
  font-family: var(--font-deva);
  font-size: 28px;
  color: var(--ink);
  margin-bottom: 4px;
  font-weight: 400;
}

.founder-role {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--saffron);
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: .04em;
}

.founder-quote {
  border-left: 3px solid var(--saffron);
  padding-left: 20px;
  margin-bottom: 20px;
}

.founder-quote p {
  font-family: var(--font-deva);
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.75;
  font-style: italic;
}

.founder-bio {
  font-family: var(--font-deva);
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.85;
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.founder-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--ink-soft);
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 5px 12px;
}

/* ── TIMELINE ── */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}

.timeline-item {
  display: flex;
  gap: 24px;
  padding-bottom: 32px;
  position: relative;
}

.timeline-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px var(--cream);
}

.timeline-content {
  padding-top: 6px;
}

.timeline-date {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--saffron);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.timeline-title {
  font-family: var(--font-deva);
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 6px;
}

.timeline-text {
  font-family: var(--font-deva);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── CONTRIBUTION TYPES (Join page) ── */
.contrib-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.contrib-card {
  background: white;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border);
  padding: 32px 28px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}

.contrib-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
  background: var(--saffron);
  opacity: 0;
  transition: opacity 0.25s;
}

.contrib-card:hover {
  border-color: var(--saffron);
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
}

.contrib-card:hover::before {
  opacity: 1;
}

.contrib-icon {
  font-size: 32px;
  margin-bottom: 16px;
  display: block;
}

.contrib-card h4 {
  font-family: var(--font-deva);
  font-size: 19px;
  color: var(--ink);
  margin-bottom: 10px;
  font-weight: 400;
}

.contrib-card p {
  font-family: var(--font-deva);
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
}

.contrib-card .contrib-who {
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--saffron);
  background: var(--saffron-pale);
  border-radius: 100px;
  padding: 4px 12px;
  display: inline-block;
}

/* ── PROCESS STEPS ── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 40px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(16.67% + 10px);
  right: calc(16.67% + 10px);
  height: 2px;
  background: var(--border);
  z-index: 0;
}

.process-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.process-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--saffron);
  color: white;
  font-family: var(--font-serif);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(232, 98, 26, 0.3);
}

.process-step h4 {
  font-family: var(--font-deva);
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 8px;
  font-weight: 400;
}

.process-step p {
  font-family: var(--font-deva);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── IMPACT BAR ── */
.impact-bar {
  background: var(--ink);
  color: white;
  padding: 40px 5%;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.impact-item {
  text-align: center;
  padding: 20px;
  position: relative;
}

.impact-item+.impact-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.impact-num {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 400;
  color: var(--saffron-light);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.impact-label {
  font-family: var(--font-deva);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* ── CONTACT FORM ── */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-field label {
  font-family: var(--font-deva);
  font-size: 13px;
  color: var(--ink-soft);
}

.form-field input,
.form-field textarea {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 14px;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--saffron);
  background: white;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-success {
  display: none;
  background: var(--green-light);
  border: 1.5px solid var(--green);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.form-error {
  display: none;
  background: #fef2f2;
  border: 1.5px solid #ef4444;
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-bottom: 20px;
}

.form-error p {
  font-family: var(--font-deva);
  font-size: 14px;
  color: #dc2626;
}

/* ── CONTACT CARDS ── */
.c-card {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  transition: all 0.25s;
}

.c-card:hover {
  border-color: var(--saffron);
  background: var(--saffron-pale);
  transform: translateX(4px);
}

.c-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.c-icon {
  width: 40px;
  height: 40px;
  background: var(--saffron-pale);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.c-card h4 {
  font-family: var(--font-deva);
  font-size: 15px;
  color: var(--ink);
  font-weight: 400;
}

.c-card .c-val {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--saffron);
  font-weight: 500;
  margin-bottom: 6px;
}

.c-card .c-desc {
  font-family: var(--font-deva);
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── FOOTER ── */
footer.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 5% 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  border: 2px solid rgba(232, 98, 26, 0.25);
  box-shadow: 0 2px 10px rgba(232, 98, 26, 0.25);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-brand p {
  font-family: var(--font-deva);
  font-size: 13px;
  line-height: 1.85;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-brand-meta {
  margin-top: 14px;
  font-family: var(--font-body);
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.7;
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-col a,
.footer-col span {
  display: block;
  font-family: var(--font-deva);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--saffron-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  gap: 8px;
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .founder-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .founder-photo-wrap {
    aspect-ratio: 4/5;
    max-width: 400px;
  }

  .sampurn-card-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .comp-grid,
  .contrib-grid {
    grid-template-columns: 1fr;
  }

  .impact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-steps::before {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .gallery-grid .g-item:first-child {
    grid-column: 1;
    grid-row: auto;
  }

  .batch-card.sampurn-card {
    grid-column: 1;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .comp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  :root {
    --banner-h: 0px;
  }

  section {
    padding: 56px 4%;
  }

  .page-hero {
    padding-top: calc(var(--nav-h) + 24px);
    padding-left: 4%;
    padding-right: 4%;
  }

  nav.site-nav {
    padding: 0 4%;
  }

  .impact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .comp-grid {
    grid-template-columns: 1fr;
  }

  .contrib-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .trust-bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-box {
    padding: 36px 28px;
  }

  .quote-box p {
    font-size: 17px;
  }

  .founder-photo-wrap {
    max-width: 100%;
  }

  .dev-banner-item {
    padding: 0 20px;
    font-size: 11px;
  }

  .join-cta-section {
    padding: 60px 4%;
  }

  .batch-card.sampurn-card {
    grid-column: 1;
  }

  .deco-box {
    padding: 32px 24px;
  }
}

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

@media print {

  .dev-banner,
  nav.site-nav,
  .mobile-menu,
  .hamburger {
    display: none !important;
  }

  body {
    padding-top: 0 !important;
  }
}

:focus-visible {
  outline: 2px solid var(--saffron);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── LEGAL PAGES ── */
.lang-toggle-wrap {
  display: inline-flex;
  gap: 4px;
  background: var(--cream);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 4px;
  margin-bottom: 32px;
}

.lang-toggle-btn {
  border: none;
  background: transparent;
  padding: 8px 20px;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  cursor: pointer;
  transition: all .2s;
}

.lang-toggle-btn.active {
  background: var(--saffron);
  color: white;
  box-shadow: 0 2px 8px rgba(232, 98, 26, .25);
}

.legal-section {
  background: white;
}

.legal-content {
  max-width: 720px;
}

.policy-content {
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.8;
}

.policy-content h2 {
  color: var(--ink);
  font-family: var(--font-deva);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 8px;
}

.policy-content h3 {
  color: var(--ink);
  font-family: var(--font-deva);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  margin: 30px 0 8px;
}

.policy-content p {
  margin: 0 0 16px;
}

.policy-content .policy-updated {
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 24px;
}

.policy-content ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.policy-content li {
  margin-bottom: 6px;
}

.policy-content a {
  color: var(--saffron);
  font-weight: 500;
}

.footer-legal-links {
  margin-top: 18px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.8;
}

.footer-legal-links a {
  display: inline;
  font-family: var(--font-body);
  font-size: 11px;
  margin: 0;
}
