.main-menu ul li:focus-within > ul,
.main-menu ul li.preview-menu-open > ul { opacity: 1; visibility: visible; transform: scaleY(1); }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.template-preview-dialog { width: min(90vw, 520px); padding: 32px; border: 0; border-radius: 16px; color: var(--primary-color); background: var(--secondary-color, #fff); }
.template-preview-dialog::backdrop { background: rgb(0 0 0 / 55%); }
.template-preview-dialog h2 { font-size: 26px; margin-bottom: 16px; }
.template-preview-dialog p { font-size: 16px; line-height: 1.6; margin-bottom: 24px; }
.preview-form-notice { font-size: 14px; margin: 16px 0 0; }
.preview-form-status { font-size: 16px; line-height: 1.5; margin-top: 16px; }

/* Review privacy rule: portrait bubbles stay removed across every template route. */
.satisfy-client-images,
.testimonial-author-image,
.testimonial-author-image-elite,
.testimonial-author-image-royal {
  display: none !important;
}

/* Heaven on Earth homepage 3 brand preview */
body.home-3-page {
  --primary-color: #222B17;
  --secondary-color: #E8C7D7;
  --bg-color: #FFFDFC;
  --text-color: #4B5145;
  --accent-color: #4F7F1C;
  --brand-green: #72AE29;
  --brand-pink: #E8C7D7;
  --white-color: #FFFFFF;
  --divider-color: #222B1726;
  --dark-divider-color: #FFFFFF33;
}

.home-3-page .dark-section {
  background-color: var(--primary-color);
}

.home-3-page header.main-header .header-sticky,
.home-3-page header.main-header .header-sticky.active {
  background: rgb(255 253 252 / 96%);
  border-color: rgb(34 43 23 / 18%);
  box-shadow: 0 14px 40px rgb(34 43 23 / 16%);
}

.home-3-page .navbar-brand img {
  display: block;
  width: clamp(190px, 18vw, 245px);
  height: auto;
}

.home-3-page .main-menu > .nav-menu-wrapper > ul > li > a {
  color: var(--primary-color);
}

.home-3-page .main-menu > .nav-menu-wrapper > ul > li > a:hover,
.home-3-page .main-menu > .nav-menu-wrapper > ul > li > a:focus {
  color: var(--accent-color);
}

.home-3-page .main-menu ul ul {
  background: var(--accent-color);
  box-shadow: 0 18px 36px rgb(34 43 23 / 24%);
}

.home-3-page .main-menu ul ul li a,
.home-3-page .main-menu ul ul li a:hover,
.home-3-page .main-menu ul ul li a:focus {
  color: var(--white-color);
}

.home-3-page .main-menu ul ul li a:hover,
.home-3-page .main-menu ul ul li a:focus {
  background: rgb(34 43 23 / 22%);
}

.home-3-page .btn-default,
.home-3-page .slicknav_btn {
  background: var(--accent-color);
  color: var(--white-color);
}

.home-3-page .btn-default.btn-highlighted:hover {
  color: var(--primary-color);
}

.home-3-page .btn-default.btn-highlighted::after {
  background: var(--brand-pink);
}

.home-3-page .btn-default.btn-highlighted:hover::before {
  background-color: var(--brand-green);
  background-image: url('../images/arrow-primary.svg');
}

.home-3-page .section-title .section-sub-title::before,
.home-3-page .why-choose-footer-list-royal ul li::before {
  background: var(--brand-green);
}

.home-3-page .hero-royal::before {
  background: linear-gradient(270deg, rgb(34 43 23 / 45%) 0%, rgb(34 43 23 / 94%) 100%),
              linear-gradient(180deg, transparent 42%, rgb(34 43 23 / 95%) 112%);
}

.home-3-page .hero-royal .hero-bg-video img,
.home-3-page .our-story-bg-video-royal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-3-page .hero-content-royal .section-title .section-sub-title {
  color: var(--primary-color);
  background: var(--brand-pink);
  border: 1px solid rgb(255 255 255 / 45%);
  backdrop-filter: blur(12px);
}

.home-3-page .hero-content-royal .section-title .section-sub-title::before {
  background: var(--brand-green);
}

.home-3-page .hero-client-review-box-royal {
  background: rgb(34 43 23 / 72%);
  border-color: rgb(232 199 215 / 50%);
  text-align: center;
}

.home-3-page .hero-client-review-content-royal .hero-client-rating-star-royal i {
  color: var(--brand-pink);
}

.home-3-page .hero-content-body-royal .video-play-button-royal a span {
  background: var(--brand-pink);
  color: var(--primary-color);
}

.home-3-page .about-us-body-royal {
  background: linear-gradient(270deg, transparent 17.72%, #F6E8EF 100%);
}

.home-3-page .service-item-royal:hover::before,
.home-3-page .why-choose-counter-item-royal:nth-of-type(odd),
.home-3-page .faq-accordion-royal .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--accent-color);
}

.home-3-page .why-choose-counter-item-royal:nth-of-type(even) {
  background-color: var(--primary-color);
}

.home-3-page .story-award-badge-royal {
  width: 150px;
  height: 150px;
  border: 10px solid var(--brand-pink);
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--white-color);
  box-shadow: 0 18px 38px rgb(34 43 23 / 22%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.home-3-page .story-award-badge-royal span {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.home-3-page .story-award-badge-royal strong {
  max-width: 90px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-3-page .our-story-royal::before {
  background: var(--primary-color);
  opacity: 55%;
}

.home-3-page .pricing-item-content-royal h2 {
  min-height: 48px;
}

.home-3-page .brand-3d-icon {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 13px 14px rgb(34 43 23 / 24%));
  transform: translateZ(0);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.home-3-page .hero-info-item-royal .icon-box {
  width: 82px;
  flex: 0 0 82px;
}

.home-3-page .hero-info-item-royal .icon-box img.brand-3d-icon {
  width: 82px;
  max-width: 82px;
}

.home-3-page .hero-info-item-content-royal {
  width: calc(100% - 97px);
}

.home-3-page .about-us-counter-item-royal .icon-box {
  width: 76px;
  height: 76px;
  overflow: visible;
  background: linear-gradient(145deg, #fff, #f4dae6);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 85%), 0 14px 24px rgb(34 43 23 / 16%);
}

.home-3-page .about-us-counter-item-royal .icon-box::before {
  display: none;
}

.home-3-page .about-us-counter-item-royal .icon-box img.brand-3d-icon {
  width: 66px;
  max-width: 66px;
}

.home-3-page .about-us-counter-item-content-royal {
  width: calc(100% - 91px);
}

.home-3-page .service-item-royal .icon-box {
  min-height: 96px;
  display: flex;
  align-items: center;
}

.home-3-page .service-item-royal .icon-box img.brand-3d-icon,
.home-3-page .pricing-item-header-royal .icon-box img.brand-3d-icon {
  width: 92px;
  max-width: 92px;
  margin-inline: auto;
}

.home-3-page .service-item-royal .icon-box img.brand-3d-icon {
  margin-inline: 0;
}

.home-3-page .service-item-royal:hover .icon-box img.brand-3d-icon,
.home-3-page .feature-item-royal:hover .icon-box img.brand-3d-icon {
  filter: drop-shadow(0 18px 16px rgb(0 0 0 / 26%));
  transform: translateY(-7px) scale(1.06);
}

.home-3-page .feature-item-royal .icon-box {
  width: 76px;
  flex: 0 0 76px;
}

.home-3-page .feature-item-royal .icon-box img.brand-3d-icon {
  width: 76px;
  max-width: 76px;
}

.home-3-page .feature-item-content-royal {
  width: calc(100% - 96px);
}

.home-3-page .pricing-item-header-royal .icon-box {
  min-height: 96px;
  display: flex;
  align-items: center;
}

.home-3-page .pricing-benefit-list-royal img.brand-3d-icon {
  width: 44px;
  height: 44px;
  max-width: 44px;
  margin-right: 10px;
}

.home-3-page .team-owner-row {
  justify-content: center;
}

.home-3-page .team-owner-card .team-item-body-royal {
  min-height: 620px;
}

.home-3-page .team-owner-card .team-item-image-royal,
.home-3-page .team-owner-card .team-item-image-royal figure {
  height: 520px;
  max-height: none;
}

.home-3-page .team-owner-card .team-item-image-royal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}

.google-reviews-embed {
  width: 100%;
  min-width: 0;
  padding: clamp(16px, 2.5vw, 32px);
  color: #222b17;
  background: #fff;
  border: 1px solid rgb(34 43 23 / 12%);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgb(34 43 23 / 7%);
}

.google-reviews-embed > [class^="elfsight-app-"] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

/* Standing client privacy rule, including reviews loaded after page load. */
.elfsight-app-cbd297d5-bc0b-4b5b-82e7-c688f13903a9 :is(
  [class*="avatar" i],
  [class*="author-picture" i],
  [class*="AuthorPicture"],
  [class*="author-photo" i],
  [class*="AuthorPhoto"],
  [class*="ReviewAuthorBlock__Picture"],
  [class*="ReviewAuthorBlock__Image"],
  img[alt*="avatar" i]
) {
  display: none !important;
}

.home-3-page .section-footer-text.section-satisfy-img {
  justify-content: center;
}

.home-3-page .pricing-item-price-royal h2 {
  font-size: clamp(30px, 3vw, 40px);
}

.home-3-page .appointment-contact-item-content h3,
.home-3-page .faqs-contact-item-content-royal h3 {
  overflow-wrap: anywhere;
}

.home-3-page .footer-logo-royal {
  max-width: 330px;
  position: relative;
  isolation: isolate;
  background: transparent;
  padding: 12px 18px;
}

.home-3-page .footer-logo-royal img {
  max-width: 290px;
}

.home-3-page .footer-menu-royal ul li a:hover,
.home-3-page .footer-links-royal ul li a:hover,
.home-3-page .footer-contact-item-royal h3 a:hover {
  color: var(--brand-pink);
}

.home-3-page #welcome,
.home-3-page #featured-services,
.home-3-page #our-story {
  scroll-margin-top: 120px;
}

.home-3-page #loading-icon {
  width: 170px;
  max-width: none;
}

.home-3-page #loading-icon img {
  width: 100%;
}

.home-3-page .preloader {
  background: var(--brand-pink);
}

.home-3-page .loading {
  border-color: transparent var(--accent-color) transparent var(--accent-color);
}

@media only screen and (max-width: 1199px) {
  .home-3-page .navbar-brand img {
    width: 205px;
  }

  .home-3-page .main-menu ul li {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 991px) {
  .home-3-page .navbar-brand img {
    width: min(58vw, 220px);
  }

  .home-3-page .slicknav_menu {
    background: var(--primary-color);
    border-radius: 18px;
    margin-top: 12px;
    box-shadow: 0 18px 38px rgb(34 43 23 / 24%);
  }

  .home-3-page .slicknav_nav a:hover,
  .home-3-page .slicknav_nav a:focus,
  .home-3-page .slicknav_nav .slicknav_row:hover {
    color: var(--brand-pink);
  }

  .home-3-page .slicknav_open > a .slicknav_arrow::after {
    color: var(--brand-pink);
  }

}

@media only screen and (max-width: 767px) {
  .home-3-page .story-award-badge-royal {
    width: 132px;
    height: 132px;
  }

  .home-3-page .appointment-contact-item-content h3,
  .home-3-page .faqs-contact-item-content-royal h3 {
    font-size: 16px;
  }

  .home-3-page .footer-logo-royal {
    max-width: 280px;
  }

  .home-3-page .footer-logo-royal img {
    max-width: 245px;
  }

  .home-3-page .hero-info-item-royal .icon-box,
  .home-3-page .feature-item-royal .icon-box {
    width: 68px;
    flex-basis: 68px;
  }

  .home-3-page .hero-info-item-royal .icon-box img.brand-3d-icon,
  .home-3-page .feature-item-royal .icon-box img.brand-3d-icon {
    width: 68px;
    max-width: 68px;
  }

  .home-3-page .hero-info-item-content-royal,
  .home-3-page .feature-item-content-royal {
    width: calc(100% - 83px);
  }

  .home-3-page .team-owner-card .team-item-body-royal {
    min-height: 520px;
  }

  .home-3-page .team-owner-card .team-item-image-royal,
  .home-3-page .team-owner-card .team-item-image-royal figure {
    height: 430px;
  }
}

/* Heaven on Earth inner pages */
.heaven-inner-page {
  color: var(--text-color);
  background: var(--bg-color);
  overflow-x: clip;
}

.heaven-inner-page main {
  position: relative;
  z-index: 1;
}

.ho-skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 10000;
  padding: 10px 16px;
  color: var(--white-color);
  background: var(--primary-color);
  border-radius: 10px;
  transform: translateY(-150%);
}

.ho-skip-link:focus {
  color: var(--white-color);
  transform: translateY(0);
}

.heaven-inner-page .main-menu > .nav-menu-wrapper > ul > li > a.active {
  color: var(--accent-color);
}

.heaven-inner-page .page-header.ho-page-header {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 240px 0 105px;
  background-position: center;
  background-size: cover;
}

.heaven-inner-page .page-header.ho-page-header::before {
  background:
    linear-gradient(90deg, rgb(27 35 18 / 94%) 0%, rgb(27 35 18 / 72%) 48%, rgb(27 35 18 / 20%) 100%),
    linear-gradient(180deg, rgb(27 35 18 / 8%) 25%, rgb(27 35 18 / 78%) 100%);
}

.heaven-inner-page .page-header-box {
  max-width: 900px;
}

.heaven-inner-page .page-header-box h1 {
  display: block;
  max-width: 900px;
  margin: 18px 0 20px;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.heaven-inner-page .page-header-box > p {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgb(255 255 255 / 88%);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.ho-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 15px;
  color: var(--primary-color);
  background: var(--brand-pink);
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ho-hero-eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--brand-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(114 174 41 / 16%);
}

.heaven-inner-page .breadcrumb {
  gap: 5px;
}

.heaven-inner-page .page-header-box ol li.breadcrumb-item {
  font-weight: 600;
}

.ho-section {
  position: relative;
  padding: 120px 0;
}

.ho-section + .ho-section:not(.ho-section-blush, .ho-section-dark) {
  padding-top: 30px;
}

.ho-section-blush {
  background:
    radial-gradient(circle at 10% 10%, rgb(255 255 255 / 75%) 0 5%, transparent 28%),
    linear-gradient(135deg, #f8eaf1, #fffafc 68%);
}

.ho-section-dark {
  color: var(--white-color);
  background:
    radial-gradient(circle at 82% 20%, rgb(114 174 41 / 18%), transparent 32%),
    var(--primary-color);
}

.heaven-inner-page .section-title {
  margin-bottom: 32px;
}

.heaven-inner-page .section-title h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.heaven-inner-page .section-title p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.72;
}

.heaven-inner-page .section-title .section-sub-title {
  color: var(--accent-color);
  border-color: rgb(79 127 28 / 28%);
}

.heaven-inner-page .section-title .section-sub-title::before {
  background: var(--brand-green);
}

.ho-title-centered {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.ho-title-centered h2,
.ho-title-centered p {
  margin-right: auto;
  margin-left: auto;
}

.ho-section-dark .section-title h2,
.ho-section-dark .section-title p {
  color: var(--white-color);
}

.ho-section-dark .section-title .section-sub-title {
  color: var(--brand-pink);
  border-color: rgb(232 199 215 / 38%);
}

.ho-rich-copy p,
.ho-article-copy p {
  font-size: 17px;
  line-height: 1.78;
  margin-bottom: 20px;
}

.ho-inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.ho-portrait-collage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  gap: 18px;
  align-items: end;
  max-width: 590px;
  padding: 18px 18px 44px;
}

.ho-portrait-collage::before {
  content: '';
  position: absolute;
  inset: 8% 0 0 12%;
  z-index: -1;
  background: var(--brand-pink);
  border-radius: 42px 42px 120px 42px;
}

.ho-portrait-collage figure,
.ho-practitioner-photo,
.ho-room-grid figure,
.ho-feature-photo,
.ho-photo-triptych figure,
.ho-service-gallery figure,
.ho-story-sequence figure,
.ho-featured-story figure,
.ho-booking-launch figure {
  margin: 0;
  overflow: hidden;
  background: #e8eadf;
}

.ho-portrait-collage img,
.ho-practitioner-photo img,
.ho-room-grid img,
.ho-feature-photo img,
.ho-photo-triptych img,
.ho-service-gallery img,
.ho-story-sequence img,
.ho-featured-story img,
.ho-booking-launch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ho-portrait-main {
  aspect-ratio: 4 / 5.4;
  border-radius: 34px 34px 100px 34px;
  box-shadow: 0 26px 60px rgb(34 43 23 / 18%);
}

.ho-portrait-secondary {
  aspect-ratio: 4 / 5;
  border: 8px solid var(--bg-color);
  border-radius: 80px 24px 80px 24px;
  box-shadow: 0 22px 42px rgb(34 43 23 / 14%);
  transform: translateY(28px);
}

.ho-award-badge {
  position: absolute;
  left: 7px;
  bottom: 0;
  width: 152px;
  height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: center;
  background: var(--accent-color);
  border: 10px solid var(--brand-pink);
  border-radius: 50%;
  box-shadow: 0 20px 40px rgb(34 43 23 / 24%);
}

.ho-award-badge strong {
  font-size: 29px;
  line-height: 1;
}

.ho-award-badge span {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ho-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 30px;
}

.ho-timeline article {
  min-height: 290px;
  padding: 42px;
  background: rgb(255 255 255 / 6%);
}

.ho-timeline article + article {
  border-left: 1px solid rgb(255 255 255 / 15%);
}

.ho-timeline span {
  display: block;
  margin-bottom: 42px;
  color: var(--brand-pink);
  font-size: 36px;
  font-weight: 800;
}

.ho-timeline h3 {
  margin-bottom: 14px;
  color: var(--white-color);
  font-size: 25px;
}

.ho-timeline p {
  color: rgb(255 255 255 / 74%);
  line-height: 1.65;
}

.ho-room-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.ho-room-grid figure {
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  box-shadow: 0 20px 44px rgb(34 43 23 / 12%);
}

.ho-room-grid figure:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
}

.ho-value-list {
  display: grid;
  gap: 16px;
}

.ho-value-list > div {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 18px;
  padding: 20px;
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 20px;
}

.ho-value-list i {
  grid-row: span 2;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 18px;
  font-size: 20px;
}

.ho-value-list h3 {
  margin-bottom: 4px;
  font-size: 21px;
}

.ho-value-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.ho-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.ho-stat-grid article {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgb(34 43 23 / 7%);
}

.ho-stat-grid article:nth-child(2),
.ho-stat-grid article:nth-child(4) {
  color: var(--white-color);
  background: var(--accent-color);
}

.ho-stat-grid strong {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1;
}

.ho-stat-grid span {
  max-width: 170px;
  font-weight: 600;
  line-height: 1.35;
}

.ho-services-grid {
  margin-top: 50px;
}

.ho-service-card {
  height: 100%;
  overflow: hidden;
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgb(34 43 23 / 7%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ho-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgb(34 43 23 / 14%);
}

.ho-service-card-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.ho-service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.ho-service-card:hover .ho-service-card-image img {
  transform: scale(1.04);
}

.ho-service-card-body {
  padding: 30px;
}

.ho-service-card-body > span,
.ho-related-card > span,
.ho-journal-card > div > span,
.ho-price-card > div > span,
.ho-booking-launch > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ho-service-card h2 {
  min-height: 58px;
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 1.1;
}

.ho-service-card h2 a {
  color: var(--primary-color);
}

.ho-service-card p {
  min-height: 78px;
  line-height: 1.65;
}

.ho-service-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  margin: 22px 0;
  border-top: 1px solid rgb(34 43 23 / 10%);
  border-bottom: 1px solid rgb(34 43 23 / 10%);
}

.ho-service-meta strong {
  color: var(--accent-color);
  font-size: 19px;
}

.ho-service-meta small {
  max-width: 120px;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
}

.ho-feature-photo {
  border-radius: 30px 30px 110px 30px;
  box-shadow: 0 24px 54px rgb(34 43 23 / 14%);
}

.ho-feature-photo-landscape {
  aspect-ratio: 4 / 3;
}

.ho-check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ho-check-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: rgb(255 255 255 / 66%);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.55;
}

.ho-check-list i {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 50%;
  font-size: 12px;
}

.ho-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 45px;
}

.ho-highlight {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 18px;
  background: #f6e8ef;
  border-radius: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.ho-highlight i {
  color: var(--accent-color);
}

.ho-service-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 42px;
}

.ho-service-gallery figure {
  aspect-ratio: 4 / 3;
  border-radius: 24px;
}

.ho-service-gallery .ho-photo-wide {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.ho-prose-card {
  padding: clamp(28px, 4vw, 48px);
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 28px;
  box-shadow: 0 20px 48px rgb(34 43 23 / 7%);
}

.ho-prose-card h2 {
  margin-bottom: 22px;
  font-size: 34px;
}

.ho-prose-card ol {
  counter-reset: steps;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ho-prose-card ol li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  line-height: 1.6;
}

.ho-prose-card ol li::before {
  content: counter(steps, decimal-leading-zero);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}

.ho-care-note {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 20px;
  margin-top: 30px;
  color: var(--primary-color);
  background: var(--brand-pink);
  border-radius: 18px;
}

.ho-care-note i {
  margin-top: 3px;
  color: var(--accent-color);
}

.ho-care-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.ho-sticky-card {
  position: sticky;
  top: 130px;
}

.ho-booking-card {
  padding: 36px;
  color: var(--white-color);
  background:
    radial-gradient(circle at 100% 0, rgb(114 174 41 / 40%), transparent 32%),
    var(--primary-color);
  border-radius: 28px;
  box-shadow: 0 28px 58px rgb(34 43 23 / 20%);
}

.ho-booking-card > span {
  color: var(--brand-pink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ho-booking-card h2 {
  margin: 12px 0 4px;
  color: var(--white-color);
  font-size: 40px;
}

.ho-booking-card > p {
  color: rgb(255 255 255 / 72%);
}

.ho-booking-card ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 32px;
  padding: 25px 0;
  border-top: 1px solid rgb(255 255 255 / 15%);
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  list-style: none;
}

.ho-booking-card li {
  display: flex;
  gap: 12px;
  color: rgb(255 255 255 / 84%);
  line-height: 1.45;
}

.ho-booking-card li i {
  color: var(--brand-pink);
}

.ho-booking-card .btn-default {
  width: 100%;
  text-align: center;
}

.ho-card-phone {
  display: block;
  margin-top: 22px;
  color: var(--white-color);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ho-related-card {
  height: 100%;
  display: block;
  padding: 18px;
  color: var(--text-color);
  background: rgb(255 255 255 / 76%);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 24px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.ho-related-card:hover {
  color: var(--text-color);
  background: var(--white-color);
  transform: translateY(-6px);
}

.ho-related-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  object-fit: cover;
  border-radius: 17px;
}

.ho-related-card h3 {
  min-height: 52px;
  margin-bottom: 8px;
  font-size: 24px;
}

.ho-related-card p {
  margin: 0;
  color: var(--accent-color);
  font-weight: 700;
}

.ho-action-band {
  position: relative;
  padding: 84px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 0, rgb(232 199 215 / 25%), transparent 34%),
    var(--primary-color);
}

.ho-action-band::after {
  content: '';
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 80px solid rgb(114 174 41 / 13%);
  border-radius: 50%;
}

.ho-action-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.ho-action-band h2 {
  max-width: 720px;
  margin: 20px 0 14px;
  color: var(--white-color);
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ho-action-band p {
  max-width: 680px;
  margin: 0;
  color: rgb(255 255 255 / 75%);
  font-size: 17px;
  line-height: 1.65;
}

.ho-action-buttons {
  display: grid;
  flex: 0 0 auto;
  gap: 20px;
  justify-items: start;
}

.ho-text-link-light {
  color: var(--white-color);
  font-weight: 700;
}

.ho-text-link-light:hover {
  color: var(--brand-pink);
}

.ho-text-link-light i {
  margin-left: 8px;
}

.ho-price-grid {
  margin-top: 48px;
}

.ho-price-card {
  height: 100%;
  overflow: hidden;
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgb(34 43 23 / 7%);
}

.ho-price-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ho-price-card > div {
  padding: 28px;
}

.ho-price-card h2 {
  min-height: 58px;
  margin-bottom: 18px;
  font-size: 26px;
}

.ho-price-card strong {
  display: block;
  margin-bottom: 25px;
  color: var(--accent-color);
  font-size: 29px;
}

.ho-price-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 900px;
  padding: 20px 24px;
  margin: 42px auto 0;
  background: #f6e8ef;
  border-radius: 18px;
}

.ho-price-note i {
  margin-top: 3px;
  color: var(--accent-color);
}

.ho-price-note p {
  margin: 0;
  line-height: 1.6;
}

.ho-dark-list {
  display: grid;
  gap: 14px;
}

.ho-dark-list p {
  margin: 0;
  padding: 18px 20px;
  color: var(--white-color);
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 16px;
}

.ho-dark-list i {
  margin-right: 10px;
  color: var(--brand-pink);
}

.ho-practitioner-photo {
  aspect-ratio: 4 / 5;
  border-radius: 36px 36px 120px 36px;
  box-shadow: 0 28px 60px rgb(34 43 23 / 16%);
}

.ho-practitioner-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.ho-practitioner-facts span {
  padding: 18px;
  background: #f6e8ef;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.4;
}

.ho-practitioner-facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--primary-color);
  font-size: 18px;
}

.ho-icon-card {
  height: 100%;
  padding: 34px;
  background: rgb(255 255 255 / 76%);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 24px;
}

.ho-icon-card > i {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 20px;
  box-shadow: 0 14px 28px rgb(79 127 28 / 22%);
  font-size: 24px;
}

.ho-icon-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.ho-icon-card p {
  margin: 0;
  line-height: 1.65;
}

.ho-article-copy h2 {
  margin: 42px 0 15px;
  font-size: clamp(30px, 3vw, 42px);
}

.ho-article-copy blockquote {
  position: relative;
  padding: 35px 35px 35px 92px;
  margin: 44px 0;
  color: var(--primary-color);
  background: #f6e8ef;
  border-left: 5px solid var(--accent-color);
  border-radius: 0 22px 22px 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.55;
}

.ho-article-copy blockquote::before {
  content: '\201C';
  position: absolute;
  top: 18px;
  left: 31px;
  color: var(--accent-color);
  font-size: 76px;
  line-height: 1;
}

.ho-photo-triptych {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.1fr;
  gap: 18px;
}

.ho-photo-triptych figure {
  aspect-ratio: 4 / 3;
  border-radius: 26px;
}

.ho-photo-triptych figure:nth-child(2) {
  transform: translateY(28px);
}

.ho-masonry-gallery {
  columns: 3 320px;
  column-gap: 18px;
  margin-top: 48px;
}

.ho-masonry-gallery figure {
  position: relative;
  break-inside: avoid;
  margin: 0 0 18px;
  overflow: hidden;
  background: #e8eadf;
  border-radius: 22px;
  box-shadow: 0 15px 35px rgb(34 43 23 / 8%);
}

.ho-masonry-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.ho-masonry-gallery figure:hover img {
  transform: scale(1.025);
}

.ho-masonry-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px 14px;
  color: var(--white-color);
  background: rgb(34 43 23 / 78%);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ho-masonry-gallery figure:hover figcaption,
.ho-masonry-gallery figure:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

.ho-story-sequence {
  display: grid;
  gap: 90px;
}

.ho-story-sequence article {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
}

.ho-story-sequence figure {
  aspect-ratio: 4 / 3;
  border-radius: 28px 28px 110px 28px;
  box-shadow: 0 24px 54px rgb(34 43 23 / 13%);
}

.ho-story-sequence article:nth-child(even) figure {
  border-radius: 110px 28px 28px 28px;
}

.ho-review-platforms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.ho-review-platforms article {
  min-height: 160px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-content: center;
  gap: 3px 18px;
  padding: 28px;
  background: #f6e8ef;
  border-radius: 22px;
}

.ho-review-platforms i {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 17px;
  font-size: 20px;
}

.ho-review-platforms strong {
  color: var(--primary-color);
  font-size: 29px;
}

.ho-review-platforms span {
  line-height: 1.35;
}

.ho-faq-intro {
  padding: 34px;
  background: #f6e8ef;
  border-radius: 28px;
}

.ho-faq-intro figure {
  aspect-ratio: 4 / 3;
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 20px;
}

.ho-faq-intro figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ho-faq-list {
  display: grid;
  gap: 15px;
}

.ho-faq-list .accordion-item {
  overflow: hidden;
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgb(34 43 23 / 5%);
}

.ho-faq-list .accordion-button {
  padding: 23px 25px;
  color: var(--primary-color);
  background: var(--white-color);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.ho-faq-list .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background: var(--accent-color);
  box-shadow: none;
}

.ho-faq-list .accordion-button::after {
  filter: none;
}

.ho-faq-list .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.ho-faq-list .accordion-body {
  padding: 0 25px 25px;
}

.ho-faq-list .accordion-body p {
  margin: 0;
  line-height: 1.7;
}

.ho-faq-list .accordion-body a {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ho-contact-grid {
  margin-top: 10px;
}

.ho-contact-card {
  height: 100%;
  display: block;
  padding: 36px;
  color: var(--text-color);
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgb(34 43 23 / 7%);
  transition: transform 0.3s ease, background 0.3s ease;
}

.ho-contact-card:hover {
  color: var(--text-color);
  background: #f6e8ef;
  transform: translateY(-6px);
}

.ho-contact-card > i {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 20px;
  font-size: 23px;
}

.ho-contact-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ho-contact-card h2 {
  min-height: 60px;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
  font-size: 25px;
  line-height: 1.25;
}

.ho-contact-card p {
  margin: 0;
}

.ho-hours-card {
  height: 100%;
  padding: clamp(30px, 4vw, 48px);
  background: rgb(255 255 255 / 74%);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 28px;
}

.ho-hours-card dl {
  margin: 0;
}

.ho-hours-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgb(34 43 23 / 10%);
}

.ho-hours-card dt {
  color: var(--primary-color);
}

.ho-hours-card dd {
  margin: 0;
  text-align: right;
}

.ho-small-note {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.55;
}

.ho-social-link {
  color: var(--primary-color);
  font-weight: 700;
}

.ho-social-link i {
  margin-right: 7px;
  color: var(--accent-color);
}

.ho-map-card {
  height: 100%;
  min-height: 570px;
  overflow: hidden;
  border: 10px solid var(--white-color);
  border-radius: 28px;
  box-shadow: 0 24px 56px rgb(34 43 23 / 12%);
}

.ho-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
  border: 0;
}

.ho-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.ho-step-grid article {
  position: relative;
  min-height: 360px;
  padding: 34px;
  overflow: hidden;
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgb(34 43 23 / 7%);
}

.ho-step-grid article > span {
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgb(34 43 23 / 8%);
  font-size: 82px;
  font-weight: 800;
  line-height: 1;
}

.ho-step-grid article > i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 60px;
  color: var(--white-color);
  background: var(--accent-color);
  border-radius: 21px;
  font-size: 25px;
}

.ho-step-grid h2 {
  margin-bottom: 13px;
  font-size: 27px;
}

.ho-step-grid p {
  min-height: 77px;
  line-height: 1.65;
}

.ho-booking-launch {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  margin-top: 72px;
  overflow: hidden;
  background: var(--primary-color);
  border-radius: 32px;
  box-shadow: 0 28px 62px rgb(34 43 23 / 18%);
}

.ho-booking-launch figure {
  min-height: 450px;
}

.ho-booking-launch > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(38px, 5vw, 66px);
}

.ho-booking-launch > div > span {
  color: var(--brand-pink);
}

.ho-booking-launch h2 {
  margin-bottom: 16px;
  color: var(--white-color);
  font-size: clamp(36px, 4vw, 52px);
}

.ho-booking-launch p {
  margin-bottom: 30px;
  color: rgb(255 255 255 / 74%);
  line-height: 1.65;
}

.ho-journal-grid {
  margin-top: 50px;
}

.ho-journal-card {
  height: 100%;
  display: grid;
  grid-template-columns: 42% 1fr;
  overflow: hidden;
  background: var(--white-color);
  border: 1px solid rgb(34 43 23 / 10%);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgb(34 43 23 / 7%);
}

.ho-journal-card > a {
  display: block;
  min-height: 330px;
  overflow: hidden;
}

.ho-journal-card > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ho-journal-card:hover > a img {
  transform: scale(1.035);
}

.ho-journal-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px;
}

.ho-journal-card h2 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.18;
}

.ho-journal-card h2 a {
  color: var(--primary-color);
}

.ho-journal-card p {
  line-height: 1.65;
}

.ho-featured-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.ho-featured-story figure {
  aspect-ratio: 4 / 3;
  border-radius: 28px 28px 110px 28px;
  box-shadow: 0 24px 54px rgb(34 43 23 / 13%);
}

.ho-article-lead {
  padding: 28px 32px;
  margin-bottom: 42px;
  background: #f6e8ef;
  border-radius: 20px;
}

.ho-article-lead p {
  margin: 0;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}

.ho-error-card {
  max-width: 850px;
  padding: clamp(38px, 7vw, 90px);
  margin: 0 auto;
  text-align: center;
  background: #f6e8ef;
  border-radius: 34px;
}

.ho-error-card > span {
  display: block;
  color: var(--accent-color);
  font-size: clamp(84px, 15vw, 170px);
  font-weight: 800;
  line-height: 0.8;
  opacity: 0.22;
}

.ho-error-card h2 {
  margin: 28px 0 14px;
  font-size: clamp(35px, 4.5vw, 58px);
}

.ho-error-card p {
  font-size: 18px;
}

.ho-error-card .ho-inline-actions {
  justify-content: center;
}

.heaven-inner-page .footer-contact-item-royal h3,
.heaven-inner-page .footer-contact-item-royal h3 a {
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1199px) {
  .heaven-inner-page .page-header.ho-page-header {
    min-height: 610px;
  }

  .ho-service-card h2,
  .ho-service-card p {
    min-height: auto;
  }

  .ho-journal-card {
    grid-template-columns: 1fr;
  }

  .ho-journal-card > a {
    min-height: 280px;
  }
}

@media only screen and (max-width: 991px) {
  .heaven-inner-page .page-header.ho-page-header {
    min-height: 570px;
    padding: 200px 0 80px;
  }

  .heaven-inner-page .page-header.ho-page-header::before {
    background: linear-gradient(90deg, rgb(27 35 18 / 90%) 0%, rgb(27 35 18 / 62%) 75%, rgb(27 35 18 / 35%) 100%);
  }

  .ho-section {
    padding: 90px 0;
  }

  .ho-portrait-collage {
    margin: 0 auto 30px;
  }

  .ho-timeline,
  .ho-stat-grid,
  .ho-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ho-timeline article:nth-child(3) {
    grid-column: 1 / -1;
  }

  .ho-timeline article + article {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
  }

  .ho-sticky-card {
    position: relative;
    top: auto;
  }

  .ho-booking-card {
    margin-top: 20px;
  }

  .ho-action-band-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 38px;
  }

  .ho-review-platforms {
    grid-template-columns: 1fr;
  }

  .ho-story-sequence {
    gap: 70px;
  }

  .ho-story-sequence article {
    gap: 40px;
  }

  .ho-featured-story {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ho-booking-launch {
    grid-template-columns: 1fr;
  }

  .ho-booking-launch figure {
    min-height: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .heaven-inner-page .page-header.ho-page-header {
    min-height: 520px;
    padding: 170px 0 65px;
    background-position: center;
  }

  .heaven-inner-page .page-header-box h1 {
    margin-top: 14px;
    font-size: clamp(41px, 12vw, 57px);
    line-height: 1;
  }

  .heaven-inner-page .page-header-box > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .ho-hero-eyebrow {
    font-size: 11px;
  }

  .ho-section {
    padding: 70px 0;
  }

  .heaven-inner-page .section-title h2 {
    font-size: 38px;
  }

  .heaven-inner-page .section-title p,
  .ho-rich-copy p,
  .ho-article-copy p {
    font-size: 16px;
  }

  .ho-portrait-collage {
    grid-template-columns: minmax(0, 1fr) 40%;
    padding: 8px 8px 42px;
  }

  .ho-award-badge {
    width: 126px;
    height: 126px;
    border-width: 8px;
  }

  .ho-award-badge strong {
    font-size: 24px;
  }

  .ho-award-badge span {
    font-size: 10px;
  }

  .ho-timeline,
  .ho-stat-grid,
  .ho-highlight-grid,
  .ho-practitioner-facts,
  .ho-step-grid,
  .ho-photo-triptych,
  .ho-story-sequence article {
    grid-template-columns: 1fr;
  }

  .ho-timeline article:nth-child(3) {
    grid-column: auto;
  }

  .ho-timeline article {
    min-height: 235px;
    padding: 30px;
  }

  .ho-timeline span {
    margin-bottom: 28px;
  }

  .ho-room-grid {
    grid-template-columns: 1fr;
  }

  .ho-room-grid figure:first-child {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .ho-stat-grid article {
    min-height: 145px;
  }

  .ho-service-card-body,
  .ho-contact-card,
  .ho-step-grid article {
    padding: 26px;
  }

  .ho-service-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ho-service-meta small {
    max-width: none;
    text-align: left;
  }

  .ho-service-gallery {
    grid-template-columns: 1fr;
  }

  .ho-service-gallery .ho-photo-wide {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .ho-booking-card {
    padding: 28px;
  }

  .ho-action-band {
    padding: 68px 0;
  }

  .ho-action-buttons,
  .ho-action-buttons .btn-default {
    width: 100%;
  }

  .ho-action-buttons .btn-default {
    text-align: center;
  }

  .ho-photo-triptych figure:nth-child(2) {
    transform: none;
  }

  .ho-masonry-gallery {
    columns: 1;
  }

  .ho-masonry-gallery figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    color: var(--text-color);
    background: var(--white-color);
    border-radius: 0;
    opacity: 1;
    transform: none;
  }

  .ho-story-sequence article > figure,
  .ho-story-sequence article > div {
    grid-column: 1;
  }

  .ho-story-sequence article:nth-child(even) figure,
  .ho-story-sequence figure {
    border-radius: 24px 24px 76px 24px;
  }

  .ho-story-sequence article:nth-child(even) figure {
    order: 2;
  }

  .ho-story-sequence article:nth-child(even) div {
    order: 1;
  }

  .ho-contact-card h2 {
    min-height: auto;
  }

  .ho-hours-card dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .ho-hours-card dd {
    text-align: left;
  }

  .ho-map-card,
  .ho-map-card iframe {
    min-height: 430px;
  }

  .ho-booking-launch figure {
    min-height: 280px;
  }

  .ho-journal-card {
    grid-template-columns: 1fr;
  }

  .ho-journal-card > a {
    min-height: 240px;
  }

  .ho-journal-card > div {
    padding: 28px;
  }

  .ho-article-copy blockquote {
    padding: 72px 25px 28px;
    font-size: 19px;
  }

  .ho-article-copy blockquote::before {
    top: 16px;
    left: 23px;
  }

  .ho-error-card .ho-inline-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ho-service-card,
  .ho-service-card-image img,
  .ho-related-card,
  .ho-masonry-gallery img,
  .ho-masonry-gallery figcaption,
  .ho-contact-card,
  .ho-journal-card > a img {
    transition: none;
  }
}

/* Frequense editorial feature */
.home-3-page .frequense-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: 120px 0;
  background:
    radial-gradient(circle at 7% 18%, rgb(114 174 41 / 15%), transparent 29%),
    radial-gradient(circle at 93% 85%, rgb(232 199 215 / 42%), transparent 31%),
    linear-gradient(135deg, #f5f2e7 0%, #fffdf9 52%, #f9edf3 100%);
}

.home-3-page .frequense-section::before,
.home-3-page .frequense-section::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgb(167 126 51 / 24%);
  border-radius: 50%;
  content: "";
}

.home-3-page .frequense-section::before {
  top: -170px;
  right: -120px;
  width: 390px;
  height: 390px;
}

.home-3-page .frequense-section::after {
  bottom: -230px;
  left: -150px;
  width: 480px;
  height: 480px;
}

.home-3-page .frequense-shell {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: clamp(46px, 6vw, 86px);
  align-items: center;
}

.home-3-page .frequense-visual {
  position: relative;
  padding: 0 clamp(62px, 8vw, 108px) 94px 0;
}

.home-3-page .frequense-visual::before {
  position: absolute;
  top: -24px;
  right: 72px;
  bottom: 62px;
  left: -24px;
  z-index: -1;
  border: 1px solid rgb(66 110 27 / 19%);
  border-radius: 40px 40px 145px 40px;
  background: rgb(255 255 255 / 62%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 85%);
  content: "";
}

.home-3-page .frequense-primary-image,
.home-3-page .frequense-secondary-image a {
  display: block;
  overflow: hidden;
  background: #fff;
}

.home-3-page .frequense-primary-image {
  border: 8px solid rgb(255 255 255 / 88%);
  border-radius: 30px 30px 112px 30px;
  box-shadow: 0 30px 70px rgb(34 43 23 / 20%);
}

.home-3-page .frequense-primary-image img,
.home-3-page .frequense-secondary-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .45s ease;
}

.home-3-page .frequense-primary-image:hover img,
.home-3-page .frequense-primary-image:focus-visible img,
.home-3-page .frequense-secondary-image a:hover img,
.home-3-page .frequense-secondary-image a:focus-visible img {
  transform: scale(1.025);
}

.home-3-page .frequense-secondary-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(175px, 35%, 230px);
  margin: 0;
  transform: rotate(2.5deg);
}

.home-3-page .frequense-secondary-image a {
  border: 7px solid #fff;
  border-radius: 22px;
  box-shadow: 0 24px 54px rgb(34 43 23 / 27%);
}

.home-3-page .frequense-secondary-image figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.home-3-page .frequense-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;
  padding: 8px 14px 8px 9px;
  border: 1px solid rgb(66 110 27 / 18%);
  border-radius: 999px;
  color: #345817;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 8px 20px rgb(34 43 23 / 7%);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-3-page .frequense-eyebrow img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.home-3-page .frequense-copy h2 {
  max-width: 720px;
  margin-bottom: 26px;
  color: #213019;
  font-size: clamp(44px, 5vw, 76px);
  letter-spacing: -.045em;
  line-height: .98;
}

.home-3-page .frequense-copy > p {
  max-width: 720px;
  margin-bottom: 18px;
  color: #495143;
  font-size: 1.0625rem;
  line-height: 1.72;
}

.home-3-page .frequense-copy strong {
  color: #293a1d;
}

.home-3-page .frequense-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin: 28px 0 30px !important;
  color: #345817 !important;
  font-size: .875rem !important;
  font-weight: 750;
  letter-spacing: .1em;
  line-height: 1.5 !important;
  text-transform: uppercase;
}

.home-3-page .frequense-pillars span {
  color: #b28534;
}

.home-3-page .frequense-actions {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.home-3-page .frequense-actions .btn-default {
  min-height: 58px;
  padding: 17px 24px 17px 56px;
  background: #355f1b;
  box-shadow: 0 16px 30px rgb(53 95 27 / 20%);
  font-size: .9375rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-3-page .frequense-actions .btn-default:hover,
.home-3-page .frequense-actions .btn-default:focus-visible {
  padding: 17px 56px 17px 24px;
  background: #263f18;
}

.home-3-page .frequense-disclosure {
  max-width: 660px !important;
  margin: 0 0 28px !important;
  color: #666b61 !important;
  font-size: .8125rem !important;
  line-height: 1.6 !important;
}

.home-3-page .frequense-signoff {
  max-width: 620px;
  margin: 0;
  padding: 23px 26px;
  border: 1px solid rgb(185 111 150 / 22%);
  border-radius: 20px;
  background: rgb(255 255 255 / 68%);
  box-shadow: inset 4px 0 0 #e8bfd4;
}

.home-3-page .frequense-signoff p {
  margin: 0 0 8px;
  color: #26351c;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.55;
}

.home-3-page .frequense-signoff footer {
  color: #5c6456;
  font-size: .9375rem;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .home-3-page .frequense-section {
    padding: 95px 0;
  }

  .home-3-page .frequense-shell {
    grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
    gap: 48px;
  }

  .home-3-page .frequense-visual {
    padding-right: 62px;
  }

  .home-3-page .frequense-copy h2 {
    font-size: clamp(44px, 5.8vw, 64px);
  }
}

@media (max-width: 991px) {
  .home-3-page .frequense-shell {
    grid-template-columns: 1fr;
  }

  .home-3-page .frequense-visual {
    width: min(100%, 700px);
    margin: 0 auto;
    padding-right: 105px;
  }

  .home-3-page .frequense-copy {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .home-3-page .frequense-section {
    padding: 72px 0;
  }

  .home-3-page .frequense-shell {
    gap: 42px;
  }

  .home-3-page .frequense-visual {
    padding-right: 72px;
    padding-bottom: 74px;
  }

  .home-3-page .frequense-visual::before {
    top: -14px;
    right: 50px;
    bottom: 52px;
    left: -10px;
    border-radius: 28px 28px 94px 28px;
  }

  .home-3-page .frequense-primary-image {
    border-width: 5px;
    border-radius: 24px 24px 78px 24px;
  }

  .home-3-page .frequense-secondary-image a {
    border-width: 5px;
  }

  .home-3-page .frequense-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(42px, 12vw, 58px);
  }

  .home-3-page .frequense-copy > p {
    font-size: 1rem;
  }

  .home-3-page .frequense-actions,
  .home-3-page .frequense-actions .btn-default {
    width: 100%;
  }

  .home-3-page .frequense-actions .btn-default {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .home-3-page .frequense-visual {
    padding-right: 50px;
    padding-bottom: 58px;
  }

  .home-3-page .frequense-secondary-image {
    width: 41%;
  }

  .home-3-page .frequense-eyebrow {
    font-size: .75rem;
  }

  .home-3-page .frequense-signoff {
    padding: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-3-page .frequense-primary-image img,
  .home-3-page .frequense-secondary-image img {
    transition: none;
  }
}

/* Soft white light keeps the transparent brand mark readable in the dark footer. */
.home-3-page .footer-logo-royal::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -32px -22px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, #fff 0%, #fff 34%, rgb(255 255 255 / 94%) 47%, rgb(255 255 255 / 48%) 63%, transparent 78%);
  filter: blur(10px);
}
.home-3-page .footer-logo-royal img {
  position: relative;
  width: 100%;
  height: auto;
}
.home-3-page .appointment-image figure img {
  aspect-ratio: 616 / 454;
  object-fit: cover;
  object-position: 63% center;
}
/* The supplied Google business listing sits within a framed brand surface. */
.ho-map-card {
  padding: 9px;
  border: 1px solid rgb(79 127 28 / 22%);
  background: linear-gradient(135deg, #fff 0%, #f2dce7 52%, #dce8cc 100%);
  box-shadow: 0 24px 56px rgb(34 43 23 / 17%), 0 5px 14px rgb(34 43 23 / 8%);
}
.ho-map-card iframe {
  display: block;
  border-radius: 19px;
}
@media (max-width: 767px) {
  .ho-map-card { padding: 6px; border-radius: 23px; }
  .ho-map-card iframe { border-radius: 16px; }
  .home-3-page .footer-logo-royal::before { inset: -26px -12px; }
}
