:root {
    --bg: #0f1110;
    --bg-soft: #171a18;
    --panel: #1d221f;
    --panel-2: #232926;
    --text: #f3ede4;
    --muted: #c9c0b4;
    --line: rgba(255, 255, 255, 0.08);
    --gold: #c8a56a;
    --gold-soft: rgba(200, 165, 106, 0.14);
    --copper: #b96a3a;
    --red: #a33a2b;
    --green: #23342e;
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    --radius: 24px;
    --radius-sm: 18px;
    --container: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(185, 106, 58, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(200, 165, 106, 0.12), transparent 22%),
        linear-gradient(180deg, #0d100f 0%, #121514 100%);
    color: var(--text);
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -3rem;
    z-index: 2000;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: var(--gold);
    color: #111;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 1rem;
}

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 3px;
}

.container {
    width: min(calc(100% - 2rem), var(--container));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(13, 16, 15, 0.82);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 68px;
    gap: 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #111;
    background: linear-gradient(135deg, var(--gold), #f0d2a0);
    box-shadow: var(--shadow);
}

.brand-text {
    display: grid;
    line-height: 1.1;
}

.brand-title {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-subtitle {
    color: var(--muted);
    font-size: 0.78rem;
}

.nav-toggle {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    padding: 0 1rem 1rem;
    pointer-events: none;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0.8rem;
    display: grid;
    gap: 0.4rem;
    border: 1px solid var(--line);
    background: rgba(18, 21, 20, 0.98);
    border-radius: 0 0 24px 24px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-nav.is-open {
    pointer-events: auto;
}

.site-nav.is-open .nav-list {
    opacity: 1;
    transform: translateY(0);
}

.nav-list a {
    display: block;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    color: var(--muted);
}

.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a.is-active {
    color: var(--text);
    background: rgba(255, 255, 255, 0.05);
}

.nav-list a.is-active {
    box-shadow: inset 0 0 0 1px var(--line);
}

.nav-cta-item {
    margin-top: 0.35rem;
}

.nav-cta {
    background: linear-gradient(135deg, var(--copper), var(--red));
    color: #fff !important;
    text-align: center;
    font-weight: 700;
}

.hero-section,
.page-hero {
    padding: 2rem 0 4rem;
}

.hero-grid,
.story-grid,
.footer-grid,
.menu-layout,
.page-hero-grid,
.info-grid,
.feature-band-grid {
    display: grid;
    gap: 2rem;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.story-copy h2,
.contact-box h2,
.site-footer h2,
.site-footer h3,
.feature-band-grid h2,
.info-card h2,
.menu-card h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.05;
}

.hero-copy h1,
.page-hero h1 {
    font-size: clamp(2.2rem, 7vw, 4.9rem);
    margin-top: 0.4rem;
}

.eyebrow,
.feature-kicker {
    margin: 0;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 800;
}

.hero-text,
.page-intro,
.section-heading p,
.story-copy p,
.contact-box p,
.info-card p,
.footer-copy {
    color: var(--muted);
}

.hero-actions,
.section-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.center-actions {
    justify-content: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    color: #111;
    background: linear-gradient(135deg, var(--gold), #f0d2a0);
}

.btn-secondary {
    color: var(--text);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.hero-facts {
    list-style: none;
    padding: 0;
    margin: 1.1rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.hero-facts li {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    font-size: 0.95rem;
}

.section {
    padding: 4rem 0;
}

.section-dark {
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-accent,
.feature-band {
    background: linear-gradient(180deg, rgba(35, 52, 46, 0.42), rgba(18, 21, 20, 0.5));
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 2rem;
    text-align: center;
}

.section-heading-left {
    text-align: left;
    margin-inline: 0;
}

.card-grid,
.menu-preview-grid,
.gallery-grid {
    display: grid;
    gap: 1.2rem;
}

.feature-band-grid article,
.dish-card,
.menu-card,
.info-card,
.contact-box {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(35, 41, 38, 0.95), rgba(26, 30, 28, 0.96));
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.feature-band-grid article,
.info-card {
    padding: 1.35rem;
}

.dish-card,
.menu-card {
    overflow: hidden;
}

.card-body,
.menu-card {
    padding: 1.25rem;
}

.menu-card ul {
    margin: 1rem 0 0;
    padding-left: 1rem;
    color: var(--muted);
}

.menu-card li + li {
    margin-top: 0.45rem;
}

.card-image,
.gallery-item {
    aspect-ratio: 4 / 3;
    min-height: unset;
}

.contact-box {
    display: grid;
    gap: 1.2rem;
    padding: 1.5rem;
}

.site-footer {
    padding: 3rem 0 6rem;
}

.footer-grid {
    border-top: 1px solid var(--line);
    padding-top: 2rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.footer-links a {
    color: var(--muted);
}

.footer-bottom {
    padding-top: 1rem;
    color: var(--muted);
}

.footer-credit-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 165, 106, 0.42);
    background: linear-gradient(135deg, rgba(200, 165, 106, 0.22), rgba(185, 106, 58, 0.24));
    color: var(--text);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.footer-credit-link:hover,
.footer-credit-link:focus-visible {
    border-color: rgba(200, 165, 106, 0.68);
    background: linear-gradient(135deg, rgba(200, 165, 106, 0.34), rgba(185, 106, 58, 0.34));
    transform: translateY(-1px);
}

.mobile-quickbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.mobile-quickbar a {
    padding: 0.95rem 0.5rem;
    text-align: center;
    background: rgba(13, 16, 15, 0.96);
    font-weight: 700;
    font-size: 0.94rem;
}

.compact-page-hero {
    padding-bottom: 2rem;
}

@media (min-width: 720px) {
    .card-grid,
    .menu-preview-grid,
    .gallery-grid,
    .info-grid,
    .feature-band-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-band-grid {
        gap: 1rem;
    }

    .contact-box {
        grid-template-columns: 1.8fr 1fr;
        align-items: center;
    }
}

@media (min-width: 960px) {
    body {
        line-height: 1.7;
    }

    .nav-toggle {
        display: none;
    }

    .header-inner {
        justify-content: flex-start;
        min-height: 76px;
    }

    .site-nav {
        position: static;
        padding: 0;
        pointer-events: auto;
        width: 100%;
    }

    .nav-list {
        opacity: 1;
        transform: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        background: transparent;
        display: flex;
        align-items: center;
        gap: 0.25rem;
        width: 100%;
    }

    .nav-list a {
        padding: 0.75rem 1rem;
    }

    .nav-cta-item {
        margin: 0 0 0 auto;
    }

    .hero-section,
    .page-hero {
        padding: 3rem 0 5rem;
    }

    .hero-grid,
    .page-hero-grid,
    .story-grid {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
    }

    .menu-layout {
        gap: 2.2rem;
    }

    .signature-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .menu-preview-grid,
    .menu-page-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .info-grid,
    .feature-band-grid,
    .footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mobile-quickbar {
        display: none;
    }

    .site-footer {
        padding-bottom: 3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}

body.modal-open {
    overflow: hidden;
}

.menu-page-hero {
    padding-bottom: 2rem;
}

.menu-hero-grid {
    align-items: center;
}

.menu-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.menu-hero-badge {
    margin-top: 1rem;
    display: inline-flex;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
}


.menu-anchor-section {
    position: sticky;
    top: 80px;
    z-index: 900;
    padding: 0.75rem 0 0;
    background: linear-gradient(180deg, rgba(13, 16, 15, 0.94), rgba(13, 16, 15, 0.72));
    backdrop-filter: blur(16px);
}

.menu-anchor-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.4rem 0 0.75rem;
}

.menu-anchor-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0.58rem 0.78rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.menu-anchor-chip:hover,
.menu-anchor-chip:focus-visible {
    color: var(--text);
    border-color: rgba(200, 165, 106, 0.35);
    background: rgba(200, 165, 106, 0.12);
    transform: translateY(-2px);
}

.menu-anchor-chip strong {
    font-size: 0.9rem;
    line-height: 1.15;
}

.menu-anchor-chip span {
    display: none;
}

.menu-sections-shell {
    padding-top: 1.5rem;
}

.menu-sections-stack {
    display: grid;
    gap: 2.25rem;
}

.menu-group-block {
    scroll-margin-top: 150px;
    display: grid;
    gap: 1.4rem;
    padding: 1.4rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.menu-group-heading {
    display: grid;
    gap: 0.75rem;
}

.menu-group-heading h2 {
    margin: 0.15rem 0 0;
}

.menu-group-heading p:last-child {
    margin: 0;
    color: var(--muted);
    max-width: 72ch;
}

.menu-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.menu-subnav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0.48rem 0.7rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    text-decoration: none;
    font-size: 0.86rem;
    line-height: 1.15;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.menu-subnav a:hover,
.menu-subnav a:focus-visible {
    color: var(--text);
    border-color: rgba(200, 165, 106, 0.35);
    background: rgba(200, 165, 106, 0.12);
    transform: translateY(-2px);
}

.menu-group-stack {
    display: grid;
    gap: 1.2rem;
}

.menu-section-block {
    scroll-margin-top: 160px;
    padding: 1.5rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.menu-subsection-block {
    padding: 1.25rem;
}

.menu-section-heading {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}

.menu-section-heading h2,
.menu-section-heading h3 {
    margin: 0.15rem 0 0;
}

.menu-section-heading p:last-child {
    margin: 0;
    color: var(--muted);
    max-width: 72ch;
}

.menu-card-grid {
    display: grid;
    gap: 1rem;
}

.menu-item-card {
    width: 100%;
    text-align: left;
    color: var(--text);
    padding: 1.15rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(29, 34, 31, 0.94);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.menu-item-card:hover,
.menu-item-card:focus-visible {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
    border-color: rgba(200, 165, 106, 0.4);
    background:
        linear-gradient(180deg, rgba(200, 165, 106, 0.12), rgba(255, 255, 255, 0.03)),
        rgba(29, 34, 31, 0.98);
}

.menu-item-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.menu-item-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.4rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.04);
}

.menu-item-price {
    color: var(--gold);
    font-weight: 700;
}

.menu-item-title {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
}

.menu-item-german {
    display: none;
}

.menu-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.96rem;
}

.menu-item-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    color: var(--text);
    font-weight: 700;
}

.menu-item-link::after {
    content: '↗';
    color: var(--gold);
}

.menu-modal {
    position: fixed;
    inset: 0;
    z-index: 1400;
}

.menu-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 7, 0.74);
    backdrop-filter: blur(8px);
}

.menu-modal__dialog {
    position: relative;
    width: min(calc(100% - 2rem), 720px);
    margin: min(9vh, 4rem) auto 0;
    padding: 1.4rem 1.25rem 1.35rem;
    border-radius: 28px;
    border: 1px solid rgba(200, 165, 106, 0.25);
    background:
        radial-gradient(circle at top right, rgba(200, 165, 106, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(36, 41, 38, 0.98), rgba(20, 23, 21, 0.98));
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.menu-modal__close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 1.5rem;
    cursor: pointer;
}

.menu-modal__eyebrow {
    margin: 0 0 0.25rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    font-weight: 800;
}

.menu-modal__dialog h2 {
    margin: 0;
    padding-right: 3.2rem;
}

.menu-modal__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0;
}

.menu-modal__meta span {
    display: inline-flex;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
}

#menu-modal-description {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
}

@media (min-width: 700px) {
    .menu-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .menu-section-block {
        padding: 1.8rem;
    }
}

@media (min-width: 1100px) {
    .menu-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .menu-section-heading {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: end;
    }
}


@media (max-width: 699px) {
    .menu-anchor-section {
        top: 68px;
        padding: 0.35rem 0 0;
    }

    .menu-anchor-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.45rem;
        padding: 0.28rem 0 0.55rem;
        scrollbar-width: none;
    }

    .menu-anchor-grid::-webkit-scrollbar {
        display: none;
    }

    .menu-anchor-chip {
        flex: 0 0 auto;
        padding: 0.4rem 0.58rem;
    }

    .menu-anchor-chip strong {
        font-size: 0.78rem;
    }

    .menu-group-block {
        gap: 1rem;
        padding: 0.8rem;
        border-radius: 22px;
    }

    .menu-group-heading,
    .menu-section-heading {
        gap: 0.48rem;
    }

    .menu-group-heading h2,
    .menu-section-heading h3 {
        font-size: 1.22rem;
    }

    .menu-subnav {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.38rem;
        padding-bottom: 0.16rem;
        scrollbar-width: none;
    }

    .menu-subnav::-webkit-scrollbar {
        display: none;
    }

    .menu-subnav a {
        flex: 0 0 auto;
        min-height: 1.82rem;
        padding: 0.36rem 0.52rem;
        font-size: 0.74rem;
    }

    .menu-subsection-block {
        padding: 0.75rem;
        border-radius: 20px;
    }

    .menu-section-heading {
        margin-bottom: 0.85rem;
    }

    .menu-card-grid {
        gap: 0.62rem;
    }

    .menu-item-card {
        padding: 0.78rem;
        border-radius: 17px;
    }

    .menu-item-card:hover,
    .menu-item-card:focus-visible {
        transform: translateY(-2px);
    }

    .menu-item-topline {
        margin-bottom: 0.5rem;
        gap: 0.5rem;
        font-size: 0.76rem;
    }

    .menu-item-code {
        min-width: 2.35rem;
        padding: 0.18rem 0.42rem;
    }

    .menu-item-title {
        margin-bottom: 0.22rem;
        font-size: 0.95rem;
        line-height: 1.18;
    }

    .menu-item-german {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0 0 0.2rem;
        color: var(--gold);
        font-size: 0.78rem;
        line-height: 1.28;
    }

    .menu-item-text {
        display: none;
    }

    .menu-item-link {
        margin-top: 0.55rem;
        font-size: 0.78rem;
    }
}


/* Urlaubshinweis 01.06.2026–30.06.2026 */
.vacation-banner {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(200, 165, 106, 0.22);
    background:
        linear-gradient(135deg, rgba(116, 26, 20, 0.96), rgba(15, 17, 16, 0.96) 48%, rgba(57, 33, 18, 0.96)),
        radial-gradient(circle at 12% 20%, rgba(255, 219, 142, 0.26), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(185, 106, 58, 0.28), transparent 30%);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}

.vacation-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent),
        repeating-linear-gradient(115deg, rgba(200, 165, 106, 0.12) 0 1px, transparent 1px 18px);
    opacity: 0.45;
    pointer-events: none;
}

.vacation-banner__inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding-block: 0.85rem;
}

.vacation-banner__icon {
    display: grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid rgba(255, 235, 188, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffe7a9;
    font-size: 1.35rem;
    box-shadow: 0 0 26px rgba(200, 165, 106, 0.28);
}

.vacation-banner__text {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 235, 188, 0.28);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(156, 28, 22, 0.96), rgba(117, 19, 17, 0.96)),
        radial-gradient(circle at 12% 20%, rgba(255, 231, 169, 0.18), transparent 30%);
    box-shadow: 0 14px 32px rgba(65, 8, 6, 0.26);
}

.vacation-banner__text p {
    margin: 0;
}

.vacation-banner__kicker {
    color: #ffe7a9;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.vacation-banner__headline {
    color: #fff8ec;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.18;
}

.vacation-banner__subline {
    color: rgba(255, 248, 236, 0.82);
    font-size: 0.92rem;
    line-height: 1.4;
}

.vacation-banner__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0.68rem 1.05rem;
    border: 1px solid rgba(255, 235, 188, 0.4);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffe7a9;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.vacation-banner__link:hover,
.vacation-banner__link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 235, 188, 0.72);
    background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 700px) {
    .vacation-banner__inner {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.75rem;
        padding-block: 0.78rem;
    }

    .vacation-banner__icon {
        width: 2.45rem;
        height: 2.45rem;
        font-size: 1.08rem;
    }

    .vacation-banner__link {
        grid-column: 1 / -1;
        justify-self: start;
        min-height: 2.35rem;
        padding: 0.55rem 0.9rem;
        font-size: 0.78rem;
    }

    .vacation-banner__kicker {
        font-size: 0.62rem;
    }

    .vacation-banner__text {
        padding: 0.62rem 0.78rem;
        border-radius: 15px;
    }

    .vacation-banner__headline {
        font-size: clamp(1rem, 5vw, 1.22rem);
    }

    .vacation-banner__subline {
        font-size: 0.82rem;
    }
}

/* Schlanke Banner für alle Seiten – ohne Logo-Dopplung */
.page-banner {
    position: relative;
    overflow: hidden;
    min-height: clamp(185px, 21vw, 285px);
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(200, 165, 106, 0.08);
    border-bottom: 1px solid rgba(200, 165, 106, 0.16);
    background:
        linear-gradient(90deg, rgba(8, 10, 9, 0.98) 0%, rgba(11, 13, 12, 0.94) 46%, rgba(20, 13, 9, 0.82) 100%),
        radial-gradient(circle at 86% 50%, rgba(200, 165, 106, 0.18), transparent 29%),
        radial-gradient(circle at 8% 24%, rgba(185, 106, 58, 0.15), transparent 25%),
        linear-gradient(135deg, #090b0a, #17110d);
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0.8rem;
    border: 1px solid rgba(200, 165, 106, 0.16);
    border-radius: 26px;
    pointer-events: none;
}

.page-banner::after {
    content: '';
    position: absolute;
    right: -10%;
    bottom: -60%;
    width: 58%;
    height: 115%;
    background:
        radial-gradient(ellipse at center, rgba(200, 165, 106, 0.13), transparent 62%),
        repeating-linear-gradient(115deg, rgba(200, 165, 106, 0.12) 0 1px, transparent 1px 16px);
    transform: rotate(-5deg);
    opacity: 0.58;
    pointer-events: none;
}

.page-banner__inner {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    padding-block: clamp(1.8rem, 3.2vw, 2.7rem);
}

.page-banner__content {
    max-width: 880px;
}

.page-banner h1 {
    margin: 0.35rem 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.85rem, 4.2vw, 3.7rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--text);
    text-wrap: balance;
}

.page-banner__intro {
    max-width: 62ch;
    margin: 0.85rem 0 0;
    color: var(--muted);
    font-size: clamp(0.98rem, 1.25vw, 1.1rem);
}

.page-banner__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(8px);
    pointer-events: none;
}

.page-banner__glow-left {
    left: -8rem;
    top: 14%;
    width: 17rem;
    height: 17rem;
    background: rgba(185, 106, 58, 0.12);
}

.page-banner__glow-right {
    right: -5rem;
    bottom: -8rem;
    width: 22rem;
    height: 22rem;
    background: rgba(200, 165, 106, 0.14);
}

.page-banner-home {
    min-height: clamp(215px, 24vw, 330px);
}

.page-banner-menu {
    background:
        linear-gradient(90deg, rgba(8, 10, 9, 0.98) 0%, rgba(12, 14, 13, 0.93) 48%, rgba(27, 19, 12, 0.8) 100%),
        radial-gradient(circle at 86% 44%, rgba(200, 165, 106, 0.2), transparent 29%),
        linear-gradient(135deg, #090b0a, #1c120d);
}

.page-banner-contact,
.page-banner-legal {
    min-height: clamp(175px, 19vw, 255px);
}

@media (min-width: 960px) {
    .page-banner__content {
        margin-left: 0.15rem;
    }
}

@media (max-width: 759px) {
    .page-banner {
        min-height: 190px;
        text-align: left;
    }

    .page-banner-home {
        min-height: 225px;
    }

    .page-banner::before {
        inset: 0.65rem;
        border-radius: 22px;
    }

    .page-banner::after {
        right: -44%;
        bottom: -58%;
        width: 110%;
        height: 110%;
        opacity: 0.36;
    }

    .page-banner__inner {
        padding-block: 2rem;
    }

    .page-banner h1 {
        max-width: 13ch;
    }

    .page-banner__intro {
        max-width: 35ch;
    }
}

/* Banner mit Logo – Desktop und Mobile */
.page-banner {
    min-height: auto;
}

.page-banner::after {
    right: -6%;
    bottom: -78%;
    width: 52%;
    height: 132%;
    opacity: 0.45;
}

.page-banner__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
    gap: clamp(0.18rem, 0.55vw, 0.42rem);
    padding-block: clamp(0.46rem, 0.85vw, 0.78rem) clamp(0.62rem, 1.2vw, 1rem);
}

.page-banner__content {
    order: 2;
    max-width: 620px;
    margin-inline: auto;
}

.page-banner__logo-wrap {
    position: relative;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    isolation: isolate;
}

.page-banner__logo-wrap::before {
    content: '';
    position: absolute;
    inset: 8% 0;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 165, 106, 0.16), transparent 66%);
    filter: blur(6px);
    z-index: -1;
}

.page-banner__logo {
    display: block;
    width: min(100%, clamp(330px, 40vw, 620px));
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.55));
}

.page-banner-home .page-banner__logo {
    width: min(100%, clamp(390px, 48vw, 760px));
}

.page-banner-contact .page-banner__logo,
.page-banner-legal .page-banner__logo {
    width: min(100%, clamp(205px, 22vw, 330px));
}

.page-banner h1 {
    max-width: 18ch;
    margin: 0.05rem auto 0;
    font-size: clamp(1.35rem, 2.65vw, 2.35rem);
}

.page-banner__intro {
    max-width: 48ch;
    margin: 0.35rem auto 0;
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .page-banner {
        min-height: auto;
    }

    .page-banner__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.26rem;
        padding-block: 0.48rem 0.78rem;
    }

    .page-banner__logo-wrap {
        order: 1;
        justify-content: center;
        min-height: 0;
    }

    .page-banner__content {
        order: 2;
    }

    .page-banner__logo {
        width: clamp(300px, 72vw, 460px);
    }

    .page-banner-home .page-banner__logo {
        width: clamp(330px, 82vw, 520px);
    }

    .page-banner h1 {
        max-width: 18ch;
        font-size: clamp(1.22rem, 4.9vw, 1.85rem);
    }

    .page-banner__intro {
        max-width: 31ch;
        font-size: 0.82rem;
    }
}

@media (max-width: 520px) {
    .page-banner::before {
        inset: 0.55rem;
        border-radius: 18px;
    }

    .page-banner__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.22rem;
        padding-block: 0.38rem 0.65rem;
    }

    .page-banner__logo {
        width: clamp(270px, 82vw, 370px);
    }

    .page-banner-home .page-banner__logo {
        width: clamp(300px, 88vw, 420px);
    }

    .page-banner h1 {
        max-width: 18ch;
        font-size: clamp(1.04rem, 5.2vw, 1.36rem);
        line-height: 1.04;
    }

    .page-banner__intro {
        max-width: 28ch;
        margin: 0.28rem auto 0;
        font-size: 0.76rem;
        line-height: 1.45;
    }

    .page-banner .eyebrow {
        font-size: 0.66rem;
        letter-spacing: 0.16em;
    }
}


/* Startseiten-Banner: Hauptzeile und Beschreibung einzeilig halten */
.page-banner-home .page-banner__content {
    max-width: 780px;
}

.page-banner-home h1 {
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(1.3rem, 2.45vw, 2.25rem);
}

.page-banner-home .page-banner__intro {
    max-width: 100%;
    white-space: nowrap;
    font-size: 0.84rem;
}

@media (max-width: 900px) {
    .page-banner-home .page-banner__content {
        max-width: min(94vw, 720px);
    }

    .page-banner-home h1 {
        max-width: 100%;
        white-space: nowrap;
        font-size: clamp(1rem, 4.15vw, 1.55rem);
    }

    .page-banner-home .page-banner__intro {
        max-width: 100%;
        white-space: nowrap;
        font-size: 0.76rem;
    }
}

@media (max-width: 520px) {
    .page-banner-home .page-banner__content {
        max-width: 96vw;
    }

    .page-banner-home h1 {
        max-width: 100%;
        white-space: nowrap;
        font-size: clamp(0.86rem, 4.05vw, 1.12rem);
        letter-spacing: -0.035em;
    }

    .page-banner-home .page-banner__intro {
        max-width: 100%;
        white-space: nowrap;
        font-size: 0.68rem;
        letter-spacing: -0.02em;
    }
}

/* Reale Startseiten-Bilder */
.real-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(200, 165, 106, 0.22);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.card-image.real-image {
    aspect-ratio: 4 / 3;
}

.story-image {
    aspect-ratio: 5 / 7;
    min-height: 520px;
}

.about-image {
    aspect-ratio: 1 / 1;
    min-height: unset;
}

.gallery-photo {
    position: relative;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(200, 165, 106, 0.22);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.gallery-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.gallery-photo:hover img,
.gallery-photo:focus-within img {
    transform: scale(1.045);
}

.gallery-photo figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    color: var(--text);
    font-weight: 700;
    letter-spacing: 0.01em;
    background: linear-gradient(180deg, transparent, rgba(7, 9, 8, 0.92));
}

/* Kontaktformular */
.contact-form-grid {
    display: grid;
    gap: 1.2rem;
}

.contact-form-shell {
    max-width: 980px;
}

.contact-form,
.contact-message {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(35, 41, 38, 0.95), rgba(26, 30, 28, 0.96));
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.contact-form {
    display: grid;
    gap: 1.35rem;
    padding: 1.3rem;
}

.form-field {
    display: grid;
    gap: 0.45rem;
}

.form-field span {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
}

.form-field select option {
    color: #111;
}

.form-field textarea {
    min-height: 125px;
    resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(201, 192, 180, 0.68);
}

.contact-privacy {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    color: var(--muted);
    font-size: 0.92rem;
}

.contact-privacy input {
    margin-top: 0.25rem;
    accent-color: var(--gold);
}

.contact-submit-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.contact-submit-row p {
    margin: 0;
    color: var(--muted);
    max-width: 48ch;
    font-size: 0.92rem;
}

.contact-submit-row a,
.contact-privacy a {
    color: var(--gold);
    font-weight: 800;
}

.contact-message {
    margin-bottom: 1.2rem;
    padding: 1.15rem 1.25rem;
}

.contact-message h3 {
    margin: 0.25rem 0 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.08;
}

.contact-message p:last-child {
    margin-bottom: 0;
}

.contact-message-success {
    border-color: rgba(200, 165, 106, 0.42);
    background: linear-gradient(180deg, rgba(200, 165, 106, 0.14), rgba(35, 41, 38, 0.95));
}

.contact-message-error {
    border-color: rgba(185, 106, 58, 0.62);
    background: linear-gradient(180deg, rgba(185, 106, 58, 0.16), rgba(35, 41, 38, 0.95));
}

.contact-message ul {
    margin: 0.75rem 0 0;
    padding-left: 1.2rem;
    color: var(--muted);
}

.form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (min-width: 760px) {
    .contact-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-form .form-field:has(textarea) {
        grid-column: 1 / -1;
    }
}

/* Rechtliches */
.page-legal .legal-section {
    padding-top: 3rem;
}

.legal-shell {
    display: grid;
    gap: 1rem;
    max-width: 980px;
}

.legal-card {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(35, 41, 38, 0.95), rgba(26, 30, 28, 0.96));
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: clamp(1.15rem, 2.5vw, 1.8rem);
}

.legal-card h2 {
    margin: 0.15rem 0 0.8rem;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.1;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.legal-card p {
    margin: 0;
    color: var(--muted);
}

.legal-card p + p,
.legal-card ul + p {
    margin-top: 0.9rem;
}

.legal-card a,
.contact-privacy a {
    color: var(--gold);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.legal-alert {
    border-color: rgba(200, 165, 106, 0.34);
    background: linear-gradient(180deg, rgba(200, 165, 106, 0.13), rgba(35, 41, 38, 0.95));
}

.legal-list {
    margin: 0.8rem 0 0;
    padding-left: 1.2rem;
    color: var(--muted);
}

.legal-list li + li {
    margin-top: 0.35rem;
}

.legal-date {
    color: var(--gold) !important;
    font-weight: 800;
}


/* Galerie-Admin */
.page-admin .site-header,
.page-admin .mobile-quickbar {
    display: none;
}

.admin-section {
    min-height: 60vh;
}

.admin-shell {
    display: grid;
    gap: 1.2rem;
}

.admin-card,
.admin-message,
.admin-topbar {
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(35, 41, 38, 0.96), rgba(26, 30, 28, 0.98));
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: clamp(1rem, 2.5vw, 1.5rem);
}

.admin-card h2,
.admin-card h3,
.admin-topbar h2 {
    margin-top: 0;
    font-family: Georgia, "Times New Roman", serif;
}

.admin-message p {
    margin: 0;
}

.admin-message p + p {
    margin-top: 0.4rem;
}

.admin-message-success {
    border-color: rgba(200, 165, 106, 0.42);
}

.admin-message-error {
    border-color: rgba(185, 106, 58, 0.62);
}

.admin-form,
.admin-upload-form {
    display: grid;
    gap: 1rem;
}

.admin-form label,
.admin-upload-form label,
.admin-gallery-fields label {
    display: grid;
    gap: 0.45rem;
    color: var(--muted);
    font-weight: 800;
}

.admin-form input,
.admin-upload-form input,
.admin-gallery-fields input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    font: inherit;
    padding: 0.85rem 1rem;
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.admin-topbar p {
    margin-bottom: 0;
    color: var(--muted);
}

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

.admin-gallery-list {
    display: grid;
    gap: 1rem;
}

.admin-gallery-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.admin-gallery-preview img {
    width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid var(--line);
}

.admin-gallery-fields {
    display: grid;
    gap: 0.75rem;
}

.admin-gallery-fields label:first-child {
    max-width: 150px;
}

.admin-image-path {
    margin: 0;
    color: var(--muted);
    font-size: 0.85rem;
    overflow-wrap: anywhere;
}

.admin-gallery-actions {
    display: grid;
    gap: 0.55rem;
    min-width: 120px;
}

.btn.btn-danger {
    background: rgba(185, 58, 58, 0.18);
    color: #ffd7d7;
    border-color: rgba(185, 58, 58, 0.5);
}

.btn[disabled] {
    opacity: 0.45;
    pointer-events: none;
}

.admin-save-row {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
}

.admin-hidden-form {
    display: none;
}

@media (max-width: 820px) {
    .admin-topbar,
    .admin-gallery-row {
        grid-template-columns: 1fr;
    }

    .admin-gallery-preview img {
        width: 100%;
        max-height: 260px;
    }

    .admin-gallery-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-save-row {
        justify-content: stretch;
    }

    .admin-save-row .btn {
        width: 100%;
    }
}

.admin-status-card {
    display: grid;
    gap: 0.75rem;
}

.admin-status-card p,
.admin-status-card ul {
    margin-bottom: 0;
}

.admin-warning {
    color: #ffd7d7;
}

.admin-unused-list {
    color: var(--muted);
    padding-left: 1.2rem;
    overflow-wrap: anywhere;
}

.admin-inline-form {
    margin-top: 0.25rem;
}

/* Menü-Details mit Bildverwaltung */
.menu-modal__figure {
    margin: 1rem 0 1rem;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(200, 165, 106, 0.24);
    background: rgba(255, 255, 255, 0.03);
    aspect-ratio: 4 / 3;
}

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

@media (max-width: 699px) {
    .menu-item-german {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0 0 0.2rem;
        color: var(--gold);
        font-size: 0.78rem;
        line-height: 1.28;
    }

    .menu-item-text {
        display: none;
    }

    .menu-item-card {
        padding: 0.78rem;
        border-radius: 17px;
    }

    .menu-item-topline {
        margin-bottom: 0.5rem;
        gap: 0.5rem;
        font-size: 0.76rem;
    }

    .menu-item-title {
        margin-bottom: 0.22rem;
        font-size: 0.95rem;
        line-height: 1.18;
    }

    .menu-item-link {
        margin-top: 0.55rem;
        font-size: 0.78rem;
    }
}

.admin-menu-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.admin-menu-toolbar p {
    margin: 0;
    color: var(--muted);
}

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

.admin-menu-section + .admin-menu-section {
    margin-top: 1.2rem;
}

.admin-menu-section h3 {
    margin-bottom: 0;
}

.admin-menu-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    border: 1px solid var(--line);
    border-radius: 1.1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.admin-menu-preview img {
    display: block;
    width: 150px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid var(--line);
}

.admin-menu-fields {
    display: grid;
    gap: 0.75rem;
}

.admin-menu-fieldgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.admin-menu-fields label {
    display: grid;
    gap: 0.45rem;
    color: var(--muted);
    font-weight: 800;
}

.admin-menu-fields input,
.admin-menu-fields textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    font: inherit;
    padding: 0.85rem 1rem;
}

.admin-menu-fields textarea {
    min-height: 92px;
    resize: vertical;
}

.admin-menu-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: var(--muted);
    font-size: 0.88rem;
}

.admin-menu-meta span {
    display: inline-flex;
    padding: 0.28rem 0.5rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 820px) {
    .admin-menu-row,
    .admin-menu-fieldgrid {
        grid-template-columns: 1fr;
    }

    .admin-menu-preview img {
        width: 100%;
        max-height: 260px;
    }
}
