/* Otto Menu · BMD green mobile UI */

:root {
    --otto-green: #174F40;
    --otto-green-deep: #061d17;
    --otto-green-soft: #216b58;
    --otto-cream: #fff6e8;
    --otto-warm: #f4c46b;
    --otto-red: #e5533d;

    --bg: #071a16;
    --text: #fff9ef;
    --muted: rgba(255, 249, 239, 0.68);
    --border: rgba(255, 255, 255, 0.16);
    --glass: rgba(255, 255, 255, 0.085);
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);

    --radius-xl: 28px;
    --radius-lg: 22px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--bg);
}

body.otto-body {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 18% 12%, rgba(244, 196, 107, 0.16), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(229, 83, 61, 0.14), transparent 30%),
        linear-gradient(145deg, var(--otto-green-deep), var(--bg) 58%, #030b09);
    overflow-x: hidden;
}

body.otto-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 90%);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.otto-language-shell,
.otto-menu-shell {
    position: relative;
    z-index: 1;
    width: min(100%, 820px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 18px;
}

.otto-language-shell {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
}

.otto-language-card {
    position: relative;
    overflow: hidden;
    padding: 34px 22px;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(145deg, rgba(23, 79, 64, 0.72), rgba(255, 255, 255, 0.08)),
        rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px);
    text-align: center;
}

.otto-language-card::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -90px;
    top: -90px;
    background: radial-gradient(circle, rgba(244, 196, 107, 0.38), transparent 68%);
}

.otto-logo-mark {
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    padding: 5px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.14),
        0 18px 46px rgba(0,0,0,0.24);
}

.otto-logo-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.otto-kicker,
.otto-subtitle,
.otto-menu-hero p {
    margin: 0;
    color: var(--muted);
}

.otto-language-card h1 {
    margin: 18px 0 6px;
    font-size: clamp(2rem, 8vw, 3.15rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.otto-language-actions {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.otto-lang-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 246, 232, 0.18);
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 12px 34px rgba(0,0,0,0.18);
}

.otto-lang-btn span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(244, 196, 107, 0.16);
    color: var(--otto-warm);
    font-weight: 900;
}

.otto-menu-shell {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 14px;
}

.otto-app-header {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(180px, auto) minmax(120px, 1fr);
    align-items: center;
    gap: 14px;
    padding: 12px 0 10px;
}

.otto-header-side {
    min-width: 0;
    display: flex;
    align-items: center;
}

.otto-header-left {
    justify-content: flex-start;
}

.otto-header-right {
    justify-content: flex-end;
}

.otto-header-title {
    min-width: 0;
    text-align: center;
}

.otto-header-title h1 {
    margin: 0;
    font-size: clamp(1.78rem, 5.2vw, 2.55rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.otto-category-header .otto-header-title h1 {
    font-size: clamp(1.55rem, 4.7vw, 2.4rem);
}

.otto-header-title p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: clamp(0.86rem, 2.1vw, 1rem);
    font-weight: 800;
}

.otto-header-logo-btn {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    padding: 4px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.otto-header-logo-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: inherit;
    background: conic-gradient(
        from 0deg,
        rgba(244,196,107,0.95),
        rgba(255,255,255,0.82),
        rgba(33,107,88,0.98),
        rgba(244,196,107,0.95)
    );
    animation: ottoLogoRingSpin 7.5s linear infinite;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.18),
        0 16px 44px rgba(0, 0, 0, 0.24),
        0 0 28px rgba(244,196,107,0.12);
}

.otto-header-logo-btn::after {
    content: "";
    position: absolute;
    inset: 3px;
    z-index: -1;
    border-radius: inherit;
    background: rgba(7, 26, 22, 0.86);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.otto-header-logo-btn:active {
    transform: scale(0.96);
}

.otto-header-logo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.08);
}

@keyframes ottoLogoRingSpin {
    to {
        transform: rotate(360deg);
    }
}

.otto-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 12px 34px rgba(0,0,0,0.18);
    backdrop-filter: blur(14px);
}

.otto-lang-toggle a {
    display: inline-grid;
    place-items: center;
    min-width: 42px;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(255, 249, 239, 0.72);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.04em;
}

.otto-lang-toggle a.is-active {
    color: #1a2f27;
    background: var(--otto-warm);
    box-shadow: 0 8px 22px rgba(244,196,107,0.22);
}

.otto-logo-small {
    font-weight: 950;
    letter-spacing: 0.16em;
    font-size: 1.2rem;
}

.otto-language-switch {
    padding: 9px 11px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    backdrop-filter: blur(14px);
}

.otto-category-screen {
    min-height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.otto-category-screen h1 {
    margin: 4px 0 16px;
    font-size: clamp(1.65rem, 7vw, 2.5rem);
    letter-spacing: -0.05em;
}

.otto-category-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-content: stretch;
}

.otto-category-card {
    min-height: 118px;
    border: 1px solid var(--border);
    border-radius: 22px;
    color: var(--text);
    background:
        linear-gradient(145deg, rgba(255,255,255,0.115), rgba(255,255,255,0.045)),
        rgba(23, 79, 64, 0.34);
    box-shadow: 0 14px 42px rgba(0,0,0,0.24);
    backdrop-filter: blur(16px);
    display: grid;
    grid-template-rows: minmax(68px, 1fr) auto;
    align-items: stretch;
    gap: 8px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
}

.otto-category-card:active {
    transform: scale(0.96);
    border-color: rgba(244, 196, 107, 0.62);
}

.otto-category-icon {
    font-size: 1.55rem;
    line-height: 1;
}

.otto-category-cover {
    display: block;
    min-height: 68px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-color: rgba(255,255,255,0.07);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}


.otto-category-card strong {
    min-height: 2.1em;
    display: grid;
    place-items: center;
    font-size: 0.78rem;
    line-height: 1.08;
}

.otto-products-topline {
    position: sticky;
    top: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
    padding: 12px 0 18px;
    background: linear-gradient(to bottom, rgba(7, 26, 22, 0.97), rgba(7, 26, 22, 0.82), transparent);
    backdrop-filter: blur(14px);
}

.otto-products-topline-static {
    position: relative;
    top: auto;
    background: transparent;
    backdrop-filter: none;
}

.otto-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 12px 16px;
    color: var(--text);
    background: rgba(255,255,255,0.08);
    cursor: pointer;
    font-weight: 800;
}

.otto-category-heading {
    text-align: right;
}

.otto-category-heading h1 {
    margin: 6px 0 0;
    font-size: clamp(1.7rem, 7vw, 2.5rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.otto-products-screen-open {
    display: block;
}

.otto-product-category {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-content: start;
}

.otto-section-title {
    grid-column: 1 / -1;
    margin: 18px 0 6px;
    padding: 8px 4px 0;
    color: var(--otto-warm);
    font-size: 1.16rem;
    letter-spacing: -0.03em;
}

.otto-product-card {
    min-height: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 0;
    color: var(--text);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.045)),
        rgba(255,255,255,0.075);
    box-shadow: 0 14px 38px rgba(0,0,0,0.24);
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.otto-product-card:active {
    transform: scale(0.97);
}

.otto-product-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4f4ef;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
}

.otto-product-thumb-empty {
    background:
        radial-gradient(circle at 22% 18%, rgba(244, 196, 107, 0.24), transparent 30%),
        radial-gradient(circle at 84% 82%, rgba(229, 83, 61, 0.13), transparent 32%),
        linear-gradient(145deg, rgba(33, 107, 88, 0.92), rgba(6, 29, 23, 0.96));
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.08),
        inset 0 -1px 0 rgba(0,0,0,0.12);
}

.otto-product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 7px;
    padding: 10px 11px 11px;
}

.otto-product-info > strong {
    min-height: 2.16em;
    display: block;
    font-size: 0.84rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.otto-product-info small {
    color: var(--otto-warm);
    font-weight: 900;
}


.otto-product-card-prices {
    display: grid;
    gap: 5px;
    margin-top: auto;
}

.otto-product-card-prices-split,
.otto-product-card-prices-stack {
    grid-template-columns: 1fr;
}

.otto-product-card-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 8px;
    color: rgba(255, 249, 239, 0.86);
    font-size: 0.82rem;
    line-height: 1.12;
}

.otto-product-card-price span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otto-product-card-price strong {
    color: var(--otto-warm);
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}



.otto-product-card.is-unavailable {
    opacity: 0.68;
    border-color: rgba(229, 83, 61, 0.42);
    filter: saturate(0.78);
}

.otto-product-card.is-unavailable .otto-product-thumb {
    filter: grayscale(0.32);
}

.otto-product-card.is-unavailable .otto-product-card-price {
    color: rgba(255, 249, 239, 0.52);
}

.otto-product-card.is-unavailable .otto-product-card-price strong {
    color: rgba(244, 196, 107, 0.58);
}


.otto-product-unavailable-label {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff9ef;
    background: rgba(229, 83, 61, 0.20);
    border: 1px solid rgba(229, 83, 61, 0.44);
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.otto-product-unavailable-label::before {
    content: "×";
    display: grid;
    place-items: center;
    width: 15px;
    height: 15px;
    border-radius: 999px;
    background: rgba(229, 83, 61, 0.96);
    color: #fff;
    line-height: 1;
}

.otto-modal-availability {
    padding: 12px 14px;
    border: 1px solid rgba(229, 83, 61, 0.46);
    border-radius: 18px;
    color: #fff9ef;
    background: rgba(229, 83, 61, 0.18);
    font-weight: 800;
    line-height: 1.35;
}

.otto-modal-availability[hidden] {
    display: none;
}

.otto-empty-state {
    grid-column: 1 / -1;
    margin: 40px 0;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    color: var(--muted);
    background: rgba(255,255,255,0.07);
    text-align: center;
}

.otto-mini-footer {
    padding: 18px 0 6px;
    color: rgba(255, 249, 239, 0.48);
    text-align: center;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.otto-mini-footer a {
    color: var(--otto-warm);
    font-weight: 900;
}

.otto-mini-footer a:hover {
    text-decoration: underline;
}

.otto-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    place-items: end center;
    padding: 16px;
}

.otto-modal.is-open {
    display: grid;
}

.otto-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.62);
    backdrop-filter: blur(8px);
}

.otto-modal-card {
    position: relative;
    width: min(100%, 560px);
    max-height: min(92vh, 820px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.19);
    border-radius: 30px;
    background: rgba(12, 36, 30, 0.94);
    box-shadow: 0 30px 100px rgba(0,0,0,0.58);
    transform: translateY(24px) scale(0.98);
    opacity: 0;
    animation: ottoModalIn 220ms ease forwards;
}

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

.otto-modal-bg {
    position: absolute;
    inset: -24px;
    background:
        radial-gradient(circle at 30% 20%, rgba(244,196,107,0.22), transparent 40%),
        linear-gradient(145deg, var(--otto-green), #071a16);
    background-size: cover;
    background-position: center;
    filter: blur(18px);
    transform: scale(1.08);
    opacity: 0.58;
}

.otto-modal-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(5,15,13,0.96), rgba(5,15,13,0.74), rgba(5,15,13,0.48)),
        radial-gradient(circle at 70% 10%, rgba(244,196,107,0.13), transparent 38%);
}

.otto-modal-close {
    position: absolute;
    z-index: 3;
    top: 26px;
    right: 26px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.38);
    border-radius: 999px;
    color: var(--text);
    background: rgba(7, 26, 22, 0.58);
    box-shadow: 0 10px 28px rgba(0,0,0,0.28);
    backdrop-filter: blur(12px);
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 1;
}

.otto-modal-content {
    position: relative;
    z-index: 2;
    max-height: min(92vh, 820px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 18px 18px 20px;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
}


.otto-modal-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
    background: #f4f4ef;
    box-shadow:
        inset 0 0 0 1px rgba(0,0,0,0.06),
        0 18px 48px rgba(0,0,0,0.26);
}

.otto-modal-hero-empty {
    background:
        radial-gradient(circle at 22% 18%, rgba(244, 196, 107, 0.25), transparent 30%),
        radial-gradient(circle at 82% 78%, rgba(229, 83, 61, 0.13), transparent 34%),
        linear-gradient(145deg, rgba(33, 107, 88, 0.92), rgba(6, 29, 23, 0.96));
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.08),
        0 18px 48px rgba(0,0,0,0.26);
}

.otto-modal-hero[hidden] {
    display: none;
}

.otto-modal-hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.otto-modal-content h2 {
    margin: 2px 2px 0;
    font-size: clamp(1.82rem, 8.8vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.otto-modal-content p {
    margin: 0;
    color: rgba(255,249,239,0.78);
    font-size: 1rem;
    line-height: 1.45;
}

.otto-modal-sizes,
.otto-modal-allergens {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 18px;
    background: rgba(255,255,255,0.09);
    backdrop-filter: blur(18px);
}

.otto-modal-sizes small,
.otto-modal-allergens small {
    color: rgba(255,249,239,0.52);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.otto-size-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255,249,239,0.82);
}

.otto-size-row strong {
    color: var(--otto-warm);
}

#ottoModalAllergens {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.otto-allergen-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(0,0,0,0.22);
    color: rgba(255,249,239,0.82);
    font-size: 0.82rem;
    font-style: normal;
}

.otto-allergen-chip b {
    display: grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(244,196,107,0.18);
    color: var(--otto-warm);
}

.otto-allergen-chip em {
    font-style: normal;
}


@media (max-width: 560px) {
    .otto-app-header {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 10px;
        padding-top: 8px;
    }

    .otto-header-title h1 {
        font-size: clamp(1.35rem, 7vw, 2rem);
    }

    .otto-category-header .otto-header-title h1 {
        font-size: clamp(1.16rem, 5.7vw, 1.72rem);
    }

    .otto-header-title p {
        margin-top: 4px;
        font-size: 0.78rem;
    }

    .otto-header-logo-btn {
        width: 56px;
        height: 56px;
        padding: 3px;
    }

    .otto-header-logo-btn::after {
        inset: 2px;
    }

    .otto-lang-toggle {
        padding: 4px;
        gap: 2px;
    }

    .otto-lang-toggle a {
        min-width: 34px;
        min-height: 30px;
        padding: 0 7px;
        font-size: 0.68rem;
    }

    .otto-back-btn {
        padding: 10px 12px;
        font-size: 0.82rem;
    }
}

@media (max-width: 380px) {
    .otto-language-shell,
    .otto-menu-shell {
        padding: 12px;
    }

    .otto-category-grid,
    .otto-product-category {
        gap: 8px;
    }

    .otto-category-card {
        min-height: 106px;
        border-radius: 18px;
        padding: 7px;
    }

    .otto-category-cover {
        min-height: 58px;
        border-radius: 14px;
    }

    .otto-category-card strong,
    .otto-product-info strong {
        font-size: 0.72rem;
    }

    .otto-product-card {
        border-radius: 17px;
    }
}

@media (min-width: 900px) {
    .otto-modal-card {
        width: min(100%, 620px);
    }

    .otto-modal-content {
        padding: 20px 20px 22px;
    }

    .otto-modal-hero {
        flex: 0 0 auto;
    }

    .otto-menu-shell {
        width: min(100%, 1040px);
    }

    .otto-product-category {
        gap: 16px;
    }
}

/* v054 Featured products */
.otto-product-card.is-featured {
    border-color: rgba(244, 196, 107, 0.62);
    box-shadow:
        0 16px 42px rgba(0,0,0,0.26),
        0 0 0 1px rgba(244,196,107,0.16),
        0 0 30px rgba(244,196,107,0.10);
}

.otto-product-featured-star {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.72);
    background: rgba(244,196,107,0.92);
    color: #173326;
    font-size: 0.92rem;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(0,0,0,0.22);
}

.otto-product-card.is-unavailable .otto-product-featured-star {
    opacity: 0.72;
}

@media (max-width: 640px) {
    .otto-product-featured-star {
        top: 7px;
        right: 7px;
        width: 28px;
        height: 28px;
        font-size: 0.86rem;
    }
}


/* v055 Featured badge inside product modal */
.otto-modal-featured {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin: 0 0 12px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(244,196,107,0.62);
    background: rgba(244,196,107,0.17);
    color: #f5c46b;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(0,0,0,0.16);
}

.otto-modal-featured[hidden] {
    display: none !important;
}

@media (min-width: 900px) {
    .otto-modal-featured {
        margin-top: -2px;
        margin-bottom: 10px;
        padding: 7px 11px;
        font-size: 0.72rem;
    }
}


/* v060 Clickable logo info modal */
.otto-info-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    place-items: center;
    padding: 16px;
}

.otto-info-modal.is-open {
    display: grid;
}

.otto-info-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.66);
    backdrop-filter: blur(10px);
}

.otto-info-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 520px);
    max-height: min(92svh, 760px);
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(23, 79, 64, 0.92), rgba(6, 29, 23, 0.97)),
        rgba(12, 36, 30, 0.96);
    box-shadow: 0 30px 100px rgba(0,0,0,0.62);
    transform: translateY(16px) scale(0.985);
    opacity: 0;
    animation: ottoInfoModalIn 220ms ease forwards;
}

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

.otto-info-orb {
    position: absolute;
    width: 280px;
    height: 280px;
    right: -110px;
    top: -110px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(244,196,107,0.30), transparent 68%),
        conic-gradient(from 180deg, rgba(244,196,107,0.24), rgba(255,255,255,0.08), rgba(33,107,88,0.24), rgba(244,196,107,0.24));
    filter: blur(1px);
    opacity: 0.9;
    pointer-events: none;
}

.otto-info-close {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.34);
    border-radius: 999px;
    color: var(--text);
    background: rgba(7, 26, 22, 0.58);
    box-shadow: 0 10px 28px rgba(0,0,0,0.28);
    backdrop-filter: blur(12px);
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 1;
}

.otto-info-content {
    position: relative;
    z-index: 2;
    min-height: min(640px, calc(92svh - 32px));
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 18px;
    padding: 28px;
}

.otto-info-logo-wrap {
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    padding: 4px;
    border-radius: 999px;
    background:
        conic-gradient(from 0deg, rgba(244,196,107,0.92), rgba(255,255,255,0.76), rgba(33,107,88,0.96), rgba(244,196,107,0.92));
    box-shadow: 0 18px 44px rgba(0,0,0,0.24);
}

.otto-info-logo-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
    background: rgba(7, 26, 22, 0.86);
    box-shadow: inset 0 0 0 3px rgba(7, 26, 22, 0.86);
}

.otto-info-head {
    min-width: 0;
}

.otto-info-kicker,
.otto-info-label {
    margin: 0;
    color: rgba(255,249,239,0.56);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.otto-info-head h2 {
    margin: 6px 0 0;
    max-width: 12ch;
    font-size: clamp(2.1rem, 8.5vw, 3.35rem);
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.otto-info-details {
    display: grid;
    align-content: center;
    gap: 10px;
}

.otto-info-block {
    display: grid;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
}

.otto-info-block strong,
.otto-info-phone {
    color: var(--otto-warm);
    font-size: 1.12rem;
    font-weight: 950;
    line-height: 1.12;
}

.otto-info-block p {
    margin: 0;
    color: rgba(255,249,239,0.82);
    font-size: 1rem;
    line-height: 1.28;
}

.otto-info-phone {
    width: fit-content;
    font-size: 1.55rem;
    letter-spacing: -0.035em;
}

.otto-info-credit {
    color: rgba(255,249,239,0.52);
    text-align: center;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.otto-info-credit a {
    color: var(--otto-warm);
    font-weight: 950;
}

.otto-info-credit a:hover {
    text-decoration: underline;
}

@media (max-width: 560px) {
    .otto-info-modal {
        padding: 12px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
    }

    .otto-info-card {
        width: 100%;
        height: calc(100svh - 24px - env(safe-area-inset-bottom));
        max-height: none;
        border-radius: 28px;
    }

    .otto-info-content {
        height: 100%;
        min-height: 0;
        gap: 13px;
        padding: 22px 20px 18px;
    }

    .otto-info-logo-wrap {
        width: 92px;
        height: 92px;
    }

    .otto-info-head h2 {
        max-width: 11ch;
        font-size: clamp(2rem, 11vw, 3.15rem);
    }

    .otto-info-details {
        align-content: stretch;
        gap: 9px;
    }

    .otto-info-block {
        padding: 12px 14px;
        border-radius: 18px;
    }

    .otto-info-block p {
        font-size: 0.96rem;
        line-height: 1.22;
    }

    .otto-info-phone {
        font-size: 1.42rem;
    }

    .otto-info-credit {
        font-size: 0.6rem;
        line-height: 1.35;
    }
}

@media (max-width: 380px) {
    .otto-info-content {
        gap: 10px;
        padding: 18px 16px 15px;
    }

    .otto-info-logo-wrap {
        width: 78px;
        height: 78px;
    }

    .otto-info-head h2 {
        font-size: clamp(1.72rem, 10vw, 2.55rem);
    }

    .otto-info-block {
        padding: 10px 12px;
    }

    .otto-info-block strong,
    .otto-info-block p {
        font-size: 0.9rem;
    }

    .otto-info-phone {
        font-size: 1.22rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .otto-header-logo-btn::before {
        animation: none;
    }

    .otto-info-card {
        animation: none;
        transform: none;
        opacity: 1;
    }
}

/* v061 Info modal polish · business-card layout */
.otto-info-content {
    grid-template-rows: auto 1fr auto;
    align-items: stretch;
    gap: 20px;
    padding: 30px;
}

.otto-info-brand {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
}

.otto-info-brand .otto-info-logo-wrap {
    margin: 0 auto;
}

.otto-info-brand h2 {
    margin: 0;
    max-width: none;
    width: 100%;
    color: var(--text);
    font-size: clamp(2rem, 5.2vw, 2.82rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
    white-space: nowrap;
}

.otto-info-details {
    align-content: center;
    gap: 12px;
}

.otto-info-block {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 15px 16px;
}

.otto-info-block-link {
    color: inherit;
    text-decoration: none;
}

.otto-info-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--otto-warm);
    background:
        radial-gradient(circle at 30% 20%, rgba(244,196,107,0.26), transparent 58%),
        rgba(7, 26, 22, 0.42);
    border: 1px solid rgba(244,196,107,0.22);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
    font-size: 1.04rem;
    font-weight: 950;
    line-height: 1;
}

.otto-info-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.otto-info-label {
    display: block;
    line-height: 1;
}

.otto-info-block strong,
.otto-info-phone {
    min-width: 0;
    display: block;
    color: var(--otto-warm);
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.otto-info-copy em {
    display: block;
    color: rgba(255,249,239,0.84);
    font-size: 0.98rem;
    font-style: normal;
    line-height: 1.24;
}

.otto-info-call-block .otto-info-phone {
    font-size: 1.62rem;
    letter-spacing: -0.05em;
}

.otto-info-hours-block {
    align-items: start;
}

.otto-info-hours-list {
    display: grid;
    gap: 7px;
    margin-top: 2px;
}

.otto-info-hours-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 12px;
    color: rgba(255,249,239,0.84);
    font-size: 0.98rem;
    line-height: 1.18;
}

.otto-info-hours-row > span {
    min-width: 0;
}

.otto-info-hours-row > strong {
    color: var(--otto-warm);
    font-size: 0.98rem;
    line-height: 1.18;
    white-space: nowrap;
    text-align: right;
}

@media (hover: hover) {
    .otto-info-block-link:hover {
        border-color: rgba(244,196,107,0.42);
        background: rgba(244,196,107,0.10);
    }
}

@media (max-width: 560px) {
    .otto-info-content {
        grid-template-rows: auto 1fr auto;
        gap: 14px;
        padding: 22px 18px 17px;
    }

    .otto-info-brand {
        gap: 10px;
    }

    .otto-info-brand .otto-info-logo-wrap {
        width: 86px;
        height: 86px;
    }

    .otto-info-brand h2 {
        font-size: clamp(1.46rem, 6.4vw, 2.05rem);
        letter-spacing: -0.06em;
    }

    .otto-info-details {
        align-content: center;
        gap: 10px;
    }

    .otto-info-block {
        gap: 11px;
        padding: 13px 13px;
        border-radius: 19px;
    }

    .otto-info-icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 0.98rem;
    }

    .otto-info-block strong,
    .otto-info-phone {
        font-size: 1rem;
    }

    .otto-info-copy em,
    .otto-info-hours-row,
    .otto-info-hours-row > strong {
        font-size: 0.92rem;
    }

    .otto-info-call-block .otto-info-phone {
        font-size: 1.42rem;
    }

    .otto-info-credit {
        font-size: 0.58rem;
        line-height: 1.32;
    }
}

@media (max-width: 380px) {
    .otto-info-content {
        gap: 10px;
        padding: 17px 14px 14px;
    }

    .otto-info-brand {
        gap: 8px;
    }

    .otto-info-brand .otto-info-logo-wrap {
        width: 70px;
        height: 70px;
    }

    .otto-info-brand h2 {
        font-size: clamp(1.28rem, 6.2vw, 1.72rem);
    }

    .otto-info-details {
        gap: 8px;
    }

    .otto-info-block {
        gap: 9px;
        padding: 10px 11px;
        border-radius: 16px;
    }

    .otto-info-icon {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        font-size: 0.9rem;
    }

    .otto-info-label {
        font-size: 0.58rem;
    }

    .otto-info-block strong,
    .otto-info-phone,
    .otto-info-copy em,
    .otto-info-hours-row,
    .otto-info-hours-row > strong {
        font-size: 0.84rem;
    }

    .otto-info-call-block .otto-info-phone {
        font-size: 1.12rem;
    }

    .otto-info-hours-row {
        gap: 8px;
    }
}


/* v062 Info modal logo-only header */
.otto-info-content {
    grid-template-rows: auto 1fr auto;
    gap: 18px;
}

.otto-info-brand {
    padding-top: 2px;
}

.otto-info-brand .otto-info-logo-wrap {
    width: 136px;
    height: 136px;
    padding: 5px;
}

.otto-info-details {
    align-content: center;
}

@media (max-width: 560px) {
    .otto-info-content {
        gap: 13px;
        padding: 22px 18px 17px;
    }

    .otto-info-brand {
        padding-top: 8px;
        gap: 0;
    }

    .otto-info-brand .otto-info-logo-wrap {
        width: 132px;
        height: 132px;
        padding: 5px;
    }

    .otto-info-details {
        align-content: center;
    }
}

@media (max-width: 380px) {
    .otto-info-brand .otto-info-logo-wrap {
        width: 112px;
        height: 112px;
    }
}

/* v063 Desktop category cards polish */
@media (min-width: 900px) {
    .otto-category-grid {
        gap: 16px;
    }

    .otto-category-card {
        min-height: 188px;
        padding: 10px;
        gap: 10px;
        grid-template-rows: minmax(138px, 1fr) auto;
        border-radius: 24px;
    }

    .otto-category-cover {
        min-height: 138px;
        border-radius: 18px;
        background-size: cover;
        background-position: center;
    }

    .otto-category-card strong {
        min-height: 2em;
        font-size: 0.9rem;
        line-height: 1.05;
    }
}

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

    .otto-category-grid {
        gap: 18px;
    }

    .otto-category-card {
        min-height: 208px;
        padding: 11px;
        grid-template-rows: minmax(156px, 1fr) auto;
    }

    .otto-category-cover {
        min-height: 156px;
    }
}

@media (min-width: 1500px) {
    .otto-menu-shell {
        width: min(100%, 1320px);
    }

    .otto-category-card {
        min-height: 218px;
        grid-template-rows: minmax(166px, 1fr) auto;
    }

    .otto-category-cover {
        min-height: 166px;
    }
}


/* v064 Restored Instagram-style modal gallery + bottom previous/next switcher */
.otto-modal-hero {
    touch-action: pan-y;
}

.otto-modal-gallery-counter {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 999px;
    color: rgba(255,249,239,0.92);
    background: rgba(7, 26, 22, 0.62);
    box-shadow: 0 10px 22px rgba(0,0,0,0.22);
    backdrop-filter: blur(12px);
    font-size: 0.72rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0.04em;
    pointer-events: none;
}

.otto-modal-gallery-dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 24px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(7, 26, 22, 0.46);
    box-shadow: 0 10px 22px rgba(0,0,0,0.20);
    backdrop-filter: blur(12px);
}

.otto-modal-gallery-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.48);
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
}

.otto-modal-gallery-dot.is-active {
    transform: scale(1.28);
    background: var(--otto-warm);
}

.otto-modal-hero.is-gallery-switching img {
    animation: ottoModalGalleryFade 170ms ease both;
}

@keyframes ottoModalGalleryFade {
    0% {
        opacity: 0.62;
        transform: scale(0.992);
    }

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

.otto-modal {
    align-content: end;
    justify-items: center;
    grid-template-rows: auto auto;
    gap: 10px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
}

.otto-modal-card {
    order: 1;
    max-height: min(78svh, 760px);
}

.otto-modal-content {
    max-height: min(78svh, 760px);
}

.otto-modal-switcher {
    order: 2;
    position: relative;
    z-index: 4;
    width: min(100%, 560px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
}

.otto-modal-switcher[hidden] {
    display: none !important;
}

.otto-modal-switch-btn {
    min-width: 0;
    display: grid;
    gap: 3px;
    align-content: center;
    min-height: 58px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    color: var(--text);
    background:
        linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.055)),
        rgba(12, 36, 30, 0.72);
    box-shadow: 0 16px 44px rgba(0,0,0,0.28);
    backdrop-filter: blur(18px);
    cursor: pointer;
    text-align: left;
}

.otto-modal-switch-btn:active {
    transform: scale(0.98);
}

.otto-modal-switch-next {
    text-align: right;
}

.otto-modal-switch-dir,
.otto-modal-switch-name {
    min-width: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.otto-modal-switch-dir {
    color: rgba(255, 249, 239, 0.58);
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.otto-modal-switch-name {
    color: var(--otto-warm);
    font-size: 0.88rem;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.otto-modal-card.is-switching-next .otto-modal-content {
    animation: ottoProductSwitchNext 190ms ease both;
}

.otto-modal-card.is-switching-prev .otto-modal-content {
    animation: ottoProductSwitchPrev 190ms ease both;
}

@keyframes ottoProductSwitchNext {
    0% {
        opacity: 0.72;
        transform: translateX(14px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ottoProductSwitchPrev {
    0% {
        opacity: 0.72;
        transform: translateX(-14px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (hover: hover) {
    .otto-modal-switch-btn:hover {
        border-color: rgba(244,196,107,0.46);
        background:
            linear-gradient(145deg, rgba(244,196,107,0.14), rgba(255,255,255,0.06)),
            rgba(12, 36, 30, 0.78);
    }
}

@media (min-width: 900px) {
    .otto-modal-switcher {
        width: min(100%, 620px);
    }

    .otto-modal-card,
    .otto-modal-content {
        max-height: min(80svh, 800px);
    }
}

@media (max-width: 560px) {
    .otto-modal {
        gap: 8px;
        padding: 12px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
    }

    .otto-modal-gallery-counter {
        top: 8px;
        left: 8px;
        min-height: 25px;
        padding: 4px 8px;
        font-size: 0.66rem;
    }

    .otto-modal-gallery-dots {
        bottom: 8px;
        min-height: 22px;
        padding: 5px 7px;
        gap: 5px;
    }

    .otto-modal-gallery-dot {
        width: 6px;
        height: 6px;
    }

    .otto-modal-switcher {
        width: 100%;
        gap: 8px;
    }

    .otto-modal-switch-btn {
        min-height: 52px;
        padding: 8px 10px;
        border-radius: 16px;
    }

    .otto-modal-switch-dir {
        font-size: 0.6rem;
        letter-spacing: 0.06em;
    }

    .otto-modal-switch-name {
        font-size: 0.78rem;
    }

    .otto-modal-card,
    .otto-modal-content {
        max-height: min(76svh, 720px);
    }
}

@media (max-width: 380px) {
    .otto-modal-switch-btn {
        min-height: 48px;
        padding: 7px 9px;
    }

    .otto-modal-switch-dir {
        font-size: 0.56rem;
    }

    .otto-modal-switch-name {
        font-size: 0.72rem;
    }

    .otto-modal-card,
    .otto-modal-content {
        max-height: min(74svh, 680px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .otto-modal-hero.is-gallery-switching img,
    .otto-modal-card.is-switching-next .otto-modal-content,
    .otto-modal-card.is-switching-prev .otto-modal-content {
        animation: none;
    }
}
