@charset "utf-8";
/* Infinite Fidelis Consulting | About | CSS | V1.0 */

/* HERO */
.about-hero {
    position: relative;
    overflow: hidden;
    padding: 275px 0 320px;
    background: url('../images/hero-about.webp') center/cover no-repeat;
}

.about-hero-inner {
    position: relative;
    z-index: 5;
}

.about-hero-content {
    max-width: 570px;
}

/* SHARED SECTION HEADING */
.section-heading {
    max-width: 860px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-heading h3,
.about-mission-content h3,
.about-story-content h3,
.about-cta h3 {
    color: #98000f;
}

.section-heading h2 {
    margin-bottom: 20px;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
}

/* MISSION */
.about-mission {
    padding: 0;
    background: #fff;
}

.about-mission-inner {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 90px;
    align-items: center;
}

.about-mission-content h2,
.about-story-content h2,
.about-cta h2 {
    text-align: left;
    margin-bottom: 30px;
}

.about-mission-content p {
    max-width: 680px;
}

.mission-panel {
    position: relative;
    min-height: 480px;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        linear-gradient(rgba(152,0,15,.94), rgba(152,0,15,.94)),
        url('../images/ifc-bg-2.webp') center/cover no-repeat;
    box-shadow: 0 20px 50px rgba(0,0,0,.16);
}

.mission-panel::before {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(213,166,71,.72);
    pointer-events: none;
}

.mission-mark {
    position: relative;
    z-index: 2;
    width: 180px;
    margin-bottom: 30px;
}

.mission-mark img {
    width: 100%;
    filter: brightness(0) invert(1);
    opacity: .92;
}

.mission-panel blockquote {
    position: relative;
    z-index: 2;
    max-width: 430px;
    margin: 0;
    font-family: 'Antonio', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    color: #fff;
}

/* STORY */
.about-story {
    padding: 80px 0 120px;
    background: #f5f5f5;
}

.about-story-heading {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
    align-items: start;
}

.about-story-heading h3 {
    color: #98000f;
}

.about-story-heading h2 {
    margin-bottom: 30px;
    text-align: left;
}

.about-story-copy {
    padding-top: 42px;
}

.about-story-copy p {
    max-width: 720px;
}

.story-pathways {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    background: #98000f;
}

.story-pathways div {
    min-height: 145px;
    padding: 34px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-right: 1px solid rgba(255,255,255,.25);
}

.story-pathways div:last-child {
    border-right: 0;
}

.story-pathways i {
    font-size: 30px;
    color: #d5a647;
}

.story-pathways span {
    font-family: 'Antonio', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

/* VALUES */
.about-values {
    padding: 130px 0 100px;
    background: url('../images/ifc-bg-3.webp') top/cover no-repeat;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.value-card {
    position: relative;
    min-height: 570px;
    padding: 48px 42px;
    background: #fff;
    border-top: 7px solid #98000f;
    box-shadow: 0 14px 34px rgba(0,0,0,.11);
    overflow: hidden;
}

.value-card::after {
    content: '';
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 170px;
    height: 170px;
    border: 25px solid rgba(213,166,71,.12);
    border-radius: 50%;
}

.value-number {
    position: absolute;
    top: 20px;
    right: 28px;
    font-family: 'Antonio', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0,0,0,.06);
}

.value-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98000f;
    border-radius: 50%;
}

.value-icon i {
    font-size: 31px;
    color: #fff;
}

.value-card h3 {
    margin-bottom: 15px;
    font-size: 32px;
    color: #98000f;
}

.value-card p {
    min-height: 82px;
    margin-bottom: 28px;
}

.value-card ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.value-card li {
    position: relative;
    padding-left: 28px;
    line-height: 1.5;
}

.value-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #d5a647;
    font-weight: 700;
}

.training-card {
    border-top-color: #d5a647;
}

.training-card .value-icon {
    background: #d5a647;
}

.training-card h3 {
    color: #b1842d;
}

.purpose-card {
    border-top-color: #111;
}

.purpose-card .value-icon {
    background: #111;
}

.purpose-card h3 {
    color: #111;
}

/* MOTTO */
.about-motto {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    text-align: center;
    background: url('../images/ifc-logo.webp') center/cover no-repeat;
}

.about-motto-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(152,0,15,.94), rgba(152,0,15,.94));
}

.about-motto-inner {
    position: relative;
    z-index: 2;
}

.about-motto span {
    display: block;
    margin-bottom: 18px;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d5a647;
}

.about-motto h2 {
    margin-bottom: 25px;
    color: #fff;
}

.about-motto p {
    max-width: 690px;
    margin: 0 auto;
    color: #fff;
}

.about-motto .btn {
    display: inline-flex;
    margin-top: 25px;
}