:root {
  --bg: #ffffff;
  --bg-soft: #f3f5f8;
  --bg-dark: #0a0d12;
  --ink: #0e1116;
  --ink-soft: #3a4250;
  --muted: #7a8597;
  --line: #e2e6ec;
  --brand: #6fa0cf;
  --brand-dark: #3d6d9e;
  --accent: #a8c4dc;
  --wa: #25d366;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(10, 13, 18, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Ícones */
.ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
}
.ico-sm { width: 16px; height: 16px; }
.ico-wa-h { width: 18px; height: 18px; color: var(--wa); margin-right: 6px; }

h1, h2, h3, h4 {
  font-family: 'Cinzel', 'Trajan Pro', Georgia, serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0 0 .5rem;
  text-transform: uppercase;
}
h1 { font-size: clamp(2rem, 3.8vw, 3.1rem); letter-spacing: 0.03em; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); margin-bottom: 1rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1rem; }
p { margin: 0 0 1rem; color: var(--ink-soft); }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 13, 18, 0.95);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #fff;
}
.site-header .menu a { color: rgba(255,255,255,0.75); }
.site-header .menu a:hover { color: var(--accent); }
.site-header .brand-text strong { color: #fff; }
.site-header .brand-text small { color: var(--accent); }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}
.brand-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 280px;
}
.footer-logo {
  display: block;
  height: auto;
  width: 100%;
  max-width: 280px;
  margin-bottom: 12px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 64px; height: 38px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.brand-mark svg { width: 100%; height: 100%; display: block; }
.brand-text strong {
  display: block;
  font-family: 'Cormorant Garamond', 'Trajan Pro', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.brand-text small {
  color: var(--muted);
  font-family: 'Cormorant Garamond', serif;
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 400;
}
.menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.menu a {
  font-weight: 500;
  font-size: .95rem;
  color: var(--ink-soft);
  display: inline-flex;
  align-items: center;
}
.menu a:hover { color: var(--brand); }
.menu-ig {
  color: var(--accent);
  padding: 6px;
  border-radius: 6px;
  transition: background .15s ease;
}
.menu-ig:hover { background: rgba(168,196,220,0.1); }

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.menu-toggle:hover { background: rgba(255,255,255,0.05); }

/* HERO */
.hero {
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(111,160,207,0.18), transparent 60%),
    radial-gradient(700px 400px at 10% 110%, rgba(61,109,158,0.15), transparent 60%),
    linear-gradient(180deg, #0a0d12 0%, #131922 100%);
  color: #ecf0f6;
  padding: 90px 0 70px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero h1 { color: #fff; }
.hero .lede { color: #bcc4d3; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-logo {
  margin-bottom: 32px;
  max-width: 100%;
}
.hero-logo img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin: 0 0 8px;
}
.hero-logo-name {
  font-family: 'Cormorant Garamond', 'Trajan Pro', Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(168,196,220,0.5);
  text-transform: uppercase;
  line-height: 1;
}
.hero-logo-tag {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem;
  letter-spacing: 0.26em;
  color: var(--accent);
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 400;
}

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(168,196,220,0.3);
}
.accent { color: var(--accent); font-style: normal; }
.lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 56ch; }
.hero-cta { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  border: 1px solid transparent;
  min-height: 48px;
  cursor: pointer;
}
.btn-wa { background: var(--wa); color: #062b14; }
.btn-wa:hover { background: #1ebe5d; color: #062b14; }
.btn-ig { /* keeps ghost style */ }
.btn-primary {
  background: var(--accent);
  color: #0a0d12;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .85rem;
}
.btn-primary:hover { background: #fff; transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.25);
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .85rem;
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.trust {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.trust li { color: #8a96aa; font-size: .92rem; }
.trust strong { color: #fff; font-size: 1.05rem; display: block; font-family: 'Cinzel', serif; letter-spacing: .08em; }

.hero-card {
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius);
  border: 1px solid rgba(168,196,220,0.20);
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(8px);
}
.hero-card-inner { padding: 28px; }
.hero-card h3 { font-family: 'Cinzel', serif; font-size: .95rem; letter-spacing: .1em; margin: 0 0 4px; color: #fff; }
.hero-card p { color: #8a96aa; font-size: .9rem; margin-bottom: 18px; }
.wa-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: .92rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all .15s ease;
  min-height: 52px;
}
.wa-btn span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.wa-btn span small {
  font-size: .78rem;
  color: #8a96aa;
  font-weight: 400;
  margin-top: 2px;
}
.wa-btn .ico { color: var(--wa); width: 22px; height: 22px; }
.wa-btn:hover { border-color: var(--wa); background: rgba(37,211,102,0.08); }
.wa-btn::after {
  content: "WhatsApp →";
  font-size: .8rem;
  color: var(--wa);
  font-weight: 600;
  letter-spacing: .04em;
}

/* SECTIONS */
.section { padding: 90px 0; }
.section-light { background: var(--bg-soft); }
.section-dark { background: var(--bg-dark); color: #efeae0; }
.section-dark p, .section-dark .section-sub { color: #bbb3a6; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }

.section-tag {
  display: inline-block;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--brand-dark);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.section-tag.light { color: var(--accent); border-bottom-color: rgba(168,196,220,0.25); }
.section-sub { color: var(--ink-soft); max-width: 60ch; margin-bottom: 40px; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}

/* PRODUCTS */
.grid-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.card-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #e8eff7, #c9d8e8);
  color: var(--brand-dark);
  margin-bottom: 16px;
}
.card-icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 6px; font-size: 1.15rem; }
.card p { font-size: .92rem; margin: 0; color: var(--muted); }

.note {
  text-align: center;
  margin-top: 36px;
  color: var(--muted);
  font-style: italic;
}

/* GALLERY */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 8px;
}
.gal {
  margin: 0;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease;
}
.gal:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.gal-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}
.gal-img svg { width: 100%; height: 100%; display: block; }
.gal figcaption {
  padding: 16px 18px;
  font-family: 'Cinzel', serif;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gal figcaption small {
  font-family: 'Inter', sans-serif;
  font-size: .75rem;
  letter-spacing: .04em;
  text-transform: none;
  color: var(--muted);
  font-weight: 400;
}

.quality-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.quality-strip > div {
  text-align: center;
  border-right: 1px solid var(--line);
  padding: 4px 8px;
}
.quality-strip > div:last-child { border-right: none; }
.quality-strip strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand-dark);
  margin-bottom: 4px;
}
.quality-strip span {
  font-size: .8rem;
  color: var(--muted);
}

/* STORES */
.grid-stores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 8px;
}
.store {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .15s ease, transform .15s ease;
}
.store:hover { border-color: var(--accent); transform: translateY(-2px); }
.store-map {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #1a1f28;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.store-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(20%) contrast(1.05);
}
.store-body { padding: 24px 26px 26px; }
.store header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.store h3 { margin: 0; }
.badge {
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(199,155,60,0.18);
  color: var(--accent);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.addr {
  color: #cfc7b8;
  font-size: .95rem;
  line-height: 1.55;
  margin-bottom: 18px;
}
.wa-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wa);
  color: #062b14;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  margin-bottom: 12px;
  min-height: 42px;
}
.wa-link:hover { filter: brightness(1.08); }
.wa-link .ico { width: 18px; height: 18px; color: #062b14; }
.map-link {
  display: block;
  font-size: .88rem;
  color: var(--accent);
  font-weight: 500;
}
.map-link:hover { color: #fff; }

.hours {
  margin-top: 40px;
  padding: 20px 24px;
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: 12px;
  text-align: center;
}
.hours h4 { margin: 0 0 4px; font-family: 'Inter', sans-serif; font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.hours p { margin: 0; color: #efeae0; }

/* CTA */
.cta-banner {
  background: linear-gradient(135deg, #0a0d12, #1b2735);
  color: #fff;
  border-radius: var(--radius);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(168,196,220,0.15);
}
.cta-banner h2 { color: #fff; margin-bottom: 6px; }
.cta-banner p { color: #bcc4d3; margin: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.cta-banner .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.25); }
.cta-banner .btn-ghost:hover { border-color: #fff; }

/* FOOTER */
.site-footer {
  background: #07090d;
  color: #9ba6b8;
  padding: 60px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-grid h5 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 6px; font-size: .92rem; }
.footer-grid a:hover { color: var(--accent); }
.footer-list { line-height: 1.8; }
.footer-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-list .ico { color: var(--accent); }
.brand-footer .brand-text strong { color: #fff; }
.brand-footer .brand-text small { color: var(--accent); }
.muted { color: #6b7587; font-size: .9rem; margin-top: 14px; }
.copyright { padding-top: 20px; color: #4f5666; }

/* FAIXA DE PROMOÇÃO */
.promo-strip {
  background: linear-gradient(135deg, #0a0d12 0%, #1b2735 50%, #3d6d9e 100%);
  color: #fff;
  padding: 36px 0;
  border-top: 1px solid rgba(168,196,220,0.2);
  border-bottom: 1px solid rgba(168,196,220,0.2);
  position: relative;
  overflow: hidden;
}
.promo-strip::before {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(168,196,220,0.18), transparent 60%);
  pointer-events: none;
}
.promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
}
.promo-text { flex: 1; }
.promo-badge {
  display: inline-block;
  background: rgba(168,196,220,0.18);
  color: var(--accent);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.promo-strip h3 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: .04em;
}
.promo-strip p {
  color: #cfd6e2;
  margin: 0;
  font-size: .95rem;
  max-width: 60ch;
}

/* CATÁLOGO EM DESTAQUE */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.catalog-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  transition: border-color .15s ease, transform .15s ease, background .15s ease;
}
.catalog-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  background: rgba(255,255,255,0.06);
}
.catalog-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.catalog-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  flex: 1;
}
.badge-promo, .badge-new {
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.badge-promo {
  background: rgba(37,211,102,0.15);
  color: var(--wa);
  border: 1px solid rgba(37,211,102,0.4);
}
.badge-new {
  background: rgba(168,196,220,0.15);
  color: var(--accent);
  border: 1px solid rgba(168,196,220,0.3);
}
.catalog-desc {
  color: #bcc4d3;
  font-size: .92rem;
  margin: 0 0 16px;
  line-height: 1.55;
}
.catalog-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.catalog-specs li {
  background: rgba(168,196,220,0.10);
  color: var(--accent);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  border: 1px solid rgba(168,196,220,0.18);
}
.catalog-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog-list li {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  background: rgba(0,0,0,0.25);
  border-left: 2px solid var(--accent);
  border-radius: 0 8px 8px 0;
}
.catalog-list strong {
  font-size: .88rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}
.catalog-list span {
  font-size: .78rem;
  color: #8a96aa;
}
.catalog-tag {
  margin: auto 0 0;
  padding-top: 12px;
  font-size: .82rem;
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
  border-top: 1px dashed rgba(168,196,220,0.2);
}
.catalog-cta {
  background: linear-gradient(135deg, rgba(168,196,220,0.10), rgba(37,211,102,0.06));
  border-color: rgba(168,196,220,0.3);
  justify-content: space-between;
}
.catalog-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.catalog-actions .wa-link {
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
}

/* GALERIA DE FOLHETOS */
.flyer-block {
  margin-top: 56px;
}
.flyer-title {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 4px;
  text-align: center;
}
.flyer-sub {
  text-align: center;
  color: #8a96aa;
  font-size: .85rem;
  margin: 0 0 24px;
}
.flyer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.flyer {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  background: rgba(255,255,255,0.03);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  display: block;
  width: 100%;
  font: inherit;
  color: inherit;
}
.flyer:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.flyer img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}
.flyer:hover img { transform: scale(1.04); }
.flyer-cap {
  display: block;
  padding: 10px 12px;
  font-size: .78rem;
  color: var(--accent);
  font-weight: 600;
  text-align: center;
  letter-spacing: .04em;
  background: rgba(0,0,0,0.35);
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(5,7,12,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 40px;
  backdrop-filter: blur(8px);
}
.lightbox.open { display: flex; animation: fadeIn .2s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.lightbox-figure {
  margin: 0;
  max-width: 92vw;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.lightbox-figure img {
  max-width: 100%;
  max-height: 82vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
.lightbox-figure figcaption {
  color: var(--accent);
  font-size: .9rem;
  letter-spacing: .04em;
  text-align: center;
  max-width: 60ch;
}
.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, border-color .15s ease;
}
.lightbox-close:hover,
.lightbox-nav:hover { background: rgba(255,255,255,0.18); border-color: var(--accent); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); font-size: 32px; }
.lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); font-size: 32px; }

/* PILARES */
.pillars-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 56px;
  padding: 28px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(168,196,220,0.15);
  border-radius: var(--radius);
}
.pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 8px;
}
.pillar-ico {
  width: 32px;
  height: 32px;
  color: var(--accent);
}
.pillar strong {
  font-family: 'Cinzel', serif;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}

/* PROMOÇÕES DA SEMANA */
.menu-promo {
  color: var(--wa) !important;
  font-weight: 600 !important;
  position: relative;
}
.menu-promo::after {
  content: "•";
  margin-left: 4px;
  animation: blink 1.4s ease-in-out infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.promo-section { background: linear-gradient(180deg, #f3f5f8 0%, #e9eef3 100%); }
.promo-header { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.promo-header .section-tag { margin-left: auto; margin-right: auto; }
.promo-header .section-sub { margin-left: auto; margin-right: auto; }

.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.promo-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(10,13,18,0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(10,13,18,0.15);
}
.promo-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(135deg, #e63946, #c1121f);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(230,57,70,0.4);
  z-index: 2;
}
.promo-card-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #f7f8fa;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.promo-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}
.promo-card:hover .promo-card-img img { transform: scale(1.03); }
.promo-card-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.promo-card-cat {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--brand-dark);
  font-weight: 700;
  margin-bottom: 8px;
}
.promo-card h3 {
  font-family: 'Cinzel', serif;
  font-size: 1.15rem;
  letter-spacing: .04em;
  color: var(--ink);
  margin: 0 0 4px;
  text-transform: uppercase;
}
.promo-card-sub {
  color: var(--muted);
  font-size: .85rem;
  margin: 0 0 16px;
}
.promo-card-prices {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.promo-card-price {
  flex: 1;
  min-width: 110px;
  padding: 12px 14px;
  background: #f7f8fa;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.promo-card-price small {
  display: block;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.promo-card-price strong {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  font-family: 'Inter', sans-serif;
}
.promo-card-price-best {
  background: linear-gradient(135deg, rgba(37,211,102,0.10), rgba(37,211,102,0.04));
  border-color: var(--wa);
}
.promo-card-price-best strong { color: #1ebe5d; }
.promo-card-feat {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.promo-card-feat li {
  font-size: .87rem;
  color: var(--ink-soft);
  padding-left: 22px;
  position: relative;
}
.promo-card-feat li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wa);
  font-weight: 700;
}
.promo-card-ship {
  background: #1b2735;
  color: #cfd6e2;
  font-size: .8rem;
  padding: 10px 12px;
  border-radius: 8px;
  margin: 0 0 14px;
  text-align: center;
}
.promo-card-cta {
  margin-top: auto;
  width: 100%;
}

.promo-disclaimer {
  text-align: center;
  margin-top: 32px;
  font-size: .8rem;
  color: var(--muted);
  font-style: italic;
}
.promo-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--muted);
  font-style: italic;
  padding: 40px 0;
}

/* POP-UP DE PROMOÇÃO */
.promo-popup {
  position: fixed;
  inset: 0;
  background: rgba(5,7,12,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  padding: 20px;
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.promo-popup.open {
  opacity: 1;
  pointer-events: auto;
}
.promo-popup-card {
  background: #fff;
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  animation: popupIn .35s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes popupIn {
  from { transform: translateY(30px) scale(0.95); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
.promo-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  transition: background .15s ease;
}
.promo-popup-close:hover { background: rgba(0,0,0,0.85); }

.promo-popup .promo-card-full {
  border: none;
  box-shadow: none;
  border-radius: 16px;
}
.promo-popup .promo-card-full:hover { transform: none; }

/* BOTÃO FLUTUANTE WHATSAPP */
.wa-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,0.45);
  z-index: 100;
  transition: transform .2s ease, box-shadow .2s ease;
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 28px rgba(37,211,102,0.6);
}
.wa-float .ico { width: 28px; height: 28px; color: #fff; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 6px 20px rgba(37,211,102,0.45), 0 0 0 12px rgba(37,211,102,0); }
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .container { padding: 0 20px; }
  .hero-grid, .two-col, .cta-banner { grid-template-columns: 1fr; gap: 32px; }
  .grid-products { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .flyer-grid { grid-template-columns: repeat(3, 1fr); }
  .pillars-strip { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .promo-content { flex-direction: column; align-items: flex-start; text-align: left; }
  .grid-stores { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-actions { justify-content: flex-start; }
  .section { padding: 64px 0; }
  .hero { padding: 48px 0 40px; }
  .cta-banner { padding: 32px; }

  /* Menu mobile */
  .menu-toggle { display: inline-flex; }
  .menu {
    position: fixed;
    top: 88px;
    right: 0;
    left: 0;
    background: rgba(10,13,18,0.98);
    backdrop-filter: blur(12px);
    flex-direction: column;
    gap: 0;
    padding: 12px 20px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transform: translateY(-120%);
    transition: transform .25s ease;
    z-index: 49;
  }
  .menu.open { transform: translateY(0); }
  .menu a {
    color: #fff;
    padding: 14px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 1rem;
  }
  .menu a:last-child { border-bottom: none; }
  .menu-ig { padding: 12px 0; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .section { padding: 52px 0; }
  .hero { padding: 36px 0 32px; }
  .hero-card-inner { padding: 22px; }
  .nav { height: 72px; }
  .menu { top: 72px; }
  .brand-logo { height: 44px; max-width: 200px; }
  h1 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  h2 { font-size: clamp(1.3rem, 5vw, 1.8rem); }
  .lede { font-size: 1rem; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { flex: 1; min-width: 0; }
  .cta-banner { padding: 28px 22px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { width: 100%; }
  .trust { gap: 16px 24px; }
  .card { padding: 22px 18px; }
  .store-body { padding: 20px 22px 22px; }
  .wa-float { bottom: 16px; right: 16px; width: 52px; height: 52px; }
  .wa-float .ico { width: 26px; height: 26px; }
}
@media (max-width: 480px) {
  .grid-products { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: 1fr; }
  .flyer-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .promo-grid { grid-template-columns: 1fr; }
  .promo-card-prices { flex-direction: column; }
  .promo-popup-card { max-width: 92vw; }
  .pillars-strip { grid-template-columns: repeat(2, 1fr); padding: 22px 16px; }
  .lightbox { padding: 16px; }
  .lightbox-prev, .lightbox-next { width: 38px; height: 38px; font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .trust { gap: 14px; flex-direction: column; align-items: flex-start; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .promo-strip { padding: 28px 0; }
  .catalog-top { flex-direction: column; gap: 8px; }
}
