/* assets/styles.css */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg,#050505);color:var(--white,#fff);font-family:Georgia,"Times New Roman",serif}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;display:block}
.hero{position:relative;min-height:82vh;overflow:hidden;border-bottom:1px solid rgba(197,154,50,.35)}
.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(197,154,50,.18),transparent 30%),linear-gradient(135deg,#030303,#111 55%,#050505);background-size:cover;background-position:center;filter:saturate(.95)}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.64),rgba(0,0,0,.92))}
.topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 6vw}
.logo-text{font-size:42px;line-height:1;font-style:italic;font-weight:900;color:#fff;text-shadow:0 0 0 var(--gold)}
.logo-text::first-letter{font-size:1.25em}
.logo-img{height:82px;width:auto;object-fit:contain}
.nav-links{display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:14px;text-transform:uppercase;letter-spacing:.08em}
.nav-links a{opacity:.82}.nav-links a:hover{color:var(--gold)}
.hero-content{position:relative;z-index:2;width:min(950px,88vw);padding:90px 6vw 130px}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.22em;font-size:13px;font-weight:700}
.hero h1{font-size:clamp(58px,12vw,150px);margin:8px 0 8px;line-height:.85;font-style:italic}
.hero p:not(.eyebrow){font-family:Arial,sans-serif;font-size:clamp(16px,2vw,22px);line-height:1.6;color:rgba(255,255,255,.82);max-width:720px}
.hero-actions,.contact-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{border-radius:999px;padding:14px 22px;font-family:Arial,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:13px;display:inline-flex;align-items:center;justify-content:center}
.btn.primary{background:var(--gold);color:#050505}.btn.ghost{border:1px solid rgba(197,154,50,.75);color:#fff;background:rgba(255,255,255,.04)}
.category-nav-wrap{position:sticky;top:0;z-index:10;background:rgba(5,5,5,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(197,154,50,.25)}
.category-nav{display:flex;gap:10px;overflow:auto;padding:14px 6vw}
.category-nav a{white-space:nowrap;padding:10px 16px;border:1px solid rgba(197,154,50,.45);border-radius:999px;color:#fff;font-weight:800}
.category-nav a:hover{background:var(--gold);color:#050505}
.menu-section{padding:64px 6vw}
.section-title{text-align:center;margin-bottom:38px}
.section-title p{color:var(--gold);text-transform:uppercase;letter-spacing:.28em;font-weight:800}
.section-title h2{font-size:clamp(34px,6vw,72px);margin:0}
.menu-category{position:relative;margin:0 auto 34px;width:min(1180px,100%);border:2px solid rgba(197,154,50,.72);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.01));box-shadow:0 24px 80px rgba(0,0,0,.35);overflow:hidden}
.menu-category.with-photo{display:grid;grid-template-columns:minmax(280px,38%) 1fr}
.cat-photo{min-height:100%;background:#090909}
.cat-photo img{width:100%;height:100%;object-fit:cover}
.cat-content{padding:34px}
.cat-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-bottom:1px dashed rgba(197,154,50,.55);padding-bottom:18px;margin-bottom:22px}
.cat-heading span{display:inline-block;background:var(--gold);color:#050505;border-radius:12px;padding:8px 20px;font-size:clamp(22px,3vw,38px);font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.cat-heading p{margin:0;color:rgba(255,255,255,.7);font-family:Arial,sans-serif;max-width:460px;text-align:right}
.items-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.no-photo .items-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.menu-item{display:flex;gap:14px;align-items:stretch;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(0,0,0,.35);transition:.2s ease}
.menu-item:hover{transform:translateY(-2px);border-color:rgba(197,154,50,.55)}
.menu-item img{width:94px;height:94px;object-fit:cover;border-radius:16px;border:1px solid rgba(197,154,50,.35);flex:0 0 auto}
.item-info{width:100%;align-self:center}
.item-top{display:flex;gap:14px;align-items:flex-start;justify-content:space-between}
.item-top h3{font-size:21px;text-transform:uppercase;margin:0;line-height:1.05}
.item-top strong{font-size:24px;color:#fff;white-space:nowrap}
.item-info p{font-family:Arial,sans-serif;font-size:13px;line-height:1.45;color:rgba(255,255,255,.68);margin:7px 0 0}
.contact-section{margin:20px 6vw 70px;padding:34px;border-radius:34px;border:1px solid rgba(197,154,50,.45);display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,rgba(197,154,50,.12),rgba(255,255,255,.02))}
.contact-section h2{font-size:clamp(32px,5vw,60px);margin:4px 0}
.contact-section p{font-family:Arial,sans-serif;color:rgba(255,255,255,.75)}
footer{border-top:1px solid rgba(197,154,50,.25);padding:28px 6vw;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.65);font-family:Arial,sans-serif}
.footer-brand{display:flex;flex-direction:column;gap:6px}
.site-credit{color:rgba(255,255,255,.82);font-weight:700}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:20;width:62px;height:62px;border-radius:999px;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 14px 35px rgba(0,0,0,.45);transition:.2s ease}
.whatsapp-float:hover{transform:scale(1.06)}
.whatsapp-float svg{width:34px;height:34px;display:block;fill:currentColor}
.admin-body{background:#0b0b0b;font-family:Arial,sans-serif;color:#fff}
.admin-wrap{max-width:1180px;margin:0 auto;padding:28px}
.admin-card{background:#151515;border:1px solid rgba(197,154,50,.35);border-radius:22px;padding:22px;margin-bottom:20px}
.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.admin-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
label{display:block;font-weight:800;font-size:13px;color:#d7bd75;margin-bottom:6px}
input,textarea,select{width:100%;border:1px solid #333;background:#080808;color:#fff;border-radius:12px;padding:12px;font:inherit}
textarea{min-height:86px}
.admin-btn{border:0;border-radius:12px;background:var(--gold);color:#050505;font-weight:900;padding:12px 16px;cursor:pointer}
.admin-btn.danger{background:#b83b3b;color:#fff}.admin-btn.dark{background:#333;color:#fff}
.notice{padding:12px 14px;border-radius:12px;margin:12px 0;background:rgba(197,154,50,.16);border:1px solid rgba(197,154,50,.5)}
.item-editor{border:1px solid #2b2b2b;border-radius:16px;padding:14px;margin:12px 0;background:#101010}
.preview-img{max-width:140px;max-height:100px;border-radius:10px;margin-top:8px;object-fit:cover}
.small{font-size:12px;color:#aaa}
@media(max-width:920px){
  .topbar{align-items:flex-start;flex-direction:column}
  .menu-category.with-photo{grid-template-columns:1fr}
  .cat-photo{height:250px}
  .items-grid,.no-photo .items-grid{grid-template-columns:1fr}
  .cat-heading{align-items:flex-start;flex-direction:column}
  .cat-heading p{text-align:left}
  .contact-section,footer{flex-direction:column;align-items:flex-start}
  .admin-grid,.admin-grid-3{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero{min-height:auto}
  .hero-content{padding-top:52px;padding-bottom:80px}
  .nav-links{font-size:12px}
  .menu-section{padding-left:16px;padding-right:16px}
  .cat-content{padding:22px}
  .menu-item.has-img{flex-direction:column}
  .menu-item img{width:100%;height:160px}
  .item-top h3{font-size:18px}
}


/* =========================
   VERSÃO 2 — LaVic centralizado + tema claro/escuro
========================= */
body{
  transition:background .25s ease,color .25s ease;
}
body.theme-light{
  --bg:#f7f2e8;
  --white:#111111;
  background:#f7f2e8;
  color:#111111;
}
body.theme-light .hero-bg{
  background:
    radial-gradient(circle at 50% 10%, rgba(197,154,50,.34), transparent 24%),
    radial-gradient(circle at 20% 70%, rgba(197,154,50,.14), transparent 22%),
    linear-gradient(135deg,#fffaf0,#f0e6d4 55%,#fff7e8);
}
body.theme-light .hero-bg:after{
  background:linear-gradient(180deg,rgba(255,250,240,.74),rgba(255,250,240,.9));
}
body.theme-light .category-nav-wrap{
  background:rgba(250,245,235,.88);
}
body.theme-light .category-nav a,
body.theme-light .btn.ghost{
  color:#111;
}
body.theme-light .menu-category{
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(232,218,190,.35));
  box-shadow:0 24px 80px rgba(90,65,18,.14);
}
body.theme-light .menu-item{
  background:rgba(255,255,255,.72);
  border-color:rgba(10,10,10,.08);
}
body.theme-light .cat-heading p,
body.theme-light .item-info p,
body.theme-light .contact-section p,
body.theme-light footer{
  color:rgba(0,0,0,.68);
}
body.theme-light .item-top strong{
  color:#111;
}
body.theme-light .contact-section{
  background:linear-gradient(135deg,rgba(197,154,50,.18),rgba(255,255,255,.65));
}
body.theme-light .admin-body{background:#f7f2e8;color:#111}

.centered-hero{
  min-height:78vh;
  display:grid;
  place-items:center;
}
.centered-hero .hero-bg{
  background:
    radial-gradient(circle at 50% 18%, rgba(197,154,50,.28), transparent 26%),
    radial-gradient(circle at 15% 75%, rgba(197,154,50,.12), transparent 24%),
    radial-gradient(circle at 85% 70%, rgba(197,154,50,.12), transparent 24%),
    linear-gradient(135deg,#030303,#101010 55%,#020202);
}
.centered-hero .hero-bg:before{
  content:"";
  position:absolute;
  inset:8%;
  border:1px solid rgba(197,154,50,.42);
  border-radius:44px;
  box-shadow:
    0 0 80px rgba(197,154,50,.12),
    inset 0 0 70px rgba(197,154,50,.08);
}
.centered-hero .hero-bg:after{
  background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.9));
}
.hero-center{
  width:min(980px,92vw);
  padding:88px 5vw 92px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero-logo-link{
  display:block;
  position:relative;
}
.hero-logo-link:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:78%;
  height:52%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(197,154,50,.24),transparent 68%);
  filter:blur(18px);
  z-index:-1;
}
.logo-img.hero-logo{
  width:min(780px,94vw);
  height:auto;
  max-height:none;
  object-fit:contain;
  margin:0 auto;
  filter:drop-shadow(0 18px 45px rgba(0,0,0,.55));
}
body.theme-light .logo-img.hero-logo{
  filter:drop-shadow(0 18px 35px rgba(120,90,25,.22));
}
.hero-copy-line{
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  font-family:Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  font-size:clamp(11px,2vw,14px);
  color:rgba(255,255,255,.82);
}
.hero-copy-line span{
  display:inline-flex;
  align-items:center;
}
.hero-copy-line span:not(:last-child)::after{
  content:"";
  width:5px;
  height:5px;
  background:var(--gold);
  border-radius:50%;
  margin-left:8px;
}
body.theme-light .hero-copy-line{
  color:rgba(0,0,0,.74);
}
.hero-center p:not(.eyebrow){
  max-width:780px;
  margin:16px auto 0;
  text-align:center;
}
.theme-toggle{
  position:absolute;
  right:clamp(16px,4vw,46px);
  top:clamp(16px,4vw,34px);
  z-index:8;
  width:58px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(197,154,50,.68);
  background:rgba(0,0,0,.42);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-around;
  cursor:pointer;
  backdrop-filter:blur(12px);
  box-shadow:0 12px 30px rgba(0,0,0,.3);
}
.theme-toggle span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:15px;
  line-height:1;
}
body.theme-dark .theme-toggle .moon,
body:not(.theme-light) .theme-toggle .moon{
  background:var(--gold);
  color:#050505;
}
body.theme-light .theme-toggle{
  background:rgba(255,255,255,.62);
  color:#111;
}
body.theme-light .theme-toggle .sun{
  background:var(--gold);
  color:#050505;
}
@media(max-width:760px){
  .centered-hero{
    min-height:70vh;
  }
  .centered-hero .hero-bg:before{
    inset:14px;
    border-radius:28px;
  }
  .hero-center{
    padding:74px 18px 72px;
  }
  .logo-img.hero-logo{
    width:min(620px,102vw);
  }
  .hero-copy-line{
    max-width:350px;
    line-height:1.9;
  }
  .hero-actions{
    justify-content:center;
  }
}
@media(max-width:420px){
  .logo-img.hero-logo{
    width:108vw;
  }
  .hero-center p:not(.eyebrow){
    font-size:15px;
  }
}


/* Correção: texto principal também muda de cor com o tema */
body.theme-dark .hero-center p,
body.theme-dark .hero p:not(.eyebrow){
  color:rgba(255,255,255,.82);
}

body.theme-light .hero-center p,
body.theme-light .hero p:not(.eyebrow){
  color:rgba(0,0,0,.72) !important;
}

body.theme-light .hero-center .hero-copy-line{
  color:rgba(0,0,0,.78) !important;
}

body.theme-dark .hero-center .hero-copy-line{
  color:rgba(255,255,255,.82) !important;
}


/* Ajustes finais: admin e troca visual por tema */
.admin-save-bar{
  position:sticky;
  top:0;
  z-index:50;
  margin:-22px -22px 22px;
  padding:14px 18px;
  border-radius:22px 22px 0 0;
  background:rgba(8,8,8,.94);
  border-bottom:1px solid rgba(197,154,50,.45);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  backdrop-filter:blur(12px);
}
.admin-floating-save{
  position:fixed;
  right:22px;
  bottom:96px;
  z-index:100;
  border:0;
  border-radius:999px;
  background:var(--gold);
  color:#050505;
  font-weight:900;
  padding:15px 22px;
  box-shadow:0 18px 40px rgba(0,0,0,.45);
  cursor:pointer;
}
.admin-floating-save:hover{transform:translateY(-2px)}
body.theme-light .admin-save-bar{background:rgba(255,250,240,.94);color:#111}
body.theme-light .hero-center p,
body.theme-light .hero p:not(.eyebrow){color:rgba(0,0,0,.72)!important}
body.theme-dark .hero-center p,
body.theme-dark .hero p:not(.eyebrow){color:rgba(255,255,255,.82)!important}
@media(max-width:640px){
  .admin-save-bar{margin:-22px -22px 18px;flex-direction:column;align-items:stretch}
  .admin-save-bar .admin-btn{width:100%}
  .admin-floating-save{right:16px;left:16px;bottom:86px;width:auto}
}


/* Correção definitiva do botão de tema */
.theme-toggle{
  pointer-events:auto;
  user-select:none;
}
body.theme-light .hero-center p,
body.theme-light .hero p:not(.eyebrow){
  color:rgba(0,0,0,.72)!important;
}
body.theme-dark .hero-center p,
body.theme-dark .hero p:not(.eyebrow),
body:not(.theme-light) .hero-center p,
body:not(.theme-light) .hero p:not(.eyebrow){
  color:rgba(255,255,255,.82)!important;
}


/* Admin: categorias abre/fecha e botões de salvar por categoria */
.admin-category-tools{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 18px;
}
.category-editor{
  padding:0;
  overflow:hidden;
}
.category-editor > summary{
  list-style:none;
}
.category-editor > summary::-webkit-details-marker{
  display:none;
}
.category-summary{
  cursor:pointer;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:linear-gradient(135deg,rgba(197,154,50,.24),rgba(255,255,255,.04));
  border-bottom:1px solid rgba(197,154,50,.32);
}
.category-summary span{
  font-weight:900;
  color:#fff;
  font-size:18px;
}
.category-summary span:before{
  content:"▾";
  display:inline-block;
  margin-right:10px;
  color:var(--gold);
  transition:.2s ease;
}
.category-editor:not([open]) .category-summary span:before{
  transform:rotate(-90deg);
}
.category-body{
  padding:18px;
}
.category-bottom-save{
  position:sticky;
  bottom:0;
  z-index:20;
  display:flex;
  justify-content:flex-end;
  padding:14px 0 0;
  margin-top:14px;
  background:linear-gradient(180deg,rgba(16,16,16,0),#101010 40%);
}
body.theme-light .category-summary{
  background:linear-gradient(135deg,rgba(197,154,50,.28),rgba(255,255,255,.75));
}
body.theme-light .category-summary span{
  color:#111;
}
@media(max-width:640px){
  .category-summary{
    flex-direction:column;
    align-items:stretch;
  }
  .category-save-btn{
    width:100%;
  }
}


/* Ajustes finais do ADM: informações principais fechada, adicionar/excluir categoria e item */
.admin-form-card{padding:0;overflow:hidden}
.admin-collapse{display:block}
.admin-collapse > summary{list-style:none}
.admin-collapse > summary::-webkit-details-marker{display:none}
.category-summary-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.category-action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px dashed rgba(197,154,50,.28)}
.item-editor-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}
.item-editor-top strong{color:var(--gold)}
.admin-card.admin-form-card .category-body{padding:22px}
@media(max-width:640px){
  .category-summary-actions,.category-action-row,.item-editor-top{flex-direction:column;align-items:stretch}
  .category-summary-actions .admin-btn,.category-action-row .admin-btn,.item-editor-top .admin-btn{width:100%}
}


/* Opções de preço: meia/inteira, unitário/combo etc. */
.price-options{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
.price-option{
  border:1px solid rgba(197,154,50,.45);
  background:rgba(197,154,50,.1);
  border-radius:14px;
  padding:10px 12px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.price-option span{
  font-family:Arial,sans-serif;
  color:rgba(255,255,255,.76);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.price-option strong{
  font-family:Georgia,"Times New Roman",serif;
  color:#fff;
  font-size:22px;
  line-height:1;
}
body.theme-light .price-option{
  background:rgba(197,154,50,.14);
  border-color:rgba(145,104,24,.42);
}
body.theme-light .price-option span{
  color:rgba(0,0,0,.66);
}
body.theme-light .price-option strong{
  color:#111;
}
.option-grid{
  margin:12px 0;
}
@media(max-width:560px){
  .price-options{
    grid-template-columns:1fr;
  }
}


/* Lavic Site V01 - melhorias do setup */
.admin-edit-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:18px;
  align-items:start;
}
.admin-edit-fields{
  min-width:0;
}
.admin-edit-photo{
  border:1px solid rgba(197,154,50,.28);
  border-radius:18px;
  padding:14px;
  background:rgba(0,0,0,.18);
}
.large-preview{
  width:100%;
  max-width:100%;
  max-height:220px;
  object-fit:cover;
  margin-top:10px;
}
.item-layout{
  grid-template-columns:minmax(0,1fr) 230px;
}
.item-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.admin-arrow{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(197,154,50,.5);
  background:rgba(197,154,50,.15);
  color:var(--gold);
  font-weight:900;
  cursor:pointer;
}
.admin-arrow:disabled{
  opacity:.28;
  cursor:not-allowed;
  filter:grayscale(1);
}
body.theme-light .admin-edit-photo{
  background:rgba(255,255,255,.55);
}
@media(max-width:820px){
  .admin-edit-layout,
  .item-layout{
    grid-template-columns:1fr;
  }
  .admin-edit-photo{
    order:2;
  }
}


/* Lavic Site V05 - Setup corrigido */
.admin-edit-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:18px;
  align-items:start;
}
.item-layout{grid-template-columns:minmax(0,1fr) 230px}
.admin-edit-photo{
  border:1px solid rgba(197,154,50,.28);
  border-radius:18px;
  padding:14px;
  background:rgba(0,0,0,.18);
}
.large-preview{
  width:100%;
  max-width:100%;
  max-height:220px;
  object-fit:cover;
  margin-top:10px;
}
.item-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.admin-arrow{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(197,154,50,.5);
  background:rgba(197,154,50,.15);
  color:var(--gold);
  font-weight:900;
  cursor:pointer;
}
.admin-arrow:disabled{
  opacity:.28;
  cursor:not-allowed;
}
@media(max-width:820px){
  .admin-edit-layout,.item-layout{grid-template-columns:1fr}
}


/* Lavic Site V08 - remover fotos no setup */
.remove-photo-check{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#ffb4b4;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}
.remove-photo-check input{
  width:auto;
  accent-color:#b83b3b;
}


/* Lavic Site V09 - variações ilimitadas */
.variations-box{
  margin-top:14px;
  border:1px solid rgba(197,154,50,.28);
  border-radius:16px;
  padding:14px;
  background:rgba(255,255,255,.025);
}
.variations-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.variations-head strong{
  color:var(--gold);
}
.variations-list{
  display:grid;
  gap:10px;
}
.variation-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 160px auto;
  gap:10px;
  align-items:end;
  padding:10px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(0,0,0,.16);
}
@media(max-width:720px){
  .variations-head,
  .variation-row{
    grid-template-columns:1fr;
    display:grid;
  }
  .variation-row .admin-btn,
  .variations-head .admin-btn{
    width:100%;
  }
}


/* =========================
   V10 — Botões novos e galeria do espaço
========================= */
.hero-actions-three{justify-content:center;gap:16px;max-width:980px;margin-left:auto;margin-right:auto}
.hero-actions-three .btn{min-width:210px;padding:16px 24px}
.space-hero{min-height:72vh}
.space-section{padding-top:76px}
.space-gallery{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.space-card{margin:0;border:1px solid rgba(197,154,50,.35);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.035);box-shadow:0 20px 60px rgba(0,0,0,.25)}
.space-card img,.space-card video{width:100%;height:auto;display:block;object-fit:contain;background:#090909}
.space-card figcaption{font-family:Arial,sans-serif;padding:14px 16px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.45}
.empty-gallery{width:min(760px,100%);margin:0 auto;padding:36px;border-radius:28px;border:1px dashed rgba(197,154,50,.55);text-align:center;background:rgba(255,255,255,.035)}
.empty-gallery h3{font-size:32px;margin:0 0 10px}.empty-gallery p{font-family:Arial,sans-serif;color:rgba(255,255,255,.72)}
body.theme-light .space-card{background:rgba(255,255,255,.72);box-shadow:0 20px 60px rgba(90,65,18,.12)}
body.theme-light .space-card figcaption,body.theme-light .empty-gallery p{color:rgba(0,0,0,.68)}
body.theme-light .empty-gallery{background:rgba(255,255,255,.62)}
@media(max-width:920px){.space-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.space-card img,.space-card video{height:auto}}
@media(max-width:560px){.hero-actions-three .btn{width:100%;min-width:0}.space-gallery{grid-template-columns:1fr}.space-card img,.space-card video{height:auto}}

/* V11 - abas do setup e editor da galeria */
.admin-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}
.admin-tab{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;border:1px solid rgba(197,154,50,.45);background:rgba(255,255,255,.04);color:var(--white,#fff);font-weight:800;text-decoration:none;letter-spacing:.02em}
.admin-tab.active,.admin-tab:hover{background:var(--gold,#c59a32);color:#050505;border-color:var(--gold,#c59a32)}
.space-admin-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:18px}
.space-admin-item{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:10px}
.space-admin-item video.preview-img{height:auto;max-height:190px;object-fit:contain;background:#000}
@media (max-width:700px){.admin-tabs{gap:8px}.admin-tab{width:100%;padding:12px}.space-admin-list{grid-template-columns:1fr}}




/* Lavic Site V17 - almoço: preço em caixas menores */
.lunch-page .price-options{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:16px;
}
.lunch-page .price-option{
  display:grid;
  grid-template-columns:86px 1fr;
  align-items:center;
  gap:12px;
  padding:0;
  background:transparent;
  border:0;
  min-height:74px;
}
.lunch-page .price-option span,
.lunch-page .price-option strong{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:74px;
  border:2px solid rgba(197,154,50,.62);
  background:rgba(197,154,50,.13);
  box-shadow:inset 0 0 32px rgba(197,154,50,.08);
  color:var(--white,#fff);
}
.lunch-page .price-option span{
  border-radius:26px;
  font-family:var(--display-font, Georgia, serif);
  font-size:42px;
  font-weight:900;
  line-height:1;
}
.lunch-page .price-option strong{
  border-radius:26px;
  font-family:var(--display-font, Georgia, serif);
  font-size:52px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  letter-spacing:.01em;
}
body.theme-light .site-credit{color:rgba(0,0,0,.75)}
.upload-status{margin-top:8px!important;color:rgba(255,255,255,.62)!important}
@media(max-width:700px){
  .lunch-page .price-options{gap:10px;margin-top:14px}
  .lunch-page .price-option{grid-template-columns:62px 1fr;gap:10px;min-height:58px}
  .lunch-page .price-option span,
  .lunch-page .price-option strong{min-height:58px;border-radius:16px}
  .lunch-page .price-option span{font-size:30px}
  .lunch-page .price-option strong{font-size:36px}
}
@media(max-width:420px){
  .lunch-page .price-option{grid-template-columns:56px 1fr;gap:9px;min-height:54px}
  .lunch-page .price-option span,
  .lunch-page .price-option strong{min-height:54px;border-radius:15px}
  .lunch-page .price-option span{font-size:28px}
  .lunch-page .price-option strong{font-size:33px}
}


.site-credit{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--gold);text-decoration:none;font-weight:800;letter-spacing:.02em;transition:opacity .2s ease, transform .2s ease;}
.site-credit:hover{opacity:.85;transform:translateY(-1px);}
.site-credit-icon{width:18px;height:18px;display:inline-block;flex:0 0 18px;fill:currentColor;}
@media (max-width:640px){.site-credit{font-size:.9rem}.site-credit-icon{width:16px;height:16px;flex-basis:16px}}

/* Lavic Site V18 - correção desktop almoço: cards sem estourar */
.lunch-page .menu-item{
  min-width:0;
  overflow:hidden;
}
.lunch-page .item-info,
.lunch-page .item-top,
.lunch-page .item-top h3{
  min-width:0;
}
.lunch-page .item-top h3{
  overflow-wrap:anywhere;
  word-break:normal;
}
.lunch-page .price-option strong{
  min-width:0;
  overflow:hidden;
  font-size:clamp(30px, 2.7vw, 44px);
}
.lunch-page .price-option span{
  font-size:clamp(30px, 2.4vw, 38px);
}
.lunch-page .price-option{
  grid-template-columns:72px minmax(0, 1fr);
  gap:10px;
  min-height:64px;
}
.lunch-page .price-option span,
.lunch-page .price-option strong{
  min-height:64px;
  border-radius:22px;
}
.lunch-page .no-photo .items-grid{
  grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
}
@media(min-width:1100px){
  .lunch-page .no-photo .items-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:700px){
  .lunch-page .price-option strong{font-size:32px}
  .lunch-page .price-option span{font-size:28px}
}
@media(max-width:420px){
  .lunch-page .price-option strong{font-size:30px}
  .lunch-page .price-option span{font-size:26px}
}

/* V20 - opções no botão flutuante do WhatsApp */
.whatsapp-widget{position:fixed;right:22px;bottom:22px;z-index:30;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.whatsapp-widget .whatsapp-float{position:relative;right:auto;bottom:auto;border:0;cursor:pointer}
.whatsapp-options{display:flex;flex-direction:column;gap:10px;align-items:flex-end;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s ease}
.whatsapp-widget.is-open .whatsapp-options{opacity:1;pointer-events:auto;transform:translateY(0)}
.whatsapp-option{width:max-content;max-width:270px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;border:1px solid rgba(197,154,50,.45);background:rgba(10,10,10,.94);color:#fff;font-family:Arial,sans-serif;font-weight:900;font-size:14px;box-shadow:0 14px 35px rgba(0,0,0,.38);cursor:pointer;text-decoration:none}
.whatsapp-option svg{width:22px;height:22px;fill:currentColor;flex:0 0 auto;color:#25d366}
.whatsapp-option:hover{border-color:rgba(197,154,50,.9);transform:translateY(-1px)}
button.whatsapp-option{appearance:none;-webkit-appearance:none}
@media(max-width:640px){.whatsapp-widget{right:18px;bottom:18px}.whatsapp-option{font-size:13px;padding:11px 13px;max-width:245px}}

/* V21 - Desktop em 80% para melhor visualização */
@media (min-width:1024px){
  body:not(.admin-body){
    zoom:.8;
  }
}
