/* ==========================================================
   JIYE ABOUT PAGE
========================================================== */

.jiye-about-page {
    background: #fff;
    color: #171A18;
}

.jiye-about-page *,
.jiye-about-page *::before,
.jiye-about-page *::after {
    box-sizing: border-box;
}

.jiye-about-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.jiye-about-section {
    padding: 84px 0;
}

.jiye-about-soft {
    background: #F5F7F5;
}

.jiye-about-eyebrow {
    margin: 0 0 18px;
    color: #1F4D3A;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
}

.jiye-about-eyebrow-light {
    color: #DDE2DF;
}


/* HERO */

.jiye-about-hero {
    padding: 90px 0 86px;
    background: #F5F7F5;
}

.jiye-about-hero h1 {
    max-width: 970px;
    margin: 0;
    color: #171A18;
    font-size: clamp(46px, 4.6vw, 66px);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.jiye-about-lead {
    max-width: 800px;
    margin: 26px 0 0;
    color: #4D5350;
    font-size: 18px;
    line-height: 1.75;
}


/* INTRO */

.jiye-about-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
}

.jiye-about-intro-grid h2,
.jiye-about-heading h2,
.jiye-about-panel-copy h2,
.jiye-about-cta h2 {
    margin: 0;
    font-size: clamp(32px, 3.2vw, 44px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.jiye-about-copy p {
    margin: 0 0 20px;
    color: #4D5350;
    font-size: 17px;
    line-height: 1.75;
}


/* FEATURES */

.jiye-about-heading {
    max-width: 820px;
    margin-bottom: 48px;
}

.jiye-about-features,
.jiye-about-support-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #DDE2DF;
    border: 1px solid #DDE2DF;
}

.jiye-about-features article,
.jiye-about-support-grid article {
    padding: 30px;
    background: #fff;
    transition: background .2s ease, transform .2s ease;
}

.jiye-about-features article:hover,
.jiye-about-support-grid article:hover {
    transform: translateY(-2px);
    background: #FAFBFA;
}

.jiye-about-features span {
    color: #1F4D3A;
    font-size: 12px;
    font-weight: 700;
}

.jiye-about-features h3,
.jiye-about-support-grid h3 {
    margin: 34px 0 12px;
    font-size: 20px;
}

.jiye-about-features p,
.jiye-about-support-grid p {
    margin: 0;
    color: #5D625F;
    font-size: 14px;
    line-height: 1.65;
}


/* MANUFACTURING */

.jiye-about-heading-wide {
    display: grid;
    grid-template-columns: 1fr .65fr;
    gap: 80px;
    max-width: none;
    align-items: end;
}

.jiye-about-heading-wide > p {
    margin: 0;
    color: #4D5350;
    line-height: 1.7;
}

.jiye-about-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.jiye-about-photo-card {
    overflow: hidden;
    border: 1px solid #DDE2DF;
    background: #FFFFFF;
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.jiye-about-photo-card:hover {
    transform: translateY(-4px);
    border-color: #CBD4CF;
    box-shadow: 0 18px 42px rgba(17, 21, 19, .08);
}

.jiye-about-photo-card img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform .4s ease;
}

.jiye-about-photo-card:hover img {
    transform: scale(1.025);
}

.jiye-about-photo-card div {
    padding: 22px;
}

.jiye-about-photo-card span {
    color: #747B77;
    font-size: 12px;
}

.jiye-about-photo-card h3 {
    margin: 8px 0 0;
    font-size: 20px;
}


/* PANEL */

.jiye-about-dark {
    background: #111513;
}

.jiye-about-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.jiye-about-panel-image img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.jiye-about-panel-copy h2 {
    color: #fff;
}

.jiye-about-panel-copy > p:not(.jiye-about-eyebrow) {
    margin: 22px 0;
    color: #BDC6C1;
    line-height: 1.75;
}

.jiye-about-panel-copy ul {
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.jiye-about-panel-copy li {
    padding: 11px 0;
    border-bottom: 1px solid #39413D;
    color: #DDE2DF;
}

.jiye-about-panel-copy a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}


/* SUPPORT */

.jiye-about-support-grid h3 {
    margin-top: 0;
}


/* CTA */

.jiye-about-cta {
    padding: 76px 0;
    background: #17392B;
}

.jiye-about-cta-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}

.jiye-about-cta h2 {
    color: #fff;
}

.jiye-about-cta p:last-child {
    margin: 16px 0 0;
    color: #DDE2DF;
}

.jiye-about-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
    color: #17392B !important;
    font-weight: 700;
    text-decoration: none !important;
}

.jiye-about-cta a:hover {
    background: transparent;
    color: #fff !important;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .jiye-about-intro-grid,
    .jiye-about-panel-grid,
    .jiye-about-heading-wide {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .jiye-about-features,
    .jiye-about-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .jiye-about-photo-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 650px) {

    .jiye-about-container {
        width: min(100% - 40px, 1200px);
    }

    .jiye-about-section {
        padding: 60px 0;
    }

    .jiye-about-hero {
        padding: 58px 0 54px;
    }

    .jiye-about-hero h1 {
        font-size: clamp(35px, 10vw, 40px);
    }

    .jiye-about-lead {
        font-size: 16px;
    }

    .jiye-about-features,
    .jiye-about-support-grid {
        grid-template-columns: 1fr;
    }

    .jiye-about-photo-card img {
        height: 250px;
    }

    .jiye-about-cta-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}
