/* ============================================================
   ĐURO MACUT — Prime Minister of Serbia
   Premium Executive Design System
   ============================================================ */

:root {
  /* Palette */
  --navy-900: #0a1628;
  --navy-800: #122138;
  --navy-700: #1a2d4a;
  --navy-600: #263d5e;
  --navy-500: #3b5479;
  --ivory: #f7f4ee;
  --ivory-soft: #efeae0;
  --paper: #fbfaf6;
  --white: #ffffff;
  --red: #c8102e;
  --red-deep: #9a0a23;
  --gold: #b8935a;
  --silver: #bfc6d1;
  --silver-light: #e4e8ee;
  --charcoal: #2b2f36;
  --charcoal-soft: #464b54;
  --line: rgba(10, 22, 40, 0.10);
  --line-strong: rgba(10, 22, 40, 0.2);

  /* Typography */
  --serif: 'Playfair Display', 'DM Serif Display', Georgia, serif;
  --sans: 'Inter', 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', 'IBM Plex Mono', monospace;

  /* Layout */
  --maxw: 1340px;
  --gutter: clamp(20px, 4vw, 60px);
  --radius: 2px;
  --radius-lg: 6px;

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; transition: color 0.3s var(--ease); }

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

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

h1, h2, h3, h4, h5 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--navy-900);
  letter-spacing: -0.015em;
  line-height: 1.1;
}

h1 { font-size: clamp(2.4rem, 6vw, 5.2rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2vw, 1.8rem); }
h4 { font-size: 1.15rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 1px;
  background: var(--red);
}

.eyebrow.muted { color: var(--charcoal-soft); }
.eyebrow.muted::before { background: var(--charcoal-soft); }

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: var(--charcoal-soft);
  font-weight: 300;
  max-width: 62ch;
}

p { max-width: 70ch; }

/* ============================================================
   PASSCODE GATE
   ============================================================ */

.gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--navy-900);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.8s var(--ease), visibility 0.8s var(--ease);
}

.gate.is-open {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gate-skyline {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 80%, rgba(200, 16, 46, 0.12), transparent 50%),
    radial-gradient(ellipse at 70% 20%, rgba(59, 84, 121, 0.25), transparent 60%),
    linear-gradient(180deg, #050d1c 0%, #0a1628 50%, #122138 100%);
  overflow: hidden;
}

.gate-skyline::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 45%;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 420' preserveAspectRatio='none'><path fill='%23050d1c' d='M0 420V230l40-10v-30l30 5v-60h22v-25h18v80l26 5v40l40-15v-50l30 10v-55h25v30l32-10v-45h28v60l45-10v-80h30v45l28 8v-30h22v-40h28v80l40-10v-30h26v-50h32v95l50-15v-60h38v-40h28v110l60-20v-80h32v50l40-8v-65h28v40l30 10v-95h34v80l42-15v-55h26v85l55-18V60h30v110l40 10V90h28v95l38-10v55l40-20V40h34v140l50-12v-90h30v60l32 10v-40h28v110l55-15V60h32v155l40-10v-80h28v40l30 5V90h34v160l60-20v-40h32V120h28v140l45-8v-40h28v80l50-12v-70h32v60l40 12V70h30v200l50-16v-50h32v90l45-16V60h28v240l55-18V130h30v60l30 10V100h28v230L1440 320v100z'/></svg>") center bottom / cover no-repeat;
  opacity: 0.95;
}

.gate-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
  pointer-events: none;
}

.gate-inner {
  position: relative;
  z-index: 2;
  width: min(520px, 90vw);
  padding: 48px 44px;
  background: rgba(10, 22, 40, 0.5);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.gate-crest {
  width: 64px;
  height: 64px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 30px rgba(200, 16, 46, 0.3);
  position: relative;
}
.gate-crest::before, .gate-crest::after {
  content: '';
  position: absolute;
  width: 28px; height: 1px;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
}
.gate-crest::before { right: calc(100% + 16px); }
.gate-crest::after { left: calc(100% + 16px); }

.gate-eyebrow {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.gate-title {
  font-family: var(--serif);
  color: var(--ivory);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.gate-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  margin-bottom: 34px;
  line-height: 1.6;
}

.gate-field {
  position: relative;
  margin-bottom: 18px;
}

.gate-label {
  position: absolute;
  top: -18px;
  left: 2px;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.gate-input {
  width: 100%;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2px;
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-align: center;
  outline: none;
  transition: all 0.3s var(--ease);
}
.gate-input::placeholder { color: rgba(255, 255, 255, 0.25); letter-spacing: 0.2em; }
.gate-input:focus {
  border-color: rgba(200, 16, 46, 0.6);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.12);
}

.gate-input.shake {
  animation: gateShake 0.5s var(--ease);
  border-color: var(--red);
}

@keyframes gateShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
}

.gate-btn {
  width: 100%;
  padding: 17px 20px;
  background: var(--ivory);
  color: var(--navy-900);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.gate-btn:hover {
  background: var(--red);
  color: var(--ivory);
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(200, 16, 46, 0.3);
}

.gate-error {
  min-height: 22px;
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--red);
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.3s var(--ease);
  letter-spacing: 0.03em;
}
.gate-error.is-on { opacity: 1; transform: translateY(0); }

.gate-foot {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.gate-foot span:last-child { color: var(--red); }

/* ============================================================
   HEADER / NAVIGATION
   ============================================================ */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  padding: 18px 0;
  background: rgba(251, 250, 246, 0.85);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid transparent;
  transition: all 0.4s var(--ease);
}
.site-header.scrolled {
  padding: 12px 0;
  border-bottom-color: var(--line);
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.05);
}

.nav-bar {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
.brand-mark::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 30%;
  background: var(--red);
}
.brand-mark span { position: relative; z-index: 1; }

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-name {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--navy-900);
  letter-spacing: -0.01em;
}
.brand-role {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-links a {
  display: block;
  padding: 10px 16px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-800);
  position: relative;
  transition: color 0.3s var(--ease);
}
.nav-links a::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 16px;
  width: 0;
  height: 1px;
  background: var(--red);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover::before,
.nav-links a.active::before { width: calc(100% - 32px); }
.nav-links a.active { color: var(--red); }

.nav-cta {
  padding: 11px 22px;
  background: var(--navy-900);
  color: var(--ivory);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s var(--ease);
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-cta:hover {
  background: var(--red);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 510;
}
.nav-toggle span {
  position: absolute;
  left: 10px; right: 10px;
  height: 1.5px;
  background: var(--navy-900);
  transition: all 0.4s var(--ease);
}
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 22px; width: 16px; left: auto; right: 10px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle.is-open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

@media (max-width: 1080px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }

  .mobile-panel {
    position: fixed;
    inset: 0;
    background: var(--navy-900);
    z-index: 505;
    padding: 100px 40px 40px;
    transform: translateY(-100%);
    transition: transform 0.6s var(--ease);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .mobile-panel.is-open { transform: translateY(0); }
  .mobile-panel ul { list-style: none; }
  .mobile-panel li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .mobile-panel a {
    display: block;
    padding: 20px 0;
    color: var(--ivory);
    font-family: var(--serif);
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
  .mobile-panel a:hover, .mobile-panel a.active { color: var(--red); }
  .mobile-foot {
    margin-top: auto;
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
}

.mobile-panel { display: none; }
@media (max-width: 1080px) { .mobile-panel { display: flex; } }

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--navy-900);
  color: var(--ivory);
}
.btn-primary:hover {
  background: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(200, 16, 46, 0.25);
}

.btn-ghost {
  background: transparent;
  color: var(--navy-900);
  border-color: var(--navy-900);
}
.btn-ghost:hover {
  background: var(--navy-900);
  color: var(--ivory);
}

.btn-light {
  background: var(--ivory);
  color: var(--navy-900);
}
.btn-light:hover {
  background: var(--red);
  color: var(--ivory);
}

.btn-arrow {
  width: 22px; height: 10px;
  position: relative;
  display: inline-block;
}
.btn-arrow::before, .btn-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
}
.btn-arrow::before {
  top: 50%; left: 0; right: 0;
  height: 1px;
  transform: translateY(-50%);
}
.btn-arrow::after {
  right: 0; top: 50%;
  width: 7px; height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  background: transparent;
}

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section {
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
}

.section-dark {
  background: var(--navy-900);
  color: var(--ivory);
}
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--ivory); }
.section-dark p, .section-dark .lead { color: rgba(255, 255, 255, 0.68); }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: end;
  margin-bottom: clamp(50px, 6vw, 90px);
}

@media (max-width: 880px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; }
}

/* ============================================================
   HERO (HOME)
   ============================================================ */

.hero {
  position: relative;
  padding: 140px 0 0;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  background: var(--paper);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: stretch;
  width: 100%;
}

.hero-copy {
  padding: clamp(40px, 6vh, 70px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 38px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
}
.hero-meta .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(200, 16, 46, 0.08);
  color: var(--red);
  border-radius: 100px;
  font-weight: 600;
}
.hero-meta .pill::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.15);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.15); }
  50% { box-shadow: 0 0 0 8px rgba(200, 16, 46, 0.05); }
}

.hero h1 {
  font-size: clamp(2.6rem, 6.2vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin-bottom: 32px;
}
.hero h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--red);
}
.hero h1 .line2 {
  display: block;
  color: var(--navy-700);
}

.hero-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--charcoal-soft);
  max-width: 48ch;
  margin-bottom: 44px;
  font-weight: 300;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 50px;
}

.hero-sign {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  max-width: 420px;
}
.hero-sign-name {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--navy-900);
  font-style: italic;
}
.hero-sign-role {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-top: 2px;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: stretch;
}

.hero-portrait {
  position: relative;
  width: 100%;
  background: var(--navy-900);
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(0.9) contrast(1.03);
  min-height: 600px;
}

.hero-portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10, 22, 40, 0.45) 100%);
  pointer-events: none;
}

.hero-stamp {
  position: absolute;
  top: 28px; right: 28px;
  padding: 10px 14px;
  background: rgba(10, 22, 40, 0.8);
  backdrop-filter: blur(10px);
  color: var(--ivory);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 2;
  border-left: 2px solid var(--red);
}

.hero-badge {
  position: absolute;
  bottom: -1px; left: 28px; right: 28px;
  padding: 24px 28px;
  background: rgba(247, 244, 238, 0.95);
  backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  z-index: 2;
  border-radius: 4px 4px 0 0;
}
.hero-badge-num {
  font-family: var(--serif);
  font-size: 2.2rem;
  color: var(--navy-900);
  line-height: 1;
}
.hero-badge-text {
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--charcoal);
}
.hero-badge-text strong { font-weight: 600; color: var(--navy-900); }
.hero-badge-flag {
  width: 38px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.hero-badge-flag .band { height: 10px; }
.hero-badge-flag .band:nth-child(1) { background: #c8102e; }
.hero-badge-flag .band:nth-child(2) { background: #003893; }
.hero-badge-flag .band:nth-child(3) { background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-top: none; border-bottom: none; }

.hero-ticker {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 12px 0;
  background: var(--navy-900);
  color: var(--ivory);
  overflow: hidden;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
}
.hero-ticker-track {
  display: inline-flex;
  gap: 48px;
  animation: ticker 40s linear infinite;
  padding-left: 100%;
}
.hero-ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.hero-ticker-track span::before {
  content: '◆';
  color: var(--red);
  font-size: 0.6rem;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 960px) {
  .hero { padding-top: 110px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-portrait img { min-height: 480px; object-position: center top; }
  .hero-badge { position: static; margin-top: 16px; border-radius: 4px; }
  .hero-ticker { position: static; margin-top: 20px; }
}

/* ============================================================
   STAT STRIP
   ============================================================ */

.stat-strip {
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 60px 0;
}

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

.stat-cell {
  padding: 0 28px;
  border-left: 1px solid var(--line-strong);
}
.stat-cell:first-child { border-left: none; padding-left: 0; }

.stat-num {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  color: var(--navy-900);
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 10px;
}
.stat-num sup {
  font-size: 0.4em;
  color: var(--red);
  font-family: var(--sans);
  font-weight: 500;
  top: -1em;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--charcoal-soft);
  line-height: 1.5;
  max-width: 24ch;
}

@media (max-width: 760px) {
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .stat-cell { padding: 0; border-left: none; border-top: 1px solid var(--line-strong); padding-top: 20px; }
  .stat-cell:nth-child(-n+2) { border-top: none; padding-top: 0; }
}

/* ============================================================
   WELCOME / INTRO BLOCK
   ============================================================ */

.intro-split {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}

.intro-side {
  position: sticky;
  top: 120px;
}

.intro-kicker {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--red);
  margin-bottom: 16px;
}

.intro-copy h2 {
  margin-bottom: 30px;
}

.intro-copy p {
  margin-bottom: 24px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--charcoal);
}

.intro-signature {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.intro-signature-text {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--navy-900);
  line-height: 1;
}
.intro-signature small {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-top: 10px;
  font-weight: 500;
}

@media (max-width: 880px) {
  .intro-split { grid-template-columns: 1fr; }
  .intro-side { position: static; }
}

/* ============================================================
   PILLARS
   ============================================================ */

.pillars {
  background: var(--navy-900);
  color: var(--ivory);
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}

.pillars::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pillar {
  padding: 48px 40px;
  background: var(--navy-900);
  transition: all 0.5s var(--ease);
  position: relative;
  cursor: default;
}
.pillar:hover { background: var(--navy-800); }

.pillar-num {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--red);
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pillar-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.pillar-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  color: var(--ivory);
  opacity: 0.85;
}

.pillar h3 {
  color: var(--ivory);
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.pillar p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 28px;
}

.pillar-arrow {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s var(--ease);
}
.pillar:hover .pillar-arrow { color: var(--red); }

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

/* ============================================================
   LEADERSHIP HIGHLIGHTS (editorial)
   ============================================================ */

.highlights {
  padding: clamp(80px, 10vw, 140px) 0;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 40px;
}

.highlight-feature {
  position: relative;
  background: var(--navy-900);
  color: var(--ivory);
  overflow: hidden;
  border-radius: 4px;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}
.highlight-feature img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  opacity: 0.55;
  transition: all 1s var(--ease);
}
.highlight-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.2) 0%, rgba(10, 22, 40, 0.95) 100%);
}
.highlight-feature:hover img { transform: scale(1.04); opacity: 0.7; }

.highlight-feature-body {
  position: relative;
  z-index: 2;
  padding: 50px 48px;
}
.highlight-feature-body .eyebrow { color: var(--red); }
.highlight-feature-body h3 {
  color: var(--ivory);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 20px 0;
  max-width: 18ch;
}
.highlight-feature-body p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 48ch;
  margin-bottom: 30px;
}

.highlight-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.highlight-card {
  position: relative;
  padding: 36px 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: all 0.4s var(--ease);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}
.highlight-card:hover {
  border-color: var(--navy-900);
  transform: translateY(-3px);
  box-shadow: 0 30px 60px rgba(10, 22, 40, 0.08);
}

.highlight-card-thumb {
  width: 84px; height: 84px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--navy-900);
  flex-shrink: 0;
}
.highlight-card-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }

.highlight-card-body .eyebrow { margin-bottom: 8px; }
.highlight-card h4 { font-family: var(--serif); font-weight: 400; font-size: 1.25rem; color: var(--navy-900); }
.highlight-card-body p { color: var(--charcoal-soft); font-size: 0.9rem; margin-top: 6px; }

.highlight-card-num {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--silver);
}

@media (max-width: 960px) {
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-feature { min-height: 480px; }
}

/* ============================================================
   VALUES
   ============================================================ */

.values {
  background: var(--ivory);
  padding: clamp(80px, 10vw, 140px) 0;
}

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

.value-card {
  padding: 40px 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: all 0.5s var(--ease);
  position: relative;
  overflow: hidden;
}
.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.value-card:hover {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(10, 22, 40, 0.06);
}
.value-card:hover::before { transform: scaleX(1); }

.value-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.8rem;
  color: var(--red);
  margin-bottom: 20px;
  line-height: 1;
}

.value-card h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 14px;
  color: var(--navy-900);
}
.value-card p { font-size: 0.92rem; color: var(--charcoal-soft); line-height: 1.6; }

@media (max-width: 960px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .values-grid { grid-template-columns: 1fr; } }

/* ============================================================
   LATEST UPDATES PREVIEW
   ============================================================ */

.updates-preview {
  padding: clamp(80px, 10vw, 140px) 0;
}

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

.update-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s var(--ease);
}
.update-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 80px rgba(10, 22, 40, 0.1);
  border-color: transparent;
}

.update-cover {
  aspect-ratio: 16 / 10;
  background: var(--navy-900);
  overflow: hidden;
  position: relative;
}
.update-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.8s var(--ease);
}
.update-card:hover .update-cover img { transform: scale(1.05); }

.update-tag {
  position: absolute;
  top: 20px; left: 20px;
  padding: 5px 10px;
  background: var(--red);
  color: var(--ivory);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 600;
}

.update-body {
  padding: 30px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.update-meta {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-bottom: 14px;
}
.update-body h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--navy-900);
  margin-bottom: 14px;
}
.update-body p { font-size: 0.9rem; color: var(--charcoal-soft); margin-bottom: 22px; flex: 1; }
.update-read {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

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

/* ============================================================
   CTA BAND
   ============================================================ */

.cta-band {
  position: relative;
  padding: clamp(80px, 10vw, 130px) 0;
  background: var(--navy-900);
  color: var(--ivory);
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(200, 16, 46, 0.2), transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(59, 84, 121, 0.4), transparent 60%);
}

.cta-band-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}
.cta-band h2 { font-size: clamp(2rem, 4vw, 3.4rem); color: var(--ivory); max-width: 14ch; }
.cta-band p { color: rgba(255, 255, 255, 0.7); margin-top: 20px; max-width: 52ch; font-size: 1.05rem; }
.cta-band-right { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }

@media (max-width: 880px) { .cta-band-inner { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #050d1c;
  color: rgba(255, 255, 255, 0.65);
  padding: 90px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-brand .brand-mark { background: var(--ivory); color: var(--navy-900); }
.footer-brand .brand-mark::after { background: var(--red); }
.footer-brand .brand-name { color: var(--ivory); font-size: 1.25rem; }
.footer-brand .brand-role { color: rgba(255, 255, 255, 0.45); }
.footer-about {
  max-width: 42ch;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.55);
}

.footer-col h5 {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 22px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { font-size: 0.92rem; color: rgba(255, 255, 255, 0.55); }
.footer-col a:hover { color: var(--red); }

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}
.footer-contact-row a { color: rgba(255, 255, 255, 0.65); }
.footer-contact-row a:hover { color: var(--red); }

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-social a {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s var(--ease);
}
.footer-social a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--ivory);
  transform: translateY(-2px);
}
.footer-social svg { width: 15px; height: 15px; }

.footer-bottom {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}
.footer-bottom .fb-end { text-align: right; }
.footer-bottom a { color: rgba(255, 255, 255, 0.6); }
.footer-bottom a:hover { color: var(--red); }
.footer-bottom strong { color: var(--ivory); font-weight: 500; }

@media (max-width: 960px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-bottom .fb-end { text-align: center; }
}

/* ============================================================
   INNER PAGE HEROES
   ============================================================ */

.page-hero {
  padding: 180px 0 100px;
  background: var(--navy-900);
  color: var(--ivory);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(200, 16, 46, 0.15), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(59, 84, 121, 0.3), transparent 60%);
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  min-height: 360px;
}

.page-hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 30px;
}
.page-hero-kicker::before {
  content: '';
  width: 30px; height: 1px;
  background: var(--red);
}
.page-hero h1 {
  color: var(--ivory);
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.page-hero h1 em { color: var(--red); font-style: italic; font-weight: 300; }
.page-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  max-width: 46ch;
}

.page-hero-side {
  text-align: right;
  font-family: var(--serif);
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
  line-height: 1.7;
}
.page-hero-side strong {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 14px;
  font-weight: 600;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 26px;
}
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { opacity: 0.4; }

@media (max-width: 880px) {
  .page-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .page-hero-side { text-align: left; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */

.profile-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.profile-photo {
  position: sticky;
  top: 110px;
  background: var(--navy-900);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.profile-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.profile-card {
  position: absolute;
  bottom: 24px; left: 24px; right: 24px;
  padding: 22px 24px;
  background: rgba(247, 244, 238, 0.96);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  border-left: 3px solid var(--red);
}
.profile-card .eyebrow { margin-bottom: 8px; }
.profile-card strong { font-family: var(--serif); font-size: 1.3rem; color: var(--navy-900); font-weight: 400; }
.profile-card span { display: block; font-size: 0.8rem; color: var(--charcoal-soft); margin-top: 2px; }

.profile-body h2 { margin-bottom: 26px; }
.profile-body p {
  margin-bottom: 20px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--charcoal);
}
.profile-body p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 4rem;
  float: left;
  line-height: 1;
  margin: 0 14px 0 0;
  color: var(--red);
  font-weight: 400;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.profile-fact {
  padding: 20px;
  background: var(--ivory);
  border-radius: 4px;
}
.profile-fact dt {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 6px;
}
.profile-fact dd { font-family: var(--serif); font-size: 1.1rem; color: var(--navy-900); }

@media (max-width: 880px) {
  .profile-split { grid-template-columns: 1fr; }
  .profile-photo { position: static; aspect-ratio: 4 / 5; }
}

/* Timeline */
.timeline {
  background: var(--ivory);
  padding: clamp(80px, 10vw, 140px) 0;
}

.timeline-list {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 40px;
}
.timeline-list::before {
  content: '';
  position: absolute;
  left: 7px; top: 0; bottom: 0;
  width: 1px;
  background: var(--line-strong);
}

.timeline-item {
  position: relative;
  padding-bottom: 50px;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 6px;
  width: 15px; height: 15px;
  background: var(--paper);
  border: 2px solid var(--navy-900);
  border-radius: 50%;
}
.timeline-item.is-active::before {
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 0 0 6px rgba(200, 16, 46, 0.15);
}

.timeline-year {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--red);
  margin-bottom: 8px;
  line-height: 1;
}
.timeline-item h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--navy-900);
  margin-bottom: 8px;
}
.timeline-item p { color: var(--charcoal-soft); font-size: 0.96rem; }

/* Philosophy block */
.philosophy {
  position: relative;
  padding: clamp(80px, 10vw, 140px) 0;
  background: var(--navy-900);
  color: var(--ivory);
  text-align: center;
  overflow: hidden;
}
.philosophy::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(200, 16, 46, 0.1), transparent 60%);
}

.philosophy-inner {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.philosophy-quote {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ivory);
  margin-bottom: 40px;
  font-style: italic;
}
.philosophy-quote::before { content: '“'; color: var(--red); font-size: 1.4em; line-height: 0; vertical-align: -0.35em; margin-right: 4px; }
.philosophy-quote::after { content: '”'; color: var(--red); font-size: 1.4em; line-height: 0; vertical-align: -0.5em; margin-left: 4px; }

/* ============================================================
   GOVERNANCE PAGE
   ============================================================ */

.governance-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}
.gov-pillar {
  padding: 48px;
  background: var(--paper);
  transition: background 0.4s var(--ease);
}
.gov-pillar:hover { background: var(--ivory); }

.gov-pillar-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.gov-pillar-num {
  font-family: var(--serif);
  font-size: 2.2rem;
  color: var(--silver);
  line-height: 1;
}
.gov-pillar-icon { width: 44px; height: 44px; color: var(--red); }

.gov-pillar h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.gov-pillar p { font-size: 0.96rem; color: var(--charcoal-soft); line-height: 1.7; margin-bottom: 18px; }

.gov-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.gov-tag {
  padding: 4px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--charcoal-soft);
}

@media (max-width: 880px) { .governance-pillars { grid-template-columns: 1fr; } }

/* Chart strip */
.chart-strip {
  background: var(--navy-900);
  color: var(--ivory);
  padding: clamp(80px, 10vw, 140px) 0;
}
.chart-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 80px;
  align-items: center;
}
.chart-bars { display: flex; flex-direction: column; gap: 28px; }
.chart-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.chart-label {
  display: flex; flex-direction: column; gap: 10px;
}
.chart-label-top {
  display: flex; justify-content: space-between; align-items: center;
}
.chart-label-top strong { font-family: var(--serif); font-weight: 400; font-size: 1.1rem; color: var(--ivory); }
.chart-label-top span { font-size: 0.78rem; color: rgba(255, 255, 255, 0.55); letter-spacing: 0.06em; }
.chart-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.chart-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--red), #e5304b);
  border-radius: 100px;
  width: 0;
  transition: width 1.8s var(--ease);
}
.chart-num {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--red);
  min-width: 70px;
  text-align: right;
}

@media (max-width: 880px) {
  .chart-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Reforms grid */
.reforms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.reform-card {
  padding: 32px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: all 0.4s var(--ease);
  position: relative;
}
.reform-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px rgba(10, 22, 40, 0.08); border-color: transparent; }
.reform-phase {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 12px;
}
.reform-card h4 { font-family: var(--serif); font-weight: 400; font-size: 1.2rem; margin-bottom: 12px; color: var(--navy-900); }
.reform-card p { font-size: 0.9rem; color: var(--charcoal-soft); line-height: 1.65; }
.reform-progress {
  margin-top: 20px;
  height: 4px;
  background: var(--ivory-soft);
  border-radius: 100px;
  overflow: hidden;
}
.reform-progress span { display: block; height: 100%; background: var(--navy-900); }
.reform-progress-label {
  display: flex; justify-content: space-between;
  font-size: 0.72rem; color: var(--charcoal-soft);
  margin-top: 8px;
}
.reform-progress-label strong { color: var(--red); font-weight: 600; }

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

/* ============================================================
   HEALTHCARE PAGE
   ============================================================ */

.hc-intro {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.hc-intro-photo {
  aspect-ratio: 4 / 5;
  background: var(--navy-900);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.hc-intro-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hc-intro-photo::before {
  content: 'MD, PhD · Endocrinology';
  position: absolute;
  top: 20px; left: 20px;
  padding: 6px 12px;
  background: rgba(10, 22, 40, 0.8);
  backdrop-filter: blur(6px);
  color: var(--ivory);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 2;
}

.hc-intro-body h2 { margin-bottom: 24px; }
.hc-intro-body p { margin-bottom: 18px; font-size: 1.02rem; color: var(--charcoal); }

.hc-metrics {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.hc-metric-num {
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
}
.hc-metric-label {
  font-size: 0.8rem;
  color: var(--charcoal-soft);
  line-height: 1.4;
}

@media (max-width: 880px) { .hc-intro { grid-template-columns: 1fr; } }

/* Healthcare initiatives grid */
.hc-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.hc-tile {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: var(--navy-900);
  color: var(--ivory);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s var(--ease);
}
.hc-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.3) 0%, rgba(10, 22, 40, 0.9) 100%);
  z-index: 1;
}
.hc-tile img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  z-index: 0;
  transition: transform 0.8s var(--ease);
}
.hc-tile:hover img { transform: scale(1.05); }
.hc-tile > * { position: relative; z-index: 2; }
.hc-tile .eyebrow { color: var(--red); }
.hc-tile h4 { font-family: var(--serif); font-weight: 400; font-size: 1.4rem; color: var(--ivory); margin-top: 12px; }
.hc-tile p { color: rgba(255, 255, 255, 0.7); font-size: 0.88rem; margin-top: 8px; }

.hc-tile.t1 { grid-column: span 3; grid-row: span 2; }
.hc-tile.t2 { grid-column: span 3; }
.hc-tile.t3 { grid-column: span 2; }
.hc-tile.t4 { grid-column: span 4; }
.hc-tile.solid { background: var(--navy-900); }
.hc-tile.solid::before { background: transparent; }

@media (max-width: 880px) {
  .hc-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .hc-tile.t1, .hc-tile.t2, .hc-tile.t3, .hc-tile.t4 { grid-column: span 1; grid-row: span 1; }
}

/* ============================================================
   ECONOMY PAGE
   ============================================================ */

.econ-dash {
  background: var(--ivory);
  padding: clamp(80px, 10vw, 140px) 0;
}
.econ-dash-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.econ-card {
  padding: 32px 26px;
  background: var(--paper);
  border-radius: 4px;
  border-top: 3px solid var(--red);
  box-shadow: 0 4px 20px rgba(10, 22, 40, 0.04);
}
.econ-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.econ-card-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  font-weight: 600;
}
.econ-card-trend {
  font-size: 0.78rem;
  color: #1a8554;
  font-weight: 600;
}
.econ-card-trend.down { color: var(--red); }

.econ-card-num {
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--navy-900);
  line-height: 1;
  font-weight: 400;
}
.econ-card-num sup { font-size: 0.4em; color: var(--red); margin-left: 2px; top: -0.9em; position: relative; }
.econ-card-foot {
  margin-top: 16px;
  font-size: 0.82rem;
  color: var(--charcoal-soft);
}

@media (max-width: 900px) { .econ-dash-grid { grid-template-columns: repeat(2, 1fr); } }

/* Sectors grid */
.sectors {
  padding: clamp(80px, 10vw, 140px) 0;
}
.sector-rows { display: flex; flex-direction: column; gap: 2px; background: var(--line); }
.sector-row {
  display: grid;
  grid-template-columns: 80px 200px 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 30px;
  background: var(--paper);
  transition: all 0.4s var(--ease);
  cursor: pointer;
}
.sector-row:hover { background: var(--ivory); }
.sector-num {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--silver);
}
.sector-name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.35rem;
  color: var(--navy-900);
}
.sector-desc { font-size: 0.95rem; color: var(--charcoal-soft); max-width: 70ch; }
.sector-arrow {
  color: var(--red);
  font-size: 1.6rem;
  transition: transform 0.3s var(--ease);
}
.sector-row:hover .sector-arrow { transform: translateX(6px); }

@media (max-width: 900px) {
  .sector-row { grid-template-columns: auto 1fr; grid-template-areas: "num name" "desc desc" "arrow arrow"; gap: 14px; }
  .sector-num { grid-area: num; }
  .sector-name { grid-area: name; font-size: 1.15rem; }
  .sector-desc { grid-area: desc; }
  .sector-arrow { grid-area: arrow; text-align: right; }
}

/* Graph feature block */
.graph-block {
  background: var(--navy-900);
  color: var(--ivory);
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}
.graph-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.graph-visual {
  position: relative;
  aspect-ratio: 3 / 2;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}
.graph-visual svg { width: 100%; height: 100%; }
.graph-axis {
  position: absolute;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.1em;
}
.graph-axis.y-top { top: 30px; left: 30px; }
.graph-axis.y-bot { bottom: 30px; left: 30px; }
.graph-axis.x-end { bottom: 10px; right: 20px; }

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

/* ============================================================
   GALLERY PAGE
   ============================================================ */

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.gallery-filter button {
  padding: 8px 18px;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  font-weight: 500;
  transition: all 0.3s var(--ease);
}
.gallery-filter button:hover,
.gallery-filter button.is-active {
  background: var(--navy-900);
  color: var(--ivory);
  border-color: var(--navy-900);
}

.masonry {
  column-count: 3;
  column-gap: 16px;
}
.masonry-item {
  break-inside: avoid;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  background: var(--navy-900);
}
.masonry-item img {
  width: 100%;
  display: block;
  transition: all 0.8s var(--ease);
}
.masonry-item:hover img { transform: scale(1.04); }
.masonry-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10, 22, 40, 0.85));
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.masonry-item:hover::after { opacity: 1; }

.masonry-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 22px;
  color: var(--ivory);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s var(--ease);
  z-index: 2;
}
.masonry-item:hover .masonry-caption { opacity: 1; transform: translateY(0); }
.masonry-caption .tag {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
  display: block;
}
.masonry-caption h4 { font-family: var(--serif); font-weight: 400; font-size: 1.1rem; color: var(--ivory); }

@media (max-width: 900px) { .masonry { column-count: 2; } }
@media (max-width: 560px) { .masonry { column-count: 1; } }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(5, 13, 28, 0.95);
  backdrop-filter: blur(12px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s var(--ease);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; }
.lightbox-close {
  position: absolute;
  top: 30px; right: 30px;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: all 0.3s var(--ease);
}
.lightbox-close:hover { background: var(--red); transform: rotate(90deg); }

/* ============================================================
   NEWS PAGE
   ============================================================ */

.news-feature {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
.news-feature-image {
  aspect-ratio: 16 / 11;
  background: var(--navy-900);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.news-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.news-feature-body { display: flex; flex-direction: column; justify-content: center; padding: 20px 0; }
.news-feature-body .eyebrow { margin-bottom: 18px; }
.news-feature-body h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-bottom: 22px; }
.news-feature-body p { margin-bottom: 28px; font-size: 1.03rem; color: var(--charcoal-soft); }

.news-meta {
  display: flex;
  gap: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-bottom: 16px;
}

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

@media (max-width: 960px) {
  .news-feature { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) { .news-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.contact-card {
  padding: 44px;
  background: var(--navy-900);
  color: var(--ivory);
  border-radius: 4px;
  position: sticky;
  top: 120px;
  overflow: hidden;
}
.contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(200, 16, 46, 0.2), transparent 60%);
}
.contact-card > * { position: relative; z-index: 1; }
.contact-card h3 { color: var(--ivory); margin-bottom: 14px; font-size: 1.8rem; }
.contact-card p { color: rgba(255, 255, 255, 0.65); margin-bottom: 36px; }

.contact-lines { display: flex; flex-direction: column; gap: 22px; margin-bottom: 40px; }
.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border-left: 2px solid var(--red);
  transition: all 0.3s var(--ease);
}
.contact-line:hover { background: rgba(255, 255, 255, 0.1); transform: translateX(4px); }
.contact-line-icon {
  width: 38px; height: 38px;
  flex-shrink: 0;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
}
.contact-line-icon svg { width: 16px; height: 16px; }
.contact-line-body strong {
  display: block;
  font-family: var(--sans);
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 4px;
  font-size: 1rem;
}
.contact-line-body span,
.contact-line-body a {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}
.contact-line-body a:hover { color: var(--red); }

.contact-social {
  display: flex;
  gap: 10px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-social a {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s var(--ease);
}
.contact-social a:hover { background: var(--red); color: var(--ivory); }
.contact-social svg { width: 14px; height: 14px; }

/* Form */
.form-wrap {
  padding: 48px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}
.form-wrap h3 { margin-bottom: 14px; }
.form-wrap p.lead { margin-bottom: 34px; font-size: 1rem; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-field { position: relative; }
.form-field.full { grid-column: span 2; }

.form-field label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--charcoal-soft);
  margin-bottom: 10px;
  font-weight: 600;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.3s var(--ease);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-field input:focus,
.form-field textarea:focus { border-bottom-color: var(--red); }

.form-field.full button { margin-top: 10px; }

.form-status {
  margin-top: 20px;
  padding: 14px 18px;
  background: rgba(26, 133, 84, 0.08);
  color: #1a8554;
  border-radius: 2px;
  font-size: 0.9rem;
  display: none;
}
.form-status.is-on { display: block; }

@media (max-width: 880px) {
  .contact-split { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: span 1; }
}

/* Map feel */
.contact-map {
  margin-top: 60px;
  aspect-ratio: 21 / 6;
  background: var(--navy-900);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    radial-gradient(ellipse at 30% 40%, rgba(200, 16, 46, 0.2), transparent 40%),
    linear-gradient(135deg, var(--navy-900), var(--navy-700));
}
.contact-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.contact-map-pin {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.contact-map-pin .dot {
  width: 14px; height: 14px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(200, 16, 46, 0.25);
  animation: pulse 2s infinite;
}
.contact-map-pin strong {
  font-family: var(--serif);
  font-size: 1.3rem;
}
.contact-map-pin span {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

/* ============================================================
   UTILITIES / ANIMATIONS
   ============================================================ */

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s var(--ease-out);
}
.fade-in.is-in { opacity: 1; transform: translateY(0); }

.reveal {
  opacity: 0;
  transform: translateY(40px);
}
.reveal.is-in {
  animation: reveal 1s var(--ease-out) forwards;
}
@keyframes reveal {
  to { opacity: 1; transform: translateY(0); }
}

/* Accessibility */
:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

/* Print */
@media print {
  .site-header, .gate, .cta-band, .site-footer { display: none; }
}
