
:root{
  --red:#b91c1c;
  --red2:#991b1b;
  --green:#15803d;
  --black:#0a0a0a;
  --stone:#44403c;
  --light:#f5f5f4;
  --border:#e7e5e4;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  color:#1c1917;
  background:#fff;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1280px;margin:0 auto;padding:0 18px}
.topbar{
  background:#1c1917;
  color:#f5f5f4;
  font-size:14px;
}
.topbar .container{
  min-height:38px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  padding-top:8px;
  padding-bottom:8px;
}
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#000;
  border-bottom:1px solid var(--red2);
  box-shadow:0 10px 25px rgba(0,0,0,.2);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 0;
}
.logo img{
  height:92px;
  width:auto;
  object-fit:contain;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}
.nav a{
  color:#fff;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.04em;
  font-size:14px;
  padding:10px 15px;
  border-radius:999px;
  transition:.2s ease;
}
.nav a:hover{background:var(--red)}
.nav .order-link{background:var(--red)}
.nav .order-link:hover{background:#dc2626}
.hero{
  background:var(--light);
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
  padding:54px 0 62px;
}
.badge{
  display:inline-block;
  background:#fee2e2;
  color:var(--red);
  padding:10px 16px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
h1{
  margin:18px 0 0;
  font-size:62px;
  line-height:.98;
  letter-spacing:-.04em;
}
.lead{
  margin:18px 0 0;
  font-size:25px;
  color:var(--green);
  font-weight:900;
}
.body-text{
  margin-top:20px;
  color:#57534e;
  line-height:1.75;
  font-size:17px;
}
.hero-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 20px 45px rgba(0,0,0,.16);
}
.hero-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.button-row{
  margin-top:30px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:13px;
  padding:16px 26px;
  font-weight:900;
  transition:.2s ease;
  border:1px solid transparent;
}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:#dc2626}
.btn-black{background:#000;color:#fff}
.btn-black:hover{background:#292524}
.btn-white{background:#fff;color:#111;border-color:#d6d3d1}
.btn-white:hover{background:#fafaf9}
.section{
  padding:64px 0;
}
.section-sm{
  padding:44px 0;
}
.section-light{
  background:var(--light);
}
.section-dark{
  background:#0c0a09;
  color:#fff;
}
.section-title{
  max-width:760px;
  margin:0 auto 40px;
  text-align:center;
}
.eyebrow{
  color:var(--red);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:13px;
}
.section-dark .eyebrow{color:#f87171}
h2{
  margin:10px 0 0;
  font-size:40px;
  line-height:1.08;
  letter-spacing:-.03em;
}
h3{margin:0}
.section-title p{
  margin:16px 0 0;
  color:#57534e;
  line-height:1.65;
}
.section-dark p,
.section-dark .muted{color:#d6d3d1}
.heritage-grid,
.two-col{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
}
.dark-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:30px;
}
.text-stack p{
  margin:0 0 16px;
  color:#d6d3d1;
  line-height:1.75;
  font-size:16px;
}
.highlights{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}
.highlight{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:#e7e5e4;
  border-radius:14px;
  padding:16px;
  font-size:14px;
  font-weight:800;
}
.menu-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:start;
}
.menu-card{
  background:#fafaf9;
  border:1px solid var(--border);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}
.menu-card h3{
  padding:18px 20px;
  border-bottom:1px solid var(--border);
  background:#fff;
  font-size:18px;
}
.gallery-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:18px;
  margin-bottom:26px;
}
.gallery-head h2{
  font-size:32px;
}
.gallery-head p{
  max-width:520px;
  color:#57534e;
  line-height:1.6;
  text-align:right;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.gallery-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 5px 14px rgba(0,0,0,.06);
}
.gallery-img{
  aspect-ratio:4/3;
  background:#f5f5f4;
  overflow:hidden;
}
.gallery-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.3s ease;
}
.gallery-card:hover img{transform:scale(1.05)}
.gallery-card h3{
  padding:12px;
  font-size:14px;
}
.transition-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:42px;
  align-items:start;
}
.transition-copy p{
  color:#57534e;
  line-height:1.75;
  margin:0 0 16px;
}
.info-card{
  border-radius:22px;
  padding:22px;
  border:1px solid var(--border);
  background:#f5f5f4;
}
.info-card.dark{
  background:#0c0a09;
  color:#fff;
}
.check-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}
.check-list li{
  display:flex;
  gap:10px;
  margin:12px 0;
  color:#57534e;
  line-height:1.5;
}
.info-card.dark .check-list li{color:#d6d3d1}
.check{color:var(--green);font-weight:900}
.info-card.dark .check{color:#f87171}
.mini-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.mini-card{
  background:rgba(255,255,255,.1);
  border-radius:14px;
  padding:16px;
  font-size:14px;
}
.lookahead{
  margin-top:30px;
  border:1px solid #bbf7d0;
  background:#f0fdf4;
  color:#14532d;
  border-radius:22px;
  padding:22px;
  line-height:1.7;
}
.catering-grid,
.quality-grid,
.dining-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}
.image-frame{
  border-radius:22px;
  overflow:hidden;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:0 14px 35px rgba(0,0,0,.12);
}
.image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.quality-grid h3{
  margin-top:12px;
  color:var(--green);
  font-size:25px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}
.feature{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:16px;
}
.contact-card{
  max-width:960px;
  margin:0 auto;
  background:#f5f5f4;
  border:1px solid var(--border);
  border-radius:28px;
  padding:38px;
  text-align:center;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}
.contact-card img{
  height:96px;
  width:auto;
  margin:0 auto;
  object-fit:contain;
}
.contact-lines{
  margin-top:28px;
  color:#57534e;
}
.contact-lines p{
  margin:10px 0;
  font-weight:800;
}
.contact-lines .address{
  font-size:24px;
  font-weight:900;
  color:#1c1917;
}
.contact-lines .online{
  color:var(--red);
  font-weight:900;
}
.footer{
  background:#000;
  color:#fff;
  padding:34px 0;
  text-align:center;
}
.footer p{margin:5px 0;color:#a8a29e}
.page-hero{
  background:#0c0a09;
  color:#fff;
  padding:54px 0;
}
.page-hero h1{font-size:48px}
.page-hero p{color:#d6d3d1;line-height:1.7;max-width:760px}
.notice{
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#7c2d12;
  padding:16px;
  border-radius:16px;
  line-height:1.6;
}
@media (max-width: 980px){
  .header-inner{flex-direction:column}
  .logo img{height:78px}
  .hero-grid,
  .heritage-grid,
  .two-col,
  .transition-grid,
  .catering-grid,
  .quality-grid,
  .dining-grid{
    grid-template-columns:1fr;
  }
  .menu-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .highlights{grid-template-columns:1fr}
  h1{font-size:46px}
  h2{font-size:34px}
  .gallery-head{display:block}
  .gallery-head p{text-align:left;margin-top:10px}
}
@media (max-width: 600px){
  .topbar .container{justify-content:center;text-align:center}
  .nav a{font-size:12px;padding:9px 11px}
  h1{font-size:40px}
  h2{font-size:30px}
  .lead{font-size:21px}
  .section{padding:48px 0}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .mini-grid,.feature-grid{grid-template-columns:1fr}
  .contact-card{padding:26px 18px}
  .contact-lines .address{font-size:20px}
}
