/*
Theme Name: Perfecta Studio
Theme URI: https://www.perfectacentroestetico.com/
Author: Perfecta Centro Estetico
Description: Tema su misura per Perfecta Centro Estetico di Tricesimo.
Version: 1.6.6
Text Domain: perfecta
*/

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

/* Modern, consistent four-corner treatment for every editorial photograph. */
:root {
  --pf-media-radius: clamp(28px, 3vw, 42px);
}

#contenuto :where(
  .pf-hero-arch,
  .pf-hero-detail,
  .pf-studio-main,
  .pf-studio-small,
  .pf-service-image,
  .pf-page-hero-image,
  .pf-treatment-image,
  .pf-about-gallery figure,
  .pf-visit-image,
  .pf-catalog-visual,
  .pf-catalog-card-image,
  .pf-compare,
  .pf-service-hero-media > img,
  .pf-carousel-slide img,
  .pf-booking-summary-image
) {
  border-radius: var(--pf-media-radius) !important;
}

#contenuto :where(
  .pf-hero-arch,
  .pf-hero-detail,
  .pf-studio-main,
  .pf-studio-small,
  .pf-service-image,
  .pf-page-hero-image,
  .pf-treatment-image,
  .pf-about-gallery figure,
  .pf-visit-image,
  .pf-catalog-visual,
  .pf-catalog-card-image,
  .pf-compare,
  .pf-booking-summary-image
) > img {
  border-radius: inherit !important;
}

@media (max-width: 680px) {
  :root {
    --pf-media-radius: 28px;
  }
}

/* Navigation and footer system — compact, ordered and specific to Perfecta. */
.pf-site-header,
.pf-site-header.is-scrolled {
  height: 92px;
  padding: 10px 0;
  border: 0;
  background: rgba(247, 246, 241, 0.76);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(1.2);
}

.pf-site-header.is-scrolled {
  height: 82px;
  padding-block: 6px;
}

.pf-header-inner,
.pf-site-header.is-scrolled .pf-header-inner {
  height: 72px;
  padding: 8px 10px 8px 20px;
  border: 1px solid rgba(28, 29, 26, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 252, 0.94);
  box-shadow: 0 15px 45px rgba(28, 35, 31, 0.08);
  grid-template-columns: 215px minmax(0, 1fr) auto;
  gap: 24px;
}

.pf-site-header.is-scrolled .pf-header-inner {
  height: 70px;
  box-shadow: 0 18px 50px rgba(28, 35, 31, 0.12);
}

.pf-logo {
  display: flex;
  width: 178px;
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}

.pf-logo img {
  width: 176px;
  max-height: 39px;
  object-fit: contain;
  object-position: left center;
}

.pf-logo > span {
  padding-left: 5px;
  color: #69716d;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.pf-desktop-nav {
  width: max-content;
  justify-self: center;
  gap: 2px;
  padding: 4px;
  border-radius: 999px;
  background: #edf0ec;
}

.pf-desktop-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #4e5652;
  font-size: 0.79rem;
  letter-spacing: 0;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pf-desktop-nav a::after {
  display: none;
}

.pf-desktop-nav a:hover,
.pf-desktop-nav a[aria-current="page"] {
  background: #1e2925;
  color: #fff;
  box-shadow: 0 6px 16px rgba(30, 41, 37, 0.15);
}

.pf-header-book {
  min-height: 50px;
  gap: 20px;
  padding: 10px 13px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #587069;
  color: #fff;
  font-size: 0.82rem;
  box-shadow: 0 10px 24px rgba(52, 77, 69, 0.18);
}

.pf-header-book span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
}

.pf-header-book:hover {
  background: #344d45;
}

.pf-elementor-page {
  overflow: clip;
}

.pf-site-footer {
  margin-top: 0;
  padding: 24px 0 28px;
  background: #dfe7e2;
  color: #1c211e;
}

.pf-footer-booking {
  display: grid;
  align-items: end;
  padding: clamp(38px, 5vw, 68px);
  border-radius: 38px;
  background: #1d2824;
  color: #fff;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.65fr);
  gap: clamp(40px, 8vw, 120px);
  box-shadow: 0 26px 70px rgba(29, 40, 36, 0.16);
}

.pf-footer-booking > div:first-child > span {
  color: #d9c491;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pf-footer-booking h2 {
  max-width: 760px;
  margin: 20px 0 0;
  color: #fff;
  font-family: var(--pf-display);
  font-size: clamp(3.1rem, 5.4vw, 6.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.pf-footer-booking p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.91rem;
  line-height: 1.7;
}

.pf-footer-booking a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 14px 13px 22px;
  border-radius: 18px;
  background: #f6f4ed;
  color: #1d2824;
  font-size: 0.82rem;
  font-weight: 800;
}

.pf-footer-booking a b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: #dfe7e2;
  font-weight: 500;
}

.pf-footer-main {
  display: grid;
  padding: 56px 8px 46px;
  grid-template-columns: minmax(320px, 1.15fr) minmax(150px, 0.42fr) minmax(300px, 0.85fr);
  gap: clamp(38px, 7vw, 110px);
}

.pf-footer-logo {
  display: inline-flex;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pf-footer-brand img {
  width: 204px;
  height: auto;
}

.pf-footer-brand p {
  max-width: 430px;
  margin: 24px 0 22px;
  color: #4e5a55 !important;
  font-size: 0.91rem !important;
  line-height: 1.75;
}

.pf-footer-place {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #45514c;
  font-size: 0.72rem;
  font-weight: 800;
}

.pf-footer-place i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #587069;
  box-shadow: 0 0 0 5px rgba(88, 112, 105, 0.12);
}

.pf-footer-col {
  gap: 12px;
}

.pf-site-footer .pf-footer-col h2 {
  margin: 4px 0 17px !important;
  color: #6a5a39 !important;
  font-size: 0.67rem !important;
}

.pf-site-footer .pf-footer-col a {
  color: #34403b !important;
  font-size: 0.86rem !important;
  line-height: 1.55;
}

.pf-site-footer .pf-footer-col a:hover {
  color: #111713 !important;
}

.pf-footer-bottom {
  padding: 24px 8px 0;
  border-top-color: rgba(29, 40, 36, 0.16);
  color: #5e6964 !important;
  font-size: 0.7rem !important;
}

.pf-carousel-track {
  cursor: grab;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.pf-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  user-select: none;
}

.pf-carousel-slide img {
  -webkit-user-drag: none;
  user-select: none;
}

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

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

  .pf-desktop-nav a {
    padding-inline: 14px;
  }

  .pf-footer-booking {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 45px;
  }
}

@media (max-width: 900px) {
  .pf-site-header,
  .pf-site-header.is-scrolled {
    height: 80px;
    padding: 8px 12px;
  }

  .pf-header-inner,
  .pf-site-header.is-scrolled .pf-header-inner {
    width: 100%;
    height: 64px;
    padding: 7px 8px 7px 15px;
    border-radius: 22px;
    grid-template-columns: 1fr auto;
  }

  .pf-logo {
    width: 158px;
  }

  .pf-logo img {
    width: 156px;
    max-height: 36px;
  }

  .pf-menu-toggle {
    gap: 9px;
    padding: 10px 12px;
    border-radius: 15px;
    background: #edf0ec;
  }

  .pf-mobile-nav {
    inset: 80px 12px 12px;
    padding: 28px 22px 100px;
    border: 1px solid rgba(28, 29, 26, 0.1);
    border-radius: 26px;
    background: #f8f7f2;
    box-shadow: 0 24px 70px rgba(28, 35, 31, 0.18);
  }

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

  .pf-mobile-nav .pf-shell {
    width: 100%;
  }

  .pf-footer-booking {
    padding: 38px 30px;
    border-radius: 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pf-footer-main {
    padding-inline: 6px;
    grid-template-columns: 1fr 1fr;
    gap: 42px 28px;
  }

  .pf-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .pf-site-footer {
    padding: 12px 12px 28px;
  }

  .pf-footer-booking {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .pf-footer-booking h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .pf-footer-main {
    padding: 44px 8px 36px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .pf-footer-brand {
    grid-column: auto;
  }

  .pf-footer-bottom {
    padding-inline: 8px;
  }
}

@font-face {
  font-family: "Tenor Sans";
  src: url("assets/fonts/tenor-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --pf-ink: #1c1d1a;
  --pf-ink-soft: #50534f;
  --pf-paper: #f8f7f3;
  --pf-white: #ffffff;
  --pf-fog: #e9ebe8;
  --pf-brass: #b08e52;
  --pf-brass-dark: #735d35;
  --pf-rose: #e2d0ca;
  --pf-eucalyptus: #5e756e;
  --pf-sky: #dce6e2;
  --pf-blush: #e7d4d1;
  --pf-line: rgba(23, 23, 20, 0.16);
  --pf-shell: 1280px;
  --pf-gutter: clamp(20px, 4vw, 64px);
  --pf-section: clamp(88px, 10vw, 154px);
  --pf-display: "Tenor Sans", "Avenir Next", Arial, sans-serif;
  --pf-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pf-paper);
  color: var(--pf-ink);
  font-family: var(--pf-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.pf-menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  background: var(--pf-brass);
  color: var(--pf-white);
}

:focus-visible {
  outline: 2px solid var(--pf-brass-dark);
  outline-offset: 4px;
}

[id] {
  scroll-margin-top: 110px;
}

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

.pf-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 12px 18px;
  background: var(--pf-white);
  color: var(--pf-ink);
}

.pf-skip-link:focus {
  transform: translateY(0);
}

.pf-kicker {
  margin: 0 0 22px;
  color: var(--pf-brass-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pf-kicker::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 12px;
  background: currentColor;
  vertical-align: middle;
}

.pf-kicker-light {
  color: #d8c39a;
}

.pf-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pf-button span {
  font-size: 1.05rem;
  font-weight: 400;
}

.pf-button:hover {
  transform: translateY(-2px);
}

.pf-button-dark {
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-button-dark:hover {
  background: var(--pf-brass-dark);
}

.pf-button-light {
  background: var(--pf-white);
  color: var(--pf-ink);
}

.pf-button-light:hover {
  background: #e9dec9;
}

.pf-button-outline {
  border-color: var(--pf-ink);
  background: transparent;
  color: var(--pf-ink);
}

.pf-button-outline:hover {
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.pf-text-link span {
  transition: transform 180ms ease;
}

.pf-text-link:hover span {
  transform: translateX(4px);
}

.pf-text-link-light {
  color: var(--pf-white);
}

.pf-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pf-section {
  padding-block: var(--pf-section);
}

.pf-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.62fr);
  gap: clamp(48px, 10vw, 140px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 90px);
}

.pf-section-heading h2,
.pf-method h2,
.pf-studio-copy h2,
.pf-home-contact h2,
.pf-about-statement h2,
.pf-center-cta h2,
.pf-visit h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(2.7rem, 5.25vw, 5.15rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.pf-section-heading > div:last-child > p,
.pf-section-heading > p {
  margin: 0 0 26px;
  color: var(--pf-ink-soft);
  font-size: 1rem;
}

/* Header */
.pf-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 88px;
  border-bottom: 1px solid transparent;
  background: rgba(245, 244, 240, 0.92);
  backdrop-filter: blur(16px);
  transition: height 180ms ease, border-color 180ms ease, background 180ms ease;
}

.admin-bar .pf-site-header {
  top: 32px;
}

.pf-site-header.is-scrolled {
  height: 76px;
  border-bottom-color: var(--pf-line);
  background: rgba(245, 244, 240, 0.97);
}

.pf-header-inner {
  display: grid;
  height: 100%;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 34px;
}

.pf-logo {
  display: inline-flex;
  align-items: center;
  width: 190px;
}

.pf-logo img {
  width: 100%;
  height: auto;
}

.pf-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
}

.pf-desktop-nav a {
  position: relative;
  padding: 8px 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pf-desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--pf-brass-dark);
  transition: transform 180ms ease;
}

.pf-desktop-nav a:hover::after,
.pf-desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pf-header-book {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  padding: 10px 19px;
  border-radius: 999px;
  background: var(--pf-ink);
  color: var(--pf-white);
  font-size: 0.76rem;
  font-weight: 700;
  transition: background 180ms ease;
}

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

.pf-menu-toggle,
.pf-mobile-nav,
.pf-mobile-book {
  display: none;
}

/* Home hero */
.pf-hero {
  overflow: hidden;
  padding: clamp(52px, 6vw, 92px) 0 clamp(80px, 8vw, 126px);
}

.pf-hero-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(50px, 6.5vw, 108px);
  align-items: center;
}

.pf-hero-copy {
  position: relative;
  z-index: 2;
}

.pf-hero h1,
.pf-page-hero h1,
.pf-contact-hero h1 {
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(3.7rem, 6.7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.91;
}

.pf-hero h1 em,
.pf-page-hero h1 em,
.pf-contact-hero h1 em,
.pf-about-statement h2 em {
  color: var(--pf-brass-dark);
  font-style: normal;
}

.pf-hero-lead {
  max-width: 580px;
  margin: 34px 0 36px;
  color: var(--pf-ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
}

.pf-booking-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 0;
  color: #696961;
  font-size: 0.7rem;
}

.pf-booking-note i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pf-brass);
}

.pf-hero-visual {
  position: relative;
  min-height: clamp(540px, 50vw, 690px);
}

.pf-hero-arch {
  position: absolute;
  top: 0;
  right: 7%;
  width: min(82%, 570px);
  height: 88%;
  border-radius: 48% 48% 8px 8px / 24% 24% 8px 8px;
}

.pf-hero-arch::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -16px 18px 16px -18px;
  border: 1px solid var(--pf-brass);
  border-radius: inherit;
}

.pf-hero-arch img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 53% center;
}

.pf-hero-detail {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 34%;
  aspect-ratio: 0.82;
  padding: 9px;
  background: var(--pf-paper);
}

.pf-hero-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-hero-stamp {
  position: absolute;
  z-index: 3;
  bottom: 4%;
  left: 1%;
  display: grid;
  width: 142px;
  height: 142px;
  place-content: center;
  border: 1px solid var(--pf-brass);
  border-radius: 50%;
  background: rgba(245, 244, 240, 0.9);
  text-align: center;
  backdrop-filter: blur(6px);
}

.pf-hero-stamp span {
  font-family: var(--pf-display);
  font-size: 1.35rem;
}

.pf-hero-stamp b {
  max-width: 92px;
  margin-top: 6px;
  font-size: 0.54rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.pf-trust-strip {
  border-block: 1px solid var(--pf-line);
}

.pf-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pf-trust-grid > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  min-height: 120px;
  padding: 22px 30px;
  border-right: 1px solid var(--pf-line);
}

.pf-trust-grid > div:first-child {
  padding-left: 0;
}

.pf-trust-grid > div:last-child {
  border-right: 0;
}

.pf-trust-grid span {
  color: var(--pf-brass-dark);
  font-family: var(--pf-display);
  font-size: 1.2rem;
}

.pf-trust-grid p {
  margin: 0;
  color: var(--pf-ink-soft);
  font-size: 0.75rem;
  line-height: 1.5;
}

.pf-trust-grid b {
  display: block;
  color: var(--pf-ink);
  font-size: 0.8rem;
}

/* Services mosaic */
.pf-services {
  background: var(--pf-white);
}

.pf-service-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(28px, 3.5vw, 52px) clamp(20px, 3vw, 38px);
}

.pf-service-card {
  position: relative;
  display: block;
}

.pf-service-card-large {
  grid-column: span 7;
}

.pf-service-card-tall {
  grid-column: 9 / span 4;
  padding-top: 76px;
}

.pf-service-card-wide {
  grid-column: 1 / span 5;
  margin-top: 20px;
}

.pf-service-card-small {
  grid-column: 7 / span 6;
  margin-top: -28px;
}

.pf-service-image {
  overflow: hidden;
  background: var(--pf-fog);
}

.pf-service-card-large .pf-service-image {
  aspect-ratio: 1.38;
  border-radius: 150px 4px 4px 4px;
}

.pf-service-card-tall .pf-service-image {
  aspect-ratio: 0.75;
  border-radius: 4px 130px 4px 4px;
}

.pf-service-card-wide .pf-service-image {
  aspect-ratio: 1.38;
  border-radius: 4px;
}

.pf-service-card-small .pf-service-image {
  aspect-ratio: 1.65;
  border-radius: 4px 130px 4px 4px;
}

.pf-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pf-service-card:hover .pf-service-image img {
  transform: scale(1.035);
}

.pf-service-copy {
  position: relative;
  padding: 24px 46px 0 0;
}

.pf-service-copy > span {
  color: var(--pf-brass-dark);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pf-service-copy h3 {
  max-width: 520px;
  margin: 8px 0 8px;
  font-family: var(--pf-display);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.pf-service-copy p {
  max-width: 500px;
  margin: 0;
  color: var(--pf-ink-soft);
  font-size: 0.85rem;
}

.pf-service-copy > b {
  position: absolute;
  top: 27px;
  right: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--pf-line);
  border-radius: 50%;
  font-weight: 400;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pf-service-card:hover .pf-service-copy > b {
  transform: rotate(8deg);
  background: var(--pf-ink);
  color: var(--pf-white);
}

/* Method */
.pf-method {
  overflow: hidden;
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-method-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: end;
}

.pf-method-intro .pf-kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.pf-method-intro h2 {
  color: var(--pf-white);
}

.pf-method-intro > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
}

.pf-method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(65px, 8vw, 112px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pf-method-steps article {
  min-height: 270px;
  padding: 34px clamp(24px, 3vw, 44px) 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pf-method-steps article:first-child {
  padding-left: 0;
}

.pf-method-steps article:last-child {
  border-right: 0;
}

.pf-method-steps span {
  color: #d8c39a;
  font-family: var(--pf-display);
  font-size: 1.25rem;
}

.pf-method-steps h3 {
  margin: 50px 0 12px;
  font-family: var(--pf-display);
  font-size: clamp(1.55rem, 2.5vw, 2.3rem);
  font-weight: 400;
}

.pf-method-steps p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
}

/* Studio */
.pf-studio-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1.05fr) minmax(360px, 0.72fr);
  gap: clamp(70px, 9vw, 132px);
  align-items: center;
}

.pf-studio-images {
  position: relative;
  min-height: 670px;
}

.pf-studio-main {
  position: absolute;
  inset: 0 22% 10% 0;
  border-radius: 180px 4px 4px 4px;
  overflow: hidden;
}

.pf-studio-main::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: inherit;
}

.pf-studio-main img,
.pf-studio-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-studio-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39%;
  height: 45%;
  padding: 9px;
  background: var(--pf-paper);
}

.pf-studio-copy > p:not(.pf-kicker) {
  max-width: 540px;
  margin: 30px 0;
  color: var(--pf-ink-soft);
}

.pf-studio-copy ul {
  margin: 0 0 36px;
  padding: 0;
  border-top: 1px solid var(--pf-line);
  list-style: none;
}

.pf-studio-copy li {
  display: flex;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--pf-line);
  font-size: 0.82rem;
  font-weight: 600;
}

.pf-studio-copy li span {
  color: var(--pf-brass-dark);
  font-family: var(--pf-display);
}

/* Reviews */
.pf-reviews {
  border-top: 1px solid var(--pf-line);
  background: var(--pf-fog);
}

.pf-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(23, 23, 20, 0.14);
}

.pf-review-grid blockquote {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  margin: 0;
  padding: clamp(32px, 4vw, 50px);
  background: var(--pf-paper);
}

.pf-review-grid blockquote > div {
  color: var(--pf-brass-dark);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

.pf-review-grid blockquote > p {
  margin: 50px 0 34px;
  font-family: var(--pf-display);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.pf-review-grid footer {
  display: flex;
  align-items: center;
  gap: 9px 18px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--pf-line);
  font-size: 0.7rem;
}

.pf-review-grid footer span {
  color: var(--pf-ink-soft);
}

/* Home contact */
.pf-home-contact {
  background: var(--pf-white);
}

.pf-contact-panel {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: clamp(60px, 9vw, 130px);
  padding: clamp(46px, 7vw, 96px);
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-contact-panel > div > p:not(.pf-kicker) {
  max-width: 480px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.64);
}

.pf-contact-panel address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-style: normal;
}

.pf-contact-panel address a {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 22px 38px 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.pf-contact-panel address span {
  color: #d8c39a;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pf-contact-panel address b {
  font-size: 0.85rem;
}

.pf-contact-panel address i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-style: normal;
}

/* Page heroes */
.pf-page-hero {
  overflow: hidden;
  padding: clamp(72px, 8vw, 126px) 0;
}

.pf-page-hero-services {
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-page-hero-light {
  background: var(--pf-paper);
}

.pf-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(420px, 0.85fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
}

.pf-page-hero h1 {
  font-size: clamp(3.4rem, 6.5vw, 6.8rem);
}

.pf-page-hero-services h1 em {
  color: #d8c39a;
}

.pf-page-hero-grid > div:first-child > p:not(.pf-kicker) {
  max-width: 570px;
  margin: 32px 0 36px;
  color: var(--pf-ink-soft);
}

.pf-page-hero-services .pf-page-hero-grid > div:first-child > p:not(.pf-kicker) {
  color: rgba(255, 255, 255, 0.62);
}

.pf-page-hero-image {
  position: relative;
  height: clamp(430px, 50vw, 650px);
}

.pf-page-hero-image::before {
  content: "";
  position: absolute;
  inset: -14px 20px 16px -16px;
  border: 1px solid var(--pf-brass);
  border-radius: inherit;
}

.pf-page-hero-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-page-hero-services .pf-page-hero-image {
  border-radius: 180px 4px 4px 4px;
}

.pf-page-hero-services .pf-page-hero-image img {
  border-radius: inherit;
}

.pf-page-hero-arch {
  border-radius: 48% 48% 4px 4px / 22% 22% 4px 4px;
}

.pf-page-hero-arch img {
  border-radius: inherit;
}

/* Treatments */
.pf-service-index {
  position: sticky;
  top: 76px;
  z-index: 30;
  border-bottom: 1px solid var(--pf-line);
  background: rgba(245, 244, 240, 0.96);
  backdrop-filter: blur(12px);
}

.admin-bar .pf-service-index {
  top: 108px;
}

.pf-service-index .pf-shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.pf-service-index .pf-shell::-webkit-scrollbar {
  display: none;
}

.pf-service-index a {
  flex: 0 0 auto;
  padding: 20px clamp(16px, 2vw, 30px);
  border-right: 1px solid var(--pf-line);
  font-size: 0.7rem;
  font-weight: 700;
}

.pf-service-index a:first-child {
  padding-left: 0;
}

.pf-treatment-list {
  padding-block: clamp(80px, 9vw, 140px);
}

.pf-treatment {
  display: grid;
  grid-template-columns: 64px minmax(320px, 0.68fr) minmax(420px, 0.82fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  min-height: 520px;
  padding-block: clamp(55px, 7vw, 90px);
  border-bottom: 1px solid var(--pf-line);
}

.pf-treatment:first-child {
  padding-top: 0;
}

.pf-treatment-number {
  align-self: start;
  padding-top: 10px;
  color: var(--pf-brass-dark);
  font-family: var(--pf-display);
  font-size: 1.15rem;
}

.pf-treatment-copy h2 {
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pf-treatment-copy > p:not(.pf-kicker) {
  max-width: 540px;
  margin: 26px 0;
  color: var(--pf-ink-soft);
}

.pf-treatment-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.pf-treatment-copy li {
  padding: 7px 12px;
  border: 1px solid var(--pf-line);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 600;
}

.pf-treatment-image {
  height: 470px;
  overflow: hidden;
  border-radius: 4px 130px 4px 4px;
}

.pf-treatment:nth-child(even) .pf-treatment-image {
  border-radius: 130px 4px 4px 4px;
}

.pf-treatment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-simple-cta {
  background: var(--pf-brass-dark);
  color: var(--pf-white);
  text-align: center;
}

.pf-simple-cta .pf-shell {
  display: grid;
  justify-items: center;
}

.pf-simple-cta h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pf-simple-cta p:not(.pf-kicker) {
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.72);
}

/* About */
.pf-about-statement {
  border-top: 1px solid var(--pf-line);
  background: var(--pf-white);
}

.pf-about-statement .pf-shell {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: clamp(36px, 7vw, 110px);
}

.pf-about-statement h2 {
  grid-column: 2;
  max-width: 1000px;
}

.pf-about-statement h2 em {
  display: block;
}

.pf-about-statement .pf-shell > div {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin-top: 20px;
  color: var(--pf-ink-soft);
}

.pf-about-statement .pf-shell > div p {
  margin: 0;
}

.pf-about-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--pf-ink);
}

.pf-about-gallery figure {
  position: relative;
  height: clamp(430px, 48vw, 670px);
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.pf-about-gallery figure:nth-child(even) {
  margin-top: 80px;
}

.pf-about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
  transition: transform 600ms ease, filter 300ms ease;
}

.pf-about-gallery figure:hover img {
  transform: scale(1.03);
  filter: saturate(1);
}

.pf-about-gallery figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  background: rgba(23, 23, 20, 0.72);
  color: var(--pf-white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

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

.pf-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--pf-line);
}

.pf-value-grid article {
  min-height: 300px;
  padding: 30px clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--pf-line);
}

.pf-value-grid article:first-child {
  padding-left: 0;
}

.pf-value-grid article:last-child {
  border-right: 0;
}

.pf-value-grid span {
  color: var(--pf-brass-dark);
  font-family: var(--pf-display);
  font-size: 1.15rem;
}

.pf-value-grid h3 {
  margin: 56px 0 12px;
  font-family: var(--pf-display);
  font-size: 2rem;
  font-weight: 400;
}

.pf-value-grid p {
  margin: 0;
  color: var(--pf-ink-soft);
  font-size: 0.84rem;
}

.pf-center-cta {
  border-top: 1px solid var(--pf-line);
  background: var(--pf-white);
  text-align: center;
}

.pf-center-cta .pf-shell {
  display: grid;
  justify-items: center;
}

.pf-center-cta p:not(.pf-kicker) {
  margin: 24px 0 34px;
  color: var(--pf-ink-soft);
}

/* Contact */
.pf-contact-hero {
  padding: clamp(72px, 8vw, 126px) 0;
}

.pf-contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: clamp(70px, 9vw, 140px);
  align-items: center;
}

.pf-contact-hero-grid > div:first-child > p:not(.pf-kicker) {
  max-width: 590px;
  margin: 34px 0 0;
  color: var(--pf-ink-soft);
  font-size: 1.05rem;
}

.pf-contact-book {
  padding: clamp(38px, 5vw, 68px);
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-contact-book > span {
  color: #d8c39a;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pf-contact-book h2 {
  margin: 28px 0 18px;
  font-family: var(--pf-display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pf-contact-book p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
}

.pf-contact-details {
  border-block: 1px solid var(--pf-line);
  background: var(--pf-white);
}

.pf-contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pf-contact-detail-grid > a {
  position: relative;
  min-height: 270px;
  padding: 38px 45px 32px;
  border-right: 1px solid var(--pf-line);
  transition: background 180ms ease;
}

.pf-contact-detail-grid > a:first-child {
  padding-left: 0;
}

.pf-contact-detail-grid > a:last-child {
  border-right: 0;
}

.pf-contact-detail-grid > a:hover {
  background: var(--pf-paper);
}

.pf-contact-detail-grid span {
  color: var(--pf-brass-dark);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pf-contact-detail-grid h2 {
  margin: 42px 0 10px;
  overflow-wrap: anywhere;
  font-family: var(--pf-display);
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.pf-contact-detail-grid p {
  margin: 0;
  color: var(--pf-ink-soft);
  font-size: 0.76rem;
}

.pf-contact-detail-grid b {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 400;
}

.pf-visit-grid {
  display: grid;
  grid-template-columns: minmax(480px, 1fr) minmax(360px, 0.82fr);
  gap: clamp(70px, 9vw, 140px);
  align-items: center;
}

.pf-visit-image {
  height: 650px;
  overflow: hidden;
  border-radius: 180px 4px 4px 4px;
}

.pf-visit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-faqs {
  margin-top: 44px;
  border-top: 1px solid var(--pf-line);
}

.pf-faqs details {
  border-bottom: 1px solid var(--pf-line);
}

.pf-faqs summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  list-style: none;
}

.pf-faqs summary::-webkit-details-marker {
  display: none;
}

.pf-faqs summary span {
  font-size: 1.3rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.pf-faqs details[open] summary span {
  transform: rotate(45deg);
}

.pf-faqs details p {
  margin: 0;
  padding: 0 30px 22px 0;
  color: var(--pf-ink-soft);
  font-size: 0.82rem;
}

/* Footer */
.pf-site-footer {
  padding: 80px 0 30px;
  background: #11110f;
  color: var(--pf-white);
}

.pf-footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 0.45fr 0.75fr 0.8fr;
  gap: clamp(36px, 5vw, 80px);
  padding-bottom: 70px;
}

.pf-footer-brand img {
  width: 190px;
  height: auto;
  filter: none;
}

.pf-footer-logo {
  display: inline-flex;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px 9px 9px;
  background: var(--pf-paper);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.pf-footer-brand p {
  max-width: 360px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.8rem;
}

.pf-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.pf-footer-col h2 {
  margin: 0 0 15px;
  color: #d8c39a;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pf-footer-col a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.pf-footer-col a:hover {
  color: var(--pf-white);
}

.pf-footer-cta {
  align-self: start;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px 10px 10px;
  background: rgba(255, 255, 255, 0.035);
}

.pf-footer-cta span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-footer-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  font-family: var(--pf-display);
  font-size: 1.45rem;
  line-height: 1.1;
}

.pf-footer-cta b {
  color: #d8c39a;
  font-weight: 400;
}

.pf-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.64rem;
}

.pf-footer-bottom > span:last-child {
  display: flex;
  gap: 22px;
}

.pf-footer-bottom a:hover {
  color: var(--pf-white);
}

/* Generic WordPress content */
.pf-generic-page {
  min-height: 60vh;
  padding: clamp(70px, 9vw, 130px) 0;
}

.pf-prose {
  max-width: 900px;
}

.pf-prose h1 {
  margin: 0 0 45px;
  font-family: var(--pf-display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pf-prose h2,
.pf-prose h3 {
  margin-top: 2em;
  font-family: var(--pf-display);
  font-weight: 400;
}

.pf-prose a {
  color: var(--pf-brass-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .pf-header-inner {
    grid-template-columns: 180px 1fr auto;
  }

  .pf-logo {
    width: 168px;
  }

  .pf-desktop-nav {
    gap: 20px;
  }

  .pf-hero-grid {
    grid-template-columns: minmax(340px, 0.9fr) minmax(440px, 1.1fr);
    gap: 54px;
  }

  .pf-hero-stamp {
    width: 120px;
    height: 120px;
  }

  .pf-studio-images {
    min-height: 590px;
  }

  .pf-footer-top {
    grid-template-columns: 1.2fr 0.6fr 1fr;
  }

  .pf-footer-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --pf-section: clamp(76px, 14vw, 112px);
  }

  .admin-bar .pf-site-header {
    top: 46px;
  }

  .pf-site-header,
  .pf-site-header.is-scrolled {
    height: 74px;
  }

  .pf-header-inner {
    grid-template-columns: 1fr auto;
  }

  .pf-desktop-nav,
  .pf-header-book {
    display: none;
  }

  .pf-menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0 8px 12px;
    border: 0;
    background: transparent;
    color: var(--pf-ink);
    cursor: pointer;
  }

  .pf-menu-label {
    font-size: 0.7rem;
    font-weight: 700;
  }

  .pf-menu-lines {
    position: relative;
    width: 26px;
    height: 16px;
  }

  .pf-menu-lines i {
    position: absolute;
    right: 0;
    width: 26px;
    height: 1px;
    background: var(--pf-ink);
    transition: top 180ms ease, transform 180ms ease;
  }

  .pf-menu-lines i:first-child { top: 4px; }
  .pf-menu-lines i:last-child { top: 12px; width: 18px; }

  .pf-menu-toggle[aria-expanded="true"] .pf-menu-lines i:first-child {
    top: 8px;
    transform: rotate(45deg);
  }

  .pf-menu-toggle[aria-expanded="true"] .pf-menu-lines i:last-child {
    top: 8px;
    width: 26px;
    transform: rotate(-45deg);
  }

  .pf-mobile-nav {
    position: fixed;
    inset: 74px 0 0;
    z-index: 999;
    display: block;
    overflow-y: auto;
    padding: 36px 0 110px;
    background: var(--pf-paper);
  }

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

  .pf-mobile-nav[hidden] {
    display: none;
  }

  .pf-mobile-nav .pf-shell > a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid var(--pf-line);
    font-family: var(--pf-display);
    font-size: clamp(2.1rem, 8vw, 3.5rem);
    letter-spacing: -0.04em;
    line-height: 1;
  }

  .pf-mobile-nav .pf-shell > a span {
    color: var(--pf-brass-dark);
    font-family: var(--pf-body);
    font-size: 0.62rem;
    font-weight: 700;
  }

  .pf-mobile-nav-contact {
    display: grid;
    gap: 5px;
    margin-top: 32px;
    color: var(--pf-ink-soft);
    font-size: 0.75rem;
  }

  .pf-mobile-nav-contact a {
    font-weight: 700;
  }

  .pf-hero-grid,
  .pf-page-hero-grid,
  .pf-contact-hero-grid,
  .pf-studio-grid,
  .pf-visit-grid {
    grid-template-columns: 1fr;
  }

  .pf-hero-copy {
    max-width: 680px;
  }

  .pf-hero-visual {
    min-height: 620px;
  }

  .pf-hero-arch {
    left: 7%;
    width: min(80%, 600px);
  }

  .pf-hero-detail {
    right: 6%;
  }

  .pf-hero-stamp {
    left: 1%;
  }

  .pf-section-heading,
  .pf-method-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pf-method-intro .pf-kicker {
    margin-bottom: 0;
  }

  .pf-service-card-large { grid-column: span 7; }
  .pf-service-card-tall { grid-column: 8 / span 5; padding-top: 60px; }
  .pf-service-card-wide { grid-column: 1 / span 6; }
  .pf-service-card-small { grid-column: 7 / span 6; }

  .pf-studio-grid {
    gap: 70px;
  }

  .pf-studio-images {
    min-height: 650px;
  }

  .pf-contact-panel {
    grid-template-columns: 1fr;
  }

  .pf-page-hero-image {
    width: min(100%, 720px);
    justify-self: center;
  }

  .pf-treatment {
    grid-template-columns: 50px 1fr;
  }

  .pf-treatment-image {
    grid-column: 2;
  }

  .pf-about-statement .pf-shell {
    grid-template-columns: 1fr;
  }

  .pf-about-statement h2,
  .pf-about-statement .pf-shell > div {
    grid-column: 1;
  }

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

  .pf-about-gallery figure:nth-child(even) {
    margin-top: 0;
  }

  .pf-contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .pf-contact-detail-grid > a,
  .pf-contact-detail-grid > a:first-child {
    min-height: 210px;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid var(--pf-line);
  }

  .pf-visit-grid {
    gap: 65px;
  }

  .pf-visit-image {
    height: 580px;
  }
}

@media (max-width: 680px) {
  :root {
    --pf-gutter: 20px;
  }

  body.perfecta-brand-page {
    padding-bottom: 66px;
  }

  .pf-logo {
    width: 148px;
  }

  .pf-kicker {
    margin-bottom: 18px;
  }

  .pf-hero {
    padding-top: 45px;
  }

  .pf-hero h1,
  .pf-page-hero h1,
  .pf-contact-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
    line-height: 0.93;
  }

  .pf-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .pf-hero-visual {
    min-height: 480px;
  }

  .pf-hero-arch {
    left: 4%;
    width: 88%;
    height: 90%;
  }

  .pf-hero-detail {
    right: 0;
    width: 35%;
  }

  .pf-hero-stamp {
    bottom: 1%;
    left: -2%;
    width: 100px;
    height: 100px;
  }

  .pf-hero-stamp span {
    font-size: 1.05rem;
  }

  .pf-hero-stamp b {
    font-size: 0.45rem;
  }

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

  .pf-trust-grid > div,
  .pf-trust-grid > div:first-child {
    min-height: 96px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--pf-line);
  }

  .pf-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .pf-section-heading h2,
  .pf-method h2,
  .pf-studio-copy h2,
  .pf-home-contact h2,
  .pf-about-statement h2,
  .pf-center-cta h2,
  .pf-visit h2 {
    font-size: clamp(2.55rem, 12.5vw, 4rem);
  }

  .pf-service-mosaic {
    display: block;
  }

  .pf-service-card,
  .pf-service-card-tall,
  .pf-service-card-wide,
  .pf-service-card-small {
    margin: 0 0 56px;
    padding-top: 0;
  }

  .pf-service-card-large .pf-service-image,
  .pf-service-card-wide .pf-service-image,
  .pf-service-card-small .pf-service-image {
    aspect-ratio: 1.15;
    border-radius: 100px 4px 4px 4px;
  }

  .pf-service-card-tall .pf-service-image {
    aspect-ratio: 1.05;
    border-radius: 4px 100px 4px 4px;
  }

  .pf-method-steps,
  .pf-review-grid,
  .pf-value-grid {
    grid-template-columns: 1fr;
  }

  .pf-method-steps article,
  .pf-method-steps article:first-child,
  .pf-value-grid article,
  .pf-value-grid article:first-child {
    min-height: 0;
    padding: 28px 0 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .pf-value-grid article,
  .pf-value-grid article:first-child {
    border-bottom-color: var(--pf-line);
  }

  .pf-method-steps h3,
  .pf-value-grid h3 {
    margin-top: 28px;
  }

  .pf-studio-images {
    min-height: 490px;
  }

  .pf-studio-main {
    right: 16%;
    border-radius: 110px 4px 4px 4px;
  }

  .pf-studio-small {
    width: 39%;
  }

  .pf-review-grid blockquote {
    min-height: 330px;
  }

  .pf-contact-panel {
    width: 100%;
    padding: 42px 25px;
  }

  .pf-contact-panel address b {
    overflow-wrap: anywhere;
  }

  .pf-page-hero {
    padding-top: 50px;
  }

  .pf-page-hero-grid {
    gap: 65px;
  }

  .pf-page-hero-image {
    height: 450px;
  }

  .pf-service-index {
    top: 74px;
  }

  .admin-bar .pf-service-index {
    top: 120px;
  }

  .pf-treatment {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pf-treatment-number,
  .pf-treatment-copy,
  .pf-treatment-image {
    grid-column: 1;
  }

  .pf-treatment-image {
    height: 380px;
    margin-top: 12px;
    border-radius: 4px 90px 4px 4px;
  }

  .pf-treatment:nth-child(even) .pf-treatment-image {
    border-radius: 90px 4px 4px 4px;
  }

  .pf-about-statement .pf-shell > div {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pf-about-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .pf-about-gallery figure {
    width: 82vw;
    height: 520px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .pf-contact-hero-grid {
    gap: 55px;
  }

  .pf-contact-book {
    margin-inline: calc(var(--pf-gutter) * -1);
  }

  .pf-contact-detail-grid h2 {
    font-size: 1.7rem;
  }

  .pf-visit-image {
    height: 470px;
    border-radius: 110px 4px 4px 4px;
  }

  .pf-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .pf-footer-brand,
  .pf-footer-cta {
    grid-column: 1 / -1;
  }

  .pf-footer-col:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .pf-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .pf-mobile-book {
    position: fixed;
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    z-index: 1100;
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
    border-radius: 999px;
    background: var(--pf-brass-dark);
    color: var(--pf-white);
    box-shadow: 0 10px 30px rgba(23, 23, 20, 0.25);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .pf-site-footer {
    padding-bottom: calc(150px + env(safe-area-inset-bottom, 0px));
  }

  .pf-mobile-book b {
    font-size: 1.05rem;
    font-weight: 400;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Service atlas — catalogue, detail and Beauty Check */
.pf-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.pf-catalog-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) 0 clamp(82px, 9vw, 140px);
  background:
    linear-gradient(90deg, transparent 0 64%, rgba(88, 112, 105, 0.1) 64%),
    var(--pf-paper);
}

.pf-catalog-hero::before {
  position: absolute;
  top: -14vw;
  right: -10vw;
  width: 47vw;
  height: 47vw;
  border: 1px solid rgba(88, 112, 105, 0.24);
  border-radius: 50%;
  content: "";
}

.pf-catalog-hero-grid {
  display: grid;
  min-height: 660px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: clamp(60px, 8vw, 130px);
}

.pf-catalog-intro {
  position: relative;
  z-index: 2;
}

.pf-catalog-intro h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(4rem, 6.8vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.pf-catalog-intro h1 em,
.pf-booking-hero h1 em {
  color: var(--pf-eucalyptus);
  font-style: normal;
}

.pf-catalog-lead {
  max-width: 680px;
  margin: 36px 0 32px;
  color: var(--pf-ink-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.pf-catalog-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 630px;
}

.pf-catalog-visual > img {
  width: 100%;
  height: 100%;
  border-radius: 230px 8px 8px 8px;
  object-fit: cover;
}

.pf-catalog-orbit {
  position: absolute;
  top: 5%;
  left: -65px;
  display: grid;
  width: 138px;
  height: 138px;
  place-content: center;
  border: 1px solid var(--pf-white);
  border-radius: 50%;
  background: rgba(23, 23, 20, 0.88);
  color: var(--pf-white);
  text-align: center;
  backdrop-filter: blur(8px);
}

.pf-catalog-orbit span {
  font-family: var(--pf-display);
  font-size: 2.1rem;
  line-height: 1;
}

.pf-catalog-orbit small {
  margin-top: 8px;
  color: #d8c39a;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.pf-catalog-visual > p {
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: 18%;
  display: flex;
  min-height: 75px;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 18px 24px;
  background: var(--pf-paper);
  color: var(--pf-ink-soft);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-catalog-visual > p span {
  color: var(--pf-brass-dark);
}

.pf-catalog-visual > p i {
  width: 20px;
  height: 1px;
  background: var(--pf-line);
}

.pf-catalog-section {
  padding: var(--pf-section) 0;
  background: #fff;
}

.pf-catalog-toolbar {
  display: grid;
  align-items: end;
  margin-bottom: 70px;
  grid-template-columns: minmax(300px, 0.6fr) 1fr;
  gap: 60px;
}

.pf-catalog-toolbar h2,
.pf-before-grid h2,
.pf-protocol-section h2,
.pf-detail-gallery h2,
.pf-operator-grid > div:first-child h2,
.pf-variants-heading h2,
.pf-related-section h2,
.pf-booking-step h2,
.pf-live-calendar h2,
.pf-booking-help h2 {
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(2.7rem, 4.6vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.pf-filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.pf-filter-list button {
  min-height: 44px;
  padding: 9px 17px;
  border: 1px solid var(--pf-line);
  border-radius: 999px;
  background: transparent;
  color: var(--pf-ink-soft);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 180ms ease, color 180ms ease, border 180ms ease;
}

.pf-filter-list button:hover,
.pf-filter-list button.is-active {
  border-color: var(--pf-ink);
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-service-catalog {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 92px clamp(34px, 5vw, 76px);
}

.pf-catalog-card[hidden] {
  display: none;
}

.pf-catalog-card:nth-child(4n + 2),
.pf-catalog-card:nth-child(4n + 3) {
  padding-top: 88px;
}

.pf-catalog-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.26;
  background: var(--pf-fog);
}

.pf-catalog-card:nth-child(4n + 1) .pf-catalog-card-image,
.pf-catalog-card:nth-child(4n + 4) .pf-catalog-card-image {
  border-radius: 150px 5px 5px 5px;
}

.pf-catalog-card:nth-child(4n + 2) .pf-catalog-card-image,
.pf-catalog-card:nth-child(4n + 3) .pf-catalog-card-image {
  border-radius: 5px 150px 5px 5px;
}

.pf-catalog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0, 1);
}

.pf-catalog-card:hover .pf-catalog-card-image img {
  transform: scale(1.035);
}

.pf-catalog-card-image > span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--pf-white);
  color: var(--pf-brass-dark);
  font-size: 0.7rem;
  font-weight: 800;
}

.pf-catalog-card-body {
  padding: 29px 8px 0;
}

.pf-catalog-card-eyebrow {
  margin: 0 0 11px !important;
  color: var(--pf-brass-dark) !important;
  font-size: 0.65rem !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pf-catalog-card h2 {
  margin: 0 0 15px;
  font-family: var(--pf-display);
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pf-catalog-card-body > p:not(.pf-catalog-card-eyebrow) {
  max-width: 620px;
  min-height: 78px;
  margin: 0 0 25px;
  color: var(--pf-ink-soft);
  font-size: 0.88rem;
  line-height: 1.75;
}

.pf-data-rail {
  display: grid;
  padding: 14px 0;
  border-top: 1px solid var(--pf-line);
  border-bottom: 1px solid var(--pf-line);
  grid-template-columns: 0.8fr 1.2fr;
}

.pf-data-rail span {
  min-width: 0;
  padding: 0 18px;
  color: var(--pf-ink);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.5;
}

.pf-data-rail span:first-child {
  padding-left: 0;
  border-right: 1px solid var(--pf-line);
}

.pf-data-rail small {
  display: block;
  margin-bottom: 3px;
  color: #7b7b73;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-catalog-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
}

.pf-mini-book {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  gap: 14px;
  padding: 7px 15px;
  border: 1px solid var(--pf-ink);
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.pf-mini-book:hover {
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-filter-empty {
  padding: 70px 0;
  color: var(--pf-ink-soft);
  text-align: center;
}

.pf-before-section {
  padding: var(--pf-section) 0;
  background: var(--pf-sky);
}

.pf-before-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(280px, 0.66fr) minmax(500px, 1fr);
  gap: clamp(55px, 9vw, 140px);
}

.pf-before-grid > div:first-child > p:not(.pf-kicker) {
  max-width: 520px;
  margin: 28px 0 30px;
  color: #374843;
  line-height: 1.85;
}

.pf-before-grid > div:first-child > small {
  display: block;
  max-width: 480px;
  margin-top: 24px;
  color: #4c5d58;
  font-size: 0.68rem;
  line-height: 1.6;
}

.pf-compare {
  --compare: 50%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.18;
  border-radius: 190px 6px 6px 6px;
  background: #899c96;
  box-shadow: 0 30px 70px rgba(23, 23, 20, 0.16);
}

.pf-compare img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-compare-before {
  position: absolute;
  inset: 0;
}

.pf-compare-after {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--compare)) 0 0);
}

.pf-compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare);
  width: 2px;
  transform: translateX(-1px);
  background: var(--pf-white);
  pointer-events: none;
}

.pf-compare-line i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(23, 23, 20, 0.1);
  border-radius: 50%;
  background: var(--pf-white);
  color: var(--pf-ink);
  box-shadow: 0 8px 24px rgba(23, 23, 20, 0.15);
  font-style: normal;
}

.pf-compare input[type="range"] {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.pf-compare-label {
  position: absolute;
  z-index: 2;
  top: 22px;
  padding: 7px 12px;
  border-radius: 99px;
  background: rgba(23, 23, 20, 0.78);
  color: var(--pf-white);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.pf-compare-label-before { right: 22px; }
.pf-compare-label-after { left: 22px; }

.pf-catalog-cta { background: var(--pf-eucalyptus); }

/* Single service */
.pf-service-detail {
  padding-bottom: 40px;
}

.pf-breadcrumbs {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 9px;
  padding-top: 28px;
  color: #76766f;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.pf-breadcrumbs a:hover { color: var(--pf-brass-dark); }

.pf-service-hero {
  padding: clamp(62px, 7vw, 112px) 0 clamp(92px, 10vw, 150px);
}

.pf-service-hero-grid {
  display: grid;
  min-height: 690px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.74fr);
  gap: clamp(65px, 9vw, 145px);
}

.pf-service-hero-copy h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(4.4rem, 7vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.pf-service-hero-lead {
  max-width: 710px;
  margin: 38px 0 35px;
  color: var(--pf-ink-soft);
  font-size: 1.06rem;
  line-height: 1.85;
}

.pf-service-facts {
  display: grid;
  max-width: 700px;
  margin-bottom: 34px;
  padding: 18px 0;
  border-top: 1px solid var(--pf-line);
  border-bottom: 1px solid var(--pf-line);
  grid-template-columns: repeat(2, 1fr);
}

.pf-service-facts div {
  min-width: 0;
  padding: 0 24px;
}

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

.pf-service-facts small,
.pf-service-facts strong {
  display: block;
}

.pf-service-facts small {
  margin-bottom: 4px;
  color: #76766f;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-service-facts strong {
  font-size: 0.78rem;
  line-height: 1.5;
}

.pf-service-hero-media {
  position: relative;
  height: 100%;
  min-height: 650px;
}

.pf-service-hero-media > img {
  width: 100%;
  height: 100%;
  border-radius: 230px 7px 7px 7px;
  object-fit: cover;
}

.pf-service-seal {
  position: absolute;
  right: -42px;
  bottom: 9%;
  display: grid;
  width: 128px;
  height: 128px;
  place-content: center;
  border: 1px solid var(--pf-white);
  border-radius: 50%;
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
  text-align: center;
  box-shadow: 0 18px 50px rgba(23, 23, 20, 0.2);
}

.pf-service-seal b {
  font-family: var(--pf-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.pf-service-seal small {
  margin-top: 7px;
  color: #dce8e5;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pf-detail-intro {
  display: grid;
  padding-bottom: var(--pf-section);
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--pf-line);
}

.pf-detail-intro > div {
  padding: clamp(38px, 5vw, 72px);
  background: #fff;
}

.pf-detail-intro h2 {
  margin: 0 0 20px;
  font-family: var(--pf-display);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.pf-detail-intro > div > p:last-child {
  margin: 0;
  color: var(--pf-ink-soft);
  line-height: 1.85;
}

.pf-protocol-section {
  padding: var(--pf-section) 0;
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-protocol-section .pf-section-heading {
  margin-bottom: 75px;
}

.pf-protocol-steps {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.pf-protocol-steps li {
  min-height: 300px;
  padding: 0 clamp(22px, 3vw, 42px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

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

.pf-protocol-steps > li > span {
  display: block;
  margin-bottom: 80px;
  color: #d8c39a;
  font-size: 0.7rem;
  font-weight: 700;
}

.pf-protocol-steps h3 {
  margin: 0 0 16px;
  font-family: var(--pf-display);
  font-size: 1.7rem;
  font-weight: 400;
}

.pf-protocol-steps p {
  margin: 0;
  color: #b9b9b2;
  font-size: 0.79rem;
  line-height: 1.8;
}

.pf-detail-gallery {
  overflow: hidden;
  padding-top: var(--pf-section);
  padding-bottom: var(--pf-section);
}

.pf-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 54px;
}

.pf-carousel-controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pf-carousel-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--pf-line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.pf-carousel-controls button:hover:not(:disabled) {
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-carousel-controls button:disabled {
  cursor: default;
  opacity: 0.35;
}

.pf-carousel-controls span {
  min-width: 62px;
  color: var(--pf-ink-soft);
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
}

.pf-carousel-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 24px;
  padding: 0 0 16px;
  scrollbar-width: none;
  scroll-snap-type: none;
}

.pf-carousel-track::-webkit-scrollbar { display: none; }

.pf-carousel-slide {
  width: min(70vw, 830px);
  margin: 0;
  flex: 0 0 auto;
}

.pf-carousel-slide img {
  width: 100%;
  height: clamp(430px, 52vw, 660px);
  border-radius: 5px 170px 5px 5px;
  object-fit: cover;
}

.pf-carousel-slide:nth-child(even) img {
  border-radius: 170px 5px 5px 5px;
}

.pf-carousel-slide figcaption {
  display: flex;
  gap: 18px;
  padding: 15px 3px;
  color: var(--pf-ink-soft);
  font-size: 0.67rem;
  font-weight: 700;
}

.pf-carousel-slide figcaption span { color: var(--pf-brass-dark); }

.pf-before-detail { background: var(--pf-blush); }

.pf-operator-section {
  padding: var(--pf-section) 0;
  background: #fff;
}

.pf-operator-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(440px, 1fr);
  gap: clamp(60px, 10vw, 150px);
}

.pf-operator-grid > div:first-child > p:not(.pf-kicker) {
  max-width: 520px;
  margin-top: 26px;
  color: var(--pf-ink-soft);
}

.pf-operator-list {
  border-top: 1px solid var(--pf-line);
}

.pf-operator-list article {
  display: grid;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--pf-line);
  grid-template-columns: 82px 1fr;
  gap: 24px;
}

.pf-operator-list article > span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
  font-family: var(--pf-display);
  font-size: 1.15rem;
}

.pf-operator-list p,
.pf-operator-list h3,
.pf-operator-list small { margin: 0; }

.pf-operator-list p {
  color: var(--pf-brass-dark);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pf-operator-list h3 {
  font-family: var(--pf-display);
  font-size: 1.65rem;
  font-weight: 400;
}

.pf-operator-list small { color: var(--pf-ink-soft); }

.pf-variants-section {
  padding: var(--pf-section) 0;
  background: #e9e9e4;
}

.pf-variants-heading {
  display: grid;
  align-items: end;
  margin-bottom: 55px;
  grid-template-columns: 1fr 0.65fr;
  gap: 70px;
}

.pf-variants-heading > p {
  margin: 0;
  color: var(--pf-ink-soft);
  font-size: 0.8rem;
  line-height: 1.8;
}

.pf-variant-list { border-top: 1px solid var(--pf-line); }

.pf-variant-list article {
  display: grid;
  min-height: 96px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--pf-line);
  grid-template-columns: 60px 1fr minmax(150px, 0.42fr) 110px;
  gap: 20px;
}

.pf-variant-number {
  color: var(--pf-brass-dark);
  font-size: 0.65rem;
  font-weight: 800;
}

.pf-variant-list h3,
.pf-variant-list p { margin: 0; }

.pf-variant-list h3 {
  font-family: var(--pf-display);
  font-size: 1.3rem;
  font-weight: 400;
}

.pf-variant-list p,
.pf-variant-list small {
  color: var(--pf-ink-soft);
  font-size: 0.65rem;
}

.pf-variant-list a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--pf-ink);
  font-size: 0.7rem;
  font-weight: 800;
}

.pf-care-section {
  display: grid;
  padding-top: var(--pf-section);
  padding-bottom: var(--pf-section);
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--pf-line);
}

.pf-care-section article {
  position: relative;
  padding: clamp(40px, 6vw, 80px);
  background: var(--pf-paper);
}

.pf-care-section article > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 48px;
  border: 1px solid var(--pf-brass);
  border-radius: 50%;
  color: var(--pf-brass-dark);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-care-section h2 {
  margin: 0 0 20px;
  font-family: var(--pf-display);
  font-size: clamp(2.1rem, 3.3vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.pf-care-section article p {
  margin: 0;
  color: var(--pf-ink-soft);
  line-height: 1.85;
}

.pf-care-note {
  margin: 0;
  padding: 18px 0 0;
  background: var(--pf-paper);
  color: #717169;
  font-size: 0.65rem;
  grid-column: 1 / -1;
}

.pf-related-section {
  padding: 0 0 var(--pf-section);
}

.pf-related-section .pf-section-heading { margin-bottom: 45px; }

.pf-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.pf-related-grid a {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 380px;
  align-content: end;
  padding: 36px;
  color: var(--pf-white);
}

.pf-related-grid img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.pf-related-grid a::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 16, 15, 0.78), transparent 70%);
  content: "";
}

.pf-related-grid a:hover img { transform: scale(1.04); }

.pf-related-grid a > span {
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pf-related-grid h3 {
  margin: 6px 0 0;
  font-family: var(--pf-display);
  font-size: 2.2rem;
  font-weight: 400;
}

.pf-related-grid b {
  position: absolute;
  right: 34px;
  bottom: 34px;
  font-size: 1.3rem;
  font-weight: 400;
}

.pf-sticky-book {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  max-width: 630px;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-left: auto;
  padding: 9px 10px 9px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(23, 23, 20, 0.93);
  color: var(--pf-white);
  box-shadow: 0 18px 50px rgba(23, 23, 20, 0.24);
  backdrop-filter: blur(14px);
}

.pf-sticky-book > span {
  overflow: hidden;
  font-size: 0.72rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-sticky-book small {
  display: block;
  color: #aaa9a2;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-sticky-book a {
  display: flex;
  min-width: 148px;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--pf-white);
  color: var(--pf-ink);
  font-size: 0.7rem;
  font-weight: 800;
}

/* Branded Beauty Check */
.pf-booking-page {
  background: #ecece7;
}

.pf-booking-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 130px) 0 clamp(65px, 8vw, 110px);
  background: var(--pf-ink);
  color: var(--pf-white);
}

.pf-booking-hero::after {
  position: absolute;
  top: -210px;
  right: -140px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(200, 216, 214, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(200, 216, 214, 0.035), 0 0 0 160px rgba(200, 216, 214, 0.025);
  content: "";
}

.pf-booking-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(60px, 9vw, 140px);
}

.pf-booking-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--pf-display);
  font-size: clamp(4rem, 6.5vw, 7.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.pf-booking-hero-grid > div > p:last-child {
  max-width: 640px;
  margin: 30px 0 0;
  color: #bcbcb5;
  line-height: 1.8;
}

.pf-booking-progress {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
}

.pf-booking-progress li {
  display: grid;
  min-height: 108px;
  align-items: center;
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: 35px 1fr;
  gap: 8px;
}

.pf-booking-progress li:nth-child(even) { border-right: 1px solid rgba(255, 255, 255, 0.18); }
.pf-booking-progress li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.pf-booking-progress li.is-active { background: var(--pf-eucalyptus); }

.pf-booking-progress li > span {
  align-self: start;
  color: #d8c39a;
  font-size: 0.59rem;
  font-weight: 800;
}

.pf-booking-progress p,
.pf-booking-progress b { display: block; margin: 0; }

.pf-booking-progress p {
  color: #9f9f98;
  font-size: 0.62rem;
  line-height: 1.55;
}

.pf-booking-progress b {
  color: var(--pf-white);
  font-size: 0.75rem;
}

.pf-booking-layout {
  display: grid;
  align-items: start;
  padding-top: clamp(65px, 8vw, 115px);
  padding-bottom: var(--pf-section);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.43fr);
  gap: clamp(50px, 7vw, 100px);
}

.pf-booking-main {
  display: grid;
  gap: clamp(75px, 9vw, 125px);
}

.pf-booking-step-heading {
  display: grid;
  margin-bottom: 38px;
  grid-template-columns: 62px 1fr;
  gap: 22px;
}

.pf-booking-step-heading > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--pf-brass);
  border-radius: 50%;
  color: var(--pf-brass-dark);
  font-size: 0.64rem;
  font-weight: 800;
}

.pf-booking-step-heading .pf-kicker { margin-top: 2px; margin-bottom: 15px; }
.pf-booking-step-heading .pf-kicker::before { display: none; }

.pf-booking-step h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.pf-booking-step-heading > div > p:last-child {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--pf-ink-soft);
  font-size: 0.8rem;
}

.pf-booking-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.pf-booking-service {
  position: relative;
  display: grid;
  min-height: 118px;
  align-items: center;
  padding: 10px 48px 10px 10px;
  border: 1px solid rgba(23, 23, 20, 0.12);
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  grid-template-columns: 92px 1fr;
  gap: 17px;
  transition: border 180ms ease, background 180ms ease, transform 180ms ease;
}

.pf-booking-service:hover { transform: translateY(-2px); border-color: rgba(23, 23, 20, 0.35); }
.pf-booking-service.is-selected { border-color: var(--pf-eucalyptus); background: var(--pf-white); box-shadow: inset 3px 0 0 var(--pf-eucalyptus); }

.pf-booking-service input,
.pf-booking-variant input,
.pf-booking-operator input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pf-booking-service img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.pf-booking-service span,
.pf-booking-service small,
.pf-booking-service b,
.pf-booking-service i { display: block; min-width: 0; }

.pf-booking-service small {
  margin-bottom: 2px;
  color: var(--pf-brass-dark);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-booking-service b {
  overflow: hidden;
  font-family: var(--pf-display);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.pf-booking-service i {
  margin-top: 5px;
  color: var(--pf-ink-soft);
  font-size: 0.56rem;
  font-style: normal;
  line-height: 1.4;
}

.pf-booking-service > em {
  position: absolute;
  top: 50%;
  right: 16px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid var(--pf-line);
  border-radius: 50%;
  color: transparent;
  font-size: 0.6rem;
  font-style: normal;
}

.pf-booking-service.is-selected > em {
  border-color: var(--pf-eucalyptus);
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
}

.pf-booking-variants > div[hidden] { display: none; }

.pf-booking-variants > div {
  border-top: 1px solid var(--pf-line);
}

.pf-booking-variant {
  position: relative;
  display: flex;
  min-height: 77px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--pf-line);
  cursor: pointer;
}

.pf-booking-variant:hover,
.pf-booking-variant.is-selected {
  background: var(--pf-white);
}

.pf-booking-variant.is-selected { box-shadow: inset 3px 0 0 var(--pf-eucalyptus); }

.pf-booking-variant b,
.pf-booking-variant small { display: block; }

.pf-booking-variant b {
  font-family: var(--pf-display);
  font-size: 1.17rem;
  font-weight: 400;
}

.pf-booking-variant small {
  color: var(--pf-ink-soft);
  font-size: 0.59rem;
}

.pf-booking-variant em {
  color: var(--pf-brass-dark);
  font-style: normal;
}

.pf-booking-operators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pf-booking-operator {
  position: relative;
  min-height: 270px;
  padding: 26px 23px;
  border: 1px solid var(--pf-line);
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 180ms ease, border 180ms ease;
}

.pf-booking-operator:hover,
.pf-booking-operator.is-selected { border-color: var(--pf-eucalyptus); background: var(--pf-white); }
.pf-booking-operator.is-disabled { cursor: not-allowed; opacity: 0.38; }

.pf-booking-operator > span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 50%;
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
  font-family: var(--pf-display);
  font-size: 1.1rem;
}

.pf-booking-operator:first-child > span { background: var(--pf-ink); }
.pf-booking-operator small { color: var(--pf-brass-dark); font-size: 0.52rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.pf-booking-operator b { display: block; margin-top: 3px; font-family: var(--pf-display); font-size: 1.3rem; font-weight: 400; line-height: 1.2; }
.pf-booking-operator p { margin: 10px 0 0; color: var(--pf-ink-soft); font-size: 0.61rem; line-height: 1.55; }

.pf-booking-operator > em {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid var(--pf-line);
  border-radius: 50%;
  color: transparent;
  font-size: 0.58rem;
  font-style: normal;
}

.pf-booking-operator.is-selected > em { border-color: var(--pf-eucalyptus); background: var(--pf-eucalyptus); color: var(--pf-white); }

.pf-live-calendar {
  display: grid;
  align-items: center;
  padding: clamp(35px, 5vw, 65px);
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
  grid-template-columns: 160px 1fr;
  gap: clamp(30px, 5vw, 70px);
}

.pf-live-calendar h2 { font-size: clamp(2.3rem, 3.6vw, 4rem); }

.pf-live-calendar p:last-child {
  max-width: 630px;
  margin: 18px 0 0;
  color: #d9e2df;
  font-size: 0.77rem;
  line-height: 1.75;
}

.pf-live-calendar-icon {
  position: relative;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
}

.pf-live-calendar-icon span {
  position: relative;
  width: 54px;
  height: 50px;
  border: 2px solid var(--pf-white);
  border-radius: 5px;
}

.pf-live-calendar-icon span::before,
.pf-live-calendar-icon span::after {
  position: absolute;
  content: "";
}

.pf-live-calendar-icon span::before { top: 10px; right: 0; left: 0; border-top: 2px solid var(--pf-white); }
.pf-live-calendar-icon span::after { top: -7px; left: 11px; width: 28px; height: 10px; border-right: 2px solid var(--pf-white); border-left: 2px solid var(--pf-white); }

.pf-live-calendar-icon b {
  position: absolute;
  right: -2px;
  bottom: 14px;
  padding: 5px 8px;
  border-radius: 99px;
  background: #d8c39a;
  color: var(--pf-ink);
  font-size: 0.48rem;
  letter-spacing: 0.12em;
}

.pf-booking-summary {
  position: sticky;
  top: 110px;
  padding: 28px;
  background: var(--pf-white);
  box-shadow: 0 24px 70px rgba(23, 23, 20, 0.12);
}

.admin-bar .pf-booking-summary { top: 142px; }

.pf-booking-summary h2 {
  margin: 0 0 24px;
  font-family: var(--pf-display);
  font-size: 2.45rem;
  font-weight: 400;
}

.pf-booking-summary-image {
  overflow: hidden;
  aspect-ratio: 1.5;
  margin-bottom: 22px;
  border-radius: 70px 3px 3px 3px;
}

.pf-booking-summary-image img { width: 100%; height: 100%; object-fit: cover; }

.pf-booking-summary dl { margin: 0 0 25px; border-top: 1px solid var(--pf-line); }

.pf-booking-summary dl > div {
  display: grid;
  padding: 13px 0;
  border-bottom: 1px solid var(--pf-line);
  grid-template-columns: 0.62fr 1fr;
  gap: 14px;
}

.pf-booking-summary dt { color: #77776f; font-size: 0.56rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.pf-booking-summary dd { margin: 0; font-size: 0.68rem; font-weight: 700; line-height: 1.45; }
.pf-booking-submit { display: flex; width: 100%; }

.pf-booking-notice {
  display: grid;
  margin: 18px 0 0;
  color: #6d6d66;
  font-size: 0.58rem;
  line-height: 1.55;
  grid-template-columns: 20px 1fr;
  gap: 8px;
}

.pf-booking-notice > span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #9b9b94;
  border-radius: 50%;
  font-size: 0.56rem;
}

.pf-booking-help {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--pf-eucalyptus);
  color: var(--pf-white);
}

.pf-booking-help .pf-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.pf-booking-help a {
  display: grid;
  min-width: 310px;
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  grid-template-columns: 1fr auto;
  font-family: var(--pf-display);
  font-size: 1.35rem;
}

.pf-booking-help a small { display: block; color: #cfddd9; font-family: var(--pf-body); font-size: 0.52rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; grid-column: 1 / -1; }

@media (max-width: 1100px) {
  .pf-catalog-hero-grid,
  .pf-service-hero-grid { grid-template-columns: 1fr 0.78fr; gap: 60px; }
  .pf-catalog-visual,
  .pf-service-hero-media { min-height: 570px; }
  .pf-catalog-orbit { left: -45px; width: 112px; height: 112px; }
  .pf-service-seal { right: -25px; width: 108px; height: 108px; }
  .pf-before-grid { grid-template-columns: 0.62fr 1fr; gap: 55px; }
  .pf-protocol-steps { grid-template-columns: repeat(2, 1fr); row-gap: 55px; }
  .pf-protocol-steps li:nth-child(3) { border-left: 1px solid rgba(255, 255, 255, 0.18); }
  .pf-booking-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 45px; }
  .pf-booking-services { grid-template-columns: 1fr; }
  .pf-booking-operators { grid-template-columns: 1fr; }
  .pf-booking-operator { display: grid; min-height: 140px; align-items: center; grid-template-columns: 72px 1fr; gap: 20px; }
  .pf-booking-operator > span { margin: 0; }
}

@media (max-width: 900px) {
  .pf-catalog-hero { background: var(--pf-paper); }
  .pf-catalog-hero-grid,
  .pf-service-hero-grid,
  .pf-booking-hero-grid { grid-template-columns: 1fr; }
  .pf-catalog-hero-grid,
  .pf-service-hero-grid { min-height: 0; }
  .pf-catalog-visual,
  .pf-service-hero-media { min-height: 600px; }
  .pf-catalog-visual > img,
  .pf-service-hero-media > img { border-radius: 180px 6px 6px 6px; }
  .pf-catalog-toolbar,
  .pf-operator-grid,
  .pf-variants-heading { grid-template-columns: 1fr; gap: 35px; }
  .pf-filter-list { justify-content: flex-start; }
  .pf-before-grid { grid-template-columns: 1fr; }
  .pf-compare { max-width: 750px; }
  .pf-detail-intro { grid-template-columns: 1fr; }
  .pf-booking-progress { max-width: 700px; }
  .pf-booking-layout { grid-template-columns: 1fr; }
  .pf-booking-summary { position: relative; top: auto; order: -1; max-width: 650px; }
  .admin-bar .pf-booking-summary { top: auto; }
  .pf-booking-services { grid-template-columns: repeat(2, 1fr); }
  .pf-booking-operators { grid-template-columns: repeat(3, 1fr); }
  .pf-booking-operator { display: block; min-height: 260px; }
  .pf-booking-operator > span { margin-bottom: 45px; }
}

@media (max-width: 680px) {
  .pf-catalog-hero,
  .pf-service-hero,
  .pf-booking-hero { padding-top: 52px; }
  .pf-catalog-intro h1,
  .pf-service-hero-copy h1,
  .pf-booking-hero h1 { font-size: clamp(3.35rem, 16vw, 5.3rem); }
  .pf-catalog-hero-grid,
  .pf-service-hero-grid { gap: 50px; }
  .pf-catalog-visual,
  .pf-service-hero-media { min-height: 465px; }
  .pf-catalog-visual > img,
  .pf-service-hero-media > img { border-radius: 120px 5px 5px 5px; }
  .pf-catalog-orbit { top: 12px; left: -10px; width: 96px; height: 96px; }
  .pf-catalog-orbit span { font-size: 1.6rem; }
  .pf-catalog-visual > p { left: 4%; overflow: hidden; min-height: 60px; padding: 14px; gap: 8px; white-space: nowrap; }
  .pf-catalog-toolbar { margin-bottom: 45px; }
  .pf-catalog-toolbar h2,
  .pf-before-grid h2,
  .pf-protocol-section h2,
  .pf-detail-gallery h2,
  .pf-operator-grid > div:first-child h2,
  .pf-variants-heading h2,
  .pf-related-section h2,
  .pf-booking-step h2,
  .pf-live-calendar h2,
  .pf-booking-help h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .pf-filter-list { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; margin-right: calc(var(--pf-gutter) * -1); scrollbar-width: none; }
  .pf-filter-list button { flex: 0 0 auto; }
  .pf-service-catalog { grid-template-columns: 1fr; gap: 70px; }
  .pf-catalog-card:nth-child(4n + 2),
  .pf-catalog-card:nth-child(4n + 3) { padding-top: 0; }
  .pf-catalog-card-image,
  .pf-catalog-card:nth-child(4n + 1) .pf-catalog-card-image,
  .pf-catalog-card:nth-child(4n + 2) .pf-catalog-card-image,
  .pf-catalog-card:nth-child(4n + 3) .pf-catalog-card-image,
  .pf-catalog-card:nth-child(4n + 4) .pf-catalog-card-image { border-radius: 90px 4px 4px 4px; }
  .pf-catalog-card-body { padding-right: 0; padding-left: 0; }
  .pf-catalog-card-body > p:not(.pf-catalog-card-eyebrow) { min-height: 0; }
  .pf-data-rail { grid-template-columns: 1fr; }
  .pf-data-rail span { padding: 9px 0; }
  .pf-data-rail span:first-child { border-right: 0; border-bottom: 1px solid var(--pf-line); }
  .pf-catalog-card-actions { align-items: flex-start; flex-direction: column; }
  .pf-compare { aspect-ratio: 0.92; border-radius: 105px 5px 5px 5px; }
  .pf-compare img { object-position: center; }
  .pf-service-facts { grid-template-columns: 1fr; }
  .pf-service-facts div { padding: 10px 0; }
  .pf-service-facts div:first-child { border-right: 0; border-bottom: 1px solid var(--pf-line); }
  .pf-service-seal { right: -8px; bottom: 6%; width: 95px; height: 95px; }
  .pf-detail-intro > div { padding: 35px 25px; }
  .pf-protocol-steps { grid-template-columns: 1fr; row-gap: 0; }
  .pf-protocol-steps li,
  .pf-protocol-steps li:last-child { display: grid; min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); border-left: 0; grid-template-columns: 45px 1fr; gap: 12px; }
  .pf-protocol-steps li:nth-child(3) { border-left: 0; }
  .pf-protocol-steps > li > span { margin: 5px 0 0; }
  .pf-gallery-heading { align-items: flex-start; flex-direction: column; }
  .pf-carousel-slide { width: 86vw; }
  .pf-carousel-slide img { height: 470px; border-radius: 80px 4px 4px 4px; }
  .pf-carousel-slide:nth-child(even) img { border-radius: 4px 80px 4px 4px; }
  .pf-operator-grid { grid-template-columns: 1fr; }
  .pf-operator-list article { grid-template-columns: 68px 1fr; gap: 14px; }
  .pf-operator-list article > span { width: 60px; height: 60px; }
  .pf-variant-list article { min-height: 0; padding: 22px 0; grid-template-columns: 38px 1fr auto; gap: 10px; }
  .pf-variant-list article > small { grid-column: 2; }
  .pf-variant-list a { align-self: stretch; grid-column: 3; grid-row: 1 / 3; }
  .pf-care-section { grid-template-columns: 1fr; }
  .pf-care-section article { padding: 40px 25px; }
  .pf-care-note { padding: 18px 4px 0; }
  .pf-related-grid { grid-template-columns: 1fr; }
  .pf-related-grid a { min-height: 340px; padding: 25px; }
  .pf-sticky-book { display: none; }
  .pf-booking-progress { grid-template-columns: 1fr; }
  .pf-booking-progress li,
  .pf-booking-progress li:nth-child(even),
  .pf-booking-progress li:nth-last-child(-n+2) { min-height: 78px; border-right: 1px solid rgba(255, 255, 255, 0.18); border-bottom: 0; }
  .pf-booking-progress li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .pf-booking-layout { gap: 70px; }
  .pf-booking-summary { padding: 22px; }
  .pf-booking-step-heading { grid-template-columns: 48px 1fr; gap: 13px; }
  .pf-booking-step-heading > span { width: 43px; height: 43px; }
  .pf-booking-services { grid-template-columns: 1fr; }
  .pf-booking-service { grid-template-columns: 76px 1fr; min-height: 100px; }
  .pf-booking-service img { width: 76px; height: 76px; }
  .pf-booking-operators { grid-template-columns: 1fr; }
  .pf-booking-operator { display: grid; min-height: 132px; align-items: center; padding: 20px; grid-template-columns: 64px 1fr; gap: 17px; }
  .pf-booking-operator > span { width: 60px; height: 60px; margin: 0; }
  .pf-live-calendar { grid-template-columns: 1fr; }
  .pf-live-calendar-icon { width: 120px; height: 120px; }
  .pf-booking-help .pf-shell { align-items: flex-start; flex-direction: column; }
  .pf-booking-help a { width: 100%; min-width: 0; }
}

/* Visual QA pass — typography, alignment and accessible contrast */
body.perfecta-brand-page {
  background: var(--pf-paper);
  color: var(--pf-ink);
  font-size: 17px;
}

.perfecta-brand-page .pf-kicker {
  color: var(--pf-brass-dark) !important;
  font-size: 0.75rem !important;
}

.perfecta-brand-page .pf-kicker-light {
  color: #e2cca1 !important;
}

.perfecta-brand-page .pf-button,
.perfecta-brand-page .elementor-button {
  font-size: 0.875rem !important;
}

.perfecta-brand-page .pf-text-link {
  font-size: 0.875rem;
}

.pf-site-header,
.pf-site-header.is-scrolled {
  height: 94px;
  background: rgba(248, 247, 243, 0.96);
}

.pf-site-header.is-scrolled {
  height: 82px;
}

.pf-header-inner {
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: clamp(30px, 4vw, 58px);
}

.pf-logo {
  width: 212px;
  height: 54px;
  justify-content: flex-start;
}

.pf-logo img {
  width: 100%;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.pf-desktop-nav {
  gap: clamp(28px, 3vw, 46px);
}

.pf-desktop-nav a {
  padding: 12px 0;
  font-size: 0.875rem;
  letter-spacing: 0.005em;
}

.pf-header-book {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 0.875rem;
}

.pf-elementor-page .elementor-widget-heading .elementor-heading-title {
  font-family: var(--pf-display) !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-transform: none !important;
}

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

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

.pfe-process-section > .elementor-widget-heading .elementor-heading-title,
.pfe-about-section .elementor-widget-heading h2,
.pfe-values-section > .elementor-widget-heading .elementor-heading-title,
.pfe-contact-section > .elementor-widget-heading .elementor-heading-title,
.pfe-final-cta .elementor-heading-title {
  font-size: clamp(2.9rem, 4.3vw, 4.9rem) !important;
}

.pfe-process-section .elementor-widget-heading h3,
.pfe-contact-cards .elementor-widget-heading h3,
.pfe-values-section .elementor-icon-box-title {
  font-family: var(--pf-display) !important;
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.pfe-process-section .elementor-widget-text-editor,
.pfe-process-section .elementor-widget-text-editor p {
  color: #d7d8d3 !important;
  font-size: 1rem !important;
  line-height: 1.75;
}

.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-size: 1rem !important;
  line-height: 1.75;
}

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

.pfe-contact-cards .elementor-button,
.pfe-final-cta .elementor-button,
.pfe-about-section .elementor-button {
  min-height: 50px;
  align-items: center;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-weight: 700;
}

.pfe-contact-cards .elementor-button,
.pfe-about-section .elementor-button {
  background: var(--pf-ink) !important;
  color: var(--pf-white) !important;
}

.pfe-contact-cards > .e-con:last-child .elementor-button {
  background: var(--pf-white) !important;
  color: var(--pf-ink) !important;
}

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

/* Floating, high-impact final action card shared by Elementor pages. */
.pfe-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(calc(100% - (var(--pf-gutter) * 2)), var(--pf-shell)) !important;
  margin: clamp(72px, 9vw, 132px) auto !important;
  padding: clamp(64px, 7vw, 96px) clamp(30px, 5vw, 72px) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(38px, 6vw, 82px) 26px 26px !important;
  box-shadow: 0 34px 90px rgba(23, 23, 20, 0.18);
}

.pfe-final-cta::before,
.pfe-final-cta::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.pfe-final-cta::before {
  top: -245px;
  right: -125px;
  width: 520px;
  height: 520px;
}

.pfe-final-cta::after {
  right: 34px;
  bottom: -205px;
  width: 360px;
  height: 360px;
}

.pfe-final-cta .elementor-widget-heading {
  max-width: 820px;
}

.pfe-final-cta .elementor-button {
  position: relative;
  z-index: 2;
  min-height: 56px;
  padding-inline: 28px !important;
  box-shadow: 0 14px 32px rgba(23, 23, 20, 0.18);
  transition: transform 180ms ease, background 180ms ease !important;
}

.pfe-final-cta .elementor-button:hover {
  transform: translateY(-3px);
  background: #e9dec9 !important;
}

.pf-booking-page {
  background: #f2f3ef;
}

.pf-booking-hero {
  padding: clamp(68px, 5.8vw, 88px) 0;
  background: var(--pf-ink);
}

.pf-booking-hero-grid {
  align-items: center;
  gap: clamp(56px, 6.5vw, 96px);
}

.pf-booking-hero h1 {
  color: var(--pf-white) !important;
  font-family: var(--pf-display) !important;
  font-size: clamp(3.55rem, 4.9vw, 5.4rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.048em;
  line-height: 0.95;
  text-transform: none !important;
}

.pf-booking-hero h1 em {
  color: #dce6e2 !important;
}

.pf-booking-hero-grid > div > p:last-child {
  color: #d7d8d3 !important;
  font-size: 1.05rem !important;
}

.pf-booking-progress li {
  min-height: 118px;
  padding: 22px;
}

.pf-booking-progress li > span {
  color: #e2cca1;
  font-size: 0.72rem !important;
}

.pf-booking-progress b {
  color: var(--pf-white) !important;
  font-size: 0.875rem !important;
}

.pf-booking-progress p {
  color: #c7c9c4 !important;
  font-size: 0.8rem !important;
}

.pf-booking-progress li.is-active p {
  color: #eef2f0 !important;
}

.pf-booking-step h2,
.pf-live-calendar h2,
.pf-booking-help h2,
.pf-booking-summary h2 {
  color: var(--pf-ink) !important;
  font-family: var(--pf-display) !important;
  font-weight: 400 !important;
}

.pf-live-calendar h2,
.pf-booking-help h2 {
  color: var(--pf-white) !important;
}

.pf-booking-step-heading > div > p:last-child {
  font-size: 0.95rem !important;
}

.pf-booking-service {
  min-height: 124px;
  background: rgba(255, 255, 255, 0.78);
}

.pf-booking-service small {
  font-size: 0.68rem !important;
}

.pf-booking-service b {
  font-size: 1.28rem !important;
}

.pf-booking-service i {
  font-size: 0.78rem !important;
}

.pf-booking-variant b {
  font-size: 1.25rem !important;
}

.pf-booking-variant small {
  font-size: 0.78rem !important;
}

.pf-booking-operator small {
  font-size: 0.68rem !important;
}

.pf-booking-operator b {
  font-size: 1.42rem !important;
}

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

.pf-live-calendar p:last-child {
  color: #edf2f0 !important;
  font-size: 0.9rem !important;
}

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

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

.pf-booking-notice {
  color: #5c605c !important;
  font-size: 0.75rem !important;
}

.pf-booking-help a,
.pf-booking-help a small {
  color: var(--pf-white) !important;
}

.pf-site-footer {
  background: #151613;
}

.pf-footer-brand img {
  width: 212px;
  height: auto !important;
  filter: none !important;
}

.pf-footer-brand p {
  color: #cbd0c9 !important;
  font-size: 0.9rem !important;
  line-height: 1.75;
}

.pf-site-footer .pf-footer-col h2 {
  margin: 0 0 15px !important;
  color: #e2cca1 !important;
  font-family: var(--pf-body) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.pf-site-footer .pf-footer-col a {
  color: #e0e2dd !important;
  font-family: var(--pf-body) !important;
  font-size: 0.875rem !important;
  line-height: 1.55;
  text-transform: none !important;
}

.pf-site-footer .pf-footer-cta span {
  color: #d8c39a !important;
  font-family: var(--pf-body) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.pf-site-footer .pf-footer-cta a {
  color: var(--pf-white) !important;
  font-size: 1.45rem !important;
}

.pf-footer-bottom {
  color: #bfc3bc !important;
  font-size: 0.75rem !important;
}

.pf-site-footer .pf-footer-bottom a {
  color: inherit !important;
}

@media (max-width: 1100px) {
  .pf-header-inner {
    grid-template-columns: 205px minmax(0, 1fr) auto;
    gap: 24px;
  }

  .pf-logo {
    width: 190px;
  }

  .pf-desktop-nav {
    gap: 24px;
  }

  .pf-desktop-nav a,
  .pf-header-book {
    font-size: 0.82rem;
  }
}

@media (max-width: 900px) {
  .pf-site-header,
  .pf-site-header.is-scrolled {
    height: 80px;
  }

  .pf-header-inner {
    grid-template-columns: 1fr auto;
  }

  .pf-logo {
    width: 188px;
    height: 48px;
  }

  .pf-mobile-nav {
    inset: 80px 0 0;
  }

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

  .pf-menu-label,
  .pf-mobile-nav-contact {
    font-size: 0.875rem;
  }

  .pfe-about-section,
  .pfe-process-section,
  .pfe-values-section,
  .pfe-contact-section,
  .pfe-final-cta {
    gap: 42px !important;
  }
}

@media (max-width: 680px) {
  body.perfecta-brand-page {
    font-size: 16px;
  }

  .pf-logo {
    width: 172px;
  }

  .pf-booking-hero h1 {
    font-size: clamp(3rem, 14vw, 4.35rem) !important;
  }

  .pf-booking-hero {
    padding: 52px 0 64px;
  }

  .pf-booking-progress li {
    min-height: 88px;
  }

  .pfe-process-section > .elementor-widget-heading .elementor-heading-title,
  .pfe-about-section .elementor-widget-heading h2,
  .pfe-values-section > .elementor-widget-heading .elementor-heading-title,
  .pfe-contact-section > .elementor-widget-heading .elementor-heading-title,
  .pfe-final-cta .elementor-heading-title {
    font-size: clamp(2.5rem, 11vw, 3.65rem) !important;
  }

  .pf-footer-brand img {
    width: 190px;
  }

  .pf-footer-logo {
    padding: 12px 15px;
    border-radius: 22px 8px 8px;
  }

  .pfe-final-cta {
    width: calc(100% - (var(--pf-gutter) * 2)) !important;
    margin-block: 68px !important;
    border-radius: 52px 20px 20px !important;
  }
}

/* Final authority for the navigation/footer redesign. */
.pf-site-header,
.pf-site-header.is-scrolled {
  height: 92px;
  padding: 10px 0;
  border: 0;
  background: rgba(247, 246, 241, 0.76);
  box-shadow: none;
  backdrop-filter: none;
}

.pf-site-header.is-scrolled {
  height: 82px;
  padding-block: 6px;
}

.pf-header-inner,
.pf-site-header.is-scrolled .pf-header-inner {
  height: 72px;
  padding: 8px 10px 8px 20px;
  border: 1px solid rgba(28, 29, 26, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 252, 0.94);
  box-shadow: 0 15px 45px rgba(28, 35, 31, 0.08);
  backdrop-filter: blur(22px) saturate(1.2);
  grid-template-columns: 215px minmax(0, 1fr) auto;
  gap: 24px;
}

.pf-site-header.is-scrolled .pf-header-inner {
  height: 70px;
  box-shadow: 0 18px 50px rgba(28, 35, 31, 0.12);
}

.pf-logo {
  display: flex;
  width: 178px;
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}

.pf-logo img {
  width: 176px;
  max-height: 39px;
  object-fit: contain;
  object-position: left center;
}

.pf-logo > span {
  display: block;
  padding-left: 5px;
  color: #69716d;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.pf-desktop-nav {
  width: max-content;
  justify-self: center;
  gap: 2px;
  padding: 4px;
  border-radius: 999px;
  background: #edf0ec;
}

.pf-desktop-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #4e5652;
  font-size: 0.79rem;
  letter-spacing: 0;
}

.pf-desktop-nav a::after {
  display: none;
}

.pf-desktop-nav a:hover,
.pf-desktop-nav a[aria-current="page"] {
  background: #1e2925;
  color: #fff;
  box-shadow: 0 6px 16px rgba(30, 41, 37, 0.15);
}

.pf-header-book {
  min-height: 50px;
  gap: 20px;
  padding: 10px 13px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #587069;
  color: #fff;
  font-size: 0.82rem;
  box-shadow: 0 10px 24px rgba(52, 77, 69, 0.18);
}

.pf-header-book:hover {
  background: #344d45;
}

.pf-site-footer {
  margin-top: 0;
  padding: 24px 0 28px;
  background: #dfe7e2;
  color: #1c211e;
}

.pf-footer-logo {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pf-footer-brand img {
  width: 204px;
  height: auto !important;
}

.pf-footer-brand p {
  color: #4e5a55 !important;
  font-size: 0.91rem !important;
}

.pf-site-footer .pf-footer-col h2 {
  color: #6a5a39 !important;
}

.pf-site-footer .pf-footer-col a {
  color: #34403b !important;
  font-size: 0.86rem !important;
}

.pf-footer-bottom {
  border-top-color: rgba(29, 40, 36, 0.16);
  color: #5e6964 !important;
  font-size: 0.7rem !important;
}

.pf-site-footer .pf-footer-booking > div:first-child > span {
  color: #d9c491 !important;
}

.pf-site-footer .pf-footer-booking h2 {
  color: #fff !important;
  text-transform: none !important;
}

.pf-site-footer .pf-footer-booking p {
  color: rgba(255, 255, 255, 0.7) !important;
}

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

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

  .pf-desktop-nav {
    gap: 2px;
  }

  .pf-desktop-nav a {
    padding-inline: 14px;
    font-size: 0.79rem;
  }
}

@media (max-width: 900px) {
  .pf-site-header,
  .pf-site-header.is-scrolled {
    height: 80px;
    padding: 8px 12px;
  }

  .pf-header-inner,
  .pf-site-header.is-scrolled .pf-header-inner {
    width: 100%;
    height: 64px;
    padding: 7px 8px 7px 15px;
    border-radius: 22px;
    grid-template-columns: 1fr auto;
  }

  .pf-logo {
    width: 158px;
    height: auto;
  }

  .pf-logo img {
    width: 156px;
    max-height: 36px;
  }

  .pf-menu-toggle {
    gap: 9px;
    padding: 10px 12px;
    border-radius: 15px;
    background: #edf0ec;
  }

  .pf-mobile-nav {
    inset: 80px 12px 12px;
    padding: 28px 22px 100px;
    border: 1px solid rgba(28, 29, 26, 0.1);
    border-radius: 26px;
    background: #f8f7f2;
    box-shadow: 0 24px 70px rgba(28, 35, 31, 0.18);
  }

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

@media (max-width: 680px) {
  .pf-site-footer {
    padding: 12px 12px 28px;
  }

  .pf-footer-logo {
    padding: 0;
    border-radius: 0;
  }

  .pf-footer-brand img {
    width: 190px;
  }
}

/* Seamless chrome: navigation and footer live on the same canvas as the page. */
.pf-site-header,
.pf-site-header.is-scrolled {
  height: 82px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: var(--pf-paper);
  box-shadow: none;
  backdrop-filter: none;
}

.pf-site-header.is-scrolled {
  height: 76px;
  border-bottom-color: rgba(28, 29, 26, 0.1);
}

.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: 205px minmax(0, 1fr) auto;
  gap: clamp(26px, 4vw, 56px);
}

.pf-logo {
  width: 182px;
}

.pf-logo img {
  width: 180px;
  max-height: 42px;
}

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

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

.pf-desktop-nav a {
  min-height: 46px;
  padding: 0 1px;
  border-radius: 0;
  background: transparent;
  color: #4d5551;
  font-size: 0.8rem;
  box-shadow: none;
}

.pf-desktop-nav a::after {
  display: block;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 999px;
  background: #587069;
}

.pf-desktop-nav a:hover,
.pf-desktop-nav a[aria-current="page"] {
  background: transparent;
  color: #18211d;
  box-shadow: none;
}

.pf-desktop-nav a:hover::after,
.pf-desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.pf-header-book {
  min-height: 46px;
  padding: 9px 11px 9px 19px;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
}

.pf-header-book span {
  border-radius: 50%;
}

.pf-site-footer {
  padding: 0 0 28px;
  background: var(--pf-paper);
  color: var(--pf-ink);
}

.pf-footer-booking {
  padding: clamp(68px, 8vw, 112px) 8px clamp(52px, 7vw, 92px);
  border-top: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pf-ink);
  box-shadow: none;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.62fr);
}

.pf-site-footer .pf-footer-booking > div:first-child > span {
  color: var(--pf-brass-dark) !important;
}

.pf-site-footer .pf-footer-booking h2 {
  color: var(--pf-ink) !important;
}

.pf-site-footer .pf-footer-booking p {
  color: #5a625e !important;
}

.pf-footer-booking a {
  border-radius: 999px;
  background: #587069;
  color: #fff;
}

.pf-footer-booking a b {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

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

.pf-footer-bottom {
  border-top-color: transparent;
  background: transparent;
}

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

@media (max-width: 900px) {
  .pf-site-header,
  .pf-site-header.is-scrolled {
    height: 72px;
    padding: 0 16px;
    border-bottom-color: rgba(28, 29, 26, 0.08);
  }

  .pf-header-inner,
  .pf-site-header.is-scrolled .pf-header-inner {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    grid-template-columns: 1fr auto;
  }

  .pf-logo {
    width: 158px;
  }

  .pf-logo img {
    width: 156px;
  }

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

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

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

  .pf-footer-booking {
    padding: 64px 6px 58px;
    border-radius: 0;
  }
}

@media (max-width: 680px) {
  .pf-site-footer {
    padding: 0 12px 28px;
  }

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

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


/* === Perfecta lang switcher (header + footer) === */
@media (min-width: 901px){
  .pf-header-inner{ grid-template-columns: auto minmax(0,1fr) auto auto !important; column-gap: 28px !important; }
}
@media (max-width: 900px){
  .pf-header-lang{ display: none !important; }
}
.pf-header-lang .gt_switcher, .pf-footer-lang .gt_switcher{ width: auto !important; display: inline-block !important; position: relative !important; overflow: visible !important; }
.pf-header-lang .gt_selected, .pf-footer-lang .gt_selected{
  border-radius: 999px !important; background: #fff !important;
  border: 0 !important; box-shadow: 0 2px 8px rgba(24,32,28,.08) !important;
  padding: 7px 14px !important; width: auto !important; cursor: pointer !important;
}
.pf-header-lang .gt_selected a, .pf-footer-lang .gt_selected a{
  font-family: Manrope, sans-serif !important; color: #18201c !important; font-size: 14px !important; font-weight: 600 !important;
}
/* Tendina in OVERLAY (pagina ferma), senza contorno grigio: header verso il basso, footer verso l alto */
.pf-header-lang .gt_switcher .gt_option, .pf-footer-lang .gt_switcher .gt_option{
  position: absolute !important; z-index: 10000 !important; min-width: 190px !important; width: max-content !important;
  border: 0 !important; border-radius: 14px !important; background: #fff !important;
  box-shadow: 0 16px 40px rgba(24,32,28,.18) !important; overflow: hidden !important; padding: 6px !important; margin: 0 !important;
}
.pf-header-lang .gt_switcher .gt_option{ top: calc(100% + 8px) !important; right: 0 !important; left: auto !important; bottom: auto !important; }
.pf-footer-lang .gt_switcher .gt_option{ bottom: calc(100% + 8px) !important; left: 0 !important; right: auto !important; top: auto !important; }
.pf-header-lang .gt_option a, .pf-footer-lang .gt_option a{
  display: flex !important; align-items: center !important; gap: 10px !important; border: 0 !important; margin: 0 !important;
  padding: 8px 12px !important; border-radius: 9px !important; font-family: Manrope, sans-serif !important; font-size: 14px !important; color: #18201c !important; background: transparent !important;
}
.pf-header-lang .gt_option a:hover, .pf-footer-lang .gt_option a:hover{ background: rgba(24,32,28,.06) !important; color: #18201c !important; }

.pf-header-lang .gt_selected *, .pf-footer-lang .gt_selected *{ border: 0 !important; }

/* === Perfecta cookie banner (LW All-in-One) === */
#lwaio-consent-bar.lwaio-banner{ border-radius: 16px !important; box-shadow: 0 18px 50px rgba(24,32,28,.20) !important; border: 1px solid rgba(24,32,28,.08) !important; overflow: hidden !important; font-family: Manrope, sans-serif !important; }
#lwaio-consent-bar .lwaio_action_button.btn:not(#cookie_action_close_banner){ border-radius: 999px !important; font-family: Manrope, sans-serif !important; font-weight: 600 !important; font-size: 14px !important; padding: 11px 22px !important; box-shadow: none !important; text-transform: none !important; border: 0 !important; }
#lwaio-consent-bar #cookie_action_accept, #lwaio-consent-bar #cookie_action_accept_all{ background: #141210 !important; background-color: #141210 !important; color: #FCFDFB !important; }
#lwaio-consent-bar #cookie_action_accept:hover, #lwaio-consent-bar #cookie_action_accept_all:hover{ background: #241f1a !important; background-color: #241f1a !important; }


/* ==== Mobile header fix (added 2026-08-12) ==== */
/* Hide the desktop "Prenota" button on phones so logo + Menu toggle stay on one row.
   Higher specificity + !important beats the global button-normalize rule that forces display:inline-flex. */
@media (max-width: 900px){
  header.pf-site-header .pf-header-inner .pf-header-book{ display: none !important; }
}
/* Hero slide caption sits at the top on phones; push it below the sticky header so it doesn't overlap. */
@media (max-width: 767px){
  .pfe-hero.pfe-hero--fullscreen .pfe-hero-slide figcaption{ top: 84px !important; }
}


/* ==== Booking variant spacing (added 2026-08-12) ==== */
/* Variant option cards were stacked flush (0 gap) and looked attached — give them the same 12px gap as the service cards above. */
.pf-booking-variant + .pf-booking-variant{ margin-top: 12px !important; }


/* ==== Booking page modern polish (added 2026-08-12) ==== */
/* Depth + smooth micro-interactions on the selectable cards (were flat outlined boxes). High-specificity so it wins over art-direction.css regardless of load order. */
body.pf-page-booking .pf-booking-step .pf-booking-service,
body.pf-page-booking .pf-booking-step .pf-booking-variant,
body.pf-page-booking .pf-booking-step .pf-booking-operator{
  box-shadow: 0 1px 2px rgba(24,32,28,.04), 0 14px 30px -20px rgba(24,32,28,.24);
  transition: transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s ease, border-color .22s ease, background-color .22s ease;
}
body.pf-page-booking .pf-booking-step .pf-booking-service > em{
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}
@media (hover:hover){
  body.pf-page-booking .pf-booking-step .pf-booking-service:hover,
  body.pf-page-booking .pf-booking-step .pf-booking-variant:hover,
  body.pf-page-booking .pf-booking-step .pf-booking-operator:hover{
    transform: translateY(-4px);
    border-color: rgba(111,140,128,.55);
    box-shadow: 0 3px 8px rgba(24,32,28,.06), 0 30px 54px -24px rgba(24,32,28,.32);
  }
}
body.pf-page-booking .pf-booking-step .pf-booking-service.is-selected,
body.pf-page-booking .pf-booking-step .pf-booking-variant.is-selected,
body.pf-page-booking .pf-booking-step .pf-booking-operator.is-selected{
  border-color: var(--pf-fern);
  box-shadow: 0 0 0 1.5px var(--pf-fern), 0 20px 42px -22px rgba(48,72,63,.40), inset 3px 0 0 var(--pf-fern);
}
@media (prefers-reduced-motion: reduce){
  body.pf-page-booking .pf-booking-step .pf-booking-service,
  body.pf-page-booking .pf-booking-step .pf-booking-variant,
  body.pf-page-booking .pf-booking-step .pf-booking-operator{ transition:none; }
}


/* ==== Perfecta brand palette ORO/NERO/BIANCO (added 2026-08-12) ==== */
/* Allinea il sito alla palette ufficiale (bianco #fff / oro #cfaa56 / nero) rimappando i token colore del tema e del plugin widget. */
:root{
  --pf-ink:#141210!important;--pf-ink-soft:#6f6a60!important;
  --pf-white:#ffffff!important;--pf-paper:#faf7f0!important;--pf-fog:#f3efe6!important;--pf-sky:#f3efe6!important;
  --pf-sage:#f2ecdf!important;--pf-sage-soft:#f7f2e8!important;--pf-mineral:#f2ecdf!important;--pf-mineral-soft:#f7f2e8!important;
  --pf-blush:#f2ecdf!important;--pf-rose:#eaddcb!important;--pf-powder:#f0e7d6!important;
  --pf-line:rgba(20,18,16,0.14)!important;
  --pf-brass:#cfaa56!important;--pf-brass-dark:#a6842f!important;--pf-champagne:#cfaa56!important;--pf-champagne-dark:#a6842f!important;
  --pf-eucalyptus:#cfaa56!important;--pf-eucalyptus-dark:#a6842f!important;--pf-fern:#cfaa56!important;
  --pf-juniper:#141210!important;--pf-shadow:0 22px 70px rgba(20,18,16,0.10)!important;
}
:root{
  --pfe-ink:#141210!important;--pfe-text:#6f6a60!important;--pfe-paper:#faf7f0!important;--pfe-white:#ffffff!important;
  --pfe-accent:#141210!important;--pfe-gold:#cfaa56!important;--pfe-rose:#eaddcb!important;--pfe-line:rgba(20,18,16,0.13)!important;
}
.pfe-bento{background:#141210!important;}
.pf-sticky-book{background:#141210!important;}
.pf-page-service .pf-service-sticky{background:#141210!important;}
.pfe-carousel-rail input::-webkit-slider-thumb{background:#cfaa56!important;}
.pfe-carousel-rail input::-moz-range-thumb{background:#cfaa56!important;}
.pf-footer-place,.pf-footer-place i,.pf-footer-bottom,.pf-footer-bottom a,.pf-footer-lang,.gt_switcher,.gt_option,.gt_selected{color:var(--pf-ink-soft)!important;}
.pf-footer-place i{background:var(--pf-ink)!important;}


/* ==== Compact cookie banner (added 2026-08-12) ==== */
/* Banner cookie compatto: card d'angolo invece del bar a tutta larghezza; toggle categorie e X nascosti (accessibili da "Informazioni sui cookie"). */
#lwaio-consent-bar{
  left:24px!important;right:auto!important;bottom:24px!important;top:auto!important;
  width:min(400px,calc(100vw - 28px))!important;max-width:400px!important;margin:0!important;
  border-radius:18px!important;box-shadow:0 20px 60px rgba(20,18,16,.22)!important;overflow:hidden!important;
}
#lwaio-consent-bar .lwaio_messagebar_content{padding:18px 20px!important;}
#lwaio-consent-bar .lwaio_messagebar_head{font-size:1rem!important;line-height:1.25!important;margin:0 0 6px!important;padding-right:0!important;}
#lwaio-consent-bar .group-description{font-size:12.5px!important;line-height:1.45!important;margin:0 0 12px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
#lwaio-consent-bar .group-switch-buttons{display:none!important;}
#lwaio-consent-bar #cookie_action_close_banner{display:none!important;}
#lwaio-consent-bar #cookie_action_accept{display:none!important;}
#lwaio-consent-bar .group-description-buttons{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:0!important;}
#lwaio-consent-bar .lwaio_action_button.btn{padding:10px 16px!important;font-size:12.5px!important;min-height:0!important;flex:1 1 0!important;white-space:nowrap!important;}
#lwaio-consent-bar #cookie_action_settings{flex:1 1 100%!important;order:5!important;text-decoration:underline!important;box-shadow:none!important;padding:6px!important;font-size:11.5px!important;}


/* ==== Brand font stand-ins (added 2026-08-12): Playfair Display come Against (titoli), Montserrat come Gotham (corpo). Nome font reale per primo: se caricherai i woff2 veri subentrano da soli. ==== */
:root{
  --pf-display:"Against","Playfair Display",Georgia,serif!important;
  --pf-body:"Gotham","Montserrat","Helvetica Neue",Arial,sans-serif!important;
  --pfe-body:"Gotham","Montserrat","Helvetica Neue",Arial,sans-serif!important;
}
body{font-family:"Gotham","Montserrat","Helvetica Neue",Arial,sans-serif!important;}


/* ==== Real brand fonts @font-face (added 2026-08-12): Gotham + Against caricati sul server. I token li hanno gia' come prima scelta -> subentrano agli stand-in. ==== */
@font-face{font-family:'Against';font-weight:400;font-style:normal;font-display:swap;src:url('assets/fonts/against.woff2') format('woff2');}
@font-face{font-family:'Gotham';font-weight:400;font-style:normal;font-display:swap;src:url('assets/fonts/gothambook.woff2') format('woff2');}
@font-face{font-family:'Gotham';font-weight:500 900;font-style:normal;font-display:swap;src:url('assets/fonts/gothammedium.woff2') format('woff2');}

/* ==== Titoli: Against solo grandi + Playfair leggibile piccoli (added 2026-08-12, v2 specificita' id per vincere su system/art-direction css) ==== */
:root{ --pf-display:"Playfair Display",Georgia,serif !important; }
.pfe-hero-copy h1:not(#i),.pf-hero h1:not(#i),.pf-page-hero h1:not(#i),.pf-booking-hero h1:not(#i),.pf-contact-hero h1:not(#i),.pf-service-hero-copy h1:not(#i),.pf-catalog-intro h1:not(#i),.pf-prose h1:not(#i),.pfe-section-head h2:not(#i),.pfe-editorial-head h2:not(#i),.pfe-before-copy h2:not(#i),.pfe-faq-intro h2:not(#i),.pfe-final-cta h2:not(#i),.pf-elementor-page .elementor-widget-heading .elementor-heading-title:not(#i),.pf-about-statement h2:not(#i),.pf-before-grid h2:not(#i),.pf-booking-help h2:not(#i),.pf-booking-step h2:not(#i),.pf-booking-summary h2:not(#i),.pf-care-section h2:not(#i),.pf-center-cta h2:not(#i),.pf-contact-book h2:not(#i),.pf-contact-detail-grid h2:not(#i),.pf-detail-gallery h2:not(#i),.pf-detail-intro h2:not(#i),.pf-footer-booking h2:not(#i),.pf-home-contact h2:not(#i),.pf-live-calendar h2:not(#i),.pf-method h2:not(#i),.pf-operator-grid > div:first-child h2:not(#i),.pf-protocol-section h2:not(#i),.pf-related-section h2:not(#i),.pf-section-heading h2:not(#i),.pf-simple-cta h2:not(#i),.pf-studio-copy h2:not(#i),.pf-treatment-copy h2:not(#i),.pf-variants-heading h2:not(#i),.pf-visit h2:not(#i),.pf-catalog-toolbar h2:not(#i),.pf-prose h2:not(#i),.pfe-about-section .elementor-widget-heading h2:not(#i){ font-family:"Against","Playfair Display",Georgia,serif !important; }
