:root {
  --bg: #08111f;
  --bg-soft: rgba(10, 20, 39, 0.78);
  --panel: rgba(8, 17, 31, 0.74);
  --panel-border: rgba(153, 211, 255, 0.18);
  --text: #eff6ff;
  --muted: #b6c6db;
  --accent: #92f0d2;
  --accent-strong: #f4b76d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(146, 240, 210, 0.18), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(244, 183, 109, 0.2), transparent 28%),
    linear-gradient(135deg, #07111d 0%, #0d1930 48%, #06101a 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 85%);
  pointer-events: none;
}

.page-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 32px;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.55;
}

.ambient-one {
  width: 320px;
  height: 320px;
  top: 12%;
  right: -80px;
  background: rgba(146, 240, 210, 0.11);
}

.ambient-two {
  width: 260px;
  height: 260px;
  bottom: 8%;
  left: -60px;
  background: rgba(244, 183, 109, 0.12);
}

.site-header,
.hero-panel,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  max-width: 1180px;
  margin: 0 auto 28px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(9, 18, 34, 0.5);
  backdrop-filter: blur(18px);
}

.brand-lockup-image {
  width: min(320px, 52vw);
  height: auto;
  display: block;
  border-radius: 12px;
}

.brand-lockup-copy {
  padding-right: 12px;
}

.eyebrow,
.sub-eyebrow,
.status-pill,
.signal-label,
.panel-label,
dt,
#footer-note {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.sub-eyebrow,
.signal-label,
.panel-label,
dt,
#footer-note {
  margin: 0;
  font-size: 0.75rem;
}

.eyebrow {
  color: var(--text);
}

.sub-eyebrow,
.signal-label,
.panel-label,
dt,
#footer-note {
  color: var(--muted);
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

.hero-copy,
.info-panel {
  padding: 36px;
  border: 1px solid var(--panel-border);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(13, 25, 48, 0.85), var(--panel));
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(146, 240, 210, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

h1,
.panel-title {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.94;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
}

.hero-text,
.panel-copy,
dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 58ch;
  margin-top: 22px;
  font-size: 1.06rem;
}

.domain-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.domain-row span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(146, 240, 210, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.88rem;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.signal-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.signal-value {
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.5;
}

.info-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}

.brand-showcase {
  margin: 0;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.brand-showcase img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.panel-title {
  font-size: clamp(2.2rem, 5vw, 3.35rem);
  margin-top: 8px;
}

.panel-copy {
  margin-top: 14px;
}

.status-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.status-list div {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

dt {
  margin-bottom: 8px;
}

dd {
  font-size: 1rem;
}

.site-footer {
  max-width: 1180px;
  margin: 20px auto 0;
}

#footer-note {
  font-size: 0.73rem;
}

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

  h1 {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .page-shell {
    padding: 20px;
  }

  .hero-copy,
  .info-panel {
    padding: 24px;
    border-radius: 24px;
  }

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

  .brand-lockup {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 22px;
  }

  .brand-lockup-image {
    width: 100%;
  }
}
