/* ============================================================
   DESIGN TOKENS — Sarpada Bioinnovate
   Cloned from Bioverge Elementor Kit
   ============================================================ */
nav.scrolled .nav-links a:hover { color: var(--c-primary); opacity: 1; }
nav.scrolled .nav-logo {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
nav.scrolled .nav-cta {
  background: var(--c-green) !important;
  color: white !important;
  border-color: transparent !important;
}
nav.scrolled .nav-cta:hover {
  background: #154d23 !important;
}
/* Light logo visible on dark hero; hidden when nav turns white */
.nav-links a.active { color: var(--c-accent); opacity: 1 !important; }
nav.scrolled .nav-links a:hover { opacity: 1; }
nav.scrolled .nav-links a.active { color: var(--c-accent); opacity: 1 !important; }
.nav-cta {
  background: rgba(255,255,255,0.15);
  color: var(--c-white) !important;
  opacity: 1 !important;
  padding: 10px 22px;
  border-radius: 100px;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(255,255,255,0.3);
  transition: background .25s, border-color .25s, transform .2s, box-shadow .25s !important;
  backdrop-filter: blur(4px);
}
.nav-cta:hover { background: rgba(255,255,255,0.28) !important; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,0,0,0.12); }
.nav-cta:active { transform: scale(0.96); box-shadow: none; }
nav.scrolled .nav-cta {
  background: var(--c-primary) !important;
  border-color: transparent !important;
}
nav.scrolled .nav-cta:hover { background: var(--c-accent) !important; box-shadow: 0 4px 16px rgba(var(--accent-rgb),0.3); }

/* Mobile nav drawer */
.mobile-nav-drawer .mobile-nav-cta {
  margin-top: 20px;
  background: var(--c-accent);
  color: white !important;
  padding: 16px 32px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px !important;
  border: none;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-primary);
}

/* ============================================================
   HERO V3 — Composite image hero (matches client reference)
   Light gradient bg, multi-color headline, hex photo stack right
   ============================================================ */
.hero.hero-v3 {
  background: var(--c-primary);
  position: relative;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  padding: clamp(88px, 9vw, 120px) 0 clamp(40px, 5vw, 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* Full-bleed image stack — 3 photos crossfade behind content */
.hero-v3-bg {
  position: absolute; inset: 0;
  overflow: hidden;
}
.hero-bg-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  will-change: opacity, transform;
  opacity: 0;
  transform: scale(1.06);
}
.hero-bg-slide.is-active { opacity: 1; }
.hero-bg-slide.slide-1 { background-image: url('../../images/hero_glove_petri_lettuce.jpg');
  background-image: image-set(url('../../images/hero_glove_petri_lettuce.webp') type('image/webp'), url('../../images/hero_glove_petri_lettuce.jpg') type('image/jpeg')); }
.hero-bg-slide.slide-2 { background-image: url('../../images/hero_glove_roots_cilantro.jpg');
  background-image: image-set(url('../../images/hero_glove_roots_cilantro.webp') type('image/webp'), url('../../images/hero_glove_roots_cilantro.jpg') type('image/jpeg')); }
.hero-bg-slide.slide-3 { background-image: url('../../images/hero_glove_tweezers_lettuce.jpg');
  background-image: image-set(url('../../images/hero_glove_tweezers_lettuce.webp') type('image/webp'), url('../../images/hero_glove_tweezers_lettuce.jpg') type('image/jpeg')); }
/* Scrim — heavier left-side darken so text panel reads clean over any image */
.hero-v3-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(247,250,252,0.96) 0%, rgba(247,250,252,0.92) 30%, rgba(247,250,252,0.74) 46%, rgba(247,250,252,0.28) 60%, rgba(247,250,252,0) 76%),
    linear-gradient(180deg, rgba(247,250,252,0.30) 0%, transparent 45%);
  pointer-events: none;
}
/* Edge-to-edge hero — content pushed left, side meta column right */
.hero.hero-v3 .hero-v3-inner {
  position: relative; z-index: 2;
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.hero-v3-left {
  max-width: 880px;
  align-self: center;
}

/* RIGHT: vertical meta column — slide counter + divider + slide title */
.hero-v3-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px;
  align-self: end;
  padding-bottom: 16px;
  min-width: 220px;
}
.hero-meta-counter {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500;
  letter-spacing: 4px;
  color: rgba(244,248,240,0.55);
  display: flex; align-items: baseline; gap: 4px;
}
.hero-meta-counter .now {
  font-size: 64px; font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -2px;
  line-height: 1;
  font-feature-settings: 'tnum';
}
.hero-meta-counter .sep { color: rgba(244,248,240,0.40); font-size: 32px; margin: 0 6px; font-weight: 300; }
.hero-meta-counter .total { font-size: 18px; color: rgba(244,248,240,0.55); font-weight: 500; }

.hero-meta-rule {
  width: 80px; height: 1px;
  background: rgba(130,201,108,0.55);
}

.hero-meta-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(130,201,108,0.85);
}
.hero-meta-title {
  font-family: 'Krub', Georgia, serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
  line-height: 1.35;
  max-width: 240px;
}

/* Side-flag vertical text — scroll cue, far left */
.hero-side-flag {
  position: absolute;
  left: clamp(16px, 2vw, 32px);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(244,248,240,0.50);
  z-index: 3;
  display: flex; align-items: center; gap: 14px;
  white-space: nowrap;
  pointer-events: none;
}
.hero-side-flag::after {
  content: ''; width: 40px; height: 1px;
  background: rgba(244,248,240,0.30);
}

/* Eyebrow tag above headline */
.hero-v3-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #82C96C;
  margin-bottom: 22px;
  padding: 8px 14px;
  background: rgba(130,201,108,0.10);
  border: 1px solid rgba(130,201,108,0.30);
  border-radius: 100px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-v3-eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #82C96C;
  box-shadow: 0 0 12px #82C96C;
}

/* Hero text always visible — the JS entrance animation was leaving the
   sub + CTA stuck at opacity:0; reveals were removed site-wide anyway. */
.hero.hero-v3 .hero-headline,
.hero.hero-v3 .hero-sub,
.hero.hero-v3 .hero-cta-row,
.hero.hero-v3 .hero-cta-row a,
.hero.hero-v3 .hero-creds,
.hero.hero-v3 .hero-cred,
.hero.hero-v3 .hero-headline .hl-char {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.hero.hero-v3 .hero-headline {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 1.02;
  letter-spacing: -2.2px;
  color: var(--c-primary);
}
.hero.hero-v3 .hero-headline .hl-accent { color: var(--c-primary); }
.hero.hero-v3 .hero-headline .hl-green  {
  color: var(--c-green-sprout);
  font-style: italic;
  font-weight: 400;
  font-family: 'Krub', Georgia, serif;
  letter-spacing: -1px;
}
.hero.hero-v3 .hero-headline-accent { display: none; }

.hero.hero-v3 .hero-sub {
  font-size: 17px;
  color: var(--c-text);
  line-height: 1.65;
  margin-top: 28px;
  max-width: 560px;
  font-weight: 400;
}
.hero.hero-v3 .hero-sub strong { color: var(--c-primary); font-weight: 600; }
.hero.hero-v3 .hero-cta-row {
  display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap;
}
.hero.hero-v3 .btn-primary {
  background: var(--c-green-leaf);
  color: #FFFFFF;
  padding: 14px 30px;
  border-radius: 100px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
  text-decoration: none;
  transition: background .2s, box-shadow .2s, transform .2s;
}
.hero.hero-v3 .btn-primary:hover { background: var(--c-green-field); box-shadow: 0 8px 24px rgba(45,122,31,0.32); transform: translateY(-1px); }
.hero.hero-v3 .btn-outline-navy {
  background: rgba(255,255,255,0.82);
  color: var(--c-primary);
  border: 1.5px solid rgba(3,47,82,0.35);
  padding: 14px 30px;
  border-radius: 100px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
  text-decoration: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: border-color .2s, background .2s, transform .2s;
}
.hero.hero-v3 .btn-outline-navy:hover { border-color: var(--c-primary); background: rgba(255,255,255,0.8); transform: translateY(-1px); }
/* Default outline-navy variant for other sections (light bg) */
.btn-outline-navy {
  background: transparent;
  color: var(--c-primary);
  border: 1.5px solid rgba(3,47,82,0.25);
  padding: 14px 30px;
  border-radius: 100px;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
  text-decoration: none;
  transition: border-color .2s, background .2s, transform .2s;
}
.btn-outline-navy:hover { border-color: var(--c-primary); background: rgba(3,47,82,0.05); transform: translateY(-1px); }

/* Credibility strip — 4 truly equal columns w/ gap, dividers centered */
.hero.hero-v3 .hero-creds {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 40px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(3,47,82,0.16);
  max-width: 720px;
  position: relative;
}
.hero.hero-v3 .hero-cred {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  padding: 0;
  min-width: 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--c-primary);
  line-height: 1.35;
  position: relative;
}
.hero.hero-v3 .hero-cred + .hero-cred::before {
  content: '';
  position: absolute; left: -20px; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 44px;
  background: rgba(3,47,82,0.18);
}
.hero.hero-v3 .hero-cred svg {
  width: 22px; height: 22px;
  color: var(--c-green-leaf);
  flex-shrink: 0;
}
.hero.hero-v3 .hero-cred-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--c-green-sprout);
  display: block;
  margin-bottom: 2px;
}
.hero.hero-v3 .hero-cred-value {
  font-size: 14px; font-weight: 600;
  color: var(--c-primary);
  letter-spacing: -0.2px;
  text-transform: none;
}

/* Slide indicator dots */
.hero-bg-dots {
  position: absolute;
  bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 12px; z-index: 3;
  padding: 8px 14px;
  background: rgba(3,47,82,0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 100px;
  border: 1px solid rgba(244,248,240,0.18);
}
.hero-bg-dot {
  width: 28px; height: 3px;
  background: rgba(244,248,240,0.35);
  border-radius: 2px;
  transition: background .3s, width .3s;
  cursor: pointer;
  border: none; padding: 0;
}
.hero-bg-dot.is-active { background: #82C96C; width: 44px; }

@media (max-width: 1100px) {
  .hero-side-flag { display: none; }
}
@media (max-width: 900px) {
  /* Grow with content (no fixed height) + top-align so tall content can't
     overflow under the fixed nav or get clipped on short viewports. */
  .hero.hero-v3 {
    height: auto; min-height: auto; max-height: none;
    align-items: flex-start;
    padding-top: 104px; padding-bottom: clamp(48px, 12vw, 80px); overflow: visible;
  }
  .hero.hero-v3 .hero-v3-inner { grid-template-columns: 1fr; padding: 0 clamp(20px, 5vw, 32px); align-items: start; }
  .hero.hero-v3 .hero-v3-left { align-self: start; }
  .hero.hero-v3 .hero-headline { font-size: clamp(30px, 7vw, 48px); letter-spacing: -0.6px; }
  .hero.hero-v3 .hero-headline .hl-green { letter-spacing: -0.2px; }
  .hero-bg-dots { bottom: 24px; }
  .hero.hero-v3 .hero-creds { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .hero.hero-v3 .hero-cred:nth-child(3)::before { display: none; }
  .hero-v3-meta { display: none; }
  /* Mobile: navy scrim keeps white text legible, but a warm orange glow
     (the brand accent / CTA-band motif) + a dimensional gradient that lets
     the photo breathe in the middle stop the hero reading flat and dull.
     The image is also slightly saturated so it reads vivid, not muddy. */
  .hero.hero-v3 .hero-bg-slide { filter: saturate(1.16) contrast(1.07) brightness(1.03); }
  .hero.hero-v3 .hero-v3-scrim {
    background:
      radial-gradient(115% 70% at 74% 16%, rgba(206,120,46,0.20) 0%, rgba(206,120,46,0.05) 34%, transparent 62%),
      linear-gradient(180deg, rgba(3,30,52,0.62) 0%, rgba(3,30,52,0.40) 40%, rgba(3,30,52,0.56) 70%, rgba(3,30,52,0.88) 100%);
  }
  .hero.hero-v3 .hero-headline,
  .hero.hero-v3 .hero-headline .hl-accent { color: #FFFFFF; }
  .hero.hero-v3 .hero-sub { color: rgba(255,255,255,0.88); }
  .hero.hero-v3 .hero-sub strong { color: #FFFFFF; }
}
@media (max-width: 540px) {
  .hero.hero-v3 .hero-creds { grid-template-columns: 1fr; row-gap: 18px; padding-top: 20px; }
  .hero.hero-v3 .hero-cred::before { display: none !important; }
  .hero.hero-v3 .hero-cred { padding-right: 0; flex-direction: row; align-items: center; gap: 12px; }
  .hero.hero-v3 .hero-cred-value { font-size: 13px; }
  .hero.hero-v3 .hero-cred svg { width: 18px; height: 18px; }
  .hero-v3-scrim {
    background:
      radial-gradient(125% 65% at 72% 15%, rgba(206,120,46,0.22) 0%, rgba(206,120,46,0.06) 32%, transparent 60%),
      linear-gradient(180deg, rgba(3,30,52,0.66) 0%, rgba(3,30,52,0.44) 38%, rgba(3,30,52,0.60) 68%, rgba(3,30,52,0.90) 100%);
  }
}

/* ---- Landscape mobile — compact homepage hero ---- */
@media (max-height: 500px) and (orientation: landscape) {
  .hero.hero-v3 {
    padding-top: 72px;
    padding-bottom: 20px;
  }
  .hero.hero-v3 .hero-headline {
    font-size: clamp(18px, 5vh, 26px);
    margin-bottom: 8px;
  }
  .hero.hero-v3 .hero-sub,
  .hero.hero-v3 .hero-creds { display: none !important; }
}

/* ============================================================
   HERO V2 — Bio-Lab Green direction
   Light pale-green gradient bg, lab composite right, multi-color headline
   ============================================================ */
.hero.hero-v2 {
  background: linear-gradient(180deg, var(--c-green-bg) 0%, #E8F0E0 100%);
  min-height: auto;
  padding: clamp(84px, 10vw, 120px) 0 clamp(60px, 7vw, 100px);
  display: block;
}
.hero.hero-v2::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 80% 30%, rgba(130,201,108,0.35) 0%, transparent 65%),
    radial-gradient(ellipse 60% 70% at 15% 85%, rgba(76,175,53,0.20) 0%, transparent 60%);
  pointer-events: none;
}
.hero-v2-inner {
  position: relative; z-index: 2;
  max-width: var(--max-w); margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-v2-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-green);
  margin-bottom: 22px;
}
.hero-v2-eyebrow::before {
  content: ''; width: 36px; height: 2px; background: var(--c-green);
}
.hero.hero-v2 .hero-headline {
  color: var(--c-primary);
  font-size: clamp(32px, 4.8vw, 60px);
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.hero.hero-v2 .hero-headline .hl-accent { color: var(--c-accent); }
.hero.hero-v2 .hero-headline .hl-green  { color: var(--c-green); }
.hero.hero-v2 .hero-headline-accent { color: var(--c-accent); }
.hero.hero-v2 .hero-sub {
  font-size: 17px;
  color: #4A5663;
  line-height: 1.7;
  margin-top: 22px;
  max-width: 540px;
}
.hero.hero-v2 .hero-cta-row {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}
/* Button restyle for light bg */
.hero.hero-v2 .btn-primary {
  background: var(--c-green);
  border-radius: 100px;
  padding: 14px 30px;
}
.hero.hero-v2 .btn-primary:hover {
  background: #154d23;
  box-shadow: 0 8px 24px rgba(45,122,31,0.28);
}
.hero.hero-v2 .btn-ghost {
  background: transparent;
  color: var(--c-primary);
  border: 1.5px solid rgba(3,47,82,0.22);
}
.hero.hero-v2 .btn-ghost:hover {
  background: rgba(3,47,82,0.05);
  border-color: rgba(3,47,82,0.4);
  color: var(--c-primary);
  box-shadow: 0 6px 18px rgba(var(--shadow-rgb),0.08);
}

/* Visual right side — lab composite */
.hero-v2-visual {
  position: relative;
  aspect-ratio: 5 / 6;
  width: 100%;
  max-width: 540px;
  justify-self: end;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(var(--shadow-rgb),0.14), 0 4px 12px rgba(var(--shadow-rgb),0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(130,201,108,0.15) 100%),
              radial-gradient(ellipse at 30% 40%, #c3d8a5 0%, #6b9863 60%, #2d5a35 100%);
}
.hero-v2-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hero-v2-tag {
  position: absolute;
  top: 24px; left: 24px;
  background: rgba(255,255,255,0.95);
  color: var(--c-primary);
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 8px 14px; border-radius: 100px;
  z-index: 2;
}
.hero-v2-caption {
  position: absolute;
  bottom: 28px; left: 28px; right: 28px;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 22px;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  z-index: 2;
}
/* If the photo is missing, parent shows decorative gradient — caption stays readable */

/* ============================================================
   HERO STRIP — credibility quartet below hero
   ============================================================ */
.hero-strip {
  background: white;
  border-top: 1px solid rgba(76,175,53,0.18);
  border-bottom: 1px solid rgba(76,175,53,0.18);
  padding: 32px 0;
  position: relative;
  z-index: 3;
}
.hero-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.hero-strip-item {
  display: flex;
  gap: 14px;
  align-items: center;
}
.hero-strip-icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  background: rgba(76,175,53,0.10);
  color: var(--c-green);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.hero-strip-icon svg { width: 22px; height: 22px; }
.hero-strip-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700; font-size: 14px;
  color: var(--c-primary);
  line-height: 1.2;
}
.hero-strip-desc {
  font-size: 12.5px;
  color: #6a7280;
  margin-top: 3px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .hero-v2-inner { grid-template-columns: 1fr; }
  .hero-v2-visual { max-width: 100%; aspect-ratio: 4/3; justify-self: stretch; }
  .hero-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 540px) {
  .hero-strip-inner { grid-template-columns: 1fr; gap: 16px; }
  .hero.hero-v2 { padding: clamp(70px, 11vw, 96px) 0 50px; }
}
/* Animated gradient fallback — always visible */
.hero-bg-gradient {
  position: absolute;
  inset: -30%;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 90% at 10% 30%, rgba(15,55,95,0.90) 0%, transparent 55%),
    radial-gradient(ellipse 70% 70% at 88% 70%, rgba(6,22,44,0.95) 0%, transparent 55%),
    radial-gradient(ellipse 60% 60% at 55% 10%, rgba(20,70,60,0.35) 0%, transparent 50%),
    radial-gradient(ellipse 80% 80% at 50% 90%, rgba(10,30,20,0.40) 0%, transparent 60%),
    linear-gradient(160deg, var(--c-primary) 0%, var(--c-navy) 60%, #071814 100%);
  animation: heroGrad 24s ease-in-out infinite alternate;
}
@keyframes heroGrad {
  from { transform: translate(0%, 0%) scale(1); }
  to { transform: translate(-4%, -3%) scale(1.08); }
}

/* P0: Hard masks — block YouTube player UI at top and bottom of iframe */
.hero-top-mask,
.hero-bottom-mask {
  position: absolute;
  left: 0; right: 0;
  z-index: 10;
  pointer-events: none;
}
.hero-top-mask {
  top: 0;
  height: 120px;
  background: linear-gradient(to bottom, var(--c-primary) 0%, var(--c-primary) 50%, transparent 100%);
}
.hero-bottom-mask {
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, var(--c-primary) 0%, var(--c-primary) 40%, transparent 100%);
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(3,47,82,0.35) 0%, rgba(26,61,92,0.30) 100%);
}
.hero-inner {
  position: relative;
  z-index: 3;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(100px, 14vw, 160px) clamp(16px, 4vw, 40px) clamp(48px, 6vw, 80px);
  width: 100%;
}
.hero-headline {
  font-size: clamp(30px, 4.6vw, 64px);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #F2F4F7;
}
.hero-headline-accent {
  color: var(--c-accent);
  font-style: normal;
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-top: 40px;
}

.hero-sub-col {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
}
.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
}
.hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-primary {
  background: var(--c-accent);
  color: var(--c-white);
  padding: 13px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  transition: background .25s, transform .2s, box-shadow .25s;
  display: inline-flex; align-items: center; gap: 8px;
  position: relative; overflow: hidden;
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
  transform: translateX(-110%);
  transition: transform 0.45s ease-out;
}
.btn-primary:hover { background: #c05e00; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(var(--accent-rgb),0.35); }
.btn-primary:hover::after { transform: translateX(110%); }
.btn-primary:active { transform: scale(0.97) translateY(0); box-shadow: none; }
.btn-primary svg { transition: transform 0.25s cubic-bezier(0.22,1,0.36,1); }
.btn-primary:hover svg { transform: translateX(5px); }

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  padding: 13px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  transition: border-color .25s, transform .2s, background .25s, box-shadow .25s;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.06);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.13); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.18); }
.btn-ghost:active { transform: scale(0.97) translateY(0); }
.btn-ghost svg { transition: transform 0.25s cubic-bezier(0.22,1,0.36,1); }
.btn-ghost:hover svg { transform: translateX(5px); }

.hero-stats-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
}
.hero-stats {
  display: flex;
  gap: 40px;
}
.hero-stat-num {
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  color: white;
}
.hero-stat-accent { font-size: 28px; color: var(--c-accent); }
.hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}
.hero-badge {
  padding: 7px 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  color: rgba(255,255,255,0.85);
  backdrop-filter: blur(4px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.hero-badge svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.9;
}
.hero-scroll {
  text-align: center;
  padding: 48px 0 0;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* ============================================================
   PARTNERS
   ============================================================ */
.partners {
  padding: 60px 0;
  background: var(--c-bg3);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.partners-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-text);
  opacity: .6;
  text-align: center;
  margin-bottom: 32px;
}
.partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.partner-logo {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-primary);
  opacity: .5;
  letter-spacing: -0.3px;
  transition: opacity .2s;
}
.partner-logo:hover { opacity: .85; }

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: clamp(42px, 5vw, 72px) 0;
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-left-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-text);
  opacity: .6;
  margin-bottom: 20px;
}
.about-img-block {
  position: relative;
}
.about-img-decor {
  position: absolute;
  bottom: -60px; right: -60px;
  width: 240px; height: 240px;
  background: var(--c-accent);
  opacity: .12;
  border-radius: 50%;
}
.about-badge {
  position: absolute;
  bottom: 24px; right: 24px;
  background: var(--c-white);
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
}
.about-badge-num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--c-primary);
  line-height: 1;
}
.about-badge-accent { color: var(--c-accent); }
.about-badge-label {
  font-size: 12px;
  color: var(--c-text);
  margin-top: 2px;
}
.about-heading {
  font-size: clamp(26px, 3.2vw, 44px);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  color: var(--c-primary);
}
.about-body {
  font-size: 16px;
  color: var(--c-text);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 65ch;
}
.about-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}
.about-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
}
.about-check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  background: var(--c-accent);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  padding: clamp(42px, 5vw, 72px) 0;
  background: var(--c-bg2);
}
.section-eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--c-text);
  opacity: .6;
  margin-bottom: 16px;
}
/* .section-heading base moved to components.css (single source of truth) */
/* ============================================================
   PILLARS (replaces service cards)
   ============================================================ */
.pillars-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2.5vw, 32px);
}
.pillar-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: start;
  column-gap: 14px;
  row-gap: 10px;
  padding: 22px 24px;
  background: #FFFFFF;
  border: 1px solid rgba(3,47,82,0.08);
  border-radius: 12px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.pillar-item:hover {
  border-color: rgba(206,120,46,0.35);
  box-shadow: 0 6px 24px rgba(var(--shadow-rgb),0.06);
  transform: translateY(-2px);
}
.pillar-icon {
  width: 36px;
  height: 36px;
  color: var(--c-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.pillar-icon svg { width: 100%; height: 100%; }
.pillar-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 700;
  color: var(--c-primary);
  line-height: 1.25;
  letter-spacing: -0.3px;
  align-self: center;
}
.pillar-desc {
  font-size: 14px;
  color: var(--c-text);
  line-height: 1.55;
  grid-column: 1 / -1;
  margin: 0;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
  background: var(--c-bg3);
  padding: clamp(40px, 5vw, 64px) 0;
  border-top: 1px solid rgba(3,47,82,0.08);
  border-bottom: 1px solid rgba(3,47,82,0.08);
}
.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-bar-item {
  padding: 0 clamp(20px, 3vw, 44px);
  border-right: 1px solid rgba(3,47,82,0.12);
}
.stats-bar-item:first-child { padding-left: 0; }
.stats-bar-item:last-child  { padding-right: 0; border-right: none; }
.stats-bar-num {
  font-family: 'Inter', sans-serif;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  color: var(--c-primary);
  margin-bottom: 10px;
  white-space: nowrap;
}
.stats-bar-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-text);
  max-width: none;
  white-space: nowrap;
}

/* ============================================================
   WHAT WE DELIVER
   ============================================================ */
.deliver {
  padding: clamp(42px, 5vw, 72px) 0;
}
.deliver-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.deliver-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
.deliver-tab {
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 24px 0;
  cursor: pointer;
}
.deliver-tab:last-child { border-bottom: 1px solid rgba(0,0,0,.08); }
.deliver-tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deliver-tab-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.3px;
  opacity: .4;
  transition: opacity .2s;
}
.deliver-tab.active .deliver-tab-title { opacity: 1; }
.deliver-tab-icon {
  width: 32px; height: 32px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, border-color .2s;
  flex-shrink: 0;
}
.deliver-tab.active .deliver-tab-icon {
  background: var(--c-accent);
  border-color: var(--c-accent);
}
.deliver-tab-icon-svg { width: 12px; fill: none; stroke: var(--c-primary); stroke-width: 2; transition: stroke .2s, transform .3s; }
.deliver-tab.active .deliver-tab-icon-svg { stroke: white; transform: rotate(45deg); }
.deliver-tab-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.deliver-tab.active .deliver-tab-body { max-height: 200px; padding-top: 14px; }
.deliver-tab-body p { font-size: 14px; color: var(--c-text); line-height: 1.7; }

.deliver-visual {
  position: sticky;
  top: 120px;
  height: 480px;
  border-radius: var(--r);
  overflow: hidden;
  background: linear-gradient(135deg, var(--c-navy) 0%, #1e4d74 100%);
  display: flex;
  align-items: flex-end;
}
.deliver-visual-pattern {
  position: absolute; inset: 0;
  opacity: .07;
  background: repeating-linear-gradient(
    45deg,
    var(--c-accent) 0px, var(--c-accent) 1px,
    transparent 1px, transparent 20px
  );
}
.deliver-visual-content {
  padding: 36px;
  color: white;
  position: relative;
  z-index: 1;
}
.deliver-visual-icon { margin-bottom: 16px; }
.deliver-visual-icon svg { width: 44px; height: 44px; color: rgba(255,255,255,.85); }
.deliver-visual-title { font-size: 28px; font-weight: 700; letter-spacing: -1px; margin-bottom: 10px; }
.deliver-visual-desc { font-size: 14px; opacity: .65; line-height: 1.6; max-width: 320px; }

/* ============================================================
   INDUSTRIES
   ============================================================ */
.industries {
  padding: clamp(38px, 4.5vw, 62px) 0;
  background: var(--c-bg3);
}
.industries-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: center;
}
.industries-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ind-tag {
  padding: 10px 20px;
  border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  cursor: default;
  background: transparent;
}
.ind-tag:hover {
  border-color: var(--c-accent);
  background: var(--c-accent);
  color: white;
  transform: translateY(-1px);
}
.ind-tag-dark {
  background: var(--c-primary);
  color: white;
  border-color: var(--c-primary);
  font-size: 16px;
  padding: 12px 24px;
}
.ind-tag-orange {
  background: var(--c-accent);
  color: white;
  border-color: var(--c-accent);
}

/* ============================================================
   PROJECTS
   ============================================================ */
.projects {
  padding: clamp(42px, 5vw, 72px) 0;
}
.projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.project-card {
  background: var(--c-bg2);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.project-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: relative;
  overflow: hidden;
}
.project-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.3));
}
.project-num {
  position: absolute;
  top: 16px; left: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
}
.project-body { padding: 24px 24px 28px; }
.project-tag {
  display: inline-block;
  padding: 4px 10px;
  background: var(--c-bg3);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: .3px;
}
.project-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.project-excerpt { font-size: 13px; color: var(--c-text); line-height: 1.6; margin-bottom: 20px; }
.project-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap .2s;
}
.project-card:hover .project-link { gap: 10px; }
.project-link-svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 2; }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.testimonial {
  padding: clamp(38px, 4.5vw, 62px) 0;
  background: var(--c-bg2);
}
.testimonial-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
}
.testimonial-quote-mark {
  font-size: 120px;
  font-weight: 900;
  line-height: .7;
  color: var(--c-accent);
  opacity: .25;
  margin-bottom: 24px;
  font-family: Georgia, serif;
}
.testimonial-text {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.5px;
  margin-bottom: 32px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-navy), var(--c-accent));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  color: white;
  font-size: 18px;
  flex-shrink: 0;
}
.testimonial-name { font-weight: 700; font-size: 15px; }
.testimonial-role { font-size: 13px; color: var(--c-text); }

/* ============================================================
   CTA
   ============================================================ */
.cta-section {
  padding: clamp(42px, 5vw, 72px) 0;
  background: var(--c-primary);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-bg-pattern {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(206,120,46,0.10) 0%, transparent 70%),
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,1) 0px, rgba(255,255,255,1) 1px,
      transparent 1px, transparent 28px
    );
  opacity: .04;
}
.cta-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 24px;
  position: relative; z-index: 1;
}
.cta-heading {
  font-size: clamp(28px, 4vw, 54px);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.05;
  color: #F2F4F7;
  margin-bottom: 24px;
  position: relative; z-index: 1;
}
.cta-heading-accent { color: var(--c-accent); font-style: normal; }
.cta-body {
  font-size: 17px;
  color: rgba(255,255,255,0.62);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 40px;
  position: relative; z-index: 1;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  position: relative; z-index: 1;
}
/* .btn-white base moved to components.css (single source of truth) */

.btn-outline-white {
  border: 1.5px solid rgba(255,255,255,.3);
  color: white;
  padding: 15px 32px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  transition: border-color .25s, transform .2s, background .25s, box-shadow .25s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-white:hover { border-color: white; background: rgba(255,255,255,0.08); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.22); }
.btn-outline-white:active { transform: scale(0.97) translateY(0); }
.btn-outline-white svg { transition: transform 0.25s cubic-bezier(0.22,1,0.36,1); }
.btn-outline-white:hover svg { transform: translateX(5px); }
footer {
  background: var(--c-primary);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 3vw, 40px);
  color: rgba(255,255,255,.6);
}
.footer-brand-dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--c-accent);
  border-radius: 50%;
}
/* .footer-social / .footer-social-link now live in global.css (shared footer component) */

/* ============================================================
   SELECTION + FOCUS — kill browser blue, use brand accent
   ============================================================ */

/* ============================================================
   FLOAT ANIMATION — about badge
   ============================================================ */
@keyframes floatBadge {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-10px); }
}
.float-anim { animation: floatBadge 4.5s ease-in-out infinite; }

/* ============================================================
   FOOTER DOT PULSE
   ============================================================ */
.footer-brand-dot { animation: pulseDot 3.2s ease-in-out infinite; }

/* ============================================================
   PARTNERS MARQUEE
   ============================================================ */
.partners-logos-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.partners-track {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: marquee 24s linear infinite;
  align-items: center;
}
.partners-track:hover { animation-play-state: paused; }

/* ============================================================
   STATS — GSAP handles entrance; initial state set via gsap.set
   ============================================================ */
/* opacity managed by JS — no CSS hide here */

/* ============================================================
   TESTIMONIAL QUOTE MARK — pop reveal
   ============================================================ */
.testimonial-quote-mark {
  opacity: 0;
  transform: scale(0.4) rotate(-12deg);
  transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1);
}
.testimonial-quote-mark.anim-in {
  opacity: .25;
  transform: none;
}

/* ============================================================
   NEW SECTIONS — Credibility Strip
   ============================================================ */

/* ============================================================
   NEW SECTIONS — Problem Statement
   ============================================================ */
.problem-section {
  padding: clamp(52px, 6.5vw, 84px) 0;
  background: var(--c-primary);
  color: white;
  position: relative;
  overflow: hidden;
}
.problem-photo-bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.problem-photo-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) contrast(1.05);
  will-change: transform;
}
.problem-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(3,47,82,0.94) 0%, rgba(3,47,82,0.82) 50%, rgba(3,47,82,0.70) 100%),
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(3,47,82,0.55) 0%, transparent 70%);
  z-index: 1;
}
.problem-section .wrap { position: relative; z-index: 2; }
.problem-inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
  align-items: start;
}
.problem-eyebrow {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.problem-heading {
  font-size: 44px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #F2F4F7;
}
.problem-body {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* ============================================================
   NEW SECTIONS — Technology Overview
   ============================================================ */
.tech-section {
  padding: clamp(42px, 5vw, 72px) 0;
  background: var(--c-bg);
}
/* tech-inner, tech-list — dead, removed during photo-editorial rewrite */

/* ============================================================
   NEW SECTIONS — Applications
   ============================================================ */
.applications-section {
  padding: clamp(42px, 5vw, 72px) 0;
  background: var(--c-primary);
}
.applications-section .section-eyebrow { color: rgba(255,255,255,0.45); }
.applications-section .section-heading { color: #f5f0eb; }
.applications-section .app-subheading { color: #f5f0eb; }
.applications-section .app-body { color: rgba(255,255,255,0.62); }
/* app-col, app-icon — dead; replaced by app-card-v2 photo cards */
.app-subheading { font-size: 22px; font-weight: 700; letter-spacing: -0.4px; color: var(--c-primary); margin-bottom: 12px; }
.app-body { font-size: 15px; color: var(--c-text); line-height: 1.7; }

/* ============================================================
   NEW SECTIONS — Research & Patent
   ============================================================ */
.research-section {
  padding: clamp(38px, 4.5vw, 62px) 0;
  background: oklch(0.93 0.025 64);
}
/* research-inner, research-body, research-list — dead; replaced by research-rewrite + research-stats */

/* ============================================================
   NEW SECTIONS — Team
   ============================================================ */
.team-section {
  padding: clamp(42px, 5vw, 72px) 0;
  background: var(--c-bg);
}
.team-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.team-body {
  font-size: 16px;
  color: var(--c-text);
  line-height: 1.7;
  margin-top: 16px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 860px;
  margin: 0 auto 48px;
}
.team-card {
  background: var(--c-white);
  border-radius: var(--r);
  padding: 36px 30px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  transition: box-shadow .3s, transform .3s;
}
.team-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
.team-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-navy), var(--c-accent));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  color: white;
  font-size: 22px;
  margin-bottom: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.team-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--c-primary);
  margin-bottom: 4px;
}
.team-role {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-accent);
  margin-bottom: 16px;
  letter-spacing: .2px;
}
.team-bio {
  font-size: 14px;
  color: var(--c-text);
  line-height: 1.65;
}
.team-cta {
  text-align: center;
}
.team-cta a {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-accent);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap .2s, opacity .2s;
}
.team-cta a:hover { gap: 10px; opacity: 0.8; }
.team-cta a svg { transition: transform 0.25s cubic-bezier(0.22,1,0.36,1); }
.team-cta a:hover svg { transform: translateX(5px); }
@media (max-width: 1024px) {
  .stats-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-bar-item { padding: clamp(20px,3vw,32px); border-right: 1px solid rgba(3,47,82,0.12); border-bottom: 1px solid rgba(3,47,82,0.12); }
  .stats-bar-item:nth-child(2) { border-right: none; }
  .stats-bar-item:nth-child(3) { border-bottom: none; }
  .stats-bar-item:nth-child(4) { border-right: none; border-bottom: none; }
  .stats-bar-item:first-child  { padding-left: clamp(20px,3vw,32px); }
  .deliver-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .industries-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .problem-inner { grid-template-columns: 1fr; gap: 40px; }
  .tech-inner { grid-template-columns: 1fr; gap: 48px; }
  .applications-inner { grid-template-columns: 1fr; }
  .research-inner { grid-template-columns: 1fr; gap: 40px; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .deliver-visual { position: static; height: 360px; }
  .pillar-item { grid-template-columns: 44px 1fr; column-gap: 14px; }
}
@media (max-width: 768px) {
  .pillars-list { grid-template-columns: 1fr; }
  /* Nav */
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  /* Hero */
  .hero-bottom { flex-direction: column; margin-top: 28px; gap: 32px; }
  .hero-sub-col { flex: none; width: 100%; padding-bottom: 0; }
  .hero-stats-col { flex: none; width: 100%; padding-bottom: 0; }
  .hero-stats { gap: 28px; flex-wrap: wrap; }
  .hero-badges { gap: 8px; }

  /* Sections */
  .about-inner { grid-template-columns: 1fr; gap: 36px; }
  .about-img-placeholder { height: 300px; }
  .pillar-item { grid-template-columns: 40px 1fr; column-gap: 12px; padding: 18px 20px; }
  .pillar-icon { width: 32px; height: 32px; }

  /* Stats — 768px inherits 2-col grid */

  /* Projects */
  .projects-grid { grid-template-columns: 1fr; }
  .projects-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .testimonial-inner { grid-template-columns: 1fr; }

  /* Credibility strip — marquee, no overrides needed */

  /* Team */
  .team-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }

  /* CTA buttons */
  .cta-buttons { flex-direction: column; align-items: center; gap: 12px; }
  .btn-white, .btn-outline-white { width: 100%; max-width: 300px; justify-content: center; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 480px) {
  .pillars-list { grid-template-columns: 1fr; gap: 16px; }
  /* Typography — clamp handles most, these are floor overrides */
  .hero-sub { font-size: 14px; }
  .hero-badge { font-size: 11px; padding: 5px 10px; }

  /* Stats mobile — single column */
  .stats-bar-grid { grid-template-columns: 1fr; }
  .stats-bar-item { border-right: none; border-bottom: 1px solid rgba(3,47,82,0.10); padding: 24px 0; }
  .stats-bar-item:last-child { border-bottom: none; }
  .stats-bar-desc { max-width: 100%; white-space: normal; }
  .stats-bar-num { white-space: normal; font-size: clamp(22px, 6vw, 32px); }

  /* Pillar */
  .pillar-item { grid-template-columns: 40px 1fr; gap: 12px; padding: 20px 0; }
  .pillar-desc { grid-column: 1 / -1; }

  /* Visuals */
  .tech-visual { height: 240px; }
  .deliver-visual { height: 240px; }
  .about-img-placeholder { height: 240px; }

  /* Research list */
  .research-list { gap: 12px; }

  /* Hero stats stack */
  .hero-stats { flex-direction: column; gap: 20px; }

  /* CTA buttons full-width */
  .btn-white, .btn-outline-white { max-width: 100%; }
  .hero-cta-row { flex-direction: column; gap: 10px; }
  .btn-primary,
  .btn-primary-orange,
  .btn-outline-navy,
  .btn-secondary,
  .btn-white,
  .btn-outline-white,
  .btn-ghost { width: 100%; justify-content: center; text-align: center; }

  /* Footer */
  .footer-inner { gap: 24px; }

  /* Comparison table */
  .comparison-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
/* Molecular canvas */
#hero-mol {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.75;
}

/* ============================================================
   HOMEPAGE — BIO-LAB GREEN SCHEME OVERRIDES
   Green becomes primary CTA + sustainability accent.
   Orange retained for emphasis-spots (headline highlight, period).
   Navy remains structural (headings, dark sections).
   ============================================================ */

/* Eyebrows tint green (sustainability cue) */
.section-eyebrow,
.problem-eyebrow {
  color: var(--c-green) !important;
  opacity: 1;
}
.section-eyebrow::before,
.problem-eyebrow::before {
  content: ''; display: inline-block; width: 28px; height: 2px;
  background: var(--c-green); vertical-align: middle;
  margin-right: 12px; transform: translateY(-2px);
}

/* Stats bar — green-tinted background instead of cream */
.stats-bar {
  background: linear-gradient(180deg, var(--c-green-bg) 0%, #ECF2E5 100%);
  border-top: 1px solid rgba(76,175,53,0.18);
  border-bottom: 1px solid rgba(76,175,53,0.18);
}
.stats-bar-num { color: var(--c-primary); }
.stats-bar-item { border-color: rgba(76,175,53,0.18); }

/* CTAs — primary becomes green sitewide on homepage */
.cta-section .btn-primary,
.cta-section .btn-white,
.btn-primary {
  background: var(--c-green);
}
.btn-primary:hover {
  background: #154d23;
  box-shadow: 0 8px 24px rgba(45,122,31,0.32);
}

/* Section heading highlight spans — sustainability green tint */
.about-heading em,
.section-heading em,
.problem-heading em {
  color: var(--c-green);
  font-style: normal;
}

/* Pillars — icons tint green; hover uses green ring */
.pillar-icon { color: var(--c-green); }
.pillar-item:hover {
  border-color: rgba(76,175,53,0.40);
  box-shadow: 0 6px 24px rgba(45,122,31,0.10);
}

/* Tech-list checks — green tint */
.about-check,
.tech-list .about-check {
  background: var(--c-green);
}
.tech-list li::before { color: var(--c-green); }

/* Industry tags / chips — green-tinted */
.industries-tag,
.app-tag {
  background: rgba(76,175,53,0.10);
  color: var(--c-green);
  border-color: rgba(76,175,53,0.22);
}

/* Problem section — keep navy but soften with green-tinted accents */
.problem-section .problem-eyebrow {
  color: var(--c-green-soft) !important;
}

/* CTA section bg + accents handled in design-system override block below */

/* Tech-section subtle green wash */
.tech-section {
  background: linear-gradient(180deg, #FCFCFC 0%, #E6F5E1 100%);
}

/* Industries section — pale green */
.industries { background: var(--c-green-bg); }

/* About section — keep white but accent green */
.about-section { background: var(--c-white); }
.about-heading { color: var(--c-primary); }
.about-heading em { color: var(--c-green); }

/* Footer button accent — already in components/global css uses --c-accent; stay orange there for brand variety */

/* Section dividers/borders — green-tinted */
.deliver-section,
.applications-section { background: var(--c-white); }
.research-section { background: linear-gradient(180deg, var(--c-white) 0%, var(--c-green-bg) 100%); }
.team-section { background: var(--c-bg2); }

/* SVG accent icons in hero strip already green */

/* ============================================================
   SECTION COLOR RHYTHM — Off White ↔ Mist Green per design system
   Navy breaks for problem + cta
   ============================================================ */
.stats-bar            { background: var(--c-offwhite) !important; border-top: 1px solid rgba(45,122,31,0.12); border-bottom: 1px solid rgba(45,122,31,0.12); }
.about.about-v2       { background: var(--c-green-mist) !important; }
.problem-section      { background: var(--c-primary) !important; }
.tech-section         { background: var(--c-offwhite) !important; }
.services             { background: var(--c-green-mist) !important; }
.applications-section { background: var(--c-offwhite) !important; }
.research-section     { background: var(--c-green-mist) !important; }
.team-section         { background: var(--c-offwhite) !important; }
.cta-section          { background: var(--c-green-mist) !important; }
body                  { background: var(--c-offwhite); }

/* ============================================================
   ABOUT V2 — Orbital composite + content (image-based)
   ============================================================ */
.about.about-v2 {
  position: relative;
  background: linear-gradient(180deg, #F8FBF4 0%, #EEF5E4 100%);
  padding: clamp(52px, 6.5vw, 84px) 0;
  overflow: hidden;
}
.about-v2-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 40% 60% at 95% 30%, rgba(130,201,108,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 5% 85%, rgba(76,175,53,0.18) 0%, transparent 60%);
  pointer-events: none;
}
/* Decorative peptide molecule pattern, top right */
.about-v2-bg::after {
  content: '';
  position: absolute;
  top: 8%; right: -60px;
  width: 280px; height: 280px;
  background:
    radial-gradient(circle at 50% 50%, transparent 80%, rgba(76,175,53,0.18) 80% 81%, transparent 81%),
    radial-gradient(circle 8px at 30% 30%, rgba(206,120,46,0.5), transparent),
    radial-gradient(circle 8px at 70% 35%, rgba(76,175,53,0.5), transparent),
    radial-gradient(circle 8px at 60% 70%, rgba(206,120,46,0.5), transparent),
    radial-gradient(circle 8px at 25% 65%, rgba(76,175,53,0.5), transparent);
  opacity: 0.5;
  pointer-events: none;
}
.about-v2-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  position: relative;
  z-index: 2;
}

/* === About photo stack — matches hero photo treatment === */
.about-photo-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 600px;
  justify-self: start;
}
.about-photo-main {
  position: absolute;
  top: 0; left: 0;
  width: 78%;
  height: 88%;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.about-photo-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.02);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-mask-image: radial-gradient(circle at 45% 50%, #000 58%, rgba(0,0,0,0.4) 80%, transparent 100%);
          mask-image: radial-gradient(circle at 45% 50%, #000 58%, rgba(0,0,0,0.4) 80%, transparent 100%);
}
.about-photo-stack:hover .about-photo-main img { transform: scale(1.06); }

.about-photo-inset {
  position: absolute;
  bottom: 0; right: 0;
  width: 52%;
  aspect-ratio: 1;
  overflow: hidden;
  z-index: 2;
  border-radius: 0;
  filter: drop-shadow(0 18px 40px rgba(var(--shadow-rgb),0.18));
}
.about-photo-inset img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.1);
  transform: scale(1.02);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-mask-image: radial-gradient(circle, #000 55%, rgba(0,0,0,0.5) 78%, transparent 100%);
          mask-image: radial-gradient(circle, #000 55%, rgba(0,0,0,0.5) 78%, transparent 100%);
}
.about-photo-stack:hover .about-photo-inset img { transform: scale(1.06); }

/* Editorial tag overlay, top-right of main */
.about-photo-tag {
  position: absolute;
  top: 8%; right: 6%;
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 6px;
  z-index: 3;
  padding: 10px 14px;
  background: rgba(3,47,82,0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.about-photo-tag-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.5px;
}
.about-photo-tag-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--c-green-sprout);
}

/* orbital-* — dead; replaced by .about-photo-stack */

/* === Content right === */
.about-v2-content {
  max-width: 560px;
}
.about-v2-content .section-eyebrow { margin-bottom: 14px; }
.about-v2-content .about-heading {
  font-family: 'Inter', sans-serif;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: var(--c-primary);
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
.about-v2-content .about-heading .hl-accent {
  color: var(--c-accent);
  position: relative;
  display: inline-block;
}
.about-v2-content .leaf-deco {
  width: 22px; height: 22px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: 6px;
  color: var(--c-green);
}
.about-v2-content .hl-underline {
  display: block;
  width: 80px; height: 3px;
  background: var(--c-green);
  margin-top: 6px;
  border-radius: 2px;
}
.about-v2-content .about-body {
  color: #4A5663;
  line-height: 1.7;
  font-size: 15.5px;
  margin-bottom: 16px;
  max-width: 56ch;
}
.about-checklist {
  list-style: none;
  padding: 0; margin: 0 0 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.about-checklist li {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--c-primary);
}
.about-check-circle {
  width: 26px; height: 26px;
  background: white;
  border: 1.5px solid var(--c-green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-green);
  flex-shrink: 0;
}
.about-check-circle svg { width: 14px; height: 14px; }

/* Force this CTA back to orange (visual variety vs. green primary elsewhere) */
.about-v2-content .btn-primary.btn-primary-orange,
.btn-primary.btn-primary-orange {
  background: var(--c-accent);
}
.btn-primary.btn-primary-orange:hover {
  background: #c05e00;
  box-shadow: 0 8px 24px rgba(var(--accent-rgb),0.32);
}

/* Responsive */
@media (max-width: 980px) {
  .about-v2-inner { grid-template-columns: 1fr; gap: 60px; }
  .orbital-composite { justify-self: center; max-width: 480px; }
  .about-photo-stack { justify-self: center; max-width: 500px; }
}
@media (max-width: 540px) {
  .orbital-node-label { font-size: 9px; }
  .orbital-node { width: 18%; }
  .about-v2-content .about-heading { font-size: clamp(24px, 7vw, 34px); }
}

/* ============================================================
   REVERT — restore original section structures + add agri animations
   ============================================================ */

/* TECH — restore 2-col text + image */
.tech-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.tech-inner .img-fluid {
  width: 100%; height: auto;
  display: block;
}
.tech-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
}
.tech-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--c-primary);
}
.tech-list li .ico {
  width: 20px; height: 20px;
  color: var(--c-green-leaf);
  flex-shrink: 0;
}
.tech-body {
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-earth);
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .tech-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* APPLICATIONS — restore 2-col with icons */
.applications-section .applications-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(24px, 3vw, 48px) !important;
}
.app-col {
  background: #FFFFFF;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--c-green-mist);
  border-radius: 14px;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.app-col:hover {
  border-color: var(--c-green-sprout);
  box-shadow: 0 10px 32px rgba(var(--shadow-rgb),0.08);
  transform: translateY(-2px);
}
.app-icon {
  width: 56px; height: 56px;
  color: var(--c-green-leaf);
  margin-bottom: 20px;
}
.app-icon .ico { width: 100%; height: 100%; }
.applications-section .app-subheading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2vw, 26px);
  color: var(--c-primary);
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.applications-section .app-body {
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-earth);
}
@media (max-width: 800px) {
  .applications-section .applications-inner { grid-template-columns: 1fr !important; }
}

/* RESEARCH — restore 2-col with checklist */
.research-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.research-body {
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-earth);
}
.research-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.research-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--c-primary);
}
.about-check {
  display: inline-flex;
  flex-shrink: 0;
  width: 22px; height: 22px;
  background: var(--c-green-leaf);
  border-radius: 50%;
  align-items: center; justify-content: center;
  position: relative;
}
.about-check::before {
  content: '';
  width: 10px; height: 5px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg) translate(1px, -1px);
}
@media (max-width: 900px) {
  .research-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* PILLARS — restore equal 4-card grid */
.services .pillars-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: auto !important;
  gap: clamp(20px, 2.5vw, 32px) !important;
  background: transparent !important;
  border: none !important;
  margin-top: clamp(40px, 5vw, 64px);
}
.services .pillar-item,
.services .pillar-item:nth-child(n) {
  background: #FFFFFF !important;
  border: 1px solid var(--c-green-mist) !important;
  border-radius: 14px !important;
  padding: clamp(28px, 3vw, 40px) !important;
  display: flex !important;
  flex-direction: column !important;
  grid-row: auto !important;
  grid-column: auto !important;
  min-height: auto !important;
  position: relative;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.services .pillar-item:hover {
  border-color: var(--c-green-sprout) !important;
  box-shadow: 0 10px 32px rgba(var(--shadow-rgb),0.08) !important;
  transform: translateY(-2px) !important;
  background: #FFFFFF !important;
}
.services .pillar-item::before { display: none !important; }
.services .pillar-icon {
  width: 48px !important; height: 48px !important;
  color: var(--c-green-leaf) !important;
  margin-bottom: 18px !important;
}
.services .pillar-item .pillar-title,
.services .pillar-item:nth-child(n+2) .pillar-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  color: var(--c-primary) !important;
  letter-spacing: -0.5px;
  margin: 0 0 8px !important;
}
.services .pillar-item .pillar-desc,
.services .pillar-item:nth-child(n+2) .pillar-desc {
  font-family: 'Krub', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: var(--c-earth) !important;
  margin: 0 !important;
}
@media (max-width: 700px) {
  .services .pillars-list { grid-template-columns: 1fr !important; }
}

/* STATS — restore equal 4-col grid */
.stats-bar .wrap {
  display: block !important;
  padding: 0 clamp(16px, 4vw, 40px) !important;
}
.stats-bar .section-eyebrow {
  position: static !important;
  margin-bottom: clamp(28px, 4vw, 48px) !important;
}
.stats-bar-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: auto !important;
  gap: 0 !important;
  border-top: 1px solid rgba(45,122,31,0.18);
  border-bottom: 1px solid rgba(45,122,31,0.18);
}
.stats-bar-item,
.stats-bar-item:nth-child(n) {
  grid-row: auto !important;
  grid-column: auto !important;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 32px) !important;
  border-right: 1px solid rgba(45,122,31,0.18) !important;
  border-bottom: none !important;
  display: block !important;
  min-height: auto !important;
}
.stats-bar-item:last-child {
  border-right: none !important;
}
.stats-bar-item .stats-bar-num,
.stats-bar-item:nth-child(n) .stats-bar-num {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(22px, 2.4vw, 34px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.8px !important;
  color: var(--c-primary) !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
  white-space: nowrap;
}
.stats-bar-item .stats-bar-desc,
.stats-bar-item:nth-child(n) .stats-bar-desc {
  font-family: 'Krub', sans-serif !important;
  font-size: 13px !important;
  color: var(--c-earth) !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 900px) {
  .stats-bar-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .stats-bar-item:nth-child(2) { border-right: none !important; }
  .stats-bar-item:nth-child(1),
  .stats-bar-item:nth-child(2) { border-bottom: 1px solid rgba(45,122,31,0.18) !important; }
  .stats-bar-item .stats-bar-desc,
  .stats-bar-item:nth-child(n) .stats-bar-desc { white-space: normal; }
}
@media (max-width: 540px) {
  .stats-bar-grid { grid-template-columns: 1fr !important; }
  .stats-bar-item:nth-child(n) { border-right: none !important; border-bottom: 1px solid rgba(45,122,31,0.18) !important; }
  .stats-bar-item:last-child { border-bottom: none !important; }
}

/* ============================================================
   AGRIBIOTECH AMBIENT DECORATIONS — SVG floaters, animated via GSAP
   ============================================================ */
.agri-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.agri-decoration svg {
  position: absolute;
  opacity: 0;
  color: var(--c-green-leaf);
}
.agri-deco-tech svg.molecule  { top: 10%; right: 6%; width: 120px; height: 120px; color: rgba(45,122,31,0.18); }
.agri-deco-tech svg.leaf-a    { bottom: 14%; left: 4%; width: 80px; height: 80px; color: rgba(76,175,53,0.20); }
.agri-deco-tech svg.dna       { top: 40%; left: 38%; width: 90px; height: 90px; color: rgba(10,91,138,0.12); }

.agri-deco-apps svg.molecule  { bottom: 8%; right: 8%; width: 140px; height: 140px; color: rgba(45,122,31,0.14); }
.agri-deco-apps svg.leaf-a    { top: 18%; left: 6%; width: 70px; height: 70px; color: rgba(130,201,108,0.30); }
.agri-deco-apps svg.sprout    { top: 60%; right: 22%; width: 60px; height: 60px; color: rgba(76,175,53,0.22); }

.agri-deco-research svg.molecule { top: 22%; right: 10%; width: 110px; height: 110px; color: rgba(45,122,31,0.15); }
.agri-deco-research svg.leaf-a   { bottom: 18%; left: 12%; width: 90px; height: 90px; color: rgba(76,175,53,0.18); }
.agri-deco-research svg.dna      { top: 55%; right: 38%; width: 80px; height: 80px; color: rgba(10,91,138,0.14); }

/* Reset section content above decorations */
.tech-section .wrap,
.applications-section .wrap,
.research-section .wrap { position: relative; z-index: 1; }
.tech-section, .applications-section, .research-section { overflow: hidden; }

/* ============================================================
   ORIGINAL BRAND — final accent reset (post DESIGN.md revert)
   Reverts hero + buttons + accents to navy + orange palette.
   ============================================================ */

/* Hero — original orange accent on "Sustainable Future" + cream cred labels */
.hero.hero-v3 .hero-headline .hl-green {
  color: var(--c-accent) !important;
  font-style: italic;
  font-weight: 400;
  font-family: 'Fraunces', Georgia, serif;
}
.hero.hero-v3 .hero-headline .hl-accent { color: var(--c-accent) !important; }
.hero.hero-v3 .hero-cred svg { color: var(--c-accent) !important; }
.hero.hero-v3 .hero-cred-label {
  color: rgba(244,248,240,0.55) !important;
}
.hero-bg-dot.is-active::after { background: var(--c-accent) !important; }
.hero-meta-rule { background: rgba(244,248,240,0.40); }
.hero-meta-label { color: rgba(244,248,240,0.55); }

/* Primary buttons — back to orange accent */
.btn-primary,
.btn-primary-orange,
.hero.hero-v3 .btn-primary,
.cta-section .btn-primary,
.cta-section .btn-white {
  background: var(--c-accent) !important;
  color: #FFFFFF !important;
}
.btn-primary:hover,
.btn-primary-orange:hover,
.hero.hero-v3 .btn-primary:hover,
.cta-section .btn-primary:hover,
.cta-section .btn-white:hover {
  background: #b76421 !important;
  box-shadow: 0 8px 24px rgba(var(--accent-rgb),0.32) !important;
}

/* Outlined buttons — Navy on light bg, Cream on dark hero */
.btn-outline-navy {
  border: 1.5px solid rgba(3,47,82,0.30) !important;
  color: var(--c-primary) !important;
  background: transparent !important;
}
.btn-outline-navy:hover {
  border-color: var(--c-primary) !important;
  background: rgba(3,47,82,0.05) !important;
  color: var(--c-primary) !important;
}
.hero.hero-v3 .btn-outline-navy {
  border: 1.5px solid rgba(3,47,82,0.35) !important;
  color: var(--c-primary) !important;
  background: rgba(255,255,255,0.82) !important;
}
.hero.hero-v3 .btn-outline-navy:hover {
  border-color: var(--c-primary) !important;
  background: rgba(255,255,255,0.95) !important;
  color: var(--c-primary) !important;
}

/* CTA section — restore Navy bg + cream text + orange CTA */
.cta-section {
  background: var(--c-primary) !important;
  position: relative;
}
.cta-section .cta-heading,
.cta-section .section-heading {
  color: #F2F4F7 !important;
}
.cta-section .cta-body,
.cta-section .section-body {
  color: rgba(255,255,255,0.72) !important;
}
.cta-section .cta-eyebrow,
.cta-section .section-eyebrow {
  color: rgba(255,255,255,0.45) !important;
}
.cta-section .section-eyebrow::before { background: rgba(255,255,255,0.30) !important; }
.cta-section em,
.cta-section .cta-heading em,
.cta-section .section-heading em {
  color: var(--c-accent) !important;
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
}
.cta-section .btn-outline-white,
.cta-section .btn-outline-navy {
  border: 1.5px solid rgba(244,248,240,0.45) !important;
  color: #FFFFFF !important;
  background: rgba(244,248,240,0.06) !important;
}
.cta-section .btn-outline-white:hover,
.cta-section .btn-outline-navy:hover {
  background: rgba(244,248,240,0.16) !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}

/* Section eyebrows — original gray-text + navy hairline (not green/ocean) */
.section-eyebrow {
  color: var(--c-text) !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.section-eyebrow::before {
  background: var(--c-primary) !important;
}

/* Em italic accents — orange (was green/ocean) */
.section-heading em,
.about-heading em,
.problem-heading em,
.app-subheading em,
.about-v2-content .about-heading .hl-accent {
  color: var(--c-accent) !important;
  font-style: italic;
  font-family: 'Fraunces', Georgia, serif;
}

/* Problem section (dark) — Sprout accent allowed (contrast) OR orange */
.problem-section em,
.problem-section .problem-heading em {
  color: var(--c-accent) !important;
}

/* Card borders + hover — back to neutral / orange hover */
.pillar-item,
.service-card,
.app-col,
.team-card {
  background: #FFFFFF !important;
  border: 1px solid var(--c-bg3) !important;
  border-radius: 14px !important;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.pillar-item:hover,
.service-card:hover,
.app-col:hover,
.team-card:hover {
  border-color: rgba(206,120,46,0.40) !important;
  box-shadow: 0 10px 32px rgba(var(--shadow-rgb),0.08), 0 2px 8px rgba(var(--accent-rgb),0.06) !important;
  transform: translateY(-2px) !important;
}

/* Card icons — orange accent */
.pillar-icon,
.app-icon,
.pillar-icon .ico,
.app-icon .ico,
.tech-list li .ico {
  color: var(--c-accent) !important;
}

/* Tags / chips — orange-tinted */
.industries-tag,
.app-tag,
.card-tag,
.pillar-tag {
  background: rgba(206,120,46,0.10) !important;
  color: var(--c-accent) !important;
  border: 1px solid rgba(206,120,46,0.22) !important;
}

/* Team role caps — orange accent */
.team-section .team-card .team-role,
.team-role {
  color: var(--c-accent) !important;
}

/* Check icons (research checklist) — orange */
.about-check { background: var(--c-accent) !important; }

/* Section bgs — original cream alternation (drop Ice Blue / Mist Green forcings) */
.stats-bar            { background: var(--c-bg3) !important; }
.about.about-v2       { background: var(--c-bg) !important; }
.problem-section      { background: var(--c-primary) !important; }
.tech-section         { background: var(--c-bg2) !important; background-image: none !important; }
.services             { background: var(--c-bg) !important; }
.applications-section { background: var(--c-bg2) !important; }
.research-section     { background: var(--c-bg) !important; }
.team-section         { background: var(--c-bg2) !important; }

/* Section divider hairlines — Navy (was green/ocean) */
.about.about-v2::before,
.services::before,
.applications-section::before,
.research-section::before,
.team-section::before,
.tech-section::before,
.cta-section::before {
  background: linear-gradient(90deg, transparent 0%, rgba(3,47,82,0.35) 50%, transparent 100%) !important;
}
.problem-section::before {
  background: linear-gradient(90deg, transparent 0%, rgba(206,120,46,0.45) 50%, transparent 100%) !important;
}

/* Stats grid dividers — Navy */
.stats-bar-grid {
  border-top-color: rgba(3,47,82,0.15) !important;
  border-bottom-color: rgba(3,47,82,0.15) !important;
}
.stats-bar-item,
.stats-bar-item:nth-child(n) {
  border-right-color: rgba(3,47,82,0.12) !important;
}
.stats-bar-item .stats-bar-desc { color: var(--c-text) !important; }
.stats-bar-item .stats-bar-num { color: var(--c-primary) !important; }

/* About checklist circles — soft orange-tinted bg, orange icon stroke */
.about-check-circle {
  background: rgba(206,120,46,0.10) !important;
  border: 1px solid rgba(206,120,46,0.30) !important;
  color: var(--c-accent) !important;
  width: 36px !important; height: 36px !important;
}
.about-check-circle .ico {
  width: 18px !important; height: 18px !important;
  color: var(--c-accent) !important;
  stroke: var(--c-accent) !important;
}

/* ============================================================
   FINAL STRIP — kill italic-serif em accents (DESIGN.md residue)
   Restore original heading style on all non-hero sections.
   ============================================================ */
.section-heading em,
.about-heading em,
.problem-heading em,
.app-subheading em,
.about-v2-content .about-heading .hl-accent,
.cta-heading em,
.cta-section em,
.section-heading,
.about-heading {
  /* original em used green normal weight, not italic serif */
  font-family: inherit !important;
}
.section-heading em,
.about-heading em,
.problem-heading em,
.app-subheading em,
.cta-heading em {
  color: var(--c-accent) !important;
  font-style: normal !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}
.about-v2-content .about-heading .hl-accent {
  color: var(--c-accent) !important;
  font-style: normal !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
}
/* Hero exception — keep italic serif on "Sustainable Future" (per approved hero direction) */
.hero.hero-v3 .hero-headline .hl-green {
  font-family: 'Fraunces', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--c-accent) !important;
}

/* Section eyebrow — original style: thin caps gray, no leading hairline */
.section-eyebrow {
  color: var(--c-text) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  display: block !important;
  margin-bottom: 16px !important;
}
.section-eyebrow::before { display: none !important; }

/* Section heading — restore original sizing */
.section-heading,
.about-heading {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  color: var(--c-primary) !important;
  letter-spacing: -1px !important;
  line-height: 1.1 !important;
}

/* Pillar grid — equal 2x2 cards, basic chrome */
.services .pillars-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: clamp(20px, 2.5vw, 32px) !important;
}
.services .pillar-item {
  background: var(--c-white) !important;
  border: 1px solid rgba(3,47,82,0.08) !important;
  border-radius: 14px !important;
  padding: clamp(28px, 3vw, 36px) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: auto !important;
  position: relative !important;
}
.services .pillar-item:hover {
  border-color: rgba(206,120,46,0.40) !important;
  box-shadow: 0 8px 28px rgba(var(--shadow-rgb),0.06), 0 2px 6px rgba(var(--accent-rgb),0.05) !important;
  transform: translateY(-2px) !important;
  background: var(--c-white) !important;
}
.services .pillar-item::before { display: none !important; }
.services .pillar-icon {
  width: 48px !important; height: 48px !important;
  color: var(--c-accent) !important;
  margin-bottom: 16px !important;
}
.services .pillar-item .pillar-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: var(--c-primary) !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.4px !important;
}
.services .pillar-item .pillar-desc {
  font-family: 'Krub', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: var(--c-text) !important;
  margin: 0 !important;
}
@media (max-width: 700px) {
  .services .pillars-list { grid-template-columns: 1fr !important; }
}

/* Card hover — restore original orange tint */
.pillar-item:hover,
.app-col:hover,
.team-card:hover {
  border-color: rgba(206,120,46,0.40) !important;
  box-shadow: 0 8px 28px rgba(var(--shadow-rgb),0.06), 0 2px 6px rgba(var(--accent-rgb),0.05) !important;
}

/* Section chapter divider hairlines — remove (original had none) */
.about.about-v2::before,
.services::before,
.applications-section::before,
.research-section::before,
.team-section::before,
.tech-section::before,
.cta-section::before,
.problem-section::before {
  display: none !important;
}
.problem-section::after,
.cta-section::after { display: none !important; }

/* Buttons — reduce size globally */
.btn-primary,
.btn-primary-orange,
.btn-outline-navy,
.btn-secondary,
.btn-white,
.btn-outline-white,
.hero.hero-v3 .btn-primary,
.hero.hero-v3 .btn-outline-navy,
.cta-section .btn-primary,
.cta-section .btn-white,
.cta-section .btn-outline-white,
.cta-section .btn-outline-navy {
  padding: 10px 22px !important;
  font-size: 13px !important;
  gap: 6px !important;
}
.btn-primary .ico,
.btn-primary-orange .ico,
.btn-outline-navy .ico,
.btn-secondary .ico,
.btn-white .ico,
.btn-outline-white .ico {
  width: 12px !important; height: 12px !important;
}

/* Hero headline — kill any per-char color, ensure all chars inherit white */
.hero.hero-v3 .hero-headline .hl-char { color: inherit !important; }

/* ============================================================
   UNIFIED EYEBROW STYLE — all variants identical across page
   ============================================================ */
.section-eyebrow,
.problem-eyebrow,
.cta-eyebrow,
.tech-eyebrow,
.about-eyebrow,
.research-eyebrow,
.team-eyebrow,
.applications-eyebrow,
.eyebrow {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: var(--c-text) !important;
  display: block !important;
  margin-bottom: 16px !important;
  line-height: 1.4 !important;
}
.section-eyebrow::before,
.problem-eyebrow::before,
.cta-eyebrow::before,
.tech-eyebrow::before,
.about-eyebrow::before,
.research-eyebrow::before,
.team-eyebrow::before,
.applications-eyebrow::before,
.eyebrow::before { display: none !important; }

/* Dark-bg sections invert eyebrow color */
.problem-section .section-eyebrow,
.problem-section .problem-eyebrow,
.cta-section .section-eyebrow,
.cta-section .cta-eyebrow,
.hero.hero-v3 .section-eyebrow {
  color: rgba(255,255,255,0.55) !important;
}

/* ============================================================
   ABOUT — subtle agribiotech bg decor (low opacity wallpaper)
   ============================================================ */
.about.about-v2 { position: relative; overflow: hidden; }
.about-bg-decor {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
}
.about-bg-decor svg { position: absolute; opacity: 0.05; color: var(--c-primary); }
/* Leaf bleeds off right edge, center vertical — wallpaper anchor */
.about-bg-decor .decor-leaf {
  top: 50%; right: -180px;
  transform: translateY(-50%) rotate(-12deg);
  width: 520px; height: 600px;
  opacity: 0.04;
}
/* Mesh tucked top-left corner */
.about-bg-decor .decor-mesh {
  top: 6%; left: 2%;
  width: 130px; height: 130px;
  opacity: 0.06;
  color: var(--c-accent);
}
/* Chain at bottom-right edge, partial off-canvas */
.about-bg-decor .decor-chain {
  bottom: 8%; right: -60px;
  width: 300px; height: 80px;
  opacity: 0.05;
  color: var(--c-accent);
}

/* Content above decor */
.about.about-v2 .wrap,
.about.about-v2 .about-v2-inner { position: relative; z-index: 1; }

@media (max-width: 800px) {
  .about-bg-decor .decor-leaf { width: 280px; height: 320px; right: -100px; }
  .about-bg-decor .decor-mesh { display: none; }
  .about-bg-decor .decor-chain { width: 200px; right: -40px; }
}

/* ============================================================
   IMAGE HOVER EFFECTS — scale + filter shift, editorial polish
   ============================================================ */

/* About photo stack — already has scale, amplify + add filter */
.about-photo-main,
.about-photo-inset {
  overflow: hidden;
}
.about-photo-main img,
.about-photo-inset img {
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
  will-change: transform, filter;
}
.about-photo-main:hover img {
  transform: scale(1.08);
  filter: saturate(1.15) brightness(1.04);
}
.about-photo-inset:hover img {
  transform: scale(1.1);
  filter: saturate(1.2) brightness(1.04);
}

/* Tech section image — zoom + lift */
.tech-section .img-fluid {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, filter 0.5s ease;
  will-change: transform;
}
.tech-section .rev-right { overflow: hidden; border-radius: 14px; }
.tech-section .img-fluid:hover {
  transform: scale(1.03);
  filter: saturate(1.1);
  box-shadow: 0 24px 56px rgba(var(--shadow-rgb),0.14), 0 4px 14px rgba(var(--shadow-rgb),0.06);
}

/* Team card avatars — already has scale, amplify */
.team-section .team-card .team-avatar { overflow: hidden; }
.team-section .team-card .avatar-img,
.team-section .team-card .team-avatar img {
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}
.team-section .team-card:hover .avatar-img,
.team-section .team-card:hover .team-avatar img {
  transform: scale(1.08);
  filter: saturate(1.1) brightness(1.03);
}

/* Generic img hover on any photo-card pattern */
.app-card-photo { overflow: hidden; }
.app-card-photo img {
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}
.app-card-v2:hover .app-card-photo img,
.app-col:hover img {
  transform: scale(1.06);
  filter: saturate(1.12);
}

/* Force About hover transforms over any lingering inline transforms */
.about-photo-main img,
.about-photo-inset img { transform: scale(1); }
.about-photo-main:hover img {
  transform: scale(1.08) !important;
  filter: saturate(1.15) brightness(1.04);
}
.about-photo-inset:hover img {
  transform: scale(1.1) !important;
  filter: saturate(1.2) brightness(1.04);
}

/* ============================================================
   TECH CARDS — 4 photo-cards w/ image on right, white gradient fade
   ============================================================ */
.tech-section .tech-header {
  text-align: left;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.tech-section .tech-header .tech-body {
  color: var(--c-text);
  margin: 0;
}

.tech-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 1.8vw, 28px);
  margin-bottom: clamp(48px, 6vw, 80px);
}
.tech-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(3,47,82,0.08);
  border-radius: 18px;
  overflow: hidden;
  min-height: 380px;
  transition: border-color .35s, box-shadow .35s, transform .35s;
}
.tech-card:hover {
  border-color: rgba(206,120,46,0.40);
  box-shadow: 0 22px 52px rgba(var(--shadow-rgb),0.14), 0 6px 18px rgba(var(--accent-rgb),0.10);
  transform: translateY(-6px);
}
.tech-card-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.tech-card-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.1);
  transition: transform 1.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}
.tech-card:hover .tech-card-photo img {
  transform: scale(1.10);
  filter: saturate(1.2);
}
/* Stronger white gradient — photo only visible top-right wedge */
.tech-card-photo::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(155deg, #FFFFFF 38%, rgba(255,255,255,0.96) 55%, rgba(255,255,255,0.55) 78%, rgba(255,255,255,0.10) 100%),
    linear-gradient(180deg, transparent 60%, rgba(255,255,255,0.85) 95%);
  pointer-events: none;
}

/* Big number badge top-right — editorial accent */
.tech-card-num {
  position: absolute;
  top: clamp(14px, 1.4vw, 20px);
  right: clamp(16px, 1.6vw, 22px);
  z-index: 2;
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--c-primary);
  opacity: 0.14;
  transition: opacity .35s, color .35s;
}
.tech-card:hover .tech-card-num { opacity: 0.32; color: var(--c-accent); }

.tech-card-body {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: inherit;
}
.tech-card-icon {
  width: 44px; height: 44px;
  color: var(--c-accent);
  margin-bottom: 20px;
  display: flex;
  align-items: center; justify-content: center;
  background: rgba(206,120,46,0.10);
  border-radius: 12px;
  padding: 9px;
  transition: background .25s, transform .25s;
}
.tech-card:hover .tech-card-icon {
  background: var(--c-accent);
  color: #FFFFFF;
  transform: scale(1.05);
}
.tech-card-icon .ico { width: 100%; height: 100%; }

.tech-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--c-primary);
  margin: 0 0 12px;
  max-width: 80%;
}
.tech-card-desc {
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text);
  margin: 0 0 auto;
  max-width: 85%;
}
.tech-card-desc strong { color: var(--c-primary); font-weight: 600; }

/* Bottom hairline divider + arrow row */
.tech-card-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(206,120,46,0.30);
  color: var(--c-accent);
  margin-top: 22px;
  transition: background .3s, color .3s, transform .3s, border-color .3s;
}
.tech-card:hover .tech-card-arrow {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #FFFFFF;
  transform: translateX(6px);
}
.tech-card-arrow .ico { width: 14px; height: 14px; }

.tech-footer { text-align: center; }

@media (max-width: 1100px) {
  .tech-cards { grid-template-columns: repeat(2, 1fr); }
  .tech-card { aspect-ratio: auto; min-height: 280px; }
}
@media (max-width: 600px) {
  .tech-cards { grid-template-columns: 1fr; }
  .tech-card { min-height: 220px; }
  .tech-card-photo::after {
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0.4) 90%);
  }
  .tech-card-title, .tech-card-desc { max-width: 100%; }
}

/* ============================================================
   TECH V2 — split header + illustration cards (banking-style)
   ============================================================ */
/* tech-card photo cards re-enabled */
.tech-card { display: block; }
.tech-cards-v2 { display: none; }

/* Lighter gradient — photo more visible (was too washed out) */
.tech-card-photo::after {
  background:
    linear-gradient(160deg, rgba(255,255,255,0.94) 22%, rgba(255,255,255,0.65) 50%, rgba(255,255,255,0.18) 80%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, transparent 50%, rgba(255,255,255,0.55) 100%) !important;
}

/* Card body — title-only, center vertically */
.tech-card-body {
  justify-content: flex-start;
  padding: clamp(22px, 2.2vw, 30px) !important;
}
.tech-card-title {
  margin: 0 !important;
  max-width: 70%;
  font-size: clamp(17px, 1.5vw, 21px) !important;
  line-height: 1.2;
}

/* Split header: heading left, body+CTA right */
.tech-header-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(56px, 7vw, 88px);
}
.tech-header-split .about-heading {
  font-size: clamp(34px, 4.2vw, 56px) !important;
  letter-spacing: -1.2px;
  line-height: 1.05;
}
.tech-header-split .tech-body {
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.7;
}

/* Illustration cards grid */
.tech-cards-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2vw, 32px);
}
.tech-card-v2 {
  position: relative;
  background: transparent;
  border-radius: 24px;
  padding: clamp(28px, 3vw, 40px) clamp(20px, 2vw, 28px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  transition: background .35s, transform .35s, box-shadow .35s;
}
.tech-card-v2.is-active {
  background: rgba(3,47,82,0.04);
}
.tech-card-v2:hover {
  background: rgba(3,47,82,0.05);
  transform: translateY(-4px);
}
.tech-card-v2-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: var(--c-primary);
  margin: 0 0 8px;
}
.tech-card-v2-desc {
  font-family: 'Krub', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-text);
  margin: 0 0 24px;
  max-width: 22ch;
}
.tech-card-v2-illus {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}
.tech-card-v2-illus svg {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}
.tech-card-v2:hover .tech-card-v2-illus svg { transform: scale(1.05); }

/* Hover animations per illustration */
.illus-bio circle { transition: stroke .4s, opacity .4s; transform-origin: center; }
.tech-card-v2:hover .illus-bio circle:nth-child(1) { animation: pulse-out 2.2s ease-out infinite; }
.tech-card-v2:hover .illus-bio circle:nth-child(2) { animation: pulse-out 2.2s ease-out infinite 0.4s; }
@keyframes pulse-out {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}

.illus-target circle:nth-child(4) {
  transform-origin: center;
  animation: target-pulse 2.4s ease-in-out infinite;
}
@keyframes target-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.illus-sprout path:nth-child(3) { transform-origin: 100px 165px; }
.tech-card-v2:hover .illus-sprout path:nth-child(4),
.tech-card-v2:hover .illus-sprout path:nth-child(5),
.tech-card-v2:hover .illus-sprout path:nth-child(6) {
  animation: sprout-sway 3s ease-in-out infinite;
}
@keyframes sprout-sway {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(2deg); }
}

@media (max-width: 1100px) {
  .tech-cards-v2 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .tech-header-split { grid-template-columns: 1fr; gap: 24px; }
  .tech-header-split .about-heading br { display: none; }
}
@media (max-width: 600px) {
  .tech-cards-v2 { grid-template-columns: 1fr; }
  .tech-card-v2 { min-height: 280px; }
}

/* Tech header CTA — Learn More top-right */
.tech-header-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}
.tech-header-cta-btn {
  align-self: start;
  margin-top: 8px;
}
@media (max-width: 800px) {
  .tech-header-cta { grid-template-columns: 1fr; }
  .tech-header-cta-btn { justify-self: start; margin-top: 12px; }
}

/* Subtle infinite ken-burns on tech card photos */
@keyframes tech-kenburns-1 {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06) translate(-1%, -0.5%); }
}
@keyframes tech-kenburns-2 {
  0%, 100% { transform: scale(1.02) translate(0.5%, 0.3%); }
  50%      { transform: scale(1.08) translate(-0.8%, -0.5%); }
}
@keyframes tech-kenburns-3 {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.07) translate(0.6%, -0.4%); }
}
@keyframes tech-kenburns-4 {
  0%, 100% { transform: scale(1.01) translate(-0.4%, 0.3%); }
  50%      { transform: scale(1.06) translate(0.5%, -0.5%); }
}
.tech-card:nth-child(1) .tech-card-photo img { animation: tech-kenburns-1 14s ease-in-out infinite; }
.tech-card:nth-child(2) .tech-card-photo img { animation: tech-kenburns-2 16s ease-in-out infinite; }
.tech-card:nth-child(3) .tech-card-photo img { animation: tech-kenburns-3 13s ease-in-out infinite; }
.tech-card:nth-child(4) .tech-card-photo img { animation: tech-kenburns-4 15s ease-in-out infinite; }

/* On hover, pause loop + apply stronger zoom (CSS transition takes over) */
.tech-card:hover .tech-card-photo img {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .tech-card .tech-card-photo img { animation: none !important; }
}

/* ============================================================
   SOLUTIONS V2 — Invaio-style chamfered cards on navy
   ============================================================ */
.solutions-v2 {
  background: var(--c-primary) !important;
  padding: clamp(56px, 6.5vw, 96px) 0 !important;
  position: relative;
  overflow: hidden;
}
.solutions-v2::before { display: none !important; }
.solutions-v2-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

/* Left column */
.solutions-v2-left {
  position: sticky;
  top: 100px;
  align-self: start;
}
.solutions-v2-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
}
.sv2-tick { display: none; }
.solutions-v2-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  color: #FFFFFF;
  margin: 0 0 28px;
}
.solutions-v2-body {
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
  max-width: 440px;
  margin: 0;
}

/* Right grid */
.solutions-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2vw, 32px);
}

/* Chamfered card — clip-path for top-right + bottom-left bevels */
.solutions-v2-card {
  position: relative;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(206,120,46,0.40);
  padding: clamp(32px, 3.4vw, 52px) clamp(28px, 3vw, 44px);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  transition: background .35s, border-color .35s;
  clip-path: polygon(
    0% 0%,
    calc(100% - 38px) 0%,
    100% 38px,
    100% 100%,
    38px 100%,
    0% calc(100% - 38px)
  );
}
.solutions-v2-card:hover {
  background: rgba(206,120,46,0.08);
  border-color: rgba(206,120,46,0.70);
}

.solutions-v2-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin: 0 0 14px;
  max-width: 90%;
}
.solutions-v2-desc {
  font-family: 'Krub', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  margin: 0 0 auto;
  max-width: 92%;
}
.solutions-v2-arrow {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(206,120,46,0.30), rgba(206,120,46,0.10));
  color: #FFFFFF;
  margin-top: 32px;
  transition: background .3s, transform .3s;
  align-self: flex-start;
}
.solutions-v2-arrow svg { width: 18px; height: 18px; }
.solutions-v2-card:hover .solutions-v2-arrow {
  background: var(--c-accent);
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .solutions-v2-inner { grid-template-columns: 1fr; gap: 48px; }
  .solutions-v2-left { position: static; }
}
@media (max-width: 640px) {
  .solutions-v2-grid { grid-template-columns: 1fr; }
  .solutions-v2-card { min-height: 280px; }
}

/* solutions-v2 cards — hover-reveal photo bg */
.solutions-v2-card { overflow: hidden; position: relative; }
.sv2-card-photo {
  position: absolute; inset: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity .55s ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.sv2-card-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}
/* Soft overlay — photo stays visible, text still legible */
.sv2-card-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(3,47,82,0.55) 0%, rgba(3,47,82,0.30) 60%, rgba(3,47,82,0.45) 100%);
}
.solutions-v2-card:hover .sv2-card-photo {
  opacity: 1;
  transform: scale(1);
}
.sv2-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.solutions-v2-card:hover {
  border-color: rgba(206,120,46,0.85);
  background: transparent;
}

/* solutions-v2 — white bg variant + light-bg text colors */
.solutions-v2 {
  background: var(--c-bg) !important;
}
.solutions-v2-eyebrow {
  color: var(--c-text) !important;
}
.solutions-v2-heading {
  color: var(--c-primary) !important;
}
.solutions-v2-body {
  color: var(--c-text) !important;
}

/* Cards on white bg — light border, navy text */
.solutions-v2-card {
  background: var(--c-white) !important;
  border: 1px solid rgba(3,47,82,0.10) !important;
}
.solutions-v2-card:hover {
  background: transparent !important;
  border-color: rgba(206,120,46,0.55) !important;
  box-shadow: 0 18px 44px rgba(var(--shadow-rgb),0.10);
}
.solutions-v2-title {
  color: var(--c-primary) !important;
}
.solutions-v2-desc {
  color: var(--c-text) !important;
}
/* Arrow — orange on white */
.solutions-v2-arrow {
  background: rgba(206,120,46,0.12) !important;
  color: var(--c-accent) !important;
}
.solutions-v2-card:hover .solutions-v2-arrow {
  background: var(--c-accent) !important;
  color: #FFFFFF !important;
}
/* On hover photo reveals — keep text legible by inverting card text to white */
.solutions-v2-card:hover .solutions-v2-title,
.solutions-v2-card:hover .solutions-v2-desc {
  color: #FFFFFF !important;
}
.solutions-v2-card:hover {
  border-color: rgba(206,120,46,0.85) !important;
}

/* solutions-v2 auto-cycle subtle reveal (separate from hover full reveal) */
.solutions-v2-card.is-auto-reveal .sv2-card-photo {
  opacity: 1;
  transform: scale(1);
}
.solutions-v2-card.is-auto-reveal .sv2-card-photo::after {
  background: linear-gradient(160deg, rgba(3,47,82,0.45) 0%, rgba(3,47,82,0.20) 55%, rgba(3,47,82,0.40) 100%);
}
.solutions-v2-card.is-auto-reveal {
  border-color: rgba(206,120,46,0.45) !important;
  background: transparent !important;
}
.solutions-v2-card.is-auto-reveal .solutions-v2-title,
.solutions-v2-card.is-auto-reveal .solutions-v2-desc {
  color: #FFFFFF !important;
}
.solutions-v2-card.is-auto-reveal .solutions-v2-arrow {
  background: rgba(206,120,46,0.35) !important;
  color: #FFFFFF !important;
}
/* Hover still overrides auto-reveal with full intensity */
.solutions-v2-card:hover.is-auto-reveal .sv2-card-photo { opacity: 1; }

/* ============================================================
   APPLICATIONS V2 — Invaio-style diagonal split image+navy panel
   ============================================================ */
.applications-v2 {
  background: var(--c-bg) !important;
  padding: clamp(56px, 6.5vw, 96px) 0 !important;
  position: relative;
  overflow: hidden;
}
.applications-v2::before { display: none !important; }

/* Centered header */
.app-v2-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vw, 80px);
}
.app-v2-header .section-eyebrow {
  justify-content: center;
}
.app-v2-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: var(--c-primary);
  margin: 0;
}

.app-v2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 48px);
}

/* Card — full-bleed photo + text overlay bottom-left, dark gradient for legibility */
.app-v2-card {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 380px;
  overflow: hidden;
  isolation: isolate;
}

/* Photo fills entire card */
.app-v2-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.app-v2-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), filter .6s ease;
  filter: saturate(1.08);
}
.app-v2-card:hover .app-v2-photo img {
  transform: scale(1.06);
  filter: saturate(1.18);
}

/* Animated gradient overlay — bottom half deep navy fade, gentle drift */
.app-v2-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg,
    transparent 25%,
    rgba(3,30,52,0.30) 50%,
    rgba(3,30,52,0.78) 78%,
    rgba(3,30,52,0.95) 100%);
  background-size: 100% 180%;
  background-position: 0% 0%;
  animation: appV2GradPan 8s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes appV2GradPan {
  from { background-position: 0% 0%; }
  to   { background-position: 0% 18%; }
}

/* Text overlay — bottom-left, over dark zone */
.app-v2-panel {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 3;
  padding: clamp(28px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #FFFFFF;
}
.app-v2-panel::before {
  content: '';
  width: 40px; height: 2px;
  background: var(--c-accent);
  transition: width .5s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 4px;
}
.app-v2-card:hover .app-v2-panel::before { width: 80px; }
.app-v2-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  margin: 0;
}
.app-v2-desc {
  font-family: 'Krub', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

@media (max-width: 900px) {
  .app-v2-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .app-v2-card { aspect-ratio: 3 / 4; min-height: 420px; }
}

/* ============================================================
   GLOBAL — curved corners site-wide (cards, controls, media, chips)
   Full-bleed sections stay square; buttons stay pill; circles stay round.
   ============================================================ */
input, textarea, select, fieldset,
[class*="-card"], [class*="-chip"], [class*="-tag"], [class*="-badge"],
.compare-table, .hp-stat, .hp-why-card, .app-v2-card,
.species-card, .species-photo,
.hp-apps-photo, .hp-platform-media, .hp-platform-photo,
.hp-about-photo, .hp-about-head-photo, .inner-split-photo,
.inner-hero-ticks span, .hp-apps-why, .form-card, .contact-card,
blockquote, pre, code {
  border-radius: var(--r) !important;
}
/* Exceptions — keep round for genuinely circular elements (icons, dots, avatars) */
.about-check,
.about-check-circle,
.research-stat-ico-circle,
.hero-meta-counter .now,
.tech-card-icon,
.hero-bg-dot,
.linkedin-icon-link,
.solutions-v2-arrow,
.team-section .team-card .linkedin-icon-link {
  /* Allow specific circular elements */
}
.about-check { border-radius: 50% !important; }
.about-check-circle { border-radius: 50% !important; }
.solutions-v2-arrow { border-radius: 50% !important; }
.team-section .team-card .linkedin-icon-link { border-radius: 50% !important; }
.hero-bg-dot::after { border-radius: 2px !important; }
.hero-bg-dots { border-radius: 100px !important; }
.btn-primary, .btn-primary-orange, .btn-outline-navy, .btn-outline-white, .btn-white, .btn-secondary, .nav-cta { border-radius: 100px !important; }

/* Unify solutions-v2-eyebrow with global eyebrow style */
.solutions-v2-eyebrow {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: var(--c-text) !important;
  display: block !important;
  margin: 0 0 22px !important;
  line-height: 1.4 !important;
}
.solutions-v2-eyebrow::before { display: none !important; }

/* Prevent horizontal overflow on entire page */
html, body { overflow-x: hidden; max-width: 100%; }
.about.about-v2, .solutions-v2, .applications-v2,
.research-section, .team-section, .stats-bar,
.problem-section, .cta-section { overflow-x: clip; }

/* ============================================================
   SECTION BG RHYTHM — alternate cream ↔ soft beige, navy breaks
   ============================================================ */
.stats-bar            { background: var(--c-bg3) !important; }   /* warm beige band */
.about.about-v2       { background: var(--c-bg) !important; }    /* cream */
.problem-section      { background: var(--c-primary) !important;} /* navy break */
.solutions-v2         { background: var(--c-bg2) !important; }   /* soft gray */
.applications-v2      { background: var(--c-primary) !important; } /* navy break */
.research-section     { background: var(--c-bg2) !important; }   /* soft gray */
.team-section         { background: var(--c-bg) !important; }    /* cream */
.cta-section          { background: var(--c-primary) !important;} /* navy close */

/* CTA → Footer transition — top border on footer so wall breaks */
footer, .site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Subtle scale: each section transition reads as new chapter */
.about.about-v2, .solutions-v2, .applications-v2,
.research-section, .team-section, .stats-bar {
  position: relative;
}

/* Apps v2 on navy bg — invert header text to white */
.applications-v2 .section-eyebrow,
.applications-v2 .app-v2-header .section-eyebrow {
  color: rgba(255,255,255,0.55) !important;
}
.applications-v2 .app-v2-heading {
  color: #FFFFFF !important;
}

/* ============================================================
   HOMEPAGE REBUILD (flow-rebuild) — hp-* sections
   ============================================================ */
/* Hero slide backgrounds (new images) */
.hero-bg-slide.hp-slide-1 { background-image: url('../../images/home-hero.jpg');
  background-image: image-set(url('../../images/home-hero.webp') type('image/webp'), url('../../images/home-hero.jpg') type('image/jpeg')); }
.hero-bg-slide.hp-slide-2 { background-image: url('../../images/eka.jpg');
  background-image: image-set(url('../../images/eka.webp') type('image/webp'), url('../../images/eka.jpg') type('image/jpeg')); }
.hero-bg-slide.hp-slide-3 { background-image: url('../../images/peptide-technology.jpg');
  background-image: image-set(url('../../images/peptide-technology.webp') type('image/webp'), url('../../images/peptide-technology.jpg') type('image/jpeg')); }

/* Shared section head */
.hp-section-head { max-width: 760px; margin: 0 auto clamp(40px,5vw,64px); text-align: center; }
.hp-section-head .section-eyebrow { justify-content: center; }
.hp-section-head .section-heading { margin: 0; }

/* S2 EXPLORE — 2 platform cards */
.hp-explore { background: var(--c-bg); padding: clamp(52px,6.5vw,84px) 0; }
.hp-explore-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,3vw,40px); }
.hp-platform-card { background: #FFFFFF; border: 1px solid var(--c-bg3); display: flex; flex-direction: column; overflow: hidden; transition: border-color .3s, box-shadow .3s, transform .3s; }
.hp-platform-card:hover { border-color: rgba(var(--accent-rgb),0.4); box-shadow: 0 18px 44px rgba(var(--shadow-rgb),0.10); transform: translateY(-4px); }
.hp-platform-photo { aspect-ratio: 16/9; overflow: hidden; }
.hp-platform-photo img { width:100%; height:100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16,1,0.3,1); }
.hp-platform-card:hover .hp-platform-photo img { transform: scale(1.06); }
.hp-platform-body { padding: clamp(28px,3vw,40px); display: flex; flex-direction: column; flex: 1; }
.hp-platform-tag { font-family:'Inter',sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--c-accent); margin-bottom: 14px; }
.hp-platform-title { font-family:'Inter',sans-serif; font-weight: 700; font-size: clamp(20px,2vw,26px); line-height: 1.2; letter-spacing: -0.6px; color: var(--c-primary); margin: 0 0 14px; }
.hp-platform-desc { font-family:'Krub',sans-serif; font-size: 15px; line-height: 1.65; color: var(--c-text); margin: 0 0 20px; }
.hp-tick-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.hp-tick-list li { position: relative; padding-left: 24px; font-family:'Krub',sans-serif; font-size: 14px; color: var(--c-primary); line-height: 1.4; }
.hp-tick-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 14px; height: 8px; border-left: 2px solid var(--c-accent); border-bottom: 2px solid var(--c-accent); transform: rotate(-45deg); }
.hp-platform-body .btn-primary { margin-top: auto; align-self: flex-start; }
@media (max-width: 880px){ .hp-explore-grid{ grid-template-columns: 1fr; } }

/* S3 ABOUT */
.hp-about {
  position: relative;
  overflow: hidden;
  padding: clamp(52px,6.5vw,84px) 0;
  background: var(--c-bg2);
}
/* image as a soft section backdrop, confined to the top band (behind heading),
   fully faded before the 3 columns */
.hp-about::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: clamp(380px, 52%, 640px);
  background:
    linear-gradient(105deg, var(--c-bg2) 0%, var(--c-bg2) 12%, rgba(246,246,246,0.4) 28%, rgba(246,246,246,0.05) 52%, transparent 68%),
    linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(246,246,246,0.7) 82%, var(--c-bg2) 100%),
    url('../../images/peptide-technology.jpg') center top / cover no-repeat;
  background:
    linear-gradient(105deg, var(--c-bg2) 0%, var(--c-bg2) 12%, rgba(246,246,246,0.4) 28%, rgba(246,246,246,0.05) 52%, transparent 68%),
    linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(246,246,246,0.7) 82%, var(--c-bg2) 100%),
    image-set(url('../../images/peptide-technology.webp') type('image/webp'), url('../../images/peptide-technology.jpg') type('image/jpeg')) center top / cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
.hp-about > .wrap { position: relative; z-index: 1; }
@media (max-width: 880px){
  .hp-about::before { display: none; }
}
.hp-about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px,5vw,80px); align-items: center; }
.hp-about-photo { aspect-ratio: 4/5; overflow: hidden; }
.hp-about-photo img { width:100%; height:100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16,1,0.3,1); }
.hp-about-photo:hover img { transform: scale(1.05); }
.hp-about-content .section-heading { margin-bottom: 22px; }
.hp-about-lead { font-family:'Krub',sans-serif; font-size: 17px; line-height: 1.7; color: var(--c-primary); margin: 0 0 18px; }
.hp-about-body { font-family:'Krub',sans-serif; font-size: 15px; line-height: 1.7; color: var(--c-text); margin: 0 0 16px; }
.hp-about-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
@media (max-width: 880px){ .hp-about-grid{ grid-template-columns: 1fr; } .hp-about-photo{ aspect-ratio: 16/10; } }

/* S4 CHALLENGE — photo bg + scrim */
.hp-challenge { position: relative; padding: clamp(56px,7vw,100px) 0; overflow: hidden; background: var(--c-primary); }
.hp-challenge-bg { position: absolute; inset: 0; z-index: 0; }
.hp-challenge-bg img { width:100%; height:100%; object-fit: cover; filter: saturate(0.8); }
.hp-challenge-scrim { position:absolute; inset:0; z-index:1; background: linear-gradient(180deg, rgba(3,30,52,0.82) 0%, rgba(3,30,52,0.9) 100%); }
.hp-challenge .wrap { position: relative; z-index: 2; }
.hp-challenge-head { max-width: 760px; margin: 0 auto clamp(40px,5vw,56px); text-align: center; }
.hp-challenge-head .section-eyebrow { justify-content: center; color: var(--c-accent); }
.hp-challenge-head .section-heading { color: #FFFFFF; margin: 0 0 18px; }
.hp-challenge-intro { font-family:'Krub',sans-serif; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.78); margin: 0; }
.hp-challenge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,2.5vw,32px); margin-bottom: clamp(32px,4vw,48px); }
.hp-challenge-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); padding: clamp(28px,3vw,40px); }
.hp-challenge-icon { width: 48px; height: 48px; color: var(--c-accent); margin-bottom: 18px; }
.hp-challenge-icon .ico { width:100%; height:100%; }
.hp-challenge-title { font-family:'Inter',sans-serif; font-weight: 700; font-size: clamp(19px,1.7vw,23px); color: #FFFFFF; margin: 0 0 12px; line-height: 1.25; }
.hp-challenge-desc { font-family:'Krub',sans-serif; font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,0.72); margin: 0; }
.hp-challenge-opp { font-family:'Krub',sans-serif; font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.85); max-width: 880px; margin: 0 auto; text-align: center; }
.hp-challenge-opp strong { color: var(--c-accent); }
@media (max-width: 880px){ .hp-challenge-grid{ grid-template-columns: 1fr; } }

/* S5 IMPACT */
.hp-impact { background: var(--c-bg); padding: clamp(52px,6.5vw,84px) 0; }
.hp-impact-group { margin-bottom: clamp(40px,5vw,64px); }
.hp-impact-group:last-child { margin-bottom: 0; }
.hp-impact-grouptitle { font-family:'Inter',sans-serif; font-weight: 700; font-size: clamp(17px,1.5vw,21px); color: var(--c-primary); margin: 0 0 22px; padding-bottom: 14px; border-bottom: 1px solid var(--c-bg3); }
.hp-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--c-bg3); border: 1px solid var(--c-bg3); }
.hp-stat { background: #FFFFFF; padding: clamp(24px,3vw,36px) clamp(20px,2.5vw,28px); display: flex; flex-direction: column; gap: 8px; }
.hp-stat-num { font-family:'Inter',sans-serif; font-weight: 800; font-size: clamp(26px,2.8vw,40px); letter-spacing: -1.2px; color: var(--c-primary); line-height: 1; }
.hp-stat-label { font-family:'Krub',sans-serif; font-size: 13px; line-height: 1.45; color: var(--c-text); }
@media (max-width: 900px){ .hp-stat-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .hp-stat-grid{ grid-template-columns: 1fr; } }

/* S6 WHY — 6 cards */
.hp-why { background: var(--c-bg2); padding: clamp(52px,6.5vw,84px) 0; }
.hp-why-intro { font-family:'Krub',sans-serif; font-size: 16px; line-height: 1.7; color: var(--c-text); margin: 16px 0 0; }
.hp-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(20px,2.5vw,32px); }
.hp-why-card { background: #FFFFFF; border: 1px solid var(--c-bg3); padding: clamp(28px,3vw,40px); transition: border-color .25s, box-shadow .25s, transform .25s; }
.hp-why-card:hover { border-color: rgba(var(--accent-rgb),0.4); box-shadow: 0 10px 28px rgba(var(--shadow-rgb),0.06); transform: translateY(-2px); }
.hp-why-icon { width: 44px; height: 44px; color: var(--c-accent); margin-bottom: 18px; }
.hp-why-icon .ico { width:100%; height:100%; }
.hp-why-card h3 { font-family:'Inter',sans-serif; font-weight: 700; font-size: clamp(17px,1.5vw,20px); color: var(--c-primary); margin: 0 0 10px; letter-spacing: -0.4px; }
.hp-why-card p { font-family:'Krub',sans-serif; font-size: 14px; line-height: 1.6; color: var(--c-text); margin: 0; }
.hp-why-tagline { font-family:'Fraunces',Georgia,serif; font-style: italic; font-size: clamp(20px,2.4vw,30px); line-height: 1.3; color: var(--c-primary); text-align: center; max-width: 820px; margin: clamp(40px,5vw,64px) auto 0; }
@media (max-width: 900px){ .hp-why-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .hp-why-grid{ grid-template-columns: 1fr; } }

/* S7 APPS — 2 photo cards */
.hp-apps { background: var(--c-bg); padding: clamp(52px,6.5vw,84px) 0; }
.hp-apps-intro { font-family:'Krub',sans-serif; font-size: 16px; line-height: 1.7; color: var(--c-text); margin: 16px 0 0; }
.hp-apps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,3vw,40px); }
.hp-apps-card { background: #FFFFFF; border: 1px solid var(--c-bg3); overflow: hidden; display: flex; flex-direction: column; transition: border-color .3s, box-shadow .3s, transform .3s; }
.hp-apps-card:hover { border-color: rgba(var(--accent-rgb),0.4); box-shadow: 0 16px 40px rgba(var(--shadow-rgb),0.10); transform: translateY(-4px); }
.hp-apps-photo { aspect-ratio: 16/9; overflow: hidden; }
.hp-apps-photo img { width:100%; height:100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16,1,0.3,1); }
.hp-apps-card:hover .hp-apps-photo img { transform: scale(1.06); }
.hp-apps-body { padding: clamp(28px,3vw,40px); }
.hp-apps-title { font-family:'Inter',sans-serif; font-weight: 700; font-size: clamp(20px,1.9vw,25px); color: var(--c-primary); margin: 0 0 8px; letter-spacing: -0.5px; }
.hp-apps-sub { font-family:'Fraunces',Georgia,serif; font-style: italic; font-size: 16px; color: var(--c-accent); margin: 0 0 14px; }
.hp-apps-desc { font-family:'Krub',sans-serif; font-size: 14.5px; line-height: 1.65; color: var(--c-text); margin: 0 0 20px; }
@media (max-width: 880px){ .hp-apps-grid{ grid-template-columns: 1fr; } }

/* ============================================================
   INNER PAGES (our-innovation, our-technology)
   ============================================================ */
/* inner-hero base moved to components.css (single source of truth) */

.inner-section { padding: clamp(46px,6vw,80px) 0; background: var(--c-bg); }
.inner-section-alt { background: var(--c-bg2); }
.inner-body { font-family:'Krub',sans-serif; font-size: 16px; line-height: 1.7; color: var(--c-text); margin: 0 0 16px; }
.inner-lead { font-family:'Krub',sans-serif; font-size: clamp(17px,1.5vw,20px); line-height: 1.55; color: var(--c-primary); font-weight: 500; margin: 0 0 24px; max-width: 560px; }

/* ===== KEY ADVANTAGES — image-backed editorial list ===== */
.ka-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.95) 42%, rgba(255,255,255,0.55) 60%, rgba(255,255,255,0) 74%),
    url('../../images/key-advantage.jpg') center right / cover no-repeat,
    var(--c-green-bg);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.95) 42%, rgba(255,255,255,0.55) 60%, rgba(255,255,255,0) 74%),
    image-set(url('../../images/key-advantage.webp') type('image/webp'), url('../../images/key-advantage.jpg') type('image/jpeg')) center right / cover no-repeat,
    var(--c-green-bg);
  padding: clamp(46px,6vw,80px) 0;
}
.ka-wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 clamp(16px,4vw,40px); }
.ka-text { max-width: 560px; }
/* head reuses the site-wide .section-eyebrow + .section-heading (gray eyebrow, navy heading, orange ::after bar) */
.ka-head { margin-bottom: clamp(28px,3.4vw,44px); }
.ka-head .section-heading { margin-bottom: 0; max-width: 100%; }
.ka-section .section-heading {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.12 !important;
  letter-spacing: -1px !important;
}
.ka-list { list-style: none; margin: 0; padding: 0; }

/* Impact Snapshot on Our Technology — homepage navy style but stat headings are phrases, so allow wrap */
.hp-impact.ot-impact .hp-stat-num { white-space: normal !important; font-size: clamp(19px,1.9vw,26px) !important; letter-spacing: -0.6px !important; line-height: 1.14 !important; }

/* ===== RESEARCH-DRIVEN — image removed, full-width editorial ===== */
.rd-top { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px,5vw,72px); align-items: end; margin-bottom: clamp(34px,4vw,52px); }
.rd-head .section-heading { margin-bottom: 0 !important; }
.rd-intro { font-family:'Krub',sans-serif; font-size: clamp(15px,1.4vw,17px); line-height: 1.75; color: var(--c-text); margin: 0; }
/* capabilities — bordered matrix; 1px gap fills with line colour so every cell edge aligns */
.rd-caps {
  display: grid !important; grid-template-columns: repeat(4,1fr); gap: 1px !important;
  margin: 0 0 clamp(30px,3.6vw,44px) !important; padding: 0 !important;
  background: var(--c-line);
  border: 1px solid var(--c-line); border-radius: var(--r); overflow: hidden;
}
.rd-caps li {
  display: flex; align-items: flex-start; gap: 13px;
  background: var(--c-bg2); padding: clamp(18px,1.9vw,24px) clamp(16px,1.6vw,22px);
  padding-left: clamp(16px,1.6vw,22px) !important;
  font-family:'Krub',sans-serif; font-size: 15px !important; line-height: 1.4; color: var(--c-primary);
}
.rd-caps li::before, .rd-caps li::after { display: none !important; }
.rd-caps li .ico { flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; color: var(--c-accent); }
.rd-closing { font-family:'Krub',sans-serif; font-size: clamp(15px,1.4vw,17px); line-height: 1.75; color: var(--c-text); margin: 0; max-width: 880px; }
@media (max-width: 880px) {
  .rd-top { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .rd-caps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .rd-caps { grid-template-columns: 1fr; }
}
.ka-item { padding: 20px 0; border-bottom: 1px solid var(--c-line); max-width: 540px; }
.ka-item:first-child { padding-top: 0; }
.ka-item:last-child { border-bottom: none; padding-bottom: 0; }
.ka-item h3 { font-family:'Inter',sans-serif; font-weight: 700; font-size: clamp(17px,1.5vw,20px); letter-spacing: -0.4px; color: var(--c-primary); margin: 0 0 8px; }
.ka-item p { font-family:'Krub',sans-serif; font-size: 15px; line-height: 1.65; color: var(--c-text); margin: 0; max-width: 460px; }
@media (max-width: 860px) {
  .ka-section {
    background:
      linear-gradient(180deg, rgba(244,248,240,0.96), rgba(244,248,240,0.96)),
      url('../../images/key-advantage.jpg') center right / cover no-repeat,
      var(--c-green-bg);
    background:
      linear-gradient(180deg, rgba(244,248,240,0.96), rgba(244,248,240,0.96)),
      image-set(url('../../images/key-advantage.webp') type('image/webp'), url('../../images/key-advantage.jpg') type('image/jpeg')) center right / cover no-repeat,
      var(--c-green-bg);
  }
  .ka-text { max-width: 100%; }
}

/* split image + text */
.inner-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,80px); align-items: center; }
.inner-split-photo { aspect-ratio: 4/3; overflow: hidden; }
.inner-split-photo img { width:100%; height:100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16,1,0.3,1); }
.inner-split-photo:hover img { transform: scale(1.05); }
.inner-split-text .section-heading { margin-bottom: 18px; }
@media (max-width:880px){ .inner-split{ grid-template-columns:1fr; } .inner-split-photo{ aspect-ratio:16/10; } }

/* chips */
.inner-chip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; max-width: 980px; margin: 0 auto; }
.inner-chip { background: #FFFFFF; border: 1px solid var(--c-bg3); padding: 22px 20px; font-family:'Inter',sans-serif; font-size: 14px; font-weight: 600; color: var(--c-primary); display: flex; flex-direction: column; gap: 12px; }
.inner-chip .ico { width: 28px; height: 28px; color: var(--c-accent); }
@media (max-width:880px){ .inner-chip-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:480px){ .inner-chip-grid{ grid-template-columns:1fr; } }

/* comparison table */
.compare-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; margin-bottom: 32px; }
.compare-trust span { font-family:'Inter',sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--c-accent); padding: 6px 14px; background: rgba(206,120,46,0.08); }
.compare-table { max-width: 920px; margin: 0 auto; border: 1px solid var(--c-bg3); }
.compare-row { display: grid; grid-template-columns: 1.2fr 2fr 2fr; }
.compare-row + .compare-row { border-top: 1px solid var(--c-bg3); }
.compare-cell { padding: 18px 22px; font-family:'Krub',sans-serif; font-size: 15px; color: var(--c-text); }
.compare-head .compare-cell { font-family:'Inter',sans-serif; font-weight: 700; color: #FFFFFF; background: var(--c-primary); }
.compare-head .compare-cell.compare-eka { background: var(--c-accent); }
.compare-dim { font-family:'Inter',sans-serif; font-weight: 600; color: var(--c-primary); background: var(--c-bg3); }
.compare-cell.compare-eka { color: var(--c-primary); font-weight: 500; background: rgba(206,120,46,0.05); }
@media (max-width:700px){ .compare-row{ grid-template-columns:1fr; } .compare-cell{ padding:12px 18px; } .compare-head{ display:none; } .compare-dim::before{ content:'— '; } }

/* checklists */
.inner-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.inner-checklist-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.inner-checklist li { position: relative; padding-left: 30px; font-family:'Krub',sans-serif; font-size: 15px; color: var(--c-primary); line-height: 1.4; }
.inner-checklist li::before { content:''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: var(--c-accent); }
.inner-checklist li::after { content:''; position: absolute; left: 6px; top: 6px; width: 7px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
@media (max-width:600px){ .inner-checklist-2col{ grid-template-columns:1fr; } }

/* twocol */
.inner-twocol { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,72px); }
@media (max-width:880px){ .inner-twocol{ grid-template-columns:1fr; } }

/* species cards */
.species-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(20px,2.5vw,32px); }
.species-card { margin: 0; background: #FFFFFF; border: 1px solid var(--c-bg3); overflow: hidden; }
.species-photo { aspect-ratio: 4/3; overflow: hidden; }
.species-photo img { width:100%; height:100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16,1,0.3,1); }
.species-card:hover .species-photo img { transform: scale(1.06); }
.species-card figcaption { padding: 18px 22px; display: flex; flex-direction: column; gap: 4px; }
.species-card figcaption strong { font-family:'Fraunces',Georgia,serif; font-style: italic; font-size: 18px; color: var(--c-primary); }
.species-card figcaption span { font-family:'Inter',sans-serif; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--c-accent); }
@media (max-width:880px){ .species-grid{ grid-template-columns:1fr; } }

/* ============================================================
   HOMEPAGE — single hero + exact-content adjustments
   ============================================================ */
/* Single-image hero: one column, no meta sidebar */
.hero-v3-inner-single { display: block !important; max-width: var(--max-w); margin: 0 auto; padding: 0 clamp(20px,4vw,40px); }
.hero-v3-inner-single .hero-v3-left { max-width: 760px; }
/* Cred strip: value-only chips, inline row */
.hero.hero-v3 .hero-creds { grid-template-columns: repeat(4, auto); justify-content: start; gap: 0 28px; }
.hero.hero-v3 .hero-cred { flex-direction: row; align-items: center; gap: 10px; }
.hero.hero-v3 .hero-cred-value { font-size: 13px; font-weight: 600; }
@media (max-width: 760px){
  .hero.hero-v3 .hero-creds { grid-template-columns: repeat(2, auto); gap: 14px 24px; }
}

/* Impact snapshot — label-only stat cards (no fabricated numbers) */
.hp-stat-grid-label .hp-stat { justify-content: center; min-height: 120px; }
.hp-stat-label-lg { font-family:'Inter',sans-serif; font-weight: 700; font-size: clamp(15px,1.4vw,18px); line-height: 1.3; letter-spacing: -0.3px; color: var(--c-primary); }
.hp-stat-grid-label .hp-stat::before { content:''; display:block; width: 28px; height: 3px; background: var(--c-accent); margin-bottom: 14px; }

/* Apps — opportunity-areas label + Why It Matters closing */
.hp-apps-oppslabel { font-family:'Inter',sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--c-accent); margin: 0 0 14px; }
.hp-apps-why { font-family:'Krub',sans-serif; font-size: 16px; line-height: 1.75; color: var(--c-text); max-width: 880px; margin: clamp(36px,4vw,56px) auto 0; text-align: center; }
.hp-apps-why strong { color: var(--c-primary); }

/* Inner-page impact stats use phrases, not numbers — scale down */
.inner-section .hp-stat-num { font-size: clamp(17px,1.7vw,22px); letter-spacing: -0.4px; line-height: 1.2; }
.inner-section .hp-stat { min-height: 150px; }

/* ============================================================
   FLOW REBUILD — consistency fixes (alignment, color, empty cards)
   ============================================================ */
/* Centered section heads: headings must actually center (override max-width:620 left-align) */
.hp-section-head .section-heading,
.hp-challenge-head .section-heading {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}
.hp-section-head .section-eyebrow { margin-bottom: 14px !important; }

/* Challenge section sits on navy photo bg — force white heading + readable body */
.hp-challenge .hp-challenge-head .section-heading { color: #FFFFFF !important; }
.hp-challenge .hp-challenge-head .section-eyebrow { color: var(--c-accent) !important; }
/* gap below the centered orange bar so it doesn't crowd the intro paragraph */
.hp-challenge-head .section-heading { margin-bottom: 30px !important; }

/* Impact "label" cards looked empty — make them intentional feature cells */
.hp-stat-grid-label { gap: clamp(16px,1.6vw,24px) !important; background: transparent !important; border: none !important; }
.hp-stat-grid-label .hp-stat {
  background: #FFFFFF !important;
  border: 1px solid var(--c-bg3) !important;
  min-height: auto !important;
  padding: clamp(24px,2.6vw,34px) clamp(20px,2.2vw,28px) !important;
  justify-content: flex-start !important;
}
.hp-stat-grid-label .hp-stat::before { width: 32px; height: 3px; margin-bottom: 18px; }
.hp-stat-label-lg { font-size: clamp(16px,1.5vw,19px) !important; line-height: 1.3; }

/* Why heading accent — keep orange but not italic-heavy; align with brand */
.hp-why .section-heading em { color: var(--c-accent); font-style: normal; }

/* Section headings consistent weight/tracking across new sections */
.hp-explore .section-heading,
.hp-impact .section-heading,
.hp-why .section-heading,
.hp-apps .section-heading,
.hp-challenge-head .section-heading { letter-spacing: -1px; line-height: 1.1; }

/* Inner-page centered heads same fix */
.inner-section .hp-section-head .section-heading { max-width: 100% !important; margin: 0 auto !important; }

/* ============================================================
   TYPE SCALE — unify fonts + sizes across all flow-rebuild sections
   ============================================================ */
/* Eyebrows — one style everywhere */
.hp-explore .section-eyebrow, .hp-about .section-eyebrow, .hp-challenge .section-eyebrow,
.hp-impact .section-eyebrow, .hp-why .section-eyebrow, .hp-apps .section-eyebrow,
.inner-hero .section-eyebrow, .inner-section .section-eyebrow {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2.4px !important;
  text-transform: uppercase !important;
  line-height: 1.4 !important;
}

/* Section headings (h2) — one scale */
.hp-explore .section-heading, .hp-about .section-heading, .hp-challenge-head .section-heading,
.hp-impact .section-heading, .hp-why .section-heading, .hp-apps .section-heading,
.inner-section .section-heading {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.12 !important;
  letter-spacing: -1px !important;
}

/* Card / sub titles (h3) — one uniform size */
.hp-platform-title, .hp-apps-title, .hp-challenge-title, .hp-why-card h3,
.species-card figcaption strong, .inner-chip {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
}
.hp-platform-title, .hp-apps-title { font-size: clamp(20px, 1.9vw, 24px) !important; line-height: 1.2 !important; }
.hp-challenge-title { font-size: clamp(19px, 1.7vw, 22px) !important; line-height: 1.25 !important; }
.hp-why-card h3 { font-size: 19px !important; line-height: 1.25 !important; }

/* Body / descriptions — one size + font */
.hp-platform-desc, .hp-apps-desc, .hp-challenge-desc, .hp-why-card p,
.inner-body, .hp-about-body {
  font-family: 'Krub', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}
/* Lead / intro paragraphs — slightly larger */
.hp-about-lead, .hp-challenge-intro, .hp-why-intro, .hp-apps-intro, .inner-hero-sub {
  font-family: 'Krub', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* Tags / eyebrow-like labels — uniform */
.hp-platform-tag, .hp-apps-oppslabel {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
}

/* Tick lists + checklists — uniform 14px Krub */
.hp-tick-list li, .inner-checklist li { font-family: 'Krub', sans-serif !important; font-size: 14px !important; }

/* Stat labels uniform */
.hp-stat-label-lg { font-family: 'Inter', sans-serif !important; font-weight: 700 !important; font-size: clamp(15px,1.4vw,17px) !important; line-height: 1.3 !important; }
.hp-impact-grouptitle { font-family: 'Inter', sans-serif !important; font-weight: 700 !important; font-size: clamp(17px,1.6vw,21px) !important; }

/* Inner hero title consistent with hero headline scale */
.inner-hero-title { font-family: 'Inter', sans-serif !important; font-weight: 700 !important; font-size: clamp(34px,4.6vw,58px) !important; line-height: 1.06 !important; letter-spacing: -1.6px !important; }

/* Italic-serif accents (em / hl-green) — one consistent treatment */
.hero.hero-v3 .hero-headline .hl-green, .inner-hero-title .hl-green,
.hp-apps-sub, .hp-why-tagline, .species-card figcaption strong {
  font-family: 'Fraunces', Georgia, serif !important;
}
.hp-apps-sub { font-style: italic !important; font-weight: 400 !important; font-size: 16px !important; }

/* Impact stat values now present (numbers) — ensure long word-values fit */
.hp-impact .hp-stat-num { font-size: clamp(24px,2.4vw,36px) !important; line-height: 1.05; white-space: nowrap; }
.hp-impact .hp-stat-label { font-family:'Krub',sans-serif; font-size: 13px; color: var(--c-text); line-height: 1.4; }
.hp-impact .hp-stat { gap: 10px; }
.hp-stat-source-icon { position: relative; display: inline-flex; align-items: center; color: var(--c-accent); text-decoration: none; opacity: 0.7; margin-left: 4px; vertical-align: super; line-height: 0; transition: opacity 0.15s; }
.hp-stat-source-icon svg { display: block; }
/* Expand tap target to ~24px without shifting the superscript visually */
.hp-stat-source-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; transform: translate(-50%, -50%); }
.hp-stat-source-icon:hover { opacity: 1; }

/* Comparison EKA cell — bold lead + descriptive sub-line */
.compare-cell.compare-eka strong { display:block; font-family:'Inter',sans-serif; font-weight:700; color:var(--c-primary); font-size:15px; margin-bottom:4px; }
.compare-cell.compare-eka span { display:block; font-family:'Krub',sans-serif; font-size:13px; line-height:1.5; color:var(--c-text); }

/* About paragraphs — uniform color + size (were lead=navy/16 vs body=gray/15) */
.hp-about-lead, .hp-about-body {
  font-family: 'Krub', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: var(--c-text) !important;
  margin: 0 0 18px !important;
}
.hp-about-lead strong, .hp-about-body strong { color: var(--c-primary); font-weight: 600; }

/* ============================================================
   ABOUT — restructured for content-heavy (head band + 3 columns)
   ============================================================ */
.hp-about .hp-about-grid { display: none; } /* old layout off */

.hp-about-head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(48px,6vw,80px);
  min-height: clamp(300px,28vw,440px);
}
.hp-about-head-text { max-width: 560px; }
.hp-about-head-text .section-heading { margin: 0 0 22px !important; max-width: 100% !important; }
.hp-about-head-text .hp-about-lead {
  font-family:'Krub',sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: var(--c-primary) !important;
  margin: 0 !important;
}
@media (max-width: 880px){
  .hp-about-head { min-height: 0; }
  .hp-about-head-text { max-width: 100%; }
}

/* 3 detail columns */
.hp-about-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px,3vw,44px);
  padding-top: clamp(36px,4vw,52px);
  border-top: 1px solid var(--c-bg3);
}
.hp-about-col { display: flex; flex-direction: column; gap: 12px; }
.hp-about-col-tag {
  font-family:'Inter',sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-accent);
  padding-bottom: 12px;
  position: relative;
}
.hp-about-col-tag::after { content:''; position:absolute; left:0; bottom:0; width:32px; height:2px; background: var(--c-accent); }
.hp-about-col p {
  font-family:'Krub',sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--c-text);
  margin: 0;
}
.hp-about-col p strong { color: var(--c-primary); font-weight: 600; }

.hp-about .hp-about-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: clamp(40px,5vw,60px); }

@media (max-width: 900px){
  .hp-about-head { grid-template-columns: 1fr; }
  .hp-about-head-photo { aspect-ratio: 16/9; order: -1; }
  .hp-about-cols { grid-template-columns: 1fr; gap: 28px; }
}

/* ============================================================
   EXPLORE — open editorial rows (no card chrome)
   ============================================================ */
.hp-explore .hp-explore-grid { display: none; }
.hp-explore-rows { display: flex; flex-direction: column; gap: clamp(56px,7vw,100px); }
.hp-platform-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(36px,5vw,72px);
  align-items: center;
}
.hp-platform-row-rev .hp-platform-media { order: 2; }
.hp-platform-media { aspect-ratio: 4/3; overflow: hidden; }
.hp-platform-media img { width:100%; height:100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.16,1,0.3,1); }
.hp-platform-media:hover img { transform: scale(1.04); }
.hp-platform-text { max-width: 560px; }
.hp-platform-text .hp-platform-tag { display:block; margin-bottom: 14px; }
.hp-platform-text .hp-platform-title { margin: 0 0 16px !important; }
.hp-platform-text .hp-platform-desc { margin: 0 0 22px !important; }
.hp-platform-text .hp-tick-list { margin: 0 0 28px !important; }
.hp-platform-text .btn-primary { margin-top: 4px; }
@media (max-width: 880px){
  .hp-platform-row, .hp-platform-row-rev { grid-template-columns: 1fr; gap: 24px; }
  .hp-platform-row-rev .hp-platform-media { order: -1; }
  .hp-platform-media { aspect-ratio: 16/9; }
}

/* Explore images — soft-feathered edges, blend into bg (de-boxed) */
.hp-platform-media { aspect-ratio: 4/3; overflow: visible; background: transparent; }
.hp-platform-media img {
  -webkit-mask-image: radial-gradient(ellipse 78% 80% at 50% 50%, #000 62%, rgba(0,0,0,0.55) 82%, transparent 100%);
          mask-image: radial-gradient(ellipse 78% 80% at 50% 50%, #000 62%, rgba(0,0,0,0.55) 82%, transparent 100%);
  filter: saturate(1.06);
}

/* Explore images — feathered like the rest of the site (see site-wide block) */
.hp-platform-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: visible;
  z-index: 1;
}
.hp-platform-media img { position: relative; z-index: 2; display: block; }
/* Offset accent block peeking behind the photo */
.hp-platform-media::before {
  content: none !important;
}
.hp-platform-row-rev .hp-platform-media::before { inset: 22px 22px -22px -22px; }
.hp-platform-media:hover::before { inset: 14px -14px -14px 14px; }
.hp-platform-row-rev .hp-platform-media:hover::before { inset: 14px 14px -14px -14px; }
@media (max-width: 880px){
  .hp-platform-media::before, .hp-platform-row-rev .hp-platform-media::before { inset: 16px -16px -16px 16px; }
}

/* ============================================================
   IMPACT SNAPSHOT — redesign: navy band, editorial big numbers
   ============================================================ */
.hp-impact { background: var(--c-primary) !important; padding: clamp(52px,6.5vw,84px) 0 !important; position: relative; }
.hp-impact .hp-section-head .section-eyebrow { color: var(--c-accent) !important; }
.hp-impact .hp-section-head { margin-bottom: clamp(32px,3.6vw,48px); }

.hp-impact-group { margin-bottom: clamp(40px,5vw,64px) !important; }
.hp-impact-group:last-child { margin-bottom: 0 !important; }
.hp-impact-grouptitle {
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: clamp(16px,1.5vw,20px) !important;
  letter-spacing: -0.3px;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
}
.hp-impact-grouptitle::after { content:''; display:block; width: 44px; height: 2px; background: var(--c-accent); margin-top: 16px; }

/* Stat row — open, hairline dividers, no boxes */
.hp-impact .hp-stat-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  background: transparent !important;
  border: none !important;
  margin-top: 28px;
}
.hp-impact .hp-stat {
  background: transparent !important;
  border: none !important;
  border-left: 1px solid rgba(255,255,255,0.14) !important;
  padding: 8px clamp(18px,2vw,32px) !important;
  min-height: auto !important;
  display: flex !important;
  flex-direction: column;
  gap: 12px !important;
  justify-content: flex-start;
}
.hp-impact .hp-stat:first-child { border-left: none !important; padding-left: 0 !important; }
.hp-impact .hp-stat-num {
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(28px,3vw,46px) !important;
  letter-spacing: -1.5px !important;
  line-height: 1 !important;
  color: #FFFFFF !important;
  white-space: nowrap;
}
.hp-impact .hp-stat-label {
  font-family: 'Krub', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: rgba(255,255,255,0.62) !important;
}
@media (max-width: 760px){
  .hp-impact .hp-stat-grid { grid-template-columns: 1fr 1fr !important; gap: 28px 0 !important; }
  .hp-impact .hp-stat:nth-child(odd) { border-left: none !important; padding-left: 0 !important; }
  .hp-impact .hp-stat { border-left: 1px solid rgba(255,255,255,0.14) !important; }
}
@media (max-width: 440px){
  .hp-impact .hp-stat-grid { grid-template-columns: 1fr !important; }
  .hp-impact .hp-stat { border-left: none !important; padding-left: 0 !important; border-top: 1px solid rgba(255,255,255,0.12) !important; padding-top: 22px !important; }
  .hp-impact .hp-stat:first-child { border-top: none !important; padding-top: 0 !important; }
}

/* ============================================================
   APPLICATION POTENTIAL — redesign: de-carded editorial compare
   ============================================================ */
.hp-apps-grid { counter-reset: appidx; grid-template-columns: 1fr 1fr !important; column-gap: 0 !important; align-items: stretch; }
.hp-apps-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  transform: none !important;
  transition: none !important;
}
.hp-apps-card:hover {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}
/* equal columns: symmetric inner padding + hairline divider down the middle */
@media (min-width: 881px){
  .hp-apps-grid > .hp-apps-card:nth-child(1) { padding-right: clamp(36px,4vw,64px) !important; }
  .hp-apps-grid > .hp-apps-card:nth-child(2) {
    padding-left: clamp(36px,4vw,64px) !important;
    border-left: 1px solid var(--c-bg3) !important;
  }
}
.hp-apps-photo {
  aspect-ratio: 4/3 !important;
  overflow: hidden;
  position: relative;
}
.hp-apps-photo img { transition: transform 1.4s cubic-bezier(0.16,1,0.3,1) !important; }
.hp-apps-card:hover .hp-apps-photo img { transform: scale(1.04) !important; }

.hp-apps-body { padding: clamp(22px,2.4vw,30px) 0 0 !important; }
/* platform index number */
.hp-apps-body::before {
  counter-increment: appidx;
  content: "0" counter(appidx);
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--c-accent);
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--c-bg3);
}
.hp-apps-title { margin: 0 0 6px !important; letter-spacing: -0.6px !important; }
.hp-apps-sub { margin: 0 0 16px !important; }
.hp-apps-desc { margin: 0 0 26px !important; }
.hp-apps-oppslabel { margin: 0 0 16px !important; }
/* opportunity list — single clean column, hairline rows */
.hp-apps .hp-tick-list { grid-template-columns: 1fr !important; gap: 0 !important; }
.hp-apps .hp-tick-list li {
  padding: 11px 0 11px 26px !important;
  border-top: 1px solid var(--c-bg3);
  font-size: 14.5px !important;
}
.hp-apps .hp-tick-list li:last-child { border-bottom: 1px solid var(--c-bg3); }
.hp-apps .hp-tick-list li::before { top: 17px !important; }

/* why-it-matters — elevated statement band */
.hp-apps-why {
  position: relative;
  max-width: 920px;
  margin: clamp(56px,6vw,88px) auto 0 !important;
  padding: clamp(40px,4.5vw,60px) clamp(28px,4vw,56px) !important;
  text-align: center;
  background: var(--c-bg2);
  border-top: 3px solid var(--c-accent);
}
.hp-apps-why-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-accent);
  margin: 0 0 18px;
}
.hp-apps-why-text {
  font-family: 'Krub', sans-serif;
  font-weight: 500;
  font-size: clamp(18px,1.9vw,24px) !important;
  line-height: 1.5 !important;
  color: var(--c-primary) !important;
  max-width: 760px;
  margin: 0 auto !important;
  letter-spacing: -0.2px;
}
@media (max-width: 880px){
  .hp-apps-photo { aspect-ratio: 16/9 !important; }
}

/* ============================================================
   SITE-WIDE IMAGE TREATMENT — rounded corners + soft drop shadow
   Crisp photo, lifted off the page. Full image, no crop/feather/scrim.
   ============================================================ */
.hp-platform-photo,
.hp-about-photo,
.hp-about-head-photo,
.hp-apps-photo,
.inner-split-photo,
.species-photo,
.hp-platform-media {
  position: relative;
  overflow: hidden !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: 0 20px 44px rgba(var(--shadow-rgb),0.16) !important;
}
/* kill the old scrim overlay */
.hp-platform-photo::after,
.hp-about-photo::after,
.hp-about-head-photo::after,
.hp-apps-photo::after,
.inner-split-photo::after,
.species-photo::after,
.hp-platform-media::after {
  content: none !important;
  background: none !important;
}
/* crisp image, no feather/filter/shadow on the img itself */
.hp-platform-photo img,
.hp-about-photo img,
.hp-about-head-photo img,
.hp-apps-photo img,
.inner-split-photo img,
.species-photo img,
.hp-platform-media img {
  -webkit-mask-image: none !important;
          mask-image: none !important;
  filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* ============================================================
   CTA SECTION — brand orange, shorter height (site-wide, final)
   ============================================================ */
.cta-section {
  background: var(--c-accent) !important;
  padding: clamp(40px, 4.5vw, 64px) 0 !important;
}
.cta-section .cta-heading,
.cta-section .section-heading { color: #FFFFFF !important; margin-bottom: 16px !important; }
/* accent period / italic accent: match the white heading (navy read odd on orange) */
.cta-section .cta-heading-accent,
.cta-section .cta-heading em,
.cta-section .section-heading em,
.cta-section em { color: #FFFFFF !important; }
.cta-section .cta-body,
.cta-section .section-body { color: rgba(255,255,255,0.92) !important; margin-bottom: 28px !important; }
.cta-section .cta-eyebrow,
.cta-section .section-eyebrow { color: rgba(255,255,255,0.78) !important; margin-bottom: 16px !important; }
.cta-section .section-eyebrow::before { background: rgba(255,255,255,0.5) !important; }
/* primary CTA button: solid white, navy text (orange button vanished on orange) */
.cta-section .btn-primary,
.cta-section .btn-white,
.cta-section .btn-secondary,
.cta-section .btn-primary-orange {
  background: #FFFFFF !important;
  color: var(--c-primary) !important;
  border: none !important;
}
.cta-section .btn-primary:hover,
.cta-section .btn-white:hover,
.cta-section .btn-secondary:hover,
.cta-section .btn-primary-orange:hover {
  background: #F2F4F7 !important;
  transform: translateY(-2px);
}
.cta-section .btn-outline-white,
.cta-section .btn-outline-navy {
  border: 1.5px solid rgba(255,255,255,0.75) !important;
  color: #FFFFFF !important;
  background: transparent !important;
}
.cta-section .btn-outline-white:hover,
.cta-section .btn-outline-navy:hover {
  background: rgba(255,255,255,0.14) !important;
  border-color: #FFFFFF !important;
}
/* tone down decorative pattern on orange */
.cta-section .cta-bg-pattern { opacity: .05 !important; }

/* ============================================================
   RESPONSIVENESS FIXES — collapse grids whose redesigned base
   rule carries !important (media queries must too, and come last)
   ============================================================ */
@media (max-width: 880px){
  .hp-apps-grid { grid-template-columns: 1fr !important; column-gap: 0 !important; }
  .hp-apps-grid > .hp-apps-card { padding: 0 !important; border-left: none !important; }
  .hp-apps-card + .hp-apps-card { margin-top: clamp(40px,7vw,56px); padding-top: clamp(40px,7vw,56px) !important; border-top: 1px solid var(--c-bg3); }
}

/* Overview prose block (our-technology intro narrative) */
.inner-prose { max-width: 820px; margin: 0 auto; }
.inner-prose .inner-body { margin: 0 0 18px; }
.inner-prose .inner-body:last-child { margin-bottom: 0; }

/* ============================================================
   INNER HERO — gradient theme (match Team & Contact)
   Overrides the earlier photo-hero. Only our-innovation /
   our-technology use .inner-hero.
   ============================================================ */
/* inner-hero override moved to components.css (single source of truth) */

/* De-boxed split photo (How the Technology Works) — no card, full image */
.inner-split-photo--bare {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
  aspect-ratio: auto !important;
}
.inner-split-photo--bare img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ============================================================
   CTA SECTION — structure refresh: left text / right actions
   (brand orange + white button kept; content unchanged)
   ============================================================ */
.cta-section .wrap { display: flex !important; align-items: center; justify-content: space-between; gap: clamp(32px,6vw,72px); text-align: left !important; flex-wrap: wrap; }
.cta-section .cta-left { flex: 1 1 460px; max-width: 680px; }
.cta-section .cta-eyebrow { text-align: left !important; margin: 0 0 16px !important; }
.cta-section .cta-heading { text-align: left !important; margin: 0 0 16px !important; max-width: none !important; }
.cta-section .cta-body { text-align: left !important; margin: 0 !important; max-width: 560px !important; }
.cta-section .cta-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 14px; min-width: 248px; position: relative; z-index: 1; }
.cta-section .cta-actions .btn-white, .cta-section .cta-actions .btn-outline-white { width: 100%; justify-content: center; }
.cta-note { display: flex; align-items: center; justify-content: center; gap: 9px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.92); margin: 2px 0 0; }
.cta-note::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #9FE3B4; box-shadow: 0 0 0 3px rgba(159,227,180,0.25); flex-shrink: 0; }
@media (max-width: 760px) {
  .cta-section .wrap { flex-direction: column; align-items: flex-start; gap: 26px; }
  .cta-section .cta-left { flex: 0 0 auto; width: 100%; max-width: 100%; }
  .cta-section .cta-actions { width: 100%; min-width: 0; }
  .cta-note { justify-content: flex-start; }
}

/* CTA diagonal-line pattern sits behind content */
.cta-section { position: relative; }
.cta-section .cta-bg-pattern { z-index: 0; }
.cta-section .wrap { position: relative; z-index: 1; }

/* CTA button — larger, consistent size */
.cta-section .cta-actions .btn-white,
.cta-section .cta-actions .btn-outline-white { padding: 17px 38px !important; font-size: 16px !important; }
.cta-section .cta-actions .btn-white .ico { width: 17px; height: 17px; }

/* Eyebrows + heading accent bar moved to assets/css/components.css (single source of truth) */

/* ============================================================
   IMPACT SNAPSHOT — two side-by-side groups, each a 2x2 grid
   ============================================================ */
/* subgrid: both groups share the title-row height so the 2x2 grids align */
.hp-impact-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 0; grid-template-rows: auto auto; align-items: start; }
.hp-impact-groups .hp-impact-group:first-child { padding-right: clamp(32px,4vw,68px); }
.hp-impact-groups .hp-impact-group:last-child { padding-left: clamp(32px,4vw,68px); border-left: 1px solid rgba(255,255,255,0.16); }
@media (max-width: 920px){
  .hp-impact-groups .hp-impact-group:first-child { padding-right: 0; }
  .hp-impact-groups .hp-impact-group:last-child { padding-left: 0; border-left: none; border-top: 1px solid rgba(255,255,255,0.14); padding-top: clamp(36px,6vw,48px); }
}
.hp-impact-groups .hp-impact-group { margin-bottom: 0 !important; display: grid; grid-template-rows: subgrid; grid-row: span 2; }
.hp-impact-groups .hp-impact-grouptitle { margin: 0 !important; }
.hp-impact .hp-impact-groups .hp-stat-grid {
  grid-template-columns: repeat(2, 1fr) !important;
  gap: clamp(28px,3vw,40px) clamp(20px,2vw,32px) !important;
  margin-top: 26px;
  align-self: start;
}
.hp-impact .hp-impact-groups .hp-stat {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-impact .hp-impact-groups .hp-stat-num { font-size: clamp(24px,2.3vw,40px) !important; }
@media (max-width: 920px){
  .hp-impact-groups { grid-template-columns: 1fr; gap: clamp(40px,6vw,56px); }
  .hp-impact-groups .hp-impact-grouptitle { min-height: 0; }
}
@media (max-width: 440px){
  .hp-impact .hp-impact-groups .hp-stat-grid { grid-template-columns: 1fr !important; }
}

/* Impact group title -> heading + subheading */
.hp-impact-grouphead {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(18px,1.8vw,23px);
  letter-spacing: -0.3px;
  color: var(--c-accent);
  margin: 0;
  line-height: 1.15;
}
.hp-impact-groupsub {
  font-family: 'Krub', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.62);
  margin: 6px 0 0;
  line-height: 1.4;
}

/* ============================================================
   EXPLORE — tabbed switcher
   ============================================================ */
.hp-explore-tabs {
  display: flex;
  gap: 6px;
  justify-content: center;
  border-bottom: 1px solid var(--c-bg3);
  margin-bottom: clamp(40px,5vw,64px);
}
.hp-tab {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(14px,1.4vw,16px);
  letter-spacing: -0.1px;
  color: var(--c-text);
  background: none;
  border: none;
  cursor: pointer;
  padding: 14px clamp(16px,2.2vw,30px);
  transition: color .2s;
}
.hp-tab:hover { color: var(--c-primary); }
.hp-tab.is-active { color: var(--c-primary); }
.hp-tab::after {
  content: '';
  position: absolute;
  left: clamp(16px,2.2vw,30px); right: clamp(16px,2.2vw,30px);
  bottom: -1px; height: 3px;
  background: var(--c-accent);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .28s cubic-bezier(0.16,1,0.3,1);
}
.hp-tab.is-active::after { transform: scaleX(1); }

.hp-explore-panel { display: none; }
.hp-explore-panel.is-active {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px,5vw,72px);
  align-items: center;
  animation: expPanelIn .45s cubic-bezier(0.16,1,0.3,1);
}
@keyframes expPanelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (max-width: 880px){
  .hp-explore-panel.is-active { grid-template-columns: 1fr; gap: 28px; }
  .hp-explore-tabs { gap: 0; }
}

/* ============================================================
   HERO TRUST BAR — outlined pill chips (no glass)
   ============================================================ */
.hero.hero-v3 .hero-creds {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: clamp(34px,4vw,50px);
  padding: 0 !important;
  border: none !important;
  border-top: none !important;
  background: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  border-radius: 0 !important;
  max-width: fit-content;
}
.hero.hero-v3 .hero-cred {
  flex-direction: row !important;
  align-items: center;
  gap: 9px !important;
  padding: 9px 17px !important;
  border: 1px solid rgba(3,47,82,0.22);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 2px 10px rgba(var(--shadow-rgb),0.06);
  border-radius: 100px;
  transition: border-color .2s, background .2s;
}
.hero.hero-v3 .hero-cred:hover { border-color: rgba(206,120,46,0.6); background: rgba(206,120,46,0.12); }
.hero.hero-v3 .hero-cred + .hero-cred::before { display: none !important; }
.hero.hero-v3 .hero-cred svg {
  width: 16px !important; height: 16px !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  color: var(--c-accent) !important;
  flex-shrink: 0;
}
.hero.hero-v3 .hero-cred-value {
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap;
}
@media (max-width: 760px){
  .hero.hero-v3 .hero-creds { max-width: 100%; gap: 8px; }
}

/* ============================================================
   CHALLENGE — centered heading bar + highlighted Opportunity callout
   ============================================================ */
.hp-challenge-head .section-heading::after { margin-left: auto !important; margin-right: auto !important; }

.hp-challenge-opp {
  max-width: 900px;
  margin: clamp(36px,4vw,52px) auto 0 !important;
  padding: clamp(26px,3vw,38px) clamp(28px,4vw,48px) !important;
  background: rgba(206,120,46,0.12);
  border: 1px solid rgba(206,120,46,0.42);
  border-radius: var(--r);
  text-align: center;
}
.hp-challenge-opp-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: var(--c-accent);
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.hp-challenge-opp p {
  font-family: 'Krub', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
  margin: 0;
  max-width: 760px;
  margin-left: auto; margin-right: auto;
}

/* Impact snapshot — title + intro */
.hp-impact .hp-section-head .section-heading { color: #FFFFFF !important; margin: 0 auto 16px !important; max-width: 760px !important; }
.hp-impact-intro { font-family: 'Krub', sans-serif; font-size: 16px; line-height: 1.65; color: rgba(255,255,255,0.6); max-width: 620px; margin: 0 auto; }
