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

:root {
  --bg: #F4F4F2;
  --bg-white: #FFFFFF;
  --bg-2: #EBEBE9;
  --bg-3: #E0E0DE;
  --bg-dark: #171717;
  --bg-cta: #080808;
  --dock-link: rgba(255, 255, 255, 0.7);
  --dock-link-hover: #000000;
  --dock-link-active: #000000;
  --rule: rgba(0, 0, 0, 0.08);
  --rule-mid: rgba(0, 0, 0, 0.14);
  --text-1: #16101e;
  --text-2: #525252;
  --text-3: #5C5C5C;
  --text-inv: #F4F4F2;
  /* OrbAI / Framer typography tokens (orbai-template.framer.website) */
  --token-6396e7f2-0645-4f69-9a36-80e94f8ee015: #16101e;
  --text-body: var(--token-6396e7f2-0645-4f69-9a36-80e94f8ee015, #16101e);
  --font-body: "Inter", sans-serif;
  --font-display: "Inter", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-body: 16px;
  --font-size-body-sm: 14px;
  --font-line-height-body: 1.5;
  --font-paragraph-spacing: 20px;
  --font-letter-spacing: 0em;
  --font-size-hero: clamp(40px, 8vw, 100px);
  --font-size-h2: clamp(36px, 4.5vw, 56px);
  --font-size-h3: clamp(17px, 1.9vw, 21px);
  --font-size-section-intro: 16px;
  --font-size-cta: 14px;
  --font-size-cta-sm: 12px;
  --font-weight-cta: 500;
  --font-line-height-cta: 1.6;
  --font-letter-spacing-cta: 0em;
  --font-size-nav: 14px;
  --font-weight-nav: 400;
  --font-line-height-nav: 1.6;
  --font-size-badge: 11px;
  --font-weight-badge: 600;
  --font-letter-spacing-badge: 0.12em;
  --accent: #243AFF;
  --accent-dim: rgba(36, 58, 255, 0.22);
  --accent-light: rgba(36, 58, 255, 0.12);
  --accent-glow: rgba(36, 58, 255, 0.08);
  --green: #22C55E;
  --focus: #243AFF;
  --focus-offset: 3px;
  --script: 'Cormorant Garamond', Georgia, serif;
  --logo: "Inter", sans-serif;
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --sans: "Inter", sans-serif;
  --max: 100%;
  --content-max: 1440px;
  --focus-max: 800px;
  --side: clamp(20px, 5vw, 64px);
  --nav-h: 80px;
  --dock-h: 52px;
  --dock-clearance: calc(var(--dock-h) + 32px);
  --radius-pill: 999px;
  --radius-card: 20px;
  --radius: 20px;
  --radius-bubble: 999px;
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.1);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --reveal-duration: 0.7s;
  --reveal-delay: 0s;
  --hover-accent-border: rgba(36, 58, 255, 0.209);
  --hover-accent-glow: rgba(36, 58, 255, 0.076);
  --hover-grad-strong: rgba(36, 58, 255, 0.133);
  --hover-grad-soft: rgba(36, 58, 255, 0.038);
  /* Glass button system */
  --glass-sapphire-top: rgba(48, 62, 140, 0.52);
  --glass-sapphire-mid: rgba(18, 24, 58, 0.78);
  --glass-sapphire-deep: rgba(8, 10, 28, 0.9);
  --glass-sapphire-glow: rgba(36, 58, 255, 0.22);
  --glass-border-light: rgba(255, 255, 255, 0.38);
  --glass-border-soft: rgba(255, 255, 255, 0.14);
  --glass-border-faint: rgba(255, 255, 255, 0.07);
  --glass-highlight: rgba(255, 255, 255, 0.2);
  --glass-text: #F6F7FC;
  --glass-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.06),
    0 8px 28px rgba(8, 12, 32, 0.22);
  --glass-shadow-hover:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 24px rgba(36, 58, 255, 0.14),
    0 4px 8px rgba(0, 0, 0, 0.08),
    0 14px 36px rgba(8, 12, 32, 0.28);
  --glass-shadow-active:
    inset 0 2px 6px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 2px 8px rgba(8, 12, 32, 0.16);
  --glass-frost-top: rgba(255, 255, 255, 0.22);
  --glass-frost-mid: rgba(255, 255, 255, 0.1);
  --glass-frost-deep: rgba(255, 255, 255, 0.05);
  /* CTA shadow fallbacks (overridden by orb-theme.css) */
  --btn-shadow-primary:
    rgba(61, 61, 61, 0.72) 0px 0.602187px 1.08394px -1.25px,
    rgba(61, 61, 61, 0.64) 0px 2.28853px 4.11936px -2.5px,
    rgba(61, 61, 61, 0.25) 0px 10px 18px -3.75px,
    rgba(0, 0, 0, 0.35) 0px 0.706592px 0.706592px -0.583333px,
    rgba(0, 0, 0, 0.34) 0px 1.80656px 1.80656px -1.16667px,
    rgba(0, 0, 0, 0.33) 0px 3.62176px 3.62176px -1.75px,
    rgba(0, 0, 0, 0.3) 0px 6.8656px 6.8656px -2.33333px,
    rgba(0, 0, 0, 0.26) 0px 13.6468px 13.6468px -2.91667px,
    rgba(0, 0, 0, 0.15) 0px 30px 30px -3.5px;
  --btn-shadow-primary-hover: var(--btn-shadow-primary);
  --btn-shadow-ghost:
    rgba(0, 0, 0, 0.06) 0px 1px 2px -0.5px,
    rgba(0, 0, 0, 0.05) 0px 3px 8px -1.5px,
    rgba(0, 0, 0, 0.04) 0px 8px 20px -3px,
    rgba(0, 0, 0, 0.025) 0px 18px 40px -5px,
    rgb(255, 255, 255) 0px 3px 1px 0px inset;
  --btn-shadow-ghost-hover:
    rgba(0, 0, 0, 0.07) 0px 1px 3px -0.5px,
    rgba(0, 0, 0, 0.06) 0px 4px 12px -1.5px,
    rgba(0, 0, 0, 0.045) 0px 10px 28px -3px,
    rgba(0, 0, 0, 0.03) 0px 22px 48px -5px,
    rgb(255, 255, 255) 0px 3px 1px 0px inset;
  --btn-shadow-ghost-active:
    rgba(0, 0, 0, 0.1) 0px 0.706592px 0.706592px -0.541667px,
    rgba(0, 0, 0, 0.09) 0px 1.80656px 1.80656px -1.08333px,
    rgba(0, 0, 0, 0.09) 0px 3.62176px 3.62176px -1.625px,
    rgba(0, 0, 0, 0.09) 0px 6.8656px 6.8656px -2.16667px,
    rgba(0, 0, 0, 0.08) 0px 13.6468px 13.6468px -2.70833px,
    rgba(0, 0, 0, 0.05) 0px 30px 30px -3.25px,
    rgb(255, 255, 255) 0px 3px 1px 0px inset;
  --btn-shadow-secondary: var(--btn-shadow-ghost);
  --btn-shadow-secondary-hover: var(--btn-shadow-ghost-hover);
  /* Card/box surface fallbacks (overridden by orb-theme.css) */
  --token-4f00a517-d75a-4557-9433-caf4536a911d: rgb(245, 245, 245);
  --orb-box-bg: var(--token-4f00a517-d75a-4557-9433-caf4536a911d, rgb(245, 245, 245));
  --orb-box-radius: 10px;
  --orb-box-shadow:
    rgba(0, 0, 0, 0.08) 0px 0.706592px 0.706592px -0.666667px,
    rgba(0, 0, 0, 0.08) 0px 1.80656px 1.80656px -1.33333px,
    rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -2px,
    rgba(0, 0, 0, 0.07) 0px 6.8656px 6.8656px -2.66667px,
    rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -3.33333px,
    rgba(0, 0, 0, 0.02) 0px 30px 30px -4px,
    rgb(255, 255, 255) 0px 3px 1px 0px inset;
  --orb-box-shadow-hover:
    rgba(0, 0, 0, 0.10) 0px 0.706592px 0.706592px -0.666667px,
    rgba(0, 0, 0, 0.10) 0px 1.80656px 1.80656px -1.33333px,
    rgba(0, 0, 0, 0.09) 0px 3.62176px 3.62176px -2px,
    rgba(0, 0, 0, 0.09) 0px 6.8656px 6.8656px -2.66667px,
    rgba(0, 0, 0, 0.07) 0px 13.6468px 13.6468px -3.33333px,
    rgba(0, 0, 0, 0.04) 0px 30px 30px -4px,
    rgb(255, 255, 255) 0px 3px 1px 0px inset;
  --orb-surface-gray: var(--orb-box-bg);
  --orb-surface-gray-shadow: var(--orb-box-shadow);
  --orb-surface-gray-shadow-hover: var(--orb-box-shadow-hover);
  --orb-surface-gray-radius: var(--orb-box-radius);
  --orb-shadow-card: var(--orb-box-shadow);
  --insights-toggle-radius: 34px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 24px);
}

body {
  background: var(--bg);
  color: var(--text-body, var(--text-1));
  font-family: var(--font-body, var(--sans));
  font-size: var(--font-size-body, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-body, 1.5);
  letter-spacing: var(--font-letter-spacing, 0em);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: 0;
}

::selection,
::-moz-selection {
  background: var(--accent-light);
  color: inherit;
}

/* Preserve display typography when text is highlighted (avoids sans fallback on select) */
:is(.hero-title, .hero-rotate, .section-heading, .article-title, .page-title, .article-deck, .page-deck)::selection,
:is(.hero-title, .hero-rotate, .section-heading, .article-title, .page-title, .article-deck, .page-deck)::-moz-selection {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

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

a { color: inherit; text-decoration: none; }

:focus { outline: none; }
:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: var(--focus-offset);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: var(--side);
  z-index: 1000;
  padding: 12px 20px;
  background: var(--bg-dark);
  color: var(--text-inv);
  font-size: 13px;
  font-weight: 500;
  border-radius: var(--radius-pill);
  transition: top 0.2s var(--ease);
}
.skip-link:focus,
.skip-link:focus-visible { top: 16px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 var(--side);
  position: relative;
}

section { position: relative; }

/* ── TOP BAR ─────────────────────────────────────────────────────── */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--side);
  background: rgba(244, 244, 242, 0.85);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  transition: background 0.3s var(--ease), backdrop-filter 0.3s var(--ease), border-color 0.3s var(--ease);
}
.home .top-bar {
  --header-progress: 0;
  background: rgba(255, 255, 255, calc(0.05 + var(--header-progress) * 0.95));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(0, 0, 0, calc(var(--header-progress) * 0.06));
  box-shadow: 0 calc(8px * var(--header-progress)) calc(30px * var(--header-progress)) rgba(0, 0, 0, calc(0.04 * var(--header-progress)));
  transition:
    background 0.35s var(--ease),
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}
.home .top-bar.is-scrolled {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-logo {
  font-family: var(--logo);
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--text-1);
  text-decoration: none;
  line-height: 1;
}
.nav-logo em {
  font-style: normal;
  color: var(--accent);
}

.top-bar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-1);
  text-decoration: none;
  border: 1px solid var(--rule-mid);
  padding: 11px 20px;
  border-radius: var(--radius-pill);
  transition: border-color 0.25s, background 0.25s, transform 0.2s var(--ease);
  white-space: nowrap;
}
.btn-nav:hover {
  border-color: var(--text-1);
  background: rgba(0, 0, 0, 0.03);
}
.btn-nav--desktop { display: inline-flex; }

.availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-radius: 60px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-2);
  box-shadow: none;
}
.availability-dot {
  position: relative;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.availability-dot::before {
  content: '';
  position: absolute;
  inset: 3.5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.18);
  z-index: 1;
}
.availability-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.55);
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0.25);
  transform-origin: center;
  animation: availability-pulse 3s ease-out infinite;
  pointer-events: none;
}
@keyframes availability-pulse {
  0%, 38% {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0.25);
  }
  52% {
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(0.52);
  }
  68% {
    opacity: 0.08;
    transform: translate(-50%, -50%) scale(0.78);
  }
  84%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
}

/* ── BOTTOM DOCK NAV (Framer Portal) ─────────────────────────────── */
.dock-nav {
  position: fixed;
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  gap: 0;
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius);
  box-shadow: var(--orb-box-shadow);
  width: max-content;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
}
.dock-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dock-nav-links a {
  display: block;
  padding: 11px 20px;
  font-family: var(--font-body, var(--sans));
  font-size: var(--font-size-nav, 14px);
  font-weight: var(--font-weight-nav, 400);
  letter-spacing: var(--font-letter-spacing, 0em);
  line-height: var(--font-line-height-nav, 1.6);
  color: var(--dock-link);
  border-radius: var(--radius-pill);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.dock-nav-links a:hover {
  color: var(--dock-link-hover);
}
.dock-nav-links a.active {
  color: var(--dock-link-active);
}
.dock-cta[aria-current="page"] {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.14) 48%,
    rgba(220, 224, 235, 0.1) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 4px 16px rgba(0, 0, 0, 0.12);
}

.dock-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2px;
  padding: 11px 26px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.24) 0%,
    rgba(255, 255, 255, 0.12) 45%,
    rgba(210, 214, 226, 0.08) 100%
  );
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
  white-space: nowrap;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow: var(--btn-shadow-primary,
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.14));
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease);
}
.dock-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.14) 50%,
    transparent 58%,
    transparent 100%
  );
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}
.dock-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 48%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.dock-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.32) 0%,
    rgba(255, 255, 255, 0.16) 45%,
    rgba(220, 224, 235, 0.1) 100%
  );
  color: #ffffff;
  box-shadow: var(--btn-shadow-primary-hover,
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 20px rgba(255, 255, 255, 0.06),
    0 6px 20px rgba(0, 0, 0, 0.18));
}
.dock-cta:hover::before {
  opacity: 0.9;
  transform: translateX(3px);
}
.dock-cta:active {
  transform: translateY(0) scale(0.98);
  box-shadow: var(--btn-shadow-active,
    inset 0 2px 5px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.12));
}
.dock-cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}
/* ── CUSTOM CURSOR ───────────────────────────────────────────────── */
@media (pointer: fine) {
  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor button,
  body.has-custom-cursor [role="button"],
  body.has-custom-cursor input,
  body.has-custom-cursor textarea,
  body.has-custom-cursor select,
  body.has-custom-cursor .custom-select__trigger,
  body.has-custom-cursor label {
    cursor: none !important;
  }
}
.sx-cursor {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.sx-cursor.is-visible { opacity: 1; }
.sx-cursor-dot,
.sx-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}
.sx-cursor-dot {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: var(--text-1);
  z-index: 2;
  transition: background 0.2s ease, width 0.3s var(--ease), height 0.3s var(--ease), margin 0.3s var(--ease);
}
.sx-cursor-ring {
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border: 1px solid rgba(23, 23, 23, 0.18);
  background: transparent;
  z-index: 1;
  transition:
    width 0.35s var(--ease),
    height 0.35s var(--ease),
    margin 0.35s var(--ease),
    border-color 0.25s ease,
    background 0.25s ease;
}
.sx-cursor.is-hover .sx-cursor-dot {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: var(--accent);
}
.sx-cursor.is-hover .sx-cursor-ring {
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-color: rgba(36, 58, 255, 0.35);
  background: rgba(36, 58, 255, 0.06);
}
.sx-cursor.is-active .sx-cursor-ring {
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
}
.sx-cursor.is-dark .sx-cursor-dot {
  background: #ffffff;
}
.sx-cursor.is-dark .sx-cursor-ring {
  border-color: rgba(255, 255, 255, 0.35);
}
.sx-cursor.is-dark.is-hover .sx-cursor-ring {
  border-color: rgba(36, 58, 255, 0.35);
  background: rgba(36, 58, 255, 0.06);
}
.sx-cursor.is-dark.is-hover .sx-cursor-dot {
  background: var(--accent);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--text-1);
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 250;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu ul {
  list-style: none;
  text-align: center;
}
.mobile-menu a {
  display: block;
  padding: 16px 24px;
  font-family: var(--serif);
  font-size: clamp(28px, 6vw, 40px);
  color: var(--text-1);
}
.mobile-menu .mobile-cta { margin-top: 24px; }

/* ── BUTTONS (premium glass) ─────────────────────────────────────── */
.btn-primary,
.btn-ghost,
.service-row-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.btn-primary::before,
.btn-ghost::before,
.service-row-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.1) 48%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.07) 52%,
    transparent 60%,
    transparent 100%
  );
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}
.btn-primary::after,
.btn-ghost::after,
.service-row-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6%;
  right: 6%;
  height: 46%;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--glass-highlight) 0%, transparent 100%);
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}
.btn-primary > *,
.btn-ghost > *,
.service-row-link > * {
  position: relative;
  z-index: 1;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: linear-gradient(
    165deg,
    var(--glass-sapphire-top) 0%,
    var(--glass-sapphire-mid) 46%,
    var(--glass-sapphire-deep) 100%
  );
  color: var(--glass-text);
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  border: 1px solid var(--glass-border-soft);
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(16px) saturate(155%);
  -webkit-backdrop-filter: blur(16px) saturate(155%);
  box-shadow: var(--btn-shadow-primary, var(--glass-shadow));
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease);
}
.btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: var(--glass-border-light);
  background: linear-gradient(
    165deg,
    rgba(58, 72, 155, 0.58) 0%,
    rgba(24, 32, 72, 0.82) 46%,
    rgba(10, 12, 32, 0.92) 100%
  );
  box-shadow: var(--btn-shadow-primary-hover, var(--glass-shadow-hover));
}
.btn-primary:hover:not(:disabled)::before {
  opacity: 0.85;
  transform: translateX(4px);
}
.btn-primary:active:not(:disabled) {
  transform: translateY(1px) scale(0.985);
  box-shadow: var(--btn-shadow-active, var(--glass-shadow-active));
}
.btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.15);
}
.btn-primary:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: var(--focus-offset);
}
.btn-primary:hover:not(:disabled) .btn-icon {
  transform: translate(2px, -2px);
}
.btn-primary--compact {
  padding: 11px 20px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-primary--inverse {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(228, 230, 238, 0.88) 48%,
    rgba(210, 214, 226, 0.84) 100%
  );
  color: #0a0c18;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.24),
    0 8px 28px rgba(0, 0, 0, 0.18);
}
.btn-primary--inverse:hover:not(:disabled) {
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(236, 238, 244, 0.94) 48%,
    rgba(220, 224, 235, 0.9) 100%
  );
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.32),
    0 0 24px rgba(255, 255, 255, 0.08),
    0 12px 32px rgba(0, 0, 0, 0.22);
}
.btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.25s var(--ease);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: rgb(245, 245, 245);
  color: var(--text-1);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  box-shadow: var(--btn-shadow-secondary);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease),
    color 0.28s var(--ease);
}
.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.06);
  background: var(--bg-white);
  box-shadow: var(--btn-shadow-secondary-hover);
}
.btn-ghost:hover::before {
  opacity: 0.8;
  transform: translateX(3px);
}
.btn-ghost:active {
  transform: translateY(0) scale(0.98);
  box-shadow: var(--btn-shadow-ghost-active);
}
.btn-ghost:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: var(--focus-offset);
}
/* Hero CTAs styled in orb-theme.css (OrbAI pills, not glass) */
.btn-ghost--inverse {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.06) 100%
  );
}
.btn-ghost--inverse:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  color: #fff;
}
.btn-ghost:hover .btn-icon {
  transform: translate(2px, -2px);
}

/* ── SECTION LABELS ──────────────────────────────────────────────── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-3);
  margin-bottom: 20px;
}
.section-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text-1);
}

.section-label--center {
  justify-content: center;
  width: 100%;
}
.section-heading--center {
  max-width: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.container--narrow {
  max-width: min(1120px, 100%);
}
.section-focus {
  width: 100%;
  max-width: min(var(--focus-max), 100%);
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  font-family: var(--font-display, var(--sans));
  font-size: var(--font-size-h2, clamp(36px, 4.5vw, 56px));
  font-weight: var(--font-weight-medium, 500);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--text-1);
  max-width: 18ch;
}
.section-heading em { font-style: normal; }

.section-intro {
  font-family: var(--font-body, var(--sans));
  font-size: var(--font-size-section-intro, 16px);
  font-weight: var(--font-weight-regular, 400);
  color: var(--text-2);
  max-width: 52ch;
  line-height: var(--font-line-height-body, 1.5);
}
.section-intro a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-intro-stack {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  max-width: 56ch;
}

.section-pad {
  padding: clamp(72px, 10.8vw, 126px) 0;
  background: var(--bg);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: clamp(48px, 6vw, 72px);
  flex-wrap: wrap;
}
.section-header--stack {
  flex-direction: column;
  align-items: flex-start;
}

/* ── HERO ────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: max(calc(var(--nav-h) + 40px), 140px) var(--side) 86px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--bg);
  background-image: url("../images/hero-poster.webp");
  background-size: cover;
  background-position: right center;
}

.hero-bg-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  pointer-events: none;
  display: none;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 56%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-bg-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    102deg,
    var(--bg) 0%,
    var(--bg) 38%,
    rgba(244, 244, 242, 0.92) 52%,
    rgba(244, 244, 242, 0.55) 68%,
    rgba(244, 244, 242, 0.15) 85%,
    transparent 100%
  );
}

.hero-bg--poster-missing {
  background-image:
    radial-gradient(ellipse 70% 55% at 78% 42%, rgba(255, 255, 255, 0.95) 0%, transparent 62%),
    radial-gradient(ellipse 90% 70% at 80% 50%, rgba(210, 210, 210, 0.45) 0%, transparent 72%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: min(var(--content-max), 820px);
  text-align: left;
}

.hero-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 24px;
}

.hero-title {
  margin-bottom: 28px;
  max-width: 16ch;
}

.hero-intelligence {
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: var(--font-size-h2, clamp(36px, 4.5vw, 56px));
  font-weight: var(--font-weight-medium, 500);
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--text-1);
}

.hero-rotate {
  display: inline-block;
  position: relative;
  height: 1.05em;
  min-width: 5.5ch;
  vertical-align: bottom;
  font-family: var(--font-display, var(--sans));
  font-size: var(--font-size-hero, clamp(40px, 8vw, 100px));
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.2;
  letter-spacing: -0.06em;
  color: var(--accent);
}
.hero-rotate span {
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  opacity: 0;
  animation: rotateWord 5s var(--ease) infinite;
}
.hero-rotate span:nth-child(1) { animation-delay: 0s; }
.hero-rotate span:nth-child(2) { animation-delay: 1.25s; }
.hero-rotate span:nth-child(3) { animation-delay: 2.5s; }
.hero-rotate span:nth-child(4) { animation-delay: 3.75s; }
@keyframes rotateWord {
  0%, 20% { opacity: 1; transform: translateY(0); }
  24%, 25% { opacity: 0; transform: translateY(-0.2em); }
  26%, 100% { opacity: 0; transform: translateY(0.2em); }
}

.hero-lead {
  font-family: var(--font-body, var(--sans));
  font-size: clamp(14px, 1.6vw, var(--font-size-body, 16px));
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-body, 1.5);
  letter-spacing: var(--font-letter-spacing, 0em);
  color: var(--text-2);
  max-width: 520px;
  margin-bottom: 16px;
}

.hero-sub {
  font-size: 14px;
  color: var(--text-3);
  margin-bottom: 32px;
  max-width: 480px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-trust {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.hero-trust li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-3);
}

/* ── POSITIONING ─────────────────────────────────────────────────── */
#positioning.section-pad {
  padding: clamp(40px, 5.5vw, 64px) 0 clamp(96px, 12vw, 148px);
}
.position-hero-card {
  --position-card-radius: var(--orb-box-radius, 10px);
  --position-media-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  opacity: 1;
}
.position-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%;
}
.position-hero-media {
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  border-radius: var(--position-media-radius);
  overflow: hidden;
  background: #f7f7f6;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.position-visual-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(180px, 22vw, 240px);
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.02) brightness(1.02);
}
.position-statement-group {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.2vw, 24px);
  width: 100%;
  max-width: none;
}
.position-statement {
  font-family: var(--sans);
  font-size: clamp(16px, 1.65vw, 19px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.01em;
  color: var(--text-2);
  margin: 0;
  max-width: 52ch;
}
.position-statement-group .position-statement {
  max-width: none;
}

/* ── PROJECT / ENGAGEMENT CARDS ──────────────────────────────────── */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.project-card {
  display: block;
  background-color: var(--orb-box-bg);
  border-radius: var(--orb-box-radius, 10px);
  overflow: hidden;
  border: 1px solid var(--rule);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--orb-box-shadow-hover, var(--shadow-md));
}
.project-card-visual {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, #1a1a2e 0%, #2d3748 100%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.project-card-visual--audit {
  background: linear-gradient(145deg, #121212 0%, #243AFF 100%);
}
.project-card-visual--ai {
  background: linear-gradient(145deg, #1a1a2e 0%, #4a5568 100%);
}
.project-card-visual--enterprise {
  background: linear-gradient(145deg, #2d3748 0%, #1a202c 100%);
}
.project-card-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.08) 0%, transparent 60%);
}
.project-card-tag {
  position: relative;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.project-card-body {
  padding: var(--orb-box-pad);
}
.project-card-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--text-1);
  margin-bottom: 8px;
}
.project-card-desc {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
}
.projects-footer {
  margin-top: 32px;
  text-align: center;
}
.projects-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-1);
  padding: 12px 24px;
  border: 1px solid var(--rule-mid);
  border-radius: var(--radius-pill);
  transition: background 0.2s;
}
.projects-footer a:hover { background: rgba(0,0,0,0.04); }

/* ── MARQUEE ─────────────────────────────────────────────────────── */
.marquee-wrap {
  overflow: hidden;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--bg-white);
}
.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-item {
  flex-shrink: 0;
  padding: 12px 24px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-2);
  white-space: nowrap;
}

/* ── MID CTA (Portal-style) ──────────────────────────────────────── */
.mid-cta {
  background: var(--bg-white);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.mid-cta-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.mid-cta-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.mid-cta-title em {
  font-style: italic;
  color: var(--accent);
}

/* ── PROCESS ─────────────────────────────────────────────────────── */
.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 24px;
}
.process-nav {
  display: flex;
  gap: 8px;
}
.process-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--rule-mid);
  background: var(--bg-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.process-nav button:hover {
  background: var(--bg-dark);
  border-color: var(--bg-dark);
  color: #fff;
}
.process-slider {
  overflow: hidden;
}
.process-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s var(--ease);
}
.process-step {
  flex: 0 0 calc(50% - 10px);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  padding: var(--orb-box-pad);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.process-step-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 16px;
}
.process-step-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.2;
}
.process-step-body {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.7;
  flex: 1;
}
.process-step-num {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-3);
  letter-spacing: 0.08em;
}

/* ── SERVICES ────────────────────────────────────────────────────── */
.services-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule-mid);
}
.service-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 200px;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  padding: clamp(28px, 3.5vw, 40px) 0;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  color: inherit;
  transition: background 0.35s var(--ease), padding-left 0.35s var(--ease), padding-right 0.35s var(--ease);
}
.service-row:hover {
  background: var(--bg-white);
  padding-left: clamp(16px, 2vw, 24px);
  padding-right: clamp(16px, 2vw, 24px);
  margin-left: calc(-1 * clamp(16px, 2vw, 24px));
  margin-right: calc(-1 * clamp(16px, 2vw, 24px));
  border-bottom-color: transparent;
  box-shadow: var(--shadow-sm);
}
.service-row-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}
.service-row-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.service-row-pillar {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
  border: 1px solid var(--rule-mid);
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  background: var(--bg);
}
.service-row:hover .service-row-pillar {
  border-color: var(--accent-dim);
  color: var(--accent);
  background: var(--accent-glow);
}
.service-row-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-1);
  margin-bottom: 12px;
  transition: color 0.25s;
}
.service-row:hover .service-row-title {
  color: var(--accent);
}
.service-row-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-2);
  max-width: 62ch;
}
.service-row-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-top: 6px;
  text-align: right;
}
.service-row-price {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-3);
  white-space: nowrap;
}
.service-row:hover .service-row-price {
  color: var(--accent);
}
.service-row-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--glass-text);
  border-radius: var(--radius-pill);
  border: 1px solid var(--glass-border-soft);
  background: linear-gradient(
    165deg,
    var(--glass-sapphire-top) 0%,
    var(--glass-sapphire-mid) 46%,
    var(--glass-sapphire-deep) 100%
  );
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 4px 14px rgba(8, 12, 32, 0.14);
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    border-color 0.28s var(--ease),
    gap 0.28s var(--ease);
}
.service-row:hover .service-row-link {
  transform: translateY(-2px);
  border-color: var(--glass-border-light);
  gap: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 18px rgba(36, 58, 255, 0.1),
    0 8px 22px rgba(8, 12, 32, 0.2);
}
.service-row:hover .service-row-link::before {
  opacity: 0.8;
  transform: translateX(3px);
}
.service-row:active .service-row-link {
  transform: translateY(1px) scale(0.985);
  box-shadow: var(--glass-shadow-active);
}

/* ── METHODOLOGY (homepage) ──────────────────────────────────────── */
.methodology-cta {
  transition:
    transform 0.32s var(--ease),
    box-shadow 0.32s var(--ease);
}
.methodology-cta:hover {
  transform: translateY(-3px);
}
.methodology-cards {
  list-style: none;
  margin: 0;
  padding: 0;
}
.methodology-card {
  display: block;
  height: auto;
}
.methodology-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}
.methodology-card-num {
  display: block;
}
.methodology-card-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-1);
  margin-bottom: clamp(12px, 1.5vw, 16px);
}
.methodology-card-text {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-2);
  max-width: 56ch;
}

/* Legacy service cards — kept for reference in other pages if needed */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.4s var(--ease), transform 0.4s var(--ease), box-shadow 0.4s;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.service-card:nth-child(3n + 1)::before {
  background: linear-gradient(90deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 34%, transparent 64%);
}
.service-card:nth-child(3n + 2)::before {
  background: linear-gradient(180deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 28%, transparent 58%);
}
.service-card:nth-child(3n)::before {
  background: linear-gradient(270deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 34%, transparent 64%);
}
.service-card:nth-child(3n + 1):hover {
  border-color: var(--hover-accent-border);
  transform: translateY(-6px) translateX(2px);
  box-shadow: -6px 10px 28px var(--hover-accent-glow), var(--shadow-md);
}
.service-card:nth-child(3n + 2):hover {
  border-color: var(--hover-accent-border);
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.service-card:nth-child(3n):hover {
  border-color: var(--hover-accent-border);
  transform: translateY(-6px) translateX(-2px);
  box-shadow: 6px 10px 28px var(--hover-accent-glow), var(--shadow-md);
}
.service-card:hover::before { opacity: 1; }
.service-card > * { position: relative; z-index: 1; }
.service-card:hover .service-link { color: var(--accent); gap: 10px; }
.service-num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 12px;
}
.service-pillar {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 8px;
}
.service-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.25;
}
.service-body {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 12px;
}
.service-price {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin-bottom: 20px;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-1);
  margin-top: auto;
  transition: color 0.25s, gap 0.25s;
}

/* ── INDUSTRIES ──────────────────────────────────────────────────── */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.industry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: clamp(200px, 22vw, 228px);
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s var(--ease);
  pointer-events: none;
}
.industry-card:nth-child(3n + 1)::before {
  background: linear-gradient(90deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 34%, transparent 64%);
}
.industry-card:nth-child(3n + 2)::before {
  background: linear-gradient(180deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 28%, transparent 58%);
}
.industry-card:nth-child(3n)::before {
  background: linear-gradient(270deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 34%, transparent 64%);
}
.industry-card > * { position: relative; z-index: 1; }
.industry-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.industry-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.25;
}
.industry-desc {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
  flex: 1;
  margin: 0;
}

/* ── FRAMEWORKS ───────────────────────────────────────────────────── */
#frameworks .section-header {
  padding-top: 0;
}
.case-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: none;
}
.case {
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px 72px;
  align-items: start;
}
.case-index {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--text-3);
  margin-bottom: 20px;
}
.case-industry {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent-dim);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}
.case-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 400;
  line-height: 1.18;
  margin-bottom: 20px;
}
.case-title a {
  color: inherit;
  text-decoration: none;
  transition: color .25s;
}
.case-title a:hover,
.case-title a:focus-visible { color: var(--accent); }
.case-overview {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-2);
  max-width: 400px;
}
.case-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case-block {
  padding-top: 0;
}
.case-block + .case-block {
  border-top: 1px solid var(--rule);
  padding-top: 18px;
  margin-top: 24px;
}
.case-block-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.case-block-label::before {
  content: '';
  width: 14px;
  height: 1px;
  background: var(--accent);
}
.case-block-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-1);
}
.case-block.learnings .case-block-text {
  max-width: 620px;
}

/* ── FLAGSHIP ENGAGEMENTS ─────────────────────────────────────────── */
.flagship-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.flagship-card {
  position: relative;
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  padding: var(--orb-box-pad);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color .4s, transform .4s var(--ease), box-shadow .4s;
}
.flagship-card:nth-child(odd) { border-radius: var(--orb-box-radius, 10px); }
.flagship-card:nth-child(even) { border-radius: var(--orb-box-radius, 10px); }
.flagship-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.flagship-card:nth-child(odd)::before {
  background: linear-gradient(90deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 34%, transparent 64%);
}
.flagship-card:nth-child(even)::before {
  background: linear-gradient(270deg, var(--hover-grad-strong) 0%, var(--hover-grad-soft) 34%, transparent 64%);
}
.flagship-card:nth-child(odd):hover {
  border-color: var(--hover-accent-border);
  transform: translateY(-6px) translateX(2px);
  box-shadow: var(--orb-box-shadow-hover, var(--shadow-md));
}
.flagship-card:nth-child(even):hover {
  border-color: var(--hover-accent-border);
  transform: translateY(-6px) translateX(-2px);
  box-shadow: var(--orb-box-shadow-hover, var(--shadow-md));
}
.flagship-card:hover::before { opacity: 1; }
.flagship-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  position: relative;
}
.flagship-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 16px;
  position: relative;
}
.flagship-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-2);
  flex: 1;
  position: relative;
  max-width: 400px;
}
.flagship-cta {
  margin-top: 32px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  transition: color .25s, gap .25s;
}
.flagship-card:hover .flagship-cta { color: var(--accent); gap: 16px; }

@media (max-width: 1100px) {
  .position-hero-card {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .case { grid-template-columns: 1fr; gap: 32px; }
  .flagship-grid { grid-template-columns: 1fr; }
}

/* ── INSIGHTS ──────────────────────────────────────────────────────── */
.insights-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 24px;
}
.insights-badge {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-3);
  padding: 8px 16px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.insight-card {
  display: flex;
  flex-direction: column;
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  transition: border-color 0.4s var(--ease), transform 0.4s var(--ease), box-shadow 0.4s;
}
.insight-card--live {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.insight-card--live::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.insight-card--live:nth-child(odd)::before {
  background: linear-gradient(
    90deg,
    var(--hover-grad-strong) 0%,
    var(--hover-grad-soft) 34%,
    transparent 64%
  );
}
.insight-card--live:nth-child(even)::before {
  background: linear-gradient(
    270deg,
    var(--hover-grad-strong) 0%,
    var(--hover-grad-soft) 34%,
    transparent 64%
  );
}
.insight-card--live:nth-child(odd) { border-radius: var(--orb-box-radius, 10px); }
.insight-card--live:nth-child(even) { border-radius: var(--orb-box-radius, 10px); }
.insight-card--live > * { position: relative; z-index: 1; }
.insight-card--live:nth-child(odd):hover {
  border-color: var(--hover-accent-border);
  transform: translateY(-6px) translateX(2px);
  box-shadow: var(--orb-box-shadow-hover, var(--shadow-md));
}
.insight-card--live:nth-child(even):hover {
  border-color: var(--hover-accent-border);
  transform: translateY(-6px) translateX(-2px);
  box-shadow: var(--orb-box-shadow-hover, var(--shadow-md));
}
.insight-card--live:nth-child(odd):hover::before,
.insight-card--live:nth-child(even):hover::before {
  opacity: 1;
}
.insight-card--soon { opacity: 0.55; }
.insight-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.insight-cat {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text-3);
}
.insight-status {
  font-size: 11px;
  color: var(--text-3);
}
.insight-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  color: var(--text-1);
  margin-bottom: 10px;
  line-height: 1.3;
}
.insight-desc {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 0;
}
.insight-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 12px;
}
.insight-card-footer .insight-status {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-3);
}
.insight-card-footer .insight-read:only-child {
  margin-left: auto;
}
.insight-read {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body, var(--sans));
  font-size: var(--font-size-cta-sm, 12px);
  font-weight: var(--font-weight-cta, 500);
  line-height: var(--font-line-height-cta, 1.6);
  letter-spacing: var(--font-letter-spacing-cta, 0em);
}
.insight-read:not(.insight-read--soon) {
  padding: 12px 24px;
  font-size: var(--font-size-cta, 14px);
  color: var(--text-1);
  background: rgb(245, 245, 245);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: var(--orb-cta-radius, 10px);
  box-shadow: var(--btn-shadow-secondary, var(--btn-shadow-ghost));
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease);
}
.insight-card--live:hover .insight-read:not(.insight-read--soon) {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.06);
  background: var(--bg-white);
  box-shadow: var(--btn-shadow-secondary-hover, var(--btn-shadow-ghost-hover));
}
.insight-read--soon {
  color: var(--text-3);
  font-weight: 500;
}

/* ── FOUNDER ─────────────────────────────────────────────────────── */
.founder-section {
  position: relative;
  background: var(--bg);
}
.founder-header {
  text-align: center;
}
.founder-heading {
  max-width: 16ch;
  margin-top: 12px;
}
.founder-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  opacity: 1;
}
.founder-panel-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(12px, 2vw, 20px) clamp(8px, 2vw, 16px);
}
.founder-avatar-wrap {
  position: relative;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(36, 58, 255, 0.55), rgba(36, 58, 255, 0.08) 45%, rgba(0, 0, 0, 0.06) 100%);
  box-shadow: 0 8px 24px rgba(36, 58, 255, 0.08);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.founder-panel:hover .founder-avatar-wrap {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(36, 58, 255, 0.1);
}
.founder-avatar {
  width: clamp(148px, 16vw, 184px);
  height: clamp(148px, 16vw, 184px);
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-white);
  border: 4px solid var(--bg-white);
}
.founder-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: filter 0.45s var(--ease);
}
.founder-panel:hover .founder-avatar img {
  filter: grayscale(70%);
}
.founder-identity {
  margin-top: clamp(20px, 2.5vw, 28px);
}
.founder-name {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.12;
  margin-bottom: 6px;
  color: var(--text-1);
}
.founder-role {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.founder-panel-content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 28px);
  padding-top: clamp(4px, 1vw, 12px);
}
.founder-lead {
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.45;
  color: var(--text-1);
  letter-spacing: -0.01em;
}
.founder-body p {
  color: var(--text-2);
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.78;
}
.founder-body p:last-child { margin-bottom: 0; }
.founder-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin-top: 4px;
  padding-top: clamp(20px, 2.5vw, 28px);
  border-top: 1px solid var(--rule);
}
.founder-credentials--prominent {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.founder-credentials--prominent li {
  font-size: 13px;
  color: var(--text-1);
  background: var(--bg-white);
}
.founder-credentials li {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-2);
  padding: 10px 16px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
}

.founder-motto {
  font-family: var(--font-body, var(--sans));
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-2);
  line-height: 1.78;
  padding-top: clamp(16px, 2vw, 24px);
  border-top: 1px solid var(--rule);
}
.founder-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.founder-expertise li {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 8px 14px;
  background: rgba(36, 58, 255, 0.04);
  border: 1px solid rgba(36, 58, 255, 0.12);
  border-radius: var(--radius-pill);
}
.founder-tenure {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 4px;
}

/* ── OPERATING MODEL PRINCIPLES ──────────────────────────────────── */
.why-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 26px);
  list-style: none;
  margin: 0;
  padding: 0;
}
.why-card {
  display: flex;
  flex-direction: column;
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  padding: var(--orb-box-pad);
}

/* ── SELECTED EXPERIENCE ─────────────────────────────────────────── */
.experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.experience-card {
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}
.experience-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--text-1);
}
.experience-desc {
  font-size: 15px;
  line-height: 1.72;
  color: var(--text-2);
}

/* ── CONTACT NEXT STEPS ──────────────────────────────────────────── */
.contact-next {
  width: 100%;
  max-width: min(var(--focus-max), 100%);
  margin: 0 auto clamp(28px, 4vw, 40px);
  padding: var(--orb-box-pad);
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}
.contact-next-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 18px;
}
.contact-next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3vw, 28px);
  list-style: none;
}
.contact-next-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact-next-num {
  flex-shrink: 0;
  display: block;
  line-height: 1;
}
.contact-next-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-1);
  margin-bottom: 4px;
}
.contact-next-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-2);
}

/* ── FOOTER SERVICE AREA ─────────────────────────────────────────── */
.footer-service-area {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-2);
  margin-top: 24px;
  max-width: 32ch;
}

.content-section--context .section-prose--compact p {
  font-size: 15px;
  line-height: 1.72;
  color: var(--text-2);
}

/* ── TESTIMONIALS / CUSTOMERS (#recommendations) ─────────────────── */
.sx-testimonials {
  background: var(--bg);
  color: var(--text-1);
}

.sx-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

.sx-testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  min-width: 0;
  padding: var(--orb-box-pad, clamp(24px, 2.5vw, 32px));
  border-radius: 16px;
  background-color: var(--orb-box-bg, rgb(245, 245, 245));
  border: 1px solid var(--rule);
  box-shadow: var(--orb-box-shadow);
  transition: box-shadow 0.3s var(--ease, ease), transform 0.3s var(--ease, ease);
}

.sx-testimonial-card:hover {
  box-shadow: var(--orb-box-shadow-hover);
  transform: translateY(-2px);
}

.sx-testimonial-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-1);
}

.sx-testimonial-stars svg {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
}

.sx-testimonial-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-height: 0;
}

.sx-testimonial-card blockquote {
  margin: 0;
  flex: 1;
}

.sx-testimonial-card blockquote p {
  margin: 0;
  font-family: var(--font-body, var(--sans));
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-1);
}

.sx-testimonial-attribution {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.sx-testimonial-avatar-frame {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 5px;
  background-color: var(--orb-box-bg, rgb(245, 245, 245));
  box-shadow: var(--orb-box-shadow);
}

.sx-testimonial-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12%;
  background: var(--bg-white, rgb(255, 255, 255));
  color: var(--text-1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

img.sx-testimonial-avatar {
  display: block;
  object-fit: cover;
  background: var(--bg-white, rgb(255, 255, 255));
}

.sx-testimonial-meta {
  min-width: 0;
}

.sx-testimonial-name {
  margin: 0;
  font-family: var(--font-body, var(--sans));
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-1);
}

.sx-testimonial-role {
  margin: 0;
  font-family: var(--font-body, var(--sans));
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-2);
}

.sx-testimonial-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: clamp(32px, 4vw, 48px) auto 0;
  padding: 0 clamp(0px, 8vw, 100px) 20px;
}

.sx-stat {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.sx-stat-value {
  margin: 0;
  font-family: var(--font-display, var(--sans));
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 400;
  line-height: 1;
  color: var(--text-1);
}

.sx-stat-label {
  margin: 0;
  font-family: var(--font-body, var(--sans));
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-2);
}

.sx-stat-divider {
  flex: none;
  width: 2px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
  .sx-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .sx-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .sx-testimonial-stats {
    flex-direction: column;
    gap: 20px;
    padding-inline: 0;
  }

  .sx-stat-divider {
    width: 60px;
    height: 2px;
  }
}

/* ── FAQ (Portal-style) ──────────────────────────────────────────── */
.faq-section {
  background: var(--bg);
}
.faq-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 56px);
}
#faq .faq-header,
#faq .faq-list--portal,
#faq .faq-footer {
  width: 100%;
  max-width: min(var(--focus-max), 100%);
  margin-left: auto;
  margin-right: auto;
}
.faq-list--portal {
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-list--portal .faq-item {
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  background-color: var(--orb-box-bg);
  padding: 0 var(--orb-box-pad);
  box-shadow: var(--orb-box-shadow, var(--orb-surface-gray-shadow, var(--shadow-sm)));
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.faq-list--portal .faq-item:not(.open):hover {
  border-color: var(--rule);
  background-color: var(--orb-box-bg);
  box-shadow: var(--orb-box-shadow-hover, var(--orb-surface-gray-shadow-hover, var(--shadow-md)));
  transform: translateY(-2px);
}
.faq-list--portal .faq-item.open {
  border-color: var(--rule);
  background-color: var(--orb-box-bg);
  box-shadow: var(--orb-box-shadow, var(--orb-surface-gray-shadow, var(--shadow-md)));
}
.faq-list--portal .faq-q {
  padding: 22px 0;
  font-family: "Inter", var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--text-1);
}
.faq-list--portal .faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--rule);
}
.faq-list--portal .faq-icon::before,
.faq-list--portal .faq-icon::after {
  background: var(--text-2);
}
.faq-list--portal .faq-icon::before {
  left: 9px;
  right: 9px;
}
.faq-list--portal .faq-icon::after {
  top: 9px;
  bottom: 9px;
}
.faq-list--portal .faq-item.open .faq-icon::after {
  opacity: 0;
  transform: none;
}
.faq-list--portal .faq-a-inner {
  padding-bottom: 22px;
}
.faq-footer {
  text-align: center;
  margin-top: clamp(40px, 6vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.faq-footer-text {
  font-family: var(--serif);
  font-size: clamp(18px, 2.5vw, 22px);
  font-style: italic;
  color: var(--text-2);
  max-width: 28ch;
  line-height: 1.5;
}

/* Legacy FAQ grid (subpages) */
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.faq-list:not(.faq-list--portal) {
  border-top: 1px solid var(--rule);
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Inter", var(--sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--text-1);
  line-height: 1.5;
  letter-spacing: 0;
}
.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--text-1);
  transition: transform 0.3s;
}
.faq-icon::before {
  top: 50%;
  left: 2px;
  right: 2px;
  height: 2px;
  margin-top: -1px;
}
.faq-icon::after {
  left: 50%;
  top: 2px;
  bottom: 2px;
  width: 2px;
  margin-left: -1px;
}
.faq-item.open .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.faq-a-inner {
  padding-bottom: 24px;
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.7;
}
.faq-cta {
  margin-top: 32px;
  font-size: 15px;
  color: var(--text-2);
}
.faq-cta a {
  color: var(--text-1);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-cta a {
  color: var(--text-1);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── CONTACT (Portal-style) ──────────────────────────────────────── */
.contact-section {
  background: var(--bg);
}
.contact-header {
  text-align: center;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}
.contact-section .contact-header,
.contact-section .contact-grid {
  width: 100%;
  max-width: min(var(--focus-max), 100%);
  margin-left: auto;
  margin-right: auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: clamp(20px, 3vw, 28px);
  align-items: start;
}
@media (min-width: 811px) {
  .contact-grid {
    align-items: stretch;
  }
  .contact-form {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .contact-form > .form-field:has(textarea) {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-bottom: 16px;
  }
  .contact-form > .form-field:has(textarea) textarea {
    flex: 1;
    min-height: 120px;
    resize: none;
  }
  .contact-aside {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    min-height: 0;
  }
  .contact-aside > .contact-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
  }
}
.contact-form {
  width: 100%;
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  padding: var(--orb-box-pad);
}
.contact-form .form-field input,
.contact-form .form-field select,
.contact-form .form-field textarea {
  background-color: var(--bg-white);
  border: 1px solid var(--rule-mid);
}
.contact-form .form-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256' fill='%23737373'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  cursor: pointer;
}
.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.contact-form-row .form-field {
  margin-bottom: 0;
  min-width: 0;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.form-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-1);
}
.form-optional {
  font-weight: 400;
  color: var(--text-3);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--text-1);
  background: var(--bg-white);
  border: 1px solid var(--rule-mid);
  border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 256 256' fill='%23737373'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  cursor: pointer;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--text-3);
}
.form-field select:invalid {
  color: var(--text-3);
}
.form-field select:valid {
  color: var(--text-1);
}
.form-field select option {
  color: var(--text-1);
}
.form-field select option[value=""] {
  color: var(--text-3);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-light);
}
.contact-form .form-field input:hover,
.contact-form .form-field select:hover,
.contact-form .form-field textarea:hover {
  border-color: var(--rule-mid);
}
.contact-form .form-field input:focus,
.contact-form .form-field textarea:focus {
  border-color: var(--text-1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.contact-form .form-field select:focus {
  border-color: var(--text-1);
  box-shadow: none;
}
.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

/* Custom select (engagement type) — replaces native option menu styling */
.custom-select:not(.custom-select--enhanced) .custom-select__trigger,
.custom-select:not(.custom-select--enhanced) .custom-select__menu {
  display: none;
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select.custom-select--enhanced .custom-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 44px 14px 16px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-1);
  text-align: left;
  background: var(--bg-white);
  border: 1px solid var(--rule-mid);
  border-radius: 12px;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.custom-select__trigger.is-placeholder {
  color: var(--text-3);
}
.custom-select__trigger:hover {
  border-color: var(--rule-mid);
}
.custom-select__trigger:focus {
  outline: none;
  border-color: var(--text-1);
  box-shadow: none;
}
.custom-select__value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-select__chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  color: var(--text-3);
  transform: translateY(-50%);
  transition: transform 0.2s;
  pointer-events: none;
}
.custom-select.is-open .custom-select__chevron {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 50;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: var(--bg-white);
  border: 1px solid var(--rule-mid);
  border-radius: 12px;
  box-shadow: none;
  max-height: min(280px, 50vh);
  overflow-y: auto;
}
.custom-select__menu[hidden] {
  display: none;
}
.custom-select__option {
  padding: 12px 16px;
  border-radius: 8px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-1);
  cursor: pointer;
  transition: background-color 0.15s;
}
.custom-select__option.is-placeholder {
  color: var(--text-3);
}
.custom-select__option:hover,
.custom-select__option.is-focused {
  background: rgb(245, 245, 245);
}
.custom-select__option.is-selected {
  font-weight: 600;
}
.custom-select__option[aria-disabled="true"] {
  cursor: default;
}
.custom-select__option[aria-disabled="true"]:hover {
  background: transparent;
}
.custom-select__trigger.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

.contact-submit {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
@media (min-width: 811px) {
  .contact-submit {
    margin-top: auto;
  }
}
.contact-submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: contact-spin 0.7s linear infinite;
}
.contact-form--loading .contact-submit-spinner {
  display: inline-block;
}
.contact-form--loading .contact-submit-icon {
  display: none;
}
@keyframes contact-spin {
  to { transform: rotate(360deg); }
}
.contact-form-status {
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.contact-form-status--success {
  color: #166534;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
}
.contact-form-status--error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.contact-form--loading .form-field input,
.contact-form--loading .form-field select,
.contact-form--loading .form-field textarea,
.contact-form--loading .custom-select__trigger {
  opacity: 0.7;
  pointer-events: none;
}
.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: var(--orb-box-pad);
  width: 100%;
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition:
    border-color 0.35s var(--ease),
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}
a.contact-card:hover {
  background-color: var(--orb-box-bg);
  border-color: var(--rule);
  transform: translateY(-1px);
  box-shadow: var(--orb-box-shadow-hover, var(--orb-shadow-md));
}
a.contact-card:active {
  transform: translateY(0) scale(0.98);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}
.contact-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
}
.contact-card-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-1);
  line-height: 1.3;
}
.contact-card-meta {
  font-size: 13px;
  color: var(--text-2);
}

/* ── CTA / ENGAGE (legacy subpages) ──────────────────────────────── */
.cta-section {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--bg-cta);
  color: #F4EFE9;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cta-section .container {
  position: relative;
  z-index: 2;
}
.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.cta-bg-aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.cta-bg-aurora--1 {
  top: -20%;
  left: 10%;
  width: min(800px, 90vw);
  height: 500px;
  background: radial-gradient(ellipse, rgba(36, 58, 255, 0.12) 0%, transparent 55%);
  animation: ctaAurora1 40s ease-in-out infinite;
}
.cta-bg-aurora--2 {
  bottom: -25%;
  right: 5%;
  width: min(700px, 80vw);
  height: 450px;
  background: radial-gradient(ellipse, rgba(36, 58, 255, 0.08) 0%, transparent 60%);
  animation: ctaAurora2 52s ease-in-out infinite;
}
@keyframes ctaAurora1 {
  0%, 100% { opacity: 0.5; transform: translate(0, 0); }
  50% { opacity: 0.65; transform: translate(20px, -12px); }
}
@keyframes ctaAurora2 {
  0%, 100% { opacity: 0.45; transform: translate(0, 0); }
  50% { opacity: 0.6; transform: translate(-16px, 10px); }
}
.cta-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 500px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(36, 58, 255, 0.08) 0%, transparent 70%);
}
.cta-bg-grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1, 0 0 0 0 1, 0 0 0 0 1, 0 0 0 0.6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cta-bg-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.cta-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 24px;
}
.cta-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 20px;
  color: #F4EFE9;
}
.cta-title em { font-style: italic; color: var(--accent); }
.cta-body {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.62);
  max-width: 480px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cta-address {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 28px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: color 0.25s;
}
.cta-address:hover { color: var(--accent); }
.cta-address:hover::before,
.cta-address:hover::after { background: var(--accent); opacity: 0.6; }
.cta-address::before,
.cta-address::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.25s, opacity 0.25s;
}

.border-top { border-top: 1px solid var(--rule); }
.cta-section.border-top { border-top-color: rgba(255, 255, 255, 0.08); }

/* ── FOOTER ──────────────────────────────────────────────────────── */
.site-footer {
  padding: clamp(58px, 7.2vw, 86px) 0 calc(40px + var(--dock-clearance));
  background: var(--bg-white);
  border-top: 1px solid var(--rule);
}
.footer-brand { max-width: 340px; }
.footer-logo {
  display: inline-block;
  font-family: var(--logo);
  font-size: clamp(40px, 5.5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--text-1);
  text-decoration: none;
  margin-bottom: 40px;
  line-height: 1;
}
.footer-logo em {
  font-style: normal;
  color: var(--accent);
}
.footer-tagline {
  font-size: 15px;
  color: var(--text-2);
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1.1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  margin-bottom: clamp(40px, 5vw, 56px);
}
.footer-col-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text-1);
  margin-bottom: 18px;
}
.footer-col-title--spaced {
  margin-top: 28px;
}
.footer-links,
.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a,
.footer-contact-list a {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-2);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover,
.footer-contact-list a:hover { color: var(--accent); }
.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social li {
  margin: 0;
  padding: 0;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--rule-mid);
  background: var(--bg-white);
  color: var(--text-1);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.2s;
}
.footer-social-link:hover {
  color: var(--accent);
  border-color: var(--accent-dim);
  background: var(--bg-white);
  transform: translateY(-1px);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  font-size: 13px;
  color: var(--text-3);
}
.footer-bottom-link {
  color: var(--text-2);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom-link:hover { color: var(--accent); }

/* ── REVEAL (scroll-triggered, OrbAI-style) ─────────────────────── */
.reveal,
.reveal-left,
.reveal-right,
.reveal-up {
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity var(--reveal-duration, 0.7s) var(--reveal-ease, var(--ease)) var(--reveal-delay, 0s),
    transform var(--reveal-duration, 0.7s) var(--reveal-ease, var(--ease)) var(--reveal-delay, 0s);
}

.reveal {
  transform: translate3d(0, 18px, 0);
}

.reveal-left {
  transform: translate3d(-20px, 0, 0);
}

.reveal-right {
  transform: translate3d(20px, 0, 0);
}

.reveal-up {
  transform: translate3d(0, 20px, 0);
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible,
.reveal-up.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.reveal-duration-6 { --reveal-duration: 0.6s; }
.reveal-duration-7 { --reveal-duration: 0.7s; }
.reveal-duration-8 { --reveal-duration: 0.8s; }
.reveal-duration-9 { --reveal-duration: 0.9s; }

/* ── LEGACY CLASS ALIASES (subpages) ─────────────────────────────── */
.site-nav,
.subpage-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--side);
  background: rgba(244, 244, 242, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--rule);
}
.subpage-nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.subpage-nav .btn-nav,
.site-nav .btn-nav {
  padding: 10px 20px;
  background: var(--bg-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  border: none;
  letter-spacing: 0.06em;
  text-transform: none;
}

/* ── RESPONSIVE ──────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .projects-grid,
  .services-grid,
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .service-row {
    grid-template-columns: 110px minmax(0, 1fr) 180px;
    gap: 24px;
  }
  .process-step { flex: 0 0 calc(100% - 0px); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; max-width: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .position-hero-card {
    grid-template-columns: 1fr;
    gap: clamp(16px, 3vw, 22px);
  }
  .position-hero-media {
    order: -1;
  }
  .position-visual-img {
    min-height: clamp(160px, 36vw, 220px);
  }
  .position-statement,
  .position-statement-group {
    max-width: none;
  }
  .founder-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .founder-heading { max-width: none; }
}

@media (max-width: 960px) {
  .hero-title { max-width: none; }
  .home .hero {
    background: transparent;
  }
  .hero-bg {
    background-image: none;
    background-color: transparent;
  }
  .hero-bg-video,
  .hero-bg-video.is-poster-only {
    display: none;
  }
  .hero-bg-poster {
    display: block;
    object-position: 72% 42%;
  }
  .hero-bg-scrim {
    background:
      linear-gradient(
        135deg,
        rgba(244, 244, 242, 0.9) 0%,
        rgba(244, 244, 242, 0.68) 26%,
        rgba(244, 244, 242, 0.32) 48%,
        rgba(244, 244, 242, 0.1) 66%,
        transparent 82%
      );
  }
  .hero-inner { max-width: min(var(--content-max), 100%); }
}

/* Tablet & mobile: floating dock nav (Framer-style) */
@media (max-width: 1024px) {
  .dock-nav-links li:has(a[href*="methodology"]) {
    display: none;
  }
  .dock-nav {
    bottom: max(20px, env(safe-area-inset-bottom, 0px));
    padding: 5px 6px;
    max-width: calc(100vw - 28px);
  }
  .dock-nav-links a {
    padding: 10px 16px;
    font-size: 13px;
  }
  .dock-cta {
    padding: 11px 22px;
    font-size: 13px;
  }
  body { padding-bottom: 0; }
  .site-footer {
    padding-bottom: calc(40px + var(--dock-h) + 40px);
  }
}

@media (max-width: 810px) {
  .hero {
    padding-top: max(calc(var(--nav-h) + 32px), 120px);
  }
  .btn-nav--desktop { display: none; }
  .top-bar-actions .availability-badge {
    font-size: 10px;
    padding: 6px 10px;
    letter-spacing: 0.02em;
  }
  .top-bar-actions .availability-dot {
    width: 10px;
    height: 10px;
  }
  .top-bar-actions .availability-dot::before {
    inset: 2.5px;
  }
  .top-bar-actions .availability-dot::after {
    width: 24px;
    height: 24px;
  }
  .dock-nav {
    padding: 5px 6px;
    max-width: calc(100vw - 20px);
  }
  .dock-nav-links {
    justify-content: center;
    gap: 0;
    flex: 0 1 auto;
    min-width: 0;
  }
  .dock-nav-links a {
    padding: 10px 12px;
    font-size: 12px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .dock-cta {
    margin-left: 2px;
    padding: 10px 14px;
    font-size: 12px;
    min-height: 44px;
  }
  .projects-grid,
  .services-grid,
  .industries-grid,
  .insights-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr; }
  .contact-next-steps { grid-template-columns: 1fr; }
  .service-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0;
  }
  .service-row:hover {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .service-row-meta {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }
  .service-row-num { font-size: 24px; }
  .service-row-action {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding-top: 0;
  }
  .section-header { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-row { grid-template-columns: 1fr; }
  body { padding-bottom: 0; }
  .site-footer {
    padding-bottom: calc(40px + var(--dock-h) + 52px);
  }
}

/* Narrow mobile: compact dock (Methodology hidden above — four links + Audit) */
@media (max-width: 640px) {
  .dock-nav {
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    padding: 4px 5px;
    max-width: calc(100vw - 16px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px));
  }
  .dock-nav-links a {
    padding: 11px 12px;
    font-size: 12px;
  }
  .dock-cta {
    margin-left: 1px;
    padding: 11px 14px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .dock-nav {
    padding: 4px 4px;
    max-width: calc(100vw - 12px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px));
  }
  .dock-nav-links a {
    padding: 11px 10px;
    font-size: 11px;
  }
  .dock-cta {
    padding: 11px 12px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .methodology-card {
    height: auto;
  }
}

/* ── CHAT ASSISTANT ──────────────────────────────────────────────── */
.sx-chat-launcher {
  position: fixed;
  right: max(24px, env(safe-area-inset-right, 0px));
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  z-index: 310;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid var(--orb-cta-ghost-border, rgba(0, 0, 0, 0.04));
  border-radius: var(--orb-cta-radius, 10px);
  background: var(--orb-cta-ghost-bg, rgb(245, 245, 245));
  color: var(--text-1);
  font-family: var(--font-body, "Inter", var(--sans));
  font-size: var(--font-size-cta, 14px);
  font-weight: var(--font-weight-cta, 500);
  line-height: var(--font-line-height-cta, 1.6);
  letter-spacing: var(--font-letter-spacing-cta, 0em);
  cursor: pointer;
  white-space: nowrap;
  box-shadow: var(--orb-cta-ghost-shadow, var(--btn-shadow-ghost));
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s var(--ease),
    border-color 0.25s var(--ease);
}
.sx-chat-launcher:hover {
  transform: translateY(-1px);
  background: var(--orb-cta-ghost-bg, rgb(245, 245, 245));
  border-color: rgba(0, 0, 0, 0.06);
  color: var(--text-1);
  box-shadow: var(--btn-shadow-secondary-hover, var(--btn-shadow-ghost-hover));
}
.sx-chat-launcher:active {
  transform: translateY(0) scale(0.98);
  box-shadow: var(--btn-shadow-ghost-active);
}
.sx-chat-launcher.is-open {
  z-index: 330;
  background: var(--orb-cta-ghost-bg, rgb(245, 245, 245));
  color: var(--text-1);
  border: 1px solid var(--orb-cta-ghost-border, rgba(0, 0, 0, 0.04));
  box-shadow: var(--btn-shadow-secondary-hover, var(--btn-shadow-ghost-hover));
}
.sx-chat-launcher-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 1;
  color: var(--text-1);
}
.sx-chat-launcher-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.sx-chat-launcher-text {
  color: var(--text-1);
  white-space: nowrap;
}

.sx-chat-panel {
  position: fixed;
  right: max(24px, env(safe-area-inset-right, 0px));
  bottom: calc(24px + 48px + 16px);
  z-index: 320;
  width: min(400px, calc(100vw - 48px));
  max-height: min(500px, calc(100vh - var(--nav-h) - 120px));
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background: var(--bg-white);
  border: 1px solid var(--rule);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.14),
    0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.96);
  transform-origin: bottom right;
  transition:
    opacity 0.28s var(--ease),
    transform 0.28s var(--ease),
    visibility 0.28s;
}
.sx-chat-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.sx-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(36, 58, 255, 0.06) 0%, transparent 100%);
  border-bottom: 1px solid var(--rule);
}
.sx-chat-header-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.sx-chat-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--bg-white);
  border: 1px solid var(--rule);
  overflow: hidden;
}
.sx-chat-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sx-chat-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-1);
  line-height: 1.2;
}
.sx-chat-subtitle {
  margin-top: 2px;
  font-size: 12px;
  color: var(--text-3);
  line-height: 1.3;
}
.sx-chat-close {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: var(--bg-2);
  color: var(--text-2);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.sx-chat-close:hover {
  background: var(--bg-3);
  color: var(--text-1);
}

.sx-chat-messages {
  flex: 1;
  min-height: 180px;
  max-height: 280px;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-behavior: smooth;
}
.sx-chat-messages::-webkit-scrollbar { width: 6px; }
.sx-chat-messages::-webkit-scrollbar-thumb {
  background: var(--bg-3);
  border-radius: 999px;
}

.sx-chat-msg {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-1);
  word-wrap: break-word;
}
.sx-chat-msg--bot {
  align-self: flex-start;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-bottom-left-radius: 6px;
}
.sx-chat-msg--user {
  align-self: flex-end;
  background: var(--accent);
  color: #fff;
  border-bottom-right-radius: 6px;
}
.sx-chat-msg a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sx-chat-msg--bot a {
  color: var(--accent);
  font-weight: 500;
}
.sx-chat-msg--user a { color: #fff; }

.sx-chat-typing {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 16px;
  border-bottom-left-radius: 6px;
}
.sx-chat-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--text-3);
  animation: sx-chat-dot 1.2s ease-in-out infinite;
}
.sx-chat-typing span:nth-child(2) { animation-delay: 0.15s; }
.sx-chat-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes sx-chat-dot {
  0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-3px); }
}

.sx-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 16px 12px;
}
.sx-chat-chip {
  padding: 8px 12px;
  border: 1px solid var(--rule-mid);
  border-radius: var(--radius-pill);
  background: var(--bg-white);
  color: var(--text-2);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.sx-chat-chip:hover {
  border-color: var(--accent-dim);
  color: var(--accent);
  background: var(--accent-glow);
}

.sx-chat-input-wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid var(--rule);
  background: var(--bg-white);
}
.sx-chat-input {
  flex: 1;
  min-height: 42px;
  max-height: 120px;
  padding: 10px 14px;
  border: 1px solid var(--rule-mid);
  border-radius: 14px;
  background: var(--bg);
  color: var(--text-1);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.45;
  resize: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.sx-chat-input::placeholder { color: var(--text-3); }
.sx-chat-input:focus {
  border-color: var(--accent-dim);
  box-shadow: 0 0 0 3px var(--accent-glow);
}
.sx-chat-send {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.sx-chat-send:hover:not(:disabled) { transform: translateY(-1px); }
.sx-chat-send:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .sx-chat-launcher {
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: calc(max(20px, env(safe-area-inset-bottom, 0px)) + var(--dock-h) + 12px);
    padding: 11px 22px;
    font-size: 13px;
  }
  .sx-chat-panel {
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: calc(max(20px, env(safe-area-inset-bottom, 0px)) + var(--dock-h) + 12px + 48px + 12px);
  }
}

@media (max-width: 640px) {
  .sx-chat-launcher {
    right: max(16px, env(safe-area-inset-right, 0px));
    bottom: calc(max(16px, env(safe-area-inset-bottom, 0px)) + var(--dock-h) + 10px);
    padding: 11px 18px;
    font-size: 12px;
  }
  .sx-chat-panel {
    right: max(16px, env(safe-area-inset-right, 0px));
    width: min(400px, calc(100vw - 32px));
    bottom: calc(max(16px, env(safe-area-inset-bottom, 0px)) + var(--dock-h) + 10px + 44px + 12px);
    max-height: min(480px, calc(100vh - var(--nav-h) - 100px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .sx-cursor { display: none !important; }
  body.has-custom-cursor,
  body.has-custom-cursor * { cursor: auto !important; }
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .marquee-track { animation: none; }
  .hero-rotate span { animation: none; }
  .hero-rotate span:not(:first-child) { display: none; }
  .hero-rotate span:first-child { opacity: 1; position: static; }
  .availability-dot::after { animation: none; }
  .hero-bg-video,
  .hero-bg-video.is-poster-only { display: none; }
  .hero-bg { background-image: none; }
  .hero-bg-poster { display: block; }
  .service-card:hover,
  .service-row:hover,
  .flagship-card:hover,
  .insight-card--live:hover,
  a.contact-card:hover,
  a.contact-card:active,
  .faq-list--portal .faq-item:not(.open):hover,
  .btn-primary:hover:not(:disabled),
  .btn-ghost:hover,
  .dock-cta:hover,
  .sx-chat-launcher:hover,
  .service-row:hover .service-row-link,
  .insight-card--live:hover .insight-read:not(.insight-read--soon) {
    transform: none;
  }
  .btn-primary:active:not(:disabled),
  .btn-ghost:active,
  .dock-cta:active,
  .sx-chat-launcher:active,
  .service-row:active .service-row-link {
    transform: none;
  }
  .btn-primary::before,
  .btn-ghost::before,
  .dock-cta::before,
  .service-row-link::before {
    transition: none;
  }
  .cta-bg-aurora--1,
  .cta-bg-aurora--2 { animation: none; }
  .sx-chat-launcher,
  .sx-chat-panel { transition: none; }
  .sx-chat-typing span { animation: none; }
}
