:root {
  --ink: #0a0a0b;
  --ink-soft: #17171a;
  --paper: #f1eee4;
  --paper-deep: #ddd8ca;
  --white: #fffdf7;
  --signal: #dfff43;
  --orange: #ff6948;
  --purple: #ad9aff;
  --sky: #66bfff;
  --line-dark: rgba(10, 10, 11, 0.28);
  --line-light: rgba(255, 253, 247, 0.24);
  --muted-light: rgba(255, 253, 247, 0.64);
  --muted-dark: rgba(10, 10, 11, 0.62);
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Consolas, monospace;
  --header-height: 72px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  background-image:
    linear-gradient(rgba(10, 10, 11, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 10, 11, 0.025) 1px, transparent 1px);
  background-size: 26px 26px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: fixed;
  z-index: 100;
}

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

button {
  color: inherit;
  font: inherit;
}

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

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

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

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

section[id] {
  scroll-margin-top: var(--header-height);
}

.skip-link {
  background: var(--signal);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  left: 14px;
  padding: 12px 16px;
  position: fixed;
  top: -80px;
  z-index: 200;
}

.skip-link:focus {
  top: 14px;
}

.site-header {
  align-items: center;
  background: var(--paper);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: var(--header-height);
  padding: 0 28px;
  position: sticky;
  top: 0;
  z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  min-width: 0;
  width: fit-content;
}

.asset-slot {
  overflow: hidden;
  position: relative;
}

.asset-image,
.asset-fallback {
  transition:
    opacity 260ms ease,
    visibility 260ms ease;
}

.asset-image {
  opacity: 0;
}

.asset-slot.is-loaded > .asset-image {
  opacity: 1;
}

.asset-slot.is-loaded > .asset-fallback {
  opacity: 0;
  visibility: hidden;
}

.asset-slot.is-error > .asset-image {
  display: none;
}

.brand-icon-slot {
  align-items: center;
  background: var(--ink);
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.brand-icon-image,
.brand-icon-fallback {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.brand-icon-image {
  object-fit: contain;
}

.brand-icon-fallback {
  align-items: center;
  color: var(--signal);
  display: flex;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: -0.09em;
}

.brand-logo-slot {
  align-items: center;
  display: inline-flex;
  height: 32px;
  min-width: 126px;
  width: min(188px, 16vw);
}

.brand-logo-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.brand-logo-fallback {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  inset: 0;
  letter-spacing: -0.025em;
  position: absolute;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.5vw, 36px);
}

.desktop-nav a,
.header-cta {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.desktop-nav a {
  padding: 12px 0;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-self: end;
}

.language-switcher {
  align-items: center;
  border: 1px solid rgba(10, 10, 11, 0.42);
  display: inline-flex;
  padding: 2px;
}

.language-switcher button {
  background: transparent;
  border: 0;
  color: rgba(10, 10, 11, 0.58);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 900;
  height: 26px;
  letter-spacing: 0.06em;
  padding: 0 8px;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  color: var(--ink);
}

.language-switcher button.is-active {
  background: var(--ink);
  color: var(--signal);
}

.header-cta {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  gap: 9px;
  padding: 8px 0;
}

.header-cta > span:last-child {
  align-items: center;
  background: var(--signal);
  display: inline-flex;
  font-size: 15px;
  height: 30px;
  justify-content: center;
  transition: transform 180ms ease;
  width: 30px;
}

.header-cta:hover > span:last-child,
.header-cta:focus-visible > span:last-child {
  transform: translate(2px, 2px);
}

.hero {
  background:
    radial-gradient(circle at 77% 31%, rgba(173, 154, 255, 0.16), transparent 28%),
    radial-gradient(circle at 9% 7%, rgba(223, 255, 67, 0.08), transparent 24%),
    var(--ink);
  color: var(--white);
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.hero::before {
  background: linear-gradient(90deg, transparent, rgba(255, 253, 247, 0.04), transparent);
  content: "";
  height: 1px;
  left: -20%;
  position: absolute;
  top: 57%;
  transform: rotate(-8deg);
  width: 140%;
}

.hero-grid {
  display: grid;
  isolation: isolate;
  margin: -28px -28px 52px;
  min-height: clamp(680px, 78svh, 900px);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hero-grid::before {
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 11, 0.96) 0%,
      rgba(10, 10, 11, 0.84) 29%,
      rgba(10, 10, 11, 0.42) 53%,
      rgba(10, 10, 11, 0.08) 76%
    ),
    linear-gradient(180deg, rgba(10, 10, 11, 0.22), transparent 38%, rgba(10, 10, 11, 0.58));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.hero-grid::after {
  background:
    linear-gradient(rgba(255, 253, 247, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 247, 0.07) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.84), transparent 68%);
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.hero-copy {
  align-content: center;
  display: grid;
  max-width: 900px;
  min-height: inherit;
  padding: clamp(68px, 8vw, 116px) clamp(28px, 5.3vw, 86px) 88px;
  position: relative;
  z-index: 5;
}

.hero-overline {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin: 0 0 32px;
  text-transform: uppercase;
}

.hero-overline::before {
  content: "[ ";
}

.hero-overline::after {
  content: " ]";
}

.hero-copy h1 {
  font-size: clamp(58px, 6.7vw, 108px);
  font-weight: 610;
  letter-spacing: -0.078em;
  line-height: 0.83;
  margin: 0;
  max-width: 930px;
  text-shadow: 0 3px 36px rgba(0, 0, 0, 0.45);
  text-wrap: balance;
}

.hero-copy h1 span {
  color: var(--signal);
  display: block;
  font-style: italic;
  font-weight: 430;
  margin-left: 6vw;
  margin-top: 0.19em;
}

.hero-intro {
  border-left: 2px solid var(--signal);
  color: rgba(255, 253, 247, 0.86);
  font-size: 16px;
  letter-spacing: -0.012em;
  line-height: 1.55;
  margin: 44px 0 26px;
  max-width: 610px;
  padding-left: 20px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.primary-button,
.secondary-button {
  align-items: center;
  border: 1px solid currentColor;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 900;
  gap: 26px;
  justify-content: space-between;
  letter-spacing: 0.055em;
  min-height: 54px;
  padding: 0 18px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-2px);
}

.secondary-button {
  background: transparent;
  border-color: rgba(255, 253, 247, 0.5);
  color: var(--white);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.quiet-link {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-decoration-color: rgba(255, 253, 247, 0.45);
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.quiet-link:hover,
.quiet-link:focus-visible {
  color: var(--signal);
  text-decoration-color: currentColor;
}

.cta-note {
  color: rgba(255, 253, 247, 0.5);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.hero-art {
  background: #161619;
  inset: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.hero-art::before {
  background:
    radial-gradient(circle at 53% 49%, rgba(223, 255, 67, 0.14), transparent 15%),
    linear-gradient(180deg, rgba(10, 10, 11, 0.04) 52%, rgba(10, 10, 11, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.hero-image {
  filter: saturate(0.9) contrast(1.04);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  transform: scale(1.015);
  width: 100%;
  z-index: 2;
}

.hero-fallback {
  background:
    linear-gradient(135deg, rgba(173, 154, 255, 0.2), transparent 43%),
    linear-gradient(315deg, rgba(223, 255, 67, 0.1), transparent 44%),
    #121214;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.hero-fallback::before {
  background-image:
    linear-gradient(rgba(255, 253, 247, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 247, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  position: absolute;
}

.orbit {
  border: 1px solid rgba(223, 255, 67, 0.4);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  height: 320px;
  width: 320px;
}

.orbit-two {
  border-color: rgba(173, 154, 255, 0.32);
  height: 510px;
  width: 510px;
}

.fallback-scene {
  align-items: center;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 88px 1fr;
  inset: 58px 28px 80px;
  position: absolute;
}

.era-card {
  border: 1px solid rgba(255, 253, 247, 0.24);
  min-height: 330px;
  padding: 22px;
  position: relative;
}

.era-card > span {
  color: rgba(255, 253, 247, 0.55);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.era-card strong {
  bottom: 28px;
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 500;
  left: 22px;
  letter-spacing: -0.06em;
  line-height: 0.88;
  position: absolute;
}

.era-before {
  background: rgba(173, 154, 255, 0.09);
  transform: translateY(-30px) rotate(-3deg);
}

.era-after {
  background: rgba(223, 255, 67, 0.07);
  transform: translateY(32px) rotate(3deg);
}

.hand-line {
  background: var(--white);
  height: 1px;
  position: absolute;
  top: 42%;
  width: 48%;
}

.hand-line::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 12px;
  position: absolute;
  top: -6px;
  width: 12px;
}

.hand-left {
  right: -18%;
  transform: rotate(8deg);
}

.hand-left::after {
  right: -4px;
}

.hand-right {
  left: -18%;
  transform: rotate(-8deg);
}

.hand-right::after {
  left: -4px;
}

.handoff-device {
  align-items: center;
  background: var(--signal);
  border: 8px solid var(--ink);
  box-shadow: 0 0 0 1px var(--signal), 0 0 48px rgba(223, 255, 67, 0.38);
  color: var(--ink);
  display: flex;
  height: 72px;
  justify-content: center;
  position: relative;
  transform: rotate(-5deg);
  width: 92px;
  z-index: 2;
}

.handoff-device span {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 900;
}

.handoff-device i {
  background: var(--ink);
  bottom: -18px;
  height: 9px;
  position: absolute;
  width: 56px;
}

.fallback-label {
  bottom: 30px;
  color: rgba(255, 253, 247, 0.42);
  font-family: var(--font-mono);
  font-size: 8px;
  left: 28px;
  letter-spacing: 0.08em;
  position: absolute;
}

.hero-art figcaption {
  bottom: 0;
  color: rgba(255, 253, 247, 0.72);
  display: flex;
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 800;
  justify-content: space-between;
  left: 0;
  letter-spacing: 0.08em;
  padding: 18px 22px;
  position: absolute;
  right: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  z-index: 4;
}

.signal-map {
  border: 1px solid var(--line-light);
  position: relative;
  z-index: 2;
}

.signal-heading {
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.08em;
  min-height: 36px;
  padding: 0 12px;
  text-transform: uppercase;
}

.signal-status {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.signal-status i {
  animation: blink 1.5s steps(2, jump-none) infinite;
  background: var(--signal);
  display: inline-block;
  height: 7px;
  width: 7px;
}

.signal-steps {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 58px 1fr 58px 1fr;
  min-height: 106px;
}

.signal-node {
  display: grid;
  gap: 3px;
  grid-template-columns: auto 1fr;
  padding: 21px;
}

.signal-number {
  color: rgba(255, 253, 247, 0.42);
  font-family: var(--font-mono);
  font-size: 8px;
  grid-row: 1 / 3;
  margin-right: 18px;
}

.signal-node strong {
  align-self: end;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.signal-node small {
  color: rgba(255, 253, 247, 0.55);
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signal-node-active {
  background: var(--signal);
  color: var(--ink);
}

.signal-node-active .signal-number,
.signal-node-active small {
  color: rgba(10, 10, 11, 0.58);
}

.signal-arrow {
  align-items: center;
  border-left: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  color: var(--signal);
  display: flex;
  font-size: 22px;
  justify-content: center;
}

.proof-strip {
  align-items: stretch;
  background: var(--signal);
  border-bottom: 1px solid var(--ink);
  display: grid;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  letter-spacing: 0.06em;
  min-height: 56px;
  text-transform: uppercase;
}

.proof-strip > * {
  align-items: center;
  border-right: 1px solid var(--ink);
  display: flex;
  justify-content: center;
  padding: 12px;
  text-align: center;
}

.proof-strip > *:last-child {
  border-right: 0;
}

.proof-strip a:hover,
.proof-strip a:focus-visible {
  background: var(--ink);
  color: var(--signal);
}

.section-shell {
  padding: 138px 28px;
}

.section-heading,
.process-title {
  display: grid;
  gap: 60px;
  grid-template-columns: 0.72fr 2fr;
}

.section-heading {
  margin-bottom: 94px;
}

.eyebrow,
.question-eyebrow {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow::before,
.question-eyebrow::before {
  content: "■";
  font-size: 7px;
  margin-right: 9px;
}

.section-heading h2 {
  font-size: clamp(46px, 6.2vw, 94px);
  font-weight: 560;
  letter-spacing: -0.068em;
  line-height: 0.95;
  margin: 0;
}

.section-heading h2 em {
  color: #67655e;
  font-weight: 410;
}

.service-list {
  border-top: 1px solid var(--ink);
}

.service-row {
  align-items: start;
  border-bottom: 1px solid var(--ink);
  display: grid;
  gap: 24px;
  grid-template-columns: 0.35fr 1.25fr 2fr 1fr;
  padding: 30px 0 34px;
  transition:
    background 180ms ease,
    padding 180ms ease;
}

.service-row:hover {
  background: var(--white);
  padding-left: 9px;
  padding-right: 9px;
}

.service-row > *:first-child,
.service-row > h3 {
  padding-left: 14px;
}

.service-number,
.service-capability {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.55;
  text-transform: uppercase;
}

.service-row h3 {
  font-size: clamp(25px, 2.45vw, 38px);
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

.service-row p {
  font-size: 14px;
  line-height: 1.58;
  margin: 0;
  max-width: 650px;
}

.service-capability {
  padding-right: 14px;
  text-align: right;
}

.direction-section {
  background: var(--signal);
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  min-height: 840px;
}

.direction-intro {
  border-right: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  padding: 54px 48px;
}

.direction-intro h2 {
  font-size: clamp(44px, 5.5vw, 84px);
  font-weight: 580;
  letter-spacing: -0.068em;
  line-height: 0.93;
  margin: 62px 0 30px;
}

.direction-intro > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.58;
  margin: 0;
  max-width: 580px;
}

.direction-promise {
  border-top: 1px solid var(--ink);
  display: grid;
  font-family: var(--font-mono);
  font-size: 8px;
  gap: 13px;
  letter-spacing: 0.05em;
  margin-top: auto;
  padding-top: 20px;
  text-transform: uppercase;
}

.direction-promise span {
  color: var(--muted-dark);
  margin-bottom: 7px;
}

.direction-promise strong::before {
  content: "→";
  margin-right: 9px;
}

.diagnostic {
  background:
    radial-gradient(circle at 90% 10%, rgba(173, 154, 255, 0.14), transparent 28%),
    var(--ink);
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px;
}

.diagnostic-topline {
  display: flex;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-track {
  background: rgba(255, 253, 247, 0.16);
  height: 3px;
  margin-top: 14px;
  width: 100%;
}

.progress-track span {
  background: var(--signal);
  display: block;
  height: 100%;
  transition: width 320ms ease;
  width: 0;
}

#diagnostic-content {
  display: flex;
  flex: 1;
  min-height: 0;
}

.question-panel,
.result-panel,
.noscript-message {
  animation: panel-in 260ms ease both;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 70px;
  width: 100%;
}

.question-eyebrow {
  color: var(--signal);
}

.question-panel h3,
.result-panel h3,
.noscript-message h3 {
  font-size: clamp(42px, 4.6vw, 72px);
  font-weight: 550;
  letter-spacing: -0.06em;
  line-height: 0.97;
  margin: 18px 0 48px;
  max-width: 820px;
}

.answer-grid {
  border-left: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.answer-option {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  color: var(--white);
  cursor: pointer;
  display: grid;
  min-height: 150px;
  padding: 18px;
  position: relative;
  text-align: left;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.answer-option:hover,
.answer-option:focus-visible,
.answer-option[aria-pressed="true"] {
  background: var(--signal);
  color: var(--ink);
  outline: none;
}

.answer-option:active {
  transform: scale(0.985);
}

.answer-index {
  color: rgba(255, 253, 247, 0.42);
  font-family: var(--font-mono);
  font-size: 8px;
}

.answer-option:hover .answer-index,
.answer-option:focus-visible .answer-index,
.answer-option[aria-pressed="true"] .answer-index {
  color: rgba(10, 10, 11, 0.5);
}

.answer-option strong {
  align-self: end;
  font-size: 20px;
  letter-spacing: -0.03em;
  padding-right: 26px;
}

.answer-option small {
  color: rgba(255, 253, 247, 0.58);
  font-size: 11px;
  line-height: 1.4;
  margin-top: 6px;
  max-width: 290px;
}

.answer-option:hover small,
.answer-option:focus-visible small,
.answer-option[aria-pressed="true"] small {
  color: rgba(10, 10, 11, 0.68);
}

.answer-arrow {
  font-size: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
}

.diagnostic-actions {
  align-items: center;
  color: rgba(255, 253, 247, 0.52);
  display: flex;
  font-family: var(--font-mono);
  font-size: 8px;
  justify-content: space-between;
  letter-spacing: 0.04em;
  margin-top: auto;
  padding-top: 26px;
  text-transform: uppercase;
}

.text-button {
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 8px 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.text-button:hover,
.text-button:focus-visible {
  color: var(--signal);
  text-decoration-color: currentColor;
}

.text-button:disabled {
  cursor: not-allowed;
  opacity: 0.25;
}

.result-panel {
  padding-top: 50px;
}

.result-panel h3 {
  font-size: clamp(36px, 4vw, 64px);
  margin-bottom: 22px;
}

.result-panel h3 em {
  color: var(--signal);
  font-weight: 430;
}

.result-summary {
  color: rgba(255, 253, 247, 0.7);
  font-size: 13px;
  line-height: 1.58;
  margin: 0 0 32px;
  max-width: 760px;
}

.result-grid {
  border-left: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.result-grid > div {
  border-bottom: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  min-height: 145px;
  padding: 17px;
}

.result-grid span {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.result-grid p {
  font-size: 11px;
  line-height: 1.5;
  margin: 34px 0 0;
}

.result-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.result-email {
  width: min(100%, 370px);
}

.result-note {
  color: rgba(255, 253, 247, 0.48);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.05em;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.noscript-message > p:not(.question-eyebrow) {
  color: var(--muted-light);
  line-height: 1.6;
  max-width: 600px;
}

.noscript-message .primary-button {
  margin-top: 30px;
  width: fit-content;
}

.work {
  background: var(--paper-deep);
}

.work-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.8fr 0.8fr;
  margin-bottom: 70px;
}

.work-heading h2 {
  font-size: clamp(52px, 7vw, 106px);
  font-weight: 570;
  letter-spacing: -0.072em;
  line-height: 0.94;
  margin: 28px 0 0;
}

.work-heading > p {
  border-left: 1px solid var(--ink);
  font-size: 13px;
  line-height: 1.58;
  margin: 0;
  padding-left: 20px;
}

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

.work-card {
  border-left: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  min-width: 0;
  padding: 15px;
}

.work-card:nth-child(2n),
.work-card:last-child {
  border-right: 1px solid var(--ink);
}

.work-card:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--ink);
}

.work-card-top {
  display: flex;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

.product-stage {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 43%),
    var(--signal);
  height: 360px;
  overflow: hidden;
  position: relative;
}

.work-hipdips .product-stage {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 43%),
    var(--orange);
}

.work-comprobai .product-stage {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 43%),
    var(--sky);
}

.work-kuttle .product-stage {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 43%),
    var(--purple);
}

.product-stage::before,
.product-stage::after {
  border: 1px solid rgba(10, 10, 11, 0.4);
  content: "";
  inset: 28px;
  position: absolute;
}

.product-stage::after {
  inset: 70px 27% 35px;
}

.product-stage strong {
  bottom: -0.15em;
  font-size: clamp(160px, 22vw, 320px);
  font-weight: 760;
  left: 50%;
  letter-spacing: -0.115em;
  line-height: 0.75;
  position: absolute;
  transform: translateX(-52%);
  white-space: nowrap;
}

.product-coordinate,
.product-prompt {
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  position: absolute;
  z-index: 2;
}

.product-coordinate {
  left: 37px;
  top: 38px;
}

.product-prompt {
  bottom: 45px;
  right: 37px;
  writing-mode: vertical-rl;
}

.product-scanline {
  background: var(--ink);
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.work-card-copy {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.8fr 1.5fr;
  padding: 25px 6px 15px;
}

.work-card-copy h3 {
  font-size: 28px;
  font-weight: 620;
  letter-spacing: -0.045em;
  margin: 0;
}

.work-card-copy p {
  font-size: 11px;
  line-height: 1.58;
  margin: 0;
}

.work-card-copy a {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 900;
  grid-column: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
  width: fit-content;
}

.work-card-copy a:hover,
.work-card-copy a:focus-visible {
  background: var(--ink);
  color: var(--white);
  outline: 4px solid var(--ink);
}

.psychology-section {
  background:
    radial-gradient(circle at 82% 15%, rgba(173, 154, 255, 0.22), transparent 27%),
    var(--ink-soft);
  color: var(--white);
  padding: 138px 28px;
}

.psychology-heading {
  display: grid;
  gap: 42px 70px;
  grid-template-columns: 0.65fr 1.8fr 0.8fr;
  margin-bottom: 85px;
}

.psychology-heading h2 {
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 560;
  letter-spacing: -0.068em;
  line-height: 0.94;
  margin: 0;
}

.psychology-heading h2 em {
  color: var(--signal);
  display: block;
  font-weight: 420;
}

.psychology-heading > p:last-child {
  align-self: end;
  border-left: 1px solid var(--line-light);
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}

.principles-grid {
  border-left: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.psychology-card {
  border-bottom: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  display: flex;
  flex-direction: column;
  min-height: 325px;
  padding: 23px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.psychology-card:hover {
  background: var(--signal);
  color: var(--ink);
}

.principle-index {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.psychology-card:hover .principle-index {
  color: var(--ink);
}

.psychology-card h3 {
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 58px 0 22px;
}

.psychology-card p {
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.58;
  margin: 0 0 30px;
}

.psychology-card:hover p {
  color: rgba(10, 10, 11, 0.76);
}

.psychology-card small {
  border-top: 1px solid currentColor;
  color: rgba(255, 253, 247, 0.48);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin-top: auto;
  padding-top: 12px;
  text-transform: uppercase;
}

.psychology-card:hover small {
  color: rgba(10, 10, 11, 0.62);
}

.psychology-card-wide {
  background: rgba(255, 105, 72, 0.09);
  grid-column: span 3;
  min-height: 280px;
}

.psychology-card-wide p {
  max-width: 900px;
}

.ethics-manifesto {
  align-items: center;
  background: var(--signal);
  color: var(--ink);
  display: grid;
  gap: 40px;
  grid-template-columns: 0.5fr 2fr;
  margin-top: 70px;
  min-height: 180px;
  padding: 30px;
}

.ethics-manifesto span {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ethics-manifesto p {
  font-size: clamp(34px, 4.6vw, 70px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}

.process-section {
  background: var(--ink);
  color: var(--white);
  padding: 138px 28px 0;
}

.process-title h2 {
  font-size: clamp(48px, 6.6vw, 100px);
  font-weight: 560;
  letter-spacing: -0.07em;
  line-height: 0.94;
  margin: 0 0 90px;
  max-width: 1120px;
}

.process-list {
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-list article {
  border-right: 1px solid var(--line-light);
  min-height: 330px;
  padding: 22px;
}

.process-list article:first-child {
  border-left: 1px solid var(--line-light);
}

.process-list span {
  color: var(--signal);
  font-family: var(--font-mono);
  font-size: 8px;
}

.process-list h3 {
  font-size: 24px;
  font-weight: 570;
  letter-spacing: -0.04em;
  margin: 100px 0 18px;
}

.process-list p {
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.58;
  margin: 0;
}

.principle-band {
  border-left: 1px solid var(--line-light);
  border-right: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: grid;
  gap: 70px;
  grid-template-columns: 1.3fr 0.7fr;
  margin-top: 70px;
  padding: 60px 30px 80px;
}

.principle-quote {
  color: var(--signal);
  font-size: clamp(35px, 4vw, 60px);
  font-style: italic;
  font-weight: 430;
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0;
}

.principle-band > div {
  align-self: end;
  border-left: 1px solid var(--line-light);
  padding-left: 24px;
}

.principle-band > div p {
  font-size: 13px;
  line-height: 1.58;
  margin: 0 0 35px;
}

.principle-band > div span {
  color: rgba(255, 253, 247, 0.48);
  font-family: var(--font-mono);
  font-size: 7px;
  line-height: 1.6;
}

.closing-section {
  background: var(--orange);
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: grid;
  gap: 20px;
  grid-template-columns: 0.5fr 2fr 0.8fr;
  min-height: 650px;
  padding: 34px 28px 48px;
}

.closing-index {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.closing-section h2 {
  align-self: center;
  font-size: clamp(70px, 10vw, 160px);
  font-weight: 620;
  grid-column: 1 / 3;
  letter-spacing: -0.085em;
  line-height: 0.78;
  margin: 20px 0;
}

.closing-copy {
  align-self: end;
  border-left: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 3;
  grid-row: 2;
  padding-left: 20px;
}

.closing-copy p {
  font-size: 14px;
  line-height: 1.58;
  margin: 0;
}

.closing-button {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
  width: 100%;
}

.closing-copy > span {
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

footer {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.2fr 1.5fr 1fr;
  padding: 70px 28px 28px;
}

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

.footer-brand strong {
  font-size: 18px;
  letter-spacing: -0.03em;
}

footer > p {
  font-size: 12px;
  line-height: 1.55;
  margin: 4px 0 0;
  max-width: 400px;
}

.footer-links {
  display: grid;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  gap: 12px;
  justify-self: end;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-links a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration-color: currentColor;
}

.footer-meta {
  border-top: 1px solid var(--ink);
  display: flex;
  font-family: var(--font-mono);
  font-size: 7px;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: 0.03em;
  line-height: 1.55;
  margin-top: 40px;
  padding-top: 14px;
  text-transform: uppercase;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 580ms ease,
    transform 580ms ease;
}

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

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

@media (max-width: 1180px) {
  .hero-copy {
    max-width: 780px;
  }

  .psychology-heading {
    grid-template-columns: 0.55fr 1.6fr;
  }

  .psychology-heading > p:last-child {
    grid-column: 2;
  }

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

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

  .direction-section {
    grid-template-columns: 1fr;
  }

  .direction-intro {
    border-bottom: 1px solid var(--ink);
    border-right: 0;
    min-height: 660px;
  }

  .diagnostic {
    min-height: 810px;
  }

  .service-row {
    grid-template-columns: 0.25fr 1fr 1.5fr;
  }

  .service-capability {
    display: none;
  }

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

  .process-list article:nth-child(3) {
    border-left: 1px solid var(--line-light);
  }

  .process-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }
}

@media (max-width: 930px) {
  .desktop-nav {
    display: none;
  }

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

  .hero-grid {
    min-height: min(820px, 88svh);
  }

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

  .hero-copy h1 {
    font-size: clamp(62px, 11vw, 96px);
  }

  .section-heading,
  .process-title {
    grid-template-columns: 0.45fr 1.6fr;
  }

  .work-card-copy {
    grid-template-columns: 1fr;
  }

  .work-card-copy p,
  .work-card-copy a {
    grid-column: 1;
  }

  .closing-section {
    grid-template-columns: 0.35fr 1.5fr 0.9fr;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 62px;
  }

  body::before {
    display: none;
  }

  .site-header {
    height: var(--header-height);
    padding: 0 16px;
  }

  .brand-icon-slot {
    flex-basis: 30px;
    height: 30px;
    width: 30px;
  }

  .brand-logo-slot {
    min-width: 112px;
    width: 130px;
  }

  .header-cta {
    gap: 0;
  }

  .header-cta > span:first-child {
    display: none;
  }

  .header-cta > span:last-child {
    font-size: 14px;
    height: 28px;
    width: 28px;
  }

  .header-actions {
    gap: 10px;
  }

  .language-switcher button {
    height: 24px;
    padding: 0 6px;
  }

  .hero {
    padding: 20px 16px 16px;
  }

  .hero-grid {
    margin: -20px -16px 46px;
    min-height: max(720px, calc(100svh - 118px));
  }

  .hero-grid::before {
    background:
      linear-gradient(
        180deg,
        rgba(10, 10, 11, 0.24) 0%,
        rgba(10, 10, 11, 0.32) 30%,
        rgba(10, 10, 11, 0.88) 68%,
        rgba(10, 10, 11, 0.98) 100%
      ),
      linear-gradient(90deg, rgba(10, 10, 11, 0.7), transparent 78%);
  }

  .hero-grid::after {
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, black, transparent 62%);
  }

  .hero-copy {
    align-content: end;
    min-height: inherit;
    padding: 44px 22px 70px;
  }

  .hero-overline {
    margin-bottom: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 15.7vw, 74px);
  }

  .hero-copy h1 span {
    margin-left: 0;
  }

  .hero-intro {
    font-size: 14px;
    margin-top: 38px;
  }

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

  .hero-image {
    object-position: 57% center;
  }

  .fallback-scene {
    grid-template-columns: 1fr 54px 1fr;
    inset: 60px 14px 86px;
  }

  .era-card {
    min-height: 300px;
    padding: 13px;
  }

  .era-card strong {
    bottom: 22px;
    font-size: clamp(29px, 9vw, 46px);
    left: 13px;
  }

  .handoff-device {
    border-width: 6px;
    height: 50px;
    width: 62px;
  }

  .orbit-one {
    height: 240px;
    width: 240px;
  }

  .orbit-two {
    height: 390px;
    width: 390px;
  }

  .hero-art figcaption span:last-child {
    display: none;
  }

  .signal-steps {
    grid-template-columns: 1fr;
  }

  .signal-arrow {
    border-bottom: 1px solid var(--line-light);
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line-light);
    height: 38px;
    transform: rotate(90deg);
    width: 100%;
  }

  .signal-node {
    min-height: 88px;
    padding: 17px;
  }

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

  .proof-strip > * {
    border-bottom: 1px solid var(--ink);
    min-height: 50px;
  }

  .proof-strip > *:first-child {
    grid-column: 1 / -1;
  }

  .proof-strip > *:last-child {
    border-bottom: 0;
    border-right: 1px solid var(--ink);
    grid-column: 1 / -1;
  }

  .section-shell,
  .psychology-section {
    padding: 90px 16px;
  }

  .section-heading,
  .process-title,
  .psychology-heading {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-heading {
    margin-bottom: 55px;
  }

  .section-heading h2 {
    font-size: clamp(43px, 13vw, 68px);
  }

  .service-row {
    gap: 13px;
    grid-template-columns: 0.17fr 1fr;
    padding: 22px 0 26px;
  }

  .service-row p {
    font-size: 12px;
    grid-column: 2;
    padding: 0 12px;
  }

  .direction-intro {
    min-height: 640px;
    padding: 42px 18px;
  }

  .direction-intro h2 {
    font-size: clamp(48px, 14vw, 70px);
    margin-top: 48px;
  }

  .diagnostic {
    min-height: 910px;
    padding: 26px 16px;
  }

  .question-panel {
    padding-top: 55px;
  }

  .question-panel h3,
  .result-panel h3,
  .noscript-message h3 {
    font-size: clamp(42px, 12vw, 60px);
    margin-bottom: 40px;
  }

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

  .answer-option {
    min-height: 116px;
  }

  .diagnostic-actions {
    gap: 20px;
  }

  .diagnostic-actions > span {
    text-align: right;
  }

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

  .result-grid > div {
    min-height: 108px;
  }

  .result-grid p {
    margin-top: 22px;
  }

  .work-heading {
    align-items: start;
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .work-heading h2 {
    font-size: clamp(52px, 15vw, 78px);
  }

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

  .work-card,
  .work-card:nth-child(2n),
  .work-card:last-child {
    border-bottom: 0;
    border-right: 1px solid var(--ink);
  }

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

  .product-stage {
    height: 290px;
  }

  .product-stage strong {
    font-size: clamp(160px, 58vw, 260px);
  }

  .psychology-heading {
    margin-bottom: 54px;
  }

  .psychology-heading h2 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .psychology-heading > p:last-child {
    grid-column: auto;
  }

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

  .psychology-card,
  .psychology-card-wide {
    grid-column: auto;
    min-height: 300px;
  }

  .ethics-manifesto {
    align-items: start;
    gap: 34px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    min-height: 300px;
    padding: 24px;
  }

  .ethics-manifesto p {
    align-self: end;
    font-size: clamp(38px, 12vw, 58px);
  }

  .process-section {
    padding: 90px 16px 0;
  }

  .process-title h2 {
    font-size: clamp(50px, 14vw, 76px);
    margin-bottom: 30px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list article,
  .process-list article:nth-child(3) {
    border-bottom: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
    min-height: 250px;
  }

  .process-list h3 {
    margin-top: 66px;
  }

  .principle-band {
    gap: 48px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    padding: 42px 20px 60px;
  }

  .principle-band > div {
    border-left: 0;
    border-top: 1px solid var(--line-light);
    padding-left: 0;
    padding-top: 25px;
  }

  .closing-section {
    display: flex;
    flex-direction: column;
    min-height: 720px;
    padding: 26px 16px 38px;
  }

  .closing-section h2 {
    align-self: stretch;
    font-size: clamp(75px, 23vw, 115px);
    margin: auto 0 60px;
  }

  .closing-copy {
    border-left: 0;
    border-top: 1px solid var(--ink);
    padding-left: 0;
    padding-top: 22px;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 55px 16px 24px;
  }

  .footer-links {
    justify-self: start;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 400px) {
  .brand-logo-slot {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(51px, 17vw, 68px);
  }

  .primary-button,
  .secondary-button {
    gap: 12px;
    width: 100%;
  }

  .diagnostic {
    min-height: 960px;
  }

  .diagnostic-topline {
    gap: 10px;
  }
}

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

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

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