:root {
  --blue: #32619a;
  --blue-light: #5d91d0;
  --graphite: #555e68;
  --ink: #07111e;
  --ink-soft: #0d1d31;
  --paper: #f0f1ee;
  --white: #f8fafc;
  --gold: #d9a84e;
  --line: rgba(255, 255, 255, 0.18);
  --page-gutter: clamp(1.25rem, 4.5vw, 5.5rem);
  --hero-shift: 0px;
  --copy-shift: 0px;
  --mx: 50%;
  --my: 50%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

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

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

::selection {
  color: var(--white);
  background: var(--blue);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--blue);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.loader {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 1.35rem;
  color: var(--white);
  background: var(--ink);
  transition:
    opacity 550ms cubic-bezier(0.7, 0, 0.2, 1),
    visibility 550ms;
}

.loader::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 45%, rgba(50, 97, 154, 0.22), transparent 32%),
    linear-gradient(125deg, transparent 43%, rgba(255, 255, 255, 0.035) 43.2%, transparent 43.5%);
}

.loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.loader__mark {
  position: relative;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
  animation: loader-pulse 1.4s ease-in-out infinite alternate;
}

.loader__mark span {
  position: absolute;
  left: 50%;
  width: 2.2rem;
  height: 3rem;
  background: var(--blue-light);
  transform: translateX(-50%) skewY(-43deg);
}

.loader__mark span:first-child {
  top: -0.55rem;
  clip-path: polygon(0 0, 100% 0, 100% 48%, 0 100%);
}

.loader__mark span:last-child {
  bottom: -0.55rem;
  clip-path: polygon(0 52%, 100% 0, 100% 100%, 0 100%);
}

.loader p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cursor {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  transform: translate3d(-50%, -50%, 0);
  transition:
    width 180ms ease,
    height 180ms ease,
    opacity 180ms ease,
    background-color 180ms ease;
}

.cursor.is-visible {
  opacity: 1;
}

.cursor.is-active {
  width: 3.8rem;
  height: 3.8rem;
  background: rgba(255, 255, 255, 0.12);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem var(--page-gutter);
  border-bottom: 1px solid var(--line);
}

.brand-link img {
  width: clamp(10.5rem, 16vw, 14.5rem);
  filter: brightness(0) invert(1);
}

.header-contact {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.85rem;
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-contact svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.header-contact:hover svg,
.header-contact:focus-visible svg {
  transform: translateX(0.3rem);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--ink);
}

.hero__media {
  position: absolute;
  z-index: -4;
  inset: -3%;
  background-image: url("assets/olimeq-chain-machine.webp");
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.075);
  animation: hero-breathe 16s ease-in-out infinite alternate;
  will-change: transform;
}

.hero__veil {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 23, 0.98) 0%, rgba(5, 15, 28, 0.9) 30%, rgba(5, 15, 28, 0.4) 58%, rgba(5, 12, 22, 0.18) 100%),
    linear-gradient(180deg, rgba(2, 8, 15, 0.52) 0%, transparent 38%, rgba(2, 8, 15, 0.58) 100%);
}

.hero__glow {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: radial-gradient(
    circle 24rem at var(--mx) var(--my),
    rgba(50, 97, 154, 0.17),
    transparent 70%
  );
  transition: background-position 150ms linear;
}

.grain {
  position: absolute;
  z-index: 1;
  inset: -50%;
  opacity: 0.075;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  animation: grain-shift 0.22s steps(2) infinite;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100svh;
  width: min(51rem, calc(100% - 2 * var(--page-gutter)));
  margin-left: var(--page-gutter);
  padding-top: clamp(9.5rem, 18vh, 13rem);
  padding-bottom: clamp(8rem, 16vh, 11rem);
  flex-direction: column;
  justify-content: center;
  transform: translate3d(0, var(--copy-shift), 0);
  will-change: transform;
}

.eyebrow,
.section-label {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.65rem, 0.8vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 3.5rem;
  height: 1px;
  content: "";
  background: var(--blue-light);
}

.hero h1 {
  max-width: 12ch;
  margin: clamp(1.3rem, 3vh, 2.3rem) 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 6.6vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.hero h1 span {
  color: transparent;
  background: linear-gradient(100deg, var(--white) 5%, #90b3df 55%, var(--blue-light));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero__text {
  max-width: 35rem;
  margin: clamp(1.5rem, 3vh, 2.3rem) 0 0;
  color: rgba(248, 250, 252, 0.7);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  line-height: 1.75;
}

.primary-link {
  display: inline-flex;
  width: fit-content;
  min-height: 4rem;
  margin-top: clamp(1.7rem, 4vh, 2.8rem);
  align-items: center;
  gap: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 220ms ease;
}

.primary-link__icon {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  transition:
    color 250ms ease,
    background 250ms ease,
    transform 250ms ease;
}

.primary-link svg {
  width: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-link:hover,
.primary-link:focus-visible {
  border-color: var(--blue-light);
}

.primary-link:hover .primary-link__icon,
.primary-link:focus-visible .primary-link__icon {
  color: var(--blue);
  background: var(--white);
  transform: rotate(-8deg);
}

.hero__status {
  position: absolute;
  z-index: 2;
  right: var(--page-gutter);
  bottom: 2.8rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(248, 250, 252, 0.65);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__pulse {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--blue-light);
}

.hero__pulse::before {
  position: absolute;
  inset: -0.32rem;
  border: 1px solid var(--blue-light);
  border-radius: inherit;
  content: "";
  animation: signal 2s ease-out infinite;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: var(--page-gutter);
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(248, 250, 252, 0.55);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: left bottom;
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 5rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-cue i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  content: "";
  background: var(--blue-light);
  animation: scroll-line 2.2s ease-in-out infinite;
}

.specialty {
  position: relative;
  overflow: hidden;
  padding: clamp(6.5rem, 12vw, 11rem) var(--page-gutter);
  background:
    linear-gradient(90deg, transparent 49.93%, rgba(7, 17, 30, 0.08) 50%, transparent 50.07%),
    var(--paper);
}

.specialty::before {
  position: absolute;
  top: -7rem;
  right: -14rem;
  width: 38rem;
  height: 30rem;
  content: "";
  background: rgba(50, 97, 154, 0.055);
  transform: rotate(-34deg);
}

.specialty__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(11rem, 0.7fr) minmax(0, 2fr);
  gap: 4vw;
}

.section-label {
  align-self: start;
  color: var(--graphite);
}

.section-label span {
  color: var(--blue);
}

.specialty h2 {
  max-width: 18ch;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.5rem, 5.2vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.specialty h2 em {
  display: block;
  color: var(--blue);
  font-family: "Manrope", sans-serif;
  font-size: 0.88em;
  font-weight: 400;
}

.specialty__body {
  display: grid;
  min-height: 38rem;
  margin-top: clamp(5rem, 9vw, 8rem);
  grid-template-columns: minmax(0, 0.75fr) minmax(22rem, 1.25fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.specialty__copy {
  position: relative;
  z-index: 2;
}

.specialty__copy > p {
  max-width: 31rem;
  margin: 0;
  color: var(--graphite);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.78;
}

.principles {
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  border-top: 1px solid rgba(7, 17, 30, 0.18);
}

.principles div {
  display: grid;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(7, 17, 30, 0.18);
  grid-template-columns: 4rem 1fr;
  align-items: baseline;
  transition: padding-left 220ms ease;
}

.principles div:hover {
  padding-left: 0.55rem;
}

.principles dt {
  color: var(--blue);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.principles dd {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  letter-spacing: -0.02em;
}

.chain-stage {
  position: relative;
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  border: 1px solid rgba(7, 17, 30, 0.11);
  background:
    linear-gradient(rgba(50, 97, 154, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 97, 154, 0.045) 1px, transparent 1px);
  background-size: 2.8rem 2.8rem;
}

.chain-stage::before,
.chain-stage::after {
  position: absolute;
  z-index: 1;
  width: 0.55rem;
  height: 0.55rem;
  border-color: var(--blue);
  content: "";
}

.chain-stage::before {
  top: 1rem;
  left: 1rem;
  border-top: 1px solid;
  border-left: 1px solid;
}

.chain-stage::after {
  right: 1rem;
  bottom: 1rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

#chain-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.chain-stage__axis {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(50, 97, 154, 0.22), transparent);
  transform: rotate(-22deg);
}

.chain-stage p {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
  margin: 0;
  color: var(--graphite);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact {
  position: relative;
  min-height: min(56rem, 90svh);
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 30%, rgba(50, 97, 154, 0.38), transparent 31%),
    linear-gradient(145deg, #0b1a2b 0%, var(--ink) 62%);
}

.contact::before {
  position: absolute;
  z-index: -1;
  top: -20rem;
  right: 8vw;
  width: 22rem;
  height: 72rem;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.07), transparent);
  transform: rotate(38deg);
}

.contact__beam {
  position: absolute;
  z-index: -1;
  right: -9rem;
  bottom: -16rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(93, 145, 208, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 6rem rgba(50, 97, 154, 0.035),
    0 0 0 12rem rgba(50, 97, 154, 0.025);
  animation: orbit 13s linear infinite;
}

.contact__beam::before,
.contact__beam::after {
  position: absolute;
  border: 1px solid rgba(93, 145, 208, 0.2);
  border-radius: 50%;
  content: "";
}

.contact__beam::before {
  inset: 13%;
}

.contact__beam::after {
  inset: 30%;
}

.contact__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(62rem, 100svh);
  padding: clamp(6rem, 10vw, 9rem) var(--page-gutter);
  grid-template-columns: minmax(20rem, 0.9fr) minmax(28rem, 1.1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
}

.section-label--light {
  color: rgba(248, 250, 252, 0.52);
}

.section-label--light span {
  color: var(--blue-light);
}

.contact h2 {
  margin: clamp(1.7rem, 4vw, 3rem) 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.1rem, 5.4vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.contact h2 span {
  color: var(--blue-light);
}

.contact__copy > p:not(.section-label) {
  max-width: 32rem;
  margin: clamp(1.8rem, 3vw, 2.6rem) 0 0;
  color: rgba(248, 250, 252, 0.62);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.7;
}

.contact__email {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(248, 250, 252, 0.78);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  transition: color 220ms ease, border-color 220ms ease;
}

.contact__email:hover,
.contact__email:focus-visible {
  color: var(--blue-light);
  border-color: var(--blue-light);
}

.contact-form {
  position: relative;
  z-index: 2;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(5, 12, 21, 0.46);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.form-field {
  position: relative;
  padding-top: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  transition: border-color 220ms ease;
}

.form-field:focus-within {
  border-color: var(--blue-light);
}

.form-field label {
  display: block;
  color: rgba(248, 250, 252, 0.48);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.form-field:focus-within label {
  color: var(--blue-light);
}

.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--white);
  background: transparent;
  font: 500 clamp(1rem, 1.25vw, 1.15rem) / 1.5 "Manrope", sans-serif;
}

.form-field input {
  min-height: 3.15rem;
}

.form-field textarea {
  min-height: 8.5rem;
  padding: 0.75rem 0;
  resize: vertical;
}

.form-field input:-webkit-autofill,
.form-field input:-webkit-autofill:hover,
.form-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--white);
  box-shadow: 0 0 0 1000px var(--ink) inset;
}

.form-field input:user-invalid,
.form-field textarea:user-invalid {
  box-shadow: none;
}

.form-field:has(input:user-invalid),
.form-field:has(textarea:user-invalid) {
  border-color: #df8b7d;
}

.form-field--message {
  padding-top: 1.4rem;
}

.form-trap {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-privacy {
  margin: 1rem 0 0;
  color: rgba(248, 250, 252, 0.4);
  font-size: 0.68rem;
  line-height: 1.5;
}

.form-submit {
  display: flex;
  width: 100%;
  margin-top: 1.7rem;
  padding: 0.85rem 0 0.85rem 1.2rem;
  align-items: center;
  justify-content: space-between;
  border: 0;
  color: var(--white);
  background: var(--blue);
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 220ms ease, opacity 220ms ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: #3d70ad;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-submit__icon {
  display: grid;
  width: 3rem;
  height: 2.2rem;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.form-submit svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.form-submit:hover svg,
.form-submit:focus-visible svg {
  transform: translateX(0.25rem);
}

.form-status {
  min-height: 1.4rem;
  margin: 0.9rem 0 -0.25rem;
  color: rgba(248, 250, 252, 0.7);
  font-size: 0.75rem;
  line-height: 1.5;
}

.form-status.is-success {
  color: #9cc9ad;
}

.form-status.is-error {
  color: #eea093;
}

.site-footer {
  display: grid;
  min-height: 11rem;
  padding: 2.2rem var(--page-gutter);
  color: var(--white);
  background: #050c15;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.site-footer img {
  width: clamp(8.5rem, 12vw, 11rem);
  filter: brightness(0) invert(1);
}

.site-footer p,
.site-footer > span {
  margin: 0;
  color: rgba(248, 250, 252, 0.42);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.57rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-footer > span {
  justify-self: end;
}

.js .hero-enter {
  opacity: 0;
  transform: translateY(1.4rem);
}

.js body.is-ready .hero-enter {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 850ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 850ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js body.is-ready .hero-enter--1 {
  transition-delay: 300ms;
}

.js body.is-ready .hero-enter--2 {
  transition-delay: 410ms;
}

.js body.is-ready .hero-enter--3 {
  transition-delay: 540ms;
}

.js body.is-ready .hero-enter--4 {
  transition-delay: 650ms;
}

.js .reveal {
  opacity: 0;
  transform: translateY(2.8rem);
  transition:
    opacity 900ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 0.35rem;
}

@keyframes loader-pulse {
  from {
    opacity: 0.5;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hero-breathe {
  from {
    transform: translate3d(0, var(--hero-shift), 0) scale(1.075);
  }
  to {
    transform: translate3d(0, var(--hero-shift), 0) scale(1.11);
  }
}

@keyframes grain-shift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(2%, -3%, 0);
  }
  50% {
    transform: translate3d(-4%, 2%, 0);
  }
  75% {
    transform: translate3d(3%, 4%, 0);
  }
  100% {
    transform: translate3d(-2%, -4%, 0);
  }
}

@keyframes signal {
  from {
    opacity: 0.75;
    transform: scale(0.5);
  }
  to {
    opacity: 0;
    transform: scale(1.6);
  }
}

@keyframes scroll-line {
  0% {
    transform: translateX(-110%);
  }
  55%,
  100% {
    transform: translateX(245%);
  }
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .hero__veil {
    background:
      linear-gradient(90deg, rgba(4, 12, 23, 0.98) 0%, rgba(5, 15, 28, 0.82) 60%, rgba(5, 12, 22, 0.38) 100%),
      linear-gradient(180deg, rgba(2, 8, 15, 0.5), transparent 35%, rgba(2, 8, 15, 0.72));
  }

  .specialty__intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .specialty__copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .principles {
    margin-top: 0;
  }

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

  .contact__inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .contact__copy {
    max-width: 43rem;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 620px) {
  :root {
    --page-gutter: 1.25rem;
  }

  .site-header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .brand-link img {
    width: 10rem;
  }

  .header-contact span {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .header-contact svg {
    width: 1.55rem;
  }

  .hero {
    min-height: 49rem;
  }

  .hero__media {
    inset: -1.5%;
    background-position: 61% center;
  }

  .hero__veil {
    background:
      linear-gradient(90deg, rgba(4, 12, 23, 0.97) 0%, rgba(5, 15, 28, 0.8) 66%, rgba(5, 12, 22, 0.44) 100%),
      linear-gradient(180deg, rgba(2, 8, 15, 0.42), transparent 25%, rgba(2, 8, 15, 0.86) 78%, rgba(2, 8, 15, 0.98));
  }

  .hero__content {
    min-height: 49rem;
    width: calc(100% - 2 * var(--page-gutter));
    padding-top: 8.7rem;
    padding-bottom: 8rem;
    justify-content: flex-end;
  }

  .eyebrow {
    max-width: 19rem;
    gap: 0.7rem;
    letter-spacing: 0.13em;
  }

  .eyebrow::before {
    width: 2rem;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.85rem, 14vw, 4.4rem);
  }

  .hero__text {
    max-width: 27rem;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .hero__status {
    right: auto;
    bottom: 2rem;
    left: var(--page-gutter);
    max-width: calc(100% - 2 * var(--page-gutter));
  }

  .scroll-cue {
    display: none;
  }

  .specialty {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: var(--paper);
  }

  .specialty h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .specialty__body {
    min-height: auto;
    margin-top: 4rem;
    gap: 4.5rem;
  }

  .specialty__copy {
    display: block;
  }

  .principles {
    margin-top: 3rem;
  }

  .chain-stage {
    aspect-ratio: 1 / 1.05;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    border-right: 0;
    border-left: 0;
  }

  .contact,
  .contact__inner {
    min-height: auto;
  }

  .contact h2 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .contact__inner {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    gap: 3.5rem;
  }

  .contact-form {
    margin-right: -0.35rem;
    margin-left: -0.35rem;
    padding: 1.35rem;
  }

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

  .site-footer {
    min-height: 9rem;
    gap: 1rem;
  }

  .site-footer > span {
    font-size: 0.5rem;
  }
}

@media (pointer: coarse) {
  .cursor {
    display: none;
  }
}

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

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

  .hero__media,
  .hero__content {
    transform: none;
  }
}
