/*
Theme Name: Chic Tantra Prague
Theme URI: https://example.com/
Author: Codex
Description: Elegant one-page WordPress theme inspired by a dark luxury massage salon layout. Includes hero, reservation CTAs, locations, services, therapist cards, interior gallery, reviews and FAQ.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: chic-tantra
*/

:root {
  --bg: #0d0d0d;
  --panel: #151515;
  --panel-soft: #1d1b19;
  --ink: #f1ece4;
  --muted: #b4aaa0;
  --quiet: #83796f;
  --gold: #b88743;
  --gold-soft: #d4aa66;
  --line: rgba(184, 135, 67, 0.22);
  --red: #7d1218;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  --content: 1160px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 4%, rgba(184, 135, 67, 0.13), transparent 28rem),
    radial-gradient(circle at 18% 0%, rgba(90, 90, 90, 0.22), transparent 22rem),
    linear-gradient(180deg, #171717 0%, var(--bg) 34rem, #090909 100%);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  padding-top: var(--header-height);
}

.site-header {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 13, 13, 0.86);
  border-bottom: 1px solid rgba(184, 135, 67, 0.12);
  backdrop-filter: blur(16px);
}

#wpadminbar {
  display: none !important;
}

.header-inner,
.section-inner,
.footer-inner {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 28px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(200px, 100%);
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
}

.menu-toggle {
  display: none;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  padding: 10px 0;
}

.main-nav a:hover,
.main-nav a.is-current,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a,
.main-nav .current-menu-ancestor > a,
.main-nav .current_page_ancestor > a,
.header-actions a:hover {
  color: var(--gold-soft);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.lang {
  color: var(--gold-soft);
}

.language-switcher {
  position: relative;
}

.language-switcher summary {
  min-width: 54px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(184, 135, 67, 0.28);
  color: var(--gold-soft);
  cursor: pointer;
  list-style: none;
  padding: 0 12px;
}

.language-switcher summary::-webkit-details-marker {
  display: none;
}

.language-switcher summary::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.language-switcher[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.language-switcher div {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
  min-width: 86px;
  display: grid;
  border: 1px solid rgba(184, 135, 67, 0.28);
  background: rgba(13, 13, 13, 0.96);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.36);
}

.language-switcher div a {
  padding: 10px 14px;
  color: var(--muted);
}

.language-switcher div a:hover {
  color: var(--gold-soft);
  background: rgba(184, 135, 67, 0.08);
}

.btn,
.wp-block-button__link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--gold);
  color: var(--ink);
  background: transparent;
  padding: 0 24px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.btn-primary {
  background: var(--gold);
  color: #15100a;
  box-shadow: 0 12px 38px rgba(184, 135, 67, 0.2);
}

.btn-primary:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  color: #100a06;
  box-shadow: 0 0 0 1px rgba(255, 228, 181, 0.32), 0 18px 46px rgba(212, 170, 102, 0.34);
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 22px rgba(184, 135, 67, 0.22);
}

.btn-primary.btn-wa:hover .wa-icon {
  transform: scale(1.1);
}

.btn-call {
  border-color: rgba(241, 236, 228, 0.36);
}

.btn-whatsapp {
  border-color: #2fb66d;
  color: #dff7ea;
}

.btn:hover,
.wp-block-button__link:hover {
  background: var(--gold);
  color: #120b06;
  border-color: var(--gold-soft);
  box-shadow: 0 14px 34px rgba(212, 170, 102, 0.22);
  transform: translateY(-1px);
}

.btn.btn-primary:hover,
.wp-block-button__link:hover {
  background: var(--gold-soft);
  color: #100a06;
}

.btn-secondary {
  border-color: rgba(232, 223, 210, 0.28);
}

.btn-secondary:hover {
  background: rgba(184, 135, 67, 0.14);
  color: var(--gold-soft);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  text-align: left;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero-content {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 90px 0 110px;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  justify-content: flex-start;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--line);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: 1;
}

h1 span {
  color: var(--gold-soft);
}

.hero-copy {
  width: min(660px, 100%);
  margin: 0 0 26px;
  color: var(--muted);
  line-height: 1.75;
}

.hero-phone {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-soft);
  font-size: 17px;
}

.hero-actions,
.micro-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.micro-links {
  margin-top: 22px;
  color: var(--quiet);
  font-size: 13px;
}

.micro-links span {
  color: var(--gold);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-benefits span,
.service-tag,
.availability-pill {
  border: 1px solid rgba(184, 135, 67, 0.24);
  background: rgba(255, 255, 255, 0.035);
  color: var(--gold-soft);
  padding: 8px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(760px, 100%);
  margin-top: 28px;
}

.hero-trust-card {
  padding: 16px;
  border: 1px solid rgba(184, 135, 67, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.hero-trust-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.hero-trust-card span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 88px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.section-intro {
  width: min(720px, 100%);
  margin: -16px 0 30px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}

.section-kicker {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
}

.section-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

.section-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  opacity: 0;
  transform: scaleX(0.62);
  transition: opacity 180ms ease, transform 180ms ease;
}

.section-link:hover,
.section-link:focus-visible {
  color: var(--gold-soft);
  text-shadow: 0 0 18px rgba(212, 170, 102, 0.28);
  transform: translateY(-1px);
}

.section-link:hover::after,
.section-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.text-page-content a,
.privacy-content a,
.service-content-card a,
.detail-lead a,
.map-info a {
  color: var(--gold);
  text-decoration-color: rgba(212, 170, 102, 0.34);
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease, text-shadow 180ms ease;
}

.text-page-content a:hover,
.privacy-content a:hover,
.service-content-card a:hover,
.detail-lead a:hover,
.map-info a:hover {
  color: var(--gold-soft);
  text-decoration-color: var(--gold-soft);
  text-shadow: 0 0 16px rgba(212, 170, 102, 0.22);
}

.locations {
  padding-top: 0;
}

.map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.map-card {
  border: 1px solid var(--line);
  background: #f4efe7;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-embed {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.map-visual {
  height: 238px;
  background:
    linear-gradient(90deg, rgba(69, 128, 112, 0.12) 0 18%, transparent 18% 100%),
    linear-gradient(0deg, transparent 0 24%, rgba(86, 155, 198, 0.15) 24% 28%, transparent 28% 100%),
    repeating-linear-gradient(0deg, transparent 0 36px, rgba(108, 106, 98, 0.22) 37px 39px),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(108, 106, 98, 0.2) 59px 61px),
    #f4efe7;
  position: relative;
}

.map-visual::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 52%;
  top: 46%;
  border-radius: 50%;
  background: #e05264;
  box-shadow: 0 0 0 7px rgba(224, 82, 100, 0.18);
}

.map-visual-alt {
  background:
    linear-gradient(90deg, transparent 0 34%, rgba(105, 141, 94, 0.16) 34% 46%, transparent 46% 100%),
    linear-gradient(0deg, transparent 0 42%, rgba(86, 155, 198, 0.16) 42% 47%, transparent 47% 100%),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(108, 106, 98, 0.22) 35px 37px),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(108, 106, 98, 0.2) 55px 57px),
    #f4efe7;
}

.map-visual-alt::before {
  left: 44%;
  top: 54%;
}

.branch-card {
  background: linear-gradient(135deg, rgba(184, 135, 67, 0.1), rgba(255, 255, 255, 0.025));
}

.branch-card .map-info {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.branch-label {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid rgba(184, 135, 67, 0.34);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--gold-soft);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.branch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.map-caption {
  padding: 14px 16px;
  background: var(--panel);
  color: var(--muted);
  font-size: 13px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 212px;
  padding: 22px;
  border: 1px solid rgba(184, 135, 67, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.005));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.service-card p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.service-price {
  margin-top: auto;
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.service-card .btn {
  min-height: 34px;
  padding: 0 14px;
  font-size: 10px;
}

.service-tag {
  margin-bottom: 14px;
  padding: 6px 9px;
  background: rgba(184, 135, 67, 0.11);
}

.therapist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.today-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.today-card {
  border: 1px solid rgba(184, 135, 67, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  padding: 14px;
}

.today-card .therapist-photo {
  aspect-ratio: 4 / 4.8;
}

.today-details {
  display: grid;
  gap: 7px;
  margin: 12px 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.today-details strong {
  color: var(--ink);
  font-weight: 500;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.why-card {
  min-height: 116px;
  padding: 22px;
  border: 1px solid rgba(184, 135, 67, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.why-card.primary {
  background: linear-gradient(135deg, rgba(184, 135, 67, 0.14), rgba(255, 255, 255, 0.035));
}

.why-card h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.why-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.why-card a {
  color: var(--gold-soft);
}

.therapist-photo {
  aspect-ratio: 4 / 5.25;
  border: 1px solid rgba(184, 135, 67, 0.22);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 225, 195, 0.92) 0 13%, transparent 14%),
    linear-gradient(16deg, transparent 0 34%, rgba(20, 12, 9, 0.96) 35% 42%, transparent 43% 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(135deg, #35070a, #120907 56%, #050302);
  box-shadow: 0 24px 46px rgba(103, 13, 18, 0.28);
  overflow: hidden;
}

.therapist-card:nth-child(3n + 1) .therapist-photo {
  border-radius: 46% 46% 0 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(250, 228, 210, 0.92) 0 14%, transparent 15%),
    linear-gradient(155deg, transparent 0 36%, rgba(11, 8, 7, 0.95) 37% 49%, transparent 50%),
    radial-gradient(circle at 50% 18%, #efe9e4, transparent 38%),
    linear-gradient(150deg, #f3eee9, #1b0c0a 55%, #040303);
}

.therapist-card:nth-child(3n + 2) .therapist-photo {
  background:
    radial-gradient(circle at 51% 25%, rgba(245, 205, 171, 0.9) 0 13%, transparent 14%),
    linear-gradient(24deg, transparent 0 32%, rgba(26, 14, 12, 0.95) 33% 45%, transparent 46%),
    radial-gradient(circle at 60% 20%, #9c241f, transparent 34%),
    linear-gradient(145deg, #210707, #6b0c11 50%, #050303);
}

.therapist-meta {
  padding-top: 16px;
}

.therapist-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.therapist-name-available {
  display: grid;
  justify-content: stretch;
  gap: 4px;
}

.therapist-name-available span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.therapist-name-available i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #31d17b;
  box-shadow: 0 0 0 4px rgba(49, 209, 123, 0.12), 0 0 14px rgba(49, 209, 123, 0.32);
}

.therapist-name-available small {
  color: #82e5ad;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.badge {
  color: #ff5069;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
}

.rating {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.2em;
}

.therapist-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.therapist-actions .btn {
  min-height: 34px;
  padding: 0 10px;
  font-size: 10px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr;
  grid-template-rows: 210px 210px;
  gap: 10px;
}

.gallery-tile {
  border: 1px solid rgba(184, 135, 67, 0.16);
  background-image: linear-gradient(rgba(80, 0, 8, 0.18), rgba(8, 4, 3, 0.18)), var(--tile-img);
  background-size: cover;
  background-position: center;
}

.gallery-tile.large {
  grid-row: span 2;
}

.gallery-tile.wide {
  grid-column: span 2;
}

.review-controls {
  display: flex;
  gap: 10px;
}

.review-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.google-review-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  padding: 0;
  text-decoration: none;
  transition: transform 160ms ease, opacity 160ms ease;
}

.google-review-badge:hover,
.google-review-badge:focus-visible {
  outline: none;
  opacity: 0.9;
  transform: translateY(-1px);
}

.google-review-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-arrow {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(184, 135, 67, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  color: var(--gold-soft);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.slider-arrow:hover {
  border-color: var(--gold-soft);
  background: rgba(184, 135, 67, 0.13);
  transform: translateY(-1px);
}

.slider-arrow span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-135deg);
}

.slider-arrow[data-slider-next] span {
  transform: rotate(45deg);
}

.review-slider {
  position: relative;
  overflow: hidden;
}

.review-grid {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  cursor: grab;
}

.visit-flow {
  padding-top: 36px;
}

.flow-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.flow-step {
  min-height: 126px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  border: 1px solid rgba(184, 135, 67, 0.25);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  text-align: center;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.flow-step-link {
  cursor: pointer;
}

.flow-step-link:hover,
.flow-step-link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(212, 170, 102, 0.6);
  background: linear-gradient(180deg, rgba(184, 135, 67, 0.14), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(212, 170, 102, 0.08) inset;
  outline: none;
}

.flow-step-link:hover span,
.flow-step-link:focus-visible span {
  background: rgba(184, 135, 67, 0.2);
  border-color: rgba(212, 170, 102, 0.86);
}

.flow-step span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 170, 102, 0.62);
  color: var(--gold-soft);
  background: rgba(184, 135, 67, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.flow-step strong {
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-arrow {
  color: var(--gold-soft);
  font-size: 24px;
  transform: rotate(-90deg);
}

.review-grid.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.review-grid::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 calc((100% - 52px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 14px;
}

.review-card strong {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.faq-list {
  width: min(820px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(184, 135, 67, 0.16);
}

.faq-item {
  border-bottom: 1px solid rgba(184, 135, 67, 0.16);
}

.faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.faq-question span:last-child {
  width: 22px;
  height: 22px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  flex: 0 0 auto;
  font-size: 0;
  position: relative;
}

.faq-question span:last-child::before,
.faq-question span:last-child::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  background: currentColor;
  transition: transform 160ms ease;
}

.faq-question span:last-child::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-question span:last-child::after {
  transform: rotate(0deg);
}

.faq-answer {
  display: none;
  padding: 0 46px 22px 0;
  color: var(--muted);
  line-height: 1.75;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.cta {
  text-align: center;
}

.cta p {
  margin: 12px auto 24px;
  width: min(540px, 100%);
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  border-top: 1px solid rgba(184, 135, 67, 0.14);
  padding: 54px 0 24px;
  background: #090909;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  color: var(--muted);
  font-size: 13px;
}

.footer-inner h3 {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-logo {
  width: min(210px, 100%);
  margin-bottom: 18px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--gold-soft);
}

/* Conversion layout update */
.btn-wa .wa-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: url("assets/img/whatsapp-icon.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  letter-spacing: 0;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.hero-compact {
  padding-bottom: 82px;
}

.hero-benefits-luxe {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 20px;
  width: min(660px, 100%);
  margin-top: 14px;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
  color: rgba(241, 236, 228, 0.86);
  font-size: 12px;
}

.hero-checks span {
  border: 1px solid rgba(184, 135, 67, 0.28);
  background: rgba(255, 255, 255, 0.028);
  padding: 8px 11px;
}

.hero-benefits-luxe span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
}

.benefit-icon {
  width: auto;
  height: auto;
  display: inline-block;
  color: var(--gold-soft);
  background: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.hero-benefits-luxe strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.25;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.42);
}

.hero-benefits-luxe small {
  display: none;
}

.hero .hero-benefits-luxe {
  margin-top: 30px;
}

@media (min-width: 901px) {
  .hero-compact {
    padding-bottom: 132px;
  }

  .hero-benefits-luxe {
    width: min(660px, 100%);
    gap: 10px 22px;
    margin-top: 30px;
  }

  .hero-benefits-luxe span {
    width: max-content;
  }
}

.girl-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.girl-card {
  border: 1px solid rgba(184, 135, 67, 0.2);
  background: #11100f;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
  isolation: isolate;
  overflow: hidden;
}

.girl-photo {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5.15;
  overflow: hidden;
  margin-bottom: -1px;
  backface-visibility: hidden;
  transform: translateZ(0);
  background:
    linear-gradient(180deg, rgba(8, 6, 5, 0.04), rgba(8, 6, 5, 0.18)),
    var(--girl-photo, linear-gradient(transparent, transparent)),
    radial-gradient(circle at 50% 23%, rgba(245, 211, 185, 0.95) 0 13%, transparent 14%),
    linear-gradient(24deg, transparent 0 31%, rgba(20, 12, 10, 0.96) 32% 47%, transparent 48%),
    radial-gradient(circle at 55% 20%, rgba(125, 18, 24, 0.85), transparent 35%),
    linear-gradient(145deg, #21100d, #6a1015 50%, #050505);
  background-size: cover;
  background-position: center top;
  border-bottom: 0;
  outline: 0;
}

.girl-card:nth-child(2n) .girl-photo {
  background:
    linear-gradient(180deg, rgba(8, 6, 5, 0.04), rgba(8, 6, 5, 0.18)),
    var(--girl-photo, linear-gradient(transparent, transparent)),
    radial-gradient(circle at 50% 22%, rgba(245, 228, 210, 0.96) 0 13%, transparent 14%),
    linear-gradient(155deg, transparent 0 35%, rgba(13, 10, 9, 0.97) 36% 48%, transparent 49%),
    radial-gradient(circle at 52% 18%, #eee5dc, transparent 36%),
    linear-gradient(150deg, #eee8e0, #21110e 55%, #050505);
  background-size: cover;
  background-position: center top;
}

.girl-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 6, 5, 0.03), rgba(8, 6, 5, 0.16)),
    var(--girl-photo-hover, var(--girl-photo, linear-gradient(transparent, transparent)));
  background-size: cover;
  background-position: center top;
  border: 0;
  opacity: 0;
  transform: scale(1.02);
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 360ms ease, transform 520ms ease;
}

.girl-card:hover .girl-photo::before,
.girl-card:focus-within .girl-photo::before {
  opacity: 1;
  transform: scale(1);
}

.girl-photo::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 -1px;
  height: calc(48% + 2px);
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.52) 58%, rgba(0, 0, 0, 0.92) 100%);
}

.profile-hover {
  position: absolute;
  z-index: 2;
  inset: auto 16px 16px;
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 170, 102, 0.58);
  background: rgba(9, 9, 9, 0.78);
  color: var(--gold-soft);
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translateY(8px);
  text-transform: uppercase;
  transition: opacity 180ms ease, transform 180ms ease;
}

.girl-card:hover .profile-hover {
  opacity: 1;
  transform: translateY(0);
}

.girl-body {
  position: relative;
  z-index: 2;
  background: #11100f;
  padding: 18px;
}

.girl-stats,
.offered-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.girl-stats span,
.offered-services span {
  border: 1px solid rgba(184, 135, 67, 0.2);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  padding: 7px 9px;
  font-size: 12px;
}

.offered-services {
  margin-bottom: 18px;
}

.offered-services span {
  color: var(--gold-soft);
}

.service-grid-media {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card-media {
  min-height: 392px;
}

.service-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  border: 1px solid rgba(184, 135, 67, 0.18);
  overflow: hidden;
  background:
    linear-gradient(rgba(8, 8, 8, 0.15), rgba(8, 8, 8, 0.26)),
    var(--service-photo, linear-gradient(transparent, transparent)),
    var(--service-bg, linear-gradient(135deg, #301016, #1b1b1b));
  background-size: cover;
  background-position: center;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.service-hover-detail {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.74));
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-hover-detail::after {
  content: "";
  width: 32px;
  height: 1px;
  margin-top: 9px;
  display: block;
  background: var(--gold-soft);
}

.service-card:hover .service-thumb {
  transform: translateY(-2px);
  border-color: rgba(212, 170, 102, 0.5);
  filter: brightness(1.08);
}

.service-card:hover .service-hover-detail,
.service-thumb:focus-visible .service-hover-detail {
  opacity: 1;
  transform: translateY(0);
}

.service-thumb-1 { --service-bg: radial-gradient(circle at 70% 20%, #7d1218, transparent 32%), linear-gradient(135deg, #211815, #0b0b0b); }
.service-thumb-2 { --service-bg: radial-gradient(circle at 20% 35%, #b88743, transparent 28%), linear-gradient(145deg, #2a0709, #121212); }
.service-thumb-3 { --service-bg: radial-gradient(circle at 55% 18%, #d4aa66, transparent 24%), linear-gradient(155deg, #171717, #501016); }
.service-thumb-4 { --service-bg: radial-gradient(circle at 42% 28%, #8c6b45, transparent 30%), linear-gradient(135deg, #090909, #2c2119); }
.service-thumb-5 { --service-bg: radial-gradient(circle at 62% 30%, #9f2730, transparent 30%), linear-gradient(145deg, #161616, #321113); }
.service-thumb-6 { --service-bg: radial-gradient(circle at 30% 26%, #b88743, transparent 22%), linear-gradient(135deg, #1c1511, #070707); }

.map-info {
  padding: 26px;
  background: linear-gradient(135deg, rgba(184, 135, 67, 0.12), rgba(255, 255, 255, 0.04));
}

.map-info h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.map-info p {
  color: var(--muted);
  line-height: 1.7;
}

.cta-actions {
  justify-content: center;
}

.service-detail-hero {
  padding: 128px 0 76px;
  background:
    radial-gradient(circle at 65% 10%, rgba(184, 135, 67, 0.16), transparent 26rem),
    linear-gradient(180deg, #171717, #0d0d0d);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 42px;
}

.service-detail-grid-full {
  grid-template-columns: minmax(0, 980px);
}

.detail-lead {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}

.detail-accordion {
  border-top: 1px solid rgba(184, 135, 67, 0.16);
}

.service-content {
  display: grid;
  gap: 18px;
  max-width: 1040px;
}

.section-inner.service-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.service-content-card {
  padding: 28px;
  border: 1px solid rgba(184, 135, 67, 0.2);
  background: rgba(255, 255, 255, 0.028);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.service-content-card h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 42px);
}

.service-content-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.service-content-card p + p,
.service-content-card p + .service-bullets {
  margin-top: 14px;
}

.service-content-intro p,
.service-content-closing p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.55;
}

.service-content-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.service-bullets {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.65;
}

.service-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 14px rgba(212, 170, 102, 0.45);
}

.service-price-section {
  padding-top: 12px;
}

.service-price-block {
  width: 100%;
  max-width: none;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.price-card {
  padding: 22px;
  border: 1px solid rgba(184, 135, 67, 0.2);
  background: rgba(255, 255, 255, 0.035);
}

.price-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.price-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 18px;
}

.profile-hero,
.masseuse-profile {
  padding: 136px 0 70px;
  background:
    radial-gradient(circle at 64% 8%, rgba(184, 135, 67, 0.12), transparent 24rem),
    linear-gradient(180deg, #111, var(--bg));
}

.profile-hero-inner {
  position: relative;
}

.profile-back-link {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(212, 170, 102, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: var(--gold-soft);
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.profile-back-link span {
  width: 1em;
  height: 1em;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  transform: translateX(-1px);
}

.profile-back-link:hover,
.profile-back-link:focus-visible {
  border-color: rgba(212, 170, 102, 0.72);
  background: rgba(184, 135, 67, 0.12);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(340px, 520px) 1fr;
  gap: 38px;
  align-items: start;
}

.profile-gallery {
  position: relative;
}

.profile-info .profile-availability {
  margin: 0 0 24px;
}

.profile-info .profile-availability span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.profile-info .profile-availability span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7df2b2;
  box-shadow: 0 0 0 6px rgba(125, 242, 178, 0.12), 0 0 18px rgba(125, 242, 178, 0.28);
}

.profile-info .girl-stats {
  margin: 0 0 34px;
}

.profile-info .hero-actions {
  margin-top: 0;
}

.profile-photo-main {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 24px 24px 0 0;
  border: none;
  overflow: hidden;
  background:
    var(--girl-photo, linear-gradient(transparent, transparent)),
    radial-gradient(circle at 50% 19%, rgba(245, 226, 210, 0.95) 0 12%, transparent 13%),
    linear-gradient(20deg, transparent 0 34%, rgba(16, 12, 10, 0.96) 35% 46%, transparent 47%),
    radial-gradient(circle at 50% 16%, #f1ebe5, transparent 34%),
    linear-gradient(160deg, #f6f2ee, #d7c9bd 44%, #120807 45%, #050505);
  background-size: cover;
  background-position: center top;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.profile-photo-main::before {
  content: none;
}

.profile-photo-main::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  height: auto;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 6, 5, 0.14) 0%, rgba(8, 6, 5, 0.24) 52%, rgba(0, 0, 0, 0.56) 100%);
}

.gallery-arrow {
  position: absolute;
  top: 48%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212, 170, 102, 0.4);
  background: rgba(13, 13, 13, 0.68);
  color: var(--ink);
  cursor: pointer;
  font-size: 28px;
}

.gallery-prev {
  left: 16px;
}

.gallery-next {
  right: 16px;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 14px;
}

.gallery-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  opacity: 0.5;
}

.gallery-dots .is-active {
  background: var(--gold-soft);
  opacity: 1;
}

.profile-photo-section {
  padding-top: 92px;
}

.profile-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.profile-photo-tile {
  display: block;
  min-height: 320px;
  aspect-ratio: 3 / 4;
  border-radius: 18px 18px 0 0;
  border: none;
  background:
    linear-gradient(180deg, rgba(8, 6, 5, 0.02), rgba(8, 6, 5, 0.18)),
    var(--girl-photo);
  background-size: cover;
  background-position: center top;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
  transition: transform 180ms ease, border-color 180ms ease;
}

.profile-photo-tile:hover {
  border-color: rgba(184, 135, 67, 0.52);
  transform: translateY(-3px);
}

.lightbox-open {
  overflow: hidden;
}

.profile-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2vh, 18px) clamp(12px, 3vw, 28px) clamp(42px, 6vh, 58px);
  background: rgba(2, 2, 2, 0.92);
  backdrop-filter: blur(10px);
}

.profile-lightbox.is-open {
  display: flex;
}

.profile-lightbox-frame {
  position: relative;
  width: calc(100vw - clamp(24px, 6vw, 56px));
  height: calc(100dvh - clamp(64px, 9vh, 92px));
  max-width: 1100px;
  max-height: none;
  display: grid;
  place-items: center;
  margin: 0;
}

.profile-lightbox-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border: 1px solid rgba(212, 170, 102, 0.28);
  border-radius: 10px 10px 0 0;
  object-fit: contain;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.7);
}

.profile-lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.profile-lightbox-close,
.profile-lightbox-arrow {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(212, 170, 102, 0.45);
  background: rgba(12, 12, 12, 0.78);
  color: var(--gold-soft);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.profile-lightbox-close:hover,
.profile-lightbox-arrow:hover {
  border-color: rgba(212, 170, 102, 0.85);
  background: rgba(184, 135, 67, 0.16);
}

.profile-lightbox-close {
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
}

.profile-lightbox-arrow {
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.profile-lightbox-arrow span {
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.profile-lightbox-prev {
  left: 24px;
}

.profile-lightbox-prev span {
  transform: rotate(-135deg);
}

.profile-lightbox-next {
  right: 24px;
}

.profile-lightbox-next span {
  transform: rotate(45deg);
}

.profile-summary {
  padding-top: 10px;
}

.profile-summary h1 {
  margin-bottom: 20px;
  font-size: clamp(48px, 6vw, 72px);
}

.profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.profile-badges span {
  border: 1px solid rgba(184, 135, 67, 0.34);
  border-radius: 999px;
  background: rgba(184, 135, 67, 0.12);
  color: var(--gold-soft);
  padding: 8px 12px;
  font-size: 12px;
}

.available-bar {
  width: min(720px, 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 46px;
  border: 1px solid rgba(52, 211, 153, 0.5);
  border-radius: 999px;
  background: rgba(26, 104, 72, 0.45);
  color: #c7f7df;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
}

.available-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7df2b2;
  box-shadow: 0 0 0 6px rgba(125, 242, 178, 0.12);
}

.profile-book {
  min-width: 220px;
}

.profile-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.profile-service-card {
  min-height: 138px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  border: 1px solid rgba(184, 135, 67, 0.22);
  background: rgba(255, 255, 255, 0.018);
}

.profile-service-card h3 {
  margin: 0;
  padding: 18px 18px 6px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.profile-service-card p {
  margin: 0;
  padding: 0 18px 14px;
  color: var(--gold-soft);
  font-size: 13px;
}

.profile-service-card a {
  align-self: end;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-top: 1px solid var(--gold);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-service-card a:hover {
  background: var(--gold);
  color: #15100a;
}

.profile-extra-section {
  padding-top: 46px;
}

.extra-service-row {
  width: min(560px, 100%);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(184, 135, 67, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  padding: 18px 22px;
  color: var(--muted);
}

.extra-service-row strong {
  color: var(--ink);
}

.extra-service-row em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.contact-hero {
  padding: 118px 0 70px;
  background:
    radial-gradient(circle at 70% 8%, rgba(184, 135, 67, 0.15), transparent 26rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: start;
}

.contact-primary,
.contact-panel,
.contact-address-card {
  border: 1px solid rgba(184, 135, 67, 0.24);
  background: rgba(255, 255, 255, 0.026);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.contact-primary {
  width: min(620px, 100%);
  padding: 28px;
}

.contact-primary h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 40px);
}

.contact-primary h2 span {
  color: var(--gold-soft);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
}

.contact-primary p {
  color: var(--muted);
  line-height: 1.75;
}

.contact-panel {
  display: grid;
  gap: 0;
}

.contact-panel article {
  padding: 24px;
  border-bottom: 1px solid rgba(184, 135, 67, 0.14);
}

.contact-panel article:last-child {
  border-bottom: 0;
}

.contact-panel span,
.contact-address-card h3 {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-panel a,
.contact-panel strong,
.contact-address-card a {
  color: var(--ink);
}

.contact-address-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.contact-address-card {
  padding: 26px;
}

.contact-address-card p {
  color: var(--muted);
  line-height: 1.7;
}

.faq-page-hero {
  padding: 118px 0 62px;
  background:
    radial-gradient(circle at 66% 6%, rgba(184, 135, 67, 0.13), transparent 25rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.faq-page-list {
  gap: 14px;
}

.faq-page-list .faq-question {
  min-height: 74px;
}

.privacy-hero {
  padding: 118px 0 52px;
  background:
    radial-gradient(circle at 72% 8%, rgba(184, 135, 67, 0.13), transparent 24rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.first-visit-hero {
  padding: 118px 0 52px;
  background:
    radial-gradient(circle at 72% 8%, rgba(125, 18, 24, 0.15), transparent 24rem),
    radial-gradient(circle at 22% 0%, rgba(184, 135, 67, 0.12), transparent 21rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.rules-hero {
  padding: 118px 0 52px;
  background:
    radial-gradient(circle at 68% 8%, rgba(184, 135, 67, 0.13), transparent 24rem),
    radial-gradient(circle at 24% 0%, rgba(125, 18, 24, 0.12), transparent 21rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.not-found-hero {
  padding: 118px 0 76px;
  background:
    radial-gradient(circle at 68% 8%, rgba(184, 135, 67, 0.14), transparent 24rem),
    radial-gradient(circle at 24% 0%, rgba(125, 18, 24, 0.12), transparent 21rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.privacy-content,
.text-page-content {
  max-width: 920px;
}

.privacy-content h2,
.text-page-content h2 {
  margin: 34px 0 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 0;
}

.privacy-content p,
.privacy-content li,
.text-page-content p,
.text-page-content li {
  color: var(--muted);
  line-height: 1.75;
}

.privacy-content a,
.text-page-content a {
  color: var(--gold-soft);
}

.privacy-content ul,
.text-page-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.interior-hero {
  padding: 118px 0 70px;
  background:
    radial-gradient(circle at 68% 8%, rgba(125, 18, 24, 0.16), transparent 24rem),
    radial-gradient(circle at 25% 0%, rgba(184, 135, 67, 0.12), transparent 20rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.interior-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: center;
}

.interior-hero-photo {
  min-height: 430px;
  border: 1px solid rgba(184, 135, 67, 0.22);
  background-image: linear-gradient(rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.2)), var(--tile-img);
  background-size: cover;
  background-position: center;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.45);
}

.interior-gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-auto-rows: 210px;
  gap: 10px;
}

.interior-shot {
  border: 1px solid rgba(184, 135, 67, 0.16);
  background-image: linear-gradient(rgba(80, 0, 8, 0.14), rgba(8, 4, 3, 0.18)), var(--tile-img);
  background-size: cover;
  background-position: center;
}

.interior-shot:nth-child(2) {
  background-position: 60% 20%;
}

.interior-shot:nth-child(3) {
  background-position: 20% 60%;
}

.interior-shot:nth-child(5) {
  background-position: 70% 70%;
}

.shot-large {
  grid-row: span 2;
}

.shot-wide {
  grid-column: span 2;
}

.pricing-hero {
  padding: 118px 0 64px;
  background:
    radial-gradient(circle at 70% 8%, rgba(184, 135, 67, 0.14), transparent 26rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.pricing-stack {
  display: grid;
  gap: 22px;
}

.pricing-block {
  border: 1px solid rgba(184, 135, 67, 0.24);
  background: rgba(255, 255, 255, 0.024);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.pricing-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  padding: 26px;
  border-bottom: 1px solid rgba(184, 135, 67, 0.16);
}

.pricing-head h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.6vw, 46px);
}

.pricing-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.price-table {
  display: grid;
}

.price-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 14px 26px;
  border-bottom: 1px solid rgba(184, 135, 67, 0.1);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row-head {
  min-height: 46px;
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-row .duration {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.price-row strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.price-row small {
  display: block;
  margin-top: 4px;
  color: var(--gold-soft);
  font-size: 12px;
}

.pricing-extra .pricing-head {
  align-items: center;
  border-bottom: 0;
}

.pricing-extra strong {
  color: var(--gold-soft);
  font-size: 24px;
  white-space: nowrap;
}

.massages-hero {
  padding: 118px 0 64px;
  background:
    radial-gradient(circle at 70% 8%, rgba(125, 18, 24, 0.15), transparent 24rem),
    radial-gradient(circle at 20% 0%, rgba(184, 135, 67, 0.12), transparent 22rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.massages-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.massage-list-card {
  border: 1px solid rgba(184, 135, 67, 0.22);
  background: rgba(255, 255, 255, 0.024);
  display: grid;
  grid-template-columns: minmax(300px, 38%) 1fr;
  gap: 0;
  min-height: 330px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.massage-list-card .service-thumb {
  height: 100%;
  min-height: 330px;
  margin: 0;
  border: 0;
  border-right: 1px solid rgba(184, 135, 67, 0.18);
  aspect-ratio: auto;
}

.massage-list-body {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  flex-direction: column;
  align-content: stretch;
  padding: 34px;
}

.massage-list-body h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
}

.massage-list-body p {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.82;
  font-size: 16px;
}

.massage-card-actions {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(150px, 0.22fr);
  gap: 10px;
  align-self: end;
}

.masseuses-hero {
  padding: 118px 0 64px;
  background:
    radial-gradient(circle at 70% 8%, rgba(184, 135, 67, 0.13), transparent 24rem),
    radial-gradient(circle at 22% 0%, rgba(125, 18, 24, 0.14), transparent 22rem),
    linear-gradient(180deg, #151515, var(--bg));
}

.service-detail-hero,
.profile-hero,
.masseuse-profile,
.contact-hero,
.faq-page-hero,
.privacy-hero,
.first-visit-hero,
.rules-hero,
.not-found-hero,
.interior-hero,
.pricing-hero,
.massages-hero,
.masseuses-hero {
  margin-top: calc(-1 * var(--header-height));
}

.filter-bar {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
  padding: 20px;
  border: 1px solid rgba(184, 135, 67, 0.22);
  background: rgba(255, 255, 255, 0.024);
}

.filter-bar > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.filter-bar span {
  margin-right: 8px;
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.filter-chip {
  min-height: 34px;
  border: 1px solid rgba(184, 135, 67, 0.22);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0 13px;
  font: inherit;
  font-size: 12px;
}

.filter-chip.is-active,
.filter-chip:hover {
  border-color: var(--gold);
  background: rgba(184, 135, 67, 0.16);
  color: var(--ink);
}

.masseuse-directory {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.filter-empty {
  display: none;
  margin: 26px auto 0;
  max-width: 640px;
  color: var(--muted);
  text-align: center;
  line-height: 1.7;
}

.filter-empty.is-visible {
  display: block;
}

.footer-bottom {
  width: min(var(--content), calc(100% - 40px));
  margin: 38px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(184, 135, 67, 0.1);
  color: var(--quiet);
  font-size: 12px;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: minmax(150px, 210px) auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 14px;
  }

  .service-grid,
  .therapist-grid,
  .today-grid,
  .girl-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-grid,
  .price-grid,
  .profile-services-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .profile-layout {
    grid-template-columns: 1fr;
  }

  .profile-gallery {
    margin-bottom: 18px;
  }

  .contact-layout,
  .contact-address-grid,
  .interior-hero-grid {
    grid-template-columns: 1fr;
  }

  .interior-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px;
  }

  .interior-hero-photo {
    min-height: 280px;
  }

  .shot-large {
    grid-row: span 2;
  }

  .shot-wide {
    grid-column: span 1;
  }

  .pricing-head {
    display: grid;
  }

  .service-content-closing {
    display: grid;
  }

  .massages-list-grid {
    grid-template-columns: 1fr;
  }

  .massage-list-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .massage-list-card .service-thumb {
    min-height: 0;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(184, 135, 67, 0.18);
    aspect-ratio: 16 / 10;
  }

  .massage-list-body {
    grid-template-rows: auto;
  }

  .masseuse-directory {
    grid-template-columns: 1fr;
  }

  .massage-card-actions {
    grid-template-columns: 1fr;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .price-row-head {
    display: none;
  }

  .price-row span:not(.duration) {
    padding: 10px 12px;
    border: 1px solid rgba(184, 135, 67, 0.14);
    background: rgba(255, 255, 255, 0.024);
  }
}

@media (max-width: 680px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 28px, var(--content));
  }

  .header-actions .btn {
    display: none;
  }

  .header-inner {
    gap: 18px;
  }

  .hero {
    min-height: 620px;
  }

  .section {
    padding: 48px 0;
  }

  .service-detail-hero,
  .contact-hero,
  .faq-page-hero,
  .privacy-hero,
  .first-visit-hero,
  .rules-hero,
  .not-found-hero,
  .interior-hero,
  .pricing-hero,
  .massages-hero,
  .masseuses-hero {
    padding: 92px 0 42px;
  }

  .section-heading {
    display: block;
  }

  #recenze .section-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  #recenze .section-heading {
    display: contents;
  }

  #recenze .section-heading > div:first-child {
    order: 1;
    margin-bottom: 20px;
  }

  #recenze .review-actions {
    order: 3;
    justify-self: start;
    margin-top: 16px;
    padding-top: 2px;
  }

  #recenze .review-slider {
    order: 2;
    overflow: visible;
  }

  #faq .section-link {
    display: inline-flex;
    margin-top: 24px;
  }

  .map-grid,
  .service-grid,
  .therapist-grid,
  .today-grid,
  .girl-grid,
  .profile-photo-grid,
  .why-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    text-align: center;
  }

  .hero .eyebrow,
  .hero-actions,
  .micro-links,
  .hero-benefits {
    justify-content: center;
  }

  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero .hero-actions,
  .hero .hero-benefits-luxe {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 220px);
  }

  .gallery-tile.large,
  .gallery-tile.wide {
    grid-column: auto;
    grid-row: auto;
  }

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

  .profile-services-grid {
    grid-template-columns: 1fr;
  }

  .profile-photo-section {
    padding-top: 34px;
  }

  .profile-photo-section .section-heading {
    text-align: center;
  }

  .profile-photo-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-inline: -14px;
    padding: 4px 14px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .profile-photo-grid::-webkit-scrollbar {
    display: none;
  }

  .profile-photo-tile {
    flex: 0 0 min(78vw, 340px);
    min-height: 0;
    scroll-snap-align: center;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.45);
  }

  .extra-service-row {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

/* Mobile conversion refinements */
.section-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.faq-cards {
  width: 100%;
  display: grid;
  gap: 12px;
  border-top: 0;
}

.faq-cards .faq-item {
  border: 1px solid rgba(184, 135, 67, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.018);
  overflow: hidden;
}

.faq-cards .faq-question {
  padding: 0 28px;
}

.faq-cards .faq-answer {
  display: none;
  padding: 0 28px 24px;
}

.faq-cards .faq-item.is-open .faq-answer {
  display: block;
}

.footer-bottom p {
  margin: 0 0 10px;
  line-height: 1.7;
}

@media (max-width: 680px) {
  .header-inner {
    grid-template-columns: 138px 1fr;
    min-height: 68px;
    gap: 14px;
  }

  .brand {
    width: 138px;
  }

  #recenze .review-actions {
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
  }

  .google-review-badge {
    flex: 0 1 128px;
    min-width: 0;
  }

  .review-controls {
    flex: 0 0 auto;
  }

  .header-actions {
    justify-content: end;
    gap: 9px;
    font-size: 11px;
  }

  .main-nav {
    width: calc(100vw - 28px);
    gap: 16px;
    font-size: 11px;
    scrollbar-width: none;
  }

  .service-grid-media .service-card:nth-child(n + 5) {
    display: none;
  }

  .gallery-strip {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 170px 170px;
    gap: 8px;
  }

  .gallery-tile.large {
    grid-row: span 2;
  }

  .gallery-tile.wide {
    grid-column: auto;
  }

  .gallery-tile:nth-child(4) {
    display: none;
  }

  .review-grid {
    gap: 14px;
    padding: 0 18vw 12px 0;
    scroll-padding-left: 0;
  }

  .review-card {
    flex-basis: 78%;
  }

  .flow-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .flow-step {
    min-height: 92px;
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: center;
    text-align: center;
    padding: 16px;
  }

  .flow-step span,
  .flow-step strong {
    justify-self: center;
  }

  .flow-arrow {
    font-size: 20px;
    text-align: center;
    transform: none;
  }

  .faq-cards .faq-item:nth-child(n + 4) {
    display: none;
  }

  .faq-cards .faq-question {
    padding: 0 18px;
  }

  .faq-cards .faq-answer {
    padding: 0 18px 20px;
  }

  .girl-stats {
    gap: 6px;
  }

  .girl-stats span {
    font-size: 11px;
    padding: 6px 8px;
  }

  .profile-hover {
    display: none;
  }
}

/* Full responsive polish */
@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 190px 1fr auto;
    gap: 18px;
  }

  .main-nav {
    gap: 14px;
    font-size: 11px;
  }

  .btn,
  .wp-block-button__link {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: minmax(150px, 190px) auto;
  }

  .header-actions {
    justify-self: end;
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0 13px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar,
  .review-grid::-webkit-scrollbar {
    display: none;
  }

  .service-grid-media,
  .masseuse-directory,
  .profile-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-head,
  .contact-layout,
  .interior-hero-grid,
  .service-detail-grid,
  .profile-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .section {
    padding: 38px 0;
  }

  .service-detail-hero,
  .contact-hero,
  .faq-page-hero,
  .privacy-hero,
  .first-visit-hero,
  .rules-hero,
  .interior-hero,
  .not-found-hero,
  .pricing-hero,
  .massages-hero,
  .masseuses-hero,
  .profile-hero {
    padding: 82px 0 34px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .service-content,
  .pricing-stack {
    gap: 14px;
  }

  .service-content-card,
  .pricing-head {
    padding: 22px;
  }

  .section h2,
  .pricing-head h2,
  .massage-list-body h2 {
    font-size: 31px;
  }

  .hero-content {
    width: min(100% - 28px, var(--content));
    padding-top: 70px;
  }

  .hero-actions,
  .cta-actions,
  .massage-card-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .massage-card-actions .btn,
  .contact-primary .btn,
  .pricing-head .btn,
  .girl-body .btn {
    width: 100%;
  }

  .hero-benefits-luxe {
    width: 100%;
    display: inline-flex;
    gap: 9px 16px;
    margin-top: 24px;
  }

  .hero-checks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 12px;
    text-align: left;
  }

  .hero-checks span {
    padding: 9px 12px;
    border-color: rgba(212, 170, 102, 0.32);
    background: rgba(184, 135, 67, 0.08);
    font-size: 12px;
  }

  .hero-benefits-luxe span {
    min-width: 0;
    width: auto;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    transform: none;
  }

  .hero-benefits-luxe .benefit-icon {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 0;
    color: var(--gold-soft);
    background: transparent;
    transform: none;
  }

  .hero-benefits-luxe strong {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .hero-benefits-luxe small {
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.35;
    color: rgba(241, 236, 228, 0.62);
  }

  .service-hover-detail {
    inset: auto 12px 12px;
    min-height: 34px;
    border: 1px solid rgba(212, 170, 102, 0.38);
    background: rgba(7, 7, 7, 0.72);
    opacity: 1;
    transform: none;
  }

  .service-hover-detail::after {
    display: none;
  }

  .service-grid-media,
  .massages-list-grid,
  .masseuse-directory,
  .contact-address-grid,
  .price-grid,
  .profile-services-grid {
    grid-template-columns: 1fr;
  }

  .filter-bar > div {
    align-items: stretch;
  }

  .filter-bar span {
    width: 100%;
  }

  .filter-chip {
    flex: 1 1 auto;
  }

  .language-switcher summary {
    min-width: 48px;
    padding: 0 10px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .btn {
    display: none;
  }

  .map-info,
  .contact-primary,
  .contact-address-card,
  .pricing-head,
  .massage-list-body,
  .girl-body {
    padding: 18px;
  }
}

/* Mobile hamburger navigation */
@media (max-width: 900px) {
  :root {
    --header-height: 70px;
  }

  .header-inner {
    grid-template-columns: minmax(132px, 178px) 1fr auto;
    gap: 12px;
    min-height: 70px;
  }

  .brand {
    grid-column: 1;
  }

  .header-actions {
    grid-column: 2;
    justify-self: end;
    order: 2;
  }

  .menu-toggle {
    grid-column: 3;
    order: 3;
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(184, 135, 67, 0.38);
    background: rgba(255, 255, 255, 0.025);
    color: var(--gold-soft);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    grid-column: 1 / -1;
    order: 4;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    white-space: normal;
    padding: 10px 0 18px;
    border-top: 1px solid rgba(184, 135, 67, 0.16);
  }

  .site-header.is-menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(184, 135, 67, 0.12);
    padding: 0 4px;
    color: var(--ink);
    font-size: 13px;
    letter-spacing: 0.08em;
  }

.main-nav a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--gold-soft);
    border-right: 1px solid var(--gold-soft);
    transform: rotate(45deg);
    opacity: 0.72;
  }
}

/* Subtle motion */
.reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 220ms ease,
    border-color 220ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.massages-hero.reveal-item,
.service-detail-hero.reveal-item,
.massages-list-grid .reveal-item,
.service-content .reveal-item,
.service-price-section .reveal-item {
  opacity: 1;
  transform: none;
}

.girl-card,
.service-card,
.service-card-media,
.why-card,
.map-card,
.pricing-block,
.massage-list-card,
.contact-primary,
.contact-panel,
.contact-address-card,
.profile-service-card {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.girl-card:hover,
.service-card:hover,
.service-card-media:hover,
.why-card:hover,
.map-card:hover,
.pricing-block:hover,
.massage-list-card:hover,
.contact-primary:hover,
.contact-address-card:hover,
.profile-service-card:hover {
  border-color: rgba(212, 170, 102, 0.38);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  transform: translateY(-4px);
}

.hero .btn-primary {
  position: relative;
  overflow: hidden;
}

.hero .btn-primary::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.34) 46%, transparent 64% 100%);
  transform: translateX(-120%);
  transition: transform 640ms ease;
  pointer-events: none;
}

.hero .btn-primary:hover::after {
  transform: translateX(120%);
}

.interior-shot,
.service-thumb,
.girl-photo {
  transition: transform 520ms ease, filter 520ms ease;
}

.interior-shot:hover,
.service-card:hover .service-thumb,
.girl-card:hover .girl-photo {
  filter: saturate(1.08) brightness(1.04);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 520px) {
  .header-inner {
    grid-template-columns: 132px 1fr 42px;
  }

  .visit-flow {
    display: none;
  }

  .language-switcher summary {
    min-height: 38px;
  }

  .profile-lightbox {
    padding: 10px 12px 72px;
  }

  .profile-lightbox-frame {
    width: calc(100vw - 24px);
    height: calc(100dvh - 92px);
    max-height: none;
  }

  .profile-lightbox-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .profile-lightbox-arrow {
    top: auto;
    bottom: 18px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .profile-lightbox-prev {
    left: calc(50% - 58px);
  }

  .profile-lightbox-next {
    right: calc(50% - 58px);
  }

  .profile-lightbox-counter {
    bottom: -28px;
  }
}
