:root {
  --red: #9e1013;
  --black: #181818;
  --cream: #fff;
  --line: #dedede;
  --mono: "DM Mono", monospace;
  --condensed: "Barlow Condensed", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--black);
  font-family: var(--mono);
  font-size: 13px;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-banner {
  height: 29px;
  background: var(--red);
  color: #e0e0e0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
}
.site-header {
  height: 74px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .84);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font: 900 32px/1 var(--condensed);
  letter-spacing: -1.6px;
  color: var(--red);
}

.wordmark2 {
  font: 900 32px/1 var(--condensed);
  letter-spacing: -1.6px;
  color: var(--white);
}

.wordmark span {
  background: none;
  color: var(--red);
  padding: 0;
}
.wordmark .brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 0;
  color: var(--black);
  font: inherit;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.wordmark .brand-x {
  color: var(--red);
  font-size: .78em;
}
.site-header nav {
  display: flex;
  gap: 26px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.site-header nav a:hover,
.header-cta:hover {
  color: var(--red);
}
.header-cta {
  font-size: 10px;
  border: 1px solid var(--black);
  padding: 9px 11px;
}
.mobile-menu-toggle,
.mobile-menu {
  display: none;
}
.hero {
  background: #242424;
  color: #fff;
  height: min(695px, calc(100vh - 103px));
  min-height: 560px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 6vw;
}
.hero-video,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-video {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}
.hero-video-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .38) 52%, rgba(0, 0, 0, .2) 100%), rgba(0, 0, 0, .16);
  pointer-events: none;
}
.hero-copy {
  z-index: 2;
}
.overline {
  font-size: 10px;
  letter-spacing: 0.15em;
  margin: 0 0 18px;
}
.hero h1,
.section-intro h2,
.catalog-header h2,
.contact-section h2,
.dialog-info h2 {
  font: 900 clamp(70px, 11.2vw, 166px)/0.77 var(--condensed);
  letter-spacing: -0.045em;
  margin: 0;
  text-transform: uppercase;
}
.hero h1 em,
h2 em {
  font-style: normal;
  color: var(--red);
}
.hero-subtitle {
  font-size: 12px;
  margin: 29px 0;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 14px 17px;
  font-size: 11px;
  letter-spacing: 0.08em;
  border: 1px solid currentColor;
  transition: 0.2s;
}
.button:hover {
  transform: translate(-3px, -3px);
  box-shadow: 4px 4px 0 currentColor;
}
.button-light {
  background: #fff;
  color: var(--red);
}
.button-red {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.hero-art {
  position: absolute;
  right: 4vw;
  top: 3vw;
  z-index: 2;
  transform: rotate(4deg);
  width: min(15vw, 200px);
  aspect-ratio: 1;
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: none;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}
.hero-stamp {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  font: 800 42px/0.82 var(--condensed);
  color: var(--red);
  z-index: 2;
}
.hero-side {
  position: absolute;
  right: 3vw;
  top: 50%;
  color: #fff;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.ticker {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left:-50vw;
  background: var(--red);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font: 700 16px/43px var(--condensed);
  letter-spacing: 0.08em;
}
.ticker-track {
  display: flex;
  animation: move 18s linear infinite;
  width: max-content;
}
.ticker-group {
  flex: 0 0 auto;
}
.ticker b {
  margin: 0 24px;
}
.drop-section,
.catalog-section {
  padding: 100px 4vw;
  border-bottom: 1px solid var(--line);
}
.drop-section {
  background: var(--red);
  color: #fff;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
}
.drop-section .section-intro h2 {
  color: #fff;
}
.drop-section .section-intro h2 em {
  color: var(--black);
}
.drop-body {
  padding-top: 4px;
}
.drop-note {
  max-width: 390px;
  line-height: 1.6;
}
.countdown {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 32px 0 8px;
}
.countdown div {
  display: flex;
  flex-direction: column;
}
.countdown strong {
  font: 900 clamp(48px, 7.2vw, 104px)/0.75 var(--condensed);
  letter-spacing: -0.04em;
}
.countdown span,
.countdown-state {
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
.countdown i {
  font: 900 35px/1 var(--condensed);
  font-style: normal;
}
.featured-grid {
  grid-column: 1/-1;
  margin-top: 42px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.product-card {
  background: var(--cream);
  cursor: pointer;
  min-width: 0;
}
.drop-section .product-card {
  background: var(--red);
}
.product-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #c6c3bb;
  position: relative;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.product-card:hover .product-image img {
  transform: scale(1.045);
}
.product-label {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 4px 6px;
  background: var(--black);
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.product-availability {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 4px 6px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.product-availability.payment_pending { background: #7d2627; }
.product-info {
  padding: 14px 14px 17px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.product-info h3 {
  margin: 0 0 5px;
  font: 700 21px/1 var(--condensed);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.product-info p {
  margin: 0;
  font-size: 10px;
  opacity: 0.73;
}
.product-price {
  font-size: 11px;
  white-space: nowrap;
}
.price-stack { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.price-original { color: #666; font-size: 10px; text-decoration-thickness: 1px; }
.price-current { color: var(--red); font-size: 13px; }
.discount-badge { position: absolute; right: 9px; top: 9px; padding: 5px 6px; background: var(--red); color: #fff; font: 700 10px var(--mono); letter-spacing: .06em; }
.dialog-price .price-stack { align-items: flex-start; }
.dialog-price .price-current { font-size: 20px; }
.empty-state {
  background: var(--cream);
  color: var(--black);
  grid-column: 1/-1;
  padding: 25px;
  margin: 0;
  text-align: center;
  font-size: 10px;
}
.drop-section .empty-state {
  background: var(--red);
  color: #fff;
}
.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 34px;
}
.catalog-header h2 {
  font-size: clamp(60px, 8vw, 118px);
}
.catalog-reset {
  appearance: none;
  border: 1px solid var(--black);
  background: transparent;
  color: var(--black);
  font: 500 10px var(--mono);
  letter-spacing: .08em;
  padding: 10px 12px;
  cursor: pointer;
}
.category-section { margin: 0 0 48px; overflow: hidden; }
.category-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 16px; }
.category-heading .overline { margin: 0; }
.category-heading h3 { margin: 0; font: 900 clamp(38px, 4.5vw, 64px)/.82 var(--condensed); letter-spacing: -.04em; text-transform: uppercase; }
.category-heading em { color: var(--red); font-style: normal; }
.category-slider { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; padding-bottom: 12px; }
.category-card { flex: 0 0 min(30vw, 330px); min-width: 235px; aspect-ratio: .79; padding: 0; border: 0; color: #fff; background: #222; text-align: left; position: relative; overflow: hidden; cursor: pointer; scroll-snap-align: start; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.03) 36%, rgba(0,0,0,.85) 100%); transition: background .25s ease; }
.category-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.category-card span, .category-card small { position: absolute; z-index: 1; left: 19px; text-transform: uppercase; }
.category-card span { bottom: 39px; font: 900 clamp(38px, 4vw, 58px)/.79 var(--condensed); letter-spacing: -.035em; }
.category-card small { bottom: 17px; font: 500 9px var(--mono); letter-spacing: .13em; }
.category-card:hover img, .category-card:focus-visible img { transform: scale(1.06); }
.category-card:hover::after, .category-card.active::after { background: linear-gradient(180deg, rgba(158,16,19,.08) 25%, rgba(0,0,0,.92) 100%); }
.category-card.active { outline: 3px solid var(--red); outline-offset: -3px; }
.contact-section {
  padding: 120px 4vw 130px;
  background: var(--red);
  color: #fff;
  position: relative;
}
.contact-section h2 {
  font-size: clamp(68px, 10vw, 150px);
  margin-bottom: 25px;
}
.contact-section p:not(.overline) {
  max-width: 355px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.contact-section .button {
  box-shadow: 4px 4px 0 var(--cream);
}
footer {
  padding: 18px 4vw;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.1em;
  background: var(--cream);
}
footer a {
  text-decoration: underline;
}
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(37, 211, 102, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  z-index: 100;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.floating-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}
.product-dialog {
  border: 0;
  padding: 0;
  background: var(--cream);
  color: var(--black);
  width: min(960px, 94vw);
  max-height: 92vh;
}
.product-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}
.dialog-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border: 0;
  background: var(--red);
  color: #fff;
  font: 32px/1 var(--condensed);
  height: 42px;
  width: 42px;
  cursor: pointer;
}
.dialog-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}
.dialog-image-wrap {
  display: flex;
  flex-direction: column;
  background: #d3d0c8;
}
.dialog-image {
  height: min(680px, 90vh);
  background: #d3d0c8;
}
.dialog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dialog-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px 14px;
  background: #f4f1ea;
  border-top: 1px solid var(--line);
}
.dialog-gallery-item {
  width: 62px;
  height: 62px;
  border: 2px solid transparent;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.dialog-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dialog-gallery-item.active {
  border-color: var(--red);
}
.dialog-gallery-item:hover {
  transform: translateY(-1px);
}
.dialog-info {
  padding: 60px 45px;
  overflow: auto;
}
.dialog-info h2 {
  font-size: 62px;
  margin: 0 0 14px;
}
.dialog-price {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 23px;
}
.dialog-info > p:not(.overline):not(.dialog-price) {
  line-height: 1.7;
  max-width: 350px;
}
.dialog-info dl {
  border-top: 1px solid var(--line);
  margin: 28px 0;
  padding: 12px 0;
}
.dialog-info dl div {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}
.dialog-info dt {
  font-size: 9px;
  letter-spacing: 0.1em;
}
.dialog-info dd {
  margin: 0;
}
.hidden {
  display: none;
}
.hero-countdown { color: var(--red); font-size: 10px; letter-spacing: .12em; }
.availability-notice { background: #ffe0e0; border: 1px solid var(--red); color: var(--black); padding: 11px; font-size: 10px; line-height: 1.5; }
.exclusive-hero { padding: 96px 8vw 65px; background: var(--red); color: #fff; }
.exclusive-hero h1, .closed-drop h2 { font: 900 clamp(90px, 15vw, 190px)/.72 var(--condensed); letter-spacing: -.05em; margin: 0; }
.exclusive-hero h1 em, .closed-drop h2 em { color: var(--black); font-style: normal; }
.exclusive-hero > p:not(.overline):not(.countdown-state) { max-width: 440px; line-height: 1.7; }
.countdown-dark strong, .countdown-dark i { color: var(--black); }
.exclusive-content { padding: 65px 4vw 100px; }
.access-form { max-width: 500px; display: grid; gap: 13px; margin: 0 0 48px; }
.access-form input { padding: 13px; border: 1px solid var(--black); font: 14px var(--mono); }
.access-form .button { width: max-content; cursor: pointer; }
.access-message { color: var(--red); font-size: 10px; margin: 0; }
.access-granted { border-bottom: 2px solid var(--red); color: var(--red); padding-bottom: 12px; margin-bottom: 25px; font-size: 10px; letter-spacing: .13em; }
.closed-drop { max-width: 850px; padding: 40px 0; }
.closed-drop > p:not(.overline):not(.next-drop-countdown) { max-width: 400px; line-height: 1.7; margin: 28px 0; }
.next-drop-countdown { color: var(--red); font-size: 10px; letter-spacing: .12em; margin-top: 45px; }
@keyframes move {
  to {
    transform: translateX(-25%);
  }
}
@media (max-width: 760px) {
  .site-banner {
    justify-content: flex-start;
    gap: 25px;
    padding-left: 12px;
  }
  .site-header {
    height: 60px;
  }
  .site-header nav {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .mobile-menu-toggle {
    appearance: none;
    display: flex;
    width: 42px;
    height: 38px;
    padding: 8px 7px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--black);
    background: transparent;
    cursor: pointer;
  }
  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--black);
    transition: transform .2s ease, opacity .2s ease;
  }
  .mobile-menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 22px 5vw 28px;
    border-bottom: 1px solid var(--black);
    background: var(--cream);
    box-shadow: 0 12px 24px rgba(24, 24, 24, .12);
  }
  .mobile-menu.is-open {
    display: grid;
    gap: 0;
  }
  .mobile-menu a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font: 700 18px/1 var(--condensed);
    letter-spacing: .06em;
  }
  .mobile-menu p {
    margin: 24px 0 4px;
    color: var(--red);
    font-size: 10px;
    letter-spacing: .14em;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    color: var(--red);
  }
  .wordmark {
    font-size: 27px;
  }
  .hero {
    height: 640px;
    padding: 35px 5vw;
    align-items: flex-end;
  }
  .hero h1 {
    font-size: 75px;
  }
  .hero-art {
    width: 140px;
    right: 5vw;
    top: 5vw;
    transform: rotate(4deg);
  }
  .hero-stamp {
    font-size: 32px;
  }
  .hero-side {
    display: none;
  }
  .drop-section {
    padding: 70px 5vw;
    grid-template-columns: 1fr;
  }
  .section-intro h2 {
    font-size: 100px;
  }
  .countdown {
    gap: 7px;
  }
  .countdown strong {
    font-size: 57px;
  }
  .countdown i {
    font-size: 25px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-section {
    padding: 70px 5vw;
  }
  .catalog-header {
    display: block;
  }
  .catalog-header h2 {
    font-size: 78px;
  }
  .category-heading { display: block; }
  .category-heading h3 { margin-top: 12px; }
  .category-card { flex-basis: 78vw; }
  .contact-section {
    padding: 85px 5vw;
  }
  .contact-section h2 {
    font-size: 75px;
  }
  footer {
    font-size: 8px;
  }
  .dialog-layout {
    grid-template-columns: 1fr;
  }
  .dialog-image {
    height: 45vh;
  }
  .dialog-info {
    padding: 35px 25px;
  }
  .dialog-info h2 {
    font-size: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}
