/* =========================================================
   KEDAI F'A — GLOBAL STYLE
   Reusable UMKM Website Template
   ========================================================= */


/* =========================================================
   RESET
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #0d0e10;
    color: #f5f2ea;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}


/* =========================================================
   VARIABLES
   ========================================================= */

:root {
    --bg: #0d0e10;
    --panel: #141518;
    --panel-soft: #191a1e;
    --border: rgba(255, 255, 255, .09);

    --text: #f5f2ea;
    --muted: #a5a39c;
    --soft: #d2d0c8;

    --accent: #d6a85c;
    --accent-soft: #e5c58e;

    --max-width: 1180px;
}


/* =========================================================
   NAVBAR
   ========================================================= */

.nav {
    width: min(var(--max-width), calc(100% - 48px));
    height: 82px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid var(--border);
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;

    min-width: 190px;
}

.brand span {
    width: 36px;
    height: 36px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(214, 168, 92, .55);
    border-radius: 50%;

    color: var(--accent-soft);
    font-size: 12px;
    font-weight: 700;
}

.brand b {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.nav nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav nav a {
    position: relative;

    color: var(--muted);

    font-size: 13px;
    font-weight: 500;

    transition: color .25s ease;
}

.nav nav a:hover,
.nav nav a.active {
    color: var(--text);
}

.nav nav a.active::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: -10px;

    width: 4px;
    height: 4px;

    transform: translateX(-50%);

    border-radius: 50%;

    background: var(--accent);
}

.nav-cta {
    min-width: 90px;

    padding: 10px 18px;

    border: 1px solid rgba(214, 168, 92, .4);
    border-radius: 999px;

    color: var(--accent-soft);

    font-size: 12px;
    font-weight: 600;

    text-align: center;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.nav-cta:hover {
    background: rgba(214, 168, 92, .09);
    border-color: var(--accent);
    transform: translateY(-1px);
}


/* =========================================================
   GLOBAL TYPOGRAPHY
   ========================================================= */

h1,
h2 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    letter-spacing: -.035em;
}

h1 em,
h2 em {
    color: var(--accent-soft);
    font-style: italic;
}

.eyebrow {
    margin-bottom: 15px;

    color: var(--accent);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .18em;
    text-transform: uppercase;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 46px;

    padding: 0 21px;

    border-radius: 999px;

    font-size: 12px;
    font-weight: 600;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.button.primary {
    background: var(--accent);
    color: #15120d;
}

.button.primary:hover {
    background: var(--accent-soft);
    transform: translateY(-2px);
}

.button.ghost {
    border: 1px solid var(--border);
    color: var(--soft);
}

.button.ghost:hover {
    border-color: rgba(214, 168, 92, .45);
    background: rgba(255, 255, 255, .03);
    transform: translateY(-2px);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--accent-soft);

    font-size: 12px;
    font-weight: 600;

    transition: gap .25s ease;
}

.text-link:hover {
    gap: 13px;
}


/* =========================================================
   HOME — HERO
   ========================================================= */

.hero {
    width: min(var(--max-width), calc(100% - 48px));

    min-height: 650px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr .85fr;
    align-items: center;

    gap: 80px;
}

.hero-copy {
    max-width: 590px;
}

.hero-copy h1 {
    max-width: 570px;

    margin-bottom: 22px;

    font-size: clamp(48px, 6vw, 78px);
    line-height: .98;
}

.hero-text {
    max-width: 500px;

    margin-bottom: 30px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 24px;
}

.trust {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #777771;

    font-size: 11px;
}

.trust span:first-child {
    color: var(--soft);
}

.trust span:first-child:first-letter {
    color: var(--accent);
}


/* =========================================================
   HOME — HERO VISUAL
   ========================================================= */

.hero-card {
    position: relative;

    min-height: 470px;

    padding: 25px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    overflow: hidden;

    border: 1px solid var(--border);
    border-radius: 28px;

    background:
        radial-gradient(circle at 50% 38%,
            rgba(214, 168, 92, .12),
            transparent 40%),
        linear-gradient(145deg,
            #17181b,
            #101114);

    box-shadow:
        0 30px 90px rgba(0, 0, 0, .25);
}

.food-visual {
    position: absolute;

    inset: 0;

    display: grid;
    place-items: center;
}

.glow {
    position: absolute;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background: rgba(214, 168, 92, .09);

    filter: blur(45px);
}

.food-circle {
    position: relative;
    overflow: hidden;

    width: 100%;
    max-width: 520px;
    aspect-ratio: 16 / 10;

    display: grid;
    place-items: center;

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 38% 30%,
            #45413a,
            #25231f 48%,
            #161513 75%
        );

    border: 1px solid rgba(255, 255, 255, .1);

    box-shadow:
        0 30px 60px rgba(0, 0, 0, .5),
        inset 0 1px rgba(255, 255, 255, .08);
}
.food-circle img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: contain;
    object-position: center;

    border-radius: 24px;
}
.food-circle::before {
    content: "";

    position: absolute;

    inset: 18px;

    border-radius: 50%;

    border: 1px solid rgba(214, 168, 92, .18);
}

.food-symbol {
    position: relative;
    z-index: 2;

    font-size: 70px;

    filter:
        grayscale(.2) drop-shadow(0 15px 15px rgba(0, 0, 0, .35));

    transform: translateY(-3px);
}

.hero-note {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 17px 18px;

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;

    background: rgba(13, 14, 16, .78);

    backdrop-filter: blur(15px);
}

.hero-note div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-note strong {
    color: var(--muted);

    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hero-note span {
    color: var(--text);

    font-size: 13px;
    font-weight: 600;
}

.hero-note>b {
    color: var(--accent-soft);

    font-size: 14px;
}


/* =========================================================
   HOME — INTRO
   ========================================================= */

.home-intro {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 20px auto 130px;

    padding: 80px 0;

    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: 100px;

    border-top: 1px solid var(--border);
}

.home-intro h2 {
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.05;
}

.intro-copy {
    align-self: end;

    max-width: 500px;
}

.intro-copy p {
    margin-bottom: 22px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.85;
}


/* =========================================================
   HOME — SECTION
   ========================================================= */

.section {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto 130px;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 45px;
}

.section-head h2 {
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.02;
}


/* =========================================================
   HOME — FEATURED MENU
   ========================================================= */

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.featured-card {
    position: relative;

    min-height: 260px;

    padding: 25px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border: 1px solid var(--border);
    border-radius: 20px;

    background: var(--panel);

    transition:
        transform .3s ease,
        border-color .3s ease;
}

.featured-card:hover {
    transform: translateY(-5px);
    border-color: rgba(214, 168, 92, .28);
}

.featured-icon {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(214, 168, 92, .08);

    color: var(--accent);
}

.featured-card h3 {
    margin-bottom: 9px;

    font-family: "Playfair Display", serif;

    font-size: 22px;
    line-height: 1.15;
}

.featured-card p {
    color: var(--muted);

    font-size: 12px;
    line-height: 1.7;
}

.featured-card>strong {
    color: var(--accent-soft);

    font-size: 13px;
}


/* =========================================================
   HOME — CTA
   ========================================================= */

.home-cta,
.story-cta,
.location-cta,
.menu-cta {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto 120px;

    padding: 90px 30px;

    text-align: center;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.home-cta h2,
.story-cta h2,
.location-cta h2,
.menu-cta h2 {
    margin-bottom: 30px;

    font-size: clamp(42px, 5vw, 65px);
    line-height: .98;
}


/* =========================================================
   INNER PAGE HERO
   ========================================================= */

.page-hero {
    width: min(900px, calc(100% - 48px));

    min-height: 440px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: center;
}

.page-hero .eyebrow {
    margin-bottom: 18px;
}

.page-hero h1 {
    margin-bottom: 22px;

    font-size: clamp(52px, 7vw, 86px);
    line-height: .95;
}

.page-hero>p:last-child {
    max-width: 560px;

    margin: 0 auto;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   MENU PAGE
   ========================================================= */

.menu-page {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto 120px;
}

.menu-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 42px;

    padding-bottom: 22px;

    border-bottom: 1px solid var(--border);
}

.menu-page-head h2 {
    font-size: 42px;
}

.menu-page-head>span {
    color: var(--muted);

    font-size: 11px;
}

.menu-item {
    min-height: 145px;

    padding: 23px;

    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;

    gap: 17px;

    border: 1px solid var(--border);
    border-radius: 18px;

    background: var(--panel);

    transition:
        transform .25s ease,
        border-color .25s ease;
}

.menu-item:hover {
    transform: translateY(-3px);

    border-color: rgba(214, 168, 92, .25);
}

.menu-icon {
    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(214, 168, 92, .07);

    color: var(--accent);

    font-size: 13px;
}

.menu-item h3 {
    margin-bottom: 5px;

    font-family: "Playfair Display", serif;

    font-size: 20px;
    line-height: 1.2;
}

.menu-item p {
    max-width: 460px;

    color: var(--muted);

    font-size: 11px;
    line-height: 1.7;
}

.menu-item>strong {
    align-self: start;

    color: var(--accent-soft);

    font-size: 13px;
    white-space: nowrap;
}

.menu-cta {
    margin-top: 30px;
}


/* =========================================================
   STORY PAGE
   ========================================================= */

.story-page {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto 100px;

    display: grid;
    grid-template-columns: 1.1fr .9fr;

    gap: 100px;
}

.story-main {
    padding: 20px 0;
}

.story-main h2 {
    max-width: 700px;

    margin-bottom: 27px;

    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.02;
}

.story-main>p:not(.eyebrow) {
    max-width: 620px;

    margin-bottom: 18px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.9;
}

.story-signature {
    margin-top: 38px;

    display: flex;
    align-items: center;
    gap: 8px;

    color: var(--accent-soft);

    font-family: "Playfair Display", serif;
    font-style: italic;
}

.story-signature span {
    color: var(--accent);
}

.story-highlights {
    display: flex;
    flex-direction: column;
    gap: 1px;

    border: 1px solid var(--border);
    border-radius: 20px;

    overflow: hidden;

    background: var(--border);
}

.story-highlight {
    padding: 27px;

    background: var(--panel);
}

.story-number {
    display: block;

    margin-bottom: 15px;

    color: var(--accent);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}

.story-highlight h3 {
    margin-bottom: 7px;

    font-family: "Playfair Display", serif;

    font-size: 24px;
}

.story-highlight p {
    color: var(--muted);

    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   STORY STATS
   ========================================================= */

.story-stats {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto 120px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.story-stat {
    padding: 45px 20px;

    text-align: center;
}

.story-stat+.story-stat {
    border-left: 1px solid var(--border);
}

.story-stat strong {
    display: block;

    margin-bottom: 7px;

    color: var(--accent-soft);

    font-family: "Playfair Display", serif;

    font-size: 38px;
}

.story-stat span {
    color: var(--muted);

    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* =========================================================
   LOCATION PAGE
   ========================================================= */

.location-page {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto 110px;

    display: grid;
    grid-template-columns: .9fr 1.1fr;

    gap: 70px;

    align-items: stretch;
}

.location-info {
    padding: 35px 0;
}

.location-info h2 {
    max-width: 520px;

    margin-bottom: 8px;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
}

.location-city {
    color: var(--muted);

    font-size: 13px;
}

.location-details {
    margin-top: 40px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-detail {
    padding-bottom: 20px;

    border-bottom: 1px solid var(--border);
}

.detail-label {
    display: block;

    margin-bottom: 5px;

    color: var(--accent);

    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
}

.location-detail strong {
    color: var(--soft);

    font-size: 13px;
    font-weight: 500;
}

.location-actions {
    margin-top: 35px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* =========================================================
   MAP
   ========================================================= */

.map-card {
    position: relative;

    min-height: 430px;

    overflow: hidden;

    border: 1px solid var(--border);
    border-radius: 25px;

    background:
        linear-gradient(135deg,
            #191b1e,
            #101113);
}

.map-grid {
    position: absolute;

    inset: 0;

    opacity: .55;

    background-image:
        linear-gradient(90deg,
            rgba(255, 255, 255, .04) 1px,
            transparent 1px),
        linear-gradient(rgba(255, 255, 255, .04) 1px,
            transparent 1px);

    background-size: 60px 60px;

    transform: rotate(-7deg) scale(1.2);
}

.map-card::before,
.map-card::after {
    content: "";

    position: absolute;

    height: 1px;

    background: rgba(214, 168, 92, .14);

    transform: rotate(-25deg);
}

.map-card::before {
    width: 150%;
    left: -20%;
    top: 45%;
}

.map-card::after {
    width: 130%;
    left: -10%;
    top: 65%;

    transform: rotate(19deg);
}

.map-pin {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 50px;
    height: 50px;

    transform: translate(-50%, -50%);

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(214, 168, 92, .14);

    box-shadow:
        0 0 0 15px rgba(214, 168, 92, .04),
        0 0 0 30px rgba(214, 168, 92, .02);
}

.map-pin-dot {
    width: 14px;
    height: 14px;

    border-radius: 50%;

    background: var(--accent);

    box-shadow:
        0 0 25px rgba(214, 168, 92, .7);
}

.map-label {
    position: absolute;

    left: 25px;
    bottom: 25px;

    padding: 13px 16px;

    display: flex;
    flex-direction: column;

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;

    background: rgba(13, 14, 16, .8);

    backdrop-filter: blur(12px);
}

.map-label span {
    color: var(--accent);

    font-size: 8px;
    font-weight: 700;
    letter-spacing: .14em;
}

.map-label strong {
    color: var(--soft);

    font-size: 12px;
}


/* =========================================================
   DIRECTION
   ========================================================= */

.direction-section {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto 120px;

    padding: 75px 0;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.direction-section h2 {
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.02;
}

.direction-copy {
    align-self: end;

    max-width: 500px;
}

.direction-copy p {
    margin-bottom: 22px;

    color: var(--muted);

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
    width: min(var(--max-width), calc(100% - 48px));

    margin: 0 auto;

    padding: 25px 0 35px;

    display: flex;
    justify-content: space-between;

    border-top: 1px solid var(--border);

    color: #666762;

    font-size: 10px;
}

footer span:first-child {
    color: #8b8982;
}


/* =========================================================
   RESPONSIVE — 1000px
   ========================================================= */

@media (max-width: 1000px) {

    .hero {
        grid-template-columns: 1fr;

        gap: 40px;

        padding: 70px 0;
    }

    .hero-copy {
        max-width: 700px;
    }

    .hero-card {
        min-height: 420px;
    }

    .home-intro {
        gap: 50px;
    }

    .story-page,
    .location-page {
        gap: 50px;
    }
}


/* =========================================================
   RESPONSIVE — 800px
   ========================================================= */

@media (max-width: 800px) {

    .nav {
        width: min(100% - 30px, var(--max-width));
        height: 72px;
    }

    .brand {
        min-width: auto;
    }

    .brand b {
        display: none;
    }

    .nav nav {
        gap: 18px;
    }

    .nav nav a {
        font-size: 11px;
    }

    .nav-cta {
        min-width: auto;
        padding: 9px 14px;
    }


    .hero,
    .home-intro,
    .story-page,
    .location-page,
    .direction-section {
        width: calc(100% - 30px);
    }


    .home-intro {
        grid-template-columns: 1fr;

        gap: 35px;

        margin-bottom: 90px;
        padding: 60px 0;
    }


    .section {
        width: calc(100% - 30px);
        margin-bottom: 90px;
    }


    .section-head {
        align-items: flex-start;
        flex-direction: column;

        gap: 20px;
    }


    .featured-grid {
        grid-template-columns: 1fr;
    }


    .menu-page {
        width: calc(100% - 30px);
    }

    .story-page,
    .location-page,
    .direction-section {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .story-stats {
        width: calc(100% - 30px);
    }


    .story-highlight {
        padding: 23px;
    }


    .map-card {
        min-height: 350px;
    }


    .home-cta,
    .story-cta,
    .location-cta,
    .menu-cta {
        width: calc(100% - 30px);

        margin-bottom: 90px;

        padding: 70px 20px;
    }


    footer {
        width: calc(100% - 30px);
    }
}


/* =========================================================
   RESPONSIVE — 500px
   ========================================================= */

@media (max-width: 500px) {

    .nav {
        width: calc(100% - 20px);
    }

    .nav nav {
        gap: 11px;
    }

    .nav nav a {
        font-size: 9px;
    }

    .nav nav a.active::after {
        bottom: -7px;
    }

    .nav-cta {
        padding: 8px 11px;

        font-size: 9px;
    }


    .hero {
        width: calc(100% - 20px);

        min-height: auto;

        padding: 65px 0 75px;
    }

    .hero-copy h1 {
        font-size: 46px;
    }

    .hero-text {
        font-size: 13px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }


    .hero-card {
        min-height: 340px;

        padding: 17px;

        border-radius: 20px;
    }

    .food-circle {
        width: 170px;
        height: 170px;
    }

    .food-symbol {
        font-size: 54px;
    }


    .home-intro,
    .section,
    .story-page,
    .location-page,
    .direction-section {
        width: calc(100% - 20px);
    }


    .page-hero {
        width: calc(100% - 25px);

        min-height: 360px;
    }

    .page-hero h1 {
        font-size: 48px;
    }


    .menu-page-head {
        align-items: flex-start;
        flex-direction: column;

        gap: 10px;
    }

    .menu-page-head h2 {
        font-size: 34px;
    }


    .menu-item {
        grid-template-columns: 40px 1fr;

        padding: 19px;

        gap: 13px;
    }

    .menu-icon {
        width: 40px;
        height: 40px;
    }

    .menu-item>strong {
        grid-column: 2;

        margin-top: -4px;
    }


    .story-stats {
        width: calc(100% - 20px);
    }

    .story-stat {
        padding: 30px 10px;
    }

    .story-stat strong {
        font-size: 29px;
    }

    .story-stat span {
        font-size: 8px;
    }


    .map-card {
        min-height: 300px;

        border-radius: 20px;
    }


    .location-actions {
        flex-direction: column;
    }


    .home-cta,
    .story-cta,
    .location-cta,
    .menu-cta {
        width: calc(100% - 20px);

        padding: 60px 15px;
    }


    footer {
        width: calc(100% - 20px);

        flex-direction: column;

        gap: 7px;
    }
}

.menu-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 18px;
}

.menu-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.menu-card:hover .menu-card-image img {
    transform: scale(1.04);
}

/* IMAGE PLACEHOLDER */

.menu-card-image {
    background:
        radial-gradient(circle at 30% 20%, rgba(214, 168, 92, .18), transparent 35%),
        linear-gradient(135deg, #1b1c20, #101114);
}

.menu-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;

    background:
        radial-gradient(circle at center,
            rgba(214, 168, 92, .14),
            transparent 55%),
        linear-gradient(135deg,
            #1b1c20,
            #101114);

    color: var(--accent);
}

.image-placeholder strong {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 600;
}

.image-placeholder span {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    opacity: .7;
}

/* LOCATION PHOTO */

.location-hero {
    position: relative;
    overflow: hidden;
}

.location-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(13, 14, 16, .95) 0%,
            rgba(13, 14, 16, .72) 45%,
            rgba(13, 14, 16, .35) 100%),
        var(--page-image) center / cover no-repeat;
    z-index: -1;
}

.map-card {
    background:
        linear-gradient(rgba(13, 14, 16, .15),
            rgba(13, 14, 16, .35)),
        var(--page-image) center / cover no-repeat;
}

/* STORY PHOTO */

.story-hero {
    position: relative;
    overflow: hidden;
}

.story-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(13, 14, 16, .95) 0%,
            rgba(13, 14, 16, .72) 45%,
            rgba(13, 14, 16, .35) 100%),
        var(--page-image) center / cover no-repeat;
    z-index: -1;
}

/* STORY IMAGE */

.story-hero {
    position: relative;
    overflow: hidden;
}

.page-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.story-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(13, 14, 16, .95),
            rgba(13, 14, 16, .65),
            rgba(13, 14, 16, .3));
    z-index: 1;
}

.story-hero>* {
    position: relative;
    z-index: 2;
}

.page-image-placeholder {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    background: linear-gradient(135deg, #1b1c20, #101114);
    color: #d6a85c;
}

.page-image-placeholder strong {
    font-family: "Playfair Display", serif;
    font-size: 32px;
}

.page-image-placeholder span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a5a39c;
}

/* =================================
   FINAL UI POLISH
================================= */

.button,
.nav-cta,
.text-link,
.featured-card,
.menu-card,
.story-highlight,
.map-card {
    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease,
        color .25s ease;
}

/* BUTTON */

.button:hover {
    transform: translateY(-2px);
}

.button.primary:hover {
    box-shadow: 0 10px 30px rgba(214, 168, 92, .14);
}

.button.ghost:hover {
    border-color: rgba(214, 168, 92, .45);
    color: var(--accent-soft);
}

/* NAV */

.nav a {
    transition: color .2s ease;
}

.nav nav a:hover {
    color: var(--text);
}

.nav-cta:hover {
    transform: translateY(-2px);
}

/* FEATURED */

.featured-card:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 168, 92, .22);
}

/* MENU */

.menu-card:hover {
    transform: translateY(-5px);
    border-color: rgba(214, 168, 92, .22);
}

/* STORY */

.story-highlight:hover {
    transform: translateY(-4px);
    border-color: rgba(214, 168, 92, .22);
}

/* MAP */

.map-card:hover {
    border-color: rgba(214, 168, 92, .22);
}

/* LINKS */

.text-link:hover {
    color: var(--accent-soft);
}

/* IMAGE */

.page-image,
.menu-card-image img {
    transition: transform .5s ease;
}

.menu-card:hover .menu-card-image img {
    transform: scale(1.04);
}

/* SELECTION */

::selection {
    background: var(--accent);
    color: #0d0e10;
}

/* =================================
   MENU CATEGORY
================================= */

.menu-category {
    margin-top: 70px;
}

.menu-category:first-child {
    margin-top: 0;
}

.menu-category-head {
    margin-bottom: 28px;
}

.menu-category-head .eyebrow {
    margin-bottom: 8px;
}

.menu-category-head h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    color: var(--text);
}

.menu-category .menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

/* =================================
   MOBILE MENU GRID
================================= */

@media (max-width: 600px) {

    .menu-category .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .menu-card-image {
        aspect-ratio: 1 / 1;
        margin-bottom: 10px;
        border-radius: 14px;
    }

    .menu-card-body {
        padding: 0 2px;
    }

    .menu-card-body h3 {
        font-size: 14px;
        line-height: 1.35;
    }
    .menu-card-body p {
    margin: 6px 0 10px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.menu-card-body strong {
    display: inline-block;
    color: var(--accent);
    font-size: 14px;
    font-weight: 700;
}

    .menu-category {
        margin-top: 50px;
    }

}

/* =================================
   MENU CATEGORY LAYOUT FIX
================================= */

#menu-grid {
    display: block;
}

.menu-category .menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.menu-card {
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease;
}

.menu-card:hover {
    transform: translateY(-4px);
}
.menu-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}
.menu-order-btn {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;

    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);

    cursor: pointer;
    transition: color .2s ease, transform .2s ease;
}

.menu-order-btn:hover {
    color: var(--accent);
    transform: translateX(3px);
}
.best-seller-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(13, 14, 16, .88);
    border: 1px solid rgba(214, 168, 92, .45);
    color: var(--accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    backdrop-filter: blur(8px);
}
.featured-badge {
    display: inline-block;
    margin-bottom: 8px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;

    color: var(--accent);
}