/* JNN Cosméticos e Importados — varejo.
   Cores da logo da loja: marfim, rosé gold e bronze (rosé suave), com cards de vidro (glass). */
:root {
  --bg: #FAF6F2;
  --surface: #FFFFFF;
  --surface-2: #F4EAE3;
  --blush: #F6E7DF;
  --lilac: #EFE4DA;
  --ink: #3D2923;
  --ink-2: #6B5147;
  --ink-dim: #9A8277;
  --border: #EEDFD6;
  --border-2: #E2CDBF;
  --plum: #8A5E4F;
  --plum-2: #7A5043;
  --plum-deep: #4A2F27;
  --pink: #C4907F;
  --rose-ink: #9A6452;
  --rose: #C49A86;
  --rose-2: #E6C8B8;
  --grad: linear-gradient(135deg, #F2DED2 0%, #D3A997 48%, #A87462 100%);
  --grad-txt: linear-gradient(120deg, #C08A74 0%, #936250 55%, #6E4637 100%);
  --grad-escuro: linear-gradient(135deg, #3F2A24 0%, #5E4037 55%, #86604F 100%);
  --glass: linear-gradient(150deg, rgba(255, 255, 255, .78) 0%, rgba(255, 255, 255, .5) 100%);
  --glass-borda: rgba(255, 255, 255, .9);
  --glass-sombra: 0 14px 34px -20px rgba(122, 84, 68, .45), inset 0 1px 0 rgba(255, 255, 255, .95);
  --whats: #1F8A4C;
  --whats-2: #18723E;
  --danger: #B42318;
  --ok-bg: #EAF6EE;
  --warn: #9A5B00;
  --warn-bg: #FFF4DF;
  --radius: 22px;
  --shadow: 0 1px 2px rgba(61, 41, 35, .05), 0 12px 30px -14px rgba(122, 84, 68, .28);
  --shadow-lg: 0 30px 60px -24px rgba(61, 41, 35, .5);
  --serif: 'Bodoni Moda', 'Didot', 'Bodoni MT', Georgia, serif;
  --sans: 'Jost', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15.5px/1.55 var(--sans); -webkit-font-smoothing: antialiased; position: relative; }
/* manchas suaves de cor atrás de tudo: é o que dá o efeito de vidro aos cards */
body::before { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(38% 34% at 6% 12%, rgba(240, 208, 196, .62) 0%, rgba(240, 208, 196, 0) 70%),
    radial-gradient(34% 30% at 96% 20%, rgba(236, 220, 202, .6) 0%, rgba(236, 220, 202, 0) 70%),
    radial-gradient(40% 36% at 86% 88%, rgba(245, 214, 198, .55) 0%, rgba(245, 214, 198, 0) 70%),
    radial-gradient(34% 32% at 10% 86%, rgba(232, 214, 206, .5) 0%, rgba(232, 214, 206, 0) 70%),
    radial-gradient(30% 26% at 50% 50%, rgba(246, 226, 214, .45) 0%, rgba(246, 226, 214, 0) 70%), var(--bg); }
img { max-width: 100%; display: block; }
svg { flex-shrink: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 2px; }

/* vidro: translúcido + borda de luz; o desfoque de fundo só em telas grandes (no celular pesa) */
.vidro, .card, .cat-card, .passos li, .confianca-in, .chip, .busca, .rede, select, .setas button, .btn-rede, .video, .arco, .pop-caixa {
  background: var(--glass); border: 1px solid var(--glass-borda); box-shadow: var(--glass-sombra); }
@media (min-width: 900px) and (hover: hover) {
  .card, .cat-card, .passos li, .confianca-in, .arco, .pop-caixa, .video { -webkit-backdrop-filter: blur(16px) saturate(1.5); backdrop-filter: blur(16px) saturate(1.5); }
}

/* ------------------------------------------------ topo */
.topbar { background: var(--grad-escuro); color: #F5E6DC; font-size: 12.5px; letter-spacing: .06em; text-align: center; padding: 8px 16px; }
.hdr { position: sticky; top: 0; z-index: 30; background: rgba(250, 246, 242, .72); -webkit-backdrop-filter: saturate(1.6) blur(16px); backdrop-filter: saturate(1.6) blur(16px); border-bottom: 1px solid rgba(255, 255, 255, .8); box-shadow: 0 8px 24px -20px rgba(122, 84, 68, .5); }
.hdr-in { max-width: 1280px; margin: 0 auto; padding: 10px 20px; display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; flex-direction: column; align-items: center; text-decoration: none; flex-shrink: 0; line-height: 1; padding: 2px 4px; }
/* monograma "JNN" + linha + frase, como na logo da loja */
.brand-sigla { font-family: var(--serif); font-weight: 600; font-size: 34px; letter-spacing: .02em; line-height: .95;
  background: linear-gradient(160deg, #9A6B58 0%, #3D2923 45%, #C49A86 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-tag { display: flex; align-items: center; gap: 6px; margin-top: 5px; padding-top: 5px; border-top: 1px solid var(--rose-2); font-size: 8.6px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--rose-ink); white-space: nowrap; }
.busca { flex: 1; display: flex; align-items: center; gap: 9px; border-radius: 999px; padding: 0 16px; height: 46px; min-width: 0; transition: box-shadow .15s, border-color .15s; }
.busca:focus-within { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(196, 144, 127, .16); }
.busca svg { width: 19px; height: 19px; color: var(--ink-dim); }
.busca input { border: 0; outline: 0; background: transparent; flex: 1; min-width: 0; height: 100%; font-size: 15px; }
.busca input::-webkit-search-cancel-button { display: none; }
.busca-limpa { border: 0; background: var(--surface-2); width: 24px; height: 24px; border-radius: 50%; font-size: 16px; line-height: 1; color: var(--ink-2); }
.hdr-redes { display: flex; gap: 6px; }
.rede { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: var(--plum); transition: all .15s; }
.rede:hover { color: var(--pink); transform: translateY(-1px); }
.rede svg { width: 19px; height: 19px; }
.btn-sacola { position: relative; display: flex; align-items: center; gap: 10px; border: 0; background: var(--plum); color: #fff; height: 46px; padding: 0 18px 0 14px; border-radius: 999px; flex-shrink: 0; transition: transform .12s, background .15s; box-shadow: 0 10px 22px -12px rgba(122, 84, 68, .8); }
.btn-sacola:hover { background: var(--plum-2); }
.btn-sacola:active { transform: scale(.97); }
.btn-sacola svg { width: 22px; height: 22px; color: #F0D2C2; }
.btn-sacola-txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.btn-sacola-txt span { font-size: 11px; color: #EBD2C4; letter-spacing: .04em; }
.btn-sacola-txt strong { font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; }
.badge { position: absolute; top: -5px; left: 27px; background: var(--pink); color: #fff; font-size: 11px; font-weight: 600; min-width: 21px; height: 21px; border-radius: 999px; display: grid; place-items: center; padding: 0 5px; border: 2px solid #fff; }
.cats { max-width: 1280px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.cats::-webkit-scrollbar { display: none; }
.cats button { border: 0; background: transparent; padding: 11px 14px 12px; font-weight: 500; font-size: 14px; letter-spacing: .03em; color: var(--ink-2); border-bottom: 2px solid transparent; white-space: nowrap; }
.cats button[aria-current="true"] { color: var(--plum); border-bottom-color: var(--pink); }
.cats button:hover { color: var(--plum); }
.cats .cnt { color: var(--ink-dim); font-size: 12px; margin-left: 5px; }

/* ------------------------------------------------ botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; height: 50px; padding: 0 26px; font-weight: 500; font-size: 15px; letter-spacing: .03em; text-decoration: none; transition: transform .12s, background .15s, box-shadow .15s, border-color .15s; white-space: nowrap; }
.btn:active { transform: scale(.98); }
.btn svg { width: 16px; height: 16px; }
.btn-escuro { background: var(--plum); color: #fff; box-shadow: 0 14px 26px -14px rgba(122, 84, 68, .85); }
.btn-escuro:hover { background: var(--plum-2); }
.btn-rose { background: var(--grad); color: #fff; }
.btn-whats { background: var(--whats); color: #fff; box-shadow: 0 14px 26px -14px rgba(31, 138, 76, .8); }
.btn-whats:hover { background: var(--whats-2); }
.btn-whats svg { width: 20px; height: 20px; }
.btn-linha { background: rgba(255, 255, 255, .55); border: 1px solid var(--glass-borda); color: var(--plum); box-shadow: var(--glass-sombra); }
.btn-linha:hover { background: rgba(255, 255, 255, .85); }
.btn-bloco { width: 100%; }
.btn[disabled] { opacity: .5; pointer-events: none; }

/* ------------------------------------------------ hero */
.hero { position: relative; overflow: hidden; background:
  radial-gradient(55% 75% at 85% 25%, rgba(236, 204, 190, .5) 0%, rgba(236, 204, 190, 0) 70%),
  radial-gradient(40% 55% at 60% 95%, rgba(230, 212, 198, .45) 0%, rgba(230, 212, 198, 0) 70%); }
/* ondas de cetim, como o fundo da logo */
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .6;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.4'%3E%3Cpath d='M-50 420C200 300 380 520 620 380S1000 180 1260 300'/%3E%3Cpath d='M-50 460C220 340 400 560 640 420S1020 220 1260 340' opacity='.7'/%3E%3Cpath d='M-50 500C240 380 420 600 660 460S1040 260 1260 380' opacity='.45'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat; }
.hero-in { position: relative; max-width: 1280px; margin: 0 auto; padding: 56px 20px 60px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .24em; font-size: 11.5px; color: var(--rose-ink); margin: 0 0 18px; font-weight: 500; }
.eyebrow span { width: 28px; height: 1px; background: var(--pink); }
.hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5vw, 62px); line-height: 1.04; letter-spacing: -.015em; margin: 0 0 18px; text-wrap: balance; }
.hero h1 em { font-style: italic; font-weight: 400; background: var(--grad-txt); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .05em; }
.hero-p { color: var(--ink-2); font-size: 17px; max-width: 520px; margin: 0 0 28px; }
.hero-cta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-social { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 26px 0 0; font-size: 13.5px; color: var(--ink-dim); }
.hero-social a { display: inline-flex; align-items: center; gap: 7px; color: var(--plum); text-decoration: none; font-weight: 500; border-bottom: 1px solid var(--rose-2); padding-bottom: 1px; }
.hero-social a:hover { color: var(--pink); }
.hero-social svg { width: 16px; height: 16px; }
.hero-arte { position: relative; height: 470px; }
/* arcos de vidro com a foto do produto dentro */
.arco { position: absolute; bottom: 0; border-radius: 999px 999px 28px 28px; padding: 8px; overflow: hidden; }
.arco img { width: 100%; height: 100%; object-fit: cover; border-radius: 999px 999px 21px 21px; background: #fff; }
.arco.a1 { left: 0; width: 34%; height: 72%; bottom: 8%; }
.arco.a2 { left: 31%; width: 38%; height: 92%; z-index: 2; }
.arco.a3 { right: 0; width: 34%; height: 66%; bottom: 14%; }
.selo-giro { position: absolute; right: 2%; top: -2%; width: 118px; height: 118px; z-index: 3; filter: drop-shadow(0 12px 22px rgba(122, 84, 68, .25)); }
.selo-giro text[font-size="9.4"] { animation: gira 26s linear infinite; transform-origin: 60px 60px; }
@keyframes gira { to { transform: rotate(360deg); } }

/* ------------------------------------------------ faixa de confiança */
.confianca { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.confianca-in { border-radius: 24px; padding: 18px 22px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.confianca-in > div { display: flex; align-items: center; gap: 12px; }
.confianca svg { width: 30px; height: 30px; color: var(--pink); }
.confianca span { display: flex; flex-direction: column; font-size: 13px; color: var(--ink-dim); line-height: 1.35; }
.confianca strong { color: var(--ink); font-size: 14px; font-weight: 500; }
.confianca em { font-style: normal; }

/* ------------------------------------------------ seções */
.secao { max-width: 1280px; margin: 0 auto; padding: 52px 20px 8px; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.sec-eyebrow { margin: 0 0 6px; text-transform: uppercase; letter-spacing: .24em; font-size: 11px; color: var(--rose-ink); font-weight: 500; }
.sec-head h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 36px); margin: 0; letter-spacing: -.01em; line-height: 1.1; }
.setas { display: flex; gap: 8px; }
.setas button { width: 42px; height: 42px; border-radius: 50%; font-size: 22px; line-height: 1; color: var(--plum); transition: all .15s; }
.setas button:hover { color: var(--pink); }
.trilho { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 250px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 16px; margin: -4px; scrollbar-width: thin; scrollbar-color: var(--rose-2) transparent; }
.trilho .card { scroll-snap-align: start; }

/* categorias */
.cat-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.cat-card { position: relative; padding: 8px; text-align: left; border-radius: 26px; overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.cat-card:hover { transform: translateY(-3px); box-shadow: 0 24px 44px -24px rgba(122, 84, 68, .55), inset 0 1px 0 #fff; }
.cat-card .cc-img { aspect-ratio: 1 / 1; background: #fff; display: block; overflow: hidden; border-radius: 19px; }
.cat-card .cc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cat-card:hover .cc-img img { transform: scale(1.05); }
.cat-card .cc-txt { padding: 12px 10px 8px; display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.cat-card strong { font-family: var(--serif); font-weight: 500; font-size: 20px; line-height: 1.15; }
.cat-card small { color: var(--ink-dim); font-size: 12.5px; white-space: nowrap; }
.cat-card .cc-ir { position: absolute; top: 16px; right: 16px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .85); display: grid; place-items: center; font-size: 16px; color: var(--plum); box-shadow: 0 2px 10px rgba(122, 84, 68, .18); }

/* vídeos */
.redes-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-rede { height: 42px; padding: 0 18px; font-size: 14px; color: var(--plum); }
.btn-rede:hover { background: rgba(255, 255, 255, .9); }
.btn-rede svg { width: 18px; height: 18px; }
.videos-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(200px, 232px); gap: 16px; overflow-x: auto; padding: 4px 4px 16px; margin: -4px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--rose-2) transparent; }
.video { position: relative; aspect-ratio: 9 / 16; border-radius: 24px; overflow: hidden; scroll-snap-align: start; text-decoration: none; color: #fff; display: block; }
.video img { position: absolute; inset: 12% 10% 26%; width: 80%; height: 62%; object-fit: contain; border-radius: 14px; background: #fff; transition: transform .35s ease; }
.video:hover img { transform: scale(1.05); }
/* capa real do Reel: ocupa o card inteiro */
.video img.v-cover { inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 0; background: #EFE4DA; }
.video::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(61, 41, 35, 0) 55%, rgba(61, 41, 35, .85) 100%); }
.video .v-play { position: absolute; top: 50%; left: 50%; width: 58px; height: 58px; margin: -29px 0 0 -29px; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--plum); display: grid; place-items: center; z-index: 2; box-shadow: 0 8px 22px rgba(122, 84, 68, .35); transition: transform .2s; }
.video:hover .v-play { transform: scale(1.08); }
.video .v-play svg { width: 24px; height: 24px; margin-left: 3px; }
.video .v-rede { position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; background: rgba(61, 41, 35, .7); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: #fff; font-size: 11.5px; letter-spacing: .06em; padding: 5px 10px 5px 8px; border-radius: 999px; }
.video .v-rede svg { width: 14px; height: 14px; }
.video .v-tit { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2; font-size: 14.5px; font-weight: 500; line-height: 1.3; }
.seguir { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: center; background: radial-gradient(70% 90% at 100% 0%, rgba(232, 190, 168, .35) 0%, rgba(232, 190, 168, 0) 60%), var(--grad-escuro); color: #F5E6DC; border-radius: 30px; padding: 36px 40px; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.seguir::before { content: ''; position: absolute; right: -120px; top: -120px; width: 380px; height: 380px; border-radius: 50%; border: 1px solid rgba(236, 207, 190, .3); }
.seguir::after { content: ''; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; border: 1px solid rgba(236, 207, 190, .2); }
.seguir h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 3vw, 36px); line-height: 1.1; margin: 0 0 12px; color: #fff; }
.seguir h3 em { font-style: italic; color: #E8BCA8; }
.seguir p { margin: 0 0 22px; color: #E3CBBE; max-width: 460px; }
.seguir .redes-btns .btn { height: 48px; background: rgba(255, 255, 255, .92); color: var(--plum); border: 0; box-shadow: none; }
.seguir .redes-btns .btn:hover { background: #fff; }
.telas { display: flex; justify-content: center; gap: 14px; position: relative; z-index: 1; }
.tela { width: 150px; aspect-ratio: 9 / 17; border-radius: 22px; border: 5px solid #231612; background: #fff; overflow: hidden; position: relative; box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .7); }
.tela:nth-child(2) { transform: translateY(-18px); }
.tela img { position: absolute; inset: 14% 12% 28%; width: 76%; height: 58%; object-fit: contain; }
.tela .v-play { position: absolute; left: 50%; top: 46%; width: 40px; height: 40px; margin: -20px 0 0 -20px; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--plum); display: grid; place-items: center; box-shadow: 0 4px 12px rgba(122, 84, 68, .3); }
.tela .v-play svg { width: 17px; height: 17px; margin-left: 2px; }
.tela i { position: absolute; left: 10px; right: 10px; bottom: 10px; height: 6px; border-radius: 9px; background: rgba(122, 84, 68, .15); }
.tela i::before { content: ''; display: block; width: 45%; height: 100%; border-radius: 9px; background: var(--pink); }

/* como comprar */
.passos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.passos li { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--radius); padding: 20px; }
.passos li > span { width: 42px; height: 42px; border-radius: 50%; background: var(--grad); color: #fff; font-family: var(--serif); font-size: 20px; display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 8px 18px -10px rgba(168, 116, 98, .9); }
.passos strong { display: block; font-size: 16px; font-weight: 500; }
.passos p { margin: 3px 0 0; color: var(--ink-dim); font-size: 14px; }

/* ------------------------------------------------ Grupo VIP */
.vip { max-width: 1280px; margin: 0 auto; padding: 52px 20px 8px; }
.vip-in { position: relative; overflow: hidden; border-radius: 30px; padding: 40px 44px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: center; color: #F5E6DC;
  background: radial-gradient(80% 110% at 100% 0%, rgba(232, 190, 168, .4) 0%, rgba(232, 190, 168, 0) 60%), var(--grad-escuro); box-shadow: var(--shadow-lg); }
.vip-in::after { content: ''; position: absolute; right: -90px; bottom: -140px; width: 340px; height: 340px; border-radius: 50%; border: 1px solid rgba(236, 207, 190, .3); pointer-events: none; }
.vip-selo { display: inline-flex; align-items: center; gap: 7px; background: rgba(37, 211, 102, .14); color: #7FE8A6; border: 1px solid rgba(37, 211, 102, .32); padding: 5px 12px 5px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.vip-selo svg { width: 16px; height: 16px; }
.vip h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; margin: 16px 0 10px; color: #fff; text-wrap: balance; }
.vip p { margin: 0 0 18px; color: #E3CBBE; font-size: 16px; max-width: 520px; }
.vip-lista { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 9px; }
.vip-lista li { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.vip-lista li::before { content: ''; width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; background: var(--grad); box-shadow: inset 0 0 0 5px #5E4037; }
.vip-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.vip-cta span { font-size: 13px; color: #C2A698; }
.btn-vip { background: #25D366; color: #06301B; height: 54px; padding: 0 28px; font-size: 16px; font-weight: 600; box-shadow: 0 12px 26px -12px rgba(37, 211, 102, .8); }
.btn-vip:hover { background: #33E276; }
.btn-vip svg { width: 22px; height: 22px; }
.vip-arte { display: flex; justify-content: center; }
.chat { width: 100%; max-width: 330px; border-radius: 22px; overflow: hidden; background: #EFE7DD; box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .6); transform: rotate(2.5deg); border: 6px solid #231612; }
.chat-topo { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: #1F2C27; color: #fff; }
.chat-av { width: 34px; height: 34px; border-radius: 50%; background: #fff; color: var(--plum); font-family: var(--serif); font-weight: 600; font-size: 11px; display: grid; place-items: center; border: 1.5px solid var(--rose-2); }
.chat-topo strong { display: block; font-size: 13px; line-height: 1.2; font-weight: 500; }
.chat-topo small { font-size: 11.5px; color: #A9C1B5; }
.chat-corpo { padding: 14px 12px 16px; display: flex; flex-direction: column; gap: 8px; background-image: radial-gradient(rgba(0, 0, 0, .04) 1px, transparent 1px); background-size: 14px 14px; }
.bolha { position: relative; align-self: flex-start; max-width: 88%; background: #fff; color: #1F2A24; border-radius: 4px 12px 12px 12px; padding: 8px 10px 16px; font-size: 13px; line-height: 1.35; box-shadow: 0 1px 1px rgba(0, 0, 0, .08); }
.bolha b { color: var(--plum); }
.bolha i { position: absolute; right: 8px; bottom: 3px; font-style: normal; font-size: 10px; color: #8A9A90; }
.bolha.eu { align-self: flex-end; background: #D9FDD3; border-radius: 12px 4px 12px 12px; padding-right: 54px; }
.bolha .lido { color: #34B7F1; }

/* ------------------------------------------------ catálogo */
.catalogo { max-width: 1280px; margin: 0 auto; padding: 52px 20px 70px; scroll-margin-top: 120px; }
.linhas { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 14px; scrollbar-width: none; }
.linhas::-webkit-scrollbar { display: none; }
.chip { border-radius: 999px; padding: 8px 16px; font-size: 13.5px; white-space: nowrap; color: var(--ink-2); transition: all .15s; }
.chip:hover { color: var(--plum); background: rgba(255, 255, 255, .9); }
.chip[aria-pressed="true"] { background: var(--plum); border-color: var(--plum); color: #fff; box-shadow: 0 10px 20px -12px rgba(122, 84, 68, .9); }
.chip .cnt { opacity: .6; font-size: 12px; margin-left: 4px; }
.barra { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding: 4px 0 10px; }
.generos { display: flex; gap: 6px; flex-wrap: wrap; }
.generos .chip { padding: 6px 13px; font-size: 13px; }
.generos .chip[aria-pressed="true"] { background: var(--blush); border-color: var(--rose); color: var(--rose-ink); box-shadow: none; }
.barra-dir { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
select { height: 40px; border-radius: 999px; padding: 0 34px 0 16px; appearance: none; font-size: 13.5px; max-width: 230px;
  background: rgba(255, 255, 255, .7) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239A7D90' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat right 12px center/11px; }
.contagem { font-size: 13px; color: var(--ink-dim); margin: 2px 0 16px; }

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
/* card de vidro: moldura translúcida com a foto num quadro branco */
.card { border-radius: var(--radius); padding: 8px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .25s, transform .25s; position: relative; }
.card:hover { transform: translateY(-3px); box-shadow: 0 26px 46px -26px rgba(122, 84, 68, .6), inset 0 1px 0 #fff; }
.card-img { position: relative; aspect-ratio: 1 / 1; background: #fff; display: block; border: 0; padding: 0; width: 100%; cursor: zoom-in; overflow: hidden; border-radius: 16px; }
.card-img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .4s ease; }
.card-img img.ph { padding: 0; object-fit: cover; }
.card:hover .card-img img:not(.ph) { transform: scale(1.05); }
.selos { position: absolute; top: 9px; left: 9px; display: flex; flex-direction: column; gap: 4px; align-items: flex-start; z-index: 1; }
.selo { font-size: 10.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: var(--grad); color: #fff; box-shadow: 0 6px 14px -8px rgba(168, 116, 98, .9); }
.selo-novo { background: var(--plum); }
.selo-alerta { background: var(--warn-bg); color: var(--warn); box-shadow: none; }
.selo-off { background: #F1E8E2; color: var(--ink-dim); box-shadow: none; }
.card-info { padding: 12px 7px 5px; display: flex; flex-direction: column; flex: 1; gap: 3px; }
.card-marca { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--rose-ink); }
.card-nome { font-family: var(--serif); font-weight: 500; font-size: 17px; line-height: 1.22; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.44em; }
.card-meta { font-size: 12.5px; color: var(--ink-dim); min-height: 1.5em; }
.card-meta .g { display: inline-block; padding: 0 8px; border-radius: 999px; background: rgba(255, 255, 255, .8); border: 1px solid var(--border); color: var(--ink-2); font-size: 11.5px; margin-right: 5px; }
.card-pe { margin-top: auto; padding-top: 10px; display: flex; flex-direction: column; gap: 10px; }
.preco { font-size: 20px; font-weight: 600; letter-spacing: -.01em; font-variant-numeric: tabular-nums; color: var(--plum-deep); }
.add { height: 42px; border: 0; border-radius: 999px; background: var(--plum); color: #fff; font-weight: 500; font-size: 14px; letter-spacing: .02em; display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; transition: background .15s, box-shadow .15s; box-shadow: 0 10px 20px -12px rgba(122, 84, 68, .9); }
.add:hover { background: var(--plum-2); }
.add svg { width: 17px; height: 17px; }
.add[disabled] { background: #F1E8E2; color: var(--ink-dim); cursor: not-allowed; box-shadow: none; }
.qtd { display: flex; align-items: center; height: 42px; border: 1.5px solid var(--plum); border-radius: 999px; overflow: hidden; background: #fff; }
.qtd button { width: 42px; height: 100%; border: 0; background: transparent; font-size: 20px; line-height: 1; color: var(--plum); flex-shrink: 0; }
.qtd button:hover { background: var(--surface-2); }
.qtd input { flex: 1; min-width: 0; width: 40px; text-align: center; border: 0; outline: 0; font-weight: 600; font-size: 15px; height: 100%; background: transparent; -moz-appearance: textfield; font-variant-numeric: tabular-nums; }
.qtd input::-webkit-outer-spin-button, .qtd input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qtd-sm { height: 36px; border-width: 1px; }
.qtd-sm button { width: 34px; font-size: 18px; }
.qtd-sm input { font-size: 14px; width: 34px; }

.vazio { text-align: center; padding: 44px 16px; color: var(--ink-2); }
.vazio p { max-width: 460px; margin: 0 auto 16px; }
.vazio-acoes { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
#sentinela { height: 1px; }
.carregando { grid-column: 1 / -1; text-align: center; color: var(--ink-dim); padding: 20px; }

/* ------------------------------------------------ rodapé */
.rodape { background: var(--grad-escuro); color: #E3CBBE; padding: 48px 20px 26px; font-size: 14px; margin-top: 30px; }
.rodape-in { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.rodape-marca { display: flex; flex-direction: column; align-items: flex-start; }
.rodape .brand-sigla { font-size: 40px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rodape .brand-tag { color: #E6C3B1; border-top-color: rgba(236, 207, 190, .4); }
.rodape p { margin: 16px 0 0; max-width: 420px; }
.rodape-col strong { display: block; color: #fff; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; margin-bottom: 12px; }
.rodape-col a, .rodape-col button { display: flex; align-items: center; gap: 8px; color: #F2E4DA; text-decoration: none; background: none; border: 0; padding: 5px 0; font-size: 14.5px; text-align: left; }
.rodape-col a:hover, .rodape-col button:hover { color: #E8BCA8; }
.rodape-col svg { width: 17px; height: 17px; }
.rodape-fim { max-width: 1280px; margin: 34px auto 0; padding: 18px 0 90px; border-top: 1px solid rgba(236, 207, 190, .2); font-size: 12.5px; color: #B39A8D; }

/* ------------------------------------------------ barra flutuante / whatsapp */
.barra-pedido { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 25; display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 0; background: var(--grad-escuro); color: #fff; border-radius: 20px; padding: 12px 14px 12px 18px; box-shadow: var(--shadow-lg); text-align: left; animation: sobe .25s ease; }
.barra-pedido span:first-child { display: flex; flex-direction: column; line-height: 1.2; }
.barra-pedido strong { font-weight: 500; }
.barra-pedido small { color: #E3CBBE; font-size: 12px; }
.bp-total { background: var(--grad); color: #fff; font-weight: 600; padding: 10px 15px; border-radius: 999px; font-variant-numeric: tabular-nums; white-space: nowrap; }
@keyframes sobe { from { transform: translateY(20px); opacity: 0; } }
.fab-whats { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); z-index: 24; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .45); transition: transform .15s; }
.fab-whats:hover { transform: scale(1.06); }
.fab-whats svg { width: 30px; height: 30px; }
body.tem-itens .fab-whats { bottom: calc(94px + env(safe-area-inset-bottom)); }

/* ------------------------------------------------ pop-up de encomenda */
.pop { position: fixed; inset: 0; z-index: 55; display: grid; place-items: center; padding: 16px; }
.pop-fundo { position: absolute; inset: 0; background: rgba(61, 41, 35, .35); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); animation: aparece .25s ease; }
.pop-caixa { position: relative; width: min(420px, 100%); border-radius: 30px; padding: 30px 26px 20px; text-align: center; animation: popIn .35s cubic-bezier(.2, .9, .3, 1.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, .95) 0%, rgba(251, 243, 237, .9) 100%); box-shadow: 0 40px 80px -30px rgba(61, 41, 35, .6), inset 0 1px 0 #fff; }
@keyframes popIn { from { transform: translateY(24px) scale(.94); opacity: 0; } }
.pop-x { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(122, 84, 68, .08); color: var(--plum); font-size: 22px; line-height: 1; }
.pop-arte { position: relative; height: 120px; margin: -4px auto 14px; width: 220px; }
.pop-arte span { position: absolute; bottom: 0; width: 84px; height: 108px; border-radius: 999px 999px 18px 18px; background: #fff; border: 4px solid #fff; box-shadow: 0 14px 26px -14px rgba(122, 84, 68, .6); overflow: hidden; }
.pop-arte span img { width: 100%; height: 100%; object-fit: cover; }
.pop-arte span:nth-child(1) { left: 6px; transform: rotate(-9deg); height: 96px; }
.pop-arte span:nth-child(2) { left: 68px; z-index: 2; width: 88px; height: 116px; }
.pop-arte span:nth-child(3) { right: 6px; transform: rotate(9deg); height: 96px; }
.pop-arte .brilho { position: absolute; top: -6px; right: 18px; z-index: 3; width: 34px; height: 34px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-size: 17px; box-shadow: 0 8px 18px -8px rgba(168, 116, 98, .9); }
.pop-selo { display: inline-block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--rose-ink); font-weight: 500; margin-bottom: 8px; }
.pop h3 { font-family: var(--serif); font-weight: 500; font-size: 27px; line-height: 1.12; margin: 0 0 10px; color: var(--ink); text-wrap: balance; }
.pop p { margin: 0 0 20px; color: var(--ink-2); font-size: 15.5px; }
.pop .btn-whats { height: 54px; font-size: 16px; }
.pop-depois { margin-top: 10px; border: 0; background: none; color: var(--ink-dim); font-size: 13.5px; text-decoration: underline; padding: 6px; }

/* ------------------------------------------------ modal produto */
.modal, .gaveta { position: fixed; inset: 0; z-index: 50; }
.modal-fundo, .gaveta-fundo { position: absolute; inset: 0; background: rgba(61, 41, 35, .42); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); animation: aparece .2s ease; }
@keyframes aparece { from { opacity: 0; } }
.modal-caixa { position: relative; margin: 5vh auto; width: min(940px, calc(100% - 24px)); max-height: 90vh; overflow: auto; background: linear-gradient(160deg, #fff 0%, #FBF3EE 100%); border-radius: 28px; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1fr 1fr; animation: sobe .25s ease; border: 1px solid #fff; }
.md-img { background: #fff; border-right: 1px solid var(--border); display: grid; place-items: center; padding: 28px; min-height: 380px; }
.md-img img { width: 100%; max-height: 520px; object-fit: contain; }
.md-img img.ph { border-radius: 16px; }
.md-info { padding: 32px 30px 28px; display: flex; flex-direction: column; gap: 11px; }
.md-info h2 { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.12; margin: 0; }
.md-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.md-tags span { font-size: 12.5px; padding: 4px 11px; border-radius: 999px; background: var(--surface-2); color: var(--ink-2); }
.md-preco { font-size: 30px; font-weight: 600; margin-top: 4px; font-variant-numeric: tabular-nums; color: var(--plum-deep); }
.md-desc { color: var(--ink-2); font-size: 14.5px; margin: 0; white-space: pre-line; }
.md-cod { font-size: 12.5px; color: var(--ink-dim); }
.md-acoes { display: flex; gap: 10px; margin-top: 6px; }
.md-acoes .qtd { width: 150px; height: 50px; flex-shrink: 0; }
.md-acoes .btn { flex: 1; height: 50px; }
.md-duvida { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--whats); text-decoration: none; font-weight: 500; margin-top: 2px; }
.md-duvida svg { width: 18px; height: 18px; }
.md-duvida:hover { text-decoration: underline; }
.md-fechar { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .94); color: var(--plum); font-size: 24px; line-height: 1; box-shadow: 0 1px 6px rgba(122, 84, 68, .2); z-index: 2; }
.disp { font-size: 13px; font-weight: 500; }
.disp.ok { color: var(--whats); }
.disp.ultimas { color: var(--warn); }
.disp.esgotado { color: var(--danger); }

/* ------------------------------------------------ gaveta (sacola) */
.gaveta-caixa { position: absolute; top: 0; right: 0; bottom: 0; width: min(480px, 100%); background: linear-gradient(180deg, #FFFAF6 0%, #F8EFE8 100%); display: flex; flex-direction: column; box-shadow: var(--shadow-lg); animation: entra .25s ease; }
@keyframes entra { from { transform: translateX(30px); opacity: 0; } }
.gaveta-topo { display: flex; align-items: center; gap: 8px; padding: 16px 18px; border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, .8); }
.gaveta-topo h2 { flex: 1; margin: 0; font-family: var(--serif); font-weight: 500; font-size: 24px; }
.gaveta-topo button { border: 0; background: var(--surface-2); color: var(--plum); width: 38px; height: 38px; border-radius: 50%; font-size: 22px; line-height: 1; }
.gaveta-corpo { flex: 1; overflow-y: auto; padding: 14px 18px; overscroll-behavior: contain; }
.gaveta-pe { border-top: 1px solid var(--border); background: rgba(255, 255, 255, .85); padding: 14px 18px calc(14px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 10px; }
.item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); align-items: start; }
.item .mini { width: 64px; height: 64px; border-radius: 14px; background: #fff; border: 1px solid var(--border); overflow: hidden; }
.item .mini img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.item .mini img.ph { padding: 0; object-fit: cover; }
.item-nm { font-size: 14.5px; font-weight: 500; line-height: 1.3; }
.item-nm small { display: block; color: var(--ink-dim); font-weight: 400; font-size: 12.5px; margin-top: 2px; }
.item-ctrl { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.item-ctrl .qtd { width: 118px; }
.remover { border: 0; background: transparent; color: var(--ink-dim); font-size: 12.5px; text-decoration: underline; padding: 4px; }
.item-sub { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.linha-total { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; }
.linha-total strong { font-size: 24px; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--plum-deep); }
.linha-total small { color: var(--ink-dim); }
.minimo { background: var(--warn-bg); color: var(--warn); border-radius: 12px; padding: 10px 12px; font-size: 13.5px; }
.minimo .trilha { height: 6px; background: rgba(154, 91, 0, .15); border-radius: 99px; margin-top: 7px; overflow: hidden; }
.minimo .trilha i { display: block; height: 100%; background: var(--warn); border-radius: 99px; }
.vazio-car { text-align: center; padding: 60px 10px; color: var(--ink-2); }
.vazio-car svg { width: 60px; height: 60px; color: var(--rose-2); margin: 0 auto 14px; }
.nota-envio { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-2); background: var(--blush); border-radius: 14px; padding: 10px 12px; }
.nota-envio svg { width: 20px; height: 20px; color: var(--rose-ink); margin-top: 1px; }

/* formulário */
.form { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px 10px; }
.form h3 { grid-column: 1 / -1; margin: 12px 0 -2px; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--rose-ink); }
.form h3:first-child { margin-top: 0; }
.campo { display: flex; flex-direction: column; gap: 5px; grid-column: span 6; min-width: 0; }
.s1 { grid-column: span 1; } .s2 { grid-column: span 2; } .s3 { grid-column: span 3; } .s4 { grid-column: span 4; }
.campo label { font-size: 13px; font-weight: 500; color: var(--ink-2); }
.campo label i { color: var(--danger); font-style: normal; }
.campo input, .campo select, .campo textarea { height: 48px; border: 1px solid var(--border-2); border-radius: 14px; padding: 0 13px; background: #fff; font-size: 16px; max-width: none; width: 100%; box-shadow: none; }
.campo textarea { height: 78px; padding: 10px 13px; resize: vertical; }
.campo input:focus, .campo select:focus, .campo textarea:focus { outline: 0; border-color: var(--rose); box-shadow: 0 0 0 4px rgba(196, 144, 127, .16); }
.campo.erro input, .campo.erro select { border-color: var(--danger); background: #FFF8F7; }
.campo .msg { font-size: 12px; color: var(--danger); min-height: 0; }
.opcoes { display: flex; flex-wrap: wrap; gap: 8px; }
.opcoes label { font-weight: 400; display: flex; align-items: center; gap: 8px; border: 1px solid var(--border-2); background: #fff; border-radius: 14px; padding: 11px 13px; cursor: pointer; font-size: 14px; }
.opcoes input { accent-color: var(--plum); width: 16px; height: 16px; margin: 0; }
.opcoes label:has(input:checked) { border-color: var(--rose); box-shadow: inset 0 0 0 1px var(--rose); background: var(--blush); }
.lembrar { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink-2); }
.lembrar input { accent-color: var(--plum); width: 16px; height: 16px; }
.alerta { background: #FEF3F2; border: 1px solid #FECDCA; color: var(--danger); border-radius: 12px; padding: 10px 12px; font-size: 13.5px; }
.alerta ul { margin: 4px 0 0; padding-left: 18px; }
.resumo-mini { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; font-size: 13.5px; display: flex; justify-content: space-between; margin-bottom: 14px; }

/* sucesso */
.sucesso { text-align: center; padding: 26px 6px 10px; }
.sucesso .ok { width: 68px; height: 68px; border-radius: 50%; background: var(--ok-bg); color: var(--whats); display: grid; place-items: center; margin: 0 auto 14px; }
.sucesso .ok svg { width: 34px; height: 34px; }
.sucesso h3 { font-family: var(--serif); font-size: 28px; margin: 0 0 6px; font-weight: 500; }
.sucesso p { color: var(--ink-2); margin: 0 auto 16px; max-width: 360px; }
.msg-previa { text-align: left; background: #E7F8EC; border-radius: 14px; padding: 12px 14px; font-size: 12.5px; white-space: pre-wrap; max-height: 260px; overflow: auto; color: #183A24; font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; margin-top: 14px; }

.toast { position: fixed; left: 50%; bottom: calc(98px + env(safe-area-inset-bottom)); transform: translateX(-50%); background: var(--plum); color: #fff; padding: 11px 18px; border-radius: 999px; font-size: 14px; z-index: 60; box-shadow: var(--shadow-lg); max-width: calc(100% - 32px); animation: sobe .2s ease; }

/* ------------------------------------------------ responsivo */
@media (min-width: 900px) {
  .barra-pedido { display: none !important; }
  body.tem-itens .fab-whats { bottom: calc(18px + env(safe-area-inset-bottom)); }
}
@media (max-width: 1080px) {
  .cat-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .confianca-in { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 899px) {
  .hero-in { grid-template-columns: 1fr; gap: 28px; padding: 34px 20px 40px; }
  .hero-arte { height: 330px; max-width: 520px; width: 100%; margin: 0 auto; }
  .selo-giro { width: 96px; height: 96px; }
  .vip-in, .seguir { grid-template-columns: 1fr; padding: 30px 24px; gap: 26px; }
  .chat { max-width: 310px; transform: rotate(1.5deg); }
  .passos { grid-template-columns: 1fr; gap: 10px; }
  .passos li { padding: 16px; }
  .btn-sacola-txt { display: none; }
  .btn-sacola { width: 46px; padding: 0; justify-content: center; }
  .badge { left: auto; right: -5px; }
  .rodape-in { grid-template-columns: 1fr 1fr; }
  .rodape-marca { grid-column: 1 / -1; }
  .modal-caixa { grid-template-columns: 1fr; margin: auto 0 0; width: 100%; max-height: 92vh; border-radius: 28px 28px 0 0; position: absolute; bottom: 0; }
  .md-img { min-height: 0; padding: 20px; border-right: 0; border-bottom: 1px solid var(--border); }
  .md-img img { max-height: 40vh; }
  .md-info { padding: 20px 18px calc(20px + env(safe-area-inset-bottom)); }
  .md-info h2 { font-size: 25px; }
  .md-acoes .qtd { width: 128px; }
  .pop { place-items: end center; padding: 0; }
  .pop-caixa { width: 100%; border-radius: 30px 30px 0 0; padding-bottom: calc(18px + env(safe-area-inset-bottom)); }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .topbar { font-size: 11.5px; letter-spacing: .03em; }
  .hdr-in { flex-wrap: wrap; gap: 10px; padding: 8px 14px 10px; }
  .brand { margin-right: auto; }
  .brand-sigla { font-size: 29px; }
  .brand-tag { font-size: 7.6px; letter-spacing: .24em; }
  .rede { width: 40px; height: 40px; }
  .busca { order: 3; flex-basis: 100%; height: 44px; }
  .cats { justify-content: flex-start; padding: 0 8px; }
  .hero-in { padding: 26px 16px 34px; }
  .hero h1 { font-size: 34px; }
  .hero-p { font-size: 15.5px; margin-bottom: 22px; }
  .hero-cta .btn { flex: 1; padding: 0 16px; }
  .hero-arte { height: 270px; }
  .arco { padding: 5px; }
  .selo-giro { width: 84px; height: 84px; right: 0; top: -6%; }
  .confianca { padding: 0 14px; }
  .confianca-in { padding: 14px 14px; gap: 12px 10px; border-radius: 20px; }
  .confianca svg { width: 24px; height: 24px; }
  .confianca span { font-size: 11.5px; }
  .confianca strong { font-size: 12.5px; }
  .secao, .vip { padding: 40px 14px 4px; }
  .catalogo { padding: 40px 12px 60px; }
  .cat-cards { gap: 10px; }
  .cat-card { border-radius: 20px; padding: 6px; }
  .cat-card .cc-img { border-radius: 15px; }
  .cat-card .cc-txt { padding: 9px 8px 6px; flex-direction: column; gap: 1px; }
  .cat-card strong { font-size: 16.5px; }
  .cat-card .cc-ir { width: 28px; height: 28px; top: 12px; right: 12px; font-size: 13px; }
  .vip-in { border-radius: 24px; padding: 26px 18px; }
  .vip p { font-size: 15px; }
  .vip-cta { flex-direction: column; align-items: stretch; text-align: center; gap: 10px; }
  .btn-vip { width: 100%; }
  .seguir { border-radius: 24px; padding: 26px 18px; }
  .seguir .redes-btns { flex-direction: column; }
  .seguir .redes-btns .btn { width: 100%; }
  .tela { width: 104px; border-width: 4px; border-radius: 18px; }
  .videos-grid { grid-auto-columns: 46%; gap: 10px; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .card { border-radius: 18px; padding: 6px; }
  .card-img { border-radius: 13px; }
  .card-img img { padding: 8px; }
  .card-info { padding: 10px 5px 4px; }
  .card-nome { font-size: 15px; }
  .card-marca { font-size: 10px; letter-spacing: .12em; }
  .preco { font-size: 17.5px; }
  .add { height: 40px; font-size: 13px; }
  .qtd { height: 40px; }
  .qtd button { width: 34px; }
  .barra { flex-direction: column; align-items: stretch; }
  .barra-dir { display: grid; grid-template-columns: 1fr 1fr; }
  .barra-dir select { max-width: none; }
  .barra-dir select[hidden] + select { grid-column: 1 / -1; }
  .trilho { grid-auto-columns: 47%; gap: 10px; }
  .rodape-in { grid-template-columns: 1fr; gap: 24px; }
  .m6 { grid-column: span 6; } .m4 { grid-column: span 4; } .m3 { grid-column: span 3; } .m2 { grid-column: span 2; }
  .pop h3 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
.pop-caixa:focus { outline: none; }

/* ------------------------------------------------ logo oficial */
.brand-logo { width: 64px; height: 64px; border-radius: 50%; display: block; filter: drop-shadow(0 6px 14px rgba(122, 84, 68, .28)); transition: transform .25s; }
.brand:hover .brand-logo { transform: rotate(-6deg) scale(1.04); }
.rodape-logo { width: 116px; height: 116px; border-radius: 50%; box-shadow: 0 16px 34px -16px rgba(0, 0, 0, .6); }
img.chat-av { object-fit: cover; padding: 0; border: 0; background: #fff; }
@media (max-width: 640px) { .brand-logo { width: 54px; height: 54px; } .rodape-logo { width: 96px; height: 96px; } }
