:root {
  color-scheme: dark;
  --bg: #000000;
  --ink: #f8f0e7;
  --muted: rgba(248, 240, 231, 0.58);
  --soft: rgba(248, 240, 231, 0.78);
  --warm: #ff7a00;
  --hot: #ff235e;
  --violet: #8d22dd;
  --edge: rgba(255, 255, 255, 0.12);
  --edge-strong: rgba(255, 255, 255, 0.2);
  --panel: rgba(10, 10, 14, 0.88);
  --panel-solid: #0b0b0f;
  --content-width: min(1180px, calc(100vw - 48px));
  --hero-width: min(94vw, 1280px);
  font-family:
    "Inter",
    "SF Pro Display",
    "Segoe UI",
    Arial,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  overscroll-behavior-y: none;
  background: var(--bg);
  color: var(--ink);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

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

body {
  overflow-x: hidden;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.88)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.92)),
    url("../images/backgrounds/card-texture.jpg") center / cover no-repeat;
  opacity: 1;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.022),
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px,
      transparent 5px
    ),
    linear-gradient(115deg, transparent, rgba(255, 34, 88, 0.08) 52%, rgba(112, 24, 200, 0.09) 74%, transparent);
  opacity: 0.48;
}

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

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

button {
  color: inherit;
}

img,
video {
  max-width: 100%;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.84)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), transparent 46%, rgba(0, 0, 0, 0.76));
}

.page-shell::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, black 38%, black 100%);
  opacity: 0.32;
}

.page-shell::after {
  position: absolute;
  inset: 0;
  z-index: 5;
  content: "";
  pointer-events: none;
  background: #000;
  animation: pageWake 950ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: max(620px, calc(100svh - 28px));
  overflow: hidden;
  isolation: isolate;
  background: #000;
  place-items: center;
  padding: 64px clamp(24px, 5vw, 84px) 72px;
}

.hero-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.01);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent 46%, rgba(0, 0, 0, 0.78)),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018),
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 5px
    );
}

.hero-lockup {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: var(--hero-width);
  --brand-stack-gap: clamp(44px, 6.6vh, 66px);
  --button-stack-gap: clamp(56px, calc(var(--brand-stack-gap) + 1.2vw), 78px);
  transform: translateY(-3.2vh);
}

.hero-lockup::before {
  position: absolute;
  top: 19%;
  left: 50%;
  z-index: -1;
  width: min(76vw, 760px);
  height: 190px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.13), rgba(255, 35, 94, 0.15), rgba(141, 34, 221, 0.12));
  filter: blur(48px);
  opacity: 0;
  transform: translateX(-50%);
  animation:
    glowSettle 800ms ease 900ms forwards,
    glowBreathe 6200ms ease-in-out 1700ms infinite;
}

.split-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 960px);
  margin: 0;
  line-height: 0;
}

.os-wrap,
.mantic-wrap {
  display: block;
  line-height: 0;
}

.os-wrap {
  width: 35.2%;
  max-width: 350px;
  opacity: 0;
  animation: osIgnite 710ms steps(1, end) 90ms forwards;
}

.mantic-wrap {
  width: 65%;
  max-width: 640px;
  margin-left: clamp(12px, 1.7vw, 26px);
  opacity: 0;
  animation: manticIgnite 590ms steps(1, end) 440ms forwards;
}

.os-logo,
.mantic-name {
  display: block;
  width: 100%;
  height: auto;
}

.os-logo {
  filter: drop-shadow(0 0 10px rgba(255, 95, 0, 0.22));
}

.mantic-name {
  filter: drop-shadow(0 0 10px rgba(255, 34, 92, 0.12));
}

.service-strip {
  display: grid;
  justify-items: center;
  width: min(94vw, 1280px);
  margin-top: var(--brand-stack-gap);
  font-family:
    "Courier New",
    Courier,
    "Nimbus Mono PS",
    monospace;
  opacity: 0;
  animation: serviceIgnite 590ms steps(1, end) 440ms forwards;
}

.service-rule {
  display: none;
}

.service-rule span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--warm), var(--hot), var(--violet));
  box-shadow: 0 0 18px rgba(255, 35, 94, 0.24);
  transform: translateY(-50%);
}

.service-rule::before,
.service-rule::after {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.service-rule::before {
  left: -1px;
  color: var(--warm);
  box-shadow: 0 0 12px rgba(255, 122, 0, 0.18);
}

.service-rule::after {
  right: -1px;
  color: var(--hot);
  box-shadow: 0 0 12px rgba(255, 35, 94, 0.18);
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  max-width: 100%;
  margin: 0;
  background: linear-gradient(90deg, var(--warm), #ff512e 34%, var(--hot) 68%, #ec1f77);
  background-clip: text;
  color: transparent;
  font-size: 1.62rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 9px rgba(255, 64, 64, 0.14);
  white-space: normal;
}

.service-segment {
  display: inline-flex;
  white-space: nowrap;
}

.service-divider {
  margin-inline: 0.45ch;
}

.service-divider.is-wrap-hidden {
  display: none;
}

.hero-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: var(--button-stack-gap);
}

.contact-pill,
.github-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #3b1705, #3f0d22 58%, #2a1247),
    #260b18;
  box-shadow:
    0 0 16px rgba(255, 35, 94, 0.14),
    0 0 8px rgba(255, 122, 0, 0.08),
    inset 0 -10px 18px rgba(255, 35, 94, 0.08),
    inset 0 9px 18px rgba(255, 122, 0, 0.05);
  background-clip: border-box;
  color: #ff8a16;
  font-family:
    "Courier New",
    Courier,
    "Nimbus Mono PS",
    monospace;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: none;
  transition:
    box-shadow 180ms ease,
    filter 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.contact-pill span,
.github-pill span {
  background: linear-gradient(90deg, #ff8a16, #ff6840 42%, #ff2d68 78%, #dc3aff);
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 3px rgba(255, 64, 64, 0.1);
}

.contact-pill:hover,
.contact-pill:focus-visible,
.github-pill:hover,
.github-pill:focus-visible {
  box-shadow:
    0 0 22px rgba(255, 35, 94, 0.2),
    0 0 10px rgba(255, 122, 0, 0.1),
    inset 0 -10px 18px rgba(255, 35, 94, 0.1),
    inset 0 9px 18px rgba(255, 122, 0, 0.06);
  filter: saturate(1.05) brightness(1.05);
}

.contact-pill:focus-visible,
.github-pill:focus-visible {
  outline: 1px solid rgba(255, 35, 94, 0.4);
  outline-offset: 4px;
}

.github-pill {
  gap: 9px;
}

.github-mark {
  width: 1.08em;
  height: 1.08em;
  flex: 0 0 auto;
  fill: currentColor;
  filter: drop-shadow(0 0 3px rgba(255, 64, 64, 0.1));
}

@keyframes pageWake {
  0% {
    opacity: 0.96;
  }
  52% {
    opacity: 0.74;
  }
  100% {
    opacity: 0;
  }
}

@keyframes osIgnite {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0.35;
  }
  14% {
    opacity: 0.06;
  }
  22% {
    opacity: 0.72;
  }
  27% {
    opacity: 0.18;
  }
  39% {
    opacity: 0.95;
  }
  48% {
    opacity: 0.58;
  }
  63% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes manticIgnite {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.2;
  }
  23% {
    opacity: 0.04;
  }
  38% {
    opacity: 0.76;
  }
  46% {
    opacity: 0.38;
  }
  66% {
    opacity: 0.94;
  }
  100% {
    opacity: 1;
  }
}

@keyframes serviceIgnite {
  0% {
    opacity: 0;
    filter: drop-shadow(0 0 0 rgba(255, 35, 94, 0));
  }
  15% {
    opacity: 0.2;
    filter: drop-shadow(0 0 7px rgba(255, 122, 0, 0.12));
  }
  23% {
    opacity: 0.04;
    filter: drop-shadow(0 0 0 rgba(255, 35, 94, 0));
  }
  38% {
    opacity: 0.76;
    filter: drop-shadow(0 0 18px rgba(255, 35, 94, 0.18));
  }
  46% {
    opacity: 0.38;
    filter: drop-shadow(0 0 7px rgba(255, 122, 0, 0.1));
  }
  66% {
    opacity: 0.94;
    filter: drop-shadow(0 0 20px rgba(255, 35, 94, 0.16));
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(255, 35, 94, 0.1));
  }
}

@keyframes glowSettle {
  to {
    opacity: 0.72;
  }
}

@keyframes glowBreathe {
  0%,
  100% {
    opacity: 0.58;
    transform: translateX(-50%) scale(0.99);
  }
  50% {
    opacity: 0.82;
    transform: translateX(-50%) scale(1.04);
  }
}

:root {
  --ink-soft: rgba(248, 240, 231, 0.76);
  --quiet: rgba(248, 240, 231, 0.36);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.18);
  --panel: rgba(8, 7, 9, 0.82);
  --panel-strong: rgba(15, 12, 17, 0.9);
  --coral: #ff4d32;
  --magenta: #e51d83;
  --green: #31ee92;
  --max: min(1160px, calc(100vw - 48px));
  --hero-card-width: 100%;
  --hero-card-height: 100svh;
  --hero-logo-scale: 1;
}

html {
  background: var(--bg);
  scroll-padding-top: 60px;
}

body {
  min-height: 100%;
  overflow-x: hidden;
  background: linear-gradient(180deg, #000 0%, #010101 42%, #050406 100%);
  color: var(--ink);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.42;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.06), transparent 24%, transparent 72%, rgba(141, 34, 221, 0.08)),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 48%, #000 100%);
  opacity: 1;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border: 1px solid rgba(255, 79, 101, 0.7);
  border-radius: 6px;
  background: #080609;
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.44);
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  top: 18px;
  right: auto;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(960px, calc(100vw - 28px));
  min-height: 56px;
  padding: 7px 8px 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
  transition:
    top 220ms ease,
    width 220ms ease,
    min-height 220ms ease,
    padding 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-condensed {
  top: 8px;
  width: min(760px, calc(100vw - 36px));
  min-height: 46px;
  padding: 4px 6px 4px 11px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.84);
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.48);
}

.nav-brand,
.nav-links,
.header-contact-action {
  opacity: 0;
  animation: navReveal 640ms ease 920ms forwards;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  color: rgba(248, 240, 231, 0.88);
  line-height: 0;
}

.nav-brand img {
  display: block;
  width: 136px;
  height: auto;
  object-fit: contain;
  transition: width 220ms ease;
}

.site-header.is-condensed .nav-brand img {
  width: 108px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 30px);
  color: rgba(248, 240, 231, 0.58);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-links a,
.footer-inner a {
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--warm), var(--hot), var(--violet));
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="location"],
.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--ink);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="location"]::after {
  transform: scaleX(1);
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(82, 27, 5, 0.92), rgba(75, 13, 38, 0.92), rgba(48, 16, 78, 0.92));
  color: #ff8867;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    min-width 220ms ease,
    min-height 220ms ease,
    padding 220ms ease,
    color 160ms ease;
}

.site-header.is-condensed .nav-action {
  min-width: 82px;
  min-height: 34px;
  padding-inline: 15px;
}

.site-header .header-contact-action {
  min-width: 94px;
  min-height: 40px;
  padding: 0 18px;
  font-size: 0.78rem;
  white-space: nowrap;
  transition:
    min-width 220ms ease,
    min-height 220ms ease,
    padding 220ms ease,
    filter 160ms ease,
    transform 160ms ease;
}

.site-header.is-condensed .header-contact-action {
  min-width: 82px;
  min-height: 34px;
  padding-inline: 15px;
}

.site-header a:focus-visible,
.section a:focus-visible,
.section button:focus-visible,
.site-footer a:focus-visible,
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid rgba(255, 89, 92, 0.82);
  outline-offset: 3px;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
}

.page-shell::before,
.page-shell::after {
  display: none;
}

.hero-card-shell {
  z-index: 2;
  background: #000 url("../images/backgrounds/osmantic-hero-poster.jpg") center / cover no-repeat;
}

.hero-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: var(--hero-card-width);
  height: var(--hero-card-height);
  border: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  filter: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease;
}

.hero-background-video.has-played {
  opacity: 1;
}

.hero-background-video::-webkit-media-controls,
.hero-background-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.hero-video-action {
  position: absolute;
  top: clamp(86px, 10svh, 112px);
  left: clamp(18px, 3vw, 36px);
  z-index: 4;
  display: inline-grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.52);
  color: rgba(248, 240, 231, 0.72);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  cursor: pointer;
  opacity: 0.72;
  place-items: center;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

.hero-video-action[hidden] {
  display: none;
}

.hero-video-action:hover,
.hero-video-action:focus-visible {
  border-color: rgba(255, 111, 78, 0.5);
  color: #ff8f62;
  opacity: 1;
  transform: translateY(-1px);
}

.hero-video-action:focus-visible {
  outline: 2px solid rgba(255, 89, 92, 0.82);
  outline-offset: 3px;
}

.hero-video-action svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.hero {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 100svh;
  padding: 0;
  overflow: visible;
  background: transparent;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: auto;
  height: 26vh;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #000 92%);
}

.hero-lockup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: var(--hero-card-width);
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(var(--hero-logo-scale));
}

.hero-lockup::before {
  display: none;
}

.split-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(48vw, 780px);
  margin: 0;
  line-height: 0;
}

.hero-service-strip {
  display: grid;
  justify-items: center;
  width: min(88vw, 1180px);
  margin-top: clamp(32px, 5.2vh, 54px);
  font-family: "Courier New", Courier, "Nimbus Mono PS", monospace;
  opacity: 0;
  animation: heroServiceIgnite 620ms steps(1, end) 520ms forwards;
}

.hero-service-row {
  max-width: 100%;
  margin: 0;
  background: linear-gradient(90deg, var(--warm), #ff512e 34%, var(--hot) 68%, #ec1f77);
  background-clip: text;
  color: transparent;
  font-size: clamp(1rem, 1.52vw, 1.55rem);
  font-weight: 700;
  line-height: 1.58;
  text-align: center;
  text-shadow: 0 0 9px rgba(255, 64, 64, 0.11);
  white-space: nowrap;
}

.hero-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(32px, 5vh, 54px);
}

.hero-actions .solid-cta {
  white-space: nowrap;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 48px;
  margin-top: 0;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #3b1705, #3f0d22 58%, #2a1247),
    #260b18;
  box-shadow:
    0 0 16px rgba(255, 35, 94, 0.14),
    0 0 8px rgba(255, 122, 0, 0.08),
    inset 0 -10px 18px rgba(255, 35, 94, 0.08),
    inset 0 9px 18px rgba(255, 122, 0, 0.05);
  color: transparent;
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1;
  transition:
    box-shadow 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.contact-pill span {
  background: linear-gradient(90deg, #ff8a16, #ff6840 42%, #ff2d68 78%, #dc3aff);
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 3px rgba(255, 64, 64, 0.1);
  white-space: nowrap;
}

.contact-pill:hover,
.contact-pill:focus-visible {
  box-shadow:
    0 0 24px rgba(255, 35, 94, 0.2),
    0 0 10px rgba(255, 122, 0, 0.1),
    inset 0 -10px 18px rgba(255, 35, 94, 0.1),
    inset 0 9px 18px rgba(255, 122, 0, 0.06);
  filter: saturate(1.05) brightness(1.05);
  transform: translateY(-1px);
}

.github-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 170px;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(248, 240, 231, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.github-pill:hover,
.github-pill:focus-visible {
  border-color: rgba(255, 79, 101, 0.34);
  background: rgba(255, 35, 94, 0.07);
  color: rgba(248, 240, 231, 0.94);
  transform: translateY(-1px);
}

.github-mark {
  width: 1.08em;
  height: 1.08em;
  flex: 0 0 auto;
  fill: currentColor;
}

.section {
  position: relative;
  z-index: 2;
  padding: clamp(76px, 10vw, 132px) 0;
  border-top: 0;
}

.section + .section {
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 800ms ease,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

html[data-js="true"] .section.reveal:has(:target) {
  opacity: 1;
  transform: none;
}

html[data-js="true"] .section.reveal > .content-shell,
html[data-js="true"] .section.reveal.is-visible > .content-shell {
  opacity: 1;
  transform: none;
  transition: none;
}

.eyebrow,
.role {
  margin: 0;
  background: linear-gradient(90deg, var(--warm), var(--hot), var(--violet));
  background-clip: text;
  color: transparent;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section h2,
.section h3,
.section p {
  letter-spacing: 0;
}

.section h2 {
  max-width: none;
  margin: 14px 0 0;
  color: rgba(248, 240, 231, 0.96);
  font-size: clamp(2.3rem, 5vw, 5rem);
  font-weight: 560;
  line-height: 0.94;
}

.section-header {
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-header.compact {
  max-width: 920px;
}

.section-header p:not(.eyebrow),
.ods-system-intro p:not(.eyebrow),
.contact-copy p:not(.eyebrow),
.operator-grid p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
}

.savings-section {
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  place-items: center;
  padding: clamp(72px, 10vw, 136px) 24px;
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 35, 94, 0.15), transparent 30%),
    linear-gradient(90deg, rgba(255, 122, 0, 0.04), transparent 32%, transparent 68%, rgba(141, 34, 221, 0.06)),
    #000;
}

.savings-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.24;
}

.savings-section::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28%;
  z-index: -1;
  width: 28%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  opacity: 0;
  transform: skewX(-14deg);
}

.savings-section.is-animation-ready.is-active::after {
  animation: savingsScan 6.8s ease-in-out 1.4s infinite;
}

.savings-shell {
  display: grid;
  justify-items: center;
  width: min(960px, var(--max));
  text-align: center;
}

.savings-eyebrow {
  margin-bottom: clamp(22px, 3vw, 34px);
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.savings-lockup {
  display: grid;
  justify-items: center;
  width: 100%;
}

.savings-lockup::before,
.savings-lockup::after {
  width: min(720px, 100%);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.32), rgba(255, 35, 94, 0.26), rgba(141, 34, 221, 0.32), transparent);
  transform: scaleX(1);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.savings-lockup::before {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.savings-lockup::after {
  margin-top: clamp(26px, 4vw, 44px);
}

.savings-section.is-animation-ready .savings-lockup::before,
.savings-section.is-animation-ready .savings-lockup::after {
  transform: scaleX(0);
}

.savings-section.is-animation-ready.is-active .savings-lockup::before,
.savings-section.is-animation-ready.is-active .savings-lockup::after {
  transform: scaleX(1);
}

.savings-value {
  min-width: 4ch;
  background: linear-gradient(96deg, var(--warm) 8%, var(--hot) 49%, var(--violet) 92%);
  background-clip: text;
  color: transparent;
  font-size: clamp(7rem, 20vw, 15rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.82;
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: translateY(0) scale(1);
  transition:
    opacity 480ms ease,
    filter 900ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.savings-section.is-animation-ready .savings-value {
  opacity: 0;
  filter: blur(12px) saturate(1.25);
  transform: translateY(18px) scale(0.96);
}

.savings-section.is-animation-ready.is-active .savings-value {
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: translateY(0) scale(1);
}

.savings-copy {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin-top: clamp(20px, 3vw, 30px);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 600ms ease 420ms,
    transform 600ms ease 420ms;
}

.savings-section.is-animation-ready .savings-copy {
  opacity: 0;
  transform: translateY(12px);
}

.savings-section.is-animation-ready.is-active .savings-copy {
  opacity: 1;
  transform: translateY(0);
}

.savings-copy strong {
  color: rgba(248, 240, 231, 0.96);
  font-size: clamp(1.16rem, 1.8vw, 1.6rem);
  font-weight: 560;
  line-height: 1.15;
}

.savings-copy span {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.65;
}

.savings-actions .solid-cta {
  border-radius: 12px;
  white-space: nowrap;
}

.savings-direct-email {
  margin-top: 22px;
}

.savings-secondary {
  display: inline-block;
  padding: 6px 2px;
  border-bottom: 1px solid rgba(255, 143, 98, 0.34);
  color: rgba(255, 143, 98, 0.72);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.savings-secondary span {
  color: rgba(248, 240, 231, 0.94);
}

.savings-secondary:hover,
.savings-secondary:focus-visible {
  border-bottom-color: #ff8f62;
  color: #ff8f62;
}

@keyframes savingsScan {
  0%,
  18% {
    left: -28%;
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  62%,
  100% {
    left: 112%;
    opacity: 0;
  }
}

.operators-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 38%),
    transparent;
}

@keyframes navReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroServiceIgnite {
  0% { opacity: 0; filter: brightness(0) saturate(0); }
  15% { opacity: 0.2; filter: brightness(0.45) saturate(0.7); }
  23% { opacity: 0.04; filter: brightness(0) saturate(0); }
  38% { opacity: 0.76; filter: brightness(1) saturate(1); }
  46% { opacity: 0.38; filter: brightness(0.62) saturate(0.9); }
  66% { opacity: 0.94; filter: brightness(1.04) saturate(1.04); }
  100% { opacity: 1; filter: brightness(1) saturate(1); }
}

.ods-system-section {
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.04), transparent 32%, rgba(141, 34, 221, 0.065)),
    transparent;
}

.press-layout {
  position: relative;
  z-index: 2;
  display: block;
}

.press-story {
  display: block;
  min-width: 0;
}

.press-story blockquote {
  position: relative;
  margin: 0;
}

.press-story blockquote::before {
  position: absolute;
  top: -0.3em;
  left: -0.06em;
  z-index: -1;
  content: "“";
  color: rgba(255, 56, 99, 0.11);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8rem, 14vw, 13rem);
  line-height: 1;
}

.press-story blockquote p {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
  margin: 0;
}

.press-story blockquote p > span {
  display: block;
  max-width: 1050px;
  color: rgba(248, 240, 231, 0.96);
  font-size: clamp(1.875rem, 3.75vw, 3.9rem);
  font-weight: 530;
  line-height: 0.97;
}

.press-story blockquote p > span + span {
  max-width: 760px;
  margin-left: auto;
  color: rgba(248, 240, 231, 0.78);
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  line-height: 1.04;
  text-align: right;
}

.press-story blockquote p strong {
  background: linear-gradient(90deg, #ff8a16, #ff3f5f 54%, #ca4cff);
  background-clip: text;
  color: transparent;
  font-weight: inherit;
}

.press-quote-footer {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  margin-top: clamp(40px, 5vw, 64px);
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.press-person {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.press-avatar {
  position: relative;
  display: block;
  width: 84px;
  flex: 0 0 auto;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #070507;
  box-shadow:
    0 14px 42px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(255, 35, 94, 0.08);
}

.press-avatar::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.026),
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px,
      transparent 5px
    ),
    linear-gradient(145deg, rgba(255, 122, 0, 0.08), transparent 42%, rgba(141, 34, 221, 0.12));
}

.press-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.04) brightness(0.94);
  transform: scale(1.55);
  transform-origin: 50% 30%;
  transition:
    filter 500ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.press-section.is-visible .press-avatar img {
  filter: saturate(1) contrast(1.03) brightness(0.98);
  transform: scale(1.48);
}

.press-person-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.press-person-copy cite {
  color: rgba(248, 240, 231, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-style: normal;
  font-weight: 780;
}

.press-person-copy > span {
  color: rgba(248, 240, 231, 0.46);
  font-size: 0.8rem;
}

.press-source {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2.4vw, 28px);
  width: 100%;
  padding: 6px 0;
  text-align: right;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.press-source-credit {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
  color: rgba(248, 240, 231, 0.46);
  font-size: 0.75rem;
}

.press-source-kicker {
  color: #ff7e35;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.press-source-credit > strong {
  color: rgba(248, 240, 231, 0.96);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1;
}

.press-source-separator {
  color: rgba(248, 240, 231, 0.28);
}

.press-source-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: clamp(16px, 2vw, 24px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 240, 231, 0.7);
  font-size: 0.75rem;
  font-weight: 720;
  white-space: nowrap;
}

.press-source svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.press-source:hover,
.press-source:focus-visible {
  color: rgba(248, 240, 231, 0.98);
  transform: translateX(4px);
}

.press-source:hover svg,
.press-source:focus-visible svg {
  transform: translate(2px, -2px);
}

.ods-system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  grid-template-areas:
    "intro intro"
    "install repository"
    "command command";
  column-gap: clamp(14px, 1.8vw, 24px);
  row-gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.ods-system-intro {
  grid-area: intro;
}

.ods-system-intro h2 {
  max-width: 1120px;
  text-wrap: balance;
}

.ods-system-intro p:not(.eyebrow) {
  max-width: 980px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
  line-height: 1.72;
}

.ods-system-install {
  display: grid;
  grid-area: install;
  width: 100%;
  gap: 18px;
  align-content: start;
  min-width: 0;
}

.ods-demo-showcase {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(6, 5, 8, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 24px 80px rgba(0, 0, 0, 0.24);
}

.ods-demo-heading {
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ods-demo-heading h3 {
  margin: 0;
  color: rgba(248, 240, 231, 0.92);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 620;
  line-height: 1.2;
}

.ods-demo-caption {
  margin: 0;
  padding: 14px 18px 16px;
  color: rgba(248, 240, 231, 0.52);
  font-size: 0.8rem;
  line-height: 1.55;
}

.product-trust-line {
  max-width: 860px;
  color: rgba(248, 240, 231, 0.82) !important;
  font-weight: 650;
}

.terminal-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(6, 5, 7, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 18px 80px rgba(0, 0, 0, 0.22);
}

.ods-command {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.ods-command-block {
  grid-area: command;
  min-width: 0;
}

.terminal-top {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
}

.terminal-top > span {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--warm);
}

.terminal-top > span:nth-child(2) {
  background: var(--hot);
}

.terminal-top > span:nth-child(3) {
  background: var(--violet);
}

.terminal-top b {
  margin-left: auto;
  color: var(--muted);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.7rem;
  font-weight: 700;
}

.terminal-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 20px;
}

.ods-command code {
  display: block;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  color: rgba(248, 240, 231, 0.86);
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(0.74rem, 1.2vw, 0.92rem);
  line-height: 1.65;
  overflow-wrap: normal;
  scrollbar-width: thin;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.copy-command {
  min-width: 70px;
  min-height: 38px;
  border: 1px solid rgba(255, 122, 0, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: #ff9a66;
  cursor: pointer;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.74rem;
  font-weight: 800;
}

.copy-command:hover,
.copy-command:focus-visible {
  border-color: rgba(255, 79, 101, 0.5);
  background: rgba(255, 35, 94, 0.08);
}

.terminal-card p.command-status {
  min-height: 21px;
  margin: -6px 20px 13px;
  color: var(--muted);
  font-size: 0.76rem;
}

.terminal-card p.command-status:empty {
  min-height: 0;
  margin: 0;
}

.installer-channel-note {
  margin: 14px 2px 0 !important;
  color: var(--muted) !important;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem !important;
  line-height: 1.55 !important;
}

.repo-card {
  grid-area: repository;
  width: 100%;
  max-width: none;
  justify-self: end;
  padding: 0;
  overflow: hidden;
  border: 1px solid #30363d;
  border-radius: 8px;
  background: #0d1117;
  color: #f0f6fc;
  box-shadow:
    inset 0 1px 0 rgba(240, 246, 252, 0.045),
    0 24px 90px rgba(0, 0, 0, 0.3);
}

.repo-card-top,
.repo-card-foot {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.repo-card-top {
  border-bottom: 1px solid #21262d;
}

.repo-identity {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: 12px;
  align-items: flex-start;
}

.repo-logo {
  width: 44px;
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 10px rgba(255, 35, 94, 0.16));
}

.repo-heading {
  flex: 1 1 auto;
  min-width: 0;
}

.repo-title-row {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}

.repo-name {
  display: inline-flex;
  min-width: 0;
  gap: 4px;
  align-items: baseline;
  color: #58a6ff;
  font-size: 1.06rem;
  font-weight: 650;
  line-height: 1.35;
  white-space: nowrap;
}

.repo-name:hover,
.repo-name:focus-visible {
  text-decoration: underline;
}

.repo-name strong {
  color: inherit;
  font: inherit;
}

.repo-visibility {
  padding: 1px 7px;
  border: 1px solid #30363d;
  border-radius: 999px;
  color: #8b949e;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.7;
}

.repo-language {
  display: inline-flex;
  margin-left: 0;
  color: #8b949e;
  gap: 6px;
  align-items: center;
  font-size: 0.76rem;
  white-space: nowrap;
}

.repo-language i {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(240, 246, 252, 0.14);
  border-radius: 50%;
  background: #89e051;
}

.repo-heading p {
  margin: 4px 0 0;
  color: #8b949e;
  font-size: 0.85rem;
  white-space: nowrap;
}

.repo-stats {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}

.repo-stat {
  display: inline-flex;
  flex: 1 1 0;
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid #30363d;
  border-radius: 6px;
  background: #21262d;
  color: #f0f6fc;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
}

.repo-stat:hover,
.repo-stat:focus-visible {
  border-color: #8b949e;
  background: #30363d;
}

.repo-stat svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.repo-stat strong {
  color: #f0f6fc;
  font-size: 0.82rem;
  font-weight: 650;
}

.repo-stat span {
  color: #8b949e;
}

.repo-description {
  margin: 0;
  padding: 20px 24px 0;
  color: #8b949e;
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px 24px 22px;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 24px;
  color: #c9d1d9;
  font-size: 0.94rem;
  line-height: 1.45;
}

.service-list li::before {
  position: absolute;
  top: 0.04em;
  left: 0;
  content: "✓";
  color: #3fb950;
  font-size: 0.94rem;
  font-weight: 800;
}

.repo-card-foot {
  border-top: 1px solid #30363d;
  background: #161b22;
  font-family: inherit;
}

.repo-meta {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 18px;
  align-items: center;
  text-align: left;
}

.repo-meta > span {
  display: inline-flex;
  color: #8b949e;
  gap: 6px;
  align-items: center;
  font-size: 0.78rem;
}

.repo-license {
  margin-left: auto;
}

.repo-meta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.repo-card-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  text-align: right;
}

.repo-action {
  display: inline-flex;
  flex: 1 1 0;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid #30363d;
  border-radius: 6px;
  background: #21262d;
  color: #f0f6fc;
  gap: 7px;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.repo-action:hover,
.repo-action:focus-visible {
  border-color: #8b949e;
  background: #30363d;
}

.repo-action-primary {
  border-color: rgba(240, 246, 252, 0.1);
  background: #238636;
  color: #ffffff;
}

.repo-action-primary:hover,
.repo-action-primary:focus-visible {
  border-color: rgba(240, 246, 252, 0.16);
  background: #2ea043;
}

.repo-action .github-mark {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ods-dashboard-shell {
  margin-top: clamp(34px, 6vw, 72px);
}

.ods-dashboard-intro {
  display: grid;
  gap: 10px;
  max-width: 780px;
  margin-bottom: 18px;
}

.ods-preview-note {
  max-width: 680px;
  margin: 0;
  color: rgba(248, 240, 231, 0.64);
  font-size: 0.82rem;
  line-height: 1.55;
}

.section .ods-dashboard-intro h3 {
  margin: 0;
  color: rgba(248, 240, 231, 0.94);
  font-size: clamp(1.45rem, 2.7vw, 2.6rem);
  font-weight: 560;
  line-height: 1.04;
}

.ods-dashboard-preview {
  --ods-dashboard-gap: 12px;
  --ods-panel-padding: 16px;
  display: grid;
  grid-template-columns: minmax(170px, 0.22fr) minmax(0, 1fr);
  overflow: hidden;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  border: 1px solid rgba(255, 255, 255, 0.145);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 10%, rgba(174, 47, 255, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(255, 122, 0, 0.072), transparent 34%, rgba(141, 34, 221, 0.105)),
    linear-gradient(180deg, rgba(12, 10, 16, 0.96), rgba(3, 3, 7, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 32px 100px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(141, 34, 221, 0.08);
}

.ods-dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(91, 23, 135, 0.18), rgba(0, 0, 0, 0.42)),
    rgba(0, 0, 0, 0.26);
}

.ods-dashboard-sidebar img {
  width: 126px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(185, 72, 255, 0.2));
}

.ods-dashboard-sidebar > span {
  color: rgba(248, 240, 231, 0.48);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-wrap: balance;
  text-transform: uppercase;
}

.ods-dashboard-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.ods-dashboard-sidebar button,
.ods-view-tabs button {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(248, 240, 231, 0.58);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: left;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.ods-dashboard-sidebar button:hover,
.ods-dashboard-sidebar button:focus-visible,
.ods-view-tabs button:hover,
.ods-view-tabs button:focus-visible {
  border-color: rgba(255, 122, 0, 0.28);
  color: rgba(248, 240, 231, 0.84);
}

.ods-dashboard-sidebar button.is-active,
.ods-view-tabs button.is-active {
  border-color: rgba(174, 47, 255, 0.55);
  background: linear-gradient(90deg, rgba(141, 34, 221, 0.54), rgba(229, 29, 131, 0.2));
  color: rgba(248, 240, 231, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 24px rgba(141, 34, 221, 0.16);
}

.ods-dashboard-main {
  display: grid;
  gap: var(--ods-dashboard-gap);
  min-width: 0;
  padding: clamp(18px, 2.4vw, 26px);
}

.ods-view-tabs {
  display: none;
}

.ods-dashboard-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ods-dashboard-bar > div {
  display: grid;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
}

.ods-dashboard-bar span,
.ods-panel-heading span,
.ods-panel small {
  color: rgba(248, 240, 231, 0.42);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ods-dashboard-bar strong {
  color: rgba(248, 240, 231, 0.94);
  font-size: clamp(1.25rem, 1.8vw, 1.72rem);
  font-weight: 640;
  line-height: 1.12;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: normal;
}

.ods-dashboard-bar em,
.ods-panel-heading b {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid var(--ods-status-border, rgba(49, 238, 146, 0.22));
  border-radius: 999px;
  background: var(--ods-status-bg, rgba(49, 238, 146, 0.06));
  color: var(--ods-status-color, rgba(49, 238, 146, 0.86));
  font-family: "Courier New", Courier, monospace;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.ods-dashboard-bar em[hidden] {
  display: none;
}

[data-status-tone="ready"] {
  --ods-status-color: rgba(49, 238, 146, 0.88);
  --ods-status-border: rgba(49, 238, 146, 0.3);
  --ods-status-bg: rgba(49, 238, 146, 0.07);
}

[data-status-tone="supported"] {
  --ods-status-color: rgba(190, 91, 255, 0.9);
  --ods-status-border: rgba(174, 47, 255, 0.34);
  --ods-status-bg: rgba(174, 47, 255, 0.08);
}

[data-status-tone="available"] {
  --ods-status-color: rgba(255, 154, 52, 0.9);
  --ods-status-border: rgba(255, 122, 0, 0.32);
  --ods-status-bg: rgba(255, 122, 0, 0.07);
}

[data-status-tone="running"] {
  --ods-status-color: rgba(229, 29, 131, 0.9);
  --ods-status-border: rgba(229, 29, 131, 0.32);
  --ods-status-bg: rgba(229, 29, 131, 0.07);
}

.ods-view-panel {
  display: grid;
  gap: var(--ods-dashboard-gap);
}

.ods-view-panel[hidden] {
  display: none;
}

.ods-feature-row,
.telemetry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ods-dashboard-gap);
}

.ods-feature-row article,
.ods-panel,
.telemetry-grid div {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.014)),
    rgba(0, 0, 0, 0.2);
}

.ods-feature-row article {
  display: grid;
  gap: 6px;
  min-height: 66px;
  align-content: center;
  min-width: 0;
  padding: 13px var(--ods-panel-padding);
}

.ods-feature-row span {
  color: rgba(248, 240, 231, 0.44);
  font-size: 0.74rem;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.ods-feature-row strong {
  margin-top: 0;
  color: var(--ods-status-color, rgba(49, 238, 146, 0.86));
  font-family: "Courier New", Courier, monospace;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ods-feature-row strong.ods-status-wide {
  font-size: clamp(0.64rem, 1vw, 0.72rem);
  letter-spacing: 0.07em;
}

.ods-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(286px, 0.82fr);
  gap: 12px;
  margin-top: 0;
}

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

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

.ods-panel {
  min-width: 0;
  min-height: 0;
  padding: var(--ods-panel-padding);
}

.ods-panel p {
  margin: 0;
  color: rgba(248, 240, 231, 0.64);
  font-size: 0.92rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.ods-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ods-dashboard-gap);
  margin-bottom: var(--ods-panel-padding);
  min-width: 0;
}

.ods-panel-heading span {
  min-width: 0;
  line-height: 1.35;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.ods-metric-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ods-dashboard-gap);
}

.ods-metric-pair div,
.telemetry-grid div {
  display: grid;
  gap: 7px;
}

.ods-metric-pair div {
  min-width: 0;
}

.ods-metric-pair small {
  min-width: 0;
  line-height: 1.35;
  white-space: normal;
}

.telemetry-grid small {
  white-space: nowrap;
}

.ods-metric-pair strong,
.telemetry-grid strong {
  color: rgba(248, 240, 231, 0.94);
  font-weight: 700;
  line-height: 1;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.ods-metric-pair strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 6px;
  min-width: 0;
  font-size: clamp(1.52rem, 2.4vw, 2.35rem);
  white-space: normal;
}

.ods-metric-pair strong > span {
  color: rgba(248, 240, 231, 0.62);
  font-size: clamp(0.66rem, 0.9vw, 0.78rem);
  font-weight: 650;
  line-height: 1.15;
  white-space: nowrap;
}

.telemetry-grid strong {
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  white-space: nowrap;
}

.mini-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 82px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-chart span {
  flex: 1;
  min-width: 0;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgba(190, 91, 255, 0.96), rgba(255, 122, 0, 0.2));
  box-shadow: 0 0 18px rgba(174, 47, 255, 0.16);
}

.mini-chart span:nth-child(1) { height: 42%; }
.mini-chart span:nth-child(2) { height: 62%; }
.mini-chart span:nth-child(3) { height: 76%; }
.mini-chart span:nth-child(4) { height: 58%; }
.mini-chart span:nth-child(5) { height: 84%; }
.mini-chart span:nth-child(6) { height: 48%; }

.ods-services-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ods-services-panel li {
  --ods-service-status-color: rgba(49, 238, 146, 0.88);
  --ods-service-status-glow: rgba(49, 238, 146, 0.36);
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: rgba(248, 240, 231, 0.68);
  font-size: 0.8rem;
  line-height: 1.3;
}

.ods-services-panel .ods-service-dot,
.service-table div > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ods-service-status-color, var(--green));
  box-shadow: 0 0 14px var(--ods-service-status-glow, rgba(49, 238, 146, 0.36));
}

.ods-service-name {
  min-width: 0;
  white-space: nowrap;
}

.ods-services-panel li b,
.service-table strong {
  color: var(--ods-service-status-color, rgba(49, 238, 146, 0.84));
  font-family: "Courier New", Courier, monospace;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ods-services-panel li b {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.ods-services-panel li[data-service-status="supported"],
.service-table div[data-service-status="supported"] {
  --ods-service-status-color: rgba(190, 91, 255, 0.9);
  --ods-service-status-glow: rgba(174, 47, 255, 0.28);
}

.ods-services-panel li[data-service-status="ready"],
.service-table div[data-service-status="ready"] {
  --ods-service-status-color: rgba(49, 238, 146, 0.88);
  --ods-service-status-glow: rgba(49, 238, 146, 0.36);
}

.ods-services-panel li[data-service-status="available"],
.service-table div[data-service-status="available"] {
  --ods-service-status-color: rgba(255, 154, 52, 0.9);
  --ods-service-status-glow: rgba(255, 122, 0, 0.28);
}

.ods-services-panel li[data-service-status="offline"],
.service-table div[data-service-status="offline"] {
  --ods-service-status-color: rgba(248, 240, 231, 0.32);
  --ods-service-status-glow: transparent;
  color: rgba(248, 240, 231, 0.36);
}

.ods-services-panel li[data-service-status="offline"] .ods-service-dot,
.service-table div[data-service-status="offline"] > span {
  box-shadow: none;
}

.ods-services-panel li[data-service-status="running"],
.service-table div[data-service-status="running"] {
  --ods-service-status-color: rgba(229, 29, 131, 0.9);
  --ods-service-status-glow: rgba(229, 29, 131, 0.28);
}

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

.telemetry-grid div {
  min-height: 74px;
  min-width: 0;
  align-content: start;
  padding: var(--ods-panel-padding);
}

.telemetry-grid strong {
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
}

.ods-service-table {
  padding: 0;
  overflow: hidden;
}

.ods-service-table .ods-panel-heading {
  margin: 0;
  padding: var(--ods-panel-padding);
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.service-table {
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.service-table div {
  --ods-service-status-color: rgba(49, 238, 146, 0.88);
  --ods-service-status-glow: rgba(49, 238, 146, 0.36);
  display: grid;
  grid-template-columns:
    12px
    minmax(150px, 0.8fr)
    minmax(0, 1fr)
    minmax(112px, 0.3fr);
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 13px var(--ods-panel-padding);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background: transparent;
}

.service-table div:last-child {
  border-bottom: 0;
}

.service-table b {
  min-width: 0;
  font-size: 0.88rem;
}

.service-table em {
  width: 100%;
  min-width: 0;
  color: rgba(248, 240, 231, 0.52);
  font-size: 0.82rem;
  font-style: normal;
  justify-self: start;
  text-align: left;
}

.service-table strong {
  min-width: 0;
  justify-self: end;
  text-align: right;
}

.service-table div[data-service-status="offline"] em {
  color: rgba(248, 240, 231, 0.3);
}

.model-chart span:nth-child(1) { height: 70%; }
.model-chart span:nth-child(2) { height: 38%; }
.model-chart span:nth-child(3) { height: 82%; }
.model-chart span:nth-child(4) { height: 55%; }
.model-chart span:nth-child(5) { height: 92%; }
.model-chart span:nth-child(6) { height: 64%; }

.ods-demo-embed {
  position: relative;
  overflow: hidden;
  background: #050407;
}

.ods-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 0;
  background: #000;
  object-fit: cover;
}

.ods-video-action {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(98, 35, 5, 0.94), rgba(111, 23, 56, 0.94) 58%, rgba(77, 24, 126, 0.94)),
    rgba(7, 5, 9, 0.92);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: rgba(248, 240, 231, 0.94);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1;
  touch-action: manipulation;
  transform: translate(-50%, -50%);
  transition:
    border-color 160ms ease,
    filter 160ms ease,
    transform 160ms ease;
}

.ods-video-action:hover,
.ods-video-action:focus-visible {
  border-color: rgba(255, 114, 94, 0.42);
  filter: brightness(1.08) saturate(1.04);
  transform: translate(-50%, calc(-50% - 1px));
}

.ods-video-action[hidden] {
  display: none;
}

.ods-demo-noscript {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #09090d;
  color: rgba(248, 240, 231, 0.58);
  font-size: 0.8rem;
  line-height: 1.5;
}

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

.operator-section-copy {
  max-width: 860px;
  margin: 22px 0 0;
}

.operator-grid article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(7, 6, 8, 0.74);
}

.operator-grid figure,
.operator-grid .leader-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #070607;
}

.operator-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.operator-grid .leader-media img {
  object-position: center;
  filter: none;
  transform: none;
}

.operator-grid .operator-video-frame,
.operator-grid .operator-video-player iframe,
.operator-video-mount {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.operator-video-player {
  isolation: isolate;
}

.operator-video-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  background: #070607;
}

.operator-video-loading img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
}

.operator-video-facade {
  cursor: pointer;
  isolation: isolate;
}

.operator-video-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  width: 72px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0 0 8px 0;
  background: rgba(5, 4, 7, 0.32);
  color: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.operator-video-play::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ff7a00, #ff235e);
  content: "";
  transition: width 180ms ease;
}

.operator-video-play svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin: 0;
  fill: currentColor;
}

.operator-video-play-label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.operator-grid .operator-video-facade:hover img,
.operator-grid .operator-video-facade:focus-visible img {
  filter: brightness(0.84) saturate(1.04);
  transform: scale(1.012);
}

.operator-video-facade:hover .operator-video-play,
.operator-video-facade:focus-visible .operator-video-play {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(5, 4, 7, 0.68);
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

.operator-video-facade:hover .operator-video-play::before,
.operator-video-facade:focus-visible .operator-video-play::before {
  width: 100%;
}

.operator-video-facade:focus-visible {
  outline: 2px solid rgba(255, 98, 74, 0.9);
  outline-offset: -4px;
}

.operator-video-direct {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(5, 4, 7, 0.84);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.72rem;
  font-weight: 760;
}

.operator-grid .leader-media::before,
.operator-grid .leader-media::after {
  display: none;
}

.operator-grid .leader-media:hover img,
.operator-grid .leader-media:focus-visible img {
  filter: none;
  transform: none;
}

.operator-grid figcaption {
  position: absolute;
  bottom: 16px;
  left: 18px;
  color: rgba(248, 240, 231, 0.66);
  font-size: 0.74rem;
}

.operator-grid article > .operator-copy {
  display: grid;
  align-content: start;
  flex: 1;
  padding: clamp(24px, 3vw, 34px);
}

.operator-grid h3 {
  margin: 12px 0 0;
  color: rgba(248, 240, 231, 0.96);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 560;
  line-height: 1;
}

.operator-grid p:not(.role) {
  margin: 18px 0 0;
}

.operator-lede {
  color: rgba(248, 240, 231, 0.72);
  text-align: justify;
}

.operator-credits {
  display: grid;
  margin: clamp(24px, 3vw, 34px) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.105);
}

.operator-credits div {
  display: grid;
  grid-template-columns: minmax(92px, 0.28fr) 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.operator-credits dt {
  background: linear-gradient(90deg, var(--warm), var(--hot), var(--violet));
  background-clip: text;
  color: transparent;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.operator-credits dd {
  margin: 0;
  color: rgba(248, 240, 231, 0.68);
  font-size: clamp(0.92rem, 1.16vw, 1.02rem);
  line-height: 1.55;
}

.operator-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 24px;
}

.operator-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(248, 240, 231, 0.68);
  font-family: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.operator-links a:hover,
.operator-links a:focus-visible {
  border-color: rgba(255, 79, 101, 0.34);
  background: rgba(255, 35, 94, 0.065);
  color: rgba(248, 240, 231, 0.92);
}

@supports (grid-template-rows: subgrid) {
  @media (min-width: 1081px) {
    .operator-grid {
      grid-template-rows: repeat(9, auto);
      align-items: stretch;
      row-gap: 0;
    }

    .operator-grid > article {
      display: grid;
      grid-row: 1 / span 9;
      grid-template-rows: subgrid;
    }

    .operator-grid > article > .leader-media {
      grid-row: 1;
    }

    .operator-grid article > .operator-copy {
      display: grid;
      grid-row: 2 / span 8;
      grid-template-rows: subgrid;
      align-content: stretch;
      flex: none;
    }

    .operator-grid .operator-copy > .role {
      grid-row: 1;
    }

    .operator-grid .operator-copy > h3 {
      grid-row: 2;
    }

    .operator-grid .operator-copy > .operator-lede {
      grid-row: 3;
    }

    .operator-grid .operator-copy > .operator-credits {
      display: grid;
      grid-row: 4 / span 4;
      grid-template-rows: subgrid;
    }

    .operator-grid .operator-copy > .operator-links {
      grid-row: 8;
    }
  }
}

.founder-media-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(18px, 4vw, 42px);
}

.founder-media-strip figure {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 4);
  aspect-ratio: 4 / 3;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #070607;
}

.founder-media-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.93) contrast(1.02) brightness(0.88);
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.founder-media-strip figure:nth-child(1) img {
  object-position: center 42%;
}

.founder-media-strip figure:nth-child(3) img {
  object-position: 74% center;
}

.founder-media-strip figure:nth-child(7) img {
  object-position: 50% 36%;
}

.founder-media-strip figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.82));
}

.founder-media-strip figcaption {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 12px;
  z-index: 1;
  color: rgba(248, 240, 231, 0.68);
  font-size: 0.72rem;
  line-height: 1.35;
}

.founder-media-strip figure:hover img {
  filter: saturate(1) contrast(1.04) brightness(0.94);
  transform: scale(1.018);
}

.press-section,
.contact-section {
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 122, 0, 0.075), transparent 26%, transparent 72%, rgba(141, 34, 221, 0.1)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(141, 34, 221, 0.08)),
    #000;
  isolation: isolate;
}

.contact-section {
  padding-bottom: 30px;
}

@media (min-width: 1081px) {
  .contact-section {
    padding-bottom: 90px;
  }
}

.press-section::before,
.contact-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 24%, #000 74%, transparent 100%);
  opacity: 0.32;
}

.press-section::after,
.contact-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 44%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 35, 94, 0.075) 54%, rgba(0, 0, 0, 0.92));
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas:
    "copy form"
    "methods form";
  grid-template-rows: auto 1fr;
  column-gap: clamp(36px, 6vw, 80px);
  row-gap: 0;
  align-items: start;
}

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

.contact-copy p:not(.eyebrow) {
  margin: 24px 0 0;
}

.solid-cta,
.quiet-cta,
.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 780;
  transition:
    transform 160ms ease,
    filter 160ms ease,
    border-color 160ms ease;
}

.solid-cta,
.form-submit {
  background: linear-gradient(90deg, #622305, #6f1738 58%, #4d187e);
  color: rgba(248, 240, 231, 0.92);
  box-shadow: 0 18px 54px rgba(255, 35, 94, 0.12);
}

.quiet-cta {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(248, 240, 231, 0.72);
}

.solid-cta:hover,
.solid-cta:focus-visible,
.quiet-cta:hover,
.quiet-cta:focus-visible,
.form-submit:hover,
.form-submit:focus-visible {
  filter: brightness(1.08) saturate(1.05);
  transform: translateY(-1px);
}

.contact-form {
  grid-area: form;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(6, 5, 7, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 18px 80px rgba(0, 0, 0, 0.22);
}

.contact-form > * {
  min-width: 0;
}

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form .form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form .full,
.contact-form .form-actions,
.contact-form .form-note,
.contact-form .form-status {
  grid-column: 1 / -1;
}

.contact-form .form-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: rgba(248, 240, 231, 0.68);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 760;
}

.contact-form .form-requirement {
  color: rgba(248, 240, 231, 0.38);
  font-size: 0.62rem;
  font-weight: 680;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form .form-requirement.is-required {
  color: rgba(255, 143, 98, 0.82);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(248, 240, 231, 0.9);
  outline: none;
}

.contact-form input,
.contact-form select {
  height: 46px;
  min-height: 46px;
  padding: 0 13px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(248, 240, 231, 0.3);
  opacity: 1;
}

.contact-form select:required:invalid {
  color: rgba(248, 240, 231, 0.34);
}

.contact-form select option {
  background: #0a090b;
  color: rgba(248, 240, 231, 0.9);
}

.contact-form textarea {
  min-height: 132px;
  padding: 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 79, 101, 0.46);
  box-shadow: 0 0 0 3px rgba(255, 35, 94, 0.08);
}

.contact-form .form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
  margin-top: 0;
}

.contact-form .form-actions > * {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding-inline: 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 1.15;
  white-space: nowrap;
}

.contact-form .form-actions .form-submit {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

.contact-form .form-submit[aria-disabled="true"],
.contact-form .form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.contact-form [aria-invalid="true"] {
  border-color: rgba(255, 83, 72, 0.9);
  box-shadow: 0 0 0 3px rgba(255, 83, 72, 0.08);
}

.field-error {
  margin: 0;
  color: rgba(255, 151, 143, 0.92);
  font-size: 0.7rem;
  font-weight: 620;
  line-height: 1.35;
}

.field-error:empty {
  display: none;
}

.form-status {
  margin: 0;
  color: rgba(248, 240, 231, 0.5);
  font-size: 0.82rem;
  line-height: 1.5;
}

.contact-direct {
  margin: 0;
  color: rgba(248, 240, 231, 0.64);
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-note a,
.contact-direct a {
  color: #ff8f62;
}

.form-note {
  position: relative;
  width: 100%;
  margin: -6px 0 0;
  padding-top: 7px;
  border-top: 0;
  color: rgba(248, 240, 231, 0.34);
  font-size: 0.62rem;
  line-height: 1.35;
  text-align: right;
  justify-self: stretch;
}

.form-note::before {
  position: absolute;
  top: 0;
  right: -4px;
  left: -4px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.09);
}

.form-status {
  min-height: 0;
  margin-top: -2px;
  outline: none;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="success"] {
  color: rgba(49, 238, 146, 0.86);
}

.form-status[data-state="error"] {
  color: rgba(255, 135, 126, 0.92);
}

.contact-methods-row {
  grid-area: methods;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  margin-top: 14px;
}

.contact-methods-row p.contact-direct {
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(248, 240, 231, 0.64);
  font-size: 0.82rem;
  line-height: 1.55;
}

.contact-direct a {
  font-weight: inherit;
  white-space: nowrap;
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 32px;
  color: rgba(248, 240, 231, 0.5);
  font-family: inherit;
  font-size: 0.8rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  color: rgba(248, 240, 231, 0.78);
  line-height: 0;
}

.footer-brand img {
  display: block;
  width: 112px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.footer-link-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.footer-meta-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer-meta {
  color: rgba(248, 240, 231, 0.42);
  white-space: nowrap;
}

.contact-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 4px;
  margin: 0;
}

.contact-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: rgba(248, 240, 231, 0.66);
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.contact-social-link:hover,
.contact-social-link:focus-visible {
  background: transparent;
  color: #ff8f62;
  transform: translateY(-1px);
}

.contact-social-icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

@media (max-width: 1080px) {
  :root {
    --max: min(92vw, 860px);
  }

  .split-lockup {
    width: min(60vw, 640px);
  }

  .hero-service-strip {
    width: min(92vw, 920px);
    margin-top: clamp(28px, 4.4vh, 44px);
  }

  .hero-service-row {
    font-size: clamp(0.86rem, 1.82vw, 1.12rem);
    line-height: 1.6;
  }

  .contact-layout,
  .ods-system-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-areas:
      "copy"
      "form"
      "methods";
    grid-template-rows: auto;
    row-gap: 0;
  }

  .contact-form {
    margin-top: 28px;
  }

  .contact-methods-row {
    margin-top: 14px;
  }

  .press-story blockquote p > span {
    font-size: clamp(1.7625rem, 4.05vw, 3.2625rem);
  }

  .press-story blockquote p > span + span {
    margin-left: auto;
    font-size: clamp(1.6rem, 3.5vw, 2.55rem);
  }

  .ods-system-grid {
    grid-template-areas:
      "intro"
      "install"
      "repository"
      "command";
    width: var(--max);
  }

  .contact-copy,
  .ods-system-intro {
    position: static;
  }

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

  .ods-dashboard-sidebar {
    grid-template-columns: auto 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .ods-dashboard-sidebar nav {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ods-dashboard-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .ods-detail-grid article:last-child:nth-child(3) {
    grid-column: 1 / -1;
  }

  .ods-telemetry-panel {
    grid-column: 1 / -1;
  }

  .founder-media-strip {
    justify-content: center;
  }

  .founder-media-strip figure {
    flex-basis: calc((100% - 24px) / 3);
  }

  .repo-card {
    max-width: 680px;
  }

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

@media (max-width: 760px) {
  :root {
    --max: min(calc(100vw - 32px), 430px);
  }

  .site-header {
    top: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 50px;
    padding: 6px 7px 6px 13px;
  }

  .site-header.is-condensed {
    top: 6px;
    width: calc(100vw - 36px);
    min-height: 44px;
    padding: 4px 5px 4px 10px;
  }

  .nav-links {
    display: none;
  }

  .nav-brand img {
    width: 118px;
  }

  .site-header.is-condensed .nav-brand img {
    width: 100px;
  }

  .nav-action {
    min-width: 82px;
    min-height: 36px;
  }

  .site-header .header-contact-action {
    min-width: 82px;
    min-height: 36px;
  }

  .site-header.is-condensed .nav-action {
    min-width: 76px;
    min-height: 34px;
    padding-inline: 13px;
  }

  .site-header.is-condensed .header-contact-action {
    min-width: 76px;
    min-height: 34px;
    padding-inline: 13px;
  }

  .hero {
    min-height: 100svh;
  }

  .savings-section {
    min-height: 100svh;
    padding-inline: 20px;
  }

  .savings-value {
    font-size: clamp(6rem, 31vw, 8rem);
  }

  .savings-copy {
    max-width: 310px;
  }

  .savings-actions .solid-cta {
    max-width: 100%;
    min-height: 52px;
    padding-block: 10px;
    line-height: 1.25;
    white-space: normal;
  }

  .split-lockup {
    width: min(86vw, 315px);
  }

  .os-wrap {
    width: 34%;
  }

  .mantic-wrap {
    width: 64%;
    margin-left: 8px;
  }

  .hero-service-strip {
    width: min(86vw, 330px);
    margin-top: 30px;
  }

  .hero-service-row {
    font-size: 0.68rem;
    line-height: 1.62;
    white-space: normal;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 30px;
  }

  #hero .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(86vw, 330px);
  }

  #hero .hero-actions > a {
    width: 100%;
    min-width: 0;
  }

  .hero-video-action {
    top: 72px;
    left: 16px;
    width: 36px;
    height: 36px;
  }

  .contact-pill {
    min-width: 142px;
    min-height: 44px;
    padding: 0 24px;
    font-size: 1rem;
  }

  .github-pill {
    min-width: 158px;
    min-height: 44px;
    padding: 0 20px;
    font-size: 0.82rem;
  }

  .section {
    padding: 68px 0;
  }

  .contact-section {
    padding-bottom: 30px;
  }

  .press-story blockquote p > span {
    font-size: clamp(1.5rem, 7.05vw, 2.25rem);
    line-height: 1;
  }

  .press-story blockquote p > span + span {
    margin-left: auto;
    font-size: clamp(1.45rem, 6.8vw, 2.05rem);
    line-height: 1.04;
  }

  .press-quote-desktop-break {
    display: none;
  }

  .press-quote-footer {
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(132px, 0.92fr);
    gap: 14px;
    margin-top: 40px;
    padding: 24px 0;
  }

  .press-person {
    gap: 10px;
  }

  .press-avatar {
    width: 58px;
  }

  .press-person-copy {
    gap: 4px;
  }

  .press-person-copy cite {
    font-size: 0.88rem;
    line-height: 1.2;
  }

  .press-person-copy > span {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .press-source {
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 0 0 0 14px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    text-align: right;
  }

  .press-source-credit {
    justify-content: flex-end;
    gap: 4px;
    font-size: 0.68rem;
  }

  .press-source-credit time {
    flex-basis: auto;
  }

  .press-source-kicker {
    font-size: 0.58rem;
  }

  .press-source-credit > strong {
    font-size: clamp(0.92rem, 3vw, 1.08rem);
    line-height: 1.1;
  }

  .press-source-separator {
    display: none;
  }

  .press-source-action {
    padding-left: 0;
    border-left: 0;
    font-size: 0.68rem;
  }

  .press-source:hover,
  .press-source:focus-visible {
    transform: none;
  }

  .ods-system-grid {
    gap: 26px;
  }

  .section .ods-system-intro h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .ods-system-intro p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.62;
  }

  .terminal-command {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 16px;
  }

  .copy-command {
    width: auto;
  }

  .repo-card-top,
  .repo-card-foot {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .repo-card-links {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
  }

  .repo-action {
    flex: 1 1 auto;
  }

  .ods-dashboard-sidebar {
    display: none;
  }

  .ods-dashboard-main {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px;
  }

  .ods-dashboard-bar {
    display: contents;
  }

  .ods-dashboard-bar > div {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 1;
    gap: 6px;
  }

  .ods-dashboard-bar em {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: end;
  }

  .ods-view-tabs {
    display: grid;
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ods-dashboard-main:has(.ods-dashboard-bar em[hidden]) .ods-view-tabs {
    grid-column: 1 / -1;
  }

  .ods-view-panel {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .ods-view-tabs button {
    text-align: center;
  }

  .ods-dashboard-grid,
  .ods-detail-grid {
    grid-template-columns: 1fr;
  }

  .ods-detail-grid article:last-child:nth-child(3) {
    grid-column: auto;
  }

  .ods-feature-row,
  .ods-metric-pair,
  .telemetry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ods-panel {
    padding: 16px;
  }

  .ods-services-panel li {
    grid-template-columns: 12px minmax(0, 1fr);
  }

  .ods-services-panel li b {
    display: none;
  }

  .service-table div {
    grid-template-columns: 12px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 13px 14px;
  }

  .service-table em {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .repo-stats {
    justify-content: flex-start;
  }

  .service-list {
    padding: 20px;
  }

  .operator-grid {
    gap: 14px;
  }

  .founder-media-strip figure {
    flex-basis: 100%;
    aspect-ratio: 16 / 9;
  }

  .operator-grid article > .operator-copy {
    padding: 22px;
  }

  .operator-credits div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .operator-grid h3 {
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }

  .section h2 {
    font-size: clamp(2.15rem, 12vw, 3.4rem);
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-note {
    font-size: min(0.44rem, 1.4vw);
    white-space: nowrap;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .contact-form .form-submit {
    width: 100%;
  }

  .footer-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "links links"
      "brand meta";
    align-items: center;
    justify-items: stretch;
    column-gap: 14px;
    row-gap: 14px;
  }

  .footer-brand {
    grid-area: brand;
  }

  .footer-link-nav {
    grid-area: links;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    font-size: 0.72rem;
  }

  .footer-link-nav a {
    white-space: nowrap;
  }

  .footer-meta-group {
    grid-area: meta;
    justify-content: flex-end;
    min-width: 0;
  }

  .footer-brand img {
    width: 100px;
  }

  .footer-meta {
    font-size: 0.72rem;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .press-quote-footer {
    grid-template-columns: minmax(0, 1.08fr) minmax(118px, 0.92fr);
    gap: 10px;
  }

  .press-person {
    gap: 8px;
  }

  .press-avatar {
    width: 48px;
  }

  .press-person-copy cite {
    font-size: 0.8rem;
  }

  .press-person-copy > span {
    font-size: 0.62rem;
  }

  .press-source {
    padding-left: 10px;
  }

  .press-source-credit > strong {
    font-size: 0.92rem;
  }

  .contact-methods-row {
    gap: 6px;
  }

  .contact-methods-row p.contact-direct {
    font-size: 0.68rem;
  }

  .contact-social {
    gap: 2px;
  }

  .contact-social-link {
    width: 28px;
    height: 28px;
  }

  .ods-service-table .ods-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .repo-identity {
    gap: 8px;
  }

  .repo-logo {
    width: 34px;
  }

  .repo-title-row {
    gap: 6px;
  }

  .repo-name {
    font-size: 0.94rem;
  }

  .repo-visibility {
    padding-inline: 5px;
    font-size: 0.62rem;
  }

  .repo-language {
    gap: 4px;
    font-size: 0.7rem;
  }

  .repo-language i {
    width: 8px;
    height: 8px;
  }

  .split-lockup {
    width: min(84vw, 292px);
  }

  .hero-service-strip {
    width: min(84vw, 300px);
  }

  .hero-service-row {
    font-size: 0.64rem;
  }
}

@media (max-width: 350px) {
  .ods-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ods-metric-pair {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-force-motion="true"]) *,
  html:not([data-force-motion="true"]) *::before,
  html:not([data-force-motion="true"]) *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  html:not([data-force-motion="true"]) .os-wrap,
  html:not([data-force-motion="true"]) .mantic-wrap,
  html:not([data-force-motion="true"]) .hero-service-strip,
  html:not([data-force-motion="true"]) .nav-brand,
  html:not([data-force-motion="true"]) .nav-links,
  html:not([data-force-motion="true"]) .header-contact-action,
  html:not([data-force-motion="true"]) .reveal {
    opacity: 1;
    transform: none;
  }

  html:not([data-force-motion="true"]) .savings-section::after {
    display: none;
  }

  html:not([data-force-motion="true"]) .hero-video-action {
    display: none !important;
  }

  html:not([data-force-motion="true"]) .savings-lockup::before,
  html:not([data-force-motion="true"]) .savings-lockup::after {
    transform: scaleX(1);
  }

  html:not([data-force-motion="true"]) .savings-value,
  html:not([data-force-motion="true"]) .savings-copy {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
