:root{--red:#b71924;--gold:#e4b52e;--dark:#0c0c0c;--bg:#f5f5f3;--line:#e4e4e4;--muted:#777}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:Inter,system-ui,Arial;color:#161616}header{height:62px;background:#0c0c0c;display:flex;align-items:center;justify-content:space-between;padding:5px 4%;position:sticky;top:0;z-index:20}header img{width:105px;height:52px;object-fit:contain}.cart{color:#fff;background:var(--red);padding:9px 13px;border-radius:11px}.hero{background:radial-gradient(circle at 15% 30%,#292929,#080808 68%);color:#fff;min-height:490px;display:flex;align-items:center}.hero>div{width:min(1150px,92%);margin:auto}.hero img{width:230px;float:left;margin:0 70px 15px 0}.hero span,.title small{color:var(--gold);letter-spacing:2px;font-weight:900;font-size:11px}.hero h1{font-size:50px;line-height:1.04;margin:10px 0}.hero h1 b{color:#f2c235}.hero p{color:#ccc;font-size:17px}.btn{display:inline-block;border:0;border-radius:11px;padding:13px 18px;font-weight:900;cursor:pointer}.red{background:var(--red);color:#fff}.dark{background:#111;color:#fff}.section{width:min(1150px,92%);margin:auto;padding:62px 0}.title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.title h2{margin:5px 0 0;font-size:30px}.title input,.track-form input,.form input,.form textarea,.form select{border:1px solid var(--line);border-radius:11px;padding:12px;font:inherit;background:#fff}.title input{min-width:280px}.chips{display:flex;gap:8px;overflow:auto;margin-bottom:20px}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;white-space:nowrap;cursor:pointer}.chip.active{background:#111;color:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.photo{height:145px;background:#eee;display:flex;align-items:center;justify-content:center;font-size:58px}.pbody{padding:15px}.pbody h3{margin:0}.pbody p{color:var(--muted);font-size:12px;min-height:34px}.pfoot{display:flex;justify-content:space-between;align-items:center}.price{font-weight:900}.plus{border:0;background:var(--red);color:#fff;width:38px;height:38px;border-radius:11px;font-size:22px}.checkout{display:grid;grid-template-columns:1.2fr .8fr;gap:17px}.panel{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}.form{display:flex;flex-direction:column;gap:10px}.form h3{margin:0 0 5px}.form textarea{min-height:80px;resize:vertical}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.qty{display:flex;align-items:center;gap:7px}.qty button{width:29px;height:29px;border:1px solid var(--line);background:#fff;border-radius:8px}.totals{display:grid;gap:9px;margin:5px 0}.totals span,.totals strong{display:flex;justify-content:space-between}.totals strong{font-size:21px;border-top:1px solid var(--line);padding-top:10px}.empty{text-align:center;color:var(--muted);padding:35px}.track{background:#fff;border-radius:20px}.track-form{display:flex;gap:9px;max-width:600px}.track-form input{flex:1}.track-card{margin-top:15px;padding:17px;background:#fafafa;border-radius:14px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.step{padding:9px;background:#eee;border-radius:9px;text-align:center;font-size:11px}.done{background:#dcf2e3;color:#18723a;font-weight:800}footer{background:#0b0b0b;color:#aaa;padding:25px 4%;display:flex;align-items:center;gap:15px}footer img{width:85px}footer a{margin-left:auto;color:#fff}.toast{position:fixed;right:20px;bottom:20px;background:#111;color:#fff;padding:13px 17px;border-radius:11px;opacity:0;z-index:50}.toast.show{opacity:1}@media(max-width:850px){.hero{min-height:520px;text-align:center}.hero img{float:none;width:200px;margin:0 auto 15px}.hero h1{font-size:38px}.products{grid-template-columns:repeat(2,1fr)}.checkout{grid-template-columns:1fr}.title{flex-direction:column;align-items:stretch}.title input{min-width:0;width:100%}}@media(max-width:470px){.products{gap:9px}.photo{height:110px}.pbody{padding:11px}.pbody h3{font-size:15px}}

.splash{position:fixed;inset:0;z-index:9999;background:#090909;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;transition:opacity .45s ease,visibility .45s ease}.splash.hide{opacity:0;visibility:hidden;pointer-events:none}.splash-inner{width:min(90%,520px);padding:25px}.splash img{display:none}.splash span{display:block;color:#e4b52e;letter-spacing:3px;font-weight:900;font-size:12px}.splash h1{font-size:32px;line-height:1.08;margin:12px 0}.splash h1 b{color:#e4b52e}.splash p{color:#aaa;margin:10px 0 18px}.loader{width:170px;height:4px;background:#292929;border-radius:99px;margin:auto;overflow:hidden}.loader i{display:block;width:55%;height:100%;background:#b71924;border-radius:99px;animation:load 1.3s ease-in-out infinite}@keyframes load{0%{transform:translateX(-110%)}100%{transform:translateX(310%)}}.site-hidden{visibility:hidden;height:100vh;overflow:hidden}@media(max-width:500px){.splash h1{font-size:28px}}

/* Layout aprovado da página principal */
.topbar{display:none!important}
.hero{position:relative;min-height:535px;background-color:#070707;background-image:linear-gradient(90deg,rgba(7,7,7,.97) 0%,rgba(7,7,7,.88) 43%,rgba(7,7,7,.58) 100%),url("../assets/logo.png");background-repeat:no-repeat;background-position:right 10% center;background-size:620px auto;color:#fff;display:flex;align-items:center;overflow:hidden}
.hero-cart{position:absolute;right:18px;top:18px;z-index:5;background:#b71924;color:#fff;text-decoration:none;border-radius:14px;padding:10px 16px;font-weight:900}
.hero-cart span{font-size:14px;color:#fff}
.hero-inner{width:min(1120px,92%);margin:auto;padding:85px 18px 35px;text-align:center;position:relative;z-index:2}
.hero-kicker{color:#f0bd2d;font-weight:900;letter-spacing:4px;font-size:28px}
.hero-line{width:82px;height:6px;background:#b71924;border-radius:8px;margin:18px auto 34px}
.hero h1{font-size:clamp(34px,5vw,57px);line-height:1.08;margin:0 auto;font-weight:850;max-width:900px}
.hero h1 b{color:#f0bd2d}
.hero p{margin:34px auto 0;color:#ddd;font-size:16px;display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;max-width:900px}
.hero p span{color:#f0bd2d;font-size:22px}
.hero p i{height:20px;width:1px;background:#777;display:inline-block}
.scroll-cue{color:#f0bd2d;font-size:42px;line-height:20px;margin-top:38px}
.menu-shell{width:min(1120px,100%);margin:auto;background:#fff;border-radius:28px 28px 0 0;padding:27px 24px 60px;min-height:520px;box-shadow:0 -8px 30px rgba(0,0,0,.04)}
.menu-title{gap:22px}.menu-title h2{font-size:29px}
@media(max-width:800px){
 .hero{min-height:535px;background-size:500px auto;background-position:76% center}
 .hero-inner{padding:105px 18px 35px}
 .hero-kicker{font-size:23px}
 .hero h1{font-size:clamp(31px,8vw,42px)}
 .hero p{font-size:14px}
 .menu-shell{padding:24px 22px 50px;border-radius:25px 25px 0 0}
}
@media(max-width:500px){
 .hero{min-height:535px;background-size:470px auto;background-position:82% center}
 .hero-cart{top:18px;right:16px}
 .hero-inner{padding:105px 16px 35px}
 .hero h1{font-size:32px}
 .hero p i{display:none}
 .menu-shell{padding:22px 16px 42px}
 .menu-title h2{font-size:25px}
 .search-wrap{height:58px}
 .chips{margin-bottom:22px}
 .products{gap:10px}
 .photo{height:130px}
 .pbody{padding:12px}
 .pbody h3{font-size:16px}
 .pbody p{font-size:12px;min-height:54px}
 .price{font-size:17px}
 .plus{width:36px;height:36px;font-size:22px}
}

/* Correção: carrinho fica no cabeçalho preto, acima da área principal, como na referência */
.topbar-ref{height:64px;background:#090909;display:flex;align-items:center;justify-content:flex-end;padding:0 28px;position:relative;z-index:20}
.topbar-ref .hero-cart{position:static;margin:0;background:#b71924;color:#fff;border-radius:14px;padding:10px 17px}
@media(max-width:500px){.topbar-ref{height:64px;padding:0 18px}.topbar-ref .hero-cart{padding:10px 16px}.hero-cart{position:static}}

/* === Layout final aprovado pela referência === */
body{background:#050505}
.hero{min-height:595px;background-color:#050505;background-image:linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.88) 48%,rgba(0,0,0,.42) 100%),url("../assets/logo.png");background-position:right center;background-size:700px auto;background-repeat:no-repeat}
.hero-inner{max-width:1120px;text-align:left;padding:70px 28px 35px;margin:0 auto}
.hero-kicker{font-size:29px;letter-spacing:2px}
.hero-line{margin:18px 0 28px;width:78px;height:5px}
.hero h1{max-width:760px;margin:0;font-size:clamp(40px,5.2vw,68px);line-height:1.05}
.hero p{max-width:850px;margin:44px 0 0;justify-content:flex-start;font-size:18px;gap:16px}
.scroll-cue{text-align:center;margin-top:48px;font-size:40px}
.menu-section{background:#050505;padding:0 4px 40px}
.menu-shell{width:min(1120px,100%);background:#151515;color:#fff;border:1px solid #2c2c2c;border-radius:30px 30px 0 0;padding:28px 40px 55px;box-shadow:none}
.menu-head{margin-bottom:22px}
.menu-title{gap:22px}
.hamb{font-size:34px;color:#fff}
.menu-title h2{font-size:31px;color:#fff}
.menu-cart{background:#202020;border:1px solid #3b3b3b;color:#fff;border-radius:18px;padding:10px 16px;box-shadow:none}
.menu-cart b{background:#d71920;color:#fff}
.search-wrap{height:58px;background:#222;border-color:#444;margin-bottom:20px}
.search-wrap span,.search-wrap input{color:#ddd}
.search-wrap input::placeholder{color:#999}
.chips{gap:12px}
.chip{background:#222;color:#fff;border-color:#333;padding:12px 20px}
.chip.active{background:#090909;border-color:#444;color:#f3bd20;box-shadow:inset 0 -4px 0 #f3bd20}
.section-label h3{color:#fff;font-size:25px}
.product{background:#1b1b1b;border-color:#3a3a3a;color:#fff;box-shadow:none}
.photo{background:#111;height:185px}
.pbody h3{color:#fff;font-size:20px}
.pbody p{color:#ddd}
.price{color:#f3bd20}
.plus{background:#f3bd20;color:#111}
.checkout-section,.track{background:#050505;color:#fff}
@media(max-width:800px){
 .hero{min-height:590px;background-size:560px auto;background-position:85% center}
 .hero-inner{text-align:left;padding:90px 34px 30px}
 .hero h1{font-size:clamp(36px,9vw,50px)}
 .hero p{justify-content:flex-start;font-size:15px}
 .menu-shell{padding:25px 22px 50px}
}
@media(max-width:500px){
 .hero{min-height:590px;background-size:540px auto;background-position:88% center}
 .hero-inner{padding:78px 38px 28px}
 .hero-kicker{font-size:22px}
 .hero h1{font-size:39px;line-height:1.05}
 .hero p{font-size:14px;gap:10px}
 .menu-shell{border-radius:28px 28px 0 0;padding:25px 20px 45px}
 .menu-title h2{font-size:29px}
 .products{grid-template-columns:repeat(2,1fr)}
 .photo{height:135px}
 .pbody h3{font-size:17px}
 .pbody p{font-size:12px}
}

/* =========================================================
   MOBILE PREMIUM — mesma identidade do desktop
   ========================================================= */
@media (max-width: 600px) {
  body{background:#050505}

  /* HERO: mais compacto, elegante e com a logo como textura */
  .hero{
    min-height:520px;
    background-image:
      linear-gradient(180deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.73) 48%,rgba(0,0,0,.92) 100%),
      url("../assets/logo.png");
    background-size:520px auto;
    background-position:78% 45%;
    border:0;
  }

  .hero-inner{
    width:100%;
    max-width:none;
    padding:72px 24px 30px;
    text-align:left;
  }

  .hero-kicker{
    font-size:21px;
    letter-spacing:2.6px;
    margin-bottom:0;
  }

  .hero-line{
    width:62px;
    height:4px;
    margin:13px 0 24px;
  }

  .hero h1{
    max-width:100%;
    font-size:clamp(34px,9.5vw,44px);
    line-height:1.06;
    letter-spacing:-1px;
  }

  .hero p{
    margin:30px 0 0;
    max-width:100%;
    justify-content:flex-start;
    gap:9px;
    font-size:13px;
    line-height:1.25;
  }

  .hero p span{font-size:18px}
  .hero p i{height:17px;background:#777}
  .scroll-cue{
    text-align:center;
    margin-top:30px;
    font-size:34px;
  }

  /* CARDÁPIO: branco, limpo e com cara de app profissional */
  .menu-section{
    padding:0;
    background:#f6f6f4;
  }

  .menu-shell{
    width:100%;
    min-height:0;
    padding:22px 16px 45px;
    border-radius:26px 26px 0 0;
    border:0;
    background:#fff;
    box-shadow:0 -10px 28px rgba(0,0,0,.10);
  }

  .menu-head{
    margin-bottom:18px;
    align-items:center;
  }

  .menu-title{gap:16px}
  .hamb{font-size:30px;color:#222}
  .menu-title h2{
    margin:0;
    font-size:27px;
    letter-spacing:-.5px;
    color:#111;
  }

  .menu-cart{
    padding:10px 14px;
    border-radius:15px;
    background:#fff;
    border:1px solid #e2e2e2;
    box-shadow:0 3px 12px rgba(0,0,0,.06);
  }

  .menu-cart b{
    min-width:24px;
    display:inline-block;
    text-align:center;
  }

  .search-wrap{
    height:58px;
    margin-bottom:17px;
    border-radius:15px;
    background:#fff;
    border:1px solid #dedede;
    box-shadow:0 2px 8px rgba(0,0,0,.025);
  }

  .search-wrap span{font-size:27px;color:#777}
  .search-wrap input{
    font-size:17px;
    color:#222;
  }

  .chips{
    gap:9px;
    margin:0 -2px 23px;
    padding:0 2px 6px;
    scrollbar-width:none;
  }
  .chips::-webkit-scrollbar{display:none}

  .chip{
    flex:0 0 auto;
    padding:11px 17px;
    border-radius:25px;
    font-size:14px;
    background:#fff;
    border:1px solid #e1e1e1;
    color:#222;
  }

  .chip.active{
    background:#080808;
    color:#fff;
    border-color:#080808;
    box-shadow:0 2px 7px rgba(0,0,0,.12);
  }

  .section-label{
    margin:0 0 14px;
    gap:9px;
  }

  .section-label span{font-size:23px}
  .section-label h3{
    font-size:22px;
    color:#111;
    letter-spacing:-.3px;
  }

  /* 2 colunas no celular, mas com cards mais ricos */
  .products{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .product{
    border:1px solid #e3e3e3;
    border-radius:16px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,.055);
  }

  .photo{
    height:138px;
    background:#f0f0f0;
  }

  .pbody{
    padding:12px 12px 13px;
    min-height:142px;
    display:flex;
    flex-direction:column;
  }

  .pbody h3{
    margin:0 0 6px;
    color:#161616;
    font-size:16px;
    line-height:1.15;
    letter-spacing:-.2px;
  }

  .pbody p{
    margin:0;
    min-height:42px;
    color:#6a6a6a;
    font-size:11.5px;
    line-height:1.35;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .pfoot{
    margin-top:auto;
    padding-top:10px;
  }

  .price{
    font-size:17px;
    color:#b71924;
    font-weight:900;
  }

  .plus{
    width:36px;
    height:36px;
    flex:0 0 36px;
    background:#080808;
    color:#fff;
    font-size:22px;
    box-shadow:0 2px 7px rgba(0,0,0,.15);
  }

  /* Evita que o conteúdo fique colado na barra inferior do Android */
  .section{
    padding-bottom:55px;
  }
}

/* celulares bem estreitos */
@media (max-width:380px){
  .hero{min-height:500px;background-size:470px auto}
  .hero-inner{padding:65px 20px 25px}
  .hero h1{font-size:32px}
  .hero p{font-size:12px}
  .menu-shell{padding-left:13px;padding-right:13px}
  .products{gap:9px}
  .photo{height:125px}
  .pbody{padding:10px;min-height:137px}
  .pbody h3{font-size:15px}
  .price{font-size:16px}
}

/* CORREÇÃO FINAL: nenhum carrinho na parte superior/hero */
.hero-cart{display:none!important}
.topbar-ref{display:none!important}
/* O único carrinho visível é o do cabeçalho do Cardápio */
.menu-cart{display:inline-flex!important}

/* =========================================================
   MOBILE — visual premium + sacola estilo delivery
   ========================================================= */
.floating-bag{display:none}
@media(max-width:600px){
  body{background:#f5f5f3}

  .hero{
    min-height:500px;
    background-image:
      linear-gradient(180deg,rgba(10,9,7,.72) 0%,rgba(10,9,7,.66) 45%,rgba(7,7,7,.88) 100%),
      url("../assets/logo.png");
    background-size:560px auto;
    background-position:82% 42%;
    border:0;
  }
  .hero-inner{
    width:100%;
    padding:68px 24px 25px;
    text-align:left;
  }
  .hero-kicker{font-size:21px;letter-spacing:2.5px}
  .hero-line{width:62px;height:4px;margin:12px 0 24px}
  .hero h1{
    max-width:100%;
    font-size:clamp(34px,9.6vw,43px);
    line-height:1.06;
    letter-spacing:-.9px;
  }
  .hero p{
    margin:27px 0 0;
    display:flex;
    justify-content:flex-start;
    gap:8px;
    font-size:12.5px;
    line-height:1.2;
  }
  .hero p span{font-size:17px}
  .hero p i{height:16px}
  .scroll-cue{margin-top:27px;font-size:34px}

  .menu-section{
    background:#f5f5f3;
    padding:0;
  }
  .menu-shell{
    width:100%;
    padding:20px 16px 55px;
    border-radius:28px 28px 0 0;
    background:#fff;
    border:0;
    box-shadow:0 -8px 25px rgba(0,0,0,.10);
  }
  .menu-head{
    margin-bottom:17px;
    justify-content:flex-start;
  }
  .menu-title{gap:15px}
  .hamb{font-size:29px;color:#1a1a1a}
  .menu-title h2{
    font-size:28px;
    letter-spacing:-.6px;
    color:#111;
  }

  .search-wrap{
    height:58px;
    margin-bottom:16px;
    border-radius:16px;
    background:#fff;
    border:1px solid #ddd;
    box-shadow:0 2px 10px rgba(0,0,0,.035);
  }
  .search-wrap span{font-size:28px;color:#777}
  .search-wrap input{font-size:17px}

  .chips{
    gap:9px;
    margin:0 -2px 23px;
    padding:0 2px 6px;
    scrollbar-width:none;
  }
  .chips::-webkit-scrollbar{display:none}
  .chip{
    flex:0 0 auto;
    padding:11px 16px;
    border-radius:24px;
    background:#fff;
    border:1px solid #ddd;
    color:#222;
    font-size:14px;
  }
  .chip.active{
    background:#080808;
    border-color:#080808;
    color:#fff;
    box-shadow:inset 0 -3px 0 #f0bd2d;
  }

  .section-label{margin-bottom:14px}
  .section-label h3{font-size:22px;color:#111}

  .products{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .product{
    border:1px solid #e2e2e2;
    border-radius:17px;
    background:#fff;
    box-shadow:0 3px 13px rgba(0,0,0,.055);
  }
  .photo{height:137px;background:#eee}
  .pbody{
    padding:12px;
    min-height:138px;
    display:flex;
    flex-direction:column;
  }
  .pbody h3{font-size:16px;color:#161616;line-height:1.15}
  .pbody p{
    color:#6b6b6b;
    font-size:11.5px;
    line-height:1.34;
    min-height:39px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .pfoot{margin-top:auto;padding-top:9px}
  .price{font-size:17px;color:#b71924}
  .plus{
    width:37px;height:37px;flex:0 0 37px;
    background:#111;color:#fff;font-size:22px;
  }

  /* Sacola flutuante: escondida até existir item */
  .floating-bag{
    position:fixed;
    z-index:100;
    left:50%;
    bottom:16px;
    transform:translateX(-50%) translateY(120px);
    display:flex;
    align-items:center;
    gap:10px;
    min-width:175px;
    justify-content:center;
    padding:13px 17px;
    border-radius:30px;
    background:#b71924;
    color:#fff;
    text-decoration:none;
    box-shadow:0 8px 25px rgba(0,0,0,.24);
    font-weight:900;
    transition:transform .25s ease,opacity .25s ease;
    opacity:0;
  }
  .floating-bag.show{
    transform:translateX(-50%) translateY(0);
    opacity:1;
  }
  .floating-bag .bag-icon{font-size:20px}
  .floating-bag .bag-label{font-size:15px}
  .floating-bag strong{
    background:#fff;
    color:#b71924;
    border-radius:999px;
    min-width:25px;
    height:25px;
    display:grid;
    place-items:center;
    font-size:12px;
  }

  .checkout-section,.track{background:#f5f5f3}
}
@media(max-width:380px){
  .hero{min-height:475px;background-size:510px auto}
  .hero-inner{padding:60px 20px 22px}
  .hero h1{font-size:32px}
  .hero p{font-size:11.5px}
  .menu-shell{padding-left:13px;padding-right:13px}
  .products{gap:9px}
  .photo{height:125px}
}

/* FINAL MOBILE ART DIRECTION — no hamburger, no cart in header */
.hamb{display:none!important}
.menu-cart{display:none!important}
.hero-cart,.topbar-ref{display:none!important}

.splash{
  background:#050505;
  position:fixed;
  inset:0;
  z-index:9999;
}
.splash::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(0,0,0,.38),rgba(0,0,0,.38)),
    url("../assets/logo.png") center/600px auto no-repeat;
  opacity:.22;
}
.splash-inner{position:relative;z-index:2}
.splash-inner img{
  width:min(330px,76vw);
  max-height:330px;
  object-fit:contain;
  opacity:1;
  filter:drop-shadow(0 8px 28px rgba(0,0,0,.65));
}
.splash-inner span{
  display:block;
  color:#f0bd2d;
  font-weight:900;
  letter-spacing:4px;
  margin-top:12px;
}
@media(max-width:600px){
  .hero{
    min-height:515px;
    background-image:
      linear-gradient(90deg,rgba(4,4,4,.78) 0%,rgba(4,4,4,.63) 48%,rgba(4,4,4,.55) 100%),
      url("../assets/logo.png");
    background-size:590px auto;
    background-position:78% 40%;
  }
  .hero-inner{
    padding:62px 24px 25px;
    text-align:left;
  }
  .hero-kicker{font-size:21px;letter-spacing:2.6px}
  .hero-line{width:62px;height:4px;margin:12px 0 24px}
  .hero h1{
    font-size:clamp(34px,9.4vw,44px);
    line-height:1.05;
    max-width:100%;
    letter-spacing:-1px;
  }
  .hero p{
    margin:28px 0 0;
    justify-content:flex-start;
    gap:8px;
    font-size:12.5px;
  }
  .scroll-cue{margin-top:28px;font-size:34px}

  .menu-shell{
    padding:20px 16px 60px;
    background:#fff;
    border-radius:28px 28px 0 0;
    box-shadow:0 -8px 28px rgba(0,0,0,.12);
  }
  .menu-head{margin-bottom:17px}
  .menu-title{gap:0}
  .menu-title h2{font-size:29px;color:#111}

  .search-wrap{
    height:58px;
    border-radius:16px;
    background:#fff;
    border:1px solid #dedede;
  }
  .chips{
    gap:9px;
    margin-bottom:23px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .chips::-webkit-scrollbar{display:none}
  .chip{flex:0 0 auto}

  .products{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .product{
    border-radius:17px;
    border:1px solid #e2e2e2;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
    background:#fff;
  }
  .photo{height:138px;background:#eee}
  .pbody{padding:12px;min-height:138px}
  .pbody h3{font-size:16px}
  .pbody p{font-size:11.5px}
  .price{color:#b71924;font-size:17px}
  .plus{background:#111;color:#fff;width:37px;height:37px}

  /* iFood-like bag only after an item is added */
  .floating-bag{
    left:50%;
    bottom:14px;
    min-width:190px;
    padding:12px 17px;
    border-radius:28px;
    background:#111;
    color:#fff;
    box-shadow:0 8px 26px rgba(0,0,0,.25);
  }
  .floating-bag .bag-label{font-size:15px}
  .floating-bag strong{
    background:#f0bd2d;
    color:#111;
  }

  .checkout-section,.track{background:#f5f5f3}
}

/* =========================================================
   NOVA IDENTIDADE DA LOGO — MOBILE / DESKTOP
   ========================================================= */

/* Splash: logo em destaque, como peça principal */
.splash{
  background:
    radial-gradient(circle at 50% 38%,rgba(83,54,12,.20),transparent 34%),
    #050505;
}
.splash-inner{
  width:min(92%,420px);
  padding:24px;
}
.splash img{
  display:block;
  width:min(300px,78vw);
  height:auto;
  max-height:300px;
  object-fit:contain;
  margin:0 auto 12px;
  filter:drop-shadow(0 10px 28px rgba(0,0,0,.55));
}
.splash-inner h2{
  margin:6px 0 0;
  color:#e4b52e;
  font-size:23px;
  letter-spacing:4px;
  font-weight:900;
}
.splash-line{
  width:58px;
  height:4px;
  border-radius:10px;
  background:#b71924;
  margin:14px auto 22px;
}
.splash-inner p{
  color:#ddd;
  font-size:15px;
  margin:0 0 16px;
}
.loader{
  width:210px;
  height:5px;
  background:#282828;
  border-radius:99px;
  margin:auto;
}
.loader i{
  background:#e4b52e;
}

/* Hero: logo nova como textura grande no fundo, sem parecer uma imagem solta */
.hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#050505!important;
}
.hero::before{
  content:"";
  position:absolute;
  z-index:-2;
  width:min(720px,68vw);
  aspect-ratio:1;
  right:-35px;
  top:50%;
  transform:translateY(-50%);
  background:url("../assets/logo.png") center/contain no-repeat;
  opacity:.32;
  filter:brightness(.82) saturate(.9);
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.96) 32%,rgba(5,5,5,.62) 57%,rgba(5,5,5,.18) 100%);
  pointer-events:none;
}
.hero-inner{
  text-align:left;
  margin-left:max(24px,calc((100vw - 1120px)/2));
  margin-right:auto;
}
.hero-kicker{
  letter-spacing:2.8px;
}

/* Desktop: composição igual à referência */
@media(min-width:851px){
  .hero{min-height:570px}
  .hero-inner{padding:65px 30px 35px}
  .hero-kicker{font-size:27px}
  .hero h1{
    max-width:690px;
    font-size:clamp(45px,5vw,65px);
    line-height:1.06;
  }
  .hero p{
    justify-content:flex-start;
    margin-top:38px;
  }
}

/* Mobile: logo maior no fundo, mas texto sempre legível */
@media(max-width:850px){
  .hero{
    min-height:515px;
    background:#050505!important;
  }
  .hero::before{
    width:560px;
    right:-170px;
    top:44%;
    opacity:.29;
  }
  .hero::after{
    background:linear-gradient(
      180deg,
      rgba(5,5,5,.72) 0%,
      rgba(5,5,5,.54) 40%,
      rgba(5,5,5,.84) 100%
    );
  }
  .hero-inner{
    width:100%;
    margin:0;
    padding:64px 25px 28px;
    text-align:left;
  }
  .hero-kicker{font-size:21px;letter-spacing:2.5px}
  .hero-line{margin:12px 0 24px;width:62px;height:4px}
  .hero h1{
    max-width:100%;
    font-size:clamp(34px,9.4vw,43px);
    line-height:1.05;
    letter-spacing:-.8px;
  }
  .hero p{
    justify-content:flex-start;
    margin:28px 0 0;
    font-size:12.5px;
    gap:9px;
  }
  .scroll-cue{
    margin-top:28px;
    text-align:center;
  }

  /* Cardápio sobe e fica visualmente integrado */
  .menu-shell{
    margin-top:-1px;
    padding:22px 16px 48px;
    border-radius:26px 26px 0 0;
  }
  .menu-head{
    margin-bottom:17px;
  }
  .menu-title h2{
    font-size:28px;
    color:#111;
  }

  /* nenhuma navegação de 3 tracinhos */
  .hamb,.menu-title .hamb,.topbar,.topbar-ref{display:none!important}
}

@media(max-width:500px){
  .splash img{
    width:min(285px,76vw);
    max-height:285px;
  }
  .splash-inner h2{
    font-size:20px;
    letter-spacing:3.5px;
  }
  .hero{
    min-height:500px;
  }
  .hero::before{
    width:520px;
    right:-175px;
    top:43%;
    opacity:.31;
  }
  .hero-inner{
    padding:62px 24px 24px;
  }
  .hero h1{font-size:35px}
  .hero p{font-size:12px}
}

/* =========================================================
   SPLASH FINAL — fundo preto, sem logo duplicada ao fundo
   ========================================================= */
.splash{
  background:#000!important;
  overflow:hidden;
}
.splash::before,
.splash::after{
  display:none!important;
  background:none!important;
  content:none!important;
}
.splash-inner{
  width:min(92%,430px);
  padding:24px;
  text-align:center;
}
.splash-inner img{
  display:block;
  width:min(310px,78vw);
  max-height:310px;
  height:auto;
  object-fit:contain;
  margin:0 auto 22px;
  filter:drop-shadow(0 8px 24px rgba(0,0,0,.7));
}
.splash-inner h2{
  font-size:clamp(26px,7vw,34px)!important;
  letter-spacing:4px!important;
  line-height:1.05!important;
  margin:0 0 14px!important;
  color:#e4b52e!important;
}
.splash-line{
  width:62px!important;
  height:5px!important;
  margin:0 auto 25px!important;
  background:#c51d29!important;
  border-radius:10px;
}
.splash-inner p{
  font-size:clamp(17px,4.5vw,21px)!important;
  color:#eee!important;
  margin:0 0 18px!important;
}
.loader{
  width:min(250px,68vw)!important;
  height:6px!important;
  margin:0 auto!important;
  background:#252525!important;
  border-radius:99px!important;
  overflow:hidden;
}
.loader i{
  display:block;
  height:100%;
  background:#e4b52e!important;
  border-radius:99px;
}

@media(max-width:500px){
  .splash-inner img{
    width:min(300px,80vw);
    max-height:300px;
    margin-bottom:20px;
  }
  .splash-inner h2{
    font-size:25px!important;
    letter-spacing:3.5px!important;
  }
  .splash-inner p{
    font-size:18px!important;
  }
}

/* =========================================================
   MOBILE — HERO COMPACTO / FOCO NOS PEDIDOS
   O objetivo é mostrar o cardápio e os produtos muito mais cedo.
   ========================================================= */
@media (max-width: 850px){
  .hero{
    min-height: 355px !important;
    height: 355px !important;
  }

  .hero::before{
    width: 430px !important;
    right: -150px !important;
    top: 42% !important;
    opacity: .25 !important;
  }

  .hero-inner{
    padding: 38px 24px 18px !important;
  }

  .hero-kicker{
    font-size: 18px !important;
    letter-spacing: 2.2px !important;
  }

  .hero-line{
    width: 52px !important;
    height: 3px !important;
    margin: 9px 0 17px !important;
  }

  .hero h1{
    font-size: clamp(30px, 8.5vw, 38px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.7px !important;
    max-width: 390px !important;
  }

  .hero p{
    margin-top: 19px !important;
    font-size: 11.5px !important;
    gap: 7px !important;
  }

  .hero p span{
    font-size: 15px !important;
  }

  .scroll-cue{
    margin-top: 14px !important;
    font-size: 27px !important;
  }

  /* Cardápio começa imediatamente depois do hero */
  .menu-shell{
    margin-top: 0 !important;
    padding: 16px 16px 42px !important;
    border-radius: 23px 23px 0 0 !important;
  }

  .menu-head{
    margin-bottom: 12px !important;
  }

  .menu-title h2{
    font-size: 25px !important;
  }

  .search-wrap{
    height: 52px !important;
    margin-bottom: 11px !important;
  }

  .chips{
    margin-bottom: 15px !important;
    gap: 7px !important;
  }

  .chip{
    padding: 9px 13px !important;
    font-size: 13px !important;
  }

  .section-label{
    margin-bottom: 9px !important;
  }

  .section-label h3{
    font-size: 21px !important;
  }

  /* Produtos entram em cena mais rápido */
  .products{
    gap: 10px !important;
  }

  .photo{
    height: 118px !important;
  }

  .pbody{
    padding: 10px !important;
    min-height: 125px !important;
  }

  .pbody h3{
    font-size: 15px !important;
  }

  .pbody p{
    font-size: 11px !important;
    line-height: 1.28 !important;
    min-height: 34px !important;
  }

  .price{
    font-size: 16px !important;
  }

  .plus{
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }
}

@media (max-width: 500px){
  .hero{
    min-height: 340px !important;
    height: 340px !important;
  }

  .hero-inner{
    padding-top: 32px !important;
  }

  .hero h1{
    font-size: 31px !important;
  }

  .hero p{
    margin-top: 17px !important;
  }

  .scroll-cue{
    margin-top: 10px !important;
  }

  .menu-shell{
    padding-top: 14px !important;
  }

  .section-label h3{
    font-size: 20px !important;
  }

  .photo{
    height: 112px !important;
  }
}
