:root {
  --background: #050505;
  --foreground: #f4efe6;
  --moon: #f2e6c9;
  --steel: #8f9899;
  --ember: #b76a2b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 230, 201, 0.12), transparent 32rem),
    linear-gradient(180deg, #050505 0%, #0b0a08 48%, #050505 100%);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 1.25rem clamp(1rem, 4vw, 4.5rem) 4rem;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.34) 46%, rgba(5, 5, 5, 0.82) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.1) 0%, rgba(5, 5, 5, 0.22) 42%, #050505 96%);
}

.site-nav {
  position: absolute;
  top: 1.25rem;
  left: clamp(1rem, 4vw, 4.5rem);
  right: clamp(1rem, 4vw, 4.5rem);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(242, 230, 201, 0.38);
  background: rgba(5, 5, 5, 0.58);
  color: var(--moon);
  font-family: Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2.5vw, 2rem);
  color: rgba(244, 239, 230, 0.78);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #050505;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  filter: contrast(1.08) saturate(0.78);
}

.hero-copy {
  max-width: 46rem;
  padding-top: 8rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--ember);
  font-family: Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 1.2rem;
  color: var(--moon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 10vw, 9.6rem);
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 0 0 2rem rgba(242, 230, 201, 0.2);
}

.hero-lede {
  max-width: 38rem;
  color: rgba(244, 239, 230, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(242, 230, 201, 0.28);
  padding: 0.85rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.button.primary {
  background: linear-gradient(135deg, #f2e6c9, #a86a2b);
  color: #14100b;
}

.button.secondary {
  background: rgba(5, 5, 5, 0.5);
  color: var(--moon);
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid rgba(242, 230, 201, 0.13);
  background: rgba(15, 14, 12, 0.94);
}

.signal-band div {
  min-height: 9rem;
  padding: 1.5rem clamp(1rem, 3vw, 2.25rem);
  border-right: 1px solid rgba(242, 230, 201, 0.11);
}

.signal-band span {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--steel);
  font-family: Consolas, monospace;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.signal-band strong {
  display: block;
  max-width: 25rem;
  color: rgba(244, 239, 230, 0.9);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  line-height: 1.35;
}

.content-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1rem, 4vw, 2rem);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
}

.section-heading h2,
.join-section h2,
.oath-copy h2 {
  margin-bottom: 1rem;
  color: var(--moon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.section-copy p,
.oath-copy p,
.join-section p {
  color: rgba(244, 239, 230, 0.74);
  font-size: 1.05rem;
  line-height: 1.8;
}

.broadcast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 2rem;
}

.broadcast-grid span {
  border: 1px solid rgba(242, 230, 201, 0.12);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.95rem 1rem;
  color: rgba(244, 239, 230, 0.86);
}

.studio-section {
  width: 100%;
  max-width: none;
  border-block: 1px solid rgba(242, 230, 201, 0.1);
  background:
    linear-gradient(180deg, rgba(93, 23, 21, 0.16), rgba(5, 5, 5, 0)),
    #0c0b09;
}

.studio-section > * {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.centered {
  max-width: 58rem;
  text-align: center;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid rgba(242, 230, 201, 0.12);
  background: rgba(242, 230, 201, 0.12);
}

.pillar {
  min-height: 17rem;
  background: #0c0b09;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.pillar h3 {
  color: var(--moon);
  font-size: 1.25rem;
}

.pillar p {
  color: rgba(244, 239, 230, 0.68);
  line-height: 1.75;
}

.star-metal-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1fr);
  min-height: 720px;
  border-bottom: 1px solid rgba(242, 230, 201, 0.12);
  background:
    radial-gradient(circle at 28% 34%, rgba(183, 106, 43, 0.18), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #15100d 58%, #050505 100%);
}

.star-metal-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-right: 1px solid rgba(242, 230, 201, 0.12);
  background: #050505;
}

.star-metal-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.78)),
    linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.72) 100%);
}

.star-metal-visual img,
.oath-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.star-metal-visual img {
  object-position: 46% center;
  opacity: 0.82;
  filter: contrast(1.08) saturate(0.68);
}

.star-metal-content {
  display: grid;
  align-content: center;
  width: min(100%, 760px);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4.5rem);
}

.star-metal-content h2 {
  margin-bottom: 1.1rem;
  color: var(--moon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.star-metal-content > p {
  max-width: 45rem;
  color: rgba(244, 239, 230, 0.76);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  line-height: 1.75;
}

.roadmap-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 2rem 0;
  border: 1px solid rgba(242, 230, 201, 0.12);
  background: rgba(242, 230, 201, 0.12);
}

.roadmap-strip span {
  min-height: 4rem;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  background: rgba(5, 5, 5, 0.7);
  color: rgba(244, 239, 230, 0.86);
  font-family: Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.feature {
  min-height: 13rem;
  border: 1px solid rgba(242, 230, 201, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(5, 5, 5, 0.48);
  padding: 1.1rem;
}

.feature span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--ember);
  font-family: Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.feature p {
  margin: 0;
  color: rgba(244, 239, 230, 0.7);
  font-size: 0.95rem;
  line-height: 1.65;
}

.oath-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.oath-visual {
  aspect-ratio: 1.25;
  overflow: hidden;
  border: 1px solid rgba(242, 230, 201, 0.16);
  background: #050505;
}

.oath-visual img {
  opacity: 0.86;
  filter: contrast(1.05) saturate(0.72);
}

.join-section {
  display: grid;
  min-height: 62vh;
  place-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 3rem);
  text-align: center;
  background:
    linear-gradient(rgba(5, 5, 5, 0.7), rgba(5, 5, 5, 0.88)),
    url("./howling-lobby-canvas.png") center / cover;
}

.join-section p {
  max-width: 40rem;
  margin-inline: auto;
}

.join-section .button {
  margin-top: 1.5rem;
}

@media (max-width: 860px) {
  .hero {
    min-height: 88vh;
  }

  .hero-art img {
    object-position: 54% center;
  }

  .signal-band,
  .two-column,
  .pillar-grid,
  .star-metal-section,
  .oath-section {
    grid-template-columns: 1fr;
  }

  .star-metal-section {
    min-height: auto;
  }

  .star-metal-visual {
    min-height: 19rem;
    border-right: 0;
    border-bottom: 1px solid rgba(242, 230, 201, 0.12);
  }

  .star-metal-content {
    width: 100%;
  }

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

  .signal-band div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(242, 230, 201, 0.11);
  }

  .centered {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-nav {
    align-items: flex-start;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 15rem;
    gap: 0.7rem 1rem;
    font-size: 0.72rem;
  }

  .hero {
    padding-bottom: 2.25rem;
  }

  .hero-copy {
    padding-top: 7rem;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 4.4rem);
  }

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

  .roadmap-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .button {
    width: 100%;
  }
}
