body:before {
  content: '{ "current": "large" }';
  display: none;
}
@media (min-width: 48.063em) and (max-width: 76.5em) {
  body:before {
    content: '{ "current": "medium" }';
  }
}
@media (min-width: 0em) and (max-width: 48em) {
  body:before {
    content: '{ "current": "small" }';
  }
}
*:focus {
  outline: 0;
}
html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
html, body {
  height: 100%;
}
*, div {
  box-sizing: border-box;
}
img {
  display: inline-block;
  vertical-align: middle;
}
.clearit {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}
.hero-block {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  align-items: flex-end;
  justify-content: center;
  padding: 0 20px 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
  min-height: 100% !important;
}
@media (max-width: 992px) {
  .hero-block {
    position: relative !important;
    top: 0 !important;
  }
}
.hero-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(52, 22, 0, 0.1) 0%, #341600 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
}
.hero-content .mobile-hero-heading p {
  color: #F8F4F0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-content .mobile-hero-heading {
    display: none;
  }
}
.hero-heading {
  font-family: "Cormorant Garamond", serif;
  padding: 0px;
  margin: 0;
  color: #F8F4F0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 992px) {
  .hero-heading {
    display: none;
  }
}
.hero-heading span {
  display: block;
}
.hero-heading .heading-line-1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: -1px;
  line-height: 91%;
}
.hero-heading .heading-line-2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  line-height: 91%;
}
.hero-heading .heading-line-3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  line-height: 91%;
}
.scroll-down {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
}
.scroll-down svg {
  width: 27px;
  height: 24px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -20px);
  }
  60% {
    transform: translate(-50%, -10px);
  }
}
@media (max-width: 767px) {
  .hero-block {
    height: 80vh;
    padding-bottom: 6rem;
  }
  .scroll-down {
    display: block;
  }
}
.text-image-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  height: 100vh;
}
.text-image-block .text-image-content {
  padding: 6rem 2rem 6rem 6rem;
}
@media (max-width: 992px) {
  .text-image-block .text-image-content {
    padding: 6rem 0rem 6rem 32px;
  }
}
.text-image-block .text-image-content .acf-innerblocks-container .wp-block-heading a {
  text-decoration: none;
}
.text-image-block .text-image-content .acf-innerblocks-container .wp-block-heading a:hover {
  text-decoration: underline;
}
.text-image-block .text-image-content .heading-4 {
  font-size: 24px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 130%;
}
.text-image-block .text-image-content .heading-5 {
  padding-bottom: 10px;
}
.text-image-block .text-image-content p {
  line-height: 145%;
  font-size: 18px;
}
.text-image-block .text-image-content a {
  color: #341600;
  text-decoration: underline;
}
.text-image-block .text-image-content p:has(strong) {
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}
.text-image-block ul {
  margin-top: 0;
}
.text-image-block ul li {
  padding-bottom: 0;
}
.text-image-block .text-image-image-wrapper {
  overflow: hidden;
  height: 100%;
}
.text-image-block .text-image-image-wrapper .text-image-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out;
}
.text-image-block .text-image-image-wrapper:hover .text-image-image {
  transform: scale(1.05);
}
.text-image-block.is-style-image-left .text-image-content, .text-image-block.is-style-cropped-left .text-image-content {
  grid-column: 2;
  padding: 6rem 6rem 6rem 2rem;
}
@media (max-width: 992px) {
  .text-image-block.is-style-image-left .text-image-content, .text-image-block.is-style-cropped-left .text-image-content {
    padding: 6rem 0rem 6rem 32px;
  }
}
.text-image-block.is-style-image-left .text-image-image-wrapper, .text-image-block.is-style-cropped-left .text-image-image-wrapper {
  grid-column: 1;
  grid-row: 1;
}
.text-image-block.is-style-cropped-right, .text-image-block.is-style-cropped-left {
  height: 100%;
  top: 0;
  padding-bottom: 0px;
  margin-bottom: -23px;
}
.text-image-block.is-style-cropped-right .text-image-image-wrapper, .text-image-block.is-style-cropped-left .text-image-image-wrapper {
  height: auto;
  overflow: visible;
}
.text-image-block.is-style-cropped-right .text-image-image-wrapper .text-image-image, .text-image-block.is-style-cropped-left .text-image-image-wrapper .text-image-image {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text-image-block.is-style-cropped-right .text-image-image-wrapper:hover .text-image-image, .text-image-block.is-style-cropped-left .text-image-image-wrapper:hover .text-image-image {
  transform: none;
}
.text-image-block.is-style-cropped-right .text-image-image-wrapper img, .text-image-block.is-style-cropped-left .text-image-image-wrapper img {
  padding: 6rem 0px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  aspect-ratio: 1/1;
}
.text-image-block.is-style-cropped-right {
  padding-right: 6rem;
}
.text-image-block.is-style-cropped-left {
  padding-left: 6rem;
}
@media (max-width: 992px) {
  .text-image-block.sticky-scroll-section {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: auto;
    min-height: auto;
  }
  .text-image-block.sticky-scroll-section .text-image-content {
    padding: 40px 32px;
  }
  .text-image-block.sticky-scroll-section .text-image-image-wrapper {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .text-image-block.is-style-cropped-right {
    padding: 0px 32px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-bottom: 40px;
  }
  .text-image-block.is-style-cropped-right .text-image-content {
    padding-right: 0px;
  }
  .text-image-block.is-style-cropped-right .text-image-content {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .text-image-block.is-style-cropped-right .text-image-image-wrapper img {
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.image-overlapping-card {
  padding: 300px 0 100px;
}
@media (max-width: 1300px) {
  .image-overlapping-card {
    padding: 100px 0 100px;
  }
}
.image-overlapping-card .columns {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 2.7fr 2.3fr;
  gap: 0;
  align-items: start;
}
.image-overlapping-card .wp-block-buttons {
  display: inline-flex;
}
.image-overlapping-card .image-column {
  position: relative;
  z-index: 1;
}
.image-overlapping-card .image-column::after {
  content: "";
  display: block;
  height: 4rem;
}
.image-overlapping-card .image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.image-overlapping-card .card-column {
  position: sticky;
  top: 200px;
  z-index: 2;
  margin-left: -300px;
  margin-top: -4rem;
}
.image-overlapping-card .card-c {
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 2px 0 #FFF inset;
  backdrop-filter: blur(12px);
  padding: 64px;
  display: flex;
  align-items: start;
  gap: 40px;
}
.image-overlapping-card .title-wrapper {
  flex: 0 0 30%;
  padding-right: 1rem;
}
.image-overlapping-card .content-wrapper {
  min-width: 0;
  flex: 1 1 auto;
}
.image-overlapping-card .content-wrapper > * + * {
  margin-top: 1.5rem;
}
.image-overlapping-card .title {
  font-family: "Cormorant Garamond";
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
  word-break: keep-all;
}
.image-overlapping-card p {
  font-size: 18px;
  letter-spacing: 145%;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  .image-overlapping-card {
    padding: 4rem 0;
  }
  .image-overlapping-card .columns {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px;
  }
  .image-overlapping-card .columns .card-column {
    padding: 0px 32px;
    margin-top: -200px;
    transform: translateY(200px);
  }
  .image-overlapping-card .columns .card-c {
    padding: 15px;
    flex-direction: column;
    gap: 0px;
  }
  .image-overlapping-card.is-style-image-right .columns {
    flex-direction: column;
  }
  .image-overlapping-card.is-style-image-right .card-column {
    margin-right: unset !important;
  }
  .image-overlapping-card.is-style-image-right .image-column {
    z-index: -1;
  }
  .image-overlapping-card .image-column::after {
    display: none;
  }
  .image-overlapping-card .image-column {
    margin-bottom: -80px;
  }
  .image-overlapping-card .card-column {
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    margin-bottom: 250px;
  }
  .image-overlapping-card .card {
    padding-top: calc(80px + 4rem);
  }
}
@media (max-width: 768px) {
  .image-overlapping-card .card {
    display: block;
    padding: calc(80px + 2rem) 2rem 2rem;
  }
  .image-overlapping-card .title-wrapper {
    padding-right: 0;
    margin-bottom: 24px;
  }
  .image-overlapping-card .title-wrapper .title {
    font-size: 32px;
    padding-bottom: 0px;
  }
  .image-overlapping-card .content-wrapper p {
    font-size: 14px;
    line-height: 145%;
  }
  .image-overlapping-card .wp-block-buttons {
    width: 100%;
  }
}
.image-overlapping-card.is-style-image-right .columns {
  grid-template-columns: 2.3fr 2.7fr;
}
.image-overlapping-card.is-style-image-right .image-column {
  order: 2;
}
.image-overlapping-card.is-style-image-right .title-wrapper {
  flex: 0 0 40%;
}
.image-overlapping-card.is-style-image-right .card-column {
  margin-right: -300px;
  margin-left: unset;
}
.header-overlapping-card {
  position: relative;
  display: flex;
  padding: 8rem 0;
  overflow: hidden;
  height: 100vh;
}
.header-overlapping-card .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-overlapping-card .background-heading {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 247px;
  font-style: normal;
  font-variant-numeric: slashed-zero;
  font-weight: normal;
  letter-spacing: -2px;
  z-index: 1;
  line-height: 250px;
  color: #A89F91;
}
.header-overlapping-card .card-wrapper {
  position: relative;
  z-index: 2;
}
.header-overlapping-card .card {
  padding: 2.5rem;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 2px 0 #FFF inset;
  backdrop-filter: blur(10px);
}
@media (max-width: 992px) {
  .header-overlapping-card .background-heading {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .header-overlapping-card {
    padding: 6rem 0;
  }
  .header-overlapping-card .background-heading {
    font-size: 6rem;
  }
}
@media (max-width: 480px) {
  .header-overlapping-card .background-heading {
    font-size: 4.5rem;
  }
}
.full-image-block {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 75vh !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.full-image-block .bg-images {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #341600;
}
.full-image-block .bg-images .img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.6s ease;
  opacity: 0;
}
.full-image-block .bg-images .img.active {
  opacity: 1;
}
.full-image-block .full-image-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}
.full-image-block .full-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--surface-overlay-Dark-mild, rgba(52, 22, 0, 0.1)) 0%, var(--surface-overlay-black-stark, #341600) 100%);
  z-index: 2;
  pointer-events: none;
}
.full-image-block .full-image-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  max-width: 922px;
  padding: 120px 2rem;
}
.full-image-block .full-image-content h1, .full-image-block .full-image-content h2, .full-image-block .full-image-content h3, .full-image-block .full-image-content h4, .full-image-block .full-image-content h5, .full-image-block .full-image-content h6 {
  color: #F8F4F0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1px;
}
.full-image-block .full-image-content p {
  color: #F8F4F0;
  font-size: 18px;
  font-weight: 300;
  line-height: 145%;
}
.full-image-block .full-image-content .wp-block-button__link:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  .full-image-block .full-image-content {
    padding: 3rem 2rem;
  }
  .full-image-block.sticky-scroll-section {
    position: relative;
    top: auto;
    min-height: 55vh !important;
  }
}
.full-image-block.has-light-buttons .wp-block-button__link {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.full-image-block.has-light-buttons .wp-block-button__link:hover {
  background-color: #ffffff !important;
  color: #341600 !important;
}
.hero-video-block {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  min-height: 100% !important;
}
@media (max-width: 992px) {
  .hero-video-block {
    position: relative !important;
    top: 0 !important;
  }
}
.hero-video-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(52, 22, 0, 0.1) 0%, #341600 100%);
  z-index: 1;
}
.hero-video-block .video-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-video-block .video-background-wrapper .video-iframe-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
}
.hero-video-block .video-background-wrapper .video-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video-block .video-background-wrapper .video-iframe-container .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hero-video-block .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 10%;
}
@media (max-width: 992px) {
  .hero-video-block .hero-content {
    margin-top: auto;
    margin-bottom: 100px;
  }
}
.hero-video-block .hero-content {
  font-family: "Cormorant Garamond", serif;
  padding: 0px;
  margin: 0;
  color: #F8F4F0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hero-video-block .hero-content span {
  display: block;
}
.hero-video-block .hero-content .heading-line-1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
  letter-spacing: -1px;
  line-height: 91%;
  padding: 0px;
  color: white;
}
@media (max-width: 992px) {
  .hero-video-block .hero-content .heading-line-1 {
    font-size: 28px;
  }
}
.hero-video-block .hero-content .heading-line-2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  line-height: 91%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  color: white;
}
@media (max-width: 992px) {
  .hero-video-block .hero-content .heading-line-2 {
    font-size: 32px;
  }
}
.hero-video-block .hero-content .heading-line-3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
  color: white;
}
@media (max-width: 992px) {
  .hero-video-block .hero-content .heading-line-3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.hero-video-block .scroll-down {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
}
.hero-video-block .scroll-down svg {
  width: 27px;
  height: 24px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -20px);
  }
  60% {
    transform: translate(-50%, -10px);
  }
}
@media (max-width: 767px) {
  .hero-video-block .hero--video-block {
    height: 80vh;
    padding-bottom: 6rem;
  }
  .hero-video-block .scroll-down {
    display: block;
  }
}
.location-gallery-block {
  position: relative;
  width: 100%;
  padding: 100px 88px;
  padding-top: 62px;
  background-color: #F8F4F0;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 992px) {
  .location-gallery-block {
    padding: 40px 32px;
  }
}
.location-gallery-block .gallery-container {
  width: 100%;
  margin: 0 auto;
}
.location-gallery-block .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 32px;
  align-items: start;
}
@media (max-width: 1250px) {
  .location-gallery-block .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .location-gallery-block .gallery-grid {
    padding: 40px 0px;
    padding-bottom: 16px;
    gap: 1rem;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .location-gallery-block .gallery-grid .location-card {
    min-width: 85%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.location-gallery-block .location-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 2px;
  isolation: isolate;
  will-change: transform;
  transform: translateY(0);
}
.location-gallery-block .location-card .not-opened-yet {
  position: absolute;
  top: 20px;
  padding: 10px;
  background: #D9A5A1;
  color: #000;
  font-family: "Figtree";
  font-size: 12px;
  font-weight: 800;
  line-height: 120%;
  border-radius: 0 9999px 9999px 0;
}
.location-gallery-block .location-card .not-opened-yet img {
  margin-left: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-gallery-block .location-card .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -2;
}
.location-gallery-block .location-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(52, 22, 0, 0) 40%, rgba(52, 22, 0, 0.8) 100%);
  z-index: -1;
}
.location-gallery-block .location-card .card-content {
  padding: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(2px);
}
.location-gallery-block .location-card .location-label {
  display: block;
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #FAFAFA;
  width: -moz-max-content;
  width: max-content;
  background: #341600;
  border-radius: 999px;
  padding: 6px 8px;
}
@media (max-width: 767px) {
  .location-gallery-block .location-card .location-label {
    font-size: 10px;
  }
}
.location-gallery-block .location-card .location-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 47px;
  font-weight: 700;
  line-height: -1px;
  color: #FAFAFA;
  padding: 0px;
}
@media (max-width: 767px) {
  .location-gallery-block .location-card .location-title {
    font-size: 32px;
  }
}
.location-gallery-block .location-card .address {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  transition: 0.4s all ease-in;
}
.location-gallery-block .location-card .address .address-inner {
  overflow: hidden;
  color: #FAFAFA;
  font-size: 14px;
  line-height: 145%;
  font-weight: 200;
  font-family: "Figtree";
  padding: 0px;
}
.location-gallery-block .location-card .address p {
  color: #FAFAFA;
  font-size: 14px;
  line-height: 145%;
  font-weight: 200;
  font-family: "Figtree";
  padding: 0px;
}
.location-gallery-block .location-card .btn-visit {
  margin-top: 16px;
  display: inline-block;
  padding: 12px 16px;
  border: 1px solid #F8F4F0;
  color: #F8F4F0;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  transition: all 0.3s ease;
  border-radius: 8px;
  font-weight: 700;
}
.location-gallery-block .location-card .btn-visit:hover {
  background-color: #341600;
}
.location-gallery-block .location-card:hover .card-bg {
  transform: scale(1.05);
}
.location-gallery-block .location-card:hover .address {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 5px;
}
.in-page-nav-block {
  background-color: #341600;
  font-family: "Cormorant Garamond", sans-serif;
  padding: 0px 88px;
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 15;
  border-top: 1px solid rgba(248, 244, 240, 0.5);
}
@media (max-width: 992px) {
  .in-page-nav-block {
    padding: 0px 32px;
    display: none;
  }
}
.in-page-nav-block ul.nav-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  gap: 32px;
  justify-content: center;
}
.in-page-nav-block ul.nav-list li {
  color: white;
  padding: 0px;
}
.in-page-nav-block ul.nav-list li a {
  text-decoration: none;
  position: relative;
  transform: translateY(0px);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.in-page-nav-block ul.nav-list li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
}
.in-page-nav-block ul.nav-list li a:hover {
  transform: translateY(-3px);
}
.in-page-nav-block ul.nav-list li a:hover:after {
  transform: scaleX(1);
}
.in-page-nav-block .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #341600;
  list-style: none;
  padding: 20px 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.in-page-nav-block .dropdown-menu a {
  color: white;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  margin-bottom: 15px;
}
.in-page-nav-block .dropdown-menu li {
  margin-bottom: 15px;
}
.in-page-nav-block .dropdown-menu li:last-of-type {
  margin-bottom: 0px;
}
.in-page-nav-block .has-dropdown {
  position: relative;
}
.in-page-nav-block .has-dropdown .dropdown-toggle .chevron {
  margin-left: 5px;
}
.in-page-nav-block .has-dropdown .dropdown-toggle .chevron i {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.in-page-nav-block .has-dropdown ul {
  height: auto;
}
.in-page-nav-block .has-dropdown:hover .dropdown-menu {
  display: block;
}
.in-page-nav-block .has-dropdown:hover .chevron {
  margin-left: 5px;
}
.in-page-nav-block .has-dropdown:hover .chevron i {
  transform: rotate(180deg);
}
.image-form-block {
  position: relative;
  width: 100%;
  padding: 100px 88px;
  background: #F8F4F0;
  z-index: 10;
}
@media (max-width: 992px) {
  .image-form-block {
    padding: 40px 32px;
    overflow: hidden;
  }
}
.image-form-block .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .image-form-block .content-wrapper {
    flex-direction: column;
  }
}
.image-form-block .content-wrapper .image-column {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .image-form-block .content-wrapper .image-column {
    width: 100%;
    padding-bottom: 0px;
  }
}
.image-form-block .content-wrapper .image-column .block-heading {
  padding-bottom: 32px;
}
@media (max-width: 992px) {
  .image-form-block .content-wrapper .image-column .block-heading {
    font-size: 32px;
    padding-bottom: 16px;
  }
}
.image-form-block .content-wrapper .image-column .image-wrapper {
  background-size: cover;
  height: 100%;
  aspect-ratio: unset;
  flex: 1;
  width: 110%;
  background-position: center;
  min-height: 500px;
}
@media (max-width: 992px) {
  .image-form-block .content-wrapper .image-column .image-wrapper {
    flex: auto;
    width: 100%;
    height: 100%;
    height: 300px;
    margin-left: -32px;
    margin-right: -32px;
    width: 110vw;
  }
}
.image-form-block .content-wrapper .image-column img {
  background-size: cover;
}
.image-form-block .content-wrapper .image-column .mobile-only-img {
  display: none;
}
.image-form-block .content-wrapper .form-column {
  height: 100%;
  width: 50%;
  padding: 60px;
  background: rgba(248, 244, 240, 0.8);
  box-shadow: 1px 1px 2px 0 #FFF inset;
  backdrop-filter: blur(20px);
}
@media (max-width: 992px) {
  .image-form-block .content-wrapper .form-column {
    margin-top: -50px;
    width: 100%;
    padding: 32px 16px;
    margin-bottom: -20px;
  }
}
.image-form-block .content-wrapper .form-column h1,
.image-form-block .content-wrapper .form-column h2,
.image-form-block .content-wrapper .form-column h3,
.image-form-block .content-wrapper .form-column h4,
.image-form-block .content-wrapper .form-column h5,
.image-form-block .content-wrapper .form-column h6,
.image-form-block .content-wrapper .form-column .wp-block-heading {
  color: #341600;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .image-form-block .content-wrapper .form-column h1,
  .image-form-block .content-wrapper .form-column h2,
  .image-form-block .content-wrapper .form-column h3,
  .image-form-block .content-wrapper .form-column h4,
  .image-form-block .content-wrapper .form-column h5,
  .image-form-block .content-wrapper .form-column h6,
  .image-form-block .content-wrapper .form-column .wp-block-heading {
    font-size: 28px;
  }
}
.image-form-block .content-wrapper .form-column p {
  color: #341600;
  font-family: "Figtree";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0;
  margin-top: 10px;
  display: block;
  padding-bottom: 0px;
}
.image-form-block .content-wrapper .form-column a {
  text-decoration: underline;
  color: #341600;
}
.image-form-block .content-wrapper .form-column .nf-form-cont .nf-form-title {
  display: none;
}
.image-form-block .content-wrapper .form-column .nf-form-cont .nf-before-form-content {
  display: none;
}
.image-form-block .content-wrapper .form-column .nf-form-cont .nf-form-content {
  padding-top: 40px;
}
.image-form-block .content-wrapper .form-column .nf-form-cont .nf-field-label {
  display: none;
}
.image-form-block .content-wrapper .form-column .nf-form-cont input,
.image-form-block .content-wrapper .form-column .nf-form-cont select,
.image-form-block .content-wrapper .form-column .nf-form-cont textarea {
  padding: 16px 32px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: white;
  box-shadow: 0 0 8px 0 rgba(99, 55, 227, 0.01);
  font-family: "Figtree";
  font-size: 14px;
  color: black;
}
.image-form-block .content-wrapper .form-column .nf-form-cont input::-moz-placeholder, .image-form-block .content-wrapper .form-column .nf-form-cont select::-moz-placeholder, .image-form-block .content-wrapper .form-column .nf-form-cont textarea::-moz-placeholder {
  color: black;
}
.image-form-block .content-wrapper .form-column .nf-form-cont input::placeholder,
.image-form-block .content-wrapper .form-column .nf-form-cont select::placeholder,
.image-form-block .content-wrapper .form-column .nf-form-cont textarea::placeholder {
  color: black;
}
.image-form-block .content-wrapper .form-column .nf-form-cont select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px;
  background-color: #fff;
}
.image-form-block .content-wrapper .form-column .nf-form-cont select::-ms-expand {
  display: none;
}
.image-form-block .content-wrapper .form-column .nf-form-cont select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.image-form-block .content-wrapper .form-column .nf-form-cont input[type=submit] {
  background: #341600;
  border-radius: 8px;
  color: #F8F4F0;
  font-family: "Cormorant Garamond";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transition: 0.2s all ease-in;
  border: 1px solid #341600;
  cursor: pointer;
}
.image-form-block .content-wrapper .form-column .nf-form-cont input[type=submit]:hover {
  background-color: transparent;
  color: #341600;
}
.image-form-block .content-wrapper nf-field:has(.firstname-container),
.image-form-block .content-wrapper nf-field:has(.lastname-container),
.image-form-block .content-wrapper nf-field:has(.nf-reservation-start),
.image-form-block .content-wrapper nf-field:has(.nf-reservation-end) {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}
.image-form-block .content-wrapper nf-field:has(.firstname-container),
.image-form-block .content-wrapper nf-field:has(.nf-reservation-start) {
  margin-right: 20px;
}
.image-form-block.form-float .form-column {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .image-form-block.form-float .form-column {
    margin-top: -50px;
  }
}
.hero-center-logo-block {
  display: flex;
  position: relative;
  width: 100%;
  height: 503px;
  align-items: flex-end;
  justify-content: center;
  padding: 0 20px 8rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
  min-height: 100% !important;
}
@media (max-width: 992px) {
  .hero-center-logo-block {
    position: relative !important;
    top: 0 !important;
  }
}
.hero-center-logo-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(38, 16, 0, 0.34) 0%, rgba(52, 22, 0, 0.68) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.hero-content .center-logo {
  max-width: 880px;
  height: auto;
  width: auto;
  width: 100%;
}
.scroll-down {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
}
.scroll-down svg {
  width: 27px;
  height: 24px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -20px);
  }
  60% {
    transform: translate(-50%, -10px);
  }
}
@media (max-width: 767px) {
  .hero-block {
    height: 80vh;
    padding-bottom: 6rem;
  }
  .scroll-down {
    display: block;
  }
}
.general-container-block {
  position: relative;
  z-index: 100;
  padding: 4rem 88px;
}
@media (max-width: 992px) {
  .general-container-block {
    padding: 2rem 32px;
  }
}
.general-container-block h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 40px;
  color: #341600;
  padding-bottom: 0px;
}
.general-container-block ul {
  text-decoration: none;
  list-style: none;
}
.general-container-block ul a {
  color: black;
  text-decoration: none;
}
.general-container-block ul a:hover {
  text-decoration: underline;
}
header[role=banner] {
  position: fixed;
  top: var(--wp-admin-bar-height, 0);
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: #341600;
  font-family: "Cormorant Garamond", sans-serif;
  padding: 30px 88px;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 109px;
}
@media (max-width: 992px) {
  header[role=banner] {
    height: auto;
  }
}
@media (max-width: 992px) {
  header[role=banner] {
    padding: 30px 32px;
  }
}
header[role=banner] .site-logo {
  /* 1. The container acts as a rigid placeholder. It NEVER changes size on scroll. */
  width: 210px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  header[role=banner] .site-logo {
    width: 150px;
  }
}
@media (max-width: 992px) {
  header[role=banner] .site-logo {
    width: 138px;
    opacity: 1;
  }
}
header[role=banner] .site-logo {
  /* 2. Animate the link/image INSIDE the static placeholder */
}
header[role=banner] .site-logo a {
  display: block;
  opacity: 0;
  width: 77px;
  transition: 0.1s all ease-in;
}
@media (max-width: 992px) {
  header[role=banner] .site-logo a {
    opacity: 1;
    width: 138px;
  }
}
header[role=banner] .site-logo img {
  width: 100%;
  display: block;
}
header[role=banner] .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  /* 1. On ALL inner pages (not home), the logo is always fully visible */
}
body:not(.home) header[role=banner] .header-container .site-logo a {
  opacity: 1;
  width: 100%;
}
header[role=banner] .header-container {
  /* 2. On the home page, apply these styles only after scrolling past 200px */
}
header[role=banner] .header-container.is-scrolled .site-logo a {
  opacity: 1;
  width: 100%;
}
header[role=banner] .header-container .header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: -120px;
}
@media (max-width: 1100px) {
  header[role=banner] .header-container .header-right {
    margin-left: -80px;
  }
}
@media (max-width: 992px) {
  header[role=banner] .header-container .header-right {
    display: none;
  }
}
header[role=banner] .header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header[role=banner] .primary-nav .primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
header[role=banner] .primary-nav .primary-menu li {
  position: relative;
  padding-bottom: 0;
}
header[role=banner] .primary-nav .primary-menu a {
  color: #F8F4F0;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  transition: transform 0.3s ease-out, color 0.3s ease-out;
  z-index: 2;
  font-weight: 700;
  font-family: "Cormorant Garamond";
}
@media (max-width: 1100px) {
  header[role=banner] .primary-nav .primary-menu a {
    font-size: 16px;
  }
}
header[role=banner] .primary-nav .primary-menu a .chevron {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
header[role=banner] .primary-nav .primary-menu a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
}
header[role=banner] .primary-nav .primary-menu a:hover {
  color: #ffffff;
  text-decoration: none;
}
header[role=banner] .primary-nav .primary-menu a:hover::after {
  transform: scaleX(1);
}
header[role=banner] .primary-nav .primary-menu .menu-item-has-children.is-active > a {
  color: #F8F4F0;
}
header[role=banner] .primary-nav .primary-menu .menu-item-has-children.is-active > a::after {
  transform: scaleX(1);
}
header[role=banner] .primary-nav .primary-menu .menu-item-has-children.is-active > a .chevron {
  transform: rotate(180deg);
}
header[role=banner] .primary-nav .primary-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 40px 60px;
  position: absolute;
  top: 100%;
  left: -57%;
  background-color: #341600;
  border-radius: 24px;
  min-width: 200px;
  display: none;
  z-index: 1;
  padding: 40px 0px;
}
header[role=banner] .primary-nav .primary-menu .sub-menu:has(li.is-active) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
header[role=banner] .primary-nav .primary-menu .sub-menu > li.is-active > a {
  text-decoration: underline;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li {
  position: unset;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li:last-of-type > a {
  padding-bottom: 0px;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li:first-child > a {
  padding-top: 0px;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li a {
  padding: 0px;
  white-space: nowrap;
  color: #F8F4F0;
  z-index: auto;
  justify-content: space-between;
  padding: 10px 60px;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li a:hover {
  transform: none;
  text-decoration: underline;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li a:hover::after {
  transform: scaleX(0);
}
@media (min-width: 992px) {
  header[role=banner] .primary-nav .primary-menu .sub-menu li a:hover .chevron {
    transform: rotate(-90deg) !important;
  }
}
@media (min-width: 992px) {
  header[role=banner] .primary-nav .primary-menu .sub-menu li a .chevron {
    transform: rotate(-90deg) !important;
  }
}
header[role=banner] .primary-nav .primary-menu .sub-menu li a::after {
  display: none;
}
header[role=banner] .primary-nav .primary-menu .sub-menu .menu-item-has-children .sub-menu {
  left: 96%;
  right: unset;
  top: 0;
  height: 100%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  width: 100%;
  max-width: 200px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease-in-out;
  pointer-events: none;
  display: block;
}
header[role=banner] .primary-nav .primary-menu .sub-menu .menu-item-has-children .sub-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 0;
  width: 1px;
  background: rgba(248, 244, 240, 0.1);
}
header[role=banner] .primary-nav .primary-menu .sub-menu .menu-item-has-children.is-active .sub-menu {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
header[role=banner] .header-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  header[role=banner] .header-social {
    display: none;
  }
}
header[role=banner] .header-social img {
  max-width: 32px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
header[role=banner] .header-social a {
  transition: 0.2s all ease-in;
}
header[role=banner] .header-social a:hover img {
  transform: scale(1.05);
}
.mobile-nav-panel {
  display: none;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.mobile-menu-toggle {
  display: none;
}
@media (max-width: 992px) {
  header[role=banner] .header-right {
    display: none;
  }
  .primary-nav .primary-menu a {
    transition: none;
  }
  .primary-nav .primary-menu a:hover {
    transform: none;
  }
  .primary-nav .primary-menu a::after {
    display: none;
  }
  .primary-nav .primary-menu .menu-item-has-children.is-active > a .chevron {
    transform: none;
  }
  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
  }
  .mobile-menu-toggle .line {
    width: 2rem;
    height: 3px;
    background: #F8F4F0;
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
  }
  .mobile-nav-panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--header-height) + var(--wp-admin-bar-height, 0));
    left: 0;
    width: 100%;
    padding: 0 2rem 2rem;
    background: #341600;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform 0.35s ease, visibility 0.35s ease;
    overflow-y: auto;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu li {
    font-family: "Cormorant Garamond", sans-serif;
    padding-bottom: 0;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu a {
    text-decoration: none;
    color: #F8F4F0;
    display: block;
    padding: 0.75rem 0;
    position: relative;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu a:hover {
    color: #ffffff;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children > a {
    padding-right: 2rem;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children .chevron {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children .sub-menu li:first-child a {
    padding-top: 0;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 0;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children .sub-menu li a {
    padding: 0.5rem 0;
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children.is-open > a .chevron {
    transform: translateY(-50%) rotate(180deg);
  }
  .mobile-nav-panel .mobile-nav .mobile-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }
  .mobile-nav-panel .header-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  body.mobile-menu-open .mobile-menu-toggle .line:first-child {
    transform: rotate(45deg);
  }
  body.mobile-menu-open .mobile-menu-toggle .line:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
  }
  body.mobile-menu-open .mobile-menu-toggle .line:last-child {
    transform: rotate(-45deg);
  }
  body.mobile-menu-open .mobile-nav-panel {
    transform: translateY(0);
    visibility: visible;
  }
}
footer[role=contentinfo] {
  position: relative;
  z-index: 100;
  background: #341600;
  padding: 4rem 88px;
}
@media (max-width: 992px) {
  footer[role=contentinfo] {
    padding: 2rem 32px;
  }
}
footer[role=contentinfo] .top {
  justify-content: end;
  align-items: center;
  margin-bottom: 45px;
  display: none;
}
@media (max-width: 992px) {
  footer[role=contentinfo] .top {
    justify-content: start;
    display: flex;
  }
}
footer[role=contentinfo] .footer-logo {
  max-width: 210px;
}
footer[role=contentinfo] .footer-logo.mobile {
  display: none;
}
footer[role=contentinfo] .footer-logo img {
  width: 100%;
}
@media (max-width: 992px) {
  footer[role=contentinfo] .footer-logo {
    width: 138px;
  }
  footer[role=contentinfo] .footer-logo.mobile {
    display: block;
  }
  footer[role=contentinfo] .footer-logo.desktop {
    display: none;
  }
}
footer[role=contentinfo] .bottom {
  display: flex;
  gap: 10%;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  footer[role=contentinfo] .bottom {
    gap: 5%;
  }
}
@media (max-width: 1300px) {
  footer[role=contentinfo] .bottom {
    flex-direction: column-reverse;
  }
}
footer[role=contentinfo] .bottom .footer-hours {
  max-height: 312px;
}
@media (max-width: 1600px) {
  footer[role=contentinfo] .bottom .footer-hours {
    max-width: 321px;
    width: 100%;
  }
}
footer[role=contentinfo] .bottom .footer-nav {
  display: flex;
  justify-content: center;
  gap: 80px;
  width: 100%;
}
@media (max-width: 1300px) {
  footer[role=contentinfo] .bottom .footer-nav {
    width: 100%;
  }
}
footer[role=contentinfo] .bottom .footer-nav .menu ul {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 57px;
       column-gap: 57px;
  grid-template-rows: repeat(4, auto);
}
@media only screen and (max-width: 778px) {
  footer[role=contentinfo] .bottom .footer-nav .menu ul {
    display: block;
  }
}
footer[role=contentinfo] .bottom .footer-hours h6 {
  padding-bottom: 8px;
}
footer[role=contentinfo] .bottom .footer-hours p:has(strong) {
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0px;
}
footer[role=contentinfo] .bottom .footer-contact p {
  padding-bottom: 0px;
}
footer[role=contentinfo] h6,
footer[role=contentinfo] p,
footer[role=contentinfo] li,
footer[role=contentinfo] a {
  color: #F8F4F0;
}
footer[role=contentinfo] h6 {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
  padding-bottom: 0px;
}
footer[role=contentinfo] p,
footer[role=contentinfo] li {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
footer[role=contentinfo] li {
  white-space: nowrap;
}
footer[role=contentinfo] ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer[role=contentinfo] ul li {
  padding-bottom: 8px;
}
footer[role=contentinfo] a {
  text-decoration: none;
}
footer[role=contentinfo] a:hover {
  text-decoration: underline;
}
footer[role=contentinfo] .footer-social {
  justify-self: end;
  display: flex;
  gap: 1rem;
}
footer[role=contentinfo] .footer-social.mobile {
  display: none;
}
@media only screen and (max-width: 1300px) {
  footer[role=contentinfo] .footer-social {
    margin-bottom: 30px;
    margin-left: auto;
  }
}
footer[role=contentinfo] .footer-social img {
  max-width: 32px;
  aspect-ratio: 1/1;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 778px) {
  footer[role=contentinfo] .footer-social img {
    width: 24px;
  }
}
footer[role=contentinfo] .footer-social a {
  transition: 0.2s all ease-in;
}
footer[role=contentinfo] .footer-social a:hover img {
  transform: scale(1.05);
}
footer[role=contentinfo] .footer-locations .location-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}
footer[role=contentinfo] .footer-contact h6:not(:first-child) {
  margin-top: 1.5rem;
}
footer[role=contentinfo] .footer-divider {
  grid-column: 1/-1;
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 40px 0 10px;
}
footer[role=contentinfo] .footer-reviews {
  grid-column: 1/span 3;
}
footer[role=contentinfo] .footer-reviews .ti-widget .ti-widget-container .ti-mob-row strong {
  color: white !important;
}
footer[role=contentinfo] .footer-legal {
  grid-column: 4/span 2;
  justify-self: end;
  align-self: center;
}
footer[role=contentinfo] .review-legal {
  display: flex;
  justify-content: space-between;
}
footer[role=contentinfo] .review-legal .footer-legal-menu ul {
  display: flex;
  gap: 16px;
  flex-direction: row;
}
footer[role=contentinfo] .review-legal .footer-legal-menu li,
footer[role=contentinfo] .review-legal .footer-legal-menu a {
  font-size: 14px;
}
@media (max-width: 992px) {
  footer[role=contentinfo] {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1.5rem;
  }
  footer[role=contentinfo] .footer-logo {
    grid-column: 1;
    grid-row: 1;
  }
  footer[role=contentinfo] .footer-social {
    grid-column: 2;
    grid-row: 1;
  }
  footer[role=contentinfo] .footer-hours {
    grid-column: 1;
    grid-row: 2;
  }
  footer[role=contentinfo] .footer-locations {
    grid-column: 2;
    grid-row: 2;
  }
  footer[role=contentinfo] .footer-contact {
    grid-column: 1/-1;
    grid-row: 3;
  }
  footer[role=contentinfo] .footer-divider {
    grid-row: 4;
    margin: 0;
  }
  footer[role=contentinfo] .footer-reviews,
  footer[role=contentinfo] .footer-legal {
    margin-top: 2rem;
  }
  footer[role=contentinfo] .footer-reviews {
    grid-column: 1/-1;
    grid-row: 5;
  }
  footer[role=contentinfo] .footer-legal {
    grid-column: 1/-1;
    grid-row: 6;
    justify-self: start;
  }
  footer[role=contentinfo] .bottom .footer-nav {
    flex-direction: column;
    gap: 16px !important;
    margin-bottom: 32px;
  }
  footer[role=contentinfo] .bottom .footer-nav .menu h6 {
    display: flex;
    justify-content: start;
    align-items: center;
    transition: 0.2 all ease-in;
  }
  footer[role=contentinfo] .bottom .footer-nav .menu h6::after {
    content: "";
    background-image: url("/wp-content/themes/bricktops/resources/assets/images/angle-down.png");
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
  }
  footer[role=contentinfo] .bottom .footer-nav .menu h6.active::after {
    transform: rotate(180deg);
  }
  footer[role=contentinfo] .bottom .footer-nav .menu ul {
    display: none;
  }
  footer[role=contentinfo] .bottom .footer-nav .footer-contact .footer-contact {
    display: flex;
    flex-direction: column;
  }
  footer[role=contentinfo] .bottom .footer-nav .footer-contact .footer-contact h6:last-of-type {
    order: -1;
  }
  footer[role=contentinfo] .footer-social {
    display: none;
  }
  footer[role=contentinfo] .footer-social.mobile {
    display: flex;
    margin-right: auto;
  }
  footer[role=contentinfo] .footer-divider {
    margin-top: 40px;
  }
  footer[role=contentinfo] .bottom {
    gap: 16px;
  }
  footer[role=contentinfo] .footer-hours {
    order: 1;
  }
}
@media (max-width: 768px) {
  footer[role=contentinfo] .review-legal {
    flex-direction: column;
  }
}
.error-404 {
  padding: 120px 88px;
  background: #341600;
}
.error-404 .container {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.error-404 h1 {
  color: white;
  text-align: center;
  font-family: "figtree";
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 32px;
}
.error-404 h2 {
  color: white;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 98px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -2px;
  padding-bottom: 32px;
}
@media (max-width: 992px) {
  .error-404 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.error-404 h3 {
  color: white;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  padding-bottom: 32px;
}
@media (max-width: 992px) {
  .error-404 h3 {
    font-size: 20px;
  }
}
.error-404 .wp-block-button__link.wp-element-button {
  background: white !important;
  color: #341600 !important;
  border: 1px solid white !important;
}
.error-404 .wp-block-button__link.wp-element-button:hover {
  color: white !important;
  background: transparent !important;
}
.error-404 .wp-block-buttons .wp-block-button.is-style-outline-icon-right .wp-block-button__link {
  background: transparent !important;
  color: white !important;
}
.error-404 .wp-block-buttons .wp-block-button.is-style-outline-icon-right .wp-block-button__link::after {
  display: none;
}
.error-404 .wp-block-buttons .wp-block-button.is-style-outline-icon-right .wp-block-button__link:hover {
  background: white !important;
  color: #341600 !important;
}
.error-404 .wp-block-buttons {
  justify-content: center;
}
.error-404 .wp-block-button__link {
  display: block;
}
img:not([src]) {
  opacity: 0;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
html,
body {
  min-height: 100%;
  scrollbar-gutter: stable;
}
:root {
  --header-height: 109px;
}
@media (max-width: 992px) {
  :root {
    --header-height: 94px;
  }
}
body {
  padding-top: var(--header-height);
  margin: 0;
  font-size: 16px;
  color: #341600;
  font-family: "Figtree", sans-serif;
  background: #ffffff;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
}
body.menu-open main {
  position: relative;
}
body.menu-open main:after {
  opacity: 1;
}
body main:after {
  content: "";
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s;
  pointer-events: none;
}
body.scroll-locked {
  overflow: hidden !important;
}
ul,
ol {
  list-style-position: inside;
  padding: 0;
}
p,
li,
td {
  color: #341600;
  line-height: 29px;
  font-style: normal;
  font-weight: 300;
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 16px;
}
p.is-style-eyebrow,
li.is-style-eyebrow,
td.is-style-eyebrow {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #000000;
}
p.is-style-default-text,
li.is-style-default-text,
td.is-style-default-text {
  font-size: 16px;
}
p.is-style-medium-text,
li.is-style-medium-text,
td.is-style-medium-text {
  font-size: 18px;
}
p.is-style-large-text,
li.is-style-large-text,
td.is-style-large-text {
  font-size: 20px;
}
a {
  color: #F8F4F0;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover {
  color: #F8F4F0;
  text-decoration: underline;
}
a[href^=tel] {
  text-decoration: none;
}
h1,
.heading-1 {
  color: #341600;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  line-height: 64px;
  letter-spacing: -1px;
  padding-bottom: 16px;
}
@media (min-width: 0) and (max-width: 64em) {
  h1,
  .heading-1 {
    font-size: 40px;
  }
}
h2,
.heading-2 {
  color: #341600;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1px;
  padding-bottom: 16px;
  margin: 0;
}
@media (min-width: 0) and (max-width: 64em) {
  h2,
  .heading-2 {
    font-size: 40px;
    line-height: 1;
  }
}
h3,
.heading-3 {
  color: #341600;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
  margin-block-start: 0 !important;
}
@media (min-width: 0) and (max-width: 64em) {
  h3,
  .heading-3 {
    font-size: 32px;
  }
}
h4,
.heading-4 {
  color: #341600;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.1;
  font-weight: 600;
  margin-block-start: 0 !important;
}
@media (min-width: 0) and (max-width: 64em) {
  h4,
  .heading-4 {
    font-size: 24px;
  }
}
h5,
.heading-5 {
  color: #341600;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  padding-bottom: 15px;
  margin: 0;
  font-weight: 700;
  margin-block-start: 0 !important;
}
@media (min-width: 0) and (max-width: 64em) {
  h5,
  .heading-5 {
    font-size: 20px;
  }
}
h6,
.heading-6 {
  color: #341600;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 15px;
  margin: 0;
  font-weight: 700;
  margin-block-start: 0 !important;
  letter-spacing: 0.03rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.heading-1 a,
.heading-2 a,
.heading-3 a,
.heading-4 a,
.heading-5 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
.heading-1 a:hover,
.heading-2 a:hover,
.heading-3 a:hover,
.heading-4 a:hover,
.heading-5 a:hover {
  color: inherit;
  text-decoration: underline;
}
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .wp-block-buttons .wp-block-button {
    justify-content: center;
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  color: #F8F4F0;
  border-radius: 8px;
  padding: 8px 1.5rem;
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    justify-content: center;
  }
}
.wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link {
  background-color: #341600;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:hover {
  background-color: transparent;
  border: 1px solid #341600;
  color: #341600;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #341600;
  border: 1px solid #341600;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #341600;
  color: #ffffff;
}
.wp-block-buttons .wp-block-button.is-style-fill-icon-right .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-outline-icon-right .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wp-block-buttons .wp-block-button.is-style-fill-icon-right .wp-block-button__link::after, .wp-block-buttons .wp-block-button.is-style-outline-icon-right .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.62109 12.1289L1.24609 7.75391C0.890625 7.42578 0.890625 6.85156 1.24609 6.52344C1.57422 6.16797 2.14844 6.16797 2.47656 6.52344L5.375 9.39453V1C5.375 0.535156 5.75781 0.125 6.25 0.125C6.71484 0.125 7.125 0.535156 7.125 1V9.39453L9.99609 6.52344C10.3242 6.16797 10.8984 6.16797 11.2266 6.52344C11.582 6.85156 11.582 7.42578 11.2266 7.75391L6.85156 12.1289C6.52344 12.4844 5.94922 12.4844 5.62109 12.1289Z' fill='black'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.62109 12.1289L1.24609 7.75391C0.890625 7.42578 0.890625 6.85156 1.24609 6.52344C1.57422 6.16797 2.14844 6.16797 2.47656 6.52344L5.375 9.39453V1C5.375 0.535156 5.75781 0.125 6.25 0.125C6.71484 0.125 7.125 0.535156 7.125 1V9.39453L9.99609 6.52344C10.3242 6.16797 10.8984 6.16797 11.2266 6.52344C11.582 6.85156 11.582 7.42578 11.2266 7.75391L6.85156 12.1289C6.52344 12.4844 5.94922 12.4844 5.62109 12.1289Z' fill='black'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.wp-block-buttons .wp-block-button.is-style-outline-icon-right .wp-block-button__link {
  background-color: transparent;
  color: #341600;
  border: 1px solid #341600;
}
.wp-block-buttons .wp-block-button.is-style-outline-icon-right .wp-block-button__link:hover {
  background-color: #341600;
  color: #F8F4F0;
}
/* --- Sticky Scroll Overlap Effect --- */
main.site-main {
  position: relative;
  isolation: isolate;
}
.in-page-nav-block {
  top: calc(var(--header-height) + var(--wp-admin-bar-height, 0px));
}
.sticky-scroll-section {
  position: sticky;
  top: calc(var(--header-height) + var(--wp-admin-bar-height, 0px));
  min-height: 100vh;
  z-index: 2;
}
.sticky-scroll-section + .sticky-scroll-section {
  z-index: 3;
}
.sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section {
  z-index: 4;
}
.sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section {
  z-index: 5;
}
.sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section {
  z-index: 6;
}
.sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section {
  z-index: 7;
}
.sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section {
  z-index: 8;
}
.sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section + .sticky-scroll-section {
  z-index: 9;
}
.image-overlapping-card,
.image-overlapping-card ~ .sticky-scroll-section {
  position: relative;
  z-index: 10;
  min-height: 0;
}
main.site-main > .sticky-scroll-section:last-child {
  position: sticky;
  min-height: 0;
}
/* --- PDF Lightbox Styles --- */
body.lightbox-open {
  overflow: hidden;
}
.pdf-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-lightbox-container {
  position: relative;
  height: 74vh;
  max-width: 738px;
  width: 100%;
  background: transparent;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-lightbox-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  position: absolute;
  z-index: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.pdf-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.pdf-lightbox-iframe.is-loaded {
  opacity: 1;
}
.pdf-lightbox-close {
  position: absolute;
  top: 0px;
  right: 20px;
  background: transparent;
  border: none;
  color: black;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  z-index: 3;
}
.text-image-block.is-style-cropped-right.has-light-rose-background-color.has-background.sticky-scroll-section {
  z-index: 10;
  position: relative;
}
.date-container .pikaday__container::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.date-container .pikaday__container input {
  padding-right: 40px !important;
}
.modal-wrapper {
  position: fixed;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.modal-wrapper .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  border-radius: 30px;
  background: #da3743;
  text-decoration: none;
}
.modal-wrapper p {
  color: white;
  max-width: 500px;
  font-family: "Figtree", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
