/* ==========================================
   ACCESS HOLIDAYS
   Signature Journey Showcase
========================================== */

:root{

    --gold:#D4AF37;
    --navy:#071C4D;
    --blue:#103B91;
    --text:#2D2D2D;
    --light:#F7F9FC;
    --white:#ffffff;

    --radius:28px;

    --shadow:
        0 20px 60px rgba(0,0,0,.10);

}

.signature-showcase{

    position:relative;
    padding:70px 0 120px;
    background:

    linear-gradient(

        135deg,

        #03132D 0%,

        #0C2C74 100%
        );

    overflow:hidden;

}

.signature-showcase .container{

    max-width:1500px;
    margin:auto;
    padding:0 40px;

}

.section-heading{

    text-align:center;
    margin-bottom:40px;

}

.eyebrow{

    display:inline-block;

    color:var(--gold);

    letter-spacing:3px;

    text-transform:uppercase;

    font-weight:700;

    font-size:.85rem;

    margin-bottom:15px;

}

.section-heading h2{

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    color:#fff;

    margin-bottom:18px;

    font-weight:700;

}

.section-heading p{

    max-width:760px;

    margin:24px auto 0;

    color:rgba(44, 30, 30, 0.82);

    font-size:18px;

    line-height:1.9;

}

.heading-gold{

    display:block;

    margin-top:8px;

    background:linear-gradient(
        135deg,
        #FFE38A,
        #D4AF37,
        #B8871A
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

}

.heading-silver{

    color:rgba(255,255,255,.82);

    font-size:18px;

    line-height:1.9;

    max-width:760px;

    margin:24px auto 0;

}

.journey-showcase{
    display:grid;
    grid-template-columns:62% 38%;
    gap:40px;
    align-items:stretch;
}

.journey-gallery{

    position:relative;
    width:100%;

}

.journey-image-wrapper{

    position:relative;

    width: 100%;
    
    height:100%;
    
    overflow:hidden;

    border-radius:36px;
    
    background:transparent;

    box-shadow:0 35px 90px rgba(0,0,0,.18);

}

.image-overlay{

    position:absolute;

    inset:0;

    background:

    linear-gradient(

        to top,

       rgba(7,28,77,.20),
        rgba(7,28,77,.03)
    );

    pointer-events:none;

}

.journey-image{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;

    display:block;

    transition:
        transform 8s linear,
        opacity .5s ease;

}

.journey-image.active{

    opacity:1;

    transform:scale(1);

}

.journey-content{

    position:relative;

    background:

radial-gradient(
circle at top right,
rgba(255,215,90,.12),
transparent 30%
),

linear-gradient(
180deg,
#081C48,
#102D71);

    border-radius:34px;

    padding:42px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 40px 90px rgba(0,0,0,.30);

}

.journey-content::before{

    content:"";

    position:absolute;

    left:0;

    top:40px;

    bottom:40px;

    width:4px;

    border-radius:20px;

    background:linear-gradient(
        #FFD86A,
        #C9961A
    );

}

.journey-label{

    color:var(--gold);

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:700;

    font-size:.82rem;

}

#journeyTitle{

    font-size:48px;

    line-height:1.1;

    color:#fff;

}

#journeySubtitle{

    color:rgba(255,255,255,.88);

    line-height:1.6;
    
    font-size:18px;


}

.journey-divider{

    width:120px;

    height:4px;

    background:var(--gold);

    border-radius:999px;

}

.journey-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

}

.journey-features div{

    display:flex;

    align-items:center;

    gap:12px;

    padding:18px 20px;

    color:#fff;

    font-weight:600;

    border-radius:18px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.journey-features div:hover{

    transform:translateY(-4px);

    background:rgba(255,255,255,.10);

}

.journey-meta{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:16px;

    margin:32px 0;

}

.journey-meta div{

    padding:20px;

    border-radius:18px;

    background:rgba(255,255,255,.05);

    text-align:center;

}

.meta-title{

    display:block;

    font-size:.78rem;

    color:rgba(255,255,255,.55);

    margin-bottom:10px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.journey-meta strong{

    color:white;

    font-size:18px;

}

.destination-footer{

    margin:34px 0;

    padding:28px;

    border-radius:24px;

    background:
        linear-gradient(
            135deg,
            rgba(255,215,90,.10),
            rgba(255,255,255,.04));

    border:1px solid rgba(255,215,90,.25);

}

.price-label{

    display:block;

    color:#888;

    font-size:.85rem;

    text-transform:uppercase;

    letter-spacing:1px;

}

.price-amount{

    font-size:64px;

    font-weight:800;

    color:#FFD54A;

    line-height:1;

}

.price-unit{

    color:#666;

    font-size:.95rem;

}

.journey-note{

    margin:28px 0;

    padding:22px;

    border-left:3px solid #FFD54A;

    background:rgba(255,255,255,.04);

    border-radius:0 18px 18px 0;

    color:rgba(255,255,255,.82);

    line-height:1.8;

}

.journey-highlights{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:28px 0;

}

.journey-highlights span{

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.07);

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.journey-highlights span:hover{

    background:#D4AF37;

    color:#07173f;

}

.journey-buttons{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:16px;

    margin-top:36px;

}

.journey-buttons .btn{

    padding:16px 34px;

    border-radius:999px;

    font-weight:600;

    text-decoration:none;

    transition:.35s;

}

.btn-primary{

    background:var(--gold);

    color:#fff;

}

.btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 30px rgba(212,175,55,.35);

}

.btn-outline{

    border:2px solid var(--gold);

    color:var(--navy);

    background:#fff;

}

.btn-outline:hover{

    background:var(--gold);

    color:#fff;

}

.journey-content>*{

    opacity:0;

    transform:translateY(18px);

    transition:

        opacity .6s ease,

        transform .6s ease;

}

.journey-content.loaded>*{

    opacity:1;

    transform:none;

}

@media (max-width:1100px){

    .journey-showcase{

        grid-template-columns:1fr;

        gap:50px;

    }

    .journey-gallery{

        max-width:700px;

        margin:auto;

    }

}

@media (max-width:768px){

    .signature-showcase{

        padding:80px 0;

    }

    .signature-showcase .container{

        padding:0 20px;

    }

    .section-heading h2{

        font-size:34px;

    }

    #journeyTitle{

        font-size:38px;

    }

    .journey-features{

        grid-template-columns:1fr;

    }

    .journey-meta{

        grid-template-columns:1fr;

    }

    .journey-buttons{

        flex-direction:column;

    }

    .journey-buttons .btn{

        width:100%;

        text-align:center;

    }

    .price-amount{

        font-size:42px;

    }

}

@media(min-width:1400px){

    .journey-showcase{

        grid-template-columns:720px 1fr;

    }

}

.journey-image.zoom{

    transform:scale(1.08);

}