.palace-bars-new-arrivals {
  box-sizing: border-box;
  width: min(100% - 3rem, 1200px);
  margin: clamp(2.75rem, 6vw, 5.5rem) auto;
  color: #241f1a;
}

.palace-bars-new-arrivals[hidden] {
  display: none;
}

.palace-bars-new-arrivals__header {
  max-width: 46rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.palace-bars-new-arrivals__eyebrow {
  margin: 0 0 0.6rem;
  color: #6e6258;
  font-family: var(--font-family-ui, inherit);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.palace-bars-new-arrivals h2 {
  margin: 0;
  font-family: var(--font-family-heading, "Cormorant Garamond", serif);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.palace-bars-new-arrivals__header > p:last-child {
  margin: 1rem 0 0;
  color: #5f554c;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
}

.palace-bars-new-arrivals__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.palace-bars-new-arrivals__item {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgb(43 35 29 / 14%);
  border-radius: 0.35rem;
  background: #fffdfa;
}

.palace-bars-new-arrivals__trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.palace-bars-new-arrivals__trigger:focus-visible {
  outline: 3px solid #9c7b4f;
  outline-offset: -3px;
}

.palace-bars-new-arrivals__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 300ms ease;
}

.palace-bars-new-arrivals__item:hover img,
.palace-bars-new-arrivals__trigger:focus-visible img {
  transform: scale(1.015);
}

.palace-bars-new-arrivals__item figcaption {
  padding: 0.85rem 1rem 1rem;
  color: #302922;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.palace-bars-new-arrivals__title,
.palace-bars-new-arrivals__note {
  display: block;
}

.palace-bars-new-arrivals__note {
  margin-top: 0.45rem;
  color: #74685e;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.palace-bars-lightbox[hidden] {
  display: none;
}

.palace-bars-lightbox {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(3rem, 1fr) minmax(0, 72rem) minmax(3rem, 1fr);
  align-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: rgb(19 16 14 / 94%);
}

.palace-bars-lightbox__figure {
  grid-column: 2;
  margin: 0;
  text-align: center;
}

.palace-bars-lightbox__image {
  display: block;
  width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  object-fit: contain;
}

.palace-bars-lightbox__figure figcaption {
  padding-top: 0.85rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.palace-bars-lightbox button {
  border: 0;
  color: #fff;
  background: rgb(255 255 255 / 12%);
  cursor: pointer;
}

.palace-bars-lightbox button:hover,
.palace-bars-lightbox button:focus-visible {
  background: rgb(255 255 255 / 24%);
}

.palace-bars-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}

.palace-bars-lightbox__previous,
.palace-bars-lightbox__next {
  width: 3rem;
  height: 4rem;
  border-radius: 0.25rem;
  font-size: 2.5rem;
  line-height: 1;
}

.palace-bars-lightbox__previous {
  grid-column: 1;
  justify-self: start;
}

.palace-bars-lightbox__next {
  grid-column: 3;
  justify-self: end;
}

body.palace-bars-lightbox-open {
  overflow: hidden;
}

.palace-banquet-tables {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  width: min(100% - 3rem, 1200px);
  margin: clamp(2.75rem, 6vw, 5.5rem) auto;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid rgb(43 35 29 / 14%);
  background: #faf8f5;
  color: #241f1a;
}

.palace-banquet-tables[hidden] {
  display: none;
}

.palace-banquet-tables__eyebrow {
  margin: 0 0 0.6rem;
  color: #6e6258;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.palace-banquet-tables h2 {
  margin: 0;
  font-family: var(--font-family-heading, "Cormorant Garamond", serif);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.palace-banquet-tables__intro > p:last-of-type {
  margin: 1rem 0 1.5rem;
  color: #5f554c;
  font-size: 1rem;
  line-height: 1.65;
}

.palace-banquet-tables__link {
  display: inline-block;
  padding: 0.85rem 1.15rem;
  border: 1px solid #302922;
  color: #302922;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.palace-banquet-tables__link:hover,
.palace-banquet-tables__link:focus-visible {
  color: #fff;
  background: #302922;
}

.palace-banquet-tables__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.palace-banquet-tables__options article {
  padding: 1rem;
  background: #fff;
}

.palace-banquet-tables__options h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-family-heading, "Cormorant Garamond", serif);
  font-size: 1.4rem;
  font-weight: 600;
}

.palace-banquet-tables__options p {
  margin: 0;
  color: #665b51;
  font-size: 0.86rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .palace-bars-new-arrivals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .palace-banquet-tables {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .palace-bars-new-arrivals {
    width: min(100% - 2rem, 1200px);
  }

  .palace-bars-new-arrivals__grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 0 0.75rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .palace-bars-new-arrivals__item {
    flex: 0 0 min(82vw, 22rem);
    scroll-snap-align: start;
  }

  .palace-bars-lightbox {
    grid-template-columns: 3rem minmax(0, 1fr) 3rem;
    padding: 1rem 0.5rem;
  }

  .palace-bars-lightbox__image {
    max-height: 76vh;
  }

  .palace-bars-lightbox__previous,
  .palace-bars-lightbox__next {
    width: 2.5rem;
  }

  .palace-banquet-tables {
    width: min(100% - 2rem, 1200px);
  }

  .palace-banquet-tables__options {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .palace-bars-new-arrivals__item img {
    transition: none;
  }
}
