.info-panel,
.info-card-panel {
    border-radius: 20px;
    border: 1px solid #202020;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
    overflow: hidden;
}

.info-panel {
    padding: 32px;
    position: relative;
}

.info-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 51, 51, 0.14), transparent 34%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.04), transparent 30%);
    pointer-events: none;
}

.info-panel > * {
    position: relative;
}

.info-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.info-panel h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.05;
}

.info-panel p {
    max-width: 720px;
    color: #b7b7b7;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.info-panel p strong {
    color: #fff;
}

.info-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.info-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #2a2a2a;
    background: rgba(255, 255, 255, 0.03);
    color: #f3f3f3;
    font-size: 14px;
}

.info-card-panel {
    height: 100%;
    padding: 24px;
}

.info-card-panel h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.info-card-panel p {
    margin: 0;
    color: #a8a8a8;
    line-height: 1.55;
    font-size: 14px;
}

.social-links {
    display: grid;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #2a2a2a;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.social-link.disabled {
    opacity: 0.7;
    cursor: default;
}

.social-link.disabled:hover {
    transform: none;
    border-color: #2a2a2a;
    background: rgba(255, 255, 255, 0.03);
}

.social-link-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

.social-link-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.social-platform {
    font-size: 15px;
    font-weight: 700;
}

.social-handle {
    font-size: 13px;
    color: #a8a8a8;
}

.categories-hidden {
    display: none !important;
}

.section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.section-nav-btn {
    border: 1px solid #2a2a2a;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #f3f3f3;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
}

.section-nav-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
}

.section-nav-btn.active {
    border-color: rgba(255, 107, 107, 0.55);
    background: rgba(255, 70, 70, 0.14);
    color: #fff;
}

.entry-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.entry-card {
    min-height: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    border-radius: 24px;
    border: 1px solid #202020;
    background:
        radial-gradient(circle at top right, rgba(255, 51, 51, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(19, 19, 19, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
}

.entry-card-featured {
    min-height: 240px;
    background:
        radial-gradient(circle at top right, rgba(255, 51, 51, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(34, 15, 15, 0.98) 0%, rgba(15, 10, 10, 0.98) 100%);
}

.entry-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff8c8c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.entry-card h3 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.05;
}

.entry-card p {
    margin: 0 0 20px;
    color: #b0b0b0;
    line-height: 1.6;
}

.entry-cta {
    align-self: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: #fff;
    color: #000;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 700;
}

.entry-card-featured .entry-cta {
    background: #ffefef;
}

.info-panel-compact {
    padding-top: 26px;
    padding-bottom: 26px;
}

.weekly-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.weekly-highlight-card {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #252525;
    background: #111;
    cursor: pointer;
}

.weekly-highlight-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.76) 100%);
}

.weekly-highlight-media {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.weekly-highlight-overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    padding: 22px;
}

.weekly-highlight-overlay h4 {
    margin: 12px 0 8px;
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.05;
}

.weekly-highlight-overlay p {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.6;
}

.weekly-highlight-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.weekly-card {
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #232323;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.weekly-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

.weekly-media-wrap {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

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

.weekly-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.weekly-body {
    padding: 20px;
}

.weekly-body h5 {
    margin: 0 0 10px;
    font-size: 22px;
}

.weekly-body p {
    margin: 0;
    color: #adadad;
    line-height: 1.55;
}

.weekly-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.weekly-price {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.weekly-hint {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 600;
}

.info-note-panel {
    background:
        radial-gradient(circle at top right, rgba(255, 51, 51, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(20, 20, 20, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
}

.catering-card {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.04), transparent 28%),
        linear-gradient(180deg, rgba(19, 19, 19, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
}

.catering-panel,
.contact-panel {
    padding: 26px;
    border-radius: 24px;
    border: 1px solid #202020;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.catering-panel-head {
    margin-bottom: 18px;
}

.catering-panel-head h3,
.contact-panel h3 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 34px);
}

.catering-panel-head p,
.contact-panel p {
    margin: 0;
    color: #a9a9a9;
    line-height: 1.6;
}

.catering-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.catering-package {
    padding: 22px;
    border-radius: 20px;
    border: 1px solid #262626;
    background: rgba(255, 255, 255, 0.03);
}

.catering-tag {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catering-package h5 {
    margin: 0 0 10px;
    font-size: 22px;
}

.catering-package p {
    margin: 0;
    color: #adadad;
    line-height: 1.55;
}

.contact-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid #2a2a2a;
    border-radius: 999px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.contact-action.ghost {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.contact-action:hover {
    color: inherit;
}

.gallery-panel {
    margin-top: 6px;
    padding: 26px;
    border-radius: 24px;
    border: 1px solid #202020;
    background:
        radial-gradient(circle at top right, rgba(255, 51, 51, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.gallery-header {
    margin-bottom: 18px;
}

.gallery-header h3 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3.6vw, 36px);
}

.gallery-header p {
    max-width: 760px;
    margin: 0;
    color: #a9a9a9;
    line-height: 1.6;
}

.gallery-social-card {
    grid-column: span 4;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid #252525;
    background: rgba(255, 255, 255, 0.03);
}

.gallery-social-card h4 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.1;
}

.gallery-social-card p {
    margin: 0 0 14px;
    color: #adadad;
    line-height: 1.6;
    font-size: 14px;
}

.social-links-extended .social-link {
    padding: 14px 16px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}

.gallery-card {
    position: relative;
    min-height: 260px;
    grid-column: span 4;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #252525;
    background: #111;
    isolation: isolate;
}

.gallery-card-feature {
    grid-column: span 8;
    min-height: 340px;
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.78) 100%);
    z-index: 1;
}

.gallery-media {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.01);
}

.gallery-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 45%),
        linear-gradient(135deg, rgba(70, 70, 70, 0.4) 0%, rgba(18, 18, 18, 0.98) 60%),
        linear-gradient(180deg, #1a1a1a 0%, #0e0e0e 100%);
}

.gallery-media-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-card-placeholder::before {
    content: "Foto-Slot";
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.35);
    color: #f3f3f3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 22px;
}

.gallery-tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-overlay h5 {
    margin: 0 0 8px;
    font-size: 22px;
}

.gallery-overlay p {
    margin: 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.55;
    font-size: 14px;
}

@media (max-width: 767px) {
    .info-panel {
        padding: 24px 20px;
    }

    .info-panel p {
        font-size: 15px;
    }

    .section-nav {
        gap: 8px;
        margin-bottom: 18px;
    }

    .section-nav-btn {
        width: 100%;
    }

    .entry-grid,
    .catering-package-grid {
        grid-template-columns: 1fr;
    }

    .entry-card,
    .entry-card-featured {
        min-height: 0;
        grid-column: span 1;
    }

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

    .weekly-highlight-grid {
        grid-template-columns: 1fr;
    }

    .weekly-highlight-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-panel {
        padding: 22px 20px;
    }

    .catering-panel,
    .contact-panel {
        padding: 22px 20px;
    }

    .gallery-card,
    .gallery-card-feature,
    .gallery-social-card {
        grid-column: span 12;
        min-height: 260px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .entry-grid,
    .catering-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .entry-card-featured {
        min-height: 240px;
    }

    .gallery-card,
    .gallery-card-feature,
    .gallery-social-card {
        grid-column: span 6;
    }

    .weekly-highlight-grid {
        grid-template-columns: 1fr;
    }
}
