:root {
  --black: #050505;
  --ink: #f5f5f2;
  --paper: #080808;
  --white: #fff;
  --muted: #8b8b87;
  --line: rgba(255, 255, 255, .22);
  --acid: #a50b1b;
  --gutter: clamp(16px, 1.55vw, 26px);
  --header-h: 50px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Courier New", Courier, monospace;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.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;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: .04;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.95'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--header-h);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto minmax(0, 1fr);
  align-items: center;
  padding: 0 var(--gutter);
  color: var(--white);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color .3s ease, border-color .3s ease;
}

.site-header.is-solid {
  background: rgba(5, 5, 5, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.text-button,
.desktop-nav a,
.header-whatsapp {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
}

.text-button:hover,
.desktop-nav a:hover,
.header-whatsapp:hover { opacity: .55; }

.menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}

.menu-trigger__lines {
  display: grid;
  width: 12px;
  gap: 3px;
}

.menu-trigger__lines i { display: block; height: 1px; background: currentColor; }
.desktop-nav { position: absolute; left: clamp(165px, 17vw, 235px); display: flex; gap: clamp(18px, 2.6vw, 42px); }
.wordmark { grid-column: 2; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 900; letter-spacing: -.06em; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); }
.header-search { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; width: clamp(120px, 16vw, 245px); text-align: left; }
.header-search i { display: block; height: 1px; background: currentColor; opacity: .8; }
.cart-trigger span { font-variant-numeric: tabular-nums; }

.hero {
  position: relative;
  min-height: 100svh;
  height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  background: #000;
  filter: saturate(.78) contrast(1.04) brightness(.78);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .03) 36%, rgba(0, 0, 0, .42)),
    radial-gradient(circle at center, transparent 25%, rgba(0, 0, 0, .16) 100%);
}

.hero-copy {
  position: absolute;
  inset: 50% 4vw auto;
  display: grid;
  justify-items: center;
  transform: translateY(-49%);
  text-align: center;
  text-shadow: 0 2px 35px rgba(0, 0, 0, .55);
}

.hero-emblem {
  width: clamp(280px, 44vw, 670px);
  max-height: 64vh;
  object-fit: contain;
  filter: drop-shadow(0 5px 25px rgba(0, 0, 0, .5));
}

.hero-copy h1 {
  margin: clamp(-32px, -2.3vw, -12px) 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(40px, 6.3vw, 96px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.075em;
}

.hero-cta,
.hero-index,
.video-sound,
.hero-caption {
  position: absolute;
  bottom: 22px;
  z-index: 2;
  margin: 0;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .04em;
}

.video-sound {
  left: var(--gutter);
  border: 0;
  background: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.video-sound span,
.floating-whatsapp span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #b60d20;
}

.hero-caption { left: 50%; transform: translateX(-50%); white-space: nowrap; }
.hero-cta { right: var(--gutter); border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.hero-cta span { margin-left: 14px; }
.hero-index { right: var(--gutter); bottom: 44px; opacity: .72; }

.shop-section {
  padding: 72px var(--gutter) 120px;
  background: #080808;
  color: var(--ink);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.eyebrow { margin: 0 0 12px; font-size: 9px; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; }
.section-heading h2,
.newsletter h2 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(44px, 7vw, 108px); font-weight: 900; line-height: .8; letter-spacing: -.065em; }
.section-intro { max-width: 390px; margin: 0; font-size: 9px; line-height: 1.55; text-transform: uppercase; }

.filters { display: flex; gap: 28px; padding: 18px 0 28px; }
.filter { border: 0; border-bottom: 1px solid transparent; background: none; padding: 0 0 3px; color: inherit; font-size: 9px; cursor: pointer; }
.filter.is-active { border-color: currentColor; }
.filter sup { margin-left: 3px; color: var(--muted); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 6px;
  row-gap: 48px;
}

.product-card { min-width: 0; animation: card-in .45s both; }
@keyframes card-in { from { opacity: 0; transform: translateY(12px); } }
.product-card__image { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #ecece8; cursor: pointer; }
.product-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .38s ease, transform .55s cubic-bezier(.2, .8, .2, 1); }
.product-card__image img + img { opacity: 0; }
.product-card__image:hover img:first-of-type { opacity: 0; }
.product-card__image:hover img + img { opacity: 1; }
.product-card__image:hover img { transform: scale(1.018); }
.product-card__number,
.product-card__badge { position: absolute; z-index: 2; top: 10px; color: #0a0a0a; font-size: 8px; }
.product-card__number { left: 10px; }
.product-card__badge { right: 10px; padding: 5px 7px; background: #080808; color: #fff; }
.product-card__meta { display: flex; justify-content: space-between; gap: 14px; padding-top: 10px; }
.product-card__meta h3 { margin: 0 0 5px; font-size: 10px; font-weight: 400; text-transform: uppercase; }
.product-card__meta p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.4; }
.product-actions { display: grid; justify-items: end; gap: 8px; }
.quick-add { align-self: start; border: 0; border-bottom: 1px solid; background: none; padding: 0 0 3px; color: inherit; font-size: 8px; cursor: pointer; white-space: nowrap; }
.product-whatsapp { color: var(--muted); font-size: 7px; white-space: nowrap; }
.product-whatsapp:hover { color: #25d366; }

.drop-story {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 62% 38%;
  overflow: hidden;
  background: #030303;
  color: #fff;
  border-top: 1px solid var(--line);
}

.drop-story__visual { position: relative; min-height: 820px; overflow: hidden; background: #b8b8b3; }
.stack { position: absolute; width: 46%; aspect-ratio: 3 / 4; overflow: hidden; background: #eee; box-shadow: 0 26px 70px rgba(0, 0, 0, .35); }
.stack img { width: 100%; height: 100%; object-fit: cover; }
.stack--back { left: 14%; top: 9%; transform: rotate(-5deg); }
.stack--front { right: 9%; bottom: 7%; transform: rotate(5deg); }
.hand-note { position: absolute; right: 3%; top: 11%; color: #050505; font-family: cursive; font-size: clamp(18px, 2vw, 32px); transform: rotate(-5deg); }
.drop-story__copy { display: flex; min-height: 820px; flex-direction: column; justify-content: center; padding: clamp(45px, 6vw, 96px); border-left: 1px solid var(--line); }
.drop-story__copy h2 { margin: 0 0 38px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(52px, 6.3vw, 108px); font-weight: 900; line-height: .78; letter-spacing: -.075em; }
.drop-story__copy > p:not(.eyebrow) { max-width: 400px; margin: 0; color: #a5a5a1; font-size: 10px; line-height: 1.7; text-transform: uppercase; }
.underline-button { align-self: flex-start; margin-top: 42px; border: 0; border-bottom: 1px solid; background: none; padding: 0 0 5px; color: inherit; font-size: 9px; cursor: pointer; }

.manifesto { min-height: 86vh; display: flex; flex-direction: column; justify-content: space-between; padding: 80px var(--gutter) 48px; background: #a90d1d; color: #fff; }
.manifesto blockquote { margin: auto 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(58px, 11vw, 180px); font-weight: 900; line-height: .78; letter-spacing: -.08em; text-align: center; }
.manifesto__meta { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 28px; }
.manifesto__meta img { width: 66px; }
.manifesto__meta p { margin: 0; font-size: 8px; line-height: 1.6; text-transform: uppercase; }
.manifesto__meta p:last-child { text-align: right; }

.newsletter { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 7vw; padding: 100px var(--gutter) 120px; background: #080808; border-bottom: 1px solid var(--line); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.newsletter-form input { min-width: 0; border: 0; outline: 0; background: none; padding: 16px 0; color: var(--ink); font-size: 10px; }
.newsletter-form button { border: 0; background: none; padding: 0; color: inherit; font-size: 9px; cursor: pointer; }
.form-message { grid-column: 2; margin: 11px 0 0; color: var(--muted); font-size: 8px; }

.site-footer { min-height: 370px; display: grid; grid-template-columns: 1.3fr 1fr; align-content: space-between; gap: 40px; padding: 56px var(--gutter) 24px; background: #050505; }
.footer-mark { font-family: Arial, Helvetica, sans-serif; font-size: clamp(72px, 14vw, 220px); font-weight: 900; line-height: .72; letter-spacing: -.085em; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-self: start; font-size: 9px; }
.site-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }

.menu-drawer,
.cart-drawer,
.search-panel,
.product-modal { position: fixed; z-index: 70; visibility: hidden; opacity: 0; transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .25s, visibility .35s; }
.menu-drawer,
.cart-drawer { top: 0; bottom: 0; width: min(510px, 100vw); padding: 28px; background: #080808; color: var(--ink); }
.menu-drawer { left: 0; display: flex; flex-direction: column; transform: translateX(-100%); }
.cart-drawer { right: 0; overflow-y: auto; transform: translateX(100%); }
.menu-drawer.is-open,
.cart-drawer.is-open { visibility: visible; opacity: 1; transform: none; }
.drawer-close { border: 0; background: none; padding: 0; color: inherit; font-size: 9px; cursor: pointer; }
.menu-drawer .drawer-close { align-self: flex-end; }
.menu-drawer nav { margin: auto 0; }
.menu-drawer nav a { display: flex; align-items: baseline; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-family: Arial, Helvetica, sans-serif; font-size: clamp(42px, 7vw, 76px); font-weight: 900; line-height: .9; letter-spacing: -.06em; }
.menu-drawer nav span { width: 18px; font-family: "Courier New", monospace; color: var(--muted); font-size: 8px; font-weight: 400; letter-spacing: 0; }
.menu-drawer > p { margin: 0; color: var(--muted); font-size: 8px; }
.drawer-heading { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-heading h2 { margin: 0; font-size: 12px; font-weight: 400; }
.cart-empty { padding-top: 36px; color: var(--muted); font-size: 10px; }
.cart-empty button,
.cart-footer button { border: 1px solid var(--ink); background: none; padding: 15px; color: inherit; font-size: 9px; cursor: pointer; }
.cart-line { display: grid; grid-template-columns: 78px 1fr auto; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 78px; aspect-ratio: 3 / 4; object-fit: cover; }
.cart-line h3 { margin: 3px 0 8px; font-size: 10px; font-weight: 400; }
.cart-line p { margin: 0; color: var(--muted); font-size: 8px; }
.cart-line button { align-self: start; border: 0; background: none; font-size: 15px; cursor: pointer; }
.cart-footer { margin-top: 34px; }
.cart-footer p { color: var(--muted); font-size: 9px; line-height: 1.6; }
.cart-footer button { width: 100%; margin-top: 10px; }

.search-panel { inset: 0 0 auto; min-height: 45vh; padding: 28px var(--gutter); background: #080808; color: var(--ink); transform: translateY(-100%); }
.search-panel.is-open { visibility: visible; opacity: 1; transform: none; }
.search-panel label { display: block; margin-top: 65px; font-size: 9px; }
.search-panel input { width: 100%; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: none; padding: 12px 0; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: clamp(34px, 6vw, 86px); font-weight: 900; letter-spacing: -.055em; text-transform: uppercase; }
.search-results { display: flex; gap: 22px; overflow-x: auto; padding-top: 18px; }
.search-result { border: 0; background: none; padding: 0; color: inherit; font-size: 8px; cursor: pointer; white-space: nowrap; }

.overlay { position: fixed; inset: 0; z-index: 60; visibility: hidden; opacity: 0; background: rgba(0, 0, 0, .62); backdrop-filter: blur(3px); transition: opacity .25s, visibility .25s; }
.overlay.is-active { visibility: visible; opacity: 1; }

.product-modal { inset: 18px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .55fr); max-height: calc(100vh - 36px); overflow: auto; background: #080808; transform: translateY(18px); }
.product-modal.is-open { visibility: visible; opacity: 1; transform: none; }
.modal-close { position: fixed; top: 36px; right: 38px; z-index: 3; border: 0; background: rgba(8, 8, 8, .85); padding: 7px; color: #fff; font-size: 9px; cursor: pointer; }
.modal-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: #ccc; }
.modal-gallery img { width: 100%; min-height: 100%; object-fit: cover; background: #eee; }
.modal-info { position: sticky; top: 0; align-self: start; min-height: calc(100vh - 36px); padding: 82px 36px 36px; }
.modal-info h2 { margin: 0 0 24px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(34px, 4vw, 62px); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.modal-description { color: var(--muted); font-size: 9px; line-height: 1.65; text-transform: uppercase; }
.modal-info fieldset { border: 0; margin: 34px 0 20px; padding: 0; }
.modal-info legend { margin-bottom: 11px; font-size: 8px; }
.sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.size-button { border: 1px solid var(--line); background: none; padding: 12px 5px; color: inherit; font-size: 9px; cursor: pointer; }
.size-button.is-selected { border-color: var(--ink); background: var(--ink); color: #050505; }
.add-button,
.whatsapp-button { display: block; width: 100%; border: 1px solid var(--ink); padding: 15px; font-size: 9px; text-align: center; cursor: pointer; }
.add-button { background: var(--ink); color: #050505; }
.whatsapp-button { margin-top: 6px; background: none; color: var(--ink); }
.whatsapp-button:hover { border-color: #25d366; background: #25d366; color: #071c0e; }
.details-list { margin-top: 34px; border-top: 1px solid var(--line); }
.details-list p { display: flex; justify-content: space-between; gap: 15px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 7px; }
.details-list span { color: var(--muted); }

.floating-whatsapp { position: fixed; z-index: 45; right: 18px; bottom: 62px; display: flex; align-items: center; border: 1px solid rgba(255, 255, 255, .24); background: rgba(5, 5, 5, .93); padding: 12px 14px; color: #fff; font-size: 8px; backdrop-filter: blur(12px); transition: transform .2s; }
.floating-whatsapp span { background: #25d366; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 22px; opacity: 0; transform: translate(-50%, 18px); background: var(--ink); padding: 12px 16px; color: #050505; font-size: 8px; transition: .25s; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { left: 150px; gap: 20px; }
  .header-search { width: 120px; }
  .header-whatsapp { display: none; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .header-search { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .drop-story { grid-template-columns: 1fr; }
  .drop-story__visual { min-height: 680px; }
  .drop-story__copy { min-height: 620px; border-left: 0; border-top: 1px solid var(--line); }
  .newsletter { grid-template-columns: 1fr; gap: 50px; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-info { position: relative; min-height: auto; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 14px; }
  .menu-trigger { font-size: 0; }
  .menu-trigger__lines { width: 16px; }
  .wordmark { font-size: 13px; }
  .cart-trigger { font-size: 0; }
  .cart-trigger::before { content: "BOLSA "; font-size: 9px; }
  .cart-trigger span { font-size: 9px; }
  .hero-video { object-position: 50% center; }
  .hero-copy { inset-inline: 10px; }
  .hero-emblem { width: min(84vw, 430px); }
  .hero-copy h1 { margin-top: -12px; font-size: 16vw; }
  .hero-caption { bottom: 20px; }
  .hero-cta { display: none; }
  .hero-index { right: 14px; bottom: 20px; }
  .video-sound { left: 14px; bottom: 20px; }
  .shop-section { padding-top: 58px; padding-bottom: 84px; }
  .section-heading { display: block; }
  .section-intro { margin-top: 22px; }
  .filters { overflow-x: auto; }
  .product-grid { grid-template-columns: 1fr; row-gap: 42px; }
  .product-card__meta h3 { font-size: 11px; }
  .drop-story__visual { min-height: 540px; }
  .stack { width: 61%; }
  .drop-story__copy { min-height: 540px; padding: 68px 22px; }
  .manifesto { min-height: 680px; padding-top: 66px; }
  .manifesto blockquote { text-align: left; }
  .manifesto__meta { grid-template-columns: 1fr auto; }
  .manifesto__meta p:last-child { display: none; }
  .newsletter { padding-top: 70px; padding-bottom: 85px; }
  .site-footer { grid-template-columns: 1fr; min-height: 420px; gap: 65px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .product-modal { inset: 0; max-height: 100vh; }
  .modal-close { top: 17px; right: 17px; }
  .modal-gallery { min-height: 62vh; }
  .modal-gallery img + img { display: none; }
  .modal-info { padding: 58px 20px 38px; }
  .floating-whatsapp { right: 10px; bottom: 56px; padding: 11px; font-size: 0; }
  .floating-whatsapp::after { content: "WHATSAPP"; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
