.memoriam-hero {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
}

.memoriam-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.memoriam-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 18, 28, .9), rgba(0, 81, 152, .42));
}

.memoriam-hero-content,
.memoriam-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.memoriam-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.memoriam-hero-content span,
.memoriam-eyebrow {
    color: #00a6d6;
    display: inline-block;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.memoriam-hero-content h1 {
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    line-height: .95;
    margin: 12px 0 0;
}

.memoriam-intro {
    background: #fff;
    padding: 72px 0 38px;
}

.memoriam-intro h2 {
    color: #005198;
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin: 8px 0 18px;
}

.memoriam-intro p:last-child {
    color: #31445b;
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 980px;
}

.memoriam-tribute-section {
    background: linear-gradient(180deg, #f5f8fb 0%, #fff 100%);
    padding: 42px 0 86px;
}

.memoriam-tribute-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 81, 152, .1);
    border-radius: 28px;
    box-shadow: 0 20px 44px rgba(15, 41, 69, .12);
    display: grid;
    gap: 34px;
    grid-template-columns: 280px 1fr;
    overflow: hidden;
    padding: 42px;
    position: relative;
}

.memoriam-tribute-card::before {
    background: #005198;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.memoriam-ribbon {
    align-items: center;
    background: radial-gradient(circle, #f8fafc 0%, #eef3f8 100%);
    border-radius: 50%;
    display: flex;
    height: 230px;
    justify-content: center;
    margin: 0 auto;
    width: 230px;
}

.memoriam-ribbon img {
    max-height: 150px;
    max-width: 150px;
}

.memoriam-tribute-copy span {
    color: #00a6d6;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.memoriam-tribute-copy h3 {
    color: #005198;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    margin: 10px 0 16px;
}

.memoriam-tribute-copy p {
    color: #52677d;
    font-size: 1.04rem;
    line-height: 1.75;
    margin: 0 0 12px;
}

.memoriam-btn {
    align-items: center;
    background: #005198;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 22px;
    text-decoration: none;
}

.memoriam-btn:hover {
    background: #003c72;
    color: #fff;
}

@media (max-width: 820px) {
    .memoriam-tribute-card {
        grid-template-columns: 1fr;
        padding: 34px 24px;
        text-align: center;
    }
}

@media (max-width: 620px) {
    .memoriam-hero {
        min-height: 300px;
    }

    .memoriam-intro {
        padding-top: 50px;
    }

    .memoriam-ribbon {
        height: 190px;
        width: 190px;
    }
}
