:root {
  --ink: #17120e;
  --ink-2: #241a13;
  --brown: #4a3323;
  --brown-2: #6f4b2e;
  --gold: #d3a45b;
  --gold-2: #b98743;
  --cream: #f4eee4;
  --paper: #fbf7ef;
  --line: #e2d7c7;
  --muted: #72685f;
  --green: #1fa655;
  --white: #fff;
  --shadow: 0 18px 60px rgba(32, 22, 15, .14);
  --radius: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; background: white; color: black; padding: 10px 14px; z-index: 9999; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(23, 18, 14, .94);
  color: white;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: max-content; }
.brand-mark { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; gap: 4px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; letter-spacing: .14em; font-size: 20px; font-weight: 600; }
.brand-copy small { font-size: 8px; letter-spacing: .16em; color: #d8cbb9; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.main-nav > a:not(.btn) { text-decoration: none; color: rgba(255,255,255,.86); transition: color .2s ease; }
.main-nav > a:not(.btn):hover { color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: white; padding: 9px; cursor: pointer; }
.menu-toggle span { height: 2px; background: currentColor; display: block; margin: 6px 0; border-radius: 2px; transition: .2s ease; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 11px 18px; border-radius: 10px;
  border: 1px solid transparent; text-decoration: none; font-weight: 750; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(211,164,91,.55); outline-offset: 3px; }
.btn-gold { color: #20150d; background: linear-gradient(180deg,#e0b76f,#c9974f); box-shadow: 0 8px 22px rgba(197,145,67,.22); }
.btn-dark { background: var(--ink); color: white; }
.btn-ghost { color: white; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.34); }
.btn-outline { color: var(--ink); background: transparent; border-color: #b8a893; }
.btn-whatsapp { background: #1fa855; color: white; box-shadow: 0 8px 22px rgba(31,168,85,.2); }
.btn-lg { min-height: 52px; padding: 14px 22px; border-radius: 12px; }
.btn-full { width: 100%; }

.hero {
  position: relative;
  color: white;
  overflow: hidden;
  padding: 78px 0 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(211,164,91,.16), transparent 30%),
    linear-gradient(135deg, #17110d 0%, #251911 52%, #15100c 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, transparent 0 32px, rgba(255,255,255,.04) 33px 34px);
}
.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr);
  gap: 56px;
  align-items: center;
  padding-bottom: 64px;
}
.hero-copy { max-width: 620px; padding: 34px 0; }
.eyebrow { margin: 0 0 12px; font-size: 12px; letter-spacing: .22em; font-weight: 800; color: #e3bd7a; }
.eyebrow.dark { color: var(--brown-2); }
.hero h1, .section h2, .about h2, .care h2, .instagram-section h2, .detail-copy h2, .purchase-dialog h2 {
  font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.025em;
}
.hero h1 { font-size: clamp(48px, 6vw, 78px); line-height: .98; margin: 0 0 24px; max-width: 700px; text-shadow: 0 4px 26px rgba(0,0,0,.25); }
.hero-lead { font-size: clamp(17px,2vw,21px); color: rgba(255,255,255,.82); max-width: 590px; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-local { margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.hero-visual {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.12);
  background: #3a281b;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(15,10,7,.48) 100%);
  pointer-events: none;
}
.hero-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 50% 56%; }
.hero-photo-note {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(20,14,10,.64);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.82);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-badge {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  display: grid;
  gap: 2px;
  padding: 13px 15px;
  border-radius: 14px;
  background: rgba(20,14,10,.76);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.13);
}
.hero-badge strong { font-family: Georgia, serif; font-size: 17px; }
.hero-badge span { color: rgba(255,255,255,.65); font-size: 11px; }
.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.11);
  border-top: 1px solid rgba(255,255,255,.12);
}
.trust-strip > div { display: flex; align-items: center; gap: 12px; padding: 21px 18px; background: rgba(19,13,9,.78); min-height: 88px; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 13px; }
.trust-strip small { color: rgba(255,255,255,.62); font-size: 11px; margin-top: 3px; }
.trust-icon { color: var(--gold); font-size: 24px; width: 26px; text-align: center; }

.section { padding: 92px 0; }
.section-heading { max-width: 680px; margin-bottom: 38px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; margin: 0 0 12px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.products-section { background: #f7f1e8; }
.filters { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 34px; }
.filter { border: 1px solid #d9cdbd; background: #fdfaf4; color: #493c31; padding: 10px 16px; border-radius: 999px; cursor: pointer; font-weight: 700; font-size: 13px; }
.filter.active { background: var(--brown-2); color: white; border-color: var(--brown-2); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { background: white; border: 1px solid #eadfce; border-radius: var(--radius-sm); overflow: hidden; box-shadow: 0 8px 30px rgba(71,49,31,.06); }
.product-image-wrap { position: relative; padding: 0; border: 0; background: #eee; width: 100%; aspect-ratio: 4/3; overflow: hidden; cursor: pointer; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.025); }
.status { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 10px; border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .02em; }
.status-green { background: #e5f7ea; color: #167d3e; }
.product-image-wrap .status { position: absolute; top: 14px; left: 14px; }
.unique-tag { position: absolute; right: 14px; top: 14px; background: rgba(27,20,15,.84); color: white; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.product-card-body { padding: 20px; }
.product-kicker { margin: 0 0 7px; font-size: 11px; letter-spacing: .15em; font-weight: 850; color: #84613d; }
.product-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.12; font-weight: 600; margin: 0 0 16px; }
.price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 7px; }
.price-row strong { font-size: 24px; }
.price-row span { color: var(--muted); font-size: 13px; }
.kit-note { font-size: 13px; color: var(--muted); margin: 0 0 18px; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.empty-state { text-align: center; border: 1px dashed #cbbca8; border-radius: var(--radius); padding: 48px 24px; max-width: 680px; margin: 0 auto; }
.empty-state img { width: 72px; margin: 0 auto 10px; }
.empty-state h3 { font-family: Georgia, serif; font-size: 26px; margin: 0 0 8px; }
.empty-state p { color: var(--muted); margin: 0 auto 20px; max-width: 520px; }

.product-detail { background: white; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 58px; align-items: start; }
.gallery { position: sticky; top: 105px; }
.main-image-button { position: relative; display: block; padding: 0; border: 0; background: #eee; width: 100%; aspect-ratio: 1/1; border-radius: 18px; overflow: hidden; cursor: zoom-in; box-shadow: var(--shadow); }
.main-image-button img { width: 100%; height: 100%; object-fit: cover; }
.zoom-hint { position: absolute; right: 14px; bottom: 14px; background: rgba(20,15,11,.78); color: white; padding: 8px 11px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 12px; }
.thumb { padding: 0; border: 2px solid transparent; border-radius: 12px; overflow: hidden; aspect-ratio: 1/1; background: #eee; cursor: pointer; }
.thumb.active { border-color: var(--gold-2); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding-top: 8px; }
.detail-topline { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.piece-id { font-size: 11px; letter-spacing: .13em; font-weight: 850; color: #766a5e; }
.detail-copy h2 { font-size: clamp(36px,4vw,54px); line-height: 1.03; margin: 0 0 18px; }
.detail-description { color: #655a50; font-size: 17px; margin: 0 0 24px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specs div { padding: 14px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specs dt { font-size: 11px; color: #85796d; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.specs dd { margin: 4px 0 0; font-weight: 700; }
.option-cards { display: grid; gap: 10px; margin-bottom: 14px; }
.purchase-option { position: relative; display: block; border: 1px solid #d8cbbc; border-radius: 14px; padding: 15px 16px 14px 46px; cursor: pointer; background: #fffdfa; transition: .18s ease; }
.purchase-option:hover { border-color: #b89a76; }
.purchase-option.selected { border-color: var(--gold-2); box-shadow: 0 0 0 2px rgba(185,135,67,.14); background: #fffaf0; }
.purchase-option input { position: absolute; left: 17px; top: 22px; accent-color: #9f7139; }
.option-main { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.option-main span { font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.option-main strong { font-size: 23px; }
.purchase-option small { color: #75695d; display: block; margin-top: 4px; line-height: 1.35; }
.microcopy { text-align: center; font-size: 12px; color: #817467; margin: 8px 0 20px; }
.delivery-note { border-left: 4px solid var(--gold); background: #f7f0e6; padding: 16px 18px; border-radius: 0 12px 12px 0; }
.delivery-note strong { font-size: 14px; }
.delivery-note p { margin: 5px 0 0; color: #6e6257; font-size: 13px; }

.about { background: var(--ink-2); color: white; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 610px; }
.about-copy { padding: 90px 58px 90px 0; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { font-size: clamp(38px,5vw,62px); line-height: 1.02; margin: 0 0 22px; }
.about-copy p { color: rgba(255,255,255,.72); font-size: 16px; max-width: 600px; }
.about-copy .btn { align-self: flex-start; margin-top: 16px; }
.about-image-wrap { position: relative; min-height: 610px; margin-right: calc((100vw - min(1180px, calc(100vw - 40px)))/-2); overflow: hidden; }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-image-wrap::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, var(--ink-2), transparent 24%); }
.about-stamp { position: absolute; z-index: 2; bottom: 28px; right: 30px; color: #f0d7a8; border: 1px solid rgba(240,215,168,.55); border-radius: 50%; width: 118px; height: 118px; display: grid; place-content: center; text-align: center; font-size: 11px; letter-spacing: .14em; line-height: 1.5; transform: rotate(-8deg); background: rgba(22,16,11,.5); backdrop-filter: blur(6px); }

.how-it-works { background: #fbf7f0; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: none; }
.steps li { display: flex; gap: 14px; align-items: flex-start; padding: 22px; background: white; border: 1px solid #eadfce; border-radius: 16px; min-height: 136px; }
.steps li > span { flex: 0 0 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #ead1a4; color: #2d2118; font-weight: 900; }
.steps strong { display: block; margin-top: 2px; }
.steps p { color: var(--muted); font-size: 13px; margin: 7px 0 0; }

.care { background: #2c2017; color: white; padding: 82px 0; }
.care-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 12px; }
.care-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; padding: 26px; min-height: 290px; }
.care-card.emphasis { background: linear-gradient(145deg,#5c3d25,#2e2117); }
.care-card h2 { font-size: 36px; line-height: 1.05; margin: 0 0 16px; }
.care-card h3 { font-family: Georgia, serif; font-size: 24px; margin: 18px 0 10px; }
.care-card p { color: rgba(255,255,255,.7); font-size: 14px; }
.care-number { color: var(--gold); font-size: 12px; letter-spacing: .15em; font-weight: 900; }

.instagram-section { background: #efe4d4; }
.instagram-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; }
.instagram-card h2 { font-size: clamp(36px,4vw,52px); line-height: 1.04; margin: 0 0 12px; }
.instagram-card p { color: var(--muted); font-size: 16px; margin: 0 0 24px; }
.instagram-mosaic { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 8px; height: 420px; }
.instagram-mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.instagram-mosaic img:first-child { grid-row: 1 / 3; }

.footer { background: #17110d; color: white; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr; gap: 50px; }
.footer-brand p { color: rgba(255,255,255,.55); max-width: 350px; font-size: 14px; margin-top: 18px; }
.footer h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: #d9b677; margin: 8px 0 15px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255,255,255,.08); margin-top: 38px; padding-top: 20px; color: rgba(255,255,255,.38); font-size: 12px; }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%; background: #1fa855; color: white; display: grid; place-items: center; z-index: 999; box-shadow: 0 10px 28px rgba(0,0,0,.25); border: 3px solid rgba(255,255,255,.9); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }

.purchase-dialog, .lightbox { border: 0; border-radius: 20px; padding: 0; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.purchase-dialog::backdrop, .lightbox::backdrop { background: rgba(18,12,8,.76); backdrop-filter: blur(3px); }
.purchase-dialog { width: min(560px, calc(100% - 28px)); }
.dialog-shell { position: relative; padding: 30px; background: #fffaf2; }
.dialog-close, .lightbox-close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; border: 0; background: rgba(22,16,11,.09); color: #2b2018; font-size: 24px; cursor: pointer; z-index: 2; }
.purchase-dialog h2 { font-size: 34px; margin: 0 0 9px; }
.purchase-dialog p { color: var(--muted); margin: 0 0 20px; }
.purchase-dialog .purchase-option { margin-bottom: 10px; }
.dialog-footnote { display:block; text-align:center; color:#827568; margin-top:9px; }
.lightbox { max-width: min(94vw, 1200px); max-height: 92vh; background: #111; }
.lightbox img { max-width: 94vw; max-height: 92vh; object-fit: contain; }
.lightbox-close { position: fixed; color: white; background: rgba(255,255,255,.16); }

@media (max-width: 1020px) {
  .main-nav { gap: 16px; }
  .main-nav > a { font-size: 13px; }
  .trust-strip { grid-template-columns: repeat(3,1fr); }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .care-grid { grid-template-columns: 1.2fr 1fr; }
  .care-card { min-height: 240px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .nav-wrap { min-height: 70px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 18px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 70px; display: grid; gap: 0; padding: 8px 14px 18px; background: #1c1510; border-top: 1px solid rgba(255,255,255,.08); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .2s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .main-nav > a:not(.btn) { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav-cta { margin-top: 12px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .hero { padding-top: 38px; }
  .hero-layout { grid-template-columns: 1fr; gap: 24px; padding-bottom: 34px; }
  .hero-copy { padding: 22px 0 4px; max-width: 680px; }
  .hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { min-height: 520px; border-radius: 22px; }
  .hero-visual img { min-height: 520px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div { min-height: 82px; padding: 17px 12px; }
  .trust-strip > div:last-child { grid-column: 1 / 3; }

  .section { padding: 68px 0; }
  .catalog-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .detail-grid { grid-template-columns: 1fr; gap: 34px; }
  .gallery { position: static; }
  .main-image-button { aspect-ratio: 4/4.4; }
  .detail-copy h2 { font-size: 40px; }
  .specs { grid-template-columns: 1fr 1fr; }

  .about-grid { grid-template-columns: 1fr; }
  .about-copy { padding: 68px 0 36px; }
  .about-image-wrap { margin: 0 calc((100vw - min(720px, calc(100vw - 28px)))/-2); min-height: 440px; }
  .about-image-wrap::after { background: linear-gradient(180deg, var(--ink-2), transparent 20%); }

  .steps { grid-template-columns: 1fr 1fr; }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 0; }
  .instagram-card { grid-template-columns: 1fr; }
  .instagram-mosaic { height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); }
  .hero { padding-top: 22px; }
  .hero-layout { width: calc(100% - 24px); }
  .hero-copy { padding: 14px 2px 0; }
  .hero h1 { font-size: 46px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 430px; border-radius: 18px; }
  .hero-visual img { min-height: 430px; object-position: 50% 52%; }
  .hero-badge { left: 12px; bottom: 12px; }
  .hero-photo-note { top: 10px; right: 10px; }
  .trust-strip { margin-inline: 0; }
  .trust-strip > div { gap: 8px; }
  .trust-strip strong { font-size: 12px; }
  .trust-strip small { font-size: 10px; }
  .filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display:none; }
  .filter { flex: 0 0 auto; }
  .product-card h3 { font-size: 23px; }
  .card-actions { grid-template-columns: 1fr; }
  .detail-copy h2 { font-size: 36px; }
  .specs { grid-template-columns: 1fr; border-left: 0; }
  .specs div { border-left: 1px solid var(--line); }
  .option-main { align-items: center; }
  .option-main strong { font-size: 20px; }
  .steps { grid-template-columns: 1fr; }
  .instagram-mosaic { height: 310px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 54px; height: 54px; right: 14px; bottom: 14px; }
  .dialog-shell { padding: 26px 18px 20px; }
  .purchase-dialog h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Catálogo conectado ao Supabase */
.catalog-loading {
  grid-column: 1 / -1;
  min-height: 180px;
  display: grid;
  place-items: center;
  color: #74675b;
  border: 1px dashed #d9cdbd;
  border-radius: 16px;
  background: rgba(255,255,255,.48);
  font-weight: 700;
}
.status-amber { background: #fff2cf; color: #8a5b00; }
.status-gray { background: #ece8e3; color: #665c54; }
.status-blue { background: #e5eef9; color: #315e8a; }
#product-thumbs { grid-template-columns: repeat(auto-fit, minmax(72px, 1fr)); }
[hidden] { display: none !important; }
