/* ELITE Ltd — Track Days at Grand Bend Motorplex */
:root {
  --black: #0a0a0a;
  --dark: #141414;
  --grey-900: #1a1a1a;
  --grey-700: #4a4a4a;
  --grey-500: #7a7a7a;
  --grey-300: #c8c8c8;
  --grey-100: #f2f2f2;
  --white: #ffffff;
  --red: #e10600;
  --red-dark: #b80500;
  --blue: #ffffff;
  --gold: #ffc72c;
  --green: #22c55e;
  --cream: #fff5f5;
  --font-display: 'Bebas Neue', 'Rajdhani', 'Inter', sans-serif;
  --font-body: 'Inter', 'DM Sans', sans-serif;
  --shadow: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --radius: 6px;
  --radius-lg: 12px;
  --max: 1280px;
  --header-h: 64px;
  --transition: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-size: 0.9375rem; line-height: 1.6; color: var(--grey-900); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
button { font-family: inherit; cursor: pointer; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 1rem; }
.skip-link { position: absolute; top: -100%; left: 1rem; background: var(--red); color: var(--white); padding: 0.5rem 1rem; z-index: 9999; border-radius: var(--radius); }
.skip-link:focus { top: 0.75rem; }

/* Sale banner */
.sale-banner { background: var(--red); color: var(--white); text-align: center; padding: 0.5rem 1rem; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.03em; }
.sale-banner a { color: var(--white); text-decoration: underline; }
.countdown { display: inline-flex; gap: 0.5rem; margin-left: 0.75rem; font-variant-numeric: tabular-nums; }
.countdown span { background: rgba(0,0,0,0.25); padding: 0.125rem 0.375rem; border-radius: 3px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--black); }
.header-top { display: none; }
.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  padding: 0.5rem 1rem;
  max-width: var(--max);
  margin: 0 auto;
  gap: 0.5rem;
}
.logo { display: flex; align-items: center; gap: 0.5rem; color: var(--white); flex: 1; min-width: 0; }
.logo-mark { width: 36px; height: 36px; min-width: 36px; background: var(--red); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; overflow: hidden; }
.logo-img { height: 28px; width: auto; max-width: min(130px, 42vw); min-width: 0; object-fit: contain; border-radius: 0; }
.logo-text { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: 0.06em; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.logo-text small { display: block; font-family: var(--font-body); font-size: 0.5625rem; letter-spacing: 0.15em; color: var(--grey-500); font-weight: 500; text-transform: uppercase; }

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 0.625rem;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  z-index: 2;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--white); transition: var(--transition); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.main-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--dark);
  border-top: 1px solid var(--grey-900);
  padding: 0.5rem 0 1rem;
  max-height: calc(100vh - var(--header-h));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: var(--shadow-lg);
}
.main-nav.is-open { display: block; }
.main-nav ul { list-style: none; }
.main-nav a {
  display: block;
  padding: 0.875rem 1rem;
  min-height: 44px;
  color: var(--grey-300);
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.main-nav a:hover, .main-nav a.active { color: var(--white); background: rgba(255,255,255,0.05); }
.main-nav-search { display: none; padding: 0.75rem 1rem 0.5rem; }

.header-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.search-input {
  display: none;
  padding: 0.5rem 1rem;
  border: 1px solid var(--grey-700);
  border-radius: var(--radius);
  background: var(--grey-900);
  color: var(--white);
  font-size: 0.875rem;
  width: 200px;
}
.search-input::placeholder { color: var(--grey-500); }
.cart-btn { position: relative; background: none; border: none; color: var(--white); padding: 0.5rem; display: flex; align-items: center; }
.cart-count { position: absolute; top: 0; right: 0; background: var(--red); color: var(--white); font-size: 0.625rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: none; align-items: center; justify-content: center; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.75rem 1.25rem;
  min-height: 44px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 2px solid transparent;
  border-radius: var(--radius);
  transition: var(--transition);
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
}
.btn-primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-secondary { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-secondary:hover { background: var(--grey-100); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.btn-outline-dark { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline-dark:hover { background: var(--black); color: var(--white); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.75rem; }
.btn-block { width: 100%; }
.btn.added { background: var(--green); border-color: var(--green); }
.btn-group { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero { position: relative; min-height: auto; display: block; background: #07070f; color: var(--white); overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(225,6,0,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 30%, rgba(255,199,44,0.08) 0%, transparent 55%),
    linear-gradient(160deg, #0a0a0a 0%, #141414 45%, #0a0a0a 100%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 100%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.hero-orb--purple { width: 480px; height: 480px; background: rgba(225,6,0,0.2); top: -120px; left: -100px; }
.hero-orb--cyan { width: 360px; height: 360px; background: rgba(255,199,44,0.1); bottom: -80px; right: 10%; }
.hero-accent-line { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(225,6,0,0.7), rgba(255,199,44,0.5), transparent); z-index: 2; }
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 2.5rem;
  align-items: center;
  padding-block: 2.75rem 3rem;
}
.hero-copy { max-width: 560px; }
.hero-eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.125rem, 5.5vw, 3.5rem);
  line-height: 1.08; letter-spacing: -0.03em;
  margin-bottom: 1.125rem; color: var(--white);
}
.hero-gradient {
  background: linear-gradient(135deg, #ffffff 0%, #ffc72c 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-lead { font-size: clamp(0.9375rem, 2vw, 1.0625rem); color: rgba(255,255,255,0.62); line-height: 1.75; margin-bottom: 1.75rem; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.hero-actions .btn { text-transform: none; letter-spacing: 0; font-size: 0.9375rem; font-weight: 600; }
.btn-ghost {
  background: rgba(255,255,255,0.07); color: var(--white);
  border: 1px solid rgba(255,255,255,0.18);
  text-transform: none; letter-spacing: 0; font-weight: 600; font-size: 0.9375rem;
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); transform: translateY(-1px); }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; font-size: 0.8125rem; color: rgba(255,255,255,0.45); }
.hero-trust-stars { color: var(--gold); letter-spacing: 1px; }
.hero-trust-sep { opacity: 0.4; }

.hero-visual { width: 100%; max-width: 440px; margin: 0 auto; }
.hero-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 0.75rem;
}
.hero-bento-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.25rem;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: var(--white);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  min-height: 110px;
  position: relative;
  overflow: hidden;
}
.hero-bento-item::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
}
.hero-bento-item--large {
  grid-row: span 2;
  min-height: 0;
  background: linear-gradient(145deg, rgba(124,58,237,0.25) 0%, rgba(6,182,212,0.08) 100%);
}
.hero-bento-item--large::before {
  background: radial-gradient(circle at 80% 20%, rgba(167,139,250,0.2) 0%, transparent 60%);
}
.hero-bento-item:nth-child(2) { background: linear-gradient(145deg, rgba(6,182,212,0.12) 0%, rgba(255,255,255,0.03) 100%); }
.hero-bento-item:nth-child(3) { background: linear-gradient(145deg, rgba(124,58,237,0.15) 0%, rgba(255,255,255,0.03) 100%); }
.hero-bento-item--wide {
  grid-column: span 2;
  min-height: 90px;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(90deg, rgba(124,58,237,0.12) 0%, rgba(6,182,212,0.1) 100%);
}
.hero-bento-item--wide .hero-bento-sub { margin-left: auto; text-align: right; }
.hero-bento-item:hover {
  border-color: rgba(167,139,250,0.4);
  background-color: rgba(255,255,255,0.07);
  transform: translateY(-2px);
}
.hero-bento-icon {
  display: flex;
  color: var(--gold);
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.hero-bento-item--wide .hero-bento-icon { margin-bottom: 0; }
.hero-bento-label {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.hero-bento-item--large .hero-bento-label { font-size: 1.125rem; }
.hero-bento-sub {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  position: relative;
  z-index: 1;
}
.hero-bento-item--wide .hero-bento-label { font-size: 1rem; }

/* Sections */
.section { padding: 3.5rem 0; }
.section-dark { background: var(--dark); color: var(--white); }
.section-grey { background: var(--grey-100); }
.section-header { text-align: center; margin-bottom: 2.5rem; }
.section-header h2 { font-family: var(--font-display); font-size: clamp(1.75rem, 4vw, 2.75rem); text-transform: none; letter-spacing: 0.02em; margin-bottom: 0.5rem; }
.section-header p { color: var(--grey-500); max-width: 50ch; margin: 0 auto; }
.section-label { display: block; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--red); margin-bottom: 0.375rem; }
.section-dark .section-header p { color: var(--grey-500); }
.section-dark h2 { color: var(--white); }

/* Category tiles */
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.cat-tile { position: relative; aspect-ratio: 1; border-radius: var(--radius-lg); overflow: hidden; display: flex; align-items: flex-end; padding: 1rem; color: var(--white); transition: transform var(--transition); }
.cat-tile:hover { transform: scale(1.02); }
.cat-tile-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.cat-tile-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.35) 100%); }
.cat-tile h3 { position: relative; z-index: 1; font-family: var(--font-display); font-size: 1.125rem; text-transform: uppercase; letter-spacing: 0.04em; }
.cat-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%); z-index: 0; }

/* League bar */
.league-bar { display: flex; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.5rem; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.league-bar::-webkit-scrollbar { display: none; }
.league-pill { flex-shrink: 0; padding: 0.75rem 1.5rem; background: var(--white); border: 2px solid var(--grey-300); border-radius: 100px; font-weight: 700; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.05em; transition: var(--transition); white-space: nowrap; }
.league-pill:hover, .league-pill.active { background: var(--black); color: var(--white); border-color: var(--black); }

/* Product grid */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.product-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: box-shadow var(--transition); }
.product-card:hover { box-shadow: var(--shadow-lg); }
.product-card-link { flex: 1; display: flex; flex-direction: column; color: inherit; }
.product-image { position: relative; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--grey-100); }
.product-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .product-img { transform: scale(1.05); }
.product-jersey-preview { font-family: var(--font-display); font-size: 2rem; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.1em; }
.product-badge { position: absolute; top: 0.75rem; left: 0.75rem; padding: 0.25rem 0.625rem; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 3px; color: var(--white); }
.badge-bestseller, .badge-bestsellers { background: var(--gold); color: var(--white); }
.badge-new { background: var(--blue); }
.badge-sale { background: var(--red); }
.badge-limited { background: var(--black); }
.badge-popular { background: var(--red); }
.badge-free { background: var(--green); }
.badge-used { background: var(--grey-700); }
.badge-custom { background: linear-gradient(135deg, var(--blue), var(--red)); }
.badge-wholesale { background: var(--grey-900); color: var(--blue); border: 1px solid var(--blue); }
.product-card-body { padding: 1rem; flex: 1; display: flex; flex-direction: column; gap: 0.25rem; }
.product-league { font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey-500); }
.product-name { font-size: 0.875rem; font-weight: 600; line-height: 1.3; color: var(--black); }
.product-team { font-size: 0.75rem; color: var(--grey-500); }
.product-price-row { display: flex; align-items: baseline; gap: 0.5rem; margin-top: 0.25rem; }
.price { font-weight: 700; font-size: 1rem; color: var(--black); }
.price-sale { font-weight: 700; font-size: 1rem; color: var(--red); }
.price-original { font-size: 0.8125rem; color: var(--grey-500); text-decoration: line-through; }
.product-availability { font-size: 0.6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-top: auto; }
.in-stock { color: var(--green); }
.low-stock { color: var(--gold); }
.out-of-stock { color: var(--red); }
.product-card .btn-contact { margin: 0 1rem 1rem; display: flex; text-align: center; }

/* Catalog display mode */
.catalog-banner { background: var(--grey-900); }
.catalog-notice {
  background: var(--grey-100);
  border-left: 3px solid var(--blue);
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-radius: var(--radius);
}
.price-note { display: block; font-size: 0.75rem; font-weight: 500; color: var(--grey-500); margin-top: 0.25rem; }
.size-display { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.size-tag {
  padding: 0.5rem 0.875rem;
  border: 2px solid var(--grey-300);
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.8125rem;
  background: var(--grey-100);
}
.header-cta { display: inline-flex; font-size: 0.6875rem; padding: 0.5rem 0.75rem; }

/* Tabs */
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--grey-300);
  margin-bottom: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar { display: none; }
.tab-btn { padding: 0.75rem 1.25rem; background: none; border: none; font-weight: 600; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--grey-500); border-bottom: 2px solid transparent; margin-bottom: -2px; white-space: nowrap; transition: var(--transition); }
.tab-btn.active { color: var(--black); border-bottom-color: var(--red); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* Trust */
.trust-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.trust-item { text-align: center; padding: 1.5rem; }
.trust-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.trust-item h3 { font-size: 0.9375rem; font-weight: 700; margin-bottom: 0.375rem; text-transform: uppercase; letter-spacing: 0.03em; }
.trust-item p { font-size: 0.8125rem; color: var(--grey-500); }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.review-card { background: var(--white); padding: 1.5rem; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.review-stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 0.5rem; font-size: 0.875rem; }
.review-text { font-size: 0.9375rem; font-style: italic; margin-bottom: 0.75rem; line-height: 1.6; }
.review-meta { font-size: 0.75rem; color: var(--grey-500); font-weight: 600; }

/* Instagram */
.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.insta-item { aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; display: block; transition: transform var(--transition); position: relative; background: var(--grey-200); }
.insta-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.insta-item:hover { transform: scale(1.03); }
.pdp-main-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pdp-main-image:has(.pdp-main-img) { background: var(--grey-100); padding: 1rem; }

/* Newsletter */
.newsletter { background: var(--black); color: var(--white); padding: 3.5rem 0; text-align: center; }
.newsletter h2 { font-family: var(--font-display); font-size: 2rem; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.5rem; }
.newsletter p { color: var(--grey-500); margin-bottom: 1.5rem; max-width: 45ch; margin-left: auto; margin-right: auto; }
.newsletter-form { display: flex; flex-direction: column; gap: 0.5rem; max-width: 440px; margin: 0 auto; }
.newsletter-form input { padding: 0.875rem 1rem; border: 1px solid var(--grey-700); border-radius: var(--radius); background: var(--dark); color: var(--white); font-size: 0.9375rem; }
.newsletter-form input::placeholder { color: var(--grey-500); }
.newsletter-form input:focus { outline: none; border-color: var(--red); }

/* Shop layout */
.shop-layout { display: grid; grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 0; }
.shop-sidebar { background: var(--grey-100); border-radius: var(--radius-lg); padding: 1.25rem; }
.filter-group { margin-bottom: 1.25rem; }
.filter-group h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.filter-group label { display: flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0; font-size: 0.8125rem; cursor: pointer; }
.filter-group input[type="checkbox"] { accent-color: var(--red); }
.filter-group select { width: 100%; padding: 0.5rem; border: 1px solid var(--grey-300); border-radius: var(--radius); font-size: 0.8125rem; background: var(--white); }
.shop-toolbar { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.shop-search { flex: 1; min-width: 200px; padding: 0.625rem 1rem; border: 2px solid var(--grey-300); border-radius: var(--radius); font-size: 0.875rem; }
.shop-search:focus { outline: none; border-color: var(--black); }
.shop-results-count { font-size: 0.8125rem; color: var(--grey-500); }
.filter-toggle { display: flex; }

/* Product detail */
.pdp-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 2rem 0; }
.pdp-gallery { position: relative; }
.pdp-main-image { aspect-ratio: 1; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pdp-main-image span { font-family: var(--font-display); font-size: 4rem; color: rgba(255,255,255,0.2); text-transform: uppercase; }
.pdp-thumbs { display: flex; gap: 0.5rem; margin-top: 0.75rem; }
.pdp-thumb { width: 64px; height: 64px; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.625rem; font-weight: 700; color: rgba(255,255,255,0.5); }
.pdp-thumb.active { border-color: var(--black); }
.pdp-info h1 { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2.25rem); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 0.5rem; }
.pdp-league { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey-500); margin-bottom: 0.25rem; }
.pdp-rating { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; font-size: 0.875rem; }
.pdp-rating .stars { color: var(--gold); }
.pdp-price { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; }
.pdp-price .price { font-size: 1.75rem; }
.pdp-desc { color: var(--grey-700); margin-bottom: 1.5rem; line-height: 1.7; }
.size-selector { margin-bottom: 1.5rem; }
.size-selector h4 { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.5rem; }
.size-options { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.size-btn { min-width: 48px; padding: 0.625rem 0.75rem; border: 2px solid var(--grey-300); border-radius: var(--radius); background: var(--white); font-weight: 600; font-size: 0.8125rem; transition: var(--transition); }
.size-btn:hover, .size-btn.selected { border-color: var(--black); background: var(--black); color: var(--white); }
.pdp-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 2rem; }
.pdp-shipping { background: var(--grey-100); padding: 1rem; border-radius: var(--radius); font-size: 0.8125rem; }
.pdp-shipping h4 { font-weight: 700; margin-bottom: 0.375rem; text-transform: uppercase; font-size: 0.6875rem; letter-spacing: 0.1em; }
.pdp-shipping p { color: var(--grey-700); margin: 0; }

/* Team page */
.team-hero { position: relative; padding: 4rem 0; color: var(--white); overflow: hidden; }
.team-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.team-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.45) 100%); }
.team-hero-content { position: relative; z-index: 1; }
.team-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 6vw, 3.5rem); text-transform: none; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.team-hero p { font-size: 1.0625rem; opacity: 0.85; max-width: 50ch; }
.team-history { max-width: 720px; }
.team-history h2 { font-family: var(--font-display); font-size: 1.75rem; text-transform: uppercase; margin-bottom: 1rem; }
.team-history p { color: var(--grey-700); margin-bottom: 1rem; line-height: 1.7; }

/* About */
.about-hero-img { aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 2rem; background: var(--grey-200); }
.about-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
.values-row { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.contact-card { background: var(--grey-100); padding: 1.5rem; border-radius: var(--radius-lg); }
.contact-item { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.contact-item:last-child { margin-bottom: 0; }
.contact-item-icon { width: 40px; height: 40px; background: var(--white); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item h3 { font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey-500); margin-bottom: 0.125rem; }
.contact-item p { font-weight: 500; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.form-card { background: var(--white); padding: 1.5rem; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-size: 0.8125rem; font-weight: 600; margin-bottom: 0.25rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.625rem 0.875rem; border: 1px solid var(--grey-300); border-radius: var(--radius); font-size: 0.9375rem; font-family: inherit; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--black); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-success { display: none; background: #dcfce7; color: #166534; padding: 0.75rem; border-radius: var(--radius); margin-top: 0.75rem; font-size: 0.875rem; }
.form-success.visible { display: block; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--grey-300); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; background: none; border: none; text-align: left; font-weight: 600; font-size: 0.9375rem; cursor: pointer; }
.faq-q:hover { color: var(--red); }
.faq-icon { font-size: 1.25rem; color: var(--grey-500); transition: transform var(--transition); }
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--red); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a-inner { padding-bottom: 1rem; color: var(--grey-700); font-size: 0.875rem; line-height: 1.7; }
.faq-item.open .faq-a { max-height: 500px; }

/* Page hero */
.page-hero { background: var(--black); color: var(--white); padding: 2.5rem 0; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(1.75rem, 4vw, 2.5rem); text-transform: none; letter-spacing: -0.01em; }
.breadcrumb { font-size: 0.75rem; color: var(--grey-500); margin-bottom: 0.75rem; }
.breadcrumb a { color: var(--grey-500); }
.breadcrumb a:hover { color: var(--white); }

/* Footer */
.site-footer { background: var(--black); color: var(--grey-500); padding: 3rem 0 calc(1.5rem + env(safe-area-inset-bottom)); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer-col h4 { color: var(--white); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.375rem; }
.footer-col a { font-size: 0.8125rem; color: var(--grey-500); }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid var(--grey-900); padding-top: 1.5rem; text-align: center; font-size: 0.75rem; }
.footer-seo { font-size: 0.6875rem; color: var(--grey-700); margin-top: 0.5rem; line-height: 1.8; }

/* Collections banner */
.collection-banner { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.collection-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 200px; display: flex; align-items: flex-end; padding: 1.5rem; color: var(--white); }
.collection-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.collection-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85), transparent 60%); }
.collection-card h3 { position: relative; z-index: 1; font-family: var(--font-display); font-size: 1.5rem; text-transform: uppercase; margin-bottom: 0.25rem; }
.collection-card p { position: relative; z-index: 1; font-size: 0.8125rem; opacity: 0.8; margin-bottom: 0.75rem; }
.collection-card .btn { position: relative; z-index: 1; }

/* Responsive */
@media (min-width: 640px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-grid { grid-template-columns: repeat(6, 1fr); }
  .newsletter-form { flex-direction: row; }
  .newsletter-form input { flex: 1; }
  .collection-banner { grid-template-columns: repeat(2, 1fr); }
  .values-row { grid-template-columns: repeat(3, 1fr); }
}

/* Mobile-first overrides */
@media (max-width: 767px) {
  body.nav-open { overflow: hidden; }

  .sale-banner {
    font-size: 0.75rem;
    line-height: 1.45;
    padding: 0.625rem max(1.25rem, env(safe-area-inset-left)) 0.625rem max(1.25rem, env(safe-area-inset-right));
  }

  .logo-text small { display: none; }

  .header-cta {
    padding: 0.5rem 0.75rem;
    font-size: 0.6875rem;
    min-height: 40px;
  }

  .main-nav-search {
    display: block;
  }

  .main-nav-search .search-input {
    display: block;
    width: 100%;
    font-size: 1rem;
    min-height: 44px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-block: 2rem 2.5rem;
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(1.875rem, 8vw, 2.375rem);
  }

  .hero-lead {
    margin-bottom: 1.25rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .section {
    padding: 2.5rem 0;
  }

  .section-header {
    margin-bottom: 1.75rem;
  }

  .product-grid {
    gap: 0.75rem;
  }

  .product-card-body {
    padding: 0.75rem;
  }

  .product-name {
    font-size: 0.8125rem;
  }

  .product-jersey-preview {
    font-size: 1.5rem;
  }

  .product-card .btn-contact {
    margin: 0 0.75rem 0.75rem;
    font-size: 0.6875rem;
    padding: 0.625rem 0.5rem;
    min-height: 40px;
  }

  .cat-tile h3 {
    font-size: 0.875rem;
  }

  .league-pill {
    padding: 0.625rem 1.125rem;
    font-size: 0.75rem;
  }

  .tab-btn {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .trust-item {
    padding: 1rem;
  }

  .collection-card {
    min-height: 160px;
    padding: 1.25rem;
  }

  .collection-card h3 {
    font-size: 1.25rem;
  }

  .pdp-layout {
    padding: 1.25rem 0;
    gap: 1.5rem;
  }

  .pdp-main-image span {
    font-size: 2.5rem;
  }

  .pdp-actions {
    flex-direction: column;
  }

  .pdp-actions .btn {
    width: 100%;
  }

  .team-hero {
    padding: 2.5rem 0;
  }

  .team-hero p {
    font-size: 0.9375rem;
  }

  .page-hero {
    padding: 2rem 0;
  }

  .contact-card .btn-group,
  .contact-layout .btn-group {
    flex-direction: column;
  }

  .contact-card .btn-group .btn,
  .contact-layout .btn-group .btn {
    width: 100%;
  }

  .newsletter {
    padding: 2.5rem 1rem;
  }

  .newsletter h2 {
    font-size: 1.75rem;
  }

  .footer-grid {
    gap: 1.5rem;
  }

  .footer-seo {
    font-size: 0.625rem;
  }

  .faq-q {
    font-size: 0.875rem;
    padding: 0.875rem 0;
  }
}

@media (max-width: 359px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

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

  .logo-text {
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .filter-toggle { display: flex !important; }
}

@media (min-width: 768px) {
  .header-main {
    height: var(--header-h);
    padding: 0 1rem;
    gap: 1rem;
  }

  .logo {
    flex: 0 1 auto;
  }

  .logo-text {
    font-size: 1.375rem;
  }

  .header-top { display: block; background: var(--dark); text-align: center; padding: 0.375rem 1rem; font-size: 0.6875rem; color: var(--grey-500); letter-spacing: 0.05em; }
  .nav-toggle { display: none; }
  .main-nav {
    display: block;
    position: static;
    background: none;
    border: none;
    padding: 0;
    max-height: none;
    overflow: visible;
    box-shadow: none;
  }
  .main-nav ul { display: flex; gap: 0.25rem; }
  .main-nav a { padding: 0.5rem 0.75rem; font-size: 0.75rem; min-height: auto; }
  .main-nav a:hover, .main-nav a.active { background: none; color: var(--white); border-bottom: 2px solid var(--red); }
  .main-nav-search { display: none !important; }
  .search-input { display: block; }
  .header-cta { display: inline-flex; font-size: 0.75rem; padding: 0.5rem 1rem; }
  .shop-layout { grid-template-columns: 240px 1fr; }
  .filter-toggle { display: none; }
  .pdp-layout { grid-template-columns: 1fr 1fr; }
  .pdp-actions { flex-direction: row; }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (min-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .section { padding: 4.5rem 0; }
}

/* ── Enhanced layout & polish ── */

.site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
  backdrop-filter: blur(12px);
  background: rgba(10,10,18,0.92);
}

.stats-bar {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 2rem 0;
}
.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0.375rem;
  background: linear-gradient(135deg, var(--white), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-item span { font-size: 0.8125rem; color: var(--grey-500); }

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  counter-reset: step;
}
.process-step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--grey-300);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.process-step:hover {
  border-color: var(--red);
  box-shadow: 0 8px 32px rgba(225,6,0,0.12);
}
.process-num {
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--blue));
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.process-step p { font-size: 0.8125rem; color: var(--grey-500); line-height: 1.6; }

.cat-tile {
  aspect-ratio: 4/3;
  border: 1px solid transparent;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.cat-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(225,6,0,0.4);
  box-shadow: 0 12px 40px rgba(225,6,0,0.15);
}
.cat-tile-desc {
  position: relative;
  z-index: 1;
  font-size: 0.6875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-body);
  font-weight: 400;
}
.cat-tile h3 { text-transform: none; font-size: 1rem; letter-spacing: 0; }

.product-card {
  border: 1px solid var(--grey-300);
  box-shadow: none;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(225,6,0,0.3);
  box-shadow: 0 12px 32px rgba(225,6,0,0.1);
}

.trust-item {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--grey-300);
  transition: border-color var(--transition);
}
.trust-item:hover { border-color: var(--red); }
.trust-icon-wrap {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(225,6,0,0.15), rgba(255,199,44,0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--red);
}
.trust-item h3 { text-transform: none; letter-spacing: 0; }

.reviews-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.reviews-score {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
}
.reviews-score span { font-size: 1.25rem; color: var(--gold); }
.review-card {
  border: 1px solid var(--grey-300);
  box-shadow: none;
  transition: border-color var(--transition);
}
.review-card:hover { border-color: var(--red); }

.social-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(135deg, var(--dark) 0%, #1a1030 100%);
  border-radius: var(--radius-lg);
  padding: 2rem;
  color: var(--white);
  border: 1px solid rgba(124,58,237,0.25);
}
.social-cta-content h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.social-cta-content p { color: var(--grey-500); font-size: 0.9375rem; margin-bottom: 1.25rem; }
.social-cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.cta-section {
  background: linear-gradient(135deg, var(--black) 0%, #1a0a2e 50%, var(--dark) 100%);
  color: var(--white);
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(124,58,237,0.2) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.75rem;
}
.cta-section p {
  color: var(--grey-500);
  max-width: 42ch;
  margin: 0 auto 1.75rem;
  font-size: 1rem;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.mobile-action-bar {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--black);
  border-top: 1px solid var(--grey-900);
  padding: 0.5rem 1rem calc(0.5rem + env(safe-area-inset-bottom));
  gap: 0.5rem;
}
.mobile-action-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.75rem;
  border-radius: var(--radius);
  font-size: 0.8125rem;
  font-weight: 700;
  min-height: 44px;
}
.mobile-action-bar .action-call {
  background: var(--red);
  color: var(--white);
}
.mobile-action-bar .action-directions {
  background: var(--grey-900);
  color: var(--white);
  border: 1px solid var(--grey-700);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.btn-primary {
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 4px 16px rgba(225, 6, 0, 0.25);
}
.btn-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  box-shadow: 0 6px 24px rgba(225, 6, 0, 0.35);
  transform: translateY(-1px);
}
.btn { transition: var(--transition), transform 0.15s ease, box-shadow 0.15s ease; }

.league-pill {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  border-color: var(--grey-300);
}
.league-pill:hover, .league-pill.active {
  background: linear-gradient(135deg, var(--red), var(--blue));
  border-color: transparent;
  color: var(--white);
}

.tab-btn { text-transform: none; letter-spacing: 0; }
.tab-btn.active { color: var(--red); border-bottom-color: var(--red); }

.newsletter { display: none; }

@media (min-width: 768px) {
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 3rem; padding-block: 4rem 5rem; align-items: center; }
  .hero-visual { max-width: none; margin: 0; }
  .stats-bar-grid { grid-template-columns: repeat(4, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .social-cta { grid-template-columns: 1fr auto; padding: 2.5rem 3rem; }
  .mobile-action-bar { display: none; }
  body { padding-bottom: 0; }
}

@media (max-width: 767px) {
  body.has-mobile-bar { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }

  html { -webkit-text-size-adjust: 100%; }
  body { -webkit-tap-highlight-color: rgba(124, 58, 237, 0.15); }

  .container { padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); }

  /* Header — compact */
  .header-top { display: none; }
  .header-main {
    min-height: 56px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
  }
  .header-actions .search-input { display: none !important; }
  .header-cta { display: none; }
  .logo-text { font-size: 1.125rem; }
  .logo-img { height: 26px; max-width: min(120px, 40vw); width: auto; min-width: 0; }

  .main-nav {
    left: 0; right: 0;
    padding-top: 0.75rem;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
    max-height: calc(100dvh - 56px);
  }
  .main-nav a {
    font-size: 1rem;
    padding: 1rem 1.25rem;
    min-height: 52px;
    text-transform: none;
    letter-spacing: 0;
  }

  .sale-banner {
    font-size: 0.6875rem;
    line-height: 1.4;
    padding: 0.5rem max(1.25rem, env(safe-area-inset-left)) 0.5rem max(1.25rem, env(safe-area-inset-right));
  }

  /* Hero */
  .hero-inner { padding-block: 1.5rem 2rem; gap: 1.25rem; }
  .hero-eyebrow { font-size: 0.75rem; margin-bottom: 0.75rem; }
  .hero h1 { font-size: clamp(1.75rem, 7.5vw, 2.25rem); line-height: 1.12; }
  .hero-lead { font-size: 0.9375rem; line-height: 1.65; margin-bottom: 1.25rem; }
  .hero-actions { gap: 0.625rem; }
  .hero-actions .btn { min-height: 48px; font-size: 1rem; }
  .hero-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    font-size: 0.8125rem;
  }
  .hero-trust-sep { display: none; }

  /* Hero bento — compact 2×2 */
  .hero-bento { gap: 0.5rem; }
  .hero-bento-item {
    min-height: 80px;
    padding: 0.875rem;
    border-radius: 12px;
  }
  .hero-bento-item--large {
    grid-row: span 1;
    min-height: 80px;
  }
  .hero-bento-item--wide {
    flex-direction: row;
    align-items: center;
    min-height: 72px;
  }
  .hero-bento-item--wide .hero-bento-sub {
    margin-left: auto;
    text-align: right;
    font-size: 0.6875rem;
  }
  .hero-bento-label { font-size: 0.8125rem; }
  .hero-bento-item--large .hero-bento-label { font-size: 0.875rem; }
  .hero-bento-icon { margin-bottom: 0.25rem; }
  .hero-bento-icon svg { width: 22px; height: 22px; }
  .hero-bento-item--wide .hero-bento-icon { margin-bottom: 0; }

  /* Stats */
  .stats-bar { padding: 1.25rem 0; }
  .stats-bar-grid { gap: 0.75rem 1rem; }
  .stat-item strong { font-size: 1.375rem; }
  .stat-item span { font-size: 0.6875rem; line-height: 1.3; }

  /* Sections */
  .section { padding: 2.25rem 0; }
  .section-header { margin-bottom: 1.5rem; }
  .section-header h2 { font-size: clamp(1.5rem, 5vw, 1.875rem); }
  .section-header p { font-size: 0.875rem; }

  /* Category tiles — list style, easy to tap */
  .cat-grid { grid-template-columns: 1fr; gap: 0.625rem; }
  .cat-tile {
    aspect-ratio: auto;
    min-height: 72px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem;
    gap: 0.875rem;
  }
  .cat-tile-bg { opacity: 0.35; }
  .cat-tile-bg::after { background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 100%); }
  .cat-tile h3 { font-size: 0.9375rem; white-space: nowrap; }
  .cat-tile-desc { font-size: 0.75rem; margin-top: 0.125rem; }

  /* Process steps */
  .process-step { padding: 1.25rem 1rem; }
  .process-step p { font-size: 0.8125rem; }

  /* Trust & reviews */
  .trust-item { padding: 1.25rem 1rem; text-align: left; display: flex; gap: 1rem; align-items: flex-start; }
  .trust-icon-wrap { margin: 0; flex-shrink: 0; width: 40px; height: 40px; font-size: 1.125rem; }
  .trust-item h3 { font-size: 0.875rem; margin-bottom: 0.25rem; }
  .trust-item p { font-size: 0.8125rem; text-align: left; }
  .reviews-score { font-size: 2.25rem; }
  .review-card { padding: 1.25rem; }

  /* Collection cards */
  .collection-card { min-height: 140px; padding: 1rem; }
  .collection-card h3 { font-size: 1.125rem; }
  .collection-card .btn { min-height: 40px; }

  /* CTA & social */
  .cta-section { padding: 2.5rem 0; }
  .cta-section h2 { font-size: 1.5rem; }
  .cta-section p { font-size: 0.9375rem; margin-bottom: 1.25rem; }
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    padding: 0 0.25rem;
  }
  .cta-actions .btn { width: 100%; min-height: 48px; text-transform: none; letter-spacing: 0; }
  .social-cta { padding: 1.25rem; }
  .social-cta-content h2 { font-size: 1.25rem; }
  .social-cta-actions { flex-direction: column; }
  .social-cta-actions .btn { width: 100%; min-height: 48px; justify-content: center; text-transform: none; }

  /* Forms — 16px prevents iOS zoom */
  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 16px;
    min-height: 48px;
    padding: 0.75rem 1rem;
  }
  .form-group textarea { min-height: 140px; }

  /* FAQ */
  .faq-q { min-height: 48px; font-size: 0.9375rem; padding: 0.875rem 0; }

  /* Product grid */
  .product-grid { grid-template-columns: 1fr 1fr; gap: 0.625rem; }
  .product-name { font-size: 0.75rem; line-height: 1.35; }
  .product-card-body { padding: 0.625rem; }
  .product-league { font-size: 0.625rem; }

  /* PDP */
  .pdp-layout { padding: 1rem 0; }
  .pdp-info h1 { font-size: 1.375rem; text-transform: none; }
  .pdp-actions {
    position: sticky;
    bottom: calc(68px + env(safe-area-inset-bottom));
    z-index: 10;
    background: var(--white);
    padding: 0.75rem 0;
    margin-bottom: 0;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.06);
  }
  .pdp-actions .btn { min-height: 48px; text-transform: none; }
  .size-tag { min-height: 40px; display: inline-flex; align-items: center; }

  /* Team / page hero */
  .team-hero { padding: 2rem 0; }
  .team-hero h1 { font-size: clamp(1.625rem, 6vw, 2.25rem); }
  .team-hero p { font-size: 0.9375rem; }
  .page-hero { padding: 1.75rem 0; }

  /* Contact */
  .contact-card,
  .form-card { padding: 1.25rem; }
  .contact-item { align-items: flex-start; }
  .map-wrap { aspect-ratio: 4/3; min-height: 220px; }

  /* Footer */
  .site-footer { padding: 2.5rem 0 calc(4.5rem + env(safe-area-inset-bottom)); }
  .footer-grid { gap: 1.25rem; }
  .footer-col h4 { margin-bottom: 0.5rem; }
  .footer-seo { display: none; }

  /* Mobile action bar */
  .mobile-action-bar {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(7, 7, 15, 0.92);
    padding: 0.625rem max(1.25rem, env(safe-area-inset-left)) calc(0.625rem + env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-right));
    gap: 0.625rem;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.35);
  }
  .mobile-action-bar a {
    font-size: 0.875rem;
    font-weight: 600;
    min-height: 48px;
    border-radius: 10px;
    text-transform: none;
    letter-spacing: 0;
  }
  .mobile-action-bar svg { flex-shrink: 0; }

  /* No hover lift on touch */
  @media (hover: none) {
    .cat-tile:hover,
    .product-card:hover,
    .process-step:hover,
    .btn-primary:hover { transform: none; }
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
  }
}

/* ── ELITE brand ── */
.hero--elite {
  position: relative;
  overflow: hidden;
  color: var(--white);
  min-height: clamp(520px, 85vh, 720px);
  display: flex;
  align-items: center;
}
.hero--elite .hero-photo {
  position: absolute;
  inset: 0;
  background: url('../images/pexels-ant-armada-322180244-30330941.jpg') 60% center / cover no-repeat;
  z-index: 0;
  transform: scale(1.03);
}
.hero--elite .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.72) 38%, rgba(10,10,10,0.25) 62%, rgba(10,10,10,0.45) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.35) 0%, transparent 45%, rgba(10,10,10,0.8) 100%);
}
.hero--elite .hero-inner {
  z-index: 2;
  position: relative;
  width: 100%;
  padding-block: 2.5rem 3rem;
}
.hero--elite .hero-copy {
  max-width: 640px;
}
.hero--elite .hero-accent-line { z-index: 2; }

@media (min-width: 768px) {
  .hero--elite .hero-inner {
    padding-block: 4rem 4.5rem;
  }
  .hero--elite .hero-copy { max-width: 720px; }
}

@media (max-width: 767px) {
  .hero--elite { min-height: auto; }
  .hero--elite .hero-photo { background-position: 55% 45%; }
  .hero--elite .hero-overlay {
    background:
      linear-gradient(180deg, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.72) 55%, rgba(10,10,10,0.92) 100%);
  }
}

.hero-fast-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  letter-spacing: 0.35em;
  color: var(--gold);
  margin-top: 0.75rem;
}
.hero-lead-strong { color: rgba(255,255,255,0.72); max-width: 48ch; }
.hero--elite .hero-actions .btn-primary {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(255, 199, 44, 0.35);
}
.hero--elite .hero-actions .btn-primary:hover {
  background: #e6b000;
  border-color: #e6b000;
  color: var(--black);
  box-shadow: 0 6px 24px rgba(255, 199, 44, 0.45);
}
.elite-wordmark {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 11vw, 5rem);
  letter-spacing: 0.28em;
  font-weight: 400;
  line-height: 1;
  text-indent: 0.14em;
}
.elite-mirror { color: var(--red); text-shadow: 0 0 40px rgba(225,6,0,0.45); }
.logo--footer .logo-img { height: 36px; max-width: 160px; }
.hero-logo-wrap { margin: 0 0 0.25rem; line-height: 0; }
.hero-logo {
  height: clamp(52px, 14vw, 88px);
  width: auto;
  max-width: min(360px, 90vw);
  object-fit: contain;
  display: block;
}
.fast-label { font-size: 0.625rem; letter-spacing: 0.3em; color: var(--grey-500); text-transform: uppercase; margin-top: 0.25rem; display: block; }
.hero-bento-letter {
  font-family: var(--font-display);
  font-size: 2.75rem;
  line-height: 1;
  color: var(--red);
  margin-bottom: 0.25rem;
}
.hero-bento-item--fast-f { background: linear-gradient(145deg, rgba(225,6,0,0.28) 0%, rgba(255,199,44,0.08) 100%) !important; }
.hero-bento-item--fast-a { background: linear-gradient(145deg, rgba(20,20,20,0.9) 0%, rgba(225,6,0,0.12) 100%) !important; }
.hero-bento-item--fast-s { background: linear-gradient(145deg, rgba(225,6,0,0.14) 0%, rgba(20,20,20,0.85) 100%) !important; }
.hero-bento-item--fast-t { background: linear-gradient(90deg, rgba(225,6,0,0.18) 0%, rgba(255,199,44,0.1) 100%) !important; }

.event-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--grey-300);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}
.event-card:hover {
  border-color: var(--red);
  box-shadow: 0 16px 48px rgba(225,6,0,0.14);
  transform: translateY(-4px);
}
.event-card-media {
  position: relative;
  min-height: 180px;
  background: center/cover no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem;
}
.event-card-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.65) 100%);
}
.event-card-badge {
  position: relative; z-index: 1;
  background: var(--red);
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.375rem 0.625rem;
  border-radius: 4px;
}
.event-card-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.event-card-venue { font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--red); }
.event-card-date { font-family: var(--font-display); font-size: 2rem; letter-spacing: 0.04em; color: var(--black); line-height: 1.1; }
.event-card-time { font-size: 0.875rem; color: var(--grey-700); font-weight: 500; }
.event-card-note { font-size: 0.8125rem; color: var(--grey-500); }
.event-perks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.event-perks li {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--grey-100);
  color: var(--grey-700);
  padding: 0.375rem 0.625rem;
  border-radius: 4px;
}
.event-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .event-grid { grid-template-columns: 1fr 1fr; } }

.notice-box {
  background: var(--cream);
  border-left: 4px solid var(--red);
  padding: 1.25rem 1.5rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--grey-900);
}
.notice-box strong { color: var(--black); }

.register-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 768px) {
  .register-layout { grid-template-columns: 1fr 1fr; max-width: 900px; margin: 0 auto; }
}
.register-benefits { padding: 1.5rem 0; }
.register-benefits h3 { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.04em; margin-bottom: 1rem; }
.register-benefits ul { list-style: none; display: flex; flex-direction: column; gap: 0.875rem; }
.register-benefits li {
  display: flex; gap: 0.75rem; align-items: flex-start;
  font-size: 0.9375rem; color: var(--grey-700); line-height: 1.5;
}
.register-benefits li::before {
  content: '✓';
  flex-shrink: 0;
  width: 22px; height: 22px;
  background: rgba(225,6,0,0.1);
  color: var(--red);
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

.venue-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) { .venue-showcase { grid-template-columns: 1fr 1fr; } }
.venue-showcase-img {
  aspect-ratio: 16/10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: center/cover no-repeat;
  border: 1px solid var(--grey-300);
}
.venue-showcase h3 { font-family: var(--font-display); font-size: 2rem; letter-spacing: 0.04em; margin-bottom: 0.75rem; }
.venue-showcase p { color: var(--grey-700); margin-bottom: 1rem; line-height: 1.7; }
.venue-meta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.25rem; }
.venue-meta span { font-size: 0.8125rem; font-weight: 600; color: var(--grey-700); }

.section-fast {
  background: var(--black);
  color: var(--white);
}
.section-fast .section-header h2 { color: var(--white); }
.section-fast .section-header p { color: var(--grey-500); }
.section-fast .trust-item {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.1);
  color: var(--white);
}
.section-fast .trust-item p { color: rgba(255,255,255,0.55); }
.section-fast .trust-item h3 { color: var(--white); }
.section-fast .trust-icon-wrap {
  background: linear-gradient(135deg, rgba(225,6,0,0.25), rgba(255,199,44,0.1));
  color: var(--gold);
}

.banner-countdown {
  display: inline-flex;
  gap: 0.375rem;
  margin-left: 0.5rem;
  font-variant-numeric: tabular-nums;
}
.banner-countdown span {
  background: rgba(0,0,0,0.2);
  padding: 0.125rem 0.375rem;
  border-radius: 3px;
}
.register-section { max-width: 100%; }

@media (min-width: 1024px) {
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .section-fast .trust-grid { grid-template-columns: repeat(4, 1fr); }
}
