.single-maternity-article {
    background: #fff8f5;
    padding: 0 0 80px;
}

.article-hero {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 24px 35px;
    text-align: center;
}

.article-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
    color: #d68174;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.article-label span {
    width: 70px;
    height: 1px;
    background: #e8a99e;
    display: inline-block;
}

.article-hero h1 {
    max-width: 980px;
    margin: 0 auto;
    color: #281916;
    font-family: Georgia, serif;
    font-size: clamp(46px, 7vw, 84px);
    line-height: 0.94;
    letter-spacing: -2px;
    font-weight: 700;
}

.article-meta {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 24px;
    color: #94776f;
    font-size: 14px;
}

.article-opening {
    max-width: 1180px;
    margin: 35px auto 60px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: stretch;
}

.article-opening-image,
.article-opening-text {
    min-height: 660px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #efc7bd;
    background: #fffdfb;
}

.article-opening-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-opening-text {
    padding: 70px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-quote-box {
    margin-bottom: 34px;
    padding: 26px 34px;
    border-radius: 18px;
    border: 1px solid #efc7bd;
    background: #fff1ed;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.article-quote-box span {
    color: #d57f70;
    font-family: Georgia, serif;
    font-size: 26px;
    line-height: 1;
    margin-top: 4px;
}

.article-quote-box p {
    margin: 0;
    color: #704338;
    font-family: Georgia, serif;
    font-size: 21px;
    line-height: 1.65;
    text-align: center;
}

.article-opening-text > p {
    margin: 0 0 24px;
    color: #2f2522;
    font-size: 18px;
    line-height: 1.9;
}

.article-opening-text > p:last-child {
    margin-bottom: 0;
    font-family: Georgia, serif;
    font-size: 20px;
    color: #3b2420;
}

.article-content {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 24px;
    color: #30231f;
}

.article-content p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.9;
}

.article-highlight {
    max-width: 760px;
    margin: 0 auto 46px;
    padding: 34px 36px;
    border: 1px solid #efc7bd;
    border-radius: 24px;
    background: #fffdfb;
    text-align: center;
}

.article-highlight span {
    display: block;
    margin-bottom: 8px;
    color: #dc7e69;
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1;
}

.article-highlight h2 {
    margin: 0;
    color: #df7e69;
    font-family: Georgia, serif;
    font-size: 31px;
    line-height: 1.25;
}

.lesson-card {
    margin: 44px 0;
    padding: 38px 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, #fff0ec, #f7ddd6);
    border: 1px solid #e7b7ad;
    box-shadow: 0 18px 45px rgba(150, 88, 75, 0.10);
}

.lesson-card h2 {
    margin: 0 0 22px;
    color: #2d1b17;
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 1.2;
}

.lesson-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lesson-card li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 30px;
    color: #3a2722;
    font-size: 18px;
    line-height: 1.7;
}

.lesson-card li::before {
    content: "♡";
    position: absolute;
    left: 0;
    top: 1px;
    color: #c98289;
    font-size: 18px;
}

.soft-highlight {
    margin: 42px auto;
    padding: 30px 36px;
    border-radius: 24px;
    background: #d98578;
    color: #fff;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    box-shadow: 0 18px 40px rgba(160, 86, 72, 0.16);
}

.final-lesson {
    margin: 44px 0;
    padding: 38px 42px;
    border-left: 5px solid #c98289;
    border-radius: 24px;
    background: #fff1ed;
    box-shadow: 0 16px 40px rgba(150, 88, 75, 0.08);
}

.final-lesson p {
    margin: 0 0 20px;
    color: #2d1b17;
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 1.65;
}

.final-lesson p:last-child {
    margin-bottom: 0;
}

.article-signature {
    margin: 58px auto 38px;
    text-align: center;
}

.article-signature p {
    margin: 0;
    color: #86675f;
    font-size: 20px;
    line-height: 1.5;
}

.article-signature strong {
    display: block;
    margin-top: 4px;
    color: #c98289;
    font-family: 'Allura', cursive;
    font-size: 62px;
    font-weight: 400;
    line-height: 1;
}

.afm-logo {
    margin: 30px auto 0;
    text-align: center;
}

.afm-mark {
    color: #2a1b18;
    font-family: Georgia, serif;
    font-size: 68px;
    line-height: 0.9;
    letter-spacing: -4px;
}

.afm-mark span {
    color: #c98289;
}

.afm-name {
    margin-top: 2px;
    color: #2a1b18;
    font-family: 'Allura', cursive;
    font-size: 58px;
    line-height: 0.9;
}

.afm-name span {
    color: #c98289;
}

@media (max-width: 980px) {
    .article-opening {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .article-opening-image,
    .article-opening-text {
        min-height: auto;
    }

    .article-opening-image img {
        height: auto;
    }

    .article-opening-text {
        padding: 42px 28px;
    }
}

@media (max-width: 640px) {
    .article-hero {
        padding: 48px 18px 25px;
    }

    .article-label {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .article-label span {
        width: 44px;
    }

    .article-hero h1 {
        font-size: 43px;
        line-height: 0.98;
        letter-spacing: -1px;
    }

    .article-meta {
        font-size: 13px;
        gap: 14px;
    }

    .article-opening {
        margin: 24px auto 44px;
        padding: 0 16px;
        gap: 22px;
    }

    .article-opening-image,
    .article-opening-text {
        border-radius: 22px;
    }

    .article-opening-text {
        padding: 32px 22px;
    }

    .article-quote-box {
        padding: 22px 20px;
    }

    .article-quote-box p {
        font-size: 19px;
        line-height: 1.55;
    }

    .article-opening-text > p,
    .article-content p {
        font-size: 17px;
        line-height: 1.85;
    }

    .article-highlight {
        padding: 28px 22px;
        margin-bottom: 36px;
    }

    .article-highlight h2 {
        font-size: 26px;
    }

    .lesson-card,
    .final-lesson {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .lesson-card h2 {
        font-size: 28px;
    }

    .lesson-card li {
        font-size: 17px;
    }

    .soft-highlight {
        padding: 26px 22px;
        font-size: 28px;
    }

    .final-lesson p {
        font-size: 20px;
    }

    .article-signature strong {
        font-size: 56px;
    }

    .afm-mark {
        font-size: 58px;
    }

    .afm-name {
        font-size: 50px;
    }
}
.article-engagement {
    margin: 58px auto 28px;
    padding: 36px;
    border-radius: 28px;
    background: #fff1ed;
    border: 1px solid #efc7bd;
    text-align: center;
}

.article-engagement h3 {
    margin: 0 0 22px;
    font-family: Georgia, serif;
    font-size: 30px;
    color: #2d1b17;
}

.article-reactions,
.article-share-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.article-reactions {
    margin-bottom: 24px;
}

.article-engagement p {
    margin: 0 0 18px;
    color: #7b5e57;
    font-size: 17px;
}

.article-reactions button,
.article-share-buttons a,
.article-share-buttons button {
    border: 1px solid #d99b91;
    background: #fffdfb;
    color: #8b5147;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.article-reactions button:hover,
.article-share-buttons a:hover,
.article-share-buttons button:hover {
    background: #d98578;
    color: #fff;
}
