:root {
  --bg: #08080f;
  --surface: #12121c;
  --surface-2: #181824;
  --soft: rgba(255, 255, 255, .065);
  --text: #faf9fc;
  --muted: #aaa7b5;
  --pink: #ff3d8d;
  --pink-soft: #ff82b6;
  --purple: #8b5cf6;
  --cyan: #31d8c4;
  --line: rgba(255, 255, 255, .11);
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --radius: 24px;
}

/* Telegram directory and booking guide. */
.telegram-nav { color: #8fdcff !important; }
.telegram-nav::before { content: ""; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #2aabee; box-shadow: 0 0 16px rgba(42,171,238,.72); }
.telegram-promo { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 22px; margin-block: 18px 42px; padding: 24px; border: 1px solid rgba(72,181,238,.3); border-radius: 24px; background: radial-gradient(circle at 7% 50%, rgba(42,171,238,.22), transparent 27%), linear-gradient(120deg, rgba(30,49,88,.76), rgba(23,20,46,.78)); box-shadow: 0 24px 64px rgba(0,0,0,.24); }
.telegram-promo-mark { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 19px; background: linear-gradient(135deg, #27a9e8, #5078f2); color: #fff; font-size: 17px; font-weight: 950; letter-spacing: -.03em; box-shadow: 0 16px 34px rgba(42,171,238,.26); }
.telegram-promo-copy span { color: #75cef8; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.telegram-promo-copy h2 { margin: 6px 0; color: #fff; font-size: clamp(22px,2.3vw,32px); letter-spacing: -.035em; }
.telegram-promo-copy p { max-width: 680px; margin: 0; color: #aaa7b6; font-size: 12px; }
.telegram-promo-actions { display: flex; align-items: center; gap: 12px; }
.telegram-directory-button, .booking-primary { background: linear-gradient(115deg, #229ed9, #587ef4); box-shadow: 0 14px 36px rgba(34,158,217,.24); }
.telegram-booking-link { color: #fff; font-size: 11px; font-weight: 850; text-decoration: none; white-space: nowrap; }

.telegram-directory-main { overflow: hidden; }
.telegram-hero { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(300px,.58fr); align-items: end; gap: clamp(36px,7vw,100px); padding-block: clamp(70px,9vw,122px) clamp(52px,7vw,88px); }
.telegram-hero h1 { max-width: 900px; margin: 22px 0; font-size: clamp(58px,8.6vw,126px); line-height: .82; letter-spacing: -.075em; }
.telegram-hero h1 span { background: linear-gradient(100deg,#fff 8%,#5ec7f7 52%,#867bff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.telegram-hero > div > p { max-width: 720px; margin: 0; color: #b6b3c0; font-size: 14px; line-height: 1.8; }
.telegram-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.telegram-hero-note { padding: 26px; border: 1px solid rgba(72,181,238,.27); border-radius: 25px; background: linear-gradient(145deg,rgba(42,171,238,.13),rgba(255,255,255,.035)); }
.telegram-hero-note > span { color: #6ec9f4; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.telegram-hero-note strong { display: block; margin: 34px 0 11px; color: #fff; font-size: 22px; line-height: 1.2; }
.telegram-hero-note p { margin: 0; color: var(--muted); font-size: 12px; }
.telegram-channels, .booking-guide { padding-block: clamp(48px,6vw,82px); border-top: 1px solid rgba(255,255,255,.07); }
.telegram-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.58fr); align-items: end; gap: 34px; margin-bottom: 32px; }
.telegram-section-heading span { color: #66c7f4; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.telegram-section-heading h2 { margin: 10px 0 0; font-size: clamp(35px,4.6vw,64px); letter-spacing: -.055em; }
.telegram-section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 12px; }
.telegram-group-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.telegram-group { min-height: 290px; padding: 24px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018)); }
.telegram-group:first-child { border-color: rgba(42,171,238,.34); background: radial-gradient(circle at 100% 0,rgba(42,171,238,.14),transparent 42%),rgba(255,255,255,.028); }
.telegram-group-heading > span { color: #6bcaf6; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.telegram-group-heading h3 { margin: 9px 0 5px; font-size: 25px; letter-spacing: -.035em; }
.telegram-group-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.telegram-channel-list { display: grid; gap: 8px; margin-top: 24px; }
.telegram-channel-list a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 68px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); color: #fff; text-decoration: none; transition: transform 170ms ease,border-color 170ms ease,background 170ms ease; }
.telegram-channel-list a:hover { transform: translateY(-2px); border-color: rgba(42,171,238,.48); background: rgba(42,171,238,.08); }
.telegram-channel-list a > span { min-width: 0; }
.telegram-channel-list strong, .telegram-channel-list small { display: block; }
.telegram-channel-list strong { font-size: 14px; }
.telegram-channel-list small { margin-top: 3px; overflow: hidden; color: #79ccef; font-size: 10px; text-overflow: ellipsis; }
.telegram-channel-list i { color: #73cef7; font-size: 22px; font-style: normal; }
.booking-layout { display: grid; grid-template-columns: minmax(0,1.14fr) minmax(320px,.7fr); gap: 16px; }
.booking-steps { display: grid; gap: 10px; }
.booking-steps article { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 18px; min-height: 132px; padding: 22px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.03); }
.booking-steps b { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(42,171,238,.28); border-radius: 16px; background: rgba(42,171,238,.1); color: #72ccf6; font-size: 13px; }
.booking-steps h3 { margin: 3px 0 8px; font-size: 20px; }
.booking-steps p { margin: 0; color: var(--muted); font-size: 12px; }
.booking-message { padding: 27px; border: 1px solid rgba(255,61,141,.3); border-radius: 24px; background: radial-gradient(circle at 100% 0,rgba(255,61,141,.16),transparent 43%),rgba(255,255,255,.035); }
.booking-message > span { color: var(--pink-soft); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.booking-message h3 { margin: 12px 0 20px; font-size: 22px; }
.booking-message-template { padding: 17px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(0,0,0,.17); }
.booking-message-template p { margin: 0; padding-block: 8px; border-bottom: 1px solid rgba(255,255,255,.07); color: #d3d0da; font-size: 11px; }
.booking-message-template p:last-child { border-bottom: 0; }
.booking-message-note { margin: 16px 0; color: var(--muted); font-size: 10px; }
.booking-message .button { width: 100%; }

.home-telegram { margin-top: clamp(42px,7vw,96px); padding-block: clamp(58px,8vw,108px); border-top: 1px solid rgba(255,255,255,.08); scroll-margin-top: 84px; }
.telegram-home-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.62fr); align-items: end; gap: 36px; margin-bottom: 32px; }
.telegram-home-intro h2 { max-width: 760px; margin: 13px 0 0; font-size: clamp(42px,5.8vw,78px); line-height: .94; letter-spacing: -.06em; }
.telegram-home-intro > p { margin: 0 0 7px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.home-booking-guide { margin-top: clamp(54px,7vw,88px); padding-top: clamp(48px,6vw,76px); border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 900px) {
  .telegram-promo { grid-template-columns: auto 1fr; }
  .telegram-promo-actions { grid-column: 1 / -1; justify-content: flex-end; }
  .telegram-hero { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .telegram-hero-note { max-width: 620px; }
  .telegram-group-grid, .booking-layout { grid-template-columns: 1fr; }
  .telegram-home-intro { grid-template-columns: 1fr; gap: 15px; }
}

@media (max-width: 640px) {
  .telegram-promo { grid-template-columns: 1fr; gap: 14px; margin-block: 12px 28px; padding: 18px; border-radius: 18px; }
  .telegram-promo-mark { width: 48px; height: 48px; border-radius: 15px; font-size: 14px; }
  .telegram-promo-copy h2 { font-size: 22px; }
  .telegram-promo-actions { grid-column: auto; align-items: stretch; flex-direction: column; }
  .telegram-promo-actions .button { width: 100%; }
  .telegram-booking-link { padding: 5px 3px; text-align: center; }
  .telegram-hero { padding-block: 48px 38px; }
  .telegram-hero h1 { margin-block: 18px; font-size: clamp(50px,15vw,70px); }
  .telegram-hero > div > p { font-size: 12px; }
  .telegram-hero-actions { flex-direction: column; }
  .telegram-hero-actions .button { width: 100%; }
  .telegram-hero-note { padding: 20px; border-radius: 19px; }
  .telegram-hero-note strong { margin-top: 24px; font-size: 19px; }
  .telegram-section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
  .telegram-section-heading h2 { font-size: 38px; }
  .telegram-group { min-height: 0; padding: 18px; border-radius: 19px; }
  .telegram-group-heading h3 { font-size: 21px; }
  .telegram-channel-list { margin-top: 18px; }
  .telegram-channel-list a { min-height: 62px; padding: 10px 13px; border-radius: 14px; }
  .booking-steps article { grid-template-columns: 44px minmax(0,1fr); gap: 13px; min-height: 0; padding: 17px; border-radius: 17px; }
  .booking-steps b { width: 42px; height: 42px; border-radius: 13px; }
  .booking-steps h3 { font-size: 17px; }
  .booking-message { padding: 19px; border-radius: 19px; }
  .home-telegram { margin-top: 32px; padding-block: 46px 58px; }
  .telegram-home-intro { margin-bottom: 23px; }
  .telegram-home-intro h2 { font-size: 40px; }
  .telegram-home-intro > p { font-size: 12px; }
  .home-booking-guide { margin-top: 46px; padding-top: 42px; }
}

* { box-sizing: border-box; }

html {
  color-scheme: dark;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% -8%, rgba(255, 61, 141, .17), transparent 34rem),
    radial-gradient(circle at 98% 22%, rgba(139, 92, 246, .14), transparent 32rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #08080f;
  font-weight: 800;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 15, .76);
  backdrop-filter: blur(20px) saturate(140%);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.site-header.is-scrolled { border-color: rgba(255, 255, 255, .16); background: rgba(8, 8, 15, .92); box-shadow: 0 12px 34px rgba(0, 0, 0, .28); }

.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 28px; }

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.06em;
  box-shadow: 0 10px 30px rgba(255, 61, 141, .22);
  transform: skew(-5deg);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 15px; letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.menu { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 5px; }
.menu > a, .nav-cta {
  min-height: 42px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #d8d5df;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.menu > a { display: inline-flex; align-items: center; }
.menu > a:hover { background: var(--soft); color: #fff; }
.nav-cta { margin-left: 6px; border: 1px solid var(--line); background: var(--soft); color: #fff; }
.nav-cta:hover { transform: translateY(-2px); border-color: rgba(255, 61, 141, .45); }

.menu-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: #fff;
  font-weight: 750;
}
.menu-icon { font-size: 21px; line-height: 1; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  min-height: 650px;
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  padding-block: clamp(66px, 9vw, 118px) 76px;
}

.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pink-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(49, 216, 196, .1), 0 0 18px var(--cyan); }

.hero h1 {
  max-width: 720px;
  margin: 22px 0 24px;
  font-size: clamp(54px, 7.3vw, 98px);
  line-height: .94;
  letter-spacing: -.075em;
}
.hero h1 span {
  background: linear-gradient(100deg, #fff 0%, #ffb5d3 38%, #ff5d9f 67%, #9a78ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-copy > p { max-width: 610px; margin: 0; color: #c5c2ce; font-size: clamp(16px, 1.7vw, 19px); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 830;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.button span { font-size: 17px; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(-1px) scale(.985); }
.button.primary { background: linear-gradient(115deg, var(--pink), var(--purple)); box-shadow: 0 14px 38px rgba(255, 61, 141, .23); }
.button.primary:hover { box-shadow: 0 18px 45px rgba(255, 61, 141, .32); }
.button.secondary { border-color: var(--line); background: var(--soft); backdrop-filter: blur(12px); }

.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.trust-row span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; font-weight: 750; }

.hero-art {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 38px;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    #101019;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero-art::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(255, 255, 255, .075); border-radius: 27px; }
.hero-art::after { content: "KL · PENANG"; position: absolute; right: 40px; bottom: 30px; color: rgba(255,255,255,.25); font-size: 10px; font-weight: 850; letter-spacing: .35em; writing-mode: vertical-rl; }
.hero-number {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: transparent;
  font-size: clamp(180px, 23vw, 300px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.12em;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .18);
  filter: drop-shadow(0 20px 60px rgba(255, 61, 141, .24));
  transform: translate(-53%, -48%) rotate(-7deg);
}
.orb { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .8; }
.orb-one { width: 330px; height: 330px; top: -70px; right: -70px; background: radial-gradient(circle at 35% 35%, #ff79b5, #ff3d8d 28%, rgba(255,61,141,.05) 68%); animation: float 7s ease-in-out infinite; }
.orb-two { width: 290px; height: 290px; bottom: -80px; left: -75px; background: radial-gradient(circle at 60% 40%, #b49aff, #7545e5 32%, rgba(117,69,229,.04) 70%); animation: float 8s ease-in-out -3s infinite reverse; }
.float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  min-width: 150px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 17px;
  background: rgba(18, 18, 28, .68);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .3);
  backdrop-filter: blur(16px);
}
.float-card small { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.float-card strong { margin-top: 5px; font-size: 15px; }
.fc-one { top: 72px; left: 38px; animation: float 6s ease-in-out -1.5s infinite; }
.fc-two { right: 44px; bottom: 72px; animation: float 7s ease-in-out -3s infinite; }
.spark { position: absolute; z-index: 4; color: #fff; text-shadow: 0 0 18px #fff; animation: pulse 2.8s ease-in-out infinite; }
.spark-one { top: 25%; right: 24%; font-size: 24px; }
.spark-two { bottom: 24%; left: 25%; font-size: 15px; animation-delay: -1.2s; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes pulse { 0%,100% { opacity: .35; transform: scale(.82); } 50% { opacity: 1; transform: scale(1.12); } }

.quick-search {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 1.15fr) auto;
  align-items: center;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .19);
  backdrop-filter: blur(15px);
}
.search-copy { display: flex; flex-direction: column; }
.search-copy span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-copy strong { margin-top: 2px; font-size: 17px; }
.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(0, 0, 0, .18);
}
.search-box span { color: var(--pink-soft); font-size: 22px; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font-size: 14px; }
.search-box input::placeholder { color: #777483; }
.city-pills { display: flex; gap: 7px; }
.pill {
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: #c6c3cd;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}
.pill.is-active { border-color: transparent; background: #fff; color: #0b0b12; }

.profiles { padding-block: clamp(28px, 4vw, 44px); scroll-margin-top: 68px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 20px; }
.section-heading h2, .experience h2, .cta h2 { margin: 9px 0 0; font-size: clamp(36px, 5vw, 60px); line-height: 1; letter-spacing: -.06em; }
.section-heading h2 { font-size: clamp(34px, 3.6vw, 46px); }
.section-heading h2 span, .experience h2 span { color: var(--muted); font-weight: 500; }
.section-tools { display: flex; align-items: center; gap: 18px; }
.section-tools > span { color: var(--muted); font-size: 12px; font-weight: 700; }
.slider-buttons { display: none; gap: 7px; }
.slider-buttons button, .back-top {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--soft);
  color: #fff;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}
.slider-buttons button:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }

.profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.profile-card {
  --card-tilt-x: 0deg;
  --card-tilt-y: 0deg;
  --card-lift: 0px;
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  height: clamp(126px, calc((100svh - 335px) / 3), 165px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .23);
  transform: perspective(900px) translateY(var(--card-lift)) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y));
  transform-style: preserve-3d;
  transition: transform 220ms cubic-bezier(.2,.75,.25,1), border-color 220ms ease;
}
.profile-card::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(150px circle at var(--pointer-x) var(--pointer-y), rgba(255, 130, 182, .09), transparent 68%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.profile-card:active { --card-lift: -1px; }
.card-media { position: relative; width: auto; height: 100%; aspect-ratio: 9 / 16; overflow: hidden; background: #0d0d14; }
.card-media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(8,8,15,.88)); pointer-events: none; }
.card-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 420ms cubic-bezier(.2,.75,.25,1); }
.card-gallery-badge { position: absolute; z-index: 7; right: 7px; bottom: 7px; display: inline-flex; box-sizing: border-box; max-width: calc(100% - 14px); min-height: 24px; align-items: center; gap: 6px; padding: 4px 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(9,9,16,.82); color: #fff; white-space: nowrap; box-shadow: 0 7px 18px rgba(0,0,0,.3); pointer-events: none; backdrop-filter: blur(10px); transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.card-gallery-badge i { position: relative; width: 12px; height: 10px; flex: 0 0 auto; border: 1.5px solid currentColor; border-radius: 2px; color: var(--pink-soft); }
.card-gallery-badge i::before { content: ""; position: absolute; inset: -4px 3px 3px -4px; border: 1px solid currentColor; border-radius: 2px; opacity: .62; }
.card-gallery-badge i::after { content: ""; position: absolute; top: 2px; left: 2px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.card-gallery-badge b { min-width: 0; overflow: hidden; font-size: 9px; font-weight: 850; line-height: 1; text-overflow: ellipsis; }
.profile-card.has-gallery .card-gallery-badge { border-color: rgba(255,121,177,.34); background: linear-gradient(120deg, rgba(38,14,31,.88), rgba(26,18,48,.84)); }
.profile-card.has-video .card-gallery-badge { border-color: rgba(255,121,177,.48); background: linear-gradient(120deg, rgba(63,17,51,.94), rgba(35,24,69,.9)); }
.profile-card.has-video .card-gallery-badge i { width: 0; height: 0; margin-left: 2px; border: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid var(--pink-soft); border-radius: 0; }
.profile-card.has-video .card-gallery-badge i::before,
.profile-card.has-video .card-gallery-badge i::after { display: none; }
@keyframes card-gallery-cue-in { 0% { opacity: .35; transform: translateX(5px) scale(.94); } 70% { opacity: 1; transform: translateX(-1px) scale(1.02); } 100% { opacity: 1; transform: none; } }
.js .profile-card.has-gallery.reveal.is-visible .card-gallery-badge,
.js .profile-card.has-video.reveal.is-visible .card-gallery-badge { animation: card-gallery-cue-in 520ms cubic-bezier(.2,.75,.25,1) 220ms both; }
@media (hover: hover) and (pointer: fine) {
  .profile-card:hover { --card-lift: -4px; border-color: rgba(255, 61, 141, .48); box-shadow: 0 20px 46px rgba(0,0,0,.34), 0 0 0 1px rgba(255,61,141,.08); }
  .profile-card:hover::before { opacity: 1; }
  .profile-card:hover .card-media img { transform: scale(1.03); }
  .profile-card:hover .card-gallery-badge, .profile-card:focus-within .card-gallery-badge { border-color: rgba(255,255,255,.42); transform: translateY(-2px); }
}
.status, .location {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(12, 12, 20, .7);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .04em;
  backdrop-filter: blur(10px);
}
.status { top: 9px; left: 9px; gap: 6px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.location { right: 9px; bottom: 9px; color: #e9e7ee; }
.card-body { display: flex; min-width: 0; flex-direction: column; padding: 12px 13px; }
.name-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.name-row h3 { min-width: 0; margin: 0; overflow: hidden; font-size: 20px; line-height: 1.1; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.name-row span { color: var(--pink-soft); font-size: 9px; font-weight: 800; white-space: nowrap; }
.card-stats { display: grid; flex: 1 1 auto; align-content: space-evenly; gap: 2px; min-height: 0; margin: 5px 0 6px; line-height: 1.1; }
.card-stats > div { display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: baseline; gap: 8px; min-width: 0; padding: 1px 0; }
.card-stats dt { color: var(--muted); font-size: 8px; font-weight: 750; }
.card-stats dd { min-width: 0; margin: 0; overflow: hidden; color: #ebe8f1; font-size: 10px; font-weight: 800; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.card-stats .card-stat-region { border-color: rgba(255,61,141,.22); background: linear-gradient(120deg, rgba(255,61,141,.11), rgba(139,92,246,.06)); }
.card-stats .card-stat-region dd { color: var(--pink-soft); }
.card-prices { display: grid; flex: 0 0 auto; gap: 2px; margin-top: 0; padding: 7px 8px; border: 1px solid rgba(255,61,141,.24); border-radius: 10px; background: linear-gradient(120deg, rgba(255,61,141,.13), rgba(139,92,246,.08)); }
.card-prices > div { display: flex; align-items: center; justify-content: space-between; gap: 5px; min-width: 0; line-height: 1.15; }
.card-prices span { overflow: hidden; color: var(--pink-soft); font-size: 8px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.card-prices strong { color: #fff; font-size: 12px; white-space: nowrap; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 8px; border-top: 1px solid var(--line); }
.card-footer strong { color: #fff; font-size: 12px; }
.card-action { color: var(--pink-soft); font-size: 10px; font-weight: 850; white-space: nowrap; }
.card-hit-area { position: absolute; z-index: 6; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: inherit; background: transparent; opacity: 0; cursor: pointer; }
.profile-card:has(.card-hit-area:focus-visible) { outline: 2px solid var(--pink-soft); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.empty-state { padding: 60px 20px; border: 1px dashed var(--line); border-radius: 20px; color: var(--muted); text-align: center; }

.experience {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
  padding: clamp(48px, 7vw, 84px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(140deg, rgba(255,61,141,.08), rgba(139,92,246,.05) 45%, rgba(255,255,255,.025));
  box-shadow: var(--shadow);
}
.experience-copy > p { max-width: 520px; margin: 24px 0; color: #c6c3ce; }
.experience-copy > a { display: inline-flex; gap: 10px; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.experience-copy > a span { color: var(--pink-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.feature-grid article { min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(8,8,15,.38); }
.feature-grid article > span { color: var(--pink-soft); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.feature-grid h3 { margin: 22px 0 8px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-block: 88px 54px; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: 28px; background: #11111a; overflow: hidden; position: relative; }
.cta::before { content: ""; position: absolute; width: 260px; height: 260px; right: 5%; top: -160px; border-radius: 50%; background: var(--pink); filter: blur(80px); opacity: .22; }
.cta > * { position: relative; z-index: 1; }
.cta > div > span { color: var(--pink-soft); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.cta h2 { font-size: clamp(32px, 4vw, 50px); }
.cta p { margin: 12px 0 0; color: var(--muted); }

.site-footer { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(155deg, rgba(255,61,141,.08), transparent 34%), linear-gradient(25deg, rgba(139,92,246,.08), transparent 38%), #0b0b14; color: var(--muted); }
.site-footer::before { content: ""; position: absolute; top: -190px; right: -80px; width: 430px; height: 430px; border-radius: 50%; background: rgba(255,61,141,.14); filter: blur(110px); pointer-events: none; }
.site-footer > * { position: relative; z-index: 1; }
.footer-showcase { padding-block: clamp(54px, 7vw, 86px); }
.footer-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); align-items: end; gap: clamp(30px, 7vw, 92px); }
.footer-kicker { display: block; margin-bottom: 16px; color: var(--pink-soft); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-heading h2 { max-width: 760px; margin: 0; font-size: clamp(40px, 5.6vw, 72px); line-height: .94; letter-spacing: -.065em; }
.footer-heading h2 span { display: block; margin-top: 10px; background: linear-gradient(100deg, #fff, #ff91be 58%, #a98cff); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: .47em; line-height: 1.15; letter-spacing: -.035em; }
.footer-lede { max-width: 470px; margin: 0 0 6px; color: #cbc8d2; font-size: 14px; }
.footer-lede span { display: block; margin-top: 9px; color: var(--muted); font-size: 12px; }
.footer-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: clamp(34px, 5vw, 54px); }
.footer-benefits article { min-height: 168px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); }
.footer-benefits article > span { color: var(--pink-soft); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.footer-benefits h3 { margin: 28px 0 9px; color: #fff; font-size: 16px; line-height: 1.25; }
.footer-benefits p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-benefits p span { display: block; }
.footer-benefits p span + span { margin-top: 7px; color: #c9c6d0; }
.footer-main { display: grid; grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr); gap: clamp(38px, 8vw, 108px); padding-block: clamp(36px, 5vw, 58px); border-top: 1px solid var(--line); }
.footer-brand { display: grid; grid-template-columns: auto 1fr; align-content: start; align-items: center; align-self: start; }
.footer-brand .brand-mark { width: 48px; height: 39px; font-size: 19px; }
.footer-brand-note { grid-column: 1 / -1; margin-top: 16px; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.footer-nav { display: grid; grid-template-columns: .62fr .82fr 1.7fr; gap: clamp(22px, 4vw, 48px); }
.footer-nav > div { min-width: 0; }
.footer-nav h3 { margin: 0 0 16px; color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav h3 span { margin-left: 5px; color: var(--muted); font-size: 9px; letter-spacing: .05em; }
.footer-nav > div > a { display: block; width: fit-content; margin-top: 9px; color: #c9c6d0; font-size: 11px; text-decoration: none; transition: color 160ms ease, transform 160ms ease; }
.footer-contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.footer-contact-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; text-decoration: none; box-shadow: 0 14px 34px rgba(0,0,0,.2); transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease; }
.footer-contact-links a.telegram { background: linear-gradient(135deg, #168fc9, #4d73ee); }
.footer-contact-links a.whatsapp { background: linear-gradient(135deg, #149d4f, #28c96c); }
.footer-contact-links strong { font-size: 14px; line-height: 1.2; }
.footer-contact-links i { color: #fff; font-size: 22px; font-style: normal; line-height: 1; }
.footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px 30px; border-top: 1px solid var(--line); font-size: 10px; }
.footer-legal p { margin: 0; }
.footer-home { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; text-decoration: none; }
.footer-home span { color: var(--pink-soft); }

@media (hover: hover) and (pointer: fine) {
  .footer-nav > div > a:hover { color: #fff; transform: translateX(3px); }
  .footer-contact-links a:hover { border-color: rgba(255,255,255,.36); box-shadow: 0 18px 38px rgba(0,0,0,.3); transform: translateY(-2px); }
}

.back-top { position: fixed; z-index: 90; right: 20px; bottom: 20px; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 14px 34px rgba(0,0,0,.35); opacity: 0; transform: translateY(15px) scale(.9); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.back-top.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.back-top.is-over-profiles { opacity: 0; pointer-events: none; }
.toast { position: fixed; z-index: 210; left: 50%; bottom: 24px; padding: 12px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(20,20,31,.94); color: #fff; font-size: 12px; font-weight: 750; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.profile-dialog { position: fixed; inset: 0; width: min(820px, calc(100% - 28px)); max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); margin: auto; padding: 0; border: 1px solid var(--line); border-radius: 28px; background: #11111b; color: #fff; box-shadow: 0 32px 100px rgba(0,0,0,.7); overflow: hidden; }
.profile-dialog::backdrop { background: rgba(2,2,7,.76); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 12; top: 14px; right: 14px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(8,8,15,.78); color: #fff; font-size: 26px; cursor: pointer; backdrop-filter: blur(10px); }
.dialog-layout { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 520px; }
.dialog-gallery { position: relative; min-width: 0; min-height: 520px; max-height: 620px; overflow: hidden; background: #08080f; isolation: isolate; }
.dialog-gallery-track { position: absolute; inset: 0; display: flex; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
.dialog-gallery-track::-webkit-scrollbar { display: none; }
.dialog-gallery-slide { display: block; width: 100%; height: 100%; flex: 0 0 100%; background: #08080f; object-fit: contain; object-position: center center; scroll-snap-align: start; scroll-snap-stop: always; }
.dialog-gallery-video { object-fit: contain; }
.dialog-gallery-nav { position: absolute; z-index: 4; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(8,8,15,.72); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; backdrop-filter: blur(10px); transform: translateY(-50%); transition: opacity 160ms ease, background-color 160ms ease, transform 160ms ease; }
.dialog-gallery-nav:hover:not(:disabled) { background: rgba(255,61,141,.86); transform: translateY(-50%) scale(1.06); }
.dialog-gallery-nav:disabled { opacity: .3; cursor: default; }
.dialog-gallery-nav.previous { left: 12px; }
.dialog-gallery-nav.next { right: 12px; }
.dialog-gallery-status { position: absolute; z-index: 4; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: center; gap: 9px; pointer-events: none; }
.dialog-gallery.is-video-active .dialog-gallery-status { top: 12px; bottom: auto; }
.dialog-gallery-counter { flex: 0 0 auto; padding: 4px 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(8,8,15,.72); color: #fff; font-size: 10px; font-weight: 800; backdrop-filter: blur(10px); }
.dialog-gallery-dots { display: flex; align-items: center; justify-content: flex-start; gap: 0; max-width: calc(100% - 52px); padding: 3px 5px; overflow-x: auto; border-radius: 999px; background: rgba(8,8,15,.72); pointer-events: auto; scrollbar-width: none; backdrop-filter: blur(10px); }
.dialog-gallery-dots::-webkit-scrollbar { display: none; }
.dialog-gallery-dots button { position: relative; display: grid; width: 24px; height: 24px; flex: 0 0 24px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.dialog-gallery-dots button::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.42); transition: width 160ms ease, background-color 160ms ease; }
.dialog-gallery-dots button.is-active::before { width: 18px; border-radius: 999px; background: var(--pink-soft); }
.dialog-gallery-dots button:focus-visible { outline: 2px solid #fff; outline-offset: -2px; }
.dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.dialog-copy h2 { margin: 10px 0 5px; font-size: clamp(38px, 6vw, 58px); line-height: 1; letter-spacing: -.055em; }
.dialog-copy > p { margin: 0; color: var(--pink-soft); font-weight: 750; }
.dialog-copy dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 20px 0 12px; }
.dialog-copy dl div { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.dialog-copy dt { color: var(--muted); font-size: 10px; }
.dialog-copy dd { margin: 4px 0 0; font-size: 15px; font-weight: 800; }
.dialog-prices { display: grid; gap: 7px; margin-bottom: 14px; }
.dialog-prices > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.045); }
.dialog-prices span { display: flex; min-width: 0; flex-direction: column; }
.dialog-prices b { font-size: 11px; }
.dialog-prices small { margin-top: 1px; color: var(--muted); font-size: 9px; }
.dialog-prices strong { color: #fff; font-size: 16px; white-space: nowrap; }
.dialog-extra-info { margin: 0 0 14px; padding: 11px 13px; border: 1px solid rgba(255,121,177,.25); border-radius: 14px; background: linear-gradient(125deg, rgba(255,61,141,.07), rgba(150,89,255,.07)); }
.dialog-extra-info[hidden] { display: none; }
.dialog-extra-info > span { display: block; margin-bottom: 5px; color: var(--pink-soft); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.dialog-extra-info > p { margin: 0; color: #e8e3eb; font-size: 11px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.dialog-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.dialog-actions .button { min-height: 50px; padding-inline: 14px; }
.contact-button.telegram { background: linear-gradient(115deg, #229ed9, #587ef4); box-shadow: 0 12px 30px rgba(34,158,217,.2); }
.contact-button.whatsapp { background: linear-gradient(115deg, #20bf64, #25d366); box-shadow: 0 12px 30px rgba(37,211,102,.18); }
.dialog-copy > small { margin-top: 9px; color: var(--muted); }
body:has(.profile-dialog[open]) { overflow: hidden; }

.js .reveal { opacity: 0; transform: translate3d(0, 14px, 0); transition: opacity 460ms ease, transform 460ms cubic-bezier(.2,.75,.25,1); will-change: opacity, transform; }
.js .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); will-change: auto; }
.js .profile-card.reveal { transform: perspective(900px) translate3d(0, 14px, 0) scale(.985); transition-delay: calc(var(--reveal-order, 0) * 45ms); }
.js .profile-card.reveal.is-visible { transform: perspective(900px) translateY(var(--card-lift)) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y)) scale(1); }
.js .profile-card.reveal.is-visible:active { transform: perspective(900px) translateY(-1px) rotateX(var(--card-tilt-x)) rotateY(var(--card-tilt-y)) scale(.985); transition-duration: 100ms; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr .82fr; }
  .profile-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .quick-search { grid-template-columns: 1fr 1.5fr; }
  .city-pills { grid-column: 1 / -1; }
  .experience { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 22px, 680px); }
  .nav { min-height: 68px; }
  .brand-mark { width: 46px; height: 38px; font-size: 19px; }
  .menu-toggle { display: inline-flex; }
  .menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 11px;
    right: 11px;
    display: grid;
    gap: 5px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 0 0 20px 20px;
    background: rgba(13,13,21,.96);
    backdrop-filter: blur(18px);
    max-height: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -8px, 0);
    transform-origin: top;
    transition: opacity 160ms ease, transform 200ms cubic-bezier(.2,.75,.25,1), visibility 0s linear 200ms;
  }
  .menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translate3d(0, 0, 0); transition-delay: 0s; }
  .menu > a, .nav-cta { justify-content: flex-start; width: 100%; min-height: 46px; margin: 0; border-radius: 12px; }

  .hero { grid-template-columns: 1fr; min-height: auto; gap: 42px; padding-block: 64px 48px; }
  .hero h1 { font-size: clamp(49px, 15vw, 74px); }
  .hero-art { min-height: 390px; border-radius: 28px; }
  .hero-number { font-size: min(54vw, 230px); }
  .float-card { min-width: 125px; padding: 13px 14px; }
  .fc-one { top: 45px; left: 24px; }
  .fc-two { right: 24px; bottom: 48px; }
  .trust-row { gap: 6px; }

  .quick-search { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .city-pills { grid-column: auto; flex-wrap: wrap; overflow: visible; }
  .pill { flex: 1 1 auto; }

  .profiles { padding-block: 18px 28px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 5px; margin-bottom: 10px; }
  .section-tools { width: 100%; justify-content: space-between; }
  .section-heading h2 { font-size: 29px; }

  .profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .profile-card { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); height: clamp(158px, 43vw, 170px); aspect-ratio: auto; border-radius: 14px; }
  .profile-card:hover { transform: none; }
  .card-media { position: relative; inset: auto; width: auto; height: 100%; aspect-ratio: 9 / 16; }
  .status, .location { display: none; }
  .card-body { position: relative; z-index: 3; inset: auto; display: flex; min-height: 0; padding: 9px 7px; background: none; }
  .name-row { display: block; min-width: 0; }
  .name-row h3 { font-size: clamp(14px, 4vw, 16px); }
  .name-row span {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    font-size: clamp(8px, 2.3vw, 9px);
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .card-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); align-content: stretch; gap: 4px; margin: 4px 0 5px; }
  .card-stats > div { grid-template-columns: 1fr; align-content: center; gap: 2px; min-height: 0; padding: 4px 5px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: rgba(255,255,255,.035); }
  .card-stats dt { font-size: clamp(8px, 2.1vw, 9px); }
  .card-stats dd { font-size: clamp(9px, 2.55vw, 10px); text-align: left; }
  .card-prices { gap: 2px; padding: 5px 6px; border-radius: 8px; }
  .card-prices > div { display: grid; grid-template-columns: 1fr; justify-items: start; gap: 0; }
  .card-prices span { font-size: clamp(8px, 2.1vw, 9px); }
  .card-prices strong { font-size: clamp(11px, 3vw, 12px); line-height: 1.1; }
  .card-footer { display: flex; margin-top: auto; padding-top: 4px; }
  .card-footer strong { overflow: hidden; font-size: clamp(7px, 2vw, 9px); text-overflow: ellipsis; white-space: nowrap; }
  .card-action { display: none; }
  .slider-buttons { display: none; }

  .experience { padding: 30px 18px; border-radius: 26px; }
  .experience h2 { font-size: 42px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 160px; }
  .cta { align-items: flex-start; flex-direction: column; margin-block: 68px 40px; padding: 30px 22px; }
  .cta .button { width: 100%; }
  .footer-showcase { padding-block: 46px; }
  .footer-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .footer-heading h2 { font-size: clamp(42px, 13vw, 62px); }
  .footer-lede { max-width: 560px; }
  .footer-benefits { grid-template-columns: 1fr; gap: 9px; margin-top: 30px; }
  .footer-benefits article { min-height: auto; padding: 18px; }
  .footer-benefits h3 { margin-top: 16px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-block: 36px; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
  .footer-nav > div:last-child { grid-column: 1 / -1; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 18px 26px; }

  .dialog-layout { grid-template-columns: 1fr; min-height: 0; max-height: min(calc(100vh - 24px), 760px); max-height: min(calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)), 760px); overflow-y: auto; overscroll-behavior-y: contain; scroll-behavior: auto; -webkit-overflow-scrolling: touch; }
  .dialog-gallery { width: 100%; height: min(52svh, 430px); min-height: 280px; max-height: none; }
  .dialog-gallery-nav { width: 38px; height: 38px; }
  .dialog-copy { padding: 18px 14px 16px; }
  .dialog-copy h2 { margin: 6px 0 3px; font-size: 36px; }
  .dialog-copy dl { margin: 12px 0 9px; }
  .dialog-copy dl div { padding: 8px; }
  .dialog-copy dt { font-size: 9px; }
  .dialog-copy dd { font-size: 13px; }
  .dialog-prices { gap: 5px; margin-bottom: 9px; }
  .dialog-prices > div { padding: 7px 9px; }
  .dialog-prices b { font-size: 10px; }
  .dialog-prices small { font-size: 8px; }
  .dialog-prices strong { font-size: 14px; }
  .dialog-extra-info { margin-bottom: 9px; padding: 8px 9px; border-radius: 11px; }
  .dialog-extra-info > span { margin-bottom: 3px; font-size: 8px; }
  .dialog-extra-info > p { font-size: 10px; line-height: 1.45; }
  .dialog-actions .button { min-height: 44px; width: 100%; font-size: 12px; }
  .dialog-copy > small { margin-top: 6px; font-size: 9px; }
  .dialog-actions .button { width: 100%; }
}

@media (max-width: 390px) {
  .brand-copy small { display: none; }
  .menu-toggle > span:first-child { display: none; }
  .hero { gap: 28px; padding-block: 48px 36px; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 250px; }
  .fc-one { top: 28px; left: 18px; }
  .fc-two { right: 18px; bottom: 30px; }
  .dialog-copy dl { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-nav > div:last-child { grid-column: auto; }
}

@media (max-width: 340px) {
  .footer-contact-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; transition-delay: 0ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; will-change: auto; }
  .profile-card { --card-lift: 0px; --card-tilt-x: 0deg; --card-tilt-y: 0deg; transform: none !important; }
  .profile-card::before { display: none; }
  .profile-card:hover .card-media img, .profile-card:hover .card-gallery-badge, .profile-card:focus-within .card-gallery-badge { transform: none; }
}

/* Three-region directory */
.menu > a.is-current { background: rgba(255, 61, 141, .12); color: var(--pink-soft); }

.directory-intro { padding-block: clamp(58px, 8vw, 104px) 36px; text-align: center; }
.directory-intro .eyebrow { justify-content: center; }
.directory-intro h1 { margin: 20px auto 18px; font-size: clamp(54px, 7.5vw, 96px); line-height: .92; letter-spacing: -.075em; }
.directory-intro h1 span { background: linear-gradient(100deg, #fff 0%, #ffb5d3 38%, #ff5d9f 67%, #9a78ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.directory-intro p { margin: 0; color: var(--muted); font-size: 15px; }
.directory-categories { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; padding-bottom: 24px; }
.directory-categories a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border: 1px solid rgba(255,61,141,.28); border-radius: 999px; background: rgba(255,61,141,.06); color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.directory-categories a:hover { border-color: rgba(255,61,141,.62); background: rgba(255,61,141,.13); }

.welcome-video { padding-bottom: clamp(30px, 5vw, 54px); }
.video-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.video-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.055em; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #050509; box-shadow: var(--shadow); transition: transform 220ms cubic-bezier(.2,.75,.25,1), border-color 220ms ease; }
.video-frame video { display: block; width: 100%; height: 100%; object-fit: cover; }

.directory-categories a, .pill, .catalog-switch a { transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease; }
.directory-categories a:active, .pill:active, .catalog-switch a:active { transform: scale(.98); transition-duration: 100ms; }
.search-box, .sort-box { transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.search-box:focus-within, .sort-box:focus-within { border-color: rgba(255,61,141,.58); background: rgba(255,61,141,.04); box-shadow: 0 0 0 3px rgba(255,61,141,.08); }

@media (hover: hover) and (pointer: fine) {
  .video-frame:hover { transform: translateY(-3px); border-color: rgba(255,61,141,.42); }
  .directory-categories a:hover, .pill:hover, .catalog-switch a:hover { transform: translateY(-2px); }
}

.region-switcher {
  display: grid;
  grid-template-columns: minmax(180px, .48fr) 1.52fr;
  align-items: stretch;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 54px rgba(0,0,0,.2);
}
.region-switcher-heading { display: flex; flex-direction: column; justify-content: center; }
.region-switcher-heading h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.06em; }
.region-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.region-links a {
  position: relative;
  display: grid;
  min-height: 124px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8,8,15,.42);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.region-links a:hover { transform: translateY(-3px); border-color: rgba(255,61,141,.45); background: rgba(255,61,141,.07); }
.region-links span { color: var(--pink-soft); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.region-links strong { align-self: end; font-size: 20px; }
.region-links small { color: var(--muted); }
.region-links i { position: absolute; top: 16px; right: 16px; font-style: normal; color: var(--muted); }

.region-section { scroll-margin-top: 68px; }
.region-section + .region-section { border-top: 1px solid rgba(255,255,255,.06); }
.more-link, .region-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}
.more-link:hover, .region-more:hover { transform: translateY(-2px); border-color: rgba(255,61,141,.5); }
.more-link span, .region-more span { color: var(--pink-soft); }
.region-more {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  margin-top: 18px;
  padding-inline: 22px;
  border-radius: 18px;
  background: linear-gradient(100deg, rgba(255,61,141,.12), rgba(153,92,255,.08));
  font-size: 14px;
}
.region-more strong { font: inherit; }

.catalog-hero { padding-block: clamp(54px, 8vw, 92px) 34px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: var(--muted); font-size: 11px; }
.breadcrumbs a { color: #fff; text-decoration: none; }
.catalog-hero h1 { max-width: 940px; margin: 18px 0 16px; font-size: clamp(48px, 7vw, 86px); line-height: .96; letter-spacing: -.07em; }
.catalog-hero > p { max-width: 720px; margin: 0; color: #c5c2ce; font-size: 16px; }
.catalog-controls { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(210px, .48fr); gap: 12px; max-width: 780px; margin-top: 30px; }
.sort-box { display: flex; align-items: center; gap: 10px; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(0,0,0,.18); }
.sort-box span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.sort-box select { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; }
.sort-box option { background: #171720; }
.country-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.catalog-list { padding-top: 20px; }
.catalog-count { align-self: flex-end; color: var(--muted); font-size: 12px; font-weight: 750; }
.catalog-page .catalog-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.catalog-page .profile-card { height: 158px; }
.catalog-switch { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; padding-block: 12px 72px; }
.catalog-switch > span { margin-right: auto; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.catalog-switch a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: #fff; text-decoration: none; font-size: 12px; font-weight: 800; }

/* WordPress production integration. */
.admin-bar .site-header { top: 32px; }
.generic-content { min-height: 60vh; padding-block: clamp(64px, 9vw, 110px); }
.generic-content h1 { margin: 0 0 24px; font-size: clamp(44px, 7vw, 82px); line-height: 1; letter-spacing: -.06em; }
.generic-content article + article { margin-top: 52px; padding-top: 42px; border-top: 1px solid var(--line); }
.generic-content article h1 a { text-decoration: none; }
.entry-content { max-width: 820px; color: #d0ccd7; }
.entry-content img { height: auto; border-radius: 18px; }

.single-profile-page { min-height: 70vh; padding-block: clamp(42px, 7vw, 84px); }
.single-profile-page .breadcrumbs { margin-bottom: 20px; }
.single-profile-panel { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); border: 1px solid var(--line); border-radius: 28px; background: #11111b; box-shadow: var(--shadow); overflow: hidden; }
.single-profile-gallery { position: relative; min-width: 0; height: min(74vh, 720px); min-height: 560px; background: #08080f; }
.single-profile-track { display: flex; width: 100%; height: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; touch-action: pan-x pan-y; }
.single-profile-track::-webkit-scrollbar { display: none; }
.single-profile-track img,
.single-profile-track video { display: block; width: 100%; height: 100%; flex: 0 0 100%; background: #08080f; object-fit: contain; object-position: center center; scroll-snap-align: start; scroll-snap-stop: always; }
.single-gallery-hint { position: absolute; right: 14px; bottom: 14px; margin: 0; padding: 6px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(8,8,15,.78); color: #fff; font-size: 10px; font-weight: 800; backdrop-filter: blur(10px); }
.single-profile-gallery.is-video-active .single-gallery-hint { top: 14px; bottom: auto; }
.single-profile-copy h1 { margin: 10px 0 5px; font-size: clamp(46px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }

@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 760px) {
  .directory-intro { padding-block: 42px 24px; text-align: left; }
  .directory-intro .eyebrow { justify-content: flex-start; }
  .directory-intro h1 { margin-inline: 0; font-size: clamp(46px, 14vw, 68px); }
  .directory-categories { justify-content: flex-start; flex-wrap: nowrap; width: calc(100% - 11px); margin-left: 11px; padding-right: 11px; overflow-x: auto; scrollbar-width: none; }
  .directory-categories::-webkit-scrollbar { display: none; }
  .directory-categories a { flex: 0 0 auto; }
  .welcome-video { padding-bottom: 28px; }
  .video-heading { align-items: flex-start; flex-direction: column; gap: 4px; margin-bottom: 10px; }
  .video-heading h2 { font-size: 29px; }
  .video-frame { border-radius: 16px; }
  .region-switcher { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .region-links { gap: 7px; }
  .region-links a { min-height: 94px; padding: 12px 10px; border-radius: 14px; }
  .region-links strong { font-size: 15px; }
  .region-links small { font-size: 8px; }
	.region-more { min-height: 52px; margin-top: 12px; padding-inline: 15px; border-radius: 13px; font-size: 12px; }
  .region-section { padding-block: 24px 32px; }
  .catalog-hero { padding-block: 38px 20px; }
  .breadcrumbs { margin-bottom: 24px; }
  .catalog-hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .catalog-controls { grid-template-columns: 1fr; margin-top: 22px; }
  .country-filters { flex-wrap: nowrap; width: calc(100% + 11px); padding-right: 11px; overflow-x: auto; scrollbar-width: none; }
  .country-filters::-webkit-scrollbar { display: none; }
  .country-filters .pill { flex: 0 0 auto; }
  .catalog-list { padding-top: 16px; }
  .catalog-page .catalog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .catalog-page .profile-card { height: clamp(158px, 43vw, 170px); aspect-ratio: auto; }
  .catalog-page .name-row h3 { font-size: 15px; }
  .catalog-page .name-row span { display: block; margin-top: 3px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .catalog-page .card-stats dt { font-size: 9px; }
  .catalog-page .card-stats dd { font-size: 10px; }
  .catalog-page .card-prices { gap: 4px; padding: 6px 7px; }
  .catalog-page .card-prices span { font-size: 9px; }
  .catalog-page .card-prices strong { font-size: 11px; }
  .catalog-page .card-footer strong { font-size: 10px; }
  .catalog-switch { align-items: stretch; flex-direction: column; padding-bottom: 52px; }
  .catalog-switch > span { margin: 0 0 3px; }
  .catalog-switch a { justify-content: center; width: 100%; }
  .single-profile-page { width: min(100% - 22px, 680px); padding-block: 28px 50px; }
  .single-profile-panel { grid-template-columns: 1fr; border-radius: 22px; }
  .single-profile-gallery { width: 100%; height: min(66svh, 560px); min-height: 380px; }
  .single-profile-copy { padding: 28px 18px; }
  .single-profile-copy h1 { font-size: 48px; }
}

/* Roomier, more legible cards for desktop and large tablet viewports. */
@media (min-width: 760.01px) {
  .profile-card { height: clamp(180px, calc((100svh - 285px) / 3), 190px); border-radius: 20px; }
  .catalog-page .profile-card { height: 190px; }
  .card-body { padding: 13px 14px 12px; }
  .name-row { display: block; }
  .name-row h3 { font-size: clamp(21px, 1.8vw, 24px); }
  .name-row span { display: block; margin-top: 3px; overflow: hidden; font-size: 12px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
  .card-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); align-content: stretch; gap: 5px; margin: 5px 0; }
  .card-stats > div { grid-template-columns: 1fr; align-content: center; gap: 1px; padding: 4px 6px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: rgba(255,255,255,.035); }
  .card-stats dt { font-size: 9px; }
  .card-stats dd { font-size: 13px; text-align: left; }
  .card-prices { padding: 8px 10px; border-radius: 11px; }
  .card-prices span { font-size: 11px; }
  .card-prices strong { font-size: 16px; }
}

@media (min-width: 600px) and (max-width: 760px) and (hover: hover) and (pointer: fine) {
  .profile-card, .catalog-page .profile-card { height: 188px; border-radius: 18px; }
  .card-body { padding: 11px 10px 10px; }
  .name-row h3, .catalog-page .name-row h3 { font-size: 22px; }
  .name-row span, .catalog-page .name-row span { margin-top: 3px; font-size: 12px; line-height: 1.15; }
  .card-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); align-content: stretch; gap: 4px; margin: 6px 0; }
  .card-stats > div { grid-template-columns: 1fr; align-content: center; gap: 2px; padding: 5px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: rgba(255,255,255,.035); }
  .card-stats dt, .catalog-page .card-stats dt { font-size: 9px; }
  .card-stats dd, .catalog-page .card-stats dd { font-size: 13px; text-align: left; }
  .card-prices, .catalog-page .card-prices { padding: 7px 8px; border-radius: 9px; }
  .card-prices > div { display: flex; justify-items: normal; }
  .card-prices span, .catalog-page .card-prices span { font-size: 10px; }
  .card-prices strong, .catalog-page .card-prices strong { font-size: 15px; }
}

@media (min-width: 760.01px) and (max-width: 1100px) {
  .profile-grid, .catalog-page .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-gallery-badge b { font-size: 10px; }
}

/* Larger two-column cards on desktop; mobile and tablet sizing remains unchanged. */
@media (min-width: 1101px) {
  .profile-grid,
  .catalog-page .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .profile-card,
  .catalog-page .profile-card { height: 280px; border-radius: 24px; }
  .card-body { padding: 20px 22px 18px; }
  .name-row h3 { font-size: 32px; line-height: 1.1; }
  .name-row span { margin-top: 5px; font-size: 14px; line-height: 1.2; }
  .card-stats { gap: 8px; margin: 10px 0; }
  .card-stats > div { gap: 2px; padding: 7px 10px; border-radius: 12px; }
  .card-stats dt { font-size: 12px; }
  .card-stats dd { font-size: 18px; }
  .card-prices { padding: 12px 14px; border-radius: 14px; }
  .card-prices span { font-size: 14px; }
  .card-prices strong { font-size: 24px; line-height: 1; }
  .card-gallery-badge { right: 12px; bottom: 12px; min-height: 32px; gap: 8px; padding: 7px 10px; }
  .card-gallery-badge i { width: 15px; height: 12px; }
  .card-gallery-badge b { font-size: 11px; }
  .profile-dialog .dialog-layout { max-height: inherit; overflow: hidden; }
  .profile-dialog .dialog-copy { min-height: 0; max-height: inherit; overflow-y: auto; overscroll-behavior-y: contain; }
}

@media (min-width: 600px) and (max-width: 639px) and (hover: hover) and (pointer: fine) {
  .card-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); align-content: stretch; gap: 3px; margin: 5px 0 6px; }
  .card-stats > div { grid-template-columns: 1fr; align-content: center; gap: 1px; min-height: 0; padding: 4px 5px; border: 1px solid rgba(255,255,255,.07); border-radius: 7px; background: rgba(255,255,255,.035); }
  .card-stats dt, .catalog-page .card-stats dt { font-size: 9px; }
  .card-stats dd, .catalog-page .card-stats dd { font-size: 12px; text-align: left; }
  .card-prices span, .catalog-page .card-prices span { font-size: 9px; }
  .card-prices strong, .catalog-page .card-prices strong { font-size: 14px; }
}

/* Larger phone cards: one readable card per row, with about 2.5 rows visible. */
@media (max-width: 599.98px) {
  .profile-grid,
  .catalog-page .catalog-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .profile-card,
  .catalog-page .profile-card {
    height: clamp(238px, 64vw, 252px);
    border-radius: 18px;
  }

  .card-body {
    padding: 14px 14px 13px;
  }

  .name-row h3,
  .catalog-page .name-row h3 {
    font-size: clamp(22px, 6.1vw, 25px);
  }

  .name-row span,
  .catalog-page .name-row span {
    margin-top: 4px;
    font-size: clamp(11px, 3vw, 12px);
    line-height: 1.2;
  }

  .card-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-content: stretch;
    gap: 5px;
    margin: 7px 0;
  }

  .card-stats > div {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 4px;
    min-height: 0;
    padding: 6px 7px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
  }

  .card-stats dt,
  .catalog-page .card-stats dt {
    font-size: 10px;
  }

  .card-stats dd,
  .catalog-page .card-stats dd {
    font-size: clamp(13px, 3.6vw, 14px);
    text-align: left;
  }

  .card-prices,
  .catalog-page .card-prices {
    padding: 10px 11px;
    border-radius: 11px;
  }

  .card-prices > div {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .card-prices span,
  .catalog-page .card-prices span {
    font-size: 12px;
  }

  .card-prices strong,
  .catalog-page .card-prices strong {
    font-size: clamp(18px, 5.2vw, 21px);
  }
}

@media (max-width: 340px) {
  .name-row h3,
  .catalog-page .name-row h3 {
    font-size: 19px;
  }

  .name-row span,
  .catalog-page .name-row span {
    font-size: 10px;
  }

  .card-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 3px;
    margin: 5px 0;
  }

  .card-stats > div {
    grid-template-columns: 1fr;
    align-content: center;
    min-height: 0;
    gap: 1px;
    padding: 4px 5px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 7px;
    background: rgba(255,255,255,.035);
  }

  .card-stats dd,
  .catalog-page .card-stats dd {
    text-align: left;
  }

  .card-prices,
  .catalog-page .card-prices {
    padding: 8px;
  }

  .card-prices > div {
    gap: 4px;
  }

  .card-prices span,
  .catalog-page .card-prices span {
    font-size: 10px;
  }

  .card-prices strong,
  .catalog-page .card-prices strong {
    font-size: 17px;
  }
}
