/* =====================================================================
   Zak's MENSWEAR — moda masculina, São Luís/MA
   Paleta: verde-garrafa (a cor que o cliente pediu), preto-oliva e areia.
   Tipografia: Oswald (títulos, condensada, cara de etiqueta de alfaiataria)
   + Jost (texto, geométrica e leve).
   ===================================================================== */

:root {
  --ink:        #0F140F;   /* preto esverdeado: topo, rodapé e faixas */
  --ink-2:      #39413A;
  --ink-soft:   #18201A;
  --muted:      #767F78;
  --paper:      #F5F4EE;
  --paper-2:    #EBE9E0;
  --white:      #FFFFFF;
  --line:       #DEDBD1;
  --line-2:     #C7C4B8;
  --green:      #1F5B3A;   /* o verde da marca */
  --green-bright: #58B37D; /* verde sobre fundo escuro */
  --green-deep: #16462C;   /* verde para texto sobre fundo claro */
  --green-soft: #E5EFE8;
  --areia:      #C6B295;
  --ok:         #2F7A4C;
  --on-dark:    rgba(255, 255, 255, .74);
  --line-dark:  rgba(255, 255, 255, .13);

  --font-display: "Oswald", "Archivo Narrow", "Haettenschweiler", "Impact", sans-serif;
  --font-body: "Jost", "Futura", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --w: 1280px;
  --gutter: clamp(20px, 4vw, 56px);
  --radius: 2px;
  --shadow: 0 18px 40px -20px rgba(15, 20, 15, .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; text-wrap: balance; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

.container { width: min(var(--w), 100% - var(--gutter) * 2); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- tipografia ---------- */
.display { font-family: var(--font-display); font-weight: 500; line-height: 1.16; letter-spacing: .02em; text-transform: uppercase; }
.eyebrow {
  font-size: 11.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--ink-2); font-weight: 400;
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--green); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-head h2 { font-size: clamp(20px, 2.4vw, 30px); margin-top: 10px; }
.section-head .link { white-space: nowrap; }
.link { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; border-bottom: 1px solid currentColor; padding-bottom: 3px; transition: color .2s; }
.link:hover { color: var(--green-deep); }
.price { font-variant-numeric: tabular-nums; }
.price.consulta { font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); font-weight: 500; white-space: nowrap; }

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; min-height: 50px;
  font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500;
  border: 1px solid var(--ink); background: var(--ink); color: #fff;
  border-radius: var(--radius); transition: background .25s var(--ease), color .25s, border-color .25s;
}
.btn:hover { border-color: var(--green); }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { color: #fff; border-color: var(--ink); }
.btn.ghost::before { background: var(--ink); }
.btn.accent { background: var(--green); border-color: var(--green); color: #fff; }
.btn.accent:hover { border-color: var(--ink); color: #fff; }
.btn.accent::before { background: var(--ink); }
.btn.block { width: 100%; }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.icon-btn {
  width: 42px; height: 42px; display: inline-grid; place-items: center; position: relative; border-radius: 50%;
  transition: background .2s;
}
.icon-btn:hover { background: rgba(255, 255, 255, .09); }
.icon-btn svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.icon-btn .badge {
  position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px;
  background: var(--green-bright); color: var(--ink); font-size: 10.5px; font-weight: 600; border-radius: 9px;
  display: grid; place-items: center; font-variant-numeric: tabular-nums;
}
.icon-btn .badge:empty { display: none; }

/* ---------- topo ---------- */
.topbar { background: var(--green); color: #fff; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; overflow: hidden; }
.marquee { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.topbar:hover .marquee { animation-play-state: paused; }
.marquee .track { display: flex; flex: none; padding: 9px 0; }
.marquee span { display: inline-flex; align-items: center; gap: 30px; padding-left: 30px; white-space: nowrap; }
.marquee span::after { content: "•"; }
@keyframes marquee { to { transform: translateX(-50%); } }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--ink); color: #fff;
  border-bottom: 1px solid var(--line-dark);
}
.site-header .container { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 82px; gap: 24px; }
.logo { display: inline-flex; align-items: center; justify-self: center; color: #fff; }
.logo svg { height: 46px; width: auto; }
.main-nav { display: flex; gap: 28px; justify-self: start; }
.main-nav a { font-size: 12.5px; letter-spacing: .24em; text-transform: uppercase; font-weight: 400; position: relative; padding: 6px 0; color: rgba(255, 255, 255, .85); transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--green-bright); transition: right .3s var(--ease); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.menu-btn { display: none; }
.search-box { display: none; }
.search-box.open { display: block; border-top: 1px solid var(--line-dark); background: var(--ink-soft); color: #fff; }
.search-box form { display: flex; align-items: center; gap: 12px; padding: 10px 0; }
.search-box input { flex: 1; border: 0; background: transparent; font-size: 17px; padding: 8px 0; outline: 0; color: #fff; font-weight: 300; letter-spacing: .04em; }
.search-box input::placeholder { color: rgba(255, 255, 255, .5); }
.search-box .btn.ghost { color: #fff; border-color: rgba(255, 255, 255, .5); }
.search-box .btn.ghost:hover { border-color: var(--green); color: #fff; }
.search-box .btn.ghost::before { background: var(--green); }

/* menu mobile */
.mobile-nav { position: fixed; inset: 0; z-index: 60; display: none; }
.mobile-nav.open { display: block; }
.mobile-nav .scrim { position: absolute; inset: 0; background: rgba(15, 20, 15, .55); }
.mobile-nav .panel { position: absolute; top: 0; bottom: 0; left: 0; width: min(340px, 86vw); background: var(--ink); color: #fff; padding: 24px; display: flex; flex-direction: column; gap: 6px; box-shadow: var(--shadow); overflow-y: auto; }
.mobile-nav .panel a { padding: 14px 4px; border-bottom: 1px solid var(--line-dark); font-size: 14px; letter-spacing: .22em; text-transform: uppercase; font-weight: 400; }
.mobile-nav .panel .close { align-self: flex-end; margin-bottom: 8px; }
.mobile-nav .panel > svg { height: 40px; width: auto; margin: 0 0 16px; }

/* ---------- hero ---------- */
.hero { background: var(--ink); color: #fff; padding: clamp(36px, 6vw, 76px) 0 clamp(40px, 6vw, 72px); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 76px); align-items: center; }
.hero .eyebrow { color: var(--green-bright); }
.hero .eyebrow::before { background: var(--green-bright); }
.hero h1 { font-size: clamp(30px, 4.4vw, 58px); margin: 22px 0 22px; }
.hero h1 em { font-style: normal; color: var(--green-bright); }
.hero p { font-size: 17px; color: var(--on-dark); max-width: 46ch; margin-bottom: 32px; font-weight: 300; }
.hero .cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn.ghost { color: #fff; border-color: rgba(255, 255, 255, .55); }
.hero .btn.ghost:hover { border-color: var(--green-bright); color: #fff; }
.hero .btn.ghost::before { background: var(--green); }
.hero-visual { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: end; }
.hero-visual .photo { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: var(--paper); }
.hero-visual .photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .card { background: var(--white); color: var(--ink); padding: 14px 14px 16px; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 8%; }
.hero-visual .card .thumb { aspect-ratio: 1; overflow: hidden; background: var(--paper); }
.hero-visual .card img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .card .meta { margin-top: 12px; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 13px; }
.hero-visual .card .meta strong { font-weight: 500; }
.hero-visual .card .meta span { color: var(--muted); font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; }
.hero-visual .seal {
  position: absolute; left: 4%; top: 5%; width: 94px; height: 94px; z-index: 3;
  animation: spin 46s linear infinite;
}
.hero-visual .seal text { font-size: 9.6px; letter-spacing: .26em; fill: var(--green-deep); text-transform: uppercase; font-family: var(--font-body); font-weight: 500; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-strip { display: flex; gap: 34px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line-dark); flex-wrap: wrap; }
.hero-strip div { font-size: 12px; color: var(--on-dark); letter-spacing: .1em; text-transform: uppercase; font-weight: 300; }
.hero-strip strong { display: block; font-family: var(--font-display); font-size: 24px; color: #fff; line-height: 1.2; letter-spacing: .02em; margin-bottom: 2px; font-weight: 500; }

/* ---------- categorias ---------- */
.section { padding: clamp(44px, 6vw, 86px) 0; }
.section.tinted { background: var(--paper-2); }
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cat-tile { position: relative; display: block; background: var(--white); overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-tile .img { aspect-ratio: 4 / 5; overflow: hidden; }
.cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.cat-tile:hover img { transform: scale(1.05); }
.cat-tile .txt { padding: 16px 18px 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.cat-tile h3 { font-family: var(--font-display); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }
.cat-tile p { font-size: 12px; color: var(--muted); margin-top: 3px; }
.cat-tile .arrow { width: 32px; height: 32px; border: 1px solid var(--line-2); border-radius: 50%; display: grid; place-items: center; flex: none; transition: background .25s, border-color .25s, color .25s; }
.cat-tile:hover .arrow { background: var(--green); color: #fff; border-color: var(--green); }
.cat-tile .arrow svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.5; }

/* ---------- produto card ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 18px; }
.product-card { position: relative; display: flex; flex-direction: column; gap: 12px; }
.product-card .media { position: relative; aspect-ratio: 4 / 5; background: var(--white); overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.product-card:hover .media { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.product-card:hover .media img { transform: scale(1.05); }
.product-card .tag {
  position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
  background: var(--ink); color: #fff; padding: 5px 9px; border-radius: 1px;
}
.product-card .tag.green { background: var(--green); color: #fff; }
.product-card .fav { position: absolute; top: 8px; right: 8px; z-index: 2; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.88); transition: transform .2s; }
.product-card .fav svg { width: 18px; height: 18px; fill: none; stroke: var(--ink); stroke-width: 1.5; transition: fill .2s, stroke .2s; }
.product-card .fav.on svg { fill: var(--green); stroke: var(--green); }
.product-card .fav:hover { transform: scale(1.08); }
.product-card .quick {
  position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; opacity: 0; transform: translateY(8px);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.product-card:hover .quick, .product-card:focus-within .quick { opacity: 1; transform: none; }
.product-card .quick .btn { width: 100%; min-height: 44px; padding: 10px 16px; font-size: 11.5px; }
.product-card .info { display: grid; gap: 3px; }
.product-card .kind { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 400; }
.product-card .name { font-size: 15px; font-weight: 500; line-height: 1.3; }
.product-card .name a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.product-card .row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-top: 3px; flex-wrap: wrap; }
.product-card .price { font-size: 15.5px; font-weight: 500; }
.product-card .inst { font-size: 12px; color: var(--muted); }
.swatches { display: flex; gap: 6px; align-items: center; }
.swatch { width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(0,0,0,.14); box-shadow: inset 0 0 0 1.5px #fff; }
.sizes-hint { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

/* ---------- faixa editorial ---------- */
.editorial { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.editorial::before {
  content: ""; position: absolute; inset: 0; opacity: .06; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='1.1' d='M27 10l16 9v16l-16 9-16-9V19z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='1.1' d='M21 22h12l-12 10h12'/%3E%3C/svg%3E");
  background-size: 54px 54px;
  animation: drift 90s linear infinite;
}
@keyframes drift { to { background-position: 540px 540px; } }
.editorial .container { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: center; padding-block: clamp(48px, 7vw, 92px); }
.editorial .eyebrow { color: var(--green-bright); }
.editorial .eyebrow::before { background: var(--green-bright); }
.editorial h2 { font-size: clamp(22px, 3vw, 40px); margin: 18px 0 20px; }
.editorial p { color: var(--on-dark); max-width: 50ch; font-size: 16.5px; font-weight: 300; }
.editorial p + p { margin-top: 14px; }
.editorial .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
.editorial .pair figure { margin: 0; background: var(--white); overflow: hidden; border-radius: var(--radius); }
.editorial .pair figure:first-child { margin-bottom: 40px; }
.editorial .pair img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; }
.editorial .pair figcaption { padding: 12px 14px; color: var(--ink); font-size: 12.5px; display: flex; justify-content: space-between; gap: 10px; }
.editorial .pair figcaption span { color: var(--muted); }
.editorial .btn { margin-top: 30px; background: var(--green); color: #fff; border-color: var(--green); }
.editorial .btn:hover { border-color: #fff; }
.editorial .btn::before { background: var(--green-deep); }

/* ---------- guia de tamanho ---------- */
.guide { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.guide-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: grid; gap: 12px; align-content: start; }
.guide-card h3 { font-family: var(--font-display); font-size: 20px; letter-spacing: .03em; text-transform: uppercase; font-weight: 500; }
.guide-card p { font-size: 14.5px; color: var(--ink-2); }
.guide-table { width: 100%; border-collapse: collapse; margin-top: 6px; font-size: 14px; }
.guide-table th, .guide-table td { padding: 9px 6px; text-align: left; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.guide-table th { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.guide-table tr:last-child td { border-bottom: 0; }
.guide-card .link { justify-self: start; margin-top: 4px; }

/* ---------- benefícios ---------- */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.benefits div { padding: 26px 24px; display: grid; gap: 6px; border-left: 1px solid var(--line); align-content: start; }
.benefits div:first-child { border-left: 0; }
.benefits svg { width: 26px; height: 26px; stroke: var(--green-deep); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 6px; }
.benefits strong { font-weight: 500; font-size: 15px; }
.benefits span { font-size: 13px; color: var(--muted); }

/* ---------- faixa do WhatsApp ---------- */
.wa-band .container { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; padding-block: clamp(36px, 5vw, 60px); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.wa-band h2 { font-size: clamp(18px, 2.2vw, 26px); margin-top: 12px; }
.wa-band p { color: var(--ink-2); margin-top: 10px; max-width: 52ch; }
.wa-band .btn svg { width: 20px; height: 20px; fill: currentColor; }

/* ---------- rodapé ---------- */
.site-footer { background: var(--ink); color: var(--on-dark); padding: 54px 0 26px; font-size: 14px; font-weight: 300; }
.site-footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h4 { font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase; color: #fff; margin-bottom: 16px; font-weight: 500; }
.site-footer li { margin-bottom: 9px; }
.site-footer li a:hover { color: var(--green-bright); }
.site-footer .brand svg { height: 54px; width: auto; margin-bottom: 16px; color: #fff; }
.site-footer .brand p { max-width: 38ch; }
.site-footer .wa { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 400; color: #fff; }
.site-footer .wa svg { width: 20px; height: 20px; fill: var(--green-bright); }
.site-footer .bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: rgba(255,255,255,.5); }
.site-footer .pay { display: flex; gap: 8px; flex-wrap: wrap; }
.site-footer .pay span { border: 1px solid var(--line-dark); padding: 3px 8px; border-radius: 3px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- catálogo ---------- */
.page-head { padding: clamp(28px, 4vw, 44px) 0 22px; }
.crumbs { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); display: flex; gap: 10px; margin-bottom: 14px; font-weight: 400; flex-wrap: wrap; }
.crumbs a:hover { color: var(--ink); }
.page-head h1 { font-size: clamp(22px, 3vw, 38px); }
.page-head p { color: var(--ink-2); margin-top: 10px; max-width: 60ch; }
.catalog { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: start; padding-bottom: 80px; }
.filters { position: sticky; top: 100px; display: grid; gap: 26px; }
.filter-group h4 { font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase; font-weight: 500; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--green); }
.filter-group label { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 14px; cursor: pointer; color: var(--ink-2); }
.filter-group label:hover { color: var(--ink); }
.filter-group input[type="checkbox"], .filter-group input[type="radio"] { accent-color: var(--green); width: 15px; height: 15px; margin: 0; }
.filter-group .count { margin-left: auto; font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }
.filter-group .swatch { width: 14px; height: 14px; box-shadow: none; }
.filter-clear { font-size: 12.5px; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; justify-self: start; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; font-size: 13.5px; color: var(--muted); flex-wrap: wrap; }
.toolbar select { border: 1px solid var(--line-2); background: var(--white); padding: 8px 12px; border-radius: var(--radius); font-size: 13.5px; }
.toolbar .filters-toggle { display: none; }
.catalog .product-grid { grid-template-columns: repeat(3, 1fr); }
.empty { padding: 60px 20px; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); border-radius: var(--radius); }

/* ---------- página do produto ---------- */
.pdp { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 76px); align-items: start; padding: 20px 0 72px; }
.pdp-gallery { position: sticky; top: 100px; display: grid; gap: 14px; }
.pdp-gallery .main { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); aspect-ratio: 4 / 5; overflow: hidden; display: grid; place-items: center; }
.pdp-gallery .main img { width: 100%; height: 100%; object-fit: cover; }
.pdp-gallery .thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.pdp-gallery .thumbs button { width: 74px; aspect-ratio: 4 / 5; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; opacity: .55; transition: opacity .2s, border-color .2s; }
.pdp-gallery .thumbs button.on, .pdp-gallery .thumbs button:hover { opacity: 1; border-color: var(--green); }
.pdp-gallery .thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pdp-info { display: grid; gap: 20px; }
.pdp-info .kind { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; font-weight: 400; }
.pdp-info .kind .tag-txt { color: var(--green-deep); font-weight: 500; }
.pdp-info h1 { font-size: clamp(22px, 2.6vw, 32px); margin-top: 10px; }
.pdp-info .code { font-size: 12.5px; color: var(--muted); margin-top: 8px; }
.pdp-price { display: grid; gap: 4px; }
.pdp-price .now { font-size: 30px; font-weight: 500; letter-spacing: -.01em; }
.pdp-price .ask { font-family: var(--font-display); font-size: 22px; letter-spacing: .04em; text-transform: uppercase; color: var(--green-deep); font-weight: 500; }
.pdp-price .inst { font-size: 14px; color: var(--ink-2); }
.pdp-colors h4, .pdp-qty h4, .pdp-sizes h4 { font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase; font-weight: 500; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.pdp-colors h4 span, .pdp-sizes h4 span { color: var(--muted); font-weight: 400; letter-spacing: .06em; text-transform: none; font-size: 13px; }
.color-opts { display: flex; gap: 10px; flex-wrap: wrap; }
.color-opt { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid transparent; transition: border-color .2s; }
.color-opt.on { border-color: var(--ink); }
.color-opt:hover { border-color: var(--line-2); }
.color-opt i { width: 26px; height: 26px; border-radius: 50%; display: block; box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); }
.size-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.size-opt {
  min-width: 52px; height: 44px; padding: 0 12px; border: 1px solid var(--line-2); background: var(--white);
  border-radius: var(--radius); font-size: 13.5px; letter-spacing: .08em; font-weight: 500;
  transition: border-color .2s, background .2s, color .2s;
}
.size-opt:hover { border-color: var(--ink); }
.size-opt.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.size-alert { font-size: 12.5px; color: #A33A2E; }
.buy-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--ink); border-radius: var(--radius); height: 50px; }
.qty button { width: 44px; height: 100%; font-size: 18px; }
.qty button:hover { background: var(--paper-2); }
.qty output { min-width: 34px; text-align: center; font-variant-numeric: tabular-nums; font-weight: 500; }
.pdp-secondary { display: flex; gap: 18px; flex-wrap: wrap; }
.pdp-secondary button, .pdp-secondary a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; letter-spacing: .06em; color: var(--ink-2); }
.pdp-secondary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.pdp-secondary button.on svg { fill: var(--green); stroke: var(--green); }
.pdp-secondary button:hover, .pdp-secondary a:hover { color: var(--ink); }
.store-box { display: grid; gap: 10px; padding: 18px; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); }
.store-box strong { font-weight: 500; font-size: 14.5px; }
.store-box p { font-size: 13.5px; color: var(--ink-2); }
.store-box .btn { min-height: 46px; font-size: 11.5px; justify-self: start; }
.accordion { border-top: 1px solid var(--line-2); }
.accordion details { border-bottom: 1px solid var(--line-2); }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; font-size: 12px; letter-spacing: .26em; text-transform: uppercase; font-weight: 500; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; font-size: 20px; font-weight: 300; color: var(--muted); }
.accordion details[open] summary::after { content: "–"; }
.accordion .body { padding: 0 0 18px; font-size: 14.5px; color: var(--ink-2); }
.accordion .body ul { display: grid; gap: 6px; }
.accordion .body li { padding-left: 18px; position: relative; }
.accordion .body li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.related { padding: 52px 0 80px; border-top: 1px solid var(--line-2); }

/* ---------- sacola (drawer) ---------- */
.drawer { position: fixed; inset: 0; z-index: 70; visibility: hidden; }
.drawer.open { visibility: visible; }
.drawer .scrim { position: absolute; inset: 0; background: rgba(15, 20, 15, .55); opacity: 0; transition: opacity .3s; }
.drawer.open .scrim { opacity: 1; }
.drawer .panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(440px, 100vw); background: var(--paper);
  display: grid; grid-template-rows: auto 1fr auto; transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow);
}
.drawer.open .panel { transform: none; }
.drawer .head { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; background: var(--ink); color: #fff; }
.drawer .head h3 { font-family: var(--font-display); font-size: 18px; letter-spacing: .05em; text-transform: uppercase; font-weight: 500; }
.drawer .head h3 span { font-family: var(--font-body); font-size: 12px; color: var(--on-dark); margin-left: 10px; letter-spacing: .1em; text-transform: none; }
.drawer .items { overflow: auto; padding: 8px 24px; }
.cart-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cart-item .img { aspect-ratio: 4 / 5; background: var(--white); border: 1px solid var(--line); overflow: hidden; border-radius: var(--radius); }
.cart-item img { width: 100%; height: 100%; object-fit: cover; }
.cart-item .name { font-size: 14px; font-weight: 500; line-height: 1.3; }
.cart-item .var { font-size: 12px; color: var(--muted); margin-top: 2px; }
.cart-item .qty { height: 34px; margin-top: 10px; border-color: var(--line-2); }
.cart-item .qty button { width: 32px; font-size: 15px; }
.cart-item .qty output { min-width: 26px; font-size: 13px; }
.cart-item .right { text-align: right; display: grid; gap: 8px; justify-items: end; }
.cart-item .price { font-weight: 500; font-size: 14.5px; }
.cart-item .remove { font-size: 12px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.cart-item .remove:hover { color: var(--ink); }
.drawer .foot { padding: 18px 24px 24px; border-top: 1px solid var(--line); background: var(--paper-2); display: grid; gap: 12px; }
.drawer .totals { display: grid; gap: 6px; font-size: 14px; color: var(--ink-2); }
.drawer .totals div { display: flex; justify-content: space-between; gap: 12px; }
.drawer .totals .big { font-size: 17px; color: var(--ink); font-weight: 500; }
.drawer .note { font-size: 12px; color: var(--muted); text-align: center; }
.drawer .empty-cart { text-align: center; padding: 60px 20px; color: var(--muted); display: grid; gap: 14px; justify-items: center; }
.drawer .empty-cart svg { width: 42px; height: 42px; stroke: var(--line-2); fill: none; stroke-width: 1.2; }

/* toast */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); z-index: 80; opacity: 0; pointer-events: none;
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: var(--radius); font-size: 13.5px; display: flex; gap: 12px; align-items: center;
  transition: opacity .3s, transform .3s var(--ease); box-shadow: var(--shadow); max-width: calc(100vw - 32px); border-left: 3px solid var(--green-bright);
}
.toast.show { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.toast a { color: var(--green-bright); text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }

/* ---------- fechar pedido ---------- */
.checkout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: clamp(28px, 5vw, 68px); padding: 16px 0 80px; align-items: start; }
.steps { display: flex; margin-bottom: 30px; border-bottom: 1px solid var(--line-2); }
.steps div { flex: 1; padding: 14px 0; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); display: flex; gap: 10px; align-items: center; border-bottom: 2px solid transparent; margin-bottom: -1px; font-weight: 400; }
.steps div.on { color: var(--ink); border-color: var(--green); font-weight: 500; }
.steps div.done { color: var(--ok); }
.steps i { width: 22px; height: 22px; border-radius: 50%; border: 1px solid currentColor; display: grid; place-items: center; font-style: normal; font-size: 11px; }
.form-block { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; margin-bottom: 20px; }
.form-block h3 { font-family: var(--font-display); font-size: 18px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 18px; font-weight: 500; }
.form-block > p { font-size: 14px; color: var(--ink-2); margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.field { display: grid; gap: 6px; }
.field label { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); font-weight: 400; }
.field input, .field select, .field textarea { border: 1px solid var(--line-2); padding: 12px 14px; border-radius: var(--radius); background: var(--paper); outline: 0; transition: border-color .2s; font-family: inherit; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); }
.field textarea { resize: vertical; min-height: 90px; }
.ship-opts { display: grid; gap: 10px; }
.ship-opts label { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line-2); border-radius: var(--radius); cursor: pointer; }
.ship-opts label:has(input:checked) { border-color: var(--green); background: var(--green-soft); }
.ship-opts input { accent-color: var(--green); }
.ship-opts b { font-weight: 500; }
.ship-opts small { color: var(--muted); display: block; font-size: 12.5px; }
.soon { margin-top: 16px; padding: 14px 16px; border: 1px dashed var(--green-deep); background: var(--green-soft); border-radius: var(--radius); font-size: 13.5px; color: var(--ink-2); }
.summary { position: sticky; top: 100px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: grid; gap: 16px; }
.summary h3 { font-family: var(--font-display); font-size: 17px; letter-spacing: .04em; text-transform: uppercase; font-weight: 500; }
.summary .list { display: grid; gap: 12px; max-height: 320px; overflow: auto; }
.summary .item { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; font-size: 13.5px; }
.summary .item .img { aspect-ratio: 4 / 5; background: var(--paper); overflow: hidden; border: 1px solid var(--line); }
.summary .item img { width: 100%; height: 100%; object-fit: cover; }
.summary .item small { display: block; color: var(--muted); font-size: 12px; }
.summary .tot { display: grid; gap: 6px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-2); }
.summary .tot div { display: flex; justify-content: space-between; gap: 12px; }
.summary .tot .big { font-size: 19px; color: var(--ink); font-weight: 500; }

/* ---------- favoritos / página simples ---------- */
.simple { padding: 24px 0 80px; }

/* ---------- responsivo ---------- */
@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .site-header .container { grid-template-columns: auto 1fr auto; height: 66px; }
  .main-nav { display: none; }
  .menu-btn { display: inline-grid; }
  .logo { justify-self: center; }
  .logo svg { height: 34px; }
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 10px; }
  .editorial .container { grid-template-columns: 1fr; }
  .guide { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .benefits div:nth-child(3) { border-left: 0; }
  .benefits div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .wa-band .container { grid-template-columns: 1fr; }
  .catalog { grid-template-columns: 1fr; gap: 20px; }
  .filters { position: static; display: none; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
  .filters.open { display: grid; }
  .toolbar .filters-toggle { display: inline-flex; }
  .catalog .product-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp { grid-template-columns: 1fr; }
  .pdp-gallery { position: static; }
  .checkout { grid-template-columns: 1fr; }
  .summary { position: static; }
}
@media (max-width: 600px) {
  .topbar { font-size: 10.5px; letter-spacing: .16em; }
  .product-grid, .catalog .product-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .product-card .quick { display: none; }
  .hero h1 { font-size: 30px; }
  .hero-strip { gap: 20px; }
  .hero-visual .seal { display: none; }
  .hero-visual { grid-template-columns: 1.25fr 1fr; gap: 12px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cat-tile h3 { font-size: 13px; }
  .cat-tile p { display: none; }
  .benefits { grid-template-columns: 1fr; }
  .benefits div { border-left: 0; border-top: 1px solid var(--line); }
  .benefits div:first-child { border-top: 0; }
  .site-footer .cols { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .buy-row { grid-template-columns: 1fr; }
  .editorial .pair figure:first-child { margin-bottom: 20px; }
}

/* ---------- animações ---------- */
.btn { position: relative; overflow: hidden; isolation: isolate; transition: color .25s var(--ease) .08s, border-color .25s; }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.btn:hover::before, .btn:focus-visible::before { transform: scaleX(1); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero-copy > * { animation: fadeUp .8s var(--ease) both; }
.hero-copy > :nth-child(1) { animation-delay: .05s; }
.hero-copy > :nth-child(2) { animation-delay: .15s; }
.hero-copy > :nth-child(3) { animation-delay: .25s; }
.hero-copy > :nth-child(4) { animation-delay: .35s; }
.hero-copy > :nth-child(5) { animation-delay: .5s; }
.hero-visual .photo { animation: fadeUp 1s var(--ease) .25s both; }
.hero-visual .card { animation: fadeUp 1s var(--ease) .45s both; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
@keyframes pageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
#app.enter { animation: pageIn .5s var(--ease) both; }
@keyframes pop { 0% { transform: scale(1); } 40% { transform: scale(1.4); } 100% { transform: scale(1); } }
.icon-btn .badge.pop { animation: pop .45s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .marquee { width: 100%; justify-content: center; }
  .marquee .track + .track { display: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- abertura (a camisa carrega, a gola abre e a câmera entra) ---------- */
.intro { position: fixed; inset: 0; z-index: 100; overflow: hidden; }
.intro-shade {
  position: absolute; inset: 0; background: var(--ink);
  --rx: 0px; --ry: 0px; --cx: 50%; --cy: 50%;
  -webkit-mask-image: radial-gradient(ellipse var(--rx) var(--ry) at var(--cx) var(--cy), transparent 0 99%, #000 100%);
  mask-image: radial-gradient(ellipse var(--rx) var(--ry) at var(--cx) var(--cy), transparent 0 99%, #000 100%);
}
.intro-glow { position: absolute; border-radius: 50%; background: var(--green); opacity: 0; pointer-events: none; will-change: opacity; }
.intro-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; will-change: transform, opacity; }
.intro .draw { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: introDraw 1.3s var(--ease) forwards; }
.intro .draw.d1 { animation-delay: .1s; }
.intro .draw.d2 { animation-delay: .28s; }
.intro .draw.d3 { animation-delay: .42s; }
@keyframes introDraw { to { stroke-dashoffset: 0; } }
.intro-logo { font-family: var(--font-display); font-size: 38px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; animation: fadeUp 1s var(--ease) .5s both; }
.intro-sub { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; animation: fadeUp 1s var(--ease) .62s both; }
.intro-text { position: absolute; left: 0; right: 0; bottom: 7vh; z-index: 2; display: grid; justify-items: center; gap: 8px; animation: fadeUp 1s var(--ease) .3s both; }
.intro-brand { font-family: var(--font-display); font-size: clamp(24px, 3vw, 32px); letter-spacing: .14em; text-transform: uppercase; color: #fff; font-weight: 500; }
.intro-status { font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: rgba(255, 255, 255, .55); font-weight: 300; }
.intro-status b { color: var(--green-bright); font-weight: 500; font-variant-numeric: tabular-nums; }
@keyframes introOut { to { opacity: 0; transform: translateY(6px); } }
.intro.is-open .intro-text { animation: introOut .4s var(--ease) forwards; }
.intro-skip {
  position: absolute; right: clamp(16px, 4vw, 40px); bottom: clamp(16px, 4vw, 36px); z-index: 2;
  color: rgba(255, 255, 255, .6); font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase; font-weight: 300;
  padding: 10px 0 6px; border-bottom: 1px solid rgba(255, 255, 255, .25); transition: color .2s, border-color .2s, opacity .3s;
}
.intro-skip:hover { color: #fff; border-color: var(--green-bright); }
.intro.is-open .intro-skip { opacity: 0; pointer-events: none; }
.intro.is-done { opacity: 0; transition: opacity .4s; pointer-events: none; }
body.intro { overflow: hidden; }
/* enquanto a abertura roda, o site atrás fica parado para não disputar o processador */
body.intro .hero-copy > *, body.intro .hero-visual .photo, body.intro .hero-visual .card,
body.intro .hero-visual .seal, body.intro .marquee, body.intro .editorial::before { animation-play-state: paused; }
