:root {
    --bg: #0a0a0a;
    --surface: #121212;
    --surface-2: #1b1b1b;
    --card: #151515;
    --text: #e8e1d7;
    --muted: #b8ad9d;
    --gold: #cda261;
    --gold-soft: #e3c086;
    --line: rgba(214, 177, 117, 0.18);
    --cream: #f1ece4;
    --cream-deep: #e6dfd6;
    --shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
    --radius: 24px;
    --container: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #080808;
    color: var(--text);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button, input, select { font: inherit; }

.container {
    width: min(calc(100% - 48px), var(--container));
    margin: 0 auto;
}

.page-shell {
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(205, 162, 97, 0.18), transparent 26%),
        linear-gradient(180deg, #070707 0%, #0d0d0d 37%, #0f0f0f 100%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(7, 7, 7, 0.84);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.nav-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 24px;
    min-height: 88px;
}

.brand {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: 34px;
}
.main-nav a {
    position: relative;
    color: #f4eee8;
    font-size: 0.98rem;
}
.main-nav a.active::after,
.main-nav a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 2px;
    background: var(--gold);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid var(--line);
    color: var(--gold);
    background: transparent;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    padding: 16px 26px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: 0.25s ease;
    cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold {
    background: linear-gradient(180deg, #e2bc7b 0%, #c89e5f 100%);
    color: #17120d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-dark {
    background: rgba(10,10,10,0.72);
    color: #f3ede5;
    border-color: rgba(255,255,255,0.16);
}
.btn-outline-dark {
    background: transparent;
    color: #1a1612;
    border: 1px solid rgba(26,22,18,0.3);
}
.btn-outline-gold {
    background: transparent;
    color: var(--gold-soft);
    border: 1px solid rgba(218, 176, 111, 0.32);
}
.small-btn { padding: 14px 18px; }
.full-btn { width: 100%; }

.hero-section {
    position: relative;
    padding: 56px 0 0;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7,7,7,0.95) 0%, rgba(7,7,7,0.72) 43%, rgba(7,7,7,0.3) 100%),
        radial-gradient(circle at 80% 15%, rgba(233,188,118,0.22), transparent 25%);
    pointer-events: none;
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 48px;
    min-height: 470px;
}
.hero-copy {
    padding: 40px 0 96px;
    max-width: 620px;
    z-index: 1;
}
.eyebrow,
.section-tag {
    display: inline-block;
    letter-spacing: 0.12em;
    font-size: 0.82rem;
    font-weight: 600;
    color: #c6a165;
    margin-bottom: 12px;
}
.hero-copy h1,
.about-copy h2,
.menu-section h2,
.chef-copy h2,
.gallery-section h2,
.events-copy h2,
.contact-info h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    line-height: 1.02;
    letter-spacing: -0.02em;
}
.hero-copy h1 {
    font-size: clamp(3.4rem, 5vw, 5.2rem);
    color: #f5eee5;
}
.hero-copy h1 span { color: var(--gold); }
.hero-copy p {
    max-width: 560px;
    margin: 28px 0 30px;
    color: #e0d5c7;
    font-size: 1.08rem;
    line-height: 1.9;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual {
    justify-self: end;
    width: min(100%, 620px);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow);
    position: relative;
}
.hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.08) 100%);
}
.hero-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
}

.booking-strip-section {
    position: relative;
    margin-top: -38px;
    z-index: 2;
}
.booking-strip {
    background: linear-gradient(180deg, #171717 0%, #111111 100%);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.38);
    padding: 18px;
    display: grid;
    grid-template-columns: 1.3fr 3fr;
    gap: 20px;
}
.booking-intro {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 12px;
}
.booking-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--gold);
    background: rgba(205,162,97,0.08);
    border: 1px solid rgba(205,162,97,0.2);
    font-size: 1.2rem;
}
.booking-intro h3 {
    margin: 0 0 8px;
    font-size: 1.12rem;
    color: #f4ece2;
}
.booking-intro p {
    margin: 0;
    color: #cec2b2;
    line-height: 1.6;
    font-size: 0.95rem;
}
.booking-form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: end;
}
.booking-form label span {
    display: block;
    margin: 0 0 10px;
    color: #dfd1be;
    font-size: 0.94rem;
}
.input-wrap {
    position: relative;
}
.input-wrap i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #cab390;
    pointer-events: none;
}
.booking-form input,
.booking-form select,
.newsletter-form input {
    width: 100%;
    height: 58px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    background: #1a1a1a;
    color: #f5ede2;
    padding: 0 46px 0 16px;
    outline: none;
}
.booking-submit { height: 58px; }

.about-section,
.chef-section,
.testimonials-section,
.contact-section {
    background: var(--cream);
    color: #181310;
}
.about-section { padding: 90px 0 44px; }
.about-grid,
.chef-grid,
.contact-grid {
    display: grid;
    gap: 42px;
    align-items: center;
}
.about-grid { grid-template-columns: 1fr 1.1fr; }
.about-copy h2,
.chef-copy h2,
.contact-info h2 { font-size: clamp(2.6rem, 4vw, 4.1rem); }
.about-copy p,
.chef-copy p,
.contact-info ul,
.footer-brand p,
.footer-newsletter p {
    font-size: 1.03rem;
    line-height: 1.9;
    color: #51483f;
}
.about-visual img,
.chef-photo img,
.map-card img {
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.14);
}
.about-visual img { height: 430px; width: 100%; object-fit: cover; }

.menu-section,
.gallery-section,
.events-section,
.site-footer,
.services-section {
    background: #0a0a0a;
}
.menu-section { padding: 38px 0 34px; }
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 26px;
}
.dark-head h2,
.events-copy h2,
.gallery-section h2 { color: #f3eee7; font-size: clamp(2.4rem, 3.6vw, 3.8rem); }
.gold-tag { color: #c99d5d; }
.section-link {
    color: var(--gold-soft);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.dish-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.dish-card {
    background: linear-gradient(180deg, #131313 0%, #0d0d0d 100%);
    border: 1px solid rgba(209,171,109,0.16);
    border-radius: 14px;
    overflow: hidden;
}
.dish-thumb img {
    width: 100%;
    height: 206px;
    object-fit: cover;
}
.dish-body { padding: 18px 16px 16px; }
.dish-body h3 {
    margin: 0 0 10px;
    font-size: 1.16rem;
    color: #f4ede4;
}
.dish-body p {
    margin: 0 0 16px;
    line-height: 1.75;
    color: #bdaea0;
    min-height: 84px;
}
.dish-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dish-meta strong { color: var(--gold); font-size: 1.12rem; }
.plus-btn {
    width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(205,162,97,0.46);
    color: var(--gold); background: transparent; cursor: pointer;
}

.chef-section { padding: 30px 0 0; }
.chef-grid {
    grid-template-columns: 300px 1.15fr 0.9fr;
    padding-bottom: 18px;
}
.chef-photo img { height: 250px; width: 100%; object-fit: cover; object-position: center top; }
.signature {
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-style: italic;
    color: #7c7062;
}
.chef-stats {
    display: grid;
    gap: 18px;
}
.stat-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.stat-item i { color: #c9a061; margin-top: 4px; }
.stat-item strong { display: block; font-size: 2rem; color: #2a211b; }
.stat-item span { color: #6a6055; line-height: 1.6; }

.services-section {
    padding: 0 0 34px;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.service-card {
    padding: 30px 18px 28px;
    border-right: 1px solid rgba(255,255,255,0.06);
}
.service-card:last-child { border-right: 0; }
.service-card i {
    color: var(--gold);
    font-size: 1.38rem;
    margin-bottom: 16px;
}
.service-card h3 {
    margin: 0 0 10px;
    color: #f1ebe2;
    font-size: 1.1rem;
}
.service-card p {
    margin: 0;
    line-height: 1.75;
    color: #ad9f8f;
}

.gallery-section { padding: 26px 0 36px; }
.gallery-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}
.gallery-item img {
    height: 124px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
}

.testimonials-section { padding: 36px 0 46px; }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 18px;
}
.testimonial-card {
    position: relative;
    background: rgba(255,255,255,0.52);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 16px;
    padding: 22px 22px 26px;
}
.review-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}
.avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #dcb576 0%, #c59a58 100%);
    color: #1c140d;
    font-weight: 700;
}
.review-head h3 { margin: 0; font-size: 1.04rem; }
.review-head span { color: #7d7267; font-size: 0.94rem; }
.stars { color: #d1a35d; font-size: 0.8rem; white-space: nowrap; }
.testimonial-card p { color: #61574d; line-height: 1.82; margin: 0; }
.quote-mark {
    position: absolute;
    right: 18px;
    top: 12px;
    color: rgba(0,0,0,0.08);
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
}

.events-section { padding: 34px 0 36px; }
.events-wrap {
    display: grid;
    grid-template-columns: 0.95fr 1.55fr;
    gap: 26px;
    align-items: start;
}
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.event-card {
    background: #121212;
    border: 1px solid rgba(205,162,97,0.16);
    border-radius: 12px;
    overflow: hidden;
}
.event-card img {
    width: 100%;
    height: 136px;
    object-fit: cover;
}
.event-body { padding: 14px; }
.event-body h3 { margin: 0 0 8px; color: #f2ede6; font-size: 1.1rem; }
.event-meta { display: block; color: var(--gold); margin-bottom: 10px; font-size: 0.94rem; }
.event-body p { color: #b8ab9e; line-height: 1.7; min-height: 72px; margin: 0 0 10px; }
.event-body a { color: #e5bc7e; display: inline-flex; gap: 8px; align-items: center; }

.contact-section { padding: 34px 0 0; }
.contact-grid {
    grid-template-columns: 0.9fr 1.05fr 0.75fr;
    padding-bottom: 30px;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}
.contact-info li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.contact-info li i { color: #b98c47; margin-top: 6px; }
.socials { display: flex; gap: 12px; }
.socials a {
    width: 36px; height: 36px; border-radius: 50%;
    display: grid; place-items: center;
    background: #14110f; color: #f3ede7;
}
.map-card img { height: 250px; width: 100%; object-fit: cover; }
.opening-hours {
    align-self: stretch;
    background: rgba(255,255,255,0.44);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 0;
    padding: 16px 20px 18px;
}
.opening-hours h3 { margin: 0 0 18px; font-size: 1.2rem; }
.hours-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #5a5148;
}
.hours-row strong { color: #2b241f; }
.hours-row.spacer { margin: 6px 0; }

.site-footer {
    padding: 28px 0 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 0.9fr 1fr;
    gap: 28px;
    align-items: start;
}
.footer-grid h4 {
    margin: 0 0 18px;
    color: #e6d2ae;
    font-size: 0.94rem;
    letter-spacing: 0.08em;
}
.footer-brand .brand { margin-bottom: 16px; display: inline-block; }
.footer-brand span { color: #9d8f7d; font-size: 0.95rem; }
.links-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
}
.footer-links a,
.legal-links a {
    display: block;
    color: #b7aa9c;
    margin-bottom: 12px;
}
.newsletter-form {
    display: grid;
    grid-template-columns: 1fr 58px;
    gap: 8px;
    margin-top: 16px;
}
.newsletter-form input {
    background: #111;
    border-color: rgba(255,255,255,0.08);
}
.newsletter-form button {
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #e2bc7b 0%, #c89e5f 100%);
    color: #1a130d;
    cursor: pointer;
}
.legal-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    min-width: 280px;
    max-width: 420px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(16,16,16,0.96);
    color: #f2ede5;
    border: 1px solid rgba(205,162,97,0.24);
    box-shadow: 0 18px 50px rgba(0,0,0,0.34);
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: 0.3s ease;
    z-index: 100;
}
.toast.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .hero-grid,
    .about-grid,
    .events-wrap,
    .chef-grid,
    .contact-grid,
    .footer-grid,
    .booking-strip,
    .services-grid,
    .dish-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    .gallery-row { grid-template-columns: repeat(2, 1fr); }
    .services-grid { gap: 1px; background: rgba(255,255,255,0.04); }
    .service-card { border-right: 0; background: #0e0e0e; }
    .footer-grid { gap: 12px; }
    .hero-copy { padding-bottom: 50px; }
    .booking-strip-section { margin-top: 0; padding: 20px 0 0; }
}

@media (max-width: 920px) {
    .nav-wrap { grid-template-columns: auto 1fr auto auto; }
    .main-nav {
        position: fixed;
        inset: 88px 16px auto 16px;
        background: rgba(11,11,11,0.98);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 18px;
        padding: 16px;
        display: none;
        flex-direction: column;
        gap: 16px;
    }
    .main-nav.open { display: flex; }
    .main-nav a.active::after,
    .main-nav a:hover::after { bottom: -6px; }
    .nav-toggle { display: inline-grid; place-items: center; }
    .header-cta { display: none; }
    .hero-copy h1 { font-size: 3rem; }
    .booking-form { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .brand { font-size: 2.4rem; }
    .hero-copy h1,
    .about-copy h2,
    .chef-copy h2,
    .gallery-section h2,
    .events-copy h2,
    .contact-info h2,
    .menu-section h2 { font-size: 2.3rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .review-head { grid-template-columns: auto 1fr; }
    .stars { grid-column: 1 / -1; }
    .gallery-row { grid-template-columns: 1fr; }
}
