/* =========================================================================
   Solace Technologies - parent landing
   Apple-grade scroll experience. Dark canvas, kinetic typography.
   Stack: Lenis (smooth scroll) + GSAP/ScrollTrigger (choreography).
   ========================================================================= */

:root {
  --bg-deep: #03070d;
  --bg: #06111e;
  --bg-soft: #0a1727;
  --bg-surface: #0d1a2c;

  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --line-stronger: rgba(255, 255, 255, 0.24);

  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.78);
  --text-dim: rgba(255, 255, 255, 0.56);
  --text-faint: rgba(255, 255, 255, 0.36);

  --accent: #34d399;
  --accent-2: #38bdf8;
  --accent-3: #a78bfa;
  --accent-warm: #fbbf24;

  --gradient: linear-gradient(120deg, #34d399 0%, #38bdf8 55%, #a78bfa 100%);
  --gradient-sharp: linear-gradient(120deg, #34d399 0%, #38bdf8 100%);
  --gradient-warm: linear-gradient(120deg, #fbbf24 0%, #f472b6 100%);

  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 18px 48px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.65);

  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-pill: 999px;

  --max: 1240px;
  --max-narrow: 960px;
  --max-wide: 1440px;

  --pad-x: clamp(20px, 4vw, 64px);

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-image:
    radial-gradient(1400px 700px at 80% -10%, rgba(56, 189, 248, 0.10), transparent 60%),
    radial-gradient(1200px 600px at -10% 30%, rgba(52, 211, 153, 0.10), transparent 60%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 22%, var(--bg) 100%);
  background-attachment: fixed;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

::selection { background: rgba(52, 211, 153, 0.32); color: white; }

.skip {
  position: fixed;
  top: -100px;
  left: 12px;
  background: var(--text);
  color: var(--bg);
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 1000;
  font-weight: 600;
}
.skip:focus { top: 64px; }

.accent {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.22);
  margin-bottom: 22px;
}
.section-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(80px, 12vh, 140px) var(--pad-x) clamp(60px, 8vh, 120px);
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.55;
  will-change: transform;
}
.hero-orb-a { width: 620px; height: 620px; background: rgba(52, 211, 153, 0.45); top: -180px; left: -120px; }
.hero-orb-b { width: 580px; height: 580px; background: rgba(56, 189, 248, 0.50); top: 80px; right: -160px; }
.hero-orb-c { width: 420px; height: 420px; background: rgba(167, 139, 250, 0.40); bottom: -120px; left: 28%; }
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(900px 600px at 50% 50%, rgba(0, 0, 0, 0.7), transparent 80%);
  -webkit-mask-image: radial-gradient(900px 600px at 50% 50%, rgba(0, 0, 0, 0.7), transparent 80%);
  opacity: 0.6;
}

.hero-inner {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(28px, 3.4vw, 56px);
  align-items: center;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hero-visual {
  position: relative;
  aspect-ratio: 3 / 2;
  isolation: isolate;
  will-change: transform;
  width: calc(100% + clamp(0px, 9vw, 150px));
  margin-right: calc(-1 * clamp(0px, 9vw, 150px));
  margin-block: clamp(-40px, -3vw, 0px);
}
.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 40px 90px rgba(0, 0, 0, 0.5));
  will-change: transform;
}
.hero-visual-glow {
  position: absolute;
  inset: -12%;
  z-index: -1;
  background: radial-gradient(60% 55% at 52% 24%, rgba(56, 189, 248, 0.38) 0%, transparent 66%),
    radial-gradient(55% 50% at 50% 70%, rgba(52, 211, 153, 0.32) 0%, transparent 68%),
    radial-gradient(45% 45% at 70% 90%, rgba(167, 139, 250, 0.28) 0%, transparent 70%);
  filter: blur(48px);
  opacity: 0.95;
}
.hero-visual-tag {
  position: absolute;
  bottom: 6%;
  left: 8%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(5, 17, 32, 0.62);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text);
}
.hero-visual-tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px rgba(52, 211, 153, 0.85);
  animation: heroTagPulse 2.8s var(--ease-in-out) infinite;
}
@keyframes heroTagPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.7; }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 28px;
  align-self: flex-start;
}

.hero-title {
  margin: 0 0 26px;
  font-size: clamp(44px, 7vw, 100px);
  line-height: 0.93;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--text);
  max-width: 14ch;
}
.hero-title .line {
  display: block;
  overflow: hidden;
}
.hero-title .line > span {
  display: inline-block;
  will-change: transform, opacity;
}

.hero-sub {
  margin: 0 0 38px;
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--text-soft);
  max-width: 60ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: clamp(72px, 10vh, 140px);
}

.btn {
  --btn-pad-x: 26px;
  --btn-pad-y: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  transition: transform 280ms var(--ease-out-expo), box-shadow 280ms var(--ease), background 280ms var(--ease), color 280ms var(--ease);
  cursor: pointer;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform 280ms var(--ease-out-expo); }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(4px); }

.btn-primary {
  background: var(--gradient);
  color: #051120;
  box-shadow: 0 14px 40px rgba(52, 211, 153, 0.25);
}
.btn-primary:hover { filter: brightness(1.08); box-shadow: 0 18px 50px rgba(52, 211, 153, 0.35); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border-color: var(--line-strong);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.10); border-color: var(--line-stronger); }

.btn-light {
  background: var(--text);
  color: #051120;
}
.btn-light:hover { background: #e9f3ff; }

.hero-scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-faint);
  font-weight: 600;
}
.hero-scroll-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent);
  transform-origin: top center;
  animation: scrollHint 2.4s var(--ease-in-out) infinite;
}
@keyframes scrollHint {
  0%, 100% { transform: scaleY(0.4); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* =========================================================================
   PATHS - "Choose your path" segment band
   ========================================================================= */
.paths {
  position: relative;
  padding: clamp(80px, 12vh, 140px) var(--pad-x) clamp(64px, 10vh, 120px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(900px 480px at 80% 0%, rgba(52, 211, 153, 0.07), transparent 70%),
    radial-gradient(800px 420px at 0% 100%, rgba(56, 189, 248, 0.06), transparent 70%),
    var(--bg);
}

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

.paths-head {
  max-width: 760px;
  margin: 0 0 clamp(40px, 5vw, 64px);
}
.paths-head h2 {
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 800;
  margin: 0 0 22px;
}
.paths-head p {
  font-size: clamp(15px, 1.2vw, 18px);
  color: var(--text-soft);
  max-width: 60ch;
  margin: 0;
}

/* ----- Find-your-fit audience chips ----- */
.fit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.fit-chip {
  appearance: none;
  cursor: pointer;
  font: inherit;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text-soft);
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.12));
  background: var(--glass-bg-soft, rgba(15, 28, 47, 0.4));
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  transition: color 200ms ease, border-color 200ms ease,
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1), background 200ms ease;
}
.fit-chip:hover {
  color: #fff;
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.45);
}
.fit-chip.is-active {
  color: #06111e;
  background: linear-gradient(120deg, #34d399, #38bdf8);
  border-color: transparent;
}

/* card filter states */
.paths-grid .path-card {
  transition: opacity 360ms ease, filter 360ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 280ms var(--ease), background 320ms var(--ease), box-shadow 320ms var(--ease);
}
.path-card.is-dimmed {
  opacity: 0.38;
  filter: saturate(0.6);
}
.path-card.is-pop {
  transform: translateY(-4px) scale(1.012);
}

/* ----- Find-your-fit "already running in" chip row ----- */
.fit-runs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: clamp(28px, 3vw, 40px);
}
.fit-runs-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dim, #8295ab);
  margin-right: 4px;
}
.fit-run-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-soft);
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.12));
  background: var(--glass-bg-soft, rgba(15, 28, 47, 0.4));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: color 200ms ease, border-color 200ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.fit-run-chip em {
  font-style: normal;
  color: var(--text-dim, #8295ab);
}
.fit-run-chip:hover {
  color: #fff;
  transform: translateY(-2px);
  border-color: rgba(52, 211, 153, 0.45);
}

/* ----- 3D offer-card icon badge ----- */
.offer-icon3d {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: clamp(58px, 6.5vw, 82px);
  height: auto;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}
.offer-card:hover .offer-icon3d {
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}

.paths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 3vw, 40px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  transition: transform 320ms var(--ease-out-expo), border-color 280ms var(--ease), background 320ms var(--ease), box-shadow 320ms var(--ease);
  isolation: isolate;
  overflow: hidden;
  color: var(--text);
}
.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 260px at 100% 0%, rgba(52, 211, 153, 0.08), transparent 70%);
  opacity: 0;
  transition: opacity 320ms var(--ease);
  pointer-events: none;
  z-index: -1;
}
.path-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-stronger);
  box-shadow: var(--shadow-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}
.path-card:hover::before { opacity: 1; }

.path-card.path-card-feature {
  border-color: rgba(52, 211, 153, 0.35);
  background: linear-gradient(180deg, rgba(52, 211, 153, 0.07), rgba(56, 189, 248, 0.03));
}
.path-card.path-card-feature::before {
  background: radial-gradient(420px 260px at 100% 0%, rgba(56, 189, 248, 0.18), transparent 70%);
  opacity: 0.7;
}

.path-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.32);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.path-card h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 800;
  margin: 4px 0 0;
}
.path-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
  max-width: 52ch;
}

.path-mods {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.path-mods li {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text-soft);
  font-family: "JetBrains Mono", "SF Mono", ui-monospace, Menlo, Consolas, monospace;
}

.path-go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--accent);
}
.path-go svg {
  width: 16px;
  height: 16px;
  transition: transform 280ms var(--ease-out-expo);
}
.path-card:hover .path-go svg { transform: translateX(4px); }

@media (max-width: 880px) {
  .paths-grid { grid-template-columns: minmax(0, 1fr); }
}

/* =========================================================================
   DISCOVER - "Run a 10-min requirements scan" feature band
   Loud, distinct, asymmetric. The home page's single biggest CTA.
   ========================================================================= */
.discover {
  position: relative;
  padding: clamp(80px, 13vh, 160px) var(--pad-x) clamp(80px, 12vh, 140px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(1100px 600px at 100% 0%, rgba(56, 189, 248, 0.10), transparent 70%),
    radial-gradient(900px 500px at 0% 100%, rgba(52, 211, 153, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(0, 0, 0, 0.18)),
    var(--bg);
  isolation: isolate;
  overflow: hidden;
}
.discover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0px,
      transparent 22px,
      rgba(255, 255, 255, 0.018) 22px,
      rgba(255, 255, 255, 0.018) 23px
    );
  pointer-events: none;
  z-index: -1;
}

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

.discover-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.discover-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.discover-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 9px 16px 9px 12px;
  border-radius: var(--radius-pill);
  background: rgba(52, 211, 153, 0.10);
  border: 1px solid rgba(52, 211, 153, 0.30);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}
.discover-kicker-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18);
  animation: discoverPulse 2.4s ease-in-out infinite;
}
@keyframes discoverPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.18); }
  50%       { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0.06); }
}

.discover-h {
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.028em;
  font-weight: 800;
  margin: 0;
}

.discover-lead {
  font-size: clamp(15.5px, 1.25vw, 18px);
  line-height: 1.65;
  color: var(--text-soft);
  max-width: 58ch;
  margin: 0;
}
.discover-lead strong {
  color: var(--text);
  font-weight: 600;
}

.discover-cta-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
  align-items: flex-start;
}

.discover-cta-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 18px 28px;
  letter-spacing: 0.005em;
  box-shadow:
    0 12px 32px -12px rgba(52, 211, 153, 0.55),
    0 0 0 1px rgba(52, 211, 153, 0.35) inset;
}
.discover-cta-btn svg { width: 20px; height: 20px; }

.discover-trust {
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-softer, var(--text-soft));
  max-width: 46ch;
  opacity: 0.85;
}

/* ----- Right column: topics + steps blocks ----- */
.discover-side {
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  align-self: stretch;
}

.discover-block {
  position: relative;
  padding: clamp(22px, 2.4vw, 30px) clamp(22px, 2.4vw, 30px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  border: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.discover-block-eyebrow {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.discover-topics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.discover-topics li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-soft);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.dt-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 24px;
  border-radius: 6px;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.28);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  font-family: "JetBrains Mono", "SF Mono", ui-monospace, Menlo, Consolas, monospace;
}
.dt-label strong {
  color: var(--text);
  font-weight: 600;
}

.discover-block-steps .discover-block-eyebrow { color: var(--text); opacity: 0.85; }

.discover-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: ds;
  display: grid;
  gap: 14px;
}
.discover-steps > li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-soft);
}
.ds-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.20), rgba(56, 189, 248, 0.12));
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.discover-steps strong {
  color: var(--text);
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 980px) {
  .discover-grid { grid-template-columns: minmax(0, 1fr); gap: clamp(28px, 4vw, 40px); }
}
@media (max-width: 560px) {
  .discover-h { font-size: clamp(34px, 9vw, 48px); }
  .discover-cta-btn { width: 100%; justify-content: center; }
}

/* =========================================================================
   STATS BAND
   ========================================================================= */
.stats {
  position: relative;
  padding: clamp(80px, 12vh, 140px) var(--pad-x);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(900px 400px at 50% 50%, rgba(56, 189, 248, 0.06), transparent 70%),
    var(--bg-soft);
}

.stats-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 36px);
  align-items: end;
}

.stat { display: flex; flex-direction: column; gap: 8px; }
.stat strong {
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-variant-numeric: tabular-nums;
}
.stat span {
  font-size: 13px;
  color: var(--text-dim);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* =========================================================================
   VISION QUOTE
   ========================================================================= */
.vision {
  position: relative;
  padding: clamp(120px, 18vh, 200px) var(--pad-x);
}

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

.vision-quote {
  margin: 24px 0 0;
  font-size: clamp(28px, 4.6vw, 64px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--text-faint);
  display: flex;
  flex-wrap: wrap;
  gap: 0.32em 0.36em;
  max-width: 22ch;
}
.vision-quote .vw {
  display: inline-block;
  transition: color 320ms var(--ease);
  will-change: color;
}
.vision-quote .vw.is-on { color: var(--text); }
.vision-quote .vw.accent.is-on {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* =========================================================================
   PRODUCT SHOWCASES (Iris + Stay)
   ========================================================================= */
.showcase {
  position: relative;
  padding: clamp(60px, 8vh, 120px) var(--pad-x);
  overflow: hidden;
}

.showcase-frame {
  max-width: var(--max-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
  min-height: 86vh;
}
.showcase-frame.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}
.showcase-frame.reverse .showcase-visual { order: 2; }
.showcase-frame.reverse .showcase-copy { order: 1; }

.showcase-visual {
  position: relative;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  isolation: isolate;
  will-change: transform;
}
.showcase-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  will-change: transform;
}

.showcase-glow {
  position: absolute;
  inset: 12% -10% -25% 12%;
  border-radius: 50%;
  filter: blur(110px);
  z-index: -1;
  opacity: 0.55;
}
.showcase-glow-iris { background: radial-gradient(circle, rgba(52, 211, 153, 0.85) 0%, transparent 60%); }
.showcase-glow-stay { background: radial-gradient(circle, rgba(167, 139, 250, 0.75) 0%, transparent 60%); inset: 12% 12% -25% -10%; }
.showcase-glow-controls { background: radial-gradient(circle, rgba(56, 189, 248, 0.85) 0%, transparent 60%); }
.showcase-tag-iris { color: #34d399; }
.showcase-tag-stay { color: #c4b5fd; }
.showcase-tag-controls { color: #38bdf8; }

.showcase-tag {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  background: rgba(5, 17, 32, 0.6);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(10px);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text);
  z-index: 2;
}

.showcase-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(36px, 6vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.showcase-copy p {
  margin: 0 0 26px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-soft);
  max-width: 50ch;
}
.showcase-points {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.showcase-points li {
  position: relative;
  padding-left: 22px;
  color: var(--text-soft);
  font-size: 15px;
}
.showcase-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 2px;
  background: var(--gradient);
  border-radius: 2px;
}

/* =========================================================================
   CAPABILITIES
   ========================================================================= */
.capabilities {
  padding: clamp(120px, 18vh, 200px) var(--pad-x);
}
.capabilities-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-head {
  max-width: 880px;
  margin-bottom: clamp(50px, 7vh, 100px);
}
.section-head h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 6.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.section-lead {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-soft);
  max-width: 64ch;
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.cap-card {
  position: relative;
  padding: 28px 26px 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  isolation: isolate;
  color: inherit;
  text-decoration: none;
  transition: background 280ms var(--ease), border-color 280ms var(--ease), transform 280ms var(--ease-out-expo);
  will-change: transform;
}
.cap-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: var(--gradient);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 320ms var(--ease);
  pointer-events: none;
}
.cap-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line-strong);
  transform: translateY(-4px);
}
.cap-card:hover::before { opacity: 0.7; }

.cap-num {
  display: inline-flex;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.cap-card h3 {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 19px);
  letter-spacing: -0.01em;
  font-weight: 700;
  color: var(--text);
}
.cap-card p {
  margin: 0;
  color: var(--text-dim);
  font-size: 13.5px;
  line-height: 1.55;
}

.cap-card-feature {
  grid-column: span 2;
  background: linear-gradient(140deg, rgba(52, 211, 153, 0.15), rgba(56, 189, 248, 0.12));
  border-color: rgba(52, 211, 153, 0.32);
}
.cap-card-feature h3 { color: var(--text); }
.cap-feature-tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-soft);
}

.cap-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  transition: gap 240ms var(--ease-out-expo), color 240ms var(--ease);
}
.cap-link svg {
  width: 14px;
  height: 14px;
  transition: transform 240ms var(--ease-out-expo);
}
.cap-card:hover .cap-link { gap: 12px; }
.cap-card:hover .cap-link svg { transform: translateX(3px); }
.cap-card-feature .cap-link { color: var(--text); }

/* =========================================================================
   VERTICALS (3 vertical cards: Hardware / Software / Data Science & AI)
   ========================================================================= */
.verticals {
  padding: clamp(120px, 18vh, 200px) var(--pad-x);
}
.verticals-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.verticals-inner .section-lead strong { color: var(--text); font-weight: 700; }

.vert-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.15fr;
  gap: 16px;
}
.vert-card {
  position: relative;
  padding: 32px 30px 30px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 20px;
  isolation: isolate;
  overflow: hidden;
  transition: transform 320ms var(--ease-out-expo), border-color 280ms var(--ease), background 280ms var(--ease);
}
.vert-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 320ms var(--ease);
}
.vert-card-hw::before {
  background:
    radial-gradient(700px 360px at 100% 0%, rgba(56, 189, 248, 0.32) 0%, transparent 60%),
    radial-gradient(500px 280px at 0% 100%, rgba(52, 211, 153, 0.18) 0%, transparent 60%);
}
.vert-card-sw::before {
  background:
    radial-gradient(700px 360px at 0% 0%, rgba(167, 139, 250, 0.32) 0%, transparent 60%),
    radial-gradient(500px 280px at 100% 100%, rgba(56, 189, 248, 0.16) 0%, transparent 60%);
}
.vert-card-ai::before {
  background:
    radial-gradient(700px 360px at 50% -10%, rgba(52, 211, 153, 0.30) 0%, transparent 60%),
    radial-gradient(500px 280px at 0% 110%, rgba(167, 139, 250, 0.22) 0%, transparent 60%);
}
.vert-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.04);
}
.vert-card:hover::before { opacity: 0.75; }

.vert-head { display: grid; gap: 12px; }
.vert-num {
  display: inline-flex;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.vert-card-hw .vert-num { color: #38bdf8; }
.vert-card-sw .vert-num { color: #c4b5fd; }
.vert-card-ai .vert-num { color: #34d399; }

.vert-card h3 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -0.025em;
  font-weight: 800;
  line-height: 1.0;
  color: var(--text);
}
.vert-lead {
  margin: 0;
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.55;
}

.vert-disciplines {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.vert-disciplines li {
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.035);
  transition: background 240ms var(--ease), border-color 240ms var(--ease);
}
.vert-disciplines li:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--line-strong);
}
.vert-disciplines a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  color: inherit;
  text-decoration: none;
}
.vert-d-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--text-dim);
  font-variant-numeric: tabular-nums;
  min-width: 14px;
}
.vert-d-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.005em;
}
.vert-d-sub {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-dim);
}
.vert-disciplines svg {
  width: 14px;
  height: 14px;
  color: var(--text-soft);
  transition: transform 240ms var(--ease-out-expo);
}
.vert-disciplines a:hover svg { transform: translateX(3px); color: var(--text); }

.vert-d-feature {
  background: linear-gradient(140deg, rgba(52, 211, 153, 0.14), rgba(56, 189, 248, 0.10));
  border-color: rgba(52, 211, 153, 0.28) !important;
}
.vert-card-ai .vert-d-feature {
  background: linear-gradient(140deg, rgba(52, 211, 153, 0.16), rgba(167, 139, 250, 0.12));
  border-color: rgba(52, 211, 153, 0.30) !important;
}

/* =========================================================================
   CUSTOM HARDWARE INNOVATION (we engineer products for other brands)
   ========================================================================= */
.custom-hw {
  position: relative;
  padding: clamp(110px, 17vh, 180px) var(--pad-x);
  background:
    radial-gradient(1100px 700px at 0% 0%, rgba(56, 189, 248, 0.10) 0%, transparent 60%),
    radial-gradient(900px 600px at 100% 100%, rgba(167, 139, 250, 0.10) 0%, transparent 60%);
  overflow: hidden;
}
.custom-hw-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.custom-hw-head {
  max-width: 880px;
  margin-bottom: clamp(50px, 8vh, 90px);
}
.custom-hw-head h2 {
  margin: 14px 0 22px;
  font-size: clamp(36px, 6vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.custom-hw-head .section-lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; max-width: 64ch; }
.custom-hw-head .section-lead strong { color: var(--text); font-weight: 700; }
.custom-hw-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hw-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  counter-reset: hwstep;
  position: relative;
}
.hw-flow::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, var(--line-strong) 50%, rgba(255,255,255,0.05) 100%);
  z-index: 0;
  pointer-events: none;
}
.hw-step {
  position: relative;
  padding: 56px 22px 26px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  gap: 10px;
  isolation: isolate;
  transition: transform 280ms var(--ease-out-expo), border-color 240ms var(--ease), background 240ms var(--ease);
}
.hw-step::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--accent);
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.10);
  z-index: 1;
}
.hw-step:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
}
.hw-step-num {
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.hw-step h3 {
  margin: 0;
  font-size: clamp(20px, 1.7vw, 24px);
  letter-spacing: -0.015em;
  font-weight: 700;
  color: var(--text);
}
.hw-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-dim);
}
.hw-step p em { font-style: italic; color: var(--text-soft); }
.hw-step-tag {
  margin-top: auto;
  padding-top: 10px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
  border-top: 1px solid var(--line);
}

/* =========================================================================
   IN-HOUSE / R&D SECTION (Solace Smart Homes heritage)
   ========================================================================= */
.inhouse {
  position: relative;
  padding: clamp(120px, 18vh, 200px) var(--pad-x);
  isolation: isolate;
}
.inhouse::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 500px at 90% 0%, rgba(52, 211, 153, 0.10) 0%, transparent 60%),
    radial-gradient(800px 600px at 0% 100%, rgba(167, 139, 250, 0.10) 0%, transparent 60%);
  pointer-events: none;
}
.inhouse-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: clamp(50px, 7vh, 90px);
}
.inhouse-head {
  max-width: 880px;
}
.inhouse-head h2 {
  margin: 18px 0 22px;
  font-size: clamp(36px, 6vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.inhouse-head .section-lead {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-soft);
  max-width: 760px;
  line-height: 1.55;
}
.inhouse-head .section-lead strong { color: var(--text); font-weight: 700; }

/* ----- Lab visual band ----- */
.inhouse-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 21 / 9;
  border: 1px solid var(--line-strong);
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.55);
  isolation: isolate;
}
.inhouse-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
}
.inhouse-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 17, 30, 0.20) 0%, transparent 35%, rgba(6, 17, 30, 0.10) 65%, rgba(6, 17, 30, 0.78) 100%);
  pointer-events: none;
}
.inhouse-visual-glow {
  position: absolute;
  inset: -4%;
  z-index: -1;
  background: radial-gradient(60% 50% at 50% 50%, rgba(52, 211, 153, 0.18) 0%, transparent 65%);
  filter: blur(40px);
}
.inhouse-visual-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: clamp(20px, 3.4vw, 40px) clamp(20px, 3.4vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--text);
}
.inhouse-visual-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: rgba(5, 17, 32, 0.62);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text);
  width: fit-content;
}
.inhouse-visual-tag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px rgba(52, 211, 153, 0.85);
  animation: heroTagPulse 2.8s var(--ease-in-out) infinite;
}
.inhouse-visual-cap {
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 600;
  max-width: 36ch;
  color: var(--text);
}

/* ----- Differentiator cards ----- */
.inhouse-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.inhouse-card {
  position: relative;
  padding: 32px 30px 30px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
  isolation: isolate;
  transition: background 280ms var(--ease), border-color 280ms var(--ease), transform 280ms var(--ease-out-expo);
  will-change: transform;
}
.inhouse-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line-strong);
  transform: translateY(-2px);
}
.inhouse-card-num {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.inhouse-card h3 {
  margin: 0;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--text);
}
.inhouse-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-soft);
}
.inhouse-card-feature {
  background: linear-gradient(140deg, rgba(52, 211, 153, 0.13), rgba(56, 189, 248, 0.06));
  border-color: rgba(52, 211, 153, 0.26);
}
.inhouse-card-feature .inhouse-card-num { color: #34d399; }
.inhouse-card-feature h3 { color: var(--text); }
.inhouse-card-feature p { color: rgba(230, 237, 246, 0.78); }
.inhouse-card-tag {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
}

/* ----- Stat strip ----- */
.inhouse-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 36px clamp(28px, 4vw, 48px);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}
.inhouse-meta-item {
  display: grid;
  gap: 8px;
}
.inhouse-meta-item strong {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: fit-content;
}
.inhouse-meta-item span {
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.5;
  max-width: 36ch;
}

/* =========================================================================
   BRANDS INTRO (between capabilities and showcases)
   ========================================================================= */
.brands-intro {
  padding: clamp(100px, 16vh, 180px) var(--pad-x) clamp(60px, 8vh, 100px);
  position: relative;
}
.brands-intro-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
}
.brands-intro .section-kicker { margin-inline: auto; }
.brands-intro-title {
  margin: 18px 0 22px;
  font-size: clamp(36px, 6.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.brands-intro-lead {
  margin: 0 auto clamp(50px, 8vh, 80px);
  max-width: 720px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-soft);
}
.brands-intro-lead strong { color: var(--text); font-weight: 700; }

.brand-marks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}
.brand-mark {
  position: relative;
  padding: 40px 36px 36px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: transform 320ms var(--ease-out-expo), border-color 280ms var(--ease), background 280ms var(--ease);
  will-change: transform;
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.55;
  transition: opacity 320ms var(--ease);
}
.brand-mark-iris::before {
  background:
    radial-gradient(700px 360px at 90% -10%, rgba(52, 211, 153, 0.45) 0%, transparent 60%),
    radial-gradient(500px 280px at 0% 110%, rgba(56, 189, 248, 0.30) 0%, transparent 60%);
}
.brand-mark-stay::before {
  background:
    radial-gradient(700px 360px at 10% -10%, rgba(167, 139, 250, 0.45) 0%, transparent 60%),
    radial-gradient(500px 280px at 100% 110%, rgba(56, 189, 248, 0.30) 0%, transparent 60%);
}
.brand-mark-controls::before {
  background:
    radial-gradient(700px 360px at 90% -10%, rgba(56, 189, 248, 0.42) 0%, transparent 60%),
    radial-gradient(500px 280px at 0% 110%, rgba(34, 211, 238, 0.28) 0%, transparent 60%);
}
.brand-mark:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.05);
}
.brand-mark:hover::before { opacity: 0.75; }

.brand-mark-num {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.brand-mark-iris .brand-mark-num { color: #34d399; }
.brand-mark-stay .brand-mark-num { color: #c4b5fd; }
.brand-mark-controls .brand-mark-num { color: #38bdf8; }

.brand-mark > strong {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--text);
}
.brand-mark-tag {
  font-size: clamp(14px, 1.2vw, 17px);
  color: var(--text-soft);
  line-height: 1.45;
}
.brand-mark-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  transition: gap 240ms var(--ease-out-expo);
}
.brand-mark-link svg {
  width: 14px;
  height: 14px;
  transition: transform 240ms var(--ease-out-expo);
}
.brand-mark:hover .brand-mark-link { gap: 12px; }
.brand-mark:hover .brand-mark-link svg { transform: translateX(4px); }

@media (max-width: 1280px) {
  .brand-marks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .brand-marks { grid-template-columns: 1fr; }
}

/* =========================================================================
   SOLUTIONS IN PRODUCTION (sector verticals)
   ========================================================================= */
.solutions {
  position: relative;
  padding: clamp(100px, 16vh, 180px) var(--pad-x);
  background:
    radial-gradient(1000px 700px at 8% 0%, rgba(52, 211, 153, 0.10) 0%, transparent 60%),
    radial-gradient(900px 700px at 100% 100%, rgba(56, 189, 248, 0.10) 0%, transparent 60%),
    var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.solutions-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.solutions-head {
  max-width: 880px;
  margin-bottom: clamp(48px, 8vh, 96px);
}
.solutions-head h2 {
  margin: 14px 0 20px;
  font-size: clamp(36px, 6vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.solutions-head .section-lead {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-soft);
  max-width: 64ch;
  line-height: 1.6;
}

.sol-list {
  display: grid;
  gap: clamp(40px, 7vh, 80px);
}
.sol-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.sol-row-reverse { direction: rtl; }
.sol-row-reverse > * { direction: ltr; }

.sol-media {
  position: relative;
  border-radius: var(--radius-lg, 22px);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line-strong);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
  isolation: isolate;
}
.sol-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1200ms var(--ease-out-expo);
  will-change: transform;
}
.sol-row:hover .sol-media img { transform: scale(1.04); }
.sol-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 17, 30, 0.10) 0%, transparent 35%, rgba(6, 17, 30, 0.45) 100%);
  pointer-events: none;
}
.sol-media-glow {
  position: absolute;
  inset: -6%;
  z-index: -1;
  background: radial-gradient(60% 50% at 50% 50%, rgba(52, 211, 153, 0.20) 0%, transparent 65%);
  filter: blur(50px);
}
.sol-media-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 14px;
  border-radius: var(--radius-pill, 999px);
  background: rgba(5, 17, 32, 0.62);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.sol-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}
.sol-num {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.sol-copy h3 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--text);
}
.sol-lead {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--text-soft);
  line-height: 1.6;
  max-width: 56ch;
}
.sol-points {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.sol-points li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text-soft);
}
.sol-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(120deg, #34d399 0%, #38bdf8 100%);
}
.sol-points li strong {
  color: var(--text);
  font-weight: 700;
  margin-right: 4px;
}
.sol-tags {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.sol-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint, rgba(255, 255, 255, 0.55));
}
.sol-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: var(--radius-pill, 999px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line-strong);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--text);
  transition: background 220ms var(--ease), border-color 220ms var(--ease), transform 220ms var(--ease-out-expo);
}
.sol-tag-pill svg { width: 14px; height: 14px; transition: transform 220ms var(--ease-out-expo); }
a.sol-tag-pill:hover { background: rgba(255, 255, 255, 0.10); border-color: var(--line-stronger); transform: translateY(-1px); }
a.sol-tag-pill:hover svg { transform: translateX(3px); }
.sol-tag-pill-static { color: var(--text-soft); cursor: default; }

.sol-foot {
  margin: clamp(40px, 6vh, 64px) 0 0;
  padding: 22px 26px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed var(--line-strong);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-soft);
  text-align: center;
}
.sol-foot strong { color: var(--text); }

@media (max-width: 1000px) {
  .sol-row,
  .sol-row-reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .sol-row-reverse > * { direction: ltr; }
}

/* =========================================================================
   IN-HOUSE R&D LIVE REEL (floating portrait video)
   ========================================================================= */
.inhouse-reel {
  position: absolute;
  z-index: 3;
  right: clamp(16px, 3.5vw, 36px);
  top: clamp(16px, 3.5vw, 36px);
  width: clamp(120px, 16vw, 200px);
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(5, 17, 32, 0.72);
  border: 1px solid var(--line-strong);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(52, 211, 153, 0.18) inset;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: block;
}
.inhouse-reel-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
}
.inhouse-reel-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: var(--radius-pill, 999px);
  background: rgba(5, 17, 32, 0.78);
  border: 1px solid var(--line-strong);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  z-index: 2;
}
.inhouse-reel-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f87171;
  box-shadow: 0 0 8px rgba(248, 113, 113, 0.85);
  animation: heroTagPulse 2.4s var(--ease-in-out) infinite;
}

@media (max-width: 720px) {
  .inhouse-reel {
    width: 96px;
    right: 12px;
    top: 12px;
    border-radius: 12px;
  }
  .inhouse-reel-tag { font-size: 9px; padding: 4px 8px; }
}

/* =========================================================================
   GLOBAL REACH
   ========================================================================= */
.reach {
  padding: clamp(120px, 18vh, 200px) var(--pad-x);
}
.reach-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.reach h2 {
  margin: 0 0 28px;
  font-size: clamp(36px, 6.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: 22ch;
}
.reach > .reach-inner > p {
  margin: 0 0 50px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--text-soft);
  max-width: 70ch;
}

.reach-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.reach-meta > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.reach-meta strong {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.reach-meta span {
  font-size: 15px;
  color: var(--text-soft);
  line-height: 1.5;
}

/* =========================================================================
   COUNCIL / LEADERSHIP
   ========================================================================= */
.council {
  padding: clamp(120px, 18vh, 200px) var(--pad-x);
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 50%, transparent 100%);
}

.council-head {
  max-width: 880px;
  margin: 0 auto clamp(60px, 8vh, 100px);
}
.council-head h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 6.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.council-head .section-lead { margin-top: 0; }

.council-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.council-card {
  position: relative;
  padding: 32px 28px 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: background 280ms var(--ease), border-color 280ms var(--ease), transform 280ms var(--ease-out-expo);
  will-change: transform;
}
.council-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line-strong);
  transform: translateY(-4px);
}

.council-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gradient);
  color: #051120;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 30px rgba(52, 211, 153, 0.30);
}

.council-meta { display: flex; flex-direction: column; gap: 6px; }
.council-meta h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 700;
}
.council-role {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.council-meta p {
  margin: 8px 0 0;
  color: var(--text-dim);
  font-size: 13.5px;
  line-height: 1.6;
}

/* =========================================================================
   FINAL CTA
   ========================================================================= */
.cta-final {
  position: relative;
  padding: clamp(140px, 22vh, 240px) var(--pad-x);
  text-align: center;
  background:
    radial-gradient(900px 500px at 50% 0%, rgba(52, 211, 153, 0.18), transparent 70%),
    radial-gradient(800px 500px at 50% 100%, rgba(56, 189, 248, 0.14), transparent 70%);
  overflow: hidden;
}
.cta-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-narrow);
  margin: 0 auto;
}
.cta-final .section-kicker { margin-inline: auto; }
.cta-shards {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1100px, 96%);
  height: auto;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(closest-side, #000 55%, transparent 92%);
  mask-image: radial-gradient(closest-side, #000 55%, transparent 92%);
}

.cta-title {
  margin: 14px 0 56px;
  font-size: clamp(40px, 8vw, 120px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 800;
}
.cta-line {
  display: block;
  overflow: hidden;
}
.cta-line > span {
  display: inline-block;
  will-change: transform, opacity;
  margin-right: 0.18em;
}
.cta-line > span:last-child { margin-right: 0; }

.cta-mail {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 22px 36px;
  border-radius: var(--radius-pill);
  background: var(--text);
  color: #051120;
  font-weight: 700;
  font-size: clamp(15px, 1.4vw, 19px);
  letter-spacing: -0.005em;
  transition: transform 280ms var(--ease-out-expo), filter 280ms var(--ease);
}
.cta-mail svg { width: 20px; height: 20px; transition: transform 280ms var(--ease-out-expo); }
.cta-mail:hover { transform: translateY(-3px); filter: brightness(1.05); }
.cta-mail:hover svg { transform: translateX(5px); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-foot {
  padding: clamp(60px, 8vh, 100px) var(--pad-x) 50px;
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
}
.foot-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 40px;
}
.foot-brand img {
  height: 28px;
  width: auto;
  margin-bottom: 18px;
}
.foot-brand p {
  margin: 0 0 8px;
  color: var(--text-dim);
  font-size: 13.5px;
  line-height: 1.55;
  max-width: 36ch;
}
.foot-addr { color: var(--text-faint); font-size: 12.5px; }

.site-foot h5 {
  margin: 0 0 14px;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  font-weight: 700;
}
.site-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-foot ul li { font-size: 13.5px; color: var(--text-dim); transition: color 200ms var(--ease); }
.site-foot ul li a { color: var(--text-dim); transition: color 200ms var(--ease); }
.site-foot ul li a:hover { color: var(--text); }
.foot-fineprint { color: var(--text-faint); font-size: 11.5px; margin: 0; padding-top: 24px; border-top: 1px solid var(--line); }

/* =========================================================================
   PROOF STRIP (client marquee + context line) - commercial revision
   ========================================================================= */
.proof {
  padding: clamp(60px, 9vh, 110px) 0 0;
  border-top: 1px solid var(--line);
}
.proof-head {
  max-width: var(--max);
  margin: 0 auto clamp(28px, 4vh, 44px);
  padding: 0 var(--pad-x);
  text-align: center;
}
.proof-head p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.proof-head p strong { color: var(--text-soft); }

.proof-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-soft);
  white-space: nowrap;
}
.proof-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.8);
}
.proof-pill em {
  font-style: normal;
  color: var(--text-faint);
  font-weight: 500;
}

/* =========================================================================
   OFFERS - "What we sell" bento grid
   ========================================================================= */
.offers {
  padding: clamp(110px, 16vh, 180px) var(--pad-x);
}
.offers-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.offers-head {
  max-width: 880px;
  margin-bottom: clamp(48px, 7vh, 80px);
}
.offers-head h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 6.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  isolation: isolate;
  transition: transform 320ms var(--ease-out-expo), border-color 280ms var(--ease), background 280ms var(--ease);
  will-change: transform;
}
.offer-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-stronger);
  background: rgba(255, 255, 255, 0.05);
}
.offer-media {
  position: relative;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}
.offer-media img:not(.offer-icon3d) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out-expo);
}
.offer-card:hover .offer-media img:not(.offer-icon3d) { transform: scale(1.05); }
.offer-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6, 17, 30, 0.92) 100%);
}
.offer-media-tag {
  position: absolute;
  bottom: 14px;
  left: 18px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.offer-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 28px 28px;
  flex: 1;
}
.offer-body h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.offer-for {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.offer-body > p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-soft);
}
.offer-outcomes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.offer-outcomes li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-soft);
}
.offer-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(120deg, rgba(52, 211, 153, 0.9), rgba(56, 189, 248, 0.9));
}
.offer-outcomes strong { color: var(--text); font-weight: 700; }
.offer-go {
  margin-top: auto;
  padding-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
}
.offer-go svg { width: 16px; height: 16px; transition: transform 240ms var(--ease-out-expo); color: var(--accent); }
.offer-card:hover .offer-go svg { transform: translateX(5px); }

/* =========================================================================
   WHY-SOLACE custom hardware CTA row (folded into the lab section)
   ========================================================================= */
.inhouse-custom {
  margin-top: clamp(40px, 6vh, 64px);
  padding: clamp(28px, 4vh, 40px) clamp(24px, 3vw, 40px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(52, 211, 153, 0.25);
  background:
    radial-gradient(480px 240px at 100% 0%, rgba(56, 189, 248, 0.10), transparent 70%),
    linear-gradient(180deg, rgba(52, 211, 153, 0.07), rgba(52, 211, 153, 0.02));
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  align-items: center;
  gap: 24px;
}
.inhouse-custom h3 {
  margin: 0 0 8px;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: -0.015em;
}
.inhouse-custom p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 64ch;
}
.inhouse-custom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ----- Capabilities chip row (inside Why Solace) ----- */
.caps-row {
  margin-top: clamp(36px, 5vh, 56px);
  padding-top: clamp(28px, 4vh, 40px);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 16px;
}
.caps-row-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.caps-row-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.caps-row-links a {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-soft);
  transition: background 200ms var(--ease), border-color 200ms var(--ease), color 200ms var(--ease), transform 240ms var(--ease-out-expo);
}
.caps-row-links a:hover {
  background: rgba(52, 211, 153, 0.12);
  border-color: rgba(52, 211, 153, 0.40);
  color: var(--text);
  transform: translateY(-2px);
}

/* =========================================================================
   SECTORS - compact cards (replaces the long use-case rows)
   ========================================================================= */
.sectors {
  padding: clamp(110px, 16vh, 180px) var(--pad-x);
}
.sectors-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.sectors-head {
  max-width: 880px;
  margin-bottom: clamp(48px, 7vh, 80px);
}
.sectors-head h2 {
  margin: 0 0 22px;
  font-size: clamp(36px, 6.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.sector-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  isolation: isolate;
  transition: transform 320ms var(--ease-out-expo), border-color 280ms var(--ease);
  will-change: transform;
}
.sector-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-stronger);
}
.sector-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.sector-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out-expo);
}
.sector-card:hover .sector-media img { transform: scale(1.06); }
.sector-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(6, 17, 30, 0.85) 100%);
}
.sector-tag {
  position: absolute;
  bottom: 12px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: rgba(5, 17, 32, 0.66);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
}
.sector-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 24px 24px;
  flex: 1;
}
.sector-body h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.015em;
}
.sector-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-soft);
}
.sector-go {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
}
.sector-go svg { width: 15px; height: 15px; color: var(--accent); transition: transform 240ms var(--ease-out-expo); }
.sector-card:hover .sector-go svg { transform: translateX(5px); }
.sectors-foot {
  margin: clamp(36px, 5vh, 56px) 0 0;
  padding: 20px 26px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed var(--line-strong);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-soft);
  text-align: center;
}
.sectors-foot strong { color: var(--text); }

/* =========================================================================
   ABOUT TEASER (homepage) + shared CTA action rows
   ========================================================================= */
.about-teaser {
  padding: clamp(110px, 16vh, 180px) var(--pad-x);
  border-top: 1px solid var(--line);
}
.about-teaser-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.about-teaser h2 {
  margin: 0 0 22px;
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.about-teaser p {
  margin: 0 0 30px;
  font-size: clamp(15.5px, 1.3vw, 18px);
  line-height: 1.65;
  color: var(--text-soft);
  max-width: 58ch;
}
.about-teaser-people {
  display: grid;
  gap: 14px;
}
.about-person {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}
.about-person-avatar {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gradient);
  color: #051120;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.about-person strong {
  display: block;
  font-size: 14.5px;
  letter-spacing: -0.005em;
}
.about-person span {
  display: block;
  font-size: 12px;
  color: var(--text-dim);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cta-actions .cta-mail { padding: 18px 30px; }

/* =========================================================================
   CONTACT PAGE (Netlify Forms) + ABOUT PAGE
   ========================================================================= */
.page-hero {
  position: relative;
  padding: clamp(110px, 16vh, 170px) var(--pad-x) clamp(50px, 7vh, 80px);
  overflow: hidden;
  isolation: isolate;
}
.page-hero-inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  z-index: 1;
}
.page-hero-accent {
  position: absolute;
  top: 50%;
  right: clamp(-60px, -2vw, 40px);
  transform: translateY(-50%);
  width: clamp(280px, 34vw, 520px);
  height: auto;
  z-index: 0;
  opacity: 0.55;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(closest-side, #000 60%, transparent 100%);
  mask-image: radial-gradient(closest-side, #000 60%, transparent 100%);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
}
@media (max-width: 760px) {
  .page-hero-accent { display: none; }
}
.page-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 6.5vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 800;
  max-width: 18ch;
}
.page-hero .section-lead {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 64ch;
}

.contact-wrap {
  padding: clamp(30px, 5vh, 60px) var(--pad-x) clamp(110px, 16vh, 170px);
}
.contact-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.contact-card {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}
.contact-card h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.015em;
}
.contact-card > p {
  margin: 0 0 26px;
  font-size: 14.5px;
  color: var(--text-soft);
  line-height: 1.6;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-field-full { grid-column: 1 / -1; }
.form-field label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.form-field input,
.form-field select,
.form-field textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  background: rgba(5, 17, 32, 0.55);
  color: var(--text);
  font: inherit;
  font-size: 15px;
  transition: border-color 200ms var(--ease), background 200ms var(--ease), box-shadow 200ms var(--ease);
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--text-dim) 50%),
    linear-gradient(135deg, var(--text-dim) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--text-faint); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(52, 211, 153, 0.55);
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.14);
  background: rgba(5, 17, 32, 0.75);
}
.form-submit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 6px;
}
.form-submit .btn { border: 0; }
.form-note {
  font-size: 12.5px;
  color: var(--text-faint);
  line-height: 1.5;
  max-width: 38ch;
}
.form-sent {
  margin: 0;
  padding: 22px 24px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(52, 211, 153, 0.40);
  background: rgba(52, 211, 153, 0.10);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-soft);
}
.form-sent strong { color: var(--text); }
.form-sent a { color: var(--accent); font-weight: 600; }

.contact-aside {
  display: grid;
  gap: 18px;
}
.contact-aside .contact-card { padding: clamp(24px, 3vw, 32px); }
.contact-aside .contact-card p { margin-bottom: 0; }
.contact-aside .contact-card a { color: var(--text); font-weight: 600; }
.contact-aside .contact-card a:hover { color: var(--accent); }
.contact-kicker {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.about-section {
  padding: clamp(70px, 10vh, 120px) var(--pad-x);
}
.about-section-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.about-section h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.about-section .section-lead {
  font-size: clamp(15.5px, 1.3vw, 18px);
  line-height: 1.65;
  color: var(--text-soft);
  max-width: 70ch;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(32px, 5vh, 52px);
}
.about-card {
  position: relative;
  padding: 28px 26px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 300ms var(--ease-out-expo), border-color 260ms var(--ease);
}
.about-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.about-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.about-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-soft);
}

/* =========================================================================
   LEGAL PAGES (top-level privacy / terms)
   ========================================================================= */
.legal-wrap {
  padding: clamp(40px, 6vh, 70px) var(--pad-x) clamp(110px, 16vh, 170px);
}
.legal-inner {
  max-width: 760px;
  margin: 0 auto;
}
.legal-inner h2 {
  margin: 40px 0 12px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.legal-inner p,
.legal-inner li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-soft);
}
.legal-inner ul {
  padding-left: 20px;
  display: grid;
  gap: 8px;
}
.legal-inner a { color: var(--accent); }
.legal-inner code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 6px;
  border-radius: 6px;
}
.legal-meta {
  font-size: 13px !important;
  color: var(--text-faint) !important;
}

@media (max-width: 1100px) {
  .offers-grid { grid-template-columns: 1fr; }
  .sectors-grid { grid-template-columns: 1fr; }
  .about-teaser-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inhouse-custom { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .form-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
}

/* =========================================================================
   ANIMATION INITIAL STATES (controlled by JS)
   ========================================================================= */
html.js [data-anim="fade"],
html.js [data-anim="fade-up"],
html.js [data-anim-show],
html.js [data-anim-card] {
  opacity: 0;
}
html.js [data-anim="fade-up"],
html.js [data-anim-show],
html.js [data-anim-card] {
  transform: translate3d(0, 28px, 0);
}
html.js .hero-title .line > span,
html.js .cta-line > span {
  opacity: 1;
}
html.js .showcase-visual { transform: translate3d(0, 0, 0) scale(0.94); opacity: 0; }
html.js .hero-visual { transform: translate3d(0, 36px, 0) scale(0.95); opacity: 0; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: clamp(40px, 6vh, 64px); }
  .hero-visual { aspect-ratio: 16 / 11; width: 100%; max-width: 760px; margin: 0; justify-self: center; }
  .stats-inner { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 32px; }
  .cap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cap-card-feature { grid-column: span 2; }
  .vert-grid { grid-template-columns: 1fr; }
  .hw-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hw-flow::before { display: none; }
  .council-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inhouse-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inhouse-card-feature { grid-column: span 2; }
  .inhouse-meta { grid-template-columns: 1fr; }
  .reach-meta { grid-template-columns: 1fr; }
  .showcase-frame,
  .showcase-frame.reverse { grid-template-columns: 1fr; gap: clamp(28px, 5vw, 48px); min-height: auto; }
  .showcase-frame.reverse .showcase-visual { order: 1; }
  .showcase-frame.reverse .showcase-copy { order: 2; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 15px; }
  .stats-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .cap-grid { grid-template-columns: 1fr; }
  .cap-card-feature { grid-column: span 1; }
  .hw-flow { grid-template-columns: 1fr; }
  .council-grid { grid-template-columns: 1fr; }
  .inhouse-grid { grid-template-columns: 1fr; }
  .inhouse-card-feature { grid-column: span 1; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(44px, 13vw, 72px); }
  .hero-visual { aspect-ratio: 4 / 3; }
  .vision-quote { font-size: clamp(24px, 6vw, 36px); }
  .marquee-track { font-size: clamp(20px, 7vw, 30px); }
  .cta-title { font-size: clamp(36px, 11vw, 60px); }
  .btn { font-size: 14px; --btn-pad-y: 14px; --btn-pad-x: 22px; }
}

/* =========================================================================
   REDUCED MOTION
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  html.js [data-anim="fade"],
  html.js [data-anim="fade-up"],
  html.js [data-anim-show],
  html.js [data-anim-card],
  html.js .hero-title .line > span,
  html.js .cta-line > span,
  html.js .showcase-visual,
  html.js .hero-visual {
    opacity: 1 !important;
    transform: none !important;
  }
  .marquee-track { animation: none; }
}
