
:root{
  --bg:#0b0b0b;
  --surface:#141414;
  --surface-2:#1d1a17;
  --cream:#f7ead4;
  --muted:#c7b9a5;
  --red:#b50012;
  --red-dark:#68000a;
  --gold:#d7a62f;
  --line:rgba(255,255,255,.12);
  --shadow:0 20px 50px rgba(0,0,0,.35);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--cream);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.skip-link{
  position:absolute;left:-9999px;top:8px;background:#fff;color:#000;padding:.75rem 1rem;z-index:9999
}
.skip-link:focus{left:8px}
.container{width:min(100% - 2rem,var(--max));margin-inline:auto}
.eyebrow{
  margin:0 0 .8rem;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;
  font-size:.78rem;font-weight:800
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.05;margin-top:0}
h1{font-size:clamp(2.7rem,10vw,6.6rem);letter-spacing:-.055em;margin-bottom:1rem}
h2{font-size:clamp(2.1rem,7vw,4.3rem);letter-spacing:-.04em;margin-bottom:1rem}
h3{font-size:1.45rem;margin-bottom:.55rem}
p{margin-top:0}
.section{padding:5.5rem 0}
.section--light{background:var(--cream);color:#191512}
.section--smoke{
  background:
    radial-gradient(circle at 20% 10%,rgba(181,0,18,.15),transparent 35%),
    linear-gradient(135deg,#171310,#0b0b0b 60%);
}
.site-header{
  position:sticky;top:0;z-index:100;background:rgba(9,9,9,.88);
  backdrop-filter:blur(14px);border-bottom:1px solid var(--line)
}
.header-inner{
  min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem
}
.brand{display:flex;align-items:center;gap:.8rem;font-weight:900;letter-spacing:.04em}
.brand img{width:76px;height:auto}
.brand span{display:none}
.menu-toggle{
  width:46px;height:46px;border:1px solid var(--line);border-radius:12px;background:#151515;color:white;
  display:grid;place-items:center;cursor:pointer
}
.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{
  display:block;width:22px;height:2px;background:currentColor;content:"";position:relative;transition:.2s
}
.menu-toggle span:before{position:absolute;top:-7px}
.menu-toggle span:after{position:absolute;top:7px}
.nav{
  position:absolute;left:0;right:0;top:78px;background:#0d0d0d;border-bottom:1px solid var(--line);
  display:none;padding:1rem
}
.nav.is-open{display:block}
.nav a{
  display:block;padding:1rem;border-radius:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem
}
.nav a:hover,.nav a[aria-current="page"]{background:var(--red);color:#fff}
.hero{
  min-height:calc(100vh - 78px);display:grid;align-items:center;position:relative;overflow:hidden;
  background:
    linear-gradient(90deg,rgba(0,0,0,.97),rgba(0,0,0,.72) 52%,rgba(0,0,0,.35)),
    radial-gradient(circle at 85% 45%,rgba(181,0,18,.52),transparent 25%),
    linear-gradient(135deg,#190000,#090909 58%,#2b1908);
}
.hero:before,.hero:after{
  content:"";position:absolute;border-radius:50%;filter:blur(1px);opacity:.55;pointer-events:none
}
.hero:before{width:360px;height:360px;right:-120px;top:8%;border:1px solid rgba(215,166,47,.35)}
.hero:after{width:560px;height:560px;right:-260px;bottom:-300px;border:1px solid rgba(181,0,18,.55)}
.hero-grid{position:relative;z-index:1;padding:4.5rem 0;display:grid;gap:2rem}
.hero-copy{max-width:760px}
.hero-lead{font-size:clamp(1.05rem,2.7vw,1.25rem);color:#e3d7c7;max-width:650px}
.hero-logo{
  width:min(72vw,310px);filter:drop-shadow(0 18px 26px rgba(0,0,0,.48));
  margin:0 auto
}
.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1.25rem;
  border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;font-size:.82rem;
  border:1px solid transparent;transition:transform .2s,background .2s,border-color .2s
}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--red);color:#fff}
.btn--primary:hover{background:#d00016}
.btn--secondary{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.04)}
.btn--dark{background:#16110f;color:#fff}
.stats{
  display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-top:2rem;max-width:620px
}
.stat{padding:1rem;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.045)}
.stat strong{display:block;color:var(--gold);font-size:1.15rem}
.grid-3{display:grid;gap:1rem}
.card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow)
}
.card p{color:var(--muted);margin-bottom:0}
.food-card{overflow:hidden;padding:0}
.food-art{
  min-height:220px;display:grid;place-items:center;position:relative;
  background:
    radial-gradient(circle at 50% 65%,rgba(255,179,71,.45),transparent 26%),
    radial-gradient(circle at 50% 50%,#4a1a0d 0 26%,#1b0d08 27% 42%,transparent 43%),
    linear-gradient(135deg,#301008,#090909);
}
.food-art:before{
  content:"";width:132px;height:62px;border-radius:50%;border:16px solid #6f270f;
  box-shadow:0 0 0 8px #24120c,inset 0 0 0 8px #1d0d08;transform:rotate(-8deg)
}
.food-art.ribs:before{width:155px;height:94px;border-radius:28px;border-width:12px}
.food-art.chicken:before{width:105px;height:105px;border-radius:55% 45% 60% 40%;transform:rotate(22deg)}
.card-body{padding:1.3rem}
.price{color:var(--gold);font-weight:900}
.split{display:grid;gap:2rem;align-items:center}
.quote{
  border-left:4px solid var(--red);padding-left:1.2rem;font-family:Georgia,serif;font-size:1.25rem
}
.feature-list{display:grid;gap:.9rem;margin:1.5rem 0 0;padding:0;list-style:none}
.feature-list li{display:flex;gap:.8rem;align-items:flex-start}
.feature-list li:before{
  content:"✓";flex:0 0 28px;height:28px;border-radius:50%;display:grid;place-items:center;
  background:var(--red);color:#fff;font-weight:900
}
.banner{
  border-radius:28px;padding:2rem;background:
    linear-gradient(120deg,rgba(181,0,18,.95),rgba(104,0,10,.95)),
    #78000d;box-shadow:var(--shadow)
}
.page-hero{padding:5rem 0 3rem;background:linear-gradient(135deg,#260006,#0b0b0b 62%)}
.page-hero p{max-width:700px;color:#dfd2c0}
.menu-grid{display:grid;gap:1rem}
.menu-item{
  display:flex;justify-content:space-between;gap:1rem;padding:1.15rem 0;border-bottom:1px solid rgba(0,0,0,.13)
}
.menu-item strong{font-family:Georgia,serif;font-size:1.15rem}
.menu-item span{white-space:nowrap;font-weight:900;color:var(--red-dark)}
.contact-grid{display:grid;gap:1.5rem}
form{display:grid;gap:1rem}
label{font-weight:800}
input,textarea,select{
  width:100%;border:1px solid #cbbca8;border-radius:12px;padding:.9rem 1rem;background:#fff;color:#17120f
}
textarea{min-height:150px;resize:vertical}
.site-footer{border-top:1px solid var(--line);padding:2rem 0;background:#070707;color:#cdbfae}
.footer-grid{display:grid;gap:1.2rem}
.footer-logo{width:112px}
.small{font-size:.9rem;color:#ae9f8e}
.notice{
  border:1px dashed rgba(255,255,255,.3);padding:1rem;border-radius:14px;color:#cdbfae
}
@media (min-width:720px){
  .brand span{display:inline}
  .stats{grid-template-columns:repeat(4,1fr)}
  .grid-3,.menu-grid{grid-template-columns:repeat(3,1fr)}
  .split{grid-template-columns:1.05fr .95fr}
  .contact-grid{grid-template-columns:.85fr 1.15fr}
  .footer-grid{grid-template-columns:1fr 1fr 1fr;align-items:start}
}
@media (min-width:900px){
  .menu-toggle{display:none}
  .nav{position:static;display:flex!important;padding:0;background:transparent;border:0;gap:.25rem}
  .nav a{padding:.72rem .95rem}
  .hero-grid{grid-template-columns:1.3fr .7fr;align-items:center}
  .hero-logo{width:min(100%,360px)}
  .section{padding:7rem 0}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{transition:none!important}
}
