:root{
  --bg:#0d0d0f;
  --bg-2:#141417;
  --panel:rgba(255,255,255,.04);
  --panel-2:rgba(255,255,255,.06);
  --line:rgba(255,255,255,.08);
  --gold:#d7a55a;
  --gold-2:#f3d49b;
  --text:#f8efe2;
  --muted:#cfbea4;
  --muted-2:#a99577;
  --shadow:0 24px 70px rgba(0,0,0,.35);
  --radius:26px;
  --radius-sm:18px;
  --container:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.6;
  background:
    radial-gradient(circle at 10% 10%, rgba(215,165,90,.14), transparent 20%),
    radial-gradient(circle at 90% 15%, rgba(243,212,155,.08), transparent 18%),
    linear-gradient(180deg,#0b0b0d 0%,#131316 100%);
}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}
img{max-width:100%}

.topbar{
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}
.topbar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  font-size:13px;
  color:var(--muted);
}

.site-header{
  position:sticky;
  top:0;
  z-index:60;
  backdrop-filter:blur(14px);
  background:rgba(12,12,14,.78);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav-wrap{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.brand-kicker{
  color:var(--gold-2);
  letter-spacing:.20em;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:6px;
}
.brand-main{
  color:var(--gold);
  font-size:34px;
  font-weight:900;
  letter-spacing:.08em;
}
.main-nav{
  display:flex;
  align-items:center;
  gap:8px;
}
.main-nav a{
  padding:12px 14px;
  border-radius:999px;
  color:var(--muted);
  transition:.2s ease;
}
.main-nav a:hover{
  background:rgba(255,255,255,.05);
  color:#fff;
}
.nav-toggle{
  display:none;
  width:52px;
  height:52px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.03);
  padding:0;
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  margin:5px auto;
  border-radius:2px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  font-weight:800;
  border:1px solid transparent;
  transition:.22s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.small{min-height:44px;padding:0 16px;font-size:14px}
.btn.full{width:100%}
.btn-gold{
  background:linear-gradient(180deg,var(--gold-2),var(--gold));
  color:#1d150b;
  box-shadow:0 14px 28px rgba(215,165,90,.22);
}
.btn-dark{
  background:rgba(255,255,255,.05);
  color:#fff;
  border-color:rgba(255,255,255,.08);
}
.btn-outline{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.12);
}

.hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 56px;
}
.hero-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(60px);
  pointer-events:none;
}
.hero-glow-a{
  width:380px;height:380px;
  background:rgba(215,165,90,.14);
  top:-80px;left:-80px;
}
.hero-glow-b{
  width:420px;height:420px;
  background:rgba(243,212,155,.07);
  right:-120px;top:20px;
}
.hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:34px;
  align-items:center;
}
.hero-badge{
  display:inline-flex;
  min-height:36px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(215,165,90,.14);
  border:1px solid rgba(215,165,90,.18);
  color:var(--gold-2);
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}
h1,h2,h3,h4{line-height:1.1;margin:0 0 14px}
h1{font-size:clamp(38px,5vw,68px)}
h2{font-size:clamp(28px,3.1vw,46px)}
h3{font-size:clamp(20px,2vw,26px)}
.lead{
  color:var(--muted);
  font-size:clamp(17px,1.8vw,21px);
  max-width:760px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 20px;
}
.hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-pills span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  color:var(--muted);
  font-size:14px;
}
.hero-visual{
  position:relative;
  min-height:520px;
}
.hero-card-main{
  padding:26px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(215,165,90,.10), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.hero-card-top{
  margin-bottom:18px;
}
.hero-card-top span{
  display:block;
  color:var(--gold-2);
  font-size:13px;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.hero-card-top strong{
  font-size:26px;
}
.dish-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.dish-box{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
}
.dish-emoji{
  display:grid;
  place-items:center;
  width:58px;height:58px;
  border-radius:18px;
  background:rgba(215,165,90,.14);
  font-size:28px;
  margin-bottom:14px;
}
.dish-box p{margin:0;color:var(--muted)}
.floating-mini{
  position:absolute;
  padding:14px 16px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(13,13,15,.88);
  backdrop-filter:blur(10px);
  box-shadow:var(--shadow);
  max-width:220px;
}
.floating-mini strong{
  display:block;
  margin-bottom:4px;
}
.floating-mini span{color:var(--muted);font-size:14px}
.floating-mini-a{left:-16px;bottom:48px}
.floating-mini-b{right:-12px;top:40px}

.metrics{padding:0 0 28px}
.metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.metric-card{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}
.metric-card strong{
  display:block;
  margin-bottom:6px;
  font-size:18px;
}
.metric-card span{color:var(--muted)}

.section{padding:82px 0}
.section-soft{
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-dark{
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section-head{
  max-width:760px;
  margin-bottom:34px;
}
.section-head.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.section-head.narrow{max-width:640px}
.section-head p:last-child{color:var(--muted)}
.eyebrow{
  display:block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:13px;
  font-weight:900;
  margin-bottom:12px;
}

.menu-tabs{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-bottom:28px;
}
.menu-tab{
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.menu-tab.active{
  background:linear-gradient(180deg,var(--gold-2),var(--gold));
  color:#1f160b;
  border-color:transparent;
}
.menu-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.menu-card{
  padding:24px;
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(215,165,90,.08), transparent 24%),
    rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:var(--shadow);
}
.menu-card.hidden{display:none}
.menu-icon{
  width:64px;height:64px;
  display:grid;place-items:center;
  border-radius:20px;
  background:rgba(215,165,90,.14);
  font-size:30px;
  margin-bottom:14px;
}
.menu-meta{
  color:var(--gold-2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.menu-card p{color:var(--muted)}
.menu-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.07);
}
.menu-footer span{color:var(--muted);font-size:14px}
.menu-footer a{
  color:var(--gold-2);
  font-weight:800;
}

.split-grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:22px;
  align-items:start;
}
.content-card,
.order-preview,
.reservation-preview{
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.04);
  box-shadow:var(--shadow);
}
.content-card.plain{background:transparent;box-shadow:none}
.steps{display:grid;gap:14px;margin-top:24px}
.step-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}
.step-no{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:14px;
  background:rgba(215,165,90,.14);
  color:var(--gold-2);
  font-weight:900;
  flex:0 0 auto;
}
.step-item p{margin:6px 0 0;color:var(--muted)}

.preview-head,
.reservation-top{
  margin-bottom:16px;
}
.preview-head span,
.reservation-top span{
  display:block;
  color:var(--gold-2);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:8px;
}
.preview-head strong,
.reservation-top strong{
  font-size:24px;
}
.preview-item,
.reservation-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.preview-item h4{margin:0 0 4px;font-size:17px}
.preview-item p{margin:0;color:var(--muted)}
.preview-item span,
.reservation-row span{
  color:var(--muted);
}
.preview-note{
  margin:18px 0;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(215,165,90,.10);
  border:1px solid rgba(215,165,90,.14);
  color:var(--gold-2);
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}
.feature-box{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
}
.feature-box strong{display:block;margin-bottom:6px}
.feature-box p{margin:0;color:var(--muted)}

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.benefit-card{
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.04);
}
.benefit-no{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:14px;
  background:rgba(215,165,90,.14);
  color:var(--gold-2);
  font-weight:900;
  margin-bottom:14px;
}
.benefit-card p{margin:0;color:var(--muted)}

.testimonials{padding-top:72px}
.quote-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.quote-card{
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.04);
}
.quote-card p{
  margin:0 0 14px;
  color:var(--text);
  font-size:18px;
}
.quote-card strong{color:var(--gold-2)}

.final-cta-box{
  padding:32px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(215,165,90,.12), transparent 28%),
    rgba(255,255,255,.04);
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.site-footer{
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .7fr .7fr;
  gap:22px;
  padding:24px 0;
}
.footer-brand{margin-bottom:12px}
.site-footer p,
.site-footer li,
.site-footer a{color:var(--muted)}
.site-footer ul{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:10px}
.footer-bottom{
  padding:16px;
  text-align:center;
  color:var(--muted-2);
  border-top:1px solid rgba(255,255,255,.06);
}

.mobile-sticky{display:none}

/* Dashboard */
.dashboard-body{
  background:
    radial-gradient(circle at 10% 10%, rgba(215,165,90,.14), transparent 20%),
    linear-gradient(180deg,#0b0b0d 0%,#141417 100%);
}
.dashboard-open{display:flex}
.dashboard-main{padding-bottom:40px}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-bottom:18px;
}
.stat-card{
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:var(--shadow);
}
.stat-card span{display:block;color:var(--muted);margin-bottom:10px}
.stat-card strong{display:block;font-size:34px;margin-bottom:6px}
.stat-card small{color:var(--muted-2)}

.dashboard-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}
.panel-card{
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:var(--shadow);
}
.panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.panel-chip{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.panel-chip.gold{
  background:rgba(215,165,90,.14);
  color:var(--gold-2);
}
.order-row,
.reserve-row{
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  display:flex;
  justify-content:space-between;
  gap:14px;
}
.order-row p,
.reserve-row p{margin:4px 0 0;color:var(--muted)}
.status{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.status.new{background:rgba(215,165,90,.14);color:var(--gold-2)}
.status.progress{background:rgba(92,191,141,.16);color:#a7ebc8}
.status.done{background:rgba(255,255,255,.08);color:#fff}
.stock-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.stock-card{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}
.stock-card strong{display:block;margin-bottom:6px}
.stock-card.ok span{color:#a7ebc8}
.stock-card.low span{color:#ffd992}
.admin-list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
}
.admin-list li{margin:8px 0}

@media (max-width:1100px){
  .hero-grid,
  .split-grid,
  .dashboard-grid,
  .final-cta-box{grid-template-columns:1fr;display:grid}
  .metrics-grid{grid-template-columns:repeat(2,1fr)}
  .menu-grid{grid-template-columns:repeat(2,1fr)}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .quote-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .topbar-inner{justify-content:center;text-align:center}
  .nav-toggle{display:block}
  .main-nav{
    position:absolute;
    top:83px;
    left:16px;
    right:16px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:14px;
    border-radius:24px;
    background:rgba(15,15,17,.98);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:var(--shadow);
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:14px 16px}

  .hero{padding:58px 0 34px}
  .hero-visual{min-height:auto}
  .floating-mini{display:none}
  .dish-grid,
  .metrics-grid,
  .menu-grid,
  .feature-grid,
  .benefit-grid,
  .footer-grid,
  .stats-grid,
  .stock-grid{grid-template-columns:1fr}
  .brand-main{font-size:28px}
  .section{padding:62px 0}
  .mobile-sticky{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:90;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:10px;
    border-radius:24px;
    background:rgba(12,12,14,.95);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    box-shadow:var(--shadow);
  }
  .mobile-sticky a{
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    font-weight:800;
    text-align:center;
    font-size:14px;
  }
  .mobile-sticky a:nth-child(1),
  .mobile-sticky a:nth-child(3){
    background:rgba(255,255,255,.05);
    color:#fff;
  }
  .mobile-sticky a:nth-child(2){
    background:linear-gradient(180deg,var(--gold-2),var(--gold));
    color:#1d150b;
  }
  body{padding-bottom:96px}
}
