/* CADU · maquete loja-catálogo com pedido de orçamento
   Tokens derivados do logótipo: fundo #F7F7F7 (o do próprio ficheiro), verde #019549, ponto bordô #6D2636 */
:root {
  --paper: #f7f7f7;
  --white: #ffffff;
  --stone: #eceeed;
  --line: #e1e4e2;
  --line-2: #cfd4d1;
  --ink: #16211b;
  --ink-2: #4c5852;
  --ink-3: #6b7670;
  --green: #019549;
  --green-600: #017a3c;
  --green-700: #016331;
  --green-50: #e8f4ed;
  --wine: #6d2636;
  --wine-50: #f6ecee;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(22, 33, 27, .06), 0 8px 24px -12px rgba(22, 33, 27, .18);
  --shadow-lg: 0 2px 6px rgba(22, 33, 27, .08), 0 24px 48px -20px rgba(22, 33, 27, .35);
  --ease: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
  --wrap: 1280px;
  --gut: clamp(16px, 3vw, 32px);
  font-family: "Rubik", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 140px; -webkit-tap-highlight-color: transparent; }
button, a, label, input { touch-action: manipulation; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; text-decoration: none; font-weight: 500; transition: top .2s var(--ease); }
.skip:focus { top: 12px; }
body { margin: 0; font-size: 16px; line-height: 1.55; background: var(--paper); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.02em; font-weight: 600; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
::selection { background: var(--green); color: #fff; }
:focus-visible { outline: 2px solid var(--green-600); outline-offset: 3px; border-radius: 6px; }
input, textarea { caret-color: var(--green-600); }
html { scrollbar-color: var(--line-2) var(--paper); }
.num { font-variant-numeric: tabular-nums; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon.fill { fill: currentColor; stroke: none; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 500; font-size: 15px; text-decoration: none; white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .16s var(--ease);
}
.btn:active { transform: scale(.97); }
.card-add, .chip, .icon-btn, .q-remove, .stepper button, .slider-arrows button, .thumbs button, .pill-toggle, .seg label, .upload label, .toast button, .side-banner .round, .wa-float { transition-property: background-color, border-color, color, box-shadow, transform; transition-duration: .2s, .2s, .2s, .2s, .16s; transition-timing-function: ease, ease, ease, ease, var(--ease); }
.card-add:active, .chip:active, .icon-btn:active, .q-remove:active, .stepper button:active, .slider-arrows button:active, .thumbs button:active, .pill-toggle:active, .seg label:active, .upload label:active, .toast button:active, .wa-float:active, .family:active, .side-banner:active { transform: scale(.97); }
.btn-primary { background: var(--green-600); color: #fff; }
.btn-primary:hover { background: var(--green-700); }
.btn-ghost { border-color: var(--line-2); background: var(--white); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--green-50); }
.btn-outline-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-wa { background: #fff; border-color: var(--line-2); }
.btn-wa .icon { color: #1c9d55; }
.btn-wa:hover { border-color: #1c9d55; }
.btn[disabled] { opacity: .5; pointer-events: none; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; color: var(--green-600); text-decoration: none; }
.link-arrow .icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.link-arrow:hover .icon { transform: translateX(3px); }

/* ---------- Barra de topo ---------- */
.topbar { background: var(--ink); color: #dfe6e2; font-size: 13px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 38px; }
.topbar-offer { display: flex; align-items: center; gap: 8px; }
.topbar-offer b { color: #fff; font-weight: 500; }
.topbar-offer .dot { width: 8px; height: 8px; border-radius: 50%; background: #d16a82; flex: none; }
.topbar-links { display: flex; gap: 20px; }
.topbar-links a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; color: #dfe6e2; }
.topbar-links a:hover { color: #fff; }
.topbar-links .icon { width: 15px; height: 15px; }

/* ---------- Cabeçalho ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: var(--paper); transition: box-shadow .25s; }
.site-header.is-stuck { box-shadow: 0 1px 0 var(--line), 0 10px 30px -18px rgba(22,33,27,.3); }
.header-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(16px, 3vw, 40px); padding-block: 18px; }
.logo img { height: 36px; width: auto; }
.search { position: relative; max-width: 620px; width: 100%; justify-self: center; }
.search input {
  width: 100%; height: 48px; border-radius: 999px; border: 1.5px solid var(--line-2); background: var(--white);
  padding: 0 52px 0 46px; font-size: 15px; transition: border-color .2s, box-shadow .2s;
}
.search input::placeholder { color: var(--ink-3); }
.search input:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(1,149,73,.14); }
.search > .icon { position: absolute; left: 16px; top: 50%; translate: 0 -50%; color: var(--ink-3); }
.search kbd { position: absolute; right: 14px; top: 50%; translate: 0 -50%; font: 500 12px/1 "Rubik"; color: var(--ink-3); border: 1px solid var(--line-2); border-radius: 6px; padding: 4px 7px; background: var(--paper); }
.search-results { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 8px; display: none; z-index: 5; }
.search-results.open { display: block; transform-origin: top center; animation: pop .18s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(-4px) scale(.98); } }
.search-results a { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 8px; border-radius: 10px; text-decoration: none; }
.search-results a:hover, .search-results a:focus-visible { background: var(--paper); }
.search-results img { width: 44px; height: 44px; object-fit: cover; border-radius: 8px; background: var(--stone); }
.search-results small { display: block; color: var(--ink-3); font-size: 12.5px; }
.search-results .empty { padding: 12px; color: var(--ink-2); font-size: 14px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.2; font-size: 13px; color: var(--ink-3); text-decoration: none; padding-right: 8px; }
.header-phone b { font-size: 15px; color: var(--ink); font-weight: 500; }
.quote-btn { position: relative; }
.quote-count {
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--wine); color: #fff;
  font-size: 12px; font-weight: 600; display: inline-grid; place-items: center; font-variant-numeric: tabular-nums;
}
.quote-count.bump { animation: bump .5s var(--ease); }
@keyframes bump { 0% { transform: scale(1); } 35% { transform: scale(1.35); } 100% { transform: scale(1); } }

.nav { border-top: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; gap: 6px; min-height: 52px; overflow-x: auto; scrollbar-width: none; }
.nav .wrap::-webkit-scrollbar { display: none; }
.nav a { flex: none; padding: 8px 12px; border-radius: 999px; font-size: 14.5px; text-decoration: none; color: var(--ink-2); transition: background-color .2s, color .2s; }
.nav a:hover { background: var(--white); color: var(--ink); }
.nav a[aria-current="page"] { color: var(--ink); font-weight: 500; }
.nav .nav-all { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 500; margin-right: 6px; }
.nav .nav-sep { flex: none; width: 1px; height: 20px; background: var(--line-2); margin-inline: 6px; }
.nav .nav-decor { margin-left: auto; color: var(--wine); font-weight: 500; }

/* ---------- Banners ---------- */
.banners { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 16px; padding-block: 8px 0; }
.slider { position: relative; border-radius: 20px; overflow: hidden; min-height: 520px; background: #c9ced3; isolation: isolate; }
.slide { position: absolute; inset: 0; display: grid; opacity: 0; visibility: hidden; transition: opacity .7s var(--ease), visibility 0s .7s; }
.slide.is-active { opacity: 1; visibility: visible; transition: opacity .7s var(--ease), visibility 0s; }
.slide-copy { position: relative; z-index: 2; align-self: center; padding: 44px clamp(24px, 4vw, 52px); max-width: 470px; }
.slide-copy h1, .slide-copy h2 { font-size: clamp(2rem, 3.3vw, 3.1rem); line-height: 1.04; letter-spacing: -.03em; }
.slide-copy p { margin-top: 14px; font-size: 16.5px; max-width: 38ch; }
.slide-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.slide .slide-copy > * { transform: translateY(14px); opacity: 0; transition: transform .8s var(--ease), opacity .8s var(--ease); }
.slide.is-active .slide-copy > * { transform: none; opacity: 1; }
.slide.is-active .slide-copy > *:nth-child(2) { transition-delay: .08s; }
.slide.is-active .slide-copy > *:nth-child(3) { transition-delay: .16s; }
.slide.is-active .slide-copy > *:nth-child(4) { transition-delay: .24s; }

/* slide 1: personalização ao vivo */
.slide--mug { background: #cdd2d7; color: var(--ink); }
.slide--mug .mug-stage { position: absolute; right: 0; top: 0; bottom: 0; width: 64%; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 22%); mask-image: linear-gradient(90deg, transparent 0, #000 22%); }
.brand-input { display: flex; align-items: center; gap: 8px; margin-top: 22px; background: rgba(255,255,255,.72); border: 1.5px solid rgba(22,33,27,.12); border-radius: 999px; padding: 5px 5px 5px 18px; max-width: 400px; transition: border-color .2s, background-color .2s; }
.brand-input:focus-within { background: #fff; border-color: var(--green-600); }
.brand-input label { font-size: 13px; color: var(--ink-2); white-space: nowrap; }
.brand-input input { flex: 1; min-width: 0; border: 0; background: transparent; height: 40px; font-size: 16px; font-weight: 500; outline: none; }
.brand-input .pencil { width: 40px; height: 40px; border-radius: 50%; background: var(--wine); color: #fff; display: grid; place-items: center; flex: none; }
.brand-input .pencil .icon { width: 18px; height: 18px; }
.brand-hint { font-size: 13px; color: var(--ink-2); margin-top: 8px; padding-left: 18px; display: flex; align-items: center; gap: 6px; }

/* slides 2 e 3: painel de cor + fotografia */
.slide--split { grid-template-columns: minmax(0, 48%) minmax(0, 1fr); color: #fff; }
.slide--split .slide-copy h2 { font-size: clamp(1.8rem, 2.6vw, 2.5rem); }
.slide--split .slide-copy { max-width: none; }
.slide--split .slide-copy p { color: rgba(255,255,255,.86); }
.slide--split figure { margin: 0; position: relative; overflow: hidden; }
.slide--split figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s linear; }
.slide--split.is-active figure img { transform: scale(1); }
.slide--green { background: var(--green-600); }
.slide--wine { background: var(--wine); }
.slide-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; padding: 0; list-style: none; }
.slide-tags li { font-size: 13px; padding: 5px 11px; border-radius: 999px; background: rgba(255,255,255,.14); }

.slider-ctrl { position: absolute; z-index: 5; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 10px; }
.slider-dots { display: flex; gap: 6px; }
.slider-dots button { width: 34px; height: 34px; border: 0; background: none; padding: 0; display: grid; place-items: center; }
.slider-dots button span { display: block; width: 26px; height: 4px; border-radius: 4px; background: currentColor; opacity: .28; overflow: hidden; position: relative; }
.slider-dots button[aria-current="true"] span { opacity: 1; background: rgba(0,0,0,.18); }
.slider-dots button[aria-current="true"] span::after { content: ""; position: absolute; inset: 0; background: currentColor; transform-origin: left; animation: progress var(--dur, 7s) linear forwards; }
.slider.is-paused .slider-dots button[aria-current="true"] span::after { animation-play-state: paused; }
@keyframes progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.slider-arrows { display: flex; gap: 6px; margin-left: 6px; }
.slider-arrows button { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid currentColor; background: transparent; color: inherit; display: grid; place-items: center; opacity: .75; transition: opacity .2s; }
.slider-arrows button:hover { opacity: 1; }
.slider-arrows .icon { width: 16px; height: 16px; }
.slider[data-theme="dark"] .slider-ctrl { color: var(--ink); }
.slider[data-theme="light"] .slider-ctrl { color: #fff; }
.slider[data-theme="light"] .slider-dots button[aria-current="true"] span { background: rgba(255,255,255,.3); }

.side-banners { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.side-banner { position: relative; transition: transform .16s var(--ease); display: grid; grid-template-rows: 1fr auto; border-radius: 20px; overflow: hidden; background: var(--white); text-decoration: none; min-height: 0; }
.side-banner figure { margin: 0; position: relative; overflow: hidden; min-height: 130px; }
.side-banner figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }

.side-banner-body { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px 18px; }
.side-banner h2 { font-size: 1.15rem; letter-spacing: -.01em; }
.side-banner p { font-size: 14px; color: var(--ink-2); margin-top: 2px; }
.side-banner .round { width: 40px; height: 40px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; flex: none; transition: background-color .2s, color .2s; }
.side-banner:hover .round { background: var(--green-600); color: #fff; }

/* faixa de garantias */
.assurance { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 16px; background: var(--white); border-radius: var(--radius); }
.assurance div { display: flex; align-items: center; gap: 12px; padding: 18px 20px; font-size: 14px; color: var(--ink-2); }
.assurance div + div { border-left: 1px solid var(--line); }
.assurance b { display: block; color: var(--ink); font-weight: 500; font-size: 15px; }
.assurance .icon { width: 26px; height: 26px; color: var(--green-600); stroke-width: 1.5; }

/* ---------- Secções ---------- */
.section { padding-block: clamp(56px, 7vw, 96px) 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head h2 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.section-head p { color: var(--ink-2); margin-top: 8px; max-width: 56ch; }

/* famílias */
.families { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.family { display: grid; gap: 12px; text-decoration: none; padding: 10px 10px 14px; border-radius: var(--radius); background: var(--white); transition: box-shadow .3s ease, transform .2s var(--ease); }

.family figure { margin: 0; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; background: var(--stone); }
.family img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }

.family span { display: flex; align-items: center; justify-content: space-between; padding-inline: 4px; font-weight: 500; }
.family small { color: var(--ink-3); font-weight: 400; font-size: 13px; }
.family.is-decor { background: var(--wine); color: #fff; }
.family.is-decor small { color: rgba(255,255,255,.75); }

/* filtros */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { height: 38px; padding: 0 16px; border-radius: 999px; border: 1.5px solid var(--line-2); background: transparent; font-size: 14px; color: var(--ink-2); }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }

/* cartões de produto */
.grid-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card { position: relative; display: flex; flex-direction: column; background: var(--white); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s var(--ease); }

.card-media { position: relative; aspect-ratio: 1; background: var(--stone); overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }

.card-badge { position: absolute; top: 12px; left: 12px; font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: 999px; background: #fff; color: var(--wine); }
.card-body { display: flex; flex-direction: column; gap: 4px; padding: 16px 16px 18px; flex: 1; }
.card-fam { font-size: 13px; color: var(--ink-3); }
.card h3 { font-size: 1.02rem; font-weight: 500; letter-spacing: -.005em; line-height: 1.3; }
.card h3 a { text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.card-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; font-size: 13px; color: var(--ink-3); margin-top: 2px; }
.card-foot { margin-top: auto; padding-top: 14px; display: flex; gap: 8px; }
.card-add { position: relative; z-index: 2; flex: 1; height: 42px; border-radius: 999px; border: 1.5px solid var(--line-2); background: #fff; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.card-add span { transition: filter .2s ease, opacity .2s ease; }
.card-add.swap span { filter: blur(2px); opacity: .6; }
.card-add:hover { border-color: var(--green-600); color: var(--green-600); }
.card-add.is-added { background: var(--green-50); border-color: var(--green-50); color: var(--green-700); }
.card-add .icon { width: 17px; height: 17px; }
.grid-products .card[hidden] { display: none; }

/* destaques: campanha */
.feature { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 16px; }
.campaign { position: relative; display: grid; grid-template-rows: auto 1fr; border-radius: 20px; overflow: hidden; background: var(--ink); color: #fff; }
.campaign figure { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; }
.campaign figure img { width: 100%; height: 100%; object-fit: cover; }
.campaign-body { padding: 28px clamp(22px, 3vw, 36px) 32px; display: grid; gap: 14px; align-content: start; }
.campaign-body h3 { font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: -.025em; }
.campaign-body p { color: rgba(255,255,255,.78); max-width: 48ch; }
.kit { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 6px; padding: 0; list-style: none; }
.kit li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; padding: 6px 12px 6px 6px; border-radius: 999px; background: rgba(255,255,255,.1); }
.kit img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.feature .grid-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* como funciona */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; counter-reset: s; background: var(--white); border-radius: 20px; padding: 8px; }
.step { padding: 26px 24px 28px; position: relative; }
.step + .step { border-left: 1px solid var(--line); }
.step-n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green-50); color: var(--green-700); font-weight: 600; font-size: 14px; margin-bottom: 18px; }
.step:last-child .step-n { background: var(--wine); color: #fff; }
.step h3 { font-size: 1.1rem; font-weight: 500; margin-bottom: 6px; }
.step p { font-size: 14.5px; color: var(--ink-2); }
.step .free { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 500; color: var(--wine); }

/* CADU Decor */
.decor { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border-radius: 20px; overflow: hidden; background: var(--wine); color: #fff; }
.decor figure { margin: 0; position: relative; min-height: 380px; }
.decor figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.decor-body { padding: clamp(28px, 4vw, 56px); display: grid; gap: 16px; align-content: center; }
.decor-body h2 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); letter-spacing: -.03em; }
.decor-body p { color: rgba(255,255,255,.82); max-width: 46ch; }
.decor-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; padding: 0; margin: 4px 0 8px; list-style: none; }
.decor-list li { display: flex; align-items: center; gap: 10px; font-size: 15px; padding-block: 8px; border-bottom: 1px solid rgba(255,255,255,.16); }
.decor-list .icon { width: 16px; height: 16px; color: #f0b6c3; }
.decor-free { display: inline-flex; align-items: center; gap: 10px; font-weight: 500; }
.decor-free .icon { color: #f0b6c3; }

/* sobre */
.about { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.about h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); letter-spacing: -.03em; }
.about-text p { color: var(--ink-2); margin-top: 16px; font-size: 16.5px; max-width: 58ch; }
.about-text p strong { color: var(--ink); font-weight: 500; }
.about-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; padding: 0; list-style: none; }
.about-cats li { font-size: 14px; padding: 7px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); }
.about-media { position: relative; }
.about-media img { width: 100%; height: auto; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: 20px; }
.places { position: absolute; left: -28px; bottom: -28px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 18px 20px; display: grid; gap: 10px; min-width: 250px; }
.places h3 { font-size: 13px; font-weight: 500; color: var(--ink-3); letter-spacing: 0; }
.places ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.places li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.places li .icon { width: 17px; height: 17px; color: var(--wine); }

/* contacto */
.cta { margin-top: clamp(56px, 7vw, 96px); background: var(--green-600); color: #fff; border-radius: 20px; padding: clamp(32px, 5vw, 60px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 32px; align-items: center; position: relative; overflow: hidden; }
.cta h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.03em; }
.cta p { color: rgba(255,255,255,.85); margin-top: 12px; max-width: 46ch; }
.cta-contacts { display: grid; gap: 10px; }
.cta-contacts a { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: var(--radius); background: rgba(255,255,255,.1); text-decoration: none; transition: background-color .2s; }
.cta-contacts a:hover { background: rgba(255,255,255,.18); }
.cta-contacts small { display: block; font-size: 12.5px; color: rgba(255,255,255,.72); }
.cta-contacts b { font-weight: 500; font-size: 17px; }
.cta::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--wine); right: -60px; top: -60px; opacity: .9; }

/* rodapé */
.footer { margin-top: clamp(56px, 7vw, 96px); background: var(--paper); border-top: 1px solid var(--line); font-size: 14.5px; color: var(--ink-2); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; padding-block: 56px 40px; }
.footer-logo img { width: 190px; height: auto; }
.footer p { margin-top: 16px; max-width: 36ch; }
.footer h3 { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 14px; letter-spacing: 0; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--green-600); text-decoration: underline; }
.footer .legal-note { display: block; font-size: 12px; color: var(--ink-3); }
.socials { display: flex; gap: 8px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--ink); }
.socials a:hover { border-color: var(--green-600); color: var(--green-600); text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--line); }
.footer-bottom .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-block: 18px; font-size: 13px; color: var(--ink-3); }
.footer-bottom a { text-decoration: underline; }

/* WhatsApp flutuante */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 30; width: 56px; height: 56px; border-radius: 50%; background: #1c9d55; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px -8px rgba(0,0,0,.35); transition: transform .3s var(--ease); }

.wa-float .icon { width: 28px; height: 28px; }

/* toast */
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 60; translate: -50% 20px; opacity: 0; pointer-events: none; display: flex; align-items: center; gap: 14px; background: var(--ink); color: #fff; padding: 10px 10px 10px 18px; border-radius: 999px; box-shadow: var(--shadow-lg); font-size: 14.5px; transition: opacity .2s ease, translate .2s ease; max-width: calc(100vw - 32px); }
.toast.show { opacity: 1; translate: -50% 0; pointer-events: auto; transition: opacity .35s var(--ease), translate .35s var(--ease); }
.toast .icon { color: #7fd3a5; }
.toast button { border: 0; border-radius: 999px; background: #fff; color: var(--ink); height: 34px; padding: 0 14px; font-weight: 500; font-size: 14px; white-space: nowrap; }

/* ---------- Gaveta: pedido de orçamento ---------- */
dialog.drawer { margin: 0 0 0 auto; height: 100dvh; max-height: 100dvh; width: min(480px, 100vw); max-width: 100vw; border: 0; padding: 0; background: var(--paper); color: var(--ink); box-shadow: var(--shadow-lg); }
dialog.drawer { transform: translateX(100%); transition: transform .22s var(--ease), overlay .22s allow-discrete, display .22s allow-discrete; }
dialog.drawer[open] { display: flex; flex-direction: column; transform: none; transition: transform .4s var(--ease-drawer), overlay .4s allow-discrete, display .4s allow-discrete; }
@starting-style { dialog.drawer[open] { transform: translateX(100%); } }
dialog.drawer::backdrop { background: rgba(22,33,27,0); transition: background-color .22s ease, overlay .22s allow-discrete, display .22s allow-discrete; }
dialog.drawer[open]::backdrop { background: rgba(22,33,27,.42); transition: background-color .3s ease, overlay .3s allow-discrete, display .3s allow-discrete; }
@starting-style { dialog.drawer[open]::backdrop { background: rgba(22,33,27,0); } }
.drawer-body > * { animation: step-in .24s var(--ease); }
@keyframes step-in { from { opacity: 0; transform: translateX(8px); } }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); background: var(--white); }
.drawer-head h2 { font-size: 1.25rem; display: flex; align-items: center; gap: 10px; }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); background: #fff; display: grid; place-items: center; }
.icon-btn:hover { border-color: var(--ink); }
.drawer-body { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 18px 22px 24px; }
.undo { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--ink); color: #fff; border-radius: 12px; padding: 8px 8px 8px 14px; margin-bottom: 12px; font-size: 14px; }
.undo button { border: 0; border-radius: 999px; background: #fff; color: var(--ink); height: 32px; padding: 0 12px; font-weight: 500; font-size: 13.5px; }
.drawer-steps { display: flex; gap: 8px; font-size: 13px; color: var(--ink-3); margin-bottom: 16px; }
.drawer-steps span { display: inline-flex; align-items: center; gap: 6px; }
.drawer-steps span.on { color: var(--ink); font-weight: 500; }
.drawer-steps span i { width: 20px; height: 20px; border-radius: 50%; background: var(--line); display: inline-grid; place-items: center; font-style: normal; font-size: 11px; }
.drawer-steps span.on i { background: var(--green-600); color: #fff; }
.q-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.q-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; background: var(--white); border-radius: 12px; padding: 10px 12px 10px 10px; }
.q-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; background: var(--stone); }
.q-item > div { min-width: 0; }
.q-item b { font-weight: 500; font-size: 15px; display: block; line-height: 1.3; }
.q-item small { overflow-wrap: anywhere; }
.q-item small { color: var(--ink-3); font-size: 13px; display: block; margin-top: 2px; }
.q-qty { display: flex; align-items: center; gap: 6px; margin-top: 8px; }
.q-qty label { font-size: 12.5px; color: var(--ink-3); }
.q-qty input { width: 84px; height: 34px; border-radius: 8px; border: 1.5px solid var(--line-2); padding: 0 10px; font-variant-numeric: tabular-nums; }
.q-remove { border: 0; background: none; color: var(--ink-3); width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.q-remove:hover { background: var(--wine-50); color: var(--wine); }
.q-empty { text-align: center; padding: 40px 12px; color: var(--ink-2); }
.q-empty .icon { width: 44px; height: 44px; color: var(--line-2); margin: 0 auto 14px; stroke-width: 1.3; }
.q-empty b { display: block; color: var(--ink); font-weight: 500; font-size: 17px; margin-bottom: 6px; }
.q-empty .btn { margin-top: 18px; }
.drawer-foot { padding: 16px 22px 20px; border-top: 1px solid var(--line); background: var(--white); display: grid; gap: 10px; }
.drawer-foot p { font-size: 13px; color: var(--ink-3); text-align: center; }

.form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 500; }
.field label span { color: var(--ink-3); font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; min-height: 46px; border-radius: 10px; border: 1.5px solid var(--line-2); background: #fff; padding: 10px 14px; font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(1,149,73,.12); }
.field .err { display: none; font-size: 13px; color: #b3261e; }
.field.invalid input, .field.invalid textarea { border-color: #b3261e; }
.field.invalid .err { display: block; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--ink-2); }
.check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-600); flex: none; }
.check.invalid { color: #b3261e; }
.summary-mini { background: var(--white); border-radius: 12px; padding: 12px 14px; font-size: 14px; color: var(--ink-2); display: flex; justify-content: space-between; align-items: center; }
.summary-mini button { border: 0; background: none; color: var(--green-600); font-weight: 500; }
.sent { text-align: center; padding: 48px 8px; }
.sent .ok { width: 64px; height: 64px; border-radius: 50%; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; margin: 0 auto 18px; }
.sent .ok .icon { width: 30px; height: 30px; }
.sent h3 { font-size: 1.4rem; margin-bottom: 10px; }
.sent p { color: var(--ink-2); max-width: 36ch; margin-inline: auto; }
.spinner { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Caneca personalizável (assinatura) ---------- */
.mug { position: relative; overflow: hidden; }
.mug > img, .mug > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.mug > img { object-fit: cover; filter: brightness(1.16) contrast(.96) saturate(.9); }
.mug .print { mix-blend-mode: multiply; }
.mug .print text { font-family: "Rubik", sans-serif; font-weight: 600; letter-spacing: -.01em; }
.mug .print .sub { font-weight: 400; letter-spacing: .01em; }
.mug .area { opacity: 0; transition: opacity .3s; }
.mug.show-area .area { opacity: 1; }
.mug .print-inner { transition: filter .22s ease, opacity .22s ease; }
.mug .print-inner.swap { filter: blur(3px); opacity: .55; }

/* ---------- Página de produto ---------- */
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: 13.5px; color: var(--ink-3); padding-block: 18px 22px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs .icon { width: 14px; height: 14px; }
.crumbs [aria-current] { color: var(--ink); }
.pdp { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.gallery { position: sticky; top: 150px; display: grid; gap: 12px; }
.stage { position: relative; border-radius: 20px; overflow: hidden; background: #cdd2d7; aspect-ratio: 1 / 1; }
.stage .mug { position: absolute; inset: 0; }
.stage .alt { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .25s ease; }
.stage.show-alt .alt { opacity: 1; }
.stage-tools { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; justify-content: space-between; gap: 8px; z-index: 3; }
.pill-toggle { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; border-radius: 999px; border: 0; background: rgba(255,255,255,.88); backdrop-filter: blur(6px); font-size: 13.5px; font-weight: 500; }
.pill-toggle[aria-pressed="true"] { background: var(--ink); color: #fff; }
.pill-toggle .icon { width: 16px; height: 16px; }
.stage-note { font-size: 12.5px; color: var(--ink-2); background: rgba(255,255,255,.88); backdrop-filter: blur(6px); border-radius: 999px; padding: 0 12px; display: inline-flex; align-items: center; height: 38px; }
.thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.thumbs button { padding: 0; border: 2px solid transparent; border-radius: 12px; overflow: hidden; aspect-ratio: 1; background: var(--stone); transition: border-color .2s; }
.thumbs button[aria-current="true"] { border-color: var(--green-600); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.thumbs .t-live { position: relative; }
.thumbs .t-live span { position: absolute; left: 6px; bottom: 6px; white-space: nowrap; font-size: 11px; font-weight: 500; background: var(--wine); color: #fff; border-radius: 999px; padding: 2px 8px; }

.pdp-info { display: grid; gap: 22px; }
.pdp-title a { font-size: 14px; color: var(--green-600); text-decoration: none; font-weight: 500; }
.pdp-title h1 { font-size: clamp(1.9rem, 3vw, 2.6rem); letter-spacing: -.03em; margin-top: 6px; }
.pdp-ref { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 10px; font-size: 14px; color: var(--ink-3); }
.pdp-ref b { color: var(--ink); font-weight: 500; }
.pdp-lead { color: var(--ink-2); font-size: 16.5px; max-width: 54ch; }
.configure { background: var(--white); border-radius: 20px; padding: 22px; display: grid; gap: 20px; }
.configure h2 { font-size: 1.1rem; display: flex; align-items: center; justify-content: space-between; }
.configure h2 small { font-size: 13px; font-weight: 400; color: var(--ink-3); letter-spacing: 0; }
.opt { display: grid; gap: 10px; border: 0; padding: 0; margin: 0; }
.opt legend, .opt > label { font-size: 14px; font-weight: 500; padding: 0; margin-bottom: 10px; }
.opt legend span, .opt > label span { color: var(--ink-3); font-weight: 400; }
.text-input { width: 100%; height: 48px; border-radius: 10px; border: 1.5px solid var(--line-2); padding: 0 14px; font-size: 16px; font-weight: 500; }
.text-input:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(1,149,73,.12); }
.upload { display: flex; align-items: center; gap: 12px; }
.upload input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.upload label { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 10px; border: 1.5px dashed var(--line-2); font-size: 14.5px; font-weight: 500; cursor: pointer; transition: border-color .2s, background-color .2s; }
.upload label:hover { border-color: var(--green-600); background: var(--green-50); }
.upload input:focus-visible + label { outline: 2px solid var(--green-600); outline-offset: 3px; }
.upload .file { font-size: 13.5px; color: var(--ink-2); display: none; align-items: center; gap: 8px; }
.upload .file.on { display: inline-flex; }
.upload .file button { border: 0; background: none; color: var(--wine); font-weight: 500; font-size: 13.5px; padding: 4px; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.seg label { position: relative; display: grid; gap: 2px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--line-2); cursor: pointer; transition: border-color .2s, background-color .2s; }
.seg label:hover { border-color: var(--ink-3); }
.seg input { position: absolute; opacity: 0; }
.seg b { font-weight: 500; font-size: 15px; }
.seg small { font-size: 13px; color: var(--ink-3); }
.seg label:has(input:checked) { border-color: var(--green-600); background: var(--green-50); }
.seg label:has(input:focus-visible) { outline: 2px solid var(--green-600); outline-offset: 2px; }
.inks { display: flex; gap: 10px; align-items: center; }
.inks label { position: relative; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(0,0,0,.12); }
.inks input { position: absolute; opacity: 0; }
.inks label:has(input:checked) { box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--ink); }
.inks label:has(input:focus-visible) { outline: 2px solid var(--green-600); outline-offset: 4px; }
.inks .ink-name { font-size: 13.5px; color: var(--ink-2); margin-left: 6px; }
.opt-ink[hidden] { display: none; }
.qty { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line-2); border-radius: 999px; height: 46px; }
.stepper button { width: 44px; height: 100%; border: 0; background: none; display: grid; place-items: center; border-radius: 999px; }
.stepper button:hover { background: var(--paper); }
.stepper input { width: 72px; text-align: center; border: 0; font-size: 16px; font-weight: 500; font-variant-numeric: tabular-nums; background: none; -moz-appearance: textfield; }
.stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.stepper input:focus { outline: none; }
.qty .chip { height: 36px; padding: 0 14px; }
.pdp-actions { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; }
.pdp-actions .btn { min-height: 52px; }
.promises { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.promises li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); }
.promises li .icon { color: var(--green-600); margin-top: 1px; }
.promises b { color: var(--ink); font-weight: 500; }

.tabs { margin-top: clamp(48px, 6vw, 80px); }
.tablist { display: flex; gap: 4px; border-bottom: 1px solid var(--line-2); overflow-x: auto; scrollbar-width: none; }
.tablist button { position: relative; flex: none; border: 0; background: none; height: 52px; padding: 0 18px; font-size: 15.5px; font-weight: 500; color: var(--ink-3); }
.tablist button[aria-selected="true"] { color: var(--ink); }
.tablist button[aria-selected="true"]::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: var(--green-600); }
.tabpanel { padding-block: 28px 0; }
.tabpanel[hidden] { display: none; }
.prose { max-width: 70ch; color: var(--ink-2); display: grid; gap: 14px; font-size: 16px; }
.prose strong { color: var(--ink); font-weight: 500; }
.specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; max-width: 900px; margin: 0; }
.specs div { display: grid; grid-template-columns: 180px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.specs dt { color: var(--ink-3); }
.specs dd { margin: 0; font-weight: 500; font-variant-numeric: tabular-nums; }
.techs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tech { background: var(--white); border-radius: var(--radius); padding: 20px; }
.tech h3 { font-size: 1.05rem; font-weight: 500; margin-bottom: 6px; }
.tech p { font-size: 14.5px; color: var(--ink-2); }
.tech .fit { margin-top: 12px; font-size: 13px; color: var(--green-700); font-weight: 500; }
.tech .fit.no { color: var(--ink-3); }
.demo-note { margin-top: 16px; font-size: 13px; color: var(--ink-3); }

/* hovers com movimento só em dispositivos com rato */
@media (hover: hover) and (pointer: fine) {
  .side-banner:hover figure img { transform: scale(1.04); }
  .family:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
  .family:hover img { transform: scale(1.05); }
  .card:hover { box-shadow: var(--shadow); }
  .card:hover .card-media img { transform: scale(1.04); }
  .wa-float:hover { transform: scale(1.06); }
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsivo ---------- */
@media (max-width: 1100px) {
  .families { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .header-phone { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .feature { grid-template-columns: 1fr; }
  .feature .grid-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .banners { grid-template-columns: 1fr; }
  .side-banners { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .assurance { grid-template-columns: 1fr 1fr; }
  .assurance div:nth-child(3) { border-left: 0; }
  .assurance div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-left: 0; }
  .step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .decor, .about, .cta, .pdp { grid-template-columns: minmax(0, 1fr); }
  .decor figure { min-height: 260px; }
  .places { left: 16px; bottom: -24px; }
  .about-media { margin-bottom: 24px; }
  .gallery { position: static; }
  .techs { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr; }
  .topbar-offer { display: none; }
  .topbar .wrap { justify-content: center; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 170px; }
  .header-main { grid-template-columns: auto auto; padding-block: 12px; gap: 12px 16px; }
  .logo img { height: 28px; }
  .search { grid-column: 1 / -1; grid-row: 2; }
  .search input { height: 44px; }
  .search kbd { display: none; }
  .quote-btn .label { display: none; }
  .quote-btn { padding: 0 14px; min-height: 42px; }
  .header-actions { justify-self: end; }
  .nav .nav-sep, .nav .nav-decor { margin-left: 0; }
  .topbar-links { gap: 14px; }
  .topbar-links .hide-sm { display: none; }
  .slider { min-height: 0; aspect-ratio: auto; height: 660px; border-radius: 16px; }
  .slide-copy { align-self: start; padding: 26px 22px 0; }
  .slide-copy h1, .slide-copy h2 { font-size: 2rem; }
  .slide-copy p { font-size: 15.5px; }
  .slide--mug { display: flex; flex-direction: column; }
  .slide--mug .slide-cta { margin-top: 16px; }
  .slide--mug .slide-cta .btn-ghost { display: none; }
  .slide--mug .mug-stage { position: relative; inset: auto; width: 100%; flex: 1; min-height: 0; margin-top: -30px; -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 22%); mask-image: linear-gradient(180deg, transparent 0, #000 22%); order: 2; }
  .brand-input { margin-top: 16px; }
  .slide--split { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .slider-ctrl { right: 16px; bottom: 14px; }
  .slider[data-theme] .slider-arrows [data-prev], .slider[data-theme] .slider-arrows [data-next] { display: none; }
  .slide--split figure { min-height: 0; }
  .brand-input label { display: none; }
  .side-banners { grid-template-columns: 1fr; }
  .side-banner { grid-template-columns: 120px 1fr; grid-template-rows: none; }
  .side-banner figure { min-height: 96px; }
  .side-banner-body { padding: 12px 16px; }
  .assurance { grid-template-columns: 1fr; }
  .assurance div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section-head { flex-direction: column; align-items: flex-start; }
  .families { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gut); margin-inline: calc(var(--gut) * -1); padding-inline: var(--gut); scrollbar-width: none; }
  .families::-webkit-scrollbar { display: none; }
  .family { flex: 0 0 42%; scroll-snap-align: start; }
  .chips { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gut) * -1); padding-inline: var(--gut); width: calc(100% + var(--gut) * 2); scrollbar-width: none; }
  .chip { flex: none; }
  .grid-products, .feature .grid-products { grid-template-columns: 1fr 1fr; gap: 10px; }
  .card-body { padding: 12px 12px 14px; }
  .card h3 { font-size: .95rem; }
  .card-meta { display: none; }
  .card-add { height: 38px; font-size: 13px; }
  .card-add .t-long { display: none; }
  .steps { grid-template-columns: 1fr; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .decor-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 40px 28px; }
  .form-row { grid-template-columns: 1fr; }
  .pdp-actions { grid-template-columns: 1fr; }
  .seg { grid-template-columns: 1fr; }
  .specs div { grid-template-columns: 130px 1fr; }
  .wa-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
  .stage-note { display: none; }
  .thumbs .t-live span { font-size: 10px; padding: 2px 6px; left: 4px; bottom: 4px; }
  .configure { padding: 18px; }
  .configure h2 { flex-wrap: wrap; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal.in { transform: none; }
  .slide .slide-copy > *, .slide--split figure img { transform: none !important; }
  dialog.drawer { transform: none; opacity: 0; transition: opacity .2s ease, overlay .2s allow-discrete, display .2s allow-discrete; }
  dialog.drawer[open] { opacity: 1; transform: none; transition: opacity .2s ease, overlay .2s allow-discrete, display .2s allow-discrete; }
  @starting-style { dialog.drawer[open] { opacity: 0; transform: none; } }
  .drawer-body > *, .search-results.open, .quote-count.bump { animation: none; }
  .btn:active, .card-add:active, .chip:active, .family:active, .side-banner:active { transform: none; }
  .toast { translate: -50% 0; }
}
