@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --axis-blue-950: #12323f;
  --axis-blue-900: #184f6d;
  --axis-blue-800: #285f7a;
  --axis-blue-700: #2f647f;
  --axis-blue-200: #b9e5f7;
  --axis-blue-100: #c6edfe;
  --axis-blue-950-rgb: 18, 50, 63;
  --axis-blue-900-rgb: 24, 79, 109;
  --axis-blue-800-rgb: 40, 95, 122;
  --axis-blue-700-rgb: 47, 100, 127;
  --axis-blue-200-rgb: 185, 229, 247;
  --axis-blue-100-rgb: 198, 237, 254;
  --axis-blue-border-rgb: 13, 110, 165;
  --axis-blue-shadow-rgb: 18, 61, 84;
  --axis-blue-cta-rgb: 35, 130, 165;

  --hs-bg: #ffffff;
  --hs-surface: #ffffff;
  --hs-muted-surface: #f5f6f8;
  --hs-text: #141414;
  --hs-muted-text: #666666;
  --hs-border: #dedede;
  --hs-border-strong: #c7c7c7;
  --hs-accent: var(--axis-blue-800);
  --hs-accent-rgb: var(--axis-blue-800-rgb);
  --hs-accent-soft: rgba(var(--axis-blue-100-rgb), .44);
  --hs-accent-solid: var(--axis-blue-800);
  --hs-accent-solid-contrast: #ffffff;
  --hs-highlight-blue: var(--axis-blue-100);
  --hs-highlight-blue-soft: rgba(var(--axis-blue-100-rgb), .42);
  --hs-cursor-light: transparent;
  --hs-info: var(--axis-blue-100);
  --hs-warning: #faf7ae;
  --hs-canvas-bg: #f8fafc;
  --hs-canvas-grid: rgba(40, 95, 122, .12);
  --hs-canvas-grid-strong: rgba(40, 95, 122, .2);
  --hs-canvas-label-bg: rgba(255, 255, 255, .78);
  --hs-canvas-label-color: #141414;
  --hs-shadow: 0 1px 1px rgba(0, 0, 0, .06), 0 8px 24px rgba(0, 0, 0, .08);
  --hs-card-border: rgba(20, 20, 20, .058);
  --hs-card-border-hover: rgba(20, 20, 20, .095);
  --hs-card-surface: linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .1) 0%, rgba(255, 255, 255, 0) 70px), var(--hs-surface);
  --hs-card-shadow: 0 1px 2px rgba(20, 20, 20, .035), 0 12px 34px rgba(20, 20, 20, .055), inset 0 1px 0 rgba(255, 255, 255, .75);
  --hs-card-shadow-hover: 0 1px 2px rgba(20, 20, 20, .045), 0 16px 42px rgba(20, 20, 20, .07), inset 0 0 0 1px rgba(var(--axis-blue-100-rgb), .28);
  --hs-body-font-size: 17px;
  --bs-body-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bs-body-font-size: var(--hs-body-font-size);
  --bs-body-color: var(--hs-text);
  --bs-body-bg: var(--hs-bg);
  --bs-border-radius: 8px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 8px;
  --bs-primary: var(--hs-accent);
  --bs-primary-rgb: var(--hs-accent-rgb);
  --bs-info: var(--hs-accent);
  --bs-info-rgb: var(--hs-accent-rgb);
  --bs-text-info: var(--hs-accent);
  --bs-info-bg-subtle: var(--hs-accent-soft);
  --bs-info-border-subtle: rgba(var(--axis-blue-800-rgb), .24);

  --body-color: var(--hs-text);
  --bg: var(--hs-bg);
  --bg-elevated: var(--hs-surface);
  --bg-dark: rgba(20, 20, 20, 0.06);
  --text: var(--hs-text);
  --text-clear: var(--hs-text);
  --text-muted: var(--hs-muted-text);
  --text-lighter: #888;
  --text-gray: rgba(20, 20, 20, 0.56);
  --text-gray-dark-subtle: var(--hs-muted-text);
  --text-gray-dark-accent: var(--hs-text);
  --heading-color: var(--hs-text);
  --border: var(--hs-border);
  --border-subtle: rgba(20, 20, 20, 0.06);
  --border-dark: rgba(20, 20, 20, 0.1);
  --border-dark-strong: rgba(20, 20, 20, 0.16);
  --box-bg-gray: var(--hs-muted-surface);
  --box-bg-light: var(--hs-muted-surface);
  --accent: var(--hs-text);
  --accent-link: var(--hs-accent);
  --footer-title: rgba(20, 20, 20, 0.5);
  --point-text-bg: var(--hs-highlight-blue);
  --link: var(--hs-accent);
  --link-hover-danger: #C10A0A;
  --text-muted-subtle: rgba(20, 20, 20, 0.55);
  --bg-subtle: rgba(20, 20, 20, 0.04);
  --panel-bg-yellow: var(--hs-warning);
  --panel-bg-blue: var(--hs-highlight-blue);
  
  --border-shadow: rgba(20, 20, 20, 0.12);
  --shadow-layered: var(--hs-card-shadow);
  --shadow-book: 12px 16px 30px -8px rgba(0, 0, 0, .35), -12px 16px 10px 0 rgba(0, 0, 0, .03);
  --nav-link-hover: var(--hs-accent);

  --max-width-container: 1280px;
  
  --spacing-05: 2px;
  --spacing-1: clamp(3px, 0.5vw, 4px);
  --spacing-2: clamp(6px, 1vw, 8px);
  --spacing-3: clamp(9px, 1.5vw, 12px);
  --spacing-4: clamp(12px, 2vw, 16px);
  --spacing-5: clamp(15px, 2.5vw, 20px);
  --spacing-6: clamp(18px, 3vw, 24px);
  --spacing-8: clamp(24px, 4vw, 32px);
  --spacing-9: clamp(27px, 4.5vw, 36px);
  --spacing-10: clamp(30px, 5vw, 40px);
  --spacing-12: clamp(36px, 6vw, 48px);
  --spacing-15: clamp(45px, 7.5vw, 60px);
  --spacing-20: clamp(60px, 10vw, 80px);
  --spacing-25: clamp(75px, 12.5vw, 100px);
  --spacing-30: clamp(90px, 15vw, 120px);

  --site-section-gap: clamp(64px, 9vw, 96px);
  --site-card-gap: var(--spacing-5);
  --site-feature-gap: var(--spacing-6);
  --site-card-stack-gap: var(--spacing-4);
  --site-card-padding: clamp(20px, 2.6vw, 32px);
  --site-mobile-card-width: min(86vw, 380px);
  --site-mobile-rail-peek: 16px;
  --site-tech-font: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;

  --heading-size-h0: clamp(42px, 5vw, 60px);
  --text-size-h1: clamp(36px, 5vw, 48px);
  --heading-size-h2: clamp(28px, 4vw, 40px);
  --text-size-article-title-h2: clamp(1.5em, 3.5vw, 1.5em);
  --text-size-lead: clamp(18px, 2vw, 20px);
  --text-size-subheading: clamp(18px, 2vw, 24px); 
  --text-size-h2: clamp(22px, 3.5vw, 32px);
  --text-size-h3: clamp(22px, 3.5vw, 32px);
  --text-size-h5: clamp(18px, 2.5vw, 20px);
  --text-size-h6: clamp(16px, 2.5vw, 16px);
  --article-block-title-gap: 40px;
  --article-block-gap: 20px;
  --article-h4: clamp(1em, 2.5vw, 1em);
  --text-size-small: 14px;
  --text-size-normal: 16px;
  --text-size-large: 18px;
  --text-size-xlarge: 20px;
  --text-size-logo: 100px;

  --heading-line-height-h0: 1;
  --article-line-height: 1.6;

  --border-color: rgba(0, 0, 0, 0.4);
  --border-size: 1px;

  --body-font-family: var(--bs-body-font-family);
  --body-line-height: 1.5;

  --badge-font-family: monospace;

  --size-md: 32px;
  --size-lg: 48px;
  --input-p-lg: 12px;
  --input-height: 40px;
  --input-p: 10px;
  --button-height: 40px;
  --button-p: 10px;
}

:root[data-hs-theme="dark"],
html.dark {
  --hs-bg: #202329;
  --hs-surface: #2b2f36;
  --hs-muted-surface: #363b44;
  --hs-text: #f4f6f8;
  --hs-muted-text: #c5cad3;
  --hs-border: rgba(255, 255, 255, .18);
  --hs-border-strong: rgba(255, 255, 255, .28);
  --hs-accent: var(--axis-blue-200);
  --hs-accent-rgb: var(--axis-blue-200-rgb);
  --hs-accent-soft: rgba(var(--axis-blue-100-rgb), .16);
  --hs-accent-solid: var(--axis-blue-100);
  --hs-accent-solid-contrast: var(--axis-blue-950);
  --hs-highlight-blue: var(--axis-blue-100);
  --hs-highlight-blue-soft: rgba(var(--axis-blue-100-rgb), .18);
  --hs-cursor-light: rgba(244, 246, 248, .085);
  --hs-info: var(--axis-blue-900);
  --hs-warning: #453219;
  --hs-canvas-bg: #202329;
  --hs-canvas-grid: rgba(198, 237, 254, .1);
  --hs-canvas-grid-strong: rgba(198, 237, 254, .18);
  --hs-canvas-label-bg: rgba(17, 21, 28, .78);
  --hs-canvas-label-color: #f4f6f8;
  --hs-shadow: 0 1px 1px rgba(0, 0, 0, .18), 0 12px 28px rgba(0, 0, 0, .26);
  --hs-card-border: rgba(255, 255, 255, .1);
  --hs-card-border-hover: rgba(255, 255, 255, .16);
  --hs-card-surface: linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .055) 0%, rgba(255, 255, 255, 0) 70px), var(--hs-surface);
  --hs-card-shadow: 0 1px 2px rgba(0, 0, 0, .18), 0 16px 34px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .04);
  --hs-card-shadow-hover: 0 1px 2px rgba(0, 0, 0, .22), 0 18px 42px rgba(0, 0, 0, .26), inset 0 0 0 1px rgba(var(--axis-blue-100-rgb), .14);
  --bs-body-bg: var(--hs-bg);
  --bs-body-color: var(--hs-text);
  --bs-primary: var(--hs-accent);
  --bs-primary-rgb: var(--hs-accent-rgb);
  --bs-info: var(--hs-accent);
  --bs-info-rgb: var(--hs-accent-rgb);
  --bs-text-info: var(--hs-accent);
  --bs-info-bg-subtle: rgba(var(--axis-blue-100-rgb), .12);
  --bs-info-border-subtle: rgba(var(--axis-blue-100-rgb), .22);

  --body-color: var(--hs-text);
  --bg: var(--hs-bg);
  --bg-elevated: var(--hs-surface);
  --bg-dark: rgba(255, 255, 255, 0.075);
  --text: var(--hs-text);
  --text-clear: var(--hs-text);
  --text-muted: var(--hs-muted-text);
  --text-lighter: rgba(197, 202, 211, 0.74);
  --text-gray: rgba(197, 202, 211, 0.72);
  --text-gray-dark-subtle: var(--hs-muted-text);
  --text-gray-dark-accent: var(--hs-text);
  --heading-color: var(--hs-text);
  --border: var(--hs-border);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-dark: rgba(255, 255, 255, 0.12);
  --border-dark-strong: rgba(255, 255, 255, 0.2);
  --box-bg-gray: var(--hs-muted-surface);
  --box-bg-light: var(--hs-surface);
  --accent: var(--hs-text);
  --accent-link: var(--hs-accent);
  --footer-title: rgba(244, 246, 248, 0.55);
  --point-text-bg: var(--hs-highlight-blue);
  --link: var(--hs-accent);
  --link-hover-danger: #FF6060;
  --text-muted-subtle: rgba(244, 246, 248, 0.62);
  --bg-subtle: rgba(255, 255, 255, 0.045);
  --panel-bg-yellow: var(--hs-warning);
  --panel-bg-blue: var(--hs-highlight-blue);
  
  --nav-link-hover: var(--hs-accent);

  --border-color: rgba(255, 255, 255, 0.4);
  --border-size: 1px;
  --border-badge: rgba(255, 255, 255, 0.1);
}

html[data-hs-theme="dark"],
html.dark {
  color-scheme: dark;
}

html[data-hs-theme="light"],
html:not([data-hs-theme="dark"]):not(.dark) {
  color-scheme: light;
}

html {
  overflow-x: clip;
  scroll-padding-top: 84px;
}

.bg-default {
  background-color: var(--bg);
}

.bg-box-gray {
  background-color: var(--box-bg-gray);
}

.bg-subtle {
  background-color: var(--bg-subtle);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--body-color);
  background: var(--bg);
  font-family: var(--body-font-family);
  font-size: var(--hs-body-font-size);
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: var(--body-line-height);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  position: relative;
  z-index: 1;
}

.hatchery-backlight {
  --mouse-x: 50vw;
  --mouse-y: 50vh;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(50vw circle at var(--mouse-x) var(--mouse-y), var(--hs-cursor-light), transparent 50%);
  transition: opacity .2s ease;
}

:is([data-hs-theme="dark"], .dark) .hatchery-backlight {
  opacity: .75;
}

@media (hover: none), (pointer: coarse) {
  .hatchery-backlight {
    display: none;
  }
}

.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: opacity 0.56s ease, transform 0.56s ease;
  will-change: opacity, transform;
}

.scroll-reveal--heading {
  transform: translate3d(0, 10px, 0);
  transition-duration: 0.48s;
}

.scroll-reveal--card {
  transform: translate3d(0, 12px, 0);
  transition-delay: var(--reveal-delay, 0ms);
  transition-duration: 0.44s;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

p {
  margin: 0;
}

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

nav a {
  line-height: 1.4;
}

.nav a:not(.button):hover {
  color: var(--nav-link-hover);
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1px;
}

.line-height-3 {
  line-height: 1.3;
}

.link-text-to-primary:hover {
  color: var(--accent-link);
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1px;
}

.styled-link {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 0;
  color: var(--heading-color);
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: var(--heading-color);
}

:is(h1,h2,h3,h4,h5,h6) a:not(.button):not(.link-text-to-primary):hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1px;
}

.h0 {
  font-size: var(--heading-size-h0);
  line-height: var(--heading-line-height-h0);
}

.h1 {
  font-size: var(--text-size-h1);
}

.h2{
  font-size: var(--text-size-h2);
}

.h3 {
  font-size: var(--text-size-h3);
}

.h5 {
  font-size: var(--text-size-h5);
}

.heading-size-h2 {
  font-size: var(--heading-size-h2);
}

.font-size-small {
  font-size: var(--text-size-small);
}

.font-size-normal {
  font-size: var(--text-size-normal);
}

.font-size-large {
  font-size: var(--text-size-large);
}

.text-large {
  font-size: var(--text-size-large);
}

.text-subheading {
  font-size: var(--text-size-subheading);
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.text-default {
  color: var(--text);
}

.text-muted {
  color: var(--text-muted);
}

.text-gray-dark-subtle {
  color: var(--text-gray-dark-subtle);
}

.text-detail {
  font-size: var(--text-size-small);
  color: var(--text-gray-dark-subtle);
  font-weight: 500;
}

.relative {
  position: relative;
}

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

.stack {
  gap: var(--gap);
}

.w-col-6 {
  width: 50%;
}

.w-col-8 {
  width: 66.6666667%;
}

@media (min-width: 768px) {  
  .md-w-col-6 {
    width: 50%;
  }

  .md-w-col-7 {
    width: 58.3333333%;
  }
  
  .md-w-col-8 {
    max-width: 66.6666667%;
  }
}

.w-col-10 {
  width: 83.3333333%;
}

@media (min-width: 768px) {
  .md-w-col-10 {
    width: 83.3333333%;
  }
}

.w-col-11 {
  width: 91.6666667%;
}

@media (min-width: 1024px) {
  .lg-px-15 {
    padding-inline: var(--spacing-15);
  }
}

@media (min-width: 768px) {
  .md-p-15 {
    padding-block: var(--spacing-15);
    padding-inline: var(--spacing-15) !important;
  }
}

.pad-y-1 {
  padding-block: 4px;
}

.pad-x-2 {
  padding-inline: 8px;
}

.pt-0-5 {
  padding-top: var(--spacing-05);
}

.pt-20 {
  padding-top: var(--spacing-20);
}

.pb-12 {
  padding-bottom: var(--spacing-12);
}

.pb-20 {
  padding-bottom: var(--spacing-20);
}

.pb-30 {
  padding-bottom: var(--spacing-30);
}

.p-15 {
  padding: var(--spacing-15);
}

.pl-2 {
  padding-left: var(--spacing-2);
}

@media (max-width: 767px) {
  .sm-mt-15 {
    margin-top: var(--spacing-15);
  }
}

.custom-my-25 {
  margin-block: var(--spacing-25);
}

.custom-my-30 {
  margin-block: var(--spacing-30);
}

.custom-mb-5 {
  margin-bottom: var(--spacing-5);
}

.custom-mb-6 {
  margin-bottom: var(--spacing-6);
}

.custom-mb-8 {
  margin-bottom: var(--spacing-8);
}

.custom-mb-10 {
  margin-bottom: var(--spacing-10);
}

.custom-mb-15 {
  margin-bottom: var(--spacing-15);
}

.custom-mb-20 {
  margin-bottom: var(--spacing-20);
}

.custom-mb-30 {
  margin-bottom: var(--spacing-30);
}

.custom-mt-2 {
  margin-top: var(--spacing-2);
}

.custom-mt-3 {
  margin-top: var(--spacing-3);
}

.custom-mb-2 {
  margin-bottom: var(--spacing-2);
}

.custom-mb-3 {
  margin-bottom: var(--spacing-3);
}

.custom-mt-4 {
  margin-top: var(--spacing-4);
}

.custom-mt-5 {
  margin-top: var(--spacing-5);
}

.custom-mt-6 {
  margin-top: var(--spacing-6);
}

.custom-mt-8 {
  margin-top: var(--spacing-8);
}

.custom-mt-10 {
  margin-top: var(--spacing-10);
}

.custom-mt-12 {
  margin-top: var(--spacing-12);
}

.custom-mt-15 {
  margin-top: var(--spacing-15);
}

.custom-mt-20 {
  margin-top: var(--spacing-20);
}

.custom-mt-25 {
  margin-top: var(--spacing-25);
}

.my-12 {
  margin-block: var(--spacing-12);
}

.my-15 {
  margin-block: var(--spacing-15);
}

.my-20 {
  margin-block: var(--spacing-20);
}

.my-25 {
  margin-block: var(--spacing-25);
}

/* mobile default */
.mw-md-100 {
  max-width: 100%;
}

.mw-md-33 {
  max-width: 100%;
}

/* md and up */
@media (min-width: 768px) {
  .mw-md-100 {
    max-width: 50%;
  }

  .mw-md-33 {
    max-width: 33.33%;
  }
}

.gap-y-5 {
  --row-gap: var(--spacing-5);
}

.gap-y-10 {
  --row-gap: var(--spacing-10);
}

.gap-8 {
  --gap: var(--spacing-8);
}

.gap-10 {
  --gap: var(--spacing-10);
}

.gap-12 {
  --gap: var(--spacing-12);
}

.gap-15 {
  --gap: var(--spacing-15);
}

.gap-20 {
  --gap: var(--spacing-20);
}

.gap-32 {
  --gap: 32px;
}

@media (max-width: 767px) {
  .sm-gap-6 {
    --gap: var(--spacing-6);
  }

  .sm-gap-20 {
    --gap: var(--spacing-20);
  }
}

.rounded-sm {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.button {
  font-size: var(--text-size-small);
  display: inline-flex;
  align-items: center;
  background: var(--text);
  color: var(--bg);
  font-weight: 500;
}

.button-lg {
  height: var(--size-lg);
  padding-inline: 20px;
  font-size: var(--text-size-normal);
  font-weight: 500;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  border: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .button-lg {
    width: 100%;
    min-width: 0;
  }
}

.button--outline {
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--border-dark-strong);
}

.custom-container {
  --gap: 20px;
  max-width: var(--max-width-container);
  padding-inline: var(--gap);
}

.center {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .button-sm {
    padding: 0 10px;
    height: 32px;
    display: inline-flex;
    align-items: center;
  }
}

/* Icon utilities */
.s-20 {
  --size: 20px;
}

.s-32 {
  --size: 32px;
}

.icon {
  --size: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  vertical-align: middle;
  line-height: 0;
  flex-shrink: 0;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  max-width: none;
  display: block;
  height: 68px;
  margin: 0;
  padding: 0;
  background: color-mix(in srgb, var(--bg-elevated) 94%, transparent);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header__shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-8);
}

.header__inner {
  display: flex;
  align-items: center;
  min-width: 0;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 128px;
  overflow: hidden;
}

.header__logo-img {
  display: block;
  width: 128px;
  max-width: 128px;
  max-height: 55px;
  height: auto;
  object-fit: contain;
}

.header__logo-img--dark {
  display: none;
}

:is([data-hs-theme="dark"], .dark) .header__logo-img--light {
  display: none;
}

:is([data-hs-theme="dark"], .dark) .header__logo-img--dark {
  display: block;
}
.header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  transition: opacity 0.2s;
}

.header__hamburger:hover {
  opacity: 0.6;
}

.header__hamburger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 767px) {
  .header__hamburger {
    display: flex;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 0 0 auto;
  font-weight: 500;
}
.header__nav > a {
  color: var(--text);
  font-size: var(--text-size-small);
}

.header__nav > a:hover {
  color: var(--text);
}

.header__nav > a.active {
  color: var(--accent-link);
  font-weight: 700;
}

body.home-page .header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-inline: 0;
  transform: none;
  background: linear-gradient(180deg, rgba(5, 6, 7, .5) 0%, rgba(5, 6, 7, .12) 72%, rgba(5, 6, 7, 0) 100%);
  border-bottom-color: rgba(255, 255, 255, .08);
  color: #f4f6f8;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.home-page .header__nav > a {
  color: rgba(244, 246, 248, .82);
}

body.home-page .header__logo-img--light {
  display: none;
}

body.home-page .header__logo-img--dark {
  display: block;
}

body.home-page .header__nav > a:hover,
body.home-page .header__nav > a.active {
  color: #f4f6f8;
}

body.home-page .header__account {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(244, 246, 248, .18);
  color: #f4f6f8;
}

@media (max-width: 767px) {
  .header {
    height: 56px;
  }
  .header__shell {
    height: 100%;
  }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header__nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
  .header__nav.header__nav--open {
    display: flex;
  }
  .header__nav > a {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
  }
  .header__nav > a:last-child {
    border-bottom: none;
  }
}

.header__account {
  border: 1px solid var(--border-dark-strong);
  border-radius: 6px !important;
  color: var(--text);
  display: inline-flex;
  align-items: center;
}

.header__ai-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .3);
  border-radius: 6px;
  background: rgba(var(--axis-blue-100-rgb), .08);
  color: var(--text);
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.header__ai-search:hover,
.header__ai-search:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .58);
  background: var(--hs-highlight-blue);
  color: var(--axis-blue-950);
}

body.home-page .header__ai-search {
  border-color: rgba(244, 246, 248, .22);
  background: rgba(255, 255, 255, .06);
  color: #f4f6f8;
}

@media (max-width: 767px) {
  .header__ai-search {
    display: none;
  }

  .header__account {
    border: none;
    margin-left: 0;
    border-radius: 6px;
    display: inline-flex;
    align-self: flex-start;
  }

  .hero.custom-container {
    margin: 30px 0;
  }
}

/* Page 1 - 1 : Hero section */
section.hero[data-entity$="-hero"] {
  width: 100%;
  max-width: none;
  margin: 0 0 var(--spacing-12);
  padding-inline: 0;
  overflow: hidden;
  background-color: var(--hs-bg);
  background-image:
    linear-gradient(90deg, var(--hs-canvas-grid) 1px, transparent 1px),
    linear-gradient(0deg, var(--hs-canvas-grid) 1px, transparent 1px),
    linear-gradient(180deg, var(--hs-muted-surface) 0%, var(--hs-bg) 68%, var(--hs-bg) 100%);
  background-position: center top;
  background-size: 56px 56px, 56px 56px, 100% 100%;
  border-bottom: 1px solid var(--border-subtle);
}

.hero__title-box {
  position: relative;
  margin: 80px 0 100px 0;
}

section.hero[data-entity$="-hero"] .hero__title-box {
  width: 100%;
  max-width: var(--max-width-container);
  min-height: clamp(360px, 42vw, 520px);
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) var(--gap) clamp(48px, 6vw, 84px);
}

@media (max-width: 767px) {
  section.hero[data-entity$="-hero"] {
    margin: 0 0 var(--spacing-10);
    background-size: 44px 44px, 44px 44px, 100% 100%;
  }

  section.hero[data-entity$="-hero"] .hero__title-box {
    min-height: 0;
    padding: var(--spacing-15) var(--gap) var(--spacing-12);
  }

  section.hero[data-entity$="-hero"] .hero__title-box-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero__title-box {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .hero__title-box-content {
    padding-inline: var(--spacing-15);
  }
}

section.hero[data-entity$="-hero"] .hero__title-box-content {
  position: relative;
  z-index: 1;
  max-width: min(760px, 64vw);
}

@media (max-width: 767px) {
  section.hero[data-entity$="-hero"] .hero__title-box-content {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero__title-box-content {
    padding-inline: 0;
  }
}

.hero__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0 0 var(--spacing-4);
  padding: 7px 11px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .18), rgba(255, 255, 255, .035)),
    rgba(var(--axis-blue-100-rgb), .08);
  color: var(--axis-blue-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.hero__label_left_bottom_not_rounded {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0 0 var(--spacing-4);
  padding: 7px 11px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .18), rgba(255, 255, 255, .035)),
    rgba(var(--axis-blue-100-rgb), .08);
  color: var(--axis-blue-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 8px 8px 8px 0;
}

.hero__heading {
  font-size: var(--text-size-h1);
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.hero__subheading {
  font-size: var(--text-size-lead);
}

/* Page 1 - 2 : Hero box section */
.hero__title-box-image {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 0;
  width: min(42vw, 560px);
  color: var(--axis-blue-800);
  opacity: .78;
  pointer-events: none;
}

.hero__title-box-image svg {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .hero__title-box-image {
    display: none;
  }
}

/* hero image color - dark mode */
:is([data-hs-theme="dark"], .dark) .hero__title-box-image {
  color: var(--axis-blue-200);
  filter: none;
  opacity: .58;
}

.hatchery-hero-graph {
  overflow: visible;
}

.hatchery-hero-graph .graph-frame {
  fill: var(--hs-canvas-label-bg);
  stroke: var(--hs-card-border);
}

.hatchery-hero-graph .graph-grid-line {
  fill: none;
  stroke: var(--hs-canvas-grid);
  stroke-width: 1;
}

.hatchery-hero-graph .graph-flow {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
  opacity: .38;
}

.hatchery-hero-graph .graph-flow--strong {
  stroke-width: 3;
  opacity: .7;
}

.hatchery-hero-graph .graph-card rect {
  fill: var(--hs-surface);
  stroke: var(--hs-card-border-hover);
}

.hatchery-hero-graph .graph-card--accent rect {
  fill: var(--hs-accent-soft);
}

.hatchery-hero-graph .graph-card path {
  fill: none;
  stroke: var(--hs-muted-text);
  stroke-linecap: round;
  stroke-width: 4;
  opacity: .44;
}

.hatchery-hero-graph .graph-node {
  fill: var(--hs-surface);
  stroke: currentColor;
  stroke-width: 3;
}

.hatchery-hero-graph .graph-node--filled {
  fill: var(--hs-highlight-blue);
  stroke: var(--axis-blue-800);
}

section.hero.home-stage-hero[data-entity="home-hero"] {
  position: relative;
  left: auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  transform: none;
  color: #f4f6f8;
  background-color: #050607;
  background-image:
    linear-gradient(180deg, rgba(198, 237, 254, .08) 0%, rgba(198, 237, 254, 0) 26%),
    radial-gradient(ellipse at 50% 58%, rgba(var(--axis-blue-100-rgb), .16), transparent 48%),
    linear-gradient(180deg, #050607 0%, #06080a 54%, #101318 100%);
  border-bottom-color: rgba(255, 255, 255, .12);
}

section.hero.home-stage-hero[data-entity="home-hero"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(244, 246, 248, .035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(244, 246, 248, .028) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0) 48%);
}

section.hero.home-stage-hero[data-entity="home-hero"]::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 6, 7, 0) 0%, rgba(5, 6, 7, .82) 68%, #050607 100%);
  z-index: 0;
}

section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box {
  max-width: none;
  min-height: clamp(660px, 64vw, 820px);
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(96px, 10vw, 134px) 0 clamp(210px, 18vw, 270px);
}

section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box-content {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin-inline: auto;
  padding-inline: var(--spacing-8);
}

section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box-content::before {
  content: "";
  position: absolute;
  inset: -58px -92px -48px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(5, 6, 7, .82) 0%, rgba(5, 6, 7, .55) 46%, rgba(5, 6, 7, 0) 78%);
}

section.hero.home-stage-hero[data-entity="home-hero"].scroll-reveal,
section.hero.home-stage-hero[data-entity="home-hero"] .scroll-reveal {
  opacity: 1;
  transform: none;
}

section.hero.home-stage-hero[data-entity="home-hero"] .hero__label-container,
section.hero.home-stage-hero[data-entity="home-hero"] .product-hero__actions {
  justify-content: center;
}

section.hero.home-stage-hero[data-entity="home-hero"] .hero__label {
  border: 1px solid rgba(var(--axis-blue-100-rgb), .28);
  background: rgba(var(--axis-blue-100-rgb), .14);
  color: #dff6ff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .035), 0 12px 32px rgba(0, 0, 0, .28);
}

section.hero.home-stage-hero[data-entity="home-hero"] .hero__heading {
  color: #f4f6f8;
  font-size: clamp(46px, 7vw, 84px);
  line-height: .95;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 2px 34px rgba(0, 0, 0, .42);
}

section.hero.home-stage-hero[data-entity="home-hero"] .hero__subheading {
  width: auto;
  max-width: 760px;
  margin-inline: auto;
  color: rgba(244, 246, 248, .82);
  text-shadow: 0 1px 18px rgba(0, 0, 0, .34);
}

section.hero.home-stage-hero[data-entity="home-hero"] .button {
  background: var(--hs-highlight-blue);
  color: var(--axis-blue-950);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .62);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .08);
}

section.hero.home-stage-hero[data-entity="home-hero"] .button--outline {
  color: #f4f6f8;
  border-color: rgba(244, 246, 248, .28);
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .22);
}

section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .hero__title-box {
  text-align: left;
}

section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .hero__title-box-content {
  max-width: 820px;
  margin-left: clamp(24px, 8vw, 132px);
  margin-right: auto;
}

section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .hero__label-container,
section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .product-hero__actions {
  justify-content: flex-start;
}

section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .hero__subheading,
section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .home-hero-system-rail {
  margin-left: 0;
  margin-right: 0;
}

section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="low"] .hero__title-box {
  padding-top: clamp(136px, 13vw, 178px);
  padding-bottom: clamp(178px, 15vw, 236px);
}

section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="low"] .hero__title-box-content {
  max-width: 980px;
}

.home-hero-system-rail {
  position: relative;
  width: min(820px, 100%);
  margin: var(--spacing-12) auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(5, 6, 7, .38);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
}

.home-hero-system-rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(var(--axis-blue-100-rgb), .09), transparent);
  animation: h6-hero-rail-scan 16s ease-in-out infinite;
}

.home-hero-system-rail a {
  position: relative;
  z-index: 1;
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 7px 8px;
  border: 1px solid rgba(244, 246, 248, .1);
  border-radius: 6px;
  background: rgba(244, 246, 248, .055);
  color: rgba(244, 246, 248, .84);
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.home-hero-system-rail a:hover,
.home-hero-system-rail a:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .38);
  background: rgba(var(--axis-blue-100-rgb), .12);
  color: #f4f6f8;
  transform: translateY(-1px);
}

.home-hero-system-rail a:focus-visible {
  outline: 2px solid var(--hs-highlight-blue);
  outline-offset: 4px;
}

.home-hero-system-rail strong {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
}

.home-hero-system-rail small {
  display: block;
  color: rgba(244, 246, 248, .58);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
}

.home-hero-system-rail a:nth-child(4),
.home-hero-system-rail a:nth-child(5) {
  color: var(--hs-highlight-blue);
  border-color: rgba(var(--axis-blue-100-rgb), .28);
  background: rgba(var(--axis-blue-100-rgb), .09);
  box-shadow: inset 0 0 18px rgba(var(--axis-blue-100-rgb), .08);
}

.home-hero-system-rail a:nth-child(4) small,
.home-hero-system-rail a:nth-child(5) small {
  color: rgba(223, 246, 255, .7);
}

.home-stage-hero[data-hero-rail-focus] .home-hero-system-rail a {
  color: rgba(244, 246, 248, .84);
  border-color: rgba(244, 246, 248, .1);
  background: rgba(244, 246, 248, .055);
  box-shadow: none;
}

.home-stage-hero[data-hero-rail-focus] .home-hero-system-rail a small {
  color: rgba(244, 246, 248, .58);
}

.home-stage-hero[data-hero-rail-focus="build"] .home-hero-system-rail a:nth-child(-n+3),
.home-stage-hero[data-hero-rail-focus="protect"] .home-hero-system-rail a:nth-child(4),
.home-stage-hero[data-hero-rail-focus="operate"] .home-hero-system-rail a:nth-child(n+5) {
  color: var(--hs-highlight-blue);
  border-color: rgba(var(--axis-blue-100-rgb), .28);
  background: rgba(var(--axis-blue-100-rgb), .09);
  box-shadow: inset 0 0 18px rgba(var(--axis-blue-100-rgb), .08);
}

.home-stage-hero[data-hero-rail-focus="build"] .home-hero-system-rail a:nth-child(-n+3) small,
.home-stage-hero[data-hero-rail-focus="protect"] .home-hero-system-rail a:nth-child(4) small,
.home-stage-hero[data-hero-rail-focus="operate"] .home-hero-system-rail a:nth-child(n+5) small {
  color: rgba(223, 246, 255, .7);
}

.home-stage-backdrop {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  color: var(--hs-highlight-blue);
  pointer-events: none;
  overflow: hidden;
  transform: translateZ(0);
}

.home-stage-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, .86) 4%, rgba(5, 6, 7, .22) 15%, rgba(5, 6, 7, 0) 32%, rgba(5, 6, 7, 0) 68%, rgba(5, 6, 7, .22) 85%, rgba(5, 6, 7, .86) 96%, #050607 100%),
    linear-gradient(180deg, rgba(5, 6, 7, .54) 0%, rgba(5, 6, 7, .14) 32%, rgba(5, 6, 7, 0) 54%, rgba(5, 6, 7, .74) 100%);
}

.home-stage-grid {
  position: absolute;
  top: 0;
  left: 50%;
  width: 122vw;
  max-width: none;
  height: 100%;
  display: block;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .38) 7%, #000 20%, #000 80%, rgba(0, 0, 0, .38) 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .38) 7%, #000 20%, #000 80%, rgba(0, 0, 0, .38) 93%, transparent 100%);
}

.home-tech-stage {
  opacity: .98;
}

.home-stage-hero[data-hero-depth="near"] .home-stage-grid {
  width: 138vw;
  transform: translateX(-50%) scale(1.035);
}

.home-stage-hero[data-hero-depth="near"] .home-stage-backdrop::after {
  background:
    linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, .8) 3%, rgba(5, 6, 7, .16) 12%, rgba(5, 6, 7, 0) 28%, rgba(5, 6, 7, 0) 72%, rgba(5, 6, 7, .16) 88%, rgba(5, 6, 7, .8) 97%, #050607 100%),
    linear-gradient(180deg, rgba(5, 6, 7, .48) 0%, rgba(5, 6, 7, .08) 28%, rgba(5, 6, 7, 0) 52%, rgba(5, 6, 7, .8) 100%);
}

.home-stage-hero[data-hero-depth="wide"] .home-stage-grid {
  width: 112vw;
  transform: translateX(-50%) scale(.985);
}

.home-stage-hero[data-hero-depth="wide"] .stage-panel {
  opacity: .56;
}

.home-stage-hero[data-hero-motion="signal"] .stage-flow--primary,
.home-stage-hero[data-hero-motion="signal"] .stage-flow--secondary {
  stroke-width: 2.5;
  opacity: .72;
  animation-duration: 30s;
}

.home-stage-hero[data-hero-motion="signal"] .stage-packet {
  animation-duration: 14s;
}

.home-stage-hero[data-hero-motion="scan"] .home-tech-stage__scanline,
.home-stage-hero[data-hero-motion="scan"] .stage-security-scan {
  opacity: .28;
  animation-duration: 15s;
}

.home-stage-hero[data-hero-motion="scan"] .stage-line--strong {
  animation-duration: 18s;
}

.home-stage-hero[data-hero-motion="calm"] .stage-packet,
.home-stage-hero[data-hero-motion="calm"] .stage-flow--primary,
.home-stage-hero[data-hero-motion="calm"] .stage-flow--secondary,
.home-stage-hero[data-hero-motion="calm"] .home-tech-stage__scanline {
  animation-duration: 16s;
}

.home-tech-stage__wash {
  fill: #050607;
  opacity: .28;
}

.home-stage-grid__glow {
  animation: h6-home-stage-glow 22s ease-in-out infinite;
}

.home-stage-grid__road {
  filter: drop-shadow(0 0 6px rgba(var(--axis-blue-100-rgb), .09));
  transform-box: fill-box;
  transform-origin: 50% 72%;
  animation: h6-home-stage-road 34s ease-in-out infinite;
}

.stage-line {
  fill: none;
  stroke: rgba(244, 246, 248, .24);
  stroke-linecap: square;
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.stage-line--far {
  opacity: .42;
}

.stage-line--mid {
  opacity: .66;
}

.stage-line--strong {
  stroke: rgba(var(--axis-blue-100-rgb), .5);
  stroke-width: 1.7;
  opacity: .82;
  animation: h6-home-stage-line 14s ease-in-out infinite;
}

.stage-line--axis {
  stroke: rgba(var(--axis-blue-100-rgb), .46);
  stroke-dasharray: 10 16;
  opacity: .58;
}

.home-tech-stage__micro circle {
  fill: rgba(244, 246, 248, .72);
  opacity: .46;
}

.home-tech-stage__signal {
  opacity: .82;
}

.stage-depth-ribbon {
  fill: none;
  stroke: url(#h6-home-tech-ribbon);
  stroke-width: 22;
  stroke-linecap: round;
  opacity: .32;
  transform-box: view-box;
  transform-origin: center;
  animation: h6-home-stage-ribbon 28s ease-in-out infinite;
}

.stage-depth-ribbon--two {
  opacity: .28;
  animation-delay: -7s;
}

.home-tech-stage__scanline {
  fill: url(#h6-home-tech-scan);
  opacity: .16;
  transform-box: view-box;
  transform-origin: center;
  animation: h6-home-stage-scan 18s ease-in-out infinite;
}

.stage-flow,
.stage-link {
  fill: none;
  stroke: rgba(var(--axis-blue-100-rgb), .24);
  stroke-linecap: round;
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.stage-flow--primary {
  stroke: rgba(var(--axis-blue-100-rgb), .52);
  stroke-width: 2.2;
  stroke-dasharray: 10 22;
  animation: h6-home-tech-flow 26s linear infinite;
}

.stage-flow--secondary {
  stroke: rgba(244, 246, 248, .24);
  stroke-dasharray: 4 18;
  animation: h6-home-tech-flow 34s linear infinite reverse;
}

.stage-flow--soft {
  stroke: rgba(244, 246, 248, .18);
}

.stage-packet {
  fill: var(--hs-highlight-blue);
  opacity: .18;
  filter: none;
  transform-box: fill-box;
  transform-origin: center;
  animation: h6-home-stage-packet 16s linear infinite;
}

.stage-packet--two {
  animation-delay: -2s;
}

.stage-packet--three {
  animation-delay: -4s;
}

.stage-packet--four {
  animation-delay: -6s;
}

.stage-link {
  stroke: rgba(244, 246, 248, .22);
}

.stage-link--model {
  stroke: rgba(var(--axis-blue-100-rgb), .38);
}

.home-tech-stage__core {
  transform-box: fill-box;
  transform-origin: center;
  animation: h6-home-tech-core 16s ease-in-out infinite;
}

.home-tech-stage__ring {
  fill: none;
  stroke: rgba(var(--axis-blue-100-rgb), .3);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.home-tech-stage__ring--outer {
  stroke: rgba(244, 246, 248, .18);
}

.home-tech-stage__core-shell,
.home-tech-stage__core-panel,
.stage-panel rect,
.stage-mini-panel rect {
  fill: url(#h6-home-tech-panel);
  stroke: rgba(244, 246, 248, .16);
  vector-effect: non-scaling-stroke;
}

.home-tech-stage__core-shell {
  stroke: rgba(var(--axis-blue-100-rgb), .28);
}

.home-tech-stage__core-panel {
  fill: rgba(5, 6, 7, .58);
  stroke: rgba(244, 246, 248, .18);
}

.home-tech-stage__core-line,
.stage-panel path,
.stage-mini-panel path {
  fill: none;
  stroke: rgba(244, 246, 248, .34);
  stroke-linecap: round;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.home-tech-stage__core-line--accent,
.stage-panel--right path {
  stroke: rgba(var(--axis-blue-100-rgb), .56);
}

.stage-panel {
  opacity: .74;
}

.stage-panel--left,
.stage-panel--right {
  transform-box: fill-box;
  transform-origin: center;
  animation: h6-home-stage-float 20s ease-in-out infinite;
}

.stage-panel--right {
  animation-delay: -7s;
}

.stage-panel circle {
  fill: rgba(var(--axis-blue-100-rgb), .56);
}

.stage-mini-panel {
  opacity: .68;
}

.home-tech-stage__product-system {
  opacity: .82;
}

.stage-system-orbit {
  fill: none;
  stroke: rgba(var(--axis-blue-100-rgb), .18);
  stroke-width: 1.2;
  stroke-dasharray: 6 14;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  animation: h6-home-stage-orbit 28s linear infinite;
}

.stage-system-orbit--inner {
  stroke: rgba(244, 246, 248, .16);
  animation-direction: reverse;
  animation-duration: 34s;
}

.stage-system-path {
  fill: none;
  stroke: rgba(var(--axis-blue-100-rgb), .28);
  stroke-width: 1.4;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.stage-product-node {
  opacity: .88;
  transform-box: fill-box;
  transform-origin: center;
  animation: h6-home-stage-float 18s ease-in-out infinite;
}

.stage-product-node--axis {
  animation-delay: -3s;
}

.stage-product-node--connect {
  animation-delay: -6s;
}

.stage-product-node--aegis {
  animation-delay: -9s;
}

.stage-product-node rect {
  fill: rgba(5, 6, 7, .62);
  stroke: rgba(var(--axis-blue-100-rgb), .28);
  vector-effect: non-scaling-stroke;
}

.stage-product-node__mark {
  fill: var(--hs-highlight-blue);
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.stage-product-node__label {
  fill: rgba(244, 246, 248, .78);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.home-tech-stage__security-boundary {
  opacity: .86;
}

.stage-security-boundary {
  fill: rgba(198, 237, 254, .025);
  stroke: rgba(var(--axis-blue-100-rgb), .24);
  stroke-width: 1.6;
  stroke-dasharray: 12 18;
  vector-effect: non-scaling-stroke;
  filter: none;
  animation: h6-home-stage-shield 16s ease-in-out infinite;
}

.stage-security-scan {
  fill: none;
  stroke: rgba(var(--axis-blue-100-rgb), .46);
  stroke-width: 1.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  opacity: .18;
  animation: h6-home-stage-secure-scan 18s ease-in-out infinite;
}

.stage-security-badge {
  opacity: .74;
  transform-box: fill-box;
  transform-origin: center;
  animation: h6-home-stage-badge 26s ease-in-out infinite;
}

.stage-security-badge--gov,
.stage-security-badge--public {
  animation-delay: -5s;
}

.stage-security-badge rect {
  fill: rgba(5, 6, 7, .68);
  stroke: rgba(var(--axis-blue-100-rgb), .24);
  vector-effect: non-scaling-stroke;
}

.stage-security-badge text {
  fill: rgba(244, 246, 248, .82);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 850;
}

.stage-shield-line {
  fill: none;
  stroke: rgba(var(--axis-blue-100-rgb), .48);
  stroke-width: 5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.stage-node {
  fill: #050607;
  stroke: rgba(244, 246, 248, .38);
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.stage-node--soft {
  fill: rgba(244, 246, 248, .18);
  stroke: rgba(var(--axis-blue-100-rgb), .34);
}

.stage-node--hot {
  fill: url(#h6-home-tech-node);
  stroke: rgba(var(--axis-blue-100-rgb), .68);
  animation: h6-home-stage-node 22s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.home-stage-variant {
  opacity: 0;
  transition: opacity .7s ease;
  transform-box: fill-box;
  transform-origin: center;
  animation: h6-home-stage-float 24s ease-in-out infinite;
}

.home-stage-hero:not([data-hero-variant]) .home-stage-variant--model,
.home-stage-hero[data-hero-variant="model"] .home-stage-variant--model,
.home-stage-hero[data-hero-variant="operations"] .home-stage-variant--operations,
.home-stage-hero[data-hero-variant="data"] .home-stage-variant--data,
.home-stage-hero[data-hero-variant="aegis"] .home-stage-variant--aegis {
  opacity: .72;
}

.stage-bars rect {
  fill: rgba(244, 246, 248, .16);
  stroke: rgba(244, 246, 248, .2);
  vector-effect: non-scaling-stroke;
}

.stage-bars--right rect {
  fill: rgba(var(--axis-blue-100-rgb), .11);
}

@keyframes h6-home-stage-road {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -8px, 0) scale(1.01);
  }
}

@keyframes h6-hero-rail-scan {
  0%,
  12% {
    opacity: 0;
    transform: translateX(0);
  }
  28%,
  70% {
    opacity: .38;
  }
  100% {
    opacity: 0;
    transform: translateX(395%);
  }
}

@keyframes h6-home-stage-ribbon {
  0%,
  100% {
    opacity: .22;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: .38;
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes h6-home-stage-scan {
  0%,
  100% {
    opacity: .04;
    transform: translateY(-110px);
  }
  35%,
  62% {
    opacity: .2;
  }
  80% {
    opacity: .04;
    transform: translateY(310px);
  }
}

@keyframes h6-home-stage-packet {
  0% {
    opacity: .12;
    transform: translate3d(-90px, 26px, 0) scale(.65);
  }
  18%,
  78% {
    opacity: .32;
  }
  100% {
    opacity: .12;
    transform: translate3d(140px, -34px, 0) scale(1.05);
  }
}

@keyframes h6-home-stage-orbit {
  to {
    stroke-dashoffset: -220;
  }
}

@keyframes h6-home-stage-shield {
  0%,
  100% {
    opacity: .48;
  }
  50% {
    opacity: .62;
  }
}

@keyframes h6-home-stage-secure-scan {
  0%,
  100% {
    opacity: .06;
    transform: translateY(-80px);
  }
  42%,
  64% {
    opacity: .24;
  }
  82% {
    opacity: .06;
    transform: translateY(96px);
  }
}

@keyframes h6-home-stage-badge {
  0%,
  100% {
    opacity: .68;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: .8;
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes h6-home-stage-glow {
  0%,
  100% {
    opacity: .46;
  }
  50% {
    opacity: .58;
  }
}

@keyframes h6-home-stage-line {
  0%,
  100% {
    opacity: .62;
  }
  50% {
    opacity: .74;
  }
}

@keyframes h6-home-stage-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes h6-home-tech-core {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -5px, 0) scale(1.012);
  }
}

@keyframes h6-home-tech-flow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -160;
  }
}

@keyframes h6-home-stage-node {
  0%,
  100% {
    opacity: .56;
    transform: scale(.98);
  }
  50% {
    opacity: .72;
    transform: scale(1.02);
  }
}

.home-context-showcase {
  margin-top: var(--spacing-20);
}

.home-context-showcase__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 960px;
}

.home-context-showcase__intro h2 {
  max-width: 820px;
  margin-top: var(--spacing-6);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.home-context-showcase__intro p {
  max-width: 640px;
  margin: var(--spacing-6) 0 0;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-lead);
}

.home-context-stage {
  position: relative;
  min-height: clamp(500px, 48vw, 620px);
  margin-top: var(--spacing-10);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .14);
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 48% 50%, rgba(var(--axis-blue-100-rgb), .16), transparent 32%),
    radial-gradient(ellipse at 76% 50%, rgba(var(--axis-blue-100-rgb), .18), transparent 42%),
    linear-gradient(180deg, #101318 0%, #080a0c 100%);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.home-context-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, .76) 0%, rgba(8, 10, 12, 0) 20%, rgba(8, 10, 12, 0) 80%, rgba(8, 10, 12, .76) 100%),
    linear-gradient(180deg, rgba(8, 10, 12, .28) 0%, rgba(8, 10, 12, 0) 40%, rgba(8, 10, 12, .36) 100%);
}

.home-context-stage__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .64;
  background-image:
    linear-gradient(90deg, rgba(244, 246, 248, .05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(244, 246, 248, .04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 58% 52%, #000 0%, rgba(0, 0, 0, .7) 58%, transparent 100%);
}

.home-context-stage__scan {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(var(--axis-blue-100-rgb), .12) 48%, rgba(var(--axis-blue-100-rgb), .02) 52%, transparent 100%);
  opacity: .7;
  transform: translateX(-42%);
  animation: h6-context-scan 12s ease-in-out infinite;
}

.home-context-fragments {
  position: absolute;
  inset: 12% auto auto 5%;
  z-index: 2;
  width: min(38%, 470px);
  height: 76%;
}

.home-context-chip {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 58px;
  padding: 10px 13px;
  border: 1px solid rgba(244, 246, 248, .12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 246, 248, .08), rgba(244, 246, 248, .025)),
    rgba(5, 6, 7, .34);
  color: rgba(244, 246, 248, .82);
  font-size: var(--text-size-small);
  font-weight: 650;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .05);
  animation: h6-context-fragment 9s ease-in-out infinite;
}

.home-context-chip::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .66);
  box-shadow: 0 0 0 4px rgba(var(--axis-blue-100-rgb), .08);
}

.home-context-chip strong {
  color: rgba(244, 246, 248, .92);
  font-size: 13px;
  line-height: 1.1;
}

.home-context-chip small {
  color: rgba(197, 202, 211, .72);
  font-size: 11px;
  line-height: 1.1;
}

.home-context-chip--security,
.home-context-chip--scope {
  border-color: rgba(var(--axis-blue-100-rgb), .22);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .085), rgba(244, 246, 248, .025)),
    rgba(5, 6, 7, .38);
}

.home-context-fragments span:nth-child(1) {
  top: 4%;
  left: 6%;
}

.home-context-fragments span:nth-child(2) {
  top: 20%;
  left: 46%;
  animation-delay: -2s;
}

.home-context-fragments span:nth-child(3) {
  top: 36%;
  left: 10%;
  animation-delay: -4s;
}

.home-context-fragments span:nth-child(4) {
  top: 54%;
  left: 48%;
  animation-delay: -6s;
}

.home-context-fragments span:nth-child(5) {
  top: 71%;
  left: 5%;
  animation-delay: -3s;
}

.home-context-fragments span:nth-child(6) {
  top: 82%;
  left: 44%;
  animation-delay: -5s;
}

.home-context-diagnostics {
  position: absolute;
  z-index: 2;
  top: 11%;
  left: 40%;
  width: 18%;
  display: grid;
  gap: 10px;
  pointer-events: none;
}

.home-context-diagnostics span {
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 999px;
  background: rgba(5, 6, 7, .42);
  color: rgba(244, 246, 248, .62);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .02em;
  text-transform: uppercase;
  animation: h6-context-diagnostic 10s ease-in-out infinite;
}

.home-context-diagnostics span:nth-child(2) {
  justify-self: end;
  animation-delay: -2.5s;
}

.home-context-diagnostics span:nth-child(3) {
  animation-delay: -5s;
}

.home-context-diagnostics span:nth-child(4) {
  justify-self: end;
  animation-delay: -7.5s;
}

.home-context-bridge {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 31%;
  right: 34%;
  height: 1px;
  transform: translateY(-50%);
}

.home-context-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(var(--axis-blue-100-rgb), .2) 18%, rgba(var(--axis-blue-100-rgb), .68) 50%, rgba(var(--axis-blue-100-rgb), .2) 82%, transparent 100%);
  box-shadow: 0 0 22px rgba(var(--axis-blue-100-rgb), .28);
}

.home-context-bridge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 56px rgba(var(--axis-blue-100-rgb), .16);
}

.home-context-bridge span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--hs-highlight-blue);
  box-shadow: 0 0 20px rgba(var(--axis-blue-100-rgb), .76);
  animation: h6-context-packet 4.6s linear infinite;
}

.home-context-gate {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 47.5%;
  width: 224px;
  min-height: 204px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home-context-gate__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 104px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 36%, rgba(var(--axis-blue-100-rgb), .22), rgba(5, 6, 7, .76) 64%),
    rgba(5, 6, 7, .72);
  color: rgba(244, 246, 248, .94);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .3), 0 0 46px rgba(var(--axis-blue-100-rgb), .18);
}

.home-context-gate__ring {
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  animation: h6-context-ring 22s linear infinite;
}

.home-context-gate__ring::before,
.home-context-gate__ring::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--hs-highlight-blue);
  box-shadow: 0 0 18px rgba(var(--axis-blue-100-rgb), .8);
}

.home-context-gate__ring::before {
  top: 18px;
  left: 24px;
}

.home-context-gate__ring::after {
  right: 26px;
  bottom: 20px;
}

.home-context-gate__steps {
  position: absolute;
  inset: 0;
}

.home-context-gate__steps span {
  position: absolute;
  padding: 4px 7px;
  border: 1px solid rgba(244, 246, 248, .11);
  border-radius: 999px;
  background: rgba(5, 6, 7, .5);
  color: rgba(244, 246, 248, .66);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-context-gate__steps span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-context-gate__steps span:nth-child(2) {
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.home-context-gate__steps span:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-context-gate__steps span:nth-child(4) {
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

.home-context-bridge span:nth-child(2) {
  animation-delay: -1.55s;
}

.home-context-bridge span:nth-child(3) {
  animation-delay: -3.1s;
}

.home-context-product {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5%;
  width: min(39%, 520px);
  transform: translateY(-50%);
}

.home-context-product__core {
  position: relative;
  padding: var(--spacing-6);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .14), rgba(244, 246, 248, .035) 38%, rgba(5, 6, 7, .36)),
    rgba(5, 6, 7, .62);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.home-context-product__core::before,
.home-context-product__core::after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .13);
  border-radius: 14px;
  pointer-events: none;
}

.home-context-product__core::after {
  inset: -36px;
  opacity: .45;
}

.home-context-product__label {
  display: inline-flex;
  margin-bottom: var(--spacing-5);
  color: rgba(244, 246, 248, .92);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-context-product__layers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-context-product__layers :is(a, span) {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(244, 246, 248, .1);
  border-radius: 8px;
  background: rgba(244, 246, 248, .06);
  color: rgba(244, 246, 248, .84);
  font-size: var(--text-size-small);
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  animation: h6-context-layer 8s ease-in-out infinite;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.home-context-product__layers a::after {
  content: "\2192";
  flex: 0 0 auto;
  color: rgba(var(--axis-blue-100-rgb), .72);
  font-size: 13px;
  opacity: .76;
  transform: translateX(-2px);
  transition: opacity .2s ease, transform .2s ease;
}

.home-context-product__layers a:hover,
.home-context-product__layers a:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .42);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .12), rgba(244, 246, 248, .05)),
    rgba(244, 246, 248, .075);
  color: rgba(244, 246, 248, .96);
  transform: translateY(-1px);
}

.home-context-product__layers a:hover::after,
.home-context-product__layers a:focus-visible::after {
  opacity: 1;
  transform: translateX(1px);
}

.home-context-product__layers a:focus-visible {
  outline: 2px solid var(--hs-highlight-blue);
  outline-offset: 3px;
}

.home-context-product__layers :is(a, span):nth-child(2) {
  animation-delay: -1s;
}

.home-context-product__layers :is(a, span):nth-child(3) {
  animation-delay: -2s;
}

.home-context-product__layers :is(a, span):nth-child(4) {
  animation-delay: -3s;
}

.home-context-product__layers :is(a, span):nth-child(5) {
  animation-delay: -4s;
}

.home-context-product__layers :is(a, span):nth-child(6) {
  animation-delay: -5s;
}

@keyframes h6-context-scan {
  0%,
  100% {
    opacity: .18;
    transform: translateX(-44%);
  }
  48%,
  58% {
    opacity: .72;
  }
  72% {
    opacity: .22;
    transform: translateX(42%);
  }
}

@keyframes h6-context-diagnostic {
  0%,
  100% {
    opacity: .44;
    transform: translate3d(0, 0, 0);
    border-color: rgba(var(--axis-blue-100-rgb), .14);
  }
  50% {
    opacity: .78;
    transform: translate3d(0, -3px, 0);
    border-color: rgba(var(--axis-blue-100-rgb), .28);
  }
}

@keyframes h6-context-ring {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes h6-context-fragment {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: .76;
  }
  50% {
    transform: translate3d(8px, -10px, 0) rotate(-.6deg);
    opacity: 1;
  }
}

@keyframes h6-context-packet {
  0% {
    left: 0;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.72);
  }
  16%,
  84% {
    opacity: .92;
  }
  100% {
    left: 100%;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@keyframes h6-context-packet-y {
  0% {
    top: 0;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.72);
  }
  16%,
  84% {
    opacity: .92;
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@keyframes h6-context-layer {
  0%,
  100% {
    border-color: rgba(244, 246, 248, .1);
    background: rgba(244, 246, 248, .06);
  }
  50% {
    border-color: rgba(var(--axis-blue-100-rgb), .28);
    background: rgba(var(--axis-blue-100-rgb), .1);
  }
}

.home-agent-context {
  margin-top: var(--spacing-20);
}

.home-agent-context__intro {
  max-width: 900px;
}

.home-agent-context__intro h2 {
  max-width: 860px;
  margin-top: var(--spacing-4);
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

.home-agent-context__intro p {
  max-width: 790px;
  margin-top: var(--spacing-5);
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-lead);
}

.home-agent-diagram {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--spacing-6);
  margin-top: var(--spacing-10);
}

.home-agent-panel {
  min-height: 100%;
  padding: var(--spacing-8);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background: var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  overflow: hidden;
}

.home-agent-panel--controlled {
  border-color: rgba(var(--axis-blue-800-rgb), .2);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .24) 0%, rgba(var(--axis-blue-100-rgb), .06) 38%, rgba(255, 255, 255, 0) 78%),
    var(--hs-card-surface);
}

:is([data-hs-theme="dark"], .dark) .home-agent-panel--controlled {
  border-color: rgba(var(--axis-blue-100-rgb), .18);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .14) 0%, rgba(var(--axis-blue-100-rgb), .04) 42%, rgba(255, 255, 255, 0) 82%),
    var(--hs-card-surface);
}

.home-agent-panel__header {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
}

.home-agent-panel__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--bg-subtle);
  color: var(--text);
  font-size: 24px;
}

.home-agent-panel--controlled .home-agent-panel__icon {
  background: var(--hs-highlight-blue);
  color: var(--axis-blue-950);
}

.home-agent-panel--product .home-agent-panel__icon {
  background: rgba(var(--axis-blue-100-rgb), .12);
  color: var(--hs-highlight-blue);
}

.home-agent-panel__eyebrow {
  color: var(--text-gray-dark-subtle);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-agent-panel h3 {
  margin-top: 2px;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.14;
}

.home-agent-panel__button-stack {
  display: grid;
  justify-items: start;
  gap: 8px;
  min-width: 0;
}

.home-agent-panel__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3);
  max-width: 100%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 8px;
  background: rgba(var(--axis-blue-100-rgb), .08);
  color: var(--text);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-agent-panel__button i {
  flex: 0 0 auto;
  font-size: 18px;
}

.home-agent-panel__button--small {
  padding: 6px 10px;
  color: var(--text-gray-dark-subtle);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-agent-panel__button--title {
  padding: 10px 12px;
  color: var(--text);
  font: inherit;
}

.home-agent-panel__button:hover,
.home-agent-panel__button:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .5);
  background: rgba(var(--axis-blue-100-rgb), .16);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
  color: var(--text);
  transform: translateY(-1px);
}

.home-agent-panel__button:focus-visible {
  outline: 2px solid var(--accent-link);
  outline-offset: 4px;
}

.home-agent-console {
  display: grid;
  gap: 8px;
  margin-top: var(--spacing-8);
  padding: var(--spacing-5);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--hs-canvas-grid) 1px, transparent 1px),
    linear-gradient(0deg, var(--hs-canvas-grid) 1px, transparent 1px),
    rgba(5, 6, 7, .92);
  background-size: 28px 28px;
  color: rgba(255, 255, 255, .88);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
}

.home-agent-console span {
  display: block;
}

.home-agent-console__risk {
  color: var(--hs-highlight-blue);
}

.home-context-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: var(--spacing-8);
  padding: var(--spacing-5);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--hs-canvas-grid) 1px, transparent 1px),
    linear-gradient(0deg, var(--hs-canvas-grid) 1px, transparent 1px),
    var(--hs-canvas-bg);
  background-size: 30px 30px;
}

.home-context-map::before,
.home-context-map::after {
  content: "";
  position: absolute;
  inset: 50% var(--spacing-5) auto;
  height: 1px;
  background: var(--hs-canvas-grid-strong);
}

.home-context-map::after {
  inset: var(--spacing-5) auto var(--spacing-5) 50%;
  width: 1px;
  height: auto;
}

.home-context-map span {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background: var(--hs-canvas-label-bg);
  color: var(--hs-canvas-label-color);
  font-size: var(--text-size-small);
  font-weight: 700;
}

.home-agent-list {
  display: grid;
  gap: 10px;
  margin: var(--spacing-6) 0 0;
  padding: 0;
  list-style: none;
}

.home-agent-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-gray-dark-subtle);
}

.home-agent-list li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--border-dark-strong);
}

.home-agent-list--verified li::before {
  background: var(--hs-highlight-blue);
  box-shadow: 0 0 0 3px rgba(var(--axis-blue-100-rgb), .18);
}

@media (max-width: 1023px) {
  section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box {
    min-height: clamp(700px, 88vw, 820px);
    padding-top: var(--spacing-20);
    padding-bottom: clamp(260px, 34vw, 340px);
  }

  .home-stage-grid {
    width: 165vw;
  }

  .stage-product-node__label {
    font-size: 16px;
  }

  .stage-security-badge text {
    font-size: 15px;
  }

  .home-context-showcase__intro {
    gap: 0;
  }

  .home-context-showcase__intro p {
    max-width: 820px;
  }
}

@media (max-width: 767px) {
  section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box {
    min-height: clamp(730px, 178vw, 850px);
    text-align: left;
    padding: clamp(92px, 24vw, 118px) var(--gap, 16px) clamp(270px, 72vw, 360px);
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box-content {
    padding-inline: 0;
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__label-container,
  section.hero.home-stage-hero[data-entity="home-hero"] .product-hero__actions {
    justify-content: flex-start;
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__heading {
    font-size: clamp(40px, 12vw, 54px);
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__subheading {
    margin-inline: 0;
  }

  .home-stage-backdrop {
    opacity: .82;
  }

  .home-stage-grid {
    top: 7%;
    left: 50%;
    width: 214vw;
    height: 93%;
  }

  .home-hero-system-rail {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: var(--spacing-5);
    padding: 6px;
  }

  .home-hero-system-rail a {
    min-height: 58px;
    padding: 7px 6px;
  }

  .home-hero-system-rail strong {
    font-size: 11px;
  }

  .home-hero-system-rail small {
    font-size: 9px;
  }

  .stage-depth-ribbon {
    stroke-width: 16;
    opacity: .32;
  }

  .stage-product-node__mark {
    font-size: 22px;
  }

  .stage-product-node__label,
  .stage-security-badge text {
    font-size: 13px;
  }

  .stage-security-badge {
    opacity: .68;
  }

  .stage-panel {
    opacity: .48;
  }

  .home-context-showcase {
    margin-top: var(--spacing-15);
  }

  .home-context-showcase__intro h2 {
    font-size: clamp(30px, 9.5vw, 42px);
  }

  .home-context-stage {
    min-height: 840px;
    margin-top: var(--spacing-8);
  }

  .home-context-fragments {
    inset: 28px 18px auto;
    width: auto;
    height: 280px;
  }

  .home-context-chip {
    width: 44%;
    min-width: 0;
    min-height: 54px;
    align-items: flex-start;
    padding: 9px 10px 9px 25px;
  }

  .home-context-chip::before {
    top: 14px;
    left: 10px;
  }

  .home-context-chip strong {
    font-size: 12px;
  }

  .home-context-chip small {
    font-size: 10px;
  }

  .home-context-fragments span:nth-child(1) {
    top: 0;
    left: 0;
  }

  .home-context-fragments span:nth-child(2) {
    top: 22px;
    left: 52%;
  }

  .home-context-fragments span:nth-child(3) {
    top: 88px;
    left: 6%;
  }

  .home-context-fragments span:nth-child(4) {
    top: 118px;
    left: 54%;
  }

  .home-context-fragments span:nth-child(5) {
    top: 190px;
    left: 6%;
  }

  .home-context-fragments span:nth-child(6) {
    top: 222px;
    left: 52%;
  }

  .home-context-diagnostics {
    display: none;
  }

  .home-context-bridge {
    top: 350px;
    left: 50%;
    right: auto;
    width: 1px;
    height: 178px;
    transform: translateX(-50%);
  }

  .home-context-bridge::before {
    background: linear-gradient(180deg, transparent 0%, rgba(var(--axis-blue-100-rgb), .2) 18%, rgba(var(--axis-blue-100-rgb), .68) 50%, rgba(var(--axis-blue-100-rgb), .2) 82%, transparent 100%);
  }

  .home-context-bridge span {
    top: 0;
    left: 50%;
    animation-name: h6-context-packet-y;
  }

  .home-context-bridge::after {
    top: 34%;
    left: 50%;
    width: 98px;
    height: 98px;
  }

  .home-context-gate {
    top: 430px;
    left: 50%;
    width: 188px;
    min-height: 168px;
  }

  .home-context-gate__label {
    min-width: 84px;
    min-height: 84px;
    font-size: 12px;
  }

  .home-context-gate__ring {
    inset: 6px;
  }

  .home-context-gate__steps span {
    font-size: 9px;
    padding: 3px 6px;
  }

  .home-context-product {
    inset: auto 18px 28px;
    width: auto;
    transform: none;
  }

  .home-context-product__core {
    padding: var(--spacing-5);
  }

  .home-context-product__layers {
    grid-template-columns: 1fr;
  }

  .home-context-product__layers :is(a, span) {
    min-height: 38px;
  }

  .home-agent-context {
    margin-top: var(--spacing-15);
  }

  .home-agent-context__intro h2 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.06;
  }

  .home-agent-diagram {
    grid-template-columns: 1fr;
    gap: var(--spacing-4);
  }

  .home-agent-panel {
    padding: var(--spacing-5);
  }

  .home-context-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hero__box {
  padding: 60px;
  background: var(--hs-card-surface);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  box-shadow: var(--hs-card-shadow);
}

.hero__box--accent {
  background:
    radial-gradient(circle at 92% 10%, rgba(var(--axis-blue-100-rgb), .12), transparent 30%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .075), rgba(157, 230, 200, .025) 52%, transparent),
    var(--hs-card-surface);
  border-color: rgba(var(--axis-blue-100-rgb), .18);
}

@media (max-width: 767px) {
  .hero__box {
    padding:var(--spacing-10);
  }
}

.hero__box-title {
  font-size: var(--text-size-h2);
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.hero__box-subtitle {
  margin: 0 0 1.5rem;
}

.hero__box-image {
  border-radius: 6px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero__box-image-content {
  width: 100%;
  max-width: 680px;
  height: 48px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

:is([data-hs-theme="dark"], .dark) .hero__box-image-content {
  background-color: var(--box-bg-light);
}

.hero__box-text {
  font-size: var(--text-size-small);
  margin: 0 0 1.5rem;
}

.hero__box-cta {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  gap: var(--gap);
}

.hero__box-cta:hover {
  opacity: 0.9;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
  gap: var(--spacing-12);
  align-items: end;
}

.section-heading-row > p {
  margin: 0;
  color: var(--text-gray-dark-subtle);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-link);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--hs-highlight-blue);
  box-shadow: 0 0 0 4px rgba(var(--axis-blue-100-rgb), .10);
}

@media (max-width: 767px) {
  .section-heading-row {
    grid-template-columns: 1fr;
    gap: var(--spacing-5);
    align-items: start;
  }
}

/* Page 1 - 3 : Section blocks section */
.section-blocks__subheading {
  font-size: var(--text-size-large);
}

.block__image {
  margin-bottom: var(--spacing-8);
}

.block-image-temp {
  width: 200px;
  height: 289px;
  box-shadow: var(--shadow-book);
  border-radius: 6px;
  background-color: var(--box-bg-light);
}

.block__title {
  font-size: var(--text-size-h6);
  margin-bottom: var(--spacing-2);
}

.block__subtitle {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

.clients-section {
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding-block: var(--spacing-12);
}

.clients-section__header {
  max-width: 760px;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-3);
}

.client-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-4);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.client-card--highlight {
  border-color: rgba(255, 255, 255, 0.24);
}

.client-card img {
  display: block;
  max-width: min(100%, 116px);
  max-height: 96px;
  object-fit: contain;
  opacity: 0.9;
  transition: filter 0.2s, opacity 0.2s, transform 0.2s;
}

.client-card:hover,
.client-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 10px 28px -18px rgba(0, 0, 0, 0.65);
  transform: translateY(-2px);
}

.client-card:hover img,
.client-card:focus-visible img {
  opacity: 1;
  transform: scale(1.02);
}

@media (min-width: 576px) {
  .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .client-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Page 1 - 4 : Section cta section */
.section-cta__subtitle {
  margin: 0 0 1.5rem;
  text-align: left;
}


/* Footer */
.dashed {
  border: none;
  height: var(--border-size);
  background-image: repeating-linear-gradient(to right, var(--border-color) 0, var(--border-color) 6px, transparent 6px, transparent 12px);
  background-size: 12px var(--border-size);
  background-repeat: repeat-x;
  background-position: left center;
  background-color: transparent;
  margin: 0;
}

.grid {
  display: grid;
  gap: var(--gap, 1rem);
  grid-template-columns: repeat(1, 1fr); /* mobile */
  row-gap: var(--row-gap, var(--gap, 1rem));
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .lg-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) {
  .md-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md-grid-9-3 {
    grid-template-columns: 9fr 3fr;
  }

  .md-grid-auto-1fr {
    grid-template-columns: auto 1fr;
  }
}

main > section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

:is(
  .client-logo-grid,
  .contact-cta__grid,
  .contact-topic-grid,
  .evidence-grid,
  .faq-category-grid,
  .integration-logo-set,
  .product-aegis-capabilities,
  .product-logo-strip,
  .product-ops-grid,
  .product-suite-grid,
  .project-news-grid,
  .completed-news-list,
  .testimonial-page-grid,
  .testimonial-strip__cards,
  .work-connected-grid,
  .work-lane-grid,
  .work-product-layer-grid
) {
  gap: var(--site-card-gap);
}

:is(.hero__box, .product-feature-box) > :where(.grid, .contact-cta__grid, .product-ops-grid, .product-suite-grid, .work-lane-grid, .work-connected-grid) {
  gap: var(--site-feature-gap);
}

:is(
  .content-block,
  .contact-cta__panel,
  .contact-intake-note,
  .contact-topic-card,
  .doc-card,
  .evidence-card,
  .faq-category,
  .info-panel,
  .product-feature__step,
  .product-checklist__item,
  .product-suite-card,
  .testimonial-card,
  .work-connected-item,
  .work-proof-item
) {
  padding: var(--site-card-padding);
}

:not(.grid):not([class*="gap-"]):not(.integration-logo-set):not(.faq-category-grid):not(.project-news-grid):not(.completed-news-list) > :where(.content-block, .info-panel, .doc-card, .product-feature__step, .product-checklist__item, .project-news-card, .completed-news-item, .faq-category, .faq-accordion, .integration-logo-item) + :where(.content-block, .info-panel, .doc-card, .product-feature__step, .product-checklist__item, .project-news-card, .completed-news-item, .faq-category, .faq-accordion, .integration-logo-item) {
  margin-top: var(--site-card-stack-gap);
}

.ai-tech-note {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: var(--spacing-3);
  max-width: min(100%, 760px);
  padding: 10px 12px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .055), rgba(255, 255, 255, .018)),
    rgba(255, 255, 255, .026);
  color: var(--text-gray-dark-subtle);
  font-family: var(--site-tech-font);
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
}

.ai-tech-note::before {
  content: "";
  grid-row: 1 / span 2;
  width: 7px;
  height: 7px;
  margin-top: .42em;
  border-radius: 999px;
  background: var(--hs-highlight-blue);
  box-shadow: 0 0 0 4px rgba(var(--axis-blue-100-rgb), .09);
}

.ai-tech-note span {
  grid-column: 2;
  justify-self: start;
  color: var(--accent-link);
  font-weight: 800;
}

.ai-tech-note code {
  grid-column: 2;
  justify-self: start;
  min-width: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  overflow-wrap: anywhere;
}

[data-ai-tip] {
  position: relative;
  cursor: help;
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  [data-ai-tip]::after {
    content: attr(data-ai-tip);
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    z-index: 70;
    width: max-content;
    max-width: min(320px, 70vw);
    padding: 9px 11px;
    border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .07), rgba(255, 255, 255, .018)),
      var(--hs-surface);
    color: var(--text);
    box-shadow: var(--hs-card-shadow);
    font-family: var(--site-tech-font);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 5px, 0);
    transition: opacity .16s ease, transform .16s ease;
  }

  [data-ai-tip]:hover::after,
  [data-ai-tip]:focus-visible::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
  :root {
    --site-card-gap: var(--spacing-4);
    --site-feature-gap: var(--spacing-5);
    --site-card-stack-gap: var(--spacing-4);
    --site-card-padding: var(--spacing-5);
  }

  main > section:not(.hero) {
    contain-intrinsic-size: 620px;
  }

  .is-mobile-rail {
    display: flex !important;
    grid-template-columns: none !important;
    gap: var(--site-card-gap) !important;
    margin-inline: calc(-1 * var(--site-mobile-rail-peek));
    padding-inline: var(--site-mobile-rail-peek);
    padding-bottom: var(--spacing-3);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-inline: var(--site-mobile-rail-peek);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .is-mobile-rail::-webkit-scrollbar {
    display: none;
  }

  .is-mobile-rail > * {
    flex: 0 0 var(--site-mobile-card-width) !important;
    width: var(--site-mobile-card-width);
    max-width: var(--site-mobile-card-width);
    scroll-snap-align: start;
    margin-top: 0 !important;
  }

  .is-mobile-rail > :last-child {
    scroll-snap-align: end;
  }

  .is-mobile-rail:is(.product-logo-strip) > * {
    flex-basis: min(82vw, 320px) !important;
  }

  .is-mobile-rail:is(.work-product-layer-grid, .product-aegis-capabilities, .product-ops-grid) > * {
    flex-basis: min(80vw, 320px) !important;
  }

  .ai-tech-note {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    font-size: 11px;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-spacing: 0;
    -webkit-overflow-scrolling: touch;
  }
}

.footer__col-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3);
  font-size: var(--text-size-small);
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  color: var(--footer-title);
  list-style: none;
}

.footer__col-title::-webkit-details-marker {
  display: none;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4);
}

.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  font-weight: 500;
}

.footer__col a {
  font-size: var(--text-size-small);
  color: var(--text);
}
.footer__col a:hover {
  color: var(--text);
}

@media (max-width: 767px) {
  .sm-stack {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-10);
  }
}

.footer__logo {
  position: relative;
  font-weight: 700;
  z-index: 1;
}

.footer__logo-text {
  position: relative;
  left: calc(-1 * clamp(0px, 2vw, 24px));
  z-index: 0;
  font-size: var(--text-size-logo, 100px);
  font-weight: 800;
  line-height: 1;
  opacity: 0.04;
  margin-left: -3px;
}

.footer__copy {
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
  margin: 0;
}

/* Dark mode toggle */
.theme-toggle {
  position: fixed;
  bottom: 1.5rem;
  right: clamp(16px, 3vw, 28px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  z-index: 1045;
}

.theme-toggle .ki-outline {
  font-size: 22px;
  line-height: 1;
}

.mobile-bottom-nav,
.mobile-tray,
.mobile-tray-overlay,
.mobile-install-app,
.mobile-nav-stack-item,
.mobile-nav-menu {
  display: none;
}

@media (max-width: 1023px) {
  :root {
    --heading-size-h0: 42px;
    --text-size-h1: 36px;
    --heading-size-h2: 30px;
    --text-size-h2: 26px;
    --text-size-h3: 24px;
    --text-size-lead: 17px;
    --text-size-subheading: 18px;
    --text-size-large: 16px;
  }

  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  body.mobile-nav-card-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .custom-container {
    --gap: 16px;
  }

  .w-col-6,
  .w-col-8,
  .w-col-10,
  .w-col-11,
  .md-w-col-6,
  .md-w-col-7,
  .md-w-col-8,
  .md-w-col-10 {
    width: 100%;
    max-width: 100%;
  }

  .custom-my-25,
  .custom-my-30,
  .my-20,
  .my-25 {
    margin-block: var(--spacing-15);
  }

  .custom-mt-20,
  .custom-mt-25 {
    margin-top: var(--spacing-15);
  }

  .header {
    height: 56px;
  }

  .header__logo {
    max-width: 30px;
  }

  .header__logo-img {
    width: 30px;
    max-width: 30px;
    max-height: 30px;
  }

  .header__logo-img--light {
    content: url("../../images/brand/Hatchery_icon_black.svg");
  }

  .header__logo-img--dark {
    content: url("../../images/brand/Hatchery_icon_white.svg");
  }

  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header__hamburger {
    display: inline-flex;
    min-height: 44px;
    padding: 0;
  }

  .header__nav {
    display: flex;
    position: fixed;
    left: 12px;
    right: 12px;
    top: auto;
    bottom: calc(76px + env(safe-area-inset-bottom));
    z-index: 140;
    max-height: min(420px, calc(100vh - 132px));
    overflow-y: auto;
    overscroll-behavior: contain;
    flex-direction: column;
    align-items: stretch;
    gap: var(--spacing-2);
    width: auto;
    padding: var(--spacing-2);
    background: var(--bg-elevated);
    border: 1px solid var(--border-dark-strong);
    border-radius: 8px;
    box-shadow: var(--shadow-layered);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px);
    transform-origin: bottom center;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  }

  .header__nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 18px;
  }

  .header__nav.header__nav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header__nav > a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-4);
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: var(--text-size-normal);
  }

  .header__nav > a.active {
    background: #c6edfe;
    border-color: color-mix(in srgb, #c6edfe 74%, #000);
    color: #000;
  }

  .header__account {
    align-self: stretch;
    justify-content: center;
    border: 1px solid var(--border-dark-strong);
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    height: calc(76px + env(safe-area-inset-bottom));
    z-index: 1110;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 0;
    padding: 7px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    background: color-mix(in srgb, var(--hs-surface) 94%, transparent);
    border-top: 1px solid var(--hs-border);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .03), 0 -14px 34px rgba(0, 0, 0, .12);
    backdrop-filter: blur(18px);
    overflow: visible;
    touch-action: manipulation;
  }

  .mobile-nav-stack-item {
    position: static;
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .mobile-nav-stack-item.open {
    z-index: 1120;
  }

  .mobile-nav-stack-item > .mobile-nav-item {
    flex: 1 1 auto;
  }

  .mobile-nav-item {
    position: relative;
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
    height: 62px;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 2px;
    border: 0;
    outline: none;
    border-radius: 14px;
    background: transparent;
    color: var(--text-gray-dark-subtle);
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    white-space: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    user-select: none;
    transition: color 0.18s ease, transform 0.15s ease;
  }

  .mobile-nav-home {
    flex: 1 1 0;
    max-width: none;
  }

  .mobile-nav-item:hover {
    color: var(--text);
  }

  .mobile-nav-item:active {
    transform: scale(0.95);
  }

  .mobile-nav-item.active,
  .mobile-nav-more[aria-expanded="true"],
  .mobile-nav-stack-item.open > .mobile-nav-item {
    color: var(--hs-text);
  }

  .mobile-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: inherit;
    line-height: 1;
    opacity: .9;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
  }

  .mobile-nav-item i {
    align-items: center;
    justify-content: center;
    font-size: 1.45rem !important;
    line-height: 1;
  }

  .mobile-bottom-nav .mobile-install-app {
    display: none;
  }

  .mobile-nav-item:hover .mobile-nav-icon {
    opacity: 1;
    background: var(--bg-subtle);
  }

  .mobile-nav-item.active .mobile-nav-icon,
  .mobile-nav-more[aria-expanded="true"] .mobile-nav-icon,
  .mobile-nav-stack-item.open > .mobile-nav-item .mobile-nav-icon {
    background: var(--hs-highlight-blue);
    border-color: rgba(var(--axis-blue-100-rgb), .56);
    color: var(--axis-blue-950);
    opacity: 1;
    box-shadow: 0 8px 18px rgba(var(--axis-blue-shadow-rgb), .16), inset 0 1px 0 rgba(255, 255, 255, .72);
  }

  .mobile-nav-label {
    display: block;
    width: 100%;
    max-width: 72px;
    padding: 0;
    color: inherit;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.05;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: .92;
    visibility: visible;
    pointer-events: none;
    transform: none;
    transition: color .18s ease, opacity .18s ease;
  }

  .mobile-nav-label::after {
    display: none;
  }

  .mobile-nav-item:focus-visible .mobile-nav-label,
  .mobile-nav-item:active .mobile-nav-label {
    opacity: 1;
  }

  .mobile-nav-item.active .mobile-nav-label,
  .mobile-nav-more[aria-expanded="true"] .mobile-nav-label,
  .mobile-nav-stack-item.open > .mobile-nav-item .mobile-nav-label {
    color: var(--hs-text);
    opacity: 1;
  }

  .mobile-nav-menu {
    position: fixed;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(84px + env(safe-area-inset-bottom));
    top: auto;
    z-index: 1125;
    box-sizing: border-box;
    width: auto;
    max-height: min(68vh, 560px);
    max-height: min(68dvh, 560px);
    margin: 0;
    padding: 14px;
    border: 1px solid var(--hs-card-border);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .065), rgba(255, 255, 255, .022)),
      var(--hs-surface);
    box-shadow: 0 20px 50px rgba(var(--axis-blue-shadow-rgb), .18), 0 1px 1px rgba(0, 0, 0, .06);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateY(var(--mobile-nav-drag-y, 0));
    animation: h6-mobile-card-in .18s ease-out;
  }

  .mobile-nav-stack-item.open > .mobile-nav-menu {
    display: grid;
    gap: 8px;
  }

  .mobile-nav-stack-item.open > .mobile-nav-menu.is-dragging {
    animation: none;
    transition: none;
    cursor: grabbing;
  }

  .mobile-nav-stack-item.open > .mobile-nav-menu.is-resetting,
  .mobile-nav-stack-item.open > .mobile-nav-menu.is-closing {
    animation: none;
    transition: transform .18s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
  }

  .mobile-nav-stack-item.open > .mobile-nav-menu.is-closing {
    opacity: 0;
  }

  .mobile-nav-menu-grip {
    width: 36px;
    height: 4px;
    display: block;
    margin: 0 auto 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--hs-card-border);
    appearance: none;
    cursor: grab;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-nav-menu-grip:active {
    cursor: grabbing;
  }

  .mobile-nav-menu-title {
    display: block;
    padding: 2px 2px 4px;
    color: var(--text-muted);
    font-family: var(--site-tech-font);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
    touch-action: none;
    user-select: none;
  }

  .mobile-nav-menu-link {
    min-height: 54px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--hs-card-border);
    border-radius: 8px;
    background: var(--hs-card-surface);
    color: var(--hs-text);
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-nav-menu-link:hover,
  .mobile-nav-menu-link:focus,
  .mobile-nav-menu-link:active {
    border-color: rgba(var(--axis-blue-100-rgb), .36);
    background:
      linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .11), rgba(255, 255, 255, .025)),
      var(--hs-card-surface);
    color: var(--hs-text);
    outline: none;
  }

  .mobile-nav-menu-link > i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
    border-radius: 8px;
    background: rgba(var(--axis-blue-100-rgb), .08);
    color: var(--hs-highlight-blue);
    font-size: 1.25rem;
    line-height: 1;
  }

  .mobile-nav-menu-link strong,
  .mobile-nav-menu-link small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-nav-menu-link strong {
    color: var(--hs-text);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.15;
  }

  .mobile-nav-menu-link small {
    margin-top: 2px;
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
  }

  .mobile-nav-brand {
    width: 21px;
    height: 21px;
    display: block;
  }

  .mobile-nav-brand--dark {
    display: none;
  }

  :is([data-hs-theme="dark"], .dark) .mobile-nav-brand--light {
    display: none;
  }

  :is([data-hs-theme="dark"], .dark) .mobile-nav-brand--dark {
    display: block;
  }

  .mobile-nav-item.active .mobile-nav-brand--light {
    display: block;
  }

  .mobile-nav-item.active .mobile-nav-brand--dark {
    display: none;
  }

  .mobile-bottom-nav .mobile-install-app.mobile-install-app-visible {
    display: flex;
  }

  .mobile-tray-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: block;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .mobile-tray-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-tray {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1201;
    display: block;
    height: 0;
    max-height: 90dvh;
    overflow: hidden;
    background: var(--bg-elevated);
    border-top: 1px solid var(--border);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-tray.active {
    transform: translateY(0);
  }

  .mobile-tray-handle {
    width: 40px;
    height: 4px;
    margin: 10px auto 6px;
    cursor: grab;
    touch-action: none;
    border-radius: 999px;
    background: var(--border);
  }

  .mobile-tray-handle:active {
    cursor: grabbing;
  }

  .mobile-tray-inner {
    padding: 16px 20px calc(20px + env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  .mobile-nav-panel {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-nav-panel a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--border-dark-strong);
    border-radius: 8px;
    background: var(--bg);
    color: var(--text);
    font-weight: 600;
  }

  .mobile-nav-panel__primary {
    justify-content: center;
    background: var(--point-text-bg) !important;
    color: #000 !important;
    border-color: color-mix(in srgb, var(--point-text-bg) 74%, #000) !important;
  }

  .mobile-install-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .mobile-install-panel-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
  }

  .mobile-install-panel-copy,
  .mobile-install-note {
    margin: 0;
    color: var(--text-gray-dark-subtle);
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .mobile-install-note {
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--bg-subtle);
  }

  .mobile-install-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-install-steps li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    align-items: start;
    color: var(--text);
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .mobile-install-step-number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--bg-subtle);
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 700;
  }

  .theme-toggle {
    right: 84px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
  }

  .hero.custom-container {
    margin: var(--spacing-8) 0 var(--spacing-12);
  }

  .hero__title-box {
    margin: 0;
  }

  .hero__title-box-content {
    padding-inline: 0;
  }

  .hero__heading {
    line-height: 1.06;
    letter-spacing: 0;
  }

  .hero__subheading,
  .section-blocks__subheading,
  .section-cta__subtitle {
    max-width: 100%;
    width: 100%;
  }

  .hero__box,
  .product-feature-box,
  .content-block,
  .handbook-faq__wrapper,
  .info-panel,
  .project-news-card,
  .completed-news-item {
    border-radius: 8px;
  }

  .hero__box,
  .product-feature-box,
  .content-block,
  .handbook-faq__wrapper,
  .info-panel {
    padding: var(--spacing-6);
  }

  .product-hero__btn,
  .button,
  .button--outline,
  .hero__box-cta {
    min-height: 44px;
    justify-content: center;
  }

  .product-feature__step,
  .product-checklist__item {
    padding: var(--spacing-4);
    border: 1px solid var(--hs-card-border);
    border-radius: 8px;
    background: var(--hs-card-surface);
  }

  :is([data-hs-theme="dark"], .dark) .product-feature__step,
  :is([data-hs-theme="dark"], .dark) .product-checklist__item {
    background: var(--hs-card-surface);
  }

  #capability-cards {
    display: flex;
    overflow-x: auto;
    gap: var(--spacing-3);
    padding-bottom: var(--spacing-2);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  #capability-cards .doc-card {
    flex: 0 0 auto;
    min-width: 210px;
    scroll-snap-align: start;
    padding: var(--spacing-4);
  }

  .doc-card__text {
    font-size: var(--text-size-normal);
  }

  .sm-left-index-sidebar {
    display: none;
  }

  .resource-subnav {
    position: sticky;
    top: 56px;
    z-index: 80;
    background: var(--bg);
    border-bottom: 1px solid var(--border-subtle);
  }

  .resource-subnav .subnav__inner {
    padding-block: var(--spacing-3);
    border-top: 0;
  }

  .subnav__buy {
    min-height: 40px;
  }

  .search-box {
    height: 46px;
  }

  .faq-category-grid {
    gap: var(--spacing-6);
  }

  .faq-accordion summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-4);
  }

  .faq-accordion summary::after {
    float: none;
    margin-left: 0;
  }

  .project-news-card__body,
  .completed-news-item > div:last-child {
    padding: var(--spacing-5);
  }

  .project-news-card__text {
    font-size: var(--text-size-normal);
  }

  .integration-logo-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }
}

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

  .md-grid-9-3 {
    grid-template-columns: 1fr;
  }

  .product-hero__actions {
    flex-direction: row;
  }

  .project-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .grid,
  .md-grid-2,
  .md-grid-9-3,
  .md-grid-auto-1fr {
    grid-template-columns: 1fr;
  }

  .product-hero__actions {
    flex-direction: column;
  }

  .block-image-temp {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .footer__columns .grid {
    gap: var(--spacing-8);
  }
}


/* Page 2 - /sample/docs */
/* Subnav / breadcrumb bar */
.subnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--spacing-4);
  border-top: 1px solid var(--border-subtle);
}

.subnav__brand-link {
  font-weight: 700;
  font-size: var(--text-size-small);
  color: var(--text);
}

.subnav__right {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
}

.subnav__nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}

.about-subnav .subnav__nav ul {
  gap: var(--spacing-5);
}

.products-subnav .subnav__nav ul {
  gap: var(--spacing-5);
}

.subnav__nav a {
  font-size: var(--text-size-small);
  color: var(--text);
}

.subnav__nav a.active,
.products-subnav .subnav__nav a.is-current {
  color: var(--accent-link);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--accent-link);
  text-underline-offset: 6px;
}

.subnav__current {
  display: none;
  font-size: var(--text-size-small);
  color: var(--text-muted-subtle);
}

.subnav__buy {
  border: 1px solid var(--border-dark-strong);
  border-radius: 6px;
  padding: 0 10px;
  height: 32px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .subnav__nav {
    display: none;
  }

  .subnav__current {
    display: inline;
  }
}

@media (max-width: 767px) {
  .resource-subnav .subnav__inner {
    align-items: center;
    gap: var(--spacing-3);
    padding-block: var(--spacing-2);
  }

  .resource-subnav .subnav__right {
    min-width: 0;
    flex: 1;
    justify-content: flex-end;
    gap: var(--spacing-3);
  }

  .resource-subnav .subnav__nav {
    display: none;
  }

  .resource-subnav .subnav__current {
    display: inline-flex;
    min-width: 0;
    overflow: hidden;
    color: var(--text-gray-dark-subtle);
    font-size: .78rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .resource-subnav .subnav__buy {
    display: inline-flex;
    flex: 0 0 auto;
    height: 36px;
    min-height: 36px;
    padding: 0 9px;
    font-size: .76rem;
  }
}

/* Search box */
.search-box {
  height: var(--size-lg);
  border: 1px solid var(--border-dark-strong);
  border-radius: 8px;
  padding-inline: var(--input-p-lg);
  gap: var(--spacing-2);
}

.search-box__icon {
  color: var(--text-lighter);
}

.search-box__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--text);
  font-size: var(--text-size-normal);
  font-family: inherit;
}

.search-box__input::placeholder {
  color: var(--text-lighter);
}

.search-box:focus-within,

.search-box-small:focus-within {
  border-color: #c6edfe;
  border-width: 2.5px;
}

/* Page 2 - 1 : Doc cards */
.doc-card {
  display: flex;
  align-items: center;
  gap: var(--spacing-3);
  padding: var(--spacing-6);
  background: var(--hs-card-surface);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  box-shadow: var(--hs-card-shadow);
  transition: border-color 0.2s, box-shadow 0.2s, opacity 0.2s, transform 0.2s;
}

.doc-card:hover {
  border-color: var(--hs-card-border-hover);
  box-shadow: var(--hs-card-shadow-hover);
  opacity: 0.9;
  transform: translateY(-2px);
}

.doc-card.is-current {
  background: var(--panel-bg-blue);
  box-shadow: inset 0 0 0 1px var(--border-dark-strong);
}

.doc-card.is-current .doc-card__text {
  color: #000;
}

.doc-card__text {
  font-weight: 600;
  font-size: var(--text-size-large);
  color: var(--text-clear);
}

/* Page 2 - 2 : Info panels */
.info-panel {
  position: relative;
  overflow: hidden;
  padding: var(--spacing-10);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  background: var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.info-panel--yellow {
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), rgba(157, 230, 200, .035) 48%, transparent),
    var(--hs-card-surface);
}

.info-panel--blue {
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .14), rgba(255, 255, 255, .025) 58%, transparent),
    var(--hs-card-surface);
}

.info-panel::before,
.product-feature__step::before,
.product-checklist__item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .7), rgba(157, 230, 200, .16), transparent 72%);
  opacity: .62;
  pointer-events: none;
}

.info-panel--blue,
.info-panel--blue .info-panel__title,
.info-panel--blue .info-panel__sub,
.info-panel--blue .info-panel__list,
.info-panel--blue .info-panel__list a,
.info-panel--blue .info-panel__note,
:is([data-hs-theme="dark"], .dark) .info-panel--blue,
:is([data-hs-theme="dark"], .dark) .info-panel--blue .info-panel__title,
:is([data-hs-theme="dark"], .dark) .info-panel--blue .info-panel__sub,
:is([data-hs-theme="dark"], .dark) .info-panel--blue .info-panel__list,
:is([data-hs-theme="dark"], .dark) .info-panel--blue .info-panel__list a,
:is([data-hs-theme="dark"], .dark) .info-panel--blue .info-panel__note {
  color: var(--hs-text);
}

.info-panel__title {
  font-size: var(--text-size-xlarge);
  color: var(--text-clear);
  margin-bottom: var(--spacing-2);
}

.info-panel__sub {
  color: var(--text-gray-dark-accent);
  font-size: var(--text-size-normal);
}

.info-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.info-panel__list li,
.content-block__links:not(.evidence-card__links) li,
.sidebar__links li {
  position: relative;
  padding-left: 20px;
}

.info-panel__list li::before,
.content-block__links:not(.evidence-card__links) li::before,
.sidebar__links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .82);
  box-shadow: 0 0 0 3px rgba(var(--axis-blue-100-rgb), .12);
}

.info-panel--blue .info-panel__list li::before {
  background: rgba(var(--axis-blue-950-rgb), .72);
  box-shadow: 0 0 0 3px rgba(var(--axis-blue-950-rgb), .12);
}

.info-panel__list a {
  font-size: var(--text-size-small);
  font-weight: 500;
  color: var(--text-clear);
}

.info-panel__list a:hover {
  color: var(--accent-link);
  text-decoration: underline;
}

.info-panel__note {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-3);
  margin-top: var(--spacing-8);
  color: var(--text-muted);
}

.info-panel__note .icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.info-panel__note p {
  font-size: var(--text-size-small);
}

.info-panel__note .styled-link {
  color: var(--heading-color);
}

.info-panel__note .styled-link:hover {
  color: var(--nav-link-hover);
}

/* Page 2 - 3 : Content blocks */
.content-block {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-10);
  border-radius: 8px;
  border: 1px solid var(--hs-card-border);
  box-shadow: var(--hs-card-shadow);
}

.content-block--filled {
  background: var(--hs-card-surface);
}

.content-block--bordered {
  background: var(--hs-surface);
  border-color: var(--hs-card-border);
}

a.content-block {
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.content-block:hover,
a.content-block:focus-visible {
  color: inherit;
  border-color: var(--border-dark-strong);
  box-shadow: var(--shadow-layered);
  transform: translateY(-2px);
}

:not(.grid):not([class*="gap-"]):not(.integration-logo-set):not(.faq-category-grid):not(.project-news-grid):not(.completed-news-list) > :where(.content-block, .info-panel, .doc-card, .product-feature__step, .product-checklist__item, .project-news-card, .completed-news-item, .faq-category, .faq-accordion, .integration-logo-item) + :where(.content-block, .info-panel, .doc-card, .product-feature__step, .product-checklist__item, .project-news-card, .completed-news-item, .faq-category, .faq-accordion, .integration-logo-item) {
  margin-top: var(--site-card-stack-gap);
}

.content-block__icon {
  display: block;
  margin-bottom: var(--spacing-4);
}

.content-block__title {
  font-size: var(--text-size-xlarge);
  margin-top: var(--spacing-4);
}

.content-block__sub {
  color: var(--text-gray-dark-subtle);
}

.content-block__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}

.content-block__links a {
  font-size: var(--text-size-small);
  font-weight: 500;
  color: var(--text);
}

.content-block__links a:hover {
  color: var(--accent-link);
  text-decoration: underline;
}

.about-relationship-layout {
  display: grid;
  grid-template-columns: minmax(300px, .76fr) minmax(520px, 1.24fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.about-relationship-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--spacing-4);
}

.about-relationship-cards .content-block {
  align-self: stretch;
  height: 100%;
  min-height: 230px;
}

.about-relationship-cards .content-block + .content-block {
  margin-top: 0 !important;
}

.about-ethos-panel {
  position: relative;
  display: grid;
  gap: clamp(28px, 5vw, 60px);
  padding: clamp(var(--spacing-8), 5vw, var(--spacing-12));
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 10%, rgba(var(--axis-blue-100-rgb), .12), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(157, 230, 200, .08), transparent 24%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .055), rgba(255, 255, 255, 0) 54%),
    var(--hs-card-surface);
  box-shadow: var(--shadow-layered);
}

.about-ethos-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(var(--axis-blue-100-rgb), .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, .82), transparent 72%);
}

.about-ethos-panel > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1180px) {
  .about-ethos-panel {
    grid-template-columns: minmax(320px, .72fr) minmax(620px, 1.28fr);
    align-items: start;
  }
}

.about-ethos-intro {
  max-width: 620px;
}

.about-ethos-intro p {
  color: var(--text-gray-dark-subtle);
  line-height: 1.58;
}

.about-ethos-signal {
  margin-top: clamp(var(--spacing-8), 5vw, var(--spacing-12));
}

.about-ethos-signal__stage {
  position: relative;
  min-height: clamp(240px, 32vw, 340px);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--axis-blue-100-rgb), .13), transparent 25%),
    radial-gradient(circle at 12% 18%, rgba(157, 230, 200, .08), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .006) 52%, rgba(var(--axis-blue-100-rgb), .045)),
    rgba(255, 255, 255, .018);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .05),
    inset 0 -1px 0 rgba(var(--axis-blue-100-rgb), .08);
}

.about-ethos-signal__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(var(--axis-blue-100-rgb), .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, .88), transparent 74%);
}

.about-ethos-signal__stage::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  border-radius: 999px;
  pointer-events: none;
  transform: rotate(-14deg) scaleX(1.12);
}

.about-ethos-signal__paths {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.about-ethos-signal__path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}

.about-ethos-signal__path--base {
  stroke: rgba(var(--axis-blue-100-rgb), .2);
  stroke-width: 1.1;
}

.about-ethos-signal__path--quiet {
  stroke: rgba(255, 255, 255, .12);
}

.about-ethos-signal__path--pulse {
  stroke: var(--axis-blue-100);
  stroke-width: 1.6;
  stroke-dasharray: 16 245;
  stroke-dashoffset: 245;
  opacity: 0;
}

.about-ethos-signal__path--delay {
  animation-delay: 1.8s;
}

.about-ethos-signal__path--flat {
  stroke: rgba(157, 230, 200, .86);
  animation-delay: 3.2s;
}

.about-ethos-signal__core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: min(190px, 44%);
  min-height: 96px;
  place-items: center;
  padding: var(--spacing-4);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .26);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .16), rgba(255, 255, 255, .03)),
    rgba(13, 16, 22, .72);
  box-shadow:
    0 16px 50px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .07);
  text-align: center;
  transform: translate(-50%, -50%);
}

.about-ethos-signal__core::before {
  content: "";
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: inherit;
  pointer-events: none;
}

.about-ethos-signal__core span,
.about-ethos-signal__node {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-ethos-signal__core span {
  color: var(--axis-blue-100);
  font-size: 11px;
  font-weight: 800;
}

.about-ethos-signal__core strong {
  color: var(--hs-text);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 760;
  line-height: 1.08;
}

.about-ethos-signal__node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 999px;
  color: var(--hs-text);
  background: rgba(12, 15, 20, .68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .055),
    0 12px 30px rgba(0, 0, 0, .14);
  font-size: 11px;
  font-weight: 800;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.about-ethos-signal__node::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--axis-blue-100);
  box-shadow: 0 0 18px rgba(var(--axis-blue-100-rgb), .56);
}

.about-ethos-signal__node--idea { left: 13%; top: 20%; }
.about-ethos-signal__node--shape { left: 18%; top: 80%; }
.about-ethos-signal__node--build { left: 38%; top: 33%; }
.about-ethos-signal__node--secure { left: 62%; top: 67%; }
.about-ethos-signal__node--operate { left: 84%; top: 20%; }
.about-ethos-signal__node--evolve { left: 86%; top: 80%; }

.about-ethos-signal__principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(var(--spacing-4), 4vw, var(--spacing-7));
  margin-top: var(--spacing-5);
  border-top: 1px solid rgba(var(--axis-blue-100-rgb), .14);
}

.about-ethos-signal__principles span {
  display: grid;
  grid-template-columns: minmax(96px, .42fr) minmax(0, 1fr);
  gap: var(--spacing-3);
  align-items: baseline;
  min-width: 0;
  padding: var(--spacing-3) 0;
  border-bottom: 1px solid rgba(var(--axis-blue-100-rgb), .11);
  color: var(--hs-text);
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: var(--text-size-small);
  font-weight: 640;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: left;
}

.about-ethos-signal__principles strong {
  color: var(--hs-text);
  font-size: .83rem;
  font-weight: 780;
}

.about-ethos-signal__principles em {
  min-width: 0;
  color: var(--text-gray-dark-subtle);
  font-style: normal;
}

.about-ethos-section.is-motion-active .about-ethos-signal__principles span {
  animation: ethos-principle-signal 8.4s ease-in-out infinite;
}

.about-ethos-section.is-motion-active .about-ethos-signal__principles span:nth-child(2) { animation-delay: 1.2s; }
.about-ethos-section.is-motion-active .about-ethos-signal__principles span:nth-child(3) { animation-delay: 2.4s; }
.about-ethos-section.is-motion-active .about-ethos-signal__principles span:nth-child(4) { animation-delay: 3.6s; }

.about-ethos-section.is-motion-active .about-ethos-signal__path--pulse {
  animation: ethos-signal-trace 6.8s linear infinite;
  opacity: .9;
}

.about-ethos-section.is-motion-active .about-ethos-signal__core::before {
  animation: ethos-core-breathe 4.8s ease-in-out infinite;
}

.about-ethos-section.is-motion-active .about-ethos-signal__node {
  animation: ethos-node-focus 9.6s ease-in-out infinite;
}

.about-ethos-section.is-motion-active .about-ethos-signal__node--shape {
  animation-delay: 1.2s;
}

.about-ethos-section.is-motion-active .about-ethos-signal__node--build {
  animation-delay: 2.4s;
}

.about-ethos-section.is-motion-active .about-ethos-signal__node--secure {
  animation-delay: 3.6s;
}

.about-ethos-section.is-motion-active .about-ethos-signal__node--operate {
  animation-delay: 4.8s;
}

.about-ethos-section.is-motion-active .about-ethos-signal__node--evolve {
  animation-delay: 6s;
}

@keyframes ethos-signal-trace {
  0% {
    stroke-dashoffset: 245;
    opacity: 0;
  }
  12% {
    opacity: .86;
  }
  54% {
    opacity: .86;
  }
  100% {
    stroke-dashoffset: -245;
    opacity: 0;
  }
}

@keyframes ethos-core-breathe {
  0%, 100% {
    opacity: .62;
    transform: scale(1);
  }
  50% {
    opacity: .95;
    transform: scale(1.035);
  }
}

@keyframes ethos-node-focus {
  0%, 16%, 100% {
    border-color: rgba(var(--axis-blue-100-rgb), .18);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .055),
      0 12px 30px rgba(0, 0, 0, .14);
  }
  7% {
    border-color: rgba(var(--axis-blue-100-rgb), .46);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .07),
      0 0 0 4px rgba(var(--axis-blue-100-rgb), .07),
      0 16px 40px rgba(0, 0, 0, .2);
  }
}

@keyframes ethos-principle-signal {
  0%, 18%, 100% {
    border-color: rgba(var(--axis-blue-100-rgb), .11);
  }
  8% {
    border-color: rgba(var(--axis-blue-100-rgb), .34);
    box-shadow: inset 3px 0 0 rgba(var(--axis-blue-100-rgb), .56);
  }
}

.about-ethos-grid {
  display: grid;
  gap: var(--spacing-3);
}

@media (min-width: 720px) {
  .about-ethos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-ethos-card {
  position: relative;
  min-height: 164px;
  padding: var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .055), rgba(255, 255, 255, .012) 58%),
    rgba(255, 255, 255, .014);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.about-ethos-card::before {
  content: "";
  position: absolute;
  left: var(--spacing-5);
  right: var(--spacing-5);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--axis-blue-100-rgb), .52), transparent);
}

.about-ethos-card span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: var(--spacing-4);
  padding: 0 9px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  color: var(--axis-blue-100);
  background: rgba(var(--axis-blue-100-rgb), .08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.about-ethos-card h3 {
  margin: 0;
  color: var(--hs-text);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.18;
}

.about-ethos-card p {
  margin: var(--spacing-3) 0 0;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
  line-height: 1.48;
}

:is([data-hs-theme="light"], .light) .about-ethos-card {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .095), rgba(255, 255, 255, .94) 58%),
    var(--white);
  border-color: rgba(var(--axis-blue-100-rgb), .2);
}

:is([data-hs-theme="light"], .light) .about-ethos-signal__stage {
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--axis-blue-100-rgb), .16), transparent 25%),
    radial-gradient(circle at 12% 18%, rgba(26, 126, 94, .07), transparent 26%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), rgba(255, 255, 255, .96) 52%, rgba(var(--axis-blue-100-rgb), .055)),
    var(--white);
}

:is([data-hs-theme="light"], .light) .about-ethos-signal__core {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .18), rgba(255, 255, 255, .86)),
    var(--white);
}

:is([data-hs-theme="light"], .light) .about-ethos-signal__node {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(var(--axis-blue-100-rgb), .24);
}

:is([data-hs-theme="light"], .light) .about-ethos-signal__principles span {
  border-color: rgba(var(--axis-blue-100-rgb), .17);
}

@media (max-width: 767px) {
  .about-ethos-panel {
    padding: var(--spacing-5);
  }

  .about-ethos-signal__stage {
    min-height: 288px;
  }

  .about-ethos-signal__stage::after {
    inset: 17%;
    transform: rotate(-15deg) scaleX(1.22);
  }

  .about-ethos-signal__core {
    width: min(160px, 48%);
    min-height: 84px;
    padding: var(--spacing-3);
  }

  .about-ethos-signal__core strong {
    font-size: 16px;
  }

  .about-ethos-signal__node {
    min-height: 28px;
    padding: 0 8px;
    font-size: 10px;
  }

  .about-ethos-signal__node::before {
    width: 5px;
    height: 5px;
    margin-right: 6px;
  }

  .about-ethos-signal__node--idea { left: 18%; top: 18%; }
  .about-ethos-signal__node--shape { left: 21%; top: 82%; }
  .about-ethos-signal__node--build { left: 35%; top: 35%; }
  .about-ethos-signal__node--secure { left: 65%; top: 65%; }
  .about-ethos-signal__node--operate { left: 79%; top: 18%; }
  .about-ethos-signal__node--evolve { left: 78%; top: 82%; }

  .about-ethos-signal__principles {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-ethos-signal__principles span {
    grid-template-columns: minmax(82px, .36fr) minmax(0, 1fr);
    padding: var(--spacing-3) 0;
  }
}

@media (min-width: 1180px) {
  .about-ethos-signal__principles {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-ethos-signal__principles span {
    grid-template-columns: minmax(92px, .34fr) minmax(0, 1fr);
  }
}

.about-value-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(var(--axis-blue-100-rgb), .16);
  background:
    linear-gradient(145deg, rgba(var(--about-value-accent, var(--axis-blue-100-rgb)), .095), rgba(255, 255, 255, 0) 58%),
    var(--hs-card-surface);
}

.about-value-card::before {
  content: "";
  width: 42px;
  height: 3px;
  margin-bottom: var(--spacing-4);
  border-radius: 99px;
  background: rgba(var(--about-value-accent, var(--axis-blue-100-rgb)), .86);
}

.about-value-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(var(--about-value-accent, var(--axis-blue-100-rgb)), .16);
  border-radius: 999px;
  pointer-events: none;
}

.about-value-card--engineering {
  --about-value-accent: var(--axis-blue-100-rgb);
}

.about-value-card--relationship {
  --about-value-accent: 157, 230, 200;
}

.about-value-card--technical {
  --about-value-accent: 185, 229, 247;
}

.about-value-card--operations {
  --about-value-accent: 139, 222, 228;
}

@media (max-width: 1080px) {
  .about-relationship-layout,
  .about-relationship-cards {
    grid-template-columns: 1fr;
  }

  .about-relationship-cards .content-block {
    height: auto;
    min-height: auto;
  }
}

section[data-entity="technical-detail"] .content-block__sub {
  position: relative;
  padding: var(--spacing-4) var(--spacing-4) var(--spacing-4) var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .10);
  border-inline-width: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .085), rgba(var(--axis-blue-100-rgb), .028) 46%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, .026), transparent);
  color: var(--hs-text);
  font-size: var(--text-size-normal);
  font-weight: 560;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

section[data-entity="technical-detail"] .content-block__sub::before {
  content: "";
  position: absolute;
  top: 0.42em;
  bottom: 0.42em;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .68), rgba(157, 230, 200, .2));
  opacity: .8;
}

section[data-entity="technical-detail"] .content-block > .grid.align-items-start {
  gap: var(--spacing-5);
}

section[data-entity="technical-detail"] .content-block > .grid.align-items-start > .mt-3 {
  margin-top: 0 !important;
}

@media (min-width: 900px) {
  section[data-entity="technical-detail"] .content-block {
    display: grid;
    grid-template-columns: minmax(220px, .38fr) minmax(0, .62fr);
    align-items: start;
    column-gap: var(--spacing-8);
    row-gap: var(--spacing-6);
  }

  section[data-entity="technical-detail"] .content-block__title {
    grid-column: 1 / -1;
  }

  section[data-entity="technical-detail"] .content-block__sub {
    grid-column: 1;
    margin-top: 0 !important;
  }

  section[data-entity="technical-detail"] .content-block > .grid.align-items-start {
    grid-column: 2;
    grid-template-columns: 1fr;
    margin-top: 0 !important;
  }

  section[data-entity="technical-detail"] .content-block > .technical-ops-interface {
    grid-column: 2;
    margin-top: 0 !important;
  }

  section[data-entity="technical-detail"] .content-block > .integration-logo-set {
    grid-column: 1 / -1;
  }
}

section.hero[data-entity="technical-capabilities-hero"] {
  width: 100%;
  max-width: none;
  position: relative;
  overflow: hidden;
  padding: var(--spacing-20) var(--spacing-5) var(--spacing-25);
  color: #f4f6f8;
  background:
    linear-gradient(180deg, rgba(18, 50, 63, .2), rgba(18, 50, 63, 0) 42%),
    linear-gradient(135deg, #11161c 0%, #171d24 48%, #10141a 100%);
  border-bottom: 0;
}

section.hero[data-entity="technical-capabilities-hero"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--axis-blue-100-rgb), .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .08) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 45%, rgba(var(--axis-blue-100-rgb), .09) 45% 46%, transparent 46% 100%);
  background-size: 64px 64px, 64px 64px, 380px 380px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .22));
  pointer-events: none;
}

section.hero[data-entity="technical-capabilities-hero"]::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

section.hero[data-entity="technical-capabilities-hero"] .hero__title-box {
  max-width: var(--max-width-container);
  min-height: 500px;
  margin-inline: auto;
  padding: var(--spacing-12);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .1), rgba(255, 255, 255, .025) 38%, rgba(0, 0, 0, .16)),
    rgba(10, 14, 19, .72);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

section.hero[data-entity="technical-capabilities-hero"] .hero__title-box-content {
  max-width: 600px;
}

section.hero[data-entity="technical-capabilities-hero"] .hero__label {
  background: rgba(var(--axis-blue-100-rgb), .9);
  color: var(--axis-blue-950);
}

section.hero[data-entity="technical-capabilities-hero"] .hero__heading {
  color: #fff;
}

section.hero[data-entity="technical-capabilities-hero"] .hero__subheading {
  max-width: 560px;
  color: rgba(244, 246, 248, .78);
  line-height: 1.5;
}

section.hero[data-entity="technical-capabilities-hero"] .hero__title-box-image {
  right: var(--spacing-12);
  width: min(43%, 560px);
  padding: var(--spacing-8);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  color: var(--axis-blue-100);
  opacity: .88;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(var(--axis-blue-100-rgb), .045)),
    rgba(7, 10, 14, .56);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-frame {
  fill: rgba(var(--axis-blue-100-rgb), .045);
  stroke: rgba(var(--axis-blue-100-rgb), .18);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-grid-line {
  stroke: rgba(var(--axis-blue-100-rgb), .12);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-card rect {
  fill: rgba(11, 16, 22, .82);
  stroke: rgba(var(--axis-blue-100-rgb), .22);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-card--accent rect {
  fill: rgba(var(--axis-blue-100-rgb), .13);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-card path {
  stroke: rgba(244, 246, 248, .44);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-flow {
  stroke: rgba(var(--axis-blue-100-rgb), .52);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-flow--strong {
  stroke: rgba(var(--axis-blue-100-rgb), .82);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-node {
  fill: rgba(11, 16, 22, .95);
  stroke: rgba(var(--axis-blue-100-rgb), .72);
}

section.hero[data-entity="technical-capabilities-hero"] .hatchery-hero-graph .graph-node--filled {
  fill: rgba(var(--axis-blue-100-rgb), .34);
}

.technical-capability-nav {
  position: relative;
  z-index: 3;
  margin-top: calc(var(--spacing-15) * -1) !important;
}

.technical-capability-nav .handbook-features__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 var(--spacing-3);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  color: var(--hs-text);
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .14), rgba(255, 255, 255, .04)),
    var(--bg-elevated);
  box-shadow: var(--hs-card-shadow);
}

.technical-capability-cards {
  --gap: var(--spacing-5);
  scrollbar-width: none;
}

.technical-capability-cards::-webkit-scrollbar {
  display: none;
}

.capability-card {
  position: relative;
  align-items: flex-start;
  min-height: 118px;
  padding: var(--spacing-5);
  overflow: hidden;
  border-color: rgba(var(--axis-blue-100-rgb), .18);
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .09), rgba(255, 255, 255, .025) 48%, transparent),
    var(--hs-card-surface);
}

.capability-card::after {
  content: "";
  position: absolute;
  inset: auto var(--spacing-5) 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .72), transparent);
  opacity: .42;
}

.capability-card.is-current {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .32), rgba(var(--axis-blue-100-rgb), .08)),
    var(--hs-card-surface);
  border-color: rgba(var(--axis-blue-100-rgb), .42);
  box-shadow: var(--hs-card-shadow-hover);
}

.capability-card.is-current .doc-card__text {
  color: var(--hs-text);
}

.capability-card__index {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  color: var(--accent-link);
  font-size: 12px;
  font-weight: 800;
  background: rgba(var(--axis-blue-100-rgb), .08);
}

.capability-card__body {
  display: grid;
  gap: var(--spacing-2);
  min-width: 0;
}

.capability-card__sub {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
  line-height: 1.35;
}

section[data-entity="technical-detail"] {
  position: relative;
  padding-block: var(--spacing-4) var(--spacing-12);
}

section[data-entity="technical-detail"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(var(--axis-blue-100-rgb), .055), transparent),
    linear-gradient(rgba(var(--axis-blue-100-rgb), .035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 86px;
  pointer-events: none;
  opacity: .72;
}

section[data-entity="technical-detail"] > .grid {
  position: relative;
  z-index: 1;
}

section[data-entity="technical-detail"] .d-flex.flex-column {
  counter-reset: technicalCapability;
  gap: var(--spacing-5) !important;
}

section[data-entity="technical-detail"] .content-block {
  counter-increment: technicalCapability;
  position: relative;
  overflow: hidden;
  border-color: rgba(var(--axis-blue-100-rgb), .18);
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .075), rgba(255, 255, 255, .018) 46%, transparent),
    var(--hs-card-surface);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, .065),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}

section[data-entity="technical-detail"] .content-block::before {
  content: "0" counter(technicalCapability);
  position: absolute;
  top: var(--spacing-6);
  right: var(--spacing-6);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 999px;
  color: var(--accent-link);
  font-size: 12px;
  font-weight: 800;
  background: rgba(var(--axis-blue-100-rgb), .075);
}

section[data-entity="technical-detail"] .content-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .11), transparent 30%),
    linear-gradient(rgba(var(--axis-blue-100-rgb), .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .035) 1px, transparent 1px);
  background-size: 100% 100%, 42px 42px, 42px 42px;
  opacity: .5;
  pointer-events: none;
}

section[data-entity="technical-detail"] .content-block__title,
section[data-entity="technical-detail"] .content-block__sub,
section[data-entity="technical-detail"] .content-block > .grid.align-items-start,
section[data-entity="technical-detail"] .technical-ops-interface,
section[data-entity="technical-detail"] .integration-logo-set {
  position: relative;
  z-index: 2;
}

section[data-entity="technical-detail"] .content-block__title {
  max-width: calc(100% - 64px);
  margin-top: 0;
  font-size: var(--text-size-h5);
}

section[data-entity="technical-detail"] .content-block__links {
  gap: 0;
}

section[data-entity="technical-detail"] .content-block__links li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  font-size: var(--text-size-normal);
  line-height: 1.42;
}

section[data-entity="technical-detail"] .content-block__links li::before {
  top: calc(10px + .71em);
}

section[data-entity="technical-detail"] .content-block__links li:first-child {
  border-top: 0;
}

section[data-entity="technical-detail"] .sm-left-index-sidebar {
  position: sticky;
  top: 92px;
  overflow: hidden;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  color: #f4f6f8;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .1), rgba(255, 255, 255, .035) 38%, rgba(0, 0, 0, .18)),
    #171d24;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
}

section[data-entity="technical-detail"] .sm-left-index-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--axis-blue-100-rgb), .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .055) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

section[data-entity="technical-detail"] .sm-left-index-sidebar > * {
  position: relative;
  z-index: 1;
}

section[data-entity="technical-detail"] .sm-left-index-sidebar .h5 {
  color: #fff;
}

section[data-entity="technical-detail"] .sm-left-index-sidebar .sidebar__sub,
section[data-entity="technical-detail"] .sm-left-index-sidebar .sidebar__links a {
  color: rgba(244, 246, 248, .72);
}

section[data-entity="technical-detail"] .sm-left-index-sidebar .sidebar__links a:hover,
section[data-entity="technical-detail"] .sm-left-index-sidebar .sidebar__links a:focus-visible {
  color: #fff;
}

@media (max-width: 767px) {
  section.hero[data-entity="technical-capabilities-hero"] {
    padding-block: var(--spacing-12) var(--spacing-20);
    padding-inline: var(--spacing-4);
  }

  section.hero[data-entity="technical-capabilities-hero"] .hero__title-box {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: var(--spacing-6);
  }

  section.hero[data-entity="technical-capabilities-hero"] .hero__title-box-content,
  section.hero[data-entity="technical-capabilities-hero"] .hero__heading,
  section.hero[data-entity="technical-capabilities-hero"] .hero__subheading {
    width: 100%;
    max-width: 310px;
    min-width: 0;
  }

  section.hero[data-entity="technical-capabilities-hero"] .hero__heading {
    max-width: 280px;
  }

  .technical-capability-nav {
    margin-top: calc(var(--spacing-10) * -1) !important;
    overflow: hidden;
  }

  .technical-capability-cards {
    width: 100%;
    max-width: 100%;
  }

  .capability-card {
    min-height: 96px;
  }

  section[data-entity="technical-detail"] .content-block::before {
    top: var(--spacing-5);
    right: var(--spacing-5);
  }

  .technical-depth-showcase,
  .technical-depth-panel,
  .technical-depth-panel__copy,
  .technical-depth-panel__copy h2 {
    width: 100%;
    max-width: calc(100vw - 72px);
    min-width: 0;
  }
}

.technical-depth-showcase {
  scroll-margin-top: 96px;
}

.technical-depth-panel {
  display: grid;
  gap: var(--spacing-10);
  padding: var(--spacing-10);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(240, 208, 138, .08), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(var(--axis-blue-100-rgb), .14), transparent 28%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .062), rgba(157, 230, 200, .032) 34%, rgba(255, 159, 203, .022) 68%, transparent),
    var(--hs-card-surface);
  box-shadow: var(--shadow-layered);
}

@media (min-width: 1200px) {
  .technical-depth-panel {
    grid-template-columns: minmax(340px, .74fr) minmax(620px, 1.26fr);
    align-items: center;
  }
}

.technical-depth-panel__copy h2 {
  margin: var(--spacing-5) 0 0;
  max-width: 640px;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1;
  text-wrap: balance;
}

.technical-depth-panel__copy p {
  max-width: 620px;
  margin-top: var(--spacing-5);
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-large);
  line-height: 1.55;
}

.technical-proof-metrics {
  display: grid;
  margin-top: var(--spacing-8);
  border-top: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  border-bottom: 1px solid rgba(var(--axis-blue-100-rgb), .1);
}

.technical-proof-metrics span {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: baseline;
  gap: var(--spacing-4);
  padding: var(--spacing-3) 0 var(--spacing-3) var(--spacing-4);
  border-top: 1px solid rgba(var(--axis-blue-100-rgb), .1);
}

.technical-proof-metrics span:first-child {
  border-top: 0;
}

.technical-proof-metrics span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--axis-blue-100);
  box-shadow: 0 0 14px rgba(var(--axis-blue-100-rgb), .34);
  transform: translateY(-50%);
}

.technical-proof-metrics strong {
  color: var(--axis-blue-100);
  font-size: var(--text-size-small);
  letter-spacing: 0;
  text-transform: uppercase;
}

.technical-proof-metrics small {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
  line-height: 1.25;
}

.technical-ai-note {
  display: grid;
  gap: var(--spacing-2);
  padding: var(--spacing-4);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .065), transparent 62%),
    rgba(255, 255, 255, .018);
}

.technical-ai-note strong {
  color: var(--axis-blue-100);
  font-size: var(--text-size-small);
  letter-spacing: 0;
  text-transform: uppercase;
}

.technical-ai-note span {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
  line-height: 1.45;
}

.technical-depth-stage {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--axis-blue-100-rgb), .15), transparent 34%),
    radial-gradient(circle at 20% 22%, rgba(240, 208, 138, .1), transparent 20%),
    radial-gradient(circle at 78% 70%, rgba(157, 230, 200, .095), transparent 24%),
    radial-gradient(circle at 52% 82%, rgba(255, 159, 203, .055), transparent 24%),
    #080b0f;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .045);
  isolation: isolate;
}

.technical-depth-stage::before,
.technical-depth-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.technical-depth-stage::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(var(--axis-blue-100-rgb), .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, rgba(0, 0, 0, .74) 46%, transparent 86%);
}

.technical-depth-stage::after {
  z-index: 1;
  background:
    linear-gradient(115deg, transparent 0 26%, rgba(var(--axis-blue-100-rgb), .065) 36%, rgba(157, 230, 200, .052) 50%, rgba(255, 159, 203, .035) 61%, transparent 73%),
    linear-gradient(90deg, rgba(8, 11, 15, .38), transparent 24%, transparent 76%, rgba(8, 11, 15, .42)),
    linear-gradient(180deg, rgba(8, 11, 15, .18), transparent 28%, transparent 76%, rgba(8, 11, 15, .38));
}

.technical-depth-stage__grid {
  position: absolute;
  inset: 15% 12%;
  z-index: 1;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .1);
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(var(--axis-blue-100-rgb), .12), transparent 62%);
  box-shadow: inset 0 0 50px rgba(var(--axis-blue-100-rgb), .08);
}

.technical-depth-stage__grid::before,
.technical-depth-stage__grid::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.technical-depth-stage__grid::before {
  inset: 12%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .075);
}

.technical-depth-stage__grid::after {
  inset: 25%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .06);
}

.technical-depth-stage__signals {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.technical-depth-stage__signal {
  --technical-signal-color: rgba(var(--axis-blue-100-rgb), .64);
  --technical-signal-rotate: 0deg;
  position: absolute;
  width: 74px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--technical-signal-color), transparent);
  filter: drop-shadow(0 0 10px var(--technical-signal-color));
  opacity: .52;
  transform: translateX(-18px) rotate(var(--technical-signal-rotate));
  animation: technical-depth-signal 4.8s ease-in-out infinite;
}

.technical-depth-stage__signal--one {
  --technical-signal-color: rgba(240, 208, 138, .62);
  --technical-signal-rotate: 19deg;
  top: 28%;
  left: 27%;
}

.technical-depth-stage__signal--two {
  --technical-signal-color: rgba(157, 230, 200, .58);
  top: 51%;
  left: 23%;
  animation-delay: .72s;
}

.technical-depth-stage__signal--three {
  --technical-signal-color: rgba(255, 159, 203, .5);
  --technical-signal-rotate: -21deg;
  top: 71%;
  left: 27%;
  animation-delay: 1.44s;
}

.technical-depth-stage__paths {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: var(--axis-blue-100);
  pointer-events: none;
}

.technical-depth-path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.technical-depth-path--base {
  stroke-width: 1.25;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  opacity: .34;
}

.technical-depth-path--pulse {
  stroke-width: 5;
  stroke-dasharray: .05 .95;
  stroke-dashoffset: 1;
  opacity: 0;
  filter: drop-shadow(0 0 8px currentColor);
}

.technical-depth-path--concept {
  color: #f0d08a;
}

.technical-depth-path--ux {
  color: #ff9fcb;
}

.technical-depth-path--logic {
  color: #c4b5fd;
}

.technical-depth-path--data {
  color: #9de6c8;
}

.technical-depth-path--ai,
.technical-depth-path--operations {
  color: #7fd8f5;
}

.technical-depth-path--integrations {
  color: var(--axis-blue-100);
}

.technical-depth-path--release {
  color: #f4f6f8;
}

.technical-depth-showcase.scroll-reveal:not(.is-visible) .technical-depth-path--base {
  stroke-dashoffset: 1;
}

.technical-depth-showcase.is-visible .technical-depth-path--base {
  animation: technical-depth-path-draw .9s cubic-bezier(.2, .78, .22, 1) both;
}

.technical-depth-showcase.is-visible .technical-depth-path--pulse {
  animation: technical-depth-path-pulse 3.8s linear infinite;
  opacity: .58;
}

.technical-depth-node,
.technical-depth-core,
.technical-depth-outcome {
  position: absolute;
  z-index: 4;
}

.technical-depth-node,
.technical-depth-outcome {
  display: grid;
  gap: 3px;
  width: clamp(124px, 19%, 152px);
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .05), transparent 58%),
    rgba(8, 11, 15, .7);
  color: #f4f6f8;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(10px);
}

.technical-depth-node::before,
.technical-depth-outcome::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-bottom: 3px;
  border-radius: 999px;
  background: var(--technical-node-accent, var(--axis-blue-100));
  box-shadow: 0 0 16px var(--technical-node-accent, var(--axis-blue-100));
}

.technical-depth-node strong,
.technical-depth-outcome strong {
  font-size: .85rem;
  line-height: 1.1;
}

.technical-depth-node small,
.technical-depth-outcome small {
  color: rgba(244, 246, 248, .66);
  font-size: .72rem;
  font-weight: 650;
  line-height: 1.2;
}

.technical-depth-node--java {
  --technical-node-accent: #f0d08a;
  top: 8%;
  left: 4%;
}

.technical-depth-node--data {
  --technical-node-accent: #ff9fcb;
  top: 43%;
  left: 5%;
}

.technical-depth-node--ops {
  --technical-node-accent: #c4b5fd;
  left: 4%;
  bottom: 8%;
}

.technical-depth-node--mentis {
  --technical-node-accent: #9de6c8;
  top: 8%;
  left: 30%;
}

.technical-depth-node--axis {
  --technical-node-accent: var(--axis-blue-100);
  top: 29%;
  right: 4%;
}

.technical-depth-node--connect {
  --technical-node-accent: #7fd8f5;
  top: 50%;
  right: 4%;
}

.technical-depth-node--aegis {
  --technical-node-accent: #7fd8f5;
  left: 30%;
  bottom: 8%;
}

.technical-depth-core {
  top: 52%;
  left: 50%;
  width: 176px;
  height: 176px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 34%, rgba(var(--axis-blue-100-rgb), .16), transparent 58%),
    rgba(8, 11, 15, .78);
  color: #f4f6f8;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .32), 0 0 32px rgba(var(--axis-blue-100-rgb), .11), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.technical-depth-core::before {
  content: "";
  position: absolute;
  inset: -9px;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(from 130deg, transparent 0 11%, rgba(240, 208, 138, .28) 17%, transparent 28%, rgba(var(--axis-blue-100-rgb), .42) 38%, transparent 48%, rgba(157, 230, 200, .28) 58%, transparent 70%, rgba(255, 159, 203, .2) 80%, transparent 100%);
  opacity: .84;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.technical-depth-showcase.is-visible .technical-depth-core::before {
  animation: technical-depth-core-ring 16s linear infinite;
}

.technical-depth-core span {
  position: relative;
  z-index: 2;
  color: var(--axis-blue-100);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.technical-depth-core strong {
  position: relative;
  z-index: 2;
  max-width: 126px;
  font-size: 22px;
  line-height: 1.02;
}

.technical-depth-outcome {
  --technical-node-accent: var(--axis-blue-100);
  right: 4%;
  width: clamp(130px, 20%, 164px);
}

.technical-depth-outcome--top {
  --technical-node-accent: var(--axis-blue-100);
}

.technical-depth-outcome--bottom {
  --technical-node-accent: #9de6c8;
}

.technical-depth-outcome--top {
  top: 8%;
}

.technical-depth-outcome--bottom {
  bottom: 8%;
}

.technical-ops-block {
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .055), transparent 48%),
    var(--hs-surface);
}

.technical-ops-interface {
  display: grid;
  gap: var(--spacing-5);
  padding: var(--spacing-6);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 8%, rgba(var(--axis-blue-100-rgb), .18), transparent 26%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .08), rgba(255, 255, 255, .018) 46%, transparent 76%),
    var(--hs-card-surface);
  box-shadow:
    0 14px 36px rgba(var(--axis-blue-shadow-rgb), .08),
    inset 0 1px 0 rgba(255, 255, 255, .055);
}

.technical-ops-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-4);
  padding: 0 0 var(--spacing-6);
  border: 0;
  border-bottom: 1px solid rgba(var(--axis-blue-100-rgb), .13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.technical-ops-feature .hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  margin: 0 0 var(--spacing-4);
}

.technical-ops-feature h3 {
  margin: 0;
  color: var(--hs-text);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.1;
}

.technical-ops-feature p {
  margin: 0;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-normal);
  line-height: 1.55;
}

.technical-ops-points {
  display: grid;
  gap: var(--spacing-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .technical-ops-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--spacing-5);
  }
}

.technical-ops-points li {
  position: relative;
  padding-left: 21px;
  color: var(--hs-text);
  font-size: var(--text-size-small);
  line-height: 1.35;
}

.technical-ops-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--axis-blue-100);
  box-shadow: 0 0 14px rgba(var(--axis-blue-100-rgb), .32);
}

.technical-ops-lanes {
  display: grid;
  gap: var(--spacing-3);
}

@media (min-width: 768px) {
  .technical-ops-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.technical-ops-lane {
  display: grid;
  gap: var(--spacing-2);
  min-height: 132px;
  padding: var(--spacing-4);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .042), transparent 68%),
    rgba(255, 255, 255, .012);
}

.technical-ops-lane span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 999px;
  color: var(--accent-link);
  font-size: 11px;
  font-weight: 800;
}

.technical-ops-lane h3 {
  margin: 0;
  color: var(--hs-text);
  font-size: var(--text-size-h5);
}

.technical-ops-lane p {
  margin: 0;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
  line-height: 1.45;
}

.technical-ops-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
}

.technical-ops-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--spacing-4);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  color: var(--hs-text);
  font-size: var(--text-size-small);
  font-weight: 700;
  text-decoration: none;
  background: rgba(var(--axis-blue-100-rgb), .07);
}

.technical-ops-actions a:hover,
.technical-ops-actions a:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .48);
  color: var(--hs-text);
  background: rgba(var(--axis-blue-100-rgb), .13);
  text-decoration: none;
}

@keyframes technical-depth-path-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes technical-depth-path-pulse {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes technical-depth-signal {
  0%,
  100% {
    opacity: .2;
    transform: translateX(-18px) rotate(var(--technical-signal-rotate));
  }
  45%,
  58% {
    opacity: .66;
    transform: translateX(30px) rotate(var(--technical-signal-rotate));
  }
}

@keyframes technical-depth-core-ring {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .technical-depth-panel {
    padding: var(--spacing-6);
  }

  .technical-proof-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .technical-depth-stage {
    min-height: 0;
    display: grid;
    gap: var(--spacing-3);
    padding: var(--spacing-5);
  }

  .technical-depth-stage__grid,
  .technical-depth-stage__signals,
  .technical-depth-stage__paths {
    display: none;
  }

  .technical-depth-node,
  .technical-depth-core,
  .technical-depth-outcome {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-width: 0;
    transform: none;
  }

  .technical-depth-core {
    order: 0;
    min-height: 112px;
    border-radius: 8px;
  }

  .technical-depth-core::before {
    border-radius: 8px;
  }

  .technical-depth-node,
  .technical-depth-outcome {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: var(--spacing-3);
  }

  .technical-depth-node::before,
  .technical-depth-outcome::before {
    grid-row: 1 / span 2;
    margin: 0;
  }
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-6);
}

.evidence-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), 0.16), rgba(255, 255, 255, 0.02) 42%),
    var(--hs-card-surface);
  border-color: rgba(198, 237, 254, 0.28);
}

.evidence-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(198, 237, 254, 0.8), rgba(198, 237, 254, 0));
}

.evidence-card__links {
  border-top: 1px solid var(--border-dark);
  padding-top: var(--spacing-5);
}

.evidence-card__links li {
  display: flex;
}

.evidence-card__links a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-4);
  padding: var(--spacing-3) var(--spacing-4);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  background: rgba(198, 237, 254, 0.08);
  color: var(--heading-color);
  text-decoration: none;
}

.evidence-card__links a::after {
  content: "\2197";
  flex: 0 0 auto;
  color: var(--accent-link);
  font-size: var(--text-size-small);
}

.evidence-card__links a:hover,
.evidence-card__links a:focus-visible {
  color: var(--heading-color);
  border-color: rgba(198, 237, 254, 0.58);
  background: rgba(198, 237, 254, 0.16);
  text-decoration: none;
}

.evidence-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(var(--axis-blue-100-rgb), .2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(var(--axis-blue-100-rgb), .055)),
    var(--hs-card-surface);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .16);
  padding: clamp(var(--spacing-5), 4vw, var(--spacing-8));
}

.evidence-map::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(var(--axis-blue-100-rgb), .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
  opacity: .42;
}

.evidence-map__header,
.evidence-map__body {
  position: relative;
  z-index: 1;
}

.evidence-map__header {
  max-width: 720px;
}

.evidence-map__body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: var(--spacing-6);
  align-items: stretch;
}

.evidence-value-track {
  display: grid;
  grid-template-rows: repeat(4, minmax(74px, auto));
  gap: var(--spacing-3);
}

.evidence-value-track__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "number title"
    "number text";
  column-gap: var(--spacing-4);
  align-items: center;
  width: var(--value-width);
  min-height: 74px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .16), rgba(255, 255, 255, .035)),
    rgba(255, 255, 255, .03);
  padding: var(--spacing-4);
}

.evidence-value-track__item::after {
  content: "";
  position: absolute;
  inset: auto var(--spacing-4) var(--spacing-3) auto;
  width: 32%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), 0), rgba(var(--axis-blue-100-rgb), .85));
}

.evidence-value-track__item--small {
  --value-width: 58%;
}

.evidence-value-track__item--medium {
  --value-width: 74%;
}

.evidence-value-track__item--large {
  --value-width: 88%;
}

.evidence-value-track__item--full {
  --value-width: 100%;
}

.evidence-value-track__item span {
  grid-area: number;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .34);
  color: var(--heading-color);
  background: rgba(var(--axis-blue-100-rgb), .1);
  font-size: var(--text-size-small);
  font-weight: 700;
}

.evidence-value-track__item strong {
  grid-area: title;
  color: var(--heading-color);
  font-size: var(--text-size-medium);
  line-height: 1.25;
}

.evidence-value-track__item small {
  grid-area: text;
  color: var(--text-muted);
  font-size: var(--text-size-small);
  line-height: 1.4;
}

.evidence-risk-panel {
  display: grid;
  gap: var(--spacing-3);
  align-content: stretch;
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(var(--axis-blue-100-rgb), .035)),
    rgba(0, 0, 0, .05);
  padding: var(--spacing-4);
}

.evidence-risk-panel div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "dot title"
    "dot text";
  column-gap: var(--spacing-3);
  align-items: start;
  border-bottom: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  padding-bottom: var(--spacing-3);
}

.evidence-risk-panel div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.evidence-risk-panel span {
  grid-area: dot;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: .45em;
  background: #c6edfe;
  box-shadow: 0 0 0 5px rgba(var(--axis-blue-100-rgb), .08);
}

.evidence-risk-panel strong {
  grid-area: title;
  color: var(--heading-color);
  font-size: var(--text-size-small);
  line-height: 1.35;
}

.evidence-risk-panel small {
  grid-area: text;
  color: var(--text-muted);
  font-size: var(--text-size-small);
  line-height: 1.45;
}

@media (min-width: 900px) {
  .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .evidence-map__body {
    grid-template-columns: 1fr;
  }

  .evidence-value-track__item {
    width: 100%;
  }
}

.integration-logo-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-3);
}

.integration-logo-item {
  --brand-rgb: var(--axis-blue-100-rgb);
  --brand-contrast: #ffffff;
  position: relative;
  isolation: isolate;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: var(--spacing-3);
  padding: var(--spacing-4);
  border: 1px solid rgba(var(--brand-rgb), .22);
  border-radius: 8px;
  color: var(--text);
  font-size: var(--text-size-small);
  font-weight: 650;
  line-height: 1.2;
  background:
    radial-gradient(circle at 24px 22px, rgba(var(--brand-rgb), .14), transparent 36px),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .055), rgba(255, 255, 255, .018)),
    var(--bg-subtle);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .05),
    0 10px 24px rgba(0, 0, 0, .035);
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.integration-logo-item:hover,
.integration-logo-item:focus-within {
  border-color: rgba(var(--brand-rgb), .42);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .065),
    0 14px 30px rgba(0, 0, 0, .055);
}

.integration-logo-item__mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .74), transparent 28%),
    linear-gradient(145deg, rgb(var(--brand-rgb)), rgba(var(--brand-rgb), .68));
  color: var(--brand-contrast);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow:
    0 10px 22px rgba(var(--brand-rgb), .18),
    inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.integration-logo-item[data-brand="quickbooks"] { --brand-rgb: 45, 160, 73; }
.integration-logo-item[data-brand="shopify"] { --brand-rgb: 149, 191, 71; }
.integration-logo-item[data-brand="amazon"] { --brand-rgb: 255, 153, 0; --brand-contrast: #171717; }
.integration-logo-item[data-brand="google"] { --brand-rgb: 66, 133, 244; }
.integration-logo-item[data-brand="meta"] { --brand-rgb: 0, 119, 255; }
.integration-logo-item[data-brand="twilio-sendgrid"] { --brand-rgb: 242, 47, 70; }
.integration-logo-item[data-brand="mailchimp"] { --brand-rgb: 255, 224, 27; --brand-contrast: #171717; }
.integration-logo-item[data-brand="stripe"] { --brand-rgb: 99, 91, 255; }
.integration-logo-item[data-brand="aws"] { --brand-rgb: 255, 153, 0; --brand-contrast: #171717; }
.integration-logo-item[data-brand="youtube"] { --brand-rgb: 255, 0, 0; }
.integration-logo-item[data-brand="hubspot"] { --brand-rgb: 255, 122, 89; --brand-contrast: #171717; }
.integration-logo-item[data-brand="ranchpayments"] { --brand-rgb: 36, 128, 108; }
.integration-logo-item[data-brand="zapier"] { --brand-rgb: 255, 79, 0; }
.integration-logo-item[data-brand="acumatica"] { --brand-rgb: 246, 122, 37; }
.integration-logo-item[data-brand="salesforce"] { --brand-rgb: 0, 161, 224; }
.integration-logo-item[data-brand="docusign"] { --brand-rgb: 30, 76, 161; }
.integration-logo-item[data-brand="okta"] { --brand-rgb: 0, 41, 122; }
.integration-logo-item[data-brand="microsoft365"] { --brand-rgb: 80, 132, 213; }
.integration-logo-item[data-brand="netsuite"] { --brand-rgb: 58, 104, 142; }
.integration-logo-item[data-brand="plaid"] { --brand-rgb: 0, 211, 149; --brand-contrast: #171717; }

@media (max-width: 430px) {
  .integration-logo-item {
    min-height: 58px;
    padding: var(--spacing-3);
  }

  .integration-logo-item__mark {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .integration-logo-set {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .integration-logo-set {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Page - 2 - 3 :Sidebar */
.sidebar__group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.sidebar__title {
  font-size: var(--text-size-normal);
}

.sidebar__sub {
  font-size: var(--text-size-small);
  color: var(--text-gray-dark-subtle);
}

.sidebar__arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: var(--text-size-small);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.sidebar__arrow-link:hover {
  color: var(--accent-link);
}

.sidebar__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.sidebar__links a {
  font-size: var(--text-size-small);
  font-weight: 500;
  color: var(--text);
}

.sidebar__links a:hover {
  color: var(--accent-link);
  text-decoration: underline;
}


/* Page 3 - /web-design-handbook/ */
/* Page 3 - 1 : Handbook hero */
.handbook-hero {
  text-align: center;
}

.handbook-hero__heading {
  margin-top: var(--spacing-4);
}

.handbook-hero__subheading {
  font-size: var(--text-size-subheading);
}

.handbook-hero__grid {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .handbook-hero__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}

.handbook-hero__review {
  max-width: 200px;
  text-align: left;
}

.handbook-hero__stars {
  gap: 5px;
  color: var(--text-clear);
}

.handbook-hero__review-text {
  font-size: var(--text-size-small);
  color: var(--text-gray-dark-subtle);
  margin-top: var(--spacing-2);
}

.handbook-hero__meta {
  font-size: var(--text-size-small);
  color: var(--text-gray-dark-subtle);
}

.handbook-hero__description {
  font-size: var(--text-size-lead);
}

@media (min-width: 768px) {
  .handbook-hero__description {
    width: 41.6666667%;
  }
}

.handbook-hero__image {
  width: 277px;
  height: 399.63px;
  background-color: var(--box-bg-light);
  box-shadow: var(--shadow-book);
}

/* Page 3 - 2 : Handbook features section */
.handbook-features__label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: var(--spacing-3);
}

.handbook-features__grid {
  padding-inline: var(--spacing-8);
  padding-block: var(--spacing-12);
  margin-top: var(--spacing-12);
}

@media (min-width: 768px) {
  .handbook-features__grid {
    width: 83.3333333%;
  }
}

.handbook-features__item {
  font-size: var(--text-size-large);
}

.handbook-features__item svg {
  margin-top: 0.1em;
}

/* Handbook chapters section */
.text-muted-heading {
  color: var(--text-gray);
}

.link-accent {
  color: var(--accent-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  cursor: pointer;
}

.link-accent:hover {
  opacity: 0.75;
}

/* Page 3 - 3 : Handbook chapters section */
.handbook-chapters__preview {
  background: var(--bg-subtle);
  padding: var(--spacing-10);
}

.handbook-chapters__preview-image {
  max-width: 800px;
  height: auto;
  aspect-ratio: 800 / 1240;
  background-color: #fff;
  box-shadow: var(--shadow-layered);
}

:is([data-hs-theme="dark"], .dark) .handbook-chapters__preview-image {
  background-color: var(--bg-elevated);
}

.handbook-chapters__grid {
  padding-inline: var(--spacing-8);
  padding-block: var(--spacing-12);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
}

@media (min-width: 768px) {
  .handbook-chapters__grid {
    width: 83.3333333%;
  }
}

.chapter-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
}

.chapter-card__label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--text-muted-subtle);
}

.chapter-card__title {
  font-size: var(--text-size-large);
  font-weight: 600;
}

.chapter-card__text {
  color: var(--text-gray-dark-subtle);
}

/* Page 3 - 4 : Handbook banner */
.handbook-banner {
  margin-top: var(--spacing-15);
  margin-bottom: var(--spacing-30);
  padding-block: var(--spacing-10);
  padding-inline: 0;
  background: var(--box-bg-gray);
}

.handbook-banner__placeholder {
  width: 100%;
  height: 382px;
  background-color: #fff;
}

:is([data-hs-theme="dark"], .dark) .handbook-banner__placeholder {
  background-color: var(--bg-elevated);
}


/* Page 3 - 5 : Handbook showcase section */
.handbook-showcase__list {
  display: flex;
  flex-direction: column;
  margin-top: var(--spacing-15);
}

.handbook-showcase__list-item {
  padding-block: calc(var(--spacing-6) / 2);
}

.handbook-showcase__list-item:first-child {
  padding-top: 0;
}

.handbook-showcase__list-item:last-child {
  padding-bottom: 0;
}

.handbook-showcase__list-item + .handbook-showcase__list-item {
  border-top: 1px solid var(--border);
}

.handbook-showcase__image-col {
  padding-block: var(--spacing-8);
  min-width: 0;
}

.handbook-showcase__image {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 540 / 303;
  background-color: var(--box-bg-gray);
}

/* Page 3 - 6 : Handbook testimonials section */
.handbook-testimonial {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-3);
}

.handbook-testimonial__text {
  font-size: var(--text-size-large);
  font-style: italic;
}

/* Page 3 - 7 : Handbook author section */
.handbook-author-section {
  padding-block: var(--spacing-15);
  background: var(--bg-subtle);
}

.handbook-author__image {
  width: 160px;
  height: 155px;
  object-fit: cover;
  background-color: var(--box-bg-gray);
}

.handbook-author__feature {
  font-size: var(--text-size-large);
}

/* Page 3 - 8 : Handbook pricing section */
.handbook-pricing__subheading {
  font-size: var(--text-size-subheading);
  color: var(--text-gray-dark-subtle);
}

.handbook-pricing__boxes {
  display: flex;
  flex-direction: column;
  margin-top: var(--spacing-10);
  gap: var(--spacing-10);
}

@media (min-width: 768px) {
  .handbook-pricing__boxes {
    flex-direction: row;
    align-items: flex-start;
  }
}

.handbook-pricing__image-box {
  flex-shrink: 0;
}

.handbook-pricing__image {
  width: 152px;
  height: 220px;
  border-radius: 6px;
  background-color: var(--box-bg-light);
  box-shadow: var(--shadow-book);
}

.handbook-pricing__card {
  padding-block: var(--spacing-6);
  padding-inline: var(--spacing-5);
  border-radius: 12px;
}

@media (min-width: 768px) {
  .handbook-pricing__card {
    flex: 1;
  }
}

.handbook-pricing__card--bordered {
  border: 1px solid var(--border-dark);
}

.handbook-pricing__card--filled {
  background: var(--bg-subtle);
}

.handbook-pricing__price {
  font-size: var(--text-size-h2);
}

.handbook-pricing__note {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

/* Page 3 - 9 : Handbook FAQ section */
.handbook-faq-container {
  --gap: var(--spacing-4);
}

@media (min-width: 1024px) {
  .handbook-faq-container {
    --gap: 0px;
  }
}

.handbook-faq__wrapper {
  padding: var(--spacing-10);
  padding-bottom: var(--spacing-15);
  border: 1px solid var(--border-dark);
  border-radius: 12px;
}

.handbook-faq__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-10);
}

@media (min-width: 768px) {
  .handbook-faq__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.handbook-faq__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
}

.handbook-faq__question {
  font-size: var(--text-size-h6);
  font-weight: 600;
}

.faq-category-grid {
  display: grid;
  gap: var(--spacing-5);
}

@media (min-width: 900px) {
  .faq-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.faq-category {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .14);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), transparent 38%),
    color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.faq-category::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .9), rgba(var(--axis-blue-100-rgb), .16));
  opacity: .82;
}

.faq-category__head {
  display: flex;
  align-items: center;
  gap: var(--spacing-3);
  padding-bottom: var(--spacing-2);
  border-bottom: 1px solid var(--border-subtle);
}

.faq-category__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 999px;
  color: var(--accent-link);
  background: rgba(var(--axis-blue-100-rgb), .11);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 0;
}

.faq-category__head > h3 {
  margin: 0;
}

[data-hs-theme="light"] .faq-category {
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .1), transparent 40%),
    color-mix(in srgb, var(--surface) 96%, #fff 4%);
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.faq-accordion {
  border-top: 1px solid var(--border-subtle);
}

.faq-accordion:last-child {
  border-bottom: 0;
}

.faq-accordion summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 600;
  list-style: none;
  padding-block: var(--spacing-4);
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  content: "+";
  float: right;
  color: var(--accent-link);
  font-weight: 500;
  margin-left: var(--spacing-4);
}

.faq-accordion[open] summary::after {
  content: "-";
}

.faq-accordion p {
  color: var(--text-gray-dark-subtle);
  padding-bottom: var(--spacing-5);
  max-width: 64ch;
}

/* Page 3 - 10 : Handbook subscribe section */
.handbook-subscribe {
  max-width: 360px;
}

.handbook-subscribe__input {
  width: 100%;
  line-height: 1.4;
  height: var(--input-height);
  padding-inline: var(--input-p);
  border: 1px solid var(--border-dark-strong);
  background: transparent;
  color: var(--text);
  font-size: var(--text-size-small);
  font-family: inherit;
  outline: none;
}

.handbook-subscribe__input::placeholder {
  color: var(--text-lighter);
}

.handbook-subscribe__input:focus {
  border-color: #c6edfe;
  border-width: 2.5px;
}

.handbook-subscribe__btn {
  border: none;
  height: var(--button-height);
  padding-inline: var(--button-p);
}

/* Page 3 - 11 : Handbook related books */
.handbook-books__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-20);
}

@media (max-width: 767px) {
  .handbook-books__grid {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .handbook-books__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.handbook-books__image {
  width: 140px;
  height: 202px;
  border-radius: 6px;
  background-color: var(--box-bg-light);
  box-shadow: var(--shadow-book);
  margin-bottom: var(--spacing-8);
}

.handbook-books__title {
  font-size: var(--text-size-h6);
  margin-bottom: var(--spacing-2);
}

.handbook-books__subtitle {
  font-size: var(--text-size-small);
  color: var(--text-gray-dark-subtle);
}

/* Page 4 - /docs/example */
/* Docs example layout */
.docs-breadcrumb {
  font-size: var(--text-size-small);
  font-weight: 500;
}

.docs-breadcrumb__current {
  color: var(--text-muted-subtle);
}

.docs-example-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-15);
}

.docs-example-grid > * {
  min-width: 0;
}

@media (min-width: 768px) {
  .docs-example-grid {
    grid-template-columns: 4fr 8fr;
  }
}

/* TOC sidebar */
.toc-sidebar {
  padding: var(--spacing-5);
  border-left: 2px solid var(--point-text-bg);
}

.toc-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc-counter;
}

.toc-sidebar__item {
  display: flex;
  align-items: flex-start;
  counter-increment: toc-counter;
}

.toc-sidebar__item::before {
  content: "0" counter(toc-counter);
  color: var(--accent-link);
  font-size: 11px;
  font-weight: 650;
  width: 24px;
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
  top: 2px;
}

.toc-sidebar__item a {
  font-size: var(--text-size-small);
  color: var(--text);
  font-weight: 500;
}

.toc-sidebar__item a:hover {
  color: var(--accent-link);
  text-decoration: underline;
}

/* Docs - get started page */
.sm-left-index-sidebar {
  background-color: var(--bg-subtle);
  padding-inline: var(--spacing-5);
  padding-block: var(--spacing-6);
}

.search-box-small {
border: 1px solid var(--border-dark-strong);
border-radius: 8px;
gap: var(--spacing-2);
}

.sm-left-index-sidebar .search-box-small {
  height: var(--input-height);
}

.sm-left-index-sidebar .search-box__input {
  font-size: var(--text-size-small);
  padding-right: 32px;
  /* padding-inline: var(--input-p); */
}

/* Docs example sidebar index nav */
.sidebar-index__top-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-index__top-link {
  font-weight: 700;
  font-size: var(--text-size-small);
}

a.sidebar-index__top-link:hover {
  color: var(--accent-link);
  text-decoration: underline;
}

.sidebar-index__rule {
  height: 0;
  border-top: 1px solid var(--border);
  margin-block: 8.9px;
}

.sidebar-index__sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  font-size: 13px;
}

.sidebar-index__top-list li a {
  display: block;
}

.sidebar-index__sub-list a {
  display: block;
}

.sidebar-index__sub-link {
  font-size: 13px;
}

.sidebar-index__sub-link:hover {
  color: var(--nav-link-hover);
  text-decoration: underline;
}

.sidebar-index__sub-link.current {
  color: var(--text-muted-subtle);
}

.sidebar-index__top-link.is-current,
.toc-sidebar__item a.is-current {
  color: var(--accent-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}


/* Page 4 - 1 : Article */
.article {
  line-height: var(--article-line-height);
}

.article-title {
  font-size: var(--text-size-article-title-h2);
  margin-bottom: 20px;
}

.article > h4 {
  font-size: var(--article-h4);
}

.article > :is(p, ul, ol, hr):not(:last-child) {
  margin-bottom: var(--article-block-gap);
}

.article-title:not(:first-child) {
  margin-top: var(--article-block-title-gap);
}

.article-title a {
  position: relative;
}

.article-title a::before {
  content: "#";
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  padding-right: 6px;
  opacity: 0;
}

.article-title a:hover::before {
  opacity: 1;
}

.article-link-list li a {
  color: var(--link);
  text-decoration: underline;
}

.article-link-list li::marker {
  color: var(--accent-link);
}

.article-link-list li a:hover {
  color: var(--link-hover-danger);
}

.code-block {
  background: #0d1117;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: var(--spacing-4) var(--spacing-5);
  overflow-x: auto;
  margin-bottom: var(--article-block-gap);
}

.code-block__label {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: var(--spacing-2);
}

.code-block pre {
  margin: 0;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;
  font-size: var(--text-size-small);
  background: none;
  white-space: pre;
}

.code-block code {
  background: none;
  padding: 0;
  color: #e6edf3;
}

/* Page 5 - /product/ */
.product-hero__actions {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  margin-top: var(--spacing-6);
}

@media (min-width: 768px) {
  .product-hero__actions {
    flex-direction: row;
  }
}

.product-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--button-height);
  padding-inline: var(--input-p-lg);
  font-size: var(--text-size-small);
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-hero__btn {
    width: 100%;
  }
}

.product-family-map-section {
  scroll-margin-top: 96px;
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.product-family-map__intro {
  display: grid;
  gap: var(--spacing-5);
  margin-bottom: var(--spacing-10);
}

.product-logo-strip {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: var(--spacing-4);
  margin: var(--spacing-10) 0 0;
  scrollbar-width: none;
}

.product-logo-strip::-webkit-scrollbar {
  display: none;
}

.product-logo-strip a {
  display: flex;
  align-items: center;
  gap: var(--spacing-4);
  min-width: 0;
  min-height: 88px;
  padding: var(--spacing-4) var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 8px;
  background: #050607;
  color: #f4f6f8;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .14);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-logo-strip a:hover,
.product-logo-strip a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--axis-blue-100-rgb), .42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .2);
}

.product-logo-strip a:focus-visible {
  outline: 2px solid var(--accent-link);
  outline-offset: 4px;
}

.product-logo-strip__mark {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  min-width: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .045), transparent 58%),
    rgba(5, 6, 7, .52);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.product-logo-strip__mark img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  display: block;
  border-radius: 0;
}

.product-logo-strip__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
  text-align: left;
}

.product-logo-strip__copy strong {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.05;
}

.product-logo-strip__copy small {
  color: #cbd2dc;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-system-flow {
  scroll-margin-top: 96px;
  margin-top: var(--spacing-20);
  content-visibility: auto;
  contain-intrinsic-size: 860px;
}

.product-system-flow__intro {
  display: grid;
  gap: var(--spacing-6);
  margin-bottom: var(--spacing-10);
}

@media (min-width: 900px) {
  .product-system-flow__intro {
    grid-template-columns: minmax(0, .86fr) minmax(320px, .62fr);
    align-items: end;
  }
}

.product-system-flow__intro h2 {
  margin: var(--spacing-4) 0 0;
  max-width: 760px;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 1;
  text-wrap: balance;
}

.product-system-flow__intro p {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-large);
  line-height: 1.55;
}

.product-system-flow__stage {
  --product-radar-x: 50%;
  --product-radar-y: 50%;
  --product-radar-rgb: 157, 230, 200;
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 49% 47%, rgba(var(--axis-blue-100-rgb), .14), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(127, 216, 245, .1), transparent 24%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .065), rgba(157, 230, 200, .035) 34%, transparent 70%),
    var(--hs-card-surface);
  box-shadow: var(--shadow-layered);
  isolation: isolate;
  contain: layout paint style;
  transform: translateZ(0);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.product-system-flow__stage::before,
.product-system-flow__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.product-system-flow__stage::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(var(--axis-blue-100-rgb), .05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse at 50% 46%, #000 0%, rgba(0, 0, 0, .75) 48%, transparent 86%);
}

.product-system-flow__stage::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, .48), transparent 18%, transparent 82%, rgba(5, 6, 7, .48)),
    linear-gradient(180deg, rgba(5, 6, 7, .22), transparent 22%, transparent 78%, rgba(5, 6, 7, .28));
}

.product-system-flow__stage.is-radar-active,
.product-system-flow__stage:focus-within {
  border-color: rgba(var(--product-radar-rgb), .28);
  box-shadow:
    var(--shadow-layered),
    0 0 46px rgba(var(--product-radar-rgb), .08);
}

.product-system-flow__stage.is-radar-active::after,
.product-system-flow__stage:focus-within::after {
  background:
    radial-gradient(circle at var(--product-radar-x) var(--product-radar-y), rgba(var(--product-radar-rgb), .16), transparent 19%),
    linear-gradient(90deg, rgba(5, 6, 7, .46), transparent 18%, transparent 82%, rgba(5, 6, 7, .46)),
    linear-gradient(180deg, rgba(5, 6, 7, .2), transparent 22%, transparent 78%, rgba(5, 6, 7, .26));
}

.product-system-flow__grid {
  position: absolute;
  inset: 13% 16% 13%;
  z-index: 1;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .1);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--axis-blue-100-rgb), .11), transparent 58%);
  box-shadow:
    inset 0 0 54px rgba(var(--axis-blue-100-rgb), .08),
    0 0 80px rgba(0, 0, 0, .18);
}

.product-system-flow__grid::before,
.product-system-flow__grid::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.product-system-flow__grid::before {
  inset: 9%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .08);
}

.product-system-flow__grid::after {
  inset: 22%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .065);
}

.product-system-flow__radar {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity .18s ease;
}

.product-system-flow__radar::before {
  content: "";
  position: absolute;
  left: var(--product-radar-x);
  top: var(--product-radar-y);
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(var(--product-radar-rgb), .18), rgba(var(--product-radar-rgb), .05) 32%, transparent 68%);
  transform: translate(-50%, -50%);
  opacity: .82;
}

.product-system-flow__radar-sweep,
.product-system-flow__radar-ring,
.product-system-flow__radar-reticle {
  position: absolute;
  left: var(--product-radar-x);
  top: var(--product-radar-y);
  border-radius: 999px;
}

.product-system-flow__radar-sweep {
  width: 300px;
  height: 300px;
  background:
    conic-gradient(from -24deg, transparent 0 72%, rgba(var(--product-radar-rgb), .06) 78%, rgba(var(--product-radar-rgb), .26) 86%, transparent 96%),
    radial-gradient(circle, transparent 0 18%, rgba(var(--product-radar-rgb), .06) 19%, transparent 66%);
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  animation: product-system-radar-sweep 2.35s linear infinite paused;
  will-change: transform;
}

.product-system-flow__radar-ring {
  border: 1px solid rgba(var(--product-radar-rgb), .24);
  box-shadow:
    0 0 20px rgba(var(--product-radar-rgb), .1),
    inset 0 0 18px rgba(var(--product-radar-rgb), .06);
  transform: translate(-50%, -50%) scale(.98);
  opacity: 0;
  animation: product-system-radar-ring 2.45s ease-in-out infinite paused;
  will-change: transform, opacity;
}

.product-system-flow__radar-ring--one {
  width: 164px;
  height: 164px;
}

.product-system-flow__radar-ring--two {
  width: 270px;
  height: 270px;
  animation-delay: .42s;
}

.product-system-flow__radar-reticle {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(var(--product-radar-rgb), .82);
  box-shadow:
    0 0 18px rgba(var(--product-radar-rgb), .42),
    inset 0 0 10px rgba(var(--product-radar-rgb), .18);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.product-system-flow__radar-reticle::before,
.product-system-flow__radar-reticle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(var(--product-radar-rgb), .74);
  transform: translate(-50%, -50%);
}

.product-system-flow__radar-reticle::before {
  width: 38px;
  height: 1px;
}

.product-system-flow__radar-reticle::after {
  width: 1px;
  height: 38px;
}

@media (hover: hover) and (pointer: fine) {
  .product-system-flow__stage {
    cursor: crosshair;
  }

  .product-system-flow__radar {
    display: block;
  }

  .product-system-flow__stage.is-radar-active .product-system-flow__radar,
  .product-system-flow__stage:focus-within .product-system-flow__radar {
    opacity: 1;
  }

  .product-system-flow__stage.is-radar-active .product-system-flow__radar-sweep,
  .product-system-flow__stage.is-radar-active .product-system-flow__radar-ring,
  .product-system-flow__stage:focus-within .product-system-flow__radar-sweep,
  .product-system-flow__stage:focus-within .product-system-flow__radar-ring {
    opacity: 1;
    animation-play-state: running;
  }

  .product-system-flow__stage.is-radar-active .product-system-flow__radar-reticle,
  .product-system-flow__stage:focus-within .product-system-flow__radar-reticle {
    opacity: 1;
  }
}

.product-system-flow__paths {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-system-flow__path-base,
.product-system-flow__path-pulse {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-system-flow__path-base {
  stroke-width: 1.35;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  opacity: .34;
  transition: opacity .2s ease, stroke .2s ease;
}

.product-system-flow__path-pulse {
  stroke-width: 5.8;
  stroke-dasharray: .038 .962;
  stroke-dashoffset: 1;
  opacity: 0;
  transition: opacity .2s ease, stroke .2s ease;
}

.product-system-flow__stage.is-radar-active .product-system-flow__path-base,
.product-system-flow__stage:focus-within .product-system-flow__path-base {
  stroke: rgba(var(--product-radar-rgb), .54);
  opacity: .56;
}

.product-system-flow__stage.is-radar-active .product-system-flow__path-pulse,
.product-system-flow__stage:focus-within .product-system-flow__path-pulse {
  stroke: rgba(var(--product-radar-rgb), .86);
  opacity: .72;
}

.product-system-flow__path--code,
.product-system-flow__path--mentis {
  color: var(--axis-blue-100);
}

.product-system-flow__path--data {
  color: #9de6c8;
}

.product-system-flow__path--ops,
.product-system-flow__path--aegis {
  color: #7fd8f5;
}

.product-system-flow__path--axis {
  color: #f4f6f8;
}

.product-system-flow__path--connect {
  color: #f0d08a;
}

.product-system-flow__path--release {
  color: rgba(var(--axis-blue-100-rgb), .92);
}

.product-system-flow.scroll-reveal:not(.is-visible) .product-system-flow__path-base {
  stroke-dashoffset: 1;
}

.product-system-flow.is-visible .product-system-flow__path-base {
  animation: product-system-path-draw 1.05s cubic-bezier(.2, .78, .22, 1) both;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--mentis.product-system-flow__path-pulse,
.product-system-flow.is-visible.is-motion-active .product-system-flow__path--axis.product-system-flow__path-pulse,
.product-system-flow.is-visible.is-motion-active .product-system-flow__path--connect.product-system-flow__path-pulse,
.product-system-flow.is-visible.is-motion-active .product-system-flow__path--aegis.product-system-flow__path-pulse {
  animation: product-system-path-pulse 6.4s linear infinite;
  opacity: .42;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--data.product-system-flow__path-pulse {
  animation-delay: .22s;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--ops.product-system-flow__path-pulse {
  animation-delay: .44s;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--mentis.product-system-flow__path-pulse {
  animation-delay: .66s;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--aegis.product-system-flow__path-pulse {
  animation-delay: .88s;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--axis.product-system-flow__path-pulse {
  animation-delay: 1.1s;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--connect.product-system-flow__path-pulse {
  animation-delay: 1.32s;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__path--release.product-system-flow__path-pulse {
  animation-delay: 1.54s;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__stage.is-radar-active .product-system-flow__path-pulse,
.product-system-flow.is-visible.is-motion-active .product-system-flow__stage:focus-within .product-system-flow__path-pulse {
  animation: product-system-path-pulse 4.6s linear infinite;
  opacity: .7;
}

.product-system-flow__node,
.product-system-flow__outcome,
.product-system-flow__core {
  position: absolute;
  z-index: 4;
}

.product-system-flow__node,
.product-system-flow__outcome {
  display: grid;
  gap: 4px;
  min-width: 154px;
  max-width: 220px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 55%),
    rgba(5, 6, 7, .68);
  color: #f4f6f8;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-system-flow__node::before,
.product-system-flow__outcome::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-bottom: 3px;
  border-radius: 999px;
  background: var(--system-node-accent, var(--axis-blue-100));
  box-shadow: 0 0 18px var(--system-node-accent, var(--axis-blue-100));
}

.product-system-flow__node:is(a):hover,
.product-system-flow__node:is(a):focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .46);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28), 0 0 22px rgba(var(--axis-blue-100-rgb), .1);
  color: #f4f6f8;
  transform: translateY(-2px);
}

.product-system-flow__stage.is-radar-active .product-system-flow__node:hover,
.product-system-flow__stage.is-radar-active .product-system-flow__outcome:hover,
.product-system-flow__stage:focus-within .product-system-flow__node:focus-visible {
  border-color: rgba(var(--product-radar-rgb), .58);
  background:
    linear-gradient(135deg, rgba(var(--product-radar-rgb), .09), transparent 58%),
    rgba(5, 6, 7, .74);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .3),
    0 0 22px rgba(var(--product-radar-rgb), .16),
    inset 0 1px 0 rgba(255, 255, 255, .05);
}

.product-system-flow__node:is(a):focus-visible {
  outline: 2px solid var(--accent-link);
  outline-offset: 4px;
}

.product-system-flow__node strong,
.product-system-flow__outcome strong {
  font-size: .94rem;
  line-height: 1.1;
}

.product-system-flow__node span,
.product-system-flow__outcome span {
  color: rgba(244, 246, 248, .68);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.25;
}

.product-system-flow__node--code {
  --system-node-accent: var(--axis-blue-100);
  top: 10%;
  left: 5%;
}

.product-system-flow__node--data {
  --system-node-accent: #9de6c8;
  top: 39%;
  left: 4%;
}

.product-system-flow__node--ops {
  --system-node-accent: #7fd8f5;
  left: 8%;
  bottom: 13%;
}

.product-system-flow__node--mentis {
  --system-node-accent: var(--axis-blue-100);
  top: 7%;
  left: 32%;
}

.product-system-flow__node--axis {
  --system-node-accent: #f4f6f8;
  top: 35%;
  right: 20%;
}

.product-system-flow__node--connect {
  --system-node-accent: #f0d08a;
  right: 20%;
  bottom: 11%;
}

.product-system-flow__node--aegis {
  --system-node-accent: #7fd8f5;
  top: 7%;
  right: 31%;
}

.product-system-flow__core {
  top: 50%;
  left: 50%;
  width: 238px;
  min-height: 238px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-7);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 34%, rgba(var(--axis-blue-100-rgb), .16), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), transparent 54%),
    rgba(5, 6, 7, .76);
  color: #f4f6f8;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, .32),
    0 0 42px rgba(var(--axis-blue-100-rgb), .12),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.product-system-flow__core::before,
.product-system-flow__core::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.product-system-flow__core::before {
  inset: -12px;
  padding: 1px;
  background:
    conic-gradient(from 132deg, transparent 0 10%, rgba(var(--axis-blue-100-rgb), .42) 17%, transparent 26%, rgba(157, 230, 200, .22) 42%, transparent 55%, rgba(240, 208, 138, .2) 70%, transparent 82%, rgba(127, 216, 245, .34) 90%, transparent 100%);
  opacity: .84;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.product-system-flow__core::after {
  inset: 14px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .1);
}

.product-system-flow__core > * {
  position: relative;
  z-index: 2;
}

.product-system-flow__core span {
  color: var(--axis-blue-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-system-flow__core strong {
  max-width: 160px;
  font-size: 31px;
  line-height: 1.02;
}

.product-system-flow__core small {
  max-width: 160px;
  color: rgba(244, 246, 248, .62);
  font-size: 12px;
  line-height: 1.35;
}

.product-system-flow.is-visible.is-motion-active .product-system-flow__core::before {
  animation: product-system-core-ring 18s linear infinite;
  will-change: transform;
}

.product-system-flow.scroll-reveal:not(.is-visible) .product-system-flow__node,
.product-system-flow.scroll-reveal:not(.is-visible) .product-system-flow__outcome {
  opacity: .12;
  transform: translateY(12px) scale(.98);
}

.product-system-flow.is-visible .product-system-flow__node,
.product-system-flow.is-visible .product-system-flow__outcome {
  animation: product-system-node-arrive .72s cubic-bezier(.2, .78, .22, 1) both;
  animation-delay: var(--system-node-delay, 0s);
}

.product-system-flow__node--data {
  --system-node-delay: .06s;
}

.product-system-flow__node--ops {
  --system-node-delay: .12s;
}

.product-system-flow__node--mentis {
  --system-node-delay: .18s;
}

.product-system-flow__node--axis {
  --system-node-delay: .24s;
}

.product-system-flow__node--connect {
  --system-node-delay: .3s;
}

.product-system-flow__node--aegis {
  --system-node-delay: .36s;
}

.product-system-flow__outcome {
  --system-node-accent: var(--axis-blue-100);
  right: 5%;
}

.product-system-flow__outcome--saas {
  top: 15%;
}

.product-system-flow__outcome--ai {
  top: 48%;
}

.product-system-flow__outcome--operate {
  bottom: 9%;
}

.product-system-flow__outcome--saas,
.product-system-flow__outcome--ai,
.product-system-flow__outcome--operate {
  right: 2.6%;
  width: 186px;
}

.product-system-flow__outcome--saas {
  --system-node-delay: .48s;
}

.product-system-flow__outcome--ai {
  --system-node-delay: .54s;
}

.product-system-flow__outcome--operate {
  --system-node-delay: .6s;
}

@keyframes product-system-path-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes product-system-path-pulse {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes product-system-core-ring {
  to {
    transform: rotate(360deg);
  }
}

@keyframes product-system-node-arrive {
  from {
    opacity: .12;
    transform: translateY(12px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes product-system-radar-sweep {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes product-system-radar-ring {
  0%,
  100% {
    opacity: .34;
    transform: translate(-50%, -50%) scale(.96);
  }
  50% {
    opacity: .68;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@media (max-width: 1180px) {
  .product-system-flow__stage {
    min-height: 650px;
  }

  .product-system-flow__node,
  .product-system-flow__outcome {
    min-width: 140px;
    max-width: 190px;
    padding: 11px 12px;
  }

  .product-system-flow__node--code,
  .product-system-flow__node--data {
    left: 3%;
  }

  .product-system-flow__node--ops {
    left: 5%;
  }

  .product-system-flow__node--connect,
  .product-system-flow__node--aegis {
    right: 17%;
  }

  .product-system-flow__outcome--saas,
  .product-system-flow__outcome--ai,
  .product-system-flow__outcome--operate {
    right: 2%;
    width: 168px;
  }
}

@media (max-width: 767px) {
  .product-system-flow {
    margin-top: var(--spacing-15);
  }

  .product-system-flow__intro {
    gap: var(--spacing-5);
    margin-bottom: var(--spacing-7);
  }

  .product-system-flow__intro h2 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .product-system-flow__stage {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--spacing-3);
    padding: var(--spacing-5);
  }

  .product-system-flow__grid,
  .product-system-flow__radar,
  .product-system-flow__paths {
    display: none;
  }

  .product-system-flow__stage::before {
    background-size: 38px 38px;
    opacity: .72;
    mask-image: linear-gradient(#000, rgba(0, 0, 0, .72));
  }

  .product-system-flow__node,
  .product-system-flow__outcome,
  .product-system-flow__core {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    transform: none;
  }

  .product-system-flow__core {
    order: 1;
    min-height: 0;
    padding: var(--spacing-6);
    border-radius: 8px;
  }

  .product-system-flow__core::before,
  .product-system-flow__core::after {
    border-radius: 8px;
  }

  .product-system-flow__core strong {
    max-width: none;
    font-size: 26px;
  }

  .product-system-flow__core small {
    max-width: 280px;
  }

  .product-system-flow__node,
  .product-system-flow__outcome {
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: var(--spacing-3);
    row-gap: 2px;
    min-height: 74px;
  }

  .product-system-flow__node::before,
  .product-system-flow__outcome::before {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .product-system-flow__node--code {
    order: 2;
  }

  .product-system-flow__node--data {
    order: 3;
  }

  .product-system-flow__node--mentis {
    order: 4;
  }

  .product-system-flow__node--axis {
    order: 5;
  }

  .product-system-flow__node--connect {
    order: 6;
  }

  .product-system-flow__node--aegis {
    order: 7;
  }

  .product-system-flow__node--ops {
    order: 8;
  }

  .product-system-flow__outcome--saas {
    order: 9;
  }

  .product-system-flow__outcome--ai {
    order: 10;
  }

  .product-system-flow__outcome--operate {
    order: 11;
  }
}

.product-family-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--axis-blue-100-rgb), .12), transparent 34%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .065), rgba(244, 246, 248, .025) 42%, transparent 70%),
    var(--hs-card-surface);
  box-shadow: var(--shadow-layered);
  contain: layout paint style;
  transform: translateZ(0);
}

.product-family-map__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(var(--axis-blue-100-rgb), .08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 45%, #000 0%, rgba(0, 0, 0, .65) 46%, transparent 82%);
  pointer-events: none;
}

.product-family-map__environment,
.product-family-map__paths {
  position: absolute;
  pointer-events: none;
}

.product-family-map__environment {
  z-index: 1;
  top: 47%;
  left: 50%;
  width: min(66%, 690px);
  height: 360px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--axis-blue-100-rgb), .13), rgba(var(--axis-blue-100-rgb), .045) 38%, transparent 72%);
  opacity: .9;
  transform: translate(-50%, -50%);
}

.product-family-map__environment::before,
.product-family-map__environment::after,
.product-family-map__environment span {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.product-family-map__environment::before {
  inset: 0;
  padding: 1px;
  background:
    conic-gradient(from 132deg, transparent 0 9%, rgba(var(--axis-blue-100-rgb), .3) 13%, transparent 21%, rgba(157, 230, 200, .2) 38%, transparent 50%, rgba(240, 208, 138, .2) 66%, transparent 78%, rgba(127, 216, 245, .26) 88%, transparent 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.product-family-map__environment::after {
  inset: 16%;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .09);
  box-shadow: inset 0 0 34px rgba(var(--axis-blue-100-rgb), .055);
}

.product-family-map__environment span {
  inset: var(--ring-inset, 9%);
  border: 1px solid rgba(var(--axis-blue-100-rgb), var(--ring-alpha, .12));
  opacity: .7;
  transform: scale(var(--ring-scale, 1));
}

.product-family-map__environment span:nth-child(2) {
  --ring-inset: 20%;
  --ring-alpha: .09;
  --ring-scale: .985;
}

.product-family-map__environment span:nth-child(3) {
  --ring-inset: 31%;
  --ring-alpha: .075;
  --ring-scale: .97;
}

.product-family-map__paths {
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.product-family-map__path-base,
.product-family-map__path-pulse {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-family-map__path-base {
  stroke-width: 1.3;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  opacity: .38;
}

.product-family-map__path-pulse {
  stroke-width: 5;
  stroke-dasharray: .045 .955;
  stroke-dashoffset: 1;
  opacity: 0;
}

.product-family-map__path--mentis {
  color: var(--axis-blue-100);
}

.product-family-map__path--axis {
  color: #9de6c8;
}

.product-family-map__path--connect {
  color: #f0d08a;
}

.product-family-map__path--aegis {
  color: #7fd8f5;
}

.product-family-map-section.scroll-reveal:not(.is-visible) .product-family-map__path-base {
  stroke-dashoffset: 1;
}

.product-family-map-section.is-visible .product-family-map__path-base {
  animation: product-path-draw .95s cubic-bezier(.2, .78, .22, 1) both;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__path-pulse {
  animation: product-path-pulse 5.8s linear infinite;
  opacity: .42;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__path--aegis.product-family-map__path-pulse {
  animation-delay: .32s;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__path--axis.product-family-map__path-pulse {
  animation-delay: .64s;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__path--connect.product-family-map__path-pulse {
  animation-delay: .96s;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__environment::before {
  animation: product-environment-orbit 18s linear infinite;
  will-change: transform;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__environment span {
  animation: product-environment-breathe 5.8s ease-in-out infinite;
  will-change: transform;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__environment span:nth-child(2) {
  animation-delay: -1.7s;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__environment span:nth-child(3) {
  animation-delay: -3.1s;
}

.product-family-map__core {
  position: absolute;
  z-index: 4;
  top: 47%;
  left: 50%;
  width: 230px;
  min-height: 230px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-8);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 34%, rgba(var(--axis-blue-100-rgb), .17), transparent 56%),
    linear-gradient(145deg, rgba(255, 255, 255, .065), transparent 54%),
    rgba(5, 6, 7, .72);
  color: var(--hs-text);
  isolation: isolate;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .3),
    0 0 36px rgba(var(--axis-blue-100-rgb), .12),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.product-family-map__core::before,
.product-family-map__core::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.product-family-map__core::before {
  inset: -10px;
  padding: 1px;
  background:
    conic-gradient(from 115deg, transparent 0 14%, rgba(var(--axis-blue-100-rgb), .46) 20%, transparent 29%, rgba(255, 255, 255, .22) 48%, transparent 58%, rgba(var(--axis-blue-100-rgb), .28) 78%, transparent 100%);
  opacity: .82;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.product-family-map__core::after {
  inset: 12px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  box-shadow: inset 0 0 26px rgba(var(--axis-blue-100-rgb), .07);
}

.product-family-map__core > * {
  position: relative;
  z-index: 2;
}

.product-family-map-section.is-visible.is-motion-active .product-family-map__core::before {
  animation: product-core-ring 16s linear infinite;
  will-change: transform;
}

.product-family-map-section.scroll-reveal:not(.is-visible) .product-family-map__core {
  opacity: .42;
  transform: translate(-50%, -50%) scale(.95);
}

.product-family-map-section.is-visible .product-family-map__core {
  animation: product-core-arrive .82s cubic-bezier(.2, .78, .22, 1) .34s both;
}

.product-family-map__core span {
  color: var(--axis-blue-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-family-map__core strong {
  max-width: 150px;
  font-size: 28px;
  line-height: 1.05;
}

.product-family-map__core small {
  max-width: 150px;
  color: var(--text-gray-dark-subtle);
  font-size: 12px;
  line-height: 1.35;
}

.product-family-node {
  position: absolute;
  z-index: 5;
  width: min(31%, 330px);
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-4);
  align-items: center;
  padding: var(--spacing-4);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background: rgba(5, 6, 7, .52);
  color: var(--hs-text);
  text-decoration: none;
  box-shadow: var(--hs-card-shadow);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-family-map-section.scroll-reveal:not(.is-visible) .product-family-node {
  opacity: .16;
  transform: translate(var(--node-start-x, 0), var(--node-start-y, 0)) scale(.96);
}

.product-family-map-section.is-visible .product-family-node {
  animation: product-node-converge .78s cubic-bezier(.2, .78, .22, 1) both;
  animation-delay: var(--node-delay, 0s);
}

.product-family-node:hover,
.product-family-node:focus-visible {
  border-color: var(--hs-card-border-hover);
  background: rgba(5, 6, 7, .68);
  box-shadow: var(--hs-card-shadow-hover);
  color: var(--hs-text);
  transform: translateY(-2px);
}

.product-family-node:focus-visible {
  outline: 2px solid var(--accent-link);
  outline-offset: 4px;
}

.product-family-node strong {
  display: block;
  font-size: var(--text-size-h5);
  line-height: 1.1;
}

.product-family-node small {
  display: block;
  margin-top: 4px;
  color: var(--product-accent, var(--axis-blue-100));
  font-size: var(--text-size-small);
  font-weight: 800;
}

.product-family-node--mentis {
  --product-accent: var(--axis-blue-100);
  --node-start-x: -28px;
  --node-start-y: -18px;
  --node-delay: .02s;
  top: 19%;
  left: 6%;
}

.product-family-node--axis {
  --product-accent: #9de6c8;
  --node-start-x: -28px;
  --node-start-y: 18px;
  --node-delay: .18s;
  bottom: 24%;
  left: 6%;
}

.product-family-node--connect {
  --product-accent: #f0d08a;
  --node-start-x: 28px;
  --node-start-y: 18px;
  --node-delay: .26s;
  bottom: 24%;
  right: 6%;
}

.product-family-node--aegis {
  --product-accent: #7fd8f5;
  --node-start-x: 28px;
  --node-start-y: -18px;
  --node-delay: .1s;
  top: 19%;
  right: 6%;
}

.product-logo-mark {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .05), transparent 58%),
    rgba(5, 6, 7, .68);
  color: var(--product-accent, var(--axis-blue-100));
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.product-logo-mark img {
  width: 82%;
  height: 82%;
  display: block;
  border-radius: 0;
  object-fit: contain;
}

.product-logo-mark--mentis {
  --product-accent: var(--axis-blue-100);
}

.product-logo-mark--axis {
  --product-accent: var(--axis-blue-100);
}

.product-logo-mark--connect {
  --product-accent: var(--axis-blue-100);
}

.product-logo-mark--aegis {
  --product-accent: var(--axis-blue-100);
}

.product-family-map__trust {
  position: absolute;
  left: 50%;
  bottom: var(--spacing-8);
  z-index: 5;
  width: min(720px, calc(100% - 48px));
  display: grid;
  gap: var(--spacing-2);
  padding: var(--spacing-4) var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 8px;
  background: rgba(5, 6, 7, .56);
  color: var(--hs-text);
  text-align: center;
  transform: translateX(-50%);
}

.product-family-map-section.scroll-reveal:not(.is-visible) .product-family-map__trust {
  opacity: 0;
  transform: translate(-50%, 12px);
}

.product-family-map-section.is-visible .product-family-map__trust {
  animation: product-trust-arrive .72s cubic-bezier(.2, .78, .22, 1) .48s both;
}

@keyframes product-path-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes product-path-pulse {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes product-node-converge {
  from {
    opacity: .16;
    transform: translate(var(--node-start-x, 0), var(--node-start-y, 0)) scale(.96);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes product-core-arrive {
  from {
    opacity: .42;
    transform: translate(-50%, -50%) scale(.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes product-trust-arrive {
  from {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes product-core-ring {
  to {
    transform: rotate(360deg);
  }
}

@keyframes product-environment-orbit {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes product-environment-breathe {
  0%, 100% {
    opacity: .52;
    transform: scale(var(--ring-scale, 1));
  }
  50% {
    opacity: .88;
    transform: scale(calc(var(--ring-scale, 1) + .018));
  }
}

.product-family-map__trust strong {
  color: var(--axis-blue-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-family-map__trust span {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

.product-suite-grid {
  --site-card-gap: clamp(16px, 2vw, 22px);
  --site-card-padding: clamp(18px, 2vw, 26px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: var(--spacing-5);
}

@media (min-width: 768px) {
  .product-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-suite-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  gap: clamp(12px, 1.5vw, 16px);
  padding: var(--spacing-6);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  overflow: hidden;
  --product-card-accent: rgba(var(--axis-blue-100-rgb), .46);
  --product-card-accent-soft: rgba(var(--axis-blue-100-rgb), .12);
  --product-card-mark: url("../../images/products/mentis-mark.svg");
  --product-card-pattern:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(var(--axis-blue-100-rgb), .08) 1px, transparent 1px);
  background:
    radial-gradient(circle at 84% 18%, var(--product-card-accent-soft), transparent 28%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .05), transparent 46%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease, background .24s ease;
}

.product-suite-card::before,
.product-suite-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.product-suite-card::before {
  inset: 0;
  opacity: .5;
  background-image: var(--product-card-pattern);
  background-size: 28px 28px, 28px 28px, auto;
  background-position: 0 0, 0 0, center;
  mask-image: linear-gradient(125deg, transparent 0%, rgba(0,0,0,.2) 20%, #000 58%, transparent 100%);
  transition: opacity .24s ease, transform .4s ease;
}

.product-suite-card::after {
  width: 190px;
  height: 190px;
  top: -28px;
  right: -36px;
  opacity: .2;
  background: var(--product-card-accent);
  -webkit-mask-image: var(--product-card-mark);
  mask-image: var(--product-card-mark);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: drop-shadow(0 0 22px var(--product-card-accent-soft));
  transform: rotate(-8deg) scale(1);
  transition: opacity .24s ease, transform .5s ease;
}

.product-suite-card > * {
  position: relative;
  z-index: 1;
}

.product-suite-card:hover,
.product-suite-card:focus-within {
  border-color: rgba(var(--axis-blue-100-rgb), .32);
  box-shadow: var(--hs-card-shadow), 0 18px 44px rgba(0, 0, 0, .16);
  transform: translateY(-2px);
}

.product-suite-card:hover::before,
.product-suite-card:focus-within::before {
  opacity: .76;
  transform: translate3d(0, -5px, 0);
}

.product-suite-card:hover::after,
.product-suite-card:focus-within::after {
  opacity: .34;
  transform: rotate(-4deg) scale(1.04);
}

.product-suite-card--aegis {
  border-color: rgba(var(--axis-blue-100-rgb), .34);
}

.product-suite-card[data-product="mentis"] {
  --product-card-mark: url("../../images/products/mentis-mark.svg");
  --product-card-accent: rgba(var(--axis-blue-100-rgb), .48);
  --product-card-accent-soft: rgba(var(--axis-blue-100-rgb), .13);
  --product-card-pattern:
    radial-gradient(circle at 18% 24%, rgba(var(--axis-blue-100-rgb), .28) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 70%, rgba(244, 246, 248, .16) 0 1.5px, transparent 3px),
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(244, 246, 248, .055) 1px, transparent 1px);
}

.product-suite-card[data-product="aegis"] {
  --product-card-mark: url("../../images/products/aegis-mark.svg");
  --product-card-accent: rgba(165, 245, 205, .42);
  --product-card-accent-soft: rgba(165, 245, 205, .1);
  --product-card-pattern:
    radial-gradient(circle at 80% 26%, transparent 0 18%, rgba(165, 245, 205, .16) 18.5% 19%, transparent 19.5% 29%, rgba(var(--axis-blue-100-rgb), .14) 29.5% 30%, transparent 30.5%),
    linear-gradient(120deg, transparent 0 38%, rgba(165, 245, 205, .12) 38.5%, transparent 39.5%),
    repeating-linear-gradient(90deg, rgba(244, 246, 248, .04) 0 1px, transparent 1px 18px);
}

.product-suite-card[data-product="axis"] {
  --product-card-mark: url("../../images/products/axis-mark.svg");
  --product-card-accent: rgba(224, 226, 232, .44);
  --product-card-accent-soft: rgba(var(--axis-blue-100-rgb), .1);
  --product-card-pattern:
    linear-gradient(90deg, transparent 0 48%, rgba(var(--axis-blue-100-rgb), .18) 48.4% 48.8%, transparent 49.2%),
    linear-gradient(0deg, transparent 0 54%, rgba(244, 246, 248, .13) 54.4% 54.8%, transparent 55.2%),
    repeating-linear-gradient(90deg, rgba(244, 246, 248, .04) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(var(--axis-blue-100-rgb), .055) 0 1px, transparent 1px 24px);
}

.product-suite-card[data-product="connect"] {
  --product-card-mark: url("../../images/products/connect-mark.svg");
  --product-card-accent: rgba(196, 214, 255, .42);
  --product-card-accent-soft: rgba(196, 214, 255, .1);
  --product-card-pattern:
    radial-gradient(circle at 20% 70%, rgba(var(--axis-blue-100-rgb), .22) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 38%, rgba(196, 214, 255, .24) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 66%, rgba(244, 246, 248, .18) 0 2px, transparent 3px),
    linear-gradient(28deg, transparent 0 21%, rgba(196, 214, 255, .14) 21.2% 21.7%, transparent 22%),
    linear-gradient(148deg, transparent 0 46%, rgba(var(--axis-blue-100-rgb), .14) 46.2% 46.8%, transparent 47%);
}

.product-suite-grid.is-visible .product-suite-card::before,
.product-suite-card.scroll-reveal.is-visible::before {
  animation: product-card-field-drift 14s ease-in-out infinite;
}

.product-suite-grid.is-visible .product-suite-card::after,
.product-suite-card.scroll-reveal.is-visible::after {
  animation: product-card-mark-breathe 10s ease-in-out infinite;
}

.product-suite-card[data-product="aegis"]::before {
  animation-delay: -2s;
}

.product-suite-card[data-product="axis"]::before {
  animation-delay: -4s;
}

.product-suite-card[data-product="connect"]::before {
  animation-delay: -6s;
}

.product-suite-card[data-product="aegis"]::after {
  animation-delay: -1.5s;
}

.product-suite-card[data-product="axis"]::after {
  animation-delay: -3s;
}

.product-suite-card[data-product="connect"]::after {
  animation-delay: -4.5s;
}

@keyframes product-card-field-drift {
  0%,
  100% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
    opacity: .48;
  }
  50% {
    background-position: 16px -10px, -12px 10px, 8px 0, 0 8px, 12px -8px;
    opacity: .72;
  }
}

@keyframes product-card-mark-breathe {
  0%,
  100% {
    opacity: .16;
    transform: rotate(-8deg) scale(1);
  }
  50% {
    opacity: .28;
    transform: rotate(-5deg) scale(1.035);
  }
}

.product-suite-card__header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: var(--spacing-4);
}

.product-suite-card__eyebrow {
  margin: 0 0 var(--spacing-1);
  color: var(--accent-link);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: var(--text-size-small);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-suite-card__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-2);
  margin-bottom: var(--spacing-1);
}

.product-suite-card__title-row .product-suite-card__eyebrow {
  margin: 0;
}

.product-suite-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 9px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .32);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .1);
  color: var(--hs-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

:is([data-hs-theme="light"], .light) .product-suite-card__badge {
  background: rgba(var(--axis-blue-100-rgb), .08);
  color: var(--hs-text);
}

.product-suite-card h3 {
  margin: 0;
  font-size: var(--text-size-h4);
}

.product-suite-card p {
  margin: 0;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-normal);
}

.product-suite-card__list {
  display: grid;
  gap: var(--spacing-2);
  margin: var(--spacing-1) 0 0;
  padding: var(--spacing-4) 0 0;
  border-top: 1px solid var(--border-subtle);
  list-style: none;
}

.product-suite-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--hs-text);
  font-size: var(--text-size-small);
}

.product-suite-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent-link);
  box-shadow: 0 0 14px rgba(var(--axis-blue-100-rgb), .34);
}

.product-suite-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
  margin-top: auto;
  padding-top: var(--spacing-5);
}

.product-suite-card__button {
  min-height: 42px;
  padding: 11px 16px;
  font-size: var(--text-size-small);
}

.product-aegis-panel {
  position: relative;
  display: grid;
  gap: var(--spacing-10);
  padding: var(--spacing-12);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .28);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(var(--axis-blue-100-rgb), .12), transparent 28%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), transparent 46%),
    var(--hs-card-surface);
  box-shadow: var(--shadow-layered);
  isolation: isolate;
}

.product-aegis-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../../images/products/aegis-devsecops-bg.svg");
  background-position: 56% 50%;
  background-repeat: no-repeat;
  background-size: min(1120px, 118%) auto;
  opacity: .18;
  mix-blend-mode: screen;
  pointer-events: none;
}

.product-aegis-panel > * {
  position: relative;
  z-index: 1;
}

:is([data-hs-theme="light"], .light) .product-aegis-panel::before {
  opacity: .1;
  mix-blend-mode: multiply;
}

@media (min-width: 900px) {
  .product-aegis-panel {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
  }
}

.product-aegis-capabilities {
  display: grid;
  gap: var(--spacing-3);
}

@media (min-width: 768px) {
  .product-aegis-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-aegis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
}

.product-aegis-actions .product-hero__btn {
  width: auto;
  min-height: var(--button-height);
  height: auto;
  padding-block: 10px;
  line-height: 1.2;
  text-align: center;
}

.product-aegis-capabilities div {
  position: relative;
  display: grid;
  gap: var(--spacing-1);
  padding: var(--spacing-4) var(--spacing-4) var(--spacing-4) var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .035), transparent 68%),
    rgba(255, 255, 255, .01);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .028);
}

.product-aegis-capabilities div::before {
  content: "";
  position: absolute;
  inset: var(--spacing-4) auto var(--spacing-4) 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .72), rgba(157, 230, 200, .18));
}

.product-aegis-capabilities strong {
  color: var(--axis-blue-100);
  font-size: var(--text-size-small);
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-aegis-capabilities span {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

.product-aegis-evidence {
  display: grid;
  grid-column: 1 / -1;
  gap: var(--spacing-6);
  padding-top: var(--spacing-8);
  border-top: 1px solid rgba(var(--axis-blue-100-rgb), .16);
}

.product-aegis-evidence__intro {
  max-width: 760px;
}

.product-aegis-evidence__intro h3 {
  margin-top: var(--spacing-4);
  color: var(--white);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: 0;
}

:is([data-hs-theme="light"], .light) .product-aegis-evidence__intro h3 {
  color: var(--text-black);
}

.product-aegis-evidence__intro p {
  margin-top: var(--spacing-3);
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-regular);
  line-height: 1.55;
}

.product-aegis-evidence__grid {
  display: grid;
  gap: var(--spacing-3);
}

@media (min-width: 760px) {
  .product-aegis-evidence__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.product-aegis-metric {
  position: relative;
  display: grid;
  min-height: 138px;
  align-content: start;
  gap: var(--spacing-3);
  padding: var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .07), rgba(255, 255, 255, .015) 46%, rgba(157, 230, 200, .035)),
    rgba(255, 255, 255, .018);
  color: inherit;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.product-aegis-metric::before {
  content: "";
  position: absolute;
  left: var(--spacing-5);
  right: var(--spacing-5);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--axis-blue-100-rgb), .6), transparent);
}

.product-aegis-metric:hover,
.product-aegis-metric:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--axis-blue-100-rgb), .34);
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .105), rgba(255, 255, 255, .02) 46%, rgba(157, 230, 200, .045)),
    rgba(255, 255, 255, .026);
}

.product-aegis-metric strong {
  color: var(--axis-blue-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.product-aegis-metric span {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
  line-height: 1.45;
}

.product-aegis-metric--platform {
  min-height: 126px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .045), rgba(255, 255, 255, .01) 52%, rgba(255, 255, 255, .018)),
    rgba(255, 255, 255, .012);
}

.product-aegis-metric--platform strong {
  color: color-mix(in srgb, var(--axis-blue-100) 82%, var(--hs-text) 18%);
}

:is([data-hs-theme="light"], .light) .product-aegis-metric {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .12), rgba(255, 255, 255, .92) 48%, rgba(157, 230, 200, .08)),
    var(--white);
  border-color: rgba(var(--axis-blue-100-rgb), .22);
}

:is([data-hs-theme="light"], .light) .product-aegis-metric--platform {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .08), rgba(255, 255, 255, .96) 54%, rgba(255, 255, 255, .9)),
    var(--white);
}

.product-ops-panel {
  position: relative;
  overflow: hidden;
  padding: var(--spacing-12);
  border: 1px solid rgba(126, 224, 182, .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(126, 224, 182, .11), transparent 30%),
    linear-gradient(135deg, rgba(126, 224, 182, .08), rgba(var(--axis-blue-100-rgb), .045) 42%, transparent 70%),
    color-mix(in srgb, var(--hs-card-surface) 88%, #0f1917 12%);
  box-shadow: var(--shadow-layered);
  isolation: isolate;
}

.product-ops-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../../images/products/product-launch-ops-bg.svg");
  background-position: 50% 48%;
  background-repeat: no-repeat;
  background-size: min(1080px, 116%) auto;
  opacity: .16;
  mix-blend-mode: screen;
  pointer-events: none;
}

:is([data-hs-theme="light"], .light) .product-ops-panel {
  background:
    radial-gradient(circle at 12% 10%, rgba(126, 224, 182, .13), transparent 30%),
    linear-gradient(135deg, rgba(126, 224, 182, .12), rgba(var(--axis-blue-100-rgb), .11) 48%, rgba(255, 255, 255, .84) 82%),
    #f6fbfb;
}

:is([data-hs-theme="light"], .light) .product-ops-panel::before {
  opacity: .1;
  mix-blend-mode: multiply;
}

.product-ops-panel > * {
  position: relative;
  z-index: 1;
}

.product-ops-grid {
  display: grid;
  gap: var(--spacing-4);
}

@media (min-width: 768px) {
  .product-ops-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-ops-grid div {
  position: relative;
  display: grid;
  gap: var(--spacing-2);
  min-height: 100%;
  padding: var(--spacing-5);
  border: 1px solid rgba(126, 224, 182, .16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(126, 224, 182, .05), rgba(var(--axis-blue-100-rgb), .026)),
    rgba(255, 255, 255, .018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .032);
}

:is([data-hs-theme="light"], .light) .product-ops-grid div {
  background:
    linear-gradient(145deg, rgba(126, 224, 182, .08), rgba(var(--axis-blue-100-rgb), .04)),
    rgba(255, 255, 255, .72);
}

.product-ops-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(126, 224, 182, .28);
  border-radius: 999px;
  background: rgba(126, 224, 182, .1);
  color: #7ee0b6;
  font-size: .74rem;
  font-weight: 900;
}

.product-ops-grid h3,
.product-ops-grid p {
  margin: 0;
}

.product-ops-grid p {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

@media (max-width: 767px) {
  .product-family-map {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4);
    padding: var(--spacing-5);
  }

  .product-family-map__grid,
  .product-family-map__environment,
  .product-family-map__paths {
    display: none;
  }

  .product-family-map__core,
  .product-family-node,
  .product-family-map__trust {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .product-family-map__core {
    order: 0;
    min-height: 0;
    border-radius: 8px;
  }

  .product-family-node {
    min-height: 88px;
  }

  .product-logo-strip {
    display: flex;
    width: calc(100vw - 32px);
    max-width: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--spacing-3);
    margin-top: var(--spacing-7);
    padding-bottom: 2px;
  }

  .product-logo-strip a {
    flex: 0 0 min(286px, 82vw);
    min-height: 86px;
    gap: var(--spacing-3);
    padding: var(--spacing-4);
    scroll-snap-align: start;
  }

  .product-logo-strip__mark {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .product-logo-strip__copy strong {
    font-size: 1.05rem;
  }

  .product-logo-strip__copy small {
    font-size: .82rem;
  }

  .product-family-map__trust {
    bottom: auto;
  }

  .product-aegis-panel {
    padding: var(--spacing-6);
  }

  .product-aegis-actions .product-hero__btn {
    width: 100%;
  }
}

.product-feature-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .052), transparent 42%),
    var(--bg-subtle);
  padding-inline: var(--spacing-15);
  padding-block: var(--spacing-20);
}

.product-feature__step {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  padding: var(--spacing-6);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background: var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  text-align: left;
}

.product-feature__step p {
  font-size: var(--text-size-small);
  color: var(--text-gray-dark-subtle);
}

a.product-feature__step {
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a.product-feature__step:focus-visible {
  outline: 2px solid var(--accent-link);
  outline-offset: 5px;
}

a.product-feature__step:hover {
  border-color: var(--hs-card-border-hover);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
}

.product-feature__link {
  margin-top: auto;
  padding-top: var(--spacing-4);
  border-top: 1px solid var(--border-subtle);
  color: var(--accent-link);
  font-size: var(--text-size-small);
  font-weight: 700;
}

button.product-feature__step {
  width: 100%;
  border-color: var(--hs-card-border);
  color: inherit;
  font: inherit;
  cursor: pointer;
  appearance: none;
}

button.product-feature__step:focus-visible {
  outline: 2px solid var(--accent-link);
  outline-offset: 5px;
}

button.product-feature__step[aria-selected="true"] .step-number {
  background: var(--accent-link);
  color: var(--axis-blue-950);
}

@media (max-width: 767px) {
  button.product-feature__step {
    padding: var(--spacing-4);
    border: 1px solid var(--hs-card-border);
    border-radius: 8px;
    background: var(--hs-card-surface);
  }

  :is([data-hs-theme="dark"], .dark) button.product-feature__step {
    background: var(--hs-card-surface);
  }

  button.product-feature__step[aria-selected="true"] {
    border-color: var(--border-dark-strong);
    box-shadow: var(--hs-card-shadow-hover);
  }
}

@media (min-width: 768px) {
  button.product-feature__step {
    transition: transform 0.2s, opacity 0.2s;
  }

  button.product-feature__step:hover {
    opacity: 0.82;
    transform: translateY(-2px);
  }
}

.solution-lane-detail {
  border: 1px solid var(--border-dark-strong);
  border-radius: 8px;
  background: var(--bg);
  padding: var(--spacing-8);
  box-shadow: var(--shadow-layered);
}

:is([data-hs-theme="dark"], .dark) .solution-lane-detail {
  background: var(--bg-subtle);
}

.solution-lane-detail.is-updating {
  animation: lane-detail-in 0.22s ease-out;
}

.work-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
}

.work-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 var(--spacing-4);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .055);
  color: var(--text);
  font-size: var(--text-size-small);
  font-weight: 700;
}

.work-path-box {
  padding-block: var(--spacing-20);
}

.work-lane-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: var(--spacing-5);
  align-items: stretch;
}

.work-lane-card {
  height: 100%;
  min-height: 210px;
  align-self: stretch;
}

.work-lane-grid > .work-lane-card + .work-lane-card {
  margin-top: 0;
}

.work-lane-card[aria-selected="true"] {
  border-color: rgba(var(--axis-blue-100-rgb), .38);
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .095), rgba(157, 230, 200, .035) 54%, transparent),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow-hover);
}

.work-lane-detail {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 8%, rgba(var(--axis-blue-100-rgb), .10), transparent 30%),
    var(--bg);
}

.work-lane-detail::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hs-highlight-blue), rgba(157, 230, 200, .38), transparent);
  opacity: .85;
  pointer-events: none;
}

.work-proof-item {
  position: relative;
  padding: var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .055), transparent 58%),
    var(--bg-subtle);
}

.work-product-layer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--spacing-4);
}

.work-product-layer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  min-height: 128px;
  padding: var(--spacing-6);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(var(--axis-blue-100-rgb), .07), transparent 56%),
    var(--hs-card-surface);
  color: var(--text);
  text-decoration: none;
  box-shadow: var(--hs-card-shadow);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.work-product-layer::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 999px;
}

.work-product-layer:hover,
.work-product-layer:focus-visible {
  border-color: var(--hs-card-border-hover);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
}

.work-product-layer span {
  color: var(--accent-link);
  font-size: var(--text-size-small);
  font-weight: 800;
}

.work-product-layer strong {
  max-width: 180px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.work-connected-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1040px;
}

.work-connected-item {
  padding: var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  border-radius: 8px;
  background: var(--hs-card-surface);
}

.work-connected-item::before {
  display: none;
}

.testimonial-strip {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: var(--spacing-10);
  align-items: stretch;
  padding: var(--spacing-10);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 0%, rgba(var(--axis-blue-100-rgb), .12), transparent 34%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .052), rgba(157, 230, 200, .024) 55%, transparent),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.testimonial-strip__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-strip__intro h2 a {
  color: inherit;
  text-decoration: none;
}

.testimonial-strip__source {
  display: inline-flex;
  width: fit-content;
  margin-top: var(--spacing-6);
  color: var(--accent-link);
  font-size: var(--text-size-small);
  font-weight: 800;
  text-decoration: none;
}

.testimonial-strip__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-5);
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
  min-height: 100%;
  margin: 0;
  padding: var(--spacing-6);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .105), rgba(255, 255, 255, .76) 46%, rgba(255, 255, 255, .9)),
    #ffffff;
  box-shadow: 0 14px 36px rgba(var(--axis-blue-shadow-rgb), .11), 0 1px 0 rgba(255, 255, 255, .82) inset;
}

:is([data-hs-theme="dark"], .dark) .testimonial-card {
  border-color: rgba(var(--axis-blue-100-rgb), .13);
  background: rgba(255, 255, 255, .035);
  box-shadow: none;
}

.testimonial-card__theme {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .12);
  color: var(--accent-link);
  font-size: .72rem;
  font-weight: 800;
}

.testimonial-card p,
.testimonial-card__details p {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.55;
}

.testimonial-card__summary {
  font-weight: 650;
}

.testimonial-card__details {
  margin-top: auto;
  padding-top: var(--spacing-4);
  border-top: 1px solid var(--border-subtle);
}

.testimonial-card__details summary {
  width: fit-content;
  cursor: pointer;
  color: var(--accent-link);
  font-size: var(--text-size-small);
  font-weight: 800;
  list-style: none;
}

.testimonial-card__details summary::-webkit-details-marker {
  display: none;
}

.testimonial-card__details summary::after {
  content: "+";
  display: inline-block;
  margin-left: 8px;
  color: var(--accent-link);
}

.testimonial-card__details[open] summary::after {
  content: "-";
}

.testimonial-card__details p {
  margin-top: var(--spacing-4);
  color: var(--text-gray-dark-subtle);
}

.testimonial-card footer {
  margin-top: var(--spacing-4);
  padding-top: var(--spacing-4);
  border-top: 1px solid var(--border-subtle);
}

.testimonial-card footer strong,
.testimonial-card footer span {
  display: block;
}

.testimonial-card footer span {
  margin-top: 3px;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

.testimonial-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--spacing-5);
}

.testimonial-page-card {
  min-height: 300px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .13), rgba(255, 255, 255, .8) 48%, rgba(255, 255, 255, .92)),
    #ffffff;
}

:is([data-hs-theme="dark"], .dark) .testimonial-page-card {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .052), transparent 52%),
    var(--hs-card-surface);
}

.contact-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(var(--axis-blue-100-rgb), .13), transparent 32%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .07), rgba(157, 230, 200, .026) 52%, transparent),
    var(--hs-card-surface);
}

.contact-cta::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .14);
  border-radius: 999px;
  pointer-events: none;
}

.contact-cta__header {
  max-width: 820px;
}

.contact-cta__rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
  max-width: 980px;
}

.contact-cta__rail span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 var(--spacing-4);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .08), rgba(255, 255, 255, .035)),
    rgba(255, 255, 255, .35);
  color: var(--text);
  font-size: var(--text-size-small);
  font-weight: 800;
}

:is([data-hs-theme="dark"], .dark) .contact-cta__rail span {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .09), rgba(255, 255, 255, .018)),
    rgba(255, 255, 255, .035);
}

.contact-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-5);
  max-width: 980px;
}

.contact-cta__panel {
  padding: var(--spacing-6);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .42);
}

:is([data-hs-theme="dark"], .dark) .contact-cta__panel {
  background: rgba(255, 255, 255, .035);
}

.contact-cta__panel--accent {
  border-color: rgba(var(--axis-blue-100-rgb), .24);
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .075), rgba(255, 255, 255, .025)),
    rgba(255, 255, 255, .42);
}

:is([data-hs-theme="dark"], .dark) .contact-cta__panel--accent {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .075), rgba(255, 255, 255, .02)),
    rgba(255, 255, 255, .035);
}

.contact-intake-box {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 8% 4%, rgba(var(--axis-blue-100-rgb), .16), transparent 30%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .06), rgba(255, 255, 255, 0) 54%),
    var(--hs-card-surface);
}

.contact-intake-box::after {
  content: "";
  position: absolute;
  inset: auto -110px -150px auto;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .12);
  border-radius: 999px;
  pointer-events: none;
}

.contact-intake__header {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.contact-intake-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.contact-intake__notes {
  display: grid;
  gap: var(--spacing-3);
}

.contact-intake-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: var(--spacing-4);
  align-items: start;
  padding: var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .045), rgba(255, 255, 255, .02)),
    rgba(255, 255, 255, .34);
}

:is([data-hs-theme="dark"], .dark) .contact-intake-note {
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .06), rgba(255, 255, 255, .012)),
    rgba(255, 255, 255, .032);
}

.contact-intake-note > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .28);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .12);
  color: var(--hs-accent);
  font-size: .74rem;
  font-weight: 850;
  line-height: 1;
}

:is([data-hs-theme="dark"], .dark) .contact-intake-note > span {
  color: var(--axis-blue-100);
  background: rgba(var(--axis-blue-100-rgb), .1);
}

.contact-intake-note h3,
.contact-topic-card h3 {
  margin-bottom: var(--spacing-2);
}

.contact-intake-note p,
.contact-topic-card p {
  margin-bottom: 0;
  color: var(--text-gray-dark-subtle);
}

.contact-intake-note--accent {
  border-color: rgba(var(--axis-blue-100-rgb), .28);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .12), rgba(255, 255, 255, .03)),
    rgba(255, 255, 255, .38);
}

:is([data-hs-theme="dark"], .dark) .contact-intake-note--accent {
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .105), rgba(255, 255, 255, .016)),
    rgba(255, 255, 255, .035);
}

.contact-form {
  display: grid;
  gap: var(--spacing-5);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .052), rgba(255, 255, 255, 0) 42%),
    rgba(255, 255, 255, .62);
  box-shadow: 0 18px 54px rgba(20, 20, 20, .07);
}

:is([data-hs-theme="dark"], .dark) .contact-form {
  background:
    linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .06), rgba(255, 255, 255, 0) 42%),
    rgba(255, 255, 255, .045);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .18);
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-4);
}

.contact-field {
  display: grid;
  gap: var(--spacing-2);
  min-width: 0;
  margin: 0;
}

.contact-field--wide {
  grid-column: 1 / -1;
}

.contact-field span {
  color: var(--text);
  font-size: var(--text-size-small);
  font-weight: 800;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(var(--axis-blue-border-rgb), .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  color: var(--text);
  font: inherit;
  line-height: 1.35;
  outline: 0;
  padding: 12px 14px;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

:is([data-hs-theme="dark"], .dark) .contact-field input,
:is([data-hs-theme="dark"], .dark) .contact-field select,
:is([data-hs-theme="dark"], .dark) .contact-field textarea {
  background: rgba(32, 35, 41, .72);
  border-color: rgba(var(--axis-blue-100-rgb), .16);
}

.contact-field textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(var(--axis-blue-100-rgb), .62);
  box-shadow: 0 0 0 3px rgba(var(--axis-blue-100-rgb), .18);
}

.contact-recaptcha-shell {
  max-width: 100%;
  width: max-content;
  overflow-x: visible;
  overflow-y: hidden;
  padding: 0;
  border-radius: 5px;
  line-height: 0;
}

.contact-recaptcha {
  position: relative;
  width: 304px;
  max-width: 100%;
  height: 78px;
  min-height: 78px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, .9);
  isolation: isolate;
}

.contact-recaptcha::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  border: 1px solid rgba(var(--axis-blue-border-rgb), .18);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
  pointer-events: none;
}

:is([data-hs-theme="dark"], .dark) .contact-recaptcha {
  background: rgba(32, 35, 41, .96);
}

:is([data-hs-theme="dark"], .dark) .contact-recaptcha::after {
  border-color: rgba(var(--axis-blue-100-rgb), .18);
  box-shadow:
    inset 0 0 0 1px rgba(32, 35, 41, .92),
    0 0 0 1px rgba(0, 0, 0, .22);
}

.contact-recaptcha > div {
  position: relative;
  z-index: 1;
  transform: translate(-1px, -1px) scale(1.007);
  transform-origin: left top;
}

.contact-recaptcha iframe {
  border: 0 !important;
}

.contact-form__submit {
  justify-self: start;
  min-width: 150px;
}

.contact-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--spacing-4);
}

.contact-topic-card {
  position: relative;
  min-height: 210px;
  padding: var(--spacing-6);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .14);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(var(--axis-blue-100-rgb), .085), rgba(255, 255, 255, 0) 52%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.contact-topic-card::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-bottom: var(--spacing-5);
  border-radius: 99px;
  background: var(--hs-highlight-blue);
}

.contact-topic-card span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: var(--spacing-3);
  padding: 0 var(--spacing-3);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .1);
  color: var(--hs-accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

:is([data-hs-theme="dark"], .dark) .contact-topic-card span {
  color: var(--axis-blue-100);
}

.site-chat {
  position: fixed;
  inset: 0;
  z-index: 1050;
  color: var(--text);
  pointer-events: none;
}

.site-chat__toggle {
  position: fixed;
  top: min(calc(46vh + 152px), calc(100vh - 196px));
  right: 0;
  z-index: 1051;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-2);
  min-width: 46px;
  min-height: 142px;
  padding: 13px 8px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .14), rgba(var(--hs-card-bg-rgb), .88)),
    var(--hs-card-surface);
  color: var(--text);
  box-shadow: -10px 16px 38px rgba(0, 0, 0, .14);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  pointer-events: auto;
  transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease, transform .18s ease, background .18s ease;
}

.site-chat__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--hs-highlight-blue);
  color: var(--axis-blue-950);
}

.site-chat__toggle-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.site-chat__toggle:hover,
.site-chat__toggle:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .38);
  box-shadow: -14px 20px 48px rgba(0, 0, 0, .18);
  transform: translateX(-2px);
  outline: none;
}

.site-chat__overlay {
  position: fixed;
  inset: 0;
  z-index: 1052;
  opacity: 0;
  pointer-events: none;
  background: rgba(4, 8, 14, .42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: opacity .18s ease;
}

.site-chat__panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1054;
  display: grid;
  grid-template-rows: auto minmax(180px, 1fr) auto;
  width: min(var(--site-chat-width, 410px), calc(100vw - 24px));
  height: auto;
  max-height: none;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-right: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 0%, rgba(var(--axis-blue-100-rgb), .12), transparent 32%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .04), transparent 48%),
    var(--hs-surface);
  box-shadow: -28px 0 74px rgba(0, 0, 0, .28);
  transform: translate3d(calc(100% + 18px), 0, 0);
  pointer-events: none;
  transition: transform .24s cubic-bezier(.22, .68, .2, 1);
}

.site-chat[data-chat-size="small"] {
  --site-chat-width: 350px;
  --site-chat-height: 480px;
}

.site-chat[data-chat-size="medium"] {
  --site-chat-width: 410px;
  --site-chat-height: 620px;
}

.site-chat[data-chat-size="large"] {
  --site-chat-width: 560px;
  --site-chat-height: 740px;
}

.site-chat.is-open .site-chat__panel {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.site-chat.is-open .site-chat__overlay {
  opacity: 1;
  pointer-events: auto;
}

.site-chat.is-open .site-chat__toggle {
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
}

.site-chat__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--spacing-4);
  padding: var(--spacing-5);
  border-bottom: 1px solid var(--border-subtle);
}

.site-chat__header-actions {
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
}

.site-chat-size {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .045);
}

.site-chat-size button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-gray-dark-subtle);
  cursor: pointer;
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}

.site-chat-size button:hover,
.site-chat-size button:focus-visible {
  color: var(--text);
  background: rgba(var(--axis-blue-100-rgb), .1);
}

.site-chat-size button.is-active {
  background: var(--hs-highlight-blue);
  color: var(--axis-blue-950);
  box-shadow: 0 8px 20px rgba(var(--axis-blue-100-rgb), .16);
}

.site-chat__eyebrow {
  display: block;
  color: var(--accent-link);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-chat__header h2 {
  margin: var(--spacing-1) 0 0;
  font-size: 1.12rem;
}

.site-chat__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  background: var(--bg-subtle);
  color: var(--text);
  cursor: pointer;
}

.site-chat__messages {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  min-height: 0;
  overflow: auto;
  padding: var(--spacing-5);
}

.site-chat-message {
  width: fit-content;
  max-width: 92%;
  padding: var(--spacing-4);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background: var(--bg-subtle);
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .82rem;
  line-height: 1.56;
}

.site-chat-content {
  display: grid;
  gap: var(--spacing-3);
}

.site-chat-message p,
.site-chat-message ul {
  margin: 0;
}

.site-chat-message ul {
  display: grid;
  gap: var(--spacing-2);
  padding-left: 1rem;
}

.site-chat-message li {
  padding-left: .1rem;
}

.site-chat-section-title {
  margin-top: var(--spacing-2);
  color: var(--axis-blue-100);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-chat-concept-divider {
  height: 1px;
  margin: var(--spacing-2) 0;
  background: linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .42), rgba(var(--axis-blue-100-rgb), .06));
}

.site-chat-concept-divider + .site-chat-section-title {
  margin-top: var(--spacing-1);
}

.site-chat-section-title + p,
.site-chat-section-title + ul {
  margin-top: calc(var(--spacing-1) * -1);
}

.site-chat-message--assistant p + p {
  padding-top: var(--spacing-2);
}

.site-chat-content a,
.site-chat-citations a {
  color: var(--accent-link);
  text-decoration: none;
  border-bottom: 1px solid rgba(var(--axis-blue-100-rgb), .34);
}

.site-chat-content a:hover,
.site-chat-content a:focus-visible,
.site-chat-citations a:hover,
.site-chat-citations a:focus-visible {
  border-bottom-color: currentColor;
}

.site-chat-message--user {
  align-self: flex-end;
  border-color: rgba(var(--axis-blue-100-rgb), .28);
  background: rgba(var(--axis-blue-100-rgb), .14);
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: .86rem;
}

.site-chat-message--assistant {
  align-self: flex-start;
}

.site-chat-message--loading {
  color: var(--text-gray-dark-subtle);
}

.site-chat-citations {
  display: grid;
  gap: var(--spacing-2);
  margin-top: var(--spacing-3);
  padding-top: var(--spacing-3);
  border-top: 1px solid var(--border-subtle);
}

.site-chat-citations a {
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: .76rem;
  font-weight: 800;
}

.site-chat__starters {
  display: grid;
  align-self: stretch;
  gap: var(--spacing-2);
}

.site-chat__starters > span {
  color: var(--text-gray-dark-subtle);
  font-family: var(--site-tech-font);
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-chat__starters > div {
  display: grid;
  gap: 7px;
}

.site-chat__starters button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .19);
  border-radius: 8px;
  background:
    linear-gradient(110deg, rgba(var(--axis-blue-100-rgb), .08), transparent 62%),
    var(--hs-surface);
  color: var(--text);
  cursor: pointer;
  font-size: .77rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.site-chat__starters button > i {
  color: var(--accent-link);
  font-size: 1.05rem;
}

.site-chat__starters button:hover,
.site-chat__starters button:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .46);
  background:
    linear-gradient(110deg, rgba(var(--axis-blue-100-rgb), .16), transparent 68%),
    var(--hs-surface);
}

.site-chat__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: var(--spacing-3);
  padding: var(--spacing-4);
  border-top: 1px solid var(--border-subtle);
  background: rgba(var(--axis-blue-100-rgb), .035);
}

.site-chat__form.is-busy {
  grid-template-columns: minmax(0, 1fr) 42px 42px;
}

.site-chat__form textarea {
  width: 100%;
  min-height: 46px;
  max-height: 120px;
  resize: vertical;
  border: 1px solid rgba(var(--axis-blue-border-rgb), .18);
  border-radius: 8px;
  background: var(--hs-surface);
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .84rem;
  line-height: 1.42;
  outline: 0;
  padding: 11px 12px;
}

.site-chat__form textarea:focus {
  border-color: rgba(var(--axis-blue-100-rgb), .56);
  box-shadow: 0 0 0 3px rgba(var(--axis-blue-100-rgb), .16);
}

.site-chat__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .42);
  border-radius: 999px;
  background: var(--hs-highlight-blue);
  color: var(--axis-blue-950);
  cursor: pointer;
}

.site-chat__stop {
  background: rgba(var(--axis-blue-100-rgb), .06) !important;
  color: var(--text) !important;
  border-color: var(--border-subtle) !important;
}

.site-chat__stop:hover,
.site-chat__stop:focus-visible {
  background: rgba(var(--axis-blue-100-rgb), .14) !important;
  border-color: rgba(var(--axis-blue-100-rgb), .38) !important;
}

.site-chat__stop[hidden] {
  display: none;
}

.site-chat__form button:disabled {
  cursor: progress;
  opacity: .62;
}

.site-chat-message--stopped {
  border-color: rgba(var(--axis-blue-100-rgb), .22);
}

.site-chat-stopped {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: var(--spacing-2);
  padding: 4px 8px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 999px;
  color: var(--text-gray-dark-subtle);
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

:is([data-hs-theme="dark"], .dark) .site-chat__toggle,
:is([data-hs-theme="dark"], .dark) .site-chat__panel {
  color: #f6f9fb;
}

:is([data-hs-theme="dark"], .dark) .site-chat__toggle-label {
  color: #f6f9fb;
}

@media (max-width: 767px) {
  .site-chat {
    inset: 0;
  }

  .site-chat__toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .site-chat__toggle {
    top: auto;
    right: 14px;
    bottom: 212px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
    border-radius: 999px;
  }

  .site-chat__toggle-icon {
    width: 38px;
    height: 38px;
  }

  .site-chat__panel {
    top: 10px;
    right: 8px;
    bottom: 92px;
    width: calc(100vw - 16px);
    height: auto;
    max-height: none;
    border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
    border-radius: 10px;
    transform: translate3d(calc(100% + 20px), 0, 0);
  }

  .site-chat[data-chat-size="small"] {
    --site-chat-width: 340px;
    --site-chat-height: 440px;
  }

  .site-chat[data-chat-size="medium"] {
    --site-chat-width: 390px;
    --site-chat-height: 560px;
  }

  .site-chat[data-chat-size="large"] {
    --site-chat-width: 460px;
    --site-chat-height: 680px;
  }

  .site-chat__header {
    padding: var(--spacing-4);
  }

  .site-chat-size button {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 1100px) {
  .work-lane-grid,
  .work-product-layer-grid,
  .work-connected-grid,
  .contact-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-lane-card {
    min-height: 184px;
  }
}

@media (max-width: 900px) {
  .contact-intake-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .work-path-box {
    padding: var(--spacing-8);
  }

  .work-hero-proof {
    gap: var(--spacing-2);
  }

  .work-hero-proof span {
    min-height: 30px;
    padding-inline: var(--spacing-3);
    font-size: .76rem;
  }

  .contact-cta__rail {
    gap: var(--spacing-2);
  }

  .contact-cta__rail span {
    min-height: 30px;
    padding-inline: var(--spacing-3);
    font-size: .74rem;
  }

  .testimonial-strip {
    grid-template-columns: 1fr;
    padding: var(--spacing-6);
  }

  .testimonial-strip__cards {
    grid-template-columns: 1fr;
  }

  .testimonial-page-grid,
  .contact-cta__grid,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-intake-box {
    padding: var(--spacing-8);
  }

  .contact-form {
    padding: var(--spacing-5);
  }
}

@media (max-width: 560px) {
  .work-lane-grid,
  .work-product-layer-grid,
  .work-connected-grid,
  .contact-topic-grid {
    grid-template-columns: 1fr;
  }

  .contact-intake-note {
    grid-template-columns: 1fr;
  }
}

@keyframes lane-detail-in {
  from {
    opacity: 0.6;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .scroll-reveal {
    transform: translate3d(0, 8px, 0);
    transition-duration: .32s;
    will-change: auto;
  }

  .scroll-reveal--card {
    transition-delay: 0ms;
  }

  .home-stage-grid__glow,
  .home-stage-grid__road {
    animation-duration: 48s;
  }

  .stage-packet,
  .stage-system-orbit,
  .stage-security-scan,
  .stage-security-badge,
  .stage-flow--primary,
  .stage-flow--secondary,
  .home-context-fragments span,
  .home-context-diagnostics span,
  .home-context-bridge span {
    animation: none !important;
  }

  .inklings-showcase__glow {
    animation-duration: 12s;
    opacity: .46;
  }

  .inklings-slide.is-active img {
    animation: none;
    transform: none;
  }

  .project-news-card__media img,
  .completed-news-item__media img,
  .client-card img {
    transition-duration: .3s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .doc-card,
  .client-card,
  .client-card img,
  .header__nav,
  .about-ethos-signal__core::before,
  .about-ethos-signal__node,
  .about-ethos-signal__path--pulse,
  .about-ethos-signal__principles span,
  .product-system-flow__core,
  .product-system-flow__core::before,
  .product-system-flow__path-base,
  .product-system-flow__path-pulse,
  .product-system-flow__radar,
  .product-system-flow__radar-sweep,
  .product-system-flow__radar-ring,
  .product-system-flow__radar-reticle,
  .product-system-flow__node,
  .product-system-flow__outcome,
  .product-suite-card,
  .product-suite-card::before,
  .product-suite-card::after,
  .technical-depth-core,
  .technical-depth-core::before,
  .technical-depth-path--base,
  .technical-depth-path--pulse,
  .technical-depth-stage__signal,
  .technical-depth-node,
  .technical-depth-outcome,
  .product-family-map__core,
  .product-family-map__core::before,
  .product-family-map__environment,
  .product-family-map__environment::before,
  .product-family-map__environment span,
  .product-family-map__path-base,
  .product-family-map__path-pulse,
  .product-family-node,
  .product-family-map__trust,
  .home-agent-panel__button,
  button.product-feature__step,
  .project-news-card,
  .completed-news-item,
  .inklings-showcase__glow,
  .inklings-slide,
  .inklings-slide img,
  .project-news-card::after,
  .completed-news-item::after,
  .project-news-card__media img,
  .completed-news-item__media img {
    transition: none;
    animation: none !important;
  }

  .product-family-map__path-base {
    stroke-dashoffset: 0 !important;
  }

  .product-system-flow__path-base {
    stroke-dashoffset: 0 !important;
  }

  .technical-depth-path--base {
    stroke-dashoffset: 0 !important;
  }

  .product-system-flow__path-pulse,
  .about-ethos-signal__path--pulse,
  .technical-depth-path--pulse,
  .product-family-map__path-pulse {
    display: none;
  }

  .doc-card:hover,
  .client-card:hover,
  .client-card:focus-visible,
  .client-card:hover img,
  .client-card:focus-visible img,
  .home-agent-panel__button:hover,
  .home-agent-panel__button:focus-visible,
  .product-suite-card:hover,
  .product-suite-card:focus-within,
  button.product-feature__step:hover,
  .project-news-card[data-news-motion]:hover,
  .project-news-card[data-news-motion]:focus-within,
  .completed-news-item[data-news-motion]:hover,
  .completed-news-item[data-news-motion]:focus-within,
  .project-news-card[data-news-motion]:hover .project-news-card__media img,
  .project-news-card[data-news-motion]:focus-within .project-news-card__media img,
  .completed-news-item[data-news-motion]:hover .completed-news-item__media img,
  .completed-news-item[data-news-motion]:focus-within .completed-news-item__media img {
    transform: none;
  }

  .home-hero-system-rail::before {
    display: none;
  }

  .solution-lane-detail.is-updating {
    animation: none;
  }

  .home-stage-grid__glow,
  .home-stage-grid__road,
  .home-hero-system-rail::before,
  .stage-depth-ribbon,
  .home-tech-stage__scanline,
  .stage-packet,
  .stage-system-orbit,
  .stage-product-node,
  .stage-security-boundary,
  .stage-security-scan,
  .stage-security-badge,
  .stage-line--strong,
  .home-stage-variant,
  .stage-node--hot,
  .home-tech-stage__core,
  .stage-flow--primary,
  .stage-flow--secondary,
  .stage-panel--left,
  .stage-panel--right,
  .home-context-stage__scan,
  .home-context-fragments span,
  .home-context-diagnostics span,
  .home-context-bridge span,
  .home-context-gate__ring,
  .home-context-product__layers :is(a, span) {
    animation: none;
    transform: none;
  }
}

.step-number {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hs-highlight-blue);
  color: var(--axis-blue-950);
  font-size: var(--text-size-small);
  flex-shrink: 0;
  font-weight: 700;
  box-shadow: 0 0 0 3px rgba(var(--axis-blue-100-rgb), .12);
}

.product-checklist__item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: var(--spacing-3);
}

.checklist--top .product-checklist__item {
  align-items: flex-start;
}

.product-check-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.product-check-icon circle {
  fill: rgba(var(--axis-blue-100-rgb), .24);
}

.product-check-icon path {
  fill: var(--accent-link);
}

.product-check-icon--outline circle {
  fill: rgba(var(--axis-blue-100-rgb), .08);
  stroke: rgba(var(--axis-blue-100-rgb), .42);
  stroke-width: 1;
}

.product-mockup {
  width: 100%;
  max-width: 740px;
  height: auto;
  aspect-ratio: 740 / 429;
  background-color: var(--box-bg-light);
  box-shadow: var(--shadow-layered);
  border-radius: 8px;
}

:is([data-hs-theme="dark"], .dark) .product-mockup {
  background-color: var(--bg-elevated);
}

.product-mockup--lg {
  max-width: 994px;
  aspect-ratio: 994 / 510;
}

.product-mockup--wide {
  max-width: 917px;
  aspect-ratio: 917 / 180;
}

.product-pricing-card {
  display: flex;
  flex-direction: column;
  padding-block: var(--spacing-6);
  padding-inline: var(--spacing-5);
  border-radius: 12px;
}

.product-pricing-card--bordered {
  border: 1px solid var(--border-subtle);
}

.product-pricing-card--filled {
  background-color: var(--bg-subtle);
}

.product-book-image {
  width: 140px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 140 / 202;
  border-radius: 6px;
  background-color: var(--box-bg-light);
  box-shadow: var(--shadow-book);
}

:is([data-hs-theme="dark"], .dark) .product-book-image {
  background-color: var(--bg-elevated);
}


badge {
  font-family: var(--badge-font-family);
  font-size: .875em;
  line-height: 1;
  padding: .125em .25em;
  border-radius: 6px;
  border: 1px solid var(--border-dark);
  background: var(--bg-dark);
}

/* Public news format */
.news-shell {
  --news-blue: #c6edfe;
}

.project-news-header {
  max-width: 720px;
}

.news-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .28);
  border-radius: 999px;
  color: var(--text);
  background: rgba(var(--axis-blue-100-rgb), .08);
  font-size: var(--text-size-small);
  font-weight: 600;
  padding: 4px 10px;
}

.news-spotlight {
  margin-top: var(--spacing-10);
  margin-bottom: clamp(80px, 10vw, 150px);
}

.inklings-showcase {
  position: relative;
}

.inklings-spotlight-header {
  margin-bottom: clamp(30px, 4vw, 52px);
}

.inklings-showcase__stage {
  position: relative;
  aspect-ratio: 1581 / 717;
  min-height: 360px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(var(--axis-blue-100-rgb), .18), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(134, 239, 172, .08), transparent 28%),
    #10151b;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .28),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
  isolation: isolate;
}

.inklings-showcase__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 8, 10, .12), transparent 34%, rgba(6, 8, 10, .58)),
    linear-gradient(90deg, rgba(6, 8, 10, .34), transparent 34%, rgba(6, 8, 10, .18));
}

.inklings-showcase__glow {
  position: absolute;
  inset: -30%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 32%, rgba(var(--axis-blue-100-rgb), .12) 48%, transparent 62%);
  opacity: .72;
  transform: translateX(-34%);
  animation: h6-inklings-glow 8s ease-in-out infinite;
}

.inklings-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity .7s ease, transform 1.2s ease;
}

.inklings-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.inklings-slide picture,
.inklings-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.inklings-slide img {
  object-fit: contain;
  background: #151a20;
}

.inklings-slide.is-active img {
  animation: h6-inklings-image 8s ease-out both;
}

.inklings-story__brand {
  display: block;
  margin-bottom: 0;
}

.inklings-story__brand-logo {
  display: block;
  width: min(220px, 54vw);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}

.inklings-story__brand-logo--dark {
  display: none;
}

html[data-hs-theme="dark"] .inklings-story__brand-logo--light,
html.dark .inklings-story__brand-logo--light {
  display: none;
}

html[data-hs-theme="dark"] .inklings-story__brand-logo--dark,
html.dark .inklings-story__brand-logo--dark {
  display: block;
}

.inklings-showcase__nav-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--spacing-6);
  margin-top: var(--spacing-5);
}

.inklings-showcase__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 760px;
}

.inklings-showcase__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 999px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .11), rgba(255, 255, 255, .025)),
    var(--hs-surface);
  font-size: var(--text-size-small);
  font-weight: 600;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.inklings-showcase__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-3);
  flex: 0 0 auto;
  margin-top: 0;
}

.inklings-showcase__controls > button,
.inklings-showcase__dots button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  color: var(--text);
  background: rgba(var(--axis-blue-100-rgb), .08);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.inklings-showcase__controls > button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 18px;
}

.inklings-showcase__controls > button:hover,
.inklings-showcase__controls > button:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .48);
  background: rgba(var(--axis-blue-100-rgb), .16);
  transform: translateY(-1px);
}

.inklings-showcase__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  background: var(--hs-surface);
}

.inklings-showcase__dots button {
  width: 30px;
  height: 8px;
  border-radius: 999px;
  padding: 0;
  background: rgba(var(--axis-blue-100-rgb), .16);
}

.inklings-showcase__dots button.is-active {
  width: 48px;
  border-color: rgba(var(--axis-blue-100-rgb), .64);
  background: #c6edfe;
  box-shadow: 0 0 18px rgba(var(--axis-blue-100-rgb), .22);
}

.inklings-story {
  max-width: 980px;
}

.inklings-story__actions {
  display: flex;
  justify-content: flex-end;
}

.inklings-visit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 var(--spacing-5);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .44);
  border-radius: 999px;
  color: var(--axis-blue-950);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)),
    var(--hs-highlight-blue);
  font-size: var(--text-size-small);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(var(--axis-blue-100-rgb), .18);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.inklings-visit-button:hover,
.inklings-visit-button:focus-visible {
  color: var(--axis-blue-950);
  border-color: rgba(var(--axis-blue-100-rgb), .72);
  box-shadow: 0 18px 42px rgba(var(--axis-blue-100-rgb), .24);
  transform: translateY(-1px);
}

.inklings-story__overview {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-large);
  line-height: 1.7;
  padding-left: var(--spacing-5);
  border-left: 2px solid rgba(var(--axis-blue-100-rgb), .56);
}

.news-mega {
  margin-top: 0;
  margin-bottom: clamp(76px, 9vw, 132px);
}

.news-mega__panel {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: clamp(var(--spacing-7), 5vw, var(--spacing-12));
  align-items: center;
  padding: clamp(var(--spacing-6), 4.5vw, var(--spacing-10));
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(var(--axis-blue-100-rgb), .13), transparent 28%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .07), rgba(255, 255, 255, .012) 52%),
    var(--hs-card-surface);
  box-shadow: var(--shadow-layered);
}

.news-mega__content {
  min-width: 0;
}

.news-mega__brand .inklings-story__brand-logo {
  width: min(240px, 58vw);
}

.news-mega__overview {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-large);
  line-height: 1.64;
}

.news-mega__tags {
  max-width: 100%;
}

.news-mega__actions {
  justify-content: flex-start;
}

.news-mega__media {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  overflow: hidden;
  background: #10151b;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .24),
    inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.news-mega__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 8, 10, .08), transparent 38%, rgba(6, 8, 10, .24)),
    linear-gradient(115deg, transparent 28%, rgba(var(--axis-blue-100-rgb), .08), transparent 64%);
}

.news-mega__media picture,
.news-mega__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.news-mega__media img {
  object-fit: cover;
  transform: scale(1.01);
}

@keyframes h6-inklings-glow {
  0%,
  100% {
    opacity: .38;
    transform: translateX(-34%);
  }
  52% {
    opacity: .88;
    transform: translateX(34%);
  }
}

@keyframes h6-inklings-image {
  from {
    transform: scale(1.018);
  }
  to {
    transform: scale(1.045);
  }
}

.project-news-grid {
  display: grid;
  gap: var(--spacing-6);
}

@media (min-width: 768px) {
  .project-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .project-news-grid {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
  }
}

.project-news-card,
.completed-news-item {
  position: relative;
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background: var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  overflow: hidden;
}

.project-news-card::after,
.completed-news-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(var(--axis-blue-100-rgb), .09) 46%, transparent 68%);
  opacity: 0;
  transform: translateX(-55%);
}

.project-news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.project-news-card[data-news-motion],
.completed-news-item[data-news-motion] {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.project-news-card[data-news-motion]:hover,
.project-news-card[data-news-motion]:focus-within,
.completed-news-item[data-news-motion]:hover,
.completed-news-item[data-news-motion]:focus-within {
  border-color: rgba(var(--axis-blue-100-rgb), .28);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
}

.project-news-card[data-news-motion]:hover::after,
.project-news-card[data-news-motion]:focus-within::after,
.completed-news-item[data-news-motion]:hover::after,
.completed-news-item[data-news-motion]:focus-within::after {
  animation: h6-news-card-scan 1.8s ease-out forwards;
}

@media (min-width: 768px) {
  .project-news-card--featured {
    grid-row: span 2;
  }
}

.project-news-card__media,
.completed-news-item__media {
  background: var(--box-bg-light);
  border-bottom: 1px solid var(--border-subtle);
}

.project-news-card__media {
  aspect-ratio: 16 / 10;
}

.proof-logo-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-8);
  background: #111111;
}

.completed-news-item__media {
  width: 112px;
  min-height: 92px;
  border-bottom: 0;
  border-right: 1px solid var(--border-subtle);
  flex: 0 0 auto;
}

.project-news-card__media img,
.completed-news-item__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 1.2s ease;
}

.project-news-card[data-news-motion]:hover .project-news-card__media img,
.project-news-card[data-news-motion]:focus-within .project-news-card__media img,
.completed-news-item[data-news-motion]:hover .completed-news-item__media img,
.completed-news-item[data-news-motion]:focus-within .completed-news-item__media img {
  transform: scale(1.045);
}

.proof-logo-media img {
  width: min(160px, 80%);
  height: auto;
  max-height: 120px;
  object-fit: contain;
  transform: none;
}

.proof-logo-media--paired {
  gap: var(--spacing-8);
}

.proof-logo-media--paired img {
  width: min(150px, 42%);
}

.project-news-card__body {
  padding: var(--spacing-6);
}

.project-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-3);
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

.project-status {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  color: var(--text);
  font-weight: 600;
}

.project-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .68);
  box-shadow: 0 0 0 3px rgba(var(--axis-blue-100-rgb), .12);
}

.project-status--progress::before {
  background: var(--news-blue);
}

.project-news-card__title {
  font-size: var(--text-size-h2);
  line-height: 1.15;
  margin-top: var(--spacing-4);
}

.project-news-card__text {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-large);
  margin-top: var(--spacing-3);
}

.completed-news-list {
  display: grid;
  gap: var(--spacing-5);
}

.completed-news-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
}

.completed-news-item > div:last-child {
  padding: var(--spacing-6);
}

@keyframes h6-news-card-scan {
  0% {
    opacity: 0;
    transform: translateX(-55%);
  }
  18%,
  58% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(72%);
  }
}

@media (max-width: 640px) {
  .news-mega {
    margin-top: 0;
    margin-bottom: clamp(58px, 14vw, 86px);
  }

  .news-mega__panel {
    grid-template-columns: 1fr;
    padding: var(--spacing-5);
  }

  .news-mega__media {
    order: -1;
    aspect-ratio: 4 / 5;
  }

  .inklings-showcase__stage {
    aspect-ratio: 4 / 5;
    width: 100%;
    max-width: 100%;
    min-height: min(520px, calc((100vw - 32px) * 1.25));
  }

  .inklings-slide img {
    object-position: center;
  }

  .inklings-showcase__controls {
    justify-content: space-between;
    width: 100%;
  }

  .inklings-showcase__nav-row {
    flex-direction: column;
    gap: var(--spacing-4);
  }

  .inklings-showcase__tags {
    max-width: 100%;
  }

  .inklings-showcase__tags span {
    min-height: 30px;
    padding: 6px 10px;
  }

  .inklings-story__brand-logo {
    width: min(176px, 56vw);
  }

  .inklings-story__actions {
    justify-content: flex-start;
  }

  .inklings-visit-button {
    width: 100%;
  }

  .inklings-story__overview {
    padding-left: var(--spacing-4);
  }

  .completed-news-item {
    grid-template-columns: 1fr;
  }

  .completed-news-item__media {
    width: 100%;
    aspect-ratio: 16 / 8;
    border-right: 0;
    border-bottom: 1px solid var(--border-subtle);
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .news-mega__panel {
    grid-template-columns: 1fr;
  }

  .news-mega__media {
    order: -1;
  }

  .inklings-showcase__stage {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
}

/* Site-wide polish rhythm. Keep this late so older page-specific rules do not drift card spacing. */
:is(
  .client-logo-grid,
  .contact-cta__grid,
  .contact-topic-grid,
  .evidence-grid,
  .faq-category-grid,
  .integration-logo-set,
  .product-aegis-capabilities,
  .product-logo-strip,
  .product-ops-grid,
  .product-suite-grid,
  .project-news-grid,
  .completed-news-list,
  .testimonial-page-grid,
  .testimonial-strip__cards,
  .work-connected-grid,
  .work-lane-grid,
  .work-product-layer-grid
) {
  gap: var(--site-card-gap);
}

:is(
  .content-block,
  .contact-cta__panel,
  .contact-intake-note,
  .contact-topic-card,
  .doc-card,
  .evidence-card,
  .faq-category,
  .info-panel,
  .product-feature__step,
  .product-checklist__item,
  .product-suite-card,
  .testimonial-card,
  .work-connected-item,
  .work-proof-item
) {
  padding: var(--site-card-padding);
}

@media (max-width: 767px) {
  .is-mobile-rail {
    display: flex !important;
    grid-template-columns: none !important;
    gap: var(--site-card-gap) !important;
    margin-inline: calc(-1 * var(--site-mobile-rail-peek));
    padding-inline: var(--site-mobile-rail-peek);
    padding-bottom: var(--spacing-3);
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-inline: var(--site-mobile-rail-peek);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .is-mobile-rail::-webkit-scrollbar {
    display: none;
  }

  .is-mobile-rail > * {
    flex: 0 0 var(--site-mobile-card-width) !important;
    width: var(--site-mobile-card-width);
    max-width: var(--site-mobile-card-width);
    scroll-snap-align: start;
    margin-top: 0 !important;
  }

  .is-mobile-rail > :last-child {
    scroll-snap-align: end;
  }
}

.section-heading-stack {
  display: grid;
  gap: var(--spacing-4);
}

.section-heading-stack > * {
  margin: 0;
}

.case-study-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--site-card-gap);
}

.case-study-quick-access {
  --case-study-quick-access-padding: clamp(18px, 2.6vw, 28px);
  display: grid;
  gap: var(--spacing-6);
  padding: var(--case-study-quick-access-padding);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--hs-card-bg-rgb), .78), rgba(var(--axis-blue-100-rgb), .045)),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-quick-access__header {
  display: grid;
  gap: var(--spacing-4);
  align-items: end;
}

.case-study-quick-access__header > div,
.case-study-quick-access__header p {
  margin: 0;
}

.case-study-quick-access__header > div {
  display: grid;
  gap: var(--spacing-3);
}

.case-study-quick-access__header h3 {
  margin: 0;
  color: var(--hs-text);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 760;
  line-height: 1.12;
}

.case-study-quick-access__header p {
  max-width: 34rem;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-normal);
  line-height: 1.55;
}

.case-study-quick-access__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: var(--spacing-3);
}

.case-study-quick-access__item {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 168px;
  padding: clamp(16px, 2vw, 20px);
  color: var(--case-glance-text, var(--hs-text));
  text-decoration: none;
  border: 1px solid var(--case-glance-border, var(--hs-card-border));
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--case-glance-start, rgba(var(--hs-card-bg-rgb), .96)) 0%, var(--case-glance-mid, rgba(var(--hs-card-bg-rgb), .88)) 62%, var(--case-glance-end, rgba(var(--axis-blue-100-rgb), .08)) 100%);
  box-shadow: 0 10px 26px var(--case-glance-shadow, rgba(var(--axis-blue-shadow-rgb), .08));
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.case-study-quick-access__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--case-glance-icon, var(--accent-link));
  opacity: .85;
}

.case-study-quick-access__item:hover,
.case-study-quick-access__item:focus-visible {
  color: var(--case-glance-text, var(--hs-text));
  border-color: color-mix(in srgb, var(--case-glance-icon, var(--accent-link)) 46%, var(--hs-card-border) 54%);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
}

.case-study-quick-access__eyebrow {
  color: var(--case-glance-label, var(--accent-link));
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.case-study-quick-access__name {
  margin-top: var(--spacing-3);
  color: var(--case-glance-text, var(--hs-text));
  font-size: var(--text-size-large);
  font-weight: 760;
  line-height: 1.18;
}

.case-study-quick-access__copy {
  display: -webkit-box;
  margin-top: var(--spacing-2);
  color: color-mix(in srgb, var(--case-glance-text, var(--hs-text)) 76%, #ffffff 24%);
  font-size: var(--text-size-small);
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-quick-access__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  margin-top: var(--spacing-4);
  color: var(--case-glance-label, var(--accent-link));
  font-size: var(--text-size-small);
  font-weight: 760;
}

@media (min-width: 900px) {
  .case-study-quick-access__header {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 34rem);
  }
}

@media (max-width: 767px) {
  .case-study-quick-access__list {
    display: flex;
    gap: var(--spacing-3);
    margin-inline: calc(0px - var(--case-study-quick-access-padding));
    padding-inline: var(--case-study-quick-access-padding);
    padding-bottom: var(--spacing-1);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .case-study-quick-access__list::-webkit-scrollbar {
    display: none;
  }

  .case-study-quick-access__item {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }
}

.case-study-quick-access--detail {
  --case-study-quick-access-padding: clamp(14px, 2vw, 20px);
  gap: var(--spacing-4);
  box-shadow: none;
}

.case-study-quick-access--detail .case-study-quick-access__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--spacing-4);
}

.case-study-quick-access--detail .case-study-quick-access__header > div {
  gap: var(--spacing-2);
}

.case-study-quick-access--detail .case-study-quick-access__header h3 {
  font-size: 1.08rem;
}

.case-study-quick-access--detail .case-study-quick-access__header p {
  max-width: 31rem;
  font-size: var(--text-size-small);
  line-height: 1.45;
  text-align: right;
}

.case-study-quick-access--detail .case-study-quick-access__header a {
  color: var(--accent-link);
  font-weight: 760;
}

.case-study-quick-access--detail .case-study-quick-access__list {
  display: flex;
  gap: var(--spacing-3);
  padding-bottom: var(--spacing-1);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.case-study-quick-access--detail .case-study-quick-access__item {
  flex: 1 0 210px;
  min-height: 106px;
  padding: 14px 15px;
  scroll-snap-align: start;
}

.case-study-quick-access--detail .case-study-quick-access__eyebrow {
  font-size: .64rem;
}

.case-study-quick-access--detail .case-study-quick-access__name {
  margin-top: 7px;
  font-size: .94rem;
}

.case-study-quick-access--detail .case-study-quick-access__cta {
  margin-top: 10px;
  font-size: .7rem;
}

@media (max-width: 767px) {
  .case-study-quick-access--detail .case-study-quick-access__header {
    display: grid;
    align-items: start;
  }

  .case-study-quick-access--detail .case-study-quick-access__header p {
    text-align: left;
  }

.case-study-quick-access--detail .case-study-quick-access__item {
    flex-basis: min(72vw, 260px);
  }
}

.case-study-tray {
  position: relative;
}

.case-study-tray__trigger {
  position: fixed;
  top: 46vh;
  right: 0;
  z-index: 1038;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-2);
  min-width: 46px;
  min-height: 128px;
  padding: 13px 8px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  color: var(--hs-text);
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .14), rgba(var(--hs-card-bg-rgb), .88)),
    var(--hs-card-surface);
  box-shadow: -10px 16px 38px rgba(0, 0, 0, .14);
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.case-study-tray__trigger i {
  color: var(--accent-link);
  font-size: 18px;
}

.case-study-tray__trigger span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.case-study-tray__trigger:hover,
.case-study-tray__trigger:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .38);
  box-shadow: -14px 20px 48px rgba(0, 0, 0, .18);
  transform: translateX(-2px);
  outline: none;
}

.case-study-tray__overlay {
  position: fixed;
  inset: 0;
  z-index: 1056;
  opacity: 0;
  pointer-events: none;
  background: rgba(4, 8, 14, .42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: opacity .18s ease;
}

.case-study-tray__panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1058;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: var(--spacing-5);
  width: min(430px, calc(100vw - 24px));
  padding: clamp(18px, 3vw, 28px);
  border-left: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  color: var(--hs-text);
  background:
    radial-gradient(circle at 90% 0%, rgba(var(--axis-blue-100-rgb), .14), transparent 30%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .045), transparent 48%),
    var(--hs-surface);
  box-shadow: -28px 0 74px rgba(0, 0, 0, .28);
  transform: translate3d(calc(100% + 18px), 0, 0);
  transition: transform .24s cubic-bezier(.22, .68, .2, 1);
}

.case-study-tray.is-open .case-study-tray__overlay {
  opacity: 1;
  pointer-events: auto;
}

.case-study-tray.is-open .case-study-tray__panel {
  transform: translate3d(0, 0, 0);
}

.case-study-tray.is-open .case-study-tray__trigger {
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px);
}

.case-study-tray__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: var(--spacing-5);
}

.case-study-tray__header > div {
  display: grid;
  gap: var(--spacing-3);
}

.case-study-tray__header h3 {
  margin: 0;
  color: var(--hs-text);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.case-study-tray__close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--hs-card-border);
  border-radius: 999px;
  color: var(--hs-text);
  background: rgba(var(--hs-card-bg-rgb), .72);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.case-study-tray__close:hover,
.case-study-tray__close:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .36);
  background: rgba(var(--axis-blue-100-rgb), .1);
  transform: translateY(-1px);
}

.case-study-tray__intro {
  max-width: 31rem;
  margin: 0;
  color: var(--text-gray-dark-subtle);
  line-height: 1.48;
}

.case-study-tray__all {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3);
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 8px;
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 850;
  text-transform: uppercase;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .12), transparent 58%),
    rgba(var(--hs-card-bg-rgb), .72);
}

.case-study-tray__all:hover,
.case-study-tray__all:focus-visible {
  color: var(--hs-text);
  border-color: rgba(var(--axis-blue-100-rgb), .34);
}

.case-study-tray__list {
  display: grid;
  gap: var(--spacing-3);
  min-height: 0;
  padding-right: 3px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.case-study-tray__item {
  position: relative;
  display: grid;
  gap: var(--spacing-2);
  min-width: 0;
  padding: 15px 16px 15px 18px;
  border: 1px solid color-mix(in srgb, var(--case-glance-border, var(--hs-card-border)) 74%, transparent 26%);
  border-radius: 8px;
  color: var(--case-glance-text, var(--hs-text));
  text-decoration: none;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--case-glance-start, var(--hs-card-surface)) 46%, var(--hs-card-surface) 54%) 0%, color-mix(in srgb, var(--case-glance-end, var(--hs-card-surface)) 34%, var(--hs-card-surface) 66%) 100%);
  box-shadow: 0 10px 26px var(--case-glance-shadow, rgba(var(--axis-blue-shadow-rgb), .08));
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.case-study-tray__item::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--case-glance-icon, var(--accent-link));
  opacity: .86;
}

.case-study-tray__item:hover,
.case-study-tray__item:focus-visible {
  color: var(--case-glance-text, var(--hs-text));
  border-color: color-mix(in srgb, var(--case-glance-icon, var(--accent-link)) 38%, var(--hs-card-border) 62%);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateX(-2px);
  outline: none;
}

.case-study-tray__item.is-current {
  border-color: color-mix(in srgb, var(--case-glance-icon, var(--accent-link)) 48%, var(--hs-card-border) 52%);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--case-glance-icon, var(--accent-link)) 22%, transparent 78%);
}

.case-study-tray__eyebrow {
  color: var(--case-glance-label, var(--accent-link));
  font-family: var(--site-tech-font);
  font-size: .65rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.case-study-tray__item strong {
  color: var(--case-glance-text, var(--hs-text));
  font-size: .98rem;
  line-height: 1.16;
}

.case-study-tray__item small {
  display: -webkit-box;
  color: color-mix(in srgb, var(--case-glance-text, var(--hs-text)) 76%, #ffffff 24%);
  font-size: .77rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-tray__item em {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  width: fit-content;
  margin-top: var(--spacing-1);
  color: var(--case-glance-label, var(--accent-link));
  font-family: var(--site-tech-font);
  font-size: .68rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.case-study-tray__item em i {
  transition: transform .18s ease;
}

.case-study-tray__item:hover em i,
.case-study-tray__item:focus-visible em i {
  transform: translateX(2px);
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__trigger,
:is([data-hs-theme="dark"], .dark) .case-study-tray__panel {
  color: #f6f9fb;
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__item {
  color: #f6f9fb;
  border-color: rgba(var(--axis-blue-100-rgb), .18);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .105), rgba(255, 255, 255, .035) 54%, rgba(255, 255, 255, .02)),
    #141922;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__item:hover,
:is([data-hs-theme="dark"], .dark) .case-study-tray__item:focus-visible,
:is([data-hs-theme="dark"], .dark) .case-study-tray__item.is-current {
  border-color: color-mix(in srgb, var(--case-glance-icon, var(--axis-blue-100)) 44%, rgba(var(--axis-blue-100-rgb), .22) 56%);
  box-shadow: 0 0 0 1px rgba(var(--axis-blue-100-rgb), .08), 0 18px 44px rgba(0, 0, 0, .28);
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__eyebrow,
:is([data-hs-theme="dark"], .dark) .case-study-tray__item em {
  color: var(--axis-blue-100);
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__item strong {
  color: #ffffff;
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__item small {
  color: rgba(255, 255, 255, .72);
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__all {
  color: #f6f9fb;
  border-color: rgba(var(--axis-blue-100-rgb), .2);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .13), transparent 58%),
    rgba(255, 255, 255, .045);
}

:is([data-hs-theme="dark"], .dark) .case-study-tray__all:hover,
:is([data-hs-theme="dark"], .dark) .case-study-tray__all:focus-visible {
  color: #ffffff;
}

@media (max-width: 767px) {
  .case-study-tray__trigger {
    top: auto;
    right: 14px;
    bottom: 150px;
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
    border-radius: 999px;
  }

  .case-study-tray__trigger span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .case-study-tray__panel {
    top: 10px;
    right: 8px;
    bottom: 92px;
    width: calc(100vw - 16px);
    padding: var(--spacing-5);
    border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
    border-radius: 10px;
    transform: translate3d(calc(100% + 20px), 0, 0);
  }

  .case-study-tray__list {
    gap: var(--spacing-3);
  }
}

.case-study-live-site__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--site-card-gap);
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 12%, rgba(var(--axis-blue-100-rgb), .14), transparent 28%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), transparent 58%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-live-site--featured .case-study-live-site__card {
  border-color: rgba(var(--axis-blue-100-rgb), .32);
  background:
    radial-gradient(circle at 90% 10%, rgba(var(--axis-blue-100-rgb), .22), transparent 30%),
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .12), rgba(255, 255, 255, .035) 48%, rgba(var(--axis-blue-100-rgb), .06)),
    var(--hs-card-surface);
  box-shadow:
    0 0 0 1px rgba(var(--axis-blue-100-rgb), .06),
    0 20px 54px rgba(var(--axis-blue-shadow-rgb), .14);
}

.case-study-live-site__card > div {
  display: grid;
  gap: var(--spacing-3);
}

.case-study-live-site__card h2,
.case-study-live-site__card p {
  margin: 0;
}

.case-study-live-site__card h2 {
  color: var(--hs-text);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.case-study-live-site__card p {
  color: var(--text-gray-dark-subtle);
  line-height: 1.5;
}

.case-study-live-site__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-3);
  min-height: 56px;
  padding: 15px 22px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .58);
  border-radius: 8px;
  color: var(--axis-blue-950);
  background:
    linear-gradient(135deg, #f5fcff 0%, var(--axis-blue-100) 42%, #91ddff 100%);
  font-weight: 850;
  text-decoration: none;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .18) inset,
    0 18px 42px rgba(var(--axis-blue-shadow-rgb), .24);
  transition: border-color .18s ease, filter .18s ease, transform .18s ease, box-shadow .18s ease;
}

.case-study-live-site__button::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -42%;
  width: 36%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  opacity: .52;
  pointer-events: none;
  transition: transform .28s ease;
}

.case-study-live-site__button span,
.case-study-live-site__button i {
  position: relative;
  z-index: 1;
}

.case-study-live-site__button:hover,
.case-study-live-site__button:focus-visible {
  color: var(--axis-blue-950);
  border-color: rgba(var(--axis-blue-100-rgb), .78);
  filter: brightness(1.02);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .24) inset,
    0 22px 52px rgba(var(--axis-blue-shadow-rgb), .3);
}

.case-study-live-site__button:hover::before,
.case-study-live-site__button:focus-visible::before {
  transform: translateX(360%) skewX(-18deg);
}

.case-study-external-action--featured {
  border-color: rgba(var(--axis-blue-100-rgb), .62) !important;
  color: var(--axis-blue-950) !important;
  background:
    linear-gradient(135deg, #f7fdff 0%, var(--axis-blue-100) 44%, #91ddff 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .18) inset,
    0 16px 38px rgba(var(--axis-blue-shadow-rgb), .22);
}

.case-study-external-action--featured:hover,
.case-study-external-action--featured:focus-visible {
  color: var(--axis-blue-950) !important;
  border-color: rgba(var(--axis-blue-100-rgb), .82) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .24) inset,
    0 20px 46px rgba(var(--axis-blue-shadow-rgb), .3);
}

@media (min-width: 860px) {
  .case-study-live-site__card {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 767px) {
  .case-study-live-site__button {
    width: 100%;
  }
}

.case-study-filter-panel {
  display: grid;
  gap: var(--spacing-4);
  padding: clamp(16px, 2.5vw, 24px);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .075), transparent 48%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-filter-panel__search {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  background: rgba(var(--hs-card-bg-rgb), .44);
}

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

.case-study-filter-panel__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--hs-card-border);
  border-radius: 999px;
  color: var(--accent-link);
  background: rgba(var(--axis-blue-100-rgb), .07);
  font-size: var(--text-size-small);
  font-weight: 720;
}

.case-study-filter-panel__clear[hidden],
.case-study-card[hidden],
.case-study-filter-empty[hidden] {
  display: none !important;
}

.case-study-filter-panel__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-4);
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

.case-study-filter-panel__meta strong {
  color: var(--hs-text);
}

.case-study-filter-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
  min-width: 0;
}

.case-study-filter-panel__chips button {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--hs-card-border);
  border-radius: 999px;
  color: var(--hs-text);
  background: rgba(var(--axis-blue-100-rgb), .05);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 760;
  line-height: 1;
}

.case-study-filter-panel__chips button:hover,
.case-study-filter-panel__chips button:focus-visible,
.case-study-filter-panel__chips button.active {
  border-color: rgba(var(--axis-blue-100-rgb), .38);
  color: var(--axis-blue-100);
  background: rgba(var(--axis-blue-100-rgb), .12);
}

.case-study-filter-empty {
  padding: var(--site-card-padding);
}

@media (max-width: 767px) {
  .case-study-filter-panel__meta {
    align-items: stretch;
  }

  .case-study-filter-panel__chips {
    width: 100%;
  }
}

@media (min-width: 860px) {
  .case-study-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

.case-study-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  color: var(--hs-text);
  text-decoration: none;
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(var(--axis-blue-100-rgb), .1), transparent 30%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.case-study-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(var(--axis-blue-100-rgb), .09) 46%, transparent 68%);
  opacity: 0;
  transform: translateX(-58%);
}

.case-study-card:hover,
.case-study-card:focus-visible {
  color: var(--hs-text);
  border-color: rgba(var(--axis-blue-100-rgb), .32);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
}

.case-study-card:hover::after,
.case-study-card:focus-visible::after {
  animation: h6-news-card-scan 1.8s ease-out forwards;
}

.case-study-card__media {
  display: block;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  background: #090b0f;
  border-bottom: 1px solid var(--border-subtle);
}

.case-study-card__media img,
.case-study-detail-hero__media img,
.case-study-related-card__media img,
.case-study-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
}

.case-study-card[data-case-study-slug="hatchery-ai-rag-platform"] .case-study-card__media img,
.case-study-detail-hero--hatchery-ai .case-study-detail-hero__media img,
.case-study-media-section--hatchery-ai .case-study-media-card img {
  filter: none;
}

.img-rounded {
  border-radius: 8px;
}

.case-study-card__media img {
  transform: scale(1.01);
  transition: transform 1.1s ease, filter .25s ease;
}

.case-study-card:hover .case-study-card__media img,
.case-study-card:focus-visible .case-study-card__media img {
  transform: scale(1.035);
}

.case-study-card__body {
  display: grid;
  align-content: start;
  gap: var(--spacing-3);
  padding: var(--site-card-padding);
}

.case-study-card__meta,
.case-study-card__tags,
.case-study-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-3);
}

.case-study-card__meta {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
}

.case-study-card__meta strong {
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-study-card__title {
  font-size: var(--text-size-h2);
  font-weight: 760;
  line-height: 1.08;
}

.case-study-card__headline {
  display: -webkit-box;
  color: var(--hs-text);
  font-size: var(--text-size-large);
  font-weight: 650;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-card__summary {
  display: -webkit-box;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-normal);
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-card__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--spacing-3);
  padding-top: var(--spacing-4);
  border-top: 1px solid var(--border-subtle);
}

.case-study-card__proof span {
  display: grid;
  gap: var(--spacing-1);
}

.case-study-card__proof strong {
  color: var(--hs-text);
  font-size: var(--text-size-h5);
  line-height: 1;
}

.case-study-card__proof small {
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-small);
  line-height: 1.25;
}

.case-study-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  border: 1px solid var(--hs-card-border);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .06);
}

.case-study-card__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  color: var(--accent-link);
  font-weight: 720;
}

.case-study-detail-hero {
  margin-top: var(--spacing-10);
}

.case-study-detail-hero__grid {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(24px, 4.5vw, 64px);
  border: 1px solid var(--hs-card-border);
  border-radius: 10px;
  background:
    radial-gradient(circle at 84% 18%, rgba(var(--axis-blue-100-rgb), .11), transparent 34%),
    linear-gradient(135deg, rgba(var(--hs-card-bg-rgb), .86), rgba(var(--hs-card-bg-rgb), .62));
  box-shadow: var(--hs-card-shadow);
}

@media (min-width: 1040px) {
  .case-study-detail-hero__grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  }
}

.case-study-detail-hero__copy {
  min-width: 0;
  max-width: 720px;
}

.case-study-detail-hero__media {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  overflow: hidden;
  background: #080a0e;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
}

.case-study-detail-hero--hatchery-ai .case-study-detail-hero__grid {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(98, 215, 255, .34);
  background:
    linear-gradient(115deg, rgba(8, 16, 25, .96) 0%, rgba(16, 32, 42, .92) 52%, rgba(255, 248, 232, .16) 100%),
    repeating-linear-gradient(90deg, rgba(198, 237, 254, .1) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(198, 237, 254, .08) 0 1px, transparent 1px 34px);
  box-shadow: 0 26px 80px rgba(3, 10, 18, .34);
}

.case-study-detail-hero--hatchery-ai .case-study-detail-hero__grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(98, 215, 255, .18) 42%, transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), transparent 36%);
  opacity: .62;
}

.case-study-detail-hero--hatchery-ai .hero__label {
  border-color: rgba(198, 237, 254, .34);
  color: #10202a;
  background: #c6edfe;
}

.case-study-detail-hero--hatchery-ai .hero__heading,
.case-study-detail-hero--hatchery-ai .hero__subheading {
  color: #ffffff;
}

.case-study-detail-hero--hatchery-ai .hero__subheading {
  color: rgba(255, 255, 255, .82);
}

.case-study-detail-hero--hatchery-ai .case-study-detail-hero__media {
  border-color: rgba(198, 237, 254, .38);
  background:
    linear-gradient(135deg, rgba(7, 16, 25, .88), rgba(16, 32, 42, .94)),
    repeating-linear-gradient(90deg, rgba(198, 237, 254, .12) 0 1px, transparent 1px 26px);
  box-shadow: 0 24px 72px rgba(98, 215, 255, .18);
}

.case-study-detail-hero--hatchery-ai .case-study-detail-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .12) 48%, transparent 70%);
  mix-blend-mode: screen;
}

.case-study-metric-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--site-card-gap);
  margin-top: var(--spacing-16);
}

@media (min-width: 860px) {
  .case-study-metric-band {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.case-study-metric {
  display: grid;
  gap: var(--spacing-2);
  padding: var(--site-card-padding);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background: var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-metric strong {
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1;
}

.case-study-metric span {
  color: var(--hs-text);
  font-weight: 720;
}

.case-study-metric small {
  color: var(--text-gray-dark-subtle);
  line-height: 1.35;
}

.case-study-story__intro,
.case-study-build-grid,
.case-study-related-grid {
  display: grid;
  gap: var(--spacing-8);
}

.case-study-story__intro {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--case-glance-border, rgba(var(--axis-blue-border-rgb), .28));
  border-radius: 8px;
  color: var(--case-glance-text, var(--axis-blue-950));
  background:
    linear-gradient(135deg, var(--case-glance-start, rgba(198, 237, 254, .98)) 0%, var(--case-glance-mid, rgba(238, 250, 255, .96)) 58%, var(--case-glance-end, rgba(255, 253, 236, .92)) 100%);
  box-shadow: 0 18px 54px var(--case-glance-shadow, rgba(var(--axis-blue-shadow-rgb), .18));
}

.case-study-story--hatchery-ai .case-study-story__intro {
  border-color: rgba(21, 94, 117, .3);
  background:
    linear-gradient(135deg, #c6edfe 0%, #f7fbff 52%, #fff7df 100%);
}

.case-study-story--hatchery-ai .case-study-glance div {
  background: rgba(255, 255, 255, .72);
}

.case-study-story__intro .hero__label {
  border-color: color-mix(in srgb, var(--case-glance-label, var(--axis-blue-950)) 78%, #ffffff 22%);
  color: #ffffff;
  background: var(--case-glance-label, var(--axis-blue-950));
}

.case-study-story__intro .h2 {
  color: var(--case-glance-text, var(--axis-blue-950));
}

@media (min-width: 980px) {
  .case-study-story__intro,
  .case-study-build-grid,
  .case-study-related-grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
  }
}

.case-study-glance {
  display: grid;
  gap: var(--spacing-3);
}

.case-study-glance div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-3);
  align-items: start;
  padding: var(--spacing-4);
  border: 1px solid var(--case-glance-border, rgba(var(--axis-blue-border-rgb), .24));
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 1px 1px rgba(17, 24, 39, .04), 0 10px 24px var(--case-glance-shadow, rgba(var(--axis-blue-shadow-rgb), .08));
}

.case-study-glance i {
  color: var(--case-glance-icon, var(--axis-blue-900));
  margin-top: .18em;
}

.case-study-glance span {
  color: var(--case-glance-text, var(--axis-blue-950));
}

.case-study-story-grid,
.case-study-decision-grid,
.case-study-media-grid,
.case-study-outcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--site-card-gap);
}

@media (min-width: 900px) {
  .case-study-story-grid,
  .case-study-decision-grid,
  .case-study-media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-study-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.case-study-story-card,
.case-study-build-item,
.case-study-decision-card,
.case-study-outcome-card,
.case-study-media-card,
.case-study-quote,
.case-study-comparison {
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background: var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-story-card,
.case-study-build-item,
.case-study-decision-card,
.case-study-outcome-card,
.case-study-comparison {
  padding: var(--site-card-padding);
}

.case-study-story-card > span,
.case-study-decision-card > span {
  display: inline-flex;
  margin-bottom: var(--spacing-3);
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 800;
  text-transform: uppercase;
}

.case-study-story-card h3,
.case-study-build-item h3,
.case-study-decision-card h3,
.case-study-outcome-card h2,
.case-study-media-card h3 {
  margin: 0;
}

.case-study-story-card p,
.case-study-build-item p,
.case-study-decision-card p,
.case-study-outcome-card p,
.case-study-media-card p {
  margin: var(--spacing-3) 0 0;
  color: var(--text-gray-dark-subtle);
  line-height: 1.58;
}

.case-study-build-list {
  display: grid;
  gap: var(--site-card-gap);
}

.case-study-build-item {
  position: relative;
  padding-left: calc(var(--site-card-padding) + 8px);
  background:
    linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .12), transparent 44%),
    var(--hs-card-surface);
}

.case-study-build-item::before {
  content: "";
  position: absolute;
  left: var(--spacing-5);
  top: var(--spacing-6);
  bottom: var(--spacing-6);
  width: 2px;
  background: linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .72), rgba(var(--axis-blue-100-rgb), .08));
}

.case-study-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
}

.case-study-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.case-study-table th,
.case-study-table td {
  padding: var(--spacing-4);
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border-subtle);
}

.case-study-table th {
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  text-transform: uppercase;
  background: rgba(var(--axis-blue-100-rgb), .06);
}

.case-study-table td {
  color: var(--text-gray-dark-subtle);
}

.case-study-table tr:last-child td {
  border-bottom: 0;
}

.case-study-table__key {
  color: var(--hs-text) !important;
  font-weight: 720;
}

.case-study-quote {
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 88% 12%, rgba(var(--axis-blue-100-rgb), .1), transparent 28%),
    var(--hs-card-surface);
}

.case-study-quote blockquote {
  margin: 0;
  color: var(--hs-text);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 720;
  line-height: 1.22;
}

.case-study-quote figcaption {
  display: grid;
  gap: var(--spacing-1);
  margin-top: var(--spacing-6);
  color: var(--text-gray-dark-subtle);
}

.case-study-external-action {
  gap: .4rem;
}

.case-study-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: var(--site-card-gap);
}

.case-study-pricing-card {
  display: grid;
  gap: var(--spacing-5);
  min-width: 0;
  padding: var(--site-card-padding);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(var(--axis-blue-100-rgb), .11), transparent 30%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-pricing-card__header {
  display: grid;
  gap: var(--spacing-3);
}

.case-study-pricing-card__header > div {
  display: grid;
  gap: var(--spacing-3);
  align-content: start;
}

.case-study-pricing-card__header span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(var(--axis-blue-100-rgb), .07);
}

.case-study-pricing-card h3 {
  margin: 0;
  color: var(--hs-text);
  font-size: var(--text-size-h4);
}

.case-study-pricing-card__header strong {
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.case-study-pricing-card__header small,
.case-study-pricing-card p {
  color: var(--text-gray-dark-subtle);
}

.case-study-pricing-card p {
  margin: 0;
  line-height: 1.55;
}

.case-study-pricing-card ul {
  display: grid;
  gap: var(--spacing-3);
  margin: 0;
  padding: var(--spacing-4) 0 0;
  border-top: 1px solid var(--border-subtle);
  list-style: none;
}

.case-study-pricing-card li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-2);
  align-items: start;
  color: var(--hs-text);
  font-size: var(--text-size-small);
  line-height: 1.35;
}

.case-study-pricing-card li i {
  color: var(--accent-link);
  margin-top: .14em;
}

.case-study-pricing-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-2);
  min-height: 42px;
  margin-top: auto;
  padding: 11px 14px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .32);
  border-radius: 6px;
  color: var(--axis-blue-950);
  background: var(--axis-blue-100);
  font-weight: 800;
  text-decoration: none;
}

.case-study-pricing-card__cta:hover,
.case-study-pricing-card__cta:focus-visible {
  color: var(--axis-blue-950);
  filter: brightness(.98);
}

.case-study-customer-proof__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: var(--spacing-6);
}

.case-study-source-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  width: fit-content;
  margin-top: var(--spacing-2);
  padding: 13px 18px;
  border: 1px solid var(--hs-card-border);
  border-radius: 999px;
  color: var(--accent-link);
  font-size: var(--text-size-small);
  font-weight: 720;
  text-decoration: none;
  background: color-mix(in srgb, var(--hs-surface) 86%, var(--hs-highlight-blue) 14%);
}

.case-study-source-link:hover {
  border-color: var(--hs-card-border-hover);
  color: var(--accent-link);
}

@media (min-width: 900px) {
  .case-study-customer-proof__header {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: var(--spacing-10);
  }

  .case-study-source-link {
    margin-top: var(--spacing-8);
  }
}

.case-study-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--site-card-gap);
}

.case-study-logo-grid--context {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .case-study-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .case-study-logo-grid--context {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .case-study-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .case-study-logo-grid--context {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.case-study-logo-card {
  min-height: 118px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-5) var(--spacing-4);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .055), transparent 54%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.case-study-logo-card::before,
.case-study-logo-card::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  z-index: 5;
}

.case-study-logo-card::before {
  content: "";
  bottom: calc(100% + 4px);
  width: 10px;
  height: 10px;
  background: rgba(8, 12, 18, .96);
  transform: translate(-50%, 8px) rotate(45deg);
  border-right: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-bottom: 1px solid rgba(var(--axis-blue-100-rgb), .22);
}

.case-study-logo-card::after {
  content: attr(data-tooltip);
  bottom: calc(100% + 9px);
  max-width: min(220px, calc(100vw - 32px));
  padding: 8px 11px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .22);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(8, 12, 18, .96);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
  font-size: var(--text-size-small);
  font-weight: 720;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, 8px);
}

.case-study-logo-card:hover,
.case-study-logo-card:focus-visible {
  border-color: var(--hs-card-border-hover);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-1px);
  outline: none;
  z-index: 2;
}

.case-study-logo-card:hover::before,
.case-study-logo-card:hover::after,
.case-study-logo-card:focus-visible::before,
.case-study-logo-card:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.case-study-logo-card:hover::before,
.case-study-logo-card:focus-visible::before {
  transform: translate(-50%, 0) rotate(45deg);
}

.case-study-logo-card:hover::after,
.case-study-logo-card:focus-visible::after {
  transform: translate(-50%, 0);
}

.case-study-logo-card__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  min-height: 72px;
}

.case-study-logo-card img {
  width: 100%;
  max-width: 158px;
  max-height: 78px;
  object-fit: contain;
  filter: none !important;
  opacity: 1;
  mix-blend-mode: normal;
  transition: opacity .18s ease;
}

.case-study-logo-grid--context .case-study-logo-card {
  min-height: 198px;
  padding: var(--spacing-8) var(--spacing-6);
}

.case-study-logo-grid--context .case-study-logo-card__mark {
  min-height: 152px;
}

.case-study-logo-grid--context .case-study-logo-card img {
  max-width: min(300px, 92%);
  max-height: 156px;
}

.case-study-logo-card > i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--accent-link);
  font-size: 16px;
  opacity: .72;
  transition: opacity .18s ease, transform .18s ease;
}

.case-study-logo-card:hover > i,
.case-study-logo-card:focus-visible > i {
  opacity: 1;
  transform: translate(1px, -1px);
}

@media (max-width: 767px) {
  .case-study-customer-proof__header {
    gap: var(--spacing-5);
  }

  .case-study-source-link {
    margin-top: var(--spacing-3);
  }
}

.case-study-customer-stories {
  position: relative;
}

.case-study-customer-stories::before {
  content: "";
  display: block;
  width: min(160px, 34vw);
  height: 3px;
  margin-bottom: var(--spacing-8);
  border-radius: 999px;
  background: linear-gradient(90deg, #15b8a6, var(--axis-blue-500), #f2c94c);
}

.case-study-customer-stories__header {
  display: grid;
  gap: var(--spacing-5);
}

.case-study-customer-story-grid {
  counter-reset: fanup-story;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--site-card-gap);
}

@media (min-width: 900px) {
  .case-study-customer-story-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.case-study-customer-story-card {
  counter-increment: fanup-story;
  position: relative;
  isolation: isolate;
  display: grid;
  min-width: 0;
  color: var(--hs-text);
  text-decoration: none;
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .075), transparent 42%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.case-study-customer-story-card::before {
  content: "0" counter(fanup-story);
  position: absolute;
  top: var(--spacing-4);
  right: var(--spacing-4);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  padding: 0 var(--spacing-3);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  color: #ffffff;
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 850;
  line-height: 1;
  background: rgba(7, 10, 16, .72);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.case-study-customer-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0%, rgba(255, 255, 255, .08) 46%, transparent 68%),
    linear-gradient(180deg, transparent 0%, rgba(var(--axis-blue-100-rgb), .055) 100%);
  opacity: 0;
  transform: translateX(-42%);
  transition: opacity .22s ease, transform .55s ease;
}

.case-study-customer-story-card:hover,
.case-study-customer-story-card:focus-visible {
  color: var(--hs-text);
  border-color: var(--hs-card-border-hover);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
  outline: none;
}

.case-study-customer-story-card:hover::after,
.case-study-customer-story-card:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.case-study-customer-story-card__media {
  position: relative;
  display: block;
  aspect-ratio: 59 / 78;
  overflow: hidden;
  background: #090b0f;
  border-bottom: 1px solid var(--border-subtle);
}

.case-study-customer-story-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 8, 12, 0), rgba(6, 8, 12, .28));
}

.case-study-customer-story-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .8s ease;
}

.case-study-customer-story-card:hover .case-study-customer-story-card__media img,
.case-study-customer-story-card:focus-visible .case-study-customer-story-card__media img {
  transform: scale(1.035);
}

.case-study-customer-story-card__body {
  display: grid;
  align-content: start;
  gap: var(--spacing-3);
  min-width: 0;
  padding: var(--site-card-padding);
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #15b8a6, var(--axis-blue-500), #f2c94c) 1;
}

.case-study-customer-story-card__type {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .07);
}

.case-study-customer-story-card strong {
  color: var(--hs-text);
  font-size: var(--text-size-h5);
  line-height: 1.15;
}

.case-study-customer-story-card__summary {
  display: -webkit-box;
  color: var(--text-gray-dark-subtle);
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study-customer-story-card em {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  width: fit-content;
  margin-top: var(--spacing-1);
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.case-study-customer-story-card em i {
  transition: transform .18s ease;
}

.case-study-customer-story-card:hover em i,
.case-study-customer-story-card:focus-visible em i {
  transform: translate(2px, -2px);
}

.case-study-media-section {
  position: relative;
}

.case-study-media-intro {
  display: grid;
  gap: var(--site-card-gap);
  align-items: start;
}

.case-study-media-intro .section-heading-stack {
  max-width: 820px;
}

.case-study-media-points {
  display: grid;
  gap: var(--spacing-3);
  padding: var(--site-card-padding);
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), transparent 54%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-media-points span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-3);
  align-items: start;
  color: var(--hs-text);
  font-size: var(--text-size-small);
  line-height: 1.35;
}

.case-study-media-points i {
  color: var(--accent-link);
  margin-top: .14em;
}

@media (min-width: 980px) {
  .case-study-media-intro {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr);
  }

  .case-study-media-section .case-study-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.case-study-media-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hs-card-border);
  border-radius: 10px;
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--axis-blue-100-rgb), .13), transparent 28%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .045), transparent 46%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
}

.case-study-media-slider__viewport {
  overflow: hidden;
}

.case-study-media-slider__track {
  display: flex;
  align-items: stretch;
  transition: transform .42s cubic-bezier(.22, .68, .2, 1);
  will-change: transform;
}

.case-study-media-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  gap: 0;
  background: transparent;
}

@media (min-width: 980px) {
  .case-study-media-slide {
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .65fr);
  }
}

.case-study-media-slide__stage {
  min-width: 0;
  padding: clamp(10px, 1.6vw, 18px);
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--axis-blue-100-rgb), .12), transparent 28%),
    linear-gradient(135deg, #07090d 0%, #101722 54%, #070a0e 100%);
}

.case-study-media-slider__video,
.case-study-media-slider__image {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .15);
  border-radius: 8px;
  overflow: hidden;
  background: #07090d;
}

.case-study-media-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #07090d;
}

.case-study-media-slide__body {
  display: grid;
  align-content: center;
  gap: var(--spacing-4);
  padding: clamp(22px, 3.2vw, 42px);
  border-top: 1px solid var(--border-subtle);
  background:
    linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .04), transparent 70%),
    transparent;
}

@media (min-width: 980px) {
  .case-study-media-slide__body {
    border-top: 0;
    border-left: 1px solid var(--border-subtle);
  }
}

.case-study-media-slide__body h3,
.case-study-media-slide__body p {
  margin: 0;
}

.case-study-media-slider__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spacing-3);
  padding: var(--spacing-4) clamp(14px, 2vw, 24px);
  border-top: 1px solid var(--border-subtle);
}

.case-study-media-slider__button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--hs-card-border);
  border-radius: 999px;
  color: var(--hs-text);
  background: rgba(var(--hs-card-bg-rgb), .74);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.case-study-media-slider__button:hover,
.case-study-media-slider__button:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .38);
  background: rgba(var(--axis-blue-100-rgb), .12);
  transform: translateY(-1px);
}

.case-study-media-slider__status {
  min-width: 62px;
  color: var(--text-gray-dark-subtle);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 760;
  text-align: center;
}

.case-study-media-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: var(--site-card-gap);
}

.case-study-media-mosaic__item {
  position: relative;
  isolation: isolate;
  grid-column: span 4;
  min-height: clamp(250px, 25vw, 340px);
  overflow: hidden;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), transparent 46%),
    #07090d;
  box-shadow: var(--hs-card-shadow);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.case-study-media-mosaic__item--feature {
  grid-column: span 7;
  grid-row: span 2;
  min-height: clamp(430px, 43vw, 590px);
}

.case-study-media-mosaic__item--wide,
.case-study-media-mosaic__item:nth-child(3) {
  grid-column: span 5;
}

.case-study-media-mosaic__item:nth-child(7),
.case-study-media-mosaic__item:nth-child(8) {
  grid-column: span 6;
}

.case-study-media-mosaic__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 201, 76, .2), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(var(--axis-blue-100-rgb), .12), transparent 28%),
    linear-gradient(180deg, rgba(7, 9, 13, .02) 18%, rgba(7, 9, 13, .88) 100%);
}

.case-study-media-mosaic__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .28;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 62%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 62%, #000 100%);
}

.case-study-media-mosaic__item:hover,
.case-study-media-mosaic__item:focus-within {
  border-color: rgba(var(--axis-blue-100-rgb), .32);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
}

.case-study-media-mosaic__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

.case-study-media-mosaic__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.01);
  transition: transform .75s ease, filter .3s ease;
}

.case-study-media-mosaic__item:hover .case-study-media-mosaic__image img,
.case-study-media-mosaic__item:focus-within .case-study-media-mosaic__image img {
  filter: saturate(1.14) contrast(1.05);
  transform: scale(1.035);
}

.case-study-media-mosaic__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  display: grid;
  gap: var(--spacing-3);
  padding: clamp(18px, 2.4vw, 30px);
}

.case-study-media-mosaic__body .case-study-media-card__meta {
  justify-content: flex-start;
}

.case-study-media-mosaic__body .case-study-media-card__meta span {
  color: #0d1a20;
  background: rgba(198, 237, 254, .92);
  border-color: rgba(198, 237, 254, .58);
}

.case-study-media-mosaic__body strong {
  color: #ffffff;
  font-size: clamp(18px, 2.1vw, 26px);
  line-height: 1.08;
}

.case-study-media-mosaic__body small {
  max-width: 54ch;
  color: rgba(255, 255, 255, .78);
  font-size: var(--text-size-small);
  line-height: 1.45;
}

.case-study-media-section--soul-gallery .case-study-media-intro {
  align-items: end;
}

.case-study-media-section--soul-gallery .case-study-media-intro .section-heading-stack {
  max-width: 680px;
}

.case-study-media-section--soul-gallery .case-study-media-mosaic {
  gap: clamp(10px, 1.4vw, 16px);
}

.case-study-media-section--soul-gallery .case-study-media-mosaic__item {
  min-height: clamp(210px, 20vw, 280px);
}

.case-study-media-section--soul-gallery .case-study-media-mosaic__item::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(242, 201, 76, .12), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(var(--axis-blue-100-rgb), .08), transparent 28%),
    linear-gradient(180deg, rgba(7, 9, 13, .02), rgba(7, 9, 13, .14));
}

.case-study-media-section--soul-gallery .case-study-media-mosaic__item::after {
  opacity: .12;
  -webkit-mask-image: none;
  mask-image: none;
}

.case-study-media-section--soul-gallery .case-study-media-mosaic__item--feature {
  min-height: clamp(340px, 34vw, 460px);
}

.case-study-media-section--soul-gallery .case-study-media-mosaic__body {
  padding: clamp(15px, 2vw, 24px);
}

.case-study-media-section--soul-gallery .case-study-media-mosaic__body strong {
  font-size: clamp(16px, 1.65vw, 22px);
}

.case-study-media-section--soul-gallery .case-study-media-mosaic__body small {
  max-width: 40ch;
  font-size: .78rem;
}

.case-study-media-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-3);
}

.case-study-media-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-2);
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .24);
  border-radius: 999px;
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 850;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .085), transparent 58%),
    var(--hs-card-surface);
  box-shadow: var(--hs-card-shadow);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.case-study-media-links a:hover,
.case-study-media-links a:focus-visible {
  color: var(--hs-text);
  border-color: rgba(var(--axis-blue-100-rgb), .4);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-1px);
}

@media (max-width: 979px) and (min-width: 768px) {
  .case-study-media-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-media-mosaic__item,
  .case-study-media-mosaic__item--wide,
  .case-study-media-mosaic__item:nth-child(3),
  .case-study-media-mosaic__item:nth-child(7),
  .case-study-media-mosaic__item:nth-child(8) {
    grid-column: span 1;
    min-height: 340px;
  }

  .case-study-media-mosaic__item--feature {
    grid-column: span 2;
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .case-study-media-mosaic {
    display: flex;
    gap: var(--spacing-4);
    margin-inline: calc(var(--spacing-4) * -1);
    padding-inline: var(--spacing-4);
    padding-bottom: var(--spacing-2);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .case-study-media-mosaic::-webkit-scrollbar {
    display: none;
  }

  .case-study-media-mosaic__item,
  .case-study-media-mosaic__item--feature,
  .case-study-media-mosaic__item--wide,
  .case-study-media-mosaic__item:nth-child(3),
  .case-study-media-mosaic__item:nth-child(7),
  .case-study-media-mosaic__item:nth-child(8) {
    flex: 0 0 min(84vw, 380px);
    min-height: 390px;
    scroll-snap-align: start;
  }

  .case-study-media-mosaic__item--feature {
    flex-basis: min(88vw, 410px);
  }

  .case-study-media-section--soul-gallery .case-study-media-mosaic__item,
  .case-study-media-section--soul-gallery .case-study-media-mosaic__item--feature {
    min-height: 340px;
  }

  .case-study-media-mosaic__body {
    padding: var(--spacing-5);
  }
}

.case-study-media-card {
  overflow: hidden;
  min-width: 0;
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: start;
  background:
    radial-gradient(circle at 88% 10%, rgba(var(--axis-blue-100-rgb), .105), transparent 28%),
    linear-gradient(145deg, rgba(var(--axis-blue-100-rgb), .045), transparent 46%),
    var(--hs-card-surface);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.case-study-media-card:hover,
.case-study-media-card:focus-within {
  border-color: var(--hs-card-border-hover);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-1px);
}

.case-study-media-card__video {
  aspect-ratio: 16 / 9;
  background: #090b0f;
  border-bottom: 1px solid var(--border-subtle);
}

.case-study-media-card .case-study-media-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--border-subtle);
  border-radius: 8px 8px 0 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(var(--axis-blue-100-rgb), .14), transparent 24%),
    linear-gradient(135deg, #07090d 0%, #111722 52%, #080a0e 100%);
  box-shadow: none;
  transition: transform .45s ease, box-shadow .45s ease;
}

.case-study-media-card .case-study-media-card__image img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
  box-shadow: none;
  transition: transform .45s ease, filter .25s ease;
}

.case-study-media-card:hover .case-study-media-card__image img,
.case-study-media-card:focus-within .case-study-media-card__image img {
  transform: scale(1.012);
}

.case-study-media-card__video {
  display: grid;
  place-items: center;
  color: var(--accent-link);
  font-size: 38px;
}

.case-study-media-card__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.case-study-media-card__video video,
.case-study-media-slider__video video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: contain;
  background: #07090d;
}

.case-study-media-card__body {
  display: grid;
  gap: var(--spacing-4);
  padding: var(--site-card-padding);
  background:
    linear-gradient(180deg, rgba(var(--axis-blue-100-rgb), .035), transparent 58%),
    transparent;
}

.case-study-media-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3);
  margin-bottom: 0;
}

.case-study-media-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .2);
  border-radius: 999px;
  margin-bottom: 0;
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(var(--axis-blue-100-rgb), .06);
}

.case-study-media-card__meta a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--accent-link);
  font-size: var(--text-size-small);
  font-weight: 720;
  text-decoration: none;
}

.case-study-media-card__body h3,
.case-study-media-card__body > p {
  margin: 0;
}

.case-study-media-takeaway {
  display: grid;
  gap: var(--spacing-2);
  margin-top: var(--spacing-1);
  padding: var(--spacing-4);
  border: 1px solid rgba(var(--axis-blue-100-rgb), .18);
  border-left: 3px solid var(--accent-link);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .08), transparent 58%),
    color-mix(in srgb, var(--hs-card-surface) 88%, var(--hs-highlight-blue) 12%);
}

.case-study-media-takeaway span {
  display: inline-flex;
  margin: 0;
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-study-media-takeaway p {
  margin: 0;
  color: var(--hs-text);
  font-size: var(--text-size-small);
  line-height: 1.45;
}

.case-study-media-card a,
.case-study-related-list a {
  color: var(--accent-link);
  text-decoration: none;
}

.case-study-media-section--hatchery-ai {
  padding-block: clamp(8px, 1vw, 14px);
}

.case-study-media-section--hatchery-ai .case-study-media-intro {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(98, 215, 255, .24);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(8, 16, 25, .94), rgba(16, 32, 42, .9)),
    repeating-linear-gradient(90deg, rgba(198, 237, 254, .09) 0 1px, transparent 1px 32px);
  box-shadow: 0 22px 64px rgba(3, 10, 18, .18);
}

.case-study-media-section--hatchery-ai .case-study-media-intro .hero__label {
  color: #10202a;
  background: #c6edfe;
  border-color: rgba(198, 237, 254, .42);
}

.case-study-media-section--hatchery-ai .case-study-media-intro .h2,
.case-study-media-section--hatchery-ai .case-study-media-intro .text-large,
.case-study-media-section--hatchery-ai .case-study-media-points span {
  color: #ffffff;
}

.case-study-media-section--hatchery-ai .case-study-media-intro .text-large {
  color: rgba(255, 255, 255, .82);
}

.case-study-media-section--hatchery-ai .case-study-media-points {
  border-color: rgba(198, 237, 254, .18);
  background: rgba(255, 255, 255, .07);
  box-shadow: none;
}

.case-study-media-section--hatchery-ai .case-study-media-card {
  border-color: rgba(98, 215, 255, .2);
  background:
    linear-gradient(180deg, rgba(198, 237, 254, .08), transparent 42%),
    var(--hs-card-surface);
}

.case-study-media-section--hatchery-ai .case-study-media-card .case-study-media-card__image {
  background: #071019;
}

.case-study-media-section--hatchery-ai .case-study-media-card__body {
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #62d7ff, #a7f3d0, #f2c94c) 1;
}

.case-study-ai-experience__header {
  display: grid;
  gap: var(--spacing-4);
  max-width: 850px;
}

.case-study-ai-experience__header > * {
  margin: 0;
}

.case-study-ai-experience__header .hero__label {
  justify-self: start;
}

.case-study-ai-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(150px, .34fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(14px, 2vw, 26px);
  padding: clamp(16px, 2.4vw, 30px);
  border: 1px solid rgba(98, 215, 255, .24);
  border-radius: 8px;
  background:
    repeating-linear-gradient(0deg, rgba(198, 237, 254, .055) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(198, 237, 254, .055) 0 1px, transparent 1px 32px),
    #071019;
  box-shadow: 0 26px 70px rgba(3, 10, 18, .22);
}

.case-study-ai-guide__management,
.case-study-ai-guide__assistant {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(198, 237, 254, .2);
  border-radius: 8px;
}

.case-study-ai-guide__management {
  background: #f7fbfc;
  color: #10202a;
}

.case-study-ai-guide__assistant {
  background: rgba(10, 22, 31, .94);
  color: #ffffff;
}

.case-study-ai-guide__windowbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3);
  min-height: 44px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(98, 215, 255, .18);
  font-family: var(--site-tech-font);
  font-size: .7rem;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.case-study-ai-guide__windowbar span,
.case-study-ai-guide__windowbar small {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.case-study-ai-guide__management .case-study-ai-guide__windowbar {
  border-color: rgba(21, 94, 117, .18);
  background: #e8f7fb;
  color: #155e75;
}

.case-study-ai-guide__assistant .case-study-ai-guide__windowbar {
  background: rgba(98, 215, 255, .07);
  color: #c6edfe;
}

.case-study-ai-guide__assistant .case-study-ai-guide__windowbar small i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6ee7b7;
  box-shadow: 0 0 0 4px rgba(110, 231, 183, .1);
}

.case-study-ai-guide__panel-heading {
  display: grid;
  gap: var(--spacing-2);
  padding: 16px;
}

.case-study-ai-guide__panel-heading h3,
.case-study-ai-guide__panel-heading p {
  margin: 0;
}

.case-study-ai-guide__panel-heading h3 {
  font-size: 1.05rem;
}

.case-study-ai-guide__panel-heading p {
  color: inherit;
  font-size: .78rem;
  line-height: 1.5;
  opacity: .72;
}

.case-study-ai-content-list {
  display: grid;
  border-top: 1px solid rgba(21, 94, 117, .13);
}

.case-study-ai-content-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 65px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(21, 94, 117, .12);
}

.case-study-ai-content-row > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #dff4fa;
  color: #155e75;
}

.case-study-ai-content-row > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.case-study-ai-content-row strong {
  font-size: .78rem;
}

.case-study-ai-content-row small {
  color: #526671;
  font-size: .67rem;
  line-height: 1.35;
}

.case-study-ai-content-row em {
  padding: 4px 6px;
  border: 1px solid rgba(22, 101, 52, .18);
  border-radius: 5px;
  background: #ecfdf3;
  color: #166534;
  font-family: var(--site-tech-font);
  font-size: .59rem;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.case-study-ai-role-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 14px;
  background: #f0f6f8;
}

.case-study-ai-role-rail span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid rgba(21, 94, 117, .14);
  border-radius: 6px;
  color: #264652;
  font-size: .63rem;
  font-weight: 750;
}

.case-study-ai-guide__engine {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  padding: 18px 10px;
  color: #ffffff;
  text-align: center;
}

.case-study-ai-guide__engine::before,
.case-study-ai-guide__engine::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 46px);
  height: 1px;
  background: linear-gradient(90deg, rgba(98, 215, 255, .18), #62d7ff);
}

.case-study-ai-guide__engine::before {
  right: calc(50% + 46px);
}

.case-study-ai-guide__engine::after {
  left: calc(50% + 46px);
  transform: rotate(180deg);
}

.case-study-ai-guide__engine > span {
  color: #9bdcf4;
  font-family: var(--site-tech-font);
  font-size: .66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.case-study-ai-guide__engine > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 72px;
  border: 1px solid rgba(98, 215, 255, .52);
  border-radius: 8px;
  background: linear-gradient(145deg, #12364a, #0b1b27);
  box-shadow: 0 0 0 6px rgba(98, 215, 255, .06), 0 16px 35px rgba(0, 0, 0, .24);
  color: #ffffff;
  font-size: 1.1rem;
}

.case-study-ai-guide__engine > p {
  max-width: 150px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: .67rem;
  line-height: 1.45;
}

.case-study-ai-guide__engine > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.case-study-ai-guide__engine small {
  padding: 4px 6px;
  border: 1px solid rgba(167, 243, 208, .18);
  border-radius: 4px;
  color: #a7f3d0;
  font-family: var(--site-tech-font);
  font-size: .57rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-study-ai-prompt-list {
  display: grid;
  gap: 9px;
  padding: 0 14px 14px;
}

.case-study-ai-prompt {
  overflow: hidden;
  border: 1px solid rgba(98, 215, 255, .16);
  border-radius: 7px;
  background: rgba(255, 255, 255, .035);
}

.case-study-ai-prompt > button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  align-items: start;
  gap: 10px;
  width: 100%;
  padding: 11px;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
}

.case-study-ai-prompt > button > i:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: rgba(98, 215, 255, .1);
  color: #62d7ff;
}

.case-study-ai-prompt > button > i:last-child {
  color: rgba(255, 255, 255, .48);
}

.case-study-ai-prompt > button span {
  display: grid;
  gap: 4px;
}

.case-study-ai-prompt > button strong {
  font-size: .75rem;
  line-height: 1.4;
}

.case-study-ai-prompt > button small {
  color: rgba(255, 255, 255, .58);
  font-size: .65rem;
  line-height: 1.4;
}

.case-study-ai-prompt > button:hover,
.case-study-ai-prompt > button:focus-visible {
  background: rgba(98, 215, 255, .08);
}

.case-study-ai-prompt__sources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  border-top: 1px solid rgba(98, 215, 255, .1);
  background: rgba(0, 0, 0, .12);
}

.case-study-ai-prompt__sources span {
  color: rgba(255, 255, 255, .42);
  font-family: var(--site-tech-font);
  font-size: .56rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-study-ai-prompt__sources small {
  padding: 3px 5px;
  border-radius: 4px;
  background: rgba(242, 201, 76, .1);
  color: #f5df91;
  font-size: .56rem;
}

.case-study-ai-experience__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 850px;
  margin: 12px 0 0;
  color: var(--text-gray-dark-subtle);
  font-family: var(--site-tech-font);
  font-size: .72rem;
  line-height: 1.5;
}

.case-study-ai-experience__note i {
  margin-top: .2em;
  color: var(--accent-link);
}

@media (max-width: 1080px) {
  .case-study-ai-guide {
    grid-template-columns: 1fr;
  }

  .case-study-ai-guide__engine {
    min-height: 190px;
  }

  .case-study-ai-guide__engine::before,
  .case-study-ai-guide__engine::after {
    left: 50%;
    width: 1px;
    height: 38px;
    background: linear-gradient(180deg, rgba(98, 215, 255, .18), #62d7ff);
  }

  .case-study-ai-guide__engine::before {
    top: 0;
    right: auto;
  }

  .case-study-ai-guide__engine::after {
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
  }
}

@media (max-width: 560px) {
  .case-study-ai-guide {
    padding: 10px;
  }

  .case-study-ai-content-row {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .case-study-ai-content-row em {
    grid-column: 2;
    justify-self: start;
  }
}

@media (min-width: 1120px) {
  .case-study-media-section--hatchery-ai .case-study-media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.case-study-faq-list,
.case-study-related-list {
  display: grid;
  gap: var(--site-card-gap);
}

.case-study-faq-item,
.case-study-related-card {
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .055), transparent 42%),
    var(--hs-card-surface);
}

.case-study-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-4);
  padding: var(--spacing-5);
  cursor: pointer;
  color: var(--hs-text);
  font-weight: 720;
}

.case-study-faq-item summary::-webkit-details-marker {
  display: none;
}

.case-study-faq-item[open] summary i {
  transform: rotate(45deg);
}

.case-study-faq-item p {
  margin: 0;
  padding: 0 var(--spacing-5) var(--spacing-5);
  color: var(--text-gray-dark-subtle);
  line-height: 1.58;
}

.case-study-related-card {
  display: grid;
  gap: var(--spacing-3);
  min-width: 0;
  padding: var(--spacing-5);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.case-study-related-card--study {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.case-study-related-card__media {
  display: block;
  min-width: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  background: #090b0f;
  border-bottom: 1px solid var(--border-subtle);
}

.case-study-related-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-related-card__body {
  display: grid;
  align-content: center;
  gap: var(--spacing-2);
  min-width: 0;
  padding: var(--spacing-5);
  background: var(--hs-card-surface);
}

.case-study-related-card:hover,
.case-study-related-card:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .32);
  box-shadow: var(--hs-card-shadow-hover);
  transform: translateY(-2px);
}

.case-study-related-card strong {
  color: var(--hs-text);
  font-size: var(--text-size-h5);
  line-height: 1.15;
}

.case-study-related-card span {
  color: var(--text-gray-dark-subtle);
  line-height: 1.4;
}

.case-study-related-card em {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  margin-top: var(--spacing-1);
  color: var(--accent-link);
  font-family: var(--site-tech-font);
  font-size: var(--text-size-small);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .case-study-filter-panel {
    padding: var(--spacing-4);
  }

  .case-study-filter-panel__search {
    grid-template-columns: auto 1fr;
    row-gap: var(--spacing-2);
  }

  .case-study-filter-panel__label {
    grid-column: 1 / -1;
  }

  .case-study-filter-panel__clear {
    justify-content: center;
    min-height: 36px;
    padding-inline: var(--spacing-3);
  }

  .case-study-card__proof {
    grid-template-columns: 1fr;
  }

  .case-study-card__media {
    aspect-ratio: 16 / 10;
  }

  .case-study-card__tags span:nth-child(n+5) {
    display: none;
  }

  .case-study-detail-hero__grid {
    padding: 24px;
  }

  .case-study-detail-hero__media {
    aspect-ratio: 4 / 3;
  }

  .case-study-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .case-study-detail-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .case-study-metric-band {
    grid-template-columns: 1fr;
  }

  .case-study-media-points,
  .case-study-media-card__body {
    padding: var(--spacing-4);
  }

  .case-study-media-card .case-study-media-card__image,
  .case-study-media-card__video {
    aspect-ratio: 4 / 3;
  }

  .case-study-media-card__meta {
    align-items: flex-start;
  }

  .case-study-pricing-card__cta {
    width: 100%;
  }

  .case-study-faq-item summary {
    align-items: flex-start;
    padding: var(--spacing-4);
  }

  .case-study-faq-item p {
    padding: 0 var(--spacing-4) var(--spacing-4);
  }

  .case-study-table-wrap {
    overflow: visible;
  }

  .case-study-table,
  .case-study-table thead,
  .case-study-table tbody,
  .case-study-table tr,
  .case-study-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .case-study-table thead {
    display: none;
  }

  .case-study-table tr {
    padding: var(--spacing-4);
    border-bottom: 1px solid var(--border-subtle);
  }

  .case-study-table tr:last-child {
    border-bottom: 0;
  }

  .case-study-table td {
    padding: var(--spacing-2) 0;
    border-bottom: 0;
  }

  .case-study-table td::before {
    display: block;
    margin-bottom: var(--spacing-1);
    color: var(--accent-link);
    font-family: var(--site-tech-font);
    font-size: var(--text-size-small);
    font-weight: 800;
    text-transform: uppercase;
  }

  .case-study-table td:nth-child(1)::before {
    content: "Category";
  }

  .case-study-table td:nth-child(2)::before {
    content: "Before";
  }

  .case-study-table td:nth-child(3)::before {
    content: "After";
  }

  .case-study-related-grid {
    gap: var(--spacing-12);
  }

  .case-study-related-card--study {
    grid-template-columns: minmax(0, 1fr);
  }

  .case-study-related-card__body {
    padding: var(--spacing-5);
  }

  .case-study-related-card strong {
    font-size: var(--text-size-normal);
  }

}


/* DataTables - "!important" used to override default styles */
/* ── DataTable utility ── */
.table-full-width {
  width: 100%;
}

/* ── Status badges ── */
.badge-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: var(--text-size-small);
  font-weight: 500;
  line-height: 1.5;
}
.badge-status--ready     { background: #d1fae5; color: #065f46; }
.badge-status--failed    { background: #fee2e2; color: #991b1b; }
.badge-status--building  { background: #fef3c7; color: #92400e; }
.badge-status--cancelled { background: var(--bg-dark); color: var(--text-muted); }
/* intentionally omitted: --cancelled uses CSS vars that already adapt to dark mode */
.badge-status--default   { background: var(--bg-dark); color: var(--text-muted); }

:is([data-hs-theme="dark"], .dark) .badge-status--ready    { background: #064e3b; color: #6ee7b7; }
:is([data-hs-theme="dark"], .dark) .badge-status--failed   { background: #450a0a; color: #fca5a5; }
:is([data-hs-theme="dark"], .dark) .badge-status--building { background: #451a03; color: #fcd34d; }

/* ── DataTables v2.2 + Bootstrap 5 overrides ── */
/* Adapts DT controls to project CSS variables; dark mode works automatically
   because the Axis theme attribute flips the vars globally. */

div.dt-container {
  font-size: var(--text-size-small);
  color: var(--text);
}

div.dt-container .dt-layout-row {
  justify-content: flex-start !important;
  text-align: left !important;
}

div.dt-container .dt-layout-cell {
  justify-content: flex-start !important;
  text-align: left !important;
}

div.dt-container .dt-layout-cell.dt-layout-end {
  justify-content: flex-end !important;
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
  }

  /* First row (entries + search): both left-aligned */
  div.dt-container .dt-layout-row:first-child .dt-layout-cell {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  /* Bottom row (info + pagination): both right-aligned */
  div.dt-container .dt-layout-cell:has(.dt-info),
  div.dt-container .dt-layout-cell:has(.dt-paging) {
    justify-content: flex-end !important;
    text-align: right !important;
  }
}

/* dt-length: gap + label color */
.dt-length {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
}

.dt-length label {
  color: var(--text-muted);
}

/* dt-length select: tighten caret space + theme-aware arrow */
div.dt-container .dt-length select {
  background-color: var(--bg);
  color: var(--text);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  font-family: var(--body-font-family);
  font-size: var(--text-size-small);
  padding: 4px 32px 4px 8px !important;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}

/* dt-search: hide label, add search icon */
.dt-search {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dt-search label {
  display: none;
}

div.dt-container .dt-search input {
  background-color: var(--bg);
  color: var(--text);
  border: 1px solid var(--border-subtle) !important;
  border-radius: 8px !important;
  font-family: var(--body-font-family);
  font-size: var(--text-size-small);
  padding: 4px 8px 4px 32px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23999' viewBox='0 0 16 16'%3e%3cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 14px 14px;
}

/* Shared focus state */
div.dt-container .dt-search input:focus,
div.dt-container .dt-length select:focus {
  outline: none;
  border-color: #c6edfe !important;
  border-width: 2.5px !important;
  box-shadow: none !important;
}

/* dt-info */
div.dt-container .dt-info {
  color: var(--text-muted) !important;
  font-size: var(--text-size-small);
}

/* Table wrapper border */
table#deploymentsTable {
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

/* Table cell borders + text */
#deploymentsTable > :not(caption) > * > * {
  border-color: var(--border-subtle);
  background-color: transparent;
  color: var(--text);
}

/* Stripe rows — DT2 uses inset box-shadow for stripes, not background-color */
table.dataTable#deploymentsTable > tbody > tr:nth-child(odd) > * {
  box-shadow: none !important;
  background-color: var(--bg-subtle) !important;
}
table.dataTable#deploymentsTable > tbody > tr:nth-child(even) > * {
  box-shadow: none !important;
  background-color: var(--bg) !important;
}

/* Pagination — minimal style, nav-like hover */
div.dt-container .dt-paging nav button.dt-paging-button {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--text) !important;
  font-family: var(--body-font-family);
  font-size: var(--text-size-small);
  padding: 4px 8px;
  cursor: pointer;
  text-decoration: none !important;
}

div.dt-container .dt-paging nav button.dt-paging-button:hover {
  color: var(--nav-link-hover) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  background: none !important;
}

div.dt-container .dt-paging nav button.dt-paging-button.current {
  font-weight: 700;
  color: var(--text) !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
}

div.dt-container .dt-paging nav button.dt-paging-button.disabled {
  color: var(--text-muted) !important;
  cursor: default;
  text-decoration: none !important;
}

/* 2026-07-28 mobile repair pass: home animation + footer */
@media (max-width: 767px) {
  section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box,
  section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .hero__title-box,
  section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="low"] .hero__title-box {
    min-height: auto;
    text-align: left;
    padding: clamp(82px, 22vw, 108px) var(--gap, 16px) var(--spacing-8);
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box-content,
  section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .hero__title-box-content,
  section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="low"] .hero__title-box-content {
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__title-box-content::before {
    inset: -44px -18px -30px;
    background:
      radial-gradient(ellipse at 28% 18%, rgba(198, 237, 254, .08), rgba(5, 6, 7, 0) 38%),
      linear-gradient(180deg, rgba(5, 6, 7, .82), rgba(5, 6, 7, .46) 62%, rgba(5, 6, 7, .12));
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__label-container,
  section.hero.home-stage-hero[data-entity="home-hero"] .product-hero__actions,
  section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .hero__label-container,
  section.hero.home-stage-hero[data-entity="home-hero"][data-hero-layout="left"] .product-hero__actions {
    justify-content: flex-start;
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__heading {
    max-width: 11ch;
    font-size: clamp(38px, 11.5vw, 50px);
    line-height: 1;
  }

  section.hero.home-stage-hero[data-entity="home-hero"] .hero__subheading {
    max-width: 36rem;
  }

  .home-stage-backdrop {
    top: 0;
    bottom: 0;
    opacity: .98;
  }

  .home-stage-backdrop::after {
    background:
      linear-gradient(90deg, #050607 0%, rgba(5, 6, 7, .64) 6%, rgba(5, 6, 7, .08) 22%, rgba(5, 6, 7, .08) 78%, rgba(5, 6, 7, .64) 94%, #050607 100%),
      linear-gradient(180deg, rgba(5, 6, 7, .42) 0%, rgba(5, 6, 7, .14) 34%, rgba(5, 6, 7, .04) 62%, rgba(5, 6, 7, .78) 100%);
  }

  .home-stage-grid,
  .home-stage-hero[data-hero-depth="near"] .home-stage-grid,
  .home-stage-hero[data-hero-depth="wide"] .home-stage-grid {
    top: 31%;
    left: 50%;
    width: min(225vw, 940px);
    height: 69%;
    opacity: .96;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .68) 8%, #000 20%, #000 80%, rgba(0, 0, 0, .68) 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .68) 8%, #000 20%, #000 80%, rgba(0, 0, 0, .68) 92%, transparent 100%);
  }

  .home-tech-stage__core,
  .home-tech-stage__product-system,
  .home-tech-stage__security-boundary {
    opacity: .92;
  }

  .home-tech-stage__wash {
    opacity: .14;
  }

  .stage-line {
    stroke: rgba(244, 246, 248, .32);
  }

  .stage-line--strong {
    opacity: .9;
  }

  .stage-flow--primary {
    stroke: rgba(var(--axis-blue-100-rgb), .64);
  }

  .stage-product-node rect,
  .stage-security-badge rect {
    fill: rgba(5, 6, 7, .78);
  }

  .home-hero-system-rail {
    width: auto;
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    margin: var(--spacing-6) calc(-1 * var(--gap, 16px)) 0;
    padding: 6px var(--gap, 16px);
    border-inline: 0;
    border-radius: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: var(--gap, 16px);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home-hero-system-rail::-webkit-scrollbar {
    display: none;
  }

  .home-hero-system-rail a {
    flex: 0 0 146px;
    min-height: 62px;
    scroll-snap-align: start;
  }

  .home-context-stage {
    min-height: 1010px;
    overflow: hidden;
  }

  .home-context-product {
    z-index: 4;
  }

  .home-context-product__core {
    overflow: hidden;
  }

  .home-context-product__label {
    max-width: 100%;
    white-space: normal;
    line-height: 1.2;
  }

  .home-context-stage__scan {
    animation: h6-context-scan 16s ease-in-out infinite !important;
  }

  .home-context-fragments span {
    animation: h6-context-fragment 11s ease-in-out infinite !important;
  }

  .home-context-fragments span:nth-child(2) {
    animation-delay: -2s !important;
  }

  .home-context-fragments span:nth-child(3) {
    animation-delay: -4s !important;
  }

  .home-context-fragments span:nth-child(4) {
    animation-delay: -6s !important;
  }

  .home-context-fragments span:nth-child(5) {
    animation-delay: -3s !important;
  }

  .home-context-fragments span:nth-child(6) {
    animation-delay: -5s !important;
  }

  .home-context-bridge span {
    animation: h6-context-packet-y 5.8s linear infinite !important;
  }

  .home-context-bridge span:nth-child(2) {
    animation-delay: -1.9s !important;
  }

  .home-context-bridge span:nth-child(3) {
    animation-delay: -3.8s !important;
  }

  .home-context-gate__ring {
    animation: h6-context-ring 34s linear infinite !important;
  }

  .footer {
    margin-top: var(--spacing-14);
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  .footer > .custom-container.pb-12 {
    padding-bottom: var(--spacing-6);
  }

  .footer__columns .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer__col {
    display: block;
    border: 1px solid var(--hs-card-border);
    border-radius: 8px;
    overflow: hidden;
    background:
      linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .055), rgba(255, 255, 255, .018)),
      var(--hs-card-surface);
  }

  .footer__col-title {
    min-height: 54px;
    padding: 0 var(--spacing-4);
    cursor: pointer;
    color: var(--hs-text);
    font-family: var(--site-tech-font);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
  }

  .footer__col-title::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    opacity: .68;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease, opacity .18s ease;
  }

  .footer__col[open] .footer__col-title::after {
    opacity: .9;
    transform: rotate(-135deg) translateY(-1px);
  }

  .footer__col ul {
    gap: 6px;
    padding: 0 var(--spacing-3) var(--spacing-3);
  }

  .footer__col a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-3);
    border: 1px solid transparent;
    border-radius: 6px;
    background: rgba(255, 255, 255, .03);
    color: var(--text);
    font-size: 14px;
    text-decoration: none;
  }

  .footer__col a:active,
  .footer__col a:focus-visible {
    border-color: rgba(var(--axis-blue-100-rgb), .34);
    background: rgba(var(--axis-blue-100-rgb), .1);
    outline: none;
  }

  .footer__logo-text {
    left: 0;
    max-width: 100%;
    display: block;
    overflow: hidden;
    font-size: clamp(46px, 17vw, 72px);
    opacity: .065;
    white-space: nowrap;
  }

  .footer__copy {
    max-width: 32rem;
    color: var(--text-muted);
    line-height: 1.45;
    letter-spacing: .025em;
  }
}

@keyframes h6-mobile-card-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.legal-hero .hero__subheading {
  max-width: 860px;
}

.legal-page {
  --legal-toc-width: minmax(210px, 280px);
}

.legal-grid {
  display: grid;
  grid-template-columns: var(--legal-toc-width) minmax(0, 1fr);
  gap: var(--site-feature-gap);
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: var(--spacing-5);
}

.legal-toc a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 var(--spacing-3);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .015em;
  text-decoration: none;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .28);
  background: rgba(var(--axis-blue-100-rgb), .075);
  color: var(--hs-text);
  outline: none;
}

.legal-stack {
  display: grid;
  gap: var(--site-card-gap);
}

.legal-section {
  position: relative;
  padding: var(--site-card-padding);
  overflow: hidden;
}

.legal-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--axis-blue-100-rgb), .42), transparent 72%);
  pointer-events: none;
}

.legal-section h2 {
  margin: var(--spacing-2) 0 var(--spacing-4);
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
}

.legal-section p {
  max-width: 74ch;
  margin: 0;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-normal);
  line-height: 1.66;
}

.legal-section p + p,
.legal-section p + .legal-mini-note,
.legal-section .legal-callout-grid + p,
.legal-section .cookie-choice-grid + p {
  margin-top: var(--spacing-4);
}

.legal-section a {
  color: var(--accent-link);
  font-weight: 700;
  text-underline-offset: 3px;
}

.legal-callout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--site-card-gap);
}

.legal-callout-grid > div,
.legal-mini-note,
.legal-status-panel,
.cookie-choice-card {
  border: 1px solid var(--hs-card-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .09), rgba(255, 255, 255, .018) 62%),
    color-mix(in srgb, var(--hs-surface) 94%, var(--hs-highlight-blue) 6%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .045), 0 12px 30px rgba(0, 0, 0, .055);
}

.legal-callout-grid > div {
  min-height: 128px;
  display: grid;
  align-content: start;
  gap: var(--spacing-3);
  padding: var(--spacing-5);
}

.legal-callout-grid strong,
.legal-mini-note strong,
.legal-status-panel strong,
.cookie-choice-card strong {
  color: var(--hs-text);
  font-size: var(--text-size-normal);
  font-weight: 800;
  line-height: 1.2;
}

.legal-callout-grid span,
.legal-mini-note span,
.legal-status-panel span,
.cookie-choice-card span {
  color: var(--text-gray-dark-subtle);
  font-size: 14px;
  line-height: 1.5;
}

.legal-list {
  display: grid;
  gap: var(--spacing-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-gray-dark-subtle);
  font-size: var(--text-size-normal);
  line-height: 1.55;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hs-highlight-blue);
  box-shadow: 0 0 0 4px rgba(var(--axis-blue-100-rgb), .12);
}

.legal-mini-note,
.legal-status-panel {
  display: grid;
  gap: var(--spacing-2);
  padding: var(--spacing-4);
}

.legal-status-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: var(--spacing-5);
}

.legal-status-panel span {
  justify-self: end;
  max-width: 360px;
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.cookie-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--site-card-gap);
}

.cookie-choice-card {
  min-height: 176px;
  display: grid;
  align-content: start;
  gap: var(--spacing-3);
  padding: var(--spacing-5);
  color: var(--hs-text);
  cursor: pointer;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cookie-choice-card:hover,
.cookie-choice-card:focus-visible {
  border-color: rgba(var(--axis-blue-100-rgb), .36);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .14), rgba(255, 255, 255, .02) 62%),
    color-mix(in srgb, var(--hs-surface) 90%, var(--hs-highlight-blue) 10%);
  outline: none;
}

.cookie-choice-card:active {
  transform: translateY(1px);
}

.cookie-choice-card.active {
  border-color: rgba(var(--axis-blue-100-rgb), .62);
  background:
    linear-gradient(135deg, rgba(var(--axis-blue-100-rgb), .2), rgba(255, 255, 255, .024) 64%),
    color-mix(in srgb, var(--hs-surface) 84%, var(--hs-highlight-blue) 16%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06), 0 16px 38px rgba(var(--axis-blue-shadow-rgb), .15);
}

.cookie-choice-card.active::after {
  content: "selected";
  width: max-content;
  padding: 5px 8px;
  border: 1px solid rgba(var(--axis-blue-100-rgb), .34);
  border-radius: 999px;
  background: rgba(var(--axis-blue-100-rgb), .12);
  color: var(--hs-text);
  font-family: var(--site-tech-font);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
    display: flex;
    gap: 8px;
    padding: var(--spacing-3);
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .legal-toc::-webkit-scrollbar {
    display: none;
  }

  .legal-toc .section-kicker {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 2px;
  }

  .legal-toc a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .legal-page {
    margin-block: var(--spacing-15);
  }

  .legal-stack {
    gap: var(--spacing-4);
  }

  .legal-toc {
    margin-inline: calc(-1 * var(--gap, 16px));
    border-inline: 0;
    border-radius: 0;
  }

  .legal-section {
    padding: var(--spacing-5);
  }

  .legal-callout-grid,
  .cookie-choice-grid {
    grid-template-columns: 1fr;
  }

  .legal-callout-grid > div,
  .cookie-choice-card {
    min-height: 0;
  }

  .legal-status-panel {
    grid-template-columns: 1fr;
  }

  .legal-status-panel span {
    justify-self: start;
    text-align: left;
  }
}
