/* =========================================================
   RAJAPOMPA138 RESTO
   Clean, readable stylesheet
   ========================================================= */

/* ---------- Font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

/* ---------- Variables ---------- */
:root {
    --gold: #e9ad19;
    --gold-light: #ffd45b;
    --dark: #17120d;
    --dark-soft: #241b13;
    --cream: #f8f3e8;
    --white: #ffffff;
    --text: #201b16;
    --muted: #756c61;
    --border: #eee3d0;
}

/* ---------- Reset ---------- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--cream);
    color: var(--text);
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

/* ---------- Global ---------- */
.container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.section {
    padding: 85px 0;
}

.eyebrow {
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.section-heading {
    max-width: 650px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-heading h2,
.about-copy h2,
.contact h2 {
    margin-bottom: 12px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 42px;
    line-height: 1.1;
}

.section-heading p:last-child {
    color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    transition: 0.2s ease;
}

.btn-gold {
    background: var(--gold);
    color: var(--dark);
}

.btn-gold:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
}

.btn-outline {
    border: 1px solid var(--white);
    color: var(--white);
}

.btn-dark {
    background: var(--dark);
    color: var(--white);
}

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(17, 13, 9, 0.96);
    color: var(--white);
}

.nav-wrap {
    display: flex;
    align-items: center;
    gap: 28px;
    height: 76px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-right: auto;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    font-weight: 800;
}

.brand strong {
    display: block;
    color: var(--gold);
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 19px;
}

.brand small {
    display: block;
    color: #ddd;
    font-size: 10px;
}

.desktop-nav {
    display: flex;
    gap: 22px;
    font-size: 14px;
}

.desktop-nav a:hover {
    color: var(--gold-light);
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--gold);
    font-size: 29px;
}

.mobile-nav {
    display: none;
    padding: 10px 4%;
    background: var(--dark);
}

.mobile-nav a {
    display: block;
    padding: 10px 0;
}

/* ---------- Hero ---------- */
.hero {
    display: flex;
    min-height: 650px;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(10, 7, 4, 0.94) 0%,
            rgba(10, 7, 4, 0.76) 43%,
            rgba(10, 7, 4, 0.28) 100%
        ),
        url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1800&q=85")
        center / cover;
}

.hero-content {
    width: min(1120px, 92%);
}

.hero-copy {
    max-width: 600px;
    color: var(--white);
}

.hero h1 {
    margin-bottom: 22px;
    font-family: "Playfair Display", serif;
    font-size: clamp(44px, 7vw, 76px);
    line-height: 1.05;
}

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

.hero-copy > p:not(.eyebrow) {
    max-width: 540px;
    color: #eee;
    font-size: 18px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

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

.menu-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 8px 30px rgba(36, 25, 12, 0.08);
}

.menu-image {
    height: 220px;
    background: var(--dark-soft);
}

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

.image-placeholder {
    display: grid;
    height: 100%;
    place-items: center;
    color: var(--gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
}

.menu-body {
    padding: 20px;
}

.category {
    color: #9a7216;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.menu-body h3 {
    margin: 5px 0;
    font-size: 20px;
}

.menu-body p {
    min-height: 44px;
    color: var(--muted);
    font-size: 14px;
}

.price {
    display: block;
    margin-top: 12px;
    color: #9a7216;
    font-size: 18px;
}

.empty-menu {
    grid-column: 1 / -1;
    padding: 50px;
    border-radius: 14px;
    background: var(--white);
    text-align: center;
}

.empty-menu p {
    color: var(--muted);
}

/* ---------- About ---------- */
.about {
    background: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-photo {
    display: flex;
    min-height: 470px;
    align-items: flex-end;
    padding: 28px;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(20, 12, 6, 0.15), rgba(20, 12, 6, 0.8)),
        url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1000&q=85")
        center / cover;
    color: var(--white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
}

.about-copy h2 span {
    color: #a77a15;
}

.about-copy > p:not(.eyebrow) {
    margin-bottom: 24px;
    color: var(--muted);
}

/* ---------- Features ---------- */
.features {
    padding: 38px 0;
    background: var(--dark);
    color: var(--white);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature {
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.feature:last-child {
    border-right: 0;
}

.feature b {
    color: var(--gold);
    font-size: 26px;
}

.feature h3 {
    margin: 5px 0;
    color: var(--gold);
    font-size: 16px;
}

.feature p {
    color: #d4cdc4;
    font-size: 13px;
}

/* ---------- Gallery ---------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-item {
    display: flex;
    height: 190px;
    align-items: flex-end;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2c2116, #80602a);
    color: var(--white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 19px;
}

/* ---------- Contact ---------- */
.contact {
    background: #eee5d5;
}

.contact-box {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 30px;
    padding: 42px;
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 10px 35px rgba(30, 20, 10, 0.07);
}

.contact-box p {
    margin: 8px 0;
    color: var(--muted);
}

.contact-cta {
    padding: 30px;
    border-radius: 14px;
    background: var(--dark);
    color: var(--white);
}

.contact-cta h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
}

.contact-cta p {
    margin: 8px 0 20px;
    color: #ddd;
}

/* ---------- Floating WhatsApp ---------- */
.floating-wa {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    padding: 13px 20px;
    border-radius: 999px;
    background: var(--gold);
    color: #111;
    font-weight: 800;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* ---------- Footer ---------- */
.footer {
    padding: 28px 0;
    background: #0e0b08;
    color: #ddd;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer strong {
    display: block;
    color: var(--gold);
    font-family: "Playfair Display", Georgia, serif;
}

.footer small {
    color: #aaa;
}

.footer p {
    color: #aaa;
    font-size: 13px;
}

/* ---------- Tablet ---------- */
@media (max-width: 800px) {
    .nav-wrap {
        height: 66px;
    }

    .desktop-nav,
    .nav-order {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-nav.show {
        display: block;
    }

    .hero {
        min-height: 600px;
        background-position: 62% center;
    }

    .hero-copy {
        padding-top: 40px;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero-copy > p:not(.eyebrow) {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }

    .section {
        padding: 62px 0;
    }

    .section-heading h2,
    .about-copy h2,
    .contact h2 {
        font-size: 34px;
    }

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

    .menu-image {
        height: 180px;
    }

    .menu-body {
        padding: 15px;
    }

    .menu-body h3 {
        font-size: 17px;
    }

    .about-grid,
    .contact-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-photo {
        min-height: 330px;
    }

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

    .feature:nth-child(2) {
        border-right: 0;
    }

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

    .gallery-item {
        height: 150px;
    }

    .footer-wrap {
        flex-direction: column;
        text-align: center;
    }
}

/* ---------- Mobile ---------- */
@media (max-width: 520px) {
    .container {
        width: min(94%, 520px);
    }

    .hero {
        min-height: 570px;
    }

    .hero h1 {
        font-size: 41px;
    }

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

    .menu-image {
        height: 220px;
    }

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

    .feature {
        border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

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

    .gallery-item {
        height: 125px;
        font-size: 15px;
    }

    .contact-box {
        padding: 25px;
    }

    .floating-wa {
        right: 15px;
        left: 15px;
        text-align: center;
    }
}
