:root {
  color-scheme: dark;
  --bg: #040404;
  --panel: #11110f;
  --panel-soft: #171713;
  --text: #f8f3e8;
  --muted: #b8b0a2;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #d8a84f;
  --cream: #f3dfaa;
  --leaf: #83a86f;
  --berry: #d76578;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(216, 168, 79, 0.08), transparent 28rem),
    linear-gradient(225deg, rgba(131, 168, 111, 0.08), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  color: var(--text);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 4vw, 4rem);
  background: rgba(4, 4, 4, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.amp {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #090908;
  font-family: Georgia, serif;
  font-size: 1.65rem;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark small {
  max-width: 12rem;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

.top-nav {
  display: flex;
  gap: clamp(0.75rem, 2vw, 1.4rem);
  color: var(--muted);
  font-size: 0.92rem;
}

.top-nav a:hover {
  color: var(--text);
}

.header-action,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-action,
.primary-button {
  background: linear-gradient(135deg, var(--gold), var(--cream));
  color: #100d08;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.secondary-button.dark {
  background: #0a0a09;
}

.header-action:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(2.5rem, 5vw, 4rem);
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.76)),
    linear-gradient(to top, #040404 0%, rgba(4, 4, 4, 0.2) 42%);
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-content {
  max-width: 48rem;
}

.overline {
  margin: 0 0 0.72rem;
  color: var(--cream);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  max-width: 10ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 9vw, 8.2rem);
  line-height: 0.9;
  text-shadow: 0 0.08em 0 #111, 0 0.2em 1em rgba(0, 0, 0, 0.72);
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  line-height: 0.98;
}

.hero-copy {
  max-width: 41rem;
  color: #eadfce;
  font-size: clamp(1.04rem, 2vw, 1.25rem);
  line-height: 1.62;
}

.hero-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hero-ticket {
  position: absolute;
  right: clamp(1rem, 5vw, 5rem);
  bottom: clamp(1rem, 5vw, 4rem);
  display: grid;
  gap: 0.3rem;
  width: min(19rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(8, 8, 7, 0.78);
  box-shadow: var(--shadow);
}

.hero-ticket span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-ticket strong {
  font-size: 1.1rem;
}

.hero-ticket a {
  color: var(--cream);
  font-weight: 800;
}

.filter-bar button {
  flex: 0 0 auto;
  min-height: 2.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 0.68rem 0.95rem;
  cursor: pointer;
  white-space: nowrap;
}

.filter-bar button.active {
  background: var(--text);
  color: #050505;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.72fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.intro-band p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.04rem;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  scroll-margin-top: 9rem;
}

.menu-heading {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.search-box {
  display: grid;
  gap: 0.45rem;
  min-width: min(27rem, 100%);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.search-box input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: var(--text);
  padding: 0 1rem;
  outline: none;
}

.search-box input:focus {
  border-color: rgba(244, 212, 137, 0.72);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
}

.result-count {
  margin-bottom: 1rem;
  color: var(--muted);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  scroll-margin-top: 9rem;
}

.compact-menu .menu-card:nth-child(n + 9) {
  display: none;
}

.menu-card {
  min-height: 31rem;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  cursor: pointer;
  opacity: 1;
  transform: none;
}

.menu-card-media {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  background: #050505;
}

.menu-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #080807;
  transition: transform 600ms ease, filter 600ms ease;
}

.menu-card:hover .menu-card-media img {
  transform: scale(1.025);
  filter: saturate(1.08);
}

.menu-card-content {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 16rem;
  padding: 1rem;
}

.category-pill {
  display: inline-flex;
  width: max-content;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--cream);
  padding: 0.34rem 0.58rem;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.22rem;
  line-height: 1.16;
}

.menu-card p {
  margin-bottom: 0.9rem;
  color: #d9d0c2;
  line-height: 1.45;
  font-size: 0.93rem;
}

.menu-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.price {
  font-size: 1.14rem;
  font-weight: 950;
}

.tap {
  color: var(--muted);
  font-size: 0.8rem;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--muted);
}

.boards-section {
  padding-top: 2rem;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.board-card {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel-soft);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.board-card img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  transition: transform 600ms ease;
}

.board-card:hover img {
  transform: scale(1.05);
}

.board-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 56%);
}

.board-card span {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  font-weight: 850;
}

.visit {
  margin: clamp(2rem, 5vw, 5rem) clamp(1rem, 5vw, 5rem) 7rem;
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  border: 1px solid rgba(244, 212, 137, 0.22);
  background: linear-gradient(135deg, rgba(216, 168, 79, 0.16), rgba(131, 168, 111, 0.1)), #090908;
  box-shadow: var(--shadow);
}

.visit p {
  margin-bottom: 0;
  color: var(--muted);
}

.menu-visit {
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.reviews-section {
  padding-top: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
}

.reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.4rem;
}

.reviews-head h2 {
  max-width: 12ch;
}

.reviews-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(19rem, 0.34fr);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.2rem 0 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reviews-carousel::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-height: 17rem;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #0e0e0c;
  box-shadow: var(--shadow);
  padding: clamp(1rem, 2.5vw, 1.4rem);
}

.review-card p {
  margin-bottom: 0;
  color: #eee4d4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.18;
}

.review-card span {
  color: var(--muted);
  font-size: 0.85rem;
}

.stars {
  color: var(--cream);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
}

.review-cta {
  background:
    linear-gradient(145deg, rgba(216, 168, 79, 0.18), rgba(131, 168, 111, 0.08)),
    #11110f;
}

.review-cta strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}

.review-cta p {
  color: var(--muted);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.55;
}

.review-cta a {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  border-radius: 999px;
  background: var(--text);
  color: #060606;
  padding: 0 1rem;
  font-weight: 850;
}

.page-hero {
  position: relative;
  min-height: 72svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(6rem, 11vw, 9rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.44) 58%, rgba(0, 0, 0, 0.82)),
    linear-gradient(to top, #040404 0%, rgba(4, 4, 4, 0.18) 48%);
}

.page-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.simple-page-hero {
  min-height: 44svh;
  background: linear-gradient(135deg, rgba(216, 168, 79, 0.16), rgba(131, 168, 111, 0.08)), #080807;
}

.simple-page-hero::after {
  display: none;
}

.compact-page-hero {
  min-height: 62svh;
}

.page-hero-content {
  max-width: 58rem;
}

.page-hero-content h1 {
  max-width: 12ch;
}

.page-hero-content p {
  max-width: 44rem;
  color: #eadfce;
  font-size: clamp(1.04rem, 2vw, 1.25rem);
  line-height: 1.62;
}

.section-heading {
  max-width: 58rem;
  margin-bottom: 1.6rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.story-copy p:not(.overline) {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.04rem;
}

.text-link {
  color: var(--cream);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

.story-panel,
.feature-card,
.metric-card,
.gallery-card,
.contact-form,
.contact-details,
.check-list {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.story-panel {
  overflow: hidden;
}

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

.story-panel div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.story-panel span,
.metric-card p,
.feature-card p,
.gallery-card figcaption,
.contact-details p,
.legal-copy p,
.check-list p {
  color: var(--muted);
}

.story-panel strong {
  color: var(--cream);
  font-size: 1.25rem;
}

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

.feature-card {
  min-height: 18rem;
  padding: 1.25rem;
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 2.5rem;
  color: var(--cream);
  font-weight: 900;
}

.feature-card h3 {
  font-size: 1.45rem;
  line-height: 1.15;
}

.feature-card p,
.legal-copy p {
  line-height: 1.65;
}

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

.metric-card {
  min-height: 13rem;
  padding: 1.2rem;
}

.metric-card span {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
}

.check-list {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
}

.check-list p {
  margin: 0;
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

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

.gallery-card {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  margin: 0;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.gallery-card figcaption {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.72);
  font-weight: 850;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.contact-details,
.contact-form {
  padding: clamp(1rem, 3vw, 2rem);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.8rem 0.9rem;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(244, 212, 137, 0.72);
}

.hp-field {
  position: absolute;
  left: -100vw;
  opacity: 0;
}

.form-status {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.legal-copy {
  max-width: 58rem;
  margin-inline: auto;
}

.legal-copy h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) auto minmax(15rem, 0.65fr);
  gap: clamp(1rem, 4vw, 3rem);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.site-footer p,
.site-footer address {
  color: var(--muted);
  line-height: 1.6;
  font-style: normal;
}

.site-footer nav {
  display: grid;
  gap: 0.65rem;
}

.site-footer a:hover {
  color: var(--cream);
}

.reveal {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 30;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 6, 5, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.sticky-cta a {
  min-width: 5.8rem;
  padding: 0.72rem 0.76rem;
  border-radius: 999px;
  text-align: center;
  font-weight: 850;
}

.sticky-cta a:last-child {
  background: var(--text);
  color: #050505;
}

dialog {
  width: min(64rem, calc(100vw - 1.5rem));
  max-height: min(88svh, 58rem);
  padding: 0;
  border: 1px solid var(--line);
  background: #090908;
  color: var(--text);
  box-shadow: var(--shadow);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.modal-close {
  position: sticky;
  top: 0.7rem;
  left: calc(100% - 5.2rem);
  z-index: 3;
  margin: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.75);
  color: var(--text);
  padding: 0.55rem 0.75rem;
  cursor: pointer;
}

.modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.75fr);
  gap: clamp(1rem, 4vw, 2rem);
  align-items: center;
  padding: 0 1rem 1rem;
}

.modal-layout img {
  width: 100%;
  max-height: 72svh;
  object-fit: contain;
  background: #050505;
}

.modal-layout p {
  color: var(--muted);
  line-height: 1.65;
}

#modal-price {
  display: block;
  margin: 1.4rem 0;
  font-size: 1.65rem;
}

.board-modal {
  width: min(72rem, calc(100vw - 1rem));
}

.board-viewer {
  padding: 0 0.75rem 0.75rem;
}

.board-viewer img {
  width: 100%;
  max-height: 82svh;
  object-fit: contain;
  background: #050505;
}

@keyframes card-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .board-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
  }

  .top-nav {
    display: none;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-ticket {
    position: static;
    margin-top: 2rem;
  }

  .intro-band,
  .menu-heading,
  .split-section,
  .contact-layout,
  .visit,
  .reviews-head {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .menu-heading {
    display: grid;
  }

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

  .board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid,
  .metric-grid,
  .gallery-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .modal-layout {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    display: flex;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 0.85rem;
  }

  .brand-mark small {
    display: none;
  }

  .hero {
    min-height: 78svh;
    padding-inline: 1rem;
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .section,
  .intro-band {
    padding-inline: 1rem;
  }

  .reviews-carousel {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .page-hero {
    min-height: 66svh;
    padding-inline: 1rem;
  }

  .simple-page-hero {
    min-height: 36svh;
  }

  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

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

  .menu-card {
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .menu-card-media {
    aspect-ratio: 4 / 3;
  }

  .menu-card-content {
    min-height: 0;
  }

  .menu-card p {
    font-size: 0.88rem;
  }

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

  .board-card,
  .board-card img {
    min-height: 15rem;
  }

  .gallery-card,
  .gallery-card img {
    min-height: 17rem;
  }

  .visit {
    margin-inline: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
