/* ============================================================
   USEK FIT® — Drop 01 · Design editorial 2026
   Paleta extraída da coleção: off-white, preto, navy, chumbo
   + acento rosa pink (Power Pink)
   ============================================================ */

:root {
  --bg: #f4f1ec;          /* off-white editorial */
  --bg-2: #eae5dd;
  --ink: #101014;         /* quase preto */
  --ink-soft: #4c4a45;
  --pink: #e0186c;        /* power pink da coleção */
  --pink-soft: #fdd9e8;
  --navy: #1b2032;
  --line: rgba(16, 16, 20, 0.14);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --black: "Archivo Black", "Archivo", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--pink); color: #fff; }

img { display: block; max-width: 100%; }

.serif { font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: -0.01em; }
.pink { color: var(--pink); }

/* ============ PRELOADER ============ */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--ink);
  display: flex; flex-direction: column; gap: 22px;
  align-items: center; justify-content: center;
  transition: opacity 0.6s var(--ease-out), visibility 0.6s;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader-logo {
  font-family: var(--black);
  color: #fff; font-size: clamp(2rem, 6vw, 3.4rem); letter-spacing: 0.02em;
}
.preloader-logo em { font-style: normal; color: var(--pink); }
.preloader-logo span { font-size: 0.4em; vertical-align: super; opacity: 0.7; }
.preloader-bar {
  width: min(260px, 60vw); height: 2px; background: rgba(255,255,255,0.18);
  overflow: hidden; border-radius: 2px;
}
.preloader-bar i {
  display: block; height: 100%; width: 40%;
  background: var(--pink);
  animation: loadbar 1s var(--ease-out) infinite;
}
@keyframes loadbar {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(280%); }
}

/* ============ SCROLL PROGRESS ============ */
.scroll-progress {
  position: fixed; top: 0; left: 0; z-index: 900;
  height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--pink), #ff7ab0);
}

/* ============ HEADER ============ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 56px);
  transition: background 0.35s, box-shadow 0.35s, padding 0.35s;
}
.header.scrolled {
  background: rgba(244, 241, 236, 0.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding-top: 12px; padding-bottom: 12px;
}
.brand {
  font-family: var(--black); font-size: 1.35rem; color: var(--ink);
  text-decoration: none; letter-spacing: 0.02em;
}
.brand em { font-style: normal; color: var(--pink); }
.brand span { font-size: 0.45em; vertical-align: super; opacity: 0.6; }
.nav { display: flex; gap: clamp(14px, 2.4vw, 34px); }
.nav a {
  color: var(--ink); text-decoration: none; font-weight: 600;
  font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.08em;
  position: relative; padding: 4px 0;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px; background: var(--pink);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ============ BOTÕES ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 700;
  text-decoration: none; border: none; cursor: pointer;
  border-radius: 999px; letter-spacing: 0.04em;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s, background 0.3s, color 0.3s;
  will-change: transform;
}
.btn-arrow { transition: transform 0.3s var(--ease-out); }
.btn:hover .btn-arrow { transform: translateX(5px); }
.btn-pink {
  background: var(--pink); color: #fff;
  box-shadow: 0 12px 32px rgba(224, 24, 108, 0.32);
}
.btn-pink:hover { box-shadow: 0 18px 44px rgba(224, 24, 108, 0.42); transform: translateY(-3px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--navy); transform: translateY(-3px); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-3px); }
.btn-big { padding: 18px 34px; font-size: 0.95rem; text-transform: uppercase; }
.btn-header { padding: 12px 22px; font-size: 0.8rem; text-transform: uppercase; }
.btn-mini { padding: 10px 18px; font-size: 0.78rem; background: var(--ink); color: #fff; }
.btn-mini:hover { background: var(--pink); }
.btn-full { width: 100%; justify-content: center; }
.btn-whats {
  background: #25d366; color: #fff;
  padding: 15px 26px; font-size: 0.9rem;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}
.btn-whats:hover {
  background: #1ebe5a; transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45);
}
.btn-insta {
  background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
  color: #fff; padding: 15px 26px; font-size: 0.9rem;
  box-shadow: 0 12px 30px rgba(220, 39, 67, 0.35);
}
.btn-insta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(220, 39, 67, 0.5);
}

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  padding: clamp(110px, 14vh, 150px) clamp(20px, 4vw, 56px) 60px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 78% 18%, rgba(224, 24, 108, 0.10), transparent 70%),
    radial-gradient(45% 45% at 12% 85%, rgba(27, 32, 50, 0.08), transparent 70%);
}
.hero-bg::after {
  /* textura de grade editorial */
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 90px 90px;
  opacity: 0.35;
  mask-image: radial-gradient(70% 70% at 50% 30%, #000, transparent);
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 5vw, 80px);
  width: 100%; max-width: 1380px; margin: 0 auto;
  align-items: center;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-soft);
  margin-bottom: 26px;
}
.eyebrow.light { color: rgba(255,255,255,0.75); }
.eyebrow .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--pink);
  animation: blink 1.6s ease infinite;
}
@keyframes blink { 50% { opacity: 0.25; transform: scale(0.8); } }

.hero-title {
  font-family: var(--black);
  font-size: clamp(3rem, 8.6vw, 7.6rem);
  line-height: 0.96; letter-spacing: -0.015em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-title .line { display: block; }
.hero-title .serif {
  font-size: 1.06em; text-transform: lowercase;
  color: var(--pink);
}
.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--ink-soft); max-width: 500px;
  margin-bottom: 36px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 40px; }

.hero-proof { display: flex; align-items: center; gap: 14px; color: var(--ink-soft); font-size: 0.92rem; }
.avatars { display: flex; }
.avatars span {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; font-size: 0.8rem; color: #fff;
  border: 2.5px solid var(--bg);
  margin-left: -10px;
}
.avatars span:first-child { margin-left: 0; }
.avatars span:nth-child(1) { background: var(--pink); }
.avatars span:nth-child(2) { background: var(--navy); }
.avatars span:nth-child(3) { background: #b0693a; }
.avatars span:nth-child(4) { background: #5a5f73; }

/* hero media */
.hero-media { position: relative; }
.hero-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(16, 16, 20, 0.22);
  transform: rotate(1.6deg);
}
.hero-photo img { width: 100%; height: auto; }
.hero-photo-mini {
  position: absolute; left: -17%; bottom: -9%;
  width: 42%; border-radius: 16px; overflow: hidden;
  border: 5px solid var(--bg);
  box-shadow: 0 24px 60px rgba(16, 16, 20, 0.25);
  transform: rotate(-4deg);
}
.badge-float {
  position: absolute;
  background: #fff; color: var(--ink);
  font-weight: 800; font-size: 0.82rem; line-height: 1.25;
  padding: 14px 18px; border-radius: 14px;
  box-shadow: 0 16px 40px rgba(16, 16, 20, 0.16);
}
.badge-float small { font-weight: 500; color: var(--ink-soft); }
.badge-float.float-b { top: 6%; right: -4%; rotate: 3deg; }
.badge-float.badge-dark { background: var(--ink); color: #fff; }
.badge-float.badge-dark small { color: rgba(255,255,255,0.65); }
.badge-float.float-c { bottom: 16%; right: -6%; rotate: -2deg; }

.float-a { animation: floaty 5.5s ease-in-out infinite; }
.float-b { animation: floaty 6.5s ease-in-out infinite reverse; }
.float-c { animation: floaty 7s ease-in-out 0.8s infinite; }
@keyframes floaty {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

.hero-scroll {
  position: absolute; bottom: 26px; left: 50%; translate: -50% 0;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--ink); color: var(--ink);
  display: grid; place-items: center; text-decoration: none;
  animation: bob 2s ease-in-out infinite;
}
@keyframes bob { 50% { transform: translateY(7px); } }

/* ============ MARQUEE ============ */
.marquee {
  background: var(--ink); color: #fff;
  overflow: hidden; white-space: nowrap;
  padding: 16px 0;
  transform: rotate(-1.2deg) scale(1.02);
  margin: 10px 0 -10px;
}
.marquee-track {
  display: inline-flex;
  animation: marquee 30s linear infinite;
}
.marquee-track span {
  font-family: var(--black); font-size: 1rem; letter-spacing: 0.12em;
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ============ SEÇÕES / TÍTULOS ============ */
section { padding: clamp(80px, 11vw, 150px) clamp(20px, 4vw, 56px); }

.section-head { max-width: 1380px; margin: 0 auto clamp(40px, 5vw, 70px); }
.section-title {
  font-family: var(--black);
  font-size: clamp(2.4rem, 6.5vw, 5.2rem);
  text-transform: uppercase; letter-spacing: -0.01em;
  line-height: 1;
}
.section-title.light { color: #fff; }
.section-title .serif { text-transform: lowercase; font-size: 1.05em; }
.section-sub { color: var(--ink-soft); margin-top: 16px; font-size: 1.05rem; max-width: 560px; }

/* ============ PRODUTOS ============ */
.drop { padding-top: clamp(90px, 12vw, 160px); }
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(20px, 2.6vw, 36px);
  max-width: 1380px; margin: 0 auto;
}
.product {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 0 var(--line);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}
.product:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(16, 16, 20, 0.14);
}
.product-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.product-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  transition: opacity 0.5s var(--ease-out), transform 0.7s var(--ease-out);
}
.product-media .ph-back { opacity: 0; }
.product:hover .ph-back { opacity: 1; }
.product:hover .product-media img { transform: scale(1.045); }
.product-tag {
  position: absolute; bottom: 14px; left: 14px; z-index: 3;
  background: var(--ink); color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px; border-radius: 999px;
}
.product-tag.tag-pink { background: var(--pink); }
.product-info { padding: 20px 20px 22px; }
.product-info h3 { font-size: 1.06rem; font-weight: 800; margin-bottom: 4px; }
.product-info > p { color: var(--ink-soft); font-size: 0.88rem; margin-bottom: 16px; }
.product-cta { display: flex; }
.product-cta .btn-mini {
  width: 100%; justify-content: center;
  padding: 13px 18px; font-size: 0.82rem;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.product-cta .btn-mini:hover { background: #25d366; }

/* ============ EDITORIAL ============ */
.editorial {
  display: grid; grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(30px, 5vw, 90px);
  max-width: 1380px; margin: 0 auto;
  align-items: center;
}
.editorial-media {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 40px 90px rgba(16, 16, 20, 0.2);
  transform: rotate(-1.4deg);
}
.editorial-copy h2 {
  font-family: var(--black);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98; text-transform: uppercase;
  margin-bottom: 26px;
}
.editorial-copy h2 .serif { text-transform: lowercase; }
.editorial-copy > p { color: var(--ink-soft); font-size: 1.08rem; max-width: 520px; margin-bottom: 28px; }
.editorial-list { list-style: none; margin-bottom: 36px; }
.editorial-list li {
  display: flex; gap: 12px; align-items: baseline;
  font-weight: 600; padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.editorial-list li span { color: var(--pink); }

/* ============ LOOKBOOK ============ */
.lookbook { padding-right: 0; }
.drag-hint {
  display: inline-block; margin-left: 10px;
  font-weight: 800; color: var(--pink); font-size: 0.85rem;
  letter-spacing: 0.1em;
}
.lookbook-track {
  display: flex; gap: clamp(16px, 2vw, 28px);
  overflow-x: auto; padding: 10px 4vw 30px 0;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.lookbook-track::-webkit-scrollbar { display: none; }
.lookbook-track.dragging { cursor: grabbing; scroll-behavior: auto; }
.look {
  flex: 0 0 clamp(240px, 26vw, 360px);
  border-radius: var(--radius); overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
.look img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: top center;
  transition: transform 0.6s var(--ease-out);
  pointer-events: none;
}
.look:hover img { transform: scale(1.05); }
.look figcaption {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(16,16,20,0.82); color: #fff;
  backdrop-filter: blur(6px);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 8px 14px; border-radius: 999px;
}

/* ============ TECH (dark) ============ */
.tech {
  background: var(--ink); color: #fff;
  border-radius: clamp(24px, 4vw, 48px);
  margin: 0 clamp(10px, 1.6vw, 24px);
}
.tech-inner { max-width: 1380px; margin: 0 auto; }
.tech .section-title { margin-bottom: clamp(40px, 5vw, 70px); }
.tech-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
}
.tech-item {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: border-color 0.3s, background 0.3s, transform 0.45s var(--ease-out);
}
.tech-item:hover {
  border-color: var(--pink);
  background: rgba(224, 24, 108, 0.07);
  transform: translateY(-6px);
}
.tech-item h3 { font-size: 1.12rem; margin-bottom: 8px; }
.tech-item p { color: rgba(255,255,255,0.62); font-size: 0.92rem; }

/* ============ DEPOIMENTOS ============ */
.depos {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
  max-width: 1380px; margin: 0 auto;
}
.depo {
  background: #fff; border-radius: var(--radius);
  padding: 34px 28px 26px; position: relative;
  box-shadow: 0 2px 0 var(--line);
}
.depo .quote {
  font-family: var(--serif); font-size: 4.4rem; line-height: 0;
  color: var(--pink); position: absolute; top: 38px; left: 24px;
  opacity: 0.35;
}
.depo p { font-size: 1.02rem; font-weight: 500; margin-bottom: 18px; position: relative; }
.depo footer { font-weight: 800; font-size: 0.88rem; }
.depo footer span { color: var(--ink-soft); font-weight: 500; }

/* ============ CONTATO ============ */
.vip { padding-bottom: clamp(90px, 12vw, 160px); }
.vip-card {
  max-width: 780px; margin: 0 auto;
  background: var(--ink); color: #fff;
  border-radius: clamp(24px, 3vw, 40px);
  overflow: hidden;
  box-shadow: 0 50px 110px rgba(16, 16, 20, 0.3);
}
.vip-left {
  padding: clamp(44px, 6vw, 72px);
  background:
    radial-gradient(120% 90% at 50% 100%, rgba(224, 24, 108, 0.35), transparent 65%),
    var(--navy);
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.vip-left h2 {
  font-family: var(--black);
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1; text-transform: uppercase;
  margin-bottom: 18px;
}
.vip-left h2 .serif { text-transform: lowercase; color: var(--pink); font-size: 1.1em; }
.vip-sub {
  color: rgba(255,255,255,0.82);
  font-size: 1.05rem; max-width: 480px;
  margin-bottom: 8px;
}
.vip-social {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin-top: 30px; width: 100%; max-width: 520px;
}
.vip-social .btn {
  justify-content: center;
  padding: 17px 20px;
  font-size: 0.92rem;
  white-space: nowrap;
}

.hidden { display: none !important; }

/* ============ FOOTER ============ */
.footer { padding: 40px clamp(20px, 4vw, 56px) 34px; overflow: hidden; }
.footer-brand {
  font-family: var(--black);
  font-size: clamp(3.6rem, 13vw, 11rem);
  line-height: 0.9; text-align: center;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, var(--ink) 30%, transparent 130%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.12; user-select: none;
  margin-bottom: 26px; white-space: nowrap;
}
.footer-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  align-items: center; justify-content: space-between;
  border-top: 1px solid var(--line); padding-top: 22px;
  color: var(--ink-soft); font-size: 0.88rem;
}
.footer-row nav { display: flex; gap: 20px; }
.footer-row a { color: var(--ink); text-decoration: none; font-weight: 600; }
.footer-row a:hover { color: var(--pink); }
.footer-legal {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center; align-items: center;
  padding-top: 16px; font-size: 0.8rem; color: var(--ink-soft);
}
.footer-legal a { color: var(--ink-soft); text-decoration: none; }
.footer-legal a:hover { color: var(--pink); text-decoration: underline; }

/* ============ BANNER DE COOKIES ============ */
.cookies {
  position: fixed; left: 18px; bottom: 18px; z-index: 950;
  max-width: 430px;
  background: #fff; color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 18px; padding: 20px;
  box-shadow: 0 30px 70px rgba(16, 16, 20, 0.28);
  display: flex; flex-direction: column; gap: 14px;
  animation: cookiein 0.6s var(--ease-out);
}
.cookies[hidden] { display: none; }
@keyframes cookiein { from { opacity: 0; transform: translateY(24px); } }
.cookies p { font-size: 0.88rem; line-height: 1.55; }
.cookies a { color: var(--pink); font-weight: 700; }
.cookies .btn { padding: 13px 22px; font-size: 0.85rem; justify-content: center; }

/* ============ WHATSAPP FLUTUANTE ============ */
.whats-fab {
  position: fixed; right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  z-index: 850;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.45);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
  animation: whatspulse 2.4s ease infinite;
}
.whats-fab:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 24px 54px rgba(37, 211, 102, 0.55);
}
@keyframes whatspulse {
  0%, 100% { outline: 0 solid rgba(37, 211, 102, 0.4); outline-offset: 0; }
  50% { outline: 10px solid rgba(37, 211, 102, 0); outline-offset: 6px; }
}

/* ============ ANIMAÇÕES DE REVEAL ============ */
.reveal, .reveal-card, .reveal-img {
  opacity: 0; transform: translateY(34px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal-img { transform: translateY(44px) scale(0.98); }
.reveal.in, .reveal-card.in, .reveal-img.in {
  opacity: 1; transform: none;
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

/* ============ RESPONSIVO ============ */
/* ============ TABLET ============ */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-proof { justify-content: center; }
  .hero-media { max-width: 520px; margin: 0 auto; width: 100%; }
  .editorial { grid-template-columns: 1fr; }
  .editorial-media { max-width: 560px; margin: 0 auto; }
  .editorial-copy { text-align: center; }
  .editorial-copy > p { margin-left: auto; margin-right: auto; }
  .editorial-list { text-align: left; max-width: 520px; margin-left: auto; margin-right: auto; margin-bottom: 36px; }
}

/* ============ CELULAR ============ */
@media (max-width: 720px) {
  .nav { display: none; }
  .header { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 96px; padding-bottom: 80px; }
  .hero-photo-mini { left: -2%; width: 40%; }
  .badge-float { font-size: 0.74rem; padding: 11px 14px; }
  .badge-float.float-b { right: 0; top: 4%; }
  .badge-float.float-c { right: 0; bottom: 12%; }
  .hero-scroll { display: none; }
  .marquee-track span { font-size: 0.85rem; }
  .footer-row { flex-direction: column; text-align: center; }
  .footer-row nav { justify-content: center; flex-wrap: wrap; }
  .whats-fab {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    width: 54px; height: 54px;
  }
  .vip-social { grid-template-columns: 1fr; }
  .btn-big { width: 100%; justify-content: center; }
  .hero-ctas { flex-direction: column; }
  .depo { padding: 28px 22px 22px; }
  .cookies {
    left: 12px; right: 12px; max-width: none;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    padding: 16px;
  }
}

/* ============ TELAS PEQUENAS ============ */
@media (max-width: 390px) {
  .hero-title { font-size: clamp(2.3rem, 12vw, 2.9rem); }
  .section-title { font-size: clamp(2rem, 9vw, 2.4rem); }
  .brand { font-size: 1.15rem; }
  .btn-header { padding: 10px 16px; font-size: 0.72rem; }
  .look { flex-basis: 78vw; }
}
