:root {
  color-scheme: dark;
  --background: #080909;
  --text: #f2f3ed;
  --muted: #989b98;
  --accent: #d7ff3f;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--background); color: var(--text); }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 76% 42%, #26202e24, transparent 52%);
}
::selection { color: var(--background); background: var(--accent); }
.page { max-width: 1680px; min-height: 100svh; margin: auto; padding: 0 5.3%; display: flex; flex-direction: column; }
.header { min-height: 122px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { width: 166px; height: auto; display: block; }
.header-note { font-size: .75rem; color: #92968f; letter-spacing: .06em; }
.hero { flex: 1; display: grid; grid-template-columns: 46% 54%; grid-template-rows: 1fr 1fr; align-content: center; min-height: 610px; padding: 48px 0 62px; position: relative; }
.hero-heading { grid-area: 1 / 1; align-self: end; z-index: 2; animation-delay: 100ms; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 30px; color: var(--accent); text-transform: uppercase; font: .75rem/1.5 Consolas, monospace; letter-spacing: .19em; }
.eyebrow > span { display: inline-block; width: 26px; height: 1px; background: currentColor; }
h1 { margin: 0; font-size: clamp(3.5rem, 6.7vw, 7rem); line-height: 1.02; font-weight: 500; letter-spacing: -.065em; }
h1 span { color: #8f9390; }
.hero-details { grid-area: 2 / 1; padding-top: 30px; z-index: 2; animation-delay: 260ms; }
.description { font-size: 1rem; line-height: 1.75; color: #a2a6a1; margin: 0 0 34px; }
.discord-button { min-height: 62px; width: 240px; max-width: 100%; display: inline-flex; justify-content: center; align-items: center; gap: 13px; padding: 18px 23px; border: 1px solid #ddff66; border-radius: 4px; background: var(--accent); color: #101310; font-size: .9375rem; font-weight: 600; text-decoration: none; transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.discord-icon { width: 23px; height: 23px; flex-shrink: 0; }
.arrow { width: 20px; height: 20px; margin-left: auto; transition: transform 180ms ease; }
.discord-button:hover { background: #e3ff7a; box-shadow: 0 0 32px #d7ff3f16; transform: translateY(-2px); }
.discord-button:hover .arrow { transform: translateX(3px); }
.discord-button:active { transform: translateY(0); }
.discord-button:focus-visible { outline: 2px solid var(--text); outline-offset: 6px; }
.discord-status { max-width: 290px; min-height: 2.8em; margin: 16px 0 0; font-size: .75rem; line-height: 1.6; color: #93988e; }
.discord-status.is-pending { color: #c5c9c0; }
.no-script { font-size: .875rem; color: var(--muted); }
.device-stage { grid-area: 1 / 2 / 3 / 3; align-self: center; margin: 0 -9% 0 -15%; position: relative; min-width: 0; animation-delay: 180ms; }
.device-parallax { transform: translate3d(var(--pointer-x, 0px), var(--pointer-y, 0px), 0); transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.device { display: block; width: 100%; height: auto; mix-blend-mode: screen; mask-image: radial-gradient(ellipse 65% 66% at 50% 50%, #000 40%, transparent 78%); animation: float 8s ease-in-out 1.4s infinite; }
figcaption { position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); width: max-content; max-width: 100%; display: flex; align-items: center; gap: 12px; color: #838883; font: .75rem/1.5 Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.caption-line { width: 18px; height: 1px; background: #666c64; }
.footer { border-top: 1px solid #ffffff10; min-height: 80px; display: flex; align-items: center; color: #81877f; font-size: .75rem; letter-spacing: .05em; animation-delay: 400ms; }
.entrance { animation: enter 950ms cubic-bezier(.2,.65,.2,1) both; }
@keyframes enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (min-width: 1600px) { .hero { min-height: 700px; } }
@media (max-width: 1000px) {
  .page { padding: 0 6%; }
  .header { min-height: 100px; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding: 40px 0 32px; text-align: center; }
  .hero-heading { grid-area: 1 / 1; }
  .eyebrow { justify-content: center; margin-bottom: 22px; }
  h1 { font-size: clamp(3.5rem, 9vw, 6rem); }
  .device-stage { grid-area: 2 / 1; width: min(760px, 116%); margin: -10px -8% 0; justify-self: center; }
  figcaption { bottom: 15px; }
  .hero-details { grid-area: 3 / 1; padding-top: 24px; }
  .description { margin-bottom: 26px; }
  .discord-status { margin-left: auto; margin-right: auto; }
  .footer { min-height: 74px; justify-content: center; }
}
@media (max-width: 540px) {
  .header { min-height: 85px; }
  .logo { width: 138px; }
  .header-note { font-size: .75rem; letter-spacing: 0; }
  .hero { padding-top: 38px; }
  h1 { font-size: clamp(2.9rem, 11.5vw, 4.25rem); }
  .eyebrow { font-size: .75rem; }
  .device-stage { width: 113%; margin: 8px -6.5% 0; }
  figcaption { bottom: 0; font-size: .75rem; letter-spacing: .04em; }
  .hero-details { padding-top: 28px; }
  .description { font-size: 1rem; }
  .discord-button { width: 254px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .device-parallax { transform: none; }
}
