/* Rede Sol — base + componentes (base branca, paleta viva, ícones) */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  font-size: var(--step-0);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.1; text-wrap: balance; margin: 0 0 var(--sp-2); font-weight: 800; letter-spacing: -.015em; }
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--sp-3); }

/* Ícones */
.ico { width: 1.15em; height: 1.15em; flex: 0 0 auto; vertical-align: -.18em; }

/* Botões */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .72rem 1.2rem; border-radius: 999px; font-weight: 700; font-size: .98rem;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  background: var(--accent); color: var(--on-accent);
  box-shadow: var(--shadow-sm); transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn .ico { width: 1.05em; height: 1.05em; }
.btn--blue { background: var(--blue); color: var(--on-blue); }
.btn--wa { background: var(--wa); color: #fff; }
.btn--ghost { background: var(--surface); color: var(--text); border-color: var(--border); box-shadow: none; }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent-strong); }
.btn--sol { background: var(--sun-strip); color: #3A2408; border: 0; box-shadow: 0 8px 20px -8px rgba(216,123,30,.7); font-weight: 800; }
.btn--sol:hover { filter: brightness(1.05); }
.btn--lg { padding: .95rem 1.6rem; font-size: 1.06rem; }
.btn--sm { padding: .5rem .9rem; font-size: .86rem; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--surface); box-shadow: var(--shadow-sm); }
.site-header::before { content: ""; display: block; height: 5px; background: var(--sun-strip); }
.site-header__row { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-2); padding-block: var(--sp-2); }
.site-header__logo img { width: 148px; height: auto; }
.primary-nav ul { list-style: none; display: flex; gap: var(--sp-3); margin: 0; padding: 0; align-items: center; }
.primary-nav a { color: var(--text); text-decoration: none; font-weight: 600; padding-block: 4px; border-bottom: 2px solid transparent; }
.primary-nav a:hover { color: var(--accent-strong); border-color: var(--accent); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--accent-strong); border-radius: 2px; }

/* Home — hero full-bleed */
.hero { position: relative; color: #fff; background-image: linear-gradient(90deg, rgba(38,20,8,.74), rgba(38,20,8,.34) 55%, rgba(38,20,8,.12)), var(--hero-img, var(--sun-strip)); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,12,6,.5), transparent 42%); pointer-events: none; }
.hero__inner { position: relative; z-index: 1; display: grid; gap: var(--sp-4); align-items: center; padding-block: clamp(2.5rem, 7vw, 5rem); }
@media (min-width: 861px) { .hero__inner { grid-template-columns: 1.15fr .85fr; } }
.hero__eyebrow { display: inline-flex; align-items: center; gap: .4rem; background: var(--rs-amarelo); color: #3A2408; font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; padding: .4rem .85rem; border-radius: 999px; box-shadow: var(--shadow-sm); }
.hero__eyebrow .ico { color: #C9791A; }
.hero__text h1 { color: #fff; font-size: clamp(2.1rem, 5.2vw, 3.4rem); margin: .7rem 0 .6rem; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero__sub { color: rgba(255,255,255,.94); font-size: var(--step-1); max-width: 40ch; margin-bottom: var(--sp-3); text-shadow: 0 1px 10px rgba(0,0,0,.3); }

/* Card de destaque */
.destaque { display: flex; gap: var(--sp-2); background: var(--surface); color: var(--text); border-radius: var(--radius); padding: var(--sp-2); box-shadow: var(--shadow-lg); align-items: center; }
.destaque__media { flex: 0 0 42%; }
.destaque__media img { border-radius: var(--radius-sm); aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.destaque__body { display: grid; gap: 3px; }

/* Destaque em vídeo (último do YouTube) */
.destaque--video { gap: var(--sp-3); }
.destaque--video .destaque__media { flex: 0 0 56%; }
.destaque__eyebrow { display: inline-flex; align-items: center; gap: 5px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; color: var(--accent-strong); margin-bottom: 2px; }
.destaque__eyebrow .ico { width: 16px; height: 16px; }
.yt-facade { position: relative; display: block; width: 100%; aspect-ratio: 16/9; padding: 0; border: 0; cursor: pointer; border-radius: var(--radius-sm); background: #000 center/cover no-repeat; overflow: hidden; }
.yt-facade::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.12); transition: background .15s ease; }
.yt-facade:hover::after { background: rgba(0,0,0,0); }
.yt-facade__play { position: absolute; inset: 0; margin: auto; width: 60px; height: 60px; display: grid; place-items: center; color: #fff; background: #E11; border-radius: 50%; z-index: 1; box-shadow: 0 6px 18px rgba(0,0,0,.35); transition: transform .15s ease; }
.yt-facade__play svg { margin-left: 3px; }
.yt-facade:hover .yt-facade__play { transform: scale(1.08); }
.destaque__media iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: var(--radius-sm); display: block; }
@media (max-width: 640px) {
  .destaque { flex-direction: column; align-items: stretch; }
  .destaque__media, .destaque--video .destaque__media { flex: none; }
}
.destaque__body strong { font-size: 1.12rem; font-weight: 800; }
.destaque__body span { color: var(--muted); font-size: .92rem; }
.destaque__body .btn { margin-top: 6px; justify-self: start; }

/* Slots vazios (o time preenche) */
.slot { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 5px; width: 100%; border: 2px dashed #DCC49B; border-radius: var(--radius-sm); background: repeating-linear-gradient(45deg, #FFF9EC, #FFF9EC 12px, #FFF3DA 12px, #FFF3DA 24px); color: #9A7B45; padding: var(--sp-3); }
.slot .ico { width: 28px; height: 28px; }
.slot em { font-style: normal; font-weight: 800; font-size: .92rem; }
.slot small { font-size: .72rem; opacity: .85; }
.slot--sq { aspect-ratio: 1/1; }
.slot--wide { aspect-ratio: 3/2; }

/* Faixa de foto (gente/vida) */
.lifestyle { background: var(--surface-2); margin-top: var(--sp-2); }
.lifestyle__inner { display: grid; gap: var(--sp-4); align-items: center; padding-block: var(--sp-6); }
@media (min-width: 821px) { .lifestyle__inner { grid-template-columns: 1.1fr .9fr; } }
.lifestyle__photo img { border-radius: var(--radius); aspect-ratio: 16/9; object-fit: cover; width: 100%; box-shadow: var(--shadow-md); }
.lifestyle__text h2 { font-size: var(--step-3); }
.lifestyle__text p { color: var(--muted); font-size: var(--step-1); max-width: 46ch; margin-bottom: var(--sp-3); }

/* Atalhos coloridos com ícone */
.shortcuts { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-2); padding-block: var(--sp-6); }
@media (min-width: 641px) { .shortcuts { grid-template-columns: repeat(4, 1fr); } }
.shortcut {
  display: flex; flex-direction: column; align-items: center; gap: var(--sp-2);
  text-decoration: none; color: var(--text);
}
.shortcut__img {
  width: clamp(112px, 32vw, 152px); height: auto; aspect-ratio: 1 / 1;
  border-radius: 22px; display: block; box-shadow: var(--shadow-md);
  transition: transform .14s ease;
}
.shortcut:hover .shortcut__img { transform: translateY(-5px); }
/* rótulo usa o botão padrão .btn--ghost; hover do card espelha o hover do botão */
.shortcut:hover .shortcut__label { border-color: var(--accent); color: var(--accent-strong); }

/* Páginas de conteúdo */
.page-content { padding-block: var(--sp-6); max-width: 72ch; }
.page-content h1 { position: relative; padding-bottom: var(--sp-2); }
.page-content h1::after { content: ""; position: absolute; left: 0; bottom: 0; width: 68px; height: 4px; border-radius: 4px; background: var(--sun-strip); }

/* Footer */
.site-footer { margin-top: var(--sp-8); background: #2A1B10; color: #F4E9D8; }
.site-footer::before { content: ""; display: block; height: 5px; background: var(--sun-strip); }
.site-footer .wrap { padding-block: var(--sp-4); }
.site-footer__nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: var(--sp-3); margin: 0 0 var(--sp-3); padding: 0; }
.site-footer__nav a { color: #F4E9D8; text-decoration: none; opacity: .9; }
.site-footer__nav a:hover { opacity: 1; color: var(--rs-amarelo); }
.site-footer__social { display: flex; gap: var(--sp-1); margin-bottom: var(--sp-2); }
.site-footer__social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); color: #F4E9D8; }
.site-footer__social a:hover { background: var(--accent); color: #fff; }
.site-footer__copy { color: #C9B79E; font-size: .9rem; margin: 0; }

/* Menu mobile */
@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  .primary-nav { position: absolute; inset: calc(100% ) 0 auto 0; background: var(--surface); box-shadow: var(--shadow-md); display: none; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; padding: var(--sp-2) var(--sp-3); gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--border); }
  .primary-nav a { display: block; padding-block: var(--sp-2); border-bottom: 0; }
}

/* ---------- Lojas ---------- */
.lojas-index { padding-block: var(--sp-6); }
.lojas-index__head { margin-bottom: var(--sp-3); }
.lojas-index__head h1 { display: flex; align-items: center; gap: .5rem; }
.lojas-index__head h1 .ico { color: var(--accent); width: .9em; height: .9em; }
.lojas-index__sub { color: var(--muted); margin: 0; }

.chips { display: flex; flex-wrap: wrap; gap: var(--sp-1); margin-bottom: var(--sp-4); }
.chip {
  display: inline-flex; align-items: center; gap: .3rem;
  border: 1.5px solid var(--border); border-radius: 999px; padding: .4rem .85rem;
  font-size: .9rem; text-decoration: none; color: var(--text); background: var(--surface); font-weight: 600;
}
.chip:hover { border-color: var(--accent); color: var(--accent-strong); }
.chip.is-on { background: var(--accent); color: var(--on-accent); border-color: transparent; }

.lojas-cidade { margin-bottom: var(--sp-6); }
.lojas-cidade__title { display: flex; align-items: center; gap: .45rem; font-size: var(--step-2); padding-bottom: var(--sp-1); border-bottom: 2px solid var(--border); }
.lojas-cidade__title .ico { color: var(--blue); width: .8em; height: .8em; }
.lojas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: var(--sp-3); margin-top: var(--sp-3); }

.loja-card { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--surface); text-decoration: none; color: var(--text); box-shadow: var(--shadow-sm); transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease; }
.loja-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.loja-card__thumb { aspect-ratio: 16/10; display: block; position: relative; background: var(--surface-2); }
.loja-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.loja-card__ph { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, #FFF3D0, #FCE1CC); color: #C0531A; }
.loja-card__ph::after { content: ""; width: 34px; height: 34px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3C/svg%3E") center/contain no-repeat; opacity: .55; }
.loja-card__body { padding: var(--sp-2); display: grid; gap: 3px; }
.loja-card__cidade { display: inline-flex; align-items: center; gap: .3rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; color: var(--blue); font-weight: 700; }
.loja-card__cidade .ico { width: 1em; height: 1em; }
.loja-card__nome { font-weight: 700; }

/* Loja — detalhe */
.loja { padding-block: var(--sp-4); }
.loja__fachada img { width: 100%; border-radius: var(--radius); aspect-ratio: 16/7; object-fit: cover; box-shadow: var(--shadow-md); }
.loja__head { margin: var(--sp-3) 0 var(--sp-3); }
.loja__meta { color: var(--muted); margin: 0; font-weight: 600; }
.loja__grid { display: grid; gap: var(--sp-3); }
@media (min-width: 821px) { .loja__grid { grid-template-columns: 1fr 1fr; align-items: start; } }
.card-block { border: 1px solid var(--border); border-radius: var(--radius); padding: var(--sp-3); background: var(--surface); box-shadow: var(--shadow-sm); }
.kv { display: flex; align-items: flex-start; gap: .6rem; margin: 0 0 var(--sp-2); }
.kv .ico { color: var(--accent); margin-top: .15rem; }
.kv-txt { display: grid; gap: 1px; }
.kv-txt strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; }
.loja__actions { display: flex; flex-wrap: wrap; gap: var(--sp-1); margin-top: var(--sp-3); }
.loja__grupo { margin-top: var(--sp-3); padding-top: var(--sp-3); border-top: 1px solid var(--border); }
.cap { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; margin-bottom: var(--sp-1); }
.label { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--accent-strong); margin-bottom: var(--sp-2); }
.loja__tabloide { background: var(--surface-2); }
.loja__tabloide-cover { position: relative; display: block; }
.loja__tabloide-cover img { width: 100%; height: auto; border-radius: var(--radius-sm); border: 1px solid var(--border); box-shadow: var(--shadow-sm); display: block; }
.loja__tabloide-badge { position: absolute; left: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 5px; background: rgba(20,12,6,.82); color: #fff; font-size: .78rem; font-weight: 700; padding: .35rem .7rem; border-radius: 999px; }
.loja__tabloide-badge .ico { width: 14px; height: 14px; }

/* Visualizador do tabloide (páginas em rolagem) */
.rs-tab-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(20,12,6,.93); display: none; }
.rs-tab-overlay.is-open { display: block; }
.rs-tab-close { position: fixed; top: 14px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.16); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; z-index: 2; }
.rs-tab-scroll { position: absolute; inset: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 64px 16px 40px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.rs-tab-scroll img { max-width: min(820px, 100%); width: 100%; height: auto; border-radius: 6px; box-shadow: 0 10px 34px rgba(0,0,0,.45); }
.muted { color: var(--muted); }
.loja__outras { margin-top: var(--sp-6); }
.loja__outras h2 { font-size: var(--step-2); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* ---------- Campanhas ---------- */
.campanhas { padding-block: var(--sp-6); }
.camp-sec { margin-bottom: var(--sp-6); }
.camp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--sp-3); margin-top: var(--sp-3); }
.camp-card { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--surface); text-decoration: none; color: var(--text); box-shadow: var(--shadow-sm); transition: transform .12s ease, box-shadow .12s ease; }
.camp-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.camp-card.is-encerrada { opacity: .92; }
.camp-card__thumb { aspect-ratio: 16/9; background: var(--surface-2); display: block; }
.camp-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.camp-card__thumb .slot { height: 100%; border: 0; border-radius: 0; }
.camp-card__body { padding: var(--sp-2) var(--sp-3) var(--sp-3); display: grid; gap: 6px; }
.camp-card__badge { justify-self: start; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; color: var(--accent-strong); background: #FFF3D0; padding: .25rem .6rem; border-radius: 999px; }
.camp-card.is-encerrada .camp-card__badge { color: #6b6b6b; background: #EFEAE2; }
.camp-card__title { font-weight: 800; font-size: 1.1rem; }
.camp-card__link { color: var(--blue); font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: .3rem; }

/* Campanha — detalhe */
.camp-hero { position: relative; color: #fff; background-image: linear-gradient(90deg, rgba(38,20,8,.78), rgba(38,20,8,.4)), var(--hero-img, var(--sun-strip)); background-size: cover; background-position: center; }
.camp-hero__inner { position: relative; padding-block: clamp(2.2rem, 6vw, 4rem); }
.camp-hero__badge { display: inline-block; background: var(--rs-amarelo); color: #3A2408; font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; padding: .35rem .8rem; border-radius: 999px; margin-bottom: var(--sp-2); }
.camp-hero__badge.is-encerrada { background: #EADfce; color: #5a4a36; }
.camp-hero h1 { color: #fff; margin: 0; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
.camp-body { padding-block: var(--sp-4); max-width: 780px; }
.camp-anchors { display: flex; flex-wrap: wrap; gap: var(--sp-1); position: sticky; top: 66px; background: var(--bg); padding: var(--sp-1) 0; z-index: 10; margin-bottom: var(--sp-2); }
.camp-section { padding-block: var(--sp-3); border-bottom: 1px solid var(--border); scroll-margin-top: 120px; }
.camp-section h2 { display: flex; align-items: center; gap: .45rem; font-size: var(--step-2); }
.camp-section h2 .ico { color: var(--accent); width: .8em; height: .8em; }
.premios, .ganhadores { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--sp-1); }
.premios li { position: relative; padding-left: 30px; }
.premios li::before { content: ""; position: absolute; left: 4px; top: .5em; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px #FCE9CD; }
.ganhadores li { display: flex; flex-wrap: wrap; align-items: center; gap: .3rem .7rem; padding: var(--sp-2); border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.ganhadores .g-cidade { color: var(--muted); font-size: .9rem; }
.ganhadores .g-premio { margin-left: auto; font-weight: 700; color: var(--accent-strong); background: #FFF3D0; padding: .15rem .55rem; border-radius: 999px; font-size: .82rem; }
.camp-video { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.camp-video :is(iframe, video, embed, object) { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.camp-back { margin-top: var(--sp-3); }

/* ---------- Cartão ---------- */
.cartao { padding-block: var(--sp-6); }
.cartao__hero { display: grid; gap: var(--sp-4); align-items: center; }
@media (min-width: 821px) { .cartao__hero { grid-template-columns: 1.1fr .9fr; } }
.cartao__intro { color: var(--muted); font-size: var(--step-1); margin: var(--sp-2) 0 var(--sp-3); }
.cartao__art { text-align: center; }
.cartao__art img { display: block; width: auto; max-width: 50%; margin: 0 auto; border-radius: 0; box-shadow: none; }
.cartao__vantagens { margin-top: var(--sp-6); }
.cartao__vantagens h2 { font-size: var(--step-2); }
.vantagens { list-style: none; margin: var(--sp-2) 0 0; padding: 0; display: grid; gap: var(--sp-1); }
@media (min-width: 641px) { .vantagens { grid-template-columns: 1fr 1fr; } }
.vantagens li { display: flex; align-items: center; gap: .6rem; padding: var(--sp-2); border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
.vantagens .ico { color: var(--accent); }

/* ---------- Receitas ---------- */
.receitas { padding-block: var(--sp-6); }
.receitas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: var(--sp-3); margin-top: var(--sp-3); }
.receita-card { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--surface); text-decoration: none; color: var(--text); box-shadow: var(--shadow-sm); transition: transform .12s ease, box-shadow .12s ease; }
.receita-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.receita-card__thumb { aspect-ratio: 4/3; background: var(--surface-2); }
.receita-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.receita-card__thumb .slot { height: 100%; border: 0; border-radius: 0; }
.receita-card__body { padding: var(--sp-2); display: grid; gap: 6px; }
.receita-card__title { font-weight: 800; }
.receita-card__meta { display: flex; flex-wrap: wrap; gap: .3rem .9rem; color: var(--muted); font-size: .85rem; }
.receita-card__meta span { display: inline-flex; align-items: center; gap: .25rem; }
.receita-card__meta .ico { color: var(--accent); width: 1em; height: 1em; }

.receita { padding-block: var(--sp-4); max-width: 820px; }
.receita__head { margin-bottom: var(--sp-2); }
.receita__badges { display: flex; flex-wrap: wrap; gap: var(--sp-1); margin-top: var(--sp-1); }
.receita__badges .badge { display: inline-flex; align-items: center; gap: .35rem; background: #FFF3D0; color: var(--accent-strong); font-weight: 700; padding: .3rem .7rem; border-radius: 999px; font-size: .85rem; }
.receita__foto { margin: var(--sp-2) 0; }
.receita__foto img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.receita__intro { color: var(--muted); font-size: var(--step-1); margin-bottom: var(--sp-3); }
.receita__cols { display: grid; gap: var(--sp-4); }
@media (min-width: 741px) { .receita__cols { grid-template-columns: .8fr 1.2fr; align-items: start; } }
.receita__ingredientes { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius); padding: var(--sp-3); }
.receita__ingredientes h2, .receita__preparo h2 { font-size: var(--step-2); }
.receita__ingredientes ul { padding-left: 18px; display: grid; gap: 6px; }
.receita__preparo ol { padding-left: 20px; display: grid; gap: 10px; }
.receita__preparo li { padding-left: 4px; }

/* ---------- Formulários ---------- */
.form-page { max-width: 680px; }
.form-intro { color: var(--muted); font-size: var(--step-1); }
.form-alert { padding: var(--sp-2) var(--sp-3); border-radius: var(--radius-sm); margin: var(--sp-2) 0 var(--sp-3); font-weight: 600; }
.form-alert--ok { background: #E4F5E9; color: #1E6B36; border: 1px solid #B7E4C4; }
.form-alert--erro { background: #FCE9E7; color: #A32617; border: 1px solid #F3C2BB; }
.rs-form { display: grid; gap: var(--sp-2); margin-top: var(--sp-2); }
.rs-form label { display: grid; gap: 5px; font-weight: 600; font-size: .95rem; }
.rs-form input[type="text"], .rs-form input[type="email"], .rs-form input[type="file"], .rs-form textarea {
  font: inherit; padding: .7rem .8rem; border: 1.5px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); color: var(--text); width: 100%;
}
.rs-form input:focus, .rs-form textarea:focus { border-color: var(--accent); outline: none; }
.rs-form input[type="file"] { padding: .55rem; background: var(--surface-2); cursor: pointer; }
.rs-form__row { display: grid; gap: var(--sp-2); }
@media (min-width: 561px) { .rs-form__row { grid-template-columns: 1fr 1fr; } }
.rs-form button { justify-self: start; margin-top: var(--sp-1); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Quem Somos ---------- */
.qs-hero { background: var(--sun-glow), var(--surface-2); padding-block: var(--sp-8) var(--sp-6); border-bottom: 1px solid var(--border); }
.qs-eyebrow { display: inline-flex; align-items: center; gap: .4rem; background: var(--rs-amarelo); color: #3A2408; font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; padding: .4rem .85rem; border-radius: 999px; box-shadow: var(--shadow-sm); }
.qs-eyebrow .ico { color: #C9791A; }
.qs-hero h1 { font-size: clamp(2.2rem, 6vw, 3.6rem); margin: .6rem 0 .5rem; }
.qs-lead { font-size: var(--step-1); color: var(--muted); max-width: 56ch; margin: 0; }

.qs-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-2); padding-block: var(--sp-6); }
@media (min-width: 641px) { .qs-stats { grid-template-columns: repeat(4, 1fr); } }
.qs-stat { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: var(--sp-3); box-shadow: var(--shadow-sm); display: grid; gap: 4px; text-align: center; }
.qs-stat__num { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 4vw, 2.3rem); color: var(--accent-strong); letter-spacing: -.02em; }
.qs-stat__label { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .03em; font-weight: 600; }

.qs-story { max-width: 72ch; padding-bottom: var(--sp-6); font-size: 1.06rem; }
.qs-story p { margin: 0 0 var(--sp-2); }

.qs-estrutura { background: var(--surface-2); border-block: 1px solid var(--border); }
.qs-estrutura__inner { display: grid; gap: var(--sp-4); align-items: center; padding-block: var(--sp-6); }
@media (min-width: 821px) { .qs-estrutura__inner { grid-template-columns: 1.2fr .8fr; } }
.qs-estrutura__foto img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 16/9; object-fit: cover; }
.qs-estrutura__txt h2 { font-size: var(--step-3); margin: var(--sp-1) 0; }
.qs-estrutura__txt p { color: var(--muted); font-size: var(--step-1); margin: 0; }

.qs-regiao { padding-block: var(--sp-6); }
.qs-regiao h2 { font-size: var(--step-3); margin: var(--sp-1) 0 var(--sp-3); }
.qs-cidades { display: flex; flex-wrap: wrap; gap: var(--sp-1); margin-bottom: var(--sp-4); }
.qs-cidade { display: inline-flex; align-items: center; gap: .35rem; border: 1.5px solid var(--border); background: var(--surface); border-radius: 999px; padding: .5rem .9rem; font-weight: 600; font-size: .95rem; text-decoration: none; color: var(--text); box-shadow: var(--shadow-sm); }
.qs-cidade:hover { border-color: var(--accent); color: var(--accent-strong); }
.qs-cidade .ico { color: var(--accent); width: 1em; height: 1em; }

/* Quem Somos — vídeo */
.qs-videosec { padding-bottom: var(--sp-6); }
.qs-videosec h2 { font-size: var(--step-3); margin: var(--sp-1) 0 var(--sp-3); }
.qs-video { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); max-width: 900px; }
.qs-video :is(iframe, video, embed, object) { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Cartão — formulário */
.cartao__form { margin-top: var(--sp-6); padding-top: var(--sp-4); border-top: 1px solid var(--border); scroll-margin-top: 90px; max-width: 720px; }
.cartao__form h2 { font-size: var(--step-3); }
.rs-form select { font: inherit; padding: .7rem .8rem; border: 1.5px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); color: var(--text); width: 100%; }
.rs-form select:focus { border-color: var(--accent); outline: none; }

/* Campanhas — estado vazio (sem ativa) */
.camp-empty { display: flex; align-items: center; gap: var(--sp-2); background: var(--surface-2); border: 1px dashed var(--edge, var(--border)); border-radius: var(--radius); padding: var(--sp-3); margin-top: var(--sp-2); }
.camp-empty .ico { width: 32px; height: 32px; color: var(--accent); flex: 0 0 auto; }
.camp-empty p { margin: 0; color: var(--muted); font-size: var(--step-0); }
.camp-empty strong { color: var(--text); }

/* Receita — crédito da fonte */
.receita__fonte { margin-top: var(--sp-4); padding: var(--sp-2) var(--sp-3); background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: .95rem; color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-2); }
.receita__fonte a[href] { font-weight: 600; }

/* ---------- Loja: horários, mapa, galeria, lightbox ---------- */
.loja__horarios .label { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.hora-status { font-style: normal; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; padding: .2rem .55rem; border-radius: 999px; }
.hora-status.is-open { background: #E4F5E9; color: #1E6B36; }
.hora-status.is-closed { background: #FCE9E7; color: #A32617; }
table.horarios { width: 100%; border-collapse: collapse; }
table.horarios td { padding: .5rem .2rem; border-bottom: 1px solid var(--border); font-size: .95rem; }
table.horarios td.dia { color: var(--muted); }
table.horarios td.hora { text-align: right; font-weight: 600; font-variant-numeric: tabular-nums; }
table.horarios tr:last-child td { border-bottom: 0; }
table.horarios tr.is-today td { color: var(--accent-strong); font-weight: 700; }
table.horarios tr.is-today td.dia::after { content: " · hoje"; color: var(--accent); font-weight: 700; }

.loja__mapa { margin-top: var(--sp-4); }
.loja__mapa-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.loja__mapa-embed iframe { display: block; width: 100%; height: 340px; border: 0; }

.loja__galeria { margin-top: var(--sp-4); }
.galeria-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: var(--sp-1); margin-top: var(--sp-2); }
.galeria-item { display: block; aspect-ratio: 1/1; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border); }
.galeria-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.galeria-item:hover img { transform: scale(1.05); }

.rs-lightbox-overlay { position: fixed; inset: 0; z-index: 999; background: rgba(15,10,5,.88); display: none; align-items: center; justify-content: center; padding: 4vw; }
.rs-lightbox-overlay.is-open { display: flex; }
.rs-lightbox-overlay img { max-width: 96vw; max-height: 90vh; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.rs-lightbox-close { position: fixed; top: 16px; right: 20px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.15); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.rs-lightbox-close:hover { background: rgba(255,255,255,.28); }

/* Loja — redes sociais */
.loja__social { margin-top: var(--sp-3); padding-top: var(--sp-3); border-top: 1px solid var(--border); }
.loja__social-icons { display: flex; gap: var(--sp-1); margin-top: var(--sp-1); }
.loja__social-icons a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--surface-2); color: var(--accent-strong); border: 1px solid var(--border); }
.loja__social-icons a:hover { background: var(--accent); color: #fff; border-color: transparent; }

/* ---------- Hero carrossel ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero-carousel { position: relative; }
.hero-track { display: grid; }
.hero-slide.hero-slide--img { background: none; }
.hero-slide--img picture { display: block; }
.hero-slide--img img { display: block; width: 100%; height: auto; }
.hero-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity .5s ease; color: #fff; background-image: linear-gradient(90deg, rgba(38,20,8,.74), rgba(38,20,8,.34) 55%, rgba(38,20,8,.12)), var(--bg, var(--sun-strip)); background-size: cover; background-position: center; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
@media (max-width: 640px) { .hero-slide { background-image: linear-gradient(0deg, rgba(20,12,6,.55), rgba(20,12,6,.12)), var(--bg-m, var(--bg, var(--sun-strip))); } }
.hero-slide .hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; align-items: center; padding-block: clamp(3rem, 8vw, 5.5rem); min-height: clamp(240px, 32vw, 440px); }
.hero__title { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -.02em; line-height: 1.05; text-wrap: balance; margin: .55rem 0; text-shadow: 0 2px 18px rgba(0,0,0,.4); max-width: 20ch; }
.hero-dots { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 2; }
.hero-dot { width: 11px; height: 11px; border-radius: 50%; border: 2px solid #fff; background: transparent; cursor: pointer; padding: 0; box-shadow: 0 1px 4px rgba(0,0,0,.4); }
.hero-dot.is-active { background: #fff; }
.destaque-sec { padding-block: var(--sp-4); }

/* Banner sem texto = imagem pura, sem o degradê de leitura */
.hero-slide.hero-slide--plain { background-image: var(--bg, var(--sun-strip)); }
@media (max-width: 640px) { .hero-slide.hero-slide--plain { background-image: var(--bg-m, var(--bg, var(--sun-strip))); } }

/* Banner — imagem específica de tablet (641–1024px) */
@media (min-width: 641px) and (max-width: 1024px) {
  .hero-slide { background-image: linear-gradient(90deg, rgba(38,20,8,.74), rgba(38,20,8,.34) 55%, rgba(38,20,8,.12)), var(--bg-t, var(--bg, var(--sun-strip))); }
  .hero-slide.hero-slide--plain { background-image: var(--bg-t, var(--bg, var(--sun-strip))); }
}

/* Loja — texto "Sobre" */
.loja__sobre { max-width: 72ch; margin: 0 0 var(--sp-4); }
.loja__sobre p { color: var(--text); font-size: var(--step-0); line-height: 1.65; margin: 0 0 var(--sp-2); }

/* Horários — aviso */
.horarios-nota { margin: var(--sp-2) 0 0; font-size: .78rem; color: var(--muted); font-style: italic; }

/* Rodapé — linha legal (fonte menor) */
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: var(--sp-1); }
.site-footer__legal a { color: #C9B79E; font-size: .78rem; text-decoration: none; }
.site-footer__legal a:hover { color: var(--rs-amarelo); }

/* Banner de cookies (LGPD) */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: #2A1B10; color: #F4E9D8; padding: var(--sp-2) var(--sp-3); box-shadow: 0 -4px 20px rgba(0,0,0,.25); display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-2) var(--sp-3); justify-content: center; }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .9rem; max-width: 68ch; }
.cookie-banner a { color: var(--rs-amarelo); }
.cookie-banner__actions { display: flex; gap: var(--sp-1); flex-shrink: 0; }
