/* =========================================================
   LinDom Masseuse Profiles v0.4.2
   Frontend CSS — clean rebuild
   Scoped prefix: lmp-
   Notes:
   - No global header manipulation. The plugin must not touch Elementor header/menu.
   - Main profile content remains server-rendered; JS only enhances gallery/lightbox/schedule.
   ========================================================= */

.lmp-profile,
.lmp-profile * { box-sizing: border-box; }

.lmp-profile {
  --lmp-bg: #080204;
  --lmp-bg-2: #140006;
  --lmp-card: rgba(255,255,255,.055);
  --lmp-card-strong: rgba(255,255,255,.085);
  --lmp-text: #fff;
  --lmp-muted: rgba(255,255,255,.76);
  --lmp-soft: rgba(255,255,255,.56);
  --lmp-line: rgba(255,255,255,.14);
  --lmp-line-2: rgba(255,255,255,.22);
  --lmp-rose: #ebb6c8;
  --lmp-gold: #e5c06b;
  --lmp-radius: 28px;
  --lmp-shadow: 0 24px 80px rgba(0,0,0,.42);
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  color: var(--lmp-text);
  background: var(--lmp-bg);
  isolation: isolate;
}

.lmp-profile a { color: inherit; }
.lmp-profile p,
.lmp-profile figure { margin: 0; }
.lmp-profile [id] { scroll-margin-top: 126px; }

.lmp-container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.lmp-profile h1,
.lmp-profile h2,
.lmp-profile h3,
.lmp-profile h4 {
  margin: 0;
  color: #fff;
  line-height: 1.05;
}

.lmp-profile h1 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.06em;
}

.lmp-profile h2 {
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -0.045em;
}

.lmp-profile h3 {
  font-size: clamp(24px, 2.35vw, 34px);
  letter-spacing: -0.035em;
}

.lmp-profile h4 {
  font-size: 15px;
  letter-spacing: .02em;
}

.lmp-kicker,
.lmp-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--lmp-rose);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.lmp-card-kicker { color: var(--lmp-gold); }

.lmp-kicker::before,
.lmp-card-kicker::before {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
  opacity: .8;
}

.lmp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, border-color .2s ease, background-color .2s ease;
}

.lmp-btn:hover,
.lmp-btn:focus-visible {
  transform: translateY(-1px);
  opacity: .94;
}

.lmp-btn--primary {
  color: #170008 !important;
  background: linear-gradient(135deg, #f1c2cf 0%, #bf7a8e 100%);
  box-shadow: 0 14px 34px rgba(191,122,142,.25);
}

.lmp-btn--ghost {
  color: #fff !important;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.26);
}

.lmp-profile button:focus-visible,
.lmp-profile a:focus-visible {
  outline: 2px solid rgba(235,182,200,.95);
  outline-offset: 3px;
}

/* ===== HERO ===== */
.lmp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(760px, 92vh, 980px);
  background: var(--lmp-bg-2);
}

.lmp-hero-bg,
.lmp-hero-shade {
  position: absolute;
  inset: 0;
}

.lmp-hero-bg {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.lmp-hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 20%, rgba(193,76,141,.24), transparent 34%),
    linear-gradient(90deg, rgba(4,0,3,.96) 0%, rgba(24,0,12,.72) 50%, rgba(4,0,3,.92) 100%),
    linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.1) 42%, rgba(0,0,0,.84) 100%);
}

.lmp-hero-grid {
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(520px, 1.12fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(138px, 12vw, 196px);
  padding-bottom: clamp(64px, 7vw, 108px);
}

.lmp-hero-copy {
  min-width: 0;
}

.lmp-lead {
  max-width: 660px;
  margin-top: 20px;
  color: rgba(255,255,255,.88);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.62;
}

.lmp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lmp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  color: rgba(255,255,255,.9);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-decoration: none !important;
}

.lmp-pill--rating {
  border-color: rgba(229,192,107,.36);
  background: rgba(229,192,107,.085);
}

.lmp-stars {
  color: var(--lmp-gold);
  letter-spacing: .03em;
  text-shadow: 0 0 20px rgba(229,192,107,.22);
}

.lmp-stars--muted { opacity: .45; }

.lmp-flag-uk {
  width: 26px;
  height: auto;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.25);
}

.lmp-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  max-width: 720px;
  margin: 24px 0 0;
  padding: 0;
}

.lmp-facts div {
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(0,0,0,.22);
}

.lmp-facts dt {
  margin: 0 0 4px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900;
}

.lmp-facts dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.lmp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lmp-availability {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 14px;
  align-items: center;
  max-width: 720px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(229,192,107,.24);
  border-radius: 18px;
  background: rgba(229,192,107,.055);
}

.lmp-availability-label {
  color: var(--lmp-gold);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lmp-availability-days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lmp-day-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 850;
}

.lmp-day-chip.is-today {
  border-color: rgba(229,192,107,.55);
  color: #fff;
}

.lmp-availability-error {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  font-weight: 850;
}

/* ===== GALLERY ===== */
.lmp-gallery {
  min-width: 0;
}

.lmp-gallery-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
}

.lmp-gallery-head h2 {
  font-size: clamp(28px, 3vw, 44px);
}

.lmp-gallery-all {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(235,182,200,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.035);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.lmp-gallery-all::after {
  content: "↗";
  margin-left: 8px;
  opacity: .72;
  font-size: 12px;
}

.lmp-gallery-all:hover,
.lmp-gallery-all:focus-visible {
  background: rgba(255,255,255,.075);
  border-color: rgba(235,182,200,.42);
  transform: translateY(-1px);
}

.lmp-gallery-body {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(100px, 168px);
  gap: 18px;
  align-items: start;
}

.lmp-stage {
  position: relative;
  min-width: 0;
}

.lmp-main-photo {
  appearance: none;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.lmp-main-photo img,
.lmp-main-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5.25;
  object-fit: cover;
  border-radius: 24px;
  box-shadow:
    0 28px 74px rgba(0,0,0,.38),
    0 0 0 1px rgba(255,255,255,.06);
  transition: opacity .18s ease, transform .28s ease;
}

.lmp-main-photo:hover img {
  transform: translateY(-1px) scale(1.006);
  opacity: .96;
}

.lmp-gallery-nav,
.lmp-gallery-count {
  display: none;
}

.lmp-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 72px));
  gap: 12px;
  align-content: start;
  justify-content: start;
  padding-top: 2px;
}

.lmp-thumb {
  appearance: none;
  display: block;
  width: 72px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  opacity: .68;
  transition: opacity .18s ease, transform .18s ease;
}

.lmp-thumb:hover,
.lmp-thumb.is-active {
  opacity: 1;
  transform: translateY(-1px);
}

.lmp-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
  box-shadow: 0 10px 26px rgba(0,0,0,.20);
}

.lmp-thumb.is-active img {
  box-shadow:
    0 12px 32px rgba(0,0,0,.24),
    0 0 0 1px rgba(235,182,200,.58);
}

.lmp-thumb:nth-child(n+7) {
  display: none;
}

.lmp-noscript-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
  gap: 12px;
  margin-top: 16px;
}

.lmp-noscript-gallery img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

/* ===== SECTIONS ===== */
.lmp-section {
  position: relative;
  padding: clamp(68px, 8vw, 116px) 0;
}

.lmp-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 10%, rgba(183,117,135,.10), transparent 30%),
    radial-gradient(circle at 90% 60%, rgba(117,74,126,.10), transparent 32%);
  opacity: .85;
}

.lmp-section > .lmp-container {
  position: relative;
  z-index: 1;
}

.lmp-section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.lmp-character {
  background: linear-gradient(180deg, #090507 0%, #140006 100%);
}

.lmp-character-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: start;
}

.lmp-character-title {
  position: sticky;
  top: 120px;
}

.lmp-quote {
  margin-top: 24px !important;
  padding: 22px 24px;
  border-left: 2px solid var(--lmp-rose);
  border-radius: 0 18px 18px 0;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.055);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  font-style: italic;
}

.lmp-character-body {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--lmp-line);
  border-radius: var(--lmp-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(232,183,201,.12), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.lmp-character-body p {
  color: rgba(255,255,255,.84);
  font-size: 18px;
  line-height: 1.78;
}

.lmp-character-body p + p { margin-top: 17px; }

.lmp-programs {
  background: linear-gradient(180deg, #140006 0%, #090507 100%);
}

.lmp-boundary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 0 28px;
  padding: 20px 24px;
  border: 1px solid rgba(255,206,221,.34);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,206,221,.14), transparent 38%),
    linear-gradient(135deg, rgba(90,0,24,.52), rgba(28,5,13,.9));
}

.lmp-boundary strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}

.lmp-boundary span {
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.lmp-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.lmp-program-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--lmp-line);
  border-radius: var(--lmp-radius);
  box-shadow: 0 18px 60px rgba(0,0,0,.25);
}

.lmp-program-card--massage {
  background:
    radial-gradient(circle at 0% 0%, rgba(196,130,145,.16), transparent 34%),
    linear-gradient(180deg, rgba(63,25,24,.72), rgba(40,10,13,.82));
}

.lmp-program-card--domina {
  background:
    radial-gradient(circle at 100% 0%, rgba(117,87,255,.12), transparent 34%),
    linear-gradient(180deg, rgba(34,29,49,.72), rgba(18,14,29,.88));
}

.lmp-program-card--default {
  background:
    radial-gradient(circle at 100% 0%, rgba(235,182,200,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

.lmp-program-head p {
  margin-top: 14px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.65;
}

.lmp-price-list {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.13);
}

.lmp-price-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(0,0,0,.13);
}

.lmp-price-row span,
.lmp-price-row strong {
  color: #fff;
  font-weight: 950;
}

.lmp-price-row em {
  color: rgba(255,255,255,.58);
  font-style: normal;
  font-weight: 800;
}

.lmp-offers,
.lmp-extras {
  margin-top: 22px;
}

.lmp-offers h4,
.lmp-extras h4 {
  margin-bottom: 10px;
  color: rgba(255,255,255,.88);
}

.lmp-offers ul,
.lmp-extras ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lmp-offers ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 8px;
}

.lmp-offers li {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(229,192,107,.25);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(0,0,0,.10);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
  text-align: center;
}

.lmp-extras {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}

.lmp-extras ul {
  display: grid;
  gap: 8px;
}

.lmp-extras li {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,206,221,.26);
  background: rgba(255,206,221,.10);
}

.lmp-extras span,
.lmp-extras strong {
  color: #fff;
  font-weight: 950;
}

.lmp-extras em {
  color: rgba(255,255,255,.58);
  font-style: normal;
  font-weight: 800;
}

/* ===== COMMITMENTS ===== */
.lmp-commitments {
  margin-top: clamp(34px, 5vw, 62px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--lmp-line);
  border-radius: var(--lmp-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(235,182,200,.08), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.lmp-commitments-head {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(0,1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.lmp-commitments-head p:not(.lmp-kicker) {
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.65;
}

.lmp-commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}

.lmp-commitment {
  min-height: 136px;
  padding: 18px 18px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(0,0,0,.13);
}

.lmp-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lmp-status--yes { color: #cfffdf; background: rgba(40,150,80,.24); border-color: rgba(96,210,130,.36); }
.lmp-status--strong { color: #cfffdf; background: rgba(40,150,80,.24); border-color: rgba(96,210,130,.36); }
.lmp-status--surcharge { color: #ffe9a7; background: rgba(229,192,107,.16); border-color: rgba(229,192,107,.40); }
.lmp-status--ask { color: #ffe9a7; background: rgba(229,192,107,.14); border-color: rgba(229,192,107,.34); }
.lmp-status--limited { color: #ffe9d9; background: rgba(200,118,78,.14); border-color: rgba(222,146,92,.35); }
.lmp-status--no { color: #ffd1d8; background: rgba(210,70,88,.14); border-color: rgba(230,95,110,.35); }
.lmp-status--new { color: #ffe9a7; background: rgba(229,192,107,.14); border-color: rgba(229,192,107,.34); }

.lmp-commitment h3 {
  margin-bottom: 8px;
  font-size: 19px;
  letter-spacing: -.02em;
}

.lmp-commitment p {
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.55;
}

/* ===== REVIEWS / CONTACT ===== */
.lmp-reviews,
.lmp-contact {
  background: linear-gradient(180deg, #090507 0%, #140006 100%);
}

.lmp-review-box,
.lmp-contact-booking-box {
  border: 1px solid var(--lmp-line);
  border-radius: var(--lmp-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(235,182,200,.11), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.lmp-review-box {
  display: grid;
  grid-template-columns: 160px minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(22px,3vw,34px);
}

.lmp-review-score span {
  display: block;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.05em;
}

.lmp-review-score strong,
.lmp-review-score em {
  display: block;
  margin-top: 8px;
  font-style: normal;
}

.lmp-review-score em {
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 850;
}

.lmp-review-copy p:not(.lmp-kicker) {
  margin-top: 12px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.65;
}

.lmp-contact-booking-box {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(260px,.62fr);
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 3.4vw, 42px);
}

.lmp-contact-booking-box p:not(.lmp-kicker) {
  margin-top: 14px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.68;
}

.lmp-contact-actions {
  display: grid;
  gap: 10px;
}

.lmp-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.lmp-mini-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

/* ===== LIGHTBOX ===== */
.lmp-lightbox[hidden] { display: none !important; }

.lmp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lmp-lightbox-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(92vw, 980px);
  height: min(88vh, 860px);
}

.lmp-lightbox-frame img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(0,0,0,.42);
}

.lmp-lightbox-close,
.lmp-lightbox-prev,
.lmp-lightbox-next {
  appearance: none !important;
  display: grid !important;
  place-items: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(20,0,8,.58) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.32) !important;
  cursor: pointer;
}

.lmp-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  font-size: 22px;
}

.lmp-lightbox-prev,
.lmp-lightbox-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  font-size: 26px;
}

.lmp-lightbox-prev { left: 12px; }
.lmp-lightbox-next { right: 12px; }

.lmp-lightbox-count {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,.52);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
  font-weight: 900;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1180px) {
  .lmp-hero-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .lmp-gallery {
    margin-top: 30px;
  }

  .lmp-gallery-body {
    grid-template-columns: minmax(0,1fr);
  }

  .lmp-thumbs {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 4px 2px 8px;
    -webkit-overflow-scrolling: touch;
  }

  .lmp-thumb {
    flex: 0 0 64px;
    width: 64px;
  }

  .lmp-thumb:nth-child(n+7) {
    display: block;
  }

  .lmp-thumb img {
    aspect-ratio: 3 / 4;
  }

  .lmp-character-grid,
  .lmp-program-grid,
  .lmp-commitments-head,
  .lmp-contact-booking-box {
    grid-template-columns: 1fr;
  }

  .lmp-character-title {
    position: static;
  }

  .lmp-commitment-grid {
    grid-template-columns: 1fr;
  }

  .lmp-review-box {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .lmp-profile {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }

  .lmp-container {
    width: min(100% - 28px, 620px);
  }

  .lmp-hero {
    min-height: auto;
  }

  .lmp-hero-grid {
    display: block;
    width: min(100% - 28px, 620px);
    padding-top: 126px;
    padding-bottom: 42px;
    margin-inline: auto;
  }

  .lmp-hero-copy {
    padding: 22px 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(10,0,6,.34);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .lmp-profile h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: .99;
    letter-spacing: -0.058em;
  }

  .lmp-profile h2 {
    font-size: clamp(28px, 8.4vw, 38px);
  }

  .lmp-profile h3 {
    font-size: clamp(23px, 6.5vw, 30px);
  }

  .lmp-lead {
    font-size: 17px;
    line-height: 1.56;
  }

  .lmp-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lmp-pill {
    width: 100%;
    min-height: 48px;
  }

  .lmp-facts {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
  }

  .lmp-availability {
    display: block;
    padding: 16px 14px;
  }

  .lmp-availability-label {
    display: block;
    margin-bottom: 10px;
  }

  .lmp-availability-days {
    display: grid;
    gap: 8px;
  }

  .lmp-day-chip {
    justify-content: space-between;
    width: 100%;
  }

  .lmp-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lmp-gallery {
    margin-top: 30px;
  }

  .lmp-gallery-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lmp-gallery-all {
    justify-self: start;
    min-height: 40px;
    padding: 9px 15px;
  }

  .lmp-main-photo img,
  .lmp-main-img {
    aspect-ratio: 4 / 5;
    border-radius: 20px;
  }

  .lmp-thumb {
    flex-basis: 58px;
    width: 58px;
  }

  .lmp-thumb img {
    border-radius: 12px;
  }

  .lmp-section {
    padding: 50px 0;
  }

  .lmp-character-body,
  .lmp-program-card,
  .lmp-commitments,
  .lmp-review-box,
  .lmp-contact-booking-box {
    border-radius: 24px;
  }

  .lmp-character-body {
    padding: 24px 20px;
  }

  .lmp-character-body p {
    font-size: 17px;
    line-height: 1.66;
  }

  .lmp-quote {
    font-size: 18px;
    line-height: 1.55;
    padding: 18px;
  }

  .lmp-boundary {
    display: block;
    padding: 18px;
    border-radius: 20px;
  }

  .lmp-boundary strong {
    display: block;
    margin-bottom: 10px;
  }

  .lmp-program-grid {
    gap: 18px;
  }

  .lmp-program-card {
    padding: 22px 18px;
  }

  .lmp-program-head p {
    font-size: 16px;
    line-height: 1.6;
  }

  .lmp-price-row {
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: 0;
    padding: 14px 15px;
    border-radius: 16px;
  }

  .lmp-price-row em {
    grid-column: 1 / -1;
    font-size: 13px;
  }

  .lmp-offers ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lmp-offers li {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 16px;
  }

  .lmp-extras {
    padding: 12px;
  }

  .lmp-extras li {
    grid-template-columns: 1fr auto;
    border-radius: 18px;
  }

  .lmp-extras em {
    grid-column: 1 / -1;
  }

  .lmp-commitments {
    padding: 22px 18px;
  }

  .lmp-commitment {
    min-height: 0;
    padding: 18px;
  }

  .lmp-contact-booking-box {
    padding: 24px 18px;
  }

  .lmp-mini-links {
    justify-content: flex-start;
  }

  .lmp-lightbox {
    padding: 10px;
  }

  .lmp-lightbox-frame {
    width: 100%;
    height: 82vh;
  }

  .lmp-lightbox-close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }

  .lmp-lightbox-prev,
  .lmp-lightbox-next {
    top: auto;
    bottom: 18px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .lmp-lightbox-prev { left: calc(50% - 56px); }
  .lmp-lightbox-next { right: calc(50% - 56px); }
  .lmp-lightbox-count { bottom: 22px; }
}

@media (max-width: 380px) {
  .lmp-hero-grid {
    width: min(100% - 22px, 620px);
  }

  .lmp-profile h1 {
    font-size: clamp(32px, 10vw, 42px);
  }
}

/* =========================================================
   v0.4.2 — gallery hard reset + visible thumbnail rail
   Goal: remove inherited/global button/background weirdness and make previews actually usable.
   ========================================================= */
.lmp-profile .lmp-gallery,
.lmp-profile .lmp-gallery * {
  box-sizing: border-box !important;
}

.lmp-profile .lmp-gallery {
  max-width: 100% !important;
  min-width: 0 !important;
}

.lmp-profile .lmp-gallery-head {
  align-items: start !important;
  margin-bottom: 18px !important;
}

.lmp-profile button.lmp-gallery-all,
.lmp-profile .lmp-gallery-all {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(235,182,200,.34) !important;
  background: rgba(255,255,255,.055) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.lmp-profile button.lmp-gallery-all::before,
.lmp-profile button.lmp-gallery-all::after {
  background: none !important;
  box-shadow: none !important;
}

.lmp-profile .lmp-gallery-body {
  display: grid !important;
  grid-template-columns: minmax(340px, 460px) minmax(210px, 260px) !important;
  gap: 22px !important;
  align-items: start !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
}

.lmp-profile .lmp-stage {
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
}

.lmp-profile button.lmp-main-photo,
.lmp-profile .lmp-main-photo {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.lmp-profile button.lmp-main-photo::before,
.lmp-profile button.lmp-main-photo::after,
.lmp-profile .lmp-stage::before,
.lmp-profile .lmp-stage::after {
  content: none !important;
  display: none !important;
}

.lmp-profile .lmp-main-photo img,
.lmp-profile img.lmp-main-img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 5.15 !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  border: 0 !important;
  outline: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.38) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lmp-profile .lmp-thumbs {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 112px)) !important;
  gap: 14px !important;
  align-content: start !important;
  justify-content: start !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  min-width: 0 !important;
}

.lmp-profile button.lmp-thumb,
.lmp-profile .lmp-thumb {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  width: 112px !important;
  height: 146px !important;
  max-width: 112px !important;
  min-width: 112px !important;
  min-height: 146px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 17px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.035) !important;
  background-image: none !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.20) !important;
  opacity: .74 !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.lmp-profile button.lmp-thumb::before,
.lmp-profile button.lmp-thumb::after {
  content: none !important;
  display: none !important;
}

.lmp-profile .lmp-thumb:hover,
.lmp-profile .lmp-thumb.is-active {
  opacity: 1 !important;
  transform: translateY(-1px) !important;
}

.lmp-profile .lmp-thumb.is-active {
  border-color: rgba(235,182,200,.58) !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.24), 0 0 0 1px rgba(235,182,200,.38) !important;
}

.lmp-profile .lmp-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 16px !important;
  outline: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.lmp-profile .lmp-thumb:nth-child(n+7) {
  display: none !important;
}

/* Lightbox must not inherit huge Elementor button styles. */
.lmp-profile .lmp-lightbox button,
.lmp-profile .lmp-lightbox-close,
.lmp-profile .lmp-lightbox-prev,
.lmp-profile .lmp-lightbox-next {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  background: rgba(25,0,10,.62) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.30) !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.lmp-profile .lmp-lightbox button::before,
.lmp-profile .lmp-lightbox button::after {
  content: none !important;
  display: none !important;
}

.lmp-profile .lmp-lightbox-close { font-size: 22px !important; }
.lmp-profile .lmp-lightbox-prev,
.lmp-profile .lmp-lightbox-next { font-size: 28px !important; }

@media (max-width: 1180px) {
  .lmp-profile .lmp-gallery-body {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .lmp-profile .lmp-thumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 11px !important;
    padding: 2px 2px 8px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
  }

  .lmp-profile .lmp-thumb:nth-child(n+7) {
    display: block !important;
  }

  .lmp-profile button.lmp-thumb,
  .lmp-profile .lmp-thumb {
    flex: 0 0 92px !important;
    width: 92px !important;
    height: 122px !important;
    min-width: 92px !important;
    min-height: 122px !important;
    max-width: 92px !important;
  }
}

@media (max-width: 767px) {
  .lmp-profile .lmp-gallery {
    margin-top: 28px !important;
    padding: 0 !important;
  }

  .lmp-profile .lmp-gallery-head {
    display: block !important;
    margin-bottom: 16px !important;
  }

  .lmp-profile .lmp-gallery-all {
    margin-top: 10px !important;
    min-height: 42px !important;
    padding: 10px 16px !important;
    border-radius: 999px !important;
  }

  .lmp-profile .lmp-main-photo img,
  .lmp-profile img.lmp-main-img {
    aspect-ratio: 4 / 5.05 !important;
    border-radius: 20px !important;
    outline: 1px solid rgba(255,255,255,.08) !important;
    box-shadow: 0 18px 54px rgba(0,0,0,.35) !important;
  }

  .lmp-profile .lmp-thumbs {
    gap: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lmp-profile button.lmp-thumb,
  .lmp-profile .lmp-thumb {
    flex-basis: 82px !important;
    width: 82px !important;
    height: 108px !important;
    min-width: 82px !important;
    min-height: 108px !important;
    max-width: 82px !important;
    border-radius: 15px !important;
  }

  .lmp-profile .lmp-thumb img {
    border-radius: 14px !important;
  }
}
