@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Parisienne&display=swap");

@font-face {
  font-family: "Perandory";
  src: url("../fonts/Perandory-Regular.woff2") format("woff2"),
    url("../fonts/Perandory-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    line-height: 0.95;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 1.02rem;
  line-height: 1.5;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #a61c2e;
  transform: translateY(-200%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: relative;
}

.site-nav__logo-link,
.footer-logo {
  text-decoration: none;
  line-height: 0;
}

.brand-logo {
  display: block;
  width: min(100%, 18rem);
  height: auto;
}

.navbar-brand-mobile .brand-logo {
  width: 11rem;
}

.navbar-brand-centered .brand-logo {
  width: 18rem;
}

.nav-button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
}

.dropdown-menu.show,
.navbar-collapse.show {
  display: block;
}

.hero-panel__media {
  min-height: 100vh;
}

.history-copy h3 + p,
.history-copy p + h3 {
  margin-top: 2rem;
}

.cards-section .card-title,
.cards-section .card-text {
  position: relative;
  z-index: 1;
}

.location-links {
  margin-bottom: 0;
}

.gallery-strip .media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menus-section__intro {
  max-width: 40rem;
  font-size: 1.05rem;
  color: rgba(77, 77, 79, 0.82);
}

/* Story slideshow — sticky scroll-driven */
.story-slideshow {
  height: 400vh;
  margin-top: 1rem;
}

.story-slideshow__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.story-slideshow__images {
  position: absolute;
  inset: 0;
}

.story-slideshow__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.12);
  transition: opacity 0.8s ease, transform 4s ease-out;
}

.story-slideshow__img--active {
  opacity: 1;
  transform: scale(1);
}

.story-slideshow__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 55%,
    rgba(0, 0, 0, 0.18) 100%
  );
  pointer-events: none;
  transition: background 0.8s ease;
}

.story-slideshow__overlay--right {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 55%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

.story-slideshow__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 3rem clamp(2rem, 6vw, 8rem);
}

.story-slideshow__slide {
  position: absolute;
  max-width: 36rem;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
  color: #fff;
  left: clamp(2rem, 6vw, 8rem);
}

.story-slideshow__slide--right {
  left: auto;
  right: clamp(2rem, 6vw, 8rem);
  text-align: right;
}

.story-slideshow__slide--active {
  opacity: 1;
  transform: translateY(0);
}

.story-slideshow__title {
  font-family: "Perandory", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: clamp(1.4rem, 1rem + 2vw, 2.6rem);
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 0.6em;
}

.story-slideshow__slide p {
  font-size: clamp(0.95rem, 0.8rem + 0.8vw, 1.3rem);
  line-height: 1.8;
  color: #fff;
  max-width: 62ch;
}

.story-slideshow__slide .lead {
  font-size: clamp(1rem, 0.85rem + 0.9vw, 1.45rem);
}

.story-slideshow__progress {
  position: absolute;
  right: clamp(1.5rem, 3vw, 3rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.story-slideshow__dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.story-slideshow__dot--active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.35);
}

.heritage-section p,
.history-copy p,
.find-us-section address,
.find-us-section li,
.find-us-section td,
.find-us-section th {
  font-size: 1.04rem;
}

.heritage-section p,
.history-copy p {
  max-width: 62ch;
}

.heritage-section video {
  width: 100%;
  border-radius: 0.9rem;
  box-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, 0.14);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #1b1b1b;
}

.heritage-section .col-lg-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heritage-section p + p,
.history-copy p + p {
  margin-top: 1.1rem;
}

.history-copy {
  /* max-width: 48rem; */
  margin-inline: auto;
}

.history-copy__img {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 3.5rem;
  border: 3px solid var(--gold-accent);
}

.history-copy h3 {
  font-family: "Perandory", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menus-section {
  align-items: stretch;
}

.menu-download-card .card-body {
  gap: 1rem;
  padding: 2.25rem 2rem;
}

.menu-download-card__eyebrow {
  margin: 0;
  font-family: "Perandory", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a61c2e;
}

.menu-download-card .card-title {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.menu-download-card .card-text {
  margin-bottom: 0;
  color: rgba(77, 77, 79, 0.8);
}

.menu-download-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
}

.menu-download-card__link[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.7;
}

.hours-table {
  margin-top: 1rem;
  border: 1px solid rgba(206, 173, 95, 0.45);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hours-table__table {
  --bs-table-bg: transparent;
  --bs-table-color: inherit;
  --bs-table-border-color: rgba(255, 255, 255, 0.14);
  margin-bottom: 0;
}

.hours-table__table th,
.hours-table__table td {
  padding: 0.9rem 1rem;
  background: transparent;
}

.hours-table__table th {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.hours-table__table td {
  text-align: right;
  font-weight: 600;
}

.find-us-section h3 {
  margin-bottom: 1rem;
}

.find-us-section address {
  margin-bottom: 0;
}

.hours-table__table tr + tr th,
.hours-table__table tr + tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

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

.footer-nav .nav-link {
  padding-left: 0;
}

.footer-logo img {
  width: min(100%, 12rem);
  height: auto;
}

@media (max-width: 991.98px) {
  #mainNavbar .container {
    align-items: flex-start;
  }

  .navbar-collapse {
    width: 100%;
    padding-top: 1.5rem;
  }

  .navbar-collapse > div,
  .navbar-collapse .nav {
    width: 100%;
  }

  .navbar-collapse .nav-item {
    width: 100%;
  }

  .navbar-collapse .nav-link,
  .nav-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 0.75rem;
  }

  .hero-panel__media {
    min-height: 70vh;
  }

  .story-slideshow {
    height: auto;
    margin-top: 0;
  }

  .story-slideshow__sticky {
    position: relative;
    height: 70vh;
    min-height: 420px;
    max-height: 600px;
  }

  .story-slideshow__images {
    position: absolute;
    inset: 0;
  }

  .story-slideshow__img {
    transition: opacity 0.5s ease;
    transform: scale(1);
  }

  .story-slideshow__overlay {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.2) 100%
    );
    transition: none;
  }

  .story-slideshow__overlay--right {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.2) 100%
    );
  }

  .story-slideshow__content {
    position: relative;
    align-items: flex-end;
    padding: 1.5rem 1.25rem 3rem;
  }

  .story-slideshow__slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    padding: 0 1.25rem 2.5rem;
    text-align: left;
    transition: opacity 0.4s ease;
  }

  .story-slideshow__slide--right {
    left: 0;
    right: 0;
    text-align: left;
  }

  .story-slideshow__title {
    font-size: 1.3rem;
  }

  .story-slideshow__slide p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .story-slideshow__progress {
    bottom: 1rem;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    flex-direction: row;
  }

  .hours-table__table th,
  .hours-table__table td {
    display: block;
    width: 100%;
  }

  .hours-table__table td {
    padding-top: 0;
    text-align: left;
  }
}

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

.page__content > .container > section {
  padding-block: clamp(4rem, 7vw, 5.75rem);
}

.paragraph--red-background {
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-heading-color: #fff;
  --bs-link-color: var(--gold-accent);
  --bs-link-hover-color: #fff;
  color: var(--bs-body-color);
}

.paragraph--red-background .display-3,
.paragraph--red-background .display-4,
.paragraph--red-background .display-5,
.paragraph--red-background .display-6,
.paragraph--red-background .display-3 a,
.paragraph--red-background .display-4 a,
.paragraph--red-background .display-5 a,
.paragraph--red-background .display-6 a,
.paragraph--red-background .lead,
.paragraph--red-background p,
.paragraph--red-background li,
.paragraph--red-background a:not(.btn) {
  color: var(--bs-body-color);
}

#animatedLogo {
  transform-origin: center center;
  will-change: top, left, transform, width;
  z-index: 3;
}

#animatedLogo .brand-logo {
  width: 100%;
  max-width: none;
}

.video-col-breakout {
  margin: 0;
  isolation: isolate;
}

.video-col-breakout .video-overlay {
  inset: 0;
}

.nav-button {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  line-height: inherit;
}

#about-us,
#menus,
#find-us {
  scroll-margin-top: 5rem;
}
