:root {
  color-scheme: dark;
  --black: #050505;
  --panel: #0b0b0b;
  --line: #2a2a2a;
  --gold: #b8a000;
  --red: #c43b34;
  --blue: #4aa6bf;
  --green: #6a9c35;
  --text: #f1ead8;
  --muted: #aaa59a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 60px);
  background: rgba(5, 5, 5, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 42px;
  border: 2px solid var(--gold);
  border-radius: 6px;
  color: var(--gold);
  text-decoration: none;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: 30px;
  letter-spacing: .03em;
}

.nav {
  display: flex;
  gap: 10px;
}

.nav a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
}

.nav a:hover,
.nav .active {
  color: var(--text);
  background: #151515;
}

.hero {
  min-height: calc(100vh - 75px);
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  padding: clamp(38px, 6vw, 88px) clamp(20px, 5vw, 86px);
  overflow: hidden;
}

.kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(72px, 12vw, 154px);
  line-height: .82;
  letter-spacing: .02em;
  overflow-wrap: normal;
  word-break: normal;
}

.hero h1 {
  white-space: nowrap;
}

.subtitle,
.buy-copy p,
.page-hero p {
  max-width: 620px;
  color: #d3ccba;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.25;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid var(--gold);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  background: var(--gold);
  color: #050505;
}

.button.ghost {
  color: var(--gold);
}

.button.full {
  width: 100%;
}

.quick-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 0;
}

.quick-specs div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.quick-specs dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.quick-specs dd {
  margin: 4px 0 0;
  font-weight: 900;
}

.hero-showcase {
  position: relative;
  min-height: 560px;
}

.product-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-hero-img {
  width: min(100%, 700px);
  max-height: 580px;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, .7));
}

.hero-card {
  position: absolute;
  width: clamp(142px, 18vw, 230px);
  border-radius: 14px;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, .75));
}

.card-a {
  left: 26%;
  top: 3%;
  transform: rotate(-4deg);
}

.card-b {
  left: 48%;
  top: 20%;
  transform: rotate(9deg);
}

.card-c {
  left: 8%;
  top: 30%;
  transform: rotate(-14deg);
}

.band {
  padding: 28px clamp(20px, 5vw, 86px);
  border-block: 1px solid var(--line);
  background: #101000;
}

.band p {
  margin: 0;
  color: var(--gold);
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(28px, 5vw, 64px);
  line-height: 1;
}

.section {
  padding: clamp(54px, 7vw, 94px) clamp(20px, 5vw, 86px);
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 440px) minmax(280px, 700px);
  gap: clamp(28px, 6vw, 88px);
}

.section h2,
.page-hero h1,
.buy-copy h1 {
  margin: 0;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(44px, 8vw, 92px);
  line-height: .95;
}

.copy-block p,
.source-note {
  color: #cac4b4;
  font-size: 18px;
  line-height: 1.55;
}

.inline-product-shot {
  display: block;
  width: min(100%, 420px);
  margin-top: 26px;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .52);
}

.section-heading {
  max-width: 760px;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}

.video-copy p:not(.kicker) {
  color: #cac4b4;
  font-size: 18px;
  line-height: 1.55;
}

.video-frame {
  position: relative;
  border: 1px solid #302f23;
  border-radius: 8px;
  overflow: hidden;
  background: #090909;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .55);
}

.video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(184, 160, 0, .18);
  z-index: 1;
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #050505;
}

.card-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(78px, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
  margin-top: 30px;
  align-items: center;
}

.card-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(150px, 16vw, 215px);
  padding: 0;
  border: 0;
  background: transparent;
}

.card-frame img {
  width: auto;
  height: 100%;
  object-fit: contain;
  min-width: 0;
  border-radius: 10px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .5);
}

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

.feature-grid article,
.rules-card,
.rule-steps article,
.special-rules article,
.product-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-grid article {
  padding: 22px;
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
}

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

.reviews-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #302f23;
  border-radius: 8px;
  background: linear-gradient(180deg, #0c0c0c, #080808);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .35);
}

.stars {
  margin: 0 0 18px;
  color: var(--gold);
  letter-spacing: .12em;
  font-size: 14px;
}

blockquote {
  margin: 0;
  color: #ebe4d2;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.reviewer {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.feature-grid span {
  color: var(--gold);
  font-weight: 900;
}

.feature-grid h3 {
  margin: 16px 0 8px;
  font-size: 24px;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.page-hero,
.buy-hero {
  padding: clamp(44px, 7vw, 92px) clamp(20px, 5vw, 86px);
}

.rules-hero {
  border-bottom: 1px solid var(--line);
}

.rules-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  padding: clamp(34px, 5vw, 70px) clamp(20px, 5vw, 86px);
}

.rules-card {
  align-self: start;
  position: sticky;
  top: 92px;
  padding: 22px;
}

.rules-card h2 {
  margin: 0 0 14px;
}

.rules-card ul {
  margin: 0;
  padding-left: 20px;
  color: #d6d0bf;
  line-height: 1.7;
}

.rule-steps {
  display: grid;
  gap: 14px;
}

.rule-steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 20px;
}

.rule-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #050505;
  font-weight: 900;
}

.rule-steps h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.rule-steps p {
  grid-column: 2;
  margin: 0;
  color: #cfc8b8;
  line-height: 1.5;
}

.special-rules {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.special-rules article {
  padding: 16px;
}

.special-rules img {
  width: 82px;
  height: 132px;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px;
  float: right;
  margin-left: 12px;
}

.special-rules h3 {
  margin: 0 0 8px;
}

.special-rules p {
  color: var(--muted);
  line-height: 1.4;
}

.source-note a {
  color: var(--gold);
}

.buy-hero {
  display: grid;
  grid-template-columns: minmax(280px, 560px) minmax(300px, 520px);
  gap: clamp(26px, 6vw, 80px);
  align-items: center;
}

.product-panel {
  overflow: hidden;
}

.product-art {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, #101000, #060606 60%);
}

.product-art img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
}

.product-info {
  padding: 24px;
}

.label {
  margin: 0 0 6px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.product-info h2 {
  margin: 0;
  font-size: 30px;
}

.price {
  margin: 14px 0 20px;
  font-size: 34px;
  font-weight: 900;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

select,
input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #383838;
  border-radius: 6px;
  background: #050505;
  color: var(--text);
  padding: 0 12px;
  font: inherit;
}

.microcopy {
  margin: 12px 0 0;
  color: #858585;
  font-size: 13px;
  line-height: 1.4;
}

.footer {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 28px clamp(20px, 5vw, 86px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer p {
  margin-right: auto;
  color: var(--gold);
  font-weight: 900;
}

.footer a {
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .video-section,
  .reviews-section,
  .rules-layout,
  .buy-hero {
    grid-template-columns: 1fr;
  }

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

  .rules-card {
    position: static;
  }

  .card-row {
    grid-template-columns: repeat(4, minmax(70px, 1fr));
  }

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

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

@media (max-width: 620px) {
  .site-header {
    padding: 12px 16px;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 68px;
  }

  .quick-specs {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 330px;
  }

  .product-hero-img {
    max-height: 340px;
  }

  .card-row {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
  }

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

  .rule-steps p {
    grid-column: 1;
  }

  .product-art img {
    height: 270px;
  }
}
