:root {
  --black: #050505;
  --soft-black: #101010;
  --charcoal: #181818;
  --cream: #f2eee5;
  --muted: #b7b0a4;
  --gold: #c79a43;
  --gold-light: #e0b65f;
  --line: rgba(255,255,255,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--black); color: var(--cream); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.narrow { width: min(780px, 100%); margin: auto; }
.center { text-align: center; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; background: linear-gradient(rgba(0,0,0,.92), rgba(0,0,0,.55), transparent); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1; }
.brand-main { font: 700 1.35rem/1 Inter; letter-spacing: .28em; color: var(--gold-light); }
.brand-sub { margin-top: 7px; font-size: .62rem; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta { border: 1px solid var(--gold); padding: 10px 17px; }
.menu-toggle { display: none; background: transparent; color: white; border: 1px solid var(--line); padding: 8px 12px; }
.hero { min-height: 100svh; position: relative; display: flex; align-items: center; background: url('assets/hits-hero.png') center 18% / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 44%, rgba(0,0,0,.30) 70%, rgba(0,0,0,.56) 100%), linear-gradient(0deg, #050505 0%, transparent 24%); }
.hero-content { position: relative; padding-top: 90px; }
.eyebrow, .section-kicker { color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: .75rem; font-weight: 700; }
h1, h2, h3 { margin: 0 0 18px; line-height: 1.05; }
h1 { font-family: Anton, Impact, sans-serif; font-size: clamp(4.2rem, 10vw, 9rem); letter-spacing: .02em; max-width: 870px; }
h1 span { color: var(--gold-light); }
h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); letter-spacing: -.03em; }
h3 { font-size: 1.55rem; }
.hero-tagline { font-size: clamp(1.1rem, 2vw, 1.45rem); max-width: 600px; color: #eee8dc; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .78rem; font-weight: 700; border: 1px solid transparent; cursor: pointer; }
.btn-gold { background: var(--gold); color: #070707; }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.22); }
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.wide { width: 100%; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); text-decoration: none; font-size: 1.5rem; color: var(--gold-light); }
.statement { padding: 120px 0; text-align: center; }
.statement p:last-child { color: var(--muted); font-size: 1.1rem; }
.split-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: var(--soft-black); }
.split-image { background: url('assets/hits-hero.png') center top / cover no-repeat; min-height: 700px; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 110px); }
.split-copy p { color: var(--muted); max-width: 580px; }
.text-link { color: var(--gold-light); text-decoration: none; margin-top: 18px; font-weight: 600; }
.cards-section { padding: 120px 0; }
.center-title { text-align: center; max-width: 800px; margin: 0 auto 55px; }
.cards-section > .container > .section-kicker { text-align: center; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--charcoal); border: 1px solid var(--line); padding: 36px; min-height: 290px; }
.card-number { color: var(--gold); font-size: .78rem; letter-spacing: .2em; }
.card h3 { margin-top: 55px; }
.card p { color: var(--muted); }
.quote-band { padding: 90px 0; background: linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.82)), url('assets/hits-hero.png') center 38% / cover fixed; }
blockquote { margin: 0; font-size: clamp(1.8rem, 4vw, 3.6rem); line-height: 1.2; text-align: center; font-weight: 600; }
.support { padding: 120px 0; background: var(--soft-black); }
.support-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: center; }
.support p { color: var(--muted); }
.support-actions { display: grid; gap: 14px; }
.share { padding: 120px 0; }
.share p { color: var(--muted); }
.contact { padding: 120px 0; background: #0d0d0d; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-email { display: inline-block; color: var(--gold-light); font-size: 1.15rem; margin-top: 18px; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; background: #161616; border: 1px solid var(--line); color: white; padding: 14px; font: inherit; }
.form-message { color: var(--gold-light); margin: 0; }
.site-footer { border-top: 1px solid var(--line); padding: 38px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: end; font-size: .78rem; color: var(--muted); }
.footer-grid strong { color: var(--gold-light); letter-spacing: .24em; }
.footer-grid p { margin: 6px 0 0; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 74px; right: 20px; left: 20px; background: #0b0b0b; border: 1px solid var(--line); padding: 24px; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero { background-position: 61% top; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.93), rgba(0,0,0,.67)), linear-gradient(0deg, #050505 0%, transparent 24%); }
  .split-section, .support-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-image { min-height: 560px; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .card h3 { margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero-content { padding-top: 120px; }
  h1 { font-size: 4rem; }
  .hero-actions .btn { width: 100%; }
  .statement, .cards-section, .support, .share, .contact { padding: 85px 0; }
  .split-copy { padding: 70px 25px; }
}
