.beauty-lp {
  --beauty-accent: #9d355b;
  --beauty-accent-dark: #75213f;
  --beauty-blush: #f8edf1;
  --beauty-ink: #17362f;
  background: #fffdf9;
}

.beauty-lp main { background: #fffdf9; }
.beauty-lp .btn { min-height: 50px; padding-inline: 24px; }
.beauty-lp a:focus-visible,
.beauty-lp summary:focus-visible { outline: 3px solid rgba(157,53,91,.38); outline-offset: 3px; }

.beauty-hero-v2 {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  min-height: 690px;
  padding: clamp(50px, 6vw, 84px) var(--side-gutter) clamp(70px, 8vw, 112px);
  background: radial-gradient(circle at 14% 18%, rgba(189, 91, 122, .12), transparent 30%), linear-gradient(135deg, #fffdf9, #faf2ed);
}

.beauty-hero-copy { max-width: 660px; }
.beauty-location {
  display: inline-flex;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(157, 53, 91, .24);
  border-radius: 999px;
  color: var(--beauty-accent-dark);
  background: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 900;
}

.beauty-hero-copy .eyebrow,
.beauty-section-head .eyebrow,
.beauty-ticket-banner .eyebrow,
.beauty-trust-copy .eyebrow,
.beauty-choice-copy .eyebrow,
.beauty-final-cta .eyebrow { color: var(--beauty-accent); }

.beauty-hero-copy h1 {
  margin: 0;
  color: var(--beauty-ink);
  font-size: clamp(40px, 5.2vw, 70px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.beauty-hero-copy h1 .beauty-hero-line { white-space: nowrap; }
.beauty-hero-emotion { color: var(--beauty-accent); }
.beauty-hero-lead { margin: 24px 0 0; color: #40534d; font-size: clamp(16px,1.5vw,19px); font-weight: 700; line-height: 1.9; }
.beauty-hero-mobile-media { display: none; }

.beauty-hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.beauty-hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 6px;
  color: var(--beauty-ink);
  background: #fff;
  box-shadow: 0 5px 18px rgba(47,29,23,.07);
  font-size: 13px;
  font-weight: 900;
}
.beauty-hero-proof li::before, .beauty-check-list li::before { content: "✓"; color: var(--beauty-accent); font-weight: 900; }
.beauty-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.beauty-btn-primary { color: #fff; border-color: var(--beauty-accent-dark); background: var(--beauty-accent-dark); box-shadow: 0 10px 24px rgba(117,33,63,.2); }
.beauty-btn-secondary { color: var(--beauty-ink); border-color: rgba(23,54,47,.28); background: #fff; }
.beauty-address { margin: 14px 0 0; color: #66756f; font-size: 13px; font-weight: 700; }

.beauty-hero-media { min-width: 0; }
.beauty-photo-note { margin: 12px 4px 0; color: #5f6f69; font-size: 11px; font-weight: 800; text-align: right; }
.beauty-hero-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 5px solid #fff;
  border-radius: 18px;
  background: #e7e3df;
  box-shadow: 0 22px 54px rgba(38,29,24,.18);
}
.beauty-hero-figure picture { display: block; width: 100%; height: 100%; }
.beauty-hero-figure img { width: 100%; height: 100%; object-fit: cover; object-position: 75% center; }
.beauty-hero-figure figcaption {
  position: absolute;
  inset: auto 10px 10px;
  display: grid;
  padding: 9px 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(16,42,36,.9);
  font-size: 11px;
  line-height: 1.35;
}
.beauty-hero-figure figcaption strong { font-size: 13px; }

.beauty-quick-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  max-width: 1040px;
  margin: -38px auto 0;
  overflow: hidden;
  border: 1px solid rgba(4,63,50,.16);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(35,25,12,.12);
}
.beauty-quick-nav a { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 74px; padding: 14px 20px; color: var(--beauty-ink); font-size: 14px; font-weight: 900; }
.beauty-quick-nav a + a { border-left: 1px solid rgba(4,63,50,.12); }
.beauty-quick-nav a:hover { background: var(--beauty-blush); }
.beauty-quick-nav strong { color: var(--beauty-accent-dark); font-size: 16px; white-space: nowrap; }
.beauty-quick-nav small { margin-left: 2px; color: #66756f; font-size: 10px; }

.beauty-desire-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  background: #fff;
}
.beauty-desire-visual { position: relative; min-height: 560px; }
.beauty-desire-visual figure { position: relative; width: 82%; margin: 0; }
.beauty-desire-visual figure img { width: 100%; height: 480px; object-fit: cover; border-radius: 14px; box-shadow: 0 20px 50px rgba(35,25,12,.15); }
.beauty-desire-visual figure:last-child { position: absolute; right: 0; bottom: 0; width: 48%; border: 6px solid #fff; border-radius: 14px; }
.beauty-desire-visual figure:last-child img { height: 230px; box-shadow: none; }
.beauty-desire-visual figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  background: rgba(16,47,40,.78);
  font-size: 9px;
  font-weight: 800;
}
.beauty-desire-copy .eyebrow { color: var(--beauty-accent); }
.beauty-desire-copy h2 { margin: 5px 0 0; color: var(--beauty-ink); font-size: clamp(34px,4.5vw,58px); letter-spacing: -.045em; line-height: 1.25; }
.beauty-desire-copy h2 span { color: var(--beauty-accent); }
.beauty-desire-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #5c6d67; font-size: 16px; font-weight: 700; line-height: 1.95; }
.beauty-desire-copy ul { display: grid; margin: 30px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.beauty-desire-copy li { padding: 15px 0; color: var(--beauty-ink); font-weight: 900; }
.beauty-desire-copy li + li { border-top: 1px solid rgba(4,63,50,.1); }
.beauty-desire-copy li::before { margin-right: 10px; color: var(--beauty-accent); content: "✓"; }

.beauty-section-head { max-width: 800px; margin-inline: auto; text-align: center; }
.beauty-lp .beauty-section-head h2 { padding-left: 0; color: var(--beauty-ink); font-size: clamp(30px,4vw,48px); letter-spacing: -.035em; }
.beauty-lp .beauty-section-head h2::before { display: none; }
.beauty-lp .beauty-section-head p:not(.eyebrow) { color: #586a64; font-size: 16px; line-height: 1.85; }
.beauty-menu-section { padding-top: clamp(78px,9vw,122px); }
.beauty-menu-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; }
.beauty-menu-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid rgba(4,63,50,.15); border-radius: 14px; background: #fff; box-shadow: 0 16px 38px rgba(32,24,20,.08); scroll-margin-top: 120px; }
.beauty-menu-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #e7e3df; }
.beauty-menu-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.beauty-menu-photo > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 1;
  padding: 4px 7px;
  border-radius: 4px;
  color: #fff;
  background: rgba(16,47,40,.8);
  font-size: 8px;
  font-weight: 900;
}
.beauty-menu-card:hover .beauty-menu-photo img { transform: scale(1.025); }
.beauty-menu-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.beauty-menu-number { margin: 0 0 8px; color: var(--beauty-accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.beauty-menu-content h3 { margin: 0; color: var(--beauty-ink); font-size: clamp(22px,2.3vw,28px); line-height: 1.35; }
.beauty-menu-content > p:not(.beauty-menu-number):not(.beauty-menu-promise) { margin: 9px 0 0; color: #5c6d67; font-size: 15px; font-weight: 700; line-height: 1.8; }
.beauty-menu-content .beauty-menu-promise { margin: 10px 0 0; color: var(--beauty-accent-dark); font-size: 15px; font-weight: 900; line-height: 1.65; }
.beauty-menu-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 16px 0 0; color: #5c6d67; font-size: 13px; font-weight: 900; }
.beauty-menu-meta span { color: rgba(4,63,50,.32); }

.beauty-price-list { display: grid; margin: 16px 0 0; padding: 0; border-block: 1px solid rgba(4,63,50,.14); list-style: none; }
.beauty-price-list li { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 55px; padding: 8px 0; }
.beauty-price-list li + li { border-top: 1px solid rgba(4,63,50,.1); }
.beauty-price-list li > span:first-child { display: grid; color: #53665f; font-size: 12px; }
.beauty-price-list li > span:first-child strong { color: var(--beauty-ink); font-size: 13px; }
.beauty-price-list li > span:first-child small { margin-top: 2px; font-size: 10px; }
.beauty-price-value { color: var(--beauty-accent-dark); font-size: 19px; font-weight: 900; white-space: nowrap; }
.beauty-price-value small { display: block; color: #66756f; font-size: 9px; text-align: right; }
.beauty-price-pending { display: grid; gap: 6px; margin-top: 16px; padding: 12px; border-radius: 8px; color: #53665f; background: #f4f6f4; font-size: 12px; }
.beauty-price-pending a { color: var(--beauty-accent-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.beauty-card-cta { justify-content: space-between; width: 100%; margin-top: auto; color: #fff; background: var(--beauty-accent-dark); }
.beauty-card-cta-muted { background: var(--beauty-ink); }
.beauty-price-list + .beauty-card-cta, .beauty-price-pending + .beauty-card-cta { margin-top: 18px; }

.beauty-ticket-banner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: center; max-width: 1200px; margin: 24px auto 0; padding: 28px; border: 1px solid rgba(157,53,91,.2); border-radius: 14px; background: var(--beauty-blush); }
.beauty-ticket-banner h3, .beauty-ticket-banner p { margin: 0; }
.beauty-ticket-banner h3 { color: var(--beauty-ink); font-size: clamp(22px,3vw,30px); }
.beauty-ticket-banner p:not(.eyebrow) { margin-top: 6px; color: #586a64; font-weight: 700; }

.beauty-trust-section { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); gap: clamp(34px,6vw,88px); align-items: center; background: #17362f; }
.beauty-trust-photo { position: relative; max-width: 620px; margin: 0 auto; }
.beauty-trust-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; box-shadow: 0 24px 56px rgba(0,0,0,.28); }
.beauty-trust-photo p { position: absolute; left: 12px; bottom: 12px; margin: 0; padding: 7px 11px; border-radius: 999px; color: #17362f; background: #fff; font-size: 11px; font-weight: 900; }
.beauty-trust-copy { max-width: 650px; color: #fff; }
.beauty-trust-copy .eyebrow { color: #f2c8d5; }
.beauty-trust-copy h2 { margin: 5px 0 0; color: #fff; font-size: clamp(32px,4vw,50px); letter-spacing: -.04em; line-height: 1.25; }
.beauty-trust-lead { margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 16px; font-weight: 700; line-height: 1.85; }
.beauty-check-list { display: grid; margin: 24px 0 0; padding: 0; border-block: 1px solid rgba(255,255,255,.18); list-style: none; }
.beauty-check-list li { display: grid; grid-template-columns: 24px 1fr; padding: 16px 0; }
.beauty-check-list li + li { border-top: 1px solid rgba(255,255,255,.14); }
.beauty-check-list li::before { grid-row: 1 / 3; color: #e6b4c4; }
.beauty-check-list strong { font-size: 15px; }
.beauty-check-list span { margin-top: 3px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.beauty-trust-links { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; margin-top: 22px; }
.beauty-text-link { display: inline-flex; gap: 14px; align-items: center; color: #fff; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; }

.beauty-flow-section, .beauty-faq-section { background: #f7f1e8; }
.beauty-flow-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; max-width: 1200px; margin: 0 auto; padding: 0; list-style: none; }
.beauty-flow-list li { position: relative; min-width: 0; padding: 22px; border: 1px solid rgba(4,63,50,.13); border-radius: 12px; background: #fff; }
.beauty-flow-list li:not(:last-child)::after { position: absolute; z-index: 2; top: 32px; right: -12px; display: grid; place-items: center; width: 22px; height: 22px; content: "›"; border-radius: 50%; color: #fff; background: var(--beauty-accent-dark); font-weight: 900; }
.beauty-flow-list > li > span { color: var(--beauty-accent); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.beauty-flow-list h3 { margin: 18px 0 0; color: var(--beauty-ink); font-size: 19px; }
.beauty-flow-list p { margin: 8px 0 0; color: #5c6d67; font-size: 14px; font-weight: 700; line-height: 1.75; }

.beauty-assure-flow { grid-column: 1 / -1; margin-top: clamp(34px,4vw,52px); padding-top: clamp(28px,3vw,40px); border-top: 1px solid rgba(255,255,255,.18); }
.beauty-assure-flow .eyebrow { color: #f2c8d5; }
.beauty-assure-flow > h3 { margin: 4px 0 22px; color: #fff; font-size: clamp(22px,3vw,30px); letter-spacing: -.02em; line-height: 1.3; }

.beauty-choice-section { display: grid; grid-template-columns: minmax(0,.72fr) minmax(520px,1.28fr); gap: clamp(32px,6vw,90px); align-items: center; }
.beauty-choice-copy h2 { margin: 5px 0 0; color: var(--beauty-ink); font-size: clamp(32px,4vw,50px); letter-spacing: -.04em; line-height: 1.25; }
.beauty-choice-copy > p:not(.eyebrow) { margin: 16px 0 0; color: #5c6d67; font-weight: 700; line-height: 1.85; }
.beauty-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.beauty-choice-grid article { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid rgba(4,63,50,.15); border-radius: 14px; background: #fff; box-shadow: 0 14px 34px rgba(32,24,20,.07); }
.beauty-choice-grid .beauty-choice-featured { color: #fff; border-color: var(--beauty-accent-dark); background: var(--beauty-accent-dark); transform: translateY(-10px); }
.beauty-choice-label { margin: 0; color: var(--beauty-accent); font-size: 11px; font-weight: 900; }
.beauty-choice-featured .beauty-choice-label { color: #f2c8d5; }
.beauty-choice-grid h3 { margin: 6px 0 0; color: var(--beauty-ink); font-size: 24px; }
.beauty-choice-featured h3 { color: #fff; }
.beauty-choice-grid article > p:not(.beauty-choice-label):not(.beauty-choice-price) { margin: 12px 0 20px; color: #5c6d67; font-size: 14px; font-weight: 700; line-height: 1.75; }
.beauty-choice-grid .beauty-choice-featured > p:not(.beauty-choice-label):not(.beauty-choice-price) { color: rgba(255,255,255,.8); }
.beauty-choice-grid .btn { width: 100%; margin-top: auto; padding-inline: 12px; }
.beauty-choice-featured .beauty-btn-primary, .beauty-final-actions .beauty-btn-primary { color: var(--beauty-accent-dark); border-color: #fff; background: #fff; box-shadow: none; }
.beauty-choice-price { display: flex; gap: 4px; align-items: baseline; margin: 10px 0 0; color: #fff; font-size: 12px; font-weight: 900; }
.beauty-choice-price strong { font-size: 26px; }

.beauty-faq-list { display: grid; gap: 10px; max-width: 920px; margin: 0 auto; }
.beauty-faq-list details { border: 1px solid rgba(4,63,50,.14); border-radius: 10px; background: #fff; }
.beauty-faq-list summary { position: relative; padding: 20px 56px 20px 22px; color: var(--beauty-ink); font-size: 15px; font-weight: 900; cursor: pointer; list-style: none; }
.beauty-faq-list summary::-webkit-details-marker { display: none; }
.beauty-faq-list summary::after { position: absolute; top: 50%; right: 22px; content: "+"; color: var(--beauty-accent); font-size: 22px; transform: translateY(-50%); }
.beauty-faq-list details[open] summary::after { content: "−"; }
.beauty-faq-list details p { margin: 0; padding: 0 22px 20px; color: #5c6d67; font-weight: 700; line-height: 1.85; }

.beauty-final-section { background: #fffdf9; }
.beauty-final-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 26px; align-items: center; max-width: 1120px; margin: 0 auto; padding: clamp(30px,5vw,54px); border-radius: 16px; color: #fff; background: radial-gradient(circle at 90% 20%,rgba(255,255,255,.12),transparent 28%), var(--beauty-ink); box-shadow: 0 22px 52px rgba(23,54,47,.2); }
.beauty-final-cta .eyebrow { color: #f2c8d5; }
.beauty-final-cta h2 { margin: 5px 0 0; color: #fff; font-size: clamp(28px,4vw,44px); letter-spacing: -.035em; line-height: 1.25; }
.beauty-final-cta p:not(.eyebrow) { margin: 10px 0 0; color: rgba(255,255,255,.78); font-weight: 700; }
.beauty-final-cta p:not(.eyebrow) a { display: inline-block; color: #fff; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.beauty-final-actions { display: grid; gap: 10px; min-width: 230px; }
.beauty-final-actions .beauty-btn-secondary { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }

@media (max-width: 1100px) {
  .beauty-hero-v2 { grid-template-columns: minmax(0,.95fr) minmax(430px,1.05fr); gap: 30px; }
  .beauty-choice-section { grid-template-columns: minmax(0,1fr); }
  .beauty-choice-copy { max-width: 760px; margin: 0 auto; text-align: center; }
  .beauty-choice-grid { max-width: 760px; width: 100%; margin: 0 auto; }
}

@media (max-width: 920px) {
  .beauty-hero-v2, .beauty-trust-section, .beauty-desire-section { grid-template-columns: minmax(0,1fr); }
  .beauty-hero-copy { max-width: 760px; }
  .beauty-desire-copy { order: -1; max-width: 760px; }
  .beauty-menu-grid { grid-template-columns: minmax(0,1fr); max-width: 720px; }
  .beauty-menu-card { display: grid; grid-template-columns: minmax(260px,.85fr) minmax(0,1.15fr); }
  .beauty-menu-photo { aspect-ratio: auto; }
  .beauty-flow-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .beauty-flow-list li:nth-child(2)::after { display: none; }
  .beauty-trust-photo { max-width: 540px; }
  .beauty-trust-copy { max-width: 760px; }
}

@media (max-width: 760px) {
  .beauty-lp .btn { min-height: 52px; white-space: normal; }
  .beauty-hero-v2 { gap: 30px; min-height: auto; padding: 38px 16px 72px; }
  .beauty-hero-copy h1 { font-size: clamp(38px,11.2vw,54px); }
  .beauty-hero-media { display: none; }
  .beauty-hero-mobile-media { position: relative; display: block; overflow: hidden; height: 260px; margin: 26px 0; border-radius: 14px; }
  .beauty-hero-mobile-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
  .beauty-hero-mobile-media span { position: absolute; right: 8px; bottom: 8px; padding: 5px 8px; border-radius: 5px; color: #fff; background: rgba(16,47,40,.78); font-size: 8px; font-weight: 800; }
  .beauty-hero-lead { font-size: 16px; line-height: 1.8; }
  .beauty-hero-actions { display: grid; }
  .beauty-hero-actions .btn { width: 100%; }
  .beauty-quick-nav { grid-template-columns: minmax(0,1fr); margin: -30px 16px 0; }
  .beauty-quick-nav a { min-height: 60px; }
  .beauty-quick-nav a + a { border-top: 1px solid rgba(4,63,50,.12); border-left: 0; }
  .beauty-menu-section { padding-top: 72px; }
  .beauty-desire-section { gap: 44px; }
  .beauty-desire-visual { min-height: 430px; }
  .beauty-desire-visual figure img { height: 370px; }
  .beauty-desire-visual figure:last-child img { height: 180px; }
  .beauty-desire-copy h2 { font-size: clamp(31px,9vw,42px); }
  .beauty-lp .beauty-section-head h2, .beauty-trust-copy h2, .beauty-choice-copy h2 { font-size: clamp(29px,8.7vw,40px); }
  .beauty-menu-card { display: flex; }
  .beauty-menu-photo { aspect-ratio: 16 / 10; }
  .beauty-menu-content { padding: 20px; }
  .beauty-ticket-banner { grid-template-columns: minmax(0,1fr); padding: 22px; }
  .beauty-ticket-banner .btn { width: 100%; }
  .beauty-trust-section { gap: 30px; }
  .beauty-flow-list { grid-template-columns: minmax(0,1fr); }
  .beauty-flow-list li:not(:last-child)::after { display: none; }
  .beauty-flow-list li { display: grid; grid-template-columns: 48px 1fr; gap: 6px; }
  .beauty-flow-list h3 { margin-top: 0; }
  .beauty-choice-grid { grid-template-columns: minmax(0,1fr); }
  .beauty-choice-grid .beauty-choice-featured { transform: none; }
  .beauty-final-cta { grid-template-columns: minmax(0,1fr); }
  .beauty-final-actions { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .beauty-menu-photo img { transition: none; }
}
