:root {
    --app-surface: var(--custom-white);
    --app-surface-soft: var(--default-body-bg-color);
    --app-ink: var(--default-text-color);
    --app-muted: var(--text-muted);
    --app-line: var(--default-border);
    --app-shadow: var(--box-shadow);
    --app-soft-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.02);
}

/* Glaze TV menus */
.glaze-tv-body {
    background: #fff8f1;
    color: #2f170f;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
}

.tv-menu {
    --tv-accent: #e6004f;
    --tv-accent-2: #ff8200;
    --tv-chocolate: #3a1a10;
    --tv-cream: #fff8f1;
    --tv-panel: rgba(255, 255, 255, 0.86);
    --tv-border: rgba(230, 0, 79, 0.18);
    background:
        linear-gradient(135deg, rgba(230, 0, 79, 0.08), transparent 28%),
        linear-gradient(315deg, rgba(255, 130, 0, 0.13), transparent 30%),
        #fff8f1;
    box-sizing: border-box;
    display: grid;
    gap: clamp(0.5rem, 0.9vw, 0.8rem);
    grid-template-rows: minmax(0, 1fr) auto;
    height: 100vh;
    overflow: hidden;
    padding: clamp(0.8rem, 1.5vw, 1.35rem) clamp(1rem, 1.7vw, 1.6rem);
    position: relative;
}

.tv-menu.is-drinks {
    --tv-accent: #e6004f;
    --tv-accent-2: #ff8200;
    background:
        linear-gradient(135deg, rgba(230, 0, 79, 0.1), transparent 30%),
        linear-gradient(315deg, rgba(255, 130, 0, 0.13), transparent 32%),
        #fff8f1;
}

.tv-menu::before,
.tv-menu::after {
    background: var(--tv-accent);
    content: "";
    height: clamp(0.55rem, 1vw, 0.9rem);
    position: absolute;
    transform: rotate(-9deg);
    width: 18vw;
}

.tv-menu::before {
    left: -4vw;
    top: 2vh;
}

.tv-menu::after {
    background: var(--tv-accent-2);
    bottom: 2vh;
    right: -5vw;
}

.tv-poster-header,
.tv-menu-footer {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(16rem, 0.45fr) minmax(0, 1fr) minmax(12rem, 0.28fr);
    position: relative;
    z-index: 1;
}

.tv-poster-header {
    left: clamp(1rem, 1.7vw, 1.6rem);
    pointer-events: none;
    position: absolute;
    right: clamp(1rem, 1.7vw, 1.6rem);
    top: clamp(0.8rem, 1.5vw, 1.35rem);
}

.tv-logo-lockup {
    align-items: center;
    display: flex;
}

.tv-logo-lockup img {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    height: clamp(3.4rem, 5.2vw, 5.6rem);
    max-width: min(24rem, 100%);
    object-fit: contain;
    padding: 0.35rem 0.9rem;
}

.tv-clock {
    justify-self: end;
    text-align: right;
}

.tv-clock strong {
    color: var(--tv-chocolate);
    display: block;
    font-size: clamp(1.4rem, 2.4vw, 2.7rem);
    font-weight: 950;
    line-height: 0.9;
}

.tv-clock span,
.tv-kicker,
.tv-menu-footer span {
    color: var(--tv-accent);
    font-size: clamp(0.7rem, 0.9vw, 0.95rem);
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tv-poster {
    display: grid;
    gap: clamp(0.8rem, 1.25vw, 1.2rem);
    min-height: 0;
    position: relative;
    z-index: 1;
}

.tv-drinks-poster {
    grid-template-columns: minmax(25rem, 0.55fr) minmax(0, 1.45fr);
    grid-template-rows: minmax(0, 1fr) auto;
}

.tv-donuts-poster {
    grid-template-columns: minmax(24rem, 0.52fr) minmax(0, 1.35fr) minmax(18rem, 0.46fr);
}

.tv-poster-hero {
    align-content: center;
    display: grid;
    justify-items: start;
    min-height: 0;
    padding: clamp(5rem, 8vw, 7rem) clamp(0.8rem, 1.4vw, 1.4rem) clamp(0.8rem, 1.4vw, 1.4rem);
}

.tv-poster-hero h1 {
    color: var(--tv-accent);
    font-size: clamp(3.8rem, 6.2vw, 7rem);
    font-weight: 1000;
    letter-spacing: 0;
    line-height: 0.78;
    margin: 0.2rem 0 0;
    max-width: 100%;
    text-transform: uppercase;
}

.tv-poster-hero strong {
    background: var(--tv-accent);
    color: #fff;
    display: inline-block;
    font-size: clamp(1.1rem, 2.2vw, 2.4rem);
    font-weight: 950;
    line-height: 1;
    margin-top: clamp(0.6rem, 1vw, 1rem);
    padding: 0.25em 0.6em;
    transform: rotate(-2deg);
    white-space: nowrap;
}

.tv-poster-hero p {
    color: rgba(58, 26, 16, 0.82);
    font-size: clamp(1rem, 1.5vw, 1.45rem);
    font-weight: 700;
    line-height: 1.25;
    margin: clamp(1rem, 1.5vw, 1.4rem) 0 0;
    max-width: 29rem;
}

.tv-benefit-card {
    background: var(--tv-accent);
    border-radius: clamp(0.8rem, 1.4vw, 1.2rem);
    color: #fff;
    display: grid;
    gap: 0.2rem;
    margin-top: clamp(1rem, 1.6vw, 1.6rem);
    padding: clamp(0.8rem, 1.2vw, 1.1rem);
}

.tv-benefit-card b {
    font-size: clamp(1.15rem, 1.7vw, 1.8rem);
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
}

.tv-benefit-card span {
    font-weight: 800;
}

.tv-poster-sections {
    align-content: start;
    display: grid;
    gap: clamp(0.65rem, 1vw, 0.9rem);
    grid-auto-rows: minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    padding-top: clamp(5rem, 7vw, 6rem);
}

.tv-poster-section {
    border: 2px solid rgba(230, 0, 79, 0.14);
    border-radius: clamp(0.8rem, 1.4vw, 1.2rem);
    display: grid;
    background: rgba(255, 255, 255, 0.46);
    gap: clamp(0.35rem, 0.6vw, 0.55rem);
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    padding: clamp(0.55rem, 0.9vw, 0.85rem);
}

.tv-section-ribbon {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: center;
}

.tv-section-ribbon h2,
.tv-section-ribbon span {
    color: #fff;
    font-weight: 950;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.tv-section-ribbon h2 {
    background: var(--tv-accent);
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    padding: 0.22em 0.85em;
    transform: rotate(-1deg);
}

.tv-section-ribbon span {
    color: #ffd21a;
    font-size: clamp(1.25rem, 2vw, 2.25rem);
    text-shadow: 0 1px 0 rgba(58, 26, 16, 0.22);
}

.tv-poster-section.is-filled .tv-section-ribbon h2 {
    background: var(--tv-accent-2);
}

.tv-poster-section.is-special .tv-section-ribbon h2 {
    background: var(--tv-chocolate);
}

.tv-poster-products {
    align-content: center;
    align-items: center;
    display: grid;
    gap: clamp(0.3rem, 0.5vw, 0.5rem);
    grid-template-columns: repeat(auto-fit, minmax(min(6.4rem, 100%), 1fr));
    min-height: 0;
    overflow: hidden;
}

.tv-poster-product {
    align-items: end;
    background: rgba(255, 248, 241, 0.54);
    border-radius: 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    justify-content: flex-end;
    justify-items: center;
    min-width: 0;
    overflow: visible;
    padding: 0.25rem 0.25rem 0.35rem;
    text-align: center;
}

.tv-poster-product.is-sold-out {
    filter: grayscale(0.85);
    opacity: 0.5;
}

.tv-poster-media {
    align-items: center;
    display: grid;
    flex: 0 0 auto;
    justify-items: center;
    min-height: 0;
    width: 100%;
}

.tv-menu.is-drinks .tv-poster-media {
    height: clamp(5.8rem, 12vh, 8.2rem);
}

.tv-poster-media img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.tv-poster-product h3 {
    background: rgba(255, 248, 241, 0.86);
    border-radius: 0.35rem;
    color: #18110d;
    font-size: clamp(0.68rem, 0.86vw, 0.98rem);
    font-weight: 1000;
    line-height: 1;
    margin: 0.1rem 0 0;
    max-width: 100%;
    max-height: 2.05em;
    overflow: hidden;
    overflow-wrap: anywhere;
    padding: 0.05rem 0.25rem;
    text-transform: uppercase;
}

.tv-menu.is-drinks .tv-poster-product h3 {
    font-size: clamp(0.58rem, 0.75vw, 0.88rem);
}

.tv-poster-product strong {
    color: var(--tv-accent);
    display: none;
    font-size: clamp(0.95rem, 1.35vw, 1.6rem);
    font-weight: 1000;
    line-height: 0.95;
    margin-top: 0.15rem;
}

.tv-addons-strip {
    border: 3px solid var(--tv-accent-2);
    border-radius: clamp(0.9rem, 1.5vw, 1.35rem);
    display: grid;
    gap: clamp(0.8rem, 1vw, 1rem);
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: clamp(0.6rem, 1vw, 0.9rem);
}

.tv-addons-strip div {
    align-content: center;
    display: grid;
    justify-items: center;
    text-align: center;
}

.tv-addons-strip strong {
    color: var(--tv-chocolate);
    font-size: clamp(1rem, 1.5vw, 1.55rem);
    font-weight: 1000;
    line-height: 1;
    text-transform: uppercase;
}

.tv-addons-strip span {
    color: var(--tv-accent);
    font-size: clamp(1.4rem, 2.1vw, 2.25rem);
    font-weight: 1000;
    line-height: 1;
}

.tv-addons-strip small {
    color: rgba(58, 26, 16, 0.75);
    font-size: clamp(0.72rem, 0.9vw, 0.95rem);
    font-weight: 900;
    text-transform: uppercase;
}

.tv-feature-card {
    align-content: start;
    border: 2px solid rgba(230, 0, 79, 0.18);
    border-radius: clamp(1rem, 1.5vw, 1.35rem);
    display: grid;
    gap: clamp(0.5rem, 0.9vw, 0.8rem);
    justify-items: center;
    min-height: 0;
    overflow: hidden;
    padding: clamp(0.8rem, 1.2vw, 1.1rem);
    text-align: center;
}

.tv-feature-card span {
    background: var(--tv-accent);
    color: #fff;
    font-size: clamp(0.9rem, 1.2vw, 1.25rem);
    font-weight: 1000;
    padding: 0.3em 0.85em;
    text-transform: uppercase;
    transform: rotate(-1deg);
}

.tv-feature-card h2 {
    color: var(--tv-accent);
    font-size: clamp(1.45rem, 2.45vw, 2.8rem);
    font-weight: 1000;
    line-height: 0.9;
    margin: 0;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.tv-feature-media {
    aspect-ratio: 1 / 0.8;
    display: grid;
    place-items: center;
    width: 100%;
}

.tv-feature-media img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.tv-feature-card strong {
    background: var(--tv-accent);
    border-radius: 999px;
    color: #fff;
    font-size: clamp(1.9rem, 3.2vw, 3.5rem);
    font-weight: 1000;
    line-height: 1;
    padding: 0.12em 0.45em;
}

.tv-donuts-poster .tv-poster-hero h1 {
    font-size: clamp(3.8rem, 5.8vw, 6.6rem);
}

.tv-donuts-poster .tv-poster-section {
    overflow: visible;
    padding-block: clamp(0.45rem, 0.75vw, 0.7rem);
}

.tv-donuts-poster .tv-poster-sections,
.tv-donuts-poster .tv-poster-products {
    overflow: visible;
}

.tv-donuts-poster .tv-poster-media {
    height: clamp(5.2rem, 9vh, 7rem);
}

.tv-donuts-poster .tv-poster-products {
    grid-template-columns: repeat(auto-fit, minmax(min(5.7rem, 100%), 1fr));
}

/* TV poster v2: dynamic, readable, and built for 16:9 displays */
.glaze-tv-body {
    background: #fff6ef;
}

.tv-menu {
    --tv-accent: #eb0055;
    --tv-orange: #ff7a00;
    --tv-yellow: #ffcf14;
    --tv-ink: #2d130b;
    --tv-soft: #fff8f1;
    --tv-card: rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(120deg, rgba(235, 0, 85, 0.08), transparent 24%),
        linear-gradient(315deg, rgba(255, 122, 0, 0.12), transparent 28%),
        radial-gradient(circle at 82% 12%, rgba(255, 207, 20, 0.12), transparent 16%),
        #fff6ef;
    gap: 0.7rem;
    padding: clamp(0.6rem, 1.05vw, 1.1rem);
}

.tv-menu::before,
.tv-menu::after {
    animation: tvBrush 11s ease-in-out infinite alternate;
    border-radius: 999px;
    height: clamp(0.65rem, 1.2vw, 1rem);
    opacity: 0.98;
    width: 20vw;
}

.tv-menu::after {
    animation-delay: -4s;
}

.tv-poster-header {
    left: clamp(0.6rem, 1.05vw, 1.1rem);
    right: clamp(0.6rem, 1.05vw, 1.1rem);
    top: clamp(0.5rem, 0.9vw, 0.9rem);
}

.tv-logo-lockup img {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 0.6rem 1.8rem rgba(58, 26, 16, 0.08);
    height: clamp(2.6rem, 4.4vw, 4.8rem);
}

.tv-clock strong {
    font-size: clamp(1.35rem, 2.2vw, 2.55rem);
    text-shadow: 0 0.15rem 0 rgba(255, 255, 255, 0.7);
}

.tv-clock span {
    color: var(--tv-accent);
    font-size: clamp(0.55rem, 0.8vw, 0.82rem);
}

.tv-poster {
    gap: clamp(0.55rem, 0.85vw, 0.9rem);
    min-height: 0;
    padding-top: clamp(4.1rem, 6.8vw, 6.4rem);
}

.tv-drinks-poster {
    grid-template-columns: minmax(15.5rem, 0.29fr) minmax(0, 0.71fr);
    grid-template-rows: minmax(0, 1fr) auto;
}

.tv-donuts-poster {
    grid-template-columns: minmax(14.5rem, 0.24fr) minmax(0, 0.58fr) minmax(12.5rem, 0.18fr);
}

.tv-poster-hero {
    align-content: center;
    padding: 0.25rem clamp(0.55rem, 1vw, 1rem);
}

.tv-kicker {
    color: var(--tv-accent);
    font-size: clamp(0.48rem, 0.72vw, 0.8rem);
}

.tv-poster-hero h1 {
    color: var(--tv-accent);
    font-size: clamp(3rem, 5vw, 6rem);
    line-height: 0.82;
    text-shadow: 0 0.16rem 0 rgba(255, 255, 255, 0.9);
}

.tv-poster-hero strong {
    box-shadow: 0 0.35rem 0 rgba(255, 122, 0, 0.22);
    font-size: clamp(1.05rem, 1.9vw, 2.2rem);
}

.tv-poster-hero p {
    color: rgba(45, 19, 11, 0.82);
    font-size: clamp(0.82rem, 1.12vw, 1.28rem);
    line-height: 1.22;
    max-width: 23rem;
}

.tv-benefit-card {
    border-radius: clamp(0.6rem, 1vw, 1rem);
    box-shadow: 0 0.75rem 1.5rem rgba(235, 0, 85, 0.12);
    margin-top: clamp(0.65rem, 1vw, 1rem);
    padding: clamp(0.55rem, 0.9vw, 0.9rem);
}

.tv-benefit-card b {
    font-size: clamp(0.95rem, 1.35vw, 1.5rem);
}

.tv-poster-sections {
    gap: clamp(0.45rem, 0.72vw, 0.75rem);
    grid-auto-rows: minmax(0, 1fr);
    padding-top: 0;
}

.tv-poster-sections.is-changing-sections .tv-poster-section {
    animation: tvSectionIn 0.62s ease both;
    animation-delay: calc(var(--tv-section-index, 0) * 90ms);
}

.tv-poster-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 236, 0.84)),
        rgba(255, 255, 255, 0.75);
    border: 1.5px solid rgba(235, 0, 85, 0.2);
    border-radius: clamp(0.7rem, 1vw, 1rem);
    box-shadow: 0 0.75rem 1.8rem rgba(58, 26, 16, 0.06);
    gap: clamp(0.28rem, 0.5vw, 0.55rem);
    overflow: hidden;
    padding: clamp(0.42rem, 0.72vw, 0.72rem);
    transition: filter 0.35s ease, transform 0.35s ease;
}

.tv-poster-section[hidden] {
    display: none !important;
}

.tv-donuts-poster .tv-poster-section,
.tv-donuts-poster .tv-poster-sections,
.tv-donuts-poster .tv-poster-products {
    overflow: hidden;
}

.tv-section-ribbon {
    align-items: center;
    min-height: clamp(1.65rem, 2.5vw, 2.7rem);
}

.tv-section-ribbon h2 {
    border-radius: 0.08rem;
    box-shadow: 0 0.28rem 0 rgba(45, 19, 11, 0.12);
    font-size: clamp(0.95rem, 1.35vw, 1.6rem);
    padding: 0.25em 0.8em;
}

.tv-section-ribbon span {
    color: var(--tv-yellow);
    font-size: clamp(1rem, 1.55vw, 1.8rem);
    text-shadow: 0 0.1rem 0 rgba(45, 19, 11, 0.2);
}

.tv-section-ribbon small {
    background: rgba(45, 19, 11, 0.82);
    border-radius: 999px;
    color: #ffffff;
    font-size: clamp(0.5rem, 0.68vw, 0.72rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    padding: 0.34em 0.58em;
}

.tv-poster-products {
    align-content: stretch;
    align-items: stretch;
    gap: clamp(0.24rem, 0.4vw, 0.46rem);
    grid-template-columns: repeat(var(--tv-visible-items, 4), minmax(0, 1fr));
}

.tv-poster-product {
    align-items: center;
    background:
        radial-gradient(circle at 50% 56%, rgba(255, 224, 201, 0.5), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 248, 241, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 -0.18rem 0 rgba(235, 0, 85, 0.05);
    justify-content: center;
    overflow: hidden;
    padding: clamp(0.2rem, 0.42vw, 0.44rem);
    position: relative;
}

.tv-menu .tv-poster-product.is-sold-out {
    filter: none;
    opacity: 1;
}

.tv-poster-product[hidden] {
    display: none !important;
}

.tv-poster-section.is-switching .tv-poster-product {
    animation:
        tvCarouselIn 0.52s ease both,
        tvFloat 7s ease-in-out infinite;
    animation-delay: calc(var(--tv-item-index, 0) * 80ms), calc(var(--tv-item-index, 0) * -320ms);
}

.tv-poster-product:nth-child(odd) {
    animation: tvFloat 7s ease-in-out infinite;
}

.tv-poster-product:nth-child(even) {
    animation: tvFloat 7s ease-in-out infinite reverse;
}

.tv-poster-media {
    height: auto;
    min-height: 0;
}

.tv-poster-media img {
    filter: drop-shadow(0 0.45rem 0.35rem rgba(58, 26, 16, 0.1));
    height: auto;
    max-height: clamp(8rem, 22vh, 15.2rem);
    transform: scale(1.05);
    width: min(100%, clamp(8rem, 13vw, 13rem));
}

.tv-menu.is-drinks .tv-poster-media {
    height: auto;
}

.tv-menu.is-drinks .tv-poster-media img {
    max-height: clamp(8rem, 22vh, 15rem);
    transform: scale(1.08);
    width: min(100%, clamp(8.8rem, 14.5vw, 15rem));
}

.tv-poster-product h3 {
    background: rgba(45, 19, 11, 0.88);
    box-shadow: 0 0.22rem 0.45rem rgba(45, 19, 11, 0.12);
    border-radius: 0.2rem;
    bottom: clamp(0.12rem, 0.24vw, 0.24rem);
    color: #ffffff;
    font-size: clamp(0.5rem, 0.7vw, 0.78rem);
    left: clamp(0.12rem, 0.24vw, 0.24rem);
    line-height: 0.96;
    max-height: 2.95em;
    overflow: hidden;
    padding: 0.12rem 0.26rem;
    position: absolute;
    right: clamp(0.12rem, 0.24vw, 0.24rem);
    text-shadow: none;
    z-index: 2;
}

.tv-menu.is-drinks .tv-poster-product h3 {
    font-size: clamp(0.42rem, 0.58vw, 0.68rem);
}

.tv-poster-product strong {
    display: none;
}

.tv-addons-strip {
    background: rgba(255, 238, 221, 0.68);
    border: 2px solid var(--tv-orange);
    border-radius: clamp(0.6rem, 1vw, 1rem);
    box-shadow: 0 0.8rem 1.8rem rgba(255, 122, 0, 0.08);
    padding: clamp(0.35rem, 0.65vw, 0.65rem);
}

.tv-addons-strip strong {
    font-size: clamp(0.78rem, 1.08vw, 1.22rem);
}

.tv-addons-strip span {
    font-size: clamp(1.15rem, 1.7vw, 1.95rem);
}

.tv-addons-strip small {
    font-size: clamp(0.48rem, 0.66vw, 0.78rem);
}

.tv-feature-card {
    align-content: center;
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 224, 201, 0.46), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 238, 0.78));
    border-color: rgba(235, 0, 85, 0.24);
    box-shadow: 0 0.9rem 2rem rgba(58, 26, 16, 0.06);
    overflow: hidden;
}

.tv-feature-card span {
    font-size: clamp(0.68rem, 0.96vw, 1.1rem);
}

.tv-feature-card h2 {
    font-size: clamp(1.2rem, 1.82vw, 2.2rem);
    line-height: 0.94;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.tv-feature-media {
    aspect-ratio: 1 / 0.82;
    display: grid;
    min-height: 0;
    place-items: center;
}

.tv-feature-media img {
    filter: drop-shadow(0 0.8rem 0.65rem rgba(58, 26, 16, 0.12));
    height: 100%;
    max-height: clamp(10rem, 42vh, 21rem);
    object-fit: contain;
    width: 100%;
}

.tv-feature-card strong {
    font-size: clamp(1.9rem, 3vw, 3.35rem);
}

.tv-section-ribbon h2,
.tv-section-ribbon span,
.tv-feature-card span,
.tv-feature-card strong {
    animation: tvPulse 4.8s ease-in-out infinite;
}

.tv-feature-media img {
    animation: tvFeatureFloat 6.5s ease-in-out infinite;
}

.tv-donuts-poster .tv-poster-media {
    height: auto;
}

.tv-donuts-poster .tv-poster-products {
    grid-template-columns: repeat(var(--tv-visible-items, 4), minmax(0, 1fr));
}

.tv-donuts-poster .tv-poster-media img {
    max-height: clamp(10rem, 25vh, 18rem);
    transform: scale(1.05);
    width: min(100%, clamp(12rem, 18vw, 18.5rem));
}

.tv-menu.is-drinks .tv-poster-products {
    grid-template-columns: repeat(var(--tv-visible-items, 5), minmax(0, 1fr));
}

.tv-menu.is-drinks .tv-poster-section:first-child .tv-poster-products {
    grid-template-columns: repeat(var(--tv-visible-items, 5), minmax(0, 1fr));
}

.tv-menu.is-drinks .tv-poster-section:first-child .tv-poster-media img {
    max-height: clamp(8rem, 22vh, 15rem);
    transform: scale(1.08);
    width: min(100%, clamp(8.8rem, 14.5vw, 15rem));
}

.tv-menu-footer {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 0.8rem 2rem rgba(58, 26, 16, 0.08);
    min-height: clamp(1.9rem, 3vw, 3rem);
    padding-block: clamp(0.28rem, 0.52vw, 0.56rem);
}

.tv-menu-footer strong {
    font-size: clamp(0.78rem, 1vw, 1.15rem);
}

@keyframes tvFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.18rem);
    }
}

@keyframes tvBrush {
    from {
        transform: rotate(-9deg) translateX(0);
    }
    to {
        transform: rotate(-7deg) translateX(1.6vw);
    }
}

@keyframes tvPulse {
    0%, 100% {
        filter: saturate(1);
    }

    50% {
        filter: saturate(1.18) brightness(1.04);
    }
}

@keyframes tvFeatureFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-0.35rem) scale(1.015);
    }
}

@keyframes tvCarouselIn {
    from {
        opacity: 0;
        transform: translateY(0.8rem) scale(0.94);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes tvSectionIn {
    from {
        filter: blur(0.12rem);
        opacity: 0;
        transform: translateX(1rem) scale(0.985);
    }

    to {
        filter: blur(0);
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tv-menu::before,
    .tv-menu::after,
    .tv-poster-product,
    .tv-section-ribbon h2,
    .tv-section-ribbon span,
    .tv-feature-card span,
    .tv-feature-card strong,
    .tv-feature-media img,
    .tv-poster-section.is-switching .tv-poster-product,
    .tv-poster-sections.is-changing-sections .tv-poster-section {
        animation: none;
    }
}


.tv-empty {
    align-content: center;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--tv-border);
    border-radius: 1.5rem;
    display: grid;
    justify-items: center;
    text-align: center;
}

.tv-empty strong {
    color: var(--tv-chocolate);
    font-size: clamp(2rem, 4vw, 5rem);
    font-weight: 950;
}

.tv-empty span {
    color: rgba(58, 26, 16, 0.72);
    font-size: clamp(1rem, 2vw, 2rem);
}

.tv-menu-footer {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(230, 0, 79, 0.16);
    border-radius: 999px;
    box-shadow: 0 1rem 2rem rgba(58, 26, 16, 0.08);
    padding: clamp(0.45rem, 0.8vw, 0.75rem) clamp(1rem, 1.8vw, 2rem);
}

.tv-menu-footer strong {
    color: var(--tv-chocolate);
    font-size: clamp(0.9rem, 1.35vw, 1.45rem);
    font-weight: 950;
    text-align: center;
}

.tv-menu-footer span:last-child {
    justify-self: end;
}

@media (max-width: 1100px) {
    .glaze-tv-body {
        overflow: auto;
    }

    .tv-menu {
        height: auto;
        min-height: 100vh;
    }

    .tv-poster-header,
    .tv-menu-footer {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .tv-clock,
    .tv-menu-footer span:last-child {
        justify-self: center;
        text-align: center;
    }

    .tv-drinks-poster,
    .tv-donuts-poster {
        grid-template-columns: 1fr;
    }

    .tv-addons-strip,
    .tv-feature-card {
        grid-column: auto;
    }

    .tv-poster-products,
    .tv-addons-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

body {
    font-size: 0.95rem;
}

.main-content.app-content {
    min-height: calc(100vh - 4.25rem);
}

.header-logo img {
    object-fit: contain;
}

.header-logo .desktop-logo,
.header-logo .desktop-dark,
.header-logo .desktop-white {
    max-height: 2rem;
    max-width: 8.75rem;
    width: auto;
}

.header-logo .toggle-logo,
.header-logo .toggle-dark,
.header-logo .toggle-white {
    height: 2rem;
    width: 2rem;
}

.app-header .main-header-container,
.app-header .header-content-left,
.app-header .header-content-right,
.app-header .header-element {
    align-items: center;
}

.app-header .header-element {
    display: inline-flex;
}

.app-header .header-element form {
    align-items: center;
    display: inline-flex;
    margin: 0;
}

.app-header .header-logout-form {
    height: 2.5rem;
}

.app-header .header-link,
.app-header .header-button-link,
.app-header .quick-sale-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.app-header .header-button-link {
    appearance: none;
    height: 2.5rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 2.5rem;
}

.app-header .header-icon-button {
    color: inherit;
    font: inherit;
    vertical-align: middle;
}

.app-header .header-icon-button .header-link-icon {
    display: block;
    line-height: 1;
}

.app-header .quick-sale-link {
    gap: 0.25rem;
    min-height: 2.5rem;
}

.glaze-toast-container {
    margin-top: 4.25rem;
}

.glaze-toast {
    background: #ffffff;
    border: 1px solid var(--app-line) !important;
    border-radius: 0.85rem;
    box-shadow: var(--app-shadow);
    color: #321c14;
    min-width: min(360px, calc(100vw - 2rem));
    overflow: hidden;
}

.glaze-toast.is-replacing {
    animation: glazeToastPulse 160ms ease;
}

.glaze-toast::before {
    content: "";
    display: block;
    height: 3px;
}

.glaze-toast-success::before {
    background: rgb(var(--success-rgb));
}

.glaze-toast-error::before {
    background: rgb(var(--danger-rgb));
}

.glaze-toast-warning::before {
    background: rgb(var(--warning-rgb));
}

.glaze-toast-body {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    padding: 0.8rem 0.85rem;
}

.glaze-toast-logo {
    align-items: center;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 999px;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.glaze-toast-logo img {
    height: 1.5rem;
    width: 1.5rem;
}

.glaze-toast strong,
.glaze-toast small {
    display: block;
}

.glaze-toast strong {
    font-size: 0.84rem;
    font-weight: 800;
}

.glaze-toast small {
    color: #6f4a3a;
    font-size: 0.8rem;
    line-height: 1.25;
}

[data-theme="dark"] .glaze-toast {
    background: #1f2023;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #f8f7f4;
}

[data-theme="dark"] .glaze-toast small {
    color: rgba(255, 255, 255, 0.72);
}

.glaze-public-body .glaze-toast {
    background: #ffffff;
    border-color: rgba(111, 64, 40, 0.16) !important;
    box-shadow: 0 1rem 2.5rem rgba(50, 28, 20, 0.16);
    color: #321c14;
}

.glaze-public-body .glaze-toast small {
    color: #6f4a3a;
}

@keyframes glazeToastPulse {
    0% { transform: translateY(-4px); opacity: 0.82; }
    100% { transform: translateY(0); opacity: 1; }
}

.pos-shell {
    max-width: 1440px;
}

.app-container {
    max-width: 1540px;
}

.eyebrow {
    color: var(--app-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.catalog-product-card,
.product-card,
.receipt-card {
    border-color: var(--default-border, var(--app-line));
}

.section-head {
    border-bottom: 1px dashed var(--default-border, var(--app-line));
    padding-bottom: 0.85rem;
}

[data-theme="dark"] .modal-content,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .list-group-item {
    background: var(--app-surface);
    border-color: var(--app-line);
    color: var(--app-ink);
}

[data-theme="dark"] .modal-header,
[data-theme="dark"] .modal-footer {
    border-color: var(--app-line);
}

.table {
    --bs-table-color: var(--app-ink);
    --bs-table-bg: var(--app-surface);
    --bs-table-hover-bg: var(--app-surface-soft);
}

.table thead th {
    color: var(--app-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: var(--app-surface-soft);
    border-bottom-color: var(--app-line);
}

.table tbody td {
    border-color: var(--default-border);
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.module-ynex-card {
    color: inherit;
    min-height: 132px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.module-ynex-card:hover {
    color: inherit;
    transform: translateY(-2px);
}

.badge-soft-success {
    color: #0f6848;
    background: #dff6ec;
    border: 1px solid #bcebd8;
}

[data-theme="dark"] .text-secondary,
[data-theme="dark"] .text-muted {
    color: var(--app-muted) !important;
}

[data-theme="dark"] .text-bg-light {
    background-color: var(--app-surface-soft) !important;
    color: var(--app-ink) !important;
}

[data-theme="dark"] .text-bg-secondary {
    background-color: #4d403a !important;
    color: #f8eee8 !important;
}

[data-theme="dark"] .text-bg-success {
    background-color: #246348 !important;
    color: #e8fff4 !important;
}

[data-theme="dark"] .btn-outline-dark,
[data-theme="dark"] .btn-outline-secondary,
[data-theme="dark"] .btn-outline-primary {
    --bs-btn-color: var(--app-ink);
    --bs-btn-border-color: var(--app-line);
    --bs-btn-hover-bg: var(--app-surface-soft);
    --bs-btn-hover-border-color: var(--app-muted);
    --bs-btn-hover-color: var(--app-ink);
}

[data-theme="dark"] .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.status-line {
    border: 1px solid var(--app-line);
    border-left: 4px solid rgb(var(--primary-rgb));
    border-radius: 0.375rem;
    padding: 0.625rem 0.75rem;
    font-weight: 600;
}

.auth-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 18%, rgba(var(--primary-rgb), 0.13), transparent 28%),
        var(--default-body-bg-color);
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.auth-shell {
    width: min(100%, 1080px);
}

.auth-screen {
    align-items: stretch;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
}

.auth-brand-panel,
.auth-card {
    min-height: 560px;
}

.auth-brand-panel {
    align-content: space-between;
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    box-shadow: var(--app-shadow);
    display: grid;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.auth-brand-panel h1 {
    color: var(--default-text-color);
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.95;
    margin: 0 0 1rem;
}

.auth-brand-panel p {
    color: var(--app-muted);
    font-size: 1rem;
    margin: 0;
    max-width: 460px;
}

.auth-card {
    align-self: stretch;
    display: grid;
    align-content: center;
}

.auth-logo {
    display: block;
    max-width: 320px;
    width: 100%;
}

.auth-brand-name {
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: 0.32em;
}

.auth-brand-subtitle {
    color: rgb(var(--primary-rgb));
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.45em;
    margin-top: 0.35rem;
}

.product-button {
    height: 100%;
}

.category-filter-bar {
    display: flex;
    gap: 0.55rem;
    margin-bottom: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.pos-product-toolbar {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    margin-bottom: 0.85rem;
}

.pos-view-toggle {
    background: var(--app-surface-soft);
    border: 1px solid var(--app-line);
    border-radius: 999px;
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
}

.pos-view-button {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--app-muted);
    font-weight: 800;
    min-height: 36px;
    padding: 0.35rem 0.75rem;
}

.pos-view-button.active {
    background: var(--default-text-color);
    color: var(--custom-white);
}

.pos-availability-toggle {
    align-items: center;
    border: 1px solid var(--app-line);
    border-radius: 999px;
    color: var(--app-muted);
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.45rem 0.85rem;
    white-space: nowrap;
}

.category-filter {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 999px;
    color: var(--app-muted);
    flex: 0 0 auto;
    font-weight: 750;
    min-height: 42px;
    padding: 0.55rem 0.9rem;
}

.category-filter.active {
    background: var(--default-text-color);
    border-color: var(--default-text-color);
    color: var(--custom-white);
}

.product-grid {
    display: grid;
    gap: 1.1rem;
}

.product-category-section {
    display: grid;
    gap: 0.75rem;
}

.product-category-section.is-filtered-out,
.product-tile.is-filtered-out {
    display: none;
}

.product-category-heading {
    align-items: center;
    border-bottom: 1px solid var(--app-line);
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.45rem;
}

.product-category-heading h3 {
    color: var(--default-text-color);
    font-size: 0.95rem;
    font-weight: 850;
    margin: 0;
}

.product-category-heading span {
    color: var(--app-muted);
    font-size: 0.78rem;
    font-weight: 750;
}

.product-category-products {
    display: grid;
    gap: 0.75rem;
}

.product-grid-small .product-category-products {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}

.product-grid-medium .product-category-products {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.product-grid-large .product-category-products {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.product-card {
    width: 100%;
    min-height: 220px;
    border: 1px solid var(--app-line);
    border-radius: 1rem;
    background: var(--app-surface);
    color: var(--app-ink);
    padding: 0.75rem;
    text-align: left;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.85rem;
    overflow: hidden;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
    touch-action: manipulation;
}

.product-grid-small .product-card {
    min-height: 150px;
    padding: 0.55rem;
}

.product-grid-large .product-card {
    min-height: 292px;
    padding: 0.9rem;
}

.product-card:hover,
.product-card:focus {
    border-color: rgb(var(--primary-rgb));
    box-shadow: 0 0.75rem 1.75rem rgba(var(--primary-rgb), 0.14);
    transform: translateY(-1px);
}

.product-card:disabled {
    cursor: not-allowed;
    opacity: 0.62;
    background: var(--default-body-bg-color);
}

.product-tile[data-product-available="0"] .product-card {
    border-style: dashed;
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    max-height: 168px;
    border-radius: 0.85rem;
    background: var(--app-surface-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.45rem;
}

.product-grid-small .product-image {
    max-height: 84px;
}

.product-grid-large .product-image {
    max-height: 210px;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-image-fallback {
    color: var(--default-text-color);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.22em;
}

.product-info {
    display: grid;
    gap: 0.25rem;
    padding: 0 0.15rem 0.15rem;
}

.product-category {
    color: var(--app-muted);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.product-name {
    font-weight: 700;
    line-height: 1.2;
    min-height: 2.4em;
}

.product-grid-small .product-name {
    font-size: 0.82rem;
    min-height: 2.2em;
}

.product-grid-large .product-name {
    font-size: 1.05rem;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.2rem;
}

.product-meta strong,
.product-price {
    color: rgb(var(--secondary-rgb));
    font-weight: 800;
}

.product-meta small {
    color: var(--app-muted);
    white-space: nowrap;
}

[data-theme="dark"] .product-card {
    background: #181c22;
    border-color: #313742;
    color: #f4f6fb;
}

[data-theme="dark"] .product-card:hover,
[data-theme="dark"] .product-card:focus {
    border-color: rgba(var(--secondary-rgb), 0.9);
    box-shadow: 0 0.9rem 2rem rgba(0, 0, 0, 0.32);
}

[data-theme="dark"] .product-card:disabled {
    background: #14181d;
    border-color: #2b313b;
}

[data-theme="dark"] .product-image {
    background: #232933;
}

[data-theme="dark"] .product-name {
    color: #f4f6fb;
}

[data-theme="dark"] .product-meta small {
    color: rgba(244, 246, 251, 0.72);
}

.product-thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 0.75rem;
    border: 1px solid var(--app-line);
    background: var(--custom-white);
}

.product-thumb-empty {
    display: inline-grid;
    place-items: center;
    color: var(--app-muted);
}

.inventory-production-form {
    display: grid;
    gap: 0.25rem;
}

.inventory-production-list {
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    display: grid;
    max-height: 420px;
    overflow: auto;
}

.inventory-production-row {
    align-items: center;
    border-bottom: 1px solid var(--app-line);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) 92px;
    margin: 0;
    padding: 0.75rem;
}

.inventory-production-row:last-child {
    border-bottom: 0;
}

.inventory-production-row strong,
.inventory-production-row small {
    display: block;
}

.inventory-production-row small {
    color: var(--app-muted);
    font-size: 0.78rem;
    line-height: 1.25;
}

.inventory-production-row .form-control {
    min-height: 38px;
    text-align: center;
}

.catalog-shell {
    max-width: 1500px;
}

.catalog-workspace {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(300px, 380px) 1fr;
}

.catalog-editor {
    align-self: start;
    position: sticky;
    top: 1rem;
}

.catalog-board {
    min-height: 560px;
}

.catalog-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.catalog-product-card {
    background: var(--app-surface);
    border: 1px solid var(--app-line);
    border-radius: 1rem;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.catalog-product-card:hover {
    border-color: rgb(var(--primary-rgb));
    box-shadow: var(--app-soft-shadow);
    transform: translateY(-1px);
}

.catalog-product-media {
    aspect-ratio: 4 / 3;
    background: var(--custom-white);
    display: grid;
    overflow: hidden;
    place-items: center;
}

.catalog-product-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.catalog-product-body {
    display: grid;
    gap: 0.85rem;
    padding: 0.9rem;
}

.catalog-actions {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
}

.catalog-actions form,
.catalog-actions button {
    min-width: 0;
    width: 100%;
}

.catalog-actions form:last-child {
    grid-column: 1 / -1;
}

.product-edit-modal {
    background: var(--app-surface);
    border: 1px solid var(--app-line);
    border-radius: 1rem;
    color: var(--app-ink);
}

.product-edit-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.product-edit-upload {
    grid-column: 1 / -1;
}

.product-edit-full {
    grid-column: 1 / -1;
}

.catalog-product-body h3 {
    color: var(--default-text-color);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0.15rem 0 0;
}

.catalog-product-description {
    color: var(--app-muted);
    display: -webkit-box;
    font-size: 0.86rem;
    line-height: 1.35;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-product-body small {
    color: var(--app-muted);
    font-weight: 700;
}

.catalog-product-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.catalog-product-footer strong {
    color: rgb(var(--secondary-rgb));
    font-size: 1.05rem;
    font-weight: 850;
}

.catalog-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.55rem;
}

.catalog-product-tags span {
    background: rgba(var(--primary-rgb), 0.1);
    border: 1px solid rgba(var(--primary-rgb), 0.24);
    border-radius: 999px;
    color: var(--default-text-color);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.22rem 0.55rem;
}

.qr-code-pill {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 999px;
    color: var(--default-text-color);
    display: inline-flex;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.6rem;
    white-space: nowrap;
}

.customer-qr-card {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 1rem;
    box-shadow: var(--app-shadow);
    color: var(--app-ink);
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 1.5rem;
    text-align: center;
}

.customer-qr-brand {
    color: var(--default-text-color);
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.3em;
}

.customer-qr-subtitle {
    color: rgb(var(--primary-rgb));
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.customer-qr-image {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 1rem;
    display: block;
    height: auto;
    max-width: 320px;
    padding: 0.75rem;
    width: 100%;
}

.customer-qr-name {
    font-size: 1.2rem;
    font-weight: 800;
}

.customer-qr-code {
    color: var(--app-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.tier-badge {
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.3rem 0.6rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.tier-bronze {
    background: var(--default-body-bg-color);
    border-color: var(--default-border);
    color: #87522a;
}

.tier-silver {
    background: #f4f6f8;
    border-color: var(--default-border);
    color: #52616f;
}

.tier-gold {
    background: #fff6d8;
    border-color: #ead17a;
    color: #7a5b00;
}

.tier-diamond {
    background: #edf8ff;
    border-color: #a9d8f0;
    color: #14617c;
}

.ticket-panel {
    position: sticky;
    top: 1rem;
    border-radius: 1rem;
}

.qr-customer-panel {
    border-bottom: 1px solid var(--app-line);
    margin-bottom: 1.1rem;
    padding-bottom: 1.1rem;
}

.qr-customer-panel .section-head {
    margin-bottom: 0.75rem;
}

.qr-scan-form {
    display: grid;
    gap: 0.35rem;
}

.selected-customer-card {
    border: 1px solid var(--default-border);
    border-radius: 0.85rem;
    background: var(--custom-white);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.85rem;
    padding: 0.85rem;
}

[data-theme="dark"] .selected-customer-card,
[data-theme="dark"] .customer-points,
[data-theme="dark"] .history-sale,
[data-theme="dark"] .advisory-line,
[data-theme="dark"] .mixed-payment-head span,
[data-theme="dark"] .mixed-payment-status,
[data-theme="dark"] .ticket-note-pills span,
[data-theme="dark"] .reward-redemption-panel,
[data-theme="dark"] .reward-next-panel,
[data-theme="dark"] .clip-loader,
[data-theme="dark"] .clip-payment-details > div,
[data-theme="dark"] .catalog-product-media,
[data-theme="dark"] .empty-state {
    background: var(--app-surface-soft);
    border-color: var(--app-line);
}

.selected-customer-card strong,
.selected-customer-card span {
    display: block;
}

.selected-customer-card span {
    color: var(--app-muted);
    font-size: 0.86rem;
}

.customer-points {
    align-self: center;
    border-radius: 0.75rem;
    background: var(--custom-white);
    color: var(--default-text-color);
    min-width: 76px;
    padding: 0.5rem 0.65rem;
    text-align: center;
}

.customer-points span {
    color: rgb(var(--secondary-rgb));
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.customer-points small {
    color: var(--app-muted);
    font-weight: 700;
    text-transform: uppercase;
}

.customer-tier-line {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-top: 0.7rem;
}

.customer-tier-line small {
    color: var(--app-muted);
}

.customer-history {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.history-sale {
    align-items: center;
    border: 1px solid var(--default-border);
    border-radius: 0.75rem;
    color: inherit;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
}

.history-sale:hover {
    border-color: rgb(var(--primary-rgb));
}

.history-sale strong,
.history-sale small {
    display: block;
}

.history-sale small,
.history-empty {
    color: var(--app-muted);
}

.history-empty {
    border: 1px dashed var(--app-line);
    border-radius: 0.75rem;
    padding: 0.75rem;
    text-align: center;
}

.pos-advisory-panel {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.advisory-line {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-left: 4px solid rgb(var(--warning-rgb));
    border-radius: 0.75rem;
    color: var(--default-text-color);
    font-size: 0.88rem;
    font-weight: 650;
    padding: 0.65rem 0.75rem;
}

.advisory-promo {
    border-left-color: #38a169;
}

.ticket-items {
    display: grid;
    gap: 0.45rem;
    min-height: 160px;
}

.ticket-item {
    border-bottom: 1px solid var(--default-border);
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.ticket-item .fw-semibold {
    font-size: 0.94rem;
}

.ticket-item .small {
    line-height: 1.25;
}

.ticket-note-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.4rem;
}

.ticket-note-pills span {
    background: rgba(var(--primary-rgb), 0.1);
    border: 1px solid rgba(var(--primary-rgb), 0.18);
    border-radius: 999px;
    color: var(--default-text-color);
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1.1;
    padding: 0.25rem 0.5rem;
}

.ticket-item .ticket-line-actions {
    display: grid;
    justify-items: end;
}

.ticket-customize-button {
    color: rgb(var(--primary-rgb));
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.ticket-customize-button:hover {
    color: var(--default-text-color);
}

.ticket-totals {
    border-top: 1px solid var(--app-line);
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    display: grid;
    gap: 0.45rem;
}

.ticket-totals > div,
.receipt-totals > div,
.receipt-payments > div,
.receipt-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.ticket-total,
.receipt-total {
    font-size: 1.15rem;
}

.btn,
.form-control,
.form-select {
    min-height: 42px;
}

.form-control,
.form-select {
    background-color: var(--app-surface);
    border-color: var(--default-border);
    color: var(--app-ink);
    border-radius: 0.65rem;
}

[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select {
    border-color: var(--app-line);
}

[data-theme="dark"] .form-control::placeholder {
    color: #8f7d72;
}

.form-control:focus,
.form-select:focus {
    border-color: rgb(var(--primary-rgb));
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.15);
}

.btn {
    border-radius: 0.7rem;
    font-weight: 650;
}

.is-loading {
    pointer-events: none;
    opacity: 0.72;
}

.btn-lg {
    min-height: 54px;
}

.empty-state {
    border: 1px dashed var(--app-line);
    border-radius: 0.5rem;
    color: var(--app-muted);
    padding: 1rem;
    text-align: center;
}

.checkout-form {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.mixed-payment-panel {
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    display: grid;
    gap: 0.75rem;
    padding: 0.85rem;
}

.reward-redemption-panel,
.reward-next-panel {
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    display: grid;
    gap: 0.75rem;
    padding: 0.85rem;
}

.reward-next-panel {
    color: var(--app-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.reward-redemption-list {
    display: grid;
    gap: 0.5rem;
}

.reward-redemption-option {
    align-items: center;
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 0.75rem;
    color: var(--default-text-color);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    min-height: 46px;
    padding: 0.65rem 0.75rem;
    text-align: left;
}

.reward-redemption-copy {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.reward-redemption-option span {
    font-weight: 750;
}

.reward-redemption-copy small {
    color: var(--app-muted);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.reward-redemption-option strong {
    color: rgb(var(--primary-rgb));
    white-space: nowrap;
}

.reward-redemption-option.active {
    background: rgba(var(--primary-rgb), 0.1);
    border-color: rgb(var(--primary-rgb));
}

.mixed-payment-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.mixed-payment-head strong,
.mixed-payment-head span {
    display: block;
}

.mixed-payment-head span {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 999px;
    color: var(--default-text-color);
    font-weight: 800;
    min-width: 96px;
    padding: 0.45rem 0.7rem;
    text-align: center;
}

.mixed-payment-actions {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mixed-payment-actions .btn {
    min-height: 36px;
    padding-inline: 0.45rem;
}

.mixed-field-label {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}

.mixed-field-label .form-label {
    margin-bottom: 0.35rem;
}

.mixed-field-label .btn-link {
    color: rgb(var(--primary-rgb));
    font-size: 0.75rem;
    font-weight: 800;
    min-height: auto;
    padding: 0;
    text-decoration: none;
}

.mixed-payment-status {
    background: var(--custom-white);
    border: 1px dashed var(--app-line);
    border-radius: 0.75rem;
    color: var(--app-muted);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.6rem 0.75rem;
}

.mixed-payment-status.is-ready {
    background: rgba(var(--success-rgb), 0.1);
    border-color: rgba(var(--success-rgb), 0.25);
    color: rgb(var(--success-rgb));
}

.mixed-payment-status.is-warning {
    background: rgba(var(--warning-rgb), 0.1);
    border-color: rgba(var(--warning-rgb), 0.25);
    color: rgb(var(--warning-rgb));
}

.mixed-payment-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
}

.addon-modal {
    border: 1px solid var(--app-line);
    border-radius: 1rem;
}

.clip-payment-modal {
    border: 1px solid var(--app-line);
    border-radius: 1rem;
    box-shadow: var(--app-shadow);
}

.clip-payment-modal .modal-body {
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 2rem;
    text-align: center;
}

.sale-complete-icon {
    align-items: center;
    background: rgba(var(--success-rgb), 0.12);
    border: 1px solid rgba(var(--success-rgb), 0.22);
    border-radius: 999px;
    color: rgb(var(--success-rgb));
    display: inline-flex;
    font-size: 2rem;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.sale-complete-actions {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.sale-complete-rewards {
    background: rgba(var(--primary-rgb), 0.08);
    border: 1px solid rgba(var(--primary-rgb), 0.16);
    border-radius: 0.85rem;
    color: var(--default-text-color);
    display: grid;
    gap: 0.15rem;
    padding: 0.75rem 0.9rem;
    text-align: left;
    width: 100%;
}

.sale-complete-rewards strong {
    font-size: 0.88rem;
    font-weight: 800;
}

.sale-complete-rewards span,
.sale-complete-rewards small {
    color: var(--app-muted);
    line-height: 1.3;
}

.receipt-print-frame {
    border: 0;
    height: 0;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 0;
}

.clip-loader {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 999px;
    display: grid;
    height: 72px;
    place-items: center;
    width: 72px;
}

.clip-payment-details {
    display: grid;
    gap: 0.5rem;
    width: 100%;
}

.clip-payment-details > div {
    align-items: center;
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 0.75rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
}

.clip-payment-details span {
    color: var(--app-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.clip-payment-details strong {
    color: var(--default-text-color);
    font-size: 0.9rem;
    text-align: right;
}

.addon-options {
    display: grid;
    gap: 0.65rem;
}

.addon-option {
    align-items: center;
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    cursor: pointer;
    display: flex;
    gap: 0.75rem;
    min-height: 58px;
    padding: 0.75rem;
}

.addon-option:hover {
    border-color: rgb(var(--primary-rgb));
}

.addon-option span,
.addon-option strong,
.addon-option small {
    display: block;
}

.addon-option small {
    color: rgb(var(--secondary-rgb));
    font-weight: 750;
}

.bar-instructions {
    border-top: 1px solid var(--app-line);
    padding-top: 1rem;
}

.bar-instructions-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.bar-option-groups,
.bar-option-group {
    display: grid;
    gap: 0.75rem;
}

.bar-option-group > span {
    color: var(--app-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bar-option-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.bar-option-pill {
    align-items: center;
    background: var(--app-surface);
    border: 1px solid var(--app-line);
    border-radius: 999px;
    color: var(--app-ink);
    cursor: pointer;
    display: inline-flex;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.55rem 0.85rem;
}

.bar-option-pill:hover {
    border-color: rgb(var(--primary-rgb));
}

.bar-option-pill:has(input:checked) {
    background: rgba(var(--primary-rgb), 0.12);
    border-color: rgb(var(--primary-rgb));
}

.reward-catalog-form,
.reward-catalog-row {
    align-items: end;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(180px, 1.2fr) 120px 96px minmax(220px, 1.5fr) 92px auto;
}

.reward-catalog-row-visual {
    grid-template-columns: 108px minmax(180px, 1.15fr) minmax(220px, 1.5fr) 120px 96px 96px minmax(180px, 1fr) auto auto auto;
}

.reward-catalog-form-visual {
    grid-template-columns: minmax(180px, 1.2fr) minmax(220px, 1.5fr) 120px 96px 96px minmax(180px, 1fr) auto auto;
}

.commercial-list {
    display: grid;
    gap: 0.75rem;
    min-width: 0;
}

.section-hint {
    color: var(--app-muted);
    font-size: 0.86rem;
    font-weight: 600;
}

.commercial-row {
    align-items: end;
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
    padding: 0.85rem;
}

.addon-row {
    grid-template-columns: 3rem repeat(3, minmax(0, 1fr));
}

.bar-options-admin {
    display: grid;
    gap: 0.75rem;
}

.bar-option-row {
    align-items: end;
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 3rem repeat(2, minmax(0, 1fr));
    min-width: 0;
    padding: 0.85rem;
}

.commercial-row > *,
.bar-option-row > *,
.category-row > *,
.category-edit-form > *,
.promotion-row > * {
    min-width: 0;
}

.sortable-list {
    position: relative;
}

.is-sortable-dragging,
.is-sortable-dragging * {
    cursor: grabbing !important;
    user-select: none;
}

.sortable-list.is-saving {
    opacity: 0.72;
    pointer-events: none;
}

.sortable-list.is-sorting {
    touch-action: none;
}

.sortable-row {
    background: var(--app-surface);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
}

.sortable-row.is-dragging {
    border-color: rgb(var(--primary-rgb));
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    opacity: 0.58;
    transform: scale(0.99);
}

.drag-handle {
    cursor: grab;
    touch-action: none;
}

.drag-handle:active {
    cursor: grabbing;
}

.drag-handle:hover,
.drag-handle:focus-visible {
    background: rgba(var(--primary-rgb), 0.12);
    border-color: rgb(var(--primary-rgb));
    outline: none;
}

.promotion-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-row {
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(7.5rem, auto) auto;
}

.category-edit-form {
    align-items: end;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.category-usage {
    color: var(--app-muted);
    display: flex;
    flex-direction: column;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.2rem;
    justify-content: center;
    line-height: 1.15;
    min-height: 2.625rem;
    white-space: nowrap;
}

.commercial-check {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
    min-height: 42px;
    margin: 0;
}

.commercial-row .btn,
.bar-option-row .btn,
.category-row .btn {
    white-space: nowrap;
}

.addon-row .commercial-check {
    grid-column: 2;
}

.addon-row > button[type="submit"] {
    grid-column: 3 / -1;
    justify-self: end;
}

.bar-option-row .commercial-check {
    grid-column: 2;
}

.bar-option-row > button[type="submit"] {
    grid-column: 3;
    justify-self: end;
}

.promotion-row .commercial-check {
    align-self: center;
}

.promotion-row > button[type="submit"] {
    justify-self: end;
}

.cash-close-form {
    align-items: end;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(180px, 1fr) auto;
}

.reward-catalog-list {
    display: grid;
    gap: 0.75rem;
}

.reward-catalog-row {
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    padding: 0.85rem;
}

.reward-catalog-media {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: var(--app-surface-soft);
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0.5rem;
}

.reward-catalog-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reward-catalog-media span {
    color: var(--app-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reward-active-check {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
    min-height: 42px;
    margin: 0;
}

.reward-number-input {
    min-width: 86px;
}

.receipt-card {
    width: min(100%, 620px);
    background: var(--app-surface);
    border: 1px solid var(--app-line);
    border-radius: 0.85rem;
    padding: 1rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.06);
}

.receipt-header {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    border-bottom: 1px solid var(--app-line);
    padding-bottom: 0.55rem;
    margin-bottom: 0.55rem;
}

.receipt-logo {
    display: block;
    max-width: 150px;
    width: 100%;
}

.receipt-store {
    color: #544235;
    display: grid;
    gap: 0.08rem;
    font-size: 0.72rem;
    margin-top: 0.3rem;
}

.receipt-store strong {
    color: #1f1a17;
    font-size: 0.8rem;
}

.receipt-folio span,
.receipt-folio small {
    color: #544235;
    display: block;
}

.receipt-folio strong {
    color: #1f1a17;
    display: block;
    font-size: 0.82rem;
    margin: 0;
}

.receipt-meta-grid {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.45rem;
}

.receipt-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #544235;
    font-size: 0.74rem;
}

.receipt-meta strong {
    color: #1f1a17;
    font-size: 0.78rem;
    font-weight: 700;
}

.receipt-rewards-summary {
    border-top: 1px dashed var(--app-line);
    color: #544235;
    display: grid;
    gap: 0.1rem;
    margin: 0.4rem 0 0;
    padding: 0.35rem 0 0;
    font-size: 0.72rem;
}

.receipt-rewards-summary strong {
    color: #1f1a17;
    font-size: 0.76rem;
}

.receipt-rewards-summary small {
    color: #6a5547;
    line-height: 1.25;
}

.receipt-lines {
    display: grid;
    gap: 0.38rem;
    margin: 0.5rem 0;
}

.receipt-line-name {
    color: #1f1a17;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

.receipt-line-detail,
.receipt-line-note {
    color: #5f4b3e;
    font-size: 0.69rem;
    line-height: 1.2;
}

.receipt-line-note {
    margin-top: 0.08rem;
}

.receipt-line {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px dashed var(--default-border);
    padding-bottom: 0.38rem;
}

.receipt-totals,
.receipt-payments {
    border-top: 1px solid var(--app-line);
    padding-top: 0.45rem;
    margin-top: 0.45rem;
    display: grid;
    gap: 0.22rem;
}

.receipt-footer {
    color: #5f4b3e;
    display: grid;
    gap: 0.15rem;
    text-align: center;
    margin-top: 0.55rem;
    font-size: 0.7rem;
}

.receipt-footer strong {
    color: #1f1a17;
    font-size: 0.74rem;
}

.glaze-public-body {
    background: #ffffff;
    color: #3f2517;
    min-height: 100vh;
    overflow-x: hidden;
    --public-pink: #b8325c;
    --public-pink-dark: #922044;
    --public-cream: #fff6ef;
    --public-caramel: #f2b366;
    --public-brown: #5b3422;
    --public-ink: #2f1b14;
    --public-muted: #80665a;
    --public-line: #f3d7cc;
    --public-shadow: 0 24px 70px rgba(91, 52, 34, 0.1);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.glaze-public-body main {
    min-height: 100vh;
    overflow-x: clip;
}

.rewards-landing {
    align-items: center;
    background: #fffaf7;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: clamp(1.5rem, 5vw, 5rem);
    margin-inline: auto;
    max-width: 1220px;
    min-height: 100vh;
    overflow: hidden;
    padding: clamp(1.5rem, 5vw, 4.5rem);
    position: relative;
}

.rewards-landing::before {
    background: var(--public-cream);
    border-radius: 999px 0 0 999px;
    bottom: 0;
    content: "";
    position: absolute;
    right: min(-18vw, -140px);
    top: 0;
    width: min(45vw, 560px);
}

.rewards-landing > * {
    position: relative;
    z-index: 1;
}

.rewards-hero {
    align-content: center;
    display: grid;
    gap: clamp(1.25rem, 3vw, 2.25rem);
    min-width: 0;
}

.rewards-brand {
    margin-bottom: clamp(1rem, 3vw, 2rem);
}

.rewards-brand img {
    display: block;
    height: auto;
    max-width: 360px;
    width: min(100%, 360px);
}

.rewards-copy {
    max-width: 760px;
}

.rewards-copy span,
.rewards-kicker {
    color: var(--public-pink-dark);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rewards-copy h1,
.rewards-success h1 {
    color: var(--public-ink);
    font-size: clamp(2.45rem, 5vw, 4.7rem);
    font-weight: 800;
    line-height: 0.98;
    margin: 0 0 1.1rem;
    max-width: 760px;
    overflow-wrap: break-word;
}

.rewards-copy p {
    color: var(--public-muted);
    font-size: clamp(1rem, 1.6vw, 1.22rem);
    line-height: 1.65;
    margin: 0;
    max-width: 650px;
}

.rewards-feature-list {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
}

.rewards-feature-list > div {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--public-line);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(91, 52, 34, 0.06);
    display: flex;
    gap: 0.75rem;
    min-height: 82px;
    padding: 1rem;
}

.rewards-feature-list i {
    align-items: center;
    background: var(--public-cream);
    border-radius: 50%;
    color: var(--public-pink-dark);
    display: inline-flex;
    flex: 0 0 40px;
    font-size: 1.2rem;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.rewards-feature-list span {
    color: var(--public-brown);
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.2;
}

.rewards-note {
    align-items: center;
    color: var(--public-muted);
    display: inline-flex;
    font-size: 0.95rem;
    gap: 0.5rem;
}

.rewards-note i {
    color: var(--public-pink-dark);
    font-size: 1.2rem;
}

.rewards-program-proof {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    max-width: 760px;
}

.rewards-program-proof > div {
    background: #321c14;
    border-radius: 0.9rem;
    color: #fff;
    display: grid;
    gap: 0.15rem;
    padding: 0.85rem;
}

.rewards-program-proof span {
    color: #f7b86f;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.rewards-program-proof strong {
    font-size: 0.9rem;
    line-height: 1.25;
}

.rewards-field-help {
    color: #80665a;
    display: block;
    font-size: 0.78rem;
    line-height: 1.35;
    margin-top: 0.35rem;
}

.rewards-signup-card {
    align-self: center;
    background: #ffffff;
    border: 1px solid var(--public-line);
    border-radius: 24px;
    box-shadow: var(--public-shadow);
    color: var(--public-ink);
    min-width: 0;
    overflow: hidden;
}

.rewards-signup-card .card-header {
    background: transparent;
    border-color: var(--public-line) !important;
    padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.75rem) 1rem;
}

.rewards-signup-card .card-header h2 {
    color: var(--public-ink);
    font-weight: 800;
    margin: 0;
}

.rewards-signup-card .card-body {
    padding: 1.15rem clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.75rem);
}

.rewards-signup-card .form-label {
    color: var(--public-brown);
    font-weight: 700;
}

.rewards-signup-card .form-control {
    background: #fffdfb;
    border-color: #ead0c5;
    border-radius: 14px;
    color: var(--public-ink);
    min-height: 48px;
}

.rewards-signup-card .form-control:focus {
    border-color: var(--public-pink);
    box-shadow: 0 0 0 0.2rem rgba(244, 127, 160, 0.16);
}

.rewards-landing .btn-primary {
    background: var(--public-pink);
    border-color: var(--public-pink);
    border-radius: 14px;
    color: #ffffff;
    font-weight: 800;
    min-height: 50px;
}

.rewards-landing .btn-primary:hover,
.rewards-landing .btn-primary:focus {
    background: var(--public-pink-dark);
    border-color: var(--public-pink-dark);
}

.glaze-public-body .btn-primary {
    background: var(--public-pink);
    border-color: var(--public-pink);
    border-radius: 14px;
    color: #ffffff;
    font-weight: 800;
}

.glaze-public-body .btn-primary:hover,
.glaze-public-body .btn-primary:focus {
    background: var(--public-pink-dark);
    border-color: var(--public-pink-dark);
    color: #ffffff;
}

.glaze-public-body .btn-outline-primary {
    border-color: var(--public-pink);
    border-radius: 14px;
    color: var(--public-pink-dark);
    font-weight: 800;
}

.glaze-public-body .btn-outline-primary:hover,
.glaze-public-body .btn-outline-primary:focus {
    background: var(--public-pink);
    border-color: var(--public-pink);
    color: #ffffff;
}

.rewards-form {
    display: grid;
    gap: 1rem;
}

.rewards-form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}

.rewards-privacy-note {
    color: var(--public-muted);
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: center;
}

.rewards-legal-check {
    align-items: flex-start;
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1rem;
    color: #6f4a3a;
    display: flex;
    gap: 0.75rem;
    line-height: 1.45;
    padding: 0.9rem;
}

.rewards-legal-check input {
    flex: 0 0 auto;
    margin-top: 0.2rem;
}

.rewards-legal-check a {
    color: #321c14;
    font-weight: 900;
}

.rewards-success {
    background: #fffaf7;
    display: grid;
    min-height: 100vh;
    padding: 1.25rem;
    place-items: center;
}

.rewards-success-card {
    background: #ffffff;
    border: 1px solid var(--public-line);
    border-radius: 24px;
    box-shadow: var(--public-shadow);
    color: var(--public-ink);
    display: grid;
    gap: 1.4rem;
    max-width: 620px;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    text-align: center;
    width: min(100%, 620px);
}

.rewards-success-logo {
    justify-self: center;
    max-width: 260px;
    width: 100%;
}

.rewards-success-card p {
    color: var(--public-muted);
    line-height: 1.6;
}

.rewards-qr {
    background: #fffdfb;
    border: 1px dashed #eacdc1;
    border-radius: 20px;
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    padding: 1rem;
}

.rewards-qr svg {
    height: auto;
    max-width: 260px;
    width: 100%;
}

.rewards-qr strong {
    color: var(--public-brown);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.status-line {
    background: var(--public-cream);
    border: 1px solid var(--public-line);
    border-radius: 16px;
    color: var(--public-brown);
    font-weight: 750;
    padding: 0.85rem 1rem;
}

.wallet-actions,
.wallet-other {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.wallet-unavailable {
    color: var(--public-muted);
    font-size: 0.88rem;
    text-align: center;
    width: 100%;
}

@media (max-width: 991.98px) {
    .auth-screen,
    .rewards-landing {
        grid-template-columns: 1fr;
    }

    .auth-brand-panel,
    .auth-card,
    .rewards-hero {
        min-height: auto;
    }

    .auth-brand-panel h1 {
        font-size: 2.4rem;
    }

    .rewards-feature-list {
        grid-template-columns: 1fr;
    }

    .rewards-landing {
        background: #fffaf7;
        overflow: hidden;
    }

    .rewards-landing::before {
        display: none;
    }

    .rewards-copy h1 {
        font-size: clamp(2.45rem, 11vw, 4.5rem);
    }

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

    .ticket-panel {
        position: static;
    }

    .catalog-workspace {
        grid-template-columns: 1fr;
    }

    .catalog-editor {
        position: static;
    }

    .pos-product-toolbar {
        grid-template-columns: 1fr;
    }

    .pos-view-toggle {
        justify-content: stretch;
    }

    .pos-view-button {
        flex: 1 1 0;
    }

    .reward-catalog-form,
    .reward-catalog-form-visual,
    .reward-catalog-row,
    .reward-catalog-row-visual,
    .commercial-row,
    .bar-option-row,
    .promotion-row,
    .category-row,
    .category-edit-form,
    .cash-close-form {
        grid-template-columns: 1fr 1fr;
    }

    .category-row {
        grid-template-columns: 1fr;
    }

    .category-edit-form {
        grid-template-columns: 1fr 1fr;
    }

    .category-edit-form > button[type="submit"],
    .category-row > form:last-child .btn {
        justify-self: stretch;
        width: 100%;
    }

    .category-usage {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        white-space: normal;
    }

    .addon-row {
        grid-template-columns: 3rem repeat(2, minmax(0, 1fr));
    }

    .addon-row > div:nth-of-type(3) {
        grid-column: 2 / -1;
    }

    .addon-row .commercial-check {
        grid-column: 2;
    }

    .addon-row > button[type="submit"] {
        grid-column: 3;
    }

    .bar-option-row {
        grid-template-columns: 3rem repeat(2, minmax(0, 1fr));
    }

    .bar-option-row .commercial-check {
        grid-column: 2;
    }

    .bar-option-row > button[type="submit"] {
        grid-column: 3;
    }

    .reward-description-field {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .product-edit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .module-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: 220px;
    }

    .product-image {
        max-height: 132px;
    }

    .product-name {
        font-size: 0.95rem;
    }

    .reward-catalog-form,
    .reward-catalog-form-visual,
    .reward-catalog-row,
    .reward-catalog-row-visual,
    .commercial-row,
    .bar-option-row,
    .promotion-row,
    .category-row,
    .category-edit-form,
    .cash-close-form,
    .mixed-payment-grid {
        grid-template-columns: 1fr;
    }

    .addon-row > div:nth-of-type(3),
    .addon-row .commercial-check,
    .addon-row > button[type="submit"],
    .bar-option-row .commercial-check,
    .bar-option-row > button[type="submit"],
    .promotion-row .commercial-check,
    .promotion-row > button[type="submit"],
    .category-edit-form > button[type="submit"] {
        grid-column: 1 / -1;
        justify-self: stretch;
        width: 100%;
    }

    .addon-row .drag-handle,
    .bar-option-row .drag-handle {
        justify-self: start;
    }

    .receipt-header {
        display: grid;
    }

    .receipt-folio {
        text-align: left !important;
    }

    .rewards-form-grid {
        grid-template-columns: 1fr;
    }
}

@media print {
    .no-print,
    .navbar {
        display: none !important;
    }

    html,
    body {
        background: #ffffff !important;
        color: #000000 !important;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    @page {
        margin: 3mm 3mm 4mm;
        size: auto;
    }

    main.container-fluid {
        padding: 0 !important;
    }

    .receipt-page {
        margin: 0 !important;
        padding: 0 !important;
    }

    .receipt-card {
        width: 72mm;
        max-width: 72mm;
        border: 0;
        box-shadow: none;
        color: #000000 !important;
        font-size: 10px;
        padding: 0;
        background: #ffffff !important;
    }

    .receipt-logo {
        max-width: 34mm;
        filter: contrast(1.1) saturate(1.05);
    }

    .receipt-header,
    .receipt-line {
        gap: 0.35rem;
    }

    .receipt-lines,
    .receipt-totals,
    .receipt-payments {
        gap: 0.18rem;
    }

    .receipt-store,
    .receipt-folio small,
    .receipt-meta,
    .receipt-line-detail,
    .receipt-line-note,
    .receipt-footer,
    .receipt-rewards-summary,
    .receipt-rewards-summary small {
        color: #000000 !important;
    }

    .receipt-rewards-summary {
        border-color: #000000 !important;
    }

    .receipt-line,
    .receipt-header,
    .receipt-totals,
    .receipt-payments {
        border-color: #000000 !important;
    }

.customer-qr-card {
        border: 0;
        box-shadow: none;
        margin: 0 auto;
        max-width: 420px;
    }
}

.qr-customer-suggestions {
    background: var(--custom-white);
    border: 1px solid var(--app-line);
    border-radius: 0.75rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
    display: grid;
    gap: 0;
    margin-top: 0.45rem;
    max-height: 240px;
    overflow: auto;
}

.qr-customer-suggestion {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--app-line);
    color: var(--default-text-color);
    display: grid;
    gap: 0.1rem;
    padding: 0.7rem 0.8rem;
    text-align: left;
}

.qr-customer-suggestion:last-child {
    border-bottom: 0;
}

.qr-customer-suggestion strong {
    font-size: 0.84rem;
    font-weight: 800;
}

.qr-customer-suggestion small {
    color: var(--app-muted);
    font-size: 0.73rem;
}

.qr-customer-suggestion:hover,
.qr-customer-suggestion:focus {
    background: rgba(var(--primary-rgb), 0.08);
}

[data-theme="dark"] .qr-customer-suggestions {
    background: #1f2023;
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .qr-customer-suggestion {
    border-bottom-color: rgba(255, 255, 255, 0.08);
    color: #f8f7f4;
}

[data-theme="dark"] .qr-customer-suggestion small,
[data-theme="dark"] .sale-complete-rewards span,
[data-theme="dark"] .sale-complete-rewards small {
    color: rgba(255, 255, 255, 0.72);
}

[data-theme="dark"] .qr-customer-suggestion:hover,
[data-theme="dark"] .qr-customer-suggestion:focus {
    background: rgba(var(--primary-rgb), 0.16);
}

[data-theme="dark"] .sale-complete-rewards {
    background: rgba(var(--primary-rgb), 0.12);
    border-color: rgba(var(--primary-rgb), 0.22);
}

.glaze-public-body {
    background: #ffffff;
    color: #321c14;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
    --public-accent: #b8325c;
    --public-accent-hover: #922044;
    --public-accent-soft: #fff0f4;
    --public-focus: rgba(184, 50, 92, 0.28);
}

.glaze-public-body .btn {
    border-radius: 999px;
    font-weight: 800;
    padding-inline: 1.3rem;
}

.glaze-public-body .btn-primary {
    --bs-btn-bg: var(--public-accent);
    --bs-btn-border-color: var(--public-accent);
    --bs-btn-hover-bg: var(--public-accent-hover);
    --bs-btn-hover-border-color: var(--public-accent-hover);
    --bs-btn-active-bg: #781936;
    --bs-btn-active-border-color: #781936;
    --bs-btn-color: #ffffff;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-active-color: #ffffff;
    --bs-btn-disabled-bg: #ded3cf;
    --bs-btn-disabled-border-color: #ded3cf;
    --bs-btn-disabled-color: #5f4b43;
}

.public-navbar {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(111, 64, 40, 0.12);
    backdrop-filter: blur(16px);
    min-height: 5rem;
    position: sticky;
    top: 0;
    z-index: 20;
}

.public-topline {
    background: #321c14;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 850;
    padding: 0.55rem 0;
}

.public-topline .container {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.public-topline a {
    align-items: center;
    color: #f7b86f;
    display: inline-flex;
    gap: 0.35rem;
    text-decoration: none;
}

.public-navbar .navbar-brand img {
    height: auto;
    max-height: 3.1rem;
    width: min(13.5rem, 52vw);
}

.public-navbar .nav-link {
    align-items: center;
    color: #6f4a3a;
    display: inline-flex;
    gap: 0.4rem;
    font-weight: 800;
}

.public-navbar .nav-link:hover,
.public-navbar .nav-link:focus {
    color: #ef7198;
}

.public-nav-action {
    align-items: center;
    border-color: rgba(111, 64, 40, 0.26);
    color: #321c14;
    display: inline-flex;
    gap: 0.4rem;
    justify-content: center;
}

.public-session-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
    margin-left: 0.85rem;
}

.public-profile-button {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
    justify-content: center;
    min-height: 2.5rem;
}

.public-profile-menu {
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(50, 28, 20, 0.12);
    min-width: 17rem;
    overflow: hidden;
    padding: 0.45rem;
}

.public-profile-menu-head {
    background: #fff8f3;
    border-radius: 0.75rem;
    display: grid;
    gap: 0.15rem;
    margin-bottom: 0.35rem;
    padding: 0.75rem;
}

.public-profile-menu-head strong,
.public-profile-menu-head span {
    display: block;
}

.public-profile-menu-head strong {
    color: #321c14;
    font-weight: 950;
}

.public-profile-menu-head span {
    color: #7a5d50;
    font-size: 0.85rem;
}

.public-profile-menu .dropdown-item {
    align-items: center;
    border-radius: 0.65rem;
    display: flex;
    gap: 0.55rem;
    font-weight: 800;
    padding: 0.65rem 0.75rem;
}

.public-hero {
    background:
        linear-gradient(90deg, rgba(244, 127, 160, 0.07), transparent 38%),
        #ffffff;
    padding: clamp(3rem, 8vw, 7rem) 0 clamp(2.5rem, 7vw, 5.5rem);
}

.public-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
}

.public-kicker {
    color: #ef7198;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.public-hero-copy h1,
.public-section-head h2,
.public-rewards-grid h2,
.public-location-card h2 {
    color: #321c14;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.98;
}

.public-hero-copy h1 {
    font-size: clamp(3rem, 8vw, 6.8rem);
    max-width: 12ch;
}

.public-hero-copy p {
    color: #7a5d50;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.75;
    margin: 1.25rem 0 0;
    max-width: 40rem;
}

.public-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.public-hero-product {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: linear-gradient(145deg, #fff 0%, #ffe9d7 100%);
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.public-hero-product img {
    height: 86%;
    object-fit: contain;
    width: 86%;
}

.public-section {
    padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.public-section-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.public-section-head h2,
.public-rewards-grid h2,
.public-location-card h2 {
    font-size: clamp(2.1rem, 5vw, 4rem);
    margin: 0;
}

.public-product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-product-card {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 1rem 3rem rgba(111, 64, 40, 0.08);
    display: grid;
    gap: 1rem;
    overflow: hidden;
    padding: 1rem;
}

.public-product-image {
    align-items: center;
    aspect-ratio: 1.1 / 1;
    background: #fff8f3;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.public-product-image img {
    height: 86%;
    object-fit: contain;
    width: 86%;
}

.public-product-card h3 {
    color: #321c14;
    font-size: 1.05rem;
    font-weight: 900;
    margin-bottom: 0.35rem;
}

.public-product-card p,
.public-rewards-grid p,
.public-location-card p,
.public-footer p {
    color: #7a5d50;
    line-height: 1.65;
    margin: 0;
}

.public-rewards-band {
    background: #ef7198;
    color: #fff;
    padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.public-rewards-band .public-kicker,
.public-rewards-band h2,
.public-rewards-band p {
    color: #fff;
}

.public-rewards-grid {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr) auto;
}

.public-benefits {
    display: grid;
    gap: 0.75rem;
}

.public-benefits div,
.public-location-info div {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.public-benefits div {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1rem;
    color: #fff;
    font-weight: 800;
    padding: 0.9rem 1rem;
}

.public-benefits i,
.public-location-info i {
    font-size: 1.25rem;
}

.public-location-section {
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.public-location-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.5rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr);
    padding: clamp(1.5rem, 4vw, 3rem);
}

.public-location-info {
    display: grid;
    gap: 0.8rem;
}

.public-location-info div {
    background: #fff8f3;
    border-radius: 1rem;
    color: #6f4a3a;
    font-weight: 800;
    padding: 1rem;
}

.public-footer {
    background: #321c14;
    color: #fff;
    padding: 2rem 0;
}

.public-footer-grid {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}

.public-footer-logo {
    background: #fff8f3;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    height: 3.25rem;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0.55rem 0.85rem;
    width: 11rem;
}

.public-footer p {
    color: rgba(255, 255, 255, 0.72);
    margin-top: 0.85rem;
}

.public-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.public-footer-links a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.public-footer-links a:hover,
.public-footer-links a:focus {
    color: #f7b86f;
}

.public-legal-page {
    background: #fff;
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.public-legal-page h1 {
    color: #321c14;
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.public-legal-updated {
    color: #7a5d50;
    margin: 0.75rem 0 1.5rem;
}

.public-legal-card {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.08);
    color: #6f4a3a;
    display: grid;
    gap: 0.9rem;
    line-height: 1.7;
    max-width: 960px;
    padding: clamp(1.1rem, 3vw, 2rem);
}

.public-legal-card h2 {
    color: #321c14;
    font-size: 1.15rem;
    font-weight: 950;
    margin: 0.75rem 0 0;
}

.public-legal-card p {
    margin: 0;
}

@media (max-width: 991.98px) {
    .public-hero-grid,
    .public-rewards-grid,
    .public-location-card {
        grid-template-columns: 1fr;
    }

    .public-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-rewards-action {
        justify-self: start;
    }
}

@media (max-width: 575.98px) {
    .public-navbar {
        min-height: 4.3rem;
    }

    .public-hero-copy h1 {
        font-size: clamp(2.65rem, 16vw, 4.2rem);
    }

    .public-product-grid {
        grid-template-columns: 1fr;
    }

    .public-footer-grid {
        align-items: flex-start;
        flex-direction: column;
    }
}

.public-hero-v2 {
    background:
        radial-gradient(circle at 88% 12%, rgba(239, 113, 152, 0.18), transparent 26rem),
        linear-gradient(180deg, #fffaf6 0%, #fff3ea 100%);
    padding-top: clamp(4rem, 9vw, 8rem);
}

.public-hero-grid-v2 {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.public-hero-v2 .public-hero-copy h1 {
    max-width: 13ch;
}

.public-hero-metrics {
    border-top: 1px solid rgba(111, 64, 40, 0.14);
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
    max-width: 42rem;
    padding-top: 1.15rem;
}

.public-hero-metrics strong,
.public-hero-metrics span {
    display: block;
}

.public-hero-metrics strong {
    color: #321c14;
    font-size: 0.92rem;
    font-weight: 950;
}

.public-hero-metrics span {
    color: #7a5d50;
    font-size: 0.84rem;
    line-height: 1.35;
}

.public-showcase {
    display: grid;
    gap: 1rem;
}

.public-showcase-main {
    align-items: center;
    aspect-ratio: 1.16 / 1;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 234, 218, 0.88)),
        #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: clamp(1.4rem, 4vw, 2.4rem);
    box-shadow: 0 2rem 5rem rgba(111, 64, 40, 0.12);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.public-showcase-main::after {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    bottom: 10%;
    content: "";
    filter: blur(8px);
    height: 1.4rem;
    left: 28%;
    position: absolute;
    right: 28%;
}

.public-showcase-main img {
    height: 82%;
    object-fit: contain;
    position: relative;
    width: 82%;
    z-index: 1;
}

.public-showcase-badge {
    background: #321c14;
    border-radius: 1rem;
    bottom: 1rem;
    box-shadow: 0 1rem 2rem rgba(50, 28, 20, 0.18);
    color: #fff;
    display: grid;
    gap: 0.1rem;
    left: 1rem;
    padding: 0.8rem 1rem;
    position: absolute;
    z-index: 3;
}

.public-showcase-badge span {
    color: #f7b86f;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.public-showcase-badge strong {
    font-size: 1.1rem;
    line-height: 1;
}

.public-menu-teaser {
    background: #fff;
    padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.public-category-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-category-tile {
    align-items: end;
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.35rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42%;
    min-height: 230px;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
}

.public-category-tile span {
    color: #321c14;
    display: block;
    font-size: 1.55rem;
    font-weight: 950;
    line-height: 1;
    margin-bottom: 0.55rem;
}

.public-category-tile p {
    color: #7a5d50;
    line-height: 1.55;
    margin: 0;
}

.public-category-tile img {
    align-self: center;
    height: 88%;
    justify-self: center;
    object-fit: contain;
    width: 120%;
}

.public-section-note {
    color: #7a5d50;
    font-size: 0.92rem;
    font-weight: 750;
}

.public-seasonal-band {
    background: #fff;
    padding: 0 0 clamp(3rem, 7vw, 5.5rem);
}

.public-seasonal-card {
    align-items: center;
    background: #321c14;
    border-radius: clamp(1.5rem, 4vw, 2.5rem);
    color: #fff;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    overflow: hidden;
    padding: clamp(1.5rem, 5vw, 4rem);
}

.public-seasonal-copy .public-kicker,
.public-seasonal-copy h2,
.public-seasonal-copy p {
    color: #fff;
}

.public-seasonal-copy h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 950;
    line-height: 1;
    margin-bottom: 1rem;
}

.public-seasonal-copy p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.public-seasonal-images {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-seasonal-images img {
    aspect-ratio: 1 / 1;
    background: #fff8f3;
    border-radius: 999px;
    object-fit: contain;
    padding: 0.6rem;
    width: 100%;
}

.public-wallet-strip {
    background: #fff8f3;
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.public-wallet-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.25rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 3.5rem minmax(0, 1fr) auto;
    padding: 1rem;
}

.public-wallet-card i {
    align-items: center;
    background: #fff0e5;
    border-radius: 999px;
    color: #ef7198;
    display: inline-flex;
    font-size: 1.5rem;
    height: 3.5rem;
    justify-content: center;
    width: 3.5rem;
}

.public-wallet-card strong,
.public-wallet-card span {
    display: block;
}

.public-wallet-card strong {
    color: #321c14;
    font-size: 1.05rem;
    font-weight: 950;
}

.public-wallet-card span {
    color: #7a5d50;
}

.public-wallet-card a {
    color: #ef7198;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.public-mobile-cta {
    bottom: 1rem;
    display: none;
    left: 1rem;
    position: fixed;
    right: 1rem;
    z-index: 30;
}

.public-mobile-cta .btn {
    box-shadow: 0 1rem 2rem rgba(239, 113, 152, 0.28);
    width: 100%;
}

.public-showcase-strip {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-showcase-strip div {
    align-items: center;
    aspect-ratio: 1.35 / 1;
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.15rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.08);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.public-showcase-strip img {
    height: 78%;
    object-fit: contain;
    width: 78%;
}

.public-moments-section {
    background: #fff;
    border-bottom: 1px solid rgba(111, 64, 40, 0.1);
    border-top: 1px solid rgba(111, 64, 40, 0.1);
    padding: 1rem 0;
}

.public-moments-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-moment-card {
    align-items: center;
    display: grid;
    gap: 0.95rem;
    grid-template-columns: 3rem minmax(0, 1fr);
    padding: 1rem 0;
}

.public-moment-card i {
    align-items: center;
    background: #fff0e5;
    border-radius: 999px;
    color: #ef7198;
    display: inline-flex;
    font-size: 1.25rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.public-moment-card h2 {
    color: #321c14;
    font-size: 1rem;
    font-weight: 950;
    margin: 0 0 0.2rem;
}

.public-moment-card p {
    color: #7a5d50;
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0;
}

.public-text-link {
    align-items: center;
    color: #ef7198;
    display: inline-flex;
    font-weight: 900;
    gap: 0.35rem;
    text-decoration: none;
    white-space: nowrap;
}

.public-text-link:hover,
.public-text-link:focus {
    color: #321c14;
}

.public-product-card {
    position: relative;
}

.public-product-tag {
    background: #fff0e5;
    border: 1px solid rgba(239, 113, 152, 0.18);
    border-radius: 999px;
    color: #ef7198;
    font-size: 0.72rem;
    font-weight: 950;
    left: 1rem;
    padding: 0.35rem 0.6rem;
    position: absolute;
    text-transform: uppercase;
    top: 1rem;
    z-index: 2;
}

.public-rewards-band-v2 {
    background:
        linear-gradient(135deg, #ef7198 0%, #ea8a75 55%, #f7b86f 100%);
}

.public-visit-grid {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
}

.public-visit-copy h2 {
    color: #321c14;
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.98;
    margin-bottom: 1rem;
}

.public-visit-copy p {
    color: #7a5d50;
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 42rem;
}

.public-location-panel {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.4rem;
    box-shadow: 0 1rem 3rem rgba(111, 64, 40, 0.08);
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.public-location-panel div {
    align-items: center;
    background: #fff8f3;
    border-radius: 1rem;
    color: #6f4a3a;
    display: flex;
    font-weight: 850;
    gap: 0.75rem;
    padding: 1rem;
}

.public-location-panel i {
    color: #ef7198;
    font-size: 1.25rem;
}

.public-visit-layout {
    align-items: stretch;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.public-map-card {
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.08);
    min-height: 360px;
    overflow: hidden;
}

.public-map-card iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 360px;
    width: 100%;
}

.public-nearby-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.public-nearby-grid article {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.15rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.06);
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
}

.public-nearby-grid i {
    color: #ef7198;
    font-size: 1.35rem;
}

.public-nearby-grid span {
    color: #7a5d50;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.public-nearby-grid strong,
.public-nearby-grid a {
    color: #321c14;
    font-weight: 950;
    line-height: 1.25;
    text-decoration: none;
}

.public-nearby-grid a:hover,
.public-nearby-grid a:focus {
    color: #ef7198;
}

.public-contact-section {
    background: #fffaf7;
}

.public-contact-card {
    align-items: center;
    background: #321c14;
    border-radius: 1.75rem;
    box-shadow: 0 1.5rem 4rem rgba(50, 28, 20, 0.16);
    color: #ffffff;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    padding: clamp(1.4rem, 4vw, 2.5rem);
}

.public-contact-card .public-kicker,
.public-contact-card h2,
.public-contact-card p {
    color: #ffffff;
}

.public-contact-card h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    margin: 0.35rem 0 0.9rem;
}

.public-contact-card p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin: 0;
}

.public-contact-actions {
    display: grid;
    gap: 0.75rem;
}

.public-contact-actions > div {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.1rem;
    display: grid;
    gap: 0.2rem 0.75rem;
    grid-template-columns: 2.6rem minmax(0, 1fr);
    padding: 0.9rem;
}

.public-contact-actions i {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0.85rem;
    color: #f7b86f;
    display: inline-flex;
    font-size: 1.25rem;
    grid-row: span 2;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.public-contact-actions span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    font-weight: 850;
    text-transform: uppercase;
}

.public-contact-actions a {
    color: #ffffff;
    font-weight: 900;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.public-contact-actions a:hover,
.public-contact-actions a:focus {
    color: #f7b86f;
}

.public-menu-hero {
    background:
        linear-gradient(90deg, rgba(244, 127, 160, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
    border-bottom: 1px solid rgba(111, 64, 40, 0.1);
    padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.public-menu-hero-grid {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
}

.public-menu-hero h1 {
    color: #321c14;
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.94;
    margin: 0 0 1rem;
    max-width: 780px;
}

.public-menu-hero p {
    color: #7a5d50;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    max-width: 620px;
}

.public-reserve-panel {
    background: #321c14;
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 4rem rgba(50, 28, 20, 0.18);
    color: #fff;
    display: grid;
    gap: 0.85rem;
    padding: 1.5rem;
}

.public-reserve-panel i {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    color: #f7b86f;
    display: inline-flex;
    font-size: 1.45rem;
    height: 3.2rem;
    justify-content: center;
    width: 3.2rem;
}

.public-reserve-panel strong {
    font-size: 1.25rem;
    font-weight: 950;
}

.public-reserve-panel span {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.public-reserve-panel a {
    color: #f47fa0;
    font-weight: 950;
    text-decoration: none;
}

.public-live-menu-section {
    background: #fff;
    min-height: calc(100vh - 5rem);
    padding-top: 1.25rem;
}

.public-order-layout {
    align-items: start;
    --public-order-panel-height: max(48rem, calc(100dvh - 6.25rem));
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
}

.public-order-main {
    height: var(--public-order-panel-height);
    min-width: 0;
    overflow: auto;
    padding-right: 0.25rem;
    scrollbar-width: thin;
}

.public-live-closed-alert {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(239, 113, 152, 0.1), rgba(247, 184, 111, 0.14)),
        #fffaf7;
    border: 1px solid rgba(239, 113, 152, 0.22);
    border-radius: 1.15rem;
    color: #321c14;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: auto minmax(0, 1fr);
    margin-bottom: 1rem;
    padding: 1rem;
}

.public-live-closed-alert i {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #ef7198;
    display: inline-flex;
    font-size: 1.2rem;
    height: 2.65rem;
    justify-content: center;
    width: 2.65rem;
}

.public-live-closed-alert strong,
.public-live-closed-alert span {
    display: block;
}

.public-live-closed-alert strong {
    font-size: 1rem;
    font-weight: 950;
}

.public-live-closed-alert span {
    color: #7a5d50;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-top: 0.15rem;
}

.public-order-summary {
    position: sticky;
    top: 6rem;
}

.public-order-summary-card {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.08);
    display: grid;
    gap: 1rem;
    overflow: visible;
    padding: 1.15rem;
}

.public-order-summary-card h2 {
    color: #321c14;
    font-size: 1.55rem;
    font-weight: 950;
    margin: -0.3rem 0 0;
}

.public-order-items {
    border-bottom: 1px solid rgba(111, 64, 40, 0.1);
    border-top: 1px solid rgba(111, 64, 40, 0.1);
    display: grid;
    gap: 0.75rem;
    max-height: 18rem;
    overflow: auto;
    padding: 0.85rem 0;
}

.public-menu-toolbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(111, 64, 40, 0.12);
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0 0 0.9rem;
    position: sticky;
    top: 0;
    z-index: 8;
}

.public-menu-search {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.18);
    border-radius: 999px;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 3rem;
    padding: 0 0.9rem;
}

.public-menu-search:focus-within {
    border-color: var(--public-accent);
    box-shadow: 0 0 0 0.2rem var(--public-focus);
}

.public-menu-search > i {
    color: #7a5d50;
}

.public-menu-search input {
    background: transparent;
    border: 0;
    color: #321c14;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.public-menu-search button {
    background: transparent;
    border: 0;
    color: #6f4a3a;
    display: none;
    padding: 0.35rem;
}

.public-menu-search button.is-visible {
    display: inline-flex;
}

.public-category-nav {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: thin;
}

.public-category-nav button {
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.14);
    border-radius: 999px;
    color: #5b3422;
    flex: 0 0 auto;
    font-weight: 850;
    min-height: 2.35rem;
    padding: 0.4rem 0.9rem;
}

.public-category-nav button.active,
.public-category-nav button:hover,
.public-category-nav button:focus {
    background: #321c14;
    border-color: #321c14;
    color: #fff;
}

.public-promotion-strip,
.public-allergen-note {
    align-items: start;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.9rem 1rem;
}

.public-promotion-strip {
    background: var(--public-accent-soft);
    margin-bottom: 1.25rem;
}

.public-promotion-strip i,
.public-allergen-note i {
    color: var(--public-accent);
    font-size: 1.15rem;
}

.public-promotion-strip strong,
.public-promotion-strip span {
    display: block;
}

.public-promotion-strip strong {
    color: #321c14;
}

.public-promotion-strip span,
.public-allergen-note p {
    color: #6f4a3a;
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 0;
}

.public-allergen-note {
    background: #fffaf7;
    margin-top: 2rem;
}

.public-order-total {
    display: grid;
    gap: 0.4rem;
}

.public-order-total > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.public-order-total > div:not(.public-order-grand-total) strong {
    font-size: 0.95rem;
}

.public-order-grand-total {
    border-top: 1px solid rgba(111, 64, 40, 0.12);
    margin-top: 0.2rem;
    padding-top: 0.65rem;
}

.public-order-grand-total strong {
    font-size: 1.4rem;
}

.public-cart-suggestion {
    align-items: start;
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1rem;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.8rem;
}

.public-cart-suggestion i {
    color: var(--public-accent);
}

.public-cart-suggestion strong,
.public-cart-suggestion span {
    display: block;
}

.public-cart-suggestion span,
.public-order-item small {
    color: #7a5d50;
    font-size: 0.78rem;
    line-height: 1.35;
}

.public-cart-suggestion button {
    background: transparent;
    border: 0;
    color: var(--public-accent);
    font-size: 0.82rem;
    font-weight: 900;
    grid-column: 2;
    justify-self: start;
    padding: 0;
}

.public-drink-modal .modal-content {
    border: 1px solid rgba(111, 64, 40, 0.14);
    border-radius: 1.25rem;
    overflow: hidden;
}

.public-drink-modal .bar-option-group + .bar-option-group {
    border-top: 1px solid rgba(111, 64, 40, 0.1);
    margin-top: 1rem;
    padding-top: 1rem;
}

.public-drink-modal .bar-option-group > span,
.public-drink-addons h3 {
    color: #321c14;
    display: block;
    font-size: 0.92rem;
    font-weight: 900;
    margin-bottom: 0.65rem;
}

.public-drink-modal .bar-option-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.public-drink-modal .bar-option-pill {
    align-items: center;
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 999px;
    display: inline-flex;
    gap: 0.45rem;
    padding: 0.55rem 0.75rem;
}

.public-drink-addons {
    border-top: 1px solid rgba(111, 64, 40, 0.1);
    margin-top: 1rem;
    padding-top: 1rem;
}

.public-drink-addon-option {
    align-items: center;
    border-bottom: 1px solid rgba(111, 64, 40, 0.08);
    display: grid;
    gap: 0.6rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0.65rem 0;
}

.public-drink-addon-option strong {
    color: var(--public-accent);
}

.public-drink-modal-footer {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.public-drink-modal-footer > div span,
.public-drink-modal-footer > div strong {
    display: block;
}

.public-drink-modal-footer > div span {
    color: #7a5d50;
    font-size: 0.75rem;
}

.public-drink-modal-footer > div strong {
    color: #321c14;
    font-size: 1.15rem;
}

.public-pickup-schedule {
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.1);
    border-radius: 1rem;
    display: grid;
    gap: 0.55rem;
    padding: 0.85rem;
}

.public-pickup-schedule .form-label {
    color: #321c14;
    font-weight: 900;
    margin: 0;
}

.public-pickup-schedule small {
    color: #7a5d50;
    line-height: 1.4;
}

.public-schedule-grid {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: minmax(0, 1fr) minmax(110px, 0.6fr);
}

.public-cart-empty {
    color: #7a5d50;
    margin: 0;
}

.public-order-item {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.public-order-item strong,
.public-order-item span {
    display: block;
}

.public-order-item strong {
    color: #321c14;
    font-size: 0.95rem;
    font-weight: 950;
}

.public-order-item span {
    color: #7a5d50;
    font-size: 0.85rem;
}

.public-order-item-controls {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.public-order-item-controls button {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    padding: 0;
    width: 2rem;
}

.public-order-total {
    display: grid;
    gap: 0.4rem;
}

.public-order-total span {
    color: #7a5d50;
    font-weight: 850;
}

.public-order-total strong {
    color: #321c14;
    font-size: 1.35rem;
    font-weight: 950;
}

.public-order-summary-card form {
    display: grid;
    gap: 0.72rem;
}

.public-order-summary-card .form-label {
    color: #321c14;
    font-size: 0.83rem;
    font-weight: 900;
    margin: 0;
}

.public-order-summary-card .form-control {
    border-color: rgba(111, 64, 40, 0.18);
    border-radius: 0.85rem;
    min-height: 2.75rem;
}

.public-fulfillment-options {
    display: grid;
    gap: 0.5rem;
}

.public-fulfillment-options label {
    align-items: center;
    background: #fffaf7;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 0.9rem;
    color: #321c14;
    display: flex;
    font-weight: 850;
    gap: 0.65rem;
    padding: 0.75rem;
}

.public-fulfillment-options label.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.public-order-summary-card small {
    color: #7a5d50;
    display: block;
    line-height: 1.45;
    text-align: center;
}

.public-glaze-id-card,
.public-login-choice {
    background: #fffaf7;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1rem;
    padding: 0.85rem;
}

.public-glaze-id-card {
    align-items: center;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 2.5rem minmax(0, 1fr) auto;
}

.public-glaze-id-card i {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #ef7198;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.public-glaze-id-card strong,
.public-glaze-id-card span {
    display: block;
}

.public-glaze-id-card strong {
    color: #321c14;
    font-weight: 950;
}

.public-glaze-id-card span,
.public-login-choice span {
    color: #7a5d50;
    font-size: 0.85rem;
}

.public-glaze-id-card a {
    color: #ef7198;
    font-weight: 900;
    text-decoration: none;
}

.public-login-choice {
    display: grid;
    gap: 0.55rem;
    text-align: center;
}

.public-reserve-panel button[data-public-login-trigger] {
    appearance: none;
    background: none;
    border: 0;
    color: #ef7198;
    font: inherit;
    font-weight: 900;
    padding: 0;
    text-decoration: none;
}

.public-reserve-panel button[data-public-login-trigger]:hover,
.public-reserve-panel button[data-public-login-trigger]:focus {
    color: #321c14;
}

.public-auth-modal .modal-content {
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 1.5rem 4rem rgba(50, 28, 20, 0.18);
    overflow: hidden;
}

.public-auth-modal .modal-header,
.public-auth-modal .modal-body {
    padding: 1.25rem;
}

.public-auth-modal .modal-title {
    color: #321c14;
    font-size: 1.45rem;
    font-weight: 950;
}

.public-auth-copy {
    color: #7a5d50;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.public-auth-switch {
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.1);
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
    padding: 0.25rem;
}

.public-auth-switch button {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #6f4a3a;
    font-weight: 900;
    padding: 0.65rem 0.75rem;
}

.public-auth-switch button.active {
    background: #321c14;
    color: #fff;
}

.public-otp-input {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: 0.28rem;
    text-align: center;
}

.public-auth-section,
.public-account-hero {
    background:
        linear-gradient(90deg, rgba(244, 127, 160, 0.07), transparent 38%),
        #fff;
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.public-account-hero.compact h1 {
    font-size: clamp(2.6rem, 6vw, 4.4rem);
}

.public-account-nav {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.1);
    border-radius: 1rem;
    display: flex;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
    overflow-x: auto;
    padding: 0.35rem;
}

.public-account-nav a {
    align-items: center;
    border-radius: 0.75rem;
    color: #6f4a3a;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.45rem;
    font-weight: 900;
    padding: 0.75rem 0.95rem;
    text-decoration: none;
}

.public-account-nav a.active,
.public-account-nav a:hover,
.public-account-nav a:focus {
    background: #321c14;
    color: #fff;
}

.public-account-narrow {
    max-width: 620px;
}

.public-reward-overview-card {
    background:
        linear-gradient(135deg, rgba(239, 113, 152, 0.12), rgba(247, 184, 111, 0.16)),
        #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.35rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.08);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 0.85fr) minmax(260px, 1fr) minmax(220px, 0.8fr);
    padding: 1.25rem;
}

.public-reward-overview-card h2 {
    color: #321c14;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 950;
    margin: 0;
}

.public-reward-overview-card p {
    color: #6f4a3a;
    margin: 0;
}

.public-tier-progress {
    align-self: center;
    display: grid;
    gap: 0.65rem;
}

.public-tier-metrics {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-tier-metrics div {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(146, 32, 68, 0.12);
    border-radius: 1rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.85rem 0.95rem;
}

.public-tier-metrics strong {
    color: #321c14;
    font-size: 1.2rem;
    line-height: 1;
}

.public-tier-metrics span {
    color: rgba(50, 28, 20, 0.72);
    font-size: 0.82rem;
    font-weight: 600;
}

.public-tier-progress-head {
    display: flex;
    justify-content: space-between;
}

.public-tier-progress-head span,
.public-tier-progress-head strong {
    color: #321c14;
    font-weight: 900;
}

.public-tier-progress .progress {
    background: rgba(111, 64, 40, 0.12);
    border-radius: 999px;
    height: 0.75rem;
}

.public-tier-progress .progress-bar {
    background: linear-gradient(90deg, #ef7198, #f7b86f);
    border-radius: 999px;
}

.public-tier-benefit {
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1rem;
    color: #321c14;
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
}

.public-tier-benefit i {
    color: #ef7198;
    font-size: 1.5rem;
}

.public-reward-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.public-reward-list article {
    align-items: center;
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.08);
    border-radius: 1rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 2.5rem minmax(0, 1fr) auto;
    padding: 0.85rem;
}

.public-reward-list article.is-unlocked {
    background: rgba(239, 113, 152, 0.08);
}

.public-reward-list i {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #ef7198;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.public-reward-list strong,
.public-reward-list span {
    display: block;
}

.public-reward-list strong,
.public-reward-list b {
    color: #321c14;
    font-weight: 950;
}

.public-reward-list span {
    color: #7a5d50;
    font-size: 0.88rem;
}

.public-reward-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.public-reward-card {
    background: #fff;
    border: 1px solid rgba(146, 32, 68, 0.12);
    border-radius: 1.25rem;
    display: grid;
    overflow: hidden;
    position: relative;
}

.public-reward-card.is-unlocked {
    box-shadow: 0 1rem 2.5rem rgba(184, 50, 92, 0.1);
}

.public-reward-card-media {
    aspect-ratio: 1.15 / 1;
    background: linear-gradient(180deg, #fffaf6 0%, #fff2e9 100%);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.public-reward-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.public-reward-card-media span {
    color: #321c14;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.public-reward-card-body {
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1rem 0.75rem;
}

.public-reward-card-body .public-product-tag {
    align-self: start;
    justify-self: start;
    left: auto;
    position: static;
    top: auto;
}

.public-reward-card-body strong {
    color: #321c14;
    font-size: 1.05rem;
    line-height: 1.15;
}

.public-reward-card-body p,
.public-reward-card-body small {
    color: rgba(50, 28, 20, 0.74);
    margin: 0;
}

.public-reward-card-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 1rem 1rem;
}

.public-reward-card-footer b {
    color: #321c14;
    font-size: 1rem;
}

.public-reward-card-footer span {
    color: var(--public-pink-dark);
    font-size: 0.82rem;
    font-weight: 700;
    text-align: right;
}

.public-reward-card-grid-signup {
    margin-top: 1rem;
}

.public-rewards-grid-expanded {
    align-items: start;
}

.public-tier-strip {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 1.25rem;
}

.public-tier-strip article {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(146, 32, 68, 0.1);
    border-radius: 1rem;
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
}

.public-tier-strip span {
    color: var(--public-pink-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-tier-strip strong {
    color: #321c14;
    font-size: 1rem;
}

.public-tier-strip p {
    color: rgba(50, 28, 20, 0.72);
    margin: 0;
}

.public-passkey-card {
    align-content: start;
}

.public-passkey-card > i {
    color: #ef7198;
    font-size: 2.25rem;
}

.public-auth-grid,
.public-account-grid {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
}

.public-auth-grid h1,
.public-account-hero h1 {
    color: #321c14;
    font-size: clamp(3rem, 7vw, 5.8rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.95;
    margin: 0 0 1rem;
}

.public-auth-grid p,
.public-account-hero p {
    color: #7a5d50;
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 620px;
}

.public-auth-card,
.public-account-panel {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.25rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.08);
    padding: 1.2rem;
}

.public-auth-card {
    display: grid;
    gap: 1.25rem;
}

.public-auth-card form {
    display: grid;
    gap: 0.75rem;
}

.public-auth-card h2,
.public-account-panel h2 {
    color: #321c14;
    font-size: 1.35rem;
    font-weight: 950;
    margin: 0;
}

.public-account-actions {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.public-profile-form {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.public-account-section {
    background: #fff;
}

.public-account-page {
    padding-top: clamp(1.25rem, 3vw, 2rem);
}

.public-account-page-head {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0.75rem 0 1.25rem;
}

.public-account-page-head h1 {
    color: #321c14;
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.public-account-page-head p {
    color: #7a5d50;
    line-height: 1.45;
    margin: 0;
    max-width: 520px;
    text-align: right;
}

.public-account-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
}

.public-order-history,
.public-suggestion-list {
    display: grid;
    gap: 0.75rem;
}

.public-order-history article,
.public-suggestion-list a {
    align-items: center;
    background: #fffaf7;
    border: 1px solid rgba(111, 64, 40, 0.1);
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 0.85rem;
}

.public-order-history strong,
.public-order-history span,
.public-suggestion-list span,
.public-suggestion-list small {
    display: block;
}

.public-order-history strong,
.public-suggestion-list span {
    color: #321c14;
    font-weight: 950;
}

.public-order-history span,
.public-suggestion-list small {
    color: #7a5d50;
    font-size: 0.85rem;
}

.public-suggestion-list a {
    text-decoration: none;
}

.public-menu-category + .public-menu-category {
    border-top: 1px solid rgba(111, 64, 40, 0.1);
    margin-top: 3rem;
    padding-top: 3rem;
}

.public-menu-grid {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.public-menu-card {
    background: #fff;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.15rem;
    box-shadow: 0 1rem 2.5rem rgba(111, 64, 40, 0.07);
    display: grid;
    grid-template-rows: 170px minmax(0, 1fr);
    min-height: 370px;
    overflow: hidden;
}

.public-menu-card.is-sold-out {
    opacity: 0.58;
}

.public-menu-card-image {
    align-items: center;
    background: #fff7f0;
    display: flex;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
    padding: 1rem;
}

.public-menu-card-image img {
    display: block;
    height: 100%;
    max-height: 145px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.public-menu-card-body {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1rem;
}

.public-menu-card-body .public-product-tag {
    display: inline-flex;
    left: auto;
    margin-bottom: 0.65rem;
    position: static;
    top: auto;
}

.public-menu-card h3 {
    color: #321c14;
    font-size: 1.02rem;
    font-weight: 950;
    line-height: 1.08;
    margin: 0 0 0.35rem;
    overflow-wrap: anywhere;
}

.public-menu-card p {
    color: #7a5d50;
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    min-height: 2.65rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.public-menu-card-footer {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    min-width: 0;
}

.public-menu-card-footer strong {
    color: #321c14;
    font-size: 1.1rem;
    font-weight: 950;
    white-space: nowrap;
}

.public-menu-card-footer .btn {
    align-items: center;
    display: inline-flex;
    flex: 1 1 6.5rem;
    gap: 0.35rem;
    justify-content: center;
    min-height: 2.55rem;
    min-width: 0;
    max-width: 7.5rem;
    padding-inline: 0.65rem;
}

.public-menu-card-footer .btn i {
    font-size: 1rem;
    line-height: 1;
}

.public-menu-card-footer span {
    color: #ef7198;
    font-size: 0.82rem;
    font-weight: 900;
}

.public-empty-menu {
    background: #fff8f3;
    border: 1px solid rgba(111, 64, 40, 0.12);
    border-radius: 1.5rem;
    color: #7a5d50;
    padding: 3rem 1.5rem;
    text-align: center;
}

.public-empty-menu i {
    color: #ef7198;
    font-size: 2.4rem;
}

.public-empty-menu h2 {
    color: #321c14;
    font-weight: 950;
    margin: 1rem 0 0.5rem;
}

/* Public storefront accessibility and conversion states. */
.glaze-public-body .btn-primary,
.rewards-landing .btn-primary {
    background: var(--public-accent);
    border-color: var(--public-accent);
    color: #ffffff;
}

.glaze-public-body .btn-primary:hover,
.glaze-public-body .btn-primary:focus,
.rewards-landing .btn-primary:hover,
.rewards-landing .btn-primary:focus {
    background: var(--public-accent-hover);
    border-color: var(--public-accent-hover);
    color: #ffffff;
}

.glaze-public-body .btn-primary:disabled,
.glaze-public-body .btn-primary.disabled {
    background: #ded3cf;
    border-color: #ded3cf;
    color: #5f4b43;
    opacity: 1;
}

.glaze-public-body .btn-outline-primary {
    border-color: var(--public-accent);
    color: var(--public-accent);
}

.glaze-public-body .btn-outline-primary:hover,
.glaze-public-body .btn-outline-primary:focus {
    background: var(--public-accent);
    border-color: var(--public-accent);
    color: #ffffff;
}

.glaze-public-body :where(a, button, input, select, textarea):focus-visible {
    box-shadow: 0 0 0 0.25rem var(--public-focus);
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.glaze-public-body .form-control:focus,
.glaze-public-body .form-select:focus {
    border-color: var(--public-accent);
    box-shadow: 0 0 0 0.2rem var(--public-focus);
}

.public-kicker,
.public-text-link,
.public-product-tag,
.public-empty-menu i,
.public-passkey-card > i,
.public-wallet-card i,
.public-wallet-card a,
.public-moment-card i,
.public-location-panel i,
.public-nearby-grid i,
.public-nearby-grid a:hover,
.public-nearby-grid a:focus,
.public-live-closed-alert i,
.public-glaze-id-card i,
.public-glaze-id-card a,
.public-reserve-panel button[data-public-login-trigger],
.public-tier-benefit i,
.public-reward-list i,
.rewards-copy span,
.rewards-kicker,
.rewards-note i {
    color: var(--public-accent);
}

.public-navbar .nav-link.active,
.public-navbar .nav-link:hover,
.public-navbar .nav-link:focus,
.public-text-link:hover,
.public-text-link:focus {
    color: var(--public-accent);
}

.public-navbar .nav-link.active {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.45rem;
}

.public-rewards-band {
    background: var(--public-accent-hover);
}

.public-rewards-band .public-benefits div {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.34);
}

.public-menu-card-footer > span {
    color: var(--public-accent);
}

.public-menu-card-footer .btn span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    min-width: 0;
    white-space: nowrap;
}

.public-menu-card.is-sold-out {
    opacity: 1;
}

.public-menu-card.is-sold-out .public-menu-card-image,
.public-menu-card.is-sold-out .public-menu-card-body > div:first-child {
    opacity: 0.66;
}

.rewards-landing {
    --public-accent: #b8325c;
    --public-accent-hover: #922044;
    --public-focus: rgba(184, 50, 92, 0.28);
}

.rewards-brand a {
    display: inline-block;
}

.rewards-utility-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.rewards-utility-links a,
.rewards-utility-links button,
.rewards-existing-account {
    align-items: center;
    background: transparent;
    border: 0;
    color: #5b3422;
    display: inline-flex;
    font-weight: 800;
    gap: 0.45rem;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: rgba(91, 52, 34, 0.35);
    text-underline-offset: 0.25rem;
}

.rewards-utility-links a:hover,
.rewards-utility-links a:focus,
.rewards-utility-links button:hover,
.rewards-utility-links button:focus,
.rewards-existing-account:hover,
.rewards-existing-account:focus {
    color: var(--public-accent-hover);
}

.rewards-existing-account {
    justify-self: center;
}

.rewards-legal-check a {
    color: #5b2434;
}

.rewards-signup-card .form-control::placeholder,
.glaze-public-body .form-control::placeholder {
    color: #80665a;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .public-hero-grid-v2,
    .public-visit-grid,
    .public-visit-layout,
    .public-contact-card,
    .public-nearby-grid,
    .public-menu-hero-grid,
    .public-order-layout,
    .public-auth-grid,
    .public-account-grid {
        grid-template-columns: 1fr;
    }

    .public-account-page-head {
        align-items: start;
        flex-direction: column;
    }

    .public-account-page-head p {
        text-align: left;
    }

    .public-order-summary {
        position: static;
        order: -1;
    }

    .public-order-main {
        height: auto;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .public-order-summary-card {
        border-radius: 1.1rem;
        max-height: none;
        overflow: visible;
    }

    .public-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-moments-grid {
        grid-template-columns: 1fr;
    }

    .public-category-grid,
    .public-seasonal-card {
        grid-template-columns: 1fr;
    }

    .public-section-head {
        align-items: flex-start;
        display: grid;
        gap: 1rem;
    }

    .public-navbar .navbar-collapse {
        border-top: 1px solid rgba(111, 64, 40, 0.12);
        margin-top: 0.75rem;
        padding: 0.75rem 0 1rem;
    }

    .public-navbar .nav-link {
        min-height: 2.75rem;
        width: 100%;
    }

    .public-session-actions {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0.5rem 0 0;
    }

    .public-profile-dropdown,
    .public-profile-button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .public-hero-metrics {
        grid-template-columns: 1fr;
    }

    .public-showcase-strip {
        gap: 0.65rem;
    }

    .public-showcase-strip div {
        border-radius: 0.9rem;
    }

    .public-topline .container {
        flex-direction: column;
        gap: 0.25rem;
        text-align: center;
    }

    .public-category-tile {
        grid-template-columns: 1fr 38%;
        min-height: 180px;
    }

    .public-wallet-card {
        align-items: start;
        grid-template-columns: 3.5rem minmax(0, 1fr);
    }

    .public-wallet-card a {
        grid-column: 1 / -1;
    }

    .public-mobile-cta {
        display: block;
    }

    .public-footer {
        padding-bottom: 5.5rem;
    }

    .public-menu-grid {
        grid-template-columns: 1fr;
    }

    .public-reward-overview-card {
        grid-template-columns: 1fr;
    }

    .public-menu-card {
        grid-template-rows: 155px minmax(0, 1fr);
        min-height: 345px;
    }

    .public-menu-card-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .public-schedule-grid {
        grid-template-columns: 1fr;
    }

    .public-menu-card-footer .btn {
        width: 100%;
    }

    .public-order-items {
        max-height: 190px;
    }

    .public-drink-modal-footer {
        grid-template-columns: 1fr 1fr;
    }

    .public-drink-modal-footer > div {
        grid-column: 1 / -1;
    }

    .public-session-actions {
        grid-template-columns: 1fr;
    }

    .public-footer-grid {
        align-items: flex-start;
        flex-direction: column;
    }

    .rewards-landing {
        padding: 1.25rem;
    }

    .rewards-utility-links {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-drink-modal-footer {
        grid-template-columns: 1fr;
    }

    .public-drink-modal-footer .btn {
        width: 100%;
    }
}

