:root {
  --heading-font: 'Sora', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --bg: #fdf5fb;
  --bg-soft: #ffffff;
  --text: #1f1830;
  --text-soft: #5b5f86;
  --blue: #bfe7ff;
  --blue-strong: #74c8ff;
  --pink: #ff5ab0;
  --pink-strong: #ff2d97;
  --panel: rgba(255, 255, 255, 0.96);
  --border: rgba(120, 112, 183, 0.26);
  --radius: 14px;
}

* { box-sizing: border-box; }
.hidden { display: none !important; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ff1493 0%, #ffffff 52%, #bfe7ff 100%);
}

.container {
  width: min(1360px, 96vw);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(14px);
}

.topbar h1 {
  margin: 0;
  font-size: 1.04rem;
}

.swt-nav {
  position: sticky;
  top: 0;
  z-index: 35;
  padding: 0.72rem 0.95rem 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-bottom: 1px solid rgba(255, 45, 151, 0.28);
  background: linear-gradient(90deg, rgba(255, 241, 249, 0.95), rgba(233, 247, 255, 0.94));
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(126, 97, 197, 0.14);
}

.swt-nav-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.swt-brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.swt-brand-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.swt-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.swt-brand-wordmark {
  height: 24px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}

.swt-brand small {
  display: block;
  color: var(--text-soft);
  font-size: 0.73rem;
}

.swt-links {
  width: 100%;
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  overflow: visible;
  padding-bottom: 0;
}

.models-menu-wrap {
  position: relative;
}

.models-dropdown {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  z-index: 45;
  width: min(300px, 80vw);
  max-height: 320px;
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 28px rgba(53, 39, 88, 0.18);
  padding: 0.36rem;
}

.models-dropdown-item {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 0.42rem 0.55rem;
  text-align: left;
  font-size: 0.88rem;
  color: #3e345f;
  background: transparent;
  cursor: pointer;
}

.models-dropdown-item:hover {
  background: rgba(255, 90, 176, 0.12);
}

.nav-pill {
  border: 1px solid rgba(116, 200, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #4a3e67;
  padding: 0.38rem 0.72rem;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
}

.nav-pill.active {
  color: #fff;
  border-color: rgba(255, 45, 151, 0.72);
  background: linear-gradient(135deg, #ff2d97, #66c3ff);
  box-shadow: 0 8px 20px rgba(255, 45, 151, 0.24);
}

.swt-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.swt-actions input {
  width: min(340px, 40vw);
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  padding: 0.52rem 0.65rem;
  border-radius: 10px;
}

.swt-btn {
  border: none;
  border-radius: 10px;
  padding: 0.54rem 0.9rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #ff3ca1, #66c3ff);
  box-shadow: 0 10px 24px rgba(102, 195, 255, 0.24);
}

.action-btn {
  border: none;
  border-radius: 10px;
  padding: 0.54rem 0.9rem;
  font-weight: 600;
  cursor: pointer;
  color: #1a1330;
  text-decoration: none;
  background: linear-gradient(135deg, #8cd6ff, #ff5ab0);
}

.patreon-fixed-cta {
  position: fixed;
  right: 0.95rem;
  bottom: 0.95rem;
  z-index: 70;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 45, 151, 0.34);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(74, 56, 129, 0.2);
  backdrop-filter: blur(8px);
}

.patreon-fixed-cta .swt-btn {
  text-decoration: none;
  white-space: nowrap;
}

.swt-btn.ghost {
  color: #38352f;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
}

.secondary-btn {
  margin-top: 0.55rem;
  background: transparent;
  color: #d6d6d6;
  border: 1px solid #3c3c3c;
  border-radius: 999px;
  padding: 0.48rem 0.8rem;
  cursor: pointer;
  font-size: 0.85rem;
}

.hero {
  min-height: 68vh;
  display: flex;
  align-items: flex-end;
  transition: opacity 0.8s ease;
  background-image:
    linear-gradient(180deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.58)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero.is-fading {
  opacity: 0.25;
}

.hero-overlay {
  width: min(900px, 92vw);
  margin: 0 auto 1.25rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 214, 238, 0.65);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(74, 24, 56, 0.56), rgba(20, 41, 72, 0.54));
  backdrop-filter: blur(10px);
}

.hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #ffd1ec;
  font-size: 0.75rem;
}

.hero h1 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.3rem, 3.4vw, 2.5rem);
}

.hero p {
  margin: 0;
  color: var(--text-soft);
  max-width: 70ch;
}

.hero-cta {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.content-shell {
  width: min(1360px, 96vw);
  margin: 1rem auto 2.2rem;
}

.about-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.home-intro-panel p {
  max-width: 70ch;
}

.home-intro-links {
  margin-top: 0.8rem;
}

.home-preview-block {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  padding: 0.72rem;
}

.home-featured-card-wrap {
  border: 1px solid rgba(255, 45, 151, 0.32);
  border-radius: var(--radius);
  overflow: hidden;
}

.home-carousel-row {
  margin-top: 0.68rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-carousel-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  padding: 0.42rem;
  display: grid;
  gap: 0.42rem;
  cursor: pointer;
}

.home-carousel-item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.home-carousel-item span {
  font-size: 0.74rem;
  text-align: left;
  line-height: 1.25;
}

.about-panel h2 {
  margin: 0 0 0.4rem;
}

.about-panel p {
  margin: 0;
  color: var(--text-soft);
}

.about-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.7rem;
}

.about-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #faf8f4;
  padding: 0.7rem;
}

.about-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.about-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.row-section {
  margin: 1rem 0 1.15rem;
}

.row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.62rem;
}

.row-head h2,
.page-title {
  margin: 0;
  font-size: clamp(1.08rem, 2.2vw, 1.5rem);
  font-family: var(--heading-font);
  letter-spacing: 0.01em;
}

.about-panel h2,
.about-card h3,
.model-card-head {
  font-family: var(--heading-font);
}

.row-link {
  color: var(--pink-strong);
  text-decoration: none;
  font-size: 0.85rem;
}

.row-footer {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}

.row-expand-btn {
  min-width: 140px;
}

.video-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 0.92rem;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 0.95rem;
}

body.density-compact .video-row,
body.density-compact .catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0.78rem;
}

body.density-compact .card-info h3 {
  font-size: 0.87rem;
}

body.density-expanded .video-row,
body.density-expanded .catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

body.density-cinematic .hero {
  min-height: 76vh;
}

body.density-cinematic .hero-overlay {
  width: min(1040px, 94vw);
  padding: 1.45rem;
  border-color: rgba(255, 255, 255, 0.42);
}

body.density-cinematic .video-row,
body.density-cinematic .catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 1.08rem;
}

body.density-cinematic .row-section {
  margin: 1.2rem 0 1.35rem;
}

body.density-cinematic .card-info {
  padding: 0.7rem 0.75rem 0.82rem;
}

body.density-cinematic .card-info h3 {
  font-size: 0.98rem;
}

body.density-cinematic .video-card {
  box-shadow: 0 16px 34px rgba(74, 56, 129, 0.18);
}

.video-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.video-card:hover {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(255, 79, 163, 0.45);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12);
}

.thumb-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
  overflow: hidden;
}

.thumb-play-cta {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(14, 16, 24, 0.58);
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.thumb-play-cta:hover {
  background: rgba(255, 45, 151, 0.7);
}

.card-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  background: #000;
}

.video-card.is-preview-playing .video-thumb,
.video-card.is-preview-playing .thumb-fallback {
  opacity: 0;
}

.card-preview-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: flex-start;
  padding: 0.65rem;
  background: linear-gradient(180deg, rgba(8, 8, 12, 0.08), rgba(8, 8, 12, 0.72));
}

.card-preview-overlay .swt-btn {
  text-decoration: none;
}

.thumb-wrap.is-locked-preview::after {
  content: 'Preview Locked';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(14, 14, 18, 0.32);
  color: #f8f4ff;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  z-index: 2;
  pointer-events: none;
}

.video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-wrap.is-locked-preview .video-thumb {
  filter: blur(10px) saturate(0.92) brightness(0.84);
  transform: scale(1.04);
}

.thumb-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--text-soft);
  font-size: 0.82rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(159, 216, 255, 0.18));
}

.video-thumb.is-hidden {
  display: none;
}

.badge-row {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  display: flex;
  gap: 0.4rem;
  z-index: 3;
}

.badge {
  font-size: 0.67rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.18rem 0.48rem;
  color: #fff;
}

.badge-gold { background: var(--blue-strong); }
.badge-pink { background: var(--pink-strong); }

.card-info {
  padding: 0.62rem 0.68rem 0.76rem;
}

.card-info h3 {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.33;
}

.card-info p {
  margin: 0.37rem 0 0;
  color: var(--text-soft);
  font-size: 0.79rem;
}

.models-grid.premium {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.78rem;
}

.model-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, #f7f3ed);
  padding: 0.85rem;
}

.model-card-head {
  font-weight: 700;
  font-size: 1rem;
}

.model-card p {
  color: var(--text-soft);
  margin: 0.35rem 0 0;
}

.result-meta,
.empty-state {
  color: var(--text-soft);
}

.empty-state {
  border: 1px dashed var(--border);
  border-radius: 12px;
  padding: 0.8rem;
  background: #fff;
}

.account-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.purchase-success-wrap {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.purchase-success-card {
  max-width: 720px;
  margin: 0 auto;
  background: #131313;
  border: 1px solid #2c2c2c;
  border-radius: 14px;
  padding: 1.2rem;
}

.purchase-status-kicker {
  margin: 0;
  color: #e4cca2;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.purchase-success-card h2 {
  margin: 0.35rem 0 0.45rem;
}

.purchase-success-card p {
  margin: 0;
  color: #ddd;
}

.purchase-thumb-shell {
  margin-top: 0.95rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #3a3223;
  background: #0f0f0f;
}

.purchase-thumb {
  width: 100%;
  display: block;
  opacity: 0;
  transform: scale(0.95);
  animation: purchaseThumbReveal 620ms ease forwards;
}

.purchase-meta {
  margin-top: 0.55rem !important;
  font-size: 0.86rem;
  color: #bdbdbd !important;
}

.purchase-actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

@keyframes purchaseThumbReveal {
  0% {
    opacity: 0;
    transform: scale(0.95);
    filter: brightness(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1);
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 13, 12, 0.62);
  z-index: 90;
}

.video-modal.hidden { display: none; }

.video-modal-box {
  width: min(1000px, 95vw);
  max-height: 92vh;
  overflow: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  padding: 1rem;
  position: relative;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  border: 1px solid var(--border);
  background: #fff;
  color: #3c3832;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.modal-player iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 10px;
}

.modal-player video {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 10px;
  background: #000;
}

.preview-gate-shell {
  position: relative;
}

.preview-gate-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.55rem;
  padding: 0.8rem;
  background: linear-gradient(180deg, rgba(8, 8, 12, 0.08), rgba(8, 8, 12, 0.68));
  border-radius: 10px;
  z-index: 3;
}

.preview-gate-copy {
  margin: 0;
  color: #f4efff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.modal-fallback {
  width: 100%;
  aspect-ratio: 16/9;
  display: grid;
  place-items: center;
  background: #080808;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.modal-fallback-media {
  width: min(100%, 680px);
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 0 auto 0.75rem;
}

.preview-blur-media {
  filter: blur(14px) saturate(0.9) brightness(0.82);
  transform: scale(1.035);
}

.modal-meta h2 {
  margin: 0.72rem 0 0.32rem;
}

.subline {
  color: #5d6b93;
  margin: 0;
}

.modal-meta p {
  color: var(--text-soft);
}

.tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.unlock-actions {
  width: 100%;
  margin-top: 0.45rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.lock-note {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: #5f6e96;
}

.tag {
  border: 1px solid rgba(255, 79, 163, 0.32);
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.75rem;
  color: #4f5572;
  background: #f8f7ff;
}

@media (max-width: 980px) {
  .swt-nav {
    gap: 0.55rem;
  }
  .swt-nav-top {
    flex-wrap: wrap;
  }
  .swt-brand-wordmark {
    max-width: 200px;
  }
  .swt-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .swt-links::-webkit-scrollbar {
    display: none;
  }
  .swt-actions {
    width: 100%;
    justify-content: space-between;
  }
  .swt-actions input {
    width: min(100%, 520px);
  }
}

@media (max-width: 640px) {
  .swt-brand-icon {
    width: 42px;
    height: 42px;
  }
  .swt-brand-wordmark {
    height: 20px;
  }
  .swt-brand small {
    font-size: 0.69rem;
  }
  .swt-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .swt-actions input {
    width: 100%;
  }
  .hero {
    min-height: 52vh;
  }

  .home-carousel-row {
    grid-template-columns: 1fr;
  }
  .content-shell {
    width: min(1360px, 94vw);
  }
  .patreon-fixed-cta {
    right: 0.6rem;
    left: 0.6rem;
    bottom: 0.6rem;
    justify-content: center;
  }
  body.density-compact .video-row,
  body.density-compact .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
  }
  body.density-expanded .video-row,
  body.density-expanded .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
  }
  body.density-cinematic .video-row,
  body.density-cinematic .catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  body.density-cinematic .hero {
    min-height: 58vh;
  }
}