:root {
  --ink: #17221e;
  --muted: #5f6b64;
  --paper: #fff8ec;
  --paper-soft: #f3eadc;
  --line: #d8cbbb;
  --pine: #123d36;
  --blue: #2f5263;
  --tomato: #b34531;
  --gold: #bd8b35;
  --cream: #fffdf7;
  --shadow: 0 16px 42px rgba(24, 33, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(18, 61, 54, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf1 0%, #f4eadb 52%, #fbf7ee 100%);
  background-size: 44px 44px, auto;
  color: var(--ink);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(23, 34, 30, 0.13) 0.6px, transparent 0.6px);
  background-size: 5px 5px;
  opacity: 0.12;
  z-index: 5;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration-color: rgba(179, 69, 49, 0.5);
  text-underline-offset: 0.18em;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 10;
  background: var(--pine);
  color: var(--cream);
  padding: 12px 14px;
}

.skip-link:focus {
  top: 16px;
}

.hero,
main > section {
  width: 100%;
  max-width: 100%;
  padding: clamp(18px, 4vw, 54px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.68fr);
  gap: clamp(16px, 3vw, 30px);
  align-items: end;
  border-bottom: 1px solid rgba(23, 34, 30, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(243, 234, 220, 0.84)),
    linear-gradient(120deg, rgba(47, 82, 99, 0.18), rgba(189, 139, 53, 0.12));
}

.hero-copy,
.table-brief,
.toolbar > div,
.section-heading,
.card-copy {
  min-width: 0;
}

.eyebrow,
.section-heading p,
.card-topline span,
figcaption span {
  color: var(--tomato);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 8px 0 12px;
  color: var(--pine);
  font-size: clamp(2.25rem, 8.5vw, 5.5rem);
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.lede {
  max-width: 680px;
  color: var(--blue);
  font-size: clamp(1rem, 2.5vw, 1.24rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.category-nav,
.filter-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-nav {
  margin-top: 18px;
}

.category-nav a,
.filter-strip button {
  min-height: 42px;
  border: 1px solid rgba(23, 34, 30, 0.17);
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  padding: 10px 14px;
  text-decoration: none;
  cursor: pointer;
}

.category-nav a:hover,
.filter-strip button:hover,
.filter-strip button.is-active {
  background: var(--pine);
  border-color: var(--pine);
  color: #fff8e8;
}

.table-brief {
  border: 1px solid rgba(23, 34, 30, 0.12);
  background: rgba(255, 253, 247, 0.78);
  box-shadow: var(--shadow);
  padding: 18px;
}

.table-brief strong {
  display: block;
  color: var(--pine);
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.table-brief p,
.table-brief li {
  color: var(--muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.table-brief ul {
  margin: 12px 0 0;
  padding-left: 1.1rem;
}

.count-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
}

.count-strip li {
  border-left: 4px solid var(--gold);
  background: rgba(255, 253, 247, 0.68);
  padding: 12px;
}

.count-strip strong {
  display: block;
  color: var(--pine);
  font-size: 1.55rem;
  line-height: 1;
}

.count-strip span {
  color: var(--muted);
  font-size: 0.9rem;
}

.toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(255, 248, 236, 0.94);
  border-bottom: 1px solid rgba(23, 34, 30, 0.12);
  backdrop-filter: blur(14px);
}

.toolbar h2 {
  color: var(--pine);
  font-size: clamp(1.25rem, 3vw, 2.1rem);
}

.menu-section {
  scroll-margin-top: 105px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.section-heading h2 {
  color: var(--pine);
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.98;
}

.section-heading span {
  color: var(--muted);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.menu-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 34, 30, 0.13);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: var(--shadow);
}

.menu-card[hidden],
.menu-section[hidden] {
  display: none;
}

.menu-card figure {
  margin: 0;
  background: var(--paper-soft);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.menu-card figcaption {
  display: grid;
  gap: 2px;
  min-height: 58px;
  padding: 10px 12px;
  border-top: 1px solid rgba(23, 34, 30, 0.1);
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.25;
}

.card-copy {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 14px;
}

.card-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.card-topline strong {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #f4e3c3;
  color: #5f3518;
  padding: 6px 9px;
  font-size: 0.95rem;
}

.menu-card h3 {
  color: var(--ink);
  font-size: clamp(1.22rem, 2.6vw, 1.55rem);
  line-height: 1.08;
}

.translation {
  color: var(--blue);
  font-size: 1.02rem;
  line-height: 1.35;
}

.note {
  border-left: 3px solid var(--gold);
  padding-left: 10px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.today-photo {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: start;
  border-top: 1px solid rgba(23, 34, 30, 0.14);
}

.today-photo h2 {
  margin: 8px 0 10px;
  color: var(--pine);
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1;
}

.today-photo p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.45;
}

.today-photo figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 34, 30, 0.13);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.today-photo img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  background: #151515;
}

.source-panel {
  border-top: 1px solid rgba(23, 34, 30, 0.14);
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.source-grid article {
  border: 1px solid rgba(23, 34, 30, 0.13);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
  padding: 14px;
}

.source-grid h3 {
  margin-bottom: 8px;
  color: var(--pine);
  font-size: 1.1rem;
}

.source-grid p,
.menu-notes {
  color: var(--muted);
  line-height: 1.45;
}

.menu-notes {
  margin: 18px 0 0;
  padding-left: 1.1rem;
}

@media (max-width: 980px) {
  .hero,
  .today-photo {
    grid-template-columns: 1fr;
  }

  .menu-grid,
  .source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero,
  main > section {
    padding: 18px 14px;
  }

  .hero h1 {
    font-size: clamp(2rem, 10.5vw, 3.25rem);
  }

  .toolbar {
    position: static;
    align-items: stretch;
    flex-direction: column;
  }

  .hero {
    display: block;
  }

  .table-brief {
    margin-top: 16px;
  }

  .filter-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-nav a,
  .filter-strip button {
    min-width: 0;
    width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .count-strip,
  .menu-grid,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .menu-section {
    scroll-margin-top: 0;
  }

  .menu-card figcaption {
    min-height: auto;
  }
}
