:root {
  --bg: #101010;
  --bg-soft: #151515;
  --card: #181818;
  --text: #f2f2f2;
  --muted: #a6a6a6;
  --muted-2: #777777;
  --line: rgba(255,255,255,.13);
  --accent: #c55b15;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 64px);
  background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,0));
  backdrop-filter: blur(8px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.brand-mark {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  display: inline-block;
  background: var(--accent);
  -webkit-mask: url("/assets/mini-logo.svg") center / contain no-repeat;
  mask: url("/assets/mini-logo.svg") center / contain no-repeat;
}

.brand span:last-child {
  font-size: 21px;
  line-height: 1;
}

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

.nav a {
  color: #d8d8d8;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: color .2s ease;
}

.nav a:hover {
  color: var(--accent);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.36) 45%, rgba(0,0,0,.12)),
    linear-gradient(0deg, rgba(16,16,16,1) 0%, rgba(16,16,16,.08) 38%, rgba(16,16,16,.12) 100%),
    url("/assets/hero-banner.jpg") center/cover no-repeat,
    radial-gradient(circle at 70% 35%, #2b241d 0, #141414 42%, #080808 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(16,16,16,1) 0%, rgba(16,16,16,0) 30%),
    radial-gradient(circle at 25% 80%, rgba(197,91,21,.20), transparent 35%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 clamp(72px, 11vh, 128px);
  margin-left: clamp(20px, 6vw, 96px);
  animation: fadeUp .75s ease both;
}

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero h1 {
  margin: 0;
  color: #f3f3f3;
  font-size: clamp(42px, 6.5vw, 92px);
  line-height: .96;
  letter-spacing: -.055em;
  max-width: 820px;
}

.hero p {
  margin: 24px 0 34px;
  max-width: 640px;
  color: #a6a6a6;
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1.45;
}

.outline-button,
.card-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--accent);
  color: var(--accent);
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.outline-button:hover,
.card-button:hover {
  background: var(--accent);
  color: #ffffff;
  transform: translateY(-1px);
}

.start-section {
  background: var(--bg);
  padding: clamp(72px, 9vw, 120px) 0 clamp(82px, 10vw, 140px);
}

.section-inner {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.start-section h2 {
  margin: 0 0 34px;
  color: #f4f4f4;
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -.04em;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.step-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, #282828, #111111);
  isolation: isolate;
}

.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: .68;
  filter: saturate(.72) contrast(1.05);
  transform: scale(1.02);
  transition: transform .35s ease, opacity .35s ease;
  z-index: -2;
}

.step-card:hover::before {
  transform: scale(1.06);
  opacity: .82;
}

.step-steam::before {
  background-image:
    linear-gradient(135deg, rgba(30,30,30,.4), rgba(30,30,30,.9)),
    url("/assets/step-steam.jpg");
}

.step-discord::before {
  background-image:
    linear-gradient(135deg, rgba(30,30,30,.4), rgba(30,30,30,.9)),
    url("/assets/step-discord.jpg");
}

.card-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.12) 70%),
    radial-gradient(circle at 85% 85%, rgba(197,91,21,.25), transparent 30%);
  z-index: -1;
}

.step-text {
  position: absolute;
  left: clamp(22px, 3vw, 38px);
  bottom: clamp(28px, 3.4vw, 44px);
  max-width: 72%;
}

.step-text span {
  display: block;
  margin-bottom: 10px;
  color: #8c8c8c;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.step-text h3 {
  margin: 0;
  color: #f4f4f4;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: -.04em;
}

.card-button {
  position: absolute;
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(28px, 3.4vw, 44px);
}

.footer {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 clamp(20px, 4vw, 64px);
  border-top: 1px solid var(--line);
  color: #8f8f8f;
  background: #0b0b0b;
}

.footer-mark {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: inline-block;
  background: var(--accent);
  -webkit-mask: url("/assets/mini-logo.svg") center / contain no-repeat;
  mask: url("/assets/mini-logo.svg") center / contain no-repeat;
  opacity: .95;
}

.footer a {
  color: #bdbdbd;
  text-decoration: none;
}

.footer a:hover {
  color: var(--accent);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  .site-header {
    height: 78px;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
  }

  .brand span {
    display: none;
  }

  .nav {
    gap: 16px;
  }

  .hero-content {
    margin-left: 20px;
    padding-bottom: 76px;
  }

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

  .step-card {
    min-height: 360px;
  }

  .step-text {
    max-width: 68%;
  }
}

@media (max-width: 520px) {
  .nav a:first-child {
    display: none;
  }

  .step-text {
    max-width: calc(100% - 44px);
    bottom: 88px;
  }

  .card-button {
    left: 22px;
    right: auto;
  }
}
