:root {
  --ink: #14251b;
  --muted: #5d675f;
  --paper: #eef2dc;
  --lime: #cedb71;
  --leaf: #285c3c;
  --tomato: #c94f35;
  --teal: #087f79;
  --line: rgba(20, 37, 27, 0.18);
  --shadow: 0 22px 70px rgba(20, 37, 27, 0.18);
  --sans: "Archivo", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  color: #fffdf2;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled,
.menu-page .site-header {
  color: var(--ink);
  background: rgba(238, 242, 220, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-grid;
  gap: 2px;
  width: fit-content;
  text-transform: uppercase;
}

.wordmark span {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

.wordmark small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.site-header nav {
  display: flex;
  gap: 26px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-action,
.hero-actions a,
.visit-actions a,
.market-copy button,
.feature-image button,
.menu-heading a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  background: var(--tomato);
  color: #fffdf2;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.header-action {
  justify-self: end;
}

.header-action:hover,
.hero-actions a:hover,
.visit-actions a:hover,
.market-copy button:hover,
.feature-image button:hover,
.menu-heading a:hover {
  transform: translateY(-2px);
  background: #aa3f2a;
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  overflow: hidden;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(11, 23, 16, 0.76), rgba(11, 23, 16, 0.22) 54%, rgba(11, 23, 16, 0.56)),
    linear-gradient(0deg, rgba(11, 23, 16, 0.74), rgba(11, 23, 16, 0.08) 42%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 330px;
  align-items: end;
  gap: 34px;
  width: min(1440px, 100%);
  margin: auto;
  padding: 118px clamp(18px, 5vw, 76px) 46px;
}

.hero-copy {
  max-width: 890px;
  color: #fffdf2;
}

.kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 880px;
  font-family: var(--serif);
  font-size: clamp(68px, 11vw, 164px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-copy p:not(.kicker) {
  max-width: 520px;
  margin: 26px 0 0;
  color: rgba(255, 253, 242, 0.86);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions a:nth-child(2),
.visit-actions a:nth-child(2),
.menu-heading a {
  color: var(--ink);
  background: var(--lime);
}

.hero-actions a:nth-child(2):hover,
.visit-actions a:nth-child(2):hover,
.menu-heading a:hover {
  background: #bac763;
}

.today-card {
  align-self: end;
  color: #fffdf2;
  border: 1px solid rgba(255, 253, 242, 0.34);
  background: rgba(20, 37, 27, 0.46);
  backdrop-filter: blur(18px);
}

.today-card button {
  width: 100%;
  display: grid;
  gap: 8px;
  padding: 22px;
  text-align: left;
  background: transparent;
}

.today-card span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.today-card b {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.today-card div {
  display: grid;
  gap: 14px;
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height 240ms ease, padding 240ms ease;
}

.today-card.is-open div {
  max-height: 170px;
  padding: 0 22px 22px;
}

.today-card p {
  margin: 0;
  color: rgba(255, 253, 242, 0.78);
  line-height: 1.45;
}

.today-card a {
  font-weight: 800;
  color: var(--lime);
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.quick-strip a {
  min-height: 160px;
  padding: clamp(20px, 4vw, 44px);
  border-right: 1px solid var(--line);
  transition: background 180ms ease;
}

.quick-strip a:last-child {
  border-right: 0;
}

.quick-strip a:hover {
  background: rgba(8, 127, 121, 0.09);
}

.quick-strip span {
  display: block;
  margin-bottom: 38px;
  font-size: 12px;
  font-weight: 800;
  color: var(--teal);
  text-transform: uppercase;
}

.quick-strip b {
  display: block;
  max-width: 320px;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1;
}

.story-section,
.market-section,
.visit-section {
  width: min(1440px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(78px, 11vw, 150px) 0;
}

.story-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
}

.section-copy h2,
.menu-heading h2,
.market-copy h2,
.visit-copy h2,
.feature-image h2,
.menu-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

.story-text {
  align-self: end;
  display: grid;
  gap: 20px;
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}

.story-text p {
  margin: 0;
}

.feature-image {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  width: min(1440px, calc(100% - 36px));
  margin: 0 auto;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 37, 27, 0.84), rgba(20, 37, 27, 0.06) 58%);
}

.feature-image div {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(24px, 5vw, 64px);
  color: #fffdf2;
}

.feature-image p {
  margin: 0 0 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-image button {
  margin-top: 24px;
}

.menu-section {
  padding: clamp(82px, 12vw, 154px) clamp(18px, 4vw, 64px);
}

.menu-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
  width: min(1360px, 100%);
  margin: 0 auto 42px;
}

.menu-heading h2 {
  max-width: 820px;
}

.menu-shell {
  display: grid;
  grid-template-columns: 190px minmax(320px, 0.8fr) 1fr;
  gap: 0;
  width: min(1360px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: rgba(255, 253, 242, 0.32);
}

.menu-tabs {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
}

.menu-tabs button {
  min-height: 72px;
  padding: 0 22px;
  background: transparent;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-tabs button.is-active {
  color: #fffdf2;
  background: var(--leaf);
}

.menu-focus {
  display: grid;
  align-content: end;
  min-height: 510px;
  padding: 30px;
  color: #fffdf2;
  background: var(--leaf);
}

.menu-focus span {
  font-size: 12px;
  font-weight: 800;
}

.menu-focus p:first-of-type {
  margin: 24px 0 12px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-focus h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 0.96;
}

.menu-focus p:last-of-type {
  max-width: 370px;
  margin: 20px 0 0;
  color: rgba(255, 253, 242, 0.78);
  line-height: 1.5;
}

.menu-list {
  display: grid;
}

.menu-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  min-height: 64px;
  padding: 0 22px;
  background: transparent;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

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

.menu-item span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.menu-item b {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 500;
}

.menu-item.is-hidden {
  display: none;
}

.menu-item.is-selected,
.menu-item:hover {
  background: rgba(206, 219, 113, 0.32);
}

.market-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 44px;
}

.market-copy {
  max-width: 590px;
}

.market-copy p:not(.kicker) {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.market-copy button {
  margin-top: 18px;
}

.market-frame {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--ink);
}

.market-frame img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transition: transform 360ms ease, opacity 220ms ease;
}

.market-frame.is-switching img {
  transform: scale(1.025);
  opacity: 0.7;
}

.market-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(360px, calc(100% - 48px));
  padding: 20px;
  color: #fffdf2;
  background: rgba(20, 37, 27, 0.7);
  backdrop-filter: blur(16px);
}

.market-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.market-note b {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.04;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1fr);
  align-items: stretch;
  gap: 0;
}

.visit-map {
  min-height: 650px;
  overflow: hidden;
}

.visit-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 72px);
  background: #fffdf2;
}

.info-list {
  display: grid;
  margin: 34px 0;
  border-top: 1px solid var(--line);
}

.info-list p {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.4;
}

.info-list span {
  color: var(--ink);
  font-weight: 800;
  text-transform: uppercase;
}

.visit-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 32px;
  align-items: end;
  padding: 48px clamp(18px, 4vw, 64px) 112px;
  color: #fffdf2;
  background: var(--ink);
}

footer p {
  margin: 0;
  color: rgba(255, 253, 242, 0.72);
  line-height: 1.5;
}

footer div {
  display: grid;
  gap: 8px;
  justify-items: end;
  font-weight: 800;
}

.mobile-dock {
  position: fixed;
  z-index: 12;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  min-height: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 242, 0.32);
  background: rgba(20, 37, 27, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(20, 37, 27, 0.28);
}

.mobile-dock a {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 253, 242, 0.18);
  color: #fffdf2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-dock a:last-child {
  border-right: 0;
  color: var(--ink);
  background: var(--lime);
}

.photo-dialog {
  width: min(980px, calc(100% - 28px));
  padding: 0;
  border: 0;
  background: transparent;
}

.photo-dialog::backdrop {
  background: rgba(20, 37, 27, 0.82);
}

.photo-dialog img {
  width: 100%;
  max-height: 84dvh;
  object-fit: contain;
}

.photo-dialog button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  min-height: 42px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--lime);
  font-weight: 800;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.menu-hero {
  padding: 150px clamp(18px, 5vw, 72px) 56px;
}

.menu-hero p:last-child {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.digital-menu {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 0;
  width: min(1360px, calc(100% - 36px));
  margin: 0 auto 110px;
  border: 1px solid var(--line);
  background: #fffdf2;
}

.menu-column {
  padding: clamp(22px, 4vw, 46px);
  border-right: 1px solid var(--line);
}

.menu-column:last-child {
  border-right: 0;
}

.menu-column h2 {
  margin: 0 0 26px;
  color: var(--leaf);
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 500;
}

.menu-column article {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.menu-column b {
  font-size: 16px;
}

.menu-column p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 14px 18px;
  }

  .site-header nav {
    display: none;
  }

  .wordmark span {
    font-size: 21px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    align-content: end;
    padding: 92px 18px 92px;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 82px);
    line-height: 0.9;
  }

  .hero-copy p:not(.kicker) {
    max-width: 340px;
    font-size: 17px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .today-card {
    width: min(100%, 420px);
  }

  .quick-strip,
  .story-section,
  .market-section,
  .visit-section,
  .digital-menu {
    grid-template-columns: 1fr;
  }

  .quick-strip a {
    min-height: 124px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-strip span {
    margin-bottom: 18px;
  }

  .story-section,
  .market-section,
  .visit-section {
    width: calc(100% - 28px);
    padding: 70px 0;
  }

  .section-copy h2,
  .menu-heading h2,
  .market-copy h2,
  .visit-copy h2,
  .feature-image h2,
  .menu-hero h1 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .feature-image {
    width: calc(100% - 28px);
    min-height: 560px;
  }

  .menu-heading {
    grid-template-columns: 1fr;
  }

  .menu-shell {
    grid-template-columns: 1fr;
  }

  .menu-tabs {
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-tabs button {
    min-height: 56px;
    padding: 0 12px;
    text-align: center;
  }

  .menu-focus {
    min-height: 340px;
  }

  .market-frame,
  .market-frame img,
  .visit-map {
    min-height: 460px;
  }

  .visit-copy {
    padding: 30px 18px;
  }

  .info-list p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mobile-dock {
    display: grid;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 42px 18px 96px;
  }

  footer div {
    justify-items: start;
  }

  .menu-column {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  .header-action {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: 100dvh;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 72px);
  }

  .hero-actions a {
    flex: 1;
    padding: 0 12px;
  }

  .today-card b {
    font-size: 28px;
  }

  .feature-image {
    min-height: 500px;
  }

  .feature-image div {
    padding: 22px;
  }

  .menu-section {
    padding-inline: 14px;
  }

  .menu-focus,
  .menu-item {
    padding-inline: 18px;
  }

  .market-note {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
