:root {
  --creator-bg: #0a0a0a;
  --creator-panel: #1a1a1a;
  --creator-panel-soft: #202020;
  --creator-ink: #fff;
  --creator-muted: #aaa;
  --creator-faint: #666;
  --creator-blush: #e49bae;
  --creator-blush-strong: #f0a4b9;
  --creator-shell: 1480px;
  --creator-font: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

::selection { background: var(--creator-blush); color: #151015; }

.up-page-body,
.artist-page-body,
.artist-gallery-page-body {
  min-height: 100vh;
  background: var(--creator-bg);
  color: var(--creator-ink);
  color-scheme: dark;
  font-family: var(--creator-font);
}

.artist-page-body {
  background: linear-gradient(180deg, rgba(228, 155, 175, .2) 0, rgba(228, 155, 174, 0) 583px), var(--creator-bg);
}

.up-page,
.artist-page,
.artist-gallery-page { min-height: 70vh; background: var(--creator-bg); }

.up-page-body .home-site-header,
.artist-page-body .home-site-header,
.artist-gallery-page-body .home-site-header {
  position: relative;
  z-index: 100;
  height: 80px;
  padding-top: 0;
  border: 0;
  background: linear-gradient(112deg, #2d1a21 0%, #191114 58%, #090909 100%);
}

.artist-gallery-page-body .home-site-header { height: 72px; }

.up-page-body .home-nav,
.artist-page-body .home-nav,
.artist-gallery-page-body .home-nav { margin-top: 0; }

.artist-page-body .home-site-header,
.artist-page-body .artist-page { background: transparent; }

.creator-flow,
.artist-experience,
.artist-gallery-experience { overflow: clip; background: var(--creator-bg); }

.artist-page-body .artist-experience { background: transparent; }

.creator-shell {
  width: min(calc(100% - 64px), var(--creator-shell));
  margin-inline: auto;
}

.creator-headliners { height: 703px; padding: 80px 0; }
.creator-directory { position: relative; height: auto; padding: 80px 0; }
.creator-series,
.artist-photo-strip,
.artist-work-section { padding: 78px 0 126px; }

.creator-hot,
.artist-photo-strip { border-top: 1px solid rgba(255, 255, 255, .04); }

/* The wrapper is layout-neutral at the original desktop and H5 breakpoints. */
.creator-hot-inner { display: contents; }

.creator-section-title {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.creator-section-title > div { min-width: 0; }
.creator-section-title h1,
.creator-section-title h2 {
  color: var(--creator-ink);
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: -.72px;
}

.creator-section-title > div > span {
  display: block;
  margin-top: 12px;
  color: #f68804;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 3px;
}

.creator-section-title > a,
.creator-section-title > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--creator-muted);
  font-size: 14px;
  line-height: 17px;
}

.creator-section-title > a:hover { color: var(--creator-ink); }
.creator-section-title > a svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.creator-view-all { position: relative; z-index: 2; flex: 0 0 auto; }
.creator-view-all > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #5f5c5d; border-radius: 50%; color: #fff; font-size: 17px; line-height: 1; }

.creator-card-carousel,
.creator-hot-stage { position: relative; }

.creator-card-carousel { height: 423px; }

.creator-card-viewport { width: 1332px; height: 423px; margin: 0 74px; overflow: hidden; }
.creator-hot-viewport { overflow: hidden; }

.creator-card-track,
.creator-hot-track {
  display: flex;
  gap: 48px;
  transform: translate3d(0, 0, 0);
  transition: transform .52s cubic-bezier(.22, 1, .36, 1);
}

.creator-profile-card {
  width: 297px;
  height: 423px;
  flex: 0 0 297px;
  min-width: 0;
  padding: 16px;
  border-radius: 24px;
  background: var(--creator-panel);
  color: var(--creator-ink);
}

.creator-profile-image {
  display: block;
  width: 265px;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  background: #333;
}

.creator-profile-image img,
.creator-hot-card > img,
.creator-work-card img,
.creator-series-card > img,
.artist-hero-image img,
.artist-photo-grid img,
.artist-gallery-photo img { width: 100%; height: 100%; object-fit: cover; }

.creator-profile-card h2 { height: 19px; margin: 18px 0 0; overflow: hidden; font-size: 16px; font-weight: 700; line-height: 19px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.creator-profile-card p { height: 15px; margin-top: 12px; overflow: hidden; color: var(--creator-muted); font-size: 12px; line-height: 15px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.creator-profile-card ul { display: flex; height: 15px; flex-wrap: nowrap; justify-content: center; gap: 12px; margin-top: 12px; overflow: hidden; }
.creator-profile-card li { flex: 0 0 auto; color: #aaa; font-size: 12px; line-height: 15px; }
.creator-profile-card li + li::before { content: none; }

.creator-profile-card:hover .creator-profile-image img,
.creator-work-card:hover img,
.creator-hot-card:hover > img,
.creator-series-card:hover > img { transform: scale(1.035); }

.creator-profile-card img,
.creator-work-card img,
.creator-hot-card > img,
.creator-series-card > img { transition: transform .5s cubic-bezier(.22, 1, .36, 1); }

.creator-carousel-arrow {
  display: grid;
  position: absolute;
  z-index: 3;
  top: 198.5px;
  width: 26px;
  height: 26px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  transform: translateY(-50%);
}

.creator-carousel-arrow.is-prev { left: 0; }
.creator-carousel-arrow.is-next { right: 0; }
.creator-carousel-arrow svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.creator-hot-arrow,
.photo-viewer-arrow {
  display: grid;
  position: absolute;
  z-index: 3;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  background: #0d0d0d;
  color: #fff;
}
.creator-hot-arrow svg,
.photo-viewer-arrow svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.creator-carousel-arrow:disabled,
.creator-hot-arrow:disabled { cursor: default; opacity: .25; }

.creator-mobile-more,
.creator-work-more {
  display: none;
  width: 100%;
  height: 46px;
  margin-top: 20px;
  border-radius: 12px;
  background: #3b3b3b;
  color: #fff;
  font-size: 14px;
}
.creator-mobile-more[hidden],
.creator-work-more[hidden] { display: none; }

.creator-hot {
  width: 100%;
  height: 835px;
  max-width: none;
  padding: 80px max(32px, calc((100% - var(--creator-shell)) / 2));
  background: #111;
}
.creator-hot .creator-section-title { height: 80px; margin-bottom: 40px; }
.creator-hot-stage { height: 507px; cursor: grab; touch-action: pan-y; user-select: none; }
.creator-hot-stage.is-dragging { cursor: grabbing; }
.creator-hot-viewport,
.creator-hot-track { position: relative; width: 100%; height: 100%; overflow: visible; }
.creator-hot-track { display: block; transform: none !important; }
.creator-hot-card {
  display: grid;
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 0;
  width: min(732px, 49.46%);
  height: 412px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(.96);
  transition: left .52s cubic-bezier(.22, 1, .36, 1), width .52s cubic-bezier(.22, 1, .36, 1), height .52s cubic-bezier(.22, 1, .36, 1), top .52s cubic-bezier(.22, 1, .36, 1), opacity .52s ease, transform .52s cubic-bezier(.22, 1, .36, 1);
  border-radius: 36px;
  background: #333;
  color: #fff;
}
.creator-hot-card.is-previous,
.creator-hot-card.is-next { z-index: 1; opacity: .2; pointer-events: auto; cursor: pointer; transform: translateX(-50%) scale(1); }
.creator-hot-card.is-previous { left: calc(50% - 183px); }
.creator-hot-card.is-next { left: calc(50% + 183px); }
.creator-hot-card.is-active {
  top: -19px;
  left: 50%;
  z-index: 2;
  width: min(900px, 60.81%);
  height: 507px;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}
.creator-hot-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .85)); }
.creator-hot-card > div { position: absolute; z-index: 1; right: 28px; bottom: 24px; left: 28px; }
.creator-hot-card h3 { display: block; margin: 0; overflow: hidden; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.creator-hot-card small { display: block; margin-top: 7px; color: #c8c8c8; font-size: 12px; }
.creator-hot-arrow { display: none; top: 50%; transform: translateY(-50%); }
.creator-hot-arrow.is-prev { left: -76px; }
.creator-hot-arrow.is-next { right: -76px; }
.creator-hot-dots { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.creator-hot-dots button { width: 8px; height: 8px; border-radius: 50%; background: #666; }
.creator-hot-dots button.active { width: 20px; border-radius: 4px; background: #ff6b35; }

.creator-directory-head { margin-bottom: 40px; }
.creator-title-lockup {
  position: relative;
  width: 190px;
  height: 80px;
  min-height: 0;
  isolation: isolate;
}
.creator-title-lockup h1,
.creator-title-lockup h2,
.creator-section-title > .creator-title-lockup > span { position: relative; z-index: 1; padding-left: 0; }
.creator-section-title > .creator-title-lockup > span { margin-top: 12px; }
.creator-filter-row :is(button, a):focus-visible { outline: 2px solid var(--creator-blush); outline-offset: 3px; }
.creator-filter-bar { display: flex; height: 38px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.creator-filter-row { display: flex; max-width: calc(100% - 160px); flex-wrap: nowrap; gap: 8px; margin: 0; overflow-x: auto; scrollbar-width: none; }
.creator-filter-row::-webkit-scrollbar { display: none; }
.creator-filter-row :is(button, a) { display: inline-flex; min-width: 68px; height: 38px; padding: 0 20px; align-items: center; justify-content: center; border: 1px solid #2a2a2a; border-radius: 999px; background: #1a1a1a; color: var(--creator-muted); font-size: 14px; line-height: 22px; text-decoration: none; white-space: nowrap; }
.creator-filter-row :is(button, a).active { border-color: #ff6b35; background: #ff6b35; color: #fff; }
.creator-filter-row :is(button, a):not(.active):hover { border-color: #444; color: var(--creator-ink); }
.creator-sort-control { display: block; width: 127px; height: 33px; flex: 0 0 127px; }
.creator-sort-control select { width: 100%; height: 100%; padding: 0 16px; border: 1px solid #2a2a2a; border-radius: 10px; background: #1a1a1a; color: #aaa; font: 500 12px/16.8px var(--creator-font); }
.creator-sort-control .join-select { width: 127px; height: 33px; }
.creator-sort-control .join-select-trigger {
  width: 127px;
  height: 33px;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  outline: 0;
  background: #1a1a1a;
  color: #aaa;
  font: 500 12px/16.8px var(--creator-font);
}
.creator-sort-control .join-select-trigger.has-value { color: #aaa; }
.creator-sort-control .join-select-value { display: flex; width: 95px; min-width: 0; align-items: center; justify-content: space-between; white-space: nowrap; }
.creator-sort-control .join-select-value::after { content: "▾"; flex: 0 0 auto; margin-left: 4px; color: #aaa; font-size: 10px; line-height: 1; transition: transform .2s ease; }
.creator-sort-control .join-select.open .join-select-value::after { transform: rotate(180deg); }
.creator-sort-control .join-select-trigger:hover,
.creator-sort-control .join-select-trigger:focus-visible,
.creator-sort-control .join-select.open .join-select-trigger { border-color: #ff6b35; background: #1a1a1a; box-shadow: 0 0 0 3px rgba(255, 107, 53, .16); }
.creator-sort-control .join-select-arrow { display: none; }
.creator-sort-control .join-select-panel { right: 0; left: auto; width: 180px; }
.creator-sort-control .join-select-option.is-selected { color: #ff6b35; }

.creator-work-grid { display: grid; height: auto; grid-template-columns: repeat(4, 352px); grid-auto-rows: 236px; gap: 18px 24px; }
.creator-work-pagination[hidden] { display: none !important; }
.creator-work-pagination { position: static; margin: 64px auto 0; transform: none; }
.creator-work-pagination button:hover:not(:disabled):not(.active) { border-color: #ff6b35; color: #ff6b35; }
.creator-work-pagination a:hover:not(.active) { border-color: #ff6b35; color: #ff6b35; }
.creator-work-pagination .brand-pagination-pages button.active { border-color: #ff6b35; background: #ff6b35; color: #fff; }
.creator-work-pagination .brand-pagination-pages a.active,
.creator-work-pagination .brand-pagination-pages > span.active { border-color: #ff6b35; background: #ff6b35; color: #fff; }
.creator-work-pagination .brand-pagination-jump input:focus-visible { border-color: #ff6b35; outline-color: rgba(255, 107, 53, .3); }
.creator-work-pagination .brand-pagination-jump button:hover { border-color: #ff6b35; color: #ff6b35; }
.artist-video-pager-new button:hover:not(:disabled):not(.active) { border-color: #ff6b35; color: #ff6b35; }
.artist-video-pager-new a:hover:not(.active) { border-color: #ff6b35; color: #ff6b35; }
.artist-video-pager-new .brand-pagination-pages button.active,
.artist-video-pager-new .brand-pagination-pages a.active,
.artist-video-pager-new .brand-pagination-pages > span.active { border-color: #ff6b35; background: #ff6b35; color: #fff; }
.creator-work-card { width: 352px; height: 236px; min-width: 0; }
.creator-work-card[hidden] { display: none; }
.creator-work-card a { display: block; color: #fff; }
.creator-work-card a > span { display: block; width: 352px; height: 198px; overflow: hidden; border: 1px solid #2a2a2a; border-radius: 16px; background: #333; }
.creator-work-card h3 { height: 26px; margin-top: 12px; overflow: hidden; font-size: 16px; font-weight: 400; line-height: 25.6px; text-overflow: ellipsis; white-space: nowrap; }
.creator-work-card p { margin-top: 6px; color: #777; font-size: 12px; }
.creator-filter-empty,
.creator-empty { padding: 76px 20px; color: #888; text-align: center; }

.creator-series-list { display: grid; gap: 30px; }
.creator-series-card { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); min-height: 330px; overflow: hidden; border-radius: 16px; background: var(--creator-panel); color: #fff; }
.creator-series-card > span { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.creator-series-card em { align-self: flex-start; margin-bottom: 24px; padding: 8px 13px; border-radius: 8px; background: var(--creator-blush); color: #25171d; font-size: 12px; font-style: normal; font-weight: 700; }
.creator-series-card strong { font-size: 30px; line-height: 1.18; }
.creator-series-card small { margin-top: 14px; color: #aaa; font-size: 14px; line-height: 1.8; }

.artist-breadcrumb { display: flex; gap: 8px; padding-top: 134px; color: var(--creator-muted); font-size: 18px; font-weight: 500; line-height: 23px; }
.artist-breadcrumb a:hover { color: var(--creator-blush); }
.artist-breadcrumb em { color: #aaa; font-style: normal; }
.artist-hero { display: grid; width: 1480px; height: 600px; grid-template-columns: 750px 621px; align-items: center; gap: 50px; margin-top: 80px; overflow: hidden; border-radius: 40px; background: var(--creator-panel); }
.artist-hero-image { width: 750px; height: 600px; min-width: 0; background: var(--brand-media-loading-bg); }
.artist-hero-copy { display: flex; width: 621px; height: 367px; min-width: 0; flex-direction: column; padding: 0; }
.artist-hero-copy h1 { flex: 0 0 auto; font-size: 36px; font-weight: 700; line-height: 43.2px; letter-spacing: -.36px; }
.artist-hero-copy h1::after { content: ""; display: block; width: 65px; height: 2px; margin-top: 24px; background: #fff; }
.artist-hero-copy > p { width: 100%; height: 80px; flex: 0 0 80px; margin-top: 24px; color: #fff; font-size: 14px; font-weight: 500; line-height: 19.6px; text-align: justify; }
.artist-hero-copy dl { display: flex; box-sizing: border-box; width: 621px; height: 158px; flex: 0 0 158px; flex-wrap: wrap; align-content: flex-start; gap: 40px; margin-top: 36px; padding: 36px 60px; border-radius: 24px; background: rgba(255, 255, 255, .1); }
.artist-hero-copy dl div { display: inline-flex; min-width: 0; height: 23px; align-items: center; white-space: nowrap; }
.artist-hero-copy dt,
.artist-hero-copy dd { color: #fff; font-size: 18px; font-weight: 500; line-height: 23.4px; }

.artist-photo-strip { margin-top: 80px; padding: 0; border: 0; }
.artist-photo-strip .creator-section-title,
.artist-work-section .creator-section-title { min-height: 80px; margin-bottom: 40px; }
.artist-photo-carousel { position: relative; }
.artist-photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 318px)); justify-content: center; gap: 31px; }
.artist-photo-grid > a { display: flex; box-sizing: border-box; min-width: 0; height: auto; flex-direction: column; overflow: hidden; padding: 20px; border-radius: 24px; background: var(--creator-panel); color: #fff; text-align: center; }
.artist-photo-grid:not(.is-ready) > a:nth-child(n+5),
.artist-photo-grid > a[hidden] { display: none; }
.artist-photo-grid img { display: block; width: 100%; height: auto; flex: 0 0 auto; aspect-ratio: 278 / 300; border-radius: 16px; background: var(--brand-media-loading-bg); }
.artist-photo-grid span { display: block; margin-top: 18px; overflow: hidden; font-size: 18px; font-weight: 500; line-height: 23px; text-overflow: ellipsis; white-space: nowrap; }
.artist-photo-arrow { display: grid; position: absolute; z-index: 2; top: 50%; width: 26px; height: 26px; place-items: center; padding: 0; border: 0; background: transparent; color: #fff; transform: translateY(-50%); }
.artist-photo-arrow::before { content: ""; position: absolute; inset: -9px; }
.artist-photo-arrow.is-prev { left: 0; }
.artist-photo-arrow.is-next { right: 0; }
.artist-photo-arrow svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 4; }
.artist-photo-arrow.is-next svg { transform: rotate(180deg); }
.artist-photo-arrow:disabled { cursor: default; }

.artist-work-section { margin-top: 80px; padding: 0 0 80px; border: 0; }
.artist-video-pages-new .artist-video-viewport { overflow: hidden; transition: height .3s cubic-bezier(.16, 1, .3, 1); }
.artist-video-pages-new .artist-video-track { display: flex; align-items: flex-start; transition: transform .35s cubic-bezier(.16, 1, .3, 1); will-change: transform; }
.artist-video-pages-new [data-video-page] { flex: 0 0 100%; }
.artist-video-grid-new { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 24px; }
.artist-video-grid-new .artist-video-open h3 { min-height: 26px; margin-top: 12px; color: #fff; font-size: 16px; font-weight: 400; line-height: 26px; -webkit-line-clamp: 1; }
.artist-video-grid-new .artist-video-meta { display: none; }
.artist-video-grid-new .artist-video-cover { aspect-ratio: 16 / 9; border-radius: 16px; }
.artist-video-grid-new .artist-video-play { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: rgba(0, 0, 0, .7); }
.artist-video-grid-new .artist-video-play svg { width: 24px; fill: #fff; }

.artist-gallery-page-body main.artist-gallery-page { padding: 0; }
.artist-gallery-experience { min-height: 1013px; }
.artist-gallery-experience .artist-breadcrumb { margin-bottom: 0; padding-top: 80px; }
.artist-gallery-experience > .artist-gallery-page { padding: 80px 0; }
.artist-gallery-page .creator-section-title { margin-bottom: 40px; }
.artist-gallery-page .creator-title-lockup { width: max-content; max-width: 100%; }
.artist-gallery-page .creator-title-lockup h1 { white-space: nowrap; }
.artist-gallery-page-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 18px 24px; }
.artist-gallery-page-grid.is-masonry-ready { grid-auto-flow: dense; grid-auto-rows: 1px; row-gap: 0; }
.artist-gallery-photo { display: block; width: 100%; min-width: 0; margin: 0; padding: 0; border: 0; background: transparent; color: #fff; text-align: left; }
.artist-gallery-page-grid.is-masonry-ready .artist-gallery-photo { padding-bottom: 18px; }
.artist-gallery-photo img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 16px; background: transparent; }

.photo-viewer[hidden] { display: none; }
.photo-viewer { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 40px; }
.photo-viewer-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.photo-viewer-dialog { display: grid; position: relative; z-index: 1; width: min(1480px, calc(100vw - 80px)); height: calc(100vh - 80px); grid-template-rows: minmax(0, 1fr) 116px 24px; place-items: center; gap: 16px; }
.photo-viewer-dialog figure { display: grid; position: relative; width: fit-content; height: fit-content; max-width: calc(100% - 180px); max-height: 100%; margin: 0; overflow: hidden; place-items: center; border-radius: 24px; background: transparent; }
.photo-viewer-dialog figure > img { display: block; width: auto; height: auto; max-width: 100%; max-height: calc(100vh - 260px); object-fit: contain; }
.photo-viewer-dialog figcaption { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.photo-viewer-close { display: grid; position: absolute; z-index: 3; top: 12px; right: 12px; width: clamp(44px, 3.5135%, 52px); aspect-ratio: 1; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; background: #1a1a1a; color: #fff; }
.photo-viewer-close svg { width: 46.1538%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.photo-viewer-arrow { top: calc(50% - 98px); width: clamp(44px, 3.5135%, 52px); height: auto; aspect-ratio: 1; border-color: rgba(255, 255, 255, .3); background: #1a1a1a; }
.photo-viewer-arrow.is-prev { left: 0; }
.photo-viewer-arrow.is-next { right: 0; }
.photo-viewer-thumbs { display: flex; position: static; width: min(652px, 100%); height: 116px; justify-content: flex-start; gap: 14px; overflow-x: auto; scrollbar-width: none; }
.photo-viewer-thumbs::-webkit-scrollbar { display: none; }
.photo-viewer-thumbs button { flex: 0 0 94px; height: 100%; overflow: hidden; padding: 0; border: 1px solid transparent; border-radius: 12px; opacity: 1; }
.photo-viewer-thumbs button.active { border-color: #f68804; opacity: 1; }
.photo-viewer-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.photo-viewer-count { position: static; width: 100%; color: #aaa; font-size: 18px; font-weight: 500; line-height: 24px; text-align: center; }

.creator-flow button:focus-visible,
.creator-flow a:focus-visible,
.artist-experience button:focus-visible,
.artist-experience a:focus-visible,
.artist-gallery-experience button:focus-visible,
.artist-gallery-experience a:focus-visible,
.photo-viewer button:focus-visible { outline: 3px solid rgba(228, 155, 174, .9); outline-offset: 4px; }

@media (max-width: 1240px) {
  .creator-carousel-arrow.is-prev { left: 10px; }
  .creator-carousel-arrow.is-next { right: 10px; }
  .creator-hot-arrow.is-prev { left: 12px; }
  .creator-hot-arrow.is-next { right: 12px; }
  .artist-hero { width: 100%; grid-template-columns: minmax(0, 51%) minmax(0, 1fr); gap: 32px; }
  .artist-hero-image { width: auto; height: 600px; }
  .artist-hero-copy { width: auto; padding-right: 32px; }
  .artist-hero-copy dl { width: 100%; gap: 28px 20px; padding: 32px 24px; }
  .artist-hero-copy dt,
  .artist-hero-copy dd { font-size: 16px; line-height: 21px; }
}

@media (max-width: 860px) {
  .up-page-body .home-site-header,
  .artist-page-body .home-site-header,
  .artist-gallery-page-body .home-site-header { height: 64px; background: linear-gradient(112deg, #2d1a21, #100d0e); }
  .artist-page-body .home-site-header { background: transparent; }
  .creator-shell { width: min(calc(100% - 40px), 680px); }
  .creator-headliners { height: auto; padding: 48px 0 64px; }
  .creator-hot,
  .creator-directory,
  .creator-series,
  .artist-photo-strip,
  .artist-work-section { height: auto; padding: 48px 0 64px; }
  .creator-hot { width: 100%; height: auto; padding: 48px 20px 64px; }
  .creator-section-title { height: auto; margin-bottom: 28px; }
  .creator-section-title h1,
  .creator-section-title h2 { font-size: 24px; line-height: 26.4px; letter-spacing: -.36px; }
  .creator-section-title > div > span { margin-top: 0; font-size: 12px; line-height: 14.5227px; letter-spacing: 1.5px; }
  .creator-section-title > a { display: none; }
  .creator-section-title > .creator-view-all { display: inline-flex; font-size: 12px; }
  .creator-card-carousel,
  .creator-card-viewport { width: 100%; height: auto; margin: 0; overflow: visible; }
  .creator-card-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; transform: none !important; }
  .creator-profile-card { display: none; width: auto; height: auto; flex-basis: auto; padding: 8px 8px 14px; border-radius: 12px; }
  .creator-profile-card:nth-child(-n+4),
  .creator-card-track.is-expanded .creator-profile-card { display: block; }
  .creator-profile-image { width: 100%; height: auto; aspect-ratio: 265 / 300; border-radius: 10px; }
  .creator-profile-card h2 { margin-top: 10px; font-size: 14px; }
  .creator-profile-card p { margin-top: 6px; font-size: 11px; }
  .creator-profile-card ul { gap: 4px; margin-top: 7px; }
  .creator-profile-card li { font-size: 10px; }
  .creator-carousel-arrow { display: none; }
  .creator-mobile-more { display: block; }
  .creator-hot .creator-section-title { height: auto; margin-bottom: 28px; }
  .creator-hot-stage { height: min(61vw, 286px); }
  .creator-hot-card {
    top: 8%;
    width: 78%;
    height: 84%;
    border-radius: 12px;
  }
  .creator-hot-card.is-previous { left: 26%; }
  .creator-hot-card.is-next { left: 74%; }
  .creator-hot-card.is-active { top: 0; width: 86%; height: 100%; }
  .creator-hot-card > div { right: 16px; bottom: 15px; left: 16px; }
  .creator-hot-card h3 { font-size: 14px; }
  .creator-hot-arrow { display: none; }
  .creator-hot-arrow.is-prev { left: 6px; }
  .creator-hot-arrow.is-next { right: 6px; }
  .creator-hot-arrow svg { width: 19px; }
  .creator-hot-dots { margin-top: 24px; }
  .creator-directory-head { display: block; }
  .creator-title-lockup { display: inline-flex; width: 150px; height: 47px; min-height: 0; flex-direction: column; gap: 6px; }
  .creator-title-lockup h1,
  .creator-title-lockup h2,
  .creator-section-title > .creator-title-lockup > span { padding-left: 0; }
  .creator-section-title > .creator-title-lockup > span { margin-top: 0; }
  .creator-filter-bar { height: 38px; flex-direction: row; align-items: center; gap: 8px; margin-bottom: 24px; }
  .creator-filter-row { width: auto; max-width: none; min-width: 0; flex: 1 1 auto; flex-wrap: nowrap; gap: 6px; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
  .creator-filter-row::-webkit-scrollbar { display: none; }
  .creator-filter-row :is(button, a) { min-width: auto; height: 34px; padding-inline: 14px; white-space: nowrap; }
  .creator-sort-control { width: 127px; height: 33px; flex: 0 0 127px; align-self: auto; }
  .creator-work-grid { height: auto; grid-template: none / repeat(2, minmax(0, 1fr)); gap: 28px 8px; }
  .creator-work-card { display: none; width: auto; height: auto; }
  .creator-work-card.is-mobile-preview:not([hidden]),
  .creator-work-grid.is-expanded .creator-work-card:not([hidden]) { display: block; }
  .creator-work-card[hidden] { display: none !important; }
  .creator-work-card a > span { width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: 10px; }
  .creator-work-card h3 { display: -webkit-box; height: auto; min-height: 40px; margin-top: 9px; font-size: 12px; line-height: 20px; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .creator-work-card p { font-size: 10px; }
  .creator-work-pagination,
  .artist-video-pager-new { display: flex !important; position: static; width: 100%; flex-wrap: nowrap; align-items: center; justify-content: center; gap: 24px; margin: 20px auto 0; transform: none; }
  .creator-work-pagination > .brand-pagination-arrow,
  .artist-video-pager-new > .brand-pagination-arrow { order: 0; }
  .creator-work-pagination .brand-pagination-pages,
  .artist-video-pager-new .brand-pagination-pages { order: 0; max-width: calc(100% - 116px); min-width: 0; gap: 12px; overflow-x: auto; scrollbar-width: none; }
  .creator-work-pagination .brand-pagination-pages::-webkit-scrollbar,
  .artist-video-pager-new .brand-pagination-pages::-webkit-scrollbar { display: none; }
  .creator-work-more { display: block; }
  .creator-series-list { gap: 22px; }
  .creator-series-card { display: block; min-height: 0; border-radius: 14px; }
  .creator-series-card > img { display: block; aspect-ratio: 16 / 9; }
  .creator-series-card > span { padding: 18px; }
  .creator-series-card em { align-self: flex-end; margin: -52px 0 26px; }
  .creator-series-card strong { font-size: 18px; }
  .creator-series-card small { margin-top: 8px; font-size: 12px; line-height: 1.65; }
  .artist-experience .creator-shell { width: min(calc(100% - 40px), 335px); }
  .artist-breadcrumb { gap: 5px; padding-top: 35px; font-size: 14px; font-weight: 400; line-height: 22px; }
  .artist-hero { display: block; width: 100%; height: auto; margin-top: 18px; overflow: visible; background: transparent; }
  .artist-hero-image { width: auto; height: auto; aspect-ratio: 1; overflow: hidden; border-radius: 18px; }
  .artist-hero-copy { width: auto; height: auto; padding: 18px 0 0; }
  .artist-hero-copy h1 { font-size: 22px; font-weight: 600; line-height: 29px; }
  .artist-hero-copy h1,
  .artist-hero-copy > p,
  .artist-hero-copy dl { flex-basis: auto; }
  .artist-hero-copy h1::after { width: 46px; height: 2px; margin-top: 10px; }
  .artist-hero-copy > p { height: auto; margin-top: 18px; font-size: 14px; font-weight: 400; line-height: 1.6; }
  .artist-hero-copy dl { display: grid; width: 100%; height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; margin-top: 18px; padding: 20px; border-radius: 18px; }
  .artist-hero-copy dl div { height: auto; min-width: 0; white-space: normal; }
  .artist-hero-copy dt,
  .artist-hero-copy dd { font-size: 14px; line-height: 20px; }
  .artist-hero-copy dd { overflow-wrap: anywhere; }
  .artist-photo-strip { margin-top: 32px; padding: 0 0 24px; }
  .artist-photo-strip .creator-section-title,
  .artist-work-section .creator-section-title { min-height: 65px; margin-bottom: 18px; }
  .artist-photo-carousel { padding-bottom: 42px; }
  .artist-photo-grid { grid-template-columns: repeat(2, minmax(0, 163px)); gap: 18px 8px; }
  .artist-photo-grid > a { padding: 10px 10px 14px; border-radius: 12px; }
  .artist-photo-grid img { aspect-ratio: 142.625 / 153.912; border-radius: 8px; }
  .artist-photo-grid span { margin-top: 8px; font-size: 12px; line-height: 16px; }
  .artist-photo-arrow { top: auto; bottom: 0; width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, .2); transform: none; }
  .artist-photo-arrow::before { inset: -7px; }
  .artist-photo-arrow.is-prev { left: calc(50% - 35px); }
  .artist-photo-arrow.is-next { right: calc(50% - 35px); }
  .artist-photo-arrow svg { width: 8px; height: 12px; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .artist-work-section { margin-top: 0; padding: 0 0 64px; border-top: 0; }
  .artist-video-grid-new { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 8px; }
  .artist-video-pages-new.is-mobile-ready .artist-video-grid-new .artist-video-card { display: none; }
  .artist-video-pages-new.is-mobile-ready .artist-video-grid-new .artist-video-card.is-mobile-preview,
  .artist-video-pages-new.is-mobile-ready.is-expanded .artist-video-grid-new .artist-video-card { display: block; }
  .artist-video-grid-new .artist-video-cover { aspect-ratio: 16 / 9; border-radius: 10px; }
  .artist-video-grid-new .artist-video-open h3 { min-height: 40px; margin-top: 9px; font-size: 12px; line-height: 20px; -webkit-line-clamp: 2; }
  .artist-work-more { margin-top: 20px; }
  .artist-gallery-experience .artist-breadcrumb { padding-top: 24px; }
  .artist-gallery-experience { min-height: 0; }
  .artist-gallery-experience > .artist-gallery-page { padding: 28px 0 76px; }
  .artist-gallery-page .creator-section-title { margin-bottom: 34px; }
  .artist-gallery-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .artist-gallery-page-grid.is-masonry-ready { row-gap: 0; }
  .artist-gallery-page-grid.is-masonry-ready .artist-gallery-photo { padding-bottom: 8px; }
  .artist-gallery-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 10px; }
  .photo-viewer { padding: 20px; }
  .photo-viewer-dialog { width: min(calc(100vw - 40px), 680px); height: calc(100svh - 40px); grid-template-rows: minmax(0, 1fr) 82px 19px; gap: 8px; }
  .photo-viewer-dialog figure { width: fit-content; height: fit-content; max-width: 100%; max-height: 100%; border-radius: 16px; background: transparent; }
  .photo-viewer-dialog figure > img { width: auto; max-width: 100%; height: auto; max-height: calc(100svh - 181px); object-fit: contain; }
  .photo-viewer-close { top: 10px; right: 10px; width: 40px; }
  .photo-viewer-arrow { top: calc(50% - 65px); width: 40px; }
  .photo-viewer-arrow.is-prev { left: 8px; }
  .photo-viewer-arrow.is-next { right: 8px; }
  .photo-viewer-thumbs { width: 100%; height: 82px; gap: 8px; }
  .photo-viewer-thumbs button { flex-basis: 61px; border-radius: 8px; }
  .photo-viewer-count { width: 100%; font-size: 14px; line-height: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .creator-card-track,
  .creator-hot-track,
  .creator-profile-card img,
  .creator-work-card img,
  .creator-hot-card > img,
  .creator-series-card > img { transition: none; }
  .creator-hot-card { transition: none; }
}
