/* ================================================================
   Les Hollés – Footer Stylesheet
   ================================================================ */

/* ── CSS Custom Properties ──────────────────────────────────────── */
:root {
    --lh-footer-bg:           #0b1623;
    --lh-footer-text:         #ffffff;
    --lh-footer-text-muted:   rgba(255, 255, 255, 0.65);
    --lh-footer-border:       rgba(255, 255, 255, 0.15);
    --lh-footer-btn-bg:       #ffffff;
    --lh-footer-btn-text:     #0b1623;
    --lh-footer-input-border: rgba(255, 255, 255, 0.4);
    --lh-footer-watermark:    rgba(255, 255, 255, 0.045);
    --lh-footer-font:         'Garamond', 'EB Garamond', Georgia, serif;
    --lh-footer-radius:       0px;
    --lh-footer-padding-v:    56px;
    --lh-footer-padding-h:    48px;
}

/* ── Base ───────────────────────────────────────────────────────── */
.lh-footer {
    position:         relative;
    background-color: var(--lh-footer-bg);
    color:            var(--lh-footer-text);
    font-family: "Microsoft Himalaya";
    overflow:         hidden;
}

/* Screen-reader only utility */
.screen-reader-text {
    position:   absolute;
    width:      1px;
    height:     1px;
    padding:    0;
    margin:     -1px;
    overflow:   hidden;
    clip:       rect(0, 0, 0, 0);
    white-space: nowrap;
    border:     0;
}

/* ── Watermerk ──────────────────────────────────────────────────── */
.lh-footer__watermark {
position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: clamp(80px, 26vw, 430px);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--lh-footer-watermark);
    pointer-events: none;
    user-select: none;
    line-height: 1;
    z-index: 0;
}

/* ── Inner wrapper ──────────────────────────────────────────────── */
.lh-footer__inner {
    position:       relative;
    z-index:        1;
    display:        flex;
    flex-wrap:      wrap;
    gap:            48px;
    align-items:    flex-start;
    padding:        var(--lh-footer-padding-v) var(--lh-footer-padding-h) 40px;
    max-width:      1600px;
    margin:         0 auto;
    justify-content: space-between;
}

/* ── Navigatie ──────────────────────────────────────────────────── */
.lh-footer__nav {
    display:   flex;
    flex-wrap: wrap;
    gap:       40px 56px;
    flex:      0 1 auto;
}

.lh-footer__col {
    min-width: 100px;
}

.lh-footer__col-title {
    font-family: Molengo;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    margin-bottom: 15px;
    letter-spacing: 0%;
    color: white;

}

.lh-footer__col-list {
    list-style: none;
    margin:     0;
    padding:    0;
    display:    flex;
    flex-direction: column;
    gap:        10px;
}

.lh-footer__col-list a {
    font-family: Molengo;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 160%;
    opacity: 0.7;
    display: block;
    margin-bottom: 10px;
}

.lh-footer__col-list a:hover,
.lh-footer__col-list a:focus-visible {
    text-decoration: underline;
}

/* ── Newsletter ─────────────────────────────────────────────────── */
.lh-footer__newsletter {
    flex: 0 0 600px;
    max-width: 100%;
}

.lh-footer__newsletter-title {
    font-size:     clamp(1.6rem, 3vw, 2.1rem);
    font-weight:   400;
    letter-spacing: -0.01em;
    margin:        0 0 12px;
    line-height:   1.1;
    margin-top: 15px;
}

.lh-footer__newsletter-desc {
    font-family: Molengo;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 160%;
    letter-spacing: 0%;
    color: white;
    opacity: 0.7;
}

/* ── Formulier ──────────────────────────────────────────────────── */
.lh-footer__form {
    display:   flex;
    gap:       12px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.lh-footer__input {
    background:       transparent;
    border:           none;
    border-bottom:    1px solid var(--lh-footer-input-border);
    color:            var(--lh-footer-text);
    font-family: 'Molengo', sans-serif;
    font-size:        16px;
    padding:          8px 0;
    outline:          none;
    transition:       border-color 0.2s ease;
    border-radius:    0;
    -webkit-appearance: none;
    font-family: Molengo, sans-serif;
}

.lh-footer__input::placeholder {
    color: var(--lh-footer-text-muted);
}

.wpcf7-form {
	font-family: 'Molengo', sans-serif;
}

.form_wrapper {
	display: flex;
	gap: 20px;
}

.form_wrapper_c1 {
	width: 100%;
}

button.lh-footer__btn br {
	display: none;
}

.lh-footer__input:focus {
    border-bottom-color: var(--lh-footer-text);
}

.lh-footer__btn {
    background:      var(--lh-footer-btn-bg);
    color:           var(--lh-footer-btn-text);
    border:          none;
    padding:         12px 28px;
    font-family:     var(--lh-footer-font);
    font-size:       0.875rem;
    font-weight:     500;
    letter-spacing:  0.02em;
    cursor:          pointer;
    white-space:     nowrap;
    border-radius:   var(--lh-footer-radius);
    transition:      background 0.2s ease, color 0.2s ease;
    flex-shrink:     0;
    font-family: Molengo, sans-serif;
    border-radius: 5px;
}

.lh-footer__btn:hover,
.lh-footer__btn:focus-visible {
    background: rgba(255, 255, 255, 0.78);
}

/* ── Bottom balk ────────────────────────────────────────────────── */
.lh-footer__bottom {
    position:       relative;
    z-index:        1;
    display:        flex;
    justify-content: space-between;
    align-items:    center;
    flex-wrap:      wrap;
    gap:            12px;
    padding:        16px var(--lh-footer-padding-h);
    border-top:     1px solid var(--lh-footer-border);
    max-width:      100%;
    max-width: 1600px;
    margin: 0 auto;
}

.lh-footer__copyright {
    font-size:  0.8rem;
    color:      var(--lh-footer-text-muted);
    font-family: Molengo;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;

}

.lh-footer__locale {
    display:    flex;
    gap:        8px;
    align-items: center;
    font-size:  0.8rem;
    color:      var(--lh-footer-text-muted);
    font-family: Molengo, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0%;
}

.lh-footer__locale-lang {
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.lh-footer__locale-divider {
    opacity: 0.4;
}

/* ── Responsive ─────────────────────────────────────────────────── */
@media ( max-width: 900px ) {
    :root {
        --lh-footer-padding-h: 28px;
        --lh-footer-padding-v: 40px;
    }

    .lh-footer__inner {
        flex-direction: column;
        gap:            36px;
    }

    .lh-footer__newsletter {
        flex:      1 1 auto;
        max-width: 100%;
    }
	
	.lh-footer__watermark {
		bottom: 100px;
	}
}

@media ( max-width: 600px ) {
    :root {
        --lh-footer-padding-h: 20px;
    }

    .lh-footer__nav {
        gap: 28px 32px;
    }

    .lh-footer__bottom {
        flex-direction: column;
        align-items:    flex-start;
    }

    .lh-footer__watermark {
        font-size: 18vw;
        bottom: 100px;
    }
	
	.form_wrapper {
		flex-direction: column;
	}
	
	.lh-footer__nav {
		flex-direction: column;
	}
}

.lh-footer__bottom a {
	color: white;
}

.lh-footer__bottom a:hover { 
	text-decoration: underline;
}
