:root{--red:#9e0b0f;--red-dark:#520000;--red-deep:#260000;--gold:#ffc400;--gold-2:#ff9d00;--cream:#fff8e8;--ink:#2a160f;--muted:#705c50;--white:#fff;--shadow:0 18px 45px rgba(55,0,0,.14);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fffdf7;line-height:1.5}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,var(--red-dark),var(--red),#b40c0c);box-shadow:0 8px 25px rgba(0,0,0,.14)}.nav-wrap{min-height:82px;display:flex;align-items:center;gap:26px}.brand{width:110px;align-self:stretch;display:grid;place-items:center}.brand img{width:94px;max-height:76px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.25))}.main-nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1;color:#fff;font-size:14px;font-weight:700}.main-nav a{padding:30px 0;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:3px;background:var(--gold);transition:.25s}.main-nav a:hover:after{right:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,#ffe45d,var(--gold));color:#4b1c00;box-shadow:0 9px 22px rgba(255,196,0,.28)}.btn-red{background:linear-gradient(135deg,#c00,#830000);color:#fff}.btn-outline{border:2px solid rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.05)}.btn-lg{padding:16px 24px}.btn-full{width:100%}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 70% 25%,#97120f 0,#530000 35%,#1c0000 78%);color:#fff}.hero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-72px;height:110px;background:#fffdf7;border-radius:50% 50% 0 0/60% 60% 0 0;border-top:6px solid var(--gold)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,0,0,.3),transparent 60%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.2fr;min-height:590px;align-items:center;gap:45px;padding:48px 0 90px}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:1.7px;color:var(--gold);margin-bottom:12px}.eyebrow.red{color:var(--red)}.hero h1,.menu-hero h1{font-size:clamp(44px,6vw,76px);line-height:.95;margin:0 0 22px;letter-spacing:-2px}.hero h1 strong{display:block;color:var(--gold)}.hero-copy>p{font-size:19px;max-width:560px;color:#ffe9cf}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.hero-benefits{display:flex;gap:20px;flex-wrap:wrap;font-weight:700;font-size:13px;color:#ffe7ba}.hero-visual{position:relative;min-height:430px;display:flex;align-items:center}.hero-food{width:82%;border-radius:42% 58% 48% 52%;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.35);border:8px solid rgba(255,196,0,.2)}.hero-food img{width:100%;height:390px;object-fit:cover;transform:scale(1.06)}.hero-logo{position:absolute;width:265px;right:-10px;bottom:0;filter:drop-shadow(0 16px 20px rgba(0,0,0,.35))}.section{padding:86px 0}.section-head{margin-bottom:32px}.section-head.spaced{display:flex;align-items:end;justify-content:space-between;gap:28px}.section h2,.instagram-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0 0 10px}.section h2 em,.instagram-copy h2 em{font-family:Georgia,serif;color:var(--red);font-weight:700}.section-head p{margin:0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transition:.25s}.category-card:hover{transform:translateY(-7px)}.category-card img{width:100%;height:150px;object-fit:cover}.category-card-foot{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;background:linear-gradient(90deg,var(--red),#bd1515);color:#fff}.category-card:nth-child(even) .category-card-foot{background:linear-gradient(90deg,var(--gold),var(--gold-2));color:#4b1c00}.category-card-foot span{width:28px;height:28px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center}.feature-band{display:grid;grid-template-columns:1.1fr 1fr;background:linear-gradient(90deg,#350000,var(--red-dark));color:#fff;min-height:340px}.feature-photo{position:relative;overflow:hidden}.feature-photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.78) saturate(1.2)}.feature-title{position:absolute;left:10%;top:50%;transform:translateY(-50%);font-size:38px;line-height:1.05;text-transform:uppercase;font-weight:900;text-shadow:0 3px 8px rgba(0,0,0,.45)}.feature-title strong{color:var(--gold)}.feature-points{display:grid;grid-template-columns:repeat(2,1fr);align-content:center;padding:42px;gap:25px}.feature-points div{padding:10px 20px;border-left:1px solid rgba(255,196,0,.55)}.feature-points span{width:46px;height:46px;background:var(--gold);color:var(--red-dark);border-radius:50%;display:grid;place-items:center;font-size:22px}.feature-points h3{margin:10px 0 5px}.feature-points p{margin:0;color:#efd7cf;font-size:14px}.instagram-section{background:linear-gradient(135deg,#ffd000,#ffb300);padding:74px 0}.instagram-layout{display:grid;grid-template-columns:.36fr .64fr;gap:42px;align-items:center}.instagram-copy p{margin:0 0 24px;max-width:340px}.instagram-feed{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.instagram-feed a{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(82,0,0,.18);aspect-ratio:1/1.14}.instagram-feed img{width:100%;height:100%;object-fit:cover;transition:.25s}.instagram-feed span{position:absolute;right:12px;top:10px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.9);display:grid;place-items:center;color:var(--red);font-size:19px}.instagram-feed a:hover img{transform:scale(1.06)}.site-footer{background:linear-gradient(180deg,#5c0000,#270000);color:#fff;padding-top:46px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:42px;padding-bottom:36px}.footer-brand img{width:105px}.footer-grid h3{color:var(--gold);font-size:15px;margin:5px 0 15px}.footer-grid a,.footer-grid p{display:block;color:#ead8d3;margin:8px 0;font-size:14px}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:16px;color:#cbb4ad;font-size:12px}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:30px;font-weight:900;z-index:60;box-shadow:0 10px 28px rgba(0,0,0,.28);animation:pulse 1.8s infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.09)}}.menu-hero{background:linear-gradient(135deg,#300000,#a40000);color:#fff;padding:72px 0 58px}.menu-hero h1{font-size:56px;margin-bottom:15px}.menu-hero p{max-width:700px;color:#f2d9cf}.menu-section{padding:55px 0 90px}.menu-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:34px;align-items:start}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid #ead8c4;background:#fff;border-radius:999px;padding:10px 15px;font-weight:800;color:#6d4435;cursor:pointer}.filter.active,.filter:hover{background:var(--red);color:#fff;border-color:var(--red)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #f1e5d6}.product-image{height:225px;background:#f6efe3}.product-image img{width:100%;height:100%;object-fit:cover}.product-body{padding:20px}.product-body h3{margin:0 0 8px;font-size:21px}.product-body p{min-height:48px;margin:0;color:var(--muted);font-size:14px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px}.product-bottom strong{font-size:22px;color:var(--red)}.add-cart{border:0;background:var(--gold);color:#4b1c00;border-radius:999px;padding:11px 14px;font-weight:900;cursor:pointer}.cart{position:sticky;top:108px;background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:22px;border:1px solid #f1e5d6}.cart-head,.cart-total{display:flex;align-items:center;justify-content:space-between;gap:15px}.cart-head h2{margin:0;font-size:24px}.cart-head span{font-size:12px;color:var(--muted)}.cart-items{margin:20px 0;display:grid;gap:12px}.cart-empty{color:var(--muted);font-size:14px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding-bottom:12px;border-bottom:1px solid #eee}.cart-item strong{font-size:14px}.qty{display:flex;align-items:center;gap:6px}.qty button{width:26px;height:26px;border:0;border-radius:50%;background:#f2e8df;cursor:pointer}.cart-total{border-top:2px solid #f3e7d7;padding-top:15px;font-size:18px}.cart textarea{width:100%;margin:16px 0;min-height:78px;border:1px solid #e5d6c7;border-radius:14px;padding:12px;font:inherit;resize:vertical}.hidden{display:none!important}
@media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr 1fr}.hero-logo{width:200px}.instagram-layout{grid-template-columns:1fr}.instagram-copy{max-width:560px}.menu-layout{grid-template-columns:1fr}.cart{position:static}}@media(max-width:800px){.nav-wrap{min-height:72px}.brand{width:78px}.brand img{width:68px}.header-cta{display:none}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#750000;padding:10px 20px 22px;flex-direction:column;gap:0}.main-nav.open{display:flex}.main-nav a{padding:13px 0}.hero-grid{grid-template-columns:1fr;padding:42px 0 100px}.hero-visual{min-height:320px}.hero-food{width:90%}.hero-food img{height:300px}.hero-logo{right:0;width:180px}.section{padding:65px 0}.section-head.spaced{align-items:start;flex-direction:column}.category-grid{grid-template-columns:repeat(2,1fr)}.feature-band{grid-template-columns:1fr}.feature-photo{min-height:320px}.feature-points{grid-template-columns:1fr 1fr}.instagram-feed{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr}}@media(max-width:520px){.container{width:min(100% - 28px,1180px)}.hero h1{font-size:49px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-benefits{display:grid;gap:8px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card img{height:120px}.feature-title{font-size:29px}.feature-points{grid-template-columns:1fr;padding:28px}.instagram-feed{gap:8px}.footer-grid{grid-template-columns:1fr}.menu-hero h1{font-size:43px}.product-image{height:210px}.product-bottom{align-items:flex-end;flex-direction:column}.add-cart{width:100%}}


/* Instagram - perfil oficial com publicações recentes */
.instagram-section{background:linear-gradient(135deg,#ffd000,#ffb300);padding:82px 0}
.instagram-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}
.instagram-copy{max-width:720px}
.instagram-copy p{max-width:620px;margin:0;color:#5a2600}
.instagram-profile-embed{width:100%;max-width:980px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 18px 42px rgba(82,0,0,.18);overflow:hidden;border:1px solid rgba(158,11,15,.08)}
.instagram-profile-embed iframe{display:block;width:100%;height:680px;border:0;background:#fff}
@media(max-width:800px){.instagram-title-row{align-items:flex-start;flex-direction:column}.instagram-profile-embed iframe{height:640px}.instagram-section{padding:62px 0}}
@media(max-width:520px){.instagram-profile-embed{border-radius:18px}.instagram-profile-embed iframe{height:610px}}
