:root {
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-2: #ffffff;
    --ink: #000000;
    --muted: rgba(0, 0, 0, .64);
    --line: rgba(0, 0, 0, .12);
    --primary: #000000;
    --primary-2: #000000;
    --accent: #000000;
    --gold: #e8d088;
    --shadow: 0 20px 60px rgba(0, 0, 0, .1);
}

body {
    color: #000000;
    background: #ffffff;
}

.top-strip {
    color: #ffffff;
    background: #000000;
}

.top-strip__social a {
    color: rgba(255, 255, 255, .76);
}

.site-header {
    color: #000000;
    background: rgba(255, 255, 255, .94);
    border-bottom-color: rgba(0, 0, 0, .1);
}

.nav-link {
    color: rgba(0, 0, 0, .72);
}

.nav-link:hover,
.nav-link.is-active {
    color: #000000;
    background: rgba(232, 208, 136, .52);
}

.menu-toggle {
    color: #000000;
    background: #ffffff;
    border-color: rgba(0, 0, 0, .14);
}

.btn-primary,
.btn-dark {
    color: #ffffff;
    background: #000000;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
}

.btn-ghost {
    color: #000000;
    background: #ffffff;
    border-color: rgba(0, 0, 0, .18);
}

.eyebrow {
    color: #000000;
}

.lead,
.section-subtitle,
.story-panel p,
.feature-card p,
.menu-card__description,
.contact-list a,
.contact-list span,
.hours-table td,
.form-note,
.reservation-time-note,
.modal-header p {
    color: rgba(0, 0, 0, .64);
}

.stat-card,
.hero-card,
.story-panel,
.feature-card,
.menu-card,
.contact-card,
.form-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, .1);
    box-shadow: 0 16px 46px rgba(0, 0, 0, .08);
}

.image-shell {
    background: #ffffff;
}

.image-shell::after {
    border-color: rgba(255, 255, 255, .72);
}

.feature-card__icon {
    color: #000000;
    background: #e8d088;
}

.form-control,
select.form-control,
select.form-control option,
.custom-select__menu,
.modal-panel,
.modal-close {
    color: #000000;
    background-color: #ffffff;
}

.modal--gallery {
    padding: 0;
    align-items: center;
    justify-content: center;
}

.modal--gallery .modal-panel--image {
    width: 95vw;
    height: 95vh;
    max-width: 95vw;
    max-height: 95vh;
    margin: auto;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.modal--gallery .modal-image-wrap {
    width: 100%;
    height: 100%;
    padding: 0;
    display: grid;
    place-items: center;
}

.modal--gallery .modal-image-wrap img {
    width: 100%;
    height: 100%;
    max-width: 95vw;
    max-height: 95vh;
    object-fit: contain;
    object-position: center;
}

.modal--gallery .modal-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background: #000000;
    backdrop-filter: none;
}

.gallery-modal-nav {
    position: fixed;
    top: 50%;
    z-index: 3;
    width: 56px;
    height: 72px;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, .72);
    font-size: 54px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease;
}

.gallery-modal-nav:hover {
    background: #000000;
}

.gallery-modal-nav--prev {
    left: 0;
}

.gallery-modal-nav--next {
    right: 0;
}

@media (max-width: 640px) {
    .gallery-modal-nav {
        width: 44px;
        height: 58px;
        font-size: 42px;
    }
}

.form-control:focus {
    border-color: #e8d088;
    box-shadow: 0 0 0 4px rgba(232, 208, 136, .34);
}

.custom-select__button::after {
    border-color: #000000;
}

.custom-select__menu {
    border-color: rgba(0, 0, 0, .12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
}

.custom-select__option:hover,
.custom-select__option:focus-visible {
    background: rgba(232, 208, 136, .34);
}

.custom-select__option.is-selected {
    color: #000000;
    background: #e8d088;
}

.menu-preview,
.page-hero,
.cta-band,
.site-footer {
    color: #ffffff;
    background-color: #000000;
}

.page-hero {
    background:
        linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)),
        url("../img/banner-01.svg") center / cover;
}

.menu-preview {
    background: #000000;
}

.menu-preview::before,
.cta-band {
    background-image: radial-gradient(circle at 78% 10%, rgba(232, 208, 136, .14), transparent 24rem);
}

.menu-preview .eyebrow,
.cta-band .eyebrow {
    color: #e8d088;
}

.menu-preview .section-title,
.cta-band .section-title,
.page-hero h1 {
    color: #ffffff;
}

.preview-item {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .12);
}

.preview-item p,
.cta-band p {
    color: rgba(255, 255, 255, .68);
}

.preview-item strong {
    color: #e8d088;
}

.menu-preview .btn-primary,
.cta-band .btn-primary {
    color: #000000;
    background: #e8d088;
}

.site-footer {
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-brand p,
.footer-col p,
.footer-col a,
.footer-bottom {
    color: rgba(255, 255, 255, .62);
}

.footer-col h3 {
    color: #ffffff;
}

.footer-bottom {
    position: relative;
    border-top: 0;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, .14);
    transform: translateX(-50%);
}

.float-btn {
    color: #ffffff;
    background: #25d366;
    border: 0;
    box-shadow: 0 16px 36px rgba(37, 211, 102, .28);
}

.float-btn:hover {
    background: #1ebe5d;
    box-shadow: 0 20px 42px rgba(37, 211, 102, .34);
}

.toast {
    color: #ffffff;
    background: #000000;
}

.home-page .top-strip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
}

.home-page .site-header {
    position: fixed;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 39;
    color: #ffffff;
    background: rgba(0, 0, 0, .32);
    border-bottom-color: rgba(255, 255, 255, .14);
}

.home-page .site-header .nav-link {
    color: rgba(255, 255, 255, .8);
}

.home-page .site-header .nav-link:hover,
.home-page .site-header .nav-link.is-active {
    color: #000000;
    background: #e8d088;
}

.home-page .site-header .menu-toggle {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .24);
}

.home-page .site-header .btn-primary,
.home-page .hero .btn-primary {
    color: #000000;
    background: #e8d088;
}

.home-page .hero {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    max-height: 100vh;
    max-height: 100svh;
    padding: 148px 0 72px;
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    background: #000000;
    box-sizing: border-box;
}

.home-page .hero::before {
    content: none;
}

.home-page .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .58) 42%, rgba(0, 0, 0, .34) 65%, rgba(0, 0, 0, .7) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .32) 0%, rgba(0, 0, 0, .08) 24%, rgba(0, 0, 0, .66) 100%);
    pointer-events: none;
}

.home-page .hero-slider,
.home-page .hero-slide {
    position: absolute;
    inset: 0;
}

.home-page .hero-slider {
    z-index: 0;
    background: #000000;
}

.home-page .hero-slide {
    opacity: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    transition: opacity .75s ease, transform 5.8s ease;
}

.home-page .hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.home-page .hero-grid {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.home-page .hero-copy {
    max-width: 760px;
    padding: 0;
    margin-left: min(10vw, 120px);
}

.home-page .hero-controls {
    position: absolute;
    right: max(16px, calc((100vw - var(--max)) / 2));
    bottom: 34px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-page .hero-arrow,
.home-page .hero-dot {
    border: 1px solid rgba(232, 208, 136, .28);
    color: #e8d088;
    background: rgba(0, 0, 0, .26);
    backdrop-filter: blur(12px);
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.home-page .hero-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 23px;
    line-height: 1;
}

.home-page .hero-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border-radius: 50%;
}

.home-page .hero-arrow:hover,
.home-page .hero-dot:hover,
.home-page .hero-dot.is-active {
    background: rgba(232, 208, 136, .9);
    border-color: rgba(232, 208, 136, .9);
    color: #000000;
}

.home-page .hero .eyebrow {
    color: #e8d088;
}

.home-page .hero .lead {
    color: rgba(255, 255, 255, .76);
}

.home-page .hero .btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .28);
}

@media (max-width: 820px) {

    .site-nav,
    .home-page .site-nav {
        color: #000000;
        background: #ffffff;
        border-color: rgba(0, 0, 0, .12);
    }

    .home-page .site-header .nav-link {
        color: rgba(0, 0, 0, .72);
    }

    .home-page .site-header .nav-link:hover,
    .home-page .site-header .nav-link.is-active {
        color: #000000;
        background: rgba(232, 208, 136, .52);
    }

    .home-page .top-strip {
        display: none;
    }

    .home-page .site-header {
        top: 0;
    }

    .home-page .hero {
        height: 60vh;
        height: 60svh;
        min-height: 60vh;
        min-height: 60svh;
        max-height: 60vh;
        max-height: 60svh;
        padding: 88px 0 48px;
    }

    .home-page .hero-copy {
        padding: 0 5%;
        margin-left: 0;
    }

    .home-page .hero-controls {
        left: 16px;
        right: auto;
        bottom: 26px;
    }
}
