:root {
  --white: #fff;
  --soft: rgba(255,255,255,.78);
  --muted: rgba(255,255,255,.58);
  --glass: rgba(22, 16, 24, .48);
  --glass-strong: rgba(22, 16, 24, .66);
  --line: rgba(255,255,255,.16);
  --pink: #ff4f9a;
  --peach: #ffb47c;
  --violet: #8d65ff;
  --cyan: #32d5ff;
  --shadow: 0 30px 110px rgba(0,0,0,.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;
  color: var(--white);
  background: #07030a;
}

body {
  overflow-x: hidden;
}

.site-shell {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  padding: max(22px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left));
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(18px, 3vw, 36px);
}

.background-video,
.background-image,
.cinematic-overlay,
.grain {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

.background-video {
  object-fit: cover;
  z-index: -5;
  opacity: .98;
}

.background-image {
  z-index: -6;
  background:
    radial-gradient(circle at 18% 24%, rgba(255,79,154,.45), transparent 31%),
    radial-gradient(circle at 82% 20%, rgba(50,213,255,.38), transparent 31%),
    radial-gradient(circle at 62% 78%, rgba(255,180,124,.28), transparent 35%),
    linear-gradient(135deg, #171022 0%, #091d2a 46%, #2c1023 100%);
}

.cinematic-overlay {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(5,3,8,.84) 0%, rgba(5,3,8,.52) 39%, rgba(5,3,8,.26) 68%, rgba(5,3,8,.70) 100%),
    linear-gradient(180deg, rgba(5,3,8,.58) 0%, rgba(5,3,8,.10) 38%, rgba(5,3,8,.74) 100%);
  backdrop-filter: blur(1.25px) saturate(1.12);
}

.grain {
  z-index: -3;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 84%, transparent);
}

.topbar {
  width: min(100%, 1320px);
  margin: 0 auto;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(22px);
  box-shadow: 0 16px 60px rgba(0,0,0,.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0 10px;
}

.brand-dot {
  width: 13px;
  height: 13px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--pink), var(--peach));
  box-shadow: 0 0 26px rgba(255,79,154,.8);
}

.desktop-nav {
  display: flex;
  gap: 8px;
}

.desktop-nav a {
  color: var(--soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 999px;
  transition: .22s ease;
}

.desktop-nav a:hover {
  color: var(--white);
  background: rgba(255,255,255,.10);
}

.menu-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  display: none;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #18151c;
}

.hero {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
}

.hero-copy {
  max-width: 690px;
  padding-block: clamp(26px, 6vw, 92px);
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: var(--soft);
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  backdrop-filter: blur(18px);
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #37ff9f;
  box-shadow: 0 0 18px rgba(55,255,159,.9);
}

h1 {
  margin: 0;
  font-size: clamp(64px, 9vw, 136px);
  line-height: .88;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 22px 80px rgba(0,0,0,.42);
}

.lead {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--soft);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: -.012em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-cta,
.secondary-cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 700;
  letter-spacing: -.008em;
  transition: .22s ease;
}

.primary-cta {
  color: #190713;
  background: linear-gradient(135deg, #fff, #ffc9e1 46%, #ffa974);
  box-shadow: 0 18px 45px rgba(255,79,154,.28);
}

.secondary-cta {
  color: var(--white);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(20px);
}

.primary-cta:hover,
.secondary-cta:hover {
  transform: translateY(-2px);
}

.link-panel {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: clamp(26px, 3vw, 40px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.055)),
    rgba(15, 10, 18, .50);
  backdrop-filter: blur(28px) saturate(1.18);
  box-shadow: var(--shadow);
  padding: clamp(18px, 2.5vw, 28px);
  position: relative;
  overflow: hidden;
}

.link-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,79,154,.26), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(50,213,255,.18), transparent 28%);
  pointer-events: none;
}

.profile-row,
.links-grid,
.safe-note {
  position: relative;
  z-index: 1;
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.avatar {
  width: 62px;
  height: 62px;
  border-radius: 22px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}

.profile-label {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
}

h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -.008em;
}

.links-grid {
  display: grid;
  gap: 12px;
}

.link-card {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px 15px 13px 13px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.08);
  color: var(--white);
  text-decoration: none;
  transition: .22s ease;
}

.link-card.featured {
  background:
    linear-gradient(135deg, rgba(255,79,154,.32), rgba(255,180,124,.18)),
    rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.22);
}

.link-card:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.26);
}

.link-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(0,0,0,.25);
}

.onlyfans {
  background: linear-gradient(135deg, #16c7ff, #006eff);
}

.patreon {
  background: linear-gradient(135deg, #ff5c4d, #ff9d75);
}

.telegram {
  background: linear-gradient(135deg, #38c9ff, #176bff);
  font-size: 28px;
}

.instagram {
  background: radial-gradient(circle at 30% 105%, #ffe66c 0 18%, #ff4e5f 38%, #be2dff 67%, #375cff 100%);
  font-size: 34px;
}

.link-text {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.link-text strong {
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.12;
  letter-spacing: -.012em;
}

.link-text small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.arrow {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.10);
  font-size: 20px;
  font-weight: 700;
}

.safe-note {
  margin: 18px 4px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.bottom-strip {
  width: min(100%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.bottom-strip div {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 16px 18px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(20px);
}

.bottom-strip span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 6px;
}

.bottom-strip strong {
  font-size: 15px;
  letter-spacing: -.01em;
}

@media (max-width: 980px) {
  .site-shell {
    gap: 18px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy {
    padding-block: 34px 8px;
    text-align: left;
  }

  .lead {
    max-width: 720px;
  }

  .link-panel {
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .bottom-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-shell {
    padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
  }

  .topbar {
    min-height: 52px;
    border-radius: 20px;
  }

  .brand {
    font-size: 14px;
  }

  .hero-copy {
    padding-top: 26px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 86px);
  }

  .lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .primary-cta,
  .secondary-cta {
    flex: 1 1 150px;
  }

  .link-panel {
    border-radius: 28px;
    padding: 15px;
  }

  .profile-row {
    margin-bottom: 14px;
  }

  .avatar {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .link-card {
    min-height: 72px;
    border-radius: 20px;
    gap: 11px;
    padding: 11px;
  }

  .link-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .arrow {
    display: none;
  }

  .link-text small {
    display: none;
  }
}

@media (min-width: 1600px) {
  .site-shell {
    padding: 34px;
  }

  .hero,
  .topbar,
  .bottom-strip {
    width: min(100%, 1540px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 650px;
  }

  .link-card {
    min-height: 90px;
  }

  .link-icon {
    width: 62px;
    height: 62px;
  }
}

/* TV screens */
@media (min-width: 2200px) {
  .hero,
  .topbar,
  .bottom-strip {
    width: min(100%, 1840px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 760px;
  }

  .lead {
    font-size: 31px;
  }

  .link-card {
    min-height: 106px;
    border-radius: 32px;
  }

  .link-text strong {
    font-size: 25px;
  }

  .link-text small {
    font-size: 17px;
  }

  .link-icon {
    width: 74px;
    height: 74px;
    border-radius: 24px;
  }

  .bottom-strip strong {
    font-size: 22px;
  }
}


/* Soft feminine typography upgrade */
h1,
h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

h1 {
  letter-spacing: -.035em;
}

.lead {
  font-weight: 400;
}

.link-text strong {
  font-weight: 600;
}

.link-text small,
.safe-note,
.bottom-strip span,
.profile-label,
.desktop-nav a,
.brand,
.eyebrow {
  font-weight: 500;
}

.primary-cta,
.secondary-cta {
  font-weight: 600;
}

.link-card {
  background: rgba(255,255,255,.075);
}

.link-card.featured {
  background:
    linear-gradient(135deg, rgba(255,128,177,.26), rgba(255,196,150,.14)),
    rgba(255,255,255,.08);
}


.link-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  display: block;
}

.telegram svg {
  width: 31px;
  height: 31px;
}

.instagram svg {
  width: 32px;
  height: 32px;
}


/* Icon refinement v2: closer to real app feel, not squeezed */
.link-icon {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.link-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  transform: none;
}

.onlyfans {
  background: linear-gradient(145deg, #25c8ff 0%, #168bff 55%, #236dff 100%);
}

.onlyfans svg {
  width: 38px;
  height: 38px;
}

.onlyfans svg .of-main,
.onlyfans svg .of-wing {
  fill: #fff;
}

.patreon {
  background: linear-gradient(145deg, #ff806d 0%, #ff6f60 45%, #ff9b78 100%);
}

.patreon svg {
  width: 35px;
  height: 35px;
}

.telegram {
  background: linear-gradient(145deg, #42cfff 0%, #248dff 58%, #356fff 100%);
}

.telegram svg {
  width: 36px;
  height: 36px;
  transform: translateX(-1px);
}

.instagram {
  background:
    radial-gradient(circle at 28% 108%, #ffe46d 0 18%, #ffb84f 26%, transparent 42%),
    radial-gradient(circle at 18% 88%, #ff5a62 0 28%, transparent 48%),
    radial-gradient(circle at 82% 18%, #7e45ff 0 28%, transparent 54%),
    linear-gradient(145deg, #405dff 0%, #9b35ff 36%, #f5367f 68%, #ff7b4b 100%);
}

.instagram svg {
  width: 34px;
  height: 34px;
}

.link-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.20), transparent 42%);
  pointer-events: none;
}


/* Luxury model content sections */
.luxury-story,
.trust-section,
.photo-showcase {
  width: min(100%, 1320px);
  margin: clamp(18px, 4vw, 52px) auto 0;
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(18px, 3vw, 30px);
}

.section-heading span,
.trust-copy span,
.photo-showcase span,
.story-content span {
  display: inline-block;
  color: rgba(255, 211, 226, .82);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 10px;
}

.section-heading h2,
.trust-copy h2,
.photo-showcase h2,
.story-content h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.025em;
  margin: 0;
}

.section-heading h2,
.trust-copy h2,
.photo-showcase h2 {
  font-size: clamp(38px, 5vw, 76px);
}

.section-heading p,
.trust-copy p,
.photo-showcase p,
.story-content p {
  color: rgba(255,255,255,.68);
  font-weight: 400;
  line-height: 1.55;
}

.section-heading p,
.trust-copy p {
  font-size: clamp(16px, 1.8vw, 20px);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.25fr .875fr .875fr;
  gap: clamp(14px, 2vw, 22px);
}

.story-card {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}

.story-card.large {
  min-height: 560px;
}

.story-card img,
.photo-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 32%, rgba(8,4,12,.82) 100%),
    linear-gradient(90deg, rgba(8,4,12,.32), transparent 50%);
}

.story-content {
  position: absolute;
  z-index: 1;
  left: clamp(18px, 2.2vw, 30px);
  right: clamp(18px, 2.2vw, 30px);
  bottom: clamp(18px, 2.2vw, 30px);
}

.story-content h3 {
  font-size: clamp(30px, 3.4vw, 48px);
}

.story-content p {
  margin: 12px 0 0;
  max-width: 460px;
  font-size: 15px;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: clamp(20px, 5vw, 74px);
  align-items: center;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: clamp(30px, 4vw, 52px);
  background:
    radial-gradient(circle at 0% 0%, rgba(255,128,177,.18), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(50,213,255,.12), transparent 36%),
    rgba(255,255,255,.055);
  backdrop-filter: blur(24px);
}

.trust-points {
  display: grid;
  gap: 12px;
}

.trust-points div {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.11);
}

.trust-points strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 38px;
  line-height: 1;
  color: rgba(255,211,226,.92);
  font-weight: 600;
}

.trust-points span {
  font-size: 17px;
  color: rgba(255,255,255,.78);
  font-weight: 500;
}

.photo-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2vw, 22px);
}

.photo-showcase article {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 90px rgba(0,0,0,.30);
}

.photo-showcase article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(8,4,12,.86) 100%);
}

.photo-showcase article div {
  position: absolute;
  z-index: 1;
  left: clamp(20px, 2.5vw, 34px);
  right: clamp(20px, 2.5vw, 34px);
  bottom: clamp(20px, 2.5vw, 34px);
}

.photo-showcase h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.photo-showcase p {
  max-width: 520px;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .story-grid,
  .trust-section,
  .photo-showcase {
    grid-template-columns: 1fr;
  }

  .story-card,
  .story-card.large,
  .photo-showcase article {
    min-height: 470px;
  }

  .trust-section {
    padding: 22px;
  }
}

@media (max-width: 620px) {
  .luxury-story,
  .trust-section,
  .photo-showcase {
    margin-top: 34px;
  }

  .section-heading h2,
  .trust-copy h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .story-card,
  .story-card.large,
  .photo-showcase article {
    min-height: 420px;
    border-radius: 30px;
  }

  .trust-points div {
    grid-template-columns: 52px 1fr;
    padding: 15px;
  }

  .trust-points strong {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .luxury-story,
  .trust-section,
  .photo-showcase {
    width: min(100%, 1540px);
  }
}

@media (min-width: 2200px) {
  .luxury-story,
  .trust-section,
  .photo-showcase {
    width: min(100%, 1840px);
  }

  .story-card,
  .photo-showcase article {
    min-height: 620px;
  }

  .story-card.large {
    min-height: 740px;
  }
}


/* Fix heading overlap + scroll animation */
.section-heading {
  max-width: 980px;
}

.section-heading h2 {
  font-size: clamp(38px, 6vw, 92px);
  line-height: 1.06;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.section-heading p {
  max-width: 920px;
}

@media (min-width: 1200px) {
  .section-heading h2 {
    font-size: clamp(56px, 5.15vw, 96px);
  }
}

@media (max-width: 720px) {
  .section-heading h2,
  .trust-copy h2,
  .photo-showcase h2 {
    line-height: 1.08;
  }
}

/* Animated reveal blocks */
.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}

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

.reveal-left {
  transform: translateX(-90px) translateY(20px);
}

.reveal-right {
  transform: translateX(90px) translateY(20px);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
  transform: translateX(0) translateY(0);
}

.story-card:nth-child(2),
.photo-showcase article:nth-child(2) {
  transition-delay: .12s;
}

.story-card:nth-child(3) {
  transition-delay: .22s;
}

/* Floating side photo accents on desktop */
.floating-gallery {
  width: min(100%, 1320px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.float-photo {
  position: absolute;
  width: clamp(150px, 13vw, 240px);
  aspect-ratio: 3 / 4;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
  opacity: .92;
}

.float-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.float-photo.left {
  left: -34px;
  top: -40px;
  transform: rotate(-7deg);
}

.float-photo.right {
  right: -28px;
  top: 80px;
  transform: rotate(6deg);
}

.float-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.20));
}

@media (max-width: 1100px) {
  .floating-gallery {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Animation v3: slower and more visible */
.reveal {
  opacity: 0;
  transform: translateY(90px) scale(.985);
  transition:
    opacity 1.55s ease,
    transform 1.55s cubic-bezier(.16, 1, .3, 1);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-190px) translateY(35px) rotate(-2.5deg) scale(.97);
  transition:
    opacity 1.75s ease,
    transform 1.75s cubic-bezier(.16, 1, .3, 1);
}

.reveal-right {
  opacity: 0;
  transform: translateX(190px) translateY(35px) rotate(2.5deg) scale(.97);
  transition:
    opacity 1.75s ease,
    transform 1.75s cubic-bezier(.16, 1, .3, 1);
}

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

.reveal-left.is-visible,
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}

.story-card:nth-child(2),
.photo-showcase article:nth-child(2) {
  transition-delay: .28s;
}

.story-card:nth-child(3) {
  transition-delay: .46s;
}


.custom-welcome {
  margin-top: 28px;
  max-width: 560px;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(255,125,180,.14), rgba(255,255,255,.04)),
    rgba(16,10,18,.38);
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.welcome-mini {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255,210,228,.88);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.custom-welcome p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.75;
  font-weight: 400;
}

.story-card img,
.photo-showcase img,
.float-photo img {
  transition: transform 1.6s cubic-bezier(.16,1,.3,1), filter .6s ease;
}

.story-card:hover img,
.photo-showcase article:hover img,
.float-photo:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}

.story-card,
.photo-showcase article,
.float-photo {
  overflow: hidden;
}

@media (max-width: 720px) {
  .custom-welcome {
    padding: 18px;
    border-radius: 24px;
  }

  .custom-welcome p {
    line-height: 1.62;
    font-size: 16px;
  }
}


.avatar {
  object-position: center top;
  box-shadow:
    0 18px 45px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.18);
}

.profile-row {
  align-items: center;
}

.profile-row h2 {
  line-height: .92;
}

.link-card {
  backdrop-filter: blur(26px) saturate(1.15);
}

.link-text strong {
  font-weight: 700;
  letter-spacing: -.02em;
}

.safe-note {
  font-size: 14px;
  color: rgba(255,255,255,.78);
}

.custom-welcome {
  background:
    linear-gradient(135deg, rgba(255,110,176,.18), rgba(255,255,255,.04)),
    rgba(16,10,18,.44);
}

.custom-welcome p {
  color: rgba(255,255,255,.92);
}


/* Copy v3 fixed: stronger top links section */
.profile-row {
  margin-bottom: 22px;
}

.panel-hook {
  margin: 10px 0 0;
  color: rgba(255,255,255,.74);
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.4;
  font-weight: 400;
}

.link-text strong {
  font-size: clamp(17px, 1.95vw, 22px);
}

.link-text small {
  color: rgba(255,255,255,.70);
}

.safe-note {
  max-width: 900px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.5;
}


/* Elegant copy v4: softer luxury, less aggressive sales */
.link-panel {
  padding: clamp(18px, 2.4vw, 30px);
}

.profile-row h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.018em;
}

.profile-label {
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.58);
}

.panel-hook {
  margin-top: 8px;
  max-width: 760px;
  color: rgba(255,255,255,.64);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.45;
  font-weight: 400;
}

.link-card {
  min-height: 86px;
  padding: 14px 18px 14px 14px;
}

.link-text strong {
  font-size: clamp(16px, 1.55vw, 19px);
  font-weight: 500;
  letter-spacing: -.006em;
}

.link-text small {
  margin-top: 2px;
  font-size: clamp(13px, 1.15vw, 15px);
  line-height: 1.35;
  color: rgba(255,255,255,.58);
  font-weight: 400;
}

.safe-note {
  margin-top: 20px;
  max-width: 760px;
  font-size: clamp(13px, 1.25vw, 15px);
  line-height: 1.55;
  color: rgba(255,255,255,.62);
  font-weight: 400;
}

.arrow {
  opacity: .74;
  width: 34px;
  height: 34px;
}

@media (max-width: 620px) {
  .profile-row h2 {
    font-size: 34px;
  }

  .panel-hook {
    font-size: 14px;
  }

  .link-card {
    min-height: 74px;
  }

  .link-text strong {
    font-size: 16px;
  }
}


.youtube {
  background: linear-gradient(145deg, #ff4d67 0%, #ff2d55 48%, #ff7a7a 100%);
}

.youtube svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}


/* Apple typography refinement */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
  font-weight: 500 !important;
  letter-spacing: -0.04em !important;
}

.profile-row h2 {
  font-weight: 500 !important;
}

.link-text strong {
  font-weight: 520 !important;
  letter-spacing: -0.02em !important;
}

.link-text small,
.panel-hook,
.safe-note,
.lead,
.custom-welcome p {
  letter-spacing: -0.01em;
}

.profile-label,
.section-heading span,
.trust-copy span,
.photo-showcase span,
.story-content span,
.welcome-mini {
  letter-spacing: 0.14em !important;
}


/* Souvenir-style typography */
:root {
  --display-font: "ITC Souvenir", "Souvenir", "Souvenir Std", Georgia, "Times New Roman", serif;
  --body-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
.profile-row h2,
.section-heading h2,
.trust-copy h2,
.photo-showcase h2,
.story-content h3 {
  font-family: var(--display-font) !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

body,
.link-text strong,
.link-text small,
.panel-hook,
.safe-note,
.lead,
.custom-welcome p,
.primary-cta,
.secondary-cta,
.desktop-nav a,
.brand {
  font-family: var(--body-font) !important;
}

.profile-row h2 {
  line-height: .94 !important;
}

h1 {
  line-height: .9 !important;
}

.section-heading h2,
.trust-copy h2,
.photo-showcase h2,
.story-content h3 {
  line-height: .98 !important;
}

.link-text strong {
  font-weight: 520 !important;
}


/* Souvenir tuning v10: smaller, airier, more premium */
h1 {
  font-size: clamp(52px, 6.7vw, 104px) !important;
  line-height: .96 !important;
  letter-spacing: -0.018em !important;
  max-width: 720px;
}

.profile-row h2 {
  font-size: clamp(34px, 3.6vw, 52px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.012em !important;
}

.section-heading h2,
.trust-copy h2,
.photo-showcase h2 {
  font-size: clamp(36px, 4.6vw, 76px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.012em !important;
}

.story-content h3 {
  letter-spacing: -0.01em !important;
}

.lead {
  max-width: 680px;
  font-size: clamp(17px, 1.75vw, 22px) !important;
  line-height: 1.48 !important;
}

.custom-welcome {
  max-width: 620px;
}

.custom-welcome p {
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.72 !important;
}

.link-text strong {
  letter-spacing: -0.006em !important;
}

@media (min-width: 1200px) {
  h1 {
    font-size: clamp(72px, 6vw, 112px) !important;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(46px, 14vw, 72px) !important;
    line-height: .98 !important;
  }

  .profile-row h2 {
    font-size: 32px !important;
  }
}


/* Start animation v11 */
@keyframes fadeUpSoft {
  from {
    opacity: 0;
    transform: translateY(42px) scale(.985);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes fadeLeftSoft {
  from {
    opacity: 0;
    transform: translateX(-58px) translateY(18px) scale(.985);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes fadeRightSoft {
  from {
    opacity: 0;
    transform: translateX(68px) translateY(18px) scale(.985);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes cardCascade {
  from {
    opacity: 0;
    transform: translateX(52px) scale(.975);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

.topbar {
  opacity: 0;
  animation: fadeUpSoft 1.15s cubic-bezier(.16, 1, .3, 1) .08s forwards;
}

.hero-copy .eyebrow {
  opacity: 0;
  animation: fadeLeftSoft 1.2s cubic-bezier(.16, 1, .3, 1) .18s forwards;
}

.hero-copy h1 {
  opacity: 0;
  animation: fadeLeftSoft 1.35s cubic-bezier(.16, 1, .3, 1) .30s forwards;
}

.hero-copy .lead {
  opacity: 0;
  animation: fadeLeftSoft 1.35s cubic-bezier(.16, 1, .3, 1) .46s forwards;
}

.custom-welcome {
  opacity: 0;
  animation: fadeLeftSoft 1.45s cubic-bezier(.16, 1, .3, 1) .64s forwards;
}

.hero-actions {
  opacity: 0;
  animation: fadeUpSoft 1.25s cubic-bezier(.16, 1, .3, 1) .82s forwards;
}

.link-panel {
  opacity: 0;
  animation: fadeRightSoft 1.35s cubic-bezier(.16, 1, .3, 1) .36s forwards;
}

.link-panel .profile-row {
  opacity: 0;
  animation: fadeRightSoft 1.1s cubic-bezier(.16, 1, .3, 1) .62s forwards;
}

.link-panel .link-card {
  opacity: 0;
  animation: cardCascade 1.05s cubic-bezier(.16, 1, .3, 1) forwards;
}

.link-panel .link-card:nth-child(1) { animation-delay: .78s; }
.link-panel .link-card:nth-child(2) { animation-delay: .90s; }
.link-panel .link-card:nth-child(3) { animation-delay: 1.02s; }
.link-panel .link-card:nth-child(4) { animation-delay: 1.14s; }
.link-panel .link-card:nth-child(5) { animation-delay: 1.26s; }
.link-panel .link-card:nth-child(6) { animation-delay: 1.38s; }

.link-panel .safe-note {
  opacity: 0;
  animation: fadeUpSoft 1.05s cubic-bezier(.16, 1, .3, 1) 1.55s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .topbar,
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .custom-welcome,
  .hero-actions,
  .link-panel,
  .link-panel .profile-row,
  .link-panel .link-card,
  .link-panel .safe-note {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
  }
}

.vip-dashboard{width:min(100%,1380px);margin:70px auto 0;position:relative;z-index:1}
.vip-head{max-width:760px;margin-bottom:28px}
.vip-head span{color:rgba(255,210,225,.82);font-size:12px;letter-spacing:.16em}
.vip-head h2{font-size:clamp(42px,5vw,84px);line-height:.98;margin:8px 0 12px}
.vip-head p{color:rgba(255,255,255,.68)}
.vip-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}
.vip-card{position:relative;overflow:hidden;min-height:360px;border-radius:38px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05)}
.vip-card.large{grid-row:span 2;min-height:760px}
.vip-card.telegram{min-height:260px}
.vip-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.3s cubic-bezier(.16,1,.3,1)}
.vip-card:hover img{transform:scale(1.04)}
.vip-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(8,5,12,.88) 100%)}
.vip-overlay{position:absolute;left:28px;right:28px;bottom:28px;z-index:1}
.vip-overlay span{display:inline-block;margin-bottom:10px;color:rgba(255,210,225,.82);font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.vip-overlay h3{font-size:clamp(34px,3.5vw,62px);line-height:.96;margin:0}
.vip-overlay p{max-width:520px;margin-top:10px;color:rgba(255,255,255,.72)}
@media(max-width:980px){.vip-grid{grid-template-columns:1fr}.vip-card.large{min-height:500px}.vip-card.telegram,.vip-card{min-height:300px}}


.vip-card {
  cursor: pointer;
}

.vip-card::before {
  content: "Open →";
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  padding: 9px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 500;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-6px);
  transition: .28s ease;
}

.vip-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.link-pulse {
  animation: linkPulseGlow 1.45s ease both;
}

@keyframes linkPulseGlow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 160, 210, 0);
  }
  28% {
    transform: scale(1.025);
    box-shadow:
      0 0 0 2px rgba(255,255,255,.24),
      0 0 50px rgba(255, 120, 190, .38);
  }
  100% {
    transform: scale(1);
    box-shadow: inherit;
  }
}


/* VIP mobile preview layout v14 */
.vip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
}

.vip-card,
.vip-card.large,
.vip-card.telegram {
  grid-row: auto !important;
  min-height: clamp(520px, 54vw, 720px) !important;
  aspect-ratio: 9 / 14;
}

.vip-card img {
  object-fit: cover;
  object-position: center;
}

.vip-overlay {
  left: 22px;
  right: 22px;
  bottom: 24px;
}

.vip-overlay h3 {
  font-size: clamp(30px, 3.1vw, 48px) !important;
}

.vip-overlay p {
  font-size: clamp(13px, 1.2vw, 16px);
}

@media (max-width: 1100px) {
  .vip-grid {
    grid-template-columns: 1fr !important;
  }

  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 520px);
    min-height: 680px !important;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 390px);
    min-height: 560px !important;
    border-radius: 30px;
  }

  .vip-overlay {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }
}


/* VIP polished v15 */
.photo-showcase .showcase-card {
  display: block;
  color: inherit;
  text-decoration: none;
  min-height: 440px;
  position: relative;
  overflow: hidden;
  border-radius: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.045);
  box-shadow: 0 28px 90px rgba(0,0,0,.30);
}

.photo-showcase .showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(8,4,12,.86) 100%);
}

.photo-showcase .showcase-card div {
  position: absolute;
  z-index: 1;
  left: clamp(20px, 2.5vw, 34px);
  right: clamp(20px, 2.5vw, 34px);
  bottom: clamp(20px, 2.5vw, 34px);
}

.photo-showcase .showcase-card:hover img {
  transform: scale(1.045);
}

/* Replace ugly blue link color + remove heavy frames */
.vip-card,
.vip-card:visited,
.vip-card:hover,
.vip-card:active {
  color: #fff !important;
  text-decoration: none !important;
}

.vip-grid {
  gap: clamp(18px, 2vw, 26px);
}

.vip-card,
.vip-card.large,
.vip-card.telegram {
  border: 0 !important;
  box-shadow:
    0 34px 95px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
}

.vip-card img {
  opacity: .94;
  filter: saturate(1.03) contrast(1.02);
}

.vip-card::after {
  background:
    linear-gradient(180deg, rgba(7,4,12,.04) 0%, rgba(7,4,12,.10) 42%, rgba(7,4,12,.88) 100%),
    radial-gradient(circle at 50% 88%, rgba(255,173,143,.20), transparent 42%);
}

.vip-overlay h3 {
  color: #ffd2bf !important;
  text-shadow: 0 10px 34px rgba(0,0,0,.42);
}

.vip-overlay span {
  color: rgba(255,218,205,.78) !important;
}

.vip-overlay p {
  color: rgba(255,255,255,.74) !important;
}

.vip-card::before {
  content: "Preview →";
  color: rgba(255,235,225,.90);
  background: rgba(255,196,170,.13);
  border: 1px solid rgba(255,210,190,.16);
}

/* visually soften fake phone screenshot frames */
.vip-card img {
  border-radius: inherit;
}

@media (max-width: 980px) {
  .photo-showcase .showcase-card {
    min-height: 470px;
  }
}

@media (max-width: 620px) {
  .photo-showcase .showcase-card {
    min-height: 420px;
    border-radius: 30px;
  }
}

.section-pulse {
  animation: sectionPulse 1.4s ease both;
}

@keyframes sectionPulse {
  0% { filter: brightness(1); }
  35% { filter: brightness(1.16); }
  100% { filter: brightness(1); }
}


/* Modern phone preview v16: no ugly outer frames */
.vip-card,
.vip-card.large,
.vip-card.telegram {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.vip-card img {
  border-radius: 42px !important;
  box-shadow:
    0 38px 110px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.055);
}

.vip-card::after {
  border-radius: 42px;
  overflow: hidden;
}

.vip-card::before {
  top: 24px;
  right: 24px;
}

.vip-grid {
  gap: clamp(20px, 2.4vw, 34px) !important;
}

.vip-overlay {
  left: 28px !important;
  right: 28px !important;
  bottom: 30px !important;
}

.vip-overlay h3 {
  color: #ffd6c6 !important;
}

@media (max-width: 620px) {
  .vip-card img,
  .vip-card::after {
    border-radius: 32px !important;
  }
}


/* v19 OF real screenshot/link fix */
.vip-card[href*="onlyfans.com"] .vip-overlay h3 {
  color: #ffd6c6 !important;
}


/* v20: give VIP cards more air and stop overlapping */
.vip-dashboard {
  width: min(100%, 1500px) !important;
  margin-top: clamp(72px, 8vw, 120px) !important;
}

.vip-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(280px, 1fr)) !important;
  gap: clamp(34px, 3vw, 56px) !important;
  align-items: stretch !important;
}

.vip-card,
.vip-card.large,
.vip-card.telegram {
  min-width: 0 !important;
  min-height: clamp(620px, 56vw, 820px) !important;
  aspect-ratio: 9 / 14 !important;
  overflow: hidden !important;
  border-radius: 42px !important;
  padding: 0 !important;
}

.vip-card img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 42px !important;
  object-fit: cover !important;
  display: block !important;
}

.vip-card::after {
  border-radius: 42px !important;
  pointer-events: none;
}

.vip-overlay {
  left: clamp(22px, 2vw, 34px) !important;
  right: clamp(22px, 2vw, 34px) !important;
  bottom: clamp(24px, 2.2vw, 38px) !important;
}

.vip-overlay h3 {
  font-size: clamp(32px, 2.8vw, 54px) !important;
  line-height: 1.02 !important;
  max-width: 100% !important;
}

.vip-overlay p {
  font-size: clamp(14px, 1.05vw, 17px) !important;
  line-height: 1.45 !important;
  max-width: 92% !important;
}

.vip-overlay span {
  font-size: 11px !important;
  letter-spacing: .18em !important;
}

@media (max-width: 1180px) {
  .vip-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 520px) !important;
    min-height: 760px !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 620px) {
  .vip-grid {
    gap: 26px !important;
  }

  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 390px) !important;
    min-height: 600px !important;
    border-radius: 32px !important;
  }

  .vip-card img,
  .vip-card::after {
    border-radius: 32px !important;
  }

  .vip-overlay h3 {
    font-size: 34px !important;
  }
}


/* v23: align VIP card text blocks consistently */
.vip-card {
  position: relative !important;
}

.vip-overlay {
  min-height: 190px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  bottom: 34px !important;
}

.vip-overlay span {
  display: block !important;
  margin-bottom: 12px !important;
  line-height: 1 !important;
}

.vip-overlay h3 {
  margin: 0 !important;
  min-height: 112px !important;
  display: flex !important;
  align-items: flex-end !important;
  line-height: 1.02 !important;
}

.vip-overlay p {
  margin: 14px 0 0 !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: flex-start !important;
}

@media (max-width: 1180px) {
  .vip-overlay {
    min-height: 170px !important;
  }

  .vip-overlay h3 {
    min-height: auto !important;
  }

  .vip-overlay p {
    min-height: auto !important;
  }
}


/* v24 FINAL FIX: stable VIP grid, no overlap, aligned text */
.vip-dashboard {
  width: min(100%, 1480px) !important;
  margin: clamp(80px, 8vw, 130px) auto 0 !important;
  padding: 0 clamp(24px, 3vw, 44px) !important;
  box-sizing: border-box !important;
}

.vip-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(28px, 3vw, 52px) !important;
  align-items: stretch !important;
}

.vip-card,
.vip-card.large,
.vip-card.telegram {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: clamp(620px, 48vw, 760px) !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  grid-row: auto !important;
  margin: 0 !important;
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 38px !important;
  border: 0 !important;
  background: rgba(255,255,255,.035) !important;
  box-shadow: 0 34px 95px rgba(0,0,0,.34) !important;
  transform: none;
}

.vip-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 38px !important;
  display: block !important;
}

.vip-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 38px !important;
  background:
    linear-gradient(180deg, rgba(8,4,12,.04) 0%, rgba(8,4,12,.18) 38%, rgba(8,4,12,.88) 100%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.vip-card::before {
  top: 20px !important;
  right: 20px !important;
  z-index: 3 !important;
}

.vip-overlay {
  position: absolute !important;
  z-index: 2 !important;
  left: clamp(22px, 2vw, 34px) !important;
  right: clamp(22px, 2vw, 34px) !important;
  bottom: clamp(24px, 2vw, 34px) !important;
  min-height: 185px !important;
  display: grid !important;
  grid-template-rows: 18px 96px 48px !important;
  row-gap: 12px !important;
  align-items: end !important;
}

.vip-overlay span {
  display: block !important;
  margin: 0 !important;
  height: 18px !important;
  line-height: 18px !important;
  color: rgba(255,218,205,.78) !important;
  font-size: 11px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

.vip-overlay h3 {
  margin: 0 !important;
  height: 96px !important;
  display: flex !important;
  align-items: flex-end !important;
  color: #ffd6c6 !important;
  font-size: clamp(34px, 2.55vw, 50px) !important;
  line-height: .98 !important;
  letter-spacing: -0.018em !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.vip-overlay p {
  margin: 0 !important;
  height: 48px !important;
  display: flex !important;
  align-items: flex-start !important;
  color: rgba(255,255,255,.74) !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.35 !important;
  max-width: 100% !important;
}

@media (max-width: 1180px) {
  .vip-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    justify-items: center !important;
  }

  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 520px) !important;
    height: 760px !important;
  }
}

@media (max-width: 620px) {
  .vip-dashboard {
    padding: 0 !important;
  }

  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 390px) !important;
    height: 600px !important;
    border-radius: 30px !important;
  }

  .vip-card img,
  .vip-card::after {
    border-radius: 30px !important;
  }

  .vip-overlay {
    min-height: 160px !important;
    grid-template-rows: 16px 76px 44px !important;
    row-gap: 10px !important;
  }

  .vip-overlay h3 {
    height: 76px !important;
    font-size: 34px !important;
  }

  .vip-overlay p {
    height: 44px !important;
    font-size: 13px !important;
  }
}


/* v25: real Telegram preview + perfectly aligned VIP text */
.vip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(30px, 3vw, 52px) !important;
}

.vip-card,
.vip-card.large,
.vip-card.telegram {
  height: clamp(640px, 48vw, 780px) !important;
  overflow: hidden !important;
}

.vip-overlay {
  min-height: 178px !important;
  display: grid !important;
  grid-template-rows: 18px 92px 50px !important;
  row-gap: 12px !important;
  align-items: end !important;
  bottom: clamp(24px, 2vw, 34px) !important;
}

.vip-overlay span {
  height: 18px !important;
  line-height: 18px !important;
  margin: 0 !important;
}

.vip-overlay h3 {
  height: 92px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  font-size: clamp(34px, 2.45vw, 48px) !important;
  line-height: 1.02 !important;
  overflow: visible !important;
}

.vip-overlay p {
  height: 50px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.38 !important;
}

@media (max-width: 1180px) {
  .vip-grid {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 520px) !important;
    height: 760px !important;
  }
}

@media (max-width: 620px) {
  .vip-card,
  .vip-card.large,
  .vip-card.telegram {
    width: min(100%, 390px) !important;
    height: 600px !important;
  }

  .vip-overlay {
    min-height: 154px !important;
    grid-template-rows: 16px 74px 44px !important;
    row-gap: 10px !important;
  }

  .vip-overlay h3 {
    height: 74px !important;
    font-size: 32px !important;
  }

  .vip-overlay p {
    height: 44px !important;
    font-size: 13px !important;
  }
}


/* v26: Telegram card text position fix */
.vip-card.telegram .vip-overlay {
  bottom: 34px !important;
  min-height: 178px !important;
  grid-template-rows: 18px 92px 50px !important;
  row-gap: 12px !important;
  align-items: end !important;
}

.vip-card.telegram .vip-overlay span {
  transform: none !important;
  margin: 0 !important;
  align-self: end !important;
}

.vip-card.telegram .vip-overlay h3 {
  transform: none !important;
  margin: 0 !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
}

.vip-card.telegram .vip-overlay p {
  transform: none !important;
  margin: 0 !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

/* remove old visual line artifact around Telegram title */
.vip-card.telegram .vip-overlay h3::after,
.vip-card.telegram .vip-overlay h3::before,
.vip-card.telegram .vip-overlay p::after,
.vip-card.telegram .vip-overlay p::before {
  content: none !important;
}

@media (max-width: 620px) {
  .vip-card.telegram .vip-overlay {
    bottom: 24px !important;
    min-height: 154px !important;
    grid-template-rows: 16px 74px 44px !important;
  }
}


/* v27 REAL text alignment fix: unified footer for every VIP card */
.vip-card,
.vip-card.large,
.vip-card.telegram {
  overflow: hidden !important;
}

.vip-card::after {
  background:
    linear-gradient(180deg, rgba(8,4,12,0) 0%, rgba(8,4,12,.16) 42%, rgba(8,4,12,.92) 100%) !important;
}

.vip-overlay,
.vip-card.telegram .vip-overlay {
  position: absolute !important;
  left: 32px !important;
  right: 32px !important;
  bottom: 34px !important;
  z-index: 5 !important;

  min-height: 0 !important;
  height: 176px !important;

  display: grid !important;
  grid-template-rows: 20px 92px 44px !important;
  row-gap: 10px !important;
  align-items: start !important;
  justify-items: start !important;

  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vip-overlay span,
.vip-card.telegram .vip-overlay span {
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: start !important;

  height: 20px !important;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;

  display: block !important;
  transform: none !important;

  font-size: 11px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: rgba(255,218,205,.78) !important;
}

.vip-overlay h3,
.vip-card.telegram .vip-overlay h3 {
  grid-row: 2 !important;
  align-self: start !important;
  justify-self: start !important;

  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  transform: none !important;
  overflow: hidden !important;

  font-size: clamp(38px, 2.5vw, 48px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.018em !important;
  color: #ffd6c6 !important;
}

.vip-overlay p,
.vip-card.telegram .vip-overlay p {
  grid-row: 3 !important;
  align-self: start !important;
  justify-self: start !important;

  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;

  display: block !important;
  transform: none !important;
  overflow: hidden !important;

  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.38 !important;
  color: rgba(255,255,255,.76) !important;
}

/* force same title baseline despite two-line titles */
.vip-overlay h3 br {
  display: none !important;
}

@media (max-width: 620px) {
  .vip-overlay,
  .vip-card.telegram .vip-overlay {
    left: 22px !important;
    right: 22px !important;
    bottom: 24px !important;
    height: 148px !important;
    grid-template-rows: 18px 74px 38px !important;
    row-gap: 9px !important;
  }

  .vip-overlay h3,
  .vip-card.telegram .vip-overlay h3 {
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    font-size: 32px !important;
  }

  .vip-overlay p,
  .vip-card.telegram .vip-overlay p {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    font-size: 13px !important;
  }
}


/* v28 Profile card preview hub */
.profile-hub {
  width: min(100%, 1460px) !important;
  margin-top: clamp(76px, 8vw, 120px) !important;
  padding-inline: clamp(18px, 3vw, 34px);
}

.profile-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.5vw, 38px);
  align-items: stretch;
}

.profile-preview-card,
.profile-preview-card:visited,
.profile-preview-card:hover,
.profile-preview-card:active {
  position: relative;
  min-height: clamp(520px, 42vw, 660px);
  overflow: hidden;
  border-radius: 42px;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,.045);
  box-shadow: 0 34px 110px rgba(0,0,0,.36);
  isolation: isolate;
}

.preview-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(16px) saturate(1.05) brightness(.62);
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(.16,1,.3,1), filter .5s ease;
  z-index: -3;
}

.profile-preview-card:hover .preview-bg {
  transform: scale(1.13);
  filter: blur(13px) saturate(1.12) brightness(.72);
}

.preview-glass {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 15%, rgba(255,205,190,.22), transparent 34%),
    linear-gradient(180deg, rgba(10,6,14,.18), rgba(10,6,14,.86));
  z-index: -2;
}

.profile-preview-content {
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  backdrop-filter: blur(10px);
}

.platform-row {
  position: absolute;
  top: clamp(20px, 2vw, 28px);
  left: clamp(20px, 2vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255,245,240,.92);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(18px);
  font-size: 13px;
  letter-spacing: .02em;
}

.platform-icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
}

.of-mini { background: linear-gradient(145deg, #28c5ff, #1678ff); }
.patreon-mini { background: linear-gradient(145deg, #ff7664, #ff9a78); }
.tg-mini { background: linear-gradient(145deg, #42cfff, #1c7cff); }

.profile-main {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.profile-avatar {
  width: clamp(62px, 5vw, 82px);
  height: clamp(62px, 5vw, 82px);
  border-radius: 24px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 18px 46px rgba(0,0,0,.32);
}

.profile-main h3 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(32px, 2.7vw, 48px);
  line-height: 1;
  letter-spacing: -.018em;
  color: #ffd6c6;
}

.profile-main p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.70);
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.35;
}

.profile-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.profile-stats span {
  padding: 8px 11px;
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 12px;
}

.profile-preview-card button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: #1c1016;
  background: linear-gradient(135deg, #fff2ed, #ffd1bd);
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
}

.profile-preview-card:hover button {
  background: linear-gradient(135deg, #fff, #ffc3a8);
}

@media (max-width: 1100px) {
  .profile-preview-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .profile-preview-card {
    width: min(100%, 560px);
    min-height: 620px;
  }
}

@media (max-width: 620px) {
  .profile-hub {
    padding-inline: 0;
  }

  .profile-preview-card {
    width: min(100%, 390px);
    min-height: 540px;
    border-radius: 30px;
  }

  .profile-preview-content {
    padding: 22px;
  }

  .profile-main {
    align-items: flex-start;
  }

  .profile-main h3 {
    font-size: 30px;
  }
}


/* v29: softer preview blur */
.preview-bg {
  filter: blur(8px) saturate(1.04) brightness(.72) !important;
  transform: scale(1.04) !important;
}

.profile-preview-card:hover .preview-bg {
  filter: blur(6px) saturate(1.10) brightness(.80) !important;
  transform: scale(1.08) !important;
}

.preview-glass {
  background:
    radial-gradient(circle at 30% 15%, rgba(255,205,190,.16), transparent 34%),
    linear-gradient(180deg, rgba(10,6,14,.08), rgba(10,6,14,.68)) !important;
}

.profile-preview-content {
  backdrop-filter: blur(5px) !important;
}


/* v30: another -30% blur */
.preview-bg {
  filter: blur(5px) saturate(1.03) brightness(.78) !important;
  transform: scale(1.02) !important;
}

.profile-preview-card:hover .preview-bg {
  filter: blur(4px) saturate(1.08) brightness(.84) !important;
  transform: scale(1.05) !important;
}

.preview-glass {
  background:
    radial-gradient(circle at 30% 15%, rgba(255,205,190,.11), transparent 34%),
    linear-gradient(180deg, rgba(10,6,14,.04), rgba(10,6,14,.54)) !important;
}

.profile-preview-content {
  backdrop-filter: blur(3px) !important;
}


/* v36 aligned avatars and typography */
.profile-preview-header{
    display:flex !important;
    align-items:center !important;
    gap:24px !important;
    min-height:110px !important;
}

.profile-avatar{
    width:112px !important;
    height:112px !important;
    min-width:112px !important;
    border-radius:30px !important;
    object-fit:cover !important;
    box-shadow:0 8px 24px rgba(0,0,0,.22) !important;
}

.profile-preview-text{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    padding-top:4px !important;
}

.profile-preview-title{
    margin:0 !important;
    line-height:.92 !important;
    letter-spacing:-0.04em !important;
}

.profile-preview-subtitle{
    margin-top:10px !important;
    line-height:1.2 !important;
}

.profile-preview-tags{
    margin-top:26px !important;
}


/* v37: hard align avatars and text in profile preview cards */
.profile-main {
  display: grid !important;
  grid-template-columns: 112px 1fr !important;
  column-gap: 24px !important;
  align-items: center !important;
  min-height: 132px !important;
  margin-bottom: 24px !important;
}

.profile-main .profile-avatar {
  grid-column: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  min-height: 112px !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 30px !important;
}

.profile-main > div {
  grid-column: 2 !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 112px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.profile-main h3 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: .96 !important;
}

.profile-main p {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
}

@media (max-width: 620px) {
  .profile-main {
    grid-template-columns: 86px 1fr !important;
    column-gap: 16px !important;
    min-height: 104px !important;
  }

  .profile-main .profile-avatar {
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    border-radius: 24px !important;
  }

  .profile-main > div {
    min-height: 86px !important;
  }
}


/* v38: lower OnlyFans avatar/card header alignment */
.onlyfans-profile .profile-main .profile-avatar {
  transform: translateY(18px) !important;
}

.onlyfans-profile .profile-main > div {
  transform: translateY(18px) !important;
}

.onlyfans-profile .profile-stats {
  transform: translateY(18px) !important;
}

.onlyfans-profile button {
  margin-top: 18px !important;
}

@media (max-width: 620px) {
  .onlyfans-profile .profile-main .profile-avatar,
  .onlyfans-profile .profile-main > div,
  .onlyfans-profile .profile-stats {
    transform: translateY(12px) !important;
  }

  .onlyfans-profile button {
    margin-top: 12px !important;
  }
}


/* v39: real platform logos + OnlyFans header lowered */
.platform-icon.platform-logo {
  width: 32px !important;
  height: 32px !important;
  border-radius: 10px !important;
  padding: 5px !important;
  background: rgba(255,255,255,.94) !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.platform-icon.platform-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.platform-row {
  gap: 11px !important;
}

/* lower only the OF top logo pill, not the full card */
.onlyfans-profile .platform-row {
  transform: translateY(28px) !important;
}

/* keep OF content lower too, since previous shift was still not enough */
.onlyfans-profile .profile-main {
  transform: translateY(26px) !important;
}

.onlyfans-profile .profile-stats {
  transform: translateY(26px) !important;
}

.onlyfans-profile button {
  transform: translateY(26px) !important;
}

@media (max-width: 620px) {
  .onlyfans-profile .platform-row {
    transform: translateY(18px) !important;
  }

  .onlyfans-profile .profile-main,
  .onlyfans-profile .profile-stats,
  .onlyfans-profile button {
    transform: translateY(18px) !important;
  }
}


/* v40: align top platform pills */
.platform-row {
  display: flex !important;
  align-items: center !important;
  min-height: 54px !important;
}

/* OF pill was sitting lower */
.onlyfans-profile .platform-row {
  transform: translateY(-8px) !important;
}

/* keep content lower, only move top badge */
.onlyfans-profile .profile-main,
.onlyfans-profile .profile-stats,
.onlyfans-profile button {
  transform: translateY(22px) !important;
}

@media (max-width: 620px) {
  .onlyfans-profile .platform-row {
    transform: translateY(-4px) !important;
  }

  .onlyfans-profile .profile-main,
  .onlyfans-profile .profile-stats,
  .onlyfans-profile button {
    transform: translateY(16px) !important;
  }
}


/* v43: more air between letters site-wide */
body {
  letter-spacing: 0.006em !important;
}

h1,
h2,
h3,
.profile-main h3,
.profile-row h2,
.section-heading h2,
.trust-copy h2,
.photo-showcase h2,
.story-content h3 {
  letter-spacing: 0.004em !important;
}

.lead,
.custom-welcome p,
.panel-hook,
.safe-note,
.link-text strong,
.link-text small,
.profile-main p,
.profile-stats span,
.vip-head p,
.section-heading p,
.trust-copy p,
.photo-showcase p,
.story-content p {
  letter-spacing: 0.012em !important;
}

.platform-row,
.profile-label,
.eyebrow,
.welcome-mini,
.section-heading span,
.trust-copy span,
.photo-showcase span,
.story-content span,
.vip-head span {
  letter-spacing: 0.18em !important;
}

button,
.primary-cta,
.secondary-cta,
.profile-preview-card button,
.desktop-nav a,
.brand {
  letter-spacing: 0.018em !important;
}

.link-text strong {
  letter-spacing: 0.004em !important;
}

@media (max-width: 620px) {
  h1,
  h2,
  h3,
  .profile-main h3 {
    letter-spacing: 0.002em !important;
  }

  body {
    letter-spacing: 0.004em !important;
  }
}


/* v45: clean aligned profile preview cards */
.profile-preview-grid {
  align-items: stretch !important;
}

.profile-preview-card {
  min-height: 640px !important;
}

.profile-preview-content {
  height: 100% !important;
  min-height: 640px !important;
  display: grid !important;
  grid-template-rows:
    64px
    1fr
    132px
    42px
    56px !important;
  padding: 34px !important;
  box-sizing: border-box !important;
}

.platform-row {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: fit-content !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: start !important;
  transform: none !important;
  margin: 0 !important;
}

.profile-main {
  grid-row: 3 !important;
  display: grid !important;
  grid-template-columns: 92px 1fr !important;
  gap: 22px !important;
  align-items: center !important;
  margin: 0 !important;
  min-height: 132px !important;
  transform: none !important;
}

.profile-avatar {
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  min-height: 92px !important;
  border-radius: 26px !important;
  align-self: center !important;
  justify-self: start !important;
  margin: 0 !important;
  transform: none !important;
}

.profile-main > div {
  min-height: 92px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.profile-main h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(34px, 2.4vw, 46px) !important;
  line-height: .98 !important;
  letter-spacing: .004em !important;
  max-width: 100% !important;
}

.profile-main p {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.28 !important;
  letter-spacing: .012em !important;
}

.profile-stats {
  grid-row: 4 !important;
  align-self: start !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  margin: 0 !important;
  transform: none !important;
}

.profile-stats span {
  white-space: nowrap !important;
}

.profile-preview-card button {
  grid-row: 5 !important;
  align-self: end !important;
  margin: 0 !important;
  transform: none !important;
}

/* remove older manual offsets */
.onlyfans-profile .platform-row,
.onlyfans-profile .profile-main,
.onlyfans-profile .profile-stats,
.onlyfans-profile button {
  transform: none !important;
  margin-top: 0 !important;
}

/* let long titles wrap the same way without pushing other rows */
.onlyfans-profile .profile-main h3,
.patreon-profile .profile-main h3,
.telegram-profile .profile-main h3 {
  min-height: 92px !important;
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 1100px) {
  .profile-preview-card {
    min-height: 620px !important;
  }

  .profile-preview-content {
    min-height: 620px !important;
  }
}

@media (max-width: 620px) {
  .profile-preview-card {
    min-height: 540px !important;
  }

  .profile-preview-content {
    min-height: 540px !important;
    grid-template-rows: 56px 1fr 112px 78px 54px !important;
    padding: 24px !important;
  }

  .profile-main {
    grid-template-columns: 78px 1fr !important;
    gap: 16px !important;
    min-height: 112px !important;
  }

  .profile-avatar {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    border-radius: 22px !important;
  }

  .profile-main > div {
    min-height: 78px !important;
  }

  .profile-main h3 {
    font-size: 29px !important;
    min-height: auto !important;
  }

  .profile-main p {
    font-size: 13px !important;
  }

  .profile-stats {
    flex-wrap: wrap !important;
    align-content: start !important;
  }
}


/* v46: clearer brand header */
.hero-copy h1 {
  max-width: 860px !important;
}

.profile-row h2 {
  max-width: 720px !important;
}

.lead {
  max-width: 780px !important;
}


/* v47: fix OnlyFans profile card layout */
.onlyfans-profile .profile-preview-content {
  display: grid !important;
  grid-template-rows: 64px 1fr 138px 46px 56px !important;
}

.onlyfans-profile .profile-main {
  grid-row: 3 !important;
  display: grid !important;
  grid-template-columns: 96px 1fr !important;
  gap: 22px !important;
  align-items: center !important;
  min-height: 138px !important;
  margin: 0 !important;
  transform: none !important;
}

.onlyfans-profile .profile-avatar {
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  align-self: center !important;
  justify-self: start !important;
  margin: 0 !important;
  transform: none !important;
}

.onlyfans-profile .profile-main > div {
  min-height: 96px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.onlyfans-profile .profile-main h3 {
  font-size: clamp(31px, 2.15vw, 42px) !important;
  line-height: 1.02 !important;
  letter-spacing: .006em !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  display: block !important;
}

.onlyfans-profile .profile-main p {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  transform: none !important;
}

.onlyfans-profile .profile-stats {
  grid-row: 4 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  align-items: start !important;
  margin: 0 !important;
  transform: none !important;
}

.onlyfans-profile .profile-stats span {
  font-size: 12px !important;
  padding: 8px 10px !important;
}

.onlyfans-profile button {
  grid-row: 5 !important;
  margin: 0 !important;
  transform: none !important;
  align-self: end !important;
}

@media (max-width: 620px) {
  .onlyfans-profile .profile-preview-content {
    grid-template-rows: 56px 1fr 118px 76px 54px !important;
  }

  .onlyfans-profile .profile-main {
    grid-template-columns: 78px 1fr !important;
    gap: 16px !important;
    min-height: 118px !important;
  }

  .onlyfans-profile .profile-avatar {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
  }

  .onlyfans-profile .profile-main > div {
    min-height: 78px !important;
  }

  .onlyfans-profile .profile-main h3 {
    font-size: 27px !important;
  }

  .onlyfans-profile .profile-stats {
    flex-wrap: wrap !important;
  }
}


/* v48: smaller avatars + centered profile rows */
.profile-main,
.onlyfans-profile .profile-main,
.patreon-profile .profile-main,
.telegram-profile .profile-main {
  grid-template-columns: 78px 1fr !important;
  gap: 18px !important;
  align-items: center !important;
  min-height: 112px !important;
}

.profile-avatar,
.onlyfans-profile .profile-avatar,
.patreon-profile .profile-avatar,
.telegram-profile .profile-avatar {
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  min-height: 78px !important;
  border-radius: 24px !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
  transform: none !important;
}

.profile-main > div,
.onlyfans-profile .profile-main > div,
.patreon-profile .profile-main > div,
.telegram-profile .profile-main > div {
  min-height: 78px !important;
  justify-content: center !important;
  align-self: center !important;
  transform: none !important;
}

.profile-main h3,
.onlyfans-profile .profile-main h3,
.patreon-profile .profile-main h3,
.telegram-profile .profile-main h3 {
  font-size: clamp(31px, 2.25vw, 43px) !important;
  line-height: 1.02 !important;
}

.profile-main p,
.onlyfans-profile .profile-main p,
.patreon-profile .profile-main p,
.telegram-profile .profile-main p {
  margin-top: 8px !important;
}

/* keep buttons aligned after avatar resize */
.profile-preview-content,
.onlyfans-profile .profile-preview-content {
  grid-template-rows: 64px 1fr 112px 46px 56px !important;
}

@media (max-width: 620px) {
  .profile-main,
  .onlyfans-profile .profile-main,
  .patreon-profile .profile-main,
  .telegram-profile .profile-main {
    grid-template-columns: 68px 1fr !important;
    gap: 14px !important;
    min-height: 96px !important;
  }

  .profile-avatar,
  .onlyfans-profile .profile-avatar,
  .patreon-profile .profile-avatar,
  .telegram-profile .profile-avatar {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    border-radius: 20px !important;
  }

  .profile-main > div,
  .onlyfans-profile .profile-main > div,
  .patreon-profile .profile-main > div,
  .telegram-profile .profile-main > div {
    min-height: 68px !important;
  }

  .profile-preview-content,
  .onlyfans-profile .profile-preview-content {
    grid-template-rows: 56px 1fr 96px 76px 54px !important;
  }
}


/* v49: STRICT GRID — all profile cards use identical coordinates */
.profile-preview-card {
  min-height: 560px !important;
}

.profile-preview-content,
.onlyfans-profile .profile-preview-content,
.patreon-profile .profile-preview-content,
.telegram-profile .profile-preview-content {
  position: relative !important;
  height: 560px !important;
  min-height: 560px !important;
  display: block !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* top platform badge: identical position */
.platform-row,
.onlyfans-profile .platform-row,
.patreon-profile .platform-row,
.telegram-profile .platform-row {
  position: absolute !important;
  top: 34px !important;
  left: 34px !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 5 !important;
}

/* avatar: identical position and size */
.profile-avatar,
.onlyfans-profile .profile-avatar,
.patreon-profile .profile-avatar,
.telegram-profile .profile-avatar {
  position: absolute !important;
  top: 235px !important;
  left: 34px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  border-radius: 22px !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: cover !important;
  z-index: 5 !important;
}

/* profile wrapper stops influencing layout */
.profile-main,
.onlyfans-profile .profile-main,
.patreon-profile .profile-main,
.telegram-profile .profile-main {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  transform: none !important;
}

.profile-main > div,
.onlyfans-profile .profile-main > div,
.patreon-profile .profile-main > div,
.telegram-profile .profile-main > div {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  transform: none !important;
}

/* title: identical top and left */
.profile-main h3,
.onlyfans-profile .profile-main h3,
.patreon-profile .profile-main h3,
.telegram-profile .profile-main h3 {
  position: absolute !important;
  top: 224px !important;
  left: 126px !important;
  right: 34px !important;
  height: 86px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  font-size: 35px !important;
  line-height: 1.02 !important;
  letter-spacing: 0.004em !important;
  overflow: hidden !important;
  z-index: 5 !important;
}

/* subtitle: identical position */
.profile-main p,
.onlyfans-profile .profile-main p,
.patreon-profile .profile-main p,
.telegram-profile .profile-main p {
  position: absolute !important;
  top: 315px !important;
  left: 126px !important;
  right: 34px !important;
  height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.012em !important;
  overflow: hidden !important;
  z-index: 5 !important;
}

/* tags: identical baseline */
.profile-stats,
.onlyfans-profile .profile-stats,
.patreon-profile .profile-stats,
.telegram-profile .profile-stats {
  position: absolute !important;
  top: 365px !important;
  left: 34px !important;
  right: 34px !important;
  height: 42px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 5 !important;
}

.profile-stats span,
.onlyfans-profile .profile-stats span,
.patreon-profile .profile-stats span,
.telegram-profile .profile-stats span {
  font-size: 12px !important;
  line-height: 1 !important;
  padding: 9px 12px !important;
  height: 32px !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}

/* button: identical bottom */
.profile-preview-card button,
.onlyfans-profile button,
.patreon-profile button,
.telegram-profile button {
  position: absolute !important;
  left: 34px !important;
  right: 34px !important;
  bottom: 34px !important;
  width: auto !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 5 !important;
}

/* prevent old OF offsets from any previous version */
.onlyfans-profile * {
  transform-origin: center center;
}

@media (max-width: 620px) {
  .profile-preview-card {
    min-height: 520px !important;
  }

  .profile-preview-content,
  .onlyfans-profile .profile-preview-content,
  .patreon-profile .profile-preview-content,
  .telegram-profile .profile-preview-content {
    height: 520px !important;
    min-height: 520px !important;
  }

  .platform-row,
  .onlyfans-profile .platform-row,
  .patreon-profile .platform-row,
  .telegram-profile .platform-row {
    top: 24px !important;
    left: 24px !important;
  }

  .profile-avatar,
  .onlyfans-profile .profile-avatar,
  .patreon-profile .profile-avatar,
  .telegram-profile .profile-avatar {
    top: 220px !important;
    left: 24px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    border-radius: 20px !important;
  }

  .profile-main h3,
  .onlyfans-profile .profile-main h3,
  .patreon-profile .profile-main h3,
  .telegram-profile .profile-main h3 {
    top: 210px !important;
    left: 104px !important;
    right: 24px !important;
    height: 80px !important;
    font-size: 28px !important;
  }

  .profile-main p,
  .onlyfans-profile .profile-main p,
  .patreon-profile .profile-main p,
  .telegram-profile .profile-main p {
    top: 294px !important;
    left: 104px !important;
    right: 24px !important;
    font-size: 13px !important;
  }

  .profile-stats,
  .onlyfans-profile .profile-stats,
  .patreon-profile .profile-stats,
  .telegram-profile .profile-stats {
    top: 342px !important;
    left: 24px !important;
    right: 24px !important;
    flex-wrap: wrap !important;
    height: 74px !important;
  }

  .profile-preview-card button,
  .onlyfans-profile button,
  .patreon-profile button,
  .telegram-profile button {
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
  }
}


/* v50 FINAL: absolute fixed grid for all 3 premium cards */
.profile-preview-card {
  min-height: 620px !important;
}

.profile-preview-content,
.onlyfans-profile .profile-preview-content,
.patreon-profile .profile-preview-content,
.telegram-profile .profile-preview-content {
  position: relative !important;
  height: 620px !important;
  min-height: 620px !important;
  display: block !important;
  padding: 0 !important;
}

/* top platform pill */
.profile-preview-card .platform-row,
.onlyfans-profile .platform-row,
.patreon-profile .platform-row,
.telegram-profile .platform-row {
  position: absolute !important;
  top: 36px !important;
  left: 36px !important;
  transform: none !important;
  margin: 0 !important;
}

/* avatar: exact same coordinates on every card */
.profile-preview-card .profile-avatar,
.onlyfans-profile .profile-avatar,
.patreon-profile .profile-avatar,
.telegram-profile .profile-avatar {
  position: absolute !important;
  top: 210px !important;
  left: 36px !important;
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  min-height: 76px !important;
  max-width: 76px !important;
  max-height: 76px !important;
  border-radius: 22px !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 10 !important;
}

/* remove all inherited layout behavior */
.profile-preview-card .profile-main,
.onlyfans-profile .profile-main,
.patreon-profile .profile-main,
.telegram-profile .profile-main,
.profile-preview-card .profile-main > div,
.onlyfans-profile .profile-main > div,
.patreon-profile .profile-main > div,
.telegram-profile .profile-main > div {
  position: static !important;
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

/* title: exact same coordinates and box */
.profile-preview-card .profile-main h3,
.onlyfans-profile .profile-main h3,
.patreon-profile .profile-main h3,
.telegram-profile .profile-main h3 {
  position: absolute !important;
  top: 198px !important;
  left: 136px !important;
  right: 36px !important;
  height: 96px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  font-size: 38px !important;
  line-height: 1.02 !important;
  letter-spacing: .006em !important;
  color: #ffd6c6 !important;
  overflow: hidden !important;
  transform: none !important;
  z-index: 10 !important;
}

/* subtitle: exact same baseline */
.profile-preview-card .profile-main p,
.onlyfans-profile .profile-main p,
.patreon-profile .profile-main p,
.telegram-profile .profile-main p {
  position: absolute !important;
  top: 304px !important;
  left: 136px !important;
  right: 36px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  color: rgba(255,255,255,.74) !important;
  overflow: hidden !important;
  transform: none !important;
  z-index: 10 !important;
}

/* tags: exact same row */
.profile-preview-card .profile-stats,
.onlyfans-profile .profile-stats,
.patreon-profile .profile-stats,
.telegram-profile .profile-stats {
  position: absolute !important;
  top: 354px !important;
  left: 36px !important;
  right: 36px !important;
  height: 38px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 10 !important;
}

.profile-preview-card .profile-stats span {
  height: 32px !important;
  padding: 9px 12px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* button: exact same bottom */
.profile-preview-card button,
.onlyfans-profile button,
.patreon-profile button,
.telegram-profile button {
  position: absolute !important;
  left: 36px !important;
  right: 36px !important;
  bottom: 36px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 10 !important;
}

/* kill previous special OF offsets */
.onlyfans-profile .platform-row,
.onlyfans-profile .profile-main,
.onlyfans-profile .profile-avatar,
.onlyfans-profile .profile-stats,
.onlyfans-profile button,
.onlyfans-profile .profile-main > div {
  transform: none !important;
  margin-top: 0 !important;
}

@media (max-width: 620px) {
  .profile-preview-card {
    min-height: 540px !important;
  }

  .profile-preview-content,
  .onlyfans-profile .profile-preview-content,
  .patreon-profile .profile-preview-content,
  .telegram-profile .profile-preview-content {
    height: 540px !important;
    min-height: 540px !important;
  }

  .profile-preview-card .platform-row {
    top: 24px !important;
    left: 24px !important;
  }

  .profile-preview-card .profile-avatar {
    top: 206px !important;
    left: 24px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    border-radius: 20px !important;
  }

  .profile-preview-card .profile-main h3 {
    top: 192px !important;
    left: 104px !important;
    right: 24px !important;
    height: 86px !important;
    font-size: 30px !important;
  }

  .profile-preview-card .profile-main p {
    top: 284px !important;
    left: 104px !important;
    right: 24px !important;
    font-size: 13px !important;
  }

  .profile-preview-card .profile-stats {
    top: 330px !important;
    left: 24px !important;
    right: 24px !important;
    height: 70px !important;
    flex-wrap: wrap !important;
  }

  .profile-preview-card button {
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
  }
}


/* v51: slightly raise OnlyFans avatar */
.onlyfans-profile .profile-avatar {
  top: 198px !important;
}

@media (max-width: 620px) {
  .onlyfans-profile .profile-avatar {
    top: 194px !important;
  }
}
