:root {
  --paper: #f5f0e7;
  --ink: #171717;
  --muted: #4d4b48;
  --panel: #fffdf8;
  --line: #d8cfbf;
  --accent: #8b6f45;
  --accent-soft: #ede1cd;
  --danger: #6d1f1f;
  --header-h: 74px;
  --shadow: 0 18px 30px -26px rgba(20, 20, 20, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.5 "Work Sans", "Segoe UI", sans-serif;
}

.paper-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(1300px 540px at 10% -8%, rgba(139, 111, 69, 0.24), transparent 70%),
    radial-gradient(900px 420px at 95% 2%, rgba(23, 23, 23, 0.14), transparent 70%),
    linear-gradient(180deg, #f8f5ee 0%, #f2ecdf 52%, #ece3d2 100%);
}

a {
  color: inherit;
}

.masthead {
  width: min(1160px, 100% - 1.4rem);
  margin: 1rem auto 0.8rem;
  padding: clamp(0.8rem, 2.8vw, 1.2rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--muted);
}

.brand {
  margin-top: 0.22rem;
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  font-family: "Abril Fatface", "Georgia", serif;
  font-size: clamp(2rem, 5.6vw, 3.3rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
}

.brand span:last-child {
  margin-top: 0.18rem;
  font-size: clamp(1.8rem, 4.8vw, 3rem);
}

.address {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.masthead-right {
  min-width: 220px;
  border-left: 1px dashed #c2b59a;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.phone-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: var(--muted);
}

.phone-link {
  text-decoration: none;
  font: 700 clamp(1.2rem, 2.5vw, 1.6rem)/1 "Work Sans", sans-serif;
}

.open-badge {
  align-self: flex-start;
  border-radius: 999px;
  padding: 0.26rem 0.64rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.open-badge.is-open {
  background: #d9efce;
  color: #244f1e;
}

.open-badge.is-closed {
  background: #ffd8cb;
  color: var(--danger);
}

.lang-switch {
  margin-top: 0.15rem;
  display: inline-flex;
  border: 1px solid #c6bba6;
  border-radius: 999px;
  overflow: hidden;
}

.lang-switch button {
  border: 0;
  padding: 0.32rem 0.62rem;
  font-weight: 700;
  background: transparent;
}

.lang-switch button.is-active {
  background: var(--ink);
  color: #fff;
}

.menu-toggle {
  display: none;
  width: min(1160px, 100% - 1.4rem);
  margin: 0 auto 0.45rem;
  border: 1px solid #c8baa0;
  border-radius: 999px;
  background: #fbf7ee;
  padding: 0.48rem 0.75rem;
  font-weight: 700;
}

.site-nav {
  position: sticky;
  top: 0.4rem;
  z-index: 20;
  width: min(1160px, 100% - 1.4rem);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  background: rgba(251, 247, 238, 0.96);
  backdrop-filter: blur(6px);
  padding: 0.36rem;
}

.site-nav a {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: var(--ink);
  color: #fff;
}

main {
  width: min(1160px, 100% - 1.4rem);
  margin: 0 auto;
}

section {
  padding: clamp(2rem, 4.2vw, 3.8rem) 0;
}

.intro-strip {
  margin-top: 0.8rem;
  border-radius: 18px;
  border: 1px solid #cabda3;
  background: linear-gradient(95deg, #1e1c1a 0%, #2d2924 58%, #4a3a27 100%);
  color: #f8f1e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  padding: 0.92rem 1rem;
}

.intro-strip p {
  margin: 0;
  max-width: 70ch;
}

.cta {
  text-decoration: none;
  border-radius: 12px;
  background: #f3dfbe;
  color: #2e2519;
  font-weight: 700;
  padding: 0.54rem 0.82rem;
  white-space: nowrap;
}

.section-head h1,
.section-head h2 {
  margin: 0.35rem 0 1.2rem;
  font-family: "Abril Fatface", "Georgia", serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  line-height: 0.95;
  font-weight: 400;
}

.section-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #6c604f;
}

.section-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.menu-tabs {
  margin: 0.95rem 0 0.8rem;
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.menu-tabs button {
  border: 1px solid #baab90;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  background: #faf5eb;
  font-weight: 600;
  font-size: 0.83rem;
}

.menu-tabs button.is-active {
  background: #1f1d1b;
  border-color: #1f1d1b;
  color: #fff;
}

.menu-root {
  display: grid;
  gap: 0.95rem;
}

.menu-category {
  border: 1px solid #ccbea2;
  border-radius: 18px;
  background: #fffdf8;
  overflow: hidden;
}

.menu-category h3 {
  margin: 0;
  font-family: "Abril Fatface", "Georgia", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}

.category-head {
  padding: 0.86rem 0.96rem;
  border-bottom: 1px solid #e4d9c7;
  background: linear-gradient(180deg, #f9f2e4 0%, #fdfaf3 100%);
}

.menu-list {
  display: grid;
  gap: 0.6rem;
  padding: 0.85rem;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem 0.8rem;
  border-bottom: 1px dashed #dacbb2;
  padding-bottom: 0.45rem;
}

.menu-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-item.is-addon {
  padding-left: 1.1rem;
  border-bottom-style: dotted;
  opacity: 0.82;
  font-size: 0.92rem;
}

.menu-item.is-addon .item-name {
  font-weight: 400;
  color: var(--muted);
}

.menu-item.is-addon .item-price {
  font-weight: 600;
  color: var(--muted);
}

.item-name {
  font-weight: 600;
}

.item-desc {
  grid-column: 1 / -1;
  margin: -0.05rem 0 0;
  color: var(--muted);
  font-size: 0.89rem;
}

.item-price {
  font-weight: 700;
  white-space: nowrap;
}

.menu-note {
  margin-top: 1rem;
  border: 1px solid #c8b69a;
  border-radius: 16px;
  background: #f7efdf;
  padding: 0.85rem 1rem;
}

.menu-note h2 {
  margin: 0 0 0.3rem;
  font: 700 1.1rem/1.1 "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu-note p {
  margin: 0;
  color: #3f3a32;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfbea1;
  border-radius: 16px;
  overflow: hidden;
  background: #fffdf8;
}

.hours-table th,
.hours-table td {
  padding: 0.62rem 0.7rem;
  text-align: left;
  border-bottom: 1px solid #e8decd;
}

.hours-table tr:last-child td {
  border-bottom: 0;
}

.hours-table tr.is-today {
  background: #f2e8d5;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 1rem;
}

.contact-card {
  border: 1px solid #ccbda0;
  border-radius: 16px;
  background: #fffdf8;
  padding: 1rem;
}

.contact-card h3 {
  margin: 0.1rem 0 0.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-card p {
  margin: 0 0 0.8rem;
}

.contact-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.map-wrap {
  border: 1px solid #ccbda0;
  border-radius: 16px;
  min-height: 300px;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  width: min(1160px, 100% - 1.4rem);
  margin: 0 auto 1.4rem;
  border-top: 1px solid #cabca0;
  padding-top: 0.85rem;
  color: #4b4438;
}

.footer p {
  margin: 0.2rem 0;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .map-wrap {
    min-height: 240px;
  }
}

@media (max-width: 760px) {
  .masthead {
    grid-template-columns: 1fr;
  }

  .masthead-right {
    min-width: 0;
    border-left: 0;
    border-top: 1px dashed #c2b59a;
    padding-left: 0;
    padding-top: 0.7rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: static;
    display: none;
    margin-bottom: 0.7rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .intro-strip {
    flex-direction: column;
    align-items: flex-start;
  }
}
