/* ═══════════════════════════════════════════════════════════
   ANGAD — Product Description page
   ─────────────────────────────────────────────────────────
   Extends the shared brand system (Manrope, #43AF43, pill
   buttons, --content-ease, the reveal + counter scripts) and
   reuses the About-page primitives (.ab-eyebrow / .ab-rule /
   .ab-intro / .ab-do / .ab-card / .ab-why / .ab-reason and the
   [data-au-reveal] observer). Only genuinely new components live
   here, prefixed `ag-`. Shared navbar + mega-menu + footer stay
   identical to the rest of the site.
════════════════════════════════════════════════════════════ */

/* ── Shared section rhythm ── */
.ag-section-pad {
  padding: clamp(72px, 10vh, 130px) 24px;
}
.ag-inner {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

/* Centred eyebrow variant (the shared .ab-eyebrow is inline-flex) */
.ag-center {
  text-align: center;
}
.ag-center .ab-eyebrow {
  justify-content: center;
}

/* Section header (left-aligned, matches About/Customers) */
.ag-head {
  max-width: 720px;
  margin: 0 0 clamp(40px, 6vh, 60px);
}
.ag-head .ab-eyebrow {
  margin-bottom: 18px;
}
.ag-head-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1b1e1b;
}
.ag-head-sub {
  margin: 0;
  max-width: 660px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

/* Centred header (used on white/dark grids) */
.ag-head--center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ag-head--center .ab-eyebrow {
  justify-content: center;
}
.ag-head--center .ag-head-sub {
  margin-left: auto;
  margin-right: auto;
}
.ag-head--light .ag-head-title {
  color: #ffffff;
}
.ag-head--light .ag-head-sub {
  color: rgba(255, 255, 255, 0.66);
}

/* ═══════════════════════════════════════════════════════════
   HERO — reuses .hero-slider / .slide static banner (style.css)
════════════════════════════════════════════════════════════ */
.slide-brand-name {
  display: block;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  width: auto;
  font-size: clamp(48px, 8vw, 92px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #ffffff;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
}
.slide-brand-name .tm {
  font-size: 0.36em;          /* size of the ™  — smaller em = daintier mark */
  margin-left: 3px;           /* horizontal gap between word and mark        */
  line-height: 0.9;
  position: relative;
  top: -1.5em;               /* up / down — MORE negative = higher           */
  vertical-align: baseline;   /* let `top` drive the position, not `super`    */
}

/* Brand name is the hero element — hidden until animated in (matches
   the staggered entry used by .slide-eyebrow/.slide-headline in style.css) */
.slide-brand-name { opacity: 0; }
.slide.is-entering .slide-brand-name {
  animation: hsHeadlineUp 0.88s var(--content-ease) 0.16s both;
}

/* Value-prop demoted to a supporting subhead beneath the big name */
.hero-slider .slide-headline {
  margin: 0 0 30px;
  font-size: clamp(20px, 2.7vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
}

/* ═══════════════════════════════════════════════════════════
   INTRO — "From Cell to System" (reuses .ab-intro shell)
   Adds the #Energy4Xtremes tagline chip.
════════════════════════════════════════════════════════════ */
.ag-tagline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2f8f39;
  background: linear-gradient(
    135deg,
    rgba(67, 175, 67, 0.16),
    rgba(67, 175, 67, 0.05)
  );
  border: 1px solid rgba(67, 175, 67, 0.3);
  border-radius: 100px;
}
.ag-tagline::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43af43;
  box-shadow: 0 0 0 4px rgba(67, 175, 67, 0.18);
}
/* The battery module render sits on a transparent PNG → drop the media frame
   used for photographic images and let it float with a soft glow instead. */
.ag-intro-render {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 40px 60px rgba(16, 44, 28, 0.28));
}

/* ═══════════════════════════════════════════════════════════
   THE OPPORTUNITY — animated stat tiles
════════════════════════════════════════════════════════════ */
.ag-stats {
  background:
    radial-gradient(
      80% 55% at 50% -8%,
      rgba(67, 175, 67, 0.08) 0%,
      transparent 60%
    ),
    linear-gradient(180deg, #f4f8f6 0%, #e8f1eb 100%);
}
.ag-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ag-stat {
  position: relative;
  overflow: hidden;
  padding: 32px 28px;
  background: #ffffff;
  border: 1px solid rgba(67, 175, 67, 0.12);
  border-radius: 16px;
  box-shadow:
    0 18px 44px -28px rgba(16, 44, 28, 0.24),
    0 2px 6px rgba(16, 44, 28, 0.04);
  transition:
    transform 0.45s var(--content-ease),
    box-shadow 0.5s var(--content-ease),
    border-color 0.35s ease;
}
.ag-stat::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #43af43, #6bd46b);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--content-ease);
}
.ag-stat:hover {
  transform: translateY(-8px);
  border-color: rgba(67, 175, 67, 0.42);
  box-shadow:
    0 34px 64px -28px rgba(16, 44, 28, 0.3),
    0 0 46px -16px rgba(67, 175, 67, 0.24);
}
.ag-stat:hover::before {
  transform: scaleX(1);
}
.ag-stat-num {
  font-size: clamp(38px, 4.4vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #43af43;
}
.ag-stat-num .ag-unit {
  font-size: 0.42em;
  font-weight: 700;
  margin-left: 4px;
  letter-spacing: 0;
}
.ag-stat-label {
  margin: 14px 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #1b1e1b;
}
.ag-stat-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #4b5563;
}

/* ═══════════════════════════════════════════════════════════
   THE CHALLENGE — reuses .ab-do (dark) + .ab-card
   Overrides the grid to 3 columns and adds a closing pull-line.
════════════════════════════════════════════════════════════ */
.ag-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.ag-pull {
  max-width: 860px;
  margin: clamp(44px, 6vh, 64px) auto 0;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.ag-pull .highlight-nav-text {
  color: #6bd46b !important;
}
/* Light-section pull-line variant */
.ag-pull--dark {
  color: #1b1e1b;
}
.ag-pull--dark .highlight-nav-text {
  color: #43af43 !important;
}

/* ═══════════════════════════════════════════════════════════
   THE ANGAD APPROACH — centred editorial statement (light)
════════════════════════════════════════════════════════════ */
.ag-approach {
  background:
    radial-gradient(
      90% 62% at 100% 0%,
      rgba(67, 175, 67, 0.16) 0%,
      transparent 55%
    ),
    radial-gradient(
      60% 50% at 0% 100%,
      rgba(67, 175, 67, 0.1) 0%,
      transparent 58%
    ),
    linear-gradient(135deg, #f3fbf3 0%, #e6f5e8 45%, #d7edda 100%);
}
.ag-approach-inner {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}
.ag-approach .ab-eyebrow {
  margin-bottom: 20px;
}
.ag-approach-title {
  margin: 0 0 24px;
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: #1b1e1b;
}
.ag-approach-body {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(16px, 1.55vw, 18px);
  line-height: 1.78;
  color: #4b5563;
}
.ag-approach-body + .ag-approach-body {
  margin-top: 20px;
}
.ag-pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}
.ag-pillar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #1b1e1b;
  background: #ffffff;
  border: 1px solid rgba(67, 175, 67, 0.2);
  border-radius: 100px;
  box-shadow: 0 10px 26px -18px rgba(16, 44, 28, 0.3);
  transition:
    transform 0.35s var(--content-ease),
    border-color 0.3s ease,
    box-shadow 0.35s ease;
}
.ag-pillar svg {
  width: 19px;
  height: 19px;
  color: #43af43;
}
.ag-pillar:hover {
  transform: translateY(-3px);
  border-color: rgba(67, 175, 67, 0.45);
  box-shadow:
    0 16px 32px -18px rgba(16, 44, 28, 0.28),
    0 0 26px -12px rgba(67, 175, 67, 0.28);
}

/* ═══════════════════════════════════════════════════════════
   INSIDE ANGAD — interactive "System Anatomy" (annotated
   exploded view). A central battery-module render is flanked by
   two columns of callout "pins" (01–03 left, 04–06 right). Each
   pin connects toward the module with a leader line + node dot;
   an auto-cycling spotlight (js/angad.js) walks the six blocks,
   and hover/focus takes over. Collapses to a numbered stepper on
   mobile. This layout/interaction is unique to the Angad page.
════════════════════════════════════════════════════════════ */
.ag-blocks {
  background:
    radial-gradient(
      72% 52% at 50% -8%,
      rgba(67, 175, 67, 0.06) 0%,
      transparent 60%
    ),
    #ffffff;
}

.ag-anatomy {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 380px) 1fr;
  gap: clamp(18px, 2.6vw, 46px);
  align-items: center;
  margin-top: clamp(38px, 6vh, 60px);
}
.ag-anatomy-col {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vh, 24px);
}

/* ── Central stage ── */
.ag-anatomy-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}
.ag-anatomy-glow {
  position: absolute;
  inset: -4%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(67, 175, 67, 0.3) 0%,
    transparent 66%
  );
  filter: blur(46px);
  opacity: 0.75;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.ag-anatomy.is-touched .ag-anatomy-glow {
  opacity: 1;
  transform: scale(1.06);
}
.ag-anatomy-ring {
  position: absolute;
  z-index: 0;
  width: 84%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px dashed rgba(67, 175, 67, 0.35);
  animation: agSpin 26s linear infinite;
}
.ag-anatomy-ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px dashed rgba(67, 175, 67, 0.18);
}
.ag-anatomy-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 34px 52px rgba(16, 44, 28, 0.3));
}

/* ── Callout node (a button for keyboard focus) ── */
.ag-node {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(67, 175, 67, 0.14);
  border-radius: 14px;
  box-shadow:
    0 16px 40px -28px rgba(16, 44, 28, 0.24),
    0 2px 6px rgba(16, 44, 28, 0.04);
  text-align: left;
  transition:
    transform 0.4s var(--content-ease),
    box-shadow 0.45s var(--content-ease),
    border-color 0.35s ease;
}
.ag-node:focus-visible {
  outline: 2px solid #43af43;
  outline-offset: 3px;
}

.ag-node-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}
.ag-node-head {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.ag-node-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: rgba(67, 175, 67, 0.5);
  flex: 0 0 auto;
}
.ag-node-title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1e1b;
}
.ag-node-text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #4b5563;
}

/* Icon chip — the visual "pin" that faces the module */
.ag-node-ic {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  color: #ffffff;
  background: #43af43;
  transition:
    transform 0.42s var(--content-ease),
    box-shadow 0.35s ease;
}
.ag-node-ic svg {
  width: 23px;
  height: 23px;
}

/* Leader line + node dot pointing toward the centre */
.ag-node-lead {
  position: relative;
  flex: 0 0 auto;
  width: clamp(16px, 2.4vw, 38px);
  height: 2px;
  background: rgba(67, 175, 67, 0.32);
  transition:
    width 0.4s var(--content-ease),
    background 0.35s ease;
}
.ag-node-lead::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #43af43;
  box-shadow: 0 0 0 4px rgba(67, 175, 67, 0.14);
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

/* Left column: body right-aligned, order [body][icon][lead•] */
.ag-anatomy-col--left .ag-node-body {
  text-align: right;
  align-items: flex-end;
}
.ag-anatomy-col--left .ag-node-head {
  flex-direction: row-reverse;
}
.ag-anatomy-col--left .ag-node-lead::after {
  right: -4px;
}

/* Right column mirrors the left: order [•lead][icon][body] so the
   leader + icon sit on the INNER edge, facing the module. */
.ag-anatomy-col--right .ag-node {
  flex-direction: row;
}
.ag-anatomy-col--right .ag-node-lead::after {
  left: -4px;
}

/* ── Active / hover state (shared by hover, focus, and the JS spotlight) ── */
.ag-node:hover,
.ag-node.is-active {
  border-color: rgba(67, 175, 67, 0.5);
  box-shadow:
    0 30px 58px -30px rgba(16, 44, 28, 0.3),
    0 0 42px -16px rgba(67, 175, 67, 0.28);
}
.ag-anatomy-col--left .ag-node:hover,
.ag-anatomy-col--left .ag-node.is-active {
  transform: translateX(-4px);
}
.ag-anatomy-col--right .ag-node:hover,
.ag-anatomy-col--right .ag-node.is-active {
  transform: translateX(4px);
}
.ag-node:hover .ag-node-ic,
.ag-node.is-active .ag-node-ic {
  transform: scale(1.08) rotate(-4deg);
  box-shadow: 0 12px 24px -8px rgba(67, 175, 67, 0.5);
}
.ag-node:hover .ag-node-num,
.ag-node.is-active .ag-node-num {
  color: #43af43;
}
.ag-node:hover .ag-node-lead,
.ag-node.is-active .ag-node-lead {
  width: clamp(26px, 3.4vw, 54px);
  background: rgba(67, 175, 67, 0.7);
}
.ag-node:hover .ag-node-lead::after,
.ag-node.is-active .ag-node-lead::after {
  transform: translateY(-50%) scale(1.25);
  box-shadow:
    0 0 0 6px rgba(67, 175, 67, 0.16),
    0 0 14px 2px rgba(67, 175, 67, 0.5);
}

@keyframes agSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ═══════════════════════════════════════════════════════════
   VECTOR X — dark feature (PCB image + capability checklist)
════════════════════════════════════════════════════════════ */
.ag-vector {
  background: #0a0c0a;
}
.ag-vector-inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.ag-vector-media {
  position: relative;
}
.ag-vector-glow {
  position: absolute;
  z-index: 0;
  inset: 8% -6% -10% 6%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 175, 67, 0.32), transparent 68%);
  filter: blur(58px);
  pointer-events: none;
}
.ag-vector-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.75);
}
.ag-vector-text .ab-eyebrow {
  margin-bottom: 18px;
}
.ag-vector-title {
  margin: 0 0 18px;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #ffffff;
}
.ag-vector-lead {
  margin: 0 0 30px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.68);
}
.ag-cap-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
  margin: 0 0 34px;
}
.ag-cap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ag-cap-check {
  flex: 0 0 auto;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  color: #6bd46b;
  background: rgba(67, 175, 67, 0.14);
  border: 1px solid rgba(67, 175, 67, 0.28);
}
.ag-cap-check svg {
  width: 14px;
  height: 14px;
}
.ag-cap-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.86);
}

/* ═══════════════════════════════════════════════════════════
   MISSION-SPECIFIC ENERGY SYSTEMS — capability spec list (light)
════════════════════════════════════════════════════════════ */
.ag-mission {
  background:
    radial-gradient(
      62% 46% at 50% 0%,
      rgba(67, 175, 67, 0.07) 0%,
      transparent 60%
    ),
    #f3f6f4;
}
.ag-mission-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 28px;
  max-width: 1040px;
  margin: 0 auto;
}
.ag-mission-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid rgba(67, 175, 67, 0.12);
  border-radius: 12px;
  box-shadow:
    0 14px 34px -26px rgba(16, 44, 28, 0.22),
    0 2px 6px rgba(16, 44, 28, 0.04);
  transition:
    transform 0.4s var(--content-ease),
    box-shadow 0.45s var(--content-ease),
    border-color 0.3s ease;
}
.ag-mission-item:hover {
  transform: translateX(6px);
  border-color: rgba(67, 175, 67, 0.42);
  box-shadow:
    0 22px 44px -24px rgba(16, 44, 28, 0.28),
    0 0 30px -14px rgba(67, 175, 67, 0.24);
}
.ag-mission-ic {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #ffffff;
  background: #43af43;
  transition: transform 0.4s var(--content-ease);
}
.ag-mission-ic svg {
  width: 22px;
  height: 22px;
}
.ag-mission-item:hover .ag-mission-ic {
  transform: scale(1.06) rotate(-4deg);
}
.ag-mission-label {
  font-size: 16px;
  font-weight: 700;
  color: #1b1e1b;
  line-height: 1.3;
}

/* ═══════════════════════════════════════════════════════════
   WHY ANGAD — reuses .ab-why + .ab-reason (light).
   Five reasons → auto-fit grid so the row balances.
════════════════════════════════════════════════════════════ */
.ag-why-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* ═══════════════════════════════════════════════════════════
   APPLICATIONS — reuses .ab-do (dark) + .ab-grid (4) + .ab-card
════════════════════════════════════════════════════════════ */
/* uses shared styles; no overrides needed */

/* ═══════════════════════════════════════════════════════════
   CLOSING — brand-green statement band before the footer
════════════════════════════════════════════════════════════ */
.ag-closing {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vh, 112px) 24px;
  text-align: center;
  background: linear-gradient(135deg, #3a9e3a 0%, #2f8f39 52%, #237a2c 100%);
}
.ag-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      60% 80% at 15% 0%,
      rgba(255, 255, 255, 0.18) 0%,
      transparent 55%
    ),
    radial-gradient(
      50% 70% at 100% 100%,
      rgba(0, 0, 0, 0.18) 0%,
      transparent 60%
    );
}
.ag-closing-inner {
  position: relative;
  z-index: 1;
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
}
.ag-closing-title {
  margin: 0 0 18px;
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.025em;
  color: #ffffff;
}
.ag-closing-text {
  margin: 0 auto 34px;
  max-width: 660px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.92);
}
.ag-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.ag-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
  color: #237a2c;
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}
.ag-btn-light svg {
  transition: transform 0.3s ease;
}
.ag-btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -12px rgba(0, 0, 0, 0.4);
}
.ag-btn-light:hover svg {
  transform: translateX(4px);
}
.ag-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}
.ag-btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ag-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ag-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ag-vector-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ag-vector-media {
    order: -1;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
  }
  /* Anatomy: tighten the leader gap on narrower desktops */
  .ag-anatomy {
    grid-template-columns: 1fr minmax(220px, 320px) 1fr;
    gap: 16px;
  }
}
@media (max-width: 860px) {
  .ag-mission-list {
    grid-template-columns: 1fr;
  }

  /* ── Anatomy → single-column numbered stepper ── */
  .ag-anatomy {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 560px;
    margin-inline: auto;
  }
  .ag-anatomy-stage {
    order: -1;
    max-width: 300px;
    margin: 0 auto 8px;
    min-height: 0;
  }
  .ag-anatomy-col {
    gap: 16px;
  }
  /* Normalise the mirrored desktop layout into a consistent icon-left stepper */
  .ag-anatomy-col--left .ag-node-body {
    text-align: left;
    align-items: flex-start;
  }
  .ag-anatomy-col--left .ag-node-head {
    flex-direction: row;
  }
  .ag-anatomy-col--left .ag-node {
    flex-direction: row-reverse;
  } /* DOM [body][icon] → icon left */
  .ag-anatomy-col--right .ag-node {
    flex-direction: row;
  } /* DOM [icon][body] → icon left */
  .ag-node-lead {
    display: none;
  } /* leaders only make sense around the module */
  .ag-anatomy-col--left .ag-node:hover,
  .ag-anatomy-col--left .ag-node.is-active,
  .ag-anatomy-col--right .ag-node:hover,
  .ag-anatomy-col--right .ag-node.is-active {
    transform: translateX(4px);
  }
}
@media (max-width: 680px) {
  .ag-stat-grid {
    grid-template-columns: 1fr;
  }
  .ag-grid-3 {
    grid-template-columns: 1fr;
  }
  .ag-cap-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ag-stat {
    padding: 28px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ag-stat,
  .ag-mission-item,
  .ag-pillar,
  .ag-vector-img,
  .ag-node {
    transition: none;
  }
  .ag-anatomy-ring {
    animation: none;
  }
}
