:root {
  --black: #070707;
  --ink: #101010;
  --panel: #171717;
  --panel-2: #202020;
  --white: #f7f6f2;
  --muted: #b8b6b0;
  --gold: #d5aa4b;
  --gold-light: #f0cf7a;
  --red: #c6242b;
  --line: rgba(255,255,255,.13);
  --shadow: 0 22px 70px rgba(0,0,0,.34);
  --radius: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; overflow-x: clip; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font: 400 1rem/1.65 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.025) 50%, transparent 50.2%),
    radial-gradient(circle at 80% 10%, rgba(213,170,75,.09), transparent 32%);
}
img, video, iframe { max-width: 100%; }
img, video { display: block; height: auto; }
iframe { display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: .7rem 1rem;
  background: var(--gold);
  color: #000;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); min-width: 0; margin-inline: auto; }
.eyebrow {
  margin: 0 0 .65rem;
  color: var(--gold-light);
  font: 700 .82rem/1 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}
h1, h2, h3, .display {
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-weight: 800;
  line-height: .95;
  letter-spacing: .015em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 6.6vw, 6.15rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
h3 { font-size: clamp(1.35rem, 2.5vw, 2rem); }
p { margin: 0 0 1rem; }
.lede { color: #ddd; font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 66ch; }
.muted { color: var(--muted); }
.gold { color: var(--gold-light); }
.kicker-line { width: 68px; height: 4px; margin: 1.25rem 0; background: var(--gold); }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-tight { padding: 3rem 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.25rem; }
.section-head > *,
.split > *,
.watch-panel > *,
.event-detail-grid > *,
.sale-layout > *,
.shop-help > *,
.sale-support > *,
.cta-band .container > *,
.footer-main > * { min-width: 0; }
.section-head p { max-width: 540px; margin: 0; color: var(--muted); }
.surface {
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.018));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: .75rem 1.1rem;
  background: var(--gold);
  color: #080808;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--gold-light); }
.btn-outline { border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.3); color: #fff; }
.btn-outline:hover { background: #fff; color: #000; }
.btn-small { min-height: 40px; padding: .55rem .85rem; font-size: .87rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }

.announcement {
  background: var(--gold);
  color: #090909;
  text-align: center;
  font-size: .81rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announcement a { display: block; padding: .48rem 1rem; line-height: 1.45; text-decoration: none; }
.site-nav {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(7,7,7,.94);
  backdrop-filter: blur(16px);
}
.nav-inner { display: flex; min-height: 88px; align-items: center; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; margin-right: auto; }
.brand img { width: 152px; height: 66px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: .15rem; }
.nav-links a {
  border-bottom: 2px solid transparent;
  padding: .75rem .62rem;
  color: #ddd;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { border-color: var(--gold); color: #fff; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: white;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: min(760px, 82vh);
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/wlw-arena-hero.webp") 62% center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(2,2,2,.98) 0%, rgba(2,2,2,.91) 31%, rgba(2,2,2,.46) 62%, rgba(2,2,2,.22)), linear-gradient(0deg, var(--black), transparent 24%);
}
.hero-copy { max-width: 760px; padding: 5.5rem 0 6.5rem; }
.hero h1, .page-hero h1 { max-width: 100%; text-wrap: wrap; }
.hero h1 span { display: block; color: var(--gold-light); }
.hero .lede { margin-top: 1.4rem; }
.trust-strip { border-block: 1px solid var(--line); background: #0d0d0d; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 1.2rem 1.5rem; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.trust-item span { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.event-grid, .card-grid, .roster-grid, .shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.event-card { overflow: hidden; }
.event-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #202020; }
.event-body { padding: 1.3rem; }
.event-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .35rem .75rem; margin-bottom: .7rem; color: var(--gold-light); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.event-card h3 { margin-bottom: .75rem; }
.event-card .btn { width: 100%; margin-top: .55rem; }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: stretch; }
.split-media { min-height: 470px; background-position: center; background-size: cover; }
.split-copy { display: grid; align-content: center; padding: clamp(2rem,5vw,5rem); background: var(--panel); }
.academy-media { background-image: linear-gradient(90deg, transparent, rgba(0,0,0,.12)), url("images/academy-training.webp"); }
.legacy-media { background-image: url("images/legacy-backdrop.webp"); background-position: 64% center; }
.watch-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 0; overflow: hidden; }
.video-art {
  position: relative;
  min-height: 390px;
  background: linear-gradient(135deg, rgba(213,170,75,.1), transparent 50%), #121212;
  display: grid;
  place-items: center;
}
.video-art.video-embed { min-height: 0; aspect-ratio: 16 / 9; background: #050505; }
.video-embed iframe { width: 100%; height: 100%; border: 0; }
.home-video-panel {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  background: #050505;
}
.home-video-frame {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  align-self: center;
  overflow: hidden;
}
.home-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  min-width: 0;
  max-width: 100%;
}
.home-video-panel .video-copy { min-width: 0; }
.play {
  display: grid;
  width: 90px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font: 800 2rem/1 "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
}
.video-copy { padding: clamp(2rem,5vw,4.5rem); background: #1a1a1a; }
.news-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.news-card { position: relative; min-height: 250px; padding: 1.55rem; display: flex; flex-direction: column; justify-content: end; overflow: hidden; }
.news-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #0b0b0b, rgba(11,11,11,.15)), radial-gradient(circle at 80% 15%, rgba(213,170,75,.32), transparent 42%), #2a2a2a; }
.news-card small { color: var(--gold-light); font-weight: 700; text-transform: uppercase; }
.news-card h3 { margin-top: .5rem; }

.page-hero { position: relative; padding: clamp(5rem,11vw,9rem) 0 5rem; overflow: hidden; border-bottom: 1px solid var(--line); background: #111; }
.page-hero::after { content: ""; position: absolute; inset: auto -8% -90px auto; width: 450px; height: 230px; border: 42px solid rgba(213,170,75,.08); transform: rotate(-12deg); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 100%; }
.page-hero .lede { margin-top: 1.3rem; }
.event-detail-hero { padding-bottom: clamp(3rem, 7vw, 5rem); }
.event-detail-grid {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.event-visual-column { display: grid; gap: 1.25rem; }
.event-flyer { margin: 0; overflow: hidden; border: 1px solid var(--line); }
.event-flyer img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.event-date-block {
  display: grid;
  min-height: 280px;
  place-items: center;
  align-content: center;
  padding: 2rem;
  border: 1px solid rgba(213,170,75,.5);
  border-top: 7px solid var(--gold);
  background: radial-gradient(circle at center, rgba(213,170,75,.16), transparent 62%), #121212;
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
  text-align: center;
}
.event-date-block span,
.event-date-block small { color: var(--gold-light); font-weight: 800; letter-spacing: .18em; }
.event-date-block strong { font: 800 clamp(5rem, 10vw, 8rem)/.85 "Arial Narrow", "Roboto Condensed", Impact, sans-serif; }
.event-date-block small { margin-top: .8rem; font-size: 1rem; }
.event-detail-copy h2 { font-size: clamp(2.2rem, 5vw, 4.5rem); }
.event-detail-copy .lede { margin: 1.5rem 0 0; }
.event-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 2rem 0;
  border: 1px solid var(--line);
  background: var(--line);
}
.event-facts div { min-height: 104px; padding: 1.1rem; background: #141414; }
.event-facts span { display: block; margin-bottom: .5rem; color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-facts strong { display: block; line-height: 1.45; }
.ticket-checkout { margin: 2rem 0 1.25rem; padding: clamp(1.35rem, 4vw, 2rem); border-top: 4px solid var(--gold); }
.ticket-checkout h3 { margin: .35rem 0 .75rem; }
.ticket-checkout > p:not(.eyebrow) { color: var(--muted); }
.paypal-hosted-button { width: 100%; max-width: 620px; margin: 1.5rem 0 .75rem; min-height: 44px; }
.paypal-hosted-button iframe { max-width: 100%; }
.paypal-checkout-fallback { display: inline-block; margin-top: .25rem; color: var(--gold-light); font-weight: 800; text-decoration: underline; text-underline-offset: .22em; }
.ticket-pickup-note { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .95rem; }
.ticket-pickup-note strong { color: var(--text); }
.event-note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.page-hero.photo { min-height: 540px; display: grid; align-items: center; background-position: center; background-size: cover; }
.page-hero.photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.97), rgba(0,0,0,.75) 45%, rgba(0,0,0,.18)); }
.page-hero.photo::after { display: none; }
.academy-hero { background-image: url("images/academy-training.webp"); }
.harley-hero { background-image: url("images/legacy-backdrop.webp"); }
.harley-shop-hero { background-image: url("images/harley-race-champion.webp"); background-position: 70% 18%; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.stat { padding: 1.5rem; border-top: 3px solid var(--gold); background: var(--panel); }
.stat strong { display: block; font: 800 2rem/1 "Arial Narrow", "Roboto Condensed", Impact, sans-serif; text-transform: uppercase; }
.stat span { color: var(--muted); font-size: .84rem; }
.feature-card { padding: 1.65rem; }
.feature-card .icon { color: var(--gold); font: 800 1.4rem/1 "Arial Narrow", "Roboto Condensed", Impact, sans-serif; margin-bottom: 1.2rem; }
.feature-card h3 { margin-bottom: .65rem; }
.feature-card p { margin: 0; color: var(--muted); }
.roster-tools { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.roster-tools label { width: min(100%, 430px); }
.search {
  width: min(100%, 430px);
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: .75rem 1rem;
  background: #151515;
  color: white;
}
.roster-grid { grid-template-columns: repeat(4,1fr); }
.roster-card { padding: 1.35rem; border-left: 3px solid var(--gold); background: var(--panel); }
.roster-card h3 { font-size: 1.45rem; }
.roster-card p { margin: .45rem 0 0; color: var(--muted); font-size: .84rem; }
.timeline { position: relative; margin: 2.5rem 0 0; padding-left: 1.75rem; border-left: 2px solid rgba(213,170,75,.35); }
.timeline article { position: relative; padding: 0 0 2rem 1.3rem; }
.timeline article::before { content: ""; position: absolute; width: 12px; height: 12px; left: -2.17rem; top: .25rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px #17130a; }
.timeline strong { color: var(--gold-light); letter-spacing: .08em; }
.timeline h3 { margin: .25rem 0 .5rem; }
.timeline p { color: var(--muted); }
.quote { padding: 2rem; border-left: 4px solid var(--gold); background: var(--panel); font-size: 1.1rem; }
.quote cite { display: block; margin-top: .8rem; color: var(--gold-light); font-size: .85rem; font-style: normal; text-transform: uppercase; }
.harley-story-grid,
.harley-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.harley-story-copy p,
.harley-founder-copy p,
.harley-legacy-copy p {
  max-width: 64ch;
}
.harley-story-copy p:not(.eyebrow),
.harley-founder-copy p:not(.eyebrow),
.harley-legacy-copy p {
  color: #d0d0ce;
  font-size: 1.05rem;
  line-height: 1.8;
}
.harley-portrait,
.harley-champion-photo {
  position: relative;
  margin: 0;
  padding: .65rem;
  background: #1e1c17;
  border: 1px solid rgba(213, 170, 75, .42);
}
.harley-portrait img,
.harley-champion-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center 18%;
}
.harley-portrait figcaption,
.harley-champion-photo figcaption {
  padding: .7rem .2rem .15rem;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.45;
}
.harley-intro .stat-grid { margin-top: clamp(3rem, 6vw, 5rem); }
.harley-chronicle {
  border-block: 1px solid var(--line);
  background: linear-gradient(110deg, #151515, #090909);
}
.harley-timeline { max-width: 910px; }
.harley-timeline article { padding-bottom: 2.7rem; }
.harley-timeline article:last-child { padding-bottom: .4rem; }
.harley-timeline h3 { font-size: clamp(1.5rem, 3vw, 2.3rem); }
.harley-timeline p { max-width: 70ch; color: #ccc; font-size: 1rem; line-height: 1.75; }
.harley-founder {
  background: radial-gradient(circle at 90% 50%, rgba(213,170,75,.12), transparent 42%), #090909;
}
.harley-founder-grid { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
.harley-continuation { border-top: 1px solid var(--line); }
.harley-legacy-copy { columns: 2; column-gap: clamp(2rem, 6vw, 6rem); }
.harley-legacy-copy p { break-inside: avoid; }
.harley-end-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}
.harley-end-links a {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  background: var(--panel);
  font-weight: 700;
  text-decoration: none;
}
.harley-end-links a:hover { background: var(--panel-2); }
.harley-end-links span { color: var(--gold-light); font-size: 1.5rem; }
.schedule { width: 100%; max-width: 100%; border-collapse: collapse; overflow: hidden; border-radius: var(--radius); }
.schedule th, .schedule td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; }
.schedule th { background: var(--gold); color: #090909; text-transform: uppercase; }
.schedule td { background: #151515; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { padding-top: .8rem; color: var(--muted); }
.station-list { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.station-list span { padding: .55rem .75rem; border: 1px solid var(--line); background: #151515; font-weight: 700; }
.shop-card { overflow: hidden; }
.shop-art { aspect-ratio: 4/3; display: grid; place-items: center; background: radial-gradient(circle, rgba(213,170,75,.22), transparent 55%), #151515; }
.shop-art img { width: 62%; max-height: 80%; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0,0,0,.45)); }
.shop-art-image { overflow: hidden; }
.shop-art-image img { width: 100%; height: 100%; max-height: none; object-fit: cover; filter: none; }
.shop-card .event-body p { color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; }
.product-media {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle, rgba(213,170,75,.2), transparent 58%), #151515;
}
.product-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; }
.product-fallback { position: absolute; max-width: 88%; color: rgba(213,170,75,.5); font-size: clamp(2.1rem, 5vw, 4.7rem); line-height: .9; text-align: center; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.product-body h3 { margin-bottom: .65rem; }
.product-price { flex: 1; color: var(--muted); }
.product-body .btn { width: 100%; margin-top: .6rem; }
.home-merch-actions { justify-content: center; margin-top: 2rem; }
.shop-help { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); }
.shop-help h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.sale-page-hero { padding-bottom: clamp(3rem, 7vw, 5rem); }
.sale-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.sale-image { margin: 0; overflow: hidden; }
.sale-image img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; background: radial-gradient(circle, rgba(213,170,75,.2), transparent 58%), #111; }
.sale-image figcaption { padding: .8rem 1rem; color: var(--muted); font-size: .8rem; }
.sale-purchase { padding: clamp(1.5rem, 4vw, 3rem); }
.sale-purchase h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.sale-price { margin: 1rem 0; color: var(--gold-light); font: 800 clamp(2rem, 4vw, 3.4rem)/1 "Arial Narrow", "Roboto Condensed", Impact, sans-serif; }
.sale-description { color: #d0d0ce; font-size: 1.05rem; line-height: 1.75; }
.sale-choices { display: grid; gap: .65rem; margin: 1.6rem 0; }
.sale-choices > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .3rem 1rem; padding: 1rem; border: 1px solid var(--line); background: #111; }
.sale-choices span { font-weight: 800; }
.sale-choices strong { color: var(--gold-light); }
.sale-choices small { grid-column: 1 / -1; color: var(--muted); }
.sale-details { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 1.6rem 0; border: 1px solid var(--line); background: var(--line); }
.sale-details div { padding: 1rem; background: #141414; }
.sale-details dt { margin-bottom: .35rem; color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sale-details dd { margin: 0; color: #ddd; line-height: 1.5; }
.sale-primary-action { min-width: 180px; }
.sale-notice { margin: 1.4rem 0 0; padding: 1rem; border-left: 3px solid var(--gold); background: rgba(213,170,75,.08); color: #d7d1c3; font-size: .9rem; }
.sale-support { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); }
.sale-support h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.sale-support p:not(.eyebrow) { max-width: 60ch; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.contact-card { padding: 2rem; }
.contact-card h3 { margin-bottom: .75rem; }
.contact-card a { color: var(--gold-light); }
.legal { max-width: 850px; }
.legal h2 { margin: 2.5rem 0 1rem; font-size: 2rem; }
.legal h3 { margin: 2rem 0 .65rem; font-size: 1.4rem; }
.legal p, .legal li { color: #ccc; }
.cta-band { padding: 3rem 0; background: var(--gold); color: #090909; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { font-size: clamp(2rem,4vw,3.4rem); }
.cta-band .btn { background: #090909; color: white; }

.site-footer { border-top: 1px solid var(--line); background: #080808; }
.footer-main { display: grid; grid-template-columns: 1.2fr 2fr; gap: 4rem; padding: 4rem 0 2.5rem; }
.footer-brand img { width: 180px; margin-bottom: 1.2rem; }
.footer-brand p { max-width: 380px; color: var(--muted); }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.footer-links h3 { margin-bottom: .9rem; font-size: 1.15rem; }
.footer-links a { display: block; margin: .5rem 0; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--line); color: #8e8e8e; font-size: .78rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
[hidden] { display: none !important; }

.cookie-consent {
  position: fixed;
  z-index: 1200;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(213,170,75,.55);
  background: rgba(8,8,8,.98);
  box-shadow: 0 -16px 45px rgba(0,0,0,.45);
}
.cookie-consent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  padding: 1.35rem 0;
}
.cookie-consent-copy { min-width: 0; }
.cookie-consent-copy .eyebrow { margin-bottom: .35rem; }
.cookie-consent-copy h2 {
  margin: 0 0 .45rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.cookie-consent-copy p {
  max-width: 72ch;
  margin: 0;
  color: #c8c8c4;
  font-size: .95rem;
  line-height: 1.55;
}
.cookie-consent-copy a {
  display: inline-block;
  margin-top: .35rem;
  color: var(--gold-light);
  font-size: .88rem;
}
.cookie-consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: .75rem;
}
.cookie-consent-actions .btn { white-space: nowrap; }
.cookie-settings-button {
  position: fixed;
  z-index: 1100;
  bottom: 14px;
  left: 14px;
  padding: .65rem .8rem;
  border: 1px solid rgba(213,170,75,.6);
  border-radius: 999px;
  background: #111;
  color: #f2f2ef;
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
  font: 700 .78rem/1.1 Arial, sans-serif;
  cursor: pointer;
}
.cookie-settings-button:hover,
.cookie-settings-button:focus-visible {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

@media (max-width: 1100px) {
  .home-video-panel { grid-template-columns: minmax(0, 1fr); }
  .home-video-frame { width: 100%; }
}

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .nav-cta { display: none; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100svh - 72px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: .6rem 20px 1rem;
    border-bottom: 1px solid var(--line);
    background: #0b0b0b;
  }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 48px; padding: .85rem 0; }
  .event-grid, .card-grid, .shop-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roster-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split, .watch-panel { grid-template-columns: 1fr; }
  .split-media { min-height: 390px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:first-child { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr; gap: 2.5rem; }
  .harley-story-grid, .harley-founder-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: 2rem; }
}

@media (max-width: 820px) {
  .section-head { display: block; }
  .section-head p { margin-top: 1rem; }
  .harley-story-grid, .harley-founder-grid { grid-template-columns: 1fr; }
  .harley-portrait, .harley-champion-photo { width: min(100%, 480px); margin-inline: auto; }
  .harley-legacy-copy { columns: 1; }
  .harley-end-links { grid-template-columns: 1fr; }
  .sale-support, .shop-help { align-items: flex-start; }
  .cookie-consent-inner { align-items: stretch; flex-direction: column; gap: 1rem; }
  .cookie-consent-actions { width: 100%; }
  .cookie-consent-actions .btn { flex: 1 1 50%; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .announcement { font-size: .74rem; letter-spacing: .055em; }
  .announcement a { padding: .5rem .75rem; }
  .nav-inner { min-height: 72px; }
  .brand img { width: 122px; height: 54px; }
  .hero { min-height: min(660px, calc(100svh - 96px)); align-items: end; }
  .hero::before { background-position: 66% center; }
  .hero::after { background: linear-gradient(0deg, rgba(2,2,2,.99) 0%, rgba(2,2,2,.9) 50%, rgba(2,2,2,.34) 100%); }
  .hero-copy { padding: clamp(9rem, 34vw, 13rem) 0 3.5rem; }
  h1 { font-size: clamp(2.55rem, 13vw, 4.5rem); }
  .button-row .btn { flex: 1 1 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 4rem 0; }
  .section-tight { padding: 2.25rem 0; }
  .event-grid, .card-grid, .roster-grid, .shop-grid, .product-grid, .news-grid, .contact-grid, .event-note-grid { grid-template-columns: 1fr; }
  .news-card:first-child { grid-column: auto; }
  .event-card img { aspect-ratio: 16/10; }
  .split-media { min-height: 320px; }
  .page-hero { padding: 4.5rem 0 3.5rem; }
  .page-hero.photo { min-height: min(610px, calc(100svh - 96px)); align-items: end; background-position: 69% center; }
  .page-hero.photo::before { background: linear-gradient(0deg, rgba(0,0,0,.99), rgba(0,0,0,.68) 70%, rgba(0,0,0,.2)); }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .roster-grid { grid-template-columns: 1fr 1fr; }
  .schedule { display: block; overflow-x: auto; overscroll-behavior-inline: contain; white-space: nowrap; -webkit-overflow-scrolling: touch; }
  .cta-band .container { display: block; }
  .cta-band .btn { margin-top: 1.25rem; width: 100%; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .harley-story-grid, .harley-founder-grid { grid-template-columns: 1fr; }
  .harley-portrait, .harley-champion-photo { max-width: 440px; }
  .harley-legacy-copy { columns: 1; }
  .harley-end-links { grid-template-columns: 1fr; }
  .event-detail-grid { grid-template-columns: 1fr; }
  .event-visual-column { width: min(100%, 560px); }
  .event-date-block { min-height: 220px; }
  .event-facts { grid-template-columns: 1fr; }
  .shop-help { display: block; }
  .shop-help .button-row { margin-top: 1.25rem; }
  .sale-layout { grid-template-columns: 1fr; }
  .sale-details { grid-template-columns: 1fr; }
  .sale-support { display: block; }
  .sale-support .button-row { margin-top: 1.25rem; }
  .home-video-panel .video-copy { padding: 1.6rem; }
  .video-art:not(.video-embed) { min-height: 280px; }
  .timeline { padding-left: 1.3rem; }
  .timeline article { padding-left: 1rem; }
  .timeline article::before { left: -1.72rem; }
  .contact-card { padding: 1.5rem; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 20px), var(--max)); }
  h1 { font-size: clamp(2.3rem, 11.5vw, 3.65rem); }
  h2 { font-size: clamp(2.05rem, 10vw, 3.2rem); }
  h3 { font-size: clamp(1.3rem, 7vw, 1.8rem); }
  .cookie-consent-inner { width: min(calc(100% - 24px), var(--max)); }
  .cookie-consent-actions { flex-direction: column-reverse; }
  .cookie-consent-actions .btn { width: 100%; }
  .cookie-settings-button { right: 10px; bottom: 10px; left: auto; }
  .eyebrow { letter-spacing: .12em; }
  .nav-links { padding-inline: 14px; }
  .hero-copy { padding-top: clamp(8rem, 32vw, 11rem); }
  .button-row { width: 100%; }
  .button-row .btn,
  .shop-help .btn,
  .sale-support .btn,
  .contact-card .btn { width: 100%; }
  .event-body, .product-body { padding: 1.15rem; }
  .split-copy, .video-copy { padding: 1.5rem; }
  .split-media { min-height: 270px; }
  .page-hero::after { right: -42%; width: 360px; }
  .page-hero.photo { min-height: min(560px, calc(100svh - 96px)); }
  .stat-grid { grid-template-columns: 1fr; }
  .roster-grid { grid-template-columns: 1fr; }
  .event-date-block { min-height: 190px; }
  .event-date-block strong { font-size: clamp(4.5rem, 28vw, 6.5rem); }
  .ticket-checkout { padding: 1.2rem; }
  .sale-purchase { padding: 1.25rem; }
  .sale-choices > div { grid-template-columns: 1fr; }
  .sale-choices strong { justify-self: start; }
  .footer-main { padding-top: 3rem; }
  .footer-links { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { padding-bottom: calc(1.2rem + env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
  h1 { font-size: clamp(1.95rem, 12vw, 3rem); }
  .hero .lede, .page-hero .lede { font-size: 1rem; line-height: 1.55; }
}

@media (max-height: 620px) and (orientation: landscape) {
  .hero, .page-hero.photo { min-height: auto; }
  .hero-copy { padding: 4rem 0; }
  .page-hero.photo { padding-block: 4rem; }
  .nav-links { max-height: calc(100svh - 64px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
