/*
Theme Name: Enfold Child
Description: Child Theme for Enfold
Version: 1.0
Author: klicklabor.de
Author URI: http://www.klicklabor.de
Template: enfold
*/


/* ============================================
   VIKTORIA ALEXANDER – Custom CSS
   ============================================ */


/* ----- 1. HERO COLOR SECTION ----- */

.hero-fullscreen {
    min-height: 100vh !important;
    position: relative;
    overflow: hidden;
}

.hero-fullscreen .av-section-color-overlay-wrap {
    background-size: cover !important;
    background-position: 65% center !important;
    min-height: 100vh !important;
}


/* ----- 2. TRANSPARENTER HEADER ----- */

#header_main {
    background: transparent !important;
    box-shadow: none !important;
    transition: background 0.3s ease;
}

.header-scrolled #header_main {
    background: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#header_main .main-menu a {
    color: #ffffff !important;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
}

#header_main .main-menu a:hover {
    opacity: 0.7;
}


/* ----- 3. NAME / HEADLINE ----- */

.hero-name h1,
.hero-name .av-special-heading-tag {
    color: #ffffff !important;
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
    line-height: 1.1;
}


/* ----- 4. GRADIENT OVERLAY ----- */

.hero-fullscreen .av-section-color-overlay-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.05) 35%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.hero-fullscreen .container {
    position: relative;
    z-index: 2;
}


/* ----- 5. SOCIAL ICONS ----- */

.header-area .social_bookmarks a {
    color: #ffffff !important;
    font-size: 16px;
}

.header-area .social_bookmarks a:hover {
    color: #e74c3c !important;
}


/* ----- 6. LOGO AUSBLENDEN ----- */

#header .logo a img,
#header_main .logo a img {
    display: none !important;
}

#header .logo a,
#header_main .logo a {
    font-size: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* ============================================
   7. RESPONSIVE
   ============================================ */

@media only screen and (max-width: 1024px) {

    .hero-fullscreen,
    .hero-fullscreen .av-section-color-overlay-wrap {
        min-height: 60vh !important;
        height: 60vh !important;
    }

    .hero-fullscreen .av-section-color-overlay-wrap {
        background-position: 60% top !important;
    }

    .hero-name h1,
    .hero-name .av-special-heading-tag {
        font-size: clamp(2rem, 5vw, 3.5rem);
        letter-spacing: 0.1em;
    }
}

@media only screen and (max-width: 767px) {

    .hero-fullscreen,
    .hero-fullscreen .av-section-color-overlay-wrap {
        min-height: auto !important;
        height: 50vh !important;
    }

    .hero-fullscreen .av-section-color-overlay-wrap {
        background-position: 55% 15% !important;
        background-size: cover !important;
    }

    .hero-name h1,
    .hero-name .av-special-heading-tag {
        font-size: 1.6rem !important;
        letter-spacing: 0.06em;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {

    .hero-fullscreen,
    .hero-fullscreen .av-section-color-overlay-wrap {
        height: 45vh !important;
    }

    .hero-fullscreen .av-section-color-overlay-wrap {
        background-position: 55% 10% !important;
    }

    .hero-name h1,
    .hero-name .av-special-heading-tag {
        font-size: 1.3rem !important;
        letter-spacing: 0.04em;
        padding: 0 10px;
    }
}



/* Buttons Editoriale Link-Blöcke mit Linien */
.styled-link-block {
    text-align: center;
    padding: 30px 0;
}

.styled-link-block a {
    display: inline-block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.1rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #2a2a2a !important;
    text-decoration: none;
    padding: 20px 0;
    border-top: 1.5px solid #2a2a2a;
    border-bottom: 1.5px solid #2a2a2a;
    min-width: 400px;
}

.styled-link-block a:hover {
    color: #b8a088 !important;
    border-color: #b8a088;
}

@media only screen and (max-width: 767px) {
    .styled-link-block a {
        min-width: 80%;
        font-size: 0.9rem;
        letter-spacing: 0.15em;
    }
}