*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter,sans-serif;
  background:#100804;
  color:#fff;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.glow{position:fixed;border-radius:50%;filter:blur(90px);z-index:-2;opacity:.7}
.glow.one{width:350px;height:350px;background:#ff7a00;top:8%;left:-100px}
.glow.two{width:380px;height:380px;background:#ffcc66;right:-130px;bottom:12%}
.nav{
  width:min(1180px,92%);
  margin:18px auto;
  position:sticky;top:14px;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 18px;border-radius:24px;
  background:rgba(25,12,4,.72);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.12);
}
.logo{font-weight:900;font-size:25px}.logo span{color:#ffb13b}
.nav nav{display:flex;gap:24px;color:#f3d7b3;font-size:14px}
.btn{
  border:0;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 20px;border-radius:999px;
  background:linear-gradient(135deg,#ff8a00,#ffd36a);
  color:#231000;font-weight:900;
  box-shadow:0 15px 35px rgba(255,138,0,.25)
}
.btn.small{padding:11px 16px}.btn.ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16)}
.hero{
  width:min(1180px,92%);
  min-height:86vh;margin:auto;
  display:grid;grid-template-columns:1.05fr .95fr;
  align-items:center;gap:50px;padding:55px 0;
}
.tag{color:#ffb13b;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.18em;margin-bottom:14px}
h1{font-family:"Playfair Display",serif;font-size:clamp(44px,7vw,86px);line-height:.92;margin-bottom:22px}
h2{font-family:"Playfair Display",serif;font-size:clamp(34px,5vw,58px);line-height:1;margin-bottom:16px}
.sub,.section-head p,.muted,.feature p,.note{color:#f3d7b3;line-height:1.75;font-size:16px}
.actions{display:flex;gap:14px;margin:30px 0}
.mini-stats{display:flex;gap:16px;flex-wrap:wrap}
.mini-stats div{padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.mini-stats b{display:block;font-size:22px}.mini-stats span{color:#e5c59b;font-size:13px}
.hero-plate{height:520px;position:relative;perspective:1200px}
.plate{
  width:380px;height:380px;border-radius:50%;
  position:absolute;inset:0;margin:auto;
  background:radial-gradient(circle,#fff2d3 0 28%,#e8b86b 29% 34%,#3a1708 35% 100%);
  transform:rotateX(62deg) rotateZ(-18deg);
  box-shadow:0 60px 120px rgba(0,0,0,.45);
  animation:plateFloat 5s ease-in-out infinite;
}
@keyframes plateFloat{50%{transform:rotateX(58deg) rotateZ(12deg) translateY(-18px)}}
.food{position:absolute;border-radius:50%;display:block}
.f1{width:95px;height:95px;background:#c0392b;left:112px;top:95px}
.f2{width:75px;height:75px;background:#27ae60;right:105px;top:130px}
.f3{width:85px;height:85px;background:#f39c12;left:145px;bottom:105px}
.f4{width:50px;height:50px;background:#fff;right:140px;bottom:130px}
.float-card{
  position:absolute;padding:14px 18px;border-radius:18px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);font-weight:900;
  animation:floatCard 4s ease-in-out infinite;
}
.c1{top:80px;left:30px}.c2{right:20px;top:190px;animation-delay:.5s}.c3{left:95px;bottom:80px;animation-delay:1s}
@keyframes floatCard{50%{transform:translateY(-18px)}}
.section{width:min(1180px,92%);margin:auto;padding:80px 0}
.section-head{text-align:center;margin-bottom:34px}
.section-head p{margin:auto;max-width:620px}
.filters{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}
.filter{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;padding:11px 16px;border-radius:999px;cursor:pointer;font-weight:800}
.filter.active{background:#ffb13b;color:#251000}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.menu-card{
  padding:18px;border-radius:28px;background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  transition:.25s ease;overflow:hidden;position:relative;
}
.menu-card:hover{transform:translateY(-8px);border-color:rgba(255,177,59,.45)}
.food-img{height:160px;border-radius:22px;margin-bottom:16px;position:relative;overflow:hidden;background:linear-gradient(135deg,#ff8a00,#371203)}
.food-img:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.35);right:24px;top:25px}
.food-img:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;background:rgba(255,215,120,.55);left:35px;bottom:22px}
.menu-card h3{font-size:22px;margin-bottom:8px}.menu-card p{color:#e6c7a2;font-size:14px;line-height:1.55;min-height:44px}
.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:18px}
.price{font-weight:900;font-size:22px;color:#ffb13b}
.add{border:0;background:#fff;color:#2a1000;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}
.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.booking-form,.cart-panel{
  padding:26px;border-radius:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)
}
input,textarea,select{
  width:100%;padding:15px 16px;margin-bottom:13px;border-radius:16px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);
  color:#fff;outline:none;font-family:inherit
}
textarea{min-height:90px;resize:vertical}
input::placeholder,textarea::placeholder{color:#d2b38b}
select option{color:#111}
.cart-panel{max-width:780px;margin:auto}
.cart-items{display:grid;gap:12px;margin:20px 0}
.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:13px;border-radius:18px;background:rgba(255,255,255,.07)}
.qty{display:flex;align-items:center;gap:9px}
.qty button,.remove{border:0;border-radius:10px;padding:7px 10px;font-weight:900;cursor:pointer}
.remove{background:#ff4d4d;color:#fff}
.cart-total{display:flex;justify-content:space-between;padding:18px 0;font-size:24px;border-top:1px solid rgba(255,255,255,.12)}
.cart-total b{color:#ffb13b}
.customer-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.customer-form textarea,.customer-form select{grid-column:span 2}
.order-preview{margin:16px 0;padding:16px;border-radius:18px;background:#080402;border:1px solid rgba(255,255,255,.1)}
.order-preview p{color:#ffb13b;font-weight:900;margin-bottom:8px}
pre{white-space:pre-wrap;color:#f5d9b4;font-family:inherit;font-size:13px;line-height:1.6}
.full{width:100%;font-size:16px}.note{display:block;margin-top:14px;font-size:13px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feature{padding:24px;border-radius:26px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.feature b{color:#ffb13b}.feature h3{margin:10px 0;font-size:23px}
footer{text-align:center;padding:60px 20px;background:#080402}
footer a{color:#ffb13b;font-weight:900}
.sticky-cart{
  position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:60;
  background:rgba(20,10,3,.88);border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);border-radius:999px;padding:12px 18px;
  box-shadow:0 18px 50px rgba(0,0,0,.38)
}
.sticky-cart b{color:#ffb13b}
@media(max-width:900px){
  .nav nav{display:none}
  .hero,.split{grid-template-columns:1fr}.hero{text-align:left}
  .hero-plate{height:380px}.plate{width:280px;height:280px}
  .menu-grid,.features{grid-template-columns:1fr}
  .customer-form{grid-template-columns:1fr}.customer-form textarea,.customer-form select{grid-column:auto}
}
