:root {
  --store-gutter: clamp(20px, 5vw, 80px);
  --store-width: 1440px;
  --radius: 20px;
  color-scheme: dark;
}

body {
  background: #070a11;
}

.topbar {
  padding-block: 10px;
  background: linear-gradient(90deg, #0b3260, #07101d 45%, #3a101a);
  font-size: .75rem;
  letter-spacing: .08em;
}

.site-header {
  height: 88px;
  padding-inline: max(var(--store-gutter), calc((100vw - var(--store-width)) / 2));
  background: #070b13f5;
}

.site-header .brand {
  font-size: .96rem;
  letter-spacing: -.02em;
}

.site-header .brand img {
  width: 54px;
  height: 54px;
}

.site-header nav {
  gap: clamp(16px, 2vw, 28px);
}

.site-header nav a {
  color: #c1cbdc;
  font-size: .875rem;
}

.header-whatsapp {
  min-height: 44px;
  font-size: .875rem;
}

.campaign-hero {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 88px;
  border-bottom: 1px solid #26354a;
  background: #04070c;
}

.campaign-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #0e7cff, #0e7cff00 43%, #ff1d2900 60%, #ff1d29);
}

.campaign-inner {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 570px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 56px var(--store-gutter);
}

.campaign-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}

.campaign-art img {
  position: absolute;
  inset: 0 0 0 auto;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.campaign-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #04070c 0%, #04070ce0 17%, #04070c30 44%, #04070c00 58%);
}

.campaign-copy {
  width: min(58%, 650px);
}

.campaign-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 0 0 26px;
  color: #79bdff;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.campaign-kicker span {
  border-left: 1px solid #465973;
  padding-left: 16px;
  color: #b4bfd0;
  font-size: .75rem;
  letter-spacing: .09em;
}

.campaign-copy h1 {
  margin: 0;
  color: #fff;
  font: clamp(3.3rem, 5.8vw, 5.35rem)/1.04 "Archivo Black", sans-serif;
  letter-spacing: -.065em;
}

.campaign-copy h1 span {
  color: #8ecbff;
  background: linear-gradient(120deg, #f4faff 4%, #8dcdff 52%, #2189ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.campaign-description {
  max-width: 380px;
  margin: 24px 0 28px;
  color: #c0cada;
  font-size: 1rem;
  line-height: 1.7;
}

.campaign-button {
  min-height: 52px;
  gap: 24px;
  border: 1px solid #6fb6ff70;
  border-radius: 12px;
  padding: 14px 22px;
  background: linear-gradient(115deg, #187df4, #075bbd);
  box-shadow: 0 8px 30px #0e7cff33;
  font-size: .9375rem;
  transition: background .2s ease, transform .2s ease;
}

.campaign-button span {
  font-size: 1.25rem;
}

.campaign-button:hover {
  transform: translateY(-2px);
  background: #198aff;
}

.campaign-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 22px 0 0;
  color: #acbbcf;
  font-size: .875rem;
}

.campaign-price strong {
  color: #fff;
  font-size: 1.35rem;
  letter-spacing: -.035em;
}

.store-ready .campaign-copy {
  animation: store-copy-in .7s ease both;
}

.store-ready .campaign-art {
  animation: store-art-in .9s ease both;
}

.catalog-shell {
  max-width: var(--store-width);
  margin: 0 auto;
  padding: 54px var(--store-gutter) 72px;
  background: transparent;
}

.catalog-heading {
  gap: 24px;
  margin-bottom: 26px;
}

.catalog-heading h2 {
  font-size: clamp(1.75rem, 3.3vw, 2.8rem);
  line-height: 1.12;
}

.catalog-heading > p {
  max-width: 380px;
  justify-self: end;
  font-size: .9375rem;
  line-height: 1.65;
}

.catalog-shortcuts {
  gap: 10px;
  margin: 0 0 52px;
  padding: 4px 3px 16px;
  scroll-padding-inline: 3px;
  scroll-snap-type: x proximity;
  scrollbar-color: #345678 #101722;
}

.catalog-shortcuts a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 10px 16px 10px 10px;
  border-color: #233149;
  border-radius: 15px;
  background: linear-gradient(130deg, #101a2b, #0b111c);
  font-size: .875rem;
  line-height: 1.35;
  scroll-snap-align: start;
}

.catalog-shortcuts a img {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  background: #ddd;
}

.catalog-shortcuts a small {
  display: block;
  margin-top: 5px;
  color: #8ec2ff;
  font-size: .8125rem;
  font-weight: 600;
}

.catalog-shortcuts a.category-soon {
  border-style: dashed;
  padding-inline: 18px;
  background: #0a101b;
}

.catalog-shortcuts a.category-soon small {
  color: #98a8bd;
}

.catalog-group {
  margin-bottom: 76px;
}

.group-heading {
  position: relative;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #223047;
}

.group-heading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 90px;
  height: 2px;
  background: linear-gradient(90deg, #0e7cff, #ff1d29);
}

.group-heading h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
  line-height: 1.15;
}

.group-heading p {
  font-size: .9375rem;
  line-height: 1.65;
}

.group-heading > b {
  font-size: .8125rem;
}

.product-grid {
  gap: 24px;
}

.product-card {
  border-color: #253149;
  background: linear-gradient(145deg, #111b2a, #0b111c);
  box-shadow: 0 12px 28px #00000016;
}

.product-card:hover {
  border-color: #5278a9;
  transform: translateY(-4px);
}

.product-info {
  padding: 24px;
}

.apparel-card {
  border-color: #304361;
  background: linear-gradient(140deg, #101727, #070a12 70%);
}

.apparel-card .product-gallery {
  background: #05070d;
  border-bottom: 1px solid #2b3b55;
}

.apparel-card .product-image {
  background:
    radial-gradient(ellipse at 0 0, #0e7cff1f, transparent 48%),
    radial-gradient(ellipse at 100% 100%, #ff1d291a, transparent 48%),
    #05070d;
}

.apparel-card .product-slide {
  padding: 10px;
}

.apparel-card .product-badge {
  border-color: #78b4ff66;
  background: #080d18f0;
}

.product-meta {
  color: #86a9d0;
  font-size: .75rem;
}

.product-info h3 {
  font-size: 1.125rem;
  line-height: 1.35;
}

.product-badge {
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 11px;
  border: 1px solid #ffffff44;
  border-radius: 8px;
  color: #fff;
  background: #0a1328ed;
  font-size: .75rem;
}

.price {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: -.035em;
}

.price small {
  margin-top: 2px;
  font-size: .75rem;
  letter-spacing: 0;
}

.buy-button {
  min-height: 48px;
  border-radius: 10px;
  font-size: .875rem;
}

.gallery-controls button {
  width: 40px;
  height: 40px;
}

.gallery-controls span {
  font-size: .8125rem;
}

.catalog-products:has(> .product-card:only-child) {
  grid-template-columns: minmax(0, 900px);
}

.catalog-products > .product-card:only-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.catalog-products > .product-card:only-child .product-info {
  justify-content: center;
  padding: clamp(24px, 3vw, 40px);
}

.catalog-products > .product-card:only-child .product-bottom {
  margin-top: 12px;
}

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

.upcoming-card {
  min-height: 200px;
  border-radius: 16px;
}

.vip-strip {
  position: relative;
  overflow: hidden;
  max-width: calc(var(--store-width) - 2 * var(--store-gutter));
  margin: 0 max(var(--store-gutter), calc((100vw - var(--store-width)) / 2 + var(--store-gutter))) 72px;
  border-color: #345074;
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 100% 100%, #c7112640, transparent 55%),
    linear-gradient(115deg, #092857, #0b162a 60%, #1c101d);
}

.vip-strip h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.15;
}

.vip-strip .contact-button {
  flex: 0 0 auto;
  border-radius: 12px;
}

footer {
  padding-inline: max(var(--store-gutter), calc((100vw - var(--store-width)) / 2 + var(--store-gutter)));
  background: #050810;
}

.brand-banner {
  border-radius: 18px;
}

.brand-banner-surface {
  border-radius: 16px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #90c8ff;
  outline-offset: 4px;
}

@keyframes store-copy-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes store-art-in {
  from { opacity: .65; }
  to { opacity: 1; }
}

@media (min-width: 1440px) {
  .campaign-inner {
    min-height: 620px;
    padding-inline: max(var(--store-gutter), calc((1600px - var(--store-width)) / 2 + var(--store-gutter)));
  }
}

@media (max-width: 1100px) {
  .campaign-inner { min-height: 510px; }
  .campaign-copy { width: 60%; }
  .campaign-copy h1 { font-size: clamp(2.9rem, 5.6vw, 4rem); }
  .campaign-art img { right: -95px; }
  .site-header .brand span { display: none; }
}

@media (max-width: 900px) {
  .catalog-heading { grid-template-columns: 1fr; }
  .catalog-heading > p { justify-self: start; }
  .campaign-description { max-width: 310px; }
  .campaign-art img { right: -130px; }
  .campaign-art::after { background: linear-gradient(90deg, #04070c 0%, #04070cb0 25%, transparent 72%); }
  .upcoming-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .site-header { height: 74px; }
  .site-header .brand img { width: 48px; height: 48px; }
  .topbar { font-size: .75rem; letter-spacing: .02em; }
  .campaign-inner {
    display: block;
    min-height: 0;
    padding: 34px 24px 300px;
  }
  .campaign-copy { width: 100%; }
  .campaign-copy h1 { font-size: clamp(2.5rem, 8.5vw, 3.5rem); letter-spacing: -.055em; }
  .campaign-kicker { margin-bottom: 18px; gap: 10px; letter-spacing: .05em; }
  .campaign-kicker span { padding-left: 10px; font-size: .75rem; letter-spacing: .04em; }
  .campaign-description { max-width: 380px; margin: 16px 0 20px; }
  .campaign-price { margin-top: 16px; }
  .campaign-art { inset: auto 0 0; height: 300px; }
  .campaign-art img { right: 0; }
  .campaign-art::after { background: linear-gradient(180deg, #04070c, transparent 23%); }
  .catalog-shell { padding-top: 40px; padding-bottom: 48px; }
  .catalog-shortcuts { margin-bottom: 38px; }
  .catalog-group { margin-bottom: 54px; }
  .catalog-products > .product-card:only-child { display: flex; }
  .catalog-products > .product-card:only-child .product-info { padding: 24px; }
  .catalog-products > .product-card:only-child .product-bottom { margin-top: auto; }
  .group-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .group-heading > b { position: static; }
  .vip-strip { margin-bottom: 48px; }
}

@media (max-width: 580px) {
  .upcoming-grid { grid-template-columns: 1fr; }
  .catalog-products { grid-template-columns: 1fr; }
  .catalog-heading h2 { font-size: 1.85rem; }
  .catalog-shortcuts a { min-height: 74px; }
  .vip-strip { padding: 28px 24px; }
  .footer-brand span { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  .store-ready .campaign-copy,
  .store-ready .campaign-art { animation: none; }
  .campaign-button,
  .product-card { transition: none; }
  .campaign-button:hover,
  .product-card:hover { transform: none; }
}
