@font-face{
    font-family:'Gladista';
    src:url('fonts/Gladista.ttf') format('truetype');
}

@font-face{
    font-family:'AdobeHebrew';
    src:url('fonts/Adobe Hebrew Bold.otf') format('opentype');
}

@font-face{
    font-family:'AlexBrush';
    src:url('fonts/AlexBrushRegular.ttf') format('truetype');


}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}
html{
    scroll-behavior: smooth;
}
#galerie{
    scroll-margin-top: 25px;
}

body{

    font-family:'Inter',sans-serif;

    background:#f7f4ec;

    overflow-x:hidden;

}

header{

    position:fixed;

    top:20px;

    left:50%;

    transform:translateX(-50%);

    width:92%;

    max-width:1400px;

    height:82px;

    background:rgba(250,247,241,0.96);

    backdrop-filter:blur(16px);

    border-radius:22px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 25px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    z-index:999;

}

.logo{

    display:flex;

    align-items:center;

    gap:12px;

}

.logo img{

    width:75px;

    height:75px;

    object-fit:contain;

}

.company h2{

    font-family:'AlexBrush', cursive;
    font-size:46px;
    font-weight:normal;
    color:#234225;

    line-height:42px;
    margin:0;

    position:relative;
    top:4px;

}

.company p{

    font-family:'AlexBrush', cursive;

    font-size:42px;

    color:#234225;

    margin-top:-6px;

}

nav{

    display:flex;

    gap:60px;

    align-items:center;

}

nav a{

    font-family:'AdobeHebrew', serif;

    font-size:24px;

    font-weight:normal;

    color:#234225;

    text-decoration:none;

    position:relative;

    transition:.3s;

}




nav a:hover{

    color:#4f7b46;

}

nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#4f7b46;

    transition:.3s;

}

nav a:hover::after{

    width:100%;

}

/* HERO */

.hero{
    position: relative;
    min-height: 100vh;
    overflow: hidden;

    display: flex;
    align-items: center;

    padding-top: 140px;
    padding-left: 8%;
}
.hero-slideshow{
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide{
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    opacity: 0;
    transition: opacity 2.2s ease-in-out;
}

.hero-slide.active{
    opacity: 1;
}

.hero-content{

   
    color:white;
    max-width:650px;
    z-index:2;
    margin-top: 20px;
}

.overlay{

    position:absolute;
    inset:0;
    background:rgba(0,0,0,.25);
    z-index:1;
    
}



   .hero h1{

    font-family:'AdobeHebrew', serif;

    font-size:82px;

    font-weight:normal;

    line-height:1.05;

    margin-bottom:20px;

    color:white;

}

.hero p{
    margin-bottom:40px;

    color:white;
}    
.hero-divider{
    display:flex;
    align-items:center;
    gap:16px;

    margin:28px 0 22px;


}



.hero-divider span{
    width:230px;
    height:1px;
    background:rgba(255,255,255,.45);
    

}

.hero-divider img{
    width:22px;
    height:22px;

    display:block;
    object-fit:contain;
}

.hero-btn{

    
    display:inline-block;
    padding:18px 40px;
    background:#2f5b34;
    color:white;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
    transition:.3s;

}

.hero-btn:hover{

    background:#3f7345;

}
#angebot{
    scroll-margin-top:120px;
}

/* WELCOME SECTION */

.welcome{

    background:#f5efe3;

    padding:90px 8%;

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:80px;

}

.welcome-text{

    flex:0 0 38%;

}


.services-preview{

    flex:1;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}
.welcome-label{
    font-family:'AdobeHebrew', serif;
    font-size:20px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#315b37;
    margin-bottom:12px;
}

.welcome h2{
    font-family:'AdobeHebrew', serif;
    font-size:50px;
    font-weight:normal;
    color:#234225;
    margin-bottom:20px;
}

.welcome-divider{
   display:flex;
    align-items:center;
    justify-content:flex-start;

    width:300px;
    max-width:100%;

    gap:14px;
    margin:22px 0 28px;

    flex:none;
}
.welcome-divider span{
    display:block;

    width:180px;
    height:1px;

    background:#315b37;
    opacity:.45;

    flex:none;
}
.welcome-divider img{
    display:block;

    width:26px;
    height:26px;

    object-fit:contain;
    flex:none;
    position:relative;
    top:2px;

}

.welcome p{
    font-family:'Inter', sans-serif;
    font-size:17px;
    line-height:1.8;
    color:#333;
    margin-bottom:22px;
   
}

.welcome-btn{
    display:inline-block;
    margin-top:10px;
    padding:15px 30px;
    border:1px solid #315b37;
    color:#315b37;
    text-decoration:none;
    font-family:'AdobeHebrew', serif;
    font-size:21px;
    transition:.3s;
}

.welcome-btn:hover{
    background:#315b37;
    color:white;
}
/* SERVICES */

.services{

    background:white;

    padding:110px 8%;

    text-align:center;

    align-items:flex-start;


    

}#leistungen{
    scroll-margin-top: 150px;
}

.services-label{

    font-family:'AdobeHebrew';

    font-size:20px;

    letter-spacing:2px;

    color:#315b37;

    margin-bottom:15px;

}

.services h2{

    font-family:'AdobeHebrew';

    font-size:34px;

    font-weight:normal;

    color:#234225;

    margin-bottom:25px;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-top:70px;

}

.service-card{

    background:#f5efe3;

    padding:45px 30px;

    border-radius:20px;

    transition:.3s;

}

.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.service-card img{

    width:70px;

    margin-bottom:25px;

}

.service-card h3{

    font-family:'AdobeHebrew';

    font-size:28px;

    color:#234225;

    margin-bottom:15px;

}

.service-card p{

    font-family:'Inter';

    font-size:17px;

    line-height:1.7;

    color:#555;

}
.services-preview{

    flex:0 0 42%;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}
/* ---------- SERVICES ---------- */

.services{

    background:#f5efe3;

    padding:20px 8% 80px;

    display:flex;
    
    flex-wrap:wrap;

    justify-content:space-between;

    align-items:flex-start;

    gap:50px;

}

.services-left{

    flex:0 0 42%;

}

.services-right{

    display:grid;

    grid-template-columns:repeat(3,1fr);

     column-gap:18px;

    row-gap:20px;

    width:100%;

    flex:0 0 50%;

    align-self:flex-start;

    margin-top:-70px;


}
.services-right h3{

    grid-column:1 / -1;

    text-align:center;

    margin-bottom:25px;

    font-family:'AdobeHebrew';

    font-size:32px;

    color:#234225;


}
/* ---------- SERVICE ITEMS ---------- */

.service-item{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    padding:10px;

    max-width:180px;

    margin:0 auto;

}

.service-item img{

    width:64px;

    height:64px;

    margin-bottom:10px;

}

.service-item h4{

    font-family:'AdobeHebrew';

    font-size:22px;

    color:#234225;

    margin-bottom:8px;

    min-height:55px;

}

.service-item p{

    font-family:'Inter';

    font-size:14px;

    line-height:1.5;

    color:#555;

     max-width:220px;

}

.services-more{

    grid-column:1 / -1;

    text-align:center;

    margin-top:20px;


}

.services-more h3{

    font-family:'AdobeHebrew';

    font-size:34px;

    color:#234225;

    white-space:nowrap;

    margin-bottom:4px;


}

.services-more p{

    font-family:'Inter';

    font-size:18px;

    color:#666;

    margin-top:0px;
}


/* =========================
   WARUM A.M. GARTENSERVICE
   ========================= */

.why{
    width:100%;
    box-sizing:border-box;

    padding:45px 8% 90px;

    background:#f5efe3;

}


/* SECTION HEADING */

.why-header{
    width:100%;
    text-align:center;

    margin-bottom:35px;
    }

.why-label{
    font-family:'AdobeHebrew', serif;
    font-size:28px;
    font-weight:normal;
    color:#234225;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;

    top:-90px;
    position:relative;
}
.why-label::before,
.why-label::after{
    content:"";
    width:200px;
    height:2px;
    background:#234225;
    opacity:.45;
}

.why-header h2{
    font-family:'AdobeHebrew', serif;
    font-size:48px;
    font-weight:normal;

    color:#234225;
}


/* THREE REASONS */

.why-grid{
    width:100%;
    max-width:1400px;

    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(3, 1fr);

    align-items:start;
    justify-items:center;

    column-gap:80px;
    transform: translateY(-50px);
}


/* INDIVIDUAL ITEM */

.why-item{
    width:100%;
    max-width:360px;

    text-align:center;
}

.why-item img{
    width:75px;
    height:75px;

    object-fit:contain;

    margin-bottom:25px;
}

.why-item h3{
    font-family:'AdobeHebrew', serif;
    font-size:27px;
    font-weight:normal;

    color:#234225;

    margin-bottom:15px;
}

.why-item p{
    font-family:'Inter', sans-serif;
    font-size:16px;
    line-height:1.7;

    color:#333;

    max-width:290px;
    margin:0 auto;
}

/* =========================
   EIN BLICK IN MEINE ARBEIT
   ========================= */

.work{
    width:100%;
    box-sizing:border-box;

    padding:70px 8% 90px;

    background:#f5efe3;
}


/* TITLE */

.work-header{
    text-align:center;
    margin-bottom:45px;
}

.work-header h2{
    font-family:'AdobeHebrew', serif;
    font-size:42px;
    font-weight:normal;

    color:#234225;

    margin:0;
}


/* PHOTOS */

.work-gallery{
    width:100%;
    max-width:1100px;

    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(3, 1fr);

    gap:25px;
}

.work-image{
    width:100%;
    height:330px;

    overflow:hidden;
}

.work-image img{
    width:100%;
    height:100%;

    object-fit:cover;
    display:block;
}


/* GALLERY LINK */

.work-more{
    text-align:center;
    margin-top:35px;
}


.gallery-btn{
    display:inline-block;
    padding:18px 40px;
    background:#2f5b34;
    color:white;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
    margin-top:35px;
}

.gallery-btn:hover{
    background:#3f7345;
}

/* =========================
   FOOTER
   ========================= */

.footer{
    width:100%;
    box-sizing:border-box;

    background:#234225;
    color:white;

    padding:55px 8% 20px;

    position:relative;
    overflow:hidden;

}
.footer::after{
    content:"";

    position:absolute;

    width:300px;
    height:300px;

    right:-10px;
    bottom:-25px;

    background-image:url("icons/icon-oak-leaf.svg");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;

    filter:brightness(0) invert(1);
    opacity:0.07;

    pointer-events:none;
}


/* MAIN FOOTER LAYOUT */

.footer-content{
    width:100%;
    max-width:1200px;

    margin:0 auto;

    display:grid;
    grid-template-columns:1.4fr 1fr 1fr;

    gap:80px;
    align-items:start;
}
.footer-bottom{
    position:relative;
    z-index:1;
    }


/* BRAND */

.footer-logo{
    display:flex;
    align-items:center;
    gap:15px;

    margin-bottom:18px;
}

.footer-logo img{
    width:55px;
    height:55px;

    object-fit:contain;

    /* turns the dark logo white */
    filter:brightness(0) invert(1);
}

.footer-logo h2{
    font-family:'AlexBrush', cursive;
    font-size:35px;
    font-weight:normal;

    margin:0;
    color:white;
}

.footer-brand p{
    font-family:'Inter', sans-serif;
    font-size:14px;
    line-height:1.7;

    margin:0;

    color:white;
}


/* CONTACT + NAV HEADINGS */

.footer h3{
    font-family:'AdobeHebrew', serif;
    font-size:22px;
    font-weight:normal;

    margin:0 0 18px;

    color:white;
}


/* CONTACT */

.footer-contact p{
    font-family:'Inter', sans-serif;
    font-size:14px;

    margin:0 0 12px;

    color:white;
}


/* NAVIGATION */

.footer-nav{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.footer-nav h3{
    margin-bottom:18px;
}

.footer-nav a{
    font-family:'Inter', sans-serif;
    font-size:14px;

    color:white;
    text-decoration:none;

    margin-bottom:10px;

    transition:.3s;
}

.footer-nav a:hover{
    opacity:.65;
}


/* COPYRIGHT */

.footer-bottom{
    max-width:1200px;

    margin:35px auto 0;

    padding-top:18px;

    border-top:1px solid rgba(255,255,255,.25);

    text-align:center;
}

.footer-bottom p{
    font-family:'Inter', sans-serif;
    font-size:12px;

    margin:0;

    color:rgba(255,255,255,.75);
}
/* =========================
   ÜBER MICH PAGE
   ========================= */

.about-page{
    background:#f5efe3;
    min-height:100vh;

    padding:180px 8% 100px;
}


.about{
    width:100%;
    max-width:1250px;

    margin:0 auto;

    display:grid;
    grid-template-columns:0.9fr 1.1fr;

    gap:90px;
    align-items:center;
}


/* PHOTO */

.about-image{
    width:100%;
}

.about-image-placeholder{
    width:100%;
    height:580px;

    border:1px solid rgba(35,66,37,.25);

    display:flex;
    justify-content:center;
    align-items:center;

    color:#234225;

    font-family:'AdobeHebrew', serif;
    font-size:20px;
}


/* TEXT */

.about-label{
    font-family:'AdobeHebrew', serif;

    font-size:19px;
    letter-spacing:2px;

    color:#315b37;

    margin:0 0 10px;
}


.about-content h1{
    font-family:'AdobeHebrew', serif;

    font-size:52px;
    font-weight:normal;

    color:#234225;

    margin:0;
}


/* DIVIDER */

.about-divider{
    display:flex;
    align-items:center;

    gap:14px;

    margin:24px 0 32px;
    
}

.about-divider span{
    width: 200px;;
    height:1px;

    background:#315b37;
    opacity:.45;
}

.about-divider img{
    width:24px;
    height:24px;

    object-fit:contain;
}


/* PARAGRAPHS */

.about-content > p:not(.about-label){
    font-family:'Inter', sans-serif;

    font-size:17px;
    line-height:1.8;

    color:#333;

    margin:0 0 20px;
}


/* BACK LINK */

.about-back{
    display:inline-block;

    margin-top:18px;

    font-family:'AdobeHebrew', serif;
    font-size:20px;

    color:#315b37;
    text-decoration:none;

    transition:.3s;
}

.about-back:hover{
    transform:translateX(-5px);
}
/* =========================
   GALLERY PAGE
========================= */

.gallery-page{
    background:#f5efe3;
    min-height:100vh;

    padding:220px 8% 100px;
}

.gallery-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
}

.gallery-label{
    font-family:'AdobeHebrew', serif;
    font-size:20px;
    letter-spacing:3px;
    color:#315b37;
    margin-bottom:12px;
}

.gallery-header h1{
    font-family:'AdobeHebrew', serif;
    font-size:50px;
    font-weight:normal;
    color:#234225;
    margin:0;
}

.gallery-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;

    margin:25px auto;
}

.gallery-divider span{
    width:180px;
    height:1px;
    background:#315b37;
    opacity:.45;
}

.gallery-divider img{
    width:26px;
    height:26px;
    object-fit:contain;
}

.gallery-intro{
    font-family:'Inter', sans-serif;
    font-size:17px;
    line-height:1.7;
    color:#333;
    margin-top:20px;
}
/* GALLERY GRID */

.gallery-grid{
    width:100%;
    max-width:1120px;
    margin:60px auto 0;

    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:22px;
}

.gallery-item{
    width:100%;
    height:300px;
    overflow:hidden;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

    transition:transform .4s ease;
}

.gallery-item:hover img{
    transform:scale(1.04);
}
.gallery-back{
    max-width:1120px;
    margin:45px auto 0;
}

.gallery-back a{
    font-family:'AdobeHebrew', serif;
    font-size:20px;
    color:#315b37;
    text-decoration:none;
    transition:.3s;
}

.gallery-back a:hover{
    opacity:.65;
}
/* =========================
   GALLERY LIGHTBOX
========================= */

.gallery-item img{
    cursor:pointer;
}

/* Dark full-screen background */
.lightbox{
    position:fixed;
    inset:0;

    background:rgba(0,0,0,.88);

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:9999;

    opacity:0;
    visibility:hidden;

    transition:opacity .3s ease;
}

/* When lightbox is open */
.lightbox.active{
    opacity:1;
    visibility:visible;
}

/* Large image */
.lightbox-image{
    max-width:88vw;
    max-height:88vh;

    width:auto;
    height:auto;

    object-fit:contain;

    box-shadow:0 10px 40px rgba(0,0,0,.4);
}

/* Close button */
.lightbox-close{
    position:absolute;

    top:25px;
    right:35px;

    background:none;
    border:none;

    color:white;

    font-size:48px;
    font-weight:300;

    cursor:pointer;

    z-index:2;
}

/* Previous + next buttons */
.lightbox-prev,
.lightbox-next{
    position:absolute;
    top:50%;

    transform:translateY(-50%);

    background:rgba(0,0,0,.25);
    border:none;

    color:white;

    width:55px;
    height:70px;

    font-size:38px;

    cursor:pointer;

    transition:.25s;

    z-index:2;
}

.lightbox-prev{
    left:30px;
}

.lightbox-next{
    right:30px;
}

.lightbox-prev:hover,
.lightbox-next:hover{
    background:rgba(255,255,255,.18);
}
/* =========================
   MOBILE / TABLET
========================= */
.menu-toggle{
    display:none;
}
/* =========================
   CONTACT / ANGEBOT
========================= */

#angebot{
    scroll-margin-top:120px;
}

.contact-section{
    background:#f5efe3;
    padding:90px 8% 110px;
}

.contact-header{
    max-width:760px;
    margin:0 auto 50px;
    text-align:center;
}

.contact-label{
    font-family:'AdobeHebrew', serif;
    font-size:19px;
    letter-spacing:2px;
    color:#315b37;
    margin:0 0 10px;
}

.contact-header h2{
    font-family:'AdobeHebrew', serif;
    font-size:48px;
    font-weight:normal;
    color:#234225;
    margin:0;
}

.contact-header > p:last-child{
    font-family:'Inter', sans-serif;
    font-size:17px;
    line-height:1.7;
    color:#555;
    max-width:620px;
    margin:0 auto;
}


/* DIVIDER */

.contact-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:24px auto 28px;
}

.contact-divider span{
    width:180px;
    height:1px;
    background:#315b37;
    opacity:.45;
}

.contact-divider img{
    width:24px;
    height:24px;
    object-fit:contain;
}


/* FORM */

.contact-form{
    max-width:850px;
    margin:0 auto;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

.form-field{
    display:flex;
    flex-direction:column;
    margin-bottom:24px;
}

.form-field label{
    font-family:'Inter', sans-serif;
    font-size:14px;
    font-weight:500;
    color:#234225;
    margin-bottom:8px;
}

.form-field input,
.form-field select,
.form-field textarea{
    width:100%;
    box-sizing:border-box;

    padding:14px 16px;

    font-family:'Inter', sans-serif;
    font-size:16px;

    color:#333;
    background:#faf7f1;

    border:1px solid rgba(35,66,37,.25);
    border-radius:10px;

    outline:none;

    transition:.25s;
}

.form-field input,
.form-field select{
    height:50px;
}

.form-field textarea{
    resize:vertical;
    min-height:150px;
}


/* ACTIVE FIELD */

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus{
    border-color:#315b37;
    box-shadow:0 0 0 3px rgba(49,91,55,.08);
}
.upload-hint{
    font-family:'Inter', sans-serif;
    font-size:13px;
    color:#777;
    margin-top:7px;
}

/* SUBMIT BUTTON */

.contact-submit{
    display:block;
    margin:10px auto 0;

    padding:15px 34px;

    background:#315b37;
    color:white;

    border:none;
    border-radius:10px;

    font-family:'Inter', sans-serif;
    font-size:15px;
    font-weight:600;

    cursor:pointer;

    transition:.3s;
}

.contact-submit:hover{
    background:#234225;
    transform:translateY(-2px);
}
@media (max-width: 900px){

    /* HEADER */

   
    .logo{
        width:100%;
        justify-content:center;
    }

    nav{
        width:100%;
        justify-content:center;
        gap:25px;
        flex-wrap:wrap;
    }


    /* HERO */

    .hero{
    min-height:100vh;

    display:flex;
    align-items:flex-start;

    padding-top:120px;
    padding-left:5%;
    padding-right:5%;
}

    .hero-content{
        max-width:520px;
       
    }

    .hero h1{
        font-size:58px;
    }

    .hero-divider span{
        width:120px;
    }
    .hero-divider{
    width:100%;
    gap:14px;
}

.hero-divider span{
    width:auto;
    flex:1;
}

.hero-divider img{
    flex-shrink:0;
}


    /* WELCOME / SERVICES */

    .welcome{
        flex-direction:column;

        padding:70px 6%;

        gap:50px;
    }

    .welcome-text{
        flex:1;
        width:100%;
    }

    .services{
        width:100%;
    }

    .services-right{
        width:100%;
    }


    /* WHY */

    .why-grid{
        grid-template-columns:1fr;
        gap:55px;

        transform:none;
    }


    /* WORK PREVIEW */

    .work-gallery{
        grid-template-columns:1fr;
        max-width:650px;
    }

    .work-image{
        height:360px;
    }


    /* FOOTER */

    .footer-content{
        grid-template-columns:1fr;

        gap:40px;
    }


    /* ABOUT PAGE */

    .about{
        grid-template-columns:1fr;

        gap:50px;
    }

    .about-image-placeholder{
        height:420px;
    }


    /* GALLERY PAGE */

    .gallery-grid{
        grid-template-columns:repeat(2, 1fr);
    }

}
@media (max-width: 600px){

    /* =========================
       MOBILE HEADER
    ========================= */

    header{
        top:12px;

        left:50%;
        transform:translateX(-50%);

        width:94%;
        height:70px;

        padding:0 14px;

        flex-direction:row;
        justify-content:space-between;
        align-items:center;

        border-radius:18px;
    }


    /* LOGO */

    .logo{
        gap:7px;
        min-width:0;
    }

    .logo img{
        width:52px;
        height:52px;
        flex-shrink:0;
    }

    .company h2{
        font-size:31px;
        line-height:31px;

        top:3px;

        white-space:nowrap;
        
    }


    /* HAMBURGER */

    .menu-toggle{
        display:flex;

        flex-direction:column;
        justify-content:center;
        align-items:center;

        gap:5px;

        width:40px;
        height:40px;

        padding:6px;

        background:none;
        border:none;

        cursor:pointer;

        flex-shrink:0;
    }

    .menu-toggle span{
        display:block;

        width:25px;
        height:2px;

        background:#234225;

        border-radius:2px;

        transition:.3s;
    }


    /* DROPDOWN MENU */

    header nav{
        position:absolute;

        top:80px;
        left:0;

        width:100%;

        display:flex;
        flex-direction:column;

        gap:0;

        padding:8px 0;

        background:#faf7f1;

        backdrop-filter:none;

        border-radius:18px;

        box-shadow:0 10px 30px rgba(0,0,0,.10);

        opacity:0;
        visibility:hidden;

        transform:translateY(-8px);

        transition:.3s;
    }

    header nav.active{
        opacity:1;
        visibility:visible;

        transform:translateY(0);
    }

    header nav a{
        width:100%;

        padding:13px 20px;

        text-align:center;

        font-size:19px;
    }




.hero-content{
    width:100%;
    max-width:none;
    margin-top:0;
}

    .hero h1{
        font-size:44px;
        line-height:1.05;
    }

    .hero p{
        font-size:16px;
    }

   .hero-divider{
    width:100%;
    gap:14px;
}

.hero-divider span{
    width:auto;
    flex:1;
}

.hero-divider img{
    flex-shrink:0;

    }

    .hero-btn{
        padding:15px 25px;
        font-size:15px;
    }


    /* WELCOME */

    .welcome{
        padding:60px 5%;
    }

    .welcome h2{
        font-size:40px;
    }

    .welcome p{
        font-size:16px;
    }

    .welcome-divider{
        width:100%;
    }

    .welcome-divider span{
        width:100px;
    }


    /* SERVICES */

/* SERVICES */

.services{
    display:block;
    padding-left:5%;
    padding-right:5%;
}

.services-right{
    display:grid;

    grid-template-columns:repeat(2, minmax(0, 1fr));

    width:100%;
    flex:none;

    column-gap:14px;
    row-gap:30px;

    margin-top:30px;
}

.service-item{
    width:100%;
    max-width:none;
    min-width:0;

    margin:0;
    padding:10px 5px;

    gap:10px;
}

.service-item img{
    width:42px;
    height:42px;
}

.service-item h4{
    font-size:18px;
}

.service-item p{
    font-size:14px;
    line-height:1.4;
}


    /* WHY */

    .why{
        padding-left:5%;
        padding-right:5%;
    }

    .why-label{
        font-size:22px;
    }

    .why-label::before,
    .why-label::after{
        width:55px;
    }


    /* WORK */

    .work{
        padding-left:5%;
        padding-right:5%;
    }

    .work-header h2{
        font-size:36px;
    }

    .work-image{
        height:280px;
    }


    /* GALLERY PAGE */

    .gallery-page{
        padding-left:5%;
        padding-right:5%;
    }

    .gallery-header h1{
        font-size:40px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .gallery-item{
        height:300px;
    }

/* =========================
   ABOUT PAGE - MOBILE
========================= */

.about-page{
    padding:110px 5% 60px;
}

.about{
    width:100%;
    max-width:100%;

    display:grid;
    grid-template-columns:minmax(0, 1fr);

    gap:35px;
    align-items:start;
}

.about-image{
    width:100%;
    min-width:0;
}

.about-image-placeholder{
    width:100%;
    height:380px;
    box-sizing:border-box;

    font-size:18px;
}

.about-content{
    width:100%;
    max-width:100%;
    min-width:0;
}

.about-label{
    font-size:18px;
}

.about-content h1{
    font-size:40px;
    line-height:1.1;
}


/* DIVIDER */

.about-divider{
    width:100%;
    gap:12px;
}

.about-divider span{
    width:auto;
    flex:1;
}

.about-divider img{
    width:22px;
    height:22px;
    flex-shrink:0;
}


/* PARAGRAPHS */

.about-content > p:not(.about-label){
    font-size:16px;
    line-height:1.7;

    overflow-wrap:break-word;
}

    /* FOOTER */

    .footer{
        padding-left:6%;
        padding-right:6%;
    }


    /* LIGHTBOX */

    .lightbox-image{
        max-width:92vw;
        max-height:80vh;
    }

    .lightbox-prev{
        left:8px;
    }

    .lightbox-next{
        right:8px;
    }

    .lightbox-prev,
    .lightbox-next{
        width:42px;
        height:58px;
        font-size:28px;
    }

    .lightbox-close{
        top:12px;
        right:15px;
        font-size:40px;
    }
/* =========================
   CONTACT - MOBILE
========================= */

.contact-section{
    padding:70px 5% 80px;
}

.contact-header{
    margin-bottom:38px;
}

.contact-label{
    font-size:16px;
    letter-spacing:1.5px;
}

.contact-header h2{
    font-size:38px;
    line-height:1.1;
}

.contact-header > p:last-child{
    font-size:15px;
    line-height:1.6;
    padding:0 8px;
}


/* CONTACT DIVIDER */

.contact-divider{
    gap:10px;
    margin:20px auto 24px;
}

.contact-divider span{
    width:100px;
}

.contact-divider img{
    width:22px;
    height:22px;
}


/* FORM */

.contact-form{
    width:100%;
}

.form-row{
    grid-template-columns:1fr;
    gap:0;
}

.form-field{
    margin-bottom:18px;
}

.form-field input,
.form-field select,
.form-field textarea{
    font-size:16px;
    padding:13px 14px;
}

.form-field input,
.form-field select{
    height:48px;
}

.form-field textarea{
    min-height:140px;
}


/* SUBMIT BUTTON */

.contact-submit{
    width:100%;
    padding:15px 20px;
    margin-top:8px;
}
}