:root {
  --creme: #fff7f1;
  --creme-2: #fbece3;
  --creme-3: #f6dfd3;
  --rosa: #c34a5b;
  --rosa-2: #d9737f;
  --rosa-claro: #f3d3d3;
  --vinho: #7a2e3b;
  --texto: #4b3035;
  --suave: #8a6c6f;
  --linha: #ecd6cb;
  --salvia: #8f9f82;
  --branco: #fffdfb;
  --sombra: 0 18px 40px -22px rgba(122, 46, 59, .35);
  --raio: 22px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Nunito Sans", system-ui, sans-serif;
  --script: "Ephesis", cursive;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { font-family: var(--sans); color: var(--texto); background: var(--creme); line-height: 1.65; font-size: 16.5px; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.wrap { width: min(1160px, 100% - 40px); margin-inline: auto; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

h1, h2, h3 { font-family: var(--serif); font-weight: 340; line-height: 1.1; color: var(--vinho); letter-spacing: -.015em; font-variation-settings: "SOFT" 60; }
h3 { font-weight: 400; letter-spacing: -.005em; }
h1 em, h2 em { font-style: italic; color: var(--rosa); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
.lead { color: var(--suave); font-size: 1.08rem; max-width: 560px; }
.sec { padding: clamp(72px, 10vw, 120px) 0; }
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; margin-bottom: 44px; }
.sec-head .lead { margin-top: 14px; }
.mimo { font-family: var(--script); color: var(--rosa); font-size: 1.9rem; line-height: 1; display: block; margin-bottom: 6px; }

/* botões */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: .96rem; border: 1.5px solid transparent; cursor: pointer; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-rosa { background: var(--rosa); color: #fff; box-shadow: 0 12px 24px -12px rgba(195, 74, 91, .7); }
.btn-rosa:hover { background: var(--vinho); transform: translateY(-2px); }
.btn-linha { border-color: var(--rosa-2); color: var(--vinho); background: transparent; }
.btn-linha:hover { background: var(--rosa-claro); }
.btn-zap { background: #25a55f; color: #fff; }
.btn-zap:hover { background: #1c8a4e; transform: translateY(-2px); }
.btn:focus-visible, .chip:focus-visible, a:focus-visible, button:focus-visible { outline: 2px solid var(--rosa); outline-offset: 3px; }

/* topo */
.topo { position: sticky; top: 0; z-index: 40; background: rgba(255, 247, 241, .86); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.topo.rolou { border-color: var(--linha); }
.topo .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.marca { display: flex; align-items: center; gap: 4px; color: var(--rosa); }
.marca svg { width: 46px; height: 46px; }
.marca b { font-family: var(--script); font-weight: 400; font-size: 2rem; line-height: .9; display: block; }
.marca small { display: block; font-size: .56rem; letter-spacing: .34em; color: var(--rosa-2); margin-top: 2px; }
.menu { display: flex; gap: 30px; font-weight: 600; font-size: .95rem; }
.menu a { position: relative; color: var(--texto); }
.menu a::after { content: ""; position: absolute; left: 0; bottom: -4px; height: 1.5px; width: 0; background: var(--rosa); transition: width .3s; }
.menu a:hover::after { width: 100%; }
.topo-acoes { display: flex; align-items: center; gap: 10px; }
.sacola-btn { position: relative; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--linha); background: var(--branco); display: grid; place-items: center; cursor: pointer; color: var(--vinho); transition: border-color .2s; }
.sacola-btn:hover { border-color: var(--rosa-2); }
.sacola-btn svg { width: 21px; height: 21px; }
.sacola-btn .qtd { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; border-radius: 10px; background: var(--rosa); color: #fff; font-size: .72rem; font-weight: 800; display: grid; place-items: center; padding: 0 5px; transform: scale(0); transition: transform .25s; }
.sacola-btn .qtd.tem { transform: scale(1); }
.hamb { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--linha); background: var(--branco); cursor: pointer; place-items: center; }
.hamb span, .hamb span::before, .hamb span::after { display: block; width: 18px; height: 1.6px; background: var(--vinho); position: relative; transition: .3s; }
.hamb span::before, .hamb span::after { content: ""; position: absolute; }
.hamb span::before { top: -6px; } .hamb span::after { top: 6px; }

/* hero */
.hero { position: relative; overflow: hidden; padding: 40px 0 90px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.local { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px 7px 12px; border-radius: 999px; background: var(--branco); border: 1px solid var(--linha); font-size: .88rem; font-weight: 600; color: var(--vinho); }
.local svg { width: 16px; height: 16px; color: var(--rosa); }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.2rem); margin: 22px 0 22px; line-height: 1.12; }
.hero .wrap > div:first-child { position: relative; z-index: 1; }
.hero .lead { font-size: 1.14rem; }
.hero-botoes { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-selos { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 40px; font-size: .92rem; color: var(--suave); font-weight: 600; }
.hero-selos span { display: inline-flex; align-items: center; gap: 8px; }
.hero-selos svg { width: 18px; height: 18px; color: var(--rosa); }
.hero-fotos { position: relative; height: 560px; }
.arco { position: absolute; right: 30px; top: 0; width: 76%; height: 100%; border-radius: 999px 999px 26px 26px; overflow: hidden; box-shadow: var(--sombra); border: 8px solid var(--branco); }
.arco img, .redondo img { width: 100%; height: 100%; object-fit: cover; }
.redondo { position: absolute; left: 0; bottom: 34px; width: 44%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 8px solid var(--branco); box-shadow: var(--sombra); }
.bilhete { position: absolute; right: 0; bottom: 70px; background: var(--branco); padding: 16px 20px; border-radius: 18px; box-shadow: var(--sombra); max-width: 220px; animation: flutua 6s ease-in-out infinite; }
.bilhete b { font-family: var(--serif); font-size: 1.1rem; color: var(--vinho); font-weight: 450; display: block; line-height: 1.2; }
.bilhete small { color: var(--suave); font-size: .84rem; }
.fio { position: absolute; pointer-events: none; color: var(--rosa-2); opacity: .55; }
.fio path { stroke-dasharray: 1600; stroke-dashoffset: 1600; animation: costura 4s ease forwards .4s; }
.fio-hero { left: 50%; top: 20px; width: 62%; height: 560px; }
@keyframes costura { to { stroke-dashoffset: 0; } }
@keyframes flutua { 50% { transform: translateY(-8px); } }

/* faixa */
.faixa { background: var(--rosa); color: #fff; overflow: hidden; padding: 16px 0; }
.faixa-trilho { display: flex; width: max-content; animation: corre 38s linear infinite; }
.faixa-trilho span { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.2rem; padding: 0 22px; display: inline-flex; align-items: center; gap: 44px; white-space: nowrap; }
.faixa-trilho span::after { content: "\2740"; font-style: normal; font-size: .9rem; opacity: .75; }
@keyframes corre { to { transform: translateX(-50%); } }

/* linhas de produto */
.linhas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.linha-card { position: relative; border-radius: var(--raio); overflow: hidden; background: var(--branco); border: 1px solid var(--linha); transition: transform .35s, box-shadow .35s; display: flex; flex-direction: column; }
.linha-card:hover { transform: translateY(-6px); box-shadow: var(--sombra); }
.linha-card .foto { aspect-ratio: 4 / 4.2; overflow: hidden; }
.linha-card .foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.linha-card:hover .foto img { transform: scale(1.06); }
.linha-card .txt { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.linha-card h3 { font-size: 1.4rem; }
.linha-card p { color: var(--suave); font-size: .94rem; margin: 6px 0 16px; flex: 1; }
.linha-card .ver { font-weight: 700; font-size: .9rem; color: var(--rosa); display: inline-flex; align-items: center; gap: 6px; }
.linha-card .ver svg { width: 16px; height: 16px; transition: transform .3s; }
.linha-card:hover .ver svg { transform: translateX(4px); }
.linha-card.natal { background: linear-gradient(160deg, #f8e3dc, #f3d3d3); border: 1px dashed var(--rosa-2); justify-content: center; text-align: center; padding: 30px 24px; }
.linha-card.natal .estrela { width: 64px; height: 64px; margin: 0 auto 16px; color: var(--rosa); }
.linha-card.natal p { flex: none; }

/* catálogo */
.catalogo { background: var(--creme-2); }
.filtros { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--linha); background: var(--branco); font-weight: 700; font-size: .88rem; cursor: pointer; color: var(--texto); transition: .25s; }
.chip:hover { border-color: var(--rosa-2); }
.chip.ativo { background: var(--vinho); border-color: var(--vinho); color: #fff; }
.grade { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.peca { background: var(--branco); border-radius: var(--raio); overflow: hidden; border: 1px solid var(--linha); display: flex; flex-direction: column; transition: transform .35s, box-shadow .35s, opacity .35s; }
.peca:hover { transform: translateY(-5px); box-shadow: var(--sombra); }
.peca.some { display: none; }
.peca-foto { position: relative; aspect-ratio: 1; overflow: hidden; cursor: zoom-in; border: 0; padding: 0; background: var(--creme-3); width: 100%; }
.peca-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.peca:hover .peca-foto img { transform: scale(1.05); }
.selo { position: absolute; left: 12px; top: 12px; padding: 5px 12px; border-radius: 999px; font-size: .74rem; font-weight: 800; background: rgba(255, 253, 251, .94); color: var(--vinho); }
.selo.pronta { background: var(--salvia); color: #fff; }
.peca-info { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.peca-info h3 { font-size: 1.15rem; }
.peca-info p { font-size: .88rem; color: var(--suave); flex: 1; }
.peca-acoes { display: flex; gap: 8px; margin-top: 12px; }
.peca-acoes .btn { padding: 10px 14px; font-size: .84rem; flex: 1; justify-content: center; }
.peca-acoes .add { flex: none; width: 42px; padding: 0; justify-content: center; }
.peca-acoes .add.ok { background: var(--salvia); border-color: var(--salvia); color: #fff; }
.catalogo-nota { margin-top: 34px; text-align: center; color: var(--suave); }
.catalogo-nota a { color: var(--rosa); font-weight: 700; border-bottom: 1px solid currentColor; }

/* como funciona */
.passos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: p; }
.passo { position: relative; padding: 30px 24px 28px; border-radius: var(--raio); background: var(--branco); border: 1px solid var(--linha); }
.passo::before { counter-increment: p; content: counter(p); font-family: var(--serif); font-size: 2.8rem; line-height: 1; color: var(--rosa-claro); font-weight: 400; position: absolute; right: 22px; top: 18px; }
.passo .ico { width: 52px; height: 52px; border-radius: 50%; background: var(--creme-2); display: grid; place-items: center; color: var(--rosa); margin-bottom: 18px; }
.passo .ico svg { width: 24px; height: 24px; }
.passo h3 { font-size: 1.28rem; margin-bottom: 6px; }
.passo p { color: var(--suave); font-size: .94rem; }
