:root {
  color-scheme: dark;
  --bg: #070707;
  --bg-2: #111111;
  --panel: #171313;
  --panel-2: #211617;
  --ink: #fff4ee;
  --muted: #b9aba5;
  --soft: #7c6d68;
  --line: rgba(255, 244, 238, 0.14);
  --red: #e72c38;
  --red-2: #9f1722;
  --red-dark: #30080b;
  --metal: #d8c4af;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 6%, rgba(231, 44, 56, 0.24), transparent 34rem),
    radial-gradient(circle at 10% 24%, rgba(159, 23, 34, 0.26), transparent 28rem),
    linear-gradient(135deg, #090808 0%, #121010 42%, #260609 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 244, 238, 0.13);
  border-radius: 8px;
  background: rgba(8, 8, 8, 0.68);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand span {
  white-space: nowrap;
}

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

.site-header nav a {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 6px;
  color: rgba(255, 244, 238, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.site-header nav a:hover {
  background: rgba(255, 244, 238, 0.08);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 88vh;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.76fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  overflow: hidden;
  padding: 124px max(20px, calc((100vw - 1180px) / 2)) 84px;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__backdrop::before,
.hero__backdrop::after {
  position: absolute;
  content: "";
}

.hero__backdrop::before {
  inset: 13% -10% auto auto;
  width: min(62vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(231, 44, 56, 0.18);
  transform: rotate(-10deg);
}

.hero__backdrop::after {
  right: -12vw;
  bottom: -18vw;
  width: 58vw;
  height: 58vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 44, 56, 0.18), transparent 62%);
}

.hero__content,
.hero-card {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.15rem, 6vw, 6.25rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 244, 238, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.button--primary {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: var(--white);
  box-shadow: 0 14px 36px rgba(231, 44, 56, 0.3);
}

.button--secondary {
  border: 1px solid rgba(255, 244, 238, 0.28);
  color: var(--white);
}

.hero-card {
  display: grid;
  min-height: clamp(430px, 58vw, 650px);
  align-content: space-between;
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255, 244, 238, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 244, 238, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(43, 6, 9, 0.82), rgba(8, 8, 8, 0.96)),
    url("/assets/scoutz-club-logo.jpg") center / cover;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.55);
}

.hero-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 92px);
}

.hero-card__shine {
  position: absolute;
  inset: -35% auto auto -20%;
  width: 95%;
  height: 52%;
  background: linear-gradient(105deg, transparent, rgba(255, 244, 238, 0.28), transparent);
  transform: rotate(-18deg);
}

.hero-card__logo {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  margin: auto;
  border-radius: 8px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.75));
}

.hero-card__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  color: var(--metal);
}

.hero-card__footer span {
  color: rgba(255, 244, 238, 0.66);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-card__footer strong {
  color: var(--white);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.section {
  padding: 82px 0;
}

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

.section--intro {
  background: linear-gradient(180deg, rgba(8, 8, 8, 0), rgba(8, 8, 8, 0.88) 26%, #080808 100%);
}

.section--dark {
  background:
    linear-gradient(135deg, #0b0b0b, #170a0b 54%, #0a0a0a),
    var(--bg);
}

.section--legal {
  background: #090909;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.copy p,
.legal p,
.feature p,
footer p,
.document p {
  color: var(--muted);
}

.copy p:first-child {
  margin-top: 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

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

.feature {
  min-height: 244px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 244, 238, 0.07), rgba(255, 244, 238, 0.02)),
    var(--panel);
}

.feature--hot {
  border-color: rgba(231, 44, 56, 0.45);
  background:
    linear-gradient(145deg, rgba(231, 44, 56, 0.22), rgba(255, 244, 238, 0.03)),
    var(--panel-2);
}

.feature span {
  color: var(--red);
  font-weight: 950;
}

.feature h3 {
  margin: 52px 0 12px;
  font-size: 1.28rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-end;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.legal nav a,
.document a,
.back {
  color: var(--red);
  font-weight: 900;
}

footer {
  padding: 28px 20px;
  border-top: 1px solid var(--line);
  background: #070707;
  text-align: center;
}

.document {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 84px;
}

.document h1 {
  color: var(--ink);
  font-size: clamp(2.35rem, 7vw, 4.8rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.document h2 {
  margin-top: 38px;
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.15;
}

.back {
  display: inline-flex;
  margin-bottom: 36px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    top: 12px;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 112px;
  }

  .hero-card {
    min-height: 420px;
  }

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

  .section-heading,
  .legal {
    display: block;
  }

  .legal nav {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .brand span {
    font-size: 0.9rem;
  }

  .hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-card {
    min-height: 340px;
  }

  .actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }
}
