
*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#f7f3ec;
color:#222;
overflow-x:hidden;
}

.hero{
min-height:100vh;
background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.65)),
url('https://images.unsplash.com/photo-1555244162-803834f70033?q=80&w=1600&auto=format&fit=crop');
background-size:cover;
background-position:center;
padding:25px 8%;
display:flex;
flex-direction:column;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.logo-box{
display:flex;
align-items:center;
gap:15px;
color:white;
}

.logo-box img{
width:85px;
height:85px;
border-radius:50%;
border:3px solid rgba(255,255,255,.3);
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
color:white;
text-decoration:none;
font-weight:500;
transition:.3s;
}

.nav-links a:hover{
color:#c4a86d;
}

.hero-content{
margin:auto 0;
max-width:750px;
color:white;
animation:fadeIn 1.5s ease;
}

.premium-tag{
display:inline-block;
padding:10px 20px;
background:rgba(255,255,255,.12);
backdrop-filter:blur(5px);
border:1px solid rgba(255,255,255,.2);
border-radius:40px;
margin-bottom:25px;
}

.hero-content h1{
font-size:4rem;
line-height:1.2;
margin-bottom:20px;
}

.hero-content p{
font-size:1.1rem;
color:#ddd;
}

.hero-buttons{
margin-top:35px;
}

.btn{
display:inline-block;
padding:16px 34px;
border-radius:40px;
background:#b9975b;
color:white;
text-decoration:none;
font-weight:600;
margin-right:15px;
transition:.4s;
}

.btn:hover{
transform:translateY(-5px);
}

.secondary{
background:#111;
}

.banner{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
background:#111;
color:white;
padding:25px;
text-align:center;
font-weight:600;
gap:15px;
}

.section{
padding:100px 8%;
}

.section-title{
text-align:center;
font-size:2.5rem;
margin-bottom:50px;
}

.about{
text-align:center;
max-width:1000px;
margin:auto;
}

.about h2{
font-size:2.5rem;
margin-bottom:20px;
}

.about p{
font-size:1.1rem;
line-height:1.9;
color:#555;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.service-card{
background:white;
padding:45px 25px;
border-radius:25px;
text-align:center;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card i{
font-size:2.2rem;
margin-bottom:20px;
color:#b9975b;
}

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.gallery-card{
position:relative;
overflow:hidden;
border-radius:25px;
height:320px;
}

.gallery-card img{
width:100%;
height:100%;
object-fit:cover;
transition:1s;
}

.gallery-card:hover img{
transform:scale(1.1);
}

.overlay{
position:absolute;
bottom:0;
left:0;
right:0;
padding:20px;
background:linear-gradient(transparent,rgba(0,0,0,.8));
color:white;
font-weight:600;
font-size:1.1rem;
}

.premium-section{
height:500px;
background:
linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?q=80&w=1600&auto=format&fit=crop');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:40px;
}

.premium-overlay{
color:white;
max-width:800px;
}

.premium-overlay h2{
font-size:3rem;
margin-bottom:20px;
}

.social-section{
padding:90px 8%;
text-align:center;
background:#fff;
}

.social-links{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
margin-top:35px;
}

.social-links a{
text-decoration:none;
background:#111;
color:white;
padding:16px 28px;
border-radius:40px;
transition:.4s;
}

.social-links a:hover{
transform:translateY(-5px);
}

.contact-boxes{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.contact-card{
background:white;
padding:40px;
border-radius:25px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-card a{
display:inline-block;
margin-top:20px;
background:#b9975b;
color:white;
padding:14px 25px;
border-radius:40px;
text-decoration:none;
}

footer{
background:#111;
color:white;
text-align:center;
padding:30px;
}

@keyframes fadeIn{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}

@media(max-width:768px){

.hero-content h1{
font-size:2.4rem;
}

.navbar{
flex-direction:column;
gap:20px;
}

.nav-links{
gap:15px;
}

}


.banner{
min-height:60px;
}

.gallery-card{
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.gallery-card img{
display:block;
}


/* LOCATION SECTION */

.location-section{
background:#fff;
padding:100px 8%;
}

.location-wrapper{
display:grid;
grid-template-columns:1fr 1.3fr;
gap:40px;
align-items:center;
margin-top:50px;
}

.location-info{
background:#f7f3ec;
padding:50px;
border-radius:30px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.location-info h3{
font-size:2rem;
margin-bottom:20px;
}

.location-info p{
line-height:1.9;
color:#555;
margin-bottom:30px;
}

.location-btn{
display:inline-block;
padding:16px 28px;
background:#b9975b;
color:white;
text-decoration:none;
border-radius:40px;
font-weight:600;
transition:.4s;
}

.location-btn:hover{
transform:translateY(-5px);
}

.map-container{
width:100%;
height:500px;
border-radius:30px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.12);
}

.map-container iframe{
width:100%;
height:100%;
border:0;
}

@media(max-width:900px){

.location-wrapper{
grid-template-columns:1fr;
}

.map-container{
height:400px;
}

}


/* SERVICE IMAGE GALLERIES */

.service-gallery-section{
background:#fdfdfd;
}

.service-gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:35px;
margin-top:50px;
}

.service-gallery-card{
background:white;
border-radius:30px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.4s;
}

.service-gallery-card:hover{
transform:translateY(-8px);
}

.service-gallery-header{
padding:25px;
display:flex;
align-items:center;
gap:15px;
font-size:1.2rem;
background:#111;
color:white;
}

.service-gallery-header i{
color:#c4a86d;
font-size:1.5rem;
}

.service-slider{
display:flex;
overflow-x:auto;
scroll-snap-type:x mandatory;
scroll-behavior:smooth;
}

.service-slider::-webkit-scrollbar{
height:8px;
}

.service-slider::-webkit-scrollbar-thumb{
background:#c4a86d;
border-radius:20px;
}

.service-slider img{
min-width:100%;
height:300px;
object-fit:cover;
scroll-snap-align:start;
transition:1s;
}

.service-slider img:hover{
transform:scale(1.03);
}


.service-slider{
display:flex;
overflow-x:auto;
scroll-snap-type:x mandatory;
scroll-behavior:smooth;
gap:0;
}

.service-slider img{
min-width:100%;
height:320px;
object-fit:cover;
scroll-snap-align:start;
flex-shrink:0;
}

.service-slider::-webkit-scrollbar{
height:8px;
}

.service-slider::-webkit-scrollbar-thumb{
background:#b9975b;
border-radius:20px;
}

.service-slider::-webkit-scrollbar-track{
background:#eee;
border-radius:20px;
}


/* PREMIUM CATEGORY GALLERIES */

.luxury-gallery-section{
background:#fff;
}

.luxury-gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:35px;
margin-top:60px;
}

.luxury-gallery-card{
background:white;
border-radius:30px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.4s;
}

.luxury-gallery-card:hover{
transform:translateY(-8px);
}

.gallery-top{
background:#111;
color:white;
padding:24px;
display:flex;
align-items:center;
gap:15px;
}

.gallery-top i{
font-size:1.5rem;
color:#c4a86d;
}

.gallery-slider{
display:flex;
overflow-x:auto;
scroll-snap-type:x mandatory;
scroll-behavior:smooth;
}

.gallery-slider img{
min-width:100%;
height:320px;
object-fit:cover;
scroll-snap-align:start;
transition:1s;
}

.gallery-slider img:hover{
transform:scale(1.03);
}

.gallery-slider::-webkit-scrollbar{
height:8px;
}

.gallery-slider::-webkit-scrollbar-thumb{
background:#c4a86d;
border-radius:20px;
}

@media(max-width:768px){

.gallery-slider img{
height:260px;
}

}


/* ============================= */
/* LUXURY SUSHI POPUP */
/* ============================= */

.luxury-popup-overlay{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.6s ease;
}

.luxury-popup-background{
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.85)),
        url('assets/img-9686-1-jpeg');
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(0.5);
    transform: scale(1.1);
    animation: cinematicZoom 14s ease-in-out infinite alternate;
}

@keyframes cinematicZoom{
    from{
        transform: scale(1.08);
    }
    to{
        transform: scale(1.18);
    }
}

.luxury-popup-card{
    position: relative;
    width: 90%;
    max-width: 760px;
    padding: 55px;
    border-radius: 30px;
    background: rgba(15,15,15,0.45);
    border: 1px solid rgba(212,175,55,0.45);
    box-shadow:
        0 0 40px rgba(212,175,55,0.15),
        0 0 100px rgba(0,0,0,0.6);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
    animation: popupEntrance 1s ease;
}

@keyframes popupEntrance{
    from{
        opacity: 0;
        transform: translateY(40px) scale(0.92);
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.luxury-popup-card::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(212,175,55,0.9), rgba(255,255,255,0.08));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.luxury-popup-content{
    position: relative;
    z-index: 2;
    text-align: center;
}

.luxury-badge{
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(212,175,55,0.5);
    color: #d4af37;
    letter-spacing: 2px;
    font-size: 13px;
}

.luxury-popup-content h1{
    font-size: 72px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
    text-shadow: 0 0 25px rgba(212,175,55,0.35);
}

.luxury-subtitle{
    font-size: 24px;
    color: #d4af37;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.luxury-description{
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.luxury-popup-btn{
    display: inline-block;
    padding: 18px 42px;
    border-radius: 60px;
    text-decoration: none;
    background: linear-gradient(135deg,#d4af37,#f6e27a);
    color: #111;
    font-weight: 700;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    box-shadow: 0 0 25px rgba(212,175,55,0.35);
}

.luxury-popup-btn:hover{
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 0 40px rgba(212,175,55,0.65);
}

.popup-timer{
    margin-top: 22px;
    color: rgba(255,255,255,0.55);
    font-size: 14px;
}

.luxury-close-btn{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.5);
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

.luxury-close-btn:hover{
    transform: rotate(90deg);
    background: rgba(212,175,55,0.2);
}

.floating-particles{
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.floating-particles span{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(212,175,55,0.8);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(212,175,55,0.8);
    animation: floatParticle 10s linear infinite;
}

.floating-particles span:nth-child(1){ left:10%; top:90%; animation-delay:0s; }
.floating-particles span:nth-child(2){ left:20%; top:95%; animation-delay:1s; }
.floating-particles span:nth-child(3){ left:35%; top:92%; animation-delay:2s; }
.floating-particles span:nth-child(4){ left:50%; top:97%; animation-delay:3s; }
.floating-particles span:nth-child(5){ left:65%; top:94%; animation-delay:4s; }
.floating-particles span:nth-child(6){ left:75%; top:98%; animation-delay:5s; }
.floating-particles span:nth-child(7){ left:85%; top:96%; animation-delay:6s; }
.floating-particles span:nth-child(8){ left:45%; top:99%; animation-delay:7s; }
.floating-particles span:nth-child(9){ left:58%; top:93%; animation-delay:8s; }
.floating-particles span:nth-child(10){ left:92%; top:95%; animation-delay:9s; }

@keyframes floatParticle{
    0%{
        transform: translateY(0px) scale(0.8);
        opacity: 0;
    }
    15%{
        opacity: 1;
    }
    100%{
        transform: translateY(-110vh) scale(1.6);
        opacity: 0;
    }
}

@media(max-width:768px){
    .luxury-popup-card{
        padding: 35px 24px;
    }

    .luxury-popup-content h1{
        font-size: 42px;
    }

    .luxury-subtitle{
        font-size: 18px;
    }

    .luxury-description{
        font-size: 15px;
    }

    .luxury-popup-btn{
        padding: 15px 28px;
        font-size: 14px;
    }
}


/* ========================= */
/* LUXURY GALLERY */
/* ========================= */

.gallery-modal{
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.gallery-modal.active{
    opacity: 1;
    visibility: visible;
}

.gallery-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.88);
    backdrop-filter: blur(14px);
}

.gallery-content{
    position: relative;
    width: 92%;
    max-width: 1400px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    border-radius: 30px;
    background: rgba(15,15,15,0.55);
    border: 1px solid rgba(212,175,55,0.35);
    backdrop-filter: blur(20px);
    animation: galleryShow 0.6s ease;
}

@keyframes galleryShow{
    from{
        transform: translateY(40px) scale(0.95);
        opacity:0;
    }
    to{
        transform: translateY(0) scale(1);
        opacity:1;
    }
}

#galleryTitle{
    color: #d4af37;
    font-size: 42px;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.gallery-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 24px;
}

.gallery-item{
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    height: 260px;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0,0,0,0.35);
}

.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.gallery-item:hover img{
    transform: scale(1.12);
}

.gallery-close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.45);
    background: rgba(255,255,255,0.08);
    color: white;
    font-size: 34px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.gallery-close:hover{
    transform: rotate(90deg);
    background: rgba(212,175,55,0.18);
}

@media(max-width:768px){
    .gallery-content{
        padding: 24px;
    }

    #galleryTitle{
        font-size: 28px;
    }

    .gallery-item{
        height: 200px;
    }
}


/* Premium Gallery */

.premium-gallery-modal{
 position:fixed;
 inset:0;
 z-index:999999999;
 opacity:0;
 visibility:hidden;
 transition:all .5s ease;
 display:flex;
 justify-content:center;
 align-items:center;
}

.premium-gallery-modal.active{
 opacity:1;
 visibility:visible;
}

.premium-gallery-backdrop{
 position:absolute;
 inset:0;
 background:rgba(0,0,0,.88);
 backdrop-filter:blur(12px);
}

.premium-gallery-wrapper{
 position:relative;
 width:92%;
 max-width:1400px;
 max-height:90vh;
 overflow:auto;
 background:rgba(20,20,20,.55);
 border:1px solid rgba(212,175,55,.35);
 backdrop-filter:blur(20px);
 border-radius:30px;
 padding:40px;
 animation:galleryFade .5s ease;
}

@keyframes galleryFade{
 from{opacity:0;transform:translateY(40px) scale(.95);}
 to{opacity:1;transform:translateY(0) scale(1);}
}

#premiumGalleryTitle{
 color:#d4af37;
 text-align:center;
 margin-bottom:30px;
 font-size:42px;
}

.premium-gallery-grid{
 display:grid;
 grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
 gap:24px;
}

.premium-gallery-item{
 overflow:hidden;
 border-radius:22px;
 position:relative;
 height:260px;
 cursor:pointer;
 box-shadow:0 0 25px rgba(0,0,0,.35);
}

.premium-gallery-item img{
 width:100%;
 height:100%;
 object-fit:cover;
 transition:all .8s ease;
}

.premium-gallery-item:hover img{
 transform:scale(1.12);
}

.premium-gallery-close{
 position:absolute;
 top:30px;
 right:30px;
 width:55px;
 height:55px;
 border-radius:50%;
 border:1px solid rgba(212,175,55,.45);
 background:rgba(255,255,255,.08);
 color:white;
 font-size:34px;
 cursor:pointer;
 z-index:10;
 transition:all .3s ease;
}

.premium-gallery-close:hover{
 transform:rotate(90deg);
 background:rgba(212,175,55,.18);
}

@media(max-width:768px){
 .premium-gallery-wrapper{
  padding:24px;
 }

 #premiumGalleryTitle{
  font-size:28px;
 }

 .premium-gallery-item{
  height:200px;
 }
}

/* DAILY MENU SECTION */

.daily-menu-section{
 background:#fff;
}

.daily-menu-container{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:50px;
 align-items:center;
 margin-top:30px;
}

.daily-menu-content h2{
 font-size:2.5rem;
 margin-bottom:20px;
}

.daily-menu-content p{
 font-size:1.05rem;
 color:#555;
 line-height:1.9;
 margin-bottom:30px;
}

.daily-buttons{
 display:flex;
 gap:20px;
 flex-wrap:wrap;
}

.daily-btn{
 display:inline-block;
 padding:16px 32px;
 border-radius:40px;
 text-decoration:none;
 font-weight:600;
 transition:.4s;
}

.primary-btn{
 background:#b9975b;
 color:white;
}

.primary-btn:hover{
 transform:translateY(-5px);
}

.secondary-btn{
 background:#111;
 color:white;
}

.secondary-btn:hover{
 transform:translateY(-5px);
}

.daily-menu-image{
 position:relative;
}

.daily-menu-image img{
 width:100%;
 border-radius:25px;
 box-shadow:0 10px 40px rgba(0,0,0,.15);
}

@media(max-width:900px){
 .daily-menu-container{
  grid-template-columns:1fr;
  gap:30px;
 }
}

/* REVIEWS SECTION */

.reviews-section{
 background:#fdfdfd;
}

.reviews-grid{
 display:grid;
 grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
 gap:30px;
 margin-top:50px;
}

.review-card{
 background:white;
 padding:40px;
 border-radius:20px;
 box-shadow:0 10px 30px rgba(0,0,0,.08);
 transition:.4s;
}

.review-card:hover{
 transform:translateY(-8px);
}

.stars{
 font-size:1.5rem;
 color:#d4af37;
 margin-bottom:20px;
}

.review-card p{
 color:#555;
 line-height:1.8;
 margin-bottom:20px;
 font-size:1.05rem;
}

.review-card h4{
 color:#b9975b;
 font-size:1rem;
}

.reviews-button-wrapper{
 text-align:center;
 margin-top:50px;
}

.google-review-btn{
 display:inline-block;
 padding:16px 34px;
 background:#b9975b;
 color:white;
 text-decoration:none;
 border-radius:40px;
 font-weight:600;
 transition:.4s;
}

.google-review-btn:hover{
 transform:translateY(-5px);
}
