/* ============================================================
   HASMAN â€” assets/css/pages/vision-mission.css  (v3 â€” full fix)
   Covers every section in vision-mission.php:
   â”Œ 0. Utility / shared tokens
   â”œ 1. Page Hero (--vm) â€” left-aligned, matches about/competencies
   â”œ 2. Vision Panel  â€” statement, deco-quote, globe visual
   â”œ 3. Mission Panel â€” pillars, countdown timer, blockquote
   â”œ 4. 2030 Goal     â€” ring + milestone timeline
   â”œ 5. Values Grid
   â”œ 6. CTA Strip
   â”” 7. Responsive (1199 â†’ 479)
   ============================================================ */


/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   0. UTILITY / SHARED TOKENS
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Section padding â€” not in global CSS, defined here */
.section-pad { padding-block: clamp(4rem, 8vw, 6rem); }

/* Background helpers */
.bg-alt  { background: var(--bg-alt, #F5F7FA); }
.bg-navy { background: var(--color-navy, #002060); }

/* Container */
.container {
  max-width: var(--container-max, 1280px);
  margin-inline: auto;
  padding-inline: var(--container-px, clamp(1rem, 4vw, 2rem));
}

/* Eyebrow / section labels */
.section-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent, #00B0F0);
  margin-bottom: var(--sp-3);
}
.section-label--accent { color: var(--accent, #00B0F0); }
.section-label--white  { color: rgba(255,255,255,.65); }

/* Section title + subtitle */
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--color-navy, #002060);
  line-height: 1.15;
  margin: 0 0 var(--sp-4);
}
.section-title--white { color: var(--color-white, #fff); }

.section-subtitle {
  font-size: var(--text-base);
  color: var(--text-sub, #666);
  line-height: var(--leading-loose);
  margin: 0;
}

/* Centred section header block */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--sp-12);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   1. PAGE HERO â€” vm variant
      Design matches about / competencies: left-aligned, radial
      glow hex-bg, eyebrow label, stat chips, full-width accent line.
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-hero--vm {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-navy, #002060) 0%, #003a8c 60%, #001540 100%);
  padding-top:    clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  min-height: 420px;
  display: flex;
  align-items: center;
}

/* Suppress base.css grid-line ::before */
.page-hero--vm::before { display: none; }

/* Radial glow background â€” matches about page */
.page-hero--vm .page-hero__hex-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 35%, rgba(0,176,240,.18) 0%, transparent 52%),
    radial-gradient(circle at 80% 65%, rgba(0,176,240,.10) 0%, transparent 46%);
  pointer-events: none;
}

/* Left-aligned inner content â€” overrides base text-align:center */
.page-hero--vm .page-hero__inner {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%;
}

/* Eyebrow label */
.page-hero--vm .page-hero__eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent, #00B0F0);
  margin-bottom: var(--sp-4);
}

/* H1 */
.page-hero--vm .page-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--color-white, #fff);
  line-height: 1.1;
  margin: 0 0 var(--sp-5);
}
.page-hero--vm .page-hero__title em {
  font-style: normal;
  color: var(--accent, #00B0F0);
}

/* Subheading */
.page-hero--vm .page-hero__sub {
  font-size: var(--text-md, 1.125rem);
  color: rgba(255,255,255,.78);
  max-width: 600px;
  line-height: var(--leading-loose);
  margin: 0 0 var(--sp-6);
}

/* Full-width 4px accent bar at bottom â€” matches about */
.page-hero--vm .page-hero__accent-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent, #00B0F0), #0078d4);
  border-radius: 0;
  margin: 0;
  transform: none;
  animation: none;
}

/* Floating stat chips â€” matches about page */
.page-hero--vm .page-hero__stat-chips {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-top: var(--sp-8);
}
.page-hero--vm .stat-chip {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-white, #fff);
  background: rgba(0,176,240,.18);
  border: 1px solid rgba(0,176,240,.35);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  backdrop-filter: blur(8px);
}

/* Breadcrumb â€” left-aligned inside hero */
.page-hero--vm .breadcrumb {
  justify-content: flex-start;
  margin-bottom: var(--sp-6);
}
.page-hero--vm .breadcrumb ol {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: var(--text-sm);
}
.page-hero--vm .breadcrumb li { color: rgba(255,255,255,.55); }
.page-hero--vm .breadcrumb li + li::before {
  content: '/';
  margin-right: var(--sp-2);
  color: rgba(255,255,255,.3);
}
.page-hero--vm .breadcrumb a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  transition: color var(--duration-base, .3s);
}
.page-hero--vm .breadcrumb a:hover { color: var(--accent, #00B0F0); }


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   2. VISION PANEL
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.vision-panel {
  position: relative;
  overflow: hidden;
  background: var(--color-offwhite, #F5F7FA);
}

/* Two-column: text left, globe right */
.vision-panel__inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--sp-16);
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Giant decorative quotation mark â€” contained within padding so it never clips */
.vision-panel__deco-quote {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-display, var(--font-heading));
  font-size: clamp(8rem, 14vw, 14rem);
  font-weight: 700;
  color: rgba(0,32,96,.05);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

/* Content column */
.vision-panel__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-5);
}

/* Vision statement heading */
.vision-statement {
  font-family: var(--font-display, var(--font-heading));
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--color-navy, #002060);
  line-height: 1.4;
  margin: 0;
}

/* Animated individual words â€” GSAP targets */
.vision-word         { display: inline-block; }
.vision-word--accent { color: var(--accent, #00B0F0); }

/* Body copy */
.vision-panel__elaboration {
  font-size: var(--text-base);
  color: var(--text-sub, #666);
  line-height: var(--leading-loose);
  max-width: 580px;
  margin: 0;
}

/* Globe visual column */
.vision-panel__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vision-globe {
  width: 100%;
  max-width: 300px;
  animation: globe-float 6s ease-in-out infinite;
}
@keyframes globe-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   3. MISSION PANEL
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.mission-panel {
  position: relative;
  overflow: hidden;
  background: var(--color-navy, #002060);
  color: var(--color-white, #fff);
}

/* Radial glow overlay */
.mission-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0,176,240,.12) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 40%, rgba(0,176,240,.08) 0%, transparent 50%);
  pointer-events: none;
}

.mission-panel__inner {
  position: relative;
  z-index: 1;
}

/* Header row */
.mission-panel__header {
  text-align: center;
  margin-bottom: var(--sp-10);
}

/* â”€â”€ Three Pillars grid: content | divider | content | divider | content â”€â”€ */
.mission-pillars {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  gap: 0 var(--sp-10);
  align-items: start;
  margin-bottom: var(--sp-12);
}

/* Vertical divider */
.mission-pillar__divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,.14);
  border-radius: 1px;
  margin: var(--sp-4) 0;
}

/* Single pillar */
.mission-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--sp-4);
  padding: var(--sp-6) var(--sp-5);
}

/* Large animated enterprise count */
.mission-pillar__number {
  display: flex;
  align-items: baseline;
  gap: var(--sp-1);
  line-height: 1;
}
.mission-count {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 800;
  color: var(--accent, #00B0F0);
  letter-spacing: -.02em;
}
.mission-count-unit {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--accent, #00B0F0);
}

/* Globe SVG icon inside pillar */
.mission-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pillar heading */
.mission-pillar__label {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--color-white, #fff);
  margin: 0;
}

/* Pillar body copy */
.mission-pillar__sub {
  font-size: var(--text-sm);
  color: rgba(255,255,255,.72);
  line-height: var(--leading-loose);
  margin: 0;
  max-width: 280px;
}

/* â”€â”€ Countdown Timer â”€â”€ */
.mission-countdown {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--sp-2);
}
.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-1);
}
.countdown-number {
  font-family: var(--font-mono);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--accent, #00B0F0);
  line-height: 1;
  min-width: 2ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.countdown-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.countdown-sep {
  font-family: var(--font-mono);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: rgba(255,255,255,.3);
  line-height: 1;
  align-self: flex-start;
  padding-top: 2px;
}

/* â”€â”€ Full mission statement blockquote â”€â”€ */
.mission-statement {
  margin: 0 auto;
  padding: var(--sp-8) var(--sp-10);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-left: 4px solid var(--accent, #00B0F0);
  border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
  max-width: 820px;
}
.mission-statement p {
  font-family: var(--font-display, var(--font-heading));
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-style: italic;
  color: rgba(255,255,255,.9);
  line-height: var(--leading-loose);
  margin: 0;
}
.mission-statement strong {
  color: var(--accent, #00B0F0);
  font-style: normal;
  font-weight: 700;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   4. 2030 GOAL SECTION â€” progress ring + milestone timeline
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.goal-section { background: var(--bg-alt, #F5F7FA); }

/* Side-by-side layout: sticky ring left, scrolling timeline right */
.goal-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: var(--sp-16);
  align-items: start;
}

/* Progress ring â€” sticky as user scrolls timeline */
.goal-ring-wrap {
  position: sticky;
  top: calc(var(--navbar-height, 80px) + var(--sp-8));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}
.goal-ring {
  width: 200px;
  height: 200px;
  overflow: visible;
}
.goal-ring__arc { will-change: stroke-dashoffset; }

/* â”€â”€ Milestone timeline list â”€â”€ */
.milestone-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Vertical spine â€” sits at centre of the dot column (col-2 starts at 64px, dot is 24px wide â†’ centre = 64 + 12 = 76px) */
.milestone-timeline::before {
  content: '';
  position: absolute;
  left: 76px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent, #00B0F0) 0%, rgba(0,176,240,.12) 100%);
  border-radius: 2px;
  z-index: 0;
}

/* Single milestone row: [year 72px] [dot 24px] [body 1fr] */
.milestone {
  display: grid;
  grid-template-columns: 72px 24px 1fr;
  gap: 0 var(--sp-5);
  align-items: flex-start;
  padding: var(--sp-5) 0;
  position: relative;
  z-index: 1;
}

/* Year badge */
.milestone__year {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--accent, #00B0F0);
  white-space: nowrap;
  padding-top: 3px;
  text-align: right;
}

/* Timeline dot */
.milestone__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-white, #fff);
  border: 3px solid var(--accent, #00B0F0);
  flex-shrink: 0;
  margin-top: 3px;
  justify-self: center;
  transition:
    background var(--duration-base, .3s),
    transform  var(--duration-base, .3s) var(--ease-spring, cubic-bezier(.34,1.56,.64,1));
}
.milestone:hover .milestone__dot {
  background: var(--accent, #00B0F0);
  transform: scale(1.3);
}

/* Milestone body */
.milestone__body { padding-top: 0; }
.milestone__title {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-navy, #002060);
  margin: 0 0 var(--sp-2);
}
.milestone__desc {
  font-size: var(--text-sm);
  color: var(--text-sub, #666);
  line-height: var(--leading-loose);
  margin: 0;
}

/* 2030 milestone â€” highlighted destination */
.milestone:last-child .milestone__dot {
  background: var(--accent, #00B0F0);
  border-color: var(--accent, #00B0F0);
  box-shadow: 0 0 0 5px rgba(0,176,240,.2);
}
.milestone:last-child .milestone__title { color: var(--accent, #00B0F0); }


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   5. VALUES SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.values-section { background: var(--color-white, #fff); }

/* 3-column responsive grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}

/* Value card */
.value-card {
  background: var(--color-white, #fff);
  border: 1px solid rgba(0,32,96,.08);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  transition:
    transform     var(--duration-base, .3s) var(--ease-out),
    box-shadow    var(--duration-base, .3s),
    border-color  var(--duration-base, .3s);
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,32,96,.11);
  border-color: rgba(0,176,240,.28);
}

/* Icon container â€” uses CSS custom property --value-color set inline */
.value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius-lg);
  background: rgba(0,176,240,.08);
  color: var(--value-color, var(--accent, #00B0F0));
  flex-shrink: 0;
  transition: background var(--duration-base, .3s);
}
.value-card:hover .value-card__icon { background: rgba(0,176,240,.15); }

.value-card__title {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-navy, #002060);
  margin: 0;
}
.value-card__desc {
  font-size: var(--text-sm);
  color: var(--text-sub, #666);
  line-height: var(--leading-loose);
  margin: 0;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   6. CTA STRIP
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cta-strip { background: var(--color-navy, #002060); }
.cta-strip__inner {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}
.cta-strip__heading {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--color-white, #fff);
  line-height: 1.2;
  margin: 0 0 var(--sp-4);
}
.cta-strip__sub {
  font-size: var(--text-base);
  color: rgba(255,255,255,.78);
  line-height: var(--leading-loose);
  margin: 0 0 var(--sp-8);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   7. RESPONSIVE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ â‰¤ 1199px â€” large tablet â”€â”€ */
@media (max-width: 1199px) {
  .vision-panel__inner {
    grid-template-columns: 1fr 260px;
    gap: var(--sp-12);
  }
  .goal-layout {
    grid-template-columns: 200px 1fr;
    gap: var(--sp-12);
  }
}

/* â”€â”€ â‰¤ 1023px â€” tablet â”€â”€ */
@media (max-width: 1023px) {
  /* Hero */
  .page-hero--vm { min-height: auto; }

  /* Vision panel: stack vertically, globe on top */
  .vision-panel__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--sp-10);
  }
  .vision-panel__content { align-items: center; }
  .vision-panel__elaboration { max-width: 100%; }
  .vision-panel__visual { order: -1; }
  .vision-globe { max-width: 220px; }
  .vision-panel__deco-quote { display: none; }

  /* Mission pillars: single column with horizontal dividers */
  .mission-pillars {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mission-pillar__divider {
    width: 60%;
    height: 1px;
    align-self: auto;
    justify-self: center;
    margin: var(--sp-2) auto;
  }
  .mission-pillar { padding: var(--sp-8) var(--sp-5); }
  .mission-statement {
    padding: var(--sp-6) 1.75rem;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  }

  /* Goal layout: stack ring + timeline */
  .goal-layout {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .goal-ring-wrap {
    position: static;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: var(--sp-6);
  }
  .goal-ring { width: 150px; height: 150px; }

  /* Adjust spine to match updated col offset at tablet */
  .milestone-timeline::before { left: 62px; }
  .milestone { grid-template-columns: 58px 24px 1fr; }
}

/* â”€â”€ â‰¤ 767px â€” mobile landscape â”€â”€ */
@media (max-width: 767px) {
  /* Values: 2 columns */
  .values-grid { grid-template-columns: 1fr 1fr; }

  /* Vision globe hidden */
  .vision-panel__visual { display: none; }

  /* Mission countdown: tighter */
  .mission-countdown { gap: var(--sp-1); }
  .countdown-number  { font-size: 1.4rem; }
  .countdown-sep     { font-size: 1.2rem; }

  /* Mission blockquote: full-bleed */
  .mission-statement {
    border-radius: 0;
    border-left-width: 4px;
  }

  /* Goal ring: column layout */
  .goal-ring-wrap { flex-direction: column; }

  /* Milestone: simplified 2-col [year | body], hide dot and spine */
  .milestone {
    grid-template-columns: 48px 1fr;
    gap: 0 var(--sp-4);
  }
  .milestone__dot { display: none; }
  .milestone-timeline::before { display: none; }
}

/* â”€â”€ â‰¤ 479px â€” mobile portrait â”€â”€ */
@media (max-width: 479px) {
  /* Hero */
  .page-hero--vm .page-hero__stat-chips { gap: var(--sp-2); }

  /* Values: single column */
  .values-grid { grid-template-columns: 1fr; }

  /* Vision statement smaller */
  .vision-statement { font-size: 1.4rem; }

  /* Mission counter smaller */
  .mission-count { font-size: 2.75rem; }

  /* Milestone year narrower */
  .milestone { grid-template-columns: 40px 1fr; }
  .milestone__year { font-size: 10px; }

  /* CTA strip */
  .cta-strip__heading { font-size: 1.4rem; }

  /* section-pad tighter on smallest screens */
  .section-pad { padding-block: clamp(2.5rem, 6vw, 4rem); }
}

/* â”€â”€ Reduced motion â”€â”€ */
@media (prefers-reduced-motion: reduce) {
  .vision-globe { animation: none; }
  .milestone__dot { transition: none; }
  .value-card { transition: none; }
}

/* â”€â”€ Print â”€â”€ */
@media print {
  .page-hero--vm,
  .mission-panel,
  .cta-strip {
    background: none !important;
    color: var(--color-navy) !important;
  }
  .page-hero--vm .page-hero__title,
  .page-hero--vm .page-hero__sub,
  .mission-pillar__label,
  .mission-pillar__sub { color: var(--color-navy) !important; }
  .cta-strip { display: none; }
  .vision-globe { animation: none; }
  .goal-ring-wrap { position: static; }
}