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;
}
.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 .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 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;
}
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 {
  max-width: 210px;
}
header[role=banner] .site-logo img {
  width: 100%;
}
@media (max-width: 992px) {
  header[role=banner] .site-logo {
    width: 138px;
  }
}
header[role=banner] .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
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: 18px;
  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;
  transform: translateY(-3px);
}
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;
  transform: translateY(-3px);
}
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 .menu-item-has-children.is-active > .sub-menu {
  display: block;
}
header[role=banner] .primary-nav .primary-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 40px 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-43%);
  background-color: #341600;
  border-radius: 24px;
  min-width: 200px;
  display: none;
  z-index: 1;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li {
  margin-bottom: 20px;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li:last-of-type {
  margin-bottom: 0px;
}
header[role=banner] .primary-nav .primary-menu .sub-menu li a {
  padding: 0px;
  white-space: nowrap;
  color: #F8F4F0;
  z-index: auto;
}
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);
}
header[role=banner] .primary-nav .primary-menu .sub-menu li a::after {
  display: none;
}
header[role=banner] .header-social {
  display: flex;
  gap: 1rem;
}
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;
  }
}
.modal-wrapper {
  position: fixed;
  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;
}
footer[role=contentinfo] {
  position: relative;
  z-index: 100;
  background: #341600;
  padding: 4rem 88px;
}
@media (max-width: 992px) {
  footer[role=contentinfo] {
    padding: 4rem 32px;
  }
}
footer[role=contentinfo] .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
footer[role=contentinfo] .footer-logo {
  max-width: 210px;
}
footer[role=contentinfo] .footer-logo img {
  width: 100%;
}
@media (max-width: 992px) {
  footer[role=contentinfo] .footer-logo {
    width: 138px;
  }
}
footer[role=contentinfo] .bottom {
  display: flex;
  gap: 10%;
}
@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: space-around;
  width: 60%;
  gap: 10%;
}
@media (max-width: 1600px) {
  footer[role=contentinfo] .bottom .footer-nav {
    width: 80%;
  }
}
@media (max-width: 1450px) {
  footer[role=contentinfo] .bottom .footer-nav {
    width: 80%;
    gap: 2%;
  }
}
@media (max-width: 1300px) {
  footer[role=contentinfo] .bottom .footer-nav {
    width: 100%;
    justify-content: space-between;
  }
}
footer[role=contentinfo] .bottom .footer-nav .menu ul {
  display: grid;
  -moz-column-gap: 80px;
       column-gap: 80px;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
}
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] .bottom .footer-contact h6 {
  padding-top: 10px;
}
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] 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;
}
footer[role=contentinfo] .footer-social img {
  max-width: 32px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
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: 64px 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;
  }
}
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: 80px;
}
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;
}
.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;
}
.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;
}
