.site-page {
  display: flex;
  flex-direction: column;
  background: #f7f1e8;
  overflow-x: hidden;
}

.site-page main {
  flex: 1;
}

[hidden] {
  display: none !important;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(17, 24, 25, 0.94);
  color: #fff;
}

.site-brand,
.site-links,
.site-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-brand {
  min-width: 0;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.site-brand img {
  width: 150px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(255, 255, 255, 0.28));
}

.site-links {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-links a {
  color: #eaf0ee;
  font-weight: 700;
  text-decoration: none;
}

.site-links select {
  width: auto;
  min-width: 128px;
}

.site-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 64px);
  overflow: hidden;
  color: #fff;
}

.site-hero-media {
  position: absolute;
  inset: 0;
}

.site-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12, 15, 14, 0.78), rgba(12, 15, 14, 0.36), rgba(12, 15, 14, 0.1));
}

.site-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-hero-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(720px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 72px;
}

.site-hero-logo {
  width: 128px;
  height: auto;
  margin-bottom: 14px;
}

.site-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.site-hero p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #f4f2ee;
  font-size: 1.08rem;
  line-height: 1.7;
}

.site-hero-actions {
  flex-wrap: wrap;
  margin-top: 24px;
}

.site-button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.site-button.primary {
  border-color: var(--accent);
  background: var(--accent);
}

.site-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0;
}

.site-pane-mode main {
  background-color: #543025;
  background-image:
    linear-gradient(rgba(36, 18, 13, 0.16), rgba(36, 18, 13, 0.34)),
    url("/shared/img/redwood/menu/image/WoodBackground.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.site-page:not(.site-pane-mode) .site-footer {
  display: none;
}

.site-pane-mode .site-hero {
  display: none;
}

.site-pane-mode .site-section {
  min-height: calc(100svh - 112px);
  padding-top: 34px;
}

.site-pane-mode .site-section-head {
  color: rgba(235, 226, 218, 0.9);
}

.site-pane-mode .site-section h2 {
  color: rgba(235, 226, 218, 0.96);
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-style: italic;
  font-weight: 700;
}

.site-pane-mode .site-section p,
.site-pane-mode .status {
  color: rgba(218, 205, 198, 0.8);
}

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

.site-section h2 {
  margin: 0;
  font-size: 1.8rem;
}

.site-section p {
  color: var(--muted);
  line-height: 1.75;
}

.site-page .category-tabs {
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.site-page .category-tabs button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 7px 11px;
  white-space: nowrap;
}

.site-pane-mode .category-tabs button {
  border-color: rgba(238, 224, 210, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(242, 232, 222, 0.92);
}

.site-pane-mode .category-tabs button.active {
  border-color: rgba(242, 208, 140, 0.9);
  background: rgba(242, 208, 140, 0.2);
  color: #f7dfad;
}

.site-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.site-menu-section-title {
  grid-column: 1 / -1;
  margin: 14px 0 0;
  color: #f2d08c;
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.site-menu-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.site-menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 12px 12px 0;
  background: transparent;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.28));
}

.site-symbol-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 12px 12px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-symbol-placeholder svg {
  width: min(72%, 280px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.28));
}

.site-symbol-placeholder.food svg {
  width: min(64%, 250px);
}

.site-menu-card-body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.site-menu-card h3 {
  margin: 0;
  color: rgba(241, 232, 224, 0.95);
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.site-menu-no {
  color: #f2d08c;
  font-weight: 800;
}

.site-menu-card p {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(218, 205, 198, 0.82);
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-size: 0.96rem;
  text-align: center;
}

.site-menu-card .menu-badge {
  justify-self: center;
  margin: 0;
  text-align: center;
}

.site-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.site-option-list span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 8px;
  border: 1px solid rgba(54, 78, 70, 0.18);
  border-radius: 999px;
  background: rgba(246, 240, 229, 0.12);
  color: rgba(244, 235, 226, 0.92);
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-temperature-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  gap: 8px;
  color: rgba(244, 235, 226, 0.95);
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-size: 1.1rem;
  line-height: 1;
}

.site-temperature-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.site-menu-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.site-menu-meta .price {
  color: #f2d08c;
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-size: 1rem;
}

.site-sold-out {
  color: var(--danger);
  font-weight: 800;
}

.site-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.site-story > div:first-child {
  padding: 24px 26px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(245, 236, 228, 0.96);
  backdrop-filter: none;
}

.site-story > div:first-child p {
  color: rgba(235, 224, 214, 0.9);
  font-family: "Papyrus", "Trebuchet MS", fantasy;
  font-size: 1.02rem;
}

.site-story > div:first-child h2 {
  color: #fff4df;
}

.site-story-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.site-story-photos img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.site-story-photos img:nth-child(2) {
  margin-top: 42px;
}

.site-footer {
  display: grid;
  gap: 12px;
  padding: 24px 18px 28px;
  background: rgba(24, 15, 12, 0.72);
  color: rgba(236, 226, 216, 0.9);
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer-notice,
.site-footer-contact {
  display: grid;
  gap: 4px;
}

.site-footer-contact {
  font-style: normal;
}

.site-footer-copy {
  color: rgba(236, 226, 216, 0.72);
  font-size: 0.86rem;
}

@media (max-width: 760px) {
  .site-nav,
  .site-section-head,
  .site-story {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .site-nav {
    flex-direction: column;
  }

  .site-links {
    width: 100%;
    justify-content: space-between;
  }

  .site-section {
    width: min(100% - 20px, 1180px);
    padding: 28px 0;
  }

  .site-pane-mode .site-section {
    min-height: calc(100svh - 154px);
    padding-top: 20px;
  }

  .site-page .category-tabs {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px 8px;
  }

  .site-hero-copy {
    padding-bottom: 44px;
  }

  .site-story-photos img {
    height: 220px;
  }
}
