/* Perfumaria Modelo — modelo de demonstração da vitrine Vistonanet */
:root {
  --ink: #241018;
  --ink-2: #3a1c27;
  --rose: #a9325e;
  --rose-2: #d76489;
  --rose-soft: #fae8ef;
  --gold: #d9b46d;
  --gold-soft: #f8edd9;
  --paper: #fffdfd;
  --cloud: #f7f2f4;
  --muted: #6c5c63;
  --line: #e9dfe3;
  --white: #ffffff;
  --success: #08783f;
  --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-script: "Alex Brush", cursive;
  --shadow-sm: 0 8px 26px rgba(36, 16, 24, .08);
  --shadow-lg: 0 24px 70px rgba(36, 16, 24, .16);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #1675d1;
  outline-offset: 3px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 5000; padding: 10px 16px; background: var(--white); transform: translateY(-150%); border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 14px; color: var(--rose); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }

.announcement { background: var(--ink); color: #fff4f7; font-size: .76rem; font-weight: 700; letter-spacing: .03em; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.announcement__divider { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }
.announcement__desktop { margin-left: 22px; color: #f1dcae; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,253,253,.94); border-bottom: 1px solid rgba(233,223,227,.9); backdrop-filter: blur(14px); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 56px; height: 56px; padding: 3px; object-fit: contain; background: #f8e4eb; border-radius: 50%; border: 2px solid var(--rose-soft); box-shadow: 0 5px 14px rgba(169,50,94,.14); }
.brand__wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand__wordmark strong { font-family: var(--font-serif); font-size: 1.25rem; }
.brand__wordmark i { font-family: var(--font-script); color: var(--rose); font-size: 1.7rem; font-weight: 400; margin-right: 3px; }
.brand__wordmark small { margin-top: 6px; font-size: .61rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.desktop-nav a { text-decoration: none; font-size: .88rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--rose); }
.header__actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 46px; height: 46px; display: inline-grid; place-items: center; position: relative; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.list-count { position: absolute; right: -3px; top: -5px; min-width: 21px; height: 21px; display: grid; place-items: center; padding: 0 4px; color: var(--white); background: var(--rose); border: 2px solid var(--white); border-radius: 20px; font-size: .66rem; font-weight: 800; }
.menu-button { display: none; }
.script-logo { font-family: var(--font-script); font-size: 2.2rem; color: var(--rose); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--dark { color: var(--white); background: var(--ink); box-shadow: 0 8px 18px rgba(36,16,24,.18); }
.button--rose { color: var(--white); background: var(--rose); box-shadow: 0 9px 22px rgba(169,50,94,.24); }
.button--ghost { color: var(--ink); background: transparent; border-color: #baa9b0; }
.button--light { color: var(--ink); background: var(--white); }
.button--gold { color: var(--ink); background: var(--gold); }
.text-link { color: var(--rose); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.mobile-menu { position: fixed; right: 0; top: 0; bottom: 0; z-index: 2100; width: min(360px, 90vw); display: flex; flex-direction: column; gap: 30px; padding: 22px; background: var(--white); box-shadow: var(--shadow-lg); transform: translateX(105%); transition: transform .3s ease; }
.mobile-menu.is-open { transform: none; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 700; text-decoration: none; }
.mobile-menu > .button { margin-top: auto; }
.page-backdrop { position: fixed; inset: 0; z-index: 2000; width: 100%; height: 100%; border: 0; background: rgba(16,6,11,.56); }

.hero { overflow: hidden; padding: 58px 0 88px; background: radial-gradient(circle at 83% 26%, #f5dbe4 0, rgba(245,219,228,0) 34%), linear-gradient(145deg, #fffdfd 10%, #f8f0f3 100%); }
.hero__grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(50px, 7vw, 96px); }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-family: var(--font-serif); font-size: clamp(2.6rem, 4.6vw, 4.4rem); line-height: 1; letter-spacing: -.045em; }
.hero h1 em { color: var(--rose); font-weight: 500; }
.hero__lead { max-width: 680px; margin-bottom: 30px; color: var(--muted); font-size: 1.06rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 44px 0 0; }
.trust-row div { padding-top: 17px; border-top: 1px solid #dacbd1; }
.trust-row dt { font-family: var(--font-serif); font-size: 1.55rem; font-weight: 700; }
.trust-row dd { margin: 3px 0 0; color: var(--muted); font-size: .75rem; font-weight: 700; }
.hero__visual { position: relative; padding: 0 28px 34px 0; }
.hero__image-frame { position: relative; overflow: hidden; border-radius: 46% 46% 32px 32px; box-shadow: var(--shadow-lg); }
.hero__image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.62); border-radius: inherit; }
.hero__image-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero__note { position: absolute; right: 0; bottom: 0; max-width: 290px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.hero__note > span { grid-row: span 2; color: var(--rose); font-size: 1.2rem; }
.hero__note strong { font-size: .82rem; }
.hero__note small { margin-top: 2px; color: var(--muted); font-size: .75rem; line-height: 1.45; }

.proof-strip { color: var(--white); background: var(--ink); }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid > div { min-height: 116px; display: grid; grid-template-columns: 38px 1fr; align-content: center; padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-strip__grid > div:last-child { border-right: 0; }
.proof-icon { grid-row: span 2; color: var(--gold); font-size: 1.5rem; }
.proof-strip strong { font-size: .86rem; }
.proof-strip small { color: rgba(255,255,255,.66); font-size: .75rem; }

.section-heading h2, .reviews__head h2, .specialist h2, .home-service h2, .social h2, .final-cta h2 { margin-bottom: 20px; font-family: var(--font-serif); font-size: clamp(2.25rem, 4.2vw, 4.3rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child, .section-heading--split > p, .specialist__copy > p, .home-service__copy > p, .social__copy > p { color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 50px; margin-bottom: 34px; }
.section-heading--split h2 { max-width: 760px; margin-bottom: 0; }
.section-heading--split > p { margin: 0 0 5px; font-size: .9rem; }
.filters { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 18px; scrollbar-width: thin; }
.filters button { min-height: 44px; flex: 0 0 auto; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: .78rem; font-weight: 800; cursor: pointer; }
.filters button[aria-selected="true"] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.product-card__media { position: relative; overflow: hidden; background: var(--cloud); }
.product-card__media img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; transition: transform .5s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card__tag { position: absolute; left: 14px; top: 14px; padding: 7px 10px; background: rgba(255,255,255,.92); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.product-card__body { padding: 21px; }
.product-card__body h3 { margin-bottom: 8px; font-family: var(--font-serif); font-size: 1.35rem; line-height: 1.15; }
.product-card__body p { min-height: 50px; margin-bottom: 20px; color: var(--muted); font-size: .82rem; }
.product-card__actions { display: flex; gap: 9px; }
.product-card__actions .button { flex: 1; min-height: 44px; padding-inline: 14px; font-size: .76rem; }
.save-button { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 1.2rem; cursor: pointer; }
.save-button[aria-pressed="true"] { color: var(--white); background: var(--rose); border-color: var(--rose); }
.collection__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 24px 28px; background: var(--cloud); border-radius: 16px; }
.collection__footer p { margin: 0; font-size: .9rem; }
.collection__links { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }

.specialist { min-height: 96vh; padding-top: 92px; padding-bottom: 54px; color: var(--white); background: radial-gradient(circle at 83% 40%, rgba(169,50,94,.22), transparent 36%), var(--ink); }
.specialist__grid { display: grid; grid-template-columns: 1.05fr .75fr; align-items: start; gap: clamp(50px, 8vw, 110px); }
.specialist__copy { position: sticky; top: 150px; }
.specialist__copy > p { color: rgba(255,255,255,.72); }
.check-list { display: grid; gap: 24px; margin: 36px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; }
.check-list li > span { color: var(--gold); font-family: var(--font-serif); font-size: 1.2rem; }
.check-list div { display: flex; flex-direction: column; }
.check-list small { margin-top: 4px; color: rgba(255,255,255,.58); }
.motion-column { position: sticky; top: 112px; display: flex; flex-direction: column; align-items: center; }
.motion-stage { position: relative; width: min(100%, 410px); overflow: hidden; aspect-ratio: 828 / 1108; border: 1px solid rgba(217,180,109,.42); border-radius: 28px; background: #10090d; box-shadow: 0 28px 70px rgba(0,0,0,.45); }
.motion-stage canvas { width: 100%; height: 100%; display: block; }
.motion-progress { position: absolute; top: 0; left: 0; right: 0; z-index: 4; height: 3px; background: rgba(255,255,255,.16); }
.motion-progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.motion-brand-cover { position: absolute; right: 5px; bottom: 5px; z-index: 5; min-width: 126px; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 6px 10px 6px 7px; color: var(--gold-soft); background: var(--ink); border: 1px solid rgba(217,180,109,.72); border-radius: 999px; box-shadow: 0 0 0 5px var(--ink), 0 4px 14px rgba(0,0,0,.45); font-family: var(--font-script); font-size: 1rem; line-height: 1; }
.motion-brand-cover img { width: 24px; height: 24px; padding: 2px; object-fit: contain; background: #f8e4eb; border-radius: 50%; }
.motion-hint { position: absolute; left: 50%; bottom: 14px; z-index: 4; transform: translateX(-50%); padding: 6px 12px; color: var(--white); background: rgba(0,0,0,.62); border-radius: 999px; font-size: .75rem; font-weight: 700; transition: opacity .25s ease; }
.motion-hint.faded { opacity: 0; }
.motion-target { position: absolute; left: 14px; bottom: 10px; z-index: 6; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(5px) scale(.96); transform-origin: left bottom; transition: opacity .3s ease, transform .3s ease; }
.motion-target.active { opacity: 1; transform: translateY(0) scale(1); }
.motion-button { min-width: 198px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 7px 11px 7px 8px; color: var(--ink); background: rgba(248,237,217,.96); border: 1px solid #efd9aa; border-radius: 999px; text-decoration: none; box-shadow: 0 9px 24px rgba(0,0,0,.28); }
.motion-button > span:first-child { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; }
.motion-button > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.motion-button strong { font-size: .75rem; }
.motion-button small { margin-top: 2px; font-size: .7rem; }
.asset-note { max-width: 410px; margin: 6px 0 0; color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.45; text-align: center; }

.home-service { background: linear-gradient(140deg, #f9eef2, #fffdfd 58%); }
.home-service__grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.steps { display: grid; gap: 18px; margin: 36px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 14px; }
.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--rose); background: var(--white); border: 1px solid #e3cbd4; border-radius: 50%; font-family: var(--font-serif); font-weight: 700; }
.steps p { display: flex; flex-direction: column; margin: 0; }
.steps small { margin-top: 3px; color: var(--muted); }
.schedule-card { display: grid; gap: 9px; padding: clamp(26px, 4vw, 42px); background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-sm); }
.schedule-card h3 { margin-bottom: 18px; font-family: var(--font-serif); font-size: 1.85rem; line-height: 1.15; }
.schedule-card label { margin-top: 6px; font-size: .76rem; font-weight: 800; }
.schedule-card label span { color: var(--muted); font-weight: 500; }
.schedule-card input, .schedule-card textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfbfc5; border-radius: 10px; background: var(--paper); }
.schedule-card textarea { resize: vertical; }
.schedule-card .button { margin-top: 10px; }
.schedule-card > small { color: var(--muted); font-size: .75rem; line-height: 1.45; }

.reviews { color: var(--white); background: var(--ink-2); }
.reviews__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.reviews__head h2 { margin-bottom: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 28px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; }
.stars { color: var(--gold); letter-spacing: .12em; }
.review-grid article > p { margin: 26px 0; font-family: var(--font-serif); font-size: 1.22rem; line-height: 1.5; }
.review-grid footer { display: flex; flex-direction: column; margin-top: auto; }
.review-grid footer small, .reviews__disclosure { color: rgba(255,255,255,.68); font-size: .75rem; }
.reviews__disclosure { margin: 22px 0 0; }

.reel-showcase { overflow: hidden; background: radial-gradient(circle at 78% 28%, #f0ccd8, transparent 32%), var(--cloud); }
.reel-showcase__grid { display: grid; grid-template-columns: 1fr minmax(300px, 410px); align-items: center; gap: clamp(50px, 9vw, 120px); }
.reel-showcase__copy { max-width: 650px; }
.reel-showcase__copy h2 { margin-bottom: 20px; }
.reel-showcase__copy > p:last-of-type { max-width: 590px; color: var(--muted); }
.reel-showcase__copy .button { margin-top: 12px; }
.reel-showcase__frame { width: min(100%, 390px); justify-self: center; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow-lg); }
.reel-showcase__frame iframe { width: 100%; aspect-ratio: 9 / 16; display: block; border: 0; border-radius: 17px; background: #12090d; }
.reel-showcase__frame p { margin: 10px 7px 3px; color: var(--muted); font-size: .75rem; line-height: 1.45; text-align: center; }

.social__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(46px, 7vw, 94px); }
.social__collage { display: grid; grid-template-columns: 1fr .74fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.social__collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.social__collage img:first-child { grid-row: span 2; }
.social__copy .button { margin-top: 12px; }

.faq { background: var(--cloud); }
.faq__grid { display: grid; grid-template-columns: .68fr 1.12fr; align-items: start; gap: clamp(50px, 8vw, 100px); }
.faq__grid .section-heading { position: sticky; top: 120px; }
.accordion { border-top: 1px solid #cfc2c7; }
.faq-item { border-bottom: 1px solid #cfc2c7; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 4px; border: 0; background: transparent; font-size: 1rem; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item button span { font-size: 1.7rem; font-weight: 400; transition: transform .25s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer p { padding: 0 40px 22px 4px; color: var(--muted); font-size: .88rem; }

.final-cta { padding: 74px 0; color: var(--white); background: radial-gradient(circle at 15% 50%, rgba(169,50,94,.28), transparent 34%), #17090f; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); }
.final-cta .button { flex-shrink: 0; }

.footer { padding: 72px 0 22px; color: rgba(255,255,255,.76); background: #0e060a; font-size: .78rem; }
.footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 46px; }
.footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.brand--footer { color: var(--white); }
.footer__brand p { max-width: 260px; margin-top: 8px; }
.footer h2 { margin: 0 0 7px; color: var(--gold); font-family: var(--font-sans); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--white); }
.footer address { font-style: normal; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.58); font-size: .75rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: var(--success); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 10px 30px rgba(8,120,63,.3); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }

.interest-dialog { width: min(520px, calc(100% - 28px)); max-height: calc(100dvh - 40px); padding: 0; color: var(--ink); background: var(--white); border: 0; border-radius: 24px; box-shadow: var(--shadow-lg); }
.interest-dialog::backdrop { background: rgba(19,7,12,.66); backdrop-filter: blur(4px); }
.dialog__head { display: flex; align-items: start; justify-content: space-between; padding: 26px 26px 12px; }
.dialog__head h2 { margin: 0; font-family: var(--font-serif); font-size: 2rem; }
.interest-dialog > p { margin: 0; padding: 0 26px 18px; color: var(--muted); font-size: .82rem; }
.interest-list { max-height: 50vh; overflow: auto; padding: 0 26px; }
.interest-row { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.interest-row img { width: 58px; height: 58px; object-fit: cover; border-radius: 10px; }
.interest-row strong, .interest-row small { display: block; }
.interest-row small { color: var(--muted); font-size: .75rem; }
.interest-row button { min-width: 42px; min-height: 42px; border: 0; background: transparent; color: var(--rose); cursor: pointer; }
.empty-list { padding: 28px 0; color: var(--muted); text-align: center; }
.dialog__footer { display: flex; align-items: center; gap: 18px; padding: 20px 26px 26px; }
.dialog__footer .button { flex: 1; }
.text-button { border: 0; background: transparent; color: var(--muted); font-size: .76rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 4000; max-width: calc(100% - 32px); padding: 11px 17px; color: var(--white); background: var(--ink); border: 1px solid var(--gold); border-radius: 999px; box-shadow: var(--shadow-lg); font-size: .76rem; font-weight: 800; transform: translate(-50%, 100px); opacity: 0; transition: .25s ease; pointer-events: none; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1040px) {
  .desktop-nav, .header__cta { display: none; }
  .menu-button { display: inline-grid; }
  .hero__grid { gap: 42px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .proof-strip__grid > div:nth-child(2) { border-right: 0; }
  .proof-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  /* ⛔ No celular as duas mensagens nao cabem em 360px, e com `nowrap` + `overflow:hidden`
     a segunda era DECEPADA sem reticencia (pego pelo revisor de telas em 21/09/2026).
     Deixar quebrar mostra as duas inteiras e nao corta nada. */
  .announcement__inner { min-height: 32px; justify-content: center; flex-wrap: wrap;
    white-space: normal; gap: 6px 12px; padding-block: 5px; text-align: center; }
  .announcement__desktop { display: none; }
  .header__inner { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand__wordmark strong { font-size: 1rem; }
  .brand__wordmark i { font-size: 1.42rem; }
  .brand__wordmark small { font-size: .5rem; }
  .hero { padding: 60px 0 70px; }
  .hero__grid, .specialist__grid, .home-service__grid, .reel-showcase__grid, .social__grid, .faq__grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.3rem, 10.4vw, 3.7rem); }
  .hero__visual { max-width: 560px; margin-inline: auto; }
  .trust-row { margin-top: 34px; }
  .proof-strip__grid > div { padding-inline: 18px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 14px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .product-card__body { padding: 16px; }
  .product-card__body h3 { font-size: 1.28rem; }
  .product-card__body p { min-height: 68px; }
  .product-card__actions { flex-direction: column; }
  .save-button { width: 100%; border-radius: 999px; }
  .collection__footer { align-items: flex-start; flex-direction: column; }
  .collection__links { width: 100%; flex-wrap: wrap; }
  .specialist__grid { gap: 46px; }
  .specialist { min-height: auto; }
  .specialist__copy, .motion-column { position: static; }
  .motion-stage { max-width: 390px; }
  .specialist { padding-bottom: 52px; }
  .home-service__grid { gap: 45px; }
  .reviews__head, .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid article { min-height: 230px; }
  .reel-showcase__grid { gap: 44px; }
  .faq__grid .section-heading { position: static; }
  .social__grid { gap: 44px; }
  .footer__grid { gap: 34px; }
}

@media (max-width: 520px) {
  html { scroll-padding-top: 80px; }
  .announcement__inner { font-size: .75rem; }
  .brand { gap: 8px; }
  .brand__wordmark strong { font-size: .86rem; }
  .brand__wordmark i { font-size: 1.2rem; }
  .brand__wordmark small { display: none; }
  .header__actions { margin-left: auto; }
  .hero { padding-top: 30px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; gap: 8px; }
  /* ⛔ A COLUNA ERA DE 80px PORQUE O <dt> ERA UM NÚMERO ("5,0", "+400").
     Aqui ele é uma expressão ("A domicílio"), quebrava em duas linhas, e as
     três linhas somadas empurravam a última para debaixo do selo fixo — medido
     no celular em 10/09/2026: "Todo o Brasil" e "A domicílio" cobertos na
     abertura. Trocar o texto por número seria inventar número. */
  .trust-row { margin-top: 22px; }
  .trust-row div { display: grid; grid-template-columns: 124px 1fr; align-items: center; padding-top: 8px; }
  .trust-row dt { font-size: 1.05rem; line-height: 1.15; }
  .trust-row dd { margin: 0; }
  .hero__visual { width: min(88vw, 330px); margin-inline: auto; padding: 0 12px 50px 0; }
  .hero__image-frame img { height: 292px; aspect-ratio: auto; object-position: center; }
  .motion-target { left: 9px; bottom: 9px; }
  .motion-button { min-width: 180px; padding-right: 9px; }
  .motion-brand-cover { right: 4px; bottom: 4px; min-width: 112px; padding-inline: 6px 8px; }
  .hero__note { max-width: 250px; }
  .proof-strip__grid { grid-template-columns: 1fr; }
  .proof-strip__grid > div { min-height: 92px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-strip__grid > div:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 15px; }
  .product-card__media img { height: 132px; aspect-ratio: auto; object-position: center; }
  .product-card__tag { left: 8px; top: 8px; max-width: calc(100% - 16px); padding: 5px 7px; font-size: .7rem; }
  .product-card__body { padding: 12px; }
  .product-card__body h3 { min-height: 42px; margin-bottom: 7px; font-size: 1.03rem; }
  .product-card__body p { display: none; }
  .product-card__actions { flex-direction: row; gap: 6px; }
  .product-card__actions .button { min-height: 42px; padding: 6px 8px; font-size: .75rem; }
  .save-button { width: 38px; height: 38px; flex-basis: 38px; border-radius: 50%; }
  .schedule-card { padding: 24px 20px; }
  .social__collage { gap: 8px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .dialog__footer { align-items: stretch; flex-direction: column; }
  .dialog__footer .button { width: 100%; }
}

@media (max-width: 350px) {
  .announcement__divider, .announcement__inner > span:nth-child(3) { display: none; }
  .header__inner { gap: 8px; }
  .brand img { width: 42px; height: 42px; }
  .brand__wordmark strong { font-size: .78rem; }
  .brand__wordmark i { font-size: 1.05rem; }
  .header__actions { gap: 6px; }
  .icon-button { width: 42px; height: 42px; }
  .floating-whatsapp { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  .button, .icon-button, .filters button, .product-card { border: 1px solid ButtonText; }
}


/* ⛔ O HERÓI ENCOLHEU POR MEDIÇÃO, NÃO POR GOSTO (10/09/2026).
   Com `padding: 86px` e o h1 em 5.45rem, o parágrafo do herói terminava em
   y=876 numa janela de 900 — e o selo de demonstração, que é `position:fixed`
   e mora em y=863..900, cobria a última linha JÁ NA ABERTURA, antes de
   qualquer rolagem. Não era artefato de foto: é o que o visitante vê.
   Quem pegou foi a `prova-legibilidade` (1,65:1 contra o preto do selo).
   ⭐ Mexeu na altura do herói, roda `node scripts/prova-legibilidade.js --demo perfumaria`. */

/* ── AJUSTE DO MODELO ─────────────────────────────────────────────
   A coluna da direita da seção de consultoria era um canvas com
   quadros de vídeo de uma pessoa real; virou FOTO de produto. O
   palco continua o mesmo (moldura dourada, 828/1108), e por isso
   a regra de dimensão precisa alcançar a <img>, não só o <canvas>.
   Sem o motion, a seção também não precisa mais de 96vh de rolagem
   para acontecer.
   ───────────────────────────────────────────────────────────────── */
.specialist { min-height: 0; padding-top: 76px; padding-bottom: 76px; }
.specialist__copy { position: static; }
.motion-column { position: sticky; top: 96px; }
.motion-stage img { width: 100%; height: 100%; display: block; object-fit: cover; }
.motion-target { position: absolute; left: 14px; bottom: 14px; }
