.page-footer[data-colibri-component="footer-parallax"] {
  display: none !important;
}

/* Homepage 101 has two historical footer rows stored as page-builder content. */
body.home.page-id-101 #custom-2,
body.home.page-id-101 #custom-3 {
  display: none !important;
}

/* Shared header typography: carry the editorial Haven wordmark and compact
 * navigation treatment across the theme header and its mobile off-canvas menu. */
#navigation .logo-text {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.55rem, 2.2vw, 2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.08 !important;
}

#navigation .h-main-menu .colibri-menu > li > a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.74rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

[id^="offcanvas-wrapper-"] .logo-text {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-size: 1.32rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.12 !important;
}

[id^="offcanvas-wrapper-"] .colibri-menu > li > a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.haven-site-footer,
.haven-site-footer * {
  box-sizing: border-box;
}

.haven-site-footer {
  width: 100%;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 6vw, 6rem) 1.4rem;
  background: #241711;
  color: #f4ebdd;
  overflow: hidden;
  position: relative;
}

.haven-site-footer__watermark {
  position: absolute;
  right: clamp(-5rem, -3vw, -1rem);
  bottom: -7rem;
  width: min(440px, 55vw);
  height: auto;
  opacity: 0.12;
  pointer-events: none;
}

.haven-site-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.haven-site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(212, 154, 69, 0.32);
}

.haven-site-footer__brand {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  max-width: 640px;
}

.haven-site-footer__brand img {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.haven-site-footer__eyebrow {
  margin: 0 0 0.3rem;
  color: #d49a45;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.haven-site-footer__brand h2 {
  margin: 0 0 0.35rem;
  color: #fffdf8;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.haven-site-footer__brand p:last-child {
  margin: 0;
  color: #cfc1b4;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.haven-site-footer__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.haven-site-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(212, 154, 69, 0.65);
  border-radius: 999px;
  color: #f4ebdd !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
}

.haven-site-footer__button--primary {
  border-color: #d49a45;
  background: #d49a45;
  color: #241711 !important;
}

.haven-site-footer__button:hover,
.haven-site-footer__button:focus-visible {
  border-color: #e4ad58;
  transform: translateY(-1px);
}

.haven-site-footer__button:focus-visible,
.haven-site-footer a:not(.haven-site-footer__button):focus-visible {
  outline: 3px solid #d49a45;
  outline-offset: 3px;
}

.haven-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) repeat(2, minmax(150px, 0.75fr));
  gap: clamp(2rem, 6vw, 5rem);
  padding: 2.6rem 0;
}

.haven-site-footer__grid h3 {
  margin: 0 0 0.85rem;
  color: #d49a45;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.haven-site-footer address,
.haven-site-footer__grid p,
.haven-site-footer__grid li,
.haven-site-footer__grid a {
  color: #e7dbcf;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  line-height: 1.75;
}

.haven-site-footer address {
  margin: 0 0 0.6rem;
  font-style: normal;
}

.haven-site-footer__grid p {
  margin: 0 0 0.35rem;
}

.haven-site-footer__grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.haven-site-footer__grid a {
  text-decoration: none;
}

.haven-site-footer__grid a:hover {
  color: #fffdf8;
  text-decoration: underline;
  text-decoration-color: #d49a45;
  text-underline-offset: 4px;
}

.haven-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.haven-site-footer__bottom p {
  margin: 0;
  color: #a99b8f;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .haven-site-footer__top {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .haven-site-footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  #navigation .logo-text {
    font-size: clamp(1.05rem, 5vw, 1.3rem) !important;
    line-height: 1.12 !important;
  }
}

@media (max-width: 560px) {
  .haven-site-footer__brand {
    align-items: flex-start;
  }

  .haven-site-footer__brand img {
    width: 70px;
    height: 70px;
  }

  .haven-site-footer__actions,
  .haven-site-footer__button {
    width: 100%;
  }

  .haven-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .haven-site-footer__grid > div:first-child {
    grid-column: auto;
  }

  .haven-site-footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .haven-site-footer__button {
    transition: none;
  }
}
