:root {
  --bg: #060816;
  --bg-soft: #0c1025;
  --panel: rgba(13, 18, 42, 0.68);
  --panel-strong: rgba(14, 19, 48, 0.86);
  --text: #f2f5ff;
  --muted: #9ea8d8;
  --line: rgba(158, 173, 255, 0.16);
  --accent: #8ca4ff;
  --accent-2: #a56dff;
  --accent-3: #65d7ff;
  --accent-strong: #eef2ff;
  --shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
  --radius: 30px;
  --max-width: 1220px;
  --scroll-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(101, 215, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(165, 109, 255, 0.18), transparent 24%),
    radial-gradient(circle at 50% 80%, rgba(82, 93, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #050714 0%, #080b1a 44%, #090d1f 100%);
}

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

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

.cursor-glow {
  position: fixed;
  width: 24rem;
  height: 24rem;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(101, 215, 255, 0.16), rgba(165, 109, 255, 0.1) 42%, transparent 68%);
  filter: blur(26px);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease;
  opacity: 0.9;
}

.page-shell {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(30px);
}

.page-shell::before {
  width: 28rem;
  height: 28rem;
  top: -10rem;
  right: -9rem;
  background: radial-gradient(circle, rgba(165, 109, 255, 0.26), transparent 66%);
}

.page-shell::after {
  width: 30rem;
  height: 30rem;
  bottom: -12rem;
  left: -8rem;
  background: radial-gradient(circle, rgba(101, 215, 255, 0.18), transparent 66%);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0;
  padding: 0.95rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 12, 28, 0.62);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  transform-origin: top center;
  transition: padding 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, gap 220ms ease, top 220ms ease, opacity 220ms ease;
}

body.header-condensed .site-header {
  padding: 0.58rem 0.85rem;
  gap: 0.75rem;
  background: rgba(8, 12, 28, 0.84);
  border-color: rgba(158, 173, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  top: 0.45rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(158, 173, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.lang-button {
  min-width: 3rem;
  min-height: 2.2rem;
  padding: 0 0.8rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.lang-button:hover,
.lang-button:focus-visible {
  color: var(--accent-strong);
}

.lang-button.is-active {
  background: linear-gradient(135deg, rgba(101, 215, 255, 0.18), rgba(165, 109, 255, 0.26));
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(158, 173, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  cursor: pointer;
}

.menu-toggle span {
  width: 1rem;
  height: 1px;
  background: #dce4ff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-menu {
  display: none;
}

body.header-condensed .lang-switch {
  padding: 0.2rem;
}

body.header-condensed .lang-button {
  min-width: 2.6rem;
  min-height: 1.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  transition: gap 220ms ease;
}

body.header-condensed .brand {
  gap: 0.65rem;
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(158, 173, 255, 0.28);
  background: linear-gradient(135deg, rgba(101, 215, 255, 0.22), rgba(165, 109, 255, 0.24));
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: width 220ms ease, height 220ms ease, font-size 220ms ease;
}

body.header-condensed .brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.84rem;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.brand-copy strong {
  font-size: 0.98rem;
  transition: font-size 220ms ease;
}

body.header-condensed .brand-copy strong {
  font-size: 0.9rem;
}

.brand-copy span,
.site-nav a,
.site-footer,
.hero-facts {
  color: var(--muted);
}

.brand-copy span,
.site-nav {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.brand-copy span {
  font-size: 0.78rem;
  transition: opacity 220ms ease, transform 220ms ease, max-height 220ms ease;
  transform-origin: left center;
}

body.header-condensed .brand-copy span {
  opacity: 0;
  transform: translateY(-4px) scale(0.98);
  max-height: 0;
  overflow: hidden;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  font-size: 0.84rem;
  transition: gap 220ms ease;
}

body.header-condensed .site-nav {
  gap: 0.8rem;
  opacity: 0.9;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent-strong);
}

.site-nav a {
  position: relative;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(101, 215, 255, 0), rgba(101, 215, 255, 0.9), rgba(165, 109, 255, 0));
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

main {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding-top: 6.8rem;
}

.hero,
.section {
  padding: 4rem 0;
}

.hero {
  min-height: calc(100svh - 7.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 2.2rem;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.hero-orb,
.hero-grid,
.hero-scanlines {
  position: absolute;
  inset: auto;
}

.hero-orb {
  border-radius: 50%;
  filter: blur(32px);
  mix-blend-mode: screen;
  animation: orbFloat 10s ease-in-out infinite;
}

.hero-orb-a {
  width: 20rem;
  height: 20rem;
  top: 3rem;
  left: -2rem;
  background: radial-gradient(circle, rgba(101, 215, 255, 0.18), transparent 66%);
}

.hero-orb-b {
  width: 24rem;
  height: 24rem;
  right: -3rem;
  bottom: 2rem;
  background: radial-gradient(circle, rgba(165, 109, 255, 0.18), transparent 68%);
  animation-delay: -4s;
}

.hero-grid {
  inset: 8% -8% 10% -8%;
  background-image:
    linear-gradient(rgba(122, 140, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 140, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 48%, transparent 88%);
  transform: perspective(900px) rotateX(74deg) scale(1.35);
  transform-origin: center 75%;
  opacity: 0.42;
  animation: gridShift 14s linear infinite;
}

.hero-scanlines {
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.02) 50%,
    rgba(0, 0, 0, 0.02) 50%,
    rgba(0, 0, 0, 0.02) 100%
  );
  background-size: 100% 6px;
  opacity: 0.14;
  mask-image: radial-gradient(circle at center, black 52%, transparent 92%);
}

.eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-3);
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.hero-kicker span,
.panel-index {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(158, 173, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #d9e0ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 11ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.1vw, 4.35rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.headline-accent {
  position: relative;
  display: inline-block;
  color: #dce6ff;
  text-shadow:
    0 0 18px rgba(101, 215, 255, 0.18),
    0 0 36px rgba(165, 109, 255, 0.14);
}

.headline-accent::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: 0.08em;
  height: 0.16em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(101, 215, 255, 0.16), rgba(165, 109, 255, 0.34), rgba(101, 215, 255, 0.12));
  filter: blur(8px);
  z-index: -1;
  animation: pulseLine 3.2s ease-in-out infinite;
}

.lead {
  margin-top: 0.95rem;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.62;
  color: #ccd5ff;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.15rem;
}

.button {
  min-height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #071020;
  background: linear-gradient(135deg, #66dcff, #9b7cff 70%);
  box-shadow: 0 18px 44px rgba(107, 141, 255, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(158, 173, 255, 0.18);
}

.button-ghost {
  color: #dce4ff;
  background: rgba(101, 215, 255, 0.05);
  border-color: rgba(101, 215, 255, 0.2);
}

.hero-summary {
  margin-top: 1rem;
  max-width: 34rem;
}

.hero-summary p,
.profile-meta p,
.profile-meta span,
.card p,
.tile p,
.feature-panel p,
.timeline-item p,
.contact-panel p {
  color: #aeb8ec;
  line-height: 1.75;
}

.hero-facts {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-facts li,
.stack-list span {
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  position: relative;
  perspective: 1200px;
}

.hero-stage {
  position: relative;
}

.hero-system-card,
.profile-card,
.card,
.tile,
.feature-panel,
.contact-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-system-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.82fr);
  align-items: stretch;
  gap: 1rem;
  min-height: 23rem;
  padding: 1rem;
  border-radius: calc(var(--radius) + 0.6rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--panel);
  position: relative;
  overflow: hidden;
}

.hero-system-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(101, 215, 255, 0.18), transparent 28%),
    radial-gradient(circle at 78% 30%, rgba(165, 109, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 30%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-system-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-code-header {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.hero-code-header span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(214, 224, 255, 0.4);
}

.hero-code-header span:nth-child(1) {
  background: rgba(101, 215, 255, 0.8);
}

.hero-code-header span:nth-child(2) {
  background: rgba(165, 109, 255, 0.8);
}

.hero-code-header span:nth-child(3) {
  background: rgba(255, 255, 255, 0.38);
}

.hero-system-grid {
  display: grid;
  gap: 0.9rem;
}

.signal-card,
.mini-metrics {
  border-radius: 1.35rem;
  border: 1px solid rgba(158, 173, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(4, 10, 24, 0.58);
  padding: 1rem;
}

.signal-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.3;
}

.signal-card p {
  margin-top: 0.45rem;
  color: #aeb8ec;
  line-height: 1.55;
  font-size: 0.95rem;
}

.signal-label {
  color: #8bd8ff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mini-metrics {
  display: grid;
  gap: 0.9rem;
}

.metric-line {
  display: grid;
  gap: 0.35rem;
}

.metric-line span {
  color: #dce4ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-line b {
  display: block;
  height: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(101, 215, 255, 0.34), rgba(165, 109, 255, 0.28));
  border: 1px solid rgba(158, 173, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 18px rgba(101, 215, 255, 0.08);
}

.profile-card {
  width: 100%;
  margin: 0;
  padding: 0.72rem;
  border-radius: calc(var(--radius) + 0.2rem);
  align-self: stretch;
  display: grid;
  align-content: start;
}

.profile-photo {
  aspect-ratio: 4 / 4.55;
  border-radius: 1.25rem;
  object-fit: cover;
}

.profile-meta {
  padding: 0.85rem 0.2rem 0.15rem;
  display: grid;
  gap: 0.32rem;
}

.profile-meta strong {
  font-size: 1rem;
  line-height: 1.34;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 1.7rem;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
}

.showcase-grid,
.about-grid,
.tiles {
  display: grid;
  gap: 1.2rem;
}

.showcase-grid {
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
}

.feature-panel,
.card,
.tile {
  padding: 1.7rem;
  border-radius: var(--radius);
}

.feature-panel-large {
  min-height: 18rem;
  background:
    radial-gradient(circle at top right, rgba(101, 215, 255, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(165, 109, 255, 0.14), transparent 30%),
    var(--panel-strong);
}

.feature-panel {
  position: relative;
  overflow: hidden;
}

.feature-panel::before,
.tile::before,
.card::before,
.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, transparent 0%, rgba(255, 255, 255, 0.04) 30%, transparent 55%);
  transform: translateX(-120%);
  animation: panelSweep 9s linear infinite;
  pointer-events: none;
}

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

.tile {
  position: relative;
  overflow: hidden;
}

.tile::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(165, 109, 255, 0.18), transparent 62%);
  pointer-events: none;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline-index {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(101, 215, 255, 0.22);
  background: rgba(101, 215, 255, 0.08);
  color: #dce7ff;
  font-weight: 800;
}

.stack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.stack-list span {
  color: #dce4ff;
}

.contact-section {
  padding-bottom: 6rem;
}

.contact-panel {
  padding: 2rem;
  border-radius: calc(var(--radius) + 0.4rem);
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 1.4rem;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(101, 215, 255, 0.14), transparent 28%),
    radial-gradient(circle at 70% 50%, rgba(165, 109, 255, 0.14), transparent 26%),
    var(--panel-strong);
  position: relative;
  overflow: hidden;
}

.contact-actions {
  display: grid;
  gap: 0.9rem;
}

.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 0 0 2rem;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes orbFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -18px, 0) scale(1.06);
  }
}

@keyframes gridShift {
  0% {
    transform: perspective(900px) rotateX(74deg) scale(1.35) translateY(0);
  }
  100% {
    transform: perspective(900px) rotateX(74deg) scale(1.35) translateY(72px);
  }
}

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.55;
    transform: scaleX(0.98);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.02);
  }
}

@keyframes shineSweep {
  0%,
  100% {
    transform: translateX(-120%);
  }
  45%,
  55% {
    transform: translateX(120%);
  }
}

@keyframes panelSweep {
  0%,
  100% {
    transform: translateX(-120%);
  }
  30%,
  60% {
    transform: translateX(120%);
  }
}

@media (max-width: 1100px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 920px) {
  .hero,
  .about-grid,
  .tiles,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .site-header {
    border-radius: 2rem;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    padding-right: 4.6rem;
  }

  body.header-condensed .site-header {
    padding: 0.8rem 1rem;
    top: 0.6rem;
    padding-right: 4.2rem;
  }

  body.header-condensed .brand-copy span {
    opacity: 1;
    transform: none;
    max-height: none;
  }

  .site-nav,
  .lang-switch {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-menu {
    width: 100%;
    display: grid;
    gap: 1rem;
    margin-top: 0.9rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(158, 173, 255, 0.12);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-nav {
    display: grid;
    gap: 0.9rem;
  }

  .mobile-nav a {
    color: #dce4ff;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .mobile-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(0.38rem) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-0.38rem) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding-top: 1.8rem;
    gap: 1.2rem;
  }

  .hero-grid {
    inset: 14% -20% 8% -20%;
  }

  .hero-system-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header,
  main,
  .site-footer {
    width: min(calc(100% - 1.2rem), var(--max-width));
  }

  main {
    padding-top: 7.2rem;
  }

  .hero,
  .section {
    padding: 3rem 0;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .lead {
    font-size: 0.96rem;
  }

  .hero-system-card {
    padding: 0.8rem;
  }

  .hero-facts,
  .stack-list,
  .cta-row,
  .hero-kicker {
    gap: 0.65rem;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .feature-panel,
  .card,
  .tile {
    padding: 1.35rem;
  }

  .signal-card,
  .mini-metrics {
    padding: 0.85rem;
  }

  .cursor-glow {
    display: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .cursor-glow,
  .hero-visual {
    transition: none;
  }

  .hero-orb,
  .hero-grid,
  .feature-panel::before,
  .tile::before,
  .card::before,
  .contact-panel::before,
  .headline-accent::after {
    animation: none;
  }
}
