/* Hallmark | pre-emit critique: P5 H5 E4 S5 R5 V4 */
/* Hallmark | genre: modern-minimal | macrostructure: Workbench | theme: studied-DNA (source: coralcode.dev) | enrichment: genuine product media | nav: N11 | footer: Ft2 | copy: distinct section jobs */
:root {
  color-scheme: dark;
  --ink: #151515;
  --ink-soft: #202020;
  --ink-raised: #292929;
  --bone: #f3efe7;
  --bone-dim: #d9d2c6;
  --paper: #fffdf8;
  --coral: #f2622e;
  --coral-dark: #c94316;
  --green: #5dd18b;
  --line-dark: #2a2927;
  --line-light: rgba(243, 239, 231, 0.24);
  --scrim: rgba(0, 0, 0, 0.58);
  --font-display: "Oxanium", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --shell: min(1280px, calc(100vw - 64px));
  --shadow-coral: 7px 7px 0 var(--coral);
  --shadow-ink: 7px 7px 0 var(--ink);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath d='M.5 0v4' stroke='%23fff' stroke-opacity='.2'/%3E%3C/svg%3E");
  background-size: 4px 4px;
}

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

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

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

button {
  font: inherit;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2.45rem, 5vw, 5rem);
  max-width: 14ch;
}

h3 {
  font-size: 1.35rem;
}

::selection {
  background: var(--coral);
  color: var(--ink);
}

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

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1200;
  transform: translateY(-160%);
  padding: 12px 16px;
  border: 2px solid var(--bone);
  background: var(--coral);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  min-height: 78px;
  padding: 14px max(32px, calc((100vw - 1280px) / 2));
  border-bottom: 2px solid var(--bone);
  background: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
}

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

.brand-product,
.footer-brand span {
  padding-left: 0;
  border-left: 0;
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  font-variant-ligatures: none;
}

.product-code {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-mono);
  font-size: 0.92em;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: inherit;
  text-transform: none;
  white-space: nowrap;
  font-variant-ligatures: none;
}

.footer-links a {
  position: relative;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a::after,
.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--coral);
  transition: transform 160ms var(--ease);
}

.footer-links a:hover::after,
.footer-links a:focus-visible::after,
.text-link:hover::after,
.text-link:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  min-width: 102px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 14px 10px;
  border: 3px solid var(--bone);
  background: transparent;
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
  background: var(--coral);
  color: var(--ink);
}

.nav-toggle-icon {
  width: 18px;
  display: grid;
  gap: 3px;
}

.nav-toggle-icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 160ms var(--ease), opacity 160ms var(--ease);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon i:first-child {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon i:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon i:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.site-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 102;
  max-height: calc(100dvh - 78px);
  overflow-y: auto;
  border-bottom: 3px solid var(--bone);
  background: var(--ink);
  box-shadow: 0 22px 0 rgba(0, 0, 0, 0.24);
}

.site-menu[hidden],
.site-menu-scrim[hidden] {
  display: none;
}

.site-menu-inner {
  width: var(--shell);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, 0.75fr);
  gap: 28px;
  padding-block: 28px 32px;
}

.site-menu-group {
  min-width: 0;
}

.site-menu-explore {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.site-menu-label {
  grid-column: 1 / -1;
  margin-bottom: 4px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-menu-group > a {
  min-width: 0;
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 14px 16px;
  border: 2px solid var(--line-light);
  background: var(--ink-soft);
}

.site-menu-group > a:hover,
.site-menu-group > a:focus-visible,
.site-menu-group > a[aria-current="location"] {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.site-menu-group > a strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.site-menu-group > a span {
  color: var(--bone-dim);
  font-size: 0.78rem;
  line-height: 1.35;
}

.site-menu-group > a:hover span,
.site-menu-group > a:focus-visible span,
.site-menu-group > a[aria-current="location"] span {
  color: var(--ink);
}

.site-menu-access {
  display: grid;
  gap: 10px;
  padding-left: 28px;
  border-left: 2px solid var(--line-light);
}

.site-menu-access > a {
  min-height: 70px;
}

.site-menu-access .site-menu-cta {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-menu-scrim {
  position: fixed;
  inset: 0;
  z-index: 90;
  border: 0;
  background: var(--scrim);
  cursor: pointer;
}

body.menu-open {
  overflow-y: hidden;
}

.nav-toggle:active,
.site-menu-group > a:active {
  background: var(--bone);
  color: var(--ink);
}

.nav-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px 12px;
  border: 3px solid currentColor;
  background: transparent;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 100ms ease, box-shadow 100ms ease, background-color 100ms ease;
}

.button:hover {
  text-decoration: none;
  transform: translate(-2px, -2px);
}

.button:active {
  transform: translate(4px, 4px);
  box-shadow: none;
}

.button-small {
  min-height: 44px;
  padding: 9px 14px 8px;
  border-width: 2px;
  font-size: 0.72rem;
}

.button-light {
  border-color: var(--bone);
  color: var(--bone);
}

.button-light:hover {
  background: var(--bone);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--coral);
}

.button-primary {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--bone);
}

.button-primary:hover {
  background: var(--coral-dark);
  box-shadow: 7px 7px 0 var(--bone);
}

.button-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--bone);
  box-shadow: 5px 5px 0 rgba(21, 21, 21, 0.28);
}

.button-dark:hover {
  box-shadow: 7px 7px 0 rgba(21, 21, 21, 0.28);
}

.text-link {
  position: relative;
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.text-link-dark {
  color: var(--ink);
}

.preview-links a,
.plan-item a,
.faq-answer a,
.result-method-note a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.hero::after {
  content: "CORAL CODE";
  position: absolute;
  top: 32%;
  left: -0.18em;
  z-index: 0;
  color: rgba(243, 239, 231, 0.028);
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 23rem);
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: -0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding-block: 72px 96px;
}

.hero-copy {
  min-width: 0;
  container-type: inline-size;
}

.kicker {
  margin-bottom: 20px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.kicker-dark {
  color: var(--coral-dark);
}

.hero h1 {
  max-width: 9ch;
  font-size: clamp(3.5rem, 7vw, 7.4rem);
  text-transform: uppercase;
}

@media (min-width: 1121px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.5rem, 9.8cqw, 4.1rem);
  }
}

.hero h1 span {
  display: block;
}

.hero h1 .coral-block {
  width: fit-content;
  margin-top: 10px;
  padding: 0.05em 0.12em 0.02em;
  background: var(--coral);
  color: var(--ink);
  box-decoration-break: clone;
}

.hero-lede {
  max-width: 62ch;
  margin-top: 28px;
  color: var(--bone-dim);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 2px solid var(--line-light);
  border-bottom: 2px solid var(--line-light);
}

.hero-facts div {
  padding: 14px 16px 15px 0;
}

.hero-facts div + div {
  padding-left: 16px;
  border-left: 2px solid var(--line-light);
}

.hero-facts dt {
  margin-bottom: 6px;
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-facts dd {
  color: var(--bone);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-system {
  border: 3px solid var(--bone);
  background: var(--ink-soft);
  box-shadow: var(--shadow-coral);
}

.hero-product-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--bone);
  background: #090a09;
  box-shadow: var(--shadow-coral);
}

.hero-product-shot picture {
  display: block;
}

.hero-product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-product-shot figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border-top: 2px solid var(--bone);
  color: var(--bone-dim);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.05em;
}

.hero-product-shot figcaption strong {
  color: var(--coral);
  text-transform: uppercase;
}

.system-bar,
.system-log,
.command-head,
.receipt-head,
.receipt-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.system-bar {
  padding: 13px 16px;
  border-bottom: 2px solid var(--bone);
  background: var(--bone);
  color: var(--ink);
}

.system-counter {
  color: #5b5751;
}

.topology {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  align-items: center;
  padding: 34px 22px;
}

.topology-node {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px;
  border: 2px solid var(--line-light);
  border-radius: 0;
  background: var(--ink-raised);
  color: var(--bone);
  text-align: left;
  cursor: pointer;
  transition: transform 120ms ease, border-color 120ms ease, background-color 120ms ease;
}

.topology-node:hover,
.topology-node.is-active {
  transform: translateY(-4px);
  border-color: var(--coral);
}

.topology-node.is-active {
  background: var(--bone);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--coral);
}

.topology-node-server {
  border-color: var(--coral);
}

.topology-node small,
.capability-tag,
.receipt small {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topology-node strong {
  font-family: var(--font-display);
  font-size: 0.9rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.topology-node small {
  color: #a9a39a;
  line-height: 1.3;
}

.topology-node.is-active small {
  color: #625d55;
}

.connector {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: var(--line-light);
}

.connector::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-54%);
  color: var(--coral);
  font-family: var(--font-mono);
  font-weight: 700;
}

.connector i {
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: var(--coral);
  animation: route-signal 1.9s linear infinite;
}

.connector:nth-of-type(4) i {
  animation-delay: 0.35s;
}

.connector:nth-of-type(6) i {
  animation-delay: 0.7s;
}

@keyframes route-signal {
  to { left: 110%; }
}

.system-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  min-height: 166px;
  padding: 24px;
  border-top: 2px solid var(--bone);
  background: var(--bone);
  color: var(--ink);
}

.detail-label {
  display: block;
  margin-bottom: 10px;
  color: var(--coral-dark);
  font-family: var(--font-mono);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-detail h2 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  max-width: 18ch;
}

.system-detail p {
  max-width: 54ch;
  color: #5e5952;
  font-size: 0.92rem;
}

.detail-state {
  display: inline-block;
  padding: 9px 11px;
  border: 2px solid var(--ink);
  background: var(--paper);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  white-space: nowrap;
}

.system-log {
  justify-content: flex-start;
  padding: 11px 16px;
  border-top: 2px solid var(--bone);
  color: #aaa49a;
}

.system-log span + span {
  padding-left: 16px;
  border-left: 1px solid var(--line-light);
}

.system-log .log-action {
  margin-left: auto;
  color: var(--coral);
}

.hero-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--bone);
  background: var(--coral);
  color: var(--ink);
}

.hero-rail span {
  padding: 11px 18px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
}

.hero-rail span + span {
  border-left: 2px solid var(--ink);
}

.section {
  padding-block: 112px;
  border-top: 3px solid currentColor;
}

.section-live {
  position: relative;
  overflow: hidden;
  background: #111211;
  color: var(--bone);
}

.section-live::before {
  content: "OPERATION GRAPH";
  position: absolute;
  top: 68px;
  right: -0.08em;
  color: rgba(243, 239, 231, 0.025);
  font-family: var(--font-display);
  font-size: clamp(7rem, 18vw, 18rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.live-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.64fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
  margin-bottom: 54px;
}

.live-heading h2 {
  max-width: 11ch;
}

.live-heading > p {
  max-width: 52ch;
  color: var(--bone-dim);
  font-size: 1.08rem;
}

.coordination-demo {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  border: 3px solid var(--bone);
  background: var(--ink-soft);
  box-shadow: var(--shadow-coral);
}

.coordination-graph {
  min-width: 0;
  border-right: 2px solid var(--bone);
}

.graph-toolbar,
.story-toolbar,
.film-heading,
.graph-event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.graph-toolbar,
.story-toolbar {
  min-height: 48px;
  padding: 10px 14px;
  border-bottom: 2px solid var(--bone);
  background: var(--bone);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.graph-actor-count {
  color: #625d55;
}

.graph-toolbar-meta,
.traffic-legend,
.traffic-key {
  display: flex;
  align-items: center;
}

.graph-toolbar-meta {
  justify-content: flex-end;
  gap: 16px;
}

.traffic-legend {
  gap: 10px;
}

.traffic-key {
  gap: 5px;
  color: #777168;
  font-size: 0.52rem;
  transition: color 180ms ease;
}

.traffic-key::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 transparent;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.traffic-key-message::before { color: #58b8ff; }
.traffic-key-handoff::before { color: #f3c84b; }
.traffic-key-result::before { color: #69d38b; }

.coordination-demo[data-traffic="message"] .traffic-key-message,
.coordination-demo[data-traffic="handoff"] .traffic-key-handoff,
.coordination-demo[data-traffic="result"] .traffic-key-result {
  color: var(--ink);
}

.coordination-demo[data-traffic="message"] .traffic-key-message::before {
  box-shadow: 0 0 7px rgba(88, 184, 255, 0.72);
  transform: scale(1.2);
}

.coordination-demo[data-traffic="handoff"] .traffic-key-handoff::before {
  box-shadow: 0 0 7px rgba(243, 200, 75, 0.72);
  transform: scale(1.2);
}

.coordination-demo[data-traffic="result"] .traffic-key-result::before {
  box-shadow: 0 0 7px rgba(105, 211, 139, 0.72);
  transform: scale(1.2);
}

.graph-canvas {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background-color: #171817;
  background-image:
    linear-gradient(rgba(243, 239, 231, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 239, 231, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

.graph-canvas::after {
  content: "CORAL / OPERATION GRAPH";
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(243, 239, 231, 0.18);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.graph-routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.graph-routes-mobile {
  display: none;
}

.graph-route {
  fill: none;
  stroke: #817d76;
  stroke-width: 1.5;
  stroke-dasharray: 5 10;
  vector-effect: non-scaling-stroke;
  opacity: 0.2;
  transition: opacity 220ms ease, stroke 220ms ease, stroke-width 220ms ease;
  animation: graph-signal 1.6s linear infinite;
}

.graph-route:nth-child(2n) {
  animation-direction: reverse;
}

.traffic-packet {
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

.traffic-packet-halo,
.traffic-packet-core {
  fill: currentColor;
}

.traffic-packet-halo {
  opacity: 0.22;
}

.traffic-packet-core {
  stroke: #171817;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  animation: traffic-packet-pulse 620ms ease-in-out infinite alternate;
}

.packet-type-message {
  color: #58b8ff;
  filter: drop-shadow(0 0 4px #58b8ff);
}

.packet-type-handoff {
  color: #f3c84b;
  filter: drop-shadow(0 0 4px #f3c84b);
}

.packet-type-result {
  color: #69d38b;
  filter: drop-shadow(0 0 4px #69d38b);
}

.coordination-demo[data-phase="request"] .packet-phase-request,
.coordination-demo[data-phase="route"] .packet-phase-route,
.coordination-demo[data-phase="review"] .packet-phase-review,
.coordination-demo[data-phase="return"] .packet-phase-return {
  opacity: 1;
}

.coordination-demo[data-paused="true"] .traffic-packet-core {
  animation-play-state: paused;
}

@keyframes traffic-packet-pulse {
  to { transform: scale(1.3); }
}

.coordination-demo[data-phase="request"] .route-request,
.coordination-demo[data-phase="route"] .route-map,
.coordination-demo[data-phase="review"] .route-review,
.coordination-demo[data-phase="return"] .route-return {
  stroke: var(--coral);
  stroke-width: 3;
  opacity: 1;
}

@keyframes graph-signal {
  to { stroke-dashoffset: -30; }
}

.agent-node {
  position: absolute;
  z-index: 2;
  width: 170px;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px;
  border: 2px solid #5a5955;
  background: rgba(37, 38, 37, 0.96);
  color: var(--bone);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.agent-node span,
.agent-node small {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.agent-node span {
  color: var(--coral);
}

.agent-node strong {
  margin-block: 4px 3px;
  font-family: var(--font-display);
  font-size: 0.77rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.agent-node small {
  color: #aaa49a;
}

.node-question {
  top: 3.5%;
  left: 50%;
  transform: translateX(-50%);
}

.node-server {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: var(--coral);
}

.node-file-a { top: 22%; left: 3.5%; }
.node-file-b { top: 57%; left: 4.5%; }
.node-peer-a { top: 22%; right: 3.5%; }
.node-peer-b { top: 58%; right: 4.5%; }

.node-evidence {
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
}

.coordination-demo[data-phase="request"] .node-question,
.coordination-demo[data-phase="request"] .node-server,
.coordination-demo[data-phase="route"] .node-server,
.coordination-demo[data-phase="route"] .node-file,
.coordination-demo[data-phase="review"] .node-server,
.coordination-demo[data-phase="review"] .node-file,
.coordination-demo[data-phase="review"] .node-peer,
.coordination-demo[data-phase="return"] .node-file,
.coordination-demo[data-phase="return"] .node-peer,
.coordination-demo[data-phase="return"] .node-evidence {
  border-color: var(--coral);
  background: #30241e;
  box-shadow: 4px 4px 0 rgba(242, 98, 46, 0.32);
}

.coordination-demo[data-phase="request"] .node-question,
.coordination-demo[data-phase="route"] .node-file,
.coordination-demo[data-phase="review"] .node-peer,
.coordination-demo[data-phase="return"] .node-evidence {
  animation: node-beacon 1.4s var(--ease) infinite alternate;
}

@keyframes node-beacon {
  to { filter: brightness(1.23); }
}

.graph-event {
  min-height: 44px;
  padding: 10px 14px;
  border-top: 2px solid var(--line-light);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.event-time,
.event-source {
  color: #948f86;
}

.event-action {
  margin-left: auto;
  padding-left: 14px;
  border-left: 2px solid var(--coral);
  color: var(--bone);
}

.coordination-story {
  min-width: 0;
  background: #1b1c1b;
}

.story-toolbar {
  background: var(--ink);
  color: var(--bone);
}

.animation-toggle,
.video-toggle {
  min-height: 44px;
  padding: 7px 9px 6px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.animation-toggle:hover,
.video-toggle:hover {
  background: var(--coral);
  color: var(--ink);
}

.phase-list {
  display: grid;
}

.phase-button {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  padding: 22px 18px;
  border: 0;
  border-bottom: 1px solid rgba(243, 239, 231, 0.17);
  background: transparent;
  color: var(--bone);
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.phase-button strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.phase-button small {
  color: #aaa49a;
  font-size: 0.76rem;
  line-height: 1.4;
}

.phase-button:hover {
  background: rgba(242, 98, 46, 0.08);
}

.phase-button.is-active {
  background: var(--coral);
  color: var(--ink);
}

.phase-button.is-active small {
  color: var(--ink);
}

.phase-status {
  margin: 18px;
  color: #aaa49a;
  font-family: var(--font-mono);
  font-size: 0.63rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-film {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 3px solid var(--bone);
  background: var(--ink-soft);
  box-shadow: var(--shadow-coral);
}

.film-heading {
  padding: 18px 20px;
  border-bottom: 2px solid var(--bone);
  background: var(--bone);
  color: var(--ink);
}

.film-heading span,
.product-film figcaption,
.film-label {
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.film-heading h3 {
  margin-top: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  text-transform: uppercase;
}

.film-frame {
  position: relative;
  overflow: hidden;
  background: #090a09;
}

.film-frame video {
  width: 100%;
  height: auto;
  display: block;
}

.film-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(243, 239, 231, 0.12);
}

.film-label {
  position: absolute;
  z-index: 2;
  padding: 8px 10px 7px;
  border: 1px solid var(--bone);
  background: rgba(21, 21, 21, 0.88);
  color: var(--bone);
}

.film-label-graph {
  top: 20px;
  left: 20px;
  border-color: var(--coral);
}

.film-label-code {
  top: 20px;
  left: 43%;
}

.product-film figcaption {
  padding: 14px 18px;
  border-top: 2px solid var(--line-light);
  color: #aaa49a;
}

.section-light,
.section-paper {
  color: var(--ink);
}

.section-light {
  background: var(--bone);
}

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

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

.section-results {
  padding-block: 84px;
  background: var(--bone);
  color: var(--ink);
}

.results-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
  margin-bottom: 32px;
}

.results-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.45rem, 4.4vw, 4.4rem);
}

.results-heading > p {
  max-width: 54ch;
  color: #5e5952;
  font-size: 1.08rem;
}

.benchmark-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
}

.benchmark-hero {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 30px;
  border: 3px solid var(--ink);
  background: var(--coral);
  box-shadow: var(--shadow-ink);
}

.benchmark-label {
  max-width: 28ch;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benchmark-hero strong {
  margin: auto 0 10px;
  font-family: var(--font-display);
  font-size: clamp(5rem, 10vw, 9.5rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.benchmark-hero strong span {
  font-size: 0.34em;
  letter-spacing: -0.03em;
}

.benchmark-hero h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  text-transform: uppercase;
}

.benchmark-hero p {
  max-width: 36ch;
  margin-top: 14px;
  font-weight: 500;
}

.benchmark-table {
  align-self: stretch;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-ink);
}

.benchmark-table-caption {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 22px;
  border-bottom: 2px solid var(--ink);
  background: #e7e1d7;
}

.benchmark-table-caption strong {
  font-family: var(--font-display);
  font-size: 0.94rem;
  text-transform: uppercase;
}

.benchmark-table-caption span {
  color: #5e5952;
  font-size: 0.86rem;
}

.benchmark-row {
  display: grid;
  min-height: 104px;
  grid-template-columns: minmax(0, 1.45fr) minmax(160px, 0.92fr) minmax(105px, 0.52fr) minmax(112px, 0.55fr);
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 2px solid var(--ink);
}

.benchmark-row:last-child {
  border-bottom: 0;
}

.benchmark-table-head {
  min-height: 54px;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benchmark-row-win {
  background: var(--coral);
}

.benchmark-row-public {
  min-height: 68px;
  padding-block: 11px;
}

.benchmark-row-public:nth-child(odd) {
  background: #f1ece3;
}

.benchmark-row-baseline {
  min-height: 82px;
  background:
    linear-gradient(90deg, rgba(118, 70, 105, 0.12), transparent 48%),
    var(--paper);
}

.benchmark-relationship {
  width: 96px;
  padding: 6px 8px 5px;
  border: 1px solid #716b62;
  color: #4f4a43;
  display: inline-grid;
  place-items: center;
  justify-self: center;
  font-family: var(--font-mono) !important;
  font-size: 0.66rem;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.benchmark-row-openai {
  background:
    linear-gradient(90deg, rgba(93, 209, 139, 0.16), transparent 62%),
    var(--paper);
}

.benchmark-row b,
.benchmark-row small {
  display: block;
}

.benchmark-row b {
  font-family: var(--font-display);
  font-size: 1.08rem;
  text-transform: uppercase;
}

.benchmark-row small {
  margin-top: 5px;
  color: #5e5952;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.benchmark-row-win small {
  color: var(--ink);
  font-weight: 600;
}

.benchmark-row strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.benchmark-runtime {
  display: block;
}

.benchmark-runtime strong,
.benchmark-runtime small {
  display: block;
}

.benchmark-runtime strong {
  font-size: 1.12rem;
  white-space: nowrap;
}

.benchmark-runtime-fast {
  padding: 9px 10px;
  border: 2px solid #07542f;
  background: #e3f4e9;
  color: #07542f;
}

.benchmark-runtime-fast small {
  color: #07542f;
  font-weight: 700;
}

.benchmark-runtime-slow strong {
  color: #9b1f28;
}

.benchmark-row > span:last-child {
  font-family: var(--font-mono);
  font-weight: 600;
}

.benchmark-stamp {
  position: relative;
  display: inline-grid !important;
  min-width: 96px;
  min-height: 40px;
  place-items: center;
  justify-self: center;
  padding: 6px 8px 5px;
  overflow: hidden;
  border: 3px double currentColor;
  outline: 1px dashed currentColor;
  outline-offset: 2px;
  background: rgba(255, 253, 248, 0.86);
  font-family: var(--font-display) !important;
  font-size: 0.94rem;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-3deg);
  box-shadow: inset 0 0 0 1px currentColor;
  isolation: isolate;
}

.benchmark-stamp::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  opacity: 0.14;
  background: repeating-linear-gradient(
    -12deg,
    currentColor 0,
    currentColor 1px,
    transparent 1px,
    transparent 4px
  );
}

.benchmark-stamp-pass {
  color: #07542f;
}

.benchmark-stamp-fail {
  color: #ad2029;
  transform: rotate(2deg);
}

.benchmark-stamp-tilt {
  transform: rotate(-1.5deg);
}

.result-metrics {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 18px;
  margin-top: 24px;
}

.result-metric {
  display: grid;
  min-height: 166px;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  gap: 12px;
  padding: 20px 22px;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--ink);
}

.result-metric strong {
  align-self: center;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.4vw, 4.15rem);
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.result-metric > span:not(.result-metric-label) {
  max-width: 31ch;
  font-size: 0.86rem;
  font-weight: 600;
}

.result-metric .result-metric-label {
  color: var(--coral-dark);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.result-metric-dark {
  background: var(--ink);
  color: var(--bone);
  box-shadow: 6px 6px 0 var(--coral);
}

.result-metric-dark strong {
  color: var(--coral);
}

.result-metric-dark .result-metric-label {
  color: var(--coral);
}

.result-method {
  margin-top: 24px;
  border: 3px solid var(--ink);
  background: var(--paper);
}

.result-method summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  color: var(--coral-dark);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.result-method summary::-webkit-details-marker {
  display: none;
}

.result-method summary::after {
  content: "+";
  color: var(--ink);
  font-size: 1.2rem;
}

.result-method[open] summary::after {
  content: "−";
}

.result-method p {
  padding: 0 18px 18px;
  color: #5e5952;
  font-size: 0.9rem;
}

.result-method p a {
  color: var(--coral-dark);
  font-size: inherit;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-transform: none;
  text-underline-offset: 3px;
}

.benchmark-grid-compact {
  grid-template-columns: minmax(0, 1fr);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}

.section-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -28px;
}

.section-heading p:last-child {
  max-width: 50ch;
  color: #5e5952;
  font-size: 1.08rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  min-height: 240px;
  display: block;
  padding: 24px;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: var(--shadow-ink);
}

.step-card-accent {
  background: var(--coral);
}

.step-card h3 {
  margin-top: 0;
  font-size: 2rem;
  text-transform: uppercase;
}

.step-card p {
  margin-top: 14px;
  color: #5e5952;
}

.step-card-accent p {
  color: var(--ink);
}

.section-codex {
  position: relative;
  overflow: hidden;
  background: #111211;
  color: var(--bone);
}

.section-codex::after {
  content: "CODEX";
  position: absolute;
  top: 70px;
  right: -0.06em;
  color: rgba(243, 239, 231, 0.025);
  font-family: var(--font-display);
  font-size: clamp(9rem, 25vw, 24rem);
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.codex-focus-grid,
.codex-fit,
.codex-roadmap {
  position: relative;
  z-index: 1;
}

.codex-focus-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: stretch;
}

.codex-seal {
  container-type: inline-size;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 3px solid var(--bone);
  background: #090a09;
  box-shadow: var(--shadow-coral);
}

.codex-seal-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--line-light);
}

.codex-seal-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.codex-seal-brand span {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.codex-seal > strong {
  max-width: 10ch;
  margin-top: auto;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 10.5cqw, 2.35rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.codex-seal-agents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.codex-seal-agents span {
  padding: 7px 9px 6px;
  border: 1px solid var(--line-light);
  color: var(--bone-dim);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.codex-seal > small {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 2px solid var(--coral);
  color: var(--bone-dim);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.codex-seal.integration-seal {
  min-height: 370px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
}

.integration-seal-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 16px;
  border-bottom: 2px solid var(--line-light);
}

.integration-seal-heading strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1;
  text-transform: uppercase;
}

.integration-seal-heading small {
  color: var(--bone-dim);
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.integration-brand-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.integration-brand {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 68px;
  padding: 11px 18px;
  border-bottom: 1px solid var(--line-light);
  color: var(--bone);
  transition: background-color 160ms ease, color 160ms ease;
}

.integration-brand:last-child {
  border-bottom: 0;
}

.integration-brand:hover,
.integration-brand:focus-visible {
  background: rgba(243, 239, 231, 0.08);
}

.integration-brand > img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.integration-brand-name {
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1;
}

.integration-brand-name small {
  display: block;
  margin-top: 4px;
  color: var(--bone-dim);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.integration-brand-opencode img {
  grid-column: 1 / 3;
  width: min(100%, 164px);
  height: auto;
}

.integration-brand-future {
  background: rgba(242, 98, 46, 0.08);
}

.integration-brand-future > img {
  image-rendering: auto;
}

.integration-brand-status {
  padding: 5px 7px 4px;
  border: 1px solid var(--coral);
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.codex-focus-copy {
  align-self: center;
  padding-block: 16px;
}

.codex-focus-copy h2 {
  max-width: 12ch;
}

.codex-focus-copy > p:not(.kicker) {
  max-width: 60ch;
  margin-top: 26px;
  color: var(--bone-dim);
  font-size: 1.1rem;
}

.codex-focus-copy .codex-focus-note {
  padding-left: 18px;
  border-left: 3px solid var(--coral);
  color: var(--bone);
  font-weight: 600;
}

.codex-fit {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  margin-top: 34px;
  padding-top: 32px;
  border-top: 3px solid var(--bone);
}

.codex-fit-heading .kicker {
  margin-bottom: 16px;
}

.codex-fit-heading h3 {
  max-width: 13ch;
  overflow-wrap: normal;
  font-size: clamp(1.8rem, 3.1vw, 3rem);
  text-transform: uppercase;
}

.codex-fit-list {
  border-top: 2px solid var(--line-light);
}

.codex-fit-item {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 132px;
  padding: 18px 20px;
  border-right: 2px solid var(--line-light);
  border-bottom: 2px solid var(--line-light);
  border-left: 2px solid var(--line-light);
  background: var(--ink-soft);
}

.codex-fit-item > span,
.roadmap-state > span,
.roadmap-state > small {
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.codex-fit-item > span,
.roadmap-state > span {
  color: var(--coral);
  font-weight: 600;
}

.codex-fit-item h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.codex-fit-item > div {
  min-width: 0;
}

.codex-fit-item p {
  margin-top: 8px;
  color: var(--bone-dim);
  font-size: 0.92rem;
}

.codex-fit-item-accent {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--ink);
}

.codex-fit-item-accent > span,
.codex-fit-item-accent p {
  color: var(--ink);
}

.codex-roadmap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  align-items: stretch;
  margin-top: 24px;
  border: 3px solid var(--bone);
  background: #090a09;
}

.roadmap-state {
  padding: 18px 20px;
}

.roadmap-state strong {
  display: block;
  margin-block: 7px 5px;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.roadmap-state > small {
  color: #a9a39a;
}

.roadmap-state-now {
  background: var(--bone);
  color: var(--ink);
}

.roadmap-state-now > span {
  color: var(--coral-dark);
}

.roadmap-state-now > small {
  color: #625d55;
}

.roadmap-route {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-inline: 2px solid var(--bone);
}

.roadmap-route::before {
  content: "";
  position: absolute;
  right: 13px;
  left: 13px;
  height: 2px;
  background: rgba(243, 239, 231, 0.28);
}

.roadmap-route i {
  position: absolute;
  left: 0;
  width: 30%;
  height: 2px;
  background: var(--coral);
  transform: translateX(-100%);
  animation: roadmap-signal 1.8s linear infinite;
}

.roadmap-route b {
  position: relative;
  z-index: 1;
  padding: 4px;
  background: #090a09;
  color: var(--coral);
  font-family: var(--font-mono);
}

@keyframes roadmap-signal {
  to { transform: translateX(470%); }
}

.section-install {
  background: var(--coral);
  color: var(--ink);
}

.section-install .kicker,
.cta-section .kicker {
  color: var(--ink);
}

.install-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(56px, 7vw, 100px);
  align-items: start;
}

.install-copy h2 {
  max-width: 10ch;
}

.install-copy > p:not(.kicker) {
  max-width: 52ch;
  margin-top: 26px;
  font-size: 1.06rem;
}

.install-notes {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.install-notes li {
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid var(--ink);
  font-weight: 600;
}

.install-notes .install-note-copy {
  min-width: 0;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: normal;
}

.install-notes code {
  padding: 1px 5px;
  border: 1px solid currentColor;
  font-family: var(--font-mono);
  font-size: 0.82em;
}

.installer-panel {
  display: grid;
  gap: 18px;
}

.install-command {
  min-width: 0;
  border: 3px solid var(--ink);
  background: var(--bone);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.install-command .command-head {
  background: var(--ink);
  color: var(--bone);
}

.install-command .copy-button {
  border-color: var(--bone);
  color: var(--bone);
}

.install-command .copy-button:hover {
  background: var(--coral);
  color: var(--ink);
}

.preview-note {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px 24px;
  padding: 22px 24px;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
  box-shadow: 7px 7px 0 var(--bone);
}

.preview-note strong {
  color: var(--coral);
  font-family: var(--font-display);
  font-size: 1rem;
  text-transform: uppercase;
}

.preview-note p {
  color: var(--bone-dim);
}

.preview-links {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.preview-links a {
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plans-panel {
  margin-top: clamp(48px, 7vw, 84px);
  padding-top: 28px;
  border-top: 3px solid var(--ink);
}

.plans-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  margin-bottom: 24px;
}

.plans-heading h3 {
  max-width: 22ch;
  font-size: clamp(1.8rem, 3.5vw, 3.25rem);
  text-transform: uppercase;
}

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

.plan-item {
  min-height: 210px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  gap: 10px;
  padding: 20px;
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--ink);
}

.plan-item > span {
  color: var(--coral-dark);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.plan-item strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.plan-item p {
  max-width: 38ch;
  font-size: 0.9rem;
}

.plan-item a {
  width: fit-content;
  color: var(--coral-dark);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.plan-item-dark {
  background: var(--ink);
  color: var(--bone);
  box-shadow: 6px 6px 0 var(--bone);
}

.plan-item-dark > span {
  color: var(--coral);
}

.plan-item-dark p {
  color: var(--bone-dim);
}

.server-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
}

.server-layout > *,
.server-capabilities,
.install-command {
  min-width: 0;
}

.server-copy {
  align-self: start;
  position: sticky;
  top: 120px;
}

.server-copy h2 {
  max-width: 11ch;
}

.server-copy > p:not(.kicker) {
  max-width: 50ch;
  margin-top: 26px;
  color: var(--bone-dim);
  font-size: 1.06rem;
}

.server-copy .button {
  margin-top: 32px;
}

.server-capabilities {
  display: grid;
  gap: 18px;
}

.capability {
  position: relative;
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(190px, 0.88fr) minmax(250px, 1.12fr);
  border: 3px solid var(--bone);
  background: var(--ink-soft);
  box-shadow: 6px 6px 0 var(--coral);
  overflow: hidden;
}

.capability-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 44%;
  margin: 0;
  display: block;
  overflow: hidden;
  border-right: 3px solid var(--bone);
  background: #0b0d0f;
  z-index: 1;
}

.capability-media img,
.capability-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 320ms ease, filter 320ms ease;
}

.capability-media-session video {
  object-position: 42% center;
}

.capability-media-budget img {
  object-position: 50% 29%;
}

.capability-media-evidence img {
  object-position: 50% 25%;
}

.capability-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgba(21, 21, 21, 0.38));
  pointer-events: none;
}

.capability-media:hover img,
.capability-media:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.08);
}

.capability-media-toggle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 6px 8px 5px;
  border: 1px solid var(--bone);
  background: rgba(21, 21, 21, 0.88);
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.capability-media-toggle:hover,
.capability-media-toggle:focus-visible {
  border-color: var(--coral);
  color: var(--coral);
}

.capability-copy {
  grid-column: 2;
  align-self: center;
  padding: 24px 26px 22px;
  min-width: 0;
}

.capability-tag {
  display: block;
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.capability h3 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  text-transform: uppercase;
}

.capability p {
  max-width: 52ch;
  color: var(--bone-dim);
}

.install-command {
  border: 3px solid var(--ink);
  background: var(--bone);
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.command-head {
  padding: 12px 16px;
  background: var(--coral);
  font-weight: 600;
}

.copy-button {
  min-height: 44px;
  padding: 6px 9px;
  border: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.copy-button:hover {
  background: var(--ink);
  color: var(--bone);
}

.install-command > code {
  display: block;
  overflow-x: auto;
  padding: 24px;
  font-family: var(--font-mono);
  font-size: clamp(0.78rem, 1.5vw, 1rem);
  white-space: nowrap;
}

.install-command .prompt {
  margin-right: 10px;
  color: var(--coral-dark);
  font-weight: 600;
}

.copy-status {
  min-height: 22px;
  padding: 0 24px 12px;
  color: #5e5952;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  grid-template-areas: "copy shot";
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
}

.evidence-copy {
  grid-area: copy;
}

.evidence-shot {
  grid-area: shot;
  align-self: center;
}

.evidence-copy h2 {
  max-width: 13ch;
  font-size: clamp(2.6rem, 4.2vw, 4.35rem);
}

.evidence-copy > p:not(.kicker) {
  max-width: 52ch;
  margin-top: 26px;
  color: #5e5952;
  font-size: 1.05rem;
}

.evidence-list {
  grid-area: list;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.evidence-list li {
  display: block;
  padding: 16px 0;
  border-bottom: 2px solid var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
}

.receipt {
  border: 3px solid var(--ink);
  background: var(--bone);
  box-shadow: var(--shadow-coral);
}

.product-shot {
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: #090a09;
  box-shadow: var(--shadow-coral);
}

.product-shot-frame {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #101214;
  cursor: zoom-in;
}

.product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.operation-progress-shot img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  transition: transform 240ms var(--ease);
}

.operation-progress-shot .product-shot-frame:hover img,
.operation-progress-shot .product-shot-frame:focus-visible img {
  transform: scale(1.012);
}

.product-shot figcaption {
  padding: 14px 16px;
  border-top: 3px solid var(--ink);
  background: var(--bone);
  color: #514c45;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  line-height: 1.55;
}

.receipt-head {
  padding: 14px 18px;
  border-bottom: 3px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
}

.receipt-status {
  padding: 5px 7px;
  border: 1px solid var(--green);
  color: var(--green);
}

.receipt-file {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-bottom: 2px solid var(--ink);
}

.file-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 600;
}

.receipt-file strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.receipt-file small {
  display: block;
  margin-top: 4px;
  color: #6b655c;
  overflow-wrap: anywhere;
}

.diff-stat {
  color: var(--coral-dark);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 600;
}

.receipt-checks {
  padding: 10px 24px 18px;
}

.receipt-checks div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #b9b2a8;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.receipt-checks b {
  color: #237245;
  font-weight: 600;
}

.receipt-foot {
  padding: 12px 18px;
  border-top: 3px solid var(--ink);
  background: var(--coral);
  font-weight: 600;
}

.section-faq {
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  background:
    linear-gradient(rgba(21, 21, 21, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 21, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 22px 22px;
  color: var(--ink);
}

.section.section-faq {
  padding-block: clamp(40px, 4.5vw, 64px);
}

.faq-disclosure {
  display: block;
}

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

.faq-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 3px solid var(--ink);
  background: var(--bone);
  box-shadow: 7px 7px 0 var(--ink);
  cursor: pointer;
  list-style: none;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.faq-heading:hover {
  background: #fffaf1;
}

.faq-heading:focus-visible {
  outline: 3px solid var(--coral-dark);
  outline-offset: 7px;
}

.faq-disclosure[open] > .faq-heading {
  margin-bottom: 32px;
  box-shadow: 7px 7px 0 var(--coral);
}

.faq-heading h2 {
  max-width: none;
}

.faq-heading-note {
  padding: 18px 0 2px 22px;
  border-left: 3px solid var(--coral);
}

.faq-heading-note p {
  max-width: 46ch;
  color: #5e5952;
}

.faq-heading-note p + p {
  margin-top: 12px;
  color: var(--coral-dark);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.faq-item {
  min-height: 0;
  border: 3px solid var(--ink);
  background: var(--bone);
  box-shadow: 5px 5px 0 var(--ink);
}

.faq-item summary {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  display: grid;
  place-items: center;
  align-self: stretch;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
}

.faq-item summary::after {
  content: "+";
  border: 2px solid var(--ink);
  color: var(--ink);
  font-size: 1.25rem;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.faq-item summary:hover::after,
.faq-item summary:focus-visible::after {
  background: var(--ink);
  color: var(--bone);
}

.faq-item summary:focus-visible {
  outline: 3px solid var(--coral-dark);
  outline-offset: -7px;
}

.faq-item[open] summary {
  border-bottom: 2px solid var(--ink);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
  background: var(--ink);
  color: var(--bone);
}

.faq-item h3 {
  max-width: none;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.08;
}

.faq-answer {
  padding: 22px 82px 26px 20px;
  animation: faq-answer-in 180ms ease-out both;
}

.faq-answer p {
  max-width: 78ch;
  color: #5e5952;
  font-size: 1rem;
}

.faq-answer p + p,
.faq-answer ul + p {
  margin-top: 14px;
}

.faq-answer ul {
  max-width: 76ch;
  margin: 14px 0 0 1.2rem;
  color: #5e5952;
}

.faq-answer li {
  padding-left: 0.35rem;
}

.faq-answer li + li {
  margin-top: 8px;
}

.faq-answer > a {
  display: inline-block;
  width: fit-content;
  margin-top: 18px;
  padding-top: 10px;
  border-top: 2px solid var(--ink);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-7px);
  }
}

.section-coralos {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--bone);
}

.section-coralos::before {
  content: "CORALOS";
  position: absolute;
  right: -0.05em;
  bottom: 34px;
  color: rgba(243, 239, 231, 0.025);
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 22rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.72;
  pointer-events: none;
}

.coralos-intro,
.coralos-destinations {
  position: relative;
  z-index: 1;
}

.coralos-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  border: 3px solid var(--bone);
  background: #090a09;
  box-shadow: var(--shadow-coral);
}

.coralos-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  min-width: 0;
  padding: 42px;
  border-right: 3px solid var(--bone);
}

.coralos-brand-panel img {
  width: min(100%, 330px);
  height: auto;
}

.coralos-brand-panel > span {
  color: var(--bone-dim);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coralos-copy {
  padding: clamp(34px, 5vw, 66px);
}

.coralos-copy h2 {
  max-width: 11ch;
}

.coralos-copy > p:not(.kicker) {
  max-width: 62ch;
  margin-top: 26px;
  color: var(--bone-dim);
  font-size: 1.06rem;
}

.coralos-destinations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.coralos-destination {
  min-width: 0;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  border: 3px solid var(--bone);
  background: var(--bone);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--coral);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.coralos-destination:hover,
.coralos-destination:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--coral);
}

.coralos-destination > span,
.coralos-destination strong {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coralos-destination > span {
  color: var(--coral-dark);
}

.coralos-destination h3 {
  max-width: 16ch;
  margin-top: 24px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  text-transform: uppercase;
}

.coralos-destination p {
  max-width: 52ch;
  margin-top: 16px;
  color: #5e5952;
}

.coralos-destination strong {
  margin-top: auto;
  padding-top: 28px;
}

.coralos-destination-cloud {
  border-color: var(--coral);
  background: var(--coral);
  box-shadow: 6px 6px 0 var(--bone);
}

.coralos-destination-cloud:hover,
.coralos-destination-cloud:focus-visible {
  box-shadow: 9px 9px 0 var(--bone);
}

.coralos-destination-cloud > span,
.coralos-destination-cloud p {
  color: var(--ink);
}

.cta-section {
  border-top: 3px solid var(--ink);
  background: var(--coral);
  color: var(--ink);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  padding-block: 76px;
}

.cta-grid h2 {
  max-width: 13ch;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.site-footer {
  padding-block: 34px;
  border-top: 3px solid var(--bone);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
}

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

.footer-brand img {
  width: 36px;
  height: 36px;
}

.footer-grid > p {
  color: #aaa49a;
  font-size: 0.85rem;
  text-align: center;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-company {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: 40px;
  align-items: start;
  padding-top: 26px;
  border-top: 1px solid rgba(243, 239, 231, 0.2);
}

.footer-company > strong {
  color: var(--bone);
  font-family: var(--font-display);
  font-size: 1rem;
  text-transform: uppercase;
}

.faq-disclosure-action {
  display: flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.faq-disclosure-action i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--ink);
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.faq-disclosure-close {
  display: none;
}

.faq-disclosure[open] .faq-disclosure-open {
  display: none;
}

.faq-disclosure[open] .faq-disclosure-close {
  display: inline;
}

.faq-disclosure[open] .faq-disclosure-action i {
  transform: rotate(45deg);
  background: var(--ink);
  color: var(--bone);
}

.footer-company-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(243, 239, 231, 0.28);
}

.footer-company-links a {
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 13px 16px;
  border-right: 1px solid rgba(243, 239, 231, 0.28);
  transition: background-color 160ms var(--ease);
}

.footer-company-links a:last-child {
  border-right: 0;
}

.footer-company-links a:hover,
.footer-company-links a:focus-visible {
  background: rgba(231, 92, 45, 0.12);
}

.footer-company-links span {
  color: var(--coral);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-company-links b {
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 600;
}

.js:not(.gsap-ready) .hero .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 360ms var(--ease), transform 360ms var(--ease);
}

.js:not(.gsap-ready) .hero .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gsap-ready .connector i,
.gsap-ready .graph-route {
  animation: none;
}

@media (max-width: 1240px) {
  .benchmark-grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .benchmark-hero {
    min-height: 320px;
  }
}

@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 48px, 920px);
  }

  .site-header {
    padding-inline: 24px;
  }

  .hero-grid,
  .install-layout,
  .server-layout,
  .evidence-layout,
  .coralos-intro {
    grid-template-columns: minmax(0, 1fr);
  }

  .evidence-layout {
    grid-template-areas:
      "copy"
      "shot";
    gap: 32px;
  }

  .coralos-brand-panel {
    border-right: 0;
    border-bottom: 3px solid var(--bone);
  }

  .hero-grid {
    min-height: auto;
    padding-block: 84px 120px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.5rem, 6vw, 4.3rem);
  }

  .hero-system {
    max-width: 900px;
  }

  .hero-product-shot {
    max-width: 900px;
  }

  .coordination-demo {
    grid-template-columns: minmax(0, 1fr);
  }

  .coordination-graph {
    border-right: 0;
    border-bottom: 2px solid var(--bone);
  }

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

  .phase-button:nth-child(odd) {
    border-right: 1px solid rgba(243, 239, 231, 0.17);
  }

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

  .server-copy {
    position: static;
  }

  .install-copy h2,
  .server-copy h2,
  .evidence-copy h2 {
    max-width: 15ch;
  }

  .server-capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .capability {
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 160px minmax(0, 1fr);
  }

  .capability-media {
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 160px;
    grid-row: 1;
    border-right: 0;
    border-bottom: 3px solid var(--bone);
  }

  .capability-copy {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    padding: 20px 20px 22px;
  }

  .faq-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-bottom: 0;
  }

  .faq-disclosure[open] > .faq-heading {
    margin-bottom: 24px;
  }

  .faq-heading-note {
    max-width: 620px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-menu-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .site-menu-explore {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-menu-access {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 22px;
    padding-left: 0;
    border-top: 2px solid var(--line-light);
    border-left: 0;
  }

  .site-menu-access .site-menu-label,
  .site-menu-access .site-menu-cta {
    grid-column: 1 / -1;
  }

  .topology {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .topology-node {
    min-height: 108px;
  }

  .connector {
    width: 2px;
    height: 26px;
    margin-left: 34px;
  }

  .connector::after {
    top: auto;
    right: auto;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .connector i {
    top: -40%;
    left: 0;
    width: 100%;
    height: 40%;
    animation-name: route-signal-vertical;
  }

  @keyframes route-signal-vertical {
    to { top: 110%; }
  }

  .system-detail {
    grid-template-columns: 1fr;
  }

  .detail-state {
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
  }

  .system-log span:nth-child(2) {
    display: none;
  }

  .results-heading,
  .live-heading,
  .benchmark-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .results-heading {
    gap: 24px;
  }

  .live-heading {
    gap: 24px;
  }

  .live-heading h2 {
    max-width: 13ch;
  }

  .benchmark-hero {
    min-height: 350px;
  }

  .result-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .result-metric {
    min-height: 156px;
  }

  .steps-grid,
  .server-capabilities {
    grid-template-columns: minmax(0, 1fr);
  }

  .codex-focus-grid,
  .codex-fit {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .codex-focus-copy {
    order: -1;
  }

  .codex-seal {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
    gap: 0 24px;
  }

  .codex-seal.integration-seal {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
    padding: 0;
  }

  .integration-brand-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
  }

  .integration-brand {
    border-right: 1px solid var(--line-light);
    border-bottom: 0;
  }

  .integration-brand:nth-child(3) {
    border-right: 0;
  }

  .codex-seal-brand {
    grid-row: 1 / 4;
    align-content: center;
    padding: 0 24px 0 0;
    border-right: 2px solid var(--line-light);
    border-bottom: 0;
  }

  .codex-seal > strong {
    max-width: none;
    margin-top: 14px;
  }

  .codex-seal-agents {
    grid-column: 2;
  }

  .codex-seal > small {
    margin-top: 14px;
  }

  .codex-fit {
    margin-top: 34px;
  }

  .codex-fit-heading h3 {
    max-width: 18ch;
  }

  .codex-fit-item {
    grid-template-columns: minmax(140px, 0.68fr) minmax(0, 1.32fr);
  }

  .codex-fit-item p {
    grid-column: 2;
  }

  .codex-roadmap {
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  }

  .plans-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .step-card {
    min-height: 0;
    padding: 16px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .step-card h3 {
    font-size: 1.28rem;
  }

  .step-card p {
    margin-top: 9px;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .capability {
    min-height: 220px;
    grid-template-columns: minmax(118px, 0.78fr) minmax(0, 1.22fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .capability-media {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 214px;
    grid-column: 1;
    grid-row: 1;
    border-right: 3px solid var(--bone);
    border-bottom: 0;
  }

  .capability-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 16px 14px 16px 16px;
  }

  .capability-tag {
    margin-bottom: 9px;
    font-size: 0.66rem;
  }

  .capability h3 {
    margin-bottom: 6px;
    font-size: 1.24rem;
  }

  .capability p {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .server-capabilities {
    gap: 14px;
  }

  .cta-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cta-actions {
    align-items: flex-start;
  }

  .footer-grid > p {
    text-align: left;
  }

  .footer-company {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 36px);
  }

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

  .site-header {
    min-height: 68px;
    gap: 10px;
    padding: 12px 18px;
  }

  .brand {
    gap: 9px;
  }

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

  .brand-product {
    padding-left: 0;
    font-size: 0.88rem;
  }

  .site-header .button {
    min-height: 44px;
    padding: 8px 10px 7px;
    font-size: 0.62rem;
  }

  .header-actions {
    gap: 6px;
  }

  .nav-toggle {
    min-width: 88px;
    min-height: 44px;
    padding: 9px 10px 8px;
    font-size: 0.62rem;
  }

  .site-menu {
    max-height: calc(100dvh - 68px);
  }

  .site-menu-inner {
    padding-block: 18px 24px;
  }

  .site-menu-explore,
  .site-menu-access {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-menu-group > a {
    min-height: 68px;
  }

  .site-menu-access .site-menu-label,
  .site-menu-access .site-menu-cta {
    grid-column: 1;
  }

  .hero-grid {
    padding-block: 36px 68px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 9vw, 3.5rem);
  }

  .benchmark-row {
    min-height: 96px;
    grid-template-columns: minmax(0, 1fr) 92px 70px 72px;
    gap: 7px;
    padding: 14px 9px;
  }

  .benchmark-table-head {
    min-height: 48px;
    font-size: 0.56rem;
  }

  .benchmark-row b {
    font-size: 0.9rem;
  }

  .benchmark-row small {
    font-size: 0.56rem;
  }

  .benchmark-row strong {
    font-size: 1.05rem;
  }

  .benchmark-row > span:last-child {
    font-size: 0.72rem;
  }

  .benchmark-runtime strong {
    font-size: 0.88rem;
  }

  .benchmark-runtime-fast {
    padding: 7px 6px;
  }

  .benchmark-stamp {
    min-width: 54px;
    min-height: 32px;
    padding: 5px 5px 4px;
    border-width: 2px;
    outline-offset: 1px;
    font-size: 0.68rem !important;
    letter-spacing: 0.08em;
  }

  .benchmark-hero {
    min-height: 270px;
  }

  .result-metric {
    min-height: 132px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 8px;
    align-items: start;
    padding: 18px;
  }

  .result-metric strong {
    font-size: 2.7rem;
  }

  .result-metric > span:not(.result-metric-label) {
    font-size: 0.84rem;
  }

  .plan-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .plan-item {
    min-height: 0;
  }

  .benchmark-table {
    display: grid;
    gap: 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .benchmark-table-caption {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    padding: 14px 16px;
    border: 3px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
  }

  .benchmark-table-head {
    display: none;
  }

  .benchmark-row:not(.benchmark-table-head) {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 3px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
  }

  .benchmark-row:not(.benchmark-table-head) > span:first-child {
    grid-column: 1 / -1;
    min-height: 76px;
    padding: 16px;
    border-bottom: 2px solid var(--ink);
  }

  .benchmark-row:not(.benchmark-table-head) > [data-label] {
    position: relative;
    min-width: 0;
    min-height: 76px;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px 12px 10px;
    border: 0;
    outline: 1px solid var(--ink);
    outline-offset: -1px;
  }

  .benchmark-row:not(.benchmark-table-head) > [data-label]:last-child {
    min-height: 58px;
    grid-column: 1 / -1;
  }

  .benchmark-row:not(.benchmark-table-head) .benchmark-relationship {
    width: auto;
    justify-self: stretch;
  }

  .benchmark-row:not(.benchmark-table-head) > [data-label]::before {
    content: attr(data-label);
    position: absolute;
    top: 9px;
    left: 12px;
    color: #5e5952;
    font-family: var(--font-mono);
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .benchmark-row-win > [data-label]::before {
    color: var(--ink) !important;
  }

  .benchmark-row:not(.benchmark-table-head) .benchmark-stamp {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    justify-self: stretch;
    border: 0;
    outline: 1px solid var(--ink);
    transform: none;
  }

  .benchmark-row:not(.benchmark-table-head) .benchmark-stamp::before,
  .benchmark-row:not(.benchmark-table-head) .benchmark-stamp::after {
    display: none;
  }

  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-facts div,
  .hero-facts div + div {
    padding: 12px 8px;
  }

  .hero-facts div + div {
    border-top: 0;
    border-left: 1px solid var(--line-light);
  }

  .hero-facts dt {
    font-size: 0.54rem;
    letter-spacing: 0.07em;
  }

  .hero-facts dd {
    font-size: 0.74rem;
  }

  .system-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .topology {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 16px;
  }

  .topology-node {
    min-height: 96px;
  }

  .topology .connector {
    display: none;
  }

  .system-detail {
    padding: 20px 18px;
  }

  .system-log {
    flex-wrap: wrap;
  }

  .system-log .log-action {
    width: 100%;
    margin-left: 0;
    padding-top: 6px;
    padding-left: 0;
    border-left: 0;
  }

  .coordination-demo,
  .product-film {
    box-shadow: 4px 4px 0 var(--coral);
  }

  .graph-toolbar,
  .story-toolbar,
  .film-heading,
  .graph-event {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .graph-toolbar-meta {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .traffic-legend {
    gap: 8px;
  }

  .traffic-key {
    gap: 4px;
    font-size: 0.56rem;
  }

  .traffic-key::before {
    width: 6px;
    height: 6px;
    flex-basis: 6px;
  }

  .graph-canvas {
    min-height: 510px;
    background-size: 22px 22px;
  }

  .graph-routes-desktop {
    display: none;
  }

  .graph-routes-mobile {
    display: block;
  }

  .graph-routes-mobile .graph-route {
    stroke-width: 2;
    stroke-dasharray: 7 9;
    opacity: 0.32;
  }

  .coordination-demo[data-phase="request"] .graph-routes-mobile .route-request,
  .coordination-demo[data-phase="route"] .graph-routes-mobile .route-map,
  .coordination-demo[data-phase="review"] .graph-routes-mobile .route-review,
  .coordination-demo[data-phase="return"] .graph-routes-mobile .route-return {
    stroke-width: 4;
    opacity: 1;
  }

  .agent-node {
    width: calc(50% - 14px);
    min-height: 72px;
    padding: 8px;
  }

  .agent-node strong {
    font-size: 0.66rem;
  }

  .agent-node span,
  .agent-node small {
    font-size: 0.56rem;
  }

  .node-question {
    top: 1.5%;
  }

  .node-server {
    top: 27%;
  }

  .node-file-a { top: 41%; left: 5px; }
  .node-file-b { top: 41%; right: 5px; left: auto; }
  .node-peer-a { top: 61%; left: 5px; right: auto; }
  .node-peer-b { top: 61%; right: 5px; }

  .node-evidence {
    bottom: 3%;
  }

  .graph-event .event-action {
    margin-left: 0;
    padding-top: 6px;
    padding-left: 0;
    border-top: 1px solid var(--coral);
    border-left: 0;
  }

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

  .phase-button:nth-child(odd) {
    border-right: 1px solid rgba(243, 239, 231, 0.17);
  }

  .phase-button {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 3px 6px;
    padding: 14px 12px;
  }

  .phase-button small {
    font-size: 0.65rem;
  }

  .product-film {
    margin-top: 34px;
  }

  .film-heading {
    padding: 16px;
  }

  .film-label {
    display: none;
  }

  .codex-seal {
    min-height: 0;
    display: block;
    padding: 18px;
  }

  .codex-seal.integration-seal {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    padding: 0;
  }

  .integration-brand-list {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .integration-brand,
  .integration-brand:nth-child(odd),
  .integration-brand:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .integration-brand:last-child {
    border-bottom: 0;
  }

  .codex-seal-brand {
    display: flex;
    flex-direction: row;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 2px solid var(--line-light);
  }

  .codex-seal-brand img {
    width: 58px;
    height: 58px;
  }

  .codex-seal-brand span {
    font-size: 2.45rem;
  }

  .codex-seal > strong {
    display: block;
    max-width: none;
    margin-top: 15px;
    font-size: 2.15rem;
  }

  .codex-seal-agents {
    display: flex;
    margin-top: 12px;
  }

  .codex-seal > small {
    display: block;
    margin-top: 14px;
    padding-top: 12px;
  }

  .codex-fit {
    gap: 22px;
    margin-top: 28px;
    padding-top: 24px;
  }

  .codex-fit-heading h3 {
    font-size: 1.7rem;
  }

  .codex-fit-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    min-height: 0;
    padding: 16px;
  }

  .codex-fit-item p {
    grid-column: 1;
    font-size: 0.86rem;
  }

  .codex-fit-item h4 {
    font-size: 1.15rem;
  }

  .codex-roadmap {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  }

  .roadmap-state {
    padding: 14px 12px;
  }

  .roadmap-state strong {
    font-size: 1rem;
  }

  .roadmap-state > small {
    font-size: 0.5rem;
  }

  .preview-note {
    grid-template-columns: 1fr;
  }

  .preview-links {
    grid-column: 1;
  }

  .hero-rail span {
    padding: 9px 4px;
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .section {
    padding-block: 52px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .section-heading .kicker {
    margin-bottom: 0;
  }

  .steps-grid,
  .coralos-destinations {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .cta-grid {
    padding-block: 52px;
  }

  .install-command > code {
    padding: 18px;
  }

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

  .diff-stat {
    grid-column: 2;
  }

  .receipt-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

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

  .footer-company-links a {
    border-right: 0;
    border-bottom: 1px solid rgba(243, 239, 231, 0.28);
  }

  .footer-company-links a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: calc(100% - 28px);
  }

  body {
    min-width: 0;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-product {
    font-size: 0.8rem;
  }

  .site-header .button {
    padding-inline: 8px;
    font-size: 0.62rem;
  }

  h2 {
    max-width: none;
    font-size: clamp(2.05rem, 11vw, 2.65rem);
  }

  .hero h1 .coral-block {
    width: auto;
  }

  .section {
    padding-block: 48px;
  }

  .codex-seal > strong {
    font-size: 1.9rem;
  }

  .codex-seal-brand span {
    font-size: 2.2rem;
  }

  .codex-roadmap {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  }

  .roadmap-state {
    padding: 12px 10px;
  }

  .roadmap-state strong {
    font-size: 0.92rem;
  }

  .codex-fit-heading h3 {
    font-size: 1.55rem;
  }

  .install-layout {
    gap: 36px;
  }

  .install-notes li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .command-head {
    gap: 8px;
    padding: 10px 12px;
  }

  .copy-button {
    padding-inline: 7px;
    font-size: 0.6rem;
  }

  .install-command > code {
    padding: 16px;
    font-size: 0.74rem;
  }

  .preview-note {
    gap: 12px;
    padding: 18px;
  }

  .coralos-brand-panel,
  .coralos-copy {
    padding: 24px;
  }

  .coralos-brand-panel {
    gap: 28px;
  }

  .coralos-brand-panel img {
    width: min(100%, 280px);
  }

  .coralos-destinations {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .coralos-destination {
    min-height: 220px;
    padding: 22px;
  }

  .faq-item {
    padding: 0;
  }

  .faq-heading {
    padding: 20px;
  }

  .faq-heading-note {
    padding: 14px 0 0 16px;
  }

  .faq-item summary {
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 12px;
    padding: 12px 14px;
  }

  .faq-answer {
    padding: 18px 20px 22px;
  }

  .capability {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 156px minmax(0, 1fr);
  }

  .capability-media {
    width: 100%;
    height: 156px;
    min-height: 0;
    grid-column: 1;
    grid-row: 1;
    border-right: 0;
    border-bottom: 3px solid var(--bone);
  }

  .capability-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 17px 16px 18px;
  }

  .receipt-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

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

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
