.pa-laser-final {
  --pl-gold: #c77b18;
  --pl-gold-light: #e4a845;
  --pl-paper: #fbf8f3;
  --pl-ink: #17130f;
  color: var(--pl-ink);
  background: var(--pl-paper);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.pa-laser-final * { box-sizing: border-box; }
.pa-laser-final h1,
.pa-laser-final h2,
.pa-laser-final h3,
.pa-laser-final h4,
.pa-laser-final p { margin-top: 0; }
.pa-laser-final img { display: block; max-width: 100%; }

.pl-kicker {
  margin: 0 0 8px;
  color: var(--pl-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.pl-button {
  display: inline-flex;
  min-height: 48px;
  padding: 14px 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}
.pl-button:hover { filter: brightness(1.05); transform: translateY(-2px); }
.pl-button-gold { color: #111; background: linear-gradient(90deg, #c98222, #eab457); border-color: #e3ab4f; }
.pl-button-dark { color: #fff; background: #050505; border-color: #050505; }
.pl-button-outline { color: #17130f; background: #fff; border-color: var(--pl-gold); }

.pl-hero { color: #fff; background: #000; }
.pl-hero-main {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(0, 1.08fr) minmax(470px, .92fr);
  background: #000;
  border-top: 1px solid rgba(199, 123, 24, .72);
  border-bottom: 1px solid var(--pl-gold);
}
.pl-hero-copy {
  display: flex;
  padding: 78px 50px 70px max(6vw, 72px);
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
.pl-hero-copy h1 {
  margin: 12px 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5.2vw, 84px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .92;
}
.pl-hero-copy h1 em { color: #d6851d; font-weight: 400; }
.pl-hero-copy > p:not(.pl-kicker) {
  max-width: 710px;
  margin-bottom: 30px;
  color: #eeeae5;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.62;
}
.pl-hero-copy .pl-button { align-self: flex-start; min-width: 285px; }
.pl-hero-media { min-width: 0; overflow: hidden; }
.pl-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 13%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 13%, #000 100%);
}

.pl-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 34px max(4vw, 54px) 38px;
  background: #070707;
}
.pl-feature-strip article {
  display: grid;
  min-width: 0;
  min-height: 115px;
  padding: 10px 26px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border-right: 1px solid rgba(255, 255, 255, .15);
}
.pl-feature-strip article:last-child { border-right: 0; }
.pl-feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--pl-gold-light);
}
.pl-feature-icon svg,
.pl-fact-icon svg,
.pl-mini-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pl-feature-icon .pl-icon-fill,
.pl-fact-icon .pl-icon-fill,
.pl-mini-icon .pl-icon-fill { fill: currentColor; stroke: none; }
.pl-feature-strip h2 { margin: 0 0 9px; font-size: 13px; line-height: 1.25; text-transform: uppercase; }
.pl-feature-strip p { margin: 0; color: #c9c3bc; font-size: 11px; line-height: 1.55; }

.pl-treatment { padding: 66px max(3vw, 44px) 54px; background: #fff; }
.pl-peels { border-top: 1px solid #eadbc5; }
.pl-section-heading {
  display: grid;
  width: min(100%, 1420px);
  margin: 0 auto 38px;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.pl-section-heading span { height: 1px; background: #d7ad70; }
.pl-section-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  text-transform: uppercase;
}

.pl-treatment-grid {
  display: grid;
  width: min(100%, 1420px);
  margin: 0 auto;
  grid-template-columns: minmax(300px, .72fr) minmax(440px, 1.35fr) minmax(250px, .58fr);
  gap: clamp(28px, 3vw, 50px);
  align-items: stretch;
}
.pl-treatment-photo { min-width: 0; margin: 0; overflow: hidden; border-radius: 9px; }
.pl-treatment-photo img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.pl-treatment-copy { padding: 14px 0 0; }
.pl-treatment-copy > h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 3.8vw, 61px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1;
}
.pl-treatment-copy > h3 {
  margin: 7px 0 18px;
  color: #a9600c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(27px, 2.3vw, 38px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}
.pl-treatment-copy > p { margin-bottom: 15px; color: #423d37; font-size: 14px; line-height: 1.55; }
.pl-treatment-copy h4 {
  margin: 20px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1.15;
}
.pl-dot-list,
.pl-check-list { padding: 0; margin: 0; list-style: none; }
.pl-two-column-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
.pl-dot-list li,
.pl-check-list li { position: relative; padding: 4px 0 4px 22px; color: #39342f; font-size: 13px; line-height: 1.35; }
.pl-dot-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: var(--pl-gold);
  border-radius: 50%;
}
.pl-check-list li::before {
  content: "✓";
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--pl-gold);
  font-weight: 800;
}
.pl-treatment-note { margin: 22px 0 0 !important; }

.pl-highlight-card {
  align-self: center;
  padding: 34px 28px;
  background: rgba(251, 248, 243, .72);
  border: 1px solid #d9b77f;
  border-radius: 9px;
}
.pl-highlight-card > h3 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}
.pl-highlight-card .pl-dot-list li,
.pl-highlight-card > .pl-check-list li { margin-bottom: 16px; font-size: 14px; }

.pl-treatment-facts {
  display: grid;
  width: min(100%, 1080px);
  margin: 34px auto 0;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #d9b77f;
  border-radius: 6px;
}
.pl-treatment-facts article {
  display: grid;
  padding: 20px 28px;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  border-right: 1px solid #e4d2b4;
}
.pl-treatment-facts article:last-child { border-right: 0; }
.pl-treatment-facts article > .pl-fact-icon {
  display: block;
  width: 44px;
  height: 44px;
  color: var(--pl-gold);
}
.pl-treatment-facts b { display: block; font-size: 12px; text-transform: uppercase; }
.pl-treatment-facts p { margin: 1px 0 0; color: #4b453e; font-size: 12px; line-height: 1.35; }
.pl-treatment-action { margin-top: 24px; text-align: center; }
.pl-treatment-action .pl-button { min-width: 390px; }

.pl-faq {
  padding: clamp(58px, 5vw, 84px) max(5vw, 70px);
  background: var(--pl-paper);
  border-top: 1px solid rgba(190, 126, 35, .35);
}
.pl-inner { width: min(1240px, 100%); margin: 0 auto; }
.pl-faq h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 3.5vw, 56px);
  font-weight: 500;
  line-height: 1.05;
}
.pl-intro { max-width: 960px; margin: 13px 0 30px; color: #5a5148; font-size: 15px; line-height: 1.65; }
.pl-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; }
.pl-faq details { align-self: start; background: #fff; border: 1px solid rgba(190, 126, 35, .38); box-shadow: 0 12px 32px rgba(61, 42, 19, .05); }
.pl-faq summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
}
.pl-faq summary::-webkit-details-marker { display: none; }
.pl-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--pl-gold);
  font-family: Arial, sans-serif;
  font-size: 27px;
  transform: translateY(-50%);
}
.pl-faq details[open] summary::after { content: "−"; }
.pl-faq details p { padding: 0 22px 20px; margin: 0; color: #4e463e; font-size: 14px; line-height: 1.65; }

.pl-peel-grid { grid-template-columns: minmax(280px, .68fr) minmax(490px, 1.45fr) minmax(250px, .55fr); }
.pl-peel-grid .pl-treatment-photo img { min-height: 640px; }
.pl-peel-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 18px; }
.pl-peel-columns h4 { margin-top: 0; }
.pl-peel-columns p { margin: 0 0 7px; color: #47413a; font-size: 13px; }
.pl-peel-benefits { align-self: stretch; }
.pl-mini-fact {
  display: grid;
  margin-top: 20px;
  padding-top: 20px;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  border-top: 1px dashed #cba15f;
}
.pl-mini-fact > .pl-mini-icon { display: block; width: 38px; height: 38px; color: var(--pl-gold); }
.pl-mini-fact b { text-transform: uppercase; }
.pl-mini-fact p { margin: 2px 0 0; color: #4c463f; font-size: 13px; line-height: 1.4; }

.pl-service-area {
  display: grid;
  min-height: 410px;
  grid-template-columns: minmax(360px, .4fr) minmax(0, .6fr);
  background: #fff;
  border-top: 1px solid #dfc69f;
}
.pl-service-copy { display: flex; padding: 55px 46px 55px max(5vw, 70px); flex-direction: column; justify-content: center; }
.pl-service-copy h2 {
  margin: 0 0 15px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 3.4vw, 53px);
  font-weight: 500;
  line-height: .98;
  text-transform: uppercase;
}
.pl-service-copy > p:not(.pl-kicker) { max-width: 500px; margin-bottom: 24px; color: #4d463f; font-size: 15px; }
.pl-service-copy .pl-button { align-self: flex-start; }
.pl-service-map { min-height: 410px; background: #eee7dd; }
.pl-service-map iframe { display: block; width: 100%; height: 100%; min-height: 410px; }

.pl-cta {
  display: flex;
  margin: 38px max(5vw, 70px);
  padding: 38px 56px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  background: #050505;
  border: 1px solid #c6872d;
}
.pl-cta h2 { margin: 0 0 4px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 38px; font-weight: 500; text-transform: uppercase; }
.pl-cta p { margin: 0; color: #ddd5cc; font-family: "Cormorant Garamond", Georgia, serif; font-size: 17px; font-style: italic; }
.pl-cta .pl-button { flex: 0 0 auto; }

@media (max-width: 1180px) {
  .pl-hero-main { grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); }
  .pl-feature-strip { grid-template-columns: repeat(3, 1fr); gap: 22px 0; }
  .pl-feature-strip article:nth-child(3) { border-right: 0; }
  .pl-treatment-grid,
  .pl-peel-grid { grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); }
  .pl-highlight-card { grid-column: 1 / -1; width: 100%; }
  .pl-highlight-card > .pl-dot-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
  .pl-peel-benefits { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .pl-peel-benefits > h3 { grid-column: 1 / -1; }
  .pl-mini-fact { margin: 0; padding: 0 0 0 20px; border-top: 0; border-left: 1px dashed #cba15f; }
}

@media (max-width: 850px) {
  .pl-hero-main { grid-template-columns: 1fr; }
  .pl-hero-copy { padding: 52px 24px 38px; }
  .pl-hero-copy h1 { font-size: clamp(49px, 10vw, 70px); }
  .pl-hero-copy .pl-button { min-width: 0; }
  .pl-hero-media img {
    width: 100%;
    height: 480px;
    object-position: center 18%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .pl-feature-strip { grid-template-columns: 1fr 1fr; padding: 26px 18px 32px; }
  .pl-feature-strip article,
  .pl-feature-strip article:nth-child(3) { padding: 10px 18px; border-right: 1px solid rgba(255, 255, 255, .15); }
  .pl-feature-strip article:nth-child(2n) { border-right: 0; }

  .pl-treatment { padding: 52px 20px; }
  .pl-section-heading { grid-template-columns: 1fr; margin-bottom: 28px; }
  .pl-section-heading span { display: none; }
  .pl-treatment-grid,
  .pl-peel-grid { grid-template-columns: 1fr; gap: 28px; }
  .pl-treatment-photo img,
  .pl-peel-grid .pl-treatment-photo img { width: 100%; height: 520px; min-height: 0; object-position: center 30%; }
  .pl-treatment-copy { padding-top: 0; }
  .pl-highlight-card { grid-column: auto; }
  .pl-highlight-card > .pl-dot-list { display: block; }
  .pl-treatment-facts { grid-template-columns: 1fr; }
  .pl-treatment-facts article { border-right: 0; border-bottom: 1px solid #e4d2b4; }
  .pl-treatment-facts article:last-child { border-bottom: 0; }
  .pl-treatment-action .pl-button { min-width: min(100%, 390px); }
  .pl-peel-benefits { display: block; }
  .pl-mini-fact { margin-top: 20px; padding: 20px 0 0; border-top: 1px dashed #cba15f; border-left: 0; }

  .pl-faq { padding: 52px 20px; }
  .pl-faq-grid { grid-template-columns: 1fr; }
  .pl-service-area { grid-template-columns: 1fr; }
  .pl-service-copy { padding: 48px 24px; }
  .pl-service-map,
  .pl-service-map iframe { min-height: 350px; height: 350px; }
  .pl-cta { display: block; margin: 28px 18px; padding: 28px 20px; }
  .pl-cta h2 { font-size: 33px; line-height: 1; }
  .pl-cta .pl-button { width: 100%; margin-top: 20px; }
}

@media (max-width: 560px) {
  .pl-hero-copy { padding-top: 46px; }
  .pl-hero-copy h1 { font-size: 49px; }
  .pl-hero-copy > p:not(.pl-kicker) { font-size: 15px; }
  .pl-hero-copy .pl-button { width: 100%; }
  .pl-hero-media img { height: 390px; }
  .pl-feature-strip { grid-template-columns: 1fr 1fr; }
  .pl-feature-strip article { min-height: 120px; padding: 8px 10px; grid-template-columns: 1fr; gap: 5px; }
  .pl-feature-icon { width: 38px; height: 38px; }
  .pl-feature-strip h2 { font-size: 10px; }
  .pl-feature-strip p { font-size: 10px; }

  .pl-treatment { padding-inline: 18px; }
  .pl-section-heading h2 { font-size: 33px; line-height: 1.05; }
  .pl-treatment-photo img,
  .pl-peel-grid .pl-treatment-photo img { height: 440px; }
  .pl-treatment-copy > h2 { font-size: 43px; }
  .pl-treatment-copy > h3 { font-size: 29px; }
  .pl-two-column-list,
  .pl-peel-columns { grid-template-columns: 1fr; }
  .pl-highlight-card { padding: 28px 20px; }
  .pl-treatment-action .pl-button { width: 100%; min-width: 0; }
  .pl-faq h2 { font-size: 40px; }
  .pl-faq summary { padding: 18px 48px 18px 17px; font-size: 18px; }
}
