/* ============================================================
   NCR PLAZA — Himalayan Theme Stylesheet
   ncrplaza.com
   ============================================================ */

/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400&family=Jost:wght@300;400;500;600&family=Tiro+Devanagari+Hindi&display=swap');

/* ---- CSS Variables ---- */
:root {
  --navy:       #0d1b2a;
  --deep-blue:  #1a2e45;
  --mid-blue:   #1e4976;
  --sky-blue:   #3a8fc7;
  --ice-blue:   #b8d9f0;
  --snow-white: #f0f5fb;
  --glacier:    #d6ecf8;
  --gold:       #c9a84c;
  --gold-light: #e8c97a;
  --warm-white: #fdfaf5;
  --text-dark:  #1a1a2e;
  --text-mid:   #3a4a5c;
  --text-light: #6b7f93;
  --border:     #d0dde8;

  --font-display: 'Playfair Display', serif;
  --font-body:    'Jost', sans-serif;

  --radius: 8px;
  --shadow-soft: 0 4px 24px rgba(13,27,42,0.10);
  --shadow-card: 0 8px 40px rgba(13,27,42,0.14);
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--warm-white);
  overflow-x: hidden;
  line-height: 1.7;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--glacier); }
::-webkit-scrollbar-thumb { background: var(--mid-blue); border-radius: 3px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(13, 27, 42, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,217,240,0.15);
  transition: var(--transition);
}
.site-header.scrolled {
  background: rgba(13, 27, 42, 0.98);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 2rem;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo-wrap {
  display: flex; align-items: center; gap: 12px;
}
.logo-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--mid-blue), var(--sky-blue));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: white;
  box-shadow: 0 2px 12px rgba(58,143,199,0.4);
}
.logo-text { display: flex; flex-direction: column; }
.logo-main {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 700;
  color: #fff; line-height: 1.1;
  letter-spacing: 0.5px;
}
.logo-sub {
  font-size: 0.65rem; font-weight: 400;
  color: var(--ice-blue); letter-spacing: 1.5px;
  text-transform: uppercase;
}
.main-nav { display: flex; align-items: center; gap: 0.25rem; }
.nav-link {
  padding: 0.45rem 1rem;
  font-size: 0.85rem; font-weight: 500;
  color: rgba(255,255,255,0.80);
  letter-spacing: 0.4px;
  border-radius: 6px;
  transition: var(--transition);
  position: relative;
}
.nav-link:hover, .nav-link.active {
  color: #fff;
  background: rgba(255,255,255,0.08);
}
.nav-link.nav-cta {
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  margin-left: 0.5rem;
  padding: 0.45rem 1.2rem;
}
.nav-link.nav-cta:hover {
  background: var(--gold-light);
  color: var(--navy);
}
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: #fff; border-radius: 2px;
  transition: var(--transition);
}
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 2rem;
}
.mobile-nav a {
  padding: 0.75rem 0;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: var(--transition);
}
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav.open { display: flex; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    #0d1b2a 0%,
    #0f2540 30%,
    #1a3a5c 60%,
    #2a5580 80%,
    #1e4070 100%
  );
}
/* Himalayan mountain silhouettes */
.mountain {
  position: absolute; bottom: 0;
  width: 0; height: 0;
}
.mountain-1 {
  left: -5%;
  border-left: 38vw solid transparent;
  border-right: 38vw solid transparent;
  border-bottom: 55vh solid rgba(255,255,255,0.06);
}
.mountain-2 {
  left: 20%;
  border-left: 30vw solid transparent;
  border-right: 30vw solid transparent;
  border-bottom: 70vh solid rgba(255,255,255,0.05);
}
.mountain-3 {
  right: -10%;
  border-left: 42vw solid transparent;
  border-right: 42vw solid transparent;
  border-bottom: 60vh solid rgba(255,255,255,0.04);
}
.snow-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(176,216,240,0.07), transparent);
}
/* Stars */
.hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.8) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 8%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 40% 20%, rgba(255,255,255,0.9) 0%, transparent 100%),
    radial-gradient(1px 1px at 55% 12%, rgba(255,255,255,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 18%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 85% 10%, rgba(255,255,255,0.8) 0%, transparent 100%),
    radial-gradient(1px 1px at 15% 35%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 30%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 60% 5%, rgba(255,255,255,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 33% 28%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 78% 22%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(2px 2px at 50% 7%, rgba(255,255,255,0.9) 0%, transparent 100%);
}
/* Snowflakes */
.snowflakes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.snowflake {
  position: absolute; top: -10px;
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  animation: snowfall linear infinite;
  user-select: none;
}
@keyframes snowfall {
  0% { transform: translateY(-10px) rotate(0deg); opacity: 0.8; }
  100% { transform: translateY(110vh) rotate(360deg); opacity: 0.2; }
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 8rem 2rem 4rem;
  max-width: 800px;
  animation: fadeUp 1.2s ease both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  animation: fadeUp 1.2s ease 0.2s both;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  text-shadow: 0 4px 40px rgba(0,0,0,0.4);
  animation: fadeUp 1.2s ease 0.35s both;
}
.hero-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--ice-blue);
  margin-bottom: 1.5rem;
  animation: fadeUp 1.2s ease 0.5s both;
}
.hero-desc {
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  color: rgba(255,255,255,0.7);
  max-width: 560px; margin: 0 auto 2.5rem;
  animation: fadeUp 1.2s ease 0.65s both;
}
.hero-actions {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: fadeUp 1.2s ease 0.8s both;
}
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 2rem;
  font-family: var(--font-body);
  font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: var(--radius);
  transition: var(--transition);
  cursor: pointer;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(201,168,76,0.4);
}
.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,168,76,0.5);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.4);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
  transform: translateY(-2px);
}
.hero-scroll-hint {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.5); font-size: 0.72rem; letter-spacing: 2px;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}
.scroll-arrow {
  width: 20px; height: 20px;
  border-right: 2px solid rgba(255,255,255,0.4);
  border-bottom: 2px solid rgba(255,255,255,0.4);
  transform: rotate(45deg);
}
@keyframes pulse {
  0%, 100% { opacity: 0.5; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(6px); }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  background: var(--navy);
  border-top: 1px solid rgba(58,143,199,0.2);
  border-bottom: 1px solid rgba(58,143,199,0.2);
  padding: 2rem 0;
}
.trust-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 2rem;
  display: flex; justify-content: space-around; align-items: center;
  flex-wrap: wrap; gap: 2rem;
}
.trust-item {
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.trust-divider {
  width: 1px; height: 50px;
  background: rgba(255,255,255,0.12);
}
.trust-number {
  font-family: var(--font-display);
  font-size: 2.2rem; font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.trust-label {
  font-size: 0.78rem; font-weight: 400;
  color: rgba(255,255,255,0.55);
  letter-spacing: 1px; text-transform: uppercase;
  margin-top: 0.3rem;
}

/* ============================================================
   SECTION DEFAULTS
   ============================================================ */
.section { padding: 6rem 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--sky-blue);
  margin-bottom: 0.75rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.section-title span { color: var(--sky-blue); }
.section-desc {
  font-size: 1rem; color: var(--text-mid);
  max-width: 600px; line-height: 1.8;
}
.divider-line {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--sky-blue), var(--gold));
  border-radius: 2px;
  margin: 1.5rem 0;
}

/* ============================================================
   ABOUT SECTION (homepage snippet)
   ============================================================ */
.about-section { background: var(--snow-white); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.about-img-wrap {
  position: relative;
}
.about-img-main {
  width: 100%; border-radius: 12px;
  box-shadow: var(--shadow-card);
  aspect-ratio: 4/3; object-fit: cover;
}
.about-img-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--navy);
  color: #fff; border-radius: 10px;
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow-card);
  text-align: center;
  min-width: 130px;
}
.badge-year {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 700;
  color: var(--gold); line-height: 1;
}
.badge-text {
  font-size: 0.7rem; color: var(--ice-blue);
  letter-spacing: 1px; text-transform: uppercase;
  margin-top: 0.3rem;
}
.about-reg-box {
  background: var(--glacier);
  border: 1px solid var(--border);
  border-left: 4px solid var(--sky-blue);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
}
.reg-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.reg-label { font-size: 0.75rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }
.reg-value { font-family: var(--font-display); font-weight: 600; color: var(--navy); font-size: 0.95rem; }
.reg-divider { height: 1px; background: var(--border); margin: 0.75rem 0; }
.about-officials { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; }
.official-chip {
  display: flex; flex-direction: column;
  background: white; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 0.75rem 1.1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  flex: 1; min-width: 110px;
}
.official-name { font-weight: 600; font-size: 0.9rem; color: var(--navy); }
.official-role { font-size: 0.7rem; color: var(--sky-blue); text-transform: uppercase; letter-spacing: 1px; margin-top: 0.2rem; }

/* ============================================================
   TENANTS / OCCUPANTS
   ============================================================ */
.tenants-section { background: var(--navy); }
.tenants-section .section-title { color: white; }
.tenants-section .section-desc { color: rgba(255,255,255,0.6); }
.tenants-section .section-label { color: var(--gold); }
.tenants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem; margin-top: 3rem;
}
.tenant-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  text-align: center;
  transition: var(--transition);
}
.tenant-card:hover {
  background: rgba(58,143,199,0.15);
  border-color: rgba(58,143,199,0.4);
  transform: translateY(-3px);
}
.tenant-icon { font-size: 1.8rem; margin-bottom: 0.5rem; }
.tenant-name { font-size: 0.85rem; font-weight: 600; color: #fff; }
.tenant-type { font-size: 0.7rem; color: rgba(255,255,255,0.45); margin-top: 0.2rem; letter-spacing: 0.5px; }

/* ============================================================
   GALLERY SECTION (homepage preview)
   ============================================================ */
.gallery-section { background: var(--warm-white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1rem; margin-top: 3rem;
}
.gallery-item {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery-item.tall { grid-row: span 2; aspect-ratio: auto; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.gallery-item:hover img { transform: scale(1.07); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,27,42,0.7) 0%, transparent 60%);
  opacity: 0; transition: var(--transition);
  display: flex; align-items: flex-end; padding: 1rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-caption { color: white; font-size: 0.8rem; font-weight: 500; }
.gallery-cta { text-align: center; margin-top: 2.5rem; }

/* ============================================================
   WHY SECTION
   ============================================================ */
.why-section {
  background: linear-gradient(135deg, var(--deep-blue) 0%, var(--navy) 100%);
  position: relative; overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(58,143,199,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.why-section .section-title { color: white; }
.why-section .section-label { color: var(--gold); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem; margin-top: 3.5rem;
}
.why-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 2rem 1.75rem;
  transition: var(--transition);
  position: relative; overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--sky-blue), var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: var(--transition);
}
.why-card:hover { background: rgba(255,255,255,0.07); transform: translateY(-4px); }
.why-card:hover::before { transform: scaleX(1); }
.why-icon { font-size: 2rem; margin-bottom: 1rem; }
.why-title { font-family: var(--font-display); font-size: 1.15rem; color: white; margin-bottom: 0.6rem; }
.why-desc { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ============================================================
   LOCATION CTA SECTION
   ============================================================ */
.location-section { background: var(--glacier); }
.location-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.location-map {
  border-radius: 12px; overflow: hidden;
  box-shadow: var(--shadow-card);
  height: 380px;
}
.location-map iframe { width: 100%; height: 100%; border: none; }
.location-details { }
.location-address {
  background: white; border-radius: var(--radius);
  padding: 1.5rem; margin-top: 1.5rem;
  box-shadow: var(--shadow-soft);
}
.address-row {
  display: flex; gap: 0.75rem; align-items: flex-start;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}
.address-row:last-child { border-bottom: none; }
.address-icon { font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.address-text { color: var(--text-mid); }
.address-text strong { color: var(--navy); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: linear-gradient(180deg, var(--navy) 0%, var(--deep-blue) 100%);
  padding: 7rem 2rem 4rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 60%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200'%3E%3Cpath fill='rgba(255,255,255,0.03)' d='M0,200 L0,100 L200,60 L400,120 L600,40 L800,130 L1000,50 L1200,110 L1440,70 L1440,200 Z'/%3E%3C/svg%3E") bottom/cover no-repeat;
}
.page-hero-label {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem;
}
.page-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800; color: white;
  margin-bottom: 0.75rem;
}
.page-hero-desc {
  font-size: 1rem; color: rgba(255,255,255,0.6);
  max-width: 550px; margin: 0 auto;
}
.breadcrumb {
  display: flex; justify-content: center; gap: 0.5rem;
  margin-top: 1.5rem; font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}
.breadcrumb a { color: var(--ice-blue); }
.breadcrumb span { color: rgba(255,255,255,0.25); }

/* ============================================================
   GALLERY PAGE
   ============================================================ */
.gallery-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem; margin-top: 3rem;
}
.gallery-full-item {
  position: relative; overflow: hidden;
  border-radius: var(--radius); cursor: pointer;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}
.gallery-full-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.gallery-full-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-full-item:hover img { transform: scale(1.06); }
.gallery-full-item .gallery-overlay { opacity: 0; transition: var(--transition); }
.gallery-full-item:hover .gallery-overlay { opacity: 1; }

/* Lightbox */
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,0.9); align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 90vw; max-height: 85vh;
  border-radius: 8px; object-fit: contain;
}
.lightbox-close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: rgba(255,255,255,0.1); border: none; color: white;
  width: 44px; height: 44px; border-radius: 50%; font-size: 1.3rem;
  cursor: pointer; transition: var(--transition);
}
.lightbox-close:hover { background: rgba(255,255,255,0.25); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-full .about-story {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start;
}
.certificate-preview {
  border-radius: 12px; overflow: hidden;
  box-shadow: var(--shadow-card);
}
.certificate-preview img { width: 100%; }
.committee-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem;
}
.committee-card {
  background: white; border: 1px solid var(--border);
  border-radius: 12px; padding: 2rem 1.5rem; text-align: center;
  box-shadow: var(--shadow-soft); transition: var(--transition);
}
.committee-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.committee-avatar {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--mid-blue), var(--sky-blue));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: white; margin: 0 auto 1rem;
}
.committee-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: var(--navy); }
.committee-role { font-size: 0.75rem; color: var(--sky-blue); text-transform: uppercase; letter-spacing: 1px; margin-top: 0.3rem; }

/* ============================================================
   OFFICES PAGE
   ============================================================ */
.offices-intro { background: var(--snow-white); }
.offices-highlight {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem; margin-top: 3rem;
}
.highlight-card {
  background: white; border: 1px solid var(--border);
  border-radius: 12px; padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-soft); transition: var(--transition);
  border-top: 4px solid var(--sky-blue);
}
.highlight-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.highlight-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.highlight-title { font-family: var(--font-display); font-size: 1.1rem; color: var(--navy); margin-bottom: 0.4rem; }
.highlight-desc { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }
.cta-box {
  background: linear-gradient(135deg, var(--mid-blue), var(--navy));
  border-radius: 16px; padding: 3.5rem 3rem;
  text-align: center; color: white; margin-top: 4rem;
}
.cta-box h2 { font-family: var(--font-display); font-size: 2rem; margin-bottom: 1rem; }
.cta-box p { color: rgba(255,255,255,0.65); margin-bottom: 2rem; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start;
}
.contact-card {
  background: white; border: 1px solid var(--border);
  border-radius: 12px; padding: 2rem;
  box-shadow: var(--shadow-soft);
}
.contact-card h3 { font-family: var(--font-display); color: var(--navy); margin-bottom: 1.5rem; }
.contact-info-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1rem 0; border-bottom: 1px solid var(--border);
}
.contact-info-item:last-child { border-bottom: none; }
.ci-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--glacier); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.ci-label { font-size: 0.7rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1px; }
.ci-value { font-weight: 500; color: var(--navy); margin-top: 0.2rem; font-size: 0.95rem; }
.ci-value a { color: var(--mid-blue); }
.ci-value a:hover { color: var(--sky-blue); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--navy);
  border-top: 1px solid rgba(58,143,199,0.2);
  color: rgba(255,255,255,0.7);
}
.footer-main {
  max-width: 1200px; margin: 0 auto; padding: 4rem 2rem 3rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem;
}
.footer-brand .logo-wrap { margin-bottom: 1.25rem; }
.footer-brand p { font-size: 0.85rem; line-height: 1.8; color: rgba(255,255,255,0.5); }
.footer-reg-badge {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 1rem 1.25rem; margin-top: 1.5rem;
}
.footer-reg-badge .reg-label { font-size: 0.65rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1.5px; }
.footer-reg-badge .reg-num { font-family: var(--font-display); font-weight: 600; color: var(--gold); font-size: 0.95rem; margin-top: 0.25rem; }
.footer-heading {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--ice-blue); margin-bottom: 1.25rem;
}
.footer-links { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-links a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-list { display: flex; flex-direction: column; gap: 0.8rem; }
.footer-contact-item { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.83rem; }
.footer-contact-item .ico { font-size: 0.9rem; margin-top: 2px; flex-shrink: 0; }
.footer-contact-item span { color: rgba(255,255,255,0.55); }
.footer-contact-item a { color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-contact-item a:hover { color: var(--gold); }
.footer-officials { margin-top: 1.5rem; }
.footer-official { font-size: 0.82rem; color: rgba(255,255,255,0.55); padding: 0.3rem 0; }
.footer-official strong { color: rgba(255,255,255,0.85); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.5rem 2rem;
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  font-size: 0.78rem; color: rgba(255,255,255,0.35);
}
.footer-bottom a { color: rgba(255,255,255,0.35); }
.footer-bottom .tagline { color: rgba(255,255,255,0.25); font-style: italic; }

/* ============================================================
   UTILITIES
   ============================================================ */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.bg-snow { background: var(--snow-white); }
.bg-glacier { background: var(--glacier); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .about-grid, .location-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .committee-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.tall { grid-row: span 1; aspect-ratio: 4/3; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-full .about-story { grid-template-columns: 1fr; }
  .trust-divider { display: none; }
  .committee-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 2.5rem 1.5rem; }
}
@media (max-width: 500px) {
  .section { padding: 4rem 1.25rem; }
  .gallery-grid, .gallery-full-grid { grid-template-columns: 1fr; }
  .about-officials { flex-direction: column; }
  .hero-actions { flex-direction: column; align-items: center; }
}
