/* Southern Sizzle BBQ & Seafood — Miami food truck */
:root{
  --ink:#0c0a09; --surface:#1a1512; --surface-2:#221b17; --line:rgba(255,255,255,.09);
  --red:#d81f26; --red-deep:#8f1216; --yellow:#f7b500; --yellow-deep:#c98e00;
  --white:#f7f3ec; --mute:#b8ada1; --mute-2:#7c716655;
  --radius:14px; --wrap:1180px; --shadow:0 20px 60px -20px rgba(0,0,0,.65);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0; background:var(--ink); color:var(--white); font-family:'Barlow',system-ui,sans-serif;
  -webkit-font-smoothing:antialiased; overflow-x:hidden}
h1,h2,h3,.mk{font-family:'Anton',sans-serif; text-transform:uppercase; letter-spacing:.02em; margin:0}
a{color:inherit; text-decoration:none}
img{display:block; max-width:100%}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 24px}
.skip{position:absolute; left:-999px; top:0; background:var(--red); color:#fff; padding:10px 16px; z-index:999}
.skip:focus{left:12px; top:12px}

.star6{display:inline-block; width:6px; height:6px; background:var(--yellow); border-radius:1px; transform:rotate(45deg); margin-right:8px}
.kick{display:flex; align-items:center; font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:var(--mute); margin:0 0 14px}
.kick.white{color:var(--white)}
.sub{color:var(--mute); font-size:17px; line-height:1.6; max-width:56ch}

.btn{display:inline-flex; align-items:center; gap:10px; justify-content:center; font-weight:700;
  font-size:15px; letter-spacing:.02em; padding:14px 26px; border-radius:999px; border:1px solid transparent;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease; white-space:nowrap}
.btn:active{transform:scale(.97)}
.btn-red{background:var(--red); color:#fff; box-shadow:0 10px 30px -8px rgba(216,31,38,.5)}
.btn-red:hover{background:#ef3138}
.btn-yellow{background:var(--yellow); color:#1a1210; box-shadow:0 10px 30px -8px rgba(247,181,0,.45)}
.btn-yellow:hover{background:#ffc627}
.btn-out{border-color:rgba(255,255,255,.28); color:#fff}
.btn-out:hover{border-color:#fff}
.btn-lg{padding:17px 30px; font-size:16px}
.btn-xl{padding:20px 40px; font-size:19px}

header.bar{position:sticky; top:0; z-index:50; background:rgba(12,10,9,.88); backdrop-filter:blur(10px); border-bottom:1px solid var(--line)}
.bar-in{display:flex; align-items:center; justify-content:space-between; gap:20px; padding:10px 24px}
.brand{display:flex; align-items:center; gap:12px}
.brand img{height:64px; width:64px; border-radius:50%; object-fit:cover; border:3px solid var(--yellow);
  box-shadow:0 6px 18px -4px rgba(247,181,0,.5); margin:6px 0}
.brand-txt{display:flex; flex-direction:column; line-height:1.1}
.brand-txt .mk{font-size:19px; letter-spacing:.03em}
.brand-txt .mk-sub{font-size:10px; letter-spacing:.22em; color:var(--yellow)}
.nav{display:flex; align-items:center; gap:26px; font-size:14px; font-weight:600}
.nav a{color:var(--mute); transition:color .15s}
.nav a:hover{color:#fff}
@media (max-width:900px){.nav{display:none}}
.liveloc-chip{display:flex; align-items:center; gap:8px; font-size:11.5px; font-weight:700; letter-spacing:.06em;
  color:var(--yellow); padding:7px 12px; border:1px solid rgba(247,181,0,.35); border-radius:999px; background:rgba(247,181,0,.08)}
.odot{width:8px; height:8px; border-radius:50%; background:var(--yellow); box-shadow:0 0 0 0 rgba(247,181,0,.6); animation:pulse-dot 2s infinite}
@keyframes pulse-dot{0%{box-shadow:0 0 0 0 rgba(247,181,0,.55)}70%{box-shadow:0 0 0 9px rgba(247,181,0,0)}100%{box-shadow:0 0 0 0 rgba(247,181,0,0)}}

.hero{position:relative; padding:60px 0 64px; overflow:hidden}
.hero::before{content:""; position:absolute; inset:-20% -10% auto -10%; height:600px;
  background:radial-gradient(60% 60% at 30% 20%, rgba(216,31,38,.2), transparent 70%); pointer-events:none}
.hero-in{position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center}
@media (max-width:960px){.hero-in{grid-template-columns:1fr}}
.hero h1{font-size:clamp(38px,6vw,66px); line-height:.98; margin:14px 0 20px}
.hero h1 .accent{color:var(--yellow)}
.hero .cta{display:flex; flex-wrap:wrap; gap:14px; margin-top:26px}
.hero-badges{display:flex; gap:22px; margin-top:30px; flex-wrap:wrap}
.hb{display:flex; align-items:center; gap:10px; font-size:13px; color:var(--mute)}
.hb b{color:#fff; font-family:'Anton',sans-serif; font-size:19px}
.hero-art{position:relative}
.hero-art .frame{border-radius:18px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); position:relative}
.hero-art img{width:100%; height:100%; object-fit:cover; aspect-ratio:4/3}
.hero-art .frame::after{content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(12,10,9,.55), transparent 45%)}
.hero-art .cap{position:absolute; left:16px; bottom:14px; z-index:2; font-size:12.5px; color:var(--white); background:rgba(12,10,9,.55); padding:6px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.15)}

.strip{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--surface); overflow:hidden; padding:16px 0}
.strip-track{display:flex; width:max-content; gap:40px; animation:scroll-x 26s linear infinite}
.strip-track b{font-family:'Anton',sans-serif; font-size:15px; letter-spacing:.05em; color:var(--mute); white-space:nowrap}
.strip-track i{width:6px; height:6px; background:var(--yellow); display:inline-block; border-radius:50%; margin:0 8px; vertical-align:middle}
@keyframes scroll-x{from{transform:translateX(0)}to{transform:translateX(-50%)}}

section{padding:88px 0}
.sec-head{max-width:640px; margin-bottom:44px}
.sec-head h2{font-size:clamp(28px,4vw,42px); line-height:1.05}

/* menu */
.menu-wrap{display:grid; grid-template-columns:1.15fr .85fr; gap:44px; align-items:start}
@media (max-width:900px){.menu-wrap{grid-template-columns:1fr}}
.mgroup{margin-bottom:30px}
.mgroup h3{font-size:13px; letter-spacing:.14em; color:var(--yellow); margin-bottom:14px; display:flex; align-items:center; gap:8px}
.mrow{display:flex; justify-content:space-between; gap:14px; padding:13px 0; border-bottom:1px dashed var(--line)}
.mrow .mname{font-weight:700; font-size:15.5px}
.mrow .mes{display:block; font-size:12.5px; color:var(--mute-2); margin-top:2px}
.mrow .mprice{font-family:'Anton',sans-serif; color:var(--yellow); font-size:16px; white-space:nowrap}
.menu-photo{border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); position:sticky; top:90px}
.menu-photo img{width:100%}

/* food gallery */
.fgrid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
@media (max-width:900px){.fgrid{grid-template-columns:repeat(2,1fr)}}
.fitem{border-radius:var(--radius); overflow:hidden; position:relative; aspect-ratio:3/4; border:1px solid var(--line)}
.fitem img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease}
.fitem:hover img{transform:scale(1.07)}
.fitem .tag{position:absolute; left:10px; bottom:10px; font-size:12px; font-weight:700; background:rgba(12,10,9,.68); padding:5px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.15)}
.fitem.wide{grid-column:span 2}
@media (max-width:600px){.fitem.wide{grid-column:span 2}}

/* why us / best in area band */
.band{background:linear-gradient(180deg, var(--surface), var(--ink)); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.band-in{display:grid; grid-template-columns:auto 1fr; gap:40px; align-items:center}
@media (max-width:820px){.band-in{grid-template-columns:1fr; text-align:center}}
.band-in img{width:110px; height:110px; border-radius:50%; border:3px solid var(--yellow); object-fit:cover; margin:0 auto}
.band h2{font-size:clamp(28px,4.2vw,46px); line-height:1.06}
.band .best{color:var(--yellow)}

/* reviews */
.rev-head{display:flex; align-items:flex-end; justify-content:space-between; flex-wrap:wrap; gap:20px; margin-bottom:40px}
.bigrate{display:flex; align-items:center; gap:12px}
.rstars{display:flex; gap:3px; color:var(--yellow)}
.rstars svg{width:20px; height:20px; fill:currentColor}
.bigrate b{font-family:'Anton',sans-serif; font-size:30px}
.rev-note{font-size:12px; color:var(--mute-2); margin-top:18px}
.rev-rail{overflow:hidden; -webkit-mask-image:linear-gradient(90deg, transparent, black 6%, black 94%, transparent); mask-image:linear-gradient(90deg, transparent, black 6%, black 94%, transparent)}
.rev-track{display:flex; gap:20px; width:max-content; animation:scroll-x 40s linear infinite}
.rcard{width:320px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:24px}
.rcard .rstars{margin-bottom:14px}
.rcard p{color:#efe9e1; font-size:14.5px; line-height:1.6; margin:0 0 16px}
.rcard .who{display:flex; align-items:center; gap:10px}
.avatar{width:34px; height:34px; border-radius:50%; background:var(--surface-2); display:flex; align-items:center; justify-content:center; font-family:'Anton',sans-serif; font-size:13px; color:var(--yellow); border:1px solid var(--line)}
.who b{font-size:13.5px; display:block}
.who span{font-size:12px; color:var(--mute-2)}

/* location */
.loc-in{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center}
@media (max-width:900px){.loc-in{grid-template-columns:1fr}}
.loc-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:28px}
.loc-card .liverow{display:flex; align-items:center; gap:10px; font-family:'Anton',sans-serif; font-size:17px; color:var(--yellow); margin-bottom:10px}
.mapwrap{border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); aspect-ratio:4/3}
.mapwrap iframe{width:100%; height:100%; border:0; filter:grayscale(.25) invert(.92) contrast(.9)}

.final{text-align:center; padding:100px 0}
.final .mk-xl{font-size:clamp(34px,7.5vw,80px); line-height:.95}
.final .tag{color:var(--yellow); letter-spacing:.2em; font-size:13px; margin:14px 0 34px; text-transform:uppercase}

footer{border-top:1px solid var(--line); padding:26px 0}
.foot{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:14px; font-size:13px; color:var(--mute-2)}
.fnav{display:flex; gap:18px}
.fnav a:hover{color:#fff}

.thumbbar{position:fixed; left:0; right:0; bottom:0; z-index:60; padding:12px 16px; background:rgba(12,10,9,.94);
  backdrop-filter:blur(10px); border-top:1px solid var(--line); display:none}
.thumbbar .btn{width:100%}
@media (max-width:760px){.thumbbar{display:block} body{padding-bottom:66px}}
@media (min-width:761px){.topcall{display:inline-flex}}
@media (max-width:760px){.topcall{display:none}}

@media (max-width:600px){
  .wrap{padding:0 18px}
  section{padding:56px 0}
  .hero{padding:40px 0 36px}
  .bar-in{padding:9px 18px}
  .brand img{height:46px; width:46px}
  .brand-txt .mk{font-size:15px}
  .liveloc-chip{font-size:10px; padding:6px 9px}
  .fgrid{grid-template-columns:repeat(2,1fr)}
  .fitem.wide{grid-column:span 1}
  .menu-photo{position:static}
  .rcard{width:270px}
  .final{padding:64px 0}
  .foot{flex-direction:column; align-items:flex-start}
}
