:root{--red:#ff4b32;--red-deep:#d72c1d;--cream:#fff6e8;--ink:#13100f;--surface:#1d1816;--muted:#a99f97;--line:rgba(255,246,232,.14);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font:16px/1.45 "DM Sans",sans-serif}body.cart-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{color:inherit;touch-action:manipulation}.site-header{height:78px;display:flex;align-items:center;gap:30px;padding:0 clamp(18px,5vw,84px);position:sticky;top:0;z-index:20;background:rgba(19,16,15,.93);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px}.brand-symbol{width:42px;height:42px;display:grid;place-items:center;background:var(--red);border-radius:50%;font:800 .7rem/1 "Barlow Condensed",sans-serif;letter-spacing:-.06em}.brand-symbol.has-logo{overflow:hidden;background:transparent}.brand-symbol.has-logo img{width:100%;height:100%;object-fit:contain}.brand>span:last-child{display:flex;flex-direction:column}.brand strong{font:700 1.26rem/1 "Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:.025em}.brand small{font-size:.57rem;font-weight:700;letter-spacing:.16em;color:var(--muted);margin-top:5px}.site-header nav{display:flex;gap:25px;margin:auto}.site-header nav a{font-size:.8rem;font-weight:700;color:#cbc1b8}.site-header nav a:hover{color:var(--red)}.header-cart{display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.2);padding:8px 13px;background:transparent;border-radius:12px;font-weight:700;font-size:.78rem;cursor:pointer}.header-cart span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--red);font-size:.7rem}.hero{height:min(640px,calc(100svh - 78px));min-height:500px;position:relative;overflow:hidden;border-bottom:1px solid var(--line)}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,8,7,.89),rgba(10,8,7,.51) 44%,rgba(10,8,7,.08) 78%),linear-gradient(0deg,rgba(10,8,7,.48),transparent 52%)}.hero-content{position:absolute;left:clamp(20px,7vw,112px);bottom:clamp(46px,8vw,90px);z-index:2}.hero-content p,.catalog-intro>div>span,.service-info .info-main>span{font-size:.69rem;font-weight:800;letter-spacing:.16em;color:var(--red)}.hero h1,.catalog h2,.promo-card h2,.service-info h2,.cart-sheet h2{font-family:"Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:-.035em;line-height:.82;margin:11px 0 25px}.hero h1{font-size:clamp(4.4rem,10vw,9.7rem);max-width:780px}.hero h1 em,.catalog h2 em{font-style:normal;color:var(--red)}.hero-actions{display:flex;align-items:center;gap:17px}.hero-button{background:var(--red);padding:15px 19px;border-radius:12px;font-size:.88rem;font-weight:800}.hero-button span{margin-left:15px}.hero-actions>span{font-size:.78rem;color:#d8cec5}.hero-stamp{position:absolute;right:clamp(20px,7vw,110px);bottom:50px;width:122px;height:122px;z-index:2;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-transform:uppercase;transform:rotate(10deg);background:rgba(19,16,15,.25);backdrop-filter:blur(3px)}.hero-stamp span{font-size:.54rem;letter-spacing:.12em}.hero-stamp strong{font:800 2.1rem/1 "Barlow Condensed",sans-serif;color:var(--red);margin:4px 0}.order-steps{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:1px;background:var(--line);border-inline:1px solid var(--line)}.order-steps>div,.order-steps>a{background:var(--ink);padding:24px clamp(16px,3vw,34px);min-height:116px}.order-steps>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:13px;align-content:center}.order-steps>div>span{grid-row:1/3;color:var(--red);font:800 1.8rem/1 "Barlow Condensed",sans-serif}.order-steps strong{font-size:.85rem}.order-steps small{font-size:.74rem;color:var(--muted)}.order-steps>a{display:flex;align-items:center;gap:14px;background:var(--red);font-weight:800;white-space:nowrap}.order-steps>a b{font-size:1.25rem}.catalog{padding:clamp(64px,8vw,118px) clamp(18px,7vw,110px);max-width:1600px;margin:auto}.catalog-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.catalog h2{font-size:clamp(4rem,7vw,7rem);margin:6px 0 0}.search{width:min(360px,100%);display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid rgba(255,246,232,.45)}.search span{font-size:1.5rem}.search input{height:47px;min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--cream)}.search input::placeholder{color:var(--muted)}.category-wrap{border-block:1px solid var(--line);margin-inline:calc(clamp(18px,7vw,110px) * -1);padding-inline:clamp(18px,7vw,110px);position:sticky;top:78px;z-index:12;background:rgba(19,16,15,.95);backdrop-filter:blur(14px)}.categories{display:flex;gap:24px;overflow:auto;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.category-button{padding:17px 0 15px;border:0;border-bottom:3px solid transparent;background:transparent;color:#bbb0a8;font-size:.86rem;font-weight:800;white-space:nowrap;cursor:pointer}.category-button.active{border-color:var(--red);color:var(--cream)}.menu-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin:40px 0 20px}.menu-head span{font-size:.69rem;font-weight:800;letter-spacing:.12em;color:var(--red)}.menu-head h3{font:700 clamp(2rem,3vw,3rem)/.9 "Barlow Condensed",sans-serif;text-transform:uppercase;letter-spacing:-.02em;margin:5px 0 0}.menu-head p{max-width:300px;margin:0;color:var(--muted);font-size:.86rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.product{min-width:0;position:relative;overflow:hidden;background:var(--surface);border-radius:var(--radius);border:1px solid rgba(255,255,255,.07);transition:transform .2s, border-color .2s}.product:hover{transform:translateY(-4px);border-color:rgba(255,75,50,.8)}.product-image{height:230px;position:relative;background:#2a211d;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product:hover .product-image img{transform:scale(1.05)}.product-tag{position:absolute;top:11px;left:11px;background:var(--red);color:white;border-radius:7px;padding:5px 7px;font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.product-info{padding:15px}.product-info h4{margin:0 0 7px;font-size:1rem;line-height:1.13}.product-info p{min-height:38px;margin:0;color:var(--muted);font-size:.72rem;line-height:1.35}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.product-bottom strong{font-size:.93rem}.add-product{width:35px;height:35px;border:0;border-radius:10px;background:var(--cream);color:var(--ink);font-size:1.35rem;line-height:1;cursor:pointer}.add-product:hover{background:var(--red);color:white}.no-results{padding:60px 20px;text-align:center;border:1px dashed var(--line);border-radius:var(--radius)}.no-results strong{display:block}.no-results span{color:var(--muted);font-size:.85rem}.promo-section{padding:0 clamp(18px,7vw,110px) clamp(80px,9vw,130px);max-width:1600px;margin:auto}.promo-card{min-height:390px;overflow:hidden;position:relative;border-radius:26px;background:#2a1d17}.promo-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.95)}.promo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,16,15,.95),rgba(19,16,15,.53) 56%,rgba(19,16,15,.07))}.promo-card>div{position:relative;z-index:1;max-width:500px;padding:clamp(28px,5vw,65px)}.promo-card span{font-size:.65rem;font-weight:800;letter-spacing:.16em;color:var(--red)}.promo-card h2{font-size:clamp(3.5rem,6vw,6rem);margin:9px 0 14px}.promo-card p{max-width:360px;color:#ddd1c7}.promo-card a{display:inline-block;margin-top:12px;color:var(--cream);font-weight:800;border-bottom:1px solid var(--red);padding-bottom:5px}.promo-card a b{margin-left:15px;color:var(--red)}.service-info{max-width:1600px;margin:auto;padding:0 clamp(18px,7vw,110px) 80px;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(45px,9vw,140px)}.service-info h2{font-size:clamp(4.3rem,7vw,7rem);margin:8px 0 20px}.service-info p{color:var(--muted);max-width:380px}.info-list{border-top:1px solid var(--line)}.info-list>div{padding:24px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.info-list small{color:var(--red);font-size:.62rem;letter-spacing:.14em;font-weight:800}.info-list strong,.info-list a{font-size:.88rem;text-align:right;max-width:320px}.info-list a:hover{color:var(--red)}.info-list p{display:flex;gap:15px;margin:0}.info-list p a{font-size:.78rem}.service-info .info-main>p{font-size:.9rem}footer{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding:28px clamp(18px,7vw,110px) max(28px,env(safe-area-inset-bottom))}footer>div{display:flex;flex-direction:column}footer strong{font:700 1.12rem/1 "Barlow Condensed",sans-serif;text-transform:uppercase}footer small{color:var(--muted);font-size:.68rem;margin-top:4px}footer>a{margin-left:auto;color:var(--red);font-weight:800;font-size:.84rem}.cart-dock{position:fixed;z-index:30;bottom:max(16px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:min(500px,calc(100% - 32px));padding:13px 15px;background:var(--cream);color:var(--ink);border:0;border-radius:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;box-shadow:0 18px 50px rgba(0,0,0,.42);cursor:pointer}.cart-dock span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--red);color:white;font-size:.78rem;font-weight:800}.cart-dock strong{font-size:.88rem;text-align:left}.cart-dock b{font-size:.9rem}.sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(3px);z-index:40}.cart-sheet{position:fixed;z-index:41;bottom:0;left:50%;width:min(540px,100%);height:min(85dvh,720px);display:flex;flex-direction:column;padding:14px 20px max(20px,env(safe-area-inset-bottom));background:var(--cream);color:var(--ink);border-radius:24px 24px 0 0;transform:translate(-50%,105%);transition:transform .28s}.cart-sheet.open{transform:translate(-50%,0)}.sheet-grab{width:44px;height:5px;border-radius:10px;background:#d3c9be;margin:0 auto 15px}.cart-sheet header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #e2d7ca}.cart-sheet header span{font-size:.62rem;font-weight:800;letter-spacing:.15em;color:var(--red)}.cart-sheet h2{font-size:2.6rem;margin:4px 0 0}.cart-sheet header button{border:1px solid #dfd4c7;background:white;width:39px;height:39px;border-radius:50%;font-size:1.4rem;cursor:pointer}.cart-list{display:flex;flex-direction:column;gap:9px;overflow:auto;padding:16px 0}.cart-item{padding:13px;background:white;border:1px solid #e5dad0;border-radius:13px;display:grid;grid-template-columns:1fr auto;gap:12px}.cart-item>div:first-child{display:flex;flex-direction:column}.cart-item small{color:#786f67;margin-top:3px}.qty{display:flex;align-items:center;gap:9px}.qty button{width:30px;height:30px;border:1px solid #dfd4c7;border-radius:8px;background:var(--cream);cursor:pointer}.empty-cart{padding:34px 14px;text-align:center;border:1px dashed #dfd4c7;border-radius:13px;color:#786f67}.empty-cart p{margin:0 0 4px;color:var(--ink);font-weight:700}.empty-cart span{font-size:.78rem}.note-label{font-size:.76rem;font-weight:800;margin-top:auto}.note-label textarea{width:100%;display:block;resize:none;border:1px solid #dfd4c7;border-radius:11px;padding:10px;margin-top:5px;outline-color:var(--red)}.sheet-footer{padding-top:14px}.sheet-footer>div{display:flex;justify-content:space-between;align-items:end}.sheet-footer>div span{font-size:.76rem;color:#786f67}.sheet-footer>div strong{font-size:1.35rem}.sheet-footer button{width:100%;margin-top:13px;padding:15px;border:0;border-radius:12px;background:var(--red);color:white;font-weight:800;cursor:pointer}.sheet-footer button:disabled{opacity:.45;cursor:not-allowed}.sheet-footer button b{float:right}.sheet-footer small{display:block;text-align:center;color:#786f67;font-size:.65rem;margin-top:7px}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.order-steps{grid-template-columns:repeat(3,1fr)}.order-steps>a{grid-column:1/-1;min-height:auto;justify-content:center;padding:15px}.service-info{grid-template-columns:1fr;gap:50px}}
@media(max-width:680px){body{padding-bottom:82px}.site-header{height:68px;padding:0 16px;gap:10px}.brand-symbol{width:37px;height:37px}.brand strong{font-size:1.07rem}.brand small{display:none}.site-header nav{display:none}.header-cart{margin-left:auto;padding:7px 9px}.header-cart b{display:none}.hero{height:350px;min-height:0}.hero>img{object-position:58% center}.hero-overlay{background:linear-gradient(0deg,rgba(10,8,7,.89),rgba(10,8,7,.04) 78%)}.hero-content{left:18px;bottom:25px}.hero-content p{font-size:.57rem}.hero h1{font-size:4rem;margin:6px 0 16px}.hero-actions{gap:10px}.hero-button{padding:11px 13px;font-size:.78rem}.hero-actions>span{font-size:.65rem}.hero-stamp{width:76px;height:76px;right:14px;bottom:16px}.hero-stamp strong{font-size:1.38rem}.hero-stamp span{font-size:.4rem}.order-steps{display:flex;overflow:auto;background:transparent;border:0;gap:8px;padding:12px 16px}.order-steps>div{min-width:158px;padding:12px;background:#1d1816;border-radius:12px;min-height:77px}.order-steps>div>span{font-size:1.3rem}.order-steps strong{font-size:.72rem}.order-steps small{font-size:.62rem}.order-steps>a{display:none}.catalog{padding:42px 16px 60px}.catalog-intro{display:block;margin-bottom:22px}.catalog h2{font-size:4rem;line-height:.82}.search{width:100%;margin-top:20px}.category-wrap{top:68px;margin-inline:-16px;padding-inline:16px}.categories{gap:20px}.category-button{padding:14px 0 12px;font-size:.76rem}.menu-head{margin:24px 0 15px}.menu-head h3{font-size:2.15rem}.menu-head p{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product{border-radius:14px}.product-image{height:145px}.product-info{padding:11px}.product-info h4{font-size:.86rem}.product-info p{font-size:.65rem;min-height:34px}.product-bottom{margin-top:10px}.product-bottom strong{font-size:.79rem}.add-product{width:31px;height:31px;border-radius:8px;font-size:1.15rem}.product-tag{top:7px;left:7px;font-size:.47rem;padding:4px 5px}.promo-section{padding:0 16px 65px}.promo-card{min-height:350px;border-radius:18px}.promo-card:after{background:linear-gradient(0deg,rgba(19,16,15,.92),rgba(19,16,15,.05) 85%)}.promo-card>div{padding:24px;position:absolute;bottom:0}.promo-card h2{font-size:3.8rem}.promo-card p{font-size:.78rem;margin:0}.service-info{padding:0 16px 55px;gap:36px}.service-info h2{font-size:4.1rem}.info-list>div{display:block}.info-list strong,.info-list a{display:block;text-align:left;margin-top:7px}.info-list p{margin-top:7px}.info-list p a{display:inline;margin-right:13px}.cart-sheet{height:min(84dvh,680px)}footer{padding:23px 16px}.cart-dock{bottom:max(12px,env(safe-area-inset-bottom));width:calc(100% - 24px)}}

/* O cardápio é o protagonista no celular: a capa apenas apresenta a marca. */
.header-menu{display:none}
@media(max-width:680px){
  main{display:flex;flex-direction:column}
  .hero{order:1;height:264px}
  .catalog{order:2;padding:26px 16px 55px}
  .order-steps{order:3}
  .promo-section{order:4}
  .service-info{order:5}
  .header-menu{display:block;margin-left:auto;color:var(--cream);font-size:.72rem;font-weight:800;white-space:nowrap}
  .header-menu span{color:var(--red);margin-left:3px}
  .header-cart{margin-left:0}
  .hero h1{font-size:3.35rem;margin:6px 0 14px}
  .hero-actions>span,.hero-stamp{display:none}
  .catalog-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:15px}
  .catalog-intro>div>span{font-size:.56rem}
  .catalog h2{font-size:3.25rem;line-height:.8;margin:4px 0 0}
  .search{width:142px;margin:0;padding:0 4px}
  .search span{font-size:1.25rem}
  .search input{height:41px;font-size:.72rem}
  .category-wrap{margin-inline:-16px}
  .menu-head{margin:18px 0 13px}
}

/* Vitrine de cardápio: foto, oferta, preço e ação antes de qualquer explicação. */
.deal-hero{min-height:440px;height:min(540px,calc(100svh - 78px))}
.deal-hero .hero-overlay{background:linear-gradient(90deg,rgba(12,10,9,.94),rgba(12,10,9,.58) 48%,rgba(12,10,9,.08) 100%),linear-gradient(0deg,rgba(12,10,9,.55),transparent 56%)}
.deal-hero .hero-content{max-width:520px}
.deal-hero h1{font-size:clamp(4.6rem,8vw,7.7rem);margin:7px 0 13px}
.hero-description{max-width:330px;margin:0;color:#e0d5ca;font-size:.9rem;line-height:1.4}
.hero-actions{margin-top:18px;gap:10px;flex-wrap:wrap}
.hero-price{padding:11px 13px;border-radius:10px;background:var(--cream);color:var(--ink);font-size:1.08rem;line-height:1}
.hero-add{border:0;border-radius:10px;padding:12px 14px;background:var(--red);color:#fff;font-weight:800;cursor:pointer}
.hero-add span{font-size:1.1rem;margin-left:7px}
.hero-menu-link{padding:11px 2px;color:var(--cream);font-size:.8rem;font-weight:800;border-bottom:1px solid var(--red)}
.catalog{padding-top:clamp(42px,5vw,72px);padding-bottom:clamp(44px,6vw,76px)}
.menu-head{margin-top:28px}
.store-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}
.store-links a{min-width:0;padding:13px 10px;background:var(--surface);border:1px solid rgba(255,255,255,.08);border-radius:13px;text-align:center}
.store-links span,.store-links strong,.store-links small{display:block}
.store-links span{color:var(--red);font-size:1.12rem;line-height:1}
.store-links strong{margin-top:6px;font-size:.73rem}
.store-links small{margin-top:2px;overflow:hidden;color:var(--muted);font-size:.57rem;white-space:nowrap;text-overflow:ellipsis}
.promo-section{padding-bottom:clamp(48px,6vw,78px)}
.service-info{padding-bottom:58px}

@media(max-width:680px){
  .site-header{height:80px;padding-inline:14px;gap:8px}
  .brand{gap:9px}
  .brand-symbol{width:52px;height:52px;font-size:.82rem}
  .brand strong{font-size:1.2rem}
  .header-menu{font-size:.68rem}
  .header-cart{padding:7px 8px}
  .deal-hero{height:304px;min-height:0}
  .deal-hero>img{object-position:center}
  .deal-hero .hero-overlay{background:linear-gradient(0deg,rgba(12,10,9,.92),rgba(12,10,9,.1) 82%)}
  .deal-hero .hero-content{left:16px;bottom:17px;right:16px}
  .deal-hero h1{font-size:3.72rem;line-height:.78;margin:5px 0 9px}
  .deal-hero .hero-content>p:first-child{font-size:.55rem}
  .hero-description{max-width:280px;font-size:.72rem}
  .hero-actions{margin-top:12px;gap:8px}
  .hero-price{padding:9px 10px;font-size:.95rem}
  .hero-add{padding:9px 11px;font-size:.74rem}
  .hero-menu-link{padding:8px 0;font-size:.68rem}
  .catalog{padding:18px 16px 34px}
  .catalog-intro{margin-bottom:13px}
  .catalog h2{font-size:3.05rem}
  .category-wrap{top:80px}
  .category-button{padding:12px 0 10px}
  .menu-head{margin:15px 0 12px}
  .menu-head h3{font-size:2rem}
  .product-grid{gap:9px}
  .product-image{height:158px}
  .product-info{padding:10px}
  .product-info h4{font-size:.9rem}
  .product-info p{min-height:40px;font-size:.66rem}
  .product-bottom{margin-top:9px}
  .store-links{gap:7px;margin-top:16px;padding-top:15px}
  .store-links a{padding:11px 5px;border-radius:11px}
  .store-links strong{font-size:.67rem}
  .store-links small{font-size:.52rem}
  .promo-section{padding:0 16px 34px}
  .promo-card{min-height:278px}
  .promo-card h2{font-size:3.15rem;margin-bottom:8px}
  .promo-card>div{padding:20px}
  .service-info{padding:0 16px 34px;gap:28px}
  .service-info h2{font-size:3.45rem;margin-bottom:12px}
}

@media(max-width:355px){
  .brand-symbol{width:46px;height:46px}
  .brand strong{font-size:1.06rem}
  .header-menu{font-size:.62rem}
  .deal-hero h1{font-size:3.35rem}
}
:root{font-synthesis:none}.demo-ribbon{position:relative;z-index:30;background:#f3e9da;color:#311e1b;text-align:center;padding:9px 14px;font:700 12px/1.5 Arial,sans-serif}.demo-ribbon a{text-decoration:underline;text-underline-offset:3px}body{font-family:Arial,Helvetica,sans-serif!important}
