@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@300;400;500;600;700&family=Hind:wght@400;500;600&display=swap');

:root {
    --flame: #166534;
    --flame-dark: #14532D;
    --flame-glow: rgba(22, 101, 52, 0.18);
    --gold: #15803D;
    --gold-light: #22c55e;
    --cream: #0f172a;
    --ink: #ffffff;
    --ink-soft: #f8fafc;
    --muted: #64748b;
    --surface: #f1f5f9;
    --surface-2: #f8fafc;
    --surface-3: #e2e8f0;
    --border: rgba(22, 101, 52, 0.2);
    --border-strong: rgba(22, 101, 52, 0.4);
    --white: #ffffff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Manrope', sans-serif;
    background: var(--ink);
    color: var(--cream);
    overflow-x: hidden;
    cursor: default;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--ink);
}

::-webkit-scrollbar-thumb {
    background: var(--flame);
    border-radius: 2px;
}

/* TOPBAR */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
}

.topbar.scrolled {
    background: rgba(255, 255, 255, 0.98);
}

.logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    color: var(--cream);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-dot {
    color: var(--flame);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.nav-links a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--gold);
}

.nav-cta {
    background: var(--flame);
    color: var(--white) !important;
    padding: 8px 20px;
    border-radius: 4px;
    transition: background 0.2s !important;
}

.nav-cta:hover {
    background: var(--flame-dark) !important;
    color: var(--white) !important;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--cream);
    border-radius: 2px;
    transition: all 0.3s;
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    letter-spacing: 3px;
    color: var(--cream);
    text-decoration: none;
    transition: color 0.2s;
}

.mobile-menu a:hover,
.mobile-menu a.active {
    color: var(--flame);
}

.mobile-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 32px;
    color: var(--cream);
}

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 80px 5% 0;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 70% 50%, rgba(22, 101, 52, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 40% 60% at 20% 80%, rgba(34, 197, 94, 0.08) 0%, transparent 60%),
        var(--ink);
}

.hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid var(--border-strong);
    color: var(--gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 28px;
}

.hero-tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.4
    }
}

.hero-h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(64px, 8vw, 110px);
    line-height: 0.92;
    letter-spacing: 2px;
    color: var(--cream);
}

.hero-h1 .flame {
    color: var(--flame);
}

.hero-sub {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.65);
    margin: 24px 0 40px;
    max-width: 500px;
}

.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--flame);
    color: var(--white);
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
}

.btn-primary:hover {
    background: var(--flame-dark);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--cream);
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 4px;
    border: 1px solid rgba(15, 23, 42, 0.3);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

.hero-right {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    height: 70vh;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(15, 23, 42, 0.4);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollAnim 2s infinite;
}

@keyframes scrollAnim {
    0% {
        height: 0;
        opacity: 0
    }

    50% {
        height: 40px;
        opacity: 1
    }

    100% {
        height: 0;
        opacity: 0
    }
}

/* SECTION COMMON */
.section {
    padding: 96px 5%;
}

.section-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--flame);
    margin-bottom: 16px;
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(48px, 6vw, 80px);
    letter-spacing: 2px;
    line-height: 1;
    color: var(--cream);
    margin-bottom: 16px;
}

.section-sub {
    font-size: 16px;
    color: rgba(15, 23, 42, 0.55);
    max-width: 520px;
    line-height: 1.7;
}

.divider {
    width: 60px;
    height: 3px;
    background: var(--flame);
    margin: 24px 0;
    border-radius: 2px;
}

/* SIGNATURE DISHES */
.dishes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.dish-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    transform-style: preserve-3d;
}

.dish-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: var(--border-strong);
    box-shadow: 0 24px 48px rgba(22, 101, 52, 0.15);
}

.dish-img-wrap {
    overflow: hidden;
    height: 220px;
    position: relative;
}

.dish-img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    margin-top: -10%;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.dish-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--flame);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    z-index: 10;
}

.dish-body {
    padding: 20px 24px 24px;
}

.dish-cat {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.dish-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    color: var(--cream);
    margin-bottom: 8px;
}

.dish-desc {
    font-size: 14px;
    color: rgba(15, 23, 42, 0.55);
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dish-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dish-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
}

/* WHY LOVE US */
.why-section {
    background: var(--surface);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 56px;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.why-item {
    padding: 40px 32px;
    border-right: 1px solid var(--border);
    transition: background 0.3s;
}

.why-item:last-child {
    border-right: none;
}

.why-item:hover {
    background: rgba(22, 101, 52, 0.06);
}

.why-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.why-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    color: var(--cream);
    margin-bottom: 10px;
}

.why-text {
    font-size: 14px;
    color: rgba(15, 23, 42, 0.5);
    line-height: 1.6;
}

/* CATEGORIES */
.cats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.cat-btn {
    background: transparent;
    border: 1px solid var(--border);
    color: rgba(15, 23, 42, 0.6);
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.cat-btn:hover,
.cat-btn.active {
    background: var(--flame);
    border-color: var(--flame);
    color: var(--white);
}

/* REVIEWS */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.review-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 28px 24px;
    transition: border-color 0.3s;
}

.review-card:hover {
    border-color: var(--border-strong);
}

.stars {
    color: var(--gold);
    font-size: 16px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.75);
    margin-bottom: 20px;
    font-style: italic;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--flame);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    flex-shrink: 0;
}

.reviewer-name {
    font-weight: 600;
    font-size: 14px;
    color: var(--cream);
}

.reviewer-meta {
    font-size: 12px;
    color: var(--muted);
}

/* RATING SUMMARY */
.rating-hero {
    background: linear-gradient(135deg, var(--flame) 0%, var(--flame-dark) 100%);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.rating-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 96px;
    letter-spacing: 2px;
    color: var(--white);
    line-height: 1;
}

.rating-stars {
    font-size: 28px;
    letter-spacing: 4px;
    color: var(--gold-light);
    margin: 8px 0;
}

.rating-count {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
}

/* GALLERY */
.gallery-grid {
    columns: 3;
    column-gap: 16px;
    margin-top: 48px;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.gallery-thumb {
    display: block;
    width: 100%;
    background: var(--surface-2);
    border-radius: 8px;
    overflow: hidden;
}

.gallery-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s;
}

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

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    font-size: 32px;
    opacity: 0;
    pointer-events: none;
}

.gallery-item:hover .gallery-overlay {
    background: rgba(22, 101, 52, 0.4);
    opacity: 1;
}

/* MENU PAGE */
.menu-search-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
    align-items: center;
}

.menu-search {
    flex: 1;
    background: var(--surface-2);
    border: 1px solid var(--border);
    color: var(--cream);
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
}

.menu-search:focus {
    border-color: var(--flame);
}

.menu-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.menu-item-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.25s;
    display: flex;
    gap: 16px;
    padding: 16px;
}

.menu-item-card:hover {
    border-color: var(--border-strong);
    transform: translateY(-2px);
}

.menu-item-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: var(--surface-3);
    border-radius: 8px;
    overflow: hidden;
}

.menu-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-item-info {
    flex: 1;
    min-width: 0;
}

.menu-item-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    color: var(--cream);
    margin-bottom: 4px;
}

.menu-item-desc {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--gold);
}

/* ABOUT PAGE */
.about-hero-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(80px, 12vw, 160px);
    letter-spacing: 2px;
    line-height: 0.9;
    color: var(--cream);
    opacity: 0.06;
    position: absolute;
    white-space: nowrap;
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
}

.about-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.about-quote {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.1;
    letter-spacing: 1px;
    color: var(--cream);
}

.about-quote span {
    color: var(--flame);
}

.about-body {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(15, 23, 42, 0.65);
    margin-top: 24px;
}

/* CONTACT PAGE */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 56px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 22px 28px;
    text-decoration: none;
    color: var(--cream);
    transition: all 0.25s;
    cursor: pointer;
}

.contact-btn:hover {
    border-color: var(--border-strong);
    background: var(--surface-3);
    transform: translateX(8px);
}

.contact-btn-icon {
    font-size: 28px;
    width: 48px;
}

.contact-btn-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--flame);
    margin-bottom: 4px;
}

.contact-btn-val {
    font-size: 16px;
    font-weight: 600;
}

.hours-card {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 32px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-day {
    font-size: 14px;
    color: rgba(15, 23, 42, 0.6);
}

.hours-time {
    font-size: 14px;
    font-weight: 600;
    color: var(--cream);
}

/* FLOAT CTA */
.float-cta {
    display: none;
}

/* FOOTER */
footer {
    background: var(--surface-2);
    border-top: 1px solid var(--border);
    padding: 64px 5% 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 56px;
}

.footer-brand .logo {
    font-size: 32px;
    margin-bottom: 16px;
    display: inline-block;
}

.footer-brand p {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.7;
    max-width: 280px;
}

.footer-col-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--cream);
    margin-bottom: 20px;
}

.footer-col a {
    display: block;
    font-size: 13px;
    color: var(--muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border);
    padding-top: 32px;
}

.footer-copy {
    font-size: 13px;
    color: var(--muted);
}

/* ONLINE BANNER */
.order-banner {
    background: var(--surface-2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.order-banner span {
    font-size: 14px;
    color: rgba(15, 23, 42, 0.6);
}

.platform-pill {
    background: var(--surface-2);
    border: 1px solid var(--border);
    color: var(--cream);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

.platform-pill:hover {
    border-color: var(--flame);
    color: var(--flame);
}

/* STICKY MOBILE BAR */
.mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--ink);
    border-top: 1px solid var(--border);
    z-index: 1000;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.sticky-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--cream);
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
}

.sticky-action span.icon {
    font-size: 20px;
}

.sticky-action.primary {
    color: var(--flame);
}

/* FAQ SECTION */
.faq-item {
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.faq-item:hover {
    border-color: var(--flame);
}

.faq-q {
    font-size: 16px;
    font-weight: 600;
    color: var(--cream);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-a {
    font-size: 14px;
    color: var(--muted);
    margin-top: 12px;
    line-height: 1.6;
    display: none;
}

/* CROWD INDICATOR */
.crowd-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 12px;
    color: var(--gold);
    margin-top: 16px;
}

.crowd-indicator-dot {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

/* ABOUT PAGE PARALLAX & 3D */
.perspective-container {
    perspective: 1200px;
    transform-style: preserve-3d;
}

.about-hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 5% 0;
    justify-content: center;
    text-align: center;
}

.about-hero .parallax-bg {
    position: absolute;
    inset: -20%;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(22, 101, 52, 0.15) 0%, var(--ink) 100%);
    z-index: 0;
}

.about-hero .parallax-grain {
    position: absolute;
    inset: -20%;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.about-hero .floating-img {
    position: absolute;
    z-index: 3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.about-hero .img-1 {
    width: 300px;
    left: 5%;
    top: 20%;
    opacity: 0.6;
    filter: blur(2px);
}

.about-hero .img-2 {
    width: 250px;
    right: 8%;
    bottom: 10%;
    opacity: 0.8;
}

.about-hero .floating-img img {
    width: 100%;
    height: auto;
    display: block;
}

.story-images {
    position: relative;
    padding: 40px 0;
}

.story-img-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid var(--border);
    transform-origin: center;
}

.card-3d-scroll,
.card-3d-hover {
    will-change: transform;
}

.location-section {
    background: var(--surface);
}

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

.map-container iframe {
    transition: filter 0.3s;
}

.map-container iframe:hover {
    filter: invert(90%) hue-rotate(180deg) contrast(1.1) brightness(1.2) !important;
}


/* LIGHTBOX */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    backdrop-filter: blur(8px);
}

.lightbox.active {
    opacity: 1;
    pointer-events: all;
}

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    transition: transform 0.3s;
}

.lightbox.active img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    color: var(--cream);
    font-size: 32px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .location-grid,
    .about-grid,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        columns: 2;
    }

    .hero-right,
    .hero-floating-img {
        display: none;
    }

    .rating-hero {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        columns: 1;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .why-item {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .why-item:last-child {
        border-bottom: none;
    }

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

    .hero-btns {
        flex-direction: column;
    }

    .hero-btns .btn-primary,
    .hero-btns .btn-outline {
        text-align: center;
    }

    .mobile-sticky-bar {
        display: flex;
    }

    footer {
        padding-bottom: 80px;
    }

    /* Space for sticky bar */
}

.hindi-tag {
    font-family: 'Hind', sans-serif;
    font-size: 1.2rem;
    color: var(--gold);
    margin-top: 10px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* ==========================================
   THE BP STREET — CUSTOM PREMIUM LOOP STYLES
   ========================================== */

/* 1. HERO HEAT HAZE & GLOW */
.hero-bg-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 55%, var(--flame) 0%, rgba(255, 255, 255, 0) 65%);
    opacity: 0.38;
    z-index: 1;
    mix-blend-mode: screen;
    filter: url(#heatHaze);
    pointer-events: none;
    animation: glowPulse 5s infinite alternate ease-in-out;
}

@keyframes glowPulse {
    0% {
        opacity: 0.28;
        transform: scale(1);
    }

    100% {
        opacity: 0.48;
        transform: scale(1.04);
    }
}

/* 2. INFINITE OUTLINE MARQUEE */
.marquee-container {
    overflow: hidden;
    background: var(--surface-2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
    display: flex;
    white-space: nowrap;
    position: relative;
    z-index: 5;
    margin: 48px 0;
    box-shadow: none;
}

.marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marqueeLoop 24s linear infinite;
}

.marquee-item {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: 3px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(15, 23, 42, 0.2);
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-transform: uppercase;
}

.marquee-item span {
    color: var(--flame);
    -webkit-text-stroke: 0;
}

@keyframes marqueeLoop {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* 3. COAL FLICKER LOOP */
.flame-glow-loop {
    position: relative;
}

.flame-glow-loop::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: inherit;
    background: var(--flame);
    opacity: 0.18;
    filter: blur(15px);
    z-index: -1;
    animation: firePulse 3.5s infinite alternate ease-in-out;
}

@keyframes firePulse {
    0% {
        opacity: 0.08;
        filter: blur(10px);
    }

    100% {
        opacity: 0.28;
        filter: blur(20px);
    }
}

/* 4. LIVE STATUS WIDGET */
.live-status-widget {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--border);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: var(--cream);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
    margin-bottom: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
}

.live-dot-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.live-dot-pulse::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: inherit;
    opacity: 0.5;
    animation: statusPulse 1.8s infinite ease-out;
}

.live-dot-pulse.active {
    background: #10B981;
}

.live-dot-pulse.closing {
    background: #F5A623;
}

.live-dot-pulse.closed {
    background: #EF4444;
}

@keyframes statusPulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        transform: scale(2.8);
        opacity: 0;
    }
}

/* 5. SEARCH & MENU FILTERS */
.menu-search {
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.menu-search:focus {
    border-color: var(--flame);
    box-shadow: 0 0 16px rgba(22, 101, 52, 0.25);
    transform: translateY(-1px);
}

.menu-item-card {
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.3s;
    will-change: transform, opacity;
}

.menu-item-card.filtered-out {
    opacity: 0 !important;
    transform: scale(0.85) translateY(15px) !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

.menu-item-badge {
    background: rgba(34, 197, 94, 0.1);
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid rgba(34, 197, 94, 0.25);
}