/*
 * Perfecta unified design system — 1.5.3
 *
 * One visual language for the custom theme, Elementor pages and Perfecta
 * widgets. The photography is the expressive layer; navigation, typography
 * and information architecture stay calm, legible and consistent.
 */

:root {
  --pf-paper: #f6f7f4;
  --pf-white: #ffffff;
  --pf-ink: #20231f;
  --pf-ink-soft: #59615c;
  --pf-eucalyptus: #5d786f;
  --pf-eucalyptus-dark: #30483f;
  --pf-sage: #dfe9e4;
  --pf-sage-soft: #edf2ee;
  --pf-champagne: #c1a267;
  --pf-champagne-dark: #79633d;
  --pf-blush: #ecdfda;
  --pf-line: rgba(32, 35, 31, 0.13);
  --pf-shell: 1260px;
  --pf-gutter: clamp(20px, 4vw, 58px);
  --pf-section: clamp(82px, 8vw, 124px);
  --pf-radius: clamp(28px, 3vw, 42px);
  --pf-radius-small: clamp(20px, 2vw, 28px);
  --pf-display: "Tenor Sans", "Avenir Next", Arial, sans-serif;
  --pf-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

html {
  background: var(--pf-paper);
}

body.perfecta-brand-page {
  background: var(--pf-paper);
  color: var(--pf-ink);
  font-family: var(--pf-body);
  font-size: 17px;
  line-height: 1.7;
}

.perfecta-brand-page :where(p, li, address, dd) {
  text-wrap: pretty;
}

.perfecta-brand-page :where(h1, h2, h3) {
  text-wrap: balance;
}

.pf-shell,
.pfe-shell {
  width: min(100% - (var(--pf-gutter) * 2), var(--pf-shell));
}

.pf-elementor-page,
.pf-elementor-page .elementor,
.pf-elementor-page .elementor-element {
  color: var(--pf-ink);
}

.pf-elementor-page > .elementor {
  background: var(--pf-paper);
}

.pf-button,
.pfe-button,
.elementor-button {
  min-height: 52px;
  border-radius: 999px !important;
  font-family: var(--pf-body) !important;
  font-size: 0.84rem !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
}

.pf-button-dark,
.pfe-button-dark {
  background: var(--pf-eucalyptus-dark) !important;
  color: var(--pf-white) !important;
}

.pf-button-dark:hover,
.pfe-button-dark:hover {
  background: var(--pf-eucalyptus) !important;
}

.pf-kicker,
.pfe-eyebrow {
  margin-bottom: 20px;
  color: var(--pf-champagne-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pf-kicker::before,
.pfe-eyebrow::before {
  width: 30px;
  height: 2px;
  border-radius: 99px;
  background: var(--pf-champagne);
}

/* Global header */
.pf-site-header,
.pf-site-header.is-scrolled {
  height: 84px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: rgba(246, 247, 244, 0.96);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.08);
}

.pf-site-header.is-scrolled {
  height: 76px;
  border-bottom-color: var(--pf-line);
}

.pf-header-inner,
.pf-site-header.is-scrolled .pf-header-inner {
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  grid-template-columns: 218px minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 58px);
}

.pf-logo,
.pf-site-header.is-scrolled .pf-logo {
  width: 190px;
}

.pf-logo img,
.pf-site-header.is-scrolled .pf-logo img {
  width: 188px;
  max-height: 45px;
  object-fit: contain;
  object-position: left center;
}

.pf-logo > span {
  display: none;
}

.pf-desktop-nav {
  gap: clamp(26px, 3vw, 42px);
  padding: 0;
  background: transparent;
}

.pf-desktop-nav a {
  min-height: 48px;
  padding: 0 2px;
  border-radius: 0;
  background: transparent;
  color: #4b544f;
  font-size: 0.86rem;
  font-weight: 700;
}

.pf-desktop-nav a:hover,
.pf-desktop-nav a[aria-current="page"] {
  background: transparent;
  color: var(--pf-ink);
  box-shadow: none;
}

.pf-desktop-nav a::after {
  display: block;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--pf-eucalyptus);
}

.pf-header-book {
  min-height: 48px;
  padding: 9px 12px 9px 21px;
  border: 0;
  border-radius: 999px;
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
  font-size: 0.86rem;
  box-shadow: none;
}

.pf-header-book:hover {
  background: var(--pf-eucalyptus-dark);
}

/* Shared Elementor component language */
.pfe-hero,
.pfe-service-carousel,
.pfe-before-after,
.pfe-bento,
.pfe-reviews,
.pfe-mosaic,
.pfe-faq,
.pfe-treatment-atlas,
.pfe-contact-hub {
  --pfe-ink: var(--pf-ink);
  --pfe-text: var(--pf-ink-soft);
  --pfe-paper: var(--pf-paper);
  --pfe-white: var(--pf-white);
  --pfe-accent: var(--pf-eucalyptus);
  --pfe-gold: var(--pf-champagne);
  --pfe-rose: var(--pf-blush);
  --pfe-line: var(--pf-line);
  --pfe-display: var(--pf-display);
  --pfe-body: var(--pf-body);
}

.pfe-section-head,
.pfe-editorial-head,
.pfe-atlas-catalog-head {
  margin-bottom: clamp(42px, 5vw, 68px);
  gap: clamp(38px, 7vw, 96px);
}

.pfe-section-head h2,
.pfe-before-copy h2,
.pfe-editorial-head h2,
.pfe-faq-intro h2,
.pfe-atlas-catalog-head h2 {
  max-width: 850px;
  font-size: clamp(3rem, 4.5vw, 5.35rem) !important;
  letter-spacing: -0.042em;
  line-height: 0.98;
}

.pfe-section-side > p,
.pfe-editorial-head > p,
.pfe-atlas-catalog-head > p,
.pfe-faq-intro > p:not(.pfe-eyebrow) {
  color: var(--pf-ink-soft);
  font-size: 1rem;
  line-height: 1.75;
}

/* Homepage: one strong photographic opening, quiet sections below it. */
.home .pfe-hero.pfe-hero--fullscreen {
  min-height: calc(100svh - 84px);
  overflow: hidden;
  border-radius: 0 0 var(--pf-radius) var(--pf-radius);
  background: var(--pf-eucalyptus-dark);
}

.home .pfe-hero.pfe-hero--fullscreen .pfe-hero-copy {
  width: min(820px, 69%);
  padding: clamp(90px, 12vh, 138px) 0 clamp(86px, 11vh, 128px);
}

.home .pfe-hero.pfe-hero--fullscreen .pfe-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(4.3rem, 6.7vw, 7.65rem) !important;
  letter-spacing: -0.052em;
  line-height: 0.92;
}

.home .pfe-hero.pfe-hero--fullscreen .pfe-hero-copy h1 span {
  color: #ead7b3;
}

.home .pfe-hero.pfe-hero--fullscreen .pfe-hero-visual {
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

.home .pfe-hero.pfe-hero--fullscreen .pfe-hero-stage {
  border-radius: 0 0 var(--pf-radius) var(--pf-radius) !important;
}

.home .pfe-hero.pfe-hero--fullscreen .pfe-hero-stage::after {
  background:
    linear-gradient(90deg, rgba(18, 27, 23, 0.9) 0%, rgba(18, 27, 23, 0.66) 40%, rgba(18, 27, 23, 0.14) 76%, rgba(18, 27, 23, 0.08) 100%),
    linear-gradient(0deg, rgba(17, 24, 21, 0.36), transparent 44%);
}

.home .pfe-hero.pfe-hero--fullscreen .pfe-lead {
  max-width: 610px;
  font-size: 1.05rem;
  line-height: 1.72;
}

.pfe-hero:not(.pfe-hero--fullscreen) {
  padding: clamp(64px, 7vw, 96px) 0 clamp(78px, 8vw, 112px);
  background: var(--pf-paper);
}

.pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-grid {
  min-height: 610px;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.84fr);
  gap: clamp(52px, 8vw, 108px);
}

.pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(4rem, 5.6vw, 6.3rem) !important;
  line-height: 0.94;
}

.pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-visual {
  height: 600px !important;
}

.pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-stage {
  inset: 0;
  border-radius: var(--pf-radius) !important;
  box-shadow: none;
}

.pfe-hero:not(.pfe-hero--fullscreen) .pfe-float-card {
  right: 20px;
  bottom: -28px;
  left: 20px;
  width: auto;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(29, 45, 38, 0.12);
}

.pfe-service-carousel,
.pfe-mosaic,
.pfe-faq,
.pfe-reviews {
  padding: var(--pf-section) 0;
  background: var(--pf-paper);
}

.pfe-service-card,
.pfe-atlas-card {
  padding: 10px;
  border-color: var(--pf-line);
  border-radius: var(--pf-radius-small) !important;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

.pfe-service-card {
  flex-basis: 455px;
}

.pfe-service-media,
.pfe-atlas-card-media {
  border-radius: calc(var(--pf-radius-small) - 8px);
}

.pfe-service-body {
  padding: 25px 20px 21px;
}

.pfe-service-body h3 {
  font-size: clamp(1.9rem, 2vw, 2.3rem) !important;
}

.pfe-service-body > p {
  min-height: 74px;
  font-size: 0.94rem !important;
  line-height: 1.68;
}

.pfe-service-data span,
.pfe-service-actions > a,
.pfe-pill-book {
  font-size: 0.8rem !important;
}

.pfe-carousel-rail {
  margin-top: 20px;
  font-size: 0.75rem;
}

.pfe-before-after {
  padding: var(--pf-section) 0;
  background: var(--pf-sage);
}

.pfe-before-grid {
  gap: clamp(48px, 7vw, 100px);
}

.pfe-before-copy > p:not(.pfe-eyebrow) {
  color: #41534c;
  font-size: 1rem;
}

.pfe-compare {
  height: min(590px, 68vw);
  border-radius: var(--pf-radius) !important;
  box-shadow: none;
}

.pfe-bento,
.pfe-process-section {
  padding: var(--pf-section) 0 !important;
  background: #263a33 !important;
  color: var(--pf-white) !important;
}

.pfe-bento::before {
  opacity: 0.48;
}

.pfe-bento-grid {
  min-height: 620px;
}

.pfe-bento-feature {
  min-height: 620px;
  border-radius: var(--pf-radius) !important;
}

.pfe-bento-step {
  min-height: 195px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: var(--pf-radius-small);
}

.pfe-bento-step h3,
.pfe-process-section .elementor-heading-title {
  color: var(--pf-white) !important;
}

.pfe-bento-step p,
.pfe-process-section .elementor-widget-text-editor,
.pfe-process-section .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 0.96rem !important;
  line-height: 1.7;
}

.pfe-mosaic-grid {
  gap: 16px;
}

.pfe-mosaic-item,
.pfe-mosaic-item:nth-child(n) {
  border-radius: var(--pf-radius-small) !important;
}

.pfe-review-card,
.pfe-review-card:nth-child(n) {
  border-radius: var(--pf-radius-small);
  background: var(--pf-white);
}

.pfe-faq details {
  border-color: var(--pf-line);
}

.pfe-faq summary {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

/* Elementor-native sections used between Perfecta widgets. */
.pfe-about-section,
.pfe-values-section,
.pfe-contact-section {
  padding: var(--pf-section) var(--pf-gutter) !important;
  background: var(--pf-paper) !important;
  gap: clamp(44px, 6vw, 84px) !important;
}

.pfe-about-section > *,
.pfe-values-section > *,
.pfe-contact-section > *,
.pfe-process-section > * {
  width: min(100%, var(--pf-shell));
  margin-inline: auto;
}

.pfe-about-section .elementor-heading-title,
.pfe-values-section > .elementor-widget-heading .elementor-heading-title,
.pfe-contact-section > .elementor-widget-heading .elementor-heading-title,
.pfe-process-section > .elementor-widget-heading .elementor-heading-title {
  color: var(--pf-ink) !important;
  font-family: var(--pf-display) !important;
  font-size: clamp(3rem, 4.5vw, 5.25rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.044em !important;
  line-height: 0.98 !important;
}

.pfe-process-section > .elementor-widget-heading .elementor-heading-title {
  color: var(--pf-white) !important;
}

.pfe-about-section .elementor-widget-text-editor,
.pfe-about-section .elementor-widget-text-editor p,
.pfe-values-section .elementor-icon-box-description,
.pfe-contact-section .elementor-widget-text-editor,
.pfe-contact-section .elementor-widget-text-editor p {
  color: var(--pf-ink-soft) !important;
  font-family: var(--pf-body) !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.pfe-about-section .elementor-widget-image img,
.pfe-contact-section .elementor-widget-image img {
  overflow: hidden;
  border-radius: var(--pf-radius) !important;
}

.pfe-values-section .elementor-icon-box-wrapper,
.pfe-contact-cards > .e-con {
  height: 100%;
  padding: clamp(28px, 3.5vw, 44px) !important;
  border: 1px solid var(--pf-line);
  border-radius: var(--pf-radius-small) !important;
  background: var(--pf-white) !important;
}

.pfe-values-section .elementor-icon-box-title,
.pfe-contact-cards .elementor-heading-title {
  color: var(--pf-ink) !important;
  font-family: var(--pf-display) !important;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem) !important;
  font-weight: 400 !important;
}

.pfe-contact-cards > .e-con:last-child {
  background: var(--pf-eucalyptus-dark) !important;
}

.pfe-contact-cards > .e-con:last-child :where(.elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor p) {
  color: var(--pf-white) !important;
}

.pfe-final-cta {
  width: min(calc(100% - (var(--pf-gutter) * 2)), var(--pf-shell)) !important;
  margin: clamp(72px, 8vw, 112px) auto !important;
  padding: clamp(54px, 6vw, 82px) !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: var(--pf-radius) !important;
  background: var(--pf-sage) !important;
  color: var(--pf-ink) !important;
  box-shadow: none !important;
}

.pfe-final-cta::before,
.pfe-final-cta::after {
  display: none !important;
}

.pfe-final-cta .elementor-heading-title {
  color: var(--pf-ink) !important;
  font-family: var(--pf-display) !important;
  font-size: clamp(2.8rem, 4.4vw, 5rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.98 !important;
}

.pfe-final-cta .elementor-button {
  background: var(--pf-eucalyptus-dark) !important;
  color: var(--pf-white) !important;
}

/* Treatments: useful information first, no oversized empty opening. */
.pfe-treatment-atlas {
  padding: clamp(46px, 5vw, 74px) 0 0;
  background: var(--pf-paper);
}

.pfe-atlas-hero {
  min-height: 610px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.76fr);
  gap: clamp(52px, 7vw, 96px);
}

.pfe-atlas-copy h1,
.pfe-contact-intro h1 {
  max-width: 850px;
  font-size: clamp(3.9rem, 5.5vw, 6.2rem) !important;
  letter-spacing: -0.048em;
  line-height: 0.94;
}

.pfe-atlas-lead {
  margin-top: 26px;
  font-size: 1.02rem;
  line-height: 1.72;
}

.pfe-atlas-visual {
  height: 570px;
  min-height: 520px;
  border-radius: var(--pf-radius) !important;
  box-shadow: none;
}

.pfe-atlas-visual figcaption {
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.pfe-atlas-stats span {
  color: var(--pf-ink-soft);
  font-size: 0.76rem;
}

.pfe-atlas-catalog {
  margin-top: clamp(72px, 8vw, 110px);
  padding: var(--pf-section) 0;
}

.pfe-atlas-grid {
  gap: 22px;
}

.pfe-atlas-card {
  min-height: 420px;
  grid-template-columns: minmax(190px, 0.76fr) minmax(0, 1.24fr);
}

.pfe-atlas-card-body {
  padding: 27px 24px 24px;
}

.pfe-atlas-card h3 {
  margin: 15px 0 13px;
  font-size: clamp(1.85rem, 2.2vw, 2.55rem) !important;
  line-height: 1.04;
}

.pfe-atlas-card-body > p {
  font-size: 0.88rem;
  line-height: 1.64;
}

.pfe-atlas-card-data span,
.pfe-atlas-card-actions a {
  font-size: 0.75rem;
}

/* Contact page: light, direct and easy to scan. */
.pfe-contact-hub {
  padding: clamp(54px, 6vw, 84px) 0 var(--pf-section);
  background: var(--pf-paper);
}

.pfe-contact-intro {
  gap: clamp(48px, 8vw, 116px);
}

.pfe-contact-intro-side > p {
  font-size: 1.02rem;
  line-height: 1.75;
}

.pfe-contact-stage {
  margin-top: clamp(54px, 6vw, 82px);
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 20px;
}

.pfe-contact-photo,
.pfe-contact-booking {
  min-height: 590px;
  border-radius: var(--pf-radius) !important;
}

.pfe-contact-photo > span {
  font-size: clamp(1.8rem, 2.3vw, 2.75rem);
}

.pfe-contact-booking {
  padding: clamp(38px, 4.5vw, 62px);
  background: var(--pf-sage);
  color: var(--pf-ink);
}

.pfe-contact-booking > p:first-child {
  color: var(--pf-champagne-dark);
}

.pfe-contact-booking h2 {
  color: var(--pf-ink) !important;
  font-size: clamp(2.65rem, 3.8vw, 4.35rem) !important;
}

.pfe-contact-steps {
  border-color: rgba(32, 35, 31, 0.16);
}

.pfe-contact-steps span,
.pfe-contact-booking > p:not(:first-child) {
  color: #52625b;
}

.pfe-contact-steps b {
  color: var(--pf-champagne-dark);
}

.pfe-contact-booking .pfe-button {
  border-color: var(--pf-eucalyptus-dark);
  background: var(--pf-eucalyptus-dark);
  color: var(--pf-white);
}

.pfe-contact-directory {
  margin-top: clamp(68px, 8vw, 105px);
}

.pfe-contact-directory > a {
  min-height: 118px;
}

.pfe-contact-directory strong {
  font-size: clamp(1.65rem, 2.7vw, 3.25rem);
}

/* Custom-theme internal page openings. */
.pf-page-hero,
.pf-contact-hero {
  padding: clamp(60px, 7vw, 94px) 0 clamp(78px, 8vw, 112px);
  background: var(--pf-paper);
}

.pf-page-hero-grid,
.pf-contact-hero-grid {
  min-height: 590px;
  gap: clamp(52px, 8vw, 108px);
}

.pf-page-hero h1,
.pf-contact-hero h1 {
  font-size: clamp(4rem, 5.8vw, 6.5rem);
  line-height: 0.94;
}

.pf-page-hero-image,
.pf-visit-image,
.pf-about-gallery figure,
.pf-contact-book,
.pf-contact-detail-grid > a {
  border-radius: var(--pf-radius) !important;
}

.pf-about-gallery {
  gap: 16px;
}

.pf-contact-book {
  background: var(--pf-sage);
  color: var(--pf-ink);
}

.pf-contact-book h2,
.pf-contact-book p {
  color: var(--pf-ink) !important;
}

/* Service detail: explanation, proof and booking in one continuous rhythm. */
.pf-service-detail {
  background: var(--pf-paper);
}

.pf-breadcrumbs {
  padding-top: 24px;
  font-size: 0.72rem;
}

.pf-service-hero {
  padding: clamp(34px, 4vw, 58px) 0 clamp(76px, 8vw, 112px);
}

.pf-service-hero-grid {
  min-height: 570px;
  grid-template-columns: minmax(0, 0.98fr) minmax(410px, 0.78fr);
  gap: clamp(52px, 7vw, 98px);
}

.pf-service-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.9rem, 5.8vw, 6.4rem);
  letter-spacing: -0.052em;
  line-height: 0.94;
}

.pf-service-hero-lead {
  margin: 28px 0 26px;
  font-size: 1rem;
  line-height: 1.75;
}

.pf-service-facts strong {
  font-size: 0.86rem;
}

.pf-service-hero-media {
  height: 570px;
  min-height: 0;
}

.pf-service-hero-media > img {
  border-radius: var(--pf-radius) !important;
}

.pf-service-seal {
  right: -22px;
  bottom: 22px;
  width: 112px;
  height: 112px;
  background: var(--pf-eucalyptus-dark);
  box-shadow: none;
}

.pf-detail-intro {
  padding-bottom: var(--pf-section);
  background: transparent;
  gap: 20px;
}

.pf-detail-intro > div,
.pf-care-section article {
  border: 1px solid var(--pf-line);
  border-radius: var(--pf-radius-small);
  background: var(--pf-white);
}

.pf-detail-intro > div > p:last-child,
.pf-care-section article p {
  font-size: 0.96rem;
  line-height: 1.75;
}

.pf-protocol-section {
  background: #263a33;
}

.pf-protocol-section .pf-section-heading h2,
.pf-protocol-section .pf-protocol-steps h3 {
  color: var(--pf-white) !important;
}

.pf-protocol-section .pf-kicker,
.pf-protocol-section .pf-protocol-steps > li > span {
  color: #d8c39a !important;
}

.pf-protocol-steps li {
  min-height: 245px;
}

.pf-protocol-steps > li > span {
  margin-bottom: 52px;
}

.pf-protocol-steps p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.7;
}

.pf-carousel-slide img,
.pf-carousel-slide:nth-child(even) img,
.pf-related-grid a {
  border-radius: var(--pf-radius) !important;
}

.pf-carousel-slide img {
  height: clamp(410px, 48vw, 610px);
}

.pf-operator-section {
  background: var(--pf-paper);
}

.pf-operator-list article {
  min-height: 114px;
  padding: 25px 0;
}

.pf-operator-list small,
.pf-variant-list p,
.pf-variant-list small {
  font-size: 0.78rem;
}

.pf-variants-section {
  background: var(--pf-sage-soft);
}

.pf-variant-list article {
  min-height: 104px;
}

.pf-variant-list h3 {
  font-size: 1.55rem;
}

.pf-care-section {
  background: transparent;
  gap: 20px;
}

.pf-related-grid {
  gap: 20px;
}

.pf-sticky-book {
  max-width: 600px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(48, 72, 63, 0.95);
  box-shadow: 0 18px 44px rgba(25, 40, 34, 0.2);
}

/* Beauty Check: the same light brand world, not a separate dark application. */
.pf-booking-page {
  background: var(--pf-paper);
}

.pf-booking-hero {
  padding: clamp(58px, 6vw, 88px) 0 clamp(66px, 7vw, 98px);
  background:
    radial-gradient(circle at 92% 10%, rgba(93, 120, 111, 0.14), transparent 30%),
    var(--pf-sage-soft);
  color: var(--pf-ink);
}

.pf-booking-hero::after {
  display: none;
}

.pf-booking-hero-grid {
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.78fr);
  gap: clamp(52px, 7vw, 100px);
}

.pf-booking-hero .pf-kicker {
  color: var(--pf-champagne-dark);
}

.pf-booking-hero h1 {
  max-width: 740px;
  color: var(--pf-ink) !important;
  font-size: clamp(3.9rem, 5.6vw, 6.2rem) !important;
  line-height: 0.94;
}

.pf-booking-hero h1 em {
  color: var(--pf-eucalyptus) !important;
}

.pf-booking-hero-grid > div > p:last-child {
  color: var(--pf-ink-soft) !important;
  font-size: 1rem !important;
  line-height: 1.75;
}

.pf-booking-progress {
  overflow: hidden;
  border: 1px solid var(--pf-line);
  border-radius: var(--pf-radius-small);
  background: rgba(255, 255, 255, 0.72);
}

.pf-booking-progress li,
.pf-booking-progress li:nth-child(even),
.pf-booking-progress li:nth-last-child(-n+2) {
  border-color: var(--pf-line);
  color: var(--pf-ink);
}

.pf-booking-progress li.is-active {
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
}

.pf-booking-progress li > span {
  color: var(--pf-champagne-dark);
}

.pf-booking-progress li.is-active > span,
.pf-booking-progress li.is-active p,
.pf-booking-progress li.is-active b {
  color: var(--pf-white) !important;
}

.pf-booking-progress p,
.pf-booking-progress b {
  color: var(--pf-ink) !important;
}

.pf-booking-progress p {
  font-size: 0.78rem !important;
}

.pf-booking-progress b {
  font-size: 0.88rem !important;
}

.pf-booking-layout {
  padding-top: clamp(78px, 8vw, 112px);
  padding-bottom: var(--pf-section);
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(52px, 7vw, 92px);
}

.pf-booking-main {
  gap: clamp(80px, 9vw, 120px);
}

.pf-booking-step h2,
.pf-live-calendar h2,
.pf-booking-help h2,
.pf-booking-summary h2 {
  font-size: clamp(2.55rem, 3.8vw, 4.35rem) !important;
  line-height: 1;
}

.pf-booking-step-heading > div > p:last-child {
  color: var(--pf-ink-soft) !important;
  font-size: 0.94rem !important;
  line-height: 1.7;
}

.pf-booking-service,
.pf-booking-variant,
.pf-booking-operator,
.pf-booking-summary {
  border: 1px solid var(--pf-line);
  border-radius: var(--pf-radius-small);
  background: var(--pf-white);
  box-shadow: none;
}

.pf-booking-service.is-selected,
.pf-booking-variant.is-selected,
.pf-booking-operator.is-selected {
  border-color: var(--pf-eucalyptus);
  background: var(--pf-sage-soft);
  box-shadow: inset 3px 0 0 var(--pf-eucalyptus);
}

.pf-booking-service b,
.pf-booking-variant b,
.pf-booking-operator b {
  font-size: 1rem !important;
}

.pf-booking-service i,
.pf-booking-variant small,
.pf-booking-operator p {
  font-size: 0.78rem !important;
}

.pf-booking-summary {
  padding: 24px;
}

.pf-booking-summary-image {
  border-radius: calc(var(--pf-radius-small) - 8px) !important;
}

.pf-booking-summary dt {
  font-size: 0.68rem !important;
}

.pf-booking-summary dd {
  font-size: 0.84rem !important;
}

.pf-booking-notice {
  color: var(--pf-ink-soft) !important;
  font-size: 0.75rem !important;
}

.pf-live-calendar,
.pf-booking-help {
  border-radius: var(--pf-radius);
  background: var(--pf-eucalyptus-dark);
}

.pf-live-calendar p:last-child {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Seamless footer: hierarchy through spacing, never a pasted-on panel. */
.pf-site-footer {
  padding: 0 0 28px;
  background: var(--pf-paper);
  color: var(--pf-ink);
}

.pf-footer-booking {
  padding: clamp(70px, 8vw, 108px) 0 clamp(56px, 7vw, 86px);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pf-ink);
  box-shadow: none;
}

.pf-site-footer .pf-footer-booking > div:first-child > span {
  color: var(--pf-champagne-dark) !important;
  font-size: 0.75rem !important;
}

.pf-site-footer .pf-footer-booking h2 {
  max-width: 720px;
  color: var(--pf-ink) !important;
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.pf-site-footer .pf-footer-booking p {
  color: var(--pf-ink-soft) !important;
  font-size: 0.95rem !important;
}

.pf-footer-booking a {
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
}

.pf-footer-main {
  padding-top: 38px;
  border-top: 0;
}

.pf-footer-brand p,
.pf-site-footer .pf-footer-col a {
  color: var(--pf-ink-soft) !important;
  font-size: 0.9rem !important;
}

.pf-site-footer .pf-footer-col h2 {
  color: var(--pf-champagne-dark) !important;
  font-size: 0.73rem !important;
}

.pf-footer-bottom {
  border-top-color: transparent;
  color: #6c736e !important;
  font-size: 0.73rem !important;
}

@media (max-width: 1100px) {
  .pf-header-inner,
  .pf-site-header.is-scrolled .pf-header-inner {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 22px;
  }

  .pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-grid,
  .pfe-atlas-hero,
  .pfe-contact-intro,
  .pfe-contact-stage,
  .pf-page-hero-grid,
  .pf-contact-hero-grid,
  .pf-service-hero-grid {
    grid-template-columns: 1fr;
  }

  .pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-copy,
  .pfe-atlas-copy,
  .pfe-contact-intro-side,
  .pf-service-hero-copy {
    max-width: 800px;
  }

  .pfe-atlas-visual,
  .pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-visual,
  .pf-service-hero-media {
    height: 620px !important;
  }

  .pfe-contact-photo,
  .pfe-contact-booking {
    min-height: 560px;
  }

  .pf-booking-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .pf-site-header,
  .pf-site-header.is-scrolled {
    height: 72px;
    padding: 0 16px;
    border-bottom-color: var(--pf-line);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .pf-header-inner,
  .pf-site-header.is-scrolled .pf-header-inner {
    grid-template-columns: 1fr auto;
  }

  .pf-logo,
  .pf-site-header.is-scrolled .pf-logo {
    width: 166px;
  }

  .pf-logo img,
  .pf-site-header.is-scrolled .pf-logo img {
    width: 164px;
    max-height: 39px;
  }

  .pf-menu-toggle {
    padding: 10px 0 10px 12px;
    border-radius: 0;
    background: transparent;
  }

  .pf-mobile-nav {
    inset: 72px 0 0;
    padding: 34px var(--pf-gutter) 110px;
    border: 0;
    border-radius: 0;
    background: var(--pf-paper);
    box-shadow: none;
  }

  .admin-bar .pf-mobile-nav {
    top: 118px;
  }

  .pf-booking-hero-grid,
  .pf-booking-layout {
    grid-template-columns: 1fr;
  }

  .pf-booking-summary {
    order: -1;
    max-width: 680px;
  }

  .pf-protocol-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .pf-protocol-steps li:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .pf-protocol-steps li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 767px) {
  :root {
    --pf-gutter: 20px;
    --pf-section: 76px;
    --pf-radius: 28px;
    --pf-radius-small: 22px;
  }

  body.perfecta-brand-page {
    font-size: 16px;
  }

  .home .pfe-hero.pfe-hero--fullscreen {
    min-height: calc(100svh - 72px);
  }

  .home .pfe-hero.pfe-hero--fullscreen .pfe-hero-copy {
    width: 100%;
    min-height: calc(100svh - 72px);
    justify-content: flex-end;
    padding: 104px 0 94px;
  }

  .home .pfe-hero.pfe-hero--fullscreen .pfe-hero-copy h1 {
    max-width: 350px;
    font-size: clamp(3rem, 14vw, 4.35rem) !important;
    line-height: 0.95;
  }

  .home .pfe-hero.pfe-hero--fullscreen .pfe-lead {
    max-width: 350px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .home .pfe-hero.pfe-hero--fullscreen .pfe-hero-stage::after {
    background: linear-gradient(0deg, rgba(18, 27, 23, 0.9) 0%, rgba(18, 27, 23, 0.54) 58%, rgba(18, 27, 23, 0.13) 100%);
  }

  .pfe-hero:not(.pfe-hero--fullscreen) {
    padding: 54px 0 82px;
  }

  .pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-grid {
    min-height: 0;
    gap: 44px;
  }

  .pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-copy h1,
  .pfe-atlas-copy h1,
  .pfe-contact-intro h1,
  .pf-page-hero h1,
  .pf-contact-hero h1,
  .pf-service-hero-copy h1,
  .pf-booking-hero h1 {
    font-size: clamp(3rem, 14vw, 4rem) !important;
    line-height: 0.96;
  }

  .pfe-hero:not(.pfe-hero--fullscreen) .pfe-hero-visual,
  .pfe-atlas-visual,
  .pf-service-hero-media {
    height: 430px !important;
    min-height: 0;
  }

  .pfe-section-head,
  .pfe-editorial-head,
  .pfe-atlas-catalog-head,
  .pf-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pfe-section-head h2,
  .pfe-before-copy h2,
  .pfe-editorial-head h2,
  .pfe-faq-intro h2,
  .pfe-atlas-catalog-head h2,
  .pfe-about-section .elementor-heading-title,
  .pfe-values-section > .elementor-widget-heading .elementor-heading-title,
  .pfe-contact-section > .elementor-widget-heading .elementor-heading-title,
  .pfe-process-section > .elementor-widget-heading .elementor-heading-title,
  .pfe-final-cta .elementor-heading-title {
    font-size: clamp(2.55rem, 11.5vw, 3.7rem) !important;
  }

  .pfe-service-card,
  .pfe-service-card:nth-child(n) {
    flex-basis: 86vw !important;
  }

  .pfe-service-body > p {
    min-height: 0;
  }

  .pfe-before-grid,
  .pfe-bento-grid,
  .pfe-bento-steps,
  .pfe-editorial-head,
  .pfe-faq-grid {
    grid-template-columns: 1fr;
  }

  .pfe-compare {
    height: 460px;
  }

  .pfe-bento-grid,
  .pfe-bento-feature {
    min-height: 520px;
  }

  .pfe-bento-step {
    min-height: 185px;
  }

  .pfe-mosaic-item,
  .pfe-mosaic-item:nth-child(n) {
    border-radius: var(--pf-radius-small) !important;
  }

  .pfe-about-section,
  .pfe-values-section,
  .pfe-contact-section {
    padding: var(--pf-section) var(--pf-gutter) !important;
  }

  .pfe-final-cta {
    width: calc(100% - (var(--pf-gutter) * 2)) !important;
    margin-block: 64px !important;
    padding: 44px 28px !important;
  }

  .pfe-treatment-atlas,
  .pfe-contact-hub {
    padding-top: 48px;
  }

  .pfe-atlas-hero {
    min-height: 0;
    gap: 42px;
  }

  .pfe-atlas-stats span {
    font-size: 0.63rem;
  }

  .pfe-atlas-catalog {
    margin-top: 68px;
  }

  .pfe-atlas-grid,
  .pfe-atlas-card {
    grid-template-columns: 1fr;
  }

  .pfe-atlas-card-media {
    min-height: 290px;
  }

  .pfe-atlas-card-body > p {
    font-size: 0.92rem;
  }

  .pfe-contact-intro {
    gap: 30px;
  }

  .pfe-contact-stage {
    margin-top: 46px;
  }

  .pfe-contact-photo,
  .pfe-contact-booking {
    min-height: 470px;
  }

  .pfe-contact-booking {
    padding: 34px 24px;
  }

  .pfe-contact-directory strong {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  .pf-service-hero {
    padding-top: 30px;
  }

  .pf-service-hero-grid {
    min-height: 0;
    gap: 46px;
  }

  .pf-service-facts {
    grid-template-columns: 1fr;
  }

  .pf-service-facts div {
    padding: 11px 0;
  }

  .pf-service-facts div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--pf-line);
  }

  .pf-service-seal {
    right: 14px;
    bottom: 14px;
    width: 94px;
    height: 94px;
  }

  .pf-detail-intro,
  .pf-care-section,
  .pf-operator-grid,
  .pf-related-grid {
    grid-template-columns: 1fr;
  }

  .pf-protocol-steps {
    grid-template-columns: 1fr;
  }

  .pf-protocol-steps li,
  .pf-protocol-steps li:nth-child(n) {
    min-height: 0;
    padding: 30px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .pf-protocol-steps li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .pf-protocol-steps > li > span {
    margin-bottom: 24px;
  }

  .pf-carousel-slide {
    width: 88vw;
  }

  .pf-carousel-slide img {
    height: 430px;
  }

  .pf-booking-hero {
    padding: 48px 0 58px;
  }

  .pf-booking-progress {
    grid-template-columns: repeat(2, 1fr);
  }

  .pf-booking-progress li,
  .pf-booking-progress li:nth-child(even),
  .pf-booking-progress li:nth-last-child(-n+2) {
    min-height: 96px;
    border-right: 1px solid var(--pf-line);
    border-bottom: 1px solid var(--pf-line);
  }

  .pf-booking-progress li:nth-child(even) {
    border-right: 0;
  }

  .pf-booking-progress li:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .pf-booking-layout {
    padding-top: 68px;
    gap: 62px;
  }

  .pf-booking-summary {
    padding: 21px;
  }

  .pf-booking-services,
  .pf-booking-operators {
    grid-template-columns: 1fr;
  }

  .pf-footer-booking {
    padding: 58px 0 50px;
  }

  .pf-footer-main {
    padding-top: 36px;
  }

  .pf-footer-brand p,
  .pf-site-footer .pf-footer-col a {
    font-size: 0.92rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .perfecta-brand-page *,
  .perfecta-brand-page *::before,
  .perfecta-brand-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
