:root {
    --ink: #0b0b0a;
    --charcoal: #11110f;
    --cream: #f2ede3;
    --muted: #aaa69e;
    --gold: #c9a45c;
    --line: rgba(255, 255, 255, .14);
    --serif: 'Italiana', serif;
    --sans: 'DM Sans', sans-serif;
    --teal: #3e8977;
    --teal-deep: #245f52;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--cream);
    font-family: var(--sans);
    font-weight: 300;
    overflow-x: hidden
}

body.loading {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
select,
textarea {
    font: inherit
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

::selection {
    background: var(--gold);
    color: #111
}

.section-pad {
    padding: 9rem clamp(1.5rem, 5vw, 6rem)
}

.eyebrow,
.section-index {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .68rem;
    color: var(--gold)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2 {
    font-family: var(--serif);
    font-weight: 400
}

h2 {
    font-size: clamp(3rem, 6vw, 7.5rem);
    line-height: .96;
    letter-spacing: -.03em
}

em {
    color: var(--gold);
    font-weight: 400
}

.loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-content: center;
    text-align: center;
    background: #080807
}

.loader-mark {
    font-family: var(--serif);
    font-size: 4rem;
    letter-spacing: .12em
}

.loader-mark span {
    color: var(--gold)
}

.loader p {
    font-size: .62rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--muted)
}

.loader-line {
    width: 180px;
    height: 1px;
    background: #2c2a25;
    margin: 1.5rem auto;
    overflow: hidden
}

.loader-line i {
    display: block;
    height: 100%;
    width: 100%;
    background: var(--gold);
    transform: translateX(-100%)
}

.progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background: var(--gold);
    z-index: 1001;
    transform-origin: left;
    transform: scaleX(0)
}

.cursor,
.cursor-dot {
    position: fixed;
    pointer-events: none;
    z-index: 10000;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.cursor {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(201, 164, 92, .7);
    transition: width .25s, height .25s, background .25s
}

.cursor-dot {
    width: 4px;
    height: 4px;
    background: var(--gold)
}

.cursor.hover {
    width: 58px;
    height: 58px;
    background: rgba(201, 164, 92, .12)
}

.nav {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    padding: 1.25rem 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid transparent;
    transition: .4s
}

.nav.scrolled {
    padding-block: .8rem;
    background: rgba(10, 10, 9, .76);
    backdrop-filter: blur(18px);
    border-color: var(--line)
}

.brand {
    display: flex;
    flex-direction: column;
    line-height: .82;
    letter-spacing: .12em;
    font-family: var(--serif);
    font-size: 1.2rem
}

.brand img {
    height: 64px;
    width: auto;
}

.brand span {
    color: var(--gold);
    margin-left: 1rem
}

.nav-links {
    display: flex;
    gap: 2rem;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .14em
}

.nav-links a,
.footer a {
    position: relative
}

.nav-links a:after,
.footer a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s
}

.nav-links a:hover:after,
.footer a:hover:after {
    transform: scaleX(1);
    transform-origin: left
}

.nav-cta {
    border: 1px solid rgba(255, 255, 255, .4);
    padding: .75rem 1.1rem;
    text-transform: uppercase;
    font-size: .65rem;
    letter-spacing: .15em
}

.nav-cta span {
    color: var(--gold);
    margin-left: 1rem
}

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    color: white
}

.hero {
    height: 100svh;
    min-height: 680px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-bg,
.hero-shade,
.grain {
    position: absolute;
    inset: 0
}

.hero-bg {
    background: url('assets/hero.jpg') center/cover no-repeat;
    background-color: #17130e;
    transform: scale(1.08)
}

.hero-shade {
    background: linear-gradient(90deg, rgba(7, 7, 6, .92) 0%, rgba(7, 7, 6, .58) 48%, rgba(7, 7, 6, .12) 100%), linear-gradient(0deg, rgba(7, 7, 6, .65), transparent 45%)
}

.grain {
    opacity: .07;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: min(900px, 90%);
    padding-left: 8vw
}

.hero h1 {
    /* font-size: clamp(4rem, 9vw, 9.5rem); */
    font-size: clamp(3.4rem, 6.2vw, 6rem);
    line-height: .83;
    letter-spacing: -.04em;
    margin: 1.5rem 0 2.5rem
}

.hero-line {
    display: block;
    overflow: hidden;
    padding-bottom: .1em
}

.hero-line i {
    display: block;
    font-style: normal
}

.hero-line.italic {
    padding-left: 8vw
}

.hero-line.italic i {
    font-style: italic;
    color: var(--gold)
}

.hero-intro {
    max-width: 480px;
    color: #c7c3bb;
    line-height: 1.8;
    font-size: .9rem
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 2.5rem
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .65rem;
    padding: 1.2rem 1.5rem;
    position: relative;
    overflow: hidden
}

.button span {
    margin-left: 2rem
}

.button-gold {
    background: var(--gold);
    color: #10100e
}

.button-outline {
    border: 1px solid #45443f
}

.text-link {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .66rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #706f69
}

.text-link span {
    color: var(--gold);
    margin-left: 1rem
}

.hero-note {
    position: absolute;
    right: 4vw;
    bottom: 7vh;
    z-index: 2;
    display: flex;
    gap: 1rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .16em
}

.hero-note span {
    color: var(--gold)
}

.hero-note p {
    line-height: 1.6
}

.scroll-cue {
    position: absolute;
    z-index: 2;
    left: 3vw;
    bottom: 3vh;
    display: flex;
    align-items: center;
    gap: 1rem;
    transform: rotate(-90deg);
    transform-origin: left;
    font-size: .55rem;
    letter-spacing: .2em;
    text-transform: uppercase
}

.scroll-cue i {
    display: block;
    width: 60px;
    height: 1px;
    background: #ddd;
    position: relative
}

.scroll-cue i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    right: 0;
    background: var(--gold);
    animation: scroll 2s infinite
}

@keyframes scroll {
    from {
        transform: translateX(-40px)
    }

    to {
        transform: translateX(0)
    }
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(201, 164, 92, .2);
    border-radius: 50%;
    z-index: 1
}

.orbit-one {
    width: 35vw;
    height: 35vw;
    right: -12vw;
    top: 10vh
}

.orbit-two {
    width: 12vw;
    height: 12vw;
    left: 48%;
    top: 17%;
    border-style: dashed
}

.manifesto {
    background: #efeadf;
    color: #161510
}

.manifesto-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 8vw;
    align-items: center
}

.portrait-wrap {
    height: 760px;
    position: relative;
    overflow: hidden
}

.portrait-wrap img {
    transform: scale(1.15)
}

.image-caption {
    position: absolute;
    left: -2rem;
    bottom: 2rem;
    background: var(--gold);
    padding: .8rem 1rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .58rem
}

.story-copy h2 {
    font-size: clamp(3rem, 5.6vw, 6.8rem);
    margin: 2rem 0 3rem
}

.story-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    color: #5d5a52;
    line-height: 1.8;
    font-size: .86rem
}

.stats {
    display: flex;
    gap: 4rem;
    border-top: 1px solid #c8c1b3;
    border-bottom: 1px solid #c8c1b3;
    padding: 2rem 0;
    margin: 3rem 0
}

.stats div {
    display: flex;
    flex-direction: column
}

.stats strong {
    font-family: var(--serif);
    font-size: 2.6rem;
    color: #15140f
}

.stats span {
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .13em
}

.manifesto .text-link {
    border-color: #999;
    color: #161510
}

.menu-section {
    /* background: var(--charcoal); */
    background: var(--teal-deep) !important;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 4rem
}

.section-head h2 {
    margin: .8rem 0 0
}

.section-head>p {
    color: var(--muted);
    line-height: 1.8;
    font-size: .82rem
}

.menu-filters {
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid var(--line);
    margin-bottom: 3rem
}

.menu-filters button {
    background: none;
    border: 0;
    color: var(--muted);
    padding: 0 0 1rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .62rem;
    position: relative
}

.menu-filters button:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--gold);
    transform: scaleX(0);
    transition: .3s
}

.menu-filters button.active {
    color: var(--cream)
}

.menu-filters button.active:after {
    transform: scaleX(1)
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 1.5rem
}

.dish-image {
    height: 240px;
    overflow: hidden;
    position: relative
}

.dish-image img {
    transition: transform .8s cubic-bezier(.2, .8, .2, 1);
    filter: saturate(.78)
}

.dish-image span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--gold);
    color: #111;
    padding: .5rem .7rem;
    text-transform: uppercase;
    font-size: .53rem;
    letter-spacing: .14em
}

.dish-card:hover img {
    transform: scale(1.08)
}

.dish-card.featured {
    transform: translateY(4rem)
}

.dish-info {
    display: flex;
    justify-content: space-between;
    padding-top: 1.3rem
}

.dish-info p {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .58rem
}

.dish-info h3 {
    font-family: var(--serif);
    font-size: 1.55rem;
    font-weight: 400;
    margin: .6rem 0
}

.dish-info small {
    color: var(--muted);
    font-size: .72rem
}

.dish-info>strong {
    font-family: var(--serif);
    font-weight: 400;
    color: var(--gold);
    font-size: 1.2rem
}

.menu-footer {
    text-align: center;
    margin-top: 7rem
}

.chef {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 100vh;
    background: #e9e2d6;
    color: #161510
}

.chef-image {
    position: relative;
    overflow: hidden
}

.chef-image img {
    filter: grayscale(.6);
    transform: scale(1.1)
}

.chef-seal {
    position: absolute;
    right: -55px;
    top: 10%;
    width: 130px;
    height: 130px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #111;
    color: var(--gold);
    display: grid;
    place-content: center;
    text-align: center;
    font-size: .5rem;
    letter-spacing: .15em
}

.chef-seal b {
    font-family: var(--serif);
    font-size: 2rem
}

.chef-copy {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.chef-copy h2 {
    margin: 1rem 0 2rem
}

.chef-copy blockquote {
    font-family: var(--serif);
    font-size: clamp(1.3rem, 2vw, 2rem);
    line-height: 1.5;
    margin: 0 0 2rem;
    padding-left: 2rem;
    border-left: 1px solid var(--gold)
}

.chef-copy>p:not(.eyebrow):not(.section-index) {
    color: #625e55;
    line-height: 1.8;
    max-width: 550px
}

.awards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #bdb5a6;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    text-transform: uppercase;
    font-size: .55rem;
    letter-spacing: .13em
}

.awards b {
    font-weight: 500;
    display: block;
    margin-top: .4rem
}

.gallery {
    background: #0b0b0a
}

.masonry {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 260px;
    gap: 1.2rem
}

.masonry figure {
    margin: 0;
    overflow: hidden;
    position: relative
}

.masonry .tall {
    grid-row: span 2
}

.masonry .wide {
    grid-column: span 2
}

.masonry img {
    transition: transform .8s, filter .8s
}

.masonry figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 1.5rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    transform: translateY(100%);
    transition: .4s;
    font-family: var(--serif);
    font-size: 1.4rem
}

.masonry figcaption span {
    font-family: var(--sans);
    color: var(--gold);
    font-size: .6rem;
    margin-right: 1rem
}

.masonry figure:hover img {
    transform: scale(1.06);
    filter: blur(1px)
}

.masonry figure:hover figcaption {
    transform: none
}

.gallery-swiper-wrapper {
    max-width: 1180px;
    margin: 0 auto 2rem;
}

.testimonials {
    text-align: center;
    background: #14130f;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.quote-mark {
    font-family: var(--serif);
    font-size: 8rem;
    color: var(--gold);
    height: 100px
}

.testimonial-stage {
    position: relative;
    width: min(900px, 100%);
    min-height: 300px
}

.testimonial {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden
}

.testimonial.active {
    opacity: 1;
    visibility: visible
}

.testimonial>p {
    font-family: var(--serif);
    font-size: clamp(1.7rem, 2vw, 2rem);
    line-height: 1.35
}

.testimonial div {
    display: flex;
    flex-direction: column;
    gap: .45rem
}

.stars {
    color: var(--gold);
    letter-spacing: .25em;
    font-size: .65rem
}

.testimonial strong {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .65rem
}

.testimonial small {
    color: var(--muted)
}

.testimonial-controls {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem
}

.testimonial-controls button {
    background: none;
    border: 1px solid #45443d;
    color: white;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer
}

.testimonial-controls div {
    display: flex;
    gap: .5rem
}

.testimonial-controls i {
    width: 20px;
    height: 1px;
    background: #555
}

.testimonial-controls i.active {
    background: var(--gold)
}

.reserve {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 10vw;
    background: #eee8dc;
    color: #171610
}

.reserve-intro h2 {
    margin: 2rem 0
}

.reserve-intro>p:not(.section-index) {
    color: #686257;
    line-height: 1.8;
    max-width: 400px
}

.reserve-intro>a {
    display: inline-block;
    border-bottom: 1px solid #aaa;
    padding-bottom: .4rem;
    margin-top: 1rem
}

.booking-form {
    align-self: center;
    display: grid;
    gap: 1.7rem
}

.booking-form label {
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.booking-form label span {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .58rem
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    border: 0;
    border-bottom: 1px solid #aaa397;
    background: transparent;
    padding: .7rem 0;
    color: #171610;
    outline: none;
    transition: border .3s
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    border-color: var(--gold)
}

.form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem
}

.booking-form .button {
    justify-self: start;
    margin-top: 1rem
}

.form-status {
    color: #5c6c42;
    font-size: .8rem
}

.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 80vh
}

.contact-map {
    position: relative;
    overflow: hidden;
    background: #1b1a17
}

.map-lines {
    position: absolute;
    inset: -10%;
    opacity: .23;
    background-image: linear-gradient(33deg, transparent 48%, #b1aa9c 49%, #b1aa9c 50%, transparent 51%), linear-gradient(122deg, transparent 46%, #b1aa9c 47%, #b1aa9c 48%, transparent 49%);
    background-size: 150px 110px, 190px 140px;
    transform: rotate(8deg)
}

.map-pin {
    position: absolute;
    left: 54%;
    top: 44%;
    display: grid;
    place-items: center
}

.map-pin span {
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: var(--gold);
    display: grid;
    place-items: center;
    color: #111;
    font-family: var(--serif)
}

.map-pin span::first-line {
    transform: rotate(45deg)
}

.contact-map small {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    line-height: 1.7;
    color: #ccc
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contact-info h2 {
    font-size: clamp(3rem, 5vw, 6rem);
    margin: 2rem 0 4rem
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem
}

.contact-grid>div:first-child {
    grid-row: span 2
}

.contact-grid span {
    text-transform: uppercase;
    color: var(--gold);
    font-size: .58rem;
    letter-spacing: .16em
}

.contact-grid p {
    font-size: .78rem;
    line-height: 1.8;
    color: #bbb;
    margin-top: .8rem
}

.contact-grid a {
    border-bottom: 1px solid #555;
    padding-bottom: .2rem
}

.footer {
    background: #080807;
    padding-bottom: 2rem
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    align-items: center;
    padding-bottom: 5rem;
    border-bottom: 1px solid var(--line)
}

.footer-top>p {
    color: #aaa;
    line-height: 1.7
}

.newsletter {
    display: flex;
    border-bottom: 1px solid #555
}

.newsletter input {
    width: 100%;
    padding: 1rem 0;
    background: transparent;
    border: 0;
    outline: 0;
    color: white
}

.newsletter button {
    background: none;
    border: 0;
    color: var(--gold);
    font-size: 1.5rem
}

.footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 2rem;
    padding-top: 2rem;
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #888
}

.footer-bottom div {
    display: flex;
    gap: 1.5rem
}

.ripple-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    transform: scale(0);
    pointer-events: none
}

.hidden-card {
    display: none
}

@media(max-width:900px) {

    .cursor,
    .cursor-dot {
        display: none
    }

    .nav-links {
        position: fixed;
        inset: 0;
        background: #0b0b0a;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: var(--serif);
        font-size: 2rem;
        transform: translateY(-100%);
        transition: .5s
    }

    .nav-links.open {
        transform: none
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 2;
        width: 36px;
        height: 36px
    }

    .menu-toggle i {
        display: block;
        width: 24px;
        height: 1px;
        background: #fff;
        margin: 7px
    }

    .nav-cta {
        display: none
    }

    .header-contact-order-wrapper {
        display: none
    }

    .hero-copy {
        padding-left: 1.5rem
    }

    .hero-line.italic {
        padding-left: 0
    }

    .hero-note {
        display: none
    }

    .manifesto-grid,
    .chef,
    .reserve,
    .contact {
        grid-template-columns: 1fr
    }

    .portrait-wrap {
        height: 60vh
    }

    .story-columns {
        grid-template-columns: 1fr
    }

    .menu-grid {
        grid-template-columns: 1fr 1fr
    }

    .chef-image {
        height: 70vh
    }

    .chef-seal {
        right: 1rem
    }

    .contact-map {
        height: 60vh
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .footer-bottom {
        grid-template-columns: 1fr 1fr
    }

    .masonry {
        grid-template-columns: 1fr 1fr
    }

    .masonry .wide {
        grid-column: span 1
    }
}

@media(max-width:600px) {
    .section-pad {
        padding: 6rem 1.25rem
    }

    .hero {
        min-height: 620px
    }

    .hero h1 {
        font-size: 3.8rem
    }

    .hero-intro {
        font-size: .78rem
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .scroll-cue {
        display: none
    }

    .section-head {
        display: block
    }

    .section-head>p {
        margin-top: 1.5rem
    }

    .stats {
        gap: 1.5rem
    }

    .stats strong {
        font-size: 2rem
    }

    .menu-grid {
        grid-template-columns: 1fr
    }

    .dish-card.featured {
        transform: none
    }

    .dish-image {
        height: 300px
    }

    .masonry {
        display: block
    }

    .masonry figure {
        /* height: 420px; */
        margin-bottom: 1rem
    }

    .testimonial-stage {
        min-height: 330px
    }

    .form-row {
        grid-template-columns: 1fr
    }

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

    .footer-bottom {
        display: flex;
        flex-direction: column
    }

    .footer-bottom div {
        flex-wrap: wrap
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        bottom: 25px !important;
    }
}

/* Desi Crepes brand layer — based on the supplied identity guide */
:root {
    --ink: #153f36;
    --charcoal: #245f52;
    --cream: #eeeecd;
    --muted: #cbd6c4;
    --gold: #ecc21b;
    --maroon: #61100c
}

body {
    background: var(--ink)
}

.loader {
    background: var(--maroon)
}

.loader-mark {
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 700
}

.nav.scrolled {
    background: rgba(21, 63, 54, .88)
}

.brand {
    font-family: var(--sans);
    font-weight: 700;
    line-height: .78;
    transform: rotate(-2deg)
}

.brand strong {
    color: var(--gold)
}

.brand span {
    color: var(--cream);
    margin-left: .7rem
}

.hero-bg {
    background-color: #173f37
}

.hero-shade {
    background: linear-gradient(90deg, rgba(22, 63, 55, .96), rgba(22, 63, 55, .7) 47%, rgba(97, 16, 12, .12)), linear-gradient(0deg, rgba(22, 63, 55, .75), transparent 45%)
}

h1,
h2 {
    font-family: var(--sans);
    font-weight: 600;
    letter-spacing: -.055em
}

.hero h1 {
    font-weight: 600
}

.hero-line.italic i,
em {
    font-family: var(--serif);
    color: var(--gold)
}

.button {
    border-radius: 999px;
    font-weight: 600
}

.button-gold {
    background: var(--gold);
    color: var(--maroon)
}

.button-outline {
    border-color: var(--gold);
    color: var(--cream)
}

.manifesto,
.chef,
.reserve {
    background: var(--cream);
    color: var(--maroon)
}

.manifesto .eyebrow,
.manifesto .section-index,
.chef .eyebrow,
.chef .section-index,
.reserve .section-index {
    color: #3e8977
}

.manifesto em,
.chef em,
.reserve em {
    color: #3e8977
}

.image-caption {
    background: var(--gold);
    color: var(--maroon)
}

.stats strong {
    color: var(--maroon)
}

.menu-section {
    background: var(--maroon)
}

.dish-image {
    border-radius: 1.5rem
}

.dish-image span {
    background: var(--gold);
    color: var(--maroon);
    border-radius: 999px
}

.dish-info h3 {
    font-family: var(--sans);
    font-weight: 600
}

.chef-seal {
    background: var(--gold);
    color: var(--maroon);
    border-color: var(--maroon)
}

.gallery {
    background: var(--ink)
}

.testimonials {
    background: var(--maroon)
}

.contact-map {
    background: #2f7767
}

.contact-info {
    background: var(--ink)
}

.footer {
    background: #0c3029
}

.map-pin span {
    background: var(--gold);
    color: var(--maroon)
}

.orbit-one,
.orbit-two {
    border-color: rgba(236, 194, 27, .45)
}

.nav-cta {
    border-color: var(--gold);
    border-radius: 999px
}

.nav-cta span {
    color: var(--gold)
}

/* ---------- Marquee ticker ---------- */
.ticker {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    padding: 20px 0;
}

.ticker-track {
    display: inline-flex;
    align-items: center;
    animation: scrollTicker 26s linear infinite;
    flex-shrink: 0;
}

.ticker:hover .ticker-track {
    animation-play-state: paused;
}

.ticker-track span {
    font-family: 'Fraunces', serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: 0.01em;
    padding: 0 1.4rem;
    white-space: nowrap;
}

.ticker-track span.dot {
    font-size: 1rem;
    opacity: 0.6;
}

@keyframes scrollTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.ticker-teal {
    /* background: var(--maroon); */
    /* color: var(--cream); */
    background: var(--gold);
    color: var(--maroon);
}

/* .ticker-yellow {
    background: var(--yellow);
    color: var(--maroon);
}

.ticker-maroon {
    background: var(--maroon);
    color: var(--yellow);
} */

/* ---------- Lightbox ---------- */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: rgba(12, 12, 10, 0.9);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-content {
    max-width: 85%;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(201, 164, 92, 0.2);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    background: var(--ink);
    padding: 10px;
    border-radius: 4px;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    display: block;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.lightbox-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    color: var(--cream);
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.lightbox-close:hover {
    color: var(--gold);
    transform: scale(1.1);
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(20, 19, 15, 0.6);
    border: 1px solid rgba(201, 164, 92, 0.3);
    color: var(--cream);
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    user-select: none;
}

.lightbox-prev {
    left: 2rem;
}

.lightbox-next {
    right: 2rem;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--gold);
    color: var(--maroon);
    border-color: var(--gold);
    transform: translateY(-50%) scale(1.08);
}

@media (max-width: 768px) {

    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .lightbox-prev {
        left: 1rem;
        z-index: 9;
    }

    .lightbox-next {
        right: 1rem;
        z-index: 9;
    }

    .lightbox-close {
        top: 1rem;
        right: 1rem;
        font-size: 2rem;
    }
}

/* ---------- Popup Modal ---------- */
.popup-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(12, 12, 10, 0.75);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.popup-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-content {
    background: var(--cream);
    color: var(--ink);
    width: min(500px, 92%);
    max-height: 90vh;
    overflow-y: auto;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(74, 14, 10, 0.15);
    box-shadow: 0 30px 60px rgba(74, 14, 10, 0.25);
    transform: translateY(30px) scale(0.95);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.popup-modal.active .popup-content {
    transform: translateY(0) scale(1);
}

.popup-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--maroon);
    cursor: pointer;
    line-height: 1;
    opacity: 0.65;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.popup-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.popup-content h2 {
    font-size: 1.75rem;
    color: var(--maroon);
    margin-bottom: 2rem;
    text-align: center;
    font-family: var(--display);
    line-height: 1.15;
}

.popup-content form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.popup-content label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--maroon-soft);
    font-weight: bold;
    margin-bottom: -0.6rem;
}

.popup-content input,
.popup-content textarea {
    border: 0;
    border-bottom: 1.5px solid rgba(74, 14, 10, 0.2);
    background: transparent;
    padding: 0.5rem 0;
    color: var(--ink);
    outline: none;
    font-family: var(--body);
    font-size: 0.9rem;
    transition: border-color 0.3s ease;
}

.popup-content input:focus,
.popup-content textarea:focus {
    border-color: var(--maroon);
}

.popup-content .btn {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.popup-success {
    text-align: center;
    padding: 2rem 0;
}

.popup-success h3 {
    font-size: 2rem;
    color: var(--teal);
    font-family: var(--display);
    margin-bottom: 1rem;
}

.popup-success p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ink);
}

/* Menu */
.menu-items-wrapper {
    max-width: 1180px;
    margin: 0 auto 2rem;
}

.menu-swiper {
    width: 100%;
}

.swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    padding-bottom: 20px;
    /* Spacing between swiper and buttons */
}

/* Reset default absolute positioning on buttons */
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
    position: static;
    margin: 0;
    background: var(--gold);
    border-radius: 50%;
    padding: 14px;
    box-shadow: 0 3px 0 var(--maroon-soft);
    color: var(--maroon);
}

/* Reset default positioning on pagination */
.swiper-controls .swiper-pagination {
    position: static;
    width: auto;
}

@media (max-width: 600px) {
    .popup-content {
        padding: 2.5rem 1.75rem;
    }

    .popup-content h2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
}


/* Hide on Desktop by default */
.mobile-call-button {
    display: none;
}

/* Show only on Mobile & Tablets */
@media (max-width: 768px) {
    .mobile-call-button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 80px;
        right: 20px;
        z-index: 99;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ecc21b;
        border: 1px solid #4a0e0a;
        box-shadow: 0px 1px 0px #4a0e0a;
        transition: transform 0.1s ease, box-shadow 0.1s ease;
        -webkit-tap-highlight-color: transparent;
    }

    /* Icon styling inside the button */
    .mobile-call-button svg {
        width: 22px;
        height: 22px;
        fill: #4a0e0a;
        /* Matches your border/text color */
    }

    /* Active tap effect (gives a physical button-press feel) */
    .mobile-call-button:active {
        transform: translateY(3px);
        box-shadow: 0px 2px 0px #4a0e0a;
    }

    .diff-card:not(:last-child) {
        border-bottom: 1px solid rgba(74, 14, 10, .2);
        border-right: none !important;
    }

    .no-emoji {
        font-size: 1.2rem;
        display: inline-block;
        transform: translateY(-2px);
    }
}


.swiper-slide {
    height: auto !important;
    display: flex;
}

/* Force your custom card inside the slide to fill the 100% height */
.dish-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /* Ensures the card spans the full slide width */
}


.no-emoji {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

}

.forced-text-arrow {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    /* Matches your text color automatically */

    /* Mask uses an encoded SVG of the exact text arrow */
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://w3.org' viewBox='0 0 24 24'><text x='0' y='18' font-family='sans-serif' font-size='20'>↗</text></svg>") no-repeat center;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://w3.org' viewBox='0 0 24 24'><text x='0' y='18' font-family='sans-serif' font-size='20'>↗</text></svg>") no-repeat center;
}