@font-face { font-family: "Anton"; src: url("../fuentes/anton-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fuentes/manrope-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fuentes/manrope-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fuentes/manrope-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fuentes/manrope-800.woff2") format("woff2"); font-weight: 800; font-display: swap; }
:root {
  --purple: #7c1fe0;
  --purple-bright: #b14cff;
  --purple-deep: #3d0f73;
  --black: #0b0b0e;
  --black-soft: #1b1720;
  --white: #ffffff;
  --bg: #f7f5fa;
  --bg-card: #ffffff;
  --gray-line: #e2deea;
  --ink: #17141c;
  --ink-soft: #5a5468;
  --max-w: 1280px;
  --ff-display: "Anton", "Arial Narrow", sans-serif;
  --ff-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --cut: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--ff-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
input, select, textarea { font-family: inherit; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.center-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--purple);
}
.eyebrow::before, .eyebrow::after { content: ""; width: 18px; height: 2px; background: var(--purple); }
.section-title {
  font-family: var(--ff-display); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem); line-height: 0.95; margin-top: 10px;
}
.section-sub { font-size: 15px; color: var(--ink-soft); margin-top: 12px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.grain-overlay {
  position: fixed; inset: 0; z-index: 3; pointer-events: none; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.grunge-layer { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.grunge-layer__speckles {
  position: absolute; inset: 0; background-repeat: repeat; background-size: 260px 260px;
  background-image:
    radial-gradient(circle at 18% 25%, rgba(17,17,17,0.1) 0 3px, transparent 3px),
    radial-gradient(circle at 68% 60%, rgba(124,31,224,0.13) 0 4px, transparent 4px),
    radial-gradient(circle at 42% 82%, rgba(17,17,17,0.08) 0 2px, transparent 2px),
    radial-gradient(circle at 85% 18%, rgba(124,31,224,0.11) 0 3px, transparent 3px),
    radial-gradient(circle at 8% 72%, rgba(17,17,17,0.09) 0 3px, transparent 3px),
    radial-gradient(circle at 55% 12%, rgba(124,31,224,0.1) 0 2px, transparent 2px),
    radial-gradient(circle at 30% 50%, rgba(17,17,17,0.06) 0 2px, transparent 2px);
}
.stain { position: absolute; opacity: 0.06; animation: airstore-stain-drift 27s ease-in-out infinite; }
.stain svg { width: 100%; height: 100%; }
.stain--purple { color: var(--purple); }
.stain--black { color: var(--black); }
.stain--1 { width: 480px; height: 480px; top: -14%; left: -12%; }
.stain--2 { width: 400px; height: 400px; bottom: -16%; right: -10%; animation-delay: -9s; opacity: 0.05; }
.stain--3 { width: 300px; height: 300px; top: 40%; left: 46%; opacity: 0.04; animation-delay: -17s; }
.stain--mid { width: 340px; height: 340px; top: 62%; right: -8%; opacity: 0.045; animation-delay: -6s; }
.stain--mid2 { width: 280px; height: 280px; top: 88%; left: -6%; opacity: 0.05; animation-delay: -13s; }
@keyframes airstore-stain-drift {
  0%, 100% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(10px,-8px) rotate(3deg); }
}

.info-strip { position: relative; z-index: 1; background: var(--black); border-top: 2px solid var(--purple); border-bottom: 2px solid var(--purple); }
.info-strip__row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 14px; padding: 14px 0;
}
.info-strip__item {
  display: inline-flex; align-items: center; color: var(--white);
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 7px 16px; border: 1px solid rgba(177,76,255,0.5); clip-path: var(--cut);
}
@media (max-width: 640px) { .info-strip__row { gap: 8px 10px; padding: 12px 16px; } .info-strip__item { font-size: 10px; padding: 6px 12px; } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 30px; font-weight: 800; font-size: 13px; letter-spacing: 0.06em;
  text-transform: uppercase; clip-path: var(--cut); transition: transform 0.2s var(--ease), filter 0.2s var(--ease);
  white-space: nowrap; position: relative; overflow: hidden;
}
.btn:hover { transform: translateY(-2px); }
.btn::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-20deg); transition: left 0.7s var(--ease); pointer-events: none;
}
.btn:hover::after { left: 130%; }
.btn--primary { background: var(--purple); color: var(--white); }
.btn--primary:hover { filter: brightness(1.12); }
.btn--primary:disabled { background: #cfc7dd; color: #8f88a1; cursor: not-allowed; transform: none; }
.btn--dark { background: var(--black); color: var(--white); }
.btn--dark:hover { background: var(--black-soft); }
.btn--outline { background: transparent; color: var(--black); border: 2px solid var(--black); clip-path: var(--cut); }
.btn--outline:hover { background: var(--black); color: var(--white); }
.btn--ghost-light { background: transparent; color: var(--white); border: 2px solid var(--white); clip-path: var(--cut); }
.btn--ghost-light:hover { background: var(--white); color: var(--black); }
.btn--small { padding: 9px 16px; font-size: 11px; }
.btn--full { width: 100%; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 18px 0; border-bottom: 1px solid transparent;
  transition: background 0.3s var(--ease), padding 0.3s var(--ease), border-color 0.3s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(247, 245, 250, 0.94); backdrop-filter: blur(10px);
  padding: 10px 0; border-bottom-color: var(--gray-line);
}
.site-header.nav-open { z-index: 96; }
.site-header__inner {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
}
.header-left { display: flex; align-items: center; gap: 22px; min-width: 0; }
.header-nav-left { display: flex; gap: 26px; align-items: center; }
.back-to-main {
  font-size: 11px; font-weight: 700; letter-spacing: 0.02em; text-transform: none;
  color: var(--ink-soft); opacity: 0.65;
  padding-right: 14px; border-right: 1.5px solid var(--gray-line);
  transition: opacity 0.2s var(--ease), color 0.2s var(--ease);
  white-space: nowrap;
}
.back-to-main:hover { opacity: 1; color: var(--purple); }
@media (max-width: 640px) {
  .back-to-main { font-size: 10px; padding-right: 8px; }
  .logo { font-size: 19px; }
}
@media (max-width: 480px) {
  .back-to-main__label { display: none; }
  .back-to-main { padding-right: 8px; border-right-width: 1px; }
}
.header-nav-left a { font-size: 12.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; position: relative; }
.header-nav-left a::after {
  content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--purple);
  transition: width 0.25s var(--ease);
}
.header-nav-left a:hover::after { width: 100%; }
.logo {
  font-family: var(--ff-display); font-size: 24px; letter-spacing: 0.02em; text-transform: uppercase;
  display: flex; align-items: center; gap: 6px; justify-self: center; white-space: nowrap;
}
.logo__bolt { width: 16px; height: 20px; flex: none; }
.logo span { color: var(--purple); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.icon-btn {
  position: relative; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--black); border-radius: 50%;
}
.cart-count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 4px;
  border-radius: 50%; background: var(--purple); color: var(--white); font-size: 11px; font-weight: 800;
  display: none; align-items: center; justify-content: center;
}
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; }
.nav-toggle span { width: 22px; height: 2px; background: var(--black); transition: transform 0.25s var(--ease), opacity 0.2s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; padding: 170px 0 110px; overflow: hidden; text-align: center; background: var(--black); color: var(--white); }
.hero__glow {
  position: absolute; inset: -20% -10% auto auto; width: 60vw; height: 60vw; max-width: 700px; max-height: 700px;
  background: radial-gradient(circle, var(--purple) 0%, transparent 70%); opacity: 0.35; filter: blur(10px); z-index: 0;
  animation: airstore-aurora 11s ease-in-out infinite;
}
.hero__glow--2 {
  inset: auto auto -30% -15%; background: radial-gradient(circle, var(--purple-bright) 0%, transparent 70%); opacity: 0.22;
  animation-delay: -5.5s;
}
@keyframes airstore-aurora { 0%, 100% { opacity: 0.32; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.14); } }
.hero__float {
  position: absolute; color: var(--purple); opacity: 0.16; z-index: 0; pointer-events: none;
}
.hero__float svg { width: 100%; height: 100%; }
.hero__float--1 { width: 260px; top: 12%; left: 4%; animation: airstore-float-a 16s ease-in-out infinite; }
.hero__float--2 { width: 180px; bottom: 10%; right: 8%; color: var(--purple-bright); opacity: 0.14; animation: airstore-float-b 13s ease-in-out infinite; }
.hero__float--3 { width: 140px; top: 55%; left: 50%; opacity: 0.1; animation: airstore-float-c 19s ease-in-out infinite; }
@keyframes airstore-float-a { 0%,100% { transform: translate(0,0) rotate(-8deg); } 50% { transform: translate(24px,-18px) rotate(2deg); } }
@keyframes airstore-float-b { 0%,100% { transform: translate(0,0) rotate(10deg); } 50% { transform: translate(-20px,16px) rotate(-4deg); } }
@keyframes airstore-float-c { 0%,100% { transform: translate(0,0) rotate(4deg) scale(1); } 50% { transform: translate(14px,10px) rotate(-6deg) scale(1.06); } }

.hero__inner { position: relative; z-index: 1; }
.hero__eyebrow { color: var(--purple-bright); }
.hero__eyebrow::before, .hero__eyebrow::after { background: var(--purple-bright); }
.hero h1 { font-family: var(--ff-display); font-size: clamp(3.2rem, 10vw, 7rem); line-height: 0.9; text-transform: uppercase; margin-top: 16px; transform: skewX(-1deg); }
.hero h1 span {
  background: linear-gradient(90deg, var(--purple-bright), #ff9fe0, var(--purple-bright));
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: airstore-gradient-shift 5s ease-in-out infinite;
}
@keyframes airstore-gradient-shift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.hero__text { max-width: 44ch; margin: 22px auto 34px; font-size: 16px; color: #cfc9dc; }
.hero__ctas { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.quicklook { position: relative; overflow: hidden; padding: 90px 0 60px;
  background: radial-gradient(circle at 10% 10%, rgba(124,31,224,0.06), transparent 40%),
              radial-gradient(circle at 92% 90%, rgba(177,76,255,0.05), transparent 38%), var(--bg); }
.quicklook-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; z-index: 1; }
.quicklook-tile {
  position: relative; aspect-ratio: 1/1; border-radius: 8px; overflow: hidden; border: 2px solid var(--black);
  background: var(--black-soft);
}
.quicklook-tile .ph-tile { position: absolute; inset: 0; }
.quicklook-tile__name {
  position: absolute; inset: auto 0 0 0; padding: 10px 8px; text-align: center;
  font-family: var(--ff-display); font-size: 13px; letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--white); background: linear-gradient(to top, rgba(11,11,14,0.88), transparent);
}

.ph-tile {
  position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 30%, var(--black-soft), var(--black)); padding: 14%;
}
.ph-tile svg { width: 100%; height: 100%; }
.ph-tile__caption {
  position: absolute; bottom: 8px; left: 0; right: 0; text-align: center; font-size: 10px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.ph-tile--fill { width: 100%; height: 100%; border-radius: inherit; }
.ph-tile--photo { background: var(--gray-line); padding: 0; }
.ph-tile--photo img { width: 100%; height: 100%; object-fit: cover; }

.catalog { position: relative; overflow: hidden; padding: 60px 0 100px;
  background: radial-gradient(circle at 88% 8%, rgba(124,31,224,0.055), transparent 38%),
              radial-gradient(circle at 6% 92%, rgba(177,76,255,0.05), transparent 36%), var(--bg); }
.category-tabs { position: relative; z-index: 1; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.category-tabs button {
  padding: 10px 18px; font-size: 12px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  border: 1.5px solid var(--black); border-radius: 999px; color: var(--black); transition: background 0.2s, color 0.2s;
}
.category-tabs button.is-active { background: var(--black); color: var(--white); }

.catalog__filters {
  position: relative; z-index: 1;
  display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1.5px solid var(--black);
}
.catalog__filters input[type="text"],
.catalog__filters select {
  padding: 10px 14px; border: 1.5px solid var(--black); border-radius: 999px; background: var(--white);
  font-size: 13px; min-width: 150px;
}
.catalog-empty { text-align: center; padding: 60px 0; color: var(--ink-soft); grid-column: 1 / -1; }

.catalog-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card {
  position: relative; background: var(--bg-card); border: 2px solid var(--black); border-radius: 10px; overflow: hidden;
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
  display: flex; flex-direction: column; height: 100%;
}
.product-card::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; z-index: 2;
  background: linear-gradient(90deg, var(--purple), var(--purple-bright));
}
.product-card:hover { box-shadow: 0 14px 30px rgba(17,17,17,0.14); transform: translateY(-3px); }
.product-card.is-highlighted { box-shadow: 0 0 0 4px var(--purple-bright); transform: translateY(-3px); }
.product-card__media-wrap { position: relative; flex-shrink: 0; }
.product-card__media { aspect-ratio: 1/1; cursor: pointer; }
.product-card__next-hint {
  position: absolute; bottom: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(17,17,17,0.55); color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; pointer-events: none; z-index: 2;
}
.product-card__thumbs { display: flex; gap: 6px; justify-content: center; padding: 10px 0 0; flex-shrink: 0; }
.thumb-dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--black); }
.thumb-dot.is-active { background: var(--purple); border-color: var(--purple); }
.product-card__body { padding: 14px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.product-card__models { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.model-chip {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1.5px solid var(--gray-line);
  border-radius: 999px; font-size: 11px; font-weight: 700;
}
.model-chip.is-active { border-color: var(--black); background: var(--black); color: var(--white); }
.model-chip__dot { width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.25); }
.product-card__name { font-family: var(--ff-display); font-size: 22px; text-transform: uppercase; margin-bottom: 6px; }
.product-card__desc { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card__price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.price-now { font-family: var(--ff-display); font-size: 22px; color: var(--purple); }
.price-was { font-size: 13px; color: #a19cae; text-decoration: line-through; }
.product-card__stock { font-size: 11.5px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: #3f8a4c; margin-bottom: 10px; }
.product-card__stock.is-out { color: #c23a3a; }
.product-card__sizes { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.size-chip { width: 38px; height: 34px; border: 1.5px solid var(--gray-line); border-radius: 6px; font-size: 12px; font-weight: 700; }
.size-chip.is-active { border-color: var(--purple); background: var(--purple); color: var(--white); }
.product-card__actions { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.qty-stepper { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--black); border-radius: 999px; padding: 6px 12px; }
.qty-stepper button { font-size: 16px; font-weight: 800; width: 18px; }
.product-card__actions .btn { flex: 1; }

.new-arrivals { padding: 70px 0; background: var(--black); color: var(--white); position: relative; overflow: hidden; }
.grunge-layer--dark { opacity: 0.9; }
.grunge-layer__speckles--dark {
  background-image:
    radial-gradient(circle at 18% 25%, rgba(255,255,255,0.05) 0 3px, transparent 3px),
    radial-gradient(circle at 68% 60%, rgba(177,76,255,0.14) 0 4px, transparent 4px),
    radial-gradient(circle at 42% 82%, rgba(255,255,255,0.04) 0 2px, transparent 2px),
    radial-gradient(circle at 85% 18%, rgba(177,76,255,0.12) 0 3px, transparent 3px),
    radial-gradient(circle at 8% 72%, rgba(255,255,255,0.05) 0 3px, transparent 3px),
    radial-gradient(circle at 55% 12%, rgba(177,76,255,0.1) 0 2px, transparent 2px);
}
.stain--gray { color: #4a4352; }
.new-arrivals .wrap { position: relative; z-index: 1; }
.new-arrivals .center-head .section-title,
.new-arrivals .center-head .eyebrow { color: var(--white); }
.new-arrivals .center-head .eyebrow { color: var(--purple-bright); }
.new-arrivals .center-head .eyebrow::before, .new-arrivals .center-head .eyebrow::after { background: var(--purple-bright); }
.arrivals-row { display: flex; justify-content: center; gap: 18px; overflow-x: auto; padding: 6px 6px 16px; scroll-snap-type: x mandatory; }
.arrivals-row::-webkit-scrollbar { height: 6px; }
.arrival-card { flex: 0 0 220px; scroll-snap-align: start; }
.arrival-card__media { aspect-ratio: 1/1; border-radius: 8px; overflow: hidden; border: 1.5px solid rgba(255,255,255,0.15); }
.arrival-card__name { font-family: var(--ff-display); font-size: 15px; text-transform: uppercase; margin-top: 10px; }
.arrival-card__label { font-size: 12px; color: #b7b0c6; }

.next-drop { position: relative; overflow: hidden; padding: 90px 0; text-align: center;
  background: radial-gradient(circle at 90% 12%, rgba(124,31,224,0.06), transparent 38%),
              radial-gradient(circle at 8% 88%, rgba(177,76,255,0.05), transparent 36%), var(--bg); }
.next-drop .wrap { position: relative; z-index: 1; }
.next-drop__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 34px 0 28px; }
.next-drop__card {
  position: relative; border-radius: 14px; padding: 3px; text-align: left;
  background: linear-gradient(155deg, var(--purple), var(--purple-bright) 45%, var(--black) 100%);
}
.next-drop__card::before {
  content: ""; position: absolute; inset: 3px; border-radius: 12px; background: var(--bg-card); z-index: 0;
}
.next-drop__media { position: relative; z-index: 1; aspect-ratio: 1/1; border-radius: 10px 10px 0 0; overflow: hidden; margin: 0; }
.next-drop__eta {
  position: relative; z-index: 1; margin: 14px 18px 0; font-size: 11px; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--purple);
}
.next-drop__card h3 { position: relative; z-index: 1; font-family: var(--ff-display); font-size: 18px; text-transform: uppercase; margin: 4px 18px 6px; text-align: left; }
.next-drop__card p.next-drop__blurb { position: relative; z-index: 1; font-size: 12.5px; color: var(--ink-soft); margin: 0 18px 16px; text-align: left; }
.next-drop__card .btn { position: relative; z-index: 1; margin: 0 18px 18px; width: calc(100% - 36px); }
.next-drop__general { font-size: 13px; color: var(--ink-soft); }
.link-btn { color: var(--purple); font-weight: 800; text-decoration: underline; text-transform: none; letter-spacing: 0; font-size: 13px; }

.cta-block { background: linear-gradient(135deg, var(--purple-deep), var(--black) 65%); color: var(--white); padding: 110px 0; text-align: center; }
.cta-block h2 { font-family: var(--ff-display); font-size: clamp(2.4rem, 6vw, 4.6rem); text-transform: uppercase; }
.cta-block p { max-width: 46ch; margin: 18px auto 30px; color: #d9d2e8; }
.cta-block__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

.site-footer { padding: 40px 0 28px; text-align: center; border-top: 1px solid var(--gray-line); }
.site-footer .logo { justify-content: center; margin-bottom: 10px; }
.site-footer__links { display: flex; justify-content: center; gap: 18px; font-size: 12px; color: var(--ink-soft); margin-bottom: 10px; }
.site-footer small { font-size: 11.5px; color: #a19cae; }

.overlay { position: fixed; inset: 0; background: rgba(11,11,14,0.5); z-index: 90; opacity: 0; pointer-events: none; transition: opacity 0.3s var(--ease); }
.overlay.is-open { opacity: 1; pointer-events: auto; }
body.no-scroll { overflow: hidden; height: 100%; }
.side-panel {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 92vw); background: var(--bg); z-index: 100;
  transform: translateX(100%); transition: transform 0.4s var(--ease); display: flex; flex-direction: column;
  box-shadow: -8px 0 30px rgba(0,0,0,0.15);
}
.side-panel.is-open { transform: translateX(0); }
.side-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 2px solid var(--black); }
.side-panel__head h2 { font-family: var(--ff-display); font-size: 22px; text-transform: uppercase; }
.side-panel__close { width: 36px; height: 36px; border: 1.5px solid var(--black); border-radius: 50%; }
.side-panel__body { flex: 1; overflow-y: auto; padding: 18px 24px; }
#cartEmpty { color: #a19cae; font-size: 14px; text-align: center; padding: 40px 0; }
.cart-item { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--gray-line); }
.cart-item__name { font-weight: 800; font-size: 13.5px; }
.cart-item__meta { font-size: 11.5px; color: var(--ink-soft); }
.cart-item__price { font-size: 12.5px; color: var(--purple); font-weight: 700; }
.cart-item__qty { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.cart-item__qty button { width: 24px; height: 24px; border: 1px solid var(--black); border-radius: 50%; }
.cart-item__remove { color: #c23a3a; font-size: 14px; }
.side-panel__foot { padding: 20px 24px; border-top: 2px solid var(--black); }
.side-panel__total { display: flex; justify-content: space-between; font-family: var(--ff-display); font-size: 20px; margin-bottom: 14px; }
.side-panel__note { font-size: 11.5px; color: #a19cae; margin-top: 10px; text-align: center; }
.chip-check { flex-direction: row !important; align-items: center; gap: 6px !important; padding: 6px 10px; border: 1px solid var(--gray-line); border-radius: 999px; font-size: 11.5px; }
.chip-check input { width: auto; }

@media (max-width: 980px) {
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .quicklook-grid { grid-template-columns: repeat(3, 1fr); }
  .next-drop__cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .header-nav-left { position: fixed; top: 0; right: 0; bottom: 0; width: min(280px, 78vw); height: 100vh; background: var(--bg);
    flex-direction: column; gap: 0; padding: 100px 28px 28px; transform: translateX(100%);
    transition: transform 0.35s var(--ease); box-shadow: -8px 0 30px rgba(0,0,0,0.15); z-index: 95;
    overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .header-nav-left.is-open { transform: translateX(0); }
  .header-nav-left a { padding: 14px 0; border-bottom: 1px solid var(--gray-line); }
  .nav-toggle { display: flex; position: relative; z-index: 97; }
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .quicklook-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .product-card__body { padding: 10px 12px 14px; }
  .product-card__desc,
  .product-card__models,
  .qty-stepper { display: none; }
  .product-card__name { font-size: 15px; line-height: 1.25; margin-bottom: 5px; }
  .product-card__price { gap: 6px; margin-bottom: 5px; flex-wrap: wrap; }
  .price-now { font-size: 16px; }
  .price-was { font-size: 11px; }
  .product-card__stock { font-size: 10px; margin-bottom: 8px; }
  .product-card__sizes { gap: 5px; margin-bottom: 10px; }
  .size-chip { width: 30px; height: 28px; font-size: 11px; }
  .product-card__actions .btn { font-size: 11px; padding: 9px 8px; }
  .product-card__next-hint { width: 26px; height: 26px; font-size: 15px; }
  .thumb-dot { width: 7px; height: 7px; }
  .next-drop__cards {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 16px; padding: 4px 4px 10px; margin: 34px 0 28px;
  }
  .next-drop__card { flex: 0 0 80%; scroll-snap-align: start; }
}

@media (max-width: 480px) {
  .quicklook-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: 1fr; gap: 14px; max-width: 340px; margin: 0 auto; }
  .cta-block, .next-drop, .quicklook { padding: 64px 0; }
  .product-card__desc, .product-card__models { display: block; }
  .qty-stepper { display: flex; }
  .product-card__body { padding: 14px 18px 20px; }
  .product-card__name { font-size: 17px; }
  .size-chip { width: 38px; height: 34px; font-size: 12px; }
  .product-card__actions .btn { font-size: 12px; padding: 12px 14px; white-space: normal; }
}

input[type="checkbox"] { accent-color: var(--purple-bright); }
