:root {
  --bg: #fffafb;
  --surface: #fff;
  --surface-2: #fff4f7;
  --blush: #f8dce5;
  --blush-2: #f2c3d0;
  --rose: #b94d6a;
  --rose-dark: #8f3450;
  --plum: #4a2d38;
  --ink: #2e2026;
  --muted: #7c6971;
  --line: #ead9df;
  --shadow: 0 22px 60px rgba(83, 42, 56, .13);
  --radius: 28px;
  --nav-h: 76px;
  --max: 1180px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  background: var(--bg)
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden
}

body.modal-open {
  overflow: hidden
}

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

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

button,
input,
select,
textarea {
  font: inherit
}

button {
  cursor: pointer
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase
}

.eyebrow.rose {
  color: var(--rose)
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em
}

h1 {
  font-size: clamp(48px, 7vw, 96px);
  line-height: .96
}

h2 {
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1
}

.section {
  padding: 96px 0
}

.section-heading {
  margin-bottom: 36px
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px
}

.section-heading h2 {
  max-width: 720px;
  margin: 12px 0 0
}

.arrow-link {
  font-weight: 750;
  color: var(--rose);
  white-space: nowrap
}

.primary-button,
.secondary-button,
.light-button {
  border: 0;
  border-radius: 999px;
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 800;
  transition: .2s transform, .2s box-shadow, .2s background
}

.primary-button {
  color: #fff;
  background: var(--rose);
  box-shadow: 0 12px 30px rgba(185, 77, 106, .25)
}

.primary-button:hover {
  transform: translateY(-2px);
  background: var(--rose-dark)
}

.primary-button.large {
  min-height: 60px;
  padding-inline: 28px
}

.secondary-button {
  background: #fff;
  color: var(--plum);
  border: 1px solid var(--line)
}

.light-button {
  background: #fff;
  color: var(--plum)
}

.full {
  width: 100%
}

.text-button {
  border: 0;
  background: transparent;
  color: var(--rose);
  font-weight: 800;
  padding: 14px
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  transition: .25s;
  background: transparent
}

.nav-inner {
  height: var(--nav-h);
  width: min(calc(100% - 32px), 1280px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 14px
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  color: #fff
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700
}

.desktop-nav a,
.text-link {
  opacity: .92
}

.desktop-nav a:hover,
.text-link:hover {
  opacity: 1
}

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

.nav-message {
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(12px);
  color: #fff;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12)
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  margin: 5px auto
}

.mobile-menu {
  display: none
}

.site-nav.is-scrolled {
  color: var(--plum);
  background: rgba(255, 250, 251, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(185, 77, 106, .12);
  box-shadow: 0 10px 32px rgba(76, 45, 56, .06)
}

.site-nav.is-scrolled .brand-mark {
  background: var(--blush);
  color: var(--rose)
}

.site-nav.is-scrolled .nav-message {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff
}

.site-nav.is-scrolled .menu-button {
  border-color: var(--line);
  background: var(--surface-2);
  color: var(--plum)
}

.avatar-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800
}

.avatar-link img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover
}

.member-only {
  display: none !important
}

body.is-member .member-only {
  display: flex !important
}

body.is-member .guest-only {
  display: none !important
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: var(--plum)
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-media img {
  object-position: center 38%
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(42, 25, 32, .88) 0%, rgba(42, 25, 32, .72) 34%, rgba(42, 25, 32, .15) 62%, rgba(42, 25, 32, .03) 100%)
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-height: 820px;
  padding-top: 190px;
  color: #fff
}

.hero-copy h1 {
  max-width: 760px;
  margin: 20px 0 22px
}

.hero-copy p {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  max-width: 650px;
  color: rgba(255, 255, 255, .86)
}

.hero-note {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, .72)
}

.gallery-preview {
  background: #fff
}

.video-strip-wrap {
  overflow: hidden;
  padding-left: max(16px, calc((100vw - var(--max))/2))
}

.video-strip {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px max(16px, calc((100vw - var(--max))/2)) 24px 0;
  scrollbar-width: none
}

.video-strip::-webkit-scrollbar {
  display: none
}

.video-card {
  position: relative;
  flex: 0 0 260px;
  aspect-ratio: 9/16;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--surface-2);
  scroll-snap-align: start;
  box-shadow: 0 18px 40px rgba(81, 42, 55, .12);
  padding: 0
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s transform
}

.video-card:hover img {
  transform: scale(1.025)
}

.play-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .86);
  color: var(--rose);
  padding-left: 3px
}

.video-number {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #fff;
  background: rgba(74, 45, 56, .45);
  backdrop-filter: blur(8px);
  padding: 8px 11px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px
}

.see-more-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  color: var(--plum);
  background: linear-gradient(155deg, #fff, #f7d9e3)
}

.see-more-card strong {
  font-family: Georgia, serif;
  font-size: 38px;
  margin: 16px 0 8px
}

.see-more-card small {
  line-height: 1.4;
  color: var(--muted)
}

.see-more-card>span:last-child {
  font-size: 30px;
  margin-top: 22px
}

.lock-ring {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--rose);
  box-shadow: var(--shadow)
}

.about-section {
  background: var(--surface-2)
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center
}

.about-image img {
  border-radius: 42px;
  box-shadow: var(--shadow)
}

.about-copy>p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 650px
}

.mini-stats {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.mini-stats div {
  padding: 24px 16px 0 0
}

.mini-stats strong,
.mini-stats span {
  display: block
}

.mini-stats strong {
  font-size: 18px
}

.mini-stats span {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
  line-height: 1.45
}

.contact-section {
  background: #fff
}

.contact-panel {
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: linear-gradient(135deg, #fff, #fff7f9);
  box-shadow: 0 18px 50px rgba(76, 45, 56, .06)
}

.contact-panel h2 {
  max-width: 700px;
  margin: 14px 0
}

.contact-panel p {
  color: var(--muted);
  max-width: 650px
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.final-cta {
  padding: 110px 0;
  background: linear-gradient(135deg, #4a2d38, #7d4055);
  color: #fff;
  text-align: center
}

.final-cta h2 {
  max-width: 850px;
  margin: 14px auto
}

.final-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.7
}

.site-footer {
  padding: 64px max(20px, calc((100vw - var(--max))/2));
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 36px;
  background: #2f2026;
  color: #fff
}

.site-footer>div {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.site-footer p,
.site-footer a,
.site-footer button {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.65;
  text-align: left
}

.site-footer button {
  border: 0;
  background: none;
  padding: 0
}

.footer-brand {
  color: #fff !important;
  margin-bottom: 8px
}

.copyright {
  grid-column: 1/-1;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 24px;
  margin: 10px 0 0
}

.mobile-bottom-nav {
  display: none
}

.page-hero {
  padding: 180px 0 90px;
  min-height: 460px;
  background: linear-gradient(135deg, #4a2d38, #9f5570);
  color: #fff
}

.page-hero h1 {
  max-width: 900px;
  margin: 18px 0 20px
}

.page-hero p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .8)
}

.blush-hero {
  background: linear-gradient(135deg, #71384d, #e4a3b8);
  color: #fff
}

.blush-hero p {
  color: rgba(255, 255, 255, .8)
}

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

.gallery-tile {
  position: relative;
  border: 0;
  padding: 0;
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 9/16;
  background: var(--surface-2);
  box-shadow: 0 16px 38px rgba(70, 37, 49, .1)
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gallery-tile>span:not(.lock-ring) {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--rose)
}

.gallery-gate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(160deg, #fff, #f4ceda);
  color: var(--plum)
}

.gallery-gate strong {
  font-family: Georgia, serif;
  font-size: 35px;
  margin: 18px 0 8px
}

.gallery-gate small {
  color: var(--muted)
}

.soft-cta {
  padding: 82px 0;
  background: var(--surface-2);
  text-align: center
}

.soft-cta h2 {
  margin-bottom: 10px
}

.soft-cta p {
  color: var(--muted);
  margin-bottom: 26px
}

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

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(70, 37, 49, .07)
}

.service-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.service-card>div {
  padding: 28px
}

.service-kicker,
.plan-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  color: var(--rose)
}

.service-card h2 {
  font-size: 36px;
  margin: 12px 0
}

.service-card p {
  color: var(--muted);
  line-height: 1.65
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 18px 0;
  margin-top: 18px
}

.service-meta strong {
  font-size: 27px
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 42px;
  align-items: start
}

.detail-image {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--shadow)
}

.detail-copy {
  padding: 34px 0
}

.check-list {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px
}

.check-list li:before {
  content: '✓';
  color: var(--rose);
  font-weight: 900;
  margin-right: 12px
}

.booking-card {
  position: sticky;
  top: 110px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow)
}

.booking-card h2 {
  font-size: 38px;
  margin: 12px 0 18px
}

.price-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  margin-bottom: 18px
}

.price-line strong {
  font-size: 30px;
  color: var(--rose)
}

label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--plum);
  margin-bottom: 16px
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px 15px;
  color: var(--ink);
  outline: none
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(185, 77, 106, .09)
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch
}

.plan-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 14px 36px rgba(70, 37, 49, .06)
}

.plan-card.featured {
  border-color: var(--rose);
  transform: translateY(-12px);
  box-shadow: 0 24px 55px rgba(185, 77, 106, .16)
}

.popular-tag {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: var(--rose);
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em
}

.plan-card h2 {
  font-size: 52px;
  margin: 14px 0
}

.plan-card h2 small {
  font-family: inherit;
  font-size: 14px;
  color: var(--muted)
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 14px
}

.plan-card li:before {
  content: '✓';
  color: var(--rose);
  font-weight: 900;
  margin-right: 10px
}

.plans-note {
  text-align: center;
  color: var(--muted);
  margin-top: 24px
}

.auth-section {
  min-height: 100svh;
  padding: 150px 16px 80px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fffafb, #f8dce5)
}

.auth-card {
  width: min(100%, 470px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 38px;
  box-shadow: var(--shadow)
}

.auth-card.wide {
  width: min(100%, 720px)
}

.auth-card h1 {
  font-size: 54px;
  margin: 12px 0
}

.auth-card>p {
  color: var(--muted)
}

.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-bottom: 18px
}

.checkbox {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 0
}

.checkbox input {
  width: auto
}

.two-col-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px
}

.span-two {
  grid-column: 1/-1
}

.auth-switch {
  text-align: center;
  margin: 20px 0 0 !important
}

.auth-switch a {
  color: var(--rose);
  font-weight: 800
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px
}

.dashboard-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 14px;
  height: max-content;
  position: sticky;
  top: 110px
}

.dashboard-nav a,
.dashboard-nav button {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 13px 14px;
  border-radius: 12px;
  color: var(--muted);
  font-weight: 750
}

.dashboard-nav a.active,
.dashboard-nav a:hover,
.dashboard-nav button:hover {
  background: var(--surface-2);
  color: var(--rose)
}

.dashboard-main {
  display: grid;
  gap: 24px
}

.dashboard-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px
}

.membership-status {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.status-pill {
  padding: 9px 12px;
  border-radius: 999px;
  background: #e9f8ee;
  color: #267b42;
  font-size: 11px;
  font-weight: 900
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.dashboard-cards a {
  background: var(--surface-2);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.dashboard-cards a>span {
  font-size: 24px;
  color: var(--rose)
}

.dashboard-cards small {
  color: var(--muted);
  line-height: 1.45
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 34px;
  align-items: start
}

.checkout-form {
  display: grid;
  gap: 22px
}

.checkout-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px
}

.checkout-block h2 {
  font-size: 34px
}

.payment-options {
  display: grid;
  gap: 12px
}

.payment-options label {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  margin: 0
}

.payment-options input {
  width: auto
}

.payment-options span {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.payment-options small {
  color: var(--muted)
}

.order-summary {
  position: sticky;
  top: 110px;
  background: var(--surface-2);
  border-radius: 28px;
  padding: 30px
}

.order-summary h2 {
  font-size: 38px;
  margin: 12px 0 8px
}

.order-summary>p {
  color: var(--muted)
}

.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line)
}

.summary-total {
  font-size: 20px
}

.order-summary>small {
  display: block;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 16px
}

.messages-page {
  padding: 110px 16px 70px;
  min-height: 100svh;
  background: #f7f1f3
}

.messages-shell {
  width: min(100%, 1180px);
  margin: auto;
  height: calc(100svh - 160px);
  min-height: 620px;
  display: grid;
  grid-template-columns: 330px 1fr;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.message-list {
  border-right: 1px solid var(--line);
  padding: 20px
}

.message-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.message-list-head h1 {
  font-size: 42px
}

.message-list-head button {
  border: 0;
  background: var(--surface-2);
  border-radius: 50%;
  width: 40px;
  height: 40px
}

.conversation {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: var(--surface-2);
  border-radius: 16px;
  padding: 12px;
  text-align: left
}

.conversation img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover
}

.conversation span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1
}

.conversation small {
  color: var(--muted)
}

.full-chat {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0
}

.full-chat>header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line)
}

.full-chat>header img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover
}

.full-chat>header div {
  display: flex;
  flex-direction: column
}

.full-chat>header small {
  color: var(--muted)
}

.full-chat-body {
  overflow-y: auto;
  padding: 24px;
  background: #fffafb;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.full-chat-input {
  display: flex;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--line)
}

.full-chat-input button {
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--rose);
  color: #fff;
  font-weight: 800
}

.full-chat-input button:first-child {
  width: 44px;
  padding: 0;
  background: var(--surface-2);
  color: var(--rose)
}

.full-chat-input input {
  margin: 0
}

.offline-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fffafb, #f3cad6);
  padding: 20px
}

.offline-card {
  max-width: 520px;
  text-align: center;
  background: #fff;
  border-radius: 32px;
  padding: 48px;
  box-shadow: var(--shadow)
}

.offline-card .brand-mark {
  margin: auto;
  background: var(--blush);
  color: var(--rose)
}

/* floating communication */
.contact-float {
  position: fixed;
  z-index: 1200;
  right: 22px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px
}

.contact-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(185, 77, 106, .18);
  background: #fff;
  color: var(--rose);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(64, 35, 45, .14);
  font-size: 20px
}

.message-capsule {
  height: 62px;
  border: 0;
  border-radius: 999px;
  background: var(--plum);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 6px 18px 6px 6px;
  box-shadow: 0 18px 42px rgba(64, 35, 45, .26)
}

.message-capsule img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff
}

.message-capsule span {
  display: flex;
  flex-direction: column;
  text-align: left
}

.message-capsule small {
  opacity: .72;
  font-size: 11px
}

.unread-badge,
[data-unread-badge] {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #e62b4c;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900
}

.message-capsule .unread-badge {
  position: absolute;
  right: -2px;
  top: -5px
}

.contact-float .message-capsule {
  position: relative
}

.chat-panel {
  position: fixed;
  z-index: 1500;
  right: 22px;
  bottom: 100px;
  width: min(390px, calc(100vw - 28px));
  height: min(620px, calc(100svh - 130px));
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(47, 26, 34, .28);
  display: grid;
  grid-template-rows: auto 1fr auto;
  transform: translateY(24px) scale(.97);
  opacity: 0;
  pointer-events: none;
  transition: .22s
}

.chat-panel.is-open {
  transform: none;
  opacity: 1;
  pointer-events: auto
}

.chat-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  background: var(--plum);
  color: #fff
}

.chat-head img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover
}

.chat-head>div {
  display: flex;
  flex-direction: column;
  flex: 1
}

.chat-head small {
  opacity: .72
}

.chat-head button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px
}

.chat-body {
  overflow-y: auto;
  padding: 18px;
  background: #fffafb;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.bubble {
  max-width: 82%;
  padding: 11px 14px;
  border-radius: 18px;
  line-height: 1.45;
  font-size: 14px
}

.bubble.incoming {
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-bottom-left-radius: 5px
}

.bubble.outgoing {
  align-self: flex-end;
  background: var(--rose);
  color: #fff;
  border-bottom-right-radius: 5px
}

.bubble.system {
  max-width: 100%;
  background: var(--surface-2);
  border: 1px solid var(--blush-2);
  color: var(--plum)
}

.shortcut-card {
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(135deg, #fff, #f7d9e3);
  border: 1px solid var(--line)
}

.shortcut-card strong {
  display: block;
  margin-bottom: 7px
}

.shortcut-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45
}

.shortcut-card button {
  border: 0;
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800
}

.chat-input {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: #fff
}

.chat-input button {
  border: 0;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: var(--surface-2);
  color: var(--rose);
  font-weight: 900
}

.chat-input button:last-child {
  width: auto;
  border-radius: 999px;
  padding: 0 16px;
  background: var(--rose);
  color: #fff
}

.chat-input input {
  margin: 0;
  background: #f7f1f3
}

.lead-modal,
.shortcut-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(45, 27, 34, .55);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: .2s
}

.lead-modal.is-open,
.shortcut-modal.is-open {
  opacity: 1;
  pointer-events: auto
}

.modal-card {
  width: min(100%, 520px);
  max-height: calc(100svh - 32px);
  overflow-y: auto;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 30px 90px rgba(45, 27, 34, .3)
}

.modal-card h2 {
  font-size: 44px;
  margin: 12px 0
}

.modal-card>p {
  color: var(--muted);
  line-height: 1.6
}

.modal-close {
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: var(--surface-2);
  color: var(--plum)
}

.privacy-note {
  font-size: 12px !important
}

.shortcut-steps {
  display: grid;
  gap: 12px;
  margin: 20px 0
}

.shortcut-steps div {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.shortcut-steps b {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blush);
  color: var(--rose)
}

/* reel viewer */
.reel-modal {
  position: fixed;
  inset: 0;
  z-index: 1900;
  background: #130f11;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: .2s
}

.reel-modal.is-open {
  opacity: 1;
  pointer-events: auto
}

.reel-shell {
  position: relative;
  height: min(92svh, 900px);
  aspect-ratio: 9/16;
  max-width: calc(100vw - 100px);
  background: #000;
  border-radius: 22px;
  overflow: hidden
}

.reel-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.reel-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, .46);
  color: #fff;
  font-size: 27px
}

.reel-count {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em
}

.reel-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 26px
}

.reel-prev {
  left: 14px
}

.reel-next {
  right: 14px
}

.reel-message {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--plum);
  padding: 12px 18px;
  font-weight: 900;
  white-space: nowrap
}

.reel-gate {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 38px;
  background: linear-gradient(155deg, #fff5f8, #e9b8c7);
  color: var(--plum)
}

.reel-gate.is-active {
  display: flex
}

.reel-gate>div {
  display: flex;
  flex-direction: column;
  align-items: center
}

.reel-gate h2 {
  font-size: 42px;
  margin: 20px 0 10px
}

.reel-gate p {
  color: var(--muted);
  line-height: 1.5
}

.reel-video-wrap.is-hidden {
  display: none
}

.reel-desktop-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1901;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 28px
}

.reel-desktop-arrow.prev {
  left: calc(50% - min(46svh, 450px) - 78px)
}

.reel-desktop-arrow.next {
  right: calc(50% - min(46svh, 450px) - 78px)
}

@media(max-width:980px) {
  .desktop-nav {
    display: none
  }

  .menu-button {
    display: block
  }

  .mobile-menu {
    position: absolute;
    top: calc(var(--nav-h) - 2px);
    left: 16px;
    right: 16px;
    padding: 18px;
    background: rgba(255, 250, 251, .98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    color: var(--plum)
  }

  .mobile-menu.is-open {
    display: grid;
    gap: 4px
  }

  .mobile-menu a {
    padding: 12px;
    border-radius: 12px
  }

  .mobile-menu a:hover {
    background: var(--surface-2)
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(42, 25, 32, .85), rgba(42, 25, 32, .24))
  }

  .services-grid,
  .plan-grid {
    grid-template-columns: 1fr 1fr
  }

  .service-card:last-child,
  .plan-card:last-child {
    grid-column: 1/-1
  }

  .about-grid,
  .service-detail-grid,
  .checkout-grid {
    grid-template-columns: 1fr
  }

  .booking-card,
  .order-summary {
    position: static
  }

  .site-footer {
    grid-template-columns: 1.3fr 1fr 1fr
  }

  .site-footer>div:nth-child(4) {
    grid-column: 2/4
  }

  .dashboard-grid {
    grid-template-columns: 1fr
  }

  .dashboard-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }

  .dashboard-cards {
    grid-template-columns: 1fr
  }

  .messages-shell {
    grid-template-columns: 1fr
  }

  .message-list {
    display: none
  }
}

@media(max-width:767px) {
  :root {
    --nav-h: 64px
  }

  .container {
    width: min(calc(100% - 28px), var(--max))
  }

  .section {
    padding: 66px 0
  }

  .site-nav {
    color: #fff
  }

  .nav-inner {
    width: calc(100% - 24px)
  }

  .brand {
    font-size: 12px
  }

  .brand-mark {
    width: 28px;
    height: 28px
  }

  .text-link,
  .nav-message {
    display: none
  }

  .menu-button {
    display: block;
    color: inherit
  }

  .home-hero {
    min-height: auto;
    background: #fff
  }

  .hero-media {
    position: relative;
    height: 62svh;
    min-height: 470px
  }

  .hero-media img {
    position: static;
    object-position: center top
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(49, 29, 37, .32) 0%, rgba(49, 29, 37, .04) 42%, rgba(255, 250, 251, .15) 70%, #fffafb 100%)
  }

  .hero-copy {
    min-height: auto;
    padding: 0 14px 42px;
    color: var(--ink);
    margin-top: -86px
  }

  .hero-copy .eyebrow {
    color: var(--rose)
  }

  .hero-copy h1 {
    font-size: clamp(46px, 14vw, 64px);
    line-height: .94;
    margin: 16px 0
  }

  .hero-copy p {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.55
  }

  .hero-copy .primary-button {
    width: 100%
  }

  .hero-note {
    color: var(--muted);
    text-align: center;
    line-height: 1.4
  }

  .split-heading {
    align-items: flex-start
  }

  .split-heading .arrow-link {
    display: none
  }

  .section-heading h2 {
    font-size: 44px
  }

  .video-strip-wrap {
    padding-left: 14px
  }

  .video-strip {
    gap: 14px;
    padding-right: 14px
  }

  .video-card {
    flex-basis: 76vw;
    max-width: 330px;
    border-radius: 24px
  }

  .about-grid {
    gap: 34px
  }

  .about-image {
    order: 2
  }

  .about-copy h2 {
    font-size: 46px
  }

  .mini-stats {
    grid-template-columns: 1fr
  }

  .mini-stats div {
    border-bottom: 1px solid var(--line);
    padding: 18px 0
  }

  .contact-panel {
    padding: 28px 20px;
    display: block;
    border-radius: 26px
  }

  .contact-panel h2 {
    font-size: 46px
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px
  }

  .contact-actions .primary-button {
    grid-column: 1/-1
  }

  .final-cta {
    padding: 78px 0 110px
  }

  .final-cta h2 {
    font-size: 48px
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 50px 20px 120px
  }

  .site-footer>div:first-child {
    grid-column: 1/-1
  }

  .site-footer>div:nth-child(4) {
    grid-column: auto
  }

  .copyright {
    grid-column: 1/-1
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 1100;
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    height: 70px;
    border: 1px solid rgba(185, 77, 106, .14);
    background: rgba(255, 250, 251, .94);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-shadow: 0 14px 42px rgba(65, 35, 46, .14);
    padding: 7px 4px
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    position: relative;
    border: 0;
    background: transparent;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0
  }

  .mobile-bottom-nav span {
    font-size: 19px;
    color: var(--plum)
  }

  .mobile-bottom-nav small {
    font-size: 9px;
    font-weight: 800
  }

  .mobile-bottom-nav [data-unread-badge] {
    position: absolute;
    top: 1px;
    right: 7px
  }

  .page-hero {
    padding: 130px 0 62px;
    min-height: 360px
  }

  .page-hero h1 {
    font-size: 50px
  }

  .page-hero p {
    font-size: 16px
  }

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

  .gallery-tile {
    border-radius: 20px
  }

  .gallery-gate strong {
    font-size: 26px
  }

  .services-grid,
  .plan-grid {
    grid-template-columns: 1fr
  }

  .service-card:last-child,
  .plan-card:last-child {
    grid-column: auto
  }

  .service-card>div {
    padding: 22px
  }

  .plan-card.featured {
    transform: none
  }

  .service-detail-grid {
    gap: 24px
  }

  .booking-card {
    padding: 22px
  }

  .two-col-form {
    grid-template-columns: 1fr
  }

  .span-two {
    grid-column: auto
  }

  .auth-section {
    padding: 100px 14px 110px
  }

  .auth-card {
    padding: 28px 20px
  }

  .auth-card h1 {
    font-size: 48px
  }

  .dashboard-nav {
    grid-template-columns: 1fr 1fr
  }

  .dashboard-card {
    padding: 22px
  }

  .membership-status {
    align-items: flex-start;
    gap: 12px
  }

  .checkout-block {
    padding: 22px
  }

  .messages-page {
    padding: 64px 0 0
  }

  .messages-shell {
    height: calc(100svh - 64px);
    min-height: 0;
    border-radius: 0
  }

  .full-chat>header {
    padding-top: calc(12px + env(safe-area-inset-top))
  }

  .full-chat-input {
    padding-bottom: calc(12px + env(safe-area-inset-bottom))
  }

  .contact-float {
    right: 12px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    align-items: center;
    gap: 8px
  }

  .contact-circle {
    width: 46px;
    height: 46px
  }

  .message-capsule {
    width: 54px;
    height: 54px;
    padding: 4px;
    border-radius: 50%
  }

  .message-capsule img {
    width: 46px;
    height: 46px
  }

  .message-capsule span {
    display: none
  }

  .message-capsule .unread-badge {
    right: -4px;
    top: -4px
  }

  .chat-panel {
    inset: 0;
    width: 100%;
    height: 100svh;
    border-radius: 0;
    transform: translateY(100%);
    grid-template-rows: auto 1fr auto
  }

  .chat-panel.is-open {
    transform: none
  }

  .chat-head {
    padding-top: calc(12px + env(safe-area-inset-top))
  }

  .chat-input {
    padding-bottom: calc(12px + env(safe-area-inset-bottom))
  }

  .modal-card {
    padding: 26px 20px;
    border-radius: 24px
  }

  .modal-card h2 {
    font-size: 40px
  }

  .reel-shell {
    height: 100svh;
    width: 100vw;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0
  }

  .reel-nav {
    display: none
  }

  .reel-desktop-arrow {
    display: none
  }

  .reel-close {
    top: calc(12px + env(safe-area-inset-top));
    right: 14px
  }

  .reel-count {
    top: calc(22px + env(safe-area-inset-top))
  }

  .reel-message {
    bottom: calc(16px + env(safe-area-inset-bottom))
  }

  .reel-gate h2 {
    font-size: 44px
  }

  .messages-body .mobile-bottom-nav {
    display: none
  }
}

/* =========================================================
   FINAL CURVED HERO + MOBILE-FIRST POLISH
   Uses PNG hero assets supplied for desktop and mobile.
   ========================================================= */
.brand-mark {
  background: rgba(255, 255, 255, .92) url('../icons/brand-mark.png') center/cover no-repeat !important;
  color: transparent !important;
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 8px 22px rgba(58, 32, 42, .10);
}

.site-nav.is-scrolled .brand-mark {
  background: #fff url('../icons/brand-mark.png') center/cover no-repeat !important;
  border-color: var(--line);
}

.hero-copy-mobile {
  display: none
}

@media (min-width:768px) {
  .home-hero {
    position: relative;
    min-height: 0 !important;
    aspect-ratio: 1672/941;
    overflow: hidden;
    background: #68483c;
  }

  .home-hero .hero-media,
  .home-hero .hero-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .home-hero .hero-media img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .home-hero .hero-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg,
        rgba(48, 25, 33, .78) 0%,
        rgba(48, 25, 33, .62) 22%,
        rgba(48, 25, 33, .34) 38%,
        rgba(48, 25, 33, .07) 57%,
        rgba(48, 25, 33, 0) 76%);
  }

  .hero-copy-desktop {
    position: absolute !important;
    z-index: 3;
    inset: 31.5% 0 auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    color: #fff;
  }

  .hero-copy-desktop h1 {
    display: flex;
    flex-direction: column;
    max-width: 540px !important;
    margin: 18px 0 20px !important;
    font-size: clamp(52px, 4.25vw, 72px) !important;
    line-height: .94 !important;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .hero-copy-desktop h1 span {
    display: block
  }

  .hero-copy-desktop p {
    max-width: 520px !important;
    font-size: clamp(16px, 1.35vw, 21px) !important;
    line-height: 1.55 !important;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .88) !important;
  }

  .hero-copy-desktop .primary-button {
    min-width: 206px;
    min-height: 56px;
  }

  .hero-copy-desktop .hero-note {
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255, 255, 255, .74) !important;
  }
}

/* Floating contact icons use PNG assets */
.contact-circle {
  overflow: hidden;
  padding: 0
}

.contact-circle img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.message-capsule>img {
  object-fit: cover;
  background: #fff;
}

@media (max-width:767px) {

  html,
  body {
    background: #fffafb
  }

  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom))
  }

  .home-page {
    padding-bottom: calc(88px + env(safe-area-inset-bottom))
  }

  .site-nav {
    position: absolute;
    color: #fff;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .site-nav.is-scrolled {
    position: fixed;
    color: var(--plum);
    background: rgba(255, 250, 251, .91) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(185, 77, 106, .12) !important;
    box-shadow: 0 9px 25px rgba(65, 35, 46, .08) !important;
  }

  .nav-inner {
    width: calc(100% - 28px) !important;
    height: 72px;
  }

  .brand {
    font-size: 13px !important;
    gap: 10px
  }

  .brand-mark {
    width: 38px !important;
    height: 38px !important
  }

  .menu-button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
  }

  .site-nav.is-scrolled .menu-button {
    border-color: var(--line);
    background: #fff;
  }

  .home-hero {
    display: block;
    min-height: 0 !important;
    overflow: visible !important;
    background: #fffafb !important;
  }

  .home-hero .hero-media {
    position: relative !important;
    inset: auto !important;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1086/1448;
    overflow: hidden;
    border-radius: 0 0 50% 50% / 0 0 5.7% 5.7%;
    background: #b98c73;
  }

  .home-hero .hero-media img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .home-hero .hero-shade {
    position: absolute !important;
    z-index: 2;
    inset: 0 0 auto !important;
    width: 100%;
    aspect-ratio: 1086/1448;
    height: auto !important;
    border-radius: 0 0 50% 50% / 0 0 5.7% 5.7%;
    background: linear-gradient(180deg, rgba(45, 24, 31, .20) 0%, rgba(45, 24, 31, .04) 26%, rgba(45, 24, 31, 0) 60%) !important;
    pointer-events: none;
  }

  .hero-copy-desktop {
    display: none !important
  }

  .hero-copy-mobile {
    display: block;
    position: relative;
    z-index: 3;
    margin: 0;
    background:
      radial-gradient(circle at 80% 22%, rgba(248, 220, 229, .42), transparent 38%),
      linear-gradient(180deg, #fffdfd 0%, #fffafb 100%);
  }

  .mobile-copy-inner {
    width: min(100% - 38px, 520px);
    margin-inline: auto;
    padding: 48px 0 40px;
  }

  .hero-copy-mobile .eyebrow {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .145em;
    margin: 0 0 22px;
    color: #d04d73;
  }

  .hero-copy-mobile h1 {
    margin: 0;
    max-width: 100%;
    color: #342329;
    font-size: clamp(45px, 12.6vw, 58px);
    line-height: .96;
    letter-spacing: -.052em;
    text-wrap: balance;
  }

  .hero-copy-mobile p {
    max-width: 520px;
    margin: 25px 0 28px;
    color: #786b70;
    font-size: clamp(17px, 4.6vw, 20px);
    line-height: 1.58;
  }

  .hero-copy-mobile .primary-button {
    width: 100%;
    min-height: 68px;
    justify-content: space-between;
    padding-inline: 30px;
    border-radius: 18px;
    font-size: 18px;
    background: linear-gradient(90deg, #d94f71, #c64769);
    box-shadow: 0 18px 34px rgba(190, 70, 108, .20);
  }

  .hero-copy-mobile .primary-button span {
    font-size: 28px;
    font-weight: 400
  }

  .hero-copy-mobile .hero-note {
    display: block;
    max-width: 480px;
    margin: 22px 0 0;
    color: #75696e !important;
    font-size: 15px;
    line-height: 1.55;
    text-align: left !important;
  }

  .connection-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 34px;
    padding: 18px;
    border: 1px solid rgba(185, 77, 106, .10);
    border-radius: 22px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 16px 40px rgba(74, 45, 56, .07);
  }

  .connection-card img {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 50%;
  }

  .connection-card div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0
  }

  .connection-card strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    color: var(--ink)
  }

  .connection-card span {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.35
  }

  /* Compact mobile contact stack; sits above bottom navigation. */
  .contact-float {
    right: 12px !important;
    bottom: calc(96px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  .contact-circle {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(185, 77, 106, .16) !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(65, 35, 46, .14) !important;
  }

  .message-capsule {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: 0 12px 29px rgba(65, 35, 46, .20) !important;
  }

  .message-capsule>img {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    border-radius: 50% !important;
  }

  .message-capsule span {
    display: none !important
  }

  .message-capsule .unread-badge {
    right: -3px !important;
    top: -4px !important
  }

  .mobile-bottom-nav {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    height: 72px !important;
    border-radius: 22px !important;
    background: rgba(255, 250, 251, .95) !important;
    border: 1px solid rgba(185, 77, 106, .13) !important;
    box-shadow: 0 12px 34px rgba(65, 35, 46, .14) !important;
  }

  .mobile-bottom-nav small {
    font-size: 10px !important
  }

  .mobile-bottom-nav [data-unread-badge][hidden] {
    display: none !important
  }

  .gallery-preview {
    padding-top: 64px
  }

  .lead-modal,
  .shortcut-modal {
    align-items: end;
    padding: 0
  }

  .lead-modal .modal-card,
  .shortcut-modal .modal-card {
    width: 100%;
    max-width: none;
    max-height: 92svh;
    border-radius: 28px 28px 0 0;
    padding: 26px 22px calc(28px + env(safe-area-inset-bottom));
  }

  .lead-modal .modal-card h2,
  .shortcut-modal .modal-card h2 {
    font-size: clamp(37px, 10vw, 48px) !important;
    line-height: .98;
  }
}

@media (max-width:390px) {
  .mobile-copy-inner {
    width: calc(100% - 32px);
    padding-top: 42px
  }

  .hero-copy-mobile h1 {
    font-size: clamp(43px, 12.2vw, 52px)
  }

  .hero-copy-mobile p {
    font-size: 16.5px
  }

  .connection-card {
    padding: 15px
  }
}

@media (min-width:768px) {
  .home-hero .hero-shade {
    background:
      linear-gradient(180deg, rgba(42, 22, 29, .28) 0%, rgba(42, 22, 29, .08) 15%, rgba(42, 22, 29, 0) 30%),
      linear-gradient(90deg, rgba(48, 25, 33, .78) 0%, rgba(48, 25, 33, .62) 22%, rgba(48, 25, 33, .34) 38%, rgba(48, 25, 33, .07) 57%, rgba(48, 25, 33, 0) 76%);
  }
}

/* =========================================================
   MOBILE HERO HEIGHT / CROP FIX
   Desktop remains unchanged.
   The 3:4 mobile PNG keeps its natural aspect ratio and is
   cropped only from the top and bottom — no zoom/stretch.
   ========================================================= */
@media (max-width: 767px) {
  .home-hero .hero-media {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: clamp(320px, 50svh, 430px) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: 0 0 50% 50% / 0 0 5.7% 5.7% !important;
  }

  .home-hero .hero-media img {
    position: absolute !important;
    inset: auto !important;
    left: 0 !important;
    top: 50% !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    object-fit: initial !important;
    object-position: initial !important;
    transform: translateY(-50%) !important;
  }

  .home-hero .hero-shade {
    position: absolute !important;
    inset: 0 0 auto !important;
    width: 100% !important;
    height: clamp(320px, 50svh, 430px) !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 0 0 50% 50% / 0 0 5.7% 5.7% !important;
    overflow: hidden !important;
  }
}

/* =========================================================
   FINAL MOBILE FIRST-FOLD FIT
   Desktop remains completely unchanged.
   Keeps the mobile PNG at width:100% / height:auto, so there
   is no zoom or side crop. The shorter wrapper crops only the
   top and bottom while preserving the image proportions.
   ========================================================= */
@media (max-width: 767px) {
  .home-hero .hero-media,
  .home-hero .hero-shade {
    height: clamp(310px, 46svh, 395px) !important;
  }

  .mobile-copy-inner {
    width: min(calc(100% - 32px), 520px);
    padding: 32px 0 30px;
  }

  .hero-copy-mobile .eyebrow {
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: .14em;
    margin-bottom: 14px;
  }

  .hero-copy-mobile h1 {
    max-width: 350px;
    font-size: clamp(41px, 11.4vw, 52px);
    line-height: .93;
    letter-spacing: -.05em;
  }

  .hero-copy-mobile p {
    margin: 18px 0 20px;
    font-size: clamp(15.5px, 4.1vw, 17px);
    line-height: 1.48;
  }

  .hero-copy-mobile .primary-button {
    min-height: 58px;
    padding-inline: 24px;
    border-radius: 16px;
    font-size: 17px;
  }

  .hero-copy-mobile .primary-button span {
    font-size: 25px;
  }

  .hero-copy-mobile .hero-note {
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .connection-card {
    margin-top: 24px;
    padding: 15px;
  }
}

/* Extra-small/short phones: preserve the CTA above the fixed nav. */
@media (max-width: 390px) and (max-height: 760px) {
  .home-hero .hero-media,
  .home-hero .hero-shade {
    height: clamp(300px, 44svh, 350px) !important;
  }

  .mobile-copy-inner {
    padding-top: 26px;
  }

  .hero-copy-mobile .eyebrow {
    margin-bottom: 11px;
  }

  .hero-copy-mobile h1 {
    font-size: clamp(39px, 10.9vw, 47px);
  }

  .hero-copy-mobile p {
    margin: 15px 0 17px;
    font-size: 15.5px;
  }

  .hero-copy-mobile .primary-button {
    min-height: 56px;
  }
}


/* =========================================================
   FINAL MOBILE POLISH — homepage only
   Desktop layouts remain unchanged.
   ========================================================= */
@media (max-width: 767px) {
  /* Centered capsule CTA: smaller than full width, with arrow retained. */
  .hero-copy-mobile .primary-button {
    position: relative;
    width: min(86%, 330px) !important;
    min-height: 58px !important;
    margin-inline: auto !important;
    padding: 0 48px 0 28px !important;
    border-radius: 999px !important;
    justify-content: center !important;
    text-align: center;
  }

  .hero-copy-mobile .primary-button span {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-52%);
    line-height: 1;
  }

  /* Mobile about order: copy, image, then compact benefit chips. */
  .about-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "image"
      "stats";
    gap: 26px !important;
    align-items: start;
  }

  .about-copy {
    grid-area: copy;
  }

  .about-image {
    grid-area: image;
    order: initial !important;
  }

  .about-image img {
    width: 100%;
    border-radius: 26px;
  }

  .about-copy h2 {
    max-width: 560px;
    font-size: clamp(43px, 11.5vw, 54px) !important;
    line-height: .96;
    margin-bottom: 24px;
  }

  .about-copy > p {
    font-size: 16px;
    line-height: 1.62;
    margin-bottom: 18px;
  }

  .about-grid > .mini-stats {
    grid-area: stats;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .about-grid > .mini-stats div {
    flex: 0 0 auto;
    width: auto;
    padding: 0 !important;
    border: 0 !important;
  }

  .about-grid > .mini-stats strong {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(185, 77, 106, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--plum);
    box-shadow: 0 8px 22px rgba(74, 45, 56, .06);
    font-size: 13px;
  }

  .about-grid > .mini-stats span {
    display: none;
  }

  /* Never show a red zero badge. */
  [data-unread-badge][hidden],
  .unread-badge[hidden],
  [data-unread-badge]:empty,
  .unread-badge:empty {
    display: none !important;
  }

  /* PNG icon slots remain easy to replace and never distort. */
  .contact-circle img,
  .message-capsule > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .contact-circle:focus:not(:focus-visible),
  .message-capsule:focus:not(:focus-visible) {
    outline: none;
  }
}

/* Preserve the original two-column desktop about composition. */
@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: .9fr 1.1fr;
    grid-template-areas:
      "image copy"
      "image stats";
    column-gap: 72px;
    row-gap: 0;
  }

  .about-image { grid-area: image; }
  .about-copy { grid-area: copy; }
  .about-grid > .mini-stats { grid-area: stats; }
}

/* Chat file attachments */
.chat-compose-field{min-width:0;display:grid;gap:3px}
.chat-compose-field>input{width:100%}
.selected-chat-file{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px;padding:0 8px}
.message-image{display:block;max-width:min(280px,68vw);max-height:320px;object-fit:contain;border-radius:12px;background:#f3edf0;margin-bottom:7px}
.message-media{display:block;width:min(290px,70vw);max-height:340px;border-radius:12px;background:#000;margin-bottom:7px}
.message-audio{display:block;width:min(280px,70vw);margin-bottom:7px}
.message-file-card{display:flex;align-items:center;gap:10px;min-width:min(270px,68vw);max-width:300px;padding:10px;border-radius:12px;background:rgba(255,255,255,.94);border:1px solid var(--line);color:var(--plum);margin-bottom:7px;text-decoration:none}
.bubble.outgoing .message-file-card{color:var(--plum)}
.message-file-card>span:last-child{display:flex;flex-direction:column;min-width:0}.message-file-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-file-card small{font-size:10px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-file-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--blush);color:var(--rose);font-size:20px;flex:0 0 auto}
.full-chat-input{align-items:end}.full-chat-input .selected-chat-file{grid-column:2/3}.full-chat-input>input[name=body]{min-width:0}
@media(max-width:767px){.message-image,.message-media,.message-audio{max-width:72vw;width:72vw}.message-file-card{min-width:68vw;max-width:72vw}.chat-input{align-items:end}.chat-compose-field{min-width:0}}

/* Selected chat attachment preview and stable scrolling for image/file messages. */
.chat-panel,
.full-chat,
.chat-body,
.full-chat-body {
  min-height: 0;
}
.chat-panel,
.full-chat {
  overflow: hidden;
}
.chat-body,
.full-chat-body {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.chat-compose-field {
  min-width: 0;
  display: grid;
  gap: 6px;
}
.chat-attachment-preview {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff7f9;
  max-width: 100%;
}
.chat-attachment-preview[hidden] { display: none !important; }
.chat-attachment-preview img,
.chat-attachment-preview video {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  object-fit: cover;
  background: #f3edf0;
}
.chat-preview-file-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--blush);
  color: var(--rose);
  font-size: 22px;
}
.chat-preview-details {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 3px;
}
.chat-preview-details strong,
.chat-preview-details small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-preview-details small { color: var(--muted); font-size: 10px; }
.chat-preview-remove {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #f4e9ed;
  color: var(--rose-dark);
  font-size: 17px;
}
.chat-input,
.full-chat-input {
  align-items: end;
  background: #fff;
}
.message-image {
  width: auto;
  height: auto;
  max-width: min(270px, 68vw);
  max-height: 300px;
}


/* Video deadlock fix: defer protected media streaming until the user taps Play. */
.message-lazy-media{display:grid;gap:7px;max-width:min(300px,70vw);margin-bottom:7px}
.message-media-play{width:100%;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.95);color:var(--plum);padding:11px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}
.message-media-play>span:last-child{display:flex;flex-direction:column;min-width:0;gap:3px}
.message-media-play strong,.message-media-play small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.message-media-play small{font-size:10px;color:var(--muted)}
.message-media-play-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--blush);color:var(--rose);flex:0 0 auto}
@media(max-width:767px){.message-lazy-media{max-width:72vw;width:72vw}}


/* Dynamic mobile viewport for the floating Messenger-style chat. */
.message-media-error{display:grid;gap:7px;padding:13px;border-radius:12px;background:#fff;border:1px solid var(--line);color:var(--plum);margin-bottom:7px}
.message-media-error a{color:var(--rose);font-weight:800;text-decoration:underline}
@media(max-width:767px){
  :root{--eleraa-visual-height:100dvh;--eleraa-visual-top:0px}
  .chat-panel{top:var(--eleraa-visual-top)!important;left:0!important;right:0!important;bottom:auto!important;width:100%!important;height:var(--eleraa-visual-height)!important;min-height:0!important;max-height:none!important;grid-template-rows:auto minmax(0,1fr) auto!important}
  .chat-panel .chat-body{min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain}
  .chat-panel .chat-input{position:relative!important;bottom:auto!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important}
  body.eleraa-keyboard-open{overflow:hidden!important}
  body.eleraa-keyboard-open .contact-float,body.eleraa-keyboard-open .mobile-bottom-nav{display:none!important}
}
