:root {
  --white: #ffffff;
  --black: #000000;
  --charcoal: #282828;
  --ink: #050505;
  --light-accent: #dad9d9;
  --orange: #ff5b1a;
  --header-height: 76px;
  --role-subnav-height: 54px;
}

/* Nymph product v3: asymmetric system layout and motion */
.nymph-hero {
  min-height: min(980px, 94vh);
}

.nymph-scan-field {
  position: absolute;
  inset: var(--header-height) 0 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.58;
}

.nymph-scan-field::before,
.nymph-scan-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(98, 224, 210, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 224, 210, 0.08) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at 60% 48%, black, transparent 68%);
}

.nymph-scan-field::after {
  background-image: linear-gradient(90deg, transparent, rgba(98, 224, 210, 0.22), transparent);
  background-size: 360px 100%;
  animation: nymph-sweep 7s linear infinite;
}

.nymph-scan-field span {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #62e0d2;
  background: #62e0d2;
  box-shadow: 0 0 22px rgba(98, 224, 210, 0.8);
  animation: nymph-pulse 2.8s ease-in-out infinite;
}

.nymph-scan-field span:nth-child(1) {
  top: 28%;
  left: 56%;
}

.nymph-scan-field span:nth-child(2) {
  top: 52%;
  left: 74%;
  animation-delay: 600ms;
}

.nymph-scan-field span:nth-child(3) {
  top: 67%;
  left: 43%;
  animation-delay: 1.1s;
}

.nymph-scan-field span:nth-child(4) {
  top: 39%;
  left: 86%;
  animation-delay: 1.6s;
}

.nymph-command-card {
  position: relative;
  overflow: hidden;
}

.nymph-command-map {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    #080808;
  background-size: 52px 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.nymph-command-map::before,
.nymph-command-map::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(98, 224, 210, 0.28);
}

.nymph-command-map::after {
  inset: 48px 78px 44px 38px;
  border-color: rgba(255, 91, 26, 0.48);
  animation: nymph-route 4s ease-in-out infinite;
}

.nymph-command-map i {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--orange);
  box-shadow: 0 0 20px rgba(255, 91, 26, 0.8);
  animation: nymph-node 3s ease-in-out infinite;
}

.nymph-command-map i:nth-child(1) {
  top: 34px;
  left: 42px;
}

.nymph-command-map i:nth-child(2) {
  top: 84px;
  right: 62px;
  animation-delay: 500ms;
}

.nymph-command-map i:nth-child(3) {
  right: 112px;
  bottom: 42px;
  animation-delay: 1s;
}

.nymph-command-map i:nth-child(4) {
  left: 102px;
  bottom: 68px;
  background: #62e0d2;
  box-shadow: 0 0 20px rgba(98, 224, 210, 0.9);
  animation-delay: 1.5s;
}

.nymph-signal-band {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #080808;
}

.nymph-signal-band div {
  display: flex;
  width: max-content;
  animation: nymph-ticker 26s linear infinite;
}

.nymph-signal-band span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 34px;
  color: var(--light-accent);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
}

.role-biologist-proof-banner {
  width: 100%;
  overflow: hidden;
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.role-biologist-proof-label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 4vw;
  color: #62e0d2;
  background: #080808;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.role-biologist-proof-label i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.role-biologist-proof-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.role-biologist-proof-banner figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #080808;
}

.role-biologist-proof-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.role-biologist-proof-banner figcaption {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.role-biologist-proof-banner figcaption span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  color: #050505;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.role-biologist-proof-banner time {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.9rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.78);
}

.role-biologist-proof-banner figure:hover img {
  transform: scale(1.045);
}

.nymph-capabilities {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: stretch;
}

.nymph-capabilities article {
  position: relative;
  min-height: 460px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nymph-capabilities article::after {
  content: "";
  position: absolute;
  inset: auto 28px 28px auto;
  width: 42px;
  height: 42px;
  border-top: 1px solid rgba(98, 224, 210, 0.6);
  border-right: 1px solid rgba(98, 224, 210, 0.6);
  opacity: 0.7;
}

.nymph-capabilities article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(98, 224, 210, 0.16), transparent),
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.72));
  opacity: 0;
  transform: translateX(-35%);
  transition: opacity 180ms ease, transform 420ms ease;
  pointer-events: none;
}

.nymph-capabilities article:hover {
  background: #151515;
  border-color: rgba(98, 224, 210, 0.55);
  transform: translateY(-4px);
}

.nymph-capabilities article:hover::before {
  opacity: 0;
  transform: none;
}

.nymph-capabilities article:hover img {
  transform: scale(1.035);
}

.nymph-capabilities .tile-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 760px;
}

.nymph-capabilities .tile-tall {
  grid-row: span 2;
  min-height: 760px;
}

.nymph-capabilities .tile-large h3 {
  max-width: 12ch;
  font-size: clamp(3rem, 5.2vw, 6.2rem);
}

.nymph-capabilities .tile-large p {
  max-width: 680px;
  font-size: 1.2rem;
}

.nymph-capabilities ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-width: 360px;
  margin: 20px 0 26px;
  padding: 0;
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  list-style: none;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 220ms ease;
}

.nymph-capabilities li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nymph-capabilities li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #62e0d2;
  box-shadow: 0 0 14px rgba(98, 224, 210, 0.7);
}

.nymph-capabilities article:hover ul {
  opacity: 1;
  transform: translateY(0);
}

.nymph-capabilities article > span,
.nymph-capabilities h3,
.nymph-capabilities p,
.nymph-capabilities img {
  position: relative;
  z-index: 1;
}

.nymph-capabilities img {
  transition: transform 260ms ease;
}

.nymph-system {
  align-items: stretch;
}

.nymph-system-board {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(190px, auto);
}

.nymph-system-board article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
  min-height: 0;
  overflow: hidden;
}

.nymph-system-board article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0 54%, rgba(98, 224, 210, 0.08) 54% 55%, transparent 55%);
  opacity: 0.8;
}

.system-sense {
  grid-column: span 3;
  grid-row: span 2;
}

.system-context {
  grid-column: span 3;
}

.system-reason {
  grid-column: span 2;
}

.system-command {
  grid-column: span 4;
}

.nymph-journey-grid {
  grid-template-columns: 1.25fr 0.9fr 1.15fr 0.7fr;
}

.nymph-journey-grid article {
  position: relative;
  overflow: hidden;
}

.nymph-journey-grid strong {
  position: absolute;
  right: 18px;
  bottom: -26px;
  color: rgba(255, 255, 255, 0.06);
  font-family: Sora, system-ui, sans-serif;
  font-size: 9rem;
  line-height: 1;
}

.nymph-video-plan {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.65fr);
}

.nymph-video-stack article:nth-child(2) {
  min-height: 280px;
}

@keyframes nymph-sweep {
  from {
    background-position: -420px 0;
  }
  to {
    background-position: calc(100vw + 420px) 0;
  }
}

@keyframes nymph-pulse {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.35;
  }
  45% {
    transform: scale(1.8);
    opacity: 1;
  }
}

@keyframes nymph-route {
  0%,
  100% {
    clip-path: inset(0 88% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes nymph-node {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.82);
  }
  45% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes nymph-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .nymph-scan-field span {
    display: none;
  }

  .nymph-command-map {
    min-height: 150px;
  }

  .nymph-capabilities,
  .nymph-system-board,
  .nymph-journey-grid,
  .nymph-video-plan {
    grid-template-columns: 1fr;
  }

  .nymph-capabilities .tile-large,
  .nymph-capabilities .tile-tall,
  .system-sense,
  .system-context,
  .system-reason,
  .system-command {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .nymph-capabilities article {
    min-height: 0;
  }

  .role-biologist-proof-label {
    padding-inline: 6vw;
  }

  .role-biologist-proof-row {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .role-biologist-proof-banner figure {
    scroll-snap-align: start;
  }

  .nymph-capabilities ul {
    opacity: 1;
    transform: none;
  }

  .nymph-capabilities .tile-large h3 {
    font-size: clamp(2.1rem, 10vw, 3.3rem);
  }

  .nymph-journey-grid strong {
    font-size: 6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nymph-scan-field::after,
  .nymph-scan-field span,
  .nymph-command-map::after,
  .nymph-command-map i,
  .nymph-signal-band div {
    animation: none;
  }

  .nymph-capabilities article,
  .nymph-capabilities img,
  .role-biologist-proof-banner img {
    transition: none;
  }
}

.nymph-page {
  min-height: 100vh;
  color: var(--white);
  background: #050505;
  overflow-x: hidden;
  padding-top: var(--header-height);
}

.nymph-page * {
  min-width: 0;
}

.nymph-eyebrow,
.nymph-command-card span,
.nymph-product-rail span,
.nymph-capabilities span,
.nymph-system-board span,
.nymph-wide-media span,
.nymph-journey-grid span,
.nymph-video-plan span {
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nymph-hero {
  position: relative;
  display: grid;
  min-height: min(980px, 94vh);
  padding: calc(var(--header-height) + 42px) 4vw 0;
  overflow: hidden;
  isolation: isolate;
}

.nymph-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.62) 50%, rgba(0, 0, 0, 0.88)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.76));
}

.nymph-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--black);
}

.nymph-hero-media video,
.nymph-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nymph-hero-media video {
  z-index: 1;
}

.nymph-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(42px, 6vw, 92px);
  align-items: end;
  width: min(1340px, 100%);
  margin: 0 auto;
  padding-bottom: clamp(54px, 8vh, 86px);
}

.nymph-hero-copy h1,
.nymph-statement h2,
.nymph-system h2,
.nymph-wide-media h2,
.nymph-section-header h2,
.nymph-video-main h2,
.nymph-final-cta h2 {
  margin: 0;
  font-family: Sora, system-ui, sans-serif;
  line-height: 0.96;
  letter-spacing: 0;
}

.nymph-hero-copy h1 {
  max-width: 1080px;
  font-size: clamp(4rem, 8.2vw, 8.9rem);
  overflow-wrap: anywhere;
}

.nymph-hero-copy > p {
  max-width: 780px;
  margin: 28px 0 0;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.98rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
}

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

.nymph-command-card {
  display: grid;
  gap: 22px;
  padding: 24px;
  background: rgba(11, 11, 11, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.nymph-command-card strong {
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.85rem, 2.4vw, 2.65rem);
  line-height: 1;
}

.nymph-command-card dl {
  display: grid;
  gap: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.14);
}

.nymph-command-card div {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 16px;
  padding: 14px 0;
  background: #101010;
}

.nymph-command-card dt,
.nymph-command-card dd {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.35;
}

.nymph-command-card dt {
  color: var(--orange);
  text-transform: uppercase;
}

.nymph-command-card dd {
  color: var(--light-accent);
}

.nymph-product-rail {
  position: sticky;
  top: var(--header-height);
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.nymph-product-rail a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 4vw;
  color: var(--white);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nymph-product-rail a:hover {
  color: var(--orange);
}

.nymph-statement,
.nymph-system,
.nymph-journey,
.nymph-video-plan,
.nymph-final-cta {
  width: min(1340px, calc(100% - 8vw));
  margin: 0 auto;
}

.nymph-statement {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 1fr);
  gap: clamp(36px, 8vw, 130px);
  align-items: start;
  padding: clamp(82px, 11vw, 150px) 0 clamp(52px, 7vw, 92px);
}

.nymph-statement p {
  margin: 0;
  color: var(--light-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.nymph-statement h2,
.nymph-system h2,
.nymph-section-header h2,
.nymph-final-cta h2 {
  font-size: clamp(3rem, 6.1vw, 7rem);
}

.nymph-system h2 {
  max-width: 8.5ch;
  font-size: clamp(3rem, 5vw, 5.5rem);
}

.nymph-capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.nymph-capabilities article {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 600px;
  padding: 28px;
  overflow: hidden;
  background: #101010;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.nymph-capabilities h3 {
  max-width: 11ch;
  margin: 86px 0 0;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2rem, 2.7vw, 3.2rem);
  line-height: 1;
}

.nymph-capabilities p,
.nymph-system p,
.nymph-journey-grid p,
.nymph-video-plan p,
.nymph-final-cta p {
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  line-height: 1.5;
}

.nymph-capabilities p {
  margin: 18px 0 26px;
  font-size: 1.04rem;
}

.nymph-capabilities img {
  align-self: end;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--charcoal);
  filter: saturate(0.88) contrast(1.08);
}

.nymph-system {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: start;
  padding: clamp(80px, 11vw, 150px) 0;
}

.nymph-system > div:first-child p:not(.nymph-eyebrow) {
  max-width: 640px;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
}

.nymph-system-board {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.nymph-system-board article {
  display: grid;
  grid-template-columns: minmax(110px, 0.28fr) 1fr;
  align-items: center;
  gap: 28px;
  min-height: 132px;
  padding: 26px;
  background: #101010;
}

.nymph-system-board strong {
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.7rem);
  line-height: 1.03;
}

.nymph-wide-media {
  position: relative;
  display: grid;
  min-height: min(760px, 80vh);
  overflow: hidden;
  background: var(--black);
}

.nymph-wide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.62);
}

.nymph-wide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.65));
}

.nymph-wide-media div {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(1340px, calc(100% - 8vw));
  margin: 0 auto;
  padding-bottom: clamp(42px, 7vw, 86px);
}

.nymph-wide-media h2 {
  max-width: 880px;
  margin-top: 16px;
  font-size: clamp(2.6rem, 5.8vw, 6.4rem);
}

.home-page {
  min-height: 100vh;
  color: var(--white);
  background: #050505;
  overflow: visible;
}

.home-hero {
  min-height: calc(100vh - var(--header-height));
}

.home-primary-hero {
  min-height: 100vh;
  min-height: 100svh;
}

.home-primary-hero .home-hero-copy {
  padding-top: calc(var(--header-height) + clamp(40px, 8vh, 96px));
  padding-bottom: clamp(72px, 10vh, 132px);
}

.home-hero.nymph-wide-media img {
  filter: saturate(0.96) contrast(1.02) brightness(0.9);
}

.home-hero.nymph-wide-media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.16) 52%, rgba(0, 0, 0, 0.42)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 54%);
}

.home-hero-copy {
  display: grid;
  gap: 18px;
}

.home-hero-copy h1,
.home-section-head h2,
.home-journey-grid strong {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  letter-spacing: 0;
}

.home-hero-copy h1 {
  max-width: min(1240px, 100%);
  font-size: clamp(3.8rem, 8vw, 8.6rem);
  line-height: 0.94;
}

.home-motion-title {
  display: grid;
  gap: 0.02em;
}

.home-motion-title span {
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
}

.home-motion-prefix {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-wrap: nowrap;
}

.home-role-motion {
  position: relative;
  display: block;
  min-height: 1.95em;
  color: var(--white);
}

.home-role-motion-text {
  display: block;
  width: min(18ch, 100%);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  will-change: opacity, transform;
}

.home-role-motion-text.is-switching {
  opacity: 0;
  transform: translateY(-0.22em);
}

.home-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.5;
}

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

.home-hero .home-actions {
  width: auto;
  margin-inline: 0;
  padding-bottom: 0;
}

.home-product-scroll {
  --product-progress: 0;
  --product-rotate-x: 6deg;
  --product-rotate-y: -8deg;
  --product-rotate-z: -0.8deg;
  --product-translate-x: 0vw;
  --product-translate-y: 44px;
  --product-scale: 0.94;
  --product-entrance-y: 64px;
  --product-opacity: 0.16;
  --product-glow: 0.24;
  --product-glow-opacity: 0;
  --product-reflection: 0.12;
  --product-reflection-opacity: 0;
  position: relative;
  min-height: 235vh;
  color: var(--white);
  background: #000000;
  overflow: visible;
}

.home-scroll-sticky {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  margin: 0 auto;
  padding: calc(var(--header-height) + clamp(4px, 1.5vh, 20px)) 4vw clamp(28px, 4vh, 52px);
  perspective: 1900px;
  overflow: hidden;
}

.product-cinema-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  isolation: isolate;
  width: min(1500px, 100%);
  min-height: min(760px, 74svh);
  margin: 0;
  perspective: 1800px;
  pointer-events: none;
}

.product-cinema-glow {
  position: absolute;
  inset: 15vh 4vw 6vh;
  z-index: 0;
  background:
    radial-gradient(circle at 28% 44%, rgba(255, 105, 42, 0.22), transparent 32%),
    radial-gradient(circle at 72% 42%, rgba(95, 240, 224, 0.2), transparent 34%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  filter: blur(34px);
  opacity: var(--product-glow-opacity);
  transform: translate3d(0, calc(var(--product-translate-y) * 0.32), 0);
}

.product-cinema-panel {
  --product-bezel: clamp(7px, 0.62vw, 10px);
  position: relative;
  z-index: 2;
  width: min(1420px, 92vw);
  aspect-ratio: 16 / 9;
  padding: var(--product-bezel);
  box-sizing: border-box;
  overflow: hidden;
  background: #050606;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(16px, 1.45vw, 24px);
  box-shadow:
    0 50px 140px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 160px rgba(95, 240, 224, calc(var(--product-progress) * 0.14));
  opacity: var(--product-opacity);
  transform:
    translate3d(var(--product-translate-x), calc(var(--product-translate-y) + var(--product-entrance-y)), 0)
    rotateX(var(--product-rotate-x))
    rotateY(var(--product-rotate-y))
    rotateZ(var(--product-rotate-z))
    scale(var(--product-scale));
  transform-origin: 50% 52%;
  transform-style: preserve-3d;
  transition:
    opacity 120ms linear,
    transform 100ms linear;
  will-change: opacity, transform;
}

.product-cinema-panel::before,
.product-cinema-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.product-cinema-panel::before {
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.16), transparent 14%, transparent 80%, rgba(255, 255, 255, 0.04)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.08), transparent 18%, rgba(255, 255, 255, 0.035));
  mix-blend-mode: screen;
}

.product-cinema-panel::after {
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.product-cinema-panel video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #090909;
  border-radius: clamp(9px, 0.9vw, 15px);
  filter: saturate(1.04) contrast(1.05) brightness(0.95);
  transform: scale(1.13);
  transform-origin: center;
  will-change: transform;
}

@media (max-width: 1200px) {
  .product-cinema-panel {
    width: min(84vw, 960px);
  }
}

.product-cinema-reflection {
  position: absolute;
  bottom: clamp(38px, 6vh, 82px);
  z-index: 1;
  width: min(82vw, 1160px);
  height: clamp(34px, 4.8vw, 74px);
  background:
    linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.58) 16%, rgba(255, 255, 255, 0.18) 51%, rgba(0, 0, 0, 0.56) 84%, transparent);
  border-radius: 999px;
  filter: blur(24px);
  opacity: var(--product-reflection-opacity);
  transform:
    translate3d(calc(var(--product-translate-x) * 0.08), calc((var(--product-translate-y) + var(--product-entrance-y)) * 0.12), 0)
    scaleX(calc(0.78 + var(--product-progress) * 0.16));
}

.home-product-proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(180deg, #000000, #060606 36%, #050505),
    #050505;
  padding: var(--header-height) 4vw 0;
}

.home-product-proof-head {
  display: grid;
  gap: 22px;
  width: 100%;
  margin: 0;
}

.home-product-proof-head .kicker {
  margin: 0;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-product-proof-head h2 {
  max-width: 8.2em;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3.2rem, 6.8vw, 8.2rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
}

.home-product-proof-head h2 span {
  color: var(--orange);
}

.home-product-proof-head p:not(.kicker) {
  max-width: 640px;
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.54;
}

.home-product-proof {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.home-product-proof article {
  display: block;
  min-height: 0;
  padding: clamp(26px, 4.2vh, 48px) 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: none;
}

.home-product-proof article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-product-proof span {
  display: block;
  margin: 0 0 12px;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(0.66rem, 0.78vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-product-proof h3 {
  max-width: 12.5em;
  margin: 0 0 12px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.58rem, 2.05vw, 2.55rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.home-product-proof p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  line-height: 1.54;
}

.home-journey {
  width: min(1340px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 132px) 0 clamp(90px, 11vw, 150px);
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.home-section-head .kicker,
.home-journey-grid span {
  margin: 0;
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-section-head h2 {
  max-width: 900px;
  font-size: clamp(2.7rem, 5.8vw, 6.5rem);
  line-height: 0.96;
}

.home-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.home-journey-grid a {
  display: grid;
  align-content: space-between;
  min-height: 330px;
  padding: clamp(22px, 3vw, 34px);
  color: var(--white);
  background: #101010;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.home-journey-grid a:hover {
  background: #171717;
  transform: translateY(-3px);
}

.home-journey-grid strong {
  display: block;
  max-width: 11ch;
  margin-top: 74px;
  font-size: clamp(1.85rem, 2.8vw, 3.3rem);
  line-height: 1;
}

.home-journey-grid p {
  margin: 22px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.5;
}

.nymph-journey {
  padding: clamp(80px, 11vw, 150px) 0;
}

.nymph-section-header {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) 1fr;
  gap: clamp(36px, 7vw, 100px);
  margin-bottom: 34px;
}

.nymph-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.nymph-journey-grid article {
  min-height: 310px;
  padding: 28px;
  background: #101010;
}

.nymph-journey-grid p {
  margin: 96px 0 0;
  font-size: 1.04rem;
}

.nymph-video-plan {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 18px;
  padding-bottom: clamp(80px, 10vw, 140px);
}

.nymph-video-main {
  position: relative;
  display: grid;
  min-height: 660px;
  overflow: hidden;
  background: var(--black);
}

.nymph-video-main video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nymph-video-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82));
}

.nymph-video-main div {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 36px;
}

.nymph-video-main h2 {
  max-width: 760px;
  margin-top: 16px;
  font-size: clamp(2.4rem, 5vw, 5.8rem);
}

.nymph-video-main p {
  max-width: 620px;
  font-size: 1.15rem;
}

.nymph-video-stack {
  display: grid;
  gap: 18px;
}

.nymph-video-stack article {
  display: grid;
  align-content: start;
  min-height: 208px;
  padding: 26px;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.nymph-video-stack h3 {
  margin: 46px 0 0;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.7rem);
  line-height: 1.04;
}

.nymph-final-cta {
  display: grid;
  justify-items: start;
  gap: 28px;
  padding: clamp(76px, 10vw, 132px) 0;
  border-top: 1px solid var(--orange);
}

.nymph-final-cta h2 {
  max-width: 980px;
}

.nymph-final-cta .button {
  min-height: 46px;
}

@media (max-width: 900px) {
  .nymph-hero {
    min-height: 820px;
    padding: calc(var(--header-height) + 46px) 6vw 0;
  }

  .nymph-hero-grid,
  .nymph-statement,
  .nymph-system,
  .nymph-section-header,
  .nymph-journey-grid,
  .nymph-video-plan,
  .nymph-system-board article {
    grid-template-columns: 1fr;
  }

  .nymph-hero-grid {
    gap: 28px;
    padding-bottom: 44px;
  }

  .nymph-hero-copy h1 {
    max-width: 330px;
    font-size: clamp(2.55rem, 11vw, 3.2rem);
    line-height: 1.03;
  }

  .nymph-hero-copy > p {
    max-width: 33ch;
    font-size: 0.94rem;
  }

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

  .nymph-actions {
    max-width: 300px;
  }

  .nymph-actions .button {
    min-height: 52px;
    padding-inline: 16px;
  }

  .nymph-command-card {
    padding: 20px;
  }

  .nymph-command-card div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px;
  }

  .nymph-command-card dd {
    overflow-wrap: anywhere;
  }

  .nymph-product-rail {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .nymph-product-rail a {
    min-height: 52px;
    padding-inline: 6vw;
    font-size: 0.74rem;
  }

  .nymph-statement,
  .nymph-system,
  .nymph-journey,
  .nymph-video-plan,
  .nymph-final-cta {
    width: calc(100% - 12vw);
  }

  .nymph-statement h2,
  .nymph-system h2,
  .nymph-section-header h2,
  .nymph-final-cta h2 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 3.05rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .nymph-statement p {
    max-width: 27ch;
  }

  .nymph-statement h2 {
    max-width: 9ch;
  }

  .nymph-capabilities {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .nymph-capabilities article {
    min-height: 0;
    padding: 24px 6vw;
  }

  .nymph-capabilities h3 {
    max-width: 12ch;
    margin-top: 48px;
  }

  .nymph-system,
  .nymph-journey {
    padding-block: 62px;
  }

  .nymph-system-board article,
  .nymph-journey-grid article,
  .nymph-video-stack article {
    min-height: 0;
  }

  .nymph-wide-media {
    min-height: 560px;
  }

  .home-hero {
    min-height: calc(100vh - var(--header-height));
  }

  .home-hero-copy h1 {
    max-width: 330px;
    font-size: clamp(2.6rem, 12vw, 3.7rem);
    line-height: 1;
  }

  .home-primary-hero .home-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.35rem, 6.6vw, 2.35rem);
  }

  .home-role-motion {
    min-height: 3em;
  }

  .home-role-motion-text {
    width: min(11.5ch, 100%);
  }

  .home-hero-copy p {
    max-width: 32ch;
    font-size: 1rem;
  }

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

  .home-actions {
    max-width: 300px;
  }

  .home-actions .button {
    min-height: 52px;
    padding-inline: 16px;
  }

  .home-product-scroll {
    min-height: 190vh;
  }

  .home-scroll-sticky {
    grid-template-columns: 1fr;
    gap: 22px;
    align-content: center;
    padding: calc(var(--header-height) + 8px) 6vw 36px;
  }

  .product-cinema-stage {
    min-height: 72vh;
    transform: translateY(24px);
  }

  .product-cinema-glow {
    inset: 18vh -18vw 6vh;
  }

  .product-cinema-panel {
    width: min(82vw, 600px);
    max-width: 100%;
  }

  .product-cinema-reflection {
    width: min(92vw, 620px);
  }

  .home-product-proof-section {
    display: block;
    min-height: auto;
    padding: 0 6vw;
  }

  .home-product-proof-head h2 {
    font-size: clamp(2.2rem, 9vw, 3.7rem);
    line-height: 0.98;
  }

  .home-product-proof {
    grid-template-columns: 1fr;
    min-height: 0;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    overflow: visible;
  }

  .home-product-proof article {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 24px 0;
  }

  .home-product-proof span,
  .home-product-proof h3,
  .home-product-proof p {
    grid-column: auto;
    grid-row: auto;
  }

  .home-product-proof h3 {
    max-width: 100%;
    font-size: clamp(1.32rem, 6vw, 1.72rem);
  }

  .home-journey {
    width: calc(100% - 12vw);
    padding-block: 62px;
  }

  .home-section-head,
  .home-journey-grid {
    grid-template-columns: 1fr;
  }

  .home-section-head h2 {
    font-size: clamp(2.25rem, 10vw, 3.1rem);
    line-height: 1.04;
  }

  .home-journey-grid a {
    min-height: 0;
  }

  .home-journey-grid strong {
    margin-top: 48px;
  }

  .nymph-wide-media h2,
  .nymph-video-main h2 {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .nymph-journey-grid p {
    margin-top: 54px;
  }

  .nymph-video-main {
    min-height: 560px;
  }

  .nymph-video-stack h3 {
    margin-top: 36px;
  }
}

@media (max-width: 600px) {
  .nymph-wide-media h2 {
    max-width: 12ch;
    font-size: 2.5rem;
    line-height: 1.04;
    overflow-wrap: normal;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--header-height);
  padding: 10px 4vw;
  color: var(--white);
  background: rgba(5, 5, 5, 0.94);
  transition:
    min-height 180ms ease,
    padding 180ms ease,
    background 180ms ease,
    opacity 180ms ease,
    backdrop-filter 180ms ease;
}

.logo-link {
  display: block;
  width: min(188px, 44vw);
  transition: width 180ms ease;
}

.logo-link img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.15vw;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(0.9rem, 1.35vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0;
  transition:
    gap 180ms ease,
    font-size 180ms ease;
}

@media (min-width: 901px) {
  body.is-product-cinema-active .site-header {
    min-height: 58px;
    padding-block: 7px;
    background: rgba(5, 5, 5, 0.42);
    opacity: 0.36;
    backdrop-filter: blur(14px);
  }

  body.is-product-cinema-active .site-header:hover,
  body.is-product-cinema-active .site-header:focus-within {
    background: rgba(5, 5, 5, 0.86);
    opacity: 1;
  }

  body.is-product-cinema-active .logo-link {
    width: min(146px, 38vw);
  }

  body.is-product-cinema-active .site-nav {
    gap: 1.55vw;
    font-size: clamp(0.74rem, 1vw, 0.92rem);
  }
}

.site-nav a {
  line-height: 1.1;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.footer-nav a:hover,
.site-nav a.active {
  color: var(--orange);
}

.site-nav a.active {
  color: var(--orange);
  border-bottom-color: transparent;
}

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

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: var(--header-height) 4vw 9vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/pages/home-hero-video-poster.png");
  background-position: 50% 50%;
  background-size: cover;
}

.hero-media video {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-media video[data-fade-video] {
  opacity: 0;
  transition: opacity 280ms ease;
}

.hero-media video[data-fade-video].is-ready {
  opacity: 1;
}

.hero-media img,
.hero-media video,
.page-video img,
.page-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.24)),
    rgba(0, 0, 0, 0.04);
}

.hero-content {
  display: grid;
  align-content: end;
  justify-items: center;
  width: min(1500px, 100%);
  margin: 0 auto;
}

.hero-content p {
  margin: 0;
  color: var(--white);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: safe center;
  min-height: 30px;
  padding: 0 50px;
  color: var(--white);
  background: var(--orange);
  border: 2px solid var(--white);
  border-radius: 999px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: color 140ms ease, background 140ms ease;
}

.button:hover {
  color: var(--white);
  background: var(--white);
  color: var(--black);
}

.hero .button {
  min-width: 156px;
  min-height: 31px;
  padding: 0 28px;
  color: var(--white);
  background: transparent;
  border-color: var(--white);
}

.hero .button:hover {
  color: var(--black);
  background: var(--white);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 5fr) minmax(180px, 1.2fr);
  gap: 4vw;
  min-height: 470px;
  padding: 64px 4vw 56px;
  color: var(--white);
  background: var(--black);
}

.footer-brand {
  align-self: center;
}

.footer-brand h2 {
  display: none;
  margin: 0 0 32px;
  font-family: Sora, system-ui, sans-serif;
  font-size: 2rem;
}

.footer-brand img {
  width: min(700px, 78vw);
  height: auto;
}

.footer-nav {
  align-self: start;
  display: grid;
  gap: 0.62rem;
  padding-top: 18px;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.1;
}

.page {
  min-height: 100vh;
  padding: calc(var(--header-height) + 96px) 4vw 96px;
  color: var(--white);
  background: var(--black);
}

.page-hero {
  width: 100%;
  margin: 0 auto 42px;
}

.page-hero.split,
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

.page-hero.centered {
  display: grid;
  justify-items: center;
  max-width: 1200px;
  text-align: center;
}

.kicker {
  margin: 0 0 22px;
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.page h1,
.page h2,
.page h3 {
  margin: 0;
  font-family: Sora, system-ui, sans-serif;
  line-height: 0.98;
}

.page h1 {
  max-width: 1240px;
  color: var(--orange);
  font-size: clamp(3.1rem, 4.9vw, 4.9rem);
  letter-spacing: 0;
}

.page h2 {
  color: var(--orange);
  font-size: clamp(2.2rem, 4.4vw, 4.8rem);
}

.page h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.12;
}

.lead {
  margin: 0;
  max-width: 1280px;
  color: var(--white);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
}

.page p {
  line-height: 1.6;
}

.wide-image {
  display: block;
  width: min(1280px, 100%);
  max-height: 520px;
  margin: 0 auto 84px;
  object-fit: cover;
}

.page-video {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  margin: calc(var(--header-height) * -1) -4vw 0;
  overflow: hidden;
  background: var(--charcoal);
}

.page-video.home-about-video {
  min-height: calc(100vh - var(--header-height));
  margin: 0;
}

.page-video > img,
.page-video > video {
  position: absolute;
  inset: 0;
}

.page-video > img {
  z-index: 0;
}

.page-video > video {
  z-index: 1;
}

.product-hero-video {
  min-height: calc(100vh - 150px);
}

.product-hero-video > img,
.product-hero-video > video {
  filter: brightness(1);
}

.page-video .button {
  position: absolute;
  left: 50%;
  bottom: 16%;
  z-index: 3;
  transform: translateX(-50%);
}

.product-hero-video .button {
  bottom: 24%;
}

.product-title {
  display: grid;
  justify-items: end;
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 4vw 90px;
}

.product-title h1 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 6rem);
  text-align: right;
}

.about-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 52px;
  padding: calc(var(--header-height) + 60px) 4vw 80px;
  background: rgba(0, 0, 0, 0.28);
}

.about-hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
  line-height: 1;
  text-align: center;
}

.about-hero-copy .logo-grid {
  width: 100%;
  margin: 0 auto;
}

.home-about-video .about-hero-copy {
  padding: 80px 4vw;
}

.page.home-about-team {
  min-height: auto;
  padding: 96px 4vw 120px;
}

.steps {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-top: 40px;
  color: var(--white);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
}

.mission-meta {
  position: absolute;
  top: 126px;
  right: 4vw;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
}

.orange-rule {
  width: 100%;
  height: 1px;
  margin: 18vh 0 0;
  background: var(--orange);
}

.product-image {
  max-height: 680px;
  object-fit: contain;
  background: var(--light-accent);
}

.content-grid {
  width: min(1180px, 100%);
  margin: 0 auto 72px;
}

.quote-card,
.three-up article,
.post-grid article,
.team-grid article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--charcoal);
}

.quote-stack {
  display: grid;
  gap: 18px;
}

.quote-card p {
  margin-top: 0;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.08;
}

.quote-card span {
  display: block;
  margin-top: 12px;
  color: var(--light-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.mission-page {
  min-height: 100vh;
  padding: calc(var(--header-height) + 34px) 4vw 0;
  color: var(--white);
  background: var(--black);
}

.mission-hero,
.mission-stat-band,
.mission-manifesto,
.mission-chapters {
  width: min(1360px, 100%);
  margin-inline: auto;
}

.mission-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100vh - var(--header-height) - 58px);
  overflow: hidden;
  isolation: isolate;
  padding: clamp(36px, 6vw, 78px);
  background: #111111;
}

.mission-hero-system {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
}

.mission-hero-system::before,
.mission-hero-system::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(98, 224, 210, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98, 224, 210, 0.06) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.mission-hero-system::after {
  background-image: linear-gradient(90deg, transparent, rgba(255, 91, 26, 0.24), transparent);
  background-size: 420px 100%;
  animation: mission-scan 8s linear infinite;
  opacity: 0.54;
}

.mission-hero-system span {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(98, 224, 210, 0.85);
  background: rgba(98, 224, 210, 0.38);
  box-shadow: 0 0 22px rgba(98, 224, 210, 0.62);
  animation: mission-node 3.8s ease-in-out infinite;
}

.mission-hero-system span:nth-child(1) {
  top: 26%;
  left: 58%;
}

.mission-hero-system span:nth-child(2) {
  top: 52%;
  left: 76%;
  animation-delay: 900ms;
}

.mission-hero-system span:nth-child(3) {
  top: 70%;
  left: 46%;
  animation-delay: 1.7s;
}

.mission-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 44%);
}

.mission-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.mission-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: mission-image-drift 18s ease-in-out infinite alternate;
}

.mission-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(920px, 100%);
  max-width: 920px;
  gap: 0;
}

.mission-page .kicker {
  color: var(--orange);
}

.mission-hero h1,
.mission-chapter h2 {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  letter-spacing: 0;
}

.mission-hero h1 {
  max-width: 11ch;
  font-size: clamp(4.2rem, 7.8vw, 8.8rem);
  line-height: 0.9;
}

.mission-hero .lead {
  max-width: 800px;
  margin: 28px 0 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.18rem, 1.7vw, 1.6rem);
  font-weight: 400;
  line-height: 1.48;
}

.mission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mission-actions .button {
  min-height: 48px;
  padding-inline: 30px;
}

.mission-hero-readout {
  position: absolute;
  right: clamp(28px, 5vw, 76px);
  bottom: clamp(34px, 5vw, 76px);
  z-index: 1;
  display: grid;
  gap: 8px;
  min-width: 260px;
  padding: 16px 18px;
  border-left: 1px solid rgba(98, 224, 210, 0.7);
  color: var(--white);
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mission-hero-readout span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mission-hero-readout span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #62e0d2;
  box-shadow: 0 0 18px rgba(98, 224, 210, 0.7);
}

.mission-stat-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: #111111;
}

.mission-stat-band article {
  min-height: 190px;
  padding: clamp(22px, 2.6vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.mission-stat-band article:last-child {
  border-right: 0;
}

.mission-stat-band span {
  display: block;
  margin-bottom: 34px;
  color: var(--orange);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
  font-weight: 700;
  line-height: 0.9;
}

.mission-stat-band p {
  max-width: 260px;
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.45;
}

.mission-manifesto {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 96px);
  margin-top: 18px;
  padding: clamp(42px, 6vw, 76px);
  background:
    linear-gradient(135deg, rgba(98, 224, 210, 0.12), transparent 34%),
    var(--charcoal);
}

.mission-manifesto h2 {
  max-width: 9ch;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3rem, 6.4vw, 7rem);
  line-height: 0.92;
}

.mission-manifesto > div:nth-child(2) p {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.58;
}

.mission-manifesto-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mission-manifesto-grid article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.34);
}

.mission-manifesto-grid span {
  color: #62e0d2;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.84rem;
  font-weight: 700;
}

.mission-manifesto-grid h3 {
  max-width: 12ch;
  margin: 58px 0 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.7rem);
  line-height: 1;
}

.mission-manifesto-grid p {
  margin: 22px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.mission-chapters {
  display: grid;
  gap: 18px;
  padding: 18px 0 100px;
}

.mission-chapter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(110px, 0.24fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 88px);
  min-height: 460px;
  padding: clamp(46px, 7vw, 92px) clamp(24px, 4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--charcoal);
  overflow: hidden;
}

.mission-chapter::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(98, 224, 210, 0.8), transparent);
  opacity: 0;
  transform: translateY(-24%);
  transition: opacity 700ms ease, transform 1000ms ease;
}

.mission-chapter:nth-child(odd) {
  background: #111111;
}

.mission-chapter-media {
  grid-template-columns: minmax(110px, 0.22fr) minmax(0, 0.88fr) minmax(300px, 0.64fr);
  align-items: stretch;
}

.mission-part {
  position: relative;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mission-part::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 16px;
  background: rgba(255, 91, 26, 0.78);
  transition: width 800ms ease;
}

.mission-chapter-copy {
  align-self: center;
}

.mission-chapter h2 {
  max-width: 900px;
  font-size: clamp(2.8rem, 5.8vw, 6.8rem);
  line-height: 0.94;
}

.mission-chapter p {
  max-width: 840px;
  margin: 26px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.6;
}

.mission-chapter-asset {
  align-self: stretch;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: var(--black);
}

.mission-chapter-asset img,
.mission-chapter-asset video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-pressure {
  background:
    linear-gradient(135deg, rgba(255, 91, 26, 0.18), rgba(255, 255, 255, 0) 38%),
    #111111;
}

.mission-pressure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 780px;
  margin-top: 34px;
}

.mission-pressure-grid span {
  min-height: 78px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.mission-final {
  grid-template-columns: minmax(110px, 0.22fr) minmax(0, 0.9fr) minmax(320px, 0.58fr);
  min-height: 620px;
  border-top-color: var(--orange);
  background: var(--black);
}

.mission-final .kicker {
  margin-bottom: 18px;
}

.mission-final h2 {
  color: var(--orange);
}

.motion-ready .mission-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 800ms ease, transform 900ms ease;
}

.motion-ready .mission-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .mission-chapter.is-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .mission-chapter.is-visible .mission-part::after {
  width: min(84px, 100%);
}

.motion-ready .mission-manifesto-grid article,
.motion-ready .mission-stat-band article {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mission-manifesto-grid article:hover,
.mission-stat-band article:hover {
  transform: translateY(-4px);
  border-color: rgba(98, 224, 210, 0.52);
  background: rgba(0, 0, 0, 0.42);
}

@keyframes mission-image-drift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(-1.8%, -1.2%, 0);
  }
}

@keyframes mission-scan {
  from {
    background-position: -420px 0;
  }

  to {
    background-position: 420px 0;
  }
}

@keyframes mission-node {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.86);
  }

  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mission-hero-media img,
  .mission-hero-system::after,
  .mission-hero-system span {
    animation: none;
  }

  .motion-ready .mission-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Mission page v2: break the rectangular stack with angled, flowing surfaces. */
.mission-page {
  padding: var(--header-height) 0 0;
  overflow: hidden;
}

.mission-hero,
.mission-stat-band,
.mission-manifesto,
.mission-chapters {
  width: 100%;
  max-width: none;
}

.mission-hero {
  min-height: calc(100vh - var(--header-height));
  margin: 0;
  padding: clamp(54px, 8vw, 106px) 4vw clamp(118px, 13vw, 180px);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 72% 100%, 0 92%);
}

.mission-hero-copy {
  max-width: 980px;
}

.mission-hero h1 {
  max-width: 9ch;
  font-size: clamp(5.2rem, 9vw, 10rem);
}

.mission-hero .lead {
  max-width: 850px;
}

.mission-hero-readout {
  right: 4vw;
  bottom: clamp(90px, 11vw, 152px);
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

.mission-stat-band {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1240px, calc(100% - 8vw));
  margin: clamp(-72px, -5vw, -48px) auto 70px;
  border: 0;
  background: transparent;
}

.mission-stat-band article {
  flex: 1 1 0;
  min-height: 172px;
  margin-left: -24px;
  padding: clamp(22px, 2.8vw, 34px) clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 91, 26, 0.16), rgba(255, 255, 255, 0) 42%),
    rgba(5, 5, 5, 0.92);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%, 28px 50%);
}

.mission-stat-band article:first-child {
  margin-left: 0;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%);
}

.mission-stat-band article:nth-child(even) {
  transform: translateY(22px);
}

.mission-stat-band span {
  margin-bottom: 24px;
}

.mission-manifesto {
  position: relative;
  grid-template-columns: minmax(280px, 0.58fr) minmax(340px, 1fr);
  gap: clamp(36px, 8vw, 120px);
  margin: 0;
  padding: clamp(96px, 11vw, 160px) 4vw clamp(94px, 10vw, 150px);
  background:
    linear-gradient(128deg, rgba(98, 224, 210, 0.13), transparent 42%),
    linear-gradient(320deg, rgba(255, 91, 26, 0.12), transparent 34%),
    #141414;
  clip-path: polygon(0 8%, 100% 0, 100% 88%, 0 100%);
}

.mission-manifesto::before {
  content: "";
  position: absolute;
  left: 4vw;
  right: 4vw;
  top: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(98, 224, 210, 0.84), transparent);
}

.mission-manifesto-grid {
  gap: 0;
  margin-top: 22px;
}

.mission-manifesto-grid article {
  min-height: 270px;
  margin-left: -18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.38);
  clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
}

.mission-manifesto-grid article:first-child {
  margin-left: 0;
}

.mission-manifesto-grid article:nth-child(2) {
  transform: translateY(28px);
}

.mission-manifesto-grid article:nth-child(3) {
  transform: translateY(-16px);
}

.mission-chapters {
  position: relative;
  width: min(1360px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(42px, 8vw, 112px) 0 clamp(92px, 10vw, 150px);
}

.mission-chapters::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(96px, 12vw, 170px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(98, 224, 210, 0.65), rgba(255, 91, 26, 0.68), transparent);
}

.mission-chapter {
  position: relative;
  grid-template-columns: minmax(110px, 0.18fr) minmax(0, 1fr);
  min-height: 520px;
  margin: clamp(28px, 5vw, 74px) 0;
  padding: clamp(58px, 8vw, 110px) clamp(20px, 3vw, 42px);
  border-top: 0;
  background: transparent;
  overflow: visible;
}

.mission-chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #101010;
  clip-path: polygon(0 12%, 100% 0, 100% 86%, 10% 100%, 0 76%);
  opacity: 0.76;
}

.mission-chapter:nth-child(odd),
.mission-chapter:nth-child(even) {
  background: transparent;
}

.mission-chapter:nth-child(odd)::before {
  transform: translateX(-3vw);
}

.mission-chapter:nth-child(even)::before {
  background: var(--charcoal);
  clip-path: polygon(9% 0, 100% 10%, 92% 100%, 0 86%, 0 16%);
  transform: translateX(3vw);
}

.mission-chapter::after {
  left: clamp(96px, 12vw, 170px);
  width: 3px;
  background: linear-gradient(180deg, transparent, rgba(98, 224, 210, 0.95), var(--orange), transparent);
}

.mission-chapter > * {
  position: relative;
  z-index: 1;
}

.mission-chapter-media,
.mission-final {
  grid-template-columns: minmax(110px, 0.18fr) minmax(0, 0.82fr) minmax(300px, 0.58fr);
}

.mission-chapter-asset {
  min-height: 430px;
  transform: rotate(-1.6deg);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.mission-chapter-media:nth-child(even) .mission-chapter-asset,
.mission-final .mission-chapter-asset {
  transform: rotate(1.4deg);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}

.mission-pressure::before {
  background:
    linear-gradient(130deg, rgba(255, 91, 26, 0.22), rgba(255, 255, 255, 0) 42%),
    #101010;
}

.mission-pressure-grid {
  gap: 0;
}

.mission-pressure-grid span {
  margin: 0 -10px 10px 0;
  border-color: rgba(98, 224, 210, 0.28);
  background: rgba(0, 0, 0, 0.28);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 100%, 18px 100%);
}

.mission-final::before {
  background:
    linear-gradient(125deg, rgba(255, 91, 26, 0.18), transparent 44%),
    #050505;
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
}

.patent-page .page-hero.split {
  display: block;
  margin-bottom: clamp(120px, 22vw, 300px);
}

.patent-page .lead {
  margin-top: 18px;
}

.patent-page .content-grid {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 70px 0;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

.patent-page .card-image,
.patent-page .image-grid img {
  border: 0;
  background: var(--black);
  object-fit: contain;
}

.patent-page .image-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1328px;
  gap: 0;
  margin: 0 auto 88px;
}

.patent-page .image-grid figure {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  grid-template-areas:
    "image meta"
    "image title"
    "image body";
  gap: 0 clamp(48px, 8vw, 126px);
  align-items: center;
  margin: 0;
  padding: 70px 0;
  border-bottom: 1px solid var(--orange);
}

.patent-page .image-grid figure:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  grid-template-areas:
    "meta image"
    "title image"
    "body image";
}

.patent-page .image-grid img {
  grid-area: image;
  aspect-ratio: 4 / 3;
}

.patent-page .image-grid figcaption {
  grid-area: meta;
  padding: 0 0 12px;
}

.patent-page .image-grid h3 {
  grid-area: title;
  margin: 0 0 10px;
  font-size: clamp(2.4rem, 3.6vw, 4.1rem);
}

.patent-page .image-grid p {
  grid-area: body;
  margin: 0 0 18px;
  max-width: 660px;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.5;
}

.patent-page .three-up {
  width: 100%;
  max-width: 1328px;
  padding-top: 70px;
  border-top: 1px solid var(--orange);
}

.patent-page .image-grid figcaption,
.patent-page .image-grid p {
  color: var(--white);
}

.patent-page .image-grid h3 {
  color: var(--orange);
}

.section-label {
  width: min(1180px, 100%);
  margin: 0 auto 18px;
  color: var(--light-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.three-up,
.image-grid,
.post-grid,
.team-grid,
.logo-grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto 72px;
  gap: 18px;
}

.three-up {
  grid-template-columns: repeat(3, 1fr);
}

.three-up.numbered span {
  display: block;
  margin-bottom: 54px;
  color: var(--orange);
  font-family: "JetBrains Mono", monospace;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-band,
.cta-band {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(40px, 7vw, 84px);
  color: var(--white);
  background: var(--charcoal);
}

.text-band p:last-child {
  max-width: 820px;
  color: var(--light-accent);
  font-size: 1.25rem;
}

.legal-copy {
  width: 100%;
  margin: 0 auto;
  color: var(--white);
}

.legal-copy h1 {
  margin: 0 0 68px;
  color: var(--white);
  font-size: clamp(3rem, 5vw, 4.4rem);
  text-align: center;
}

.legal-copy h2 {
  margin-top: 28px;
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  font-weight: 700;
}

.legal-copy p,
.legal-copy li {
  color: var(--white);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 2.08;
}

.legal-copy ul {
  display: grid;
  gap: 8px;
  padding-left: 1.4rem;
}

.legal-copy .legal-emphasis {
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

.legal-doc-title {
  text-align: center;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-band h2 {
  color: var(--white);
}

.button.dark {
  color: var(--white);
  border-color: var(--white);
}

.button.dark:hover {
  color: var(--white);
  background: var(--black);
}

.card-image {
  width: 100%;
  border: 1px solid var(--black);
  background: var(--light-accent);
}

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

.image-grid figure,
.post-grid article {
  margin: 0;
}

.image-grid img,
.post-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--light-accent);
}

.image-grid figcaption {
  padding-top: 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.image-grid h3 {
  margin: 18px 0 4px;
}

.image-grid p {
  color: var(--light-accent);
  font-size: 0.95rem;
}

.post-grid {
  grid-template-columns: 0.58fr 1.42fr;
  align-items: start;
  gap: 54px;
}

.post-grid img {
  margin-bottom: 20px;
}

.post-grid article {
  display: contents;
}

.post-grid article a {
  display: contents;
}

.post-grid article img {
  width: 100%;
  margin: 0 0 16px;
}

.post-grid article div {
  padding-bottom: 54px;
}

.post-grid time {
  display: block;
  margin-bottom: 18px;
  color: var(--white);
}

.post-grid h3 {
  color: var(--orange);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.post-page {
  background: var(--black);
}

.post-article {
  width: min(980px, 100%);
  margin: 0 auto;
}

.post-article time,
.post-author,
.post-nav {
  color: var(--light-accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.post-article h1 {
  margin: 16px 0 28px;
}

.post-article img {
  width: 100%;
  margin: 36px 0;
  background: var(--light-accent);
}

.post-body {
  display: grid;
  gap: 18px;
  color: var(--white);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.55;
}

.post-body p {
  margin: 0;
}

.press-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

.press-list a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 72px;
}

.post-nav a {
  color: var(--orange);
}

.feed-page {
  min-height: 100vh;
  padding: calc(var(--header-height) + 46px) 4vw 96px;
  color: var(--white);
  background: var(--black);
}

.feed-page * {
  min-width: 0;
}

.feed-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  width: min(1280px, 100%);
  margin: 0 auto 28px;
}

.feed-hero-copy {
  padding: 42px 0 34px;
}

.feed-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: 5.7rem;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.feed-hero-copy > p:last-child,
.linkedin-panel p,
.activity-card p {
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
}

.feed-hero-copy > p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: 1.35rem;
  line-height: 1.45;
}

.feed-feature {
  position: relative;
  display: grid;
  min-height: 600px;
  overflow: hidden;
  background: var(--charcoal);
}

.feed-feature img,
.activity-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.feed-feature img {
  position: absolute;
  inset: 0;
}

.feed-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.78));
}

.feed-feature div {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: clamp(24px, 4vw, 44px);
}

.feed-feature:hover img,
.activity-card:hover img {
  transform: scale(1.035);
}

.feed-feature span,
.activity-card span {
  color: var(--orange);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.feed-feature time,
.activity-card time {
  display: block;
  margin: 10px 0 16px;
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.feed-feature h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: 4rem;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.newsroom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1280px, 100%);
  margin: 0 auto 24px;
}

.social-newsroom {
  width: min(1280px, 100%);
  margin: 0 auto 24px;
}

.social-story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.social-story {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.social-story.feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 660px;
}

.social-story.wide {
  grid-column: span 2;
  min-height: 380px;
}

.social-story.tall {
  grid-row: span 2;
  min-height: 620px;
}

.social-story img,
.social-story video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.social-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.8));
}

.social-story:hover img,
.social-story:hover video {
  transform: scale(1.035);
}

.social-story.caption-panel::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38));
}

.social-story div {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 20px;
}

.social-story.caption-panel div {
  background: rgba(0, 0, 0, 0.86);
}

.social-story span,
.social-story time {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.social-story span {
  color: var(--orange);
}

.social-story time {
  display: block;
  margin: 9px 0 14px;
  color: var(--white);
}

.social-story h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.42rem, 1.9vw, 2.85rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.social-story.feature h3 {
  font-size: clamp(2rem, 3.4vw, 4.6rem);
}

.social-story p {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.activity-card {
  min-height: 520px;
  overflow: hidden;
  background: var(--charcoal);
}

.activity-card.large {
  grid-column: span 2;
}

.activity-card.wide {
  grid-column: span 2;
}

.activity-card a {
  display: grid;
  grid-template-rows: minmax(250px, 1fr) auto;
  height: 100%;
}

.activity-card-copy {
  display: grid;
  align-content: start;
  min-height: 238px;
  padding: 22px;
  background: #111111;
}

.activity-card h2 {
  margin: 0;
  color: var(--white);
  font-size: 2.5rem;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.activity-card p {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.linkedin-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 4vw, 64px);
  width: min(1280px, 100%);
  margin: 0 auto 24px;
  padding: clamp(28px, 4vw, 54px);
  background: var(--charcoal);
}

.linkedin-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: 4rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.linkedin-panel p {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: 1.15rem;
  line-height: 1.5;
}

.linkedin-panel {
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-bottom: 0;
}

.linkedin-panel .button {
  min-width: 180px;
}

.team-grid {
  grid-template-columns: repeat(4, 1fr);
}

.team-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 22px;
  object-fit: cover;
  background: var(--light-accent);
}

.team-photo-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 22px;
  place-items: center;
  background: var(--ink);
  color: var(--orange);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
}

.logo-grid {
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.logo-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  padding: 20px;
  border: 0;
  filter: grayscale(1) brightness(2.4);
  background: transparent;
}

.demo-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(240, 117, 48, 0.18), transparent 26rem),
    linear-gradient(180deg, #050505 0%, #111 54%, #050505 100%);
}

.demo-page * {
  min-width: 0;
}

.demo-page > .hero {
  min-height: min(92vh, 900px);
}

.demo-hero {
  min-height: calc(66vh - var(--header-height));
  align-content: center;
  margin-bottom: clamp(72px, 11vw, 150px);
}

.demo-hero h1 {
  max-width: 12ch;
  overflow-wrap: anywhere;
}

.demo-hero .lead {
  max-width: 58rem;
}

.demo-hero .button {
  margin-top: 34px;
}

.demo-about-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto clamp(96px, 13vw, 170px);
}

.home-demo-about {
  padding-top: clamp(72px, 8vw, 124px);
}

.demo-about-band::before {
  content: "";
  position: absolute;
  top: 14%;
  right: -8vw;
  width: min(56vw, 720px);
  height: 72%;
  background: rgba(240, 117, 48, 0.16);
  clip-path: polygon(8% 0, 100% 18%, 88% 100%, 0 82%);
}

.demo-video-orbit {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--charcoal);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.5);
  transform: rotate(-2deg);
}

.demo-video-orbit::after {
  content: "";
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  pointer-events: none;
}

.demo-video-orbit video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08);
  transform: scale(1.04) rotate(2deg);
}

.demo-about-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
}

.demo-about-copy h2 {
  max-width: 640px;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 6.6rem);
  overflow-wrap: anywhere;
}

.demo-about-copy p:not(.kicker) {
  max-width: 600px;
  margin: 0;
  color: var(--light-accent);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
}

.demo-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: 16px 0 0;
  gap: 10px;
}

.demo-logo-grid img {
  padding: clamp(8px, 1.2vw, 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.demo-team-section {
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto;
}

.demo-team-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(44px, 7vw, 86px);
}

.demo-team-heading .kicker {
  margin: 0;
}

.demo-team-heading h2 {
  margin: 0;
  color: var(--orange);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.2vw, 6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.demo-team-grid {
  width: 100%;
  margin: 0;
  gap: clamp(44px, 6vw, 78px) clamp(20px, 3vw, 42px);
}

.demo-team-grid article {
  display: grid;
  align-content: start;
  padding: 0;
  border: 0;
  background: transparent;
}

.demo-team-grid article:nth-child(even) {
  transform: translateY(44px);
}

.demo-team-grid img {
  width: min(100%, 220px);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.demo-team-grid h3 {
  max-width: 260px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  line-height: 1.12;
}

.demo-team-grid p {
  max-width: 270px;
  margin: 10px 0 0;
  color: var(--light-accent);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.demo-team-grid p:first-of-type {
  color: var(--orange);
  text-transform: uppercase;
}

.legal {
  max-width: none;
  margin: 0;
  background: var(--charcoal);
}

.site-footer.compact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px clamp(18px, 3vw, 36px);
  min-height: 0;
  padding: 24px 4vw 26px;
  background: #000000;
}

.site-footer.compact .footer-brand {
  display: none;
}

.site-footer.compact .footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px clamp(18px, 2.8vw, 32px);
  padding: 0;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(0.64rem, 0.76vw, 0.76rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer.compact .footer-nav a {
  color: var(--white);
}

.product-page {
  min-height: 100vh;
  color: var(--white);
  background: #050505;
}

.product-page .kicker,
.product-page span {
  letter-spacing: 0;
}

.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  min-height: min(920px, 92vh);
  padding: calc(var(--header-height) + 9vh) 4vw 8vh;
  overflow: hidden;
  isolation: isolate;
}

.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.46) 52%, rgba(0, 0, 0, 0.74)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62));
}

.product-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--black);
}

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

.product-hero-media video {
  z-index: 1;
}

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

.product-hero-copy h1,
.product-intro h2,
.product-journey h2,
.video-slot-primary h2,
.operator-story h2,
.product-cta h2 {
  margin: 0;
  font-family: Sora, system-ui, sans-serif;
  line-height: 0.98;
}

.product-hero-copy h1 {
  max-width: 930px;
  font-size: clamp(3.15rem, 7vw, 7.6rem);
  overflow-wrap: anywhere;
}

.product-hero-copy > p:not(.kicker) {
  max-width: 780px;
  margin: 28px 0 0;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1rem, 1.45vw, 1.36rem);
  font-weight: 700;
  line-height: 1.45;
}

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

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary:hover {
  color: var(--black);
  background: var(--white);
}

.product-hero-panel {
  align-self: end;
  display: grid;
  gap: 14px;
  max-width: 420px;
  padding: 24px;
  background: rgba(17, 17, 17, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
}

.product-hero-panel span,
.product-proof span,
.role-grid span,
.journey-steps span,
.video-slots span {
  color: #5ee0ce;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-hero-panel strong {
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.05;
}

.product-hero-panel p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
}

.product-proof,
.product-intro,
.role-grid,
.product-journey,
.video-slots,
.operator-story,
.product-cta {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.product-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.product-proof article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 38px);
  background: #101010;
}

.product-proof strong {
  display: block;
  margin-top: 46px;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.45rem);
  line-height: 1.04;
}

.product-proof p,
.product-intro p,
.role-grid p,
.product-journey p,
.video-slots p,
.operator-story p,
.operator-story li,
.product-cta p {
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  line-height: 1.5;
}

.product-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
  padding: clamp(72px, 10vw, 150px) 0 clamp(46px, 7vw, 94px);
}

.product-intro h2,
.product-journey h2,
.video-slot-primary h2,
.operator-story h2,
.product-cta h2 {
  font-size: clamp(2.5rem, 5vw, 5.6rem);
  overflow-wrap: anywhere;
}

.product-intro > p {
  margin: 6px 0 0;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: clamp(70px, 9vw, 130px);
}

.role-grid article {
  display: grid;
  align-content: start;
  min-height: 620px;
  overflow: hidden;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.role-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--charcoal);
}

.role-grid span,
.role-grid h3,
.role-grid p {
  margin-right: 24px;
  margin-left: 24px;
}

.role-grid span {
  margin-top: 24px;
}

.role-grid h3 {
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.65rem, 2.35vw, 2.6rem);
  line-height: 1.04;
}

.role-grid p {
  margin-top: 18px;
  margin-bottom: 28px;
  font-size: 1.02rem;
}

.product-journey {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: start;
  padding: clamp(60px, 8vw, 110px) 0;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
}

.journey-copy p:not(.kicker) {
  max-width: 560px;
  font-size: 1.14rem;
}

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

.journey-steps article {
  min-height: 250px;
  padding: 28px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.journey-steps p {
  margin: 70px 0 0;
  font-size: 1.12rem;
}

.video-slots {
  display: grid;
  gap: 18px;
  padding: clamp(70px, 10vw, 140px) 0;
}

.video-slot-primary {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  background: var(--black);
}

.video-slot-primary video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-slot-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.56));
}

.video-slot-primary div {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 760px;
  padding: clamp(28px, 5vw, 58px);
}

.video-slot-primary p {
  max-width: 620px;
  font-size: 1.15rem;
}

.video-slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.video-slot-grid article {
  min-height: 300px;
  padding: 28px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.video-slot-grid h3 {
  margin: 54px 0 0;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.3vw, 2.6rem);
  line-height: 1.04;
}

.operator-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-bottom: clamp(70px, 10vw, 140px);
}

.operator-story img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--charcoal);
}

.operator-story p:not(.kicker) {
  max-width: 680px;
  font-size: 1.15rem;
}

.operator-story ul {
  display: grid;
  gap: 12px;
  max-width: 660px;
  margin: 30px 0 0;
  padding-left: 1.1rem;
}

.operator-story li {
  font-size: 1.05rem;
}

.product-cta {
  display: grid;
  justify-items: center;
  padding: clamp(70px, 10vw, 130px) 4vw;
  text-align: center;
  background: #111111;
}

.product-cta p:not(.kicker) {
  max-width: 760px;
  margin: 22px 0 34px;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
}

.product-cta .button {
  min-height: 46px;
}

@media (max-width: 900px) {
  :root {
    --header-height: 82px;
  }

  .site-header {
    padding: 18px 6vw;
  }

  .logo-link {
    width: 150px;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 6vw;
    display: none;
    width: min(320px, 88vw);
    padding: 22px;
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .site-nav.is-open {
    display: grid;
    gap: 18px;
  }

  .hero {
    padding-inline: 6vw;
    padding-bottom: 8vw;
  }

  .hero-content {
    width: 100%;
    margin-inline: 0;
  }

  .hero-content p {
    font-size: clamp(1rem, 5vw, 1.28rem);
  }

  .hero-actions {
    flex-direction: column;
    width: min(280px, 100%);
    gap: 10px;
    margin-top: 42px;
  }

  .hero .button {
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    min-height: 520px;
    padding: 56px 6vw;
  }

  .footer-brand {
    align-self: end;
  }

  .footer-brand h2 {
    display: block;
  }

  .footer-nav {
    padding-top: 0;
  }

  .page {
    padding: calc(var(--header-height) + 46px) 6vw 72px;
  }

  .page h1 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .mission-meta {
    position: static;
    margin-bottom: 28px;
    text-align: left;
  }

  .page-video {
    margin: calc(var(--header-height) * -1) -6vw 0;
  }

  .product-hero-video .button {
    bottom: 22%;
  }

  .patent-page h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 11.8vw, 3.3rem);
  }

  .patent-page .lead {
    display: block;
    width: 74vw;
    max-width: 74vw;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
  }

  .patent-page .content-grid,
  .patent-page .image-grid figure,
  .patent-page .image-grid figure:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .patent-page .image-grid figure,
  .patent-page .image-grid figure:nth-child(even) {
    grid-template-areas:
      "image"
      "meta"
      "title"
      "body";
    padding: 46px 0;
  }

  .patent-page .image-grid h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .patent-page .content-grid h2 {
    max-width: 74vw;
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    overflow-wrap: anywhere;
  }

  .patent-page .content-grid p:not(.kicker) {
    max-width: 74vw;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
  }

  .patent-page .image-grid p {
    max-width: none;
  }

  .page-hero.split,
  .content-grid,
  .three-up,
  .image-grid,
  .post-grid,
  .team-grid,
  .logo-grid,
  .feed-hero,
  .newsroom-grid,
  .social-story-grid,
  .linkedin-panel,
  .site-footer.compact {
    grid-template-columns: 1fr;
  }

  .feed-page {
    padding: calc(var(--header-height) + 34px) 6vw 72px;
  }

  .feed-hero {
    gap: 18px;
    margin-bottom: 18px;
  }

  .feed-hero-copy {
    padding: 24px 0 0;
  }

  .feed-hero h1 {
    max-width: 9ch;
    font-size: 2.42rem;
    line-height: 1.02;
    word-break: break-word;
  }

  .feed-hero-copy > p:last-child {
    max-width: 27ch;
    font-size: 1.08rem;
  }

  .feed-feature {
    min-height: 480px;
  }

  .feed-feature h2,
  .linkedin-panel h2 {
    max-width: 12ch;
    font-size: 1.82rem;
    line-height: 1.06;
    word-break: break-word;
  }

  .activity-card h2 {
    max-width: 13ch;
    font-size: 1.72rem;
    word-break: break-word;
  }

  .social-story,
  .social-story.feature,
  .social-story.wide,
  .social-story.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 470px;
  }

  .social-story h3 {
    max-width: 13ch;
    font-size: 1.72rem;
    word-break: break-word;
  }

  .social-story p {
    max-width: 27ch;
  }

  .activity-card,
  .activity-card.large,
  .activity-card.wide {
    grid-column: auto;
    min-height: 0;
  }

  .activity-card a {
    grid-template-rows: auto auto;
  }

  .activity-card img {
    aspect-ratio: 4 / 3;
  }

  .activity-card-copy {
    min-height: 0;
  }

  .activity-card p {
    max-width: 27ch;
  }

  .linkedin-panel p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .linkedin-panel {
    padding: 28px;
  }

  .linkedin-panel {
    justify-items: start;
  }

  .post-grid article {
    display: block;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-hero,
  .product-proof,
  .product-intro,
  .role-grid,
  .product-journey,
  .journey-steps,
  .video-slot-grid,
  .operator-story {
    grid-template-columns: 1fr;
  }

  .product-hero {
    min-height: 820px;
    padding: calc(var(--header-height) + 58px) 6vw 48px;
    align-content: end;
    gap: 28px;
  }

  .product-hero-copy {
    width: 100%;
    min-width: 0;
  }

  .product-hero-copy h1 {
    width: min(100%, 330px);
    max-width: 330px;
    font-size: clamp(2.35rem, 10vw, 3.05rem);
    line-height: 1.04;
    word-break: break-word;
  }

  .product-hero-copy > p:not(.kicker) {
    max-width: 31ch;
    font-size: 0.98rem;
  }

  .product-hero-actions {
    width: min(300px, 100%);
  }

  .product-hero-actions .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
  }

  .product-hero-panel {
    max-width: 100%;
  }

  .product-proof,
  .product-intro,
  .role-grid,
  .product-journey,
  .video-slots,
  .operator-story {
    width: calc(100% - 12vw);
  }

  .product-proof article,
  .role-grid article,
  .journey-steps article,
  .video-slot-grid article {
    min-height: 0;
  }

  .product-intro,
  .video-slots {
    padding-block: 58px;
  }

  .product-intro h2,
  .product-journey h2,
  .video-slot-primary h2,
  .operator-story h2,
  .product-cta h2 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .role-grid {
    padding-bottom: 62px;
  }

  .product-journey {
    padding: 54px 0;
  }

  .journey-steps p {
    margin-top: 44px;
  }

  .video-slot-primary {
    min-height: 560px;
  }

  .video-slot-grid h3 {
    margin-top: 42px;
  }

  .operator-story {
    padding-bottom: 62px;
  }

  .operator-story img {
    aspect-ratio: 4 / 3;
  }

  .product-cta {
    width: 100%;
    padding-inline: 6vw;
  }
}

/* Final product-page tile treatment: text over assets, hover-revealed detail. */
.nymph-capabilities {
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.nymph-capabilities article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 540px;
  padding: clamp(24px, 3vw, 42px);
  isolation: isolate;
  background: #080808;
}

.nymph-capabilities .tile-large,
.nymph-capabilities .tile-tall {
  min-height: 780px;
}

.nymph-capabilities .tile-wide {
  grid-column: span 2;
}

.nymph-capabilities .tile-compare {
  background: #080808;
}

.nymph-capabilities .bio-ripple-canvas {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: saturate(1.02) contrast(1.04) brightness(1);
  transform: scale(1.01);
  pointer-events: none;
}

.nymph-capabilities .tile-compare.has-ripple .tile-before,
.nymph-capabilities .tile-compare.has-ripple .tile-after,
.nymph-capabilities .tile-compare.has-ripple .bio-before,
.nymph-capabilities .tile-compare.has-ripple .bio-after {
  opacity: 0 !important;
}

.nymph-capabilities article img,
.nymph-capabilities article video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  opacity: 0.74;
  filter: saturate(0.82) contrast(1.08) brightness(0.72);
  transform: scale(1.01);
}

.nymph-capabilities .tile-compare .tile-before,
.nymph-capabilities .tile-compare .tile-after,
.nymph-capabilities .tile-compare .bio-before,
.nymph-capabilities .tile-compare .bio-after {
  opacity: 0.82;
  object-position: center;
  transition: opacity 520ms ease, filter 520ms ease;
}

.nymph-capabilities .tile-compare .tile-after,
.nymph-capabilities .tile-compare .bio-after {
  opacity: 0;
  filter: saturate(0.92) contrast(1.04) brightness(0.7);
}

.nymph-capabilities .tile-coach .tile-after {
  object-position: 43% center;
}

.nymph-capabilities .tile-compare:hover .tile-after,
.nymph-capabilities .tile-compare:hover .bio-after {
  opacity: 0.92;
  filter: saturate(1.05) contrast(1.16) brightness(0.86);
}

.nymph-capabilities article::before {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.92)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), transparent 56%);
  opacity: 1;
  transform: none;
}

.nymph-capabilities article::after {
  z-index: -1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  background:
    linear-gradient(90deg, transparent, rgba(98, 224, 210, 0.2), transparent),
    linear-gradient(180deg, transparent, rgba(255, 91, 26, 0.12));
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity 180ms ease, transform 520ms ease;
}

.nymph-capabilities article:hover::after {
  opacity: 0;
  transform: none;
}

.nymph-capabilities .tile-compare::after {
  display: none;
}

.nymph-capabilities .tile-compare:hover {
  transform: none;
}

.nymph-capabilities .tile-compare::before,
.nymph-capabilities .tile-compare:hover::before {
  opacity: 1;
  transform: none;
}

.nymph-capabilities h3 {
  max-width: 9ch;
  margin: 0;
  color: var(--white);
  font-size: clamp(3rem, 5.6vw, 7rem);
  line-height: 0.9;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.58);
}

.nymph-capabilities .tile-large h3 {
  max-width: 9ch;
  font-size: clamp(4rem, 8vw, 9rem);
}

.nymph-capabilities .tile-maintenance h3 {
  max-width: 12ch;
  font-size: clamp(3rem, 4.4vw, 5.4rem);
}

.nymph-capabilities p {
  max-width: 32ch;
  margin: 20px 0 0;
  color: var(--white);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  opacity: 0.86;
}

.nymph-capabilities .tile-large p {
  max-width: 36ch;
}

.nymph-capabilities ul {
  position: absolute;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  max-width: min(360px, calc(100% - 48px));
  margin: 0;
  padding: 18px;
  background: rgba(6, 6, 6, 0.76);
  border: 1px solid rgba(98, 224, 210, 0.38);
  backdrop-filter: blur(12px);
}

.nymph-capabilities article:hover img,
.nymph-capabilities article:hover video {
  opacity: 0.92;
  filter: saturate(1) contrast(1.14) brightness(0.82);
  transform: scale(1.06);
}

.nymph-capabilities .tile-compare:hover img {
  transform: scale(1.045);
}

.nymph-capabilities .tile-compare:hover .tile-before,
.nymph-capabilities .tile-compare:hover .tile-after,
.nymph-capabilities .tile-compare:hover .bio-before,
.nymph-capabilities .tile-compare:hover .bio-after {
  opacity: 0.92;
}

.nymph-capabilities .tile-compare:hover .tile-before,
.nymph-capabilities .tile-compare:hover .bio-before {
  opacity: 0;
  filter: saturate(0.78) contrast(1.02) brightness(0.62);
}

.nymph-capabilities .tile-compare ul,
.nymph-capabilities .tile-compare:hover ul {
  display: none;
}

.nymph-capabilities article:hover h3 {
  transform: translateY(-8px);
}

.nymph-capabilities .tile-compare:hover h3 {
  transform: translateY(-8px);
}

.nymph-capabilities h3 {
  transition: color 180ms ease, transform 220ms ease;
}

.nymph-statement {
  padding-top: clamp(64px, 8vw, 112px);
}

.nymph-statement h2 {
  max-width: 10ch;
}

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

  .nymph-capabilities article,
  .nymph-capabilities .tile-large,
  .nymph-capabilities .tile-tall {
    grid-column: auto;
    min-height: 620px;
    padding: 28px 6vw;
  }

  .nymph-capabilities article img,
  .nymph-capabilities article video {
    opacity: 0.76;
  }

  .nymph-capabilities h3,
  .nymph-capabilities .tile-large h3 {
    max-width: 9ch;
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .nymph-capabilities .tile-maintenance h3,
  .nymph-capabilities .tile-wide h3 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 2.9rem);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .nymph-capabilities p {
    max-width: 28ch;
  }

  .nymph-capabilities ul {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 22px;
  }

  .nymph-capabilities .tile-compare {
    cursor: default;
  }

  .nymph-final-cta h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 8.4vw, 2.5rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

.faq-page {
  min-height: 100vh;
  color: var(--white);
  background: #050505;
  overflow-x: hidden;
}

.faq-page * {
  min-width: 0;
}

.faq-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(32px, 5vw, 78px);
  align-items: end;
  min-height: min(900px, 92vh);
  padding: calc(var(--header-height) + 70px) 4vw 70px;
  overflow: hidden;
  isolation: isolate;
}

.faq-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.74)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.82));
}

.faq-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--black);
}

.faq-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.82) contrast(1.08);
  transform: scale(1.02);
}

.faq-hero-copy {
  width: min(980px, 100%);
}

.faq-hero-copy h1,
.faq-proof h2,
.faq-answer-map h2,
.faq-section-heading h2,
.faq-pricing-band h2,
.faq-results h2,
.faq-wide-media h2,
.faq-final-cta h2 {
  margin: 0;
  font-family: Sora, system-ui, sans-serif;
  line-height: 0.98;
  letter-spacing: 0;
}

.faq-hero-copy h1 {
  max-width: 940px;
  font-size: clamp(3.35rem, 7.5vw, 8.4rem);
  overflow-wrap: anywhere;
}

.faq-hero-copy > p:not(.kicker) {
  max-width: 760px;
  margin: 28px 0 0;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(1rem, 1.45vw, 1.32rem);
  font-weight: 700;
  line-height: 1.45;
}

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

.faq-hero-actions .button,
.faq-final-cta .button,
.faq-pricing-band .button {
  min-height: 46px;
}

.faq-hero-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: rgba(14, 14, 14, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.faq-hero-panel span,
.faq-proof span,
.faq-map-grid span,
.faq-wide-media span,
.faq-result-cards span {
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-hero-panel dl {
  display: grid;
  gap: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.14);
}

.faq-hero-panel div {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: #101010;
}

.faq-hero-panel dt,
.faq-hero-panel dd {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.35;
}

.faq-hero-panel dt {
  color: var(--orange);
  text-transform: uppercase;
}

.faq-hero-panel dd {
  color: var(--light-accent);
}

.faq-rail {
  position: sticky;
  top: var(--header-height);
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  background: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-rail a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-rail a:hover {
  color: var(--orange);
}

.faq-proof,
.faq-answer-map,
.faq-section,
.faq-pricing-band,
.faq-results,
.faq-final-cta {
  width: min(1280px, calc(100% - 8vw));
  margin: 0 auto;
}

.faq-section,
.faq-pricing-band,
.faq-results {
  scroll-margin-top: calc(var(--header-height) + 74px);
}

.faq-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.faq-proof article {
  min-height: 290px;
  padding: clamp(24px, 3vw, 38px);
  background: #101010;
}

.faq-proof h2 {
  max-width: 10ch;
  margin-top: 58px;
  font-size: clamp(1.85rem, 3vw, 3.25rem);
}

.faq-proof p,
.faq-answer-map p,
.faq-pricing-band p,
.faq-results p,
.faq-item p,
.faq-item blockquote,
.faq-final-cta p:not(.kicker) {
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  line-height: 1.5;
}

.faq-proof p {
  max-width: 360px;
  margin: 18px 0 0;
  font-size: 1.02rem;
}

.faq-answer-map {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  padding: clamp(78px, 10vw, 132px) 0 clamp(48px, 7vw, 84px);
}

.faq-answer-map h2,
.faq-section-heading h2,
.faq-results h2,
.faq-final-cta h2 {
  font-size: clamp(2.5rem, 5vw, 5.7rem);
  overflow-wrap: anywhere;
}

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

.faq-map-grid a {
  display: grid;
  align-content: space-between;
  min-height: 220px;
  padding: 26px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.faq-map-grid a:hover {
  background: #151515;
  border-color: rgba(98, 224, 210, 0.54);
  transform: translateY(-3px);
}

.faq-map-grid strong {
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1.06;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.88fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  padding: clamp(66px, 8vw, 110px) 0;
  border-top: 1px solid rgba(255, 91, 26, 0.72);
}

.faq-section-heading {
  position: sticky;
  top: calc(var(--header-height) + 86px);
}

.faq-section-heading h2 {
  font-size: clamp(2.3rem, 4.2vw, 4.8rem);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: border-color 160ms ease, background 160ms ease;
}

.faq-item[open] {
  background: #141414;
  border-color: rgba(255, 91, 26, 0.58);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 24px 68px 24px 26px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.18rem, 1.6vw, 1.55rem);
  line-height: 1.14;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 1.55rem;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "-";
  color: var(--orange);
}

.faq-item div {
  display: grid;
  gap: 16px;
  padding: 0 26px 26px;
}

.faq-item p,
.faq-item blockquote {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
}

.faq-item blockquote {
  padding-left: 18px;
  color: var(--white);
  border-left: 3px solid var(--orange);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

.faq-wide-media {
  position: relative;
  display: grid;
  min-height: min(660px, 78vh);
  overflow: hidden;
  background: var(--black);
}

.faq-wide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(0.62);
}

.faq-wide-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.1) 52%, rgba(0, 0, 0, 0.66));
}

.faq-wide-media div {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(1280px, calc(100% - 8vw));
  margin: 0 auto;
  padding-bottom: clamp(42px, 7vw, 82px);
}

.faq-wide-media h2 {
  max-width: 960px;
  margin-top: 16px;
  font-size: clamp(2.6rem, 5.8vw, 6.4rem);
}

.faq-pricing-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: clamp(56px, 8vw, 96px);
  background: #111111;
  border: 1px solid rgba(255, 91, 26, 0.7);
}

.faq-pricing-band h2 {
  max-width: 900px;
  color: var(--orange);
  font-size: clamp(2.7rem, 6vw, 6.8rem);
}

.faq-pricing-band p:not(.kicker) {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
}

.faq-results {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  padding: clamp(76px, 10vw, 128px) 0 clamp(48px, 7vw, 84px);
}

.faq-results-copy p:not(.kicker) {
  max-width: 600px;
  font-size: 1.15rem;
}

.faq-result-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-result-cards article {
  min-height: 250px;
  padding: 28px;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-result-cards span {
  display: block;
  color: var(--orange);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.92;
  text-transform: none;
}

.faq-result-cards p {
  max-width: 300px;
  margin: 50px 0 0;
  font-size: 1.06rem;
}

.faq-final-cta {
  display: grid;
  justify-items: center;
  padding: clamp(78px, 10vw, 130px) 4vw;
  text-align: center;
  background: #111111;
}

.faq-final-cta h2 {
  max-width: 1040px;
}

.faq-final-cta div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

@media (max-width: 1100px) {
  .faq-rail {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .faq-hero,
  .faq-proof,
  .faq-answer-map,
  .faq-map-grid,
  .faq-section,
  .faq-pricing-band,
  .faq-results,
  .faq-result-cards {
    grid-template-columns: 1fr;
  }

  .faq-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 50px) 6vw 48px;
    align-content: end;
  }

  .faq-hero-copy h1 {
    max-width: 330px;
    font-size: clamp(2.45rem, 11vw, 3.3rem);
    line-height: 1.04;
  }

  .faq-hero-copy > p:not(.kicker) {
    max-width: 31ch;
    font-size: 0.98rem;
  }

  .faq-hero-actions {
    width: min(300px, 100%);
  }

  .faq-hero-actions .button,
  .faq-final-cta .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 16px;
  }

  .faq-hero-panel {
    display: none;
  }

  .faq-rail {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-rail a {
    min-height: 50px;
    font-size: 0.72rem;
  }

  .faq-proof,
  .faq-answer-map,
  .faq-section,
  .faq-pricing-band,
  .faq-results,
  .faq-final-cta {
    width: calc(100% - 12vw);
  }

  .faq-proof article,
  .faq-map-grid a,
  .faq-result-cards article {
    min-height: 0;
  }

  .faq-proof h2 {
    margin-top: 44px;
  }

  .faq-answer-map {
    padding-block: 58px 34px;
  }

  .faq-answer-map h2,
  .faq-section-heading h2,
  .faq-results h2,
  .faq-final-cta h2 {
    font-size: clamp(2.25rem, 10vw, 3.3rem);
  }

  .faq-section {
    padding: 54px 0;
  }

  .faq-section-heading {
    position: static;
  }

  .faq-item summary {
    min-height: 74px;
    padding: 20px 58px 20px 20px;
    font-size: 1.08rem;
  }

  .faq-item summary::after {
    right: 20px;
  }

  .faq-item div {
    padding: 0 20px 22px;
  }

  .faq-wide-media {
    min-height: 540px;
  }

  .faq-wide-media div {
    width: calc(100% - 12vw);
  }

  .faq-wide-media h2 {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
  }

  .faq-pricing-band {
    padding: 34px 24px;
  }

  .faq-pricing-band h2 {
    max-width: 9ch;
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .faq-results {
    padding-block: 58px 34px;
  }

  .faq-result-cards p {
    margin-top: 34px;
  }

  .faq-final-cta {
    width: 100%;
    padding-inline: 6vw;
  }
}

@media (max-width: 900px) {
  .nymph-capabilities {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .nymph-capabilities article,
  .nymph-capabilities .tile-large,
  .nymph-capabilities .tile-tall,
  .nymph-capabilities .tile-wide,
  .nymph-capabilities .tile-compare {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 900px) {
  .mission-page {
    padding: var(--header-height) 0 0;
    overflow-x: hidden;
  }

  .mission-hero,
  .mission-stat-band,
  .mission-manifesto,
  .mission-chapters {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .mission-hero {
    min-height: 760px;
    padding: 42px 6vw 112px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 60% 100%, 0 95%);
  }

  .mission-hero::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.46) 74%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.22));
  }

  .mission-hero h1 {
    max-width: 8ch;
    font-size: clamp(3rem, 13vw, 4.4rem);
    overflow-wrap: anywhere;
  }

  .mission-hero .lead {
    max-width: 29ch;
    font-size: 1.08rem;
  }

  .mission-hero-readout {
    display: none;
  }

  .mission-actions {
    display: grid;
    width: 100%;
  }

  .mission-actions .button {
    width: min(100%, 280px);
    min-height: 54px;
    padding-inline: 18px;
  }

  .mission-stat-band {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 12vw);
    margin: -48px auto 50px;
  }

  .mission-stat-band article {
    min-height: 0;
    margin: 0 0 -10px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
  }

  .mission-stat-band article:first-child {
    clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
  }

  .mission-stat-band article:nth-child(even) {
    transform: none;
  }

  .mission-stat-band article:last-child {
    border-bottom: 0;
  }

  .mission-stat-band span {
    margin-bottom: 18px;
  }

  .mission-stat-band p {
    max-width: 30ch;
  }

  .mission-manifesto {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 72px 6vw 86px;
    clip-path: polygon(0 4%, 100% 0, 100% 94%, 0 100%);
  }

  .mission-manifesto h2 {
    max-width: 10ch;
    font-size: clamp(2.35rem, 11vw, 3.85rem);
    word-break: break-word;
  }

  .mission-manifesto > div:nth-child(2) p {
    max-width: 31ch;
    font-size: 1.02rem;
  }

  .mission-manifesto-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mission-manifesto-grid article {
    margin-left: 0;
    min-height: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  }

  .mission-manifesto-grid article:nth-child(2),
  .mission-manifesto-grid article:nth-child(3) {
    transform: none;
  }

  .mission-manifesto-grid h3 {
    margin-top: 42px;
  }

  .mission-chapters {
    width: calc(100% - 12vw);
    padding-bottom: 70px;
  }

  .mission-chapters::before {
    left: 14px;
  }

  .mission-chapter,
  .mission-chapter-media,
  .mission-final {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 24px;
    margin: 34px 0;
    padding: 46px 24px;
  }

  .mission-chapter::before,
  .mission-chapter:nth-child(even)::before,
  .mission-final::before {
    transform: none;
    clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  }

  .mission-chapter::after {
    left: 14px;
  }

  .mission-chapter h2 {
    max-width: 10ch;
    font-size: clamp(2.3rem, 11vw, 3.8rem);
    word-break: break-word;
  }

  .mission-final h2 {
    max-width: 11ch;
  }

  .mission-chapter p {
    max-width: 31ch;
    font-size: 1.02rem;
  }

  .mission-chapter-asset {
    min-height: 320px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
  }

  .mission-chapter-media:nth-child(even) .mission-chapter-asset,
  .mission-final .mission-chapter-asset {
    transform: none;
    clip-path: polygon(0 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
  }

  .mission-pressure-grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ v2: break the rigid card grid into signals, dials, and angled answer paths. */
.faq-hero::before {
  content: "";
  position: absolute;
  right: clamp(20px, 6vw, 110px);
  bottom: clamp(68px, 10vw, 130px);
  z-index: -1;
  width: clamp(280px, 35vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(98, 224, 210, 0.28);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(98, 224, 210, 0.28) 50%, transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(255, 91, 26, 0.28) 50%, transparent calc(50% + 1px));
  opacity: 0.82;
}

.faq-hero-panel {
  align-self: center;
  position: relative;
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.faq-hero-panel > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 10px;
  padding: 0 14px;
  color: #62e0d2;
  border: 1px solid rgba(98, 224, 210, 0.48);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.68);
}

.faq-hero-panel dl {
  gap: 12px;
  background: transparent;
}

.faq-hero-panel div {
  grid-template-columns: 88px 1fr;
  padding: 16px 22px 16px 26px;
  background: rgba(8, 8, 8, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left-color: var(--orange);
  clip-path: polygon(16px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.faq-hero-panel div:nth-child(even) {
  transform: translateX(-32px);
  border-left-color: rgba(98, 224, 210, 0.68);
}

.faq-rail {
  top: calc(var(--header-height) + 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(1280px, calc(100% - 8vw));
  margin: -28px auto 44px;
  padding: 10px;
  background: rgba(8, 8, 8, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.faq-rail a {
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.faq-rail a:hover {
  color: var(--black);
  background: var(--orange);
  border-color: var(--orange);
}

.faq-proof {
  position: relative;
  gap: 24px;
  padding: 72px 0 118px;
  background: transparent;
}

.faq-proof::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(98, 224, 210, 0.8), rgba(255, 91, 26, 0.8));
}

.faq-proof article {
  position: relative;
  min-height: 0;
  padding: 0 28px 0 88px;
  background: transparent;
}

.faq-proof article:nth-child(2) {
  transform: translateY(44px);
}

.faq-proof article:nth-child(3) {
  transform: translateY(86px);
}

.faq-proof span {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--black);
  background: #62e0d2;
  border: 2px solid var(--white);
  border-radius: 50%;
}

.faq-proof h2 {
  max-width: 12ch;
  margin-top: 0;
}

.faq-answer-map {
  position: relative;
  padding-top: clamp(92px, 11vw, 150px);
}

.faq-answer-map::before {
  content: "";
  position: absolute;
  inset: 40px 0 auto;
  height: 1px;
  background: var(--orange);
  transform: skewY(-2deg);
  transform-origin: left center;
}

.faq-map-grid {
  gap: 22px;
}

.faq-map-grid a {
  position: relative;
  min-height: 235px;
  overflow: hidden;
  background: #111111;
  border-color: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.faq-map-grid a::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 48px;
  height: 48px;
  border-right: 1px solid rgba(98, 224, 210, 0.7);
  border-bottom: 1px solid rgba(98, 224, 210, 0.7);
}

.faq-map-grid a:nth-child(even) {
  transform: translateY(44px);
}

.faq-map-grid a:hover {
  transform: translateY(-4px) skewX(-1deg);
}

.faq-map-grid a:nth-child(even):hover {
  transform: translateY(36px) skewX(-1deg);
}

.faq-section {
  position: relative;
  border-top: 0;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--orange);
  transform: skewY(-1.4deg);
  transform-origin: left center;
}

.faq-list {
  counter-reset: faq;
  gap: 0;
}

.faq-item {
  counter-increment: faq;
  position: relative;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-item:nth-child(even) {
  margin-left: clamp(0px, 3.5vw, 48px);
}

.faq-item:nth-child(odd) {
  margin-right: clamp(0px, 2vw, 28px);
}

.faq-item[open] {
  margin-top: 16px;
  margin-bottom: 16px;
  background: #141414;
  border: 1px solid rgba(255, 91, 26, 0.62);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.faq-item summary {
  min-height: 88px;
  padding-left: 92px;
}

.faq-item summary::before {
  content: counter(faq, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 24px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #62e0d2;
  border: 1px solid rgba(98, 224, 210, 0.62);
  border-radius: 50%;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.faq-item[open] summary::before {
  color: var(--black);
  background: var(--orange);
  border-color: var(--white);
}

.faq-item div {
  padding: 0 34px 32px 92px;
}

.faq-wide-media {
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}

.faq-pricing-band,
.faq-final-cta {
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}

.faq-pricing-band {
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 91, 26, 0.7);
}

.faq-result-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.faq-result-cards article {
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 1;
  padding: 28px;
  text-align: center;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.faq-result-cards article:nth-child(even) {
  transform: translateY(46px);
}

.faq-result-cards span {
  margin-top: 6px;
}

.faq-result-cards p {
  max-width: 21ch;
  margin: 14px 0 0;
  font-size: 0.98rem;
}

@media (max-width: 1100px) {
  .faq-result-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .faq-hero::before {
    right: -120px;
    bottom: 120px;
    width: 300px;
    opacity: 0.45;
  }

  .faq-rail {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .faq-rail a {
    flex: 0 0 auto;
  }

  .faq-proof {
    padding: 52px 0 58px;
  }

  .faq-proof::before {
    top: 52px;
    bottom: 36px;
    left: 28px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .faq-proof article,
  .faq-proof article:nth-child(2),
  .faq-proof article:nth-child(3) {
    padding: 0 0 42px 76px;
    transform: none;
  }

  .faq-proof p {
    max-width: 24ch;
  }

  .faq-proof span {
    width: 50px;
    height: 50px;
  }

  .faq-answer-map::before {
    top: 26px;
  }

  .faq-map-grid a,
  .faq-map-grid a:nth-child(even),
  .faq-map-grid a:hover,
  .faq-map-grid a:nth-child(even):hover {
    min-height: 180px;
    transform: none;
  }

  .faq-item,
  .faq-item:nth-child(even),
  .faq-item:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-item summary {
    padding-left: 72px;
  }

  .faq-item summary::before {
    left: 18px;
    width: 40px;
    height: 40px;
  }

  .faq-item div {
    padding: 0 20px 24px 72px;
  }

  .faq-wide-media,
  .faq-pricing-band,
  .faq-final-cta {
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  }

  .faq-result-cards {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .faq-result-cards article,
  .faq-result-cards article:nth-child(even) {
    width: min(280px, 100%);
    transform: none;
  }
}

/* Mission page v3: align with the product and feed visual system. */
.mission-page {
  min-height: 100vh;
  padding: calc(var(--header-height) + 46px) 4vw 96px;
  color: var(--white);
  background: var(--black);
  overflow-x: hidden;
}

.mission-page * {
  min-width: 0;
}

.mission-hero,
.mission-stat-band,
.mission-manifesto,
.mission-chapters {
  width: min(1280px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.mission-hero {
  display: grid;
  grid-template-columns: minmax(0, 980px);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  min-height: 0;
  margin-bottom: 28px;
  padding: 0;
  overflow: visible;
  isolation: isolate;
  background: transparent;
  clip-path: none;
}

.mission-hero::after,
.mission-hero-system {
  display: none;
}

.mission-hero-media {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-column: 2;
  grid-row: 1;
  min-height: 600px;
  overflow: hidden;
  background: var(--charcoal);
}

.mission-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.76));
}

.mission-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: none;
  animation: none;
  transition: transform 220ms ease;
}

.mission-hero:hover .mission-hero-media img {
  transform: scale(1.035);
}

.mission-hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  padding: 42px 0 34px;
}

.mission-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: 5.7rem;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.mission-hero .lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.45;
}

.mission-actions {
  margin-top: 30px;
}

.mission-direction {
  display: grid;
  gap: 14px;
  width: min(1280px, 100%);
  margin: 0 auto 28px;
}

.mission-direction-head,
.mission-vision-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(28px, 4vw, 54px);
  background: var(--charcoal);
}

.mission-direction-head h2,
.mission-vision-card h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.mission-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mission-direction-grid article {
  display: grid;
  align-content: end;
  min-width: 0;
  min-height: 340px;
  padding: 24px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mission-direction-grid article:nth-child(2) {
  background:
    linear-gradient(150deg, rgba(255, 91, 26, 0.14), transparent 48%),
    #111111;
}

.mission-direction-grid article:nth-child(3) {
  background:
    linear-gradient(150deg, rgba(98, 224, 210, 0.13), transparent 48%),
    #111111;
}

.mission-direction-grid span {
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mission-direction-grid h3 {
  width: 100%;
  min-width: 0;
  max-width: 12ch;
  margin: 54px 0 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.7rem, 2.35vw, 2.75rem);
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
}

.mission-vision-card {
  background:
    linear-gradient(135deg, rgba(98, 224, 210, 0.1), transparent 48%),
    #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mission-vision-copy {
  display: grid;
  gap: 18px;
  align-content: end;
}

.mission-vision-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.5;
}

.mission-hero-readout {
  right: clamp(24px, 4vw, 44px);
  bottom: clamp(24px, 4vw, 44px);
  z-index: 2;
  width: min(330px, calc(100% - 48px));
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  clip-path: none;
  backdrop-filter: blur(12px);
}

.mission-stat-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
  margin-bottom: 28px;
  border: 0;
  background: transparent;
}

.mission-stat-band article,
.mission-stat-band article:first-child,
.mission-stat-band article:nth-child(even) {
  min-height: 220px;
  margin: 0;
  padding: 28px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: none;
  transform: none;
}

.mission-stat-band article:nth-child(2),
.mission-stat-band article:nth-child(4) {
  background:
    linear-gradient(135deg, rgba(98, 224, 210, 0.12), transparent 54%),
    #111111;
}

.mission-stat-band span {
  margin-bottom: 18px;
  color: var(--orange);
}

.mission-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(24px, 4vw, 64px);
  margin-bottom: 28px;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  background: var(--charcoal);
  clip-path: none;
}

.mission-manifesto > div,
.mission-manifesto-grid,
.mission-manifesto-grid article,
.mission-chapter-copy {
  min-width: 0;
}

.mission-manifesto::before {
  display: none;
}

.mission-manifesto h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.mission-manifesto p {
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
}

.mission-manifesto-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 10px;
}

.mission-manifesto-grid article,
.mission-manifesto-grid article:first-child,
.mission-manifesto-grid article:nth-child(2),
.mission-manifesto-grid article:nth-child(3) {
  display: grid;
  align-content: end;
  min-height: 330px;
  margin: 0;
  padding: 24px;
  width: 100%;
  overflow: hidden;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: none;
  transform: none;
}

.mission-manifesto-grid article:nth-child(2) {
  background:
    linear-gradient(150deg, rgba(255, 91, 26, 0.14), transparent 48%),
    #101010;
}

.mission-manifesto-grid article:nth-child(3) {
  background:
    linear-gradient(150deg, rgba(98, 224, 210, 0.13), transparent 48%),
    #101010;
}

.mission-manifesto-grid h3,
.mission-manifesto-grid p,
.mission-chapter p,
.mission-pressure-grid span {
  max-width: 100%;
  overflow-wrap: break-word;
}

.mission-chapters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
  margin-top: 0;
  padding: 0;
}

.mission-chapters::before {
  display: none;
}

.mission-chapter,
.mission-chapter:nth-child(odd),
.mission-chapter:nth-child(even) {
  position: relative;
  display: grid;
  grid-column: span 2;
  grid-template-columns: 1fr;
  align-content: end;
  min-height: 480px;
  margin: 0;
  padding: clamp(24px, 3vw, 40px);
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: none;
  transform: none;
}

.mission-chapter::before,
.mission-chapter:nth-child(odd)::before,
.mission-chapter:nth-child(even)::before,
.mission-chapter::after {
  display: none;
}

.mission-chapter > * {
  position: relative;
  z-index: 2;
}

.mission-chapter:nth-child(1),
.mission-pressure {
  min-height: 560px;
}

.mission-chapter:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(98, 224, 210, 0.1), transparent 54%),
    #111111;
}

.mission-chapter:nth-child(4) {
  background:
    linear-gradient(135deg, rgba(255, 91, 26, 0.12), transparent 54%),
    #111111;
}

.mission-chapter-media,
.mission-final {
  grid-template-columns: 1fr;
  min-height: 620px;
  background: var(--charcoal);
}

.mission-chapter-media::after,
.mission-final::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.86));
}

.mission-chapter-asset,
.mission-chapter-media:nth-child(even) .mission-chapter-asset,
.mission-final .mission-chapter-asset {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0.88;
  background: var(--charcoal);
  clip-path: none;
  transform: none;
}

.mission-chapter-asset img,
.mission-chapter-asset video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.mission-chapter-media:hover .mission-chapter-asset img,
.mission-chapter-media:hover .mission-chapter-asset video,
.mission-final:hover .mission-chapter-asset img {
  transform: scale(1.035);
}

.mission-chapter-copy {
  max-width: 720px;
}

.mission-chapter h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.2rem, 3.4vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.mission-chapter p {
  max-width: 660px;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.mission-part {
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 0.76rem;
}

.mission-pressure-grid {
  gap: 10px;
  margin-top: 24px;
}

.mission-pressure-grid span {
  margin: 0;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  clip-path: none;
}

.mission-final {
  grid-column: span 4;
  min-height: 680px;
}

.mission-final::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.78) 50%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.9));
}

.mission-final .mission-chapter-asset {
  opacity: 0.74;
}

.mission-final .mission-chapter-copy {
  max-width: 820px;
}

.mission-about {
  display: grid;
  gap: clamp(44px, 6vw, 92px);
  width: min(1280px, 100%);
  margin: 54px auto 0;
}

.mission-about-partners {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.74fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  min-height: 0;
  overflow: visible;
  isolation: isolate;
  background: transparent;
  border: 0;
}

.mission-about-partners video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 30px 30px 190px 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  filter: saturate(0.9) brightness(0.68);
}

.mission-about-partners::after {
  display: none;
}

.mission-about-partners-copy {
  align-self: end;
  padding: 0 0 clamp(16px, 4vw, 48px);
}

.mission-about-partners h2,
.mission-about-team-head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.mission-about-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
  align-items: center;
  width: min(720px, 100%);
  margin-top: 36px;
  background: transparent;
}

.mission-about-logo-grid img {
  width: auto;
  max-width: 150px;
  height: 42px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0;
  background: transparent;
  opacity: 0.82;
  filter: grayscale(1) brightness(2.15);
}

.mission-about-team-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.64fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(38px, 5vw, 72px) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
}

.mission-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
}

.mission-team-grid article {
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.mission-team-grid article:nth-child(even) {
  margin-top: 46px;
}

.mission-team-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 18px;
  object-fit: cover;
  border-radius: 26px;
  background: var(--charcoal);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
}

.mission-team-grid article:nth-child(4n + 1) img {
  border-radius: 150px 150px 26px 26px;
}

.mission-team-grid article:nth-child(4n + 2) img {
  border-radius: 26px 120px 26px 26px;
}

.mission-team-grid article:nth-child(4n + 3) img {
  border-radius: 26px 26px 140px 26px;
}

.mission-team-grid h3 {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.25rem, 1.7vw, 2rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.mission-team-grid p {
  margin: 10px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .mission-direction-head,
  .mission-vision-card,
  .mission-stat-band,
  .mission-direction-grid,
  .mission-manifesto-grid,
  .mission-chapters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-stat-band article {
    min-height: 190px;
  }

  .mission-chapter,
  .mission-chapter:nth-child(1),
  .mission-pressure,
  .mission-final {
    grid-column: span 2;
  }

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

@media (max-width: 900px) {
  .mission-page {
    padding: calc(var(--header-height) + 34px) 6vw 72px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mission-hero,
  .mission-direction,
  .mission-about,
  .mission-stat-band,
  .mission-manifesto,
  .mission-chapters {
    width: calc(100vw - 12vw);
    max-width: calc(100vw - 12vw);
    margin-right: 0;
    margin-left: 0;
  }

  .mission-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    margin-bottom: 18px;
    padding: 0;
    clip-path: none;
  }

  .mission-hero-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 24px 0 0;
  }

  .mission-hero-media {
    grid-column: 1;
    grid-row: 2;
    min-height: 480px;
  }

  .mission-hero h1 {
    max-width: 9ch;
    font-size: 2.42rem;
    line-height: 1.02;
    word-break: break-word;
  }

  .mission-hero .lead {
    max-width: 27ch;
    font-size: 1.08rem;
  }

  .mission-hero-readout {
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }

  .mission-stat-band,
  .mission-direction-head,
  .mission-direction-grid,
  .mission-vision-card,
  .mission-about-team-head,
  .mission-team-grid,
  .mission-manifesto,
  .mission-manifesto-grid,
  .mission-chapters {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mission-manifesto-grid {
    width: calc(100vw - 12vw - 48px) !important;
    max-width: calc(100vw - 12vw - 48px) !important;
    overflow: hidden;
  }

  .mission-stat-band {
    margin-bottom: 18px;
  }

  .mission-direction {
    margin-bottom: 18px;
  }

  .mission-direction-head,
  .mission-vision-card {
    padding: 24px;
  }

  .mission-direction-head h2,
  .mission-vision-card h2 {
    max-width: 10ch;
    font-size: 2.22rem;
    line-height: 1.02;
    word-break: break-word;
  }

  .mission-direction-grid article {
    min-height: 260px;
    padding: 22px;
  }

  .mission-direction-grid h3 {
    max-width: 11.5ch;
    font-size: clamp(1.36rem, 7vw, 1.62rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .mission-vision-copy p {
    max-width: 27ch;
    font-size: 0.98rem;
  }

  .mission-stat-band article,
  .mission-stat-band article:first-child,
  .mission-stat-band article:nth-child(even) {
    min-height: 190px;
    margin: 0;
    padding: 22px;
    clip-path: none;
    transform: none;
  }

  .mission-manifesto {
    margin-bottom: 18px;
    padding: 24px;
    overflow: hidden;
  }

  .mission-manifesto h2 {
    max-width: 10ch;
    font-size: 2.22rem;
    line-height: 1.02;
    word-break: break-word;
  }

  .mission-manifesto-grid article,
  .mission-manifesto-grid article:first-child,
  .mission-manifesto-grid article:nth-child(2),
  .mission-manifesto-grid article:nth-child(3) {
    display: block !important;
    min-height: 260px;
    padding: 22px;
    width: 100% !important;
    max-width: 100% !important;
    transform: none;
  }

  .mission-manifesto-grid span {
    display: block;
    margin-bottom: 48px;
  }

  .mission-manifesto-grid * {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .mission-manifesto-grid h3,
  .mission-manifesto-grid p {
    display: block;
    width: 100% !important;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mission-chapter,
  .mission-chapter:nth-child(odd),
  .mission-chapter:nth-child(even),
  .mission-chapter:nth-child(1),
  .mission-pressure,
  .mission-final {
    grid-column: auto;
    grid-row: auto;
    min-height: 470px;
    padding: 22px;
    clip-path: none;
    transform: none;
  }

  .mission-chapter-media,
  .mission-final {
    min-height: 560px;
  }

  .mission-chapter h2 {
    max-width: 13ch;
    font-size: 1.72rem;
    line-height: 1.06;
    word-break: break-word;
  }

  .mission-chapter p {
    max-width: 27ch;
    font-size: 0.98rem;
  }

  .mission-pressure-grid {
    grid-template-columns: 1fr;
  }

  .mission-pressure-grid span {
    font-size: 0.75rem;
  }

  .mission-about {
    margin-top: 32px;
  }

  .mission-about-partners {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
  }

  .mission-about-partners video {
    aspect-ratio: 3 / 4;
    border-radius: 24px 24px 130px 24px;
  }

  .mission-about-partners-copy,
  .mission-about-team-head {
    padding: 0;
  }

  .mission-about-team-head {
    padding-top: 34px;
  }

  .mission-about-partners h2,
  .mission-about-team-head h2 {
    max-width: 10ch;
    font-size: 2.22rem;
    line-height: 1.02;
    word-break: break-word;
  }

  .mission-about-logo-grid {
    width: 100%;
  }

  .mission-about-logo-grid img {
    max-width: 132px;
    height: 38px;
  }

  .mission-team-grid article {
    padding: 0;
    margin-top: 0;
  }

  .mission-team-grid article:nth-child(even) {
    margin-top: 0;
  }
}

/* Mission page v4: editorial flow, not a grid of cards. */
.mission-page {
  padding: calc(var(--header-height) + 38px) 4vw 78px;
  background:
    linear-gradient(180deg, rgba(255, 91, 26, 0.08), transparent 440px),
    var(--black);
}

.mission-hero,
.mission-direction,
.mission-chapters,
.mission-about {
  width: min(1280px, 100%);
  margin-inline: auto;
}

.mission-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(180px, 0.22fr);
  align-items: end;
  min-height: 0;
  margin-bottom: 0;
  padding: clamp(42px, 5vw, 76px) 0 clamp(38px, 5vw, 64px);
  overflow: visible;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mission-hero::before {
  content: "";
  align-self: stretch;
  justify-self: end;
  width: 100%;
  max-width: 260px;
  min-height: 260px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(98, 224, 210, 0.18) 0 1px,
      transparent 1px 28px
    );
  mask-image: linear-gradient(180deg, transparent, black 24%, black 74%, transparent);
  opacity: 0.55;
}

.mission-hero-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 0;
}

.mission-hero h1 {
  max-width: 10ch;
  font-size: clamp(4.2rem, 8.2vw, 8.7rem);
  line-height: 0.9;
}

.mission-hero .lead {
  max-width: 760px;
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
}

.mission-direction {
  display: grid;
  gap: 0;
  margin-top: clamp(42px, 5vw, 70px);
  margin-bottom: clamp(44px, 5vw, 72px);
}

.mission-direction-head,
.mission-vision-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(28px, 6vw, 92px);
  padding: 0 0 clamp(28px, 3.5vw, 46px);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mission-direction-head h2,
.mission-vision-card h2 {
  max-width: 780px;
  font-size: clamp(3.3rem, 6.4vw, 7rem);
  line-height: 0.9;
  overflow-wrap: normal;
  word-break: normal;
}

.mission-direction-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  counter-reset: mission-direction;
}

.mission-direction-grid article {
  counter-increment: mission-direction;
  display: grid;
  grid-template-columns: 82px 170px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: baseline;
  min-height: 0;
  padding: clamp(20px, 2.8vw, 34px) 0;
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mission-direction-grid article::before {
  content: counter(mission-direction, decimal-leading-zero);
  color: var(--orange);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
}

.mission-direction-grid span {
  color: #62e0d2;
}

.mission-direction-grid h3 {
  width: auto;
  max-width: 980px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.9rem);
  line-height: 0.95;
}

.mission-vision-card {
  grid-template-columns: minmax(420px, 0.52fr) minmax(0, 0.48fr);
  margin-top: clamp(32px, 4vw, 54px);
  padding: clamp(30px, 4vw, 52px) 0 0;
  border-bottom: 0;
}

.mission-vision-card h2 {
  max-width: 8.2ch;
  font-size: clamp(3.3rem, 5.8vw, 6.4rem);
}

.mission-vision-copy {
  align-content: start;
  padding-top: 0.38rem;
}

.mission-vision-copy p {
  max-width: 720px;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
}

.mission-chapters {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mission-chapter,
.mission-chapter:nth-child(odd),
.mission-chapter:nth-child(even),
.mission-chapter:nth-child(1),
.mission-pressure,
.mission-final {
  display: grid;
  grid-column: auto;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: start;
  min-height: 0;
  padding: clamp(36px, 5vw, 66px) 0;
  overflow: visible;
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mission-chapter-media,
.mission-final {
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: start;
}

.mission-chapter::before,
.mission-chapter::after,
.mission-chapter:nth-child(odd)::before,
.mission-chapter:nth-child(even)::before,
.mission-chapter-media::after,
.mission-final::after {
  display: none !important;
}

.mission-part {
  grid-column: 1;
  margin: 0;
  padding-top: 0.35rem;
  color: var(--orange);
}

.mission-part::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 16px;
  background: currentColor;
}

.mission-chapter-copy {
  grid-column: 2;
  max-width: 760px;
}

.mission-chapter h2 {
  max-width: 900px;
  font-size: clamp(2.6rem, 5vw, 6.2rem);
  line-height: 0.92;
  overflow-wrap: normal;
  word-break: normal;
}

.mission-chapter p {
  max-width: 720px;
  margin-top: 20px;
  font-size: clamp(1rem, 1.34vw, 1.18rem);
  line-height: 1.52;
}

.mission-chapter-asset,
.mission-chapter-media:nth-child(even) .mission-chapter-asset,
.mission-final .mission-chapter-asset {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-column: 2;
  grid-row: auto;
  width: 100%;
  height: clamp(300px, 34vw, 440px);
  margin-top: clamp(20px, 3vw, 34px);
  min-height: 0;
  overflow: hidden;
  opacity: 1;
  background: var(--charcoal);
  border-radius: 36px 36px 180px 36px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.mission-chapter-media:nth-child(5) .mission-chapter-asset,
.mission-final .mission-chapter-asset {
  border-radius: 180px 36px 36px 36px;
}

.mission-chapter-asset img,
.mission-chapter-asset video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.72);
}

.mission-final .mission-chapter-asset img {
  object-position: left center;
  filter: saturate(0.88) brightness(0.84);
}

.mission-pressure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mission-pressure-grid span {
  margin: 0;
  padding: 18px 22px 18px 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mission-pressure-grid span:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.mission-pressure-grid span:nth-child(even) {
  padding-left: 22px;
}

.mission-about {
  margin-top: clamp(48px, 6vw, 84px);
}

@media (max-width: 1100px) {
  .mission-hero {
    grid-template-columns: 1fr;
  }

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

  .mission-direction-head,
  .mission-vision-card {
    grid-template-columns: 1fr;
  }

  .mission-direction-grid article {
    grid-template-columns: 70px 150px minmax(0, 1fr);
  }

  .mission-chapter-media,
  .mission-final {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .mission-chapter-asset,
  .mission-chapter-media:nth-child(even) .mission-chapter-asset,
  .mission-final .mission-chapter-asset {
    grid-column: 2;
    grid-row: auto;
    height: clamp(320px, 48vw, 500px);
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .mission-page {
    padding: calc(var(--header-height) + 28px) 6vw 58px;
  }

  .mission-hero,
  .mission-direction,
  .mission-chapters,
  .mission-about {
    width: calc(100vw - 12vw);
    max-width: calc(100vw - 12vw);
  }

  .mission-hero {
    min-height: 0;
    padding: 34px 0 34px;
  }

  .mission-hero h1 {
    max-width: 7ch;
    font-size: clamp(2.65rem, 10.6vw, 3.05rem);
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  .mission-hero .lead {
    max-width: 30ch;
    font-size: 1.04rem;
  }

  .mission-actions {
    display: grid;
    gap: 12px;
    width: min(100%, 320px);
  }

  .mission-actions .button {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
  }

  .mission-direction {
    margin-top: 32px;
    margin-bottom: 34px;
  }

  .mission-direction-head,
  .mission-vision-card {
    gap: 22px;
    padding-bottom: 26px;
  }

  .mission-direction-head h2,
  .mission-vision-card h2 {
    max-width: 9.4ch;
    font-size: clamp(2.05rem, 8.8vw, 2.55rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .mission-direction-grid article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .mission-direction-grid article::before {
    margin-bottom: 16px;
  }

  .mission-direction-grid h3 {
    max-width: 10ch;
    font-size: clamp(1.55rem, 6.8vw, 2.05rem);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .mission-vision-copy p {
    max-width: 29ch;
    font-size: 1rem;
  }

  .mission-chapter,
  .mission-chapter:nth-child(odd),
  .mission-chapter:nth-child(even),
  .mission-chapter:nth-child(1),
  .mission-chapter-media,
  .mission-pressure,
  .mission-final {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 0;
  }

  .mission-part,
  .mission-chapter-copy,
  .mission-chapter-asset,
  .mission-chapter-media:nth-child(even) .mission-chapter-asset,
  .mission-final .mission-chapter-asset {
    grid-column: 1;
  }

  .mission-chapter h2 {
    max-width: 10.8ch;
    font-size: clamp(1.95rem, 8.2vw, 2.52rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .mission-chapter p {
    max-width: 31ch;
    margin-top: 22px;
    font-size: 1rem;
  }

  .mission-chapter-asset,
  .mission-chapter-media:nth-child(even) .mission-chapter-asset,
  .mission-final .mission-chapter-asset {
    height: 280px;
    border-radius: 24px 24px 110px 24px;
  }

  .mission-chapter-media:nth-child(5) .mission-chapter-asset,
  .mission-final .mission-chapter-asset {
    border-radius: 110px 24px 24px 24px;
  }

  .mission-pressure-grid {
    grid-template-columns: 1fr;
  }

  .mission-pressure-grid span,
  .mission-pressure-grid span:nth-child(even),
  .mission-pressure-grid span:nth-child(odd) {
    padding: 16px 0;
    border-right: 0;
  }
}

.nymph-capabilities .tile-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  color: inherit;
  text-decoration: none;
}

.nymph-capabilities .tile-link:focus-visible {
  outline: 2px solid #62e0d2;
  outline-offset: -8px;
}

.role-page {
  min-height: 100vh;
  padding-top: var(--header-height);
  color: var(--white);
  background: #050505;
  overflow-x: hidden;
}

.role-page.role-page-with-subnav {
  padding-top: var(--header-height);
}

.role-page * {
  min-width: 0;
}

.role-subnav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 34px);
  width: 100%;
  min-height: var(--role-subnav-height);
  padding: 8px 4vw;
  color: var(--white);
  background: rgba(8, 8, 8, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.role-subnav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 36px);
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.role-subnav-links::-webkit-scrollbar {
  display: none;
}

.role-subnav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid transparent;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.role-subnav a:hover,
.role-subnav a:focus-visible {
  color: var(--white);
  border-bottom-color: var(--orange);
  outline: none;
}

.role-subnav a.active,
.role-subnav a.active:hover,
.role-subnav a.active:focus-visible {
  color: var(--orange);
  border-bottom-color: transparent;
}

.role-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(900px, 92vh);
  overflow: hidden;
  isolation: isolate;
  padding: clamp(52px, 8vw, 110px) 4vw;
  background: #080808;
}

.role-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.role-hero-media img,
.role-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.05) brightness(0.56);
}

.role-video-hero .role-hero-media video {
  filter: saturate(0.96) contrast(1.08) brightness(0.82);
}

.role-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.72)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86), transparent 56%);
}

.role-video-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.34) 50%, rgba(0, 0, 0, 0.42)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 62%);
}

.role-hero-copy {
  display: grid;
  gap: 20px;
  width: min(1040px, 100%);
}

.role-back,
.role-kicker,
.role-section-eyebrow,
.role-proof-strip span,
.role-next span,
.role-media-card figcaption {
  color: rgba(255, 255, 255, 0.58);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-back {
  width: fit-content;
  color: var(--orange);
  text-decoration: none;
}

.role-back:hover {
  color: var(--white);
}

.role-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(4.6rem, 12vw, 12rem);
  line-height: 0.84;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.role-hero p {
  max-width: 820px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.16rem, 1.8vw, 1.62rem);
  line-height: 1.48;
}

.role-hero p.role-hero-eyebrow {
  max-width: none;
  color: var(--orange);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.1;
}

.role-tagline {
  display: grid;
  place-items: center;
  width: min(1520px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(80px, 11vw, 150px) 0 clamp(48px, 7vw, 88px);
}

.role-tagline h2 {
  max-width: 1160px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.7rem, 6.6vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-align: center;
}

.role-proof-asset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(80px, 11vw, 150px);
  background: rgba(255, 255, 255, 0.14);
}

.role-proof-asset figure {
  position: relative;
  min-height: clamp(360px, 42vw, 680px);
  margin: 0;
  overflow: hidden;
  background: #070707;
}

.role-proof-asset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04) brightness(0.82);
}

.role-proof-asset figcaption {
  position: absolute;
  left: clamp(18px, 3vw, 44px);
  bottom: clamp(18px, 3vw, 40px);
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-case-heading {
  display: grid;
  justify-items: center;
  gap: clamp(18px, 3vw, 28px);
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 136px) 0 clamp(42px, 6vw, 84px);
}

.role-case-heading h2 {
  max-width: 1060px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.5rem, 5.8vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-align: center;
}

.role-tagline h2 > span {
  display: block;
}

.role-word-motion {
  position: relative;
  min-height: 1.08em;
  color: var(--white);
}

.role-word-motion-text {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  will-change: opacity, transform;
}

.role-word-motion-text.is-switching {
  opacity: 0;
  transform: translateY(-0.22em);
}

.role-content-visual {
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto clamp(82px, 10vw, 150px);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.role-content-visual span,
.role-content-visual dt {
  display: none;
  color: rgba(255, 255, 255, 0.58);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-section-head.role-section-head-simple {
  display: block;
}

.role-content-visual strong,
.role-content-visual dd {
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  letter-spacing: 0;
}

.chemist-impact,
.maintenance-fix,
.planner-prepare,
.compliance-protect {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #101010;
}

.chemist-impact div,
.maintenance-fix div,
.planner-prepare div,
.compliance-protect div {
  display: grid;
  align-content: space-between;
  min-height: 300px;
  padding: clamp(26px, 4vw, 54px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.chemist-impact div:last-child,
.maintenance-fix div:last-child,
.planner-prepare div:last-child,
.compliance-protect div:last-child {
  border-right: 0;
}

.chemist-impact strong,
.maintenance-fix strong,
.planner-prepare strong,
.compliance-protect strong {
  max-width: 11ch;
  font-size: clamp(2.4rem, 4.8vw, 5.5rem);
  line-height: 0.94;
}

.chemist-impact div:nth-child(2),
.planner-prepare div:nth-child(2) {
  background: rgba(242, 84, 31, 0.12);
}

.chemist-jar-test {
  display: grid;
  width: min(1180px, calc(100% - 8vw));
  margin: 0 auto clamp(82px, 10vw, 150px);
  gap: 0;
  padding: 0;
  color: #1d2636;
  background: transparent;
  border: 0;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

.jar-test-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: clamp(520px, 52vw, 640px);
  align-items: center;
  justify-items: center;
  overflow: visible;
}

.jar-test-grid::before {
  content: "";
  position: absolute;
  right: 25%;
  bottom: clamp(120px, 11vw, 150px);
  left: 25%;
  height: 44px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 50%),
    linear-gradient(90deg, #333a46, #151922 68%, #333a46);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.jar-controls {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  margin: 0;
  width: min(370px, 82vw);
  padding: 0 0 clamp(102px, 11vw, 150px);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.jar-bank {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 330px);
  justify-content: center;
  align-items: end;
  gap: clamp(14px, 2vw, 24px);
  padding-inline: clamp(8px, 1.4vw, 18px);
}

.jar-bank::before {
  content: "";
  position: absolute;
  right: -24%;
  bottom: -30px;
  left: -24%;
  height: 88px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 44%),
    #252b35;
  border-radius: 26px;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.jar-hint {
  position: absolute;
  right: 0;
  bottom: -86px;
  left: 0;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.jar-beaker {
  --fill: 50%;
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  min-height: clamp(320px, 34vw, 430px);
  padding: 30px 22px 28px;
  overflow: hidden;
  color: #172030;
  background:
    radial-gradient(ellipse at 30% 18%, rgba(255, 255, 255, 0.64), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.18) 18% 82%, rgba(23, 32, 48, 0.1)),
    rgba(255, 255, 255, 0.36);
  border: 4px solid rgba(224, 232, 238, 0.82);
  border-top: 0;
  border-radius: 0 0 46px 46px;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.24),
    inset 22px 0 24px rgba(255, 255, 255, 0.58),
    inset -16px 0 22px rgba(23, 32, 48, 0.11);
  cursor: pointer;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.jar-beaker::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 7%;
  width: 86%;
  height: 18px;
  border: 4px solid rgba(224, 232, 238, 0.82);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  box-shadow: inset 0 5px 10px rgba(255, 255, 255, 0.5);
}

.jar-beaker::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10%;
  width: 80%;
  height: 20px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
}

.jar-beaker i {
  position: absolute;
  right: 3px;
  bottom: 3px;
  left: 3px;
  height: var(--fill);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.34), transparent 16%),
    radial-gradient(circle at 68% 45%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(154, 105, 58, 0.8), rgba(103, 74, 47, 0.72));
  border-radius: 0 0 41px 41px;
  opacity: 0.72;
  transition:
    height 240ms ease,
    opacity 220ms ease,
    background 220ms ease;
}

.jar-beaker b {
  position: absolute;
  right: 13%;
  bottom: 0;
  left: 14%;
  z-index: 1;
  height: 0;
  background:
    radial-gradient(circle at 18% 62%, rgba(89, 63, 35, 0.88) 0 8px, transparent 9px),
    radial-gradient(circle at 48% 46%, rgba(89, 63, 35, 0.72) 0 6px, transparent 7px),
    radial-gradient(circle at 78% 58%, rgba(89, 63, 35, 0.78) 0 7px, transparent 8px),
    rgba(142, 104, 66, 0.35);
  border-radius: 999px 999px 18px 18px;
  opacity: 0;
  transition:
    height 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease;
}

.jar-beaker i::before,
.jar-beaker i::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.52);
  border-radius: 999px;
}

.jar-beaker i::before {
  top: 18%;
  left: 24%;
}

.jar-beaker i::after {
  top: 48%;
  right: 26%;
  width: 9px;
  height: 9px;
}

.jar-beaker:hover,
.jar-beaker:focus-visible {
  transform: translateY(-7px) scale(1.01);
  outline: none;
}

.jar-beaker.is-active {
  background:
    radial-gradient(ellipse at 30% 18%, rgba(255, 255, 255, 0.7), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.22) 18% 82%, rgba(23, 32, 48, 0.12)),
    rgba(255, 255, 255, 0.42);
  border-color: rgba(255, 240, 230, 0.86);
  box-shadow:
    0 30px 80px rgba(242, 84, 31, 0.24),
    0 0 46px rgba(242, 84, 31, 0.16),
    inset 22px 0 24px rgba(255, 255, 255, 0.62),
    inset -16px 0 22px rgba(23, 32, 48, 0.11);
  transform: translateY(-10px);
}

.jar-beaker.is-shaking {
  animation: jar-shake 520ms ease-in-out;
}

.jar-beaker.is-shaking i {
  height: 78%;
  background:
    radial-gradient(circle at 24% 26%, rgba(255, 255, 255, 0.5), transparent 17%),
    radial-gradient(circle at 64% 48%, rgba(255, 255, 255, 0.28), transparent 20%),
    linear-gradient(180deg, rgba(226, 165, 83, 0.84), rgba(151, 115, 74, 0.72));
  opacity: 0.92;
}

.jar-beaker.is-settling i {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.36), transparent 19%),
    linear-gradient(180deg, rgba(174, 131, 82, 0.74), rgba(124, 91, 58, 0.66));
  opacity: 0.86;
}

.jar-beaker.is-settled i {
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.52), transparent 19%),
    radial-gradient(circle at 68% 45%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(135, 224, 226, 0.78), rgba(66, 130, 203, 0.64));
  opacity: 0.84;
}

.jar-beaker.is-settled b {
  height: 34px;
  opacity: 1;
}

.jar-result span {
  display: inline;
  color: #7b8491;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jar-beaker strong {
  position: relative;
  z-index: 1;
}

.jar-beaker strong {
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  line-height: 0.88;
}

.jar-beaker > strong {
  display: none;
}

.jar-result {
  position: absolute;
  top: 54%;
  left: 50%;
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  min-height: 0;
  margin-top: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.jar-result span {
  color: rgba(255, 255, 255, 0.68);
}

.jar-result > strong {
  min-height: clamp(4.8rem, 8vw, 8.2rem);
  color: #fff;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(4.7rem, 9vw, 9.2rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.jar-setpoint-bar {
  height: 9px;
  overflow: hidden;
  background: #d8e0e8;
  border-radius: 999px;
}

.jar-setpoint-bar i {
  display: block;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, #1f6feb, #3fd0b8);
  border-radius: inherit;
}

.chemist-jar-test sup {
  font-size: 0.72em;
}

@keyframes jar-shake {
  0%,
  100% {
    transform: translateY(-8px) rotate(0deg);
  }

  15% {
    transform: translateY(-8px) rotate(-5deg);
  }

  30% {
    transform: translateY(-8px) rotate(4deg);
  }

  45% {
    transform: translateY(-8px) rotate(-4deg);
  }

  60% {
    transform: translateY(-8px) rotate(3deg);
  }

  75% {
    transform: translateY(-8px) rotate(-2deg);
  }
}

.compliance-protect div:nth-child(3),
.maintenance-fix div:nth-child(3) {
  background: rgba(98, 224, 210, 0.08);
}

.maintenance-manual-asset {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 0.86fr) minmax(420px, 1.38fr);
  gap: 0;
  overflow: hidden;
  color: #172030;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 91, 26, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f5f0e6 46%, #eaf2f3 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.maintenance-manual-asset span,
.maintenance-manual-asset dt,
.maintenance-manual-asset .manual-citations a {
  display: inline;
  color: #697485;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.manual-upload-panel,
.manual-digest-panel,
.manual-answer-panel {
  position: relative;
  min-height: 620px;
  padding: clamp(24px, 3vw, 42px);
}

.manual-upload-panel,
.manual-digest-panel {
  border-right: 1px solid rgba(38, 47, 61, 0.14);
}

.manual-upload-panel {
  display: grid;
  align-content: space-between;
  gap: 28px;
  background:
    linear-gradient(rgba(23, 32, 48, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 48, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
}

.manual-upload-copy {
  display: grid;
  gap: 14px;
}

.manual-upload-copy h2,
.manual-answer-card h3 {
  margin: 0;
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  letter-spacing: 0;
}

.manual-upload-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.1rem, 3.3vw, 3.75rem);
  line-height: 0.96;
}

.manual-upload-copy p {
  max-width: 30ch;
  margin: 0;
  color: #515c6c;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  font-weight: 700;
  line-height: 1.46;
}

.manual-upload-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: #fff;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  background: #151b29;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(21, 27, 41, 0.24);
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.manual-upload-button:hover,
.manual-upload-button:focus-visible {
  background: var(--orange);
  box-shadow: 0 18px 38px rgba(255, 91, 26, 0.28);
  transform: translateY(-2px);
  outline: none;
}

.manual-upload-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.manual-upload-button span {
  display: inline;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.maintenance-manual-asset.is-digested .manual-upload-button {
  background: #206e66;
}

.manual-file-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: #151b29;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(38, 47, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(38, 47, 61, 0.09);
}

.manual-file-card strong {
  color: #172030;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.18;
}

.manual-file-card i {
  color: #206e66;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.manual-digest-panel {
  display: grid;
  align-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.36);
}

.manual-stage-label {
  display: grid;
  gap: 10px;
}

.manual-stage-label strong {
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.8rem);
  line-height: 0.98;
}

.manual-progress-track {
  height: 12px;
  overflow: hidden;
  background: rgba(23, 32, 48, 0.12);
  border-radius: 999px;
}

.manual-progress-track i {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--orange);
  border-radius: inherit;
  transition: width 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.manual-digest-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  margin: 0;
  background: rgba(38, 47, 61, 0.14);
  border: 1px solid rgba(38, 47, 61, 0.14);
  border-radius: 8px;
}

.manual-digest-stats div {
  display: grid;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.manual-digest-stats dt,
.manual-digest-stats dd {
  margin: 0;
}

.manual-digest-stats dd {
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-weight: 800;
  line-height: 0.92;
}

.manual-index-strip {
  display: grid;
  gap: 9px;
}

.manual-index-strip span {
  display: block;
  padding: 11px 12px;
  color: #5e6978;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(38, 47, 61, 0.11);
  border-radius: 6px;
  opacity: 0.46;
  transform: translateX(-6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    color 220ms ease,
    background 220ms ease;
}

.manual-index-strip span.is-active {
  color: #172030;
  background: rgba(63, 208, 184, 0.16);
  opacity: 1;
  transform: translateX(0);
}

.manual-answer-panel {
  display: grid;
  align-content: space-between;
  gap: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.22)),
    radial-gradient(circle at 92% 10%, rgba(63, 208, 184, 0.2), transparent 24%);
}

.manual-question {
  display: grid;
  gap: 10px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(38, 47, 61, 0.14);
}

.manual-question strong {
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  line-height: 1.16;
}

.manual-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.72fr);
  gap: 16px;
  align-items: stretch;
}

.manual-answer-card,
.manual-diagram-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(38, 47, 61, 0.14);
  border-radius: 8px;
}

.manual-answer-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.manual-answer-card h3 {
  font-size: clamp(1.08rem, 1.42vw, 1.48rem);
  line-height: 1.16;
}

.manual-answer-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.manual-answer-card li {
  position: relative;
  padding-left: 18px;
  color: #495464;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(0.88rem, 0.95vw, 0.98rem);
  font-weight: 700;
  line-height: 1.38;
}

.manual-answer-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 999px;
}

.maintenance-simple-asset {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1fr);
  gap: clamp(18px, 3.6vw, 54px);
  overflow: visible;
  align-items: center;
  min-height: 520px;
  padding: clamp(22px, 3.4vw, 48px);
  color: #172030;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 84, 31, 0.11), transparent 30%),
    linear-gradient(135deg, #f7f1e6, #fbf8f1 48%, #edf3f1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.maintenance-simple-asset span,
.maintenance-simple-asset .manual-citations a {
  display: inline;
  color: #6b7482;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.maintenance-simple-asset .manual-upload-button span {
  color: currentColor;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: none;
}

.maintenance-simple-upload,
.maintenance-simple-answer {
  min-height: 0;
}

.maintenance-simple-upload {
  position: relative;
}

.manual-sheet {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 410px;
  padding: clamp(24px, 3vw, 42px) clamp(22px, 3vw, 40px) clamp(22px, 2.6vw, 34px) clamp(42px, 4vw, 70px);
  background:
    linear-gradient(90deg, rgba(242, 84, 31, 0.2) 0 2px, transparent 2px 100%),
    repeating-linear-gradient(180deg, transparent 0 41px, rgba(23, 32, 48, 0.08) 42px 43px),
    #fffdf9;
  border: 1px solid rgba(38, 47, 61, 0.13);
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(33, 37, 46, 0.16);
  transform: rotate(-1.4deg);
}

.manual-sheet::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, transparent 50%, rgba(222, 216, 207, 0.92) 51%);
  border-radius: 0 0 7px 0;
}

.manual-sheet-bind {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 18px;
  width: 10px;
  background: repeating-linear-gradient(180deg, #d8cec0 0 8px, transparent 8px 18px);
  border-radius: 999px;
}

.manual-sheet > strong {
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.manual-sheet-lines {
  display: grid;
  gap: 14px;
  width: min(92%, 380px);
}

.manual-sheet-lines i {
  display: block;
  height: 9px;
  background: rgba(23, 32, 48, 0.11);
  border-radius: 999px;
}

.manual-sheet-lines i:nth-child(1),
.manual-sheet-lines i:nth-child(4) {
  width: 82%;
}

.manual-sheet-lines i:nth-child(2) {
  width: 94%;
}

.manual-sheet-lines i:nth-child(3) {
  width: 68%;
}

.manual-sheet-lines i:nth-child(5) {
  width: 54%;
}

.maintenance-simple-status {
  display: grid;
  justify-self: start;
  padding: 13px 16px;
  background: #172030;
  border-radius: 999px;
}

.maintenance-simple-status i {
  color: #fffdf9;
  font-family: Sora, system-ui, sans-serif;
  font-style: normal;
  letter-spacing: 0;
}

.maintenance-simple-status i {
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  font-weight: 800;
  line-height: 1;
}

.maintenance-simple-answer {
  position: relative;
  display: grid;
  align-content: center;
  gap: 20px;
  min-height: 360px;
  padding: clamp(24px, 3.4vw, 50px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(38, 47, 61, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(23, 32, 48, 0.11);
}

.maintenance-simple-answer::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -18px;
  width: 36px;
  height: 36px;
  background: var(--orange);
  border: 5px solid #fbf8f1;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(242, 84, 31, 0.26);
}

.maintenance-simple-answer h2 {
  max-width: 24ch;
  margin: 0;
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.maintenance-simple-answer p {
  max-width: 58ch;
  margin: 0;
  color: #445061;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 700;
  line-height: 1.46;
}

.maintenance-simple-asset .manual-answer-panel {
  opacity: 0.4;
}

.maintenance-simple-asset.is-digested .manual-answer-panel {
  opacity: 1;
}

.planner-pac-asset {
  position: relative;
  display: grid;
  gap: 0;
  overflow: visible;
  min-height: 660px;
  padding: clamp(46px, 6vw, 82px) clamp(12px, 2vw, 24px) clamp(54px, 7vw, 96px);
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  scroll-margin-top: calc(var(--header-height) + var(--role-subnav-height) + 24px);
}

.planner-pac-asset::before,
.planner-pac-asset::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.planner-pac-asset::before {
  top: clamp(28px, 4vw, 54px);
  left: 0;
  width: 100%;
  height: 72%;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.22), transparent 20%),
    linear-gradient(135deg, #172030, #25445b 48%, #5c6f73);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px 8px 46px 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transform: skewY(-2deg);
}

.planner-pac-asset::after {
  right: 6%;
  bottom: 4%;
  width: min(340px, 34%);
  aspect-ratio: 1;
  background: rgba(242, 84, 31, 0.22);
  border-radius: 50%;
  filter: blur(18px);
}

.planner-pac-asset span,
.planner-pac-asset dt {
  display: inline;
  color: rgba(255, 255, 255, 0.64);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pac-weather-board,
.pac-decision-band {
  position: relative;
  z-index: 1;
}

.pac-weather-board {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  padding: clamp(44px, 5.6vw, 76px) clamp(22px, 3.4vw, 48px) clamp(22px, 3.4vw, 48px);
}

.pac-weather-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.pac-weather-head strong {
  max-width: 12ch;
  color: #fff;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 3.7rem);
  line-height: 0.94;
}

.pac-plan-toggle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
  align-items: start;
}

.pac-plan-toggle button {
  display: grid;
  align-content: space-between;
  justify-items: start;
  min-height: clamp(190px, 20vw, 250px);
  padding: 18px;
  color: #fff;
  text-align: left;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(10, 18, 28, 0.14);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.pac-plan-toggle button:nth-child(1),
.pac-plan-toggle button:nth-child(3) {
  transform: translateY(8px);
}

.pac-plan-toggle button:nth-child(2) {
  transform: translateY(0);
}

.pac-plan-toggle button:nth-child(4) {
  transform: translateY(22px);
}

.pac-plan-toggle svg {
  width: 58px;
  height: 58px;
  color: rgba(255, 255, 255, 0.92);
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pac-plan-toggle button:first-child svg circle {
  fill: rgba(255, 255, 255, 0.18);
}

.pac-plan-toggle button:nth-child(2) svg {
  color: #d7f0ff;
}

.pac-plan-toggle button:nth-child(3) svg,
.pac-plan-toggle button:nth-child(4) svg {
  color: #dbe7ef;
}

.pac-plan-toggle button:nth-child(3) svg path:last-child,
.pac-plan-toggle button:nth-child(4) svg path:last-child {
  color: #62e0d2;
}

.pac-plan-toggle button:nth-child(4) svg path:nth-child(2) {
  color: #ffd166;
  fill: rgba(255, 209, 102, 0.16);
}

.pac-plan-toggle button:hover,
.pac-plan-toggle button:focus-visible {
  transform: translateY(-4px);
  outline: none;
}

.pac-plan-toggle button:nth-child(1):hover,
.pac-plan-toggle button:nth-child(1):focus-visible,
.pac-plan-toggle button:nth-child(3):hover,
.pac-plan-toggle button:nth-child(3):focus-visible {
  transform: translateY(0);
}

.pac-plan-toggle button:nth-child(2):hover,
.pac-plan-toggle button:nth-child(2):focus-visible {
  transform: translateY(-8px);
}

.pac-plan-toggle button:nth-child(4):hover,
.pac-plan-toggle button:nth-child(4):focus-visible {
  transform: translateY(14px);
}

.pac-plan-toggle button.is-active {
  background: rgba(242, 84, 31, 0.9);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 34px rgba(242, 84, 31, 0.24);
}

.pac-plan-toggle strong {
  color: #fff;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.55vw, 1.7rem);
  line-height: 0.98;
}

.pac-decision-band {
  display: grid;
  overflow: hidden;
  width: min(760px, calc(100% - clamp(40px, 8vw, 120px)));
  margin: clamp(18px, 3vw, 40px) 0 0 auto;
  background: var(--orange);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px 36px 8px 8px;
  box-shadow: 0 24px 56px rgba(242, 84, 31, 0.28);
  transform: rotate(-1deg);
}

.pac-decision-band > div {
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 178px;
  padding: clamp(24px, 3.6vw, 46px);
}

.pac-dose-cell {
  align-content: center;
  background: transparent !important;
}

.pac-dose-cell h3 {
  order: 2;
  max-width: 24ch;
  margin: 0;
  color: #fffdf9;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.25vw, 1.18rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.pac-dose-cell strong {
  order: 1;
  display: flex;
  align-items: baseline;
  gap: 0.16em;
  color: #fffdf9;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(6.2rem, 13vw, 14rem);
  font-weight: 800;
  line-height: 0.78;
}

.pac-dose-cell strong span {
  color: #fffdf9;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.nymph-app-asset {
  width: min(1180px, calc(100% - 8vw));
  margin: 0 auto clamp(82px, 10vw, 150px);
  overflow: hidden;
  color: #202735;
  background: #fffcf8;
  border: 1px solid rgba(234, 223, 210, 0.92);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.nymph-app-asset span,
.nymph-app-asset b,
.nymph-app-asset em,
.nymph-app-asset output {
  letter-spacing: 0;
}

.nymph-app-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 16px;
  background: rgba(255, 250, 244, 0.96);
  border-bottom: 1px solid #f0e3d5;
}

.nymph-app-bar span,
.nymph-app-sidebar > span,
.chemist-lab-header span,
.planner-work-head span,
.maintenance-answer-head span,
.chemist-signal-list span,
.planner-next-steps li,
.maintenance-citation-row span {
  color: #8a7d70;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nymph-app-bar strong {
  min-width: 0;
  color: #222735;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nymph-app-bar em {
  color: #9a4c23;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.nymph-app-grid {
  display: grid;
  min-height: 520px;
}

.nymph-app-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  background: rgba(255, 248, 239, 0.62);
  border-right: 1px solid #f0e3d5;
}

.nymph-context-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(234, 223, 210, 0.8);
}

.nymph-context-row b {
  color: #6a7280;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.nymph-context-row strong {
  color: #202735;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.88rem;
  text-align: right;
}

.nymph-action-button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  color: #fff;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--orange);
  border: 1px solid rgba(242, 84, 31, 0.82);
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.nymph-action-button:hover,
.nymph-action-button:focus-visible {
  background: #e84f1f;
  transform: translateY(-1px);
  outline: none;
}

.chemist-jar-test.nymph-app-asset,
.maintenance-simple-asset.nymph-app-asset,
.planner-pac-asset.nymph-app-asset {
  display: block;
  min-height: 0;
  padding: 0;
  background: #fffcf8;
  border: 1px solid rgba(234, 223, 210, 0.92);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.chemist-lab-grid {
  grid-template-columns: 270px minmax(0, 1fr);
}

.chemist-lab-main,
.planner-work-main,
.maintenance-answer-workspace {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(18px, 2.4vw, 30px);
}

.chemist-lab-header,
.planner-work-head,
.maintenance-answer-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0e3d5;
}

.chemist-lab-header h3,
.planner-work-head h3,
.maintenance-answer-head h3 {
  margin: 4px 0 0;
  color: #202735;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.08;
}

.chemist-lab-body {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(280px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.chemist-jar-preview {
  --fill: 64%;
  position: relative;
  min-height: 318px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 252, 248, 0.96)),
    #fff7ef;
  border: 1px solid #f0e3d5;
  border-radius: 8px;
}

.chemist-jar-preview::before {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 30px;
  left: 18%;
  height: 236px;
  border: 3px solid rgba(202, 213, 222, 0.9);
  border-top: 0;
  border-radius: 0 0 38px 38px;
  box-shadow: inset 18px 0 24px rgba(255, 255, 255, 0.72);
}

.chemist-jar-preview i {
  position: absolute;
  right: calc(18% + 4px);
  bottom: 34px;
  left: calc(18% + 4px);
  height: var(--fill);
  max-height: 224px;
  background: linear-gradient(180deg, rgba(221, 164, 86, 0.78), rgba(93, 116, 132, 0.64));
  border-radius: 0 0 34px 34px;
  transition: height 240ms ease, background 240ms ease;
}

.chemist-jar-preview b {
  position: absolute;
  right: 24%;
  bottom: 36px;
  left: 24%;
  height: 0;
  background: rgba(111, 79, 45, 0.32);
  border-radius: 999px 999px 18px 18px;
  transition: height 360ms ease;
}

.chemist-jar-preview.is-shaking {
  animation: jar-shake 520ms ease-in-out;
}

.chemist-jar-preview.is-settled i {
  background: linear-gradient(180deg, rgba(100, 199, 208, 0.72), rgba(63, 130, 191, 0.58));
}

.chemist-jar-preview.is-settled b {
  height: 26px;
}

.chemist-result-panel {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.88), rgba(255, 255, 255, 0.84));
  border: 1px solid #f0e3d5;
  border-radius: 8px;
}

.chemist-result-panel > strong {
  display: flex;
  align-items: baseline;
  gap: 0.18em;
  color: #202735;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(4.4rem, 9vw, 8rem);
  line-height: 0.84;
}

.chemist-result-panel > strong span {
  color: #6a7280;
  font-size: clamp(1rem, 1.8vw, 1.6rem);
  text-transform: none;
}

.chemist-result-panel p,
.planner-next-steps p,
.maintenance-steps p {
  margin: 0;
  color: #596273;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.48;
}

.chemist-signal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #f0e3d5;
  border-radius: 8px;
  background: #f0e3d5;
}

.chemist-signal-list div {
  display: grid;
  gap: 6px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.76);
}

.chemist-signal-list strong {
  color: #202735;
  font-family: Sora, system-ui, sans-serif;
  font-size: 1rem;
}

.maintenance-field-grid {
  grid-template-columns: 330px minmax(0, 1fr);
}

.maintenance-file-list button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: start;
  padding: 10px;
  color: #202735;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
}

.maintenance-file-list button:hover,
.maintenance-file-list button.is-selected {
  background: rgba(255, 237, 213, 0.52);
  border-color: #fed7aa;
}

.maintenance-file-list i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #ea580c;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
}

.maintenance-file-list strong {
  min-width: 0;
  color: #343a46;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.maintenance-file-list b,
.maintenance-file-list p {
  margin: 0;
  color: #8a7d70;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.maintenance-file-list .manual-progress-track {
  margin-top: 12px;
  background: #f0e3d5;
}

.maintenance-answer-workspace {
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0.72;
  transition: opacity 220ms ease;
}

.maintenance-simple-asset.is-digested .maintenance-answer-workspace {
  opacity: 1;
}

.maintenance-answer-head h3 {
  max-width: 34ch;
  font-size: clamp(1.08rem, 1.65vw, 1.45rem);
  line-height: 1.2;
}

.maintenance-steps {
  display: grid;
  gap: 8px;
}

.maintenance-steps div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid #f0e3d5;
  border-radius: 7px;
  opacity: 0.48;
  transform: translateX(-5px);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.maintenance-steps div.is-active {
  background: rgba(255, 247, 237, 0.84);
  opacity: 1;
  transform: translateX(0);
}

.maintenance-steps span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  background: var(--orange);
  border-radius: 999px;
}

.maintenance-citation-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid #f0e3d5;
}

.maintenance-citation-row span {
  padding: 6px 9px;
  color: #6a7280;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #f0e3d5;
  border-radius: 999px;
}

.planner-pac-asset.nymph-app-asset::before,
.planner-pac-asset.nymph-app-asset::after {
  display: none;
}

.planner-work-grid {
  grid-template-columns: 270px minmax(0, 1fr);
}

.planner-dose-chip {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 10px 12px;
  color: #fff;
  background: var(--orange);
  border-radius: 7px;
}

.planner-dose-chip output {
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 0.9;
}

.planner-dose-chip span {
  color: #fff;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.84rem;
  text-transform: none;
}

.planner-work-asset .pac-plan-toggle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.planner-work-asset .pac-plan-toggle button {
  display: grid;
  min-height: 70px;
  align-content: center;
  gap: 5px;
  padding: 12px;
  color: #343a46;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid #f0e3d5;
  border-radius: 7px;
  box-shadow: none;
  transform: none !important;
}

.planner-work-asset .pac-plan-toggle button.is-active {
  color: #9a4c23;
  background: #fff7ed;
  border-color: #fed7aa;
  box-shadow: none;
}

.planner-work-asset .pac-plan-toggle strong {
  color: inherit;
  font-size: 0.92rem;
  line-height: 1.1;
}

.planner-work-asset .pac-plan-toggle span {
  color: #8a7d70;
  font-size: 0.64rem;
}

.planner-chart-panel {
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #f0e3d5;
  border-radius: 8px;
}

.planner-chart-panel svg {
  display: block;
  width: 100%;
  height: auto;
}

.planner-grid line {
  stroke: #eadfd2;
  stroke-dasharray: 3 4;
}

.planner-axis text {
  fill: #8a7d70;
  font-family: Sora, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.planner-dose-line {
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  transition: 180ms ease;
}

.planner-dose-points circle {
  fill: #fffcf8;
  stroke: var(--orange);
  stroke-width: 3;
}

.planner-next-steps {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
}

.planner-next-steps ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.planner-next-steps li {
  color: #7c4a22;
  line-height: 1.35;
  text-transform: none;
}

.nymph-app-asset {
  color: #232832;
  background: #fffcf8;
  border-color: rgba(231, 222, 211, 0.82);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
}

.chemist-jar-test.nymph-app-asset,
.maintenance-simple-asset.nymph-app-asset,
.planner-pac-asset.nymph-app-asset {
  border-color: rgba(231, 222, 211, 0.82);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
}

.nymph-app-bar {
  min-height: 48px;
  background: #fffcf8;
  border-bottom-color: rgba(231, 222, 211, 0.72);
}

.nymph-app-bar span,
.nymph-app-sidebar > span,
.chemist-lab-header span,
.planner-work-head span,
.maintenance-answer-head span,
.chemist-signal-list span,
.planner-next-steps li,
.maintenance-citation-row span {
  color: #8a8178;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: none;
}

.nymph-app-bar span,
.nymph-app-sidebar > span,
.chemist-lab-header span,
.planner-work-head span,
.maintenance-answer-head span {
  color: #9a9188;
  font-size: 0.76rem;
}

.nymph-app-bar strong {
  color: #262b35;
  font-size: 0.94rem;
  font-weight: 700;
}

.nymph-app-bar em {
  color: #776d63;
  font-size: 0.82rem;
  font-weight: 600;
}

.nymph-app-sidebar {
  background: rgba(255, 250, 245, 0.68);
  border-right-color: rgba(231, 222, 211, 0.72);
}

.nymph-context-row {
  border-bottom-color: rgba(231, 222, 211, 0.7);
}

.nymph-context-row b {
  color: #77716a;
  font-weight: 600;
}

.nymph-context-row strong {
  color: #262b35;
  font-size: 0.9rem;
  font-weight: 700;
}

.nymph-action-button {
  color: #9a4f2f;
  background: #fff4ec;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(248, 170, 129, 0.32);
}

.nymph-action-button:hover,
.nymph-action-button:focus-visible {
  color: #7f3f24;
  background: #ffe9dc;
  box-shadow: inset 0 0 0 1px rgba(242, 84, 31, 0.28);
}

.chemist-lab-header,
.planner-work-head,
.maintenance-answer-head {
  border-bottom-color: rgba(231, 222, 211, 0.72);
}

.chemist-lab-header h3,
.planner-work-head h3,
.maintenance-answer-head h3 {
  color: #262b35;
  font-weight: 700;
}

.chemist-jar-preview,
.chemist-result-panel,
.planner-chart-panel,
.planner-next-steps {
  border-color: rgba(231, 222, 211, 0.72);
  background: rgba(255, 255, 255, 0.58);
}

.chemist-jar-preview::before {
  border-color: rgba(198, 208, 216, 0.74);
}

.chemist-jar-preview i {
  background: linear-gradient(180deg, rgba(214, 158, 91, 0.62), rgba(112, 126, 140, 0.48));
}

.chemist-jar-preview.is-settled i {
  background: linear-gradient(180deg, rgba(129, 196, 202, 0.58), rgba(91, 137, 178, 0.46));
}

.chemist-result-panel > strong,
.planner-dose-chip output {
  color: #232832;
  font-weight: 700;
}

.chemist-result-panel > strong span {
  color: #727984;
  font-weight: 600;
}

.chemist-signal-list {
  border-color: rgba(231, 222, 211, 0.72);
  background: rgba(231, 222, 211, 0.72);
}

.chemist-signal-list div {
  background: rgba(255, 255, 255, 0.55);
}

.chemist-signal-list strong {
  color: #303640;
  font-family: Sora, system-ui, sans-serif;
  font-weight: 800;
}

.maintenance-file-list button {
  border-radius: 6px;
}

.maintenance-file-list button:hover,
.maintenance-file-list button.is-selected {
  background: rgba(255, 244, 236, 0.78);
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(248, 170, 129, 0.2);
}

.maintenance-file-list i {
  color: #a45f3a;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  background: rgba(255, 247, 240, 0.84);
  border-color: rgba(248, 170, 129, 0.24);
}

.maintenance-file-list strong {
  color: #343a44;
  font-weight: 700;
}

.maintenance-file-list b,
.maintenance-file-list p {
  color: #8a8178;
  font-weight: 600;
}

.maintenance-file-list .manual-progress-track,
.manual-progress-track {
  background: rgba(231, 222, 211, 0.75);
}

.manual-progress-track i {
  background: #d58b61;
}

.maintenance-answer-workspace {
  opacity: 0.78;
}

.maintenance-steps div {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(231, 222, 211, 0.72);
}

.maintenance-steps div.is-active {
  background: rgba(255, 249, 244, 0.86);
}

.maintenance-steps span {
  color: #9a4f2f;
  background: #fff0e7;
}

.maintenance-citation-row {
  border-top-color: rgba(231, 222, 211, 0.72);
}

.maintenance-citation-row span {
  color: #77716a;
  background: rgba(255, 255, 255, 0.52);
  border-color: rgba(231, 222, 211, 0.72);
}

.planner-dose-chip {
  color: #9a4f2f;
  background: #fff0e7;
}

.planner-dose-chip output,
.planner-dose-chip span {
  color: #9a4f2f;
}

.planner-work-asset .pac-plan-toggle button {
  color: #343a44;
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(231, 222, 211, 0.72);
}

.planner-work-asset .pac-plan-toggle button.is-active {
  color: #8b4a2d;
  background: #fff4ec;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(248, 170, 129, 0.28);
}

.planner-work-asset .pac-plan-toggle span {
  color: #8a8178;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: none;
}

.planner-grid line {
  stroke: rgba(231, 222, 211, 0.82);
}

.planner-axis text {
  fill: #8a8178;
  font-weight: 700;
}

.planner-dose-line {
  stroke: #d9784c;
  stroke-width: 3.2;
}

.planner-dose-points circle {
  stroke: #d9784c;
}

.planner-next-steps {
  background: rgba(255, 249, 244, 0.78);
}

.planner-next-steps li {
  color: #705f50;
  font-weight: 700;
}

.nymph-app-asset {
  background: linear-gradient(180deg, #fffdfa 0%, #fbf6ef 100%);
  border-color: rgba(222, 213, 202, 0.86);
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.13);
}

.chemist-jar-test.nymph-app-asset,
.maintenance-simple-asset.nymph-app-asset,
.planner-pac-asset.nymph-app-asset {
  background: linear-gradient(180deg, #fffdfa 0%, #fbf6ef 100%);
  border-color: rgba(222, 213, 202, 0.86);
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.13);
}

.nymph-app-grid {
  min-height: 500px;
}

.nymph-app-sidebar {
  gap: 12px;
  padding: clamp(18px, 2.2vw, 26px);
  background: rgba(248, 243, 237, 0.74);
  border-right-color: rgba(222, 213, 202, 0.76);
}

.nymph-app-sidebar h3 {
  margin: 0 0 8px;
  color: #242a34;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.nymph-context-row {
  padding: 11px 0;
  border-bottom-color: rgba(222, 213, 202, 0.72);
}

.nymph-context-row b {
  color: #746f68;
  font-size: 0.82rem;
}

.nymph-context-row strong {
  color: #222834;
  font-size: 0.88rem;
}

.chemist-lab-main,
.planner-work-main,
.maintenance-answer-workspace {
  gap: 18px;
  padding: clamp(20px, 2.8vw, 34px);
}

.chemist-lab-header,
.planner-work-head,
.maintenance-answer-head {
  align-items: start;
  border-bottom-color: rgba(222, 213, 202, 0.74);
}

.chemist-lab-header span,
.planner-work-head span,
.maintenance-answer-head span {
  display: block;
  margin-bottom: 7px;
  color: #837b73;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.chemist-lab-header h3,
.planner-work-head h3,
.maintenance-answer-head h3 {
  max-width: 15ch;
  margin: 0;
  color: #202733;
  font-size: clamp(1.28rem, 2vw, 1.92rem);
  letter-spacing: 0;
}

.maintenance-answer-head h3 {
  max-width: 36ch;
  font-size: clamp(1.08rem, 1.58vw, 1.38rem);
}

.chemist-lab-header p,
.planner-work-head p,
.maintenance-answer-head p {
  max-width: 52ch;
  margin: 9px 0 0;
  color: #6d7480;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.48;
}

.asset-action-stack {
  display: grid;
  justify-items: end;
  gap: 9px;
  flex: 0 0 auto;
}

.asset-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #606873;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(222, 213, 202, 0.8);
  border-radius: 999px;
}

.nymph-action-button {
  min-height: 36px;
  padding: 0 14px;
  color: #f9fafb;
  background: #232a35;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: none;
}

.nymph-app-asset .nymph-action-button span {
  display: inline;
  color: inherit;
  font-family: Sora, system-ui, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

.nymph-action-button:hover,
.nymph-action-button:focus-visible {
  color: #fff;
  background: #111827;
  box-shadow: none;
}

.chemist-lab-body {
  grid-template-columns: minmax(214px, 0.66fr) minmax(300px, 1fr);
}

.chemist-jar-preview,
.chemist-result-panel,
.planner-chart-panel {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(222, 213, 202, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.chemist-result-panel {
  align-content: end;
  min-height: 318px;
}

.chemist-result-panel > span {
  color: #837b73;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: none;
}

.chemist-result-panel > strong {
  font-size: clamp(4rem, 7.4vw, 6.8rem);
}

.chemist-result-panel p,
.planner-next-steps p,
.maintenance-steps p {
  color: #5f6876;
  font-size: 0.92rem;
  font-weight: 650;
}

.chemist-signal-list {
  border-color: rgba(222, 213, 202, 0.72);
  background: rgba(222, 213, 202, 0.72);
}

.chemist-signal-list span,
.maintenance-citation-row span {
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: none;
}

.maintenance-file-list {
  align-content: stretch;
}

.maintenance-file-list button:not(.maintenance-file-action) {
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 11px;
  background: rgba(255, 255, 255, 0.36);
  border-color: rgba(222, 213, 202, 0.52);
}

.maintenance-file-list button:not(.maintenance-file-action):hover,
.maintenance-file-list button:not(.maintenance-file-action).is-selected {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(197, 185, 172, 0.82);
  box-shadow: none;
}

.maintenance-file-list i {
  color: #5f6876;
  background: #fffdfa;
  border-color: rgba(222, 213, 202, 0.82);
}

.maintenance-file-action {
  width: 100%;
  margin-top: 6px;
}

.maintenance-file-list .maintenance-file-action {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #f9fafb;
  text-align: center;
  background: #232a35;
  border-color: transparent;
}

.maintenance-file-list .maintenance-file-action:hover,
.maintenance-file-list .maintenance-file-action:focus-visible {
  background: #111827;
}

.maintenance-answer-workspace {
  opacity: 0.84;
}

.maintenance-simple-asset.is-digested .maintenance-answer-workspace {
  opacity: 1;
}

.maintenance-steps div {
  padding: 13px;
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(222, 213, 202, 0.7);
}

.maintenance-steps div.is-active {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.maintenance-steps span {
  color: #fff;
  background: #687384;
}

.planner-context-list {
  gap: 16px;
}

.planner-context-group {
  display: grid;
}

.planner-work-asset .planner-context-list .pac-plan-toggle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.planner-work-asset .pac-plan-toggle button {
  min-height: 56px;
  padding: 11px 12px;
  align-content: center;
  justify-items: start;
  background: rgba(255, 255, 255, 0.46);
  border-color: rgba(222, 213, 202, 0.72);
}

.planner-work-asset .pac-plan-toggle button.is-active {
  color: #202733;
  background: rgba(255, 255, 255, 0.82);
  border-color: #202733;
  box-shadow: none;
}

.planner-work-asset .pac-plan-toggle strong {
  font-size: 0.88rem;
  font-weight: 750;
}

.planner-work-asset .pac-plan-toggle span {
  color: #77716a;
  font-size: 0.72rem;
}

.planner-dose-chip {
  padding: 11px 13px;
  color: #202733;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(222, 213, 202, 0.8);
}

.planner-dose-chip output,
.planner-dose-chip span {
  color: #202733;
}

.planner-dose-line {
  stroke: #5f6876;
  stroke-width: 3.4;
}

.planner-dose-points circle {
  fill: #fffdfa;
  stroke: #5f6876;
}

.planner-next-steps {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(222, 213, 202, 0.72);
}

.planner-next-steps li {
  color: #555f6d;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.nymph-app-asset {
  --asset-orange: #f2541f;
  --asset-orange-dark: #9f3213;
  --asset-orange-soft: #fff0e8;
  --asset-ink: #202733;
  --asset-muted: #4d5562;
  background: #fffdfa;
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.12);
}

.chemist-jar-test.nymph-app-asset,
.maintenance-simple-asset.nymph-app-asset,
.planner-pac-asset.nymph-app-asset {
  background: #fffdfa;
}

.nymph-app-sidebar {
  background: #fbf5ee;
  border-right-color: rgba(225, 210, 197, 0.88);
}

.nymph-app-sidebar h3,
.chemist-lab-header h3,
.planner-work-head h3,
.maintenance-answer-head h3 {
  color: var(--asset-ink);
}

.nymph-context-row b,
.chemist-lab-header span,
.planner-work-head span,
.maintenance-answer-head span,
.chemist-result-panel > span,
.chemist-signal-list span,
.maintenance-citation-row span {
  color: var(--asset-muted);
}

.nymph-context-row strong,
.chemist-signal-list strong,
.maintenance-file-list strong {
  color: var(--asset-ink);
}

.asset-status {
  color: var(--asset-orange-dark);
  background: var(--asset-orange-soft);
  border-color: rgba(242, 84, 31, 0.24);
}

.nymph-action-button,
.maintenance-file-list .maintenance-file-action {
  color: #fff;
  background: var(--asset-orange);
  border-color: transparent;
  box-shadow: none;
}

.nymph-action-button:hover,
.nymph-action-button:focus-visible,
.maintenance-file-list .maintenance-file-action:hover,
.maintenance-file-list .maintenance-file-action:focus-visible {
  color: #fff;
  background: #d94a1d;
  box-shadow: none;
}

.chemist-lab-header,
.planner-work-head,
.maintenance-answer-head {
  padding-bottom: 12px;
}

.chemist-lab-header {
  justify-content: end;
}

.chemist-lab-header p,
.planner-work-head p,
.maintenance-answer-head p {
  color: var(--asset-ink);
}

.chemist-jar-preview,
.chemist-result-panel,
.planner-chart-panel,
.planner-next-steps {
  background: #fffaf5;
  border-color: rgba(225, 210, 197, 0.9);
  box-shadow: none;
}

.chemist-jar-preview::before {
  border-color: rgba(178, 187, 196, 0.88);
  box-shadow: none;
}

.chemist-jar-preview i {
  background:
    linear-gradient(180deg, rgba(143, 88, 39, 0.62), rgba(99, 66, 38, 0.7)),
    #8b5e34;
  opacity: 0.94;
}

.chemist-jar-preview.is-settling i {
  background:
    linear-gradient(180deg, rgba(132, 111, 85, 0.5), rgba(113, 82, 50, 0.62)),
    #8b5e34;
}

.chemist-jar-preview.is-settled i {
  background:
    linear-gradient(180deg, rgba(171, 225, 236, 0.72), rgba(91, 171, 199, 0.66)),
    #7fc7dd;
  opacity: 0.9;
}

.chemist-jar-preview b {
  background: rgba(91, 55, 30, 0.58);
}

.chemist-jar-preview.is-settled b {
  height: 34px;
}

.chemist-result-panel > strong,
.chemist-result-panel > strong span {
  color: var(--asset-orange);
}

.chemist-result-panel p,
.planner-next-steps p,
.maintenance-steps p {
  color: var(--asset-ink);
  font-size: 0.94rem;
  font-weight: 750;
}

.chemist-signal-list {
  gap: 8px;
  background: transparent;
  border: 0;
}

.chemist-signal-list div {
  background: #fff7f0;
  border: 1px solid rgba(242, 84, 31, 0.18);
  border-radius: 7px;
}

.maintenance-file-list {
  gap: 14px;
}

.maintenance-file-list button:not(.maintenance-file-action) {
  background: #fffaf5;
  border-color: rgba(225, 210, 197, 0.9);
  box-shadow: none;
}

.maintenance-file-list button:not(.maintenance-file-action):hover,
.maintenance-file-list button:not(.maintenance-file-action).is-selected {
  background: #fff7f0;
  border-color: rgba(242, 84, 31, 0.52);
  box-shadow: none;
}

.maintenance-upload-card {
  min-height: 132px;
  align-content: center;
}

.maintenance-file-list button.maintenance-upload-card {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 18px;
  margin-bottom: 12px;
  border-style: dashed;
  border-width: 2px;
}

.maintenance-upload-card span {
  display: flex;
  color: var(--asset-ink);
  font-family: Sora, system-ui, sans-serif;
  text-transform: none;
}

.maintenance-upload-file {
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.maintenance-upload-file strong {
  min-width: 0;
  line-height: 1.2;
}

.maintenance-file-list i {
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--asset-orange);
  border-color: transparent;
  border-radius: 8px;
}

.maintenance-upload-card .maintenance-upload-into {
  justify-content: center;
  color: var(--asset-orange-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.maintenance-upload-target {
  min-height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--asset-orange-dark);
  font-size: 0.9rem;
  font-weight: 850;
  background: var(--asset-orange-soft);
  border: 1px solid rgba(242, 84, 31, 0.24);
  border-radius: 8px;
}

.maintenance-file-list b,
.maintenance-file-list p {
  color: var(--asset-muted);
}

.maintenance-file-chips {
  display: flex;
  gap: 8px;
}

.maintenance-file-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--asset-orange-dark);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 750;
  background: var(--asset-orange-soft);
  border: 1px solid rgba(242, 84, 31, 0.22);
  border-radius: 999px;
  text-transform: none;
}

.manual-progress-track {
  height: 18px;
  background: #eadfd4;
  border-radius: 999px;
}

.manual-progress-track i {
  background: var(--asset-orange);
}

.maintenance-answer-workspace {
  opacity: 1;
}

.maintenance-steps div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  justify-items: start;
  gap: 10px;
  min-height: 0;
  align-content: center;
  align-items: center;
  padding: 14px;
  background: #fffaf5;
  border-color: rgba(225, 210, 197, 0.9);
  opacity: 0.72;
  transform: none;
  text-align: left;
  box-shadow: none;
}

.maintenance-steps div.is-active {
  background: #fff3eb;
  border-color: rgba(242, 84, 31, 0.5);
  box-shadow: none;
}

.maintenance-steps div {
  opacity: 1;
}

.maintenance-steps span {
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--asset-orange);
}

.maintenance-steps p {
  font-size: 1rem;
}

.maintenance-citation-row {
  display: none;
  border-top: 0;
}

.maintenance-simple-asset.is-digesting .maintenance-citation-row,
.maintenance-simple-asset.is-digested .maintenance-citation-row {
  display: flex;
}

.maintenance-manual-detail {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #fff7f0;
  border: 1px solid rgba(242, 84, 31, 0.18);
  border-radius: 8px;
}

.maintenance-manual-detail h4 {
  margin: 0;
  color: var(--asset-orange-dark);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0;
}

.maintenance-manual-detail p {
  margin: 0;
  color: var(--asset-ink);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.maintenance-manual-detail div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.maintenance-manual-detail span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: var(--asset-orange-dark);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  background: #fffdfa;
  border: 1px solid rgba(242, 84, 31, 0.18);
  border-radius: 999px;
  text-transform: none;
}

.maintenance-citation-row span {
  color: var(--asset-orange-dark);
  background: var(--asset-orange-soft);
  border-color: rgba(242, 84, 31, 0.22);
}

.planner-work-asset .pac-plan-toggle {
  gap: 10px;
}

.planner-work-asset .pac-plan-toggle button {
  min-height: 52px;
  color: var(--asset-ink);
  background: #fffaf5;
  border-color: rgba(225, 210, 197, 0.9);
  box-shadow: none;
}

.planner-work-asset .pac-plan-toggle button.is-active {
  color: #fff;
  background: var(--asset-orange);
  border-color: var(--asset-orange);
  box-shadow: none;
}

.planner-work-asset .pac-plan-toggle button.is-active strong {
  color: #fff;
}

.planner-dose-chip {
  color: #fff;
  background: var(--asset-orange);
  border-color: transparent;
}

.planner-dose-chip output,
.planner-dose-chip span {
  color: #fff;
}

.planner-dose-line {
  stroke: var(--asset-orange);
  stroke-width: 4;
}

.planner-dose-points circle {
  fill: #fffdfa;
  stroke: var(--asset-orange);
  stroke-width: 3.5;
}

.planner-axis text {
  fill: var(--asset-muted);
}

.planner-grid line {
  stroke: rgba(225, 210, 197, 0.88);
}

.planner-next-steps {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 14px;
}

.planner-next-steps p {
  color: var(--asset-orange-dark);
}

.planner-next-steps ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.planner-next-steps li {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 8px;
  color: var(--asset-ink);
  background: #fff3eb;
  border: 1px solid rgba(242, 84, 31, 0.18);
  border-radius: 7px;
  text-align: center;
}

.maintenance-answer-head h3,
.maintenance-answer-head span {
  color: var(--asset-ink);
}

.maintenance-simple-asset .manual-answer-panel {
  min-height: auto;
  opacity: 1;
}

.maintenance-answer-body {
  display: none;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  gap: 14px;
  align-items: stretch;
}

.maintenance-simple-asset.is-digesting .maintenance-answer-body,
.maintenance-simple-asset.is-digested .maintenance-answer-body {
  display: grid;
}

.maintenance-answer-placeholder {
  display: grid;
  min-height: 322px;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
  background: #fffaf5;
  border: 1px dashed rgba(242, 84, 31, 0.28);
  border-radius: 8px;
}

.maintenance-answer-placeholder strong {
  color: var(--asset-ink);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 850;
  line-height: 1.08;
}

.maintenance-answer-placeholder p {
  margin: 0;
  color: var(--asset-orange-dark);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.maintenance-simple-asset.is-digesting .maintenance-answer-placeholder,
.maintenance-simple-asset.is-digested .maintenance-answer-placeholder {
  display: none;
}

.maintenance-steps div {
  opacity: 1;
}

.chemist-jar-test:not(.has-interacted) .nymph-action-button,
.maintenance-simple-asset:not(.has-interacted) .maintenance-upload-card,
.maintenance-simple-asset:not(.has-interacted) .maintenance-file-action,
.planner-work-asset:not(.has-interacted) .pac-plan-toggle button:not(.is-active) {
  animation: asset-click-pulse 1.9s ease-in-out infinite;
}

.planner-work-asset:not(.has-interacted) .pac-plan-toggle button:not(.is-active) {
  animation-delay: calc(var(--pulse-step, 0) * 140ms);
}

.planner-work-asset:not(.has-interacted) .pac-plan-toggle button:nth-child(2) {
  --pulse-step: 1;
}

.planner-work-asset:not(.has-interacted) .pac-plan-toggle button:nth-child(3) {
  --pulse-step: 2;
}

.planner-work-asset:not(.has-interacted) .pac-plan-toggle button:nth-child(4) {
  --pulse-step: 3;
}

@keyframes asset-click-pulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(242, 84, 31, 0);
  }

  45% {
    transform: translateY(-1px);
    box-shadow: 0 0 0 5px rgba(242, 84, 31, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chemist-jar-test:not(.has-interacted) .nymph-action-button,
  .maintenance-simple-asset:not(.has-interacted) .maintenance-upload-card,
  .maintenance-simple-asset:not(.has-interacted) .maintenance-file-action,
  .planner-work-asset:not(.has-interacted) .pac-plan-toggle button:not(.is-active) {
    animation: none;
  }
}

@media (max-width: 860px) {
  .nymph-app-asset {
    width: min(100% - 32px, 720px);
  }

  .nymph-app-bar {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 4px;
    padding: 12px 14px;
  }

  .chemist-lab-grid,
  .maintenance-field-grid,
  .planner-work-grid {
    grid-template-columns: 1fr;
  }

  .nymph-app-sidebar {
    border-right: 0;
    border-bottom: 1px solid #f0e3d5;
  }

  .chemist-lab-body {
    grid-template-columns: 1fr;
  }

  .chemist-jar-preview {
    min-height: 260px;
  }

  .chemist-result-panel > strong {
    font-size: clamp(3.4rem, 16vw, 5.4rem);
  }

  .chemist-signal-list {
    grid-template-columns: 1fr;
  }

  .maintenance-steps,
  .maintenance-answer-body,
  .planner-next-steps,
  .planner-next-steps ul {
    grid-template-columns: 1fr;
  }

  .chemist-lab-header,
  .planner-work-head,
  .maintenance-answer-head {
    display: grid;
  }

  .planner-work-asset .pac-plan-toggle {
    grid-template-columns: 1fr;
  }

  .planner-chart-panel {
    overflow-x: auto;
  }

  .planner-chart-panel svg {
    min-width: 640px;
  }
}

.manual-diagram-card {
  display: grid;
  place-items: center;
  min-height: 250px;
  padding: 10px;
}

.manual-diagram-card svg {
  width: 100%;
  max-width: 330px;
  height: auto;
  color: #172030;
}

.pump-shell,
.pump-volute {
  fill: #dbe4ea;
  stroke: #172030;
  stroke-width: 3;
}

.pump-volute {
  fill: #eef3f5;
}

.pump-impeller,
.pump-vane {
  fill: #6f7b88;
  stroke: #172030;
  stroke-width: 2;
}

.pump-vane {
  fill: #9da8b1;
}

.pump-seal-highlight {
  fill: none;
  stroke: var(--orange);
  stroke-dasharray: 8 7;
  stroke-width: 5;
  transform-origin: 181px 145px;
}

.maintenance-manual-asset.is-digested .pump-seal-highlight {
  animation: manual-seal-pulse 1.7s ease-in-out infinite;
}

.pump-callout {
  fill: none;
  stroke: #206e66;
  stroke-linecap: round;
  stroke-width: 3;
}

.pump-callout.secondary {
  stroke: var(--orange);
}

.manual-diagram-card text {
  fill: #172030;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.manual-citations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.manual-citations a {
  padding: 10px 12px;
  color: #172030;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(38, 47, 61, 0.14);
  border-radius: 999px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.manual-citations a:hover,
.manual-citations a:focus-visible {
  background: rgba(255, 91, 26, 0.12);
  border-color: rgba(255, 91, 26, 0.38);
  transform: translateY(-1px);
  outline: none;
}

.manual-answer-panel,
.manual-question,
.manual-answer-grid,
.manual-citations {
  opacity: 0.52;
  transform: translateY(8px);
  transition:
    opacity 300ms ease,
    transform 300ms ease;
}

.maintenance-manual-asset.is-digested .manual-answer-panel,
.maintenance-manual-asset.is-digested .manual-question,
.maintenance-manual-asset.is-digested .manual-answer-grid,
.maintenance-manual-asset.is-digested .manual-citations {
  opacity: 1;
  transform: translateY(0);
}

@keyframes manual-seal-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.035);
  }
}

.analyst-original-asset,
.coach-original-asset {
  overflow: hidden;
  background: #faf8f4;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.analyst-original-asset img,
.coach-original-asset img {
  display: block;
  width: 100%;
  height: auto;
}

.analyst-svi-asset {
  overflow: hidden;
  color: #171c2a;
  background: #fcfaf7;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.analyst-svi-card {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2vw, 28px);
}

.analyst-svi-card h2 {
  margin: 0;
  color: #171c2a;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.2;
}

.analyst-svi-card p {
  margin: 0;
  color: #1f2937;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.5;
}

.analyst-svi-card strong {
  color: #151b28;
  font-family: inherit;
  font-weight: 800;
}

.analyst-svi-grid-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: 16px;
}

.analyst-svi-controls {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  background: #fffdf9;
  border: 1px solid #e9ded0;
  border-radius: 8px;
}

.analyst-svi-controls label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 13px 14px;
  background: #fbf7f0;
  border: 1px solid #ece1d2;
  border-radius: 7px;
}

.analyst-svi-controls span,
.analyst-svi-result span {
  display: inline;
  color: #7b8491;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.analyst-svi-controls label > strong {
  justify-self: end;
  color: #151b29;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.22vw, 1.25rem);
  line-height: 1;
}

.analyst-svi-controls input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: #2563ff;
}

.analyst-svi-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background: linear-gradient(90deg, #2563ff, var(--orange));
  border-radius: 999px;
}

.analyst-svi-controls input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -5.5px;
  background: #2563ff;
  border: 2px solid #fffdf9;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(37, 99, 255, 0.32);
  appearance: none;
}

.analyst-svi-controls input[type="range"]::-moz-range-track {
  height: 7px;
  background: linear-gradient(90deg, #2563ff, var(--orange));
  border-radius: 999px;
}

.analyst-svi-controls input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #2563ff;
  border: 2px solid #fffdf9;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(37, 99, 255, 0.32);
}

.analyst-svi-result {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(22px, 3.4vw, 42px);
  color: #151b29;
  background:
    linear-gradient(135deg, rgba(37, 99, 255, 0.12), rgba(242, 84, 31, 0.08)),
    #fffaf3;
  border: 1px solid #ead9c9;
  border-left: 5px solid #2563ff;
  border-radius: 8px;
}

.analyst-svi-result span {
  color: #2d4f97;
}

.analyst-svi-result > strong {
  color: #2563ff;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.45rem, 4.7vw, 5rem);
  line-height: 0.88;
}

.analyst-svi-result p {
  max-width: 48ch;
  margin: 0;
  color: #4f5b6b;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.22vw, 1.12rem);
  font-weight: 700;
  line-height: 1.42;
}

.analyst-svi-chart {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: clamp(18px, 2.4vw, 30px);
  overflow-x: auto;
  background: #fffdf9;
  border: 0;
  border-radius: 8px;
}

.analyst-svi-chart figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  min-width: 760px;
  color: #364152;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1;
}

.analyst-svi-chart figcaption b {
  font-weight: 700;
}

.analyst-svi-chart figcaption em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #68758a;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
}

.analyst-svi-chart figcaption i {
  display: block;
  width: 16px;
  height: 6px;
  background: #2563ff;
  border-radius: 999px;
}

.analyst-svi-chart figcaption .mlss i {
  background: #16a34a;
}

.analyst-svi-chart figcaption .tss i {
  background: #f97316;
}

.analyst-svi-chart figcaption .flow i {
  background: #7c3aed;
}

.analyst-svi-chart figcaption .risk i {
  background: #f97316;
}

.analyst-svi-chart figcaption .target i {
  background: var(--orange);
}

.analyst-svi-chart svg {
  display: block;
  min-width: 760px;
  width: 100%;
  height: auto;
}

.analyst-svi-grid line {
  stroke: #e8dfd2;
  stroke-dasharray: 3 4;
}

.analyst-svi-axis text {
  fill: #68758a;
  font-family: Sora, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.analyst-svi-line {
  fill: none;
  stroke: #2563ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: 160ms ease;
}

.analyst-svi-line.mlss {
  stroke: #16a34a;
}

.analyst-svi-line.tss {
  stroke: #f97316;
}

.analyst-svi-line.flow {
  stroke: #7c3aed;
}

.analyst-svi-line.risk {
  stroke: #f97316;
}

.analyst-svi-target {
  stroke: var(--orange);
  stroke-dasharray: 6 6;
  stroke-width: 1.6;
}

.analyst-hover-line {
  opacity: 0;
  stroke: #151b28;
  stroke-dasharray: 3 4;
  stroke-width: 1;
}

.analyst-hover-line.is-visible {
  opacity: 0.54;
}

.analyst-hover-points circle {
  opacity: 0;
  fill: #fffdf9;
  stroke-width: 2.4;
}

.analyst-hover-points circle.is-visible {
  opacity: 1;
}

.analyst-hover-points .svi {
  stroke: #2563ff;
}

.analyst-hover-points .mlss {
  stroke: #16a34a;
}

.analyst-hover-points .tss {
  stroke: #f97316;
}

.analyst-hover-points .flow {
  stroke: #7c3aed;
}

.analyst-hover-points .risk {
  stroke: #f97316;
}

.analyst-chart-tooltip {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 8px;
  width: min(250px, calc(100% - 28px));
  padding: 12px;
  color: #151b28;
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid #e0d6c8;
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(20, 16, 10, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition:
    opacity 120ms ease,
    transform 120ms ease;
}

.analyst-chart-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.analyst-chart-tooltip strong {
  color: #151b28;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
}

.analyst-chart-tooltip div {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 8px;
  align-items: baseline;
  color: #4f5b6b;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.analyst-chart-tooltip span {
  display: inline;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
}

.analyst-chart-tooltip b,
.analyst-chart-tooltip em {
  color: #151b28;
  font-style: normal;
}

.analyst-chart-tooltip .svi span {
  color: #2563ff;
}

.analyst-chart-tooltip .mlss span {
  color: #16a34a;
}

.analyst-chart-tooltip .tss span {
  color: #f97316;
}

.analyst-chart-tooltip .flow span {
  color: #7c3aed;
}

.analyst-chart-tooltip .risk span {
  color: #f97316;
}

.analyst-svi-points circle {
  fill: #fffdf9;
  stroke: #2563ff;
  stroke-width: 2;
  transition: 160ms ease;
}

.analyst-svi-chart p {
  min-width: 760px;
  color: #68758a;
  font-size: 0.9rem;
  font-weight: 700;
}

.analyst-svi-table {
  display: grid;
  grid-column: 1 / -1;
  gap: 14px;
  padding: 14px;
  overflow-x: auto;
  background: #fffdf9;
  border: 1px solid #e9ded0;
  border-radius: 8px;
}

.analyst-svi-table table {
  width: 100%;
  min-width: 680px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  color: #344154;
  background: transparent;
  border: 1px solid #eadfd1;
  border-radius: 7px;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.08vw, 1rem);
  font-weight: 800;
  text-align: left;
}

.analyst-svi-table th,
.analyst-svi-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #ece2d7;
}

.analyst-svi-table th {
  color: #222b3a;
  background: #eef4ff;
  font-weight: 900;
}

.analyst-svi-table tr:last-child td {
  border-bottom: 0;
}

.coach-battle {
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: clamp(22px, 3.4vw, 44px);
  background: transparent;
  border: 0;
}

.us-state-map {
  display: block;
  width: 100%;
  max-width: 980px;
  aspect-ratio: 940 / 610;
  border: 0;
}

.coach-map-caption {
  max-width: 760px;
  margin: clamp(14px, 2vw, 22px) auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Raleway, system-ui, sans-serif;
  font-size: clamp(0.96rem, 1.25vw, 1.14rem);
  line-height: 1.5;
  text-align: center;
}

.state-map-tooltip {
  position: fixed;
  z-index: 1000;
  display: grid;
  gap: 3px;
  padding: 9px 11px;
  color: #080808;
  background: var(--orange);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 14px));
  transition: opacity 120ms ease;
  white-space: nowrap;
}

.state-map-tooltip.is-visible {
  opacity: 1;
}

.state-map-tooltip small {
  color: rgba(8, 8, 8, 0.72);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-case-manual,
.role-case-plan,
.role-case-compliance {
  margin-bottom: clamp(82px, 10vw, 150px);
}

.role-case-asset {
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto clamp(78px, 10vw, 140px);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.role-case-asset span {
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-case-asset strong {
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  letter-spacing: 0;
}

.role-case-dosing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr) 70px minmax(0, 1.2fr);
  align-items: stretch;
  gap: 0;
  background: #101010;
}

.role-case-meter {
  display: grid;
  align-content: center;
  min-height: 280px;
  padding: clamp(26px, 4vw, 54px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.role-case-meter strong {
  display: block;
  margin: 28px 0 12px;
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: 0.82;
}

.role-case-meter p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.32;
}

.role-case-meter-accent {
  background: linear-gradient(135deg, rgba(242, 84, 31, 0.22), rgba(98, 224, 210, 0.08));
}

.role-case-arrow {
  position: relative;
  min-height: 100%;
}

.role-case-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--orange);
}

.role-case-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 17px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}

.role-case-source {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #080808;
}

.role-case-source div,
.role-case-plan div,
.role-case-compliance div {
  display: grid;
  align-content: space-between;
  min-height: 260px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.role-case-source div:last-child,
.role-case-plan div:last-child,
.role-case-compliance div:last-child {
  border-right: 0;
}

.role-case-source strong,
.role-case-plan strong,
.role-case-compliance strong {
  max-width: 9ch;
  font-size: clamp(1.9rem, 3.4vw, 4.2rem);
  line-height: 0.95;
}

.role-case-source div:nth-child(2) {
  background: rgba(242, 84, 31, 0.12);
}

.role-case-source div:nth-child(3),
.role-case-source div:nth-child(4) {
  background: rgba(98, 224, 210, 0.08);
}

.role-case-coach {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.role-question-card,
.role-answer-stack {
  min-height: 420px;
  background: #101010;
}

.role-question-card {
  display: grid;
  align-content: center;
  gap: 30px;
  padding: clamp(28px, 4vw, 58px);
}

.role-question-card strong {
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  line-height: 0.9;
}

.role-answer-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.role-answer-stack span {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 24px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(1.1rem, 1.8vw, 1.65rem);
  text-align: center;
}

.role-case-manual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.6fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.role-manual-page,
.role-manual-result {
  display: grid;
  align-content: center;
  min-height: 430px;
  padding: clamp(28px, 4vw, 62px);
  background: #f7f4ee;
}

.role-manual-page span,
.role-manual-result span {
  color: #c9531e;
}

.role-manual-page strong,
.role-manual-result strong {
  color: #151515;
}

.role-manual-page strong {
  padding: 24px 0;
  border-bottom: 1px solid #d7cec1;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.94;
}

.role-manual-result {
  background: #151515;
}

.role-manual-result strong {
  margin-top: 34px;
  color: var(--white);
  font-size: clamp(2.4rem, 4.4vw, 5.2rem);
  line-height: 0.92;
}

.role-case-plan,
.role-case-compliance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #101010;
}

.role-case-plan div {
  position: relative;
}

.role-case-plan div::before {
  content: "";
  position: absolute;
  top: clamp(62px, 7vw, 92px);
  left: clamp(24px, 3vw, 42px);
  width: 18px;
  height: 18px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: #101010;
}

.role-case-plan strong {
  margin-top: 96px;
}

.role-case-compliance div:nth-child(1) strong {
  color: var(--orange);
}

.role-case-compliance div:nth-child(4) {
  background: rgba(242, 84, 31, 0.16);
}

.compliance-values-panel {
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto clamp(82px, 10vw, 150px);
  padding: clamp(18px, 2.6vw, 28px);
  color: #172033;
  background: #fbfaf8;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.values-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.values-toolbar h3 {
  margin: 0 0 14px;
  color: #172033;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.2;
}

.values-toolbar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.values-toolbar li,
.values-chart-head button {
  position: relative;
  color: #697386;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.86rem;
  line-height: 1.2;
}

.values-toolbar button,
.values-chart-head button {
  position: relative;
  min-height: 26px;
  padding: 0 0 0 16px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.values-toolbar button.is-active,
.values-toolbar button:hover,
.values-chart-head button.is-active,
.values-chart-head button:hover {
  color: #172033;
}

.values-toolbar button.is-active {
  padding-right: 10px;
  background: #fff;
  box-shadow: 0 0 0 1px #ded8cf;
}

.values-toolbar li button::before,
.values-chart-head button::before,
.values-table td.inside::before,
.values-table td.outside::before,
.values-table td.near::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.values-toolbar li button::before,
.values-chart-head button::before {
  top: 0.42em;
  left: 0;
}

.values-toolbar .danger button::before,
.values-chart-head .red::before {
  background: #e12d2d;
}

.values-toolbar .near button::before {
  background: #f59f00;
}

.values-toolbar .outside button::before {
  background: #f97316;
}

.values-toolbar .inside button::before,
.values-chart-head .green::before {
  background: #0f9f72;
}

.values-chart-head .blue::before {
  background: #2563eb;
}

.values-chart-head .purple::before {
  background: #7c3aed;
}

.values-actions {
  display: flex;
  gap: 10px;
}

.values-actions button {
  min-height: 44px;
  padding: 0 18px;
  color: #334155;
  background: #fff;
  border: 1px solid #ded8cf;
  border-radius: 6px;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
}

.values-actions button:nth-child(2) {
  color: #d64512;
  border-color: #f0d6c6;
}

.values-chart {
  padding: 18px 18px 14px;
  background: #fff;
  border: 1px solid #ded8cf;
  border-radius: 8px;
}

.values-chart-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
}

.values-chart-head strong {
  color: #344054;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
}

.values-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.values-chart .grid line {
  stroke: #e8e4dd;
  stroke-dasharray: 3 4;
}

.values-chart .line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
  transition:
    opacity 180ms ease,
    stroke-width 180ms ease,
    filter 180ms ease;
}

.compliance-values-panel[data-active-series] .values-chart .line {
  opacity: 0.18;
}

.compliance-values-panel[data-active-series="blue"] .values-chart .line.blue,
.compliance-values-panel[data-active-series="green"] .values-chart .line.green,
.compliance-values-panel[data-active-series="red"] .values-chart .line.red,
.compliance-values-panel[data-active-series="purple"] .values-chart .line.purple {
  opacity: 1;
  stroke-width: 5;
  filter: drop-shadow(0 8px 12px rgba(23, 32, 51, 0.16));
}

.values-chart .blue {
  stroke: #2563eb;
}

.values-chart .green {
  stroke: #0f9f72;
}

.values-chart .red {
  stroke: #e12d2d;
}

.values-chart .purple {
  stroke: #7c3aed;
}

.values-table-wrap {
  max-height: 430px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.values-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: #fff;
  font-family: Sora, system-ui, sans-serif;
}

.values-table th,
.values-table td {
  padding: 15px 16px;
  color: #172033;
  border-right: 1px solid #ece8e0;
  border-bottom: 1px solid #ece8e0;
  text-align: right;
  white-space: nowrap;
}

.values-table th {
  text-align: left;
  font-size: 0.82rem;
}

.values-table thead th {
  height: 58px;
  vertical-align: top;
}

.values-table thead span {
  display: block;
  margin-top: 8px;
  color: #98a2b3;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.78rem;
}

.values-table tbody th {
  color: #667085;
}

.values-table tbody tr {
  cursor: pointer;
  outline: 0;
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.values-table tbody tr:hover,
.values-table tbody tr:focus-visible {
  background: #f7fbff;
}

.values-table tbody tr.is-selected {
  background: #f6fbff;
  box-shadow: inset 4px 0 0 #2563eb;
}

.values-table tbody tr.is-selected td,
.values-table tbody tr.is-selected th {
  border-bottom-color: #cfe2ff;
}

.values-table td.outside,
.values-table td.near {
  position: relative;
  background: #fff3df;
}

.values-table td.inside {
  position: relative;
}

.values-table td.inside::before,
.values-table td.outside::before,
.values-table td.near::before {
  top: 50%;
  left: 36%;
  transform: translate(-50%, -50%);
}

.values-table td.inside::before {
  background: #0f9f72;
}

.values-table td.outside::before {
  background: #f97316;
}

.values-table td.near::before {
  background: #f59f00;
}

.values-table td[data-values-status-cell] {
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

.compliance-values-panel[data-active-status] .values-table td[data-values-status-cell] {
  opacity: 0.32;
}

.compliance-values-panel[data-active-status="inside"] .values-table td[data-values-status-cell="inside"],
.compliance-values-panel[data-active-status="outside"] .values-table td[data-values-status-cell="outside"],
.compliance-values-panel[data-active-status="near"] .values-table td[data-values-status-cell="near"],
.compliance-values-panel[data-active-status="danger"] .values-table td[data-values-status-cell="danger"] {
  opacity: 1;
  box-shadow: inset 0 0 0 2px rgba(242, 84, 31, 0.26);
}

.role-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.34fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 124px);
  align-items: end;
  box-sizing: border-box;
  width: 100%;
  min-height: min(1040px, 100svh);
  overflow: hidden;
  isolation: isolate;
  padding: clamp(78px, 11vw, 150px) 4vw;
  background: #060606;
}

.role-story::before,
.role-story::after {
  content: "";
  position: absolute;
  inset: 0;
}

.role-story::before {
  z-index: -2;
  background: var(--role-story-image, url("assets/pages/product-demo.webp")) center / cover no-repeat;
  filter: saturate(0.82) contrast(1.08) brightness(0.58);
  transform: scale(1.02);
}

.role-story::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.48) 46%, rgba(0, 0, 0, 0.84)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.92), transparent 58%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 34%);
}

.role-story-chemist {
  --role-story-image: url("assets/pages/mission-aerial.webp");
}

.role-story-analyst {
  --role-story-image: url("assets/pages/product-demo.webp");
}

.role-story-coach {
  --role-story-image: url("assets/pages/about-team.jpg");
}

.role-story-maintenance {
  --role-story-image: url("assets/Maintenance/Grit-Chamber-with-Grit-Pump-Mod-MJG.jpg");
}

.role-story-planner {
  --role-story-image: url("assets/pages/mission-aerial.webp");
}

.role-story-compliance {
  --role-story-image: url("assets/pages/patent-system.webp");
}

.role-story-card {
  display: grid;
  align-content: end;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  min-height: 520px;
  padding: 0;
  color: var(--white);
}

.role-story-card span {
  color: var(--orange);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-story-card h2 {
  max-width: 11ch;
  margin: clamp(24px, 4vw, 58px) 0 clamp(26px, 4vw, 50px);
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.3rem, 4.1vw, 5.3rem);
  line-height: 0.94;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.role-story-card dl {
  display: grid;
  gap: 0;
  margin: 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.role-story-card dl div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.role-story-card dt {
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-story-card dd {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}

.role-story-copy {
  display: grid;
  align-content: end;
  justify-self: end;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  width: min(920px, 100%);
  padding: 0 0 clamp(2px, 1vw, 18px);
  background: transparent;
}

.role-story-copy h2 {
  max-width: 960px;
  margin: 18px 0 clamp(24px, 4vw, 42px);
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.5rem, 4.9vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.role-story-copy p {
  width: 100%;
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.04rem, 1.25vw, 1.2rem);
  line-height: 1.62;
}

.role-story-copy p:last-child {
  margin-bottom: 0;
}

.role-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: #101010;
}

.role-proof-strip article {
  min-height: 220px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.role-proof-strip article:last-child {
  border-right: 0;
}

.role-proof-strip strong {
  display: block;
  margin: 26px 0 14px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.8rem, 5vw, 6rem);
  line-height: 0.9;
}

.role-proof-strip p,
.role-section p,
.role-evidence li {
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  line-height: 1.55;
}

.role-proof-strip p {
  max-width: 320px;
  margin: 0;
  font-size: 1.02rem;
}

.role-case-study {
  width: min(1520px, calc(100% - 4vw));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 140px) 0;
}

.role-case-study .role-section-head {
  margin-bottom: clamp(30px, 5vw, 64px);
}

.role-case-study .role-section-head h2 {
  max-width: 940px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.6vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.role-case-study-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
}

.role-case-chart {
  margin: 0;
  color: #1a1916;
  box-shadow: 0 1px 2px rgba(20, 16, 10, 0.04), 0 18px 46px rgba(20, 16, 10, 0.16);
}

.role-case-chart.bio-case-chart {
  background: #fffdf9;
  border: 0;
  border-radius: 8px;
}

.role-case-chart figcaption span,
.role-case-copy article span {
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-case-chart-note {
  margin: 8px 0 0;
  color: #6a655d;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", sans-serif;
  font-size: 11.5px;
  line-height: 1.5;
}

.role-case-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.role-case-lead,
.role-case-copy article {
  background: #101010;
}

.role-case-lead {
  grid-column: 1 / -1;
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.55;
}

.role-case-copy article {
  min-height: 212px;
  padding: clamp(22px, 3vw, 30px);
}

.role-case-copy h3 {
  margin: 42px 0 12px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.role-case-copy p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  line-height: 1.55;
}

.role-section {
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(74px, 10vw, 140px) 0;
}

.role-theory {
  width: 100%;
  margin: 0;
  padding: clamp(86px, 11vw, 156px) 4vw;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(98, 224, 210, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(242, 84, 31, 0.1), transparent 38%),
    #070707;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.role-theory .role-section-head {
  width: min(1320px, 100%);
  margin-inline: auto;
}

.role-theory .role-section-head h2 {
  max-width: 1040px;
}

.role-theory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 76px) clamp(28px, 5vw, 96px);
  counter-reset: role-theory;
  width: min(1320px, 100%);
  margin: 0 auto;
  background: transparent;
}

.role-theory-grid article {
  position: relative;
  min-height: 330px;
  padding: clamp(34px, 4vw, 58px) 0 0;
  counter-increment: role-theory;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
}

.role-theory-grid article::before {
  content: counter(role-theory, decimal-leading-zero);
  display: block;
  margin-bottom: clamp(34px, 5vw, 66px);
  color: var(--orange);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 700;
  line-height: 0.78;
}

.role-theory-grid h3 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.34rem, 2vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.role-theory-grid p {
  max-width: 720px;
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.02rem;
  line-height: 1.58;
}

.role-theory-grid strong {
  color: var(--white);
  font-weight: 500;
}

.role-biologist-intro {
  width: min(1520px, calc(100% - 4vw));
  padding-top: clamp(52px, 7vw, 94px);
  padding-bottom: clamp(44px, 6vw, 82px);
}

.role-biologist-intro .role-section-head {
  display: block;
  margin-bottom: clamp(18px, 2.4vw, 30px);
}

.role-biologist-intro .role-section-head h2 {
  max-width: none;
}

.role-biologist-operating .role-section-head {
  display: block;
}

.role-biologist-operating .role-section-head h2 {
  max-width: none;
}

.role-biologist-operating {
  padding-bottom: clamp(24px, 4vw, 54px);
}

.role-patent-content.page {
  min-height: auto;
  padding: 0 4vw clamp(78px, 10vw, 132px);
  background: #050505;
}

.role-patent-content .page-hero.split {
  margin-bottom: clamp(64px, 10vw, 132px);
}

.role-patent-content .three-up {
  margin-bottom: 0;
}

.role-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(30px, 5vw, 64px);
}

.role-section h2 {
  max-width: 940px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.6vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.role-evidence {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
}

.role-evidence p {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
}

.role-evidence ul {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.16);
}

.role-evidence li {
  min-height: 116px;
  padding: 24px;
  background: #101010;
  font-size: 1.02rem;
}

.role-source-report {
  width: 100%;
  padding: clamp(56px, 7vw, 96px) 0;
  background: #080808;
}

.role-source-report-scroll {
  width: min(1240px, calc(100% - 6vw));
  margin: 0 auto;
  overflow: auto;
  background: #f7f4ee;
}

.role-source-report iframe {
  display: block;
  width: 100%;
  min-width: 1180px;
  height: 1500px;
  border: 0;
  background: #f7f4ee;
}

.role-media {
  width: 100%;
  padding: clamp(72px, 10vw, 132px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.role-media .role-section-head {
  width: min(1320px, calc(100% - 8vw));
  margin-inline: auto;
}

.role-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.role-media-side {
  display: grid;
  gap: 1px;
}

.role-media-card {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #080808;
}

.role-media-grid > .role-media-card:first-child {
  min-height: 680px;
}

.role-media-card img,
.role-media-card video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05) brightness(0.64);
  transform: scale(1.01);
}

.role-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.86));
}

.role-media-card figcaption {
  position: absolute;
  left: clamp(22px, 3vw, 42px);
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  color: var(--white);
}

.role-next {
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) 0;
  border-top: 1px solid var(--orange);
}

.role-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.role-next-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.role-next-links a:hover {
  color: var(--orange);
  border-color: var(--orange);
}

@media (max-width: 900px) {
  :root {
    --role-subnav-height: 56px;
  }

  .role-subnav {
    gap: 12px;
    padding: 8px 20px;
  }

  .role-subnav a {
    min-height: 28px;
    font-size: 0.68rem;
  }

  .role-subnav-links {
    gap: 16px;
  }

  .role-hero {
    min-height: 760px;
    padding: 42px 6vw;
  }

  .role-hero h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 10.5vw, 4rem);
    overflow-wrap: normal;
  }

  .role-hero p {
    max-width: 30ch;
  }

  .role-tagline {
    width: min(100% - 40px, 720px);
    padding: 64px 0 46px;
  }

  .role-tagline h2 {
    font-size: clamp(2.35rem, 12vw, 4.8rem);
  }

  .role-proof-asset {
    grid-template-columns: 1fr;
    padding-bottom: 64px;
  }

  .role-proof-asset figure {
    min-height: 300px;
  }

  .role-case-heading {
    width: min(100% - 40px, 720px);
    padding: 60px 0 34px;
  }

  .role-case-heading h2 {
    font-size: clamp(2.2rem, 11vw, 4rem);
  }

  .analyst-svi-asset {
    width: min(100% - 40px, 720px);
    margin-bottom: 72px;
  }

  .analyst-svi-card {
    padding: 14px;
  }

  .analyst-svi-grid-layout {
    grid-template-columns: 1fr;
  }

  .analyst-svi-result {
    min-height: 240px;
  }

  .analyst-svi-table {
    overflow-x: auto;
  }

  .role-case-dosing,
  .role-case-source,
  .role-case-coach,
  .role-case-manual,
  .role-case-plan,
  .role-case-compliance,
  .compliance-values-panel,
  .chemist-impact,
  .chemist-jar-test,
  .analyst-original-asset,
  .coach-original-asset,
  .coach-battle,
  .planner-pac-asset,
  .maintenance-simple-asset,
  .maintenance-manual-asset,
  .maintenance-fix,
  .planner-prepare,
  .compliance-protect {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 720px);
    margin-bottom: 72px;
  }

  .role-case-meter,
  .role-case-source div,
  .role-case-plan div,
  .role-case-compliance div,
  .chemist-impact div,
  .maintenance-fix div,
  .planner-prepare div,
  .compliance-protect div,
  .role-question-card,
  .role-answer-stack,
  .role-manual-page,
  .role-manual-result,
  .manual-upload-panel,
  .manual-digest-panel,
  .manual-answer-panel,
  .maintenance-simple-upload,
  .maintenance-simple-answer,
  .coach-battle {
    min-height: 0;
  }

  .jar-test-grid {
    grid-template-columns: 1fr;
    background: #fffdf9;
  }

  .jar-bank {
    grid-template-columns: minmax(170px, 240px);
  }

  .jar-beaker {
    min-height: 330px;
  }

  .jar-controls {
    border-right: 0;
    border-bottom: 1px solid #ddd3c6;
  }

  .jar-result {
    min-height: 260px;
    background: #f6f1e8;
  }

  .jar-result > strong {
    font-size: clamp(3.8rem, 15vw, 5.4rem);
  }

  .role-case-meter,
  .role-case-source div,
  .role-case-plan div,
  .role-case-compliance div,
  .chemist-impact div,
  .maintenance-fix div,
  .planner-prepare div,
  .compliance-protect div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .role-case-arrow {
    min-height: 52px;
  }

  .role-case-arrow::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: auto;
  }

  .role-case-arrow::after {
    top: auto;
    right: auto;
    bottom: 15px;
    left: calc(50% - 7px);
    transform: rotate(135deg);
  }

  .role-answer-stack {
    grid-template-columns: 1fr;
  }

  .role-answer-stack span {
    min-height: 104px;
  }

  .role-case-source strong,
  .role-case-plan strong,
  .role-case-compliance strong {
    max-width: 100%;
    margin-top: 46px;
  }

  .role-case-plan strong {
    margin-top: 76px;
  }

  .compliance-values-panel {
    padding: 14px;
    border-radius: 7px;
  }

  .values-toolbar {
    display: grid;
  }

  .values-actions {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .values-actions button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .values-chart {
    padding: 14px 12px 8px;
  }

  .values-chart-head {
    gap: 10px;
  }

  .values-chart-head span,
  .values-toolbar li {
    font-size: 0.74rem;
  }

  .values-table-wrap {
    overflow-x: auto;
  }

  .coach-battle {
    padding: 18px;
  }

  .maintenance-manual-asset {
    margin-bottom: 72px;
  }

  .maintenance-simple-upload {
    border-right: 0;
    border-bottom: 1px solid rgba(38, 47, 61, 0.13);
  }

  .maintenance-simple-upload,
  .maintenance-simple-answer {
    min-height: 0;
    padding: 22px;
  }

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

  .pac-plan-toggle button {
    min-height: 150px;
  }

  .pac-decision-band {
    grid-template-columns: 1fr;
  }

  .manual-upload-panel,
  .manual-digest-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(38, 47, 61, 0.14);
  }

  .manual-upload-panel,
  .manual-digest-panel,
  .manual-answer-panel {
    padding: 22px;
  }

  .manual-upload-copy h2 {
    max-width: 13ch;
  }

  .manual-answer-grid {
    grid-template-columns: 1fr;
  }

  .manual-diagram-card {
    min-height: 220px;
  }

  .us-state-map {
    min-height: 260px;
  }

  .role-proof-strip,
  .role-section-head,
  .role-story,
  .role-theory-grid,
  .role-case-study-grid,
  .role-evidence,
  .role-media-grid {
    grid-template-columns: 1fr;
  }

  .role-proof-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .role-proof-strip article:last-child {
    border-bottom: 0;
  }

  .role-section,
  .role-theory,
  .role-case-study,
  .role-media .role-section-head,
  .role-next {
    width: 88vw;
  }

  .role-story {
    min-height: auto;
    display: block;
    width: 100%;
    max-width: 100vw;
    padding: clamp(70px, 18vw, 110px) 6vw;
  }

  .role-story-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }

  .role-story-card dl {
    width: 100%;
    max-width: 100%;
    margin-bottom: clamp(28px, 8vw, 46px);
  }

  .role-story-card h2 {
    max-width: min(7.4ch, 100%);
    font-size: clamp(2.1rem, 9vw, 3.05rem);
    line-height: 0.98;
    overflow-wrap: anywhere;
  }

  .role-story-copy {
    justify-self: start;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
  }

  .role-story-card dl div,
  .role-story-card dd,
  .role-story-copy h2,
  .role-story-copy p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .role-story-copy h2 {
    font-size: clamp(2.15rem, 9.8vw, 3.35rem);
    line-height: 0.98;
  }

  .role-theory {
    padding: clamp(70px, 16vw, 112px) 6vw;
  }

  .role-theory-grid article {
    min-height: 0;
  }

  @media (max-width: 600px) {
    .role-story {
      padding-inline: 30px;
    }

    .role-story-card,
    .role-story-copy,
    .role-story-card dl,
    .role-story-card dl div,
    .role-story-card dd,
    .role-story-copy h2,
    .role-story-copy p {
      width: min(100%, 330px);
      max-width: 330px;
    }

    .role-story-card h2 {
      max-width: min(7.2ch, 330px);
      font-size: clamp(2rem, 8.6vw, 2.85rem);
    }

    .role-story-copy h2 {
      max-width: 330px;
      font-size: clamp(2rem, 7.8vw, 2.6rem);
      overflow-wrap: break-word;
      word-break: normal;
    }
  }

  .role-case-chart {
    overflow-x: auto;
    padding: 18px;
  }

  .role-case-chart-canvas {
    min-width: 620px;
    height: 318px;
  }

  .role-case-copy {
    grid-template-columns: 1fr;
  }

  .role-case-copy article {
    min-height: 0;
  }

  .role-case-copy h3 {
    margin-top: 34px;
  }

  .role-source-report-scroll {
    width: 100%;
  }

  .role-source-report iframe {
    width: 1180px;
  }

  .role-media-card,
  .role-media-grid > .role-media-card:first-child {
    min-height: 420px;
  }

  .role-next-links {
    display: grid;
  }
}

@media (max-width: 680px) {
  .role-subnav a {
    font-size: 0.64rem;
  }

  .role-subnav-links {
    justify-content: center;
    gap: 1px;
  }
}

@media (max-width: 360px) {
  .role-subnav-links {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .page-video.home-about-video {
    margin: 0;
  }

  .home-about-video .about-hero-copy {
    padding: 72px 6vw;
  }

  .page.home-about-team {
    padding: 72px 6vw;
  }

  .demo-hero {
    min-height: calc(58vh - var(--header-height));
    margin-bottom: 76px;
  }

  .demo-hero h1 {
    max-width: 6.8ch;
    font-size: clamp(2.7rem, 11.8vw, 3.1rem);
    line-height: 0.98;
  }

  .demo-hero .lead {
    max-width: 30ch;
    font-size: 0.98rem;
    overflow-wrap: anywhere;
  }

  .demo-hero .button {
    width: min(100%, 230px);
    padding-inline: 20px;
  }

  .demo-about-band,
  .demo-team-heading,
  .demo-team-grid {
    grid-template-columns: 1fr;
  }

  .demo-about-band {
    width: 88vw;
    gap: 36px;
    margin-bottom: 110px;
  }

  .demo-about-band::before {
    top: 20%;
    right: -24vw;
    width: 92vw;
    height: 50%;
  }

  .demo-video-orbit {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .demo-about-copy h2 {
    max-width: 100%;
    font-size: clamp(2.85rem, 13vw, 4.4rem);
    line-height: 0.98;
  }

  .demo-about-copy p:not(.kicker) {
    max-width: 30ch;
    font-size: 0.98rem;
    overflow-wrap: anywhere;
  }

  .demo-logo-grid {
    grid-template-columns: 1fr;
    width: min(100%, 280px);
    max-width: 100%;
  }

  .demo-logo-grid img:last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .demo-team-heading {
    width: 88vw;
    gap: 18px;
  }

  .demo-team-grid {
    width: 88vw;
    gap: 52px;
  }

  .demo-team-grid article,
  .demo-team-grid article:nth-child(even) {
    transform: none;
  }

  .demo-team-grid img {
    width: min(70vw, 240px);
  }
}

/* ============================================================
   Mission page v4 — editorial rewrite.
   Overrides earlier .mission-* iterations. Keep at end of file.
   ============================================================ */

.mission-page,
.mission-page.mission-page {
  padding: 0;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  background: var(--black);
}

/* --- Hero ----------------------------------------------------*/

.mission-page .mission-hero {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: calc(100vh - var(--header-height));
  overflow: hidden;
  background: var(--charcoal);
  border: 0;
  clip-path: none;
  isolation: isolate;
  grid-template-columns: none;
}

.mission-page .mission-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mission-page .mission-hero-media video,
.mission-page .mission-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
  transform: none;
  opacity: 1;
}

.mission-page .mission-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.18) 56%, rgba(0, 0, 0, 0) 100%);
}

.mission-page .mission-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: calc(var(--header-height) + clamp(64px, 12vh, 140px)) 4vw clamp(72px, 10vh, 140px);
  min-height: calc(100vh - var(--header-height));
  gap: 0;
}

.mission-page .mission-hero-content .kicker {
  margin: 0 0 22px;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mission-page .mission-hero-content h1 {
  max-width: 14ch;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3.4rem, 8.4vw, 8.6rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.01em;
}

.mission-page .mission-hero-content .lead {
  max-width: 62ch;
  margin: 28px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  font-weight: 400;
  line-height: 1.55;
}

.mission-page .mission-hero-content .mission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.mission-page .mission-hero-content .mission-actions .button {
  min-height: 48px;
  padding: 0 32px;
}

/* --- Manifesto (consolidated vision) -------------------------*/

.mission-page .mission-manifesto {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 88px);
  width: min(1280px, 100%);
  margin: clamp(80px, 11vh, 140px) auto;
  padding: 0 4vw;
  background: transparent;
  clip-path: none;
  overflow: visible;
}

.mission-page .mission-manifesto::before {
  display: none;
}

.mission-page .mission-manifesto .kicker {
  grid-column: 1;
  align-self: start;
  margin: 0 0 18px;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mission-page .mission-manifesto h2 {
  grid-column: 1;
  grid-row: 2;
  max-width: 14ch;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.mission-page .mission-manifesto-copy {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 22px;
  align-content: start;
  max-width: 60ch;
  padding-top: 6px;
}

.mission-page .mission-manifesto-copy p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}

.mission-page .mission-manifesto-copy em {
  color: var(--white);
  font-style: italic;
}

/* --- Story (editorial timeline) ------------------------------*/

.mission-page .mission-story {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mission-page .story-part {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 88px);
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: clamp(70px, 9vh, 130px) 4vw;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  min-height: 0;
  overflow: visible;
  clip-path: none;
}

.mission-page .story-part:first-child {
  border-top: 0;
}

.mission-page .story-part-reverse .story-figure {
  order: 2;
}

.mission-page .story-figure {
  position: relative;
  margin: 0;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: var(--charcoal);
}

.mission-page .story-figure img,
.mission-page .story-figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.mission-page .story-part:hover .story-figure img,
.mission-page .story-part:hover .story-figure video {
  transform: scale(1.025);
}

.mission-page .story-copy {
  display: grid;
  gap: 18px;
  align-content: center;
  max-width: 56ch;
}

.mission-page .story-part-label {
  margin: 0 0 4px;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-page .story-copy h2 {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.005em;
  max-width: 18ch;
}

.mission-page .story-copy p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.6;
}

.mission-page .story-pressure {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.mission-page .story-pressure li {
  padding: 14px 16px;
  color: var(--white);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

/* --- Final CTA ------------------------------------------------*/

.mission-page .mission-final {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: clamp(560px, 80vh, 760px);
  overflow: hidden;
  background: var(--ink);
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  clip-path: none;
  grid-column: auto;
  grid-template-columns: none;
}

.mission-page .mission-final::after {
  display: none;
}

.mission-page .mission-final-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mission-page .mission-final-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: blur(2px) saturate(0.85);
}

.mission-page .mission-final-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.82) 52%, rgba(0, 0, 0, 0.55) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.88));
}

.mission-page .mission-final-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 18px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(80px, 12vh, 140px) 4vw;
  min-height: clamp(560px, 80vh, 760px);
}

.mission-page .mission-final-content .story-part-label {
  margin-bottom: 4px;
}

.mission-page .mission-final-content h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.4vw, 5.4rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.mission-page .mission-final-content p {
  max-width: 60ch;
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}

.mission-page .mission-final-content .mission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.mission-page .mission-final-content .mission-actions .button {
  min-height: 48px;
  padding: 0 32px;
}

/* --- Partners + team overrides --------------------------------*/

.mission-page .page-video.home-about-video {
  min-height: clamp(520px, 78vh, 720px);
  margin: 0;
}

.mission-page .home-about-video .about-hero-copy {
  padding: clamp(60px, 9vh, 110px) 4vw;
  background: rgba(0, 0, 0, 0.38);
}

.mission-page .home-about-video .about-hero-copy .logo-grid {
  width: min(900px, 92%);
  margin: 0 auto;
  gap: 18px 30px;
}

.mission-page .home-about-video .about-hero-copy h1 {
  font-size: clamp(2.6rem, 5.6vw, 5.4rem);
  letter-spacing: -0.01em;
}

.mission-page .page.home-about-team {
  width: 100%;
  margin: 0;
  padding: clamp(80px, 11vh, 140px) 4vw clamp(80px, 11vh, 140px);
  background: var(--black);
}

.mission-page .page.home-about-team .page-hero {
  width: 100%;
  margin: 0 auto clamp(40px, 6vh, 64px);
  padding: 0 4vw;
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  background: transparent;
}

.mission-page .page.home-about-team .page-hero .kicker {
  margin: 0;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mission-page .team-heading {
  max-width: 18ch;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.mission-page .page.home-about-team .team-grid {
  width: min(1280px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mission-page .page.home-about-team .team-grid article {
  padding: 22px;
  background: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  transition: border-color 200ms ease, transform 200ms ease;
}

.mission-page .page.home-about-team .team-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 91, 26, 0.42);
}

.mission-page .page.home-about-team .team-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 0;
  background: var(--ink);
  box-shadow: none;
  filter: none;
}

.mission-page .page.home-about-team .team-grid img[src*="about-chris"] {
  object-position: 50% 0%;
}

.mission-page .page.home-about-team .team-photo-placeholder {
  margin-bottom: 18px;
  background: var(--ink);
  box-shadow: none;
  filter: none;
}

.mission-page .page.home-about-team .team-grid article:nth-child(even) {
  margin-top: 0;
}

.mission-page .page.home-about-team .team-grid h3 {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}

.mission-page .page.home-about-team .team-grid h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.mission-page .page.home-about-team .team-grid h3 a:hover {
  color: var(--orange);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mission-page .page.home-about-team .team-grid p {
  margin: 8px 0 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.4;
}

.mission-page .page.home-about-team .team-grid p:first-of-type {
  margin-top: 10px;
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

@media (max-width: 960px) {
  .mission-page .mission-manifesto {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: clamp(60px, 8vh, 100px) auto;
  }

  .mission-page .mission-manifesto h2 {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
  }

  .mission-page .mission-manifesto-copy {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
  }

  .mission-page .story-part,
  .mission-page .story-part-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mission-page .story-part-reverse .story-figure {
    order: 0;
  }

  .mission-page .story-pressure {
    grid-template-columns: 1fr;
  }

  .mission-page .page.home-about-team .page-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .mission-page .page.home-about-team .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .mission-page .mission-hero-content h1 {
    font-size: clamp(2.6rem, 12vw, 3.6rem);
  }

  .mission-page .mission-final-content h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .mission-page .story-copy h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .mission-page .page.home-about-team .team-grid {
    grid-template-columns: 1fr;
  }
}

.cyclops-page {
  min-height: 100vh;
  color: var(--white);
  background: var(--black);
}

.cyclops-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.cyclops-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cyclops-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.5)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08) 54%, rgba(0, 0, 0, 0.56));
}

.cyclops-hero-copy {
  display: grid;
  align-content: end;
  width: min(1280px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(48px, 8vh, 96px) 4vw;
}

.cyclops-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(4rem, 11vw, 10rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: lowercase;
}

@media (max-width: 600px) {
  .cyclops-hero-copy {
    padding: 42px 6vw;
  }

  .cyclops-hero h1 {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }
}

/* FAQ role-page pass: align the FAQ with the role pages. */
.faq-page.role-page {
  padding-top: var(--header-height);
  background: #050505;
}

.faq-rail.role-subnav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 9;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: var(--role-subnav-height);
  margin: 0;
  padding: 8px 4vw;
  background: rgba(8, 8, 8, 0.18);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  backdrop-filter: blur(10px);
}

.faq-rail.role-subnav a {
  min-height: 28px;
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-size: 0.72rem;
}

.faq-rail.role-subnav a:hover,
.faq-rail.role-subnav a:focus-visible {
  color: var(--white);
  background: transparent;
  border-bottom-color: var(--orange);
}

.faq-hero.role-hero {
  align-items: center;
  box-sizing: border-box;
  grid-template-columns: 1fr;
  min-height: clamp(500px, 66vh, 680px);
  padding: clamp(42px, 6vw, 76px) 4vw;
}

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

.faq-hero.role-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.46) 48%, rgba(0, 0, 0, 0.82)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 64%);
}

.faq-hero .role-hero-media img {
  object-position: center 42%;
  filter: saturate(0.78) contrast(1.04) brightness(0.44);
}

.faq-nymph-app {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  box-sizing: border-box;
  min-width: 0;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  overflow: hidden;
  color: #1f2933;
  background:
    radial-gradient(circle at 92% 8%, rgba(249, 115, 22, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 252, 248, 0.98), rgba(255, 247, 237, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.12);
  font-family: Sora, system-ui, sans-serif;
}

.faq-nymph-intro {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.faq-hero .faq-nymph-intro h1 {
  max-width: 760px;
  margin: 0;
  color: #111827;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: 0.96;
}

.faq-topic-title {
  display: grid;
  gap: 0.02em;
}

.faq-topic-title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
}

.faq-topic-prefix {
  display: block;
  max-width: 100%;
}

.faq-topic-motion {
  position: relative;
  display: block;
  min-height: 1.05em;
}

.faq-topic-motion-text {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  will-change: opacity, transform;
}

.faq-topic-motion-text.is-switching {
  opacity: 0;
  transform: translateY(-0.18em);
}

.faq-topic-title .faq-topic-word {
  color: var(--orange);
}

.faq-topic-title .faq-topic-mark {
  color: #111827;
}

.faq-hero .faq-nymph-intro p {
  max-width: 680px;
  margin: 0;
  color: #4b5563;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.5;
}

.faq-ask-box {
  display: grid;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.faq-ask-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
  box-sizing: border-box;
  min-width: 0;
  min-height: 68px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(10px);
}

.faq-ask-field:focus-within {
  border-color: rgba(156, 163, 175, 0.9);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.faq-ask-field input {
  min-width: 0;
  height: 52px;
  padding: 0 8px 0 12px;
  color: #374151;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: Sora, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.faq-ask-field input::placeholder {
  color: #6b7280;
}

.faq-ask-field button {
  height: 46px;
  min-width: 72px;
  padding: 0 18px;
  color: #ffffff;
  background: #f97316;
  border: 1px solid #f97316;
  border-radius: 999px;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.faq-ask-field button:hover,
.faq-ask-field button:focus-visible {
  background: #ea580c;
  border-color: #ea580c;
  transform: translateY(-1px);
}

.faq-ask-result {
  width: 100%;
  margin: 4px 0 0;
  padding: 18px 20px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #f97316;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
}

.faq-ask-result.is-faq-no-match {
  border-left-color: #9ca3af;
}

.faq-ask-result span {
  display: block;
  margin-bottom: 8px;
  color: #f97316;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-ask-result.is-faq-no-match span {
  color: #6b7280;
}

.faq-ask-result h2 {
  max-width: 700px;
  margin: 0;
  color: #111827;
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.2;
}

.faq-ask-result p {
  max-width: 700px;
  margin: 12px 0 16px;
  color: #4b5563;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
}

.faq-ask-result a {
  color: #f97316;
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-pricing-band .kicker,
.faq-final-cta .kicker,
.faq-wide-media span {
  color: #62e0d2;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-final-cta h2 {
  max-width: 1040px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.6rem, 5.6vw, 6.4rem);
  line-height: 0.94;
}

.faq-proof-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 96px);
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(38px, 5vw, 72px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.faq-proof-notes article {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
}

.faq-proof-notes h2 {
  max-width: 360px;
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.7rem);
  line-height: 1;
}

.faq-proof-notes p {
  max-width: 380px;
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(0.94rem, 1.08vw, 1.05rem);
  line-height: 1.5;
}

.faq-section {
  width: min(1320px, calc(100% - 8vw));
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0 auto;
  padding: clamp(74px, 10vw, 140px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-section::before {
  display: none;
}

.faq-final-cta + .faq-section {
  padding-top: clamp(36px, 5vw, 68px);
}

.faq-section-title {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 0 clamp(24px, 4vw, 46px);
}

.faq-section-title::before {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: var(--orange);
}

.faq-section-title h2 {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 3.6rem);
  line-height: 1;
}

.faq-list {
  gap: 1px;
  counter-reset: faq;
  background: rgba(255, 255, 255, 0.16);
}

.faq-item,
.faq-item:nth-child(even),
.faq-item:nth-child(odd),
.faq-item[open] {
  margin: 0;
  background: #101010;
  border: 0;
  border-bottom: 0;
  clip-path: none;
}

.faq-item[open] {
  background: #141414;
}

.faq-item.is-faq-match,
.faq-item.is-faq-match[open] {
  background: #151b1b;
  box-shadow: inset 4px 0 0 #62e0d2;
  scroll-margin-top: calc(var(--header-height) + var(--role-subnav-height) + 24px);
}

.faq-item summary {
  min-height: 92px;
  padding: 26px 74px 26px 92px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.16rem, 1.55vw, 1.48rem);
  line-height: 1.12;
}

.faq-item summary::before {
  left: 26px;
  width: auto;
  height: auto;
  color: var(--orange);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.78rem;
}

.faq-item[open] summary::before {
  color: #62e0d2;
  background: transparent;
  border: 0;
}

.faq-item summary::after {
  right: 26px;
  color: #62e0d2;
}

.faq-item[open] summary::after {
  color: var(--orange);
}

.faq-item div {
  gap: 16px;
  padding: 0 34px 32px 92px;
}

.faq-item p,
.faq-item blockquote {
  max-width: 760px;
  font-size: 1.02rem;
}

.faq-wide-media {
  min-height: min(720px, 78vh);
  clip-path: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-wide-media h2 {
  max-width: 960px;
  font-size: clamp(2.6rem, 5.6vw, 6.4rem);
  line-height: 0.94;
}

.faq-pricing-band {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
  margin: 0;
  padding: clamp(64px, 8vw, 110px) 4vw;
  background: #101010;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
  clip-path: none;
}

.faq-pricing-band > div {
  width: min(1040px, 100%);
}

.faq-pricing-band h2 {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 7rem);
  line-height: 0.9;
}

.faq-pricing-band p:not(.kicker) {
  max-width: 760px;
  color: var(--light-accent);
}

.faq-pricing-band .button {
  align-self: center;
  justify-self: end;
  margin-top: 0;
}

.faq-final-cta {
  width: min(1320px, calc(100% - 8vw));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) 0;
  background: transparent;
  border-top: 1px solid var(--orange);
  clip-path: none;
}

.faq-final-cta .kicker {
  margin: 0 0 18px;
}

.faq-final-cta h2 {
  max-width: 1040px;
}

@media (max-width: 900px) {
  .faq-page,
  .faq-page * {
    max-width: 100%;
  }

  .faq-rail.role-subnav {
    padding: 8px 6vw;
    overflow: hidden;
  }

  .faq-rail.role-subnav .role-subnav-links {
    justify-content: flex-start;
  }

  .faq-hero.role-hero {
    align-items: center;
    justify-items: center;
    min-height: auto;
    padding: 32px 24px 42px;
  }

  .faq-nymph-app {
    gap: 18px;
    width: calc(100vw - 48px);
    max-width: 520px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .faq-nymph-intro,
  .faq-ask-box,
  .faq-ask-field,
  .faq-ask-result {
    min-width: 0;
    max-width: 100%;
  }

  .faq-hero .faq-nymph-intro h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .faq-hero .faq-nymph-intro p {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .faq-ask-box {
    gap: 10px;
    width: 100%;
  }

  .faq-ask-field {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    overflow: hidden;
    padding: 8px;
    border-radius: 16px;
  }

  .faq-ask-field input {
    min-width: 0;
    width: 100%;
    height: 48px;
    padding: 0 8px;
    font-size: 0.94rem;
  }

  .faq-ask-field button {
    width: auto;
    min-width: 58px;
    height: 40px;
    padding: 0 12px;
  }

  .faq-ask-result {
    width: 100%;
    padding: 17px 18px 19px;
  }

  .faq-ask-result h2 {
    font-size: 1.08rem;
  }

  .faq-ask-result p {
    font-size: 0.94rem;
  }

  .faq-proof-notes {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 88vw;
    padding: 34px 0;
  }

  .faq-proof-notes h2,
  .faq-proof-notes p {
    max-width: 100%;
  }

  .faq-proof-notes h2 {
    font-size: clamp(1.45rem, 6.2vw, 2rem);
  }

  .faq-final-cta .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 16px;
  }

  .faq-section,
  .faq-pricing-band {
    grid-template-columns: 1fr;
  }

  .faq-section,
  .faq-final-cta {
    width: 88vw;
  }

  .faq-section {
    padding: clamp(64px, 14vw, 96px) 0;
  }

  .faq-section-title {
    margin-bottom: 24px;
  }

  .faq-section-title h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .faq-final-cta h2,
  .faq-wide-media h2 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8vw, 2.75rem);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  .faq-item summary {
    display: block;
    min-height: 78px;
    padding: 54px 48px 20px 20px;
    font-size: 1rem;
    overflow-wrap: normal;
    white-space: normal;
    word-break: normal;
  }

  .faq-item summary,
  .faq-item p,
  .faq-item blockquote {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .faq-item summary::before {
    top: 22px;
    left: 20px;
    transform: none;
  }

  .faq-item summary::after {
    top: 22px;
    right: 20px;
    transform: none;
  }

  .faq-item div {
    padding: 0 20px 24px;
  }

  .faq-wide-media {
    min-height: 540px;
  }

  .faq-pricing-band {
    width: 100%;
    padding: clamp(58px, 14vw, 92px) 6vw;
  }

  .faq-pricing-band h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

}

/* --- Mission page team carousel ----------------------------------------- */

.mission-page .page.home-about-team .team-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 6px 4vw 26px;
  gap: 22px;
  grid-template-columns: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4vw;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 91, 26, 0.55) rgba(255, 255, 255, 0.06);
}

.mission-page .page.home-about-team .team-grid::-webkit-scrollbar {
  height: 8px;
}

.mission-page .page.home-about-team .team-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

.mission-page .page.home-about-team .team-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 91, 26, 0.55);
}

.mission-page .page.home-about-team .team-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 91, 26, 0.85);
}

.mission-page .page.home-about-team .team-grid article {
  flex: 0 0 clamp(220px, 22vw, 280px);
  scroll-snap-align: start;
}

.mission-page .page.home-about-team .team-photo-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--orange);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mission-page .page.home-about-team .team-grid .team-img-zoom {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--ink);
}

.mission-page .page.home-about-team .team-grid .team-img-zoom img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  object-fit: cover;
  object-position: 50% 20%;
  transform: scale(1.5);
  transform-origin: 50% 25%;
}

/* --- Mission page v3 augmentations -------------------------------------- */

.mission-page sup a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 700;
}

.mission-page sup a:hover {
  text-decoration: underline;
}

.mission-page .mission-stat-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(48px, 6vw, 80px) 4vw;
  background: var(--charcoal);
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  clip-path: none;
}

.mission-page .mission-stat-band article {
  display: grid;
  align-content: start;
  gap: 14px;
  flex: none;
  min-height: 0;
  padding: 4px clamp(22px, 2.6vw, 40px);
  margin: 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  clip-path: none;
  transform: none;
}

.mission-page .mission-stat-band article:first-child {
  padding-left: 0;
}

.mission-page .mission-stat-band article:last-child {
  border-right: 0;
  padding-right: 0;
}

.mission-page .mission-stat-band article:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
}

.mission-page .mission-stat-band span {
  display: block;
  margin: 0;
  color: var(--orange);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
}

.mission-page .mission-stat-band span small {
  font-size: 0.55em;
  font-weight: 700;
  color: var(--orange);
  margin-left: 2px;
  letter-spacing: -0.02em;
}

.mission-page .mission-stat-band p {
  margin: 0;
  max-width: 100%;
  color: var(--light-accent);
  font-family: Raleway, system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.88;
}

@media (max-width: 820px) {
  .mission-page .mission-stat-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 36px;
  }

  .mission-page .mission-stat-band article {
    padding: 0 clamp(16px, 4vw, 24px);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mission-page .mission-stat-band article:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }

  .mission-page .mission-stat-band article:nth-child(2n + 1) {
    padding-left: 0;
  }
}

.mission-page .story-pullquote {
  margin: 12px 0 0;
  padding: 18px 0 0 22px;
  border-left: 2px solid var(--orange);
}

.mission-page .story-pullquote blockquote {
  margin: 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.005em;
}

.mission-page .story-pullquote figcaption {
  margin-top: 12px;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.82;
}

.mission-page .story-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 0;
}

.mission-page .story-compare > div {
  padding: 18px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

.mission-page .story-compare-label {
  margin: 0 0 12px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-page .story-compare-label-positive {
  color: #62e0d2;
}

.mission-page .story-compare-label-gap {
  color: var(--orange);
}

.mission-page .story-compare ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.mission-page .story-compare li {
  position: relative;
  padding-left: 16px;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}

.mission-page .story-compare li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.mission-page .story-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.mission-page .story-stat-row li {
  display: grid;
  gap: 8px;
}

.mission-page .story-stat-row span {
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.mission-page .story-stat-row span small {
  font-size: 0.6em;
  color: var(--orange);
  margin-left: 1px;
}

.mission-page .story-stat-row p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.82rem;
  line-height: 1.4;
  opacity: 0.78;
}

.mission-page .story-numerals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: numeral;
}

.mission-page .story-numerals li {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.mission-page .story-numerals li > span {
  display: block;
  color: rgba(255, 255, 255, 0.32);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(2rem, 2.6vw, 2.6rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
}

.mission-page .story-numerals h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.005em;
}

.mission-page .story-numerals p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.86;
}

.mission-page .mission-sources {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) 4vw clamp(60px, 7vw, 96px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mission-page .mission-sources details {
  margin: 0;
}

.mission-page .mission-sources summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 6px 0;
}

.mission-page .mission-sources summary::-webkit-details-marker {
  display: none;
}

.mission-page .mission-sources summary > div,
.mission-page .mission-sources summary .story-part-label {
  display: block;
}

.mission-page .mission-sources summary h3 {
  margin: 6px 0 0;
  color: var(--white);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.005em;
}

.mission-page .mission-sources-chev {
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform 220ms ease;
}

.mission-page .mission-sources details[open] .mission-sources-chev {
  transform: rotate(45deg);
}

.mission-page .mission-sources ol {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
  max-width: 880px;
}

.mission-page .mission-sources li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.mission-page .mission-sources li:target {
  border-color: var(--orange);
  background: rgba(255, 91, 26, 0.06);
}

.mission-page .mission-sources li > span {
  color: var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.82rem;
  font-weight: 700;
}

.mission-page .mission-sources li > p {
  margin: 0;
  color: var(--light-accent);
  font-family: Sora, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  opacity: 0.88;
}

@media (max-width: 820px) {
  .mission-page .story-compare,
  .mission-page .story-stat-row,
  .mission-page .story-numerals {
    grid-template-columns: minmax(0, 1fr);
  }

  .mission-page .story-stat-row {
    gap: 16px;
  }

  .mission-page .story-stat-row li {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr;
    gap: 14px;
    align-items: baseline;
  }
}

/* Legal pages: readable document layout, overriding the marketing-page type scale. */
.legal.page {
  padding: calc(var(--header-height) + 64px) 4vw 82px;
  color: #111111;
  background: #f5f5f2;
}

.legal-copy {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  color: #111111;
}

.legal-copy * {
  min-width: 0;
}

.legal-copy h1,
.legal-copy h2,
.legal-copy h3,
.legal-copy p,
.legal-copy li,
.legal-copy td,
.legal-copy th {
  max-width: none;
}

.legal-copy h1 {
  margin: 0 0 16px;
  color: #111111;
  font-size: clamp(2.6rem, 5.2vw, 5.4rem);
  line-height: 0.96;
  text-align: left;
}

.legal-copy h2 {
  margin: 48px 0 12px;
  padding-top: 22px;
  color: #111111;
  border-top: 1px solid rgba(5, 5, 5, 0.16);
  font-family: Sora, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 2.05rem);
  line-height: 1.12;
}

.legal-copy h3 {
  margin: 28px 0 8px;
  color: #111111;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  font-weight: 700;
  line-height: 1.45;
}

.legal-copy p,
.legal-copy li,
.legal-copy td,
.legal-copy th {
  color: #2d2d2d;
  font-family: Raleway, system-ui, sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.legal-copy p {
  margin: 0 0 1rem;
}

.legal-copy ul {
  display: grid;
  gap: 0.56rem;
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.legal-copy li::marker {
  color: var(--orange);
}

.legal-copy strong {
  color: #111111;
  font-weight: 700;
}

.legal-copy a {
  color: #c94112;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.legal-copy a:hover {
  color: var(--orange);
}

.legal-doc-title,
.legal-updated {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(0.76rem, 0.84vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-doc-title {
  margin: 0 0 12px;
  color: var(--orange);
  text-align: left;
}

.legal-updated {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 34px;
  color: #5c5c5c;
}

.legal-emphasis {
  padding: 18px 20px;
  color: #ffffff;
  background: #111111;
  border-left: 4px solid var(--orange);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: clamp(0.82rem, 0.88vw, 0.95rem);
  font-weight: 700;
  line-height: 1.62;
}

.legal-table {
  width: 100%;
  margin: 18px 0 26px;
  border-collapse: collapse;
  background: #ffffff;
}

.legal-table th,
.legal-table td {
  padding: 15px 16px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: #111111;
  background: #ecece8;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-table td:first-child {
  width: 34%;
  color: #111111;
  font-weight: 700;
}

.legal-contact {
  display: grid;
  gap: 0.2rem;
  margin: 0 0 1.2rem;
}

.legal-contact p {
  margin: 0;
}

@media (max-width: 900px) {
  .legal.page {
    padding: calc(var(--header-height) + 42px) 6vw 64px;
  }

  .legal-copy h1 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .legal-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .legal-table th,
  .legal-table td {
    min-width: 220px;
  }
}
