@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Inter', Arial, sans-serif;
    color: #1c1c1c;
    background: #fcfbf8;
    line-height: 1.7;
}
h1, h2, h3, .brand-font {
    font-family: 'Playfair Display', serif;
}
a {
    color: #b85b17;
}
a:hover {
    color: #8f4511;
    text-decoration: none;
}
.navbar {
    background: rgba(20, 20, 20, 0.96);
    padding: 0.9rem 1rem;
}
.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.92);
    font-weight: 500;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.hero {
    position: relative;
    color: #fff;
    background: linear-gradient(90deg, rgba(12, 12, 12, 0.82) 0%, rgba(12, 12, 12, 0.65) 48%, rgba(12, 12, 12, 0.28) 100%), url('./../images/aromalatenight.jpg') center center / cover no-repeat;
    min-height: 78vh;
    display: flex;
    align-items: center;
}
.hero .col-lg-8 {
    padding-top: 100px;
}

@media (max-width: 991.98px) {
.hero .col-lg-8 {
    padding-top: 20px;
}
}
.hero-badge {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.hero h1 {
    font-size: 3.4rem;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}
.hero p.lead {
    font-size: 1.2rem;
    max-width: 680px;
    margin-bottom: 1.6rem;
    color: rgba(255,255,255,0.92);
}
.btn-primary-custom {
    background: #c76a22;
    border: 1px solid #c76a22;
    color: #fff;
    padding: 0.85rem 1.4rem;
    font-weight: 600;
    border-radius: 999px;
}
.btn-primary-custom:hover {
    background: #a75518;
    border-color: #a75518;
    color: #fff;
}
.btn-outline-light-custom {
    border: 1px solid rgba(255,255,255,0.75);
    color: #fff;
    padding: 0.85rem 1.4rem;
    font-weight: 600;
    border-radius: 999px;
    background: transparent;
}
.btn-outline-light-custom:hover {
    background: #fff;
    color: #111;
}
.hero-stats {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.hero-stat {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    min-width: 180px;
    backdrop-filter: blur(4px);
}
.hero-stat strong {
    display: block;
    font-size: 1.2rem;
    color: #fff;
}
.hero-stat span {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}
.section-padding {
    padding: 80px 0;
}
.section-heading {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    color: #1f1a16;
}
.section-subheading {
    max-width: 760px;
    margin: 0 auto 2.5rem auto;
    color: #5c534d;
    font-size: 1.08rem;
}
.benefit-card, .review-card, .menu-card, .feature-panel, .visit-card {
    height: 100%;
    border: 1px solid #ede4db;
    background: #fff;
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 10px 35px rgba(0,0,0,0.04);
}
.benefit-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7efe8;
    color: #b85b17;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.benefit-card h3, .review-card h3, .menu-card h3, .feature-panel h3, .visit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
    color: #221c18;
}
.accent-strip {
    background: linear-gradient(135deg, #1b1b1b 0%, #31261d 100%);
    color: #fff;
    border-radius: 28px;
    padding: 2.4rem;
}
.accent-strip p:last-child, .benefit-card p:last-child, .review-card p:last-child, .menu-card p:last-child, .feature-panel p:last-child, .visit-card p:last-child {
    margin-bottom: 0;
}
.image-panel {
    border-radius: 24px;
    overflow: hidden;
    min-height: 420px;

    background: url('./../images/mainroom.jpg') center center / cover no-repeat;
    box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}
.location-section {
    background: #f6f1eb;
}
.review-card .stars {
    color: #c76a22;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}
.menu-card {
    text-align: left;
}
.menu-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #b85b17;
    margin-bottom: 0.8rem;
}
.map-wrap iframe {
    width: 100%;
    min-height: 340px;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}
.cta-band {
    background: linear-gradient(135deg, #c76a22 0%, #9b4d16 100%);
    color: #fff;
    border-radius: 28px;
    padding: 3rem 2.2rem;
}
.footer {
    background: #141414;
    color: rgba(255,255,255,0.82);
    padding: 55px 0 25px;
}
.footer a {
    color: #fff;
}
.footer-small {
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    font-size: 0.95rem;
}
.sticky-mobile-bar {
    display: none;
}

@media (max-width: 991.98px) {
.hero {
    min-height: auto;
    padding: 120px 0 90px;
}
.hero h1 {
    font-size: 2.6rem;
}
.section-heading {
    font-size: 2rem;
}
.image-panel {
    min-height: 320px;
    margin-top: 2rem;
}
}

@media (max-width: 767.98px) {
.hero h1 {
    font-size: 2.15rem;
}
.hero p.lead {
    font-size: 1.05rem;
}
.section-padding {
    padding: 60px 0;
}
.benefit-card, .review-card, .menu-card, .feature-panel, .visit-card {
    padding: 1.5rem;
}
.sticky-mobile-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1035;
    background: #141414;
    box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
}
.sticky-mobile-bar a {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 0.95rem 0.5rem;
    font-weight: 600;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.sticky-mobile-bar a:last-child {
    border-right: none;
}
body {
    padding-bottom: 64px;
}
}