@font-face {
    font-family: "VistaSans";
    src: url("VistaSansLight.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "VistaSans";
    src: url("VistaSansBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "VistaSans";
    src: url("VistaSansLightItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

:root {
    --leeijen-green: #3a4a38;
    --leeijen-gold: #c9a84c;
    --leeijen-cream: #fcfcf7;
    --leeijen-grey: #676a6a;
    --leeijen-dark-grey: #5f6262;
    --leeijen-white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--leeijen-grey);
    background: var(--leeijen-cream);
    font-family: "VistaSans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.service-choice,
.btn-site,
.footer-heading,
.stalling-arrow-button,
.business-arrow-button,
.contact-submit,
strong,
b {
    font-family: "VistaSans", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
}

h1 { color: var(--leeijen-grey); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; margin-bottom: 2.5rem; }
h2 { font-size: 1.75rem; }

.site-header {
    background: rgba(252,252,247,.98);
    z-index: 1030;
    transition: box-shadow .25s ease;
}

.site-header.scrolled {
    box-shadow: 0 1px 10px rgba(0,0,0,.12);
}
.site-header-inner { min-height: 150px; }
.navbar-brand img { display: block; width: 280px; height: auto; }
.navbar-nav { gap: 2.3rem; }
.nav-link { min-width: 112px; padding: .65rem .15rem !important; text-align: center; color: var(--leeijen-grey); font-size: 1rem; line-height: 1.15; }
.nav-link img { display: block; width: 45px; height: 33px; object-fit: contain; margin: 0 auto .55rem; }
.nav-link:hover, .nav-link.active { color: var(--leeijen-green); }
.navbar-toggler { border: 0; box-shadow: none !important; }


/* Off-white driehoeken gekoppeld aan dezelfde Bootstrap-container als logo en navigatie */
.photo-corners{
    position:relative;
    overflow:hidden;
}

.photo-decoration{
    position:absolute;
    inset:0;
    z-index:3;
    pointer-events:none;
}

.photo-decoration::before,
.photo-decoration::after{
    content:"";
    position:absolute;
    width:420px;
    height:82px;
    background:var(--leeijen-cream);
}

.photo-decoration2::before
{
    background:#747676;
}

.photo-decoration::before{
    top:-1px;
    left:calc(var(--bs-gutter-x) * .5);
    clip-path:polygon(0 0,100% 0,50% 100%);
}

.photo-decoration::after{
    right:calc(var(--bs-gutter-x) * .5);
    bottom:-1px;
    clip-path:polygon(50% 0,100% 100%,0 100%);
}

.hero-section { position: relative; height: clamp(320px, 42vw, 650px); overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-badge {
    position:absolute;
    right:12%;
    top:30%;
    width:clamp(130px,13vw,190px);
    aspect-ratio:1;
    display:grid;
    place-items:center;
    text-align:center;
    color:#fff;
    font-weight:700;
    line-height:1.2;
    padding:1rem;
    background:url('../icons/Icoon_tandwiel_goud.svg') center center / contain no-repeat;
}

.content-narrow { max-width: 1040px; }
.content-medium { max-width: 1080px; }
.intro-section { padding: 6.5rem 0 7.5rem; position: relative; z-index: 2; background: var(--leeijen-cream); }
.intro-section p { max-width: 880px; margin-left: auto; margin-right: auto; font-size: 1.06rem; }
.service-choices {
    margin-top: 2.5rem;
    row-gap: 4.75rem;
}

.service-choices > [class*="col-"] {
    display: flex;
    padding-top: 3.2rem;
}

.service-choice {
    position: relative;
    width: 100%;
    min-height: 125px;
    padding: 1.45rem 1rem .9rem;
    border: 4px solid var(--leeijen-green);
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: var(--leeijen-grey);
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.15;
    transition: .25s ease;
    overflow: visible;
}

.service-choice img {
    position: absolute;
    top: -3.15rem;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 58px;
    object-fit: contain;
    z-index: 2;
}

.service-choice span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 3.2em;
    margin-top: .25rem;
    text-align: center;
    line-height: 1.15;
}
.service-choice:hover,
.service-choice:focus-visible {
    background: transparent;
    color: var(--leeijen-grey);
    transform: none;
}
.service-choice-gold { border-color: var(--leeijen-gold); }

.section-point-bottom::after, .section-point-top::before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: 150px; height: 42px; z-index: 4; background: inherit; }

.section-point-top::before { top: -1px; clip-path: polygon(50% 0,100% 100%,0 100%); display:none; }
.wide-photo { position: relative; height: clamp(350px, 48vw, 730px); overflow: hidden; }
.wide-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.features-section { padding: 8rem 0; background: var(--leeijen-cream); }
.feature-card { position: relative; height: 100%; background: var(--leeijen-dark-grey); color: white; padding: 4rem 3rem 3rem; }
.feature-card h2 { margin-bottom: 1.4rem; color: white; }
.feature-icon { position: absolute; top: -28px; left: 50%; transform: translateX(-50%); width: 58px; height: 58px; border-radius: 50%; background: var(--leeijen-cream); display: grid; place-items: center; }
.feature-icon img { width: 42px; height: 42px; }

.map-section { height: clamp(360px, 42vw, 620px); border-top: 4px solid var(--leeijen-gold); }
.map-section iframe { width: 100%; height: 100%; border: 0; filter: saturate(.75); }
.personal-section{
    position:relative;
    min-height:760px;
    padding:0;
    background:
        linear-gradient(rgba(95,98,98,.18), rgba(95,98,98,.18)),
        url("../../s4s_img/familie-origineel.jpg") center center / cover no-repeat;
}

.personal-mobile-photo{
    display:none;
}

.personal-section-inner{
    min-height:760px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    padding-top:2rem;
    padding-bottom:2rem;
}

.personal-card{
    width:min(100%, 980px);
    margin:0 auto;
    padding:1.75rem 2.5rem;
    background:rgba(252,252,247,.96);
    border:4px solid var(--leeijen-gold);
    backdrop-filter:blur(2px);
}

.personal-card h2 { color: var(--leeijen-green); }
.text-link { color: var(--leeijen-green); font-weight: 700; text-decoration: none; }

.site-footer { background: var(--leeijen-green); color: white; }
.footer-logo { padding: 1rem; }
.footer-heading { font-size: 1.2rem; color: var(--leeijen-gold); }
.site-footer a { color: white; text-decoration: none; }
.site-footer a:hover { color: var(--leeijen-gold); }
.footer-bottom { background: rgba(0,0,0,.14); font-size: .9rem; }
.placeholder-page { min-height: 55vh; display:grid; place-items:center; padding: 6rem 0; }
.btn-site { display:inline-block; background:var(--leeijen-green); color:#fff; padding:.8rem 1.2rem; text-decoration:none; }

@media (max-width: 991.98px) {
    .site-header-inner { min-height: 92px; }
    .navbar-brand img { width: 200px; }
    .navbar-collapse { background: var(--leeijen-cream); padding: 1rem 0 1.5rem; max-height: calc(100vh - 92px); overflow-y: auto; }
    .navbar-nav { gap: .25rem; align-items: stretch !important; }
    .nav-link { display: flex; align-items: center; gap: 1rem; text-align: left; padding: .65rem 1rem !important; font-size: 1rem; }
    .nav-link img { width: 38px; height: 30px; margin: 0; }
    .nav-link br { display:none; }
    .hero-badge { right: 5%; top: 10%; }
}

@media (max-width: 767.98px) {
    h1 { margin-bottom: 1.75rem; }
    .hero-section { height: 360px; }
    .hero-image { object-position: 58% center; }
    .hero-badge { width: 125px; font-size: .85rem; top: auto; bottom: 1rem; }
    .intro-section { padding: 4rem 0 5rem; }
    .service-choices {
        row-gap: 4.5rem;
    }
    .service-choices > [class*="col-"] {
        padding-top: 3.35rem;
    }
    .service-choice {
        min-height: 120px;
        padding: 1.6rem 1rem .85rem;
    }
    .service-choice img {
        top: -3.3rem;
        width: 140px;
        height: 58px;
    }
    .photo-decoration::before,
    .photo-decoration::after{
        width:240px;
        height:46px;
    }
    .wide-photo { height: 360px; }
    .features-section { padding: 6rem 0 4rem; }
    .feature-card { padding: 3.5rem 1.6rem 2rem; }
    /* Familiesectie mobiel:
       eerst de volledige familiefoto, daarna het tekstkader */
    .personal-section{
        min-height:0;
        padding:0;
        background:none;
    }

    .personal-mobile-photo{
        display:block;
        width:100%;
        background:#747676;
    }

    .personal-mobile-photo img{
        display:block;
        width:100%;
        height:auto;
        object-fit:contain;
    }

    .personal-section-inner{
        min-height:0;
        display:block;
        padding:1.5rem 1rem 2rem;
        background:var(--leeijen-cream);
    }

    .personal-card{
        width:100%;
        margin:0 auto;
        padding:1.5rem;
        backdrop-filter:none;
    }

    
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}



/* =========================================================
   Pagina: Caravan- en camperstalling
   Gebaseerd op Desktop_Leeijen_webdesign_V1_Stalling.jpg
   ========================================================= */

.stalling-container {
    max-width: 960px;
}

.stalling-hero {
    position: relative;
    height: clamp(330px, 42vw, 610px);
    overflow: hidden;
}

.stalling-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stalling-intro {
    padding: 6.5rem 0 3.75rem;
    background: var(--leeijen-cream);
}

.stalling-intro h1 {
    margin-bottom: 2.75rem;
    color: var(--leeijen-gold);
    font-size: clamp(2rem, 3.4vw, 3rem);
}

.stalling-intro p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.04rem;
}

.stalling-options {
    padding: 1.5rem 0 7rem;
    background: var(--leeijen-cream);
}

.stalling-outline {
    position: relative;
    width: 100%;
    padding: 3rem 2.5rem 2.5rem;
    border: 3px solid var(--leeijen-gold);
    background: var(--leeijen-cream);
}

.stalling-outline-wide {
    margin-bottom: 3.25rem;
}

.stalling-option-row {
    margin-bottom: 3.25rem;
}

.stalling-outline-icon {
    position: absolute;
    top: -34px;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--leeijen-cream);
    display: grid;
    place-items: center;
}

.stalling-outline-icon img {
    display: block;
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.stalling-outline h2 {
    margin-bottom: 1rem;
    color: var(--leeijen-green);
    font-size: 1.45rem;
}

.stalling-outline p {
    font-size: .98rem;
}

.stalling-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 4rem;
}

.stalling-arrow-button {
    display: block;
    padding: .85rem 3.5rem .85rem 2rem;
    color: #fff;
    background: var(--leeijen-green);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    text-align: center;
    text-decoration: none;
    font-family: "VistaSans", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .02em;
    transition: background .2s ease, transform .2s ease;
}

.stalling-arrow-button:hover,
.stalling-arrow-button:focus-visible {
    color: #fff;
    background: var(--leeijen-gold);
    transform: translateY(-2px);
}

.stalling-wide-photo {
    height: clamp(380px, 44vw, 670px);
}

.stalling-details {
    padding: 7rem 0;
    background: var(--leeijen-cream);
}

.stalling-dark-card {
    width: 100%;
    padding: 3rem 2.75rem;
    background: #747676;
    color: #fff;
}

.stalling-dark-card h2 {
    margin-bottom: 1.75rem;
    color: #fff;
    font-size: 1.75rem;
}

.stalling-dark-card p {
    font-size: 1rem;
    line-height: 1.55;
}

.stalling-buttons-under-cards {
    margin-top: 1.5rem;
}

.stalling-conditions {
    max-width: 850px;
    margin: 5.5rem auto 0;
}

.stalling-conditions h2 {
    margin-bottom: 1.5rem;
    color: var(--leeijen-green);
    font-size: clamp(2rem, 3vw, 2.65rem);
}

.stalling-conditions h3 {
    margin: 1.6rem 0 .25rem;
    color: var(--leeijen-green);
    font-size: 1.2rem;
}

.stalling-conditions p {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .stalling-hero {
        height: 350px;
    }

    .stalling-hero-image {
        object-position: center;
    }

    .stalling-intro {
        padding: 4.5rem 0 3rem;
    }

    .stalling-intro h1 {
        margin-bottom: 2rem;
    }

    .stalling-options {
        padding-bottom: 4.5rem;
    }

    .stalling-outline {
        padding: 3rem 1.5rem 2rem;
    }

    .stalling-outline-wide,
    .stalling-option-row {
        margin-bottom: 3.75rem;
    }

    .stalling-option-row {
        row-gap: 3.75rem;
    }

    .stalling-buttons {
        grid-template-columns: 1fr;
        gap: .85rem;
        margin-top: 3rem;
    }

    .stalling-arrow-button {
        font-size: 1.3rem;
    }

    .stalling-wide-photo {
        height: 370px;
    }

    .stalling-details {
        padding: 4.5rem 0;
    }

    .stalling-details .row {
        row-gap: 1.25rem;
    }

    .stalling-dark-card {
        padding: 2.25rem 1.75rem;
    }

    .stalling-conditions {
        margin-top: 4rem;
    }
}



/* =========================================================
   Pagina: Bedrijfsruimte en opslag
   Gebaseerd op Desktop_Leeijen_webdesign_V1_Bedrijven.jpg
   ========================================================= */

.business-container {
    max-width: 960px;
}

.business-hero {
    position: relative;
    height: clamp(330px, 42vw, 610px);
    overflow: hidden;
}

.business-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.business-intro {
    padding: 6.5rem 0 3.75rem;
    background: var(--leeijen-cream);
}

.business-intro h1 {
    margin-bottom: 2.75rem;
    color: var(--leeijen-green);
    font-size: clamp(2rem, 3.4vw, 3rem);
}

.business-intro p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.04rem;
}

.business-options {
    padding: 1.5rem 0 6rem;
    background: var(--leeijen-cream);
}

.business-outline-row {
    margin-bottom: 4.75rem;
}

.business-outline-card {
    position: relative;
    width: 100%;
    min-height: 295px;
    padding: 3.25rem 2.25rem 2.25rem;
    border: 3px solid var(--leeijen-green);
    background: var(--leeijen-cream);
}

.business-outline-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--leeijen-cream);
    display: grid;
    place-items: center;
}

.business-outline-icon img {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.business-outline-card h2,
.business-dark-card h2 {
    margin-bottom: 1.2rem;
    color: var(--leeijen-green);
    font-size: 1.45rem;
}

.business-outline-card p,
.business-dark-card p {
    font-size: .98rem;
}

.business-dark-row {
    margin-bottom: 2rem;
}

.business-dark-card {
    position: relative;
    width: 100%;
    min-height: 270px;
    padding: 3.1rem 2.25rem 2.25rem;
    background: var(--leeijen-green);
    color: #fff;
}

.business-dark-card h2 {
    color: #fff;
}

.business-dark-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 62px;
    height: 62px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--leeijen-cream);
    display: grid;
    place-items: center;
}

.business-dark-icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.business-contact-button-wrap {
    width: calc(50% - .75rem);
    margin-left: auto;
    margin-top: 2rem;
}

.business-arrow-button {
    display: block;
    padding: .85rem 3.5rem .85rem 2rem;
    color: #fff;
    background: var(--leeijen-gold);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    text-align: center;
    text-decoration: none;
    font-family: "VistaSans", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .02em;
    transition: background .2s ease, transform .2s ease;
}

.business-arrow-button:hover,
.business-arrow-button:focus-visible {
    color: #fff;
    background: var(--leeijen-green);
    transform: translateY(-2px);
}

.business-quality {
    position: relative;
    padding: 5.5rem 0 6.5rem;
    background: #747676;
    color: #fff;
}

.business-quality-copy {
    max-width: 760px;
    margin: 0 auto;
}

.business-quality h2 {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 1.75rem;
}

.business-quality h3 {
    margin: 1.35rem 0 .2rem;
    color: #fff;
    font-size: 1.05rem;
}

.business-quality p {
    margin-bottom: .75rem;
}

.business-building-photo {
    position: relative;
    height: clamp(360px, 43vw, 640px);
    overflow: hidden;
}

.business-building-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.business-facilities {
    padding: 6rem 0 6.5rem;
    background: var(--leeijen-cream);
}

.business-facilities h2 {
    margin-bottom: 1.5rem;
    color: var(--leeijen-green);
    font-size: clamp(2rem, 3vw, 2.65rem);
}

.business-facilities p {
    max-width: 760px;
    margin: 0 auto;
}

.business-facility-icons {
    margin-top: 3.5rem;
}

.business-facility-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: #747676;
    display: grid;
    place-items: center;
}

.business-facility-icon img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .business-hero {
        height: 350px;
    }

    .business-hero-image {
        object-position: center;
    }

    .business-intro {
        padding: 4.5rem 0 3rem;
    }

    .business-intro h1 {
        margin-bottom: 2rem;
    }

    .business-options {
        padding-bottom: 4.5rem;
    }

    .business-outline-row {
        row-gap: 4.5rem;
        margin-bottom: 4.5rem;
    }

    .business-outline-card,
    .business-dark-card {
        min-height: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .business-dark-row {
        row-gap: 4rem;
    }

    .business-contact-button-wrap {
        width: 100%;
        margin-top: 3rem;
    }

    .business-arrow-button {
        font-size: 1.3rem;
    }

    .business-quality {
        padding: 4.5rem 0 5rem;
    }

    .business-building-photo {
        height: 370px;
    }

    .business-facilities {
        padding: 4.5rem 0 5rem;
    }

    .business-facility-icons {
        margin-top: 2.75rem;
    }

    .business-facility-icon {
        width: 82px;
        height: 82px;
    }

    .business-facility-icon img {
        width: 52px;
        height: 52px;
    }
}



/* =========================================================
   Pagina: Contact
   Gebaseerd op Desktop_Leeijen_webdesign_V1_Contact.jpg
   ========================================================= */

.contact-container {
    max-width: 960px;
}

.contact-hero {
    position: relative;
    height: clamp(330px, 42vw, 610px);
    overflow: hidden;
}

.contact-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
}

.contact-hero-badge {
    position: absolute;
    right: max(5vw, calc((100% - 1140px) / 2 + 35px));
    top: 50%;
    width: 150px;
    aspect-ratio: 1;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    padding: 1rem;
    background: var(--leeijen-gold);
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.15;
    clip-path: polygon(
        50% 0%, 59% 8%, 70% 5%, 77% 15%, 89% 16%, 92% 28%,
        100% 36%, 95% 48%, 100% 59%, 91% 67%, 89% 79%, 77% 82%,
        70% 93%, 58% 90%, 50% 100%, 41% 91%, 29% 95%, 23% 84%,
        11% 82%, 9% 70%, 0% 62%, 5% 50%, 0% 39%, 9% 31%,
        11% 19%, 23% 17%, 30% 6%, 42% 9%
    );
}

.contact-main {
    padding: 6rem 0 7rem;
    background: var(--leeijen-cream);
}

.contact-intro {
    max-width: 830px;
    margin: 0 auto 5rem;
}

.contact-intro h1 {
    margin-bottom: 2.5rem;
    color: #747676;
    font-size: clamp(2rem, 3.4vw, 3rem);
}

.contact-intro p {
    margin-bottom: 1.2rem;
    font-size: 1.02rem;
}

.contact-content {
    align-items: flex-start;
}

.contact-address h2,
.contact-form-wrap h2 {
    margin-bottom: 1rem;
    color: var(--leeijen-green);
    font-size: 1.45rem;
}

.contact-address address,
.contact-address p {
    margin-bottom: 1.6rem;
    font-style: normal;
}

.contact-address a {
    color: inherit;
    text-decoration: none;
}

.contact-address a:hover,
.contact-address a:focus-visible {
    color: var(--leeijen-gold);
    text-decoration: underline;
}

.contact-form {
    position: relative;
}

.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-field {
    position: relative;
    margin-bottom: .45rem;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
    width: 100%;
    padding: .85rem 1rem;
    border: 1px solid #b8baba;
    border-radius: 6px;
    background: #fff;
    color: #747676;
    font: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: var(--leeijen-gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, .18);
}

.contact-select-field::after {
    content: "";
    position: absolute;
    right: .5rem;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-20%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 10px solid var(--leeijen-gold);
    pointer-events: none;
}

.contact-select-field select {
    appearance: none;
    padding-right: 2.5rem;
}

.contact-message-field {
    margin-top: 1rem;
}

.contact-message-field label {
    display: block;
    margin: 0 0 .4rem .45rem;
    color: #747676;
}

.contact-message-field textarea {
    min-height: 175px;
    resize: vertical;
}

.contact-submit {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding: .85rem 3.5rem .85rem 2rem;
    border: 0;
    color: #fff;
    background: var(--leeijen-gold);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    text-align: center;
    font-family: "VistaSans", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
    background: var(--leeijen-green);
    transform: translateY(-2px);
}

.contact-building-photo {
    position: relative;
    height: clamp(360px, 43vw, 650px);
    overflow: hidden;
}

.contact-building-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
}

.contact-map {
    height: 460px;
    background: #e7e7e7;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-personal {
    padding: 4.5rem 0 6.5rem;
    background: #747676;
}

.contact-personal-container {
    position: relative;
    min-height: 300px;
}

.contact-family-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 250px;
    display: flex;
    align-items: flex-start;
    padding-top: .5rem;
    color: #ff00a8;
    font-weight: 700;
}

.contact-personal-card {
    width: 38%;
    margin-left: auto;
    padding: 1.5rem;
    border: 2px solid var(--leeijen-gold);
    background: var(--leeijen-cream);
    color: #747676;
}

.contact-personal-card h2 {
    margin-bottom: .8rem;
    color: #3e4b48;
    font-size: 1.45rem;
}

@media (max-width: 991.98px) {
    .contact-hero-badge {
        right: 2rem;
        width: 125px;
    }

    .contact-address {
        margin-bottom: 1rem;
    }

    .contact-personal-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-family-placeholder {
        position: static;
        width: 100%;
        height: 180px;
    }

    .contact-personal-card {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .contact-hero {
        height: 350px;
    }

    .contact-hero-badge {
        right: 1rem;
        top: auto;
        bottom: 1.25rem;
        width: 105px;
        transform: none;
        font-size: .82rem;
    }

    .contact-main {
        padding: 4.5rem 0 5rem;
    }

    .contact-intro {
        margin-bottom: 3.5rem;
    }

    .contact-intro h1 {
        margin-bottom: 2rem;
    }

    .contact-building-photo {
        height: 370px;
    }

    .contact-map {
        height: 360px;
    }

    .contact-personal {
        padding: 3.5rem 0 4.5rem;
    }

    .contact-family-placeholder {
        height: 130px;
    }
}

/* Scroll-to-top */

.back-to-top{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    position:fixed;
    right:24px;
    bottom:24px;
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--leeijen-green);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    box-shadow:0 4px 12px rgba(0,0,0,.25);
    z-index:1040;
    transition:
        opacity .25s ease,
        transform .25s ease,
        background-color .2s ease,
        color .2s ease;
}

.back-to-top.visible{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.back-to-top svg{
    width:22px;
    height:22px;
    fill:currentColor;
    color:inherit;
    display:block;
}

.back-to-top:hover,
.back-to-top:focus-visible{
    background:var(--leeijen-gold);
    color:#fff !important;
    transform:translateY(-2px);
}

.back-to-top:hover svg,
.back-to-top:focus-visible svg{
    fill:#fff;
}

.back-to-top:visited{
    color:#fff;
}

/* =========================================================
   Desktop hover-effect hoofdnavigatie
   - groene tekst
   - gouden onderlijn
   - menu-item 2px omhoog
   ========================================================= */
@media (min-width: 992px) {
    .site-header .nav-link {
        position: relative;
        transition:
            color .25s ease,
            transform .25s ease;
    }

    .site-header .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: .15rem;
        width: calc(100% - .3rem);
        height: 3px;
        background: var(--leeijen-gold);
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
        transition: transform .25s ease;
    }

    .site-header .nav-link:hover,
    .site-header .nav-link:focus-visible {
        color: var(--leeijen-green);
        transform: translateY(-2px);
    }

    .site-header .nav-link:hover::after,
    .site-header .nav-link:focus-visible::after,
    .site-header .nav-link.active::after {
        transform: translateX(-50%) scaleX(1);
    }

    .site-header .nav-link.active{
        color:var(--leeijen-green);
        transform:translateY(-2px);
    }

    .site-header .nav-link.active::after{
        transform:translateX(-50%) scaleX(1) !important;
    }

    .site-header .nav-link:not(.active):not(:hover)::after{
        transform:translateX(-50%) scaleX(0);
    }
}


/* =========================================================
   FAQ accordeon - Leeijen huisstijl
   ========================================================= */
.faq-section {
    padding: 6rem 0;
    background: var(--leeijen-cream);
}

.faq-section h2 {
    color: var(--leeijen-green);
}

.faq-section .accordion {
    --bs-accordion-border-color: var(--leeijen-gold);
    --bs-accordion-border-width: 2px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(201, 168, 76, .20);
    --bs-accordion-active-bg: var(--leeijen-gold);
    --bs-accordion-active-color: #fff;
}

.faq-section .accordion-item {
    margin-bottom: .75rem;
    border: 2px solid var(--leeijen-gold);
    background: var(--leeijen-cream);
}

.faq-section .accordion-button {
    padding: 1.15rem 1.35rem;
    background: var(--leeijen-cream);
    color: var(--leeijen-green);
    font-family: "VistaSans", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .02em;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: var(--leeijen-gold);
    color: #fff;
    box-shadow: none;
}

.faq-section .accordion-button:hover,
.faq-section .accordion-button:focus-visible {
    background: var(--leeijen-gold);
    color: #fff;
}

.faq-section .accordion-button::after {
    filter: none;
}

.faq-section .accordion-button:not(.collapsed)::after,
.faq-section .accordion-button:hover::after,
.faq-section .accordion-button:focus-visible::after {
    filter: brightness(0) invert(1);
}

.faq-section .accordion-body {
    padding: 1.35rem;
    background: #fff;
    color: var(--leeijen-grey);
    line-height: 1.65;
}

@media (max-width: 767.98px) {
    .faq-section {
        padding: 4.5rem 0;
    }

    .faq-section .accordion-button {
        padding: 1rem 1.1rem;
        font-size: 1rem;
    }

    .faq-section .accordion-body {
        padding: 1.1rem;
    }
}
