.chs-home-notice {
    position: relative;
    padding: clamp(2rem, 5vw, 4.5rem) 0;
    background: #eef3f7;
    border-block: 1px solid rgba(15, 45, 70, 0.12);
}

.chs-home-notice__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.chs-home-notice__poster {
    display: block;
    max-width: 31rem;
    margin-inline: auto;
    border-radius: 0.85rem;
    overflow: hidden;
    box-shadow: 0 1.2rem 3rem rgba(11, 35, 54, 0.2);
}

.chs-home-notice__poster img {
    display: block;
    width: 100%;
    height: auto;
}

.chs-home-notice__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b8202e;
}

.chs-home-notice__content h2 {
    margin: 0 0 1rem;
    max-width: 20ch;
}

.chs-home-notice__content > p:not(.chs-home-notice__eyebrow) {
    max-width: 62ch;
}

.chs-home-notice__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 1.5rem 0;
}

.chs-home-notice__facts div {
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 0.6rem;
}

.chs-home-notice__facts dt {
    margin-bottom: 0.2rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4b6376;
}

.chs-home-notice__facts dd {
    margin: 0;
    font-weight: 650;
    color: #102f46;
}

@media (max-width: 800px) {
    .chs-home-notice__inner,
    .chs-home-notice__facts {
        grid-template-columns: 1fr;
    }

    .chs-home-notice__poster {
        max-width: 24rem;
    }
}
