
:root{
  --dark:#120806;
  --brown:#2a1208;
  --brown2:#4a250f;
  --gold:#d8b35f;
  --lightgold:#ffe9a6;
  --cream:#fff7e6;
  --muted:#d9c4a1;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Montserrat', Arial, sans-serif;
  color:var(--cream);
  background:
    radial-gradient(circle at 10% 10%, rgba(216,179,95,.18), transparent 25%),
    radial-gradient(circle at 85% 25%, rgba(216,179,95,.12), transparent 24%),
    linear-gradient(135deg, #0b0503, #321709 48%, #0b0503);
}
a{text-decoration:none;color:inherit}
.hero{
  min-height:720px;
  background:
    linear-gradient(rgba(10,5,3,.55), rgba(10,5,3,.72)),
    url('https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&w=1800&q=80') center/cover;
  position:relative;
  overflow:hidden;
}
.hero:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(125deg, transparent 0 42%, rgba(216,179,95,.22) 42% 44%, transparent 44% 100%);
}
.nav{
  position:relative;z-index:2;
  display:flex;justify-content:space-between;align-items:center;
  padding:28px 6vw;
}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{
  font-family:'Cormorant Garamond',serif;
  font-size:58px;color:var(--gold);font-weight:700;font-style:italic;
  text-shadow:0 0 22px rgba(216,179,95,.38);
}
.brand-text{letter-spacing:4px;font-size:13px;font-weight:700}
.nav-links{display:flex;gap:24px;text-transform:uppercase;font-size:13px;letter-spacing:1.3px;color:#f9dda0}
.hero-content{
  position:relative;z-index:2;
  max-width:780px;
  padding:120px 6vw 80px;
}
.eyebrow,.label{color:var(--gold);letter-spacing:3px;text-transform:uppercase;font-size:13px;font-weight:800}
h1,h2,h3{font-family:'Cormorant Garamond',serif;margin:0}
h1{font-size:clamp(58px,9vw,122px);line-height:.9;color:var(--lightgold);text-shadow:0 8px 35px #000}
.tagline{font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--gold);font-style:italic}
.hero-copy{font-size:19px;line-height:1.75;color:#f2ddbc;max-width:620px}
.btn{display:inline-block;border-radius:999px;padding:15px 25px;margin:12px 12px 0 0;font-weight:800}
.primary{background:linear-gradient(135deg,var(--gold),#fff0b8);color:#2a1307}
.secondary{border:1px solid rgba(216,179,95,.75);color:#ffe9a6}
main{padding:0 5vw}
.intro{
  max-width:1180px;margin:-70px auto 60px;position:relative;z-index:3;
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
.intro div,.card,.follow,.drinks,.contact{
  background:linear-gradient(145deg,rgba(68,31,12,.94),rgba(14,6,3,.95));
  border:1px solid rgba(216,179,95,.35);
  border-radius:30px;
  box-shadow:0 22px 60px rgba(0,0,0,.38);
  padding:30px;
}
.intro h3{font-size:30px;color:var(--lightgold)}
p,li,.note{color:var(--muted);line-height:1.65}
.gallery{
  max-width:1180px;margin:0 auto 70px;
  display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:20px;
}
.photo{min-height:260px;border-radius:28px;background-size:cover;background-position:center;border:1px solid rgba(216,179,95,.34)}
.p1{background-image:url('https://images.unsplash.com/photo-1632345031435-8727f6897d53?auto=format&fit=crop&w=900&q=80')}
.p2{background-image:url('https://images.unsplash.com/photo-1607779097040-26e80aa78e66?auto=format&fit=crop&w=900&q=80')}
.p3{background-image:url('https://images.unsplash.com/photo-1519014816548-bf5fe059798b?auto=format&fit=crop&w=900&q=80')}
.services{max-width:1180px;margin:auto}
.section-title{text-align:center;margin-bottom:35px}
.section-title p{color:var(--gold);letter-spacing:3px;text-transform:uppercase;font-weight:800}
.section-title h2,.follow h2,.drinks h2,.contact h2{font-size:58px;color:var(--lightgold)}
.card{margin-bottom:26px}
.card h2{font-size:42px;color:var(--lightgold);margin-bottom:18px}
.card h3{font-size:30px;color:var(--gold);margin-top:24px}
.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.menu-item{background:rgba(255,255,255,.035);border:1px solid rgba(216,179,95,.16);border-radius:20px;padding:20px}
.line,.price{
  display:flex;justify-content:space-between;gap:18px;
  border-bottom:1px dotted rgba(255,233,166,.5);
  padding:10px 0;
}
.line h3{font-size:25px;color:#ffe9a6;margin:0}
.line strong,.price strong{color:#fff0b7;white-space:nowrap}
.menu-item em{display:block;color:#d8b35f;margin:8px 0}
.two{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.price span{font-weight:650;color:#f2ddbc}
.price-columns{columns:2;column-gap:45px}
.price-columns .price{break-inside:avoid}
.drinks,.follow,.contact{max-width:1180px;margin:55px auto;text-align:center}
.drinks{
  background:
    linear-gradient(rgba(26,11,5,.72),rgba(26,11,5,.86)),
    url('https://images.unsplash.com/photo-1551024709-8f23befc6f87?auto=format&fit=crop&w=1500&q=80') center/cover;
}
.drinks span{display:inline-block;color:#2a1307;background:var(--gold);border-radius:999px;padding:8px 18px;font-weight:800}
.social-buttons{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:26px}
.social{
  min-width:260px;
  border-radius:22px;
  padding:20px 26px;
  font-weight:800;
  border:1px solid rgba(255,233,166,.45);
  background:rgba(255,255,255,.06);
}
.social small{font-weight:500;color:#ffe9a6}
.instagram{box-shadow:inset 0 0 0 1px rgba(216,179,95,.25)}
.facebook{box-shadow:inset 0 0 0 1px rgba(216,179,95,.25)}
.contact{
  text-align:left;
  display:grid;grid-template-columns:1.1fr .9fr;gap:30px;
}
.hours{background:rgba(0,0,0,.28);border-radius:22px;padding:24px}
.hours h3{font-size:32px;color:var(--gold);margin:0}
footer{text-align:center;padding:28px;color:#c5aa80}
@media(max-width:900px){
  .nav-links{display:none}
  .intro,.gallery,.menu-grid,.two,.contact{grid-template-columns:1fr}
  main{padding:0 18px}
  .price-columns{columns:1}
  .hero-content{padding-top:90px}
}
