:root {
    --vanilla: #fff8ed;
    --cream: #fff1d9;
    --strawberry: #ff6f9f;
    --raspberry: #df3f7d;
    --caramel: #d99646;
    --choco: #3c2a22;
    --mint: #6ee7bc;
    --blue: #8fd9ff;
    --text: #2d2520;
    --muted: #75675d;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(60, 42, 34, .16);
    --soft-shadow: 0 14px 42px rgba(60, 42, 34, .10);
    --radius: 30px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 8% 4%, rgba(255,111,159,.24), transparent 24rem),
        radial-gradient(circle at 92% 8%, rgba(111,231,188,.22), transparent 24rem),
        radial-gradient(circle at 50% 42%, rgba(143,217,255,.18), transparent 32rem),
        linear-gradient(180deg, var(--vanilla), #fff 56%, var(--vanilla));
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(255, 248, 237, .82); border-bottom: 1px solid rgba(60,42,34,.08); }
.nav { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 1000; letter-spacing: -.035em; color: var(--choco); }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(60,42,34,.12); }
.nav-links { display: flex; align-items: center; gap: 18px; color: var(--muted); font-weight: 800; }
.nav-links a:hover { color: var(--choco); }
.btn { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border-radius: 999px; font-weight: 1000; background: linear-gradient(135deg, var(--strawberry), var(--caramel)); color: #fff; box-shadow: 0 16px 34px rgba(255,111,159,.25); }
.btn.secondary { background: #fff; color: var(--choco); box-shadow: var(--soft-shadow); }
.btn.small { padding: 10px 16px; }
.hero { padding: 84px 0 68px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: auto -120px -180px auto; width: 420px; height: 420px; background: linear-gradient(135deg, var(--mint), var(--blue)); opacity: .28; border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 999px; background: rgba(255,255,255,.8); color: var(--choco); box-shadow: var(--soft-shadow); font-weight: 1000; }
h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(3.1rem, 7vw, 6.4rem); line-height: .88; letter-spacing: -.045em; margin: 22px 0; color: var(--choco); }
.lead { font-size: clamp(1.08rem, 2vw, 1.36rem); line-height: 1.75; max-width: 650px; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-logo-card { position: relative; min-height: 520px; border-radius: 44px; padding: 34px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,241,217,.9)); box-shadow: var(--shadow); display: grid; place-items: center; overflow: hidden; }
.hero-logo-card::before { content: ''; position: absolute; width: 330px; height: 330px; top: -130px; right: -130px; background: linear-gradient(135deg, var(--strawberry), var(--caramel)); border-radius: 50%; opacity: .22; }
.hero-logo-card::after { content: ''; position: absolute; width: 280px; height: 280px; left: -115px; bottom: -115px; background: linear-gradient(135deg, var(--mint), var(--blue)); border-radius: 50%; opacity: .26; }
.hero-logo-card img { position: relative; z-index: 1; width: min(360px, 86%); border-radius: 34px; background: #fff; padding: 18px; box-shadow: 0 18px 54px rgba(60,42,34,.14); }
.floating-note { position: absolute; z-index: 2; right: 28px; bottom: 28px; padding: 13px 16px; border-radius: 999px; color: var(--choco); background: rgba(255,255,255,.88); box-shadow: var(--soft-shadow); font-weight: 1000; }
.section { padding: 78px 0; }
.soft-section { background: linear-gradient(180deg, rgba(255,111,159,.08), rgba(111,231,188,.08)); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-text { color: var(--muted); line-height: 1.6; max-width: 430px; margin: 0; font-weight: 700; }
.kicker { color: var(--raspberry); font-weight: 1000; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(2.2rem, 4.8vw, 4rem); line-height: .95; margin: 8px 0 0; letter-spacing: -.035em; color: var(--choco); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.menu-card, .info-card, .admin-card, .contact-card { background: rgba(255,255,255,.88); border: 1px solid rgba(60,42,34,.08); border-radius: var(--radius); box-shadow: var(--soft-shadow); }
.menu-card { min-height: 190px; padding: 24px; position: relative; overflow: hidden; }
.menu-card::after { content: ''; position: absolute; right: -38px; top: -38px; width: 110px; height: 110px; border-radius: 50%; background: linear-gradient(135deg, var(--strawberry), var(--caramel)); opacity: .18; }
.card-topline { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 18px; }
.mini-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 18px; background: var(--cream); font-size: 1.45rem; }
.menu-card h3 { margin: 0 0 8px; color: var(--choco); font-size: 1.5rem; letter-spacing: -.03em; }
.menu-card p, .info-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.price-badge { flex-shrink: 0; padding: 8px 13px; border-radius: 999px; background: linear-gradient(135deg, var(--strawberry), var(--caramel)); color: #fff; font-weight: 1000; box-shadow: 0 10px 24px rgba(255,111,159,.25); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.chip { padding: 7px 11px; border-radius: 999px; background: var(--cream); color: var(--choco); font-weight: 900; font-size: .82rem; }
.chip.vegan { background: #dcfff2; color: #0f7b54; }
.menu-group { margin-top: 26px; }
.group-title { margin: 0 0 14px; font-size: 1.55rem; color: var(--choco); }
.price-list { display: grid; gap: 12px; }
.price-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 20px; border-radius: 24px; background: rgba(255,255,255,.86); border: 1px solid rgba(60,42,34,.08); box-shadow: 0 8px 24px rgba(60,42,34,.06); }
.price-row strong { font-size: 1.08rem; color: var(--choco); }
.price-row p { margin: 5px 0 0; color: var(--muted); line-height: 1.45; }
.price-row > span { font-weight: 1000; color: var(--raspberry); white-space: nowrap; font-size: 1.1rem; }
.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; }
.info-card { padding: 28px; }
.image-info { display: grid; grid-template-columns: 130px 1fr; gap: 22px; align-items: center; }
.image-info img { width: 130px; height: 130px; object-fit: cover; border-radius: 24px; box-shadow: var(--soft-shadow); }
.hours { width: 100%; border-collapse: collapse; margin-top: 12px; }
.hours td { padding: 14px 0; border-bottom: 1px solid rgba(60,42,34,.09); }
.hours td:last-child { text-align: right; color: var(--muted); font-weight: 800; }
.contact-card { padding: 32px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,241,217,.92)); }
.contact-list { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-weight: 800; }
.footer { padding: 36px 0; text-align: center; color: var(--muted); }
.admin-body { background: var(--vanilla); min-height: 100vh; padding: 28px 0; }
.admin-layout { width: min(1220px, calc(100% - 32px)); margin: 0 auto; }
.admin-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 22px; }
.admin-title-row { display: flex; gap: 16px; align-items: center; }
.admin-title-row img { width: 76px; height: 76px; object-fit: cover; border-radius: 22px; box-shadow: var(--soft-shadow); }
.admin-title-row h1 { font-size: 3rem; margin: 4px 0 0; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.admin-card { padding: 24px; }
.admin-card h2 { font-size: 2.05rem; }
.form-grid { display: grid; gap: 12px; }
.admin-inline-form { display: grid; grid-template-columns: 1fr 1.15fr 1.45fr .7fr .55fr .65fr auto; gap: 10px; align-items: end; }
label { font-weight: 900; color: var(--choco); }
.check-label { display: flex; align-items: center; gap: 8px; min-height: 48px; }
.check-label input { width: auto; }
input, textarea, select { width: 100%; border: 1px solid rgba(60,42,34,.14); border-radius: 16px; padding: 13px 14px; font: inherit; background: #fff; color: var(--text); }
textarea { min-height: 106px; resize: vertical; }
.admin-table { width: 100%; border-collapse: collapse; margin-top: 14px; }
.admin-table th, .admin-table td { text-align: left; padding: 12px 8px; border-bottom: 1px solid rgba(60,42,34,.08); vertical-align: top; }
.responsive-table { overflow-x: auto; }
.notice { padding: 13px 16px; border-radius: 18px; background: #e8fff5; color: #12754f; font-weight: 900; margin-bottom: 16px; }
.danger { color: #b82929; font-weight: 1000; }
.inline-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.small-btn { padding: 11px 14px; border-radius: 999px; border: 0; background: var(--choco); color: #fff; font-weight: 1000; cursor: pointer; }
.small-btn.light { background: var(--cream); color: var(--choco); }
@media (max-width: 980px) {
    .hero-grid, .two-col, .admin-grid, .contact-card { grid-template-columns: 1fr; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-inline-form { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
    .nav { align-items: flex-start; }
    .nav-links { display: none; }
    .brand img { width: 50px; height: 50px; }
    .hero { padding-top: 54px; }
    .hero-logo-card { min-height: 360px; }
    .floating-note { left: 18px; right: 18px; text-align: center; }
    .section-head { display: block; }
    .card-grid { grid-template-columns: 1fr; }
    .image-info { grid-template-columns: 1fr; }
    .image-info img { width: 100%; height: auto; max-height: 220px; }
    .price-row { align-items: flex-start; }
    .admin-top { align-items: flex-start; flex-direction: column; }
    .admin-inline-form { grid-template-columns: 1fr; }
}


/* Optimierung Smartphone & Tablet */
img { max-width: 100%; height: auto; }
body { overflow-x: hidden; }
.brand span { line-height: 1.05; }
.nav-links { flex-wrap: wrap; justify-content: flex-end; }
.menu-card, .info-card, .admin-card, .contact-card, .hero-logo-card { backdrop-filter: blur(10px); }
.footer-inner { display: inline-flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.copyright-trigger { cursor: default; user-select: none; }
.hidden-admin-link {
    display: none;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(60,42,34,.10);
    color: var(--muted);
    font-size: .82rem;
    font-weight: 900;
}
.hidden-admin-link.is-visible { display: inline-flex; }

@media (max-width: 1120px) {
    .container { width: min(100% - 30px, 1040px); }
    .nav { align-items: flex-start; }
    .nav-links { gap: 10px 14px; font-size: .94rem; }
    .hero-grid { gap: 34px; }
    .hero-logo-card { min-height: 450px; }
    .admin-inline-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    :root { --radius: 24px; }
    .container { width: min(100% - 26px, 760px); }
    .topbar { position: relative; }
    .nav { flex-direction: column; align-items: stretch; padding: 10px 0 14px; }
    .brand { justify-content: center; text-align: center; }
    .brand img { width: 54px; height: 54px; border-radius: 16px; }
    .nav-links {
        display: flex;
        justify-content: center;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 2px 0 4px;
    }
    .nav-links a {
        white-space: nowrap;
        padding: 9px 12px;
        border-radius: 999px;
        background: rgba(255,255,255,.72);
        box-shadow: 0 6px 18px rgba(60,42,34,.06);
    }
    .hero { padding: 40px 0 48px; }
    .hero-grid { grid-template-columns: 1fr; gap: 26px; }
    .hero-copy { text-align: center; }
    .badge { justify-content: center; max-width: 100%; }
    h1 { font-size: clamp(2.6rem, 12vw, 4.2rem); line-height: .94; }
    .lead { margin-left: auto; margin-right: auto; font-size: 1.05rem; line-height: 1.65; }
    .hero-actions { justify-content: center; }
    .hero-logo-card { min-height: 380px; padding: 24px; border-radius: 34px; }
    .hero-logo-card img { width: min(310px, 88%); border-radius: 26px; padding: 14px; }
    .section { padding: 54px 0; }
    .section-head { align-items: flex-start; margin-bottom: 22px; }
    .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .menu-card { padding: 20px; min-height: 170px; }
    .two-col, .contact-card, .admin-grid { grid-template-columns: 1fr; }
    .contact-card { padding: 26px; }
    .price-row { padding: 16px; }
    .admin-body { padding: 16px 0; }
    .admin-layout { width: min(100% - 24px, 760px); }
    .admin-title-row h1 { font-size: 2.3rem; }
    .admin-card { padding: 18px; }
    .admin-card h2 { font-size: 1.8rem; }
    .admin-inline-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-table, .admin-table tbody, .admin-table tr, .admin-table td { display: block; width: 100%; }
    .admin-table td { padding: 12px 0; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 22px, 480px); }
    .brand { font-size: 1rem; }
    .brand img { width: 48px; height: 48px; }
    .nav-links { justify-content: flex-start; }
    .nav-links a { font-size: .86rem; padding: 8px 10px; }
    .hero { padding: 30px 0 40px; }
    h1 { font-size: clamp(2.35rem, 14vw, 3.25rem); letter-spacing: -.035em; }
    h2 { font-size: clamp(2rem, 10vw, 2.85rem); }
    .badge { width: 100%; border-radius: 22px; text-align: center; line-height: 1.35; }
    .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .btn { width: 100%; padding: 14px 18px; }
    .hero-logo-card { min-height: auto; padding: 20px; }
    .floating-note { position: relative; left: auto; right: auto; bottom: auto; margin-top: 16px; width: 100%; }
    .section-head { display: block; }
    .section-text { margin-top: 12px; }
    .card-grid { grid-template-columns: 1fr; }
    .menu-card { min-height: 0; }
    .card-topline { margin-bottom: 12px; }
    .price-row { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 12px; border-radius: 20px; }
    .price-row p { font-size: .94rem; }
    .image-info { grid-template-columns: 1fr; text-align: center; }
    .image-info img { width: 150px; height: 150px; margin: 0 auto; }
    .hours tr { display: grid; grid-template-columns: 1fr; gap: 4px; padding: 12px 0; border-bottom: 1px solid rgba(60,42,34,.09); }
    .hours td { padding: 0; border-bottom: 0; }
    .hours td:last-child { text-align: left; }
    .contact-card { padding: 22px; }
    .contact-item { font-size: .96rem; }
    .admin-top { flex-direction: column; align-items: stretch; }
    .admin-title-row { align-items: flex-start; }
    .admin-title-row img { width: 58px; height: 58px; border-radius: 18px; }
    .admin-title-row h1 { font-size: 2rem; }
    .admin-inline-form { grid-template-columns: 1fr; }
    .inline-actions { display: grid; grid-template-columns: 1fr; }
    .small-btn, .btn.secondary { width: 100%; text-align: center; justify-content: center; }
    input, textarea, select { font-size: 16px; }
    .footer { padding: 28px 0; font-size: .9rem; }
}

/* Beschreibungstexte dürfen länger sein */
textarea { resize: vertical; min-height: 88px; font-family: inherit; }
