/* ============================================
   Shantaram Tukaram More - Premium Political Website
   Creaa Designs
   ============================================ */

:root {
  --saffron: #E87722;
  --saffron-deep: #C35A15;
  --saffron-light: #F49A50;
  --gold: #C5A572;
  --gold-bright: #D4A946;
  --charcoal: #141414;
  --charcoal-soft: #1F1F1F;
  --ink: #2C2C2C;
  --muted: #6B6B6B;
  --line: #E6E2DB;
  --cream: #FAF7F1;
  --white: #FFFFFF;
  --off-white: #F6F2EA;
  --shadow-sm: 0 4px 14px rgba(20, 20, 20, 0.06);
  --shadow-md: 0 12px 32px rgba(20, 20, 20, 0.08);
  --shadow-lg: 0 28px 60px rgba(20, 20, 20, 0.14);
  --radius: 4px;
  --radius-lg: 12px;
  --font-display: 'Fraunces', 'Playfair Display', serif;
  --font-body: 'Inter', 'Helvetica Neue', sans-serif;
  --container: 1320px;
  --nav-h: 82px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; transition: color .3s ease; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 1.8vw, 1.6rem); }
h4 { font-size: 1.15rem; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--saffron);
}

.lead {
  font-size: 1.12rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 640px;
}

.serif-accent {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--saffron);
  font-weight: 400;
}

/* ---------- Navigation ---------- */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(20,20,20,0.06);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: all .4s ease;
}
.site-nav.dark {
  background: rgba(20, 20, 20, 0.85);
  border-bottom-color: rgba(255,255,255,0.08);
}
.site-nav.dark .nav-link { color: rgba(255,255,255,0.82); }
.site-nav.dark .brand-name { color: #fff; }
.site-nav.dark .brand-sub { color: rgba(255,255,255,0.6); }
.site-nav.dark .hamburger span { background: #fff; }

.nav-wrap {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-mark {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron) 0%, var(--saffron-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 18px rgba(232,119,34,0.3);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--charcoal);
  letter-spacing: 0.01em;
}
.brand-sub {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 38px;
  list-style: none;
}
.nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
  letter-spacing: 0.02em;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--saffron);
  transition: width .35s ease;
}
.nav-link:hover::after,
.nav-link.active::after { width: 100%; }
.nav-link.active { color: var(--saffron); }

.nav-cta {
  background: var(--charcoal);
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all .3s ease;
}
.nav-cta:hover {
  background: var(--saffron);
  transform: translateY(-1px);
}
.nav-cta::after { display: none; }

.hamburger {
  display: none;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--charcoal);
  transition: all .3s ease;
  border-radius: 2px;
}
.hamburger span:nth-child(1) { width: 24px; margin-left: auto; }
.hamburger span:nth-child(2) { width: 20px; margin-left: auto; }
.hamburger span:nth-child(3) { width: 24px; margin-left: auto; }

body.nav-open .hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); width: 24px; }
body.nav-open .hamburger span:nth-child(2) { opacity: 0; }
body.nav-open .hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); width: 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all .35s cubic-bezier(.2,.8,.2,1);
  font-family: var(--font-body);
}
.btn-primary {
  background: var(--saffron);
  color: #fff;
  box-shadow: 0 10px 28px rgba(232,119,34,0.28);
}
.btn-primary:hover {
  background: var(--saffron-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(232,119,34,0.38);
}
.btn-outline {
  background: transparent;
  color: var(--charcoal);
  border: 1.5px solid var(--charcoal);
}
.btn-outline:hover {
  background: var(--charcoal);
  color: #fff;
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
}
.btn-ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
}
.btn-arrow::after {
  content: '→';
  font-size: 1.1rem;
  transition: transform .3s ease;
}
.btn-arrow:hover::after { transform: translateX(4px); }

/* ---------- Sections ---------- */
section { padding: 120px 0; position: relative; }
.section-sm { padding: 80px 0; }

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 80px;
}
.section-head .eyebrow { justify-content: center; }
.section-head .eyebrow::before,
.section-head .eyebrow::after { content: ''; width: 32px; height: 1px; background: var(--saffron); }
.section-head .eyebrow::after { margin-left: 0; }

/* ---------- Hero (Homepage) ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 60px) 0 80px;
  overflow: hidden;
  background: var(--charcoal);
  color: #fff;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, #141414 0%, #2a1a0f 50%, #3d2614 100%);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1000px 600px at 85% 35%, rgba(232,119,34,0.22) 0%, transparent 55%),
    radial-gradient(700px 500px at 10% 80%, rgba(197,165,114,0.15) 0%, transparent 60%);
}
.hero-pattern {
  position: absolute;
  right: -5%;
  top: 0;
  width: 55%;
  height: 100%;
  background-image: url('../images/Shantaram%20Tukaram%20More.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  filter: grayscale(10%) contrast(1.05);
  -webkit-mask-image: linear-gradient(to left, #000 40%, transparent 100%);
  mask-image: linear-gradient(to left, #000 40%, transparent 100%);
  opacity: 0.9;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content .eyebrow {
  color: var(--gold-bright);
}
.hero-content .eyebrow::before { background: var(--gold-bright); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.hero h1 .serif-accent { color: var(--saffron-light); font-weight: 400; }
.hero p.lead {
  color: rgba(255,255,255,0.78);
  font-size: 1.12rem;
  margin-bottom: 40px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
.hero-badge {
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
}
.hero-badge .dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--saffron);
  margin-right: 8px;
  box-shadow: 0 0 10px var(--saffron);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.hero-portrait::before {
  content: '';
  position: absolute;
  top: -24px; left: -24px;
  width: 100%; height: 100%;
  border: 1.5px solid var(--saffron);
  z-index: -1;
  border-radius: 4px;
}

.hero-signature {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 22px;
  background: rgba(20,20,20,0.6);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid var(--saffron);
  pointer-events: none;
}
@media (max-width: 1280px) {
  .hero-signature { display: none; }
}
.hero-signature small {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-bright);
  font-weight: 600;
}
.hero-signature strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: 1.1rem;
  color: #fff;
}

.hero-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero-scroll::after {
  content: '';
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.3); opacity: 0.3; }
}

/* ---------- Counters ---------- */
.counters {
  background: var(--cream);
  padding: 100px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.counter {
  padding: 0 40px;
  text-align: left;
  border-right: 1px solid var(--line);
}
.counter:last-child { border-right: none; }
.counter-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 500;
  color: var(--charcoal);
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.counter-num .plus { font-size: 0.5em; color: var(--saffron); margin-top: 0.1em; }
.counter-label {
  margin-top: 14px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.counter-bar {
  width: 40px; height: 2px;
  background: var(--saffron);
  margin-top: 20px;
}

/* ---------- Feature strips ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.two-col.reverse .col-img { order: 2; }

.col-img {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
}
.col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}
.col-img:hover img { transform: scale(1.04); }
.col-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.2), transparent 40%);
}

.img-tag {
  position: absolute;
  bottom: 24px; left: 24px;
  z-index: 2;
  padding: 10px 16px;
  background: rgba(20,20,20,0.7);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-left: 2px solid var(--saffron);
}

.col-body h2 { margin-bottom: 24px; }
.col-body p { margin-bottom: 16px; color: var(--muted); line-height: 1.8; }
.col-body .btn { margin-top: 20px; }

/* ---------- Cards / Achievements ---------- */
.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ach-card {
  background: #fff;
  padding: 44px 36px;
  border: 1px solid var(--line);
  position: relative;
  transition: all .45s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}
.ach-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--saffron);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s ease;
}
.ach-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.ach-card:hover::before { transform: scaleX(1); }
.ach-icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(232,119,34,0.1), rgba(197,165,114,0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 1.6rem;
  color: var(--saffron);
}
.ach-card h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.ach-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}
.ach-num {
  position: absolute;
  top: 28px; right: 28px;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--line);
  font-weight: 400;
}

/* ---------- Timeline ---------- */
.timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--line), transparent);
  transform: translateX(-50%);
}
.t-item {
  position: relative;
  width: 50%;
  padding: 40px 50px;
}
.t-item:nth-child(odd) { left: 0; text-align: right; }
.t-item:nth-child(even) { left: 50%; }
.t-item::before {
  content: '';
  position: absolute;
  top: 56px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--saffron);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
  z-index: 2;
}
.t-item:nth-child(odd)::before { right: -7px; }
.t-item:nth-child(even)::before { left: -7px; }
.t-year {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--saffron);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.t-item h3 { margin-bottom: 10px; font-size: 1.25rem; }
.t-item p { color: var(--muted); font-size: 0.95rem; line-height: 1.7; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  grid-auto-rows: 140px;
}
.g-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--charcoal);
}
.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}
.g-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.75), transparent 55%);
  opacity: 0;
  transition: opacity .4s ease;
}
.g-item:hover img { transform: scale(1.06); }
.g-item:hover::after { opacity: 1; }
.g-caption {
  position: absolute;
  bottom: 0; left: 0;
  padding: 22px 24px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform: translateY(12px);
  transition: all .5s ease;
}
.g-item:hover .g-caption { opacity: 1; transform: translateY(0); }
.g-caption small {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron-light);
  font-weight: 600;
}
.g-caption h4 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.1rem;
  margin-top: 4px;
}

/* Gallery spans */
.g-1 { grid-column: span 5; grid-row: span 3; }
.g-2 { grid-column: span 4; grid-row: span 2; }
.g-3 { grid-column: span 3; grid-row: span 2; }
.g-4 { grid-column: span 4; grid-row: span 2; }
.g-5 { grid-column: span 3; grid-row: span 2; }
.g-6 { grid-column: span 5; grid-row: span 2; }
.g-7 { grid-column: span 4; grid-row: span 2; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10,10,10,0.96);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.active { display: flex; animation: fadeIn .4s ease; }
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}
.lightbox-close {
  position: absolute;
  top: 30px; right: 40px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.lightbox-close:hover {
  background: var(--saffron);
  border-color: var(--saffron);
  transform: rotate(90deg);
}

/* ---------- Page Header ---------- */
.page-hero {
  padding: calc(var(--nav-h) + 110px) 0 110px;
  background: linear-gradient(135deg, #141414 0%, #241711 60%, #3a2313 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 500px at 80% 30%, rgba(232,119,34,0.18), transparent 60%);
}
.page-hero h1 {
  color: #fff;
  margin-bottom: 20px;
}
.page-hero .eyebrow { color: var(--gold-bright); }
.page-hero .eyebrow::before { background: var(--gold-bright); }
.page-hero p { color: rgba(255,255,255,0.7); max-width: 700px; font-size: 1.1rem; }
.page-hero .breadcrumb {
  margin-bottom: 28px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.page-hero .breadcrumb span { color: var(--saffron-light); }

/* ---------- Quote block ---------- */
.quote-block {
  padding: 100px 0;
  background: var(--charcoal);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.quote-block::before {
  content: '"';
  position: absolute;
  top: -40px; right: 5%;
  font-family: var(--font-display);
  font-size: 18rem;
  color: rgba(232,119,34,0.12);
  line-height: 1;
}
.quote-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.quote-inner blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 32px;
}
.quote-author {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--saffron-light);
  font-weight: 600;
}

/* ---------- Values/Vision cards ---------- */
.vision-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--line);
}
.vision-card {
  background: #fff;
  padding: 48px 36px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  transition: all .4s ease;
}
.vision-card:hover {
  background: var(--charcoal);
  color: #fff;
}
.vision-card:hover h3 { color: #fff; }
.vision-card:hover p { color: rgba(255,255,255,0.75); }
.vision-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--saffron);
  margin-bottom: 28px;
  font-weight: 400;
}
.vision-card h3 { margin-bottom: 18px; transition: color .3s; }
.vision-card p { color: var(--muted); flex: 1; transition: color .3s; font-size: 0.95rem; line-height: 1.7; }

/* ---------- Updates / News ---------- */
.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.update-card {
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all .45s ease;
}
.update-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.update-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background: var(--cream);
}
.update-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform .8s ease;
}
.update-card:hover .update-img img { transform: scale(1.06); }
.update-body { padding: 32px; }
.update-date {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--saffron);
  font-weight: 600;
  margin-bottom: 12px;
}
.update-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.update-body p { color: var(--muted); font-size: 0.92rem; }

/* ---------- Contact ---------- */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
}
.contact-info h2 { margin-bottom: 24px; }
.contact-info .lead { margin-bottom: 40px; }

.contact-line {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  align-items: flex-start;
}
.contact-line:last-of-type { border-bottom: 1px solid var(--line); }
.contact-line-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(232,119,34,0.1);
  color: var(--saffron);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.contact-line small {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.contact-line a, .contact-line span {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--charcoal);
  display: block;
}
.contact-line a:hover { color: var(--saffron); }

.contact-form {
  background: var(--cream);
  padding: 50px 44px;
  border: 1px solid var(--line);
}
.contact-form h3 { margin-bottom: 28px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--charcoal);
  transition: border-color .3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-bottom-color: var(--saffron);
}
.form-group textarea { resize: vertical; min-height: 100px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.8);
  padding: 80px 0 30px;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .brand-mark { width: 52px; height: 52px; font-size: 1.4rem; }
.footer-brand p { color: rgba(255,255,255,0.6); margin-top: 20px; font-size: 0.95rem; line-height: 1.8; max-width: 340px; }

.footer-col h4 {
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a {
  color: rgba(255,255,255,0.65);
  font-size: 0.92rem;
  transition: color .3s ease;
}
.footer-col a:hover { color: var(--saffron); }

.footer-contact { line-height: 2; font-size: 0.9rem; color: rgba(255,255,255,0.65); }
.footer-contact a:hover { color: var(--saffron); }

.social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  font-size: 0.9rem;
}
.social a:hover {
  background: var(--saffron);
  border-color: var(--saffron);
  color: #fff;
  transform: translateY(-3px);
}

.footer-bottom {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.footer-bottom a { color: var(--saffron-light); }
.footer-bottom a:hover { color: #fff; }

/* ---------- Animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-delay-3 { transition-delay: .36s; }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Password Gate ---------- */
.gate {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  overflow: hidden;
  z-index: 10;
}
.gate-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/shantaram-jpg-1731318158334_1731318158755-1200x675.webp');
  background-size: cover;
  background-position: center 30%;
  filter: blur(4px) brightness(0.35);
  transform: scale(1.08);
}
.gate-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(10,10,10,0.85) 0%, rgba(20,20,20,0.75) 50%, rgba(40,25,10,0.85) 100%),
    radial-gradient(600px 400px at 50% 40%, rgba(232,119,34,0.25), transparent);
}
.gate-inner {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 92%;
  padding: 58px 52px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
  animation: fadeUp 1s cubic-bezier(.2,.8,.2,1) both;
}
.gate-mark {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saffron), var(--saffron-deep));
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(232,119,34,0.4);
}
.gate-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 16px;
  font-weight: 600;
}
.gate h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.gate-sub {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  margin-bottom: 36px;
}
.gate-form {
  position: relative;
  margin-bottom: 18px;
}
.gate-input {
  width: 100%;
  padding: 18px 22px;
  font-size: 1rem;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-body);
  transition: all .3s ease;
  border-radius: 4px;
}
.gate-input:focus {
  outline: none;
  border-color: var(--saffron);
  background: rgba(0,0,0,0.5);
  box-shadow: 0 0 0 3px rgba(232,119,34,0.15);
}
.gate-input::placeholder { color: rgba(255,255,255,0.35); letter-spacing: 0.2em; font-weight: 400; }
.gate-btn {
  width: 100%;
  padding: 16px;
  background: var(--saffron);
  color: #fff;
  border: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 16px;
  transition: all .3s ease;
  border-radius: 4px;
  font-family: var(--font-body);
}
.gate-btn:hover { background: var(--saffron-deep); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(232,119,34,0.4); }
.gate-err {
  color: #ffb4a0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-top: 14px;
  min-height: 20px;
  opacity: 0;
  transition: opacity .3s ease;
}
.gate-err.show { opacity: 1; animation: shake .45s ease; }
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}
.gate-foot {
  margin-top: 30px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}

/* ---------- Constituency page ---------- */
.facts-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}
.fact {
  padding: 36px;
  border-right: 1px solid var(--line);
}
.fact:last-child { border-right: none; }
.fact small {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron);
  font-weight: 600;
  margin-bottom: 12px;
}
.fact strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--charcoal);
  line-height: 1.2;
}

/* ---------- Feature list ---------- */
.feature-list { list-style: none; }
.feature-list li {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-size: 0.98rem;
}
.feature-list li::before {
  content: '';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--saffron);
  flex-shrink: 0;
  margin-top: 3px;
  position: relative;
}
.feature-list li strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--charcoal);
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.feature-list li span { color: var(--muted); font-size: 0.92rem; line-height: 1.7; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-pattern { display: none; }
  .two-col { grid-template-columns: 1fr; gap: 50px; }
  .two-col.reverse .col-img { order: 0; }
  .achievement-grid { grid-template-columns: repeat(2, 1fr); }
  .vision-grid { grid-template-columns: repeat(2, 1fr); }
  .updates-grid { grid-template-columns: 1fr; }
  .counter-grid { grid-template-columns: repeat(2, 1fr); }
  .counter { padding: 30px; border-right: none; border-bottom: 1px solid var(--line); }
  .counter:nth-child(3), .counter:nth-child(4) { border-bottom: none; }
  .contact-wrap { grid-template-columns: 1fr; gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .facts-strip { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: none; }
  .fact:nth-child(1), .fact:nth-child(2) { border-bottom: 1px solid var(--line); }
  .timeline::before { left: 12px; }
  .t-item { width: 100%; padding: 24px 0 24px 40px; text-align: left !important; left: 0 !important; }
  .t-item::before { left: 5px !important; right: auto !important; top: 40px; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 120px; }
  .g-1 { grid-column: span 6; grid-row: span 3; }
  .g-2, .g-3, .g-4, .g-5, .g-6, .g-7 { grid-column: span 3; grid-row: span 2; }
}

@media (max-width: 720px) {
  section { padding: 80px 0; }
  .container { padding: 0 22px; }
  .nav-wrap { padding: 0 22px; gap: 16px; }
  .nav-menu {
    position: fixed;
    top: var(--nav-h);
    right: 0;
    flex-direction: column;
    background: #fff;
    width: 78%;
    height: calc(100vh - var(--nav-h));
    padding: 50px 40px;
    gap: 28px;
    align-items: flex-start;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.2,.8,.2,1);
    box-shadow: -20px 0 40px rgba(0,0,0,0.08);
  }
  body.nav-open .nav-menu { transform: translateX(0); }
  .nav-link { font-size: 1.15rem; font-family: var(--font-display); font-weight: 400; }
  .nav-cta { margin-top: 10px; }
  .hamburger { display: flex; }
  .achievement-grid { grid-template-columns: 1fr; }
  .vision-grid { grid-template-columns: 1fr; }
  .facts-strip { grid-template-columns: 1fr; }
  .fact { border-right: none; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: none; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .g-1 { grid-column: span 2; grid-row: span 2; }
  .g-2, .g-3, .g-4, .g-5, .g-6, .g-7 { grid-column: span 1; grid-row: span 1; }
  .counter-num { font-size: 2.8rem; }
  .page-hero { padding: calc(var(--nav-h) + 70px) 0 70px; }
  .quote-block blockquote { font-size: 1.4rem; }
  .hero-portrait { max-width: 340px; margin: 0 auto; }
  .gate-inner { padding: 44px 28px; }
}
