.pfe-hero,
.pfe-service-carousel,
.pfe-before-after,
.pfe-bento,
.pfe-reviews,
.pfe-mosaic,
.pfe-faq {
  --pfe-ink: #1c1d1a;
  --pfe-text: #4a504c;
  --pfe-paper: #f7f8f5;
  --pfe-white: #ffffff;
  --pfe-accent: #5e756e;
  --pfe-gold: #b08e52;
  --pfe-rose: #e7d4d1;
  --pfe-line: rgba(23, 23, 20, 0.13);
  --pfe-display: "Tenor Sans", "Avenir Next", Arial, sans-serif;
  --pfe-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
  color: var(--pfe-ink);
  font-family: var(--pfe-body);
  -webkit-font-smoothing: antialiased;
}

.pfe-hero *,
.pfe-service-carousel *,
.pfe-before-after *,
.pfe-bento *,
.pfe-reviews *,
.pfe-mosaic *,
.pfe-faq *,
.pfe-hero *::before,
.pfe-service-carousel *::before,
.pfe-before-after *::before,
.pfe-bento *::before,
.pfe-reviews *::before,
.pfe-mosaic *::before,
.pfe-faq *::before,
.pfe-hero *::after,
.pfe-service-carousel *::after,
.pfe-before-after *::after,
.pfe-bento *::after,
.pfe-reviews *::after,
.pfe-mosaic *::after,
.pfe-faq *::after {
  box-sizing: border-box;
}

.pfe-hero img,
.pfe-service-carousel img,
.pfe-before-after img,
.pfe-bento img,
.pfe-mosaic img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.pfe-hero a,
.pfe-service-carousel a,
.pfe-before-after a,
.pfe-bento a,
.pfe-mosaic a,
.pfe-faq a {
  color: inherit;
  text-decoration: none;
}

.pfe-shell {
  width: min(100% - (var(--pf-gutter, clamp(20px, 4vw, 64px)) * 2), var(--pf-shell, 1280px));
  margin-inline: auto;
}

.pfe-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--pfe-accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pfe-eyebrow::before {
  width: 32px;
  height: 2px;
  border-radius: 99px;
  background: var(--pfe-gold);
  content: "";
}

.pfe-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 24px;
  border: 1px solid var(--pfe-ink);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

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

.pfe-button-dark:hover {
  background: var(--pfe-accent, #587069);
}

.pfe-button-soft {
  border-color: var(--pfe-line);
  background: rgba(255, 255, 255, 0.68);
}

.pfe-button-soft:hover {
  border-color: var(--pfe-ink);
  background: var(--pfe-white);
}

.pfe-hero button:focus-visible,
.pfe-service-carousel button:focus-visible,
.pfe-before-after input:focus-visible,
.pfe-hero a:focus-visible,
.pfe-service-carousel a:focus-visible,
.pfe-bento a:focus-visible,
.pfe-mosaic a:focus-visible,
.pfe-faq a:focus-visible,
.pfe-faq summary:focus-visible {
  outline: 2px solid var(--pfe-gold);
  outline-offset: 4px;
}

/* Hero slider */
.pfe-hero {
  position: relative;
  padding: clamp(58px, 7vw, 104px) 0 clamp(72px, 8vw, 120px);
  background:
    radial-gradient(circle at 88% 8%, rgba(88, 112, 105, 0.16), transparent 28%),
    var(--pfe-paper);
}

.pfe-hero::after {
  position: absolute;
  top: -220px;
  right: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(88, 112, 105, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.pfe-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 650px;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
  gap: clamp(55px, 8vw, 118px);
}

.pfe-hero-copy h1 {
  max-width: 770px;
  margin: 0;
  font-family: var(--pfe-display) !important;
  color: var(--pfe-ink) !important;
  font-size: clamp(3.75rem, 5.6vw, 6.6rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.048em;
  line-height: 0.98;
  text-transform: none !important;
}

.pfe-hero-copy h1 span {
  display: block;
  color: var(--pfe-accent);
}

.pfe-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--pfe-text);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.75;
}

.pfe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.pfe-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid var(--pfe-line);
}

.pfe-proof span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pfe-text);
  font-size: 0.78rem;
  font-weight: 700;
}

.pfe-proof i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pfe-gold);
  box-shadow: 0 0 0 5px rgba(180, 147, 88, 0.14);
}

.pfe-hero-visual {
  position: relative;
  height: 650px;
  min-height: 460px;
}

.pfe-hero-stage {
  position: absolute;
  inset: 0 0 36px 44px;
  overflow: hidden;
  border-radius: 210px 32px 32px 32px;
  background: #d7dedb;
  box-shadow: 0 34px 90px rgba(23, 23, 20, 0.18);
}

.pfe-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 650ms ease, visibility 650ms ease;
}

.pfe-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.pfe-hero-slide img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 5.2s linear;
}

.pfe-hero-slide.is-active img {
  transform: scale(1.065);
}

.pfe-hero-slide figcaption {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 24px;
  margin: 0;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(23, 23, 20, 0.68);
  color: var(--pfe-white);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.pfe-slider-controls {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.pfe-slider-controls button,
.pfe-round-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(23, 23, 20, 0.68);
  color: var(--pfe-white);
  cursor: pointer;
  font: 700 1rem/1 var(--pfe-body);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.pfe-slider-controls button:hover,
.pfe-round-controls button:hover:not(:disabled) {
  transform: translateY(-2px);
  background: var(--pfe-gold);
  color: var(--pfe-ink);
}

.pfe-slider-dots {
  position: absolute;
  z-index: 5;
  top: 25px;
  right: 25px;
  display: flex;
  gap: 7px;
}

.pfe-slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.pfe-slider-dots button.is-active {
  width: 26px;
  border-radius: 99px;
  background: var(--pfe-white);
}

.pfe-lens-signature {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: -15px;
  width: 160px;
  height: 230px;
  pointer-events: none;
}

.pfe-lens-signature path {
  fill: none;
  stroke: var(--pfe-gold);
  stroke-linecap: round;
  stroke-width: 3;
}

.pfe-float-card {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: min(330px, 58%);
  padding: 21px 23px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 58px rgba(23, 23, 20, 0.15);
  backdrop-filter: blur(16px);
}

.pfe-float-card small {
  display: block;
  color: var(--pfe-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pfe-float-card strong {
  display: block;
  margin-top: 4px;
  font-family: var(--pfe-display);
  font-size: 1.12rem;
  font-weight: 400;
  letter-spacing: -0.025em;
}

/* Fullscreen hero composition: used on the homepage only. */
.pfe-hero.pfe-hero--fullscreen {
  min-height: calc(100svh - 94px);
  padding: 0;
  isolation: isolate;
  background: #171916;
}

.pfe-hero.pfe-hero--fullscreen::after {
  display: none;
}

.pfe-hero.pfe-hero--fullscreen .pfe-hero-grid {
  z-index: auto;
  display: block;
  min-height: inherit;
}

.pfe-hero.pfe-hero--fullscreen .pfe-hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  width: min(900px, 76%);
  min-height: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(92px, 13vh, 150px) 0 clamp(88px, 12vh, 140px);
  color: var(--pfe-white);
  pointer-events: none;
}

.pfe-hero.pfe-hero--fullscreen .pfe-hero-copy h1 {
  max-width: 900px;
  color: var(--pfe-white) !important;
  font-size: clamp(4.3rem, 7.2vw, 8.4rem) !important;
  line-height: 0.9;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}

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

.pfe-hero.pfe-hero--fullscreen .pfe-eyebrow {
  color: #f2dfbd;
}

.pfe-hero.pfe-hero--fullscreen .pfe-lead {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.28);
}

.pfe-hero.pfe-hero--fullscreen .pfe-actions,
.pfe-hero.pfe-hero--fullscreen .pfe-actions a,
.pfe-hero.pfe-hero--fullscreen .pfe-slider-controls,
.pfe-hero.pfe-hero--fullscreen .pfe-slider-dots {
  pointer-events: auto;
}

.pfe-hero.pfe-hero--fullscreen .pfe-button-dark {
  border-color: var(--pfe-white);
  background: var(--pfe-white);
  color: var(--pfe-ink) !important;
}

.pfe-hero.pfe-hero--fullscreen .pfe-button-dark:hover {
  border-color: #e5d4b5;
  background: #e5d4b5;
}

.pfe-hero.pfe-hero--fullscreen .pfe-button-soft {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(19, 21, 19, 0.2);
  color: var(--pfe-white) !important;
  backdrop-filter: blur(14px);
}

.pfe-hero.pfe-hero--fullscreen .pfe-button-soft:hover {
  border-color: var(--pfe-white);
  background: rgba(255, 255, 255, 0.15);
}

.pfe-hero.pfe-hero--fullscreen .pfe-proof {
  border-color: rgba(255, 255, 255, 0.25);
}

.pfe-hero.pfe-hero--fullscreen .pfe-proof span {
  color: rgba(255, 255, 255, 0.78);
}

.pfe-hero.pfe-hero--fullscreen .pfe-hero-visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: auto !important;
  min-height: inherit;
  transform: translateX(-50%);
}

.pfe-hero.pfe-hero--fullscreen .pfe-hero-stage {
  inset: 0;
  border-radius: 0;
  box-shadow: none;
}

.pfe-hero.pfe-hero--fullscreen .pfe-hero-stage::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 15, 13, 0.86) 0%, rgba(12, 15, 13, 0.62) 38%, rgba(12, 15, 13, 0.18) 72%, rgba(12, 15, 13, 0.1) 100%),
    linear-gradient(0deg, rgba(10, 12, 11, 0.38), transparent 42%);
  content: "";
  pointer-events: none;
}

.pfe-hero.pfe-hero--fullscreen .pfe-hero-slide figcaption {
  right: auto;
  bottom: 26px;
  left: max(var(--pf-gutter, 20px), calc((100vw - var(--pf-shell, 1280px)) / 2));
}

.pfe-hero.pfe-hero--fullscreen .pfe-slider-controls {
  right: max(var(--pf-gutter, 20px), calc((100vw - var(--pf-shell, 1280px)) / 2));
  bottom: 24px;
}

.pfe-hero.pfe-hero--fullscreen .pfe-slider-dots {
  top: 32px;
  right: max(var(--pf-gutter, 20px), calc((100vw - var(--pf-shell, 1280px)) / 2));
}

.pfe-hero.pfe-hero--fullscreen .pfe-lens-signature {
  z-index: 3;
  top: 13%;
  right: max(var(--pf-gutter, 20px), calc((100vw - var(--pf-shell, 1280px)) / 2));
  left: auto;
  opacity: 0.82;
}

.pfe-hero.pfe-hero--fullscreen .pfe-float-card {
  display: none;
}

/* Services carousel */
.pfe-service-carousel {
  padding: clamp(78px, 9vw, 132px) 0;
  background: var(--pfe-white);
}

.pfe-section-head {
  display: grid;
  align-items: end;
  margin-bottom: 48px;
  grid-template-columns: 1fr minmax(330px, 0.55fr);
  gap: 70px;
}

.pfe-section-head h2,
.pfe-before-copy h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--pfe-display) !important;
  color: var(--pfe-ink) !important;
  font-size: clamp(2.8rem, 4.3vw, 5.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: none !important;
}

.pfe-section-side > p {
  margin: 0;
  color: var(--pfe-text);
  font-size: 1rem;
  line-height: 1.7;
}

.pfe-round-controls {
  display: flex;
  gap: 9px;
  margin-top: 23px;
}

.pfe-round-controls button {
  border-color: var(--pfe-line);
  background: var(--pfe-white);
  color: var(--pfe-ink);
  backdrop-filter: none;
}

.pfe-round-controls button:disabled {
  cursor: default;
  opacity: 0.32;
}

.pfe-service-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 22px;
  /* Vertical room so the card shadows aren't clipped by the scroll container. */
  padding: 26px 4px 46px;
  scrollbar-width: none;
  scroll-padding-left: 4px;
  scroll-snap-type: none;
}

.pfe-service-track::-webkit-scrollbar {
  display: none;
}

.pfe-drag-scroll {
  cursor: grab;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
  user-select: none;
  -webkit-user-select: none;
}

.pfe-drag-scroll img {
  -webkit-user-drag: none;
  user-drag: none;
}

.pfe-drag-scroll.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
  scroll-snap-type: none;
}

.pfe-drag-scroll.is-wheel-scrolling {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

.pfe-carousel-rail {
  display: grid;
  align-items: center;
  margin-top: 18px;
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 24px;
  color: #69716d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pfe-carousel-rail input {
  width: 100%;
  height: 22px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: ew-resize;
}

.pfe-carousel-rail input::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(88, 112, 105, 0.18);
}

.pfe-carousel-rail input::-webkit-slider-thumb {
  width: 58px;
  height: 12px;
  margin-top: -4px;
  border: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background: var(--pfe-accent, #587069);
  box-shadow: 0 3px 12px rgba(23, 23, 20, 0.14);
}

.pfe-carousel-rail input::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(88, 112, 105, 0.18);
}

.pfe-carousel-rail input::-moz-range-thumb {
  width: 58px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: var(--pfe-accent);
}

.pfe-drag-scroll.is-dragging a {
  pointer-events: none;
}

.pfe-service-card {
  min-width: 300px;
  flex: 0 0 500px;
  overflow: hidden;
  border: 1px solid var(--pfe-line);
  border-radius: 34px;
  background: var(--pfe-paper);
  box-shadow: 0 6px 20px rgba(23, 23, 20, 0.05);
  scroll-snap-align: start;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.pfe-service-card:nth-child(3n + 1) {
  border-radius: 130px 34px 34px 34px;
}

.pfe-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(23, 23, 20, 0.12);
}

.pfe-service-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.23;
  background: #d8dedb;
}

.pfe-service-media::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(15, 17, 16, 0.58), transparent);
  content: "";
}

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

.pfe-service-card:hover .pfe-service-media img {
  transform: scale(1.045);
}

.pfe-service-media > span {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(23, 23, 20, 0.56);
  color: var(--pfe-white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.pfe-service-body {
  padding: 26px 27px 27px;
}

.pfe-service-body h3 {
  margin: 0;
  font-family: var(--pfe-display) !important;
  color: var(--pfe-ink) !important;
  font-size: clamp(1.8rem, 2vw, 2.15rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-transform: none !important;
}

.pfe-service-body > p {
  min-height: 70px;
  margin: 13px 0 20px;
  color: var(--pfe-text);
  font-size: 0.9rem !important;
  line-height: 1.65;
}

.pfe-service-data {
  display: grid;
  padding: 14px 0;
  border-top: 1px solid var(--pfe-line);
  border-bottom: 1px solid var(--pfe-line);
  grid-template-columns: 0.9fr 1.1fr;
}

.pfe-service-data span {
  padding: 0 15px;
  font-size: 0.78rem !important;
  font-weight: 700;
  line-height: 1.5;
}

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

.pfe-service-data small {
  display: block;
  margin-bottom: 2px;
  color: #7d807b;
  font-size: 0.67rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.pfe-service-actions > a:first-child {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 0.8rem;
  font-weight: 800;
}

.pfe-pill-book {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--pfe-accent);
  color: var(--pfe-white) !important;
  font-size: 0.8rem;
  font-weight: 800;
  transition: background 180ms ease;
}

.pfe-pill-book:hover {
  background: var(--pfe-ink);
}

.pfe-empty {
  padding: 30px;
  border: 1px dashed var(--pfe-line);
  color: var(--pfe-text);
  font-family: var(--pfe-body);
}

/* Before / after */
.pfe-before-after {
  padding: clamp(78px, 9vw, 132px) 0;
  background: #c8d8d6;
}

.pfe-before-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.64fr) minmax(520px, 1fr);
  gap: clamp(55px, 8vw, 124px);
}

.pfe-before-copy > p:not(.pfe-eyebrow) {
  max-width: 520px;
  margin: 26px 0 0;
  color: #394b46;
  font-size: 1rem;
  line-height: 1.8;
}

.pfe-before-copy > small {
  display: block;
  max-width: 500px;
  margin-top: 24px;
  color: #4c5e59;
  font-size: 0.75rem;
  line-height: 1.6;
}

.pfe-compare {
  --pfe-compare: 50%;
  position: relative;
  overflow: hidden;
  height: 590px;
  min-height: 340px;
  border-radius: 190px 28px 28px 28px;
  background: #8fa19b;
  box-shadow: 0 32px 76px rgba(23, 23, 20, 0.16);
}

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

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

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

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

.pfe-compare-line i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--pfe-white);
  color: var(--pfe-ink);
  box-shadow: 0 10px 26px rgba(23, 23, 20, 0.18);
  font-style: normal;
}

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

.pfe-compare-label {
  position: absolute;
  z-index: 3;
  top: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(23, 23, 20, 0.68);
  color: var(--pfe-white);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.pfe-compare-label-before {
  right: 22px;
}

.pfe-compare-label-after {
  left: 22px;
}

.pfe-screen-reader {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

/* Shared editorial heading */
.pfe-editorial-head {
  display: grid;
  align-items: end;
  margin-bottom: clamp(46px, 6vw, 82px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
  gap: clamp(44px, 8vw, 118px);
}

.pfe-editorial-head h2,
.pfe-faq-intro h2 {
  max-width: 860px;
  margin: 0;
  color: var(--pfe-ink) !important;
  font-family: var(--pfe-display) !important;
  font-size: clamp(2.85rem, 4.6vw, 5.35rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.046em;
  line-height: 0.98;
  text-transform: none !important;
}

.pfe-editorial-head > p {
  max-width: 480px;
  margin: 0;
  color: var(--pfe-text);
  font-size: 1rem;
  line-height: 1.75;
}

/* Asymmetric method bento */
.pfe-bento {
  position: relative;
  padding: clamp(82px, 9vw, 138px) 0;
  background: var(--pfe-ink);
}

.pfe-bento::before {
  position: absolute;
  top: -260px;
  right: -170px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(176, 142, 82, 0.24);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.pfe-bento .pfe-eyebrow {
  color: #d8bd8c;
}

.pfe-bento .pfe-editorial-head h2 {
  color: var(--pfe-white) !important;
}

.pfe-bento .pfe-editorial-head > p {
  color: #c8cbc5;
}

.pfe-bento-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 18px;
}

.pfe-bento-feature {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  border-radius: 190px 32px 32px 32px;
  background: #26312d;
}

.pfe-bento-feature::after {
  position: absolute;
  inset: 24% 0 0;
  background: linear-gradient(0deg, rgba(16, 17, 15, 0.9), rgba(16, 17, 15, 0.04));
  content: "";
}

.pfe-bento-feature > img {
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.7, 0, 1);
}

.pfe-bento-feature:hover > img {
  transform: scale(1.045);
}

.pfe-bento-feature-copy {
  position: absolute;
  z-index: 2;
  right: clamp(26px, 4vw, 58px);
  bottom: clamp(28px, 4vw, 58px);
  left: clamp(26px, 4vw, 58px);
}

.pfe-bento-feature-copy > p {
  max-width: 460px;
  margin: 0 0 13px;
  color: #edf0ec !important;
  font-size: 0.88rem;
  line-height: 1.65;
}

.pfe-bento-feature h3 {
  max-width: 650px;
  margin: 0;
  color: var(--pfe-white) !important;
  font-family: var(--pfe-display) !important;
  font-size: clamp(2.25rem, 3.4vw, 4.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: none !important;
}

.pfe-bento-feature a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  padding: 11px 19px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--pfe-white);
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pfe-bento-feature a:hover {
  transform: translateY(-2px);
  background: var(--pfe-white);
  color: var(--pfe-ink);
}

.pfe-bento-steps {
  display: grid;
  gap: 18px;
  grid-template-rows: repeat(3, 1fr);
}

.pfe-bento-step {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: start;
  padding: clamp(27px, 3vw, 40px);
  border-radius: 30px;
  grid-template-columns: 62px 1fr;
  gap: 22px;
}

.pfe-bento-step::after {
  position: absolute;
  right: -74px;
  bottom: -94px;
  width: 190px;
  height: 190px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.14;
  content: "";
}

.pfe-bento-step > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pfe-bento-step h3 {
  margin: 0;
  color: inherit !important;
  font-family: var(--pfe-display) !important;
  font-size: clamp(1.65rem, 2.1vw, 2.25rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-transform: none !important;
}

.pfe-bento-step p {
  max-width: 410px;
  margin: 10px 0 0;
  color: inherit;
  font-size: 0.85rem;
  line-height: 1.65;
  opacity: 0.76;
}

.pfe-bento-step-1 {
  background: #dce6e2;
  color: #20302b;
}

.pfe-bento-step-2 {
  background: var(--pfe-rose);
  color: #382c2a;
}

.pfe-bento-step-3 {
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: #2b2d29;
  color: var(--pfe-white);
}

/* Continuous reviews */
.pfe-reviews {
  padding: clamp(82px, 9vw, 138px) 0;
  background: #f2f0ea;
}

.pfe-reviews-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0 34px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  scrollbar-width: none;
}

.pfe-reviews-viewport::-webkit-scrollbar {
  display: none;
}

.pfe-reviews-track {
  --pfe-review-speed: 42s;
  display: flex;
  width: max-content;
  animation: pfeReviewsMarquee var(--pfe-review-speed) linear infinite;
}

.pfe-reviews-viewport:hover .pfe-reviews-track,
.pfe-reviews-viewport:focus-within .pfe-reviews-track,
.pfe-reviews-viewport.is-dragging .pfe-reviews-track {
  animation-play-state: paused;
}

.pfe-reviews-set {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}

.pfe-review-card {
  width: min(430px, 76vw);
  min-height: 300px;
  flex: 0 0 auto;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(23, 23, 20, 0.11);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 50px rgba(23, 23, 20, 0.06);
}

.pfe-review-card:nth-child(4n + 1) {
  border-radius: 110px 32px 32px;
  background: #dce6e2;
}

.pfe-review-card:nth-child(4n + 3) {
  background: #eadbd8;
}

.pfe-review-stars {
  color: var(--pfe-gold);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
}

.pfe-review-card blockquote {
  min-height: 135px;
  margin: 34px 0 28px;
  color: var(--pfe-ink);
  font-family: var(--pfe-display);
  font-size: clamp(1.55rem, 2vw, 2rem);
  letter-spacing: -0.028em;
  line-height: 1.3;
}

.pfe-review-card footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 23, 20, 0.12);
}

.pfe-review-card strong,
.pfe-review-card span {
  font-size: 0.72rem;
}

.pfe-review-card strong {
  color: var(--pfe-ink);
  font-weight: 800;
}

.pfe-review-card span {
  color: #6a6d68;
  text-align: right;
}

@keyframes pfeReviewsMarquee {
  to { transform: translateX(-50%); }
}

/* Editorial mosaic */
.pfe-mosaic {
  padding: clamp(82px, 9vw, 138px) 0;
  background: var(--pfe-paper);
}

.pfe-mosaic-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 112px;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.pfe-mosaic-item {
  position: relative;
  overflow: hidden;
  grid-column: span 4;
  grid-row: span 3;
  border-radius: 30px;
  background: #d7dedb;
}

.pfe-mosaic-item:nth-child(6n + 1) {
  grid-column: span 7;
  grid-row: span 5;
  border-radius: 150px 30px 30px;
}

.pfe-mosaic-item:nth-child(6n + 2) {
  grid-column: span 5;
  grid-row: span 3;
}

.pfe-mosaic-item:nth-child(6n + 3) {
  grid-column: span 5;
  grid-row: span 4;
}

.pfe-mosaic-item:nth-child(6n + 4) {
  grid-column: span 4;
  grid-row: span 3;
}

.pfe-mosaic-item:nth-child(6n + 5) {
  grid-column: span 4;
  grid-row: span 4;
  border-radius: 30px 30px 120px;
}

.pfe-mosaic-item:nth-child(6n + 6) {
  grid-column: span 4;
  grid-row: span 3;
}

.pfe-mosaic-item::after {
  position: absolute;
  inset: 52% 0 0;
  background: linear-gradient(0deg, rgba(18, 19, 17, 0.72), transparent);
  content: "";
}

.pfe-mosaic-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0, 1);
}

.pfe-mosaic-item:hover img {
  transform: scale(1.055);
}

.pfe-mosaic-item > span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--pfe-white);
  font-size: 0.77rem;
  font-weight: 800;
}

.pfe-mosaic-item i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  font-style: normal;
}

/* Split FAQ */
.pfe-faq {
  padding: clamp(82px, 9vw, 138px) 0;
  background: var(--pfe-white);
}

.pfe-faq-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(320px, 0.7fr) minmax(520px, 1fr);
  gap: clamp(60px, 10vw, 150px);
}

.pfe-faq-intro {
  position: sticky;
  top: 130px;
}

.pfe-faq-intro > p:not(.pfe-eyebrow) {
  max-width: 470px;
  margin: 25px 0 30px;
  color: var(--pfe-text);
  font-size: 1rem;
  line-height: 1.75;
}

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

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

.pfe-faq summary {
  display: grid;
  min-height: 104px;
  align-items: center;
  padding: 20px 0;
  color: var(--pfe-ink);
  cursor: pointer;
  font-family: var(--pfe-display);
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  letter-spacing: -0.025em;
  line-height: 1.25;
  list-style: none;
  grid-template-columns: 48px 1fr 38px;
  gap: 17px;
}

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

.pfe-faq summary > span {
  color: var(--pfe-accent);
  font-family: var(--pfe-body);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pfe-faq summary i {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid var(--pfe-line);
  border-radius: 50%;
}

.pfe-faq summary i::before,
.pfe-faq summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.pfe-faq summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pfe-faq details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pfe-faq details > div {
  padding: 0 55px 30px 65px;
}

.pfe-faq details p {
  max-width: 650px;
  margin: 0;
  color: var(--pfe-text);
  font-size: 0.92rem;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .pfe-hero-grid,
  .pfe-before-grid {
    grid-template-columns: 1fr;
  }

  .pfe-hero-grid {
    min-height: 0;
  }

  .pfe-hero-visual {
    height: 610px;
  }

  .pfe-section-head {
    grid-template-columns: 1fr 0.55fr;
    gap: 45px;
  }

  .pfe-before-copy {
    max-width: 720px;
  }

  .pfe-bento-grid {
    grid-template-columns: 1fr;
  }

  .pfe-bento-feature {
    min-height: 650px;
  }

  .pfe-bento-steps {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
  }

  .pfe-bento-step {
    grid-template-columns: 1fr;
  }

  .pfe-faq-grid {
    grid-template-columns: minmax(280px, 0.65fr) minmax(420px, 1fr);
    gap: 55px;
  }
}

@media (max-width: 767px) {
  .pfe-shell {
    width: min(100% - (var(--pf-gutter, 20px) * 2), var(--pf-shell, 1280px));
  }

  .pfe-hero {
    padding-top: 46px;
  }

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

  .pfe-hero.pfe-hero--fullscreen .pfe-hero-copy {
    width: 100%;
    padding: 74px 0 96px;
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-hero-copy h1 {
    font-size: clamp(3rem, 14.2vw, 4.5rem) !important;
    line-height: 0.94;
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-lead {
    margin-top: 22px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-actions {
    margin-top: 25px;
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-proof {
    gap: 10px 18px;
    margin-top: 27px;
    padding-top: 18px;
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-proof span {
    font-size: 0.7rem;
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-hero-slide figcaption {
    top: 20px;
    bottom: auto;
    left: var(--pf-gutter, 20px);
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-slider-controls {
    right: var(--pf-gutter, 20px);
    bottom: 20px;
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-slider-dots {
    top: 24px;
    right: var(--pf-gutter, 20px);
  }

  .pfe-hero.pfe-hero--fullscreen .pfe-lens-signature {
    top: 13%;
    right: -22px;
    width: 104px;
    height: 156px;
    opacity: 0.62;
  }

  .pfe-hero-copy h1 {
    font-size: clamp(3rem, 14.2vw, 4.5rem) !important;
  }

  .pfe-hero-visual {
    height: 490px;
  }

  .pfe-hero-stage {
    inset: 0 0 30px;
    border-radius: 105px 24px 24px 24px;
  }

  .pfe-lens-signature {
    top: 30px;
    left: -18px;
    width: 112px;
    height: 170px;
  }

  .pfe-float-card {
    width: min(270px, 72%);
    padding: 17px 19px;
    border-radius: 20px;
  }

  .pfe-slider-controls button,
  .pfe-round-controls button {
    width: 44px;
    height: 44px;
  }

  .pfe-section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pfe-section-head h2,
  .pfe-before-copy h2 {
    font-size: clamp(2.45rem, 12vw, 4rem) !important;
  }

  .pfe-service-card,
  .pfe-service-card:nth-child(3n + 1) {
    min-width: 0;
    flex-basis: 86vw !important;
    border-radius: 90px 25px 25px 25px;
  }

  .pfe-service-body {
    padding: 23px;
  }

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

  .pfe-service-data {
    grid-template-columns: 1fr;
  }

  .pfe-service-data span {
    padding: 8px 0;
  }

  .pfe-service-data span:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--pfe-line);
  }

  .pfe-before-grid {
    gap: 42px;
  }

  .pfe-compare {
    height: 500px;
    border-radius: 105px 24px 24px 24px;
  }

  .pfe-editorial-head,
  .pfe-faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pfe-editorial-head h2,
  .pfe-faq-intro h2 {
    font-size: clamp(2.45rem, 12vw, 4rem) !important;
  }

  .pfe-bento-grid,
  .pfe-bento-steps {
    grid-template-columns: 1fr;
  }

  .pfe-bento-feature {
    min-height: 560px;
    border-radius: 105px 24px 24px;
  }

  .pfe-bento-step {
    min-height: 210px;
    grid-template-columns: 55px 1fr;
  }

  .pfe-review-card {
    width: 84vw;
    min-height: 280px;
    border-radius: 25px;
  }

  .pfe-review-card:nth-child(4n + 1) {
    border-radius: 85px 25px 25px;
  }

  .pfe-mosaic-grid {
    grid-auto-rows: 90px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pfe-mosaic-item,
  .pfe-mosaic-item:nth-child(n) {
    grid-column: span 1;
    grid-row: span 3;
    border-radius: 24px;
  }

  .pfe-mosaic-item:nth-child(3n + 1) {
    grid-column: span 2;
    grid-row: span 4;
    border-radius: 90px 24px 24px;
  }

  .pfe-faq-intro {
    position: static;
    margin-bottom: 25px;
  }

  .pfe-faq summary {
    min-height: 88px;
    font-size: 1.3rem;
    grid-template-columns: 35px 1fr 36px;
    gap: 12px;
  }

  .pfe-faq details > div {
    padding: 0 10px 27px 47px;
  }
}

/* Treatment atlas */
.pfe-treatment-atlas,
.pfe-contact-hub {
  --pfe-ink: #1c1d1a;
  --pfe-text: #4a504c;
  --pfe-paper: #f7f8f5;
  --pfe-white: #ffffff;
  --pfe-accent: #587069;
  --pfe-gold: #b08e52;
  --pfe-rose: #e7d4d1;
  --pfe-line: rgba(23, 23, 20, 0.13);
  --pfe-display: "Tenor Sans", "Avenir Next", Arial, sans-serif;
  --pfe-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
  color: var(--pfe-ink);
  font-family: var(--pfe-body);
  -webkit-font-smoothing: antialiased;
}

.pfe-treatment-atlas *,
.pfe-treatment-atlas *::before,
.pfe-treatment-atlas *::after,
.pfe-contact-hub *,
.pfe-contact-hub *::before,
.pfe-contact-hub *::after {
  box-sizing: border-box;
}

.pfe-treatment-atlas img,
.pfe-contact-hub img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.pfe-treatment-atlas a,
.pfe-contact-hub a {
  color: inherit;
  text-decoration: none;
}

.pfe-treatment-atlas a:focus-visible,
.pfe-treatment-atlas button:focus-visible,
.pfe-contact-hub a:focus-visible {
  outline: 2px solid var(--pfe-gold);
  outline-offset: 4px;
}

.pfe-treatment-atlas {
  padding: clamp(72px, 8vw, 126px) 0 0;
  background: var(--pfe-paper);
}

.pfe-atlas-hero {
  display: grid;
  min-height: min(780px, calc(100svh - 130px));
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.78fr);
  gap: clamp(60px, 9vw, 138px);
}

.pfe-atlas-copy h1,
.pfe-contact-intro h1 {
  margin: 0;
  font-family: var(--pfe-display) !important;
  color: var(--pfe-ink) !important;
  font-size: clamp(4rem, 6.2vw, 7.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: none !important;
}

.pfe-atlas-copy h1 span,
.pfe-contact-intro h1 span {
  display: block;
  color: var(--pfe-accent);
}

.pfe-atlas-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--pfe-text);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}

.pfe-atlas-stats {
  display: grid;
  max-width: 690px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--pfe-line);
  grid-template-columns: repeat(3, 1fr);
}

.pfe-atlas-stats span {
  display: flex;
  min-height: 62px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 22px;
  border-right: 1px solid var(--pfe-line);
  color: var(--pfe-text);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pfe-atlas-stats span:first-child {
  padding-left: 0;
}

.pfe-atlas-stats span:last-child {
  border-right: 0;
}

.pfe-atlas-stats strong {
  color: var(--pfe-ink);
  font-family: var(--pfe-display);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pfe-atlas-visual {
  position: relative;
  height: min(720px, 76vh);
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  border-radius: 230px 36px 36px;
  background: #dce6e2;
  box-shadow: 0 35px 90px rgba(23, 23, 20, 0.16);
}

.pfe-atlas-visual::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(0deg, rgba(15, 17, 16, 0.62), transparent);
  content: "";
}

.pfe-atlas-visual img {
  height: 100%;
  object-fit: cover;
}

.pfe-atlas-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(22, 24, 22, 0.56);
  color: var(--pfe-white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.pfe-atlas-visual figcaption i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e5d4b5;
}

.pfe-atlas-catalog {
  margin-top: clamp(90px, 12vw, 180px);
  padding: clamp(80px, 9vw, 130px) 0 clamp(95px, 11vw, 160px);
  border-top: 1px solid var(--pfe-line);
}

.pfe-atlas-catalog-head {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 70px;
}

.pfe-atlas-catalog-head h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--pfe-display) !important;
  color: var(--pfe-ink) !important;
  font-size: clamp(3.2rem, 5.2vw, 6.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.05em;
  line-height: 0.94;
  text-transform: none !important;
}

.pfe-atlas-catalog-head > p {
  margin: 0 0 8px;
  color: var(--pfe-text);
  font-size: 0.96rem;
  line-height: 1.75;
}

.pfe-atlas-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 50px 0 34px;
}

.pfe-atlas-filters button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--pfe-line);
  border-radius: 999px;
  background: transparent;
  color: var(--pfe-text);
  cursor: pointer;
  font: 750 0.78rem/1 var(--pfe-body);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pfe-atlas-filters button:hover,
.pfe-atlas-filters button.is-active {
  border-color: var(--pfe-ink);
  background: var(--pfe-ink);
  color: var(--pfe-white);
}

.pfe-atlas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pfe-atlas-card {
  display: grid;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--pfe-line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  grid-template-columns: minmax(185px, 0.72fr) minmax(0, 1.28fr);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pfe-atlas-card:nth-child(4n + 1) {
  border-radius: 110px 34px 34px;
}

.pfe-atlas-card:nth-child(4n + 3) {
  background: rgba(220, 230, 226, 0.7);
}

.pfe-atlas-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 65px rgba(23, 23, 20, 0.1);
}

.pfe-atlas-card[hidden] {
  display: none !important;
}

.pfe-atlas-card-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #dce6e2;
}

.pfe-atlas-card-media::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(0deg, rgba(15, 17, 16, 0.58), transparent);
  content: "";
}

.pfe-atlas-card-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.pfe-atlas-card:hover .pfe-atlas-card-media img {
  transform: scale(1.035);
}

.pfe-atlas-card-media span {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 17px;
  left: 15px;
  color: var(--pfe-white);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pfe-atlas-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
}

.pfe-atlas-card-body > small {
  color: var(--pfe-gold);
  font-family: var(--pfe-display);
  font-size: 0.98rem;
}

.pfe-atlas-card h3 {
  margin: 18px 0 14px;
  font-family: var(--pfe-display) !important;
  color: var(--pfe-ink) !important;
  font-size: clamp(1.85rem, 2.3vw, 2.75rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: none !important;
}

.pfe-atlas-card-body > p {
  margin: 0;
  color: var(--pfe-text);
  font-size: 0.8rem;
  line-height: 1.65;
}

.pfe-atlas-card-data {
  display: grid;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--pfe-line);
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pfe-atlas-card-data span {
  color: var(--pfe-text);
  font-size: 0.69rem;
  line-height: 1.45;
}

.pfe-atlas-card-data b {
  display: block;
  margin-bottom: 5px;
  color: var(--pfe-ink);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pfe-atlas-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}

.pfe-atlas-card-actions a {
  font-size: 0.72rem;
  font-weight: 800;
}

.pfe-atlas-card-actions a:last-child {
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--pfe-ink);
  color: var(--pfe-white);
}

.pfe-atlas-empty {
  margin: 35px 0 0;
  color: var(--pfe-text);
}

/* Contact hub */
.pfe-contact-hub {
  padding: clamp(78px, 8vw, 126px) 0 clamp(95px, 11vw, 160px);
  background: var(--pfe-white);
}

.pfe-contact-intro {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: clamp(60px, 10vw, 150px);
}

.pfe-contact-intro h1 {
  max-width: 900px;
}

.pfe-contact-intro-side > p {
  margin: 0;
  color: var(--pfe-text);
  font-size: 1rem;
  line-height: 1.75;
}

.pfe-contact-intro-side .pfe-actions {
  margin-top: 28px;
}

.pfe-contact-stage {
  display: grid;
  margin-top: clamp(65px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: 18px;
}

.pfe-contact-photo {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 150px 34px 34px;
  background: #dce6e2;
}

.pfe-contact-photo::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(15, 17, 16, 0.72), transparent);
  content: "";
}

.pfe-contact-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.pfe-contact-photo:hover img {
  transform: scale(1.025);
}

.pfe-contact-photo > span {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: grid;
  align-items: end;
  color: var(--pfe-white);
  font-family: var(--pfe-display);
  font-size: clamp(1.7rem, 2.5vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.04;
  grid-template-columns: 1fr auto;
}

.pfe-contact-photo > span small {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  font-family: var(--pfe-body);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pfe-contact-photo > span b {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font: 400 1rem/1 var(--pfe-body);
}

.pfe-contact-booking {
  display: flex;
  min-height: 680px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 72px);
  border-radius: 34px 150px 34px 34px;
  background: var(--pfe-ink);
  color: var(--pfe-white);
}

.pfe-contact-booking > p:first-child {
  margin: 0 0 22px;
  color: #e5d4b5;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pfe-contact-booking h2 {
  margin: 0;
  font-family: var(--pfe-display) !important;
  color: var(--pfe-white) !important;
  font-size: clamp(2.8rem, 4.3vw, 5rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-transform: none !important;
}

.pfe-contact-steps {
  display: grid;
  margin: 36px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: repeat(3, 1fr);
}

.pfe-contact-steps span {
  padding: 18px 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 700;
}

.pfe-contact-steps b {
  display: block;
  margin-bottom: 5px;
  color: #e5d4b5;
  font-weight: 700;
}

.pfe-contact-booking > p:not(:first-child) {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.75;
}

.pfe-contact-booking .pfe-button {
  align-self: flex-start;
  margin-top: 30px;
  border-color: var(--pfe-white);
  background: var(--pfe-white);
  color: var(--pfe-ink);
}

.pfe-contact-directory {
  margin-top: clamp(75px, 9vw, 125px);
  border-top: 1px solid var(--pfe-line);
}

.pfe-contact-directory > a {
  display: grid;
  min-height: 128px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--pfe-line);
  grid-template-columns: 70px 1fr 60px;
  gap: 24px;
  transition: padding 180ms ease, background 180ms ease;
}

.pfe-contact-directory > a:hover {
  padding-inline: 22px;
  background: var(--pfe-paper);
}

.pfe-contact-directory > a > span {
  color: var(--pfe-gold);
  font-family: var(--pfe-display);
  font-size: 1rem;
}

.pfe-contact-directory small {
  display: block;
  margin-bottom: 8px;
  color: var(--pfe-text);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pfe-contact-directory strong {
  display: block;
  font-family: var(--pfe-display);
  font-size: clamp(1.65rem, 3vw, 3.7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pfe-contact-directory > a > b {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--pfe-line);
  border-radius: 50%;
  font: 700 0.9rem/1 var(--pfe-body);
}

@media (max-width: 1100px) {
  .pfe-atlas-hero,
  .pfe-contact-intro,
  .pfe-contact-stage {
    grid-template-columns: 1fr;
  }

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

  .pfe-atlas-visual {
    height: 720px;
  }

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

  .pfe-contact-intro-side {
    max-width: 680px;
  }

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

@media (max-width: 767px) {
  .pfe-treatment-atlas {
    padding-top: 58px;
  }

  .pfe-atlas-copy h1,
  .pfe-contact-intro h1 {
    font-size: clamp(3.2rem, 15vw, 4.6rem) !important;
    line-height: 0.94;
  }

  .pfe-atlas-lead {
    margin-top: 23px;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .pfe-atlas-stats {
    margin-top: 30px;
  }

  .pfe-atlas-stats span {
    min-height: 57px;
    padding: 0 10px;
    font-size: 0.56rem;
  }

  .pfe-atlas-stats strong {
    font-size: 1.55rem;
  }

  .pfe-atlas-visual {
    height: 510px;
    min-height: 0;
    margin-top: 45px;
    border-radius: 110px 25px 25px;
  }

  .pfe-atlas-visual figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    gap: 9px;
    padding: 13px 12px;
    font-size: 0.56rem;
  }

  .pfe-atlas-catalog {
    margin-top: 88px;
    padding: 72px 0 95px;
  }

  .pfe-atlas-catalog-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pfe-atlas-catalog-head h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem) !important;
  }

  .pfe-atlas-filters {
    margin: 36px 0 26px;
  }

  .pfe-atlas-filters button {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 0.7rem;
  }

  .pfe-atlas-card {
    min-height: 0;
    border-radius: 26px;
    grid-template-columns: 1fr;
  }

  .pfe-atlas-card:nth-child(4n + 1) {
    border-radius: 90px 26px 26px;
  }

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

  .pfe-atlas-card-body {
    padding: 25px 23px;
  }

  .pfe-atlas-card h3 {
    font-size: 2.3rem !important;
  }

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

  .pfe-contact-hub {
    padding: 58px 0 100px;
  }

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

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

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

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

  .pfe-contact-photo {
    border-radius: 100px 26px 26px;
  }

  .pfe-contact-photo > span {
    right: 20px;
    bottom: 20px;
    left: 20px;
    font-size: 1.65rem;
  }

  .pfe-contact-booking {
    padding: 38px 26px;
    border-radius: 26px 100px 26px 26px;
  }

  .pfe-contact-booking h2 {
    font-size: clamp(2.65rem, 12vw, 3.8rem) !important;
  }

  .pfe-contact-steps span {
    padding-inline: 4px;
    font-size: 0.56rem;
  }

  .pfe-contact-directory {
    margin-top: 75px;
  }

  .pfe-contact-directory > a {
    min-height: 112px;
    grid-template-columns: 36px minmax(0, 1fr) 44px;
    gap: 12px;
  }

  .pfe-contact-directory strong {
    overflow-wrap: anywhere;
    font-size: clamp(1.45rem, 7.5vw, 2.15rem);
  }

  .pfe-contact-directory > a > b {
    width: 42px;
    height: 42px;
  }
}

/* Uniform media language: every content photograph uses four soft corners. */
:root {
  --pfe-media-radius: clamp(28px, 3vw, 42px);
  --pfe-media-radius-inner: clamp(22px, 2.2vw, 30px);
}

.pfe-hero-stage,
.pfe-service-card,
.pfe-compare,
.pfe-bento-feature,
.pfe-mosaic-item,
.pfe-atlas-visual,
.pfe-atlas-card,
.pfe-contact-photo {
  border-radius: var(--pfe-media-radius) !important;
}

.pfe-hero-stage img,
.pfe-compare img,
.pfe-bento-feature > img,
.pfe-mosaic-item img,
.pfe-atlas-visual img,
.pfe-contact-photo img {
  border-radius: inherit;
}

.pfe-service-card,
.pfe-atlas-card {
  padding: 12px;
}

.pfe-service-media,
.pfe-atlas-card-media {
  overflow: hidden;
  border-radius: var(--pfe-media-radius-inner);
}

.pfe-service-media img,
.pfe-atlas-card-media img {
  border-radius: inherit;
}

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

  .pfe-service-card,
  .pfe-atlas-card {
    padding: 9px;
  }

  .pfe-carousel-rail {
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pfe-hero *,
  .pfe-service-carousel *,
  .pfe-before-after *,
  .pfe-bento *,
  .pfe-reviews *,
  .pfe-mosaic *,
  .pfe-faq * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .pfe-treatment-atlas *,
  .pfe-contact-hub * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .pfe-reviews-track {
    width: auto;
    animation: none;
  }

  .pfe-reviews-set {
    overflow-x: auto;
  }

  .pfe-reviews-set[aria-hidden="true"] {
    display: none;
  }
}
