/*
Theme Name: Erotic Massage Salon Budapest
Theme URI: https://example.com/
Author: Custom
Description: Installable responsive WordPress theme converted from the supplied WordPress files. Premium edge-to-edge layout with a soft pink luxury background system and upgraded masseuse profile pages.
Version: 1.8.9
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: erotic-massage-salon-budapest
*/

:root{
  --bg:#fff1f6;
  --bg-soft:#ffe6ef;
  --bg-blush:#ffd8e7;
  --surface:rgba(255,255,255,.78);
  --surface-solid:#fffafc;
  --dark:#241019;
  --dark-soft:#3c1a2a;
  --accent:#d94e8a;
  --accent-dark:#962c5d;
  --accent-soft:#ffe1ed;
  --gold:#b78a46;
  --muted:#765d68;
  --line:rgba(112,37,72,.14);
  --white:#fff;
  --shadow:0 26px 80px rgba(111,31,65,.14);
  --shadow-strong:0 34px 110px rgba(111,31,65,.22);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:16px;
  --edge-pad:clamp(18px,4.2vw,88px);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  min-width:320px;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,198,222,.62), transparent 30vw),
    radial-gradient(circle at 92% 8%, rgba(255,226,185,.42), transparent 28vw),
    linear-gradient(180deg,#fff7fa 0%,var(--bg) 42%,#fff9fb 100%);
  color:var(--dark);
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  line-height:1.66;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul{list-style:none}
::selection{background:var(--accent);color:#fff}

.container{
  width:100%;
  max-width:none;
  padding-inline:var(--edge-pad);
  margin:0 auto;
}
.section{
  position:relative;
  width:100%;
  padding-block:clamp(54px,6vw,110px);
}
.section-soft{
  background:
    linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,225,237,.76)),
    var(--bg-soft);
  border-block:1px solid var(--line);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
.section-soft:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 12% 20%,rgba(217,78,138,.11),transparent 28%),radial-gradient(circle at 86% 68%,rgba(183,138,70,.10),transparent 26%);
}
.section-soft>.container{position:relative;z-index:1}

.eyebrow{
  color:var(--accent-dark);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.72rem;
  font-weight:900;
  margin-bottom:12px;
}
h1,h2,h3{
  font-family:'Cormorant Garamond',Georgia,serif;
  color:var(--dark);
  line-height:.98;
  letter-spacing:-.04em;
}
h1{font-size:clamp(3.25rem,7.4vw,8.4rem);max-width:1080px}
h2{font-size:clamp(2.35rem,4.6vw,5.15rem);margin-bottom:14px}
h3{font-size:clamp(1.35rem,2.15vw,2.15rem);margin-bottom:10px}
p{color:var(--muted);font-size:1rem}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  padding:13px 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:.73rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  white-space:nowrap;
  cursor:pointer;
}
.btn-primary{
  background:linear-gradient(135deg,var(--dark),#4b1b31);
  color:var(--white);
  box-shadow:0 17px 42px rgba(36,16,25,.22);
}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 24px 55px rgba(36,16,25,.28)}
.btn-accent{
  background:linear-gradient(135deg,var(--accent),#ef73a8);
  color:var(--white);
  box-shadow:0 17px 42px rgba(217,78,138,.25);
}
.btn-accent:hover{background:linear-gradient(135deg,var(--accent-dark),var(--accent));transform:translateY(-3px);box-shadow:0 24px 55px rgba(217,78,138,.32)}
.btn-outline{
  border-color:rgba(150,44,93,.2);
  background:rgba(255,255,255,.62);
  color:var(--dark-soft);
  backdrop-filter:blur(14px);
}
.btn-outline:hover{border-color:var(--accent);color:var(--accent-dark);transform:translateY(-3px);box-shadow:0 16px 36px rgba(111,31,65,.13)}

.topbar{
  background:linear-gradient(90deg,#241019,#53203b 48%,#241019);
  color:rgba(255,255,255,.77);
  font-size:.78rem;
}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topbar strong{color:#fff}
.topbar a{color:#fff}

header.site-header{
  position:sticky;
  top:0;
  z-index:40;
  background:rgba(255,244,248,.78);
  backdrop-filter:blur(22px);
  border-bottom:1px solid rgba(112,37,72,.12);
  box-shadow:0 16px 42px rgba(111,31,65,.07);
}
.navbar{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:flex;align-items:center;gap:13px;min-width:clamp(285px,22vw,360px)}
.logo-mark{
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--accent),var(--dark));
  color:#fff;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.55rem;
  box-shadow:0 16px 36px rgba(217,78,138,.25), inset 0 1px 0 rgba(255,255,255,.34);
}
.logo-text strong{display:block;font-family:'Cormorant Garamond',serif;font-size:clamp(1.08rem,1.18vw,1.34rem);line-height:1;color:var(--dark);white-space:nowrap}
.logo-text span{display:block;margin-top:3px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.main-nav ul{display:flex;align-items:center;gap:clamp(14px,1.5vw,26px);flex-wrap:wrap}
.main-nav a{position:relative;color:var(--dark-soft);font-size:.73rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:999px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:.22s ease}
.main-nav a:hover{color:var(--accent-dark)}
.main-nav a:hover:after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.76);font-size:1.35rem;color:var(--dark)}

.hero{
  width:100%;
  padding:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 15%,rgba(255,218,232,.92),transparent 32%),
    linear-gradient(120deg,#fff9fb 0%,#fff0f6 48%,#ffe3ee 100%);
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  min-height:clamp(630px,calc(100svh - 122px),860px);
  align-items:stretch;
}
.hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(42px,6.5vw,112px) var(--edge-pad);
}
.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.82rem;margin-bottom:22px}
.breadcrumb a{color:var(--accent-dark);font-weight:900}
.hero-copy p{max-width:780px;margin-top:22px;color:#694d5a;font-size:clamp(1.06rem,1.32vw,1.28rem)}
.hero-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:28px}
.hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.badge{
  display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;
  border:1px solid rgba(217,78,138,.18);
  background:rgba(255,255,255,.62);
  color:var(--dark-soft);
  font-size:.76rem;font-weight:900;
  box-shadow:0 10px 26px rgba(111,31,65,.06);
  backdrop-filter:blur(12px);
}
.hero-visual{
  position:relative;
  min-height:inherit;
  background:
    linear-gradient(180deg,rgba(36,16,25,.05),rgba(36,16,25,.48)),
    var(--hero-img, url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?auto=format&fit=crop&w=1800&q=88')) center/cover;
  clip-path:polygon(7% 0,100% 0,100% 100%,0 100%);
}
.hero-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,241,246,.18),transparent 34%),radial-gradient(circle at 20% 25%,rgba(255,255,255,.28),transparent 22%);
}
.hero-panel{
  position:absolute;
  left:clamp(22px,4vw,72px);
  right:clamp(22px,4vw,72px);
  bottom:clamp(22px,4vw,72px);
  padding:clamp(22px,2.6vw,34px);
  border-radius:30px;
  background:rgba(255,250,252,.82);
  border:1px solid rgba(255,255,255,.72);
  backdrop-filter:blur(22px);
  box-shadow:0 28px 80px rgba(36,16,25,.22);
}
.hero-panel strong{display:block;font-family:'Cormorant Garamond',serif;font-size:clamp(1.65rem,2.4vw,2.55rem);line-height:1;margin-bottom:7px;color:var(--dark)}

.intro-grid,.cta-grid,.split-grid{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:clamp(24px,3.6vw,70px);align-items:center}
.content-card,.card,.booking-card,.partner-card,.notice-card{
  padding:clamp(24px,3.2vw,46px);
  border:1px solid rgba(255,255,255,.74);
  border-radius:var(--radius-lg);
  background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,246,250,.70));
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.content-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-strong)}
.image-card{
  min-height:clamp(390px,42vw,680px);
  border-radius:var(--radius-xl);
  overflow:hidden;
  box-shadow:var(--shadow-strong);
  background:
    linear-gradient(180deg,rgba(36,16,25,.05),rgba(36,16,25,.36)),
    var(--card-img,url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=1400&q=88')) center/cover;
  border:1px solid rgba(255,255,255,.62);
}
.tick-list{display:grid;gap:10px;margin-top:20px}
.tick-list li{display:flex;gap:11px;align-items:flex-start;color:var(--dark-soft);font-weight:800}
.tick-list li:before{
  content:'✓';flex:0 0 auto;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--accent-soft),#fff);
  color:var(--accent-dark);font-size:.72rem;font-weight:900;margin-top:2px;border:1px solid rgba(217,78,138,.16)
}
.section-head{max-width:1040px;margin:0 auto clamp(24px,3vw,44px);text-align:center}
.section-head p{max-width:760px;margin-inline:auto}

.grid-3,.therapy-grid,.masseuse-grid,.partner-grid,.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.1vw,32px)}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.1vw,32px)}
.therapy-card,.masseuse-card,.post-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:var(--radius-lg);
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,245,249,.78));
  box-shadow:var(--shadow);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.therapy-card:hover,.masseuse-card:hover,.post-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-strong);border-color:rgba(217,78,138,.24)}
.therapy-img,.masseuse-img,.post-thumb{height:clamp(240px,26vw,430px);background-size:cover;background-position:center;background-color:#f2d9e3;position:relative}
.therapy-body,.masseuse-body,.post-body{padding:clamp(20px,2.2vw,30px)}
.therapy-meta,.profile-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:18px 0}
.therapy-meta span,.profile-meta span{
  display:grid;gap:2px;padding:11px 9px;border:1px solid rgba(217,78,138,.13);border-radius:15px;
  background:rgba(255,241,246,.78);text-align:center;color:var(--dark);font-size:.82rem;font-weight:900;
}
.therapy-meta small,.profile-meta small{color:var(--muted);font-size:.59rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}

.masseuse-img-link{display:block;color:inherit;text-decoration:none;overflow:hidden}
.masseuse-img{display:block;transition:transform .28s ease, filter .28s ease}
.masseuse-card:hover .masseuse-img{transform:scale(1.035);filter:saturate(1.04)}
.profile-view-badge{
  position:absolute;right:16px;bottom:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;
  min-height:34px;padding:8px 13px;border-radius:999px;background:rgba(255,250,252,.92);color:var(--accent-dark);
  border:1px solid rgba(255,255,255,.78);box-shadow:0 14px 34px rgba(36,16,25,.18);
  font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(14px);
}
.masseuse-body h3 a{color:inherit;text-decoration:none;transition:color .2s ease}
.masseuse-body h3 a:hover{color:var(--accent-dark)}
.masseuse-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
.masseuse-actions .btn{width:100%;min-height:46px;padding-inline:14px;text-align:center}

.faq-wrap{max-width:1080px;margin:0 auto;display:grid;gap:14px}
.faq-wrap details{
  border:1px solid rgba(255,255,255,.76);
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.76);
  padding:21px 24px;
  box-shadow:0 18px 46px rgba(111,31,65,.08);
  backdrop-filter:blur(16px);
}
.faq-wrap summary{font-weight:900;cursor:pointer;color:var(--dark-soft)}
.faq-wrap p{margin-top:10px}

.form-grid{display:grid;gap:14px}
.form-grid input,.form-grid textarea,.form-grid select,.booking-card input,.booking-card textarea,.booking-card select{
  width:100%;border:1px solid rgba(150,44,93,.17);border-radius:17px;padding:14px 16px;
  background:rgba(255,255,255,.82);color:var(--dark);font:inherit;outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus,.booking-card input:focus,.booking-card textarea:focus,.booking-card select:focus{
  border-color:rgba(217,78,138,.58);box-shadow:0 0 0 4px rgba(217,78,138,.11);background:#fff;
}
.form-grid textarea,.booking-card textarea{min-height:140px;resize:vertical}
.alert{padding:15px 17px;border-radius:16px;margin-bottom:18px;font-weight:900}
.alert-ok{background:#e8f6ed;color:#1e6b39}
.alert-error{background:#ffeaea;color:#8a1f1f}

.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;grid-template-columns:repeat(3,1fr);background:rgba(255,247,250,.92);border-top:1px solid var(--line);box-shadow:0 -12px 36px rgba(111,31,65,.14);backdrop-filter:blur(18px)}
.mobile-cta a{padding:13px 8px;text-align:center;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:var(--dark-soft)}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:70;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:900;box-shadow:0 18px 44px rgba(0,0,0,.2)}

.site-footer{background:linear-gradient(145deg,#241019,#3b1729 58%,#241019);color:#fff;padding-block:56px 28px}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:clamp(22px,2.8vw,42px)}
.site-footer h3{color:#fff;font-size:1.48rem}
.site-footer p,.site-footer li,.copyright{color:rgba(255,255,255,.70)}
.site-footer li+li{margin-top:8px}
.site-footer a:hover{color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.13);margin-top:34px;padding-top:20px;display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap}

.page-content{width:100%;max-width:1180px;margin:0 auto}
.page-content>*+*{margin-top:19px}
.wp-caption,.aligncenter{margin-inline:auto}
.notice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-tile{min-height:280px;border-radius:24px;background:linear-gradient(180deg,rgba(36,16,25,.04),rgba(36,16,25,.32)),url('https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=1000&q=88') center/cover;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.62)}
.legal-note{margin-top:18px;padding:15px 17px;border-radius:18px;background:rgba(255,225,237,.22);color:rgba(255,255,255,.82);font-weight:800;border:1px solid rgba(255,255,255,.16)}
.content-card .legal-note,.card .legal-note,.booking-card .legal-note{background:var(--accent-soft);color:var(--dark-soft);border-color:rgba(217,78,138,.15)}
.admin-note{font-size:.9rem;color:var(--muted)}



/* Premium single masseuse profile page */
.profile-hero-section{
  position:relative;
  overflow:hidden;
  padding:clamp(22px,3.4vw,56px) 0 clamp(30px,4.4vw,72px);
  background:
    radial-gradient(circle at 12% 2%,rgba(217,78,138,.20),transparent 32vw),
    radial-gradient(circle at 92% 12%,rgba(255,226,185,.45),transparent 30vw),
    linear-gradient(140deg,#fff9fb 0%,#fff1f6 52%,#ffe3ee 100%);
  border-bottom:1px solid var(--line);
}
.profile-hero-section:before{
  content:"";
  position:absolute;
  inset:auto -8% -40% -8%;
  height:55%;
  background:linear-gradient(90deg,rgba(36,16,25,.08),rgba(150,44,93,.08),rgba(36,16,25,.08));
  filter:blur(70px);
  pointer-events:none;
}
.profile-breadcrumb{position:relative;z-index:1;margin-bottom:20px}
.profile-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(250px,.42fr) minmax(360px,.82fr) minmax(280px,.46fr);
  gap:clamp(18px,2.1vw,30px);
  align-items:stretch;
}
.profile-photo-card,.profile-intro-card,.profile-summary-card,.profile-panel{
  border:1px solid rgba(255,255,255,.74);
  background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(255,245,249,.72));
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.profile-photo-card{
  overflow:hidden;
  border-radius:28px;
  padding:14px;
}
.profile-photo{
  position:relative;
  min-height:clamp(360px,38vw,520px);
  border-radius:22px;
  background-size:cover;
  background-position:center;
  background-color:#f2d9e3;
  overflow:hidden;
}
.profile-verified{
  position:absolute;
  right:16px;
  top:16px;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--accent),#ef73a8);
  color:#fff;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 14px 34px rgba(217,78,138,.28);
}
.profile-thumb-row{display:flex;gap:10px;margin-top:10px}
.profile-thumb{
  width:58px;
  height:58px;
  border-radius:16px;
  background-size:cover;
  background-position:center;
  border:2px solid rgba(217,78,138,.24);
  box-shadow:0 10px 24px rgba(111,31,65,.12);
}
.profile-intro-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
  padding:clamp(28px,4vw,56px);
  border-radius:28px;
}
.profile-intro-card h1{
  max-width:none;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:clamp(3rem,6vw,6.4rem);
  line-height:.9;
  letter-spacing:-.075em;
  margin-bottom:18px;
}
.profile-agency-pill{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(36,16,25,.07);
  border:1px solid rgba(150,44,93,.14);
  color:var(--dark-soft);
  font-size:.78rem;
  font-weight:900;
  margin-bottom:22px;
}
.profile-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.profile-stats div,.profile-overview-grid div,.profile-availability-box{
  border:1px solid rgba(217,78,138,.13);
  border-radius:18px;
  background:rgba(255,255,255,.64);
  box-shadow:0 14px 34px rgba(111,31,65,.06);
}
.profile-stats div{padding:17px 16px}
.profile-stats strong{
  display:block;
  color:var(--dark);
  font-size:clamp(1.1rem,1.35vw,1.45rem);
  line-height:1.1;
}
.profile-stats span,.profile-overview-grid small,.profile-availability-box small,.profile-summary-card dt,.profile-quick-card dt{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.profile-service-chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.profile-service-chips span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 13px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff5d6,#ffe1ed);
  border:1px solid rgba(183,138,70,.28);
  color:#5a2a12;
  font-size:.72rem;
  font-weight:900;
  box-shadow:0 10px 22px rgba(183,138,70,.10);
}
.profile-service-chips-large span{min-height:38px;padding:9px 15px}
.profile-summary-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:20px;
  border-radius:28px;
  padding:clamp(24px,3vw,40px);
  background:linear-gradient(145deg,rgba(36,16,25,.96),rgba(83,32,59,.90));
  color:#fff;
  border-color:rgba(255,255,255,.14);
  box-shadow:0 30px 86px rgba(36,16,25,.22);
}
.profile-summary-title{display:flex;align-items:center;gap:14px}
.profile-summary-title>span{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--accent),#ef73a8);
  color:#fff;
  box-shadow:0 16px 36px rgba(217,78,138,.28);
}
.profile-summary-title strong{display:block;color:#fff;font-size:1.1rem;line-height:1.2}
.profile-summary-title small{display:block;margin-top:4px;color:rgba(255,255,255,.66);font-size:.8rem;font-weight:700}
.profile-summary-card dl,.profile-quick-card dl{display:grid;gap:10px}
.profile-summary-card dl div,.profile-quick-card dl div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.profile-summary-card dt{margin:0;color:rgba(255,255,255,.52)}
.profile-summary-card dd{margin:0;color:#fff;text-align:right;font-weight:900}
.profile-summary-card .btn{width:100%}

.profile-detail-section{
  background:
    radial-gradient(circle at 4% 15%,rgba(255,216,231,.72),transparent 28vw),
    linear-gradient(180deg,#fff9fb 0%,var(--bg) 100%);
}
.profile-detail-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:clamp(18px,2.4vw,34px);
  max-width:1180px;
  align-items:start;
}
.profile-detail-main{display:grid;gap:18px}
.profile-panel{
  border-radius:24px;
  padding:clamp(22px,2.4vw,34px);
}
.profile-panel-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}
.profile-panel-head span{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff1b7,#ef73a8);
  color:var(--dark);
  font-size:.72rem;
  font-weight:900;
  box-shadow:0 12px 26px rgba(183,138,70,.14);
}
.profile-panel h2{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:clamp(1.2rem,1.6vw,1.65rem);
  letter-spacing:-.03em;
  color:var(--accent-dark);
}
.profile-overview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.profile-overview-grid div{padding:18px 16px}
.profile-overview-grid strong,.profile-availability-box strong{
  display:block;
  color:var(--dark);
  font-size:.98rem;
  line-height:1.25;
  margin-top:6px;
}
.profile-availability-box{padding:19px 18px}
.profile-content{color:var(--dark-soft)}
.profile-content>*+*{margin-top:16px}
.profile-content p{color:#4d3340;font-size:1.02rem;line-height:1.78}
.profile-detail-aside{position:sticky;top:112px}
.profile-quick-card{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,246,250,.82))}
.profile-quick-card h2{margin-bottom:18px;color:var(--accent-dark)}
.profile-quick-card dl{margin-bottom:20px}
.profile-quick-card dl div{border-bottom-color:rgba(217,78,138,.13)}
.profile-quick-card dt{margin:0}
.profile-quick-card dd{margin:0;color:var(--dark);font-weight:900;text-align:right}
.profile-quick-card .btn{width:100%}

@media(max-width:1120px){
  .profile-hero-grid,.profile-detail-grid{grid-template-columns:1fr}
  .profile-summary-card{min-height:auto}
  .profile-detail-aside{position:static}
  .main-nav{display:none}
  .main-nav ul{align-items:flex-start}
  .menu-toggle{display:block}
  .grid-3,.grid-4,.therapy-grid,.masseuse-grid,.partner-grid,.post-grid,.notice-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}
  .hero-grid,.intro-grid,.cta-grid,.split-grid{grid-template-columns:1fr}
  .hero-grid{min-height:auto}
  .hero-visual{min-height:440px;order:-1;clip-path:none}
  .main-nav[style*="block"]{position:absolute;left:var(--edge-pad);right:var(--edge-pad);top:calc(100% + 10px);display:block!important;padding:22px;border:1px solid rgba(255,255,255,.78);border-radius:24px;background:rgba(255,248,251,.96);box-shadow:var(--shadow);backdrop-filter:blur(20px)}
  .main-nav[style*="block"] ul{display:grid;gap:14px}
}
@media(max-width:680px){
  .profile-hero-section{padding-top:18px}
  .profile-hero-grid{gap:14px}
  .profile-photo-card,.profile-intro-card,.profile-summary-card,.profile-panel{border-radius:20px}
  .profile-photo{min-height:360px}
  .profile-intro-card{padding:24px 20px}
  .profile-stats,.profile-overview-grid{grid-template-columns:1fr}
  .profile-summary-card dl div,.profile-quick-card dl div{display:grid;gap:3px}
  .profile-summary-card dd,.profile-quick-card dd{text-align:left}
  body{padding-bottom:54px}
  .topbar{display:none}
  .navbar{min-height:70px}
  .logo{min-width:0}
  .logo-text span{display:none}
  .nav-actions .btn-primary{display:none}
  .container{padding-inline:16px}
  .hero-copy{padding:34px 16px 42px}
  .hero-visual{min-height:330px}
  .section{padding-block:42px}
  .grid-3,.grid-4,.therapy-grid,.masseuse-grid,.partner-grid,.post-grid,.notice-grid,.footer-grid,.gallery-grid{grid-template-columns:1fr}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .content-card,.card,.booking-card{padding:22px}
  .mobile-cta{display:grid}
  .whatsapp-float{bottom:72px;right:16px;width:56px;height:56px}
  .therapy-meta,.profile-meta{grid-template-columns:1fr}

  .masseuse-actions{grid-template-columns:1fr}
}


/* Profile admin-driven stats/services additions */
.profile-overview-grid-wide{
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
}
.profile-service-rows{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
}
.profile-service-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:48px;
  padding:12px 14px;
  border:1px solid rgba(217,78,138,.13);
  border-radius:16px;
  background:rgba(255,255,255,.66);
  box-shadow:0 12px 26px rgba(111,31,65,.06);
}
.profile-service-row span{
  color:var(--dark-soft);
  font-weight:800;
  line-height:1.25;
}
.profile-service-row strong{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.profile-service-row strong.is-yes{
  color:#fff;
  background:linear-gradient(135deg,var(--accent),#ef73a8);
  box-shadow:0 10px 22px rgba(217,78,138,.18);
}
.profile-service-row strong.is-no{
  color:var(--muted);
  background:rgba(36,16,25,.06);
  border:1px solid rgba(112,37,72,.10);
}
@media(max-width:680px){
  .profile-service-rows{grid-template-columns:1fr}
}


/* Compact premium single masseuse page with unlimited admin gallery */
.profile-compact-section{
  position:relative;
  padding:clamp(26px,3vw,46px) 0 clamp(54px,6vw,96px);
  background:
    radial-gradient(circle at 8% 0%,rgba(255,198,222,.52),transparent 28vw),
    radial-gradient(circle at 92% 12%,rgba(255,226,185,.32),transparent 24vw),
    linear-gradient(180deg,#fff8fb 0%,var(--bg) 50%,#fff9fb 100%);
}
.profile-compact-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(150,44,93,.06),transparent 24%,transparent 76%,rgba(217,78,138,.06));
}
.profile-compact-section>.container{position:relative;z-index:1}
.profile-compact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(330px,.72fr);
  gap:clamp(18px,2.4vw,34px);
  align-items:start;
}
.profile-gallery-shell{
  min-width:0;
}
.profile-gallery-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
  padding:clamp(20px,2.2vw,28px);
  border:1px solid rgba(255,255,255,.74);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,245,249,.76));
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.profile-gallery-header .eyebrow{margin-bottom:8px}
.profile-gallery-header h1{
  margin:0;
  max-width:none;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:clamp(2rem,4.1vw,4.6rem);
  line-height:.92;
  letter-spacing:-.075em;
  color:var(--dark);
}
.profile-gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-flow:dense;
  align-items:start;
  gap:clamp(12px,1.35vw,20px);
}
.profile-gallery-grid.gallery-count-1{grid-template-columns:1fr}
.profile-gallery-item{
  position:relative;
  display:block;
  min-height:0;
  aspect-ratio:var(--profile-image-ratio,1 / 1);
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(183,138,70,.30);
  background:linear-gradient(145deg,#fff6fa,#f2d9e3);
  box-shadow:0 22px 56px rgba(111,31,65,.14);
  transform:translateZ(0);
}
.profile-gallery-item.is-wide{
  grid-column:1/-1;
}
.profile-gallery-item.is-tall,
.profile-gallery-item.is-balanced{
  grid-column:auto;
}
.profile-gallery-grid.gallery-count-1 .profile-gallery-item{
  grid-column:1/-1;
}
.profile-gallery-item img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  transition:transform .42s ease, filter .42s ease;
}
.profile-gallery-item.is-tall img{
  object-position:center top;
}
.profile-gallery-item:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(36,16,25,0) 68%,rgba(36,16,25,.14));
  opacity:.56;
}
.profile-gallery-item:hover img{
  transform:scale(1.025);
  filter:saturate(1.04) contrast(1.01);
}
.profile-sidebar-compact{
  position:sticky;
  top:112px;
  display:grid;
  gap:14px;
  align-self:start;
}
.profile-side-card{
  border:1px solid rgba(255,255,255,.76);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,246,250,.80));
  box-shadow:0 20px 58px rgba(111,31,65,.12);
  padding:clamp(18px,1.7vw,24px);
  backdrop-filter:blur(18px);
}
.profile-main-card-compact{
  background:linear-gradient(145deg,rgba(36,16,25,.96),rgba(83,32,59,.92));
  color:#fff;
  border-color:rgba(255,255,255,.16);
  box-shadow:0 30px 82px rgba(36,16,25,.24);
}
.profile-main-card-compact .eyebrow{color:#ffc8dd;margin-bottom:10px}
.profile-main-card-compact h2{
  margin:0 0 8px;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:clamp(1.7rem,2.4vw,2.55rem);
  line-height:.96;
  letter-spacing:-.06em;
  color:#fff;
}
.profile-main-card-compact p{
  color:rgba(255,255,255,.76);
  font-size:.92rem;
  line-height:1.5;
  margin-bottom:14px;
}
.profile-main-card-compact .profile-agency-pill{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#fff;
  margin:0 0 16px;
}
.profile-booking-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.profile-booking-actions .btn{width:100%;min-height:46px;padding-inline:14px}
.profile-card-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}
.profile-card-title>span{
  width:32px;
  height:32px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff1b7,#ef73a8);
  color:var(--dark);
  font-size:.67rem;
  font-weight:900;
  box-shadow:0 10px 22px rgba(183,138,70,.14);
}
.profile-card-title h2{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:1.05rem;
  letter-spacing:-.025em;
  color:var(--accent-dark);
}
.profile-compact-details{
  display:grid;
  gap:0;
}
.profile-compact-details div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  border-bottom:1px dashed rgba(112,37,72,.14);
}
.profile-compact-details div:first-child{padding-top:0}
.profile-compact-details div:last-child{border-bottom:0;padding-bottom:0}
.profile-compact-details dt{
  margin:0;
  color:var(--muted);
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.profile-compact-details dd{
  margin:0;
  color:var(--dark);
  font-size:.88rem;
  font-weight:900;
  text-align:right;
}
.profile-service-chips-compact{
  gap:7px;
}
.profile-service-chips-compact span{
  min-height:30px;
  padding:7px 10px;
  font-size:.66rem;
  box-shadow:none;
}
.profile-service-rows-compact{
  grid-template-columns:1fr;
  gap:7px;
}
.profile-service-rows-compact .profile-service-row{
  min-height:38px;
  padding:8px 10px;
  border-radius:12px;
  box-shadow:none;
  background:rgba(255,255,255,.62);
}
.profile-service-rows-compact .profile-service-row span{
  font-size:.82rem;
}
.profile-service-rows-compact .profile-service-row strong{
  min-height:24px;
  padding:4px 8px;
  font-size:.6rem;
}
.profile-about-compact .profile-content p{
  font-size:.92rem;
  line-height:1.65;
}
.profile-about-compact .profile-content>*+*{margin-top:12px}

.profile-about-edge{
  margin-top:clamp(18px,2vw,28px);
  width:100%;
}
.profile-about-edge .profile-content{
  columns:1;
  max-width:none;
}
.profile-about-edge .profile-content p,
.profile-about-edge .profile-content li{
  font-size:1rem;
  line-height:1.8;
}
.profile-about-edge .profile-content>*+*{margin-top:14px}
@media(max-width:1120px){
  .profile-compact-layout{grid-template-columns:1fr}
  .profile-sidebar-compact{position:static;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .profile-main-card-compact{grid-column:1/-1}
}
@media(max-width:760px){
  .profile-compact-section{padding-top:18px}
  .profile-gallery-header{align-items:stretch;flex-direction:column;border-radius:20px;padding:18px}
  .profile-gallery-grid{
    display:flex;
    grid-template-columns:none;
    gap:14px;
    margin-inline:-16px;
    padding:0 16px 12px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:16px;
    -webkit-overflow-scrolling:touch;
  }
  .profile-gallery-grid::-webkit-scrollbar{height:7px}
  .profile-gallery-grid::-webkit-scrollbar-thumb{background:rgba(150,44,93,.24);border-radius:99px}
  .profile-gallery-item,
  .profile-gallery-item.is-wide,
  .profile-gallery-item.is-tall,
  .profile-gallery-item.is-balanced,
  .profile-gallery-grid.gallery-count-1 .profile-gallery-item{
    grid-column:auto;
    flex:0 0 min(86vw,420px);
    width:min(86vw,420px);
    aspect-ratio:var(--profile-image-ratio,4 / 5);
    border-radius:18px;
    max-height:76svh;
    scroll-snap-align:center;
  }
  .profile-gallery-item.is-wide{
    flex-basis:min(88vw,520px);
    width:min(88vw,520px);
  }
  .profile-sidebar-compact{grid-template-columns:1fr}
  .profile-side-card{border-radius:18px;padding:18px}
  .profile-about-edge{margin-top:14px;border-radius:18px}
  .profile-booking-actions{grid-template-columns:1fr}
  .profile-compact-details div{display:grid;gap:2px}
  .profile-compact-details dd{text-align:left}
}


/* Premium compact edge-to-edge page system */
body:not(.home) .hero-grid{min-height:clamp(390px,52svh,620px)}
body:not(.home) .hero-copy{padding-block:clamp(34px,5vw,78px)}
body:not(.home) .hero-panel{padding:clamp(18px,2.2vw,28px);border-radius:24px}
.premium-page-shell{background:linear-gradient(180deg,var(--page-soft,#fff1f6),#fff8fb 48%,#fff1f6)}
.premium-page-hero{background:radial-gradient(circle at 10% 0%,color-mix(in srgb,var(--page-accent,#d94e8a) 22%,transparent),transparent 32vw),radial-gradient(circle at 92% 10%,color-mix(in srgb,var(--page-gold,#b78a46) 22%,transparent),transparent 30vw),linear-gradient(135deg,#fffafb,var(--page-soft,#fff1f6))}
.premium-page-hero .hero-copy h1,.pricing-page-hero h1{font-size:clamp(2.4rem,5.8vw,6.4rem)}
.premium-page-hero .hero-copy p{max-width:820px}
.premium-page-visual{filter:saturate(1.03)}
.premium-hero-panel{border-color:rgba(255,255,255,.82);background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,241,246,.72))}
body:not(.home) .section{padding-block:clamp(42px,4.8vw,82px)}
body:not(.home) .content-card,body:not(.home) .booking-card,body:not(.home) .partner-card,body:not(.home) .notice-card{padding:clamp(20px,2.4vw,34px);border-radius:22px}
body:not(.home) .therapy-card,body:not(.home) .masseuse-card,body:not(.home) .post-card{border-radius:22px}
body:not(.home) .therapy-img,body:not(.home) .masseuse-img,body:not(.home) .post-thumb{height:clamp(220px,23vw,360px)}
body:not(.home) .section-soft{background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,232,241,.82)),var(--bg-soft)}

/* Pricing layout inspired by the supplied reference, rebuilt in the site palette */
.pricing-premium-section{position:relative;overflow:hidden;padding:clamp(46px,5.8vw,96px) 0;background:linear-gradient(180deg,#fff8fb 0%,#fff1f6 100%)}
.pricing-premium-front{background:radial-gradient(circle at 10% 0%,rgba(217,78,138,.16),transparent 32vw),linear-gradient(180deg,#fff8fb,#fff0f6)}
.pricing-premium-page{background:radial-gradient(circle at 86% 8%,rgba(183,138,70,.16),transparent 30vw),linear-gradient(180deg,#fff7fa,#fff1f6)}
.pricing-head{margin-bottom:clamp(24px,3vw,40px)}
.pricing-premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,28px)}
.pricing-premium-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;min-height:100%;padding:clamp(20px,2vw,30px);border-radius:24px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,#21101a,#3a192b 58%,#241019);color:#fff;box-shadow:0 28px 76px rgba(111,31,65,.20)}
.pricing-premium-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 0%,rgba(217,78,138,.28),transparent 38%),radial-gradient(circle at 8% 100%,rgba(183,138,70,.20),transparent 42%);pointer-events:none;opacity:.82}
.pricing-premium-card>*{position:relative;z-index:1}
.pricing-premium-card.featured{border-color:rgba(255,217,136,.36);box-shadow:0 32px 90px rgba(111,31,65,.28)}
.pricing-premium-card.addon{background:linear-gradient(145deg,#fffafc,#fff0f6);color:var(--dark);border-color:rgba(217,78,138,.15);box-shadow:var(--shadow)}
.pricing-premium-card.addon:before{opacity:.30}
.pricing-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.pricing-pill,.popular-ribbon{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;font-size:.66rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.pricing-pill{color:#fff;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16)}
.addon .pricing-pill{color:var(--accent-dark);background:var(--accent-soft);border-color:rgba(217,78,138,.16)}
.popular-ribbon{color:#241019;background:linear-gradient(135deg,#fff1b7,#f0bf5c);white-space:nowrap;box-shadow:0 12px 26px rgba(0,0,0,.14)}
.pricing-premium-card h3{margin:.45rem 0 0;color:inherit;font-family:'Cormorant Garamond',serif;font-size:clamp(1.45rem,2vw,2.15rem);line-height:1.03}
.pricing-premium-card p{color:rgba(255,255,255,.72);font-size:.93rem;line-height:1.62}
.pricing-premium-card.addon p{color:var(--muted)}
.pricing-included{display:grid;gap:10px;padding:14px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10)}
.addon .pricing-included{background:rgba(255,225,237,.42);border-color:rgba(217,78,138,.12)}
.pricing-included strong{color:#ffd77b;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}
.addon .pricing-included strong{color:var(--accent-dark)}
.pricing-included ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;list-style:none;margin:0;padding:0}
.pricing-included li{position:relative;padding-left:14px;color:rgba(255,255,255,.82);font-size:.82rem;font-weight:700}
.addon .pricing-included li{color:var(--dark-soft)}
.pricing-included li:before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:50%;background:#f0bf5c;box-shadow:0 0 0 3px rgba(240,191,92,.12)}
.pricing-table-wrap{overflow:auto;margin-top:auto}
.pricing-table{width:100%;border-collapse:collapse;min-width:360px}
.pricing-table th,.pricing-table td{padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.11);text-align:left;font-size:.84rem}
.pricing-table th{color:#ffd77b;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}
.pricing-table td{color:rgba(255,255,255,.88);font-weight:800}
.addon .pricing-table th{color:var(--accent-dark)}
.addon .pricing-table th,.addon .pricing-table td{border-bottom-color:rgba(112,37,72,.12)}
.addon .pricing-table td{color:var(--dark)}
.pricing-note{margin-top:2px;padding:10px 12px;border-radius:14px;text-align:center;color:#ffe8a6;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);font-size:.75rem;font-weight:900}
.addon .pricing-note{color:var(--accent-dark);background:var(--accent-soft);border-color:rgba(217,78,138,.13)}
.pricing-bottom-cta{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-top:clamp(22px,2.4vw,34px)}
.pricing-page-hero{padding:clamp(34px,5vw,76px) 0;background:linear-gradient(135deg,#fff8fb,#fff1f6)}
.pricing-page-hero .breadcrumb{margin-bottom:18px}
.premium-page-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:clamp(18px,3vw,44px);align-items:end}
.premium-page-hero-inner p{max-width:860px;color:#694d5a;font-size:clamp(1rem,1.22vw,1.18rem)}
.premium-page-hero-inner .premium-hero-panel{padding:22px;border-radius:24px;box-shadow:var(--shadow)}
.premium-page-hero-inner .premium-hero-panel strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.8rem;line-height:1;color:var(--accent-dark);margin-bottom:8px}

/* Related profiles on single masseuse pages */
.experience-like-section{position:relative;overflow:hidden;padding:clamp(44px,5vw,86px) 0;background:radial-gradient(circle at 8% 12%,rgba(217,78,138,.14),transparent 32vw),linear-gradient(180deg,#fff8fb,#fff1f6)}
.experience-like-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.6vw,24px)}
.experience-like-card{overflow:hidden;border-radius:22px;border:1px solid rgba(255,255,255,.74);background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,246,250,.82));box-shadow:0 22px 58px rgba(111,31,65,.13);transition:transform .24s ease,box-shadow .24s ease}
.experience-like-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-strong)}
.experience-like-img{display:block;aspect-ratio:4/5;background-size:cover;background-position:center;border-bottom:1px solid rgba(217,78,138,.12)}
.experience-like-body{padding:16px;text-align:center}
.experience-like-body h3{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:1rem;letter-spacing:.02em;text-transform:uppercase;color:var(--dark);margin-bottom:10px}
.experience-like-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}
.experience-like-chips span{display:inline-flex;align-items:center;min-height:26px;padding:6px 9px;border-radius:999px;background:linear-gradient(135deg,#fff8dd,#ffe6b0);color:#5a3b11;font-size:.62rem;font-weight:900}
@media(max-width:1120px){.pricing-premium-grid{grid-template-columns:1fr}.premium-page-hero-inner{grid-template-columns:1fr}.experience-like-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body:not(.home) .hero-grid{min-height:auto}.pricing-premium-card{border-radius:20px;padding:18px}.pricing-included ul{grid-template-columns:1fr}.pricing-bottom-cta{justify-content:stretch}.pricing-bottom-cta .btn{width:100%}.experience-like-grid{grid-template-columns:1fr}.premium-page-hero .hero-visual{clip-path:none;min-height:320px}}
.home .masseuse-grid,.pricing-page-shell .masseuse-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.7vw,24px)}
.home .masseuse-card .masseuse-img,.pricing-page-shell .masseuse-card .masseuse-img{height:clamp(230px,22vw,350px)}
.home .masseuse-card,.pricing-page-shell .masseuse-card{border-radius:22px}
.home .masseuse-body,.pricing-page-shell .masseuse-body{padding:18px}
.home .masseuse-actions,.pricing-page-shell .masseuse-actions{grid-template-columns:1fr;gap:8px}
@media(max-width:1120px){.home .masseuse-grid,.pricing-page-shell .masseuse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.home .masseuse-grid,.pricing-page-shell .masseuse-grid{grid-template-columns:1fr}}


/* Screenshot-matched masseuse profile cards with two-image hover flip */
.premium-profile-grid{align-items:start}
.masseuse-card.premium-profile-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:linear-gradient(180deg,#14120f,#0a0908);
  border:1px solid rgba(215,169,93,.32);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  color:#fff;
}
.masseuse-card.premium-profile-card:hover{
  transform:translateY(-6px);
  box-shadow:0 34px 90px rgba(0,0,0,.36);
  border-color:rgba(236,194,119,.62);
}
.masseuse-img-link{display:block;color:inherit;text-decoration:none;overflow:hidden}
.masseuse-img-frame{
  position:relative;
  display:block;
  height:clamp(330px,33vw,520px);
  overflow:hidden;
  background:#120f0d;
  perspective:1200px;
  transform-style:preserve-3d;
}
.premium-profile-card .masseuse-img-frame .masseuse-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  background-color:#120f0d;
  backface-visibility:hidden;
  transform-origin:center;
  transition:opacity .42s ease, transform .58s cubic-bezier(.2,.72,.2,1), filter .42s ease;
}
.masseuse-card-shade{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(10,9,8,0) 48%,rgba(10,9,8,.58) 72%,rgba(10,9,8,.94) 100%);
}
.masseuse-img-frame .masseuse-img-front{opacity:1;transform:scale(1) rotateY(0deg)}
.masseuse-img-frame .masseuse-img-back{opacity:0;transform:scale(1.04) rotateY(-10deg);filter:saturate(1.04) contrast(1.04)}
.premium-profile-card:hover .masseuse-img-front{opacity:0;transform:scale(1.055) rotateY(10deg);filter:saturate(.9)}
.premium-profile-card:hover .masseuse-img-back{opacity:1;transform:scale(1.01) rotateY(0deg)}
.premium-profile-card .profile-view-badge{
  right:14px;
  top:14px;
  bottom:auto;
  z-index:3;
  background:linear-gradient(135deg,#ffe8ad,#d7a95d);
  color:#1b140c;
  border:0;
  box-shadow:0 14px 30px rgba(0,0,0,.26);
  opacity:0;
  transform:translateY(-8px);
  transition:opacity .25s ease,transform .25s ease;
}
.premium-profile-card:hover .profile-view-badge{opacity:1;transform:translateY(0)}
.premium-profile-body{
  position:relative;
  padding:16px 18px 14px;
  margin-top:-96px;
  z-index:2;
  background:linear-gradient(180deg,rgba(10,9,8,0),rgba(10,9,8,.82) 34%,rgba(10,9,8,.98));
}
.premium-profile-body h3{
  margin:0 0 3px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.35rem,1.45vw,1.75rem);
  line-height:.96;
  letter-spacing:.02em;
  color:#e8bf72;
  text-shadow:0 2px 16px rgba(0,0,0,.35);
}
.premium-profile-body h3 a{color:inherit;text-decoration:none}
.premium-profile-body h3 a:hover{color:#ffe0a2}
.profile-short-line{
  margin:0 0 2px;
  color:rgba(255,255,255,.86);
  font-size:.72rem;
  font-weight:800;
}
.profile-service-line{
  margin:0;
  color:#dcb66e;
  font-size:.66rem;
  font-weight:900;
  line-height:1.35;
}
.profile-meta.premium-profile-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:12px 0 0;
  padding-top:10px;
  border-top:1px solid rgba(236,194,119,.18);
}
.profile-meta.premium-profile-stats span{
  padding:0 8px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#e8bf72;
  box-shadow:none;
  text-align:center;
  font-size:.78rem;
  line-height:1.1;
}
.profile-meta.premium-profile-stats span+span{border-left:1px solid rgba(236,194,119,.18)}
.profile-meta.premium-profile-stats small{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:.52rem;
  letter-spacing:.16em;
  margin-bottom:5px;
}
.masseuse-actions{display:none}
.home .masseuse-card .masseuse-img-frame,
.pricing-page-shell .masseuse-card .masseuse-img-frame,
.experience-like-section .masseuse-card .masseuse-img-frame{height:clamp(290px,26vw,430px)}
.experience-like-section .experience-like-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.therapy-card .therapy-meta{display:none!important}
@media(max-width:1120px){.experience-like-section .experience-like-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .masseuse-img-frame,
  .home .masseuse-card .masseuse-img-frame,
  .pricing-page-shell .masseuse-card .masseuse-img-frame,
  .experience-like-section .masseuse-card .masseuse-img-frame{height:auto;aspect-ratio:4/5;max-height:none}
  .premium-profile-card .masseuse-img-frame .masseuse-img{object-position:center center}
  .premium-profile-body{margin-top:-88px;padding:14px 18px 13px}
  .experience-like-section .experience-like-grid{grid-template-columns:1fr}
}


/* Desktop compact salon intro so the Masseuses section appears higher. */
@media(min-width:761px){
  .home-about-compact{
    padding-block:clamp(28px,3.2vw,56px);
  }
  .home-about-compact .intro-grid{
    grid-template-columns:minmax(260px,.68fr) minmax(0,1.32fr);
    gap:clamp(18px,2.4vw,42px);
    align-items:stretch;
  }
  .home-about-compact .image-card{
    min-height:clamp(240px,24vw,390px);
    border-radius:24px;
  }
  .home-about-compact .content-card{
    display:grid;
    align-content:center;
    padding:clamp(20px,2.1vw,34px);
    border-radius:24px;
  }
  .home-about-compact .eyebrow{
    margin-bottom:8px;
    font-size:.68rem;
  }
  .home-about-compact h2{
    font-size:clamp(2rem,3vw,3.75rem);
    margin-bottom:8px;
  }
  .home-about-compact p{
    font-size:.96rem;
    line-height:1.58;
  }
  .home-about-compact .tick-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 16px;
    margin-top:14px;
  }
  .home-about-compact .tick-list li{
    font-size:.9rem;
    line-height:1.38;
  }
  .home-about-compact .tick-list li:before{
    width:20px;
    height:20px;
    font-size:.62rem;
  }
  .desktop-masseuse-placement{
    padding-top:clamp(32px,3.4vw,58px);
  }
  .desktop-masseuse-placement .section-head{
    margin-bottom:clamp(18px,2.1vw,32px);
  }
}


/* Mobile homepage order: show Masseuses immediately after hero only on small screens. */
.mobile-masseuse-after-hero{display:none}
@media(max-width:760px){
  .mobile-masseuse-after-hero{display:block;padding-top:34px}
  .desktop-masseuse-placement{display:none}
}


/* Desktop profile image rendering fix: same real-image system as mobile, without tall black gaps. */
@media(min-width:761px){
  .masseuse-card.premium-profile-card{
    display:flex;
    flex-direction:column;
  }
  .premium-profile-card .masseuse-img-link{
    flex:0 0 auto;
  }
  .premium-profile-card .masseuse-img-frame,
  .home .premium-profile-card .masseuse-img-frame,
  .pricing-page-shell .premium-profile-card .masseuse-img-frame,
  .experience-like-section .premium-profile-card .masseuse-img-frame{
    height:auto!important;
    aspect-ratio:4/5;
    min-height:0;
    max-height:none;
  }
  .premium-profile-card .masseuse-img-frame .masseuse-img,
  .home .premium-profile-card .masseuse-img-frame .masseuse-img,
  .pricing-page-shell .premium-profile-card .masseuse-img-frame .masseuse-img,
  .experience-like-section .premium-profile-card .masseuse-img-frame .masseuse-img{
    width:100%!important;
    height:100%!important;
    object-fit:cover;
    object-position:center center;
  }
  .premium-profile-card .masseuse-card-shade{
    background:linear-gradient(180deg,rgba(10,9,8,0) 54%,rgba(10,9,8,.40) 75%,rgba(10,9,8,.86) 100%);
  }
  .premium-profile-card .premium-profile-body{
    margin-top:-78px;
    padding:14px 18px 13px;
  }
  .premium-profile-card .profile-meta.premium-profile-stats{
    margin-top:10px;
    padding-top:9px;
  }
}

/* Mobile header alignment and single profile gallery spacing fixes */
@media(max-width:680px){
  header.site-header{overflow:visible}
  header.site-header .navbar{
    min-height:64px;
    gap:8px;
    padding-inline:12px;
  }
  .logo{
    flex:1 1 auto;
    min-width:0;
    gap:8px;
    overflow:hidden;
  }
  .logo-mark{
    flex:0 0 38px;
    width:38px;
    height:38px;
    font-size:1.22rem;
    line-height:1;
  }
  .logo-text{
    min-width:0;
    overflow:hidden;
  }
  .logo-text strong{
    max-width:128px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:1rem;
    line-height:1.05;
  }
  .nav-actions{
    flex:0 0 auto;
    gap:7px;
  }
  .nav-actions .btn-outline{
    display:inline-flex;
    width:auto;
    min-width:108px;
    min-height:42px;
    padding:0 13px;
    justify-content:center;
    font-size:.70rem;
    letter-spacing:.11em;
  }
  .menu-toggle{
    flex:0 0 40px;
    width:40px;
    height:40px;
    font-size:1.15rem;
  }
}

@media(max-width:380px){
  .nav-actions .btn-outline{display:none}
  .logo-text strong{max-width:185px}
}

@media(max-width:760px){
  .profile-compact-layout{gap:14px}
  .profile-sidebar-compact{
    gap:12px;
    margin-top:0;
  }
  .profile-gallery-grid{
    align-items:center;
    padding-bottom:8px;
  }
  .profile-gallery-item,
  .profile-gallery-item.is-wide,
  .profile-gallery-item.is-tall,
  .profile-gallery-item.is-balanced,
  .profile-gallery-grid.gallery-count-1 .profile-gallery-item{
    height:clamp(320px,68svh,520px);
    aspect-ratio:auto!important;
    flex-basis:calc(100vw - 48px);
    width:calc(100vw - 48px);
    max-height:none;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(145deg,#fff7fb,#f7dde8);
  }
  .profile-gallery-item img,
  .profile-gallery-item.is-tall img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
  }
  .profile-gallery-item:after{display:none}
  .profile-main-card-compact,
  .profile-side-card{
    margin:0;
  }
  .profile-main-card-compact{padding-bottom:18px}
}
