:root {
    --bg:#0b0b0e;
    --surface:#15151a;
    --surface-light:#202027;
    --text:#f6f2f4;
    --muted:#a5a1a9;
    --accent:#d99aaf;
    --accent-light:#f4c4d3;
    --border:rgba(255,255,255,.1);
    --radius:22px;
    --wrap:min(1280px,calc(100% - 48px));
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    line-height:1.5;
    overflow-x:hidden
}
.noise {
    position:fixed;
    inset:0;
    pointer-events:none;
    opacity:.05;
    z-index:20;
    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")
}
.wrap {
    width:var(--wrap);
    margin-inline:auto
}
.ambient {
    position:fixed;
    border-radius:50%;
    filter:blur(110px);
    opacity:.1;
    pointer-events:none;
    z-index:-1
}
.ambient-one {
    width:450px;
    height:450px;
    background:#c76791;
    top:8%;
    left:-20%
}
.ambient-two {
    width:420px;
    height:420px;
    background:#654f9f;
    top:52%;
    right:-20%
}
.nav {
    position:sticky;
    top:0;
    z-index:10;
    width:100%;
    height:86px;
    padding:0 max(24px,calc((100vw - 1280px)/2));
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:.35s ease
}
.nav.scrolled {
    height:68px;
    background:rgba(11,11,14,.75);
    backdrop-filter:blur(16px);
    box-shadow:0 8px 32px rgba(0,0,0,.12)
}
.logo {
    font-size:1rem;
    color:white;
    text-decoration:none;
    font-weight:800;
    letter-spacing:.13em
}
.logo span {
    font-weight:400;
    color:var(--accent-light)
}
.desktop-nav {
    display:flex;
    gap:2rem
}
.desktop-nav a,.login,footer a {
    font-size:.9rem;
    color:var(--muted);
    text-decoration:none;
    transition:color .2s
}
.desktop-nav a:hover,.login:hover,footer a:hover {
    color:white
}
.nav-actions {
    display:flex;
    align-items:center;
    gap:.8rem
}
.icon-button,.round-button,.modal-close {
    display:grid;
    place-items:center;
    border:0;
    background:none;
    color:var(--text);
    cursor:pointer;
    font-size:1.5rem
}
.button {
    border:1px solid var(--border);
    min-height:44px;
    padding:.68rem 1.15rem;
    border-radius:100px;
    color:var(--text);
    text-decoration:none;
    font-weight:650;
    font-size:.88rem;
    display:inline-flex;
    align-items:center;
    gap:.6rem;
    justify-content:center;
    cursor:pointer;
    transition:transform .2s,background .2s,border-color .2s
}
.button:hover {
    transform:translateY(-2px);
    border-color:rgba(255,255,255,.3)
}
.button:active {
    transform:translateY(0)
}
.primary {
    background:var(--accent);
    color:#220e16;
    border-color:var(--accent)
}
.primary:hover {
    background:var(--accent-light)
}
.nav-join {
    min-height:38px;
    padding:.45rem 1rem
}
.menu-button {
    display:none;
    width:38px;
    height:38px;
    border:0;
    background:none;
    cursor:pointer
}
.menu-button i {
    display:block;
    width:21px;
    height:1px;
    margin:5px auto;
    background:white
}
.hero {
    min-height:650px;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:3rem;
    padding-block:5rem
}
.eyebrow {
    color:var(--accent-light);
    font-size:.68rem;
    letter-spacing:.15em;
    font-weight:750
}
.hero h1,h2 {
    letter-spacing:-.055em;
    line-height:.98;
    margin:.85rem 0 1.35rem
}
.hero h1 {
    font-size:clamp(3.4rem,7vw,6.7rem);
    max-width:650px
}
.hero h1 em {
    font-family:Georgia,serif;
    font-weight:400;
    color:var(--accent-light)
}
.hero p {
    font-size:1.1rem;
    max-width:500px;
    color:var(--muted)
}
.hero-buttons {
    display:flex;
    gap:.8rem;
    flex-wrap:wrap;
    margin-top:2rem
}
.hero-stats {
    display:flex;
    gap:2.4rem;
    margin-top:4.2rem;
    color:var(--muted);
    font-size:.78rem
}
.hero-stats span {
    display:grid;
    gap:.1rem
}
.hero-stats strong {
    font-size:.9rem;
    color:var(--text)
}
.hero-art {
    position:relative;
    height:510px;
    isolation:isolate
}
.orb {
    position:absolute;
    border-radius:50%;
    filter:blur(3px)
}
.orb-one {
    width:290px;
    height:290px;
    right:15%;
    top:12%;
    background:radial-gradient(circle at 35% 35%,#f3c2d2,#a65475 65%,#42233d)
}
.orb-two {
    width:155px;
    height:155px;
    right:52%;
    bottom:12%;
    background:radial-gradient(circle at 30% 30%,#b8a5e7,#50427b);
    opacity:.75
}
.orbit {
    position:absolute;
    border:1px solid rgba(255,255,255,.16);
    border-radius:50%;
    width:440px;
    height:230px;
    top:30%;
    right:0;
    transform:rotate(-35deg)
}
.silhouette {
    position:absolute;
    width:200px;
    height:365px;
    right:23%;
    bottom:3%;
    border-radius:50% 50% 34% 34%/32% 32% 12% 12%;
    background:linear-gradient(120deg,rgba(20,20,25,.2),rgba(13,12,17,.8));
    box-shadow:inset 18px 0 40px rgba(255,255,255,.08);
    transform:rotate(7deg)
}
.float-card {
    position:absolute;
    padding:1rem;
    border:1px solid rgba(255,255,255,.15);
    background:rgba(28,27,33,.52);
    backdrop-filter:blur(16px);
    border-radius:16px;
    box-shadow:0 20px 45px rgba(0,0,0,.25)
}
.creator-chip {
  display: flex;
  align-items: center;
  gap: .7rem;
  left: 4%;
  top: 23%;
  font-size: .75rem;
  animation: float 5s ease-in-out infinite;
}

.creator-chip .mini-avatar {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.float-card small {
    display:block;
    color:var(--muted);
    font-size:.65rem
}
.mini-avatar {
    width:35px;
    height:35px;
    border-radius:50%;
    display:block;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}

.avatar-3 {
    background-image: var(--avatar-image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #5c4251;
}
.verified {
    color:#1f1221;
    background:var(--accent-light);
    border-radius:50%;
    display:grid;
    place-items:center;
    width:17px;
    height:17px;
    font-size:.65rem
}
.metric {
    right:0;
    bottom:16%;
    animation:float 6s ease-in-out 1s infinite
}
.metric strong {
    font-size:1.3rem
}
.metric strong span {
    color:#a7dda3
}
.search-section {
    margin-bottom:6rem
}
.search-shell {
    height:76px;
    border:1px solid var(--border);
    background:rgba(27,27,33,.8);
    border-radius:18px;
    display:flex;
    align-items:center;
    padding:0 1.2rem;
    gap:1rem;
    transition:.25s
}
.search-shell:focus-within {
    border-color:var(--accent);
    box-shadow:0 0 0 4px rgba(217,154,175,.12)
}
.search-symbol {
    font-size:1.8rem;
    color:var(--muted)
}
input {
    background:transparent;
    border:0;
    outline:0;
    color:var(--text);
    font:inherit;
    min-width:0;
    flex:1
}
input::placeholder {
    color:#77737c
}
.clear-search {
    border:0;
    background:none;
    color:var(--muted);
    font-size:1.35rem;
    cursor:pointer
}
.search-shell kbd,.search-section>p kbd {
    border:1px solid var(--border);
    padding:.1rem .38rem;
    border-radius:4px;
    color:var(--muted);
    font:inherit;
    font-size:.72rem
}
.search-section>p {
    color:var(--muted);
    font-size:.76rem;
    margin:.6rem 0
}
.section {
    margin-block:7.5rem
}
.section-heading {
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:2rem;
    margin-bottom:2.2rem
}
.section-heading h2,.creator-cta h2 {
    font-size:clamp(2.25rem,4.5vw,4.4rem);
    margin-bottom:0
}
.section-heading p {
    color:var(--muted);
    font-size:.88rem;
    margin:0
}
.text-link {
    color:var(--text);
    font-size:.85rem;
    text-decoration:none
}
.text-link b {
    color:var(--accent-light);
    padding-left:.3rem
}
.category-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px
}
.category-card {
    aspect-ratio:682 / 1024;
    position:relative;
    overflow:hidden;
    border-radius:var(--radius);
    padding:1.35rem;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    color:white;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.07);
    transition:transform .3s,border-color .3s
}
.category-card::before {
    content:"";
    position:absolute;
    inset:0;
    background-image:linear-gradient(0deg,rgba(8,8,11,.62),rgba(8,8,11,.08)),var(--card-image);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:transform .5s
}
.category-card:hover {
    transform:translateY(-5px);
    border-color:rgba(255,255,255,.25)
}
.category-card:hover::before {
    transform:scale(1.12) rotate(6deg)
}
.category-card>* {
    position:relative
}
.category-card h3 {
    margin:0;
    font-size:1.1rem;
    letter-spacing:-.03em
}
.category-card p {
    font-size:.72rem;
    margin:.2rem 0 0;
    color:rgba(255,255,255,.65)
}
.category-card b {
    position:absolute;
    right:1.2rem;
    bottom:1.1rem;
    font-size:1.25rem
}
.creator-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px
}
.creator-card {
    position:relative;
    border-radius:var(--radius);
    padding:1.2rem;
    background:linear-gradient(var(--surface),var(--surface)) padding-box,linear-gradient(135deg,rgba(255,255,255,.16),rgba(217,154,175,.06),rgba(255,255,255,.12)) border-box;
    border:1px solid transparent;
    cursor:pointer;
    transition:transform .3s,box-shadow .3s;
    overflow:hidden
}
.creator-card:hover {
    transform:translateY(-6px);
    box-shadow:0 18px 32px rgba(0,0,0,.25)
}
.creator-card:hover .avatar {
    transform:scale(1.07)
}
.creator-top {
    display:flex;
    align-items:start;
    justify-content:space-between
}
.avatar {
    width:56px;
    height:56px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.16);
    transition:transform .4s
}
.creator-name {
    font-size:1rem;
    letter-spacing:-.025em;
    margin:1.5rem 0 .15rem;
    display:flex;
    align-items:center;
    gap:.35rem
}
.creator-name button {
    all:unset;
    cursor:help;
    font-size:.7rem;
    background:var(--accent-light);
    color:#2d1620;
    border-radius:50%;
    height:15px;
    width:15px;
    text-align:center;
    font-weight:bold
}
.username,.creator-description,.follower-count {
    color:var(--muted);
    font-size:.76rem
}
.creator-description {
    height:40px;
    margin:1rem 0
}
.creator-footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid var(--border);
    padding-top:1rem
}
.follow {
    min-height:32px;
    padding:.35rem .75rem;
    font-size:.75rem;
    background:transparent
}
.follow.following {
    background:rgba(217,154,175,.15);
    border-color:var(--accent);
    color:var(--accent-light)
}
.empty-state {
    text-align:center;
    padding:4rem;
    background:var(--surface);
    border:1px dashed var(--border);
    border-radius:var(--radius)
}
.empty-state span {
    font-size:2.3rem;
    color:var(--accent-light)
}
.empty-state h3 {
    margin:.7rem 0
}
.empty-state p {
    margin:0;
    color:var(--muted)
}
.trending-section {
    overflow:hidden
}
.trend-rail {
    display:flex;
    gap:16px;
    overflow-x:auto;
    padding:0 max(24px,calc((100vw - 1280px)/2)) 1rem;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    scrollbar-width:none
}
.trend-rail::-webkit-scrollbar {
    display:none
}
.trend-card {
    min-width:285px;
    width:285px;
    scroll-snap-align:start;
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:18px;
    overflow:hidden
}
.trend-thumb {
    height:175px;
    position:relative;
    background:var(--thumb);
    overflow:hidden
}
.trend-thumb::after {
    content:"";
    position:absolute;
    width:160px;
    height:160px;
    background:rgba(255,255,255,.17);
    border-radius:50%;
    filter:blur(25px);
    top:-55px;
    right:-25px
}
.trend-info {
    padding:1rem
}
.trend-meta {
    color:var(--muted);
    font-size:.72rem;
    display:flex;
    justify-content:space-between
}
.trend-info h3 {
    font-size:.95rem;
    margin:.4rem 0 1.1rem
}
.like {
    border:0;
    background:transparent;
    color:var(--muted);
    padding:0;
    cursor:pointer;
    font-size:.76rem
}
.like.active {
    color:var(--accent-light);
    animation:pop .25s
}
.round-button {
    border:1px solid var(--border);
    border-radius:50%;
    height:40px;
    width:40px;
    font-size:1rem
}
.scroll-controls {
    display:flex;
    gap:.5rem
}
.creator-cta {
    position:relative;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    background:linear-gradient(110deg,#2c1a2a,#211e34 60%,#241d2b);
    border-radius:30px;
    padding:clamp(2rem,6vw,5.5rem);
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:3rem;
    margin-block:9rem
}
.creator-cta h2 {
    font-size:clamp(2.3rem,5vw,5.2rem);
    position:relative
}
.creator-cta p {
    color:#d3cbd2;
    position:relative
}
.cta-orb {
    width:350px;
    height:350px;
    border-radius:50%;
    background:#c56d94;
    filter:blur(80px);
    opacity:.42;
    position:absolute;
    right:-100px;
    top:-140px;
    animation:pulse 8s ease-in-out infinite
}
.safety-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px
}
.safety-card {
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:18px;
    padding:1.3rem
}
.line-icon {
    font-size:1.8rem;
    color:var(--accent-light)
}
.safety-card h3 {
    font-size:.98rem;
    margin:1.8rem 0 .5rem
}
.safety-card p {
    font-size:.8rem;
    color:var(--muted);
    margin:0
}
footer {
    margin-top:8rem;
    padding-top:4.5rem;
    background:#0e0e12;
    border-top:1px solid var(--border)
}
.footer-grid {
    display:grid;
    grid-template-columns:1.6fr repeat(4,1fr);
    gap:2rem
}
.footer-brand p {
    color:var(--muted);
    font-size:.85rem
}
.footer-grid h3 {
    font-size:.73rem;
    text-transform:uppercase;
    letter-spacing:.1em;
    margin:.15rem 0 1.1rem
}
.footer-grid div:not(.footer-brand) a {
    display:block;
    margin:.6rem 0;
    font-size:.8rem
}
.footer-bottom {
    border-top:1px solid var(--border);
    margin-top:4rem;
    padding-block:1.2rem;
    display:flex;
    justify-content:space-between;
    color:var(--muted);
    font-size:.74rem
}
.age-gate {
    position:fixed;
    z-index:100;
    inset:0;
    display:grid;
    place-items:center;
    padding:20px;
    background:rgba(5,5,7,.82);
    backdrop-filter:blur(16px)
}
.age-gate.hidden {
    animation:fadeout .35s forwards;
    pointer-events:none
}
.age-card {
    max-width:460px;
    text-align:center;
    border:1px solid var(--border);
    border-radius:28px;
    padding:clamp(2rem,6vw,3.8rem);
    background:linear-gradient(145deg,#1b1820,#101015);
    box-shadow:0 28px 80px #000
}
.age-card h1 {
    font-size:clamp(2.5rem,7vw,4rem);
    letter-spacing:-.06em;
    margin:.7rem 0
}
.age-card p {
    color:var(--muted);
    margin:0
}
.age-actions {
    display:flex;
    gap:.7rem;
    justify-content:center;
    margin:2rem 0 1.5rem
}
.age-card small {
    color:#807b85;
    font-size:.68rem
}
.mobile-menu {
    display:none
}
.profile-modal {
    position:fixed;
    z-index:50;
    inset:0;
    display:grid;
    place-items:center;
    padding:20px
}
.profile-modal[hidden] {
    display:none
}
.modal-backdrop {
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.7);
    backdrop-filter:blur(9px)
}
.profile-card {
    width:min(460px,100%);
    position:relative;
    border:1px solid var(--border);
    border-radius:26px;
    background:#1a191f;
    padding:2rem;
    animation:modalIn .28s ease both
}
.modal-close {
    position:absolute;
    right:1rem;
    top:1rem;
    color:var(--muted)
}
.profile-hero {
    display:flex;
    align-items:center;
    gap:1rem
}
.profile-hero .avatar {
    width:82px;
    height:82px
}
.profile-card h2 {
    font-size:2rem;
    margin:1.8rem 0 .25rem
}
.profile-card p {
    color:var(--muted)
}
.profile-data {
    display:flex;
    gap:2rem;
    margin:1.6rem 0
}
.profile-data strong {
    display:block
}
.profile-data small {
    color:var(--muted)
}
.toast-region {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:70;
    display:grid;
    gap:.6rem
}
.toast {
    background:#25232b;
    border:1px solid var(--border);
    box-shadow:0 12px 32px #0006;
    border-radius:12px;
    padding:.8rem 1rem;
    font-size:.82rem;
    animation:toastIn .3s ease
}
.toast::before {
    content:"";
    display:inline-block;
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--accent-light);
    margin-right:.55rem
}
@keyframes float {
    50% {
        transform:translateY(-12px)
    }
}
@keyframes pulse {
    50% {
        transform:scale(1.15);
        opacity:.3
    }
}
@keyframes pop {
    50% {
        transform:scale(1.35)
    }
}
@keyframes modalIn {
    from {
        opacity:0;
        transform:translateY(15px) scale(.97)
    }
}
@keyframes toastIn {
    from {
        opacity:0;
        transform:translateX(25px)
    }
}
@keyframes fadeout {
    to {
        opacity:0;
        visibility:hidden
    }
}
.reveal {
    opacity:0;
    transform:translateY(22px) scale(.985);
    transition:opacity .7s ease,transform .7s ease
}
.reveal.visible {
    opacity:1;
    transform:none
}
@media(max-width:900px) {
    .desktop-nav,.login,.nav-join {
        display:none
    }
    .menu-button {
        display:block
    }
    .hero {
        grid-template-columns:1fr;
        min-height:auto;
        padding-block:4rem 2rem
    }
    .hero-art {
        height:400px;
        max-width:560px;
        width:100%;
        margin:auto
    }
    .category-grid {
        grid-template-columns:repeat(2,1fr)
    }
    .creator-grid {
        grid-template-columns:repeat(2,1fr)
    }
    .safety-grid {
        grid-template-columns:repeat(2,1fr)
    }
    .footer-grid {
        grid-template-columns:repeat(3,1fr)
    }
    .footer-brand {
        grid-column:span 3
    }
    .mobile-menu {
        position:fixed;
        inset:0;
        z-index:30;
        background:#101015;
        padding:28px;
        flex-direction:column;
        justify-content:space-between;
        transform:translateX(100%);
        transition:transform .35s
    }
    .mobile-menu.open {
        display:flex;
        transform:none
    }
    .mobile-menu>div {
        display:flex;
        justify-content:space-between;
        align-items:center
    }
    .mobile-menu nav {
        display:grid;
        gap:1.4rem
    }
    .mobile-menu nav a {
        font-size:clamp(2.2rem,8vw,4rem);
        line-height:1;
        color:white;
        text-decoration:none;
        letter-spacing:-.06em
    }
    .mobile-menu p {
        color:var(--muted)
    }
}
@media(max-width:580px) {
    :root {
        --wrap:min(100% - 32px,1280px)
    }
    .nav {
        height:68px;
        padding:0 16px
    }
    .hero {
        padding-top:3rem
    }
    .hero h1 {
        font-size:3.5rem
    }
    .hero-art {
        height:315px
    }
    .orbit {
        width:300px;
        height:170px
    }
    .silhouette {
        height:280px;
        width:150px
    }
    .orb-one {
        width:220px;
        height:220px
    }
    .creator-chip {
        left:0;
        top:12%
    }
    .metric {
        right:0;
        bottom:5%
    }
    .hero-stats {
        margin-top:2.7rem;
        gap:1.2rem
    }
    .section {
        margin-block:5.5rem
    }
    .section-heading {
        align-items:start;
        flex-direction:column;
        gap:.6rem
    }
    .category-grid {
        display:flex;
        overflow:auto;
        margin-right:-16px;
        padding-right:16px
    }
    .category-card {
        min-width:210px;
        height:auto;
        aspect-ratio:682 / 1024
    }
    .creator-grid {
        grid-template-columns:1fr
    }
    .creator-card {
        padding:1.3rem
    }
    .creator-description {
        height:auto
    }
    .creator-cta {
        grid-template-columns:1fr;
        margin-block:6rem;
        padding:2rem
    }
    .safety-grid {
        grid-template-columns:1fr
    }
    .footer-grid {
        grid-template-columns:repeat(2,1fr)
    }
    .footer-brand {
        grid-column:span 2
    }
    .footer-bottom {
        margin-top:2rem
    }
    .search-shell {
        height:62px;
        padding:0 .9rem
    }
    .search-shell kbd {
        display:none
    }
    .trend-rail {
        padding-left:16px;
        padding-right:16px
    }
    .trend-card {
        min-width:260px;
        width:260px
    }
}
@media(prefers-reduced-motion:reduce) {
    *,*:before,*:after {
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        scroll-behavior:auto!important;
        transition-duration:.01ms!important
    }
    .reveal {
        opacity:1;
        transform:none
    }
}
.avatar-maya {
    background:radial-gradient(circle at 58% 32%,#e2aaa0 0 16%,transparent 17%),linear-gradient(145deg,#271b28 35%,#9b6170 36% 60%,#d99e96 61% 75%,#493544 76%)
}
.avatar-luna {
    background:radial-gradient(circle at 50% 31%,#dfad95 0 17%,transparent 18%),linear-gradient(145deg,#32253b 33%,#d7a189 34% 62%,#6f415a 63%)
}
.avatar-alex {
    background:radial-gradient(circle at 51% 28%,#b87e65 0 17%,transparent 18%),linear-gradient(145deg,#161d27 31%,#92705d 32% 60%,#314758 61%)
}
.avatar-nina {
    background:radial-gradient(circle at 54% 31%,#e6b69d 0 16%,transparent 17%),linear-gradient(145deg,#382d35 32%,#d1957e 33% 62%,#8c4d5d 63%)
}
.avatar-riley {
    background:radial-gradient(circle at 55% 30%,#cf997b 0 16%,transparent 17%),linear-gradient(145deg,#22213b 33%,#9e776b 34% 60%,#7a5ca5 61%)
}
.avatar-jordan {
    background:radial-gradient(circle at 54% 29%,#9c6954 0 16%,transparent 17%),linear-gradient(145deg,#20211f 31%,#765648 32% 60%,#5b776b 61%)
}
.avatar-sage {
    background:radial-gradient(circle at 53% 31%,#e1ad94 0 16%,transparent 17%),linear-gradient(145deg,#553f34 30%,#c9917d 31% 62%,#a78451 63%)
}
.avatar-drew {
    background:radial-gradient(circle at 53% 30%,#c98d72 0 16%,transparent 17%),linear-gradient(145deg,#283034 30%,#956851 31% 62%,#7e668d 63%)
}
.legal-nav {
    position:relative;
    padding-inline:max(24px,calc((100vw - 1280px)/2));
    border-bottom:1px solid var(--border)
}
.legal-page {
    max-width:920px;
    padding-block:clamp(4rem,9vw,8rem)
}
.legal-page h1 {
    font-size:clamp(3rem,7vw,6rem);
    letter-spacing:-.07em;
    line-height:.95;
    margin:.8rem 0 1.4rem
}
.legal-lead {
    max-width:570px;
    font-size:clamp(1.05rem,2vw,1.3rem);
    color:var(--muted);
    margin:0
}
.updated {
    font-size:.78rem;
    color:#77727d;
    margin:1.5rem 0 3rem
}
.legal-toc {
    display:flex;
    gap:.6rem;
    flex-wrap:wrap;
    padding-bottom:2.4rem;
    border-bottom:1px solid var(--border)
}
.legal-toc a {
    color:var(--muted);
    border:1px solid var(--border);
    border-radius:100px;
    padding:.4rem .72rem;
    text-decoration:none;
    font-size:.76rem
}
.legal-toc a:hover {
    color:var(--text);
    border-color:var(--accent)
}
.legal-copy {
    max-width:720px
}
.legal-copy section {
    padding-top:2.8rem
}
.legal-copy h2 {
    font-size:1.45rem;
    letter-spacing:-.04em;
    margin:0 0 .75rem
}
.legal-copy p {
    color:#c2bdc5;
    font-size:.95rem;
    margin:0
}
@media(max-width:580px) {
    .legal-nav {
        padding-inline:16px
    }
    .legal-nav .button {
        font-size:.72rem;
        padding:.5rem .75rem
    }
    .legal-page {
        padding-block:3.5rem
    }
    .legal-copy section {
        padding-top:2.25rem
    }
}
.hero-art::before {
    content:"";
    position:absolute;
    inset:8% 4%;
    border-radius:50% 46% 45% 50%;
    background:linear-gradient(120deg,rgba(11,11,14,.72),rgba(11,11,14,.22)),url('assets/images/hero/main-hero.webp'),linear-gradient(135deg,#43233a,#97718b);
    background-size:cover;
    background-position:center;
    mix-blend-mode:screen;
    opacity:.36
}
.creator-cta {
    background-image:linear-gradient(110deg,rgba(44,26,42,.95),rgba(33,30,52,.9) 60%,rgba(36,29,43,.9)),url('assets/images/cta/creator-studio.webp');
    background-size:cover;
    background-position:center
}
.avatar {
    background-image: var(--avatar-image);
    background-size: 220% auto;
    background-position: center 8%;
    background-repeat: no-repeat;
    background-color: #5c4251;
}
.trend-thumb {
    background-image:linear-gradient(0deg,rgba(10,10,14,.36),rgba(10,10,14,.05)),var(--trend-image),var(--thumb);
    background-size:cover;
    background-position:center
}
.avatar {
    background-color:#5c4251
}


/* =========================================================
   HERO BANNER
   =========================================================
   Put your banner at:
   assets/images/hero/hero-banner.webp
   ========================================================= */

.hero-art {
    position: relative;
    height: 510px;
    isolation: isolate;
    border-radius: 30px;
    overflow: hidden;

    background-image:
        linear-gradient(
            rgba(11, 11, 14, 0.22),
            rgba(11, 11, 14, 0.22)
        ),
        url('assets/images/hero/hero-banner.webp');

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* Prevent the old main-hero.webp image from covering the new banner. */
.hero-art::before {
    content: "";
    position: absolute;
    inset: 8% 4%;
    border-radius: 50% 46% 45% 50%;
    background: linear-gradient(
        120deg,
        rgba(11, 11, 14, 0.20),
        rgba(11, 11, 14, 0.05)
    );
    mix-blend-mode: screen;
    opacity: 0.36;
    pointer-events: none;
}

/* Keep "Curated for you" and the other floating card above the banner. */
.float-card {
    z-index: 2;
}


/* =========================================================
   CATEGORY CARDS — 682 × 1024 PORTRAIT RATIO
   ========================================================= */

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.category-card {
    aspect-ratio: 682 / 1024;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.3s, border-color 0.3s;
}

.category-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            0deg,
            rgba(8, 8, 11, 0.62),
            rgba(8, 8, 11, 0.08)
        ),
        var(--card-image);

    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    transition: transform 0.5s;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {
    .hero-art {
        height: 400px;
        max-width: 560px;
        width: 100%;
        margin: auto;
        background-position: center;
    }

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

@media (max-width: 580px) {
    .hero-art {
        height: 315px;
        background-position: center;
    }

    .category-grid {
        display: flex;
        overflow: auto;
        margin-right: -16px;
        padding-right: 16px;
    }

    .category-card {
        min-width: 210px;
        height: auto;
        aspect-ratio: 682 / 1024;
    }
}


/* =========================================================
   VELVETVAULT — FULL-WIDTH CINEMATIC HERO BANNER
   The hero image now sits behind the headline and the
   hero artwork/cards instead of being limited to .hero-art.
   ========================================================= */

/* Full hero background */
.hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 650px;

    background-image:
        linear-gradient(
            90deg,
            rgba(8, 8, 12, 0.94) 0%,
            rgba(8, 8, 12, 0.78) 30%,
            rgba(8, 8, 12, 0.42) 58%,
            rgba(8, 8, 12, 0.28) 100%
        ),
        url("assets/images/hero/hero-banner.webp");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 28px;
}

/* Keep hero content above the background */
.hero > * {
    position: relative;
    z-index: 2;
}

/* Remove the old image/decorative layer from .hero-art */
.hero-art::before {
    display: none;
}

/* Remove the abstract circles, ring and silhouette.
   The photograph itself becomes the visual focus. */
.hero-art .orb-one,
.hero-art .orb-two,
.hero-art .orbit,
.hero-art .silhouette {
    display: none;
}

/* Keep floating cards clearly above the photograph */
.hero-art .float-card {
    z-index: 5;
}

/* Slightly stronger glass effect for cards over photography */
.hero-art .float-card {
    background: rgba(20, 19, 25, 0.58);
    border-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* ---------------------------------------------------------
   Responsive hero
   --------------------------------------------------------- */

@media (max-width: 900px) {
    .hero {
        min-height: 720px;
        border-radius: 24px;

        background-position: 62% center;

        background-image:
            linear-gradient(
                180deg,
                rgba(8, 8, 12, 0.82) 0%,
                rgba(8, 8, 12, 0.62) 45%,
                rgba(8, 8, 12, 0.84) 100%
            ),
            url("assets/images/hero/hero-banner.webp");
    }

    .hero-art {
        height: 400px;
        max-width: 560px;
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 580px) {
    .hero {
        min-height: 700px;
        padding-top: 3.5rem;
        border-radius: 20px;

        background-position: 60% center;

        background-image:
            linear-gradient(
                180deg,
                rgba(8, 8, 12, 0.88) 0%,
                rgba(8, 8, 12, 0.60) 42%,
                rgba(8, 8, 12, 0.90) 100%
            ),
            url("assets/images/hero/hero-banner.webp");
    }

    .hero-art {
        height: 315px;
    }
}


/* =========================================================
   HERO — REMOVE LEFT/RIGHT OUTER GAPS
   Make the hero background span the full browser width.
   ========================================================= */

.hero {
    width: 100%;
    margin-inline: 0;
    border-radius: 0;
    background-size: cover;
    background-position: center center;
}

/* If .hero is inside a width-limited wrapper, allow it to
   break out and reach both edges of the viewport. */
.hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Keep the actual hero content aligned with the site's
   normal 1280px content width. */
.hero > * {
    width: auto;
}

/* Mobile: keep the image edge-to-edge as well. */
@media (max-width: 580px) {
    .hero {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        border-radius: 0;
        background-size: cover;
        background-position: center center;
    }
}


/* =========================================================
   HERO — MOVE "DISCOVER VERIFIED CREATORS" TOWARD CENTER
   The background remains completely edge-to-edge.
   Only the left text/content column is shifted inward.
   ========================================================= */

.hero > :first-child {
    margin-left: clamp(28px, 4vw, 72px);
}

/* Keep the text comfortably positioned on smaller screens. */
@media (max-width: 900px) {
    .hero > :first-child {
        margin-left: 28px;
        margin-right: 28px;
    }
}

@media (max-width: 580px) {
    .hero > :first-child {
        margin-left: 18px;
        margin-right: 18px;
    }
}
/* Trending Now - show faces clearly */
.trend-thumb {
    background-size: 125% auto !important;
    background-position: center 12% !important;
    background-repeat: no-repeat !important;
}
/* =========================================================
   PLAY BUTTON ON EVERY TRENDING IMAGE
   ========================================================= */

.trend-thumb {
  position: relative;
}

/* White circular play button */
.trend-thumb::before {
  content: "";
  position: absolute;

  left: 50%;
  top: 50%;

  width: 64px;
  height: 64px;

  transform: translate(-50%, -50%);

  background: rgba(255,255,255,.94);

  border-radius: 50%;

  z-index: 5;

  box-shadow: 0 8px 25px rgba(0,0,0,.28);

  transition:
    transform .2s ease,
    background .2s ease;
}

/* Play triangle */
.trend-thumb::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(
    -35%,
    -50%
  );

  width: 0;
  height: 0;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #17131a;

  z-index: 6;

  transition: transform .2s ease;
}


/* Hover effect */

.trend-card:hover .trend-thumb::before {
  transform:
    translate(-50%, -50%)
    scale(1.08);

  background:#fff;
}

.trend-card:hover .trend-thumb::after {
  transform:
    translate(-35%, -50%)
    scale(1.08);
}

/* =========================================================
   STYLISH GLASS PLAY BUTTON — TRENDING
   ========================================================= */

.trend-thumb {
  position: relative;
}

/* Glass circle */
.trend-thumb::before {
  content: "";

  position: absolute;
  left: 50%;
  top: 50%;

  width: 64px;
  height: 64px;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  /* translucent glass */
  background: rgba(255, 255, 255, 0.28);

  /* glass border */
  border: 1px solid rgba(255, 255, 255, 0.65);

  /* blur the image behind the button */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  /* subtle depth */
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.35);

  z-index: 5;

  transition:
    transform .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}


/* Play triangle */
.trend-thumb::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: 0;
  height: 0;

  transform: translate(-35%, -50%);

  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid rgba(255, 255, 255, 0.95);

  z-index: 6;

  filter:
    drop-shadow(0 1px 2px rgba(0,0,0,.25));

  transition:
    transform .25s ease;
}


/* Hover effect */
.trend-card:hover .trend-thumb::before {
  transform:
    translate(-50%, -50%)
    scale(1.08);

  background: rgba(255, 255, 255, 0.36);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.45);
}


.trend-card:hover .trend-thumb::after {
  transform:
    translate(-35%, -50%)
    scale(1.08);
}


/* Mobile */
@media (max-width:600px) {

  .trend-thumb::before {
    width: 56px;
    height: 56px;
  }

  .trend-thumb::after {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }

}

/* =========================================================
   EXPLORE CATEGORIES — GLASS PLAY BUTTON
   ========================================================= */

.category-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}


/* ---------------------------------------------------------
   Glass play button
   --------------------------------------------------------- */

.category-play {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 66px;
  height: 66px;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  /* Very translucent glass */
  background: rgba(255, 255, 255, 0.16);

  /* Fine glass edge */
  border: 1px solid rgba(255, 255, 255, 0.48);

  /* Frosted glass */
  backdrop-filter: blur(10px) saturate(130%);
  -webkit-backdrop-filter: blur(10px) saturate(130%);

  /* Glass depth */
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 1px rgba(255, 255, 255, 0.35),
    inset 0 -1px 1px rgba(0, 0, 0, 0.08);

  z-index: 10;

  transition:
    transform .28s ease,
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}


/* ---------------------------------------------------------
   Play triangle
   --------------------------------------------------------- */

.category-play::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: 0;
  height: 0;

  transform: translate(-34%, -50%);

  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid rgba(255, 255, 255, 0.94);

  filter:
    drop-shadow(0 1px 3px rgba(0, 0, 0, 0.25));

  transition:
    transform .28s ease;
}


/* ---------------------------------------------------------
   Subtle shine across the glass
   --------------------------------------------------------- */

.category-play::before {
  content: "";

  position: absolute;

  top: 8px;
  left: 14px;

  width: 34px;
  height: 12px;

  border-radius: 50%;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.24),
      rgba(255,255,255,0)
    );

  transform: rotate(-25deg);

  filter: blur(2px);

  pointer-events: none;
}


/* ---------------------------------------------------------
   Hover
   --------------------------------------------------------- */

.category-card:hover .category-play {
  transform:
    translate(-50%, -50%)
    scale(1.09);

  background: rgba(255, 255, 255, 0.22);

  border-color:
    rgba(255, 255, 255, 0.68);

  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.28),
    inset 0 1px 2px rgba(255, 255, 255, 0.45),
    0 0 25px rgba(217, 154, 175, 0.12);
}


.category-card:hover .category-play::after {
  transform:
    translate(-34%, -50%)
    scale(1.08);
}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 600px) {

  .category-play {
    width: 56px;
    height: 56px;
  }

  .category-play::after {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }

}
.continue-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}