@import url('/bestonlyfans-content-v12.css');

:root {
  --showcase-pink: #ff4d96;
  --showcase-pink-dark: #b91c5c;
  --showcase-blue: #0db1f2;
  --showcase-navy: #111827;
  --showcase-surface: #f6f8fb;
}

.site-header {
  box-shadow: 0 8px 26px rgba(17, 24, 39, .05);
}

.header-search {
  color: #586273;
}

.site-header .brand,
.site-nav a,
.site-footer nav a,
.author-box a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.site-nav a {
  padding-inline: 4px;
}

.site-footer .brand {
  min-height: 44px;
}

.showcase-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  max-width: var(--max);
  min-height: 690px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 24px;
}

.showcase-hero__copy {
  max-width: 650px;
}

.showcase-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: .93;
  text-wrap: balance;
}

.showcase-hero h1 span {
  color: var(--showcase-blue);
}

.showcase-hero__dek {
  max-width: 56ch;
  margin: 24px 0 0;
  color: #4b5563;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
}

.showcase-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
}

.showcase-proof span {
  padding: 8px 12px;
  color: #334155;
  border: 1px solid #dce3ea;
  border-radius: 999px;
  background: #fff;
  font-size: .84rem;
  font-weight: 700;
}

.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.showcase-button,
.model-card__cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  border: 0;
  border-radius: 12px;
  background: var(--showcase-blue);
  box-shadow: 0 10px 24px rgba(13, 177, 242, .22);
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.showcase-button:hover,
.model-card__cta:hover {
  background: var(--primary-dark);
  box-shadow: 0 12px 28px rgba(13, 177, 242, .3);
}

.showcase-button--quiet {
  color: #334155;
  background: transparent;
  box-shadow: none;
}

.showcase-button--quiet:hover {
  color: var(--primary-dark);
  background: #eff9fe;
  box-shadow: none;
}

.showcase-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(150px, .84fr);
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 520px;
}

.showcase-tile {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background: #dce3ea;
  box-shadow: 0 24px 60px rgba(17, 24, 39, .16);
  text-decoration: none;
}

.showcase-tile:first-child {
  grid-row: 1 / 3;
}

.showcase-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.showcase-tile:hover img {
  transform: scale(1.025);
}

.showcase-tile::after {
  position: absolute;
  inset: 28% 0 0;
  content: '';
  background: linear-gradient(180deg, transparent, rgba(5, 10, 22, .9));
  pointer-events: none;
}

.showcase-tile__copy {
  position: absolute;
  z-index: 1;
  inset: auto 18px 18px;
  display: grid;
  gap: 2px;
}

.showcase-tile__copy small {
  color: rgba(255,255,255,.78);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showcase-tile__copy strong {
  font-size: clamp(1.15rem, 2vw, 1.85rem);
  line-height: 1.05;
}

.showcase-tile__copy span {
  font-size: .9rem;
  font-weight: 700;
}

.quick-picks,
.creator-showcase,
.guide-section,
.faq-section,
.method-section {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: 24px;
}

.quick-picks {
  padding-block: 26px 74px;
}

.section-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 26px;
}

.section-heading h2,
.guide-section h2,
.faq-section h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.section-heading p {
  max-width: 54ch;
  margin: 0;
  color: #64748b;
}

.quick-picks__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-pick {
  display: grid;
  min-height: 156px;
  align-content: start;
  padding: 22px;
  border: 1px solid #dfe5eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(17, 24, 39, .05);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.quick-pick:hover {
  border-color: #8cd8f6;
  box-shadow: 0 12px 30px rgba(17, 24, 39, .09);
}

.quick-pick small {
  color: var(--showcase-pink-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quick-pick strong {
  margin-top: 8px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.quick-pick span {
  margin-top: 8px;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.45;
}

.creator-showcase {
  padding-block: 78px 96px;
  border-top: 1px solid var(--line);
}

.model-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.model-filter {
  min-height: 44px;
  padding: 0 16px;
  color: #425066;
  border: 1px solid #dce3ea;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 750;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.model-filter:hover,
.model-filter[aria-pressed='true'] {
  color: #fff;
  border-color: var(--showcase-navy);
  background: var(--showcase-navy);
}

.model-filter:focus-visible,
.showcase-button:focus-visible,
.model-card__cta:focus-visible,
.showcase-tile:focus-visible,
.quick-pick:focus-visible,
.site-header a:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid rgba(13, 177, 242, .45);
  outline-offset: 3px;
}

.filter-status {
  margin: -12px 0 24px;
  color: #64748b;
  font-size: .9rem;
}

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

.model-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dde3e9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(17, 24, 39, .07);
}

.model-card[hidden] {
  display: none;
}

.model-card__media {
  position: relative;
  aspect-ratio: 4 / 4.7;
  overflow: hidden;
  background: #e9eef3;
}

.model-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.model-card:hover .model-card__media img {
  transform: scale(1.02);
}

.model-card__badges {
  position: absolute;
  inset: 14px 14px auto;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.model-card__badge,
.model-card__rank {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 850;
  box-shadow: 0 6px 18px rgba(17,24,39,.16);
}

.model-card__rank {
  color: #111827;
  background: #fff;
}

.model-card__badge {
  color: #fff;
  background: rgba(17, 24, 39, .88);
}

.model-card__badge--free {
  background: #16a269;
}

.creator-photo-credit {
  position: absolute;
  inset: auto 10px 8px auto;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 10px;
  color: rgba(255,255,255,.9);
  border-radius: 6px;
  background: rgba(17,24,39,.62);
  font-size: .65rem;
  text-decoration: none;
}

.model-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.model-card__title-row {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
}

.model-card h3 {
  margin: 0;
  font-size: 1.55rem;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.model-card__access {
  flex: 0 0 auto;
  color: var(--showcase-pink-dark);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.model-card__tagline {
  min-height: 46px;
  margin: 9px 0 0;
  color: #64748b;
  font-size: .94rem;
  line-height: 1.45;
}

.model-card__price {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 12px;
  align-items: baseline;
  margin-top: 18px;
  padding: 14px 0;
  border-block: 1px solid #edf0f3;
}

.model-card__price strong {
  color: var(--showcase-navy);
  font-size: 1.15rem;
}

.model-card__price span {
  color: #64748b;
  font-size: .82rem;
  line-height: 1.4;
}

.model-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0 0;
}

.model-stat {
  display: grid;
  padding: 10px 8px;
  border-radius: 11px;
  background: #f5f8fa;
  text-align: center;
}

.model-stat strong {
  font-size: .95rem;
}

.model-stat span {
  color: #7b8491;
  font-size: .67rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.model-card__description {
  margin: 18px 0 0;
  color: #465367;
  font-size: .94rem;
  line-height: 1.6;
}

.model-card__best-for {
  margin: 14px 0 0;
  color: #344155;
  font-size: .87rem;
}

.model-card__best-for strong {
  color: var(--showcase-pink-dark);
}

.model-card__cta {
  width: 100%;
  margin-top: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

.guide-band {
  padding-block: 88px;
  background: var(--showcase-surface);
}

.guide-section + .guide-section,
.method-section,
.faq-section {
  margin-top: 82px;
}

.guide-intro {
  max-width: 60ch;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 1.05rem;
}

.choice-grid,
.access-grid,
.check-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

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

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

.choice-card,
.access-card,
.check-card {
  padding: 24px;
  border: 1px solid #dfe5eb;
  border-radius: 18px;
  background: #fff;
}

.choice-card h3,
.access-card h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}

.choice-card p,
.access-card p,
.check-card {
  color: #526173;
  font-size: .94rem;
  line-height: 1.6;
}

.choice-card p,
.access-card p {
  margin: 0;
}

.access-card--free {
  border-top: 4px solid #16a269;
}

.access-card--paid {
  border-top: 4px solid var(--showcase-pink);
}

.check-card {
  position: relative;
  padding-left: 54px;
}

.check-card::before {
  position: absolute;
  left: 20px;
  top: 22px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--showcase-blue);
  content: '✓';
  font-size: .8rem;
  font-weight: 900;
}

.method-section {
  padding: 30px 32px;
  border-left: 4px solid var(--showcase-blue);
  border-radius: 0 16px 16px 0;
  background: #fff;
}

.method-section h2 {
  margin: 0;
  font-size: 1.35rem;
}

.method-section p {
  max-width: 78ch;
  margin: 10px 0 0;
  color: #5b6676;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid #dfe5eb;
  border-radius: 14px;
  background: #fff;
}

.faq-list summary {
  min-height: 58px;
  padding: 17px 52px 17px 20px;
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  max-width: 74ch;
  margin: 0;
  padding: 0 20px 20px;
  color: #526173;
}

.showcase-author {
  max-width: var(--max);
  margin: 84px auto 0;
}

@media (min-width: 1180px) {
  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-card {
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 620px;
  }

  .model-card__media {
    height: 100%;
    min-height: 620px;
    aspect-ratio: auto;
  }
}

@media (max-width: 1080px) {
  .showcase-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 36px;
  }

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

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

@media (max-width: 820px) {
  .showcase-hero {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .showcase-hero h1 {
    max-width: 14ch;
  }

  .showcase-gallery {
    min-height: 540px;
  }

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

  .access-grid,
  .check-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .showcase-hero,
  .quick-picks,
  .creator-showcase,
  .guide-section,
  .faq-section,
  .method-section {
    padding-inline: 16px;
  }

  .showcase-hero {
    min-height: auto;
    padding-block: 42px 54px;
  }

  .showcase-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .showcase-gallery {
    grid-template-columns: 1.2fr .8fr;
    min-height: 400px;
  }

  .showcase-tile {
    border-radius: 18px;
  }

  .showcase-tile__copy {
    inset: auto 12px 12px;
  }

  .showcase-tile__copy span {
    font-size: .75rem;
  }

  .quick-picks {
    padding-block: 8px 56px;
  }

  .quick-picks__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .quick-pick {
    min-width: 78vw;
    scroll-snap-align: start;
  }

  .creator-showcase {
    padding-block: 58px 72px;
  }

  .model-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .model-filter {
    flex: 0 0 auto;
  }

  .model-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .model-card__media {
    aspect-ratio: 4 / 4.35;
  }

  .quick-pick span,
  .model-card__tagline,
  .model-card__description,
  .model-card__best-for,
  .model-card__price span,
  .choice-card p,
  .access-card p,
  .check-card,
  .filter-status {
    font-size: 1rem;
  }

  .guide-band {
    padding-block: 68px;
  }

  .guide-section + .guide-section,
  .method-section,
  .faq-section {
    margin-top: 64px;
  }

  .method-section {
    margin-inline: 16px;
    padding-block: 26px;
    padding-right: 20px;
  }

  .showcase-author {
    margin: 64px 16px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
