:root {
  /* DARK WORLD - the surrounding context */
  --slate:        #1A1F26;
  --slate-2:      #131820;
  --slate-3:      #20262F;
  --slate-line:   rgba(229,224,210,0.10);
  --slate-line-2: rgba(229,224,210,0.18);

  /* TEXT ON DARK */
  --bone:         #E5E0D2;
  --bone-2:       #F2EDDD;
  --bone-soft:    #A8A292;
  --bone-muted:   #807968;
  --bone-whisper: #5C5648;

  /* LIGHT INSETS - the "artifacts" */
  --paper:        #FBF7EF;
  --paper-2:      #F4EDDF;
  --paper-3:      #ECE3D2;
  --card:         #FFFFFF;
  --card-warm:    #FFFBF3;

  /* INK ON LIGHT */
  --ink:          #1A2336;
  --ink-2:        #2E3A52;
  --ink-soft:     #4F5A72;
  --muted:        #6B7488;
  --line:         rgba(26, 35, 54, 0.10);
  --line-soft:    rgba(26, 35, 54, 0.06);

  /* ACCENTS - work in both contexts */
  --brass:        #E8B768;
  --brass-deep:   #C9A055;
  --teal:         #146A5E;
  --teal-glow:    #34B5A0;
  --coral:        #D9745A;
  --plum:         #6E5B97;
  --amber:        #D69845;

  /* STATUS */
  --red:          #C84B4B;
  --red-bright:   #FF8585;

  /* PRODUCT UI dark surface */
  --night:        #0F1422;
  --night-2:      #161D2F;
  --night-3:      #1F273B;
  --night-line:   rgba(255,255,255,0.08);

  --radius-lg:    22px;
  --radius-md:    14px;
  --radius-sm:    10px;
  --shadow-sm:    0 1px 0 rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.20);
  --shadow-md:    0 1px 0 rgba(0,0,0,0.08), 0 18px 40px -18px rgba(0,0,0,0.50);
  --shadow-lg:    0 40px 100px -30px rgba(0,0,0,0.6), 0 12px 30px -16px rgba(0,0,0,0.4);
  --shadow-paper: 0 40px 100px -20px rgba(0,0,0,0.5), 0 0 0 1px rgba(232,183,104,0.15), inset 0 1px 0 rgba(255,255,255,0.4);

  --display: "Fraunces", ui-serif, Georgia, serif;
  --sans: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--slate);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Subtle warmth in the void */
  background-image:
    radial-gradient(ellipse 80% 50% at 70% 0%, rgba(232,183,104,0.06), transparent 60%),
    radial-gradient(ellipse 60% 40% at 0% 30%, rgba(20,106,94,0.04), transparent 60%);
}
a { color: inherit; text-decoration: none; }
p { margin: 0; }
button { font-family: inherit; cursor: pointer; }

/* Skip-to-main-content link — visible only when keyboard-focused. */
.skip-link {
  position: absolute;
  top: -40px;
  left: 16px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--bone-2);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 6px;
  transition: top 0.18s ease;
}
.skip-link:focus { top: 12px; outline: 2px solid var(--brass); outline-offset: 2px; }

/* Reveal-on-scroll: skip the animation entirely when reduced-motion is on. */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .eyebrow .pulse { animation: none; }
}

/* Visually-hidden but available to assistive tech. */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Typography --- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(232, 183, 104, 0.08);
  border: 1px solid rgba(232, 183, 104, 0.24);
}
.eyebrow .pulse {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 0 rgba(232, 183, 104, 0.55);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(232, 183, 104, 0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(232, 183, 104, 0); }
  100% { box-shadow: 0 0 0 0 rgba(232, 183, 104, 0); }
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--bone-2);
}
h1 {
  font-size: clamp(44px, 6.4vw, 88px);
  line-height: 0.98;
  font-weight: 360;
}
h1 em, h2 em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  color: var(--brass);
}
h2 {
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.05;
}
h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 460;
  font-variation-settings: "opsz" 24, "SOFT" 30;
}
.lead {
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--bone-soft);
  max-width: 56ch;
}
.kicker {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-muted);
  margin-bottom: 16px;
}

/* --- Layout --- */
.section {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.section.tight { padding-top: 40px; padding-bottom: 40px; }
.section-head { max-width: 740px; margin-bottom: 56px; }
.section-head p {
  margin-top: 18px;
  color: var(--bone-soft);
  font-size: 18px;
  line-height: 1.55;
}

/* --- Top nav --- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 18px clamp(20px, 5vw, 56px);
  background: rgba(26, 31, 38, 0.78);
  border-bottom: 1px solid var(--slate-line);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 480;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 24, "SOFT" 50;
  color: var(--bone-2);
}
.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--brass) 0%, var(--brass-deep) 100%);
  box-shadow: 0 6px 22px -4px rgba(232,183,104,0.42), inset 0 1px 0 rgba(255,255,255,0.3);
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 4px;
  background: var(--slate);
  opacity: 0.96;
}
.brand-mark::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 10px; height: 1.5px;
  background: var(--brass);
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
  color: var(--bone-soft);
}
.nav a {
  position: relative;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.nav a:hover { color: var(--bone-2); }
.nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--brass);
  transition: all 0.25s ease;
  transform: translateX(-50%);
}
.nav a:hover::after { width: 100%; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.btn-primary {
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.5);
}
.btn-primary:hover { transform: translateY(-1px); background: var(--brass); box-shadow: 0 16px 32px -10px rgba(232,183,104,0.45); }
.btn-secondary {
  background: transparent;
  color: var(--bone);
  border-color: var(--slate-line-2);
}
.btn-secondary:hover { border-color: var(--bone); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--bone-soft);
  font-weight: 500;
  padding: 0;
  height: auto;
}
.btn-ghost:hover { color: var(--brass); }
.btn .arrow { display: inline-block; transition: transform 0.18s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* --- HERO --- */
.hero {
  position: relative;
  padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 80px) clamp(48px, 6vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  position: relative;
  z-index: 2;
}

/* --- DIM CLOUD - horizontal band above the lit artifact --- */
/* Visual argument top-to-bottom: drifting ungoverned actions → governed and plotted */
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
  position: relative;
  max-width: 520px;
  margin-left: auto;
  width: 100%;
  perspective: 1600px;
  perspective-origin: 50% 60%;
}
.hero h1 { margin-top: 26px; margin-bottom: 24px; }
.hero .lead { margin-bottom: 32px; font-size: 19px; color: var(--bone-soft); max-width: 58ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.status-strip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--slate-line-2);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--bone-soft);
  letter-spacing: 0.04em;
}
.status-strip .sep { width: 1px; height: 12px; background: var(--slate-line-2); }
.status-strip strong { color: var(--bone-2); font-weight: 600; }
.status-strip-link {
  color: var(--brass);
  text-decoration: underline;
  text-decoration-color: rgba(232,183,104,0.40);
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}
.status-strip-link:hover,
.status-strip-link:focus-visible {
  color: #FFD28A;
  text-decoration-color: var(--brass);
  outline: none;
}

/* HERO VISUAL - tablet propped on an invisible desk */
.hero-tablet {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.18;          /* slight portrait - reads as a tablet, not a square */
  padding: 26px 22px 36px;          /* bezel thickness; bottom heavier like an iPad */
  border-radius: 30px;
  background:
    linear-gradient(160deg, #1A1F26 0%, #0E1218 70%, #1A1F26 100%);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 60px 100px -30px rgba(0,0,0,0.7),
    0 18px 40px -16px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 -1px 0 rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.03);
  color: var(--ink);
  transform-origin: 50% 80%;
  transform: rotateX(8deg) rotateY(-10deg) rotateZ(-1deg);
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.55s ease;
  will-change: transform;
}
.hero-tablet:hover {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(28px);
  box-shadow:
    0 90px 160px -30px rgba(0,0,0,0.78),
    0 28px 56px -16px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -1px 0 rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(232,183,104,0.22);
}
.hero-tablet-cam {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 6px; height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #2a3140 0%, #0a0d12 70%);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.05);
}
.hero-tablet-cam::after {
  content: "";
  position: absolute;
  inset: 1.4px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), transparent 60%);
}

.hero-vis {
  position: relative;
  background: linear-gradient(180deg, var(--card-warm) 0%, var(--paper-2) 100%);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;              /* inset rounded "screen" */
  padding: 22px;
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.04),
    inset 0 2px 4px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.05);
  width: 100%;
  height: 100%;
  color: var(--ink);
  overflow: hidden;
}
/* When .hero-vis is used as a standalone artifact (autonomy section), give it
   an aspect-ratio + heavier paper-card shadow since it isn't inside an iPad. */
.hero-vis.hero-vis-standalone {
  aspect-ratio: 1.4 / 1;
  height: auto;
  box-shadow: var(--shadow-paper);
  border-radius: var(--radius-lg);
}

/* Layer 3 section: framed product screenshot (OST + user stories) */
.layer3-screenshot {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--night-line);
  background: var(--night-2);
  box-shadow:
    0 50px 100px -30px rgba(0,0,0,0.65),
    0 18px 40px -16px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 0 1px rgba(232,183,104,0.10);
  transform: rotate(-0.6deg);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
}
.layer3-screenshot:hover {
  transform: rotate(0deg) translateY(-3px);
  box-shadow:
    0 70px 130px -30px rgba(0,0,0,0.75),
    0 24px 50px -16px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 0 0 1px rgba(232,183,104,0.20);
}
.layer3-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}
.layer3-screenshot figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-soft);
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 70%);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .layer3-screenshot,
  .layer3-screenshot:hover { transform: none; transition: none; }
}

/* The iPad now hosts a .product-shell directly. Make it fill the bezel and
   stack the body so both columns get usable width inside a portrait screen. */
.hero-tablet > .product-shell {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
}
.hero-tablet > .product-shell > .product-body {
  grid-template-columns: 1fr;
  height: auto;
  flex: 1;
  min-height: 0;
}
.hero-tablet > .product-shell .envelope-canvas {
  min-height: 220px;
  aspect-ratio: 1.4 / 1;
}
.hero-tablet > .product-shell .envelope-side {
  border-left: none;
  border-top: 1px solid var(--night-line);
  max-height: 240px;
}
.hero-tablet > .product-shell .product-topbar {
  gap: 8px;
  padding: 10px 14px;
}
/* Tabs sit inline with logo + pills inside the iPad. Two tabs at tighter
   sizing fit comfortably with the BOXCAR mark and the user/PDF pills. */
.hero-tablet > .product-shell .product-topbar .tabs {
  gap: 4px;
}
.hero-tablet > .product-shell .product-topbar .tab {
  font-size: 9px;
  padding: 5px 9px;
}
.hero-tablet > .product-shell .hero-vis-glare {
  z-index: 2;
}
.hero-vis-glare {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.05) 28%, rgba(255,255,255,0) 50%);
  mix-blend-mode: screen;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}
.hero-tablet:hover .hero-vis-glare { opacity: 0.25; }

@media (prefers-reduced-motion: reduce) {
  .hero-tablet,
  .hero-tablet:hover { transform: none; transition: none; }
}
@media (max-width: 980px) {
  .hero-tablet,
  .hero-tablet:hover { transform: none; }
  .hero-tablet { aspect-ratio: 1 / 1.05; padding: 22px 18px 28px; }
}
.hero-vis-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.hero-vis-head .live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal);
}
.hero-vis-head .live i {
  width: 6px; height: 6px; border-radius: 999px; background: var(--teal);
}
.hero-vis-frame {
  position: relative;
  height: calc(100% - 80px);
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(rgba(26,35,54,.04) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, rgba(26,35,54,.04) 1px, transparent 1px) 0 0 / 25% 100%;
}
.hero-vis-frame::before, .hero-vis-frame::after {
  content: "";
  position: absolute;
  background: rgba(26,35,54,.18);
}
.hero-vis-frame::before { left: 0; right: 0; top: 50%; height: 1px; }
.hero-vis-frame::after { top: 0; bottom: 0; left: 50%; width: 1px; }
.q-label {
  position: absolute;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.q-label.tl { top: 8px; left: 12px; }
.q-label.tr { top: 8px; right: 12px; }
.q-label.bl { bottom: 8px; left: 12px; }
.q-label.br { bottom: 8px; right: 12px; }

.hero-dot {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.hero-dot.red { background: var(--red); box-shadow: 0 0 0 4px rgba(200,75,75,0.18), 0 0 24px rgba(200,75,75,0.4); }
.hero-dot.amber { background: var(--amber); box-shadow: 0 0 0 4px rgba(214,152,69,0.16); }
.hero-dot.teal { background: var(--teal); box-shadow: 0 0 0 4px rgba(20,106,94,0.16); }

.hero-dot-label {
  position: absolute;
  transform: translate(0, -50%);
  margin-left: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.hero-dot-label small {
  display: block;
  font-size: 9px;
  color: var(--red);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 2px;
}
.hero-vis-legend {
  display: flex;
  gap: 16px;
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-soft);
}
.hero-vis-legend span { display: inline-flex; align-items: center; gap: 6px; }
.hero-vis-legend i { width: 8px; height: 8px; border-radius: 999px; }
.hero-vis-legend i.r { background: var(--red); }
.hero-vis-legend i.a { background: var(--amber); }
.hero-vis-legend i.g { background: var(--teal); }

/* TRUST ROW (on dark) */
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--slate-line);
  margin-top: 36px;
}
.trust {
  padding: 22px 24px 22px 0;
  border-right: 1px solid var(--slate-line);
  font-size: 13px;
  line-height: 1.5;
  color: var(--bone-soft);
}
.trust:last-child { border-right: none; padding-right: 0; }
.trust:not(:first-child) { padding-left: 24px; }
.trust strong {
  display: block;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 460;
  font-variation-settings: "opsz" 24, "SOFT" 50;
  color: var(--bone-2);
  margin-bottom: 4px;
}

/* --- Strategy ribbon (on dark) --- */
.strategy {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
}
.strategy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--slate-line-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}
.strategy-cell {
  padding: 28px 26px;
  border-right: 1px solid var(--slate-line);
}
.strategy-cell:last-child { border-right: none; }
.strategy-cell .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 12px;
}
.strategy-cell h4 {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 460;
  font-variation-settings: "opsz" 24, "SOFT" 50;
  line-height: 1.25;
  margin: 0 0 8px;
  color: var(--bone-2);
}
.strategy-cell p {
  font-size: 13px;
  color: var(--bone-soft);
  line-height: 1.5;
}

/* --- Industries (cards on dark) --- */
.industries {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  border-bottom: 1px solid var(--slate-line);
  padding: clamp(80px, 9vw, 120px) clamp(20px, 5vw, 80px);
}
.industries-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.industries-intro h2 { margin-bottom: 20px; }
.industries-intro p { font-size: 17px; color: var(--bone-soft); line-height: 1.55; }
.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.industry {
  padding: 24px;
  background: var(--slate-3);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.industry:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(232, 183, 104, 0.30);
}
.industry-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(232, 183, 104, 0.10);
  color: var(--brass);
  margin-bottom: 16px;
}
.industry-icon svg { width: 18px; height: 18px; stroke-width: 1.6; }
.industry h3 { margin-bottom: 8px; color: var(--bone-2); }
.industry p { font-size: 14px; color: var(--bone-soft); line-height: 1.5; margin-bottom: 14px; }
.industry .tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-muted);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
}

/* --- PRODUCT - already-dark, fits naturally --- */
.envelope-section {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
}
.envelope-stage {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: start;
}
.product-shell-tilt {
  perspective: 1400px;
  perspective-origin: 50% 30%;
}
.product-shell {
  background: var(--night);
  border-radius: var(--radius-lg);
  border: 1px solid var(--night-line);
  overflow: hidden;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(232,183,104,0.10);
  transform-style: preserve-3d;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
  will-change: transform;
}
.product-shell.is-tilting {
  transition: transform 80ms linear;
}
.product-shell-tilt:hover .product-shell {
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(232,183,104,0.18), 0 50px 120px -40px rgba(0,0,0,0.7);
}
.product-shell .product-body { transform: translateZ(0); }
.product-shell .env-dot       { transform: translate(-50%, -50%) translateZ(36px); }
.product-shell .envelope-tabs { transform: translateZ(28px); }
.product-shell .env-callout   { transform: translateZ(40px); }
@media (prefers-reduced-motion: reduce) {
  .product-shell, .product-shell.is-tilting { transition: none; }
}
.product-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
  border-bottom: 1px solid var(--night-line);
  background: var(--night-2);
}
.product-topbar .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.85);
}
.product-topbar .logo i {
  width: 14px; height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--brass), var(--brass-deep));
}
.product-topbar .tabs {
  display: flex;
  gap: 4px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.product-topbar .tab {
  padding: 6px 10px;
  border-radius: 6px;
  color: rgba(255,255,255,0.5);
}
.product-topbar .tab.active {
  background: rgba(232, 183, 104, 0.16);
  color: var(--brass);
}
.product-topbar .right { display: flex; gap: 6px; }
.product-topbar .pill {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--night-3);
  color: rgba(255,255,255,0.6);
}
.product-body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  height: 460px;
}
.envelope-canvas {
  position: relative;
  padding: 30px;
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--night);
}
.envelope-canvas::before, .envelope-canvas::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.1);
}
.envelope-canvas::before { left: 30px; right: 30px; top: 50%; height: 1px; }
.envelope-canvas::after { top: 30px; bottom: 30px; left: 50%; width: 1px; }
.envelope-canvas .label {
  position: absolute;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.envelope-canvas .label.severity { top: 14px; left: 30px; }
.envelope-canvas .label.confidence { bottom: 14px; right: 30px; }
.envelope-tabs {
  position: absolute;
  top: 14px; right: 30px;
  display: flex;
  gap: 4px;
  background: var(--night-2);
  border: 1px solid var(--night-line);
  border-radius: 999px;
  padding: 3px;
}
.envelope-tabs button {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 5px 10px;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.5);
}
.envelope-tabs button.active {
  background: rgba(232,183,104,0.16);
  color: var(--brass);
}
.env-dot {
  position: absolute;
  width: 32px; height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  background: var(--night-2);
  border: 1px solid var(--night-line);
  cursor: pointer;
  padding: 0;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.env-dot svg { width: 14px; height: 14px; stroke-width: 1.5; pointer-events: none; }
.env-dot.red { background: rgba(200,75,75,0.18); border-color: rgba(200,75,75,0.4); color: var(--red-bright); }
.env-dot.amber { background: rgba(214,152,69,0.16); border-color: rgba(214,152,69,0.36); color: #F2B873; }
.env-dot.teal { background: rgba(232,183,104,0.16); border-color: rgba(232,183,104,0.36); color: var(--brass); }
.env-dot:hover, .env-dot:focus-visible {
  transform: translate(-50%, -50%) translateZ(48px) scale(1.18);
  outline: none;
}
.env-dot.red:hover, .env-dot.red:focus-visible    { box-shadow: 0 0 0 6px rgba(200,75,75,0.18), 0 8px 24px rgba(200,75,75,0.35); }
.env-dot.amber:hover, .env-dot.amber:focus-visible { box-shadow: 0 0 0 6px rgba(214,152,69,0.18), 0 8px 24px rgba(214,152,69,0.30); }
.env-dot.teal:hover, .env-dot.teal:focus-visible   { box-shadow: 0 0 0 6px rgba(232,183,104,0.18), 0 8px 24px rgba(232,183,104,0.30); }
.env-dot.selected {
  transform: translate(-50%, -50%) translateZ(54px) scale(1.22);
  outline: none;
}
.env-dot.selected.red    { box-shadow: 0 0 0 7px rgba(200,75,75,0.22), 0 10px 30px rgba(200,75,75,0.45); }
.env-dot.selected.amber  { box-shadow: 0 0 0 7px rgba(214,152,69,0.20), 0 10px 30px rgba(214,152,69,0.36); }
.env-dot.selected.teal   { box-shadow: 0 0 0 7px rgba(232,183,104,0.22), 0 10px 30px rgba(232,183,104,0.36); }
.env-callout {
  position: absolute;
  left: 65%;
  top: 8%;
  background: rgba(200,75,75,0.14);
  border: 1px solid rgba(200,75,75,0.36);
  color: #FF9C9C;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.env-callout.callout-red    { background: rgba(200,75,75,0.14); border-color: rgba(200,75,75,0.36); color: #FF9C9C; }
.env-callout.callout-amber  { background: rgba(214,152,69,0.14); border-color: rgba(214,152,69,0.36); color: #F2B873; }
.env-callout.callout-teal   { background: rgba(232,183,104,0.14); border-color: rgba(232,183,104,0.36); color: var(--brass); }
.envelope-side {
  background: var(--night-2);
  border-left: 1px solid var(--night-line);
  padding: 20px;
  overflow-y: auto;
  color: rgba(255,255,255,0.85);
}
.side-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.side-head h4 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
  color: rgba(255,255,255,0.95);
}
.drift-badge {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(214,152,69,0.16);
  color: var(--amber);
}
.tab-toggle {
  display: flex;
  gap: 0;
  background: var(--night-3);
  border-radius: 6px;
  padding: 3px;
  margin-bottom: 16px;
}
.tab-toggle button {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.5);
  flex: 1;
}
.tab-toggle button.active {
  background: var(--night);
  color: rgba(255,255,255,0.9);
}
.rule-card {
  background: var(--night);
  border: 1px solid var(--night-line);
  border-radius: var(--radius-md);
  padding: 14px;
  margin-bottom: 14px;
}
.rule-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 13px;
  color: rgba(255,255,255,0.95);
  margin-bottom: 8px;
}
.rule-name .icon {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 6px;
  background: rgba(200,75,75,0.18);
  color: var(--red-bright);
}
.rule-name .icon svg { width: 12px; height: 12px; stroke-width: 1.5; }
.status-row {
  display: flex; gap: 8px; align-items: center; margin-bottom: 10px;
}
.severity-tag {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  background: rgba(200,75,75,0.2);
  color: #FF9C9C;
  padding: 3px 7px;
  border-radius: 4px;
}
.severity-tag.tag-red    { background: rgba(200,75,75,0.20); color: #FF9C9C; }
.severity-tag.tag-amber  { background: rgba(214,152,69,0.20); color: #F2B873; }
.severity-tag.tag-teal   { background: rgba(232,183,104,0.20); color: var(--brass); }
.status-text {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}
.timestamp {
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(255,255,255,0.45);
  margin-left: auto;
}
.rule-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin-bottom: 12px;
}
.rule-desc code {
  font-family: var(--mono);
  font-size: 11px;
  background: var(--night-3);
  padding: 1px 5px;
  border-radius: 3px;
  color: rgba(255,255,255,0.85);
}
.metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.metric {
  background: var(--night-3);
  border-radius: 6px;
  padding: 8px 10px;
}
.metric label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-bottom: 2px;
}
.metric span {
  font-family: var(--mono);
  font-size: 14px;
  color: rgba(255,255,255,0.95);
}
.metric.small span { font-size: 11px; }
.triggered-card {
  background: rgba(232, 183, 104, 0.06);
  border: 1px solid rgba(232, 183, 104, 0.22);
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 12px;
}
.triggered-card h5 {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 6px;
  color: rgba(255,255,255,0.95);
}
.triggered-card .badge {
  width: 18px; height: 18px;
  display: grid; place-items: center;
  border-radius: 4px;
  background: rgba(232,183,104,0.18);
  color: var(--brass);
}
.triggered-card .badge svg { width: 10px; height: 10px; stroke-width: 1.5; }
.triggered-card p {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}
.scoring h4 {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: rgba(255,255,255,0.95);
}
.score-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  padding: 6px 0;
  border-bottom: 1px solid var(--night-line);
  color: rgba(255,255,255,0.7);
}
.score-row:last-child { border-bottom: none; }
.score-row .val.pos { color: #FF9C9C; }
.score-row .val.neg { color: var(--brass); }

/* annotation cards on dark */
.envelope-notes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}
.note-card {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--slate-line-2);
  background: rgba(255,255,255,0.03);
}
.note-card.exec { border-left: 3px solid var(--brass); }
.note-card.tech { border-left: 3px solid var(--plum); }
.note-card.audit { border-left: 3px solid var(--coral); }
.note-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-muted);
  margin-bottom: 8px;
}
.note-card h4 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 460;
  font-variation-settings: "opsz" 24, "SOFT" 50;
  margin: 0 0 6px;
  color: var(--bone-2);
}
.note-card p {
  font-size: 13px;
  color: var(--bone-soft);
  line-height: 1.5;
}

/* --- RISK SECTION - split-tone dark inversion --- */
/* Stays on dark to reserve the warm-paper treatment for interactive surfaces
   (maturity survey, contact form, Enterprise tier). Visual interest comes from
   a left-red / right-teal split radial wash plus strongly-colored panels. */
.risk-section {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  max-width: none;
  margin: 0;
  background:
    radial-gradient(ellipse 55% 70% at 22% 50%, rgba(200,75,75,0.10), transparent 65%),
    radial-gradient(ellipse 55% 70% at 78% 50%, rgba(20,106,94,0.10), transparent 65%),
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(232,183,104,0.04), transparent 60%),
    var(--slate-2);
  color: var(--bone);
  position: relative;
  border-top: 1px solid var(--slate-line);
  border-bottom: 1px solid var(--slate-line);
}
.risk-section::before, .risk-section::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(120px, 18vw, 220px);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--brass) 20%, var(--brass) 80%, transparent);
  opacity: 0.6;
}
.risk-section::before { top: 0; }
.risk-section::after { bottom: 0; }
.risk-section .section-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.risk-section .kicker { color: var(--bone-soft); }
.risk-section h2 { color: var(--bone-2); }
.risk-section h2 em { color: var(--teal-glow); }
.risk-section .section-head p { color: var(--bone-soft); }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 36px;
}
.panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--slate-3);
  border: 1px solid var(--slate-line);
  box-shadow:
    0 22px 50px -22px rgba(0,0,0,0.6),
    0 8px 24px -10px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
}
.panel.bad {
  background:
    linear-gradient(180deg, rgba(200,75,75,0.08) 0%, rgba(200,75,75,0.02) 60%, transparent 100%),
    var(--slate-3);
  border-color: rgba(200,75,75,0.32);
  box-shadow:
    0 22px 50px -18px rgba(200,75,75,0.22),
    0 8px 24px -10px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,200,200,0.06);
}
.panel.good {
  background:
    linear-gradient(180deg, rgba(20,106,94,0.10) 0%, rgba(20,106,94,0.02) 60%, transparent 100%),
    var(--slate-3);
  border-color: rgba(52,181,160,0.32);
  box-shadow:
    0 22px 50px -18px rgba(20,106,94,0.24),
    0 8px 24px -10px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(150,255,220,0.06);
}
.panel h3 { margin: 0 0 18px; color: var(--bone-2); }
.panel h3 .badge {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--slate-line-2);
  color: var(--bone-soft);
}
.panel.bad h3 .badge {
  background: rgba(200,75,75,0.16);
  border-color: rgba(200,75,75,0.36);
  color: var(--red-bright);
}
.panel.good h3 .badge {
  background: rgba(52,181,160,0.14);
  border-color: rgba(52,181,160,0.36);
  color: var(--teal-glow);
}
.prompt-row {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--bone);
  background: rgba(0,0,0,0.20);
  border: 1px solid rgba(200,75,75,0.20);
  border-left: 2px solid rgba(200,75,75,0.50);
  padding: 12px 14px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.governed-row {
  font-size: 14px;
  line-height: 1.7;
  color: var(--bone);
  background: rgba(0,0,0,0.20);
  border: 1px solid rgba(52,181,160,0.24);
  border-left: 2px solid rgba(52,181,160,0.55);
  padding: 14px 16px;
  border-radius: 8px;
}
.governed-row strong { color: var(--teal-glow); font-weight: 600; }
.risk-list, .proof-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.risk-list li, .proof-list li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--slate-line);
}
.risk-list li:first-child, .proof-list li:first-child { border-top: none; }
.risk-list .mark, .proof-list .mark {
  flex-shrink: 0;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
}
.risk-list .mark.x { background: rgba(200,75,75,0.16); color: var(--red-bright); }
.proof-list .mark.v { background: rgba(52,181,160,0.16); color: var(--teal-glow); }
.risk-list strong, .proof-list strong {
  display: block;
  color: var(--bone-2);
  font-weight: 600;
  margin-bottom: 2px;
}
.risk-list div, .proof-list div { font-size: 14px; color: var(--bone-soft); line-height: 1.5; }

.we-are-not {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%),
    var(--slate-3);
  border: 1px solid var(--slate-line-2);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.04);
}
.we-are-not .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
}
.we-are-not p {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 380;
  font-variation-settings: "opsz" 36, "SOFT" 30;
  line-height: 1.45;
  color: var(--bone-2);
}
.we-are-not s { color: var(--bone-muted); text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.we-are-not em {
  font-style: italic;
  color: var(--teal-glow);
  font-variation-settings: "opsz" 36, "SOFT" 80;
}

/* --- Capabilities (back on dark) --- */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.cap {
  padding: 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cap:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(232,183,104,0.30);
}
.cap-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--brass);
  margin-bottom: 16px;
}
.cap-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 28px;
  border-radius: 6px;
  background: rgba(232,183,104,0.10);
  border: 1px solid rgba(232,183,104,0.28);
  color: var(--brass);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}
.cap h3 { margin-bottom: 12px; color: var(--bone-2); }
.cap h3 em {
  display: block;
  font-style: italic;
  font-variation-settings: "opsz" 24, "SOFT" 80;
  color: var(--brass);
  font-size: 17px;
  margin-bottom: 4px;
  font-weight: 380;
}
.cap p { font-size: 14px; color: var(--bone-soft); line-height: 1.55; margin-bottom: 14px; }
.cap-links {
  display: flex; gap: 16px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}
.cap-links a {
  color: var(--bone-soft);
  border-bottom: 1px solid var(--slate-line-2);
  padding-bottom: 2px;
}
.cap-links a:hover { color: var(--brass); border-color: var(--brass); }

/* --- Lifecycle (subtle band) --- */
.lifecycle {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  border-bottom: 1px solid var(--slate-line);
  padding: clamp(80px, 9vw, 120px) clamp(20px, 5vw, 80px);
}
.lifecycle-inner { max-width: 1320px; margin: 0 auto; }
.flow {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  position: relative;
}
.flow::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 32px;
  height: 1px;
  background: var(--slate-line-2);
}
.flow-step {
  position: relative;
  padding: 20px 14px;
  text-align: center;
}
.flow-num {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: var(--slate-3);
  border: 1px solid var(--slate-line-2);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--bone-soft);
  position: relative;
  z-index: 1;
}
.flow-step.active .flow-num {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--slate);
}
.flow-step strong {
  display: block;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 460;
  font-variation-settings: "opsz" 24, "SOFT" 50;
  margin-bottom: 6px;
  color: var(--bone-2);
}
.flow-step span { font-size: 12px; color: var(--bone-soft); line-height: 1.45; }

/* --- Shared context (dark) --- */
.context-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.persona {
  padding: 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
}
.persona-icon {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(232,183,104,0.10);
  color: var(--brass);
  margin-bottom: 18px;
}
.persona-icon.agent {
  background: rgba(110,91,151,0.18);
  color: #C8BBE0;
}
.persona-icon svg { width: 20px; height: 20px; }
.persona h3 { margin-bottom: 10px; color: var(--bone-2); }
.persona p { font-size: 14px; color: var(--bone-soft); line-height: 1.5; }
.persona .kicker { color: var(--bone-muted); }
.persona-icon.agent + .kicker { color: #C8BBE0; }

.center-context {
  padding: 32px;
  background: linear-gradient(180deg, rgba(232,183,104,0.08) 0%, rgba(232,183,104,0.02) 100%);
  border: 1px solid rgba(232,183,104,0.30);
  border-radius: var(--radius-lg);
}
.center-context .kicker { color: var(--brass); }
.center-context h3 { margin-bottom: 12px; color: var(--bone-2); }
.center-context p { font-size: 14px; color: var(--bone-soft); line-height: 1.5; margin-bottom: 16px; }
.context-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.context-tags .tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--slate-line-2);
  color: var(--bone-soft);
}

/* --- Method (dark) --- */
.method {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.method-pull { position: sticky; top: 110px; }
.method-pull p { color: var(--bone-soft); }
.method-line {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--slate-line);
}
.method-line:first-child { border-top: none; padding-top: 0; }
.method-line .n {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  color: var(--brass);
}
.method-line strong {
  display: block;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 420;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  line-height: 1.3;
  margin-bottom: 6px;
  color: var(--bone-2);
}
.method-line span { font-size: 14px; color: var(--bone-soft); line-height: 1.55; }

/* --- Open core --- */
.open-core { background: var(--slate); }
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tier {
  padding: 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
}
.tier.featured {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--brass);
  box-shadow: var(--shadow-paper);
}
.tier.featured h3, .tier.featured .tier-name { color: var(--ink); }
.tier.featured .tier-name { color: var(--teal); }
.tier.featured > p { color: var(--ink-soft); }
.tier.featured ul li { color: var(--ink-soft); border-color: var(--line); }
.tier.featured .btn-primary { background: var(--ink); color: var(--paper); }
.tier.featured .btn-primary:hover { background: var(--teal); }
.tier.featured .btn-ghost { color: var(--ink-soft); }
.tier.featured .btn-ghost:hover { color: var(--teal); }
.tier-name {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-muted);
  margin-bottom: 14px;
}
.tier h3 { margin-bottom: 10px; color: var(--bone-2); }
.tier > p { font-size: 14px; color: var(--bone-soft); line-height: 1.5; margin-bottom: 16px; }
.tier ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  flex: 1;
}
.tier ul li {
  font-size: 13px;
  color: var(--bone-soft);
  padding: 8px 0;
  border-top: 1px solid var(--slate-line);
}
.tier ul li:first-child { border-top: none; }
.tier .actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* --- Readiness section - INVERSION MOMENT --- */
/* The check itself is a light artifact. */
.readiness {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  padding: clamp(80px, 9vw, 120px) clamp(20px, 5vw, 80px);
}
.readiness-inner { max-width: 1320px; margin: 0 auto; }
.readiness .section-head h2 { color: var(--bone-2); }
.readiness .section-head p { color: var(--bone-soft); }
.readiness-stage {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 32px;
  align-items: start;
  background: var(--paper);
  border: 1px solid rgba(232,183,104,0.20);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-paper);
  color: var(--ink);
}
.survey { display: flex; flex-direction: column; gap: 12px; }
.q {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
}
.q-text {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 420;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  line-height: 1.35;
  margin-bottom: 14px;
  color: var(--ink);
}
.q-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--teal);
  margin-right: 12px;
}
.options { display: flex; gap: 6px; flex-wrap: wrap; }
.opt {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  transition: all 0.15s ease;
}
.opt:hover { border-color: var(--ink-soft); color: var(--ink); }
.opt.active {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.result-card {
  position: sticky;
  top: 110px;
  background: var(--card-warm);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
}
.meter {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.level {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 18px;
}
.level em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  color: var(--teal);
}
.result-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.seg {
  height: 6px;
  flex: 1;
  border-radius: 3px;
  background: var(--paper-2);
  border: 1px solid var(--line);
}
.seg.lit { background: var(--teal); border-color: var(--teal); }
.summary { font-size: 14px; color: var(--ink-soft); line-height: 1.5; margin-bottom: 18px; }
.dim-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dim-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  padding: 6px 10px;
  background: var(--paper-2);
  border-radius: 6px;
  border: 1px solid var(--line-soft);
}
.dim-list li .dim-name { text-transform: uppercase; letter-spacing: 0.16em; font-size: 10px; color: var(--muted); }
.dim-list li .dim-score {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.dim-list li.gap .dim-score { color: var(--red); }
.dim-list li.gap { border-color: rgba(200,75,75,0.25); background: rgba(200,75,75,0.04); }
.dim-list li.ok .dim-score { color: var(--teal); }
.q-text em {
  font-style: italic;
  color: var(--teal);
  font-variation-settings: "opsz" 36, "SOFT" 80;
}
.result-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.result-actions .btn-primary { background: var(--ink); color: var(--paper); }
.result-actions .btn-secondary { background: transparent; color: var(--ink); border-color: var(--line); }

/* --- Footer CTA --- */
.footer-cta {
  padding: clamp(80px, 9vw, 120px) clamp(20px, 5vw, 80px);
  text-align: center;
  background: var(--slate);
  position: relative;
}
.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 50% 50%, rgba(232,183,104,0.06), transparent 70%);
  pointer-events: none;
}
.footer-cta-inner { max-width: 760px; margin: 0 auto; position: relative; }
.footer-cta h2 { color: var(--bone-2); }
.footer-cta p {
  font-size: 18px;
  color: var(--bone-soft);
  line-height: 1.55;
  margin: 24px 0 32px;
}
.footer-cta .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* --- Footer --- */
.foot {
  background: var(--slate-2);
  color: var(--bone-muted);
  padding: 60px clamp(20px, 5vw, 56px) 32px;
  border-top: 1px solid var(--slate-line);
}
.foot-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 60px;
  margin-bottom: 40px;
}
.foot .brand { color: var(--bone-2); }
.foot .brand-mark::after { background: var(--slate-2); }
.foot-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.foot h5 {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-2);
  margin: 0 0 14px;
}
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot ul li { padding: 4px 0; }
.foot ul li a {
  font-size: 13px;
  color: var(--bone-muted);
  transition: color 0.15s ease;
}
.foot ul li a:hover { color: var(--brass); }
.foot-meta {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--slate-line);
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--bone-muted);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* --- Responsive --- */
@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-vis { max-width: 460px; margin: 0 auto; }
  .strategy-grid { grid-template-columns: 1fr 1fr; }
  .strategy-cell { border-right: 1px solid var(--slate-line); }
  .strategy-cell:nth-child(2n) { border-right: none; }
  .strategy-cell:nth-child(-n+2) { border-bottom: 1px solid var(--slate-line); }
  .industries-inner { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .envelope-stage { grid-template-columns: 1fr; }
  .product-body { grid-template-columns: 1fr; height: auto; }
  .envelope-canvas { aspect-ratio: 1.1 / 1; }
  .envelope-side { border-left: none; border-top: 1px solid var(--night-line); }
  .split { grid-template-columns: 1fr; }
  .cap-grid { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow::before { display: none; }
  .context-grid { grid-template-columns: 1fr; }
  .method { grid-template-columns: 1fr; gap: 30px; }
  .method-pull { position: static; }
  .tier-grid { grid-template-columns: 1fr; }
  .readiness-stage { grid-template-columns: 1fr; padding: 22px; }
  .result-card { position: static; }
  .foot-inner { grid-template-columns: 1fr; gap: 40px; }
  .foot-cols { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: 1fr; }
  .trust { border-right: none; border-bottom: 1px solid var(--slate-line); padding: 18px 0 !important; }
  .trust:last-child { border-bottom: none; }
  .we-are-not { grid-template-columns: 1fr; }
  .we-are-not .label { writing-mode: horizontal-tb; transform: none; text-align: left; }
}
@media (max-width: 640px) {
  .strategy-grid { grid-template-columns: 1fr; }
  .strategy-cell { border-right: none; border-bottom: 1px solid var(--slate-line); }
  .strategy-cell:last-child { border-bottom: none; }
  .industry-grid { grid-template-columns: 1fr; }
  .cap-grid { grid-template-columns: 1fr; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
}

/* --- Brand logo (replaces .brand-mark) --- */
.brand-logo {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.35));
}
.product-topbar .logo img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

/* --- Beliefs section --- */
.beliefs {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  border-bottom: 1px solid var(--slate-line);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  position: relative;
}
.beliefs::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 30% at 20% 0%, rgba(20,106,94,0.10), transparent 60%),
    radial-gradient(ellipse 40% 30% at 80% 100%, rgba(232,183,104,0.07), transparent 60%);
  pointer-events: none;
}
.beliefs-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.beliefs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.belief {
  position: relative;
  padding: 36px 32px 32px;
  background: var(--slate-3);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.belief:hover {
  transform: translateY(-3px);
  border-color: rgba(232,183,104,0.30);
  box-shadow: var(--shadow-md);
}
.belief .belief-num {
  position: absolute;
  top: 22px;
  right: 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--bone-muted);
}
.belief .belief-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(232, 183, 104, 0.10);
  color: var(--brass);
  margin-bottom: 22px;
}
.belief .belief-mark svg { width: 22px; height: 22px; stroke-width: 1.5; }
.belief h3 {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 440;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  margin-bottom: 14px;
  color: var(--bone-2);
}
.belief h3 em {
  font-style: italic;
  font-variation-settings: "opsz" 36, "SOFT" 80;
  color: var(--brass);
}
.belief p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--bone-soft);
}
.belief p + p { margin-top: 12px; }
.belief .belief-aside {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed var(--slate-line-2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-muted);
}

/* --- Connect / contact section --- */
.connect {
  background: var(--slate);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  border-top: 1px solid var(--slate-line);
}
.connect-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.connect-stage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
  background: var(--paper);
  border: 1px solid rgba(232,183,104,0.20);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-paper);
  color: var(--ink);
}
.connect-stage .kicker {
  color: var(--teal);
  margin-bottom: 14px;
}
.connect-stage h3 {
  font-family: var(--display);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.1;
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 40;
  color: var(--ink);
  margin-bottom: 18px;
}
.connect-stage h3 em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  color: var(--teal);
}
.connect-stage .lead-light {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 38ch;
  margin-bottom: 24px;
}
.connect-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.connect-bullets li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.connect-bullets li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
  margin-top: 7px;
}
.connect-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.connect-form .field { display: flex; flex-direction: column; gap: 6px; }
.connect-form label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.connect-form input[type="text"],
.connect-form input[type="email"],
.connect-form textarea {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  line-height: 1.45;
  width: 100%;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.connect-form input:focus,
.connect-form textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(20,106,94,0.16);
}
.connect-form textarea {
  resize: vertical;
  min-height: 140px;
  font-family: var(--sans);
}
.connect-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.connect-form .honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.connect-form .submit-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}
.connect-form .submit-row .btn-primary {
  background: var(--ink);
  color: var(--paper);
}
.connect-form .submit-row .btn-primary:hover { background: var(--teal); color: var(--paper); }
.connect-form .submit-row .privacy {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.form-status {
  font-size: 14px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  display: none;
}
.form-status.show { display: block; }
.form-status.success {
  background: rgba(20,106,94,0.10);
  color: var(--teal);
  border: 1px solid rgba(20,106,94,0.30);
}
.form-status.error {
  background: rgba(200,75,75,0.08);
  color: var(--red);
  border: 1px solid rgba(200,75,75,0.28);
}
.form-status.loading {
  background: rgba(214,152,69,0.08);
  color: var(--amber);
  border: 1px solid rgba(214,152,69,0.28);
}
.prompt-prefilled {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-top: -2px;
  display: none;
}
.prompt-prefilled.show { display: inline-block; }

/* --- Solution spotlights --- */
.spotlight {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  border-bottom: 1px solid var(--slate-line);
  padding: clamp(70px, 8vw, 110px) clamp(20px, 5vw, 80px);
  position: relative;
}
.spotlight::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: clamp(120px, 18vw, 220px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass) 20%, var(--brass) 80%, transparent);
  opacity: 0.7;
}
.spotlight-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.spotlight.flip .spotlight-inner { grid-template-columns: 6fr 5fr; }
.spotlight.flip .spotlight-frame { order: 2; }
.spotlight.flip .spotlight-body  { order: 1; }
.spotlight-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: var(--night-2);
  box-shadow:
    0 50px 100px -30px rgba(0,0,0,0.7),
    0 18px 40px -16px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.06);
  transform: rotate(-1.2deg);
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
}
.spotlight.flip .spotlight-frame { transform: rotate(1.2deg); }
.spotlight-frame:hover,
.spotlight.flip .spotlight-frame:hover {
  transform: rotate(0deg) translateY(-3px);
  box-shadow:
    0 70px 130px -30px rgba(0,0,0,0.8),
    0 24px 50px -16px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 0 0 1px rgba(232,183,104,0.18);
}
.spotlight-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.spotlight-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(232, 183, 104, 0.10);
  border: 1px solid rgba(232, 183, 104, 0.24);
  margin-bottom: 16px;
}
.spotlight-tag {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-muted);
  margin-bottom: 14px;
}
.spotlight-body h3 {
  font-family: var(--display);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 380;
  font-variation-settings: "opsz" 144, "SOFT" 40;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 18px;
  color: var(--bone-2);
}
.spotlight-body h3 em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  color: var(--brass);
}
.spotlight-body .lead-dark {
  font-size: 16px;
  color: var(--bone-soft);
  line-height: 1.6;
  margin: 0 0 22px;
}
.spotlight-outcomes {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spotlight-outcomes li {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: var(--bone-soft);
  line-height: 1.55;
}
.spotlight-outcomes li::before {
  content: "→";
  flex: 0 0 14px;
  color: var(--brass);
  font-weight: 600;
}
.spotlight-pillars {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.spotlight-pillars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
  background: rgba(232,183,104,0.10);
  border: 1px solid rgba(232,183,104,0.28);
  color: var(--brass);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
}
@media (max-width: 980px) {
  .spotlight-inner,
  .spotlight.flip .spotlight-inner { grid-template-columns: 1fr; gap: 28px; }
  .spotlight.flip .spotlight-frame { order: 0; }
  .spotlight.flip .spotlight-body  { order: 1; }
  .spotlight-frame,
  .spotlight.flip .spotlight-frame { transform: none; }
}

/* --- Spotlight: pair variant (embedded, two images, arrow between) --- */
.spotlight.spotlight-pair {
  padding: clamp(80px, 9vw, 130px) clamp(20px, 5vw, 60px);
  background:
    radial-gradient(ellipse 70% 40% at 50% 18%, rgba(232,183,104,0.06), transparent 60%),
    var(--slate-2);
}
.spotlight.spotlight-pair .spotlight-inner {
  display: block;
  max-width: 1480px;
  gap: 0;
}
.spotlight-pair-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(16px, 2.5vw, 36px);
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.spotlight-pair-stage .spotlight-frame {
  transform: none;
  margin: 0;
  border-radius: 12px;
  background: var(--night-2);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow:
    0 30px 60px -22px rgba(0,0,0,0.55),
    0 8px 22px -10px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.05);
}
.spotlight-pair-stage .spotlight-frame:hover {
  transform: translateY(-3px);
  box-shadow:
    0 44px 80px -22px rgba(0,0,0,0.60),
    0 12px 28px -10px rgba(0,0,0,0.40),
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 0 0 1px rgba(232,183,104,0.16);
}
.spotlight-pair-stage figure { margin: 0; }
.spotlight-frame-caption {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--bone-muted);
  margin-top: 14px;
  text-align: center;
}
.spotlight-arrow {
  width: clamp(56px, 8vw, 120px);
  display: grid;
  place-items: center;
  position: relative;
  color: var(--brass);
}
.spotlight-arrow svg {
  display: block;
  width: 100%;
  height: 32px;
  overflow: visible;
}
.spotlight-arrow .arrow-line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: spotlight-arrow-draw 1.6s cubic-bezier(0.25, 0.8, 0.3, 1) forwards;
  animation-delay: 0.3s;
}
.spotlight-arrow .arrow-head,
.spotlight-arrow .arrow-dot {
  opacity: 0;
  animation: spotlight-arrow-pop 0.4s ease forwards;
}
.spotlight-arrow .arrow-dot  { animation-delay: 0.4s; }
.spotlight-arrow .arrow-head { animation-delay: 1.7s; }
@keyframes spotlight-arrow-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes spotlight-arrow-pop {
  to { opacity: 1; }
}
.spotlight-arrow .label {
  position: absolute;
  top: calc(50% + 26px);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--bone-muted);
  white-space: nowrap;
}
.spotlight-pair-body {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.spotlight-pair-body .spotlight-outcomes {
  text-align: left;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.spotlight-pair-body .spotlight-pillars {
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .spotlight-arrow .arrow-line,
  .spotlight-arrow .arrow-head,
  .spotlight-arrow .arrow-dot { animation: none; stroke-dashoffset: 0; opacity: 1; }
}
@media (max-width: 740px) {
  .spotlight-pair-stage {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .spotlight-arrow {
    width: 100%;
    height: 56px;
    transform: rotate(90deg);
  }
  .spotlight-arrow .label { display: none; }
}

/* --- Deployment postures --- */
.postures {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  border-bottom: 1px solid var(--slate-line);
  padding: clamp(80px, 9vw, 120px) clamp(20px, 5vw, 80px);
}
.postures-inner { max-width: 1320px; margin: 0 auto; }
.postures-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.posture {
  position: relative;
  padding: 32px;
  background: var(--slate-3);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.posture:hover {
  transform: translateY(-2px);
  border-color: rgba(232,183,104,0.30);
  box-shadow: var(--shadow-md);
}
.posture-topo {
  width: 100%;
  height: 76px;
  background: rgba(0,0,0,0.20);
  border: 1px dashed var(--slate-line-2);
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.posture-topo svg { width: 80%; height: 56px; opacity: 0.85; }
.posture-name {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--brass);
  margin-bottom: 10px;
}
.posture h3 {
  margin: 0 0 12px;
  color: var(--bone-2);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 440;
  font-variation-settings: "opsz" 36, "SOFT" 50;
}
.posture p {
  font-size: 14px;
  color: var(--bone-soft);
  line-height: 1.55;
  margin-bottom: 14px;
}
.posture-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.posture-bullets li {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--bone-soft);
  letter-spacing: 0.04em;
  display: flex;
  gap: 8px;
}
.posture-bullets li::before {
  content: "›";
  color: var(--brass);
  font-weight: 600;
}
.posture-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-muted);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
}

/* --- Identity + BYOK --- */
.identity-section {
  padding: clamp(80px, 9vw, 120px) clamp(20px, 5vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
}
.identity-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}
.identity-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.identity-card h3 {
  margin: 0 0 8px;
  color: var(--bone-2);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 440;
  font-variation-settings: "opsz" 36, "SOFT" 50;
}
.identity-card .lede {
  font-size: 14px;
  color: var(--bone-soft);
  line-height: 1.55;
  margin-bottom: 22px;
}
.auth-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.auth-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(0,0,0,0.20);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-sm);
}
.auth-list li svg {
  width: 16px;
  height: 16px;
  color: var(--brass);
  flex: 0 0 16px;
}
.auth-list li strong {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--bone-2);
}
.auth-list li span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--bone-muted);
}
.rbac-row {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--bone-soft);
  padding-top: 14px;
  border-top: 1px dashed var(--slate-line-2);
  letter-spacing: 0.04em;
}
.rbac-row strong { color: var(--brass); }
.byok-card .key-modes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.byok-card .key-mode {
  padding: 14px 16px;
  background: rgba(0,0,0,0.20);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-sm);
}
.byok-card .key-mode-name {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--brass);
  margin-bottom: 6px;
}
.byok-card .key-mode strong {
  display: block;
  color: var(--bone-2);
  font-size: 14px;
  margin-bottom: 4px;
}
.byok-card .key-mode p {
  font-size: 13px;
  color: var(--bone-soft);
  line-height: 1.5;
  margin: 0;
}

/* --- Audience split --- */
.audiences {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  padding: clamp(80px, 9vw, 120px) clamp(20px, 5vw, 80px);
}
.audiences-inner { max-width: 1320px; margin: 0 auto; }
.audiences-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.audience {
  position: relative;
  padding: 36px;
  background: var(--slate-3);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.audience::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 100% 0%, rgba(232,183,104,0.07), transparent 60%);
  pointer-events: none;
}
.audience-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 14px;
}
.audience-question {
  font-family: var(--display);
  font-style: italic;
  font-variation-settings: "opsz" 36, "SOFT" 80;
  font-size: 22px;
  line-height: 1.3;
  color: var(--bone-2);
  margin: 0 0 22px;
  padding-left: 18px;
  border-left: 2px solid var(--brass);
}
.audience h3 {
  margin: 0 0 12px;
  color: var(--bone-2);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 440;
  font-variation-settings: "opsz" 36, "SOFT" 50;
}
.audience p {
  color: var(--bone-soft);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
}
.audience-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.audience-list li {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: var(--bone-soft);
  line-height: 1.5;
}
.audience-list li::before {
  content: "✓";
  color: var(--teal-glow);
  font-weight: 700;
  flex: 0 0 14px;
}

@media (max-width: 980px) {
  .beliefs-grid { grid-template-columns: 1fr; }
  .connect-stage { grid-template-columns: 1fr; padding: 28px; gap: 28px; }
  .connect-form .field-row { grid-template-columns: 1fr; }
  .postures-grid { grid-template-columns: 1fr; }
  .identity-grid { grid-template-columns: 1fr; }
  .audiences-grid { grid-template-columns: 1fr; }
  .auth-list { grid-template-columns: 1fr; }
}

/* ——— About page ——— */
.about-hero {
  padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 80px) clamp(40px, 5vw, 60px);
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.about-hero .eyebrow { margin-bottom: 28px; }
.about-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: 22px;
}
.about-hero .lead {
  margin: 0 auto;
  max-width: 64ch;
  font-size: 18px;
  color: var(--bone-soft);
}

.profiles {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
}
.profiles + .profiles { padding-top: 0; }
.profiles-head {
  text-align: center;
  margin-bottom: 40px;
}
.profiles-head .kicker { margin-bottom: 8px; display: inline-block; }
.profiles-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  color: var(--bone-2);
}
.profile-grid {
  display: grid;
  gap: 18px;
}
.profile-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.profile-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.profile {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--slate-line);
  border-radius: var(--radius-lg);
  padding: 28px 26px 26px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.profile:hover {
  transform: translateY(-3px);
  border-color: rgba(232,183,104,0.30);
  box-shadow: var(--shadow-md);
}
.profile-photo {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: var(--slate-3);
  border: 1px solid var(--slate-line-2);
  margin: 0 auto 18px;
  overflow: hidden;
  display: block;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.15);
}
.profile h3 {
  text-align: center;
  margin: 0 0 14px;
  font-size: 20px;
  color: var(--bone-2);
}
.profile-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.profile-meta li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: baseline;
  font-size: 13px;
  color: var(--bone-soft);
  line-height: 1.5;
  padding: 10px 0;
  border-top: 1px solid var(--slate-line);
}
.profile-meta li:first-child { border-top: none; padding-top: 0; }
.profile-meta .label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
  white-space: nowrap;
}
.profile-meta .value strong { color: var(--bone-2); font-weight: 600; }
.profile-grid.cols-4 .profile { padding: 22px 20px; }
.profile-grid.cols-4 .profile-photo { width: 78px; height: 78px; margin-bottom: 14px; }
.profile-grid.cols-4 .profile h3 { font-size: 17px; margin-bottom: 12px; }
.profile-grid.cols-4 .profile-meta li { font-size: 12px; padding: 8px 0; gap: 8px; }
.profile-grid.cols-4 .profile-meta .label { font-size: 9px; }

/* ——— Mission / origin band ——— */
.mission-band {
  background: var(--slate-2);
  border-top: 1px solid var(--slate-line);
  border-bottom: 1px solid var(--slate-line);
  padding: clamp(70px, 9vw, 120px) clamp(20px, 5vw, 80px);
  position: relative;
}
.mission-band::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: clamp(120px, 18vw, 220px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass) 20%, var(--brass) 80%, transparent);
  opacity: 0.7;
}
.mission-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.mission-inner .kicker { margin-bottom: 18px; display: inline-block; }
.mission-inner h2 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  margin-bottom: 22px;
  color: var(--bone-2);
}
.mission-inner p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--bone-soft);
}
.mission-inner p + p { margin-top: 16px; }
.mission-inner em {
  font-style: italic;
  color: var(--teal-glow);
  font-variation-settings: "opsz" 144, "SOFT" 80;
}
.mission-stats {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 64px);
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px dashed var(--slate-line-2);
}
.mission-stat strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1;
  color: var(--brass);
  margin-bottom: 4px;
}
.mission-stat span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-muted);
}

/* ——— Logo strip ——— */
.logo-section {
  padding: clamp(60px, 7vw, 90px) clamp(20px, 5vw, 80px);
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.logo-section .kicker { margin-bottom: 28px; }
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 56px);
}
.logo-item {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-soft);
  opacity: 0.65;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.logo-item:hover { opacity: 1; color: var(--brass); }
.logo-item img {
  height: 28px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(1) brightness(1.2);
  transition: filter 0.2s ease;
}
.logo-item:hover img { filter: grayscale(0) brightness(1); }
.logo-item.text {
  letter-spacing: 0.20em;
  font-weight: 500;
}

@media (max-width: 980px) {
  .profile-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .profile-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .profile-grid.cols-3,
  .profile-grid.cols-4 { grid-template-columns: 1fr; }
}
