:root {
  --bg: #070707;
  --bg-soft: #11100e;
  --ink: #f0eadc;
  --muted: #b8ad98;
  --gold: #d69a21;
  --gold-soft: #ffcc54;
  --steel: #c8c8c2;
  --paper: #241e16;
  --line: rgba(255,255,255,.16);
  --shadow: 0 28px 80px rgba(0,0,0,.72);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(214,154,33,.24), transparent 28%),
    radial-gradient(circle at 82% 5%, rgba(255,255,255,.12), transparent 22%),
    linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, #16120d 0%, #070707 48%, #020202 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 50%, transparent 50%),
    radial-gradient(circle at center, transparent 38%, rgba(0,0,0,.76) 100%);
  background-size: 4px 4px, 100% 100%;
  mix-blend-mode: screen;
  opacity: .45;
}

.cover-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 18px;
}

.hero-card {
  position: relative;
  min-height: calc(100vh - 82px);
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 17%),
    radial-gradient(circle at 50% 0%, rgba(214,154,33,.18), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(140deg, rgba(36,30,22,.95), rgba(8,8,8,.96) 46%, rgba(18,16,13,.98));
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(214,154,33,.36);
  border-radius: 24px;
  pointer-events: none;
}

.hero-card::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -115px;
  height: 240px;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,.98) 0%, rgba(239,242,242,.95) 44%, rgba(200,205,205,.86) 65%, transparent 68%);
  filter: drop-shadow(0 -12px 20px rgba(0,0,0,.28));
  transform: rotate(-2deg);
  opacity: .92;
}

.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.62) 0 .5px, transparent .7px),
    radial-gradient(circle, rgba(214,154,33,.35) 0 .5px, transparent .8px);
  background-size: 24px 24px, 37px 37px;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  min-height: calc(100vh - 82px);
  padding: 34px 42px 86px;
}

.badge-row {
  align-self: start;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 800;
}

.badge {
  border: 1px solid rgba(214,154,33,.48);
  background: rgba(7,7,7,.42);
  color: var(--gold-soft);
  padding: 9px 12px;
  border-radius: 999px;
  box-shadow: inset 0 0 18px rgba(214,154,33,.12);
}

.badge.muted {
  color: var(--steel);
  border-color: rgba(255,255,255,.18);
}

.logo-wrap {
  width: min(440px, 74vw);
  margin-top: clamp(8px, 3vh, 32px);
  filter: drop-shadow(0 22px 22px rgba(0,0,0,.5));
}

.main-logo {
  display: block;
  width: 100%;
  height: auto;
}

.title-block {
  margin-top: -8px;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--gold-soft);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .82rem;
  font-weight: 900;
}

h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(3.2rem, 9.6vw, 7.8rem);
  line-height: .9;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--ink);
  text-shadow:
    0 3px 0 #4a3a1c,
    0 8px 18px rgba(0,0,0,.75),
    0 0 24px rgba(214,154,33,.18);
}

.tagline {
  margin: 18px auto 0;
  max-width: 720px;
  color: #e7dcc8;
  font-size: clamp(1.03rem, 2.2vw, 1.45rem);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  border: 1px solid rgba(255,255,255,.2);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn.primary {
  color: #15110a;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  box-shadow: 0 14px 32px rgba(214,154,33,.22), inset 0 1px 0 rgba(255,255,255,.65);
}

.btn.secondary {
  color: var(--ink);
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 18px rgba(255,255,255,.05);
}

.feature-strip {
  width: min(930px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.feature-strip article {
  padding: 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(4,4,4,.42);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 24px rgba(214,154,33,.06);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  border-radius: 50%;
  color: #15110a;
  background: var(--gold-soft);
  font-weight: 900;
}

.feature-strip h2 {
  margin: 0 0 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.feature-strip p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.45;
}

.footer-note {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(240,234,220,.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .cover-shell {
    width: min(100% - 18px, 640px);
    padding-top: 9px;
  }

  .hero-card {
    min-height: calc(100vh - 58px);
    border-radius: 25px;
  }

  .hero-card::before {
    inset: 10px;
    border-radius: 18px;
  }

  .hero-content {
    min-height: calc(100vh - 58px);
    padding: 22px 18px 74px;
  }

  .badge-row {
    justify-content: center;
    flex-wrap: wrap;
    font-size: .62rem;
  }

  .logo-wrap {
    width: min(360px, 83vw);
    margin-top: 12px;
  }

  .title-block {
    margin-top: -2px;
  }

  .tagline {
    font-size: 1.03rem;
    line-height: 1.48;
  }

  .actions {
    width: 100%;
    margin-top: 24px;
  }

  .btn {
    width: min(100%, 330px);
  }

  .feature-strip {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .feature-strip article {
    text-align: left;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: start;
  }

  .feature-strip article p,
  .feature-strip article h2 { grid-column: 2; }
  .feature-strip .icon { grid-row: 1 / span 2; }

  .footer-note {
    flex-wrap: wrap;
    font-size: .72rem;
    padding: 8px 10px 0;
  }
}

@media (max-width: 390px) {
  h1 { font-size: 3rem; }
  .main-logo { transform: scale(1.04); }
  .tagline { font-size: .98rem; }
}
