:root {
    --boedi-ink: #17211d;
    --boedi-muted: #667069;
    --boedi-paper: #f7f3eb;
    --boedi-card: #ffffff;
    --boedi-green: #184c3a;
    --boedi-green-dark: #0e3427;
    --boedi-gold: #d4a64f;
    --boedi-pink: #a64e77;
    --boedi-blue: #315f79;
    --boedi-line: rgba(23, 33, 29, .13);
    --boedi-shadow: 0 18px 55px rgba(23, 33, 29, .10);
}

.boedi-wrap,
.boedi-wrap * { box-sizing: border-box; }

.boedi-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 36px auto;
    color: var(--boedi-ink);
}

.boedi-hero,
.boedi-diary-head,
.boedi-form-head,
.boedi-person-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 6vw, 76px);
    border: 1px solid var(--boedi-line);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 8%, rgba(212, 166, 79, .24), transparent 27%),
        linear-gradient(135deg, #fff 0%, var(--boedi-paper) 100%);
    box-shadow: var(--boedi-shadow);
}

.boedi-hero::after {
    content: "B";
    position: absolute;
    right: -12px;
    bottom: -78px;
    font: 900 clamp(180px, 34vw, 420px)/1 Georgia, serif;
    color: rgba(24, 76, 58, .055);
    pointer-events: none;
}

.boedi-kicker {
    margin-bottom: 12px;
    color: var(--boedi-green);
    font-weight: 800;
    font-size: .78rem;
    letter-spacing: .20em;
    text-transform: uppercase;
}

.boedi-wrap h1 {
    max-width: 840px;
    margin: 0 0 18px;
    font-size: clamp(2rem, 5vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.boedi-hero > p,
.boedi-diary-head p,
.boedi-form-head p,
.boedi-person-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--boedi-muted);
    font-size: clamp(1.02rem, 1.7vw, 1.28rem);
    line-height: 1.65;
}

.boedi-stamp {
    display: inline-block;
    margin-top: 28px;
    padding: 9px 13px;
    border: 2px solid rgba(24, 76, 58, .5);
    border-radius: 8px;
    color: var(--boedi-green);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    transform: rotate(-2deg);
}

.boedi-family-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.boedi-family-card {
    position: relative;
    min-width: 0;
    border: 1px solid var(--boedi-line);
    border-radius: 20px;
    background: var(--boedi-card);
    box-shadow: 0 10px 30px rgba(23, 33, 29, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.boedi-family-card:hover {
    transform: translateY(-3px);
    border-color: rgba(24, 76, 58, .24);
    box-shadow: 0 16px 36px rgba(23, 33, 29, .11);
}

.boedi-family-card--link,
.boedi-family-card--featured {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 138px;
    padding: 22px;
    text-decoration: none !important;
    color: inherit !important;
}

.boedi-family-card--jessie {
    background:
        radial-gradient(circle at 100% 0, rgba(166, 78, 119, .13), transparent 42%),
        #fff;
}

.boedi-family-card--boedi {
    background:
        radial-gradient(circle at 100% 0, rgba(49, 95, 121, .13), transparent 42%),
        #fff;
}

.boedi-card-emoji {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 17px;
    background: var(--boedi-paper);
    font-size: 1.7rem;
}

.boedi-card-icon {
    background: transparent !important;
    border-radius: 0;
    overflow: visible;
    font-size: 0;
}

.boedi-card-icon svg {
    display: block;
    width: 54px;
    height: 54px;
    filter: drop-shadow(0 5px 14px rgba(5,43,33,.10));
}

.boedi-card-icon .boedi-icon-base { fill: #f7f1e5; }
.boedi-card-icon .boedi-icon-ring { fill: none; }
.boedi-card-icon .boedi-icon-ring--green { stroke: var(--boedi-green-dark); stroke-width: 2.3; }
.boedi-card-icon .boedi-icon-ring--gold { stroke: var(--boedi-gold); stroke-width: 1.6; opacity: .92; }
.boedi-card-icon .boedi-icon-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.boedi-card-icon .boedi-icon-line--green { stroke: var(--boedi-green-dark); stroke-width: 2.8; }
.boedi-card-icon .boedi-icon-line--gold { stroke: var(--boedi-gold); stroke-width: 2.8; }
.boedi-card-icon .boedi-icon-detail--green { fill: var(--boedi-green-dark); }
.boedi-card-icon .boedi-icon-detail--purple { fill: #8d679d; }
.boedi-card-icon .boedi-icon-fill--goldlight { fill: #ebd29b; }
.boedi-card-icon .boedi-icon-silhouette--purple { fill: #8d679d; }

.boedi-family-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.13rem;
}

.boedi-family-card small {
    display: block;
    color: var(--boedi-muted);
    font-size: .9rem;
    line-height: 1.45;
}

.boedi-family-card--name-only strong {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.boedi-family-card--featured {
    background: linear-gradient(145deg, var(--boedi-green), var(--boedi-green-dark));
    color: #fff !important;
}
.boedi-family-card--featured small { color: rgba(255,255,255,.73); }
.boedi-family-card--featured .boedi-card-emoji { background: rgba(255,255,255,.11); }
.boedi-arrow { margin-left: auto; font-size: 1.55rem; }

.boedi-wrong-turn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    max-width: 860px;
    margin: 24px auto 0;
    padding: 18px 20px;
    border: 1px dashed rgba(23,33,29,.22);
    border-radius: 18px;
    background: rgba(247,243,235,.62);
    color: var(--boedi-muted);
}
.boedi-wrong-turn--hero {
    max-width: 800px;
    margin: 30px 0 0;
    padding: 18px 20px;
    border: 1px solid rgba(24,76,58,.16);
    background:
        radial-gradient(circle at 98% 0, rgba(212,166,79,.16), transparent 34%),
        rgba(255,255,255,.72);
    box-shadow: 0 10px 30px rgba(23,33,29,.06);
    backdrop-filter: blur(3px);
}
.boedi-wrong-turn__icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: rgba(24,76,58,.08);
    font-size: 1.45rem;
    line-height: 1;
}
.boedi-wrong-turn strong { display: block; margin-bottom: 4px; color: var(--boedi-ink); font-size: 1.02rem; }
.boedi-wrong-turn p { margin: 0; line-height: 1.55; }
.boedi-wrong-turn a { color: var(--boedi-green); font-weight: 800; }

.boedi-footnote {
    margin: 18px 4px 0;
    color: var(--boedi-muted);
    font-size: .8rem;
}

.boedi-diary-head,
.boedi-person-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.boedi-diary-head h1,
.boedi-form-head h1,
.boedi-person-hero h1 { font-size: clamp(2rem, 5vw, 4rem); }

.boedi-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 18px;
    border: 1px solid var(--boedi-green);
    border-radius: 999px;
    background: var(--boedi-green);
    color: #fff !important;
    font: inherit;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
}
.boedi-button:hover { background: var(--boedi-green-dark); }
.boedi-button--secondary {
    background: transparent;
    color: var(--boedi-green) !important;
}
.boedi-button--secondary:hover { background: rgba(24, 76, 58, .07); }
.boedi-button--ghost {
    border-color: transparent;
    background: transparent;
    color: var(--boedi-muted) !important;
}
.boedi-button--ghost:hover { background: var(--boedi-paper); }

.boedi-editor-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}
.boedi-editor-actions .boedi-button { white-space: nowrap; }

.boedi-timeline {
    position: relative;
    max-width: 920px;
    margin: 34px auto 0;
    padding-left: 34px;
}
.boedi-timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(var(--boedi-gold), rgba(212,166,79,.12));
}

.boedi-trip-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr);
    margin-bottom: 24px;
    border: 1px solid var(--boedi-line);
    border-radius: 22px;
    background: var(--boedi-card);
    box-shadow: 0 12px 35px rgba(23, 33, 29, .08);
}
.boedi-timeline-dot {
    position: absolute;
    left: -33px;
    top: 31px;
    width: 16px;
    height: 16px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--boedi-gold);
    box-shadow: 0 0 0 2px var(--boedi-gold);
}
.boedi-trip-image { min-height: 260px; background: var(--boedi-paper); }
.boedi-trip-image img { width: 100%; height: 100%; object-fit: cover; }
.boedi-trip-content { padding: 28px; }
.boedi-trip-meta,
.boedi-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 12px;
    color: var(--boedi-green);
    font-size: .84rem;
    font-weight: 750;
    letter-spacing: .02em;
}
.boedi-trip-content h2,
.boedi-moment-content h2 { margin: 0 0 12px; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.15; }
.boedi-trip-content h2 a,
.boedi-moment-content h2 a { color: inherit; text-decoration: none; }
.boedi-trip-content p,
.boedi-moment-content p { margin: 0 0 15px; color: var(--boedi-muted); line-height: 1.65; }
.boedi-readmore { color: var(--boedi-green); font-weight: 800; text-decoration: none; }

.boedi-person-hero {
    align-items: center;
    background:
        radial-gradient(circle at 90% 10%, rgba(166,78,119,.16), transparent 32%),
        linear-gradient(135deg, #fff, var(--boedi-paper));
}
.boedi-person--boedi .boedi-person-hero {
    background:
        radial-gradient(circle at 90% 10%, rgba(49,95,121,.17), transparent 32%),
        linear-gradient(135deg, #fff, var(--boedi-paper));
}
.boedi-person-emoji {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: clamp(72px, 10vw, 112px);
    height: clamp(72px, 10vw, 112px);
    border-radius: 28px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 10px 30px rgba(23,33,29,.08);
    font-size: clamp(2rem, 5vw, 3.6rem);
}
.boedi-person-hero > div:nth-child(2) { flex: 1 1 auto; }
.boedi-person-tagline {
    margin-bottom: 12px !important;
    color: var(--boedi-ink) !important;
    font-weight: 800;
}
.boedi-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}
.boedi-chips span {
    padding: 7px 11px;
    border: 1px solid rgba(23,33,29,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.7);
    color: var(--boedi-ink);
    font-size: .85rem;
    font-weight: 750;
}
.boedi-status-rescue {
    max-width: 860px;
    margin: 22px auto 0;
    padding: 18px 22px;
    border-left: 4px solid var(--boedi-pink);
    border-radius: 0 16px 16px 0;
    background: rgba(166,78,119,.07);
    color: var(--boedi-muted);
    line-height: 1.55;
}
.boedi-person--boedi .boedi-status-rescue {
    border-left-color: var(--boedi-blue);
    background: rgba(49,95,121,.07);
}
.boedi-status-rescue strong { color: var(--boedi-ink); }

.boedi-moment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}
.boedi-moment-card {
    overflow: hidden;
    border: 1px solid var(--boedi-line);
    border-radius: 22px;
    background: var(--boedi-card);
    box-shadow: 0 12px 35px rgba(23,33,29,.08);
}
.boedi-moment-image {
    display: block;
    height: 280px;
    background: var(--boedi-paper);
}
.boedi-moment-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.boedi-moment-content { padding: 24px; }

.boedi-empty {
    max-width: 760px;
    margin: 34px auto 0;
    padding: 52px 28px;
    border: 2px dashed rgba(24, 76, 58, .24);
    border-radius: 24px;
    text-align: center;
    background: rgba(247,243,235,.55);
}
.boedi-empty-icon { font-size: 2.5rem; }
.boedi-empty h2 { margin: 10px 0 8px; }
.boedi-empty p { color: var(--boedi-muted); }

.boedi-entry-form {
    margin-top: 24px;
    padding: clamp(22px, 4vw, 42px);
    border: 1px solid var(--boedi-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--boedi-shadow);
}
.boedi-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.boedi-field { display: flex; flex-direction: column; gap: 8px; }
.boedi-field--wide { grid-column: 1 / -1; }
.boedi-field > span { font-weight: 780; }
.boedi-field small { color: var(--boedi-muted); font-weight: 400; }
.boedi-field input,
.boedi-field textarea,
.boedi-field select {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(23,33,29,.22);
    border-radius: 12px;
    background: #fff;
    color: var(--boedi-ink);
    font: inherit;
}
.boedi-field input:focus,
.boedi-field textarea:focus,
.boedi-field select:focus {
    outline: 3px solid rgba(212,166,79,.25);
    border-color: var(--boedi-gold);
}
.boedi-form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.boedi-current-cover {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 14px;
    background: var(--boedi-paper);
}
.boedi-current-cover img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; }
.boedi-current-cover label { font-size: .86rem; color: var(--boedi-muted); }

.boedi-existing-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}
.boedi-existing-gallery label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 8px;
    border: 1px solid var(--boedi-line);
    border-radius: 12px;
    background: var(--boedi-paper);
    font-size: .82rem;
}
.boedi-existing-gallery img { width: 100%; height: 100px; object-fit: cover; border-radius: 8px; }

.boedi-notice {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 20px 0;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid var(--boedi-line);
    background: var(--boedi-paper);
}
.boedi-notice--success { border-color: rgba(24,76,58,.28); background: rgba(24,76,58,.07); }
.boedi-notice--warning { border-color: rgba(180,108,31,.28); background: rgba(212,166,79,.12); }
.boedi-notice--error { border-color: rgba(150,45,45,.25); background: rgba(150,45,45,.07); }
.boedi-notice--login { justify-content: center; padding: 30px; text-align: center; }
.boedi-notice a:not(.boedi-button) { color: var(--boedi-green); font-weight: 800; }

.boedi-own-list {
    margin-top: 30px;
    padding: 24px;
    border: 1px solid var(--boedi-line);
    border-radius: 22px;
    background: var(--boedi-paper);
}
.boedi-own-list h2 { margin: 0 0 16px; }
.boedi-own-list__items { display: grid; gap: 10px; }
.boedi-own-list__items article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border: 1px solid var(--boedi-line);
    border-radius: 14px;
    background: #fff;
}
.boedi-own-list__items strong,
.boedi-own-list__items small { display: block; }
.boedi-own-list__items small { margin-top: 3px; color: var(--boedi-muted); }
.boedi-own-list__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.boedi-own-list__actions a { color: var(--boedi-green); font-weight: 800; text-decoration: none; }

.boedi-single-meta {
    margin: 0 0 22px;
    padding: 12px 16px;
    border-left: 4px solid var(--boedi-gold);
    background: var(--boedi-paper);
}
.boedi-single-meta a { color: var(--boedi-green); font-weight: 800; }
.boedi-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 34px 0;
}
.boedi-gallery a { overflow: hidden; border-radius: 16px; background: var(--boedi-paper); }
.boedi-gallery img { display: block; width: 100%; height: 100%; max-height: 520px; object-fit: cover; transition: transform .25s ease; }
.boedi-gallery a:hover img { transform: scale(1.015); }
.boedi-back { margin-top: 30px; }

@media (max-width: 900px) {
    .boedi-family-grid { grid-template-columns: 1fr; }
    .boedi-diary-head,
    .boedi-person-hero { align-items: flex-start; flex-direction: column; }
    .boedi-trip-card { grid-template-columns: 1fr; }
    .boedi-trip-image { min-height: 220px; max-height: 420px; }
    .boedi-moment-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .boedi-wrap { width: min(100% - 20px, 1120px); margin: 18px auto; }
    .boedi-hero,
    .boedi-diary-head,
    .boedi-form-head,
    .boedi-person-hero { padding: 28px 22px; border-radius: 21px; }
    .boedi-family-card--link,
    .boedi-family-card--featured { min-height: 116px; padding: 18px; }
    .boedi-wrong-turn { margin-top: 18px; }
    .boedi-wrong-turn--hero { padding: 16px; }
    .boedi-wrong-turn__icon { width: 42px; height: 42px; border-radius: 14px; }
    .boedi-timeline { padding-left: 21px; }
    .boedi-timeline::before { left: 4px; }
    .boedi-timeline-dot { left: -22px; }
    .boedi-trip-content,
    .boedi-moment-content { padding: 22px; }
    .boedi-form-grid { grid-template-columns: 1fr; }
    .boedi-field--wide { grid-column: auto; }
    .boedi-gallery { grid-template-columns: 1fr; }
    .boedi-own-list__items article { align-items: flex-start; flex-direction: column; }
    .boedi-person-emoji { width: 68px; height: 68px; border-radius: 20px; }
    .boedi-editor-actions { width: 100%; justify-content: flex-start; }
}

/* Lieblingsrezepte */
.boedi-recipe-wordnote {
    margin: 3px 0 13px;
    max-width: 760px;
    color: var(--boedi-muted);
    font-size: .76rem;
    line-height: 1.45;
    font-style: italic;
}
.boedi-recipe-wordnote small { font-size: inherit; }
.boedi-family-card--recipes {
    grid-column: 1 / -1;
    min-height: 120px;
    border: 1px solid rgba(197,154,67,.32);
    background:
        radial-gradient(circle at 90% 8%, rgba(197,154,67,.18), transparent 28%),
        linear-gradient(145deg, #fbf6ee, #f2e7d4);
    color: var(--boedi-ink) !important;
}
.boedi-family-card--recipes small { color: var(--boedi-muted); }
.boedi-family-card--recipes .boedi-card-emoji { background: transparent !important; }
.boedi-family-card--recipes .boedi-arrow { color: var(--boedi-green-dark); }

.boedi-recipe-hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(30px, 6vw, 70px);
    border: 1px solid var(--boedi-line);
    border-radius: 28px;
    background:
        radial-gradient(circle at 90% 8%, rgba(212, 166, 79, .27), transparent 28%),
        linear-gradient(135deg, #fff 0%, #f6ead7 100%);
    box-shadow: var(--boedi-shadow);
}
.boedi-recipe-hero > div:nth-child(2) { flex: 1 1 auto; }
.boedi-recipe-hero h1 { font-size: clamp(2rem, 5vw, 4rem); }
.boedi-recipe-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--boedi-muted);
    font-size: clamp(1.02rem, 1.7vw, 1.25rem);
    line-height: 1.65;
}
.boedi-recipe-pot {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: clamp(74px, 11vw, 116px);
    height: clamp(74px, 11vw, 116px);
    border-radius: 30px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 10px 30px rgba(23,33,29,.08);
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.boedi-recipe-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}
.boedi-recipe-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--boedi-line);
    border-radius: 22px;
    background: var(--boedi-card);
    box-shadow: 0 12px 35px rgba(23, 33, 29, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}
.boedi-recipe-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(23, 33, 29, .12);
}
.boedi-recipe-image {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f4ead9;
}
.boedi-recipe-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}
.boedi-recipe-card:hover .boedi-recipe-image img { transform: scale(1.018); }
.boedi-recipe-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px;
}
.boedi-recipe-label {
    margin-bottom: 10px;
    color: #a85d2d;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.boedi-recipe-content h2 {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    line-height: 1.15;
}
.boedi-recipe-content h2 a { color: inherit; text-decoration: none; }
.boedi-recipe-content p {
    flex: 1 1 auto;
    margin: 0 0 17px;
    color: var(--boedi-muted);
    line-height: 1.62;
}
.boedi-recipe-content .boedi-readmore { color: #8c4a25; }

.boedi-recipe-form-head {
    background:
        radial-gradient(circle at 90% 8%, rgba(212,166,79,.28), transparent 28%),
        linear-gradient(135deg, #fff, #f5e7d2);
}
.boedi-recipe-editor .wp-editor-wrap { margin-top: 3px; }
.boedi-recipe-editor .wp-editor-container { border-radius: 12px; overflow: hidden; }

.boedi-recipe-single-image {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto 28px;
    border-radius: 24px;
    box-shadow: var(--boedi-shadow);
}
.boedi-recipe-single-image img {
    display: block;
    width: 100%;
    height: auto;
}
.boedi-recipe-body {
    max-width: 880px;
    margin-inline: auto;
}
.boedi-recipe-body > p:first-child {
    font-size: 1.14rem;
    line-height: 1.72;
    color: var(--boedi-muted);
}
.boedi-recipe-body h2 {
    margin-top: 2.1em;
    margin-bottom: .7em;
    color: var(--boedi-green-dark);
    font-size: clamp(1.45rem, 3vw, 2rem);
}
.boedi-recipe-body ul,
.boedi-recipe-body ol {
    padding-left: 1.35em;
}
.boedi-recipe-body li {
    margin-bottom: .55em;
    line-height: 1.58;
}
.boedi-recipe-body blockquote {
    margin: 2em 0;
    padding: 18px 22px;
    border-left: 4px solid var(--boedi-gold);
    background: var(--boedi-paper);
}

@media (max-width: 980px) {
    .boedi-recipe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .boedi-family-card--recipes { grid-column: auto; }
    .boedi-recipe-hero { align-items: flex-start; flex-direction: column; padding: 28px 22px; border-radius: 21px; }
    .boedi-recipe-grid { grid-template-columns: 1fr; }
    .boedi-recipe-content { padding: 22px; }
    .boedi-recipe-pot { width: 68px; height: 68px; border-radius: 20px; }
}


/* ================================================================
   Boedeker.co 0.4.0 – Familienwappen-Facelift
   Dunkelgrün · Creme · Messinggold
   ================================================================ */
:root {
    --boedi-ink: #13251f;
    --boedi-muted: #65736b;
    --boedi-paper: #f5efe3;
    --boedi-card: #fffdf7;
    --boedi-green: #0a3c2e;
    --boedi-green-dark: #052b21;
    --boedi-green-soft: #155642;
    --boedi-gold: #c59a43;
    --boedi-gold-light: #e5c36f;
    --boedi-purple: #78547f;
    --boedi-pink: #78547f;
    --boedi-blue: #0f4b3c;
    --boedi-line: rgba(10, 60, 46, .17);
    --boedi-shadow: 0 22px 70px rgba(5, 43, 33, .14);
}

body.boedeker-co-site {
    background:
        radial-gradient(circle at 18% 0%, rgba(197,154,67,.13), transparent 31rem),
        radial-gradient(circle at 94% 34%, rgba(10,60,46,.09), transparent 38rem),
        #f4efe5;
    color: var(--boedi-ink);
}
body.boedeker-co-site::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .18;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(10,60,46,.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10,60,46,.028) 1px, transparent 1px);
    background-size: 34px 34px;
}
body.boedeker-co-site a { text-underline-offset: .18em; }
body.boedeker-co-site :is(.site-header, header.site-header, #masthead) {
    border-bottom: 1px solid rgba(197,154,67,.35);
    background: rgba(245,239,227,.91);
    backdrop-filter: blur(14px);
}
body.boedeker-co-site :is(.site-footer, footer.site-footer, #colophon) {
    border-top: 1px solid rgba(197,154,67,.35);
    background: var(--boedi-green-dark);
    color: rgba(255,253,247,.78);
}
body.boedeker-co-site :is(.site-footer, footer.site-footer, #colophon) a { color: var(--boedi-gold-light); }

.boedi-wrap { margin-block: clamp(22px,4vw,48px); }
.boedi-wrap h1,
.boedi-wrap h2,
.boedi-wrap h3 { color: var(--boedi-green-dark); font-family: Georgia, "Times New Roman", serif; }
.boedi-wrap h1 { letter-spacing: -.035em; }

.boedi-hero {
    display: grid;
    grid-template-columns: minmax(0,1.16fr) minmax(280px,.84fr);
    align-items: center;
    gap: clamp(22px,5vw,70px);
    min-height: 610px;
    padding: clamp(30px,5.8vw,76px);
    border: 1px solid rgba(197,154,67,.45);
    background:
        linear-gradient(120deg, rgba(255,253,247,.98), rgba(245,239,227,.94)),
        var(--boedi-paper);
    box-shadow: 0 28px 90px rgba(5,43,33,.17);
}
.boedi-hero::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(197,154,67,.28);
    border-radius: 20px;
    pointer-events: none;
}
.boedi-hero::after { display: none; }
.boedi-hero__copy { position: relative; z-index: 2; }
.boedi-hero__crest {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    align-self: center;
}
.boedi-hero__crest::before {
    content: "";
    position: absolute;
    width: 85%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(197,154,67,.25);
    filter: blur(34px);
}
.boedi-hero__crest img {
    position: relative;
    width: min(100%, 470px);
    height: auto;
    filter: drop-shadow(0 24px 24px rgba(5,43,33,.22));
    transition: transform .35s ease, filter .35s ease;
}
.boedi-hero__crest:hover img { transform: translateY(-4px) rotate(.5deg); filter: drop-shadow(0 29px 28px rgba(5,43,33,.28)); }
.boedi-hero__crest span {
    position: relative;
    margin-top: -12px;
    color: var(--boedi-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .95rem;
    font-style: italic;
    letter-spacing: .04em;
}
.boedi-kicker { color: var(--boedi-gold); letter-spacing: .23em; }
.boedi-stamp {
    border-color: rgba(197,154,67,.72);
    background: rgba(197,154,67,.07);
    color: var(--boedi-green);
}
.boedi-wrong-turn--hero {
    border-color: rgba(197,154,67,.42);
    background: rgba(255,253,247,.72);
}
.boedi-wrong-turn__icon { background: rgba(197,154,67,.16); }

.boedi-family-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.boedi-family-card {
    border-color: rgba(197,154,67,.28);
    background: linear-gradient(145deg, rgba(255,253,247,.98), rgba(245,239,227,.88));
    box-shadow: 0 15px 42px rgba(5,43,33,.10);
}
.boedi-family-card:hover { border-color: rgba(197,154,67,.68); box-shadow: 0 22px 55px rgba(5,43,33,.16); }
.boedi-family-card--jessie,
.boedi-family-card--boedi { background: linear-gradient(145deg, #fffdf7, #f2eadc); }
.boedi-card-emoji {
    border: 1px solid rgba(197,154,67,.38);
    background: rgba(197,154,67,.10);
    color: var(--boedi-green);
}
.boedi-family-card--featured,
.boedi-family-card--recipes {
    background:
        radial-gradient(circle at 92% 8%, rgba(229,195,111,.22), transparent 30%),
        linear-gradient(145deg, var(--boedi-green), var(--boedi-green-dark));
}
.boedi-family-card--featured { border-color: rgba(229,195,111,.38); }
.boedi-family-card--featured .boedi-card-emoji { border-color: rgba(229,195,111,.42); background: rgba(255,255,255,.10); }
.boedi-family-card--recipes { grid-column: auto; }

.boedi-diary-head,
.boedi-form-head,
.boedi-person-hero,
.boedi-recipe-hero {
    position: relative;
    isolation: isolate;
    border-color: rgba(197,154,67,.40);
    background:
        radial-gradient(circle at 94% 10%, rgba(197,154,67,.18), transparent 28%),
        linear-gradient(135deg, rgba(255,253,247,.98), rgba(245,239,227,.93));
    box-shadow: var(--boedi-shadow);
}
.boedi-diary-head::before,
.boedi-form-head::before,
.boedi-person-hero::before,
.boedi-recipe-hero::before {
    content: "";
    position: absolute;
    right: clamp(18px,4vw,52px);
    top: 50%;
    z-index: -1;
    width: clamp(120px,22vw,230px);
    aspect-ratio: 1;
    transform: translateY(-50%);
    background: var(--boedi-crest-image) center/contain no-repeat;
    opacity: .075;
    filter: grayscale(.18);
    pointer-events: none;
}
.boedi-person-emoji,
.boedi-recipe-pot {
    width: clamp(78px,10vw,116px);
    height: clamp(78px,10vw,116px);
    border: 1px solid rgba(197,154,67,.48);
    border-radius: 50%;
    background: var(--boedi-crest-image) center/cover no-repeat;
    box-shadow: 0 15px 34px rgba(5,43,33,.17);
    font-size: 0;
}
.boedi-person-emoji::after,
.boedi-recipe-pot::after {
    display: grid;
    place-items: center;
    position: absolute;
}
.boedi-chips span {
    border-color: rgba(197,154,67,.34);
    background: rgba(255,253,247,.76);
}
.boedi-status-rescue {
    border-left-color: var(--boedi-gold);
    background: rgba(197,154,67,.09);
}
.boedi-person--boedi .boedi-status-rescue { border-left-color: var(--boedi-gold); background: rgba(10,60,46,.07); }

.boedi-button {
    border-color: var(--boedi-gold);
    background: linear-gradient(135deg, var(--boedi-green), var(--boedi-green-dark));
    box-shadow: 0 8px 20px rgba(5,43,33,.14);
}
.boedi-button:hover { background: linear-gradient(135deg, var(--boedi-green-soft), var(--boedi-green)); transform: translateY(-1px); }
.boedi-button--secondary {
    border-color: rgba(197,154,67,.75);
    background: rgba(255,253,247,.68);
    color: var(--boedi-green) !important;
    box-shadow: none;
}
.boedi-button--secondary:hover { background: rgba(197,154,67,.13); }

.boedi-trip-card,
.boedi-moment-card,
.boedi-recipe-card,
.boedi-entry-form,
.boedi-own-list {
    border-color: rgba(197,154,67,.29);
    background: var(--boedi-card);
    box-shadow: 0 15px 42px rgba(5,43,33,.10);
}
.boedi-trip-card:hover,
.boedi-moment-card:hover,
.boedi-recipe-card:hover { box-shadow: 0 23px 58px rgba(5,43,33,.16); }
.boedi-timeline::before { background: linear-gradient(var(--boedi-gold-light), rgba(197,154,67,.10)); }
.boedi-timeline-dot { background: var(--boedi-gold); box-shadow: 0 0 0 2px var(--boedi-gold); }
.boedi-trip-meta, .boedi-single-meta, .boedi-readmore { color: var(--boedi-green); }
.boedi-recipe-label { color: var(--boedi-gold); }
.boedi-recipe-content .boedi-readmore { color: var(--boedi-green); }
.boedi-empty { border-color: rgba(197,154,67,.44); background: rgba(255,253,247,.55); }
.boedi-entry-form { position: relative; overflow: hidden; }
.boedi-entry-form::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 260px;
    aspect-ratio: 1;
    background: var(--boedi-crest-image) center/contain no-repeat;
    opacity: .028;
    pointer-events: none;
}
.boedi-field input,
.boedi-field textarea,
.boedi-field select { border-color: rgba(10,60,46,.22); background: #fffefb; }
.boedi-field input:focus,
.boedi-field textarea:focus,
.boedi-field select:focus { outline-color: rgba(197,154,67,.30); border-color: var(--boedi-gold); }
.boedi-gallery a,
.boedi-recipe-single-image { border: 1px solid rgba(197,154,67,.28); }
.boedi-recipe-body h2 { color: var(--boedi-green-dark); }
.boedi-recipe-body blockquote { border-left-color: var(--boedi-gold); background: rgba(197,154,67,.08); }

@media (max-width: 900px) {
    .boedi-hero { grid-template-columns: 1fr; min-height: auto; }
    .boedi-hero__crest { order: -1; }
    .boedi-hero__crest img { width: min(72vw,390px); }
    .boedi-family-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .boedi-hero { padding: 26px 20px 32px; }
    .boedi-hero::before { inset: 8px; border-radius: 16px; }
    .boedi-hero__crest img { width: min(78vw,330px); }
    .boedi-hero__crest span { margin-top: -6px; }
    .boedi-diary-head::before,
    .boedi-form-head::before,
    .boedi-person-hero::before,
    .boedi-recipe-hero::before { width: 140px; right: -18px; opacity: .055; }
}


/* ================================================================
   Boedeker.co 0.4.1 – Feinschliff für Kopfzeile und Startseite
   ================================================================ */
.boedeker-site-brand {
    display: inline-flex;
    align-items: center;
    margin: 0;
    line-height: 0;
}
.boedeker-site-brand a {
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    text-decoration: none !important;
}
.boedeker-site-brand img {
    display: block;
    width: clamp(68px, 6.2vw, 88px);
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    filter: drop-shadow(0 7px 10px rgba(5,43,33,.18));
    transition: transform .25s ease, filter .25s ease;
}
.boedeker-site-brand a:hover img,
.boedeker-site-brand a:focus-visible img {
    transform: translateY(-2px) rotate(.7deg);
    filter: drop-shadow(0 10px 13px rgba(5,43,33,.25));
}

/* Den separaten WordPress-Seitentitel „Willkommen“ auf der Startseite
   entfernen; der große Plugin-Kopf ist bereits die eigentliche Überschrift. */
body.boedeker-co-home :is(.wp-block-post-title, .entry-title, .page-title) {
    display: none !important;
}
body.boedeker-co-home :is(.wp-block-post-content, .entry-content) {
    margin-block-start: 0 !important;
}
body.boedeker-co-home .boedi-wrap {
    margin-top: clamp(18px, 3vw, 34px);
}

/* Alte Theme-Taglines werden auch bei klassischen Themes zuverlässig ruhiggestellt. */
body.boedeker-co-site :is(.wp-block-site-tagline, .site-description) {
    display: none !important;
}

@media (max-width: 620px) {
    .boedeker-site-brand img {
        width: 60px;
    }
}


/* ================================================================
   Boedeker.co 0.4.2 – edle Kopfleiste und direkte Familiennavigation
   ================================================================ */
body.boedeker-co-site :is(
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) {
    border-bottom: 1px solid rgba(229,195,111,.48) !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(229,195,111,.13), transparent 20rem),
        linear-gradient(112deg, #05271f 0%, #08382b 58%, #0d4636 100%) !important;
    color: #fffaf0 !important;
    box-shadow: 0 12px 34px rgba(5,43,33,.22);
    backdrop-filter: blur(16px);
}

/* Block-Themes legen gern noch eine weiße Gruppe in den Header. */
body.boedeker-co-site :is(
    header.wp-block-template-part,
    .wp-site-blocks > header,
    .site-header,
    #masthead
) > :is(.wp-block-group, .site-header__inner, .header-inner),
body.boedeker-co-site header.wp-block-template-part .has-base-background-color {
    background: transparent !important;
    color: inherit !important;
}

body.boedeker-co-site :is(
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(a, button, .wp-block-navigation-item__content) {
    color: #fff8e9 !important;
}

body.boedeker-co-site :is(
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(.wp-block-navigation__container, .menu, .nav-menu) {
    align-items: center;
    column-gap: clamp(2px, .55vw, 9px);
    row-gap: 6px;
}

body.boedeker-co-site :is(
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(.wp-block-navigation-item__content, .menu-item > a) {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: .52rem .78rem !important;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 650;
    line-height: 1.1;
    text-decoration: none !important;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

body.boedeker-co-site :is(
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(.wp-block-navigation-item__content, .menu-item > a):hover,
body.boedeker-co-site :is(
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(.wp-block-navigation-item__content, .menu-item > a):focus-visible,
body.boedeker-co-site :is(
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(.current-menu-item > .wp-block-navigation-item__content, .current-menu-item > a) {
    color: #f7d67d !important;
    border-color: rgba(229,195,111,.42);
    background: rgba(255,253,247,.09);
    transform: translateY(-1px);
}

body.boedeker-co-site .boedeker-site-brand a {
    padding: 4px;
    border: 1px solid rgba(229,195,111,.32);
    background: rgba(255,253,247,.06);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
body.boedeker-co-site .boedeker-site-brand img {
    width: clamp(64px, 5.6vw, 82px);
    filter: drop-shadow(0 8px 13px rgba(0,0,0,.3));
}

/* Die alte Tagline ist optisch und technisch endgültig aus dem Spiel. */
body.boedeker-co-site :is(.wp-block-site-tagline, .site-description) {
    display: none !important;
}

@media (max-width: 920px) {
    body.boedeker-co-site :is(
        .site-header,
        header.site-header,
        #masthead,
        header.wp-block-template-part,
        .wp-site-blocks > header
    ) :is(.wp-block-navigation-item__content, .menu-item > a) {
        padding: .48rem .64rem !important;
        font-size: .94rem;
    }
}

@media (max-width: 700px) {
    body.boedeker-co-site :is(
        .site-header,
        header.site-header,
        #masthead,
        header.wp-block-template-part,
        .wp-site-blocks > header
    ) .wp-block-navigation__responsive-container:not(.is-menu-open) {
        color: #fff8e9 !important;
    }
    body.boedeker-co-site :is(
        .site-header,
        header.site-header,
        #masthead,
        header.wp-block-template-part,
        .wp-site-blocks > header
    ) .wp-block-navigation__responsive-container.is-menu-open {
        background: #062d23 !important;
        color: #fff8e9 !important;
    }
    body.boedeker-co-site .boedeker-site-brand img { width: 58px; }
}

/* ================================================================
   Boedeker.co 0.4.3 – sichtbare Navigation und Wappen-Lightbox
   ================================================================ */

/* Der Theme-Header wird zusätzlich per JavaScript erkannt. Damit greifen die
   Farben auch bei Block-Themes, deren Kopf nur aus verschachtelten Gruppen
   ohne semantisches <header>-Element besteht. */
html body.boedeker-co-site .boedeker-polished-header {
    position: relative;
    isolation: isolate;
    border-bottom: 1px solid rgba(229,195,111,.62) !important;
    background:
        radial-gradient(circle at 7% -20%, rgba(229,195,111,.20), transparent 25rem),
        linear-gradient(112deg, #041f19 0%, #073327 52%, #0b4535 100%) !important;
    color: #fff8e9 !important;
    box-shadow: 0 13px 36px rgba(3,29,23,.30) !important;
}
html body.boedeker-co-site .boedeker-polished-header > *,
html body.boedeker-co-site .boedeker-polished-header .wp-block-group,
html body.boedeker-co-site .boedeker-polished-header .has-base-background-color,
html body.boedeker-co-site .boedeker-polished-header .has-background {
    background-color: transparent !important;
    background-image: none !important;
}
html body.boedeker-co-site .boedeker-polished-header :is(
    a,
    button,
    .wp-block-navigation-item__content,
    .wp-block-navigation-item__label,
    .menu-item > a
) {
    color: #fff8e9 !important;
    opacity: 1 !important;
    text-shadow: 0 1px 8px rgba(0,0,0,.22);
}
html body.boedeker-co-site .boedeker-polished-header :is(
    .wp-block-navigation-item__content,
    .menu-item > a
):hover,
html body.boedeker-co-site .boedeker-polished-header :is(
    .wp-block-navigation-item__content,
    .menu-item > a
):focus-visible,
html body.boedeker-co-site .boedeker-polished-header :is(
    .current-menu-item > .wp-block-navigation-item__content,
    .current-menu-item > a
) {
    color: #f7d67d !important;
    border-color: rgba(229,195,111,.56) !important;
    background: rgba(255,253,247,.11) !important;
}

/* Das Wappen ist jetzt bewusst ein Knopf: Es öffnet die große Ansicht. */
.boedeker-crest-trigger {
    display: inline-grid;
    place-items: center;
    margin: 0;
    padding: 4px;
    border: 1px solid rgba(229,195,111,.38);
    border-radius: 50%;
    background: rgba(255,253,247,.07);
    color: inherit;
    line-height: 0;
    cursor: zoom-in;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.boedeker-crest-trigger:hover,
.boedeker-crest-trigger:focus-visible {
    border-color: rgba(247,214,125,.82);
    background: rgba(255,253,247,.13);
    outline: 3px solid rgba(229,195,111,.18);
    outline-offset: 3px;
}
.boedeker-site-brand .boedeker-crest-trigger img {
    display: block;
    width: clamp(64px,5.6vw,82px);
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    filter: drop-shadow(0 8px 13px rgba(0,0,0,.32));
    transition: transform .25s ease, filter .25s ease;
}
.boedeker-site-brand .boedeker-crest-trigger:hover img,
.boedeker-site-brand .boedeker-crest-trigger:focus-visible img {
    transform: translateY(-2px) rotate(.7deg) scale(1.025);
    filter: drop-shadow(0 11px 15px rgba(0,0,0,.38));
}
.boedi-hero__crest .boedeker-crest-trigger--hero {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.boedi-hero__crest .boedeker-crest-trigger--hero img {
    width: min(100%,470px);
}

body.boedeker-crest-is-open { overflow: hidden; }
.boedeker-crest-modal[hidden] { display: none !important; }
.boedeker-crest-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: clamp(12px,3vw,34px);
    opacity: 0;
    transition: opacity .18s ease;
}
.boedeker-crest-modal.is-open { opacity: 1; }
.boedeker-crest-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2,19,15,.86);
    backdrop-filter: blur(10px);
    cursor: zoom-out;
}
.boedeker-crest-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(92vw,820px);
    max-height: 94vh;
    overflow: auto;
    padding: clamp(16px,3vw,28px);
    border: 1px solid rgba(229,195,111,.70);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 5%, rgba(229,195,111,.15), transparent 28rem),
        linear-gradient(145deg,#fffdf7,#eee3d0);
    color: #13251f;
    box-shadow: 0 34px 100px rgba(0,0,0,.48);
    transform: translateY(12px) scale(.975);
    transition: transform .18s ease;
}
.boedeker-crest-modal.is-open .boedeker-crest-modal__dialog {
    transform: translateY(0) scale(1);
}
.boedeker-crest-modal__dialog figure { margin: 0; text-align: center; }
.boedeker-crest-modal__dialog img {
    display: block;
    width: min(100%,680px);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 20px 24px rgba(5,43,33,.22));
}
.boedeker-crest-modal__dialog figcaption {
    display: grid;
    gap: 4px;
    margin-top: 8px;
    color: #0a3c2e;
    font-family: Georgia,"Times New Roman",serif;
}
.boedeker-crest-modal__dialog figcaption strong { font-size: clamp(1.1rem,2.5vw,1.45rem); }
.boedeker-crest-modal__dialog figcaption span { color: #65736b; font-family: inherit; font-size: .92rem; }
.boedeker-crest-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(229,195,111,.66);
    border-radius: 50%;
    background: #073327;
    color: #fff8e9;
    font: 400 2rem/1 Arial,sans-serif;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0,0,0,.22);
}
.boedeker-crest-modal__close:hover,
.boedeker-crest-modal__close:focus-visible { background: #0b4535; color: #f7d67d; }
.boedeker-crest-modal__home {
    display: table;
    margin: 16px auto 0;
    padding: 10px 17px;
    border: 1px solid rgba(197,154,67,.72);
    border-radius: 999px;
    background: #073327;
    color: #fff8e9 !important;
    font-weight: 750;
    text-decoration: none !important;
}
.boedeker-crest-modal__home:hover { background: #0b4535; color: #f7d67d !important; }

@media (max-width:700px) {
    html body.boedeker-co-site .boedeker-polished-header .wp-block-navigation__responsive-container.is-menu-open {
        background: #062d23 !important;
        color: #fff8e9 !important;
    }
    .boedeker-site-brand .boedeker-crest-trigger img { width: 58px; }
    .boedeker-crest-modal__dialog { width: 96vw; border-radius: 20px; }
    .boedeker-crest-modal__close { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    .boedeker-crest-modal,
    .boedeker-crest-modal__dialog,
    .boedeker-crest-trigger img { transition: none !important; }
}


/* ================================================================
   Boedeker.co 0.4.4 – Menüfarben ohne Tarnkappe
   ================================================================ */
/* Der zusätzliche, bewusst schlichte Selektor deckt auch Navigationen ab,
   die das Theme außerhalb seiner üblichen Header-Klassen ausgibt. */
html body.boedeker-co-site .boedeker-polished-header :is(
    nav a,
    .wp-block-navigation-item__content,
    .wp-block-navigation-item__label,
    .menu-item > a
) {
    color: #fff8e9 !important;
    -webkit-text-fill-color: #fff8e9 !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}
html body.boedeker-co-site .boedeker-polished-header :is(
    nav a,
    .wp-block-navigation-item__content,
    .menu-item > a
):hover,
html body.boedeker-co-site .boedeker-polished-header :is(
    nav a,
    .wp-block-navigation-item__content,
    .menu-item > a
):focus-visible {
    color: #ffe39a !important;
    -webkit-text-fill-color: #ffe39a !important;
}
html body.boedeker-co-site .boedeker-polished-header :is(
    .current-menu-item > a,
    .current-menu-item > .wp-block-navigation-item__content,
    [aria-current="page"]
) {
    color: #082f25 !important;
    -webkit-text-fill-color: #082f25 !important;
    background: #f2d27f !important;
    border-color: rgba(255,245,210,.82) !important;
    text-shadow: none !important;
}

/* ================================================================
   Boedeker.co 0.4.5 – sicher sichtbares Menü auf hellem Wappengrund
   ================================================================ */
/* Das Theme hat den dunklen Kopf auf einzelnen Geräten wieder weiß
   übermalt. Darum gilt ab jetzt die robuste Variante: warmer heller
   Kopf + dunkelgrüne Schrift. Selbst auf reinem Weiß bleibt alles lesbar. */
html body.boedeker-co-site :is(
    .boedeker-polished-header,
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) {
    background-color: #eee5d5 !important;
    background-image: linear-gradient(135deg,#f4eee2 0%,#e8ddc8 58%,#f8f4eb 100%) !important;
    color: #073327 !important;
    border-bottom: 1px solid rgba(154,112,32,.55) !important;
    box-shadow: 0 10px 28px rgba(45,38,24,.18) !important;
}

html body.boedeker-co-site :is(
    .boedeker-polished-header,
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(.wp-block-group,.has-base-background-color,.has-background) {
    background-color: transparent !important;
    background-image: none !important;
}

html body.boedeker-co-site :is(
    .boedeker-polished-header,
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(
    nav a,
    .wp-block-navigation-item__content,
    .wp-block-navigation-item__label,
    .menu-item > a,
    .wp-block-site-title,
    .wp-block-site-title a,
    .site-title,
    .site-title a
) {
    color: #073327 !important;
    -webkit-text-fill-color: #073327 !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
    filter: none !important;
}

html body.boedeker-co-site :is(
    .boedeker-polished-header,
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(
    nav a,
    .wp-block-navigation-item__content,
    .menu-item > a
):hover,
html body.boedeker-co-site :is(
    .boedeker-polished-header,
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(
    nav a,
    .wp-block-navigation-item__content,
    .menu-item > a
):focus-visible {
    color: #8b6116 !important;
    -webkit-text-fill-color: #8b6116 !important;
    background: rgba(197,154,67,.13) !important;
    border-color: rgba(154,112,32,.38) !important;
}

html body.boedeker-co-site :is(
    .boedeker-polished-header,
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) :is(
    .current-menu-item > a,
    .current-menu-item > .wp-block-navigation-item__content,
    a[aria-current="page"]
) {
    color: #fff8e9 !important;
    -webkit-text-fill-color: #fff8e9 !important;
    background: #073327 !important;
    border-color: #073327 !important;
    text-shadow: none !important;
}

/* Der mobile Menüknopf soll nicht nur erahnbar, sondern klar sichtbar sein. */
html body.boedeker-co-site :is(
    .boedeker-polished-header,
    .site-header,
    header.site-header,
    #masthead,
    header.wp-block-template-part,
    .wp-site-blocks > header
) .wp-block-navigation__responsive-container-open {
    display: inline-grid !important;
    place-items: center;
    min-width: 52px;
    min-height: 48px;
    padding: 10px !important;
    border: 1px solid rgba(154,112,32,.62) !important;
    border-radius: 10px;
    background: #073327 !important;
    color: #fff8e9 !important;
    -webkit-text-fill-color: #fff8e9 !important;
    box-shadow: 0 6px 16px rgba(7,51,39,.20);
}
html body.boedeker-co-site .wp-block-navigation__responsive-container-open svg {
    fill: currentColor !important;
    stroke: currentColor !important;
}

/* Geöffnetes Mobilmenü: bewusst umgekehrter Kontrast. */
@media (max-width: 700px) {
    html body.boedeker-co-site .wp-block-navigation__responsive-container.is-menu-open {
        background: linear-gradient(145deg,#062d23,#0b4535) !important;
        color: #fff8e9 !important;
    }
    html body.boedeker-co-site .wp-block-navigation__responsive-container.is-menu-open :is(
        a,
        .wp-block-navigation-item__content,
        .wp-block-navigation-item__label,
        .wp-block-navigation__responsive-container-close
    ) {
        color: #fff8e9 !important;
        -webkit-text-fill-color: #fff8e9 !important;
        opacity: 1 !important;
    }
    html body.boedeker-co-site .wp-block-navigation__responsive-container.is-menu-open svg {
        fill: currentColor !important;
        stroke: currentColor !important;
    }
    html body.boedeker-co-site .wp-block-navigation__responsive-container.is-menu-open :is(
        .current-menu-item > a,
        .current-menu-item > .wp-block-navigation-item__content,
        a[aria-current="page"]
    ) {
        color: #073327 !important;
        -webkit-text-fill-color: #073327 !important;
        background: #f2d27f !important;
    }
}


/* --------------------------------------------------------------------------
   Boedeker.co 0.4.6 – eigene, garantiert sichtbare Handy-Navigation
   -------------------------------------------------------------------------- */
.boedeker-mobile-header {
    display: none;
}

@media (max-width: 700px) {
    /* Der Theme-Kopf samt wirkungslosem Burger macht auf dem Handy Platz für
       die eigene, direkt sichtbare Bödeker-Navigation. */
    html body.boedeker-co-site :is(
        .site-header,
        header.site-header,
        #masthead,
        header.wp-block-template-part,
        .wp-site-blocks > header
    ) {
        display: none !important;
    }

    html body.boedeker-co-site {
        padding-top: 78px !important;
    }

    html body.boedeker-co-site .boedeker-mobile-header {
        display: flex !important;
        align-items: center;
        gap: 8px;
        position: fixed;
        z-index: 99990;
        top: 0;
        left: 0;
        right: 0;
        min-height: 72px;
        padding: 7px 10px;
        box-sizing: border-box;
        background: linear-gradient(135deg, #f5efe4 0%, #e9dec9 58%, #faf6ee 100%);
        border-bottom: 2px solid #b98a31;
        box-shadow: 0 8px 24px rgba(7, 51, 39, .20);
    }

    html body.admin-bar.boedeker-co-site .boedeker-mobile-header {
        top: 46px;
    }

    html body.boedeker-co-site .boedeker-mobile-header__crest {
        flex: 0 0 58px;
        width: 58px;
        height: 58px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: transparent;
        box-shadow: 0 4px 12px rgba(7, 51, 39, .18);
        cursor: pointer;
    }

    html body.boedeker-co-site .boedeker-mobile-header__crest img {
        display: block;
        width: 58px;
        height: 58px;
        object-fit: contain;
        border-radius: 50%;
    }

    html body.boedeker-co-site .boedeker-mobile-header__nav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
        gap: 4px;
        flex: 1 1 auto;
        min-width: 0;
    }

    html body.boedeker-co-site .boedeker-mobile-header__link {
        display: grid;
        place-items: center;
        min-width: 0;
        min-height: 46px;
        padding: 5px 3px;
        border: 1px solid transparent;
        border-radius: 9px;
        color: #073327 !important;
        -webkit-text-fill-color: #073327 !important;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: clamp(10px, 3.05vw, 13px);
        font-weight: 750;
        line-height: 1.05;
        letter-spacing: .01em;
        text-align: center;
        text-decoration: none !important;
        white-space: nowrap;
    }

    html body.boedeker-co-site .boedeker-mobile-header__link:hover,
    html body.boedeker-co-site .boedeker-mobile-header__link:focus-visible {
        color: #724d0d !important;
        -webkit-text-fill-color: #724d0d !important;
        background: rgba(185, 138, 49, .14);
        border-color: rgba(185, 138, 49, .48);
        outline: none;
    }

    html body.boedeker-co-site .boedeker-mobile-header__link.is-current {
        color: #fff8e9 !important;
        -webkit-text-fill-color: #fff8e9 !important;
        background: linear-gradient(145deg, #073327, #0b4937);
        border-color: #b98a31;
        box-shadow: 0 4px 10px rgba(7, 51, 39, .22);
    }
}

@media (max-width: 390px) {
    html body.boedeker-co-site .boedeker-mobile-header {
        gap: 5px;
        padding-inline: 6px;
    }
    html body.boedeker-co-site .boedeker-mobile-header__crest,
    html body.boedeker-co-site .boedeker-mobile-header__crest img {
        width: 52px;
        height: 52px;
    }
    html body.boedeker-co-site .boedeker-mobile-header__crest {
        flex-basis: 52px;
    }
    html body.boedeker-co-site .boedeker-mobile-header__link {
        font-size: 10px;
        padding-inline: 1px;
    }
}


.boedi-card-emoji--svg {
    padding: 0;
    overflow: hidden;
}
.boedi-card-emoji--svg svg {
    width: 32px;
    height: 32px;
    display: block;
}
.boedi-card-emoji--svg .boedi-icon-fill-soft {
    fill: rgba(197,154,67,.10);
    stroke: rgba(197,154,67,.24);
    stroke-width: 1.4;
}
.boedi-family-card--featured .boedi-card-emoji--svg .boedi-icon-fill-soft,
.boedi-family-card--recipes .boedi-card-emoji--svg .boedi-icon-fill-soft {
    fill: rgba(255,255,255,.10);
    stroke: rgba(229,195,111,.34);
}
.boedi-card-emoji--svg .boedi-icon-stroke,
.boedi-card-emoji--svg .boedi-icon-stroke-round {
    fill: none;
    stroke: var(--boedi-green);
    stroke-width: 1.9;
}
.boedi-card-emoji--svg .boedi-icon-stroke-round {
    stroke-linecap: round;
    stroke-linejoin: round;
}
.boedi-card-emoji--svg .boedi-icon-gear {
    stroke-width: 1.65;
    stroke-linejoin: round;
}
.boedi-card-emoji--svg .boedi-icon-accent {
    fill: none;
    stroke: var(--boedi-gold);
    stroke-width: 1.9;
}
.boedi-card-emoji--svg .boedi-icon-accent-fill {
    fill: var(--boedi-gold);
    stroke: rgba(255,255,255,.22);
    stroke-width: .5;
}
.boedi-card-emoji--svg .boedi-icon-detail {
    fill: none;
    stroke: #5b7669;
    stroke-width: 1.35;
}
.boedi-family-card--featured .boedi-card-emoji--svg .boedi-icon-stroke,
.boedi-family-card--featured .boedi-card-emoji--svg .boedi-icon-stroke-round,
.boedi-family-card--recipes .boedi-card-emoji--svg .boedi-icon-stroke,
.boedi-family-card--recipes .boedi-card-emoji--svg .boedi-icon-stroke-round {
    stroke: #fff7e9;
}
.boedi-family-card--featured .boedi-card-emoji--svg .boedi-icon-accent,
.boedi-family-card--featured .boedi-card-emoji--svg .boedi-icon-accent-fill,
.boedi-family-card--featured .boedi-card-emoji--svg .boedi-icon-detail,
.boedi-family-card--recipes .boedi-card-emoji--svg .boedi-icon-accent,
.boedi-family-card--recipes .boedi-card-emoji--svg .boedi-icon-accent-fill,
.boedi-family-card--recipes .boedi-card-emoji--svg .boedi-icon-detail {
    stroke: #e5c36f;
}
.boedi-family-card--featured .boedi-card-emoji--svg .boedi-icon-accent-fill,
.boedi-family-card--recipes .boedi-card-emoji--svg .boedi-icon-accent-fill {
    fill: #e5c36f;
}
.boedi-card-emoji--boedi svg,
.boedi-card-emoji--jessie svg,
.boedi-card-emoji--recipes svg {
    filter: drop-shadow(0 1px 0 rgba(255,255,255,.25));
}


/* ========================================================================== 
   Boedeker.co 0.4.8 – Rechteseiten im Familienlayout + lesbarer Aktivzustand
   ========================================================================== */

/* Der aktive Desktop-Menüpunkt ist jetzt bewusst gold statt dunkelgrün. Das
   bleibt auf hellen Theme-Köpfen sichtbar und verhindert dunkle Schrift auf
   dunklem Grund. Auch verschachtelte Label werden ausdrücklich eingefärbt. */
@media (min-width: 701px) {
    html body.boedeker-co-site :is(
        .boedeker-polished-header,
        .site-header,
        header.site-header,
        #masthead,
        header.wp-block-template-part,
        .wp-site-blocks > header
    ) :is(
        li.current-menu-item,
        li.current_page_item,
        .wp-block-navigation-item.current-menu-item
    ) {
        background: transparent !important;
        color: #073327 !important;
    }

    html body.boedeker-co-site :is(
        .boedeker-polished-header,
        .site-header,
        header.site-header,
        #masthead,
        header.wp-block-template-part,
        .wp-site-blocks > header
    ) :is(
        li.current-menu-item > a,
        li.current_page_item > a,
        li.current-menu-item > .wp-block-navigation-item__content,
        li.current_page_item > .wp-block-navigation-item__content,
        a[aria-current="page"]
    ) {
        color: #073327 !important;
        -webkit-text-fill-color: #073327 !important;
        background: linear-gradient(145deg, #f6dfa4, #d6ad51) !important;
        border-color: #b98a31 !important;
        box-shadow: 0 5px 14px rgba(126, 88, 21, .18) !important;
        text-shadow: none !important;
        opacity: 1 !important;
    }

    html body.boedeker-co-site :is(
        li.current-menu-item > a,
        li.current_page_item > a,
        li.current-menu-item > .wp-block-navigation-item__content,
        li.current_page_item > .wp-block-navigation-item__content,
        a[aria-current="page"]
    ) :is(span, strong, .wp-block-navigation-item__label) {
        color: #073327 !important;
        -webkit-text-fill-color: #073327 !important;
        opacity: 1 !important;
        visibility: visible !important;
        text-shadow: none !important;
    }
}

/* Theme-eigene Seitentitel verschwinden auf den beiden Rechteseiten. */
html body.boedeker-co-legal :is(
    .entry-title,
    .page-title,
    .wp-block-post-title
) {
    display: none !important;
}

.boedeker-legal-shell {
    position: relative;
    padding-bottom: clamp(28px, 5vw, 64px);
}

.boedeker-legal-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(120px, 190px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(22px, 4vw, 54px);
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(197,154,67,.42);
    border-radius: 30px 30px 20px 20px;
    background:
        radial-gradient(circle at 92% 8%, rgba(197,154,67,.19), transparent 30%),
        linear-gradient(135deg, rgba(255,253,248,.98), rgba(245,237,222,.96));
    box-shadow: 0 25px 65px rgba(5,43,33,.13);
}

.boedeker-legal-hero::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -75px;
    width: 260px;
    aspect-ratio: 1;
    border: 1px solid rgba(197,154,67,.18);
    border-radius: 50%;
    box-shadow: inset 0 0 0 22px rgba(197,154,67,.035), inset 0 0 0 44px rgba(5,43,33,.025);
    pointer-events: none;
}

.boedeker-legal-crest {
    position: relative;
    z-index: 1;
    width: min(100%, 180px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.boedeker-legal-crest img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 14px 24px rgba(5,43,33,.18));
}

.boedeker-legal-hero__copy {
    position: relative;
    z-index: 1;
}

.boedeker-legal-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--boedi-gold);
    font-size: clamp(.76rem, 1.2vw, .92rem);
    font-weight: 850;
    letter-spacing: .18em;
}

.boedeker-legal-hero h1 {
    margin: 0;
    color: var(--boedi-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 6vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.035em;
}

.boedeker-legal-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--boedi-muted);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.7;
}

.boedeker-legal-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 18px 0;
    padding: 8px;
    border: 1px solid rgba(197,154,67,.27);
    border-radius: 999px;
    background: rgba(255,253,248,.78);
    box-shadow: 0 10px 28px rgba(5,43,33,.07);
    width: fit-content;
}

.boedeker-legal-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 16px;
    border-radius: 999px;
    color: var(--boedi-green-dark) !important;
    text-decoration: none !important;
    font-weight: 760;
}

.boedeker-legal-tabs a:hover,
.boedeker-legal-tabs a:focus-visible {
    color: #76500f !important;
    background: rgba(197,154,67,.12);
    outline: none;
}

.boedeker-legal-tabs a.is-current {
    color: #fff9ed !important;
    background: linear-gradient(145deg, var(--boedi-green), var(--boedi-green-dark));
    box-shadow: 0 6px 16px rgba(5,43,33,.18);
}

.boedeker-legal-card {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 5vw, 62px);
    border: 1px solid rgba(197,154,67,.30);
    border-radius: 20px 20px 30px 30px;
    background:
        linear-gradient(rgba(255,255,255,.94), rgba(255,253,248,.97)),
        var(--boedi-crest-image) right -90px bottom -95px / 360px auto no-repeat;
    box-shadow: 0 24px 62px rgba(5,43,33,.11);
}

.boedeker-legal-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(26px, 5vw, 62px);
    right: clamp(26px, 5vw, 62px);
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, transparent, var(--boedi-gold), transparent);
}

.boedeker-legal-card__content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.boedeker-legal-card__content > h1:first-child {
    display: none;
}

.boedeker-legal-card__content h2 {
    margin: 2.2em 0 .65em;
    color: var(--boedi-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.15;
}

.boedeker-legal-card__content h2:first-child {
    margin-top: 0;
}

.boedeker-legal-card__content h3 {
    margin: 1.8em 0 .55em;
    color: var(--boedi-green);
    font-size: 1.12rem;
}

.boedeker-legal-card__content :is(p, li) {
    color: var(--boedi-ink);
    font-size: 1rem;
    line-height: 1.78;
}

.boedeker-legal-card__content p {
    margin: 0 0 1.15em;
}

.boedeker-legal-card__content :is(ul, ol) {
    margin: .6em 0 1.4em;
    padding-left: 1.35em;
}

.boedeker-legal-card__content a {
    color: var(--boedi-green) !important;
    font-weight: 720;
    text-decoration-color: rgba(197,154,67,.65);
    text-underline-offset: .18em;
}

.boedeker-legal-card__content strong {
    color: var(--boedi-green-dark);
}

.boedeker-legal-back {
    margin-top: 20px;
}

@media (max-width: 700px) {
    .boedeker-legal-hero {
        grid-template-columns: 1fr;
        text-align: center;
        border-radius: 22px 22px 16px 16px;
    }
    .boedeker-legal-crest {
        width: 126px;
        margin: 0 auto;
    }
    .boedeker-legal-hero p {
        margin-inline: auto;
    }
    .boedeker-legal-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        border-radius: 16px;
    }
    .boedeker-legal-tabs a {
        justify-content: center;
        padding-inline: 8px;
        text-align: center;
    }
    .boedeker-legal-card {
        padding: 28px 22px;
        border-radius: 16px 16px 22px 22px;
        background-size: 230px auto;
    }
    .boedeker-legal-card::before {
        left: 22px;
        right: 22px;
    }
}


/* ========================================================================== 
   Boedeker.co 0.5.0 – eine gemeinsame Plugin-Navigation
   ========================================================================== */

html body.boedeker-co-site .boedeker-plugin-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    background: transparent !important;
}

html body.boedeker-co-site .boedeker-plugin-navigation .boedeker-header-navigation {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: clamp(8px, 1.5vw, 24px) !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body.boedeker-co-site .boedeker-plugin-navigation .boedeker-header-link {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

html body.boedeker-co-site .boedeker-plugin-navigation .boedeker-header-link > a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 10px 15px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    color: #073327 !important;
    -webkit-text-fill-color: #073327 !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    opacity: 1 !important;
}

html body.boedeker-co-site .boedeker-plugin-navigation .boedeker-header-link--legal > a {
    font-weight: 720 !important;
}

html body.boedeker-co-site .boedeker-plugin-navigation .boedeker-header-link > a:hover,
html body.boedeker-co-site .boedeker-plugin-navigation .boedeker-header-link > a:focus-visible {
    border-color: rgba(185,138,49,.5) !important;
    background: rgba(214,173,81,.18) !important;
    color: #073327 !important;
    -webkit-text-fill-color: #073327 !important;
}

html body.boedeker-co-site .boedeker-plugin-navigation :is(
    .current-menu-item,
    .current_page_item
) > a,
html body.boedeker-co-site .boedeker-plugin-navigation a[aria-current="page"] {
    border-color: #b98a31 !important;
    background: linear-gradient(145deg, #f6dfa4, #d6ad51) !important;
    color: #073327 !important;
    -webkit-text-fill-color: #073327 !important;
    box-shadow: 0 5px 14px rgba(126,88,21,.18) !important;
}

html body.boedeker-co-site .boedeker-plugin-navigation .wp-block-navigation-item__label {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    font: inherit !important;
}

/* Die eigene Handynavigation führt nun ebenfalls alle Plugin-Seiten. Auf sehr
   schmalen Geräten darf sie horizontal gleiten, statt Links zu verstecken. */
@media (max-width: 700px) {
    html body.boedeker-co-site .boedeker-mobile-header__nav {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        justify-content: flex-start !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    html body.boedeker-co-site .boedeker-mobile-header__nav::-webkit-scrollbar {
        display: none;
    }
    html body.boedeker-co-site .boedeker-mobile-header__link {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
}


/* ========================================================================== 
   Boedeker.co 0.5.1 – Impressum, grüne Rezeptkarte, ruhiges Wappen-Popup
   ========================================================================== */

/* Die Rezeptkarte ist nun exakt Teil derselben dunkelgrünen Kartenfamilie wie
   Franzis Reisebereich. Frühere helle Einzelregeln werden hier bewusst
   überstimmt. */
html body.boedeker-co-site .boedi-family-card--recipes {
    border-color: rgba(229,195,111,.38) !important;
    background:
        radial-gradient(circle at 92% 8%, rgba(229,195,111,.22), transparent 30%),
        linear-gradient(145deg, var(--boedi-green), var(--boedi-green-dark)) !important;
    color: #fff9ed !important;
}
html body.boedeker-co-site .boedi-family-card--recipes :is(strong, small, .boedi-arrow) {
    color: #fff9ed !important;
    -webkit-text-fill-color: #fff9ed !important;
}
html body.boedeker-co-site .boedi-family-card--recipes small {
    opacity: .82;
}
html body.boedeker-co-site .boedi-family-card--recipes .boedi-card-emoji {
    border-color: rgba(229,195,111,.42) !important;
    background: rgba(255,255,255,.10) !important;
}

/* Das Popup braucht keine heraldische Selbsterklärung. Copyright und
   Startseitenweg reichen; die Beschriftung bleibt für Screenreader erhalten. */
.boedeker-crest-modal figcaption {
    justify-content: center;
}
.boedeker-crest-modal figcaption span {
    display: block;
    text-align: center;
}

/* Zusätzliche Theme-Titelvarianten auf den Rechteseiten unterdrücken. */
html body.boedeker-co-legal :is(
    .entry-header,
    .page-header,
    .wp-block-query-title,
    .wp-block-post-title,
    .entry-title,
    .page-title
) {
    display: none !important;
}
html body.boedeker-co-legal .boedeker-legal-hero h1 {
    display: block !important;
    overflow-wrap: anywhere;
    font-size: clamp(2.35rem, 5.2vw, 4.85rem);
}


/* v0.5.2 – freundlicher Wegweiser zu den amerikanischen Namensvettern */
.boedi-wrong-turn--hero {
    align-items: flex-start;
}
.boedi-wrong-turn__icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    padding: 3px;
    background: transparent;
}
.boedi-wrong-turn__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 6px 12px rgba(5,43,33,.12));
}
.boedi-namesake-seal__base { fill: #f7f1e5; }
.boedi-namesake-seal__ring { fill: none; }
.boedi-namesake-seal__ring--green { stroke: #073327; stroke-width: 2.3; }
.boedi-namesake-seal__ring--gold { stroke: #c59a43; stroke-width: 1.7; }
.boedi-namesake-seal__gear { fill: #073327; }
.boedi-namesake-seal__hub { fill: #f7f1e5; stroke: #c59a43; stroke-width: 1.5; }
.boedi-namesake-seal__star { fill: #c59a43; }
.boedi-wrong-turn__copy { min-width: 0; }
.boedi-wrong-turn__copy strong span[lang="en"] {
    color: var(--boedi-gold);
    font-size: .92em;
}
.boedi-wrong-turn__copy p + p {
    margin-top: 10px;
}
.boedi-wrong-turn__family {
    color: var(--boedi-ink);
    font-weight: 750;
}
.boedi-wrong-turn__english {
    padding-top: 10px;
    border-top: 1px solid rgba(197,154,67,.26);
    color: var(--boedi-muted);
    font-size: .91rem;
}

@media (max-width: 620px) {
    .boedi-wrong-turn__icon {
        width: 52px;
        height: 52px;
    }
    .boedi-wrong-turn__english {
        font-size: .86rem;
    }
}

/* ========================================================================== 
   Boedeker.co 0.5.5 – eigener Footer, aufgeräumte Einzelbeiträge und Rezept-Fußnote
   ========================================================================== */

/* Der Theme-Footer wird auf Plugin-Seiten vollständig durch den Familienfooter
   ersetzt. Die Selektoren decken Neve, klassische und Block-Themes ab. */
body.boedeker-co-site :is(
    footer#site-footer,
    footer.site-footer,
    #colophon,
    footer.wp-block-template-part,
    .wp-site-blocks > footer,
    .nv-footer-content,
    .footer--row
):not(.boedeker-site-footer) {
    display: none !important;
}

.boedeker-site-footer {
    position: relative;
    z-index: 5;
    margin-top: clamp(42px, 7vw, 88px);
    border-top: 1px solid rgba(229, 195, 111, .48);
    background:
        radial-gradient(circle at 12% 0%, rgba(229, 195, 111, .16), transparent 24rem),
        linear-gradient(145deg, var(--boedi-green), var(--boedi-green-dark));
    color: rgba(255, 253, 247, .82);
}
.boedeker-site-footer__inner {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 28px 0 32px;
    display: grid;
    grid-template-columns: auto minmax(170px, 1fr) auto;
    align-items: center;
    gap: 18px 22px;
}
.boedeker-site-footer__crest {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.boedeker-site-footer__crest img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .24));
}
.boedeker-site-footer__copy {
    display: grid;
    gap: 2px;
}
.boedeker-site-footer__copy strong {
    color: #fff9ed;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
}
.boedeker-site-footer__copy span {
    font-size: .92rem;
}
.boedeker-site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 18px;
}
.boedeker-site-footer__nav a {
    color: var(--boedi-gold-light) !important;
    font-weight: 800;
    text-decoration: none;
}
.boedeker-site-footer__nav a:hover,
.boedeker-site-footer__nav a:focus-visible {
    color: #fff9ed !important;
    text-decoration: underline;
}
.boedeker-site-footer__credit {
    grid-column: 2 / -1;
    margin: -8px 0 0;
    color: rgba(255, 253, 247, .64);
    font-size: .82rem;
}

/* Neve und andere Themes hängen an Einzelbeiträge gern noch Autor und
   Veröffentlichungsdatum. Das Plugin zeigt seine eigene, passendere Meta-Zeile. */
body:is(.single-homebase_trip, .single-homebase_moment, .single-homebase_recipe) :is(
    .entry-header .nv-meta-list,
    .entry-header .entry-meta,
    .entry-header .post-meta,
    .article-header .nv-meta-list,
    .single-post-container .nv-meta-list,
    .wp-block-post-date,
    .wp-block-post-author,
    .wp-block-post-terms,
    .posted-on,
    .byline
) {
    display: none !important;
}
body:is(.single-homebase_trip, .single-homebase_moment, .single-homebase_recipe) .boedi-single-meta {
    display: flex !important;
}

@media (max-width: 760px) {
    .boedeker-site-footer__inner {
        grid-template-columns: auto 1fr;
        align-items: start;
    }
    .boedeker-site-footer__nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
    .boedeker-site-footer__credit {
        grid-column: 1 / -1;
        margin-top: 0;
    }
}


/* ========================================================================== 
   Boedeker.co 0.5.9 – Familie intern
   ========================================================================== */

body.boedeker-co-internal .entry-header,
body.boedeker-co-internal .page-header,
body.boedeker-co-internal .nv-page-title-wrap {
    display: none !important;
}

.boedi-intern {
    width: min(1080px, 100%);
    margin: 0 auto;
}
.boedi-intern__hero,
.boedi-intern__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(24px, 4vw, 42px);
    margin-bottom: 26px;
    border: 1px solid rgba(197,154,67,.34);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 12%, rgba(229,195,111,.24), transparent 20rem),
        linear-gradient(145deg, rgba(7,51,39,.98), rgba(15,72,56,.96));
    color: #fff9ed;
    box-shadow: 0 18px 46px rgba(7,51,39,.18);
}
.boedi-intern__hero h1,
.boedi-intern__section-head h1 {
    margin: 4px 0 8px;
    color: #fff9ed;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 5vw, 3.65rem);
    line-height: 1.02;
}
.boedi-intern__hero p,
.boedi-intern__section-head p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,249,237,.82);
}
.boedi-intern__lock {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 84px;
    height: 84px;
    border: 1px solid rgba(229,195,111,.48);
    border-radius: 50%;
    background: rgba(255,255,255,.07);
    font-size: 2.35rem;
}
.boedi-intern__count {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid rgba(229,195,111,.42);
    border-radius: 999px;
    color: var(--boedi-gold-light, #f0d791);
    font-weight: 800;
    white-space: nowrap;
}
.boedi-intern-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.boedi-intern-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 150px;
    padding: 22px;
    border: 1px solid rgba(7,51,39,.14);
    border-radius: 20px;
    background: rgba(255,253,247,.93);
    box-shadow: 0 10px 28px rgba(28,40,34,.08);
    color: var(--boedi-ink, #173c31) !important;
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.boedi-intern-card:hover,
.boedi-intern-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(197,154,67,.65);
    box-shadow: 0 16px 34px rgba(28,40,34,.12);
}
.boedi-intern-card__icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(7,51,39,.08);
    font-size: 2rem;
}
.boedi-intern-card__body {
    display: grid;
    gap: 4px;
}
.boedi-intern-card__state,
.boedi-receipt-card__category {
    width: fit-content;
    color: #80601d;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.boedi-intern-card__body strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
}
.boedi-intern-card__body small {
    color: var(--boedi-muted, #61736b);
    line-height: 1.45;
}
.boedi-intern-card__arrow {
    color: #a57c24;
    font-size: 1.5rem;
    font-weight: 900;
}
.boedi-intern-note,
.boedi-intern-empty,
.boedi-intern-placeholder {
    margin-top: 22px;
    padding: 20px 22px;
    border: 1px dashed rgba(197,154,67,.55);
    border-radius: 18px;
    background: rgba(229,195,111,.10);
}
.boedi-intern-note {
    display: grid;
    gap: 4px;
}
.boedi-intern-back {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--boedi-green, #073327) !important;
    font-weight: 850;
    text-decoration: none !important;
}
.boedi-intern-placeholder {
    min-height: 300px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    text-align: center;
}
.boedi-intern-placeholder > span {
    font-size: 3rem;
}
.boedi-intern-placeholder h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
}
.boedi-intern-placeholder p {
    max-width: 620px;
    margin: 0;
}
.boedi-intern-formbox {
    margin: 0 0 24px;
    border: 1px solid rgba(7,51,39,.16);
    border-radius: 18px;
    background: rgba(255,253,247,.96);
    overflow: hidden;
}
.boedi-intern-formbox > summary {
    padding: 17px 20px;
    cursor: pointer;
    color: var(--boedi-green, #073327);
    font-weight: 900;
    list-style-position: inside;
}
.boedi-intern-formbox[open] > summary {
    border-bottom: 1px solid rgba(7,51,39,.12);
    background: rgba(7,51,39,.045);
}
.boedi-intern-form {
    padding: 20px;
}
.boedi-intern-form input[type="file"] {
    padding: 10px;
    border: 1px dashed rgba(7,51,39,.25);
    border-radius: 10px;
    background: rgba(7,51,39,.025);
}
.boedi-receipt-list {
    display: grid;
    gap: 14px;
}
.boedi-receipt-card {
    padding: 20px 22px;
    border: 1px solid rgba(7,51,39,.13);
    border-radius: 18px;
    background: rgba(255,253,247,.96);
    box-shadow: 0 8px 24px rgba(28,40,34,.06);
}
.boedi-receipt-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
}
.boedi-receipt-card h2 {
    margin: 3px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}
.boedi-receipt-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    margin: 12px 0;
    color: var(--boedi-muted, #61736b);
    font-size: .92rem;
}
.boedi-receipt-card > p {
    margin: 10px 0 0;
}
.boedi-receipt-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.boedi-receipt-card__actions form {
    margin: 0 0 0 auto;
}
.boedi-button--small {
    padding: 8px 11px !important;
    min-height: 0 !important;
    font-size: .86rem !important;
}
.boedi-link-danger {
    border: 0;
    background: transparent;
    color: #9b2c2c;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    text-decoration: underline;
}
.boedi-warranty {
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
}
.boedi-warranty--ok { background: rgba(37,122,78,.12); color: #17613d; }
.boedi-warranty--soon { background: rgba(197,154,67,.18); color: #795813; }
.boedi-warranty--expired { background: rgba(165,51,51,.11); color: #8b2d2d; }

.boedeker-header-link--internal > a,
a.boedeker-header-link--internal,
.boedeker-header-link--internal .wp-block-navigation-item__content {
    font-weight: 900 !important;
}

@media (max-width: 760px) {
    .boedi-intern-grid { grid-template-columns: 1fr; }
    .boedi-intern__hero,
    .boedi-intern__section-head { align-items: flex-start; }
    .boedi-intern__lock { width: 62px; height: 62px; font-size: 1.8rem; }
    .boedi-receipt-card__top { flex-direction: column; }
    .boedi-receipt-card__actions form { margin-left: 0; width: 100%; }
}

@media (max-width: 520px) {
    .boedi-intern__lock { display: none; }
    .boedi-intern-card { grid-template-columns: auto minmax(0,1fr); }
    .boedi-intern-card__arrow { display: none; }
}
body.boedeker-co-internal .wp-block-post-title {
    display: none !important;
}

/* 0.5.10 – Belege nach Familienzuordnung filtern */
.boedi-owner-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -4px 0 18px;
}
.boedi-owner-filter {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid rgba(7,51,39,.16);
    border-radius: 999px;
    background: rgba(255,253,247,.92);
    color: var(--boedi-green, #073327) !important;
    font-size: .86rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none !important;
}
.boedi-owner-filter:hover,
.boedi-owner-filter:focus-visible {
    border-color: rgba(197,154,67,.65);
    background: rgba(229,195,111,.12);
}
.boedi-owner-filter.is-active {
    border-color: var(--boedi-green, #073327);
    background: var(--boedi-green, #073327);
    color: #fff9ed !important;
}
.boedi-receipt-card__labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}
.boedi-owner-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(7,51,39,.08);
    color: var(--boedi-green, #073327);
    font-size: .72rem;
    font-weight: 850;
    line-height: 1;
}
.boedi-intern-form select {
    width: 100%;
}

/* 0.5.11 – Abos & Verträge im privaten Familienbereich */
.boedi-field--checkbox {
    align-content: start;
}
.boedi-checkbox-line {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(7,51,39,.16);
    border-radius: 12px;
    background: rgba(7,51,39,.025);
    font-weight: 700 !important;
}
.boedi-checkbox-line input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}
.boedi-contract-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(7,51,39,.13);
    border-radius: 18px;
    background: rgba(255,253,247,.97);
    box-shadow: 0 8px 24px rgba(28,40,34,.06);
}
.boedi-contract-table {
    width: 100%;
    min-width: 1040px;
    margin: 0;
    border-collapse: collapse;
    font-size: .9rem;
}
.boedi-contract-table th,
.boedi-contract-table td {
    padding: 14px 13px;
    border: 0;
    border-bottom: 1px solid rgba(7,51,39,.10);
    text-align: left;
    vertical-align: top;
}
.boedi-contract-table th {
    background: rgba(7,51,39,.055);
    color: var(--boedi-green, #073327);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}
.boedi-contract-table tbody tr:not(.boedi-contract-detailrow):hover td {
    background: rgba(229,195,111,.055);
}
.boedi-contract-table tbody tr:last-child td {
    border-bottom: 0;
}
.boedi-contract-name {
    display: block;
    color: var(--boedi-ink, #173c31);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.06rem;
    line-height: 1.2;
}
.boedi-contract-table td small,
.boedi-contract-price small,
.boedi-contract-status small,
.boedi-contract-renewal small {
    display: block;
    margin-top: 3px;
    color: var(--boedi-muted, #61736b);
    font-size: .78rem;
    line-height: 1.3;
}
.boedi-contract-email {
    overflow-wrap: anywhere;
}
.boedi-contract-muted {
    color: var(--boedi-muted, #61736b);
}
.boedi-contract-price {
    display: grid;
    gap: 1px;
    white-space: nowrap;
}
.boedi-contract-price > span {
    margin-top: 5px;
    color: #80601d;
    font-size: .78rem;
    white-space: normal;
}
.boedi-contract-status,
.boedi-contract-renewal {
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
    min-width: 92px;
    padding: 6px 9px;
    border-radius: 11px;
    line-height: 1.15;
}
.boedi-contract-status--ok { background: rgba(37,122,78,.11); color: #17613d; }
.boedi-contract-status--soon { background: rgba(197,154,67,.18); color: #795813; }
.boedi-contract-status--overdue { background: rgba(165,51,51,.11); color: #8b2d2d; }
.boedi-contract-status small { color: inherit; opacity: .82; }
.boedi-contract-renewal--yes { background: rgba(197,154,67,.15); color: #795813; }
.boedi-contract-renewal--no { background: rgba(37,122,78,.09); color: #17613d; }
.boedi-contract-renewal small { color: inherit; opacity: .82; }
.boedi-contract-actions {
    white-space: nowrap;
}
.boedi-contract-actions form {
    display: inline;
    margin: 0;
}
.boedi-contract-iconlink,
.boedi-contract-delete {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-left: 3px;
    border: 1px solid rgba(7,51,39,.13);
    border-radius: 9px;
    background: rgba(255,255,255,.70);
    color: var(--boedi-green, #073327) !important;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: middle;
}
.boedi-contract-delete {
    color: #9b2c2c !important;
    font-size: 1.25rem;
    line-height: 1;
}
.boedi-contract-iconlink:hover,
.boedi-contract-delete:hover {
    border-color: rgba(197,154,67,.65);
    background: rgba(229,195,111,.10);
}
.boedi-contract-detailrow td {
    padding-top: 0;
    background: rgba(7,51,39,.018);
}
.boedi-contract-details {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    color: var(--boedi-muted, #61736b);
    font-size: .8rem;
}

@media (max-width: 760px) {
    .boedi-contract-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .boedi-contract-table,
    .boedi-contract-table tbody,
    .boedi-contract-table tr,
    .boedi-contract-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }
    .boedi-contract-table thead {
        display: none;
    }
    .boedi-contract-table tr:not(.boedi-contract-detailrow) {
        margin-bottom: 14px;
        padding: 10px 14px 13px;
        border: 1px solid rgba(7,51,39,.13);
        border-radius: 16px 16px 0 0;
        background: rgba(255,253,247,.97);
        box-shadow: 0 7px 20px rgba(28,40,34,.05);
    }
    .boedi-contract-table td {
        display: grid;
        grid-template-columns: minmax(115px, 38%) minmax(0, 1fr);
        gap: 10px;
        padding: 9px 0;
        border-bottom: 1px dashed rgba(7,51,39,.10);
    }
    .boedi-contract-table td::before {
        content: attr(data-label);
        color: #80601d;
        font-size: .7rem;
        font-weight: 900;
        letter-spacing: .05em;
        text-transform: uppercase;
    }
    .boedi-contract-table td:last-child { border-bottom: 0; }
    .boedi-contract-actions { white-space: normal; }
    .boedi-contract-detailrow {
        margin: -14px 0 14px;
        padding: 0 14px 12px;
        border: 1px solid rgba(7,51,39,.13);
        border-top: 0;
        border-radius: 0 0 16px 16px;
        background: rgba(255,253,247,.97);
    }
    .boedi-contract-detailrow td {
        display: block;
        padding: 4px 0 0;
        border: 0;
    }
    .boedi-contract-detailrow td::before { display: none; }
}

/* 0.5.12 – Familien-Tresor: Mailcode, Inaktivitäts-Countdown & Tickets */
.boedi-vault-gate {
    width: min(760px, 100%);
}
.boedi-vault-gate__box {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid rgba(197,154,67,.38);
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 10%, rgba(229,195,111,.18), transparent 18rem),
        rgba(255,253,247,.98);
    box-shadow: 0 18px 48px rgba(28,40,34,.11);
    text-align: center;
}
.boedi-vault-gate__lock {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(197,154,67,.40);
    border-radius: 50%;
    background: rgba(7,51,39,.065);
    font-size: 2.15rem;
}
.boedi-vault-gate__box h1 {
    margin: 0;
    color: var(--boedi-green, #073327);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    line-height: 1.08;
}
.boedi-vault-gate__box > p {
    max-width: 620px;
    margin: 0;
    color: var(--boedi-muted, #61736b);
}
.boedi-vault-mailhint {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(37,122,78,.18);
    border-radius: 13px;
    background: rgba(37,122,78,.07);
    color: #17613d;
}
.boedi-vault-codeform {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
}
.boedi-vault-codeform label {
    display: grid;
    gap: 6px;
    min-width: min(100%, 270px);
    text-align: left;
}
.boedi-vault-codeform label > span {
    color: var(--boedi-green, #073327);
    font-size: .78rem;
    font-weight: 900;
}
.boedi-vault-codeform input {
    width: 100%;
    min-height: 50px;
    padding: 9px 14px;
    border: 1px solid rgba(7,51,39,.20);
    border-radius: 12px;
    background: #fff;
    color: var(--boedi-ink, #173c31);
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: .28em;
    text-align: center;
}
.boedi-vault-gate__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px 14px;
    margin-top: 4px;
}
.boedi-vault-gate__actions form { margin: 0; }
.boedi-vault-gate__actions small { color: var(--boedi-muted, #61736b); }

.boedi-vault-status {
    position: sticky;
    top: 12px;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 14px;
    width: min(1080px, 100%);
    margin: 0 auto 16px;
    padding: 10px 13px;
    border: 1px solid rgba(37,122,78,.22);
    border-radius: 14px;
    background: rgba(245,251,247,.97);
    box-shadow: 0 8px 24px rgba(28,40,34,.08);
    backdrop-filter: blur(8px);
    color: #17613d;
    font-size: .86rem;
}
.boedi-vault-status__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.boedi-vault-status__main b {
    display: inline-block;
    min-width: 46px;
    font-variant-numeric: tabular-nums;
}
.boedi-vault-status__warning {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    color: #795813;
    font-weight: 850;
}
.boedi-vault-status__warning[hidden] { display: none !important; }
.boedi-vault-continue,
.boedi-vault-lock,
.boedi-ticket-delete {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    text-decoration: underline;
}
.boedi-vault-lock { color: #596a62; }
.boedi-vault-status form { margin: 0; }
.boedi-vault-status.is-warning {
    border-color: rgba(197,154,67,.46);
    background: rgba(255,250,235,.98);
    color: #795813;
}

.boedi-ticket-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.boedi-ticket-card {
    display: grid;
    gap: 11px;
    padding: 20px;
    border: 1px solid rgba(7,51,39,.13);
    border-radius: 18px;
    background: rgba(255,253,247,.97);
    box-shadow: 0 8px 24px rgba(28,40,34,.06);
}
.boedi-ticket-card.is-past { opacity: .76; }
.boedi-ticket-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.boedi-ticket-card__state {
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(37,122,78,.09);
    color: #17613d;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
}
.boedi-ticket-card.is-past .boedi-ticket-card__state {
    background: rgba(97,115,107,.10);
    color: #596a62;
}
.boedi-ticket-card h2 {
    margin: 0;
    color: var(--boedi-ink, #173c31);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}
.boedi-ticket-card__facts {
    display: grid;
    gap: 6px;
    color: var(--boedi-muted, #61736b);
    font-size: .9rem;
}
.boedi-ticket-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}
.boedi-ticket-card__actions form { margin: 0 0 0 auto; }
.boedi-ticket-delete { color: #9b2c2c; }

@media (max-width: 760px) {
    .boedi-vault-status { position: static; }
    .boedi-vault-status__warning { margin-left: 0; }
    .boedi-ticket-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .boedi-vault-codeform { display: grid; }
    .boedi-vault-codeform .boedi-button { width: 100%; }
    .boedi-vault-status { align-items: flex-start; }
    .boedi-ticket-card__actions form { width: 100%; margin-left: 0; }
}

/* ========================================================================== 
   Boedeker.co 0.5.13 – eigene Anmeldung für Familie intern
   ========================================================================== */
body.boedeker-co-internal:not(.logged-in) .entry-content,
body.boedeker-co-internal:not(.logged-in) .wp-block-post-content {
    margin-top: 0;
}
.boedi-family-login {
    max-width: 920px;
    padding: clamp(12px, 3vw, 30px) 0;
}
.boedi-family-login__card {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(197,154,67,.34);
    border-radius: 28px;
    background: #fffdf7;
    box-shadow: 0 24px 65px rgba(7,51,39,.16);
}
.boedi-family-login__brand {
    position: relative;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(30px, 5vw, 58px);
    background:
        radial-gradient(circle at 78% 18%, rgba(229,195,111,.26), transparent 15rem),
        radial-gradient(circle at 15% 88%, rgba(255,255,255,.08), transparent 17rem),
        linear-gradient(145deg, #073327, #0f4838);
    color: #fff9ed;
}
.boedi-family-login__brand h1 {
    margin: 8px 0 14px;
    max-width: 430px;
    color: #fff9ed;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.02;
}
.boedi-family-login__brand p {
    max-width: 440px;
    margin: 0;
    color: rgba(255,249,237,.82);
    font-size: 1.02rem;
    line-height: 1.65;
}
.boedi-family-login__lock {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
    border: 1px solid rgba(229,195,111,.52);
    border-radius: 24px;
    background: rgba(255,255,255,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    font-size: 2.2rem;
}
.boedi-family-login__formwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 56px);
}
.boedi-family-login__form {
    display: grid;
    gap: 18px;
}
.boedi-family-login__form > label:not(.boedi-family-login__remember) {
    display: grid;
    gap: 7px;
    color: var(--boedi-green, #073327);
    font-weight: 850;
}
.boedi-family-login__form input[type="text"],
.boedi-family-login__form input[type="password"] {
    width: 100%;
    min-height: 50px;
    padding: 11px 13px;
    border: 1px solid rgba(7,51,39,.20);
    border-radius: 12px;
    background: #fff;
    color: #173c31;
    box-shadow: inset 0 1px 2px rgba(7,51,39,.035);
}
.boedi-family-login__form input:focus {
    outline: 3px solid rgba(229,195,111,.24);
    border-color: rgba(165,124,36,.78);
}
.boedi-family-login__password {
    position: relative;
    display: block;
}
.boedi-family-login__password input {
    padding-right: 52px !important;
}
.boedi-family-login__password button {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 9px;
    background: rgba(7,51,39,.06);
    cursor: pointer;
    font-size: 1rem;
}
.boedi-family-login__remember {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--boedi-muted, #61736b);
    font-size: .91rem;
    cursor: pointer;
}
.boedi-family-login__remember input {
    width: 17px;
    height: 17px;
    accent-color: #0f4838;
}
.boedi-family-login__submit {
    width: 100%;
    justify-content: center;
    margin-top: 2px;
}
.boedi-family-login__links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 18px;
    font-size: .86rem;
}
.boedi-family-login__links a {
    color: #80601d !important;
    font-weight: 750;
    text-decoration: none !important;
}
.boedi-family-login__links a:hover,
.boedi-family-login__links a:focus-visible {
    text-decoration: underline !important;
}
.boedi-family-login__hint {
    margin: 28px 0 0;
    padding: 15px 17px;
    border: 1px dashed rgba(197,154,67,.50);
    border-radius: 14px;
    background: rgba(229,195,111,.09);
    color: var(--boedi-muted, #61736b);
    font-size: .86rem;
    line-height: 1.5;
}
.boedi-family-login__hint strong { color: #173c31; }
.boedi-family-login__formwrap .boedi-notice { margin: 0 0 18px; }

@media (max-width: 760px) {
    .boedi-family-login__card { grid-template-columns: 1fr; }
    .boedi-family-login__brand { min-height: 0; padding: 30px 26px; }
    .boedi-family-login__brand h1 { font-size: clamp(2rem, 10vw, 3rem); }
    .boedi-family-login__lock { width: 60px; height: 60px; margin-bottom: 12px; border-radius: 18px; font-size: 1.7rem; }
    .boedi-family-login__formwrap { padding: 28px 24px 30px; }
}

/* v0.5.15 – Boedi & Susi dezent als Infobutton + Werkstatt-Popup */
.boedi-builders-launcher {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}
.boedi-builders-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(11,69,53,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: #173c31;
    padding: 7px 11px 7px 8px;
    box-shadow: 0 6px 18px rgba(19,42,35,.06);
    font: inherit;
    font-size: .88rem;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.boedi-builders-info:hover,
.boedi-builders-info:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(11,69,53,.48);
    box-shadow: 0 8px 22px rgba(19,42,35,.11);
}
.boedi-builders-info__icon {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0b4535;
    color: #f7d67d;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: .95rem;
}
.boedi-workshop-modal[hidden] { display: none !important; }
.boedi-workshop-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: clamp(10px, 2vw, 24px);
}
.boedi-workshop-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7,11,10,.78);
    backdrop-filter: blur(6px);
}
.boedi-workshop-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(94vw, 1500px);
    max-height: 94vh;
    overflow: auto;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: #111514;
    box-shadow: 0 30px 90px rgba(0,0,0,.46);
    outline: 0;
}
.boedi-workshop-modal__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 64px 14px 20px;
}
.boedi-workshop-modal__head h2 {
    margin: 0 0 5px;
    color: #e8a8c3;
    font-size: clamp(1.15rem,2vw,1.55rem);
}
.boedi-workshop-modal__head p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: .94rem;
}
.boedi-workshop-modal__fullscreen {
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 8px;
    background: rgba(255,255,255,.04);
    color: #fff;
    padding: 8px 11px;
    font: inherit;
    font-size: .88rem;
    cursor: pointer;
}
.boedi-workshop-modal__fullscreen:hover,
.boedi-workshop-modal__fullscreen:focus-visible {
    border-color: #8fbe44;
    color: #bada77;
}
.boedi-workshop-modal__figure { margin: 0; padding: 0 14px 14px; }
.boedi-workshop-modal__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(94vh - 120px);
    object-fit: contain;
    border-radius: 12px;
    cursor: zoom-in;
    user-select: none;
}
.boedi-workshop-modal__figure figcaption {
    margin: 10px 4px 2px;
    color: rgba(255,255,255,.62);
    font-size: .9rem;
}
.boedi-workshop-modal__close {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(255,255,255,.72);
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
}
.boedi-workshop-modal__close:hover,
.boedi-workshop-modal__close:focus-visible { color: #fff; background: rgba(255,255,255,.08); }
.boedi-workshop-modal__dialog:fullscreen {
    width: 100vw;
    height: 100vh;
    max-height: none;
    border: 0;
    border-radius: 0;
    background: #090b0b;
    display: flex;
    flex-direction: column;
}
.boedi-workshop-modal__dialog:fullscreen .boedi-workshop-modal__figure {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.boedi-workshop-modal__dialog:fullscreen .boedi-workshop-modal__image {
    flex: 1;
    min-height: 0;
    max-height: none;
}
html.boedi-workshop-open,
html.boedi-workshop-open body { overflow: hidden !important; }
@media (max-width: 720px) {
    .boedi-builders-launcher { justify-content: center; margin-top: 18px; }
    .boedi-workshop-modal { padding: 5px; }
    .boedi-workshop-modal__dialog { width: 98vw; max-height: 97vh; border-radius: 13px; }
    .boedi-workshop-modal__head { display: block; padding: 16px 54px 12px 15px; }
    .boedi-workshop-modal__fullscreen { margin-top: 11px; }
    .boedi-workshop-modal__figure { padding: 0 7px 9px; }
    .boedi-workshop-modal__image { max-height: calc(97vh - 150px); }
}



/* v0.5.16 – Boedi & Jessie wie die übrigen Startkarten grün + Unterzeile */
.boedi-family-card--featured.boedi-family-card--boedi,
.boedi-family-card--featured.boedi-family-card--jessie {
    background: linear-gradient(145deg, var(--boedi-green), var(--boedi-green-dark));
    color: #fff !important;
}
.boedi-family-card--featured.boedi-family-card--boedi small,
.boedi-family-card--featured.boedi-family-card--jessie small {
    color: rgba(255,255,255,.73);
}

/* Downloads & Tools – v0.5.17 */
.boedi-downloads__head{max-width:850px}.boedi-download-disclaimer{margin:22px 0 26px;padding:18px 20px;border:1px solid rgba(171,125,35,.38);border-radius:18px;background:linear-gradient(135deg,#f8f1e4,#fffaf1);box-shadow:0 12px 28px rgba(45,38,24,.08)}.boedi-download-disclaimer strong{color:#073d2e;font-size:1.05rem}.boedi-download-disclaimer p{margin:.45rem 0 0}.boedi-downloads__manage{display:flex;justify-content:flex-end;margin:0 0 18px}.boedi-download-grid{display:grid;gap:18px}.boedi-download-card{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:22px;border-radius:20px;background:#073d2e;color:#fff;box-shadow:0 16px 34px rgba(5,45,34,.16);border:1px solid rgba(198,151,58,.35)}.boedi-download-card__icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(210,160,63,.5);border-radius:16px;background:rgba(255,255,255,.06);font-size:1.65rem}.boedi-download-card h2{margin:0 0 7px;color:#fff;font-size:1.3rem}.boedi-download-card__copy p{margin:.45rem 0;color:#eef7f2}.boedi-download-meta{display:flex;gap:8px;flex-wrap:wrap}.boedi-download-meta span{padding:3px 8px;border-radius:999px;background:rgba(255,255,255,.09);font-size:.78rem;color:#e6d7b2}.boedi-download-card__actions{white-space:nowrap}.boedi-download-admin__list{margin-top:34px}.boedi-download-admin__row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid rgba(7,61,46,.14)}.boedi-download-admin__row small{display:block;margin-top:3px;color:#66746f}.boedi-download-admin__actions{display:flex;align-items:center;gap:8px}.boedi-download-admin__actions form{margin:0}.boedi-family-card--downloads{grid-column:1 / -1}
@media(max-width:760px){.boedi-download-card{grid-template-columns:auto 1fr}.boedi-download-card__actions{grid-column:1/-1;white-space:normal}.boedi-download-card__actions .boedi-button{width:100%;text-align:center}.boedi-download-admin__row{align-items:flex-start;flex-direction:column}.boedi-download-admin__actions{width:100%;flex-wrap:wrap}.boedi-family-card--downloads{grid-column:auto}}


/* v0.5.18: Franzi bekommt oberhalb ihres Reisetagebuchs einen normalen Schnipsel-Bereich. */
.boedi-franzi-travel-separator {
    max-width: 1180px;
    margin: 2.25rem auto .5rem;
    padding: .9rem 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    border-radius: 999px;
    background: rgba(42, 102, 69, .10);
    border: 1px solid rgba(42, 102, 69, .18);
    color: var(--boedi-green, #2a6645);
    text-align: center;
}
.boedi-franzi-travel-separator span { font-size: 1.15rem; }
@media (max-width: 640px) {
    .boedi-franzi-travel-separator { margin: 1.6rem 1rem .35rem; border-radius: 18px; }
}
