.eald-being-section {
    background: #ffffff;
    color: #2f2f2f;
    padding: clamp(1.6rem, 2.8vw, 2.5rem) 1rem;
}

.eald-being-container {
    width: min(1080px, 95vw);
    margin: 0 auto;
}

.eald-being-top-grid {
    display: block;
}

.eald-being-intro h1 {
    margin: 0 0 0.95rem 0;
    color: #2c2f35;
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.03;
}

.eald-being-intro p,
.eald-being-body p {
    margin: 0 0 1rem 0;
    color: #31343b;
    font-size: clamp(1rem, 1.2vw, 2rem);
    line-height: 1.35;
}

.eald-being-image-wrap {
    float: right;
    width: min(48%, 520px);
    margin: 0.25rem 0 0.95rem 1.5rem;
}

.eald-being-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.eald-slot-target {
    position: relative;
}

.eald-slot-marker {
    display: inline-block;
    margin-bottom: 0.35rem;
    border: 1px dashed #f7cf62;
    background: rgba(20, 26, 35, 0.66);
    color: #f7cf62;
    border-radius: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.01em;
    padding: 0.1rem 0.35rem;
}

.eald-being-body {
    margin-top: 0.6rem;
}

.eald-being-body a {
    color: #2f2f2f;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .eald-being-image-wrap {
        float: none;
        width: 100%;
        margin: 0.25rem 0 1rem 0;
    }
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-being-section {
    background: #1f232a;
    color: #e5e7eb;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-being-intro h1 {
    color: #f3f4f6;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-being-intro p,
:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-being-body p {
    color: #d1d5db;
}

:is([data-theme="dark"], [data-bs-theme="dark"]) .eald-being-body a {
    color: #cfe3ff;
}
