.press-media-page {
    color: #111;
    padding: 42px 20px 92px;
}

.press-media-container {
    max-width: 1320px;
    margin: 0 auto;
}

.press-media-logo {
    display: block;
    width: 260px;
    max-width: 70%;
    margin: 0 auto 26px;
}

.press-media-intro {
    max-width: 880px;
    margin: 0 auto 76px;
}

.press-media-panel {
    background-color: #2b4b1c;
    background-position: center;
    background-size: cover;
    color: #fff;
    margin: 0 auto 116px;
    max-width: 100%;
    padding: 58px 70px;
    text-align: center;
}

.press-media-panel-heading {
    align-items: center;
    display: flex;
    gap: 42px;
    justify-content: center;
    margin: 0 auto 24px;
    max-width: 720px;
}

.press-media-panel-heading::before,
.press-media-panel-heading::after {
    background: #31b978;
    content: "";
    display: block;
    flex: 1 1 70px;
    height: 2px;
    max-width: 78px;
}

.press-media-panel h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 0.95;
    margin: 0;
    text-transform: uppercase;
}

.press-media-panel p {
    font-size: 1.35rem;
    line-height: 1.28;
    margin: 0 0 28px;
}

.press-media-panel p:last-child {
    margin-bottom: 0;
}

.press-media-kit-card h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 0.95;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.press-section-heading {
    margin: 0 0 36px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.press-section-heading .ghost {
    color: rgba(135, 204, 232, 0.18);
    font-size: clamp(4.8rem, 15vw, 8rem);
    left: 50%;
    line-height: 0.8;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.press-section-heading .kicker,
.press-section-heading .main {
    display: block;
    position: relative;
    z-index: 1;
}

.press-section-heading .kicker {
    color: #56bd87;
    font-size: 1.35rem;
    line-height: 0.9;
}

.press-section-heading .main {
    color: #2b4b1c;
    font-size: 3.8rem;
    line-height: 0.85;
}

.press-facts {
    margin-bottom: 124px;
}

.press-fact {
    align-items: center;
    display: grid;
    gap: 84px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto 68px;
    max-width: 1160px;
    position: relative;
}

.press-fact::before {
    background: #31b978;
    content: "";
    height: 190px;
    left: calc(50% + 14px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
}

.press-fact:nth-child(even) .press-fact-image {
    order: 2;
}

.press-fact:nth-child(even)::before {
    left: calc(50% - 14px);
}

.press-fact-image {
    position: relative;
}

.press-fact-image img {
    display: block;
    height: 285px;
    object-fit: cover;
    width: 100%;
}

.press-fact-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 18px;
    height: 58px;
    left: 18px;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 58px;
}

.press-fact-copy {
    padding: 12px 0 12px 28px;
}

.press-fact:nth-child(even) .press-fact-copy {
    padding: 12px 28px 12px 0;
    text-align: right;
}

.press-fact-copy p {
    font-size: 1.38rem;
    line-height: 1.3;
    margin: 0 0 16px;
}

.press-fact-copy strong {
    color: #2b4b1c;
    display: block;
    font-family: bebas-neue, sans-serif;
    font-size: 7rem;
    font-weight: 400;
    line-height: 0.9;
    text-transform: uppercase;
}

.press-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
}

.press-pill {
    background: #77c7ed;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-family: bebas-neue, sans-serif;
    font-size: 1.75rem;
    line-height: 1;
    padding: 16px 38px;
    text-decoration: none;
    text-transform: uppercase;
}

.press-pill.green {
    background: #2b4b1c;
}

.press-pill.green:hover,
.press-pill.green:focus {
    background: #2b4b1c;
    color: #fff !important;
    text-decoration: underline;
}

.press-media-kit {
    margin: 0 auto 124px;
    max-width: 100%;
}

.press-media-kit-card {
    align-items: start;
    background-color: #2b4b1c;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: grid;
    column-gap: 48px;
    grid-template-columns: 360px 1fr;
    padding: 32px 44px 28px;
    row-gap: 24px;
}

.press-media-kit-image {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.press-media-kit-copy {
    text-align: left;
}

.press-media-kit-title {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
    margin: 0 0 18px;
    text-align: center;
}

.press-media-kit-title::before,
.press-media-kit-title::after {
    background: #31b978;
    content: "";
    display: block;
    flex: 1 1 44px;
    height: 2px;
    max-width: 48px;
}

.press-media-kit-card p {
    font-size: 1.42rem;
    line-height: 1.55;
    margin: 0;
}

.press-download-grid {
    display: grid;
    gap: 20px 50px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: center;
    margin-top: 40px;
    max-width: 640px;
    width: 100%;
}

.press-download {
    align-items: center;
    background: #77c7ed;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-family: bebas-neue, sans-serif;
    font-size: 1.7rem;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    min-width: 100px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.42);
    text-transform: uppercase;
    white-space: nowrap;
}

.press-download-icon {
    align-items: flex-end;
    display: flex;
    filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.42));
    flex-shrink: 0;
    height: 21px;
    width: 21px;
}

.press-download--split {
    padding: 12px 38px 12px 46px;
    position: relative;
}

.press-download--split .press-download-icon {
    left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.press-download--split .press-download-label {
    display: block;
    padding-left: 4px;
    width: 100%;
}

.press-release-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
    max-width: 100%;
    transform: translateX(52px);
    width: fit-content;
}

.press-release-row {
    align-items: center;
    display: flex;
    gap: 2rem;
    min-width: 660px;
}

.press-release-date {
    background: #35a96a;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: 0 0 74px;
    justify-content: center;
    min-height: 76px;
    padding: 7px 7px 8px;
    text-align: center;
    width: 74px;
}

.press-release-date .month {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 3px;
}

.press-release-date .day {
    font-size: 3.15rem;
    font-weight: 400;
    line-height: 0.86;
}

.press-release-copy {
    flex: 0 1 552px;
    max-width: 552px;
    min-width: 0;
}

.press-release-title {
    color: #111;
    font-size: 2.18rem;
    font-weight: 400;
    line-height: 0.92;
    margin: 0 0 0.25rem;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.press-release-link {
    color: #111;
    font-size: 1.08rem;
    line-height: 1.1;
    text-decoration: underline;
}

@media (max-width: 700px) {
    .press-media-panel,
    .press-media-kit-card {
        padding: 28px 22px;
    }

    .press-media-panel-heading {
        gap: 0;
    }

    .press-media-panel-heading::before,
    .press-media-panel-heading::after {
        display: none;
    }

    .press-fact,
    .press-media-kit-card {
        grid-template-columns: 1fr;
    }

    .press-fact:nth-child(even) .press-fact-image {
        order: 0;
    }

    .press-fact-copy,
    .press-fact:nth-child(even) .press-fact-copy {
        padding: 0;
    }

    .press-fact::before {
        display: none;
    }

    .press-download-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .press-media-kit-title {
        justify-content: flex-start;
    }

    .press-media-kit-title::before,
    .press-media-kit-title::after {
        display: none;
    }

    .press-release-title {
        font-size: 1.18rem;
        white-space: normal;
    }

    .press-release-list {
        transform: none;
        width: 100%;
    }

    .press-release-row {
        min-width: 0;
    }
}
