.thefork {
  width: 100%;
  min-height: 840px;
  border: none;
  overflow: scroll;
  background: var(--paper);
}

@media only screen and (min-width: 321px) and (max-width: 516px) {
  .thefork {
    min-height: 650px;
  }
}

@media only screen and (min-width: 517px) {
  .thefork {
    min-height: 650px;
  }
}

[data-mobile-nav]:not([hidden]) {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

[data-mobile-nav][hidden],
[data-menu-toggle][hidden] {
  display: none !important;
}

[data-lang-switch] ul[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .section-swipe-arrow {
    display: none !important;
  }

  header nav.hidden {
    display: none !important;
  }

  [data-mobile-nav] a,
  [data-mobile-nav] button {
    border: 0 !important;
    box-shadow: none !important;
  }

  [data-mobile-nav] a::before,
  [data-mobile-nav] a::after,
  [data-mobile-nav] span {
    content: none !important;
    display: none !important;
  }

  [data-mobile-nav] a {
    display: block !important;
  }
}

.theme-triptych .triptych-hero-index {
  display: none !important;
}

.theme-triptych .triptych-hero-overlay {
  justify-content: space-between;
}

.theme-triptych .triptych-hero-line {
  font-size: clamp(1.35rem, 4vh, 2.7rem);
  line-height: 0.92;
  max-width: 11ch;
}

.theme-triptych .triptych-home-fold {
  display: flex !important;
  flex-direction: column !important;
  height: calc(100vh - var(--triptych-nav-block)) !important;
  height: calc(100svh - var(--triptych-nav-block)) !important;
}

.theme-triptych .triptych-hero {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.theme-triptych .triptych-hero-panel {
  min-height: 0 !important;
}

.theme-triptych .triptych-home-promo {
  flex: 0 0 auto;
}

.theme-triptych .keller-packages {
  display: grid !important;
  gap: 0.55rem !important;
}

.theme-triptych .keller-packages > article {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.45rem;
}

.theme-triptych .keller-packages > article > .relative {
  aspect-ratio: 1 / 1 !important;
  height: 5.25rem;
}

.theme-triptych .keller-packages > article > .p-4 {
  padding: 0.15rem 0.2rem 0 0 !important;
}

.theme-triptych .keller-packages h3 {
  font-size: 1rem !important;
}

.theme-triptych .keller-packages .whitespace-pre-line {
  margin-top: 0.3rem;
  font-size: 0.72rem;
  line-height: 1.35;
}

.theme-triptych .dine-dishes .grid.gap-12 {
  gap: 1rem;
}

.theme-triptych .dine-dishes h3 {
  margin-bottom: 0.5rem !important;
  font-size: 1.1rem !important;
}

.theme-triptych .dine-dishes .sm\:grid-cols-2,
.theme-triptych .dine-dish-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(22rem, 100%), 1fr)) !important;
  gap: 1.1rem 1.15rem !important;
}

.theme-triptych .dine-dishes article {
  display: flex;
  flex-direction: column;
}

.theme-triptych .dine-dishes article > .relative,
.theme-triptych .dine-dish-photo {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 4 / 3 !important;
  margin-bottom: 0.55rem !important;
}

.theme-triptych .dine-dishes article h4 {
  font-size: 0.95rem;
}

.theme-triptych .dine-dishes article p {
  font-size: 0.78rem;
  line-height: 1.35;
}

.theme-triptych .site-page-width {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}

.theme-triptych .book-page-top {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .theme-triptych .book-page-top {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.theme-triptych .book-page-invite {
  display: grid;
  gap: 1.25rem;
}

.theme-triptych .book-photos {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.5rem !important;
}

.theme-triptych .book-page .thefork {
  width: 100%;
  min-height: 640px;
}

.theme-triptych .book-intro {
  font-size: clamp(1.45rem, 2.4vw, 1.95rem) !important;
  line-height: 1.25 !important;
  max-width: 38rem !important;
  opacity: 0.9;
}

.theme-triptych .book-page-map {
  margin-top: 2.5rem;
}

.theme-triptych .book-map-waiting {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  line-height: 1.4;
}

.theme-triptych .book-page-map iframe {
  width: 100%;
  height: 18rem;
}

.theme-triptych .wine-petiscos-photos {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr)) !important;
  gap: 0.75rem !important;
}

.theme-triptych .wine-petiscos-photos .relative,
.theme-triptych ul.grid > li > .relative.aspect-\[4\/3\] {
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3 !important;
}

.theme-triptych .gallery-photo-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.85rem !important;
}

@media (min-width: 768px) {
  .theme-triptych .gallery-photo-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

.theme-triptych .gallery-photo-grid > figure {
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 4 / 3 !important;
}

@media (max-width: 767px) {
  footer li.flex {
    flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  footer .max-w-6xl,
  footer .site-footer-inner {
    max-width: 80rem;
  }

  footer .md\:grid-cols-3,
  footer .site-footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(28rem, 1.55fr) !important;
  }

  footer li.flex,
  footer .site-hours-row {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: baseline;
    gap: 1.25rem;
  }

  footer li.flex > span,
  footer .site-hours-days,
  footer .site-hours-time {
    white-space: nowrap;
  }

  footer li.flex > span:last-child,
  footer .site-hours-time {
    margin-left: auto;
    text-align: right;
  }
}
