* { box-sizing: border-box; }

:root {
  --black: #070707;
  --black-2: #101010;
  --offwhite: #f4f4f2;
  --white: #ffffff;
  --line: #2b2b2b;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--offwhite);
  color: #161616;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.announcement {
  min-height: 34px;
  padding: 8px 20px;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
  color: #111;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  white-space: nowrap;
  overflow: hidden;
}

.announcement .diamond { font-size: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,7,7,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo-shell {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  overflow: visible;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
}

.logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: white;
}

.brand-copy strong {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
}

.brand-copy small {
  margin-top: 7px;
  color: #aeb2b7;
  font-size: 8px;
  letter-spacing: 2.7px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #ececec;
  font-size: 13px;
  font-weight: 600;
}

.nav-links a:hover { color: #aaa; }

.cart-btn {
  border: 1px solid #404040;
  background: transparent;
  color: white;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.cart-btn span {
  margin-left: 7px;
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  background: white;
  color: black;
  border-radius: 50%;
  font-size: 10px;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}

.menu-btn span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: white;
}

.hero {
  min-height: 720px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 70% 35%, rgba(255,255,255,.12), transparent 21%),
    radial-gradient(circle at 82% 65%, rgba(160,160,160,.08), transparent 24%),
    linear-gradient(130deg,#030303 0%,#111 48%,#060606 100%);
}

.grain {
  position: absolute;
  inset: 0;
  opacity: .11;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to right, transparent, black 60%);
}

.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: 5%;
  top: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.1), transparent 65%);
  filter: blur(12px);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 50px;
  align-items: center;
  padding: 80px 0 90px;
}

.eyebrow, .kicker {
  margin: 0 0 17px;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 800;
}

.kicker { color: #717171; }
.kicker.light { color: #a9adb2; }

.hero h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(72px, 8.4vw, 128px);
  line-height: .82;
  letter-spacing: -4px;
  text-transform: uppercase;
}

.hero h1 span { display: block; }

.hero h1 em {
  display: block;
  margin: 12px 0 16px 7px;
  color: transparent;
  -webkit-text-stroke: 1px #b6bac0;
  font-size: .28em;
  font-style: normal;
  letter-spacing: 11px;
}

.hero-lead {
  max-width: 590px;
  margin: 30px 0 32px;
  color: #c7c9cc;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: .2s ease;
}

.btn-light {
  background: white;
  color: #090909;
  border-color: white;
}

.btn-light:hover { background: #d9d9d9; border-color: #d9d9d9; }

.btn-outline {
  color: white;
  border-color: #555;
  background: transparent;
}

.btn-outline:hover { border-color: white; }

.hero-art {
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
}

.halo {
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.halo-one { width: 480px; height: 480px; }
.halo-two { width: 390px; height: 390px; }

.official-logo-wrap {
  position: relative;
  z-index: 3;
  width: min(440px, 88%);
  padding: 15px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 35px 90px rgba(0,0,0,.58), 0 0 55px rgba(255,255,255,.05);
}

.official-logo-wrap::before,
.official-logo-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.official-logo-wrap::before {
  inset: 7px;
  border: 1px solid rgba(255,255,255,.10);
}

.official-logo-wrap::after {
  inset: -18px;
  border: 1px solid rgba(255,255,255,.05);
}

.official-logo-wrap img {
  width: 100%;
  display: block;
}

.spark {
  position: absolute;
  color: white;
  text-shadow: 0 0 15px white;
}

.spark-1 { top: 12%; right: 13%; font-size: 25px; }
.spark-2 { bottom: 16%; left: 12%; font-size: 14px; }
.spark-3 { top: 30%; left: 7%; font-size: 9px; }

.marquee {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  background: #0a0a0a;
  color: white;
}

.marquee-track {
  width: max-content;
  display: flex;
  gap: 26px;
  align-items: center;
  animation: move 24s linear infinite;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 2.5px;
}

.marquee-track b { color: #777; font-size: 8px; }

@keyframes move { to { transform: translateX(-50%); } }

.section { padding: 100px 0; }

.section-top {
  margin-bottom: 34px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
}

.section-top h2,
.split-copy h2,
.story-copy h2,
.newsletter h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.section-note {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 700;
}

.design-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 24px;
}

.design-card { min-width: 0; }

.design-image-wrap {
  position: relative;
  background: #0f0f0f;
  overflow: hidden;
  border: 1px solid #d6d6d2;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.design-image-wrap img {
  width: 100%;
  display: block;
}

.design-info {
  padding: 16px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}

.design-info h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.design-info p {
  margin: 0;
  color: #7f7f7f;
  font-size: 12px;
}

.add-btn {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid #bcbcbc;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.add-btn:hover { background: #111; color: white; border-color: #111; }

.split-feature {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #090909;
  color: white;
}

.split-copy {
  padding: 90px max(45px, calc((100vw - 1180px)/2));
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-copy p:not(.kicker) {
  max-width: 550px;
  margin: 25px 0 30px;
  color: #b7b7b7;
}

.split-copy .btn { align-self: flex-start; }

.split-art {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 40%, rgba(255,255,255,.12), transparent 25%),
    linear-gradient(135deg,#1d1d1d,#060606);
}

.oversized-sd {
  position: absolute;
  right: -40px;
  bottom: -10px;
  color: #131313;
  font-family: "Oswald", sans-serif;
  font-size: clamp(220px, 30vw, 520px);
  font-weight: 700;
  letter-spacing: -30px;
  line-height: .8;
  -webkit-text-stroke: 1px #353535;
}

.chrome-diamond {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%,-50%);
  font-size: 180px;
  color: transparent;
  background: linear-gradient(135deg,#fff,#6d7075,#f7f7f7,#777);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 15px 35px rgba(255,255,255,.12));
}

.floating-tag {
  position: absolute;
  z-index: 2;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
}

.tag-one { left: 12%; top: 18%; }
.tag-two { right: 10%; top: 35%; }
.tag-three { left: 18%; bottom: 17%; }

.story-section {
  padding: 110px 0;
  background: #0a0a0a;
  color: white;
}

.story-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.story-mark {
  min-height: 470px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid #262626;
  background:
    radial-gradient(circle, rgba(255,255,255,.08), transparent 35%),
    #0d0d0d;
}

.story-logo-frame {
  width: min(360px, 75%);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.story-logo-frame img {
  width: 100%;
  display: block;
}

.story-copy .lead {
  margin: 28px 0 18px;
  color: white;
  font-size: 19px;
  font-weight: 600;
}

.story-copy > p:not(.kicker):not(.lead) {
  color: #a5a5a5;
}

.story-values {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #2b2b2b;
}

.story-values div {
  padding: 22px 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.story-values strong {
  color: #666;
  font-size: 10px;
}

.story-values span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.newsletter {
  padding: 85px 0;
  color: white;
  background: linear-gradient(120deg,#111,#060606);
  border-top: 1px solid #292929;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
}

.newsletter h2 { font-size: clamp(40px,4.6vw,65px); }

.newsletter p:not(.kicker) {
  max-width: 540px;
  color: #909090;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.newsletter-form input {
  min-height: 52px;
  border: 1px solid #393939;
  background: #0b0b0b;
  color: white;
  padding: 0 16px;
  outline: none;
}

.newsletter-form input:focus { border-color: #888; }

.form-message {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: 0 !important;
  font-size: 11px;
}

footer {
  padding: 70px 0 35px;
  background: #050505;
  color: white;
  border-top: 1px solid #1e1e1e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}

.footer-brand p {
  margin: 25px 0 0;
  color: #6f6f6f;
  font-size: 11px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links strong {
  margin-bottom: 4px;
  color: #777;
  font-size: 9px;
  letter-spacing: 2px;
}

.footer-links a { font-size: 12px; color: #d4d4d4; }

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #1f1f1f;
  display: flex;
  justify-content: space-between;
  color: #626262;
  font-size: 9px;
  letter-spacing: 1.5px;
}

.cart-drawer {
  position: fixed;
  z-index: 1001;
  right: 0;
  top: 0;
  width: min(420px, 100%);
  height: 100vh;
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: #0a0a0a;
  color: white;
  transform: translateX(100%);
  transition: transform .25s ease;
}

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

.cart-head {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #272727;
  font-size: 12px;
  letter-spacing: 2px;
}

.cart-head button {
  border: 0;
  background: transparent;
  color: white;
  font-size: 26px;
  line-height: 1;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 22px 0;
}

.empty-cart { color: #777; font-size: 12px; }

.cart-item {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #252525;
}

.cart-item strong { font-size: 13px; }

.cart-item button {
  border: 0;
  background: transparent;
  color: #888;
  font-size: 11px;
}

.cart-footer {
  padding-top: 20px;
  border-top: 1px solid #272727;
}

.cart-footer p {
  margin: 0 0 15px;
  color: #777;
  font-size: 10px;
}

.cart-footer .btn { width: 100%; }

.cart-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: none;
  background: rgba(0,0,0,.62);
}

.cart-overlay.show { display: block; }

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

@media (max-width: 900px) {
  .announcement span:nth-of-type(n+3) { display:none; }
  .menu-btn { display: block; }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    padding: 24px 20px 28px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    background: #090909;
    border-top: 1px solid #242424;
  }

  .nav-links.open { display:flex; }
  .cart-btn { width: 100%; }

  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-art { min-height: 420px; }
  .hero h1 { font-size: clamp(70px,16vw,115px); }

  .design-grid { grid-template-columns: 1fr; }
  .split-feature { grid-template-columns: 1fr; }
  .split-copy { padding: 80px 30px; }
  .split-art { min-height: 500px; }

  .story-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-mark { min-height: 390px; }

  .newsletter-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .announcement { justify-content: flex-start; font-size: 8px; letter-spacing: 1px; }

  .nav-wrap { min-height: 70px; }
  .nav-links { top: 70px; }

  .logo-shell { width: 46px; height: 46px; flex-basis: 46px; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { letter-spacing: 1.8px; }

  .hero { min-height: auto; }
  .hero-grid { padding: 62px 0 80px; }
  .hero h1 { letter-spacing: -2px; }
  .hero-lead { font-size: 15px; }
  .hero-actions .btn { width: 100%; }
  .hero-art { min-height: 350px; }

  .halo-one { width: 320px; height: 320px; }
  .halo-two { width: 270px; height: 270px; }
  .official-logo-wrap { width: min(300px, 88%); }

  .section { padding: 75px 0; }
  .section-top { align-items: start; flex-direction: column; }
  .section-top h2,
  .split-copy h2,
  .story-copy h2,
  .newsletter h2 { font-size: 44px; }

  .design-info { flex-direction: column; }
  .add-btn { width: 100%; }

  .split-art { min-height: 390px; }
  .chrome-diamond { font-size: 125px; }

  .story-values { grid-template-columns: 1fr; }
  .story-values div { border-bottom: 1px solid #242424; padding-bottom: 16px; }

  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form .btn { width: 100%; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}


/* Operational shopping cart */
.add-btn.added {
  background: #111;
  color: #fff;
  border-color: #111;
}

.cart-head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-head-count {
  color: #747474;
  font-size: 10px;
  letter-spacing: .5px;
}

.empty-cart-state {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  text-align: center;
  border: 1px dashed #303030;
}

.empty-cart-state strong {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.empty-cart-state p {
  max-width: 250px;
  margin: 0;
  color: #737373;
  font-size: 11px;
}

.cart-item {
  position: relative;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  border-bottom: 1px solid #252525;
}

.cart-thumb {
  width: 76px;
  height: 76px;
  display: block;
  object-fit: cover;
  background: #151515;
  border: 1px solid #2c2c2c;
}

.cart-thumb-placeholder {
  display: grid;
  place-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
}

.cart-item-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart-item-body strong {
  font-size: 13px;
  line-height: 1.25;
}

.cart-item-label {
  color: #747474;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.qty-control {
  width: max-content;
  margin-top: 7px;
  display: grid;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  border: 1px solid #333;
}

.qty-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: #111;
  color: #fff;
  font-size: 17px;
}

.qty-btn:hover {
  background: #242424;
}

.qty-value {
  height: 30px;
  display: grid;
  place-items: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 11px;
  font-weight: 700;
}

.remove-item {
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.remove-item:hover {
  color: #fff;
}

.cart-summary {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #bcbcbc;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart-summary strong {
  color: #fff;
  font-size: 17px;
}

.cart-note {
  margin: 0 0 15px !important;
  line-height: 1.5;
}

.cart-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cart-actions .btn {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  font-size: 9px;
}

.cart-clear:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.cart-toast {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 26px;
  max-width: calc(100% - 32px);
  padding: 11px 16px;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: #fff;
  color: #090909;
  border: 1px solid #ccc;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
  font-size: 11px;
  font-weight: 800;
  transition: .2s ease;
}

.cart-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 480px) {
  .cart-drawer {
    padding: 19px;
  }

  .cart-item {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .cart-thumb {
    width: 66px;
    height: 66px;
  }

  .remove-item {
    grid-column: 2;
    justify-self: start;
  }

  .cart-actions {
    grid-template-columns: 1fr;
  }
}


/* Garment / color / size product options */
.garment-strip {
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d2d2ce;
  background: #fff;
}

.garment-strip div {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-right: 1px solid #d2d2ce;
}

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

.garment-strip strong {
  font-size: 10px;
  letter-spacing: 1.5px;
}

.garment-strip span {
  color: #6e6e6e;
  font-size: 11px;
}

.design-info {
  flex-wrap: wrap;
}

.design-info > div:first-child {
  flex: 1 1 100%;
}

.product-options {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: 1.35fr 1fr .8fr;
  gap: 8px;
  margin-top: 5px;
}

.product-options label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-options label > span {
  color: #777;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-options select {
  width: 100%;
  min-height: 40px;
  padding: 0 34px 0 11px;
  border: 1px solid #c5c5c1;
  border-radius: 0;
  background: #fff;
  color: #111;
  outline: none;
  font-size: 11px;
  font-weight: 700;
}

.product-options select:focus {
  border-color: #111;
}

.design-info .add-btn {
  width: 100%;
  min-height: 42px;
  margin-top: 2px;
}

.cart-variant {
  color: #d8d8d8;
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 720px) {
  .garment-strip {
    grid-template-columns: 1fr;
  }

  .garment-strip div {
    border-right: 0;
    border-bottom: 1px solid #d2d2ce;
  }

  .garment-strip div:last-child {
    border-bottom: 0;
  }

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


/* Quantity selector beside Add to Cart */
.buy-row {
  width: 100%;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
  margin-top: 2px;
}

.product-qty {
  display: grid;
  grid-template-columns: 36px 54px 36px;
  min-height: 42px;
  border: 1px solid #bcbcbc;
  background: #fff;
}

.product-qty-btn {
  width: 36px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: #fff;
  color: #111;
  font-size: 18px;
  font-weight: 700;
}

.product-qty-btn:hover {
  background: #111;
  color: #fff;
}

.product-qty-input {
  width: 54px;
  min-width: 0;
  padding: 0 4px;
  border: 0;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-radius: 0;
  outline: none;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  -moz-appearance: textfield;
}

.product-qty-input::-webkit-outer-spin-button,
.product-qty-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.buy-row .add-btn {
  width: 100%;
  min-height: 42px;
  margin-top: 0;
}

@media (max-width: 500px) {
  .buy-row {
    grid-template-columns: 126px minmax(0, 1fr);
  }

  .product-qty {
    grid-template-columns: 36px 54px 36px;
  }
}


/* Transparent logo update */
.logo-shell {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.logo-shell img {
  object-fit: contain;
  background: transparent !important;
}
.official-logo-wrap {
  background: transparent !important;
}
.official-logo-wrap::before,
.official-logo-wrap::after {
  border-color: rgba(255,255,255,.08) !important;
}
.official-logo-wrap img {
  background: transparent !important;
  mix-blend-mode: normal;
}
.story-logo-frame {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.story-logo-frame img {
  background: transparent !important;
}


/* Updated logo selection */
.logo-shell {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background: transparent !important;
}
.official-logo-wrap {
  background: transparent !important;
}
.official-logo-wrap img,
.story-logo-frame img {
  background: transparent !important;
  object-fit: contain !important;
}
.story-logo-frame {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* ===== HOMEPAGE POP UPGRADE ===== */
:root {
  --sd-red: #e01722;
  --sd-blue: #1486ff;
  --sd-silver: #d7dbe0;
  --sd-neon: #ffffff;
}

.hero-pop {
  min-height: 790px;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 42%, rgba(255,255,255,.13), transparent 19%),
    radial-gradient(circle at 80% 20%, rgba(20,134,255,.16), transparent 24%),
    radial-gradient(circle at 18% 80%, rgba(224,23,34,.13), transparent 28%),
    linear-gradient(128deg,#020202 0%,#0a0a0d 45%,#020308 100%);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: .17;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.07) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255,255,255,.05) 50%, transparent 50.3%);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at 70% 45%, black 0%, transparent 70%);
}

.hero-glow-red {
  width: 470px;
  height: 470px;
  left: -150px;
  right: auto;
  top: auto;
  bottom: -140px;
  background: radial-gradient(circle, rgba(224,23,34,.22), transparent 67%);
  animation: glowPulse 5.5s ease-in-out infinite alternate;
}

.hero-glow-blue {
  width: 560px;
  height: 560px;
  right: -110px;
  top: 40px;
  background: radial-gradient(circle, rgba(20,134,255,.21), transparent 67%);
  animation: glowPulse 6.5s ease-in-out infinite alternate-reverse;
}

@keyframes glowPulse {
  from { transform: scale(.94); opacity: .65; }
  to   { transform: scale(1.08); opacity: 1; }
}

.hero-badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hero-badge {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.hero-badge-alt {
  color: #aeb2b7;
  border-color: rgba(255,255,255,.09);
}

.hero-word-metal {
  color: transparent !important;
  -webkit-text-stroke: 1px #e4e6e9;
  background: linear-gradient(180deg,#fff 0%,#8f959d 52%,#fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.09));
}

.btn-pop {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg,#fff 0%,#cfd3d8 54%,#fff 100%);
  color: #050505;
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(255,255,255,.08);
}

.btn-pop::after {
  content: "";
  position: absolute;
  inset: -120% 45% -120% -35%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
  transition: transform .5s ease;
}

.btn-pop:hover::after {
  transform: translateX(230%) rotate(18deg);
}

.btn-outline-pop {
  box-shadow: inset 0 0 0 1px rgba(20,134,255,.08);
}

.hero-proof {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 560px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero-proof div {
  padding: 17px 18px 17px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.hero-proof div:last-child { border-right: 0; }

.hero-proof strong {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1;
}

.hero-proof span {
  color: #7f858d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.pop-logo-wrap {
  width: min(490px, 92%);
  border: 0;
  padding: 0;
  filter:
    drop-shadow(0 0 24px rgba(255,255,255,.10))
    drop-shadow(0 0 38px rgba(20,134,255,.08));
  animation: floatLogo 5.8s ease-in-out infinite;
}

@keyframes floatLogo {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.015); }
}

.logo-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.orbit-1 {
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.09);
  animation: spinOrbit 18s linear infinite;
}
.orbit-2 {
  width: 430px;
  height: 430px;
  border: 1px dashed rgba(20,134,255,.20);
  animation: spinOrbit 24s linear infinite reverse;
}
.orbit-3 {
  width: 355px;
  height: 355px;
  border: 1px solid rgba(224,23,34,.13);
  animation: spinOrbit 30s linear infinite;
}

@keyframes spinOrbit { to { transform: rotate(360deg); } }

.logo-flare {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px #fff, 0 0 30px rgba(255,255,255,.9), 0 0 55px rgba(20,134,255,.45);
}

.flare-one {
  right: 19%;
  top: 18%;
  animation: flarePulse 2.4s ease-in-out infinite;
}

.flare-two {
  left: 16%;
  bottom: 22%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 12px #fff, 0 0 30px rgba(224,23,34,.75);
  animation: flarePulse 2.9s ease-in-out infinite reverse;
}

@keyframes flarePulse {
  50% { transform: scale(1.8); opacity: .5; }
}

.hero-color-pills {
  position: absolute;
  right: 2%;
  bottom: 4%;
  z-index: 5;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pill {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(7,7,7,.78);
  backdrop-filter: blur(7px);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.pill-red { box-shadow: inset 3px 0 0 var(--sd-red); }
.pill-blue { box-shadow: inset 3px 0 0 var(--sd-blue); }
.pill-white { box-shadow: inset 3px 0 0 #fff; }
.pill-black { box-shadow: inset 3px 0 0 #555; }

.hero-bottom-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  min-height: 46px;
  padding: 11px 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(224,23,34,.92), #121216 30%, #121216 70%, rgba(20,134,255,.92));
  border-top: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.6px;
  white-space: nowrap;
  overflow: hidden;
}

.hero-bottom-ribbon b {
  color: rgba(255,255,255,.45);
  font-size: 7px;
}

.marquee-pop {
  border-top: 0;
  background:
    linear-gradient(90deg, rgba(224,23,34,.16), transparent 24%, transparent 76%, rgba(20,134,255,.16)),
    #090909;
}

.homepage-spotlight {
  padding: 90px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(20,134,255,.08), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(224,23,34,.08), transparent 30%),
    #0b0b0d;
  color: #fff;
  border-bottom: 1px solid #202025;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.spotlight-copy h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(48px,5.8vw,78px);
  line-height: .94;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.spotlight-copy p:not(.kicker) {
  max-width: 560px;
  margin: 25px 0 28px;
  color: #9a9da2;
}

.spotlight-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.spotlight-link span {
  font-size: 20px;
  transition: transform .2s ease;
}

.spotlight-link:hover span { transform: translateX(5px); }

.spotlight-visual {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  min-height: 390px;
}

.spot-card {
  position: relative;
  padding: 24px 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid rgba(255,255,255,.09);
  background: #121216;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
  transition: transform .25s ease, border-color .25s ease;
}

.spot-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,.24);
}

.spot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .65;
}

.spot-card-red::before {
  background: radial-gradient(circle at 40% 20%, rgba(224,23,34,.42), transparent 43%);
}
.spot-card-blue::before {
  background: radial-gradient(circle at 45% 20%, rgba(20,134,255,.42), transparent 43%);
}
.spot-card-silver::before {
  background: radial-gradient(circle at 50% 15%, rgba(255,255,255,.22), transparent 45%);
}

.spot-card > * { position: relative; z-index: 2; }

.spot-card > span {
  margin-bottom: auto;
  color: rgba(255,255,255,.42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.spot-card strong {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  line-height: 1;
}

.spot-card small {
  margin-top: 8px;
  color: #8d9095;
  font-size: 10px;
}

/* Add slight depth to product gallery */
.design-card {
  transition: transform .22s ease, filter .22s ease;
}
.design-card:hover {
  transform: translateY(-4px);
}
.design-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 70%, rgba(0,0,0,.10));
}
.design-image-wrap {
  transition: box-shadow .22s ease, border-color .22s ease;
}
.design-card:hover .design-image-wrap {
  border-color: #aeb4bb;
  box-shadow: 0 18px 50px rgba(0,0,0,.13);
}

/* Responsive pop */
@media (max-width: 900px) {
  .spotlight-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hero-proof {
    max-width: none;
  }
  .hero-color-pills {
    position: static;
    margin-top: 24px;
    justify-content: center;
  }
  .hero-bottom-ribbon {
    position: static;
    flex-wrap: wrap;
  }
}

@media (max-width: 650px) {
  .hero-pop {
    min-height: auto;
  }
  .hero-proof {
    grid-template-columns: 1fr;
  }
  .hero-proof div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .hero-proof div:last-child { border-bottom: 0; }
  .spotlight-visual {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .spot-card {
    min-height: 180px;
  }
  .orbit-1 { width: 330px; height: 330px; }
  .orbit-2 { width: 280px; height: 280px; }
  .orbit-3 { width: 225px; height: 225px; }
}


/* ===== COLLECTION FILTERS ===== */
.collection-filter-section {
  padding: 72px 0 42px;
  background:
    radial-gradient(circle at 15% 20%, rgba(224,23,34,.08), transparent 25%),
    radial-gradient(circle at 85% 10%, rgba(20,134,255,.08), transparent 28%),
    #0b0b0d;
  color: #fff;
  border-top: 1px solid #202025;
  border-bottom: 1px solid #202025;
}

.collection-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.collection-heading h2 {
  margin: 0 0 14px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .95;
  text-transform: uppercase;
}

.collection-heading p:not(.kicker) {
  margin: 0;
  color: #94989e;
}

.collection-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.collection-card {
  min-height: 156px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
  border: 1px solid #2e3035;
  background:
    linear-gradient(145deg, rgba(255,255,255,.025), transparent 60%),
    #121216;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: .22s ease;
}

.collection-card:hover,
.collection-card.active {
  transform: translateY(-3px);
  border-color: #8c9299;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.collection-card.active {
  background:
    linear-gradient(135deg, rgba(224,23,34,.12), transparent 40%),
    linear-gradient(315deg, rgba(20,134,255,.11), transparent 45%),
    #151519;
}

.collection-number {
  margin-bottom: auto;
  color: #73777e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.collection-card strong {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}

.collection-card small {
  color: #8f9399;
  font-size: 10px;
  letter-spacing: .5px;
}

.collection-status {
  margin-top: 18px;
  color: #8f9399;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-status strong {
  color: #fff;
}

.design-card.category-hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .collection-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .collection-filter-section {
    padding-top: 50px;
  }

  .collection-cards {
    grid-template-columns: 1fr;
  }

  .collection-card {
    min-height: 120px;
  }
}


.btn-checkout {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #050505;
  font-weight: 900;
  letter-spacing: .04em;
}

.btn-checkout:hover {
  background: #d9d9d9;
}

.btn-checkout:disabled {
  cursor: wait;
  opacity: .65;
}

.checkout-message {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: #ffb8b8;
  font-size: .82rem;
  line-height: 1.4;
}


/* ===== JUGGALO SHIT COLLECTION ===== */
.juggalo-banner {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 25%, rgba(183,16,28,.28), transparent 28%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,.05), transparent 30%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 2px, transparent 2px 10px),
    linear-gradient(135deg,#050505,#151015 52%,#080708);
  border-top: 1px solid #2a2023;
  border-bottom: 1px solid #2a2023;
}
.juggalo-banner::before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  background:
    linear-gradient(90deg,transparent 49.5%,rgba(255,255,255,.08) 50%,transparent 50.5%),
    linear-gradient(transparent 49.5%,rgba(255,255,255,.05) 50%,transparent 50.5%);
  background-size:90px 90px;
}
.juggalo-banner-inner {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:center;
}
.juggalo-eyebrow {
  display:inline-block;
  margin-bottom:14px;
  color:#d6a8ad;
  font-size:10px;
  font-weight:900;
  letter-spacing:2.8px;
}
.juggalo-banner h2 {
  margin:0;
  font-family:"Oswald",sans-serif;
  font-size:clamp(58px,8vw,110px);
  line-height:.88;
  text-transform:uppercase;
  text-shadow:0 0 28px rgba(183,16,28,.28);
}
.juggalo-banner p {
  margin:22px 0 26px;
  color:#bfb7ba;
  font-size:14px;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.juggalo-shop-btn {
  min-height:48px;
  padding:0 22px;
  border:1px solid #fff;
  background:#fff;
  color:#080808;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}
.juggalo-banner-art {
  min-height:310px;
  position:relative;
  display:grid;
  place-items:center;
}
.juggalo-banner-art strong {
  position:relative;
  z-index:3;
  font-family:"Oswald",sans-serif;
  font-size:120px;
  letter-spacing:-8px;
  color:#fff;
  text-shadow:0 0 18px rgba(255,255,255,.2),0 0 40px rgba(183,16,28,.35);
}
.juggalo-diamond {
  position:absolute;
  font-size:235px;
  color:transparent;
  -webkit-text-stroke:1px rgba(255,255,255,.22);
}
.juggalo-ring {
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
}
.ring-one { width:300px; height:300px; }
.ring-two { width:230px; height:230px; border-color:rgba(183,16,28,.25); }
.collection-card-juggalo {
  background:radial-gradient(circle at 80% 18%,rgba(183,16,28,.28),transparent 40%),#141012;
}
.collection-card-juggalo.active,
.collection-card-juggalo:hover {
  border-color:#9f343e;
  box-shadow:0 16px 40px rgba(95,8,18,.28);
}
.collection-empty-state {
  margin:20px 0 34px;
  padding:36px;
  border:1px dashed #3a3034;
  background:#111013;
  color:#fff;
  text-align:center;
}
.collection-empty-state strong {
  display:block;
  margin-bottom:8px;
  font-family:"Oswald",sans-serif;
  font-size:26px;
  text-transform:uppercase;
}
.collection-empty-state p {
  max-width:650px;
  margin:0 auto;
  color:#8e898c;
  font-size:12px;
  line-height:1.6;
}
@media (max-width:820px) {
  .juggalo-banner-inner { grid-template-columns:1fr; }
  .juggalo-banner-art { min-height:250px; }
}
