.talent-hero {
    position: relative;
    height: 82vh;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: var(--bg);
}
.hero-poster,
.hero__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    filter: saturate(0.55) brightness(0.6);
}
.hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.1s ease;
    pointer-events: none;
}
.hero__video--primary {
    z-index: 2;
}
.hero__video--secondary {
    z-index: 3;
}
.hero__video.is-active {
    opacity: 1;
}
.talent-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    background: linear-gradient(to top, var(--bg) 0%, rgba(5, 4, 6, 0.75) 22%, transparent 60%);
}
.hero-content {
    position: relative;
    z-index: 20;
    padding: 0 56px 72px;
    max-width: 640px;
}
.hero-name {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 68px;
    line-height: 1.05;
    margin-bottom: 18px;
}
.hero-meta {
    font-size: 11px;
    color: var(--text-muted);
    margin-bottom: 28px;
}
.hero-meta span {
    margin-right: 10px;
}
.hero-cta {
    display: flex;
    gap: 14px;
    position: relative;
    z-index: 30;
}
.btn-play,
.btn-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 40;
    padding: 14px 24px;
    border-radius: 100px;
    font-size: 12px;
    text-decoration: none;
}
.btn-play {
    background: var(--text);
    color: var(--bg);
}
.btn-info {
    border: 1px solid rgba(246, 244, 241, 0.3);
    color: var(--text);
}
.reel-tag {
    position: absolute;
    top: 24px;
    right: 56px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 9.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(246, 244, 241, 0.5);
}
.reel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e2574c;
}
.hero-print-btn {
    position: absolute;
    bottom: 28px;
    right: 56px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid rgba(246, 244, 241, 0.3);
    border-radius: 50%;
    color: rgba(246, 244, 241, 0.6);
    cursor: pointer;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}
.hero-print-btn svg {
    width: 16px;
    height: 16px;
    pointer-events: none;
}
.hero-print-btn:hover {
    color: #f6f4f1;
    border-color: rgba(246, 244, 241, 0.7);
    background: rgba(246, 244, 241, 0.08);
}
@media (prefers-reduced-motion: reduce) {
    .hero__video {
        display: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero__video {
        display: none;
    }
}
.talent-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.talent-gallery__item {
    position: relative;
    aspect-ratio: 7/5;
    overflow: hidden;
    background: #111;
}
.talent-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.talent-gallery__item:hover img {
    transform: scale(1.04);
}
.talent-gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    color: #fff;
    font-size: 0.85rem;
}
@media (max-width: 768px) {
    .talent-gallery__grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .talent-gallery__item {
        display: block;
        position: relative;
        width: 100%;
        aspect-ratio: 7/5;
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .talent-gallery__item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-content {
    position: relative;
    z-index: 20;
    padding: 0 0px 72px 0;
    max-width: 640px;
}

.hero-poster img {
    object-position: 77% 37%;
}

.talent-bio__inner {
    display: inline;
}


}
.lp-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.lp-gallery-thumb {
    position: relative;
}
.lp-gallery-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.lp-gallery-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}
.talent-gallery__grid--1 {
    grid-template-columns: minmax(300px, 700px);
    justify-content: center;
}
.talent-gallery__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
}
.talent-gallery__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
}
.talent-gallery__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.talent-gallery__grid--5 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, 1fr);
}
.talent-gallery__grid--5 .talent-gallery__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.talent-gallery__grid--5 .talent-gallery__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}
.talent-gallery__grid--5 .talent-gallery__item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}
.talent-gallery__grid--5 .talent-gallery__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}
.talent-gallery__grid--5 .talent-gallery__item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}
.talent-bio {
    padding: 5rem clamp(30px, 5vw, 80px);
}
.talent-bio__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: clamp(3rem, 6vw, 7rem);
    align-items: start;
}
.talent-bio__content h2 {
    margin: 0 0 2rem;
}
.talent-bio__content p {
    margin: 0 0 2rem;
    line-height: 1.8;
}
.talent-bio__content p:last-child {
    margin-bottom: 0;
}
.talent-bio__content p:first-of-type::first-letter {
    float: left;
    font-size: 4.8rem;
    line-height: 0.8;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}
.talent-bio__details h2 {
    margin: 0 0 2rem;
}
.talent-bio__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.35rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.talent-bio__group:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.talent-bio__group h3 {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    opacity: 0.75;
}
.talent-bio__group ul {
    display: flex;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.talent-bio__group li {
    margin: 0;
}
.talent-bio__group li:not(:last-child)::after {
    content: ", ";
}
.talent-bio__group p {
    margin: 0;
}
.hero-logo {
    min-width: 320px;
    max-width: 330px;
    max-height: 400px;
    object-fit: contain;
    margin-bottom: 30px;
}
.talent-bio__group--media a {
    display: block;
}
.talent-bio__media-content {
    color: #fff;
}
.talent-bio__media-content a {
    color: #fff;
}
.talent-bio__group--media {
    align-items: flex-start;
}
.talent-bio__group--media .talent-bio__media-content {
    text-align: right;
    color: #fff;
}
.talent-bio__group--media .talent-bio__media-content p {
    margin: 0 0 0.5rem;
    color: #fff;
}
.talent-bio__group--media .talent-bio__media-content span {
    color: #fff !important;
}
.talent-bio__group--media .talent-bio__media-content a {
    color: #fff !important;
    text-decoration: underline;
}
@media (max-width: 960px) {
    .talent-bio__inner {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}
.talent-socials {
    width: 100%;
    padding: 50px;
}
.talent-socials__inner {
    width: 100%;
    display: flex;
    justify-content: center;
}
.talent-socials__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.talent-social {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}
.talent-social:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}
.talent-social .lp-social-icon {
    width: 1.25rem;
    height: 1.25rem;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.talent-social .lp-social-icon svg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    display: block;
}
.talent-social i {
    font-size: 1.25rem;
    line-height: 1;
} /*# sourceMappingURL=talent.css.map */
