@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #5A5A52;
  background: #FFFDF8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #5C6B52;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover, a:focus {
  color: #B89460;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  color: #1F2620;
  margin: 0 0 1rem;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
}

h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1rem;
}

.lead {
  font-size: 1.125rem;
  color: rgb(103.3430232558, 103.3430232558, 94.1569767442);
}

.text-script {
  font-family: "Italianno", cursive;
  font-size: 2rem;
  color: #B89460;
  line-height: 1;
}

.section-tag {
  display: inline-block;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #B89460;
  margin-bottom: 1rem;
}
.section-tag::before, .section-tag::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #B89460;
  vertical-align: middle;
  margin: 0 0.75rem;
}

.section-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 1rem;
}
.section-title em {
  font-style: normal;
  color: #7A8A6E;
}

.section-divider {
  display: block;
  width: 60px;
  height: 1px;
  background: #B89460;
  margin: 1.25rem auto;
}

.bg-sand {
  background: #F4ECE0 !important;
}

.bg-sand-light {
  background: #FBF7F1 !important;
}

.bg-sand-dark {
  background: #E6DBC9 !important;
}

.bg-sage {
  background: #7A8A6E !important;
  color: #FFFDF8;
}

.bg-ink {
  background: #1F2620 !important;
  color: #FFFDF8;
}

.text-sage {
  color: #7A8A6E !important;
}

.text-gold {
  color: #B89460 !important;
}

.text-ink {
  color: #1F2620 !important;
}

.text-cream {
  color: #FFFDF8 !important;
}

.text-muted-2 {
  color: #8A8A82 !important;
}

.section {
  padding: 7rem 0;
}

@media (max-width: 767.98px) {
  .section {
    padding: 4.5rem 0;
  }
}
.section-sm {
  padding: 4rem 0;
}

::selection {
  background: #7A8A6E;
  color: #FFFDF8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2.1rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.btn:focus-visible {
  outline: 2px solid #B89460;
  outline-offset: 3px;
}

.btn-primary {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}
.btn-primary:hover, .btn-primary:focus {
  background: #5C6B52;
  border-color: #5C6B52;
  color: #FFFDF8;
}

.btn-gold {
  background: #B89460;
  color: #FFFDF8;
  border-color: #B89460;
}
.btn-gold:hover, .btn-gold:focus {
  background: rgb(165.36, 127.92, 73.84);
  border-color: rgb(165.36, 127.92, 73.84);
  color: #FFFDF8;
}

.btn-outline {
  background: transparent;
  color: #1F2620;
  border-color: #1F2620;
}
.btn-outline:hover, .btn-outline:focus {
  background: #1F2620;
  color: #FFFDF8;
}

.btn-outline-light {
  background: transparent;
  color: #FFFDF8;
  border-color: #FFFDF8;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background: #FFFDF8;
  color: #1F2620;
}

.btn-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1F2620;
  border-bottom: 1px solid #1F2620;
  padding-bottom: 4px;
}
.btn-link-arrow:hover {
  color: #B89460;
  border-color: #B89460;
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: 0.82rem;
}

.btn-sm {
  padding: 0.7rem 1.5rem;
  font-size: 0.7rem;
}

.topbar {
  background: #1F2620;
  color: rgba(255, 253, 248, 0.7);
  padding: 0.6rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.topbar a {
  color: rgba(255, 253, 248, 0.7);
}
.topbar a:hover {
  color: #B89460;
}
.topbar .topbar-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar .topbar-info{
    gap: 0.7rem;
  }
}
.topbar .topbar-info i {
  margin-right: 0.4rem;
  color: #B89460;
}
.topbar .topbar-social a {
  margin-left: 0.85rem;
}

@media (max-width: 767.98px) {
  .topbar {
    display: none;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header.has-topbar {
  top: 40px;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 4px 30px rgba(31, 38, 32, 0.06);
  backdrop-filter: blur(8px);
  left: 0;
  right: 0;
  max-width: 100%;
}
.site-header.is-sticky .nav-link {
  color: #1F2620;
}
.site-header.header-on-dark .nav-link {
  color: #FFFDF8;
}
.site-header.header-on-dark.is-sticky .nav-link {
  color: #1F2620;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1F2620;
}
.site-logo img {
  height: 60px;
  width: auto;
}
.site-header.header-on-dark:not(.is-sticky) .site-logo {
  color: #FFFDF8;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-list > li {
  position: relative;
}

.nav-link {
  display: inline-block;
  padding: 0.5rem 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1F2620;
  position: relative;
  cursor: pointer;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #B89460;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
header:not(.is-sticky) .nav-link::after{
  background: #fff;
}
.nav-link:hover, .nav-link.active {
  color: #B89460;
}
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}

.has-submenu > .nav-link::before {
  content: "+";
  display: inline-block;
  margin-left: 6px;
  font-size: 0.85rem;
  color: #B89460;
  font-weight: 400;
}
header.header-on-dark:not(.is-sticky) .has-submenu > .nav-link::before{
  color: #fff;
}

.submenu {
  position: absolute;
  top: 100%;
  left: -1rem;
  min-width: 220px;
  background: #FFFDF8;
  border: 1px solid #E5DFD3;
  padding: 0.5rem 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.25s;
  box-shadow: 0 20px 50px rgba(31, 38, 32, 0.1);
  z-index: 60;
}
.submenu li a {
  display: block;
  padding: 0.65rem 1.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1F2620;
}
.submenu li a:hover {
  background: #FBF7F1;
  color: #B89460;
}

.has-submenu:hover > .submenu,
.has-submenu:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0s;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
header.header-on-dark:not(.is-sticky) .icon-btn{
  color: #fff;
}

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  position: relative;
}
.icon-btn:hover,
header:not(.is-sticky) .icon-btn:hover{
  color: #B89460;
}
.icon-btn .badge-count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  background: #B89460;
  color: #FFFDF8;
  font-size: 0.65rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 60px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: currentColor;
  margin: 5px auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991.98px) {
  .nav-list, .header-actions .btn-book {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  header:not(.is-sticky) .menu-toggle span{
    background: #fff;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  min-height: 100vh;
  background: #FFFDF8;
  z-index: 200;
  padding: 2rem 1.75rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 40px rgba(31, 38, 32, 0.15);
  bottom: 0;
}
.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 38, 32, 0.55);
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.4s;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E5DFD3;
  margin-bottom: 1rem;
}

.mobile-menu-close {
  width: 40px;
  height: 40px;
  border: 1px solid #E5DFD3;
  background: transparent;
  color: #1F2620;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu-close:hover {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 1rem 0 2rem;
}
.mobile-nav > li {
  border-bottom: 1px solid #E5DFD3;
}
.mobile-nav a {
  display: block;
  padding: 1rem 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.4rem;
  color: #1F2620;
}
.mobile-nav a:hover {
  color: #B89460;
  padding-left: 0.5rem;
}
.mobile-nav .submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.mobile-nav .submenu-toggle .icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5DFD3;
  font-size: 1rem;
  color: #7A8A6E;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav .mobile-submenu {
  list-style: none;
  padding: 0 0 0.75rem 0.5rem;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav .mobile-submenu li {
  border: 0;
}
.mobile-nav .mobile-submenu a {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.95rem;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
}
.mobile-nav .is-expanded .submenu-toggle .icon {
  transform: rotate(45deg);
  border-color: #B89460;
  color: #B89460;
}
.mobile-nav .is-expanded .mobile-submenu {
  max-height: 500px;
}

.mobile-contact {
  padding-top: 1.5rem;
  border-top: 1px solid #E5DFD3;
  font-size: 0.9rem;
}
.mobile-contact p {
  margin-bottom: 0.5rem;
}
.mobile-contact i {
  color: #B89460;
  margin-right: 0.5rem;
}
.mobile-contact .mobile-social {
  margin-top: 1rem;
}
.mobile-contact .mobile-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5DFD3;
  color: #1F2620;
  margin-right: 0.4rem;
}
.mobile-contact .mobile-social a:hover {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}

.hero-slider {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}
.hero-slider .swiper, .hero-slider .swiper-wrapper, .hero-slider .swiper-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFDF8;
}
.hero-slide .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease-out;
}
.hero-slide.swiper-slide-active .hero-bg {
  transform: scale(1);
}
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 38, 32, 0.50), rgba(31, 38, 32, 0.7));
  z-index: 1;
}
.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 720px;
}
.hero-content .hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #D4B587;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
.hero-content .hero-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 1.05;
  color: #FFFDF8;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
.hero-content .hero-text {
  font-size: 1.05rem;
  color: rgba(255, 253, 248, 0.85);
  margin-bottom: 2.25rem;
  max-width: 560px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.7s, transform 1s ease 0.7s;
}
.hero-content .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.9s, transform 1s ease 0.9s;
}

.swiper-slide-active .hero-content .hero-tag, .swiper-slide-active .hero-content .hero-title, .swiper-slide-active .hero-content .hero-text, .swiper-slide-active .hero-content .hero-cta {
  opacity: 1;
  transform: translateY(0);
}

.hero-nav {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 5;
  display: flex;
  gap: 0.75rem;
}
.hero-nav button {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 253, 248, 0.4);
  background: transparent;
  color: #FFFDF8;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-nav button:hover {
  background: #FFFDF8;
  color: #1F2620;
  border-color: #FFFDF8;
}

.hero-pagination {
  position: absolute;
  left: 3rem;
  bottom: 3.2rem;
  z-index: 5;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.2rem;
  color: #FFFDF8;
  letter-spacing: 0.1em;
}
.hero-pagination .current {
  font-size: 2rem;
  color: #D4B587;
}
.hero-pagination .divider {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: rgba(255, 253, 248, 0.4);
  margin: 0 0.5rem;
  vertical-align: middle;
}

.price-amount{
  font-size: 1.6rem;
}
.price-item h3{
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .hero-slider {
    min-height: 560px;
  }
  .hero-nav, .hero-pagination {
    display: none;
  }
  .site-header.has-topbar{
    top: 0;
  }
  .container, .container-sm {
      max-width: 100%;
  }
}
.page-header {
  position: relative;
  padding: 11rem 0 5rem;
  background: #F4ECE0;
  text-align: center;
  overflow: hidden;
}
.page-header.has-image {
  color: #FFFDF8;
  background-size: cover;
  background-position: center;
}
.page-header.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 38, 32, 0.4), rgba(31, 38, 32, 0.65));
}
.page-header.has-image .container {
  position: relative;
  z-index: 2;
}
.page-header.has-image .page-title, .page-header.has-image .breadcrumb a, .page-header.has-image .breadcrumb-item.active {
  color: #FFFDF8;
}
.page-header.has-image .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 253, 248, 0.6);
}
.page-header .page-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
  color: #1F2620;
}
.page-header .breadcrumb {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.page-header .breadcrumb li + li::before {
  content: "/";
  margin: 0 0.6rem;
  color: #B89460;
}
.page-header .breadcrumb a {
  color: inherit;
}
.page-header .breadcrumb .active {
  color: #B89460;
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 8rem 0 3.5rem;
  }
}
.service-card {
  position: relative;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  background: #FBF7F1;
  border: 1px solid #E5DFD3;
}

.service-card .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F4ECE0;
  color: #7A8A6E;
  font-size: 2rem;
  border-radius: 50%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card h3 {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.service-card p {
  color: #5A5A52;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.service-card .service-link {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1F2620;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.service-card .service-link:hover {
  color: #B89460;
  border-color: #B89460;
}
.service-card:hover {
  transform: translateY(-6px);
}
.service-card:hover .service-icon {
  background: #7A8A6E;
  color: #FFFDF8;
}

.service-photo-card {
  position: relative;
  overflow: hidden;
  background: #1F2620;
}
.service-photo-card .service-img {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-photo-card .service-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: #FFFDF8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(31, 38, 32, 0.85));
}
.service-photo-card .service-body h3 {
  color: #FFFDF8;
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-style: italic;
}
.service-photo-card .service-body .price {
  font-size: 0.9rem;
  color: #D4B587;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.service-photo-card:hover .service-img {
  transform: scale(1.08);
}

.feature-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
.feature-item .feature-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F4ECE0;
  color: #7A8A6E;
  font-size: 1.5rem;
}
.feature-item h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-style: italic;
}
.feature-item p {
  font-size: 0.95rem;
  margin: 0;
}

.about-images {
  position: relative;
}
.about-images .img-1, .about-images .img-2 {
  background-size: cover;
  background-position: center;
}
.about-images .img-1 {
  aspect-ratio: 4/5;
}
.about-images .img-2 {
  aspect-ratio: 1;
  margin-top: -25%;
  margin-left: 30%;
  border: 8px solid #FFFDF8;
  box-shadow: 0 30px 60px rgba(31, 38, 32, 0.15);
}
.about-images .exp-badge {
  position: absolute;
  bottom: 10%;
  left: 0px;
  width: 140px;
  height: 140px;
  background: #B89460;
  color: #FFFDF8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  text-align: center;
  line-height: 1.1;
  padding: 1rem;
}
.about-images .exp-badge strong {
  font-size: 2.4rem;
  display: block;
}
.about-images .exp-badge span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stat {
  text-align: center;
}
.stat .stat-num {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 3.5rem;
  color: #7A8A6E;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat .stat-label {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #5A5A52;
}

.team-card {
  text-align: center;
  background: transparent;
}
.team-card .team-photo {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.team-card .team-photo .team-social {
  position: absolute;
  inset: auto 0 -60px 0;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(31, 38, 32, 0.85), transparent);
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-card .team-photo .team-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.4);
  color: #FFFDF8;
}
.team-card .team-photo .team-social a:hover {
  background: #B89460;
  border-color: #B89460;
}
.team-card:hover .team-social {
  inset: auto 0 0 0;
}
.team-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
  font-style: italic;
}
.team-card .team-role {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #B89460;
}

.testimonial {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.testimonial .quote-mark {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 5rem;
  color: #B89460;
  line-height: 0.5;
  margin-bottom: 1rem;
  display: block;
}
.testimonial blockquote {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  color: #1F2620;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}
.testimonial .testimonial-author {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7A8A6E;
}
.testimonial .testimonial-role {
  font-size: 0.8rem;
  color: #8A8A82;
}

.price-card {
  background: #FFFDF8;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 1px solid #E5DFD3;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
}
.price-card .price-name {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.price-card .price-amount {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 3.5rem;
  color: #7A8A6E;
  display: block;
  margin-bottom: 0.25rem;
}
.price-card .price-amount sup {
  font-size: 1.2rem;
  vertical-align: super;
}
.price-card .price-amount sub {
  font-size: 0.9rem;
  color: #8A8A82;
  vertical-align: baseline;
}
.price-card .price-features {
  list-style: none;
  padding: 1.5rem 0;
  margin: 1rem 0;
  border-top: 1px solid #E5DFD3;
  border-bottom: 1px solid #E5DFD3;
}
.price-card .price-features li {
  padding: 0.55rem 0;
  font-size: 0.95rem;
}
.price-card .price-features li i {
  color: #7A8A6E;
  margin-right: 0.5rem;
}
.price-card .price-features li.disabled {
  color: #8A8A82;
  text-decoration: line-through;
}
.price-card .price-features li.disabled i {
  color: #8A8A82;
}
.price-card.featured {
  background: #7A8A6E;
  color: #FFFDF8;
  border-color: #7A8A6E;
}
.price-card.featured .price-name, .price-card.featured .price-amount, .price-card.featured h3, .price-card.featured h4 {
  color: #FFFDF8;
}
.price-card.featured .price-amount sub {
  color: rgba(255, 253, 248, 0.7);
}
.price-card.featured .price-features {
  border-color: rgba(255, 253, 248, 0.2);
}
.price-card.featured .price-features li i {
  color: #D4B587;
}
.price-card.featured .price-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  background: #B89460;
  color: #FFFDF8;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
}
.price-card.featured .btn-outline {
  color: #FFFDF8;
  border-color: #FFFDF8;
}
.price-card.featured .btn-outline:hover {
  background: #FFFDF8;
  color: #7A8A6E;
}

.blog-card {
  background: #FFFDF8;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-card .blog-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.blog-card .blog-img .blog-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #FFFDF8;
  color: #1F2620;
  padding: 0.6rem 0.85rem;
  text-align: center;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  line-height: 1;
}
.blog-card .blog-img .blog-date strong {
  display: block;
  font-size: 1.3rem;
}
.blog-card .blog-img .blog-date span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B89460;
}
.blog-card .blog-body {
  padding: 1.75rem;
}
.blog-card .blog-body .blog-meta {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B89460;
  margin-bottom: 0.75rem;
}
.blog-card .blog-body h2 {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 0.85rem;
}
.blog-card .blog-body h3 a {
  color: #1F2620;
}
.blog-card .blog-body h3 a:hover {
  color: #B89460;
}
.blog-card .blog-body p {
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.blog-card:hover {
  box-shadow: 0 30px 60px rgba(31, 38, 32, 0.08);
  transform: translateY(-4px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
iframe{
  width: 100%;
}

@media (max-width: 991.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.gallery-item .gallery-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item::after {
  content: "+";
  position: absolute;
  inset: 0;
  background: rgba(31, 38, 32, 0.5);
  color: #FFFDF8;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item:hover .gallery-img {
  transform: scale(1.08);
}
.gallery-item:hover::after {
  opacity: 1;
}

.product-card {
  text-align: center;
  background: transparent;
}
.product-card .product-img {
  background: #FBF7F1;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.product-card .product-img .product-actions {
  position: absolute;
  inset: auto 0 -60px 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card .product-img .product-actions button {
  width: 42px;
  height: 42px;
  background: #FFFDF8;
  border: 0;
  color: #1F2620;
  cursor: pointer;
}
.product-card .product-img .product-actions button:hover {
  background: #7A8A6E;
  color: #FFFDF8;
}
.product-card:hover .product-actions {
  inset: auto 0 0 0;
}
.product-card h4 {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
  font-style: italic;
}
.product-card h4 a {
  color: #1F2620;
}
.product-card h4 a:hover {
  color: #B89460;
}
.product-card .product-price {
  color: #7A8A6E;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.5rem;
}
article.product-card h2 {
    font-size: 1.7rem;
}
.product-card .product-price del {
  color: #8A8A82;
  margin-right: 0.4rem;
  font-size: 1.3rem;
}

.cta-banner {
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFFDF8;
  text-align: center;
}
.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 38, 32, 0.65);
}
.cta-banner .container {
  position: relative;
  z-index: 2;
}
.cta-banner h2 {
  color: #FFFDF8;
  font-style: italic;
}

.form-control, .form-select {
  border: 1px solid #E5DFD3;
  background: #FFFDF8;
  border-radius: 0;
  padding: 0.61rem 1.1rem;
  font-size: 0.95rem;
  color: #1F2620;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-control:focus, .form-select:focus {
  border-color: #7A8A6E;
  box-shadow: none;
  outline: none;
}
aside.col-lg-4 h2 {
    font-size: 1.8rem;
}
aside h3 {
    font-size: 1.6rem;
}

.form-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1F2620;
  margin-bottom: 0.5rem;
}

.site-footer {
  background: #1F2620;
  color: rgba(255, 253, 248, 0.7);
  padding: 5rem 0 0;
  position: relative;
}
.site-footer h3 {
  color: #FFFDF8;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-style: italic;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}
.site-footer a {
  color: rgba(255, 253, 248, 0.7);
}
.site-footer a:hover {
  color: #B89460;
}
.site-footer .footer-brand p {
  font-size: 0.95rem;
  margin: 1.25rem 0;
}
.site-footer .footer-brand .footer-logo {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  color: #FFFDF8;
}
.site-footer .footer-brand .footer-logo img {
  height: 50px;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  padding: 0.4rem 0;
  font-size: 0.95rem;
}
.site-footer .footer-links a::before {
  content: "→";
  margin-right: 0.5rem;
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), margin 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer .footer-links a:hover::before {
  opacity: 1;
  margin-right: 0.75rem;
  color:  #B89460;;
}
.site-footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-contact li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.4rem 0;
  font-size: 0.95rem;
}
.site-footer .footer-contact li i {
  color: #B89460;
  margin-top: 0.3rem;
}
.site-footer .footer-newsletter .newsletter-form {
  display: flex;
  margin-top: 1rem;
}
.site-footer .footer-newsletter .newsletter-form input {
  flex: 1;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.15);
  color: #FFFDF8;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  max-width: calc(100% - 55px);
}
.site-footer .footer-newsletter .newsletter-form input::placeholder {
  color: rgba(255, 253, 248, 0.5);
}
.site-footer .footer-newsletter .newsletter-form input:focus {
  outline: 0;
  border-color: #B89460;
}
.site-footer .footer-newsletter .newsletter-form button {
  background: #B89460;
  color: #FFFDF8;
  border: 0;
  padding: 0 1.25rem;
  cursor: pointer;
}
.site-footer .footer-newsletter .newsletter-form button:hover {
  background: rgb(165.36, 127.92, 73.84);
}
.site-footer .footer-social {
  margin-top: 1.5rem;
}
.site-footer .footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.2);
  margin-right: 0.4rem;
}
.site-footer .footer-social a:hover {
  background: #B89460;
  border-color: #B89460;
  color: #FFFDF8;
}
.site-footer .footer-bottom {
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 253, 248, 0.1);
  font-size: 0.85rem;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 46px;
  height: 46px;
  background: #7A8A6E;
  color: #FFFDF8;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #B89460;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #FFFDF8;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.preloader.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader .preloader-spinner {
  width: 50px;
  height: 50px;
  border: 2px solid #E5DFD3;
  border-top-color: #7A8A6E;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */


/* =========================================================
   Lily Reflexology navigation dropdowns
   ========================================================= */

.nav-list > .nav-item-has-children {
    position: relative;
}

.nav-item-has-children > .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.nav-chevron {
    font-size: 0.65rem;
    transition: transform 0.25s ease;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 1.25rem);
    left: 50%;
    z-index: 1000;
    width: 250px;
    min-width: max-content;
    margin: 0;
    padding: 0.65rem 0;
    list-style: none;
    background: #fff;
    border-top: 2px solid var(--gold, #b69a67);
    box-shadow: 0 16px 40px rgba(25, 31, 27, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.nav-dropdown::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 1.4rem;
}

.nav-dropdown li {
    display: block;
}

.nav-dropdown a {
    display: block;
    padding: 0.72rem 1.25rem;
    color: #30352f;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        padding-left 0.2s ease;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
    color: var(--sage, #87947c);
    background: #f6f3ec;
    padding-left: 1.45rem;
}

.nav-item-has-children:hover > .nav-dropdown,
.nav-item-has-children:focus-within > .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.nav-item-has-children:hover > .nav-link .nav-chevron,
.nav-item-has-children:focus-within > .nav-link .nav-chevron {
    transform: rotate(180deg);
}


/* Mobile navigation groups */

.mobile-nav details {
    width: 100%;
}

.mobile-nav summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    cursor: pointer;
    list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
    display: none;
}

.mobile-nav summary .bi {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}

.mobile-nav details[open] summary .bi {
    transform: rotate(180deg);
}

.mobile-subnav {
    margin: 0.75rem 0 0;
    padding: 0 0 0.4rem 1rem;
    list-style: none;
    border-left: 1px solid rgba(182, 154, 103, 0.45);
}

.mobile-subnav li {
    border: 0;
}

.mobile-subnav a {
    padding: 0.48rem 0;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    text-transform: none;
}


/* Keep the expanded desktop navigation comfortable */

@media (min-width: 992px) {
    .nav-list {
        gap: clamp(1rem, 1.55vw, 2rem);
    }

    .nav-list > li > .nav-link {
        font-size: clamp(0.7rem, 0.72vw, 0.82rem);
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .nav-list {
        gap: 0.8rem;
    }

    .nav-list > li > .nav-link {
        font-size: 0.68rem;
        letter-spacing: 0.09em;
    }

    .btn-book {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }
}


/* Homepage benefit journeys */

.section-intro {
    max-width: 760px;
    margin-top: 1.5rem;
}

.benefit-card,
.benefit-card > a {
    height: 100%;
}

.benefit-card > a {
    display: flex !important;
    flex-direction: column;
}

.benefit-card .service-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.benefit-strapline {
    margin-bottom: 0.75rem;
    color: var(--sage, #87947c);
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.25;
}

.benefit-description {
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.benefit-card .service-link {
    margin-top: auto;
}

.wellbeing-callout {
    max-width: 760px;
    margin: 4.5rem auto 0;
    padding: 3rem;
    border: 1px solid rgba(135, 148, 124, 0.3);
    background: rgba(255, 255, 255, 0.55);
}

.wellbeing-callout h3 {
    margin: 0.45rem 0 0.9rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
}

.wellbeing-callout p {
    max-width: 560px;
    margin: 0 auto 1.5rem;
}

@media (max-width: 575px) {
    .wellbeing-callout {
        margin-top: 3rem;
        padding: 2rem 1.25rem;
    }
}


/* =========================================================
   Benefit card layout correction
   Overrides the original short service-card overlay treatment
   ========================================================= */

.section-benefits .benefit-card {
    height: 100%;
    overflow: hidden;
    background: #1d251f;
}

.section-benefits .benefit-card > a {
    display: flex !important;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.section-benefits .benefit-card .service-img {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 320px;
    min-height: 0;
    transform: none;
}

.section-benefits .benefit-card .service-content {
    position: relative;
    inset: auto;
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    min-height: 285px;
    padding: 2rem 2rem 2.15rem;
    background: #1d251f;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-sizing: border-box;
}

.section-benefits .benefit-card .service-content::before,
.section-benefits .benefit-card .service-content::after {
    display: none;
}

.section-benefits .benefit-card .service-content h3 {
    position: static;
    display: block;
    margin: 0 0 0.65rem;
    padding: 0;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.7rem, 2vw, 2.1rem);
    font-weight: 500;
    line-height: 1.1;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.section-benefits .benefit-card .benefit-strapline {
    position: static;
    margin: 0 0 0.85rem;
    color: #c7b07d;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.3;
    opacity: 1;
    transform: none;
}

.section-benefits .benefit-card .benefit-description {
    position: static;
    margin: 0 0 1.4rem;
    color: rgba(255, 255, 255, 0.76);
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 1;
    transform: none;
}

.section-benefits .benefit-card .service-link {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: auto;
    color: #d0b77f;
    font-family: "Inter", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 1;
    transform: none;
}

.section-benefits .benefit-card .service-link i {
    transition: transform 0.25s ease;
}

.section-benefits .benefit-card:hover .service-img {
    transform: scale(1.025);
}

.section-benefits .benefit-card:hover .service-link i {
    transform: translateX(5px);
}

@media (max-width: 767px) {
    .section-benefits .benefit-card .service-img {
        height: 280px;
    }

    .section-benefits .benefit-card .service-content {
        min-height: 0;
        padding: 1.65rem 1.5rem 1.75rem;
    }
}


/* Homepage reviews */

.trustpilot-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem 1rem;
    margin-top: 1.4rem;
}

.trustpilot-summary strong {
    color: #273029;
}

.trustpilot-summary > span:last-child {
    color: #6f746f;
    font-size: 0.9rem;
}

.trustpilot-stars,
.review-stars {
    color: #00b67a;
    letter-spacing: 0.08em;
}

.review-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 315px;
    padding: 2.5rem;
    border: 1px solid rgba(135, 148, 124, 0.28);
    background: #fff;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(31, 39, 33, 0.09);
}

.review-category {
    display: block;
    margin-top: 1.25rem;
    color: var(--gold, #b69a67);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.review-card blockquote {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 1.25rem 0;
}

.review-card blockquote p {
    margin: 0;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.8rem, 2.4vw, 2.35rem);
    font-style: italic;
    line-height: 1.25;
}

.review-card footer {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    color: #273029;
}

.review-card footer span {
    color: #818681;
    font-size: 0.8rem;
}

@media (max-width: 575px) {
    .review-card {
        min-height: 275px;
        padding: 2rem 1.5rem;
    }
}


/* Meet Lily note */

.lily-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
    border-left: 3px solid var(--gold, #b69a67);
    background: rgba(255, 255, 255, 0.6);
}

.lily-note > i {
    flex: 0 0 auto;
    color: var(--sage, #87947c);
    font-size: 1.5rem;
}

.lily-note h3 {
    margin: 0 0 0.35rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.45rem;
    font-weight: 600;
}

.lily-note p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
}

.section-about-lily .exp-badge > i {
    color: var(--gold, #b69a67);
    font-size: 1.65rem;
}


/* Professional credentials */

.section-credentials {
    border-top: 1px solid rgba(135, 148, 124, 0.2);
    border-bottom: 1px solid rgba(135, 148, 124, 0.2);
    background: #fff;
}

.credential-item {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 1.15rem;
    padding: 1rem 1.25rem;
}

.credential-icon {
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
    background: var(--sand-light, #f3eee4);
    color: var(--sage, #87947c);
    font-size: 1.6rem;
}

.credential-item h3 {
    margin: 0 0 0.25rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-weight: 600;
}

.credential-item p {
    margin: 0;
    color: #707570;
    font-size: 0.86rem;
    line-height: 1.55;
}

@media (min-width: 768px) {
    .section-credentials .col-md-4:not(:last-child) {
        border-right: 1px solid rgba(135, 148, 124, 0.2);
    }
}

@media (max-width: 767px) {
    .credential-item {
        padding-right: 0;
        padding-left: 0;
    }
}


/* =========================================================
   Homepage container alignment
   Keep editorial sections centred consistently
   ========================================================= */

.page-home main > .section > .container,
.page-home main > .section-sm > .container,
.page-home main > .cta-banner > .container {
    width: calc(100% - 3rem);
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.page-home main .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

@media (max-width: 767px) {
    .page-home main > .section > .container,
    .page-home main > .section-sm > .container,
    .page-home main > .cta-banner > .container {
        width: calc(100% - 2rem);
    }
}


/* Homepage Yurt */

.section-yurt {
    overflow: hidden;
}

.yurt-image-wrap {
    position: relative;
    padding: 0 0 3rem 3rem;
}

.yurt-main-image {
    min-height: 650px;
    background-position: center;
    background-size: cover;
}

.yurt-image-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 72%;
    height: 72%;
    background: var(--sand-light, #f3eee4);
}

.yurt-image-label {
    position: absolute;
    right: -1.5rem;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 260px;
    padding: 1.4rem 1.6rem;
    background: var(--sage, #87947c);
    color: #fff;
    box-shadow: 0 20px 45px rgba(31, 38, 32, 0.18);
}

.yurt-image-label i {
    flex: 0 0 auto;
    color: #e0c58e;
    font-size: 1.8rem;
}

.yurt-image-label span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.yurt-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 1.25rem;
    margin: 2rem 0 2.25rem;
    padding: 0;
    list-style: none;
}

.yurt-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.yurt-features i {
    flex: 0 0 auto;
    margin-top: 0.1rem;
    color: var(--gold, #b69a67);
    font-size: 1.25rem;
}

.yurt-features span {
    color: #737873;
    font-size: 0.82rem;
    line-height: 1.55;
}

.yurt-features strong {
    display: block;
    margin-bottom: 0.2rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.yurt-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

.yurt-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #273029;
    font-size: 0.77rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.yurt-text-link i {
    color: var(--gold, #b69a67);
    transition: transform 0.25s ease;
}

.yurt-text-link:hover i {
    transform: translateX(5px);
}

@media (max-width: 1199px) {
    .yurt-main-image {
        min-height: 560px;
    }

    .yurt-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .yurt-image-wrap {
        padding: 0 0 2.5rem 2rem;
    }

    .yurt-image-label {
        right: 0;
    }

    .yurt-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .yurt-image-wrap {
        padding: 0 0 2rem;
    }

    .yurt-main-image {
        min-height: 430px;
    }

    .yurt-image-label {
        position: relative;
        right: auto;
        bottom: auto;
        min-width: 0;
        margin: -1.5rem 1rem 0;
    }

    .yurt-features {
        grid-template-columns: 1fr;
    }

    .yurt-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* Homepage mobile reflexology */

.mobile-suits {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.75rem 0;
}

.mobile-suits span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(135, 148, 124, 0.3);
    background: rgba(255, 255, 255, 0.6);
    color: #4f564f;
    font-size: 0.78rem;
}

.mobile-suits i {
    color: var(--sage, #87947c);
}

.mobile-service-note {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 2rem;
}

.mobile-service-note > i {
    flex: 0 0 auto;
    color: var(--gold, #b69a67);
    font-size: 1.35rem;
}

.mobile-service-note strong,
.mobile-service-note span {
    display: block;
}

.mobile-service-note strong {
    margin-bottom: 0.2rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.15rem;
}

.mobile-service-note span {
    color: #707570;
    font-size: 0.85rem;
    line-height: 1.55;
}

.mobile-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

.mobile-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #273029;
    font-size: 0.77rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-text-link i {
    color: var(--gold, #b69a67);
    transition: transform 0.25s ease;
}

.mobile-text-link:hover i {
    transform: translateX(5px);
}

.mobile-image-wrap {
    position: relative;
    padding: 3rem 3rem 0 0;
}

.mobile-image-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 70%;
    height: 72%;
    background: var(--sage, #87947c);
}

.mobile-main-image {
    position: relative;
    z-index: 1;
    min-height: 610px;
    background-position: center;
    background-size: cover;
}

.mobile-image-label {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 2.5rem;
    width: min(360px, 80%);
    padding: 1.65rem 1.8rem;
    background: #fff;
    box-shadow: 0 20px 50px rgba(31, 38, 32, 0.16);
}

.mobile-choice-small {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--gold, #b69a67);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mobile-image-label strong {
    display: block;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
}

.mobile-image-label em {
    color: var(--sage, #87947c);
    font-weight: 500;
}

@media (max-width: 991px) {
    .mobile-image-wrap {
        padding: 2rem 2rem 0 0;
    }

    .mobile-main-image {
        min-height: 540px;
    }
}

@media (max-width: 575px) {
    .mobile-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .mobile-image-wrap {
        padding: 1.5rem 1.5rem 0 0;
    }

    .mobile-main-image {
        min-height: 430px;
    }

    .mobile-image-label {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 1.5rem);
        margin: -2rem 0 0 1.5rem;
    }
}


/* Homepage first visit */

.first-visit-card {
    position: relative;
    height: 100%;
    min-height: 285px;
    padding: 2.25rem 2rem;
    overflow: hidden;
    border: 1px solid rgba(135, 148, 124, 0.25);
    background: #fff;
    transition:
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.first-visit-card:hover {
    border-color: rgba(182, 154, 103, 0.55);
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(31, 38, 32, 0.08);
}

.first-visit-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 1.6rem;
    place-items: center;
    background: var(--sand-light, #f3eee4);
    color: var(--sage, #87947c);
    font-size: 1.55rem;
}

.first-visit-card h3 {
    margin-bottom: 0.7rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.15;
}

.first-visit-card p {
    margin: 0;
    color: #737873;
    font-size: 0.9rem;
    line-height: 1.65;
}

.first-visit-check {
    position: absolute;
    right: -16px;
    bottom: -16px;
    display: grid;
    width: 62px;
    height: 62px;
    padding: 0 12px 12px 0;
    place-items: center;
    border-radius: 50%;
    background: var(--sage, #87947c);
    color: #fff;
    font-size: 1.25rem;
}

.first-visit-footer {
    margin-top: 3rem;
}

.first-visit-footer p {
    margin-bottom: 1rem;
    color: #707570;
}

@media (max-width: 575px) {
    .first-visit-card {
        min-height: 250px;
        padding: 1.75rem 1.5rem;
    }
}


/* Homepage treatment choices */

.treatment-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 1060px;
    margin: 0 auto;
}

.treatment-location-card {
    position: relative;
    padding: 2.75rem;
    border: 1px solid rgba(135, 148, 124, 0.25);
    background: #fff;
}

.treatment-location-card-featured {
    background: var(--sage, #87947c);
    color: #fff;
}

.treatment-card-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.65rem 1rem;
    background: var(--gold, #b69a67);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.treatment-location-head {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    min-height: 150px;
    padding-right: 1rem;
}

.treatment-location-icon {
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
    background: var(--sand-light, #f3eee4);
    color: var(--sage, #87947c);
    font-size: 1.55rem;
}

.treatment-location-card-featured .treatment-location-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #efd59d;
}

.treatment-location-label {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--gold, #b69a67);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.treatment-location-card-featured .treatment-location-label {
    color: #efd59d;
}

.treatment-location-head h3 {
    margin: 0 0 0.4rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
}

.treatment-location-card-featured .treatment-location-head h3 {
    color: #fff;
}

.treatment-location-head p {
    margin: 0;
    color: #737873;
    font-size: 0.86rem;
    line-height: 1.55;
}

.treatment-location-card-featured .treatment-location-head p {
    color: rgba(255, 255, 255, 0.75);
}

.treatment-price-list {
    margin: 1.5rem 0 2rem;
    border-top: 1px solid rgba(135, 148, 124, 0.25);
}

.treatment-location-card-featured .treatment-price-list {
    border-color: rgba(255, 255, 255, 0.2);
}

.treatment-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 0;
    border-bottom: 1px solid rgba(135, 148, 124, 0.25);
}

.treatment-location-card-featured .treatment-price {
    border-color: rgba(255, 255, 255, 0.2);
}

.treatment-price h4 {
    margin: 0 0 0.2rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.treatment-location-card-featured .treatment-price h4 {
    color: #fff;
}

.treatment-price span {
    color: #858a85;
    font-size: 0.78rem;
}

.treatment-location-card-featured .treatment-price span {
    color: rgba(255, 255, 255, 0.68);
}

.treatment-price strong {
    flex: 0 0 auto;
    color: var(--sage, #87947c);
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}

.treatment-location-card-featured .treatment-price strong {
    color: #fff;
}

.treatment-price small {
    margin-right: 0.1rem;
    font-size: 1rem;
    vertical-align: top;
}

.regular-reflexology {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.75rem;
    max-width: 1060px;
    margin: 2rem auto 0;
    padding: 2rem 2.25rem;
    border: 1px solid rgba(135, 148, 124, 0.25);
    background: rgba(255, 255, 255, 0.65);
}

.regular-reflexology-icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    background: #fff;
    color: var(--sage, #87947c);
    font-size: 1.7rem;
}

.regular-reflexology h3 {
    margin: 0.15rem 0 0.35rem;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    font-weight: 600;
}

.regular-reflexology p {
    max-width: 620px;
    margin: 0;
    color: #737873;
    font-size: 0.86rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .treatment-location-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .regular-reflexology {
        grid-template-columns: auto 1fr;
        max-width: 680px;
    }

    .regular-reflexology .btn {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 575px) {
    .treatment-location-card {
        padding: 2rem 1.5rem;
    }

    .treatment-location-head {
        min-height: 0;
    }

    .treatment-location-icon {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
    }

    .regular-reflexology {
        display: block;
        padding: 1.75rem 1.5rem;
    }

    .regular-reflexology-icon {
        margin-bottom: 1.25rem;
    }

    .regular-reflexology .btn {
        margin-top: 1.5rem;
    }
}


/* Homepage gift vouchers */

.gift-image-wrap {
    position: relative;
    padding: 0 3.5rem 3.5rem 0;
}

.gift-image-wrap::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 72%;
    height: 72%;
    background: var(--sand-light, #f3eee4);
}

.gift-main-image {
    min-height: 580px;
    background-position: center;
    background-size: cover;
}

.gift-card-visual {
    position: absolute;
    right: 0;
    bottom: 1rem;
    display: flex;
    width: min(390px, 78%);
    min-height: 210px;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    background: var(--sage, #87947c);
    color: #fff;
    box-shadow: 0 20px 50px rgba(31, 38, 32, 0.18);
}

.gift-card-visual img {
    width: 72px;
    margin-bottom: 1.25rem;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.gift-card-visual span {
    margin-bottom: 0.45rem;
    color: #e4cb96;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.gift-card-visual strong {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.1;
}

.gift-occasions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.75rem 0;
}

.gift-occasions span {
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(135, 148, 124, 0.28);
    color: #596059;
    font-size: 0.76rem;
}

.gift-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.gift-options > div {
    padding: 1.15rem;
    border-left: 2px solid var(--gold, #b69a67);
    background: var(--sand-light, #f3eee4);
}

.gift-option-label {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--gold, #b69a67);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.gift-options strong {
    display: block;
    color: #273029;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .gift-image-wrap {
        max-width: 720px;
    }
}

@media (max-width: 575px) {
    .gift-image-wrap {
        padding: 0 1.5rem 2rem 0;
    }

    .gift-main-image {
        min-height: 430px;
    }

    .gift-card-visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 1.5rem);
        min-height: 180px;
        margin: -2rem 0 0 1.5rem;
    }

    .gift-options {
        grid-template-columns: 1fr;
    }
}


/* Homepage final call to action */

.section-final-cta h2 {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.section-final-cta h2 em {
    color: #e0c58e;
    font-weight: inherit;
}

.section-final-cta p {
    max-width: 620px;
    margin: 1.25rem auto 2rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
}

.final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 575px) {
    .final-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .final-cta-actions .btn {
        justify-content: center;
        width: 100%;
    }
}


/* Temporary portrait Yurt hero crop */

.hero-yurt-bg {
    background-position: center 48%;
}

@media (max-width: 767px) {
    .hero-yurt-bg {
        background-position: 58% center;
    }
}


/* Prevent Swiper default arrow glyphs appearing */

.hero-slider .hero-prev::after,
.hero-slider .hero-next::after {
    display: none !important;
    content: none !important;
}

.hero-slider .hero-prev,
.hero-slider .hero-next {
    color: inherit;
}

@media (max-width: 767px) {
    .hero-slider .hero-nav,
    .hero-slider .hero-pagination {
        display: none !important;
    }
}


/* Prevent layered imagery and AOS transforms creating horizontal page drift */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}


/* =========================================================
   Lily Reflexology — How Can I Help template
   ========================================================= */

.page-help {
    background: #fffdf8;
}

.help-hero {
    position: relative;
    min-height: 760px;
    padding: 175px 0 90px;
    overflow: hidden;
    color: rgba(255, 253, 248, 0.78);
    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(122, 138, 110, 0.23),
            transparent 42%
        ),
        #202821;
}

.help-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    width: 1px;
    background: rgba(255, 253, 248, 0.08);
}

.help-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.help-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 2.4rem;
    font-size: 0.71rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(255, 253, 248, 0.55);
}

.help-breadcrumb a {
    color: rgba(255, 253, 248, 0.75);
}

.help-breadcrumb a:hover {
    color: #d0b17c;
}

.help-breadcrumb i {
    font-size: 0.58rem;
}

.help-eyebrow {
    display: block;
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #d0b17c;
}

.help-hero h1 {
    max-width: 690px;
    margin-bottom: 1.5rem;
    color: #fffdf8;
    font-size: clamp(3.2rem, 6vw, 5.7rem);
    font-style: italic;
    line-height: 0.98;
}

.help-hero h1 em {
    display: block;
    color: #a8b49f;
    font-style: normal;
}

.help-hero-intro {
    max-width: 640px;
    margin-bottom: 2.1rem;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.85;
}

.help-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    align-items: center;
}

.help-quiet-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 253, 248, 0.78);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.help-quiet-link:hover {
    color: #d0b17c;
}

.help-hero-visual {
    position: relative;
    min-height: 520px;
}

.help-hero-image {
    position: absolute;
    inset: 0 0 0 8%;
    background-position: center;
    background-size: cover;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.24);
}

.help-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(17, 24, 19, 0.02),
        rgba(17, 24, 19, 0.2)
    );
}

.help-hero-note {
    position: absolute;
    left: -1rem;
    bottom: 2.2rem;
    z-index: 2;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    padding: 1rem 1.25rem;
    color: #30382f;
    background: #fffdf8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.17);
}

.help-hero-note i {
    color: #b89460;
    font-size: 1.35rem;
}

.help-hero-note span {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.15;
}

.help-heading {
    max-width: 790px;
    margin: 0 auto 3.5rem;
}

.help-heading p {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.06rem;
}

.help-recognition-card {
    height: 100%;
    padding: 2.2rem 1.8rem;
    border: 1px solid #e5dfd3;
    background: #fff;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.help-recognition-card:hover {
    transform: translateY(-5px);
    border-color: rgba(184, 148, 96, 0.45);
    box-shadow: 0 24px 55px rgba(31, 38, 32, 0.08);
}

.help-recognition-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1.4rem;
    color: #6f8065;
    background: #f2eee5;
    font-size: 1.35rem;
}

.help-recognition-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.5rem;
}

.help-recognition-card p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.75;
}

.help-support {
    color: rgba(255, 253, 248, 0.76);
    background:
        linear-gradient(
            135deg,
            rgba(122, 138, 110, 0.13),
            transparent 48%
        ),
        #263027;
}

.help-support .section-title {
    max-width: 780px;
    margin: 0;
    color: #fffdf8;
}

.help-support-intro {
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.8;
}

.help-tag-left::before {
    display: none;
}

.help-support-card {
    position: relative;
    height: 100%;
    min-height: 255px;
    padding: 2.5rem 2.2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 253, 248, 0.15);
    background: rgba(255, 253, 248, 0.035);
}

.help-support-number {
    display: block;
    margin-bottom: 2rem;
    color: #b89460;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
    font-style: italic;
}

.help-support-card h3 {
    color: #fffdf8;
    font-size: 1.8rem;
}

.help-support-card p {
    margin: 0;
}

.help-complementary-note {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    margin: 2rem auto 0;
    color: rgba(255, 253, 248, 0.5);
    font-size: 0.8rem;
    text-align: center;
}

.help-complementary-note i {
    color: #b89460;
}

.help-session {
    background: #fbf7f1;
}

.help-session-image-wrap {
    position: relative;
    padding: 0 4rem 4rem 0;
}

.help-session-image {
    min-height: 570px;
    background-position: center;
    background-size: cover;
}

.help-session-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    max-width: 260px;
    padding: 1.3rem 1.5rem;
    color: #fffdf8;
    background: #75836c;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    font-style: italic;
}

.help-session-caption i {
    color: #e5c899;
    font-size: 1.45rem;
}

.help-divider-left {
    margin-right: 0;
    margin-left: 0;
}

.help-session p {
    line-height: 1.85;
}

.help-lily-note {
    display: flex;
    gap: 1rem;
    margin: 1.7rem 0 2rem;
    padding: 1.35rem 1.5rem;
    border-left: 2px solid #b89460;
    background: #fff;
}

.help-lily-note i {
    flex: 0 0 auto;
    color: #7a8a6e;
    font-size: 1.35rem;
}

.help-lily-note p {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.55;
}

.help-reassurance {
    padding: 5.5rem 0;
    color: #fffdf8;
    text-align: center;
    background: #7a8a6e;
}

.help-reassurance-inner {
    max-width: 900px;
    margin: 0 auto;
}

.help-reassurance-inner > i {
    display: block;
    margin-bottom: 1rem;
    color: rgba(255, 253, 248, 0.3);
    font-size: 3rem;
}

.help-reassurance blockquote {
    margin: 0 0 1rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    font-style: italic;
    line-height: 1.35;
}

.help-reassurance p {
    margin: 0;
    color: rgba(255, 253, 248, 0.65);
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.help-faqs {
    background: #fffdf8;
}

.help-faq-list {
    border-top: 1px solid #ded8cc;
}

.help-faq-item {
    border-bottom: 1px solid #ded8cc;
}

.help-faq-item summary {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    padding: 1.45rem 0;
    color: #1f2620;
    cursor: pointer;
    list-style: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
}

.help-faq-item summary::-webkit-details-marker {
    display: none;
}

.help-faq-item summary i {
    flex: 0 0 auto;
    color: #7a8a6e;
    font-size: 1rem;
    transition: transform 0.25s ease;
}

.help-faq-item[open] summary i {
    transform: rotate(45deg);
}

.help-faq-answer {
    max-width: 760px;
    padding: 0 2.5rem 1.5rem 0;
}

.help-faq-answer p {
    margin: 0;
    line-height: 1.8;
}

.help-related {
    border-top: 1px solid #e5dfd3;
    background: #fbf7f1;
}

.help-related-heading {
    margin-bottom: 2rem;
    text-align: center;
}

.help-related-heading h2 {
    margin-bottom: 0;
}

.help-related-card {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    height: 100%;
    padding: 1.5rem 1.6rem;
    border: 1px solid #ddd6ca;
    color: #1f2620;
    background: #fffdf8;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.3rem;
}

.help-related-card i {
    color: #b89460;
    transition: transform 0.25s ease;
}

.help-related-card:hover {
    color: #5c6b52;
    border-color: #b89460;
}

.help-related-card:hover i {
    transform: translateX(5px);
}

.help-final-cta {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    color: rgba(255, 253, 248, 0.74);
    text-align: center;
    background:
        radial-gradient(
            circle at 50% 120%,
            rgba(184, 148, 96, 0.22),
            transparent 48%
        ),
        #1f2620;
}

.help-final-cta-inner {
    max-width: 820px;
    margin: 0 auto;
}

.help-final-cta h2 {
    color: #fffdf8;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    font-style: italic;
}

.help-final-cta h2 em {
    display: block;
    color: #aab6a2;
    font-style: normal;
}

.help-final-cta p {
    max-width: 650px;
    margin: 0 auto 2rem;
    font-size: 1.05rem;
}

.help-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 991.98px) {
    .help-hero {
        min-height: auto;
        padding-top: 155px;
    }

    .help-hero-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .help-hero-visual {
        min-height: 520px;
    }

    .help-hero-image {
        inset: 0;
    }

    .help-hero-note {
        left: 1rem;
    }

    .help-session-image-wrap {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .help-hero {
        padding: 125px 0 55px;
    }

    .help-breadcrumb {
        margin-bottom: 1.5rem;
    }

    .help-hero h1 {
        font-size: clamp(2.8rem, 15vw, 4rem);
    }

    .help-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .help-hero-visual {
        min-height: 430px;
    }

    .help-hero-note {
        right: 1rem;
        bottom: 1rem;
        left: auto;
    }

    .help-recognition-card,
    .help-support-card {
        padding: 1.8rem 1.5rem;
    }

    .help-session-image-wrap {
        padding: 0 1.5rem 3.5rem 0;
    }

    .help-session-image {
        min-height: 430px;
    }

    .help-session-caption {
        max-width: 235px;
        padding: 1rem 1.15rem;
    }

    .help-faq-item summary {
        font-size: 1.18rem;
    }

    .help-final-cta {
        padding: 5rem 0;
    }
}


/* BEGIN REFLEXOLOGY PAGE TEMPLATES */

.reflex-page-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 700px;
    overflow: hidden;
    color: #fff;
    background: #35453d;
}

.reflex-page-hero-bg,
.reflex-page-hero-overlay {
    position: absolute;
    inset: 0;
}

.reflex-page-hero-bg {
    background-position: center;
    background-size: cover;
}

.reflex-page-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(33, 45, 39, .96) 0%,
            rgba(33, 45, 39, .83) 45%,
            rgba(33, 45, 39, .3) 100%
        );
}

.reflex-page-hero .container {
    position: relative;
    z-index: 2;
}

.reflex-page-hero-content {
    width: min(720px, 100%);
    padding: 190px 0 110px;
}

.reflex-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.reflex-breadcrumb a {
    color: inherit;
}

.reflex-page-hero h1,
.reflex-final-cta h2 {
    margin: 20px 0 25px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(54px, 6vw, 88px);
    font-weight: 400;
    line-height: .96;
}

.reflex-page-hero h1 em,
.reflex-final-cta h2 em {
    display: block;
    color: #c4b897;
    font-weight: 400;
}

.reflex-page-hero-intro {
    max-width: 650px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.8;
}

.reflex-page-hero-actions {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 36px;
}

.reflex-quiet-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}

.reflex-quiet-link:hover {
    color: #c4b897;
}

.reflex-overview {
    background: #faf8f3;
}

.reflex-rich-text {
    color: #5e625f;
    font-size: 17px;
    line-height: 1.85;
}

.reflex-overview-image,
.reflex-section-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 25px 60px rgba(35, 43, 38, .14);
}

.reflex-overview-image img,
.reflex-section-image img {
    display: block;
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}

.reflex-note {
    display: flex;
    gap: 18px;
    margin-top: 32px;
    padding: 24px;
    color: #435148;
    background: #eeeadf;
    border-left: 3px solid #ae9665;
}

.reflex-note i {
    color: #ae9665;
    font-size: 24px;
}

.reflex-note p:last-child {
    margin-bottom: 0;
}

.reflex-key-points {
    background: #fff;
}

.reflex-point-card,
.reflex-step-card {
    height: 100%;
    padding: 38px 34px;
    background: #f7f4ed;
    border-bottom: 3px solid transparent;
    transition: transform .25s ease, border-color .25s ease;
}

.reflex-point-card:hover,
.reflex-step-card:hover {
    transform: translateY(-5px);
    border-color: #ae9665;
}

.reflex-point-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    place-items: center;
    color: #fff;
    background: #7d8d78;
    border-radius: 50%;
    font-size: 23px;
}

.reflex-point-card h2,
.reflex-step-card h3,
.reflex-practical-item h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 29px;
    font-weight: 500;
}

.reflex-point-card p,
.reflex-step-card p,
.reflex-practical-item p {
    color: #666b67;
    line-height: 1.75;
}

.reflex-content-sections {
    background: #faf8f3;
}

.reflex-content-row + .reflex-content-row {
    margin-top: 110px;
    padding-top: 110px;
    border-top: 1px solid rgba(80, 91, 83, .14);
}

.reflex-section-heading {
    max-width: 760px;
    margin: 0 auto 52px;
}

.reflex-section-heading > div {
    color: #666b67;
}

.reflex-steps {
    background: #43534a;
    color: #fff;
}

.reflex-steps .section-title {
    color: #fff;
}

.reflex-steps .reflex-section-heading > div {
    color: rgba(255, 255, 255, .75);
}

.reflex-step-card {
    color: #27342d;
    background: #fff;
}

.reflex-step-number {
    display: block;
    margin-bottom: 20px;
    color: #ae9665;
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
}

.reflex-practical {
    background: #fff;
}

.reflex-practical-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.reflex-practical-item {
    display: flex;
    gap: 22px;
    padding: 30px;
    background: #f7f4ed;
}

.reflex-practical-item > i {
    flex: 0 0 auto;
    color: #7d8d78;
    font-size: 28px;
}

.reflex-practical-item p:last-child {
    margin-bottom: 0;
}

.reflex-quote {
    color: #fff;
    background: #7d8d78;
}

.reflex-quote blockquote {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}

.reflex-quote blockquote > i {
    color: #d8cfb8;
    font-size: 50px;
}

.reflex-quote blockquote p {
    margin: 15px 0 22px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 54px);
    font-style: italic;
    line-height: 1.2;
}

.reflex-quote blockquote footer {
    color: rgba(255, 255, 255, .78);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.reflex-page-faqs,
.reflex-faq-directory {
    background: #faf8f3;
}

.reflex-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.reflex-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(69, 82, 73, .17);
    background: transparent;
}

.reflex-accordion .accordion-button {
    padding: 25px 5px;
    color: #29352f;
    background: transparent;
    box-shadow: none;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
}

.reflex-accordion .accordion-button:not(.collapsed) {
    color: #8c7548;
}

.reflex-accordion .accordion-body {
    padding: 0 45px 25px 5px;
    color: #626762;
    line-height: 1.8;
}

.reflex-related {
    background: #fff;
}

.reflex-related-card {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 100%;
    min-height: 105px;
    padding: 22px;
    color: #26332c;
    background: #f7f4ed;
    transition: transform .2s ease, box-shadow .2s ease;
}

.reflex-related-card:hover {
    color: #26332c;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(35, 43, 38, .1);
}

.reflex-related-card img {
    width: 78px;
    height: 68px;
    object-fit: cover;
}

.reflex-related-card span {
    flex: 1;
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
}

.reflex-related-card i {
    color: #ae9665;
}

.reflex-final-cta {
    padding: 105px 0;
    color: #fff;
    background: #35453d;
    text-align: center;
}

.reflex-final-cta-inner {
    max-width: 850px;
    margin: 0 auto;
}

.reflex-final-cta h2 {
    font-size: clamp(46px, 5vw, 72px);
}

.reflex-final-cta-text {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
}

.reflex-faq-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}

.reflex-faq-navigation {
    position: sticky;
    top: 130px;
    padding: 30px;
    background: #eeeadf;
}

.reflex-faq-navigation nav {
    display: grid;
    gap: 5px;
    margin-top: 22px;
}

.reflex-faq-navigation a {
    padding: 10px 0;
    color: #48544d;
    border-bottom: 1px solid rgba(69, 82, 73, .13);
}

.reflex-faq-group {
    scroll-margin-top: 125px;
}

.reflex-faq-group + .reflex-faq-group {
    margin-top: 65px;
}

.reflex-faq-group > h2 {
    margin-bottom: 22px;
    color: #38453e;
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
}

.reflex-faq-groups .reflex-accordion {
    max-width: none;
}

@media (max-width: 991px) {
    .reflex-page-hero {
        min-height: 620px;
    }

    .reflex-page-hero-content {
        padding: 160px 0 90px;
    }

    .reflex-page-hero-overlay {
        background: rgba(33, 45, 39, .78);
    }

    .reflex-overview-image img,
    .reflex-section-image img {
        min-height: 420px;
    }

    .reflex-content-row + .reflex-content-row {
        margin-top: 70px;
        padding-top: 70px;
    }

    .reflex-faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .reflex-faq-navigation {
        position: static;
    }

    .reflex-faq-navigation nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .reflex-page-hero {
        min-height: 590px;
    }

    .reflex-page-hero-content {
        padding: 145px 0 75px;
    }

    .reflex-page-hero h1 {
        font-size: 50px;
    }

    .reflex-page-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .reflex-practical-grid {
        grid-template-columns: 1fr;
    }

    .reflex-overview-image img,
    .reflex-section-image img {
        min-height: 340px;
    }

    .reflex-faq-navigation nav {
        grid-template-columns: 1fr;
    }
}

/* END REFLEXOLOGY PAGE TEMPLATES */


/* ==========================================================
   THE YURT PAGE
   ========================================================== */

.yurt-page-hero .reflex-page-hero-bg {
    background-position: center 55%;
}

.yurt-gallery {
    background: #f5f3ec;
}

.yurt-gallery .section-title em {
    display: block;
    color: var(--sage, #89937d);
    font-weight: inherit;
}

.yurt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 260px;
    gap: 18px;
}

.yurt-gallery-item {
    grid-column: span 4;
    overflow: hidden;
    border-radius: 2px;
    background: #e8e4da;
}

.yurt-gallery-item:first-child,
.yurt-gallery-item:nth-child(5) {
    grid-column: span 8;
}

.yurt-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.yurt-gallery-item:hover img {
    transform: scale(1.035);
}

.yurt-practical {
    background: #fff;
}

@media (max-width: 991px) {
    .yurt-gallery-grid {
        grid-auto-rows: 230px;
    }

    .yurt-gallery-item,
    .yurt-gallery-item:first-child,
    .yurt-gallery-item:nth-child(5) {
        grid-column: span 6;
    }
}

@media (max-width: 575px) {
    .yurt-page-hero .reflex-page-hero-bg {
        background-position: 65% center;
    }

    .yurt-gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 280px;
    }

    .yurt-gallery-item,
    .yurt-gallery-item:first-child,
    .yurt-gallery-item:nth-child(5) {
        grid-column: auto;
    }
}


/* ==========================================================
   SUBPAGE HERO HEADING COLOURS
   ========================================================== */

.reflex-page-hero h1 {
    color: #f8f5ed !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.reflex-page-hero h1 em {
    color: #dbc89c !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.reflex-page-hero-intro,
.reflex-page-hero-intro p {
    color: rgba(255, 255, 255, 0.9);
}


/* ==========================================================
   CENTRE YURT FEATURE SECTION
   ========================================================== */

.page-the-yurt .yurt-features > .container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 24px;
    padding-left: 24px;
}

.page-the-yurt .yurt-features .reflex-section-heading {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.page-the-yurt .yurt-features .row {
    justify-content: center !important;
}

.page-the-yurt .yurt-features .reflex-point-card {
    height: 100%;
}

@media (min-width: 1200px) {
    .page-the-yurt .yurt-features .row > [class*="col-"] {
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
    }
}

@media (max-width: 575px) {
    .page-the-yurt .yurt-features > .container {
        padding-right: 18px;
        padding-left: 18px;
    }
}


/* ==========================================================
   YURT FEATURE GRID CORRECTION
   ========================================================== */

body.page-the-yurt section.yurt-features > .container {
    width: 100% !important;
    max-width: 1440px !important;
    margin-inline: auto !important;
    padding-inline: 24px !important;
}

body.page-the-yurt section.yurt-features .reflex-section-heading {
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto !important;
    text-align: center !important;
}

body.page-the-yurt section.yurt-features
.reflex-section-heading > div {
    width: 100% !important;
    max-width: 1050px !important;
    margin-inline: auto !important;
}

body.page-the-yurt section.yurt-features .row {
    width: auto !important;
    max-width: none !important;
    margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
    justify-content: center !important;
}

body.page-the-yurt section.yurt-features
.row > [class*="col-"] {
    display: flex;
}

body.page-the-yurt section.yurt-features
.reflex-point-card {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    body.page-the-yurt section.yurt-features
    .row > [class*="col-"] {
        flex: 0 0 25% !important;
        width: 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width: 1199px) {
    body.page-the-yurt section.yurt-features
    .row > [class*="col-"] {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 575px) {
    body.page-the-yurt section.yurt-features
    .row > [class*="col-"] {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* ==========================================================
   YURT HALF WIDTH FIX
   The shared reflex-key-points section uses a split layout.
   The Yurt version needs one full-width container.
   ========================================================== */

body.page-the-yurt section.yurt-features {
    display: block !important;
    grid-template-columns: none !important;
}

body.page-the-yurt section.yurt-features > .container {
    display: block !important;
    grid-column: 1 / -1 !important;
    flex: none !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


/* ==========================================================
   FINAL CTA COLOUR AND ALIGNMENT
   ========================================================== */

.reflex-final-cta {
    text-align: center;
}

.reflex-final-cta .reflex-final-cta-inner {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.reflex-final-cta h2 {
    color: #f8f5ed !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.reflex-final-cta h2 em {
    color: #dbc89c !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.26);
}

.reflex-final-cta .reflex-final-cta-text,
.reflex-final-cta .reflex-final-cta-text p {
    color: rgba(255, 255, 255, 0.9);
}

.reflex-final-cta .reflex-page-hero-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 24px 42px;
    margin-top: 36px;
}

.reflex-final-cta .reflex-page-hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
}

.reflex-final-cta .reflex-quiet-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    margin: 0;
}

.reflex-final-cta .reflex-quiet-link:hover {
    color: #dbc89c;
}

@media (max-width: 575px) {
    .reflex-final-cta .reflex-page-hero-actions {
        flex-direction: column;
        gap: 22px;
    }

    .reflex-final-cta .reflex-page-hero-actions .btn {
        width: 100%;
        min-width: 0;
    }
}


/* Remove central seam from final CTA overlay */
.reflex-final-cta::before,
.reflex-final-cta::after {
    content: none !important;
    display: none !important;
}


/* ==========================================================
   ABOUT LILY PAGE
   ========================================================== */

.about-page-hero {
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(184,151,99,.12), transparent 32%),
        #f5f2ea;
}

.about-hero-grid,
.about-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    align-items: center;
    gap: clamp(55px, 7vw, 110px);
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 38px;
    color: #686b64;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.about-breadcrumb a {
    color: inherit;
}

.about-hero-content h1,
.about-story-copy h2,
.about-section-heading h2,
.about-final-cta h2 {
    margin: 22px 0 26px;
    color: #1f2922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 6.2vw, 104px);
    font-weight: 400;
    line-height: .94;
}

.about-hero-content h1 em,
.about-final-cta h2 em {
    display: block;
    color: #87927e;
    font-weight: 400;
}

.about-hero-intro,
.about-rich-text,
.about-section-heading,
.about-final-cta-text {
    color: #60645e;
    font-size: 18px;
    line-height: 1.85;
}

.about-hero-intro {
    max-width: 680px;
    margin-bottom: 34px;
}

.about-hero-image-wrap {
    position: relative;
    padding: 0 34px 38px 0;
}

.about-hero-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.about-hero-image img,
.about-story-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-hero-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 150px;
    height: 150px;
    place-items: center;
    padding: 20px;
    border-radius: 50%;
    background: #87927e;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.15;
    text-align: center;
}

.about-stories {
    padding: 115px 0;
}

.about-story + .about-story {
    margin-top: 120px;
}

.about-story-grid {
    grid-template-columns: minmax(400px, .9fr) minmax(0, 1fr);
}

.about-story-image {
    height: 620px;
    overflow: hidden;
}

.about-story-image.about-order-right {
    order: 2;
}

.about-story-copy.about-order-left {
    order: 1;
}

.about-story-copy h2,
.about-section-heading h2 {
    font-size: clamp(46px, 4.5vw, 72px);
    line-height: 1.02;
}

.about-values,
.about-credentials {
    padding: 110px 0;
    background: #f5f2ea;
}

.about-section-heading {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.about-value-card {
    padding: 42px 32px;
    background: #fff;
}

.about-value-icon,
.about-credential-icon {
    display: inline-grid;
    width: 74px;
    height: 74px;
    place-items: center;
    margin-bottom: 32px;
    border-radius: 50%;
    background: #87927e;
    color: #c8a568;
    font-size: 27px;
}

.about-value-card h3,
.about-credential-card h3 {
    margin: 0 0 18px;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.05;
}

.about-value-card p,
.about-credential-card p {
    margin: 0;
    color: #656961;
    line-height: 1.75;
}

.about-quote {
    padding: 115px 0;
    background: #87927e;
    color: #fff;
}

.about-quote-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.about-quote-inner > i {
    color: #d8bc87;
    font-size: 48px;
}

.about-quote blockquote {
    margin: 20px 0 28px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 4.6vw, 72px);
    font-style: italic;
    line-height: 1.1;
}

.about-quote cite {
    color: #eadfc9;
    font-style: normal;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-credentials {
    background: #fff;
}

.about-credentials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.about-credential-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 38px;
    border: 1px solid #e5e0d5;
}

.about-credential-icon {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    margin: 0;
}

.about-related {
    padding: 110px 0;
    background: #f5f2ea;
}

.about-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.about-related-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    color: #fff;
}

.about-related-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        to top,
        rgba(22,31,25,.86),
        rgba(22,31,25,.08) 70%
    );
}

.about-related-card img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
    transition: transform .6s ease;
}

.about-related-card span,
.about-related-card > i {
    position: absolute;
    z-index: 1;
    bottom: 30px;
}

.about-related-card span {
    left: 30px;
    right: 70px;
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
}

.about-related-card > i {
    right: 30px;
    font-size: 25px;
}

.about-related-card:hover {
    color: #fff;
}

.about-related-card:hover img {
    transform: scale(1.04);
}

.about-final-cta {
    position: relative;
    padding: 120px 0;
    background-color: #24342b;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.about-final-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.about-final-cta h2 {
    color: #f8f5ed;
}

.about-final-cta h2 em {
    color: #dbc89c;
}

.about-final-cta-text,
.about-final-cta-text p {
    color: rgba(255,255,255,.9);
}

.about-final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px 42px;
    margin-top: 38px;
}

.about-quiet-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.about-quiet-link:hover {
    color: #dbc89c;
}

@media (max-width: 991px) {
    .about-hero-grid,
    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-image-wrap {
        max-width: 650px;
    }

    .about-story-image {
        height: 520px;
    }

    .about-story-image.about-order-right,
    .about-story-copy.about-order-left {
        order: initial;
    }

    .about-values-grid,
    .about-credentials-grid,
    .about-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .about-page-hero,
    .about-stories,
    .about-values,
    .about-quote,
    .about-credentials,
    .about-related,
    .about-final-cta {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .about-hero-grid {
        gap: 55px;
    }

    .about-hero-content h1 {
        font-size: 58px;
    }

    .about-hero-image-wrap {
        padding-right: 20px;
    }

    .about-hero-badge {
        width: 120px;
        height: 120px;
        font-size: 19px;
    }

    .about-story + .about-story {
        margin-top: 75px;
    }

    .about-story-image {
        height: 440px;
    }

    .about-values-grid,
    .about-credentials-grid,
    .about-related-grid {
        grid-template-columns: 1fr;
    }

    .about-credential-card {
        padding: 30px 24px;
    }

    .about-final-cta-actions {
        flex-direction: column;
    }

    .about-final-cta-actions .btn {
        width: 100%;
    }
}


/* ==========================================================
   PRICES PAGE
   ========================================================== */

.prices-intro {
    padding: 72px 0 82px;
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(184,151,99,.12),
            transparent 42%
        ),
        #f7f5ef;
}

.prices-breadcrumb {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 55px;
    color: #6b6e68;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.prices-breadcrumb a {
    color: inherit;
}

.prices-intro-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.prices-intro h1,
.prices-final-cta h2 {
    margin: 20px 0 24px;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(58px, 6vw, 94px);
    font-weight: 400;
    line-height: .98;
}

.prices-intro-text {
    max-width: 780px;
    margin: 0 auto;
    color: #646861;
    font-size: 19px;
    line-height: 1.8;
}

.prices-options {
    padding: 105px 0;
    background: #fff;
}

.prices-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    max-width: 1280px;
    margin: 0 auto;
}

.prices-location-card {
    padding: 48px;
    border: 1px solid #e1ddd3;
    background: #f7f5ef;
}

.prices-location-header {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d9d3c6;
}

.prices-location-icon {
    display: grid;
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    place-items: center;
    border-radius: 50%;
    background: #87927e;
    color: #d2b476;
    font-size: 26px;
}

.prices-location-header h2 {
    margin: 0;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: 47px;
    font-weight: 500;
}

.prices-treatment {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 34px 0;
}

.prices-treatment + .prices-treatment {
    border-top: 1px solid #ddd8cd;
}

.prices-treatment:last-child {
    padding-bottom: 0;
}

.prices-treatment h3 {
    margin: 0 0 4px;
    color: #252d27;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 500;
}

.prices-duration {
    color: #9a7945;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.prices-description {
    max-width: 430px;
    margin-top: 13px;
    color: #686b65;
    line-height: 1.65;
}

.prices-description p {
    margin: 0;
}

.prices-amount {
    color: #87927e;
    font-family: "Cormorant Garamond", serif;
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
}

.prices-note {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    max-width: 900px;
    margin: 55px auto 0;
    padding: 30px 34px;
    background: #eef0e9;
}

.prices-note > i {
    color: #a88955;
    font-size: 27px;
}

.prices-note h2 {
    margin: 0 0 8px;
    color: #252d27;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
}

.prices-note p {
    margin: 0;
    color: #656a63;
    line-height: 1.7;
}

.prices-final-cta {
    padding: 100px 0;
    background: #30443a;
    text-align: center;
}

.prices-final-cta-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.prices-final-cta h2 {
    color: #f8f5ed;
}

.prices-final-cta h2 em {
    display: block;
    color: #dbc89c;
    font-weight: 400;
}

.prices-cta-text,
.prices-cta-text p {
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.75;
}

.prices-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 40px;
    margin-top: 34px;
}

.prices-quiet-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #fff;
}

.prices-quiet-link:hover {
    color: #dbc89c;
}

@media (max-width: 767px) {
    .prices-location-grid {
        grid-template-columns: 1fr;
    }

    .prices-location-card {
        padding: 34px 26px;
    }

    .prices-treatment {
        gap: 18px;
    }

    .prices-amount {
        font-size: 46px;
    }
}

@media (max-width: 480px) {
    .prices-intro {
        padding: 55px 0 65px;
    }

    .prices-options,
    .prices-final-cta {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .prices-treatment {
        display: block;
    }

    .prices-amount {
        display: block;
        margin-top: 18px;
    }

    .prices-cta-actions {
        flex-direction: column;
    }

    .prices-cta-actions .btn {
        width: 100%;
    }
}


/* ==========================================================
   TEMPLATE-AWARE HEADER COLOURS
   ========================================================== */

.site-header.header-on-light {
    background: rgba(248, 246, 240, 0.96);
}

.site-header.header-on-light .nav-link {
    color: #202922 !important;
}

.site-header.header-on-light .nav-chevron {
    color: #202922 !important;
}

.site-header.header-on-light .nav-link::after {
    background: #b69660;
}

.site-header.header-on-light .menu-toggle span {
    background: #202922 !important;
}

.site-header.header-on-light .site-logo img {
    opacity: 1;
}

/* Dropdowns always remain readable */
.site-header .nav-dropdown a {
    color: #202922;
}

/* Image-led pages retain their light navigation */
.site-header.header-on-dark .nav-link,
.site-header.header-on-dark .nav-chevron {
    color: #fff;
}

/* ==========================================================
   GIFT VOUCHER PAGE LAYOUT
   ========================================================== */

body.page-gift-vouchers {
    overflow-x: hidden;
}

/* Light opening page: leave room for the overlaid site header. */
.gift-page-hero {
    padding: clamp(11rem, 14vw, 14rem) 0 6rem;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(182, 150, 96, 0.14),
            transparent 34rem
        ),
        #f8f6f0;
}

.gift-page-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(360px, 0.95fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.gift-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 3rem;
    color: #687169;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.gift-breadcrumb a {
    color: inherit;
}

.gift-breadcrumb i {
    color: #b69660;
    font-size: 0.7rem;
}

.gift-page-hero h1 {
    max-width: 760px;
    margin: 1.25rem 0 1.75rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.8rem, 6.5vw, 7rem);
    font-weight: 400;
    line-height: 0.9;
}

.gift-page-hero h1 em {
    display: block;
    color: #a98751;
    font-weight: 400;
}

.gift-page-hero-intro {
    max-width: 650px;
    color: #626b64;
    font-size: 1.1rem;
    line-height: 1.85;
}

.gift-page-hero-image {
    position: relative;
    min-height: 580px;
    margin: 0;
    overflow: hidden;
}

.gift-page-hero-image::before {
    position: absolute;
    z-index: 1;
    inset: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    content: "";
    pointer-events: none;
}

.gift-page-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 580px;
    object-fit: cover;
}

.gift-section-heading {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 3.5rem;
}

.gift-section-heading .section-title {
    margin: 1rem 0;
}

.gift-section-heading > p {
    max-width: 700px;
    margin: 0 auto;
    color: #69716b;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Voucher choices */

.gift-options-section {
    display: block !important;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #fff;
}

.gift-options-section > .container {
    width: 100% !important;
    max-width: 1320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.gift-option-card {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 510px;
    flex-direction: column;
    align-items: center;
    padding: clamp(2.25rem, 4vw, 3.75rem);
    border: 1px solid rgba(32, 41, 34, 0.12);
    background: #f8f6f0;
    text-align: center;
}

.gift-option-type {
    display: inline-block;
    margin-bottom: 1.25rem;
    color: #a98751;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.gift-option-card h3 {
    margin-bottom: 1.25rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.25rem, 4vw, 3.6rem);
    font-weight: 400;
    line-height: 1.05;
}

.gift-option-price {
    color: #31473d;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(4rem, 6vw, 5.5rem);
    line-height: 1;
}

.gift-option-duration {
    margin: 0.65rem 0 1.5rem;
    color: #a98751;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gift-option-card p {
    max-width: 430px;
    margin: 0 auto 2rem;
    color: #687169;
    line-height: 1.75;
}

.gift-option-card .btn {
    margin-top: auto;
}

.gift-pricing-note {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    max-width: 950px;
    margin: 3rem auto 0;
    padding: 1.75rem 2rem;
    background: #31473d;
    color: rgba(255, 255, 255, 0.8);
}

.gift-pricing-note > i {
    flex: 0 0 auto;
    color: #d5b77e;
    font-size: 1.5rem;
}

.gift-pricing-note h3 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 500;
}

.gift-pricing-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

/* Occasions */

.gift-occasions-section {
    display: block !important;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #31473d;
}

.gift-occasions-section > .container {
    width: 100% !important;
    max-width: 1320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.gift-occasions-section .section-title {
    color: #fff;
}

.gift-occasion-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 1050px;
    margin: 0 auto;
}

.gift-occasion {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.95rem 1.4rem;
    border: 1px solid rgba(213, 183, 126, 0.4);
    color: #fff;
}

.gift-occasion i {
    color: #d5b77e;
}

/* How it works */

.gift-how-section {
    display: block !important;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #f8f6f0;
}

.gift-how-section > .container {
    width: 100% !important;
    max-width: 1320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.gift-how-card {
    height: 100%;
    padding: 2.75rem 2.25rem;
    background: #fff;
    text-align: center;
}

.gift-how-icon {
    display: grid;
    width: 74px;
    height: 74px;
    margin: 0 auto 1.75rem;
    place-items: center;
    border-radius: 50%;
    background: #879483;
    color: #d5b77e;
    font-size: 1.5rem;
}

.gift-how-card h3 {
    margin-bottom: 1rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
}

.gift-how-card p {
    margin: 0;
    color: #687169;
    line-height: 1.75;
}

/* Practical information */

.gift-details-section {
    display: block !important;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #fff;
}

.gift-details-section > .container {
    width: 100% !important;
    max-width: 1320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.gift-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.gift-detail-card {
    padding: clamp(2.5rem, 5vw, 4.5rem);
    background: #f8f6f0;
}

.gift-detail-card:nth-child(even) {
    background: #e7e9e3;
}

.gift-detail-card h2 {
    margin: 1rem 0 1.25rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1.05;
}

.gift-detail-text {
    color: #636c65;
    line-height: 1.85;
}

/* Quote */

.gift-quote-section {
    display: block !important;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: #b69660;
    text-align: center;
}

.gift-quote-section blockquote {
    max-width: 950px;
    margin: 0 auto;
    color: #fff;
}

.gift-quote-section blockquote > i {
    display: block;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.gift-quote-section blockquote p {
    margin-bottom: 1.25rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.1rem, 4.3vw, 4rem);
    font-style: italic;
    line-height: 1.12;
}

.gift-quote-section blockquote footer {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* FAQ and related pages */

.gift-faq-section,
.gift-related-section {
    display: block !important;
    padding: clamp(5rem, 8vw, 8rem) 0;
}

.gift-faq-section {
    background: #f8f6f0;
}

.gift-related-section {
    background: #fff;
}

.gift-faq-section > .container,
.gift-related-section > .container {
    width: 100% !important;
    max-width: 1320px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.gift-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.gift-faq-list .help-faq-item {
    background: #fff;
}

.gift-related-card {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid rgba(32, 41, 34, 0.12);
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.65rem;
    transition:
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.gift-related-card i {
    color: #b69660;
    font-size: 1.15rem;
}

.gift-related-card:hover {
    border-color: #31473d;
    background: #31473d;
    color: #fff;
}

/* Final CTA */

.gift-final-cta {
    display: block !important;
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: #31473d;
    text-align: center;
}

.gift-final-cta-inner {
    max-width: 950px;
    margin: 0 auto;
}

.gift-final-cta h2 {
    margin: 1.25rem 0 1.5rem;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 400;
    line-height: 0.98;
}

.gift-final-cta h2 em {
    display: block;
    color: #d5b77e;
    font-weight: 400;
}

.gift-final-cta p {
    max-width: 720px;
    margin: 0 auto 2.25rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
    line-height: 1.8;
}

.gift-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

/* Responsive layout */

@media (max-width: 991.98px) {
    .gift-page-hero {
        padding-top: 10rem;
    }

    .gift-page-hero-grid {
        grid-template-columns: 1fr;
    }

    .gift-page-hero-image,
    .gift-page-hero-image img {
        min-height: 480px;
    }

    .gift-details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .gift-page-hero {
        padding: 8rem 0 4rem;
    }

    .gift-page-hero-image,
    .gift-page-hero-image img {
        min-height: 360px;
    }

    .gift-option-card {
        min-height: 0;
    }

    .gift-pricing-note {
        padding: 1.35rem;
    }

    .gift-occasion {
        width: 100%;
        justify-content: center;
    }

    .gift-final-actions {
        display: grid;
    }

    .gift-final-actions .btn {
        width: 100%;
    }
}

/* ==========================================================
   GIFT VOUCHER FAQ CORRECTION
   ========================================================== */

.gift-faq-section .gift-section-heading {
    margin-bottom: 3rem;
}

.gift-faq-list {
    overflow: hidden;
    border: 1px solid rgba(32, 41, 34, 0.1);
    background: #fff;
}

.gift-faq-list .help-faq-item {
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(32, 41, 34, 0.12);
    background: #fff;
}

.gift-faq-list .help-faq-item:last-child {
    border-bottom: 0;
}

.gift-faq-list .help-faq-item summary {
    display: flex;
    min-height: 105px;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.75rem 2.25rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.45rem, 2.2vw, 1.9rem);
    font-weight: 500;
    line-height: 1.25;
    list-style: none;
    cursor: pointer;
}

.gift-faq-list .help-faq-item summary::-webkit-details-marker {
    display: none;
}

.gift-faq-list .help-faq-item summary::marker {
    display: none;
    content: "";
}

.gift-faq-list .help-faq-item summary i {
    flex: 0 0 auto;
    color: #879483;
    font-size: 1.1rem;
    transition: transform 180ms ease;
}

.gift-faq-list .help-faq-item[open] summary {
    padding-bottom: 1rem;
    color: #a98751;
}

.gift-faq-list .help-faq-item[open] summary i {
    transform: rotate(45deg);
}

.gift-faq-list .help-faq-item > div {
    max-width: 800px;
    padding: 0 2.25rem 2rem;
    color: #687169;
    font-size: 1rem;
    line-height: 1.8;
}

.gift-faq-list .help-faq-item:hover summary {
    color: #a98751;
}

@media (max-width: 575.98px) {
    .gift-faq-list .help-faq-item summary {
        min-height: 88px;
        gap: 1rem;
        padding: 1.4rem 1.25rem;
        font-size: 1.4rem;
    }

    .gift-faq-list .help-faq-item[open] summary {
        padding-bottom: 0.8rem;
    }

    .gift-faq-list .help-faq-item > div {
        padding: 0 1.25rem 1.5rem;
    }
}

/* ==========================================================
   BOOK NOW PAGE LAYOUT
   ========================================================== */

body.page-book-now {
    overflow-x: hidden;
    background: #f8f6f0;
}

.booking-intro {
    display: block !important;
    padding: clamp(11rem, 14vw, 14rem) 0 5rem;
    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(182, 150, 96, 0.13),
            transparent 36rem
        ),
        #f8f6f0;
}

.booking-intro > .container,
.booking-widget-section > .container,
.booking-steps > .container,
.booking-help > .container {
    width: 100% !important;
    max-width: 1400px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.booking-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 3.5rem;
    color: #687169;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.booking-breadcrumb a {
    color: inherit;
}

.booking-breadcrumb i {
    color: #b69660;
    font-size: 0.7rem;
}

.booking-intro-inner {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.booking-intro h1 {
    margin: 1.25rem 0 1.75rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(4rem, 7vw, 7.5rem);
    font-weight: 400;
    line-height: 0.9;
}

.booking-intro h1 em {
    display: block;
    color: #a98751;
    font-weight: 400;
}

.booking-intro-text {
    max-width: 780px;
    margin: 0 auto;
    color: #626b64;
    font-size: 1.08rem;
    line-height: 1.85;
}

.booking-widget-section {
    display: block !important;
    padding: 1rem 0 clamp(4.5rem, 7vw, 7rem);
    background: #f8f6f0;
}

.booking-section-heading {
    max-width: 850px;
    margin: 0 auto 3rem;
    text-align: center;
}

.booking-section-heading .section-title {
    margin: 1rem 0;
}

.booking-section-heading > p {
    max-width: 720px;
    margin: 0 auto;
    color: #687169;
    font-size: 1.05rem;
    line-height: 1.8;
}

.booking-widget-shell {
    width: 100%;
    min-height: 620px;
    padding: clamp(1rem, 3vw, 2.5rem);
    border: 1px solid rgba(32, 41, 34, 0.1);
    background: #fff;
    box-shadow: 0 24px 70px rgba(32, 41, 34, 0.08);
}

#bookapp-reservation-widget {
    width: 100%;
    min-height: 560px;
}

.booking-widget-noscript {
    padding: 2rem;
    background: #f3eee4;
    color: #626b64;
    text-align: center;
}

.booking-steps {
    display: block !important;
    padding: clamp(4.5rem, 7vw, 7rem) 0;
    background: #fff;
}

.booking-step {
    height: 100%;
    padding: 2.5rem 2rem;
    text-align: center;
}

.booking-step-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 1.6rem;
    place-items: center;
    border-radius: 50%;
    background: #879483;
    color: #d5b77e;
    font-size: 1.4rem;
}

.booking-step h3 {
    margin-bottom: 0.85rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 500;
}

.booking-step p {
    max-width: 360px;
    margin: 0 auto;
    color: #687169;
    line-height: 1.75;
}

.booking-help {
    display: block !important;
    padding: clamp(4rem, 6vw, 6rem) 0;
    background: #31473d;
}

.booking-help-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 3rem;
}

.booking-help h2 {
    margin: 1rem 0 0.8rem;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.5rem, 4vw, 4.25rem);
    font-weight: 400;
}

.booking-help p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

.booking-help-actions {
    display: flex;
    min-width: 280px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.booking-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.86);
}

.booking-contact-link i {
    color: #d5b77e;
}

.booking-contact-link:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .booking-intro {
        padding-top: 10rem;
    }

    .booking-help-inner {
        grid-template-columns: 1fr;
    }

    .booking-help-actions {
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .booking-intro {
        padding: 8rem 0 3.5rem;
    }

    .booking-intro h1 {
        font-size: clamp(3.25rem, 15vw, 4.5rem);
    }

    .booking-widget-shell {
        min-height: 520px;
        padding: 0.5rem;
    }

    #bookapp-reservation-widget {
        min-height: 500px;
    }

    .booking-help-actions,
    .booking-help-actions .btn {
        width: 100%;
    }
}

/* ==========================================================
   BOOK NOW INTRO WIDGET MERGE CORRECTION
   ========================================================== */

.page-book-now .booking-intro {
    padding-bottom: clamp(4.5rem, 7vw, 7rem);
}

.page-book-now .booking-intro h1 {
    font-size: clamp(3.75rem, 6.4vw, 6.75rem);
}

.page-book-now .booking-intro-text {
    max-width: 900px;
}

.page-book-now .booking-intro .booking-widget-shell {
    margin-top: clamp(3rem, 6vw, 5rem);
    text-align: left;
}

@media (max-width: 575.98px) {
    .page-book-now .booking-intro {
        padding-bottom: 4rem;
    }

    .page-book-now .booking-intro .booking-widget-shell {
        margin-top: 2.75rem;
    }
}

/* ==========================================================
   CONTACT PAGE LAYOUT
   ========================================================== */

body.page-contact {
    overflow-x: hidden;
    background: #f8f6f0;
}

.contact-intro {
    display: block !important;
    padding: clamp(10rem, 13vw, 13rem) 0 5rem;
    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(182, 150, 96, 0.14),
            transparent 34rem
        ),
        #f8f6f0;
}

.contact-intro > .container,
.contact-main > .container {
    width: 100% !important;
    max-width: 1400px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 3.5rem;
    color: #687169;
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.contact-breadcrumb a {
    color: inherit;
}

.contact-breadcrumb i {
    color: #b69660;
    font-size: 0.7rem;
}

.contact-intro-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.contact-intro h1 {
    margin: 1.25rem 0 1.75rem;
    color: #202922;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(4rem, 7vw, 7rem);
    font-weight: 400;
    line-height: 0.92;
}

.contact-intro h1 em {
    display: block;
    color: #a98751;
    font-weight: 400;
}

.contact-intro-copy {
    max-width: 760px;
    margin: 0 auto;
    color: #626b64;
    font-size: 1.08rem;
    line-height: 1.85;
}

.contact-main {
    display: block !important;
    padding: 1rem 0 clamp(5rem, 8vw, 8rem);
    background: #f8f6f0;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.75fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 5rem);
}

.contact-form-panel {
    padding: clamp(2rem, 4vw, 4rem);
    border: 1px solid rgba(32, 41, 34, 0.1);
    background: #fff;
    box-shadow: 0 24px 70px rgba(32, 41, 34, 0.08);
}

.contact-form-panel h2,
.contact-details-panel h2 {
    margin: 1rem 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.75rem, 4vw, 4.25rem);
    font-weight: 400;
    line-height: 1;
}

.contact-form-panel h2 {
    color: #202922;
}

.contact-form-intro {
    max-width: 650px;
    margin-bottom: 2.5rem;
    color: #687169;
    line-height: 1.8;
}

.contact-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.contact-field {
    margin-bottom: 1.5rem;
}

.contact-field label {
    display: block;
    margin-bottom: 0.65rem;
    color: #29362f;
    font-size: 0.88rem;
    font-weight: 600;
}

.contact-field label > span:not(.contact-optional) {
    color: #a98751;
}

.contact-optional {
    margin-left: 0.4rem;
    color: #879087;
    font-size: 0.76rem;
    font-weight: 400;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid rgba(32, 41, 34, 0.18);
    border-radius: 0;
    outline: 0;
    background: #fbfaf7;
    color: #202922;
    font: inherit;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.contact-field input {
    min-height: 58px;
    padding: 0 1rem;
}

.contact-field textarea {
    min-height: 180px;
    padding: 1rem;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #a98751;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(169, 135, 81, 0.13);
}

.contact-field-note {
    margin: 0.6rem 0 0;
    color: #798079;
    font-size: 0.8rem;
    line-height: 1.55;
}

.contact-consents {
    display: grid;
    gap: 1rem;
    margin: 0.75rem 0 1.5rem;
}

.contact-checkbox {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: start;
    gap: 0.85rem;
    margin: 0;
    padding: 1rem;
    border: 1px solid rgba(32, 41, 34, 0.1);
    background: #f8f6f0;
    color: #626b64;
    font-size: 0.84rem;
    line-height: 1.65;
    cursor: pointer;
}

.contact-checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    accent-color: #879483;
}

.contact-checkbox strong {
    display: inline-block;
    margin-left: 0.35rem;
    color: #879483;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-privacy-note {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.75rem;
    color: #737b74;
    font-size: 0.8rem;
    line-height: 1.65;
}

.contact-privacy-note i {
    margin-top: 0.2rem;
    color: #879483;
    font-size: 1rem;
}

.contact-privacy-note p {
    margin: 0;
}

.contact-privacy-note a {
    color: #8d6e3f;
    text-decoration: underline;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-width: 210px;
}

.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 2rem;
    padding: 1rem 1.2rem;
    line-height: 1.6;
}

.contact-alert i {
    margin-top: 0.2rem;
}

.contact-alert ul {
    margin: 0.5rem 0 0;
    padding-left: 1.2rem;
}

.contact-alert-success {
    border: 1px solid rgba(70, 116, 83, 0.25);
    background: #edf5ef;
    color: #31533a;
}

.contact-alert-error {
    border: 1px solid rgba(153, 71, 60, 0.24);
    background: #fbefed;
    color: #7c3931;
}

.contact-details-panel {
    position: sticky;
    top: 8rem;
    padding: clamp(2rem, 4vw, 3.5rem);
    background: #31473d;
    color: #fff;
}

.contact-details-panel h2 {
    color: #fff;
}

.contact-details-panel > p {
    margin-bottom: 2.25rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
}

.contact-details-list {
    display: grid;
    gap: 1.3rem;
}

.contact-details-list > a,
.contact-detail {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    color: #fff;
}

.contact-details-list > a > span,
.contact-detail > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #d5b77e;
}

.contact-details-list small,
.contact-details-list strong {
    display: block;
}

.contact-details-list small {
    margin-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-details-list strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 500;
}

.contact-book-card {
    margin-top: 2.75rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-book-card > span {
    color: #d5b77e;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-book-card h3 {
    margin: 0.65rem 0;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
    font-weight: 400;
}

.contact-book-card p {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 991.98px) {
    .contact-intro {
        padding-top: 10rem;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-details-panel {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .contact-intro {
        padding: 8rem 0 3.5rem;
    }

    .contact-intro h1 {
        font-size: clamp(3.25rem, 15vw, 4.5rem);
    }

    .contact-main {
        padding-top: 0;
    }

    .contact-form-panel,
    .contact-details-panel {
        padding: 2rem 1.25rem;
    }

    .contact-field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .contact-submit {
        width: 100%;
    }
}

/* ==========================================================
   REMOVE HELP HERO CENTRE DIVIDER
   ========================================================== */

.page-help .help-hero::before {
    display: none !important;
    content: none !important;
}

/* ==========================================================
   MOBILE NAVIGATION CONSISTENCY
   ========================================================== */

@media (max-width: 991.98px) {
    .mobile-menu {
        width: min(430px, calc(100vw - 24px));
        max-width: none;
        padding: 1.5rem;
        overscroll-behavior: contain;
    }

    .mobile-menu-head {
        margin-bottom: 0.5rem;
        padding-bottom: 1.25rem;
    }

    .mobile-menu-head img {
        width: 105px;
        height: auto;
    }

    .mobile-menu-close {
        display: grid;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        place-items: center;
    }

    .mobile-nav {
        margin: 0.5rem 0 2rem;
    }

    /*
     * Give ordinary links and expandable headings exactly
     * the same top-level appearance.
     */
    .mobile-nav > li > a,
    .mobile-nav > li > details > summary {
        display: flex;
        min-height: 64px;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 1rem 0;
        color: #1f2620;
        font-family:
            "Cormorant Garamond",
            "Times New Roman",
            serif;
        font-size: 1.65rem;
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: 0;
        text-transform: none;
    }

    .mobile-nav > li > details > summary {
        cursor: pointer;
        list-style: none;
    }

    .mobile-nav > li > details > summary::-webkit-details-marker {
        display: none;
    }

    .mobile-nav > li > details > summary::marker {
        display: none;
        content: "";
    }

    .mobile-nav > li > details > summary .bi {
        margin-left: 1rem;
        color: #687169;
        font-size: 0.8rem;
        transition:
            color 180ms ease,
            transform 180ms ease;
    }

    .mobile-nav > li > details[open] > summary {
        color: #a98751;
    }

    .mobile-nav > li > details[open] > summary .bi {
        color: #a98751;
        transform: rotate(180deg);
    }

    .mobile-nav > li > a:hover,
    .mobile-nav > li > a:focus-visible,
    .mobile-nav > li > details > summary:hover,
    .mobile-nav > li > details > summary:focus-visible {
        padding-left: 0;
        color: #a98751;
    }

    /*
     * Submenu links remain smaller and visually subordinate.
     */
    .mobile-subnav {
        margin: 0;
        padding: 0.2rem 0 0.75rem 1.25rem;
        border-left: 1px solid rgba(182, 154, 103, 0.45);
    }

    .mobile-subnav li {
        margin: 0;
        border: 0;
    }

    .mobile-subnav a {
        padding: 0.6rem 0 0.6rem 0.75rem;
        color: #465048;
        font-family:
            "Cormorant Garamond",
            "Times New Roman",
            serif;
        font-size: 1.18rem;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: 0;
    }

    .mobile-subnav a:hover,
    .mobile-subnav a:focus-visible {
        padding-left: 1rem;
        color: #a98751;
    }
}

@media (max-width: 420px) {
    .mobile-menu {
        width: calc(100vw - 16px);
        padding: 1.25rem;
    }

    .mobile-nav > li > a,
    .mobile-nav > li > details > summary {
        min-height: 58px;
        font-size: 1.5rem;
    }

    .mobile-subnav a {
        font-size: 1.08rem;
    }
}

/* ==========================================================
   MOBILE HOMEPAGE SLIDER REFINEMENT
   ========================================================== */

@media (max-width: 767.98px) {
    /*
     * Prevent very tall screens producing excessive empty image
     * space while retaining enough room for longer slide copy.
     */
    .hero-slider {
        height: clamp(540px, 100svh, 680px);
        min-height: 0;
    }

    .hero-slider .swiper,
    .hero-slider .swiper-wrapper,
    .hero-slider .swiper-slide {
        height: 100%;
    }

    /*
     * Do not vertically centre variable-height content.
     * Begin immediately beneath the overlaid mobile header.
     */
    .hero-slider .hero-slide {
        align-items: flex-start;
    }

    .hero-slider .hero-slide > .container {
        display: flex;
        height: 100%;
        align-items: flex-start;
        padding-top: clamp(7.5rem, 22svh, 9rem);
        padding-bottom: 2rem;
    }

    .hero-slider .hero-content {
        width: 100%;
        max-width: 580px;
    }

    .hero-slider .hero-eyebrow {
        display: block;
        width: auto;
        margin: 0 0 0.8rem;
        padding: 0;
        border: 0;
        background: transparent;
        color: #e0c28e;
        font-family:
            "Inter",
            system-ui,
            sans-serif;
        font-size: 0.78rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .hero-slider .hero-content .hero-title {
        margin: 0 0 1rem;
        font-size: clamp(2.55rem, 11vw, 3.45rem);
        line-height: 0.98;
    }

    .hero-slider .hero-content .hero-text {
        max-width: 500px;
        margin: 0 0 1.35rem;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    /*
     * Equal stacked buttons prevent long labels creating
     * different widths or overflowing the screen.
     */
    .hero-slider .hero-actions {
        display: grid;
        width: min(100%, 330px);
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin: 0;
    }

    .hero-slider .hero-actions .btn {
        display: inline-flex;
        width: 100%;
        min-width: 0;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0.85rem 1.2rem;
        font-size: 0.72rem;
        line-height: 1.35;
        letter-spacing: 0.16em;
        text-align: center;
        white-space: normal;
    }

    .hero-slider .hero-nav,
    .hero-slider .hero-pagination {
        display: none !important;
    }
}

@media (max-width: 420px) {
    .hero-slider {
        height: 560px;
    }

    .hero-slider .hero-slide > .container {
        padding-top: 7rem;
        padding-bottom: 1.5rem;
    }

    .hero-slider .hero-content .hero-title {
        font-size: clamp(2.35rem, 11.5vw, 2.9rem);
    }

    .hero-slider .hero-content .hero-text {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .hero-slider .hero-actions {
        width: 100%;
    }

    .hero-slider .hero-actions .btn {
        min-height: 48px;
        padding: 0.78rem 1rem;
        font-size: 0.68rem;
    }
}

/* ==========================================================
   FULLSCREEN MOBILE NAVIGATION OVERLAY
   ========================================================== */

@media (max-width: 991.98px) {
    /*
     * Replace the partial-width drawer with a complete
     * viewport takeover.
     */
    .mobile-menu {
        position: fixed;
        inset: 0;
        z-index: 10000;
        display: block;
        width: 100%;
        max-width: none;
        height: 100vh;
        height: 100dvh;
        min-height: 0;
        padding:
            0
            clamp(1.25rem, 5vw, 3rem)
            max(2rem, env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fffdf8;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: translateX(100%);
        transition:
            transform 400ms cubic-bezier(0.76, 0, 0.24, 1);
        -webkit-overflow-scrolling: touch;
    }

    .mobile-menu.is-open {
        transform: translateX(0);
    }

    /*
     * The former dark page overlay is unnecessary because
     * the menu itself now covers the entire screen.
     */
    .mobile-menu-overlay {
        display: none !important;
    }

    /*
     * Keep the logo and close button available while the
     * visitor scrolls through longer dropdowns.
     */
    .mobile-menu-head {
        position: sticky;
        top: 0;
        z-index: 4;
        width: 100%;
        max-width: 680px;
        margin: 0 auto 0.5rem;
        padding:
            max(1.25rem, env(safe-area-inset-top))
            0
            1.25rem;
        border-bottom: 1px solid #e5dfd3;
        background: #fffdf8;
    }

    .mobile-menu-head img {
        width: 100px;
        height: auto;
    }

    .mobile-menu-close {
        display: grid;
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        place-items: center;
        border: 1px solid #ded7ca;
        background: #fffdf8;
        color: #1f2620;
        font-size: 1.1rem;
    }

    .mobile-menu-close:hover,
    .mobile-menu-close:focus-visible {
        border-color: #879483;
        background: #879483;
        color: #fff;
    }

    /*
     * Centre the menu content on phones and tablets without
     * stretching the link rows excessively.
     */
    .mobile-nav,
    .mobile-contact {
        width: 100%;
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-nav {
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .mobile-nav > li > a,
    .mobile-nav > li > details > summary {
        min-height: 62px;
        padding: 0.95rem 0;
    }

    /*
     * Give Book Now a clear action treatment instead of
     * presenting it as another ordinary navigation row.
     */
    .mobile-nav > li:last-child {
        padding-top: 1.25rem;
        border-bottom: 0;
    }

    .mobile-nav > li:last-child > a {
        display: flex;
        width: 100%;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        padding: 0.9rem 1.25rem;
        border: 1px solid #b89460;
        background: #b89460;
        color: #fffdf8;
        font-family:
            "Inter",
            system-ui,
            sans-serif;
        font-size: 0.76rem;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.2em;
        text-align: center;
        text-transform: uppercase;
    }

    .mobile-nav > li:last-child > a:hover,
    .mobile-nav > li:last-child > a:focus-visible {
        padding-left: 1.25rem;
        border-color: #879483;
        background: #879483;
        color: #fff;
    }

    .mobile-contact {
        margin-top: 0;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    /*
     * Prevent the page behind the menu from scrolling.
     * Modern mobile browsers support :has().
     */
    html:has(.mobile-menu.is-open),
    body:has(.mobile-menu.is-open) {
        overflow: hidden;
        overscroll-behavior: none;
    }
}

@media (max-width: 420px) {
    .mobile-menu {
        width: 100%;
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }

    .mobile-menu-head {
        padding-top:
            max(1rem, env(safe-area-inset-top));
    }

    .mobile-menu-head img {
        width: 90px;
    }

    .mobile-menu-close {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .mobile-nav > li > a,
    .mobile-nav > li > details > summary {
        min-height: 56px;
        padding: 0.8rem 0;
    }
}

/*
 * Respect visitors who prefer reduced animation.
 */
@media (prefers-reduced-motion: reduce) {
    .mobile-menu {
        transition-duration: 1ms;
    }
}

/* ==========================================================
   MOBILE DRILL-DOWN PANELS
   ========================================================== */

.mobile-drill-panel,
.mobile-drill-trigger {
    display: none;
}

@media (max-width: 991.98px) {
    .mobile-menu {
        overflow-y: auto;
    }

    /*
     * Main-menu drill-down triggers match ordinary links.
     */
    .mobile-nav > li > .mobile-drill-trigger {
        display: flex;
        width: 100%;
        min-height: 62px;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0.95rem 0;
        border: 0;
        background: transparent;
        color: #1f2620;
        font-family:
            "Cormorant Garamond",
            "Times New Roman",
            serif;
        font-size: 1.65rem;
        font-weight: 400;
        line-height: 1.15;
        letter-spacing: 0;
        text-align: left;
        cursor: pointer;
    }

    .mobile-nav > li > .mobile-drill-trigger i {
        flex: 0 0 auto;
        margin-left: 1rem;
        color: #9f824e;
        font-size: 0.78rem;
        transition: transform 180ms ease;
    }

    .mobile-nav > li > .mobile-drill-trigger:hover,
    .mobile-nav > li > .mobile-drill-trigger:focus-visible {
        color: #a98751;
    }

    .mobile-nav > li > .mobile-drill-trigger:hover i,
    .mobile-nav > li > .mobile-drill-trigger:focus-visible i {
        transform: translateX(4px);
    }

    /*
     * Move the primary list away when entering a submenu.
     */
    .mobile-nav,
    .mobile-contact {
        transition:
            opacity 240ms ease,
            transform 320ms cubic-bezier(0.76, 0, 0.24, 1);
    }

    .mobile-menu.is-drilled {
        overflow: hidden;
    }

    .mobile-menu.is-drilled .mobile-nav,
    .mobile-menu.is-drilled .mobile-contact {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-15%);
    }

    /*
     * Each submenu occupies the same full-screen menu surface.
     * The global logo and close button remain above it.
     */
    .mobile-drill-panel {
        position: fixed;
        inset: 0;
        z-index: 3;
        display: block;
        padding:
            clamp(9.5rem, 24vh, 11rem)
            clamp(1.25rem, 5vw, 3rem)
            max(2rem, env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: auto;
        background: #fffdf8;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transform: translateX(100%);
        transition:
            opacity 220ms ease,
            visibility 0s linear 320ms,
            transform 320ms cubic-bezier(0.76, 0, 0.24, 1);
        -webkit-overflow-scrolling: touch;
    }

    .mobile-drill-panel.is-active {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
        transition:
            opacity 220ms ease,
            visibility 0s,
            transform 320ms cubic-bezier(0.76, 0, 0.24, 1);
    }

    .mobile-drill-panel > * {
        width: 100%;
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile-drill-back {
        display: inline-flex;
        width: auto;
        align-items: center;
        gap: 0.65rem;
        margin-bottom: 1.75rem;
        padding: 0;
        border: 0;
        background: transparent;
        color: #697169;
        font-family:
            "Inter",
            system-ui,
            sans-serif;
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        cursor: pointer;
    }

    .mobile-drill-back i {
        color: #a98751;
        font-size: 1rem;
        transition: transform 180ms ease;
    }

    .mobile-drill-back:hover,
    .mobile-drill-back:focus-visible {
        color: #a98751;
    }

    .mobile-drill-back:hover i,
    .mobile-drill-back:focus-visible i {
        transform: translateX(-4px);
    }

    .mobile-drill-panel h2 {
        margin-top: 0;
        margin-bottom: 1.5rem;
        color: #202922;
        font-family:
            "Cormorant Garamond",
            "Times New Roman",
            serif;
        font-size: clamp(2.6rem, 8vw, 4rem);
        font-weight: 400;
        line-height: 1;
    }

    .mobile-drill-links {
        padding: 0;
        border-top: 1px solid #e5dfd3;
        list-style: none;
    }

    .mobile-drill-links li {
        margin: 0;
        border-bottom: 1px solid #e5dfd3;
    }

    .mobile-drill-links a {
        display: flex;
        min-height: 58px;
        align-items: center;
        padding: 0.9rem 0;
        color: #303931;
        font-family:
            "Cormorant Garamond",
            "Times New Roman",
            serif;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.25;
        transition:
            color 180ms ease,
            padding-left 180ms ease;
    }

    .mobile-drill-links a:hover,
    .mobile-drill-links a:focus-visible {
        padding-left: 0.5rem;
        color: #a98751;
    }

    .mobile-drill-book {
        display: flex;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        margin-top: 1.5rem;
        padding: 0.9rem 1.25rem;
        border: 1px solid #b89460;
        background: #b89460;
        color: #fffdf8;
        font-family:
            "Inter",
            system-ui,
            sans-serif;
        font-size: 0.76rem;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 0.2em;
        text-align: center;
        text-transform: uppercase;
    }

    .mobile-drill-book:hover,
    .mobile-drill-book:focus-visible {
        border-color: #879483;
        background: #879483;
        color: #fff;
    }
}

@media (max-width: 420px) {
    .mobile-nav > li > .mobile-drill-trigger {
        min-height: 56px;
        padding: 0.8rem 0;
        font-size: 1.5rem;
    }

    .mobile-drill-panel {
        padding:
            8.75rem
            1.1rem
            max(1.5rem, env(safe-area-inset-bottom));
    }

    .mobile-drill-panel h2 {
        margin-bottom: 1.25rem;
        font-size: 2.55rem;
    }

    .mobile-drill-links a {
        min-height: 54px;
        padding: 0.8rem 0;
        font-size: 1.18rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-nav,
    .mobile-contact,
    .mobile-drill-panel {
        transition-duration: 1ms !important;
    }
}

/* ==========================================================
   MOBILE DRILL HEADER STABILITY
   ========================================================== */

@media (max-width: 991.98px) {
    /*
     * Create a reliable local stacking context. This prevents
     * a long scrolling submenu from painting over the shared
     * logo and close control on real mobile browsers.
     */
    .mobile-menu {
        isolation: isolate;
    }

    .mobile-menu-head {
        z-index: 20;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    .mobile-drill-panel {
        z-index: 5;
        overscroll-behavior: contain;
    }

    .mobile-drill-panel.is-active {
        top: 0;
    }
}

/* ==========================================================
   NON-LINK DESKTOP NAV PARENTS
   ========================================================== */

.main-nav .nav-parent-label {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.main-nav .nav-parent-label .nav-chevron {
    transition: transform 180ms ease;
}

.main-nav .nav-item-has-children.is-open
    > .nav-parent-label
    .nav-chevron {
    transform: rotate(180deg);
}

.main-nav .nav-item-has-children.is-open
    > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

/* ==========================================================
   NAV PARENT TYPOGRAPHY CORRECTION
   ========================================================== */

.main-nav .nav-list
    > .nav-item-has-children
    > .nav-parent-label {
    font-family: "Inter", sans-serif;
    font-size: 11.2px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-nav .nav-parent-label .nav-chevron {
    font-size: 0.75rem;
    letter-spacing: 0;
}

/* NAV PARENT VERTICAL ALIGNMENT */
.main-nav .nav-parent-label {
    transform: translateY(-1.75px);
}

/* ==========================================================
   DESKTOP HOVER-ONLY PARENTS
   ========================================================== */

.main-nav .nav-parent-label {
    cursor: default;
    user-select: none;
}

.main-nav .nav-item-has-children:hover
    > .nav-dropdown,
.main-nav .nav-item-has-children:focus-within
    > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.main-nav .nav-item-has-children:hover
    > .nav-parent-label
    .nav-chevron,
.main-nav .nav-item-has-children:focus-within
    > .nav-parent-label
    .nav-chevron {
    transform: rotate(180deg);
}


/* ==========================================================
   PURE HOVER PARENT LABELS
   ========================================================== */

.main-nav .nav-parent-label {
    pointer-events: none;
}
/* ==========================================================
   INLINE HELP HERO EMPHASIS
   ========================================================== */

.help-hero h1 em {
    display: inline;
}


/* ==========================================================
   MOBILE HOMEPAGE SLIDER TEXT RHYTHM
   ========================================================== */

@media (max-width: 575.98px) {
    .hero-slider.section-hero .hero-title {
        line-height: 1.12;
    }

    .hero-slider.section-hero .hero-text {
        line-height: 1.6;
    }
}

/* ==========================================================
   FOOTER CONTACT ACTIONS
   ========================================================== */

.footer-contact-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.footer-contact-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    min-height: 47px;
    margin: 0;
}

.footer-message-button {
    border: 1px solid rgba(255, 253, 248, 0.65);
    color: #fffdf8;
    background: transparent;
}

.footer-message-button:hover,
.footer-message-button:focus-visible {
    border-color: #b89460;
    color: #1d251f;
    background: #b89460;
}

@media (max-width: 575.98px) {
    .footer-contact-actions {
        width: 100%;
    }

    .footer-contact-actions .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* ==========================================================
   FOOTER PROPORTION REFINEMENT
   ========================================================== */

/*
 * Keep both footer actions equal in size and prevent the
 * longer contact label wrapping across two lines.
 */
.site-footer .footer-contact-actions .btn {
    width: 220px;
    min-width: 220px;
    min-height: 47px;
    padding: 0.85rem 1rem;
}

.site-footer .footer-message-button {
    white-space: nowrap;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
}

/*
 * Retain the logo as the footer's visual anchor without
 * allowing it to overwhelm the navigation columns.
 */
@media (min-width: 992px) {
    .site-footer .footer-brand .footer-logo {
        display: block;
        width: 100%;
    }

    .site-footer .footer-brand .footer-logo img {
        display: block;
        width: 78%;
        max-width: 440px;
        height: auto;
    }

    .site-footer .footer-brand p {
        max-width: 440px;
        margin-top: 2rem;
        line-height: 1.7;
    }
}

@media (max-width: 575.98px) {
    .site-footer .footer-contact-actions .btn {
        width: 100%;
        min-width: 0;
        max-width: 280px;
    }
}


/* ==========================================================
   ABOUT HERO INLINE EMPHASIS
   ========================================================== */

.about-hero-content h1 em {
    display: inline;
}

/* ==========================================================
   MOBILE HOMEPAGE FULL-VIEWPORT HERO
   ========================================================== */

@media
    (max-width: 767.98px)
    and (orientation: portrait) {

    /*
     * Fill the visible iPhone/phone viewport. The 100vh line
     * provides a fallback; 100svh correctly accounts for the
     * mobile browser controls without resizing as they retract.
     */
    .page-home .hero-slider.section-hero {
        height: 100vh;
        height: max(560px, 100svh);
        min-height: 0;
    }

    .page-home .hero-slider.section-hero .hero-swiper,
    .page-home .hero-slider.section-hero .swiper-wrapper,
    .page-home .hero-slider.section-hero .hero-slide {
        height: 100%;
        min-height: 0;
    }
}

/* ==========================================================
   MOBILE HOMEPAGE HERO HORIZONTAL PADDING
   ========================================================== */

@media (max-width: 767.98px) {
    .page-home .hero-slider .hero-slide > .container {
        padding-left: clamp(1.5rem, 6vw, 2rem);
        padding-right: clamp(1.5rem, 6vw, 2rem);
    }
}


/* ==========================================================
   MOBILE HOMEPAGE HERO BUTTONS AND SCROLL CUE
   ========================================================== */

.hero-scroll-cue {
    display: none;
}

@media (max-width: 767.98px) {
    .page-home .hero-slider .hero-actions {
        margin-left: auto;
        margin-right: auto;
    }

    .page-home #home-benefits {
        scroll-margin-top: 1rem;
    }
}

/*
 * Only show the cue where there is enough vertical room
 * beneath the complete hero content.
 */
@media
    (max-width: 767.98px)
    and (min-height: 700px)
    and (orientation: portrait) {

    .page-home .hero-slider .hero-scroll-cue {
        position: absolute;
        z-index: 8;
        bottom: max(
            1rem,
            env(safe-area-inset-bottom)
        );
        left: 50%;
        display: inline-flex;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
        color: #d8b978;
        font-size: 1.35rem;
        line-height: 1;
        text-decoration: none;
    }

    .page-home .hero-scroll-cue i {
        animation:
            lily-hero-scroll-cue
            1.8s
            ease-in-out
            infinite;
    }
}

@keyframes lily-hero-scroll-cue {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.7;
    }

    50% {
        transform: translateY(7px);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .hero-scroll-cue i {
        animation: none;
    }
}

/* ==========================================================
   MOBILE HOMEPAGE CONSISTENT BUTTON POSITION
   ========================================================== */

/*
 * On full-height portrait screens, use the available hero
 * height to keep every slide's buttons in the same position.
 */
@media
    (max-width: 767.98px)
    and (min-height: 700px)
    and (orientation: portrait) {

    .page-home .hero-slider .hero-content {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .page-home .hero-slider .hero-actions {
        margin-top: auto;
        margin-right: auto;
        margin-bottom: 4rem;
        margin-left: auto;
    }
}

/* ==========================================================
   MOBILE HOMEPAGE VERTICALLY BALANCED COPY
   ========================================================== */

/*
 * Share the flexible space above and below the copy group.
 * This centres the eyebrow, heading and paragraph within the
 * space between the mobile header and fixed CTA buttons.
 */
@media
    (max-width: 767.98px)
    and (min-height: 700px)
    and (orientation: portrait) {

    .page-home
    .hero-slider
    .hero-content
    .hero-eyebrow {
        margin-top: auto;
    }
}

/* ==========================================================
   LILY THANK-YOU PAGE
   ========================================================== */

.thank-you-section {
    display: flex;
    align-items: center;
    min-height: 72vh;
    padding: clamp(5rem, 10vw, 8rem) 0;
    background:
        linear-gradient(
            135deg,
            rgba(245, 242, 235, 0.98),
            rgba(235, 231, 220, 0.98)
        );
}

.thank-you-card {
    width: min(100%, 820px);
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 4.5rem);
    text-align: center;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(29, 37, 31, 0.10);
}

.thank-you-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1.75rem;
    border: 1px solid #b79a65;
    border-radius: 50%;
    color: #b79a65;
    font-size: 2rem;
}

.thank-you-card h1 {
    max-width: 680px;
    margin: 1.25rem auto 1.5rem;
    color: #1d251f;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.08;
}

.thank-you-lead {
    max-width: 620px;
    margin: 0 auto;
    color: #394139;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    line-height: 1.7;
}

.thank-you-note {
    max-width: 580px;
    margin: 1.25rem auto 0;
    color: #667066;
    line-height: 1.7;
}

.thank-you-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.25rem;
}

.thank-you-contact-button {
    border: 1px solid #1d251f;
    color: #1d251f;
    background: transparent;
}

.thank-you-contact-button:hover {
    border-color: #1d251f;
    color: #ffffff;
    background: #1d251f;
}

.thank-you-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
    margin-top: 2rem;
}

.thank-you-contact a {
    color: #667066;
    text-decoration: none;
}

.thank-you-contact a:hover {
    color: #a98751;
}

.thank-you-contact i {
    margin-right: 0.45rem;
    color: #a98751;
}

@media (max-width: 575px) {
    .thank-you-section {
        min-height: 70svh;
        padding: 3rem 0;
    }

    .thank-you-card {
        padding: 2.5rem 1.5rem;
    }

    .thank-you-actions {
        flex-direction: column;
    }

    .thank-you-actions .btn {
        width: 100%;
    }

    .thank-you-contact {
        flex-direction: column;
    }
}

/* ==========================================================
   LILY BOOK.APP GIFT WIDGET STYLES
   ========================================================== */

.gift-widget-container {
    scroll-margin-top: 8rem;
}

.gift-widget-heading {
    max-width: 720px;
    margin: 0 auto clamp(2rem, 5vw, 3.5rem);
}

.gift-widget-heading p {
    margin: 1rem auto 0;
    color: #667066;
    font-size: 1.1rem;
    line-height: 1.7;
}

.gift-widget-shell {
    width: min(100%, 1050px);
    min-height: 520px;
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem);
    background: #ffffff;
}

#bookapp-gift-widget {
    width: 100%;
    min-height: 480px;
}

.gift-widget-noscript {
    padding: 2rem;
    text-align: center;
    color: #667066;
    background: #f5f2eb;
}

.gift-options-section .btn[href="#bookapp-gift-widget"] {
    scroll-behavior: smooth;
}

@media (max-width: 575px) {
    .gift-widget-container {
        scroll-margin-top: 5rem;
    }

    .gift-widget-shell {
        min-height: 580px;
        padding: 0.5rem;
        box-shadow: none;
    }

    #bookapp-gift-widget {
        min-height: 560px;
    }
}

/* ==========================================================
   LILY BOOKING LOCATION STYLES
   ========================================================== */

.booking-location {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: #f3f0e9;
}

.booking-location-card {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    width: min(100%, 1180px);
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
}

.booking-location-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 5rem);
    color: rgba(255, 255, 255, 0.78);
    background: #1d251f;
}

.booking-location-copy h2 {
    margin: 1rem 0 1.75rem;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.08;
}

.booking-address {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-style: normal;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.6;
}

.booking-address strong {
    margin-bottom: 0.25rem;
    color: #ffffff;
    font-size: 1.15em;
}

.booking-location-copy > p {
    max-width: 450px;
    margin: 0 0 2rem;
    line-height: 1.7;
}

.booking-location-copy .btn i {
    margin-right: 0.5rem;
}

.booking-location-map {
    min-height: 520px;
    background: #deded8;
}

.booking-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
}

.booking-mobile-note {
    display: flex;
    gap: 1rem;
    width: 100%;
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.booking-mobile-note > i {
    flex: 0 0 auto;
    color: #b79a65;
    font-size: 1.4rem;
}

.booking-mobile-note div {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.booking-mobile-note strong {
    color: #ffffff;
}

.booking-mobile-note span {
    max-width: 390px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .booking-location {
        padding: 3.5rem 0;
    }

    .booking-location-card {
        grid-template-columns: 1fr;
    }

    .booking-location-copy {
        padding: 2.5rem 1.5rem;
    }

    .booking-location-copy .btn {
        width: 100%;
        text-align: center;
    }

    .booking-location-map,
    .booking-location-map iframe {
        min-height: 360px;
    }
}

/* ==========================================================
   LILY BOOKING LOCATION ANCHOR
   ========================================================== */

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.booking-location {
    scroll-margin-top: 7rem;
}

.booking-location-jump {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.5rem;
    color: #a98751;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.booking-location-jump:hover {
    color: #1d251f;
    transform: translateY(2px);
}

.booking-location-jump .bi-geo-alt {
    font-size: 1.05rem;
}

.booking-location-jump .bi-arrow-down {
    transition: transform 0.25s ease;
}

.booking-location-jump:hover .bi-arrow-down {
    transform: translateY(3px);
}

@media (max-width: 767px) {
    .booking-location {
        scroll-margin-top: 5rem;
    }

    .booking-location-jump {
        margin-top: 1.25rem;
    }
}

/* ==========================================================
   LILY YURT LOCATION LINK STYLES
   ========================================================== */

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.yurt-location {
    scroll-margin-top: 7rem;
}

.yurt-location-jump {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.35rem;
    color: #dbc89c;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.yurt-location-jump:hover {
    color: #ffffff;
    transform: translateY(2px);
}

.yurt-location-jump .bi-geo-alt {
    font-size: 1.05rem;
}

.yurt-location-jump .bi-arrow-down {
    transition: transform 0.25s ease;
}

.yurt-location-jump:hover .bi-arrow-down {
    transform: translateY(3px);
}

@media (max-width: 767px) {
    .yurt-location {
        scroll-margin-top: 5rem;
    }

    .yurt-location-jump {
        margin-top: 1.15rem;
    }
}

/* ==========================================================
   HOME YURT LOCATION LINK STYLES
   ========================================================== */

.treatment-location-directions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: fit-content;
    margin: 1.15rem auto 0;
    color: #8d7449;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.treatment-location-directions:hover {
    color: #1d251f;
    transform: translateX(3px);
}

.treatment-location-directions .bi-geo-alt {
    font-size: 1rem;
}

.treatment-location-directions .bi-arrow-right {
    transition: transform 0.25s ease;
}

.treatment-location-directions:hover .bi-arrow-right {
    transform: translateX(3px);
}

/* ==========================================================
   LILY HOMEPAGE STREAMLINE STYLES
   ========================================================== */

.home-review-stats {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    color: #ffffff;
    background: #87927e;
}

.home-review-stats .stat-item {
    height: 100%;
}

.home-review-stats .stat-item strong,
.home-review-stats .stat-item span {
    display: block;
    color: #ffffff;
}

.home-review-stats .stat-item strong {
    margin-bottom: 0.3rem;
}

.home-review-stats .stat-item span {
    color: rgba(255, 255, 255, 0.78);
}

.about-credentials {
    margin-top: clamp(3rem, 6vw, 5rem);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    border-top: 1px solid rgba(29, 37, 31, 0.12);
}

.about-credentials .credential-item {
    height: 100%;
}

.section-gallery .gallery-grid {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 575px) {
    .home-review-stats {
        padding: 1.5rem 1rem;
    }

    .about-credentials {
        margin-top: 3rem;
        padding-top: 2.5rem;
    }
}
