:root {
    --cream-50: #fffdf7;
    --cream-100: #f7f0e4;
    --cream-200: #eadcc4;
    --sand-400: #cfb48a;
    --mocha-700: #5a3927;
    --mocha-900: #22150f;
    --leaf-400: #6f9d7a;
    --leaf-500: #4d7d5c;
    --white: rgba(255, 255, 255, 0.88);
    --shadow: 0 24px 80px rgba(49, 32, 21, 0.12);
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--mocha-900);
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(111, 157, 122, 0.22), transparent 28%),
        radial-gradient(circle at top right, rgba(234, 220, 196, 0.8), transparent 26%),
        linear-gradient(160deg, #f9f5ec 0%, #fffef9 45%, #f2ebdf 100%);
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

.page-backdrop {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 80%);
}

.page-decoration {
    position: fixed;
    z-index: 0;
    width: 19rem;
    height: 19rem;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.45;
    pointer-events: none;
}

.page-decoration-left {
    left: -7rem;
    top: 10rem;
    background: radial-gradient(circle, rgba(111, 157, 122, 0.45), transparent 68%);
}

.page-decoration-right {
    right: -6rem;
    top: 26rem;
    background: radial-gradient(circle, rgba(207, 180, 138, 0.48), transparent 68%);
}

.page-main {
    position: relative;
    z-index: 1;
    padding: 0.85rem 0.75rem 2.5rem;
}

.menu-shell {
    width: min(100%, 32rem);
    margin: 0 auto;
}

.hero-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    align-items: stretch;
    margin-bottom: 1rem;
}

.hero-copy,
.hero-card,
.category-panel {
    background: var(--white);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(90, 57, 39, 0.08);
    box-shadow: var(--shadow);
}

.hero-copy {
    border-radius: 24px;
    padding: 1.2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.7), rgba(255, 250, 243, 0.72));
}

.hero-copy::before,
.hero-copy::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-copy::before {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.18), rgba(255, 249, 241, 0.18)),
        url("/images/brand/hero-background.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

.hero-copy::after {
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at top right, rgba(111, 157, 122, 0.08), transparent 28%),
        radial-gradient(circle at bottom left, rgba(207, 180, 138, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 253, 249, 0.58), rgba(255, 251, 245, 0.6));
}

.hero-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.eyebrow,
.category-kicker,
.hero-card-label,
.placeholder-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(111, 157, 122, 0.14);
    color: var(--leaf-500);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-wordmark-image {
    width: min(100%, 19rem);
    margin: 0 auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 16px 28px rgba(34, 21, 15, 0.12));
    transform: translateY(-5%);
}

.hero-wordmark-frame {
    width: min(100%, 20rem);
    height: clamp(5.8rem, 27vw, 7.8rem);
    margin: 0.35rem auto 0.15rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hero-text {
    max-width: 26rem;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(34, 21, 15, 0.72);
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.95rem;
    position: relative;
    z-index: 1;
}

.hero-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(77, 125, 92, 0.92), rgba(111, 157, 122, 0.9));
    border: 1px solid rgba(77, 125, 92, 0.16);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(77, 125, 92, 0.16);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.hero-link-button svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
}

.hero-link-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(77, 125, 92, 0.2);
    filter: saturate(1.05);
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

.hero-tag-link {
    padding: 0.65rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(90, 57, 39, 0.08);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--mocha-900);
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.hero-tag-link:hover {
    transform: translateY(-1px);
    border-color: rgba(90, 57, 39, 0.16);
    box-shadow: 0 10px 24px rgba(49, 32, 21, 0.08);
}

.hero-card {
    border-radius: 22px;
    padding: 1.05rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(248, 239, 225, 0.92));
}

.hero-card p,
.hero-card-note,
.category-heading p,
.product-note {
    margin: 0;
    color: rgba(34, 21, 15, 0.7);
    line-height: 1.7;
}

.hero-card-note {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(90, 57, 39, 0.08);
    font-size: 0.95rem;
}

.menu-grid {
    display: grid;
    gap: 0.9rem;
}

.category-panel {
    border-radius: 22px;
    padding: 0;
    overflow: hidden;
}

.category-summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem;
}

.category-summary::marker {
    display: none;
}

.category-heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: start;
    margin-bottom: 0.85rem;
}

.category-heading:last-child {
    margin-bottom: 0;
}

.category-heading h2 {
    margin: 0.45rem 0 0;
    font-size: clamp(1.5rem, 7vw, 2.1rem);
    letter-spacing: -0.04em;
}

.category-heading p {
    max-width: 100%;
    font-size: 0.92rem;
}

.category-meta {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.category-count {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--leaf-500);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    padding: 0 0.85rem 0.85rem;
}

.product-card {
    display: grid;
    grid-template-columns: 3.35rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(90, 57, 39, 0.08);
    border-radius: 16px;
    padding: 0.45rem;
    transition: transform 180ms ease, box-shadow 180ms ease;
    position: relative;
    overflow: visible;
    z-index: 0;
}

.product-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(49, 32, 21, 0.1);
}

.product-card.has-open-flavor-menu {
    z-index: 6;
    padding-bottom: 11.25rem;
}

.product-visual {
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 12px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(247, 240, 228, 0.95), rgba(255, 255, 255, 0.98));
    position: relative;
    flex-shrink: 0;
}

.product-visual.has-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-visual.has-image .placeholder-content {
    display: none;
}

.product-image-trigger {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.product-image-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-visual.is-placeholder::before,
.product-visual.is-placeholder::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(111, 157, 122, 0.14);
}

.product-visual.is-placeholder::before {
    width: 1.9rem;
    height: 1.9rem;
    right: 0.45rem;
    top: 0.45rem;
}

.product-visual.is-placeholder::after {
    width: 1.35rem;
    height: 1.35rem;
    left: 0.45rem;
    bottom: 0.45rem;
}

.placeholder-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
}

.placeholder-badge {
    width: 1.1rem;
    height: 1.1rem;
    padding: 0;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(90, 57, 39, 0.08);
    box-shadow: 0 6px 18px rgba(49, 32, 21, 0.08);
}

.product-copy {
    padding: 0;
    min-width: 0;
    display: grid;
    gap: 0.18rem;
}

.product-line {
    display: flex;
    justify-content: space-between;
    gap: 0.55rem;
    align-items: start;
}

.product-details {
    min-width: 0;
    display: grid;
    gap: 0.12rem;
    align-content: start;
    flex: 1 1 auto;
}

.product-line h3 {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.25;
}

.product-purchase {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.product-price {
    white-space: nowrap;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--mocha-700);
    margin-left: auto;
}

.product-price.is-soon {
    color: var(--leaf-500);
}

.product-note {
    margin-top: 0;
    font-size: 0.78rem;
    line-height: 1.45;
}

.product-option-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0;
    width: fit-content;
    color: rgba(34, 21, 15, 0.76);
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
}

.product-option-check {
    width: 0.95rem;
    height: 0.95rem;
    margin: 0;
    accent-color: var(--leaf-500);
    cursor: pointer;
}

.product-option-text {
    line-height: 1.35;
}

.product-customization {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.12rem;
}

.product-mix-flavors {
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
}

.product-field {
    display: grid;
    gap: 0.28rem;
    max-width: 100%;
    position: relative;
}

.product-field-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(34, 21, 15, 0.68);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.product-flavor-picker {
    position: relative;
}

.product-flavor-trigger {
    width: 100%;
    min-height: 2.2rem;
    padding: 0.48rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    border-radius: 12px;
    border: 1px solid rgba(90, 57, 39, 0.1);
    background: rgba(255, 255, 255, 0.92);
    color: var(--mocha-900);
    font: inherit;
    font-size: 0.8rem;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.product-flavor-trigger:focus,
.product-flavor-trigger[aria-expanded="true"] {
    border-color: rgba(77, 125, 92, 0.55);
    box-shadow: 0 0 0 4px rgba(111, 157, 122, 0.1);
}

.product-flavor-caret {
    width: 0.5rem;
    height: 0.5rem;
    flex-shrink: 0;
    border-right: 1.6px solid rgba(34, 21, 15, 0.6);
    border-bottom: 1.6px solid rgba(34, 21, 15, 0.6);
    transform: rotate(45deg) translateY(-1px);
    transition: transform 160ms ease;
}

.product-flavor-trigger[aria-expanded="true"] .product-flavor-caret {
    transform: rotate(-135deg) translateY(-1px);
}

.product-flavor-menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    z-index: 4;
    display: grid;
    gap: 0.2rem;
    max-height: 10.5rem;
    padding: 0.35rem;
    overflow-y: auto;
    border-radius: 14px;
    border: 1px solid rgba(90, 57, 39, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 34px rgba(49, 32, 21, 0.12);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-flavor-menu::-webkit-scrollbar {
    display: none;
}

.product-flavor-option {
    width: 100%;
    padding: 0.55rem 0.7rem;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--mocha-900);
    font: inherit;
    font-size: 0.8rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease;
}

.product-flavor-option:hover,
.product-flavor-option.is-selected {
    background: rgba(111, 157, 122, 0.13);
    color: var(--leaf-500);
}

.product-size-list {
    display: grid;
    gap: 0.4rem;
}

.product-size-list.is-single-action {
    gap: 0.34rem;
}

.product-size-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.5rem 0.6rem;
    border-radius: 14px;
    background: rgba(247, 240, 228, 0.52);
}

.product-size-row.is-selectable {
    align-items: center;
    cursor: pointer;
}

.product-size-choice {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.product-size-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(34, 21, 15, 0.78);
}

.product-size-purchase {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
}

.product-size-price {
    font-size: 0.76rem;
    font-weight: 800;
    color: var(--mocha-700);
}

.product-size-action {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.12rem;
}

.product-actions {
    margin-top: -0.1rem;
}

.add-to-cart-button,
.cart-clear-button,
.order-now-button,
.cart-qty-button {
    border: 0;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease, background-color 160ms ease;
}

.add-to-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.15rem;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(77, 125, 92, 0.96), rgba(111, 157, 122, 0.92));
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(77, 125, 92, 0.14);
    letter-spacing: 0.01em;
}

.add-to-cart-button.is-size-button {
    min-width: 5.15rem;
    padding-inline: 0.68rem;
    transform: translateY(-0.15rem);
}

.add-to-cart-button:hover,
.cart-clear-button:hover,
.order-now-button:hover,
.cart-qty-button:hover {
    transform: translateY(-1px);
}

.cart-panel {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    width: min(calc(100vw - 1.5rem), 32rem);
    max-height: min(78vh, 44rem);
    margin-top: 1.1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: rgba(255, 252, 246, 0.97);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(90, 57, 39, 0.1);
    box-shadow: 0 24px 80px rgba(49, 32, 21, 0.14);
    z-index: 12;
    transform: translateX(-50%);
    overflow: hidden;
}

.cart-fab {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 1rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f6b46, #4d7d5c);
    color: #fff;
    box-shadow: 0 18px 30px rgba(47, 107, 70, 0.24);
    z-index: 11;
    cursor: pointer;
}

.cart-fab.is-pulsing {
    animation: cartPulse 420ms ease;
}

.cart-fab span {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cart-fab strong {
    min-width: 1.7rem;
    height: 1.7rem;
    padding: 0 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(34, 21, 15, 0.22);
    backdrop-filter: blur(4px);
    z-index: 10;
}

.cart-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cart-panel-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 1rem 1rem 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
    background: rgba(255, 252, 246, 0.98);
    border-bottom: 1px solid rgba(90, 57, 39, 0.06);
}

.cart-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(111, 157, 122, 0.14);
    color: var(--leaf-500);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cart-panel-header h2 {
    margin: 0.55rem 0 0;
    font-size: 1.35rem;
    letter-spacing: -0.03em;
}

.cart-clear-button {
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(34, 21, 15, 0.08);
    color: var(--mocha-700);
    font-size: 0.8rem;
    font-weight: 700;
}

.cart-close-button {
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: rgba(34, 21, 15, 0.08);
    color: var(--mocha-700);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.cart-name-field {
    display: grid;
    gap: 0.45rem;
    margin-top: 0;
}

.cart-pickup-field {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.cart-name-field span {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--mocha-700);
}

.cart-pickup-field span {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--mocha-700);
}

.cart-name-field input {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(90, 57, 39, 0.12);
    background: rgba(255, 255, 255, 0.92);
    font: inherit;
    color: var(--mocha-900);
    outline: none;
}

.cart-pickup-field select {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(90, 57, 39, 0.12);
    background: rgba(255, 255, 255, 0.92);
    font: inherit;
    color: var(--mocha-900);
    outline: none;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(34, 21, 15, 0.55) 50%),
        linear-gradient(135deg, rgba(34, 21, 15, 0.55) 50%, transparent 50%);
    background-position:
        calc(100% - 1.2rem) calc(50% - 0.1rem),
        calc(100% - 0.9rem) calc(50% - 0.1rem);
    background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
    background-repeat: no-repeat;
}

.cart-name-field input:focus {
    border-color: rgba(77, 125, 92, 0.55);
    box-shadow: 0 0 0 4px rgba(111, 157, 122, 0.12);
}

.cart-pickup-field select:focus {
    border-color: rgba(77, 125, 92, 0.55);
    box-shadow: 0 0 0 4px rgba(111, 157, 122, 0.12);
}

.cart-name-field input.is-invalid {
    border-color: #c96f57;
    box-shadow: 0 0 0 4px rgba(201, 111, 87, 0.12);
}

.cart-field-error {
    color: #b2553f;
    font-size: 0.76rem;
    font-weight: 700;
}

.cart-empty-state {
    margin-top: 0.95rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    color: rgba(34, 21, 15, 0.64);
    font-size: 0.9rem;
    text-align: center;
}

.cart-items {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.95rem;
}

.cart-panel-body {
    display: grid;
    gap: 0;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.95rem 1rem 1rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cart-panel-body::-webkit-scrollbar {
    display: none;
}

.cart-item {
    display: grid;
    gap: 0.55rem;
    padding: 0.85rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(90, 57, 39, 0.08);
}

.cart-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.cart-item-name {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
}

.cart-item-price {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--mocha-700);
    white-space: nowrap;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
}

.cart-qty-controls {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.cart-qty-button {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(111, 157, 122, 0.15);
    color: var(--leaf-500);
    font-size: 1rem;
    font-weight: 800;
}

.cart-item-qty {
    min-width: 1.4rem;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 700;
}

.cart-remove-button {
    background: none;
    border: 0;
    padding: 0;
    color: rgba(34, 21, 15, 0.56);
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.cart-summary {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(90, 57, 39, 0.08);
}

.cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.9rem;
    color: rgba(34, 21, 15, 0.72);
}

.cart-summary-row + .cart-summary-row {
    margin-top: 0.45rem;
}

.cart-summary-row strong {
    font-size: 0.98rem;
    color: var(--mocha-900);
}

.cart-rate-note {
    margin: 0.6rem 0 0;
    font-size: 0.75rem;
    color: rgba(34, 21, 15, 0.54);
}

.order-now-button {
    width: 100%;
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #2f6b46, #4d7d5c);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 16px 28px rgba(47, 107, 70, 0.22);
}

.order-now-button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.cart-submit-note {
    margin: 0.7rem 0 0;
    font-size: 0.76rem;
    line-height: 1.5;
    color: rgba(34, 21, 15, 0.56);
    text-align: center;
}

.menu-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0.45rem auto 3.1rem;
    padding: 0.2rem 1rem 0.1rem;
    text-align: center;
}

.menu-footer-text {
    font-size: 0.76rem;
    color: rgba(34, 21, 15, 0.58);
    letter-spacing: 0.01em;
}

.menu-footer-text strong {
    color: var(--mocha-700);
    font-weight: 800;
}

.menu-footer-links {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-footer-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(90, 57, 39, 0.08);
    color: rgba(34, 21, 15, 0.72);
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.menu-footer-links a svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
}

.menu-footer-links a img {
    width: 1.15rem;
    height: 1.15rem;
    object-fit: contain;
    display: block;
}

.menu-footer-links a:hover {
    transform: translateY(-1px);
    border-color: rgba(90, 57, 39, 0.14);
    box-shadow: 0 10px 20px rgba(49, 32, 21, 0.06);
}

.cart-flyout {
    position: fixed;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    height: 2.1rem;
    padding: 0 0.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(77, 125, 92, 0.96), rgba(111, 157, 122, 0.92));
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 26px rgba(47, 107, 70, 0.22);
    pointer-events: none;
    z-index: 30;
    will-change: transform, opacity;
}

@keyframes cartPulse {
    0% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cart-fab.is-pulsing {
        animation: none;
    }
}

.category-panel[open] .category-summary {
    padding-bottom: 0.7rem;
}

.category-panel[open] .category-heading {
    margin-bottom: 0;
}

.image-viewer {
    width: min(92vw, 36rem);
    max-height: 85vh;
    padding: 0.9rem;
    border: 0;
    border-radius: 24px;
    background: rgba(255, 252, 246, 0.98);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.image-viewer::backdrop {
    background: rgba(34, 21, 15, 0.72);
    backdrop-filter: blur(6px);
}

.image-viewer img {
    width: 100%;
    max-height: calc(85vh - 1.8rem);
    object-fit: contain;
    border-radius: 18px;
}

@media (min-width: 640px) {
    .page-main {
        padding: 1.1rem 1rem 3rem;
    }

    .menu-shell {
        width: min(100%, 44rem);
    }

    .hero-copy,
    .hero-card,
    .category-panel {
        padding: 0;
    }

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

    .category-summary {
        padding: 1.15rem 1.25rem;
    }

    .products-grid {
        padding: 0 1.25rem 1.25rem;
    }
}

@media (min-width: 900px) {
    .hero-panel {
        grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.85fr);
    }

    .category-heading {
        flex-direction: row;
        align-items: end;
    }

    .menu-shell {
        width: min(100%, 68rem);
    }

    .page-main {
        padding: 1.5rem 1.25rem 4rem;
    }

    .hero-copy {
        border-radius: 32px;
        padding: 2rem;
    }

    .hero-brand {
        justify-content: flex-start;
    }

    .hero-wordmark-image {
        width: min(100%, 24rem);
        transform: translateY(-6%);
    }

    .hero-wordmark-frame {
        width: min(100%, 24.5rem);
        height: clamp(6.6rem, 18vw, 8.8rem);
        margin-top: 0.5rem;
        margin-bottom: 0.3rem;
    }

    .hero-card,
    .category-panel {
        border-radius: 28px;
        padding: 0;
    }

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

    .cart-panel {
        width: min(30rem, calc(100vw - 3rem));
        bottom: 1.2rem;
        max-height: min(82vh, 48rem);
    }

    .cart-panel-header {
        padding: 1.15rem 1.25rem 0.95rem;
    }

    .cart-panel-body {
        padding: 1rem 1.25rem 1.2rem;
    }

    .category-summary {
        padding: 1.4rem 1.5rem;
    }

    .products-grid {
        padding: 0 1.5rem 1.5rem;
    }
}

@media (min-width: 1200px) {
    .menu-shell {
        width: min(100%, 76rem);
    }

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