/* ================== GLOBAL ================== */
body{
    font-family:'Poppins',sans-serif;
    background:#f3efe9;
    font-size:15px;
    color:#3e2723;
    overflow-x:hidden;
}

/* ================== NAVBAR ================== */
#mainNavbar{
    background:transparent!important;
    transition:all .4s ease;
}

#mainNavbar.scrolled{
    background:rgba(43,27,18,.95)!important;
    backdrop-filter:blur(12px);
    box-shadow:0 10px 30px rgba(62,39,35,.6);
}

#mainNavbar .navbar-brand{
    color:#f5f0ea!important;
    font-weight:700;
}

#mainNavbar .nav-link{
    color:#e0d6cc!important;
    font-weight:500;
    position:relative;
    margin:0 12px;
    transition:.3s;
}

#mainNavbar .nav-link::after{
    content:'';
    position:absolute;
    width:0;
    height:2px;
    background:#c89b6d;
    bottom:-5px;
    left:0;
    transition:.3s;
}

#mainNavbar .nav-link:hover::after{width:100%;}
#mainNavbar .nav-link:hover{color:#fff!important;}

@media(max-width:991px){
    #mainNavbar .navbar-collapse{
        background:rgba(43,27,18,.97);
        padding:18px;
        border-radius:14px;
        margin-top:10px;
    }
}

/* ================== HERO ================== */
.hero-premium{
    position:relative;
    min-height:90vh;
    background:url('../img/bg2.jpeg') no-repeat center/cover;
    z-index:2;
}

.hero-premium .overlay{
    position:absolute;
    inset:0;
    background:rgba(33,31,31,.72);
    pointer-events:none;
}

.hero-premium .hero-content{
    position:relative;
    z-index:3;
    color:#f5f0ea;
}



/* ================== ABOUT ================== */
.about-premium{
    position:relative;
    background:linear-gradient(135deg,#1b1b1b,#2a2a2a);
    color:#fff;
    overflow:hidden;
}

.about-premium::before{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(circle at top left,rgba(255,193,7,.15),transparent 60%);
    pointer-events:none;
}

.about-premium .container{
    position:relative;
    z-index:2;
}

.about-text{
    animation:fadeLeft .1s ease forwards;
    -webkit-animation:fadeLeft .1s ease forwards;
}

.about-image{
    animation:fadeRight .1s ease forwards;
    -webkit-animation:fadeRight .1s ease forwards;
}

@keyframes fadeLeft{
    from{opacity:0;transform:translateX(-40px);}
    to{opacity:1;transform:none;}
}

@keyframes fadeRight{
    from{opacity:0;transform:translateX(40px);}
    to{opacity:1;transform:none;}
}

#aboutCarousel img{
    height:420px;
    object-fit:cover;
    border-radius:16px;
}

/* ================== CARD ================== */
.card,
.premium-card{
    border:none;
    border-radius:16px;
    background:#fffaf5;
    box-shadow:0 6px 18px rgba(62,39,35,.35);
    transition:.35s ease;
}

.card:hover,
.premium-card:hover{
    transform:translateY(-6px) scale(1.02);
    box-shadow:0 16px 36px rgba(62,39,35,.55);
}

/* ================== SLIDER (MENU / BLOG / TEMPAT) ================== */
.slider-section{
    position:relative;
    z-index:20;
    padding:10px 0 40px;
}

.slider-wrapper{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding:10px 20px 30px;
}

.slider-wrapper::-webkit-scrollbar{display:none;}

.slider-card{
    width:280px;
    flex-shrink:0;
}

/* CARD DI DALAM SLIDER */
.premium-card{
    height:100%;
    display:flex;
    flex-direction:column;
}

/* FIX UKURAN GAMBAR (INI KUNCI UTAMA) */
.premium-card img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-top-left-radius:16px;
    border-top-right-radius:16px;
}

/* BODY CARD FLEX BIAR RATA */
.premium-card .card-body{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    text-align:center;
}

/* ================== ARROW SLIDER ================== */
.slider-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    border-radius:50%;
    border:none;
    background:rgba(62,39,35,.85);
    color:#f5f0ea;
    cursor:pointer;
    transition:.3s;
    z-index:9999;
}

.slider-arrow:hover{
    background:#c89b6d;
    color:#2b1b12;
}

.slider-arrow.left{left:5px;}
.slider-arrow.right{right:5px;}

/* ================== CTA ================== */
.cta-premium{
    background:linear-gradient(120deg,#3e2723,#6f4e37);
    padding:80px 0;
    color:#f5f0ea;
}

.menu-page{
    padding-top: 115px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, #2B1B17, #3E2723);
    
}

/* Judul */
.menu-page h2{
    font-weight: 700;
    letter-spacing: .5px;
    color: #fdc304;
    margin-bottom: 40px;
}

/* Card */
.menu-card{
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #3A2B26, #4A3A34);
    box-shadow: 0 15px 30px rgba(0,0,0,.6);
    transition: all .35s ease;
}

/* Hover */
.menu-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(60,45,40,.25);
}

/* Image */
.menu-card img{
    height: 190px;
    object-fit: cover;
    transition: transform .5s ease;
}

.menu-card:hover img{
    transform: scale(1.06);
}

/* Body */
.menu-card .card-body{
    padding: 18px;
}

.menu-card h5{
    font-size: 16px;
    font-weight: 600;
    color: #EFE6E1;
    margin-bottom: 6px;
    text-align: center;
}

.menu-card p{
    font-size: 13px;
    color: #CFC4BE;
    line-height: 1.5;
    min-height: 40px;
    text-align: center;
}

/* Harga */
.menu-card .price{
    font-size: 16px;
    font-weight: 700;
    color: #e3dc07;
    margin-top: 6px;
    text-align: center;
}


/* Animation */
@keyframes fadeUp{
    from{
        opacity:0;
        transform: translateY(40px);
    }
    to{
        opacity:1;
        transform: translateY(0);
    }
}

/* ================== RESPONSIVE ================== */

/* HP kecil */
@media (max-width: 576px){
    .menu-page{
        padding-top: 110px;
    }

    .menu-card img{
        height: 200px;
    }

    .menu-card p{
        font-size: 13px;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 991px){
    .menu-card img{
        height: 230px;
    }
}


/* ================== FOOTER ================== */
.footer-coffee{
    background:linear-gradient(180deg,#3e2723,#2b1b12);
    color:#f5f0ea;
    padding:70px 0 40px;
}

.footer-coffee p,
.footer-coffee a{
    color:#e0d6cc;
    font-size:14px;
    text-decoration:none;
}

.footer-coffee a:hover{color:#FFD700;}

.footer-coffee .social-icon{
    width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    margin-right:8px;
    color:#FFD700;
    transition:.3s;
}

.footer-coffee .social-icon:hover{
    background:#FFD700;
    color:#2b1b12;
    transform:translateY(-3px);
}

.footer-coffee .copyright{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:30px;
    padding-top:20px;
    font-size:13px;
    text-align:center;
    color:#cfc5bb;
}


