*, *::before, *::after { box-sizing: border-box; }
:root {
  --red: #9f0808; --red-bright: #d01616; --gold: #f3c242; --ink: #0e0e0f;
  --charcoal: #181819; --panel: #242426; --paper: #f7f1e7; --muted: #cfc7ba;
  --line: rgba(255, 255, 255, .13); --heading: "Oswald", Arial, sans-serif; --body: "Open Sans", Arial, sans-serif;
}
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: white; font-family: var(--body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.02; text-transform: uppercase; letter-spacing: 0; }
h1 { max-width: 900px; font-size: clamp(2.55rem, 6.6vw, 5.8rem); }
h2 { font-size: clamp(2.1rem, 5vw, 4.4rem); }
h3 { font-size: 1.25rem; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }
.hero { position: relative; min-height: min(790px, calc(100vh - 74px)); display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.hero > picture { display: block; position: absolute; inset: 0; z-index: -2; }
.hero > picture img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.22) 55%, rgba(0,0,0,.7));
}
.hero-content { width: min(1180px, calc(100% - 32px)); padding: 90px 0 70px; }
.eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
  font: 700 .78rem var(--body);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 2px solid white;
  border-radius: 3px;
  font: 700 .86rem var(--heading);
  text-transform: uppercase;
}
.button-primary { border-color: var(--red-bright); background: var(--red-bright); }
.button-light:hover, .button-primary:hover, .text-link:hover { transform: translateY(-2px); }
.section-split, .shows, .store-preview, .testimonials, .newsletter {
  max-width: 1220px;
  margin: 0 auto;
  padding: 86px 22px;
}
.section-split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.section-copy p { color: var(--muted); font-size: 1.03rem; }
.check-list { margin: 22px 0; padding: 0; list-style: none; color: white; }
.check-list li { margin: 10px 0; padding-left: 26px; position: relative; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 10px; height: 10px; background: var(--red-bright); }
.text-link { display: inline-block; color: var(--gold); font: 700 .9rem var(--heading); text-transform: uppercase; transition: transform .2s ease; }
.media-panel { overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.media-panel picture { display: block; }
.media-panel img { width: 100%; min-height: 430px; object-fit: cover; }
.community, .store-preview { background: linear-gradient(180deg, var(--charcoal), var(--ink)); }
.section-heading, .shop-preview-copy { max-width: 830px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.shop-preview-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.show-grid, .product-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.show-card, .product-card, .review-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform .2s ease, border-color .2s ease;
}
.show-card:hover, .product-card:hover, .review-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.36); }
.show-card picture { display: block; background: #111; }
.show-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.show-card span, .show-card strong { display: block; padding: 0 22px; font-family: var(--heading); text-transform: uppercase; }
.show-card span { padding-top: 20px; font-size: 1.45rem; }
.show-card strong { padding-bottom: 22px; color: var(--gold); font-size: .85rem; }
.newsletter {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 28px;
  align-items: center;
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, #210000, var(--red));
}
.signup-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.signup-form label, #signup-message { grid-column: 1 / -1; }
.signup-form label { font: 700 .8rem var(--body); text-transform: uppercase; color: var(--paper); }
.signup-form input {
  width: 100%;
  min-height: 52px;
  border: 0;
  padding: 0 16px;
  font: 600 1rem var(--body);
}
#signup-message { min-height: 22px; margin: 0; color: var(--paper); }
.home-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.home-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: var(--panel);
  transition: transform .2s ease, border-color .2s ease;
}
.home-product-card:hover, .home-product-card:focus-visible {
  border-color: rgba(243,194,66,.72);
  transform: translateY(-3px);
}
.home-product-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.home-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #251514, #4b3024);
  object-fit: cover;
}
.home-product-image.placeholder {
  display: grid;
  place-items: center;
  padding: 18px;
  color: rgba(255,255,255,.72);
  font: 700 1.2rem var(--heading);
  text-align: center;
  text-transform: uppercase;
}
.home-product-body { display: block; padding: 16px; }
.home-product-category {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font: 700 .72rem var(--body);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.home-product-card strong {
  display: block;
  min-height: 2.5em;
  color: #fff;
  font: 700 1.22rem var(--heading);
  line-height: 1.12;
  text-transform: uppercase;
}
.home-product-price {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  font-weight: 700;
}
.shop-preview-link { margin-top: 24px; }
.home-product-loading {
  grid-column: 1 / -1;
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--panel);
}
.about { background: var(--paper); color: var(--ink); max-width: none; padding-inline: max(22px, calc((100vw - 1220px) / 2)); }
.about .section-copy p { color: #443e36; }
.about .button-light { border-color: var(--ink); color: var(--ink); }
.review-card { padding: 26px; }
.review-card p { color: var(--muted); }
.review-card strong { font-family: var(--heading); text-transform: uppercase; color: var(--gold); }
@media (max-width: 820px) {
  .section-split, .newsletter { grid-template-columns: 1fr; }
  .show-grid, .product-grid, .review-grid { grid-template-columns: 1fr; }
  .home-products-grid { grid-template-columns: 1fr 1fr; }
  .signup-form { grid-template-columns: 1fr; }
  .media-panel img { min-height: 300px; }
}
@media (max-width: 520px) {
  .hero { min-height: 610px; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.2rem); }
  .button, .hero-actions { width: 100%; }
  .home-products-grid { grid-template-columns: 1fr; }
}
