/* Guest menu compositions. Each theme owns its layout; service actions keep shared behavior. */

.guest-page .guest-experience {
    width: min(1460px, calc(100% - 32px));
    margin: 0 auto;
    padding: 12px 0 36px;
    color: var(--menu-ink);
    font-family: var(--brand-font);
}

.guest-utility-shell {
    position: relative;
    z-index: 20;
    margin-bottom: 14px;
    border: 1px solid color-mix(in srgb, var(--menu-ink) 12%, transparent);
    background: color-mix(in srgb, var(--brand-surface) 92%, transparent);
    box-shadow: 0 12px 34px color-mix(in srgb, var(--menu-ink) 8%, transparent);
    backdrop-filter: blur(18px);
}

.guest-utility {
    display: flex;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--menu-ink) 10%, transparent);
}

.guest-restaurant-identity {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.guest-restaurant-mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--menu-ink) 14%, transparent);
    background: var(--brand-primary);
    color: var(--brand-surface);
    font-size: 13px;
    font-weight: 900;
}

.guest-restaurant-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.guest-restaurant-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.guest-restaurant-copy strong {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guest-restaurant-copy small {
    color: var(--menu-muted);
    font-size: 12px;
}

.guest-utility-tools,
.guest-accessibility {
    display: flex;
    align-items: center;
    gap: 6px;
}

.guest-utility-tools button,
.guest-accessibility button,
.guest-locale-select select {
    min-width: 36px;
    min-height: 36px;
    border: 1px solid color-mix(in srgb, var(--menu-ink) 13%, transparent);
    border-radius: 4px;
    background: transparent;
    color: inherit;
    font: inherit;
}

.guest-utility-tools button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    cursor: pointer;
}

.guest-utility-tools svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.guest-locale-select {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.guest-locale-select > span {
    color: var(--menu-muted);
    font-size: 11px;
}

.guest-locale-select select {
    padding: 0 8px;
}

.guest-service-bar {
    display: grid;
    grid-template-columns: minmax(210px, .72fr) minmax(420px, 1.28fr);
    align-items: stretch;
    gap: 8px;
    padding: 8px;
}

.guest-visit-summary {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 6px 8px;
    background: color-mix(in srgb, var(--brand-bg) 72%, var(--brand-surface));
}

.guest-visit-summary .waiter-face {
    width: 38px;
    height: 38px;
}

.guest-visit-summary > span:nth-child(2) {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.guest-visit-summary small {
    color: var(--menu-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.guest-visit-summary strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guest-visit-summary > button {
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid color-mix(in srgb, var(--menu-ink) 14%, transparent);
    border-radius: 4px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.guest-service-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
}

.guest-service-actions > button {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid color-mix(in srgb, var(--menu-ink) 12%, transparent);
    border-radius: 4px;
    background: color-mix(in srgb, var(--brand-bg) 65%, var(--brand-surface));
    color: inherit;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease;
}

.guest-service-actions > button:hover {
    background: color-mix(in srgb, var(--brand-primary) 12%, var(--brand-surface));
    transform: translateY(-1px);
}

.guest-service-actions svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.guest-service-actions b {
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand-accent);
    color: #fff;
    font-size: 10px;
}

.guest-experience .guest-campaign-rail {
    margin: 0 0 14px;
}

.theme-menu {
    min-width: 0;
    overflow: hidden;
}

.theme-menu *,
.theme-menu *::before,
.theme-menu *::after {
    box-sizing: border-box;
}

.theme-menu h1,
.theme-menu h2,
.theme-menu h3,
.theme-menu p,
.theme-menu figure {
    margin: 0;
}

.theme-menu img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.theme-menu .menu-grid {
    display: block;
    min-width: 0;
}

.theme-menu .menu-grid.is-filtering [data-dish-card]:not([hidden]) {
    animation: themeDishIn 260ms ease both;
}

@keyframes themeDishIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.theme-menu [data-dish-card][hidden],
.theme-menu [data-category-section][hidden] {
    display: none !important;
}

.theme-menu .category-rail {
    position: static;
    z-index: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
}

.theme-menu .category-tab {
    min-height: 40px;
    border-radius: 0;
    box-shadow: none;
    white-space: normal;
}

.theme-add-button {
    display: inline-flex;
    width: 42px;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 10px;
    border: 0;
    border-radius: 4px;
    background: var(--brand-primary);
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.theme-add-button:has(span) {
    width: auto;
}

.theme-add-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
}

.theme-add-button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.theme-dish-info {
    display: inline-grid;
    width: 42px;
    min-width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.theme-dish-info svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.theme-dish-info:hover,
.theme-dish-info:focus-visible {
    background: color-mix(in srgb, currentColor 10%, transparent);
}

.theme-book-controls {
    margin: 18px auto 0;
}

/* 01 — Modern: Swiss catalogue */
.theme-modern {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    border-top: 8px solid #111914;
    background: #f7f6f1;
}

.modern-masthead {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 30px;
    padding: 38px clamp(20px, 4vw, 60px) 34px;
    border-bottom: 1px solid #1d241f;
}

.modern-masthead span,
.modern-feature-copy > span,
.modern-menu-row small {
    color: #4f5d54;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.modern-masthead h1 {
    max-width: 760px;
    margin-top: 8px;
    color: #111914;
    font-family: Arial, sans-serif;
    font-size: 76px;
    font-weight: 900;
    line-height: .88;
}

.modern-masthead p {
    max-width: 450px;
    color: #465048;
    font-size: 16px;
    line-height: 1.55;
}

.modern-category-index {
    position: relative;
    z-index: 2;
    display: grid;
    align-self: start;
    padding: 20px 12px 20px 20px !important;
    border-right: 1px solid #1d241f;
}

.modern-category-index .category-tab {
    display: grid;
    width: 100%;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 8px;
    padding: 11px 5px;
    border: 0;
    border-bottom: 1px solid #c8ccc6;
    background: transparent;
    color: #59635c;
    text-align: left;
}

.modern-category-index .category-tab b {
    font-family: Consolas, monospace;
    font-size: 10px;
}

.modern-category-index .category-tab.is-active {
    background: #173f30;
    color: #fff;
}

.modern-catalogue {
    padding: clamp(18px, 3vw, 42px);
}

.modern-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    min-height: 480px;
    background: #fff;
}

.modern-feature > img {
    height: 100%;
    min-height: 420px;
}

.modern-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(24px, 4vw, 54px);
    border: 1px solid #d5d7d1;
    border-left: 0;
}

.modern-feature-copy h2 {
    margin-top: 12px;
    color: #111914;
    font-size: 52px;
    line-height: .98;
}

.modern-feature-copy p {
    margin-top: 16px;
    color: #5e675f;
    line-height: 1.55;
}

.modern-feature-copy footer,
.modern-menu-row {
    display: flex;
    align-items: center;
}

.modern-feature-copy footer {
    justify-content: space-between;
    gap: 14px;
    margin-top: 30px;
}

.modern-feature-copy footer > strong {
    color: #111914;
    font-size: 25px;
}

.modern-add {
    background: #ff6849;
    color: #111914;
}

.modern-menu-list {
    margin-top: 18px;
    border-top: 1px solid #1d241f;
}

.modern-menu-row {
    display: grid;
    grid-template-columns: 34px 90px minmax(0, 1fr) auto 42px;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #c9cec8;
}

.modern-menu-row > img {
    width: 90px;
    height: 70px;
}

.modern-row-number {
    align-self: start;
    padding-top: 4px;
    color: #7b847d;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.modern-menu-row h2 {
    margin: 3px 0 4px;
    color: #111914;
    font-size: 19px;
}

.modern-menu-row p {
    color: #687069;
    font-size: 12px;
    line-height: 1.4;
}

.modern-menu-row > strong {
    color: #111914;
    font-size: 17px;
}

/* 02 — Gastropub: chapters and bar tickets */
.theme-bistro {
    padding: 12px;
    background: #351d25;
    color: #f8f0e5;
}

.bistro-marquee {
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: clamp(28px, 5vw, 70px);
    background: linear-gradient(90deg, rgba(31, 12, 18, .94), rgba(31, 12, 18, .38)), var(--theme-cover, linear-gradient(135deg, #6f382f, #27151d));
    background-position: center;
    background-size: cover;
}

.bistro-marquee > span {
    color: #f0a05e;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.bistro-marquee h1 {
    max-width: 900px;
    margin-top: 8px;
    font-family: Georgia, serif;
    font-size: 88px;
    font-style: italic;
    line-height: .9;
}

.bistro-marquee p {
    max-width: 520px;
    margin-top: 18px;
    color: #e8d9ca;
    font-size: 16px;
    line-height: 1.5;
}

.bistro-chapters {
    display: flex;
    overflow-x: auto;
    border-top: 1px solid #8e615d;
    border-bottom: 1px solid #8e615d;
}

.bistro-chapters .category-tab {
    flex: 1 0 auto;
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-right: 1px solid #8e615d;
    background: transparent;
    color: #d9c5b8;
    font-family: Georgia, serif;
}

.bistro-chapters .category-tab.is-active {
    background: #ed7548;
    color: #251116;
}

.bistro-board {
    display: grid !important;
    grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
    gap: 12px;
    padding: 12px 0 0;
}

.bistro-special {
    position: relative;
    display: grid;
    grid-template-rows: minmax(280px, 1fr) auto auto;
    min-height: 640px;
    border: 1px solid #8e615d;
    background: #f2e6d8;
    color: #2c171c;
}

.bistro-special > img {
    height: 100%;
    min-height: 280px;
}

.bistro-special > div:not(.bistro-special-stamp) {
    padding: 24px 26px 8px;
}

.bistro-special-stamp {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 50%;
    background: #ed7548;
    color: #2b161b;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.bistro-special small,
.bistro-ticket span {
    color: #9b4b36;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.bistro-special h2 {
    margin-top: 6px;
    font-family: Georgia, serif;
    font-size: 44px;
    line-height: 1;
}

.bistro-special p,
.bistro-ticket p {
    margin-top: 8px;
    color: #665154;
    line-height: 1.45;
}

.bistro-special footer,
.bistro-ticket footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bistro-special footer {
    padding: 16px 26px 24px;
}

.bistro-special footer strong {
    font-size: 24px;
}

.bistro-add {
    background: #ed7548;
    color: #2b161b;
}

.bistro-ticket-list {
    display: grid;
    gap: 10px;
}

.bistro-ticket {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) auto;
    align-items: stretch;
    min-height: 145px;
    border: 1px solid #795653;
    background: #4a2832;
}

.bistro-ticket > img {
    height: 100%;
}

.bistro-ticket > div {
    padding: 18px;
}

.bistro-ticket h2 {
    margin-top: 5px;
    color: #fff7eb;
    font-family: Georgia, serif;
    font-size: 22px;
}

.bistro-ticket p {
    color: #cdbbb0;
    font-size: 12px;
}

.bistro-ticket footer {
    min-width: 120px;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    border-left: 1px dashed #8e615d;
}

/* 03 — Classic: a la carte */
.theme-classic {
    padding: clamp(32px, 6vw, 80px) clamp(18px, 7vw, 120px);
    border: 1px solid #bbc6cc;
    background: #fbfaf6;
    color: #173246;
    font-family: Georgia, serif;
}

.classic-title-page {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.classic-monogram {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    place-items: center;
    border: 1px solid #173246;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
}

.classic-title-page small {
    color: #a43e38;
    font-size: 11px;
    text-transform: uppercase;
}

.classic-title-page h1 {
    margin-top: 8px;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.classic-title-page p {
    margin-top: 18px;
    color: #687985;
    font-size: 14px;
    line-height: 1.7;
}

.classic-course-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 42px !important;
    border-top: 1px solid #c7d0d4;
    border-bottom: 1px solid #c7d0d4;
}

.classic-course-nav .category-tab {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #61727d;
    font-family: Georgia, serif;
}

.classic-course-nav .category-tab.is-active {
    border-bottom-color: #a43e38;
    color: #173246;
}

.classic-courses {
    max-width: 980px;
    margin: 48px auto 0;
}

.classic-course + .classic-course {
    margin-top: 48px;
}

.classic-course > header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}

.classic-course > header span {
    height: 1px;
    background: #c7d0d4;
}

.classic-course > header h2 {
    font-size: 24px;
    font-weight: 400;
}

.classic-dish-line {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(30px, 1fr) auto 42px;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
}

.classic-dish-line h3 {
    color: #173246;
    font-size: 18px;
    font-weight: 400;
}

.classic-dish-line p {
    margin-top: 4px;
    color: #75838b;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.classic-dish-line > i {
    align-self: end;
    margin-bottom: 8px;
    border-bottom: 1px dotted #9aa6ac;
}

.classic-add {
    border: 1px solid #173246;
    background: transparent;
    color: #173246;
}

/* 04 — Botanical: seasonal mosaic */
.theme-garden {
    padding: clamp(26px, 5vw, 64px);
    background: #e9f0e8;
    color: #173f2d;
}

.garden-intro {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid #9eb0a0;
}

.garden-intro span,
.garden-dish small {
    color: #bf5439;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.garden-intro h1 {
    margin-top: 6px;
    font-family: Georgia, serif;
    font-size: 78px;
    font-weight: 400;
    line-height: .9;
}

.garden-intro p {
    max-width: 500px;
    color: #617565;
    font-size: 16px;
    line-height: 1.6;
}

.garden-intro > i {
    position: absolute;
    top: 0;
    right: 0;
    color: #bf5439;
    font-size: 28px;
    font-style: normal;
}

.garden-categories {
    display: flex;
    gap: 8px;
    margin: 20px 0 !important;
    overflow-x: auto;
}

.garden-categories .category-tab {
    border: 1px solid #9eb0a0;
    background: transparent;
    color: #496650;
}

.garden-categories .category-tab.is-active {
    background: #245a41;
    color: #fff;
}

.garden-mosaic {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
}

.garden-dish {
    grid-column: span 4;
    overflow: hidden;
    background: #fff;
}

.garden-dish.is-featured {
    display: grid;
    grid-column: span 8;
    grid-row: span 2;
    grid-template-columns: 1.25fr .75fr;
}

.garden-dish figure {
    position: relative;
    min-height: 230px;
}

.garden-dish figure img {
    height: 100%;
}

.garden-dish figure span {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 7px 9px;
    background: #e9f0e8;
    color: #245a41;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.garden-dish > div {
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.garden-dish h2 {
    margin-top: 5px;
    color: #173f2d;
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.05;
}

.garden-dish p {
    margin-top: 8px;
    color: #66766a;
    font-size: 12px;
    line-height: 1.5;
}

.garden-dish footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.garden-add {
    background: #bf5439;
}

@media (max-width: 900px) {
    .guest-service-bar {
        grid-template-columns: 1fr;
    }

    .theme-modern {
        grid-template-columns: 1fr;
    }

    .modern-category-index {
        display: flex;
        grid-column: 1;
        gap: 6px;
        overflow-x: auto;
        padding: 10px !important;
        border-right: 0;
        border-bottom: 1px solid #1d241f;
    }

    .modern-category-index .category-tab {
        width: auto;
        min-width: max-content;
        border: 1px solid #c8ccc6;
        padding: 8px 11px;
    }

    .modern-feature,
    .bistro-board,
    .garden-intro {
        grid-template-columns: 1fr;
    }

    .modern-feature-copy {
        border-left: 1px solid #d5d7d1;
        border-top: 0;
    }

    .bistro-special {
        min-height: 0;
    }

    .garden-dish,
    .garden-dish.is-featured {
        grid-column: span 6;
    }

    .garden-dish.is-featured {
        display: block;
    }
}

@media (max-width: 640px) {
    .guest-page .guest-experience {
        width: 100%;
        padding-top: 0;
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .guest-utility-shell {
        margin-bottom: 6px;
        border-right: 0;
        border-left: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .guest-utility {
        min-height: 54px;
        padding: 7px 10px;
    }

    .guest-restaurant-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .guest-restaurant-copy strong {
        max-width: 155px;
    }

    .guest-locale-select > span,
    .guide-launcher-inline span,
    .guest-accessibility {
        display: none;
    }

    .guest-service-bar {
        padding: 5px 8px 7px;
    }

    .guest-visit-summary {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        min-height: 44px;
        padding: 4px 6px;
    }

    .guest-visit-summary .waiter-face {
        width: 34px;
        height: 34px;
    }

    .guest-service-actions {
        position: fixed;
        z-index: 70;
        right: 0;
        bottom: 0;
        left: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        padding-bottom: env(safe-area-inset-bottom);
        border-top: 1px solid color-mix(in srgb, var(--menu-ink) 20%, transparent);
        background: color-mix(in srgb, var(--brand-surface) 96%, transparent);
        box-shadow: 0 -10px 28px color-mix(in srgb, var(--menu-ink) 12%, transparent);
        backdrop-filter: blur(16px);
    }

    .guest-service-actions > button {
        min-height: 64px;
        flex-direction: column;
        gap: 3px;
        padding: 5px 2px;
        border: 0;
        border-right: 1px solid color-mix(in srgb, var(--menu-ink) 12%, transparent);
        font-size: 9px;
    }

    .guest-service-actions > button:last-child {
        border-right: 0;
    }

    .guest-service-actions b {
        position: absolute;
        top: 3px;
        right: 3px;
    }

    .guest-shell[data-theme-layout] .floating-order-button {
        z-index: 74;
        right: 12px;
        bottom: calc(76px + env(safe-area-inset-bottom));
    }

    .guest-experience .guest-campaign-rail {
        grid-auto-columns: calc(100% - 24px);
        gap: 6px;
        margin: 0 0 6px;
        padding: 0 8px;
    }

    .guest-experience .guest-campaign-rail article {
        min-height: 58px;
        padding: 9px 12px;
        border-left-width: 3px;
        border-radius: 4px;
    }

    .guest-experience .guest-campaign-rail span {
        font-size: 8px;
    }

    .guest-experience .guest-campaign-rail strong {
        margin-top: 1px;
        font-size: 13px;
    }

    .guest-experience .guest-campaign-rail p {
        display: -webkit-box;
        margin-top: 2px;
        overflow: hidden;
        font-size: 10px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .modern-masthead {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 18px;
    }

    .modern-masthead h1 {
        font-size: 50px;
    }

    .modern-catalogue {
        padding: 12px;
    }

    .modern-feature {
        min-height: 0;
    }

    .modern-feature > img {
        min-height: 240px;
        max-height: 310px;
    }

    .modern-feature-copy {
        padding: 22px 18px;
    }

    .modern-feature-copy h2 {
        font-size: 34px;
    }

    .modern-menu-row {
        grid-template-columns: 26px 66px minmax(0, 1fr) 42px;
        gap: 9px;
    }

    .modern-menu-row > img {
        width: 66px;
        height: 62px;
    }

    .modern-menu-row > strong {
        grid-column: 3;
        font-size: 14px;
    }

    .modern-menu-row .modern-add {
        grid-column: 4;
        grid-row: 1 / span 2;
    }

    .modern-menu-row p {
        display: none;
    }

    .bistro-marquee {
        min-height: 310px;
        padding: 28px 18px;
    }

    .bistro-marquee h1 {
        font-size: 55px;
    }

    .bistro-board {
        grid-template-columns: 1fr;
    }

    .bistro-ticket {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .bistro-ticket footer {
        grid-column: 1 / -1;
        min-width: 0;
        flex-direction: row;
        padding: 10px 14px;
        border-top: 1px dashed #8e615d;
        border-left: 0;
    }

    .theme-classic {
        padding: 34px 16px;
    }

    .classic-title-page h1 {
        font-size: 54px;
    }

    .classic-course-nav {
        justify-content: flex-start;
        gap: 6px;
        overflow-x: auto;
    }

    .classic-dish-line {
        grid-template-columns: minmax(0, 1fr) auto 42px;
    }

    .classic-dish-line > i {
        display: none;
    }

    .theme-garden {
        padding: 28px 12px;
    }

    .garden-intro h1 {
        font-size: 54px;
    }

    .garden-mosaic {
        grid-template-columns: 1fr;
    }

    .garden-dish,
    .garden-dish.is-featured {
        grid-column: 1;
    }
}

/* 09 — Japanese: quiet modular ledger */
.theme-japanese {
    padding: 32px;
    background: #f0f2ed;
    color: #242924;
    font-family: Georgia, serif;
}

.japanese-intro {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: stretch;
    border-top: 1px solid #727b72;
    border-bottom: 1px solid #727b72;
}

.japanese-mark {
    display: grid;
    place-items: center;
    border-right: 1px solid #727b72;
    color: #d44836;
    font-size: 30px;
    writing-mode: vertical-rl;
}

.japanese-intro > div:last-child {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 32px;
    padding: 34px 38px;
}

.japanese-intro span {
    grid-column: 1 / -1;
    color: #737b73;
    font-size: 10px;
    text-transform: uppercase;
}

.japanese-intro h1 {
    font-size: 68px;
    font-weight: 400;
    line-height: .95;
}

.japanese-intro p {
    align-self: end;
    max-width: 420px;
    color: #6f776f;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.japanese-catalogue-shell {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    margin-top: 18px;
    border: 1px solid #aeb5ae;
}

.japanese-index {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #aeb5ae;
}

.japanese-index .category-tab {
    display: grid;
    min-height: 86px;
    place-items: center;
    gap: 4px;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #c8cdc7;
    background: transparent;
    color: #545d55;
}

.japanese-index .category-tab span {
    color: #d44836;
    font-size: 15px;
}

.japanese-index .category-tab small {
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.japanese-index .category-tab.is-active {
    background: #2b302c;
    color: #fff;
}

.japanese-ledger {
    padding: 16px 24px;
}

.japanese-dish {
    display: grid;
    grid-template-columns: 34px 120px minmax(0, 1fr) auto 42px;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #bfc5be;
}

.japanese-dish.is-featured {
    grid-template-columns: 34px minmax(260px, .75fr) minmax(0, 1fr) auto 42px;
    padding-top: 0;
}

.japanese-dish > img {
    width: 120px;
    height: 88px;
}

.japanese-dish.is-featured > img {
    width: 100%;
    height: 280px;
}

.japanese-order {
    align-self: start;
    padding-top: 6px;
    color: #929992;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.japanese-dish small {
    color: #d44836;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.japanese-dish h2 {
    margin-top: 6px;
    font-size: 23px;
    font-weight: 400;
}

.japanese-dish p {
    margin-top: 6px;
    color: #707970;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.japanese-add {
    border: 1px solid #2b302c;
    background: transparent;
    color: #2b302c;
}

/* 10 — Festival: food-hall collage */
.theme-festival {
    padding: 14px;
    background: #eaf6ff;
    color: #111a2b;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.festival-banner {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 4px solid #111a2b;
    background: #ffe64d;
}

.festival-banner > span {
    display: inline-block;
    padding: 6px 9px;
    background: #164bd8;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.festival-banner h1 {
    max-width: 900px;
    margin-top: 14px;
    font-size: 82px;
    font-weight: 900;
    line-height: .88;
}

.festival-banner p {
    max-width: 520px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.festival-banner > div {
    position: absolute;
    right: 24px;
    bottom: 18px;
    display: flex;
    gap: 8px;
}

.festival-banner > div i {
    display: block;
    width: 38px;
    height: 38px;
    border: 4px solid #111a2b;
    background: #ff5a50;
}

.festival-banner > div i:nth-child(2) {
    border-radius: 50%;
    background: #44ce82;
}

.festival-banner > div i:nth-child(3) {
    background: #164bd8;
}

.festival-categories {
    display: flex;
    gap: 7px;
    margin: 10px 0 !important;
    overflow-x: auto;
}

.festival-categories .category-tab {
    border: 3px solid #111a2b;
    background: #fff;
    color: #111a2b;
    font-weight: 900;
}

.festival-categories .category-tab:nth-child(3n) {
    background: #ffb5cf;
}

.festival-categories .category-tab:nth-child(3n + 1) {
    background: #b8e7ff;
}

.festival-categories .category-tab.is-active {
    background: #164bd8;
    color: #fff;
}

.festival-collage {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
}

.festival-tile {
    position: relative;
    display: flex;
    min-height: 380px;
    grid-column: span 4;
    flex-direction: column;
    border: 4px solid #111a2b;
    background: #fff;
}

.festival-tile.is-featured {
    grid-column: span 8;
    grid-row: span 2;
}

.festival-tile-1,
.festival-tile-4 {
    background: #ffef87;
}

.festival-tile-2 {
    background: #d8f4e4;
}

.festival-tile > img {
    height: 210px;
    border-bottom: 4px solid #111a2b;
}

.festival-tile.is-featured > img {
    height: 460px;
}

.festival-label {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 8px;
    border: 2px solid #111a2b;
    background: #ff5a50;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.festival-tile > div {
    padding: 16px;
}

.festival-tile h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.festival-tile p {
    margin-top: 8px;
    color: #515b6d;
    font-size: 12px;
    line-height: 1.4;
}

.festival-tile footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding: 12px 16px;
    border-top: 4px solid #111a2b;
}

.festival-tile footer strong {
    display: inline-block;
    padding: 5px 8px;
    background: #ffe64d;
    font-size: 19px;
}

.festival-add {
    border: 3px solid #111a2b;
    background: #164bd8;
}

/* 11 — Premium Atelier: light object catalogue */
.theme-atelier {
    padding: 36px;
    background: #f1efe9;
    color: #1b1a18;
    font-family: Didot, Georgia, serif;
}

.atelier-heading {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) 360px;
    align-items: end;
    gap: 28px;
    padding: 22px 0 36px;
    border-top: 1px solid #817c73;
    border-bottom: 1px solid #817c73;
}

.atelier-heading > div {
    display: grid;
    gap: 6px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.atelier-heading > div small {
    color: #81796f;
}

.atelier-heading h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: .95;
}

.atelier-heading p {
    color: #756f67;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.65;
}

.atelier-index {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    padding: 16px 0 !important;
    border-bottom: 1px solid #c4c0b9;
}

.atelier-index .category-tab {
    min-height: 32px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #777168;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.atelier-index .category-tab.is-active {
    border-bottom-color: #1b1a18;
    color: #1b1a18;
}

.atelier-catalogue {
    padding-top: 28px;
}

.atelier-object {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 34px;
}

.atelier-object figure {
    position: relative;
    min-height: 600px;
    background: #e3e0d9;
}

.atelier-object figure > span,
.atelier-card > span {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.atelier-object figure img {
    height: 100%;
    min-height: 600px;
}

.atelier-spec {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 0;
}

.atelier-spec > small {
    color: #9b6e42;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.atelier-spec h2 {
    margin-top: 10px;
    font-size: 58px;
    font-weight: 400;
    line-height: .92;
}

.atelier-spec > p {
    margin-top: 20px;
    color: #777168;
    font-family: Arial, sans-serif;
    line-height: 1.65;
}

.atelier-spec dl {
    margin: 34px 0 0;
    border-top: 1px solid #aaa49b;
}

.atelier-spec dl > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #c4c0b9;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

.atelier-spec dt {
    color: #837d74;
}

.atelier-spec footer,
.atelier-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 30px;
}

.atelier-spec footer strong {
    font-size: 24px;
}

.atelier-add {
    border: 1px solid #1b1a18;
    background: transparent;
    color: #1b1a18;
}

.atelier-object-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid #817c73;
}

.atelier-card {
    position: relative;
}

.atelier-card > img {
    height: 330px;
    background: #e3e0d9;
}

.atelier-card h2 {
    margin-top: 16px;
    font-size: 27px;
    font-weight: 400;
}

.atelier-card p {
    margin-top: 8px;
    color: #777168;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

/* 12 — Premium Black Label: private dining */
.theme-black-label {
    padding: 30px;
    background: #080908;
    color: #f1ecdf;
    font-family: Didot, Georgia, serif;
}

.black-label-heading {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 54px 20px 48px;
    text-align: center;
}

.black-label-heading > span {
    color: #cfad6d;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.black-label-heading h1 {
    margin-top: 15px;
    color: #f4efe3;
    font-size: 78px;
    font-weight: 400;
    line-height: .92;
}

.black-label-heading p {
    max-width: 520px;
    margin: 20px auto 0;
    color: #a8a092;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.black-label-heading > i {
    display: block;
    width: 70px;
    height: 1px;
    margin: 30px auto 0;
    background: #cfad6d;
}

.black-label-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    border-top: 1px solid #514a3e;
    border-bottom: 1px solid #514a3e;
}

.black-label-nav .category-tab {
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #948b7c;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.black-label-nav .category-tab.is-active {
    border-bottom-color: #cfad6d;
    color: #cfad6d;
}

.black-label-register {
    max-width: 1180px;
    margin: 30px auto 0;
}

.black-label-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    min-height: 500px;
    border: 1px solid #514a3e;
}

.black-label-feature > img {
    height: 100%;
    min-height: 500px;
    filter: saturate(.72) contrast(1.08);
}

.black-label-feature > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 44px;
    border-left: 1px solid #514a3e;
}

.black-label-feature span,
.black-label-row small {
    color: #cfad6d;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.black-label-feature h2 {
    margin-top: 10px;
    font-size: 54px;
    font-weight: 400;
    line-height: .95;
}

.black-label-feature p,
.black-label-row p {
    margin-top: 14px;
    color: #9c958a;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.black-label-feature footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 30px;
}

.black-label-feature footer strong {
    color: #cfad6d;
    font-size: 24px;
}

.black-label-add {
    border: 1px solid #cfad6d;
    background: transparent;
    color: #cfad6d;
}

.black-label-list {
    border-right: 1px solid #514a3e;
    border-left: 1px solid #514a3e;
}

.black-label-row {
    display: grid;
    grid-template-columns: 40px minmax(0, auto) minmax(30px, 1fr) auto 42px;
    align-items: center;
    gap: 15px;
    padding: 18px 22px;
    border-bottom: 1px solid #514a3e;
}

.black-label-row > span {
    color: #777064;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.black-label-row h2 {
    margin-top: 4px;
    font-size: 23px;
    font-weight: 400;
}

.black-label-row > i {
    align-self: end;
    margin-bottom: 9px;
    border-bottom: 1px dotted #5f584c;
}

.black-label-row > strong {
    color: #cfad6d;
}

@media (max-width: 900px) {
    .japanese-intro > div:last-child,
    .atelier-heading {
        grid-template-columns: 1fr;
    }

    .japanese-intro p {
        max-width: none;
    }

    .japanese-dish,
    .japanese-dish.is-featured {
        grid-template-columns: 28px 100px minmax(0, 1fr) auto 42px;
    }

    .japanese-dish.is-featured > img {
        width: 100px;
        height: 88px;
    }

    .festival-tile,
    .festival-tile.is-featured {
        grid-column: span 6;
        grid-row: auto;
    }

    .festival-tile.is-featured > img {
        height: 300px;
    }

    .atelier-object,
    .black-label-feature {
        grid-template-columns: 1fr;
    }

    .atelier-object figure,
    .atelier-object figure img {
        min-height: 450px;
    }

    .atelier-object-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .black-label-feature > div {
        border-top: 1px solid #514a3e;
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .theme-japanese,
    .theme-atelier,
    .theme-black-label {
        padding: 18px 12px;
    }

    .japanese-intro {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .japanese-mark {
        font-size: 20px;
    }

    .japanese-intro > div:last-child {
        padding: 26px 18px;
    }

    .japanese-intro h1 {
        font-size: 45px;
    }

    .japanese-catalogue-shell {
        grid-template-columns: 1fr;
    }

    .japanese-index {
        flex-direction: row;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid #aeb5ae;
    }

    .japanese-index .category-tab {
        min-width: 96px;
        min-height: 58px;
        border-right: 1px solid #c8cdc7;
        border-bottom: 0;
    }

    .japanese-ledger {
        padding: 8px 12px;
    }

    .japanese-dish,
    .japanese-dish.is-featured {
        grid-template-columns: 22px 70px minmax(0, 1fr) 42px;
        gap: 9px;
    }

    .japanese-dish > img,
    .japanese-dish.is-featured > img {
        width: 70px;
        height: 70px;
    }

    .japanese-dish > strong {
        grid-column: 3;
        font-size: 13px;
    }

    .japanese-dish .japanese-add {
        grid-column: 4;
        grid-row: 1 / span 2;
    }

    .japanese-dish p {
        display: none;
    }

    .festival-banner {
        padding: 24px 14px;
    }

    .festival-banner h1 {
        font-size: 51px;
    }

    .festival-banner > div {
        display: none;
    }

    .festival-collage {
        grid-template-columns: 1fr;
    }

    .festival-tile,
    .festival-tile.is-featured {
        grid-column: 1;
        min-height: 0;
    }

    .festival-tile > img,
    .festival-tile.is-featured > img {
        height: 250px;
    }

    .atelier-heading h1 {
        font-size: 46px;
    }

    .atelier-index,
    .black-label-nav {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .atelier-index .category-tab,
    .black-label-nav .category-tab {
        flex: 0 0 auto;
    }

    .atelier-object figure,
    .atelier-object figure img {
        min-height: 360px;
    }

    .atelier-spec h2 {
        font-size: 44px;
    }

    .atelier-object-list {
        grid-template-columns: 1fr;
    }

    .black-label-heading {
        padding: 38px 6px;
    }

    .black-label-heading h1 {
        font-size: 52px;
    }

    .black-label-feature > img {
        min-height: 360px;
    }

    .black-label-feature > div {
        padding: 28px 20px;
    }

    .black-label-feature h2 {
        font-size: 42px;
    }

    .black-label-row {
        grid-template-columns: 26px minmax(0, 1fr) auto 42px;
        gap: 8px;
        padding: 14px 10px;
    }

    .black-label-row > i {
        display: none;
    }

    .black-label-row p {
        display: none;
    }
}

/* 05 — Night: cinematic service */
.theme-dark {
    padding: 18px;
    background: #090b0a;
    color: #f2f0e8;
}

.night-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 10px 34px;
    padding: 28px 22px;
    border-top: 1px solid #535852;
}

.night-header > span {
    color: #e8754e;
    font-family: Consolas, monospace;
    font-size: 11px;
    text-transform: uppercase;
}

.night-header h1 {
    grid-column: 1;
    color: #f7f5ed;
    font-size: 76px;
    line-height: .9;
}

.night-header p {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 380px;
    color: #abb1ab;
    font-size: 14px;
    line-height: 1.6;
}

.night-categories {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-top: 1px solid #353a36;
    border-bottom: 1px solid #353a36;
}

.night-categories .category-tab {
    border: 0;
    border-right: 1px solid #353a36;
    background: transparent;
    color: #8e9790;
}

.night-categories .category-tab.is-active {
    background: #f06443;
    color: #0b0d0c;
}

.night-stage {
    padding-top: 12px;
}

.night-feature {
    position: relative;
    min-height: 610px;
    overflow: hidden;
}

.night-feature > img,
.night-feature-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.night-feature-shade {
    background: linear-gradient(90deg, rgba(5, 7, 6, .94) 0, rgba(5, 7, 6, .54) 48%, rgba(5, 7, 6, .05) 100%);
}

.night-feature-copy {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: min(620px, 70%);
    padding: 60px;
}

.night-feature-copy > span,
.night-reel-card > span {
    color: #55d6a0;
    font-family: Consolas, monospace;
    font-size: 10px;
    text-transform: uppercase;
}

.night-feature-copy h2 {
    margin-top: 10px;
    font-size: 68px;
    line-height: .92;
}

.night-feature-copy p {
    margin-top: 18px;
    color: #bbc2bc;
    font-size: 15px;
    line-height: 1.6;
}

.night-feature-copy footer,
.night-reel-card footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.night-feature-copy footer {
    margin-top: 28px;
}

.night-feature-copy footer strong {
    font-size: 26px;
}

.night-add {
    background: #55d6a0;
    color: #0b0d0c;
}

.night-reel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.night-reel-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 8px 14px;
    min-height: 132px;
    padding: 10px;
    border: 1px solid #343936;
    background: #141715;
}

.night-reel-card > img {
    grid-row: 1 / span 3;
    height: 100%;
    min-height: 110px;
}

.night-reel-card h2 {
    color: #f4f1e9;
    font-size: 18px;
}

.night-reel-card footer strong {
    font-size: 14px;
}

/* 06 — Editorial: food magazine */
.theme-editorial {
    padding: 0 22px 50px;
    background: #fff;
    color: #111;
    font-family: Georgia, serif;
}

.editorial-coverline {
    padding: 24px 0 36px;
    border-top: 12px solid #111;
    border-bottom: 1px solid #111;
}

.editorial-coverline > div {
    display: flex;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.editorial-coverline h1 {
    max-width: 1100px;
    margin-top: 28px;
    font-size: 88px;
    font-weight: 400;
    line-height: .88;
}

.editorial-coverline p {
    max-width: 580px;
    margin: 24px 0 0 auto;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.editorial-contents {
    display: grid;
    grid-template-columns: 140px repeat(5, minmax(0, 1fr));
    border-bottom: 1px solid #111;
}

.editorial-contents > span,
.editorial-contents .category-tab {
    min-height: 56px;
    padding: 10px 12px;
    border: 0;
    border-right: 1px solid #d4d4d4;
    background: transparent;
    color: #111;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
}

.editorial-contents > span {
    display: flex;
    align-items: center;
    font-weight: 900;
}

.editorial-contents .category-tab b {
    display: block;
    margin-bottom: 4px;
    color: #2458d3;
}

.editorial-contents .category-tab.is-active {
    background: #2458d3;
    color: #fff;
}

.editorial-contents .category-tab.is-active b {
    color: #fff;
}

.editorial-spread {
    padding-top: 22px;
}

.editorial-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #111;
}

.editorial-lead figure img {
    height: 570px;
}

.editorial-lead figcaption {
    margin-top: 8px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.editorial-lead > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.editorial-lead h2 {
    font-size: 62px;
    font-weight: 400;
    line-height: .95;
}

.editorial-lead p,
.editorial-story p {
    margin-top: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.55;
}

.editorial-lead blockquote {
    margin: 24px 0 0;
    padding: 18px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    color: #2458d3;
    font-size: 21px;
    font-style: italic;
}

.editorial-lead footer,
.editorial-story footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 24px;
}

.editorial-add {
    background: #2458d3;
}

.editorial-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid #111;
}

.editorial-story {
    padding: 22px;
    border-right: 1px solid #111;
}

.editorial-story:nth-child(3n) {
    border-right: 0;
}

.editorial-story > img {
    height: 230px;
    margin-bottom: 18px;
}

.editorial-story > span {
    color: #2458d3;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.editorial-story h2 {
    margin-top: 8px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.editorial-story p {
    color: #5d5d5d;
    font-size: 12px;
}

/* 07 — Graphic: urban wayfinding */
.theme-contrast {
    padding: 18px;
    background: #efefe9;
    color: #111;
    font-family: Arial, sans-serif;
}

.graphic-signal {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 20px;
    padding: 34px;
    border: 3px solid #111;
    background: #ffd932;
}

.graphic-signal > span {
    grid-column: 1 / -1;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.graphic-signal h1 {
    max-width: 900px;
    font-size: 78px;
    font-weight: 900;
    line-height: .88;
    text-transform: uppercase;
}

.graphic-signal p {
    align-self: end;
    border-left: 3px solid #111;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.graphic-routes {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 10px !important;
    border: 3px solid #111;
}

.graphic-routes .category-tab {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 8px;
    border: 0;
    border-right: 2px solid #111;
    background: #fff;
    color: #111;
    text-align: left;
}

.graphic-routes .category-tab.is-active {
    background: #111;
    color: #fff;
}

.graphic-manifest {
    margin-top: 10px;
    border: 3px solid #111;
    border-bottom: 0;
}

.graphic-item {
    display: grid;
    grid-template-columns: 92px 150px minmax(0, 1fr) 140px 54px;
    align-items: stretch;
    min-height: 130px;
    border-bottom: 3px solid #111;
    background: #fff;
}

.graphic-item.is-featured {
    min-height: 230px;
    background: #f04435;
}

.graphic-number {
    display: grid;
    place-items: center;
    border-right: 3px solid #111;
    font-family: Consolas, monospace;
    font-size: 28px;
    font-weight: 900;
}

.graphic-item > img {
    height: 100%;
    border-right: 3px solid #111;
}

.graphic-copy {
    padding: 18px 22px;
}

.graphic-copy span {
    font-family: Consolas, monospace;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.graphic-copy h2 {
    margin-top: 5px;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}

.graphic-copy p {
    margin-top: 7px;
    color: #575750;
    font-size: 12px;
    line-height: 1.4;
}

.graphic-item.is-featured .graphic-copy p {
    color: #30100c;
}

.graphic-price {
    display: grid;
    place-items: center;
    border-right: 3px solid #111;
    border-left: 3px solid #111;
    background: #ffd932;
    font-size: 20px;
}

.graphic-add {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #111;
}

/* 08 — Brutalist: poster blocks */
.theme-brutalist {
    padding: 12px;
    background: #cde4ff;
    color: #0b0b0b;
    font-family: "Arial Narrow", Arial, sans-serif;
}

.brutalist-poster {
    position: relative;
    padding: 30px;
    border: 5px solid #0b0b0b;
    background: #ffca28;
}

.brutalist-poster > span {
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.brutalist-poster h1 {
    max-width: 1000px;
    margin-top: 10px;
    font-size: 98px;
    font-weight: 900;
    line-height: .78;
}

.brutalist-poster p {
    max-width: 500px;
    margin-top: 26px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.brutalist-poster > b {
    position: absolute;
    right: 24px;
    bottom: 14px;
    font-size: 72px;
}

.brutalist-tabs {
    display: flex;
    margin-top: 8px !important;
    overflow-x: auto;
    border: 5px solid #0b0b0b;
}

.brutalist-tabs .category-tab {
    flex: 1 0 auto;
    border: 0;
    border-right: 4px solid #0b0b0b;
    background: #fff;
    color: #0b0b0b;
    font-weight: 900;
}

.brutalist-tabs .category-tab.is-active {
    background: #0b0b0b;
    color: #fff;
}

.brutalist-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.brutalist-block {
    display: grid;
    grid-template-rows: auto 220px 1fr auto;
    border: 5px solid #0b0b0b;
    background: #fff;
    box-shadow: 7px 7px 0 #0b0b0b;
}

.brutalist-block.is-featured {
    grid-column: span 2;
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: auto 1fr auto;
    background: #ff765f;
}

.brutalist-code {
    padding: 8px 10px;
    border-bottom: 4px solid #0b0b0b;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.brutalist-block.is-featured .brutalist-code {
    grid-column: 1 / -1;
}

.brutalist-block > img {
    height: 220px;
    border-bottom: 4px solid #0b0b0b;
}

.brutalist-block.is-featured > img {
    height: 100%;
    border-right: 4px solid #0b0b0b;
}

.brutalist-block > div:not(.brutalist-code) {
    padding: 16px;
}

.brutalist-block span {
    font-size: 10px;
    font-weight: 900;
}

.brutalist-block h2 {
    margin-top: 5px;
    font-size: 29px;
    font-weight: 900;
    line-height: .9;
}

.brutalist-block p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.35;
}

.brutalist-block footer {
    display: grid;
    grid-template-columns: 1fr 56px;
    align-items: center;
    border-top: 4px solid #0b0b0b;
}

.brutalist-block footer strong {
    padding: 12px 14px;
    font-size: 20px;
}

.brutalist-add {
    width: 56px;
    height: 54px;
    border-left: 4px solid #0b0b0b;
    border-radius: 0;
    background: #62e59d;
    color: #0b0b0b;
}

@media (max-width: 900px) {
    .night-header,
    .graphic-signal {
        grid-template-columns: 1fr;
    }

    .night-header p,
    .graphic-signal p {
        grid-column: 1;
        grid-row: auto;
    }

    .night-reel,
    .editorial-columns,
    .brutalist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .editorial-contents,
    .graphic-routes {
        display: flex;
        overflow-x: auto;
    }

    .editorial-contents > span,
    .editorial-contents .category-tab,
    .graphic-routes .category-tab {
        flex: 0 0 auto;
        min-width: 130px;
    }

    .editorial-lead {
        grid-template-columns: 1fr;
    }

    .editorial-lead > div {
        display: block;
    }

    .graphic-item {
        grid-template-columns: 64px 110px minmax(0, 1fr) 100px 48px;
    }

    .brutalist-block.is-featured {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .theme-dark,
    .theme-contrast,
    .theme-brutalist {
        padding: 8px;
    }

    .night-header {
        padding: 24px 12px;
    }

    .night-header h1 {
        font-size: 54px;
    }

    .night-feature {
        min-height: 490px;
    }

    .night-feature-shade {
        background: linear-gradient(0deg, rgba(5, 7, 6, .96), rgba(5, 7, 6, .1));
    }

    .night-feature-copy {
        width: 100%;
        padding: 24px 18px;
    }

    .night-feature-copy h2 {
        font-size: 43px;
    }

    .night-reel {
        grid-template-columns: 1fr;
    }

    .theme-editorial {
        padding: 0 12px 34px;
    }

    .editorial-coverline h1 {
        font-size: 52px;
    }

    .editorial-lead figure img {
        height: 340px;
    }

    .editorial-lead h2 {
        font-size: 44px;
    }

    .editorial-columns {
        grid-template-columns: 1fr;
    }

    .editorial-story,
    .editorial-story:nth-child(3n) {
        border-right: 0;
        border-bottom: 1px solid #111;
    }

    .graphic-signal {
        padding: 22px 16px;
    }

    .graphic-signal h1 {
        font-size: 50px;
    }

    .graphic-item,
    .graphic-item.is-featured {
        grid-template-columns: 52px 76px minmax(0, 1fr) 46px;
        min-height: 110px;
    }

    .graphic-number {
        font-size: 17px;
    }

    .graphic-copy {
        padding: 12px 10px;
    }

    .graphic-copy h2 {
        font-size: 17px;
    }

    .graphic-copy p {
        display: none;
    }

    .graphic-price {
        grid-column: 3;
        justify-content: start;
        border: 0;
        background: transparent;
        font-size: 13px;
    }

    .graphic-add {
        grid-column: 4;
        grid-row: 1 / span 2;
    }

    .brutalist-poster {
        padding: 22px 14px;
    }

    .brutalist-poster h1 {
        font-size: 60px;
    }

    .brutalist-poster > b {
        font-size: 42px;
    }

    .brutalist-grid {
        grid-template-columns: 1fr;
    }

    .brutalist-block,
    .brutalist-block.is-featured {
        grid-column: 1;
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        grid-template-rows: auto 1fr auto;
    }

    .brutalist-block .brutalist-code,
    .brutalist-block.is-featured .brutalist-code {
        grid-column: 1 / -1;
    }

    .brutalist-block > img,
    .brutalist-block.is-featured > img {
        height: 100%;
        min-height: 160px;
        border-right: 4px solid #0b0b0b;
        border-bottom: 0;
    }

    .brutalist-block footer {
        grid-column: 1 / -1;
    }
}

/* 13 — Premium Art Deco: grand dining room */
.theme-art-deco {
    position: relative;
    padding: 42px;
    border: 10px double #c5a45d;
    background: #0d4a39;
    color: #f7f0df;
    font-family: Didot, Georgia, serif;
}

.theme-art-deco::before,
.theme-art-deco::after {
    position: absolute;
    width: 80px;
    height: 80px;
    border-color: #c5a45d;
    content: "";
    pointer-events: none;
}

.theme-art-deco::before {
    top: 16px;
    left: 16px;
    border-top: 2px solid;
    border-left: 2px solid;
}

.theme-art-deco::after {
    right: 16px;
    bottom: 16px;
    border-right: 2px solid;
    border-bottom: 2px solid;
}

.deco-header {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 20px 44px;
    text-align: center;
}

.deco-header > span {
    color: #c5a45d;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.deco-header > div {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    max-width: 420px;
    margin: 20px auto;
    color: #c5a45d;
}

.deco-header > div i {
    height: 1px;
    background: #c5a45d;
}

.deco-header h1 {
    font-size: 76px;
    font-weight: 400;
    line-height: .9;
}

.deco-header p {
    max-width: 560px;
    margin: 22px auto 0;
    color: #d9ceb8;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.deco-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #8e7d51;
    border-bottom: 1px solid #8e7d51;
}

.deco-nav .category-tab {
    border: 0;
    background: transparent;
    color: #cbbf9f;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.deco-nav .category-tab.is-active {
    background: #c5a45d;
    color: #0d4a39;
}

.deco-menu {
    max-width: 1080px;
    margin: 42px auto 0;
}

.deco-course + .deco-course {
    margin-top: 46px;
}

.deco-course > header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    color: #c5a45d;
}

.deco-course > header i {
    height: 1px;
    background: #8e7d51;
}

.deco-course > header h2 {
    font-size: 26px;
    font-weight: 400;
}

.deco-course-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
}

.deco-dish {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 42px;
    align-items: center;
    gap: 12px;
    min-height: 96px;
    padding: 14px 0;
    border-bottom: 1px solid #4e705f;
}

.deco-dish.is-featured {
    grid-column: 1 / -1;
    grid-template-columns: 180px minmax(0, 1fr) auto 42px;
    border-top: 1px solid #8e7d51;
}

.deco-dish > img {
    width: 180px;
    height: 130px;
}

.deco-dish h3 {
    color: #f7f0df;
    font-size: 20px;
    font-weight: 400;
}

.deco-dish p {
    margin-top: 6px;
    color: #bdb9a9;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
}

.deco-dish > strong {
    color: #c5a45d;
}

.deco-add {
    border: 1px solid #c5a45d;
    background: transparent;
    color: #c5a45d;
}

/* 14 — Chef's Table: tasting journey */
.theme-chefs-table {
    padding: 34px;
    background: #ece7df;
    color: #29241f;
    font-family: Georgia, serif;
}

.chef-table-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 40px;
    padding: 36px 0;
    border-top: 1px solid #777066;
    border-bottom: 1px solid #777066;
}

.chef-table-header > span {
    grid-column: 1 / -1;
    color: #a06f43;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.chef-table-header h1 {
    font-size: 70px;
    font-weight: 400;
    line-height: .92;
}

.chef-table-header p {
    max-width: 650px;
    color: #716a62;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.65;
}

.chef-table-header > div {
    display: grid;
    align-content: end;
    gap: 8px;
    text-align: right;
}

.chef-table-header > div strong {
    font-size: 24px;
}

.chef-table-header > div span {
    color: #776f66;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

.chef-course-nav {
    display: flex;
    gap: 24px;
    padding: 12px 0 !important;
    overflow-x: auto;
    border-bottom: 1px solid #bdb6ac;
}

.chef-course-nav .category-tab {
    min-height: 34px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #80786e;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.chef-course-nav .category-tab.is-active {
    border-bottom-color: #29241f;
    color: #29241f;
}

.chef-course-journey {
    position: relative;
    max-width: 1050px;
    margin: 38px auto 0;
}

.chef-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 48px;
    width: 1px;
    background: #bdb6ac;
}

.chef-progress span {
    display: block;
    width: 3px;
    height: 24%;
    margin-left: -1px;
    background: #a06f43;
}

.chef-course-step {
    position: relative;
    display: grid;
    grid-template-columns: 96px 230px minmax(0, 1fr);
    gap: 24px;
    min-height: 230px;
    padding: 0 0 30px;
}

.chef-course-number {
    z-index: 1;
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 5px;
    padding-top: 10px;
    background: #ece7df;
}

.chef-course-number span {
    color: #887f75;
    font-family: Arial, sans-serif;
    font-size: 8px;
    text-transform: uppercase;
}

.chef-course-number b {
    font-size: 28px;
    font-weight: 400;
}

.chef-course-step > img {
    width: 230px;
    height: 200px;
}

.chef-course-step > div:last-child {
    padding: 18px 0;
    border-top: 1px solid #aaa399;
}

.chef-course-step small {
    color: #a06f43;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.chef-course-step h2 {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 400;
}

.chef-course-step p {
    margin-top: 9px;
    color: #746d64;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.chef-course-step footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.chef-add {
    background: #29241f;
}

/* 15 — Mediterranean: market mosaic */
.theme-mediterranean {
    padding: 18px;
    background: #f5f0df;
    color: #173058;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.med-market-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 12px 40px;
    padding: 36px;
    border: 4px solid #1248a0;
    background: #fffdf5;
}

.med-market-header > span {
    grid-column: 1 / -1;
    color: #e15a39;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.med-market-header h1 {
    font-size: 78px;
    font-weight: 900;
    line-height: .88;
}

.med-market-header p {
    align-self: end;
    color: #60708b;
    font-size: 14px;
    line-height: 1.6;
}

.med-market-header > div {
    position: absolute;
    top: 18px;
    right: 22px;
    color: #1248a0;
    font-weight: 900;
}

.med-market-nav {
    display: flex;
    gap: 0;
    margin-top: 8px !important;
    overflow-x: auto;
    border: 4px solid #1248a0;
}

.med-market-nav .category-tab {
    flex: 1 0 auto;
    border: 0;
    border-right: 2px solid #1248a0;
    background: #fffdf5;
    color: #1248a0;
    font-weight: 900;
}

.med-market-nav .category-tab.is-active {
    background: #1248a0;
    color: #fff;
}

.med-market-grid {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.med-market-item {
    grid-column: span 4;
    overflow: hidden;
    border: 3px solid #1248a0;
    background: #fffdf5;
}

.med-market-item.is-featured {
    display: grid;
    grid-column: span 8;
    grid-template-columns: 1.25fr .75fr;
}

.med-market-item figure {
    position: relative;
    min-height: 260px;
}

.med-market-item figure img {
    height: 100%;
}

.med-market-item figure span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 8px;
    background: #e15a39;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.med-market-item > div {
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.med-market-item small {
    color: #e15a39;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.med-market-item h2 {
    margin-top: 5px;
    font-size: 25px;
    line-height: 1;
}

.med-market-item p {
    margin-top: 9px;
    color: #65728a;
    font-size: 12px;
    line-height: 1.5;
}

.med-market-item footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.med-add {
    background: #e15a39;
}

/* 16 — Patisserie: display shelves */
.theme-patisserie {
    padding: 34px;
    background: #f7eff1;
    color: #39252f;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

.patisserie-header {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 20px;
    text-align: center;
}

.patisserie-header > span {
    color: #a85e76;
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
}

.patisserie-header h1 {
    margin-top: 8px;
    color: #5f3449;
    font-family: Georgia, serif;
    font-size: 72px;
    font-weight: 400;
    line-height: .95;
}

.patisserie-header p {
    max-width: 520px;
    margin: 18px auto 0;
    color: #816d77;
    font-size: 13px;
    line-height: 1.6;
}

.patisserie-mode {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 22px;
    border: 1px solid #b98ba0;
}

.patisserie-mode button {
    min-width: 120px;
    min-height: 38px;
    border: 0;
    background: transparent;
    color: #775466;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.patisserie-mode button.is-active {
    background: #75465d;
    color: #fff;
}

.patisserie-shelf-labels {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 0 !important;
    overflow-x: auto;
    border-top: 1px solid #d5bfc9;
    border-bottom: 1px solid #d5bfc9;
}

.patisserie-shelf-labels .category-tab {
    border: 1px solid transparent;
    background: transparent;
    color: #876b78;
}

.patisserie-shelf-labels .category-tab.is-active {
    border-color: #b98ba0;
    background: #fff;
    color: #5f3449;
}

.patisserie-showcase {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 24px;
    max-width: 1180px;
    margin: 36px auto 0;
    border-bottom: 12px solid #d8bbc7;
}

.patisserie-dessert {
    position: relative;
    padding: 18px 18px 26px;
    border-right: 1px solid #d5bfc9;
    border-left: 1px solid #d5bfc9;
    background: rgba(255, 255, 255, .62);
}

.patisserie-dessert:nth-child(3n + 2) {
    margin-top: 42px;
}

.patisserie-plate {
    position: relative;
    display: grid;
    height: 300px;
    place-items: center;
    overflow: hidden;
    background: #f0e3e8;
}

.patisserie-plate::after {
    position: absolute;
    right: 18%;
    bottom: 16px;
    left: 18%;
    height: 8px;
    border-radius: 50%;
    background: rgba(75, 39, 56, .16);
    filter: blur(5px);
    content: "";
}

.patisserie-plate img {
    position: relative;
    z-index: 1;
    width: 86%;
    height: 86%;
    object-fit: cover;
}

.patisserie-dessert > span {
    display: block;
    margin-top: 16px;
    color: #b3667f;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.patisserie-dessert h2 {
    margin-top: 6px;
    color: #5f3449;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 400;
}

.patisserie-dessert p {
    margin-top: 8px;
    color: #806d76;
    font-size: 12px;
    line-height: 1.5;
}

.patisserie-dessert footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.patisserie-add {
    background: #e27d73;
}

.patisserie-gift-box {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px 20px;
    margin-top: 24px;
    padding: 18px 22px;
    border: 1px solid #b98ba0;
    background: #fff;
}

.patisserie-gift-box span,
.patisserie-gift-box strong {
    color: #5f3449;
}

.patisserie-gift-box p {
    grid-column: 1 / -1;
    color: #806d76;
    font-size: 11px;
}

@media (max-width: 900px) {
    .deco-course-grid,
    .patisserie-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deco-dish.is-featured {
        grid-column: 1 / -1;
    }

    .chef-table-header,
    .med-market-header {
        grid-template-columns: 1fr;
    }

    .chef-table-header > div {
        text-align: left;
    }

    .chef-course-step {
        grid-template-columns: 78px 180px minmax(0, 1fr);
    }

    .chef-progress {
        left: 39px;
    }

    .chef-course-step > img {
        width: 180px;
    }

    .med-market-item,
    .med-market-item.is-featured {
        grid-column: span 6;
    }

    .med-market-item.is-featured {
        display: block;
    }
}

@media (max-width: 640px) {
    .theme-art-deco {
        padding: 34px 12px;
        border-width: 6px;
    }

    .deco-header h1 {
        font-size: 50px;
    }

    .deco-nav {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .deco-nav .category-tab {
        flex: 0 0 auto;
    }

    .deco-course-grid {
        grid-template-columns: 1fr;
    }

    .deco-dish.is-featured {
        grid-template-columns: 86px minmax(0, 1fr) auto 42px;
    }

    .deco-dish > img {
        width: 86px;
        height: 86px;
    }

    .deco-dish p {
        display: none;
    }

    .theme-chefs-table,
    .theme-patisserie {
        padding: 24px 12px;
    }

    .chef-table-header h1 {
        font-size: 48px;
    }

    .chef-course-step {
        grid-template-columns: 58px 90px minmax(0, 1fr);
        gap: 10px;
        min-height: 150px;
    }

    .chef-progress {
        left: 29px;
    }

    .chef-course-step > img {
        width: 90px;
        height: 120px;
    }

    .chef-course-step > div:last-child {
        padding-top: 8px;
    }

    .chef-course-step h2 {
        font-size: 21px;
    }

    .chef-course-step p {
        display: none;
    }

    .chef-course-step footer {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 10px;
    }

    .chef-add span {
        display: none;
    }

    .chef-add:has(span) {
        width: 42px;
    }

    .theme-mediterranean {
        padding: 8px;
    }

    .med-market-header {
        padding: 24px 14px;
    }

    .med-market-header h1 {
        font-size: 49px;
    }

    .med-market-grid {
        grid-template-columns: 1fr;
    }

    .med-market-item,
    .med-market-item.is-featured {
        grid-column: 1;
    }

    .patisserie-header h1 {
        font-size: 48px;
    }

    .patisserie-shelf-labels {
        justify-content: flex-start;
    }

    .patisserie-shelf-labels .category-tab {
        flex: 0 0 auto;
    }

    .patisserie-showcase {
        grid-template-columns: 1fr;
        gap: 12px;
        border-bottom: 0;
    }

    .patisserie-dessert,
    .patisserie-dessert:nth-child(3n + 2) {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 0 14px;
        margin-top: 0;
        padding: 12px;
        border: 1px solid #d5bfc9;
    }

    .patisserie-plate {
        grid-row: 1 / span 5;
        width: 120px;
        height: 150px;
    }

    .patisserie-dessert > span {
        margin-top: 4px;
    }

    .patisserie-dessert h2 {
        font-size: 22px;
    }

    .patisserie-dessert p {
        display: none;
    }

    .patisserie-dessert footer {
        margin-top: 10px;
    }
}

/* Dish detail with modifiers. */
.dish-options-modal {
    position: fixed;
    inset: 0;
    z-index: 44;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(7, 9, 8, .68);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.dish-options-modal.is-open,
.dish-options-modal:not([hidden]) {
    opacity: 1;
    pointer-events: auto;
}

.dish-options-card {
    position: relative;
    display: grid;
    width: min(920px, 100%);
    max-height: min(90dvh, 760px);
    grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--brand-surface);
    box-shadow: 0 34px 100px rgba(0, 0, 0, .3);
    transform: translateY(12px) scale(.98);
    transition: transform 180ms ease;
}

.dish-options-modal.is-open .dish-options-card,
.dish-options-modal:not([hidden]) .dish-options-card {
    transform: translateY(0) scale(1);
}

.dish-options-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.guest-shell[data-theme-layout] .dish-options-close {
    border: 1px solid var(--state-line);
    border-radius: 0;
    background: var(--state-surface);
    color: var(--state-ink);
}

.dish-options-media {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #d8d8d2;
}

.dish-options-media > img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.dish-options-media figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px;
    background: linear-gradient(0deg, rgba(8, 10, 8, .88), rgba(8, 10, 8, 0));
    color: #fff;
}

.dish-options-media figcaption span {
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.dish-options-media figcaption p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
}

.dish-options-content {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 18px;
    overflow-y: auto;
    padding: 34px;
}

.dish-options-content > header {
    display: grid;
    gap: 5px;
    padding-right: 34px;
}

.dish-options-content > header > span {
    color: var(--state-muted, var(--muted));
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.dish-options-content > header h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1;
}

.dish-options-content > header p {
    margin: 3px 0 0;
    color: var(--state-accent, var(--brand-primary));
    font-size: 22px;
    font-weight: 900;
}

.dish-options-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    border: 1px solid color-mix(in srgb, var(--state-line, var(--line)) 40%, transparent);
    background: color-mix(in srgb, var(--state-line, var(--line)) 40%, transparent);
}

.dish-options-facts[hidden] {
    display: none;
}

.dish-options-facts > div {
    min-width: 0;
    padding: 10px 12px;
    background: var(--state-surface, var(--brand-surface));
}

.dish-options-facts dt,
.dish-options-facts dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.dish-options-facts dt {
    color: var(--state-muted, var(--muted));
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.dish-options-facts dd {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.dish-options-content form,
.dish-options-groups {
    display: grid;
    gap: 14px;
}

.dish-option-group {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    border: 0;
}

.dish-option-group legend {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
}

.dish-option-group legend strong {
    font-size: 13px;
}

.dish-option-group legend small {
    font-size: 10px;
}

.dish-option-group > label {
    display: grid;
    min-height: 46px;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 9px 11px;
    border: 1px solid color-mix(in srgb, var(--state-line, var(--line)) 55%, transparent);
    background: color-mix(in srgb, var(--state-bg, var(--brand-bg)) 65%, var(--state-surface, var(--brand-surface)));
    cursor: pointer;
}

.dish-option-group input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--state-accent, var(--brand-primary));
}

.dish-option-group > label span,
.dish-option-group > label strong {
    font-size: 12px;
}

@media (max-width: 680px) {
    .dish-options-modal {
        align-items: end;
        padding: 0;
    }

    .dish-options-card {
        width: 100%;
        max-height: 94dvh;
        grid-template-columns: 1fr;
        overflow-y: auto;
    }

    .dish-options-media {
        min-height: 230px;
    }

    .dish-options-media > img {
        height: 250px;
        min-height: 250px;
    }

    .dish-options-content {
        overflow: visible;
        padding: 24px 16px 28px;
    }

    .dish-options-facts {
        grid-template-columns: 1fr;
    }

    .dish-options-content > header h2 {
        font-size: 32px;
    }
}

/* Dish, order and payment states inherit a distinct visual language from every composition. */
.guest-shell[data-theme-layout="modern"] { --state-bg:#f7f6f1; --state-surface:#fff; --state-ink:#111914; --state-muted:#657068; --state-line:#1d241f; --state-accent:#ff6849; --state-font:Arial,sans-serif; }
.guest-shell[data-theme-layout="bistro"] { --state-bg:#351d25; --state-surface:#f2e6d8; --state-ink:#2c171c; --state-muted:#725b5d; --state-line:#8e615d; --state-accent:#ed7548; --state-font:Georgia,serif; }
.guest-shell[data-theme-layout="classic"] { --state-bg:#fbfaf6; --state-surface:#fbfaf6; --state-ink:#173246; --state-muted:#75838b; --state-line:#9cabb2; --state-accent:#a43e38; --state-font:Georgia,serif; }
.guest-shell[data-theme-layout="garden"] { --state-bg:#e9f0e8; --state-surface:#fff; --state-ink:#173f2d; --state-muted:#66766a; --state-line:#9eb0a0; --state-accent:#bf5439; --state-font:Georgia,serif; }
.guest-shell[data-theme-layout="dark"] { --state-bg:#090b0a; --state-surface:#141715; --state-ink:#f2f0e8; --state-muted:#aeb6af; --state-line:#414742; --state-accent:#55d6a0; --state-font:Arial,sans-serif; }
.guest-shell[data-theme-layout="editorial"] { --state-bg:#fff; --state-surface:#fff; --state-ink:#111; --state-muted:#626262; --state-line:#111; --state-accent:#2458d3; --state-font:Georgia,serif; }
.guest-shell[data-theme-layout="contrast"] { --state-bg:#efefe9; --state-surface:#ffd932; --state-ink:#111; --state-muted:#56564f; --state-line:#111; --state-accent:#f04435; --state-font:Arial,sans-serif; }
.guest-shell[data-theme-layout="brutalist"] { --state-bg:#cde4ff; --state-surface:#fff; --state-ink:#0b0b0b; --state-muted:#3d4652; --state-line:#0b0b0b; --state-accent:#ffca28; --state-font:"Arial Narrow",Arial,sans-serif; }
.guest-shell[data-theme-layout="japanese"] { --state-bg:#f0f2ed; --state-surface:#f7f8f4; --state-ink:#242924; --state-muted:#707970; --state-line:#aeb5ae; --state-accent:#d44836; --state-font:Georgia,serif; }
.guest-shell[data-theme-layout="festival"] { --state-bg:#eaf6ff; --state-surface:#fff; --state-ink:#111a2b; --state-muted:#556176; --state-line:#111a2b; --state-accent:#164bd8; --state-font:"Trebuchet MS",Arial,sans-serif; }
.guest-shell[data-theme-layout="atelier"] { --state-bg:#f1efe9; --state-surface:#f8f7f3; --state-ink:#1b1a18; --state-muted:#777168; --state-line:#817c73; --state-accent:#9b6e42; --state-font:Didot,Georgia,serif; }
.guest-shell[data-theme-layout="black_label"] { --state-bg:#080908; --state-surface:#141512; --state-ink:#f1ecdf; --state-muted:#a49c8e; --state-line:#514a3e; --state-accent:#cfad6d; --state-font:Didot,Georgia,serif; }
.guest-shell[data-theme-layout="art_deco"] { --state-bg:#0d4a39; --state-surface:#f7f0df; --state-ink:#173d32; --state-muted:#6f6a5e; --state-line:#c5a45d; --state-accent:#c5a45d; --state-font:Didot,Georgia,serif; }
.guest-shell[data-theme-layout="chefs_table"] { --state-bg:#ece7df; --state-surface:#f7f3ed; --state-ink:#29241f; --state-muted:#746d64; --state-line:#aaa399; --state-accent:#a06f43; --state-font:Georgia,serif; }
.guest-shell[data-theme-layout="mediterranean"] { --state-bg:#f5f0df; --state-surface:#fffdf5; --state-ink:#173058; --state-muted:#65728a; --state-line:#1248a0; --state-accent:#e15a39; --state-font:"Trebuchet MS",Arial,sans-serif; }
.guest-shell[data-theme-layout="patisserie"] { --state-bg:#f7eff1; --state-surface:#fff; --state-ink:#5f3449; --state-muted:#806d76; --state-line:#b98ba0; --state-accent:#e27d73; --state-font:Georgia,serif; }

.guest-shell[data-theme-layout] .cart-drawer,
.guest-shell[data-theme-layout] .dish-options-card,
.guest-shell[data-theme-layout] .table-order-modal-card,
.guest-shell[data-theme-layout] .payment-modal-card,
.guest-shell[data-theme-layout] .tip-modal-card {
    border-color: var(--state-line);
    border-radius: 0;
    background: var(--state-surface);
    color: var(--state-ink);
    font-family: var(--state-font);
}

.guest-shell[data-theme-layout] .cart-drawer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: auto;
}

.guest-shell[data-theme-layout] .cart-lines {
    flex: 0 0 auto;
    max-height: none;
    overflow: visible;
}

.guest-shell[data-theme-layout] .cart-line,
.guest-shell[data-theme-layout] .payment-provider-card,
.guest-shell[data-theme-layout] .payment-summary,
.guest-shell[data-theme-layout] .table-order-card,
.guest-shell[data-theme-layout] .table-order-item,
.guest-shell[data-theme-layout] .payment-method-option,
.guest-shell[data-theme-layout] .payment-item-option {
    border-color: color-mix(in srgb, var(--state-line) 55%, transparent);
    border-radius: 0;
    background: color-mix(in srgb, var(--state-bg) 72%, var(--state-surface));
    color: var(--state-ink);
}

.guest-shell[data-theme-layout] .cart-line span,
.guest-shell[data-theme-layout] .payment-modal-head p,
.guest-shell[data-theme-layout] .payment-modal-head > span,
.guest-shell[data-theme-layout] .payment-summary span,
.guest-shell[data-theme-layout] .payment-summary small,
.guest-shell[data-theme-layout] .dish-options-card small {
    color: var(--state-muted);
}

.guest-shell[data-theme-layout] .cart-drawer .primary-button,
.guest-shell[data-theme-layout] .dish-options-card .primary-button,
.guest-shell[data-theme-layout] .payment-modal-card .primary-button,
.guest-shell[data-theme-layout] .tip-modal-card .primary-button {
    border-radius: 0;
    background: var(--state-accent);
    color: color-mix(in srgb, var(--state-ink) 88%, #000);
}

.guest-shell[data-theme-layout] .qty-control button {
    border-color: var(--state-line);
    border-radius: 0;
    background: var(--state-surface);
    color: var(--state-ink);
}

.guest-shell[data-theme-layout="modern"] .cart-drawer,
.guest-shell[data-theme-layout="modern"] .dish-options-card {
    border-top: 8px solid var(--state-ink);
}

.guest-shell[data-theme-layout="bistro"] .cart-drawer,
.guest-shell[data-theme-layout="bistro"] .dish-options-card,
.guest-shell[data-theme-layout="bistro"] .payment-modal-card {
    border: 10px solid var(--state-bg);
    outline: 1px dashed var(--state-line);
    outline-offset: -18px;
    padding: 30px;
}

.guest-shell[data-theme-layout="classic"] .cart-header,
.guest-shell[data-theme-layout="classic"] .payment-modal-head,
.guest-shell[data-theme-layout="classic"] .table-order-head,
.guest-shell[data-theme-layout="art_deco"] .cart-header,
.guest-shell[data-theme-layout="art_deco"] .payment-modal-head,
.guest-shell[data-theme-layout="art_deco"] .table-order-head {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--state-line);
    text-align: center;
}

.guest-shell[data-theme-layout="classic"] .cart-line,
.guest-shell[data-theme-layout="classic"] .table-order-item,
.guest-shell[data-theme-layout="black_label"] .cart-line,
.guest-shell[data-theme-layout="black_label"] .table-order-item {
    border-width: 0 0 1px;
    background: transparent;
}

.guest-shell[data-theme-layout="garden"] .cart-drawer,
.guest-shell[data-theme-layout="garden"] .dish-options-card {
    border-left: 8px solid #245a41;
}

.guest-shell[data-theme-layout="dark"] .cart-drawer,
.guest-shell[data-theme-layout="dark"] .dish-options-card,
.guest-shell[data-theme-layout="dark"] .table-order-modal-card,
.guest-shell[data-theme-layout="dark"] .payment-modal-card,
.guest-shell[data-theme-layout="black_label"] .cart-drawer,
.guest-shell[data-theme-layout="black_label"] .dish-options-card,
.guest-shell[data-theme-layout="black_label"] .table-order-modal-card,
.guest-shell[data-theme-layout="black_label"] .payment-modal-card {
    box-shadow: 0 0 0 1px var(--state-line), 0 36px 100px #000;
}

.guest-shell[data-theme-layout="editorial"] .cart-drawer,
.guest-shell[data-theme-layout="editorial"] .table-order-modal-card {
    width: min(620px, 100%);
    border-top: 12px solid var(--state-ink);
}

.guest-shell[data-theme-layout="editorial"] .cart-header strong,
.guest-shell[data-theme-layout="editorial"] .table-order-head h2,
.guest-shell[data-theme-layout="editorial"] .payment-modal-head h2 {
    font-size: 34px;
    font-weight: 400;
}

.guest-shell[data-theme-layout="contrast"] .cart-drawer,
.guest-shell[data-theme-layout="contrast"] .dish-options-card,
.guest-shell[data-theme-layout="contrast"] .table-order-modal-card,
.guest-shell[data-theme-layout="contrast"] .payment-modal-card,
.guest-shell[data-theme-layout="brutalist"] .cart-drawer,
.guest-shell[data-theme-layout="brutalist"] .dish-options-card,
.guest-shell[data-theme-layout="brutalist"] .table-order-modal-card,
.guest-shell[data-theme-layout="brutalist"] .payment-modal-card {
    border: 4px solid var(--state-ink);
    box-shadow: 8px 8px 0 var(--state-ink);
}

.guest-shell[data-theme-layout="contrast"] .cart-header,
.guest-shell[data-theme-layout="brutalist"] .cart-header {
    padding: 12px;
    border: 3px solid var(--state-ink);
    background: var(--state-accent);
    color: var(--state-ink);
    text-transform: uppercase;
}

.guest-shell[data-theme-layout="brutalist"] .cart-line,
.guest-shell[data-theme-layout="brutalist"] .table-order-card {
    border: 3px solid var(--state-ink);
    box-shadow: 4px 4px 0 var(--state-ink);
}

.guest-shell[data-theme-layout="japanese"] .cart-drawer,
.guest-shell[data-theme-layout="japanese"] .table-order-modal-card,
.guest-shell[data-theme-layout="chefs_table"] .cart-drawer,
.guest-shell[data-theme-layout="chefs_table"] .table-order-modal-card {
    border-top: 1px solid var(--state-line);
    border-left: 1px solid var(--state-line);
    box-shadow: -18px 0 50px color-mix(in srgb, var(--state-ink) 12%, transparent);
}

.guest-shell[data-theme-layout="japanese"] .cart-line,
.guest-shell[data-theme-layout="chefs_table"] .cart-line {
    position: relative;
    padding-left: 24px;
    border-width: 0 0 1px;
    background: transparent;
}

.guest-shell[data-theme-layout="japanese"] .cart-line::before,
.guest-shell[data-theme-layout="chefs_table"] .cart-line::before {
    position: absolute;
    top: 18px;
    left: 4px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--state-accent);
    border-radius: 50%;
    content: "";
}

.guest-shell[data-theme-layout="festival"] .cart-drawer,
.guest-shell[data-theme-layout="festival"] .dish-options-card,
.guest-shell[data-theme-layout="mediterranean"] .cart-drawer,
.guest-shell[data-theme-layout="mediterranean"] .dish-options-card {
    border: 4px solid var(--state-line);
}

.guest-shell[data-theme-layout="festival"] .cart-line:nth-child(odd) {
    background: #ffef87;
}

.guest-shell[data-theme-layout="festival"] .cart-line:nth-child(even) {
    background: #d8f4e4;
}

.guest-shell[data-theme-layout="atelier"] .cart-drawer,
.guest-shell[data-theme-layout="atelier"] .dish-options-card,
.guest-shell[data-theme-layout="atelier"] .payment-modal-card {
    width: min(520px, 100%);
    padding: 36px;
    border-top: 1px solid var(--state-line);
}

.guest-shell[data-theme-layout="atelier"] .cart-line {
    border-width: 1px 0 0;
    background: transparent;
}

.guest-shell[data-theme-layout="art_deco"] .cart-drawer,
.guest-shell[data-theme-layout="art_deco"] .dish-options-card,
.guest-shell[data-theme-layout="art_deco"] .payment-modal-card {
    border: 8px double var(--state-line);
}

.guest-shell[data-theme-layout="mediterranean"] .cart-header,
.guest-shell[data-theme-layout="mediterranean"] .payment-modal-head {
    padding: 12px;
    background: var(--state-line);
    color: #fff;
}

.guest-shell[data-theme-layout="patisserie"] .cart-drawer,
.guest-shell[data-theme-layout="patisserie"] .dish-options-card,
.guest-shell[data-theme-layout="patisserie"] .payment-modal-card {
    border-top: 12px solid #d8bbc7;
}

.guest-shell[data-theme-layout="patisserie"] .cart-line {
    border-color: #d5bfc9;
    background: #fff;
}

@media (max-width: 640px) {
    .guest-shell[data-theme-layout] .guest-service-actions > button {
        background: transparent;
        color: inherit;
    }

    .guest-shell[data-theme-layout="modern"] .guest-service-actions {
        border-color: #173f30;
        background: #173f30;
        color: #fff;
    }

    .guest-shell[data-theme-layout="modern"] .guest-service-actions > button:nth-child(3) {
        background: #ff6849;
        color: #111914;
    }

    .guest-shell[data-theme-layout="bistro"] .guest-utility-shell,
    .guest-shell[data-theme-layout="bistro"] .guest-service-actions {
        border-color: #d8aa82;
        background: #351d25;
        color: #f5eadc;
    }

    .guest-shell[data-theme-layout="classic"] .guest-service-actions {
        border-color: #173246;
        background: #fbfaf6;
        color: #173246;
    }

    .guest-shell[data-theme-layout="classic"] .guest-service-actions > button:nth-child(3) {
        background: #173246;
        color: #fff;
    }

    .guest-shell[data-theme-layout="garden"] .guest-service-actions {
        border-color: #315d43;
        background: #edf3ec;
        color: #173f2d;
    }

    .guest-shell[data-theme-layout="dark"] .guest-utility-shell,
    .guest-shell[data-theme-layout="dark"] .guest-service-actions {
        border-color: #414742;
        background: #090b0a;
        color: #f2f0e8;
    }

    .guest-shell[data-theme-layout="dark"] .guest-service-actions > button:nth-child(3) {
        background: #55d6a0;
        color: #090b0a;
    }

    .guest-shell[data-theme-layout="editorial"] .guest-service-actions {
        border-color: #111;
        background: #fff;
        color: #111;
    }

    .guest-shell[data-theme-layout="editorial"] .guest-service-actions > button:nth-child(3) {
        background: #2458d3;
        color: #fff;
    }

    .guest-shell[data-theme-layout="contrast"] .guest-service-actions {
        border: 3px solid #111;
        border-bottom: 0;
        background: #ffd932;
        color: #111;
        box-shadow: none;
    }

    .guest-shell[data-theme-layout="contrast"] .guest-service-actions > button {
        border-right: 2px solid #111;
        font-weight: 900;
        text-transform: uppercase;
    }

    .guest-shell[data-theme-layout="contrast"] .guest-service-actions > button:nth-child(3) {
        background: #f04435;
        color: #fff;
    }

    .guest-shell[data-theme-layout="brutalist"] .guest-service-actions {
        border: 4px solid #0b0b0b;
        border-bottom: 0;
        background: #ffca28;
        color: #0b0b0b;
        box-shadow: none;
    }

    .guest-shell[data-theme-layout="brutalist"] .guest-service-actions > button {
        border-right: 3px solid #0b0b0b;
        font-family: "Arial Narrow", Arial, sans-serif;
        text-transform: uppercase;
    }

    .guest-shell[data-theme-layout="japanese"] .guest-service-actions {
        border-color: #9ea79f;
        background: #f7f8f4;
        color: #242924;
    }

    .guest-shell[data-theme-layout="japanese"] .guest-service-actions > button:nth-child(3) {
        border-top: 2px solid #d44836;
        color: #d44836;
    }

    .guest-shell[data-theme-layout="festival"] .guest-service-actions {
        border: 3px solid #111a2b;
        border-bottom: 0;
        background: #164bd8;
        color: #fff;
        box-shadow: none;
    }

    .guest-shell[data-theme-layout="festival"] .guest-service-actions > button:nth-child(3) {
        background: #ff5fa2;
        color: #111a2b;
    }

    .guest-shell[data-theme-layout="atelier"] .guest-service-actions {
        border-color: #817c73;
        background: #f8f7f3;
        color: #1b1a18;
    }

    .guest-shell[data-theme-layout="atelier"] .guest-service-actions > button:nth-child(3) {
        background: #1b1a18;
        color: #f8f7f3;
    }

    .guest-shell[data-theme-layout="black_label"] .guest-utility-shell,
    .guest-shell[data-theme-layout="black_label"] .guest-service-actions {
        border-color: #cfad6d;
        background: #080908;
        color: #f1ecdf;
    }

    .guest-shell[data-theme-layout="black_label"] .guest-service-actions > button:nth-child(3) {
        color: #cfad6d;
    }

    .guest-shell[data-theme-layout="art_deco"] .guest-utility-shell,
    .guest-shell[data-theme-layout="art_deco"] .guest-service-actions {
        border-color: #c5a45d;
        background: #063c30;
        color: #f7f0df;
    }

    .guest-shell[data-theme-layout="art_deco"] .guest-service-actions > button {
        border-color: #c5a45d;
    }

    .guest-shell[data-theme-layout="art_deco"] .guest-service-actions > button:nth-child(3) {
        color: #d8b666;
    }

    .guest-shell[data-theme-layout="chefs_table"] .guest-service-actions {
        border-color: #aaa399;
        background: #f7f3ed;
        color: #29241f;
    }

    .guest-shell[data-theme-layout="chefs_table"] .guest-service-actions > button:nth-child(3) {
        background: #29241f;
        color: #f7f3ed;
    }

    .guest-shell[data-theme-layout="mediterranean"] .guest-service-actions {
        border-color: #1248a0;
        background: #1248a0;
        color: #fffdf5;
    }

    .guest-shell[data-theme-layout="mediterranean"] .guest-service-actions > button:nth-child(3) {
        background: #e15a39;
    }

    .guest-shell[data-theme-layout="patisserie"] .guest-service-actions {
        border-color: #b98ba0;
        background: #fff;
        color: #5f3449;
    }

    .guest-shell[data-theme-layout="patisserie"] .guest-service-actions > button:nth-child(3) {
        background: #bf0c2f;
        color: #fff;
    }
}
