/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

body {
    background: #f6f6f4;
}

.site-content {
    padding: 0;
}

.ie-profile-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 56px 24px 80px;
}

.ie-profile-hero {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 56px;
    align-items: start;
    background: #ffffff;
    padding: 48px;
    border: 1px solid #e6e2dc;
}

.ie-profile-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    #    filter: grayscale(100%);
}

.ie-photo-placeholder {
    background: #eeeeee;
    padding: 120px 20px;
    text-align: center;
    color: #777777;
}

.ie-kicker {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 13px;
    margin-bottom: 14px;
    color: #666666;
}

.ie-profile-intro h1 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 18px;
}

.ie-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.ie-meta span {
    border: 1px solid #d8d2c8;
    padding: 6px 10px;
    font-size: 14px;
    background: #faf9f7;
}

.ie-affiliation {
    font-size: 16px;
    margin-bottom: 24px;
}

.ie-impact {
    font-size: 22px;
    line-height: 1.45;
    margin-top: 24px;
}

.ie-links {
    margin-top: 28px;
    display: flex;
    gap: 12px;
}

.ie-links a {
    border: 1px solid #222222;
    padding: 8px 14px;
    text-decoration: none;
    color: #222222;
}

.ie-profile-content {
    background: #ffffff;
    border: 1px solid #e6e2dc;
    border-top: 0;
    padding: 56px 72px;
}

.ie-section {
    max-width: 820px;
    margin-bottom: 56px;
}

.ie-section:last-child {
    margin-bottom: 0;
}

.ie-section h2 {
    font-size: 30px;
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd6cc;
}

.ie-section p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 22px;
}

@media (max-width: 800px) {
    .ie-profile-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 28px;
    }

    .ie-profile-intro h1 {
        font-size: 36px;
    }

    .ie-profile-content {
        padding: 36px 28px;
    }

    .ie-impact {
        font-size: 20px;
    }
}


.ie-gallery-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 90px;
}

.ie-gallery-hero {
    background: #ffffff;
    border: 1px solid #e6e2dc;
    padding: 56px;
    margin-bottom: 40px;
}

.ie-gallery-hero h1 {
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.ie-gallery-hero p {
    max-width: 760px;
    font-size: 22px;
    line-height: 1.5;
}

.ie-year-section {
    margin-top: 48px;
}

.ie-year-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd6cc;
}

.ie-year-heading h2 {
    font-size: 34px;
    margin: 0 0 14px;
}

.ie-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ie-enabler-card {
    background: #ffffff;
    border: 1px solid #e6e2dc;
}

.ie-card-photo {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eeeeee;
}

.ie-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ie-card-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777777;
}

.ie-card-body {
    padding: 24px;
}

.ie-card-body h3 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.ie-card-body h3 a {
    color: #222222;
    text-decoration: none;
}

.ie-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.ie-card-meta span {
    border: 1px solid #d8d2c8;
    background: #faf9f7;
    padding: 5px 9px;
    font-size: 13px;
}

.ie-card-body p {
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .ie-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ie-gallery-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 600px) {
    .ie-gallery-grid {
        grid-template-columns: 1fr;
    }

    .ie-gallery-hero {
        padding: 32px;
    }
}

.ie-story-type {
    display: inline-block;
    border: 1px solid #d8d2c8;
    background: #faf9f7;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 12px;
}





/* Homepage */

.ie-home-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 90px;
}

.ie-home-hero,
.ie-home-section,
.ie-home-cta {
    background: #ffffff;
    border: 1px solid #e6e2dc;
    padding: 56px;
    margin-bottom: 36px;
}

.ie-home-hero h1 {
    font-size: 58px;
    line-height: 1.08;
    max-width: 880px;
    margin: 0 0 24px;
}

.ie-home-hero p,
.ie-home-section > p,
.ie-home-cta p {
    max-width: 820px;
    font-size: 21px;
    line-height: 1.6;
}

.ie-home-buttons {
    display: flex;
    gap: 14px;
    margin-top: 32px;
}

.ie-home-buttons a,
.ie-home-cta a {
    border: 1px solid #222;
    padding: 11px 18px;
    text-decoration: none;
    color: #222;
    background: #fff;
}

.ie-section-heading-row {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    border-bottom: 1px solid #ddd6cc;
    margin-bottom: 28px;
    padding-bottom: 16px;
}

.ie-section-heading-row h2,
.ie-home-section h2,
.ie-home-cta h2 {
    font-size: 38px;
    margin: 0;
}

.ie-small-link {
    text-decoration: none;
    font-weight: 600;
    color: #222;
}

.ie-home-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ie-home-card {
    border: 1px solid #e6e2dc;
    background: #fff;
}

.ie-home-card-image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
}

.ie-home-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ie-home-card-body {
    padding: 24px;
}

.ie-home-card-body h3 {
    font-size: 24px;
    margin: 0 0 12px;
}

.ie-home-card-body h3 a {
    color: #222;
    text-decoration: none;
}

.ie-home-card-body p {
    font-size: 16px;
    line-height: 1.6;
}

.ie-home-story-list {
    display: grid;
    gap: 18px;
}

.ie-home-story {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid #e6e2dc;
    padding: 28px;
}

.ie-home-story h3 {
    margin: 0 0 10px;
    font-size: 26px;
}

.ie-home-story h3 a {
    color: #222;
    text-decoration: none;
}

.ie-home-story p {
    font-size: 17px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .ie-home-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ie-home-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 600px) {
    .ie-home-card-grid {
        grid-template-columns: 1fr;
    }

    .ie-home-hero,
    .ie-home-section,
    .ie-home-cta {
        padding: 32px;
    }

    .ie-home-story {
        flex-direction: column;
    }
}
