:root {
  color-scheme: dark;
  --bg: #030407;
  --panel: rgba(14, 17, 25, 0.76);
  --panel-strong: rgba(18, 22, 32, 0.92);
  --text: #f7f1e8;
  --muted: #b9ad9f;
  --red: #ff3b24;
  --gold: #ffc845;
  --cyan: #12c8ff;
  --green: #68e32a;
  --violet: #a54cff;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 26px 100px rgba(0, 0, 0, 0.56);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(145deg, rgba(255, 59, 36, 0.12), transparent 34rem),
    linear-gradient(215deg, rgba(18, 200, 255, 0.09), transparent 36rem),
    linear-gradient(180deg, #05060b 0%, #030407 44%, #07080c 100%),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

a {
  color: inherit;
}

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-sigil {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 200, 69, 0.56);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(3, 4, 7, 0.72);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow:
    inset 0 0 18px rgba(255, 200, 69, 0.08),
    0 0 28px rgba(18, 200, 255, 0.16);
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a {
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.nav a:hover {
  border-color: var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
  min-height: calc(100vh - 76px);
  padding: 54px 0 84px;
}

.hero-stage {
  position: absolute;
  inset: 0 calc(50% - 50vw) 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 1px) top / 100% 1px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.07), transparent 1px) bottom / 100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 59, 36, 0.13) 44%, rgba(18, 200, 255, 0.12), transparent);
  opacity: 0.72;
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: min(420px, 74vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--red), var(--gold), var(--cyan), transparent);
  box-shadow: 0 0 24px rgba(18, 200, 255, 0.32);
}

.hero-art {
  display: grid;
  place-items: center;
  align-self: end;
}

.hero-art img {
  width: min(100%, 540px);
  aspect-ratio: 1;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 64px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 26px rgba(18, 200, 255, 0.14));
}

.hero-copy {
  position: relative;
  max-width: 620px;
  padding: clamp(18px, 3vw, 32px) 0;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  display: block;
  width: min(360px, 64vw);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(18, 200, 255, 0.5), transparent);
}

.hero-copy::before {
  margin-bottom: 28px;
}

.hero-copy::after {
  margin-top: 34px;
  opacity: 0.62;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 12vw, 8.9rem);
  line-height: 0.86;
  font-weight: 900;
  max-width: 7ch;
  text-wrap: balance;
  text-shadow:
    0 4px 0 rgba(255, 59, 36, 0.7),
    0 8px 0 rgba(18, 200, 255, 0.34),
    0 24px 54px rgba(0, 0, 0, 0.82);
}

.lede {
  max-width: 56ch;
  color: #dfd2c4;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions,
.contact .button {
  margin-top: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--line);
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  border-color: rgba(255, 200, 69, 0.68);
  background: linear-gradient(135deg, var(--red), var(--gold));
  color: #130c08;
  box-shadow: 0 16px 44px rgba(255, 59, 36, 0.28);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.intro,
.feature-band,
.showcase,
.contact {
  position: relative;
  margin: 28px 0;
  border-top: 1px solid var(--line);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 5vw, 70px);
  padding: 84px 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1;
  font-weight: 900;
  text-wrap: balance;
}

.intro > p,
.feature-copy p,
.contact p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(320px, 1.16fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  padding: 84px 0;
}

.feature-copy {
  position: sticky;
  top: 104px;
}

.feature-grid {
  display: grid;
  gap: 14px;
}

.feature-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.feature-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.feature-grid p,
.showcase span {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.showcase-item {
  min-height: 190px;
  padding: 24px;
  background: var(--panel-strong);
}

.showcase strong {
  display: block;
  margin-bottom: 16px;
  color: var(--text);
  font-size: 1.1rem;
}

.contact {
  max-width: 760px;
  padding: 92px 0 110px;
}

.contact h2 {
  margin-bottom: 18px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  .site-shell {
    width: min(100% - 28px, 680px);
  }

  .topbar {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .nav a {
    padding-inline: 8px;
    font-size: 0.86rem;
  }

  .hero,
  .intro,
  .feature-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 64px;
    gap: 20px;
  }

  .hero-art {
    order: -1;
  }

  .hero-art img {
    width: min(74vw, 330px);
  }

  h1 {
    max-width: 8ch;
    font-size: clamp(3.15rem, 18vw, 5.2rem);
  }

  .hero-copy {
    padding-top: 10px;
  }

  .hero-copy::before {
    margin-bottom: 20px;
  }

  .feature-copy {
    position: static;
  }

  .showcase {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  html {
    scroll-behavior: auto;
    transition: none !important;
  }
}
