/* ===========================================================
   SITE PAGES · CSS compartilhado para páginas internas v3
   Carregar depois de design_system.css e v3-light.css
   =========================================================== */

/* Logo */
.logo-img { height: 38px; width: auto; display: block; }
.logo-img-footer { height: 48px; width: auto; display: block; }
footer.footer-main .brand-block .logo {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: var(--r-md);
  display: inline-block;
  width: fit-content;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
@media (max-width: 600px) { .logo-img { height: 32px; } }

/* Status bar */
.status-bar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 101; height: 32px;
  display: flex; align-items: center; justify-content: center;
  gap: 20px; padding: 0 var(--pad-x);
  background: linear-gradient(90deg, var(--brand-300), var(--brand-100), var(--brand-300));
  color: #fff; font-family: var(--font-display);
  font-size: 11px; text-transform: uppercase; letter-spacing: 2px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.status-bar .dot { width: 8px; height: 8px; background: #fff; border-radius: 50%; box-shadow: 0 0 10px #fff; animation: pulseDot 2s infinite; display: inline-block; margin-right: 6px; }
.status-bar .dot.is-open   { background: #22c55e; box-shadow: 0 0 10px #22c55e, 0 0 0 3px rgba(34,197,94,.25); }
.status-bar .dot.is-closed { background: #ef4444; box-shadow: 0 0 10px #ef4444, 0 0 0 3px rgba(239,68,68,.25); }
.status-bar a { text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 3px; color: #fff; }
.status-bar .sep { opacity: .4; }
@media (max-width: 720px) { .status-bar { font-size: 9px; gap: 10px; } .status-bar .hide-sm { display: none; } }

nav.nav { top: 32px; }

/* PAGE HERO — for internal pages */
.page-hero {
  padding: calc(72px + 32px + 3rem) var(--pad-x) 2.5rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: #fafafa;
  position: relative;
  overflow: hidden;
}
.page-hero .container { max-width: var(--container-w); margin: 0 auto; position: relative; z-index: 1; }
.page-hero .breadcrumb {
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(0,0,0,.5); text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.page-hero .breadcrumb a { color: var(--brand-100); }
.page-hero .breadcrumb .sep { margin: 0 8px; opacity: .4; }
.page-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.04em; line-height: 1.05;
  color: #0a0a0a; margin-bottom: 12px;
}
.page-hero h1 .accent { color: var(--brand-100); font-weight: 400; }
.page-hero .subtitle { color: rgba(0,0,0,.6); max-width: 62ch; font-size: 1.1rem; line-height: 1.55; }

/* SECTION common */
section.page-section {
  padding: clamp(3rem, 6vw, 5rem) var(--pad-x);
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
section.page-section.bg-alt-page { background: #fafafa; }
section.page-section > .container { max-width: var(--container-w); margin: 0 auto; position: relative; z-index: 1; }
.section-title-block { margin-bottom: 2.5rem; max-width: 640px; }
.section-title-block h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.03em; line-height: 1.1;
  margin-bottom: 12px; color: #0a0a0a;
}
.section-title-block h2 .accent { color: var(--brand-100); }
.section-title-block p { color: rgba(0,0,0,.6); font-size: 1rem; line-height: 1.55; }

/* NUMBERS grid */
.numbers-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 32px; padding: 40px; text-align: center;
  background: #ffffff; border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--r-lg);
}
.numbers-row .stat .num {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1;
  color: var(--brand-100); display: block;
}
.numbers-row .stat .num sup { font-size: .35em; font-weight: 400; }
.numbers-row .stat .lbl {
  font-family: var(--font-display); font-size: 11px;
  color: rgba(0,0,0,.6); text-transform: uppercase; letter-spacing: 2px;
  margin-top: 10px;
}

/* GRID utilities */
.grid-2p { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.grid-3p { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-4p { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .grid-2p, .grid-3p, .grid-4p { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .grid-2p, .grid-3p, .grid-4p { grid-template-columns: 1fr; } }

/* INFO CARD (used in vantagens, serviços, transporte) */
.info-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--r-md);
  transition: all var(--t-fast);
}
.info-card:hover { border-color: var(--brand-100); box-shadow: 0 12px 28px rgba(2,132,199,.1); transform: translateY(-3px); }
.info-card .icon-box {
  width: 44px; height: 44px;
  background: #f5f5f5; border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--r-md);
  display: grid; place-items: center;
  margin-bottom: 14px;
  transition: all var(--t-med);
}
.info-card:hover .icon-box { background: var(--brand-100); border-color: var(--brand-100); transform: rotate(-6deg); }
.info-card .icon-box svg { width: 22px; height: 22px; stroke: #0a0a0a; fill: none; stroke-width: 1.5; transition: stroke var(--t-fast); }
.info-card:hover .icon-box svg { stroke: #fff; }
.info-card h4 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; margin-bottom: 6px; color: #0a0a0a; }
.info-card p { font-size: .875rem; color: rgba(0,0,0,.6); line-height: 1.55; }
.info-card ul { list-style: none; margin-top: 8px; font-size: .85rem; }
.info-card ul li { padding: 4px 0; color: rgba(0,0,0,.6); border-bottom: 1px solid rgba(0,0,0,.05); }
.info-card ul li:last-child { border-bottom: none; }
.info-card ul li::before { content: '→ '; color: var(--brand-100); }

/* FEATURED HIGHLIGHT card (dark) */
.featured-card {
  padding: 40px;
  background: linear-gradient(135deg, var(--brand-300), var(--brand-100));
  color: #fff;
  border-radius: var(--r-xl);
  position: relative; overflow: hidden;
  grid-column: span 2;
}
.featured-card h4 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -0.02em; margin-bottom: 12px; color: #fff; }
.featured-card p { color: rgba(255,255,255,.85); margin-bottom: 20px; max-width: 55ch; }
.featured-card .icon-box { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.2); }
.featured-card .icon-box svg { stroke: #fff; }
@media (max-width: 600px) { .featured-card { grid-column: span 1; padding: 28px; } }

/* MAP preview */
.map-preview {
  aspect-ratio: 21/9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.3), rgba(0,0,0,.05)),
    repeating-linear-gradient(0deg, #eaecef, #eaecef 40px, #f7f8f9 40px, #f7f8f9 80px),
    repeating-linear-gradient(90deg, #eaecef, #eaecef 40px, #f7f8f9 40px, #f7f8f9 80px);
  border: 1px solid rgba(0,0,0,.08);
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.map-preview .pin {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--brand-100);
  display: grid; place-items: center;
  animation: pulseObj 2s ease-in-out infinite;
  box-shadow: 0 0 0 12px rgba(2,132,199,.2), 0 0 0 24px rgba(2,132,199,.1);
  position: relative;
}
.map-preview .pin::after {
  content: '';
  position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  border: 10px solid transparent; border-top: 14px solid var(--brand-100); border-bottom: 0;
}
.map-preview .pin svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
.map-preview .label {
  position: absolute; bottom: 20px; left: 20px;
  background: #ffffff; padding: 12px 16px;
  border-radius: var(--r-sm); border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  font-size: 13px;
}
.map-preview .label strong { color: var(--brand-100); display: block; margin-bottom: 2px; }

/* MAP EMBED · iframe OpenStreetMap */
.map-embed {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  background: #f5f5f5;
}
.map-embed iframe,
.map-embed #mapa {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  display: block;
}
.map-embed #mapa { z-index: 1; background: #eaecef; }
.map-embed .leaflet-popup-content b { color: var(--brand-100); }
@media (max-width: 640px) { .map-embed { aspect-ratio: 4/3; } }

/* FAQ accordion */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(0,0,0,.08); }
.faq-question {
  padding: 20px 0;
  width: 100%; text-align: left;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
  font-family: var(--font-body); font-weight: 600;
  font-size: 1rem; color: #0a0a0a;
  background: none; border: none; cursor: pointer;
  transition: color var(--t-fast);
}
.faq-question:hover { color: var(--brand-100); }
.faq-question .plus {
  width: 32px; height: 32px;
  border-radius: 50%; border: 1px solid rgba(0,0,0,.15);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: all var(--t-med);
}
.faq-item.open .faq-question .plus { background: var(--brand-100); border-color: var(--brand-100); }
.faq-item.open .faq-question .plus svg { stroke: #fff; transform: rotate(45deg); }
.faq-question .plus svg { width: 14px; height: 14px; stroke: #0a0a0a; fill: none; stroke-width: 2; transition: all var(--t-med); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .5s var(--ease-smooth), padding .3s;
  color: rgba(0,0,0,.65); font-size: .95rem; line-height: 1.6;
}
.faq-item.open .faq-answer { max-height: 500px; padding-bottom: 20px; }

/* FOOD card */
.food-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.food-card {
  background: #ffffff; border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--r-md); overflow: hidden;
  transition: all var(--t-fast);
}
.food-card:hover { border-color: var(--brand-100); box-shadow: 0 12px 28px rgba(2,132,199,.08); transform: translateY(-3px); }
.food-card .top {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f7f7f8, #eaecef);
  display: grid; place-items: center;
  overflow: hidden;
}
.food-card .top .emoji { font-size: 3.5rem; }
.food-card .top img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease-smooth); }
.food-card:hover .top img { transform: scale(1.06); }
.food-card .body { padding: 18px; }
.food-card h4 { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; letter-spacing: -0.02em; margin-bottom: 4px; color: #0a0a0a; }
.food-card .cat { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; color: var(--brand-100); margin-bottom: 10px; }
.food-card .info { display: flex; gap: 12px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 10px; color: rgba(0,0,0,.55); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.food-card .info span { display: inline-flex; align-items: center; gap: 4px; }

/* BLOG grid */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.blog-c {
  background: #ffffff; border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--r-md); overflow: hidden;
  display: flex; flex-direction: column;
  transition: all var(--t-fast); text-decoration: none;
  color: inherit;
}
.blog-c:hover { border-color: var(--brand-100); box-shadow: 0 12px 28px rgba(0,0,0,.08); transform: translateY(-3px); }
.blog-c .thumb { height: 200px; width: 100%; background: linear-gradient(135deg, #fafaf9, #f5f5f4); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; --accent: var(--brand-100); }
.blog-c .thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 1s var(--ease-smooth); }
.blog-c .thumb .big-icon { width: 88px; height: 88px; stroke: var(--accent); fill: none; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; opacity: .55; filter: drop-shadow(0 4px 12px rgba(0,0,0,.06)); transition: transform var(--t-med) var(--ease-smooth); }
.blog-c:hover .thumb .big-icon { transform: scale(1.1) rotate(-3deg); }
/* Theme variants: pastéis claros com accent do tema (mesmo dos post-hero) */
.blog-c .thumb.t-atacado,     .blog-v2 .thumb.t-atacado     { background: linear-gradient(135deg, #fff5f5, #fde8e8); --accent: #0284c7; }
.blog-c .thumb.t-natal-kit,   .blog-v2 .thumb.t-natal-kit   { background: linear-gradient(135deg, #fef2f2, #ecfdf5); --accent: #b91c1c; }
.blog-c .thumb.t-blackfriday, .blog-v2 .thumb.t-blackfriday { background: linear-gradient(135deg, #f5f5f4, #e7e5e4); --accent: #0a0a0a; }
.blog-c .thumb.t-namorados,   .blog-v2 .thumb.t-namorados   { background: linear-gradient(135deg, #fff1f5, #fce7f3); --accent: #db2777; }
.blog-c .thumb.t-geek,        .blog-v2 .thumb.t-geek        { background: linear-gradient(135deg, #ecfeff, #dbeafe); --accent: #0891b2; }
.blog-c .thumb.t-maes,        .blog-v2 .thumb.t-maes        { background: linear-gradient(135deg, #fdf2f8, #fce7f3); --accent: #db2777; }
.blog-c .thumb.t-honda,       .blog-v2 .thumb.t-honda       { background: linear-gradient(135deg, #fafafa, #fee2e2); --accent: #0284c7; }
.blog-c .thumb.t-natal-gpb,   .blog-v2 .thumb.t-natal-gpb   { background: linear-gradient(135deg, #fef2f2, #fef3c7); --accent: #b45309; }
.blog-c .thumb.t-china,       .blog-v2 .thumb.t-china       { background: linear-gradient(135deg, #fff7ed, #ffedd5); --accent: #ea580c; }
@media (max-width: 500px) { .blog-c .thumb { height: 180px; } .blog-c .thumb .big-icon { width: 76px; height: 76px; } }
.blog-c:hover .thumb img { transform: scale(1.08); }
.blog-c .thumb .cat { position: absolute; top: 12px; left: 12px; padding: 4px 10px; background: #ffffff; color: #0a0a0a; font-family: var(--font-display); font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; border-radius: var(--r-xs); box-shadow: 0 2px 8px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.05); }
.blog-c .thumb .cat::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-right: 6px; vertical-align: middle; }
.blog-c .body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-c h4 { font-family: var(--font-display); font-size: 1.2rem; margin-bottom: 8px; letter-spacing: -0.02em; line-height: 1.2; }
.blog-c p { font-size: .85rem; color: rgba(0,0,0,.6); line-height: 1.55; margin-bottom: 12px; flex: 1; }
.blog-c .foot { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 10px; color: rgba(0,0,0,.4); text-transform: uppercase; letter-spacing: 1px; }

/* FORM base */
.form-block { max-width: 720px; margin: 0 auto; background: #ffffff; border: 1px solid rgba(0,0,0,.06); padding: 32px; border-radius: var(--r-lg); box-shadow: 0 8px 32px rgba(0,0,0,.04); }
.form-block h3 { font-family: var(--font-display); font-weight: 300; font-size: 1.75rem; letter-spacing: -0.03em; margin-bottom: 8px; }
.form-block > p { color: rgba(0,0,0,.55); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .col-full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } .form-block { padding: 20px; } }
.form-grid textarea.input { min-height: 120px; resize: vertical; }

/* LOGIN card */
.login-card { max-width: 440px; margin: 3rem auto; padding: 40px; background: #ffffff; border: 1px solid rgba(0,0,0,.06); border-radius: var(--r-lg); box-shadow: 0 12px 40px rgba(0,0,0,.06); }
.login-card h3 { font-family: var(--font-display); font-weight: 300; font-size: 2rem; letter-spacing: -0.03em; text-align: center; margin-bottom: 8px; }
.login-card > p { color: rgba(0,0,0,.55); text-align: center; margin-bottom: 28px; font-size: .95rem; }
.login-card .form-grid { grid-template-columns: 1fr; }
.login-card .row-inline { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; }
.login-card .row-inline label { display: flex; align-items: center; gap: 8px; color: rgba(0,0,0,.55); cursor: pointer; }
.login-card .row-inline a { color: var(--brand-100); }

/* CONTACT card row */
.contact-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 3rem; }
.contact-card { padding: 24px; background: #ffffff; border: 1px solid rgba(0,0,0,.06); border-radius: var(--r-md); text-decoration: none; color: inherit; transition: all var(--t-fast); text-align: center; }
.contact-card:hover { border-color: var(--brand-100); box-shadow: 0 12px 28px rgba(2,132,199,.1); transform: translateY(-3px); }
.contact-card .icon-round { width: 48px; height: 48px; margin: 0 auto 12px; border-radius: 50%; background: var(--brand-100); display: grid; place-items: center; }
.contact-card .icon-round.wpp { background: #22c55e; }
.contact-card .icon-round svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; }
.contact-card h4 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 4px; }
.contact-card .val { color: var(--brand-100); font-weight: 600; font-family: var(--font-mono); font-size: .85rem; margin-bottom: 4px; }
.contact-card .hint { font-size: .75rem; color: rgba(0,0,0,.5); }

/* Space types (Seja Lojista) */
.space-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }

/* FOOTER */
footer.footer-main { padding: 5rem var(--pad-x) 2rem; position: relative; overflow: hidden; }
footer.footer-main::before { content: none; }
.footer-main .grid { max-width: var(--container-w); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid; position: relative; z-index: 1; }
@media (max-width: 900px) { .footer-main .grid { grid-template-columns: 1fr 1fr; } }
.footer-main h5 { font-family: var(--font-display); font-size: 13px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 16px; font-weight: 500; }
.footer-main ul { list-style: none; display: grid; gap: 10px; }
.footer-main ul a { font-size: .875rem; transition: color var(--t-fast); }
.footer-main .brand-block .logo { font-family: var(--font-display); font-weight: 500; font-size: 1.5rem; letter-spacing: -0.02em; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.footer-main .brand-block p { font-size: .875rem; line-height: 1.6; margin-bottom: 20px; max-width: 34ch; }
.footer-main .contact-block { font-family: var(--font-mono); font-size: 11px; line-height: 1.8; margin-bottom: 20px; }
.footer-main .contact-block strong { display: block; font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--cyan-100); margin-top: 12px; margin-bottom: 2px; font-weight: 500; }
.footer-main .contact-block strong:first-child { margin-top: 0; }
.footer-main .social { display: flex; gap: 8px; }
.footer-main .social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid; display: grid; place-items: center; transition: all var(--t-fast); }
.footer-main .social svg { width: 16px; height: 16px; fill: none; stroke-width: 1.5; }
.footer-main .bottom { max-width: var(--container-w); margin: 2rem auto 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; position: relative; z-index: 1; }

/* WhatsApp float */
.wpp-float { position: fixed; bottom: 24px; right: 24px; z-index: 90; padding: 12px 22px 12px 18px; border-radius: 999px; background: #22c55e; color: #fff; display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 500; font-size: 13px; letter-spacing: .5px; box-shadow: 0 8px 24px rgba(0,0,0,.15), 0 0 0 8px rgba(34,197,94,.12); animation: floaty 3s ease-in-out infinite; transition: transform var(--t-fast); text-decoration: none; }
.wpp-float:hover { transform: scale(1.05); }
.wpp-float svg { width: 22px; height: 22px; fill: #fff; }

/* ============================================
   POST DE BLOG · página individual
   ============================================ */
.post-hero {
  position: relative;
  padding: calc(72px + 32px + 4rem) var(--pad-x) 3rem;
  color: #0a0a0a;
  overflow: hidden;
  --accent: var(--brand-100);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.post-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(255,255,255,.5), transparent 55%),
    radial-gradient(ellipse at 85% 90%, rgba(255,255,255,.35), transparent 60%);
  pointer-events: none;
}
.post-hero .container { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
.post-hero .breadcrumb {
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(0,0,0,.55); text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.post-hero .breadcrumb a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(0,0,0,.15); }
.post-hero .breadcrumb .sep { margin: 0 8px; opacity: .4; }
.post-hero .cat-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: var(--r-pill);
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  color: #0a0a0a;
  font-family: var(--font-display); font-size: 11px;
  text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.post-hero .cat-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); }
.post-hero h1 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  letter-spacing: -0.04em; line-height: 1.03;
  margin-bottom: 20px;
  max-width: 20ch;
  color: #0a0a0a;
}
.post-hero .lead {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  color: rgba(0,0,0,.65); line-height: 1.5;
  max-width: 60ch;
  margin-bottom: 24px;
}
.post-hero .meta-row {
  display: flex; gap: 24px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(0,0,0,.55);
  text-transform: uppercase; letter-spacing: 1.5px;
}
.post-hero .meta-row b { color: #0a0a0a; margin-right: 6px; font-weight: 500; }
.post-hero .icon-badge {
  position: absolute;
  right: clamp(-40px, 0vw, 40px); top: 50%;
  transform: translateY(-50%);
  width: clamp(180px, 22vw, 320px); height: clamp(180px, 22vw, 320px);
  opacity: .3;
  pointer-events: none;
}
.post-hero .icon-badge svg { width: 100%; height: 100%; stroke: var(--accent); fill: none; stroke-width: .8; }
@media (max-width: 780px) { .post-hero .icon-badge { display: none; } }

/* Themes claros: pastel suave + accent do tema */
.post-hero.t-atacado     { background: linear-gradient(135deg, #fff5f5 0%, #fde8e8 100%); --accent: #0284c7; }
.post-hero.t-natal-kit   { background: linear-gradient(135deg, #fef2f2 0%, #ecfdf5 100%); --accent: #b91c1c; }
.post-hero.t-blackfriday { background: linear-gradient(135deg, #f5f5f4 0%, #e7e5e4 100%); --accent: #0a0a0a; }
.post-hero.t-namorados   { background: linear-gradient(135deg, #fff1f5 0%, #fce7f3 100%); --accent: #db2777; }
.post-hero.t-geek        { background: linear-gradient(135deg, #ecfeff 0%, #dbeafe 100%); --accent: #0891b2; }
.post-hero.t-maes        { background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%); --accent: #db2777; }
.post-hero.t-honda       { background: linear-gradient(135deg, #fafafa 0%, #fee2e2 100%); --accent: #0284c7; }
.post-hero.t-natal-gpb   { background: linear-gradient(135deg, #fef2f2 0%, #fef3c7 100%); --accent: #b45309; }
.post-hero.t-china       { background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%); --accent: #ea580c; }

/* Corpo do post */
.post-body {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) var(--pad-x);
  font-family: var(--font-body);
  color: rgba(0,0,0,.78);
  font-size: 1.05rem;
  line-height: 1.75;
}
.post-body h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em; line-height: 1.15;
  color: #0a0a0a;
  margin: 2.5rem 0 1rem;
}
.post-body h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.25rem; letter-spacing: -0.01em;
  color: #0a0a0a;
  margin: 2rem 0 .8rem;
}
.post-body p { margin-bottom: 1.2rem; }
.post-body p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 3.5rem; font-weight: 400;
  float: left; line-height: .85;
  margin: 6px 12px 0 0;
  color: var(--brand-100);
}
.post-body a { color: var(--brand-100); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(2,132,199,.35); }
.post-body a:hover { text-decoration-color: var(--brand-100); }
.post-body strong { color: #0a0a0a; font-weight: 600; }
.post-body ul, .post-body ol { margin: 0 0 1.5rem 0; padding-left: 1.4rem; }
.post-body li { margin-bottom: .6rem; }
.post-body ul li::marker { color: var(--brand-100); }
.post-body blockquote {
  margin: 2rem 0;
  padding: 20px 24px;
  background: linear-gradient(90deg, rgba(2,132,199,.06), transparent);
  border-left: 3px solid var(--brand-100);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-family: var(--font-display); font-weight: 400;
  font-size: 1.15rem; font-style: italic;
  color: #0a0a0a;
  line-height: 1.4;
}
.post-body .callout {
  margin: 2rem 0;
  padding: 22px 24px;
  background: #f6f7f8;
  border-radius: var(--r-md);
  border: 1px solid rgba(0,0,0,.05);
}
.post-body .callout h4 {
  font-family: var(--font-display);
  font-size: 1rem; text-transform: uppercase; letter-spacing: 2px;
  color: var(--brand-100); margin-bottom: 8px;
}
.post-body .callout p:last-child { margin-bottom: 0; }
.post-body .cta-inline {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin: 2rem 0 1rem;
}

/* CTA block final do artigo */
.post-cta {
  max-width: 900px; margin: 0 auto 4rem; padding: 0 var(--pad-x);
}
.post-cta .cta-card {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #fff;
  border-radius: var(--r-xl);
  padding: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.post-cta .cta-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 20%, rgba(51,210,255,.18), transparent 50%);
  pointer-events: none;
}
.post-cta .cta-card > * { position: relative; z-index: 1; }
.post-cta h3 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -0.03em; line-height: 1.1;
  margin-bottom: 12px;
}
.post-cta h3 .accent { color: var(--cyan-100); }
.post-cta p { color: rgba(255,255,255,.7); font-size: .95rem; margin-bottom: 20px; }
.post-cta .cta-actions { display: flex; flex-direction: column; gap: 10px; }
@media (max-width: 720px) {
  .post-cta .cta-card { grid-template-columns: 1fr; }
}

/* Related posts */
.related-posts {
  max-width: var(--container-w); margin: 0 auto 5rem; padding: 0 var(--pad-x);
}
.related-posts h2 {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  letter-spacing: -0.03em; line-height: 1.1;
  margin-bottom: 24px;
}
.related-posts h2 .accent { color: var(--brand-100); font-weight: 400; }
.related-posts .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }

/* ============================================
   MENU MOBILE HAMBURGER
   ============================================ */
.nav-hamburger {
  display: none;
  background: transparent; border: 0; padding: 0;
  width: 40px; height: 40px;
  cursor: pointer;
  margin-left: auto;
  color: #0a0a0a;
  z-index: 102;
  position: relative;
}
.nav-hamburger span {
  display: block; position: absolute;
  left: 10px; right: 10px; height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform .3s var(--ease-smooth), opacity .2s;
}
.nav-hamburger span:nth-child(1) { top: 13px; }
.nav-hamburger span:nth-child(2) { top: 19px; }
.nav-hamburger span:nth-child(3) { top: 25px; }
nav.nav[data-mobile-open="true"] .nav-hamburger { color: #fff; }
nav.nav[data-mobile-open="true"] .nav-hamburger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
nav.nav[data-mobile-open="true"] .nav-hamburger span:nth-child(2) { opacity: 0; }
nav.nav[data-mobile-open="true"] .nav-hamburger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-hamburger { display: block; }
  nav.nav .cta { display: none; }
  nav.nav .links {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(320px, 82vw);
    background: #0a0a0a;
    padding: 96px 32px 32px;
    gap: 18px !important;
    transform: translateX(100%);
    transition: transform .35s var(--ease-smooth);
    box-shadow: -20px 0 60px rgba(0,0,0,.35);
    z-index: 101;
    overflow-y: auto;
  }
  nav.nav[data-mobile-open="true"] .links { transform: translateX(0); }
  nav.nav .links a {
    font-family: var(--font-display) !important;
    font-size: 1.15rem !important;
    color: #fff !important;
    padding: 4px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    letter-spacing: -0.01em;
  }
  nav.nav .links a::after { display: none; }
  nav.nav .links a:hover { color: var(--cyan-100) !important; }
  nav.nav[data-mobile-open="true"] .nav-backdrop {
    position: fixed; inset: 0; z-index: 100;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: fadeIn .3s ease;
  }
  body.nav-open { overflow: hidden; }
}
@media (max-width: 900px) {
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
}
