:root {
    --ink: #0b1420;
    --orange: #ff6a00;
    --orange2: #ff951f;
    --cream: #fff4e2;
    --paper: #fffdf8;
    --muted: #667181;
    --line: rgba(11, 20, 32, .14);
    --shadow: 0 26px 80px rgba(5, 11, 18, .22);
    --radius: 26px;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

.form-trap{
    position:absolute!important;
    left:-10000px!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
}

.container {
    width: min(calc(100% - 40px), var(--max));
    margin-inline: auto
}

.narrow {
    width: min(800px, 100%)
}

.sr-only,
.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 12px;
    z-index: 1000;
    background: #fff;
    padding: 10px 14px
}

.skip-link:focus {
    top: 12px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 112px;
    background: rgba(255, 253, 248, .94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px)
}

.nav-wrap {
    width: min(calc(100% - 32px), 1260px);
    min-height: 112px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.brand {
    display: flex;
    align-items: center;
    overflow: visible
}

.brand img {
    width: 300px;
    height: 96px;
    object-fit: contain;
    object-position: left center
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px
}

.main-nav a {
    text-decoration: none;
    font-weight: 800;
    font-size: .94rem
}

.main-nav a:not(.button) {
    padding: 40px 0 34px;
    border-bottom: 3px solid transparent
}

.main-nav a.active:not(.button),
.main-nav a:hover:not(.button) {
    border-color: var(--orange)
}

.nav-toggle {
    display: none;
    border: 0;
    background: none;
    padding: 8px
}

.nav-toggle span:not(.sr-only) {
    display: block;
    width: 28px;
    height: 2px;
    margin: 5px;
    background: var(--ink)
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 23px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--orange), var(--orange2));
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(255, 106, 0, .3);
    transition: .2s;
    cursor: pointer
}

.button:hover {
    transform: translateY(-2px)
}

.button-small {
    min-height: 42px;
    padding: 9px 17px;
    font-size: .87rem
}

.button-ghost {
    background: rgba(10, 18, 28, .44);
    border: 1px solid rgba(255, 255, 255, .44);
    box-shadow: none;
    backdrop-filter: blur(12px)
}

.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--orange);
    font-size: .75rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase
}

.eyebrow.light {
    color: #ffb15f
}

h1,
h2,
h3 {
    margin-top: 0;
    line-height: 1.02;
    letter-spacing: -.04em
}

h1 {
    font-size: clamp(3.1rem, 7vw, 6.7rem);
    margin-bottom: 25px
}

h2 {
    font-size: clamp(2.1rem, 4vw, 3.9rem);
    margin-bottom: 20px
}

h3 {
    font-size: 1.35rem;
    margin-bottom: 10px
}

p {
    margin-top: 0;
    color: var(--muted)
}

em {
    color: var(--orange);
    font-style: normal
}

.section {
    padding: 100px 0
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.prose p {
    font-size: 1.08rem
}

.section-heading {
    max-width: 760px;
    margin-bottom: 46px
}

.centered {
    text-align: center;
    margin-inline: auto
}

.hero {
    position: relative;
    min-height: 780px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.hero-home {
    background: url('/assets/images/v2/heroes/B100_toronto_skyline_dusk.webp') center/cover no-repeat
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 11, 18, .92) 0%, rgba(5, 11, 18, .74) 43%, rgba(5, 11, 18, .22) 75%, rgba(5, 11, 18, .25) 100%)
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: center;
    padding: 95px 0 115px
}

.hero-lead {
    max-width: 680px;
    color: #e0e6ec;
    font-size: 1.2rem
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 32px 0 42px
}

.hero-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap
}

.hero-stats div {
    display: grid
}

.hero-stats strong {
    font-size: 1.08rem
}

.hero-stats span {
    color: #bbc5d0;
    font-size: .87rem
}

.hero-cart {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center
}

.hero-cart img {
    position: relative;
    z-index: 2;
    width: min(750px, 115%);
    filter: drop-shadow(0 36px 38px rgba(0, 0, 0, .42))
}

.cart-aura {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 117, 24, .42), rgba(255, 106, 0, .04) 65%, transparent 70%)
}

.glass-tag {
    position: absolute;
    z-index: 3;
    padding: 12px 17px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 16px;
    background: rgba(9, 17, 27, .58);
    color: #fff;
    font-weight: 850;
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px)
}

.tag-one {
    right: 0;
    top: 15%
}

.tag-two {
    left: 0;
    bottom: 10%
}

.ember-field,
.embers-small {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(255, 137, 39, .85) 0 1px, transparent 2px);
    background-size: 78px 91px;
    opacity: .22;
    mask-image: linear-gradient(to left, #000, transparent 65%)
}

.bulb-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    background: radial-gradient(circle at 18px 8px, #ffd075 0 4px, #ff8d21 5px 7px, transparent 8px) 0 0/46px 36px repeat-x;
    filter: drop-shadow(0 0 8px #ff8d21)
}

.story-strip {
    background: linear-gradient(120deg, var(--paper), var(--cream))
}

.dark-section {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: #fff
}

.dark-section p {
    color: #b9c3cf
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.feature-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18)
}

.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff
}

.city-feature {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, rgba(5, 11, 18, .93), rgba(5, 11, 18, .56)), url('/assets/images/v2/heroes/B120_warm_city_street.webp') center/cover fixed
}

.city-feature p {
    color: #d7dee5
}

.visual-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 55px;
    align-items: center
}

.framed-cart,
.image-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--radius);
    background: rgba(11, 20, 32, .72);
    box-shadow: var(--shadow)
}

.framed-cart img,
.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.food-tease {
    background: url('/assets/images/v2/textures/B150_cream_paper.webp') center/cover
}

.food-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.food-row a {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(11, 20, 32, .08);
    transition: .2s
}

.food-row a:hover {
    transform: translateY(-5px)
}

.food-row img {
    width: 100%;
    height: 240px;
    object-fit: contain
}

.food-row span {
    font-weight: 900
}

.signup-section {
    padding: 88px 0;
    background: linear-gradient(125deg, #ff5d00, #ff8e25);
    color: #fff
}

.signup-section p {
    color: rgba(255, 255, 255, .86)
}

.signup-section .eyebrow {
    color: #fff
}

.signup-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 50px;
    align-items: center
}

.signup-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.signup-form label span,
.contact-form label span {
    display: block;
    margin: 0 0 6px;
    font-size: .8rem;
    font-weight: 850
}

input,
select,
textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(11, 20, 32, .2);
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
    outline: none
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(255, 106, 0, .14)
}

.signup-form .consent {
    grid-column: 1/-1;
    display: flex;
    gap: 10px
}

.signup-form .consent input {
    width: 18px;
    margin-top: 4px
}

.signup-form .button {
    grid-column: 1/-1;
    justify-self: start;
    background: var(--ink);
    box-shadow: none
}

.interior-hero {
    position: relative;
    min-height: 610px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.about-hero {
    background: url('/assets/images/v2/heroes/B130_urban_public_realm.webp') center/cover
}

.menu-hero-v2 {
    background: url('/assets/images/v2/heroes/B140_dark_night_skyline.webp') center/cover
}

.contact-hero-v2 {
    background: url('/assets/images/v2/heroes/B110_waterfront_evening.webp') center/cover
}

.interior-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px
}

.interior-hero-content p,
.menu-hero-grid p {
    max-width: 700px;
    color: #e3e8ed;
    font-size: 1.16rem
}

.about-story {
    align-items: center
}

.image-card {
    height: 520px;
    background: #111
}

.cream-section,
.textured {
    background: url('/assets/images/v2/textures/B150_cream_paper.webp') center/cover
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.process-grid article {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 16px 42px rgba(11, 20, 32, .08)
}

.process-grid article>span,
.food-grid article>div>span {
    color: var(--orange);
    font-weight: 950
}

.public-realm-panel {
    color: #fff;
    background: linear-gradient(90deg, rgba(5, 11, 18, .96), rgba(5, 11, 18, .62)), url('/assets/images/v2/heroes/B140_dark_night_skyline.webp') center/cover
}

.public-realm-panel p,
.dark-values span {
    color: #bac5d0
}

.dark-values {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.values-list div {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 30px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.menu-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 50px;
    align-items: center
}

.menu-hero-food img {
    filter: drop-shadow(0 35px 35px rgba(0, 0, 0, .55));
    transform: rotate(-2deg)
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.food-grid article {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 50px rgba(11, 20, 32, .09)
}

.food-grid article img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 20px
}

.food-grid article>div {
    padding: 28px
}

.grill-story {
    color: #fff;
    background: linear-gradient(90deg, rgba(6, 12, 19, .92), rgba(6, 12, 19, .72)), url('/assets/images/v2/textures/B160_subtle_grill.webp') center/cover
}

.grill-story p {
    color: #c8d0d8
}

.detail-photo {
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.detail-photo img {
    width: 100%;
    min-height: 420px;
    object-fit: cover
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: start
}

.contact-details {
    display: grid;
    gap: 9px;
    margin-top: 30px
}

.contact-details a {
    color: var(--orange);
    font-weight: 900
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding: 36px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--shadow)
}

.contact-form label {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.contact-form .full,
.contact-form .button {
    grid-column: 1/-1
}

.contact-form .button {
    justify-self: start
}

.contact-form textarea {
    resize: vertical
}

.contact-lamp {
    width: 95px;
    height: 190px;
    margin-top: 35px;
    background: radial-gradient(circle at 50% 25%, #ffe5a3 0 8px, #ff991f 9px 15px, transparent 16px), linear-gradient(90deg, transparent 46%, #17202a 47% 53%, transparent 54%);
    filter: drop-shadow(0 0 18px rgba(255, 153, 31, .7))
}

.contact-categories {
    background: var(--ink);
    color: #fff
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.category-grid article {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055)
}

.category-grid article>span {
    color: var(--orange);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em
}

.category-grid p {
    color: #bbc5cf
}

.flash {
    padding: 14px 0;
    font-weight: 750
}

.flash.success {
    background: #e7f8ed;
    color: #135e2d
}

.flash.error {
    background: #fff0ed;
    color: #9d2b18
}

.site-footer {
    position: relative;
    padding: 95px 0 25px;
    background: #070e17;
    color: #fff;
    overflow: hidden
}

.footer-skyline {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 72px;
    opacity: .4;
    background: linear-gradient(to top, rgba(255, 106, 0, .25), transparent), repeating-linear-gradient(90deg, transparent 0 22px, #101c29 23px 40px, transparent 41px 56px)
}

.footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 60px
}

.footer-grid>div {
    display: grid;
    align-content: start;
    gap: 9px
}

.footer-grid h2 {
    margin-bottom: 6px;
    color: var(--orange);
    font-size: 1rem
}

.footer-grid a {
    text-decoration: none;
    color: #d8dfe7
}

.footer-grid p,
.footer-grid span {
    color: #aeb8c4
}

.footer-logo {
    width: 350px;
    max-height: 155px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 12px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 32px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #9ba6b3;
    font-size: .88rem
}

@media(max-width:980px) {

    .site-header,
    .nav-wrap {
        min-height: 92px
    }

    .brand img {
        width: 235px;
        height: 76px
    }

    .nav-toggle {
        display: block
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 92px;
        left: 0;
        right: 0;
        padding: 22px;
        flex-direction: column;
        align-items: stretch;
        background: rgba(255, 253, 248, .99);
        border-bottom: 1px solid var(--line)
    }

    .main-nav.open {
        display: flex
    }

    .main-nav a:not(.button) {
        padding: 10px 0;
        border: 0
    }

    .hero-grid,
    .split,
    .visual-grid,
    .signup-grid,
    .menu-hero-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .hero-cart {
        min-height: 390px
    }

    .feature-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .food-grid {
        grid-template-columns: 1fr
    }

    .signup-form {
        grid-template-columns: 1fr 1fr
    }

    .interior-hero {
        min-height: 540px
    }

    .menu-hero-food {
        display: none
    }

    .category-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:640px) {
    .container {
        width: min(calc(100% - 28px), var(--max))
    }

    .site-header,
    .nav-wrap {
        min-height: 82px
    }

    .brand img {
        width: 210px;
        height: 68px
    }

    .main-nav {
        top: 82px
    }

    h1 {
        font-size: clamp(2.75rem, 14vw, 4.4rem)
    }

    .section {
        padding: 72px 0
    }

    .hero {
        min-height: auto
    }

    .hero-grid {
        padding: 72px 0 100px
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .hero-cart {
        min-height: 300px
    }

    .glass-tag {
        display: none
    }

    .feature-grid,
    .process-grid,
    .food-row,
    .signup-form,
    .contact-form,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .food-grid article {
        grid-template-columns: 1fr
    }

    .food-grid article img {
        height: 240px
    }

    .signup-form .consent,
    .signup-form .button,
    .contact-form .full,
    .contact-form .button {
        grid-column: auto
    }

    .values-list div {
        grid-template-columns: 1fr;
        gap: 6px
    }

    .contact-form {
        padding: 26px
    }

    .footer-logo {
        width: 290px
    }

    .footer-bottom {
        flex-direction: column
    }

    .city-feature {
        background-attachment: scroll
    }
}


/* ---------------------------------------------------------
   Indexed future asset slots
   Replace placeholder WebP files in place; no markup changes required.
--------------------------------------------------------- */
.hero-home::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url('/assets/images/v2/overlays/E100_ember_overlay_01.webp') center/cover;
    mix-blend-mode: screen;
    opacity: .10
}

.bulb-line {
    background-image: url('/assets/images/v2/decor/E210_cafe_lights.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.story-strip {
    position: relative
}

.story-strip::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 70px;
    background: url('/assets/images/v2/overlays/E140_orange_brush_stroke.webp') center/100% 100% no-repeat;
    opacity: .20;
    pointer-events: none
}

.asset-icon {
    overflow: hidden;
    padding: 0;
    background: transparent
}

.asset-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.future-brand-strip {
    background: linear-gradient(rgba(255, 253, 248, .93), rgba(255, 253, 248, .93)), url('/assets/images/v2/textures/E180_cream_paper_texture.webp') center/cover
}

.future-art-grid,
.illustration-grid,
.future-food-grid {
    display: grid;
    gap: 24px
}

.future-art-grid,
.illustration-grid {
    grid-template-columns: repeat(3, 1fr)
}

.future-art-grid figure {
    margin: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 45px rgba(11, 20, 32, .08)
}

.future-art-grid img {
    width: 100%;
    height: 260px;
    object-fit: contain
}

.future-art-grid figcaption {
    font-weight: 900
}

.illustration-band {
    background: linear-gradient(135deg, #fffdf8, #fff4e5)
}

.illustration-grid article {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(11, 20, 32, .08)
}

.illustration-grid article img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.illustration-grid article h3,
.illustration-grid article p {
    margin-left: 24px;
    margin-right: 24px
}

.illustration-grid article p {
    margin-bottom: 28px
}

.future-menu {
    background: linear-gradient(rgba(255, 253, 248, .90), rgba(255, 253, 248, .90)), url('/assets/images/v2/menu/H100_menu_background.webp') center/cover
}

.future-food-grid {
    grid-template-columns: repeat(3, 1fr)
}

.future-food-grid article {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .90);
    text-align: center
}

.future-food-grid img {
    width: 100%;
    height: 220px;
    object-fit: contain
}

.future-food-grid h3 {
    margin: 12px 0 4px
}

.category-icon {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px
}

.partnership-visual {
    background: linear-gradient(90deg, rgba(255, 253, 248, .96), rgba(255, 246, 232, .92)), url('/assets/images/v2/contact/I100_city_evening.webp') center/cover
}

.contact-asset-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px
}

.contact-asset-row img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid var(--line)
}

.site-footer {
    background-image: linear-gradient(rgba(7, 14, 23, .94), rgba(7, 14, 23, .98)), url('/assets/images/v2/footer/J120_footer_pattern.webp');
    background-position: center;
    background-size: cover
}

.footer-skyline {
    height: 100px;
    background: url('/assets/images/v2/footer/J100_dark_skyline.webp') center bottom/cover no-repeat;
    opacity: .55
}

.site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url('/assets/images/v2/footer/J130_small_embers.webp') center/cover;
    mix-blend-mode: screen;
    opacity: .08
}

@media(max-width:980px) {

    .future-art-grid,
    .illustration-grid,
    .future-food-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:640px) {

    .future-art-grid,
    .illustration-grid,
    .future-food-grid,
    .contact-asset-row {
        grid-template-columns: 1fr
    }

    .future-art-grid img,
    .illustration-grid article img,
    .future-food-grid img {
        height: 220px
    }
}


/* V2 asset transparency corrections */
.brand img {
    background: transparent !important;
    box-shadow: none !important
}

.image-card,
.framed-cart,
.menu-hero-food {
    position: relative;
    isolation: isolate;
    overflow: hidden
}

.image-card::before,
.framed-cart::before,
.menu-hero-food::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 50% 46%, rgba(255, 106, 0, .16), transparent 48%), linear-gradient(145deg, #fffaf1, #eee7dc)
}

.image-card.night::before {
    background: radial-gradient(circle at 50% 44%, rgba(255, 126, 31, .2), transparent 46%), linear-gradient(145deg, #16202b, #07101a)
}

.image-card img,
.framed-cart img,
.menu-hero-food img {
    position: relative;
    z-index: 1;
    background: transparent !important
}

.food-grid article img,
.food-row img {
    background-color: #fff8ed;
    background-image: radial-gradient(circle at 50% 45%, rgba(255, 142, 54, .2), transparent 62%)
}

/* ---------------------------------------------------------
   V2.1 visual polish: cart and flatbread presentation
--------------------------------------------------------- */

.about-story .image-card {
    background: #efe8dc;
}

.about-story .image-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            145deg,
            rgba(255,250,241,.72),
            rgba(238,231,220,.84)
        ),
        url('/assets/images/v2/heroes/B120_warm_city_street.webp')
        center/cover no-repeat;
}

.about-story .image-card img{
    position:relative;
    z-index:1;
    object-fit:contain;
    padding:18px;
    filter:drop-shadow(0 22px 24px rgba(11,20,32,.22));
}
/* Keep the illuminated operating cart integrated into its dark city panel. */
.public-realm-panel .image-card.night {
    background: #08111b;
}

.public-realm-panel .image-card.night::before {
    z-index: 0;
    background:
        linear-gradient(145deg, rgba(9, 17, 27, .62), rgba(3, 8, 14, .78)),
        url('/assets/images/v2/heroes/B140_dark_night_skyline.webp') center/cover no-repeat;
}

.public-realm-panel .image-card.night img {
    object-fit: contain;
    padding: 14px;
}

/* All homepage food tiles now use the same warm photographic stage. */
.food-row a {
    overflow: hidden;
}

.food-row img {
    border-radius: 18px;
    background-color: #fff8ed;
    background-image:
        radial-gradient(circle at 50% 43%, rgba(255, 142, 54, .25), transparent 58%),
        linear-gradient(145deg, #fffaf2, #f1e4d4);
}

/* Refine the Menu hero flatbread into a deliberate angled feature card. */
.menu-hero-food {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 34px;
    background:
        radial-gradient(circle at 48% 42%, rgba(255, 142, 54, .23), transparent 58%),
        linear-gradient(145deg, rgba(255, 250, 242, .98), rgba(238, 224, 207, .96));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .42);
    transform: rotate(3deg);
}

.menu-hero-food::before {
    display: none;
}

.menu-hero-food img {
    width: 100%;
    max-height: 390px;
    object-fit: contain;
    border-radius: 22px;
    transform: rotate(-7deg) scale(.96);
    filter: drop-shadow(0 28px 30px rgba(63, 28, 6, .30));
}

/* Match the Crave Flat menu tile to the burger and dog image stages. */
.food-grid article img {
    border-radius: 16px;
    background-color: #fff8ed;
    background-image:
        radial-gradient(circle at 50% 45%, rgba(255, 142, 54, .20), transparent 62%),
        linear-gradient(145deg, #fffaf2, #f1e4d4);
}

@media (max-width: 980px) {
    .menu-hero-food {
        transform: none;
    }
}