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

:root {
    --ink: #090909;
    --gold: #c69a45;
    --gold2: #efad35;
    --cream: #f5efe4;
    --muted: #a7a096;
    --line: #2a2824
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--cream);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    letter-spacing: .02em
}

.container {
    max-width: 1180px
}

.site-header {
    position: relative;
    z-index: 20;
    background: #080808;
    border-bottom: 1px solid #1e1d1a
}

.navbar {
    min-height: 78px
}

.brand {
    font-family: "Cormorant Garamond", serif;
    font-size: 21px;
    color: #d0a44e !important
}

.nav-link {
    color: #e4ded4 !important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 0 12px
}

.nav-link:hover {
    color: var(--gold) !important
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em;
    padding: .75rem 1.2rem
}

.btn-sm {
    padding: .52rem .9rem
}

.btn-gold {
    background: var(--gold2);
    border-color: var(--gold2);
    color: #111
}

.btn-gold:hover {
    background: #d99a2e;
    border-color: #d99a2e
}

.eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    margin-bottom: 15px
}

h1, h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500
}

.dish-card {
    height: 230px;
    background: #121212;
    border: 1px solid var(--line)
}

.dish-card img {
    width: 100%;
    height: 228px;
    object-fit: cover
}

.dish-card h3 {
    font: 500 23px "Cormorant Garamond"
}

.dish-card p {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.6
}

.dish-card strong {
    font-weight: 500;
    color: var(--gold)
}

.form-control, .form-select {
    border-radius: 0;
    background: #0c0c0c;
    border: 1px solid #332f29;
    color: #eee;
    min-height: 48px;
    font-size: 12px
}

.form-control:focus, .form-select:focus {
    background: #0c0c0c;
    color: #fff;
    border-color: var(--gold);
    box-shadow: none
}

.form-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #b6ada1
}

.site-footer {
    padding: 64px 0 22px;
    background: #070707;
    border-top: 1px solid #211f1b;
    color: #8f8980
}

.site-footer a {
    display: block;
    color: #a39d94;
    text-decoration: none;
    margin: 8px 0;
    font-size: 12px
}

.site-footer a:hover {
    color: var(--gold)
}

.footer-title {
    font: 500 18px "Cormorant Garamond";
    color: #e8e0d3
}

.footer-brand {
    display: inline-block !important
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #1d1c19;
    text-align: center;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.error-page {
    min-height: 70vh;
    display: grid;
    place-items: center;
    text-align: center
}

.error-page .code {
    font: 500 clamp(110px, 20vw, 240px)/.8 "Cormorant Garamond";
    color: #1c1a17;
    text-shadow: 0 0 1px var(--gold)
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 18px 0
    }

    .nav-link {
        margin: 5px 0
    }

    .dish-card {
        height: auto
    }

    .dish-card img {
        height: 220px
    }

}

@media (max-width: 576px) {
    .dish-card img {
        height: 180px
    }
}

/* Figma frame 1:2 — Maharajah Restaurant */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wdth,wght@100..125,400&family=Prata&display=swap');
.figma-home {
    background: #101010;
    font-family: "Instrument Sans", sans-serif;
    color: #fff
}

.figma-home .container {
    max-width: 1240px
}

.figma-home .site-header {
    height: 88px;
    background: #000;
    border: 0
}

.figma-home .navbar {
    height: 88px;
    padding: 0
}

.figma-home .brand img {
    display: block;
    width: 114px;
    height: 60px;
    object-fit: contain
}

.figma-home .nav-link {
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .9px;
    margin: 0 20px
}

.figma-home .navbar-nav .nav-item:first-child .nav-link {
    color: #bb8937 !important;
    border-bottom: 2px solid #bb8937;
    padding-bottom: 12px
}

.nav-account-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 136px;
    height: 38px;
    border: 1px solid #a57f4b;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(187, 137, 55, .08), rgba(187, 137, 55, .02));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .015);
    color: #c99a4d;
    text-decoration: none;
    text-transform: uppercase;
    font: 400 13px/20px "Instrument Sans", sans-serif;
    letter-spacing: 1.1px;
    transition: color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .15s ease
}

.nav-account-button > .bi {
    font-size: 17px;
    line-height: 1
}

.nav-account-button:hover, .nav-account-button:focus-visible {
    border-color: #f0b654;
    background: #bb8937;
    box-shadow: 0 7px 22px rgba(187, 137, 55, .22);
    color: #080808;
    transform: translateY(-1px)
}

.nav-account-button:active {
    transform: translateY(0);
    box-shadow: none
}

.nav-account-button.authenticated {
    border-color: #c99a4d;
    background: rgba(187, 137, 55, .14);
    color: #e0ad59
}

/* Login and Account share the same 38px control and desktop alignment. */
@media (min-width: 1400px) {
    .figma-home .site-header .auth-nav-item,
    .figma-restaurant .site-header .auth-nav-item {
        top: 25px !important;
        height: 38px !important
    }
}

.figma-home .cart-link {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin: 0 20px;
    border: 1px solid #bb8937;
    color: #bb8937 !important
}

.order-success-notice {
    position: fixed;
    z-index: 2050;
    top: 108px;
    left: 50%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    width: min(620px, calc(100% - 32px));
    padding: 18px 20px;
    border: 1px solid #bb8937;
    border-radius: 5px;
    background: rgba(10, 10, 10, .97);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .58);
    color: #f4f0e8;
    transform: translateX(-50%);
    animation: order-success-enter .32s ease both
}

.order-success-notice > .bi {
    color: #c99232;
    font-size: 30px
}

.order-success-notice strong {
    display: block;
    margin-bottom: 4px;
    color: #d5a34b;
    font: 400 21px/1.2 "Cormorant Garamond", Georgia, serif;
    letter-spacing: .04em
}

.order-success-notice p {
    margin: 0;
    color: #c9c5be;
    font-size: 14px;
    line-height: 1.45
}

.order-success-notice button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(187, 137, 55, .45);
    border-radius: 50%;
    background: transparent;
    color: #d5a34b
}

.order-success-notice.is-leaving {
    opacity: 0;
    transform: translate(-50%, -12px);
    transition: opacity .25s ease, transform .25s ease
}

@keyframes order-success-enter {
    from { opacity: 0; transform: translate(-50%, -14px) }
    to { opacity: 1; transform: translate(-50%, 0) }
}

@media (max-width: 767.98px) {
    .order-success-notice {
        top: 82px;
        gap: 12px;
        padding: 15px
    }
}

.mh-hero {
    position: relative;
    height: 640px;
    margin-top: -88px;
    padding-top: 88px;
    overflow: hidden;
    background: #090909
}

.mh-hero-slides {
    position: absolute;
    z-index: 0;
    inset: 0
}

.mh-hero-slide {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity 1s ease, transform 6s ease
}

.mh-hero-slide::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    pointer-events: none
}

.mh-hero-slide > img, .mh-hero-slide > video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%
}

.mh-hero-slide > .mh-hero-poster {
    z-index: 0
}

.mh-hero-slide > video {
    z-index: 1;
    opacity: 0;
    transition: opacity .6s ease
}

.mh-hero-slide.media-ready > video {
    opacity: 1
}

.mh-hero-slide.media-error > video {
    display: none
}

.mh-hero-slide.active {
    opacity: 1;
    transform: scale(1)
}

.mh-hero-inner {
    z-index: 1;
    height: 552px;
    position: relative
}

.mh-hero-copy {
    position: absolute;
    left: 82px;
    top: 56px
}

.mh-kicker {
    margin: 0 0 12px;
    color: #a57f4b;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px
}

.mh-hero h1 {
    font: 400 50px/60px Prata, serif;
    letter-spacing: 2.5px;
    margin: 0
}

.mh-hero h1 em, .mh-branches h2 em, .mh-story h2 em {
    font-style: normal;
    color: #bb8937
}

.mh-lead {
    color: #a7a7a8;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 24px 0 64px
}

.mh-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 225px;
    height: 53px;
    border-radius: 5px;
    background: #bb8937;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 18px;
    font-size: 16px;
    letter-spacing: 1.6px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.mh-button .bi {
    font-size: 20px;
    line-height: 1
}

.mh-benefits {
    position: absolute;
    left: 83px;
    bottom: 29px;
    display: flex;
    gap: 62px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px;
    text-transform: uppercase
}

.mh-slider {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 29px;
    display: flex;
    gap: 11px;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1.4px
}

.mh-slider > i {
    width: 20px;
    height: 1px;
    background: #bb8937
}

.mh-slider button {
    min-width: 12px;
    padding: 2px;
    border: 0;
    background: transparent;
    color: #fff;
    font: 400 14px/20px "Instrument Sans", sans-serif;
    letter-spacing: 1.4px;
    cursor: pointer;
    transition: color .3s ease, transform .3s ease
}

.mh-slider button:hover, .mh-slider button:focus-visible, .mh-slider button.active {
    color: #bb8937;
    transform: translateY(-1px)
}

.mh-slider button:focus-visible {
    outline: 1px solid #bb8937;
    outline-offset: 3px
}

.mh-branches {
    height: 760px;
    padding: 90px 0 0;
    background: #101010
}

.mh-branches h2, .mh-story h2 {
    font: 400 40px/1.25 Prata, serif;
    letter-spacing: 2px;
    margin: 0
}

.mh-branches h2 em {
    color: #bb8937
}

.mh-branch-card {
    display: flex;
    flex-direction: column;
    height: 390px;
    border: 1px solid #a57f4b;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    background: #101010
}

.mh-branch-main {
    display: block;
    color: #fff;
    text-decoration: none
}

.mh-branch-main img {
    width: 100%;
    height: 209px;
    object-fit: cover;
    filter: brightness(.5);
    transition: filter .25s ease, transform .35s ease
}

.mh-branch-main h3 {
    font: 400 16px/normal Prata, serif;
    letter-spacing: 1.6px;
    margin: 17px 31px 13px
}

.mh-card-meta {
    display: grid;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px 8px;
    margin: 0 31px;
    color: #a57f4b;
    font-size: 10px;
    letter-spacing: .35px
}

.mh-card-meta .open {
    color: #009005
}

.mh-card-meta .closed {
    color: #c74c4c
}

.mh-card-actions {
    margin-top: auto;
    padding: 14px 31px 16px
}

.mh-order-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    height: 38px;
    border: 1px solid #a57f4b;
    border-radius: 4px;
    background: rgba(187, 137, 55, .08);
    color: #c99a4d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    transition: background .2s ease, color .2s ease, border-color .2s ease
}

.mh-order-now:hover, .mh-order-now:focus-visible {
    border-color: #d9a44d;
    background: #bb8937;
    color: #090909
}

.mh-order-now .bi {
    font-size: 14px;
    line-height: 1
}

.mh-divider {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: 70px auto 0;
    max-width: 960px;
    color: #a57f4b
}

.mh-divider::before, .mh-divider::after {
    content: "";
    height: 1px;
    background: #a57f4b;
    opacity: .65;
    flex: 1
}

.mh-divider span {
    font-size: 30px
}

.mh-menu-preview {
    height: 728px;
    padding: 54px 0 0;
    background: url('../img/figma/31f4336e0701891f5679591fd8452da6bb995df5.jpg') center/cover;
    color: #000
}

.mh-menu-heading {
    text-align: right
}

.mh-menu-heading .mh-kicker {
    color: #731a00;
    margin: 0
}

.mh-menu-heading h2 {
    font: 400 40px Prata, serif;
    letter-spacing: 4px;
    margin: 5px 0 34px
}

.mh-filter {
    display: flex;
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 36px
}

.mh-filter .active {
    width: auto;
    background: #bb8937;
    border-color: #bb8937
}

.mh-filter-mobile {
    display: none
}

.mh-dish {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .17s ease, transform .17s ease
}

.mh-dish.is-changing {
    opacity: 0;
    transform: translateY(7px)
}

.mh-dish img {
    width: 100%;
    height: 249px;
    object-fit: cover;
    border-radius: 15px
}

.mh-dish h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 24px);
    min-height: 62px;
    margin: 14px auto 0;
    padding: 10px 14px;
    border: 1px solid rgba(80, 60, 35, .15);
    border-radius: 10px;
    background: rgba(246, 241, 231, .86);
    box-shadow: 0 5px 18px rgba(32, 23, 13, .12);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #17130f;
    text-align: center;
    font: 400 16px/1.25 Prata, serif;
    letter-spacing: .8px
}

.mh-menu-preview .mh-button {
    width: 215px;
    margin-top: 20px
}

.mh-story {
    height: 690px;
    padding-top: 0;
    background: #101010
}

.mh-story .mh-divider {
    margin-top: 0;
    padding-top: 80px;
    margin-bottom: 72px
}

.mh-story-photo {
    display: block;
    width: 376px;
    height: 470px;
    object-fit: cover;
    filter: brightness(.6)
}

.mh-story .mh-kicker {
    color: #fff;
    font-size: 16px
}

.mh-story-text {
    width: 572px;
    max-width: 100%;
    margin-top: 38px;
    color: rgba(255, 255, 255, .52);
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 2.4px
}

.figma-home .site-footer {
    height: 300px;
    padding: 55px 0 0;
    background: #000;
    border: 0
}

.figma-home .footer-brand img {
    width: 114px;
    height: 60px;
    object-fit: contain
}

.figma-home .site-footer p, .figma-home .site-footer a {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .65px;
}

.figma-home .footer-title {
    color: #a57f4b;
    font: 400 16px Prata, serif;
    letter-spacing: .8px
}

.figma-home .footer-bottom {
    margin-top: 42px;
    padding-top: 14px;
    font-size: 12px
}

.footer-accordion-trigger {
    display: none
}

@media (max-width: 991px) {
    .figma-home .site-header {
        height: auto;
        min-height: 72px
    }

    .figma-home .navbar {
        height: auto;
        min-height: 72px
    }

    .figma-home .navbar-collapse {
        background: #000;
        padding: 20px
    }

    .figma-home .nav-link {
        font-size: 14px
    }

    .mh-hero {
        margin-top: 0;
        height: 620px;
        padding-top: 0
    }

    .mh-hero-inner {
        height: 100%
    }

    .mh-hero-copy {
        left: 20px;
        top: 85px
    }

    .mh-hero h1 {
        font-size: 40px;
        line-height: 50px
    }

    .mh-benefits {
        left: 20px;
        right: 20px;
        bottom: 30px;
        gap: 15px;
        flex-wrap: wrap
    }

    .mh-branches, .mh-menu-preview, .mh-story, .figma-home .site-footer {
        height: auto
    }

    .mh-branches {
        padding: 65px 0
    }

    .mh-divider {
        margin-top: 60px
    }

    .mh-menu-preview {
        padding: 55px 0
    }

    .mh-filter {
        overflow: auto;
        justify-content: flex-start
    }

    .mh-filter button {
        font-size: 11px;
        padding: 0 16px
    }

    .mh-story {
        padding-bottom: 65px
    }

    .mh-story-photo {
        width: 100%;
        margin-bottom: 35px
    }

    .mh-story-text {
        font-size: 18px;
        line-height: 32px
    }

    .figma-home .site-footer {
        padding-bottom: 25px
    }
}

.mh-benefits span {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap
}

.mh-benefits span > .bi {
    color: #bb8937;
    font-size: 20px;
    line-height: 1
}

.figma-home .lang-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 50px
}

.figma-home .lang-link img {
    display: block;
    width: 8px;
    height: 4px;
    object-fit: contain
}

.mh-card-meta span, .mh-card-meta a {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0
}

.mh-card-meta a {
    color: #c99a4d;
    text-decoration: none;
    white-space: nowrap
}

.mh-card-meta a:hover, .mh-card-meta a:focus-visible {
    color: #f0b654
}

.mh-card-meta span > .bi, .mh-card-meta a > .bi {
    flex: 0 0 auto;
    color: #a57f4b;
    font-size: 12px;
    line-height: 1
}

.mh-card-meta b {
    color: #bb8937
}

.mh-card-meta .mh-card-phone, .mh-card-meta .open, .mh-card-meta .closed {
    justify-self: end;
    text-align: right
}

.mh-card-meta .open i, .mh-card-meta .closed i {
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.mh-card-meta .open i {
    background: #009005
}

.mh-card-meta .closed i {
    background: #c74c4c
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 188px;
    color: #fff;
    text-align: center
}

.figma-home .site-footer .footer-social a {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid #3c352a;
    border-radius: 50%;
    color: #fff;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease
}

.figma-home .site-footer .footer-social a:hover, .figma-home .site-footer .footer-social a:focus-visible {
    border-color: #a57f4b;
    background: #a57f4b;
    color: #050505;
    transform: translateY(-2px)
}

.footer-social .bi {
    font-size: 16px;
    line-height: 1
}

.mh-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 20px;
    margin-bottom: 12px;
    color: #bb8937;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .6px
}

.mh-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px
}

.mh-breadcrumb span:nth-child(2) {
    color: #fff
}

.branches-list {
    height: 650px;
    padding-top: 49px;
    background: #101010
}

.branches-heading {
    text-align: center
}

.branches-heading p {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px
}

.branches-heading h2 {
    margin: 0;
    color: #a57f4b;
    font: 400 40px/50px Prata, serif;
    letter-spacing: 2px
}

.branches-cards {
    margin-top: 55px
}

.figma-branches .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.figma-branches .navbar-nav .nav-item:nth-child(2) .nav-link {
    color: #bb8937 !important;
    border-bottom: 2px solid #bb8937;
    padding-bottom: 5px
}

.figma-menu .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.figma-menu .navbar-nav .nav-item:nth-child(3) .nav-link {
    color: #bb8937 !important;
    border-bottom: 2px solid #bb8937;
    padding-bottom: 5px
}

.menu-hero {
    position: relative;
    height: 488px;
    overflow: hidden
}

.menu-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: -88px;
    width: 100%;
    height: 576px;
    background-image: url('../img/figma/e1323433961084f4dd46bcc9857db76d0506b29b.jpg');
    background-repeat: no-repeat;
    background-size: 100% 166.8%;
    background-position: center -40.38px
}

.menu-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(0, 0, 0, .7)
}

.menu-hero-inner {
    position: relative;
    z-index: 2;
    height: 100%
}

.menu-hero .mh-breadcrumb {
    position: absolute;
    left: 106px;
    top: 56px;
    margin: 0
}

.menu-hero h1 {
    position: absolute;
    left: 106px;
    top: 91px;
    margin: 0;
    font: 400 50px/60px Prata, serif;
    letter-spacing: 2.5px
}

.menu-hero-actions {
    position: absolute;
    left: 106px;
    top: 357px;
    display: flex;
    gap: 30px
}

.menu-hero-actions > a, .menu-restaurant-picker > .menu-restaurant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 53px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .8px;
    padding: 0 24px
}

.menu-reserve {
    width: 225px;
    background: #bb8937;
    color: #101010
}

.menu-restaurant-picker {
    position: relative;
    z-index: 25;
    width: 400px;
    max-width: 100%
}

.menu-restaurant {
    width: 100%;
    min-height: 53px;
    height: auto;
    border: 1px solid #bb8937;
    background: rgba(8, 8, 8, .94);
    color: #bb8937;
    overflow: visible
}

.menu-restaurant .menu-restaurant-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: .7px
}

.menu-restaurant i {
    flex: 0 0 auto;
    margin-left: 12px;
    font-style: normal;
    font-size: 18px;
    transition: transform .2s ease
}

.menu-restaurant-picker.open .menu-restaurant i {
    transform: rotate(180deg)
}

.menu-restaurant-options {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    top: auto;
    bottom: 61px;
    padding: 7px;
    border: 1px solid #a57f4b;
    border-radius: 5px;
    background: #0a0a0a;
    box-shadow: 0 -14px 35px rgba(0, 0, 0, .55)
}

.menu-restaurant-options[hidden] {
    display: none
}

.menu-restaurant-options a {
    display: flex;
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 3px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-size: 15px;
    letter-spacing: .7px
}

.menu-restaurant-options a:hover, .menu-restaurant-options a:focus-visible {
    background: #a57f4b;
    color: #fff
}

.menu-hero-actions span {
    font-size: 20px
}

.menu-categories a.active::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -1px;
    height: 3px;
    background: #bb8937
}

.menu-catalog {
    height: 1772px;
    padding-top: 62px;
    background: #101010
}

.menu-section + .menu-section {
    margin-top: 75px
}

.menu-section-heading {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu-section-heading h2 {
    margin: 0;
    color: #a57f4b;
    font: 400 27px/30px Prata, serif;
    text-transform: uppercase;
    letter-spacing: 1.35px
}

.menu-section-heading a,
.menu-section-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #a57f4b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .55px;
    cursor: pointer
}

.menu-section-heading a .bi,
.menu-section-toggle .bi {
    font-size: 18px;
    line-height: 1;
    transition: transform .3s ease
}

.menu-section.is-expanded .menu-section-toggle .bi {
    transform: rotate(180deg)
}

.menu-section-toggle[hidden] {
    display: none !important
}

.menu-catalog.is-all-categories .menu-section-heading {
    cursor: pointer
}

.menu-product-grid {
    margin-top: 55px;
    row-gap: 49px
}

.menu-product {
    display: flex;
    width: 612px;
    height: 329px;
    overflow: hidden;
    border: 1px solid #424242;
    border-radius: 5px;
    background: #0b0b0b
}

.menu-product > img {
    flex: 0 0 294px;
    width: 294px;
    height: 327px;
    object-fit: cover
}

.menu-product-copy {
    position: relative;
    flex: 1;
    padding: 31px 22px
}

.menu-product h3 {
    min-height: 58px;
    margin: 0;
    color: #fff;
    font: 400 23px/29px Prata, serif;
    letter-spacing: .6px
}

.menu-product h3 i {
    color: #39b742;
    font: normal 17px sans-serif
}

.menu-product p {
    margin: 17px 0 0;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .15px
}

.menu-price {
    position: absolute;
    left: 22px;
    bottom: 81px;
    color: #fff;
    font-size: 24px;
    line-height: 30px
}

.menu-price span {
    color: #a57f4b
}

.menu-product-copy > button {
    position: absolute;
    left: 22px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 180px;
    height: 45px;
    border: 0;
    border-radius: 4px;
    background: #bb8937;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .4px
}

.figma-contact .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.figma-contact .navbar-nav .nav-item:nth-child(4) .nav-link {
    color: #bb8937 !important;
    border-bottom: 2px solid #bb8937;
    padding-bottom: 5px
}

.figma-contact .mh-hero-slide {
    background-position: center 38%
}

.contact-content {
    height: 1029px;
    background: #101010
}

.contact-tabs {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 978px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contact-tabs a {
    color: #fff;
    text-decoration: none;
    font: 400 20px/30px Prata, serif;
    letter-spacing: 2px;
    white-space: nowrap
}

.contact-tabs a.active {
    color: #a57f4b
}

.contact-tabs span {
    color: #a57f4b;
    font-size: 25px
}

.contact-facts {
    position: absolute;
    left: 132px;
    top: 130px;
    width: 985px;
    height: 150px;
    display: grid;
    grid-template-columns:230px 250px 245px 260px;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    background: #0a0a0a
}

.contact-facts article {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 31px 19px
}

.contact-facts article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 1px;
    height: 100px;
    background: #3b3b3b
}

.contact-facts i {
    flex: 0 0 35px;
    color: #a57f4b;
    font: normal 35px/40px sans-serif;
    text-align: center
}

.contact-facts h2 {
    margin: 0 0 15px;
    font: 400 16px/20px "Instrument Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: .8px
}

.contact-facts p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .8px
}

.contact-facts p a, .account-identity p a {
    color: inherit;
    text-decoration: none
}

.contact-facts p a:hover, .account-identity p a:hover {
    color: #fcae3a;
    text-decoration: underline;
    text-underline-offset: 3px
}

.contact-form {
    position: absolute;
    left: 132px;
    top: 300px;
    width: 985px;
    height: 250px;
    padding: 26px 20px;
    display: grid;
    grid-template-columns:298px 390px 1fr;
    column-gap: 20px;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    background: #0a0a0a
}

.contact-fields {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    background: #0a0a0a;
    color: #fff;
    font: 400 16px/20px "Instrument Sans", sans-serif;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 14px 15px;
    outline: 0
}

.contact-form input {
    height: 50px
}

.contact-form textarea {
    height: 190px;
    resize: none
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #3b3b3b;
    opacity: 1
}

.contact-form button {
    align-self: start;
    width: 215px;
    height: 53px;
    margin-top: 70px;
    border: 0;
    border-radius: 5px;
    background: #bb8937;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .8px
}

.contact-form button .bi {
    margin-left: 8px;
    font-size: 20px;
    line-height: 1
}

.contact-directions {
    position: absolute;
    left: -9px;
    top: 625px;
    width: 1248px;
    height: 330px;
    display: grid;
    grid-template-columns:718px 530px;
    overflow: hidden;
    border-radius: 5px;
    background: #0a0a0a
}

.contact-map {
    height: 330px;
    background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../img/figma/e7d5b0eba2f2363c17ae3d241c5d144ee271b1fe.png') center/cover no-repeat
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(.72) brightness(.72) contrast(1.08)
}

.contact-map:hover iframe {
    filter: grayscale(.25) brightness(.88) contrast(1.02)
}

.directions-copy {
    padding: 60px 0 0 39px
}

.directions-copy h2 {
    margin: 0;
    font: 400 36px/60px Prata, serif;
    letter-spacing: 1.8px
}

.directions-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .52);
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .8px
}

.directions-copy > div {
    display: flex;
    gap: 15px;
    margin-top: 28px
}

.directions-copy a {
    display: grid;
    place-items: center;
    width: 215px;
    height: 53px;
    border-radius: 5px;
    background: #bb8937;
    color: #000;
    text-decoration: none;
    font-size: 18px
}

.directions-copy a:last-child {
    width: 155px;
    border: 1px solid #bb8937;
    background: transparent;
    color: #bb8937
}

.figma-restaurant .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.figma-restaurant .navbar-nav .nav-item:nth-child(2) .nav-link {
    color: #bb8937 !important;
    border-bottom: 2px solid #bb8937;
    padding-bottom: 5px
}

.restaurant-hero {
    height: 640px;
    margin-top: -88px;
    padding-top: 88px;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), var(--restaurant-cover, url('../img/figma/b91c5cbe58dd1cd5b0cc940cdaf64c02c593b34b.jpg'));
    background-repeat: no-repeat;
    background-size: 100% 150.02%;
    background-position: center -245.06px
}

.restaurant-breadcrumb {
    position: absolute;
    left: 202px;
    top: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px
}

.restaurant-breadcrumb a {
    color: #fff;
    text-decoration: none
}

.restaurant-breadcrumb strong {
    color: #bb8937;
    font-weight: 400
}

.restaurant-hero h1 {
    position: absolute;
    left: 202px;
    top: 91px;
    margin: 0;
    color: #fff;
    font: 400 50px/60px Prata, serif;
    letter-spacing: 2.5px
}

.restaurant-hero h1 em {
    color: #bb8937;
    font-style: normal
}

.restaurant-reserve {
    position: absolute;
    left: 202px;
    top: 357px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 225px;
    height: 53px;
    padding: 0 19px;
    border-radius: 5px;
    background: #bb8937;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .8px
}

.restaurant-reserve .bi {
    font-size: 18px;
    line-height: 1
}

.restaurant-content {
    padding: 176px 0 72px;
    background: #101010
}

.restaurant-content .container-xxl {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.restaurant-facts {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0
}

.restaurant-gallery {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0
}

.restaurant-gallery h2 {
    margin: 0 0 28px;
    color: #bb8937;
    font: 400 16px/20px "Instrument Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: .8px
}

.restaurant-gallery > div {
    display: flex;
    gap: 24px
}

.restaurant-gallery img {
    display: block;
    width: 294px;
    height: 294px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center 24%;
    filter: brightness(.7)
}

.restaurant-directions {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: -128px 0 0
}

.restaurant-links {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0
}

.restaurant-links a {
    color: #a57f4b;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2.25px
}

.restaurant-links a .bi {
    margin-left: 5px
}

.figma-auth .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.figma-auth {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden
}

.figma-auth > .site-header {
    flex: 0 0 88px
}

.figma-auth > main {
    flex: 1 1 auto;
    min-height: 0
}

.auth-stage {
    --auth-scale: .7;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../img/figma/32c8a4c4d6dc58207d898fbd7974e5e977041f65.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.auth-switcher {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 820px;
    height: 814px;
    transform: translate(-50%, -50%) scale(var(--auth-scale));
    border: 1px solid #a57f4b;
    border-radius: 5px;
    background: #0a0a0a;
    color: #fff
}

.auth-ornament {
    position: absolute;
    left: 44px;
    top: 29px;
    width: 732px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    color: #a57f4b
}

.auth-ornament span {
    width: 270px;
    height: 1px;
    background: #a57f4b
}

.auth-ornament b {
    font: 400 31px/50px Prata, serif
}

.auth-switcher > h1 {
    position: absolute;
    left: 210px;
    top: 109px;
    width: 400px;
    margin: 0;
    color: #a57f4b;
    text-align: center;
    text-transform: uppercase;
    font: 400 40px/60px Prata, serif;
    letter-spacing: 6px
}

.auth-view {
    position: absolute;
    inset: 0
}

.auth-view[hidden] {
    display: none
}

.auth-intro {
    position: absolute;
    left: 210px;
    top: 188px;
    width: 400px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .75px
}

.auth-view label {
    position: absolute;
    left: 108px;
    width: 612px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .75px
}

.auth-view input {
    display: block;
    width: 612px;
    height: 75px;
    margin-top: 10px;
    padding: 0 24px;
    border: 1px solid #a57f4b;
    border-radius: 3px;
    background: #0a0a0a;
    color: #fff;
    font: 400 15px/30px "Instrument Sans", sans-serif;
    letter-spacing: .75px;
    text-transform: uppercase;
    outline: 0
}

.auth-view input[type="hidden"] { display: none }

.auth-view input::placeholder {
    color: #a7a7a8;
    opacity: 1
}

.auth-login-form label:nth-of-type(1) {
    top: 279px
}

.auth-login-form label:nth-of-type(2) {
    top: 414px
}

.auth-text-button {
    position: absolute;
    border: 0;
    background: transparent;
    color: #585858;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2.25px
}

.auth-forgot-link {
    left: 210px;
    top: 533px;
    width: 400px
}

.auth-submit {
    position: absolute;
    left: 108px;
    width: 612px;
    height: 75px;
    border: 0;
    border-radius: 3px;
    background: #a57f4b;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px
}

.auth-login-form .auth-submit {
    top: 612px
}

.auth-register-prompt {
    position: absolute;
    left: 210px;
    top: 697px;
    width: 400px;
    margin: 0;
    color: #585858;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2.25px
}

.auth-register-prompt button {
    display: block;
    margin: auto;
    border: 0;
    background: transparent;
    color: #fcae3a;
    font-weight: 600;
    line-height: 20px
}

.auth-register-form label:nth-of-type(1) {
    top: 150px
}

.auth-register-form label:nth-of-type(2) {
    top: 250px
}

.auth-register-form label:nth-of-type(3) {
    top: 350px
}

.auth-register-form label:nth-of-type(4) { top: 450px }
.auth-register-form label:nth-of-type(5) { top: 550px }

.auth-register-form label:not(.auth-consent) input {
    height: 52px;
    margin-top: 3px
}

.auth-register-form .auth-consent {
    top: 642px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    width: 612px;
    line-height: 20px;
    text-transform: none
}

.auth-register-form .auth-consent input {
    display: inline-block;
    flex: 0 0 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    margin: 0;
    margin-top: 3px;
    padding: 0;
    align-self: start;
    justify-self: start;
    text-transform: none
}

.auth-register-form .auth-consent span {
    display: block;
    min-width: 0
}

.auth-consent a { color: #c89437 }

.auth-register-form .auth-submit {
    top: 688px;
    height: 42px;
    font-size: 18px
}

.auth-register-form .auth-back-link {
    left: 210px;
    top: 745px;
    width: 400px
}

.auth-reset-form label:nth-of-type(1) { top: 245px }
.auth-reset-form label:nth-of-type(2) { top: 380px }
.auth-reset-form .auth-submit { top: 535px }
.auth-reset-form .auth-back-link { left: 210px; top: 625px; width: 400px }

.auth-forgot-form .auth-intro {
    top: 188px
}

.auth-forgot-form label {
    top: 317px
}

.auth-forgot-form .auth-submit {
    top: 497px
}

.auth-forgot-form .auth-back-link {
    left: 210px;
    top: 582px;
    width: 400px
}

.figma-account .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.account-page {
    height: 1425px;
    background: #101010
}

.account-breadcrumb {
    position: absolute;
    left: 0;
    top: 65px;
    display: flex;
    gap: 12px;
    align-items: center;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px
}

.account-breadcrumb a {
    color: #fff;
    text-decoration: none
}

.account-breadcrumb strong {
    color: #bb8937;
    font-weight: 400
}

.account-page > div > h1 {
    position: absolute;
    left: 0;
    top: 99px;
    margin: 0;
    color: #a57f4b;
    font: 400 36px/60px Prata, serif;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.account-profile {
    position: absolute;
    left: 0;
    top: 200px;
    width: 1036px;
    height: 250px;
    border: 1px solid #3b3b3b;
    background: #000
}

.account-avatar {
    position: absolute;
    left: 106px;
    top: 50px;
    width: 150px;
    height: 150px;
    border: 1px solid #a57f4b;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #a57f4b;
    font: 400 70px/1 Prata, serif;
    letter-spacing: 3.5px
}

.account-identity {
    position: absolute;
    left: 318px;
    top: 44px
}

.account-identity h2 {
    margin: 0 0 25px;
    color: #a57f4b;
    font: 400 28px/30px Prata, serif;
    letter-spacing: 1.4px
}

.account-identity p {
    margin: 0 0 30px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px
}

.account-profile > a {
    position: absolute;
    left: 742px;
    top: 94px;
    width: 187px;
    height: 60px;
    border: 2px solid #bb8937;
    border-radius: 3px;
    display: grid;
    place-items: center;
    color: #bb8937;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px
}

.account-status {
    position: absolute;
    left: 0;
    top: 470px;
    width: 1036px;
    height: 223px;
    border: 1px solid #3b3b3b;
    background: #000
}

.account-status header h2 {
    position: absolute;
    left: 106px;
    top: 34px;
    margin: 0;
    color: #a57f4b;
    font: 400 24px/30px Prata, serif;
    letter-spacing: 1.2px
}

.account-status header span {
    position: absolute;
    right: 119px;
    top: 34px;
    color: #3b3b3b;
    font: 400 20px/30px Prata, serif;
    letter-spacing: 1px
}

.order-progress {
    position: absolute;
    left: 75px;
    top: 92px;
    width: 886px;
    display: flex;
    justify-content: space-between
}

.order-progress::before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    height: 3px;
    background: #3b3b3b
}

.order-progress::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50%;
    height: 3px;
    background: #fcae3a
}

.order-progress article {
    position: relative;
    z-index: 1;
    width: 145px;
    text-align: center;
    color: #3b3b3b
}

.order-progress i {
    position: relative;
    z-index: 1;
    margin: auto;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    background: #000;
    font-style: normal;
    font-size: 24px
}

.order-progress b, .order-progress small {
    display: block;
    font-weight: 400
}

.order-progress b {
    margin-top: 7px;
    font-size: 18px;
    line-height: 18px
}

.order-progress small {
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px
}

.order-progress .done, .order-progress .active {
    color: #fcae3a
}

.order-progress .done i {
    border-color: #fcae3a;
    background: #fcae3a;
    color: #000
}

.order-progress .active i {
    border: 3px solid #fcae3a;
    color: #fcae3a;
    box-shadow: 0 0 0 3px rgba(252, 174, 58, .13)
}

.account-columns {
    position: absolute;
    left: 0;
    top: 713px;
    width: 1036px;
    display: grid;
    grid-template-columns:506px 506px;
    gap: 24px
}

.account-addresses, .account-orders {
    height: 500px;
    padding: 39px;
    border: 1px solid #3b3b3b;
    background: #000
}

.account-addresses h2, .account-orders h2 {
    margin: 0 0 39px;
    color: #a57f4b;
    font: 400 22px/22px Prata, serif;
    letter-spacing: 2.2px;
    text-transform: uppercase
}

.account-addresses button {
    display: flex;
    align-items: center;
    width: 428px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: .5px solid #585858;
    border-radius: 3px;
    background: #000;
    color: #585858;
    font-size: 15px;
    letter-spacing: .75px;
    text-align: left
}

.account-addresses button i {
    width: 54px;
    font-style: normal
}

.account-addresses button.active {
    border-color: #fcae3a;
    color: #fcae3a
}

.account-orders {
    padding: 25px 26px
}

.account-orders h2 {
    margin-bottom: 12px
}

.account-orders > a {
    display: grid;
    grid-template-columns:82px 1fr auto;
    align-items: center;
    height: 113px;
    border-bottom: 1px solid #3b3b3b;
    color: #fff;
    text-decoration: none
}

.account-orders > a:last-child {
    border-bottom: 0
}

.account-orders img {
    width: 82px;
    height: 77px;
    border-radius: 3px;
    object-fit: cover;
    filter: brightness(.6)
}

.account-orders strong {
    padding-left: 31px;
    font: 400 16px/30px Prata, serif;
    letter-spacing: .8px
}

.account-orders span {
    color: #585858;
    font-size: 12px;
    letter-spacing: .6px
}

.account-orders-summary {
    position: absolute;
    left: 0;
    top: 1237px;
    width: 1036px;
    height: 120px;
    border: 1px solid #3b3b3b;
    background: #000
}

.account-orders-summary .bag {
    position: absolute;
    left: 158px;
    top: 29px;
    color: #a57f4b;
    font-size: 55px
}

.account-orders-summary strong {
    position: absolute;
    left: 318px;
    top: 47px;
    color: #a57f4b;
    font: 400 30px/30px Prata, serif
}

.account-orders-summary b {
    position: absolute;
    left: 400px;
    top: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.account-orders-summary button {
    position: absolute;
    right: 68px;
    top: 43px;
    padding: 6px 0;
    border: 0;
    border-bottom: 1px solid #a57f4b;
    background: transparent;
    color: #a57f4b;
    font-size: 12px;
    letter-spacing: .6px;
    text-transform: capitalize
}

.account-orders-summary button:hover {
    color: #fff;
    border-color: #fff
}

.account-all-orders {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1357px;
    width: 1036px;
    max-height: 0;
    overflow: hidden;
    border: 1px solid #3b3b3b;
    border-top: 0;
    background: #000;
    opacity: 0;
    transition: max-height .5s cubic-bezier(.22, .75, .25, 1), opacity .28s ease
}

.account-all-orders[hidden] {
    display: none
}

.account-all-orders.open {
    opacity: 1
}

.account-all-orders-inner {
    padding: 10px 104px 22px
}

.account-all-orders-row {
    position: relative;
    display: grid;
    grid-template-columns:105px minmax(0, 1fr) 145px;
    gap: 32px;
    min-height: 155px;
    padding: 28px 0;
    border-bottom: 1px solid #303030;
    color: inherit;
    text-decoration: none
}

.account-all-orders-row:last-child {
    border-bottom: 0
}

.account-all-orders-row > img {
    width: 105px;
    height: 105px;
    object-fit: cover;
    filter: brightness(.7)
}

.account-all-orders-copy {
    min-width: 0
}

.order-history-status {
    display: block;
    margin: 3px 0 8px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.order-history-status.created {
    color: #858585
}

.order-history-status.confirmed {
    color: #4d8fd3
}

.order-history-status.on-preparation {
    color: #b33a16
}

.order-history-status.on-delivery {
    color: #fcae3a
}

.order-history-status.delivered {
    color: #00a80e
}

.account-all-orders-copy h2 {
    margin: 0 0 10px;
    color: #a57f4b;
    font: 400 21px/28px Prata, serif;
    letter-spacing: .8px
}

.order-history-restaurant {
    display: block;
    margin: -3px 0 8px;
    color: #fff;
    font: 400 15px/21px Prata, serif;
    letter-spacing: .5px
}

.account-all-orders-copy p {
    margin: 0;
    color: #585858;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .4px;
    overflow-wrap: anywhere
}

.account-all-orders-row time {
    color: #585858;
    font-size: 13px;
    text-align: right
}

.account-all-orders-row > strong {
    position: absolute;
    right: 0;
    bottom: 32px;
    color: #a57f4b;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .7px
}

.account-page.orders-expanded {
    height: 2310px
}

/* Recent Orders uses the same information contract as the expanded list, in a compact card. */
.account-orders > a.account-order-card {
    position: relative;
    display: grid;
    grid-template-columns:72px minmax(0, 1fr) 72px;
    gap: 13px;
    height: 102px;
    padding: 12px 0;
    border-bottom: 1px solid #303030
}

.account-orders > a.account-order-card:last-child {
    border-bottom: 0
}

.account-order-card > img {
    width: 72px;
    height: 76px;
    border-radius: 3px;
    object-fit: cover;
    filter: brightness(.7)
}

.account-order-card-copy {
    min-width: 0
}

.account-order-card .order-history-status {
    margin: 0 0 2px;
    font-size: 10px;
    line-height: 14px;
    white-space: nowrap
}

.account-order-card h3 {
    margin: 0;
    color: #a57f4b;
    font: 400 15px/20px Prata, serif;
    letter-spacing: .4px
}

.account-order-card p {
    margin: 3px 0 0;
    overflow: hidden;
    color: #777;
    font-size: 10px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.account-order-card small {
    display: block;
    overflow: hidden;
    margin-top: 1px;
    color: #555;
    font-size: 8px;
    line-height: 11px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.account-orders > a.account-order-card time {
    align-self: start;
    color: #666;
    font-size: 9px;
    line-height: 14px;
    text-align: right
}

.account-orders > a.account-order-card > strong {
    position: absolute;
    right: 0;
    bottom: 16px;
    padding: 0;
    color: #a57f4b;
    font: 400 11px/15px "Instrument Sans", sans-serif;
    letter-spacing: .4px
}

.figma-account-settings .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.settings-page {
    height: 1510px;
    background: #101010
}

.settings-breadcrumb {
    position: absolute;
    left: 0;
    top: 65px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px
}

.settings-breadcrumb a {
    color: #fff;
    text-decoration: none
}

.settings-breadcrumb strong {
    color: #bb8937;
    font-weight: 400
}

.settings-page h1 {
    position: absolute;
    left: 0;
    top: 99px;
    margin: 0;
    color: #dead64;
    font: 400 36px/60px Prata, serif;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.settings-avatar {
    position: absolute;
    left: 0;
    top: 193px;
    width: 150px;
    height: 150px;
    border: 1px solid #a57f4b;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #585858;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease
}

.settings-avatar:hover, .settings-avatar:focus-within {
    border-color: #fcae3a;
    box-shadow: 0 0 0 4px rgba(252, 174, 58, .1)
}

.settings-avatar span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 30px;
    line-height: 1
}

.settings-avatar small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    color: #a57f4b;
    font-size: 9px;
    letter-spacing: .7px;
    text-align: center;
    text-transform: uppercase
}

.settings-avatar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.settings-avatar-feedback {
    position: absolute;
    left: 180px;
    top: 245px;
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 20px
}

.settings-avatar-feedback.error {
    color: #d65b5b
}

.settings-avatar-feedback.success {
    color: #4cbf67
}

.settings-cards {
    position: absolute;
    left: 0;
    top: 383px;
    width: 1036px;
    display: grid;
    grid-template-columns:506px 506px;
    gap: 24px
}

.settings-card {
    min-height: 500px;
    padding: 39px;
    border: 1px solid #3b3b3b;
    background: #000
}

.settings-card h2 {
    margin: 0 0 30px;
    color: #a57f4b;
    font: 400 22px/25px Prata, serif;
    letter-spacing: 2.2px;
    text-transform: uppercase
}

.settings-card label {
    display: block;
    margin-bottom: 18px;
    color: #a57f4b;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .8px
}

.settings-card input {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 9px;
    padding: 0 12px;
    border: .5px solid #a57f4b;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font: 400 15px/20px "Instrument Sans", sans-serif;
    outline: 0
}

.settings-card input::placeholder {
    color: #585858
}

.settings-card-save, .settings-delete {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 52px;
    margin-top: 26px;
    border: 1px solid #bb8937;
    border-radius: 3px;
    background: #bb8937;
    color: #090909;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .8px;
    transition: filter .2s ease, background .2s ease, color .2s ease
}

.settings-card-save:hover {
    filter: brightness(1.12)
}

.settings-danger-card {
    display: flex;
    flex-direction: column
}

.settings-danger-card p {
    max-width: 390px;
    color: #aaa;
    font-size: 14px;
    line-height: 24px
}

.settings-delete {
    margin-top: auto;
    border-color: #a43a3a;
    background: transparent;
    color: #df6969
}

.settings-delete:hover, .settings-delete.confirming {
    background: #a43a3a;
    color: #fff
}

.settings-danger-card > small {
    display: block;
    margin-top: 13px;
    color: #777;
    font-size: 11px;
    line-height: 18px
}

/* Shared form validation UI. Backend must repeat every validation server-side. */
.required-mark {
    margin-inline-start: 4px;
    color: #d85b5b;
    font: 700 14px/1 "Instrument Sans", sans-serif
}

.field-feedback {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #e16a6a;
    font: 400 11px/16px "Instrument Sans", sans-serif;
    letter-spacing: .25px;
    text-transform: none
}

input.field-invalid, textarea.field-invalid, select.field-invalid {
    border-color: #d85b5b !important;
    box-shadow: 0 0 0 2px rgba(216, 91, 91, .16) !important;
}

input.field-valid, textarea.field-valid, select.field-valid {
    border-color: #4b9a61 !important
}

.contact-field, .contact-message-field {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0
}

.contact-form .required-mark {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 8px
}

.contact-form .field-feedback {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 3px
}

.contact-message-field {
    height: 190px
}

.contact-message-field textarea {
    display: block
}

.reservation-form .field-feedback {
    margin-top: 5px
}

.auth-view .field-feedback {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px
}

.checkout-form .field-feedback, .settings-card .field-feedback {
    margin-bottom: 3px
}

@media (max-width: 1399.98px) {
    .settings-avatar-feedback {
        position: relative;
        left: auto;
        top: auto;
        margin: -100px 0 65px 145px
    }

    .settings-cards {
        position: relative;
        inset: auto;
        width: 100%;
        display: grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 24px
    }

    .settings-card {
        min-width: 0;
        min-height: 500px
    }
}

@media (max-width: 767.98px) {
    .settings-avatar-feedback {
        margin: -18px 0 28px
    }

    .settings-cards {
        grid-template-columns:1fr
    }

    .settings-card {
        min-height: 0;
        padding: 24px
    }

    .settings-danger-card {
        min-height: 300px
    }
}

.figma-order .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.order-page {
    height: 1110px;
    background: #101010
}

.order-breadcrumb {
    position: absolute;
    left: 0;
    top: 65px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px
}

.order-breadcrumb a {
    color: #fff;
    text-decoration: none
}

.order-breadcrumb strong {
    color: #bb8937;
    font-weight: 400
}

.order-page h1 {
    position: absolute;
    left: 0;
    top: 99px;
    margin: 0;
    color: #a57f4b;
    font: 400 36px/60px Prata, serif;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.order-page time {
    position: absolute;
    right: 0;
    top: 122px;
    color: #585858;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: .9px
}

.order-items {
    position: absolute;
    left: 106px;
    top: 215px;
    width: 823px
}

.order-row {
    height: 60px;
    display: grid;
    grid-template-columns:1fr 92px 106px;
    align-items: start
}

.order-row h2 {
    margin: 0;
    color: #fff;
    font: 400 24px/30px Prata, serif;
    letter-spacing: 2.4px
}

.order-row span, .order-row strong {
    color: #a57f4b;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: capitalize
}

.order-row strong {
    text-align: right
}

.order-items::after {
    content: "";
    display: block;
    width: 823px;
    height: 1px;
    background: #3b3b3b
}

.order-totals {
    position: absolute;
    left: 212px;
    top: 845px;
    width: 623px;
    color: #a57f4b
}

.order-totals > div {
    height: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.3px;
    text-transform: capitalize
}

.order-totals strong {
    font-size: 24px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 400
}

.order-totals .total {
    height: 70px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #3b3b3b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3.9px
}

.order-totals .total strong {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.3px
}

.figma-checkout .navbar-nav .nav-item:first-child .nav-link {
    color: #fff !important;
    border-bottom: 0
}

.figma-checkout .navbar-nav .nav-item:nth-child(3) .nav-link {
    color: #bb8937 !important;
    border-bottom: 1px solid #bb8937
}

.checkout-page {
    height: 1670px;
    background: #101010
}

.checkout-breadcrumb {
    position: absolute;
    left: 105px;
    top: 65px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .6px
}

.checkout-breadcrumb a {
    color: #fff;
    text-decoration: none
}

.checkout-breadcrumb strong {
    color: #bb8937;
    font-weight: 400
}

.checkout-page > div > h1 {
    position: absolute;
    left: 105px;
    top: 99px;
    margin: 0;
    color: #a57f4b;
    font: 400 36px/60px Prata, serif;
    letter-spacing: 1.8px;
    text-transform: uppercase
}

.checkout-form {
    position: absolute;
    inset: 0
}

.checkout-panel {
    position: absolute;
    border: 1px solid #3b3b3b;
    border-radius: 3px;
    background: #000
}

.checkout-panel h2 {
    margin: 0;
    color: #a57f4b;
    font: 400 22px/30px Prata, serif;
    letter-spacing: 2.2px;
    text-transform: uppercase
}

.checkout-information {
    left: 0;
    top: 200px;
    width: 506px;
    height: 820px;
    padding: 34px 39px
}

.checkout-information h2 {
    margin-bottom: 22px
}

.checkout-login-prompt {
    margin: -2px 0 22px;
    padding: 15px;
    border: 1px solid #3b3b3b;
    border-radius: 3px;
    background: #0b0b0b;
    text-align: center
}

.checkout-login-prompt p {
    margin: 0;
    color: #a7a7a8;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: .45px
}

.checkout-login-prompt p strong {
    color: #fff;
    font-weight: 500
}

.checkout-login-prompt > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border: 1px solid #a57f4b;
    border-radius: 3px;
    color: #a57f4b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .9px;
    transition: background .2s ease, color .2s ease
}

.checkout-login-prompt > a:hover, .checkout-login-prompt > a:focus-visible {
    background: #a57f4b;
    color: #050505
}

.checkout-information label {
    display: block;
    margin-bottom: 15px;
    color: #a57f4b;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px
}

.checkout-information input {
    display: block;
    width: 428px;
    height: 50px;
    margin-top: 10px;
    padding: 0 13px;
    border: .5px solid #a57f4b;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font: 400 15px/20px "Instrument Sans", sans-serif;
    letter-spacing: .75px;
    outline: none
}

.checkout-information input::placeholder, .checkout-message textarea::placeholder, .checkout-promo input::placeholder {
    color: #585858;
    opacity: 1
}

.checkout-options {
    left: 0;
    top: 1040px;
    width: 506px;
    height: 537px;
    padding: 34px 39px
}

.checkout-options h2 {
    margin-bottom: 20px
}

.delivery-option {
    position: relative;
    display: flex;
    align-items: center;
    width: 428px;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 19px;
    border: .5px solid #585858;
    border-radius: 3px;
    color: #585858;
    cursor: pointer
}

.delivery-option input {
    position: absolute;
    opacity: 0
}

.delivery-option i {
    width: 16px;
    height: 16px;
    margin-right: 18px;
    border: 1px solid currentColor;
    border-radius: 50%
}

.delivery-option i::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 3px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0
}

.delivery-option span {
    display: flex;
    flex: 1;
    flex-direction: column
}

.delivery-option b {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .75px;
    font-weight: 400
}

.delivery-option small {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .6px
}

.delivery-option strong {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-weight: 400
}

.delivery-option.active, .delivery-option:has(input:checked) {
    border-color: #fcae3a;
    color: #fcae3a
}

.delivery-option:has(input:checked) i::after {
    opacity: 1
}

.checkout-message {
    display: block;
    margin-top: 39px;
    color: #a57f4b;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px
}

.checkout-message textarea {
    display: block;
    width: 428px;
    height: 100px;
    margin-top: 10px;
    padding: 14px 13px;
    resize: none;
    border: .5px solid #a57f4b;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font: 400 15px/20px "Instrument Sans", sans-serif;
    letter-spacing: .75px;
    outline: none
}

.checkout-order {
    left: 530px;
    top: 200px;
    width: 717px;
    height: 1377px;
    padding: 34px 39px
}

.checkout-order-heading {
    height: 67px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.checkout-order-heading a {
    margin-top: 2px;
    color: #a57f4b;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .7px;
    text-decoration: none;
    text-transform: capitalize
}

.checkout-order-item {
    position: relative;
    height: 160px;
    border-bottom: 1px solid #3b3b3b
}

.checkout-order-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 127px;
    height: 120px;
    border-radius: 3px;
    object-fit: cover;
    filter: brightness(.72)
}

.checkout-order-item h3 {
    position: absolute;
    left: 167px;
    top: 17px;
    width: 240px;
    margin: 0;
    color: #fff;
    font: 400 18px/25px Prata, serif;
    letter-spacing: .9px
}

.checkout-order-item > strong {
    position: absolute;
    right: 0;
    top: 76px;
    color: #a57f4b;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
    font-weight: 400
}

.checkout-quantity {
    position: absolute;
    left: 435px;
    top: 68px;
    width: 116px;
    height: 35px;
    display: grid;
    grid-template-columns:35px 46px 35px;
    border: 1px solid #3b3b3b;
    border-radius: 3px;
    color: #fff
}

.checkout-quantity button {
    border: 0;
    background: transparent;
    color: #a57f4b;
    font-size: 20px;
    line-height: 30px
}

.checkout-quantity span {
    display: grid;
    place-items: center;
    border-left: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    font-size: 14px
}

.checkout-totals {
    margin: 0;
    padding-top: 14px
}

.checkout-totals > div {
    display: flex;
    height: 40px;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px
}

.checkout-totals dt, .checkout-totals dd {
    margin: 0;
    font-weight: 400
}

.checkout-totals dd {
    text-transform: uppercase
}

.checkout-totals .checkout-total {
    height: 91px;
    margin-top: 10px;
    padding-top: 29px;
    border-top: 1px solid #3b3b3b;
    color: #a57f4b;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2.2px;
    text-transform: uppercase
}

.checkout-totals .checkout-total dd {
    font-size: 20px;
    letter-spacing: 1px
}

.checkout-promo {
    padding-top: 14px;
    border-top: 1px solid #3b3b3b
}

.checkout-promo > label {
    display: block;
    margin-bottom: 20px;
    color: #a57f4b;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px
}

.checkout-promo > div {
    display: flex;
    width: 637px;
    height: 60px
}

.checkout-promo input {
    width: 489px;
    padding: 0 16px;
    border: 1px solid #a57f4b;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background: #000;
    color: #fff;
    outline: none
}

.checkout-promo button {
    width: 148px;
    border: 0;
    border-radius: 0 3px 3px 0;
    background: #a57f4b;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .8px
}

.checkout-payment {
    margin: 26px 0 0;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid #3b3b3b
}

.checkout-payment legend {
    float: none;
    width: auto;
    margin: 0 0 14px;
    padding: 0;
    color: #a57f4b;
    font: 400 16px/20px Prata, serif;
    letter-spacing: .8px;
    text-transform: uppercase
}

.checkout-payment-options {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 12px
}

.payment-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 58px;
    margin: 0;
    border: 1px solid #3b3b3b;
    border-radius: 3px;
    color: #777;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .65px;
    transition: border-color .2s ease, background .2s ease, color .2s ease
}

.payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.payment-option > .bi {
    font-size: 21px;
    line-height: 1
}

.payment-option.active, .payment-option:has(input:checked) {
    border-color: #fcae3a;
    background: rgba(252, 174, 58, .08);
    color: #fcae3a
}

.payment-option:hover {
    border-color: #a57f4b;
    color: #a57f4b
}

.checkout-submit {
    position: absolute;
    left: 39px;
    bottom: 39px;
    width: 637px;
    height: 60px;
    border: 0;
    border-radius: 3px;
    background: #a57f4b;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .9px
}

.checkout-submit .bi {
    margin-left: 12px;
    font-size: 22px;
    line-height: 1
}

.checkout-submit > span {
    pointer-events: none
}

@media (min-width: 992px) {
    .figma-home .container {
        max-width: 1440px;
        padding-left: 0;
        padding-right: 0
    }

    .figma-home .site-header .container-xxl {
        position: relative;
        width: 1440px;
        max-width: 1440px;
        height: 88px
    }

    .figma-home .site-header .brand {
        position: absolute;
        left: 133px;
        top: 14px;
        margin: 0;
        padding: 0;
        width: 114px;
        height: 60px
    }

    .figma-home .site-header .navbar-collapse {
        position: absolute;
        inset: 0;
        display: block !important
    }

    .figma-home .site-header .navbar-nav {
        position: relative;
        width: 100%;
        height: 88px;
        margin: 0 !important;
        display: block
    }

    .figma-home .site-header .nav-item {
        position: absolute;
        top: 29px;
        height: 30px
    }

    .figma-home .site-header .nav-item:nth-child(1) {
        left: 492px
    }

    .figma-home .site-header .nav-item:nth-child(2) {
        left: 599px
    }

    .figma-home .site-header .nav-item:nth-child(3) {
        left: 752px
    }

    .figma-home .site-header .nav-item:nth-child(4) {
        left: 857px
    }

    .figma-home .site-header .nav-item:nth-child(5) {
        left: 1109px
    }

    .figma-home .site-header .nav-item:nth-child(6) {
        left: 1174px
    }

    .figma-home .site-header .nav-item:nth-child(7) {
        left: 1224px;
        margin-left: 0 !important
    }

    .figma-home .site-header .nav-link {
        margin: 0;
        padding: 5px 0;
        height: 30px
    }

    .figma-home .site-header .nav-item:nth-child(1) .nav-link {
        width: 59px;
        padding-bottom: 5px
    }

    .figma-home .site-header .nav-item:nth-child(2) .nav-link {
        width: 105px
    }

    .figma-home .site-header .nav-item:nth-child(3) .nav-link {
        width: 57px
    }

    .figma-home .site-header .nav-item:nth-child(4) .nav-link {
        width: 91px
    }

    .figma-home .site-header .lang-link {
        position: relative;
        display: block;
        width: 35px;
        margin: 0;
        padding: 0
    }

    .figma-home .site-header .lang-link span {
        position: absolute;
        left: 0;
        top: 5px;
        width: 22px;
        height: 20px;
        line-height: 18px
    }

    .figma-home .site-header .lang-link img {
        position: absolute;
        left: 27px;
        top: 13px;
        width: 8px;
        height: 4px;
        transform: rotate(180deg)
    }

    .figma-home .site-header .cart-link {
        width: 30px;
        margin: 0;
        padding: 4px !important
    }

    .mh-hero-copy {
        left: 202px
    }

    .mh-benefits {
        left: 203px
    }

    .mh-slider {
        right: 85px
    }

    .mh-branches {
        padding-top: 66px
    }

    .mh-branches > .container, .mh-menu-preview > .container, .mh-story > .container {
        width: 1250px
    }

    .mh-branch-card {
        width: 400px
    }

    .mh-branch-main > img {
        width: 398px
    }

    .mh-divider {
        margin-top: 69px
    }

    .mh-menu-preview {
        position: relative;
        background-position: center bottom
    }

    .mh-menu-preview::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .35)
    }

    .mh-menu-preview > .container {
        position: relative
    }

    .mh-filter {
        justify-content: flex-start;
        margin-left: 378px;
        transform: translateY(11px)
    }

    .mh-dish-row {
        transform: translateY(12px)
    }

    .mh-menu-preview .text-end .mh-button {
        transform: translateY(23px)
    }

    .mh-dish img {
        width: 294px
    }

    .mh-story {
        height: 763px
    }

    .mh-story .mh-divider {
        padding-top: 60px;
        margin-bottom: 51px
    }

    .mh-story .row {
        margin: 0;
        align-items: flex-start !important
    }

    .mh-story .col-lg-4 {
        width: 376px;
        margin-left: 107px;
        padding: 0
    }

    .mh-story .col-lg-6 {
        width: 572px;
        margin-left: 83px;
        padding: 25px 0 0
    }

    .mh-story .mh-kicker {
        margin-bottom: 10px
    }

    .mh-story-text {
        margin-top: 40px
    }

    .mh-story > .container {
        position: relative
    }

    .figma-branches .branches-list > .container {
        width: 1248px
    }

    .figma-branches .branches-cards {
        --bs-gutter-x: 24px;
        column-gap: 0
    }

    .figma-menu .menu-product-grid {
        margin-left: 0;
        margin-right: 0;
        column-gap: 24px
    }

}

/* Responsive layouts: the 1440px Figma geometry above remains unchanged. */
@media (max-width: 1399.98px) {
    html, body {
        max-width: 100%;
        overflow-x: hidden
    }

    .figma-home .site-header .container-xxl,
    .figma-restaurant .site-header .container-xxl {
        width: 100%;
        max-width: 100%
    }

    .figma-home .container, .figma-restaurant .container {
        width: 100%;
        max-width: 100%
    }

    .figma-home .mh-branches > .container, .figma-home .mh-menu-preview > .container, .figma-home .mh-story > .container {
        width: 100%;
        max-width: 100%
    }

    .figma-home .site-header, .figma-restaurant .site-header {
        height: 72px;
        min-height: 72px
    }

    .figma-home .navbar, .figma-restaurant .navbar {
        min-height: 72px;
        padding: 6px 16px
    }

    .figma-home .navbar-collapse.collapse:not(.show), .figma-restaurant .navbar-collapse.collapse:not(.show) {
        display: none !important
    }

    .figma-home .navbar-collapse.collapse.show, .figma-restaurant .navbar-collapse.collapse.show {
        display: block !important
    }

    .figma-home .site-header .brand, .figma-restaurant .site-header .brand {
        width: 96px;
        height: 50px;
        margin: 0
    }

    .figma-home .navbar-collapse, .figma-restaurant .navbar-collapse {
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        top: 72px;
        padding: 18px 24px 24px;
        background: #000;
        border-top: 1px solid #242424
    }

    .figma-home .site-header .lang-link img, .figma-restaurant .site-header .lang-link img {
        position: static;
        width: 8px;
        height: 4px
    }

    .figma-home .site-header .cart-link, .figma-restaurant .site-header .cart-link {
        width: 30px !important
    }

    .figma-home .site-footer, .figma-restaurant .site-footer, .figma-auth .site-footer, .figma-account .site-footer, .figma-account-settings .site-footer, .figma-order .site-footer, .figma-checkout .site-footer {
        height: auto !important;
        padding: 55px 20px 0
    }

    .figma-home .site-footer > .container, .figma-restaurant .site-footer > .container, .figma-auth .site-footer > .container,
    .figma-account .site-footer > .container, .figma-account-settings .site-footer > .container, .figma-order .site-footer > .container,
    .figma-checkout .site-footer > .container {
        width: 100%;
        max-width: 100%
    }

    .figma-home .site-footer .row > div, .figma-restaurant .site-footer .row > div, .figma-auth .site-footer .row > div,
    .figma-account .site-footer .row > div, .figma-account-settings .site-footer .row > div, .figma-order .site-footer .row > div,
    .figma-checkout .site-footer .row > div {
        position: relative;
        inset: auto;
        left: auto;
        top: auto
    }

    .figma-home .footer-bottom, .figma-restaurant .footer-bottom, .figma-auth .footer-bottom, .figma-account .footer-bottom,
    .figma-account-settings .footer-bottom, .figma-order .footer-bottom, .figma-checkout .footer-bottom {
        position: relative;
        inset: auto;
        left: auto;
        top: auto;
        width: auto;
        height: auto
    }

    .mh-hero {
        height: 650px;
        background-position: center
    }

    .mh-hero-copy {
        left: 24px;
        right: 24px;
        top: 72px;
        width: auto
    }

    .mh-hero h1 {
        font-size: 42px;
        line-height: 1.18
    }

    .mh-lead {
        font-size: 16px;
        line-height: 26px
    }

    .mh-benefits {
        left: 24px;
        right: 24px;
        bottom: 25px;
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 16px
    }

    .mh-slider {
        right: 24px;
        bottom: 125px
    }

    .mh-branches, .mh-menu-preview, .mh-story {
        height: auto;
        padding-left: 16px;
        padding-right: 16px
    }

    .mh-menu-preview {
        position: relative;
        isolation: isolate
    }

    .mh-menu-preview::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: 0;
        background: rgba(0, 0, 0, .35);
        pointer-events: none
    }

    .mh-menu-preview > .container {
        position: relative;
        z-index: 1
    }

    .mh-branch-card {
        width: 100%;
        max-width: 520px;
        margin: auto;
        height: auto;
        min-height: 390px
    }

    .mh-branch-main > img {
        width: 100%;
        height: auto;
        aspect-ratio: 2/1;
        object-fit: cover
    }

    .mh-menu-heading {
        position: static;
        text-align: left
    }

    .mh-menu-heading h2 {
        font-size: 34px
    }

    .mh-filter {
        margin: 25px 0 10px;
        overflow-x: auto;
        padding-bottom: 8px
    }

    .mh-dish img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover
    }

    .branches-list {
        height: auto;
        padding: 55px 20px 75px
    }

    .branches-heading {
        margin-bottom: 45px
    }

    .branches-heading h2 {
        font-size: 40px;
        line-height: 1.2
    }

    .branches-cards {
        row-gap: 24px
    }

    .menu-hero {
        height: 500px
    }

    .menu-hero::before {
        inset: 0;
        top: 0;
        height: 100%;
        background-size: cover;
        background-position: center
    }

    .figma-menu .menu-hero-inner {
        height: 100%;
        padding: 50px clamp(24px, 7vw, 72px)
    }

    .menu-hero .mh-breadcrumb, .menu-hero h1, .menu-hero p, .menu-hero-actions {
        position: relative;
        inset: auto;
        left: auto;
        top: auto;
        width: auto
    }

    .menu-hero .mh-breadcrumb {
        margin-bottom: 18px
    }

    .menu-hero h1 {
        margin-bottom: 12px;
        font-size: 43px;
        line-height: 1.2
    }

    .menu-hero p {
        height: auto;
        margin-bottom: 70px
    }

    .menu-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 15px
    }

    .menu-categories {
        height: auto;
        padding: 14px 0;
        overflow: hidden
    }

    .menu-categories a {
        width: auto;
        min-width: 92px;
        padding: 0 14px
    }

    .menu-catalog {
        height: auto;
        padding: 55px 20px 70px
    }

    .menu-section {
        margin-bottom: 55px
    }

    .menu-section-heading {
        margin-bottom: 28px
    }

    .menu-product-grid {
        margin-right: -12px;
        margin-left: -12px;
        row-gap: 24px
    }

    .figma-menu .menu-product-grid {
        column-gap: 0
    }

    .menu-product {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 340px
    }

    .menu-product > img {
        flex: 0 0 42%;
        width: 42%;
        height: auto;
        min-height: 338px;
        object-fit: cover
    }

    .menu-product-copy {
        min-width: 0;
        margin-left: 0;
        padding: 26px 22px;
        display: flex;
        flex-direction: column
    }

    .menu-product h3 {
        min-height: 0;
        overflow-wrap: anywhere
    }

    .menu-product p {
        margin-top: 15px;
        overflow-wrap: anywhere
    }

    .menu-price {
        position: static;
        margin-top: auto;
        padding-top: 18px
    }

    .menu-product-copy > button {
        position: static;
        width: 100%;
        margin-top: 14px;
        flex: 0 0 45px
    }

    .contact-content {
        height: auto;
        padding: 48px 20px 75px
    }

    .contact-tabs {
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        gap: 25px;
        overflow-x: auto;
        margin-bottom: 35px;
        padding-bottom: 8px
    }

    .contact-tabs a {
        flex: 0 0 auto
    }

    .contact-tabs span {
        flex: 0 0 auto
    }

    .contact-facts, .contact-form, .contact-directions {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        margin-bottom: 24px
    }

    .contact-facts {
        display: grid;
        grid-template-columns:1fr 1fr;
        padding: 25px
    }

    .contact-facts article {
        position: relative !important;
        inset: auto !important;
        width: auto !important;
        min-height: 110px;
        padding: 15px
    }

    .contact-form {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 20px;
        padding: 24px
    }

    .contact-fields {
        position: static;
        width: auto
    }

    .contact-fields input {
        width: 100%
    }

    .contact-form textarea {
        position: static;
        width: 100%;
        height: 100%;
        min-height: 200px
    }

    .contact-form button {
        position: static;
        grid-column: 2;
        width: 100%;
        margin-top: 0
    }

    .contact-directions {
        display: grid;
        grid-template-columns:1.15fr .85fr
    }

    .contact-map, .directions-copy {
        position: static;
        width: 100%;
        height: 100%
    }

    .contact-map {
        min-height: 320px
    }

    .directions-copy {
        padding: 45px 35px
    }

    .restaurant-hero {
        height: 580px;
        background-position: center
    }

    .restaurant-breadcrumb, .restaurant-hero h1, .restaurant-hero p, .restaurant-hero .restaurant-description, .restaurant-reserve {
        position: relative;
        inset: auto;
        left: auto;
        top: auto;
        width: auto
    }

    .restaurant-breadcrumb {
        margin-bottom: 18px
    }

    .restaurant-hero h1 {
        margin-bottom: 12px;
        font-size: 50px;
        line-height: 1.1
    }

    .restaurant-reserve {
        width: 225px
    }

    .restaurant-content {
        height: auto;
        padding: 45px 20px 75px
    }

    .restaurant-facts, .restaurant-gallery, .restaurant-directions, .restaurant-links {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        margin-bottom: 45px
    }

    .restaurant-gallery > div {
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .restaurant-gallery img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1
    }

    .restaurant-links {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 18px;
        margin-bottom: 0
    }

    .restaurant-links a {
        text-align: center
    }

    .figma-auth {
        height: auto;
        min-height: 100vh;
        overflow: auto
    }

    .figma-auth > .site-header {
        flex: 0 0 72px
    }

    .figma-auth > main {
        min-height: 720px
    }

    .auth-stage {
        min-height: 720px;
        padding: 35px 16px
    }

    .auth-switcher {
        --auth-scale: 1;
        position: relative;
        left: auto;
        top: auto;
        width: min(100%, 620px);
        height: 650px;
        margin: auto;
        transform: none
    }

    .auth-ornament {
        left: 6%;
        width: 88%;
        gap: 18px
    }

    .auth-ornament span {
        width: 42%
    }

    .auth-switcher > h1 {
        left: 10%;
        top: 95px;
        width: 80%;
        font-size: 34px
    }

    .auth-intro {
        left: 10%;
        top: 165px;
        width: 80%
    }

    .auth-view label {
        left: 8%;
        width: 84%
    }

    .auth-view input {
        width: 100%;
        height: 58px
    }

    .auth-login-form label:nth-of-type(1) {
        top: 240px
    }

    .auth-login-form label:nth-of-type(2) {
        top: 345px
    }

    .auth-forgot-link {
        left: 10%;
        top: 445px;
        width: 80%
    }

    .auth-submit {
        left: 8%;
        width: 84%;
        height: 58px;
        font-size: 18px
    }

    .auth-login-form .auth-submit {
        top: 505px
    }

    .auth-register-prompt {
        left: 10%;
        top: 575px;
        width: 80%
    }

    .auth-register-form label:nth-of-type(1) {
        top: 165px
    }

    .auth-register-form label:nth-of-type(2) {
        top: 235px
    }

    .auth-register-form label:nth-of-type(3) {
        top: 305px
    }

    .auth-register-form label:nth-of-type(4) { top: 375px }
    .auth-register-form label:nth-of-type(5) { top: 445px }
    .auth-register-form label:not(.auth-consent) input { height: 42px; margin-top: 0 }
    .auth-register-form .auth-consent {
        top: 515px;
        width: 80%;
        left: 10%;
        font-size: 12px;
        line-height: 17px
    }

    .auth-register-form .auth-submit {
        top: 550px
    }

    .auth-register-form .auth-back-link {
        left: 10%;
        top: 615px;
        width: 80%
    }

    .auth-forgot-form .auth-intro {
        top: 165px
    }

    .auth-forgot-form label {
        top: 270px
    }

    .auth-forgot-form .auth-submit {
        top: 390px
    }

    .auth-forgot-form .auth-back-link {
        left: 10%;
        top: 465px;
        width: 80%
    }

    .auth-reset-form label:nth-of-type(1) { top: 220px }
    .auth-reset-form label:nth-of-type(2) { top: 325px }
    .auth-reset-form .auth-submit { top: 445px }
    .auth-reset-form .auth-back-link { left: 10%; top: 520px; width: 80% }

    .account-page, .settings-page, .order-page, .checkout-page {
        height: auto;
        padding: 55px 20px 75px
    }

    .account-breadcrumb, .settings-breadcrumb, .order-breadcrumb, .checkout-breadcrumb {
        position: static;
        margin-bottom: 8px
    }

    .account-page > div > h1, .settings-page h1, .order-page h1, .checkout-page > div > h1 {
        position: static;
        margin: 0 0 40px;
        font-size: 32px;
        line-height: 48px
    }

    .account-profile, .account-status, .account-columns, .account-orders-summary, .account-all-orders, .settings-avatar, .order-items, .order-totals, .checkout-form, .checkout-panel {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto
    }

    .account-profile {
        min-height: 270px;
        padding: 35px
    }

    .account-avatar {
        position: static;
        width: 110px;
        height: 110px;
        font-size: 50px
    }

    .account-identity {
        position: absolute;
        left: 180px;
        top: 42px
    }

    .account-profile > a {
        left: 180px;
        top: 168px;
        width: 180px;
        height: 50px
    }

    .account-status {
        margin-top: 24px;
        min-height: 245px
    }

    .account-status header h2 {
        left: 30px
    }

    .account-status header span {
        right: 30px
    }

    .order-progress {
        left: 5%;
        top: 95px;
        width: 90%
    }

    .account-columns {
        display: grid;
        grid-template-columns:1fr;
        margin-top: 24px
    }

    .account-addresses, .account-orders {
        width: 100%;
        height: auto;
        min-height: 390px;
        padding: 32px
    }

    .account-addresses button {
        width: 100%
    }

    .account-orders-summary {
        min-height: 120px;
        margin-top: 24px
    }

    .account-orders-summary .bag {
        left: 8%
    }

    .account-orders-summary strong {
        left: 24%
    }

    .account-orders-summary b {
        left: 34%
    }

    .account-orders-summary button {
        right: 7%
    }

    .account-all-orders {
        margin-top: 0
    }

    .account-all-orders-inner {
        padding: 10px 28px 22px
    }

    .account-all-orders-row {
        grid-template-columns:92px minmax(0, 1fr) 125px;
        gap: 22px
    }

    .account-all-orders-row > img {
        width: 92px;
        height: 92px
    }

    .account-page.orders-expanded {
        height: auto
    }

    .settings-avatar {
        width: 120px;
        height: 120px;
        margin-bottom: 30px
    }

    .order-page time {
        position: static;
        display: block;
        margin: -30px 0 35px;
        text-align: right
    }

    .order-items {
        margin: 0
    }

    .order-row {
        height: auto;
        min-height: 70px;
        grid-template-columns:1fr 70px 95px;
        gap: 8px
    }

    .order-row h2 {
        font-size: 20px
    }

    .order-row span, .order-row strong {
        font-size: 17px
    }

    .order-items::after {
        width: 100%
    }

    .order-totals {
        margin: 45px auto 0;
        max-width: 620px
    }

    .checkout-form {
        display: grid;
        grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);
        gap: 24px
    }

    .checkout-information, .checkout-options, .checkout-order {
        padding: 32px
    }

    .checkout-information {
        grid-column: 1;
        grid-row: 1
    }

    .checkout-options {
        grid-column: 1;
        grid-row: 2
    }

    .checkout-order {
        grid-column: 2;
        grid-row: 1/3
    }

    .checkout-information input, .delivery-option, .checkout-message textarea, .checkout-promo > div {
        width: 100%
    }

    .checkout-order-item h3 {
        left: 145px;
        width: 35%
    }

    .checkout-quantity {
        left: auto;
        right: 75px
    }

    .checkout-promo input {
        min-width: 0;
        flex: 1
    }

    .checkout-submit {
        position: static;
        width: 100%;
        margin-top: 28px
    }
}

/* A portrait tablet needs compact vertical cards to preserve two columns. */
@media (min-width: 768px) and (max-width: 991.98px) {
    .figma-menu .menu-product {
        display: block;
        min-height: 0
    }

    .figma-menu .menu-product > img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.35/1
    }

    .figma-menu .menu-product-copy {
        min-height: 300px;
        padding: 22px
    }
}

@media (max-width: 575.98px) {
    .mh-hero {
        height: 620px
    }

    .mh-hero-copy {
        top: 55px
    }

    .mh-hero h1 {
        font-size: 34px
    }

    .mh-kicker {
        font-size: 10px
    }

    .mh-hero-copy .mh-button, .menu-hero-actions > a, .menu-restaurant-picker, .menu-restaurant-picker > .menu-restaurant, .restaurant-reserve {
        width: 100%;
        max-width: none;
        white-space: nowrap
    }

    .mh-hero-copy .mh-button {
        display: flex
    }

    .mh-benefits {
        font-size: 10px;
        gap: 12px
    }

    .mh-slider {
        bottom: 145px
    }

    .mh-menu-heading h2, .branches-heading h2 {
        font-size: 30px
    }

    .mh-dish-row > .col-6 {
        width: 100%
    }

    .mh-filter {
        display: none
    }

    .mh-filter-mobile {
        display: block;
        margin: 22px 0 26px;
        color: #731a00;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: .8px;
        text-transform: uppercase
    }

    .mh-filter-mobile span {
        display: block;
        margin-bottom: 7px
    }

    .mh-filter-mobile select {
        width: 100%;
        max-width: 100%;
        height: 48px;
        padding: 0 44px 0 15px;
        border: 2px solid #bb8937;
        border-radius: 8px;
        background: #101010;
        color: #fff;
        font: 400 14px/20px "Instrument Sans", sans-serif;
        letter-spacing: .7px;
        text-transform: uppercase;
        text-overflow: ellipsis;
        appearance: auto
    }

    .site-footer {
        text-align: center
    }

    .footer-brand {
        margin: auto
    }

    .footer-title {
        margin-top: 10px
    }

    .menu-hero {
        height: 500px
    }

    .figma-menu .menu-hero-inner {
        padding-top: 45px
    }

    .menu-hero h1 {
        font-size: 34px
    }

    .menu-hero p {
        font-size: 15px;
        line-height: 24px
    }

    .menu-hero-actions {
        width: 100%
    }

    .menu-hero-actions > a {
        width: 100%;
        justify-content: center
    }

    .menu-catalog {
        padding-right: 12px;
        padding-left: 12px
    }

    .menu-product-grid {
        margin-right: 0;
        margin-left: 0
    }

    .menu-product {
        display: block;
        min-height: 0
    }

    .menu-product > img {
        position: static;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1.35/1
    }

    .menu-product-copy {
        margin: 0;
        padding: 22px;
        min-height: 0
    }

    .menu-product h3 {
        font-size: 21px;
        line-height: 1.3
    }

    .menu-product p {
        font-size: 11px;
        line-height: 1.65
    }

    .menu-price {
        margin-top: 18px;
        padding-top: 0
    }

    .menu-product-copy > button {
        width: 100%;
        margin-top: 14px
    }

    .contact-facts {
        grid-template-columns:1fr;
        padding: 15px
    }

    .contact-facts article {
        min-height: 90px
    }

    .contact-facts article + article::before {
        left: 15px;
        right: 15px;
        top: 0;
        width: auto;
        height: 1px
    }

    .contact-form {
        grid-template-columns:1fr;
        padding: 18px
    }

    .contact-form button {
        grid-column: 1
    }

    .contact-directions {
        grid-template-columns:1fr
    }

    .contact-map {
        min-height: 260px
    }

    .directions-copy {
        padding: 35px 24px
    }

    .directions-copy h2 {
        font-size: 34px
    }

    .directions-copy > div {
        display: grid;
        gap: 12px
    }

    .directions-copy a {
        width: 100%
    }

    .restaurant-hero {
        height: 540px
    }

    .restaurant-hero h1 {
        font-size: 42px
    }

    .restaurant-gallery > div {
        grid-template-columns:1fr
    }

    .restaurant-facts {
        grid-template-columns:1fr
    }

    .auth-stage {
        min-height: 660px;
        padding: 20px 12px
    }

    .auth-switcher {
        height: 620px
    }

    .auth-switcher > h1 {
        font-size: 28px;
        letter-spacing: 3px
    }

    .account-page, .settings-page, .order-page, .checkout-page {
        padding-left: 12px;
        padding-right: 12px
    }

    .account-profile {
        padding: 24px;
        text-align: center
    }

    .account-avatar {
        margin: auto
    }

    .account-identity {
        position: static;
        margin-top: 18px
    }

    .account-identity h2 {
        margin-bottom: 8px
    }

    .account-identity p {
        font-size: 18px;
        margin-bottom: 18px
    }

    .account-profile > a {
        position: static;
        width: 100%;
        height: 48px
    }

    .account-status header h2 {
        left: 18px;
        font-size: 20px
    }

    .account-status header span {
        right: 18px;
        font-size: 15px
    }

    .order-progress {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 24px
    }

    .order-progress::before {
        display: none
    }

    .order-progress article {
        flex: 0 0 95px
    }

    .account-addresses, .account-orders {
        padding: 22px
    }

    .account-orders > a {
        grid-template-columns:65px 1fr auto
    }

    .account-orders img {
        width: 65px;
        height: 65px
    }

    .account-orders strong {
        padding-left: 15px;
        font-size: 14px
    }

    .account-orders-summary {
        padding: 25px;
        text-align: center
    }

    .account-orders-summary .bag, .account-orders-summary strong, .account-orders-summary b, .account-orders-summary button {
        position: static;
        display: block;
        margin: 5px auto
    }

    .account-orders-summary .bag {
        font-size: 38px
    }

    .account-all-orders-inner {
        padding: 5px 18px 18px
    }

    .account-all-orders-row {
        display: grid;
        grid-template-columns:76px minmax(0, 1fr);
        gap: 15px;
        min-height: 0;
        padding: 22px 0 48px
    }

    .account-all-orders-row > img {
        width: 76px;
        height: 76px
    }

    .order-history-status {
        font-size: 12px
    }

    .account-all-orders-copy h2 {
        font-size: 18px;
        line-height: 24px
    }

    .account-all-orders-copy p {
        font-size: 12px;
        line-height: 18px
    }

    .account-all-orders-row time {
        position: absolute;
        left: 91px;
        bottom: 20px;
        text-align: left;
        font-size: 11px
    }

    .account-all-orders-row > strong {
        right: 0;
        bottom: 20px;
        font-size: 11px
    }

    .order-row {
        grid-template-columns:1fr 45px 75px
    }

    .order-row h2 {
        font-size: 16px;
        line-height: 22px
    }

    .order-row span, .order-row strong {
        font-size: 14px
    }

    .order-totals > div {
        font-size: 19px
    }

    .order-totals strong {
        font-size: 18px
    }

    .checkout-form {
        display: block
    }

    .checkout-panel {
        margin-bottom: 24px;
        padding: 22px
    }

    .checkout-information label {
        margin-bottom: 18px
    }

    .checkout-information input, .delivery-option, .checkout-message textarea {
        width: 100%
    }

    .checkout-order-heading {
        height: 60px
    }

    .checkout-order-item {
        height: 205px;
        padding-top: 0
    }

    .checkout-order-item img {
        width: 105px;
        height: 100px
    }

    .checkout-order-item h3 {
        left: 120px;
        top: 4px;
        width: calc(100% - 120px);
        font-size: 15px;
        line-height: 21px
    }

    .checkout-quantity {
        left: 120px;
        right: auto;
        top: 65px
    }

    .checkout-order-item > strong {
        top: 125px;
        right: auto;
        left: 0
    }

    .checkout-promo > div {
        height: auto;
        display: grid
    }

    .checkout-promo input, .checkout-promo button {
        width: 100%;
        height: 52px;
        border: 1px solid #a57f4b;
        border-radius: 3px
    }

    .checkout-promo button {
        margin-top: 10px
    }
}

/* Consistent interactive feedback */
button, a, input, textarea, select {
    -webkit-tap-highlight-color: transparent
}

button, .btn, .mh-button, .menu-reserve, .menu-restaurant, .restaurant-reserve, .directions-copy a,
.account-profile > a, .checkout-submit, .checkout-promo button, .auth-submit, .delivery-option,
.account-addresses button, .checkout-quantity button, .mh-branch-card {
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, filter .18s ease, opacity .18s ease, transform .12s ease
}

button:not(:disabled) {
    cursor: pointer
}

button:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:hover, .mh-button:hover, .menu-reserve:hover, .restaurant-reserve:hover, .checkout-submit:hover, .auth-submit:hover,
.checkout-promo button:hover {
    filter: brightness(1.13)
}

.menu-product-copy > button:hover {
    filter: brightness(1.13);
    box-shadow: 0 4px 14px rgba(187, 137, 55, .24)
}

.menu-restaurant:hover, .directions-copy a:last-child:hover, .account-profile > a:hover {
    background: #bb8937;
    color: #090909 !important
}

.mh-filter button:hover, .account-addresses button:hover, .delivery-option:hover {
    border-color: #fcae3a;
    color: #fcae3a
}

.checkout-quantity button:hover {
    background: rgba(187, 137, 55, .18)
}

.mh-branch-card:hover {
    border-color: #fcae3a;
    box-shadow: 0 9px 30px rgba(0, 0, 0, .32)
}

.mh-branch-card:hover .mh-branch-main img {
    filter: brightness(.65);
    transform: scale(1.015)
}

.is-pressed, button:active, .btn:active, .mh-button:active, .menu-reserve:active, .menu-restaurant:active,
.restaurant-reserve:active, .directions-copy a:active, .account-profile > a:active, .mh-branch-card:active {
    filter: brightness(.82) !important;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(252, 174, 58, .32) !important
}

button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, .delivery-option:focus-within {
    outline: 2px solid #fcae3a !important;
    outline-offset: 3px
}

.mh-filter button.active, .account-addresses button.active, .delivery-option.active {
    box-shadow: 0 0 0 1px rgba(252, 174, 58, .32), inset 0 0 18px rgba(252, 174, 58, .07)
}

.checkout-promo button.success {
    background: #178b35;
    color: #fff
}

.checkout-promo input.field-error {
    border-color: #d84b4b !important;
    box-shadow: 0 0 0 2px rgba(216, 75, 75, .25);
    animation: field-shake .28s linear 2
}

.mh-button, .menu-hero-actions > a, .restaurant-reserve {
    white-space: nowrap
}

.menu-categories {
    height: auto;
    min-height: 88px;
    border-top: 1px solid #a57f4b;
    border-bottom: 1px solid #a57f4b;
    background: #101010
}

.menu-categories a {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto;
    min-width: 110px;
    max-width: 210px;
    min-height: 88px;
    padding: 12px 16px;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: normal
}

.menu-categories-mobile {
    display: none
}

.mh-filter button {
    flex: 0 0 auto;
    width: auto;
    min-width: 100px;
    max-width: 230px;
    height: auto;
    min-height: 45px;
    padding: 8px 28px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere
}

/* Menu page: one scalable category dropdown on every viewport. */
.figma-menu .menu-categories {
    min-height: 112px;
    padding: 18px 16px;
    display: grid;
    place-items: center
}

.figma-menu .menu-categories-mobile {
    display: block;
    width: min(506px, 100%);
    margin: 0;
    color: #a57f4b;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .7px;
    text-transform: uppercase
}

.figma-menu .menu-categories-mobile span {
    display: block;
    margin-bottom: 7px
}

.figma-menu .menu-categories-mobile select {
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 46px 0 16px;
    border: 1px solid #bb8937;
    border-radius: 5px;
    background: #101010;
    color: #fff;
    font: 400 15px/20px "Instrument Sans", sans-serif;
    letter-spacing: .75px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    cursor: pointer
}

.figma-menu .menu-categories-mobile select:hover {
    border-color: #fcae3a
}

@media (max-width: 575.98px) {
    .menu-categories {
        min-height: 92px;
        padding: 15px 16px
    }

    .menu-categories-mobile {
        display: block;
        margin: 0;
        color: #a57f4b;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .7px;
        text-transform: uppercase
    }

    .menu-categories-mobile span {
        display: block;
        margin-bottom: 6px
    }

    .menu-categories-mobile select {
        width: 100%;
        height: 48px;
        padding: 0 42px 0 14px;
        border: 1px solid #bb8937;
        border-radius: 5px;
        background: #101010;
        color: #fff;
        font: 400 14px/20px "Instrument Sans", sans-serif;
        text-transform: uppercase;
        text-overflow: ellipsis
    }

}

/* Home page keeps the original category buttons; dropdown is Menu-page only. */
.figma-home:not(.figma-menu) .mh-filter {
    display: flex
}

.figma-home:not(.figma-menu) .mh-filter-mobile {
    display: none
}

@media (max-width: 575.98px) {
    .figma-home:not(.figma-menu) .mh-filter {
        display: grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .figma-home:not(.figma-menu) .mh-filter button {
        width: 100%;
        min-width: 0;
        max-width: none
    }
}

form input:not(:placeholder-shown):invalid, form textarea:not(:placeholder-shown):invalid {
    border-color: #d84b4b !important
}

form input:valid:not(:placeholder-shown), form textarea:valid:not(:placeholder-shown) {
    border-color: #428a4e !important
}

@keyframes field-shake {
    25% {
        transform: translateX(-4px)
    }
    75% {
        transform: translateX(4px)
    }
}

/* Reservation modal */
body.reservation-open {
    overflow: hidden
}

.reservation-modal[hidden] {
    display: none
}

.reservation-modal {
    position: fixed;
    z-index: 2000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease
}

.reservation-modal.open {
    opacity: 1;
    visibility: visible
}

.reservation-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .78);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.reservation-dialog {
    position: relative;
    width: min(1040px, 100%);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 46px 64px 50px;
    border: 1px solid #a57f4b;
    border-radius: 5px;
    background: #0a0a0a;
    color: #fff;
    box-shadow: 0 25px 90px rgba(0, 0, 0, .72);
    transform: translateY(18px) scale(.985);
    transition: transform .22s ease
}

.reservation-modal.open .reservation-dialog {
    transform: none
}

.reservation-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
    height: 34px;
    margin-bottom: 14px;
    color: #a57f4b
}

.reservation-ornament span {
    width: 31%;
    height: 1px;
    background: #a57f4b
}

.reservation-ornament b {
    font: 400 25px/34px Prata, serif
}

.reservation-dialog > h2 {
    margin: 0 0 32px;
    color: #a57f4b;
    text-align: center;
    font: 400 34px/45px Prata, serif;
    letter-spacing: 5px;
    text-transform: uppercase
}

.reservation-close {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #a57f4b;
    font: 300 34px/36px sans-serif
}

.reservation-close:hover {
    color: #fff
}

.reservation-form {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 24px 34px
}

.reservation-form label {
    display: block;
    color: #fff;
    font: 400 15px/24px "Instrument Sans", sans-serif;
    letter-spacing: .75px;
    text-transform: uppercase
}

.reservation-form input, .reservation-form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #a57f4b;
    border-radius: 3px;
    background: #0a0a0a;
    color: #fff;
    font: 400 15px/24px "Instrument Sans", sans-serif;
    letter-spacing: .75px;
    outline: none;
    text-transform: none
}

.reservation-form input {
    height: 58px;
    padding: 0 18px
}

.reservation-form textarea {
    height: 135px;
    padding: 16px 18px;
    resize: vertical
}

.reservation-form input::placeholder, .reservation-form textarea::placeholder {
    color: #585858;
    opacity: 1;
    text-transform: uppercase
}

.reservation-form input[type=date], .reservation-form input[type=time] {
    color: #bb8937;
    color-scheme: dark
}

.reservation-message {
    grid-column: 1/-1
}

.reservation-submit {
    grid-column: 1/-1;
    width: 100%;
    height: 62px;
    margin-top: 8px;
    border: 0;
    border-radius: 3px;
    background: #a57f4b;
    color: #fff;
    font: 400 19px/30px "Instrument Sans", sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.reservation-submit:hover {
    background: #bb8937;
    color: #fff
}

@media (max-width: 767.98px) {
    .reservation-modal {
        padding: 12px
    }

    .reservation-dialog {
        max-height: calc(100vh - 24px);
        padding: 42px 18px 24px
    }

    .reservation-ornament {
        gap: 12px;
        margin-bottom: 10px
    }

    .reservation-ornament span {
        width: 35%
    }

    .reservation-dialog > h2 {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 36px;
        letter-spacing: 3px
    }

    .reservation-form {
        grid-template-columns:1fr;
        gap: 17px
    }

    .reservation-form label, .reservation-message, .reservation-submit {
        grid-column: 1
    }

    .reservation-form label {
        font-size: 17px;
        line-height: 23px
    }

    .reservation-form input {
        height: 52px;
        border-radius: 3px
    }

    .reservation-form textarea {
        height: 115px;
        border-radius: 3px
    }

    .reservation-submit {
        height: 56px;
        border-radius: 3px;
        font-size: 17px
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

/* Restaurant gallery carousel */
.restaurant-gallery > .restaurant-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.restaurant-gallery > .restaurant-gallery-head h2 {
    margin: 0
}

.restaurant-gallery-controls {
    display: flex;
    gap: 10px
}

.restaurant-gallery-controls button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #a57f4b;
    border-radius: 50%;
    background: transparent;
    color: #a57f4b;
    font-size: 19px;
    line-height: 1
}

.restaurant-gallery-controls button:hover {
    background: #a57f4b;
    color: #090909
}

.restaurant-gallery > .restaurant-gallery-viewport {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    scrollbar-width: none
}

.restaurant-gallery > .restaurant-gallery-viewport::-webkit-scrollbar {
    display: none
}

.restaurant-gallery-track {
    display: flex;
    gap: 24px;
    width: max-content
}

.restaurant-gallery-card {
    flex: 0 0 294px;
    width: 294px;
    margin: 0;
    scroll-snap-align: start
}

.restaurant-gallery .restaurant-gallery-card img {
    display: block;
    width: 294px;
    height: 294px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
    filter: brightness(.72);
    transition: filter .2s ease, transform .25s ease
}

.restaurant-gallery-card:hover img {
    filter: brightness(.92);
    transform: scale(1.015)
}

@media (max-width: 767.98px) {
    .restaurant-gallery > .restaurant-gallery-head {
        display: flex;
        margin-bottom: 20px
    }

    .restaurant-gallery-controls button {
        width: 42px;
        height: 42px
    }

    .restaurant-gallery-track {
        gap: 14px
    }

    .restaurant-gallery-card {
        flex-basis: 82vw;
        width: 82vw;
        max-width: 360px
    }

    .restaurant-gallery .restaurant-gallery-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1
    }
}

/* Floating cart button.
   It is a direct body child so header effects cannot change fixed coordinates. */
.figma-home > .floating-cart-button {
    position: fixed !important;
    z-index: 1100;
    right: 28px;
    bottom: 28px;
    left: auto;
    top: auto;
    display: grid !important;
    place-items: center;
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bb8937;
    border-radius: 50%;
    background: #0a0a0a;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .5);
}

.figma-home > .floating-cart-button .bi {
    font-size: 24px;
    line-height: 1;
    color: currentColor
}

.figma-home > .floating-cart-button:hover, .figma-home > .floating-cart-button:focus-visible {
    background: #bb8937;
    box-shadow: 0 10px 34px rgba(0, 0, 0, .58), 0 0 0 4px rgba(187, 137, 55, .15);
    color: #050505 !important
}

.figma-home > .floating-cart-button::after {
    right: -1px;
    top: -1px
}

.figma-home > .floating-cart-button[data-cart-count]::after {
    content: attr(data-cart-count) !important;
    position: absolute;
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fcae3a;
    color: #050505;
    font-size: 9px;
    line-height: 9px
}

@media (max-width: 1399.98px) {
    .figma-home > .floating-cart-button {
        right: max(20px, env(safe-area-inset-right));
        bottom: max(20px, env(safe-area-inset-bottom));
    }
}

@media (max-width: 575.98px) {
    .figma-home > .floating-cart-button {
        right: max(16px, env(safe-area-inset-right));
        bottom: max(16px, env(safe-area-inset-bottom));
        width: 56px !important;
        height: 56px !important
    }
}

/* Cart drawer */
body.cart-drawer-open {
    overflow: hidden
}

.cart-drawer-root[hidden] {
    display: none
}

.cart-drawer-root {
    position: fixed;
    z-index: 1900;
    inset: 0;
    visibility: hidden;
    transition: visibility 0s linear .42s
}

.cart-drawer-root.open {
    visibility: visible;
    transition-delay: 0s
}

.cart-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
    opacity: 0;
    transition: opacity .36s ease
}

.cart-drawer-root.open .cart-drawer-backdrop {
    opacity: 1
}

.cart-drawer {
    position: absolute;
    right: 0;
    top: 0;
    width: min(616px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #3b3b3b;
    background: #050505;
    color: #fff;
    box-shadow: -20px 0 55px rgba(0, 0, 0, .48);
    transform: translateX(100%);
    transition: transform .42s cubic-bezier(.22, .75, .25, 1)
}

.cart-drawer-root.open .cart-drawer {
    transform: translateX(0)
}

.cart-drawer-header {
    flex: 0 0 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    border-bottom: 1px solid #222
}

.cart-drawer-header h2 {
    margin: 0;
    color: #a57f4b;
    font: 400 27px/36px Prata, serif;
    letter-spacing: 1.35px;
    text-transform: uppercase
}

.cart-drawer-header button {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #a57f4b;
    font: 300 35px/40px sans-serif
}

.cart-drawer-items {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #a57f4b #0a0a0a;
    scrollbar-width: thin
}

.cart-drawer-empty {
    display: grid;
    min-height: 180px;
    margin: 0;
    place-items: center;
    color: #777;
    font: 400 18px/28px Prata, serif;
    letter-spacing: .5px
}

.cart-drawer-empty[hidden] {
    display: none
}

.cart-drawer-item {
    position: relative;
    min-height: 256px;
    display: grid;
    grid-template-columns:185px 1fr;
    gap: 26px;
    padding: 22px 26px;
    border-bottom: 1px solid #222
}

.cart-drawer-item > img {
    width: 185px;
    height: 176px;
    object-fit: cover;
    filter: brightness(.74)
}

.cart-drawer-copy h3 {
    max-width: 245px;
    margin: 0 0 18px;
    color: #a57f4b;
    font: 400 21px/28px Prata, serif;
    letter-spacing: .8px
}

.cart-drawer-copy p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .35px
}

.cart-drawer-quantity {
    position: absolute;
    left: 234px;
    bottom: 36px;
    width: 138px;
    height: 43px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    border: 1px solid #5d461d
}

.cart-drawer-quantity button {
    border: 0;
    background: transparent;
    color: #a57f4b;
    font-size: 26px
}

.cart-drawer-quantity span {
    display: grid;
    place-items: center;
    border-left: 1px solid #5d461d;
    border-right: 1px solid #5d461d;
    color: #a57f4b;
    font-size: 18px
}

.cart-drawer-item > strong {
    position: absolute;
    right: 26px;
    top: 26px;
    color: #a57f4b;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .9px;
    font-weight: 400
}

.cart-drawer-remove {
    position: absolute;
    right: 26px;
    bottom: 39px;
    width: 30px;
    height: 35px;
    border: 0;
    background: transparent;
    color: #a57f4b
}

.cart-drawer-remove .bi {
    font-size: 19px;
    line-height: 1
}

.cart-drawer-summary {
    flex: 0 0 auto;
    padding: 24px 26px 28px;
    background: #050505;
    border-top: 1px solid #222
}

.cart-drawer-summary > div {
    display: flex;
    justify-content: space-between;
    color: #a57f4b;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .9px;
    text-transform: uppercase
}

.cart-drawer-summary strong {
    font-weight: 400
}

.cart-drawer-delivery {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px;
    margin: 15px 0 0;
    padding: 0;
    border: 0
}

.cart-drawer-delivery label {
    display: grid;
    grid-template-columns:auto 1fr;
    gap: 2px 9px;
    align-items: center;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #3b321f;
    color: #a57f4b;
    cursor: pointer
}

.cart-drawer-delivery input {
    accent-color: #c99135
}

.cart-drawer-delivery strong {
    grid-column:2;
    font-size: 12px
}

.cart-drawer-summary .cart-drawer-total {
    margin-top: 23px;
    font-size: 24px;
    line-height: 34px
}

.cart-drawer-summary > a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 72px;
    margin-top: 24px;
    border: 1px solid #a57f4b;
    border-radius: 3px;
    color: #a57f4b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1.1px
}

.cart-drawer-summary > a:hover {
    background: #a57f4b;
    color: #050505
}

.cart-drawer-summary > a.disabled {
    pointer-events: none;
    border-color: #3b3b3b;
    color: #585858;
    background: transparent;
    opacity: .65
}

@media (prefers-reduced-motion: reduce) {
    .cart-drawer-root, .cart-drawer-backdrop, .cart-drawer {
        transition-duration: .01ms !important;
        transition-delay: 0s !important
    }
}

@media (max-width: 575.98px) {
    .cart-drawer {
        width: 100%
    }

    .cart-drawer-header {
        flex-basis: 82px;
        padding: 0 16px
    }

    .cart-drawer-item {
        min-height: 230px;
        grid-template-columns:115px 1fr;
        gap: 15px;
        padding: 18px 16px
    }

    .cart-drawer-item > img {
        width: 115px;
        height: 115px
    }

    .cart-drawer-copy h3 {
        max-width: calc(100% - 75px);
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 22px
    }

    .cart-drawer-copy p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 11px;
        line-height: 17px
    }

    .cart-drawer-item > strong {
        right: 16px;
        top: 20px;
        font-size: 15px
    }

    .cart-drawer-quantity {
        left: 146px;
        bottom: 28px;
        width: 125px;
        height: 40px
    }

    .cart-drawer-remove {
        right: 16px;
        bottom: 29px
    }

    .cart-drawer-summary {
        padding: 18px 16px 20px
    }

    .cart-drawer-delivery {
        grid-template-columns:1fr
    }

    .cart-drawer-summary > a {
        height: 56px;
        margin-top: 16px;
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .checkout-payment-options {
        grid-template-columns:1fr
    }

    .payment-option {
        height: 54px
    }
}

/* Header language dropdown */
.nav-menu-item {
    overflow: visible
}

.nav-dropdown-trigger {
    display: flex !important;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent
}

.nav-dropdown-caret {
    display: block;
    width: 8px;
    height: 4px;
    object-fit: contain;
    transform: rotate(180deg);
    transition: transform .2s ease
}

.nav-menu-item.open .nav-dropdown-caret {
    transform: rotate(0)
}

.nav-dropdown-menu {
    position: absolute;
    z-index: 1300;
    left: 50%;
    top: 39px;
    width: 225px;
    padding: 7px;
    border: 1px solid #a57f4b;
    border-radius: 4px;
    background: #080808;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .58);
    transform: translateX(-50%)
}

.nav-dropdown-menu[hidden] {
    display: none
}

.nav-dropdown-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font: 400 13px/18px "Instrument Sans", sans-serif;
    letter-spacing: .5px;
    text-transform: none
}

.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible {
    background: #a57f4b;
    color: #080808
}

.lang-item {
    overflow: visible
}

.figma-home .site-header .lang-link {
    border: 0;
    background: transparent;
    color: #fff
}

.figma-home .site-header .lang-link img, .figma-restaurant .site-header .lang-link img {
    transform: rotate(180deg);
    transition: transform .2s ease
}

.language-options {
    position: absolute;
    z-index: 1200;
    right: 0;
    top: 38px;
    width: 150px;
    padding: 7px;
    border: 1px solid #a57f4b;
    border-radius: 4px;
    background: #080808;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .58);
    list-style: none
}

.language-options:not(.show) {
    display: none
}

.language-options .dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    font: 400 14px/20px "Instrument Sans", sans-serif;
    letter-spacing: .6px;
    text-align: left;
    white-space: normal
}

.language-options .dropdown-item:hover, .language-options .dropdown-item:focus-visible, .language-options .dropdown-item.active {
    background: #a57f4b;
    color: #080808
}

.lang-link.dropdown-toggle::after {
    display: none
}

.lang-link.show img {
    transform: rotate(0deg) !important
}

.mobile-nav-close {
    display: none
}

@media (max-width: 1399.98px) {
    .language-options {
        position: relative;
        right: auto;
        top: auto;
        width: min(260px, 100%);
        margin: 8px auto
    }

    .nav-dropdown-menu {
        position: relative;
        left: auto;
        top: auto;
        width: min(100%, 270px);
        margin: 5px auto 8px;
        transform: none
    }

    .nav-dropdown-menu a {
        justify-content: center;
        min-height: 40px
    }

    .nav-dropdown-trigger {
        justify-content: center
    }

    .figma-home .site-header .lang-link span, .figma-home .site-header .lang-link img,
    .figma-restaurant .site-header .lang-link span, .figma-restaurant .site-header .lang-link img {
        position: static
    }
}

@media (max-width: 1399.98px) {
    body.mobile-nav-open {
        overflow: hidden
    }

    /*
     * Tablet header must fully override the fixed 1440px Figma geometry.
     * This breakpoint also covers iPad Pro in both orientations, where the
     * desktop 88px container and absolute logo coordinates used to leak in.
     */
    .figma-home .site-header .navbar,
    .figma-restaurant .site-header .navbar {
        height: 72px !important;
        min-height: 72px;
        padding: 6px 16px
    }

    .figma-home .site-header .container-xxl,
    .figma-restaurant .site-header .container-xxl {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 60px !important;
        min-height: 60px
    }

    .figma-home .site-header .brand,
    .figma-restaurant .site-header .brand {
        position: absolute !important;
        left: 20px !important;
        right: auto !important;
        top: 50% !important;
        bottom: auto !important;
        width: 96px;
        height: 50px;
        margin: 0 !important;
        padding: 0;
        translate: 0 -50%
    }

    .figma-home .site-header .brand img,
    .figma-restaurant .site-header .brand img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .figma-home .navbar-toggler, .figma-restaurant .navbar-toggler {
        position: absolute !important;
        z-index: 1600;
        right: 20px;
        left: auto !important;
        top: 50%;
        display: block !important;
        margin: 0;
        border-color: #a57f4b;
        border-radius: 2px;
        box-shadow: none;
        translate: 0 -50%;
        transform: none
    }

    .figma-home .site-header .navbar-collapse.collapse:not(.show),
    .figma-restaurant .site-header .navbar-collapse.collapse:not(.show) {
        display: flex !important
    }

    .figma-home .site-header .navbar-collapse, .figma-restaurant .site-header .navbar-collapse,
    .figma-home .site-header .navbar-collapse.collapsing, .figma-restaurant .site-header .navbar-collapse.collapsing {
        position: fixed !important;
        z-index: 2147483000;
        inset: 0 !important;
        top: 0;
        bottom: 0;
        width: 100vw !important;
        max-width: none !important;
        height: 100dvh !important;
        max-height: none;
        display: flex !important;
        padding: 72px 20px 24px;
        overflow: hidden;
        background: #000;
        border: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        will-change: transform;
        transition: transform .38s cubic-bezier(.22, .75, .25, 1), visibility 0s linear .38s;
    }

    .figma-home .site-header .mobile-nav-close,
    .figma-restaurant .site-header .mobile-nav-close {
        position: fixed;
        z-index: 2147483646;
        top: max(18px, env(safe-area-inset-top));
        right: max(20px, env(safe-area-inset-right));
        display: block;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 1px solid #a57f4b;
        border-radius: 2px;
        background: #000;
        color: #a57f4b;
        cursor: pointer;
    }

    .mobile-nav-close span::before,
    .mobile-nav-close span::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 22px;
        width: 24px;
        height: 1px;
        background: currentColor;
    }

    .mobile-nav-close span::before {
        transform: rotate(45deg)
    }

    .mobile-nav-close span::after {
        transform: rotate(-45deg)
    }

    .mobile-nav-close:hover, .mobile-nav-close:focus-visible {
        color: #fff;
        border-color: #fff
    }

    .mobile-nav-close:focus-visible {
        outline: 2px solid #a57f4b;
        outline-offset: 3px
    }

    .figma-home .site-header .navbar-collapse.show, .figma-restaurant .site-header .navbar-collapse.show {
        display: flex !important;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0)
    }

    body.mobile-nav-open.figma-home .site-header .navbar-collapse,
    body.mobile-nav-open.figma-restaurant .site-header .navbar-collapse {
        display: flex !important;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0) !important;
        transition: transform .38s cubic-bezier(.22, .75, .25, 1), visibility 0s
    }

    .figma-home .site-header .navbar-collapse.collapsing, .figma-restaurant .site-header .navbar-collapse.collapsing {
        visibility: visible;
        pointer-events: auto
    }

    .figma-home .site-header .navbar-nav, .figma-restaurant .site-header .navbar-nav {
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center !important;
        text-align: center;
        gap: 7px;
        padding: 20px 0 40px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .figma-home .site-header .nav-item, .figma-restaurant .site-header .nav-item {
        position: static !important;
        inset: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto;
        text-align: center
    }

    .figma-home .site-header .navbar-collapse .nav-item.ms-xxl-3,
    .figma-restaurant .site-header .navbar-collapse .nav-item.ms-xxl-3 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .figma-home .site-header .nav-link, .figma-restaurant .site-header .nav-link {
        display: inline-flex;
        justify-content: center;
        width: auto !important;
        margin: 3px auto;
        padding: 8px 0;
        font-size: 18px;
        line-height: 24px
    }

    .figma-home .site-header .lang-link, .figma-restaurant .site-header .lang-link {
        display: flex !important;
        align-items: center;
        gap: 7px;
        margin-left: auto;
        margin-right: auto
    }

    .figma-home .site-header .nav-account-button, .figma-restaurant .site-header .nav-account-button {
        width: min(220px, calc(100% - 40px));
        height: 48px;
        margin: 10px auto 0;
        display: flex;
        place-items: center;
        font-size: 15px
    }

    body.mobile-nav-open .navbar-toggler {
        border-color: #a57f4b
    }

    body.mobile-nav-open > .site-header .navbar-toggler {
        visibility: hidden;
        pointer-events: none
    }

    body.mobile-nav-open .navbar-toggler-icon {
        position: relative;
        background-image: none !important
    }

    body.mobile-nav-open .navbar-toggler-icon::before,
    body.mobile-nav-open .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 11px;
        width: 24px;
        height: 1px;
        background: #a57f4b
    }

    body.mobile-nav-open .navbar-toggler-icon::before {
        transform: rotate(45deg)
    }

    body.mobile-nav-open .navbar-toggler-icon::after {
        transform: rotate(-45deg)
    }

    body.mobile-nav-open > .floating-cart-button {
        opacity: 0;
        pointer-events: none
    }
}

/* Footer responsive grid: tablet stays 2×2 through iPad Pro; phone becomes one column. */
@media (max-width: 1399.98px) {
    .site-footer .row {
        display: grid;
        grid-template-columns:1fr;
        gap: 0;
        margin: 0;
    }

    .site-footer .row > div {
        position: static !important;
        inset: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 520px;
        min-width: 0;
        margin-top: 0 !important;
        padding: 0;
        justify-self: center;
    }

    .site-footer .row > div:first-child {
        margin-bottom: 22px;
        text-align: center
    }

    .site-footer .row > div:first-child p {
        max-width: 270px;
        margin-right: auto;
        margin-left: auto
    }

    .site-footer .footer-title-desktop {
        display: none
    }

    .footer-accordion-item {
        border-top: 1px solid #2b2823
    }

    .footer-accordion-item:last-child {
        border-bottom: 1px solid #2b2823
    }

    .footer-accordion-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 44px;
        padding: 0 6px;
        border: 0;
        background: transparent;
        color: #a57f4b;
        font: 500 17px/22px "Cormorant Garamond", serif;
        letter-spacing: .6px;
        text-align: left
    }

    .footer-accordion-trigger span {
        position: relative;
        width: 18px;
        height: 18px
    }

    .footer-accordion-trigger span::before, .footer-accordion-trigger span::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 8px;
        width: 12px;
        height: 1px;
        background: #a57f4b;
        transition: transform .25s ease
    }

    .footer-accordion-trigger span::after {
        transform: rotate(90deg)
    }

    .footer-accordion-item.open .footer-accordion-trigger span::after {
        transform: rotate(0)
    }

    .footer-accordion-panel {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .32s cubic-bezier(.22, .75, .25, 1), opacity .2s ease
    }

    .footer-accordion-panel[hidden] {
        display: none
    }

    .footer-accordion-item.open .footer-accordion-panel {
        opacity: 1
    }

    .footer-accordion-panel a {
        margin: 0;
        padding: 6px
    }

    .footer-accordion-panel a:last-child {
        padding-bottom: 12px
    }

    .site-footer .footer-bottom {
        margin: 22px -20px 0;
        padding: 16px 10px
    }
}

@media (max-width: 575.98px) {
    .figma-home .site-footer, .figma-restaurant .site-footer, .figma-auth .site-footer,
    .figma-account .site-footer, .figma-account-settings .site-footer, .figma-order .site-footer,
    .figma-checkout .site-footer {
        padding-top: 42px
    }

    .site-footer .row {
        grid-template-columns:1fr;
        gap: 0
    }

    .site-footer .row > div {
        max-width: 300px;
        text-align: center
    }

    .site-footer .row > div:first-child {
        margin-bottom: 18px
    }

    .site-footer .row > div:first-child p {
        margin-top: 10px !important;
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 15px
    }

    .footer-accordion-trigger {
        min-height: 42px;
        padding-right: 4px;
        padding-left: 4px
    }

    .footer-accordion-panel a {
        padding: 5px 4px
    }

    .footer-accordion-panel a:last-child {
        padding-bottom: 10px
    }

    .site-footer .footer-bottom {
        margin-top: 22px;
        padding-top: 17px;
        padding-bottom: 17px
    }
}

/* Unified compact desktop footer.
Overrides legacy page-specific Figma coordinates that placed the copyright
outside the footer and produced a 66–124px empty gap on different pages. */
@media (min-width: 1400px) {
    .figma-home .site-footer {
        height: auto !important;
        min-height: 0;
        padding: 38px 0 0;
    }

    .figma-home .site-footer > .container {
        position: relative;
        width: min(1250px, calc(100% - 40px));
        max-width: 1250px;
    }

    .figma-home .site-footer .row {
        position: relative;
        display: flex;
        align-items: flex-start;
        margin: 0;
    }

    .figma-home .site-footer .row > div {
        position: relative;
        inset: auto !important;
        width: 25% !important;
        padding: 0 12px !important;
    }

    .figma-home .site-footer .row > div:first-child {
        text-align: center;
    }

    .figma-home .site-footer .row > div:first-child .footer-brand {
        margin: 0 auto !important;
    }

    .figma-home .site-footer .row > div:first-child p {
        margin-right: auto;
        margin-left: auto;
    }

    .figma-home .footer-bottom {
        position: relative;
        inset: auto !important;
        width: 100%;
        height: auto;
        margin: 28px 0 0;
        padding: 15px 10px;
        border: 0;
        background: #101010;
    }
}

/* RTL overflow guard.
The off-canvas navigation and cart intentionally live outside the viewport
while closed. `clip` prevents those fixed layers and animated transforms from
creating a horizontal scrolling area without changing their slide animation. */
html[dir="rtl"],
html[dir="rtl"] body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

html[dir="rtl"] .row {
    --bs-gutter-x: 1.5rem;
}

html[dir="rtl"] :is(img, video, iframe, .container, .container-xxl) {
    max-width: 100%;
}

/* Homepage menu preview with dynamic category names.
Keep desktop categories in one equal-width row and let the section grow if
backend text requires more height. Tablet and phone layouts use denser grids. */
.figma-home:not(.figma-menu) .mh-menu-preview {
    height: auto;
    min-height: 728px;
    padding-bottom: 54px;
}

.figma-home:not(.figma-menu) .mh-filter {
    align-items: stretch;
}

.figma-home:not(.figma-menu) .mh-filter button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: none;
    min-height: 58px;
    line-height: 1.25;
}

@media (min-width: 1400px) {
    .figma-home:not(.figma-menu) .mh-filter {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 16px;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .figma-home:not(.figma-menu) .mh-filter button {
        width: 100%;
        padding: 9px 12px;
        font-size: 14px;
        letter-spacing: 1.1px;
    }

    .figma-home:not(.figma-menu) .mh-menu-preview .text-end .mh-button {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .figma-home:not(.figma-menu) .mh-filter {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        overflow: visible;
    }

    .figma-home:not(.figma-menu) .mh-filter button {
        width: 100%;
        padding: 8px 12px;
    }
}
/* LEGAL / CMS CONTENT */
.legal-page {
  min-height: 70vh;
  padding: clamp(7rem, 10vw, 10rem) 0 clamp(4rem, 8vw, 8rem);
  background: #101010;
  color: #f4f0e8;
}
.legal-card {
  max-width: 1080px;
  margin: 2rem auto 0;
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid rgba(200, 148, 55, .55);
  background: linear-gradient(145deg, rgba(20, 20, 20, .98), rgba(8, 8, 8, .98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}
.legal-card h1 {
  margin: 1.25rem 0 2rem;
  color: #c89437;
  font-family: Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  text-align: center;
}
.legal-ornament {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  color: #c89437;
}
.legal-ornament span { height: 1px; background: rgba(200, 148, 55, .55); }
.legal-content { color: #c8c4bd; font-size: 1.05rem; line-height: 1.85; overflow-wrap: anywhere; }
.legal-content h2,
.legal-content h3,
.legal-content h4 { margin: 2rem 0 .85rem; color: #f4f0e8; font-family: Georgia, serif; }
.legal-content strong,
.legal-content b { margin-inline-end: .25em; color: #f4f0e8; }
.legal-content a { color: #d5a548; }
.legal-content li + li { margin-top: .5rem; }
.restaurant-social { display: flex !important; gap: .75rem; margin-top: 1.25rem; }
.restaurant-social a {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center;
  border: 1px solid #a87827;
  color: #c89437 !important;
}
.account-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.order-summary-details { margin: clamp(1.5rem, 4vw, 3rem) 0; }
.order-summary-details article {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(200, 148, 55, .32);
  background: #0b0b0b;
}
.order-summary-details article > i { flex: 0 0 auto; color: #c89437; font-size: 1.45rem; }
.order-summary-details article div { min-width: 0; }
.order-summary-details span { display: block; margin-bottom: .35rem; color: #8e8a83; text-transform: uppercase; font-size: .75rem; letter-spacing: .08em; }
.order-summary-details strong { color: #f4f0e8; font-weight: 500; overflow-wrap: anywhere; }
.account-signout { display: flex; flex-direction: column; align-items: flex-end; gap: .75rem; margin-top: 2rem; }
.account-signout button {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .8rem 1.4rem;
  border: 1px solid #a87827;
  background: transparent;
  color: #c89437;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.account-signout button:hover { background: #c89437; color: #111; }

/* Shared full-width footer credit bar. */
.site-footer .footer-bottom {
  position: relative;
  inset: auto !important;
  width: 100%;
  height: auto;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid #292c36;
  background: var(--ink);
  color: #f5f5f6;
  text-align: initial;
  text-transform: none;
  letter-spacing: 0;
}
html .site-footer .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  direction: ltr;
  min-height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  font: 500 16px/1.4 Arial, sans-serif;
}
.site-footer .footer-app-store {
  display: block !important;
  width: 154px;
  margin: 18px auto 0 !important;
  line-height: 0 !important;
}
.site-footer .footer-app-store img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .footer-credit {
  text-align: end;
}
.site-footer .footer-credit a {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
  border-bottom: 1px dotted currentColor;
}
.site-footer .footer-credit a:hover,
.site-footer .footer-credit a:focus-visible {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
@media (max-width: 575.98px) {
  .site-footer .footer-bottom {
    margin: 24px 0 0;
  }
  html .site-footer .footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 76px;
    padding: 16px 20px;
    font-size: 12px;
    text-align: center;
  }
  .site-footer .footer-credit {
    text-align: center;
  }
}
@media (max-width: 1399.98px) {
  .site-footer .footer-bottom {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* 404 page: shared site chrome with the centered ornamental error treatment. */
.figma-error .error-page {
  min-height: clamp(500px, 64vh, 650px);
  padding: clamp(72px, 9vw, 120px) 20px;
  background: #101010;
  color: #fff;
}
.figma-error .error-page-content {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}
.figma-error .error-code {
  color: #b58a4a;
  font: 400 clamp(96px, 10vw, 142px)/.8 Prata, "Cormorant Garamond", serif;
  letter-spacing: .08em;
}
.figma-error .error-ornament {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  margin: 50px auto 44px;
  color: #b98a3f;
}
.figma-error .error-ornament span {
  height: 1px;
  background: rgba(185, 138, 63, .65);
}
.figma-error .error-ornament i {
  font-size: 42px;
  line-height: 1;
}
.figma-error .error-page h1 {
  margin: 0;
  color: #f4f1eb;
  font: 400 clamp(28px, 3.4vw, 46px)/1.25 Prata, "Cormorant Garamond", serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.figma-error .error-page p {
  margin: 34px 0 4px;
  color: rgba(255, 255, 255, .3);
  font-size: 14px;
  letter-spacing: .16em;
}
.figma-error .error-back-link {
  display: inline-block;
  color: #d69b2f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .14em;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.figma-error .error-back-link:hover,
.figma-error .error-back-link:focus-visible {
  color: #f0b84e;
}
@media (max-width: 575.98px) {
  .figma-error .error-page {
    min-height: 480px;
    padding: 70px 18px;
  }
  .figma-error .error-ornament {
    gap: 16px;
    margin: 38px auto 34px;
  }
  .figma-error .error-ornament i {
    font-size: 34px;
  }
  .figma-error .error-page h1 {
    letter-spacing: .09em;
  }
}
