/* ==========================================================
   ZAGROS – EIN STANDORT / DUNKLER STEIN / MINT-METALL
   Baut auf /static/style.css auf.
   ========================================================== */

body.standort-zagros {
    --gold: #84d9bd;
    --gold-light: #b7f0dc;
    --gold-bright: #e3fff5;
    --gold-dark: #3e8f79;
    --text: #e7ecea;
    --text-title: #f4faf7;
    --text-soft: #c5d2ce;
    --text-muted: #8fa39d;
    --border: rgba(132, 217, 189, 0.30);
    --border-strong: rgba(132, 217, 189, 0.62);

    background-color: #090b0b;
    background-image:
        linear-gradient(rgba(3, 8, 7, 0.63), rgba(1, 3, 3, 0.82)),
        url("/texture/zagros");
    background-position: center top;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: fixed, fixed;
}

body.standort-zagros .header {
    background:
        radial-gradient(circle at 50% -20%, rgba(110, 221, 185, 0.14), transparent 46%),
        linear-gradient(180deg, rgba(5, 9, 8, 0.96), rgba(7, 11, 10, 0.84));
    border-bottom-color: rgba(132, 217, 189, 0.32);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.38);
}

.zagros-header-inner {
    width: min(1460px, calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.zagros-header .logo-link {
    display: block;
    flex: 0 0 auto;
}

.zagros-logo {
    width: clamp(138px, 16vw, 225px);
    height: auto;
    filter:
        drop-shadow(0 10px 26px rgba(0, 0, 0, 0.70))
        drop-shadow(0 0 18px rgba(121, 223, 190, 0.12));
}

.zagros-brand-copy {
    display: grid;
    gap: 8px;
    max-width: 520px;
    color: var(--text-soft);
    text-align: left;
}

.zagros-contact-brand {
    align-content: center;
}

.zagros-header-phone {
    display: inline-block;
    width: fit-content;
    color: var(--gold-bright);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.15vw, 2.05rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.035em;
    text-decoration: none;
    text-shadow:
        0 0 5px rgba(183, 240, 220, 0.34),
        0 0 14px rgba(132, 217, 189, 0.22);
    animation: zagros-phone-glow 2.25s ease-in-out infinite;
    transition: color 160ms ease, transform 160ms ease;
}

.zagros-header-phone:hover,
.zagros-header-phone:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}

.zagros-header-phone:focus-visible {
    box-shadow: 0 0 0 3px rgba(132, 217, 189, 0.22);
    border-radius: 6px;
}

.zagros-header-address {
    color: var(--text-soft);
    font-size: clamp(0.82rem, 1vw, 0.96rem);
    line-height: 1.3;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

@keyframes zagros-phone-glow {
    0%, 100% {
        color: var(--gold-light);
        text-shadow:
            0 0 4px rgba(183, 240, 220, 0.28),
            0 0 10px rgba(132, 217, 189, 0.18);
    }
    50% {
        color: #f2fff9;
        text-shadow:
            0 0 8px rgba(227, 255, 245, 0.72),
            0 0 18px rgba(132, 217, 189, 0.54),
            0 0 30px rgba(62, 143, 121, 0.28);
    }
}

.zagros-action-row {
    border-top: 1px solid rgba(132, 217, 189, 0.10);
}

.zagros-primary-nav {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.zagros-primary-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(132, 217, 189, 0.30);
    border-radius: 999px;
    color: var(--text-soft);
    background: rgba(6, 12, 10, 0.72);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.zagros-primary-nav a:hover,
.zagros-primary-nav a:focus-visible {
    color: var(--gold-bright);
    border-color: rgba(132, 217, 189, 0.70);
    background: rgba(17, 34, 29, 0.92);
    transform: translateY(-1px);
}

body.standort-zagros .header-media-button,
body.standort-zagros .header-allergen-button {
    border-color: rgba(132, 217, 189, 0.34);
    background: linear-gradient(180deg, rgba(18, 28, 25, 0.86), rgba(6, 11, 9, 0.91));
}

body.standort-zagros .header-media-button:hover,
body.standort-zagros .header-allergen-button:hover {
    background: linear-gradient(180deg, rgba(25, 47, 40, 0.94), rgba(8, 17, 14, 0.95));
    border-color: rgba(132, 217, 189, 0.68);
}

body.standort-zagros .main-content {
    padding-top: 10px;
}

body.standort-zagros .menu-container {
    margin-top: 0;
}

.zagros-intro {
    width: min(1120px, calc(100% - 36px));
    margin: 18px auto 28px;
    padding: clamp(22px, 4vw, 42px);
    text-align: center;
    border: 1px solid rgba(132, 217, 189, 0.28);
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 0%, rgba(106, 215, 180, 0.12), transparent 58%),
        linear-gradient(145deg, rgba(11, 17, 15, 0.92), rgba(4, 7, 6, 0.94));
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.zagros-intro-kicker {
    color: var(--gold-light);
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.zagros-intro h1 {
    margin: 6px 0 10px;
    color: var(--text-title);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.zagros-intro p {
    max-width: 850px;
    margin: 0 auto;
    color: var(--text-soft);
    line-height: 1.65;
}

body.standort-zagros .menu-category {
    border-radius: 10px;
    border-color: rgba(132, 217, 189, 0.30);
    background: linear-gradient(145deg, rgba(13, 20, 18, 0.93), rgba(4, 7, 6, 0.96));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

body.standort-zagros .category-toggle {
    background: linear-gradient(90deg, rgba(24, 47, 40, 0.94), rgba(7, 14, 12, 0.98));
}

body.standort-zagros .category-toggle:hover {
    background: linear-gradient(90deg, rgba(36, 67, 58, 0.97), rgba(9, 19, 16, 0.99));
}

body.standort-zagros .product,
body.standort-zagros .info-card,
body.standort-zagros .service-item,
body.standort-zagros .party-card,
body.standort-zagros .contact-box,
body.standort-zagros .route-card {
    border-color: rgba(132, 217, 189, 0.22);
    background: linear-gradient(145deg, rgba(13, 20, 18, 0.94), rgba(5, 8, 7, 0.96));
}

body.standort-zagros .product-price,
body.standort-zagros .variant-price,
body.standort-zagros .category-toggle-title,
body.standort-zagros .section-heading h2,
body.standort-zagros .contact-box h2 {
    color: var(--gold-light);
}

.zagros-offer-section {
    margin-top: 32px;
    padding: 56px 0;
    background: rgba(3, 7, 6, 0.56);
    border-top: 1px solid rgba(132, 217, 189, 0.12);
    border-bottom: 1px solid rgba(132, 217, 189, 0.12);
}

.zagros-offer-inner {
    width: min(1460px, calc(100% - 40px));
    margin: 0 auto;
}

.zagros-offer-grid {
    margin-top: 30px;
}

body.standort-zagros .route-button,
body.standort-zagros .party-button {
    color: #06100d;
    border-color: #a8ead4;
    background: linear-gradient(180deg, #c8f5e6, #79d8ba);
    box-shadow: 0 8px 24px rgba(64, 158, 128, 0.20);
}

body.standort-zagros .route-button:hover,
body.standort-zagros .party-button:hover {
    color: #020605;
    background: linear-gradient(180deg, #e2fff6, #99e8cf);
}

body.standort-zagros .site-footer {
    border-top-color: rgba(132, 217, 189, 0.24);
    background: rgba(3, 6, 5, 0.88);
}

@media (max-width: 700px) {
    body.standort-zagros {
        background-attachment: scroll, scroll;
    }

    .zagros-header-inner {
        width: min(100% - 24px, 620px);
        padding-top: 12px;
        gap: 10px;
        flex-direction: column;
        text-align: center;
    }

    .zagros-brand-copy {
        text-align: center;
        justify-items: center;
    }

    .zagros-brand-copy strong {
        font-size: clamp(2rem, 12vw, 3.1rem);
    }

    .zagros-brand-copy > span:last-child {
        font-size: 0.9rem;
    }

    .zagros-logo {
        width: 132px;
    }

    .zagros-primary-nav {
        width: calc(100% - 20px);
        gap: 6px;
        margin-bottom: 8px;
    }

    .zagros-primary-nav a {
        flex: 1 1 calc(50% - 6px);
        min-width: 132px;
        padding-inline: 10px;
        font-size: 0.8rem;
    }

    .zagros-intro {
        width: calc(100% - 24px);
        margin-top: 12px;
        padding: 20px 16px;
    }
}

/* ==========================================================
   ZAGROS STARTANIMATION – FLÜSSIG / EIN DURCHGÄNGIGER ZUG
   Transform und Opacity laufen compositorfreundlich. Keine
   Zwischenstopps, keine Blur-/Filteranimationen, kein mehrfaches
   Abbremsen/Beschleunigen innerhalb des Logo-Flugs.
   ========================================================== */

.zagros-splash {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    contain: strict;
}

.zagros-splash-backdrop {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: #030706;
    opacity: 1;
    will-change: opacity;
}

/* Der Glow ist bewusst deaktiviert: weniger große Compositing-Fläche =
   stabilere Bildrate auf schwächeren GPUs und Smartphones. */
.zagros-splash-glow {
    display: none;
}

.zagros-splash-logo {
    width: clamp(210px, 28vw, 400px);
    height: auto;
    transform-origin: 50% 50%;
    transform: translate3d(0, 0, 0) scale(0.035);
    opacity: 0;
    backface-visibility: hidden;
    will-change: transform, opacity;
    pointer-events: none;
    user-select: none;
}

body.zagros-splash-active {
    overflow: hidden;
}

/* Die eigentliche Seite liegt fertig gerendert unter dem Splash. Dadurch
   gibt es am Ende keinen zweiten Zoom oder separaten Seiten-Übergang. */
body.zagros-splash-active .page-shell,
.page-shell {
    opacity: 1;
    transform: none;
}

body.zagros-splash-running .zagros-splash-logo {
    animation:
        zagrosLogoApproach 2.65s cubic-bezier(0.42, 0, 0.92, 0.46) forwards,
        zagrosLogoVisibility 2.65s linear forwards;
}

body.zagros-splash-running .zagros-splash-backdrop {
    animation: zagrosBackdropContinuousReveal 2.65s linear forwards;
}

/* Nur zwei Transform-Zustände. Die gesamte Beschleunigung entsteht aus
   EINER Kurve – dadurch kein sichtbares 'stoppt/läuft/stoppt'. */
@keyframes zagrosLogoApproach {
    from {
        transform: translate3d(0, 0, 0) scale(0.035);
    }
    to {
        transform: translate3d(0, 0, 0) scale(10);
    }
}

@keyframes zagrosLogoVisibility {
    0% { opacity: 0; }
    7% { opacity: 0.78; }
    16% { opacity: 1; }
    86% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes zagrosBackdropContinuousReveal {
    0% { opacity: 1; }
    72% { opacity: 1; }
    100% { opacity: 0; }
}

@media (max-width: 700px) {
    .zagros-splash-logo {
        width: clamp(190px, 56vw, 310px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .zagros-splash-logo,
    .zagros-splash-backdrop,
    .zagros-header-phone {
        animation: none !important;
    }
}


/* ==========================================================
   ZAGROS – GERÄTEANSICHTEN / RESPONSIVE FEINSCHLIFF
   Übernommen aus den bewährten Geräte-Breakpoints des
   Ausgangsprojekts, aber auf den Ein-Standort-Aufbau von
   Zagros zugeschnitten.
   ========================================================== */

/* Tablet / kleine Notebooks */
@media (min-width: 701px) and (max-width: 1100px) {
    .zagros-header-inner {
        width: calc(100% - 32px);
        padding: 14px 0 7px;
        gap: 20px;
    }

    .zagros-logo {
        width: clamp(150px, 18vw, 195px);
    }

    .zagros-brand-copy {
        max-width: 370px;
    }

    .zagros-header-phone {
        font-size: clamp(1.35rem, 3.2vw, 1.85rem);
    }

    .zagros-header-address {
        font-size: 0.94rem;
    }

    .zagros-intro {
        width: calc(100% - 32px);
        margin: 14px auto 24px;
        padding: 28px 24px;
    }

    .zagros-offer-inner {
        width: calc(100% - 32px);
    }
}

/* Smartphone */
@media (max-width: 700px) {
    .zagros-header-inner {
        width: calc(100% - 20px);
    }

    .zagros-header-phone {
        font-size: clamp(1.3rem, 5.8vw, 1.7rem);
    }

    .zagros-header-address {
        font-size: 0.82rem;
        white-space: nowrap;
    }

    .zagros-intro h1 {
        font-size: clamp(2.15rem, 12vw, 3rem);
        line-height: 1;
    }

    .zagros-intro p {
        font-size: 0.92rem;
        line-height: 1.52;
    }

    .zagros-offer-section {
        margin-top: 22px;
        padding: 36px 0;
    }

    .zagros-offer-inner {
        width: calc(100% - 20px);
    }

    /* Touch-Ziele nicht kleiner als ca. 44 px. */
    .zagros-primary-nav a,
    body.standort-zagros .header-media-button,
    body.standort-zagros .header-allergen-button,
    body.standort-zagros .route-button,
    body.standort-zagros .party-button {
        min-height: 44px;
    }
}

/* Sehr schmale Smartphones, z. B. 360–390 px */
@media (max-width: 390px) {
    .zagros-header-inner {
        width: calc(100% - 14px);
        padding-top: 9px;
        gap: 7px;
    }

    .zagros-logo {
        width: 112px;
    }

    .zagros-header-phone {
        font-size: 1.3rem;
        letter-spacing: 0.015em;
    }

    .zagros-header-address {
        font-size: 0.74rem;
        line-height: 1.25;
        white-space: nowrap;
    }

    .zagros-intro {
        width: calc(100% - 14px);
        padding: 16px 12px;
        border-radius: 10px;
    }

    .zagros-intro-kicker {
        font-size: 0.66rem;
        letter-spacing: 0.13em;
    }

    .zagros-intro h1 {
        margin: 4px 0 7px;
        font-size: 2.05rem;
    }

    .zagros-intro p {
        font-size: 0.84rem;
        line-height: 1.45;
    }

    .zagros-offer-section {
        padding: 28px 0;
    }
}

/* Smartphone im Querformat: Höhe sparen, ohne Inhalte zu verstecken. */
@media (orientation: landscape) and (max-height: 520px) and (max-width: 950px) {
    .zagros-header-inner {
        width: calc(100% - 24px);
        padding: 5px 0 4px;
        flex-direction: row;
        gap: 12px;
        text-align: left;
    }

    .zagros-logo {
        width: 76px;
    }

    .zagros-brand-copy {
        justify-items: start;
        gap: 1px;
        text-align: left;
    }

    .zagros-header-phone {
        font-size: 1.25rem;
        line-height: 1;
    }

    .zagros-header-address {
        font-size: 0.70rem;
        line-height: 1.2;
        white-space: nowrap;
    }

    .zagros-primary-nav {
        margin-bottom: 5px;
    }

    .zagros-intro {
        margin: 7px auto 13px;
        padding: 11px 14px;
    }

    .zagros-intro-kicker {
        font-size: 0.60rem;
    }

    .zagros-intro h1 {
        margin: 2px 0 5px;
        font-size: 1.9rem;
    }

    .zagros-intro p {
        font-size: 0.80rem;
        line-height: 1.35;
    }

    .zagros-offer-section {
        padding: 24px 0;
    }

    .zagros-splash-logo {
        width: min(34vw, 220px);
    }
}

/* Touch-Geräte: Hover-Sprünge vermeiden. */
@media (hover: none), (pointer: coarse) {
    .zagros-primary-nav a:hover,
    body.standort-zagros .header-media-button:hover,
    body.standort-zagros .header-allergen-button:hover,
    body.standort-zagros .route-button:hover,
    body.standort-zagros .party-button:hover {
        transform: none;
    }
}

/* ==========================================================
   ZAGROS HEADER – ÖFFNUNGSZEITEN LINKS / LOGO MITTE / KONTAKT RECHTS
   ========================================================== */

.zagros-header-inner {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
    align-items: center;
    justify-items: stretch;
    column-gap: clamp(22px, 4vw, 54px);
}

.zagros-header .logo-link {
    justify-self: center;
}

.zagros-contact-brand {
    justify-self: start;
}

.zagros-header-opening {
    width: min(100%, 365px);
    justify-self: end;
    color: var(--text-soft);
}

.zagros-header-opening-today {
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.78rem, 1vw, 0.94rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.015em;
    text-align: left;
    white-space: nowrap;
}

.zagros-opening-summary {
    margin-top: 5px;
    color: var(--text-muted);
    font-size: 0.68rem;
    line-height: 1.25;
    white-space: nowrap;
}

/* Tablet: alle drei Bereiche bleiben nebeneinander, nur kompakter. */
@media (min-width: 701px) and (max-width: 1100px) {
    .zagros-header-inner {
        grid-template-columns: minmax(215px, 1fr) auto minmax(215px, 1fr);
        column-gap: 16px;
    }

    .zagros-header-opening {
        width: min(100%, 275px);
    }

    .zagros-header-opening-today {
        font-size: 0.72rem;
    }

    .zagros-opening-summary {
        font-size: 0.62rem;
    }
}

/* Smartphone: kompakt untereinander statt gequetschter Dreispaltenansicht. */
@media (max-width: 700px) {
    .zagros-header-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .zagros-header .logo-link {
        order: 1;
    }

    .zagros-header-opening {
        order: 2;
        width: min(100%, 330px);
        justify-self: auto;
    }

    .zagros-contact-brand {
        order: 3;
        justify-self: auto;
    }

    .zagros-header-opening-today {
        font-size: clamp(0.66rem, 3vw, 0.78rem);
        text-align: center;
    }

    .zagros-opening-summary {
        text-align: center;
        font-size: 0.62rem;
        white-space: nowrap;
    }
}

@media (max-width: 390px) {
    .zagros-header-opening {
        width: 100%;
    }

    .zagros-header-opening-today {
        font-size: 0.64rem;
    }

    .zagros-opening-summary {
        font-size: 0.56rem;
    }
}

/* Querformat-Smartphones: eine sehr kompakte Dreispaltenzeile. */
@media (orientation: landscape) and (max-height: 520px) and (max-width: 950px) {
    .zagros-header-inner {
        display: grid;
        grid-template-columns: minmax(205px, 1fr) auto minmax(205px, 1fr);
        align-items: center;
        column-gap: 12px;
    }

    .zagros-header .logo-link,
    .zagros-header-opening,
    .zagros-contact-brand {
        order: initial;
    }

    .zagros-header-opening {
        width: min(100%, 260px);
        justify-self: end;
    }

    .zagros-header-opening-today {
        font-size: 0.60rem;
        text-align: left;
    }

    .zagros-opening-summary {
        margin-top: 3px;
        font-size: 0.52rem;
        white-space: nowrap;
    }
}

/* ==========================================================
   ZAGROS DESIGN V2 – RUHIGER HEADER + KATEGORIE-PIKTOGRAMME
   ========================================================== */

@media (min-width: 901px) {
    .zagros-header-inner {
        width: min(1360px, calc(100% - 48px));
        display: grid;
        grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
        align-items: center;
        gap: clamp(28px, 4vw, 72px);
        padding: 18px 0 14px;
    }

    .zagros-header-opening {
        justify-self: end;
        max-width: 390px;
        text-align: right;
        padding-right: clamp(8px, 1vw, 18px);
    }

    .zagros-header .logo-link {
        position: relative;
        isolation: isolate;
    }

    .zagros-header .logo-link::before {
        content: "";
        position: absolute;
        inset: 16% 10%;
        z-index: -1;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(132, 217, 189, 0.12), transparent 70%);
        transform: scale(1.35);
        pointer-events: none;
    }

    .zagros-contact-brand {
        justify-self: start;
        max-width: 390px;
        padding-left: clamp(8px, 1vw, 18px);
    }
}

.zagros-header-opening-today {
    color: var(--gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.96rem, 1.15vw, 1.15rem);
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 0 12px rgba(132, 217, 189, 0.10);
}

.zagros-opening-summary {
    margin-top: 6px;
    color: var(--text-muted);
    font-size: 0.72rem;
    letter-spacing: 0.015em;
}

body.standort-zagros .main-content {
    max-width: 1400px;
    padding-top: 12px;
}

body.standort-zagros .menu-category {
    margin-bottom: 9px;
    border-color: rgba(132, 217, 189, 0.25);
    background: rgba(4, 9, 8, 0.92);
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.018);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

body.standort-zagros .menu-category:hover {
    border-color: rgba(132, 217, 189, 0.42);
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(132, 217, 189, 0.025) inset;
}

body.standort-zagros .menu-category.category-open {
    border-color: rgba(132, 217, 189, 0.50);
}

body.standort-zagros .category-toggle {
    min-height: 58px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    padding: 7px 13px 7px 10px;
    background:
        radial-gradient(circle at 2% 50%, rgba(132, 217, 189, 0.105), transparent 23%),
        linear-gradient(90deg, rgba(20, 43, 36, 0.93), rgba(5, 12, 10, 0.98) 78%);
    box-shadow:
        inset 0 1px 0 rgba(196, 255, 236, 0.025),
        inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body.standort-zagros .category-toggle:hover {
    background:
        radial-gradient(circle at 3% 50%, rgba(132, 217, 189, 0.16), transparent 25%),
        linear-gradient(90deg, rgba(28, 57, 48, 0.96), rgba(7, 16, 13, 0.99) 78%);
}

.category-title-wrap {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-icon-box {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(132, 217, 189, 0.24);
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 32%, rgba(183, 240, 220, 0.08), transparent 60%),
        rgba(3, 11, 9, 0.68);
    box-shadow:
        inset 0 0 12px rgba(132, 217, 189, 0.035),
        0 2px 8px rgba(0, 0, 0, 0.22);
    transition:
        border-color 180ms ease,
        background 180ms ease,
        transform 180ms ease;
}

.category-icon {
    width: 27px;
    height: 27px;
    display: block;
    opacity: 0.88;
    filter: drop-shadow(0 0 5px rgba(132, 217, 189, 0.10));
    transition: opacity 180ms ease, transform 180ms ease;
}

.category-toggle:hover .category-icon-box,
.category-open .category-icon-box {
    border-color: rgba(132, 217, 189, 0.52);
    background:
        radial-gradient(circle at 38% 32%, rgba(183, 240, 220, 0.13), transparent 62%),
        rgba(5, 17, 14, 0.82);
}

.category-toggle:hover .category-icon {
    opacity: 1;
    transform: scale(1.055);
}

body.standort-zagros .category-toggle-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: clamp(1.12rem, 1.45vw, 1.34rem);
    letter-spacing: 0.005em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

body.standort-zagros .category-count {
    padding: 5px 9px;
    border: 1px solid rgba(132, 217, 189, 0.12);
    border-radius: 999px;
    color: #9db7ae;
    background: rgba(2, 8, 6, 0.42);
    font-size: 0.70rem;
}

body.standort-zagros .category-arrow {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(132, 217, 189, 0.14);
    border-radius: 50%;
    background: rgba(3, 10, 8, 0.52);
    font-size: 1.18rem;
}

body.standort-zagros .category-toggle:hover .category-arrow,
body.standort-zagros .category-open .category-arrow {
    border-color: rgba(132, 217, 189, 0.36);
    color: var(--gold-light);
}

@media (max-width: 900px) {
    .zagros-header-inner {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .zagros-header-opening,
    .zagros-contact-brand {
        text-align: center;
        justify-items: center;
        padding-inline: 0;
    }
}

@media (max-width: 700px) {
    body.standort-zagros .category-toggle {
        min-height: 56px;
        padding: 7px 9px;
        gap: 8px;
    }

    .category-title-wrap {
        gap: 9px;
    }

    .category-icon-box {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .category-icon {
        width: 24px;
        height: 24px;
    }

    body.standort-zagros .category-count {
        padding: 4px 7px;
        font-size: 0.64rem;
    }

    body.standort-zagros .category-arrow {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 430px) {
    body.standort-zagros .category-toggle {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    body.standort-zagros .category-count {
        display: none;
    }

    .category-icon-box {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .category-icon {
        width: 23px;
        height: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.standort-zagros .menu-category,
    .category-icon-box,
    .category-icon {
        transition: none;
    }
}

/* ==========================================================
   ZAGROS DESIGN V3 – 1:1 NACH DEM FREIGEGEBENEN ENTWURF
   Echte HTML/CSS-Struktur; die Speisekarte bleibt interaktiv.
   ========================================================== */

body.standort-zagros {
    overflow-x: hidden;
    background-color: #060908;
    background-image:
        linear-gradient(rgba(2, 7, 6, 0.48), rgba(1, 4, 3, 0.72)),
        url("/texture/zagros");
    background-size: auto, cover;
    background-position: center top;
}

.zagros-page-shell {
    position: relative;
    z-index: 2;
}

/* Seitliche Food-Fotografie wie im Entwurf. Auf kleineren
   Displays wird sie ausgeblendet, damit nichts gequetscht wird. */
.zagros-side-art {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: clamp(170px, 13.8vw, 245px);
    pointer-events: none;
    overflow: hidden;
    opacity: 0.95;
}

.zagros-side-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zagros-side-art-left {
    left: 0;
}

.zagros-side-art-right {
    right: 0;
}

/* HEADER */
body.standort-zagros .header.zagros-header {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(62, 143, 121, 0.16), transparent 46%),
        linear-gradient(180deg, rgba(4, 11, 9, 0.97), rgba(4, 10, 8, 0.93));
    border-bottom: 1px solid rgba(132, 217, 189, 0.34);
    box-shadow: none;
}

.zagros-header-inner {
    box-sizing: border-box;
    width: min(1120px, calc(100% - 52px));
    min-height: 188px;
    margin: 0 auto;
    padding: 18px 0 12px;
    display: grid;
    grid-template-columns: minmax(285px, 1fr) auto minmax(285px, 1fr);
    align-items: center;
    column-gap: clamp(32px, 5vw, 74px);
}

.zagros-header-opening {
    width: auto;
    max-width: none;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0;
    text-align: left;
}

.zagros-opening-copy {
    min-width: 0;
}

.zagros-header-symbol {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    filter: drop-shadow(0 0 8px rgba(132, 217, 189, 0.22));
}

.zagros-header-opening-today {
    margin: 0;
    color: #effff9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(0.92rem, 1.08vw, 1.10rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(183, 240, 220, 0.10);
}

.zagros-opening-summary {
    margin-top: 6px;
    color: #cfdbd6;
    font-size: 0.70rem;
    line-height: 1.2;
    white-space: nowrap;
}

.zagros-logo-stack {
    display: grid;
    justify-items: center;
    gap: 3px;
}

.zagros-header .logo-link {
    position: relative;
    display: block;
    justify-self: center;
    isolation: isolate;
}

.zagros-header .logo-link::before {
    content: "";
    position: absolute;
    inset: 18% 11%;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103, 220, 184, 0.13), transparent 72%);
    transform: scale(1.35);
}

.zagros-logo {
    width: clamp(142px, 11.7vw, 188px);
    height: auto;
    filter:
        drop-shadow(0 10px 20px rgba(0, 0, 0, 0.62))
        drop-shadow(0 0 13px rgba(132, 217, 189, 0.08));
}

.zagros-logo-kicker {
    margin-top: -4px;
    color: #d5e8e1;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    white-space: nowrap;
}

.zagros-contact-brand {
    justify-self: start;
    max-width: none;
    padding: 0;
    gap: 7px;
}

.zagros-phone-line {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zagros-phone-symbol {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
}

.zagros-header-phone {
    font-size: clamp(1.38rem, 1.75vw, 1.82rem);
    line-height: 1;
    letter-spacing: 0.025em;
    animation: zagros-phone-glow 2.8s ease-in-out infinite;
}

.zagros-header-address {
    padding-left: 43px;
    color: #d6dfdc;
    font-size: clamp(0.76rem, 0.84vw, 0.88rem);
    line-height: 1.25;
    white-space: nowrap;
}

.zagros-tagline {
    position: absolute;
    right: max(20px, calc((100vw - 1540px) / 2));
    top: 40px;
    display: none;
    width: 170px;
    transform: rotate(-5deg);
    color: #9ee8cd;
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 1.15rem;
    line-height: 1.32;
    text-align: left;
    opacity: 0.82;
    text-shadow: 0 0 10px rgba(132, 217, 189, 0.14);
    pointer-events: none;
}

.zagros-tagline span {
    display: block;
}

@media (min-width: 1540px) {
    .zagros-tagline {
        display: block;
    }
}

/* Der neue Entwurf ist bewusst ohne zusätzliche Headerbuttons. */
.zagros-header .zagros-action-row,
.zagros-header .header-action-row {
    display: none !important;
}

/* MENÜSTUFE */
body.standort-zagros .main-content.zagros-menu-stage {
    position: relative;
    z-index: 3;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 12px 0 0;
}

body.standort-zagros .menu-container {
    width: 100%;
    margin: 0;
}

body.standort-zagros .menu-category {
    position: relative;
    margin: 0 0 8px;
    overflow: hidden;
    border: 1px solid rgba(132, 217, 189, 0.54);
    border-radius: 10px;
    background: rgba(4, 10, 8, 0.96);
    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.20),
        inset 0 0 0 1px rgba(255, 255, 255, 0.012);
}

body.standort-zagros .menu-category:hover,
body.standort-zagros .menu-category.category-open {
    border-color: rgba(132, 217, 189, 0.76);
    box-shadow:
        0 7px 22px rgba(0, 0, 0, 0.24),
        0 0 14px rgba(80, 176, 146, 0.035);
}

body.standort-zagros .category-toggle {
    position: relative;
    isolation: isolate;
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 14px;
    padding: 0 14px 0 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(10, 25, 21, 0.99), rgba(3, 11, 9, 0.985) 72%, rgba(3, 9, 8, 0.995));
}

body.standort-zagros .category-toggle::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 53%;
    top: 50%;
    width: 190px;
    height: 76px;
    transform: translate(-50%, -50%);
    background: url("/static/design-v3/mountain-mark.webp") center / contain no-repeat;
    opacity: 0.065;
    filter: grayscale(0.3) saturate(0.75);
    pointer-events: none;
}

body.standort-zagros .category-toggle:hover {
    background:
        linear-gradient(90deg, rgba(13, 34, 28, 0.995), rgba(4, 14, 11, 0.99) 72%, rgba(3, 10, 8, 0.995));
}

.category-title-wrap {
    position: relative;
    z-index: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

/* Das bisherige runde Icon wird im V3-Design zum echten Food-Bild. */
.category-icon-box {
    width: 205px;
    height: 62px;
    flex: 0 0 205px;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 9px 0 0 9px;
    background: transparent;
    box-shadow: none;
}

.category-icon {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left center;
    opacity: 1;
    filter: none;
    transform: none;
}

.category-toggle:hover .category-icon-box,
.category-open .category-icon-box {
    border-color: transparent;
    background: transparent;
}

.category-toggle:hover .category-icon {
    opacity: 1;
    transform: scale(1.018);
}

body.standort-zagros .category-toggle-title {
    color: #f4f7f5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.22rem, 1.45vw, 1.48rem);
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.76);
}

body.standort-zagros .category-count {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #d0d9d6;
    background: transparent;
    font-size: 0.76rem;
    font-weight: 400;
    white-space: nowrap;
}

body.standort-zagros .category-arrow {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #9aead0;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

body.standort-zagros .category-toggle:hover .category-arrow,
body.standort-zagros .category-open .category-arrow {
    border-color: transparent;
    color: #d8fff1;
}

/* Geöffnete Kategorie: funktional bleibt alles wie bisher,
   optisch wird der Inhalt an den neuen Entwurf angepasst. */
body.standort-zagros .category-content {
    border-top: 1px solid rgba(132, 217, 189, 0.17);
    background:
        linear-gradient(180deg, rgba(4, 10, 8, 0.98), rgba(2, 6, 5, 0.99));
}

body.standort-zagros .product {
    border-color: rgba(132, 217, 189, 0.17);
    background: rgba(8, 15, 13, 0.90);
}

/* SIGNOFF / FOOTER WIE IM ENTWURF */
.zagros-signoff {
    box-sizing: border-box;
    width: min(1180px, calc(100% - 40px));
    margin: 42px auto 0;
    display: grid;
    grid-template-columns: minmax(80px, 1fr) auto auto minmax(80px, 1fr);
    align-items: center;
    gap: 24px;
    color: #dfe9e5;
}

.zagros-signoff-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(132, 217, 189, 0.66));
}

.zagros-signoff-line:last-child {
    background: linear-gradient(90deg, rgba(132, 217, 189, 0.66), transparent);
}

.zagros-signoff-text {
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.38em;
    white-space: nowrap;
}

body.standort-zagros .site-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 22px auto 0;
    padding-top: 14px;
    border-top-color: rgba(132, 217, 189, 0.13);
    background: transparent;
    color: #899c96;
    font-size: 0.70rem;
}

body.standort-zagros .site-footer-legal a {
    color: #9eb4ad;
    text-decoration-color: rgba(132, 217, 189, 0.32);
}

/* TABLET */
@media (max-width: 1450px) {
    .zagros-side-art,
    .zagros-tagline {
        display: none;
    }
}

@media (min-width: 701px) and (max-width: 1100px) {
    body.standort-zagros .header.zagros-header {
        min-height: 172px;
    }

    .zagros-header-inner {
        width: min(960px, calc(100% - 32px));
        min-height: 164px;
        grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
        column-gap: 20px;
    }

    .zagros-header-symbol {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
    }

    .zagros-header-opening-today {
        font-size: 0.78rem;
    }

    .zagros-opening-summary {
        font-size: 0.59rem;
    }

    .zagros-logo {
        width: 134px;
    }

    .zagros-logo-kicker {
        font-size: 0.50rem;
    }

    .zagros-header-phone {
        font-size: 1.10rem;
    }

    .zagros-phone-symbol {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }

    .zagros-header-address {
        padding-left: 37px;
        font-size: 0.66rem;
    }

    body.standort-zagros .main-content.zagros-menu-stage,
    .zagros-signoff,
    body.standort-zagros .site-footer {
        width: calc(100% - 30px);
    }

    .category-icon-box {
        width: 160px;
        flex-basis: 160px;
    }

    body.standort-zagros .category-toggle-title {
        font-size: 1.12rem;
    }
}

/* SMARTPHONE */
@media (max-width: 700px) {
    body.standort-zagros .header.zagros-header {
        min-height: auto;
    }

    .zagros-header-inner {
        width: calc(100% - 24px);
        min-height: 0;
        padding: 12px 0 14px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        justify-items: center;
    }

    .zagros-logo-stack {
        order: 1;
    }

    .zagros-header-opening {
        order: 2;
        justify-self: center;
        gap: 8px;
        text-align: center;
    }

    .zagros-contact-brand {
        order: 3;
        justify-self: center;
        justify-items: center;
        text-align: center;
    }

    .zagros-logo {
        width: 118px;
    }

    .zagros-logo-kicker {
        font-size: 0.45rem;
        letter-spacing: 0.18em;
    }

    .zagros-header-symbol {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }

    .zagros-header-opening-today {
        font-size: 0.73rem;
        text-align: left;
    }

    .zagros-opening-summary {
        margin-top: 3px;
        font-size: 0.56rem;
        text-align: left;
    }

    .zagros-phone-line {
        gap: 7px;
    }

    .zagros-phone-symbol {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .zagros-header-phone {
        font-size: 1.10rem;
    }

    .zagros-header-address {
        padding-left: 0;
        font-size: 0.68rem;
        white-space: normal;
    }

    body.standort-zagros .main-content.zagros-menu-stage {
        width: calc(100% - 16px);
        padding-top: 8px;
    }

    body.standort-zagros .menu-category {
        margin-bottom: 6px;
        border-radius: 9px;
    }

    body.standort-zagros .category-toggle {
        min-height: 58px;
        padding-right: 8px;
        gap: 7px;
    }

    body.standort-zagros .category-toggle::before {
        left: 57%;
        width: 140px;
        opacity: 0.045;
    }

    .category-title-wrap {
        gap: 9px;
    }

    .category-icon-box {
        width: 86px;
        height: 56px;
        flex: 0 0 86px;
        border-radius: 8px 0 0 8px;
    }

    body.standort-zagros .category-toggle-title {
        font-size: clamp(0.92rem, 4.2vw, 1.08rem);
    }

    body.standort-zagros .category-count {
        font-size: 0.60rem;
    }

    body.standort-zagros .category-arrow {
        width: 24px;
        height: 24px;
        font-size: 1.15rem;
    }

    .zagros-signoff {
        width: calc(100% - 24px);
        margin-top: 26px;
        grid-template-columns: minmax(24px, 1fr) auto auto minmax(24px, 1fr);
        gap: 8px;
    }

    .zagros-signoff-text {
        display: block;
        font-size: 0.50rem;
        letter-spacing: 0.20em;
    }

    body.standort-zagros .site-footer {
        width: calc(100% - 24px);
    }
}

@media (max-width: 430px) {
    body.standort-zagros .category-toggle {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    body.standort-zagros .category-count {
        display: none;
    }

    .category-icon-box {
        width: 76px;
        flex-basis: 76px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .category-icon,
    .zagros-header-phone {
        animation: none;
        transition: none;
    }
}

/* =========================================================
   ZAGROS V3 – FEINSCHLIFF 2026-09-20
   - Mobilkopf kompakter
   - Desktop-Kategorien flacher
   - Gebirgsrelief besser sichtbar
   ========================================================= */

/* Gebirgsrelief in den Kategoriezeilen klarer sichtbar,
   aber weiterhin als dezentes Wasserzeichen. */
body.standort-zagros .category-toggle::before {
    opacity: 0.13;
    filter: grayscale(0.15) saturate(0.9) brightness(1.28);
}

body.standort-zagros .category-toggle:hover::before,
body.standort-zagros .menu-category.category-open .category-toggle::before {
    opacity: 0.17;
    filter: grayscale(0.10) saturate(0.95) brightness(1.36);
}

/* Große Desktop-/Notebookansicht: etwas flacher und ruhiger. */
@media (min-width: 1101px) {
    body.standort-zagros .menu-category {
        margin-bottom: 7px;
    }

    body.standort-zagros .category-toggle {
        min-height: 60px;
    }

    .category-title-wrap {
        gap: 24px;
    }

    .category-icon-box {
        width: 184px;
        height: 58px;
        flex-basis: 184px;
    }

    body.standort-zagros .category-toggle-title {
        font-size: clamp(1.16rem, 1.30vw, 1.38rem);
    }
}

/* Smartphone: Header ca. 10–15 % kompakter, ohne Lesbarkeit zu verlieren. */
@media (max-width: 700px) {
    .zagros-header-inner {
        width: calc(100% - 20px);
        padding: 8px 0 10px;
        gap: 5px;
    }

    .zagros-logo-stack {
        gap: 1px;
    }

    .zagros-logo {
        width: 104px;
    }

    .zagros-logo-kicker {
        margin-top: -3px;
        font-size: 0.42rem;
        letter-spacing: 0.17em;
    }

    .zagros-header-opening {
        gap: 7px;
    }

    .zagros-header-symbol {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .zagros-header-opening-today {
        font-size: 0.68rem;
        line-height: 1.20;
    }

    .zagros-opening-summary {
        margin-top: 2px;
        font-size: 0.53rem;
    }

    .zagros-contact-brand {
        gap: 4px;
    }

    .zagros-phone-line {
        gap: 6px;
    }

    .zagros-phone-symbol {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .zagros-header-phone {
        font-size: 1.00rem;
    }

    .zagros-header-address {
        font-size: 0.64rem;
        line-height: 1.18;
    }

    body.standort-zagros .category-toggle::before {
        opacity: 0.095;
        filter: grayscale(0.15) saturate(0.9) brightness(1.24);
    }

    body.standort-zagros .category-toggle:hover::before,
    body.standort-zagros .menu-category.category-open .category-toggle::before {
        opacity: 0.13;
    }
}

@media (max-width: 430px) {
    .zagros-logo {
        width: 98px;
    }

    .zagros-header-opening-today {
        font-size: 0.65rem;
    }

    .zagros-header-phone {
        font-size: 0.96rem;
    }
}

/* =========================================================
   ZAGROS V3 – MOBILE KATEGORIEBILDER VOLLSTÄNDIG
   2026-09-20
   Die Food-Motive sind sehr breit (ca. 3.9:1). Auf Smartphones
   werden sie deshalb proportional eingepasst statt beschnitten.
   ========================================================= */

@media (max-width: 700px) {
    body.standort-zagros .category-toggle {
        min-height: 62px;
    }

    .category-title-wrap {
        gap: 8px;
    }

    .category-icon-box {
        width: 132px;
        height: 60px;
        flex: 0 0 132px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        border-radius: 8px 0 0 8px;
        background:
            linear-gradient(90deg, rgba(3, 9, 7, 0.98), rgba(5, 15, 12, 0.72));
    }

    .category-icon {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
        transform: none !important;
    }

    .category-toggle:hover .category-icon,
    .category-open .category-icon {
        transform: none !important;
    }

    body.standort-zagros .category-toggle-title {
        font-size: clamp(0.90rem, 3.85vw, 1.04rem);
        line-height: 1.08;
    }
}

@media (max-width: 430px) {
    .category-icon-box {
        width: 124px;
        flex-basis: 124px;
    }

    body.standort-zagros .category-toggle-title {
        font-size: clamp(0.86rem, 3.75vw, 0.98rem);
    }
}

@media (max-width: 360px) {
    .category-icon-box {
        width: 112px;
        flex-basis: 112px;
    }

    body.standort-zagros .category-toggle-title {
        font-size: 0.84rem;
    }
}

/* =========================================================
   ZAGROS V3 – KATEGORIEBILDER OHNE DOPPELTEN RAHMEN
   Das Food-Bild ist Teil der Kategoriezeile und keine eigene Karte.
   ========================================================= */
.category-icon-box {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.category-toggle:hover .category-icon-box,
.category-open .category-icon-box {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

@media (max-width: 700px) {
    .category-icon-box {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .category-icon {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}

/* =========================================================
   ZAGROS V3 – FOOD-BILDER NAHTLOS IN DER KATEGORIE
   2026-09-20
   Keine zweite Karten-/Buttonkontur am Bild.
   ========================================================= */
.category-icon-box,
.category-toggle:hover .category-icon-box,
.category-open .category-icon-box {
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.category-icon {
    outline: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Die Bildkante läuft weich in die Kategoriefläche aus. */
.category-icon-box {
    position: relative;
}

.category-icon-box::after {
    content: "";
    position: absolute;
    inset: 0 -1px 0 auto;
    width: 24px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(5, 13, 11, 0.96));
}

@media (max-width: 700px) {
    .category-icon-box::after {
        width: 15px;
    }
}

/* =========================================================
   ZAGROS V3 – MOBILE FOOD-BILDER IM ORIGINAL-SEITENVERHÄLTNIS
   2026-09-20
   Auf Smartphones entspricht der Bildslot jetzt dem echten
   448:116-Seitenverhältnis der Kategorie-Foodgrafiken.
   Dadurch kein mittiger Beschnitt und keine Letterbox-Flächen.
   Desktop bleibt unverändert.
   ========================================================= */
@media (max-width: 700px) {
    body.standort-zagros .category-toggle {
        min-height: 52px;
    }

    .category-title-wrap {
        gap: 9px;
        min-width: 0;
    }

    .category-icon-box {
        width: clamp(156px, 46vw, 184px) !important;
        height: auto !important;
        aspect-ratio: 448 / 116;
        flex: 0 0 clamp(156px, 46vw, 184px) !important;
        align-self: center;
        overflow: hidden;
    }

    .category-icon {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: left center !important;
        display: block;
    }

    body.standort-zagros .category-toggle-title {
        min-width: 0;
        overflow-wrap: normal;
        word-break: normal;
    }
}

@media (max-width: 430px) {
    .category-icon-box {
        width: clamp(150px, 45vw, 178px) !important;
        flex-basis: clamp(150px, 45vw, 178px) !important;
    }
}

@media (max-width: 360px) {
    .category-icon-box {
        width: 146px !important;
        flex-basis: 146px !important;
    }
}

/* =========================================================
   ZAGROS V3 – MOBILE FOOD-BILDER VOLLE KATEGORIEHÖHE
   2026-09-20
   Die Kategorie-Foodbilder füllen auf Smartphones wieder die
   komplette Zeilenhöhe. Keine zentrierte schmale Bildbahn mehr.
   ========================================================= */
@media (max-width: 700px) {
    body.standort-zagros .category-toggle {
        min-height: 62px;
        height: 62px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .category-title-wrap {
        height: 100%;
        align-items: stretch;
    }

    .category-icon-box {
        width: clamp(148px, 42vw, 174px) !important;
        height: 60px !important;
        aspect-ratio: auto !important;
        flex: 0 0 clamp(148px, 42vw, 174px) !important;
        align-self: center;
        overflow: hidden;
    }

    .category-icon {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block;
    }

    .category-icon-box::after {
        width: 12px;
    }
}

@media (max-width: 430px) {
    .category-icon-box {
        width: clamp(140px, 41vw, 164px) !important;
        flex-basis: clamp(140px, 41vw, 164px) !important;
    }
}

@media (max-width: 360px) {
    .category-icon-box {
        width: 136px !important;
        flex-basis: 136px !important;
    }
}

/* ?intro=1 ist ein bewusster Test-/Vorschau-Override. Normalerweise wird
   prefers-reduced-motion weiterhin respektiert. */
@media (prefers-reduced-motion: reduce) {
    body.zagros-splash-force-motion .zagros-splash-logo {
        animation:
            zagrosLogoApproach 2.65s cubic-bezier(0.42, 0, 0.92, 0.46) forwards,
            zagrosLogoVisibility 2.65s linear forwards !important;
    }

    body.zagros-splash-force-motion .zagros-splash-backdrop {
        animation: zagrosBackdropContinuousReveal 2.65s linear forwards !important;
    }
}

/* =========================================================
   ZAGROS – SMARTPHONE: OHNE GEBIRGSRELIEF + MEHRZEILIGE RUBRIKEN
   2026-09-20
   Auf schmalen Displays bleibt die Kategorie bewusst ruhiger.
   Lange Rubriknamen dürfen auf mehrere Zeilen umbrechen.
   Desktop/Tablet ab 701 px bleiben unverändert.
   ========================================================= */
@media (max-width: 700px) {
    /* Kein Gebirgs-Wasserzeichen/Relief in den Rubriken auf Smartphones. */
    body.standort-zagros .category-toggle::before,
    body.standort-zagros .category-toggle:hover::before,
    body.standort-zagros .menu-category.category-open .category-toggle::before {
        content: none !important;
        display: none !important;
        background: none !important;
        opacity: 0 !important;
    }

    /* Die Zeile darf wachsen, wenn ein Rubrikname zwei oder mehr Zeilen braucht. */
    body.standort-zagros .category-toggle {
        height: auto !important;
        min-height: 62px;
        align-items: center;
    }

    .category-title-wrap {
        min-width: 0;
        height: auto !important;
        min-height: 60px;
        align-items: center !important;
    }

    body.standort-zagros .category-toggle-title {
        min-width: 0;
        max-width: 100%;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
        line-height: 1.10;
    }

    /* Foodbild bleibt gleich hoch; bei mehrzeiligem Text wächst nur die Rubrikzeile. */
    .category-icon-box {
        align-self: center;
    }
}

/* =========================================================
   ZAGROS – LOGO OHNE GOLDENEN KREIS
   Der allgemeine .logo-link-Fokusrahmen aus style.css ist
   kreisförmig und gold. Im Zagros-Header wird er bewusst
   entfernt, ebenso der goldene Hover-Schatten.
   ========================================================= */
.zagros-header .logo-link,
.zagros-header .logo-link:hover,
.zagros-header .logo-link:focus,
.zagros-header .logo-link:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.zagros-header .logo-link:hover,
.zagros-header .logo-link:focus-visible {
    filter: none !important;
}

/* =========================================================
   ZAGROS – SMARTPHONE HEADER KOMPAKT NEBENEINANDER
   2026-09-20
   Logo links, Öffnungszeiten + Telefon + Adresse rechts.
   Desktop/Tablet bleiben unverändert.
   ========================================================= */
@media (max-width: 700px) {
    body.standort-zagros .header.zagros-header {
        min-height: 0 !important;
    }

    .zagros-header-inner {
        width: calc(100% - 16px) !important;
        min-height: 0 !important;
        padding: 8px 0 9px !important;
        display: grid !important;
        grid-template-columns: clamp(86px, 25vw, 108px) minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
        column-gap: 10px !important;
        row-gap: 4px !important;
        align-items: center !important;
        justify-items: stretch !important;
        text-align: left !important;
    }

    .zagros-logo-stack {
        grid-column: 1 !important;
        grid-row: 1 / 3 !important;
        align-self: center !important;
        justify-self: start !important;
        width: 100% !important;
        gap: 0 !important;
        order: initial !important;
    }

    .zagros-header .logo-link {
        width: 100% !important;
        justify-self: start !important;
    }

    .zagros-logo {
        width: 100% !important;
        max-width: 104px !important;
        height: auto !important;
    }

    /* Spart Höhe und ist auf dem Smartphone neben den Kontaktdaten entbehrlich. */
    .zagros-logo-kicker {
        display: none !important;
    }

    .zagros-header-opening {
        grid-column: 2 !important;
        grid-row: 1 !important;
        order: initial !important;
        justify-self: stretch !important;
        align-self: end !important;
        display: flex !important;
        align-items: flex-start !important;
        gap: 6px !important;
        min-width: 0 !important;
        text-align: left !important;
    }

    .zagros-opening-copy {
        min-width: 0 !important;
    }

    .zagros-header-opening .zagros-header-symbol {
        width: 18px !important;
        height: 18px !important;
        flex: 0 0 18px !important;
        margin-top: 1px;
    }

    .zagros-header-opening-today {
        font-size: clamp(0.60rem, 2.7vw, 0.72rem) !important;
        line-height: 1.16 !important;
        white-space: normal !important;
        text-align: left !important;
    }

    .zagros-opening-summary {
        margin-top: 2px !important;
        font-size: clamp(0.47rem, 2.15vw, 0.57rem) !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        text-align: left !important;
    }

    .zagros-contact-brand {
        grid-column: 2 !important;
        grid-row: 2 !important;
        order: initial !important;
        justify-self: stretch !important;
        align-self: start !important;
        justify-items: start !important;
        align-content: start !important;
        gap: 3px !important;
        min-width: 0 !important;
        text-align: left !important;
    }

    .zagros-phone-line {
        gap: 6px !important;
        min-width: 0 !important;
    }

    .zagros-phone-symbol {
        width: 17px !important;
        height: 17px !important;
        flex: 0 0 17px !important;
    }

    .zagros-header-phone {
        max-width: 100% !important;
        font-size: clamp(0.88rem, 4.15vw, 1.06rem) !important;
        line-height: 1.05 !important;
        letter-spacing: 0.02em !important;
        white-space: nowrap !important;
    }

    .zagros-header-address {
        padding-left: 23px !important;
        max-width: 100% !important;
        font-size: clamp(0.53rem, 2.3vw, 0.63rem) !important;
        line-height: 1.18 !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        text-align: left !important;
    }
}

@media (max-width: 360px) {
    .zagros-header-inner {
        grid-template-columns: 80px minmax(0, 1fr) !important;
        column-gap: 8px !important;
    }

    .zagros-logo {
        max-width: 80px !important;
    }

    .zagros-header-opening .zagros-header-symbol,
    .zagros-phone-symbol {
        width: 16px !important;
        height: 16px !important;
        flex-basis: 16px !important;
    }

    .zagros-header-opening-today {
        font-size: 0.57rem !important;
    }

    .zagros-opening-summary {
        font-size: 0.45rem !important;
    }

    .zagros-header-phone {
        font-size: 0.82rem !important;
    }

    .zagros-header-address {
        padding-left: 22px !important;
        font-size: 0.50rem !important;
    }
}
