```css
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    background:#0a0a0a;
    color:#f5f5f5;
    line-height:1.8;
    overflow-x:hidden;
}

img{
    display:block;
    max-width:100%;
}

.container{
    width:min(90%,1200px);
    margin:0 auto;
}

.section{
    padding:110px 0;
}

#menu{
    padding-top:20px;
    padding-bottom:80px;
}

#menu{
    min-height:auto;
    display:block;
    padding-top:10px;
    padding-bottom:80px;
}

#menu .eyebrow{
    position:relative;
    top:55px;
}

#menu h2{
    position:relative;
    top:55px;
}

#contact{
    padding-top:80px;
    padding-bottom:80px;
}

.dark-section{
    background:#111111;
}

.center{
    text-align:center;
}

h1,h2,h3{
    line-height:1.2;
}

h2{
    font-size:clamp(2.2rem,4vw,3.8rem);
    margin-top:0;
    margin-bottom:12px;
    color:#ffffff;
    line-height:1;
}

p{
    color:#d6d6d6;
}

.eyebrow{
    display:inline-block;
    color:#d4a437;
    font-size:.85rem;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:-1px;
    text-transform:uppercase;
}

.light{
    color:#ffffff;
}

.review-intro{
    max-width:700px;
    margin:0 auto 40px;
    font-size:1.1rem;
    line-height:1.8;
}

.review-intro a{
    color:#d4a437;
    text-decoration:none;
    font-weight:600;
}

.review-intro a:hover{
    text-decoration:underline;
}

/* NAVBAR */

.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;

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

    padding:0 35px;

    background:rgba(0,0,0,.82);
    backdrop-filter:blur(12px);

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

.nav-logo img{
    height:180px;
    width:auto;

    position:relative;
    top:55px;
}

.navbar{
    height:60px;
}

.navbar nav{
    display:flex;
    align-items:center;
}

.navbar ul{
    display:flex;
    align-items:center;
    gap:28px;
    list-style:none;

    position:relative;
    right:90px;
}

.navbar a{
    color:#ffffff;
    text-decoration:none;
    font-weight:600;
    font-size:.95rem;
    transition:.3s;
}

.navbar a:hover{
    color:#d4a437;
}

/* HERO */

.hero{
    position:relative;
    min-height:100vh;

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

    text-align:center;

    overflow:hidden;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;

    background:url("Images/hana-aerial.jpg") center 80%/cover no-repeat;

    opacity:.40;

    z-index:1;
}

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

    background:rgba(0,0,0,.35);

    z-index:2;
}

.hero-content{
    position:relative;
    z-index:3;

    width:90%;
    max-width:1200px;

    padding-top:40px;
    transform:translateY(-90px);
}

.hero-logo{
    width:min(420px,75vw);
    margin:0 auto -20px;

    filter:
    drop-shadow(0 0 25px rgba(212,164,55,.25))
    drop-shadow(0 15px 35px rgba(0,0,0,.8));
}

.gold-line{
    width:150px;
    height:3px;

    background:#d4a437;

    margin:0 auto 25px;
}

.hero-tagline{
    font-size:clamp(1.4rem,2.4vw,2rem);
    font-weight:600;

    color:#ffffff;

    margin-bottom:15px;
}

.hero-subtitle{
    color:#f0c75e;
    font-size:1rem;
    letter-spacing:1px;
    margin-bottom:35px;
}

.btn{
    display:inline-block;

    background:#c22020;
    color:#ffffff;

    text-decoration:none;

    padding:16px 36px;

    border-radius:999px;

    font-weight:700;

    transition:.3s;
}

.btn:hover{
    background:#dd2c2c;
    transform:translateY(-3px);
}

/* FEATURED FAVORITES */

.featured-favorites{
    padding:120px 0;
    background:#0f0f0f;
}

.featured-favorites h2{
    margin-bottom:50px;
}

.favorites-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.favorite-card{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:24px;
    overflow:hidden;

    transition:.3s;
}

.favorite-card:hover{
    transform:translateY(-8px);
    border-color:rgba(212,164,55,.35);
}

.favorite-card img{
    width:100%;
    height:420px;
    object-fit:cover;
}

.favorite-content{
    padding:30px;
}

.favorite-content h3{
    color:#d4a437;
    margin-bottom:12px;
    font-size:1.5rem;
}

.favorite-content p{
    line-height:1.8;
}

/* ABOUT */

#about .container{
    transform:translateY(-70px);
}

.about-collage{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;

    max-width:1000px;
    margin:0 auto 20px;
}

.about-collage img{
    width:100%;
    height:150px;
    object-fit:cover;

    border-radius:18px;
    border:1px solid rgba(212,164,55,.15);

    cursor:pointer;

    box-shadow:
    0 10px 30px rgba(0,0,0,.35);

    transition:.3s;
}

.about-collage img:hover{
    transform:scale(1.03);
}

.about-content{
    max-width:900px;
    margin:0 auto;
}

.about-content h2{
    margin-bottom:10px;
}

.about-summary{
    max-width:800px;
    margin:0 auto 40px;
    font-size:1.15rem;
    line-height:2;
}

.about-stats{
    display:flex;
    justify-content:center;
    gap:80px;
    margin:20px 0 25px;
}

.about-stats strong{
    display:block;
    color:#d4a437;
    font-size:2rem;
    font-weight:700;
    line-height:1;
}

.about-stats span{
    color:#bdbdbd;
    font-size:.8rem;
    text-transform:uppercase;
    letter-spacing:2px;
}

/* MENU */

.menu-highlights{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    margin:10px 0 30px;
}

.menu-highlights span{
    background:#171717;
    border:1px solid rgba(212,164,55,.25);
    color:#d4a437;
    padding:12px 20px;
    border-radius:999px;
    font-weight:600;
}

.menu-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.menu-card{
    background:#171717;

    border:1px solid rgba(212,164,55,.12);

    border-radius:24px;

    overflow:hidden;

    transition:.3s;
}

.menu-card:hover{
    transform:translateY(-6px);
    border-color:rgba(212,164,55,.35);
}

.menu-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.menu-card h3{
    color:#d4a437;
    padding:25px 25px 10px;
}

.menu-card p,
.menu-card ul{
    padding:0 25px 25px;
}

.menu-card ul{
    margin-left:20px;
}

/* CATERING */

.catering{
    position:relative;

    background-image:url("Images/hana-rib-customer-photo.jpg");
    background-size:cover;
    background-position:center;

    text-align:center;

    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;

    padding:0 20px;
}

.catering-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.70);
}

.catering-content{
    position:relative;
    z-index:2;

    max-width:850px;
    margin:auto;
}

.catering-content p{
    margin:20px 0 35px;
}

/* VIDEO GALLERY */

.video-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.video-card{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:24px;
    overflow:hidden;
}

.video-card{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:24px;
    overflow:hidden;
    height:650px;
}

.video-card video,
.facebook-video iframe{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

/* GALLERY */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.gallery-grid img{
    width:100%;
    height:280px;

    object-fit:cover;

    border-radius:20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.35);

    transition:.3s;
}

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

/* OHANA */

.ohana-box{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:28px;

    min-height:65vh;

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

    text-align:center;

    padding:70px;
}

.ohana-box p{
    max-width:800px;
    margin:20px auto;
}

#ohana{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
}
/* LOCATION */

.location-layout{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:30px;
    align-items:stretch;
}

.location-card{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:24px;
    padding:40px;
}

.location-card h3{
    color:#d4a437;
    margin-bottom:12px;
}

.location-map{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:24px;
    border:1px solid rgba(212,164,55,.12);
}

#location{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:0;
}

#location .container{
    transform:translateY(-60px);
}

/* SOCIAL */

.socials{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    margin-top:25px;
}

/* CONTACT */

.contact-text{
    max-width:700px;
    margin:0 auto 25px;
}

.contact-details{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom:40px;
}

.contact-card{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:24px;
    padding:30px;
}

.contact-card h3{
    color:#d4a437;
    margin-bottom:10px;
}

.contact-card a{
    color:#ffffff;
    text-decoration:none;
}

.contact-card a:hover{
    color:#d4a437;
}

.contact-layout{
    display:grid;
    grid-template-columns:1.7fr 1.8fr;
    gap:30px;
    margin:40px 0;
    text-align:left;
    align-items:stretch;
}

.contact-form-card,
.contact-card{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:24px;
    padding:30px;
}

.contact-form-card form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.contact-form-card input,
.contact-form-card textarea{
    background:#0f0f0f;
    border:1px solid rgba(255,255,255,.08);
    color:#ffffff;
    padding:16px;
    border-radius:12px;
    font-size:1rem;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus{
    outline:none;
    border-color:#d4a437;
}

.contact-card h3{
    margin-bottom:8px;
}

.contact-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px 40px;
    align-content:start;
}

.contact-card p{
    margin:0;
    line-height:1.6;
}

.contact-card h3{
    margin-bottom:6px;
}

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

.social-icons img{
    width:48px;
    height:48px;
    object-fit:contain;
}

/* REVIEWS */

```css
.review-summary{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin:50px auto;
    max-width:1000px;
}

.review-stat{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:20px;
    padding:30px;
}

.review-rating{
    color:#d4a437;
    font-size:2rem;
    font-weight:700;
    margin-bottom:10px;
}

.review-source{
    color:#cccccc;
}

.featured-reviews-title{
    color:#d4a437;
    text-align:center;
    margin:60px 0 30px;
}

.reviews-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:50px;
}

.review-card{
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:20px;
    padding:30px;
    text-align:left;
}

.review-stars{
    color:#d4a437;
    font-size:1.4rem;
    margin-bottom:15px;
}

.review-card p{
    line-height:1.8;
    margin-bottom:20px;
}

.review-author{
    color:#ffffff;
    font-weight:700;
}

.review-date{
    color:#999999;
    font-size:.9rem;
    margin-top:5px;
}

.review-form-card{
    max-width:800px;
    margin:40px auto 0;
    background:#171717;
    border:1px solid rgba(212,164,55,.12);
    border-radius:24px;
    padding:40px;
    text-align:left;
}

.review-form-card h3{
    color:#d4a437;
    margin-bottom:20px;
}

.review-form-card form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.review-form-card input,
.review-form-card textarea{
    background:#0f0f0f;
    border:1px solid rgba(255,255,255,.08);
    color:#ffffff;
    padding:16px;
    border-radius:12px;
    font-size:1rem;
}

.review-form-card input:focus,
.review-form-card textarea:focus{
    outline:none;
    border-color:#d4a437;
}

.star-rating{
    display:flex;
    flex-direction:row-reverse;
    justify-content:flex-end;
    gap:6px;
}

.star-rating input{
    display:none;
}

.star-rating label{
    font-size:2.2rem;
    color:#555;
    cursor:pointer;
    transition:.2s;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label{
    color:#d4a437;
}

/* FOOTER */

footer{
    border-top:1px solid rgba(255,255,255,.08);

    text-align:center;

    padding:40px 20px;

    background:#080808;
}

footer p{
    color:#999999;
}

/* MOBILE */

@media(max-width:950px){

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

    .nav-logo img{
        height:75px;
    }

    .navbar ul{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }

    .favorites-grid{
    grid-template-columns:1fr;
    }

    .about-grid{
        grid-template-columns:1fr;
    }

    .about-collage{
    grid-template-columns:repeat(2,1fr);
    }

    .menu-grid{
        grid-template-columns:1fr;
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

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

    .hero-tagline{
        white-space:normal;
    }

    .hero-logo{
        width:min(320px,85vw);
    }

    .ohana-box{
        padding:40px 25px;
    }

   .section{
    padding:90px 0;
}

} /* closes the mobile section */

.lightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.9);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.lightbox img{
    max-width:90%;
    max-height:90%;
    border-radius:20px;
}

.close-lightbox{
    position:absolute;
    top:25px;
    right:35px;
    font-size:50px;
    color:white;
    cursor:pointer;
}