
:root {
  --bg: #05070c;
  --panel: #0a0f18;
  --text: #f8f0df;
  --muted: #9ba7b9;
  --cyan: #00d9ff;
  --pink: #ff2f93;
  --orange: #ff7a1a;
  --yellow: #ffd240;
  --line: rgba(255,255,255,.15);
  --max: 1320px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(31, 81, 142, .18), transparent 34%),
    #05070c;
  font-family: "Share Tech Mono", monospace;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}

.crt-overlay,
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
}

.crt-overlay {
  opacity: .17;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,.04) 0,
    rgba(255,255,255,.04) 1px,
    transparent 1px,
    transparent 4px
  );
  mix-blend-mode: overlay;
}

.noise {
  opacity: .035;
  background-image:
    radial-gradient(circle at 20% 20%, #fff 0 1px, transparent 1px),
    radial-gradient(circle at 80% 50%, #fff 0 1px, transparent 1px),
    radial-gradient(circle at 40% 70%, #fff 0 1px, transparent 1px);
  background-size: 17px 17px, 23px 23px, 29px 29px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  z-index: 50;
  display: grid;
  grid-template-columns: 210px 1fr 190px;
  align-items: center;
  gap: 30px;
  padding: 16px max(4vw, 24px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(5,7,12,.75);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 165px;
  filter: drop-shadow(0 0 10px rgba(0,217,255,.08));
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 58px);
  font-family: "Orbitron", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.nav a {
  position: relative;
  padding: 8px 0;
  transition: color .2s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  transition: right .25s ease;
}

.nav a:hover { color: white; }
.nav a:hover::after { right: 0; }

.start-btn,
.primary-cta,
.outline-btn {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.start-btn {
  justify-self: end;
  border: 1px solid var(--cyan);
  box-shadow: 0 0 18px rgba(0,217,255,.15), inset 0 0 10px rgba(0,217,255,.05);
  padding: 13px 18px;
  font-size: 12px;
}

.play { color: var(--cyan); margin-right: 8px; }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 26px; height: 2px;
  margin: 5px 0;
  background: white;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 150px 24px 110px;
  background:
    radial-gradient(circle at 50% 42%, rgba(28,35,78,.52), transparent 38%),
    linear-gradient(#02040a 0 45%, #090317 70%, #03050a 100%);
}

.stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 16%, white 0 1px, transparent 1.3px),
    radial-gradient(circle at 76% 24%, #7cdfff 0 1px, transparent 1.5px),
    radial-gradient(circle at 42% 11%, white 0 1px, transparent 1.4px),
    radial-gradient(circle at 88% 13%, #ff8bd3 0 1px, transparent 1.2px),
    radial-gradient(circle at 66% 36%, white 0 1px, transparent 1.3px),
    radial-gradient(circle at 30% 30%, #7cdfff 0 1px, transparent 1.4px);
  opacity: .8;
}

.sun {
  position: absolute;
  right: 8%;
  top: 31%;
  width: 230px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-linear-gradient(
    to bottom,
    #ffe06a 0 15px,
    #ff9c3b 15px 29px,
    #ff477d 29px 43px,
    transparent 43px 51px
  );
  filter: drop-shadow(0 0 32px rgba(255,65,134,.45));
}

.mountains {
  position: absolute;
  bottom: 250px;
  width: 48%;
  height: 220px;
  opacity: .85;
  background:
    linear-gradient(135deg, transparent 49%, var(--pink) 49.6% 50.4%, transparent 51%) 0 50%/150px 150px,
    linear-gradient(45deg, transparent 49%, var(--cyan) 49.6% 50.4%, transparent 51%) 0 50%/150px 150px;
  filter: drop-shadow(0 0 8px rgba(255,47,147,.35));
}
.mountain-left { left: -3%; transform: skewY(-4deg); }
.mountain-right { right: -3%; transform: scaleX(-1) skewY(-4deg); }

.grid-floor {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -80px;
  height: 360px;
  transform: perspective(460px) rotateX(62deg);
  transform-origin: bottom;
  background-image:
    linear-gradient(rgba(0,217,255,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,47,147,.45) 1px, transparent 1px);
  background-size: 62px 42px;
  box-shadow: 0 -20px 80px rgba(0,217,255,.06);
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(850px, 88vw);
  text-align: center;
  margin-top: 80px;
}

.boot-lines {
  position: absolute;
  left: -210px;
  top: -95px;
  text-align: left;
  color: #d8e0ed;
  line-height: 1.55;
  font-size: 14px;
  opacity: .9;
}
.boot-lines .ready { color: var(--pink); }

.hero-logo {
  width: min(770px, 90vw);
  margin: 0 auto;
  filter: drop-shadow(0 0 20px rgba(0,217,255,.10));
}

.tagline {
  margin: 24px auto 26px;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(12px, 1.4vw, 17px);
  letter-spacing: .25em;
}

.primary-cta {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--pink);
  box-shadow:
    0 0 0 1px rgba(0,217,255,.38),
    0 0 25px rgba(255,47,147,.12);
  padding: 16px 24px;
  font-size: 12px;
  background: rgba(4,7,14,.75);
  transition: transform .2s ease, box-shadow .2s ease;
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(0,217,255,.6),
    0 0 32px rgba(255,47,147,.28);
}

.section-shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.manifesto {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  padding: 100px 0 70px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: .98;
}

.manifesto-copy {
  color: #c7ced9;
  font-size: 18px;
  line-height: 1.75;
  align-self: end;
  margin: 0;
}

.games-section { padding: 82px 0 90px; }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-heading h2,
.panel h2 {
  font-size: clamp(26px, 3vw, 40px);
}

.text-link {
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.game-card {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 10px;
}

.game-art {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.25);
  background: #0b0f18;
  isolation: isolate;
}

.game-art::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: linear-gradient(120deg, var(--cyan), var(--pink), var(--yellow)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}

.game-kicker {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-size: 10px;
  color: white;
  letter-spacing: .15em;
}

.game-art h3 {
  position: absolute;
  z-index: 3;
  left: 8%;
  bottom: 12%;
  font-size: clamp(28px, 3.3vw, 52px);
  line-height: .88;
  text-shadow: 0 0 18px rgba(255,47,147,.4);
}

.neon-drifter {
  background:
    radial-gradient(circle at 65% 46%, #ffca4d 0 8%, #ff4d78 9% 15%, transparent 16%),
    linear-gradient(180deg, #160725 0 52%, #04060a 53%);
}
.neon-drifter::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 47%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.5) 49% 51%, transparent 52%),
    linear-gradient(150deg, transparent 48%, rgba(0,217,255,.5) 49% 50%, transparent 51%);
  transform: perspective(300px) rotateX(55deg);
  transform-origin: bottom;
}

.bytefall {
  background:
    radial-gradient(circle at 50% 30%, rgba(0,217,255,.16), transparent 25%),
    linear-gradient(180deg, #101932, #05070a 65%);
}
.castle {
  position: absolute;
  width: 90px;
  height: 130px;
  left: calc(50% - 45px);
  bottom: 28px;
  background:
    linear-gradient(90deg, #111826 0 18%, transparent 18% 32%, #111826 32% 68%, transparent 68% 82%, #111826 82%);
  clip-path: polygon(0 100%, 0 40%, 15% 40%, 15% 20%, 30% 20%, 30% 0, 45% 0, 45% 18%, 60% 18%, 60% 34%, 100% 34%, 100% 100%);
  filter: drop-shadow(0 0 8px rgba(0,217,255,.25));
}

.starward {
  background:
    radial-gradient(circle at 75% 32%, #cf4b48 0 9%, #64253b 10% 14%, transparent 15%),
    radial-gradient(circle at 18% 24%, #324d8e 0 4%, transparent 5%),
    linear-gradient(145deg, #02040b, #110728);
}
.ship {
  position: absolute;
  right: 20%;
  bottom: 30%;
  font-size: 80px;
  color: #f5eef7;
  transform: rotate(-20deg);
  text-shadow:
    -12px 10px 0 rgba(255,47,147,.45),
    -25px 20px 0 rgba(0,217,255,.25);
}

.game-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px 0;
}
.game-meta h4 { font-size: 15px; }
.game-meta p {
  margin: 6px 0 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.platforms {
  color: #d4d9e2;
  white-space: nowrap;
}

.split-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.panel {
  padding: 48px 34px 54px;
  min-height: 310px;
}
.panel + .panel { border-left: 1px solid var(--line); }
.panel p:not(.eyebrow):not(.form-status) {
  color: #c4ccd7;
  line-height: 1.6;
}

.news-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.news-list a {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  color: #dfe4eb;
}
.news-list a:hover { color: white; }
.date { color: var(--pink); }

.outline-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 14px 18px;
  border: 1px solid var(--pink);
  font-size: 11px;
  box-shadow: 0 0 0 1px rgba(0,217,255,.25);
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr 48px;
  margin-top: 18px;
}
.signup-form input {
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(255,255,255,.2);
  border-right: 0;
  background: #070a11;
  color: white;
  padding: 0 15px;
  font-family: inherit;
  letter-spacing: .08em;
  outline: 0;
}
.signup-form input:focus { border-color: var(--cyan); }
.signup-form button {
  border: 1px solid var(--cyan);
  background: transparent;
  color: var(--cyan);
  font-size: 24px;
  cursor: pointer;
}
.form-status { min-height: 20px; color: var(--cyan); }

.footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  gap: 30px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-brand img { width: 120px; }
.footer-brand span { letter-spacing: .12em; }

.socials {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.socials a:hover { color: var(--cyan); }

.footer > p {
  margin: 0;
  text-align: right;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .brand img { width: 145px; }
  .start-btn { display: none; }
  .menu-toggle {
    display: block;
    justify-self: end;
    z-index: 3;
  }
  .nav {
    position: absolute;
    top: 92px;
    left: 0; right: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding: 32px;
    background: rgba(5,7,12,.97);
    border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .hero { min-height: 760px; }
  .boot-lines { left: 0; top: -120px; }
  .sun { right: -20px; width: 190px; }
  .mountains { width: 68%; }
  .manifesto,
  .split-section {
    grid-template-columns: 1fr;
  }
  .manifesto { gap: 30px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-art h3 { font-size: 48px; }
  .panel + .panel { border-left: 0; border-top: 1px solid var(--line); }
  .footer { grid-template-columns: 1fr; padding: 38px 0; }
  .footer-brand, .socials { justify-content: flex-start; }
  .footer > p { text-align: left; }
}

@media (max-width: 600px) {
  .site-header { height: 78px; padding: 12px 18px; }
  .nav { top: 78px; }
  .brand img { width: 125px; }
  .hero {
    min-height: 690px;
    padding-top: 130px;
  }
  .hero-copy { margin-top: 100px; }
  .boot-lines {
    font-size: 11px;
    top: -135px;
  }
  .tagline { line-height: 1.8; }
  .sun { top: 33%; width: 140px; opacity: .75; }
  .mountains { bottom: 210px; width: 85%; }
  .grid-floor { height: 300px; }
  .section-shell { width: min(var(--max), calc(100% - 28px)); }
  .manifesto { padding-top: 68px; }
  .section-heading { align-items: flex-start; gap: 20px; }
  .game-art h3 { font-size: 37px; }
  .panel { padding-left: 6px; padding-right: 6px; }
}




/* ===== CINEMATIC INTRO ===== */
.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #020409;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity .65s ease, visibility .65s step-end;
}
.intro-screen.intro-out {
  opacity: 0;
  visibility: hidden;
}
.intro-bg, .intro-stars, .intro-horizon, .intro-grid, .intro-scan {
  position: absolute;
  inset: 0;
}
.intro-stars {
  background:
    radial-gradient(circle at 11% 18%, rgba(255,255,255,.92) 0 1px, transparent 1.4px),
    radial-gradient(circle at 74% 14%, rgba(0,217,255,.88) 0 1px, transparent 1.4px),
    radial-gradient(circle at 86% 36%, rgba(255,47,147,.82) 0 1px, transparent 1.3px),
    radial-gradient(circle at 28% 72%, rgba(255,255,255,.76) 0 1px, transparent 1.2px),
    radial-gradient(circle at 61% 61%, rgba(255,210,64,.82) 0 1px, transparent 1.3px);
  background-size: 260px 220px, 340px 290px, 430px 340px, 310px 350px, 500px 410px;
  opacity: .58;
  animation: introDrift 8s linear infinite;
}
.intro-horizon {
  background:
    radial-gradient(ellipse at 50% 78%, rgba(255,47,147,.16), transparent 32%),
    radial-gradient(ellipse at 50% 82%, rgba(0,217,255,.10), transparent 42%);
}
.intro-grid {
  left: -20%;
  right: -20%;
  top: auto;
  bottom: -35%;
  height: 66%;
  transform: perspective(720px) rotateX(68deg);
  transform-origin: bottom;
  background-image:
    linear-gradient(rgba(0,217,255,.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,47,147,.20) 1px, transparent 1px);
  background-size: 82px 54px;
  opacity: .28;
  animation: introGrid 2.8s ease-out both;
}
.intro-scan {
  background: linear-gradient(to bottom, transparent 0 48%, rgba(255,255,255,.045) 50%, transparent 52% 100%);
  transform: translateY(-100%);
  animation: introScan 2.2s linear 1;
  pointer-events: none;
}
.intro-center {
  position: relative;
  z-index: 2;
  width: min(820px, 86vw);
  text-align: center;
}
.intro-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.66);
  font-family: "Share Tech Mono", monospace;
  font-size: 11px;
  letter-spacing: .18em;
  opacity: 0;
  animation: introUp .45s ease .15s forwards;
}
.intro-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px var(--cyan);
}
.intro-logo {
  width: min(760px, 86vw);
  margin: 0 auto;
  opacity: 0;
  transform: scale(.97);
  filter: blur(4px) drop-shadow(0 0 18px rgba(0,217,255,.12));
  animation: introLogoReveal .8s cubic-bezier(.2,.8,.2,1) .45s forwards;
}
.intro-subtitle {
  margin-top: 26px;
  color: rgba(255,255,255,.7);
  font-family: "Orbitron", sans-serif;
  font-size: 10px;
  letter-spacing: .28em;
  opacity: 0;
  animation: introUp .5s ease 1.15s forwards;
}
.intro-progress {
  width: min(380px, 68vw);
  height: 2px;
  margin: 20px auto 0;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  opacity: 0;
  animation: introUp .4s ease 1.25s forwards;
}
.intro-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--pink), var(--yellow));
  animation: introProgress 2s cubic-bezier(.15,.7,.2,1) 1.35s forwards;
}
.skip-intro {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 3;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.42);
  font: 10px "Share Tech Mono", monospace;
  letter-spacing: .15em;
  cursor: pointer;
}
.skip-intro:hover { color: white; }

@keyframes introDrift {
  from { transform: translate3d(0,0,0) scale(1.02); }
  to { transform: translate3d(-2%,1%,0) scale(1.05); }
}
@keyframes introGrid {
  from { opacity: 0; transform: perspective(720px) rotateX(68deg) translateY(40px); }
  to { opacity: .28; transform: perspective(720px) rotateX(68deg) translateY(0); }
}
@keyframes introScan {
  to { transform: translateY(100%); }
}
@keyframes introUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes introLogoReveal {
  0% { opacity: 0; transform: scale(.97); filter: blur(4px); }
  100% { opacity: 1; transform: scale(1); filter: blur(0) drop-shadow(0 0 18px rgba(0,217,255,.12)); }
}
@keyframes introProgress {
  0% { width: 0; }
  30% { width: 22%; }
  67% { width: 71%; }
  100% { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .intro-stars, .intro-grid, .intro-scan, .intro-logo, .intro-status,
  .intro-subtitle, .intro-progress, .intro-progress i {
    animation: none !important;
  }
  .intro-logo, .intro-status, .intro-subtitle, .intro-progress { opacity: 1; transform: none; filter: none; }
  .intro-progress i { width: 100%; }
}


/* ===== DEDICATED CONTACT PAGE ===== */
.contact-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 30%, rgba(0,217,255,.07), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(255,47,147,.06), transparent 30%),
    #05070c;
}
.contact-main {
  padding-top: 92px;
  min-height: calc(100vh - 150px);
}
.contact-hero {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(54px, 7vw, 100px);
  align-items: center;
  padding: 100px 0 90px;
}
.contact-copy h1 {
  font-size: clamp(52px, 7vw, 92px);
  line-height: .9;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 20px;
  color: #c4ccd7;
  font-size: 17px;
  line-height: 1.7;
}
.direct-email {
  color: var(--cyan);
  border-bottom: 1px solid rgba(0,217,255,.32);
  padding-bottom: 4px;
}
.contact-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(7,10,17,.82);
  box-shadow: 0 30px 90px rgba(0,0,0,.30);
}
.contact-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.contact-field {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}
.contact-field label {
  color: #dce3ee;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: #070a11;
  color: white;
  padding: 14px 15px;
  font: 14px "Share Tech Mono", monospace;
  outline: none;
  border-radius: 0;
}
.contact-field input,
.contact-field select { height: 50px; }
.contact-field textarea { resize: vertical; min-height: 190px; }
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 2px rgba(0,217,255,.06);
}
.contact-hp {
  position: absolute !important;
  left: -9999px !important;
}
.contact-form-footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.contact-status {
  margin: 0;
  color: var(--cyan);
  font-size: 12px;
}
.contact-status.error { color: #ff6b7a; }
.contact-send {
  min-width: 235px;
  border: 1px solid var(--pink);
  background: transparent;
  color: white;
  padding: 15px 18px;
  font: 11px "Orbitron", sans-serif;
  letter-spacing: .1em;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0,217,255,.22);
}
.contact-send:hover {
  box-shadow: 0 0 0 1px rgba(0,217,255,.42), 0 0 28px rgba(255,47,147,.12);
}
.contact-send:disabled { opacity: .55; cursor: wait; }

@media (max-width: 900px) {
  .contact-hero { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .contact-main { padding-top: 78px; }
  .contact-hero { padding: 68px 0; }
  .contact-field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-footer { align-items: stretch; flex-direction: column; }
  .contact-send { width: 100%; }
}
