/* Roseluxe: shared reading, navigation and booking refinements. */
body.rl-refined {
  --rl-ink: #39332c;
  --rl-muted: #716457;
  --rl-line: #ded4c4;
  --rl-accent: #795928;
  color: var(--rl-ink);
  --shadow: 0 12px 34px rgba(60, 44, 23, .07);
  --shadow-soft: 0 5px 20px rgba(60, 44, 23, .05);
}
.rl-refined :is(button, a, input, select, textarea) { touch-action: manipulation; }
.rl-refined :is(a, button, input, select, textarea):focus-visible { outline: 2px solid var(--rl-accent); outline-offset: 4px; }
.rl-refined .eyebrow { font-size: .75rem; letter-spacing: .18em; }
.rl-refined .section-head h2 { letter-spacing: .035em; text-transform: none; line-height: 1.22; }
.rl-refined .frame { border-color: var(--rl-line); outline: none; border-radius: 12px; box-shadow: var(--shadow-soft); }
.rl-refined .btn { min-height: 48px; justify-content: center; font-size: .875rem; letter-spacing: .035em; text-transform: none; padding: 13px 24px; border-radius: 8px; line-height: 1.4; }
.rl-refined .btn-gold { background: var(--rl-accent); color: #fff; box-shadow: 0 4px 14px rgba(60,44,23,.1); }
.rl-refined .btn-gold:hover { background: #624720; box-shadow: var(--shadow-soft); transform: translateY(-1px); }
.rl-refined .btn-ghost { border-color: #a78d65; }
.rl-refined .btn-ghost:hover { background: var(--rl-accent); }
.rl-refined .nav { gap: 16px; min-height: 76px; }
.rl-refined .nav-links { gap: 18px; }
.rl-refined .nav-links a { font-size: .8125rem; letter-spacing: .025em; text-transform: none; }
.rl-refined .nav .nav-cta .btn-gold { min-height: 44px; font-size: .875rem !important; letter-spacing: .025em; padding: 10px 16px !important; white-space: nowrap; }
.rl-refined .nav-search, .rl-refined .nav-toggle { min-width: 44px; min-height: 44px; justify-content: center; align-items: center; margin: 0; flex-shrink: 0; }
.rl-refined .nav .rl-navmenu { background: var(--porcelain); padding: 14px 20px; border: 1px solid var(--rl-line); border-radius: 0 0 12px 12px; box-shadow: var(--shadow); }
.rl-refined .nav .rl-navmenu-item { color: var(--rl-ink) !important; text-shadow: none; white-space: normal; min-height: 44px; display: flex; align-items: center; }
.rl-refined .nav .rl-navmenu-item:hover { color: var(--rl-accent) !important; }
.rl-refined .footer-col h4 { font-size: .8125rem; letter-spacing: .12em; }
.rl-refined .footer-col a { min-height: 36px; padding: 5px 0; margin-bottom: 5px; }
.rl-refined .footer-bottom { font-size: .75rem; letter-spacing: .04em; text-transform: none; }
.rl-refined .pagehero h1 { text-transform: none; letter-spacing: .025em; line-height: 1.18; }
.rl-refined .pagehero.photo .crumb { font-size: .8125rem; letter-spacing: .03em; text-transform: none; min-height: 44px; padding: 10px 0; }
.rl-refined .rdesc { font-size: .9375rem; color: var(--rl-muted); line-height: 1.55; }
.rl-refined .bm-label { font-size: .875rem; letter-spacing: .015em; text-transform: none; }
.rl-refined .bm-sub { font-size: 1.0625rem; line-height: 1.5; }
.rl-refined .bm-timehint, .rl-refined .bm-fine, .rl-refined .bm-exact-hint { font-size: .875rem; color: var(--rl-muted); line-height: 1.5; }
.rl-refined .bm-field input, .rl-refined .bm-add-select { min-height: 50px; font-size: 1rem; line-height: 1.5; border: 1px solid var(--rl-line); background-color: #fff; }
.rl-refined .bm-add-select { padding-right: 38px; }
.rl-refined .time-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rl-refined .time-chip { min-height: 46px; padding: 10px; font-size: .875rem; letter-spacing: 0; text-transform: none; border-radius: 8px; white-space: normal; }
.rl-refined .time-chip.active { background: var(--rl-accent); }
.rl-refined .bm-card { padding: 36px; max-height: 90vh; max-height: 90dvh; overscroll-behavior: contain; scrollbar-gutter: stable; }
.rl-refined .bm-x { top: 8px; right: 8px; width: 44px; height: 44px; border-radius: 50%; background: var(--porcelain); z-index: 1; }
.rl-refined .bm-card > .eyebrow { padding: 4px 32px; }
.rl-refined .bm-list li { align-items: flex-start; flex-wrap: wrap; gap: 8px; padding: 12px; font-size: 1rem; }
.rl-refined .bm-list li > span:first-of-type { flex: 1 1 190px; min-width: 0; align-items: flex-start !important; }
.rl-refined .bm-list li > span:first-of-type > span { min-width: 0; overflow-wrap: anywhere; }
.rl-refined .bm-list .bm-rm { width: 44px; height: 44px; padding: 0; flex: 0 0 44px; font-size: 24px; border: 1px solid var(--rl-line); border-radius: 7px; }
.rl-refined .bm-list .bm-price { margin-left: auto; padding-top: 9px; color: var(--rl-accent); font-size: .9375rem; }
.rl-refined .bm-total { gap: 16px; flex-wrap: wrap; font-size: 1rem; }
.rl-refined .bm-total strong { color: var(--rl-accent); }
.rl-refined .book-tray { padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)); }
.rl-refined.tray-open { padding-bottom: calc(var(--rl-tray-height, 110px) + 20px); }
.rl-refined.tray-open .wa-float { display: none; }
.rl-refined .bt-clear { min-width: 44px; min-height: 44px; font-size: .8125rem; letter-spacing: .025em; color: #e3d8c4; text-transform: none; }
.rl-refined .cross-link { font-size: .875rem; letter-spacing: .015em; text-transform: none; min-height: 48px; }
.rl-refined .rl-search-close, .rl-refined .rl-search-x { min-width: 44px; min-height: 44px; }
.rl-refined .rl-search-results { max-height: 65dvh; overscroll-behavior: contain; }
.rl-refined .rl-faq-q { min-height: 48px; }

/* A focused treatment overview and two clear ways to book. */
.rl-booty .pagehero.photo { min-height: 450px; min-height: min(64svh, 620px); }
.rl-booty .pagehero.photo .bg { background-position: center 48%; }
.rl-booty .pagehero.photo::after { background: linear-gradient(90deg, rgba(32,27,22,.84), rgba(32,27,22,.4) 60%, rgba(32,27,22,.1)); }
.rl-booty .pagehero.photo .inner { padding-bottom: 48px; }
.rl-booty .pagehero h1 { max-width: 650px; font-size: clamp(2.3rem, 5vw, 4rem); }
.rl-booty .pagehero .rl-hero-benefit { margin-top: 16px; max-width: 480px; color: #f1e7d6; font-size: 1.25rem; font-style: normal; }
.rl-booty .rl-hero-price { display: inline-block; margin-top: 18px; font-family: 'Montserrat', sans-serif; color: #fff; font-size: .875rem; letter-spacing: .025em; }
.rl-booty .rl-treatment-section { padding: 68px 0 80px; }
.rl-treatment-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.rl-treatment-overview h2 { font-size: clamp(1.75rem,3vw,2.5rem); line-height: 1.2; letter-spacing: .015em; margin-top: 14px; }
.rl-treatment-overview > p { color: var(--rl-muted); font-size: 1.125rem; line-height: 1.65; margin-top: 22px; }
.rl-treatment-steps { list-style: none; margin-top: 28px; border-top: 1px solid var(--rl-line); }
.rl-treatment-steps li { padding: 16px 0; border-bottom: 1px solid var(--rl-line); display: grid; grid-template-columns: 28px 1fr; column-gap: 14px; }
.rl-treatment-steps .rl-step-number { color: var(--rl-accent); font-size: .8125rem; font-family: 'Montserrat',sans-serif; padding-top: 4px; }
.rl-treatment-steps strong { display: block; font-weight: 500; font-size: 1.125rem; }
.rl-treatment-steps p { color: var(--rl-muted); font-size: 1rem; line-height: 1.55; margin-top: 4px; }
.rl-booty .menu-card { width: 100%; max-width: none; padding: 28px; margin: 0; }
.rl-booking-heading { font-size: 1.5rem; letter-spacing: .015em; margin-bottom: 24px; }
.rl-booty .prow { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 0 0 22px; }
.rl-booty .pick { align-items: flex-start; gap: 12px; min-height: 48px; width: 100%; }
.rl-booty .tick { top: 3px; width: 24px; height: 24px; flex-basis: 24px; }
.rl-booty .tick::after { left: 8px; top: 4px; }
.rl-booty .rname { font-size: 1.25rem; line-height: 1.4; }
.rl-booty .rprice { margin-left: 36px; font-size: 1.0625rem; color: var(--rl-accent); white-space: normal; }
.rl-booty .rprice small { display: block; margin-top: 4px; font-family: 'Montserrat',sans-serif; color: var(--rl-muted); font-size: .75rem; letter-spacing: 0; }
.rl-booty .rdots { display: none; }
.rl-booty .ribbon[data-package] { display: flex; align-items: flex-start; flex-direction: column; text-align: left; gap: 12px; margin: 0; padding: 22px; border-color: #bca178; border-radius: 9px; background: #f4eee2; }
.rl-booty .ribbon[data-package] .rib-tag { padding: 0; background: none; color: var(--rl-accent); font-size: .75rem; letter-spacing: .13em; border-radius: 0; }
.rl-booty .ribbon[data-package] .rib-offer { font-size: 1.45rem; letter-spacing: .01em; text-transform: none; line-height: 1.3; }
.rl-package-detail { color: var(--rl-muted); font-size: 1rem; line-height: 1.4; }
.rl-package-price { font-family: 'Montserrat',sans-serif; font-size: 1rem; color: var(--rl-ink); }
.rl-package-action { font-family: 'Montserrat',sans-serif; font-size: .875rem; color: var(--rl-accent); padding-top: 12px; border-top: 1px solid #d8c7ac; width: 100%; }
.rl-booty .ribbon[data-package][aria-pressed="true"] { border-color: var(--rl-accent); box-shadow: inset 0 0 0 1px var(--rl-accent); background: #eee5d5; }
.rl-consultation { border-top: 1px solid var(--rl-line); padding-top: 20px; margin-top: 24px; color: var(--rl-muted); font-size: 1rem; line-height: 1.5; }
.rl-consultation strong { display: block; color: var(--rl-ink); font-weight: 500; }
.rl-booty .rl-consultation a { display: inline-flex; align-items: center; min-height: 44px; color: var(--rl-accent); text-underline-offset: 4px; }
.rl-refined .rl-skip { position: fixed; left: 16px; top: -100px; padding: 12px 20px; background: var(--porcelain); color: var(--rl-ink); z-index: 150; border-radius: 8px; }
.rl-refined .rl-skip:focus { top: 12px; }

@media (max-width: 1080px) {
  .rl-refined .nav-links { display: none; }
  .rl-refined .nav-toggle { display: flex; }
  .rl-refined .nav .rl-cta-more { display: none; }
  .rl-refined .nav .brand { margin-right: auto; min-width: 0; }
  .rl-refined .mobile-open .nav-links { display: flex; position: absolute; top: 100%; left: 0; right: 0; width: 100%; flex-direction: column; align-items: stretch; gap: 0; background: var(--porcelain); padding: 12px 24px 20px; border-bottom: 1px solid var(--rl-line); box-shadow: var(--shadow); max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px); overflow-y: auto; overscroll-behavior: contain; }
  .rl-refined .mobile-open .nav-links > li, .rl-refined .mobile-open .nav-has-menu { display: block; width: 100%; }
  .rl-refined .mobile-open .nav-links a { display: flex; align-items: center; width: 100%; min-height: 48px; padding: 12px; font-size: 1rem; letter-spacing: .01em; line-height: 1.4; text-align: left; }
  .rl-refined .mobile-open .nav-links a::after, .rl-refined .mobile-open .nav-links a.active::before { display: none !important; }
  .rl-refined .mobile-open .nav .rl-navmenu { display: grid !important; position: static; transform: none; opacity: 1; visibility: visible; width: 100%; max-width: none; box-shadow: none; border: 0; border-left: 1px solid var(--rl-line); border-radius: 0; margin: 0 0 8px 12px; padding: 0 0 0 10px; gap: 0; background: none; }
  .rl-refined .mobile-open .nav .rl-navmenu-item { font-size: .875rem; padding: 10px 12px; }
  .rl-refined .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .rl-refined .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .rl-refined .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 760px) {
  .rl-refined .section, .rl-refined .section.tight { padding: 52px 0; }
  .rl-refined .wrap { padding-left: 20px; padding-right: 20px; }
  .rl-refined .nav { padding: 8px 16px; min-height: 68px; gap: 6px; }
  .rl-refined .nav .brand svg, .rl-refined .nav .brand img { width: clamp(90px,27vw,132px); height: auto; }
  .rl-refined .nav-cta { flex-shrink: 0; }
  .rl-refined .nav .nav-cta .btn-gold { padding: 10px 12px !important; gap: 6px; }
  .rl-refined .mobile-open .nav-links { max-height: calc(100dvh - 68px); padding-left: 12px; padding-right: 24px; }
  .rl-refined .pagehero { padding: 56px 20px; }
  .rl-refined .pagehero h1 { font-size: clamp(1.9rem,7.6vw,3rem); overflow-wrap: anywhere; }
  .rl-refined .pagehero.photo { min-height: 390px; }
  .rl-refined .pagehero.photo .inner { padding: 26px 20px 34px; }
  .rl-refined .hero-inner { min-height: 620px; min-height: 80svh; padding-top: 36px; padding-bottom: 36px; }
  .rl-refined .hero-card { width: 100%; max-width: 500px; }
  .rl-refined .hero-card.frame { background: rgba(248,246,241,.92) !important; box-shadow: var(--shadow-soft); }
  .rl-refined .hero-card h1 { font-size: clamp(2rem,8.5vw,3rem); letter-spacing: .015em; overflow-wrap: anywhere; }
  .rl-refined .hero-actions { display: grid; width: 100%; gap: 10px; }
  .rl-refined .hero-actions .btn { width: 100%; }
  .rl-refined .menu-card { padding: 24px 20px; }
  .rl-refined .prow { align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; padding: 16px 0; }
  .rl-refined .pick { flex: 1 1 180px; min-width: 0; min-height: 44px; align-items: flex-start; }
  .rl-refined .rname { overflow-wrap: anywhere; }
  .rl-refined .rdots { display: none; }
  .rl-refined .rprice { margin-left: auto; white-space: normal; }
  .rl-refined .ribbon { padding: 20px 16px; gap: 12px; }
  .rl-refined .rib-offer { font-size: 1.125rem; letter-spacing: .015em; }
  .rl-refined .rib-tag { font-size: .75rem; letter-spacing: .1em; }
  .rl-refined .svc-filter { position: relative; top: auto; }
  .rl-refined .svc-filter .wrap { padding: 14px 20px; }
  .rl-refined .filter-search { min-width: 0; flex-basis: 100%; }
  .rl-refined .chip-f { min-height: 44px; font-size: .8125rem; letter-spacing: 0; padding: 10px 14px; }
  .rl-refined .book-modal { padding: 0; align-items: flex-end; }
  .rl-refined .bm-card { border: 0; border-radius: 20px 20px 0 0; padding: 32px 20px calc(24px + env(safe-area-inset-bottom,0px)); max-width: 100%; max-height: 94vh; max-height: 94dvh; outline: none; }
  .rl-refined .bm-title { font-size: 1.65rem; padding: 0 18px; }
  .rl-refined .bm-grid { grid-template-columns: minmax(0,1fr); gap: 0; margin-bottom: 0; }
  .rl-refined .bm-send { margin-top: 14px; min-height: 52px; }
  .rl-refined .bt-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; padding: 0 20px; gap: 2px 12px; }
  .rl-refined .bt-count { font-size: .875rem; line-height: 1.4; white-space: normal; }
  .rl-refined .bt-count span { font-size: 1rem; }
  .rl-refined .bt-names { display: block; grid-column: 1; font-size: .875rem; line-height: 1.4; max-width: 100%; }
  .rl-refined .bt-go { grid-column: 2; grid-row: 1 / span 3; min-height: 48px; padding: 12px 16px; }
  .rl-refined .bt-clear { grid-column: 1; justify-self: start; min-height: 36px; padding: 5px 0; }
  .rl-refined .bt-go svg { display: none; }
  .rl-refined .wa-float { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom,0px)); box-shadow: var(--shadow); }
  .rl-refined .site-footer { padding: 48px 20px 30px; }
  .rl-refined .footer-grid { gap: 28px; }
  .rl-refined .footer-bottom { margin-top: 28px; }
  .rl-refined .footer-col a { min-height: 44px; }
  .rl-refined .cross-row { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .rl-refined .cross-link { justify-content: flex-start; border-radius: 8px; padding: 12px 16px; }
  .rl-refined .reveal { opacity: 1; transform: none; transition: none; }
  .rl-treatment-layout { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .rl-booty .pagehero.photo { min-height: 370px; }
  .rl-booty .pagehero.photo::after { background: linear-gradient(0deg,rgba(32,27,22,.86),rgba(32,27,22,.32)); }
  .rl-booty .pagehero h1 { max-width: 320px; }
  .rl-booty .pagehero .rl-hero-benefit { max-width: 310px; font-size: 1.125rem; }
  .rl-booty .rl-hero-price { margin-top: 12px; }
  .rl-booty .rl-treatment-section { padding-top: 36px; }
  .rl-booty .rl-treatment-overview { order: 2; }
  .rl-booty .menu-card { order: 1; padding: 24px 20px; }
  .rl-booty .prow { padding-top: 0; padding-bottom: 20px; }
  .rl-booty .pick { min-height: 0; }
  .rl-booty .rprice { margin-left: 36px; }
  .rl-booty .ribbon[data-package] { padding: 20px; }
}
@media (max-width: 360px) {
  .rl-refined .nav { padding-left: 12px; padding-right: 12px; gap: 3px; }
  .rl-refined .nav .nav-cta .btn-gold svg { display: none; }
  .rl-refined .wrap { padding-left: 16px; padding-right: 16px; }
  .rl-refined .bt-inner { padding-left: 16px; padding-right: 16px; gap: 4px 8px; }
  .rl-refined .bt-go { padding: 10px 12px; font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) {
  .rl-refined *, .rl-refined *::before, .rl-refined *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
