/* =========================================================================
   Alvary marketing site
   Design system: editorial type (Fraunces display + Hanken Grotesk body), warm paper
   palette, generous spacing, restrained motion.
   ========================================================================= */

:root {
  color-scheme: light;

  /* Ink ramp — deep, slightly warm black through paper. */
  --ink: #0e0d0b;
  --ink-soft: #1a1816;
  --ink-muted: #4d5157;
  --ink-quiet: #736f69;
  --line: #e3ddd2;
  --line-strong: #cdc6b7;
  --paper: #fffdf8;
  --paper-muted: #f8f4ec;
  --paper-soft: #fefdf9;
  --surface: #fffffc;
  --charcoal: #0f0e0b;
  --charcoal-soft: #1e1c18;
  --on-dark: #f7f1e3;
  --on-dark-icon: #d8d2c7;
  --on-dark-muted: #c9c0b1;
  --on-dark-subtle: rgba(247, 241, 227, 0.14);
  --on-dark-hairline: rgba(247, 241, 227, 0.12);
  --on-dark-tint: rgba(247, 241, 227, 0.08);
  --on-dark-rule: rgba(247, 241, 227, 0.22);

  /* Editorial accent ramp. Copper for eyebrows, orange accent for marker
     labels, gold for the dark-section accents, blue reserved for muted UI
     states. */
  /* Brand accent retired for a monochrome system: copper/gold now resolve to
     ink on light surfaces and the on-dark tone on dark surfaces, so every
     accent reads as charcoal or white depending on its background. */
  --copper: var(--ink);
  --copper-soft: var(--on-dark);
  --accent: #e24e29;
  --accent-soft: #ec6a45;
  --gold: var(--on-dark);
  --blue: #233a57;

  /* Status colors for the mini-mocks. */
  --risk-high: #b04733;
  --risk-med: #a3712d;
  --risk-watch: #6d7a3d;
  --risk-routed: #4a6a86;

  --radius-button: 4px;
  --radius-sm: 4px;
  --radius: 6px;
  --radius-lg: 8px;
  --shadow-1: 0 1px 0 rgba(17, 13, 8, 0.04);
  --shadow-2: 0 18px 60px -24px rgba(20, 14, 6, 0.18);
  --shadow-3: 0 36px 100px -32px rgba(20, 14, 6, 0.28);
  --header-height: 73px;

  /* Type ramp locked to clamp() so every page scales the same way. */
  --type-display: clamp(50px, 7.2vw, 96px);
  --type-h2: clamp(26px, 2.8vw, 38px);
  --type-h3: clamp(20px, 2.1vw, 28px);
  --type-lede: clamp(17px, 1.45vw, 20px);
  --type-body: 16px;
  --type-body-lg: 17px;
  --type-small: 14px;
  --type-caption: 12px;
  --type-label: 11px;
  --leading-tight: 1.12;
  --leading-body: 1.58;
  --leading-relaxed: 1.68;
  --space-copy: 14px;
  --space-copy-lg: 22px;
  --space-section-y: clamp(96px, 12vw, 160px);
  --space-section-y-compact: clamp(72px, 8vw, 112px);
  --space-page-hero-y: clamp(88px, 11vw, 136px);
  --type-meta: 12px;

  font-family:
    "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-variant-ligatures: common-ligatures;
}

* {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a.text-link {
  border-bottom: 1px solid currentColor;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
h4,
p,
ol,
ul {
  margin-top: 0;
}

ul,
ol {
  padding-left: 22px;
}

code {
  background: rgba(17, 13, 8, 0.06);
  border-radius: 4px;
  color: var(--ink-soft);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 14px;
  padding: 1px 6px;
}

/* =========================================================================
   Header
   ========================================================================= */

.announcement-bar {
  align-items: center;
  background: var(--charcoal);
  color: var(--paper);
  display: flex;
  gap: 12px;
  justify-content: center;
  min-height: 36px;
  padding: 7px clamp(20px, 4vw, 60px);
  position: relative;
  text-align: center;
  z-index: 30;
}

.announcement-bar span,
.announcement-bar a {
  font-size: var(--type-meta);
  line-height: 1.3;
}

.announcement-bar span {
  color: rgba(255, 253, 248, 0.9);
}

.announcement-bar a {
  color: var(--paper);
  font-weight: 500;
  white-space: nowrap;
}

.announcement-bar a::after {
  content: " ->";
}

/* The home announcement bar now matches the default charcoal bar (no beige),
   reading as a seamless dark strip above the dark hero. */

.site-header {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid rgba(17, 13, 8, 0.06);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  left: 0;
  padding: 16px clamp(20px, 4vw, 60px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.home-page .site-header {
  background: transparent;
  border-bottom-color: transparent;
  color: var(--ink);
  margin-bottom: calc(var(--header-height) * -1);
  transition: color 160ms ease, background 200ms ease,
    border-bottom-color 200ms ease, backdrop-filter 200ms ease;
}

/* Scrolled off the hero: the sticky header takes a frosted solid background so
   page content can't bleed through and collide with the nav — paper over light
   bands, charcoal over the dark platform/security bands. Over the top hero the
   header stays transparent (no .header-solid), preserving the floating look. */
.home-page.header-solid.header-over-light .site-header {
  background: rgba(255, 253, 248, 0.85);
  border-bottom-color: rgba(17, 13, 8, 0.08);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
}

.home-page.header-solid.header-over-dark .site-header {
  background: rgba(15, 14, 11, 0.82);
  border-bottom-color: var(--on-dark-hairline);
  backdrop-filter: saturate(1.2) blur(12px);
  -webkit-backdrop-filter: saturate(1.2) blur(12px);
}

.home-page .brand img {
  filter: none;
  transition: filter 160ms ease;
}

.home-page.header-over-dark .site-header {
  color: var(--paper);
}

.home-page.header-over-dark .brand img {
  filter: brightness(0) invert(1);
}

.home-page.header-over-dark .site-nav,
.home-page.header-over-dark .nav-login {
  color: rgba(255, 253, 248, 0.74);
}

.home-page.header-over-dark .site-nav a[aria-current="page"],
.home-page.header-over-dark .site-nav a[aria-current="location"],
.home-page.header-over-dark .site-nav a:hover,
.home-page.header-over-dark .nav-login:hover {
  color: var(--paper);
}

.home-page.header-over-dark .nav-cta {
  background: rgba(255, 253, 248, 0.12);
  border-color: rgba(255, 253, 248, 0.42);
  color: var(--paper) !important;
}

.home-page.header-over-dark .nav-cta:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink) !important;
}

.home-page.header-over-dark .nav-toggle span {
  background: var(--paper);
}

.home-page.header-over-light .site-nav,
.home-page.header-over-light .nav-login {
  color: #65686c;
}

.home-page.header-over-light .site-nav a[aria-current="page"],
.home-page.header-over-light .site-nav a[aria-current="location"],
.home-page.header-over-light .site-nav a:hover,
.home-page.header-over-light .nav-login:hover {
  color: var(--ink);
}

.home-page.header-over-light .nav-cta {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper) !important;
}

.home-page.header-over-light .nav-cta:hover {
  background: var(--charcoal-soft);
  border-color: var(--charcoal-soft);
  color: var(--paper) !important;
}

.home-page.header-over-light .nav-toggle span {
  background: var(--ink);
}

.brand {
  grid-column: 1;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: var(--type-body-lg);
  font-weight: 650;
  letter-spacing: -0.005em;
}

.brand img {
  height: 28px;
  width: 28px;
}

.site-nav {
  align-items: center;
  color: #65686c;
  display: flex;
  font-size: 13px;
  gap: 30px;
  grid-column: 2;
  justify-self: center;
}

.site-nav a {
  border-radius: 999px;
  margin: 0;
  padding: 0;
  position: relative;
  transition: background 160ms ease, color 160ms ease;
}

.site-nav a[aria-current="page"],
.site-nav a[aria-current="location"] {
  background: transparent;
  color: #5b5f65;
  font-weight: 500;
}

.site-nav a:hover {
  background: transparent;
  color: var(--ink);
}

.nav-cta {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius-button);
  color: var(--paper) !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  cursor: pointer;
}

.nav-cta:hover {
  background: var(--charcoal-soft);
  border-color: var(--charcoal-soft);
  color: var(--paper) !important;
  box-shadow: 0 4px 12px rgba(14, 13, 11, 0.12);
  transform: translateY(-1px);
}

.nav-cta::after {
  display: none !important;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2vw, 26px);
  grid-column: 3;
  justify-self: end;
}

.nav-login {
  color: var(--ink-muted);
  font-size: 15px;
  font-weight: 500;
  transition: color 160ms ease;
  white-space: nowrap;
}

.nav-login:hover {
  color: var(--ink);
}

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

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

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 40px;
  padding: 0;
  width: 40px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 1px;
  margin: 8px 6px;
}

/* =========================================================================
   Buttons (shared)
   ========================================================================= */

.button {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: var(--radius-button);
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
  font-weight: 500;
}

.button-primary {
  background: var(--ink);
  color: var(--paper);
}

.button-primary:hover {
  background: var(--charcoal-soft);
  border-color: var(--charcoal-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(14, 13, 11, 0.15);
}

.button-secondary {
  background: transparent;
  color: var(--ink);
}

.button-secondary:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(14, 13, 11, 0.1);
}

/* =========================================================================
   Eyebrows / kickers (shared editorial markers)
   ========================================================================= */

.eyebrow,
.panel-kicker,
.proof-marker {
  color: var(--ink-quiet);
  font-size: var(--type-label);
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

/* Brand-accent tick before eyebrows — a copper spark punctuates every
   section so the otherwise monochrome page carries a consistent brand thread.
   Scoped to .eyebrow only; .proof-marker keeps its serif treatment. */
.eyebrow {
  align-items: center;
  display: inline-flex;
  gap: 11px;
}

.eyebrow::before {
  background: var(--eyebrow-accent, var(--copper));
  border-radius: 1px;
  content: "";
  flex: none;
  height: 2px;
  width: 20px;
}

/* Eyebrows on dark backgrounds (hero photo + charcoal sections) switch to the
   white accent so the tick and label read against the dark. */
.hero .eyebrow,
.security-section .eyebrow,
.page-cta .eyebrow {
  color: var(--on-dark);
  --eyebrow-accent: var(--on-dark);
}

/* =========================================================================
   Headlines
   ========================================================================= */

h1,
.page-hero h1 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: var(--type-display);
  font-weight: 380;
  letter-spacing: -0.018em;
  line-height: 0.94;
  margin-bottom: var(--space-copy-lg);
  max-width: 14ch;
}

h2,
.section-heading h2,
.proof-copy h2,
.demo-section h2,
.page-cta h2 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: var(--type-h2);
  font-weight: 480;
  letter-spacing: -0.012em;
  line-height: var(--leading-tight);
  margin-bottom: var(--space-copy);
}

h3,
.capability-panel h3 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: var(--type-h3);
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1.2;
}

/* =========================================================================
   Hero
   ========================================================================= */

.hero {
  display: grid;
  isolation: isolate;
  min-height: max(700px, 100vh);
  overflow: hidden;
  padding: calc(var(--header-height) + clamp(72px, 10vw, 132px)) clamp(20px, 4vw, 60px) clamp(72px, 8vw, 112px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(15, 14, 11, 0.86) 0%, rgba(15, 14, 11, 0.66) 38%, rgba(15, 14, 11, 0.18) 72%, rgba(15, 14, 11, 0.08) 100%),
    linear-gradient(180deg, rgba(15, 14, 11, 0.18) 0%, rgba(15, 14, 11, 0.44) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  color: var(--paper);
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.hero-copy h1,
.hero-copy .eyebrow,
.hero-lede {
  color: inherit;
}

.hero-lede {
  font-size: var(--type-lede);
  font-weight: 300;
  line-height: 1.48;
  max-width: 640px;
  opacity: 0.88;
}

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

.hero-product {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero-product img,
.hero-product video {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

/* The looping video sits on top of the static poster image. For users who
   prefer reduced motion we hide it and let the poster image show through. */
.hero-video {
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}

.hero .button-primary {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
  font-weight: 600;
}

.hero .button-primary:hover {
  background: var(--copper);
  border-color: var(--copper);
  color: var(--paper);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.hero .button-secondary {
  border-color: rgba(255, 253, 248, 0.82);
  color: var(--paper);
}

.hero .button-secondary:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}

.product-shell {
  background: #0f0e0c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-3);
  color: #f6f1e8;
  overflow: hidden;
}

.product-topbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 8px;
  padding: 12px 16px;
}

.product-topbar > span {
  background: #5a5752;
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.product-topbar > span:first-child {
  background: #b04733;
}

.product-topbar > span:nth-child(2) {
  background: #c6a15b;
}

.product-topbar > span:nth-child(3) {
  background: #4a6a4a;
}

.product-topbar strong {
  color: #d8d0c0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: 14px;
}

.product-topbar .topbar-route {
  color: #847d72;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-style: normal;
  margin-left: auto;
}

.product-grid {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) 220px;
  min-height: 500px;
}

.product-rail {
  background: #0a0907;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 12px;
}

.product-rail .rail-label {
  color: #6c655c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 8px 12px;
  text-transform: uppercase;
}

.product-rail .rail-label-tight {
  margin-top: 18px;
}

.product-rail span {
  align-items: center;
  border-radius: 6px;
  color: #8a847a;
  display: flex;
  font-size: 13px;
  gap: 8px;
  padding: 8px 12px;
}

.product-rail span svg {
  fill: currentColor;
  height: 10px;
  width: 10px;
}

.product-rail .rail-active {
  background: #25221d;
  color: #f7f4ee;
}

.product-rail .rail-chip {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #b5ad9f;
  font-size: 11px;
  padding: 5px 9px;
  width: max-content;
}

.product-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.thread {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.thread-user {
  background: #1d1a16;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  color: #d8d0c0;
  font-size: 14px;
  padding: 14px 16px;
}

.thread-assistant {
  background: #f5efe1;
  border-radius: var(--radius);
  color: #1d1c19;
  padding: clamp(18px, 3vw, 24px);
}

.thread-assistant .thread-meta {
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.thread-assistant p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.thread-assistant ol {
  font-size: 14px;
  line-height: 1.55;
  margin: 10px 0 0;
  padding-left: 22px;
}

.thread-assistant ol li + li {
  margin-top: 6px;
}

a.cite {
  color: var(--copper);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 1px;
  text-decoration: none;
  vertical-align: super;
}

.evidence-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.evidence-row article {
  background: #1d1a16;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 14px 16px;
}

.evidence-row span,
.evidence-row strong,
.evidence-row em {
  display: block;
}

.evidence-row span {
  color: #8e887b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.evidence-row strong {
  color: #f5efe1;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  margin-top: 6px;
}

.evidence-row em {
  color: #948d80;
  font-size: 11px;
  font-style: normal;
  margin-top: 4px;
}

.product-sources {
  background: #131210;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 18px;
}

.product-sources .rail-label {
  color: #6c655c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.product-sources article {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 12px;
}

.product-sources .cite-tag {
  color: var(--copper-soft);
  font-size: 11px;
  font-weight: 600;
}

.product-sources strong {
  color: #e3dbcb;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.product-sources p {
  color: #8e887b;
  font-size: 11px;
  line-height: 1.5;
  margin: 6px 0 0;
}

/* =========================================================================
   Hero mock animation — staggered fade-ins. Reads as a product turn in
   progress: user prompt -> assistant bubble -> findings cascade -> sources
   panel -> evidence row -> hold -> reset. ~14s loop. Honors
   prefers-reduced-motion (static mock for users who opt out).
   ========================================================================= */

@media (prefers-reduced-motion: no-preference) {
  /* Hide the staggered children up front so the cascade has somewhere
     to come from. Scoped to the hero mock only via [data-product-mock]. */
  [data-product-mock] .thread-user,
  [data-product-mock] .thread-assistant,
  [data-product-mock] .thread-assistant ol li:nth-child(2),
  [data-product-mock] .thread-assistant ol li:nth-child(3),
  [data-product-mock] .product-sources article:nth-of-type(1),
  [data-product-mock] .product-sources article:nth-of-type(2),
  [data-product-mock] .product-sources article:nth-of-type(3),
  [data-product-mock] .evidence-row article:nth-child(1),
  [data-product-mock] .evidence-row article:nth-child(2),
  [data-product-mock] .evidence-row article:nth-child(3) {
    opacity: 0;
  }

  /* Five slot keyframes; each holds visible from its entrance to ~88%,
     then fades out for the reset. animation-fill-mode: backwards keeps
     the initial opacity:0 honored even when delay is 0. */
  @keyframes mock-slot-1 {
    0%, 3% { opacity: 0; transform: translateY(6px); }
    8%, 88% { opacity: 1; transform: none; }
    96%, 100% { opacity: 0; }
  }
  @keyframes mock-slot-2 {
    0%, 14% { opacity: 0; transform: translateY(6px); }
    19%, 88% { opacity: 1; transform: none; }
    96%, 100% { opacity: 0; }
  }
  @keyframes mock-slot-3 {
    0%, 24% { opacity: 0; transform: translateY(6px); }
    29%, 88% { opacity: 1; transform: none; }
    96%, 100% { opacity: 0; }
  }
  @keyframes mock-slot-4 {
    0%, 34% { opacity: 0; transform: translateY(6px); }
    39%, 88% { opacity: 1; transform: none; }
    96%, 100% { opacity: 0; }
  }
  @keyframes mock-slot-5 {
    0%, 44% { opacity: 0; transform: translateY(6px); }
    49%, 88% { opacity: 1; transform: none; }
    96%, 100% { opacity: 0; }
  }
  @keyframes mock-slot-6 {
    0%, 54% { opacity: 0; transform: translateY(6px); }
    59%, 88% { opacity: 1; transform: none; }
    96%, 100% { opacity: 0; }
  }

  /* Apply slots. All share the same duration so they stay in sync. */
  [data-product-mock] .thread-user {
    animation: mock-slot-1 14s ease-out infinite;
  }
  [data-product-mock] .thread-assistant {
    animation: mock-slot-2 14s ease-out infinite;
  }
  [data-product-mock] .thread-assistant ol li:nth-child(2),
  [data-product-mock] .product-sources article:nth-of-type(1) {
    animation: mock-slot-3 14s ease-out infinite;
  }
  [data-product-mock] .thread-assistant ol li:nth-child(3),
  [data-product-mock] .product-sources article:nth-of-type(2) {
    animation: mock-slot-4 14s ease-out infinite;
  }
  [data-product-mock] .product-sources article:nth-of-type(3),
  [data-product-mock] .evidence-row article:nth-child(1) {
    animation: mock-slot-5 14s ease-out infinite;
  }
  [data-product-mock] .evidence-row article:nth-child(2),
  [data-product-mock] .evidence-row article:nth-child(3) {
    animation: mock-slot-6 14s ease-out infinite;
  }
  /* Tiny per-card stagger across the evidence row so the three stats
     don't all snap in on the same frame. */
  [data-product-mock] .evidence-row article:nth-child(2) {
    animation-delay: 0.15s;
  }
  [data-product-mock] .evidence-row article:nth-child(3) {
    animation-delay: 0.3s;
  }

  /* "Live" pulse on the active workspace nav item, so even after the
     cascade settles there's something quietly moving. */
  @keyframes mock-pulse {
    0%, 100% { opacity: 0.85; }
    50%      { opacity: 0.35; }
  }
  [data-product-mock] .product-rail .rail-active svg {
    animation: mock-pulse 2.4s ease-in-out infinite;
  }
}

/* =========================================================================
   Sections (shared spacing)
   ========================================================================= */

.section,
.demo-section,
.site-footer,
.page-hero,
.page-cta {
  padding-left: clamp(20px, 4vw, 60px);
  padding-right: clamp(20px, 4vw, 60px);
}

.section {
  padding-bottom: var(--space-section-y);
  padding-top: var(--space-section-y);
}

.section-heading {
  max-width: 860px;
}

.section-heading p:not(.eyebrow),
.proof-copy p:not(.eyebrow) {
  color: var(--ink-muted);
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

/* =========================================================================
   Why Alvary
   ========================================================================= */

.why-section {
  align-items: start;
  display: grid;
  gap: clamp(32px, 6vw, 96px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  padding-bottom: var(--space-section-y);
  padding-top: var(--space-section-y);
}

.why-section h2 {
  max-width: 760px;
}

.why-copy {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.why-copy p {
  color: var(--ink-muted);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  margin: 0;
}

/* Lead paragraph reads as the thesis statement — larger and near-black. */
.why-copy p:first-of-type {
  color: var(--ink-soft);
  font-size: clamp(19px, 1.55vw, 22px);
  line-height: 1.5;
}

/* =========================================================================
   Platform section (homepage) + capability tabs
   ========================================================================= */

/* Dark "product showcase" band — charcoal section that breaks the run of
   paper sections and lets the light product panel pop against it. */
.platform-section {
  background: var(--charcoal);
  color: var(--on-dark);
}

.platform-section .eyebrow {
  color: var(--gold);
  --eyebrow-accent: var(--gold);
}

.platform-section .section-heading p:not(.eyebrow) {
  color: var(--on-dark);
}

.platform-section .capability-tabs button {
  border-top-color: var(--on-dark-hairline);
}

.platform-section .capability-tabs button:last-child {
  border-bottom-color: var(--on-dark-hairline);
}

/* Tab text reads bright on the dark band — inactive tabs use a near-white,
   the selected tab and its expanded body go full white so the selection
   clearly stands out. */
.platform-section .capability-tabs button strong,
.platform-section .capability-tabs button em {
  color: var(--on-dark-icon);
}

.platform-section .capability-tabs button:hover strong,
.platform-section .capability-tabs button:hover em {
  color: var(--on-dark);
}

.platform-section .capability-tabs button {
  --captab-fill: var(--on-dark);
}

.platform-section .capability-tabs button.active strong {
  color: var(--on-dark);
}

/* Active description sits dimmer than its bright title for clear contrast. */
.platform-section .capability-tab-body {
  color: var(--on-dark-muted);
}

.platform-layout {
  display: grid;
  align-items: start;
  gap: clamp(48px, 7vw, 112px);
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  margin-top: clamp(56px, 7vw, 96px);
}

.capability-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0;
}

.capability-tabs button {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
  display: grid;
  gap: 8px;
  padding: 24px 0 26px;
  position: relative;
  text-align: left;
  transition: color 160ms ease, opacity 160ms ease;
}

/* Active-tab indicator: a thin line that fills left-to-right on selection. */
.capability-tabs button::before {
  background: var(--captab-fill, var(--ink));
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  top: -1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2200ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.capability-tabs button.active::before {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .capability-tabs button::before {
    transition: none;
  }
}

.capability-tabs button:last-child {
  border-bottom: 1px solid var(--line);
}

.capability-tabs button strong {
  color: var(--ink-quiet);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: var(--type-body-lg);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.capability-tabs button em {
  color: var(--ink-quiet);
  font-size: var(--type-small);
  font-style: normal;
  line-height: 1.5;
}

.capability-tabs button:hover {
  color: var(--ink);
}

.capability-tabs button:focus {
  outline: none;
}

.capability-tabs button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* Active indicator is the ::before fill line; no border thickening needed. */

.capability-tabs button.active strong {
  color: var(--ink);
}

.capability-tabs button.active em {
  color: var(--ink-muted);
}

.capability-tab-body {
  color: var(--ink-muted);
  display: none;
  font-size: var(--type-body);
  line-height: var(--leading-body);
  max-width: 58ch;
  padding-top: 10px;
}

.capability-tab-body span {
  display: block;
}

.capability-tab-body span + span {
  margin-top: var(--space-copy-lg);
}

.capability-tabs button.active .capability-tab-body {
  display: grid;
  gap: 0;
}

.capability-visual {
  align-items: center;
  align-self: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2);
  display: flex;
  min-height: clamp(380px, 44vw, 500px);
  overflow: hidden;
  padding: clamp(22px, 3.5vw, 42px);
}

/* =========================================================================
   Mini-mocks (reused inside capability panels + platform.html)
   ========================================================================= */

/* Lift the mock off the tinted capability backdrop so it reads as a card. */
.capability-visual .mini-mock {
  box-shadow: var(--shadow-2);
}

.mini-mock {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 13px;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  width: 100%;
}

.mini-mock-line {
  align-items: center;
  color: var(--ink-quiet);
  display: flex;
  font-size: 11px;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-mock-line .dot {
  background: var(--accent);
  border-radius: 999px;
  height: 6px;
  width: 6px;
}

.mini-mock-bubble {
  border-radius: var(--radius-sm);
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 12px;
}

.mini-mock-user {
  background: var(--paper);
  color: var(--ink-soft);
}

.mini-mock-assistant-bubble {
  background: var(--charcoal);
  color: #f5efe1;
}

.mini-mock-assistant-bubble strong {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.mini-mock-assistant-bubble p {
  margin: 0 0 6px;
}

.mini-mock-assistant-bubble p:last-child {
  margin-bottom: 0;
}

.cite-chip {
  background: var(--on-dark-subtle);
  border-radius: 4px;
  color: var(--copper-soft);
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  margin: 0 1px;
  padding: 1px 5px;
}

.mini-mock-foot {
  border-top: 1px solid var(--line);
  color: var(--ink-quiet);
  display: flex;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  gap: 14px;
  letter-spacing: 0.04em;
  padding-top: 10px;
  text-transform: uppercase;
}

/* Review grid mock */
.mini-mock-grid {
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.mini-grid-header,
.mini-grid-row {
  align-items: center;
  display: grid;
  font-size: 12px;
  gap: 10px;
  grid-template-columns: minmax(88px, 1.15fr) minmax(120px, 1.4fr) minmax(70px, auto) minmax(34px, auto);
  padding: 9px 4px;
}

.mini-grid-header > *,
.mini-grid-row > *,
.mini-monitor-row > * {
  min-width: 0;
}

.mini-grid-row span {
  overflow-wrap: anywhere;
}

.mini-grid-header {
  border-bottom: 1px solid var(--line);
  color: var(--ink-quiet);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-grid-row + .mini-grid-row {
  border-top: 1px dashed var(--line);
}

.pill {
  border-radius: 999px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 2px 9px;
  text-transform: uppercase;
  white-space: nowrap;
  width: max-content;
}

.pill-high {
  background: rgba(176, 71, 51, 0.14);
  color: var(--risk-high);
}

.pill-med {
  background: rgba(163, 113, 45, 0.16);
  color: var(--risk-med);
}

/* Draft mock */
.mini-mock-draft {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

.mini-draft-head {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 11px;
  gap: 12px;
  justify-content: space-between;
  letter-spacing: 0.06em;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.mini-draft-head strong {
  color: var(--ink);
  font-weight: 600;
}

.mini-draft-head span {
  color: var(--ink-quiet);
}

.mini-mock-draft p {
  font-size: 13px;
  margin: 0;
}

.mini-mock-draft del {
  background: rgba(176, 71, 51, 0.12);
  color: var(--risk-high);
  text-decoration: line-through;
  text-decoration-color: rgba(176, 71, 51, 0.5);
}

.mini-mock-draft ins {
  background: rgba(31, 90, 74, 0.12);
  color: var(--accent);
  text-decoration: none;
}

/* Monitors mock */
.mini-monitor-row {
  align-items: start;
  border-bottom: 1px dashed var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(56px, auto) minmax(0, 1fr) max-content;
  padding: 9px 0;
}

.mini-monitor-row strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.mini-monitor-row em {
  color: var(--ink-quiet);
  font-size: 11px;
  font-style: normal;
}

.status {
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  text-transform: uppercase;
}

.status-new {
  background: rgba(176, 71, 51, 0.14);
  color: var(--risk-high);
}

.status-watch {
  background: rgba(109, 122, 61, 0.14);
  color: var(--risk-watch);
}

.status-routed {
  background: rgba(74, 106, 134, 0.14);
  color: var(--risk-routed);
}

.mini-monitor-foot {
  color: var(--ink-quiet);
  font-size: 11px;
  margin: 8px 0 0;
}

/* =========================================================================
   Solutions
   ========================================================================= */

.solutions-section {
  background: var(--paper);
  color: var(--ink);
}

.solution-grid {
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}

.solution-grid article {
  border-top: 3px solid var(--line-strong);
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  padding: 28px 24px 24px 0;
  transition: all 240ms ease;
  cursor: pointer;
  position: relative;
}

.solution-grid article:hover {
  border-top-color: var(--accent);
  transform: translateY(-4px);
}

.solution-grid article:hover span {
  color: var(--accent);
}

.solution-grid article:hover h3 {
  color: var(--ink);
}

.solution-grid span {
  color: var(--ink);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  transition: color 240ms ease;
  display: inline-block;
  margin-bottom: 12px;
}

.solution-grid h3 {
  color: var(--ink);
  font-size: var(--type-h3);
  margin-top: clamp(28px, 4vw, 52px);
}

.solution-grid p {
  color: var(--ink-muted);
  font-size: var(--type-small);
  line-height: var(--leading-body);
  margin: 14px 0 0;
}

/* =========================================================================
   Proof grid (replaces the old metric grid on homepage)
   ========================================================================= */

.proof-section {
  display: block;
  padding-bottom: var(--space-section-y-compact);
  position: relative;
}

.proof-copy {
  max-width: 860px;
}

.proof-copy p:not(.eyebrow) {
  margin-top: 0;
  max-width: 60ch;
}

.proof-grid {
  display: grid;
  gap: clamp(40px, 5vw, 76px);
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(40px, 4vw, 58px);
}

.proof-grid article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px 24px;
  background: var(--paper-muted);
  border-radius: var(--radius-lg);
  transition: all 240ms ease;
  cursor: pointer;
}

.proof-grid article:hover {
  background: var(--paper-soft);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(14, 13, 11, 0.08);
}

.proof-grid .proof-marker {
  color: var(--accent);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.4vw, 21px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0 0 12px 0;
  text-transform: none;
  transition: color 240ms ease;
}

.proof-grid h3 {
  color: var(--ink);
  font-size: var(--type-h3);
  min-height: calc(var(--type-h3) * 2.3);
  margin-top: clamp(28px, 3vw, 42px);
}

.proof-grid p:not(.proof-marker) {
  color: var(--ink-muted);
  font-size: var(--type-small);
  line-height: var(--leading-body);
  margin: 18px 0 0;
  max-width: 48ch;
}

/* =========================================================================
   Security row (cert wordmarks)
   ========================================================================= */

.security-section {
  background: var(--charcoal);
  color: var(--on-dark);
}

.security-section .section-heading {
  margin-bottom: 72px;
}

.security-section .section-heading p:not(.eyebrow) {
  color: var(--on-dark);
}

.security-section .text-link {
  color: var(--on-dark);
}

.cert-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 48px;
}

.cert-row article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 18px;
  grid-template-rows: auto 1fr auto;
  padding: 26px 22px;
}

.cert-row h3 {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.2;
  margin: 0;
}

.cert-row p {
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.cert-row img.cert-mark {
  align-self: end;
  display: block;
  height: 64px;
  margin-top: 40px;
  width: 64px;
}

.cert-row-wide article {
  padding: 28px 24px;
}

.compliance-row {
  display: grid;
  border: 1px solid var(--on-dark-subtle);
  border-radius: var(--radius);
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0;
  overflow: hidden;
}

.compliance-row article {
  background: var(--charcoal);
  border: 0;
  border-left: 1px solid var(--on-dark-hairline);
  display: grid;
  gap: 24px;
  grid-template-rows: auto 1fr auto;
  min-height: 232px;
  padding: 28px 24px 24px;
  transition: all 240ms ease;
  cursor: pointer;
  position: relative;
}

.compliance-row article:hover {
  background: rgba(255, 253, 248, 0.04);
  border-left-color: var(--accent);
  transform: translateY(-2px);
}

.compliance-row article:first-child {
  border-left: 0;
}

.compliance-card-head {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
}

.compliance-mark {
  align-self: end;
  background: var(--on-dark-icon);
  display: block;
  height: 48px;
  margin-top: 32px;
  mask: var(--mark) center / contain no-repeat;
  -webkit-mask: var(--mark) center / contain no-repeat;
  opacity: 0.45;
  width: 48px;
}

.compliance-card-head h3 {
  color: var(--on-dark);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: var(--type-body);
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.2;
  margin: 0;
}

.compliance-status {
  background: rgba(31, 90, 74, 0.15);
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent-soft);
  font-weight: 600;
  font-size: var(--type-label);
  padding: 5px 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: max-content;
  display: inline-block;
}

.compliance-status-supported {
  background: var(--charcoal);
  border-color: var(--on-dark-hairline);
  color: var(--on-dark);
}

.compliance-row p {
  color: var(--on-dark);
  font-size: var(--type-meta);
  line-height: 1.55;
  margin: 0;
}

.compliance-milestone {
  border-top: 1px solid var(--on-dark-subtle);
  padding-top: 12px;
}

.compliance-milestone span {
  color: var(--on-dark);
  display: block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: var(--type-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.security-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 76px;
}

.security-grid article {
  padding-top: 0;
}

.security-grid h3 {
  font-size: var(--type-h3);
}

.security-grid p {
  color: var(--on-dark);
  font-size: var(--type-small);
  line-height: var(--leading-body);
}

/* =========================================================================
   Demo section
   ========================================================================= */

.demo-section {
  background: var(--paper);
  color: var(--ink);
  padding-bottom: var(--space-section-y-compact);
  padding-top: var(--space-section-y-compact);
  text-align: left;
}

.demo-section > div {
  max-width: 760px;
}

.demo-cta {
  margin-top: 32px;
}

.demo-section h2 {
  margin-bottom: 16px;
  max-width: 900px;
}

.demo-lede {
  color: var(--ink-muted);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  margin: 0;
  max-width: 540px;
}

/* =========================================================================
   Blog
   ========================================================================= */

.blog-hero {
  padding-bottom: clamp(58px, 7vw, 92px);
}

.blog-index-section {
  padding-top: var(--space-section-y-compact);
}

.blog-list {
  display: grid;
  gap: 0;
  margin-top: clamp(44px, 5vw, 64px);
  max-width: 920px;
}

.blog-card {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  padding: 34px 0 38px;
}

.blog-card:last-child {
  border-bottom: 1px solid var(--line);
}

.blog-meta {
  color: var(--ink-muted);
  font-size: var(--type-meta);
  line-height: 1.4;
  margin: 0;
}

.blog-card h3 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: var(--leading-heading);
  max-width: 13ch;
}

.blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-card h3 a:hover {
  color: var(--copper);
}

.blog-card p:not(.blog-meta) {
  color: var(--ink-muted);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  margin: 0;
  max-width: 62ch;
}

.blog-article {
  margin-inline: auto;
  max-width: 860px;
  padding: calc(var(--space-section-y) + 64px) var(--page-x) var(--space-section-y);
}

.blog-back {
  color: var(--ink-muted);
  display: inline-block;
  font-size: var(--type-small);
  margin-bottom: 52px;
  text-decoration: none;
}

.blog-back:hover {
  color: var(--copper);
}

.blog-article-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(36px, 5vw, 62px);
}

.blog-article-header h1 {
  font-size: clamp(48px, 7vw, 86px);
  max-width: 9ch;
}

.blog-article-header .blog-meta {
  margin-top: 26px;
}

.blog-article-body {
  display: grid;
  gap: 28px;
  padding-top: clamp(40px, 5vw, 64px);
}

.blog-article-body p {
  color: var(--ink);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.55;
  margin: 0;
}

/* =========================================================================
   Footer
   ========================================================================= */

.site-footer {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  grid-template-columns: minmax(220px, 0.9fr) 2.4fr;
  padding-bottom: 28px;
  padding-top: 48px;
}

.footer-brand {
  display: inline-block;
  line-height: 0;
}

.footer-brand img {
  display: block;
  height: 44px;
  width: 44px;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px, 5vw, 72px);
  justify-content: flex-end;
}

.footer-cols > div {
  min-width: 120px;
  text-align: left;
}

.footer-cols h4 {
  color: var(--ink-quiet);
  font-size: var(--type-meta);
  font-weight: 600;
  letter-spacing: -0.005em;
  margin: 0 0 14px;
}

.footer-cols a {
  color: var(--ink-muted);
  display: block;
  font-size: var(--type-meta);
  padding: 3px 0;
  transition: color 160ms ease, transform 160ms ease;
  position: relative;
}

.footer-cols a:hover {
  color: var(--accent);
  transform: translateX(2px);
}

.footer-fineprint {
  color: var(--ink-quiet);
  font-size: 12px;
  grid-column: 1 / -1;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}

/* =========================================================================
   Request a demo (request-demo.html) — Harvey pattern. Full-bleed split:
   paper left (brand + value prop + minimal footer), charcoal right with
   a floating white form card.
   ========================================================================= */

.page-request-demo {
  background: var(--paper);
}

.request-demo-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 40px);
}

.request-demo-left {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 56px) clamp(28px, 4vw, 72px);
}

.rd-top {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  justify-content: space-between;
}

.rd-brand img {
  display: block;
  height: 36px;
  width: 36px;
}

.rd-nav {
  align-items: center;
  color: var(--ink-muted);
  display: flex;
  font-size: 13px;
  gap: 24px;
}

.rd-nav a {
  transition: color 160ms ease;
}

.rd-nav a:hover {
  color: var(--ink);
}

.rd-middle {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 64px 0;
  text-align: left;
}

.rd-middle .eyebrow {
  margin-bottom: 18px;
}

.rd-middle h1 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.4vw, 88px);
  font-weight: 380;
  letter-spacing: -0.018em;
  line-height: 0.95;
  margin-bottom: 28px;
  max-width: 14ch;
}

.rd-middle .page-lede {
  color: var(--ink-soft);
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
  margin: 0;
  max-width: 48ch;
  opacity: 0.9;
}

.rd-bottom {
  align-items: center;
  color: var(--ink-quiet);
  display: flex;
  flex: 0 0 auto;
  font-size: 13px;
  justify-content: space-between;
}

.rd-back {
  color: var(--ink-muted);
  transition: color 160ms ease;
}

.rd-back:hover {
  color: var(--ink);
}

.rd-fineprint {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 0;
}

.rd-fineprint a {
  color: var(--ink-muted);
  transition: color 160ms ease;
}

.rd-fineprint a:hover {
  color: var(--ink);
}

.request-demo-right {
  align-items: center;
  background: var(--charcoal);
  display: flex;
  justify-content: center;
  padding: clamp(40px, 5vw, 80px) clamp(28px, 5vw, 64px);
  /* Faint noise/grain — see Harvey's dark panel. Subtle SVG, no asset. */
  background-image: radial-gradient(
    circle at top right,
    rgba(255, 255, 255, 0.04),
    transparent 55%
  );
}

/* The form card itself ----------------------------------------------------- */

.request-demo-form {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 80px -24px rgba(0, 0, 0, 0.5);
  display: grid;
  gap: 14px;
  max-width: 540px;
  padding: clamp(28px, 3vw, 40px);
  width: 100%;
}

.request-demo-form .form-eyebrow {
  color: var(--ink-quiet);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.request-demo-form label {
  display: block;
}

.request-demo-form label span {
  color: var(--ink-soft);
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.request-demo-form label span em {
  color: var(--ink-quiet);
  font-style: normal;
  font-weight: 500;
}

.request-demo-form input,
.request-demo-form select,
.request-demo-form textarea {
  background: var(--paper-soft);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-button);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  min-height: 44px;
  padding: 0 12px;
  transition: border-color 160ms ease, background 160ms ease;
  width: 100%;
}

.request-demo-form textarea {
  min-height: 88px;
  padding: 12px;
  resize: vertical;
}

.request-demo-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-muted) 50%),
    linear-gradient(135deg, var(--ink-muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 36px;
}

.request-demo-form input:focus,
.request-demo-form select:focus,
.request-demo-form textarea:focus {
  background: var(--surface);
  border-color: var(--ink);
  outline: none;
}

.request-demo-form .form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.request-demo-form button {
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius-button);
  color: var(--paper);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  min-height: 48px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.request-demo-form button:hover {
  background: var(--charcoal-soft);
  border-color: var(--charcoal-soft);
}

.request-demo-form button[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.request-demo-form .form-fineprint {
  color: var(--ink-quiet);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.request-demo-form .form-fineprint a {
  color: var(--ink-muted);
  text-decoration: underline;
}

.request-demo-form .form-status {
  background: rgba(31, 90, 74, 0.08);
  border-radius: var(--radius-button);
  color: var(--accent);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 10px 12px;
}

/* Responsive --------------------------------------------------------------- */

@media (max-width: 980px) {
  .request-demo-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .request-demo-left,
  .request-demo-right {
    padding: clamp(32px, 5vw, 56px);
  }

  .rd-middle {
    padding: 48px 0;
  }
}

@media (max-width: 560px) {
  .rd-nav {
    gap: 16px;
    font-size: 12px;
  }

  .request-demo-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   Brand watermark — clipped at the footer edge as a low-opacity brand signal.
   ========================================================================= */

.brand-watermark {
  align-items: flex-end;
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 112px;
  overflow: hidden;
  user-select: none;
}

.brand-watermark span {
  color: var(--ink);
  display: block;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(80px, 17vw, 240px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.85;
  opacity: 0.07;
  transform: translateY(28%);
  white-space: nowrap;
}

/* =========================================================================
   Subpage shared chrome (platform.html, security.html, customers.html)
   ========================================================================= */

.page-hero {
  background: var(--paper);
  padding-bottom: var(--space-section-y-compact);
  padding-top: var(--space-page-hero-y);
  max-width: 1100px;
}

.page-hero h1 {
  font-size: clamp(44px, 6.2vw, 86px);
  max-width: 18ch;
}

.page-lede {
  color: var(--ink-soft);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: var(--leading-body);
  margin: 0;
  max-width: 760px;
  opacity: 0.86;
}

.feature-section {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr);
}

.feature-section-alt {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.95fr);
}

.feature-copy {
  min-width: 0;
}

.feature-copy h2 {
  margin-bottom: var(--space-copy);
}

.feature-copy p:not(.panel-kicker) {
  color: var(--ink-soft);
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

.feature-copy .feature-detail {
  color: var(--ink-muted);
  margin-top: var(--space-copy);
}

.feature-visual {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  justify-self: end;
  justify-content: center;
  max-width: 680px;
  min-height: clamp(400px, 30vw, 520px);
  overflow: hidden;
  padding: 24px;
  width: 100%;
}

.feature-section-alt .feature-visual {
  justify-self: start;
}

.feature-visual > * {
  max-width: 100%;
  min-width: 0;
}

.page-cta {
  align-items: center;
  background: var(--charcoal);
  color: var(--on-dark);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
  padding-bottom: var(--space-section-y-compact);
  padding-top: var(--space-section-y-compact);
}

.page-cta h2 {
  margin-bottom: 12px;
  max-width: 760px;
}

.page-cta p {
  color: var(--on-dark-muted);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  margin: 0;
  max-width: 620px;
}

.page-cta .button-primary {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}

.page-cta .button-primary:hover {
  background: var(--copper);
  border-color: var(--copper);
  color: var(--paper);
}

/* platform.html — governance-layer grid + roadmap strip */

.platform-layer-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.platform-layer-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
}

.platform-layer-grid h3 {
  font-size: var(--type-h3);
  margin: 0 0 10px;
}

.platform-layer-grid p {
  color: var(--ink-muted);
  font-size: var(--type-small);
  line-height: var(--leading-body);
  margin: 0;
}

.roadmap-list {
  display: grid;
  margin-top: 40px;
  max-width: 940px;
}

.roadmap-item {
  align-items: baseline;
  border-top: 1px solid var(--line);
  column-gap: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px 0 24px;
  row-gap: 10px;
}

.roadmap-item:last-child {
  border-bottom: 1px solid var(--line);
}

.roadmap-item h3 {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-size: var(--type-body-lg);
  font-weight: 600;
  letter-spacing: -0.005em;
  margin: 0;
}

.roadmap-item p {
  color: var(--ink-muted);
  font-size: var(--type-small);
  grid-column: 1 / -1;
  line-height: var(--leading-body);
  margin: 0;
  max-width: 66ch;
}

.roadmap-chip {
  align-self: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 4px 11px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .platform-layer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .platform-layer-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-item {
    grid-template-columns: 1fr;
  }

  .roadmap-chip {
    justify-self: start;
  }
}

/* security.html specifics */

.security-pillars .section-heading {
  margin-bottom: 32px;
}

.security-pillar-grid,
.data-handling-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.data-handling-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}

.security-pillar-grid article,
.data-handling-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.security-pillar-grid h3,
.data-handling-grid h3 {
  font-size: var(--type-h3);
  margin-bottom: var(--space-copy);
}

.security-pillar-grid p,
.data-handling-grid p {
  color: var(--ink-muted);
  font-size: var(--type-small);
  line-height: var(--leading-body);
  margin: 0;
}

/* customers.html specifics */

.pilot-shape .section-heading,
.who-we-work-with .section-heading {
  margin-bottom: 32px;
}

.pilot-steps {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pilot-steps li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--copper);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  padding: 20px 22px;
}

.pilot-steps strong {
  color: var(--ink);
  display: inline;
  font-weight: 700;
  margin-right: 6px;
}

.who-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.who-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.who-grid h3 {
  font-size: var(--type-h3);
  margin-bottom: var(--space-copy);
}

.who-grid p {
  color: var(--ink-muted);
  font-size: var(--type-small);
  line-height: var(--leading-body);
  margin: 0;
}

.testimonial-placeholder {
  padding-top: clamp(20px, 4vw, 40px);
}

.testimonial-card {
  background: var(--paper-soft);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 44px);
}

.testimonial-quote {
  color: var(--ink);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 380;
  line-height: 1.35;
  margin: 0;
}

.testimonial-attribution {
  color: var(--ink-quiet);
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 16px 0 0;
}

/* =========================================================================
   Responsive
   ========================================================================= */

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: 148px minmax(0, 1fr) 200px;
  }

  .capability-panel {
    grid-template-columns: 1fr;
  }

  .capability-visual {
    min-height: 240px;
  }

  .cert-row,
  .compliance-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .compliance-row article {
    border-top: 1px solid var(--on-dark-hairline);
  }

  .compliance-row article:nth-child(-n + 3) {
    border-top: 0;
  }

  .compliance-row article:nth-child(3n + 1) {
    border-left: 0;
  }
}

@media (max-width: 980px) {
  .hero,
  .why-section,
  .platform-layout,
  .demo-section,
  .feature-section,
  .feature-section-alt,
  .page-cta {
    grid-template-columns: 1fr;
  }
  .feature-section,
  .feature-section-alt {
    gap: 44px;
    padding-bottom: var(--space-section-y-compact);
    padding-top: var(--space-section-y-compact);
  }

  .feature-copy {
    order: 1;
  }

  .hero {
    padding-top: calc(var(--header-height) + 60px);
  }

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

  .feature-visual {
    min-height: clamp(360px, 72vw, 440px);
    order: 2;
  }

  .capability-visual {
    min-height: clamp(360px, 72vw, 460px);
  }

  .product-rail,
  .product-sources {
    border-right: 0;
    border-left: 0;
  }

  .product-rail {
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
  }

  .solution-grid,
  .proof-grid,
  .compliance-row,
  .security-grid,
  .security-pillar-grid,
  .data-handling-grid,
  .who-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .compliance-row article:nth-child(-n + 3) {
    border-top: 1px solid var(--on-dark-hairline);
  }

  .compliance-row article:nth-child(-n + 2) {
    border-top: 0;
  }

  .compliance-row article:nth-child(3n + 1) {
    border-left: 1px solid var(--on-dark-hairline);
  }

  .compliance-row article:nth-child(2n + 1) {
    border-left: 0;
  }

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

@media (max-width: 720px) {
  .announcement-bar {
    align-items: center;
    flex-direction: column;
    gap: 4px;
    min-height: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

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

  .feature-visual {
    padding: 18px;
  }

  .mini-grid-header {
    display: none;
  }

  .mini-grid-row {
    gap: 6px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 0;
  }

  .mini-grid-row span:nth-child(2) {
    color: var(--ink-muted);
    grid-column: 1 / -1;
  }

  .mini-grid-row .pill {
    grid-column: 1;
    grid-row: 3;
  }

  .mini-grid-row .cite-chip {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
  }

  .mini-monitor-row {
    gap: 7px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 0;
  }

  .mini-monitor-row strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .mini-monitor-row em {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .header-actions {
    display: none;
  }

  .nav-cta-desktop {
    display: none;
  }

  .nav-login-mobile {
    display: inline-flex;
  }

  .nav-cta-mobile {
    display: inline-flex;
    margin-top: 8px;
  }

  .site-nav {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 14px;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 64px;
  }

  .site-nav.open {
    display: flex;
  }

  .home-page .site-nav.open {
    background: rgba(15, 14, 11, 0.94);
    border-bottom-color: rgba(255, 253, 248, 0.16);
    color: var(--paper);
  }

  .home-page .site-nav.open a,
  .home-page .site-nav.open .nav-login {
    color: var(--paper);
  }

  .nav-toggle {
    display: block;
    grid-column: 2;
    justify-self: end;
  }

  h1 {
    font-size: clamp(46px, 14vw, 76px);
  }

  .hero {
    min-height: clamp(620px, 100vh, 760px);
  }

  .evidence-row,
  .solution-grid,
  .proof-grid,
  .security-grid,
  .security-pillar-grid,
  .data-handling-grid,
  .who-grid,
  .compliance-row,
  .cert-row,
  .footer-cols {
    grid-template-columns: 1fr;
  }

  .compliance-row article,
  .compliance-row article:nth-child(-n + 2),
  .compliance-row article:nth-child(2n + 1),
  .compliance-row article:nth-child(3n + 1) {
    border-left: 0;
  }

  .compliance-row article,
  .compliance-row article:nth-child(-n + 2),
  .compliance-row article:nth-child(-n + 3) {
    border-top: 1px solid var(--on-dark-hairline);
  }

  .compliance-row article:first-child {
    border-top: 0;
  }

  .solution-grid article {
    min-height: 240px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* -----------------------------------------------------------------------------
   Legal pages (terms.html, privacy.html)
   ----------------------------------------------------------------------------- */
.legal-main {
  margin: 0 auto;
  max-width: 1140px;
  padding: 72px 24px 96px;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) 252px;
}

.legal-sidebar {
  align-self: start;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  position: sticky;
  top: 88px;
}

.legal-content {
  min-width: 0;
  order: -1;
}

.legal-header {
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
  padding-bottom: 28px;
}

.legal-header h1 {
  font-size: clamp(38px, 6vw, 56px);
  margin: 8px 0 16px;
}

.legal-meta {
  color: var(--ink-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 6px 18px;
}

.legal-meta span {
  white-space: nowrap;
}

.legal-intro {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.legal-callout {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-left: 3px solid var(--copper);
  border-radius: var(--radius);
  margin: 28px 0;
  padding: 18px 20px;
}

.legal-callout p {
  color: var(--ink-soft);
  font-size: 15px;
  margin: 0;
}

.legal-toc h2 {
  color: var(--ink-quiet);
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  padding-left: 12px;
  text-transform: uppercase;
}

.legal-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legal-toc li {
  margin: 0;
}

.legal-toc a {
  border-left: 2px solid transparent;
  color: var(--ink-muted);
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 7px 12px;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

.legal-toc a:hover {
  background: var(--paper-soft);
  color: var(--copper);
}

.legal-toc a.is-active {
  background: var(--paper-soft);
  border-left-color: var(--copper);
  color: var(--ink);
  font-weight: 600;
}

.legal-body section {
  scroll-margin-top: 90px;
}

.legal-body h2 {
  font-size: 26px;
  margin: 48px 0 14px;
}

.legal-body h3 {
  font-size: 18px;
  margin: 28px 0 8px;
}

.legal-body p,
.legal-body li {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.legal-body ul,
.legal-body ol {
  margin: 12px 0;
  padding-left: 24px;
}

.legal-body li {
  margin-bottom: 8px;
}

.legal-body a {
  color: var(--copper);
}

.legal-body code {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 13px;
  padding: 1px 5px;
}

.legal-table-wrap {
  margin: 18px 0;
  overflow-x: auto;
}

.legal-body table {
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 560px;
  width: 100%;
}

.legal-body th,
.legal-body td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.legal-body th {
  background: var(--paper-soft);
  font-weight: 600;
}

.legal-backtotop {
  display: inline-block;
  font-size: 13px;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .legal-layout {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .legal-content {
    order: 0;
  }

  .legal-sidebar {
    margin-bottom: 32px;
    max-height: none;
    overflow: visible;
    position: static;
    top: auto;
  }

  .legal-toc {
    background: var(--paper-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px 18px 18px 8px;
  }

  .legal-toc ol {
    columns: 2;
    column-gap: 24px;
  }

  .legal-toc li {
    break-inside: avoid;
  }
}

@media (max-width: 560px) {
  .legal-toc ol {
    columns: 1;
  }
}


/* =========================================================================
   Scroll animations and micro-interactions
   ========================================================================= */

@media (prefers-reduced-motion: no-preference) {
  @keyframes fade-in-up {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .solution-grid article {
    animation: fade-in-up 600ms ease-out forwards;
    opacity: 0;
  }

  .solution-grid article:nth-child(1) { animation-delay: 0ms; }
  .solution-grid article:nth-child(2) { animation-delay: 100ms; }
  .solution-grid article:nth-child(3) { animation-delay: 200ms; }
  .solution-grid article:nth-child(4) { animation-delay: 300ms; }

  .proof-grid article {
    animation: fade-in-up 600ms ease-out forwards;
    opacity: 0;
  }

  .proof-grid article:nth-child(1) { animation-delay: 0ms; }
  .proof-grid article:nth-child(2) { animation-delay: 100ms; }
  .proof-grid article:nth-child(3) { animation-delay: 200ms; }

  .compliance-row article {
    animation: fade-in-up 600ms ease-out forwards;
    opacity: 0;
  }

  .compliance-row article:nth-child(1) { animation-delay: 0ms; }
  .compliance-row article:nth-child(2) { animation-delay: 80ms; }
  .compliance-row article:nth-child(3) { animation-delay: 160ms; }
  .compliance-row article:nth-child(4) { animation-delay: 240ms; }
  .compliance-row article:nth-child(5) { animation-delay: 320ms; }
}
