/* [СВО] 2026-07-19 — страница «Благодарности» */

.hero--thanks-intro .news-intro__prose {
    max-width: 36rem;
}

/* —— Текст после лого —— */
.thanks-prose {
    padding: 4px 0 40px;
}

.thanks-prose__inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.thanks-prose__ornament {
    width: 48px;
    height: 2px;
    margin: 0 auto 28px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
}

.thanks-prose__body {
    margin: 0;
}

.thanks-prose__body p {
    margin: 0 0 1.15em;
    font-size: clamp(16px, 2.1vw, 18.5px);
    line-height: 1.75;
    color: #3d4a5c;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.thanks-prose__body p:last-child {
    margin-bottom: 0;
}

.thanks-prose__accent {
    font-family: 'Russo One', sans-serif;
    font-size: clamp(20px, 2.8vw, 26px) !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    color: #1a2b4a !important;
    margin: 1.4em 0 !important;
}

.thanks-prose__accent span {
    display: block;
    margin-top: 0.2em;
    color: #c9a84c;
}

.thanks-prose__closing {
    margin-top: 1.5em !important;
    font-size: clamp(17px, 2.3vw, 20px) !important;
    color: #1a2b4a !important;
    font-weight: 600 !important;
}

.thanks-prose__closing strong {
    display: block;
    margin-top: 0.35em;
    font-family: 'Russo One', sans-serif;
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 400;
    color: #1a2b4a;
    letter-spacing: -0.01em;
}

.thanks-prose__sign {
    margin: 28px 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a95a8;
}

.thanks-prose__sign::before {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    margin: 0 auto 12px;
    background: #c9a84c;
}

/* —— Галерея —— */
.thanks-gallery-section {
    padding-top: 8px;
    padding-bottom: 64px;
}

.thanks-gallery__head {
    text-align: center;
    margin-bottom: 28px;
}

.thanks-gallery__title {
    margin: 0 0 8px;
    font-size: 1.55rem;
    color: #1e3a5f;
    font-weight: 800;
}

.thanks-gallery__lead {
    margin: 0 auto;
    max-width: 36rem;
    color: #64748b;
    line-height: 1.55;
    font-size: 0.98rem;
}

.thanks-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.thanks-gallery__item {
    position: relative;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(30, 58, 95, 0.12);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 26, 46, 0.06);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.thanks-gallery__item:hover,
.thanks-gallery__item:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(15, 26, 46, 0.12);
}

.thanks-gallery__item:focus {
    outline: 2px solid #c9a84c;
    outline-offset: 2px;
}

.thanks-gallery__item img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
}

.thanks-gallery__zoom {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(15, 26, 46, 0.72);
    color: #fff;
    font-size: 0.9rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.thanks-gallery__item:hover .thanks-gallery__zoom,
.thanks-gallery__item:focus-within .thanks-gallery__zoom {
    opacity: 1;
}

.thanks-gallery__item figcaption {
    padding: 12px 14px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.4;
    border-top: 1px solid rgba(30, 58, 95, 0.08);
}

.thanks-gallery__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 24px;
    border: 1px dashed rgba(201, 168, 76, 0.55);
    border-radius: 8px;
    color: #64748b;
    background: rgba(255, 252, 247, 0.6);
}

.thanks-gallery__empty i {
    display: block;
    font-size: 1.8rem;
    color: #c9a84c;
    margin-bottom: 12px;
}

.thanks-gallery__empty strong {
    display: block;
    color: #1e3a5f;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

@media (max-width: 900px) {
    .thanks-gallery {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

@media (max-width: 640px) {
    .thanks-prose {
        padding: 0 0 32px;
    }

    .thanks-prose__body p {
        text-align: left;
    }

    .thanks-prose__accent,
    .thanks-prose__closing {
        text-align: center;
    }

    .thanks-gallery {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .thanks-gallery__zoom {
        opacity: 0.85;
    }
}
