.investment-philosophy-hero {
    padding: 140px 0 100px;
    background:
        linear-gradient(rgba(22, 50, 79, 0.72), rgba(22, 50, 79, 0.72)),
        url('/resources/cityplace-corporate-centre-iv.webp') center/cover no-repeat;
    color: #fff;
}

.investment-philosophy-hero .hero-content {
    max-width: 860px;
}

.investment-philosophy-hero .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.investment-philosophy-hero h1 {
    margin: 0 0 24px;
    max-width: 840px;
    font-size: clamp(3rem, 6vw, 5.25rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.investment-philosophy-hero p {
    margin: 0;
    max-width: 760px;
    font-size: 1.12rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.investment-philosophy-research,
.investment-philosophy-asset-management,
.investment-philosophy-relationships,
.investment-philosophy-stewardship,
.investment-philosophy-fundamentals,
.investment-philosophy-value-creation {
    padding: 100px 0;
}

.investment-philosophy-asset-management,
.investment-philosophy-stewardship,
.investment-philosophy-value-creation {
    background: var(--color-surface-alt);
}

.investment-philosophy-research .section-inner,
.investment-philosophy-asset-management .section-inner,
.investment-philosophy-relationships .section-inner,
.investment-philosophy-stewardship .section-inner,
.investment-philosophy-fundamentals .section-inner,
.investment-philosophy-value-creation .section-inner {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 72px;
    align-items: start;
}

.investment-philosophy-research .section-heading,
.investment-philosophy-asset-management .section-heading,
.investment-philosophy-relationships .section-heading,
.investment-philosophy-stewardship .section-heading,
.investment-philosophy-fundamentals .section-heading,
.investment-philosophy-value-creation .section-heading {
    position: relative;
    padding-top: 24px;
}

.investment-philosophy-research .section-heading::before,
.investment-philosophy-asset-management .section-heading::before,
.investment-philosophy-relationships .section-heading::before,
.investment-philosophy-stewardship .section-heading::before,
.investment-philosophy-fundamentals .section-heading::before,
.investment-philosophy-value-creation .section-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: var(--color-accent);
}

.investment-philosophy-research .section-heading h2,
.investment-philosophy-asset-management .section-heading h2,
.investment-philosophy-relationships .section-heading h2,
.investment-philosophy-stewardship .section-heading h2,
.investment-philosophy-fundamentals .section-heading h2,
.investment-philosophy-value-creation .section-heading h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--color-primary);
}

.investment-philosophy-research .section-content,
.investment-philosophy-asset-management .section-content,
.investment-philosophy-relationships .section-content,
.investment-philosophy-stewardship .section-content,
.investment-philosophy-fundamentals .section-content,
.investment-philosophy-value-creation .section-content {
    padding: 40px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.investment-philosophy-research .section-content p,
.investment-philosophy-asset-management .section-content p,
.investment-philosophy-relationships .section-content p,
.investment-philosophy-stewardship .section-content p,
.investment-philosophy-fundamentals .section-content p,
.investment-philosophy-value-creation .section-content p {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.9;
    color: var(--color-text-light);
}

.investment-philosophy-research .section-content p:last-child,
.investment-philosophy-asset-management .section-content p:last-child,
.investment-philosophy-relationships .section-content p:last-child,
.investment-philosophy-stewardship .section-content p:last-child,
.investment-philosophy-fundamentals .section-content p:last-child,
.investment-philosophy-value-creation .section-content p:last-child {
    margin-bottom: 0;
}

.investment-philosophy-research .section-content,
.investment-philosophy-relationships .section-content,
.investment-philosophy-fundamentals .section-content {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.investment-philosophy-research .section-content:hover,
.investment-philosophy-relationships .section-content:hover,
.investment-philosophy-fundamentals .section-content:hover {
    transform: translateY(-4px);
    border-color: rgba(77, 140, 163, 0.2);
    box-shadow: 0 20px 50px rgba(22, 50, 79, 0.1);
}

@media (max-width: 900px) {
    .investment-philosophy-research .section-inner,
    .investment-philosophy-asset-management .section-inner,
    .investment-philosophy-relationships .section-inner,
    .investment-philosophy-stewardship .section-inner,
    .investment-philosophy-fundamentals .section-inner,
    .investment-philosophy-value-creation .section-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .investment-philosophy-research .section-heading,
    .investment-philosophy-asset-management .section-heading,
    .investment-philosophy-relationships .section-heading,
    .investment-philosophy-stewardship .section-heading,
    .investment-philosophy-fundamentals .section-heading,
    .investment-philosophy-value-creation .section-heading {
        max-width: 680px;
    }
}

@media (max-width: 768px) {
    .investment-philosophy-hero {
        padding: 120px 0 80px;
    }

    .investment-philosophy-research,
    .investment-philosophy-asset-management,
    .investment-philosophy-relationships,
    .investment-philosophy-stewardship,
    .investment-philosophy-fundamentals,
    .investment-philosophy-value-creation {
        padding: 80px 0;
    }
}

@media (max-width: 640px) {
    .investment-philosophy-research .section-content,
    .investment-philosophy-asset-management .section-content,
    .investment-philosophy-relationships .section-content,
    .investment-philosophy-stewardship .section-content,
    .investment-philosophy-fundamentals .section-content,
    .investment-philosophy-value-creation .section-content {
        padding: 28px 24px;
        border-radius: 24px;
    }

    .investment-philosophy-hero h1 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }
}