.btn-book-nav,
.pv-link {
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap
}

.faq-answer-inner strong,
.pagination a,
.pagination li {
  color: var(--brown)
}

.pagination a,
a {
  text-decoration: none
}

.pagination a span,
body {
  color: var(--text-dark)
}

.btn-book-nav,
.hero-eyebrow,
.pv-link {
  text-transform: uppercase
}

.btn-book-nav,
.btn-check-avail,
.explore-tab,
.pv-link,
.retreat-tab {
  white-space: nowrap
}

.ec-img img,
.gallery-box img,
img {
  object-fit: cover
}

.hero-sub,
.rci-text,
.rp-style,
.test-sub {
  font-style: italic
}

:root {
  --green: #143220;
  --green-dark: #2a4e38;
  --green-light: #5a8f6b;
  --green-pale: #eef4f0;
  --gold: #b8962e;
  --gold-light: #d4b04a;
  --silver: #8a9ba8;
  --silver-light: #b8c5ce;
  --cream: #f7f3ec;
  --cream-dk: #ede6d8;
  --brown: #2e1e0f;
  --brown-mid: #5c3d20;
  --white: #ffffff;
  --text-dark: #1e1409;
  --text-mid: #4a3520;
  --text-dull: #2c2215;
  --text-muted: #7a6a55;
  --nav-h: 72px;
  --heading-font: 'Hobbiton Brushhand', cursive;
  --body-font: 'Raleway', sans-serif;
  --font-third: "Playfair Display", serif
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--body-font);
  background: #fff;
  overflow-x: hidden
}

img {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4 {
  font-family: var(--heading-font)
}

.hero-eyebrow,
p {
  font-family: var(--body-font)
}

#mainNav {
  height: var(--nav-h);
  background: var(--green);
  transition: background .4s, box-shadow .4s;
  z-index: 9999;
  padding: 0
}

#mainNav.scrolled {
  background: rgba(10, 28, 18, .97);
  backdrop-filter: blur(16px);
  box-shadow: 0 2px 32px rgba(0, 0, 0, .4)
}

.nav-container {
  display: flex !important;
  align-items: center;
  height: var(--nav-h);
  padding: 0 40px;
  position: relative
}

@media (min-width:992px) {
  .nav-brand-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    display: block
  }

  .nav-logo-spacer {
    width: 251px;
    flex-shrink: 0
  }

  .nav-column-shared {
    flex: 1 1 0 !important;
    min-width: 0
  }
}

.nav-logo-item,
.nav-logo-link {
  display: flex;
  align-items: center
}

@media (min-width:992px) and (max-width:1200px) {
  .nav-logo-spacer {
    width: 200px
  }

  .pv-link {
    padding: 8px 10px !important;
    font-size: .65rem
  }
}

.pv-link {
  color: rgba(255, 255, 255, .88) !important;
  font-size: .7rem;
  font-weight: 600;
  padding: 8px 14px !important;
  transition: color .2s
}

.btn-book-nav,
.pv-link:hover {
  color: #fff !important
}

.pv-active-box {
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 2px;
  padding: 5px 10px !important
}

.btn-book-nav {
  border: 1.5px solid var(--gold);
  background: var(--gold);
  border-radius: 2px;
  padding: 7px 15px !important;
  font-size: .65rem;
  font-weight: 700;
  transition: background .22s, color .22s
}

.hero-slide,
.inner-banner {
  background-size: cover;
  background-position: center
}

.btn-book-nav:hover {
  background: var(--green);
  color: var(--gold) !important;
  border: 1.5px solid var(--gold)
}

.nav-logo-item {
  justify-content: center;
  opacity: 1;
  padding: 0
}

.nav-logo-img {
  height: 105px;
  width: auto;
  object-fit: contain;
  transition: transform .3s
}

.nav-logo-img:hover {
  transform: scale(1.04)
}

.hero-badges,
.inner-banner {
  align-items: center;
  display: flex
}

.inner-banner {
  position: relative;
  height: 400px;
  background-repeat: no-repeat
}

.inner-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 10%)
}

.inner-banner .content {
  position: relative;
  z-index: 2;
  color: var(--white);
  text-align: center
}

.inner-banner h1 {
  font-size: 40px
}

.pagination {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 15px 0
}

.pagination a {
  font-weight: 700
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.hero-carousel-wrap,
.hero-overlay,
.hero-slide {
  position: absolute;
  inset: 0
}

.hero-carousel-wrap {
  z-index: 0
}

.hero-slide {
  opacity: 0;
  transition: opacity 1.4s
}

.gallery-box:hover .details-wrap,
.gallery-box:hover .link-overlay,
.hero-slide.active,
.retreat-card:hover .carousel-control-next,
.retreat-card:hover .carousel-control-prev {
  opacity: 1
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(5, 15, 8, .45) 0, rgba(5, 15, 8, .25) 45%, rgba(5, 15, 8, .7) 100%)
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  margin-bottom: 10rem;
  animation: 1.1s both fadeUp
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-eyebrow {
  font-size: .68rem;
  letter-spacing: .28em;
  color: var(--gold-light);
  font-weight: 500;
  margin-bottom: 20px
}

.hero-heading {
  font-family: var(--heading-font);
  font-size: clamp(3.2rem, 8vw, 2rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin-bottom: 18px;
  text-shadow: 0 4px 32px rgba(0, 0, 0, .35)
}

.badge-item,
.hero-sub {
  font-family: var(--body-font)
}

.hero-sub {
  font-size: clamp(.95rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, .82);
  font-weight: 300;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 28px
}

.hero-badges {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(8px);
  padding: 7px 14px;
  border-radius: 30px
}

.bb-label,
.btn-check-avail {
  font-weight: 700;
  text-transform: uppercase
}

.badge-icon,
.badge-stars {
  color: var(--gold-light);
  font-size: .8rem
}

.badge-img {
  width: auto;
  height: 50px;
  object-fit: contain
}

.badge-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-light)
}

.badge-stars {
  letter-spacing: 1px
}

.badge-sep {
  color: rgba(255, 255, 255, .4);
  font-size: 1rem
}

.hero-dots {
  display: flex;
  gap: 8px;
  justify-content: center
}

.hero-dot {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  border: none;
  background: rgba(255, 255, 255, .3);
  cursor: pointer;
  transition: background .3s, width .3s
}

.hero-dot.active {
  background: var(--gold-light);
  width: 48px
}

.booking-bar-wrap {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 92%;
  max-width: 880px
}

.booking-bar {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(16px);
  border-radius: 10px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, .25);
  overflow: hidden
}

.bb-top-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0
}

.bb-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  border-right: 1px solid #e8e0d0
}

.bb-input,
.btn-check-avail {
  border: none;
  font-family: var(--body-font);
  cursor: pointer
}

.bb-field:last-of-type {
  border-right: none
}

.bb-label {
  font-family: var(--body-font);
  font-size: .58rem;
  letter-spacing: .2em;
  color: #999;
  margin-bottom: 5px
}

.bb-input {
  background: 0 0;
  font-size: .88rem;
  color: var(--text-dark);
  outline: 0;
  padding: 0;
  width: 100%
}

.btn-check-avail,
.btn-check-avail:hover,
.rci-green {
  background: var(--green)
}

.btn-check-avail {
  color: #fff;
  padding: 0 28px;
  font-size: .68rem;
  letter-spacing: .16em;
  transition: background .25s;
  flex-shrink: 0;
  min-width: 160px;
  border-radius: 0 10px 10px 0
}

.bb-bottom-row {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px 14px;
  border-top: 1px solid #f0ece6;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .35s, transform .35s
}

.bb-bottom-row.bb-show {
  display: flex;
  opacity: 1;
  transform: translateY(0)
}

.corner-brackets span,
.details-wrap,
.link-overlay {
  opacity: 0;
  position: absolute
}

.bb-nights-label {
  font-size: .75rem;
  font-weight: 600;
  color: var(--green)
}

.bb-promo-inline {
  font-size: .75rem;
  font-weight: 500;
  color: #555
}

.scroll-down-btn {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 36px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  transition: border-color .25s
}

.scroll-down-btn:hover {
  border-color: rgba(255, 255, 255, .8)
}

.scroll-down-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, .8);
  border-radius: 50%;
  animation: 1.6s ease-in-out infinite scrollBounce
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: translateY(0);
    opacity: 1
  }

  50% {
    transform: translateY(20px);
    opacity: .3
  }
}

.wa-bubble {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 999;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 4px 18px rgba(37, 211, 102, .5);
  transition: transform .2s, box-shadow .2s
}

.wa-bubble:hover {
  transform: scale(1.1);
  color: #fff
}

.story-section {
  background: var(--cream);
  padding: 100px 0
}

.story-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.story-img-col {
  position: relative
}

.story-img-main {
  height: 520px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 64px rgba(30, 20, 9, .22)
}

.story-img-accent {
  position: absolute;
  top: 84px;
  left: -78px;
  width: 315px;
  height: 358px;
  border-radius: 12px;
  overflow: hidden;
  border: 6px solid var(--cream);
  box-shadow: 0 8px 32px rgba(30, 20, 9, .2)
}

.story-quote-badge {
  position: absolute;
  top: 28px;
  left: -28px;
  background: var(--green);
  color: #fff;
  padding: 20px 24px;
  border-radius: 4px;
  max-width: 220px;
  box-shadow: 0 6px 24px rgba(30, 80, 48, .35)
}

.story-quote-badge p {
  font-family: var(--heading-font);
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .9);
  line-height: 1.3;
  margin-bottom: 6px
}

.story-quote-badge span {
  font-size: .65rem;
  color: var(--gold-light);
  letter-spacing: .12em;
  font-weight: 600
}

.story-text-col {
  padding-bottom: 40px
}

.story-eyebrow {
  font-family: var(--body-font);
  font-size: .62rem;
  letter-spacing: .28em;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 34px
}

.story-title {
  font-family: var(--font-third);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 400;
  color: var(--brown);
  line-height: 1.1;
  margin-bottom: 10px
}

.ss-num,
.story-body {
  font-family: var(--body-font)
}

.story-bar {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  border-radius: 2px;
  margin-bottom: 24px
}

.btn-story,
.read-more-btn {
  background: var(--green);
  color: #fff
}

.story-body {
  font-size: .9rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 14px
}

.ss-num,
.story-sig {
  color: var(--green)
}

.story-sig {
  font-family: var(--heading-font);
  font-size: 1.4rem;
  margin: 20px 0 28px
}

.story-stats {
  display: flex;
  gap: 36px;
  margin-bottom: 32px;
  padding: 24px 0;
  border-top: 1px solid var(--cream-dk);
  border-bottom: 1px solid var(--cream-dk)
}

.story-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px
}

.ss-num {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1
}

.btn-story,
.ss-lbl {
  font-family: var(--body-font);
  font-weight: 700;
  text-transform: uppercase
}

.ss-lbl {
  font-size: .58rem;
  letter-spacing: .2em;
  color: var(--text-muted)
}

.btn-story {
  display: inline-block;
  border: 2px solid var(--green);
  border-radius: 2px;
  padding: 13px 30px;
  font-size: .7rem;
  letter-spacing: .16em;
  transition: background .25s, border-color .25s
}

.details-wrap h3,
.ec-body h4,
.rp-name {
  font-family: var(--font-third)
}

.btn-story:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: #fff
}

.read-more-btn {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: .3s
}

.rci-gold,
.read-more-btn:hover {
  background: var(--gold)
}

.retreats-section {
  background: #f8f5ef;
  padding: 30px 0 25px
}

.retreats-eyebrow {
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7c6a4e;
  font-weight: 600;
  margin-bottom: 8px
}

.retreats-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-dull);
  margin-bottom: 14px
}

.retreats-sub {
  max-width: 580px;
  margin: 0 auto;
  color: #6b5c44;
  font-size: 1rem;
  line-height: 1.7
}

.rp-badge,
.rp-eyebrow {
  font-size: .7rem;
  font-weight: 600
}

.retreat-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(44, 34, 21, .1);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .3s, box-shadow .3s
}

.retreat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px rgba(44, 34, 21, .16)
}

.retreat-slider {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  flex-shrink: 0
}

.retreat-slider .carousel-inner,
.retreat-slider .carousel-item {
  height: 100%
}

.retreat-slider .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.retreat-slider .carousel-control-next,
.retreat-slider .carousel-control-prev {
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, .85);
  border-radius: 50%;
  top: 30%;
  transform: translateY(-50%);
  opacity: 0;
  position: fixed;
  transition: opacity .25s
}

.retreat-slider .carousel-control-prev {
  left: 8px
}

.retreat-slider .carousel-control-next {
  right: 8px
}

.retreat-slider .carousel-control-next-icon,
.retreat-slider .carousel-control-prev-icon {
  width: 12px;
  height: 12px;
  filter: invert(30%) sepia(30%) saturate(500%) hue-rotate(10deg)
}

.retreat-slider .carousel-indicators {
  margin-bottom: 6px
}

.retreat-slider .carousel-indicators button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .6);
  margin: 0 3px;
  padding: 0
}

.retreat-slider .carousel-indicators button.active {
  background: #fff;
  transform: scale(1.2)
}

.rp-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, .92);
  color: #5a4433;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10
}

.retreat-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.rp-eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #a58860;
  margin-bottom: 4px
}

.rp-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-dull);
  margin-bottom: 8px
}

.btn-explore-cta,
.retreat-tab,
.test-eyebrow {
  font-family: var(--body-font)
}

.rp-bar {
  width: 36px;
  height: 3px;
  background: #b88a4a;
  border-radius: 2px;
  margin-bottom: 10px
}

.btn-rp-avail,
.btn-rp-inquire {
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none
}

.rp-style {
  font-size: .78rem;
  color: #9e8060;
  margin-bottom: 8px;
  letter-spacing: .02em
}

.rp-desc {
  font-size: .875rem;
  color: #5a4d3a;
  line-height: 1.65;
  margin-bottom: 14px;
  flex: 1
}

.rp-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px
}

.rp-specs span {
  font-size: .75rem;
  color: #6b5c44;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500
}

.rp-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px
}

.rp-amenities span {
  background: #f3ede3;
  color: #7c6040;
  font-size: .68rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: .03em
}

.rp-cta-row {
  display: flex;
  gap: 10px;
  flex-direction: column
}

@media (min-width:576px) {
  .rp-cta-row {
    flex-direction: row
  }

  .btn-rp-inquire {
    flex: 1
  }
}

.btn-rp-inquire {
  background: var(--gold);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  transition: background .2s
}

.btn-rp-inquire:hover {
  background: var(--gold-light);
  color: #fff
}

.btn-rp-avail {
  background: 0 0;
  color: #7c6040;
  font-size: .78rem;
  font-weight: 600;
  border: 1.5px solid #c4a472;
  transition: .2s
}

.btn-rp-avail:hover {
  background: #f3ede3;
  color: #5a4020
}

.retreats-grid .g-4 {
  --bs-gutter-y: 1.5rem
}

.retreat-tabs-strip {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--cream-dk);
  background: #fff;
  overflow-x: auto;
  scrollbar-width: none
}

.retreat-tab,
.retreat-tab-arrow {
  background: 0 0;
  color: var(--text-muted);
  cursor: pointer
}

.ec-img,
.explore-card,
.faq-answer,
.footer-map-wrap,
.gallery-box {
  overflow: hidden
}

.retreat-tabs-strip::-webkit-scrollbar {
  display: none
}

.retreat-tab {
  flex: 1;
  min-width: 130px;
  padding: 18px 20px;
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid transparent;
  transition: color .25s, border-color .25s
}

.retreat-tab-arrow+.retreat-tab-arrow,
.retreat-tabs-nav {
  border-left: 1px solid var(--cream-dk)
}

.faq-header h2 span,
.faq-question:hover,
.retreat-tab:hover {
  color: var(--green)
}

.retreat-tab.active {
  color: var(--green);
  border-bottom-color: var(--gold)
}

.retreat-tabs-nav {
  display: flex;
  flex-shrink: 0
}

.retreat-tab-arrow {
  width: 48px;
  height: 56px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .2s, background .2s;
  font-size: .9rem
}

.retreat-tab-arrow:hover {
  color: var(--green);
  background: var(--cream)
}

@media (max-width:768px) {
  .hero-section {
    height: auto;
    min-height: 85vh;
    padding-top: 100px;
    padding-bottom: 120px
  }

  .hero-heading {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 1.2;
    padding: 0 10px
  }

  .hero-content {
    margin-bottom: 3rem
  }

  .hero-sub {
    font-size: .95rem;
    padding: 0 15px;
    margin-bottom: 20px
  }

  .booking-bar-wrap {
    bottom: 40px;
    width: 95%
  }

  .bb-top-row {
    flex-direction: column
  }

  .bb-field {
    border-right: none;
    border-bottom: 1px solid #e8e0d0;
    padding: 12px 18px
  }

  .btn-check-avail {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 18px
  }

  .retreat-panel {
    grid-template-columns: 1fr !important
  }

  .rp-img-col {
    min-height: 280px
  }

  .rp-info-col {
    padding: 32px 24px
  }

  .rp-name {
    font-size: 2rem
  }
}

.gallery-section {
  background: #f0ece4;
  padding: 80px 0 70px
}

.gallery-eyebrow {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7c6a4e;
  font-weight: 600;
  margin-bottom: 8px
}

.gallery-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--text-dull);
  margin-bottom: 12px
}

.gallery-sub {
  max-width: 560px;
  margin: 0 auto 48px;
  color: #6b5c44;
  font-size: 1rem;
  line-height: 1.7
}

.btn-view-more,
.details-wrap h3 {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase
}

.gallery-box {
  position: relative;
  border-radius: 4px;
  aspect-ratio: 4/3;
  background: #1a120a;
  margin-bottom: 0;
  cursor: pointer
}

.gallery-box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative
}

.gallery-box img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform .55s cubic-bezier(.25, .46, .45, .94), opacity .45s
}

.link-overlay {
  inset: 0;
  background: rgba(8, 5, 2, .5);
  transition: opacity .38s;
  z-index: 2
}

.corner-brackets {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none
}

.corner-brackets span {
  width: 30px;
  height: 30px;
  transition: opacity .32s, transform .38s cubic-bezier(.25, .46, .45, .94)
}

.corner-brackets span:first-child {
  top: 12px;
  left: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-8px, -8px)
}

.corner-brackets span:nth-child(2) {
  top: 12px;
  right: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(8px, -8px)
}

.corner-brackets span:nth-child(3) {
  bottom: 12px;
  left: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-8px, 8px)
}

.corner-brackets span:nth-child(4) {
  bottom: 12px;
  right: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(8px, 8px)
}

.details-wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  transition: opacity .32s .06s;
  width: 80%
}

.details-wrap h3 {
  color: #fff;
  letter-spacing: .2em;
  margin: 0;
  line-height: 1.6
}

.gallery-box:hover img {
  transform: scale(1.06);
  opacity: .72
}

.gallery-box:hover .corner-brackets span {
  opacity: 1;
  transform: translate(0, 0)
}

.view-more-wrap {
  text-align: center;
  margin-top: 32px
}

.btn-view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: 0 0;
  color: var(--text-dull);
  letter-spacing: .12em;
  border: 1.8px solid #c4a472;
  padding: 13px 34px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .25s, color .25s, border-color .25s
}

.btn-view-all-map:hover,
.btn-view-more:hover {
  background: var(--gold);
  color: #f3ede3;
  border-color: var(--gold)
}

.btn-view-more i {
  font-size: .9rem;
  transition: transform .25s
}

.btn-view-more:hover i {
  transform: translateX(4px)
}

.gallery-extra {
  display: none
}

.gallery-extra.show {
  display: block
}

.fancybox__toolbar {
  background: 0 0 !important;
  padding: 10px 14px !important
}

[data-fancybox-close] {
  width: 46px !important;
  height: 46px !important;
  background: rgba(255, 255, 255, .18) !important;
  border: 1.5px solid rgba(255, 255, 255, .55) !important;
  border-radius: 50% !important;
  backdrop-filter: blur(8px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background .2s, transform .2s !important
}

[data-fancybox-close]:hover {
  background: rgba(255, 255, 255, .36) !important;
  transform: rotate(90deg) !important
}

[data-fancybox-close] svg {
  width: 20px !important;
  height: 20px !important;
  color: #fff !important;
  stroke: #fff !important
}

.explore-section,
.faq-section {
  background: var(--cream);
  padding: 90px 0 80px
}

.explore-eyebrow {
  font-size: .62rem;
  letter-spacing: .28em;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 10px
}

.ec-body h4,
.explore-title {
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 8px
}

.explore-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-top: .5rem
}

.explore-sub {
  font-size: .92rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.75
}

.explore-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px
}

.explore-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: 0 0;
  border: 1.5px solid var(--green);
  color: var(--green);
  border-radius: 30px;
  padding: 10px 22px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .22s
}

.explore-tab:hover {
  border-color: var(--green);
  background: rgba(46, 95, 68, .08);
  border-color: var(--green)
}

.explore-tab.active,
.faq-tab-btn.active {
  background: var(--green);
  color: #fff;
  border-color: var(--green)
}

.explore-tab i {
  font-size: .85rem
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px
}

.explore-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(30, 20, 9, .08);
  transition: transform .3s, box-shadow .3s;
  display: none;
  flex-direction: column
}

.ec-body,
.explore-card.visible {
  display: flex
}

.explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(30, 20, 9, .14)
}

.ec-img {
  height: 200px;
  flex-shrink: 0
}

.ec-img img {
  width: 100%;
  height: 100%;
  transition: transform .5s
}

.explore-card:hover .ec-img img {
  transform: scale(1.06)
}

.ec-body {
  padding: 20px 20px 18px;
  flex: 1;
  flex-direction: column
}

.ec-tag {
  display: inline-block;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--gold);
  background: rgba(184, 138, 74, .1);
  border: 1px solid rgba(184, 138, 74, .28);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  text-transform: uppercase
}

.ec-body h4 {
  font-size: 1rem;
  line-height: 1.35
}

.ec-body p {
  font-size: .82rem;
  color: var(--text-mid);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 16px
}

.ec-map-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
  letter-spacing: .04em;
  border-bottom: 1.5px solid transparent;
  transition: border-color .2s, color .2s;
  width: fit-content
}

.btn-explore-cta,
.btn-view-all-map {
  display: inline-flex;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase
}

.ec-map-link i {
  font-size: .78rem;
  color: var(--green)
}

.ec-map-link:hover {
  color: var(--green);
  border-bottom-color: var(--green)
}

.ec-divider {
  height: 1px;
  background: #ede8df;
  margin: 0 -20px 14px
}

.btn-view-all-map {
  align-items: center;
  background: 0 0;
  color: var(--brown);
  font-size: .78rem;
  letter-spacing: .1em;
  border: 1.8px solid #c4a472;
  padding: 14px 36px;
  border-radius: 50px;
  transition: background .25s, color .25s, border-color .25s
}

.btn-view-all-map i {
  font-size: .9rem;
  transition: transform .22s
}

.btn-view-all-map:hover i {
  transform: translateX(3px)
}

@media (max-width:991px) {
  #navAllLinks .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
    /* background: rgba(10, 28, 18, .97) */
  }

  .nav-logo-item,
  .nav-logo-item.logo-visible {
    max-width: 100%;
    opacity: 1;
    padding: 8px 14px
  }

  .hero-content {
    margin-bottom: 4rem
  }

  .story-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
    text-align: center
  }

  .story-img-col {
    order: -1;
    margin-bottom: 40px;
    padding: 0 10px
  }

  .story-img-main {
    height: 380px;
    border-radius: 8px
  }

  .story-img-accent {
    width: 180px;
    height: 220px;
    left: auto;
    right: -10px;
    top: auto;
    bottom: -30px;
    border: 4px solid var(--cream);
    box-shadow: 0 12px 32px rgba(30, 20, 9, .15)
  }

  .story-quote-badge {
    left: -10px;
    top: -15px;
    padding: 14px 18px;
    max-width: 170px;
    box-shadow: 0 10px 24px rgba(30, 80, 48, .25)
  }

  .story-bar {
    margin: 0 auto 20px
  }

  .story-body {
    font-size: .88rem;
    padding: 0 5px
  }

  .story-stats {
    justify-content: center;
    gap: 30px;
    padding: 20px 0
  }

  .story-stat {
    align-items: center
  }

  .story-sig {
    margin: 15px auto 25px;
    display: inline-block
  }

  .explore-grid {
    grid-template-columns: 1fr 1fr
  }
}

.explore-cta {
  text-align: center;
  margin-top: 48px
}

.btn-explore-cta {
  align-items: center;
  background: var(--green);
  color: #fff;
  font-size: .72rem;
  letter-spacing: .14em;
  padding: 14px 32px;
  border-radius: 50px;
  transition: background .25s, transform .2s
}

.btn-explore-cta:hover {
  background: var(--green-dark);
  color: #fff;
  transform: translateY(-2px)
}

.btn-explore-cta i {
  font-size: .9rem
}

.ec-img-placeholder {
  height: 200px;
  background: var(--green-pale);
  display: flex;
  align-items: center;
  justify-content: center
}

.review-platforms-bar,
.rpb-item {
  align-items: center;
  display: flex
}

.ec-placeholder-icon {
  font-size: 2.5rem;
  color: var(--green);
  opacity: .6
}

.rpb-score span,
.test-eyebrow {
  font-weight: 700;
  color: var(--gold-light)
}

.testimonials-section {
  background: var(--green-dark);
  background-image: radial-gradient(ellipse at 20% 50%, rgba(61, 107, 79, .6) 0, transparent 60%), radial-gradient(ellipse at 80% 50%, rgba(184, 150, 46, .15) 0, transparent 60%);
  padding: 90px 0
}

.test-heading {
  margin-bottom: 48px
}

.test-eyebrow {
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 10px
}

.faq-header h2,
.test-title {
  font-family: var(--heading-font)
}

.test-title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #fff;
  margin-bottom: 12px
}

.rpb-name,
.rpb-overall-label,
.rpb-overall-score,
.rpb-score,
.test-sub {
  font-family: var(--body-font)
}

.test-sub {
  font-size: .9rem;
  color: rgba(255, 255, 255, .65)
}

.reviews-widget-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px
}

.review-platforms-bar {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 24px 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 24px
}

@media (max-width:768px) {
  .review-platforms-bar {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start
  }

  .rpb-overall {
    margin-left: 0;
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 15px
  }
}

.rpb-item {
  gap: 12px;
  flex: 1;
  min-width: 120px
}

.rpb-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0
}

.rpb-air {
  background: #ff5a5f;
  font-size: 1rem
}

.rpb-g {
  background: #4285f4
}

.rpb-yelp {
  background: #d32323
}

.rpb-name {
  font-size: .7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 2px
}

.rpb-score {
  font-size: .72rem;
  color: rgba(255, 255, 255, .65)
}

.rpb-overall {
  margin-left: auto;
  text-align: right
}

.rpb-overall-label {
  font-size: .6rem;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  margin-bottom: 4px
}

.rpb-overall-score {
  font-size: 2.8rem;
  font-weight: 300;
  color: #fff;
  line-height: 1
}

.rci-air,
.rci-avatar,
.rci-google,
.rci-name,
.rci-yelp {
  font-weight: 700;
  font-family: var(--body-font)
}

.rpb-overall-stars {
  color: var(--gold-light);
  font-size: .9rem;
  letter-spacing: 2px;
  margin: 2px 0
}

.rpb-overall-count {
  font-family: var(--body-font);
  font-size: .65rem;
  color: rgba(255, 255, 255, .5)
}

.reviews-carousel-wrap {
  position: relative;
  overflow: hidden
}

.reviews-carousel {
  display: flex;
  gap: 18px;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1)
}

.review-card-item {
  flex: 0 0 calc(33.333% - 12px);
  min-width: 0;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 24px;
  backdrop-filter: blur(8px);
  transition: background .3s, transform .3s
}

.rci-avatar,
.rci-header {
  align-items: center;
  display: flex
}

.review-card-item:hover {
  background: rgba(255, 255, 255, .13);
  transform: translateY(-3px)
}

.rci-header {
  gap: 12px;
  margin-bottom: 12px
}

.rci-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0
}

.rci-earth {
  background: var(--brown-mid)
}

.rci-name {
  font-size: .82rem;
  color: #fff
}

.rci-platform {
  margin-top: 2px
}

.rci-air,
.rci-google,
.rci-yelp {
  font-size: .58rem;
  padding: 2px 8px;
  border-radius: 3px
}

.rci-air {
  background: #ff5a5f;
  color: #fff
}

.rci-google {
  background: #4285f4;
  color: #fff
}

.rci-yelp {
  background: #d32323;
  color: #fff
}

.rci-stars {
  color: var(--gold-light);
  font-size: .8rem;
  letter-spacing: 2px;
  margin-bottom: 10px
}

.rci-text {
  font-family: var(--body-font);
  font-size: .82rem;
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
  margin-bottom: 12px
}

.rci-date {
  font-family: var(--body-font);
  font-size: .62rem;
  color: rgba(255, 255, 255, .4);
  font-weight: 600
}

.reviews-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  border: 1.5px solid rgba(255, 255, 255, .3);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  z-index: 2;
  transition: background .25s
}

.reviews-arr:hover,
.rv-dot {
  background: rgba(255, 255, 255, .25)
}

.reviews-prev {
  left: -22px
}

.reviews-next {
  right: -22px
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 32px
}

.rv-dot {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  transition: background .3s;
  cursor: pointer
}

.rv-dot.active {
  background: var(--gold-light)
}

.reviews-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap
}

.btn-write-review,
.btn-yelp-review {
  display: inline-block;
  padding: 13px 28px;
  font-size: .7rem;
  letter-spacing: .14em;
  font-family: var(--body-font)
}

.btn-write-review {
  background: var(--gold);
  color: var(--brown);
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background .25s
}

.btn-footer-book:hover,
.btn-write-review:hover {
  background: var(--gold-light);
  color: var(--brown)
}

.btn-yelp-review {
  background: 0 0;
  color: rgba(255, 255, 255, .85);
  border: 1.5px solid rgba(255, 255, 255, .38);
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  transition: border-color .25s, color .25s
}

.faq-eyebrow,
.faq-tab-btn {
  color: var(--green);
  font-weight: 700;
  text-transform: uppercase
}

.btn-yelp-review:hover {
  border-color: rgba(255, 255, 255, .8);
  color: #fff
}

@media (max-width:991px) {
  .reviews-widget-wrap {
    padding: 0 24px
  }

  .review-card-item {
    flex: 0 0 calc(50% - 9px)
  }
}

@media (max-width:600px) {
  .explore-grid {
    grid-template-columns: 1fr;
    padding: 0 16px
  }

  .review-card-item {
    flex: 0 0 calc(90% - 9px)
  }

  .reviews-prev {
    left: -10px
  }

  .reviews-next {
    right: -10px
  }
}

.faq-header {
  text-align: center;
  margin-bottom: 40px
}

.faq-eyebrow {
  font-family: var(--body-font);
  font-size: .62rem;
  letter-spacing: .28em;
  margin-bottom: 10px
}

.faq-header h2 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: var(--brown);
  margin-bottom: 12px;
  font-weight: 400
}

.faq-header>p {
  font-family: var(--body-font);
  font-size: .92rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 20px;
  line-height: 1.75
}

.faq-divider {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  border-radius: 2px;
  margin: 0 auto
}

.faq-question,
.faq-tab-btn {
  background: 0 0;
  cursor: pointer;
  font-family: var(--body-font)
}

.faq-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px
}

.faq-tab-btn {
  border: 1.5px solid var(--green);
  border-radius: 30px;
  padding: 8px 20px;
  font-size: .65rem;
  letter-spacing: .12em;
  transition: .25s
}

.faq-tab-btn:hover {
  border-color: var(--green);
  background: rgba(61, 107, 79, .06)
}

.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid var(--cream-dk)
}

.faq-item {
  border-bottom: 1px solid var(--cream-dk);
  transition: opacity .28s, transform .28s
}

.hidden-faq {
  display: none !important
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border: none;
  font-size: .92rem;
  color: var(--brown);
  text-align: left;
  transition: color .2s
}

.faq-icon,
.faq-num {
  border-radius: 50%;
  display: flex
}

.faq-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--green-pale);
  align-items: center;
  justify-content: center;
  font-family: var(--body-font);
  font-size: .65rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: .05em;
  flex-shrink: 0
}

.faq-item.faq-open .faq-num,
.site-footer {
  background: var(--green);
  color: #fff
}

.faq-q-text {
  flex: 1;
  font-weight: 600;
  line-height: 1.4
}

.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--green-pale);
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: var(--green);
  transition: transform .3s, background .25s, color .25s
}

.faq-item.faq-open .faq-icon {
  transform: rotate(45deg);
  background: var(--green);
  color: #fff
}

.faq-answer {
  max-height: 0;
  transition: max-height .42s
}

.faq-answer-inner {
  font-family: var(--body-font);
  font-size: .875rem;
  color: var(--text-mid);
  line-height: 1.82;
  padding: 4px 0 24px 52px
}

.faq-answer-inner a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s
}

.faq-answer-inner a:hover {
  color: var(--green-dark)
}

.faq-answer-inner hr {
  border: none;
  border-top: 1px solid var(--cream-dk);
  margin: 14px 0 12px
}

.answer-tag {
  display: inline-block;
  font-family: var(--body-font);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 20px;
  margin-right: 6px;
  margin-top: 4px
}

.tag-teal {
  background: rgba(61, 107, 79, .12);
  color: var(--green);
  border: 1px solid rgba(61, 107, 79, .25)
}

.tag-gold {
  background: rgba(184, 150, 46, .12);
  color: var(--gold);
  border: 1px solid rgba(184, 150, 46, .28)
}

.faq-view-more-wrap {
  text-align: center;
  margin-top: 36px
}

.faq-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: 0 0;
  color: var(--green);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1.8px solid var(--green);
  padding: 12px 32px;
  border-radius: 50px;
  cursor: pointer;
  font-family: var(--body-font);
  transition: background .25s, color .25s, border-color .25s
}

.footer-heading,
.footer-logo-text {
  font-family: var(--heading-font);
  color: var(--gold-light)
}

.faq-view-btn:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold)
}

.footer-top {
  padding: 70px 20px 48px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto
}

.footer-heading {
  font-size: 1.3rem;
  margin-bottom: 18px
}

.footer-contact-list,
.footer-links {
  list-style: none;
  padding-left: 0
}

.footer-contact-list li {
  font-family: var(--body-font);
  font-size: .84rem;
  color: rgba(255, 255, 255, .78);
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.footer-contact-list li i {
  color: var(--gold-light);
  margin-top: 2px;
  flex-shrink: 0
}

.footer-contact-list li a {
  color: rgba(255, 255, 255, .78);
  transition: color .2s
}

.footer-contact-list li a:hover,
.footer-links a:hover {
  color: var(--gold-light)
}

.footer-social {
  margin-top: 20px;
  display: flex;
  gap: 10px
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .8);
  font-size: 1rem;
  transition: background .2s, color .2s
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--brown)
}

.footer-logo-text {
  font-size: 2.2rem;
  margin-bottom: 4px
}

.btn-footer-book,
.footer-brand-desc,
.footer-brand-sub {
  font-family: var(--body-font)
}

.footer-brand-sub {
  font-size: .6rem;
  letter-spacing: .28em;
  color: rgba(255, 255, 255, .45);
  text-transform: uppercase;
  margin-bottom: 14px
}

.footer-brand-desc {
  font-size: .84rem;
  color: rgba(255, 255, 255, .68);
  line-height: 1.75;
  margin-bottom: 20px
}

.btn-footer-book {
  display: inline-block;
  background: var(--gold);
  color: var(--brown);
  border-radius: 2px;
  padding: 12px 26px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .25s
}

.footer-links a,
.footer-map-link {
  transition: color .2s;
  font-family: var(--body-font)
}

.footer-links a {
  font-size: .84rem;
  color: rgba(255, 255, 255, .72);
  display: block;
  margin-bottom: 9px
}

.footer-map-full {
  max-width: 1200px;
  margin: 50px auto 0
}

.footer-map-tag {
  font-family: var(--body-font);
  font-size: .6rem;
  letter-spacing: .18em;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 10px
}

.footer-map-wrap {
  border-radius: 8px
}

.footer-map-wrap iframe {
  width: 100%;
  height: 220px;
  border: 0
}

.footer-map-link {
  font-size: .68rem;
  color: var(--gold-light);
  display: inline-block;
  margin-top: 10px
}

.footer-map-link:hover {
  color: #fff
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px
}

.footer-bottom p {
  font-family: var(--body-font);
  font-size: .72rem;
  color: rgba(255, 255, 255, .45)
}

.better-section {
  background: #f9f6f1;
  padding: 70px 0 60px;
  border-top: 1px solid var(--cream-dk);
  border-bottom: 1px solid var(--cream-dk)
}

.better-head {
  margin-bottom: 44px
}

.better-title {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--brown);
  margin-bottom: 10px;
  line-height: 1.15
}

.better-sub {
  font-family: var(--body-font);
  font-size: .92rem;
  color: var(--text-muted);
  line-height: 1.6
}

.better-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.better-item {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.better-top {
  display: flex;
  align-items: center;
  gap: 12px
}

.better-top h4 {
  font-family: var(--font-third);
  font-size: 1.35rem;
  color: var(--brown);
  margin-bottom: 0;
  line-height: 1.2
}

.better-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0
}

.better-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(24%) saturate(900%) hue-rotate(85deg) brightness(100%) contrast(100%)
}

.better-text p {
  font-family: var(--body-font);
  font-size: .84rem;
  color: var(--text-mid);
  line-height: 1.75
}

@media (max-width:991px) {
  .faq-wrap {
    padding: 0 8px
  }

  .faq-answer-inner {
    padding-left: 16px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .footer-top {
    padding: 50px 20px 36px
  }

  .better-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px
  }
}

@media (max-width:500px) {
  .better-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 20px
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s, transform .7s
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}