:root {
  --ink: #251b17;
  --ink-soft: #514039;
  --cream: #fff8ee;
  --paper: #f0e4d2;
  --red: #c82427;
  --red-dark: #9d171a;
  --sage: #60734a;
  --gold: #c79435;
  --line: rgba(37, 27, 23, .14);
  --white: #fff;
  --shadow: 0 22px 60px rgba(37, 27, 23, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(16px, 4vw, 52px);
  background: rgba(255, 248, 238, .92);
  box-shadow: 0 12px 28px rgba(37, 27, 23, .08);
  backdrop-filter: blur(14px);
}
.brand img { width: 150px; height: auto; }
.topbar nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 34px);
  font-size: 14px;
  font-weight: 900;
}
.header-actions { display: inline-flex; align-items: center; gap: 10px; }
.lang, .call, .mobile-cta button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
}
.lang, .call { min-height: 40px; padding: 9px 14px; }
.call { background: var(--ink); color: var(--white); }

.hero {
  display: grid;
  min-height: 94svh;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .52fr);
  align-items: end;
  gap: clamp(20px, 4vw, 52px);
  padding: 126px clamp(16px, 5vw, 72px) 44px;
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  opacity: .52;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(37, 27, 23, .96), rgba(37, 27, 23, .62) 48%, rgba(37, 27, 23, .35)),
    linear-gradient(0deg, rgba(37, 27, 23, .75), transparent 55%);
}
.hero-copy, .order-card {
  position: relative;
  z-index: 1;
}
.kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}
h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(45px, 7vw, 92px);
  line-height: .95;
}
h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4.7vw, 66px);
  line-height: 1;
}
h3 { margin-bottom: 8px; font-size: 23px; }
.hero-copy p {
  max-width: 700px;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 2vw, 21px);
}
.hero-actions, .visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 950;
}
.btn.primary {
  background: var(--red);
  color: var(--white);
}
.btn.ghost {
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.07);
  color: var(--white);
}
.btn.ghost.dark {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}
.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.proof-row span {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 850;
}
.order-card {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255,248,238,.94);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.order-card h2 { font-size: 34px; }
.choice-grid {
  display: grid;
  gap: 10px;
}
.choice-grid a {
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--white);
}
.choice-grid strong { font-size: 18px; }
.choice-grid small { color: var(--ink-soft); }

.status-strip {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.status-strip div {
  display: grid;
  gap: 4px;
  padding: 22px clamp(16px, 4vw, 52px);
  background: var(--paper);
}
.status-strip strong { font-size: 14px; }
.status-strip span { color: var(--ink-soft); font-size: 13px; }

.section {
  padding: clamp(66px, 9vw, 112px) clamp(16px, 5vw, 72px);
}
.section-head {
  max-width: 780px;
  margin-bottom: 32px;
}
.section-head p, .events p, .visit p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 17px;
}
.menu-layout {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(180px, .42fr) minmax(280px, .86fr);
  gap: 18px;
  align-items: stretch;
}
.plate-card, .category-panel, .quick-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(37, 27, 23, .08);
  overflow: hidden;
}
.plate-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
.plate-card div { padding: 22px; }
.plate-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.plate-card p { color: var(--ink-soft); }
.category-list {
  display: grid;
  gap: 10px;
}
.category-list button {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
  text-align: left;
}
.category-list button.active {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.category-panel {
  padding: 28px;
  align-content: center;
}
.category-panel p { color: var(--ink-soft); }
.category-panel a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--red-dark);
  font-weight: 950;
}

.gallery-band {
  display: grid;
  grid-template-columns: 1fr 1.05fr .95fr;
  gap: 1px;
  background: var(--ink);
}
.gallery-band figure {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
}
.gallery-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-band figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(37, 27, 23, .78);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.events {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, .76fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--paper);
}
.events img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.event-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.event-tags span {
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--white);
  color: var(--ink);
  font-weight: 900;
}

.visit {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}
.quick-form {
  display: grid;
  gap: 13px;
  padding: 24px;
}
.quick-form label {
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
}
.quick-form input, .quick-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fffdf8;
  color: var(--ink);
}
.quick-form textarea { resize: vertical; }
.full { width: 100%; border: 0; cursor: pointer; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(16px, 5vw, 72px) 96px;
  background: var(--ink);
  color: var(--white);
}
footer strong, footer span { display: block; }
footer span, footer a { color: rgba(255,255,255,.76); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}
.mobile-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 19;
  display: none;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 8px;
  background: rgba(37, 27, 23, .92);
  color: var(--white);
  box-shadow: var(--shadow);
}
.mobile-cta a, .mobile-cta button {
  display: grid;
  min-height: 42px;
  min-width: 72px;
  place-items: center;
  border-radius: 999px;
  font-weight: 950;
}
.mobile-cta a:first-child { background: var(--red); color: var(--white); }

@media (max-width: 1000px) {
  .topbar { grid-template-columns: 150px 1fr auto; }
  .topbar nav { display: none; }
  .hero, .menu-layout, .events, .visit { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .status-strip, .gallery-band { grid-template-columns: 1fr; }
  .gallery-band figure { min-height: 320px; }
  .category-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .topbar {
    grid-template-columns: 132px auto;
    padding: 10px 14px;
  }
  .brand img { width: 128px; }
  .header-actions .call { display: none; }
  .hero { padding: 104px 14px 28px; }
  h1 { font-size: 43px; }
  h2 { font-size: 35px; }
  .order-card, .quick-form { padding: 18px; }
  .status-strip div, .section { padding-left: 14px; padding-right: 14px; }
  .category-list { grid-template-columns: 1fr; }
  .plate-card img { height: 280px; }
  footer { display: grid; padding-bottom: 96px; }
  .footer-links { justify-content: flex-start; }
  .mobile-cta { display: grid; }
}
