:root {
  --ink: #121212;
  --ink-soft: #312d28;
  --cream: #f4e8d8;
  --cream-light: #fbf7f1;
  --paper: #fffdf9;
  --sand: #ddc5a8;
  --gold: #c69b4b;
  --terracotta: #b96542;
  --line: rgba(18, 18, 18, .14);
  --muted: #6d655b;
  --shadow: 0 24px 70px rgba(31, 24, 17, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-light); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 12px 18px; background: #fff; border-radius: 10px; box-shadow: var(--shadow); transition: top .2s; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 38px; padding: 8px 22px; display: flex; align-items: center; justify-content: center; gap: 22px; color: var(--cream); background: var(--ink); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.announcement a { border-bottom: 1px solid currentColor; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251, 247, 241, .86); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .3s ease; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 12px 40px rgba(18,18,18,.06); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 700; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--ink); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; transition: .25s; }
.nav-cta:hover { color: var(--cream); background: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; background: var(--ink); }

.hero { min-height: 760px; display: grid; align-items: center; background: radial-gradient(circle at 75% 15%, rgba(198,155,75,.18), transparent 27%), linear-gradient(135deg, var(--cream-light), var(--cream)); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; max-width: 700px; font-size: clamp(53px, 6.5vw, 88px); font-weight: 500; }
h1 em { color: var(--terracotta); font-weight: 500; }
h2 { margin-bottom: 24px; font-size: clamp(40px, 4.4vw, 62px); font-weight: 500; }
.hero-text { max-width: 620px; color: var(--ink-soft); font-size: 19px; }
.hero-actions { margin: 36px 0 30px; display: flex; gap: 13px; flex-wrap: wrap; }
.btn { min-height: 52px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(18,18,18,.12); }
.btn-dark { color: var(--cream-light); background: var(--ink); }
.btn-outline { border-color: var(--ink); background: transparent; }
.btn-light { color: var(--ink); background: var(--cream-light); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-trust b { margin-right: 4px; color: var(--terracotta); }
.hero-stage { position: relative; min-height: 570px; }
.hero-disc { position: absolute; width: 430px; height: 430px; right: 4%; top: 8%; border-radius: 50%; background: radial-gradient(circle at 50% 50%, #111 0 8%, #262626 9% 18%, #111 19% 100%); box-shadow: 35px 50px 90px rgba(18,18,18,.28); animation: spin 26s linear infinite; }
.grooves { position: absolute; inset: 18px; border: 1px solid #373737; border-radius: 50%; box-shadow: inset 0 0 0 20px #151515, inset 0 0 0 21px #373737, inset 0 0 0 43px #151515, inset 0 0 0 44px #373737, inset 0 0 0 68px #151515, inset 0 0 0 69px #373737, inset 0 0 0 96px #151515, inset 0 0 0 97px #373737; }
.disc-label { position: absolute; inset: 145px; display: grid; place-items: center; border-radius: 50%; color: #111; background: var(--cream); transform: rotate(4deg); }
.disc-label span { position: absolute; font-family: Georgia, serif; font-size: 80px; line-height: 1; font-weight: 700; }
.disc-label small { margin-top: 96px; font-size: 8px; font-weight: 900; text-align: center; letter-spacing: .18em; }
.hero-card { position: absolute; padding: 23px; border: 1px solid rgba(255,255,255,.4); border-radius: 22px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card strong { display: block; font-family: Georgia, serif; font-size: 27px; line-height: 1.12; }
.hero-card small, .mini-label { display: block; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.card-a { left: 0; bottom: 7%; width: 230px; color: var(--cream-light); background: rgba(18,18,18,.94); transform: rotate(-5deg); }
.card-a .mini-label { margin-bottom: 28px; color: var(--sand); }
.card-a small { margin-top: 22px; color: #bdb5aa; }
.card-b { right: -1%; bottom: 1%; width: 235px; background: rgba(255,253,249,.86); transform: rotate(4deg); }
.card-b span { display: inline-grid; width: 45px; height: 45px; margin-bottom: 22px; place-items: center; color: var(--cream); background: var(--terracotta); border-radius: 50%; font-size: 24px; }
.floating-note { position: absolute; font-family: Georgia, serif; color: var(--terracotta); opacity: .75; animation: float 4s ease-in-out infinite; }
.note-one { left: 10%; top: 8%; font-size: 56px; }
.note-two { right: 1%; top: 2%; font-size: 38px; animation-delay: -1.8s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-16px) rotate(8deg); } }

.marquee { padding: 18px 0; color: var(--cream); background: var(--ink); overflow: hidden; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 24px; animation: marquee 28s linear infinite; font-size: 13px; font-weight: 850; letter-spacing: .14em; }
.marquee-track i { color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.story-visual { position: relative; }
.story-frame { max-width: 490px; padding: 48px; background: var(--cream); border-radius: 48% 48% 18px 18px; box-shadow: var(--shadow); }
.story-frame img { width: 100%; border-radius: 50%; mix-blend-mode: multiply; }
.story-tag { position: absolute; right: -24px; bottom: 28px; padding: 17px 22px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); box-shadow: var(--shadow); font-size: 13px; font-weight: 800; transform: rotate(-4deg); }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.story-points { margin-top: 34px; display: grid; gap: 4px; }
.story-points article { padding: 22px 0; display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.story-points span { font-family: Georgia, serif; font-size: 18px; color: var(--terracotta); }
.story-points h3 { margin: 0 0 4px; font-size: 18px; }
.story-points p { margin: 0; color: var(--muted); }

.catalog-section { background: var(--cream); }
.section-heading { margin-bottom: 42px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-heading > div { max-width: 700px; }
.section-heading > p { max-width: 470px; color: var(--muted); }
.section-heading.centered { max-width: 800px; margin-inline: auto; margin-bottom: 54px; display: block; text-align: center; }
.catalog-toolbar { margin-bottom: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.search-box { min-width: 300px; padding: 0 16px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); }
.search-box input { width: 100%; height: 48px; border: 0; outline: 0; background: transparent; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.filter-btn { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 750; transition: .2s; }
.filter-btn:hover, .filter-btn.active { color: var(--cream); border-color: var(--ink); background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; border: 1px solid rgba(18,18,18,.1); border-radius: 26px; background: var(--paper); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 1.15; overflow: hidden; background: #ead9c2; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; color: var(--cream-light); background: rgba(18,18,18,.9); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-content { padding: 22px; }
.product-category { color: var(--terracotta); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.product-content h3 { margin: 7px 0 10px; font-family: Georgia, serif; font-size: 23px; line-height: 1.18; }
.product-content p { min-height: 48px; color: var(--muted); font-size: 14px; }
.product-meta { padding-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.product-price small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.product-price strong { font-size: 17px; }
.add-button { width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--cream); background: var(--ink); cursor: pointer; font-size: 22px; transition: .2s; }
.add-button:hover { transform: scale(1.08); background: var(--terracotta); }
.empty-state { padding: 50px 20px; text-align: center; color: var(--muted); }
.catalog-cta { margin-top: 32px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 24px; color: var(--cream-light); background: var(--ink); }
.catalog-cta span { display: block; color: var(--sand); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalog-cta strong { font-family: Georgia, serif; font-size: 23px; }

.advantages { background: var(--paper); }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.advantage-card { min-height: 310px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream-light); position: relative; }
.advantage-card > span { position: absolute; top: 18px; right: 20px; color: var(--muted); font-size: 11px; }
.adv-icon { width: 56px; height: 56px; margin: 40px 0 50px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 25px; }
.advantage-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 22px; }
.advantage-card p { color: var(--muted); font-size: 14px; }

.guide { padding-top: 20px; background: var(--paper); }
.guide-card { padding: 56px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; border-radius: var(--radius-lg); background: var(--cream); }
.guide-copy p:not(.eyebrow) { color: var(--muted); }
.gauge-list { display: grid; gap: 12px; }
.gauge-list article { padding: 18px 20px; display: grid; grid-template-columns: 115px 100px 1fr; gap: 14px; align-items: center; border: 1px solid rgba(18,18,18,.12); border-radius: 16px; background: rgba(255,255,255,.45); }
.gauge-list b { font-family: Georgia, serif; font-size: 21px; }
.gauge-list span { padding: 5px 9px; border-radius: 999px; background: var(--paper); font-size: 11px; font-weight: 800; text-align: center; }
.gauge-list p { margin: 0; color: var(--muted); font-size: 13px; }

.social-section { background: var(--paper); }
.social-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.social-copy { position: sticky; top: 140px; }
.social-copy p:not(.eyebrow) { color: var(--muted); }
.social-cards { display: grid; gap: 14px; }
.social-card { width: 100%; padding: 24px; display: grid; grid-template-columns: 56px 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 22px; background: var(--cream-light); text-align: left; cursor: pointer; transition: .25s; }
.social-card:hover { transform: translateX(7px); box-shadow: var(--shadow); }
.social-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: #fff; font-size: 23px; font-weight: 900; }
.social-card small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.social-card strong { display: block; font-family: Georgia, serif; font-size: 25px; }
.social-card p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.social-card > b { font-size: 23px; }
.shopee .social-icon { background: #ee4d2d; }
.instagram .social-icon { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.whatsapp .social-icon { background: #1f9f57; }

.newsletter-section { padding: 34px 0 80px; background: var(--paper); }
.newsletter { padding: 38px 42px; display: flex; justify-content: space-between; align-items: center; gap: 35px; border-radius: 28px; color: var(--cream); background: var(--ink); }
.newsletter small { color: var(--sand); font-weight: 850; letter-spacing: .15em; }
.newsletter h2 { margin: 7px 0 0; font-size: clamp(31px, 3vw, 44px); }
.newsletter-form { min-width: 430px; display: flex; padding: 5px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
.newsletter-form input { flex: 1; min-width: 0; padding: 0 18px; color: #fff; border: 0; outline: 0; background: transparent; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.6); }
.newsletter-form button { padding: 12px 18px; border: 0; border-radius: 999px; background: var(--cream); cursor: pointer; font-weight: 800; }

.site-footer { padding: 70px 0 24px; color: var(--cream); background: #0c0c0c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.1fr; gap: 50px; }
.footer-brand img { width: 72px; height: 72px; margin-bottom: 20px; border-radius: 50%; }
.footer-brand p, .footer-grid p { color: #aaa29a; }
.footer-grid h3 { margin-bottom: 18px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-link { width: fit-content; margin: 8px 0; display: block; color: #bcb4ab; border: 0; padding: 0; background: transparent; cursor: pointer; }
.footer-grid a:hover, .footer-link:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid #2a2a2a; color: #837c75; font-size: 12px; }

.quote-button { position: fixed; right: 22px; bottom: 22px; z-index: 950; height: 56px; padding: 0 12px 0 20px; display: flex; align-items: center; gap: 11px; border: 0; border-radius: 999px; color: var(--cream); background: var(--ink); box-shadow: 0 14px 35px rgba(0,0,0,.25); cursor: pointer; font-weight: 800; }
.quote-button b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--cream); }
.quote-drawer { position: fixed; inset: 0; z-index: 2000; visibility: hidden; }
.quote-drawer.open { visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.46); opacity: 0; transition: .25s; }
.quote-drawer.open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(460px, 100%); height: 100%; padding: 28px; display: flex; flex-direction: column; background: var(--paper); transform: translateX(100%); transition: transform .3s ease; box-shadow: -30px 0 70px rgba(0,0,0,.18); }
.quote-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { padding-bottom: 20px; display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); }
.drawer-head small { font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.drawer-head h2 { margin: 5px 0 0; font-size: 32px; }
.icon-btn { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 25px; }
.quote-items { padding: 18px 0; display: grid; gap: 10px; overflow: auto; }
.quote-item { padding: 13px; display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 15px; }
.quote-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; }
.quote-item strong { display: block; font-size: 14px; line-height: 1.25; }
.quote-item small { color: var(--muted); }
.remove-item { width: 30px; height: 30px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; }
.drawer-empty { flex: 1; display: grid; place-items: center; align-content: center; color: var(--muted); text-align: center; }
.drawer-empty span { font-family: Georgia, serif; font-size: 65px; color: var(--terracotta); }
.drawer-empty p { max-width: 240px; }
.drawer-footer { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.text-btn { border: 0; background: transparent; cursor: pointer; color: var(--muted); text-decoration: underline; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 4000; max-width: min(520px, calc(100% - 32px)); padding: 13px 18px; border-radius: 999px; color: var(--cream); background: var(--ink); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: .25s; text-align: center; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid, .story-grid, .social-grid { gap: 45px; }
  .hero-disc { width: 360px; height: 360px; }
  .disc-label { inset: 122px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .announcement { justify-content: space-between; font-size: 9px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 125px 20px auto; padding: 24px; display: none; align-items: stretch; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 10px 4px; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid, .story-grid, .social-grid { grid-template-columns: 1fr; }
  .hero-stage { min-height: 520px; }
  .hero-disc { right: 50%; transform: translateX(50%); animation: none; }
  .card-a { left: 4%; }
  .card-b { right: 4%; }
  .section-heading, .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .filters { justify-content: start; }
  .search-box { min-width: 0; width: 100%; }
  .story-visual { max-width: 550px; margin-inline: auto; }
  .story-tag { right: -5px; }
  .social-copy { position: static; }
  .newsletter { align-items: stretch; flex-direction: column; }
  .newsletter-form { min-width: 0; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-wrap { height: 72px; }
  .brand span { font-size: 19px; }
  .brand img { width: 44px; height: 44px; }
  h1 { font-size: 49px; }
  h2 { font-size: 39px; }
  .hero-actions .btn { width: 100%; }
  .hero-stage { min-height: 440px; }
  .hero-disc { width: 300px; height: 300px; }
  .disc-label { inset: 100px; }
  .card-a, .card-b { width: 190px; padding: 18px; }
  .card-a { bottom: 0; }
  .card-b { bottom: -30px; }
  .hero-card strong { font-size: 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .catalog-cta { align-items: stretch; flex-direction: column; }
  .advantage-grid { grid-template-columns: 1fr; }
  .guide-card { padding: 35px 22px; }
  .gauge-list article { grid-template-columns: 1fr auto; }
  .gauge-list p { grid-column: 1 / -1; }
  .newsletter { padding: 30px 22px; }
  .newsletter-form { flex-direction: column; border: 0; gap: 10px; }
  .newsletter-form input { min-height: 50px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }
  .newsletter-form button { min-height: 50px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .quote-button { right: 14px; bottom: 14px; }
  .drawer-panel { padding: 20px; }
}

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

/* Carrinho, checkout e catálogo de compra direta */
.product-image { background: linear-gradient(145deg, #fffdf9, #ead9c2); }
.product-image img { object-fit: contain; padding: 20px; background: #fff; }
.photo-note { position: absolute; right: 12px; bottom: 10px; padding: 4px 8px; border-radius: 999px; color: #5c554d; background: rgba(255,255,255,.88); font-size: 9px; font-weight: 750; letter-spacing: .04em; }
.variant-field { margin: 15px 0; display: grid; gap: 6px; }
.variant-field span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.variant-field select, .field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
.variant-field select { min-height: 42px; padding: 0 11px; }
.variant-field select:focus, .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(185,101,66,.11); }
.consult-button { min-height: 42px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.consult-button:hover { color: var(--cream); background: var(--ink); }

.quote-item { grid-template-columns: 72px 1fr auto; align-items: start; }
.quote-item img { width: 72px; height: 72px; object-fit: contain; padding: 5px; background: #fff; }
.cart-item-info strong { padding-right: 4px; }
.cart-item-info small { display: block; margin-top: 4px; line-height: 1.25; }
.cart-item-info b { display: block; margin: 7px 0; font-size: 13px; }
.quantity-control { width: fit-content; display: grid; grid-template-columns: 28px 32px 28px; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity-control button { height: 28px; border: 0; background: var(--cream); cursor: pointer; font-weight: 900; }
.quantity-control span { text-align: center; font-size: 12px; font-weight: 800; }
.cart-summary { margin-top: auto; padding: 18px 0 2px; display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; border-top: 1px solid var(--line); }
.cart-summary > span { color: var(--muted); font-size: 13px; }
.cart-summary > strong { font-size: 21px; }
.cart-summary small { grid-column: 1 / -1; color: var(--muted); font-size: 11px; }
.cart-summary[hidden] { display: none; }
.drawer-footer { margin-top: 10px; }
.drawer-footer .btn { min-width: 180px; }

.checkout-modal { position: fixed; inset: 0; z-index: 3000; visibility: hidden; }
.checkout-modal.open { visibility: visible; }
.checkout-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.56); opacity: 0; transition: opacity .25s; }
.checkout-modal.open .checkout-backdrop { opacity: 1; }
.checkout-panel { position: absolute; inset: 4vh max(20px, calc((100vw - 1120px)/2)); max-height: 92vh; overflow: auto; padding: 30px; border-radius: 28px; background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.28); opacity: 0; transform: translateY(22px) scale(.985); transition: .28s ease; }
.checkout-modal.open .checkout-panel { opacity: 1; transform: none; }
.checkout-head { padding-bottom: 20px; display: flex; justify-content: space-between; gap: 20px; align-items: start; border-bottom: 1px solid var(--line); }
.checkout-head small { color: var(--terracotta); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.checkout-head h2 { margin: 5px 0 0; font-size: clamp(32px, 4vw, 48px); }
.checkout-layout { padding-top: 26px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 30px; align-items: start; }
.checkout-form { min-width: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.field { display: grid; gap: 6px; }
.field-wide { grid-column: 1 / -1; }
.field > span { font-size: 12px; font-weight: 800; }
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { padding: 12px 13px; resize: vertical; }
.checkout-consent { margin: 18px 0; display: flex; gap: 10px; align-items: start; color: var(--muted); font-size: 12px; }
.checkout-consent input { margin-top: 3px; }
.checkout-submit { width: 100%; }
.checkout-submit:disabled { opacity: .65; cursor: wait; }
.checkout-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.checkout-summary { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream-light); position: sticky; top: 0; }
.checkout-summary > small { display: block; margin-bottom: 16px; color: var(--terracotta); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.checkout-items { display: grid; gap: 12px; }
.checkout-line { padding-bottom: 12px; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
.checkout-line span { line-height: 1.25; }
.checkout-line small { margin-top: 4px; display: block; color: var(--muted); }
.checkout-line strong { white-space: nowrap; }
.checkout-total-row { padding: 18px 0 2px; display: flex; justify-content: space-between; gap: 12px; align-items: end; }
.checkout-total-row span { color: var(--muted); }
.checkout-total-row strong { font-size: 23px; }
.checkout-summary > p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.checkout-success { min-height: 440px; display: grid; place-items: center; align-content: center; text-align: center; }
.checkout-success[hidden] { display: none; }
.checkout-success > span { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #277a46; font-size: 39px; }
.checkout-success h3 { margin: 20px 0 8px; font-family: Georgia, serif; font-size: 40px; }
.checkout-success p { max-width: 480px; color: var(--muted); }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

@media (max-width: 820px) {
  .checkout-panel { inset: 2vh 14px; max-height: 96vh; padding: 22px; border-radius: 22px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { position: static; order: -1; }
}

@media (max-width: 600px) {
  .product-image img { padding: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .drawer-footer { align-items: stretch; flex-direction: column; }
  .drawer-footer .text-btn { order: 2; }
  .drawer-footer .btn { width: 100%; }
  .checkout-head h2 { font-size: 32px; }
  .checkout-panel { padding: 18px; }
  .quote-button span { display: none; }
  .quote-button { width: 56px; padding: 0; justify-content: center; }
}

/* Contato direto — WhatsApp */
.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 950;
  min-height: 58px;
  padding: 8px 18px 8px 9px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border-radius: 999px;
  color: #fff;
  background: #1f9f57;
  box-shadow: 0 14px 35px rgba(0,0,0,.24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover {
  color: #fff;
  background: #188b4b;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}
.whatsapp-float-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 50%;
  color: #1f9f57;
  background: #fff;
  font-size: 24px;
  font-weight: 900;
}
.whatsapp-float-text {
  display: grid;
  line-height: 1.1;
}
.whatsapp-float-text small {
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  opacity: .82;
}
.whatsapp-float-text strong {
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .whatsapp-float {
    left: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 7px;
    justify-content: center;
  }
  .whatsapp-float-text { display: none; }
}
