.btn-back {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #111;
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  padding: .65rem 1.1rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  flex: none;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.btn-back:hover,
.btn-back:focus {
  background: #E10600;
  color: #fff !important;
}
.btn-back::before {
  content: "←";
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1;
}

.page-title {
  align-items: center;
}
.page-title .btn-back {
  order: -1;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  color: inherit;
}
.brand-lockup strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
}
.brand-lockup small {
  display: block;
  color: inherit;
  opacity: .62;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-mark-img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  background: #000;
  flex: none;
}
.brand-mark-sm { width: 36px; height: 36px; }
.brand-mark-md { width: 52px; height: 52px; }
.brand-mark-lg { width: 84px; height: 84px; }
.brand-mark-xl { width: 112px; height: 112px; }

.family-card {
  --family: #E10600;
  background: #fff;
  border: 1px solid #e6e6e8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  cursor: pointer;
  position: relative;
}
.family-card::before {
  content: "";
  display: block;
  height: 7px;
  background: var(--family);
}
.family-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
}
.family-card .body { padding: .9rem 1rem 1.05rem; }
.family-card h3, .family-card strong {
  margin: 0 0 .35rem;
  display: block;
}
.family-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--family-soft, #fde8e8);
  color: var(--family);
  border-radius: 999px;
  padding: .15rem .6rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.family-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  flex: none;
}
.product-card {
  border-top: 4px solid var(--family, #E10600);
}

.featured-band {
  background:
    radial-gradient(circle at 12% 20%, rgba(225,6,0,.38), transparent 36%),
    #0a0a0a;
  color: #fff;
  padding: 2.2rem 0 2.4rem;
  margin: 0;
}
.featured-band h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  margin: 0 0 .35rem;
}
.featured-kicker {
  color: #E10600;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 .4rem;
}
.featured-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding: .4rem 0 1rem;
  scroll-snap-type: x mandatory;
}
.featured-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
  min-width: 220px;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.featured-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
}
.featured-card .body { padding: .9rem 1rem 1.1rem; }
.featured-card strong { display: block; margin-bottom: .25rem; }
.photo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.photo-wrap img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
}
.photo-empty {
  height: 180px;
  display: grid;
  place-items: center;
  color: #8a8a8a;
  background: #fff;
}
.qty-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ececec;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  padding: .75rem 1rem;
  margin: .85rem 0 1.1rem;
  color: #111;
  max-width: 16rem;
}
.qty-box span {
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
  color: #5a5a5a;
  margin-bottom: .2rem;
}
.qty-box strong {
  font-size: 1.45rem;
  font-weight: 800;
}
.qty-box-order {
  max-width: none;
  width: 100%;
  margin: 0 0 .85rem;
  background: rgba(255, 255, 255, .75);
}
.detail-desc {
  line-height: 1.55;
  margin: .75rem 0 1rem;
}
.detail-specs {
  margin-top: 1.25rem;
}
.detail-specs h3 {
  margin: 0 0 .65rem;
  font-size: 1rem;
}
.product-video {
  margin-top: 1rem;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #ececec;
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}
.product-video-head {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .75rem .9rem;
  background: linear-gradient(90deg, #1a1a1a 0%, #333 100%);
  color: #fff;
  font-size: .92rem;
}
.product-video-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e10600;
  box-shadow: 0 0 0 4px rgba(225, 6, 0, .25);
  flex: none;
}
.product-video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
}
.product-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.product-video-player {
  display: block;
  width: 100%;
  min-height: 200px;
  max-height: 360px;
  background: #111;
}
.product-video-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1rem;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  transition: background .18s ease;
}
.product-video-link:hover {
  background: linear-gradient(135deg, #fde8e8 0%, #fff 100%);
}
.product-video-play {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e10600;
  box-shadow: 0 8px 22px rgba(225, 6, 0, .28);
  position: relative;
  flex: none;
}
.product-video-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.product-video-link-copy strong {
  display: block;
  font-size: 1rem;
  margin-bottom: .15rem;
}
.product-video-link-copy small {
  color: #666;
  font-size: .82rem;
}
.featured-card .photo-wrap img,
.featured-card .photo-empty { height: 180px; object-fit: contain; object-position: center center; background: #fff; }
.photo-wrap-lg {
  min-height: 280px;
  background: #fff;
}
.photo-wrap-lg img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  padding: 18px;
}
.featured-ribbon {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: #E10600;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .28rem .6rem;
  border-radius: 999px;
}

.promo-band {
  background: linear-gradient(180deg, #e10600 0%, #b30000 100%);
  border-top: none;
  border-bottom: none;
  padding: 1.35rem 0 1.45rem;
  margin: 0;
  color: #fff;
}
.promo-band h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  margin: 0 0 .65rem;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  color: #fff;
}
.promo-kicker {
  color: rgba(255, 255, 255, .88);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 .25rem;
}
.promo-lead {
  max-width: 36rem;
  margin: 0 0 .75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, .9);
  font-size: .88rem;
}
.promo-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 220px);
  gap: .75rem;
  overflow-x: auto;
  padding: .15rem .1rem .5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.promo-scroller::-webkit-scrollbar {
  height: 6px;
}
.promo-scroller::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .35);
  border-radius: 999px;
}
.promo-card {
  background: #fff;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
  min-width: 190px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.promo-card:hover {
  transform: translateY(-2px);
  border-color: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .24);
}
.promo-ribbon {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  background: #e10600;
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .22rem .5rem;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}
.promo-empty {
  background: #fff5f5;
  color: #e10600;
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.promo-card .photo-wrap img,
.promo-card .photo-empty {
  height: 120px;
}
.promo-card .body {
  padding: .65rem .75rem .75rem;
}
.promo-card strong {
  display: block;
  font-size: .92rem;
  line-height: 1.25;
  margin-bottom: .25rem;
  color: #111;
}
.promo-card p {
  margin: 0;
  line-height: 1.35;
  color: #555;
  font-size: .78rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promo-count {
  display: inline-block;
  margin-top: .4rem;
  font-size: .68rem;
  font-weight: 700;
  color: #e10600;
  background: #fde8e8;
  padding: .2rem .45rem;
  border-radius: 999px;
}
.tablet-promo {
  border-radius: 12px;
  margin-bottom: .85rem;
  overflow: hidden;
}

.product-price {
  margin-top: .45rem;
  font-size: .98rem;
  font-weight: 800;
  color: #e10600;
}
.product-price-lg {
  margin: .65rem 0 1rem;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  padding: .55rem .85rem;
  background: #fde8e8;
  border-radius: 12px;
  display: inline-block;
}

.promo-detail {
  display: grid;
  gap: 1.25rem;
}
.promo-detail-head {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(225, 6, 0, .12), transparent 42%),
    linear-gradient(180deg, #fff5f5, #fff);
  border: 3px solid #e10600;
  box-shadow: 0 16px 42px rgba(225, 6, 0, .12);
}
.promo-detail-image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.promo-detail-copy h2 {
  margin: .25rem 0 .55rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  line-height: 1.15;
}
.promo-detail-copy p {
  margin: 0 0 .85rem;
  line-height: 1.55;
  color: #444;
}
.promo-detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.promo-detail-stats span {
  background: #111;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .35rem .7rem;
  border-radius: 999px;
}
.promo-detail-stats span:last-child {
  background: #e10600;
}
.promo-detail-list {
  display: grid;
  gap: .75rem;
}
.promo-product-row {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: .85rem;
  align-items: center;
  padding: .85rem 1rem;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #ececec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease;
}
.promo-product-row:hover {
  border-color: #e10600;
  transform: translateY(-2px);
}
.promo-product-photo img,
.promo-product-photo .photo-empty {
  width: 88px;
  height: 88px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--line, #e6e6e8);
  padding: 6px;
  box-sizing: border-box;
}
.promo-product-meta strong {
  display: block;
  font-size: 1rem;
  margin-bottom: .2rem;
}
.promo-product-price {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 900;
  color: #e10600;
  white-space: nowrap;
}
.promo-product-price-muted {
  color: #888;
  font-weight: 700;
  font-size: .88rem;
}

@media (max-width: 760px) {
  .promo-detail-head {
    grid-template-columns: 1fr;
  }
  .promo-product-row {
    grid-template-columns: 72px 1fr;
  }
  .promo-product-price {
    grid-column: 1 / -1;
  }
}

.despiece-box {
  margin-top: 1rem;
  overflow: hidden;
  padding: 0;
}
.despiece-box + .despiece-box {
  margin-top: .75rem;
}
.despiece-head {
  padding: .75rem .9rem;
  background: #ececec;
  border-bottom: 1px solid #d4d4d8;
  color: #333;
}
.despiece-kicker {
  display: block;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5a5a5a;
  margin-bottom: .25rem;
}
.despiece-head h3 {
  margin: 0 0 .35rem;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  color: #222;
}
.despiece-head p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.4;
  color: #444;
  max-width: 36rem;
}
.despiece-count {
  display: inline-block;
  margin-top: .4rem;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #333;
  background: #d8d8dc;
  padding: .2rem .45rem;
  border-radius: 6px;
}
.despiece-list {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  padding: .6rem .7rem .75rem;
  background: #f7f7f8;
}
.despiece-row {
  display: grid;
  grid-template-columns: auto 96px minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: center;
  padding: .5rem .6rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e8;
  cursor: pointer;
}
.despiece-row:hover {
  border-color: #e10600;
}
.despiece-index {
  font-size: .72rem;
  font-weight: 800;
  color: #bbb;
  min-width: 1.25rem;
}
.despiece-photo {
  flex-shrink: 0;
  width: 96px;
}
.despiece-photo img,
.despiece-photo .photo-empty {
  width: 96px;
  height: 96px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--line, #e6e6e8);
  padding: 6px;
  box-sizing: border-box;
}
.despiece-code {
  display: block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #e10600;
  margin-bottom: .15rem;
}
.despiece-name {
  display: block;
  font-size: .92rem;
  line-height: 1.25;
  margin-bottom: .2rem;
}
.despiece-desc {
  margin: 0;
  line-height: 1.35;
  font-size: .82rem;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.despiece-go {
  font-size: 1.5rem;
  line-height: 1;
  color: #ccc;
  font-weight: 300;
  padding-left: .15rem;
}
.despiece-row:hover .despiece-go {
  color: #e10600;
}
@media (max-width: 700px) {
  .despiece-row {
    grid-template-columns: auto 80px minmax(0, 1fr) auto;
    gap: .55rem;
    padding: .45rem .5rem;
  }
  .despiece-photo {
    width: 80px;
  }
  .despiece-photo img,
  .despiece-photo .photo-empty {
    width: 80px;
    height: 80px;
  }
}

.swatch-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #d4d4d8;
  cursor: pointer;
  padding: 0;
}
.swatch.active { box-shadow: 0 0 0 2px #111; }
.color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4rem;
}
