/*
Theme Name: Art2NJoy Gallery Pro
Theme URI: https://art2njoy.nl/
Author: Custom theme for Art2NJoy
Description: Premium gallery theme voor Wil Cortie / Art2NJoy. Volledig zelfstandig, ontworpen voor grote kunstbeelden en compatibel met Photo Gallery by 10Web.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: art2njoy
License: GPL-2.0-or-later
*/

/* =========================================================
   ART2NJOY PREMIUM FOOTER
========================================================= */

.a2j-footer{
    position:relative;
    background:#0b0b0b;
    color:#fff;
    overflow:hidden;
}

.a2j-footer::before{
    content:"ART";
    position:absolute;
    right:-40px;
    bottom:-130px;
    font-family:Georgia,serif;
    font-size:360px;
    line-height:1;
    font-weight:700;
    color:rgba(255,255,255,.018);
    pointer-events:none;
    user-select:none;
}

.a2j-footer__accent{
    height:4px;
    background:#22a1c4;
}

.a2j-footer .a2j-shell{
    position:relative;
    z-index:2;
    max-width:1380px;
    margin:0 auto;
    padding:0 42px;
}


/* HERO */

.a2j-footer__hero{
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(280px,.6fr);
    gap:70px;
    align-items:end;
    padding:95px 0 80px;
}

.a2j-footer__eyebrow{
    display:block;
    margin-bottom:24px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.24em;
    color:#22a1c4;
}

.a2j-footer__hero h2{
    margin:0;
    max-width:850px;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(52px,7vw,108px);
    line-height:.92;
    letter-spacing:-.045em;
    font-weight:400;
}

.a2j-footer__hero h2 em{
    color:#22a1c4;
    font-weight:400;
}

.a2j-footer__hero p{
    max-width:650px;
    margin:35px 0 0;
    color:#a8a8a8;
    font-size:17px;
    line-height:1.8;
}


/* CTA */

.a2j-footer__hero-action{
    display:flex;
    justify-content:flex-end;
}

.a2j-footer__cta{
    width:100%;
    max-width:320px;
    min-height:88px;
    padding:0 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}

.a2j-footer__cta:hover{
    background:#22a1c4;
    border-color:#22a1c4;
    color:#fff;
    transform:translateY(-3px);
}

.a2j-footer__cta-arrow{
    font-size:28px;
    line-height:1;
}


/* DIVIDERS */

.a2j-footer__divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,.12);
}

.a2j-footer__divider--bottom{
    margin-top:70px;
}


/* GRID */

.a2j-footer__grid{
    display:grid;
    grid-template-columns:1.7fr 1fr 1fr 1fr;
    gap:55px;
    padding-top:65px;
}

.a2j-footer__identity{
    padding-right:30px;
}

.a2j-footer__logo{
    display:inline-block;
}

.a2j-footer__logo img{
    display:block;
    width:auto;
    max-width:235px;
    max-height:90px;
    object-fit:contain;
}

.a2j-footer__identity p{
    margin:26px 0 0;
    color:#777;
    font-size:14px;
    line-height:1.8;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.a2j-footer__column{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
}

.a2j-footer__label{
    margin-bottom:13px;
    color:#6d6d6d;
    font-size:11px;
    font-weight:700;
    letter-spacing:.2em;
    text-transform:uppercase;
}

.a2j-footer__column a{
    position:relative;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    line-height:1.5;
    transition:color .2s ease;
}

.a2j-footer__column a:hover{
    color:#22a1c4;
}


/* MENU */

.a2j-footer-menu{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.a2j-footer-menu li{
    margin:0;
    padding:0;
}

.a2j-footer-menu a{
    color:#fff;
}


/* BOTTOM */

.a2j-footer__bottom{
    min-height:100px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:30px;
    color:#686868;
    font-size:12px;
    letter-spacing:.04em;
}

.a2j-footer__signature{
    font-family:Georgia,"Times New Roman",serif;
    font-size:16px;
    font-style:italic;
    color:#969696;
}

.a2j-footer__top{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:12px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.a2j-footer__top span{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.18);
    transition:.2s ease;
}

.a2j-footer__top:hover span{
    background:#22a1c4;
    border-color:#22a1c4;
}


/* TABLET */

@media (max-width:1050px){

    .a2j-footer__hero{
        grid-template-columns:1fr;
    }

    .a2j-footer__hero-action{
        justify-content:flex-start;
    }

    .a2j-footer__grid{
        grid-template-columns:1.5fr 1fr 1fr;
    }

    .a2j-footer__nav{
        grid-column:2 / 4;
    }
}


/* MOBILE */

@media (max-width:720px){

    .a2j-footer .a2j-shell{
        padding:0 22px;
    }

    .a2j-footer__hero{
        padding:65px 0 55px;
        gap:45px;
    }

    .a2j-footer__hero h2{
        font-size:clamp(46px,14vw,70px);
    }

    .a2j-footer__hero p{
        font-size:15px;
    }

    .a2j-footer__cta{
        max-width:none;
    }

    .a2j-footer__grid{
        grid-template-columns:1fr 1fr;
        gap:45px 30px;
        padding-top:50px;
    }

    .a2j-footer__identity{
        grid-column:1 / -1;
    }

    .a2j-footer__nav{
        grid-column:auto;
    }

    .a2j-footer__bottom{
        grid-template-columns:1fr;
        padding:32px 0;
        gap:18px;
    }

    .a2j-footer__signature{
        display:none;
    }

    .a2j-footer__top{
        justify-content:flex-start;
    }

    .a2j-footer::before{
        font-size:210px;
        bottom:-60px;
    }
}


/* SMALL MOBILE */

@media (max-width:480px){

    .a2j-footer__grid{
        grid-template-columns:1fr;
    }

    .a2j-footer__hero h2{
        letter-spacing:-.035em;
    }

    .a2j-footer__logo img{
        max-width:190px;
    }
}

.a2j-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(5,12,15,.58) 0%,
            rgba(5,12,15,.30) 38%,
            rgba(5,12,15,.08) 70%,
            rgba(5,12,15,0) 100%
        );
    pointer-events:none;
}

.a2j-hero{
    min-height:620px;
    height:72vh;
    max-height:740px;
}

/* =========================================================
   ART2NJOY HERO - COMPACT PREMIUM
========================================================= */

.a2j-hero{
    min-height:0!important;
    height:720px!important;
    max-height:720px!important;
    background-position:center center!important;
    align-items:stretch!important;
}

.a2j-hero__inner{
    min-height:0!important;
    height:100%!important;
    padding-top:104px!important;
    padding-bottom:65px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
}

.a2j-hero__content{
    max-width:720px!important;
    transform:translateY(25px);
}

.a2j-hero h1{
    font-size:clamp(64px,6vw,96px)!important;
    line-height:.92!important;
    margin:0 0 16px!important;
}

.a2j-hero__content>p{
    font-size:clamp(18px,1.7vw,24px)!important;
    line-height:1.45!important;
    max-width:620px!important;
    margin:0 0 28px!important;
}

.a2j-hero__shade{
    background:
        linear-gradient(
            90deg,
            rgba(5,8,10,.66) 0%,
            rgba(5,8,10,.38) 37%,
            rgba(5,8,10,.10) 68%,
            rgba(5,8,10,.03) 100%
        )!important;
}

.a2j-scroll{
    display:none!important;
}

@media(max-width:980px){
    .a2j-hero{
        height:650px!important;
        max-height:650px!important;
    }

    .a2j-hero__inner{
        padding-top:86px!important;
        padding-bottom:45px!important;
    }

    .a2j-hero__content{
        transform:none;
    }
}

@media(max-width:640px){
    .a2j-hero{
        height:600px!important;
        max-height:600px!important;
    }

    .a2j-hero__inner{
        padding-top:76px!important;
        padding-bottom:35px!important;
    }

    .a2j-hero h1{
        font-size:54px!important;
    }

    .a2j-hero__content>p{
        font-size:17px!important;
    }
}

