:root {
  color-scheme: dark;
  --bg: #080808;
  --bg-2: #111111;
  --surface: #171717;
  --surface-2: #202020;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.28);
  --text: #f6f0e8;
  --muted: #bdb5aa;
  --red: #f22219;
  --red-2: #bd1210;
  --yellow: #ffd413;
  --yellow-2: #f6a800;
  --steel: #737985;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  --radius: 8px;
  --max: 1400px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 54% 3%, rgba(242, 34, 25, 0.36), transparent 30rem),
    radial-gradient(circle at 90% 26%, rgba(255, 212, 19, 0.07), transparent 24rem),
    linear-gradient(180deg, #080808 0%, #101010 46%, #070707 100%);
  color: var(--text);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--yellow);
  color: #090909;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 15;
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.3fr) auto;
  align-items: start;
  gap: clamp(1rem, 2.5vw, 2rem);
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(0.8rem, 1.8vw, 1.35rem) clamp(1rem, 3vw, 2rem) 0;
  background: transparent;
  border-bottom: 0;
  transform: translateX(-50%);
}

.brand img {
  width: clamp(205px, 19vw, 310px);
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.75));
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.1rem, 2.55vw, 2.9rem);
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(0.7rem, 1.1vw, 1.05rem);
  color: #f7f1ea;
  font-size: clamp(1.18rem, 1.55vw, 1.7rem);
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #000;
}

.primary-nav a,
.site-footer a {
  transition: color 160ms ease;
}

.primary-nav a:first-child {
  position: relative;
  color: var(--yellow);
}

.primary-nav a:first-child::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 3px;
  content: "";
  background: var(--yellow);
}

.primary-nav a:hover,
.site-footer a:hover {
  color: var(--yellow);
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  align-self: center;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
}

.menu-toggle span {
  display: block;
  width: 1.45rem;
  height: 2px;
  background: currentColor;
  box-shadow: 0 3px 0 #000;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.cart-button,
.button,
.text-button,
.category-button {
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
}

.cart-button {
  min-width: 0;
  padding: clamp(0.7rem, 1vw, 0.95rem) 0 0;
  color: var(--text);
  background: transparent;
  border: 0;
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  line-height: 1;
  text-shadow: 0 4px 0 #000;
}

.cart-button span {
  display: inline-grid;
  min-width: 1.55rem;
  min-height: 1.55rem;
  place-items: center;
  margin-left: 0.42rem;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 0.72em;
  text-shadow: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(0.5rem, 1.8vw, 2rem);
  align-items: stretch;
  width: min(100%, var(--max));
  min-height: clamp(620px, 72svh, 720px);
  margin: 0 auto;
  overflow: hidden;
  padding: 0 clamp(1rem, 3vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 570px;
  padding-top: clamp(13.1rem, 16.8vw, 15rem);
  padding-bottom: 0;
}

.hero-logo {
  display: none;
}

.hero h1,
.section-heading h2,
.shop-toolbar h2 {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.94;
}

.hero h1 {
  display: grid;
  gap: 0.04em;
  max-width: none;
  font-size: clamp(3.5rem, 5.05vw, 5.75rem);
  line-height: 0.9;
  text-shadow: 0 6px 0 #000;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 span:nth-child(2) {
  color: var(--yellow);
}

.hero h1 span:nth-child(3) {
  color: var(--red);
}

.hero p {
  max-width: 39rem;
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.42vw, 1.28rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.85rem;
}

.hero-actions .button {
  min-width: 10.8rem;
}

.hero-actions .button-secondary {
  min-width: 12.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.86rem 1.25rem;
  border: 1px solid transparent;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #111;
  background: linear-gradient(180deg, var(--yellow), var(--yellow-2));
}

.button-secondary {
  color: var(--text);
  background: transparent;
  border-color: var(--line-strong);
}

.button.compact {
  min-height: 2.6rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
}

.button.full {
  width: 100%;
}

.hero-stage {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-height: 100%;
  align-self: stretch;
}

.hero-stage::before {
  position: absolute;
  inset: 4% -10% 7% -8%;
  content: "";
  background: radial-gradient(ellipse at 60% 46%, rgba(242, 34, 25, 0.72) 0, rgba(242, 34, 25, 0.34) 28%, rgba(255, 212, 19, 0.09) 45%, transparent 70%);
  filter: blur(18px);
  opacity: 0.95;
}

.hero-merch-wall {
  position: absolute;
  right: clamp(-1.8rem, -1.5vw, -0.4rem);
  top: 48%;
  z-index: 2;
  width: min(865px, 63vw);
  max-width: none;
  height: auto;
  transform: translateY(-50%);
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.6));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 11%, #000 97%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 11%, #000 97%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-composite: intersect;
}

.discount-capture {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 0.75fr) auto;
  gap: 0.8rem;
  align-items: center;
  max-width: 49rem;
  margin-top: 1rem;
  padding: 0.8rem;
  background: linear-gradient(90deg, rgba(242, 34, 25, 0.28), rgba(255, 212, 19, 0.08));
  border: 1px solid rgba(255, 212, 19, 0.36);
  border-radius: var(--radius);
}

.discount-capture strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(1.1rem, 1.35vw, 1.38rem);
  line-height: 1;
  text-transform: uppercase;
}

.discount-capture span,
.discount-capture p {
  display: block;
  margin: 0.22rem 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
}

.discount-capture input {
  width: 100%;
  min-height: 3rem;
  padding: 0 0.9rem;
  color: var(--text);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

.discount-capture button {
  min-height: 3rem;
  padding: 0 1rem;
  color: #111;
  background: var(--yellow);
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
}

.discount-capture p {
  grid-column: 1 / -1;
  color: var(--yellow);
}

.discount-capture p:empty {
  display: none;
}

.hero .discount-capture {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem 0.75rem;
  max-width: min(610px, 100%);
  margin-top: 0.9rem;
  padding: 0.72rem 0.78rem;
}

.hero .discount-capture > div {
  grid-column: 1 / -1;
}

.hero .discount-capture span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.76rem;
}

.hero .discount-capture strong {
  font-size: clamp(1.16rem, 1.55vw, 1.42rem);
}

.hero .discount-capture input,
.hero .discount-capture button {
  min-height: 2.72rem;
}

.offer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 34;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(2px);
}

.offer-popup {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 35;
  width: min(430px, calc(100vw - 2rem));
  padding: clamp(1rem, 3vw, 1.45rem);
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(242, 34, 25, 0.34), rgba(255, 212, 19, 0.1) 42%, rgba(12, 12, 12, 0.96) 74%),
    #141414;
  border: 1px solid rgba(255, 212, 19, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.offer-popup.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.offer-popup > p {
  margin: 0 2.8rem 0.35rem 0;
  color: var(--yellow);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.offer-popup h2 {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(3.2rem, 8vw, 5.2rem);
  line-height: 0.86;
  text-transform: uppercase;
  text-shadow: 0 6px 0 #000;
}

.offer-popup > span {
  display: block;
  margin-top: 0.7rem;
  color: var(--text);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.45;
}

.offer-close {
  position: absolute;
  top: 0.8rem;
  right: 0.85rem;
}

.offer-form {
  grid-template-columns: 1fr auto;
  margin-top: 1rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.offer-form input,
.offer-form button {
  min-height: 3.1rem;
}

.offer-form p {
  color: var(--yellow);
}

.sync-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.sync-strip div {
  min-height: 8rem;
  padding: clamp(1rem, 3vw, 1.7rem);
  border-right: 1px solid var(--line);
}

.sync-strip div:last-child {
  border-right: 0;
}

.sync-strip strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
}

.sync-strip span {
  display: block;
  margin-top: 0.6rem;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.referral-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0.95rem clamp(1rem, 3vw, 2rem);
  color: var(--text);
  background: #121212;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.referral-banner strong,
.referral-banner a {
  color: var(--yellow);
  text-transform: uppercase;
}

.referral-banner span {
  min-width: 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
}

.shop-section {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  width: min(100%, var(--max));
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.filter-rail {
  position: sticky;
  top: 1rem;
  align-self: start;
  min-height: calc(100vh - 1rem);
  padding: clamp(1.2rem, 3vw, 2rem);
  border-right: 1px solid var(--line);
}

.section-heading p,
.shop-toolbar p,
.modal-copy > p {
  margin: 0 0 0.35rem;
  color: var(--yellow);
  font-size: 1rem;
  text-transform: uppercase;
}

.section-heading h2,
.shop-toolbar h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.filter-group {
  margin-top: 1.7rem;
}

.filter-label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--text);
  font-size: 1rem;
  text-transform: uppercase;
}

.category-list {
  display: grid;
  gap: 0.45rem;
}

.category-button {
  width: 100%;
  padding: 0.76rem 0;
  color: var(--muted);
  text-align: left;
  background: transparent;
  font-size: 1.08rem;
}

.category-button[aria-pressed="true"] {
  color: var(--yellow);
}

.search-input,
.select-input {
  width: 100%;
  min-height: 3.2rem;
  padding: 0 0.95rem;
  color: var(--text);
  background: #0e0e0e;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
}

.rail-note {
  margin-top: 1.7rem;
  padding-top: 1.2rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

.shop-main {
  min-width: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.shop-toolbar {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.product-card,
.feature-card,
.proof-grid article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(18, 18, 18, 0.88);
}

.product-card {
  overflow: hidden;
  min-width: 0;
}

.product-media,
.feature-image-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  aspect-ratio: 1 / 1.06;
  background:
    radial-gradient(circle at 50% 34%, rgba(242, 34, 25, 0.16), transparent 48%),
    linear-gradient(180deg, #171717 0%, #080808 100%);
  border: 0;
  border-radius: 0;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
}

.product-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 -4rem 4rem rgba(0, 0, 0, 0.45);
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.product-body {
  display: grid;
  gap: 0.68rem;
  padding: 1.08rem;
}

.product-body h3,
.feature-card h3,
.proof-grid h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.12;
}

.product-title-button,
.product-title-link {
  display: inline;
  padding: 0;
  color: inherit;
  text-align: left;
  text-transform: inherit;
  background: transparent;
  border: 0;
}

.product-title-button:hover,
.product-title-button:focus-visible,
.product-title-link:hover,
.product-title-link:focus-visible {
  color: var(--yellow);
}

.product-type,
.product-meta,
.feature-card span,
.proof-grid p,
.faq-list p,
.site-footer p,
.checkout-message,
.cart-empty,
.cart-summary p,
.variant-note {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.product-type,
.product-meta {
  font-size: 0.94rem;
}

.product-price {
  color: var(--yellow);
  font-size: 1.38rem;
}

.load-row {
  display: flex;
  justify-content: center;
  margin-top: 1.7rem;
}

.best-sellers,
.discount-section,
.ambassador-tease,
.proof-section,
.faq-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
}

.section-heading.wide {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  overflow: hidden;
}

.feature-image-button {
  aspect-ratio: 1 / 1;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #111;
}

.feature-card div {
  padding: 0.9rem;
}

.feature-card span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

.feature-card .button {
  width: 100%;
  min-height: 2.55rem;
  margin-top: 0.75rem;
}

.discount-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  background:
    radial-gradient(circle at 25% 50%, rgba(255, 212, 19, 0.14), transparent 22rem),
    radial-gradient(circle at 75% 40%, rgba(242, 34, 25, 0.22), transparent 24rem);
}

.discount-copy p {
  margin: 0 0 0.35rem;
  color: var(--yellow);
  font-size: 1rem;
  text-transform: uppercase;
}

.discount-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 6px 0 #000;
}

.discount-copy span {
  display: block;
  max-width: 42rem;
  margin-top: 0.9rem;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.5;
}

.discount-capture-wide {
  max-width: none;
  margin-top: 0;
}

.ambassador-tease {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ambassador-tease > div:last-child {
  display: grid;
  gap: 1rem;
}

.ambassador-tease p {
  max-width: 720px;
}

.proof-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.proof-grid article {
  padding: 1.3rem;
}

.proof-grid h3 {
  color: var(--yellow);
  text-transform: uppercase;
}

.proof-grid p {
  margin: 0.7rem 0 0;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  padding: 1.1rem 1.2rem;
}

.faq-list summary {
  cursor: pointer;
  color: var(--text);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 2rem clamp(1rem, 3vw, 2rem);
}

.site-footer img {
  width: 128px;
  height: auto;
  margin-bottom: 0.8rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: var(--muted);
  text-transform: uppercase;
}

.page-shell {
  padding-top: clamp(8rem, 16vw, 13rem);
}

.page-hero,
.page-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}

.page-hero h1,
.page-section h2 {
  margin: 0;
  text-transform: uppercase;
}

.page-hero h1 {
  font-size: clamp(3.3rem, 8vw, 8rem);
  line-height: 0.88;
}

.page-hero p,
.page-section p,
.page-section li,
.ambassador-card p,
.ambassador-card li {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

.page-kicker,
.policy-updated,
.ambassador-code {
  color: var(--yellow);
  text-transform: uppercase;
}

.policy-grid,
.ambassador-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.policy-card,
.ambassador-card,
.trust-card {
  padding: 1rem;
  background: rgba(18, 18, 18, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.policy-card h2,
.ambassador-card h2,
.trust-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.policy-card ul,
.ambassador-card ul {
  padding-left: 1.1rem;
}

.ambassador-card {
  display: grid;
  gap: 1rem;
}

.ambassador-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #101010;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.ambassador-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: var(--yellow);
  text-transform: uppercase;
}

.product-page {
  padding-top: clamp(7.5rem, 12vw, 10rem);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 0.78fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(1.4rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
}

.product-hero-media {
  min-height: clamp(520px, 63vw, 780px);
  background: #f7f3ec;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.product-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-hero-copy {
  display: grid;
  gap: 1rem;
}

.product-hero-copy h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(3.1rem, 6.8vw, 7rem);
  line-height: 0.88;
}

.product-page-type,
.product-page-description,
.product-page-details p,
.product-gallery-section p {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

.product-page-price {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-transform: uppercase;
}

.product-page-description {
  max-height: 20rem;
  overflow: auto;
  margin: 0;
  padding: 1rem;
  white-space: pre-line;
  background: rgba(12, 12, 12, 0.76);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.product-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.product-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.product-option-grid article {
  padding: 1rem;
  background: rgba(18, 18, 18, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-option-grid h3 {
  margin: 0 0 0.55rem;
  color: var(--yellow);
  text-transform: uppercase;
}

.product-page-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.product-page-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f7f3ec;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.ambassador-portal table {
  width: 100%;
  border-collapse: collapse;
}

.portal-auth-grid,
.portal-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.portal-stat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.portal-form,
.portal-panel,
.portal-stat,
.portal-notice,
.portal-alert {
  background: rgba(18, 18, 18, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.portal-form,
.portal-panel {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.portal-form.compact {
  padding: 0;
  background: transparent;
  border: 0;
}

.portal-form h2,
.portal-panel h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  text-transform: uppercase;
}

.portal-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.portal-form input,
.portal-form select {
  min-height: 3rem;
  width: 100%;
  padding: 0 0.85rem;
  color: var(--text);
  background: #0d0d0d;
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
}

.portal-stat {
  min-height: 7.2rem;
  padding: 1rem;
}

.portal-stat strong {
  display: block;
  color: var(--yellow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #000;
}

.portal-stat span,
.portal-list dt,
.portal-table th {
  color: var(--yellow);
  text-transform: uppercase;
}

.portal-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.portal-list div {
  display: grid;
  gap: 0.25rem;
}

.portal-list dt,
.portal-list dd {
  margin: 0;
}

.portal-list dd {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.portal-table-wrap {
  overflow: auto;
}

.portal-table {
  min-width: 640px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.portal-table th,
.portal-table td {
  padding: 0.72rem 0.6rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: left;
  vertical-align: top;
}

.portal-table td:first-child {
  color: var(--text);
}

.portal-notice,
.portal-alert {
  padding: 0.85rem 1rem;
}

.portal-notice {
  color: var(--yellow);
}

.portal-alert {
  color: #ffb4ae;
  border-color: rgba(242, 34, 25, 0.62);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  transition: background 180ms ease;
}

.cart-drawer.is-open {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.62);
}

.cart-panel {
  display: flex;
  flex-direction: column;
  width: min(100%, 430px);
  height: 100%;
  padding: 1.2rem;
  background: #101010;
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.cart-drawer.is-open .cart-panel {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.cart-head h2 {
  margin: 0;
  text-transform: uppercase;
}

.text-button {
  color: var(--muted);
  background: transparent;
}

.cart-items {
  display: grid;
  gap: 0.9rem;
  overflow: auto;
  padding: 1rem 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.8rem;
  align-items: start;
}

.cart-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.cart-item h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.15;
}

.cart-item p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.quantity-control button {
  width: 2rem;
  height: 2rem;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
}

.cart-empty {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
}

.cart-email-capture {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.4rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.cart-email-capture label {
  color: var(--yellow);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.cart-email-capture div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
}

.cart-email-capture input,
.cart-email-capture button {
  min-height: 2.85rem;
  border-radius: 4px;
}

.cart-email-capture input {
  min-width: 0;
  padding: 0 0.8rem;
  color: var(--text);
  background: #0c0c0c;
  border: 1px solid var(--line-strong);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.cart-email-capture button {
  padding: 0 0.9rem;
  color: #111;
  background: var(--yellow);
  border: 0;
  text-transform: uppercase;
}

.cart-email-capture p {
  min-height: 1.2rem;
  margin: 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
}

.cart-email-capture p:empty {
  display: none;
}

.cart-summary {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.cart-summary strong {
  color: var(--yellow);
  font-size: 1.3rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: rgba(0, 0, 0, 0.7);
}

.product-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(420px, 1.35fr) minmax(340px, 0.9fr);
  width: min(96vw, 1180px);
  height: min(92vh, 840px);
  max-height: min(92vh, 840px);
  overflow: hidden;
  background: #111;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: translate(-50%, -48%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.product-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.modal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

.modal-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  background: #f7f3ec;
}

.modal-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  gap: 0.45rem;
  padding: 0.7rem;
  background: #090909;
  border-top: 1px solid var(--line);
}

.modal-thumb {
  overflow: hidden;
  min-width: 0;
  padding: 0;
  aspect-ratio: 1 / 1;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.modal-thumb[aria-current="true"] {
  border-color: var(--yellow);
  box-shadow: 0 0 0 1px rgba(255, 212, 19, 0.28);
}

.modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-copy {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  overflow: auto;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.modal-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.modal-type {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.modal-price {
  color: var(--yellow);
  font-size: 1.5rem;
}

.product-description {
  min-height: 6rem;
  max-height: 12rem;
  overflow: auto;
  margin: 0;
  padding: 0.85rem 0.95rem;
  color: var(--muted);
  text-transform: none;
  white-space: pre-line;
  background: #0c0c0c;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.96rem;
  line-height: 1.48;
}

.modal-copy > .product-description {
  color: var(--muted);
  text-transform: none;
}

.modal-copy label {
  display: grid;
  gap: 0.45rem;
  color: var(--text);
  text-transform: uppercase;
}

.modal-copy select {
  min-height: 3rem;
  color: var(--text);
  background: #0c0c0c;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  padding: 0 0.8rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.product-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
}

.product-details div {
  min-width: 0;
  padding: 0.65rem 0.7rem;
  background: #0c0c0c;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.product-details dt {
  color: var(--yellow);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.product-details dd {
  margin: 0.2rem 0 0;
  color: var(--muted);
  overflow-wrap: anywhere;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .site-header {
    position: sticky;
    left: auto;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0.35rem clamp(1rem, 3vw, 2rem);
    background: rgba(8, 8, 8, 0.86);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
    transform: none;
  }

  .brand img {
    width: clamp(120px, 16vw, 176px);
  }

  .primary-nav {
    justify-content: center;
    padding-top: 0;
    font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  }

  .cart-button {
    padding-top: 0;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: clamp(1.4rem, 3vw, 2.2rem);
  }

  .hero-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .hero-stage {
    min-height: min(72vw, 560px);
    grid-column: 1;
    grid-row: auto;
  }

  .hero-merch-wall {
    right: 50%;
    top: 50%;
    width: min(920px, 100vw);
    transform: translate(50%, -50%);
  }

  .discount-capture {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    position: sticky;
    grid-template-columns: 1fr auto auto;
    gap: 0.75rem;
  }

  .menu-toggle {
    display: inline-grid;
    grid-template-rows: repeat(3, 2px);
    gap: 5px;
  }

  .primary-nav {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 0;
    order: 3;
    width: 100%;
    margin-top: 0.2rem;
    padding: 0.45rem 0;
    background: rgba(10, 10, 10, 0.96);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.35rem, 5vw, 1.9rem);
  }

  .site-header.is-menu-open .primary-nav {
    display: grid;
  }

  .primary-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .primary-nav a:first-child::after {
    display: none;
  }

  .shop-section,
  .discount-section,
  .ambassador-tease,
  .proof-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .product-hero,
  .policy-grid,
  .ambassador-grid,
  .trust-grid,
  .product-option-grid,
  .product-page-gallery,
  .portal-auth-grid,
  .portal-two-col {
    grid-template-columns: 1fr;
  }

  .product-page {
    padding-top: 0;
  }

  .product-hero-media {
    min-height: min(112vw, 560px);
  }

  .portal-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-rail {
    position: static;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-modal {
    grid-template-columns: 1fr;
    height: auto;
    max-height: min(88vh, 760px);
    overflow: auto;
  }

  .modal-media {
    min-height: 300px;
  }

  .modal-copy {
    overflow: visible;
  }

  .product-details {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .portal-stat-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-actions,
  .shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-stage {
    min-height: 500px;
  }

  .hero-merch-wall {
    width: min(760px, 150vw);
  }

  .primary-nav {
    font-size: clamp(1.26rem, 6vw, 1.7rem);
  }

  .brand img {
    width: 112px;
  }

  .menu-toggle {
    width: 2.6rem;
    height: 2.6rem;
  }

  .cart-button {
    min-width: 96px;
    padding: 0;
  }

  .sync-strip,
  .referral-banner,
  .product-grid,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .sync-strip div {
    border-right: 0;
  }
}
