:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: rgba(182, 248, 255, 0.72);
  --line: rgba(125, 249, 255, 0.28);
  --aqua: #7df9ff;
  --cyan-soft: #b8fbff;
  --cyan-dim: rgba(125, 249, 255, 0.16);
  --volt: #d7ff58;
  --rose: #ff5ebc;
  --void: #03040a;
  --layout-max: 1320px;
  --layout-gutter: clamp(18px, 4vw, 48px);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--void);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

#space {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  background: radial-gradient(circle at 50% 55%, rgba(34, 71, 111, 0.18), transparent 38%),
    radial-gradient(circle at 20% 20%, rgba(125, 249, 255, 0.12), transparent 28%),
    #02030a;
}

.stage {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  color: var(--ink);
  transition: transform 140ms ease;
}

.contact-toggle,
.hyperspeed-toggle,
.close-button,
.submit-button {
  border: 1px solid var(--line);
  color: var(--cyan-soft);
  background:
    linear-gradient(180deg, rgba(125, 249, 255, 0.1), rgba(4, 8, 16, 0.28)),
    rgba(4, 8, 16, 0.34);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 18px rgba(125, 249, 255, 0.06), 0 0 22px rgba(125, 249, 255, 0.06);
  font: inherit;
  cursor: pointer;
}

.hyperspeed-toggle {
  position: fixed;
  z-index: 20;
  top: clamp(18px, 4vw, 42px);
  left: max(var(--layout-gutter), calc((100vw - var(--layout-max)) / 2 + var(--layout-gutter)));
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-shadow: 0 0 12px rgba(125, 249, 255, 0.34), 0 0 24px rgba(125, 249, 255, 0.08);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.hyperspeed-toggle[aria-pressed="true"] {
  border-color: rgba(184, 251, 255, 0.82);
  color: var(--cyan-soft);
  background:
    linear-gradient(180deg, rgba(184, 251, 255, 0.16), rgba(125, 249, 255, 0.06)),
    rgba(4, 12, 20, 0.46);
  text-shadow: 0 0 12px rgba(125, 249, 255, 0.34), 0 0 26px rgba(125, 249, 255, 0.2);
  box-shadow:
    inset 0 0 18px rgba(125, 249, 255, 0.16),
    inset 0 0 1px rgba(255, 255, 255, 0.5),
    0 0 24px rgba(125, 249, 255, 0.3),
    0 0 42px rgba(255, 79, 216, 0.08);
}

.contact-toggle {
  position: fixed;
  z-index: 20;
  top: clamp(18px, 4vw, 42px);
  right: max(var(--layout-gutter), calc((100vw - var(--layout-max)) / 2 + var(--layout-gutter)));
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-shadow: 0 0 12px rgba(125, 249, 255, 0.34), 0 0 24px rgba(125, 249, 255, 0.08);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.contact-toggle:hover,
.hyperspeed-toggle:hover,
.submit-button:hover {
  border-color: rgba(125, 249, 255, 0.72);
  color: var(--cyan-soft);
  box-shadow: inset 0 0 18px rgba(125, 249, 255, 0.08), 0 0 26px rgba(125, 249, 255, 0.14);
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-rows: minmax(64px, 1fr) auto minmax(22px, 1fr);
  place-items: center;
  row-gap: clamp(10px, 2svh, 24px);
  padding: 72px 24px clamp(18px, 4svh, 34px);
  text-align: center;
}

.kicker {
  align-self: start;
  margin: 17svh 0 0;
  color: rgba(184, 251, 255, 0.92);
  font-size: clamp(0.72rem, 1.5vw, 0.86rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-shadow: 0 0 14px rgba(125, 249, 255, 0.46), 0 0 34px rgba(125, 249, 255, 0.12);
}

.hero-lockup {
  grid-row: 2;
  display: grid;
  place-items: center;
  row-gap: clamp(10px, 2svh, 24px);
  width: min(100%, var(--layout-max));
  margin-inline: auto;
  transform: translateZ(0);
}

.hologram-title-shell {
  position: relative;
  width: min(96vw, 1320px);
  min-height: clamp(240px, 42svh, 560px);
  display: grid;
  place-items: center;
  transform: translateZ(0);
  isolation: isolate;
}

.hologram-title-shell::before,
.hologram-title-shell::after {
  content: "";
  position: absolute;
  inset: 4% 6%;
  pointer-events: none;
  opacity: 0.72;
  mix-blend-mode: screen;
  z-index: -1;
}

.hologram-title-shell::before {
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(125, 249, 255, 0.22) 13%, transparent 16% 78%, rgba(125, 249, 255, 0.16) 80%, transparent 84%),
    repeating-linear-gradient(0deg, rgba(184, 251, 255, 0.08) 0 1px, transparent 1px 7px);
  filter: blur(0.5px);
  animation: hologramSweep 5.4s linear infinite;
}

.hologram-title-shell::after {
  inset: 14% 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(125, 249, 255, 0.28), transparent 62%);
  filter: blur(28px);
  animation: hologramBreath 3.8s ease-in-out infinite;
}

.hologram-title {
  position: relative;
  display: grid;
  justify-items: center;
  row-gap: 0.045em;
  width: min(94vw, 1120px);
  margin: 0;
  color: rgba(217, 255, 255, 0.96);
  font-family: Oxanium, Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(5.2rem, 18vw, 15.5rem);
  font-weight: 800;
  line-height: 0.72;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(184, 251, 255, 0.92),
    0 0 26px rgba(125, 249, 255, 0.62),
    0 0 70px rgba(125, 249, 255, 0.3);
  filter: drop-shadow(0 0 22px rgba(125, 249, 255, 0.42));
  animation: titleMaterialize 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) both, hologramJitter 6s steps(1) infinite 1.4s;
}

.hologram-title::before,
.hologram-title::after {
  content: "DIY\A MEDIA";
  position: absolute;
  inset: 0;
  white-space: pre;
  pointer-events: none;
  opacity: 0.58;
  mix-blend-mode: screen;
}

.hologram-title::before {
  color: rgba(37, 255, 255, 0.86);
  transform: translate3d(-0.022em, 0.012em, 0);
  clip-path: inset(0 0 52% 0);
  animation: glitchSliceA 3.9s steps(1) infinite;
}

.hologram-title::after {
  color: rgba(255, 90, 220, 0.42);
  transform: translate3d(0.018em, -0.01em, 0);
  clip-path: inset(48% 0 0 0);
  animation: glitchSliceB 4.8s steps(1) infinite 0.3s;
}

.hologram-line {
  position: relative;
  display: block;
  width: fit-content;
  font-variation-settings: "wght" 800;
}

.hologram-line:first-child {
  transform: scaleX(1.18);
  transform-origin: 50% 100%;
}

.hologram-line:last-child {
  font-size: 0.74em;
  letter-spacing: 0.045em;
  margin-right: -0.045em;
  transform: scaleX(1.04);
  transform-origin: 50% 0;
}

.hologram-line::before,
.hologram-line::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.hologram-line::before {
  color: rgba(125, 249, 255, 0.7);
  transform: translateX(-0.04em);
  animation: microGlitch 4.6s steps(1) infinite;
}

.hologram-line::after {
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.74);
  clip-path: inset(42% 0 44% 0);
  animation: scanGlitch 5.8s steps(1) infinite 1.1s;
}

.hero-copy {
  position: relative;
  max-width: min(980px, calc(100vw - 40px));
  margin: 0;
  padding: 0.68em 1.15em;
  border-block: 1px solid rgba(125, 249, 255, 0.28);
  color: rgba(190, 252, 255, 0.86);
  background:
    linear-gradient(90deg, transparent, rgba(125, 249, 255, 0.08) 18%, rgba(125, 249, 255, 0.105) 50%, rgba(125, 249, 255, 0.08) 82%, transparent),
    repeating-linear-gradient(0deg, rgba(125, 249, 255, 0.08) 0 1px, transparent 1px 6px);
  font-size: clamp(0.92rem, 2vw, 1.16rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0;
  filter: none;
  transform: none;
  text-shadow: 0 0 12px rgba(125, 249, 255, 0.34);
  box-shadow:
    inset 0 1px rgba(184, 251, 255, 0.14),
    inset 0 -1px rgba(125, 249, 255, 0.1),
    0 0 28px rgba(125, 249, 255, 0.08);
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 249, 255, 0.74));
  box-shadow: 0 0 12px rgba(125, 249, 255, 0.46);
  pointer-events: none;
}

.hero-copy::before {
  left: -28px;
}

.hero-copy::after {
  right: -28px;
  transform: rotate(180deg);
}

.typing-cursor-slot {
  display: inline-block;
  width: 0.32em;
  height: 0.92em;
  vertical-align: -0.12em;
}

.typing-cursor {
  display: inline-block;
  width: 0.08em;
  height: 0.92em;
  margin-left: 0.24em;
  background: var(--cyan-soft);
  box-shadow: 0 0 14px rgba(125, 249, 255, 0.82), 0 0 34px rgba(125, 249, 255, 0.34);
  animation: typingCursor 0.72s steps(1) infinite;
}

.hero-copy .word {
  display: inline-block;
  opacity: 1;
  white-space: nowrap;
}

.hero-copy .char {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
}

.site-footer {
  grid-row: 3;
  align-self: end;
  margin: 0;
  color: rgba(184, 251, 255, 0.52);
  font-size: clamp(0.68rem, 1.7vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(125, 249, 255, 0.18);
}

.contact-panel {
  position: fixed;
  inset: 0;
  z-index: 30;
  width: 100vw;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.contact-panel[hidden] {
  display: none;
}

.contact-shell {
  width: min(520px, calc(100vw - 36px));
  margin-inline: auto;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid rgba(125, 249, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 0%, rgba(125, 249, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(8, 18, 28, 0.76), rgba(5, 7, 14, 0.54));
  backdrop-filter: blur(22px);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.56), 0 0 42px rgba(125, 249, 255, 0.08);
  text-align: left;
}

.contact-shell .kicker {
  margin: 0 0 16px;
}

.contact-shell h2 {
  margin: 0 0 26px;
  font-size: clamp(1.9rem, 4.8vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0;
  color: var(--cyan-soft);
  text-shadow: 0 0 24px rgba(125, 249, 255, 0.22);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  color: rgba(184, 251, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(125, 249, 255, 0.22);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--cyan-soft);
  background: rgba(125, 249, 255, 0.055);
  font: inherit;
  resize: vertical;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(125, 249, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(125, 249, 255, 0.1), 0 0 22px rgba(125, 249, 255, 0.14);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(184, 251, 255, 0.38);
}

.submit-button {
  min-height: 48px;
  margin-top: 6px;
  border-radius: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cyan-soft);
  text-shadow: 0 0 12px rgba(125, 249, 255, 0.28);
  outline: none;
}

.submit-button:focus-visible {
  border-color: rgba(184, 251, 255, 0.82);
  box-shadow:
    inset 0 0 18px rgba(125, 249, 255, 0.1),
    0 0 0 3px rgba(125, 249, 255, 0.12),
    0 0 24px rgba(125, 249, 255, 0.18);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.form-response {
  min-height: 180px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-block: 1px solid rgba(125, 249, 255, 0.28);
  background:
    linear-gradient(90deg, transparent, rgba(125, 249, 255, 0.08), transparent),
    repeating-linear-gradient(0deg, rgba(125, 249, 255, 0.07) 0 1px, transparent 1px 7px);
}

.form-response.is-error {
  border-block-color: rgba(255, 79, 216, 0.38);
}

.form-response-text {
  margin: 0;
  color: var(--cyan-soft);
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(125, 249, 255, 0.3);
}

.form-response.is-error .form-response-text {
  color: #ffd7f6;
  text-shadow: 0 0 18px rgba(255, 79, 216, 0.28);
}

.close-button {
  position: fixed;
  z-index: 31;
  top: clamp(18px, 4vw, 42px);
  right: max(var(--layout-gutter), calc((100vw - var(--layout-max)) / 2 + var(--layout-gutter)));
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.close-button:hover,
.close-button:focus-visible {
  border-color: rgba(184, 251, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(184, 251, 255, 0.13), rgba(4, 12, 20, 0.34)),
    rgba(4, 8, 16, 0.4);
  box-shadow:
    inset 0 0 18px rgba(125, 249, 255, 0.1),
    0 0 0 3px rgba(125, 249, 255, 0.08),
    0 0 24px rgba(125, 249, 255, 0.18);
}

.close-button span {
  position: absolute;
  left: 12px;
  top: 21px;
  width: 18px;
  height: 2px;
  background: var(--cyan-soft);
  box-shadow: 0 0 12px rgba(125, 249, 255, 0.5);
  transform: rotate(45deg);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.close-button span + span {
  transform: rotate(-45deg);
}

.close-button:hover span,
.close-button:focus-visible span {
  background: #f2ffff;
  box-shadow: 0 0 12px rgba(242, 255, 255, 0.7), 0 0 24px rgba(125, 249, 255, 0.34);
}

.is-contact .hero,
.is-contact .hyperspeed-toggle,
.is-contact .contact-toggle {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.04);
  filter: blur(12px);
  transition: opacity 260ms ease, transform 260ms ease, filter 260ms ease;
}

.is-hyperspeed .hero-lockup {
  animation: hyperspeedSubtleLockupShake 190ms steps(2, jump-none) infinite;
}

.is-hyperspeed .hologram-title-shell::before {
  filter: blur(0.4px) brightness(1.42);
  opacity: 0.92;
}

.is-hyperspeed .hologram-title-shell::after {
  filter: blur(22px) brightness(1.28);
  opacity: 0.98;
}

.is-hyperspeed .hologram-title {
  text-shadow:
    0 0 10px rgba(184, 251, 255, 0.98),
    0 0 34px rgba(125, 249, 255, 0.78),
    0 0 96px rgba(125, 249, 255, 0.42);
}

.is-hyperspeed .hero-copy {
  border-block-color: rgba(184, 251, 255, 0.54);
  background:
    linear-gradient(90deg, transparent, rgba(125, 249, 255, 0.13) 18%, rgba(125, 249, 255, 0.18) 50%, rgba(125, 249, 255, 0.13) 82%, transparent),
    repeating-linear-gradient(0deg, rgba(125, 249, 255, 0.14) 0 1px, transparent 1px 5px);
  text-shadow: 0 0 14px rgba(125, 249, 255, 0.56);
  box-shadow:
    inset 0 1px rgba(184, 251, 255, 0.24),
    inset 0 -1px rgba(125, 249, 255, 0.18),
    0 0 34px rgba(125, 249, 255, 0.16);
}

@keyframes hyperspeedSubtleLockupShake {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-2px, 1px, 0);
  }
  42% {
    transform: translate3d(2px, -1px, 0);
  }
  64% {
    transform: translate3d(-1px, -2px, 0);
  }
  82% {
    transform: translate3d(1px, 2px, 0);
  }
}

@keyframes flightShake {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  10% {
    transform: translate3d(-8px, 5px, 0) scale(1.008);
  }
  22% {
    transform: translate3d(7px, -4px, 0) scale(1.012);
  }
  34% {
    transform: translate3d(-5px, -7px, 0) scale(1.016);
  }
  48% {
    transform: translate3d(9px, 3px, 0) scale(1.018);
  }
  68% {
    transform: translate3d(-4px, 4px, 0) scale(1.01);
  }
}

@keyframes textPulse {
  0% {
    text-shadow: 0 0 20px rgba(125, 249, 255, 0.2), 0 0 80px rgba(255, 94, 188, 0.14);
    transform: scale(1);
  }
  48% {
    text-shadow: 0 0 34px rgba(215, 255, 88, 0.72), 0 0 120px rgba(125, 249, 255, 0.42);
    transform: scale(1.018);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes titleMaterialize {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(16px) drop-shadow(0 0 0 rgba(125, 249, 255, 0));
    letter-spacing: 0.06em;
  }
  58% {
    opacity: 1;
    filter: blur(0) drop-shadow(0 0 42px rgba(125, 249, 255, 0.64));
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) drop-shadow(0 0 22px rgba(125, 249, 255, 0.42));
    letter-spacing: 0;
  }
}

@keyframes hologramJitter {
  0%,
  88%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  89% {
    transform: translate3d(-2px, 1px, 0);
  }
  90% {
    transform: translate3d(3px, -1px, 0);
  }
  91% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glitchSliceA {
  0%,
  78%,
  100% {
    opacity: 0.16;
    transform: translate3d(-0.018em, 0.01em, 0);
    clip-path: inset(0 0 52% 0);
  }
  79% {
    opacity: 0.78;
    transform: translate3d(-0.055em, -0.006em, 0);
    clip-path: inset(16% 0 62% 0);
  }
  80% {
    opacity: 0.52;
    transform: translate3d(0.035em, 0.008em, 0);
    clip-path: inset(62% 0 22% 0);
  }
  81% {
    opacity: 0.12;
    transform: translate3d(-0.018em, 0.01em, 0);
    clip-path: inset(0 0 52% 0);
  }
}

@keyframes glitchSliceB {
  0%,
  64%,
  100% {
    opacity: 0.12;
    transform: translate3d(0.018em, -0.01em, 0);
    clip-path: inset(48% 0 0 0);
  }
  65% {
    opacity: 0.62;
    transform: translate3d(0.06em, 0.012em, 0);
    clip-path: inset(30% 0 50% 0);
  }
  66% {
    opacity: 0.42;
    transform: translate3d(-0.035em, -0.01em, 0);
    clip-path: inset(72% 0 10% 0);
  }
  67% {
    opacity: 0.12;
    transform: translate3d(0.018em, -0.01em, 0);
    clip-path: inset(48% 0 0 0);
  }
}

@keyframes microGlitch {
  0%,
  92%,
  100% {
    opacity: 0;
  }
  93% {
    opacity: 0.72;
    clip-path: inset(8% 0 78% 0);
  }
  94% {
    opacity: 0.42;
    clip-path: inset(70% 0 12% 0);
  }
}

@keyframes scanGlitch {
  0%,
  72%,
  100% {
    opacity: 0;
    transform: translateY(0);
  }
  73% {
    opacity: 0.8;
    transform: translateY(-0.08em);
  }
  74% {
    opacity: 0.36;
    transform: translateY(0.1em);
  }
}

@keyframes typingCursor {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@keyframes hologramSweep {
  0% {
    transform: translateX(-12%);
    opacity: 0.34;
  }
  45% {
    opacity: 0.78;
  }
  100% {
    transform: translateX(12%);
    opacity: 0.34;
  }
}

@keyframes hologramBreath {
  0%,
  100% {
    opacity: 0.46;
    transform: scaleX(0.92);
  }
  50% {
    opacity: 0.86;
    transform: scaleX(1.03);
  }
}

@media (max-width: 720px) {
  .hologram-title-shell {
    width: 100%;
    min-height: clamp(190px, 34svh, 360px);
  }

  .hologram-title {
    width: min(calc(100vw - 28px), 740px);
    font-size: clamp(5.45rem, 25vw, 10.8rem);
    row-gap: 0.035em;
  }

  .hologram-title::before,
  .hologram-title::after {
    display: none;
  }

  .hero {
    grid-template-rows: minmax(52px, 1fr) auto minmax(10px, 1fr);
    row-gap: clamp(8px, 1.4svh, 16px);
    padding: 76px 14px max(14px, env(safe-area-inset-bottom));
  }

  .hero-copy {
    max-width: min(500px, calc(100vw - 48px));
    padding: 0.62em 0.9em;
    font-size: clamp(0.7rem, 2.9vw, 0.88rem);
    line-height: 1.34;
    letter-spacing: 0.095em;
  }

  .hero-copy::before,
  .hero-copy::after {
    width: 24px;
  }

  .hero-copy::before {
    left: -16px;
  }

  .hero-copy::after {
    right: -16px;
  }

  .kicker {
    margin-top: 20svh;
  }

  .hyperspeed-toggle,
  .contact-toggle {
    top: max(14px, env(safe-area-inset-top));
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .site-footer {
    max-width: calc(100vw - 28px);
    font-size: 0.58rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 420px) {
  .hyperspeed-toggle {
    left: 12px;
  }

  .contact-toggle {
    right: 12px;
  }

  .hyperspeed-toggle,
  .contact-toggle {
    min-height: 36px;
    padding-inline: 10px;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  .hologram-title {
    width: min(calc(100vw - 28px), 450px);
    font-size: clamp(4.75rem, 23.5vw, 6.75rem);
  }

  .hologram-line:first-child {
    transform: scaleX(1.12);
  }

  .hologram-line:last-child {
    letter-spacing: 0.018em;
    margin-right: -0.018em;
    transform: scaleX(1);
  }

  .hero-copy {
    max-width: calc(100vw - 56px);
    padding-inline: 0.76em;
    font-size: clamp(0.62rem, 2.7vw, 0.76rem);
    letter-spacing: 0.075em;
  }
}

@media (max-height: 760px) {
  .hero {
    grid-template-rows: minmax(48px, 1fr) auto minmax(6px, 1fr);
    row-gap: clamp(6px, 1.2svh, 14px);
    padding-block: 58px 12px;
  }

  .hologram-title-shell {
    min-height: clamp(170px, 39svh, 330px);
  }

  .hologram-title {
    font-size: clamp(4.5rem, 14vw, 10rem);
  }

  .hero-copy {
    font-size: clamp(0.8rem, 2vw, 1.1rem);
  }
}

@media (max-width: 720px) and (max-height: 760px) {
  .hero {
    grid-template-rows: minmax(42px, 1fr) auto minmax(6px, 1fr);
    padding-block: 62px 10px;
  }

  .hologram-title-shell {
    min-height: clamp(160px, 33svh, 260px);
  }

  .hologram-title {
    font-size: clamp(4.55rem, 20.6vw, 7.6rem);
  }

  .hero-copy {
    max-width: min(500px, calc(100vw - 56px));
    font-size: clamp(0.58rem, 2.45vw, 0.72rem);
    line-height: 1.28;
    letter-spacing: 0.065em;
  }

  .site-footer {
    font-size: 0.54rem;
  }
}
