/* =========================================
   CINEMATIC ARTICLE
========================================= */

.cinematic-article{

    background:#050505;

    color:#fff;

    overflow:hidden;
}

/* HERO */

.article-hero{

    position:relative;

    min-height:75vh;

    display:flex;

    align-items:center;
    justify-content:center;

    text-align:center;

    padding:140px 20px;

    background:
    linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.88)
    ),
    url('/images/menu/khinkali-hero.jpg');

    background-size:cover;
    background-position:center;
}

/* OVERLAY */

.article-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(
        circle at top right,
        rgba(255,140,0,0.16),
        transparent 60%
    );
}

/* CONTENT */

.article-hero-content{

    position:relative;

    z-index:2;

    max-width:950px;
}

.article-mini{

    display:inline-block;

    color:#ff8c00;

    font-size:14px;
    font-weight:700;

    letter-spacing:6px;

    margin-bottom:30px;
}

.article-hero h1{

    font-family:'Oswald',sans-serif;

    font-size:clamp(62px,10vw,140px);

    line-height:0.95;

    text-transform:uppercase;

    margin-bottom:35px;
}

.article-hero p{

    font-size:22px;

    line-height:1.9;

    color:#d0d0d0;
}

/* MAIN CONTENT */

.article-content{

    max-width:1100px;

    margin:auto;

    padding:
    120px
    30px;
}

/* TITLES */

.article-content h2{

    font-family:'Oswald',sans-serif;

    font-size:58px;

    line-height:1;

    margin:
    90px 0 30px;

    color:#fff;

    position:relative;
}

.article-content h2::after{

    content:'';

    display:block;

    width:90px;
    height:4px;

    background:#ff8c00;

    margin-top:18px;
}

/* TEXT */

.article-content p{

    font-size:21px;

    line-height:2.1;

    color:#cfcfcf;

    margin-bottom:35px;
}

/* LIST */

.article-content ul{

    padding-left:25px;

    margin-bottom:40px;
}

.article-content li{

    font-size:20px;

    line-height:2;

    color:#d5d5d5;

    margin-bottom:10px;
}

/* IMAGE */

.article-content img{

    width:100%;

    border-radius:30px;

    margin:
    60px 0;

    box-shadow:
    0 30px 80px rgba(0,0,0,0.45);
}

/* MOBILE */

@media(max-width:768px){

    .article-hero{

        min-height:60vh;

        padding:120px 20px 80px;
    }

    .article-hero h1{

        font-size:52px;

        line-height:1.05;
    }

    .article-hero p{

        font-size:18px;
    }

    .article-content{

        padding:80px 22px;
    }

    .article-content h2{

        font-size:38px;
    }

    .article-content p,
    .article-content li{

        font-size:17px;

        line-height:1.9;
    }

}

/* =========================================
   ARTICLE BUTTON NAVIGATION
========================================= */

.article-buttons-nav{

    width:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    margin-top:110px;

    padding-top:40px;

    border-top:
    1px solid rgba(255,140,0,0.12);
}

/* BUTTON */

.article-small-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    min-height:60px;

    padding:
    0 32px;

    border-radius:16px;

    text-decoration:none !important;

    background:
    rgba(255,140,0,0.10);

    border:
    1px solid rgba(255,140,0,0.22);

    color:#fff !important;

    font-size:15px;

    font-weight:700;

    letter-spacing:.5px;

    transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

/* LEFT BUTTON */

.prev-btn{

    margin-right:auto;
}

/* RIGHT BUTTON */

.next-btn{

    margin-left:auto;
}

/* HOVER */

.article-small-btn:hover{

    background:#ff8c00;

    border-color:#ff8c00;

    color:#fff !important;

    transform:
    translateY(-4px);

    box-shadow:
    0 18px 40px rgba(255,140,0,0.30);
}

/* ICON ANIMATION */

.prev-btn i{

    transition:
    transform .35s ease;
}

.next-btn i{

    transition:
    transform .35s ease;
}

.prev-btn:hover i{

    transform:
    translateX(-4px);
}

.next-btn:hover i{

    transform:
    translateX(4px);
}

/* MOBILE */

@media(max-width:768px){

    .article-buttons-nav{

        flex-direction:column;

        align-items:stretch;
    }

    .article-small-btn{

        width:100%;

        justify-content:center;
    }

}

/* ======================================================
CHEF ARTICLE CINEMATIC
====================================================== */

.article-page.chef-article{
    position:relative;

    background:
    radial-gradient(
    circle at top,
    rgba(255,140,0,.08),
    transparent 45%
    ),
    #050505;

    color:#fff;

    overflow:hidden;
}

/* IMPORTANT JOOMLA OVERRIDES */

.article-page.chef-article,
.article-page.chef-article *{
    box-sizing:border-box;
}

.article-page.chef-article p,
.article-page.chef-article h1,
.article-page.chef-article h2,
.article-page.chef-article h3,
.article-page.chef-article span{
    color:inherit;
}

.article-page.chef-article img{
    display:block;
}

/* FIX WHITE JOOMLA BACKGROUNDS */

.item-page{
    background:#050505 !important;
}

.com-content-article__body{
    background:#050505 !important;
}

.article-page.chef-article{
    padding:0 !important;
    margin:0 !important;
}

/* ======================================================
HERO
====================================================== */

.chef-hero{
    position:relative;

    min-height:100vh;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    overflow:hidden;

    background:
    url('/images/chef/chef-hero.jpg')
    center center/cover no-repeat;
}

.chef-hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
    to bottom,
    rgba(0,0,0,.55),
    rgba(0,0,0,.92)
    );
}

.chef-hero-content{
    position:relative;
    z-index:2;

    max-width:900px;

    padding:40px 20px;
}

.chef-subtitle{
    display:inline-block;

    color:#ff8c00 !important;

    letter-spacing:4px;

    font-size:13px;

    margin-bottom:20px;
}

.chef-hero h1{
    font-size:clamp(3rem,8vw,7rem);

    color:#fff !important;

    margin-bottom:24px;

    line-height:1;

    font-weight:800;
}

.chef-hero p{
    font-size:clamp(1rem,2vw,1.35rem);

    color:rgba(255,255,255,.75) !important;

    line-height:1.8;
}

/* ======================================================
QUOTE
====================================================== */

.chef-quote{
    padding:140px 20px;

    text-align:center;
}

.chef-quote-inner{
    max-width:1000px;
    margin:auto;
}

.chef-quote p{
    font-size:clamp(2rem,5vw,4rem);

    line-height:1.4;

    color:#fff !important;

    font-weight:300;
}

/* ======================================================
STORY
====================================================== */

.chef-story{
    padding:120px 20px;
}

.chef-story-grid{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;

    gap:100px;

    align-items:center;
}

.chef-story-image img{
    width:100%;

    border-radius:24px;

    box-shadow:
    0 0 60px rgba(255,140,0,.12);
}

.chef-story-content{
    max-width:700px;
}

.chef-block{
    margin-bottom:80px;
}

.chef-block span{
    display:inline-block;

    color:#ff8c00 !important;

    font-size:12px;

    letter-spacing:4px;

    margin-bottom:20px;
}

.chef-block h2{
    color:#fff !important;

    font-size:clamp(2rem,4vw,3rem);

    line-height:1.2;

    margin-bottom:24px;
}

.chef-block p{
    color:rgba(255,255,255,.72) !important;

    line-height:2;

    font-size:1.05rem;
}

/* ======================================================
SIGNATURE DISHES
====================================================== */

.chef-signature{
    padding:120px 20px;
}

.section-title{
    text-align:center;

    margin-bottom:70px;
}

.section-title span{
    color:#ff8c00 !important;

    letter-spacing:4px;

    font-size:12px;
}

.section-title h2{
    color:#fff !important;

    font-size:clamp(2.5rem,5vw,4rem);

    margin-top:20px;
}

.chef-dishes-grid{
    max-width:1400px;
    margin:auto;

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

    gap:30px;
}

.chef-dish{
    position:relative;

    height:500px;

    overflow:hidden;

    border-radius:24px;

    text-decoration:none;

    display:block;
}

.chef-dish img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:1s;
}

.chef-dish-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
    to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.15)
    );
}

.chef-dish h3{
    position:absolute;

    left:40px;
    bottom:40px;

    color:#fff !important;

    font-size:2rem;

    z-index:2;
}

.chef-dish:hover img{
    transform:scale(1.08);
}

/* ======================================================
FINAL CTA
====================================================== */

.chef-final{
    padding:160px 20px;

    text-align:center;
}

.chef-final-content{
    max-width:900px;
    margin:auto;
}

.chef-final h2{
    color:#fff !important;

    font-size:clamp(3rem,6vw,5rem);

    margin-bottom:30px;
}

.chef-final p{
    color:rgba(255,255,255,.7) !important;

    font-size:1.2rem;

    margin-bottom:50px;
}

/* ======================================================
REVEAL
====================================================== */

.reveal{
    opacity:1;
    transform:none;
}

/* ======================================================
RESPONSIVE
====================================================== */

@media(max-width:991px){

    .chef-story-grid{
        grid-template-columns:1fr;

        gap:60px;
    }

    .chef-story-content{
        max-width:100%;
    }

    .chef-dishes-grid{
        grid-template-columns:1fr;
    }

    .chef-dish{
        height:420px;
    }

}

@media(max-width:768px){

    .chef-hero{
        min-height:85vh;
    }

    .chef-quote{
        padding:90px 20px;
    }

    .chef-story{
        padding:90px 20px;
    }

    .chef-signature{
        padding:90px 20px;
    }

    .chef-final{
        padding:100px 20px;
    }

    .chef-dish h3{
        left:24px;
        bottom:24px;

        font-size:1.6rem;
    }

}

.chef-dish h3 a{
    color:#fff !important;

    text-decoration:none;
}

.chef-dish h3 a:hover{
    color:#ff8c00 !important;
}

/* =========================================
   GALLERY PAGE
========================================= */

.gallery-cinematic-page{

    background:#050505;

    color:#fff;

    overflow:hidden;
}

/* =========================================
   HERO
========================================= */

.gallery-hero{

    position:relative;

    min-height:70vh;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    overflow:hidden;

    background:
    linear-gradient(
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.85)
    ),
    url('/images/gallery/gallery-hero.jpg');

    background-size:cover;
    background-position:center;
}

.gallery-overlay{

    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at center,
        rgba(255,140,0,0.14),
        transparent 70%
    );
}

.gallery-hero-content{

    position:relative;

    z-index:2;

    max-width:1000px;

    padding:140px 40px 80px;
}

.gallery-mini-title{

    display:inline-block;

    color:#ff8c00;

    letter-spacing:6px;

    font-size:14px;

    margin-bottom:25px;
}

.gallery-hero h1{

    font-family:'Oswald',sans-serif;

    font-size:clamp(70px,10vw,150px);

    line-height:.95;

    text-transform:uppercase;

    margin-bottom:35px;
}

.gallery-hero p{

    max-width:850px;

    margin:auto;

    color:#d0d0d0;

    font-size:22px;

    line-height:2;
}

/* =========================================
   INTRO
========================================= */

.gallery-intro{

    max-width:950px;

    margin:auto;

    text-align:center;

    padding:140px 20px 100px;
}

.gallery-intro h2{

    font-family:'Oswald',sans-serif;

    font-size:80px;

    line-height:1;

    margin-bottom:30px;
}

.gallery-intro p{

    color:#cfcfcf;

    font-size:22px;

    line-height:2;
}

/* =========================================
   GRID
========================================= */

.gallery-grid-section{

    padding:0 7% 140px;
}

.gallery-grid{

    display:grid;

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

    gap:30px;
}

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    min-height:420px;

    text-decoration:none;

    background:#111;

}

.gallery-item.large{

    grid-row:span 2;

    min-height:870px;
}

.gallery-item img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:
    transform 1.2s cubic-bezier(.22,1,.36,1);
}

.gallery-item:hover img{

    transform:scale(1.08);
}

.gallery-item-overlay{

    position:absolute;
    inset:0;
   z-index:1;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,0.92),
        rgba(0,0,0,0.10)
    );
}

.gallery-item-content{

    position:absolute;

    left:35px;
    bottom:35px;

    z-index:2;
}

.gallery-item-content span{

    display:inline-block;

    color:#ff8c00;

    font-size:12px;

    letter-spacing:3px;

    margin-bottom:14px;
}

.gallery-item-content h3{

    font-family:'Oswald',sans-serif;

    font-size:42px;

    line-height:1;

    color:#fff;
}

/* =========================================
   FINAL CTA
========================================= */

.gallery-final-cta{

    padding:140px 20px;

    text-align:center;
}

.gallery-final-content{

    max-width:900px;

    margin:auto;
}

.gallery-final-content h2{

    font-family:'Oswald',sans-serif;

    font-size:82px;

    margin-bottom:35px;
}

.gallery-final-content p{

    color:#cfcfcf;

    font-size:22px;

    line-height:2;

    margin-bottom:45px;
}

.gallery-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    height:70px;

    padding:0 38px;

    border-radius:16px;

    background:#ff8c00;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.35s ease;
}

.gallery-btn:hover{

    transform:translateY(-5px);

    box-shadow:
    0 20px 45px rgba(255,140,0,0.35);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1100px){

    .gallery-grid{

        grid-template-columns:1fr 1fr;
    }

    .gallery-item.large{

        grid-row:auto;

        min-height:420px;
    }

}

@media(max-width:768px){

    .gallery-hero{

        min-height:60vh;
    }

    .gallery-hero-content{

        padding:130px 20px 70px;
    }

    .gallery-hero h1,
    .gallery-intro h2,
    .gallery-final-content h2{

        font-size:52px;
    }

    .gallery-hero p,
    .gallery-intro p,
    .gallery-final-content p{

        font-size:18px;

        line-height:1.8;
    }

    .gallery-grid-section{

        padding:0 20px 90px;
    }

    .gallery-grid{

        grid-template-columns:1fr;

        gap:22px;
    }

    .gallery-item,
    .gallery-item.large{

        min-height:340px;
    }

    .gallery-item-content h3{

        font-size:32px;
    }

    .gallery-final-cta{

        padding:90px 20px;
    }

}

.gallery-item a{

    position:relative;

    width:100%;
    height:100%;

    display:block;

    text-decoration:none;

    color:inherit;
}