/* =========================================
   ANCA VAIDA — GLOBAL
========================================= */

html,
body {
    margin: 0;
    padding: 0;
    background: #0b0306;
}

body {
    color: #ffffff;
}

.av-container {
    width: min(1200px, 90%);
    margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.av-hero {
    background: #0b0306;
    color: #ffffff;
    padding: 70px 0 0;
}

.av-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    align-items: stretch;
}

.av-hero-content {
    padding: 70px 60px 0 0;
}

.av-eyebrow {
    color: #d51d2f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.av-hero h1 {
    color: #ffffff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.08;
    margin: 0 0 24px;
    font-weight: 700;
}

.av-intro {
    color: #b9b4b6;
    font-size: 18px;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 35px;
}

.av-button {
    display: inline-block;
    background: #d9152b;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 15px 28px;
    font-weight: 600;
    transition: 0.25s ease;
}

.av-button:hover {
    background: #ffffff;
    color: #111111 !important;
}


/* =========================================
   HERO IMAGE
========================================= */

.av-hero-image {
    min-height: 600px;
    overflow: hidden;
}

.av-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
   ACTOR / DIRECTOR / WRITER
========================================= */

.av-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #170b0f;
    margin-top: 70px;
}

.av-stat {
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid #402128;
}

.av-stat:last-child {
    border-right: none;
}

.av-stat strong {
    display: block;
    color: #e22a3a;
    font-size: 20px;
    margin-bottom: 8px;
}

.av-stat span {
    color: #b8b0b2;
    font-size: 13px;
}


/* =========================================
   ABOUT SECTION
========================================= */

.av-about {
    background: #0b0306;
    color: #ffffff;
    padding: 40px 0 80px;
}

.av-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.av-about-image {
    min-height: 500px;
    border-bottom: 15px solid #d9152b;
}

.av-about-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.av-about-content {
    padding: 70px;
    background: #0b0306;
}

.av-about h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.15;
    margin: 0 0 25px;
}

.av-about-content > p:not(.av-eyebrow) {
    color: #b9b4b6;
    line-height: 1.8;
    margin-bottom: 30px;
}


/* =========================================
   SKILLS
========================================= */

.av-skills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    color: #d0c7ca;
    margin-bottom: 35px;
}

.av-skills div {
    font-size: 16px;
}


/* =========================================
   ANCA VAIDA — CINEMATIC HEADER
========================================= */

.av-header {
    background: #120609;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    z-index: 9999;
}


/* =========================================
   HEADER LAYOUT
========================================= */

.av-header-inner {
    width: min(1400px, 92%);
    margin: 0 auto;
    min-height: 82px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;

    align-items: center;
}


/* =========================================
   SUBTLE DOMAIN / BRAND MARK
========================================= */

.av-logo,
.av-logo:link,
.av-logo:visited {
    color: #6f6669 !important;
    text-decoration: none !important;

    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.8px;

    opacity: 0.55;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

.av-logo:hover,
.av-logo:focus {
    color: #b8afb2 !important;
    opacity: 0.9;
    text-decoration: none !important;
}


/* =========================================
   NAVIGATION
========================================= */

.av-nav {
    justify-self: center;

    display: flex;
    align-items: center;

    gap: 34px;
}

.av-nav > a,
.av-menu-trigger {
    color: #c9c0c3 !important;
    text-decoration: none !important;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.7px;
    text-transform: uppercase;

    background: transparent;
    border: none;

    cursor: pointer;

    padding: 31px 0;

    transition: color 0.25s ease;
}

.av-nav > a:hover,
.av-menu-trigger:hover {
    color: #ffffff !important;
}


/* =========================================
   CONTACT BUTTON
========================================= */

.av-contact-link {
    color: #ffffff !important;

    border: 1px solid #d51d2f;

    padding: 11px 19px !important;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease !important;
}

.av-contact-link:hover {
    background: #d51d2f;
    border-color: #d51d2f;
    color: #ffffff !important;
}


/* =========================================
   WORK BUTTON
========================================= */

.av-menu-item {
    position: relative;
}

.av-menu-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
}

.av-plus {
    color: #e22a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;

    transition: transform 0.25s ease;
}

.av-has-mega:hover .av-plus,
.av-has-mega:focus-within .av-plus {
    transform: rotate(45deg);
}


/* =========================================
   PROFESSIONAL LINKS / IMDb
========================================= */

.av-professional {
    justify-self: end;
    display: flex;
    align-items: center;
}

.av-imdb,
.av-imdb:link,
.av-imdb:visited {
    color: #8f8589 !important;
    text-decoration: none !important;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;
    text-transform: uppercase;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;

    opacity: 0.8;
}

.av-imdb:hover,
.av-imdb:focus {
    color: #ffffff !important;
    opacity: 1;
    text-decoration: none !important;
}

.av-imdb span {
    color: #d51d2f;
    margin-left: 3px;
}


/* =========================================
   MEGA MENU
========================================= */

.av-mega-menu {
    position: absolute;

    top: calc(100% - 1px);
    left: 50%;

    width: min(850px, 90vw);

    transform:
        translateX(-50%)
        translateY(12px);

    padding: 36px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 14px;

    background: #1a090e;

    border: 1px solid rgba(255,255,255,0.08);

    box-shadow:
        0 30px 90px
        rgba(0,0,0,0.6);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0.22s ease;
}


/* =========================================
   OPEN MEGA MENU
========================================= */

.av-has-mega:hover .av-mega-menu,
.av-has-mega:focus-within .av-mega-menu {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    transform:
        translateX(-50%)
        translateY(0);
}


/* =========================================
   MEGA COLUMNS
========================================= */

.av-mega-column {
    display: flex;
    flex-direction: column;
}

.av-mega-label {
    color: #d51d2f;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2px;

    margin: 0 0 12px;
}


/* =========================================
   MEGA LINKS
========================================= */

.av-mega-column a,
.av-mega-column a:link,
.av-mega-column a:visited {
    min-height: 145px;

    padding: 24px;

    display: flex;
    flex-direction: column;

    justify-content: flex-end;

    gap: 8px;

    color: inherit !important;
    text-decoration: none !important;

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

    border:
        1px solid
        rgba(255,255,255,0.06);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.av-mega-column a:hover {
    background: rgba(213,29,47,0.09);

    border-color:
        rgba(213,29,47,0.5);

    transform: translateY(-3px);
}

.av-mega-column strong {
    color: #ffffff;

    font-size: 20px;
    font-weight: 700;

    letter-spacing: -0.3px;
}

.av-mega-column span {
    color: #978b90;

    font-size: 12px;
    line-height: 1.6;
}


/* =========================================
   FEATURED SHOWREEL
========================================= */

.av-mega-feature {
    grid-column: 1 / -1;
    margin-top: 10px;
}

.av-mega-feature a {
    display: grid;

    grid-template-columns:
        1fr auto;

    align-items: center;

    padding: 25px 28px;

    text-decoration: none !important;

    background: #120609;

    border-top:
        1px solid
        rgba(255,255,255,0.08);

    transition: background 0.25s ease;
}

.av-mega-feature a:hover {
    background: #d51d2f;
}

.av-feature-label {
    grid-column: 1;

    color: #d51d2f;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 6px;

    transition: color 0.25s ease;
}

.av-mega-feature strong {
    grid-column: 1;

    color: #ffffff;

    font-size: 18px;
    font-weight: 600;
}

.av-feature-arrow {
    grid-column: 2;
    grid-row: 1 / 3;

    color: #d51d2f;

    font-size: 30px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.av-mega-feature a:hover .av-feature-label,
.av-mega-feature a:hover .av-feature-arrow {
    color: #ffffff;
}

.av-mega-feature a:hover .av-feature-arrow {
    transform: translateX(5px);
}


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

.av-mobile-toggle {
    display: none;

    background: transparent;
    border: none;

    padding: 5px;

    cursor: pointer;
}

.av-mobile-toggle span {
    display: block;

    width: 24px;
    height: 1px;

    margin: 6px 0;

    background: #ffffff;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .av-header-inner {
        min-height: 70px;

        display: flex;

        justify-content: space-between;
    }

    .av-nav,
    .av-professional {
        display: none;
    }

    .av-mobile-toggle {
        display: block;
    }

    .av-hero-grid,
    .av-about-grid {
        grid-template-columns: 1fr;
    }

    .av-hero-content {
        padding: 50px 0;
    }

    .av-hero-image {
        min-height: 450px;
    }

    .av-about-content {
        padding: 50px 30px;
    }
}


@media (max-width: 768px) {

    .av-stats {
        margin-top: 45px;
    }

    .av-stat {
        padding: 20px 8px;
    }

    .av-stat strong {
        font-size: 14px;
    }

    .av-stat span {
        font-size: 11px;
    }

    .av-mega-menu {
        width: min(600px, 92vw);

        grid-template-columns: 1fr;

        padding: 25px;
    }

    .av-mega-column a {
        min-height: auto;
    }
}


@media (max-width: 600px) {

    .av-header-inner {
        width: 88%;
    }

    .av-logo {
        font-size: 15px;
    }

    .av-hero h1 {
        font-size: 48px;
    }
}