
:root{
  --bg:#0b1113;
  --panel:#101719;
  --gold:#d5a85f;
  --gold-soft:#eed1a1;
  --text:#f4eee4;
  --muted:#c9c3b8;
  --line:rgba(213,168,95,.55);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:radial-gradient(circle at top, rgba(213,168,95,.08), transparent 32rem),var(--bg);
  color:var(--text);
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.45;
}
a{color:inherit}
.business-hero{
  color:#fff;
  background:radial-gradient(circle at 80% 10%,rgba(199,154,66,.12),transparent 35%),linear-gradient(135deg,#080808,#181818);
  padding:70px 0 60px;
}
.hero-grid{
  width:min(1120px,calc(100% - 40px));
  margin:auto;
  display:grid;
  grid-template-columns:190px 1fr;
  align-items:center;
  gap:38px;
}
.hero-logo{width:100%;height:auto;display:block}
.hero-copy h1{
  margin:0 0 16px;
  font-size:clamp(2.6rem,6vw,4rem);
  line-height:1.06;
}
.verified-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  color:#e4c27d;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:700;
}
.verified-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border:2px solid rgba(199,154,66,.38);
  border-radius:1000px;
  background:rgba(199,154,66,.08);
  font-size:14px;
}
.verified-check{
  width:20px;
  height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#c79a42;
  color:#111;
  font-size:12px;
  font-weight:900;
}
.verified-location{font-size:16px}
.menu{
  width:min(1180px,calc(100% - 28px));
  margin:28px auto;
  padding:44px clamp(20px,4vw,58px) 52px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,0));
  box-shadow:0 18px 60px rgba(0,0,0,.35);
}
.brand{
  text-align:center;
  padding-bottom:28px;
  border-bottom:1px solid var(--line);
}
.brand-mark{
  display:inline-block;
  padding:15px 34px 13px;
  border:2px solid var(--gold-soft);
  border-radius:18px;
  color:var(--gold-soft);
  letter-spacing:.1em;
  text-transform:uppercase;
  font-weight:700;
  font-size:clamp(.82rem,3.1vw,2.2rem);
  white-space:nowrap;
}
.brand small{
  display:block;
  margin-top:5px;
  color:var(--text);
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:400;
}
.brand h2{
  margin:24px 0 4px;
  color:var(--gold-soft);
  font-size:clamp(2.6rem,7vw,5.4rem);
  font-weight:500;
  letter-spacing:.08em;
  line-height:1;
  text-transform:uppercase;
}
.tagline{
  margin:12px 0 0;
  color:var(--gold);
  letter-spacing:.34em;
  text-transform:uppercase;
  font-size:.86rem;
}
.grid{
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  margin-top:38px;
}
.section{break-inside:avoid}
.section h3{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 20px;
  color:var(--gold-soft);
  font-size:clamp(1.35rem,2.5vw,2rem);
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap;
}
.section h3::before,.section h3::after{
  content:"";
  height:1px;
  flex:1;
  background:var(--line);
}
.section h3.subhead{margin-top:34px}
.item{
  margin:0 0 17px;
  padding-bottom:14px;
  border-bottom:1px dotted rgba(213,168,95,.25);
}
.item:last-child{border-bottom:0}
.item-head{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:end;
  gap:8px;
}
.name,.price{
  color:var(--gold);
  font-size:1.2rem;
  font-weight:700;
}
.dots{
  min-width:20px;
  border-bottom:2px dotted rgba(213,168,95,.6);
  transform:translateY(-5px);
}
.desc{
  margin:4px 0 0;
  color:var(--muted);
  font-family:Arial,Helvetica,sans-serif;
  font-size:.91rem;
  line-height:1.45;
}
.intro-desc{margin:-8px 0 20px}
.note{
  display:block;
  margin-top:4px;
  color:var(--gold-soft);
  font-style:italic;
}
.consumer-advisory{
  margin:34px 0 0;
  padding:18px 20px;
  border:1px solid var(--line);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
  font-size:.9rem;
  line-height:1.5;
  text-align:center;
}
.menu-footer-copy{
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid var(--line);
  color:var(--gold);
  text-align:center;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:.78rem;
}
.menu-nav-footer{
  padding:22px 0;
  background:#191919;
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:700;
}
.menu-nav-grid{
  width:min(1120px,calc(100% - 40px));
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.menu-nav-grid a{
  min-height:62px;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none;
  color:#fff;
  background:#111;
  border:2px solid rgba(199,154,66,.35);
  border-radius:8px;
}
.menu-nav-grid a:hover{
  color:#e4c27d;
  border-color:#c79a42;
}
@media(max-width:780px){
  .business-hero{padding:44px 0}
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-logo{max-width:180px}
  .menu{width:min(100% - 18px,680px);margin:9px auto;padding:30px 18px 36px}
  .brand-mark{white-space:normal}
  .brand h2{letter-spacing:.04em}
  .tagline{letter-spacing:.16em}
  .section h3{white-space:normal}
  .menu-nav-grid{grid-template-columns:1fr}
}
@media print{
  body{background:#fff;color:#111}
  .business-hero,.menu-nav-footer{display:none}
  .menu{width:100%;margin:0;border:0;box-shadow:none;background:#fff;padding:16mm 12mm}
  .brand-mark,.brand small,.brand h2,.section h3,.name,.price,.tagline,.menu-footer-copy{color:#7b5424}
  .desc{color:#333}
  .grid{gap:22px}
}
