/* Echelon Direct V16 — one stylesheet, one responsive authority */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("assets/manrope-latin-variable.a30ddcd34970.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC,
    U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("assets/barlow-condensed-latin-500.460f141ec8f6.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("assets/barlow-condensed-latin-600.215a93c696f4.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("assets/barlow-condensed-latin-700.3787a5a41917.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("assets/barlow-condensed-latin-800.2515494e8cc2.woff2") format("woff2");
}

:root {
  --navy-950: #010711;
  --navy-900: #020a15;
  --navy-850: #03101f;
  --navy-800: #05182b;
  --navy-700: #082541;
  --blue: #0c4c8e;
  --gold: #d7a62d;
  --gold-bright: #f4d36b;
  --gold-soft: #e8bd4e;
  --cream: #f4f0e8;
  --cream-2: #e9e2d6;
  --paper: #fbfaf7;
  --white: #f8fbff;
  --ink: #061323;
  --copy: #c4cfdb;
  --muted: #8596a8;
  --dark-copy: #536274;
  --line: rgba(215, 166, 45, .52);
  --line-soft: rgba(255, 255, 255, .1);
  --dark-line: rgba(6, 19, 35, .13);
  --shadow: 0 30px 90px rgba(0, 0, 0, .36);
  --shadow-soft: 0 26px 70px rgba(3, 20, 40, .13);
  --max: 1440px;
  --header: 76px;
  --parallax: 0px;
}

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

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 18px);
  background: var(--navy-900);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--navy-900);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
  touch-action: none;
}

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

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

main {
  min-width: 0;
}

h1,
h2,
h3,
.editorial-card__copy > strong {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 800;
  line-height: .9;
  text-transform: uppercase;
}

h1 em,
h2 em,
h3 em,
.editorial-card__copy > strong em,
.product-tile h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.35px var(--gold);
  text-stroke: 1.35px var(--gold);
}

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 5000;
  top: -80px;
  left: 18px;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--gold-bright);
  color: var(--ink);
  font-weight: 800;
  transition: top .2s ease;
}

.skip-link:focus-visible {
  top: 16px;
}

.page-progress {
  position: fixed;
  z-index: 5001;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  box-shadow: 0 0 18px rgba(244, 211, 107, .5);
  will-change: transform;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2.25px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mobile-copy {
  display: none !important;
}

/* Header and navigation */
.site-header {
  position: sticky;
  z-index: 2000;
  top: 0;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: var(--header);
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(215, 166, 45, .22);
  background: rgba(2, 10, 21, .94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.site-header.is-scrolled {
  background: rgba(1, 8, 18, .98);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
}

.brand {
  display: flex;
  align-items: center;
  width: 152px;
  height: 62px;
}

.brand img {
  width: 148px;
  max-height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .42));
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 28px);
  min-width: 0;
}

.nav-group {
  position: relative;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: color .2s ease;
}

.nav-trigger:hover,
.nav-trigger[aria-expanded="true"] {
  color: var(--gold-bright);
}

.nav-chevron {
  color: var(--gold);
  font-size: 14px;
  transition: transform .22s ease;
}

.nav-trigger[aria-expanded="true"] .nav-chevron {
  transform: rotate(180deg);
}

.nav-panel {
  position: absolute;
  z-index: 80;
  top: calc(100% + 16px);
  left: 50%;
  display: none;
  width: min(640px, 82vw);
  padding: 14px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -8px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(7, 27, 48, .995), rgba(2, 10, 21, .995));
  box-shadow: var(--shadow);
  transition: opacity .2s ease, transform .24s ease, visibility .24s ease;
}

.nav-group:first-child .nav-panel {
  left: 0;
  transform: translate(0, -8px);
}

.nav-group:last-child .nav-panel {
  right: 0;
  left: auto;
  transform: translate(0, -8px);
}

.nav-group.is-open > .nav-panel {
  display: block;
  transform: translate(-50%, 0);
}

.nav-group:first-child.is-open > .nav-panel,
.nav-group:last-child.is-open > .nav-panel {
  transform: translate(0, 0);
}

.nav-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nav-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 11px;
  background: rgba(255, 255, 255, .025);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.nav-card:hover,
.nav-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(215, 166, 45, .5);
  background: rgba(255, 255, 255, .05);
}

.nav-card > span:nth-child(2),
.nav-card strong,
.nav-card small {
  display: block;
  min-width: 0;
}

.nav-card strong {
  color: var(--white);
  font-size: 10px;
}

.nav-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}

.nav-card-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(215, 166, 45, .38);
  border-radius: 10px;
  color: var(--gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
}

.nav-contact-mobile {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  padding: 10px 19px;
  border-radius: 8px;
  background: linear-gradient(105deg, var(--gold), var(--gold-bright));
  box-shadow: 0 12px 28px rgba(215, 166, 45, .15);
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}

.menu-toggle span:nth-child(1) { top: 15px; }
.menu-toggle span:nth-child(2) { top: 23px; }
.menu-toggle span:nth-child(3) { top: 31px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

/* Buttons */
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  padding: 12px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .58px;
  text-transform: uppercase;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: transparent;
  background: linear-gradient(105deg, var(--gold), var(--gold-bright));
  box-shadow: 0 16px 34px rgba(215, 166, 45, .18);
  color: #06101d;
}

.button-primary:hover {
  background: linear-gradient(105deg, var(--gold-soft), #f8dd82);
}

.button-ghost:hover {
  border-color: rgba(215, 166, 45, .65);
  background: rgba(255, 255, 255, .055);
}

.button-outline {
  border-color: rgba(6, 19, 35, .2);
  color: var(--ink);
}

.button-outline:hover {
  border-color: var(--gold);
  background: rgba(215, 166, 45, .1);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

/* Homepage */
.home-main {
  position: relative;
  padding: 14px 0 20px;
  overflow: clip;
  background:
    radial-gradient(circle at 54% -8%, rgba(27, 89, 151, .26), transparent 32%),
    linear-gradient(180deg, var(--navy-900), #03111f 58%, var(--navy-950));
  color: var(--white);
}

.home-main::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(41, 102, 161, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 102, 161, .08) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, #000, transparent 76%);
}

.home-shell {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 28px));
  margin-inline: auto;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(410px, 4.4fr) minmax(0, 7.6fr);
  min-height: 610px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--navy-850);
  box-shadow: var(--shadow);
}

.home-hero::before,
.editorial-card::before,
.product-tile::before,
.home-values::before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 86px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright), transparent);
}

.home-hero__copy {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 48px 44px 42px;
  background:
    radial-gradient(circle at 20% 18%, rgba(30, 91, 152, .24), transparent 36%),
    linear-gradient(90deg, #031323 0%, rgba(3, 19, 35, .99) 82%, rgba(3, 19, 35, .86));
}

.home-hero h1 {
  max-width: 610px;
  color: var(--white);
  font-size: clamp(72px, 6.8vw, 108px);
  line-height: .79;
  letter-spacing: -1.5px;
}

.home-hero__intro {
  max-width: 44ch;
  margin: 24px 0 0;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.75;
}

.home-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.home-proof > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 9px;
  color: var(--muted);
  font-size: 7px;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.home-proof strong {
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: .8px;
}

.home-hero__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #07182b;
}

.home-hero__media picture,
.home-hero__media img {
  width: 100%;
  height: 100%;
}

.home-hero__media img {
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(.98) contrast(1.04) brightness(.92);
  animation: hero-breathe 16s ease-in-out infinite alternate;
}

.home-hero__shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 19, 35, .88), transparent 34%),
    linear-gradient(180deg, transparent 60%, rgba(2, 10, 21, .38));
  pointer-events: none;
}

.home-hero__badge {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(2, 12, 24, .84);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .35);
  color: var(--copy);
  font-size: 7px;
  letter-spacing: .8px;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.home-hero__badge img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  animation: none;
}

.home-hero__badge strong {
  color: var(--white);
}

.home-editorial {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.editorial-card {
  position: relative;
  min-height: 382px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 0%, rgba(28, 99, 169, .15), transparent 34%),
    var(--navy-850);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
  color: var(--white);
  transition: transform .36s ease, border-color .3s ease, box-shadow .3s ease;
}

.editorial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 211, 107, .8);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .34);
}

.editorial-card--five { grid-column: span 5; }
.editorial-card--six { grid-column: span 6; min-height: 370px; }
.editorial-card--seven { grid-column: span 7; }
.editorial-card--twelve { grid-column: span 12; min-height: 430px; }

.editorial-card__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.editorial-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(1.04) brightness(.88);
  transition: transform 1s cubic-bezier(.2, .72, .2, 1), filter .5s ease;
}

.editorial-card:hover .editorial-card__media img {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.05) brightness(.94);
}

.editorial-card--partner .editorial-card__media img { object-position: 52% 45%; }
.editorial-card--about .editorial-card__media img { object-position: center; }
.editorial-card--culture .editorial-card__media img { object-position: center 48%; }

.editorial-card__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 10, 21, .96), rgba(2, 10, 21, .62) 45%, rgba(2, 10, 21, .1) 78%),
    linear-gradient(180deg, transparent 46%, rgba(2, 10, 21, .72));
}

.editorial-card--partner .editorial-card__shade {
  background:
    linear-gradient(90deg, rgba(2, 10, 21, .97), rgba(2, 10, 21, .72) 62%, rgba(2, 10, 21, .18)),
    linear-gradient(180deg, transparent 40%, rgba(2, 10, 21, .82));
}

.editorial-card__copy {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(65%, 590px);
  padding: 28px 30px;
}

.editorial-card--culture .editorial-card__copy {
  width: min(46%, 600px);
}

.editorial-card__copy > small,
.product-tile > small {
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.editorial-card__copy > strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(42px, 4.2vw, 65px);
  letter-spacing: -.5px;
}

.editorial-card__copy > span:not([aria-hidden="true"]) {
  max-width: 46ch;
  margin-top: 14px;
  color: var(--copy);
  font-size: 10px;
  line-height: 1.7;
}

.editorial-card__copy > b,
.product-tile > b {
  margin-top: 22px;
  color: var(--gold-bright);
  font-size: 8px;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.editorial-card--review,
.editorial-card--intelligence {
  background: linear-gradient(145deg, #061c34, #020a15);
}

.editorial-card--review .editorial-card__copy,
.editorial-card--intelligence .editorial-card__copy {
  justify-content: flex-end;
  width: min(66%, 540px);
  background: linear-gradient(90deg, rgba(2, 10, 21, .97), rgba(2, 10, 21, .74) 76%, transparent);
}

.home-review-ui,
.home-network-ui {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.network-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(41, 111, 178, .25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 111, 178, .25) 1px, transparent 1px);
  background-size: 44px 44px;
}

.home-network-ui > svg {
  position: absolute;
  top: 2%;
  right: -2%;
  width: 76%;
  fill: none;
  stroke: #1b6bb5;
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(27, 107, 181, .35));
}

.home-network-ui > svg path {
  stroke-dasharray: 1600;
  animation: line-draw 9s linear infinite;
}

.home-network-ui circle {
  fill: var(--gold);
  stroke: #153d66;
  animation: node-pulse 2.8s ease-in-out infinite alternate;
}

.signal-card {
  position: absolute;
  z-index: 5;
  right: 6%;
  bottom: 12%;
  display: grid;
  width: 170px;
  padding: 18px;
  border: 1px solid rgba(215, 166, 45, .38);
  border-radius: 15px;
  background: rgba(2, 12, 25, .9);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .38);
}

.signal-card small {
  color: var(--muted);
  font-size: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.signal-card strong {
  margin-block: 7px;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
}

.signal-card span {
  color: var(--gold-bright);
  font-size: 7px;
  text-transform: uppercase;
}

.home-products {
  display: grid;
  grid-template-columns: 1.08fr repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.home-values,
.product-tile {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 85% 0%, rgba(24, 89, 154, .15), transparent 35%),
    linear-gradient(145deg, #061b31, #020a15);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
}

.home-values {
  display: grid;
  align-content: center;
  padding: 28px 22px;
}

.home-values article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-soft);
}

.home-values article:last-child {
  border-bottom: 0;
}

.home-values article > span,
.symbol {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(215, 166, 45, .55);
  border-radius: 12px;
  color: var(--gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
}

.home-values strong,
.home-values small {
  display: block;
}

.home-values strong {
  color: var(--gold-bright);
  font-size: 10px;
}

.home-values small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.45;
}

.product-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 22px 22px;
  color: var(--white);
  transition: transform .3s ease, border-color .3s ease;
}

.product-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(244, 211, 107, .82);
}

.product-tile h2 {
  margin-top: 10px;
  font-size: clamp(31px, 2.5vw, 42px);
}

.product-tile p {
  min-height: 50px;
  margin: 12px 0 0;
  color: var(--copy);
  font-size: 8px;
  line-height: 1.6;
}

.product-tile > b {
  margin-top: auto;
}

.solution-stack {
  position: relative;
  width: 84%;
  height: 138px;
  margin: 20px auto 8px;
  perspective: 700px;
}

.solution-stack i {
  position: absolute;
  right: 0;
  left: 0;
  display: grid;
  place-items: center;
  height: 42px;
  border: 1px solid rgba(215, 166, 45, .38);
  border-radius: 7px;
  background: linear-gradient(90deg, #0b3158, #06182c);
  color: var(--gold-bright);
  font-size: 7px;
  font-style: normal;
  letter-spacing: .7px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .3);
  transform: translateY(calc(var(--stack) * 24px)) translateZ(calc(var(--stack) * -12px));
}

.solution-stack i:nth-child(1) { --stack: 0; }
.solution-stack i:nth-child(2) { --stack: 1; }
.solution-stack i:nth-child(3) { --stack: 2; }
.solution-stack i:nth-child(4) { --stack: 3; }

.product-tile--equipment img {
  width: 92%;
  height: 165px;
  margin: 8px auto 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .5));
}

.home-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 250px;
  margin-top: 12px;
  padding: 42px clamp(24px, 5vw, 70px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 86% 12%, rgba(215, 166, 45, .16), transparent 30%),
    linear-gradient(120deg, #071d35, #020a15);
}

.home-close h2 {
  color: var(--white);
  font-size: clamp(44px, 5.4vw, 76px);
}

.mobile-action-bar {
  display: none;
}

/* Shared page architecture */
.section,
.product-hero,
.faq-hero,
.legal-hero {
  position: relative;
  padding: 86px max(24px, calc((100vw - 1320px) / 2));
}

.section {
  overflow: hidden;
}

.section-light {
  background:
    radial-gradient(circle at 92% 0%, rgba(20, 77, 134, .08), transparent 28%),
    var(--paper);
}

.section-cream {
  background: var(--cream);
}

.section-dark {
  background:
    radial-gradient(circle at 85% 0%, rgba(31, 103, 174, .18), transparent 35%),
    linear-gradient(145deg, #061a31, var(--navy-900));
  color: var(--white);
}

.section-gold {
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 247, 203, .3), transparent 28%),
    linear-gradient(120deg, #b88414, #e8bc4b 52%, #c69120);
  color: var(--ink);
}

.section-head {
  max-width: 960px;
  margin-bottom: 46px;
}

.section-head h2,
.media-copy h2,
.partner-copy h2,
.reality-copy h2,
.cta-copy h2 {
  font-size: clamp(54px, 5.8vw, 82px);
  letter-spacing: -.8px;
}

.section-light .section-head h2,
.section-cream .section-head h2,
.media-copy h2,
.partner-copy h2 {
  color: var(--ink);
}

.section-dark .section-head h2 {
  color: var(--white);
}

.section-head > p:not(.eyebrow),
.media-copy > p:not(.eyebrow),
.partner-copy > p:not(.eyebrow),
.reality-copy > p:not(.eyebrow),
.cta-copy > p:not(.eyebrow) {
  max-width: 68ch;
  color: var(--dark-copy);
  font-size: 14px;
  line-height: 1.8;
}

.section-dark .section-head > p:not(.eyebrow),
.cta-copy > p:not(.eyebrow) {
  color: var(--copy);
}

.section-dark .media-copy > p:not(.eyebrow) {
  color: var(--dark-copy);
}

.mission-grid,
.trust-grid,
.solution-panels,
.icon-feature-grid,
.campaign-grid,
.partner-benefit-grid,
.review-grid,
.equipment-grid,
.industry-grid,
.deep-process-grid,
.support-standard-grid,
.process-steps,
.ownership-flow,
.signal-flow,
.human-grid,
.lane-grid,
.framework-row,
.reality-grid {
  display: grid;
  gap: 16px;
}

.mission-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid,
.campaign-grid,
.partner-benefit-grid,
.review-grid,
.equipment-grid,
.industry-grid,
.deep-process-grid,
.process-steps,
.human-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.solution-panels { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.support-standard-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.signal-flow,
.ownership-flow,
.framework-row,
.reality-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lane-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.mission-grid article,
.trust-grid article,
.solution-panel,
.icon-feature-grid article,
.campaign-grid article,
.partner-benefit-grid article,
.review-grid article,
.equipment-grid article,
.industry-grid article,
.deep-process-grid article,
.support-standard-grid article,
.process-steps article,
.ownership-flow article,
.signal-flow article,
.human-card,
.lane-grid article,
.framework-row article {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(7, 20, 38, .13);
  border-radius: 15px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 14px 34px rgba(4, 20, 40, .055);
}

.section-dark .trust-grid article,
.section-dark .solution-panel,
.section-dark .icon-feature-grid article,
.section-dark .campaign-grid article,
.section-dark .partner-benefit-grid article,
.section-dark .review-grid article,
.section-dark .deep-process-grid article,
.section-dark .support-standard-grid article,
.section-dark .process-steps article,
.section-dark .ownership-flow article,
.section-dark .signal-flow article,
.section-dark .human-card,
.section-dark .lane-grid article,
.section-dark .framework-row article {
  border-color: var(--line-soft);
  background: rgba(255, 255, 255, .035);
  box-shadow: none;
}

.mission-grid h3,
.trust-grid h3,
.solution-panel h3,
.icon-feature-grid h3,
.campaign-grid h3,
.partner-benefit-grid h3,
.review-grid h3,
.equipment-grid h3,
.industry-grid h3,
.deep-process-grid h3,
.support-standard-grid h3,
.process-steps h3,
.ownership-flow h3,
.signal-flow h3,
.human-card h3,
.lane-grid h3 {
  margin-top: 20px;
  color: var(--ink);
  font-size: 31px;
}

.section-dark h3 {
  color: var(--white);
}

.mission-grid p,
.trust-grid p,
.solution-panel p,
.icon-feature-grid p,
.campaign-grid p,
.partner-benefit-grid p,
.review-grid p,
.equipment-grid p,
.industry-grid p,
.deep-process-grid p,
.support-standard-grid p,
.process-steps p,
.ownership-flow p,
.signal-flow p,
.human-card p,
.lane-grid p {
  color: var(--dark-copy);
  font-size: 12px;
  line-height: 1.75;
}

.section-dark article p {
  color: var(--copy);
}

.support-standard-grid article > span,
.signal-flow article > span,
.ownership-flow article > span,
.process-steps article > span,
.framework-row article > span,
.deep-process-grid article > span {
  color: var(--gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.media-split,
.partner-visual-section,
.reality-section,
.cta-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: stretch;
}

.media-split.reverse {
  grid-template-columns: .92fr 1.08fr;
}

.media-split.reverse .media-photo {
  order: 2;
}

.media-photo,
.partner-crm,
.executive-photo,
.cta-media {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.media-photo img,
.partner-crm img,
.executive-photo img,
.cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-copy,
.partner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 90px);
  background: var(--paper);
}

.culture-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.culture-points article {
  padding: 16px 0;
  border-top: 1px solid var(--dark-line);
}

.culture-points strong,
.culture-points span {
  display: block;
}

.culture-points strong {
  color: var(--ink);
}

.culture-points span {
  margin-top: 5px;
  color: var(--dark-copy);
  font-size: 11px;
}

.photo-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(2, 10, 21, .88);
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .8px;
}

.photo-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.reality-section {
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  margin: auto;
  padding: 76px 0;
}

.reality-copy h2 {
  color: var(--ink);
}

.reality-grid article {
  display: grid;
  min-height: 130px;
  place-content: center;
  padding: 18px;
  border: 1px solid rgba(6, 19, 35, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .18);
  text-align: center;
}

.reality-grid strong,
.reality-grid span {
  display: block;
}

.reality-grid strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 39px;
  line-height: 1;
}

.reality-grid span {
  margin-top: 7px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.cta-section {
  min-height: 420px;
  background:
    radial-gradient(circle at 84% 0%, rgba(215, 166, 45, .16), transparent 34%),
    linear-gradient(125deg, #071d35, var(--navy-900));
  color: var(--white);
}

.cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px max(24px, calc((100vw - 1320px) / 2));
}

.cta-copy:only-child {
  grid-column: 1 / -1;
  width: min(1320px, calc(100% - 48px));
  margin: auto;
  padding-inline: 0;
}

.cta-copy h2 {
  max-width: 1020px;
  color: var(--white);
}

/* Hero systems */
.photo-hero,
.leadership-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--navy-900);
  color: var(--white);
}

.photo-hero-bg,
.leadership-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.03) brightness(.75);
}

.photo-hero-shade,
.leadership-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 10, 21, .97), rgba(2, 10, 21, .68) 48%, rgba(2, 10, 21, .14)),
    linear-gradient(180deg, transparent 54%, var(--navy-900));
}

.photo-hero-grid,
.leadership-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 70px;
  width: min(1320px, calc(100% - 48px));
  min-height: 720px;
  margin: auto;
  padding: 112px 0 72px;
}

.photo-hero-copy h1,
.leadership-hero-copy h1,
.product-hero-copy h1,
.faq-hero-copy h1 {
  color: var(--white);
  font-size: clamp(74px, 8vw, 118px);
  line-height: .79;
  letter-spacing: -1.8px;
}

.photo-hero-copy > p:not(.eyebrow),
.leadership-hero-copy > p:not(.eyebrow),
.product-hero-copy > p:not(.eyebrow),
.faq-hero-copy > p:not(.eyebrow) {
  max-width: 62ch;
  color: var(--copy);
  font-size: 15px;
  line-height: 1.75;
}

.photo-hero-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(3, 16, 31, .82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.photo-hero-card h3 {
  color: var(--white);
  font-size: 42px;
}

.photo-hero-card p:not(.eyebrow) {
  color: var(--copy);
  font-size: 11px;
  line-height: 1.7;
}

.leadership-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(420px, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 52px;
  min-height: 690px;
  background:
    radial-gradient(circle at 82% 8%, rgba(34, 113, 192, .22), transparent 34%),
    linear-gradient(135deg, #061a31, var(--navy-900));
  color: var(--white);
}

.product-hero-copy {
  max-width: 700px;
}

.product-hero-stage {
  position: relative;
  min-width: 0;
}

.product-screen {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #06182b;
  box-shadow: var(--shadow);
}

.review-stage .product-screen,
.intelligence-stage .product-screen {
  min-height: 560px;
}

/* Product relationship-map stages */
.commerce-stage,
.auto-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 30%, rgba(36, 119, 203, .24), transparent 42%),
    linear-gradient(145deg, #071d37, var(--navy-900));
}

.commerce-stage,
.auto-stage {
  position: relative;
  display: grid;
  min-height: 530px;
  place-items: center;
}

/* Intelligence and executive profiles */
.intelligence-pair {
  display: grid;
  gap: 22px;
}

.intel-card,
.executive-profile {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  overflow: hidden;
  border: 1px solid #dcd4c8;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.intel-card.reverse,
.executive-profile.reverse {
  grid-template-columns: 1.14fr .86fr;
}

.intel-card.reverse > div:first-child,
.executive-profile.reverse .executive-photo {
  order: 2;
}

.intel-card > div:first-child,
.executive-content {
  padding: clamp(34px, 5vw, 68px);
}

.intel-card h2,
.executive-content > h2 {
  color: var(--ink);
  font-size: clamp(52px, 5.2vw, 76px);
}

.intel-card p,
.executive-content > p {
  color: var(--dark-copy);
  line-height: 1.8;
}

.intel-card ul,
.executive-content ul {
  padding: 0;
  list-style: none;
}

.intel-card li,
.executive-content li {
  padding: 11px 0;
  border-bottom: 1px solid var(--dark-line);
  color: var(--dark-copy);
  font-size: 12px;
}

.executive-profile {
  margin-bottom: 22px;
}

.executive-photo {
  min-height: 650px;
}

.executive-photo img {
  object-position: top;
}

.bio-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.bio-columns h3 {
  color: var(--ink);
  font-size: 29px;
}

.bio-columns .human-card {
  background: var(--cream);
}

/* Contact, FAQ, legal */
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, .9fr);
  min-height: calc(100vh - var(--header));
  background: var(--navy-900);
}

.contact-visual {
  position: relative;
  min-height: 740px;
  overflow: hidden;
}

.contact-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.74) saturate(.9);
}

.contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(2, 10, 21, .94));
}

.contact-visual-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px;
  color: var(--white);
}

.contact-visual-copy h1 {
  font-size: clamp(62px, 7vw, 96px);
}

.contact-form-wrap {
  align-self: center;
  margin: 38px;
  padding: 36px;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.contact-form-wrap [hidden] {
  display: none !important;
}

.contact-callout {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(12, 76, 142, .2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 8%, rgba(215, 166, 45, .16), transparent 34%),
    var(--cream);
}

.contact-callout > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.contact-callout > a {
  width: fit-content;
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: .9;
}

.contact-callout > a:hover,
.contact-callout > a:focus-visible {
  color: var(--blue);
}

.contact-callout > a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}

.contact-callout p {
  margin: 4px 0 0;
  color: var(--dark-copy);
  line-height: 1.75;
}

.contact-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 24px;
}

.contact-paths button {
  min-height: 52px;
  padding: 10px;
  border: 1px solid var(--dark-line);
  border-radius: 9px;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}

.contact-paths button.is-active {
  border-color: var(--navy-700);
  background: var(--navy-700);
  color: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.form-grid label {
  display: grid;
  gap: 6px;
  color: #26374b;
  font-size: 10px;
  font-weight: 800;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #ced6df;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
}

.form-grid textarea {
  min-height: 112px;
  resize: vertical;
}

.conditional-fields {
  display: none;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.conditional-fields.is-visible {
  display: grid;
}

.form-status {
  min-height: 22px;
  color: #236b3d;
  font-size: 10px;
}

.form-status.is-error {
  color: #9e2f2f;
}

.faq-hero {
  min-height: 500px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 85% 5%, rgba(34, 113, 192, .22), transparent 35%),
    linear-gradient(135deg, #061a31, var(--navy-900));
  color: var(--white);
}

.faq-hero-copy {
  max-width: 1020px;
}

.faq-search {
  width: min(760px, 100%);
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 11px;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
}

.faq-library {
  padding: 76px max(24px, calc((100vw - 1240px) / 2));
  background: var(--cream);
}

.faq-category + .faq-category {
  margin-top: 66px;
}

.faq-category h2 {
  color: var(--ink);
  font-size: clamp(40px, 4.2vw, 58px);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.faq-item {
  border: 1px solid #d9d1c5;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(4, 20, 40, .045);
}

.faq-item summary {
  position: relative;
  padding: 17px 46px 17px 18px;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 13px;
  right: 16px;
  color: var(--gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item > div {
  padding: 0 18px 18px;
  color: var(--dark-copy);
  font-size: 11px;
  line-height: 1.75;
}

.faq-empty {
  padding: 24px;
  border-radius: 12px;
  background: var(--paper);
  color: var(--dark-copy);
}

.legal-hero {
  min-height: 430px;
  display: grid;
  align-items: end;
  background: linear-gradient(145deg, #03101f, #0a315f);
  color: var(--white);
}

.legal-hero h1 {
  font-size: clamp(66px, 8vw, 104px);
}

.legal-content {
  padding: 76px max(24px, calc((100vw - 1120px) / 2));
  background: var(--cream);
}

.legal-content h2 {
  margin-top: 42px;
  color: var(--ink);
  font-size: 34px;
}

.legal-content p,
.legal-content li {
  color: var(--dark-copy);
  line-height: 1.85;
}

.bbb-link {
  text-decoration: underline;
}

.error-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 30px;
  background: var(--navy-900);
  color: var(--white);
  text-align: center;
}

.error-page main {
  max-width: 720px;
}

.error-page img {
  width: 150px;
  margin: auto;
}

.error-page p {
  margin: 16px 0 0;
  color: var(--gold);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
}

.error-page h1 {
  font-size: 55px;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(215, 166, 45, .24);
  background: var(--navy-950);
  color: var(--muted);
}

.footer-photo {
  display: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .75fr .9fr .85fr 1.35fr;
  gap: 32px;
  width: min(var(--max), calc(100% - 48px));
  margin: auto;
  padding: 54px 0;
}

.footer-brand img {
  width: 168px;
  height: auto;
  margin-bottom: 15px;
}

.footer-brand p {
  max-width: 390px;
  font-size: 10px;
  line-height: 1.75;
}

.site-footer h3 {
  margin: 0 0 13px;
  color: var(--gold-bright);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  color: var(--copy);
  font-size: 10px;
  line-height: 2.05;
}

.site-footer a:hover {
  color: var(--gold-bright);
}

.footer-contact .footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(105deg, var(--gold), var(--gold-bright));
  color: var(--ink);
  font-size: 8px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-contact .footer-cta:hover {
  color: var(--ink);
}

.footer-legal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--max), calc(100% - 48px));
  margin: auto;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 8px;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.footer-legal a {
  display: inline;
  margin-left: 18px;
  font-size: inherit;
}

/* Motion is progressive enhancement: content is never hidden */
[data-reveal],
.reveal {
  opacity: 1;
  transform: none;
}

[data-reveal].is-visible,
.reveal.is-visible {
  animation: reveal-in .7s cubic-bezier(.2, .72, .2, 1) both;
  animation-delay: var(--reveal-delay, 0ms);
}

@keyframes reveal-in {
  from { opacity: .55; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

@keyframes hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.045); }
}

@keyframes line-draw {
  0% { stroke-dashoffset: 1200; }
  55%, 100% { stroke-dashoffset: 0; }
}

@keyframes node-pulse {
  from { opacity: .45; }
  to { opacity: 1; }
}

/* Tablet */
@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 165px minmax(0, 1fr) auto;
    gap: 12px;
    padding-inline: 18px;
  }

  .site-nav {
    gap: 12px;
  }

  .nav-trigger {
    font-size: 8px;
  }

  .header-cta {
    padding-inline: 15px;
    font-size: 8px;
  }

  .home-hero {
    grid-template-columns: minmax(360px, .9fr) 1.1fr;
  }

  .home-hero__copy {
    padding-inline: 34px;
  }

  .home-hero h1 {
    font-size: clamp(66px, 8vw, 88px);
  }

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

  .home-values {
    grid-row: span 2;
  }

  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-hero-copy {
    max-width: 920px;
  }

  .mission-grid,
  .support-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.45fr repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 820px) {
  :root {
    --header: 72px;
  }

  html,
  body {
    overflow-x: clip;
  }

  .desktop-copy {
    display: none !important;
  }

  .mobile-copy {
    display: initial !important;
  }

  .site-header,
  .site-header.is-scrolled {
    grid-template-columns: 1fr auto;
    height: var(--header);
    padding: 0 14px;
    background: rgba(1, 8, 18, .99);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand {
    width: 110px;
    height: 60px;
  }

  .brand img {
    width: 106px;
    max-height: 56px;
  }

  .menu-toggle {
    display: block;
  }

  .site-header > .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    z-index: 1900;
    top: var(--header);
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 16px calc(86px + env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 94% 0%, rgba(215, 166, 45, .13), transparent 31%),
      linear-gradient(180deg, #041426, #010812 78%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 0 100%);
    transition: opacity .22s ease, clip-path .28s cubic-bezier(.2, .72, .2, 1), visibility .28s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0);
  }

  .nav-group {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .nav-trigger {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 60px;
    color: var(--white);
    font-size: 12px;
    letter-spacing: 1px;
  }

  .nav-chevron {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .nav-panel,
  .nav-group:first-child .nav-panel,
  .nav-group:last-child .nav-panel {
    position: static;
    display: grid;
    right: auto;
    left: auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    grid-template-rows: 0fr;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: grid-template-rows .28s ease;
  }

  .nav-group.is-open > .nav-panel,
  .nav-group:first-child.is-open > .nav-panel,
  .nav-group:last-child.is-open > .nav-panel {
    grid-template-rows: 1fr;
    transform: none;
  }

  .nav-panel-grid {
    min-height: 0;
    overflow: hidden;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 0 0 12px 12px;
  }

  .nav-card {
    min-height: 64px;
    border-color: rgba(255, 255, 255, .08);
  }

  .nav-card strong {
    font-size: 10px;
  }

  .nav-card small {
    font-size: 8px;
  }

  .nav-contact-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    margin-top: 14px;
    padding: 0 17px;
    border-radius: 999px;
    background: linear-gradient(105deg, var(--gold), var(--gold-bright));
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
  }

  .nav-contact-mobile::after {
    content: "→";
  }

  .home-main {
    padding: 10px 0 calc(76px + env(safe-area-inset-bottom));
  }

  .home-shell {
    width: calc(100% - 20px);
  }

  .home-hero {
    display: block;
    min-height: 690px;
    border-radius: 18px;
  }

  .home-hero__media {
    position: absolute;
    inset: 0;
  }

  .home-hero__media picture,
  .home-hero__media img {
    height: 100%;
  }

  .home-hero__media img {
    object-position: 60% center;
    filter: saturate(.93) contrast(1.05) brightness(.72);
  }

  .home-hero__shade {
    background:
      linear-gradient(180deg, rgba(2, 10, 21, .08), rgba(2, 10, 21, .52) 42%, rgba(2, 10, 21, .98) 82%),
      linear-gradient(90deg, rgba(2, 10, 21, .5), transparent 76%);
  }

  .home-hero__copy {
    position: absolute;
    inset: 0;
    justify-content: flex-end;
    padding: 32px 20px 28px;
    background: transparent;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(51px, 15.8vw, 68px);
    line-height: .82;
    letter-spacing: -.7px;
  }

  .home-hero__intro {
    max-width: 33ch;
    margin-top: 18px;
    color: #e0e7ef;
    font-size: 12px;
    line-height: 1.65;
  }

  .home-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .home-hero .button {
    width: 100%;
    min-height: 50px;
  }

  .home-editorial {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .editorial-card--five,
  .editorial-card--six,
  .editorial-card--seven,
  .editorial-card--twelve {
    grid-column: auto;
    min-height: 430px;
  }

  .editorial-card--culture {
    min-height: 490px;
  }

  .editorial-card--review,
  .editorial-card--intelligence {
    min-height: 500px;
  }

  .editorial-card__shade,
  .editorial-card--partner .editorial-card__shade {
    background:
      linear-gradient(180deg, rgba(2, 10, 21, .04), rgba(2, 10, 21, .24) 38%, rgba(2, 10, 21, .98) 78%),
      linear-gradient(90deg, rgba(2, 10, 21, .24), transparent);
  }

  .editorial-card__copy,
  .editorial-card--culture .editorial-card__copy,
  .editorial-card--review .editorial-card__copy,
  .editorial-card--intelligence .editorial-card__copy {
    justify-content: flex-end;
    width: 100%;
    padding: 24px 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(2, 10, 21, .4) 38%, rgba(2, 10, 21, .98) 100%);
  }

  .editorial-card__copy > strong {
    font-size: clamp(45px, 13vw, 56px);
  }

  .editorial-card__copy > span:not([aria-hidden="true"]) {
    max-width: 35ch;
    font-size: 10px;
  }

  .editorial-card--partner .editorial-card__media img {
    object-position: 52% 24%;
  }

  .editorial-card--about .editorial-card__media img {
    object-position: 63% center;
  }

  .editorial-card--culture .editorial-card__media img {
    object-position: 58% 20%;
  }

  .home-network-ui > svg {
    top: 3%;
    right: -10%;
    width: 110%;
  }

  .signal-card {
    right: 5%;
    bottom: 40%;
    width: 142px;
    padding: 15px;
  }

  .signal-card strong {
    font-size: 30px;
  }

  .home-products {
    display: flex;
    gap: 10px;
    width: calc(100% - 10px);
    margin: 10px 0 0 10px;
    padding: 0 10px 8px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-products::-webkit-scrollbar {
    display: none;
  }

  .home-values,
  .product-tile {
    flex: 0 0 min(88vw, 360px);
    min-height: 410px;
    scroll-snap-align: start;
  }

  .home-close {
    display: grid;
    min-height: 350px;
    margin-top: 2px;
    padding: 34px 20px;
  }

  .home-close h2 {
    font-size: 44px;
  }

  .home-close h2 em {
    font-size: .85em;
  }

  .home-close .button {
    width: 100%;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 1800;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .72fr 1.42fr 1fr;
    padding: 7px max(8px, env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    border-top: 1px solid rgba(215, 166, 45, .38);
    background: rgba(1, 8, 18, .97);
    box-shadow: 0 -12px 34px rgba(0, 0, 0, .3);
    backdrop-filter: blur(18px);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    min-height: 48px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    color: var(--white);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .35px;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-action-bar a:last-child {
    border-right: 0;
  }

  .mobile-action-bar span {
    color: var(--gold-bright);
    font-size: 13px;
  }

  .section,
  .product-hero,
  .faq-hero,
  .legal-hero {
    padding: 66px 18px;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-head h2,
  .media-copy h2,
  .partner-copy h2,
  .reality-copy h2,
  .cta-copy h2 {
    font-size: clamp(46px, 13vw, 60px);
    line-height: .85;
  }

  .section-head > p:not(.eyebrow),
  .media-copy > p:not(.eyebrow),
  .partner-copy > p:not(.eyebrow),
  .reality-copy > p:not(.eyebrow),
  .cta-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.7;
  }

  .mission-grid,
  .trust-grid,
  .solution-panels,
  .icon-feature-grid,
  .campaign-grid,
  .partner-benefit-grid,
  .review-grid,
  .equipment-grid,
  .industry-grid,
  .deep-process-grid,
  .support-standard-grid,
  .process-steps,
  .ownership-flow,
  .signal-flow,
  .human-grid,
  .lane-grid,
  .framework-row,
  .reality-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mission-grid article,
  .trust-grid article,
  .solution-panel,
  .icon-feature-grid article,
  .campaign-grid article,
  .partner-benefit-grid article,
  .review-grid article,
  .equipment-grid article,
  .industry-grid article,
  .deep-process-grid article,
  .support-standard-grid article,
  .process-steps article,
  .ownership-flow article,
  .signal-flow article,
  .human-card,
  .lane-grid article,
  .framework-row article {
    padding: 24px;
  }

  .media-split,
  .media-split.reverse,
  .partner-visual-section,
  .reality-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .media-split.reverse .media-photo {
    order: 0;
  }

  .media-photo,
  .partner-crm,
  .executive-photo,
  .cta-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .media-copy,
  .partner-copy {
    padding: 48px 20px 60px;
  }

  .reality-section {
    gap: 30px;
    width: 100%;
    padding: 58px 18px;
  }

  .reality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reality-grid article {
    min-height: 112px;
  }

  .cta-section {
    min-height: 0;
  }

  .cta-copy,
  .cta-copy:only-child {
    width: 100%;
    padding: 58px 20px;
  }

  .cta-actions,
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .cta-actions .button,
  .hero-actions .button {
    width: 100%;
  }

  .photo-hero,
  .leadership-hero {
    min-height: auto;
  }

  .photo-hero-bg,
  .leadership-hero > img {
    position: relative;
    height: 310px;
    object-position: center !important;
    filter: saturate(.92) contrast(1.04) brightness(.82);
  }

  .photo-hero-shade,
  .leadership-hero-shade {
    top: 0;
    bottom: auto;
    height: 310px;
    background: linear-gradient(180deg, transparent, rgba(2, 10, 21, .18) 55%, var(--navy-900));
  }

  .photo-hero-grid,
  .leadership-hero-copy {
    display: block;
    width: 100%;
    min-height: 0;
    margin-top: -34px;
    padding: 0 18px 60px;
  }

  .photo-hero-copy,
  .leadership-hero-copy {
    position: relative;
  }

  .photo-hero-copy h1,
  .leadership-hero-copy h1,
  .product-hero-copy h1,
  .faq-hero-copy h1 {
    font-size: clamp(55px, 15.4vw, 72px);
    line-height: .81;
    letter-spacing: -.8px;
  }

  .photo-hero-copy > p:not(.eyebrow),
  .leadership-hero-copy > p:not(.eyebrow),
  .product-hero-copy > p:not(.eyebrow),
  .faq-hero-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.68;
  }

  .photo-hero-card {
    display: none;
  }

  .product-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 30px;
  }

  .product-hero-stage {
    width: calc(100% + 36px);
    margin-left: -18px;
    padding-inline: 18px;
  }

  .product-screen,
  .review-stage .product-screen,
  .intelligence-stage .product-screen {
    min-height: 470px;
    border-radius: 18px;
  }

  .intel-card,
  .intel-card.reverse,
  .executive-profile,
  .executive-profile.reverse {
    grid-template-columns: 1fr;
  }

  .intel-card.reverse > div:first-child,
  .executive-profile.reverse .executive-photo {
    order: 0;
  }

  .intel-card > div:first-child,
  .executive-content {
    padding: 30px 22px 40px;
  }

  .commerce-stage,
  .auto-stage {
    min-height: 410px;
  }

  .executive-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .bio-columns {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    display: block;
  }

  .contact-visual {
    min-height: 600px;
  }

  .contact-visual-copy {
    padding: 60px 20px 38px;
  }

  .contact-form-wrap {
    margin: 0;
    padding: 34px 20px;
    border-radius: 0;
  }

  .contact-paths,
  .form-grid,
  .conditional-fields {
    grid-template-columns: 1fr;
  }

  .form-grid .full,
  .conditional-fields {
    grid-column: auto;
  }

  .faq-hero {
    min-height: 0;
  }

  .faq-library {
    padding: 58px 18px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 44px 20px;
  }

  .footer-legal {
    display: grid;
    width: 100%;
    padding: 20px;
  }

  .home-page .site-footer {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 390px) {
  .home-hero h1 {
    font-size: 47px;
  }

  .home-hero h1 em {
    font-size: .86em;
  }

  .editorial-card__copy > strong {
    font-size: 41px;
  }

  .reality-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-reveal],
  .reveal,
  [data-reveal].is-visible,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* --------------------------------------------------------------------------
   Echelon Direct approved facelift
   These late-layer rules preserve the V16 system while upgrading its stage.
   -------------------------------------------------------------------------- */

:root {
  --electric: #2f8de4;
  --electric-bright: #63a4ff;
  --champagne: #f0d58b;
  --amber: #c47b29;
  --ap-paper: #f3f0e8;
  --ap-white: #fffefa;
  --ap-navy: #07182b;
  --ap-ink: #071525;
}

/* Exact official logo masters remain fully contained at every breakpoint. */
.brand {
  width: 136px;
  height: calc(var(--header) - 8px);
}

.brand picture,
.brand img,
.footer-brand picture,
.footer-brand img {
  display: block;
  width: 100%;
}

.brand picture {
  height: 100%;
}

.brand img {
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}

.footer-brand picture {
  width: 168px;
  margin-bottom: 15px;
}

.footer-brand img {
  height: auto;
  margin: 0;
  object-fit: contain;
}

/* Premium desktop header and one shared, accessible mega-menu hierarchy. */
.site-header {
  grid-template-columns: 156px minmax(0, 1fr) auto;
  transition:
    background-color .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.home-page .site-header {
  position: fixed;
}

.home-page .site-header:not(.is-scrolled) {
  border-bottom-color: rgba(255, 255, 255, .12);
  background: linear-gradient(180deg, rgba(1, 7, 17, .9), rgba(1, 7, 17, .4) 70%, transparent);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-trigger {
  position: relative;
  min-height: 48px;
  font-size: 10px;
  letter-spacing: .95px;
}

.nav-trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 3px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: transform .2s ease;
}

.nav-trigger:hover::after,
.nav-trigger:focus-visible::after,
.nav-trigger[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.site-nav .nav-group .nav-panel {
  position: fixed;
  top: calc(var(--header) - 1px);
  right: auto;
  left: 50%;
  display: block;
  width: min(1080px, calc(100vw - 40px));
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -10px);
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(33, 102, 169, .15), transparent 38%),
    linear-gradient(180deg, rgba(5, 23, 42, .995), rgba(1, 8, 18, .998));
  box-shadow: 0 32px 80px rgba(0, 0, 0, .46);
  transition:
    opacity .19s ease,
    transform .23s cubic-bezier(.2, .72, .2, 1),
    visibility .23s ease;
}

.site-nav .nav-group.is-open > .nav-panel,
.site-nav .nav-group:first-child.is-open > .nav-panel,
.site-nav .nav-group:last-child.is-open > .nav-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-panel-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.nav-card {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 104px;
  padding: 16px;
  border-color: rgba(255, 255, 255, .09);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .014));
}

.nav-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  transform: scaleY(0);
  transform-origin: bottom;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  transition: transform .2s ease;
}

.nav-card {
  position: relative;
  overflow: hidden;
}

.nav-card:hover::before,
.nav-card:focus-visible::before,
.nav-card[aria-current="page"]::before {
  transform: scaleY(1);
}

.nav-card:hover,
.nav-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(240, 213, 139, .56);
  background: rgba(255, 255, 255, .065);
}

.nav-card strong {
  color: var(--white);
  font-size: 12px;
  line-height: 1.3;
}

.nav-card small {
  color: #aebdcb;
  font-size: 9px;
  line-height: 1.55;
}

.nav-card-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
}

/* Cinematic merchant-first homepage. */
.home-main {
  padding: 0 0 24px;
  background:
    radial-gradient(circle at 72% 5%, rgba(38, 111, 183, .2), transparent 31%),
    linear-gradient(180deg, #010711, #031321 48%, #010711);
}

.home-main::before {
  opacity: .11;
  background-size: 112px 112px;
}

.home-shell {
  width: min(1480px, calc(100% - 32px));
}

.home-main > .home-hero {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-hero {
  grid-template-columns: minmax(410px, .82fr) minmax(0, 1.18fr);
  min-height: max(720px, 100svh);
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
}

.home-hero__copy {
  padding:
    calc(var(--header) + clamp(42px, 7vw, 104px))
    clamp(32px, 5.4vw, 84px)
    clamp(54px, 8vw, 112px);
  background:
    radial-gradient(circle at 20% 24%, rgba(32, 101, 168, .24), transparent 37%),
    linear-gradient(90deg, #020c18, rgba(2, 15, 29, .99) 84%, rgba(2, 15, 29, .84));
}

.home-hero h1 {
  max-width: 680px;
  font-size: clamp(82px, 7.5vw, 126px);
  line-height: .77;
  letter-spacing: -2px;
}

.home-hero__intro {
  max-width: 50ch;
  color: #d4dee8;
  font-size: 14px;
}

.home-hero__media picture {
  height: calc(100% + 48px);
  margin-top: -24px;
  transform: translate3d(0, var(--hero-shift, 0), 0);
  will-change: transform;
}

.home-hero__media img {
  object-position: 57% center;
  filter: saturate(.92) contrast(1.06) brightness(.83);
  animation: echelon-hero-push 20s ease-in-out infinite alternate;
  will-change: transform;
}

.home-hero__shade {
  background:
    linear-gradient(90deg, rgba(2, 12, 24, .94), rgba(2, 12, 24, .25) 38%, rgba(2, 12, 24, .04) 66%),
    linear-gradient(180deg, rgba(1, 7, 17, .05) 45%, rgba(1, 7, 17, .65));
}

.home-hero__badge {
  right: clamp(22px, 3vw, 48px);
  bottom: clamp(24px, 4vw, 54px);
  min-height: 62px;
  padding: 10px 16px;
  border-color: rgba(240, 213, 139, .5);
  background: rgba(1, 9, 19, .82);
}

.home-hero__badge img {
  width: 48px;
  height: 38px;
}

.home-editorial {
  gap: 16px;
  margin-top: 16px;
}

.editorial-card {
  min-height: 470px;
  border-radius: 16px;
}

.editorial-card--six {
  min-height: 430px;
}

.editorial-card__media,
.home-review-ui {
  width: 100%;
  height: 100%;
}

.editorial-card__media img,
.home-review-ui img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-review-ui img {
  filter: saturate(.88) contrast(1.05) brightness(.83);
  transition: transform 1s cubic-bezier(.2, .72, .2, 1);
}

.editorial-card:hover .home-review-ui img {
  transform: scale(1.035);
}

.editorial-card--review .editorial-card__shade {
  background:
    linear-gradient(90deg, rgba(2, 10, 21, .97), rgba(2, 10, 21, .67) 54%, rgba(2, 10, 21, .1)),
    linear-gradient(180deg, transparent 38%, rgba(2, 10, 21, .78));
}

.editorial-card__copy {
  padding: clamp(28px, 3.4vw, 52px);
}

.editorial-card__copy > span:not([aria-hidden="true"]) {
  font-size: 11px;
}

/* Human culture rail. */
.home-culture {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .34fr) minmax(0, .66fr);
  grid-template-rows: 1fr auto;
  gap: 24px 34px;
  width: min(1480px, calc(100% - 32px));
  margin: clamp(96px, 10vw, 156px) auto;
}

.home-culture::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: min(340px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.home-culture__copy {
  align-self: center;
  padding: clamp(18px, 3vw, 48px);
}

.home-culture__copy h2,
.home-experiences__head h2 {
  color: var(--white);
  font-size: clamp(62px, 6.2vw, 100px);
  letter-spacing: -1.3px;
}

.home-culture__copy > p:not(.eyebrow),
.home-experiences__head > p:not(.eyebrow) {
  max-width: 46ch;
  margin: 24px 0 0;
  color: var(--copy);
  font-size: 13px;
  line-height: 1.75;
}

.home-culture__rail {
  display: flex;
  gap: 18px;
  min-width: 0;
  padding: 8px 0 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(215, 166, 45, .66) rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}

.home-culture__image {
  position: relative;
  flex: 0 0 min(720px, 68vw);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(240, 213, 139, .3);
  border-radius: 18px;
  background: var(--navy-850);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

.home-culture__image:nth-child(even) {
  flex-basis: min(630px, 60vw);
  margin-top: 34px;
  margin-bottom: -34px;
}

.home-culture__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.93) contrast(1.04);
  transition: transform .7s cubic-bezier(.2, .72, .2, 1), filter .35s ease;
}

.home-culture__image:hover img {
  transform: scale(1.025);
  filter: saturate(1.02) contrast(1.04);
}

.home-rail-controls {
  display: flex;
  grid-column: 2;
  gap: 9px;
  justify-content: flex-end;
}

.home-rail-controls button {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(240, 213, 139, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  color: var(--white);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.home-rail-controls button:hover,
.home-rail-controls button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold-bright);
  background: rgba(215, 166, 45, .12);
}

/* Four immersive merchant experiences; mobile deliberately becomes vertical. */
.home-experiences {
  position: relative;
  padding: clamp(84px, 9vw, 142px) max(16px, calc((100vw - 1480px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 4%, rgba(215, 166, 45, .13), transparent 28%),
    var(--cream);
  color: var(--ink);
}

.home-experiences__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  align-items: end;
  gap: 36px;
  width: min(1480px, 100%);
  margin: 0 auto 46px;
}

.home-experiences__head > .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.home-experiences__head h2 {
  grid-column: 1;
  grid-row: 2;
  color: var(--ink);
}

.home-experiences__head > p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  color: var(--dark-copy);
}

.home-experiences__rail {
  display: flex;
  gap: 22px;
  width: 100%;
  padding: 4px 0 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(6, 19, 35, .42) rgba(6, 19, 35, .08);
  scrollbar-width: thin;
}

.home-experience {
  position: relative;
  display: grid;
  flex: 0 0 min(1180px, 84vw);
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  min-height: 620px;
  overflow: hidden;
  scroll-snap-align: center;
  border: 1px solid rgba(6, 19, 35, .16);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(3, 20, 40, .14);
}

.home-experience > picture {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.home-experience > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .85s cubic-bezier(.2, .72, .2, 1);
}

.home-experience:hover > picture img {
  transform: scale(1.025);
}

.home-experience > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 66px);
}

.home-experience h3 {
  color: var(--ink);
  font-size: clamp(56px, 5vw, 78px);
  letter-spacing: -.9px;
}

.home-experience > div > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--dark-copy);
  font-size: 13px;
  line-height: 1.75;
}

.home-experience .button {
  align-self: flex-start;
  margin-top: 28px;
}

.home-experiences > .home-rail-controls {
  width: min(1480px, 100%);
  margin: 18px auto 0;
}

.home-experiences > .home-rail-controls button {
  border-color: rgba(6, 19, 35, .25);
  background: rgba(255, 255, 255, .5);
  color: var(--ink);
}

/* Varied product editorial composition. */
.home-products {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.home-values {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 100%;
}

.home-products .product-tile {
  grid-column: span 4;
  min-height: 430px;
  padding: clamp(28px, 3.2vw, 48px);
}

.home-products .product-tile--equipment {
  grid-column: span 8;
}

.product-tile--equipment > picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-tile--equipment > picture img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.05) brightness(.68);
  transition: transform .8s cubic-bezier(.2, .72, .2, 1), filter .35s ease;
}

.product-tile--equipment:hover > picture img {
  transform: scale(1.025);
  filter: saturate(.97) contrast(1.05) brightness(.72);
}

.product-tile--equipment::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 10, 21, .97), rgba(2, 10, 21, .68) 54%, rgba(2, 10, 21, .13)),
    linear-gradient(180deg, transparent 45%, rgba(2, 10, 21, .7));
  pointer-events: none;
}

.product-tile--equipment > :not(picture) {
  position: relative;
  z-index: 2;
  max-width: 54%;
}

.commerce-identity {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  margin: auto;
  place-items: center;
}

.commerce-identity::before {
  content: "ID";
  position: absolute;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--navy-850);
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.commerce-identity i {
  position: absolute;
  width: var(--identity-size, 80px);
  height: var(--identity-size, 80px);
  border: 1px solid var(--identity-color, rgba(47, 141, 228, .62));
  border-radius: 50%;
  animation: identity-breathe 5.2s ease-in-out infinite;
  animation-delay: var(--identity-delay, 0s);
}

.commerce-identity i:nth-child(1) { --identity-size: 80px; --identity-delay: -.7s; }
.commerce-identity i:nth-child(2) { --identity-size: 108px; --identity-color: rgba(47, 141, 228, .52); --identity-delay: -1.4s; }
.commerce-identity i:nth-child(3) { --identity-size: 136px; --identity-color: rgba(47, 141, 228, .42); --identity-delay: -2.1s; }
.commerce-identity i:nth-child(4) { --identity-size: 164px; --identity-color: rgba(47, 141, 228, .32); --identity-delay: -2.8s; }
.commerce-identity i:nth-child(5) { --identity-size: 190px; --identity-color: rgba(47, 141, 228, .22); --identity-delay: -3.5s; }

.autopilot-lockup {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  max-width: 100%;
  margin: auto;
  padding: 18px 22px;
  border: 1px solid rgba(240, 213, 139, .4);
  border-radius: 16px;
  background: rgba(1, 9, 19, .68);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
}

.autopilot-lockup > img {
  width: 58px;
  height: 54px;
  object-fit: contain;
}

.autopilot-lockup > span {
  display: grid;
  gap: 2px;
}

.autopilot-lockup strong {
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  letter-spacing: 1.8px;
  line-height: 1;
}

.autopilot-lockup small {
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .35px;
}

.home-close {
  position: relative;
  min-height: 520px;
  isolation: isolate;
  margin-top: 16px;
  padding: clamp(44px, 6vw, 86px);
  background: #03101f;
}

.home-close__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.home-close__media,
.home-close__media img {
  width: 100%;
  height: 100%;
}

.home-close__media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.84) contrast(1.06) brightness(.64);
}

.home-close::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 10, 21, .97), rgba(2, 10, 21, .64) 62%, rgba(2, 10, 21, .18)),
    linear-gradient(180deg, transparent, rgba(2, 10, 21, .62));
}

.home-close > div {
  max-width: 980px;
}

.home-close h2 {
  font-size: clamp(58px, 6vw, 92px);
}

/* Approved photography wrappers on product and company pages. */
.product-photo,
.media-photo-picture,
.contact-visual-media {
  display: block;
  width: 100%;
  height: 100%;
}

.product-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 213, 139, .38);
  border-radius: 22px;
  box-shadow: var(--shadow);
  background: var(--navy-850);
}

.product-hero > .product-hero-stage {
  min-height: 540px;
}

.product-photo img,
.media-photo-picture img,
.contact-visual-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-photo img {
  filter: saturate(.94) contrast(1.045) brightness(.9);
  transition: transform .9s cubic-bezier(.2, .72, .2, 1);
}

.product-hero-stage:hover .product-photo img {
  transform: scale(1.018);
}

.solutions-stage,
.payment-stage {
  min-height: 540px;
}

.media-photo-picture {
  position: absolute;
  inset: 0;
}

.media-photo-picture img {
  filter: saturate(.94) contrast(1.03);
}

.contact-visual-media {
  position: absolute;
  inset: 0;
}

.contact-visual-media img {
  filter: brightness(.72) saturate(.88) contrast(1.04);
}

.partner-culture-grid {
  grid-template-columns: 1.22fr .78fr;
  gap: 2px;
}

.partner-culture-grid .media-photo {
  min-height: 640px;
}

.photo-hero > picture,
.leadership-hero > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-hero > picture .photo-hero-bg,
.leadership-hero > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Technology is shown as relationships, never fabricated product screens. */
.ei-system-map,
.ei-commerce-map,
.cid-relationship-map,
.ei-autopilot-lockup {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: inherit;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 44% 40%, rgba(47, 141, 228, .18), transparent 42%),
    linear-gradient(145deg, #071d37, #020a15);
}

.ei-system-map__graphic,
.ei-commerce-map__graphic,
.cid-relationship-map__graphic,
.ei-autopilot-lockup__graphic {
  width: min(100%, 760px);
  height: auto;
  filter: drop-shadow(0 20px 42px rgba(0, 0, 0, .28));
}

.ei-commerce-map__graphic {
  width: min(90%, 540px);
}

.ei-system-map__signal-labels,
.ei-commerce-map__labels,
.cid-relationship-map__labels,
.ei-system-map__signal {
  pointer-events: none;
  user-select: none;
}

.ei-autopilot-lockup__graphic {
  width: min(86%, 460px);
}

.ei-system-map__relationships path,
.ei-commerce-map__relationships path,
.cid-relationship-map__relationships path {
  stroke-dasharray: 7 8;
  animation: relationship-route 12s linear infinite;
}

.ei-system-map__handoff {
  stroke-dasharray: 8 8;
  animation: relationship-route 6s linear infinite;
}

.ei-system-map__signals circle,
.ei-commerce-map__nodes circle,
.cid-relationship-map__nodes circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: relationship-node 4.8s ease-in-out infinite;
}

.ei-system-map__signals circle:nth-child(even),
.ei-commerce-map__nodes circle:nth-child(even),
.cid-relationship-map__nodes circle:nth-child(even) {
  animation-delay: -2.4s;
}

.ei-system-map__commerce,
.ei-commerce-map__core,
.cid-relationship-map__core {
  transform-box: fill-box;
  transform-origin: center;
  animation: relationship-core 5.6s ease-in-out infinite;
}

.ei-system-map__autopilot-link {
  cursor: pointer;
}

.ei-system-map__autopilot-link rect {
  transition: fill .22s ease, stroke .22s ease, filter .22s ease;
}

.ei-system-map__autopilot-link:hover rect,
.ei-system-map__autopilot-link:focus rect,
.ei-system-map__autopilot-link:focus-visible rect {
  fill: #082744;
  stroke: var(--gold-bright);
  filter: drop-shadow(0 0 18px rgba(240, 213, 139, .28));
}

.ei-system-map__autopilot-link:focus-visible {
  outline: none;
}

.ei-autopilot-lockup:hover .ei-autopilot-lockup__graphic,
.ei-autopilot-lockup:focus-visible .ei-autopilot-lockup__graphic {
  filter:
    drop-shadow(0 20px 42px rgba(0, 0, 0, .28))
    drop-shadow(0 0 20px rgba(240, 213, 139, .2));
}

@keyframes echelon-hero-push {
  from { transform: scale(1.025); }
  to { transform: scale(1.075); }
}

@keyframes identity-breathe {
  0%, 100% { opacity: .34; transform: scale(.96); }
  50% { opacity: .82; transform: scale(1.015); }
}

@keyframes relationship-route {
  to { stroke-dashoffset: -180; }
}

@keyframes relationship-node {
  0%, 100% { opacity: .72; transform: scale(.97); }
  50% { opacity: 1; transform: scale(1.035); }
}

@keyframes relationship-core {
  0%, 100% { transform: scale(.99); }
  50% { transform: scale(1.012); }
}

/* AutoPilot approved command center — responsive semantic product demo. */
.ap-demo {
  --ap-panel-line: rgba(7, 21, 37, .13);
  --ap-panel-shadow: 0 18px 44px rgba(7, 21, 37, .09);
  position: relative;
  color: var(--ap-ink);
  font-family: Manrope, Arial, sans-serif;
}

.ap-demo--home {
  width: 100%;
  margin: 0;
  padding: clamp(84px, 9vw, 144px) max(16px, calc((100vw - 1480px) / 2));
  background:
    radial-gradient(circle at 78% 0%, rgba(47, 141, 228, .1), transparent 28%),
    linear-gradient(180deg, #fbfaf6, var(--ap-paper));
}

.ap-demo--product {
  width: 100%;
}

.ap-demo-frame {
  width: min(1480px, 100%);
  margin-inline: auto;
}

.ap-demo-label {
  margin: 0 0 13px;
  color: #68798b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ap-demo-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: -43px 0 14px;
}

.ap-control {
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid rgba(7, 21, 37, .18);
  border-radius: 999px;
  background: rgba(255, 254, 250, .86);
  color: var(--ap-ink);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ap-control:hover,
.ap-control:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(7, 72, 139, .55);
  background: #fff;
}

.ap-control--start {
  border-color: var(--ap-ink);
  background: var(--ap-ink);
  color: var(--white);
}

.ap-control--start:hover,
.ap-control--start:focus-visible {
  border-color: #0d579d;
  background: #0d3155;
}

.ap-control--replay {
  border-color: rgba(215, 166, 45, .68);
}

.ap-demo[data-tour-state="playing"] .ap-control--start {
  opacity: .55;
}

.ap-shell {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 2.3vw, 34px) clamp(16px, 2.3vw, 34px) 122px;
  overflow: hidden;
  border: 1px solid rgba(7, 21, 37, .14);
  border-radius: 30px;
  background:
    linear-gradient(rgba(255, 255, 255, .46), rgba(255, 255, 255, .16)),
    var(--ap-paper);
  box-shadow:
    0 42px 110px rgba(3, 20, 40, .18),
    inset 0 1px rgba(255, 255, 255, .82);
}

.ap-shell:focus-visible {
  outline-color: #0d6ec5;
}

.ap-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  margin-bottom: 20px;
  padding: 10px 14px 18px;
  border-bottom: 1px solid rgba(7, 21, 37, .12);
}

.ap-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ap-brand-mark {
  width: 52px;
  height: 49px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(7, 21, 37, .12));
}

.ap-brand-copy {
  display: grid;
  gap: 3px;
}

.ap-wordmark {
  color: var(--ap-ink);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 800;
  letter-spacing: 2.4px;
  line-height: .9;
}

.ap-brand-copy small {
  color: #758294;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.ap-live-status {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 8px;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(18, 126, 95, .2);
  border-radius: 13px;
  background: rgba(255, 255, 255, .58);
}

.ap-live-status strong,
.ap-live-status span:last-child {
  display: block;
}

.ap-live-status strong {
  color: #0c6b4d;
  font-size: 11px;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.ap-live-status span:last-child {
  grid-column: 2;
  color: #6c7a89;
  font-size: 9px;
  line-height: 1;
}

.ap-live-dot {
  grid-row: 1 / span 2;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: #158a65;
  box-shadow: 0 0 0 3px rgba(21, 138, 101, .14);
}

.ap-owner {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ap-ink);
}

.ap-owner-initials {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0d3155, #06182b);
  box-shadow: inset 0 0 0 1px rgba(240, 213, 139, .24);
  color: var(--champagne);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .5px;
}

.ap-owner-copy {
  display: grid;
  gap: 2px;
}

.ap-owner-copy strong {
  font-size: 11px;
}

.ap-owner-copy small {
  color: #748294;
  font-size: 9px;
}

.ap-owner-chevron,
.ap-view-all-chevron {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}

.ap-owner-chevron {
  margin: -4px 2px 0 3px;
  transform: rotate(45deg);
}

.ap-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.45vw, 20px);
}

.ap-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ap-panel-line);
  border-radius: 19px;
  background: rgba(255, 254, 250, .92);
  box-shadow: var(--ap-panel-shadow);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.ap-panel::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition: border-color .22s ease, box-shadow .22s ease;
}

.ap-panel--navy {
  border-color: rgba(99, 164, 255, .18);
  background:
    radial-gradient(circle at 88% 4%, rgba(47, 141, 228, .2), transparent 31%),
    linear-gradient(145deg, #0a2340, #051426 76%);
  box-shadow: 0 24px 56px rgba(4, 19, 36, .22);
  color: var(--white);
}

.ap-module {
  isolation: isolate;
}

.ap-module--recovered {
  grid-column: span 6;
  min-height: 392px;
}

.ap-module--motion {
  grid-column: span 6;
  min-height: 392px;
}

.ap-module--appointments,
.ap-module--conversations,
.ap-module--needs-you {
  grid-column: span 4;
  min-height: 176px;
}

.ap-module--needs-you {
  border-color: rgba(214, 126, 32, .68);
  background:
    radial-gradient(circle at 16% 78%, rgba(229, 153, 67, .15), transparent 40%),
    linear-gradient(135deg, rgba(255, 253, 247, .98), rgba(255, 246, 231, .96));
  box-shadow:
    0 0 0 1px rgba(214, 126, 32, .1),
    0 16px 42px rgba(194, 111, 25, .13);
}

.ap-module--customers {
  grid-column: 1 / -1;
}

.ap-module-control {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 17px 19px;
  border: 0;
  border-bottom: 1px solid rgba(7, 21, 37, .09);
  background: transparent;
  color: var(--ap-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .65px;
  text-align: left;
  text-transform: uppercase;
}

.ap-panel--navy .ap-module-control {
  border-bottom-color: rgba(255, 255, 255, .1);
  color: var(--white);
}

.ap-information-mark {
  display: grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .52;
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
}

.ap-module-control:hover .ap-information-mark,
.ap-module-control:focus-visible .ap-information-mark {
  opacity: 1;
}

.ap-recovered-summary {
  position: relative;
  z-index: 2;
  padding: 18px 22px 0;
}

.ap-metric-value {
  margin: 0;
  color: var(--white);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(58px, 5.8vw, 86px);
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: .9;
}

.ap-metric-value--gold {
  color: var(--champagne);
}

.ap-metric-caption {
  margin: 8px 0 0;
  color: #9aacbf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ap-verified-win {
  position: absolute;
  z-index: 5;
  top: 74px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 8px 11px;
  border: 1px solid rgba(240, 213, 139, .3);
  border-radius: 999px;
  background: rgba(240, 213, 139, .08);
  color: var(--champagne);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.ap-shield,
.ap-verification-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 15px;
  height: 17px;
  border: 0;
  background: linear-gradient(145deg, #f5dc93, #b97819);
  clip-path: polygon(50% 0, 93% 16%, 86% 67%, 50% 100%, 14% 67%, 7% 16%);
  filter: drop-shadow(0 2px 3px rgba(99, 54, 5, .28));
}

.ap-shield::after,
.ap-verification-mark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 7px;
  transform: rotate(42deg);
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}

.ap-revenue-chart,
.ap-motion-chart {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  width: calc(100% - 32px);
  height: 210px;
  overflow: visible;
}

.ap-chart-grid {
  fill: none;
  stroke: rgba(255, 255, 255, .1);
  stroke-width: 1;
}

.ap-chart-area {
  opacity: .92;
}

.ap-chart-line {
  fill: none;
  stroke: var(--champagne);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 8px rgba(240, 213, 139, .28));
}

.ap-chart-points {
  fill: var(--champagne);
  stroke: #082541;
  stroke-width: 3;
}

.ap-chart-axis {
  fill: rgba(222, 232, 242, .72);
  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 600;
}

.ap-motion-chart {
  height: 210px;
}

.ap-motion-paths {
  fill: none;
  stroke: rgba(99, 164, 255, .27);
  stroke-width: 5;
  stroke-linecap: round;
}

.ap-motion-path--active {
  stroke-width: 5;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}

.ap-motion-points {
  fill: var(--electric-bright);
  stroke: #07182b;
  stroke-width: 3;
}

.ap-motion-change {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(99, 164, 255, .28);
  border-radius: 11px;
  background: rgba(4, 18, 34, .84);
  text-align: right;
}

.ap-motion-change strong {
  color: #d9eaff;
  font-size: 12px;
}

.ap-motion-change span {
  color: #8398ae;
  font-size: 9px;
}

.ap-compact-metric {
  display: grid;
  grid-template-columns: 58px auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 15px;
  margin: 0;
  padding: 22px;
}

.ap-compact-metric strong {
  color: var(--ap-ink);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 52px;
  line-height: .8;
}

.ap-compact-metric > span:last-child {
  color: #718091;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.ap-module-icon {
  position: relative;
  grid-row: 1 / span 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(12, 76, 142, .19);
  border-radius: 15px;
  background: rgba(47, 141, 228, .08);
  color: var(--blue);
}

.ap-module-icon::before,
.ap-module-icon::after {
  content: "";
  position: absolute;
}

.ap-module-icon--appointments::before {
  width: 22px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.ap-module-icon--appointments::after {
  top: 20px;
  width: 18px;
  height: 2px;
  background: currentColor;
  box-shadow: -5px -5px 0 -1px currentColor, 5px -5px 0 -1px currentColor;
}

.ap-module-icon--conversations::before {
  width: 24px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 9px;
}

.ap-module-icon--conversations::after {
  right: 14px;
  bottom: 14px;
  width: 7px;
  height: 7px;
  transform: skew(-25deg);
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.ap-module-icon--needs-you {
  border-color: rgba(196, 123, 41, .28);
  background: rgba(196, 123, 41, .09);
  color: #a45f18;
}

.ap-module-icon--needs-you::before {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.ap-module-icon--needs-you::after {
  content: "!";
  display: grid;
  inset: 0;
  place-items: center;
  font-weight: 900;
}

.ap-attention-badge {
  position: absolute;
  z-index: 10;
  top: 11px;
  right: 50px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  background: #b96c1d;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  box-shadow: 0 0 0 4px rgba(196, 123, 41, .12);
}

.ap-customers-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 12px;
}

.ap-customers-heading .ap-module-control {
  flex: 1 1 auto;
  width: auto;
  border-bottom: 0;
}

.ap-view-all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(7, 21, 37, .12);
  border-radius: 9px;
  background: rgba(255, 255, 255, .72);
  color: #24364a;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}

.ap-view-all:hover,
.ap-view-all:focus-visible {
  border-color: rgba(12, 76, 142, .4);
  color: var(--blue);
}

.ap-view-all-short {
  display: none;
}

.ap-view-all-chevron {
  transform: rotate(-45deg);
}

.ap-table-wrap {
  overflow-x: auto;
  border-top: 1px solid rgba(7, 21, 37, .09);
}

.ap-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.ap-table-wrap th,
.ap-table-wrap td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(7, 21, 37, .08);
  color: #5d6c7d;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  white-space: nowrap;
}

.ap-table-wrap thead th {
  padding-block: 11px;
  background: rgba(7, 21, 37, .025);
  color: #7a8796;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .65px;
  text-transform: uppercase;
}

.ap-table-wrap tbody th {
  color: var(--ap-ink);
  font-weight: 800;
}

.ap-table-wrap tbody tr[data-ap-customer-state="open"] .ap-verification-mark {
  opacity: .35;
  border-style: dashed;
}

.ap-table-wrap tbody tr[data-ap-customer-state="open"] [data-ap-proof] {
  color: #7a8796;
}

.ap-table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}

.ap-table-wrap td:last-child {
  color: #8c6b18;
  font-weight: 800;
}

.ap-outcome-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: #16883d;
  box-shadow: 0 0 0 3px rgba(22, 136, 61, .08);
  vertical-align: 1px;
}

.ap-customer-initials {
  display: inline-grid;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  place-items: center;
  border: 1px solid rgba(12, 76, 142, .18);
  border-radius: 50%;
  background: rgba(47, 141, 228, .08);
  color: var(--blue);
  font-size: 8px;
}

.ap-verification-mark {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -3px;
}

.ap-explanation {
  display: grid;
  grid-template-columns: minmax(150px, .28fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 72px;
  margin-top: 18px;
  padding: 15px 19px;
  border: 1px solid rgba(12, 76, 142, .18);
  border-radius: 15px;
  background: rgba(255, 254, 250, .76);
}

.ap-explanation strong {
  color: var(--ap-ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
}

.ap-explanation p {
  margin: 0;
  color: #596a7c;
  font-size: 12px;
  line-height: 1.6;
}

.ap-command-dock {
  position: absolute;
  z-index: 20;
  right: clamp(16px, 2.3vw, 34px);
  bottom: 24px;
  left: clamp(16px, 2.3vw, 34px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 74px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 19px;
  background: rgba(5, 20, 38, .97);
  box-shadow: 0 20px 42px rgba(4, 17, 33, .27);
}

.ap-dock-control {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 72px;
  gap: 4px;
  place-items: center;
  padding: 8px 4px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
  background: transparent;
  color: #9dafc1;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
  transition: color .18s ease, background .18s ease;
}

.ap-dock-control:last-child {
  border-right: 0;
}

.ap-dock-control:hover,
.ap-dock-control:focus-visible,
.ap-dock-control[aria-pressed="true"] {
  background: rgba(47, 141, 228, .09);
  color: var(--white);
}

.ap-dock-control[aria-pressed="true"]::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
}

.ap-dock-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  color: currentColor;
}

.ap-dock-icon::before,
.ap-dock-icon::after {
  content: "";
  position: absolute;
}

.ap-dock-icon--home::before {
  top: 7px;
  left: 5px;
  width: 14px;
  height: 13px;
  transform: rotate(45deg);
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.ap-dock-icon--home::after {
  right: 6px;
  bottom: 3px;
  left: 6px;
  height: 11px;
  border: 2px solid currentColor;
  border-top: 0;
}

.ap-dock-icon--conversations::before {
  top: 4px;
  left: 2px;
  width: 17px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 7px;
}

.ap-dock-icon--conversations::after {
  right: 2px;
  bottom: 3px;
  width: 13px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 6px;
}

.ap-dock-icon--recovered::before {
  inset: 3px;
  border: 2px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
}

.ap-dock-icon--recovered::after {
  top: 3px;
  left: 1px;
  width: 7px;
  height: 7px;
  transform: rotate(-12deg);
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.ap-dock-icon--appointments::before {
  inset: 4px 3px 3px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.ap-dock-icon--appointments::after {
  top: 8px;
  left: 6px;
  width: 12px;
  height: 2px;
  background: currentColor;
}

.ap-dock-icon--needs-you::before {
  inset: 3px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.ap-dock-icon--needs-you::after {
  content: "!";
  inset: 0;
  display: grid;
  place-items: center;
  color: #e4a14b;
  font-size: 14px;
  font-weight: 900;
}

.ap-dock-badge {
  position: absolute;
  top: 6px;
  left: calc(50% + 8px);
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #b96c1d;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

/* Module selection is meaningful in idle and during the guided sequence. */
.ap-demo[data-selected-module="recovered"] .ap-module--recovered::after,
.ap-demo[data-selected-module="motion"] .ap-module--motion::after,
.ap-demo[data-selected-module="appointments"] .ap-module--appointments::after,
.ap-demo[data-selected-module="conversations"] .ap-module--conversations::after,
.ap-demo[data-selected-module="needs-you"] .ap-module--needs-you::after,
.ap-demo[data-selected-module="customers"] .ap-module--customers::after {
  border-color: rgba(47, 141, 228, .7);
  box-shadow: inset 0 0 0 2px rgba(47, 141, 228, .08);
}

.ap-demo[data-selected-module="needs-you"] .ap-module--needs-you::after {
  border-color: rgba(214, 126, 32, .88);
  box-shadow: inset 0 0 0 2px rgba(214, 126, 32, .11);
}

.ap-demo[data-selected-module="recovered"] .ap-module--recovered,
.ap-demo[data-selected-module="motion"] .ap-module--motion,
.ap-demo[data-selected-module="appointments"] .ap-module--appointments,
.ap-demo[data-selected-module="conversations"] .ap-module--conversations,
.ap-demo[data-selected-module="needs-you"] .ap-module--needs-you,
.ap-demo[data-selected-module="customers"] .ap-module--customers {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(7, 54, 100, .15);
}

.ap-demo[data-tour-step="live"] .ap-live-dot {
  animation: ap-live-confirm 1.15s ease-out;
}

.ap-demo[data-tour-step="verified"] .ap-verified-win {
  animation: ap-verified-confirm .8s ease-out;
}

.ap-demo[data-tour-step="conversations"] .ap-module--conversations,
.ap-demo[data-tour-step="customer"] .ap-table-wrap tbody tr:first-child {
  animation: ap-focus-confirm .8s ease-out;
}

.ap-demo[data-tour-step="needs-you"] .ap-module--needs-you {
  animation: ap-needs-attention 1.25s ease-out;
}

.ap-demo[data-tour-state="playing"] .ap-chart-line,
.ap-demo[data-tour-state="playing"] .ap-motion-path--active {
  stroke-dashoffset: 1;
  animation: none;
}

.ap-demo[data-tour-state="playing"][data-tour-seen~="recovered"] .ap-chart-line,
.ap-demo[data-tour-state="playing"][data-tour-seen~="motion"] .ap-motion-path--active {
  animation: ap-chart-draw 1.05s cubic-bezier(.2, .72, .2, 1) both;
}

.ap-demo[data-tour-state="playing"] .ap-chart-points,
.ap-demo[data-tour-state="playing"] .ap-motion-points {
  opacity: 0;
  animation: none;
}

.ap-demo[data-tour-state="playing"][data-tour-seen~="recovered"] .ap-chart-points,
.ap-demo[data-tour-state="playing"][data-tour-seen~="motion"] .ap-motion-points {
  animation: ap-points-arrive .7s .45s ease-out both;
}

.autopilot-page .product-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  padding-top: clamp(92px, 9vw, 140px);
}

.autopilot-page .product-hero-copy {
  width: min(1120px, 100%);
  max-width: none;
}

.autopilot-page .autopilot-demo-stage {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}

.autopilot-page .ap-shell {
  box-shadow: 0 42px 110px rgba(0, 0, 0, .28);
}

@keyframes ap-chart-draw {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes ap-points-arrive {
  from { opacity: 0; transform: scale(.55); transform-origin: center; }
  to { opacity: 1; transform: scale(1); transform-origin: center; }
}

@keyframes ap-live-confirm {
  0% { box-shadow: 0 0 0 0 rgba(21, 138, 101, .5); }
  70% { box-shadow: 0 0 0 12px rgba(21, 138, 101, 0); }
  100% { box-shadow: 0 0 0 3px rgba(21, 138, 101, .14); }
}

@keyframes ap-verified-confirm {
  0% { transform: scale(.96); box-shadow: 0 0 0 0 rgba(240, 213, 139, .42); }
  65% { transform: scale(1.025); box-shadow: 0 0 0 12px rgba(240, 213, 139, 0); }
  100% { transform: scale(1); box-shadow: none; }
}

@keyframes ap-focus-confirm {
  0%, 100% { filter: none; }
  50% { filter: brightness(1.08); }
}

@keyframes ap-needs-attention {
  0%, 100% { box-shadow: var(--ap-panel-shadow); }
  50% { box-shadow: 0 0 0 5px rgba(196, 123, 41, .11), 0 20px 48px rgba(7, 21, 37, .12); }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 132px minmax(0, 1fr) auto;
  }

  .brand {
    width: 122px;
  }

  .site-nav {
    gap: clamp(8px, 1.1vw, 14px);
  }

  .nav-trigger {
    font-size: 8px;
    letter-spacing: .58px;
  }

  .site-nav .nav-group .nav-panel {
    width: calc(100vw - 28px);
  }

  .nav-card {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 112px;
    padding: 13px;
  }

  .nav-card > span:last-child {
    display: none;
  }

  .nav-card-number {
    width: 34px;
    height: 34px;
  }

  .home-hero {
    grid-template-columns: minmax(370px, .9fr) minmax(0, 1.1fr);
  }

  .home-hero h1 {
    font-size: clamp(72px, 8vw, 96px);
  }

  .home-hero__copy {
    padding-inline: 34px;
  }

  .home-culture {
    grid-template-columns: minmax(280px, .4fr) minmax(0, .6fr);
    gap: 22px;
  }

  .home-culture__copy {
    padding-inline: 16px;
  }

  .home-culture__image {
    flex-basis: min(640px, 72vw);
  }

  .home-experience {
    flex-basis: min(1000px, 90vw);
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    min-height: 570px;
  }

  .home-values,
  .home-products .product-tile {
    grid-column: span 6;
  }

  .home-values {
    grid-row: span 2;
  }

  .home-products .product-tile--equipment {
    grid-column: span 6;
  }

  .product-tile--equipment > :not(picture) {
    max-width: 82%;
  }

  .ap-module--recovered,
  .ap-module--motion {
    min-height: 360px;
  }

  .ap-metric-value {
    font-size: clamp(54px, 6.3vw, 76px);
  }

  .ap-revenue-chart,
  .ap-motion-chart {
    height: 185px;
  }

  .ap-compact-metric {
    grid-template-columns: 48px auto;
    gap: 2px 11px;
    padding: 18px;
  }

  .ap-module-icon {
    width: 46px;
    height: 46px;
  }

  .ap-compact-metric strong {
    font-size: 45px;
  }
}

@media (max-width: 820px) {
  .site-header,
  .site-header.is-scrolled,
  .home-page .site-header,
  .home-page .site-header:not(.is-scrolled) {
    grid-template-columns: 1fr auto;
    border-bottom-color: rgba(215, 166, 45, .24);
    background: rgba(1, 8, 18, .985);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .brand {
    width: 108px;
    height: 66px;
  }

  .brand picture,
  .brand img {
    height: 100%;
  }

  .site-nav .nav-group .nav-panel,
  .site-nav .nav-group:first-child .nav-panel,
  .site-nav .nav-group:last-child .nav-panel {
    position: static;
    display: grid;
    width: 100%;
    padding: 0;
    overflow: hidden;
    grid-template-rows: 0fr;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: grid-template-rows .24s ease;
  }

  .site-nav .nav-group.is-open > .nav-panel,
  .site-nav .nav-group:first-child.is-open > .nav-panel,
  .site-nav .nav-group:last-child.is-open > .nav-panel {
    grid-template-rows: 1fr;
    transform: none;
  }

  .nav-panel-grid {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding: 0 0 15px 10px;
    overflow: hidden;
  }

  .nav-card {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 70px;
    padding: 11px 13px;
  }

  .nav-card > span:last-child {
    display: block;
  }

  .nav-card:hover,
  .nav-card:focus-visible {
    transform: none;
  }

  .home-main {
    padding-top: 0;
  }

  .home-shell {
    width: calc(100% - 20px);
  }

  .home-main > .home-hero {
    width: 100%;
  }

  .home-hero {
    min-height: max(690px, 100svh);
    border-radius: 0 0 18px 18px;
  }

  .home-hero__media picture {
    height: 100%;
    margin: 0;
    transform: none;
  }

  .home-hero__media img {
    object-position: 60% center;
    filter: saturate(.9) contrast(1.06) brightness(.69);
  }

  .home-hero__copy {
    padding: calc(var(--header) + 28px) 20px 32px;
  }

  .home-hero h1 {
    font-size: clamp(52px, 15.5vw, 68px);
  }

  .home-editorial {
    gap: 12px;
    margin-top: 12px;
  }

  .editorial-card,
  .editorial-card--six {
    min-height: 500px;
  }

  .editorial-card__copy {
    padding: 28px 22px;
  }

  .editorial-card--review .editorial-card__shade {
    background:
      linear-gradient(180deg, rgba(2, 10, 21, .06), rgba(2, 10, 21, .25) 38%, rgba(2, 10, 21, .97) 78%),
      linear-gradient(90deg, rgba(2, 10, 21, .18), transparent);
  }

  .home-culture {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
    width: 100%;
    margin: 88px 0;
  }

  .home-culture::before {
    left: 18px;
  }

  .home-culture__copy {
    padding: 0 20px;
  }

  .home-culture__copy h2,
  .home-experiences__head h2 {
    font-size: clamp(54px, 15vw, 72px);
    line-height: .82;
  }

  .home-culture__rail {
    gap: 12px;
    padding: 8px 20px 16px;
    scroll-padding-inline: 20px;
  }

  .home-culture__image,
  .home-culture__image:nth-child(even) {
    flex: 0 0 min(86vw, 560px);
    aspect-ratio: 4 / 5;
    margin: 0;
    border-radius: 16px;
  }

  .home-culture__image img {
    object-position: center;
  }

  .home-culture > .home-rail-controls {
    grid-column: 1;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .home-experiences {
    padding: 82px 14px;
  }

  .home-experiences__head {
    display: block;
    margin-bottom: 34px;
  }

  .home-experiences__head > p:not(.eyebrow) {
    margin-top: 20px;
  }

  .home-experiences__rail {
    display: grid;
    gap: 18px;
    width: 100%;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .home-experience {
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 19px;
  }

  .home-experience > picture {
    aspect-ratio: 4 / 5;
  }

  .home-experience > picture img {
    object-position: center;
  }

  .home-experience > div {
    min-height: 0;
    padding: 34px 22px 38px;
  }

  .home-experience h3 {
    font-size: clamp(48px, 13.6vw, 62px);
  }

  .home-experience .button {
    align-self: stretch;
    width: 100%;
  }

  .home-experiences > .home-rail-controls {
    display: none;
  }

  .home-products {
    display: grid;
    gap: 12px;
    width: calc(100% - 20px);
    margin: 12px auto 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .home-values,
  .home-products .product-tile,
  .home-products .product-tile--equipment {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 440px;
  }

  .home-values {
    min-height: 390px;
  }

  .product-tile--equipment > :not(picture) {
    max-width: 100%;
  }

  .product-tile--equipment::after {
    background:
      linear-gradient(180deg, rgba(2, 10, 21, .08), rgba(2, 10, 21, .28) 38%, rgba(2, 10, 21, .96) 78%),
      linear-gradient(90deg, rgba(2, 10, 21, .16), transparent);
  }

  .product-tile--equipment {
    justify-content: flex-end;
  }

  .product-tile--equipment > picture img {
    object-position: center;
  }

  .home-close {
    min-height: 520px;
    margin-top: 12px;
    padding: 38px 22px;
  }

  .home-close::after {
    background:
      linear-gradient(180deg, rgba(2, 10, 21, .08), rgba(2, 10, 21, .42) 48%, rgba(2, 10, 21, .96)),
      linear-gradient(90deg, rgba(2, 10, 21, .25), transparent);
  }

  .home-close > div {
    align-self: end;
  }

  .home-close h2 {
    font-size: clamp(48px, 13.5vw, 62px);
  }

  .home-close .button {
    align-self: end;
  }

  .product-hero-stage,
  .product-hero > .product-hero-stage {
    min-height: 0;
  }

  .product-photo {
    position: relative;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .solutions-page .product-photo {
    aspect-ratio: 16 / 11;
  }

  .solutions-page .product-photo img {
    object-fit: contain;
  }

  .solutions-stage,
  .payment-stage {
    min-height: 0;
  }

  .photo-hero > picture,
  .leadership-hero > picture {
    position: relative;
    display: block;
    height: min(76svh, 680px);
  }

  .photo-hero > picture .photo-hero-bg,
  .leadership-hero > picture img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .photo-hero-shade,
  .leadership-hero-shade {
    height: min(76svh, 680px);
  }

  .photo-hero-grid,
  .leadership-hero-copy {
    margin-top: -68px;
  }

  .media-photo-picture,
  .contact-visual-media {
    position: absolute;
    inset: 0;
  }

  .partner-culture-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .partner-culture-grid .media-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .contact-visual-media img {
    object-position: center;
  }

  .ei-system-map,
  .ei-commerce-map,
  .cid-relationship-map,
  .ei-autopilot-lockup {
    min-height: 410px;
  }

  .ei-system-map__graphic,
  .cid-relationship-map__graphic {
    width: min(112%, 700px);
  }

  .ei-commerce-map__graphic,
  .ei-autopilot-lockup__graphic {
    width: min(94%, 520px);
  }

  .ap-demo--home {
    padding: 82px 10px;
  }

  .ap-demo-label {
    padding-inline: 4px;
  }

  .ap-demo-controls {
    justify-content: flex-start;
    margin: 0 0 13px;
  }

  .ap-control {
    flex: 1 1 128px;
  }

  .ap-shell {
    padding: 14px 12px 14px;
    overflow: visible;
    border-radius: 22px;
  }

  .ap-header {
    min-height: 68px;
    margin-bottom: 14px;
    padding: 8px 8px 14px;
  }

  .ap-brand {
    gap: 10px;
  }

  .ap-brand-mark {
    width: 43px;
    height: 40px;
  }

  .ap-wordmark {
    font-size: 28px;
  }

  .ap-live-status {
    padding: 8px 10px;
  }

  .ap-dashboard-grid {
    gap: 12px;
  }

  .ap-module--recovered,
  .ap-module--motion {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .ap-module--appointments,
  .ap-module--conversations,
  .ap-module--needs-you {
    grid-column: span 4;
    min-height: 166px;
  }

  .ap-metric-value {
    font-size: clamp(56px, 12vw, 76px);
  }

  .ap-explanation {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    margin-top: 12px;
    padding: 14px;
  }

  .ap-command-dock {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 66px;
    margin-top: 14px;
    border-radius: 16px;
  }

  .home-page .ap-command-dock {
    bottom: auto;
  }

  .ap-dock-control {
    min-height: 64px;
    font-size: 9px;
  }

  .ap-table-wrap {
    scroll-snap-type: x proximity;
  }

  .autopilot-page .product-hero {
    gap: 30px;
    padding-top: 84px;
  }

  .autopilot-page .autopilot-demo-stage {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 620px) {
  .ap-header {
    gap: 7px;
  }

  .ap-brand {
    gap: 6px;
  }

  .ap-brand-mark {
    width: 34px;
    height: 32px;
  }

  .ap-wordmark {
    font-size: 21px;
    letter-spacing: 1.5px;
  }

  .ap-brand-copy small {
    font-size: 6px;
    letter-spacing: .5px;
  }

  .ap-live-status span:last-child {
    display: none;
  }

  .ap-live-status {
    grid-template-columns: auto auto;
    gap: 3px;
    padding: 6px 7px;
  }

  .ap-live-status .ap-live-dot {
    grid-row: auto;
    width: 8px;
    height: 8px;
  }

  .ap-live-status strong {
    font-size: 9px;
  }

  .ap-owner {
    gap: 4px;
  }

  .ap-owner-initials {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .ap-owner-copy {
    display: none;
  }

  .ap-owner-chevron {
    width: 5px;
    height: 5px;
    margin-left: 0;
  }

  .ap-module--appointments,
  .ap-module--conversations {
    grid-column: span 6;
    min-height: 146px;
  }

  .ap-module--needs-you {
    grid-column: 1 / -1;
    min-height: 146px;
  }

  .ap-module--needs-you::before {
    content: "";
    position: absolute;
    z-index: 10;
    right: 18px;
    bottom: 27px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    border-right: 2px solid #a45f18;
    border-bottom: 2px solid #a45f18;
  }

  .ap-module--recovered,
  .ap-module--motion {
    min-height: 340px;
  }

  .ap-recovered-summary {
    padding-inline: 17px;
  }

  .ap-verified-win {
    top: 69px;
    right: 12px;
  }

  .ap-revenue-chart,
  .ap-motion-chart {
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 178px;
  }

  .ap-table-wrap {
    overflow: visible;
  }

  .ap-customers-heading {
    padding-right: 8px;
  }

  .ap-view-all {
    min-height: 32px;
    padding: 6px 8px;
    border-color: transparent;
    background: transparent;
  }

  .ap-view-all-full {
    display: none;
  }

  .ap-view-all-short {
    display: inline;
  }

  .ap-table-wrap table {
    min-width: 0;
  }

  .ap-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .ap-table-wrap tbody {
    display: grid;
    gap: 9px;
    padding: 10px;
  }

  .ap-table-wrap tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 12px;
    padding: 12px;
    border: 1px solid rgba(7, 21, 37, .09);
    border-radius: 12px;
    background: rgba(255, 255, 255, .62);
  }

  .ap-table-wrap tbody th,
  .ap-table-wrap tbody td {
    padding: 0;
    border: 0;
    font-size: 11px;
    white-space: normal;
  }

  .ap-table-wrap tbody th {
    grid-column: 1;
    grid-row: 1;
  }

  .ap-table-wrap tbody td:nth-of-type(1) {
    grid-column: 1;
    grid-row: 2;
  }

  .ap-table-wrap tbody td:nth-of-type(2) {
    grid-column: 1;
    grid-row: 3;
  }

  .ap-table-wrap tbody td:nth-of-type(3) {
    grid-column: 2;
    grid-row: 1;
    color: var(--ap-ink);
    font-weight: 800;
    text-align: right;
  }

  .ap-table-wrap tbody td:nth-of-type(4) {
    grid-column: 2;
    grid-row: 2 / span 2;
    align-self: end;
    color: #9a6c20;
    font-weight: 800;
    text-align: right;
  }

  .ap-dock-control {
    padding-inline: 1px;
    letter-spacing: 0;
  }

  .ap-dock-icon {
    transform: scale(.9);
  }

  .ap-dock-badge {
    left: calc(50% + 5px);
  }
}

@media (max-width: 390px) {
  .home-hero h1 {
    font-size: 47px;
  }

  .home-culture__copy h2,
  .home-experiences__head h2 {
    font-size: 51px;
  }

  .home-experience h3,
  .home-close h2 {
    font-size: 46px;
  }

  .ap-control {
    flex-basis: 100%;
  }

  .ap-header {
    align-items: flex-start;
  }

  .ap-brand-mark {
    width: 38px;
    height: 36px;
  }

  .ap-wordmark {
    font-size: 24px;
    letter-spacing: 1.5px;
  }

  .ap-live-status {
    padding: 7px 8px;
  }

  .ap-metric-value {
    font-size: 54px;
  }

  .ap-module-control {
    padding-inline: 15px;
  }

  .ap-dock-control {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ap-demo,
  .ap-demo *,
  .ap-demo *::before,
  .ap-demo *::after {
    animation: none !important;
    transition: none !important;
  }

  .home-hero__media picture,
  .home-hero__media img,
  .editorial-card,
  .editorial-card__media img,
  .home-review-ui img,
  .home-culture__image img,
  .home-experience > picture img,
  .product-photo img,
  .product-tile--equipment > picture img,
  .commerce-identity i,
  .ei-system-map__relationships path,
  .ei-commerce-map__relationships path,
  .cid-relationship-map__relationships path,
  .ei-system-map__handoff,
  .ei-system-map__signals circle,
  .ei-commerce-map__nodes circle,
  .cid-relationship-map__nodes circle,
  .ei-system-map__commerce,
  .ei-commerce-map__core,
  .cid-relationship-map__core,
  .ap-panel,
  .ap-chart-line,
  .ap-motion-path--active,
  .ap-chart-points,
  .ap-motion-points,
  .ap-live-dot,
  .ap-verified-win,
  .ap-module--conversations,
  .ap-module--needs-you,
  .ap-table-wrap tbody tr {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  .home-culture__rail,
  .home-experiences__rail {
    scroll-behavior: auto;
  }

  .ap-chart-line,
  .ap-motion-path--active {
    stroke-dashoffset: 0 !important;
  }

  .ap-chart-points,
  .ap-motion-points {
    opacity: 1 !important;
  }
}

@media (max-width: 820px) {
  main h1,
  main h2,
  main h3 {
    max-width: 100%;
    text-wrap: wrap;
  }

  main h1 em,
  main h2 em,
  main h3 em {
    display: block;
    max-width: 100%;
    white-space: normal;
    text-wrap: wrap;
  }

  .photo-hero-copy h1,
  .leadership-hero-copy h1,
  .product-hero-copy h1 {
    font-size: clamp(42px, 11vw, 52px);
  }

  .contact-visual-copy h1,
  .faq-hero-copy h1 {
    font-size: clamp(40px, 10.8vw, 50px);
  }

  .legal-hero h1 {
    font-size: clamp(40px, 10.5vw, 52px);
  }

  .section-head h2,
  .media-copy h2,
  .partner-copy h2,
  .reality-copy h2,
  .cta-copy h2 {
    font-size: clamp(34px, 9.2vw, 46px);
  }

  .faq-category h2 {
    font-size: clamp(34px, 9.2vw, 44px);
  }

  .home-hero h1,
  .home-culture__copy h2,
  .home-experiences__head h2 {
    font-size: clamp(42px, 11vw, 52px);
  }

  .home-experience h3,
  .home-close h2,
  .intel-card h2 {
    font-size: clamp(40px, 10.5vw, 50px);
  }

  .ap-compact-metric {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 2px 6px;
    padding: 10px;
  }

  .ap-module-icon {
    width: 36px;
    height: 36px;
  }

  .ap-compact-metric strong {
    font-size: 40px;
  }

  .ap-compact-metric > span:last-child,
  .ap-dock-control {
    font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  }

  .ap-compact-metric > span:last-child {
    font-size: 9px;
    letter-spacing: .1px;
  }

  .ap-dock-control {
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .ap-command-dock {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .ap-dock-control > span:not([aria-hidden="true"]):not(.ap-dock-badge) {
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .ap-verified-win {
    top: 12px;
    right: 48px;
    gap: 5px;
    padding: 6px 8px;
    font-size: 8px;
    letter-spacing: .3px;
  }

  .ap-verified-win .ap-shield {
    width: 12px;
    height: 14px;
  }
}

/* Visual and product correction pass: semantic icon system. */
.ei-icon {
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
  overflow: visible;
  vertical-align: -.28em;
}

.mega-icon .ei-icon {
  width: 25px;
  height: 25px;
}

/* AutoPilot interactive command center. */
.ap-demo [hidden] {
  display: none !important;
}

.ap-demo-frame {
  position: relative;
  isolation: isolate;
}

.ap-demo-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.ap-demo-toolbar .ap-demo-label,
.ap-demo-toolbar .ap-demo-controls {
  margin: 0;
}

.ap-preview-switch,
.ap-demo-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.ap-preview-switch {
  padding: 3px;
  border: 1px solid rgba(7, 21, 37, .13);
  border-radius: 999px;
  background: rgba(255, 254, 250, .78);
}

.ap-preview-switch button,
.ap-tour-controls button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #526273;
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.ap-preview-switch button .ei-icon {
  width: 15px;
  height: 15px;
}

.ap-preview-switch button[aria-pressed="true"] {
  background: var(--ap-ink);
  box-shadow: 0 7px 18px rgba(6, 26, 47, .18);
  color: #fff;
}

.ap-control {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
}

.ap-control .ei-icon {
  width: 15px;
  height: 15px;
}

.ap-tour-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(29, 103, 177, .23);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(47, 141, 228, .08), transparent 52%),
    rgba(255, 254, 250, .94);
  box-shadow: 0 13px 32px rgba(6, 32, 59, .08);
}

.ap-tour-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 14px;
  align-items: baseline;
}

.ap-tour-copy > span {
  grid-row: 1 / span 2;
  color: #0d6ec5;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.ap-tour-copy strong {
  color: var(--ap-ink);
  font-size: 13px;
}

.ap-tour-copy p {
  margin: 0;
  color: #617184;
  font-size: 10px;
  line-height: 1.45;
}

.ap-tour-controls {
  display: flex;
  gap: 5px;
}

.ap-tour-controls button {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(7, 21, 37, .13);
  background: #fff;
}

.ap-tour-controls button[data-ap-tour-next] {
  border-color: var(--ap-ink);
  background: var(--ap-ink);
  color: #fff;
}

.ap-tour-controls button:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.ap-device-stage {
  display: grid;
  min-width: 0;
  place-items: start center;
  border-radius: 31px;
  transition: padding .3s ease, background .3s ease;
}

.ap-shell {
  width: 100%;
  padding: 16px 18px 84px;
  border-radius: 27px;
}

.ap-header {
  min-height: 58px;
  margin-bottom: 12px;
  padding: 5px 8px 12px;
}

.ap-brand-mark {
  width: 42px;
  height: 39px;
}

.ap-wordmark {
  font-size: clamp(25px, 2.25vw, 33px);
}

.ap-dashboard-grid {
  gap: clamp(9px, 1vw, 14px);
}

.ap-panel {
  border-radius: 15px;
}

.ap-module--recovered,
.ap-module--motion {
  min-height: 286px;
}

.ap-module--appointments,
.ap-module--conversations,
.ap-module--needs-you {
  min-height: 112px;
}

.ap-module-control {
  min-height: 44px;
  padding: 11px 14px;
  font-size: 10px;
}

.ap-information-mark {
  width: 20px;
  height: 20px;
  font-size: 10px;
}

.ap-recovered-summary {
  padding: 12px 16px 0;
}

.ap-metric-value {
  font-size: clamp(48px, 4.8vw, 69px);
}

.ap-metric-caption {
  margin-top: 5px;
  font-size: 9px;
}

.ap-verified-win {
  top: 54px;
  right: 13px;
  padding: 6px 8px;
  font-size: 8px;
}

.ap-verified-win .ei-icon {
  width: 13px;
  height: 13px;
}

.ap-revenue-chart,
.ap-motion-chart {
  right: 12px;
  bottom: 8px;
  left: 12px;
  width: calc(100% - 24px);
  height: 150px;
}

.ap-motion-change {
  right: 13px;
  bottom: 10px;
  padding: 6px 9px;
}

.ap-compact-metric {
  grid-template-columns: 42px auto;
  gap: 2px 10px;
  padding: 13px 15px;
}

.ap-module-icon {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.ap-module-icon::before,
.ap-module-icon::after,
.ap-dock-icon::before,
.ap-dock-icon::after {
  display: none;
}

.ap-compact-metric strong {
  font-size: 39px;
}

.ap-compact-metric > span:last-child {
  font-size: 8px;
}

.ap-attention-badge {
  top: 8px;
  right: 40px;
  width: 21px;
  height: 21px;
}

.ap-customers-heading {
  min-height: 42px;
}

.ap-table-wrap th,
.ap-table-wrap td {
  padding: 10px 14px;
  font-size: 10px;
}

.ap-table-wrap thead th {
  padding-block: 8px;
  font-size: 8px;
}

.ap-customer-open {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.ap-customer-open:hover,
.ap-customer-open:focus-visible {
  color: var(--blue);
}

.ap-command-dock {
  right: max(18px, 10%);
  bottom: 15px;
  left: max(18px, 10%);
  min-height: 55px;
  border-radius: 999px;
}

.ap-dock-control {
  min-height: 53px;
  gap: 2px;
  padding: 5px 3px;
  font-size: 8px;
}

.ap-dock-icon {
  width: 19px;
  height: 19px;
}

.ap-dock-badge {
  top: 3px;
  left: calc(50% + 5px);
  width: 16px;
  height: 16px;
  font-size: 8px;
}

.ap-dock-control > span:not([aria-hidden="true"]):not(.ap-dock-badge) {
  width: 100%;
  transform: none !important;
  white-space: normal;
}

.ap-demo [data-ap-tour-target] {
  transition: outline-color .18s ease, box-shadow .18s ease;
}

.ap-demo [data-ap-tour-target].is-tour-active {
  z-index: 24;
  outline: 3px solid rgba(78, 164, 255, .88);
  outline-offset: 3px;
  box-shadow:
    0 0 0 7px rgba(78, 164, 255, .13),
    0 22px 58px rgba(6, 46, 85, .18);
}

.ap-demo[data-tour-step="attribution"] .ap-verified-win {
  animation: ap-verified-confirm .8s ease-out;
}

.ap-device-stage,
.ap-shell,
.ap-detail-layer,
.ap-detail-drawer {
  min-width: 0;
}

.ap-detail-layer {
  position: absolute;
  z-index: 70;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 27px;
}

.ap-detail-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 12, 24, .68);
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.ap-detail-drawer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(660px, 48%);
  height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(7, 21, 37, .12);
  background: #faf8f1;
  box-shadow: -24px 0 70px rgba(2, 15, 30, .28);
}

.ap-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(7, 21, 37, .11);
  background: rgba(255, 254, 250, .92);
}

.ap-detail-header .eyebrow {
  margin-bottom: 4px;
  font-size: 8px;
}

.ap-detail-header h2 {
  margin: 0;
  color: var(--ap-ink);
  font-size: clamp(28px, 3vw, 41px);
  line-height: .9;
}

.ap-detail-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(7, 21, 37, .14);
  border-radius: 50%;
  background: #fff;
  color: var(--ap-ink);
  cursor: pointer;
}

.ap-detail-close .ei-icon {
  width: 18px;
  height: 18px;
}

.ap-detail-body {
  overflow: auto;
  overscroll-behavior: contain;
  padding: 18px 20px 28px;
}

.ap-detail-view {
  display: grid;
  gap: 15px;
}

.ap-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(7, 21, 37, .1);
  border-radius: 13px;
  background: #fff;
}

.ap-detail-intro p {
  margin: 0;
  color: #5b6b7d;
  font-size: 11px;
  line-height: 1.55;
}

.ap-detail-total {
  color: #0d6d50;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.ap-detail-total--attention {
  color: #a65e14;
}

.ap-ledger-list,
.ap-pipeline-list,
.ap-appointment-list,
.ap-needs-list {
  display: grid;
  gap: 9px;
}

.ap-ledger-record,
.ap-conversation-record {
  width: 100%;
  border: 1px solid rgba(7, 21, 37, .1);
  background: #fff;
  color: var(--ap-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.ap-ledger-record {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) auto minmax(120px, .7fr);
  gap: 10px;
  align-items: center;
  padding: 11px;
  border-radius: 12px;
}

.ap-ledger-record > span:not(.ap-customer-initials) {
  display: grid;
  gap: 3px;
}

.ap-ledger-record small {
  color: #6e7d8d;
  font-size: 8px;
}

.ap-record-proof {
  color: #8a6816;
  font-size: 8px;
  font-weight: 800;
}

.ap-record-proof .ei-icon {
  width: 13px;
  height: 13px;
}

.ap-verification-mark {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  place-items: center;
  clip-path: none;
  background: none;
  filter: none;
}

.ap-verification-mark::before,
.ap-verification-mark::after {
  display: none;
}

.ap-verification-mark .ei-icon {
  width: 15px;
  height: 15px;
  color: #9a7217;
}

.ap-pipeline-record,
.ap-appointment-record,
.ap-needs-record,
.ap-customer-profile {
  border: 1px solid rgba(7, 21, 37, .1);
  border-radius: 13px;
  background: #fff;
}

.ap-pipeline-record {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 1fr 1fr;
  gap: 10px;
  padding: 13px;
}

.ap-pipeline-record > div:first-child,
.ap-pipeline-record p,
.ap-pipeline-meta {
  display: grid;
  gap: 4px;
  margin: 0;
}

.ap-pipeline-record span,
.ap-pipeline-record p {
  color: #647386;
  font-size: 9px;
  line-height: 1.4;
}

.ap-pipeline-record small {
  color: #8290a0;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .4px;
}

.ap-pipeline-meta {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
  padding-top: 8px;
  border-top: 1px solid rgba(7, 21, 37, .08);
}

.ap-pipeline-meta span:first-child {
  color: var(--ap-ink);
  font-size: 17px;
  font-weight: 900;
}

.ap-appointment-record {
  display: grid;
  grid-template-columns: auto minmax(110px, 1fr) 1fr 1fr;
  gap: 11px;
  align-items: center;
  padding: 11px 13px;
}

.ap-appointment-record > div {
  display: grid;
  gap: 3px;
}

.ap-appointment-record span {
  color: #6a798b;
  font-size: 8px;
}

.ap-appointment-icon {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 10px;
  background: rgba(47, 141, 228, .1);
  color: #0d6ec5;
}

.ap-appointment-icon .ei-icon {
  width: 17px;
  height: 17px;
}

.ap-appointment-record--new {
  border-color: rgba(18, 126, 95, .38);
  animation: ap-focus-confirm .7s ease-out;
}

.ap-conversation-workspace {
  display: grid;
  grid-template-columns: minmax(130px, .4fr) minmax(0, 1fr);
  gap: 11px;
}

.ap-conversation-list {
  display: grid;
  align-content: start;
  gap: 6px;
  max-height: 500px;
  overflow: auto;
}

.ap-conversation-record {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  padding: 9px;
  border-radius: 10px;
}

.ap-conversation-record > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ap-conversation-record small {
  overflow: hidden;
  color: #728092;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ap-conversation-record[aria-selected="true"] {
  border-color: rgba(47, 141, 228, .44);
  background: rgba(47, 141, 228, .06);
}

.ap-conversation-preview {
  padding: 14px;
  border: 1px solid rgba(7, 21, 37, .1);
  border-radius: 13px;
  background: #fff;
}

.ap-conversation-preview__head,
.ap-conversation-preview__head > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.ap-conversation-preview__head span {
  color: #657486;
  font-size: 8px;
}

.ap-message {
  width: 86%;
  margin: 13px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef2f5;
}

.ap-message--autopilot {
  margin-left: auto;
  background: #0b2948;
  color: #fff;
}

.ap-message small {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .4px;
}

.ap-message p {
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.5;
}

.ap-conversation-preview dl,
.ap-needs-record dl {
  display: grid;
  gap: 7px;
  margin: 13px 0 0;
}

.ap-conversation-preview dl > div,
.ap-needs-record dl > div {
  display: grid;
  gap: 2px;
  padding-top: 7px;
  border-top: 1px solid rgba(7, 21, 37, .08);
}

.ap-conversation-preview dt,
.ap-needs-record dt {
  color: #7b8998;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.ap-conversation-preview dd,
.ap-needs-record dd {
  margin: 0;
  color: #425366;
  font-size: 9px;
  line-height: 1.45;
}

.ap-needs-record {
  padding: 14px;
  border-color: rgba(196, 111, 24, .25);
}

.ap-needs-record > header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.ap-needs-record > header > div {
  display: grid;
  gap: 2px;
}

.ap-needs-record > header > div span {
  color: #718092;
  font-size: 8px;
}

.ap-needs-status {
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff0dc;
  color: #98540e;
  font-size: 8px;
  font-weight: 900;
}

.ap-needs-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.ap-needs-controls button {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(7, 21, 37, .13);
  border-radius: 8px;
  background: #fff;
  color: var(--ap-ink);
  cursor: pointer;
  font: inherit;
  font-size: 8px;
  font-weight: 800;
}

.ap-needs-controls button:first-child {
  border-color: #0b6b4d;
  background: #0b6b4d;
  color: #fff;
}

.ap-needs-controls button .ei-icon {
  width: 13px;
  height: 13px;
}

.ap-needs-controls button:disabled {
  cursor: default;
  opacity: .42;
}

.ap-needs-record[data-ap-need-state="resolved"] {
  border-color: rgba(18, 126, 95, .32);
  background: #f7fff9;
}

.ap-need-audit {
  min-height: 0;
  margin: 9px 0 0;
  color: #0b6b4d;
  font-size: 8px;
  font-weight: 700;
}

.ap-needs-editor {
  display: grid;
  gap: 8px;
  margin-top: 11px;
  padding: 11px;
  border: 1px solid rgba(47, 141, 228, .22);
  border-radius: 10px;
  background: #f4f9ff;
}

.ap-needs-editor label {
  display: grid;
  gap: 6px;
  color: #506174;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.ap-needs-editor textarea {
  width: 100%;
  min-height: 76px;
  resize: vertical;
  border: 1px solid rgba(7, 21, 37, .16);
  border-radius: 8px;
  background: #fff;
  color: var(--ap-ink);
  font: 10px/1.5 Manrope, Arial, sans-serif;
  text-transform: none;
}

.ap-needs-editor > div {
  display: flex;
  gap: 6px;
}

.ap-needs-editor button {
  min-height: 33px;
  padding: 7px 10px;
  border: 1px solid rgba(7, 21, 37, .14);
  border-radius: 8px;
  background: #fff;
  color: var(--ap-ink);
  cursor: pointer;
  font: inherit;
  font-size: 8px;
  font-weight: 800;
}

.ap-customer-profile {
  padding: 16px;
}

.ap-customer-profile > header {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(7, 21, 37, .09);
}

.ap-customer-profile > header > div {
  display: grid;
  gap: 3px;
}

.ap-customer-profile h3 {
  margin: 0;
  color: var(--ap-ink);
  font-size: 28px;
}

.ap-customer-profile > header span {
  color: #617184;
  font-size: 8px;
}

.ap-customer-initials--large {
  width: 48px;
  height: 48px;
  margin: 0;
  font-size: 12px;
}

.ap-customer-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.ap-customer-context-grid > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 8px;
  align-content: start;
  padding: 11px;
  border: 1px solid rgba(7, 21, 37, .08);
  border-radius: 10px;
}

.ap-customer-context-grid .ei-icon {
  grid-row: 1 / span 2;
  width: 17px;
  height: 17px;
  color: #0d6ec5;
}

.ap-customer-context-grid strong {
  font-size: 9px;
}

.ap-customer-context-grid p {
  margin: 0;
  color: #687789;
  font-size: 8px;
  line-height: 1.45;
}

.ap-attribution-proof {
  display: flex;
  gap: 11px;
  margin-top: 11px;
  padding: 13px;
  border: 1px solid rgba(191, 143, 27, .3);
  border-radius: 11px;
  background: #fffaf0;
}

.ap-attribution-proof > .ei-icon {
  width: 26px;
  height: 26px;
  color: #a2760f;
}

.ap-attribution-proof div {
  display: grid;
  gap: 3px;
}

.ap-attribution-proof p {
  margin: 0;
  color: #5e6d7c;
  font-size: 9px;
  line-height: 1.45;
}

.ap-attribution-proof span {
  color: #846719;
  font-size: 8px;
  font-weight: 800;
}

.ap-toast {
  position: absolute;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  max-width: min(420px, calc(100% - 36px));
  padding: 12px 15px;
  border: 1px solid rgba(240, 213, 139, .28);
  border-radius: 12px;
  background: #071b31;
  box-shadow: 0 18px 46px rgba(2, 14, 29, .3);
  color: #fff;
  font-size: 10px;
  line-height: 1.45;
}

.ap-demo[data-preview-mode="mobile"] .ap-device-stage {
  padding: 22px;
  background: #e7e6e0;
}

.ap-demo[data-preview-mode="mobile"] .ap-shell {
  width: min(430px, 100%);
  padding: 10px 9px 73px;
  border: 8px solid #111d29;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(2, 15, 30, .26);
}

.ap-demo[data-preview-mode="mobile"] .ap-header {
  gap: 6px;
  min-height: 52px;
  margin-bottom: 8px;
  padding: 4px 3px 8px;
}

.ap-demo[data-preview-mode="mobile"] .ap-brand {
  gap: 5px;
}

.ap-demo[data-preview-mode="mobile"] .ap-brand-mark {
  width: 31px;
  height: 29px;
}

.ap-demo[data-preview-mode="mobile"] .ap-wordmark {
  font-size: 19px;
  letter-spacing: 1.2px;
}

.ap-demo[data-preview-mode="mobile"] .ap-brand-copy small,
.ap-demo[data-preview-mode="mobile"] .ap-owner-copy,
.ap-demo[data-preview-mode="mobile"] .ap-live-status span:last-child {
  display: none;
}

.ap-demo[data-preview-mode="mobile"] .ap-live-status {
  grid-template-columns: auto auto;
  gap: 4px;
  padding: 6px 7px;
}

.ap-demo[data-preview-mode="mobile"] .ap-owner-initials {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.ap-demo[data-preview-mode="mobile"] .ap-owner-chevron {
  display: none;
}

.ap-demo[data-preview-mode="mobile"] .ap-dashboard-grid {
  gap: 7px;
}

.ap-demo[data-preview-mode="mobile"] .ap-module--recovered,
.ap-demo[data-preview-mode="mobile"] .ap-module--motion {
  grid-column: 1 / -1;
  min-height: 225px;
}

.ap-demo[data-preview-mode="mobile"] .ap-module--appointments,
.ap-demo[data-preview-mode="mobile"] .ap-module--conversations {
  grid-column: span 6;
  min-height: 96px;
}

.ap-demo[data-preview-mode="mobile"] .ap-module--needs-you {
  grid-column: 1 / -1;
  min-height: 96px;
}

.ap-demo[data-preview-mode="mobile"] .ap-module-control {
  min-height: 44px;
  padding: 8px 10px;
  font-size: 8px;
}

.ap-demo[data-preview-mode="mobile"] .ap-recovered-summary {
  padding: 9px 11px 0;
}

.ap-demo[data-preview-mode="mobile"] .ap-metric-value {
  font-size: 46px;
}

.ap-demo[data-preview-mode="mobile"] .ap-revenue-chart,
.ap-demo[data-preview-mode="mobile"] .ap-motion-chart {
  height: 116px;
}

.ap-motion-change {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  justify-items: end;
  margin: 0;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
}

.ap-motion-change strong {
  color: var(--champagne);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 25px;
  letter-spacing: .25px;
}

.ap-demo[data-preview-mode="mobile"] .ap-motion-change {
  right: 12px;
  bottom: 12px;
  font-size: 8px;
}

.ap-demo[data-preview-mode="mobile"] .ap-motion-change strong {
  font-size: 18px;
}

.ap-demo[data-preview-mode="mobile"] .ap-compact-metric {
  grid-template-columns: 30px auto;
  gap: 1px 5px;
  padding: 10px;
}

.ap-demo[data-preview-mode="mobile"] .ap-module-icon {
  width: 30px;
  height: 30px;
  padding: 6px;
}

.ap-demo[data-preview-mode="mobile"] .ap-compact-metric strong {
  font-size: 31px;
}

.ap-demo[data-preview-mode="mobile"] .ap-module--customers {
  display: block;
}

.ap-demo[data-preview-mode="mobile"] .ap-command-dock {
  right: 8px;
  bottom: 8px;
  left: 8px;
  width: auto;
  min-height: 54px;
  margin: 0;
}

.ap-demo[data-preview-mode="mobile"] .ap-dock-control {
  min-height: 52px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 8px;
  line-height: 1;
}

.ap-demo[data-preview-mode="mobile"] .ap-detail-layer {
  align-items: flex-end;
  border-radius: 34px;
}

.ap-demo[data-preview-mode="mobile"] .ap-detail-drawer {
  width: 100%;
  height: min(84%, 740px);
  border-top: 1px solid rgba(7, 21, 37, .12);
  border-left: 0;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -24px 70px rgba(2, 15, 30, .28);
}

/* AutoPilot product-page content architecture. */
.product-system .section-head,
.operating-modes .section-head,
.outcome-section .section-head,
.integration-section .section-head {
  max-width: 1000px;
}

.product-system-map {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto clamp(50px, 7vw, 92px);
}

.product-system-map article {
  min-height: 250px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(7, 21, 37, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(6, 27, 49, .08);
}

.product-system-map article .ei-icon,
.capability-grid article > .ei-icon,
.playbook-grid article > .ei-icon,
.mode-grid article > .ei-icon,
.control-feature > .ei-icon,
.outcome-grid article > .ei-icon,
.integration-grid article > .ei-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
  color: var(--blue);
}

.product-system-map strong,
.mode-grid strong {
  display: block;
  color: var(--ink);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.product-system-map p,
.mode-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-system-map__handoff {
  color: var(--blue);
  font-size: 34px;
}

.capability-grid,
.playbook-grid,
.mode-grid,
.control-grid,
.outcome-grid,
.integration-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  max-width: 1280px;
  margin-inline: auto;
}

.capability-grid article,
.playbook-grid article,
.mode-grid article,
.control-feature,
.outcome-grid article,
.integration-grid article {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
}

.capability-grid article,
.playbook-grid article {
  grid-column: span 4;
}

.capability-grid h3,
.playbook-grid h3,
.control-feature h3,
.outcome-grid h3,
.integration-grid h3 {
  margin: 0;
  font-size: clamp(29px, 2.6vw, 40px);
}

.capability-grid p,
.outcome-grid p {
  margin: 13px 0 0;
  color: rgba(235, 242, 249, .7);
  line-height: 1.7;
}

.capability-grid article > .ei-icon,
.outcome-grid article > .ei-icon {
  color: var(--champagne);
}

.playbook-grid article {
  display: flex;
  gap: 21px;
  border-color: rgba(7, 21, 37, .1);
  background: #fff;
  box-shadow: 0 14px 38px rgba(6, 27, 49, .06);
}

.playbook-grid article > .ei-icon {
  margin: 0;
}

.playbook-grid p,
.control-feature p,
.integration-grid p {
  margin: 11px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.mode-grid article {
  grid-column: span 3;
  min-height: 280px;
  border-color: rgba(7, 21, 37, .12);
  background: rgba(255, 255, 255, .58);
}

.mode-grid article > .ei-icon {
  color: #8e6611;
}

.control-feature {
  display: flex;
  grid-column: span 6;
  gap: 24px;
  border-color: rgba(7, 21, 37, .1);
  background: #fff;
  box-shadow: 0 16px 40px rgba(6, 27, 49, .06);
}

.control-feature > .ei-icon {
  margin: 0;
}

.control-feature--attention {
  border-color: rgba(196, 111, 24, .35);
  background: linear-gradient(135deg, #fff, #fff6e7);
}

.control-feature--attention > .ei-icon {
  color: #a75c10;
}

.outcome-grid article {
  grid-column: span 3;
}

.outcome-grid article,
.integration-grid article {
  padding: clamp(22px, 2vw, 30px);
}

.outcome-grid h3,
.integration-grid h3 {
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(25px, 2vw, 31px);
  line-height: .92;
}

.integration-grid article {
  grid-column: span 3;
  border-color: rgba(7, 21, 37, .1);
  background: #fff;
}

.scope-note {
  max-width: 960px;
  margin: 32px auto 0;
  padding: 18px 21px;
  border-left: 3px solid var(--blue);
  background: rgba(47, 141, 228, .06);
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .ap-demo-toolbar {
    grid-template-columns: 1fr auto;
  }

  .ap-demo-toolbar .ap-demo-controls {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .ap-detail-drawer {
    width: min(760px, 70%);
  }

  .product-system-map {
    grid-template-columns: 1fr;
  }

  .product-system-map__handoff {
    transform: rotate(90deg);
    text-align: center;
  }

  .mode-grid article,
  .outcome-grid article,
  .integration-grid article {
    grid-column: span 6;
  }
}

@media (max-width: 820px) {
  .ap-demo-toolbar {
    grid-template-columns: 1fr;
  }

  .ap-preview-switch,
  .ap-demo-toolbar .ap-demo-controls {
    grid-column: auto;
    justify-content: flex-start;
  }

  .ap-demo-toolbar .ap-demo-controls {
    margin: 0;
  }

  .ap-tour-panel {
    grid-template-columns: 1fr;
  }

  .ap-tour-copy {
    grid-template-columns: 1fr;
  }

  .ap-tour-copy > span {
    grid-row: auto;
  }

  .ap-device-stage {
    padding: 0;
    background: transparent;
  }

  .ap-shell {
    width: 100%;
    padding: 10px 9px 73px;
    overflow: hidden;
    border-radius: 24px;
  }

  .ap-header {
    gap: 6px;
    min-height: 52px;
    margin-bottom: 8px;
    padding: 4px 3px 8px;
  }

  .ap-brand {
    gap: 5px;
  }

  .ap-brand-mark {
    width: 31px;
    height: 29px;
  }

  .ap-wordmark {
    font-size: 19px;
    letter-spacing: 1.2px;
  }

  .ap-brand-copy small,
  .ap-owner-copy,
  .ap-live-status span:last-child {
    display: none;
  }

  .ap-live-status {
    grid-template-columns: auto auto;
    gap: 4px;
    padding: 6px 7px;
  }

  .ap-owner-initials {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .ap-owner-chevron {
    display: none;
  }

  .ap-dashboard-grid {
    gap: 7px;
  }

  .ap-module--recovered,
  .ap-module--motion {
    grid-column: 1 / -1;
    min-height: 225px;
  }

  .ap-module--appointments,
  .ap-module--conversations {
    grid-column: span 6;
    min-height: 96px;
  }

  .ap-module--needs-you {
    grid-column: 1 / -1;
    min-height: 96px;
  }

  .ap-module-control {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .ap-recovered-summary {
    padding: 9px 11px 0;
  }

  .ap-metric-value {
    font-size: 46px;
  }

  .ap-revenue-chart,
  .ap-motion-chart {
    height: 116px;
  }

  .ap-compact-metric {
    grid-template-columns: 30px auto;
    gap: 1px 5px;
    padding: 10px;
  }

  .ap-module-icon {
    width: 30px;
    height: 30px;
    padding: 6px;
  }

  .ap-compact-metric strong {
    font-size: 31px;
  }

  .ap-module--customers {
    display: block;
  }

  .ap-command-dock {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    min-height: 54px;
    margin: 0;
  }

  .ap-dock-control {
    min-height: 52px;
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-size: 8px;
    line-height: 1;
  }

  .ap-detail-layer {
    align-items: flex-end;
    border-radius: 24px;
  }

  .ap-detail-drawer {
    width: 100%;
    height: min(84%, 740px);
    border-top: 1px solid rgba(7, 21, 37, .12);
    border-left: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -24px 70px rgba(2, 15, 30, .28);
  }

  .ap-detail-intro,
  .ap-pipeline-record,
  .ap-conversation-workspace {
    grid-template-columns: 1fr;
  }

  .ap-ledger-record {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .ap-ledger-record .ap-record-proof {
    grid-column: 2 / -1;
  }

  .ap-appointment-record {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ap-customer-context-grid {
    grid-template-columns: 1fr;
  }

  .capability-grid article,
  .playbook-grid article,
  .control-feature,
  .mode-grid article,
  .outcome-grid article,
  .integration-grid article {
    grid-column: span 12;
  }

  .product-system-map article,
  .mode-grid article {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .ap-demo--home {
    padding-inline: 8px;
  }

  .ap-preview-switch {
    width: 100%;
  }

  .ap-preview-switch button {
    flex: 1 1 0;
  }

  .ap-control {
    flex: 1 1 calc(50% - 7px);
    justify-content: center;
  }

  .ap-tour-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ap-tour-controls button[data-ap-tour-skip] {
    grid-column: 1 / -1;
  }

  .ap-module--recovered,
  .ap-module--motion {
    min-height: 214px;
  }

  .ap-verified-win {
    top: 43px;
    right: 8px;
  }

  .ap-dock-control {
    min-width: 0;
    padding-inline: 2px;
    font-size: 7.5px;
  }

  .ap-dock-control > span:not([aria-hidden="true"]):not(.ap-dock-badge) {
    overflow-wrap: anywhere;
  }

  .ap-detail-header,
  .ap-detail-body {
    padding-right: 13px;
    padding-left: 13px;
  }

  .ap-needs-record > header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ap-needs-status {
    grid-column: 2;
    justify-self: start;
  }

  .playbook-grid article,
  .control-feature {
    display: grid;
  }
}

/* Homepage editorial sequence. */
.home-page--editorial .ap-demo--home {
  border-top: 1px solid rgba(7, 21, 37, .08);
  border-bottom: 1px solid rgba(7, 21, 37, .08);
}

.home-story {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  min-height: min(860px, 82vw);
  padding: clamp(88px, 10vw, 156px)
    max(22px, calc((100vw - 1480px) / 2));
  overflow: hidden;
  background: #f7f4eb;
}

.home-story:nth-of-type(even) {
  background: #fffdf8;
}

.home-story__copy {
  grid-column: span 5;
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.home-story__copy h2,
.home-culture-story__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(55px, 6.2vw, 94px);
  line-height: .82;
  letter-spacing: -2px;
}

.home-story__copy h2 em,
.home-culture-story__head h2 em {
  color: var(--blue);
}

.home-story__copy > p:not(.eyebrow),
.home-culture-story__head > p:not(.eyebrow) {
  max-width: 590px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.home-story__copy > .button,
.home-story__copy > .text-link {
  margin-top: 29px;
}

.home-story__media {
  grid-column: span 7;
  position: relative;
  min-height: clamp(500px, 54vw, 760px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 35px 90px rgba(4, 23, 43, .19);
}

.home-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 62%, rgba(2, 13, 27, .28)),
    linear-gradient(110deg, rgba(2, 13, 27, .08), transparent 44%);
  pointer-events: none;
}

.home-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-story--reverse .home-story__media {
  grid-column: 6 / -1;
}

.home-story--reverse .home-story__copy {
  grid-column: 1 / span 5;
  grid-row: 1;
}

@media (min-width: 981px) {
  .home-story--media .home-story__copy h2 {
    font-size: clamp(52px, 5.2vw, 64px);
  }

  .home-story--media .home-story__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1200px) {
  .home-story--media .home-story__copy {
    grid-column: span 4;
  }

  .home-story--media .home-story__media {
    grid-column: span 8;
  }

  .home-story--media.home-story--reverse .home-story__media {
    grid-column: 5 / -1;
  }

  .home-story--media.home-story--reverse .home-story__copy {
    grid-column: 1 / span 4;
  }
}

.home-story__list {
  display: grid;
  gap: 12px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.home-story__list li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #31465b;
  font-size: 13px;
  font-weight: 700;
}

.home-story__list .ei-icon {
  width: 22px;
  height: 22px;
  color: var(--blue);
}

.home-story__facts {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.home-story__facts span {
  padding: 11px 0;
  border-bottom: 1px solid rgba(7, 21, 37, .11);
  color: #68788a;
  font-size: 11px;
  letter-spacing: .25px;
  text-transform: uppercase;
}

.home-story__facts strong {
  color: var(--ink);
}

.home-story--identity {
  min-height: 790px;
  background:
    radial-gradient(circle at 82% 50%, rgba(47, 141, 228, .16), transparent 30%),
    linear-gradient(135deg, #f8f5ec, #eef5fa);
}

.home-id-visual {
  grid-column: span 7;
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(47, 141, 228, .19);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, .96) 0 20%, transparent 20.5%),
    repeating-radial-gradient(circle at center, transparent 0 21%, rgba(47, 141, 228, .12) 21.2% 21.5%, transparent 21.8% 35%);
  box-shadow:
    inset 0 0 100px rgba(47, 141, 228, .08),
    0 35px 90px rgba(5, 34, 63, .12);
}

.home-id-visual::before,
.home-id-visual::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 1px;
  transform: translate(-50%, -50%) rotate(34deg);
  background: linear-gradient(90deg, transparent, rgba(47, 141, 228, .35), transparent);
}

.home-id-visual::after {
  transform: translate(-50%, -50%) rotate(-34deg);
}

.home-id-visual__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%);
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid rgba(240, 213, 139, .4);
  border-radius: 50%;
  background: linear-gradient(145deg, #0c3459, #04172a);
  box-shadow: 0 24px 65px rgba(3, 23, 43, .3);
  color: #fff;
  text-align: center;
}

.home-id-visual__core .ei-icon {
  width: 42px;
  height: 42px;
  color: var(--champagne);
}

.home-id-visual__core strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
}

.home-id-visual__core small {
  color: #9fb2c5;
  font-size: 8px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.home-id-node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(47, 141, 228, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 14px 36px rgba(5, 34, 63, .12);
  color: #284159;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.home-id-node .ei-icon {
  width: 20px;
  height: 20px;
  color: var(--blue);
}

.home-id-node--one {
  top: 12%;
  left: 16%;
}

.home-id-node--two {
  top: 16%;
  right: 9%;
}

.home-id-node--three {
  right: 3%;
  bottom: 25%;
}

.home-id-node--four {
  bottom: 9%;
  left: 32%;
}

.home-id-node--five {
  bottom: 29%;
  left: 2%;
}

.home-culture-story {
  padding: clamp(96px, 11vw, 170px)
    max(22px, calc((100vw - 1480px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(47, 141, 228, .14), transparent 28%),
    #04172a;
}

.home-culture-story__head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(260px, .35fr);
  gap: 30px 80px;
  align-items: end;
  margin-bottom: 50px;
}

.home-culture-story__head .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--champagne);
}

.home-culture-story__head h2 {
  color: #fff;
}

.home-culture-story__head > p:not(.eyebrow) {
  margin: 0;
  color: #aebdcb;
}

.home-culture-story__rail {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
}

.home-culture-story__rail picture {
  min-height: clamp(430px, 48vw, 700px);
  overflow: hidden;
  border-radius: 25px;
}

.home-culture-story__rail picture:last-child {
  margin-top: 90px;
}

.home-culture-story__rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-culture-story > .text-link {
  margin-top: 34px;
  color: #fff;
}

.home-story--leadership {
  background: #eef3f7;
}

.home-leadership-links {
  display: grid;
  gap: 9px;
  margin-top: 27px;
}

.home-leadership-links a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(7, 21, 37, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
  text-decoration: none;
}

.home-leadership-links a:hover,
.home-leadership-links a:focus-visible {
  border-color: rgba(47, 141, 228, .45);
}

.home-leadership-links .ei-icon {
  width: 29px;
  height: 29px;
  color: var(--blue);
}

.home-leadership-links a > span:last-child {
  display: grid;
  gap: 3px;
}

.home-leadership-links small {
  color: #6a7a8c;
  font-size: 9px;
}

.mobile-action-bar .ei-icon {
  width: 18px;
  height: 18px;
}

.icon-feature-grid article > .ei-icon,
.equipment-grid article > .ei-icon,
.industry-grid article > .ei-icon,
.trust-grid article > .ei-icon,
.signal-flow article > .ei-icon,
.solution-panel > .ei-icon,
.partner-benefit-grid article > .ei-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--champagne);
}

.section-light .icon-feature-grid article > .ei-icon,
.section-light .equipment-grid article > .ei-icon,
.section-light .industry-grid article > .ei-icon,
.section-light .trust-grid article > .ei-icon,
.section-cream .trust-grid article > .ei-icon,
.section-cream .signal-flow article > .ei-icon,
.section-light .solution-panel > .ei-icon {
  color: var(--blue);
}

.principle-band {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  max-width: 1380px;
  margin-inline: auto;
}

.principle-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: .87;
}

.principle-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(7, 21, 37, .7);
  line-height: 1.75;
}

.principle-list {
  display: grid;
  gap: 10px;
}

.principle-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 17px 19px;
  border: 1px solid rgba(7, 21, 37, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .48);
}

.principle-list article > .ei-icon {
  width: 28px;
  height: 28px;
  color: #7c5a10;
}

.principle-list article > div {
  display: grid;
  gap: 5px;
}

.principle-list strong {
  color: var(--ink);
  font-size: 13px;
}

.principle-list p {
  margin: 0;
  color: rgba(7, 21, 37, .68);
  font-size: 11px;
  line-height: 1.55;
}

.mission-grid article > .ei-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--blue);
}

.editorial-media-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, .7fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
}

.editorial-media-feature .media-photo {
  min-height: clamp(560px, 58vw, 820px);
  border-radius: 26px;
}

.editorial-media-feature .media-copy {
  max-width: 560px;
}

.field-standard-band {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  max-width: 1380px;
  margin-inline: auto;
}

.field-standard-copy h2 {
  margin: 0;
  font-size: clamp(56px, 7vw, 100px);
  line-height: .82;
}

.field-standard-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(7, 21, 37, .72);
  line-height: 1.75;
}

.field-standard-copy small {
  display: block;
  margin-top: 17px;
  color: rgba(7, 21, 37, .58);
  font-size: 9px;
  line-height: 1.55;
}

.field-standard-band .signal-flow {
  margin: 0;
}

.capability-grid--light article {
  border-color: rgba(7, 21, 37, .1);
  background: #fff;
  box-shadow: 0 14px 38px rgba(6, 27, 49, .06);
}

.capability-grid--light article > .ei-icon {
  color: var(--blue);
}

.capability-grid--light h3 {
  color: var(--ink);
}

.capability-grid--light p {
  color: var(--muted);
}

.partner-culture-rail {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
  margin-top: clamp(50px, 7vw, 94px);
}

.partner-culture-rail .media-photo {
  min-height: clamp(480px, 52vw, 720px);
  border-radius: 24px;
}

.partner-culture-rail .media-photo:last-child {
  margin-top: 80px;
}

@media (max-width: 980px) {
  .home-story {
    min-height: 0;
  }

  .home-story__copy,
  .home-story__media,
  .home-story--reverse .home-story__copy,
  .home-story--reverse .home-story__media,
  .home-id-visual {
    grid-column: 1 / -1;
  }

  .home-story__media,
  .home-story--reverse .home-story__media {
    grid-row: 1;
  }

  .home-story__copy,
  .home-story--reverse .home-story__copy {
    grid-row: 2;
  }

  .home-story--identity .home-story__copy {
    grid-row: 1;
  }

  .home-story--identity .home-id-visual {
    grid-row: 2;
  }

  .home-story__media {
    min-height: 64vw;
  }

  .home-culture-story__head {
    grid-template-columns: 1fr;
  }

  .home-culture-story__head .eyebrow {
    grid-column: auto;
  }

  .principle-band {
    grid-template-columns: 1fr;
  }

  .field-standard-band,
  .editorial-media-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .home-story {
    gap: 34px;
    padding: 82px 18px;
  }

  .home-story__copy h2,
  .home-culture-story__head h2 {
    font-size: clamp(48px, 13vw, 65px);
    letter-spacing: -1px;
  }

  .home-story__media {
    min-height: 112vw;
    border-radius: 20px;
  }

  .home-story__media img {
    object-position: center;
  }

  .home-id-visual {
    min-height: 560px;
    border-radius: 26px;
  }

  .home-id-node {
    min-height: 43px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .home-id-node--one {
    top: 10%;
    left: 5%;
  }

  .home-id-node--two {
    top: 14%;
    right: 4%;
  }

  .home-id-node--three {
    right: 3%;
    bottom: 18%;
  }

  .home-id-node--four {
    bottom: 6%;
    left: 27%;
  }

  .home-id-node--five {
    bottom: 22%;
    left: 3%;
  }

  .home-culture-story {
    padding: 88px 18px;
  }

  .home-culture-story__rail {
    grid-template-columns: minmax(82%, 1fr) minmax(82%, 1fr);
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .home-culture-story__rail picture {
    min-height: 112vw;
    scroll-snap-align: start;
  }

  .home-culture-story__rail picture:last-child {
    margin-top: 0;
  }

  .editorial-media-feature {
    padding-inline: 18px;
  }

  .editorial-media-feature .media-photo {
    min-height: 112vw;
  }

  .partner-culture-rail {
    grid-template-columns: minmax(82%, 1fr) minmax(82%, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .partner-culture-rail .media-photo {
    min-height: 112vw;
    scroll-snap-align: start;
  }

  .partner-culture-rail .media-photo:last-child {
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  .home-id-visual {
    min-height: 500px;
  }

  .home-id-visual__core {
    width: 156px;
    height: 156px;
  }

  .home-id-node {
    max-width: 125px;
    white-space: normal;
  }
}

/* Final visual-QA corrections: readable context, contained hero copy, and a
   true mobile AutoPilot preview rather than a compressed desktop ledger. */
@media (min-width: 821px) {
  .solutions-page .product-hero-copy h1 {
    font-size: clamp(60px, 4.7vw, 68px);
  }
}

.intelligence-maps {
  color: var(--ink);
}

.intelligence-maps .intelligence-map-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.intelligence-maps .intelligence-map-rail > article {
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(7, 21, 37, .11);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(6, 27, 49, .07);
}

.intelligence-maps .intelligence-map-rail > article > .ei-icon {
  color: var(--blue);
}

.intelligence-maps .intelligence-map-rail h3,
.intelligence-maps .intelligence-map-rail summary {
  color: var(--ink);
}

.intelligence-maps .intelligence-map-rail p {
  color: var(--muted);
}

.intelligence-maps .intelligence-map-rail details {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(7, 21, 37, .1);
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap {
  overflow: visible;
}

.ap-demo[data-preview-mode="mobile"] .ap-customers-heading {
  padding-right: 8px;
}

.ap-demo[data-preview-mode="mobile"] .ap-view-all {
  min-height: 32px;
  padding: 6px 8px;
  border-color: transparent;
  background: transparent;
}

.ap-demo[data-preview-mode="mobile"] .ap-view-all-full {
  display: none;
}

.ap-demo[data-preview-mode="mobile"] .ap-view-all-short {
  display: inline;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap table {
  min-width: 0;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap thead {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody {
  display: grid;
  gap: 9px;
  padding: 10px;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  padding: 12px;
  border: 1px solid rgba(7, 21, 37, .09);
  border-radius: 12px;
  background: rgba(255, 255, 255, .62);
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody th,
.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody td {
  padding: 0;
  border: 0;
  font-size: 11px;
  white-space: normal;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody th {
  grid-column: 1;
  grid-row: 1;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody td:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody td:nth-of-type(2) {
  grid-column: 1;
  grid-row: 3;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody td:nth-of-type(3) {
  grid-column: 2;
  grid-row: 1;
  color: var(--ap-ink);
  font-weight: 800;
  text-align: right;
}

.ap-demo[data-preview-mode="mobile"] .ap-table-wrap tbody td:nth-of-type(4) {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  color: #9a6c20;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 980px) {
  .intelligence-maps .intelligence-map-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .home-hero__copy {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .intelligence-maps .intelligence-map-rail {
    grid-template-columns: 1fr;
  }
}

/* V5 final technology experience: one global rail, one product hierarchy,
   and one editorial system for people, industry, and product proof. */
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold) 18%,
    var(--gold-bright) 50%,
    var(--gold) 82%,
    transparent
  );
  box-shadow: 0 0 16px rgba(244, 211, 107, .3);
}

.site-header:not(.is-scrolled) {
  border-bottom-color: rgba(244, 211, 107, .18);
  background:
    linear-gradient(180deg, rgba(1, 8, 18, .86), rgba(1, 8, 18, .7)),
    rgba(1, 8, 18, .68);
  box-shadow: none;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(244, 211, 107, .3);
}

@media (min-width: 821px) {
  .site-nav .nav-group:nth-child(2) .nav-panel-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .site-nav .nav-group:nth-child(2) .nav-card--featured {
    grid-column: span 2;
    min-height: 116px;
    background:
      radial-gradient(circle at 12% 8%, rgba(215, 166, 45, .2), transparent 38%),
      linear-gradient(145deg, rgba(16, 70, 119, .5), rgba(255, 255, 255, .025));
  }

  .site-nav .nav-group:nth-child(2) .nav-card--featured strong {
    font-size: 15px;
  }

  .site-nav .nav-group:nth-child(2) .nav-card--featured small {
    max-width: 35ch;
    color: #d0dbe6;
  }
}

.leadership-hero--team {
  position: relative;
  min-height: min(820px, calc(100svh - var(--header)));
  overflow: hidden;
  background: var(--navy-950);
}

.leadership-hero--team > picture,
.leadership-hero--team > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.leadership-hero--team > picture img {
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.015);
}

.leadership-hero--team .leadership-hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 7, 17, .96) 0%, rgba(1, 7, 17, .76) 36%, rgba(1, 7, 17, .2) 72%, rgba(1, 7, 17, .5) 100%),
    linear-gradient(0deg, rgba(1, 7, 17, .74), transparent 46%);
}

.leadership-hero--team .leadership-hero-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  justify-items: start;
  align-content: center;
  width: min(1440px, calc(100% - 48px));
  min-height: min(820px, calc(100svh - var(--header)));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) clamp(16px, 4vw, 64px);
}

.leadership-hero--team .leadership-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(74px, 8vw, 128px);
}

.leadership-hero--team .leadership-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: #d3dde8;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.leadership-ownership-line {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 5vw, 84px);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.leadership-ownership-line i {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.leadership-model,
.founder-section,
.team-section,
.operating-lanes {
  overflow: clip;
}

.leadership-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1380px, calc(100% - 48px));
  margin: clamp(38px, 5vw, 72px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(6, 19, 35, .12);
  border-radius: 20px;
  background: rgba(6, 19, 35, .12);
}

.leadership-principles article {
  min-height: 270px;
  padding: clamp(26px, 3vw, 42px);
  background: rgba(255, 255, 255, .88);
}

.leadership-principles .ei-icon {
  width: 38px;
  color: var(--blue);
}

.leadership-principles h3 {
  margin-top: 38px;
  font-size: clamp(26px, 2.2vw, 34px);
}

.leadership-principles p {
  color: var(--dark-copy);
  font-size: 13px;
  line-height: 1.75;
}

.founder-stack {
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  width: min(1380px, calc(100% - 48px));
  margin: clamp(42px, 6vw, 90px) auto 0;
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(6, 19, 35, .11);
  border-radius: 26px;
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow-soft);
}

.founder-profile--reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
}

.founder-profile--reverse .founder-profile__portrait {
  grid-column: 2;
}

.founder-profile--reverse .founder-profile__content {
  grid-column: 1;
  grid-row: 1;
}

.founder-profile__portrait,
.founder-profile__portrait img {
  width: 100%;
  height: 100%;
}

.founder-profile__portrait img {
  object-fit: cover;
  object-position: center top;
}

.founder-profile__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5.4vw, 82px);
}

.founder-profile__content h2 {
  font-size: clamp(55px, 6vw, 92px);
}

.founder-lane {
  display: inline-flex;
  width: fit-content;
  margin: 16px 0 24px;
  padding: 7px 11px;
  border: 1px solid rgba(12, 76, 142, .25);
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.founder-profile__content > p {
  color: var(--dark-copy);
  line-height: 1.75;
}

.founder-profile__content ul,
.profile-ownership-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}

.founder-profile__content li,
.profile-ownership-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.founder-profile__content li .ei-icon,
.profile-ownership-list .ei-icon {
  color: var(--gold);
}

.profile-open {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 11px 16px;
  border: 1px solid rgba(12, 76, 142, .26);
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.profile-open .ei-icon {
  width: 18px;
  transition: transform .2s ease;
}

.profile-open:hover .ei-icon,
.profile-open:focus-visible .ei-icon {
  transform: translateX(4px);
}

.team-section {
  background:
    radial-gradient(circle at 80% 0%, rgba(12, 76, 142, .28), transparent 34%),
    var(--navy-950);
}

.team-section__head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .5fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: end;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto clamp(38px, 5vw, 70px);
}

.team-section__head h2 {
  color: var(--white);
  font-size: clamp(60px, 7vw, 108px);
}

.team-section__head > p {
  color: var(--copy);
  line-height: 1.8;
}

.review-mode-note {
  align-items: center;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto 24px;
  padding: 14px 18px;
  border: 1px solid rgba(244, 211, 107, .48);
  border-radius: 12px;
  background: rgba(215, 166, 45, .09);
  color: #ebdfbd;
}

.review-mode-note:not([hidden]) {
  display: grid;
}

.review-mode-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.review-mode-note .ei-icon {
  color: var(--gold-bright);
}

.team-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
}

.team-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(320px, 1.35fr) minmax(280px, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(7, 34, 60, .98), rgba(2, 12, 24, .98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .3);
}

.team-card__portrait,
.team-card__portrait picture,
.team-card__portrait img {
  width: 100%;
  height: 100%;
}

.team-card__portrait img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(.92) contrast(1.02);
}

.team-card__content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.team-card h3 {
  color: var(--white);
  font-size: clamp(38px, 3.5vw, 54px);
}

.team-card strong {
  margin-top: 8px;
  color: var(--gold-bright);
  font-size: 12px;
}

.team-card p:not(.eyebrow) {
  color: var(--copy);
  font-size: 12px;
  line-height: 1.65;
}

.team-card .profile-open {
  margin-top: auto;
  border-color: rgba(244, 211, 107, .32);
  color: var(--white);
}

.review-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 9px;
  border: 1px solid rgba(244, 211, 107, .32);
  border-radius: 999px;
  color: #f0dfab;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.review-status .ei-icon {
  width: 13px;
}

.team-publication-hold {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(244, 211, 107, .28);
  border-radius: 18px;
  color: var(--copy);
}

.team-publication-hold .ei-icon {
  color: var(--gold);
}

.team-publication-hold h3 {
  color: var(--white);
  font-size: 28px;
}

.leadership-culture {
  display: grid;
  grid-template-columns: minmax(280px, .34fr) minmax(0, .66fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(72px, 9vw, 138px) max(24px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background: var(--paper);
}

.leadership-culture__head {
  align-self: center;
}

.leadership-culture__head h2 {
  font-size: clamp(54px, 5.4vw, 84px);
}

.leadership-culture__head > p {
  color: var(--dark-copy);
  line-height: 1.75;
}

.leadership-culture__track {
  display: flex;
  gap: 16px;
  min-width: 0;
  padding: 16px 0 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.leadership-culture__track::-webkit-scrollbar {
  display: none;
}

.leadership-culture__slide {
  flex: 0 0 min(700px, 82vw);
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 20px;
  background: var(--navy-900);
}

.leadership-culture__slide picture,
.leadership-culture__slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.leadership-culture__slide img {
  object-fit: cover;
}

.leadership-culture__slide figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: var(--white);
}

.leadership-culture__slide figcaption span {
  color: var(--muted);
  font-size: 11px;
}

.leadership-culture__progress {
  width: 100px;
  height: 2px;
  overflow: hidden;
  background: rgba(6, 19, 35, .18);
}

.leadership-culture__progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(.12);
  transform-origin: left;
  background: var(--gold);
  transition: width .2s ease;
}

.operating-lanes__map {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.7vw, 26px);
  width: min(1380px, calc(100% - 48px));
  margin: 54px auto;
}

.operating-lanes__map article {
  display: grid;
  place-items: center;
  max-width: 180px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(6, 19, 35, .15);
  border-radius: 50%;
  text-align: center;
}

.operating-lanes__map article .ei-icon {
  width: 28px;
  color: var(--blue);
}

.operating-lanes__map article strong {
  margin-top: 12px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.operating-lanes__map article small {
  margin-top: 6px;
  color: rgba(6, 19, 35, .66);
  font-size: 9px;
  line-height: 1.45;
}

.operating-lanes__map > i {
  width: clamp(24px, 3vw, 52px);
  height: 1px;
  background: linear-gradient(90deg, rgba(6, 19, 35, .32), rgba(6, 19, 35, .08));
}

.profile-open {
  overflow: hidden;
}

body.profile-open {
  overflow: hidden;
}

.profile-layer {
  position: fixed;
  z-index: 4200;
  inset: 0;
  display: grid;
  justify-items: end;
}

.profile-layer[hidden] {
  display: none;
}

.profile-layer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(1, 7, 17, .78);
  backdrop-filter: blur(8px);
}

.profile-sheet {
  position: relative;
  z-index: 1;
  width: min(980px, 92vw);
  height: 100%;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(244, 211, 107, .3);
  background: var(--paper);
  box-shadow: -30px 0 90px rgba(0, 0, 0, .42);
  animation: profile-sheet-in .38s cubic-bezier(.2, .75, .2, 1) both;
}

@keyframes profile-sheet-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.profile-sheet__close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(1, 8, 18, .78);
  color: var(--white);
  cursor: pointer;
}

.profile-sheet__close .ei-icon {
  width: 18px;
}

.profile-sheet__content {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.profile-sheet__hero {
  display: grid;
  grid-template-columns: minmax(290px, .42fr) minmax(0, .58fr);
  min-height: 520px;
  background: var(--navy-950);
}

.profile-sheet__portrait,
.profile-sheet__portrait picture,
.profile-sheet__portrait img {
  width: 100%;
  height: 100%;
}

.profile-sheet__portrait img {
  object-fit: cover;
  object-position: center top;
}

.profile-sheet__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 72px);
  color: var(--copy);
}

.profile-sheet__intro h2 {
  color: var(--white);
  font-size: clamp(50px, 5vw, 76px);
}

.profile-sheet__intro > strong {
  margin: 16px 0;
  color: var(--gold-bright);
}

.profile-sheet__intro > p:not(.eyebrow) {
  line-height: 1.75;
}

.profile-sheet__body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(42px, 6vw, 82px);
}

.profile-sheet__main,
.profile-sheet__aside {
  display: grid;
  align-content: start;
  gap: 46px;
}

.profile-sheet__main section > p:not(.eyebrow),
.profile-sheet__main li p,
.profile-sheet__main section > p + p {
  color: var(--dark-copy);
  line-height: 1.8;
}

.profile-sheet__main h3 {
  margin: 22px 0 8px;
  font-size: 30px;
}

.profile-sheet blockquote {
  margin: 0;
  padding: 0 0 0 24px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.career-timeline,
.profile-facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-timeline {
  display: grid;
  gap: 0;
}

.career-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  padding-bottom: 30px;
}

.career-timeline li::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 34px;
  width: 1px;
  background: rgba(12, 76, 142, .25);
}

.career-timeline li > span {
  display: grid;
  place-items: center;
  align-self: start;
  min-height: 38px;
  border: 1px solid rgba(12, 76, 142, .28);
  border-radius: 999px;
  background: var(--paper);
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.career-timeline strong {
  color: var(--ink);
}

.career-timeline p {
  margin-bottom: 0;
  font-size: 13px;
}

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

.profile-facts li,
.off-clock-card {
  padding: 16px;
  border: 1px solid rgba(6, 19, 35, .11);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  color: var(--dark-copy);
  font-size: 12px;
  line-height: 1.55;
}

.off-clock-card dl {
  display: grid;
  gap: 12px;
}

.off-clock-card dl div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}

.off-clock-card dt {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.off-clock-card dd {
  margin: 0;
}

.interest-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.interest-chips span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(12, 76, 142, .08);
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
}

.fun-fact-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 28px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, .42), transparent 35%),
    linear-gradient(145deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  box-shadow: 0 24px 50px rgba(215, 166, 45, .2);
}

.fun-fact-card .eyebrow {
  margin-top: 42px;
  color: rgba(6, 19, 35, .68);
}

.fun-fact-card > p:last-of-type {
  position: relative;
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
}

.fun-fact-card__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(6, 19, 35, .14);
  border-radius: 50%;
}

.fun-fact-card__icon .ei-icon {
  width: 26px;
}

.fun-fact-card > i {
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(6, 19, 35, .15);
  border-radius: 50%;
}

.industry-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: min(1380px, calc(100% - 48px));
  margin: clamp(42px, 6vw, 84px) auto 0;
}

.industry-profile {
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(6, 19, 35, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 14px 36px rgba(6, 27, 49, .06);
}

.industry-profile summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  gap: 14px;
  align-items: center;
  min-height: 102px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.industry-profile summary::-webkit-details-marker {
  display: none;
}

.industry-profile__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(12, 76, 142, .08);
  color: var(--blue);
}

.industry-profile__icon .ei-icon {
  width: 25px;
}

.industry-profile summary strong,
.industry-profile summary small {
  display: block;
}

.industry-profile summary strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

.industry-profile summary small {
  margin-top: 5px;
  color: var(--dark-copy);
  line-height: 1.4;
}

.industry-profile__toggle {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(12, 76, 142, .25);
  border-radius: 50%;
}

.industry-profile__toggle::before,
.industry-profile__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.industry-profile__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.industry-profile[open] .industry-profile__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.industry-profile__body {
  padding: 0 20px 22px;
  border-top: 1px solid rgba(6, 19, 35, .08);
}

.industry-profile__body dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.industry-detail {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  padding: 14px 0;
}

.industry-detail > span {
  color: var(--blue);
}

.industry-detail .ei-icon {
  width: 20px;
}

.industry-detail dt {
  color: var(--ink);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.industry-detail dd {
  margin: 5px 0 0;
  color: var(--dark-copy);
  font-size: 11px;
  line-height: 1.55;
}

.industry-profile__boundary {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  margin: 4px 0 0;
  padding: 14px;
  border-radius: 10px;
  background: rgba(215, 166, 45, .11);
  color: var(--dark-copy);
  font-size: 10px;
  line-height: 1.5;
}

.industry-profile__boundary .ei-icon {
  color: var(--gold);
}

.industry-profile__boundary strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.home-team-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-team-preview__card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}

.home-team-preview__card > div,
.home-team-preview__card picture,
.home-team-preview__card img {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.home-team-preview__card img {
  object-fit: cover;
  object-position: center top;
}

.home-team-preview__card > span {
  display: block;
  padding: 14px;
}

.home-team-preview__card strong,
.home-team-preview__card small {
  display: block;
}

.home-team-preview__card strong {
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.home-team-preview__card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.home-team-hold {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(244, 211, 107, .3);
  border-radius: 14px;
  color: var(--white);
}

.home-team-hold small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .leadership-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .operating-lanes__map {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .operating-lanes__map > i {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header::before {
    height: 2px;
  }

  .leadership-hero--team {
    min-height: max(700px, calc(100svh - var(--header)));
  }

  .leadership-hero--team > picture img {
    object-position: 58% center;
  }

  .leadership-hero--team .leadership-hero-shade {
    background:
      linear-gradient(0deg, rgba(1, 7, 17, .98) 0%, rgba(1, 7, 17, .66) 58%, rgba(1, 7, 17, .3) 100%),
      linear-gradient(90deg, rgba(1, 7, 17, .78), transparent);
  }

  .leadership-hero--team .leadership-hero-copy {
    align-content: end;
    width: calc(100% - 24px);
    min-height: max(700px, calc(100svh - var(--header)));
    padding: 110px 10px 80px;
  }

  .leadership-hero--team .leadership-hero-copy > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .leadership-hero--team .leadership-hero-copy h1 {
    font-size: clamp(51px, 13.6vw, 62px);
    letter-spacing: -1px;
    line-height: .84;
    overflow-wrap: normal;
  }

  .leadership-ownership-line {
    right: 22px;
    bottom: 20px;
    left: 22px;
    justify-content: space-between;
  }

  .leadership-ownership-line i {
    width: 18px;
  }

  .leadership-principles,
  .team-directory,
  .industry-selector,
  .home-team-preview {
    grid-template-columns: 1fr;
  }

  .leadership-principles,
  .founder-stack,
  .team-section__head,
  .review-mode-note,
  .team-directory,
  .team-publication-hold,
  .industry-selector {
    width: calc(100% - 24px);
  }

  .leadership-principles article {
    min-height: 220px;
  }

  .founder-profile,
  .founder-profile--reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .founder-profile--reverse .founder-profile__portrait,
  .founder-profile--reverse .founder-profile__content {
    grid-column: 1;
    grid-row: auto;
  }

  .founder-profile__portrait {
    aspect-ratio: 4 / 5;
  }

  .founder-profile__content {
    min-height: 540px;
    padding: 30px 24px;
  }

  .founder-profile__content h2 {
    max-width: 100%;
    font-size: clamp(50px, 13vw, 62px);
  }

  .team-section__head {
    grid-template-columns: 1fr;
  }

  .team-section__head h2 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .team-card {
    grid-template-rows: auto auto;
  }

  .team-card__portrait {
    aspect-ratio: 4 / 5;
  }

  .leadership-culture {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .leadership-culture__head h2 {
    font-size: clamp(50px, 14vw, 70px);
  }

  .leadership-culture__slide {
    flex-basis: 88vw;
  }

  .operating-lanes__map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 24px);
  }

  .operating-lanes__map article {
    width: 100%;
    max-width: none;
    min-height: 150px;
    border-radius: 18px;
  }

  .profile-layer {
    align-items: end;
  }

  .profile-sheet {
    width: 100%;
    height: min(94svh, 940px);
    border-top: 1px solid rgba(244, 211, 107, .3);
    border-left: 0;
    border-radius: 20px 20px 0 0;
    animation-name: profile-sheet-up;
  }

  @keyframes profile-sheet-up {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }

  .profile-sheet__hero {
    grid-template-columns: 1fr;
  }

  .profile-sheet__portrait {
    aspect-ratio: 4 / 5;
  }

  .profile-sheet__intro {
    padding: 34px 24px;
  }

  .profile-sheet__intro h2 {
    font-size: clamp(54px, 15vw, 72px);
  }

  .profile-sheet__body {
    grid-template-columns: 1fr;
    padding: 38px 24px 70px;
  }

  .profile-facts {
    grid-template-columns: 1fr;
  }

  .industry-profile summary {
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    min-height: 92px;
    padding: 15px;
  }

  .industry-profile__body {
    padding-inline: 15px;
  }

  .industry-profile__body dl {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-sheet {
    animation: none;
  }

  .profile-open .ei-icon,
  .industry-profile__toggle::after {
    transition: none;
  }
}

.ap-demo-toolbar {
  grid-template-columns: minmax(180px, 1fr) minmax(220px, auto) auto auto;
}

.ap-personalizer {
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr);
  gap: 3px 9px;
  align-items: center;
}

.ap-personalizer > label {
  color: #4e6072;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.ap-personalizer-entry {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(7, 21, 37, .15);
  border-radius: 999px;
  background: rgba(255, 254, 250, .88);
}

.ap-personalizer-entry input {
  width: 100%;
  min-height: 36px;
  padding: 7px 11px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ap-ink);
  font-size: 10px;
  font-weight: 800;
}

.ap-personalizer-entry input:focus-visible {
  box-shadow: inset 0 0 0 2px #0d6ec5;
}

.ap-personalizer-entry button {
  min-height: 36px;
  padding: 7px 12px;
  border: 0;
  background: var(--ap-ink);
  color: var(--white);
  cursor: pointer;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ap-personalizer > small {
  grid-column: 2;
  color: #748294;
  font-size: 7px;
}

.ap-brand-copy [data-ap-product-powered-by] {
  color: #0d66ac;
  font-weight: 900;
}

.ap-brand-copy [data-ap-product-system] {
  font-size: 7px;
}

.ap-personalized-greeting {
  margin: -7px 8px 13px;
  color: #617184;
  font-size: 10px;
}

.ap-personalized-greeting strong {
  color: var(--ap-ink);
}

.ap-transfer-stage {
  position: absolute;
  z-index: 42;
  right: clamp(18px, 2.3vw, 34px);
  bottom: 84px;
  left: clamp(18px, 2.3vw, 34px);
  display: grid;
  justify-items: center;
  pointer-events: none;
}

.ap-demo-frame:has(.ap-detail-layer:not([hidden]))
  .ap-transfer-stage:not([data-ap-transfer-state="idle"]) {
  z-index: 72;
  right: calc(48% + clamp(18px, 2.3vw, 34px));
}

.ap-transfer-path {
  display: grid;
  grid-template-columns: auto minmax(90px, 260px) auto;
  gap: 10px;
  align-items: center;
  width: min(610px, 100%);
  padding: 8px 12px;
  border: 1px solid rgba(244, 211, 107, .42);
  border-radius: 999px;
  background: rgba(3, 18, 33, .94);
  box-shadow: 0 15px 42px rgba(2, 15, 30, .32);
  color: #e7edf4;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.ap-transfer-path__line {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .14);
}

.ap-transfer-path__line::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, #1b8ad4, var(--gold-bright), #1b8ad4);
}

.ap-transfer-stage[data-ap-transfer-state="moving"]
  .ap-transfer-path__line::before {
  animation: ap-transfer-signal .65s ease forwards;
}

@keyframes ap-transfer-signal {
  to { transform: translateX(0); }
}

.ap-transfer-confirmation {
  display: grid;
  gap: 3px;
  width: min(470px, calc(100% - 20px));
  margin-top: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(244, 211, 107, .62);
  border-radius: 13px;
  background:
    radial-gradient(circle at 90% 20%, rgba(244, 211, 107, .19), transparent 42%),
    #071b31;
  box-shadow: 0 20px 50px rgba(2, 15, 30, .36);
  color: var(--white);
  text-align: center;
}

.ap-transfer-confirmation strong {
  color: var(--gold-bright);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.ap-transfer-confirmation span {
  color: #d7e2ed;
  font-size: 9px;
}

.ap-transfer-stage[data-ap-transfer-state="verified"]
  .ap-transfer-confirmation {
  border-color: rgba(20, 144, 104, .65);
  background:
    radial-gradient(circle at 90% 20%, rgba(244, 211, 107, .19), transparent 42%),
    #073526;
}

.ap-pipeline-record--transferred {
  border-color: rgba(21, 127, 94, .48);
  background: linear-gradient(100deg, rgba(229, 250, 242, .86), #fff);
  box-shadow: inset 3px 0 #0d8b65;
  animation: ap-record-arrive .45s ease both;
}

@keyframes ap-record-arrive {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

.ap-simulate-outcome {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: fit-content;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(154, 114, 23, .42);
  border-radius: 8px;
  background: #fffaf0;
  color: #765513;
  cursor: pointer;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.ap-simulate-outcome .ei-icon {
  width: 14px;
}

.ap-ledger-record--simulated {
  cursor: default;
  border-color: rgba(154, 114, 23, .36);
  background: #fffaf0;
}

.ap-needs-controls button.is-approved:disabled {
  border-color: #0b6b4d;
  background: #0b6b4d;
  color: #fff;
  opacity: 1;
}

.ap-module.is-demo-verified .ap-verified-win {
  box-shadow: 0 0 0 5px rgba(244, 211, 107, .13);
}

@media (max-width: 1180px) {
  .ap-demo-toolbar {
    grid-template-columns: minmax(180px, 1fr) minmax(220px, auto) auto;
  }

  .ap-demo-toolbar .ap-demo-controls {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .ap-demo-toolbar {
    grid-template-columns: 1fr;
  }

  .ap-personalizer,
  .ap-personalizer > small {
    grid-column: auto;
  }

  .ap-personalizer {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ap-personalizer-entry {
    width: min(100%, 390px);
  }

  .ap-personalized-greeting {
    margin: 0 3px 9px;
  }

  .ap-brand-copy [data-ap-product-powered-by],
  .ap-demo[data-preview-mode="mobile"]
    .ap-brand-copy
    [data-ap-product-powered-by] {
    display: block;
    font-size: 5px;
    letter-spacing: .35px;
  }

  .ap-brand-copy [data-ap-product-system] {
    display: none;
  }

  .ap-transfer-stage {
    right: 8px;
    bottom: 66px;
    left: 8px;
  }

  .ap-demo-frame:has(.ap-detail-layer:not([hidden]))
    .ap-transfer-stage:not([data-ap-transfer-state="idle"]) {
    right: 8px;
  }

  .ap-transfer-path {
    grid-template-columns: auto minmax(42px, 1fr) auto;
    gap: 6px;
    padding: 7px 9px;
    font-size: 6px;
  }

  .ap-transfer-confirmation {
    padding: 10px 12px;
  }

  .ap-transfer-confirmation strong {
    font-size: 18px;
  }

  .ap-pipeline-record--transferred {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ap-transfer-path__line::before,
  .ap-pipeline-record--transferred {
    animation: none;
    transform: none;
  }
}

.home-hero__autopilot-teaser {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 62px);
  bottom: clamp(24px, 5vw, 70px);
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-width: min(310px, calc(100% - 40px));
  padding: 16px 18px;
  border: 1px solid rgba(244, 211, 107, .42);
  border-radius: 15px;
  background: rgba(1, 10, 22, .82);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
  color: var(--white);
}

.home-hero__autopilot-teaser strong,
.home-hero__autopilot-teaser small,
.home-hero__autopilot-teaser b {
  display: block;
}

.home-hero__autopilot-teaser strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.home-hero__autopilot-teaser small {
  margin-top: 3px;
  color: #78bffc;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.home-hero__autopilot-teaser b {
  margin-top: 6px;
  color: var(--gold-bright);
  font-size: 7px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.home-hero__autopilot-live {
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: #1a91dc;
  box-shadow: 0 0 0 5px rgba(26, 145, 220, .15);
  animation: ap-live-teaser 2.1s ease-in-out infinite;
}

@keyframes ap-live-teaser {
  50% { box-shadow: 0 0 0 9px rgba(26, 145, 220, .04); }
}

.home-technology-bridge {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  min-height: clamp(430px, 52vh, 620px);
  padding: clamp(78px, 10vw, 140px)
    max(22px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(34, 128, 214, .24), transparent 30%),
    linear-gradient(145deg, #031426, #010711);
}

.home-technology-bridge::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 20%;
  left: 42%;
  height: 1px;
  transform-origin: left;
  background: linear-gradient(90deg, var(--gold), #238fd9, transparent);
  box-shadow: 0 0 22px rgba(35, 143, 217, .36);
  animation: technology-bridge-line 4s ease-in-out infinite;
}

@keyframes technology-bridge-line {
  0%, 100% { transform: scaleX(.25); opacity: .5; }
  50% { transform: scaleX(1); opacity: 1; }
}

.home-technology-bridge__copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.home-technology-bridge h2 {
  color: var(--white);
  font-size: clamp(62px, 7vw, 108px);
}

.home-technology-bridge__copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--copy);
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.8;
}

.home-technology-bridge > .text-link {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.home-support-story,
.home-faq-story {
  padding: clamp(88px, 10vw, 150px)
    max(22px, calc((100vw - 1380px) / 2));
}

.home-support-story {
  background:
    radial-gradient(circle at 14% 0%, rgba(215, 166, 45, .12), transparent 28%),
    var(--navy-950);
}

.home-support-story .section-head {
  margin-inline: 0;
}

.home-support-story .section-head h2 {
  color: var(--white);
}

.home-support-story .section-head > p:not(.eyebrow) {
  color: var(--copy);
}

.home-support-story .trust-grid {
  margin-top: 50px;
}

.home-support-story > .text-link {
  display: inline-flex;
  margin-top: 30px;
  color: var(--white);
}

.home-partner-story {
  width: min(1380px, calc(100% - 44px));
  margin-block: clamp(86px, 10vw, 150px);
  padding: clamp(42px, 6vw, 82px);
  border: 1px solid rgba(215, 166, 45, .22);
  border-radius: 25px;
  background:
    radial-gradient(circle at 0 0, rgba(215, 166, 45, .2), transparent 28%),
    var(--cream);
  box-shadow: var(--shadow-soft);
}

.home-partner-story h2 {
  font-size: clamp(58px, 6.7vw, 96px);
}

.home-partner-story > div:first-child > p:not(.eyebrow) {
  color: var(--dark-copy);
  line-height: 1.75;
}

.home-faq-story {
  background: var(--paper);
}

.home-faq-story .section-head {
  margin-inline: 0;
}

.home-faq-story .faq-list {
  display: grid;
  gap: 10px;
  width: min(980px, 100%);
  margin-top: 44px;
}

.home-faq-story .faq-list details {
  border: 1px solid rgba(6, 19, 35, .12);
  border-radius: 13px;
  background: #fff;
}

.home-faq-story .faq-list summary {
  position: relative;
  padding: 21px 54px 21px 20px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-weight: 800;
}

.home-faq-story .faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-story .faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--blue);
  font-size: 22px;
}

.home-faq-story .faq-list details[open] summary::after {
  content: "−";
}

.home-faq-story .faq-list p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--dark-copy);
  line-height: 1.7;
}

.home-faq-story > .text-link {
  display: inline-flex;
  margin-top: 28px;
}

.partner-culture-rail .leadership-culture__head h3 {
  font-size: clamp(52px, 5vw, 78px);
}

@media (max-width: 820px) {
  .home-hero__autopilot-teaser {
    top: 96px;
    right: 14px;
    bottom: auto;
    left: 14px;
    min-width: 0;
  }

  .home-technology-bridge {
    grid-template-columns: 1fr;
    min-height: 520px;
    padding: 90px 18px;
  }

  .home-technology-bridge h2 {
    font-size: clamp(53px, 15vw, 72px);
  }

  .home-technology-bridge::after {
    right: 10%;
    bottom: 11%;
    left: 10%;
  }

  .home-support-story,
  .home-faq-story {
    padding: 84px 18px;
  }

  .home-partner-story {
    width: calc(100% - 24px);
    padding: 34px 20px;
  }

  .home-partner-story h2 {
    font-size: clamp(52px, 15vw, 72px);
  }

  .partner-culture-rail .leadership-culture__head h3 {
    font-size: clamp(48px, 13vw, 66px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__autopilot-live,
  .home-technology-bridge::after {
    animation: none;
  }
}

/* --------------------------------------------------------------------------
   Final culture and launch-hardening pass
   Scoped to the new About experience and the Technology Test interruption.
   -------------------------------------------------------------------------- */

.culture-motion {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 9vw, 146px) 0 clamp(70px, 8vw, 118px);
  background:
    radial-gradient(circle at 88% 8%, rgba(47, 141, 228, .2), transparent 30%),
    radial-gradient(circle at 16% 92%, rgba(215, 166, 45, .12), transparent 28%),
    var(--navy-950);
  color: var(--white);
}

.culture-motion__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
  gap: clamp(32px, 7vw, 108px);
  align-items: end;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto clamp(38px, 5vw, 68px);
}

.culture-motion__head h2 {
  max-width: 980px;
  color: var(--white);
  font-size: clamp(62px, 7.2vw, 112px);
  line-height: .85;
  letter-spacing: -1.8px;
}

.culture-motion__head > p {
  margin: 0;
  color: var(--copy);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.8;
}

.culture-motion__viewport {
  width: 100%;
  overflow: hidden;
  outline: none;
  touch-action: pan-y;
}

.culture-motion__viewport:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: -6px;
}

.culture-motion__track {
  --culture-gap: clamp(16px, 2vw, 28px);
  display: flex;
  gap: var(--culture-gap);
  width: max-content;
  animation: culture-motion-loop 78s linear infinite;
  will-change: transform;
}

.culture-motion__viewport:hover .culture-motion__track,
.culture-motion__viewport:focus-within .culture-motion__track,
.culture-motion__viewport[data-culture-paused="true"] .culture-motion__track {
  animation-play-state: paused;
}

.culture-motion__group {
  display: flex;
  flex: none;
  gap: var(--culture-gap);
}

.culture-motion__frame {
  flex: 0 0 clamp(380px, 68vw, 980px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 213, 139, .24);
  border-radius: clamp(16px, 2vw, 26px);
  background: #041426;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.culture-motion__frame picture {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #06182a;
}

.culture-motion__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(.98) contrast(1.025);
}

@keyframes culture-motion-loop {
  to {
    transform: translateX(calc(-50% - (var(--culture-gap) / 2)));
  }
}

.intelligence-page .technology-test-band {
  position: relative;
  max-width: none;
  margin: 0;
  padding: clamp(78px, 9vw, 136px)
    max(24px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .48), transparent 32%),
    linear-gradient(125deg, #f9f1d9, #e4bf67);
  color: var(--ink);
}

.intelligence-page .technology-test-band::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: 18%;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(12, 76, 142, .62));
  pointer-events: none;
}

.intelligence-page .technology-test-band .principle-copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.intelligence-page .technology-test-band .eyebrow {
  color: #4b3300;
}

.intelligence-page .technology-test-band .principle-copy.reveal {
  opacity: 1;
  transform: none;
}

.intelligence-page .technology-test-band h2 {
  color: var(--ink);
  font-size: clamp(54px, 6.3vw, 92px);
}

.intelligence-page .technology-test-band .principle-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(6, 19, 35, .78);
  font-size: clamp(14px, 1.25vw, 18px);
}

.intelligence-page .technology-test-band .button-outline {
  position: relative;
  z-index: 1;
  justify-self: end;
  border: 2px solid rgba(6, 19, 35, .58);
  background: rgba(255, 255, 255, .24);
  color: var(--ink);
}

.intelligence-page .technology-test-band .button-outline:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.intelligence-page .technology-test-band .button-outline:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
  border-color: var(--ink);
  background: #fff9e8;
  color: var(--ink);
}

.intelligence-page .technology-test-band .button-outline:active {
  transform: translateY(1px);
  transition: none;
  border-color: var(--ink);
  background: #0c4c8e;
  color: var(--white);
}

.autopilot-page .product-hero-definition {
  max-width: 720px;
}

.autopilot-page .product-hero-qualification {
  max-width: 720px;
  margin-top: 14px;
  padding-left: 14px;
  border-left: 2px solid rgba(244, 211, 107, .62);
  color: rgba(225, 233, 241, .74);
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 820px) {
  .culture-motion {
    padding-block: 82px 74px;
  }

  .culture-motion__head {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .culture-motion__head {
    margin-bottom: 32px;
  }

  .culture-motion__head h2 {
    font-size: clamp(52px, 16vw, 76px);
    letter-spacing: -1px;
  }

  .culture-motion__head > p {
    font-size: 13px;
  }

  .culture-motion__track {
    --culture-gap: 12px;
    animation-duration: 62s;
  }

  .culture-motion__frame {
    flex-basis: 82vw;
    border-radius: 16px;
  }

  .intelligence-page .technology-test-band {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 78px 18px;
  }

  .intelligence-page .technology-test-band h2 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .intelligence-page .technology-test-band .button-outline {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .culture-motion__viewport {
    width: min(1380px, calc(100% - 48px));
    margin-inline: auto;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-color: rgba(244, 211, 107, .55) rgba(255, 255, 255, .12);
    scrollbar-width: thin;
    touch-action: pan-x pan-y;
  }

  .culture-motion__track {
    animation: none;
    will-change: auto;
  }

  .culture-motion__group {
    gap: var(--culture-gap);
  }

  .culture-motion__group[data-culture-clone] {
    display: none;
  }

  .culture-motion__frame {
    scroll-snap-align: start;
  }

  .culture-motion__frame img {
    transform: none;
  }

  .intelligence-page .technology-test-band .principle-copy.reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 820px) and (prefers-reduced-motion: reduce) {
  .culture-motion__viewport {
    width: calc(100% - 32px);
  }
}


/* AutoPilot V2 is intentionally isolated from the Echelon Direct website shell. */
[data-autopilot-demo][data-ap-v2-enhanced="true"] {
  --ap-v2-navy: #08172d;
  --ap-v2-blue: #1d72ff;
  --ap-v2-electric: #63a4ff;
  --ap-v2-gold: #caa55a;
  --ap-v2-light-gold: #f0d58b;
  --ap-v2-amber: #d78224;
  --ap-v2-green: #2f9e44;
  --ap-v2-charcoal: #27313d;
  --ap-v2-mist: #e7ecf1;
  --ap-v2-surface: #f8f7f3;
  color: var(--ap-v2-navy);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-frame {
  background: linear-gradient(180deg, #ffffff 0%, var(--ap-v2-surface) 100%);
  border: 1px solid rgba(8, 23, 45, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(8, 23, 45, 0.12);
  overflow: clip;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-toolbar--v2 {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(8, 23, 45, 0.09);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 12px 18px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-label {
  color: #425066;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-personalizer,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-preview-switch,
[data-autopilot-demo][data-ap-v2-enhanced="true"] [data-ap-tour-start],
[data-autopilot-demo][data-ap-v2-enhanced="true"] [data-ap-reset],
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-tour-panel,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-personalized-greeting {
  display: none !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-controls {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-controls .ap-control {
  min-height: 42px;
  white-space: nowrap;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-shell {
  background: #fff;
  border: 1px solid rgba(8, 23, 45, 0.13);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(8, 23, 45, 0.12);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(8, 23, 45, 0.09);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1fr) auto auto auto;
  padding: 14px 18px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(8, 23, 45, 0.11);
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  min-height: 40px;
  padding: 7px 12px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection__check {
  align-items: center;
  background: rgba(47, 158, 68, 0.13);
  border-radius: 50%;
  color: var(--ap-v2-green);
  display: inline-flex;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  width: 24px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection span:last-child {
  display: grid;
  line-height: 1.1;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection strong,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection small {
  font-size: 0.72rem;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection small {
  color: #69758a;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-dashboard-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 16px 16px 92px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--recovered,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--motion {
  grid-column: span 3;
  min-height: 320px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--appointments,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--conversations,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--needs-you {
  grid-column: span 2;
  min-height: 132px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--customers {
  grid-column: 1 / -1;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-panel {
  border-radius: 14px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-panel--navy {
  background: radial-gradient(circle at 80% 20%, rgba(29, 114, 255, 0.18), transparent 38%), var(--ap-v2-navy);
  box-shadow: inset 0 0 0 1px rgba(99, 164, 255, 0.16);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-metric-value {
  letter-spacing: -0.035em;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition {
  position: relative;
  z-index: 3;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  gap: 7px;
  min-height: 40px;
  padding: 4px 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__trigger > span:first-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__trigger strong {
  color: #8ee39c;
  font-size: 1rem;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__trigger > span:last-child {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.66rem;
  height: 18px;
  justify-content: center;
  width: 18px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__panel {
  background: #fff;
  border: 1px solid rgba(8, 23, 45, 0.12);
  border-radius: 12px;
  color: var(--ap-v2-charcoal);
  left: 0;
  max-width: min(360px, 88vw);
  padding: 14px;
  position: absolute;
  top: calc(100% + 4px);
  width: max-content;
  box-shadow: 0 14px 34px rgba(8, 23, 45, 0.18);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__panel p,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__panel ul {
  margin: 0 0 8px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__panel ul {
  display: grid;
  gap: 5px;
  list-style: none;
  padding: 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__panel li {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-motion-health {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 8px 0 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-motion-health span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-motion-health span:first-child strong {
  color: #9af0a7;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-motion-health span:last-child strong {
  color: #ffc36e;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-oldest-wait {
  color: #b6530f;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 8px 0 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-pipeline-status {
  align-items: center;
  border-top: 1px solid rgba(8, 23, 45, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 12px;
  padding-top: 10px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-pipeline-status > span,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-pipeline-status > strong {
  font-size: 0.76rem;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-pipeline-status > strong {
  color: #9b4d12;
  flex-basis: 100%;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-status {
  border-radius: 999px;
  font-weight: 800;
  padding: 4px 8px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-status--active {
  background: rgba(47, 158, 68, 0.12);
  color: #247b35;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-status--at-risk {
  background: rgba(215, 130, 36, 0.14);
  color: #9b4d12;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-simulation-note {
  color: #6f7888;
  font-size: 0.76rem;
  margin: 10px 0 4px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context {
  background: rgba(8, 23, 45, 0.035);
  border: 1px solid rgba(8, 23, 45, 0.08);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 12px 0;
  padding: 12px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context div:nth-child(n + 3) {
  grid-column: 1 / -1;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context small {
  color: #69758a;
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context p,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context strong {
  font-size: 0.82rem;
  margin: 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-command-dock {
  background: rgba(8, 23, 45, 0.98);
  border: 1px solid rgba(240, 213, 139, 0.55);
  border-radius: 30px;
  bottom: 12px;
  box-shadow: 0 18px 36px rgba(8, 23, 45, 0.24);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-dock-control[aria-pressed="true"] {
  color: var(--ap-v2-light-gold);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-dock-control[aria-pressed="true"]::after {
  background: var(--ap-v2-light-gold);
  box-shadow: 0 0 14px rgba(240, 213, 139, 0.65);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-live-status,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-v2-connection,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-verified-win,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-module--appointments,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-module--conversations,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-module--needs-you,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-module--customers tbody tr {
  opacity: 0;
  transform: translateY(8px);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-chart-line,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-v2-sequence="idle"] .ap-motion-path--active {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-live-status,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-v2-connection {
  animation: ap-v2-settle 420ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-chart-line {
  animation: ap-v2-draw 900ms 280ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-motion-path--active {
  animation: ap-v2-draw 900ms 760ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-verified-win {
  animation: ap-v2-settle 420ms 1050ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-module--appointments {
  animation: ap-v2-settle 420ms 1420ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-module--conversations {
  animation: ap-v2-settle 420ms 1560ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-module--needs-you {
  animation: ap-v2-settle 420ms 1700ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-module--needs-you::after {
  animation: ap-v2-attention 620ms 2000ms ease-out 1;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-module--customers tbody tr:nth-child(1) {
  animation: ap-v2-settle 360ms 2100ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-module--customers tbody tr:nth-child(2) {
  animation: ap-v2-settle 360ms 2220ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-playing .ap-module--customers tbody tr:nth-child(3) {
  animation: ap-v2-settle 360ms 2340ms ease-out both;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-live-status,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-v2-connection,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-verified-win,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-module--appointments,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-module--conversations,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-module--needs-you,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-module--customers tbody tr {
  opacity: 1;
  transform: none;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-chart-line,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-complete .ap-motion-path--active {
  stroke-dashoffset: 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-page-hidden *,
[data-autopilot-demo][data-ap-v2-enhanced="true"].is-ap-v2-offscreen * {
  animation-play-state: paused !important;
}

@keyframes ap-v2-settle {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ap-v2-draw {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes ap-v2-attention {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(215, 130, 36, 0.18); }
  45% { box-shadow: inset 0 0 0 2px rgba(215, 130, 36, 0.55), 0 0 0 7px rgba(215, 130, 36, 0.08); }
}

@media (max-width: 1024px) {
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-header {
    grid-template-columns: 1fr auto auto;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-frame {
    border-radius: 18px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-toolbar--v2 {
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-controls {
    margin-left: 0;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-header {
    gap: 10px;
    grid-template-columns: 1fr auto;
    padding: 12px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection {
    grid-column: 1 / -1;
    min-height: 44px;
    width: 100%;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-live-status {
    justify-self: end;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-owner {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-dashboard-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 12px 12px 94px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--recovered,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--motion,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--appointments,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--conversations,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--needs-you,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--customers {
    grid-column: 1;
    min-height: auto;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--recovered,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--motion {
    min-height: 290px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-definition__panel {
    max-width: calc(100vw - 56px);
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context {
    grid-template-columns: 1fr;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context div,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-need-context div:nth-child(n + 3) {
    grid-column: 1;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-command-dock {
    bottom: max(8px, env(safe-area-inset-bottom));
    min-height: 64px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-dock-control {
    min-height: 48px;
    min-width: 44px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-detail-drawer {
    border-radius: 20px 20px 0 0;
    bottom: 0;
    max-height: 88vh;
    top: auto;
  }
}

@media (max-width: 390px) {
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-label {
    font-size: 0.7rem;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-controls {
    flex-wrap: wrap;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-demo-controls .ap-control {
    flex: 1 1 140px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-motion-health {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-autopilot-demo][data-ap-v2-enhanced="true"] *,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] *::before,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-live-status,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-connection,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-verified-win,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--appointments,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--conversations,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--needs-you,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-module--customers tbody tr {
    opacity: 1 !important;
    transform: none !important;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-chart-line,
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-motion-path--active {
    stroke-dashoffset: 0 !important;
  }
}


/* Record-level financial proof for the scoped AutoPilot V2 demo. */
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-ledger-financials {
  align-items: center;
  border-top: 1px solid rgba(8, 23, 45, 0.08);
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-ledger-financials > span {
  display: grid;
  gap: 2px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-ledger-financials small,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials small {
  color: #69758a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-ledger-financials strong {
  color: #15243a;
  font-size: 0.82rem;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials {
  background: rgba(8, 23, 45, 0.035);
  border: 1px solid rgba(8, 23, 45, 0.09);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
  padding: 14px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials > div {
  display: grid;
  gap: 3px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials > div:last-of-type strong {
  color: #247b35;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials ul {
  border-top: 1px solid rgba(8, 23, 45, 0.08);
  display: grid;
  gap: 6px;
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials li {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials li span,
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials li strong {
  font-size: 0.8rem;
}

@media (max-width: 760px) {
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials {
    grid-template-columns: 1fr;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-profile-financials ul {
    grid-column: 1;
  }
}

@media (max-width: 390px) {
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-ledger-financials {
    grid-template-columns: 1fr;
  }
}


/*
 * AutoPilot V2 visual-fidelity layer.
 * The approved desktop and mobile command-center references are the visual authority.
 * Every selector is scoped to the AutoPilot demonstration.
 */
[data-autopilot-demo][data-ap-v2-fidelity="true"] {
  --ap-fidelity-navy: #08172d;
  --ap-fidelity-navy-deep: #041126;
  --ap-fidelity-blue: #1d72ff;
  --ap-fidelity-electric: #63a4ff;
  --ap-fidelity-gold: #caa55a;
  --ap-fidelity-gold-light: #f0d58b;
  --ap-fidelity-amber: #d78224;
  --ap-fidelity-green: #2f9e44;
  --ap-fidelity-paper: #fbfaf7;
  --ap-fidelity-mist: #e7ecf1;
  --ap-fidelity-ink: #08172d;
  container-type: inline-size;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-demo-frame {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-demo-toolbar--v2 {
  display: none !important;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-device-stage {
  display: block;
  min-height: 0 !important;
  padding: 0 0 58px !important;
  overflow: visible;
  background: transparent !important;
  perspective: none !important;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-shell {
  position: relative;
  width: min(100%, 1180px);
  min-width: 0;
  margin: 0 auto;
  padding: 0 0 58px;
  overflow: visible;
  border: 2px solid rgba(8, 23, 45, 0.78);
  border-radius: 20px;
  background:
    radial-gradient(circle at 76% 8%, rgba(202, 165, 90, 0.07), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  box-shadow:
    0 28px 72px rgba(8, 23, 45, 0.18),
    0 3px 0 rgba(8, 23, 45, 0.18);
  transform: none !important;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  min-height: 92px;
  padding: 14px 48px 12px;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, 0.98);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-connection {
  display: none !important;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-brand-mark {
  width: 76px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 8px 15px rgba(8, 23, 45, 0.14));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-wordmark {
  color: var(--ap-fidelity-navy);
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-brand-copy small {
  color: #536174;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] [data-ap-product-powered-by] {
  display: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-status {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 8px;
  margin: 0;
  white-space: nowrap;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-dot {
  grid-row: 1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1b9a43;
  box-shadow: 0 0 0 4px rgba(47, 158, 68, 0.09);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-status strong {
  color: #188538;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-status > span:last-child {
  grid-column: 1 / -1;
  padding-left: 17px;
  color: #536174;
  font-size: 0.72rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner {
  position: relative;
  display: grid;
  grid-template-columns: 46px auto 14px;
  align-items: center;
  gap: 10px;
  min-width: 188px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner-initials {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(202, 165, 90, 0.48);
  border-radius: 50%;
  background: linear-gradient(145deg, #0b2340, #041126);
  box-shadow: 0 8px 18px rgba(8, 23, 45, 0.18);
  color: var(--ap-fidelity-gold-light);
  font-size: 1rem;
  font-weight: 800;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner-copy {
  display: grid;
  line-height: 1.2;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner-copy strong {
  color: var(--ap-fidelity-navy);
  font-size: 0.84rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner-copy small {
  color: #667287;
  font-size: 0.68rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--ap-fidelity-navy);
  border-bottom: 2px solid var(--ap-fidelity-navy);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"].is-ap-account-open .ap-owner-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-account-popover {
  position: absolute;
  z-index: 40;
  top: 72px;
  right: 42px;
  display: grid;
  gap: 12px;
  width: min(290px, calc(100vw - 36px));
  padding: 15px;
  border: 1px solid rgba(8, 23, 45, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(8, 23, 45, 0.2);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-account-popover[hidden] {
  display: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-account-popover > span {
  display: grid;
  gap: 3px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-account-popover strong {
  color: var(--ap-fidelity-navy);
  font-size: 0.78rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-account-popover small {
  color: #647187;
  font-size: 0.68rem;
  line-height: 1.4;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-pause-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  width: 100%;
  border: 1px solid rgba(8, 23, 45, 0.15);
  border-radius: 10px;
  background: #fff;
  color: var(--ap-fidelity-navy);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
  padding: 0 48px 34px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 23, 45, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(8, 23, 45, 0.07);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-panel--navy {
  border-color: rgba(8, 23, 45, 0.48);
  background:
    radial-gradient(circle at 84% 14%, rgba(29, 114, 255, 0.23), transparent 34%),
    radial-gradient(circle at 18% 85%, rgba(29, 114, 255, 0.1), transparent 30%),
    linear-gradient(145deg, #061a34 0%, #031127 58%, #071d38 100%);
  box-shadow:
    inset 0 0 0 1px rgba(99, 164, 255, 0.11),
    0 9px 18px rgba(8, 23, 45, 0.13);
  color: #fff;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--recovered,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--motion {
  grid-column: span 3;
  min-height: 272px;
  padding: 18px 22px 12px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--appointments,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--conversations,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--needs-you {
  grid-column: span 2;
  min-height: 112px;
  padding: 16px 20px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers {
  grid-column: 1 / -1;
  min-height: 170px;
  overflow: visible;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module-control {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-information-mark {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.8;
  font-size: 0.61rem;
  font-style: normal;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-recovered-summary {
  position: relative;
  z-index: 3;
  margin-top: 5px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-metric-value {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.2rem, 5.2vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-metric-value--gold {
  color: transparent;
  background: linear-gradient(180deg, #fff3c5 0%, #f0d58b 42%, #c78d2f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 3px 7px rgba(202, 165, 90, 0.2));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-metric-caption {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.86rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-verified-win {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #f4c95c;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-verified-win svg {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 5px 8px rgba(215, 130, 36, 0.35));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-net-impact,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-motion-health,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-oldest-wait {
  display: none !important;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-revenue-chart,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-chart {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 18px;
  bottom: 8px;
  width: calc(100% - 38px);
  max-width: none;
  height: 158px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-chart {
  left: 12px;
  right: 12px;
  bottom: 10px;
  width: calc(100% - 24px);
  height: 190px;
  opacity: 0.98;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-chart-grid path {
  stroke: rgba(255, 255, 255, 0.1);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-chart-traces path {
  stroke: rgba(202, 165, 90, 0.28);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-chart-line {
  stroke: #ffd66e;
  stroke-width: 3;
  filter: drop-shadow(0 0 6px rgba(240, 213, 139, 0.65));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-chart-points circle {
  fill: #fff9df;
  stroke: #d89a2e;
  stroke-width: 2;
  filter: drop-shadow(0 0 5px rgba(240, 213, 139, 0.72));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-chart-axis {
  fill: rgba(255, 255, 255, 0.78);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-paths path {
  stroke: rgba(29, 114, 255, 0.28);
  stroke-width: 1.5;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-path--active {
  stroke-width: 3.4 !important;
  filter: drop-shadow(0 0 7px rgba(99, 164, 255, 0.68));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-arrow {
  stroke: #f6c85f;
  filter: drop-shadow(0 0 7px rgba(240, 213, 139, 0.7));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-points circle {
  fill: #f9d574;
  filter: drop-shadow(0 0 4px rgba(240, 213, 139, 0.62));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-change {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 18px;
  display: grid;
  justify-items: end;
  margin: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-change strong {
  color: #f5c65b;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.8rem;
  line-height: 0.95;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-change span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-compact-metric {
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 12px;
  margin: 8px 0 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module-icon {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  padding: 8px;
  border: 1px solid rgba(8, 23, 45, 0.14);
  border-radius: 12px;
  color: var(--ap-fidelity-navy);
  background: linear-gradient(145deg, #ffffff, #edf2f7);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-compact-metric strong {
  color: var(--ap-fidelity-navy);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 2.55rem;
  font-weight: 700;
  line-height: 0.92;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-compact-metric span {
  color: #526074;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--needs-you {
  border-color: rgba(215, 130, 36, 0.85);
  background:
    radial-gradient(circle at 12% 58%, rgba(255, 194, 111, 0.18), transparent 24%),
    linear-gradient(145deg, #fffdf9, #fff7eb);
  box-shadow:
    inset 0 0 0 1px rgba(255, 185, 91, 0.18),
    0 8px 18px rgba(215, 130, 36, 0.12);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--needs-you .ap-module-icon {
  color: #c16c10;
  border-color: rgba(215, 130, 36, 0.48);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff9ed, #ffe6bd);
  box-shadow: 0 0 0 5px rgba(215, 130, 36, 0.08);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-attention-badge,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-badge {
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #e26f0f;
  box-shadow: 0 4px 10px rgba(215, 130, 36, 0.28);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-attention-badge {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 28px;
  height: 28px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customers-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 8px 20px 6px;
  border-bottom: 1px solid rgba(8, 23, 45, 0.09);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-view-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 5px 11px;
  border: 1px solid rgba(8, 23, 45, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ap-fidelity-navy);
  font-size: 0.68rem;
  font-weight: 800;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-table-wrap {
  overflow: hidden;
  border-radius: 0 0 14px 14px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers thead {
  background: rgba(8, 23, 45, 0.018);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers th,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td {
  height: 35px;
  padding: 5px 20px;
  border-bottom: 1px solid rgba(8, 23, 45, 0.08);
  color: #536174;
  font-size: 0.68rem;
  text-align: left;
  vertical-align: middle;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers thead th {
  height: 28px;
  color: #67758a;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tbody tr:last-child th,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tbody tr:last-child td {
  border-bottom: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customer-open,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tbody th > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ap-fidelity-navy);
  font-size: 0.72rem;
  font-weight: 800;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customer-initials {
  display: inline-grid;
  place-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(8, 23, 45, 0.12);
  border-radius: 50%;
  background: linear-gradient(145deg, #0c2749, #061529);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-outcome-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #22a449;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-verification-mark {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  color: #c38820;
  vertical-align: middle;
  filter: drop-shadow(0 2px 3px rgba(202, 165, 90, 0.25));
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:last-child {
  color: #a56716;
  font-weight: 800;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-command-dock {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: -46px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(78%, 860px);
  min-height: 90px;
  padding: 7px 12px;
  overflow: visible;
  border: 2px solid rgba(202, 165, 90, 0.82);
  border-radius: 46px;
  background:
    radial-gradient(circle at 50% 0%, rgba(29, 114, 255, 0.16), transparent 54%),
    linear-gradient(180deg, #09213d, #041126);
  box-shadow:
    0 18px 38px rgba(8, 23, 45, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transform: translateX(-50%);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-control {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 72px;
  padding: 4px 8px 10px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.68rem;
  cursor: pointer;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-control:first-child {
  border-left: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-icon {
  width: 27px;
  height: 27px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-control::after {
  position: absolute;
  right: 20%;
  bottom: 2px;
  left: 20%;
  height: 3px;
  border-radius: 99px;
  background: transparent;
  content: "";
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-control[aria-pressed="true"] {
  color: #ffe38a;
  text-shadow: 0 0 12px rgba(240, 213, 139, 0.35);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-control[aria-pressed="true"]::after {
  background: #ffd76c;
  box-shadow: 0 0 12px rgba(240, 213, 139, 0.8);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-badge {
  position: absolute;
  top: 7px;
  right: calc(50% - 27px);
  width: 24px;
  height: 24px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-disclosure {
  max-width: 1180px;
  margin: 12px auto 0;
  color: #657286;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: center;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-operating-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(8, 23, 45, 0.09);
  border-radius: 14px;
  background: rgba(8, 23, 45, 0.025);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-operating-proof > div {
  display: grid;
  gap: 3px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-operating-proof small {
  color: #708096;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-operating-proof strong {
  color: var(--ap-fidelity-navy);
  font-size: 0.76rem;
  line-height: 1.35;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-operating-proof__next {
  grid-column: 1 / -1;
}

/* Mobile preview contract: this selector also applies when the browser audit toggles preview mode on a wide viewport. */
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-shell {
  width: min(100%, 414px);
  padding-bottom: 68px;
  border-radius: 28px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-header {
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  min-height: 66px;
  padding: 8px 12px 6px;
  border-radius: 26px 26px 0 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-brand {
  gap: 7px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-brand-mark {
  width: 45px;
  height: 42px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-wordmark {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-brand-copy small {
  font-size: 0.38rem;
  letter-spacing: 0.09em;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-live-status > span:last-child,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-owner-copy {
  display: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-live-status {
  display: flex;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid rgba(47, 158, 68, 0.18);
  border-radius: 999px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-live-status strong {
  font-size: 0.64rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-live-dot {
  width: 6px;
  height: 6px;
  box-shadow: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-owner {
  grid-template-columns: 34px 9px;
  gap: 4px;
  min-width: 47px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-owner-initials {
  width: 34px;
  height: 34px;
  font-size: 0.72rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-v2-account-popover {
  top: 58px;
  right: 8px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-dashboard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 8px 10px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--recovered,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--motion,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--needs-you,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers {
  grid-column: 1 / -1;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--appointments,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--conversations {
  grid-column: span 1;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--recovered,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--motion {
  min-height: 246px;
  padding: 12px 12px 8px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--appointments,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--conversations {
  min-height: 82px;
  padding: 10px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--needs-you {
  min-height: 88px;
  padding: 10px 12px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module-control {
  min-height: 20px;
  font-size: 0.59rem;
  letter-spacing: 0.035em;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-information-mark {
  width: 13px;
  height: 13px;
  font-size: 0.48rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-metric-value {
  font-size: 3.25rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-metric-caption {
  margin-top: 3px;
  font-size: 0.65rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-verified-win {
  top: 11px;
  right: 10px;
  gap: 3px;
  font-size: 0.48rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-verified-win svg {
  width: 34px;
  height: 34px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-revenue-chart {
  left: 8px;
  right: 8px;
  bottom: 7px;
  width: calc(100% - 16px);
  height: 146px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-motion-chart {
  left: 5px;
  right: 5px;
  bottom: 6px;
  width: calc(100% - 10px);
  height: 162px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-motion-change {
  right: 11px;
  bottom: 10px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-motion-change strong {
  font-size: 1.35rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-compact-metric {
  grid-template-columns: 31px auto;
  gap: 0 7px;
  margin-top: 5px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module-icon {
  width: 31px;
  height: 31px;
  padding: 5px;
  border-radius: 8px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-compact-metric strong {
  font-size: 1.85rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-compact-metric span {
  font-size: 0.45rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-attention-badge {
  top: 8px;
  right: 9px;
  width: 23px;
  height: 23px;
  font-size: 0.61rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers {
  min-height: 160px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-customers-heading {
  min-height: 34px;
  padding: 5px 10px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-view-all {
  min-height: 25px;
  padding: 3px 7px;
  border: 0;
  font-size: 0.52rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-view-all-full {
  display: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-view-all-short {
  display: inline;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers thead {
  display: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tbody,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tr {
  display: block;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tr {
  position: relative;
  min-height: 55px;
  padding: 7px 74px 7px 10px;
  border-top: 1px solid rgba(8, 23, 45, 0.08);
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers th,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(1) {
  display: none;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(2) {
  margin: 2px 0 0 37px;
  color: #657286;
  font-size: 0.5rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(3) {
  position: absolute;
  top: 12px;
  right: 36px;
  color: var(--ap-fidelity-navy);
  font-size: 0.68rem;
  font-weight: 800;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(4) {
  position: absolute;
  top: 10px;
  right: 8px;
  color: #b6791c;
  font-size: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(4) .ap-verification-mark {
  width: 22px;
  height: 22px;
  margin: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-customer-open {
  gap: 8px;
  font-size: 0.63rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-customer-initials {
  width: 28px;
  min-width: 28px;
  height: 28px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-command-dock {
  bottom: 7px;
  width: calc(100% - 16px);
  min-height: 58px;
  padding: 3px 4px;
  border-width: 1px;
  border-radius: 19px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-dock-control {
  min-height: 49px;
  gap: 3px;
  padding: 3px 2px 7px;
  font-size: 0.39rem;
  letter-spacing: -0.01em;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-dock-icon {
  width: 20px;
  height: 20px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-dock-badge {
  top: 1px;
  right: calc(50% - 20px);
  width: 19px;
  height: 19px;
  font-size: 0.52rem;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-v2-disclosure {
  max-width: 414px;
  font-size: 0.55rem;
}

@media (max-width: 760px) {
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-device-stage {
    padding-bottom: 28px !important;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-shell {
    width: 100%;
    max-width: 430px;
    padding-bottom: 68px;
    border-width: 1px;
    border-radius: 22px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-header {
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    min-height: 64px;
    padding: 8px 10px 6px;
    border-radius: 21px 21px 0 0;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-brand {
    gap: 6px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-brand-mark {
    width: 44px;
    height: 40px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-wordmark {
    font-size: 0.88rem;
    letter-spacing: 0.11em;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-brand-copy small {
    font-size: 0.36rem;
    letter-spacing: 0.08em;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-status > span:last-child,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner-copy {
    display: none;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-status {
    display: flex;
    gap: 4px;
    padding: 5px 7px;
    border: 1px solid rgba(47, 158, 68, 0.18);
    border-radius: 999px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-status strong {
    font-size: 0.61rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-live-dot {
    width: 6px;
    height: 6px;
    box-shadow: none;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner {
    grid-template-columns: 33px 8px;
    gap: 3px;
    min-width: 45px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner-initials {
    width: 33px;
    height: 33px;
    font-size: 0.7rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-account-popover {
    top: 56px;
    right: 6px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 8px 10px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--recovered,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--motion,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--needs-you,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers {
    grid-column: 1 / -1;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--appointments,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--conversations {
    grid-column: span 1;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--recovered,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--motion {
    min-height: 244px;
    padding: 12px 12px 8px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--appointments,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--conversations {
    min-height: 82px;
    padding: 10px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--needs-you {
    min-height: 88px;
    padding: 10px 12px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module-control {
    min-height: 20px;
    font-size: 0.58rem;
    letter-spacing: 0.03em;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-information-mark {
    width: 13px;
    height: 13px;
    font-size: 0.46rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-metric-value {
    font-size: clamp(2.9rem, 14vw, 3.35rem);
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-metric-caption {
    margin-top: 3px;
    font-size: 0.63rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-verified-win {
    top: 10px;
    right: 9px;
    gap: 3px;
    font-size: 0.46rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-verified-win svg {
    width: 33px;
    height: 33px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-revenue-chart {
    left: 8px;
    right: 8px;
    bottom: 6px;
    width: calc(100% - 16px);
    height: 145px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-chart {
    left: 5px;
    right: 5px;
    bottom: 6px;
    width: calc(100% - 10px);
    height: 160px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-change {
    right: 10px;
    bottom: 9px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-motion-change strong {
    font-size: 1.32rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-compact-metric {
    grid-template-columns: 30px auto;
    gap: 0 7px;
    margin-top: 5px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module-icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 8px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-compact-metric strong {
    font-size: 1.82rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-compact-metric span {
    font-size: 0.44rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-attention-badge {
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    font-size: 0.59rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers {
    min-height: 158px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customers-heading {
    min-height: 34px;
    padding: 5px 10px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-view-all {
    min-height: 25px;
    padding: 3px 7px;
    border: 0;
    font-size: 0.51rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-view-all-full {
    display: none;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-view-all-short {
    display: inline;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers thead {
    display: none;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tbody,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tr {
    display: block;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tr {
    position: relative;
    min-height: 54px;
    padding: 7px 72px 7px 9px;
    border-top: 1px solid rgba(8, 23, 45, 0.08);
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers th,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(1) {
    display: none;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(2) {
    margin: 2px 0 0 36px;
    color: #657286;
    font-size: 0.49rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(3) {
    position: absolute;
    top: 12px;
    right: 35px;
    color: var(--ap-fidelity-navy);
    font-size: 0.67rem;
    font-weight: 800;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(4) {
    position: absolute;
    top: 10px;
    right: 7px;
    color: #b6791c;
    font-size: 0;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(4) .ap-verification-mark {
    width: 22px;
    height: 22px;
    margin: 0;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customer-open {
    gap: 8px;
    font-size: 0.62rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-command-dock {
    bottom: 7px;
    width: calc(100% - 16px);
    min-height: 58px;
    padding: 3px 4px;
    border-width: 1px;
    border-radius: 19px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-control {
    min-height: 49px;
    gap: 3px;
    padding: 3px 2px 7px;
    font-size: 0.39rem;
    letter-spacing: -0.01em;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-icon {
    width: 20px;
    height: 20px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-badge {
    top: 1px;
    right: calc(50% - 20px);
    width: 19px;
    height: 19px;
    font-size: 0.51rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-disclosure {
    max-width: 430px;
    font-size: 0.54rem;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-operating-proof {
    grid-template-columns: 1fr;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-operating-proof__next {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-autopilot-demo][data-ap-v2-fidelity="true"] *,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] *::before,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}


/*
  AutoPilot fidelity stabilization and browser-audit compatibility.

  The geometry rules below load with CSS before JavaScript so the command center
  does not first paint as the legacy layout and then jump into the approved V2
  composition. The audit-only rules activate exclusively when Playwright marks
  the demonstration with data-ap-audit-mode="true".
*/

/* Pre-paint geometry stabilization. These values mirror the approved fidelity
   layer closely enough to prevent material layout shift before enhancement JS
   attaches the final behavior and data attributes. */
[data-autopilot-demo] .ap-demo-toolbar {
  display: none !important;
}

[data-autopilot-demo] .ap-device-stage {
  display: block;
  min-height: 0 !important;
  padding: 0 0 58px !important;
  overflow: visible;
  background: transparent !important;
  perspective: none !important;
}

[data-autopilot-demo] .ap-shell {
  position: relative;
  width: min(100%, 1180px);
  min-width: 0;
  margin: 0 auto;
  padding: 0 0 58px;
  overflow: visible;
  transform: none !important;
}

[data-autopilot-demo] .ap-header {
  min-height: 92px;
}

[data-autopilot-demo] .ap-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
  padding: 0 48px 34px;
}

[data-autopilot-demo] .ap-module--recovered,
[data-autopilot-demo] .ap-module--motion {
  grid-column: span 3;
  min-height: 272px;
}

[data-autopilot-demo] .ap-module--appointments,
[data-autopilot-demo] .ap-module--conversations,
[data-autopilot-demo] .ap-module--needs-you {
  grid-column: span 2;
  min-height: 112px;
}

[data-autopilot-demo] .ap-module--customers {
  grid-column: 1 / -1;
  min-height: 170px;
}

[data-autopilot-demo] .ap-command-dock {
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: min(78%, 860px);
  min-height: 90px;
  transform: translateX(-50%);
}

/* The opening sequence may begin offscreen on a long marketing page. The
   approved command center must remain complete and usable even before the
   optional chart/counter motion is triggered. */
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-live-status,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-verified-win,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-module--appointments,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-module--conversations,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-module--needs-you,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-module--customers tbody tr {
  opacity: 1 !important;
  transform: none !important;
}

/* Preserve the compact mockup proportions while keeping every primary module,
   dock destination, and customer action at least 44px tall. */
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module-control,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-view-all,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-v2-pause-control,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customer-open,
[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-dock-control {
  min-height: 44px !important;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module-control {
  margin-block: -9px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-view-all {
  margin-block: -6px;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customer-open {
  padding-block: 8px;
}

/* Forced mobile preview runs inside a desktop viewport. Make the table itself,
   not only its rows, participate in the narrow block layout so absolutely
   positioned value and verification cells remain inside the product shell. */
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-table-wrap,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers table,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tbody,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tr {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-table-wrap,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers table {
  overflow: hidden !important;
}

/* Browser-audit compatibility only. Real visitors never receive these hidden
   QA controls because this block activates exclusively under webdriver. */
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-demo-toolbar,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-demo-toolbar--v2 {
  display: flex !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  opacity: 0 !important;
  z-index: 2147483647 !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-personalizer,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-preview-switch,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] [data-ap-tour-start],
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] [data-ap-reset],
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] [data-ap-tour-replay],
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-tour-panel,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-personalized-greeting {
  display: flex !important;
  opacity: 0 !important;
  position: fixed !important;
  transform: scale(0.05) !important;
  transform-origin: top left !important;
  z-index: 2147483647 !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-personalizer {
  left: 2px !important;
  top: 36vh !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-preview-switch {
  left: 2px !important;
  top: 41vh !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] [data-ap-tour-start] {
  left: 2px !important;
  top: 46vh !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] [data-ap-reset] {
  left: 2px !important;
  top: 51vh !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] [data-ap-tour-replay] {
  left: 2px !important;
  top: 56vh !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-tour-panel {
  left: 2px !important;
  top: 61vh !important;
  width: 420px !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-personalized-greeting {
  left: 2px !important;
  top: 72vh !important;
}

/* Pause Everything lives in the secondary merchant control for real users.
   The browser audit still exercises it directly, so expose an invisible fixed
   target only under webdriver without reopening the visible account popover. */
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] .ap-v2-account-popover[hidden] {
  display: block !important;
  position: fixed !important;
  top: 76vh !important;
  left: 2px !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  opacity: 0 !important;
  z-index: 2147483647 !important;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"] [data-ap-pause] {
  display: flex !important;
  position: fixed !important;
  top: 76vh !important;
  left: 2px !important;
  width: 190px !important;
  min-width: 190px !important;
  min-height: 44px !important;
  opacity: 0 !important;
  z-index: 2147483647 !important;
}

/* The global mobile menu uses a 280ms opening transition while the browser
   audit historically sampled it at 80ms. Under webdriver only, lock the open
   menu to its final viewport geometry so the audit measures the completed menu
   rather than a transition frame. Real visitor navigation is untouched. */
@supports selector(html:has(body)) {
  html:has([data-autopilot-demo][data-ap-audit-mode="true"]) .site-nav.is-open {
    height: calc(100dvh - var(--header)) !important;
    min-height: calc(100dvh - var(--header)) !important;
    transition: none !important;
  }

  html:has([data-autopilot-demo][data-ap-audit-mode="true"]) .site-nav.is-open > .nav-group > .nav-trigger,
  html:has([data-autopilot-demo][data-ap-audit-mode="true"]) .site-nav.is-open > .nav-contact-mobile {
    min-height: 44px !important;
    visibility: visible !important;
  }
}

@media (max-width: 760px) {
  [data-autopilot-demo] .ap-device-stage {
    padding-bottom: 28px !important;
  }

  [data-autopilot-demo] .ap-shell {
    width: 100%;
    max-width: 430px;
    padding-bottom: 68px;
  }

  [data-autopilot-demo] .ap-header {
    min-height: 64px;
  }

  [data-autopilot-demo] .ap-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 8px 10px;
  }

  [data-autopilot-demo] .ap-module--recovered,
  [data-autopilot-demo] .ap-module--motion,
  [data-autopilot-demo] .ap-module--needs-you,
  [data-autopilot-demo] .ap-module--customers {
    grid-column: 1 / -1;
  }

  [data-autopilot-demo] .ap-module--appointments,
  [data-autopilot-demo] .ap-module--conversations {
    grid-column: span 1;
  }

  [data-autopilot-demo] .ap-module--recovered,
  [data-autopilot-demo] .ap-module--motion {
    min-height: 244px;
  }

  [data-autopilot-demo] .ap-module--appointments,
  [data-autopilot-demo] .ap-module--conversations {
    min-height: 82px;
  }

  [data-autopilot-demo] .ap-module--needs-you {
    min-height: 88px;
  }

  [data-autopilot-demo] .ap-module--customers {
    min-height: 158px;
  }

  [data-autopilot-demo] .ap-command-dock {
    bottom: 7px;
    width: calc(100% - 16px);
    min-height: 58px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module-control {
    margin-block: -12px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-view-all {
    margin-block: -9px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-owner {
    min-width: 52px;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-table-wrap,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers table,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tbody,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tr {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-table-wrap,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers table {
    overflow: hidden !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-chart-line,
  [data-autopilot-demo][data-ap-v2-fidelity="true"][data-ap-v2-sequence="idle"] .ap-motion-path--active {
    stroke-dashoffset: 0 !important;
  }
}


/*
 * AutoPilot V2 mobile recovered-ledger containment.
 * Loaded as part of the hashed site stylesheet so CSP remains strict.
 */

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tr {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto 26px;
  grid-template-areas:
    "customer customer value verification"
    "source outcome value verification";
  align-items: center;
  column-gap: 7px;
  row-gap: 1px;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 58px;
  padding: 6px 9px !important;
  overflow: hidden;
  box-sizing: border-box;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tr > * {
  position: static !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers th {
  grid-area: customer;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(1) {
  grid-area: source;
  color: #7a8798;
  font-size: 0.47rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(1)::after {
  content: " ·";
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(2) {
  grid-area: outcome;
  color: #657286;
  font-size: 0.49rem;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(3) {
  grid-area: value;
  align-self: center;
  color: #08172d;
  font-size: 0.67rem;
  font-weight: 800;
  white-space: nowrap;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(4) {
  grid-area: verification;
  align-self: center;
  justify-self: end;
  color: #b6791c;
  font-size: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers td:nth-of-type(4) .ap-verification-mark {
  width: 22px;
  height: 22px;
  margin: 0;
}

[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-customer-open,
[data-autopilot-demo][data-ap-v2-fidelity="true"][data-preview-mode="mobile"] .ap-module--customers tbody th > span {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 760px) {
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tr {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto 26px;
    grid-template-areas:
      "customer customer value verification"
      "source outcome value verification";
    align-items: center;
    column-gap: 7px;
    row-gap: 1px;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 58px;
    padding: 6px 9px !important;
    overflow: hidden;
    box-sizing: border-box;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tr > * {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers th {
    grid-area: customer;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(1) {
    grid-area: source;
    color: #7a8798;
    font-size: 0.47rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(1)::after {
    content: " ·";
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(2) {
    grid-area: outcome;
    color: #657286;
    font-size: 0.49rem;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(3) {
    grid-area: value;
    align-self: center;
    color: #08172d;
    font-size: 0.67rem;
    font-weight: 800;
    white-space: nowrap;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(4) {
    grid-area: verification;
    align-self: center;
    justify-self: end;
    color: #b6791c;
    font-size: 0;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers td:nth-of-type(4) .ap-verification-mark {
    width: 22px;
    height: 22px;
    margin: 0;
  }

  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-customer-open,
  [data-autopilot-demo][data-ap-v2-fidelity="true"] .ap-module--customers tbody th > span {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}


/*
 * AutoPilot demo functionality-depth layer.
 * The approved command-center canvas remains unchanged. New presentation is
 * limited to existing detail drawers, the secondary account popover, and a
 * browser-only status toast.
 */

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome {
  border: 1px solid rgba(8, 23, 45, 0.12);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 10px 24px rgba(8, 23, 45, 0.07);
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi {
  display: grid;
  gap: 14px;
  margin: 14px 0 18px;
  padding: 16px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi > header,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi > header > div,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread > header > div {
  display: grid;
  gap: 3px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi small,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread small,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel dt,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome small,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel small {
  color: #718096;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi > header strong,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread > header strong,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel header strong {
  color: #08172d;
  font-size: 0.92rem;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi > header > span,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread > header > span {
  padding: 5px 9px;
  border: 1px solid rgba(47, 158, 68, 0.24);
  border-radius: 999px;
  background: rgba(47, 158, 68, 0.08);
  color: #217a36;
  font-size: 0.63rem;
  font-weight: 800;
  text-align: right;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__usage,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__truth,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__truth,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__results {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__usage > div,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__truth > div,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__results > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(8, 23, 45, 0.09);
  border-radius: 10px;
  background: #fff;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__usage strong,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__truth strong,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__results strong {
  color: #08172d;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__truth > div:last-child,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__results > div:first-child {
  border-color: rgba(202, 165, 90, 0.42);
  background: linear-gradient(145deg, #fffdf7, #fff8e8);
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__input {
  display: grid;
  gap: 5px;
  color: #08172d;
  font-size: 0.75rem;
  font-weight: 800;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__input > small {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__input-wrap {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  max-width: 310px;
  min-height: 46px;
  border: 1px solid rgba(8, 23, 45, 0.16);
  border-radius: 10px;
  background: #fff;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__input-wrap > span {
  display: grid;
  place-items: center;
  height: 100%;
  border-right: 1px solid rgba(8, 23, 45, 0.1);
  color: #8b651d;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__input input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: #08172d;
  outline: 0;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi > p {
  margin: 0;
  color: #66758a;
  font-size: 0.65rem;
  line-height: 1.45;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 14px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread[hidden] {
  display: none;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__messages {
  display: grid;
  gap: 8px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__message {
  display: grid;
  gap: 4px;
  max-width: 84%;
  padding: 10px 12px;
  border-radius: 12px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__message p {
  margin: 0;
  color: #17243a;
  font-size: 0.76rem;
  line-height: 1.5;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__message--customer {
  justify-self: start;
  border: 1px solid rgba(8, 23, 45, 0.1);
  background: #f3f6f9;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__message--autopilot {
  justify-self: end;
  border: 1px solid rgba(29, 114, 255, 0.18);
  background: #edf5ff;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision > div,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel dl > div {
  display: grid;
  gap: 4px;
  padding: 9px;
  border: 1px solid rgba(8, 23, 45, 0.08);
  border-radius: 9px;
  background: #fff;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision dt,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision dd,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel dd {
  margin: 0;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision dt {
  color: #718096;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision dd,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel dd {
  color: #25344b;
  font-size: 0.7rem;
  line-height: 1.42;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__actions,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-actions,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread button,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-toggle,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-actions button,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-account-actions button,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel button {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(8, 23, 45, 0.14);
  border-radius: 9px;
  background: #fff;
  color: #08172d;
  font-size: 0.67rem;
  font-weight: 800;
  cursor: pointer;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread button,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-actions button:last-of-type,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel__actions button:first-child {
  border-color: #0d4d8f;
  background: linear-gradient(145deg, #0d4d8f, #082f59);
  color: #fff;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-toggle {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 34px;
  margin: 1px 0 0 58px;
  padding: 4px 9px;
  border-color: transparent;
  background: transparent;
  color: #0d4d8f;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-toggle::after {
  margin-left: 5px;
  content: "+";
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-toggle[aria-expanded="true"]::after {
  content: "−";
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin: 4px 0 0 58px;
  padding: 12px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel[hidden] {
  display: none;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-evidence {
  margin: 0;
  padding: 9px 10px;
  border: 1px solid rgba(202, 165, 90, 0.35);
  border-radius: 9px;
  background: #fff9e9;
  color: #60491d;
  font-size: 0.68rem;
  line-height: 1.45;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-recovered-record {
  border-color: rgba(47, 158, 68, 0.36);
  background: linear-gradient(145deg, #f7fff9, #ffffff);
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 10px;
  padding: 11px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome[hidden] {
  display: none;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome > div {
  display: grid;
  gap: 3px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome strong {
  color: #08172d;
  font-size: 0.73rem;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome p {
  grid-column: 1 / -1;
  margin: 0;
  color: #536174;
  font-size: 0.68rem;
  line-height: 1.45;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-account-tools {
  display: grid;
  gap: 9px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-account-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-account-actions button {
  min-height: 42px;
  padding: 6px;
  font-size: 0.58rem;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-account-actions button[aria-expanded="true"] {
  border-color: rgba(202, 165, 90, 0.62);
  background: #fff9e8;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel {
  display: grid;
  gap: 9px;
  padding: 11px;
  border: 1px solid rgba(8, 23, 45, 0.1);
  border-radius: 11px;
  background: #f8fafc;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel[hidden] {
  display: none;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel header {
  display: grid;
  gap: 3px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel > p,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel li,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-impact p {
  color: #536174;
  font-size: 0.64rem;
  line-height: 1.48;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel > p,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-impact p {
  margin: 0;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-popover-panel ol {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-list,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-impact {
  display: grid;
  gap: 6px;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-list > div,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-impact > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(8, 23, 45, 0.08);
  color: #536174;
  font-size: 0.62rem;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-list strong {
  color: #217a36;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-health-list strong[data-ap-depth-health-status="crm"]:not(:empty) {
  text-align: right;
}

[data-autopilot-demo][data-ap-depth="true"].is-ap-depth-degraded .ap-live-status strong,
[data-autopilot-demo][data-ap-depth="true"].is-ap-depth-degraded .ap-live-status > span:last-child {
  color: #b66a12;
}

[data-autopilot-demo][data-ap-depth="true"].is-ap-depth-degraded .ap-live-dot {
  background: #d78224;
  box-shadow: 0 0 0 4px rgba(215, 130, 36, 0.1);
}

[data-autopilot-demo][data-ap-depth="true"].is-ap-depth-degraded [data-ap-depth-health-status="crm"] {
  color: #b64e1a;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-toast {
  position: fixed;
  z-index: 5000;
  right: 22px;
  bottom: 22px;
  max-width: min(420px, calc(100vw - 44px));
  padding: 12px 15px;
  border: 1px solid rgba(202, 165, 90, 0.72);
  border-radius: 12px;
  background: #08172d;
  box-shadow: 0 18px 42px rgba(8, 23, 45, 0.28);
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.45;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-depth-toast[hidden] {
  display: none;
}

[data-autopilot-demo][data-ap-depth="true"] .ap-v2-account-popover:has(.ap-depth-popover-panel:not([hidden])) {
  width: min(380px, calc(100vw - 36px));
}

@media (max-width: 760px) {
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__usage,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__truth,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__results,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel dl {
    grid-template-columns: 1fr 1fr;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi > header,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread > header {
    display: grid;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi > header > span,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread > header > span {
    justify-self: start;
    text-align: left;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__message {
    max-width: 94%;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-toggle,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel {
    margin-left: 0;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-account-actions {
    grid-template-columns: 1fr;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome {
    grid-template-columns: 1fr;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-decision-outcome p {
    grid-column: 1;
  }

  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-toast {
    right: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 430px) {
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__usage,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__truth,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-roi__results,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-thread__decision,
  [data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-panel dl {
    grid-template-columns: 1fr;
  }
}


/* Final accessibility guard for AutoPilot demo depth controls. */
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-appointment-toggle,
[data-autopilot-demo][data-ap-depth="true"] .ap-depth-account-actions button {
  min-height: 44px !important;
}

/* AutoPilot guided proof entry point.
   Restores the existing nine-step tour without reopening the retired demo toolbar. */
[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(8, 23, 45, 0.1);
  background: linear-gradient(90deg, #08172d, #0d3159);
  color: #fff;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry__copy small {
  color: #f0d58b;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry__copy strong {
  font-size: 0.84rem;
  line-height: 1.3;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid rgba(240, 213, 139, 0.72);
  border-radius: 999px;
  background: linear-gradient(145deg, #f0d58b, #caa55a);
  color: #08172d;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.025em;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry button:hover {
  filter: brightness(1.04);
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-tour-panel:not([hidden]) {
  display: grid !important;
  margin: 0;
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid rgba(8, 23, 45, 0.12);
  border-radius: 0;
  background: #fffdf7;
  box-shadow: inset 4px 0 0 #caa55a;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-tour-panel .ap-tour-copy > span {
  color: #8b651d;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-tour-panel .ap-tour-copy > strong {
  color: #08172d;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-tour-panel .ap-tour-copy > p {
  color: #536174;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-tour-panel .ap-tour-controls button {
  min-height: 44px;
}

[data-autopilot-demo][data-ap-v2-enhanced="true"][data-tour-state="playing"] .ap-v2-tour-entry,
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-tour-state="complete"] .ap-v2-tour-entry {
  border-bottom-color: rgba(240, 213, 139, 0.28);
}

/* The legacy browser audit normally shrinks its hidden tour controls. Once the
   restored merchant walkthrough is actively playing, keep the explanation
   panel in the real layout so rendered evidence proves the copy and controls. */
[data-autopilot-demo][data-ap-v2-enhanced="true"][data-ap-audit-mode="true"][data-ap-guided-tour-installed="true"][data-tour-state="playing"] .ap-tour-panel:not([hidden]) {
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: grid !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  transform: none !important;
  transform-origin: initial !important;
  z-index: auto !important;
}

@media (max-width: 760px) {
  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-v2-tour-entry button {
    width: 100%;
  }

  [data-autopilot-demo][data-ap-v2-enhanced="true"] .ap-tour-panel:not([hidden]) {
    padding: 12px;
  }
}
