:root{
  --primary:#af8017;
  --primary-dark:#84600f;
  --secondary:#d5a535;
  --dark:#202329;
  --bg:#f5f5f2;
  --text:#24262b;
  --muted:#647085;
  --card:#fff;
  --green:#18be61;
  --green-dark:#0fa84f;
  --shadow:0 16px 36px rgba(18,24,32,.10);
  --soft-shadow:0 10px 24px rgba(18,24,32,.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}.hidden{display:none!important}
body.modal-open{overflow:hidden}.home-shell,.page-shell{max-width:560px;margin:0 auto;min-height:100vh;background:linear-gradient(180deg,#fff 0%,#f7f7f3 68%,#f2f2ee 100%);overflow:hidden}.hero-card{position:relative}.cover-img{width:100%;height:245px;display:block;object-fit:cover;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow:0 10px 30px rgba(0,0,0,.10)}.share-btn{position:absolute;right:24px;bottom:26px;width:58px;height:58px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(73,64,55,.86);box-shadow:0 10px 25px rgba(0,0,0,.18);cursor:pointer}.profile-block{text-align:center;padding:0 22px 12px;margin-top:-70px}.logo-avatar{width:142px;height:142px;margin:0 auto 18px;border-radius:50%;border:7px solid #fff;background:#111;box-shadow:var(--shadow);position:relative;overflow:visible}.logo-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.status-dot{position:absolute;right:4px;bottom:18px;width:22px;height:22px;border-radius:50%;background:#15c96b;border:4px solid #fff}.eyebrow{font-size:20px;color:#5e6b7e;margin:8px 0 8px}.profile-block h1{font-size:38px;line-height:1.05;font-weight:900;letter-spacing:-.8px;margin-bottom:14px}.tagline{font-size:19px;line-height:1.45;color:#5e6b7e;max-width:440px;margin:0 auto}.home-question{margin:32px 0 6px;color:var(--primary);font-size:28px;line-height:1.15;font-weight:900}.separator{width:270px;max-width:74%;display:flex;align-items:center;justify-content:center;gap:12px;margin:8px auto 18px;color:var(--primary);font-size:15px}.separator span{height:1px;flex:1;background:rgba(175,128,23,.32)}.category-list{padding:0 28px 4px}.category-link{width:100%;min-height:78px;border:0;border-radius:24px;background:#fff;box-shadow:var(--soft-shadow);display:flex;align-items:center;gap:20px;padding:0 22px;margin:0 0 18px;cursor:pointer;text-align:left;font-family:inherit;color:var(--text);transition:.18s ease}.category-link:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(18,24,32,.12)}.category-icon{min-width:46px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,#f6ecd4,#efe0bd);color:#9a6d0d;font-size:22px;font-weight:900}.category-text{flex:1;font-size:23px;line-height:1.1;font-weight:900}.arrow{color:#697386;font-size:34px;font-weight:300}.whatsapp-box{margin:26px 28px 28px;padding:24px 20px;border-radius:26px;background:#fff;box-shadow:var(--shadow);text-align:center}.whatsapp-box p{font-size:18px;color:#5e6b7e;margin-bottom:16px;line-height:1.35}.whatsapp-btn{height:66px;border-radius:999px;background:linear-gradient(180deg,var(--green),var(--green-dark));display:flex;align-items:center;justify-content:center;gap:13px;color:#fff;font-weight:900;font-size:23px;box-shadow:0 10px 22px rgba(18,184,90,.28);width:100%;border:0}.city-line{margin:18px 0 0!important}.site-footer{margin:26px 10px 0;padding:30px 22px 38px;border-top-left-radius:30px;border-top-right-radius:30px;background:linear-gradient(180deg,#20242a 0%,#121417 100%);color:#fff;text-align:center}.site-footer strong{display:block;font-size:24px;margin-bottom:10px}.site-footer small{display:block;color:#d9d9d9;font-size:17px;line-height:1.35}.copyright{font-size:19px;margin:22px 0 16px;color:#fff}.footer-owner{display:inline-block;color:#fff;font-weight:900;font-size:22px}.modal-backdrop{position:fixed;inset:0;background:rgba(13,16,20,.68);backdrop-filter:blur(5px);z-index:50}.info-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:60;width:min(92vw,500px);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.info-modal h2{font-size:28px;font-weight:900;margin-bottom:16px}.close-modal{position:absolute;right:16px;top:16px;width:50px;height:50px;border:0;border-radius:50%;background:#eef0f2;color:#111;font-size:34px;line-height:1;cursor:pointer}.map-frame{height:230px;border-radius:18px;overflow:hidden;background:#dbe8ef;margin-bottom:16px}.map-frame iframe{border:0;width:100%;height:100%}.location-card{background:#fffaf0;border:1px solid #f1dfbd;border-radius:20px;padding:18px;margin-bottom:16px}.location-card strong{display:block;color:#12944a;font-size:18px;margin-bottom:8px}.location-card p{font-size:17px;line-height:1.45;color:#3f4755;margin-bottom:12px}.location-card span{font-size:15px;line-height:1.35;color:#6b7280}.modal-action{width:100%;height:58px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:19px;font-weight:900;margin-top:12px;cursor:pointer}.modal-action.copy{background:var(--green);color:#fff}.modal-action.maps{background:#17191d;color:#fff}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:70;background:#17191d;color:#fff;padding:14px 18px;border-radius:999px;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.menu-body{background:var(--bg)}.page-shell{padding-bottom:0}.topbar{height:78px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 8px 22px rgba(18,24,32,.06)}.brand-link{display:flex;align-items:center;gap:12px;min-width:0}.brand-avatar{width:48px;height:48px;border-radius:50%;display:block;overflow:hidden;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.16);background:#111;flex:0 0 auto}.brand-avatar img{width:100%;height:100%;object-fit:cover}.brand-name{display:block;font-weight:900;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:290px}.brand-back{display:block;color:#687386;font-size:13px;margin-top:3px}.icon-btn{width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:#f2f3f4;color:#20242a;cursor:pointer}.menu-title{font-size:36px;line-height:1.05;text-align:center;font-weight:900;margin:30px 24px 8px}.menu-subtitle{font-size:18px;line-height:1.45;text-align:center;color:#657086;margin:0 30px 20px}.quick-nav{display:flex;gap:10px;overflow:auto;padding:0 20px 18px;margin-bottom:6px}.quick-nav::-webkit-scrollbar{display:none}.quick-nav a{white-space:nowrap;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 14px rgba(18,24,32,.06);border-radius:999px;padding:11px 16px;font-weight:800;color:var(--primary)}.service-section{padding:20px 22px 6px;scroll-margin-top:88px}.section-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.section-number{width:46px;height:46px;border-radius:50%;background:linear-gradient(180deg,#f6ecd4,#efe0bd);color:#9a6d0d;display:grid;place-items:center;font-weight:900;font-size:21px;flex:0 0 auto}.section-header h2{font-size:30px;font-weight:900;margin-bottom:4px}.section-header p{font-size:17px;line-height:1.4;color:#657086}.carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 18px;margin-bottom:6px}.carousel::-webkit-scrollbar{display:none}.carousel img{min-width:82%;height:270px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow);scroll-snap-align:start;background:#ddd}.info-card{background:#fff;border-radius:24px;box-shadow:var(--soft-shadow);padding:20px;margin:0 0 18px}.info-card h3{font-size:22px;margin-bottom:8px}.info-card p{font-size:17px;line-height:1.45;color:#657086}.back-top{text-align:center;margin:18px 0}.back-top a{display:inline-block;padding:12px 18px;background:#fff;border-radius:999px;color:var(--primary);font-weight:900;box-shadow:var(--soft-shadow)}
@media(max-width:390px){.cover-img{height:220px}.logo-avatar{width:126px;height:126px}.profile-block h1{font-size:34px}.tagline{font-size:18px}.home-question{font-size:25px}.category-list{padding:0 20px}.category-text{font-size:21px}.whatsapp-box{margin-left:20px;margin-right:20px}.whatsapp-btn{font-size:21px}.carousel img{height:240px}}

.whatsapp-box.internal{margin-top:20px}


/* Ajuste v8 — index mais compacta, alinhada ao estilo da Cantina da Tapioca */
.home-body .cover-img{
  height:225px;
  border-bottom-left-radius:26px;
  border-bottom-right-radius:26px;
}
.home-body .share-btn{
  width:52px;
  height:52px;
  right:20px;
  bottom:22px;
}
.home-body .profile-block{
  margin-top:-60px;
  padding:0 22px 8px;
}
.home-body .logo-avatar{
  width:124px;
  height:124px;
  border-width:6px;
  margin-bottom:14px;
}
.home-body .status-dot{
  width:19px;
  height:19px;
  right:3px;
  bottom:15px;
  border-width:3px;
}
.home-body .eyebrow{
  font-size:17px;
  margin:5px 0 7px;
}
.home-body .profile-block h1{
  font-size:31px;
  letter-spacing:-.5px;
  margin-bottom:11px;
}
.home-body .tagline{
  font-size:17px;
  line-height:1.4;
  max-width:390px;
}
.home-body .home-question{
  margin:27px 0 4px;
  font-size:23px;
}
.home-body .separator{
  width:235px;
  margin:6px auto 15px;
}
.home-body .category-list{
  padding:0 27px 2px;
}
.home-body .category-link{
  min-height:68px;
  border-radius:22px;
  gap:17px;
  padding:0 20px;
  margin-bottom:14px;
}
.home-body .category-icon{
  min-width:40px;
  width:40px;
  height:40px;
  font-size:19px;
}
.home-body .category-text{
  font-size:20px;
}
.home-body .arrow{
  font-size:30px;
}
.home-body .whatsapp-box{
  margin:22px 27px 25px;
  padding:21px 18px;
  border-radius:24px;
}
.home-body .whatsapp-box p{
  font-size:16px;
  margin-bottom:14px;
}
.home-body .whatsapp-btn{
  height:58px;
  font-size:20px;
}
.home-body .city-line{
  margin-top:16px!important;
}
.home-body .site-footer{
  margin-top:23px;
  padding:27px 20px 34px;
}
.home-body .site-footer strong{
  font-size:22px;
}
.home-body .site-footer small{
  font-size:16px;
}
.home-body .copyright{
  font-size:17px;
  margin:19px 0 14px;
}
.home-body .footer-owner{
  font-size:20px;
}

@media(max-width:390px){
  .home-body .cover-img{height:205px}
  .home-body .logo-avatar{width:116px;height:116px}
  .home-body .profile-block h1{font-size:29px}
  .home-body .tagline{font-size:16px}
  .home-body .home-question{font-size:22px}
  .home-body .category-list{padding:0 20px}
  .home-body .category-link{min-height:64px;margin-bottom:13px}
  .home-body .category-text{font-size:19px}
  .home-body .whatsapp-box{margin-left:20px;margin-right:20px}
  .home-body .whatsapp-btn{font-size:19px;height:56px}
}
