:root {
  --paper: #fbf5ea;
  --paper-2: #fffaf2;
  --ink: #241c18;
  --muted: #75675c;
  --red: #9d1418;
  --red-dark: #741013;
  --gold: #b78331;
  --line: rgba(157, 20, 24, .16);
  --shadow: 0 20px 60px rgba(54, 31, 19, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(183,131,49,.08), transparent 30rem),
    linear-gradient(180deg, var(--paper-2), var(--paper));
}
a { color: inherit; }
.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(183,131,49,.22);
  background: rgba(255,250,242,.92);
  backdrop-filter: blur(12px);
}
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%;
  display:grid; place-items:center; font-weight:800;
  color:#fff; background: var(--red); border: 2px solid #d6b06d;
}
.brand strong { display:block; font-family: Georgia, serif; font-size: 1.28rem; color:var(--red-dark); }
.brand small { color:var(--muted); }
nav { display:flex; gap:24px; }
nav a { text-decoration:none; font-weight:650; font-size:.94rem; }
nav a:hover { color:var(--red); }
.section-shell { width:min(1120px, calc(100% - 36px)); margin-inline:auto; }
.hero {
  min-height: 77vh;
  display:grid; grid-template-columns: 1.1fr .9fr; gap:clamp(28px,5vw,72px);
  align-items:center; padding: clamp(48px,8vw,100px) 0 72px;
}
.eyebrow { text-transform:uppercase; letter-spacing:.18em; font-weight:800; color:var(--gold); font-size:.76rem; }
h1,h2,h3,p { margin-top:0; }
h1 { font-family: Georgia, serif; color:var(--red); font-size:clamp(3.6rem,9vw,7.5rem); line-height:.87; margin:.2em 0 .1em; }
.subtitle { font-family: Georgia, serif; color:var(--gold); font-size:clamp(1.4rem,3vw,2.2rem); margin-bottom:24px; }
.intro { max-width:610px; color:var(--muted); font-size:1.08rem; line-height:1.7; }
.status { display:inline-flex; align-items:center; gap:8px; margin:8px 0 24px; padding:9px 13px; border-radius:999px; background:#fff; border:1px solid var(--line); font-weight:700; box-shadow:0 8px 30px rgba(54,31,19,.06); }
.status::before { content:""; width:9px; height:9px; border-radius:50%; background:#888; }
.status.open { color:#176b37; }
.status.open::before { background:#22a857; box-shadow:0 0 0 4px rgba(34,168,87,.12); }
.status.closed { color:#8a2629; }
.status.closed::before { background:#b92b31; }
.hero-actions,.contact-actions { display:flex; flex-wrap:wrap; gap:12px; }
.btn { display:inline-flex; justify-content:center; align-items:center; min-height:48px; padding:0 20px; border:1px solid rgba(116,16,19,.24); border-radius:999px; text-decoration:none; font-weight:800; background:rgba(255,255,255,.58); }
.btn:hover { transform:translateY(-1px); box-shadow:0 8px 24px rgba(116,16,19,.12); }
.btn.primary { color:#fff; background:var(--red); border-color:var(--red); }
.cover-wrap { display:block; width:min(420px,100%); justify-self:end; filter:drop-shadow(var(--shadow)); }
.cover-wrap img { display:block; width:100%; border-radius:8px; border:1px solid rgba(183,131,49,.28); }
.feature-section { padding: 72px 0; }
.section-heading { max-width:720px; margin-bottom:28px; }
h2 { font-family:Georgia,serif; font-size:clamp(2rem,4vw,3.1rem); color:var(--red-dark); margin:.2em 0 .35em; }
.section-heading p,.menu-card p { color:var(--muted); line-height:1.65; }
.menu-card,.info-card { background:rgba(255,255,255,.68); border:1px solid rgba(183,131,49,.24); border-radius:24px; box-shadow:0 16px 55px rgba(67,42,23,.07); }
.menu-card { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:32px; }
.menu-card h3 { font-family:Georgia,serif; font-size:1.5rem; margin-bottom:8px; }
.menu-actions { display:flex; flex-direction:column; align-items:center; gap:10px; min-width:180px; }
.text-link { font-weight:700; color:var(--red); }
.info-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; padding:28px 0 96px; }
.info-card { padding:clamp(26px,4vw,42px); }
.hours-row { display:grid; grid-template-columns:1.2fr .8fr; gap:18px; padding:16px 0; border-bottom:1px solid var(--line); }
.hours-row:last-child { border-bottom:0; }
.hours-row span { text-align:right; line-height:1.55; }
address { font-style:normal; font-size:1.15rem; line-height:1.65; margin-bottom:12px; }
.contact-line { display:inline-block; margin-bottom:26px; font-size:1.18rem; font-weight:800; color:var(--red); }
footer { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 24px; padding:28px 22px 88px; border-top:1px solid rgba(183,131,49,.22); color:var(--muted); text-align:center; }
.mobile-bar { display:none; }
@media (max-width: 800px) {
  nav { display:none; }
  .hero { grid-template-columns:1fr; min-height:auto; padding-top:52px; }
  .cover-wrap { justify-self:center; width:min(360px,88vw); }
  .hero-copy { text-align:center; }
  .intro { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .menu-card,.info-grid { grid-template-columns:1fr; }
  .menu-card { align-items:flex-start; flex-direction:column; }
  .menu-actions { width:100%; align-items:stretch; }
  .info-grid { display:grid; }
  footer { padding-bottom:100px; }
  .mobile-bar { position:fixed; left:14px; right:14px; bottom:14px; z-index:30; display:grid; grid-template-columns:repeat(3,1fr); background:#231917; color:#fff; border:1px solid rgba(255,255,255,.12); border-radius:18px; overflow:hidden; box-shadow:0 16px 40px rgba(0,0,0,.28); }
  .mobile-bar a { padding:15px 10px; text-align:center; text-decoration:none; font-weight:800; border-right:1px solid rgba(255,255,255,.12); }
  .mobile-bar a:last-child { border-right:0; background:var(--red); }
}
@media (max-width: 460px) {
  .section-shell { width:min(100% - 24px,1120px); }
  h1 { font-size:3.8rem; }
  .btn { width:100%; }
  .hours-row { grid-template-columns:1fr; gap:6px; }
  .hours-row span { text-align:left; }
}
