/* =========================================================
   RETROVAULTWEAR — STYLE (premium clean + retro)
   ========================================================= */
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:#0b0b0b;
  background:#fafafa;
  line-height:1.5;
}
.container{ width:min(1120px, calc(100% - 32px)); margin:0 auto; }
a{ color:inherit; text-decoration:none; }

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.08);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:12px;
}
.brand__pixel{ font-family:"Press Start 2P", system-ui; font-size:16px; letter-spacing:1px; }

.nav{ display:flex; gap:16px; align-items:center; }
.nav__link{
  font-weight:800; font-size:14px;
  padding:8px 10px; border-radius:10px; border:1px solid transparent;
}
.nav__link:hover{ border-color:rgba(0,0,0,.12); background:rgba(0,0,0,.03); }
.nav__link.is-active{ border-color:rgba(0,0,0,.14); background:rgba(0,0,0,.04); }

.navToggle{
  display:none;
  width:44px; height:44px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.7);
  border-radius:12px;
  cursor:pointer;
  padding:10px;
  gap:4px;
  flex-direction:column;
  justify-content:center;
}
.navToggle span{ display:block; height:2px; background:#0b0b0b; border-radius:999px; }

.navMobile{ display:none; border-top:1px solid rgba(0,0,0,.08); background:rgba(255,255,255,.92); }
.navMobile.is-open{ display:block; }
.navMobile__link{
  display:block; padding:12px 16px;
  font-weight:900;
  border-bottom:1px solid rgba(0,0,0,.06);
}

.hero__inner{ position:relative; display:block; }
.hero__title{
  font-size: clamp(24px, 3.4vw, 44px);
  line-height:1.08;
  margin:0 0 12px;
  letter-spacing:-0.02em;
}
.hero__subtitle{ margin:0 0 18px; color:rgba(0,0,0,.75); font-size:16px; max-width:56ch; }
.hero__actions{ display:flex; gap:10px; flex-wrap:wrap; }

/* Sections */
.section{ padding:18px 0 32px; }
.section__head{
  display:flex; align-items:baseline; justify-content:space-between;
  gap:12px; flex-wrap:wrap; margin-bottom:14px;
}
.section__title{ margin:0; font-size:20px; letter-spacing:-0.01em; }
.section__hint{ margin:0; color:rgba(0,0,0,.68); font-size:14px; }

/* Grid / Cards */
.grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
.card{
  border:1px solid rgba(0,0,0,.14);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover{ transform: translateY(-2px); box-shadow: 0 20px 60px rgba(0,0,0,.10); }
.card__img{ width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.card__body{ padding:14px; }
.card__title{ margin:0 0 6px; font-weight:1000; letter-spacing:-0.01em; }
.card__desc{ margin:0 0 10px; color:rgba(0,0,0,.72); font-size:14px; }

.badges{ display:flex; flex-wrap:wrap; gap:8px; }
.badge{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.14);
  background:rgba(0,0,0,.03);
  font-size:12px;
  font-weight:900;
}

.price{ font-weight:1000; font-size:16px; margin: 0 0 10px; }
.btnRow{ display:flex; gap:10px; flex-wrap:wrap; }

/* Botões */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.14);
  background:#0b0b0b; color:#fff;
  font-weight:1000; font-size:14px;
  cursor:pointer;
  transition: transform .15s ease, opacity .15s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0); opacity:.92; }
.btn--ghost{ background:#fff; color:#0b0b0b; }

/* Cabeçalho colecao */
.pageHead{ padding:22px 0 10px; position:relative; }
.pageHead::after{ content:""; position:absolute; left:0; right:0; bottom:0; height:1px; background:rgba(0,0,0,.08); }
.pageHead__inner{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.kicker{ margin:0 0 12px; font-family:"Montserrat", system-ui; font-size:20px; opacity:.75; }
.pageHead__title{ margin:0 0 6px; font-size: clamp(22px, 3vw, 34px); letter-spacing:-0.02em; }
.pageHead__subtitle{ margin:0; color:rgba(0,0,0,.72); }

/* Informações extras do produto */
.specs{ display:flex; flex-wrap:wrap; gap:8px; margin: 0 0 12px; }
.spec{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.14);
  background: rgba(0,0,0,.03);
  font-size:12px;
  font-weight:900;
}

/* Footer */
.footer{ border-top:1px solid rgba(0,0,0,.08); padding:18px 0; }
.footer__inner{ display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.footer__link{ font-weight:1000; text-decoration:underline; text-underline-offset:3px; }

/* Responsivo */
@media (max-width: 920px){ .grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 640px){
  .nav{ display:none; }
  .navToggle{ display:flex; }
  .grid{ grid-template-columns: 1fr; }
  .brand__pixel{ font-size:14px; }
}
/* =========================================================
   FUNDO RETRÔ — GRID NA PÁGINA INTEIRA
   (cole no FINAL do style.css)
   ========================================================= */

body::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px) 0 0/28px 28px,
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px) 0 0/28px 28px;
  opacity: .6;
}

/* Garante que o conteúdo fique acima do grid */
body > *{
  position: relative;
  z-index: 1;
}
.brand__logo{
  height: 40px;      /* tamanho do logo */
  width: auto;
  display: block;
image-rendering: auto; /* deixa suave e definido */}

@media (max-width: 640px){
  .brand__logo{
    height: 35px;
  }
}
.footer__left{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.footer__copy{
  margin:0;
  font-weight:1000;
}

.footer__addr{
  margin:0;
  font-size:12px;
  color: rgba(0,0,0,.70);
}

.last-unit{
  color: red;
  font-weight: bold;
  font-size: 12px;
  margin-left: 8px;
  animation: piscar 1.5s infinite;
}

@keyframes piscar{
  0%{opacity:1;}
  50%{opacity:0;}
  100%{opacity:1;}
}

a:focus,
a:active,
button:focus,
button:active {
outline: none;
box-shadow: none;
}

/* remove highlight no mobile */
*{
-webkit-tap-highlight-color: transparent;
}