
.drm-homepage {
    --drm-cream: #f7f4f1;
    --drm-surface: #ffffff;
    --drm-surface-2: #fdfbf9;
    --drm-ink: #151518;
    --drm-muted: #65616b;
    --drm-red: #b3002d;
    --drm-red-dark: #850022;
    --drm-border: rgba(21, 21, 24, .08);
    --drm-blackcard: #0f1013;
    background: var(--drm-cream);
    color: var(--drm-ink);
}

.drm-home-shell {
    width: min(1220px, calc(100% - 44px));
    margin: 0 auto;
}

.drm-home-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--drm-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.drm-home-kicker--light { color: rgba(255,255,255,.84); }

.drm-home-section,
.drm-home-stats {
    padding: 74px 0;
}

.drm-home-section__intro.is-compact {
    margin-bottom: 24px;
}

.drm-home-section__intro h2,
.drm-home-section__head h2,
.drm-home-help__box .drm-home-section__head h2,
.drm-home-cta h2 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.03;
    color: var(--drm-ink);
}

.drm-home-help__box .drm-home-section__head h2,
.drm-home-cta h2 {
    color: #fff;
}

.drm-home-section__intro p,
.drm-home-section__head p,
.drm-home-help__box .drm-home-section__head p,
.drm-home-cta p {
    margin: 0;
    max-width: 760px;
    color: var(--drm-muted);
    font-size: 18px;
    line-height: 1.68;
}

.drm-home-help__box .drm-home-section__head p,
.drm-home-cta p {
    color: rgba(255,255,255,.84);
}

.drm-home-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.drm-home-section__head.is-stack {
    align-items: flex-start;
}

.drm-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.drm-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.drm-home-btn:hover {
    transform: translateY(-2px);
    text-decoration: none !important;
}

.drm-home-btn--small {
    min-height: 44px;
    padding: 0 18px;
    font-size: 14px;
}

.drm-home-btn--primary {
    background: var(--drm-red);
    color: #fff;
    box-shadow: 0 14px 30px rgba(179,0,45,.2);
}

.drm-home-btn--primary:hover {
    color: #fff;
    background: #960026;
}

.drm-home-btn--ghost,
.drm-home-btn--soft {
    background: rgba(255,255,255,.92);
    border-color: rgba(21,21,24,.12);
    color: var(--drm-ink);
}
.drm-home-btn--ghost:hover,
.drm-home-btn--soft:hover { background: #fff; color: var(--drm-ink); }

.drm-home-btn--light {
    background: #fff;
    color: var(--drm-red);
}
.drm-home-btn--light:hover { color: var(--drm-red-dark); }

.drm-home-btn--outline-light {
    background: transparent;
    border-color: rgba(255,255,255,.35);
    color: #fff;
}
.drm-home-btn--outline-light:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.drm-home-link {
    color: var(--drm-red);
    font-weight: 800;
    text-decoration: none !important;
}
.drm-home-link:hover { color: var(--drm-red-dark); }

.drm-home-empty {
    padding: 22px;
    border: 1px dashed rgba(21,21,24,.16);
    border-radius: 20px;
    background: rgba(255,255,255,.72);
}

.drm-homepage {
    overflow-x: clip;
}

.drm-home-hero {
    position: relative;
    overflow: hidden;
    min-height: 780px;
    padding: 148px 0 72px;
    background-color: #ece6df;
    background-size: cover;
    background-position: center center;
}

body.admin-bar .drm-home-hero {
    padding-top: 180px;
}

.drm-home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(247,244,241,.97) 0%,
            rgba(247,244,241,.92) 34%,
            rgba(247,244,241,.64) 59%,
            rgba(247,244,241,.32) 100%),
        linear-gradient(180deg, rgba(247,244,241,.08), rgba(247,244,241,.08));
}

.drm-home-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
    gap: clamp(34px, 4vw, 64px);
    align-items: start;
}

.drm-home-hero__copy,
.drm-home-hero__side,
.drm-home-hero-slider,
.drm-home-hero-slider__viewport,
.drm-home-hero-slide {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.drm-home-hero__copy {
    padding-top: 20px;
}

.drm-home-hero__copy h1 {
    margin: 0 0 20px;
    max-width: 690px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(50px, 5.7vw, 82px);
    line-height: .96;
    letter-spacing: -0.035em;
    color: #09090a;
    overflow-wrap: normal;
    word-break: normal;
}

.drm-home-hero__copy p {
    max-width: 620px;
    margin: 0 0 28px;
    color: #23242a;
    font-size: 19px;
    line-height: 1.68;
}

.drm-home-hero__side {
    justify-self: end;
}

.drm-home-hero-slider {
    padding: 20px;
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.62);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(21,21,24,.12);
}

.drm-home-hero-slider__title {
    padding: 2px 2px 10px;
}

.drm-home-hero-slider__title .drm-home-kicker {
    margin-bottom: 0;
}

.drm-home-hero-slider__viewport {
    overflow: hidden;
    border-radius: 22px;
}

.drm-home-hero-slider__track {
    display: flex;
    width: 100%;
    transition: transform .45s ease;
    will-change: transform;
}

.drm-home-hero-slide {
    flex: 0 0 100%;
}

.drm-home-hero-slider__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
}

.drm-home-hero-slider__nav {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.drm-home-hero-slider__arrows {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

.drm-home-hero-slider__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(21,21,24,.12);
    border-radius: 999px;
    background: #fff;
    color: var(--drm-ink);
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, color .2s ease;
}

.drm-home-hero-slider__arrow:hover {
    transform: translateY(-1px);
    background: var(--drm-red);
    color: #fff;
}

.drm-home-hero-slider__arrow span {
    display: block;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-1px);
}

.drm-home-hero-slider__dots {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.drm-home-hero-slider__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(21,21,24,.18);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.drm-home-hero-slider__dot.is-active {
    background: var(--drm-red);
    transform: scale(1.16);
}

.drm-home-hero-slider__all {
    flex: 0 0 auto;
    white-space: nowrap;
}

.drm-home-featured-card,
.drm-home-animal,
.drm-home-post-card {
    background: var(--drm-surface);
    border: 1px solid var(--drm-border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(21,21,24,.06);
}

.drm-home-featured-card__media,
.drm-home-animal__media,
.drm-home-post-card__media {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
    background: #e8e4de;
}

.drm-home-featured-card__media img,
.drm-home-animal__media img,
.drm-home-post-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.drm-home-featured-card:hover .drm-home-featured-card__media img,
.drm-home-animal:hover .drm-home-animal__media img,
.drm-home-post-card:hover .drm-home-post-card__media img {
    transform: scale(1.04);
}

.drm-home-animal__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(135deg, var(--drm-red), #1a1b20);
}

.drm-home-badge,
.drm-home-post-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--drm-red);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(179,0,45,.2);
}

.drm-home-post-badge { background: #202125; }
.drm-home-post-badge--red { background: var(--drm-red); }

.drm-home-featured-card__body,
.drm-home-animal__body,
.drm-home-post-card__body {
    padding: 22px;
}

.drm-home-featured-card__body h3,
.drm-home-animal__body h3,
.drm-home-post-card__body h3 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.08;
}

.drm-home-featured-card__body h3 a,
.drm-home-animal__body h3 a,
.drm-home-post-card__body h3 a {
    color: var(--drm-ink);
    text-decoration: none !important;
}

.drm-home-featured-card__body p,
.drm-home-animal__body p,
.drm-home-post-card__body p {
    margin: 0 0 16px;
    color: var(--drm-muted);
    font-size: 16px;
    line-height: 1.62;
}

.drm-home-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.drm-home-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: #f4efea;
    color: #56535d;
    font-size: 12px;
    font-weight: 700;
}

.drm-home-stats {
    padding-top: 22px;
}
.drm-home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.drm-home-stat {
    min-height: 210px;
    padding: 24px 22px;
    background: var(--drm-surface-2);
    border: 1px solid rgba(179,0,45,.08);
    border-radius: 24px;
}

.drm-home-stat strong {
    display: block;
    margin-bottom: 10px;
    color: var(--drm-red);
    font-size: clamp(30px, 4vw, 56px);
    line-height: .95;
    font-weight: 900;
}

.drm-home-stat h3 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.1;
}
.drm-home-stat p {
    margin: 0;
    color: var(--drm-muted);
    font-size: 16px;
    line-height: 1.58;
}

.drm-home-adopt,
.drm-home-news {
    background: #fff;
}
.drm-home-specials {
    background: transparent;
}

.drm-home-animal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.drm-home-post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.drm-home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.drm-home-date {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--drm-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.drm-home-help__box {
    padding: 34px;
    background: var(--drm-blackcard);
    color: #fff;
    border-radius: 34px;
    box-shadow: 0 22px 50px rgba(21,21,24,.14);
}

.drm-home-help__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.drm-home-help-card {
    min-height: 250px;
    padding: 24px 18px;
    background: #fff;
    border-radius: 24px;
    color: var(--drm-ink);
}

.drm-home-help-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: #f6eaf0;
    color: var(--drm-red);
}
.drm-home-help-card__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.drm-home-help-card h3 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.drm-home-help-card p {
    margin: 0 0 18px;
    color: var(--drm-muted);
    font-size: 16px;
    line-height: 1.58;
}

.drm-home-cta {
    position: relative;
    overflow: hidden;
    padding: 38px 36px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--drm-red), var(--drm-red-dark));
    background-size: cover;
    background-position: center;
    color: #fff;
    box-shadow: 0 22px 46px rgba(179,0,45,.18);
}
.drm-home-cta::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}
.drm-home-cta p {
    margin-bottom: 22px;
    max-width: 880px;
}

@media (max-width: 1200px) {
    .drm-home-hero__grid {
        grid-template-columns: 1fr;
    }

    .drm-home-animal-grid,
    .drm-home-news-grid,
    .drm-home-stats__grid,
    .drm-home-help__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .drm-home-section,
    .drm-home-stats {
        padding: 58px 0;
    }

    .drm-home-shell {
        width: min(100% - 30px, 1220px);
    }

    .drm-home-section__head,
    .drm-home-hero-slider__head,
    .drm-home-hero-slider__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .drm-home-animal-grid,
    .drm-home-post-grid,
    .drm-home-news-grid,
    .drm-home-stats__grid,
    .drm-home-help__grid {
        grid-template-columns: 1fr;
    }

    .drm-home-hero {
        padding: 60px 0 48px;
        background-position: center;
    }

    .drm-home-hero__copy h1 {
        font-size: clamp(42px, 13vw, 66px);
    }

    .drm-home-hero__copy p,
    .drm-home-section__intro p,
    .drm-home-section__head p,
    .drm-home-help__box .drm-home-section__head p,
    .drm-home-cta p {
        font-size: 17px;
    }

    .drm-home-hero-slider,
    .drm-home-help__box,
    .drm-home-cta {
        padding: 24px;
        border-radius: 24px;
    }

    .drm-home-featured-card__media,
    .drm-home-animal__media,
    .drm-home-post-card__media {
        height: 215px;
    }
}


/* v0.5.3 — strict responsive hero layout */
@media (max-width: 1200px) {
    .drm-home-hero {
        min-height: 0;
        padding-top: 160px;
    }

    body.admin-bar .drm-home-hero {
        padding-top: 192px;
    }

    .drm-home-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
        gap: 34px;
    }
}

@media (max-width: 980px) {
    .drm-home-hero {
        min-height: 0;
        padding: 158px 0 54px;
        background-position: center center;
    }

    body.admin-bar .drm-home-hero {
        padding-top: 204px;
    }

    .drm-home-hero__overlay {
        background:
            linear-gradient(180deg,
                rgba(247,244,241,.94) 0%,
                rgba(247,244,241,.90) 43%,
                rgba(247,244,241,.70) 72%,
                rgba(247,244,241,.48) 100%);
    }

    .drm-home-hero__grid {
        display: block;
    }

    .drm-home-hero__copy {
        padding-top: 0;
        margin: 0 0 34px;
    }

    .drm-home-hero__copy h1 {
        max-width: 100%;
        font-size: clamp(44px, 10vw, 68px);
        line-height: .98;
    }

    .drm-home-hero__copy p {
        max-width: 680px;
        font-size: 17px;
    }

    .drm-home-hero__side {
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
    }

    .drm-home-hero-slider {
        width: 100%;
        padding: 18px;
        border-radius: 24px;
    }
}

@media (max-width: 600px) {
    .drm-home-shell {
        width: min(100% - 24px, 1220px);
    }

    .drm-home-hero {
        padding: 154px 0 42px;
    }

    body.admin-bar .drm-home-hero {
        padding-top: 210px;
    }

    .drm-home-hero__copy {
        margin-bottom: 28px;
    }

    .drm-home-hero__copy h1 {
        margin-bottom: 18px;
        font-size: clamp(42px, 12vw, 56px);
        line-height: .98;
        letter-spacing: -0.025em;
    }

    .drm-home-hero__copy p {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.62;
    }

    .drm-home-hero__copy .drm-home-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }

    .drm-home-hero__copy .drm-home-btn {
        width: 100%;
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }

    .drm-home-hero-slider {
        padding: 14px;
        border-radius: 22px;
    }

    .drm-home-hero-slider__title {
        padding: 4px 2px 10px;
    }

    .drm-home-featured-card__media {
        height: 190px;
    }

    .drm-home-featured-card__body {
        padding: 18px;
    }

    .drm-home-featured-card__body h3 {
        font-size: 25px;
    }

    .drm-home-featured-card__body p {
        display: none;
    }

    .drm-home-hero-slider__footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .drm-home-hero-slider__nav {
        justify-content: space-between;
        width: 100%;
    }

    .drm-home-hero-slider__all {
        width: 100%;
    }

    .drm-home-hero-slider__all.drm-home-btn {
        min-height: 46px;
    }
}

@media (max-width: 380px) {
    .drm-home-hero__copy .drm-home-actions {
        grid-template-columns: 1fr;
    }

    .drm-home-hero-slider__dots {
        gap: 5px;
    }
}


/* =========================================================
   v0.5.4 — homepage refinement below hero
   ========================================================= */

.drm-home-stats {
    padding: 44px 0 70px;
    background: var(--drm-cream);
}

.drm-home-impact {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    gap: 46px;
    align-items: stretch;
    padding: 34px 38px;
    border: 1px solid rgba(21,21,24,.08);
    border-radius: 30px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 16px 38px rgba(21,21,24,.045);
}

.drm-home-impact__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 22px;
    border-right: 1px solid rgba(21,21,24,.09);
}

.drm-home-impact__intro h2 {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.02;
}

.drm-home-impact__intro p {
    margin: 0;
    color: var(--drm-muted);
    font-size: 16px;
    line-height: 1.62;
}

.drm-home-impact__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 0;
}

.drm-home-stat {
    min-height: 150px;
    padding: 18px 26px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.drm-home-stat:nth-child(odd) {
    border-right: 1px solid rgba(21,21,24,.08);
}

.drm-home-stat:nth-child(-n+2) {
    border-bottom: 1px solid rgba(21,21,24,.08);
}

.drm-home-stat strong {
    display: block;
    margin-bottom: 7px;
    color: var(--drm-red);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 900;
    line-height: .98;
}

.drm-home-stat h3 {
    margin: 0 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.15;
}

.drm-home-stat p {
    margin: 0;
    color: var(--drm-muted);
    font-size: 14px;
    line-height: 1.5;
}

.drm-home-adopt {
    padding: 78px 0 86px;
}

.drm-home-adopt .drm-home-section__head {
    margin-bottom: 34px;
}

.drm-home-animal-grid {
    gap: 18px;
}

.drm-home-animal {
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(21,21,24,.055);
    transition: transform .22s ease, box-shadow .22s ease;
}

.drm-home-animal:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(21,21,24,.09);
}

.drm-home-animal__media {
    height: 230px;
}

.drm-home-animal__body {
    padding: 19px 20px 20px;
}

.drm-home-animal__body h3 {
    font-size: 25px;
    margin-bottom: 9px;
}

.drm-home-animal__body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 74px;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.62;
}

.drm-home-specials {
    padding: 84px 0;
}

.drm-home-specials .drm-home-post-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
    gap: 22px;
}

.drm-home-post-card--special {
    height: 100%;
}

.drm-home-post-card--special.is-featured .drm-home-post-card__media {
    height: 370px;
}

.drm-home-post-card--special:not(.is-featured) .drm-home-post-card__media {
    height: 260px;
}

.drm-home-post-card--special.is-featured .drm-home-post-card__body h3 {
    max-width: 760px;
    font-size: 34px;
}

.drm-home-post-card--special:not(.is-featured) .drm-home-post-card__body h3 {
    font-size: 25px;
}

.drm-home-news {
    padding: 82px 0 90px;
}

.drm-home-news-grid {
    gap: 20px;
}

.drm-home-post-card--news {
    border-radius: 22px;
    box-shadow: 0 13px 32px rgba(21,21,24,.055);
}

.drm-home-post-card--news .drm-home-post-card__media {
    height: 235px;
}

.drm-home-post-card--news .drm-home-post-card__body {
    padding: 20px;
}

.drm-home-post-card--news .drm-home-post-card__body h3 {
    font-size: 26px;
}

.drm-home-post-card--news .drm-home-post-card__body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.drm-home-help {
    padding: 86px 0;
}

.drm-home-help__box {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 36px;
    align-items: center;
    padding: 42px;
}

.drm-home-help__intro {
    padding-right: 8px;
}

.drm-home-help__intro h2 {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    color: #fff;
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 1.02;
}

.drm-home-help__intro p {
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.68;
}

.drm-home-help__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}

.drm-home-help-card {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 14px;
    align-items: start;
    min-height: 188px;
    padding: 21px;
    border-radius: 20px;
}

.drm-home-help-card--accent {
    background: linear-gradient(145deg, #fff, #fff5f8);
    box-shadow: inset 0 0 0 1px rgba(179,0,45,.12);
}

.drm-home-help-card__icon {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 14px;
}

.drm-home-help-card__icon svg {
    width: 23px;
    height: 23px;
}

.drm-home-help-card h3 {
    margin: 1px 0 8px;
    font-size: 21px;
}

.drm-home-help-card p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.56;
}

.drm-home-final {
    padding: 10px 0 86px;
}

.drm-home-cta {
    padding: 44px 42px;
    border-radius: 28px;
}

.drm-home-cta h2 {
    max-width: 820px;
}

@media (max-width: 1080px) {
    .drm-home-impact,
    .drm-home-help__box {
        grid-template-columns: 1fr;
    }

    .drm-home-impact__intro {
        padding-right: 0;
        padding-bottom: 24px;
        border-right: 0;
        border-bottom: 1px solid rgba(21,21,24,.09);
    }

    .drm-home-specials .drm-home-post-grid {
        grid-template-columns: 1fr 1fr;
    }

    .drm-home-post-card--special.is-featured .drm-home-post-card__media,
    .drm-home-post-card--special:not(.is-featured) .drm-home-post-card__media {
        height: 270px;
    }
}

@media (max-width: 760px) {
    .drm-home-stats {
        padding: 34px 0 54px;
    }

    .drm-home-impact {
        gap: 18px;
        padding: 26px 22px;
        border-radius: 24px;
    }

    .drm-home-impact__stats {
        grid-template-columns: 1fr;
    }

    .drm-home-stat {
        min-height: 0;
        padding: 18px 0;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(21,21,24,.08) !important;
    }

    .drm-home-stat:last-child {
        border-bottom: 0 !important;
    }

    .drm-home-adopt,
    .drm-home-specials,
    .drm-home-news,
    .drm-home-help {
        padding: 58px 0;
    }

    .drm-home-animal__media {
        height: 250px;
    }

    .drm-home-animal__body p {
        min-height: 0;
    }

    .drm-home-specials .drm-home-post-grid,
    .drm-home-help__grid {
        grid-template-columns: 1fr;
    }

    .drm-home-post-card--special.is-featured .drm-home-post-card__media,
    .drm-home-post-card--special:not(.is-featured) .drm-home-post-card__media {
        height: 240px;
    }

    .drm-home-post-card--special.is-featured .drm-home-post-card__body h3 {
        font-size: 28px;
    }

    .drm-home-help__box {
        padding: 26px 22px;
        gap: 26px;
        border-radius: 24px;
    }

    .drm-home-help-card {
        min-height: 0;
    }

    .drm-home-final {
        padding: 0 0 58px;
    }

    .drm-home-cta {
        padding: 30px 24px;
        border-radius: 24px;
    }
}
