/* =========================================================
   VISION · Moda masculina · Preto + Dourado
   ========================================================= */
:root {
  --black: #0b0b0d;
  --black-2: #141416;
  --black-3: #1c1c20;
  --gold: #c9a24b;
  --gold-2: #e6c877;
  --gold-soft: #b8912f;
  --white: #ffffff;
  --paper: #f6f6f4;
  --paper-2: #ffffff;
  --ink: #17171a;
  --muted: #7a7a80;
  --line: #e7e7e4;
  --red: #d21f2a;
  --green: #1f9d55;
  --shadow: 0 14px 40px rgba(0,0,0,.10);
  --serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", "Segoe UI", system-ui, -apple-system, sans-serif;
  --wrap: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper-2); line-height: 1.5; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.serif { font-family: var(--serif); }

/* ---------- Top thin bar ---------- */
.topline { background: #000; color: #cfcfcf; font-size: .72rem; text-align: center; padding: 5px; letter-spacing: 1px; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 40; background: rgba(11,11,13,.97); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(201,162,75,.25); color: #fff; }
.header__inner { display: flex; align-items: center; gap: 24px; padding: 16px 20px; max-width: var(--wrap); margin: 0 auto; }
.brand { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; letter-spacing: 4px; display: flex; align-items: baseline; gap: 4px; }
.brand small { font-size: .5rem; letter-spacing: 2px; color: var(--gold); font-family: var(--sans); }
.nav { display: flex; gap: 22px; margin: 0 auto; }
.nav a { font-size: .8rem; letter-spacing: 1.5px; text-transform: uppercase; color: #e6e6e6; transition: color .2s; position: relative; }
.nav a:hover { color: var(--gold-2); }
.header__icons { display: flex; gap: 4px; }
.hicon { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border-radius: 8px; position: relative; transition: color .2s; }
.hicon:hover { color: var(--gold-2); }
.cart-count { position: absolute; top: 3px; right: 3px; min-width: 17px; height: 17px; padding: 0 4px; background: var(--gold); color: #000; border-radius: 999px; font-size: .62rem; font-weight: 800; display: grid; place-items: center; }

/* ---------- HERO CARROSSEL ---------- */
.hero { position: relative; background: #000; }
.hslides { position: relative; aspect-ratio: 1916 / 821; max-height: 860px; }
.hslide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .8s ease; }
.hslide.active { opacity: 1; visibility: visible; }
.hslide__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* banners do carrossel mostram só a imagem, sem escurecer */
.hslide__content { position: absolute; inset: 0; z-index: 2; max-width: var(--wrap); margin: 0 auto; padding: 0 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; }
.hslide__eyebrow { font-size: .72rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }
.hslide__title { font-family: var(--serif); font-size: clamp(2rem, 5.5vw, 4rem); font-weight: 700; letter-spacing: 3px; line-height: 1.1; }
.hslide__title .thin { display: block; font-size: .42em; letter-spacing: 6px; font-weight: 400; margin-bottom: 6px; }
.hslide__anchor { color: var(--gold); font-size: 1.4rem; margin-top: 10px; }
.hslide__btn { margin-top: 24px; }
.hslide__badge { position: absolute; top: 40px; right: 60px; z-index: 3; border: 1px solid var(--gold); color: var(--gold-2); padding: 10px 16px; text-align: center; font-size: .62rem; letter-spacing: 2px; text-transform: uppercase; }
.hslide__badge b { display: block; color: #fff; font-size: .8rem; letter-spacing: 3px; margin: 3px 0; }
.hslide__wm { position: absolute; bottom: 26px; right: 60px; z-index: 3; font-family: var(--serif); letter-spacing: 4px; color: rgba(255,255,255,.85); font-size: 1.1rem; }
.hslide__note { position: absolute; bottom: 26px; left: 60px; z-index: 3; font-size: .6rem; letter-spacing: 1px; color: rgba(255,255,255,.5); }
.harrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; font-size: 1.6rem; background: rgba(0,0,0,.35); border: 1px solid rgba(201,162,75,.4); transition: .2s; }
.harrow:hover { background: var(--gold); color: #000; }
.harrow--prev { left: 14px; } .harrow--next { right: 14px; }
.hdots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 6; display: flex; gap: 8px; }
.hdot { width: 9px; height: 9px; border-radius: 999px; background: rgba(255,255,255,.4); transition: .25s; }
.hdot.active { width: 26px; background: var(--gold); }

/* ---------- Section title ---------- */
.sec { max-width: var(--wrap); margin: 0 auto; padding: 46px 20px; }
.sec__title { font-family: var(--serif); font-size: 1.9rem; letter-spacing: .5px; margin-bottom: 26px; position: relative; display: flex; align-items: center; justify-content: space-between; }
.sec__title .vermais { font-family: var(--sans); font-size: .72rem; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; }
.sec__title .vermais:hover { color: var(--gold-soft); }

/* ---------- Coleções (círculos) ---------- */
.colecoes { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; }
.col-item { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; width: 110px; }
.col-item__circle { width: 108px; height: 108px; border-radius: 50%; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: .25s; }
.col-item:hover .col-item__circle { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow); }
.col-item__circle img { width: 100%; height: 100%; object-fit: cover; }
.col-item span { font-size: .82rem; letter-spacing: 1px; text-transform: uppercase; color: #333; }

/* ---------- Contador ---------- */
.countdown { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px; display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.countdown__label { font-size: .78rem; letter-spacing: 2px; text-transform: uppercase; color: #444; font-weight: 600; }
.cd-boxes { display: flex; gap: 8px; align-items: center; }
.cd-box { background: var(--black); color: #fff; min-width: 48px; padding: 10px 8px; text-align: center; border-radius: 6px; }
.cd-box b { font-size: 1.3rem; font-family: var(--serif); display: block; line-height: 1; }
.cd-box small { font-size: .55rem; letter-spacing: 1px; color: var(--gold-2); text-transform: uppercase; }
.cd-sep { color: var(--gold); font-weight: 700; }

/* ---------- Grade / prateleira de produtos ---------- */
.shelf { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.shelf--4 { grid-template-columns: repeat(4, 1fr); }
.prod { background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; transition: .25s; }
.prod:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: #ddd; }
.prod__img { position: relative; aspect-ratio: 1/1; background: var(--paper); }
.prod__img img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
.prod__off { position: absolute; top: 8px; right: 8px; z-index: 2; background: var(--red); color: #fff; font-size: .68rem; font-weight: 700; padding: 4px 8px; border-radius: 3px; }
.prod__body { padding: 12px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.prod__cat { font-size: .64rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-soft); font-weight: 700; }
.prod__name { font-size: .9rem; font-weight: 600; color: #333; }
.prod__prices { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.prod__old { color: var(--muted); text-decoration: line-through; font-size: .78rem; }
.prod__now { color: var(--ink); font-weight: 800; font-size: 1.15rem; }
.prod__parc { font-size: .72rem; color: #555; }
.prod__frete { font-size: .7rem; color: var(--green); font-weight: 600; }
.prod__buy { margin-top: 8px; padding: 10px; background: #fff; border: 1px solid var(--gold); color: var(--gold-soft); border-radius: 4px; font-weight: 700; font-size: .8rem; letter-spacing: 1px; text-transform: uppercase; transition: .2s; }
.prod__buy:hover { background: var(--gold); color: #000; }
.sec__cta { text-align: center; margin-top: 26px; }

/* ---------- Botões ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 26px; border-radius: 4px; font-weight: 700; font-size: .78rem; letter-spacing: 1.5px; text-transform: uppercase; transition: .2s; }
.btn--gold { background: var(--gold); color: #000; }
.btn--gold:hover { background: var(--gold-2); }
.btn--dark { background: var(--black); color: #fff; border: 1px solid var(--black); }
.btn--dark:hover { background: #000; }
.btn--outline { background: transparent; border: 1px solid var(--gold); color: var(--gold-2); }
.btn--outline:hover { background: var(--gold); color: #000; }
.btn--ghost { background: transparent; border: 1px solid var(--line); color: #555; }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn--block { width: 100%; }
.btn--lg { padding: 15px 30px; font-size: .85rem; }
.btn:disabled { opacity: .45; cursor: not-allowed; }

/* ---------- Faixa de benefícios (marquee) ---------- */
.beltbar { background: var(--black); color: #eee; overflow: hidden; padding: 14px 0; border-top: 1px solid rgba(201,162,75,.2); border-bottom: 1px solid rgba(201,162,75,.2); }
.belt { display: flex; gap: 60px; white-space: nowrap; width: max-content; animation: belt 26s linear infinite; }
.belt span { font-size: .78rem; letter-spacing: 2px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.belt span::before { content: "•"; color: var(--gold); }
@keyframes belt { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Banner só imagem (limpo, sem texto) ---------- */
.imgbanner { display: block; }
.imgbanner img { width: 100%; height: auto; display: block; }

/* ---------- Banner editorial (imagem + texto) ---------- */
.editorial { position: relative; background: #000; min-height: 360px; display: flex; align-items: center; overflow: hidden; }
.editorial__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.editorial::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.3)); }
.editorial__inner { position: relative; z-index: 2; max-width: var(--wrap); margin: 0 auto; padding: 50px 60px; color: #fff; width: 100%; }
.editorial__eyebrow { font-size: .68rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }
.editorial__title { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: 2px; line-height: 1.15; max-width: 560px; }
.editorial__title em { color: var(--gold); font-style: normal; }
.editorial__sub { color: #cfcfcf; margin: 12px 0 20px; letter-spacing: 1px; font-size: .9rem; }
.editorial__wm { position: absolute; bottom: 24px; right: 60px; z-index: 3; font-family: var(--serif); letter-spacing: 4px; color: rgba(255,255,255,.8); }
.editorial--center .editorial__inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.editorial--center .editorial::after { background: radial-gradient(circle at center, rgba(0,0,0,.5), rgba(0,0,0,.85)); }

/* ---------- Sobre nossa empresa ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.about__img { border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; background: var(--paper); }
.about__img img { width: 100%; height: 100%; object-fit: cover; }
.about__txt h2 { font-family: var(--serif); font-size: 1.9rem; margin-bottom: 14px; }
.about__txt p { color: #555; margin-bottom: 12px; }

/* ---------- 3 banners ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trio__card { position: relative; min-height: 220px; border-radius: 8px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.trio__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.trio__card::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.trio__body { position: relative; z-index: 2; padding: 20px; }
.trio__body h3 { font-family: var(--serif); font-size: 1.4rem; letter-spacing: 2px; }
.trio__body .big { font-family: var(--serif); font-size: 2.6rem; color: var(--gold-2); }
.trio__body p { font-size: .8rem; color: #ddd; margin-top: 6px; letter-spacing: 1px; }

/* ---------- Instagram ---------- */
.insta__head { text-align: center; margin-bottom: 26px; }
.insta__head h2 { font-family: var(--serif); font-size: 1.6rem; }
.insta__head span { color: var(--gold-soft); font-weight: 600; }
.insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.insta-post { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.insta-post__img { aspect-ratio: 1/1; background: var(--paper); }
.insta-post__img img { width: 100%; height: 100%; object-fit: cover; }
.insta-post__bar { display: flex; gap: 12px; padding: 10px 12px; font-size: 1rem; color: #333; }
.insta-post__bar .r { margin-left: auto; }
.insta-post__cap { padding: 0 12px 12px; font-size: .74rem; color: #777; }

/* ---------- Selos de confiança ---------- */
.trust { background: var(--paper); border-top: 1px solid var(--line); }
.trust__inner { max-width: var(--wrap); margin: 0 auto; padding: 34px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust__item { text-align: center; }
.trust__item .ico { font-size: 1.8rem; color: var(--gold-soft); }
.trust__item b { display: block; margin-top: 6px; font-size: .92rem; letter-spacing: .5px; }
.trust__item small { color: var(--muted); font-size: .76rem; }

/* ---------- Footer ---------- */
.footer { background: var(--black); color: #cfcfcf; }
.footer__inner { max-width: var(--wrap); margin: 0 auto; padding: 50px 20px 24px; display: grid; grid-template-columns: 1.2fr 1fr 1.3fr 1fr; gap: 34px; }
.footer h4 { color: #fff; font-family: var(--serif); font-size: 1rem; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.footer a, .footer p, .footer li { color: #b9b9b9; font-size: .84rem; margin-bottom: 9px; }
.footer a:hover { color: var(--gold-2); }
.footer ul { list-style: none; }
.footer .wa-btn { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff; padding: 9px 16px; border-radius: 6px; font-size: .8rem; font-weight: 600; margin-top: 6px; }
.footer .news { display: flex; gap: 8px; margin-top: 8px; }
.footer .news input { flex: 1; padding: 11px 12px; border: 1px solid #333; background: #111; color: #fff; border-radius: 6px; font-family: inherit; font-size: .82rem; }
.footer .news input:focus { outline: none; border-color: var(--gold); }
.footer .news button { background: var(--gold); color: #000; padding: 0 16px; border-radius: 6px; font-weight: 700; font-size: .8rem; }
.pays { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.pays span { background: #1c1c20; border: 1px solid #2a2a2e; border-radius: 5px; padding: 5px 8px; font-size: .66rem; font-weight: 600; color: #ddd; }
.verified { display: flex; gap: 8px; margin-top: 14px; }
.verified span { background: #1c1c20; border: 1px solid #2a2a2e; border-radius: 6px; padding: 6px 10px; font-size: .66rem; color: #bbb; }
.footer__bottom { border-top: 1px solid #26262a; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; max-width: var(--wrap); margin: 0 auto; flex-wrap: wrap; }
.footer__bottom p { font-size: .76rem; color: #888; margin: 0; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 34px; height: 34px; border-radius: 8px; background: #1c1c20; display: grid; place-items: center; color: #ddd; }
.footer__social a:hover { background: var(--gold); color: #000; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; z-index: 60; display: none; background: rgba(0,0,0,.7); backdrop-filter: blur(4px); padding: 20px; overflow-y: auto; }
.modal.open { display: grid; place-items: center; }
.modal__inner { position: relative; background: #fff; border-radius: 10px; max-width: 860px; width: 100%; box-shadow: var(--shadow); overflow: hidden; }
.modal__close { position: absolute; top: 14px; right: 16px; z-index: 3; width: 38px; height: 38px; border-radius: 50%; background: var(--paper); font-size: 1.5rem; color: #333; }
.modal__grid { display: grid; grid-template-columns: 1fr 1fr; }
.modal__img { position: relative; background: var(--paper); display: grid; place-items: center; }
.modal__img img { width: 100%; height: 100%; object-fit: cover; }
.modal__info { padding: 34px 30px; display: flex; flex-direction: column; gap: 4px; }
.modal__cat { font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-soft); font-weight: 700; }
.modal__info h2 { font-family: var(--serif); font-size: 1.7rem; }
.modal__stars { color: var(--gold); letter-spacing: 2px; font-size: .9rem; }
.modal__stars small { color: var(--muted); letter-spacing: 0; margin-left: 6px; }
.modal__price { display: flex; align-items: baseline; gap: 10px; margin: 8px 0 2px; flex-wrap: wrap; }
.modal__off { background: var(--red); color: #fff; font-size: .7rem; font-weight: 700; padding: 3px 8px; border-radius: 3px; }
.modal__frete { color: var(--green); font-weight: 600; font-size: .82rem; margin-bottom: 6px; }
.opt-label { font-weight: 600; margin-top: 10px; font-size: .88rem; }
.opts { display: flex; gap: 8px; margin-top: 6px; }
.pill { min-width: 46px; padding: 10px 14px; border-radius: 6px; font-weight: 700; border: 1px solid var(--line); background: #fff; transition: .2s; }
.pill--active { background: var(--black); color: #fff; border-color: var(--black); }
.swatch { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--line); transition: .2s; }
.swatch--active { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,75,.25); }
.input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: .92rem; margin-top: 4px; }
.input:focus { outline: none; border-color: var(--gold); }
.modal__info .btn { margin-top: 12px; }

/* ---------- Chips de filtro ---------- */
.chips { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.chip { padding: 9px 18px; border-radius: 999px; font-weight: 600; font-size: .78rem; letter-spacing: 1px; text-transform: uppercase; background: #fff; border: 1px solid var(--line); color: #444; transition: .2s; }
.chip:hover { border-color: var(--gold); color: var(--gold-soft); }
.chip--active { background: var(--black); border-color: var(--black); color: #fff; }

/* ---------- Carrinho ---------- */
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 50; opacity: 0; visibility: hidden; transition: .25s; }
.overlay.show { opacity: 1; visibility: visible; }
.cart { position: fixed; top: 0; right: 0; height: 100%; width: 400px; max-width: 92vw; z-index: 55; background: #fff; box-shadow: -12px 0 50px rgba(0,0,0,.25); transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; }
.cart.open { transform: translateX(0); }
.cart__head { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid var(--line); }
.cart__head h3 { font-family: var(--serif); font-size: 1.2rem; letter-spacing: 1px; }
.cart__close { font-size: 1.6rem; color: var(--muted); width: 34px; height: 34px; }
.cart__body { flex: 1; overflow-y: auto; padding: 12px 20px; }
.cart-empty { text-align: center; color: var(--muted); margin-top: 60px; display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 2.4rem; }
.cart-empty p { font-size: 1rem; }
.cart-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item__img { width: 72px; height: 72px; border-radius: 6px; overflow: hidden; background: var(--paper); flex-shrink: 0; }
.cart-item__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__info { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.cart-item__info strong { font-size: .9rem; }
.cart-item__info small { color: var(--muted); font-size: .78rem; }
.cart-item__price { color: var(--gold-soft); font-weight: 800; }
.qty { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.qty button { width: 28px; height: 28px; border-radius: 6px; background: var(--paper); color: #333; font-weight: 700; }
.qty span { min-width: 20px; text-align: center; font-weight: 700; }
.qty__del { margin-left: auto; background: transparent !important; }
.cart__foot { padding: 20px; border-top: 1px solid var(--line); background: var(--paper); }
.cart__note { font-size: .76rem; color: var(--muted); text-align: center; margin-bottom: 10px; }
.cart__total { display: flex; justify-content: space-between; font-size: 1.15rem; font-weight: 800; margin-bottom: 12px; }
.cart__total span:last-child { color: var(--gold-soft); }
.cart__foot .btn { margin-bottom: 8px; }

/* ---------- WhatsApp float + Toast ---------- */
.wa-float { position: fixed; bottom: 22px; left: 22px; z-index: 45; display: flex; align-items: center; gap: 8px; background: #25d366; color: #fff; padding: 12px 16px; border-radius: 999px; box-shadow: 0 10px 30px rgba(37,211,102,.4); font-size: .82rem; font-weight: 600; }
.wa-float:hover { transform: translateY(-2px); }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--black); color: #fff; padding: 13px 24px; border-radius: 999px; font-size: .88rem; z-index: 70; opacity: 0; visibility: hidden; transition: .3s; }
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .nav { display: none; }
  .shelf, .shelf--4 { grid-template-columns: repeat(3, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .trio { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .hslides { height: 460px; }
  .hslide__badge, .hslide__wm, .hslide__note { right: 20px; left: auto; }
  .hslide__note { left: 20px; right: auto; }
  .hslide__content, .editorial__inner { padding: 30px 24px; }
  .shelf, .shelf--4 { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; }
  .modal__grid { grid-template-columns: 1fr; }
  .trust__inner { grid-template-columns: 1fr 1fr; }
  .colecoes { gap: 18px; }
  .footer__inner { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .shelf, .shelf--4 { grid-template-columns: 1fr 1fr; }
  .col-item { width: 90px; } .col-item__circle { width: 88px; height: 88px; }
}
