:root {
  --ink: #06101c;
  --navy: #081828;
  --navy-2: #0a2035;
  --blue: #0e5cc7;
  --blue-bright: #1474ff;
  --cream: #f3ebdd;
  --white: #fffdf8;
  --muted: #aeb8c4;
  --line: rgba(243,235,221,.2);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 12px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(6,16,28,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; letter-spacing: .08em; font-size: 13px; }
.brand img { width: 64px; height: 40px; object-fit: contain; }
.brand strong { color: var(--blue-bright); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { text-decoration: none; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; color: #d9dfe6; }
.nav a:hover { color: white; }
.nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(20,116,255,.65); background: rgba(14,92,199,.18); }

.hero { position: relative; overflow: hidden; min-height: 760px; border-bottom: 1px solid var(--line); }
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(6,16,28,.98) 0%, rgba(6,16,28,.82) 43%, rgba(6,16,28,.2) 75%, rgba(6,16,28,.7) 100%),
    linear-gradient(0deg, var(--ink) 0%, transparent 25%),
    url('assets/stadium-background.webp') center 69%/cover no-repeat;
  transform: scale(1.03);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 20% 25%, rgba(20,116,255,.12), transparent 28%);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .72fr; gap: 64px; align-items: center; min-height: 760px; padding: 74px 0 80px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--blue-bright); font-weight: 800; letter-spacing: .13em; font-size: 16px; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; text-transform: uppercase; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 500; letter-spacing: .018em; }
h1 { margin-bottom: 22px; font-size: clamp(56px, 7vw, 96px); line-height: .94; max-width: 760px; }
h1::after { content:""; display:block; width: 150px; height: 8px; margin-top: 24px; background: var(--blue); transform: skewX(-18deg); }
.lede { max-width: 680px; font-size: 19px; color: #dbe2e9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; font-size: 13px; border: 1px solid transparent; transition: .2s ease; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(14,92,199,.25); }
.button-primary:hover { background: var(--blue-bright); transform: translateY(-2px); }
.button-ghost { border-color: rgba(243,235,221,.42); background: rgba(8,24,40,.35); }
.button-ghost:hover { border-color: var(--cream); }
.button-large { min-height: 58px; padding-inline: 30px; }
.hero-points { display: flex; gap: 0; margin-top: 36px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-points span { padding: 0 18px; border-right: 1px solid var(--line); }
.hero-points span:first-child { padding-left: 0; }
.hero-points span:last-child { border: 0; }

.cover-wrap { position: relative; margin: 0; justify-self: center; width: min(100%, 470px); }
/*
.cover-wrap::before { content:""; position:absolute; width:80%; height:80%; left:10%; top:12%; background:rgba(14,92,199,.24); filter:blur(70px); border-radius:50%; }
.cover { position: relative; z-index: 1; width: 100%; border-radius: 3px; box-shadow: 0 38px 90px rgba(0,0,0,.58); transform: rotate(1deg); }
*/



.intro { padding: 100px 0 110px; text-align: center; }
.intro h2, .club-band h2, .buy-section h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1; margin-bottom: 18px; }
.section-copy { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 62px; background: var(--line); border: 1px solid var(--line); }
.feature { min-height: 270px; padding: 34px 28px; text-align:left; background: linear-gradient(180deg, #0b1b2c 0%, #071421 100%); }
.feature-icon { width: 52px; height:52px; display:grid; place-items:center; margin-bottom: 26px; border:1px solid rgba(20,116,255,.65); color:var(--blue-bright); font-size:30px; }
.feature h3 { font-size: 28px; margin-bottom: 10px; }
.feature p { color: var(--muted); margin:0; }

.club-band { position: relative; min-height: 640px; display:grid; align-items:center; overflow:hidden; border-block:1px solid var(--line); }
.club-band-image { position:absolute; inset:0; background:url('assets/football-atmosphere.webp') center/cover no-repeat; filter:saturate(.8); }
.club-band-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(5,14,25,.98) 0%, rgba(5,14,25,.84) 48%, rgba(5,14,25,.28) 100%), linear-gradient(0deg, rgba(5,14,25,.8), transparent 50%); }
.club-band-copy { position:relative; z-index:2; padding-block:90px; }
.club-band-copy > * { max-width:660px; }
.club-band-copy p:not(.section-kicker) { color:#e3e8ed; font-size:18px; margin-bottom:28px; }

.quote-section { padding: 90px 0; }
blockquote { margin:0; text-align:center; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; text-transform:uppercase; font-size:clamp(36px,5vw,64px); line-height:1.05; letter-spacing:.02em; }
blockquote span { color:var(--blue-bright); }

.buy-section { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:center; padding:80px 0 110px; border-top:1px solid var(--line); }
.buy-cover img { width:100%; max-width:470px; margin:auto; box-shadow:0 35px 90px rgba(0,0,0,.6); }
.buy-copy > p { color:#d6dde5; font-size:18px; }
.buy-sub { color:var(--blue-bright)!important; text-transform:uppercase; letter-spacing:.14em; font-size:14px!important; font-weight:800; }
.check-list { list-style:none; padding:0; margin:28px 0 34px; }
.check-list li { position:relative; padding:11px 0 11px 34px; border-bottom:1px solid var(--line); color:#dbe1e7; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--blue-bright); font-weight:900; }
.microcopy { margin-top:15px!important; font-size:12px!important; color:#8d98a5!important; }
code { color:#c7d7ef; }

.footer { border-top:1px solid var(--line); background:#040c15; }
.footer-inner { min-height:160px; display:flex; justify-content:space-between; align-items:center; gap:30px; }
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand img { width:125px; height:125px; }
.footer-brand div { display:grid; }
.footer-brand strong { letter-spacing:.08em; }
.footer-brand span, .footer p { color:#8693a0; font-size:12px; letter-spacing:.08em; text-transform:uppercase; }

@media (max-width: 900px) {
  .nav a:not(.nav-cta) { display:none; }
  .brand span { display:none; }
  .hero-inner { grid-template-columns:1fr; gap:20px; padding-top:58px; }
  .hero-copy { text-align:center; }
  h1 { margin-inline:auto; }
  h1::after { margin-inline:auto; }
  .lede { margin-inline:auto; }
  .hero-actions, .hero-points { justify-content:center; }
  .cover-wrap { width:min(75%,440px); }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .buy-section { grid-template-columns:1fr; text-align:center; }
  .check-list { text-align:left; }
}

@media (max-width: 560px) {
  .wrap { width:min(100% - 28px, var(--max)); }
  .site-header { padding-inline:14px; }
  .nav-cta { padding-inline:12px!important; }
  .hero { min-height:auto; }
  .hero-inner { min-height:auto; padding-bottom:64px; }
  h1 { font-size:54px; }
  .hero-points { display:grid; gap:7px; }
  .hero-points span { border:0; padding:0; }
  .cover-wrap { width:90%; }
  .intro { padding-block:70px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature { min-height:auto; }
  .club-band { min-height:560px; }
  .club-band-overlay { background:linear-gradient(rgba(5,14,25,.93), rgba(5,14,25,.76)); }
  .quote-section { padding-block:70px; }
  .buy-section { gap:44px; padding-block:65px 80px; }
  .footer-inner { padding-block:35px; flex-direction:column; text-align:center; }
}
