@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root {
    --color-primary: #071111;
    --color-secondary: #121B1B;
    --color-accent: #D8B98A;
    --color-light: #F5F5F5;
    --color-text: #1f2323;
    --shadow: 0 20px 45px rgba(7, 17, 17, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    color: var(--color-light);
    background: linear-gradient(135deg, #0b0d0d 0%, #0f1414 100%);
    line-height: 1.6;
}
body:not(.hero-page) { padding-top: 92px; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; border-radius: 18px; object-fit: cover; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.topbar { position: fixed; inset: 0 0 auto; z-index: 20; color: var(--color-light); border-bottom: 1px solid rgba(216,185,138,.16); background: linear-gradient(180deg, rgba(0,0,0,.78), rgba(0,0,0,.22)); backdrop-filter: blur(8px); }
.nav-shell { display: flex; justify-content: space-between; align-items: center; min-height: 92px; }
.brand { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; letter-spacing: 0.08em; color: var(--color-accent); }
.nav-links { display: flex; gap: clamp(1.2rem, 2.5vw, 2.5rem); align-items: center; }
.nav-links a { position: relative; color: rgba(255,255,255,.86); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: color .25s ease; }
.nav-links a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--color-accent); transition: right .25s ease; }
.nav-links a:hover { color: var(--color-accent); }
.nav-links a:hover::after { right: 0; }
.nav-links .nav-order { padding: .8rem 1.15rem; border: 1px solid rgba(216,185,138,.65); color: var(--color-accent); }
.nav-links .nav-order:hover { background: var(--color-accent); color: #080808; }
.nav-toggle { display: none; }
.hero {
    /* keep legacy class available but hidden when new hero-luxe is used */
    padding: 5rem 0 4rem;
    background: radial-gradient(circle at top left, rgba(216,185,138,0.24), transparent 40%), var(--color-light);
}

/* New premium hero styles */
.hero-luxe {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    height: 100vh;
    height: 100svh;
    min-height: 620px;
    padding: 92px 0 0;
    overflow: hidden;
    background: #050505;
    color: var(--color-light);
}

.hero-page { height: 100vh; overflow: hidden; }

.brand-logo { height: 54px; width: auto; display: block; border-radius: 0; }

.hero-video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.64) 43%, rgba(0,0,0,.16) 75%), linear-gradient(180deg, rgba(0,0,0,.25), transparent 52%, rgba(0,0,0,.78)); }
.hero-overlay::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-content { position: relative; width: 100%; padding-left: clamp(1rem, 5vw, 5rem); }
.hero-left { max-width: 760px; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.2rem, 5.4vw, 5.65rem); font-weight: 500; letter-spacing: -.025em; line-height: .86; margin: 1.25rem 0 1.6rem; text-shadow: 0 5px 35px rgba(0,0,0,.48); color: #fff; }
.hero-title span, .hero-title em { display: block; white-space: nowrap; }
.hero-title span:nth-child(2) { margin-left: clamp(1rem, 4vw, 3.5rem); }
.hero-title em { margin-top: .16em; color: var(--color-accent); font-weight: 500; }
.hero-sub { color: rgba(255,255,255,.76); max-width: 610px; margin: 0 0 1.6rem; font-size: 1rem; font-weight: 300; line-height: 1.8; }
.hero-cta { display:flex; gap:1rem; margin:2.2rem 0 1.25rem; }
.button.large { min-width: 180px; padding: 1rem 1.6rem; border-radius: 0; font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.button-primary.large { background: var(--color-accent); color: #080808; }
.button-primary.large:hover { background: #efd5a8; box-shadow: 0 10px 35px rgba(216,185,138,.2); }
.button-secondary.large { background: rgba(0,0,0,.14); color: #fff; border: 1px solid rgba(255,255,255,.36); backdrop-filter: blur(5px); }
.button-secondary.large:hover { border-color: var(--color-accent); color: var(--color-accent); }
.hero-meta { display:flex; flex-direction:column; gap:0.6rem; margin-top:1.25rem; }
.rating { display:flex; align-items:center; gap:0.6rem; }
.stars { color: #D8B98A; letter-spacing: 0.06em; font-weight:700; }
.rate { font-weight:700; margin-left:0.4rem; }
.avg { color: rgba(245,245,245,0.7); margin-left:0.6rem; }
.hero-note { color: rgba(245,245,245,0.58); font-size:.78rem; letter-spacing: .07em; text-transform: uppercase; }
.hero-luxe .eyebrow { display: flex; align-items: center; gap: .8rem; color: var(--color-accent); }
.hero-luxe .eyebrow span { width: 30px; height: 1px; background: var(--color-accent); }
.hero-luxe .brand { color: var(--color-accent); }
.hero-scroll { position: absolute; right: 3.5vw; bottom: 2.5rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.54); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero-scroll span { width: 42px; height: 1px; background: var(--color-accent); }

.about-grid, .reservation-shell { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.32em; font-size: 0.78rem; color: var(--color-accent); font-weight: 700; }
h1, h2, h3 { font-family: 'Playfair Display', serif; color: var(--color-light); }
h1 { font-size: clamp(2.4rem, 4vw, 3.8rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 1rem; }
.hero-copy { font-size: 1.06rem; max-width: 600px; color: rgba(245,245,245,0.9); }
.hero-actions, .card-footer { display: flex; gap: 0.75rem; flex-wrap: wrap; align-items: center; }
.button {
    display: inline-flex; align-items: center; justify-content: center; padding: 0.8rem 1.2rem; border-radius: 999px; border: 1px solid transparent; cursor: pointer; font-weight: 600; transition: transform 0.2s ease, background 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--color-primary); color: var(--color-light); }
.button-secondary { background: transparent; color: var(--color-primary); border-color: var(--color-primary); }
.button-ghost { background: rgba(216,185,138,0.16); color: var(--color-primary); }
.section { padding: 4rem 0; }
.section-alt { background: rgba(7, 17, 17, 0.03); }
.section-heading { margin-bottom: 2rem; }
.card { background: white; border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.feature-grid, .menu-grid, .review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.feature-card, .menu-item, .review-card, .form-card { padding: 1.25rem; }
.image-card { padding: 0.75rem; }
.card-body { display: flex; flex-direction: column; gap: 0.75rem; padding-top: 1rem; }
.text-link { color: var(--color-accent); font-weight: 600; }
.form-card { max-width: 760px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
input, select, textarea {
    width: 100%; padding: 0.9rem 1rem; border: 1px solid rgba(7,17,17,0.15); border-radius: 14px; font: inherit; background: var(--color-light); color: var(--color-text);
}
textarea { min-height: 110px; resize: vertical; grid-column: span 2; }
input[type="checkbox"] { width: auto; }
.flash {
    padding: 1rem 1.2rem; border-radius: 14px; margin-bottom: 1.5rem; font-weight: 600;
}
.flash.success { background: rgba(72, 143, 91, 0.14); color: #215c2f; }
.flash.danger { background: rgba(204, 80, 80, 0.14); color: #902c2c; }
.flash.warning { background: rgba(216, 185, 138, 0.24); color: #7a5623; }
.cart-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(7,17,17,0.08); }
.inline-form { display: flex; gap: 0.6rem; align-items: center; }
.qty-input { width: 70px; }
.helper-text { margin-top: 1rem; color: rgba(7,17,17,0.7); }
.menu-nav { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.5rem 0; }
.menu-nav a { padding: 0.45rem 0.75rem; background: rgba(7,17,17,0.06); border-radius: 999px; }
.auth-shell { min-height: 80vh; display: grid; place-items: center; }

/* Premium inner pages */
.inner-page { background: #080a0a; color: rgba(255,255,255,.76); }
.menu-heading, .reservation-heading { max-width: 720px; margin: 2rem 0 3rem; }
.menu-heading h1, .reservation-heading h1 { margin: .2rem 0 .5rem; font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 6vw, 5rem); font-weight: 500; }
.menu-heading > p:last-child, .reservation-heading > p:last-child { color: rgba(255,255,255,.58); }
.menu-page .menu-nav { gap: .7rem; padding: 1rem 0 2rem; border-bottom: 1px solid rgba(216,185,138,.18); }
.menu-page .menu-nav a { padding: .65rem 1rem; border: 1px solid rgba(216,185,138,.35); border-radius: 0; background: transparent; color: var(--color-accent); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; transition: .2s ease; }
.menu-page .menu-nav a:hover { background: var(--color-accent); color: #080808; }
.menu-page main > .section { padding: 2.5rem 0; }
.menu-page .menu-item { padding: 0; border: 1px solid rgba(216,185,138,.15); border-radius: 0; background: #111414; color: rgba(255,255,255,.68); box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.menu-page .menu-item > img { height: 230px; border-radius: 0; filter: brightness(.88) saturate(.85); }
.menu-page .menu-item .card-body { padding: 1.25rem; }
.menu-page .menu-item h3 { margin: 0; color: #fff; font-size: 1.5rem; }
.menu-page .menu-item p { min-height: 3.2em; margin: 0; color: rgba(255,255,255,.57); }
.menu-page .card-footer { padding-top: 1rem; border-top: 1px solid rgba(216,185,138,.12); }
.menu-page .card-footer > span { color: var(--color-accent); font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 600; }
.menu-page .qty-input { border-color: rgba(216,185,138,.25); border-radius: 0; background: #080a0a; color: #fff; }
.menu-page .button-primary, .reservation-submit { border-radius: 0; background: var(--color-accent); color: #080808; }

.reservation-main { max-width: 980px; }
.reservation-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(216,185,138,.2); background: #101313; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.form-field { display: flex; flex-direction: column; gap: .5rem; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: var(--color-accent); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.reservation-form input, .reservation-form select, .reservation-form textarea { border: 1px solid rgba(216,185,138,.2); border-radius: 0; background: #080a0a; color: #fff; }
.reservation-form textarea { grid-column: auto; }
.reservation-submit { grid-column: 1 / -1; justify-self: start; min-width: 220px; padding: 1rem 1.6rem; letter-spacing: .1em; text-transform: uppercase; }

/* Contact */
.contact-main { max-width: 1100px; }
.contact-heading { max-width: 680px; margin: 2rem 0 3rem; }
.contact-heading h2 { margin: .2rem 0 .5rem; font-family: 'Cormorant Garamond', serif; font-size: clamp(3.2rem, 6vw, 5.2rem); font-weight: 500; line-height: 1; }
.contact-heading > p:last-child { max-width: 560px; color: rgba(255,255,255,.55); }
.contact-form { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; padding: clamp(1.5rem, 4vw, 3.25rem); border: 1px solid rgba(216,185,138,.22); background: linear-gradient(145deg, #121515, #0d1010); box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.contact-form::before { content: ""; position: absolute; top: -1px; left: clamp(1.5rem, 4vw, 3.25rem); width: 92px; height: 2px; background: var(--color-accent); }
.contact-field { display: flex; flex-direction: column; gap: .65rem; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field label { color: var(--color-accent); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { padding: 1rem 0; border: 0; border-bottom: 1px solid rgba(216,185,138,.27); border-radius: 0; outline: 0; background: transparent; color: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.28); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--color-accent); box-shadow: 0 1px 0 var(--color-accent); }
.contact-form textarea { grid-column: auto; min-height: 130px; }
.contact-form-footer { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: .5rem; }
.contact-form-footer p { margin: 0; color: rgba(255,255,255,.4); font-size: .76rem; }
.contact-submit { gap: 1.6rem; min-width: 205px; padding: 1rem 1.3rem; border-radius: 0; background: var(--color-accent); color: #080808; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.contact-submit span { font-size: 1.15rem; transition: transform .2s ease; }
.contact-submit:hover { background: #efd5a8; }
.contact-submit:hover span { transform: translateX(4px); }

/* Cart */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cart-main { max-width: 1180px; }
.cart-heading { position: relative; margin: 2rem 0 3rem; }
.cart-heading h1 { margin: .1rem 0 0; font-family: 'Cormorant Garamond', serif; font-size: clamp(3.5rem, 7vw, 5.8rem); font-weight: 500; line-height: 1; }
.cart-heading > a { position: absolute; right: 0; bottom: .7rem; color: var(--color-accent); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr); gap: 1.5rem; align-items: start; }
.cart-items, .cart-summary, .cart-empty { border: 1px solid rgba(216,185,138,.18); background: #101313; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.cart-items { padding: 0 clamp(1.25rem, 3vw, 2rem); }
.cart-table-heading, .cart-item { display: grid; grid-template-columns: minmax(0, 1fr) 105px 130px; gap: 1rem; align-items: center; }
.cart-table-heading { padding: 1.25rem 0; border-bottom: 1px solid rgba(216,185,138,.14); color: rgba(255,255,255,.35); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.cart-table-heading span:nth-child(n+2) { text-align: right; }
.cart-item { padding: 1.5rem 0; border-bottom: 1px solid rgba(216,185,138,.12); }
.cart-item-info { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.cart-item-mark { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(216,185,138,.3); color: var(--color-accent); font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; }
.cart-item-info strong { display: block; color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; }
.cart-item-info p { margin: .15rem 0 0; color: rgba(255,255,255,.42); font-size: .75rem; }
.cart-quantity { justify-self: end; }
.cart-quantity input { width: 72px; padding: .65rem .5rem; border: 1px solid rgba(216,185,138,.24); border-radius: 0; background: #090b0b; color: #fff; text-align: center; }
.cart-line-total { color: var(--color-accent); text-align: right; font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; }
.cart-actions { display: flex; align-items: center; gap: 1.5rem; padding: 1.3rem 0; }
.cart-update { border-radius: 0; background: transparent; border-color: rgba(216,185,138,.65); color: var(--color-accent); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.cart-update:hover { background: var(--color-accent); color: #080808; }
.cart-clear { padding: .5rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); background: transparent; color: rgba(255,255,255,.45); cursor: pointer; font: inherit; font-size: .72rem; }
.cart-summary { position: sticky; top: 116px; padding: 2rem; }
.cart-summary > .eyebrow { margin: 0 0 1.5rem; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; color: rgba(255,255,255,.52); font-size: .78rem; }
.cart-summary > div strong { color: #fff; }
.cart-summary .cart-grand-total { margin-top: .7rem; padding: 1.3rem 0; border-top: 1px solid rgba(216,185,138,.2); color: #fff; font-size: 1rem; }
.cart-summary .cart-grand-total strong { color: var(--color-accent); font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; }
.cart-checkout { width: 100%; justify-content: space-between; margin-top: 1rem; padding: 1rem 1.2rem; border-radius: 0; background: var(--color-accent); color: #080808; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.cart-summary small { display: block; margin-top: 1rem; color: rgba(255,255,255,.3); text-align: center; }
.cart-empty { padding: clamp(2.5rem, 7vw, 5rem); text-align: center; }
.cart-empty > span { display: grid; width: 64px; height: 64px; margin: 0 auto 1.5rem; place-items: center; border: 1px solid var(--color-accent); border-radius: 50%; color: var(--color-accent); font-family: 'Cormorant Garamond', serif; font-size: 2rem; }
.cart-empty h2 { margin-bottom: .5rem; font-size: 2.3rem; }
.cart-empty p { color: rgba(255,255,255,.45); }
.cart-empty .cart-checkout { max-width: 260px; margin: 1.5rem auto 0; }
@media (max-width: 900px) { .hero-grid, .about-grid, .reservation-shell, .feature-grid, .menu-grid, .review-grid, .form-grid { grid-template-columns: 1fr; } textarea { grid-column: span 1; } }
@media (max-width: 900px) {
    body:not(.hero-page) { padding-top: 78px; }
    .nav-shell { min-height: 78px; }
    .brand-logo { height: 46px; }
    .nav-toggle { position: relative; z-index: 2; display: grid; align-content: center; gap: 7px; width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(216,185,138,.36); background: rgba(0,0,0,.2); }
    .nav-toggle span { display: block; width: 100%; height: 1px; background: var(--color-accent); transition: transform .25s ease; }
    .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .nav-links { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 1.8rem; visibility: hidden; opacity: 0; background: rgba(4,4,4,.97); transition: opacity .25s ease, visibility .25s ease; }
    .nav-links.is-open { visibility: visible; opacity: 1; }
    .nav-links a { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; letter-spacing: .08em; }
    .nav-links .nav-order { margin-top: .5rem; font-family: 'Montserrat', sans-serif; font-size: .72rem; }
    .hero-luxe { min-height: 560px; padding-top: 78px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.48)), linear-gradient(180deg, rgba(0,0,0,.2), transparent 55%, rgba(0,0,0,.7)); }
    .hero-left { max-width: 680px; }
    .hero-content { width: 100%; padding-right: 1rem; padding-left: 1rem; }
    .cart-layout { grid-template-columns: 1fr; }
    .cart-summary { position: static; }
}
@media (max-width: 640px) {
    .hero-title { font-size: clamp(3.2rem, 15vw, 4.6rem); }
    .hero-title span, .hero-title em { white-space: normal; }
    .hero-title span:nth-child(2) { margin-left: 0; }
    .hero-sub { font-size: .9rem; line-height: 1.65; }
    .hero-cta { flex-direction: column; align-items: flex-start; }
    .hero-cta { width: 100%; }
    .button.large { width: 100%; }
    .hero-meta { display: none; }
    .hero-scroll { display: none; }
    .cart-row, .inline-form { flex-direction: column; align-items: flex-start; }
    .reservation-form { grid-template-columns: 1fr; }
    .form-field-wide, .reservation-submit { grid-column: auto; }
    .reservation-submit { width: 100%; }
    .contact-form { grid-template-columns: 1fr; }
    .contact-field-wide, .contact-form-footer { grid-column: auto; }
    .contact-form-footer { align-items: stretch; flex-direction: column; }
    .contact-submit { width: 100%; }
    .cart-heading > a { position: static; display: inline-block; margin-top: 1rem; }
    .cart-table-heading { display: none; }
    .cart-item { grid-template-columns: 1fr auto; }
    .cart-item-info { grid-column: 1 / -1; }
    .cart-quantity { justify-self: start; }
    .cart-line-total { align-self: center; }
}
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }
