/* ============================================================
   C. H. VIJAYASHANKAR — GOVERNOR OF MEGHALAYA
   Ultra-Premium Executive Design System
   ============================================================ */

/* --- CSS CUSTOM PROPERTIES --- */
:root {
  /* Primary Palette — Meghalaya-inspired */
  --deep-green: #0A3D2E;
  --forest-green: #14613D;
  --emerald: #1B7A4E;
  --sage: #4A8B6E;
  --light-sage: #A8D5BA;

  /* Secondary Palette — Governance */
  --navy: #0C1B2A;
  --navy-mid: #142D47;
  --slate: #2C3E50;

  /* Accent */
  --gold: #C8A45A;
  --gold-light: #E8D5A0;
  --gold-dark: #A07E3A;

  /* Neutrals */
  --white: #FFFFFF;
  --off-white: #F8F7F4;
  --cream: #F2EDE4;
  --light-gray: #E8E4DD;
  --mid-gray: #9A9489;
  --dark-gray: #3D3A35;
  --charcoal: #1A1815;

  /* Glass */
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  --glass-bg-dark: rgba(10, 61, 46, 0.12);

  /* Typography */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  /* Spacing Scale */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 10rem;

  /* Border Radius */
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-xl: 40px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.16);
  --shadow-glow: 0 0 40px rgba(200, 164, 90, 0.15);

  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 0.2s;
  --duration-normal: 0.4s;
  --duration-slow: 0.8s;

  /* Layout */
  --max-width: 1400px;
  --nav-height: 80px;
}

/* --- RESET & BASE --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--off-white);
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--duration-fast) var(--ease-smooth);
}

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}

h1 {
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  letter-spacing: -0.01em;
}

h4 {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

h5 {
  font-size: 1.1rem;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
}

p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--dark-gray);
}

.lead-text {
  font-size: 1.25rem;
  line-height: 1.9;
  color: var(--slate);
  font-weight: 400;
}

.label-text {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.section-number {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.15em;
}

/* --- PASSWORD / LOCK PAGE --- */
.lock-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  overflow: hidden;
}

.lock-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(10, 61, 46, 0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(200, 164, 90, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(20, 97, 61, 0.2) 0%, transparent 60%);
}

.lock-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255,255,255,0.1) 60px, rgba(255,255,255,0.1) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(255,255,255,0.1) 60px, rgba(255,255,255,0.1) 61px);
}

.lock-mountains {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  opacity: 0.06;
}

.lock-mountains svg {
  width: 100%;
  height: 100%;
}

.lock-floating-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lock-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0;
  animation: floatParticle 8s ease-in-out infinite;
}

@keyframes floatParticle {
  0%, 100% { opacity: 0; transform: translateY(100vh) scale(0); }
  20% { opacity: 0.6; }
  80% { opacity: 0.3; }
  100% { opacity: 0; transform: translateY(-20vh) scale(1); }
}

.lock-panel {
  position: relative;
  z-index: 2;
  width: 440px;
  padding: 3.5rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
  text-align: center;
  animation: panelReveal 1s var(--ease-out) forwards;
  opacity: 0;
  transform: translateY(30px);
}

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

.lock-emblem {
  width: 70px;
  height: 70px;
  margin: 0 auto var(--space-lg);
  position: relative;
}

.lock-emblem-ring {
  width: 70px;
  height: 70px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ringPulse 3s ease-in-out infinite;
}

@keyframes ringPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200, 164, 90, 0.3); }
  50% { box-shadow: 0 0 0 15px rgba(200, 164, 90, 0); }
}

.lock-emblem-icon {
  font-size: 1.6rem;
  color: var(--gold);
}

.lock-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.lock-subtitle {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: var(--space-lg);
}

.lock-input-group {
  position: relative;
  margin-bottom: var(--space-md);
}

.lock-input {
  width: 100%;
  padding: 1rem 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-size: 1rem;
  font-family: var(--font-body);
  letter-spacing: 0.15em;
  transition: all var(--duration-fast) var(--ease-smooth);
  outline: none;
}

.lock-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
}

.lock-input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px rgba(200, 164, 90, 0.1);
}

.lock-submit {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--duration-normal) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.lock-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  opacity: 0;
  transition: opacity var(--duration-fast);
}

.lock-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 164, 90, 0.3);
}

.lock-submit:hover::before {
  opacity: 1;
}

.lock-error {
  color: #E74C3C;
  font-size: 0.85rem;
  margin-top: var(--space-sm);
  opacity: 0;
  transform: translateY(-5px);
  transition: all var(--duration-fast);
  height: 0;
  overflow: hidden;
}

.lock-error.visible {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  padding-top: 0.5rem;
}

.lock-success {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: var(--deep-green);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease-smooth);
}

.lock-success.active {
  opacity: 1;
  pointer-events: all;
}

.lock-success-text {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  animation: successPulse 1.5s ease-in-out;
}

@keyframes successPulse {
  0% { opacity: 0; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}

/* --- NAVIGATION --- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  transition: all var(--duration-normal) var(--ease-smooth);
}

.nav.scrolled {
  background: rgba(248, 247, 244, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
}

.nav-dark {
  background: transparent;
}

.nav-dark.scrolled {
  background: rgba(12, 27, 42, 0.95);
  backdrop-filter: blur(20px);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nav-brand-emblem {
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 700;
}

.nav-brand-text {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--navy);
}

.nav-dark .nav-brand-text {
  color: var(--white);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.nav-link {
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--slate);
  position: relative;
  padding: 0.3rem 0;
}

.nav-dark .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--gold);
  transition: width var(--duration-normal) var(--ease-out);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover,
.nav-link.active {
  color: var(--navy);
}

.nav-dark .nav-link:hover,
.nav-dark .nav-link.active {
  color: var(--white);
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1002;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: all var(--duration-fast) var(--ease-smooth);
  display: block;
}

.nav-dark .nav-toggle span {
  background: var(--white);
}

.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Nav Menu */
.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 27, 42, 0.98);
  backdrop-filter: blur(30px);
  z-index: 1001;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

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

.nav-mobile .nav-link {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}

.nav-mobile .nav-link:hover {
  color: var(--gold);
}

/* --- HERO SECTIONS --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-home {
  background: linear-gradient(135deg, var(--navy) 0%, var(--deep-green) 50%, var(--navy-mid) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--space-3xl) 3rem;
}

.hero-content {
  max-width: 750px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: var(--space-lg);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.3s forwards;
}

.hero-label-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  color: var(--white);
  margin-bottom: var(--space-md);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.5s forwards;
}

.hero h1 span {
  color: var(--gold);
}

.hero-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  max-width: 600px;
  margin-bottom: var(--space-xl);
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.7s forwards;
}

.hero-image-panel {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: 75%;
  opacity: 0;
  animation: fadeLeft 1s var(--ease-out) 0.9s forwards;
}

.hero-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  filter: brightness(0.85);
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy) 0%, transparent 40%);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}

.hero-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
}

.hero-bg-glow-1 {
  top: -200px;
  right: 20%;
  background: var(--emerald);
}

.hero-bg-glow-2 {
  bottom: -200px;
  left: 10%;
  background: var(--gold);
  opacity: 0.08;
}

/* Hero Scroll Indicator */
.hero-scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 1.2s forwards;
}

.hero-scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); opacity: 0.5; }
  50% { transform: scaleY(0.5); opacity: 1; }
}

.hero-scroll-text {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
}

/* Page Hero (Interior pages) */
.page-hero {
  position: relative;
  padding: calc(var(--nav-height) + var(--space-3xl)) 3rem var(--space-3xl);
  background: linear-gradient(160deg, var(--navy) 0%, var(--deep-green) 100%);
  overflow: hidden;
}

.page-hero-content {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  color: var(--white);
  margin-bottom: var(--space-md);
}

.page-hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 650px;
  line-height: 1.8;
}

.page-hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(200, 164, 90, 0.3) 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(200, 164, 90, 0.3) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.2rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: var(--radius-md);
  transition: all var(--duration-normal) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(200, 164, 90, 0.3);
}

.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold);
  color: var(--gold);
}

.btn-dark {
  background: var(--navy);
  color: var(--white);
}

.btn-dark:hover {
  background: var(--deep-green);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn-arrow {
  transition: transform var(--duration-fast) var(--ease-out);
}

.btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* --- SECTIONS --- */
.section {
  padding: var(--space-3xl) 3rem;
  position: relative;
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-header {
  margin-bottom: var(--space-2xl);
}

.section-header h5 {
  margin-bottom: var(--space-sm);
}

.section-header h2 {
  margin-bottom: var(--space-md);
}

.section-header p {
  max-width: 650px;
}

.section-dark {
  background: var(--navy);
  color: var(--white);
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: var(--white);
}

.section-dark p {
  color: rgba(255, 255, 255, 0.7);
}

.section-green {
  background: linear-gradient(160deg, var(--deep-green), var(--forest-green));
  color: var(--white);
}

.section-green h2,
.section-green h3,
.section-green h4 {
  color: var(--white);
}

.section-green p {
  color: rgba(255, 255, 255, 0.75);
}

.section-cream {
  background: var(--cream);
}

/* --- CARDS --- */
.card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--duration-normal) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.card-glass {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-glass:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(200, 164, 90, 0.3);
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(200, 164, 90, 0.15), rgba(200, 164, 90, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: var(--space-md);
}

.card h4 {
  margin-bottom: 0.8rem;
}

.card-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  opacity: 0.6;
}

/* --- GRID LAYOUTS --- */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

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

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

.grid-asymmetric {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: start;
}

.grid-asymmetric-reverse {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

/* --- TIMELINE --- */
.timeline {
  position: relative;
  padding-left: 3rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--light-sage), var(--gold));
}

.timeline-item {
  position: relative;
  padding-bottom: 3rem;
  opacity: 0;
  transform: translateX(-20px);
}

.timeline-item.visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s var(--ease-out);
}

.timeline-dot {
  position: absolute;
  left: -3rem;
  top: 0.3rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--off-white);
  transform: translateX(-6px);
}

.timeline-year {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
}

.timeline-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.timeline-desc {
  font-size: 0.95rem;
  color: var(--dark-gray);
  line-height: 1.7;
}

/* --- STATS --- */
.stat-block {
  text-align: center;
  padding: 2rem;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.6);
}

/* --- QUOTE BLOCK --- */
.quote-block {
  position: relative;
  padding: 3rem 3rem 3rem 4rem;
  background: linear-gradient(135deg, rgba(200, 164, 90, 0.08), rgba(200, 164, 90, 0.02));
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: var(--space-xl) 0;
}

.quote-block::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.3;
  line-height: 1;
}

.quote-text {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.quote-author {
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* --- IMAGE BLOCKS --- */
.image-block {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-out);
}

.image-block:hover img {
  transform: scale(1.03);
}

.image-block-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: var(--white);
  font-size: 0.85rem;
}

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.5rem;
}

.image-grid .image-block:first-child {
  grid-row: span 2;
}

/* --- CONTENT BLOCKS --- */
.content-block {
  margin-bottom: var(--space-2xl);
}

.content-block h3 {
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--light-gray);
}

.content-block p {
  margin-bottom: var(--space-md);
}

.content-block ul {
  padding-left: 1.5rem;
  margin-bottom: var(--space-md);
}

.content-block ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
  color: var(--dark-gray);
  line-height: 1.7;
}

.content-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

/* --- DIVIDERS --- */
.divider {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: var(--space-lg) 0;
}

.divider-center {
  margin-left: auto;
  margin-right: auto;
}

/* --- TABS --- */
.tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: var(--space-xl);
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.tab {
  padding: 0.8rem 1.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius-md);
  color: var(--slate);
  white-space: nowrap;
  transition: all var(--duration-fast) var(--ease-smooth);
  cursor: pointer;
}

.tab.active {
  background: var(--navy);
  color: var(--white);
}

.tab:hover:not(.active) {
  background: var(--light-gray);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.4s var(--ease-out);
}

/* --- CONTACT FORM --- */
.form-group {
  margin-bottom: var(--space-md);
}

.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--slate);
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  background: var(--white);
  border: 1.5px solid var(--light-gray);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--charcoal);
  transition: all var(--duration-fast) var(--ease-smooth);
  outline: none;
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 164, 90, 0.1);
}

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

/* --- FOOTER --- */
.footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--space-3xl) 3rem var(--space-lg);
  position: relative;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: var(--space-2xl);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  max-width: 320px;
}

.footer-brand-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: var(--space-sm);
}

.footer-brand p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.footer-heading {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: var(--space-md);
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--duration-fast);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-newsletter {
  max-width: 320px;
}

.footer-newsletter p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: var(--space-sm);
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.newsletter-input {
  flex: 1;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  color: var(--white);
  font-size: 0.9rem;
  outline: none;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.newsletter-input:focus {
  border-color: var(--gold);
}

.newsletter-btn {
  padding: 0.8rem 1.2rem;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius-sm);
  transition: all var(--duration-fast);
}

.newsletter-btn:hover {
  background: var(--gold-light);
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: var(--space-md);
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all var(--duration-fast);
}

.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-lg);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-credit a {
  color: var(--gold);
  font-weight: 600;
}

.footer-credit a:hover {
  text-decoration: underline;
}

/* --- BACK TO TOP --- */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  background: var(--navy);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all var(--duration-normal) var(--ease-out);
  z-index: 999;
  cursor: pointer;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-3px);
}

/* --- ANIMATIONS --- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeLeft {
  from { opacity: 0; transform: translateY(-50%) translateX(40px); }
  to { opacity: 1; transform: translateY(-50%) translateX(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s var(--ease-out);
}

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

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s var(--ease-out);
}

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

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s var(--ease-out);
}

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

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }

/* --- PARALLAX --- */
.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax-bg {
  position: absolute;
  inset: -20%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

/* --- MEDIA / SPEECH CARDS --- */
.speech-card {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: all var(--duration-normal) var(--ease-out);
  margin-bottom: 1.5rem;
}

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

.speech-card-image {
  width: 200px;
  min-height: 150px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
}

.speech-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speech-card-content {
  flex: 1;
}

.speech-card-date {
  font-size: 0.78rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.speech-card h4 {
  margin-bottom: 0.5rem;
}

.speech-card p {
  font-size: 0.95rem;
  color: var(--mid-gray);
}

/* --- CONTACT INFO BLOCKS --- */
.contact-info-block {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(200, 164, 90, 0.15), rgba(200, 164, 90, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.contact-info-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mid-gray);
  margin-bottom: 0.3rem;
}

.contact-info-value {
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 500;
}

.contact-info-value a {
  color: var(--navy);
}

.contact-info-value a:hover {
  color: var(--gold);
}

/* --- INSIGHT ARTICLE --- */
.article-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--duration-normal) var(--ease-out);
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.article-card-image {
  height: 220px;
  overflow: hidden;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-out);
}

.article-card:hover .article-card-image img {
  transform: scale(1.05);
}

.article-card-body {
  padding: 2rem;
}

.article-card-tag {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: rgba(200, 164, 90, 0.1);
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 20px;
  margin-bottom: 0.8rem;
}

.article-card h4 {
  margin-bottom: 0.6rem;
}

.article-card p {
  font-size: 0.95rem;
  color: var(--mid-gray);
  line-height: 1.7;
}

/* --- RESPONSIVE --- */
@media (max-width: 1200px) {
  .hero-image-panel {
    width: 40%;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

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

  .nav-toggle {
    display: flex;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-asymmetric,
  .grid-asymmetric-reverse {
    grid-template-columns: 1fr;
  }

  .hero-image-panel {
    display: none;
  }

  .hero-content {
    max-width: 100%;
  }

  .speech-card {
    flex-direction: column;
  }

  .speech-card-image {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  :root {
    --space-3xl: 5rem;
    --space-2xl: 3.5rem;
  }

  .section {
    padding: var(--space-2xl) 1.5rem;
  }

  .nav {
    padding: 0 1.5rem;
  }

  .page-hero {
    padding: calc(var(--nav-height) + var(--space-2xl)) 1.5rem var(--space-2xl);
  }

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

  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .lock-panel {
    width: calc(100% - 2rem);
    margin: 1rem;
    padding: 2.5rem 2rem;
  }

  h1 {
    font-size: 2.4rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

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

  .image-grid .image-block:first-child {
    grid-row: auto;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }

  .hero-inner {
    padding: var(--space-2xl) 1.5rem;
  }

  .btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.78rem;
  }

  .newsletter-form {
    flex-direction: column;
  }
}

/* --- PRELOADER --- */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s var(--ease-smooth);
}

.preloader.hide {
  opacity: 0;
  pointer-events: none;
}

.preloader-spinner {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(200, 164, 90, 0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* --- POLICY METRIC --- */
.metric-bar {
  margin-bottom: 2rem;
}

.metric-bar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.metric-bar-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--navy);
}

.metric-bar-value {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--gold);
}

.metric-bar-track {
  width: 100%;
  height: 6px;
  background: var(--light-gray);
  border-radius: 3px;
  overflow: hidden;
}

.metric-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--emerald));
  border-radius: 3px;
  width: 0;
  transition: width 1.5s var(--ease-out);
}

/* --- CTA SECTION --- */
.cta-section {
  text-align: center;
  padding: var(--space-3xl) 3rem;
  background: linear-gradient(160deg, var(--deep-green), var(--navy));
  position: relative;
  overflow: hidden;
}

.cta-section h2 {
  color: var(--white);
  margin-bottom: var(--space-md);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 550px;
  margin: 0 auto var(--space-xl);
  font-size: 1.15rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- MAP PLACEHOLDER --- */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--light-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.map-placeholder {
  text-align: center;
  color: var(--mid-gray);
}

/* --- PRINT --- */
@media print {
  .nav, .back-to-top, .footer {
    display: none;
  }

  .section {
    padding: 2rem 0;
  }

  body {
    color: #000;
  }
}
