:root {
  color-scheme: dark;
  --night-black: #080A0D;
  --quarter-black: #10141A;
  --urban-graphite: #1A2028;
  --steel-grey: #8B96A3;
  --cloud-white: #F1F5F7;
  --pure-white: #FFFFFF;
  --electric-cyan: #4DEBFF;
  --line: rgba(241, 245, 247, 0.18);
  --line-soft: rgba(241, 245, 247, 0.08);
  --shadow-heavy: rgba(0, 0, 0, 0.72);
  --font-sans: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  --font-body: "Space Grotesk", "Segoe UI", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "Consolas", "SFMono-Regular", monospace;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-mono-latin.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--night-black);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--cloud-white);
  background: var(--night-black);
  font-family: var(--font-body);
  line-height: 1.5;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.65rem 0.9rem;
  color: var(--night-black);
  background: var(--electric-cyan);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(77, 235, 255, 0.08), transparent 21rem),
    linear-gradient(180deg, rgba(8, 10, 13, 0.72), rgba(8, 10, 13, 0.94) 62%, #050608 100%);
}

.home-shell {
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 2rem 3.1rem 1.2rem;
  min-width: 0;
}

.night-scene,
.night-scene > span {
  position: absolute;
  pointer-events: none;
}

.night-scene {
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.night-scene::before {
  content: "";
  position: absolute;
  inset: -1rem;
  opacity: 1;
  background-image: url("assets/night-quarter-background.jpg");
  background-position: center;
  background-size: cover;
  filter: brightness(0.96) contrast(0.98) saturate(0.9);
  transform: translate3d(var(--scene-x, 0), var(--scene-y, 0), 0) scale(1.02);
  transition: transform 320ms ease-out;
  z-index: 0;
}

.night-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 58% at 50% 41%, rgba(5, 6, 8, 1) 0 38%, rgba(5, 6, 8, 0.84) 50%, rgba(5, 6, 8, 0.16) 73%, transparent 100%),
    linear-gradient(90deg, rgba(5, 6, 8, 0.03), rgba(5, 6, 8, 0.26) 31%, rgba(5, 6, 8, 0.82) 45%, rgba(5, 6, 8, 0.82) 55%, rgba(5, 6, 8, 0.24) 69%, rgba(5, 6, 8, 0.03)),
    linear-gradient(180deg, rgba(5, 6, 8, 0.36), rgba(5, 6, 8, 0.08) 28%, rgba(5, 6, 8, 0.62) 82%, #050608 100%);
  z-index: 1;
}

.night-scene > span {
  z-index: 2;
}

.scene-grid {
  inset: 6% 9% 16%;
  opacity: 0.16;
  background:
    linear-gradient(rgba(77, 235, 255, 0.08), transparent 1px),
    linear-gradient(90deg, rgba(241, 245, 247, 0.08), transparent 1px);
  background-size: 6rem 4rem;
  mask-image: linear-gradient(90deg, transparent, black 24%, black 76%, transparent);
}

.scene-orbit {
  border: 1px solid rgba(241, 245, 247, 0.055);
  border-radius: 50%;
}

.scene-orbit-one {
  width: 34rem;
  height: 34rem;
  top: 4.4rem;
  left: 52.5%;
}

.scene-orbit-two {
  width: 22rem;
  height: 22rem;
  top: 11rem;
  left: 58%;
  border-color: rgba(77, 235, 255, 0.06);
}

.scene-slab {
  display: none;
  background:
    linear-gradient(90deg, rgba(241, 245, 247, 0.07), transparent 1px),
    linear-gradient(0deg, rgba(241, 245, 247, 0.06), transparent 1px),
    linear-gradient(120deg, #111820, #0A0D11 42%, #05070A 100%);
  background-size: 4rem 4rem, 4rem 4rem, auto;
  box-shadow: 2.8rem 1rem 5rem rgba(0, 0, 0, 0.6);
}

.scene-slab-large {
  width: 46vw;
  height: 72vh;
  left: -5vw;
  bottom: 8vh;
  clip-path: polygon(0 0, 83% 32%, 93% 100%, 0 100%);
  opacity: 0.78;
}

.scene-slab-cut {
  width: 13vw;
  height: 52vh;
  left: 18vw;
  bottom: 14vh;
  background: linear-gradient(180deg, #07090C, #020304);
  box-shadow: inset -1.5rem 0 2.5rem rgba(77, 235, 255, 0.08), 2rem 0 3rem rgba(0, 0, 0, 0.7);
  opacity: 0.92;
}

.scene-lightline {
  display: none;
  width: 0.22rem;
  height: 23rem;
  left: 5.6%;
  bottom: 22%;
  background: linear-gradient(180deg, transparent, var(--electric-cyan) 12%, var(--electric-cyan) 86%, transparent);
  box-shadow: 0 0 1.4rem rgba(77, 235, 255, 0.95), 0 0 4rem rgba(77, 235, 255, 0.34);
  opacity: 0.86;
}

.scene-skyline {
  display: none;
  right: 0;
  bottom: 17%;
  width: 43vw;
  height: 13rem;
  opacity: 0.62;
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(8, 10, 13, 0.78) 42% 100%),
    linear-gradient(90deg, transparent 0 3%, #111821 3% 6%, transparent 6% 14%, #10161D 14% 17%, transparent 17% 23%, #151C24 23% 26%, transparent 26% 35%, #0C1117 35% 42%, transparent 42% 50%, #151A21 50% 53%, transparent 53% 63%, #0B1015 63% 70%, transparent 70% 79%, #121820 79% 83%, transparent 83% 100%);
}

.scene-skyline::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background:
    radial-gradient(circle at 7% 45%, rgba(255, 255, 255, 0.85) 0 1px, transparent 2px),
    radial-gradient(circle at 30% 58%, rgba(77, 235, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 71% 49%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 62%, rgba(255, 158, 82, 0.64) 0 1px, transparent 2px);
  background-size: 5rem 4rem;
}

.scene-reflection {
  display: none;
  inset: auto 0 0;
  height: 25%;
  opacity: 0.42;
  background:
    linear-gradient(180deg, rgba(77, 235, 255, 0.09), transparent 32%),
    repeating-linear-gradient(0deg, rgba(241, 245, 247, 0.05) 0 1px, transparent 1px 0.55rem),
    radial-gradient(ellipse at 50% 0, rgba(77, 235, 255, 0.11), transparent 44rem);
  transform: skewY(-1deg);
}

.cursor-light {
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  left: var(--cursor-x, 50%);
  top: var(--cursor-y, 42%);
  opacity: 0;
  background: radial-gradient(circle, rgba(77, 235, 255, 0.12), transparent 66%);
  transform: translate(-50%, -50%);
  transition: opacity 260ms ease;
}

.night-scene > .cursor-light {
  z-index: 3;
}

.is-ready .cursor-light {
  opacity: 1;
}

.site-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 2.6rem;
  min-width: 0;
  width: 100%;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.brand-logo-small {
  width: 11.4rem;
  filter: drop-shadow(0 0.2rem 1rem rgba(0, 0, 0, 0.88));
}

.wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34em;
  margin: 0;
  color: var(--pure-white);
  font-family: var(--font-sans);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.34em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.88);
}

.small-wordmark {
  font-size: 1.05rem;
}

.wordmark-q {
  position: relative;
  display: inline-block;
  color: var(--cloud-white);
}

.wordmark-q::after {
  content: "";
  position: absolute;
  right: -0.08em;
  bottom: 0.04em;
  width: 0.48em;
  height: 0.13em;
  background: var(--electric-cyan);
  box-shadow: 0 0 1rem rgba(77, 235, 255, 0.72);
  transform: rotate(42deg);
  transform-origin: right center;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 0;
  min-width: 0;
  width: 100%;
  padding: 0.5rem 0 1.2rem;
}

.hero-lockup {
  width: 100%;
  max-width: 58rem;
  min-width: 0;
  text-align: center;
  transform: translateY(-0.2rem);
}

.owl-stage {
  position: relative;
  width: 36rem;
  max-width: 100%;
  height: 19rem;
  margin: 0 auto 1.5rem;
  min-width: 0;
  --owl-scale: 1;
}

.owl-stage::before {
  content: "";
  position: absolute;
  inset: 18% 15% 6%;
  opacity: 0.55;
  background: radial-gradient(ellipse at 50% 50%, rgba(241, 245, 247, 0.16), transparent 62%);
}

.owl-image {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 36rem;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%) scale(var(--owl-scale));
  transform-origin: center;
  filter: drop-shadow(0 2rem 2rem rgba(0, 0, 0, 0.76));
  user-select: none;
}

.owl-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 37rem;
  height: 18rem;
  transform: translate(-50%, -50%) scale(var(--owl-scale));
  transform-origin: center;
  filter: drop-shadow(0 2rem 2.2rem rgba(0, 0, 0, 0.72));
}

.owl-mark::before {
  content: "";
  position: absolute;
  inset: 9% 18% 0;
  opacity: 0.5;
  background: radial-gradient(ellipse at 50% 50%, rgba(241, 245, 247, 0.18), transparent 58%);
}

.owl-wing,
.owl-core,
.facet {
  position: absolute;
}

.owl-wing {
  top: 0;
  width: 18.6rem;
  height: 12.2rem;
}

.owl-wing-left {
  left: 0;
}

.owl-wing-right {
  right: 0;
  transform: scaleX(-1);
}

.facet {
  display: block;
  background: linear-gradient(145deg, #FFFFFF 0%, #E9EEF1 46%, #9DA5AC 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset -1.1rem -1rem 1.7rem rgba(0, 0, 0, 0.22);
}

.feather.f1 {
  left: 0.2rem;
  top: 0.2rem;
  width: 10.5rem;
  height: 2.2rem;
  clip-path: polygon(0 100%, 100% 0, 83% 100%);
  transform: rotate(19deg);
}

.feather.f2 {
  left: 1.6rem;
  top: 2.8rem;
  width: 11.4rem;
  height: 2.1rem;
  clip-path: polygon(0 55%, 100% 0, 86% 100%, 12% 100%);
  transform: rotate(12deg);
  background: linear-gradient(155deg, #FFFFFF 0%, #CCD2D7 72%, #737B83 100%);
}

.feather.f3 {
  left: 3rem;
  top: 5.2rem;
  width: 11.8rem;
  height: 2.3rem;
  clip-path: polygon(0 18%, 100% 0, 85% 100%, 5% 86%);
  transform: rotate(4deg);
}

.feather.f4 {
  left: 4.5rem;
  top: 7.4rem;
  width: 10.7rem;
  height: 2.5rem;
  clip-path: polygon(0 0, 100% 8%, 73% 100%, 10% 75%);
  transform: rotate(-7deg);
  background: linear-gradient(135deg, #F7F9FA 0%, #BEC6CC 72%, #555D64 100%);
}

.feather.f5 {
  left: 6.1rem;
  top: 9.6rem;
  width: 8.6rem;
  height: 2.6rem;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 15% 80%);
  transform: rotate(-17deg);
  background: linear-gradient(145deg, #F5F7F8 0%, #AEB6BD 62%, #323940 100%);
}

.under.u1 {
  left: 9.2rem;
  top: 8.2rem;
  width: 5.5rem;
  height: 3rem;
  clip-path: polygon(0 0, 100% 28%, 72% 100%, 10% 74%);
  background: linear-gradient(125deg, #F2F5F7, #9099A1 74%, #11151A);
}

.under.u2 {
  left: 12rem;
  top: 10.3rem;
  width: 4.2rem;
  height: 3.6rem;
  clip-path: polygon(0 0, 100% 24%, 56% 100%, 8% 68%);
  background: linear-gradient(145deg, #DEE4E7, #727C84 64%, #06080B);
}

.owl-core {
  left: 50%;
  top: 5.3rem;
  width: 12.5rem;
  height: 12.8rem;
  transform: translateX(-50%);
}

.head.crown {
  left: 2.1rem;
  top: 0;
  width: 8.3rem;
  height: 5.2rem;
  clip-path: polygon(0 18%, 23% 46%, 50% 0, 77% 46%, 100% 18%, 86% 100%, 14% 100%);
  background: linear-gradient(135deg, #FFFFFF, #CCD3D8 54%, #6F7880);
}

.head.brow-left {
  left: 1.3rem;
  top: 2.3rem;
  width: 5.5rem;
  height: 3rem;
  clip-path: polygon(0 0, 100% 14%, 70% 100%, 18% 70%);
  background: linear-gradient(140deg, #FFFFFF 0%, #D6DCE0 65%, #424950);
}

.head.brow-right {
  right: 1.3rem;
  top: 2.3rem;
  width: 5.5rem;
  height: 3rem;
  clip-path: polygon(0 14%, 100% 0, 82% 70%, 30% 100%);
  background: linear-gradient(220deg, #FFFFFF 0%, #D6DCE0 65%, #424950);
}

.head.cheek-left {
  left: 1.6rem;
  top: 4.4rem;
  width: 4.8rem;
  height: 4.9rem;
  clip-path: polygon(0 0, 82% 6%, 100% 100%, 22% 72%);
  background: linear-gradient(125deg, #F8FAFB, #9FA8B0 64%, #171B20);
}

.head.cheek-right {
  right: 1.6rem;
  top: 4.4rem;
  width: 4.8rem;
  height: 4.9rem;
  clip-path: polygon(18% 6%, 100% 0, 78% 72%, 0 100%);
  background: linear-gradient(225deg, #F8FAFB, #9FA8B0 64%, #171B20);
}

.eye {
  top: 3.6rem;
  width: 1.95rem;
  height: 1.1rem;
  background: #050608;
  border: 0;
  box-shadow: inset 0.1rem 0.12rem 0 rgba(255, 255, 255, 0.42);
}

.eye-left {
  left: 3.35rem;
  clip-path: polygon(0 14%, 100% 42%, 82% 100%, 15% 75%);
}

.eye-right {
  right: 3.35rem;
  clip-path: polygon(0 42%, 100% 14%, 85% 75%, 18% 100%);
}

.beak {
  left: 5.26rem;
  top: 4.3rem;
  width: 2rem;
  height: 3rem;
  clip-path: polygon(50% 0, 100% 72%, 50% 100%, 0 72%);
  background: linear-gradient(180deg, #F1F5F7 0 28%, #05070A 29% 100%);
  border-color: rgba(0, 0, 0, 0.3);
}

.chest.chest-left {
  left: 2.5rem;
  top: 7.2rem;
  width: 4rem;
  height: 4.3rem;
  clip-path: polygon(0 0, 100% 24%, 82% 100%, 22% 64%);
  background: linear-gradient(135deg, #F8FAFB, #B4BCC3 64%, #22282F);
}

.chest.chest-right {
  right: 2.5rem;
  top: 7.2rem;
  width: 4rem;
  height: 4.3rem;
  clip-path: polygon(0 24%, 100% 0, 78% 64%, 18% 100%);
  background: linear-gradient(225deg, #F8FAFB, #B4BCC3 64%, #22282F);
}

.chest.center {
  left: 4.45rem;
  top: 7rem;
  width: 3.6rem;
  height: 5.4rem;
  clip-path: polygon(50% 0, 100% 42%, 50% 100%, 0 42%);
  background: linear-gradient(180deg, #FFFFFF, #C9D0D5 58%, #59626A);
}

.tail.tail-left {
  left: 4.1rem;
  top: 10.7rem;
  width: 2.6rem;
  height: 2.1rem;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 14% 82%);
  background: linear-gradient(150deg, #D9E0E4, #7C858D);
}

.tail.tail-right {
  right: 4.1rem;
  top: 10.7rem;
  width: 2.6rem;
  height: 2.1rem;
  clip-path: polygon(0 0, 100% 0, 86% 82%, 22% 100%);
  background: linear-gradient(210deg, #D9E0E4, #7C858D);
}

.hero-wordmark {
  display: flex;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.42em;
}

.hero-logo {
  width: min(40rem, 100%);
  margin: 0 auto;
  line-height: 0;
}

.cyan-rule {
  display: block;
  width: 2.2rem;
  height: 0.13rem;
  margin: 1.05rem auto 1.42rem;
  background: var(--electric-cyan);
  box-shadow: 0 0 1.4rem rgba(77, 235, 255, 0.72);
}

.claim,
.descriptor,
.intro {
  margin: 0 auto;
}

.claim {
  max-width: 52rem;
  color: var(--pure-white);
  font-family: var(--font-sans);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-shadow: 0 0.6rem 1.3rem rgba(0, 0, 0, 0.84);
}

.descriptor {
  max-width: 42rem;
  margin-top: 0.75rem;
  color: var(--electric-cyan);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.intro {
  max-width: 46rem;
  margin-top: 1.2rem;
  color: rgba(241, 245, 247, 0.74);
  font-size: 1rem;
  line-height: 1.62;
  text-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.85);
}

.site-footer {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  min-height: 2.7rem;
  border-top: 1px solid var(--line-soft);
  color: rgba(241, 245, 247, 0.62);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  min-width: 0;
  width: 100%;
}

.site-footer a {
  text-decoration: none;
  transition: color 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--electric-cyan);
}

.site-footer span {
  width: 1px;
  height: 1.15rem;
  background: var(--line);
}

:focus-visible {
  outline: 2px solid var(--electric-cyan);
  outline-offset: 0.35rem;
}

.legal-shell {
  min-height: 100dvh;
  padding: 2rem 3.1rem 1.2rem;
}

.legal-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: calc(100dvh - 3.2rem);
  min-width: 0;
}

.legal-main {
  display: grid;
  align-items: center;
  padding: 4rem 0;
}

.legal-panel {
  width: min(48rem, 100%);
  margin: 0 auto;
  padding: 0;
}

.kicker {
  margin: 0 0 1.2rem;
  color: var(--electric-cyan);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.legal-panel h1 {
  margin: 0 0 1.6rem;
  color: var(--pure-white);
  font-family: var(--font-sans);
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-panel h2 {
  margin: 2rem 0 0.6rem;
  color: var(--cloud-white);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-panel p,
.legal-panel li {
  color: rgba(241, 245, 247, 0.74);
  font-size: 1rem;
}

.legal-panel p {
  margin: 0.7rem 0;
}

.legal-panel ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.legal-note {
  margin: 1.6rem 0 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(77, 235, 255, 0.3);
  border-radius: 0.35rem;
  color: var(--cloud-white);
  background: rgba(77, 235, 255, 0.05);
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.legal-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0 1rem;
  border: 1px solid rgba(241, 245, 247, 0.22);
  border-radius: 0.35rem;
  color: var(--cloud-white);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-link:hover,
.legal-link:focus-visible {
  border-color: rgba(77, 235, 255, 0.72);
  color: var(--electric-cyan);
}

.legal-address {
  white-space: pre-line;
}

@media (max-height: 780px) and (min-width: 760px) {
  .home-shell {
    padding-top: 1.35rem;
    padding-bottom: 0.8rem;
  }

  .owl-stage {
    height: 14rem;
    margin-bottom: 1.1rem;
    --owl-scale: 0.72;
  }

  .hero-wordmark {
    font-size: 2.9rem;
  }

  .hero-logo {
    width: min(33rem, 100%);
  }

  .cyan-rule {
    margin-top: 0.85rem;
    margin-bottom: 1rem;
  }

  .claim {
    font-size: 1.45rem;
  }

  .intro {
    max-width: 42rem;
    margin-top: 0.85rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 980px) {
  .home-shell,
  .legal-shell {
    padding: 1.5rem 1.4rem 1rem;
  }

  .site-header {
    justify-content: center;
  }

  .small-wordmark {
    font-size: 0.95rem;
  }

  .hero {
    padding-top: 2rem;
  }

  .owl-stage {
    width: 100%;
    height: 12.6rem;
    margin-bottom: 0.8rem;
    --owl-scale: 0.58;
  }

  .hero-wordmark {
    font-size: 2.55rem;
    letter-spacing: 0.28em;
  }

  .hero-logo {
    width: min(30rem, 100%);
  }

  .claim {
    font-size: 1.45rem;
    letter-spacing: 0.08em;
  }

  .descriptor {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .intro {
    max-width: 35rem;
    font-size: 0.95rem;
  }

  .scene-slab-large {
    width: 62vw;
    opacity: 0.55;
  }

  .scene-slab-cut,
  .scene-orbit-two {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-shell {
    overflow-y: auto;
  }

  .home-shell {
    min-height: 100dvh;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .small-wordmark {
    font-size: 0.82rem;
    letter-spacing: 0.24em;
  }

  .brand-logo-small {
    width: 9.2rem;
  }

  .hero {
    align-items: start;
    padding-top: 2rem;
  }

  .hero-lockup {
    transform: none;
  }

  .owl-stage {
    height: 10.8rem;
    margin-top: 0;
    margin-bottom: 0.6rem;
    --owl-scale: 0.42;
  }

  .hero-wordmark {
    display: flex;
    font-size: 1.68rem;
    letter-spacing: 0.1em;
  }

  .hero-logo {
    width: min(21rem, 100%);
  }

  .hero-wordmark span {
    display: inline-block;
  }

  .cyan-rule {
    margin: 0.9rem auto 1.1rem;
  }

  .claim {
    font-size: 1.32rem;
    letter-spacing: 0.04em;
  }

  .descriptor {
    max-width: 20rem;
    font-size: 0.68rem;
    line-height: 1.7;
    letter-spacing: 0.13em;
  }

  .intro {
    max-width: 23rem;
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .site-footer {
    gap: 1rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .scene-grid {
    inset: 18% 3% 23% 3%;
  }

  .scene-slab-large {
    width: 88vw;
    height: 50vh;
    bottom: 17vh;
  }

  .scene-lightline {
    left: 8%;
    height: 14rem;
    bottom: 26%;
  }

  .scene-orbit-one {
    width: 23rem;
    height: 23rem;
    left: 35%;
    top: 9rem;
  }

  .scene-skyline {
    width: 84vw;
    height: 10rem;
  }

  .legal-main {
    align-items: start;
    padding: 3rem 0;
  }

  .legal-panel h1 {
    font-size: 2rem;
  }

  .legal-panel p,
  .legal-panel li {
    font-size: 0.95rem;
  }
}

@media (max-width: 380px) {
  .small-wordmark {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }

  .hero-wordmark {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }

  .owl-stage {
    height: 9.8rem;
    margin-bottom: 0.25rem;
    --owl-scale: 0.37;
  }

  .hero-wordmark {
    font-size: 1.45rem;
    letter-spacing: 0.08em;
  }

  .site-footer {
    gap: 0.65rem;
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .cursor-light {
    display: none;
  }
}
