:root {
  --bg: #121516;
  --bg-soft: #1a1f21;
  --panel: rgba(15, 18, 19, 0.84);
  --panel-strong: rgba(16, 20, 21, 0.94);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: #f5efe7;
  --text-soft: #c7bbb0;
  --text-muted: #9c9187;
  --accent: #d97943;
  --accent-deep: #9f4f29;
  --accent-soft: rgba(217, 121, 67, 0.18);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(217, 121, 67, 0.16), transparent 36%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #1b2022 0%, var(--bg) 46%, #0d0f10 100%);
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 82%);
}

body::after {
  background:
    radial-gradient(circle at 80% 12%, rgba(217, 121, 67, 0.22), transparent 18%),
    radial-gradient(circle at 15% 24%, rgba(255, 255, 255, 0.07), transparent 18%);
  z-index: -1;
}

a {
  color: inherit;
}

.page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.25rem 0 2rem;
}

.site-header {
  padding: 0.5rem 0 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.brand-mark {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 1.2rem;
  background:
    linear-gradient(160deg, rgba(217, 121, 67, 0.28), rgba(159, 79, 41, 0.14)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-copy {
  display: grid;
  gap: 0.2rem;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff8f2;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.brand-copy span {
  font-size: 0.92rem;
  color: var(--text-muted);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.hero-copy,
.status-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    var(--panel);
  padding: clamp(1.8rem, 3vw, 3rem);
  animation: rise-in 720ms ease-out both;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: auto -12% -18% 38%;
  height: 280px;
  background:
    linear-gradient(90deg, transparent, rgba(217, 121, 67, 0.32), transparent),
    radial-gradient(circle at center, rgba(217, 121, 67, 0.2), transparent 62%);
  transform: rotate(-9deg);
  opacity: 0.9;
}

.eyebrow,
.panel-label,
.launch-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.82rem;
  color: var(--accent);
  font-weight: 700;
}

.eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

h1 {
  margin: 1rem 0 1rem;
  max-width: 11ch;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(3.2rem, 8vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.lead {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin: 0;
  font-size: clamp(1.04rem, 2.4vw, 1.2rem);
  line-height: 1.7;
  color: var(--text-soft);
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.launch-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.status-panel {
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--panel-strong);
  padding: 1.6rem;
  animation: rise-in 820ms ease-out both;
}

.panel-label {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
}

.status-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.status-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  color: var(--text-soft);
  line-height: 1.5;
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  flex: none;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.35rem var(--accent-soft);
}

.launch-card {
  margin-top: 1.5rem;
  padding: 1.1rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(217, 121, 67, 0.15), rgba(217, 121, 67, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.launch-label {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.launch-domain {
  margin: 0.55rem 0 0;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.site-footer {
  position: relative;
  padding: 0.6rem 0 1rem;
}

.footer-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.footer-content {
  display: grid;
  gap: 0.45rem;
  padding-top: 1.15rem;
}

.footer-brand,
.footer-copy,
.footer-meta {
  margin: 0;
}

.footer-brand {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff8f2;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.footer-copy {
  max-width: 40rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.footer-separator {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.2rem var(--accent-soft);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .hero-copy::before {
    inset: auto -8% -22% 24%;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(calc(100% - 1.2rem), var(--max-width));
    padding-top: 0.75rem;
  }

  .site-header {
    padding-bottom: 1rem;
  }

  .brand {
    align-items: flex-start;
    gap: 0.8rem;
  }

  .brand-mark {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.5rem;
  }

  h1 {
    max-width: none;
  }

  .hero-copy,
  .status-panel {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .primary-link {
    width: 100%;
    justify-content: center;
  }

  .site-footer {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }

  .footer-meta {
    align-items: flex-start;
    gap: 0.5rem;
  }

  .footer-separator {
    display: none;
  }
}

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

  .hero-copy,
  .status-panel {
    animation: none;
  }
}
