:root {
  --bg: #0a0e1a;
  --bg-deep: #050810;
  --surface: rgba(15, 23, 42, 0.82);
  --surface-strong: rgba(18, 26, 48, 0.94);
  --text: #f0f4fc;
  --muted: #8b9bb4;
  --line: rgba(148, 163, 184, 0.14);
  --accent: #60a5fa;
  --accent-strong: #3b82f6;
  --accent-alt: #818cf8;
  --accent-glow: rgba(96, 165, 250, 0.28);
  --shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --max-width: 1280px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-home {
  --accent: #60a5fa;
  --accent-strong: #3b82f6;
}

body.page-about {
  --accent: #7dd3fc;
  --accent-strong: #38bdf8;
}

body.page-stack {
  --accent: #818cf8;
  --accent-strong: #6366f1;
}

body.page-contact {
  --accent: #34d399;
  --accent-strong: #10b981;
}

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

html {
  scroll-behavior: smooth;
  background-color: var(--bg-deep);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 15%, rgba(96, 165, 250, 0.08), transparent 30%),
    radial-gradient(circle at 80% 25%, rgba(129, 140, 248, 0.08), transparent 32%),
    linear-gradient(180deg, #0a0e1a 0%, #050810 44%, #030508 100%);
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.js .page-shell {
  opacity: 0;
  transition: opacity 700ms ease;
}

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

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

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

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

.page-shell {
  position: relative;
  isolation: isolate;
}

.js body.is-ready .page-shell {
  opacity: 1;
}

.nebula-canvas,
.aurora,
.grid-wash,
.scanlines,
.cursor-glow,
.scroll-progress {
  pointer-events: none;
  position: fixed;
}

.nebula-canvas {
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -6;
  opacity: 0.92;
}

.aurora {
  z-index: -5;
  filter: blur(110px);
  opacity: 0.7;
}

.aurora-one {
  width: 32rem;
  height: 32rem;
  top: -6rem;
  right: -5rem;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.22), transparent 64%);
  animation: auroraShift 18s ease-in-out infinite alternate;
}

.aurora-two {
  width: 28rem;
  height: 28rem;
  left: -8rem;
  top: 30rem;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.18), transparent 60%);
  animation: auroraShift 22s ease-in-out infinite alternate-reverse;
}

.grid-wash,
.scanlines {
  inset: 0;
}

.grid-wash {
  z-index: -4;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(96, 165, 250, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 165, 250, 0.06) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 95%);
}

.scanlines {
  z-index: -3;
  opacity: 0.13;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 100% 6px;
}

.cursor-glow {
  width: 24rem;
  height: 24rem;
  left: 0;
  top: 0;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.12), transparent 68%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.scroll-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 60;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong), var(--accent-alt));
  box-shadow: 0 0 18px var(--accent-glow);
}

.site-header {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.15rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 -1rem auto;
  height: calc(100% + 1rem);
  background: linear-gradient(180deg, rgba(4, 7, 14, 0.86), rgba(4, 7, 14, 0));
  backdrop-filter: blur(18px);
  z-index: -1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  transition: transform 220ms var(--ease-out);
}

.brand-mark {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 18px rgba(96, 165, 250, 0.18));
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  font-size: 0.86rem;
  color: var(--muted);
}

.brand-copy strong {
  color: var(--text);
  font-size: 1rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-nav a {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--ease-out);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-main {
  position: relative;
  z-index: 1;
}

.section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 5.5rem 0;
}
.page-hero,
.page-intro {
  min-height: calc(100vh - 6rem);
  display: grid;
  align-items: center;
}

.hero-grid,
.intro-grid,
.story-grid,
.contact-layout,
.cta-panel {
  display: grid;
  gap: 1.2rem;
}

.hero-grid,
.intro-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.hero-copy,
.title-text {
  max-width: 42rem;
}

.hero-visual {
  position: relative;
}

.eyebrow,
.section-kicker,
.pill,
.card-tag,
.hud-label,
.feature-number {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.74rem;
}

.status-dot {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent-glow);
}

h1,
h2,
h3,
h4,
.button,
.site-nav a {
  font-family: "Syne", "Space Grotesk", sans-serif;
}

h1 {
  margin: 1.3rem 0 1rem;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  max-width: 11ch;
}

.headline-accent {
  color: var(--accent-strong);
}

.hero-text,
.section-heading p,
.story-panel p,
.value-card p,
.feature-card p,
.tech-card p,
.timeline-step p,
.contact-card p,
.form-intro,
.form-note,
.title-side p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  font-size: 1.08rem;
  max-width: 39rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.75rem;
  padding: 1rem 1.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  color: #08101a;
  border: 1px solid transparent;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(96, 165, 250, 0.20);
  transition: transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out), filter 240ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(96, 165, 250, 0.24);
  filter: saturate(1.05);
}

.button-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
  box-shadow: none;
}

.metric-card,
.motion-frame,
.nav-card,
.feature-card,
.title-side,
.story-panel,
.value-card,
.timeline-step,
.tech-card,
.matrix-panel,
.contact-card,
.form-card,
.cta-panel {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-metrics {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}

.metric-value {
  display: block;
  margin-bottom: 0.4rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.metric-label {
  color: var(--muted);
}

.motion-frame {
  border-radius: var(--radius-xl);
  padding: 1.35rem;
  min-height: 40rem;
  overflow: hidden;
}

.motion-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 18%, rgba(96, 165, 250, 0.10), transparent 24%), radial-gradient(circle at 84% 72%, rgba(129, 140, 248, 0.10), transparent 26%);
  pointer-events: none;
}

.motion-top,
.stack-ribbon {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.pill,
.stack-ribbon span {
  padding: 0.66rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.72rem;
}

.motion-scene {
  position: relative;
  margin: 1.2rem 0;
  min-height: 30rem;
  border-radius: calc(var(--radius-xl) - 10px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at center, rgba(96, 165, 250, 0.10), transparent 28%), linear-gradient(180deg, rgba(10, 14, 26, 0.96), rgba(5, 8, 16, 0.84));
}

.motion-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(96, 165, 250, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(96, 165, 250, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.28;
  mask-image: radial-gradient(circle at center, black 28%, transparent 90%);
}

.ring,
.pulse,
.beam {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ring {
  border: 1px solid rgba(96, 165, 250, 0.18);
  box-shadow: inset 0 0 30px rgba(96, 165, 250, 0.06), 0 0 30px rgba(96, 165, 250, 0.06);
}

.ring-a {
  width: 14rem;
  height: 14rem;
  animation: spinSlow 18s linear infinite;
}

.ring-b {
  width: 20rem;
  height: 20rem;
  border-color: rgba(129, 140, 248, 0.16);
  animation: spinReverse 22s linear infinite;
}

.ring-c {
  width: 27rem;
  height: 27rem;
  border-style: dashed;
  border-color: rgba(165, 180, 252, 0.14);
  animation: spinSlow 30s linear infinite;
}

.pulse {
  filter: blur(10px);
}

.pulse-a {
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.38), transparent 72%);
  animation: pulseBloom 4s ease-in-out infinite;
}

.pulse-b {
  width: 12rem;
  height: 12rem;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.18), transparent 74%);
  animation: pulseBloom 6s ease-in-out infinite reverse;
}

.beam {
  width: 160%;
  height: 18rem;
  background: linear-gradient(90deg, transparent 0, rgba(96, 165, 250, 0.10) 50%, transparent 100%);
  transform: translate(-50%, -50%) rotate(-14deg);
  animation: beamSweep 9s linear infinite;
}

.hud-card {
  position: absolute;
  top: 16%;
  left: 10%;
  width: min(19rem, 72%);
  padding: 1.15rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 15, 29, 0.72);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.26);
}

.hud-card strong {
  display: block;
  margin-top: 0.55rem;
  line-height: 1.5;
}

.hud-card-secondary {
  top: auto;
  left: auto;
  right: 10%;
  bottom: 14%;
}

[data-float] {
  animation: floatLift 7s ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
}
.hud-label,
.section-kicker,
.card-tag,
.feature-number {
  color: var(--accent);
  font-size: 0.76rem;
}

.signal-strip {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.marquee {
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 1rem;
  animation: marqueeSlide 22s linear infinite;
}

.marquee-track span {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  max-width: 46rem;
  margin-bottom: 2.5rem;
}

.section-heading h2,
.story-panel h2,
.form-card h2,
.cta-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.section-heading p {
  margin: 0;
}

.page-card-grid,
.feature-grid,
.value-grid,
.tech-grid,
.timeline-grid {
  display: grid;
  gap: 1rem;
}

.page-card-grid,
.feature-grid,
.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-card,
.feature-card,
.value-card,
.tech-card {
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  min-height: 18rem;
}

.nav-card,
.feature-card,
.value-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.nav-card h3,
.feature-card h3,
.value-card h3,
.tech-card h3,
.timeline-step h3,
.title-side h3,
.contact-card h3 {
  margin: 0.8rem 0;
  font-size: 1.35rem;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.card-arrow {
  display: inline-flex;
  margin-top: auto;
  color: var(--accent-strong);
}

.intro-grid {
  min-height: auto;
  padding-top: 3rem;
}

.title-side {
  border-radius: var(--radius-xl);
  padding: 1.8rem;
}

.mini-stats {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.mini-stats article {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-stats strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Syne", "Space Grotesk", sans-serif;
  font-size: 1.1rem;
}

.mini-stats span {
  color: var(--muted);
  line-height: 1.65;
}

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

.story-panel {
  padding: 1.9rem;
  border-radius: var(--radius-xl);
}

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

.timeline-step {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  min-height: 15rem;
}

.timeline-step span {
  display: inline-flex;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--accent);
}

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

.matrix-panel {
  border-radius: var(--radius-xl);
  padding: 2rem;
}

.matrix-row {
  display: grid;
  grid-template-columns: 11rem 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.matrix-row strong {
  color: var(--accent-strong);
}

.matrix-bar {
  height: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.matrix-bar i {
  display: block;
  width: var(--fill);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong), var(--accent-alt));
  box-shadow: 0 0 26px rgba(96, 165, 250, 0.18);
}

.contact-column {
  display: grid;
  gap: 1rem;
}

.contact-card,
.form-card {
  border-radius: var(--radius-xl);
}

.contact-card {
  padding: 1.6rem;
  min-height: 14rem;
}

.form-card {
  padding: 2rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.field {
  display: grid;
  gap: 0.55rem;
}

.field span {
  color: var(--muted);
  font-size: 0.92rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding: 1rem;
  outline: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(144, 162, 196, 0.88);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(96, 165, 250, 0.45);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.08);
}

.field textarea {
  resize: vertical;
  min-height: 8rem;
}

.form-note {
  margin: 0;
}

.cta-section {
  padding-top: 2rem;
}

.cta-panel {
  grid-template-columns: 1fr auto;
  align-items: center;
  border-radius: var(--radius-xl);
  padding: 2rem;
}

.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 0 0 2.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition: opacity 820ms var(--ease-out), transform 820ms var(--ease-out);
  transition-delay: var(--delay, 0ms);
}

[data-reveal="left"] {
  transform: translate3d(48px, 0, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.card-tilt,
.magnetic {
  transition: transform 260ms var(--ease-out), border-color 260ms var(--ease-out), background-color 260ms ease;
  transform-style: preserve-3d;
}

.card-tilt.is-tilting,
.contact-card:hover,
.nav-card:hover,
.feature-card:hover,
.value-card:hover,
.tech-card:hover {
  border-color: rgba(96, 165, 250, 0.32);
}

@keyframes auroraShift {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(2rem, 1.4rem, 0) scale(1.08); }
}

@keyframes spinSlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes pulseBloom {
  0%, 100% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.55; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.9; }
}

@keyframes beamSweep {
  0% { opacity: 0; transform: translate(-50%, -60%) rotate(-16deg); }
  18%, 72% { opacity: 0.65; }
  100% { opacity: 0; transform: translate(-50%, -38%) rotate(-16deg); }
}

@keyframes floatLift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes marqueeSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 1100px) {
  .hero-grid,
  .intro-grid,
  .story-grid,
  .contact-layout,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .page-intro {
    min-height: auto;
  }

  .motion-frame {
    min-height: 34rem;
  }

  .page-card-grid,
  .feature-grid,
  .value-grid,
  .timeline-grid,
  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    width: min(calc(100% - 1.2rem), var(--max-width));
    padding-top: 0.8rem;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .header-actions {
    width: 100%;
    justify-content: stretch;
  }

  .header-actions .button {
    flex: 1 1 12rem;
  }

  .section,
  .site-footer {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  .section {
    padding: 4.2rem 0;
  }

  .hero-metrics,
  .page-card-grid,
  .feature-grid,
  .value-grid,
  .timeline-grid,
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .matrix-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 1.7rem;
  }
}

@media (max-width: 560px) {
  .button,
  .button-ghost {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .motion-frame,
  .title-side,
  .story-panel,
  .contact-card,
  .form-card,
  .cta-panel,
  .nav-card,
  .feature-card,
  .value-card,
  .tech-card,
  .timeline-step,
  .metric-card {
    border-radius: 22px;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .motion-scene {
    min-height: 24rem;
  }

  .hud-card {
    left: 6%;
    width: 82%;
  }

  .hud-card-secondary {
    right: 6%;
    left: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .js .page-shell {
    opacity: 1;
  }

  .cursor-glow {
    display: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
