:root {
  --bg: #fbf6f8;
  --bg-soft: #fffbfd;
  --paper: rgba(255, 255, 255, 0.3);
  --paper-strong: rgba(255, 255, 255, 0.56);
  --ink: #463848;
  --ink-soft: #6f5f73;
  --ink-muted: #95879a;
  --accent: #d4a3b6;
  --accent-soft: #f4dde6;
  --accent-glow: rgba(212, 163, 182, 0.18);
  --blush: #f9e6ec;
  --blush-soft: rgba(249, 230, 236, 0.38);
  --mist: #dfefff;
  --mist-soft: rgba(223, 241, 255, 0.42);
  --noir: #352b37;
  --noir-soft: #4a3e4c;
  --line: rgba(126, 107, 133, 0.11);
  --line-strong: rgba(126, 107, 133, 0.18);
  --success: #77ad92;
  --shadow-sm: 0 16px 34px rgba(164, 137, 165, 0.09);
  --shadow-md: 0 24px 60px rgba(166, 132, 162, 0.13);
  --shadow-lg: 0 38px 90px rgba(148, 120, 153, 0.16);
  --shadow-dark: 0 24px 70px rgba(111, 88, 118, 0.22);
  --entry-base-rgb: 78, 59, 69;
  --entry-accent-rgb: 232, 191, 204;
  --entry-highlight-rgb: 205, 224, 246;
  --entry-shadow-rgb: 20, 14, 18;
  --entry-surface-rgb: 255, 247, 250;
  --entry-surface-strong-rgb: 239, 226, 233;
  --entry-text-rgb: 255, 248, 250;
  --radius-xs: 16px;
  --radius-sm: 22px;
  --radius-md: 30px;
  --radius-lg: 40px;
  --radius-xl: 54px;
  --radius-pill: 999px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.17, 0.84, 0.44, 1);
  --safe-top: calc(env(safe-area-inset-top, 0px) + var(--tg-safe-area-inset-top, 0px) + var(--tg-content-safe-area-inset-top, 0px));
  --safe-bottom: calc(env(safe-area-inset-bottom, 0px) + var(--tg-safe-area-inset-bottom, 0px));
  --safe-left: calc(env(safe-area-inset-left, 0px) + var(--tg-content-safe-area-inset-left, 0px));
  --safe-right: calc(env(safe-area-inset-right, 0px) + var(--tg-content-safe-area-inset-right, 0px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: var(--tg-viewport-stable-height, 100vh);
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  min-height: 100vh;
  min-height: var(--tg-viewport-stable-height, 100vh);
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background:
    radial-gradient(circle at 16% 14%, rgba(250, 224, 235, 0.54), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(223, 241, 255, 0.4), transparent 28%),
    radial-gradient(circle at 72% 88%, rgba(236, 221, 247, 0.3), transparent 25%),
    linear-gradient(180deg, #fffafc 0%, #fcf8fb 52%, #fbfcff 100%);
  color: var(--ink);
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
a,
input,
textarea,
.service-card,
.date-card,
.time-slot,
.tab,
.notify-btn {
  touch-action: manipulation;
}

body.app-booting {
  overflow: hidden;
}

html.public-web-entry body.app-booting:not(.choice-splash-active) {
  overflow-x: hidden;
}

body.app-booting .app,
body.app-booting .tab-bar-wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.public-web-entry body.app-booting:not(.choice-splash-active) .app {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

html.public-web-entry body.app-booting:not(.choice-splash-active) .tab-bar-wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.app-ready .app,
body.app-ready .tab-bar-wrap {
  transition: opacity 0.72s var(--ease), transform 0.72s var(--ease);
}

body.subscription-locked .app,
body.subscription-locked .tab-bar-wrap,
body.subscription-locked .ambient {
  display: none;
}

body.app-booting .app {
  transform: translateY(18px) scale(0.985);
}

body.app-ready .app {
  transform: translateY(0) scale(1);
}

body.app-booting .tab-bar-wrap {
  transform: translateX(-50%) translateY(18px) scale(0.985);
}

body.app-ready .tab-bar-wrap {
  transform: translateX(-50%) translateY(0) scale(1);
}

body.app-ready.tab-bar-visible .tab-bar-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  filter: blur(0);
  transform: translateX(-50%) translateY(0) scaleX(1) scaleY(1);
  transition:
    opacity 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.52s cubic-bezier(0.2, 0.9, 0.16, 1.12),
    filter 0.36s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0s;
}

body.app-ready.tab-bar-hidden .tab-bar-wrap,
body.app-ready .tab-bar-wrap[hidden] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: blur(14px);
  transform: translateX(-50%) translateY(34px) scaleX(0.56) scaleY(0.22);
  transition:
    opacity 0.24s cubic-bezier(0.64, 0, 1, 0.36),
    transform 0.38s cubic-bezier(0.7, 0, 0.88, 0.3),
    filter 0.24s cubic-bezier(0.64, 0, 1, 0.36),
    visibility 0s linear 0.24s;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.62), transparent 24%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.24), transparent 42%);
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: -2;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.82) 0.6px, transparent 0.6px);
  background-size: 15px 15px;
  opacity: 0.08;
  pointer-events: none;
  z-index: -1;
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:
    calc(32px + var(--safe-top))
    calc(20px + var(--safe-right))
    calc(32px + var(--safe-bottom))
    calc(20px + var(--safe-left));
  background:
    radial-gradient(circle at 18% 18%, rgba(247, 208, 226, 0.86), transparent 30%),
    radial-gradient(circle at 78% 22%, rgba(213, 236, 255, 0.84), transparent 26%),
    radial-gradient(circle at 50% 82%, rgba(236, 220, 247, 0.48), transparent 28%),
    linear-gradient(180deg, #fffafc 0%, #f8eef4 50%, #f5f8ff 100%);
  overflow: hidden;
  opacity: 0;
  animation: splashScreenReveal 0.72s var(--ease) forwards;
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), visibility 0.9s var(--ease);
}

html.public-web-entry body:not(.choice-splash-active) .splash-screen,
.splash-screen[hidden] {
  display: none;
}

.splash-screen::before,
.splash-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.splash-screen::before {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.26), transparent 38%),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.4), transparent 26%);
  mix-blend-mode: soft-light;
}

.splash-screen::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.84) 0.7px, transparent 0.7px);
  background-size: 16px 16px;
  opacity: 0.14;
}

.splash-screen.splash-exit {
  animation: none;
  opacity: 0;
  transform: scale(1.03);
  visibility: hidden;
  pointer-events: none;
}

.splash-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.76;
  animation: splashDrift 11s ease-in-out infinite;
}

.splash-orb-a {
  top: 12%;
  left: -44px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(241, 184, 214, 0.68), transparent 70%);
}

.splash-orb-b {
  top: 14%;
  right: -36px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(191, 224, 255, 0.76), transparent 72%);
  animation-delay: -3s;
}

.splash-orb-c {
  bottom: 8%;
  left: calc(50% - 120px);
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(235, 209, 245, 0.5), transparent 72%);
  animation-delay: -6s;
}

.splash-center {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  animation: splashCenterReveal 0.9s var(--ease) 0.12s forwards;
  transition: transform 0.7s var(--ease), opacity 0.7s var(--ease);
}

.splash-screen.splash-exit .splash-center {
  animation: none;
  opacity: 0;
  transform: translateY(-20px) scale(0.96);
}

.subscription-lock-screen[hidden] {
  display: none;
}

.subscription-lock-screen {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:
    calc(24px + var(--safe-top))
    calc(20px + var(--safe-right))
    calc(24px + var(--safe-bottom))
    calc(20px + var(--safe-left));
  background:
    radial-gradient(circle at 18% 22%, rgba(247, 208, 226, 0.76), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(214, 237, 255, 0.68), transparent 30%),
    linear-gradient(180deg, #fffafc 0%, #faf3f7 48%, #f7f9ff 100%);
}

.subscription-lock-card {
  width: min(100%, 390px);
  padding: 42px 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: var(--shadow-lg);
  text-align: center;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.subscription-lock-label {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}

.subscription-lock-title {
  font-size: clamp(2rem, 10vw, 3rem);
  line-height: 1;
  margin-bottom: 18px;
  color: var(--noir);
}

.subscription-lock-text {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.splash-word {
  display: inline-flex;
  gap: 0.02em;
  font-family: 'Prata', Georgia, serif;
  font-size: clamp(3.6rem, 18vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.splash-word span {
  background: linear-gradient(145deg, #fffdfd 0%, #e8c9d8 48%, #d0e3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 14px 34px rgba(183, 144, 170, 0.2);
  opacity: 0;
  transform: translateY(24px) scale(0.94);
  filter: blur(10px);
  animation:
    splashLetterReveal 0.9s var(--ease) forwards,
    splashLetterWave 1.02s cubic-bezier(0.2, 0.82, 0.24, 1) 0.98s 1 both;
}

.splash-word span:nth-child(2) {
  animation-delay: 0.08s, 1.12s;
}

.splash-word span:nth-child(3) {
  animation-delay: 0.16s, 1.26s;
}

.splash-word span:nth-child(4) {
  animation-delay: 0.24s, 1.4s;
}

.splash-line {
  width: min(26vw, 128px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.96), rgba(212, 163, 182, 0.84), transparent);
  opacity: 0;
  transform: scaleX(0.3);
  transform-origin: center;
  animation: splashLineReveal 0.8s var(--ease) 0.4s forwards;
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}

.ambient-a {
  top: 90px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(250, 210, 227, 0.56), transparent 70%);
  animation: driftA 10s ease-in-out infinite;
}

.ambient-b {
  left: -72px;
  top: 310px;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(220, 239, 252, 0.46), transparent 72%);
  animation: driftB 13s ease-in-out infinite;
}

.ambient-c {
  right: 14px;
  bottom: 100px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(212, 188, 234, 0.28), transparent 70%);
  animation: driftC 12s ease-in-out infinite;
}

.app {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  margin: 0 auto;
  padding:
    calc(26px + var(--safe-top))
    calc(18px + var(--safe-right))
    calc(130px + var(--safe-bottom))
    calc(18px + var(--safe-left));
}

h1,
h2,
.profile-name,
.section-label,
.summary-title,
.stat-value,
.svc-price,
.sp-price,
.page-top h2,
.success-overlay h2 {
  font-family: 'Prata', Georgia, serif;
  letter-spacing: 0.02em;
}

.page {
  display: none;
  opacity: 0;
  transform: translateY(32px) scale(0.985);
  transition: opacity 0.56s var(--ease-soft), transform 0.56s var(--ease);
}

.page.page-active {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
}

html.public-web-entry body.app-booting:not(.choice-splash-active) #page-entry {
  display: block;
  opacity: 1;
  transform: none;
}

.page.page-exit {
  opacity: 0;
  transform: translateY(-12px) scale(0.985);
}

body.public-entry-active {
  background:
    radial-gradient(circle at 18% 16%, rgba(var(--entry-accent-rgb), 0.34), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(var(--entry-highlight-rgb), 0.24), transparent 22%),
    radial-gradient(circle at 50% 88%, rgba(var(--entry-base-rgb), 0.34), transparent 30%),
    linear-gradient(180deg, rgba(var(--entry-base-rgb), 0.16) 0%, rgba(var(--entry-shadow-rgb), 0.24) 100%);
}

body.public-entry-active .ambient {
  opacity: 0.14;
  filter: saturate(1.05);
}

body.public-entry-active .app::before {
  content: none;
}

body.public-entry-active .app {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-entry {
  min-height: var(--tg-viewport-stable-height, 100vh);
}

.public-entry-stage {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.public-entry-card {
  position: relative;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  isolation: isolate;
  background: rgb(var(--entry-shadow-rgb));
  border: none;
  box-shadow: none;
}

.public-entry-card::before,
.public-entry-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.public-entry-card::before {
  background:
    radial-gradient(circle at 18% 16%, rgba(var(--entry-accent-rgb), 0.22), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(var(--entry-highlight-rgb), 0.18), transparent 24%),
    linear-gradient(180deg, rgba(var(--entry-shadow-rgb), 0.12) 0%, rgba(var(--entry-shadow-rgb), 0.08) 18%, rgba(var(--entry-shadow-rgb), 0.18) 48%, rgba(var(--entry-shadow-rgb), 0.64) 76%, rgba(var(--entry-shadow-rgb), 0.88) 100%);
  animation: publicEntryAuraShift 18s var(--ease-soft) infinite alternate;
}

.public-entry-card::after {
  background:
    linear-gradient(180deg, rgba(var(--entry-surface-rgb), 0.03) 0%, transparent 20%),
    linear-gradient(0deg, rgba(var(--entry-shadow-rgb), 0.34) 0%, transparent 20%);
  opacity: 1;
}

.public-entry-avatar-shell {
  position: absolute;
  inset: 0;
  margin: 0;
}

.public-entry-avatar-frame {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
}

.public-entry-avatar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 18%, rgba(var(--entry-surface-rgb), 0.18), transparent 20%),
    linear-gradient(180deg, rgba(var(--entry-base-rgb), 0.22), rgba(var(--entry-shadow-rgb), 0.82));
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
}

.public-entry-avatar::before,
.public-entry-avatar::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.public-entry-avatar::before {
  background:
    linear-gradient(180deg, rgba(var(--entry-surface-rgb), 0.05) 0%, transparent 18%, transparent 50%, rgba(var(--entry-shadow-rgb), 0.36) 100%),
    linear-gradient(90deg, rgba(var(--entry-shadow-rgb), 0.08) 0%, transparent 34%, transparent 70%, rgba(var(--entry-shadow-rgb), 0.1) 100%);
}

.public-entry-avatar::after {
  background:
    radial-gradient(circle at 44% 78%, rgba(var(--entry-accent-rgb), 0.2), transparent 28%),
    radial-gradient(circle at 22% 18%, rgba(var(--entry-highlight-rgb), 0.12), transparent 18%);
  mix-blend-mode: soft-light;
}

.public-entry-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.04) brightness(0.94);
  animation: publicEntryImageDrift 18s var(--ease-soft) infinite alternate;
}

.public-entry-avatar-placeholder {
  position: relative;
  z-index: 1;
  color: rgba(var(--entry-text-rgb), 0.62);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(4rem, 18vw, 6rem);
  letter-spacing: 0.06em;
  text-shadow: 0 16px 40px rgba(28, 20, 24, 0.24);
}

.public-entry-panel {
  position: absolute;
  z-index: 1;
  left: clamp(14px, 4vw, 40px);
  right: clamp(14px, 4vw, 40px);
  bottom: calc(18px + var(--safe-bottom));
  width: min(432px, calc(100% - 28px));
  padding: 18px 18px 16px;
  border-radius: 30px;
  border: 1px solid rgba(var(--entry-surface-rgb), 0.16);
  background:
    linear-gradient(180deg, rgba(var(--entry-surface-rgb), 0.16), rgba(var(--entry-shadow-rgb), 0.24)),
    linear-gradient(135deg, rgba(var(--entry-accent-rgb), 0.12), transparent 42%);
  box-shadow:
    0 28px 60px rgba(var(--entry-shadow-rgb), 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(126%);
  -webkit-backdrop-filter: blur(18px) saturate(126%);
  animation: publicEntryCopyReveal 0.9s var(--ease) 0.08s both;
}

.public-entry-panel::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 24%, transparent 68%, rgba(var(--entry-highlight-rgb), 0.08));
  opacity: 0.95;
  pointer-events: none;
  z-index: -1;
}

.public-entry-copy {
  position: relative;
  width: 100%;
  display: grid;
  gap: 0;
  margin-bottom: 14px;
  padding: 0 4px;
}

.public-entry-eyebrow {
  color: rgba(var(--entry-text-rgb), 0.96);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.85rem, 7.8vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  text-shadow: 0 18px 50px rgba(18, 12, 16, 0.34);
  text-align: left;
}

.public-entry-eyebrow-line {
  display: block;
}

.public-entry-eyebrow-line + .public-entry-eyebrow-line {
  margin-top: 2px;
}

.public-entry-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: 100%;
}

.public-entry-action {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 5px;
  width: 100%;
  min-height: 78px;
  padding: 17px 68px 17px 18px;
  border: 1px solid rgba(var(--entry-surface-rgb), 0.16);
  border-radius: 24px;
  background: rgba(var(--entry-shadow-rgb), 0.28);
  color: rgba(var(--entry-text-rgb), 0.96);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(12px) saturate(126%);
  -webkit-backdrop-filter: blur(12px) saturate(126%);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), border-color 0.24s var(--ease), background 0.24s var(--ease);
}

.public-entry-action::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 38%);
  opacity: 0.72;
  pointer-events: none;
}

.public-entry-action:hover {
  transform: translateY(-1px);
}

.public-entry-action--web {
  animation: publicEntryActionReveal 0.78s var(--ease) 0.18s both;
}

.public-entry-action--telegram {
  animation: publicEntryActionReveal 0.78s var(--ease) 0.28s both;
}

.public-entry-action:active {
  transform: translateY(1px) scale(0.995);
}

.public-entry-action-orb {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  transform: translateY(-50%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 12px 24px rgba(var(--entry-shadow-rgb), 0.22);
}

.public-entry-action-orb::before,
.public-entry-action-orb::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform-origin: center;
}

.public-entry-action-orb::before {
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  transform: translate(-48%, -50%);
}

.public-entry-action-orb::after {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  background: transparent;
  transform: translate(2px, -50%) rotate(45deg);
}

.public-entry-action--web {
  background:
    linear-gradient(135deg, rgba(var(--entry-surface-rgb), 0.96), rgba(var(--entry-surface-strong-rgb), 0.9));
  color: rgb(var(--entry-shadow-rgb));
  box-shadow: 0 18px 42px rgba(var(--entry-shadow-rgb), 0.3);
}

.public-entry-action--web::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%);
}

.public-entry-action--telegram {
  box-shadow: 0 14px 28px rgba(var(--entry-shadow-rgb), 0.18);
}

.public-entry-action--web .public-entry-action-orb {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(var(--entry-surface-strong-rgb), 0.92));
  color: rgba(var(--entry-shadow-rgb), 0.92);
}

.public-entry-action--telegram .public-entry-action-orb {
  background: linear-gradient(135deg, rgba(var(--entry-surface-rgb), 0.22), rgba(var(--entry-surface-rgb), 0.08));
  color: rgba(var(--entry-text-rgb), 0.94);
}

.public-entry-action--telegram:hover {
  background: rgba(var(--entry-shadow-rgb), 0.36);
  border-color: rgba(var(--entry-surface-rgb), 0.24);
}

.public-entry-action strong {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.public-entry-action-label {
  position: relative;
  z-index: 1;
  color: rgba(var(--entry-text-rgb), 0.64);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.public-entry-action--web .public-entry-action-label {
  color: rgba(var(--entry-shadow-rgb), 0.58);
}

.public-entry-action small {
  position: relative;
  z-index: 1;
  color: rgba(var(--entry-text-rgb), 0.74);
  font-size: 12px;
  line-height: 1.42;
}

.public-entry-action--web small {
  color: rgba(var(--entry-shadow-rgb), 0.72);
}

.public-entry-action:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

@keyframes publicEntryImageDrift {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.08) translate3d(1.2%, -1.2%, 0);
  }
}

@keyframes publicEntryAuraShift {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.03) translate3d(0.5%, -0.4%, 0);
  }
}

@keyframes publicEntryCopyReveal {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes publicEntryActionReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-home {
  position: relative;
  margin-top: -6px;
}

#page-booking {
  margin-top: -42px;
}

.home-brand {
  position: absolute;
  top: -59px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  color: rgba(91, 77, 96, 0.78);
  font-family: 'Prata', Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.home-brand.is-example-page {
  font-size: 0.84rem;
  letter-spacing: 0.12em;
}

.profile-card {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  padding: 6px 0 0;
}

.booking-profile-card {
  margin-bottom: 22px;
}

.profile-card::before {
  content: none;
}

.profile-card::after {
  content: none;
}

.profile-card-glow {
  display: none;
}

.profile-hero {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.profile-avatar-wrap {
  position: relative;
  flex: 0 0 96px;
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  display: flex;
  align-items: stretch;
}

.profile-avatar {
  width: 100%;
  height: 100%;
  min-height: 96px;
  max-height: 96px;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(249, 223, 235, 0.92) 56%, rgba(226, 240, 255, 0.88));
  box-shadow:
    0 14px 30px rgba(149, 119, 144, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.64);
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar-placeholder {
  color: rgba(149, 101, 127, 0.72);
  font-family: 'Prata', serif;
  font-size: 38px;
  line-height: 1;
  text-shadow: 0 10px 24px rgba(223, 145, 174, 0.18);
}

.profile-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.profile-title-row {
  min-width: 0;
}

.booking-profile-copy {
  display: grid;
  gap: 8px;
}

.profile-name {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  font-size: clamp(1.85rem, 8vw, 2.45rem);
  line-height: 1.02;
  margin-bottom: 0;
  max-width: none;
  min-width: 0;
}

.profile-name-text {
  min-width: 0;
}

.profile-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  white-space: nowrap;
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1em;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 0.01em;
  color: inherit;
}

.profile-rating-star {
  display: inline-flex;
  width: 0.92em;
  height: 0.92em;
  flex: 0 0 auto;
  line-height: 1;
  transform: translateY(-0.02em);
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5))
    drop-shadow(0 2px 6px rgba(196, 173, 214, 0.16));
}

.profile-rating-spark {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.profile-rating-value {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-variant-numeric: tabular-nums lining-nums;
}

.profile-role-separator {
  color: rgba(154, 137, 159, 0.74);
  font-weight: 400;
  transform: translateY(-0.03em);
}

.profile-verified-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 0.78em;
  height: 0.78em;
  flex: 0 0 auto;
  margin-left: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 44%),
    linear-gradient(145deg, #efd7e1 0%, #dce9ff 34%, #bfdcff 58%, #d5e6ff 76%, #ead9ec 100%);
  -webkit-mask-image: url("/static/verified-badge.png?v=20260406v");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 108%;
  mask-image: url("/static/verified-badge.png?v=20260406v");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 108%;
  filter: drop-shadow(0 0.05em 0.16em rgba(119, 99, 132, 0.16));
  transform: translateY(0);
}

.profile-verified-badge::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 37%;
  height: 22%;
  border-left: max(1.85px, 0.085em) solid rgba(252, 251, 255, 0.98);
  border-bottom: max(1.85px, 0.085em) solid rgba(252, 251, 255, 0.98);
  filter: drop-shadow(0 0.03em 0.07em rgba(86, 101, 136, 0.22));
  transform: translate(-48%, -60%) rotate(-45deg);
  border-radius: 0.02em;
}

.profile-verified-badge[hidden] {
  display: none;
}

.booking-title {
  font-size: clamp(1.72rem, 7.2vw, 2.2rem);
  margin-bottom: 0;
}

.profile-role {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42em;
  color: rgba(111, 95, 115, 0.72);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.profile-contact-link {
  --profile-contact-color: rgba(98, 84, 103, 0.88);
  --profile-contact-gradient:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(239, 215, 225, 0.68) 0%, rgba(220, 233, 255, 0.62) 34%, rgba(191, 220, 255, 0.58) 58%, rgba(213, 230, 255, 0.6) 76%, rgba(234, 217, 236, 0.64) 100%);
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: -0.24em -0.56em;
  padding: 0.24em 0.56em;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--profile-contact-color);
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.22s var(--ease), color 0.22s var(--ease), opacity 0.22s var(--ease);
}

.profile-contact-link--title {
  --profile-contact-color: var(--noir);
  align-self: center;
}

.profile-contact-link[hidden] {
  display: none;
}

.profile-contact-link:disabled {
  opacity: 1;
}

.profile-contact-link.is-static {
  margin: 0;
  padding: 0;
}

.profile-contact-link.is-chat-link {
  cursor: pointer;
}

.profile-contact-link:focus-visible {
  outline: none;
}

.profile-contact-link:focus,
.profile-contact-link:active {
  outline: none;
}

.profile-contact-link.is-chat-link::before,
.profile-contact-link.is-chat-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.profile-contact-link.is-chat-link::before {
  background: var(--profile-contact-gradient);
  opacity: 0.06;
  filter: blur(18px);
  transform: scale(0.95);
  transition: opacity 0.24s var(--ease), transform 0.24s var(--ease);
}

.profile-contact-link.is-chat-link:hover::before,
.profile-contact-link.is-chat-link:focus-visible::before {
  opacity: 0.1;
  transform: scale(0.98);
}

.profile-contact-link-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  white-space: pre;
}

.profile-contact-char {
  display: inline-block;
  position: relative;
  color: var(--profile-contact-color);
  background-image: var(--profile-contact-gradient);
  background-size: 168% 100%;
  background-position: 104% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: currentColor;
  transform-origin: center 78%;
  will-change: transform, background-position, color;
}

.profile-contact-link.is-wave-active .profile-contact-char {
  animation: profileContactCharWave 1.08s cubic-bezier(0.22, 0.82, 0.24, 1) calc(var(--char-index) * 0.045s) 1 both;
}

.booking-lead {
  max-width: 28ch;
  line-height: 1.55;
}

.booking-avatar {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 224, 235, 0.92) 52%, rgba(222, 237, 255, 0.88));
}

.booking-avatar-icon {
  width: 42px;
  height: 42px;
  color: rgba(102, 80, 109, 0.76);
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(126, 107, 133, 0.14);
  border-bottom: 1px solid rgba(126, 107, 133, 0.14);
}

.stat {
  min-height: 72px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.stat + .stat {
  border-left: 1px solid rgba(126, 107, 133, 0.14);
}

.stat-value {
  order: -1;
  font-size: 1.3rem;
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(111, 95, 115, 0.72);
  text-align: center;
}

.btn-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 78px;
  padding: 20px 24px;
  margin-bottom: 30px;
  border: none;
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%),
    linear-gradient(145deg, #f2cfdd, #dbe7ff 56%, #edd7ea 100%);
  color: #56455a;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow-dark);
  cursor: pointer;
  overflow: hidden;
  transform: rotate(0deg);
  transform-origin: left center;
  animation: ctaTilt 3.2s var(--ease-soft) infinite alternate;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.26) 45%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.8s var(--ease);
}

.btn-cta:active {
  transform: translateY(2px) scale(0.985) rotate(-1.15deg);
}

.btn-cta:active::before {
  transform: translateX(0);
}

.btn-cta-text {
  max-width: 12ch;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: left;
}

.btn-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.26);
  flex-shrink: 0;
}

.btn-cta-icon svg {
  width: 20px;
  height: 20px;
}

.home-section {
  margin-bottom: 28px;
}

.home-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.section-label {
  font-size: 1.55rem;
  line-height: 1.06;
}

.home-section-header .section-label {
  margin-bottom: 0;
}

.link-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: transparent;
  color: var(--ink-soft);
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.link-btn svg {
  width: 15px;
  height: 15px;
}

.portfolio-scroll {
  position: relative;
  overflow: hidden;
  padding: 4px 0 6px;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

.portfolio-scroll-track {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.portfolio-scroll.is-dragging {
  cursor: grabbing;
}

.portfolio-scroll-item,
.portfolio-scroll-more {
  flex-shrink: 0;
}

.portfolio-scroll-item {
  position: relative;
  flex: 0 0 146px;
  width: 146px;
  height: 192px;
  border-radius: 30px;
  overflow: hidden;
  background: #d7c6ba;
  transform-origin: center bottom;
  --portfolio-tilt: 0deg;
  --portfolio-shift-y: 0px;
  --portfolio-scale: 1;
  --portfolio-opacity: 1;
  --portfolio-shadow-opacity: 0.14;
  transform:
    translate3d(0, var(--portfolio-shift-y), 0)
    rotate(var(--portfolio-tilt))
    scale(var(--portfolio-scale));
  opacity: var(--portfolio-opacity);
  box-shadow: 0 18px 34px rgba(148, 120, 153, var(--portfolio-shadow-opacity));
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.portfolio-scroll-item:active {
  transform:
    translate3d(0, var(--portfolio-shift-y), 0)
    rotate(var(--portfolio-tilt))
    scale(calc(var(--portfolio-scale) * 0.98));
}

.portfolio-scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.psi-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 32px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(19, 15, 13, 0.86));
  color: #fff6f0;
  font-size: 11px;
  line-height: 1.45;
}

.portfolio-scroll-more {
  width: 108px;
  height: 192px;
  border-radius: 30px;
  padding: 18px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 229, 237, 0.82), rgba(224, 239, 255, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
}

.portfolio-scroll-more span {
  font-family: 'Prata', serif;
  font-size: 2rem;
  color: var(--accent);
}

.portfolio-scroll-more small {
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.services-preview {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.services-preview::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 163, 182, 0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(223, 241, 255, 0.16), transparent 34%);
  pointer-events: none;
}

.sp-row,
.sp-more {
  position: relative;
  z-index: 1;
}

.sp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 17px;
  border-radius: 22px;
}

.sp-row + .sp-row {
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.sp-left {
  min-width: 0;
}

.sp-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.sp-dur {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-muted);
  font-size: 12px;
}

.sp-dur::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.sp-price {
  white-space: nowrap;
  font-size: 1.2rem;
  color: var(--accent);
}

.sp-more {
  padding: 12px 14px 6px;
  color: var(--ink-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.page-top {
  margin-bottom: 22px;
  text-align: left;
}

.page-top-line {
  width: 58px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--accent), rgba(196, 221, 248, 0.24));
}

.page-top h2 {
  font-size: 2rem;
  line-height: 1.08;
  margin-bottom: 8px;
}

.page-top-sub {
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.6;
}

.booking-entry-shell {
  margin-bottom: 14px;
}

.booking-entry-card {
  position: relative;
  overflow: hidden;
  padding: 26px 20px 20px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(212, 163, 182, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(223, 241, 255, 0.24), transparent 38%),
    rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(16px);
}

.booking-entry-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.18), transparent 46%);
  pointer-events: none;
}

.booking-entry-label,
.booking-mode-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(111, 95, 115, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.booking-entry-label::before,
.booking-mode-label::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(237, 179, 202, 0.96), rgba(169, 201, 242, 0.96));
}

.booking-entry-title {
  position: relative;
  z-index: 1;
  font-size: clamp(1.8rem, 7vw, 2.3rem);
  line-height: 1.02;
  margin-bottom: 12px;
}

.booking-entry-copy {
  position: relative;
  z-index: 1;
  max-width: 28ch;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.booking-entry-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.booking-entry-option {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 18px 18px 17px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

.booking-entry-option:active {
  transform: translateY(1px) scale(0.995);
}

.booking-entry-option--web {
  box-shadow: 0 18px 32px rgba(166, 132, 162, 0.1);
}

.booking-entry-option--telegram {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 48%),
    linear-gradient(145deg, rgba(239, 215, 225, 0.74), rgba(220, 233, 255, 0.72));
}

.booking-entry-option-label {
  color: rgba(111, 95, 115, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-entry-option strong {
  font-size: 1.12rem;
  line-height: 1.18;
}

.booking-entry-option small {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.booking-entry-note {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding: 14px 15px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.booking-entry-note-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: rgba(86, 69, 90, 0.82);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-entry-note p {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.booking-mode-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(145deg, rgba(239, 215, 225, 0.56), rgba(220, 233, 255, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow-sm);
}

.booking-mode-copy {
  min-width: 0;
}

.booking-mode-text {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.booking-mode-btn {
  flex-shrink: 0;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(126, 107, 133, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-family: 'Onest', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.empty-state {
  min-height: 340px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow-sm);
}

.empty-icon {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(246, 227, 236, 0.84), rgba(224, 239, 255, 0.82));
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-icon svg {
  width: 34px;
  height: 34px;
  stroke: var(--accent);
}

.empty-state p {
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.screen {
  display: none;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.42s var(--ease-soft), transform 0.42s var(--ease);
}

.screen.active {
  display: block;
}

.screen.visible {
  opacity: 1;
  transform: translateY(0);
}

.booking-section {
  margin-bottom: 0;
}

.booking-section + .booking-section {
  margin-top: 12px;
}

.booking-section-header {
  align-items: flex-start;
  margin-bottom: 14px;
}

.booking-section-note {
  margin-top: 8px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.55;
}

.booking-panel {
  margin-bottom: 18px;
  padding: 10px 12px;
  border-radius: var(--radius-lg);
}

.booking-subhead {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 4px 6px 14px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-subhead::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(237, 179, 202, 0.92), rgba(169, 201, 242, 0.92));
}

.booking-summary-shell {
  padding-top: 18px;
  padding-bottom: 18px;
}

.booking-contact-panel {
  padding-top: 18px;
  padding-bottom: 18px;
}

.booking-confirm-note {
  padding: 16px 18px;
}

.booking-confirm-note-title {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-confirm-note-text {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.services-list {
  display: grid;
  gap: 0;
}

.service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 8px;
  border-radius: 22px;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.service-card + .service-card {
  border-top: 1px solid rgba(126, 107, 133, 0.1);
}

.service-card::before {
  content: none;
}

.service-card:active {
  transform: scale(0.986);
}

.service-card.selected {
  border-color: rgba(212, 163, 182, 0.16);
  background: linear-gradient(145deg, rgba(246, 229, 237, 0.76), rgba(225, 238, 255, 0.68));
}

.svc-body,
.svc-right {
  position: relative;
  z-index: 1;
}

.svc-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.svc-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 10px;
}

.svc-duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-duration::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--accent) 0 40%, rgba(212, 163, 182, 0.2) 42% 100%);
}

.svc-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.svc-price {
  font-size: 1.36rem;
  color: var(--accent);
  white-space: nowrap;
}

.svc-check {
  width: 36px;
  height: 36px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.68);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--ease);
}

.service-card.selected .svc-check {
  background: linear-gradient(145deg, #eed2de, #d9e7ff);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 28px rgba(166, 132, 162, 0.18);
}

.svc-check svg {
  width: 15px;
  height: 15px;
  stroke: #56455a;
  fill: none;
  stroke-width: 2.4;
  opacity: 0;
  transform: scale(0.5) rotate(-18deg);
  transition: all 0.3s var(--ease-soft);
}

.service-card.selected .svc-check svg {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.selected-summary {
  margin: 10px 6px 6px;
  padding: 15px 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(246, 229, 237, 0.92), rgba(225, 238, 255, 0.9));
  color: #56455a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}

.dates-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 4px;
  margin-bottom: 0;
}

.dates-scroll::-webkit-scrollbar {
  display: none;
}

.date-card {
  flex-shrink: 0;
  width: 78px;
  padding: 14px 10px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 239, 245, 0.56));
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: none;
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}

.date-card:active {
  transform: scale(0.975);
}

.date-card.today {
  border-color: rgba(212, 163, 182, 0.2);
}

.date-card.selected {
  color: #56455a;
  background: linear-gradient(155deg, rgba(245, 227, 237, 0.96), rgba(221, 236, 255, 0.92));
  box-shadow: 0 12px 26px rgba(166, 132, 162, 0.12);
  transform: translateY(-2px);
}

.date-card .day-name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 10px;
}

.date-card .day-num {
  font-family: 'Prata', serif;
  font-size: 1.7rem;
  line-height: 1;
}

.date-card .month-name {
  margin-top: 8px;
  font-size: 11px;
  color: var(--ink-muted);
}

.date-card.selected .day-name,
.date-card.selected .month-name {
  color: rgba(86, 69, 90, 0.78);
}

.date-card.disabled {
  opacity: 0.28;
  pointer-events: none;
  filter: grayscale(0.2);
}

.time-section {
  margin-top: 0;
}

.time-period {
  margin-bottom: 0;
  padding: 16px 6px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.time-period + .time-period {
  border-top: 1px solid rgba(126, 107, 133, 0.1);
}

.time-period-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.time-period-label::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.time-period-label.morning::before {
  background: #edb3ca;
}

.time-period-label.afternoon::before {
  background: #c5b7ee;
}

.time-period-label.evening::before {
  background: #a9c9f2;
}

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

.time-slot {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}

.time-slot:active {
  transform: translateY(1px) scale(0.985);
}

.time-slot.selected {
  color: #56455a;
  background: linear-gradient(145deg, #f0d2df, #d9e7ff);
  box-shadow: 0 10px 24px rgba(166, 132, 162, 0.12);
}

.time-slot.disabled {
  opacity: 0.25;
  pointer-events: none;
  text-decoration: line-through;
}

.summary-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.summary-card::before {
  content: none;
}

.summary-title {
  position: relative;
  z-index: 1;
  font-size: 1.45rem;
  margin-bottom: 16px;
}

.summary-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
}

.summary-row .label {
  color: var(--ink-muted);
  font-size: 13px;
}

.summary-row .value {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  max-width: 58%;
}

.summary-divider {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 12px 0;
  background: linear-gradient(90deg, transparent, rgba(126, 107, 133, 0.18), transparent);
}

.summary-row.total .label {
  color: var(--ink);
  font-weight: 600;
}

.summary-row.total .value {
  color: var(--accent);
  font-size: 1.65rem;
  font-family: 'Prata', serif;
}

.form-group {
  margin-bottom: 16px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  margin-bottom: 9px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 18px 18px;
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.form-group textarea {
  min-height: 108px;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(212, 163, 182, 0.32);
  box-shadow:
    0 0 0 4px rgba(212, 163, 182, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(149, 135, 154, 0.82);
}

.booking-cta {
  width: 100%;
  min-height: 72px;
  margin-bottom: 0;
  padding: 18px 22px;
  animation: none;
  transform: none;
}

.booking-cta .btn-cta-text {
  max-width: none;
  letter-spacing: 0.14em;
}

.booking-cta .btn-cta-icon {
  width: 48px;
  height: 48px;
}

.booking-cta:active {
  transform: translateY(1px) scale(0.993);
}

.booking-cta:disabled {
  opacity: 0.38;
  pointer-events: none;
  box-shadow: none;
}

.booking-cta:disabled .btn-cta-icon {
  background: rgba(255, 255, 255, 0.18);
}

body.is-tg .btn-back {
  display: none;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
  border: none;
  background: transparent;
  color: var(--ink-soft);
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-back svg {
  width: 16px;
  height: 16px;
}

.booking-empty-state {
  padding: 28px 10px;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.booking-progress-shell {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 2px 4px 0;
}

.steps-indicator {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 0 4px;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

.steps-indicator::before {
  content: '';
  position: absolute;
  top: 19px;
  left: calc(16.666% + 18px);
  right: calc(16.666% + 18px);
  height: 1px;
  background: rgba(126, 107, 133, 0.14);
  transform: translateY(-50%);
}

.step-item {
  position: relative;
  flex: 1 1 0;
  min-height: 62px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.step-item::before {
  content: none;
}

.step-item > * {
  position: relative;
  z-index: 1;
}

.step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(126, 107, 133, 0.16);
  font-family: 'Onest', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ink-muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.step-item.active .step-num {
  color: #56455a;
  background: linear-gradient(145deg, rgba(240, 210, 223, 0.94), rgba(217, 231, 255, 0.86));
  box-shadow: 0 10px 22px rgba(166, 132, 162, 0.12);
}

.step-item.done .step-num {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.94);
}

.step-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  text-align: center;
}

.step-item.active .step-text,
.step-item.done .step-text {
  color: rgba(86, 69, 90, 0.76);
}

.booking-stage {
  display: grid;
  gap: 14px;
}

.booking-panel {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}

.booking-panel::after {
  content: none;
}

.booking-services-panel {
  padding: 8px;
}

.booking-selection-echo {
  padding: 14px 16px;
}

.booking-echo-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.booking-echo-line span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.66);
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

#echo-price {
  font-family: 'Prata', Georgia, serif;
  color: var(--accent);
}

.booking-subhead {
  margin: 0 0 12px 4px;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-subhead::before {
  content: none;
}

.services-list {
  display: grid;
  gap: 8px;
}

.service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 17px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 18px rgba(166, 132, 162, 0.05);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}

.service-card::before,
.service-card::after {
  content: none;
}

.service-card:active {
  transform: translateY(1px) scale(0.996);
}

.service-card.selected {
  border-color: rgba(126, 107, 133, 0.18);
  box-shadow: 0 14px 28px rgba(166, 132, 162, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.svc-name {
  font-size: 16px;
  line-height: 1.35;
}

.svc-duration {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.svc-price {
  padding-left: 0;
  font-size: 1.32rem;
  color: var(--accent);
}

.svc-price::before {
  content: none;
}

.svc-check {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(126, 107, 133, 0.22);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.svc-check span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.22s var(--ease), transform 0.22s var(--ease);
}

.service-card.selected .svc-check {
  border-color: rgba(86, 69, 90, 0.54);
  background: rgba(86, 69, 90, 0.04);
}

.service-card.selected .svc-check span {
  background: #56455a;
  transform: scale(1);
}

.svc-check svg {
  display: none;
}

.selected-summary {
  width: 100%;
  margin: 10px 0 0;
  padding: 16px 18px;
  font: inherit;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  transition: transform 0.22s var(--ease), border-color 0.22s var(--ease), opacity 0.22s var(--ease);
}

.selected-summary:active {
  transform: translateY(1px) scale(0.997);
}

.selected-summary:disabled {
  opacity: 0.46;
  pointer-events: none;
}

.selected-summary.is-pending {
  background: rgba(255, 255, 255, 0.72);
}

.booking-summary-copy {
  display: grid;
  gap: 3px;
}

.booking-summary-copy strong,
.booking-summary-copy span {
  display: block;
}

.booking-summary-copy strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-summary-copy span {
  color: var(--ink-soft);
  font-size: 13px;
}

.booking-summary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(126, 107, 133, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.booking-slot-cta {
  margin-top: 14px;
}

.dates-scroll {
  gap: 10px;
  padding: 2px 2px 4px;
}

.date-card {
  width: 78px;
  padding: 14px 10px;
  border-radius: 24px;
  box-shadow: none;
}

.date-card.selected {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(166, 132, 162, 0.1);
}

.date-card .day-name {
  margin-bottom: 10px;
}

.date-card .day-num {
  font-size: 1.7rem;
}

.time-period {
  padding: 16px 14px 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 239, 245, 0.56));
  border: 1px solid rgba(126, 107, 133, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.time-period + .time-period {
  margin-top: 12px;
  border-top: none;
}

.time-period-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(86, 69, 90, 0.82);
}

.time-period-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(126, 107, 133, 0.12);
}

.time-grid {
  gap: 8px;
}

.time-slot {
  min-height: 48px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.time-slot.selected {
  transform: none;
  box-shadow: 0 10px 22px rgba(166, 132, 162, 0.12);
}

.summary-title {
  font-size: 1.18rem;
  margin-bottom: 16px;
}

.summary-row .label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.summary-row.total .value {
  font-size: 1.56rem;
}

.booking-contact-panel .booking-subhead {
  margin-bottom: 14px;
}

.btn-back {
  align-self: flex-start;
  padding: 0 2px;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.btn-back svg {
  display: none;
}

.booking-cta {
  width: 100%;
  min-height: 64px;
  margin-bottom: 0;
  padding: 0 22px;
  justify-content: center;
  animation: none;
  transform: none;
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(166, 132, 162, 0.12);
}

.booking-cta .btn-cta-text {
  max-width: none;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.booking-cta .btn-cta-icon {
  display: none;
}

.booking-cta:active {
  transform: translateY(1px) scale(0.993);
}

.booking-cta:disabled {
  opacity: 0.46;
  pointer-events: none;
  box-shadow: none;
}

@media (max-width: 480px) {
  .booking-progress-shell {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-text {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .booking-panel {
    padding: 10px;
    border-radius: 26px;
  }

  .booking-selection-echo {
    padding: 12px;
  }

  .service-card {
    padding: 16px;
    border-radius: 22px;
  }

  .svc-price {
    font-size: 1.22rem;
  }

  .selected-summary {
    padding: 14px 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .booking-summary-action {
    width: 100%;
  }

  .time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.portfolio-cell {
  position: relative;
  overflow: hidden;
  appearance: none;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.28));
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  text-align: left;
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    border-color 0.28s var(--ease);
}

.portfolio-cell:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(255, 255, 255, 0.8);
}

.portfolio-cell:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(212, 163, 182, 0.18),
    var(--shadow-md);
}

.portfolio-cell:active {
  transform: translateY(1px) scale(0.994);
}

.portfolio-media {
  position: relative;
  aspect-ratio: 4 / 5;
  padding: 8px 8px 0;
}

.portfolio-media::after {
  content: '';
  position: absolute;
  inset: 8px 8px 0;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(247, 234, 241, 0.92), rgba(222, 237, 255, 0.9));
  pointer-events: none;
}

.portfolio-media img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 22px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.58);
  transition: transform 0.45s var(--ease);
}

.portfolio-cell:hover .portfolio-media img {
  transform: scale(1.03);
}

.portfolio-copy {
  display: grid;
  gap: 10px;
  padding: 14px 14px 16px;
}

.portfolio-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: var(--radius-pill);
  background: linear-gradient(145deg, rgba(248, 226, 234, 0.96), rgba(225, 238, 255, 0.92));
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.portfolio-caption {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: calc(1.55em * 2);
}

.portfolio-caption.is-placeholder {
  color: var(--ink-muted);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--ease);
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(233, 199, 218, 0.22), transparent 30%),
    rgba(37, 30, 41, 0.92);
  backdrop-filter: blur(18px);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-content img {
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.lightbox-caption {
  margin-top: 16px;
  color: rgba(255, 246, 240, 0.78);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  min-height: 24px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: none;
  color: #fff9f3;
  cursor: pointer;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.lightbox-close {
  top: -54px;
  right: 0;
  width: 42px;
  height: 42px;
  font-size: 22px;
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 22px;
}

.lightbox-prev {
  left: -56px;
}

.lightbox-next {
  right: -56px;
}

.tab-bar-wrap {
  position: fixed;
  left: 50%;
  bottom: calc(16px + var(--safe-bottom));
  transform: translateX(-50%);
  z-index: 90;
  will-change: transform, opacity, filter;
  transform-origin: center bottom;
}

.tab-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 236px;
  min-height: 58px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 22px 48px rgba(148, 120, 153, 0.16);
  backdrop-filter: blur(14px);
  transform-origin: center bottom;
}

.tab {
  width: 68px;
  min-width: 68px;
  min-height: 44px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(111, 95, 115, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}

.tab svg {
  width: 22px;
  height: 22px;
}

.tab.active {
  color: #56455a;
  background: linear-gradient(145deg, rgba(240, 210, 223, 0.94), rgba(217, 231, 255, 0.92));
  box-shadow: 0 10px 22px rgba(166, 132, 162, 0.14);
}

.tab:active {
  transform: translateY(1px) scale(0.986);
}

.success-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:
    calc(26px + var(--safe-top))
    calc(18px + var(--safe-right))
    calc(26px + var(--safe-bottom))
    calc(18px + var(--safe-left));
  background:
    radial-gradient(circle at top, rgba(233, 199, 218, 0.26), transparent 24%),
    linear-gradient(180deg, #362f3a 0%, #28222d 100%);
  transition: opacity 0.45s var(--ease);
}

.success-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.success-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 36%);
}

.confetti-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.success-content {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  padding: 36px 28px 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  text-align: center;
  backdrop-filter: blur(14px);
}

.success-check {
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(241, 210, 224, 0.3), rgba(217, 231, 255, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-check svg {
  width: 34px;
  height: 34px;
  stroke: #f6e8f0;
}

.success-overlay h2 {
  color: #fff7f2;
  font-size: 2rem;
  margin-bottom: 10px;
}

.success-overlay p {
  color: rgba(255, 239, 229, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.success-line {
  width: 60px;
  height: 2px;
  margin: 22px auto 0;
  background: linear-gradient(90deg, rgba(212, 163, 182, 0.12), rgba(240, 222, 233, 0.82), rgba(196, 221, 248, 0.12));
}

.success-callout[hidden],
.notify-caption[hidden],
.notify-vpn-hint[hidden] {
  display: none;
}

.success-callout {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 244, 237, 0.88);
  font-size: 13px;
  line-height: 1.55;
}

.notify-block {
  margin-top: 26px;
}

.notify-vpn-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 243, 236, 0.82);
  text-align: left;
}

.notify-vpn-hint-label {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(239, 209, 222, 0.14);
  color: rgba(255, 243, 246, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.notify-vpn-hint-text {
  color: rgba(255, 243, 236, 0.84);
  font-size: 12px;
  line-height: 1.45;
}

.notify-btn {
  width: 100%;
  min-height: 58px;
  border: none;
  border-radius: 22px;
  background: linear-gradient(145deg, #efd1de, #d9e7ff);
  color: #56455a;
  font-family: 'Onest', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(181, 107, 72, 0.16);
}

.notify-features {
  list-style: none;
  margin-top: 16px;
  color: rgba(255, 239, 229, 0.74);
  font-size: 13px;
}

.notify-caption {
  margin-top: 14px;
  color: rgba(255, 244, 237, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.notify-features li + li {
  margin-top: 8px;
}

.notify-features li::before {
  content: '•';
  margin-right: 8px;
  color: #f1d1de;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 480px) {
  .app {
    padding-left: calc(16px + var(--safe-left));
    padding-right: calc(16px + var(--safe-right));
  }

  .public-entry-stage {
    padding-top: 0;
  }

  .public-entry-card {
    min-height: var(--tg-viewport-stable-height, 100vh);
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .public-entry-panel {
    left: 12px;
    right: 12px;
    bottom: calc(12px + var(--safe-bottom));
    width: auto;
    padding: 16px 16px 14px;
    border-radius: 24px;
  }

  .public-entry-avatar {
    aspect-ratio: unset;
  }

  .public-entry-eyebrow {
    font-size: clamp(1.8rem, 8.6vw, 2.45rem);
  }

  .public-entry-actions {
    gap: 10px;
  }

  .public-entry-action {
    min-height: 72px;
    padding: 14px 58px 14px 16px;
    border-radius: 20px;
  }

  .public-entry-action-orb {
    right: 14px;
    width: 30px;
    height: 30px;
  }

  #page-home {
    margin-top: -2px;
  }

  #page-booking {
    margin-top: -18px;
  }

  .booking-entry-card {
    padding: 22px 16px 16px;
    border-radius: 28px;
  }

  .booking-entry-grid {
    gap: 10px;
  }

  .booking-entry-option {
    padding: 16px;
    border-radius: 24px;
  }

  .booking-mode-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: 24px;
  }

  .booking-mode-btn {
    width: 100%;
  }

  .profile-card {
    padding: 2px 0 0;
  }

  .home-brand {
    top: -51px;
    min-height: 30px;
    font-size: 0.92rem;
    letter-spacing: 0.24em;
  }

  .home-brand.is-example-page {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .profile-name {
    max-width: none;
  }

  .profile-hero {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .profile-title-row {
    min-width: 0;
  }

  .profile-rating {
    font-size: 0.92em;
  }

  .booking-profile-hero {
    align-items: flex-start;
  }

  .profile-avatar-wrap {
    flex-basis: 84px;
    width: 84px;
    min-width: 84px;
    height: 84px;
    min-height: 84px;
    max-height: 84px;
  }

  .profile-avatar {
    height: 100%;
    min-height: 84px;
    max-height: 84px;
    border-radius: 24px;
  }

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

  .stat {
    min-height: 64px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .stat-value {
    font-size: 1.15rem;
  }

  .stat-label {
    font-size: 10px;
  }

  .steps-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .step-item + .step-item {
    border: none;
  }

  .booking-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .date-card {
    width: 74px;
  }

  .time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .portfolio-copy {
    padding: 12px 12px 14px;
    gap: 8px;
  }

  .portfolio-meta {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .portfolio-number {
    min-width: 26px;
    height: 26px;
    padding: 0 7px;
  }

  .portfolio-caption {
    font-size: 12px;
  }

  .tab-bar {
    min-width: 214px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab {
    width: 62px;
    min-width: 62px;
  }

  .lightbox-content {
    width: 100%;
    padding: 0 12px;
  }

  .lightbox-content img {
    max-height: 68vh;
  }

  .lightbox-close {
    top: calc(var(--safe-top) + 6px);
    right: 14px;
    position: fixed;
  }

  .lightbox-prev,
  .lightbox-next {
    position: fixed;
    bottom: calc(20px + var(--safe-bottom));
    top: auto;
    transform: none;
  }

  .lightbox-prev {
    left: 16px;
  }

  .lightbox-next {
    right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-cta {
    animation: none;
    transform: rotate(-1.15deg);
  }

  .splash-screen,
  .splash-word span,
  .splash-line,
  .splash-orb,
  .app,
  .tab-bar-wrap {
    animation: none;
    transition: none;
  }

  .splash-word span,
  .splash-line {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .splash-screen,
  .splash-center {
    opacity: 1;
    transform: none;
  }

  .public-entry-copy,
  .public-entry-action,
  .public-entry-avatar img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaTilt {
  0%,
  28% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-1.15deg);
  }
}

@keyframes splashLetterReveal {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.94);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes splashLetterWave {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  48% {
    opacity: 1;
    transform: translateY(-2px) scale(1.11);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes splashScreenReveal {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes splashCenterReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes splashLineReveal {
  0% {
    opacity: 0;
    transform: scaleX(0.3);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes splashDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10px, -14px, 0) scale(1.04);
  }
}

@keyframes driftA {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-10px, 12px, 0);
  }
}

@keyframes driftB {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -10px, 0);
  }
}

@keyframes driftC {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-8px, -12px, 0);
  }
}

@keyframes profileContactCharWave {
  0% {
    color: var(--profile-contact-color);
    -webkit-text-fill-color: currentColor;
    background-position: 104% 50%;
    transform: translateY(0) scale(1);
    text-shadow: none;
  }
  18% {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-position: 84% 50%;
    transform: translateY(-0.016em) scale(1.008);
    text-shadow: 0 0.035em 0.1em rgba(200, 176, 213, 0.08);
  }
  42% {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-position: 48% 50%;
    transform: translateY(-0.042em) scale(1.014);
    text-shadow: 0 0.04em 0.11em rgba(190, 176, 214, 0.07);
  }
  68% {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-position: 14% 50%;
    transform: translateY(-0.01em) scale(1.004);
  }
  100% {
    color: var(--profile-contact-color);
    -webkit-text-fill-color: currentColor;
    background-position: -6% 50%;
    transform: translateY(0) scale(1);
    text-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .profile-contact-link,
  .profile-contact-link::before,
  .profile-contact-link::after,
  .profile-contact-char {
    animation: none !important;
    transition: none !important;
  }
}

/* Surface unification pass for the master mini app. */
:root {
  --shell-wash:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.12)),
    radial-gradient(circle at 16% 12%, rgba(247, 226, 235, 0.38), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(223, 239, 255, 0.28), transparent 26%);
}

body {
  background: var(--bg);
}

body::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(247, 226, 235, 0.48), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(223, 239, 255, 0.34), transparent 24%),
    radial-gradient(circle at 70% 86%, rgba(236, 221, 247, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 42%);
  mix-blend-mode: normal;
  opacity: 0.92;
}

body::after {
  opacity: 0.045;
}

.app {
  isolation: isolate;
}

.app::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 38px;
  background: var(--shell-wash);
  pointer-events: none;
  z-index: 0;
}

.app > * {
  position: relative;
  z-index: 1;
}

.page {
  position: relative;
}

.services-preview,
.booking-panel {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.services-preview::before {
  content: none;
}

.page-top {
  margin-bottom: 18px;
  padding: 4px 2px 0;
}

.booking-progress-shell {
  margin-bottom: 22px;
  padding-top: 4px;
}

.time-period {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(255, 255, 255, 0.54);
}

.empty-state {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

/* Split-screen redesign for the public GLOW booking app. */
body.glow-public-shell {
  --split-onyx: #161412;
  --split-cream: #f5f5f5;
  --split-cream-soft: rgba(245, 245, 245, 0.72);
  --split-sheet: #f4f2ef;
  --split-sheet-strong: #faf8f4;
  --split-ink: #1a1a1a;
  --split-muted: #a39d95;
  --split-line: #e6e4e0;
  --split-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
  --split-card-shadow: 0 16px 34px rgba(15, 14, 12, 0.09);
  background: var(--split-onyx);
  color: var(--split-ink);
  overflow-x: clip;
}

body.glow-public-shell::before,
body.glow-public-shell::after,
body.glow-public-shell .ambient {
  display: none;
}

body.glow-public-shell .app,
body.glow-public-shell.public-entry-active .app {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 0;
  isolation: isolate;
}

body.glow-public-shell .app::before {
  content: none;
}

body.glow-public-shell .page {
  min-height: var(--tg-viewport-stable-height, 100vh);
}

body.glow-public-shell .page.page-active {
  display: block;
}

body.glow-public-shell .split-screen {
  position: relative;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.glow-public-shell .split-screen__context {
  position: relative;
  min-height: clamp(260px, 42vh, 404px);
  padding:
    calc(30px + var(--safe-top))
    calc(24px + var(--safe-right))
    108px
    calc(24px + var(--safe-left));
  background:
    radial-gradient(circle at 20% 18%, rgba(214, 187, 161, 0.08), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(110, 91, 78, 0.12), transparent 26%),
    var(--split-onyx);
  color: var(--split-cream);
  overflow: hidden;
}

body.glow-public-shell .split-screen__context--entry {
  min-height: clamp(320px, 50vh, 520px);
  padding-bottom: 128px;
}

body.glow-public-shell .split-screen__context-media,
body.glow-public-shell .split-screen__context-gradient {
  position: absolute;
  inset: 0;
}

body.glow-public-shell .split-screen__context-media {
  overflow: hidden;
}

body.glow-public-shell .split-screen__context-gradient {
  background:
    linear-gradient(180deg, rgba(22, 20, 18, 0.14) 0%, rgba(22, 20, 18, 0.42) 42%, rgba(22, 20, 18, 0.92) 100%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 36%);
  pointer-events: none;
  z-index: 1;
}

body.glow-public-shell .split-screen__context-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}

body.glow-public-shell .split-screen__context-copy--entry {
  max-width: 12ch;
}

body.glow-public-shell .split-screen__eyebrow,
body.glow-public-shell .home-brand,
body.glow-public-shell .split-screen__sheet-label,
body.glow-public-shell .section-label,
body.glow-public-shell .booking-subhead,
body.glow-public-shell .form-group label,
body.glow-public-shell .step-text,
body.glow-public-shell .page-top-sub,
body.glow-public-shell .portfolio-meta {
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.glow-public-shell .split-screen__eyebrow,
body.glow-public-shell .home-brand {
  color: var(--split-cream-soft);
}

body.glow-public-shell .home-brand {
  position: static;
  min-height: auto;
  margin-bottom: 6px;
}

body.glow-public-shell .home-brand.is-example-page {
  letter-spacing: 0.1em;
}

body.glow-public-shell .public-entry-eyebrow,
body.glow-public-shell .profile-name--context,
body.glow-public-shell .split-screen__context-title {
  color: var(--split-cream);
  font-family: 'Prata', Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

body.glow-public-shell .public-entry-eyebrow {
  font-size: clamp(2.2rem, 10vw, 3.55rem);
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

body.glow-public-shell .profile-name--context,
body.glow-public-shell .split-screen__context-title {
  font-size: clamp(2rem, 8vw, 3rem);
  margin: 0;
  max-width: 9.5ch;
}

body.glow-public-shell .split-screen__context-title {
  max-width: 10.5ch;
}

body.glow-public-shell .profile-copy,
body.glow-public-shell .profile-title-row {
  min-width: 0;
}

body.glow-public-shell .profile-contact-link,
body.glow-public-shell .profile-contact-link.profile-contact-link--title {
  display: inline-flex;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--split-cream);
  text-align: left;
  box-shadow: none;
}

body.glow-public-shell .profile-contact-link:hover,
body.glow-public-shell .profile-contact-link:active {
  transform: none;
}

body.glow-public-shell .profile-contact-link::before,
body.glow-public-shell .profile-contact-link::after {
  content: none;
}

body.glow-public-shell .profile-role--context,
body.glow-public-shell .split-screen__context-sub {
  color: var(--split-cream-soft);
  font-size: 14px;
  line-height: 1.6;
}

body.glow-public-shell .profile-role--context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

body.glow-public-shell .profile-role-separator {
  color: rgba(245, 245, 245, 0.3);
}

body.glow-public-shell .profile-rating {
  color: var(--split-cream);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

body.glow-public-shell .profile-rating-value {
  color: var(--split-cream);
}

body.glow-public-shell .profile-verified-badge {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

body.glow-public-shell .split-screen__sheet {
  position: relative;
  z-index: 3;
  margin-top: -40px;
  min-height: calc(58vh + var(--safe-bottom));
  padding:
    82px
    calc(24px + var(--safe-right))
    calc(138px + var(--safe-bottom))
    calc(24px + var(--safe-left));
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: var(--split-sheet);
  box-shadow: var(--split-shadow);
}

body.glow-public-shell .split-screen__sheet--entry {
  padding-top: 90px;
}

body.glow-public-shell .split-screen__anchor {
  position: absolute;
  top: -52px;
  left: calc(24px + var(--safe-left));
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 6px solid var(--split-sheet);
  background: var(--split-ink);
  color: var(--split-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

body.glow-public-shell .split-screen__anchor span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.glow-public-shell .split-screen__anchor--entry,
body.glow-public-shell .split-screen__anchor--folio,
body.glow-public-shell .split-screen__anchor--booking {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 62%),
    #1a1a1a;
}

body.glow-public-shell .split-screen__anchor--avatar {
  padding: 0;
  overflow: hidden;
  background: #d6cec4;
}

body.glow-public-shell .split-screen__anchor--avatar .profile-avatar {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  border: none;
  border-radius: 50%;
  background: linear-gradient(180deg, #d8d1c8 0%, #bcae9a 100%);
}

body.glow-public-shell .split-screen__anchor--avatar .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.glow-public-shell .profile-avatar-placeholder,
body.glow-public-shell .public-entry-avatar-placeholder {
  color: rgba(245, 245, 245, 0.82);
}

body.glow-public-shell .split-screen__sheet-copy {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

body.glow-public-shell .split-screen__sheet-title {
  color: var(--split-ink);
  font-family: 'Prata', Georgia, serif;
  font-size: clamp(1.8rem, 7vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
}

body.glow-public-shell .split-screen__sheet-label,
body.glow-public-shell .section-label,
body.glow-public-shell .booking-subhead,
body.glow-public-shell .form-group label,
body.glow-public-shell .step-text,
body.glow-public-shell .portfolio-meta,
body.glow-public-shell .summary-row .label {
  color: var(--split-muted);
}

body.glow-public-shell .split-screen__sheet-text {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  line-height: 1.7;
  max-width: 36ch;
}

body.glow-public-shell .split-screen__section-stack,
body.glow-public-shell .booking-stage {
  display: grid;
  gap: 28px;
}

body.glow-public-shell .public-entry-avatar {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(41, 31, 22, 0.18), rgba(15, 14, 12, 0.84));
}

body.glow-public-shell .public-entry-avatar::before,
body.glow-public-shell .public-entry-avatar::after {
  content: none;
}

body.glow-public-shell .public-entry-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02) brightness(0.72);
  animation: none;
}

body.glow-public-shell .public-entry-actions {
  display: grid;
  gap: 14px;
}

body.glow-public-shell .public-entry-action {
  min-height: 92px;
  padding: 20px 72px 20px 22px;
  border-radius: 30px;
  border: 1px solid var(--split-line);
  background: var(--split-sheet-strong);
  color: var(--split-ink);
  box-shadow: var(--split-card-shadow);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), border-color 0.22s var(--ease);
}

body.glow-public-shell .public-entry-action::before {
  content: none;
}

body.glow-public-shell .public-entry-action:hover {
  transform: translateY(-2px);
}

body.glow-public-shell .public-entry-action:active {
  transform: translateY(1px) scale(0.997);
}

body.glow-public-shell .public-entry-action strong {
  color: inherit;
  font-size: 1.05rem;
  line-height: 1.24;
}

body.glow-public-shell .public-entry-action small {
  color: rgba(26, 26, 26, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

body.glow-public-shell .public-entry-action-label {
  color: var(--split-muted);
}

body.glow-public-shell .public-entry-action--web {
  background: var(--split-ink);
  border-color: var(--split-ink);
  color: var(--split-cream);
  box-shadow: 0 18px 36px rgba(15, 14, 12, 0.18);
}

body.glow-public-shell .public-entry-action--web .public-entry-action-label,
body.glow-public-shell .public-entry-action--web small {
  color: rgba(245, 245, 245, 0.72);
}

body.glow-public-shell .public-entry-action-orb {
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(26, 26, 26, 0.05);
  box-shadow: none;
}

body.glow-public-shell .public-entry-action--web .public-entry-action-orb {
  background: rgba(255, 255, 255, 0.1);
}

body.glow-public-shell .profile-card,
body.glow-public-shell .booking-panel,
body.glow-public-shell .services-preview,
body.glow-public-shell .page-top {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  margin: 0;
}

body.glow-public-shell .profile-stats {
  display: flex;
  gap: 0;
  margin-bottom: 28px;
  border: none;
  border-radius: 0;
  background: transparent;
}

body.glow-public-shell .stat {
  min-height: 88px;
  padding: 18px 14px 16px;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

body.glow-public-shell .stat + .stat {
  border-left: none;
}

body.glow-public-shell .stat:not(:last-child) {
  border-right: 1px solid var(--split-line);
}

body.glow-public-shell .stat-label {
  color: var(--split-muted);
}

body.glow-public-shell .stat-value {
  margin-top: 8px;
  color: var(--split-ink);
  font-size: 1.5rem;
}

body.glow-public-shell .btn-cta,
body.glow-public-shell .booking-cta,
body.glow-public-shell .notify-btn {
  width: 100%;
  min-height: 60px;
  height: 60px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: #1a1a1a;
  color: var(--split-cream);
  box-shadow: 0 18px 34px rgba(15, 14, 12, 0.14);
  justify-content: center;
  animation: none;
  transform: none;
}

body.glow-public-shell .btn-cta::before,
body.glow-public-shell .notify-btn::before {
  content: none;
}

body.glow-public-shell .btn-cta:active,
body.glow-public-shell .booking-cta:active,
body.glow-public-shell .notify-btn:active {
  transform: translateY(1px) scale(0.997);
}

body.glow-public-shell .btn-cta-text,
body.glow-public-shell .booking-cta .btn-cta-text,
body.glow-public-shell .notify-btn {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.glow-public-shell .btn-cta-icon,
body.glow-public-shell .booking-cta .btn-cta-icon {
  display: none;
}

body.glow-public-shell .home-section {
  display: grid;
  gap: 16px;
}

body.glow-public-shell .home-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}

body.glow-public-shell .link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--split-ink);
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

body.glow-public-shell .link-btn svg {
  width: 16px;
  height: 16px;
}

body.glow-public-shell .services-preview {
  display: grid;
  gap: 0;
}

body.glow-public-shell .sp-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--split-line);
}

body.glow-public-shell .sp-left {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body.glow-public-shell .sp-name {
  color: var(--split-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

body.glow-public-shell .sp-dur {
  color: var(--split-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.glow-public-shell .sp-price {
  color: var(--split-ink);
  font-size: 1.18rem;
  white-space: nowrap;
}

body.glow-public-shell .sp-more {
  margin-top: 12px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 38px;
  width: fit-content;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.04);
  color: var(--split-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.glow-public-shell .portfolio-scroll {
  overflow-x: auto;
  overflow-y: visible;
  padding: 6px 0 12px;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.glow-public-shell .portfolio-scroll::-webkit-scrollbar {
  display: none;
}

body.glow-public-shell .portfolio-scroll-track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  padding-inline: 4px;
  margin-inline: auto;
  justify-content: center;
}

body.glow-public-shell .portfolio-scroll-item {
  position: relative;
  flex: 0 0 clamp(168px, 42vw, 218px);
  width: clamp(168px, 42vw, 218px);
  border-radius: 30px;
  overflow: hidden;
  background: #ddd5cc;
  box-shadow: none;
  scroll-snap-align: start;
}

body.glow-public-shell .portfolio-scroll-item img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

body.glow-public-shell .psi-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(15, 14, 12, 0.58);
  color: var(--split-cream);
  font-size: 12px;
  line-height: 1.5;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.glow-public-shell .booking-flow-shell {
  display: grid;
  gap: 18px;
}

body.glow-public-shell .booking-progress-shell {
  margin-bottom: 4px;
  padding: 0;
}

body.glow-public-shell .steps-indicator {
  width: 100%;
  padding: 0;
}

body.glow-public-shell .steps-indicator::before {
  left: calc(16.666% + 24px);
  right: calc(16.666% + 24px);
  top: 18px;
  height: 1px;
  background: var(--split-line);
}

body.glow-public-shell .step-item {
  gap: 8px;
  min-height: 56px;
}

body.glow-public-shell .step-num {
  width: 36px;
  height: 36px;
  border: 1px solid var(--split-line);
  background: var(--split-sheet-strong);
  color: var(--split-muted);
  box-shadow: none;
}

body.glow-public-shell .step-item.active .step-num,
body.glow-public-shell .step-item.done .step-num {
  background: var(--split-ink);
  border-color: var(--split-ink);
  color: var(--split-cream);
  box-shadow: 0 10px 18px rgba(15, 14, 12, 0.1);
}

body.glow-public-shell .step-item.active .step-text,
body.glow-public-shell .step-item.done .step-text {
  color: rgba(26, 26, 26, 0.8);
}

body.glow-public-shell .services-list {
  gap: 12px;
}

body.glow-public-shell .service-card {
  padding: 18px 18px 17px;
  border: 1px solid var(--split-line);
  border-radius: 28px;
  background: var(--split-sheet-strong);
  box-shadow: none;
}

body.glow-public-shell .service-card + .service-card {
  border-top: 1px solid var(--split-line);
}

body.glow-public-shell .service-card.selected {
  border-color: rgba(26, 26, 26, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 243, 240, 0.96));
  box-shadow: 0 14px 26px rgba(15, 14, 12, 0.06);
}

body.glow-public-shell .svc-duration {
  color: var(--split-muted);
}

body.glow-public-shell .svc-duration::before {
  background: radial-gradient(circle at center, #1a1a1a 0 40%, rgba(26, 26, 26, 0.12) 42% 100%);
}

body.glow-public-shell .svc-price {
  color: var(--split-ink);
}

body.glow-public-shell .svc-check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-color: rgba(26, 26, 26, 0.16);
}

body.glow-public-shell .service-card.selected .svc-check {
  border-color: var(--split-ink);
  background: rgba(26, 26, 26, 0.06);
}

body.glow-public-shell .service-card.selected .svc-check span {
  background: var(--split-ink);
}

body.glow-public-shell .selected-summary {
  width: 100%;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid var(--split-line);
  border-radius: 26px;
  background: rgba(26, 26, 26, 0.03);
  color: var(--split-ink);
  box-shadow: none;
}

body.glow-public-shell .selected-summary.is-pending {
  background: rgba(26, 26, 26, 0.02);
}

body.glow-public-shell .booking-summary-action {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  background: var(--split-sheet-strong);
  color: var(--split-ink);
}

body.glow-public-shell .booking-echo-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.glow-public-shell .booking-echo-line span {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.04);
  border: 1px solid rgba(26, 26, 26, 0.06);
  color: var(--split-ink);
  font-size: 11px;
}

body.glow-public-shell #echo-price {
  color: var(--split-ink);
}

body.glow-public-shell .booking-panel-dates,
body.glow-public-shell .booking-panel-times,
body.glow-public-shell .booking-summary-shell,
body.glow-public-shell .booking-contact-panel {
  display: grid;
  gap: 14px;
}

body.glow-public-shell .dates-scroll {
  gap: 12px;
  padding: 2px 0 4px;
}

body.glow-public-shell .date-card {
  width: 84px;
  padding: 16px 10px;
  border-radius: 24px;
  background: var(--split-sheet-strong);
  border: 1px solid var(--split-line);
  box-shadow: none;
}

body.glow-public-shell .date-card.today {
  border-color: rgba(26, 26, 26, 0.12);
}

body.glow-public-shell .date-card.selected {
  background: var(--split-ink);
  border-color: var(--split-ink);
  color: var(--split-cream);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 14, 12, 0.12);
}

body.glow-public-shell .date-card .day-name,
body.glow-public-shell .date-card .month-name {
  color: var(--split-muted);
}

body.glow-public-shell .date-card.selected .day-name,
body.glow-public-shell .date-card.selected .month-name,
body.glow-public-shell .date-card.selected .day-num {
  color: var(--split-cream);
}

body.glow-public-shell .time-period {
  padding: 18px 18px 16px;
  border: 1px solid var(--split-line);
  border-radius: 28px;
  background: var(--split-sheet-strong);
  box-shadow: none;
}

body.glow-public-shell .time-period + .time-period {
  margin-top: 14px;
}

body.glow-public-shell .time-period-label::before {
  background: var(--split-ink);
}

body.glow-public-shell .time-period-label::after {
  background: var(--split-line);
}

body.glow-public-shell .time-grid {
  gap: 10px;
}

body.glow-public-shell .time-slot {
  min-height: 48px;
  border-radius: 18px;
  background: rgba(26, 26, 26, 0.04);
  border: 1px solid rgba(26, 26, 26, 0.06);
  color: var(--split-ink);
}

body.glow-public-shell .time-slot.selected {
  background: var(--split-ink);
  border-color: var(--split-ink);
  color: var(--split-cream);
  box-shadow: 0 10px 24px rgba(15, 14, 12, 0.1);
}

body.glow-public-shell .summary-card {
  display: grid;
  gap: 0;
}

body.glow-public-shell .summary-title {
  margin-bottom: 14px;
  color: var(--split-ink);
  font-size: 1.36rem;
}

body.glow-public-shell .summary-row {
  padding: 13px 0;
  border-top: 1px solid var(--split-line);
}

body.glow-public-shell .summary-row:first-of-type {
  border-top: none;
}

body.glow-public-shell .summary-row .value {
  color: var(--split-ink);
  font-size: 14px;
}

body.glow-public-shell .summary-divider {
  margin: 10px 0;
  background: var(--split-line);
}

body.glow-public-shell .summary-row.total .value {
  color: var(--split-ink);
  font-size: 1.6rem;
}

body.glow-public-shell .form-group {
  margin-bottom: 0;
}

body.glow-public-shell .form-group + .form-group {
  margin-top: 14px;
}

body.glow-public-shell .form-group input,
body.glow-public-shell .form-group textarea {
  border: 1px solid var(--split-line);
  border-radius: 26px;
  background: var(--split-sheet-strong);
  box-shadow: none;
  color: var(--split-ink);
}

body.glow-public-shell .form-group input:focus,
body.glow-public-shell .form-group textarea:focus {
  border-color: rgba(26, 26, 26, 0.22);
  box-shadow: 0 0 0 4px rgba(26, 26, 26, 0.04);
}

body.glow-public-shell .form-group input::placeholder,
body.glow-public-shell .form-group textarea::placeholder {
  color: rgba(163, 157, 149, 0.9);
}

body.glow-public-shell .portfolio-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: none;
}

body.glow-public-shell .portfolio-cell {
  border: none;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}

body.glow-public-shell .portfolio-cell:hover,
body.glow-public-shell .portfolio-cell:active {
  transform: none;
  box-shadow: none;
}

body.glow-public-shell .portfolio-cell:focus-visible {
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.08);
}

body.glow-public-shell .portfolio-media {
  padding: 0;
}

body.glow-public-shell .portfolio-media::after {
  content: none;
}

body.glow-public-shell .portfolio-cell:nth-child(4n + 1) .portfolio-media,
body.glow-public-shell .portfolio-cell:nth-child(4n + 4) .portfolio-media {
  aspect-ratio: 4 / 5.6;
}

body.glow-public-shell .portfolio-cell:nth-child(4n + 2) .portfolio-media,
body.glow-public-shell .portfolio-cell:nth-child(4n + 3) .portfolio-media {
  aspect-ratio: 4 / 4.7;
}

body.glow-public-shell .portfolio-media img {
  border-radius: 28px;
  background: #ddd5cc;
}

body.glow-public-shell .portfolio-copy {
  gap: 8px;
  padding: 12px 6px 6px;
}

body.glow-public-shell .portfolio-number {
  background: rgba(26, 26, 26, 0.05);
  color: var(--split-ink);
  box-shadow: none;
}

body.glow-public-shell .portfolio-caption {
  color: rgba(26, 26, 26, 0.8);
}

body.glow-public-shell .portfolio-caption.is-placeholder {
  color: var(--split-muted);
}

body.glow-public-shell .empty-state {
  min-height: 280px;
  border: 1px solid var(--split-line);
  border-radius: 30px;
  background: rgba(26, 26, 26, 0.02);
  box-shadow: none;
}

body.glow-public-shell .empty-icon {
  background: rgba(26, 26, 26, 0.04);
}

body.glow-public-shell .empty-icon svg {
  stroke: var(--split-ink);
}

body.glow-public-shell .empty-state p {
  color: var(--split-muted);
}

body.glow-public-shell .tab-bar-wrap {
  bottom: calc(16px + var(--safe-bottom));
}

body.glow-public-shell .tab-bar {
  gap: 8px;
  min-width: 238px;
  min-height: 60px;
  padding: 8px 10px;
  background: rgba(249, 249, 248, 0.96);
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 18px 32px rgba(15, 14, 12, 0.16);
  backdrop-filter: blur(14px);
}

body.glow-public-shell .tab {
  min-height: 44px;
  color: rgba(26, 26, 26, 0.46);
}

body.glow-public-shell .tab.active {
  color: var(--split-cream);
  background: var(--split-ink);
  box-shadow: none;
}

body.glow-public-shell .lightbox-bg {
  background: rgba(15, 14, 12, 0.92);
}

body.glow-public-shell .lightbox-caption {
  color: rgba(245, 245, 245, 0.78);
}

body.glow-public-shell .lightbox-close,
body.glow-public-shell .lightbox-prev,
body.glow-public-shell .lightbox-next {
  color: var(--split-cream);
  background: rgba(255, 255, 255, 0.08);
}

body.glow-public-shell .success-overlay {
  background: rgba(15, 14, 12, 0.94);
}

body.glow-public-shell .success-content {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

body.glow-public-shell .success-line {
  background: rgba(255, 255, 255, 0.2);
}

body.glow-public-shell .notify-features li::before {
  color: rgba(245, 245, 245, 0.76);
}

@media (max-width: 480px) {
  body.glow-public-shell .split-screen__context {
    min-height: 34vh;
    padding-left: calc(18px + var(--safe-left));
    padding-right: calc(18px + var(--safe-right));
    padding-bottom: 96px;
  }

  body.glow-public-shell .split-screen__context--entry {
    min-height: 46vh;
  }

  body.glow-public-shell .split-screen__sheet {
    padding-left: calc(18px + var(--safe-left));
    padding-right: calc(18px + var(--safe-right));
    padding-bottom: calc(132px + var(--safe-bottom));
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  body.glow-public-shell .split-screen__anchor {
    top: -52px;
    left: calc(24px + var(--safe-left));
    width: 104px;
    height: 104px;
  }

  body.glow-public-shell .profile-name--context,
  body.glow-public-shell .split-screen__context-title {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
    max-width: none;
  }

  body.glow-public-shell .public-entry-eyebrow {
    font-size: clamp(2rem, 11vw, 2.85rem);
  }

  body.glow-public-shell .profile-stats {
    margin-bottom: 24px;
  }

  body.glow-public-shell .stat {
    min-height: 76px;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.glow-public-shell .home-section-header {
    align-items: flex-start;
  }

  body.glow-public-shell .public-entry-action {
    min-height: 84px;
    padding: 18px 64px 18px 18px;
    border-radius: 26px;
  }

  body.glow-public-shell .selected-summary {
    flex-direction: column;
    align-items: stretch;
  }

  body.glow-public-shell .booking-summary-action {
    width: 100%;
  }

  body.glow-public-shell .time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Poster-style home screen aligned to the editorial reference. */
body.glow-public-shell .split-screen--home {
  background: var(--split-sheet);
}

body.glow-public-shell .split-screen--home .split-screen__context--home {
  min-height: clamp(470px, 66vh, 700px);
  padding:
    calc(22px + var(--safe-top))
    calc(22px + var(--safe-right))
    186px
    calc(22px + var(--safe-left));
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  background: linear-gradient(180deg, #4f392a 0%, #161412 100%);
}

body.glow-public-shell .split-screen--home .split-screen__context--home::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(45, 33, 24, 0.06) 0%, rgba(30, 23, 18, 0.26) 32%, rgba(22, 20, 18, 0.82) 100%),
    var(--home-hero-image, none);
  background-size: cover, cover;
  background-position: center, center;
  transform: scale(1.08);
  filter: sepia(0.3) saturate(0.88) brightness(0.74) contrast(0.96);
}

body.glow-public-shell .split-screen--home .split-screen__context-gradient {
  background:
    radial-gradient(circle at 18% 14%, rgba(224, 190, 152, 0.16), transparent 24%),
    radial-gradient(circle at 72% 20%, rgba(127, 89, 58, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(22, 20, 18, 0.08) 0%, rgba(22, 20, 18, 0.24) 32%, rgba(22, 20, 18, 0.92) 100%);
}

body.glow-public-shell .split-screen--home .home-poster-copy {
  position: relative;
  z-index: 2;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  text-align: center;
  padding: 110px 12px 72px;
}

body.glow-public-shell .split-screen--home .home-brand {
  margin: 0;
  max-width: min(88vw, 12ch);
  color: rgba(247, 244, 239, 0.98);
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(3.9rem, 22vw, 7rem);
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: -0.08em;
  text-transform: none;
  white-space: normal;
  overflow-wrap: anywhere;
  text-shadow: 0 24px 42px rgba(16, 12, 10, 0.28);
}

body.glow-public-shell .split-screen--home .home-brand[data-fit='medium'] {
  font-size: clamp(3.3rem, 18vw, 5.7rem);
  letter-spacing: -0.06em;
}

body.glow-public-shell .split-screen--home .home-brand[data-fit='long'] {
  font-size: clamp(2.5rem, 13vw, 4.25rem);
  letter-spacing: -0.035em;
  line-height: 0.9;
}

body.glow-public-shell .split-screen--home .home-brand[data-fit='xlong'] {
  font-size: clamp(2rem, 10vw, 3.5rem);
  letter-spacing: -0.02em;
  line-height: 0.94;
}

body.glow-public-shell .split-screen--home .home-poster-kicker {
  color: rgba(245, 240, 232, 0.84);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

body.glow-public-shell .split-screen--home .split-screen__sheet--poster {
  margin-top: -52px;
  padding:
    16px
    calc(18px + var(--safe-right))
    calc(136px + var(--safe-bottom))
    calc(18px + var(--safe-left));
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 18%),
    var(--split-sheet);
}

body.glow-public-shell .split-screen--home .home-feature-card {
  display: none;
}

body.glow-public-shell .split-screen--home .home-feature-media {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #b79b84 0%, #836956 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.glow-public-shell .split-screen--home .home-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(0.92);
}

body.glow-public-shell .split-screen--home .home-feature-media-placeholder {
  color: rgba(247, 244, 239, 0.88);
  font-family: 'Prata', Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

body.glow-public-shell .split-screen--home .home-feature-copy {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

body.glow-public-shell .split-screen--home .home-feature-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  background: #bdb7af;
  color: rgba(249, 245, 239, 0.96);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.glow-public-shell .split-screen--home .home-feature-title {
  color: #171513;
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.78rem, 7.6vw, 2.7rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

body.glow-public-shell .split-screen--home .home-feature-subtitle {
  color: #817b73;
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: 0.01em;
}

body.glow-public-shell .split-screen--home .home-feature-stylist {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

body.glow-public-shell .split-screen--home .home-feature-stylist .profile-avatar {
  flex: 0 0 54px;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(180deg, #c5a88d 0%, #987a61 100%);
  box-shadow: 0 8px 18px rgba(22, 16, 14, 0.08);
}

body.glow-public-shell .split-screen--home .home-feature-stylist .profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-copy .profile-contact-link {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #1a1715;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.12;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-copy .profile-contact-link::before {
  content: 'Мастер:';
  flex: 0 0 auto;
  color: #706960;
  font-size: 13px;
  font-weight: 500;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #736d66;
  font-size: 12px;
  line-height: 1.24;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-meta #master-name {
  color: #736d66;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-meta .profile-role-separator {
  display: none !important;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-meta .profile-verified-badge {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-meta .profile-rating {
  min-height: auto;
  padding: 0;
  border: none;
  background: transparent;
  color: #1a1715;
  gap: 4px;
}

body.glow-public-shell .split-screen--home .home-feature-stylist-meta .profile-rating-value {
  color: #1a1715;
  font-size: 13px;
  font-weight: 600;
}

body.glow-public-shell .split-screen--home .profile-stats--poster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 6px;
  margin-bottom: 26px;
}

body.glow-public-shell .split-screen--home .profile-stats--poster .stat {
  min-height: 0;
  padding: 0;
}

body.glow-public-shell .split-screen--home .profile-stats--poster .stat--inspo {
  padding-right: 18px;
  border-right: 1px solid var(--split-line);
}

body.glow-public-shell .split-screen--home .profile-stats--poster .stat--schedule {
  padding-left: 24px;
}

body.glow-public-shell .split-screen--home .profile-stats--poster .stat-label {
  color: #a39d95;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.glow-public-shell .split-screen--home .home-inspo-strip {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-top: 12px;
}

body.glow-public-shell .split-screen--home .home-inspo-chip {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--split-sheet);
  margin-left: -10px;
  background: #cab19a;
  box-shadow: 0 5px 12px rgba(17, 13, 11, 0.06);
}

body.glow-public-shell .split-screen--home .home-inspo-chip:first-child {
  margin-left: 0;
}

body.glow-public-shell .split-screen--home .home-inspo-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.glow-public-shell .split-screen--home .home-inspo-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 46px;
  padding: 0 15px;
  margin-left: 10px;
  border-radius: 999px;
  background: #0f0f10;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.glow-public-shell .split-screen--home .home-inspo-empty {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.05);
  color: #877f76;
  font-size: 13px;
}

body.glow-public-shell .split-screen--home .home-inspo-caption,
body.glow-public-shell .split-screen--home .home-schedule-caption {
  display: block;
  margin-top: 14px;
  color: #928b83;
  font-size: 13px;
  line-height: 1.35;
}

body.glow-public-shell .split-screen--home .profile-stats--poster .stat-value {
  color: #141210;
  font-family: 'Onest', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(2.2rem, 10vw, 3.1rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.06em;
  margin-top: 10px;
}

body.glow-public-shell .split-screen--home .btn-cta {
  position: relative;
  display: block;
  width: min(78vw, 360px);
  min-width: 0;
  min-height: 72px;
  height: 72px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 28px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(17, 13, 11, 0.18);
}

body.glow-public-shell .split-screen--home .btn-cta-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: max-content;
  max-width: calc(100% - 52px);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  white-space: nowrap;
  text-align: center;
  transform: translate(-50%, -50%);
}

body.glow-public-shell .split-screen--home .home-cta-note {
  margin: 14px auto 0;
  max-width: 28ch;
  color: #928a82;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

body.glow-public-shell .split-screen--home .split-screen__section-stack--poster {
  gap: 22px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: none;
}

body.glow-public-shell .split-screen--home .home-section {
  gap: 14px;
}

body.glow-public-shell .split-screen--home .home-section-header {
  align-items: center;
  margin-bottom: 2px;
}

body.glow-public-shell .split-screen--home .section-label {
  color: #1c1713;
  font-size: clamp(1.28rem, 4.8vw, 1.7rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: none;
}

body.glow-public-shell .split-screen--home .link-btn {
  color: #8d857c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.glow-public-shell .split-screen--home .portfolio-scroll {
  width: 100%;
  max-width: none;
  overflow: visible;
  margin-inline: 0;
  padding: 6px 0 8px;
}

body.glow-public-shell .split-screen--home .portfolio-scroll::-webkit-scrollbar {
  display: none;
}

body.glow-public-shell .split-screen--home .portfolio-scroll--editorial {
  touch-action: manipulation;
}

body.glow-public-shell .split-screen--home .portfolio-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 14px;
  align-items: stretch;
}

body.glow-public-shell .split-screen--home .portfolio-editorial--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

body.glow-public-shell .split-screen--home .portfolio-editorial--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card {
  position: relative;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    #e8e1d9;
  box-shadow: 0 16px 28px rgba(17, 13, 11, 0.08);
  cursor: pointer;
  isolation: isolate;
  transition:
    transform 0.28s var(--ease),
    box-shadow 0.28s var(--ease),
    filter 0.28s var(--ease);
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card:active {
  transform: scale(0.985);
  box-shadow: 0 10px 20px rgba(17, 13, 11, 0.07);
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 14, 0.02) 0%, rgba(20, 16, 14, 0.14) 100%);
  pointer-events: none;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.98);
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card--single {
  aspect-ratio: 1.32 / 1;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card--duo-main,
body.glow-public-shell .split-screen--home .portfolio-editorial-card--duo-side {
  aspect-ratio: 0.94 / 1.08;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card--hero {
  grid-row: span 2;
  aspect-ratio: 0.9 / 1.32;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card--top,
body.glow-public-shell .split-screen--home .portfolio-editorial-card--bottom {
  aspect-ratio: 1 / 1.02;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-card--wide {
  grid-column: 1 / -1;
  aspect-ratio: 2.1 / 1;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(16, 13, 11, 0.02) 0%, rgba(16, 13, 11, 0.12) 52%, rgba(16, 13, 11, 0.34) 100%);
}

body.glow-public-shell .split-screen--home .portfolio-editorial-index,
body.glow-public-shell .split-screen--home .portfolio-editorial-more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(244, 242, 239, 0.88);
  color: #1a1715;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body.glow-public-shell .split-screen--home .portfolio-editorial-more {
  margin-left: auto;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-meta {
  margin-top: auto;
  display: grid;
  gap: 4px;
  max-width: min(86%, 18rem);
}

body.glow-public-shell .split-screen--home .portfolio-editorial-title {
  color: rgba(247, 244, 239, 0.98);
  font-size: clamp(1rem, 3.3vw, 1.16rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.glow-public-shell .split-screen--home .portfolio-editorial-subtitle {
  color: rgba(244, 242, 239, 0.78);
  font-size: 12px;
  line-height: 1.25;
}

body.glow-public-shell .split-screen--home .portfolio-editorial--count-1 .portfolio-editorial-overlay,
body.glow-public-shell .split-screen--home .portfolio-editorial--count-2 .portfolio-editorial-overlay {
  padding: 14px;
}

body.glow-public-shell .split-screen--home .portfolio-editorial--count-1 .portfolio-editorial-card--single .portfolio-editorial-meta,
body.glow-public-shell .split-screen--home .portfolio-editorial--count-2 .portfolio-editorial-card--duo-main .portfolio-editorial-meta {
  max-width: min(84%, 20rem);
}

@media (max-width: 480px) {
  body.glow-public-shell .split-screen--home .portfolio-editorial {
    gap: 12px;
  }

  body.glow-public-shell .split-screen--home .portfolio-editorial-card {
    border-radius: 28px;
  }

  body.glow-public-shell .split-screen--home .portfolio-editorial-overlay {
    padding: 14px;
  }

  body.glow-public-shell .split-screen--home .portfolio-editorial-index,
  body.glow-public-shell .split-screen--home .portfolio-editorial-more {
    min-width: 34px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }
}

body.glow-public-shell .split-screen--home .services-preview {
  gap: 10px;
}

body.glow-public-shell .split-screen--home .sp-row {
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(203, 196, 186, 0.56);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0)),
    #f6f1ea;
  box-shadow: 0 12px 22px rgba(17, 13, 11, 0.05);
}

body.glow-public-shell .split-screen--home .sp-left {
  gap: 5px;
}

body.glow-public-shell .split-screen--home .sp-name {
  font-size: 15px;
  line-height: 1.28;
}

body.glow-public-shell .split-screen--home .sp-dur {
  color: #8b837b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.glow-public-shell .split-screen--home .sp-price {
  font-size: 1rem;
  font-weight: 600;
}

body.glow-public-shell .split-screen--home .sp-more {
  margin-top: 2px;
  min-height: 42px;
  padding: 0 18px;
  background: rgba(26, 26, 26, 0.05);
  color: #7c756d;
  font-size: 11px;
  letter-spacing: 0.12em;
}

body.glow-public-shell .split-screen--home .sp-row:first-child {
  border-top: 1px solid rgba(203, 196, 186, 0.56);
}

@media (max-width: 480px) {
  body.glow-public-shell .split-screen--home .split-screen__context--home {
    min-height: 58vh;
    padding:
      calc(22px + var(--safe-top))
      calc(16px + var(--safe-right))
      172px
      calc(16px + var(--safe-left));
  }

  body.glow-public-shell .split-screen--home .home-poster-copy {
    padding-top: 94px;
    padding-bottom: 62px;
  }

  body.glow-public-shell .split-screen--home .home-brand {
    font-size: clamp(3.35rem, 19vw, 5.3rem);
  }

  body.glow-public-shell .split-screen--home .home-brand[data-fit='medium'] {
    font-size: clamp(2.9rem, 15vw, 4.45rem);
  }

  body.glow-public-shell .split-screen--home .home-brand[data-fit='long'] {
    font-size: clamp(2.15rem, 10.8vw, 3.45rem);
  }

  body.glow-public-shell .split-screen--home .home-brand[data-fit='xlong'] {
    font-size: clamp(1.75rem, 8.4vw, 2.8rem);
  }

  body.glow-public-shell .split-screen--home .split-screen__sheet--poster {
    padding:
      16px
      calc(16px + var(--safe-right))
      calc(130px + var(--safe-bottom))
      calc(16px + var(--safe-left));
  }

  body.glow-public-shell .split-screen--home .profile-stats--poster .stat--inspo {
    padding-right: 14px;
  }

  body.glow-public-shell .split-screen--home .profile-stats--poster .stat--schedule {
    padding-left: 16px;
  }

  body.glow-public-shell .split-screen--home .home-inspo-chip {
    width: 42px;
    height: 42px;
  }

  body.glow-public-shell .split-screen--home .home-inspo-more {
    min-width: 50px;
    height: 42px;
  }

  body.glow-public-shell .split-screen--home .btn-cta {
    width: min(82vw, 340px);
    min-height: 70px;
    height: 70px;
  }

  body.glow-public-shell .split-screen--home .btn-cta-text {
    font-size: 16px;
  }
}
