:root {
  --yellow: #e4b83f;
  --yellow-deep: #b97a0d;
  --gold-soft: #f8e8af;
  --gold-gradient: linear-gradient(135deg, #fff4b8 0%, #f4d675 23%, #daa62e 48%, #f7df86 72%, #c78916 100%);
  --gold-gradient-hover: linear-gradient(135deg, #fff8cf 0%, #f7df8c 28%, #e2b13c 55%, #f8e69c 78%, #ce941c 100%);
  --gold-gradient-soft: linear-gradient(140deg, #fffdf6 0%, #faefcb 42%, #efd681 74%, #dca92f 100%);
  --burgundy: #6f1421;
  --red: #85020c;
  --red-dark: #5f0008;
  --christmas-green: #07513b;
  --christmas-green-dark: #033d2d;
  --blue: #003f73;
  --ink: #171717;
  --paper: #fffdf8;
  --line: rgba(99, 0, 8, .2);
  --whatsapp: #25c468;
  --shadow: 0 18px 48px rgba(83, 35, 0, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f4f1ea;
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }

.topbar,
main,
.footer {
  width: 100%;
  margin-inline: 0;
}

.topbar {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 94px;
  padding: 4px clamp(18px, 4vw, 46px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-bottom: 4px solid var(--yellow);
  background: linear-gradient(115deg, rgba(255, 254, 250, .98), rgba(255, 249, 232, .97) 48%, rgba(255, 253, 247, .98));
  box-shadow: 0 10px 32px rgba(42, 16, 3, .08);
  backdrop-filter: blur(14px);
}
.topbar > * { position: relative; z-index: 1; }
.topbar.is-scrolled { min-height: 94px; }
.brand { display: inline-flex; align-items: center; justify-content: flex-start; }
.brand img { width: 86px; height: 86px; padding: 0; object-fit: contain; border: 0; border-radius: 0; background: transparent; filter: drop-shadow(0 5px 8px rgba(65, 26, 0, .12)); transform: scale(1.18); transform-origin: left center; transition: filter .2s, transform .2s; }
.brand:hover img { filter: drop-shadow(0 7px 10px rgba(111, 20, 33, .18)); }
.topbar nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 1.8vw, 28px); }
.topbar nav a { position: relative; color: var(--red); font-size: clamp(14px, 1vw, 16px); font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.nav-separator { color: var(--yellow-deep); font-size: clamp(21px, 1.65vw, 28px); font-weight: 300; line-height: 1; }
.topbar nav a::after { content: ''; position: absolute; right: 0; bottom: -9px; left: 0; height: 3px; background: var(--yellow-deep); transform: scaleX(0); transition: transform .2s; }
.topbar nav a:hover::after { transform: scaleX(1); }
.menu-button { display: none; }

.wa-button {
  min-height: 50px;
  padding: 11px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, #35db79, #19ac55 58%, #0b7c3c);
  box-shadow: 0 12px 28px rgba(11, 129, 57, .27), inset 0 1px rgba(255,255,255,.35);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.wa-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(11, 129, 57, .34); }
.wa-button img { width: 21px; height: 21px; filter: brightness(0) invert(1); }
.wa-button-large { max-width: 760px; min-height: 62px; padding: 15px 24px; border-radius: 16px; font-size: 14px; }

main { overflow: clip; background: var(--paper); }
.hero-carousel { position: relative; width: 100%; height: auto; min-height: 0; aspect-ratio: 8 / 3; overflow: hidden; border: 0; color: white; background: var(--red-dark); isolation: isolate; }
.hero-carousel-track,
.hero-slide,
.hero-slide-stage { position: absolute; inset: 0; }
.hero-slide { overflow: hidden; visibility: hidden; opacity: 0; background-position: center; background-repeat: no-repeat; background-size: cover; transition: opacity .75s ease, visibility .75s; }
.hero-slide.is-active { z-index: 1; visibility: visible; opacity: 1; }
.hero-slide[aria-hidden="true"] { pointer-events: none; }
.hero-mobile-composite { display: none; }
.hero-slide-specialists { background-image: url('../images/banner/banner_fundo_1.png'); }
.hero-slide-artwork { border: 0; background: transparent; }
.hero-slide-artwork-picture { position: absolute; inset: 0; display: block; overflow: hidden; line-height: 0; }
.hero-slide-artwork-image { display: block; width: 100%; height: 100%; max-width: none; border: 0; object-fit: contain; object-position: center; pointer-events: none; user-select: none; }
@supports not (aspect-ratio: 16 / 9) {
  .hero-carousel { height: 37.5vw; }
}
.hero-slide-stage { margin-inline: auto; overflow: hidden; }
.hero-tree,
.hero-woman { position: absolute; bottom: 0; z-index: 2; max-width: none; object-fit: contain; object-position: bottom; pointer-events: none; user-select: none; }
.hero-tree { bottom: -2%; left: .5%; height: 96%; filter: drop-shadow(0 14px 24px rgba(73, 13, 0, .24)); }
.hero-woman { z-index: 3; bottom: -9%; left: 17.5%; height: 109%; filter: drop-shadow(0 18px 28px rgba(56, 9, 3, .28)); }
.hero-message { position: absolute; z-index: 4; top: 50%; right: clamp(28px, 4.2vw, 82px); width: min(1000px, 37.5%); color: white; transform: translateY(-43%); }
.hero-message > p { margin: 0 0 14px; color: #f2c13d; font-size: clamp(11px, 1.3vw, 20px); font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.hero-message h1 { margin: 0; font: 900 clamp(52px, 5.8vw, 106px)/.88 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; text-shadow: 0 5px 25px rgba(0,0,0,.28); }
.hero-message > strong { margin: 24px 0 18px; display: block; color: #efbd35; font: 900 clamp(25px, 3vw, 49px)/1 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; text-shadow: 0 5px 18px rgba(82, 8, 1, .24); }
.hero-message > span { max-width: 670px; display: block; color: rgba(255,255,255,.9); font-size: clamp(14px, 1.4vw, 22px); line-height: 1.4; text-shadow: 0 3px 14px rgba(66, 0, 4, .25); }
.hero-banner-02 { position: absolute; inset: 0; overflow: hidden; background: #f5e4d6; isolation: isolate; }
.hero-banner-02-fill { position: absolute; z-index: 0; inset: -7%; background: #f5e4d6 url('../images/banner/BANNERS_SITE_02.png') center top / cover no-repeat; filter: blur(28px) saturate(.82) brightness(.96); opacity: .68; transform: scale(1.08); }
.hero-banner-02-fill::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,250,245,.08), rgba(102,42,15,.08)); }
.hero-banner-02-image { position: absolute; z-index: 1; top: 0; right: 0; left: 0; width: 100%; height: auto; max-width: none; pointer-events: none; user-select: none; filter: drop-shadow(0 10px 24px rgba(80, 37, 12, .12)); }
.hero-banner-02-mobile-copy,
.hero-banner-02-mobile-products { display: none; }
.hero-carousel-arrow { position: absolute; z-index: 6; top: 50%; width: clamp(43px, 3.4vw, 62px); height: clamp(43px, 3.4vw, 62px); padding: 0; display: grid; place-items: center; border: 0; border-radius: 0; color: white; background: transparent; box-shadow: none; filter: drop-shadow(0 3px 5px rgba(37,0,2,.72)); font-size: clamp(38px, 3.3vw, 58px); font-weight: 300; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: color .2s, filter .2s, transform .2s; }
.hero-carousel-arrow:hover { color: #f6cf63; filter: drop-shadow(0 4px 7px rgba(37,0,2,.82)); transform: translateY(-50%) scale(1.12); }
.hero-carousel-prev { left: clamp(12px, 2vw, 36px); }
.hero-carousel-next { right: clamp(12px, 2vw, 36px); }
.hero-carousel-dots { position: absolute; z-index: 6; right: 0; bottom: clamp(15px, 2.2vw, 32px); left: 0; display: flex; justify-content: center; gap: 10px; }
.hero-carousel-dots button { width: 11px; height: 11px; padding: 0; border: 2px solid white; border-radius: 50%; background: rgba(102,0,10,.45); box-shadow: 0 3px 10px rgba(45,0,4,.3); cursor: pointer; transition: width .25s, border-radius .25s, background .25s; }
.hero-carousel-dots button[aria-current="true"] { width: 38px; border-color: #f3c949; border-radius: 99px; background: #f3c949; }
@keyframes whatsappGlow { 50% { box-shadow: 0 21px 44px rgba(3, 104, 44, .56), 0 0 0 13px rgba(37, 196, 104, .08); } }

.trust-strip {
  position: relative;
  z-index: 4;
  padding-inline: clamp(24px, 5vw, 90px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--burgundy);
  background: #fffaf0;
  box-shadow: 0 12px 28px rgba(69, 38, 13, .09);
}
.trust-strip article { min-height: 118px; padding: 23px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.trust-strip strong { color: #873529; font: 900 clamp(18px, 1.8vw, 27px)/1.05 Arial, Helvetica, sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.trust-strip span { margin-top: 8px; color: #873529; font-size: clamp(9px, .75vw, 11px); font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.slogan-banner { width: 100%; overflow: hidden; background: #faeee2; }
.slogan-banner img { width: 100%; height: auto; }
.products-section,
.operation-section { scroll-margin-top: 82px; }
.products-section { position: relative; background: var(--paper); }
.drawer-content.products-content { width: 100%; max-width: none; margin: 0; padding: 0; }
.drawer-stack { background: #dfad35; }
.content-drawer { scroll-margin-top: 76px; border-top: 3px solid var(--red); background: var(--paper); }
.content-drawer:last-child { border-bottom: 3px solid var(--red); }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.content-drawer > summary {
  position: relative;
  min-height: 150px;
  padding: 25px clamp(28px, 8vw, 150px);
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 28px;
  color: var(--burgundy);
  background: var(--gold-gradient);
  cursor: pointer;
  overflow: hidden;
  transition: background .2s, color .2s;
}
.content-drawer > summary::before { content: ''; position: absolute; z-index: 0; top: 50%; right: clamp(115px, 13vw, 230px); width: clamp(92px, 10vw, 145px); aspect-ratio: 1; background-position: center; background-repeat: no-repeat; background-size: contain; opacity: .15; transform: translateY(-50%) rotate(7deg); pointer-events: none; }
.drawer-stack > .content-drawer:nth-of-type(1) > summary::before { background-image: url('../images/enfeites_natal/natal2.png'); }
.drawer-stack > .content-drawer:nth-of-type(2) > summary::before { background-image: url('../images/enfeites_natal/natal6.png'); }
.drawer-stack > .content-drawer:nth-of-type(3) > summary::before { background-image: url('../images/enfeites_natal/natal8.png'); }
.drawer-stack > .content-drawer:nth-of-type(4) > summary::before { background-image: url('../images/enfeites_natal/natal3.png'); }
.drawer-index,
.drawer-title,
.drawer-toggle { position: relative; z-index: 1; }
.content-drawer > summary:hover { background: var(--gold-gradient-hover); }
.content-drawer[open] > summary { color: white; background: var(--red); }
.drawer-stack > .content-drawer:nth-of-type(even)[open] > summary { background: var(--christmas-green); }
.drawer-index { font: 900 clamp(42px, 5vw, 62px)/1 Impact, 'Arial Black', sans-serif; opacity: .28; }
.drawer-title { display: flex; flex-direction: column; font: 900 clamp(28px, 4vw, 50px)/.98 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .015em; text-transform: uppercase; }
.drawer-title small { width: max-content; max-width: 100%; margin-bottom: 8px; color: var(--burgundy); font: 900 10px/1.2 Arial, sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.content-drawer[open] .drawer-title small { padding: 6px 9px 5px; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 4px 12px rgba(58, 0, 6, .15); }
.drawer-toggle { min-width: 96px; display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.drawer-toggle b { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.drawer-toggle i { position: relative; width: 46px; height: 46px; border: 3px solid currentColor; border-radius: 50%; }
.drawer-toggle i::before,
.drawer-toggle i::after { content: ''; position: absolute; top: 50%; left: 50%; width: 17px; height: 3px; border-radius: 5px; background: currentColor; transform: translate(-50%, -50%); }
.drawer-toggle i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s; }
.content-drawer[open] .drawer-toggle i::after { transform: translate(-50%, -50%) rotate(0); }
.content-drawer[open] .drawer-toggle b { font-size: 0; }
.content-drawer[open] .drawer-toggle b::after { content: 'Fechar'; font-size: 10px; }

.drawer-content { width: min(1480px, 100%); margin-inline: auto; padding: clamp(38px, 6vw, 88px); background-color: var(--paper); background-image: radial-gradient(circle, rgba(133, 2, 12, .05) 0 1px, transparent 1.5px); background-size: 26px 26px; animation: reveal .35s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
.reference-banner,
.reference-wide { overflow: hidden; border: 1px solid var(--yellow-deep); border-radius: 10px; box-shadow: var(--shadow); }
.reference-banner img,
.reference-wide { width: 100%; height: auto; }
.section-lead { max-width: 720px; margin: 35px auto; color: #463f35; font-size: 16px; line-height: 1.65; text-align: center; }

.category-showcase { position: relative; width: 100%; padding: clamp(28px, 5vw, 66px) clamp(18px, 5vw, 76px); overflow: hidden; border-block: 1px solid var(--yellow-deep); border-radius: 0; background: var(--gold-gradient-soft); isolation: isolate; }
.category-showcase > * { position: relative; z-index: 1; }
.category-showcase-heading { max-width: 820px; margin: 0 auto clamp(28px, 4vw, 48px); color: var(--burgundy); text-align: center; }
.category-showcase-heading > span { font-size: clamp(18px, 1.6vw, 26px); font-weight: 900; letter-spacing: .16em; line-height: 1.15; text-transform: uppercase; }
.category-showcase-heading h3 { margin: 8px 0 12px; font: 900 clamp(42px, 6vw, 76px)/.92 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.category-showcase-heading p { margin: 0; color: #5e2630; font-size: 15px; line-height: 1.55; }
.category-carousel { width: min(1420px, 100%); margin-inline: auto; }
.category-carousel-viewport { overflow: hidden; border-radius: 14px; }
.category-carousel-track { display: flex; transition: transform .55s cubic-bezier(.22, .75, .25, 1); will-change: transform; }
.category-carousel-slide { flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: clamp(14px, 2.2vw, 28px); }
.category-carousel-controls { margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.category-carousel-controls > button { width: 48px; height: 48px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 0; color: var(--burgundy); background: transparent; box-shadow: none; filter: drop-shadow(0 2px 2px rgba(80, 12, 20, .16)); font-size: 42px; line-height: 1; cursor: pointer; transition: color .2s, transform .2s; }
.category-carousel-controls > button:hover { color: var(--red); transform: translateY(-2px) scale(1.08); }
.category-carousel-dots { display: flex; align-items: center; gap: 9px; }
.category-carousel-dots button { width: 11px; height: 11px; padding: 0; border: 0; border-radius: 50%; background: rgba(111, 20, 33, .26); cursor: pointer; transition: width .2s, background .2s; }
.category-carousel-dots button[aria-current="true"] { width: 32px; border-radius: 99px; background: var(--burgundy); }
.category-showcase-card { position: relative; width: 100%; min-height: 0; padding: 0; display: block; align-self: start; overflow: hidden; border: 2px solid rgba(255,255,255,.72); border-radius: 12px; color: inherit; background: var(--burgundy); box-shadow: 0 16px 35px rgba(76, 18, 4, .22); font: inherit; text-align: left; cursor: pointer; isolation: isolate; transition: transform .25s, box-shadow .25s; }
.category-showcase-card::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(59,0,6,.97) 0%, rgba(82,3,11,.72) 30%, rgba(82,3,11,.18) 58%, transparent 77%); pointer-events: none; }
.category-showcase-card:hover { transform: translateY(-7px); box-shadow: 0 22px 44px rgba(76, 18, 4, .31); }
.category-showcase-card > img { position: relative; z-index: 0; width: 100%; height: auto; object-fit: contain; object-position: center; transition: filter .3s; }
.category-showcase-card:hover > img { filter: brightness(1.035) saturate(1.04); }
.category-showcase-card > span { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; min-height: 0; padding: clamp(14px, 2.2vw, 30px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: white; background: transparent; }
.category-showcase-card small { padding: 6px 9px 5px; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 4px 12px rgba(58, 0, 6, .16); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.category-showcase-card strong { margin-top: 7px; font: 900 clamp(24px, 2.65vw, 39px)/.95 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.category-showcase-card em { margin-top: 8px; padding-bottom: 3px; border-bottom: 2px solid var(--yellow); color: #fff4d8; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.catalog-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 582;
  min-height: 390px;
  overflow: hidden;
  color: white;
  background: #870c20;
  isolation: isolate;
}
.catalog-banner::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 43%, rgba(116, 2, 20, .08) 51%, rgba(100, 0, 15, .42) 72%, rgba(83, 0, 12, .32) 100%);
  pointer-events: none;
}
.catalog-banner-art { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.catalog-banner-copy {
  position: relative;
  z-index: 2;
  width: min(48%, 830px);
  min-height: 100%;
  margin-left: auto;
  padding: clamp(34px, 4.3vw, 78px) clamp(34px, 6vw, 112px) clamp(34px, 4vw, 70px) clamp(26px, 3vw, 58px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-shadow: 0 3px 18px rgba(52, 0, 7, .24);
}
.catalog-banner-copy h2 { max-width: 720px; margin: 0 0 18px; color: #f7d36e; font: 900 clamp(34px, 3.5vw, 67px)/.95 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.catalog-banner-copy h2 span { color: rgba(255,255,255,.76); font-family: Arial, Helvetica, sans-serif; font-weight: 300; }
.catalog-banner-copy p { max-width: 660px; margin: 0 0 11px; color: white; font-size: clamp(15px, 1.35vw, 23px); font-weight: 700; line-height: 1.4; }
.catalog-banner-copy strong { max-width: 650px; color: rgba(255,255,255,.83); font-size: clamp(12px, 1.05vw, 17px); line-height: 1.5; }
.catalog-banner-button { min-height: 54px; margin-top: clamp(18px, 2vw, 30px); padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 13px 27px rgba(54, 0, 7, .26); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.catalog-banner-button:hover { background: var(--gold-gradient-hover); box-shadow: 0 17px 33px rgba(54, 0, 7, .35); transform: translateY(-3px); }

.product-grid { padding: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: #f7f3ea; }
.product-card { position: relative; overflow: hidden; border: 1px solid #d9bb77; border-radius: 8px; background: white; box-shadow: 0 8px 24px rgba(63, 25, 3, .07); transition: transform .2s, box-shadow .2s; }
.product-card::after { content: '✦'; position: absolute; z-index: 2; top: 10px; left: 10px; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff3c8; background: rgba(111, 20, 33, .86); box-shadow: 0 5px 12px rgba(59, 0, 5, .24); font-size: 13px; pointer-events: none; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { position: relative; width: 100%; padding: 0; display: block; aspect-ratio: 4 / 3; overflow: hidden; border: 0; color: white; background: #e6dfd2; cursor: zoom-in; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card-basket .product-image { aspect-ratio: 1 / 1; background: #f5ead1; }
.product-card-basket .product-image img { padding: 0; object-fit: cover; }
.product-image > span { position: absolute; right: 12px; bottom: 12px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.75); border-radius: 99px; background: rgba(93,0,8,.88); box-shadow: 0 6px 16px rgba(42,0,4,.25); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; opacity: .92; transition: transform .2s, background .2s; }
.product-image:hover > span,
.product-image:focus-visible > span { background: var(--red); transform: translateY(-2px); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-copy { padding: 18px; border-top: 5px solid var(--yellow); }
.product-copy > span { color: #8e681d; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h4 { margin: 7px 0 12px; color: var(--red); font: 900 23px/1.05 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.product-copy-meta { margin: 0 0 14px; padding: 9px 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid #ead7a6; border-radius: 7px; background: #fffaf0; }
.product-copy-meta span { color: #6f5c42; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-copy-meta strong { color: var(--red); font-size: 15px; line-height: 1; }
.product-copy a { display: flex; align-items: center; justify-content: space-between; color: #16864a; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.product-copy a img { width: 17px; height: 17px; filter: invert(38%) sepia(55%) saturate(857%) hue-rotate(101deg) brightness(90%) contrast(90%); }

.why-content { position: relative; overflow: hidden; background: linear-gradient(145deg, #f4ead1, var(--gold-soft)); isolation: isolate; }
.why-content::before,
.why-content::after { content: ''; position: absolute; z-index: 0; width: clamp(170px, 21vw, 330px); aspect-ratio: 1; background-position: center; background-repeat: no-repeat; background-size: contain; opacity: .2; pointer-events: none; }
.why-content::before { top: -85px; left: -80px; background-image: url('../images/enfeites_natal/natal6.png'); transform: rotate(-15deg); }
.why-content::after { right: -85px; bottom: -105px; background-image: url('../images/enfeites_natal/natal5.png'); transform: rotate(13deg); }
.why-content > * { position: relative; z-index: 1; }
.why-intro { max-width: 1040px; margin: 0 auto clamp(36px, 5vw, 64px); color: var(--burgundy); text-align: center; }
.why-intro > span { padding: 7px 10px 6px; display: inline-block; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 5px 14px rgba(70, 14, 4, .14); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.why-intro h3 { margin: 18px auto; font: 900 clamp(42px, 6vw, 75px)/.95 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.why-intro p { max-width: 830px; margin: 0 auto; color: #5b4041; font-size: clamp(16px, 1.7vw, 21px); line-height: 1.6; }
.why-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 25px); }
.why-showcase article { overflow: hidden; border: 1px solid var(--yellow-deep); border-radius: 12px; outline: 3px double rgba(133, 2, 12, .2); outline-offset: -7px; background: white; box-shadow: 0 14px 36px rgba(77, 26, 4, .13); }
.why-showcase article > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s; }
.why-showcase article:hover > img { transform: scale(1.035); }
.why-showcase article > div { position: relative; min-height: 245px; padding: 32px 27px 27px; border-top: 6px solid var(--yellow); }
.why-showcase b { position: absolute; top: -24px; right: 22px; width: 45px; height: 45px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 7px 15px rgba(74, 18, 5, .2); font-size: 11px; }
.why-showcase h4 { margin: 0 0 13px; color: var(--burgundy); font: 900 clamp(25px, 2.3vw, 34px)/1 Impact, 'Arial Black', Arial, sans-serif; text-transform: uppercase; }
.why-showcase p { margin: 0; color: #5c5147; font-size: 14px; line-height: 1.65; }
.section-cta-group { margin-top: clamp(34px, 5vw, 58px); display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; gap: 14px; }
.section-cta-group .wa-button,
.section-cta-group .outline-link { min-height: 58px; margin: 0; padding: 14px 22px; border-radius: 16px; }
.section-cta-group .wa-button { max-width: 610px; }
.operation-cta-group { padding-top: 4px; }
.outline-link { width: max-content; max-width: 100%; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; gap: 10px; border: 2px solid var(--red); border-radius: 99px; color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.outline-link img { width: 20px; height: 20px; filter: invert(38%) sepia(55%) saturate(857%) hue-rotate(101deg) brightness(90%) contrast(90%); }

.operation-section { position: relative; width: 100%; overflow: hidden; background: #fffaf0; }
.operation-banner { position: relative; width: 100%; height: min(28.85vw, 900px); min-height: 500px; overflow: hidden; border: 0; border-radius: 0; background: #26130d; box-shadow: 0 18px 48px rgba(54, 25, 8, .18); }
.operation-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(38,0,4,.94) 0%, rgba(62,0,7,.74) 42%, rgba(39,8,4,.12) 72%); }
.operation-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.operation-banner-copy { position: absolute; z-index: 2; top: 50%; left: clamp(28px, 6vw, 85px); width: min(610px, 55%); color: white; transform: translateY(-50%); }
.operation-banner-copy small { padding: 7px 10px 6px; display: inline-block; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 5px 14px rgba(55, 0, 5, .18); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.operation-banner-copy h3 { margin: 17px 0; font: 900 clamp(35px, 5.2vw, 73px)/.94 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.operation-banner-copy h3 strong { display: block; color: var(--gold-soft); font-size: 1.08em; }
.operation-banner-copy p { max-width: 540px; margin: 0; color: rgba(255,255,255,.85); font-size: clamp(16px, 1.8vw, 22px); line-height: 1.5; }
.operation-action { padding: clamp(26px, 3.5vw, 44px) 20px; display: flex; justify-content: center; background: #fffaf0; }
.operation-action .outline-link { margin: 0; }
.operation-heading { margin: 55px 0 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.operation-heading::before { content: ''; width: clamp(62px, 7vw, 96px); flex: 0 0 auto; align-self: center; aspect-ratio: 1; background: url('../images/enfeites_natal/natal7.png') center / contain no-repeat; filter: drop-shadow(0 7px 9px rgba(88, 12, 4, .2)); }
.operation-heading strong { max-width: 650px; color: var(--burgundy); font: 900 clamp(38px, 5vw, 64px)/.95 Impact, 'Arial Black', Arial, sans-serif; text-transform: uppercase; }
.operation-heading span { max-width: 510px; color: #584d42; font-size: 17px; line-height: 1.55; }
.operation-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.operation-benefits article { overflow: hidden; border: 1px solid var(--yellow); border-radius: 10px; background: white; box-shadow: 0 12px 32px rgba(67, 27, 0, .1); }
.operation-benefits article > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.operation-benefits article > div { position: relative; min-height: 225px; padding: 28px 24px 25px; border-top: 6px solid var(--yellow); }
.operation-benefits b { position: absolute; top: -24px; right: 20px; width: 46px; height: 46px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 6px 14px rgba(69, 20, 6, .2); font-size: 12px; }
.operation-benefits h3 { margin: 0 0 12px; color: var(--burgundy); font: 900 27px/1 Impact, 'Arial Black', Arial, sans-serif; text-transform: uppercase; }
.operation-benefits p { margin: 0; color: #584d42; font-size: 13px; line-height: 1.6; }
.process-grid,
.delivery-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--yellow); background: white; }
.process-grid article,
.delivery-grid article { min-height: 225px; padding: 25px; }
.process-grid article + article,
.delivery-grid article + article { border-left: 1px solid var(--yellow); }
.process-grid b,
.delivery-grid b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: 12px; }
.process-grid h3,
.delivery-grid h3 { margin: 20px 0 10px; color: var(--red); font: 900 23px/1 Impact, 'Arial Black', Arial, sans-serif; text-transform: uppercase; }
.process-grid p,
.delivery-grid p { margin: 0; color: #544b42; font-size: 13px; line-height: 1.55; }

.delivery-content { position: relative; overflow: hidden; background: #f7f1e4; text-align: center; isolation: isolate; }
.delivery-content::before,
.delivery-content::after { content: ''; position: absolute; z-index: 0; top: -58px; width: clamp(135px, 17vw, 260px); aspect-ratio: 1; background-position: center; background-repeat: no-repeat; background-size: contain; opacity: .2; pointer-events: none; }
.delivery-content::before { left: -52px; background-image: url('../images/enfeites_natal/natal3.png'); transform: rotate(-16deg); }
.delivery-content::after { right: -55px; background-image: url('../images/enfeites_natal/natal8.png'); transform: rotate(12deg); }
.delivery-content > * { position: relative; z-index: 1; }
.delivery-intro { max-width: 1000px; margin: 0 auto clamp(38px, 5vw, 62px); color: var(--burgundy); }
.delivery-intro > span { padding: 7px 10px 6px; display: inline-block; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 5px 14px rgba(70, 14, 4, .14); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.delivery-intro h3 { margin: 18px auto; font: 900 clamp(42px, 6vw, 74px)/.95 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.delivery-intro p { max-width: 760px; margin: 0 auto; color: #5b5046; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.6; }
.delivery-solutions { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 2.5vw, 32px); text-align: left; }
.delivery-solutions article { overflow: hidden; border: 1px solid var(--yellow-deep); border-radius: 12px; outline: 3px double rgba(133, 2, 12, .18); outline-offset: -7px; background: white; box-shadow: 0 14px 36px rgba(69, 28, 3, .12); }
.delivery-solution-media { position: relative; }
.delivery-solution-media > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.delivery-solution-media > span { position: absolute; right: 24px; bottom: -34px; width: 68px; height: 68px; padding: 12px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; background: var(--gold-gradient); box-shadow: 0 8px 20px rgba(74, 23, 5, .22); }
.delivery-solution-media > span img { width: 100%; height: 100%; object-fit: contain; }
.delivery-solution-copy { min-height: 235px; padding: 34px 29px 28px; border-top: 6px solid var(--yellow); }
.delivery-solution-copy > b { color: #9a7834; font-size: 10px; letter-spacing: .16em; }
.delivery-solution-copy h3 { margin: 9px 0 13px; color: var(--burgundy); font: 900 clamp(27px, 2.8vw, 39px)/1 Impact, 'Arial Black', Arial, sans-serif; text-transform: uppercase; }
.delivery-solution-copy p { margin: 0; color: #5a5047; font-size: 14px; line-height: 1.65; }
.delivery-content .wa-button { margin-top: 35px; }

.delivery-strip-section { width: 100%; margin: 0; padding: 0; background: white; }
.delivery-strip { width: 100%; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid #e8bb45; background: white; box-shadow: none; }
.delivery-strip article { min-height: 150px; padding: 19px clamp(13px, 1.4vw, 24px); display: grid; grid-template-columns: clamp(48px, 4.5vw, 68px) minmax(0, 1fr); align-items: center; gap: clamp(10px, 1vw, 16px); }
.delivery-strip article + article { border-left: 1px solid #e8bb45; }
.delivery-strip article > img { width: clamp(48px, 4.5vw, 68px); height: clamp(48px, 4.5vw, 68px); object-fit: contain; }
.delivery-strip article > div { align-self: center; }
.delivery-strip h3 { margin: 4px 0 20px; color: #2d2725; font: 900 clamp(17px, 1.45vw, 24px)/.92 Arial, Helvetica, sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.delivery-strip p { margin: 0; color: #6b6460; font-size: clamp(10px, .78vw, 12px); line-height: 1.18; }

.final-cta { position: relative; padding: clamp(56px, 7vw, 88px) 24px; display: flex; flex-direction: column; align-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 50% 42%, rgba(157, 12, 24, .9) 0%, rgba(112, 2, 13, .95) 52%, rgba(69, 0, 7, .98) 100%), url('../images/banner/banner_fundo_2.png') center 48% / cover no-repeat; text-align: center; isolation: isolate; }
.final-decoration { position: absolute; z-index: 0; max-width: none; object-fit: contain; pointer-events: none; filter: drop-shadow(0 18px 25px rgba(35,0,3,.35)); }
.final-decoration-ornament { top: -30px; left: clamp(-110px, -4vw, -28px); width: clamp(180px, 16vw, 285px); opacity: .9; filter: contrast(1.18) saturate(.95) drop-shadow(0 10px 16px rgba(35,0,3,.32)); }
.final-decoration-diamond { top: -22px; right: clamp(-105px, -3.5vw, -24px); width: clamp(180px, 16vw, 285px); opacity: .92; filter: drop-shadow(0 10px 14px rgba(133,76,0,.16)); }
.final-cta > :not(.final-decoration) { position: relative; z-index: 1; }
.final-cta > p { margin: 0 0 16px; padding: 9px 15px 8px; color: var(--burgundy); background: var(--gold-gradient); box-shadow: 0 7px 18px rgba(35, 0, 4, .25); font-size: clamp(15px, 1.35vw, 21px); font-weight: 900; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.final-cta h2 { max-width: 920px; margin: 0; color: #fff8e7; font: 900 clamp(44px, 6vw, 72px)/.95 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-shadow: 0 5px 20px rgba(40, 0, 4, .32); text-transform: uppercase; }
.final-cta > span { max-width: 900px; margin: 20px auto 0; color: rgba(255, 248, 232, .95); font-size: clamp(17px, 1.45vw, 23px); font-weight: 600; line-height: 1.45; text-shadow: 0 3px 12px rgba(38, 0, 4, .28); }

.footer { position: relative; padding: 46px clamp(28px, 8vw, 150px) 28px; display: grid; grid-template-columns: minmax(260px, 1.4fr) minmax(150px, .55fr) minmax(260px, 1fr); align-items: start; gap: clamp(35px, 6vw, 90px); border-top: 5px solid var(--yellow); color: #665149; background: linear-gradient(115deg, rgba(255, 254, 250, .98), rgba(255, 249, 232, .97) 48%, rgba(255, 253, 247, .98)); box-shadow: inset 0 12px 30px rgba(74, 31, 3, .04); font-size: 12px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.footer-brand img { width: 170px; height: 170px; padding: 0; object-fit: contain; border: 0; border-radius: 0; background: transparent; filter: drop-shadow(0 8px 12px rgba(65, 26, 0, .14)); }
.footer-brand p { max-width: 340px; margin: 0; color: var(--red); font: 900 21px/1.15 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-social a { min-height: 40px; padding: 9px 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(111,20,33,.28); border-radius: 99px; color: var(--burgundy); background: rgba(255,255,255,.62); box-shadow: 0 7px 16px rgba(70,28,0,.07); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.footer-social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer .footer-social a:hover,
.footer .footer-social a:focus-visible { border-color: var(--red); color: white; background: var(--red); transform: translateY(-2px); }
.footer-links,
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer strong { margin-bottom: 8px; padding: 0; color: var(--burgundy); background: none; box-shadow: none; font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer a { color: #65473f; }
.footer-contact span { max-width: 330px; color: #6f5c54; line-height: 1.55; }
.footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(111,20,33,.15); color: #7a675e; text-align: center; }
.footer a:hover { color: var(--red); }

.floating-wa { position: fixed; z-index: 80; right: clamp(18px, 2.2vw, 34px); bottom: clamp(18px, 2.2vw, 34px); min-height: 64px; padding: 13px 22px; display: inline-flex; align-items: center; gap: 11px; border: 4px solid white; border-radius: 99px; color: white; background: var(--whatsapp); box-shadow: 0 18px 40px rgba(4, 95, 40, .48), 0 0 0 7px rgba(37, 196, 104, .12); font-size: 14px; font-weight: 900; animation: whatsappGlow 2.4s ease-in-out 1.2s infinite; }
.floating-wa img { width: 29px; height: 29px; filter: brightness(0) invert(1); }

.category-modal {
  width: min(1380px, calc(100% - 42px));
  max-width: 1380px;
  max-height: 92dvh;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--yellow-deep);
  border-radius: 20px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 32px 95px rgba(31, 0, 4, .58);
}
.category-modal[open] { display: block; animation: categoryModalReveal .38s ease both; }
.category-modal::backdrop { background: rgba(28, 0, 3, .84); backdrop-filter: blur(8px); }
.category-modal-shell { max-height: 92dvh; display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; background: #f7f3ea; }
.category-modal-header { position: relative; padding: 34px clamp(65px, 7vw, 105px) 28px; border-bottom: 5px solid var(--yellow); color: white; background: linear-gradient(120deg, var(--red-dark), var(--red) 58%, #9b101c); }
.category-modal-header > span { color: #f7d979; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.category-modal-header h2 { margin: 8px 0 10px; font: 900 clamp(38px, 5vw, 66px)/.93 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.category-modal-header p { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.55; }
.category-modal-close { position: absolute; z-index: 5; top: 18px; right: 18px; width: 46px; height: 46px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 0; color: white; background: transparent; box-shadow: none; filter: drop-shadow(0 3px 4px rgba(20,0,2,.45)); font-size: 38px; line-height: 1; cursor: pointer; transition: color .2s, transform .2s; }
.category-modal-close:hover { color: #f6d469; transform: rotate(5deg) scale(1.08); }
.category-modal-panel { min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
.category-modal-panel[hidden] { display: none; }
.category-modal-panel .product-grid { min-height: 100%; align-content: start; }
.category-modal-panel .product-grid-compact { grid-template-columns: minmax(260px, 440px); justify-content: center; }
@keyframes categoryModalReveal { from { opacity: 0; transform: translateY(25px) scale(.97); } to { opacity: 1; transform: none; } }

.catalog-popup {
  width: min(900px, calc(100% - 36px));
  max-width: 900px;
  max-height: 92dvh;
  padding: 0;
  overflow: visible;
  border: 0;
  color: var(--ink);
  background: transparent;
}
.catalog-popup[open] { display: block; animation: catalogPopupReveal .5s cubic-bezier(.2, .8, .2, 1) both; }
.catalog-popup::backdrop { background: rgba(32, 0, 4, .78); backdrop-filter: blur(8px); }
.catalog-popup-mobile { display: none; }
.catalog-popup-shell {
  position: relative;
  width: 100%;
  height: min(570px, 88dvh);
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  overflow: hidden;
  border: 2px solid #dfb749;
  border-radius: 22px;
  background: linear-gradient(145deg, #fffdf7 0%, #fff8e9 56%, #f4e3b5 100%);
  box-shadow: 0 34px 95px rgba(25, 0, 3, .58), inset 0 0 0 5px rgba(255,255,255,.52);
  isolation: isolate;
}
.catalog-popup-shell::before {
  content: '';
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 11px;
  background: linear-gradient(90deg, #740712, var(--red), #d6aa37, var(--red), #740712);
  box-shadow: 0 3px 12px rgba(85, 0, 8, .16);
}
.catalog-popup-shell::after {
  display: none;
}
.catalog-popup-close { position: absolute; z-index: 5; top: 18px; right: 18px; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 0; color: var(--red); background: transparent; box-shadow: none; filter: drop-shadow(0 2px 3px rgba(62, 0, 6, .18)); font-size: 34px; line-height: 1; cursor: pointer; transition: color .2s, transform .2s; }
.catalog-popup-close:hover { color: #ad0a18; transform: rotate(5deg) scale(1.08); }
.catalog-popup-media { position: relative; min-width: 0; overflow: hidden; border-right: 1px solid rgba(176, 116, 18, .22); background: radial-gradient(circle at 27% 72%, rgba(150, 7, 20, .15), transparent 49%), linear-gradient(145deg, #f1dfc2 0%, #fbf4e7 66%, #fffaf0 100%); }
.catalog-popup-media::before { content: ''; position: absolute; z-index: 0; top: 10%; left: 20%; width: 72%; aspect-ratio: 1; border: 1px solid rgba(202, 154, 44, .28); border-radius: 50%; box-shadow: 0 0 0 18px rgba(202, 154, 44, .035), 0 0 0 37px rgba(202, 154, 44, .025); }
.catalog-popup-media::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, transparent 71%, rgba(255, 252, 244, .7)); pointer-events: none; }
.catalog-popup-woman { position: absolute; z-index: 2; bottom: -9%; left: 53%; width: auto; height: 97%; max-width: none; object-fit: contain; object-position: bottom; filter: drop-shadow(0 17px 23px rgba(78, 29, 12, .23)); transform: translateX(-50%); }
.catalog-popup-content { min-width: 0; min-height: 0; padding: clamp(31px, 4vh, 45px) clamp(24px, 3.4vw, 42px) 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow-x: hidden; overflow-y: auto; color: var(--burgundy); text-align: center; background: radial-gradient(circle, rgba(166,111,25,.065) 0 1px, transparent 1.5px) 0 0 / 31px 31px; scrollbar-color: #c69b35 transparent; scrollbar-width: thin; }
.catalog-popup-brand { position: relative; z-index: 2; width: 104px; height: 72px; margin: 0 auto 7px; flex: 0 0 auto; object-fit: contain; background: transparent; filter: drop-shadow(0 5px 7px rgba(99, 60, 0, .12)); }
.catalog-popup-kicker { position: relative; z-index: 2; width: max-content; max-width: 100%; margin: 0 auto 13px; padding: 7px 12px; display: block; flex: 0 0 auto; border: 1px solid rgba(180, 127, 20, .28); border-radius: 999px; color: #7e5a14; background: rgba(255,255,255,.52); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.catalog-popup h2 { position: relative; z-index: 2; width: 100%; max-width: 440px; margin: 0 auto 18px; padding: clamp(19px, 2.4vw, 26px) clamp(17px, 2.3vw, 25px); flex: 0 0 auto; border-left: 5px solid #dfb749; color: white; background: linear-gradient(135deg, #a10918, #720713); box-shadow: 0 14px 27px rgba(85,0,9,.2); font: 900 clamp(25px, 2.8vw, 35px)/1.16 Arial, Helvetica, sans-serif; letter-spacing: -.025em; text-transform: none; }
.catalog-popup-cta { position: relative; z-index: 3; width: min(100%, 410px); min-height: 59px; margin: 0 auto; padding: 13px 18px; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 11px; border: 2px solid white; border-radius: 12px; color: white; background: linear-gradient(135deg, #38d778, #17aa54 55%, #08743a); box-shadow: 0 15px 30px rgba(6, 112, 49, .28), 0 0 0 4px rgba(37, 196, 104, .08); font-size: 13px; font-weight: 900; letter-spacing: .03em; line-height: 1.22; text-align: center; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.catalog-popup-cta:hover { transform: translateY(-3px); box-shadow: 0 21px 42px rgba(6, 112, 49, .4), 0 0 0 8px rgba(37, 196, 104, .12); }
.catalog-popup-cta img { flex: 0 0 auto; width: 31px; height: 31px; filter: brightness(0) invert(1); }
.catalog-popup small { position: relative; z-index: 2; margin-top: 14px; display: block; flex: 0 0 auto; color: #745c43; font-size: 7px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }

/* Arte promocional única: mantém a proporção original no desktop e no mobile. */
.catalog-popup { width: min(720px, calc(100% - 36px), 66dvh); max-width: none; max-height: 88dvh; }
.catalog-popup-shell { width: 100%; height: auto; padding: 0; display: block; aspect-ratio: 3 / 4; overflow: hidden; border: 0; border-radius: clamp(16px, 2vw, 26px); background: transparent; box-shadow: 0 30px 85px rgba(25, 0, 3, .62); }
.catalog-popup-shell::before,
.catalog-popup-shell::after { display: none; }
.catalog-popup-mobile { position: absolute; z-index: 1; inset: 0; display: block; border-radius: inherit; overflow: hidden; }
.catalog-popup-mobile img { width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; }
.catalog-popup-media,
.catalog-popup-content { display: none; }
.catalog-popup-close { z-index: 3; top: 2.5%; right: 2.6%; width: clamp(44px, 11%, 72px); height: auto; aspect-ratio: 1; padding: 0; border: 0; color: transparent; background: transparent; box-shadow: none; filter: none; font-size: 0; }
.catalog-popup-close:hover { color: transparent; transform: scale(1.04); }
.catalog-popup-close:focus,
.catalog-popup-close:focus-visible { outline: 0 !important; outline-offset: 0; box-shadow: none; -webkit-tap-highlight-color: transparent; }
@keyframes catalogPopupReveal { from { opacity: 0; transform: translateY(32px) scale(.94); } to { opacity: 1; transform: none; } }

.product-modal {
  width: min(1380px, calc(100% - 32px));
  max-width: 1380px;
  max-height: min(94dvh, 920px);
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--yellow-deep);
  border-radius: 18px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(32, 0, 3, .55);
}
.product-modal[open] { height: min(94dvh, 920px); display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(370px, .8fr); }
.product-modal::backdrop { background: rgba(28, 0, 3, .82); backdrop-filter: blur(7px); }
.product-modal-close { position: absolute; z-index: 3; top: 14px; right: 14px; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 0; color: var(--red); background: transparent; box-shadow: none; filter: drop-shadow(0 2px 3px rgba(44, 0, 4, .2)); font-size: 37px; line-height: 1; cursor: pointer; transition: color .2s, transform .2s; }
.product-modal-close:hover { color: #b00b18; transform: rotate(4deg) scale(1.08); }
.product-modal-media { min-width: 0; min-height: 0; padding: clamp(10px, 1.5vw, 22px); display: grid; place-items: stretch; overflow: hidden; background: radial-gradient(circle at 50% 42%, #fff9e5, #eadfc5 72%); }
.product-modal-media-frame { width: 100%; height: 100%; min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; }
.product-modal-media img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 18px 25px rgba(62, 29, 5, .19)); }
.product-modal-copy { min-width: 0; min-height: 0; height: 100%; padding: clamp(68px, 6vw, 84px) clamp(28px, 3vw, 46px) 30px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; border-left: 7px solid var(--yellow); background: linear-gradient(165deg, #fffdf8, #fff7da); }
.product-modal-copy > span { color: #967020; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.product-modal-copy h2 { margin: 10px 0 14px; color: var(--red); font: 900 clamp(34px, 4vw, 50px)/.95 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.product-modal-meta { margin: 0 0 15px; padding: 10px 13px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid #dfc47f; border-radius: 8px; background: linear-gradient(90deg, #fffdf7, #f8e9bd); }
.product-modal-meta[hidden] { display: none; }
.product-modal-meta span { color: #6e5c42; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-modal-meta strong { color: var(--red); font-size: 20px; }
.product-modal-items { min-height: 130px; padding: 17px 18px; display: flex; flex: 1 1 auto; flex-direction: column; overflow: hidden; border-left: 4px solid var(--yellow-deep); background: rgba(255,255,255,.72); }
.product-modal-items > b { display: block; margin-bottom: 7px; color: var(--red); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.product-modal-items > p { margin: 0; color: #564b40; font-size: 14px; line-height: 1.6; }
.product-modal-items-list { min-height: 0; margin: 13px 0 0; padding: 0 8px 0 0; flex: 1 1 auto; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; list-style: none; scrollbar-color: var(--yellow-deep) #f3ead7; scrollbar-width: thin; }
.product-modal-items-list[hidden] { display: none; }
.product-modal-items-list li { position: relative; padding: 8px 0 8px 17px; border-top: 1px solid #eadfc6; color: #51483f; font-size: 12px; line-height: 1.42; }
.product-modal-items-list li::before { content: '•'; position: absolute; top: 7px; left: 1px; color: var(--red); font-size: 17px; line-height: 1; }
.product-modal-composition-note { margin-top: 13px; padding-top: 11px; display: block; flex: 0 0 auto; border-top: 1px solid #dfc47f; color: #7b2b31; font-size: 10px; font-weight: 800; line-height: 1.45; }
.product-modal-composition-note[hidden] { display: none; }
.product-modal-note { margin: 18px 0; padding: 14px 16px; display: flex; flex: 0 0 auto; flex-direction: column; gap: 5px; border-left: 4px solid var(--red); background: white; box-shadow: 0 8px 24px rgba(69, 30, 3, .07); }
.product-modal-note b { color: var(--red); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.product-modal-note small { color: #675c51; font-size: 12px; line-height: 1.5; }
.product-modal-copy .wa-button { width: 100%; min-height: 56px; padding: 13px 18px; flex: 0 0 auto; }

@media (min-width: 1051px) and (max-height: 820px) {
  .product-modal { width: min(1320px, calc(100% - 24px)); max-height: calc(100dvh - 24px); }
  .product-modal[open] { height: calc(100dvh - 24px); grid-template-columns: minmax(0, 1.5fr) minmax(360px, .8fr); }
  .product-modal-media { padding: 10px; }
  .product-modal-copy { padding: 56px 28px 20px; }
  .product-modal-copy h2 { font-size: clamp(32px, 3.7vw, 46px); }
  .product-modal-note { margin: 12px 0; padding: 11px 14px; }
  .product-modal-items { min-height: 105px; padding: 13px 15px; }
  .product-modal-copy .wa-button { min-height: 52px; padding-block: 10px; }
}

@media (min-width: 1051px) and (max-height: 600px) {
  .product-modal-copy { padding: 48px 24px 16px; }
  .product-modal-copy h2 { margin-block: 7px 10px; font-size: 34px; }
  .product-modal-meta { margin-bottom: 10px; padding-block: 8px; }
  .product-modal-items { min-height: 82px; padding: 10px 13px; }
  .product-modal-items > p { font-size: 12px; line-height: 1.4; }
  .product-modal-note { margin: 9px 0; padding: 9px 12px; }
  .product-modal-copy .wa-button { min-height: 46px; padding-block: 8px; }
}

:where(a, summary, button):focus-visible { outline: 4px solid #0b67a5; outline-offset: 4px; }

@media (min-width: 1450px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1050px) {
  .topbar { min-height: 86px; grid-template-columns: minmax(120px, 1fr) auto auto; gap: 13px; }
  .topbar.is-scrolled { min-height: 86px; }
  .brand img { width: 76px; height: 76px; }
  .menu-button {
    min-height: 46px;
    padding: 9px 14px;
    display: inline-grid;
    grid-template-columns: 18px auto;
    grid-template-rows: repeat(3, 3px);
    align-items: center;
    column-gap: 8px;
    border: 0;
    border-radius: 0;
    color: var(--red);
    background: transparent;
    box-shadow: none;
    cursor: pointer;
  }
  .menu-button span { grid-column: 1; width: 18px; height: 2px; border-radius: 4px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-button b { grid-column: 2; grid-row: 1 / 4; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .js-enabled .topbar nav { position: absolute; top: calc(100% + 8px); right: 16px; left: 16px; padding: 14px; display: flex; flex-direction: column; align-items: stretch; gap: 0; border: 2px solid var(--red); border-radius: 12px; background: rgba(255,253,248,.99); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, visibility .2s, transform .2s; }
  .js-enabled .topbar nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav-separator { display: none; }
  .topbar nav a { padding: 13px; border-radius: 7px; }
  .topbar nav a:hover { background: var(--gold-soft); }
  .topbar nav a::after { display: none; }
  .wa-button-small span { display: none; }
  .wa-button-small { width: 48px; padding: 10px; }
  .hero-woman { left: 3%; height: 96%; }
  .hero-message { width: min(1000px, 42%); }
  .trust-strip { padding-inline: 18px; grid-template-columns: repeat(2, 1fr); }
  .trust-strip article:nth-child(3),
  .trust-strip article:nth-child(4) { border-top: 1px solid rgba(226, 177, 60, .28); }
  .content-drawer > summary { grid-template-columns: 62px 1fr auto; gap: 18px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-showcase-card { min-height: 0; }
  .operation-benefits { grid-template-columns: repeat(2, 1fr); }
  .process-grid,
  .delivery-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(3),
  .delivery-grid article:nth-child(3) { border-top: 1px solid var(--yellow); border-left: 0; }
  .process-grid article:nth-child(4),
  .delivery-grid article:nth-child(4) { border-top: 1px solid var(--yellow); }
  .delivery-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .delivery-strip article:nth-child(3) { border-top: 1px solid #e8bb45; border-left: 0; }
  .delivery-strip article:nth-child(4) { border-top: 1px solid #e8bb45; }
}

@media (max-width: 820px) {
  .hero-carousel { height: auto; min-height: 0; aspect-ratio: 16 / 9; background: #71101d; }
  .hero-mobile-composite { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; pointer-events: none; user-select: none; }
  .hero-slide-stage,
  .hero-banner-02 { display: none; }
  .hero-slide-specialists { background-position: 44% center; }
  .hero-tree { bottom: -1%; left: -17%; height: 71%; }
  .hero-woman { bottom: -4%; left: -10%; height: 68%; }
  .hero-message { top: 8%; right: 20px; left: 47%; width: auto; max-width: none; transform: none; }
  .hero-message > p { margin-bottom: 10px; font-size: 10px; line-height: 1.3; }
  .hero-message h1 { font-size: clamp(40px, 8.4vw, 62px); }
  .hero-message > strong { margin: 14px 0 12px; font-size: clamp(22px, 5vw, 34px); }
  .hero-message > span { font-size: clamp(12px, 2.4vw, 16px); line-height: 1.35; }
  .hero-banner-02-fill { background-position: center top; }
  .hero-slide-catalog .hero-banner-02-image { opacity: .14; }
  .hero-banner-02-mobile-copy { position: absolute; z-index: 4; top: 5%; right: 5%; left: 5%; display: block; color: var(--burgundy); text-align: center; text-shadow: 0 2px 10px rgba(255,255,255,.78); }
  .hero-banner-02-mobile-copy h2 { margin: 0; font: 900 clamp(40px, 8vw, 64px)/.92 Impact, 'Arial Black', Arial, sans-serif; letter-spacing: .02em; text-transform: uppercase; }
  .hero-banner-02-mobile-copy p { margin: 9px 0 0; color: #b76200; font-size: clamp(14px, 2.5vw, 20px); font-weight: 900; line-height: 1.25; text-transform: uppercase; }
  .hero-banner-02-mobile-products { position: absolute; z-index: 2; top: 29%; right: 0; bottom: 0; left: 0; display: block; overflow: hidden; }
  .hero-banner-02-mobile-products::before { content: ''; position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 20%; background: linear-gradient(180deg, #f7e5d7 0%, rgba(247,229,215,.7) 42%, transparent 100%); pointer-events: none; }
  .hero-banner-02-mobile-products img { position: absolute; top: -24%; left: 50%; width: 165%; max-width: none; transform: translateX(-50%); }
  .category-showcase-card { min-height: 0; }
  .why-showcase,
  .delivery-solutions { grid-template-columns: 1fr; }
  .why-showcase article > div,
  .delivery-solution-copy { min-height: auto; }
  .operation-banner-copy { width: min(650px, 72%); }
  .operation-heading { align-items: flex-start; flex-direction: column; }
  .product-modal { width: calc(100% - 24px); max-height: 94dvh; overflow-x: hidden; overflow-y: auto; }
  .product-modal[open] { height: auto; display: block; }
  .product-modal-media { min-height: 0; padding: 10px; }
  .product-modal-media-frame { height: clamp(260px, 58vw, 470px); }
  .product-modal-media img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
  .product-modal-copy { height: auto; padding: 38px 22px 28px; overflow: visible; border-top: 6px solid var(--yellow); border-left: 0; }
  .product-modal-items { min-height: 0; display: block; overflow: visible; }
  .product-modal-items-list { max-height: min(42dvh, 360px); overflow-y: auto; }
  .product-modal-close { position: fixed; top: max(14px, env(safe-area-inset-top)); right: 28px; }
}

@media (max-width: 820px) {
  .catalog-banner { min-height: clamp(400px, 67vw, 520px); aspect-ratio: auto; display: block; background: var(--red-dark); }
  .catalog-banner::after { display: block; background: linear-gradient(90deg, rgba(102,0,14,.04) 0 30%, rgba(105,0,15,.7) 49%, rgba(89,0,13,.94) 72%, rgba(75,0,10,.98) 100%); }
  .catalog-banner-art { position: absolute; width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 30% center; }
  .catalog-banner-copy { width: 57%; min-height: clamp(400px, 67vw, 520px); margin: 0 0 0 auto; padding: clamp(25px, 5vw, 44px) clamp(20px, 4.5vw, 38px) clamp(25px, 5vw, 44px) clamp(12px, 2vw, 22px); align-items: flex-start; background: transparent; text-align: left; }
  .catalog-banner-copy h2 { max-width: 660px; font-size: clamp(27px, 5.2vw, 43px); }
  .catalog-banner-copy h2 span { display: inline; }
  .catalog-banner-copy p,
  .catalog-banner-copy strong { max-width: 620px; }
  .catalog-banner-button { width: min(100%, 390px); }
}

@media (max-width: 650px) {
  body { background: var(--paper); }
  .topbar { min-height: 72px; padding: 4px 12px; grid-template-columns: minmax(84px, 1fr) 44px 44px; }
  .topbar.is-scrolled { min-height: 72px; }
  .brand img { width: 62px; height: 62px; }
  .menu-button { width: 44px; height: 44px; min-height: 44px; padding: 9px 12px; grid-template-columns: 1fr; }
  .menu-button b { display: none; }
  .wa-button-small { width: 44px; height: 44px; min-height: 44px; }
  .wa-button-small img { width: 20px; height: 20px; }
  .hero-carousel { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .hero-slide-specialists { background-position: 37% center; }
  .hero-tree { bottom: -3%; left: -24%; height: 57%; }
  .hero-woman { bottom: -3%; left: 50%; height: 55%; transform: translateX(-50%); }
  .hero-message { top: 4%; right: 16px; left: 16px; width: auto; max-width: none; padding: 16px 18px; color: white; background: linear-gradient(135deg, rgba(81,0,8,.84), rgba(133,2,12,.68)); border: 1px solid rgba(244,204,91,.7); border-radius: 15px; box-shadow: 0 14px 32px rgba(54,0,4,.2); text-align: center; transform: none; backdrop-filter: blur(5px); }
  .hero-message > p { margin-bottom: 8px; font-size: 9px; letter-spacing: .06em; }
  .hero-message h1 { font-size: clamp(36px, 10vw, 48px); }
  .hero-message > strong { margin: 10px 0 9px; font-size: clamp(20px, 5.8vw, 27px); }
  .hero-message > span { max-width: 430px; margin-inline: auto; font-size: 11px; line-height: 1.35; }
  .hero-banner-02-fill { filter: blur(22px) saturate(.8) brightness(.98); opacity: .74; }
  .hero-banner-02-mobile-copy { top: 5%; right: 18px; left: 18px; }
  .hero-banner-02-mobile-copy h2 { font-size: clamp(35px, 10vw, 48px); }
  .hero-banner-02-mobile-copy p { font-size: clamp(12px, 3.7vw, 17px); }
  .hero-banner-02-mobile-products { top: 28%; }
  .hero-banner-02-mobile-products img { width: 190%; }
  .hero-carousel-arrow { top: 50%; width: 38px; height: 38px; font-size: 36px; }
  .hero-carousel-prev { left: 9px; }
  .hero-carousel-next { right: 9px; }
  .hero-carousel-dots { bottom: 9px; }
  .trust-strip article { min-height: 96px; padding: 16px 8px; }
  .trust-strip strong { font-size: 18px; }
  .trust-strip span { font-size: 9px; }
  .slogan-banner img { height: 170px; object-fit: cover; object-position: center; }
  .content-drawer > summary { min-height: 132px; padding: 20px; grid-template-columns: 42px 1fr 43px; gap: 12px; }
  .content-drawer > summary::before { right: 48px; width: 78px; opacity: .09; }
  .drawer-index { font-size: 34px; }
  .drawer-title { font-size: 28px; }
  .drawer-title small { font-size: 8px; }
  .drawer-toggle b { display: none; }
  .drawer-toggle { min-width: 43px; }
  .drawer-toggle i { width: 40px; height: 40px; }
  .drawer-content { padding: 24px 14px 34px; }
  .reference-banner,
  .reference-wide { border-radius: 6px; }
  .reference-banner { overflow-x: auto; }
  .reference-banner img { width: 760px; max-width: none; }
  .section-lead { margin: 25px 8px; font-size: 14px; }
  .category-showcase { padding: 24px 15px; }
  .category-showcase-heading { margin-bottom: 24px; }
  .category-showcase-heading h3 { font-size: 41px; }
  .category-carousel-slide { grid-template-columns: 1fr; gap: 14px; }
  .category-showcase-card { min-height: 0; }
  .category-showcase-card > span { padding: 11px 14px; }
  .category-showcase-card strong { font-size: 27px; }
  .catalog-banner { min-height: clamp(410px, 122vw, 490px); }
  .catalog-banner-copy { width: 58%; min-height: clamp(410px, 122vw, 490px); padding: 24px 13px 27px 9px; }
  .catalog-banner-copy h2 { margin-bottom: 13px; font-size: clamp(25px, 7.2vw, 34px); line-height: .98; }
  .catalog-banner-copy p { margin-bottom: 8px; font-size: clamp(11px, 3.2vw, 14px); line-height: 1.35; }
  .catalog-banner-copy strong { font-size: clamp(9px, 2.6vw, 11px); line-height: 1.4; }
  .catalog-banner-button { min-height: 48px; margin-top: 16px; padding: 11px 8px; font-size: 9px; letter-spacing: .06em; }
  .product-grid { padding: 14px; grid-template-columns: 1fr; gap: 13px; }
  .why-intro,
  .delivery-intro { margin-bottom: 32px; }
  .why-content::before,
  .why-content::after,
  .delivery-content::before,
  .delivery-content::after { width: 150px; opacity: .1; }
  .why-intro h3,
  .delivery-intro h3 { font-size: 41px; }
  .why-intro p,
  .delivery-intro p { font-size: 15px; }
  .why-showcase,
  .delivery-solutions { gap: 18px; }
  .why-showcase article > div { padding: 30px 22px 24px; }
  .delivery-solution-media > span { right: 18px; width: 60px; height: 60px; }
  .delivery-solution-copy { padding: 31px 22px 24px; }
  .outline-link { width: 100%; justify-content: center; }
  .section-cta-group { flex-direction: column; }
  .section-cta-group .wa-button,
  .section-cta-group .outline-link { width: 100%; max-width: none; }
  .operation-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .operation-heading::before { width: 58px; }
  .operation-banner { height: 610px; min-height: 610px; }
  .operation-banner::after { background: linear-gradient(0deg, rgba(38,0,4,.98) 0%, rgba(62,0,7,.72) 56%, rgba(39,8,4,.08) 83%); }
  .operation-banner-copy { top: auto; right: 22px; bottom: 30px; left: 22px; width: auto; transform: none; }
  .operation-banner-copy h3 { font-size: 43px; }
  .operation-banner-copy p { font-size: 16px; }
  .operation-action { padding: 24px 14px; }
  .operation-heading { margin-top: 40px; }
  .operation-heading strong { font-size: 43px; }
  .operation-heading span { font-size: 15px; }
  .operation-benefits { grid-template-columns: 1fr; }
  .operation-benefits article > div { min-height: auto; }
  .process-grid,
  .delivery-grid { grid-template-columns: 1fr; }
  .process-grid article,
  .delivery-grid article { min-height: auto; padding: 23px; }
  .process-grid article + article,
  .delivery-grid article + article,
  .process-grid article:nth-child(3),
  .delivery-grid article:nth-child(3),
  .process-grid article:nth-child(4),
  .delivery-grid article:nth-child(4) { border-top: 1px solid var(--yellow); border-left: 0; }
  .delivery-content .wa-button { width: 100%; }
  .delivery-strip-section { padding: 0; }
  .delivery-strip { grid-template-columns: 1fr; }
  .delivery-strip article { min-height: 128px; grid-template-columns: 58px minmax(0, 1fr); }
  .delivery-strip article + article,
  .delivery-strip article:nth-child(3),
  .delivery-strip article:nth-child(4) { border-top: 1px solid #e8bb45; border-left: 0; }
  .delivery-strip h3 { margin-bottom: 12px; font-size: 19px; }
  .delivery-strip p { font-size: 11px; line-height: 1.3; }
  .final-cta { padding: 48px 18px; }
  .final-decoration-ornament { top: -18px; left: -68px; width: 175px; opacity: .7; }
  .final-decoration-diamond { top: -16px; right: -70px; width: 175px; opacity: .72; }
  .final-cta h2 { font-size: 49px; }
  .wa-button-large { width: 100%; padding: 16px; }
  .footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand,
  .footer-links,
  .footer-contact { align-items: center; }
  .floating-wa { right: 15px; bottom: 15px; width: auto; max-width: calc(100% - 30px); min-height: 58px; padding: 10px 16px; border-width: 3px; font-size: 12px; }
  .floating-wa img { width: 25px; height: 25px; }
  .floating-wa span { display: inline; }
  .category-modal { width: calc(100% - 18px); max-height: 94dvh; border-radius: 15px; }
  .category-modal-shell { max-height: 94dvh; }
  .category-modal-header { padding: 54px 20px 22px; }
  .category-modal-header h2 { font-size: 40px; }
  .category-modal-close { top: 10px; right: 10px; width: 40px; height: 40px; }
  .catalog-popup { width: min(calc(100% - 18px), 67.5dvh); max-width: none; max-height: 90dvh; }
  .catalog-popup-shell { width: 100%; height: auto; padding: 0; display: block; aspect-ratio: 3 / 4; overflow: hidden; border: 0; border-radius: clamp(13px, 4vw, 20px); background: transparent; box-shadow: 0 25px 70px rgba(25, 0, 3, .58); }
  .catalog-popup-shell::before { display: none; }
  .catalog-popup-mobile { position: absolute; z-index: 1; inset: 0; display: block; border-radius: inherit; overflow: hidden; }
  .catalog-popup-mobile img { width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; }
  .catalog-popup-media,
  .catalog-popup-content { display: none; }
  .catalog-popup-close { z-index: 3; top: 2.5%; right: 2.6%; width: clamp(42px, 11%, 66px); height: auto; aspect-ratio: 1; padding: 0; border: 0; color: transparent; background: transparent; box-shadow: none; filter: none; font-size: 0; }
  .catalog-popup-close:hover { color: transparent; transform: scale(1.04); }
  .catalog-popup-close:focus,
  .catalog-popup-close:focus-visible { outline: 0 !important; outline-offset: 0; box-shadow: none; -webkit-tap-highlight-color: transparent; }
}

@media (max-width: 480px) {
  .hero-banner-02-mobile-products img { top: -22%; width: 220%; }
}

@media (max-width: 380px) {
  .hero-woman { left: 50%; height: 53%; }
  .hero-message { right: 12px; left: 12px; padding: 14px; }
  .hero-message h1 { font-size: 34px; }
  .hero-message > strong { font-size: 19px; }
  .hero-message > span { font-size: 10px; }
  .hero-banner-02-mobile-copy { right: 12px; left: 12px; }
  .hero-banner-02-mobile-copy h2 { font-size: 33px; }
  .catalog-popup-shell { grid-template-columns: minmax(0, 37%) minmax(0, 63%); }
  .catalog-popup-woman { left: 34%; height: 98%; }
  .catalog-popup-content { padding-inline: 9px; }
  .catalog-popup h2 { padding: 13px 8px; font-size: 18px; }
}

@media (min-width: 651px) and (max-height: 650px) {
  .catalog-popup-shell { height: calc(100dvh - 34px); }
  .catalog-popup-content { padding-block: 24px 18px; justify-content: flex-start; }
  .catalog-popup-brand { width: 82px; height: 56px; margin-bottom: 4px; }
  .catalog-popup-kicker { margin-bottom: 9px; padding-block: 5px; }
  .catalog-popup h2 { margin-bottom: 13px; padding-block: 16px; font-size: clamp(23px, 4.4vh, 31px); }
  .catalog-popup-cta { min-height: 52px; padding-block: 10px; }
  .catalog-popup small { margin-top: 10px; }
}

@media (max-width: 820px) {
  @supports not (aspect-ratio: 16 / 9) {
    .hero-carousel { height: 56.25vw; }
  }
}

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