/* Taste of Ethiopia — image-first responsive redesign */
:root {
    --toe-ink: #2b160d;
    --toe-cocoa: #432315;
    --toe-rust: #9d341b;
    --toe-berbere: #bc431d;
    --toe-saffron: #f4b324;
    --toe-olive: #596126;
    --toe-cream: #fff9ed;
    --toe-paper: #f6eddd;
    --toe-line: #e8d5b7;
    --toe-soft: #856d5b;
}

* { box-sizing: border-box; }
html { background: var(--toe-paper) !important; }
body {
    min-width: 320px;
    background: var(--toe-paper) !important;
    color: var(--toe-ink) !important;
    font-family: 'Outfit', system-ui, sans-serif !important;
}
body::before, #main-content::before { display: none !important; }
body .text-gray-900, body .text-gray-800, body .text-black { color: var(--toe-ink) !important; }
body .text-gray-700, body .text-gray-600, body .text-gray-500 { color: #765f50 !important; }
body .text-gray-400, body .text-gray-300 { color: #a99582 !important; }
body .bg-white { background-color: var(--toe-cream) !important; }
body .bg-gray-50, body .bg-gray-100 { background-color: var(--toe-paper) !important; }
body .bg-gray-200 { background-color: #ebdfcd !important; }
body .border-gray-50, body .border-gray-100, body .border-gray-200, body .border-gray-300 { border-color: var(--toe-line) !important; }
body .text-z-red-text, body .z-red-text { color: var(--toe-berbere) !important; }
body .z-red-bg, body .bg-\[\#E23744\] { background: var(--toe-berbere) !important; color: white !important; }
body h1, body h2, body h3, body .font-serif, body .brand-font {
    font-family: 'Playfair Display', Georgia, serif !important;
}

/* Header and navigation */
#closed-banner, #sale-banner {
    z-index: 70 !important;
    min-height: 38px;
    padding: 9px 16px !important;
    background: linear-gradient(90deg, #a8331a, #c1491c 48%, #88301b) !important;
    border: 0 !important;
    color: #fff8e8 !important;
    box-shadow: none !important;
    font-size: .74rem !important;
    letter-spacing: .04em !important;
}
body > nav {
    position: sticky !important;
    top: 0;
    z-index: 60 !important;
    padding: 12px clamp(18px, 5vw, 88px) !important;
    background: rgba(255, 250, 240, .94) !important;
    border-bottom: 1px solid rgba(118, 80, 44, .12);
    box-shadow: 0 8px 28px rgba(68, 32, 13, .06) !important;
    backdrop-filter: blur(18px);
}
body > nav > div:first-child { display: none !important; }
body > nav > div:nth-child(2) { max-width: 1360px !important; }
body > nav .h-10, body > nav .h-12 { width: 42px !important; height: 50px !important; }
body > nav .brand-font {
    color: var(--toe-ink) !important;
    font-size: 1.35rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -.045em !important;
    line-height: .88 !important;
}
body > nav .brand-font span:first-child { color: var(--toe-ink) !important; }
body > nav .brand-font span:last-child { color: var(--toe-rust) !important; }
body > nav .brand-font::after {
    content: 'HOME KITCHEN • THUNDER BAY';
    display: block;
    margin-top: 7px;
    color: var(--toe-rust);
    font: 700 .42rem/1 'Outfit', sans-serif;
    letter-spacing: .16em;
}
#royal-nav-links { display: flex !important; gap: clamp(17px, 2.7vw, 42px) !important; margin: 0 auto !important; }
#royal-nav-links a {
    color: #654d3d !important;
    font: 700 .72rem/1 'Outfit', sans-serif !important;
    letter-spacing: .11em !important;
    text-transform: uppercase;
}
#royal-nav-links a:first-child, #royal-nav-links a:hover { color: var(--toe-berbere) !important; }
#royal-nav-links a::after { background: var(--toe-berbere) !important; bottom: -9px !important; }
#auth-links { margin: 0 16px 0 0 !important; font-size: .92rem !important; }
#auth-links button { color: #654d3d !important; }
#auth-links #guest-nav button:last-child { color: var(--toe-rust) !important; font-weight: 700 !important; }
body > nav > div:nth-child(2) > button { color: var(--toe-rust) !important; }
body > nav #cart-count { background: var(--toe-saffron) !important; color: var(--toe-ink) !important; border-color: var(--toe-cream) !important; }
#mobile-menu-toggle { display: none; }
.brand-mobile-nav { display: none; }

/* Replace the old introductory construction with a true page composition */
#legacy-landing { display: none !important; }
#main-content { background: var(--toe-paper); }
#brand-home { overflow: hidden; }
.brand-hero {
    position: relative;
    min-height: clamp(560px, 46vw, 700px);
    isolation: isolate;
    overflow: hidden;
    background: #3a1b0d;
}
.brand-hero-media, .brand-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.brand-hero-media img { object-fit: cover; object-position: center; }
.brand-hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(38, 17, 8, .9) 0%, rgba(49, 23, 10, .7) 28%, rgba(50, 22, 9, .12) 58%, rgba(44, 18, 8, .08) 100%),
        linear-gradient(180deg, rgba(38, 17, 8, .2), transparent 42%, rgba(38, 17, 8, .42));
    pointer-events: none;
}
.brand-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    width: min(49%, 670px);
    margin-left: max(6vw, 28px);
    padding: 88px 0 100px;
    color: #fff9ed;
}
.brand-eyebrow, .brand-kicker, .brand-menu-heading > p {
    margin: 0 0 18px;
    color: var(--toe-saffron);
    font: 700 .68rem/1.2 'Outfit', sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.brand-eyebrow span { margin-right: 8px; }
.brand-hero h1 {
    margin: 0;
    color: #fff9ed;
    font: 600 clamp(3.4rem, 6vw, 6.3rem)/.91 'Playfair Display', Georgia, serif;
    letter-spacing: -.055em;
}
.brand-hero h1 em { color: #f5b82c; font-style: normal; }
.brand-rule { display: flex; align-items: center; gap: 10px; width: 155px; margin: 28px 0 22px; color: var(--toe-saffron); }
.brand-rule span { flex: 1; height: 1px; background: rgba(245, 184, 44, .7); }
.brand-rule b { font-size: .55rem; }
.brand-hero-copy { margin: 0 0 29px; font-size: clamp(1rem, 1.3vw, 1.17rem); line-height: 1.65; color: rgba(255, 249, 237, .92); }
.brand-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.brand-primary, .brand-secondary {
    border: 0;
    border-radius: 15px;
    min-height: 56px;
    padding: 0 27px;
    background: linear-gradient(135deg, #ffc647, #f0a51d) !important;
    color: #321c0d !important;
    box-shadow: 0 10px 24px rgba(15, 4, 0, .25);
    font: 800 .82rem/1 'Outfit', sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}
.brand-primary:hover, .brand-secondary:hover { transform: translateY(-2px); box-shadow: 0 15px 28px rgba(15, 4, 0, .32); }
.brand-primary i, .brand-secondary i { margin-left: 20px; font-size: .92rem; }
.brand-text-button { border: 0; padding: 12px 0; background: none; color: #fff9ed; font: 700 .8rem/1 'Outfit', sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.brand-text-button i { margin-left: 9px; color: var(--toe-saffron); }
.brand-scroll-cue {
    position: absolute;
    z-index: 3;
    bottom: 24px;
    left: 50%;
    width: 76px;
    height: 20px;
    transform: translateX(-50%);
    padding: 7px 0;
    border: 0;
    background: transparent;
}
.brand-scroll-cue span { display: block; width: 100%; height: 5px; border-radius: 99px; background: rgba(255, 249, 237, .75); }

/* Food category lens */
.brand-categories {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(14px, 3vw, 48px);
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 28px 42px;
}
.brand-category { min-width: 0; color: #725a48 !important; text-align: center; font: 700 .82rem/1.2 'Outfit', sans-serif; text-decoration: none; }
.brand-category-image { display: grid; place-items: center; width: clamp(58px, 7.4vw, 92px); height: clamp(58px, 7.4vw, 92px); margin: 0 auto 12px; overflow: hidden; border: 1px solid #e4cba7; border-radius: 50%; background: #fffaf1; box-shadow: 0 5px 15px rgba(79, 35, 13, .06); transition: transform .2s ease, border-color .2s ease; }
.brand-category-image img { width: 100%; height: 100%; object-fit: cover; }
.brand-category:hover .brand-category-image { transform: translateY(-4px); border-color: var(--toe-saffron); }
.brand-category.is-active { color: var(--toe-berbere) !important; }
.brand-category.is-active .brand-category-image { border: 4px solid var(--toe-rust); }

/* Feature card and family section */
.brand-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    align-items: stretch;
    max-width: 1120px;
    margin: 0 auto 45px;
    overflow: hidden;
    border: 1px solid #e5d1ad;
    border-radius: 28px;
    background: #fffaf0;
    box-shadow: 0 12px 26px rgba(96, 52, 24, .09);
}
.brand-featured-media { min-height: 305px; overflow: hidden; }
.brand-featured-media img { width: 100%; height: 100%; object-fit: cover; }
.brand-featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(28px, 4vw, 58px); }
.brand-featured-copy .brand-kicker { margin-bottom: 13px; color: var(--toe-berbere); }
.brand-featured-copy h2 { margin: 0 0 12px; color: var(--toe-ink); font: 600 clamp(2.2rem, 4vw, 3.6rem)/1 'Playfair Display', Georgia, serif; letter-spacing: -.045em; }
.brand-featured-copy > p:not(.brand-kicker) { max-width: 300px; margin: 0 0 22px; color: #755f50; font-size: 1rem; line-height: 1.65; }
.brand-product-actions { display: flex; align-items: center; width: 100%; gap: 20px; }
.brand-product-actions strong { color: var(--toe-berbere); font: 700 1.4rem/1 'Outfit', sans-serif; }
.brand-product-actions button { display: grid; place-items: center; width: 49px; height: 49px; margin-left: auto; border: 0; border-radius: 16px; background: var(--toe-olive); color: white; font-size: 1.05rem; transition: transform .2s ease; }
.brand-product-actions button:hover { transform: scale(1.06); }
.brand-story { position: relative; isolation: isolate; max-width: 1240px; min-height: 330px; margin: 0 auto 34px; overflow: hidden; border-radius: 28px; background: #4a220f; }
.brand-story > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.brand-story::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(55, 22, 9, .97) 0%, rgba(67, 29, 13, .88) 34%, rgba(67, 29, 13, .25) 68%, rgba(67, 29, 13, .05)); }
.brand-story-copy { width: min(49%, 525px); padding: 62px clamp(32px, 6vw, 80px); color: #fffaf0; }
.brand-story-copy .brand-kicker { margin-bottom: 15px; color: #f3c64f; }
.brand-story-copy h2 { margin: 0 0 16px; font: 600 clamp(2.25rem, 4vw, 4rem)/.99 'Playfair Display', Georgia, serif; letter-spacing: -.04em; }
.brand-story-copy > p:not(.brand-kicker) { margin: 0 0 24px; max-width: 330px; color: #fff4e4; line-height: 1.65; }
.brand-secondary { min-height: 48px; border-radius: 12px; padding: 0 19px; font-size: .7rem; }

/* Review / location assurance */
.brand-info { display: grid; grid-template-columns: .7fr 1.3fr 1.15fr; gap: 0; max-width: 1240px; margin: 0 auto 66px; overflow: hidden; border: 1px solid #e4cfad; border-radius: 24px; background: #fffaf0; box-shadow: 0 8px 20px rgba(96, 52, 24, .06); }
.brand-info > * { min-height: 143px; padding: 29px clamp(20px, 3vw, 45px); }
.brand-info > * + * { border-left: 1px solid #e9d7bb; }
.brand-rating { display: flex; flex-direction: column; justify-content: center; }
.brand-rating strong { color: var(--toe-ink); font: 600 3rem/.8 'Playfair Display', Georgia, serif; }
.brand-rating span { margin: 12px 0 6px; color: var(--toe-saffron); letter-spacing: .13em; font-size: .78rem; }
.brand-rating small { color: #806857; font-size: .72rem; }
.brand-info blockquote { display: flex; flex-direction: column; justify-content: center; margin: 0; color: #503528; font: 500 1rem/1.55 'Outfit', sans-serif; }
.brand-info cite { display: block; margin-top: 10px; color: #9a5a3a; font-size: .78rem; font-style: normal; }
.brand-hours { display: flex; align-items: center; gap: 16px; }
.brand-hours > i { color: var(--toe-berbere); font-size: 1.55rem; }
.brand-hours p { margin: 0; color: #6f5646; font-size: .82rem; line-height: 1.75; }
.brand-hours strong { color: var(--toe-ink); }
.brand-hours em { color: var(--toe-olive); font-style: normal; font-weight: 700; }

/* The working online menu keeps its existing cart and checkout behavior */
#cat-bar { display: none !important; }
.brand-menu-heading { max-width: 1120px; margin: 0 auto; padding: 28px 28px 4px; }
.brand-menu-heading > p { margin-bottom: 9px; color: var(--toe-rust); }
.brand-menu-heading h2 { margin: 0; color: var(--toe-ink); font: 600 clamp(2.4rem, 4vw, 4rem)/.99 'Playfair Display', Georgia, serif; letter-spacing: -.05em; }
.brand-menu-heading > span { display: block; margin-top: 16px; color: #826858; font-size: .95rem; }
#menu-catalog { max-width: 1200px !important; padding-top: 36px !important; }
#menu-catalog aside { border-color: #e5d1ad !important; }
#menu-catalog input { border-color: #e6d2ae !important; border-radius: 14px !important; background: #fffaf1 !important; color: var(--toe-ink) !important; }
#menu-catalog aside li { font-size: .9rem; }
#menu-catalog .menu-item { display: grid !important; grid-template-columns: minmax(155px, 210px) 1fr auto; gap: 23px !important; align-items: center; min-height: 185px; margin-bottom: 18px !important; padding: 15px !important; border: 1px solid #e9d8bd !important; border-radius: 23px !important; background: #fffaf1; box-shadow: 0 7px 16px rgba(96, 52, 24, .045); }
#menu-catalog .menu-item > div:first-child { width: 100% !important; height: 150px !important; }
#menu-catalog .menu-item > div:first-child img { border-radius: 16px !important; box-shadow: none !important; }
#menu-catalog .menu-item h3 { color: var(--toe-ink) !important; font-family: 'Playfair Display', Georgia, serif !important; }
#menu-catalog .menu-item p { color: #826858 !important; }
#menu-catalog .menu-item > div.absolute { position: static !important; align-self: center; }
#menu-catalog .menu-item button { min-height: 43px !important; border-radius: 12px !important; background: #fff5e2 !important; border-color: #dfbe7d !important; color: var(--toe-rust) !important; }
#menu-catalog .menu-item button:hover { background: #f5c35b !important; color: var(--toe-ink) !important; }
#menu-catalog #meat > h2, #menu-catalog #veg > h2, #menu-catalog #drinks > h2 { color: var(--toe-ink) !important; font-family: 'Playfair Display', Georgia, serif !important; font-size: 2rem !important; }
#reviews-section { max-width: 1120px; margin: 0 auto 70px; padding: 42px 28px !important; border-radius: 26px; background: #fff9ee; }
#reviews-section h2 { color: var(--toe-ink) !important; font-family: 'Playfair Display', Georgia, serif !important; }

/* Footer, cart, and modals all remain functional and adopt the same material system */
footer { margin-top: 0 !important; background: #4b5125 !important; color: #fff7e6 !important; }
footer .text-gray-800, footer .text-gray-700, footer .text-gray-600, footer .text-gray-500 { color: #fff7e6 !important; }
footer .text-gray-400 { color: #ded8ba !important; }
footer .border-gray-200, footer .border-gray-100 { border-color: rgba(255, 247, 230, .22) !important; }
#cart-overlay { background: #fffaf1 !important; color: var(--toe-ink) !important; }
#cart-overlay .bg-white { background: #fffaf1 !important; }
#checkout-modal .bg-white, .modal .bg-white { background: #fffaf1 !important; }
.modal { background: rgba(49, 22, 10, .55) !important; }
.modal input, .modal textarea, .modal select { border-color: #e7d4b6 !important; background: white !important; color: var(--toe-ink) !important; }
#sticky-cart-bar { background: #fffaf1 !important; border: 1px solid #e5cc9a !important; box-shadow: 0 14px 30px rgba(76, 37, 15, .22) !important; }
#sticky-cart-bar, #sticky-cart-bar span, #sticky-cart-bar div { color: var(--toe-ink) !important; }
#sticky-cart-bar #sticky-count { background: var(--toe-saffron) !important; color: var(--toe-ink) !important; }
#sticky-cart-bar .cart-bar-pill { background: var(--toe-berbere) !important; }
#sticky-cart-bar .cart-bar-pill, #sticky-cart-bar .cart-bar-pill i { color: #fff8e8 !important; }

/* Checkout: a small food story makes the final step feel part of the brand. */
#checkout-modal > .bg-white {
    width: min(calc(100vw - 32px), 800px) !important;
    max-width: 800px !important;
    border: 1px solid rgba(217, 166, 83, .42);
    box-shadow: 0 30px 85px rgba(35, 14, 5, .42) !important;
}
#checkout-modal .checkout-hero-header {
    display: flex;
    align-items: center;
    min-height: 126px;
    padding: 22px 72px 22px 30px;
    border-bottom: 1px solid #e8cfaa;
    background: #402313;
    isolation: isolate;
}
#checkout-modal .checkout-header-art {
    position: absolute;
    z-index: -1;
    inset: 0 0 0 45%;
    overflow: hidden;
}
#checkout-modal .checkout-header-art::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, #402313 0%, rgba(64, 35, 19, .86) 16%, rgba(64, 35, 19, .16) 78%, rgba(64, 35, 19, .36));
}
#checkout-modal .checkout-header-art img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 58%; filter: saturate(.88) contrast(1.04); }
#checkout-modal .checkout-header-copy p {
    margin: 0 0 7px;
    color: #e7be64 !important;
    font: 700 .66rem/1 'Outfit', sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
}
#checkout-modal .checkout-header-copy p i { margin-right: 6px; }
#checkout-modal .checkout-header-copy h2 {
    margin: 0;
    color: #fff8e9 !important;
    font: 500 clamp(1.8rem, 4vw, 2.35rem)/1 'Playfair Display', Georgia, serif !important;
}
#checkout-modal .checkout-header-copy span { display: block; margin-top: 7px; color: #f3dfba; font-size: .76rem; }
#checkout-modal .checkout-close {
    position: absolute;
    top: 17px;
    right: 18px;
    z-index: 2;
    width: 37px;
    height: 37px;
    color: #fff5dd !important;
    background: rgba(70, 35, 16, .35);
    border: 1px solid rgba(255, 241, 208, .42);
}
#checkout-modal .checkout-close:hover { color: #402313 !important; background: #fff4df !important; }
#checkout-modal .checkout-content {
    padding: 28px 34px !important;
    background: linear-gradient(135deg, #fffdf7, #fff7e9 56%, #fffaf0);
}
#checkout-modal .checkout-form-intro {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 19px;
}
#checkout-modal .checkout-form-intro > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff8e9;
    background: var(--toe-rust);
    font: 800 .7rem/1 'Outfit', sans-serif;
}
#checkout-modal .checkout-form-intro strong { display: block; color: var(--toe-ink); font: 700 1.02rem/1.1 'Playfair Display', Georgia, serif; }
#checkout-modal .checkout-form-intro p { margin: 3px 0 0; color: #8b6b54; font-size: .72rem; }
#checkout-modal .checkout-form-stack { margin-bottom: 21px !important; }
#checkout-modal label { color: #705444 !important; font: 800 .69rem/1 'Outfit', sans-serif !important; letter-spacing: .045em; }
#checkout-modal input { min-height: 51px; border-radius: 12px !important; }
#checkout-modal input:focus { border-color: #bd681f !important; box-shadow: 0 0 0 3px rgba(207, 144, 48, .16); }
#checkout-modal .checkout-form-stack > .relative > .bg-gray-50 {
    padding: 14px !important;
    border-color: #e4cb9d !important;
    background: #fbf0da !important;
}
#checkout-modal #schedule-day-picker { margin-bottom: 12px !important; padding: 3px !important; border: 1px solid #ebd7b8; background: rgba(255, 255, 255, .56) !important; }
#checkout-modal #schedule-day-picker button { min-height: 35px; color: #75584a !important; font-family: 'Outfit', sans-serif; }
#checkout-modal #schedule-day-picker button.bg-white { color: var(--toe-ink) !important; background: #fffaf0 !important; box-shadow: 0 3px 8px rgba(74, 37, 12, .12); }
#checkout-modal #schedule-time-picker { padding: 2px 0 5px !important; }
#checkout-modal #schedule-time-picker button { border-color: #e4cc9f !important; color: #75584a !important; background: #fffaf1 !important; }
#checkout-modal #schedule-time-picker button.bg-red-600 { color: #2f190d !important; background: linear-gradient(135deg, #f4cf75, #c99b3b) !important; border-color: #c99b3b !important; box-shadow: 0 5px 12px rgba(109, 64, 15, .16); }
#checkout-modal .checkout-summary-card {
    position: relative;
    overflow: hidden;
    border-color: #e7ce9f !important;
    background: #fff7e8 !important;
    box-shadow: 0 8px 22px rgba(88, 46, 15, .05);
}
#checkout-modal .checkout-summary-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    content: '';
    background: linear-gradient(#e4bc5a, #a63b1e);
}
#checkout-modal .checkout-summary-card h3 { padding-left: 5px; color: var(--toe-ink) !important; font-family: 'Playfair Display', Georgia, serif; }
#checkout-modal .checkout-summary-card .text-z-red-text { color: #9f321d !important; }
#checkout-modal .checkout-payment-method { border-color: #dec797 !important; background: #fbf0da !important; }
#checkout-modal .checkout-payment-method h3 { color: var(--toe-ink); font-family: 'Playfair Display', Georgia, serif; }
#checkout-modal .checkout-payment-method > .bg-gray-50 { border-color: #e4cb9d !important; background: rgba(255, 255, 255, .62) !important; }
#checkout-modal .checkout-pay-bar {
    position: static !important;
    margin: 0 -34px -28px !important;
    padding: 14px 34px 18px !important;
    border-color: #e8d0aa !important;
    background: rgba(255, 250, 240, .96) !important;
    box-shadow: 0 -8px 20px rgba(107, 62, 22, .06);
}
#checkout-modal #submit-payment-btn {
    min-height: 57px;
    color: #321909 !important;
    background: linear-gradient(135deg, #f7d572, #cf9e3d) !important;
    box-shadow: 0 10px 18px rgba(161, 103, 15, .2) !important;
}
#checkout-modal #submit-payment-btn:hover { background: linear-gradient(135deg, #ffd977, #e6b24c) !important; }

@media (max-width: 900px) {
    #royal-nav-links { gap: 16px !important; }
    #royal-nav-links a { font-size: .63rem !important; }
    .brand-hero-content { width: min(53%, 600px); }
    .brand-info, .brand-featured { margin-left: 20px; margin-right: 20px; }
    .brand-story { margin-left: 20px; margin-right: 20px; }
}

@media (max-width: 767px) {
    #closed-banner, #sale-banner { min-height: 44px; font-size: .64rem !important; line-height: 1.35; }
    body > nav { padding: 10px 18px !important; }
    body > nav .h-10, body > nav .h-12 { width: 31px !important; height: 39px !important; }
    body > nav .brand-font { font-size: 1.08rem !important; }
    body > nav .brand-font::after { display: none; }
    #royal-nav-links, #auth-links { display: none !important; }
    #mobile-menu-toggle { display: inline-grid; place-items: center; }
    #mobile-auth-btn { display: none; }
    .brand-mobile-nav { position: fixed; z-index: 59; inset: auto 12px auto 12px; top: 72px; padding: 12px; border: 1px solid #ead3ac; border-radius: 20px; background: rgba(255, 250, 240, .98); box-shadow: 0 18px 32px rgba(76, 37, 15, .18); transform: translateY(-18px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
    .brand-mobile-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .brand-mobile-nav a, .brand-mobile-nav button { display: block; width: 100%; padding: 13px 14px; border: 0; border-radius: 11px; background: transparent; color: var(--toe-ink); text-align: left; font: 700 .8rem/1 'Outfit', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
    .brand-mobile-nav a:hover, .brand-mobile-nav button:hover { background: #fff0d2; }
    .brand-hero { min-height: 540px; min-height: min(78svh, 585px); }
    .brand-hero-media img { object-position: center top; }
    .brand-hero::after { background: linear-gradient(180deg, rgba(50, 21, 8, .22) 0%, rgba(50, 21, 8, .14) 31%, rgba(50, 21, 8, .75) 67%, #432315 91%, #fff5e4 100%); }
    .brand-hero-content { justify-content: flex-end; width: auto; min-height: 0; margin: 0; padding: 40px 24px 60px; }
    .brand-eyebrow { font-size: .6rem; }
    .brand-hero h1 { max-width: 360px; font-size: clamp(2.9rem, 12.5vw, 3.9rem); }
    .brand-rule { margin: 18px 0; }
    .brand-hero-copy { margin-bottom: 23px; font-size: 1rem; }
    .brand-actions { gap: 14px; }
    .brand-primary { min-height: 54px; padding: 0 22px; font-size: .79rem; }
    .brand-text-button { font-size: .67rem; }
    .brand-scroll-cue { bottom: 16px; }
    .brand-categories { display: flex; gap: 18px; overflow-x: auto; padding: 14px 16px 18px; scrollbar-width: none; }
    .brand-categories::-webkit-scrollbar { display: none; }
    .brand-category { flex: 0 0 69px; font-size: .69rem; }
    .brand-category-image { width: 58px; height: 58px; margin-bottom: 8px; }
    .brand-featured { grid-template-columns: 1.05fr .95fr; min-height: 230px; margin: 0 16px 32px; border-radius: 20px; }
    .brand-featured-media { min-height: 230px; }
    .brand-featured-copy { padding: 22px 17px; }
    .brand-featured-copy .brand-kicker { margin-bottom: 8px; font-size: .58rem; letter-spacing: .06em; text-transform: none; }
    .brand-featured-copy h2 { margin-bottom: 8px; font-size: 2rem; }
    .brand-featured-copy > p:not(.brand-kicker) { margin-bottom: 13px; font-size: .76rem; line-height: 1.45; }
    .brand-product-actions { gap: 8px; }
    .brand-product-actions strong { font-size: 1rem; }
    .brand-product-actions button { width: 40px; height: 40px; border-radius: 13px; }
    .brand-story { min-height: 235px; margin: 0 16px 22px; border-radius: 20px; }
    .brand-story > img { object-position: 68% center; }
    .brand-story::after { background: linear-gradient(90deg, rgba(61, 26, 11, .97), rgba(61, 26, 11, .78) 48%, rgba(61, 26, 11, .12)); }
    .brand-story-copy { width: 76%; padding: 22px 20px; }
    .brand-story-copy .brand-kicker { margin-bottom: 11px; font-size: .59rem; letter-spacing: .05em; text-transform: none; }
    .brand-story-copy h2 { font-size: 1.8rem; }
    .brand-story-copy > p:not(.brand-kicker) { font-size: .88rem; }
    .brand-story-copy .brand-secondary { display: none; }
    .brand-info { grid-template-columns: .75fr 1.3fr; margin: 0 16px 42px; border-radius: 19px; }
    .brand-info > * { min-height: auto; padding: 20px 16px; }
    .brand-info > * + * { border-left: 1px solid #e9d7bb; }
    .brand-hours { grid-column: 1 / -1; border-top: 1px solid #e9d7bb; border-left: 0 !important; }
    .brand-rating strong { font-size: 2.35rem; }
    .brand-info blockquote { font-size: .86rem; }
    .brand-menu-heading { padding: 20px 20px 2px; }
    .brand-menu-heading h2 { font-size: 2.55rem; }
    .brand-menu-heading > span { font-size: .85rem; }
    #menu-catalog { display: block !important; padding: 23px 16px 45px !important; }
    #menu-catalog aside { display: none !important; }
    #menu-catalog .menu-item { grid-template-columns: 112px 1fr; gap: 14px !important; min-height: 0; margin-bottom: 13px !important; padding: 10px !important; }
    #menu-catalog .menu-item > div:first-child { height: 115px !important; }
    #menu-catalog .menu-item > div.absolute { grid-column: 2; }
    #menu-catalog .menu-item h3 { font-size: 1.2rem !important; }
    #menu-catalog .menu-item p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: .74rem !important; }
    #menu-catalog .menu-item button { min-height: 37px !important; padding: 0 13px !important; font-size: .68rem !important; }
    #reviews-section { margin: 0 16px 42px; padding: 25px 18px !important; }
    footer { padding-bottom: 94px !important; }
    #checkout-modal { padding: 12px !important; }
    #checkout-modal > .bg-white { width: 100% !important; max-width: 650px !important; }
    #checkout-modal .checkout-hero-header { min-height: 112px; padding: 18px 58px 18px 20px; }
    #checkout-modal .checkout-header-art { left: 43%; }
    #checkout-modal .checkout-header-copy h2 { font-size: 1.76rem !important; }
    #checkout-modal .checkout-header-copy span { font-size: .68rem; }
    #checkout-modal .checkout-content { padding: 21px 18px !important; }
    #checkout-modal .checkout-form-intro { margin-bottom: 17px; }
    #checkout-modal .checkout-form-intro p { max-width: 235px; }
    #checkout-modal .checkout-pay-bar { margin: 0 -18px -21px !important; padding: 13px 18px 16px !important; }
}

/* storytelling sits below the menu now */
.brand-featured { margin-top: 10px; }
#reviews-section { scroll-margin-top: 90px; }
