:root {
  color-scheme: dark;
  --bg: #070707;
  --panel: #111;
  --panel-2: #181818;
  --text: #f7f7f7;
  --muted: #b7b7b7;
  --line: #2a2a2a;
  --red: #e50914;
  --red-2: #ff3340;
  --white: #fff;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 8%, rgba(229, 9, 20, 0.18), transparent 28%),
    #070707;
  background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 7, 7, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 42px;
  flex: 0 0 auto;
  overflow: hidden;
  background: #000;
}

.brand-mark img {
  width: 112%;
  height: 112%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-toggle {
  display: inline-grid;
  gap: 5px;
  width: 44px;
  height: 44px;
  place-content: center;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.main-nav {
  position: fixed;
  top: 76px;
  left: 16px;
  right: 16px;
  display: none;
  padding: 12px;
  background: #101010;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.main-nav.is-open {
  display: grid;
}

.main-nav a {
  padding: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--white);
  background: var(--red);
}

.cart-link span {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  margin-left: 6px;
  place-items: center;
  background: var(--white);
  color: #000;
  font-size: 0.75rem;
}

.page {
  min-height: 62vh;
}

.section {
  padding: clamp(48px, 8vw, 92px) clamp(16px, 4vw, 48px);
}

.section.tight {
  padding-top: 32px;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding: clamp(36px, 7vw, 72px) clamp(16px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.95) 0%, rgba(7, 7, 7, 0.74) 54%, rgba(7, 7, 7, 0.5) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='1000' viewBox='0 0 1400 1000'%3E%3Crect width='1400' height='1000' fill='%23101010'/%3E%3Cg opacity='.96'%3E%3Crect x='785' y='105' width='330' height='560' fill='%23f5f5f5' transform='rotate(-12 950 385)'/%3E%3Crect x='805' y='128' width='290' height='515' fill='%23060606' transform='rotate(-12 950 385)'/%3E%3Cpath d='M650 670c130-47 305-76 465-20 80 28 121 78 101 129-17 43-92 61-191 53l-474-38c-81-7-124-35-112-68 13-34 92-39 211-56z' fill='%23e50914'/%3E%3Cpath d='M520 615c55-67 176-115 297-104 148 14 217 105 197 190-218 34-383 23-494-86z' fill='%23ffffff'/%3E%3Cpath d='M580 630c87 43 219 59 399 39 13 41-1 79-40 110-147 5-271-15-372-61-29-13-24-62 13-88z' fill='%23080808'/%3E%3Crect x='940' y='170' width='78' height='315' fill='%23e50914' transform='rotate(-12 979 327)'/%3E%3Crect x='250' y='168' width='225' height='300' fill='%23e50914'/%3E%3Crect x='287' y='208' width='151' height='220' fill='%23060606'/%3E%3Cpath d='M266 168h208l-39-88H305z' fill='%23fff'/%3E%3Ccircle cx='1185' cy='248' r='90' fill='%23fff'/%3E%3Ccircle cx='1185' cy='248' r='55' fill='%23060606'/%3E%3Ccircle cx='1185' cy='248' r='28' fill='%23e50914'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}

.hero-content {
  width: min(780px, 100%);
}

.hero-logo {
  display: block;
  width: min(680px, 100%);
  margin: 0 0 20px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(229, 9, 20, 0.38));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 2.6rem;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 3.2rem;
  line-height: 0.86;
}

h2 {
  font-size: 2rem;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero p,
.lead {
  color: #e7e7e7;
  font-size: 1.02rem;
  line-height: 1.65;
}

.actions,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.button,
button {
  min-height: 46px;
  border: 0;
  padding: 13px 18px;
  background: var(--red);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}

.button.secondary,
button.secondary {
  background: var(--white);
  color: #000;
}

.button.ghost,
button.ghost {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
}

.trust-strip {
  display: grid;
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.trust-item {
  padding: 18px;
  background: #0d0d0d;
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.trust-item span {
  color: var(--muted);
}

.split {
  display: grid;
  gap: 28px;
}

.panel {
  border: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.95);
  box-shadow: var(--shadow);
}

.panel-pad {
  padding: clamp(18px, 4vw, 34px);
}

.category-grid,
.product-grid,
.proof-grid,
.info-grid {
  display: grid;
  gap: 14px;
}

.category-card {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #191919, #060606 62%);
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 78px;
  height: 78px;
  background: var(--red);
  clip-path: polygon(50% 0, 100% 32%, 82% 100%, 18% 100%, 0 32%);
  opacity: 0.88;
}

.category-card h3,
.product-card h3 {
  position: relative;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.category-card p,
.product-card p,
.muted {
  color: var(--muted);
  line-height: 1.55;
}

.toolbar {
  display: grid;
  gap: 12px;
  margin: 28px 0 18px;
}

.search-box,
.select,
.field input,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  background: #0d0d0d;
  color: var(--text);
  padding: 12px 14px;
  outline: none;
}

.search-box:focus,
.select:focus,
.field input:focus,
.field textarea:focus {
  border-color: var(--red-2);
}

.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #101010;
}

.product-art {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(229, 9, 20, 0.26), transparent 32%),
    linear-gradient(135deg, #1d1d1d, #050505);
  border-bottom: 1px solid var(--line);
}

.product-visual {
  width: min(230px, 78%);
  aspect-ratio: 1.25;
  position: relative;
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
}

.visual-sneaker::before {
  top: 46%;
  height: 38%;
  background: var(--white);
  clip-path: polygon(4% 52%, 30% 12%, 58% 28%, 76% 58%, 98% 64%, 92% 88%, 10% 88%);
}

.visual-sneaker::after {
  top: 61%;
  height: 20%;
  background: var(--red);
  clip-path: polygon(0 35%, 96% 35%, 100% 64%, 8% 78%);
}

.visual-hoodie::before {
  inset: 8% 20% 0;
  background: var(--red);
  clip-path: polygon(28% 0, 72% 0, 100% 24%, 84% 100%, 16% 100%, 0 24%);
}

.visual-hoodie::after {
  inset: 18% 36% auto;
  height: 44%;
  border: 10px solid #090909;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.visual-bag::before {
  inset: 24% 16% 4%;
  background: var(--white);
}

.visual-bag::after {
  inset: 5% 32% 52%;
  border: 14px solid var(--red);
  border-bottom: 0;
  border-radius: 70px 70px 0 0;
}

.visual-watch::before {
  inset: 0 39%;
  background: var(--white);
}

.visual-watch::after {
  inset: 27%;
  background: var(--red);
  border: 12px solid #080808;
  border-radius: 50%;
}

.visual-tool::before {
  inset: 35% 8% 34% 8%;
  background: var(--red);
  transform: rotate(-25deg);
}

.visual-tool::after {
  inset: 14% 52% 42% 16%;
  border: 18px solid var(--white);
  border-right: 0;
  border-radius: 60px 0 0 60px;
  transform: rotate(-25deg);
}

.visual-jacket::before {
  inset: 6% 14% 0;
  background: var(--white);
  clip-path: polygon(32% 0, 68% 0, 100% 23%, 88% 100%, 56% 100%, 50% 22%, 44% 100%, 12% 100%, 0 23%);
}

.visual-jacket::after {
  inset: 14% 46% 4%;
  background: var(--red);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  background: #232323;
  color: #e4e4e4;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
}

.price {
  font-size: 1.3rem;
  font-weight: 900;
}

.detail-grid {
  display: grid;
  gap: 22px;
}

.detail-art {
  min-height: 360px;
}

.detail-list,
.faq-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.detail-list li,
.faq-item,
.cart-line,
.proof-card,
.contact-card {
  border: 1px solid var(--line);
  background: #101010;
  padding: 16px;
}

.cart-layout {
  display: grid;
  gap: 18px;
}

.cart-line {
  display: grid;
  gap: 12px;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.qty-controls button {
  width: 36px;
  min-height: 36px;
  padding: 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.summary-row.total {
  font-size: 1.35rem;
  font-weight: 900;
  border-bottom: 0;
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.steps li::before {
  content: counter(step);
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--red);
  font-weight: 900;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050505;
}

.footer-signup {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 54px) clamp(16px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
}

.footer-signup h2 {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.signup-form {
  display: grid;
  gap: 10px;
}

.signup-form input {
  min-height: 52px;
  border: 1px solid var(--line);
  background: #111;
  color: var(--text);
  padding: 0 14px;
}

.footer-grid {
  display: grid;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px) clamp(16px, 4vw, 48px);
}

.footer-grid h3 {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer-grid a {
  display: block;
  margin: 8px 0;
  color: var(--muted);
}

.footer-grid p,
.legal {
  color: var(--muted);
  line-height: 1.6;
}

.legal {
  margin: 0;
  padding: 18px clamp(16px, 4vw, 48px);
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
}

.notice {
  border-left: 5px solid var(--red);
  background: #111;
  padding: 16px;
  color: #e6e6e6;
}

.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 (min-width: 680px) {
  h1 {
    font-size: 3.4rem;
  }

  .hero h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero p,
  .lead {
    font-size: 1.18rem;
  }

  .footer-signup h2 {
    font-size: 2.45rem;
  }

  .trust-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .category-grid,
  .product-grid,
  .proof-grid,
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .toolbar {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }

  .signup-form {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 920px) {
  h1 {
    font-size: 4.2rem;
  }

  .hero h1 {
    font-size: 7rem;
  }

  h2 {
    font-size: 4.4rem;
  }

  .footer-signup h2 {
    font-size: 3.4rem;
  }

  .nav-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav a {
    padding: 12px 11px;
    font-size: 0.78rem;
  }

  .split,
  .detail-grid,
  .cart-layout,
  .footer-signup {
    grid-template-columns: 1fr 0.82fr;
    align-items: start;
  }

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

  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
  }
}

@media (min-width: 1180px) {
  .main-nav a {
    padding-inline: 14px;
    font-size: 0.82rem;
  }
}
