:root {
    --ink: #100c0a;
    --cream: #f5e8d7;
    --cream-soft: rgba(245, 232, 215, 0.72);
    --tomato: #d75a3a;
    --gold: #d3ac64;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(215, 90, 58, 0.2), transparent 32%),
        radial-gradient(circle at 80% 10%, rgba(211, 172, 100, 0.14), transparent 28%),
        linear-gradient(180deg, #130e0b 0%, #0f0a09 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.06;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: radial-gradient(circle at center, black 30%, transparent 82%);
}

.site-shell {
    min-height: 100vh;
}

.nav-link,
.nav-call,
.mobile-link {
    color: rgba(245, 232, 215, 0.74);
    font-size: 0.84rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: color 180ms ease, transform 180ms ease;
}

.nav-link:hover,
.nav-call:hover,
.mobile-link:hover,
.nav-link.is-active,
.mobile-link.is-active {
    color: var(--cream);
}

.mobile-link {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 0.28rem;
}

.mobile-toggle span {
    width: 1.35rem;
    height: 2px;
    background: var(--cream);
    border-radius: 999px;
}

.mobile-nav {
    margin-top: 1rem;
}

.nav-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.9rem 1.15rem;
    border: 1px solid rgba(245, 232, 215, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    line-height: 1;
    white-space: nowrap;
}

.button-primary,
.button-secondary,
.button-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.1rem;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 0.95rem 1.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button-primary:hover,
.button-secondary:hover,
.button-ghost:hover {
    transform: translateY(-2px);
}

.button-primary:focus-visible,
.button-secondary:focus-visible,
.button-ghost:focus-visible,
.nav-call:focus-visible,
.cart-qty:focus-visible {
    outline: 2px solid rgba(211, 172, 100, 0.9);
    outline-offset: 2px;
}

.button-primary {
    color: var(--cream);
    background: linear-gradient(135deg, rgba(215, 90, 58, 0.92), rgba(162, 47, 27, 0.92));
    box-shadow: 0 18px 50px rgba(215, 90, 58, 0.22);
}

.button-secondary {
    color: var(--cream);
    border: 1px solid rgba(245, 232, 215, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.button-ghost {
    color: var(--cream-soft);
    border-color: rgba(245, 232, 215, 0.14);
    background: transparent;
}

.eyebrow,
.dish-label,
.detail-kicker,
.review-source,
.hero-note-label,
.field-group span,
.footer-heading {
    display: inline-flex;
    color: rgba(211, 172, 100, 0.95);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.section-shell {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: 0.96;
    color: var(--cream);
}

.section-mini-title {
    margin-top: 0.9rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 1.02;
    color: var(--cream);
}

.section-copy {
    color: rgba(245, 232, 215, 0.7);
    line-height: 1.95;
}

.hero-title {
    font-family: "Fraunces", "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.94;
    text-wrap: balance;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(90px);
    opacity: 0.32;
    pointer-events: none;
}

.hero-glow-left {
    width: 18rem;
    height: 18rem;
    left: -4rem;
    top: 7rem;
    background: rgba(215, 90, 58, 0.55);
}

.hero-glow-right {
    width: 16rem;
    height: 16rem;
    right: 5%;
    top: 3rem;
    background: rgba(211, 172, 100, 0.34);
}

.hero-stack {
    position: relative;
    min-height: 37rem;
    isolation: isolate;
}

.hero-stack::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2rem;
    background: radial-gradient(circle at var(--spot-x, 70%) var(--spot-y, 22%), rgba(211, 172, 100, 0.22), transparent 35%);
    pointer-events: none;
}

.hero-photo {
    position: absolute;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.4);
}

.hero-photo-main {
    inset: 0 10% 14% 0;
}

.hero-photo-secondary {
    right: 0;
    bottom: 0;
    width: 45%;
    height: 46%;
}

.hero-note {
    position: absolute;
    left: 1.5rem;
    bottom: 1.8rem;
    max-width: 17rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    background: rgba(16, 12, 10, 0.85);
    backdrop-filter: blur(16px);
}

.hero-note p,
.detail-card p,
.review-author {
    margin-top: 0.5rem;
    color: rgba(245, 232, 215, 0.68);
    line-height: 1.7;
}

.stat-card,
.panel-card,
.detail-card,
.form-panel,
.cart-panel,
.menu-card,
.review-card,
.cta-panel {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    backdrop-filter: blur(20px);
}

.stat-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.15rem 1.1rem;
}

.stat-value {
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
}

.stat-label {
    color: rgba(245, 232, 215, 0.62);
    line-height: 1.6;
}

.panel-card,
.menu-card,
.form-panel,
.cta-panel {
    padding: 2rem;
}

.detail-card {
    padding: 1.15rem;
}

.cta-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.review-card {
    padding: 1.7rem;
}

.review-quote {
    margin-top: 1rem;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    line-height: 1.15;
}

.image-frame {
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.gallery-card {
    overflow: hidden;
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition: transform 180ms ease, border-color 180ms ease;
}

.gallery-card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 232, 215, 0.16);
}

.gallery-card figcaption {
    padding: 1rem 1rem 1.2rem;
    color: rgba(245, 232, 215, 0.62);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.benefit-row,
.hours-row,
.menu-pill,
.footer-pill,
.price-chip,
.cart-line,
.flash-banner {
    border-radius: 999px;
}

.benefit-row,
.menu-pill,
.footer-pill,
.price-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(245, 232, 215, 0.72);
    font-size: 0.8rem;
    line-height: 1.6;
}

.benefit-row {
    display: flex;
    width: 100%;
}

.footer-pill:hover {
    border-color: rgba(245, 232, 215, 0.16);
    color: var(--cream);
}

.hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(245, 232, 215, 0.72);
}

.map-panel {
    overflow: hidden;
    min-height: 100%;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.map-panel iframe {
    width: 100%;
    height: 100%;
    min-height: 30rem;
    border: 0;
    filter: saturate(0.86) contrast(1.04);
}

.marquee-shell {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

.marquee-track {
    display: flex;
    gap: 2rem;
    width: max-content;
    padding: 1rem 0;
    color: rgba(245, 232, 215, 0.78);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    animation: marquee 26s linear infinite;
}

.marquee-track span::after {
    content: "•";
    margin-left: 2rem;
    color: rgba(211, 172, 100, 0.8);
}

.marquee-track span::after {
    content: "*";
}

.field-group {
    display: grid;
    gap: 0.7rem;
}

.field-group input,
.field-group select,
.field-group textarea {
    width: 100%;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 8, 8, 0.35);
    color: var(--cream);
    padding: 0.95rem 1rem;
}

.field-group textarea {
    resize: vertical;
}

.faq-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.04);
    padding: 1.2rem 1.3rem;
}

.faq-card summary {
    cursor: pointer;
    color: var(--cream);
    font-size: 1rem;
    font-weight: 700;
}

.faq-card p {
    margin-top: 0.85rem;
    color: rgba(245, 232, 215, 0.68);
    line-height: 1.85;
}

.cart-panel {
    padding: 1.25rem;
}

.cart-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.cart-qty {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--cream);
}

.flash-banner {
    padding: 1rem 1.2rem;
    font-size: 0.92rem;
    line-height: 1.7;
}

.review-author {
    font-size: 0.88rem;
}

.flash-success {
    border: 1px solid rgba(135, 145, 109, 0.45);
    background: rgba(135, 145, 109, 0.16);
    color: var(--cream);
}

.flash-error {
    border: 1px solid rgba(215, 90, 58, 0.4);
    background: rgba(215, 90, 58, 0.14);
    color: var(--cream);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 1023px) {
    .hero-stack {
        min-height: 27rem;
    }

    .hero-photo-main {
        inset: 0 4% 22% 0;
    }

    .hero-photo-secondary {
        width: 48%;
        height: 42%;
    }

    .hero-note {
        left: auto;
        right: 1rem;
        max-width: 14rem;
    }
}

@media (max-width: 767px) {
    .button-primary,
    .button-secondary,
    .button-ghost {
        width: 100%;
    }

    .hero-stack {
        min-height: 23rem;
    }

    .hero-note {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        margin-top: 14rem;
        margin-left: 0.75rem;
    }

    .section-title {
        font-size: 2.8rem;
    }

    .hero-title {
        line-height: 0.98;
    }
}
