/* Vista Newsroom — Molds Unlimited (estructura de SFS, branding MU) */

/* Banner — mismo patrón que index (.banner-home) */
.newsroom-banner {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: var(--site-header-height, 95px);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.newsroom-banner__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.newsroom-banner__bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.newsroom-banner__bg picture,
.newsroom-banner__bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.newsroom-banner__bg img {
    object-fit: cover;
    object-position: center center;
}

/* FEATURED — intro + latest news card */
.newsroom-featured {
    background-color: #ffffff;
    padding: 4.5rem 9rem 5rem;
    display: flex;
    justify-content: center;
}

.newsroom-featured__inner {
    max-width: 1250px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: start;
}

.newsroom-featured__copy {
    min-width: 0;
}

.newsroom-featured__copy p {
    margin: 0 0 1.35rem;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-featured__copy p:last-child {
    margin-bottom: 0;
}

.newsroom-featured__copy p.newsroom-featured__lead {
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
}

.newsroom-featured__aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.newsroom-featured__aside[hidden] {
    display: none !important;
}

.newsroom-featured__kicker {
    margin: 0 0 1.35rem;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #033E8A;
    text-align: center;
    line-height: 1.15;
}

.newsroom-latest {
    width: 100%;
    max-width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
    box-sizing: border-box;
}

.newsroom-latest__media {
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.newsroom-latest__media img {
    width: 100%;
    aspect-ratio: 16 / 11;
    height: auto;
    object-fit: cover;
    display: block;
    filter: grayscale(1);
    background: #d8d8d8;
}

.newsroom-latest__body {
    padding: 1.35rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box;
}

.newsroom-latest__title {
    margin: 0 0 0.65rem;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1a1a1a;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.05rem * 1.3 * 2);
    width: 100%;
}

.newsroom-latest__text {
    margin: 0 0 1.25rem;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a5a5a;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(0.92rem * 1.5 * 3);
    width: 100%;
}

.newsroom-latest__read {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.5rem;
    margin-top: auto;
    padding: 0.48rem 1.6rem;
    border: 1.5px solid #033E8A;
    border-radius: 999px;
    background: #ffffff;
    color: #033E8A;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.newsroom-latest__read:hover {
    background-color: #033E8A;
    color: #ffffff;
}

/* THE LATEST FROM MOLDS UNLIMITED */
.newsroom-updates {
    background-color: #FBFAFB;
    padding: 2rem 9rem 5.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-updates__inner {
    max-width: 1250px;
    width: 100%;
    text-align: center;
}

.newsroom-updates__title {
    margin: 0 0 1.25rem;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #033E8A;
    line-height: 1.2;
}

.newsroom-updates__intro {
    margin: 0 auto 3rem;
    max-width: 920px;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-updates__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: stretch;
    margin-bottom: 2.25rem;
}

.newsroom-updates__grid .newsroom-latest {
    max-width: none;
    width: 100%;
    height: 100%;
}

.newsroom-updates__grid:has(> :only-child) {
    display: flex;
    justify-content: center;
}

.newsroom-updates__grid:has(> :only-child) .newsroom-latest {
    width: min(100%, 380px);
    height: auto;
}

.newsroom-updates__action {
    display: flex;
    justify-content: center;
    margin: 0 0 3rem;
}

.newsroom-updates__action[hidden] {
    display: none !important;
}

.newsroom-updates__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10.5rem;
    padding: 0.55rem 1.8rem;
    border: 1.5px solid #033E8A;
    border-radius: 999px;
    background: #ffffff;
    color: #033E8A;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.newsroom-updates__more:hover {
    background-color: #033E8A;
    color: #ffffff;
}

.newsroom-updates__footer {
    max-width: 920px;
    margin: 0 auto;
}

.newsroom-updates__footer p {
    margin: 0 0 1.25rem;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-updates__footer p:last-child {
    margin-bottom: 0;
}

.newsroom-updates__footer-lead {
    font-family: 'Poppins Bold', 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    color: #1a1a1a;
}

/* NEW INVENTORY & PRODUCTION OPPORTUNITIES */
.newsroom-inventory {
    background-color: #FBFAFB;
    padding: 1.5rem 9rem 5.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-inventory__inner {
    max-width: 1250px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
}

.newsroom-inventory__title {
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #033E8A;
    line-height: 1.15;
}

.newsroom-inventory__title-light {
    font-family: 'Poppins SemiBold', 'Outfit', sans-serif;
    font-weight: 600;
}

.newsroom-inventory__title-heavy {
    font-family: 'Poppins ExtraBold', 'Outfit', sans-serif;
    font-weight: 800;
}

.newsroom-inventory__copy p {
    margin: 0 0 1.35rem;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-inventory__copy p:last-child {
    margin-bottom: 0;
}

.newsroom-inventory__copy strong {
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
}

.newsroom-inventory__visual {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.newsroom-inventory__visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* INSIGHTS FOR THE PLASTICS MANUFACTURING INDUSTRY */
.newsroom-insights {
    background-color: #ffffff;
    padding: 4.5rem 9rem 5.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-insights__inner {
    max-width: 1250px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
}

.newsroom-insights__title {
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #033E8A;
    line-height: 1.15;
}

.newsroom-insights__title-light {
    font-family: 'Poppins SemiBold', 'Outfit', sans-serif;
    font-weight: 600;
}

.newsroom-insights__title-heavy {
    font-family: 'Poppins ExtraBold', 'Outfit', sans-serif;
    font-weight: 800;
}

.newsroom-insights__copy p {
    margin: 0 0 1.35rem;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.98rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: #2d2d2d;
}

.newsroom-insights__copy p:last-child {
    margin-bottom: 0;
}

.newsroom-insights__visual {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.newsroom-insights__visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ARTICLES */
.newsroom-articles {
    background-color: #ffffff;
    padding: 2rem 2rem 6.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-articles__inner {
    max-width: 1250px;
    width: 100%;
}

.newsroom-articles__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 3.5rem;
    text-align: center;
}

.newsroom-articles__heading-text {
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #033E8A;
}

.newsroom-articles__heading-badge {
    display: inline-block;
    background-color: #033E8A;
    color: #ffffff;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    line-height: 1.2;
}

.newsroom-articles__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    align-items: stretch;
}

.newsroom-empty {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-size: 1rem;
    color: #4A5568;
    padding: 1.5rem 1rem;
}

.newsroom-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.newsroom-card__media {
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.newsroom-card__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    background: #F2F2F2;
}

.newsroom-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    min-height: 0;
    padding: 1.35rem 1.2rem 1.6rem;
}

.newsroom-card__title {
    align-self: stretch;
    margin: 0 0 0.65rem;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #033E8A;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.05rem * 1.35 * 2);
}

.newsroom-card__text {
    align-self: stretch;
    margin: 0 0 1.25rem;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6570;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(0.9rem * 1.5 * 3);
}

.newsroom-card__read {
    display: inline-block;
    margin-top: auto;
    background-color: #033E8A;
    color: #ffffff;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.45rem 1.15rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.newsroom-card__read:hover {
    background-color: #022e66;
    color: #ffffff;
}

.newsroom-articles__action {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.newsroom-articles__more {
    display: inline-block;
    background-color: #033E8A;
    color: #ffffff;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.7rem 2.4rem;
    text-decoration: none;
    transition: background-color 0.3s;
    cursor: pointer;
    border: none;
}

.newsroom-articles__more:hover {
    background-color: #022e66;
    color: #ffffff;
}

/* EVOLUTION */
.newsroom-evolution {
    background-color: #FAF9FB;
    padding: 3.5rem 2rem 4rem;
    margin-bottom: 4.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-evolution__inner {
    max-width: 1250px;
    width: 100%;
}

.newsroom-evolution__media {
    width: 100%;
    margin-bottom: 3.5rem;
}

.newsroom-evolution__media img {
    width: 100%;
    height: auto;
    max-height: 520px;
    display: block;
    object-fit: cover;
}

.newsroom-evolution__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.newsroom-evolution__title {
    margin: 0;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #033E8A;
    line-height: 1.15;
}

.newsroom-evolution__subtitle {
    margin: 0.15rem 0 0;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #212121;
    line-height: 1.2;
}

.newsroom-evolution__body p {
    margin: 0 0 1.35rem;
    text-align: left;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #212121;
}

.newsroom-evolution__body p:last-child {
    margin-bottom: 0;
}

/* BLOGS */
.newsroom-blogs {
    background-color: #ffffff;
    padding: 2rem 2rem 6.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-blogs__inner {
    max-width: 1250px;
    width: 100%;
}

.newsroom-blogs__header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.newsroom-blogs__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1.75rem;
}

.newsroom-blogs__heading-text {
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #033E8A;
    line-height: 1.2;
}

.newsroom-blogs__heading-badge {
    display: inline-block;
    background-color: #033E8A;
    color: #ffffff;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    line-height: 1.2;
}

.newsroom-blogs__intro {
    max-width: 980px;
    margin: 0 auto;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #212121;
}

/* CTA */
.newsroom-ops {
    position: relative;
    background-color: #033E8A;
    padding: 7rem 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.newsroom-ops__inner {
    max-width: 920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsroom-ops__title {
    margin: 0 0 1.25rem;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.2rem, 2.4vw, 1.85rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.25;
}

.newsroom-ops__text {
    margin: 0 0 2.25rem;
    font-family: 'Poppins Regular', 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #ffffff;
}

.newsroom-ops__cta {
    display: inline-block;
    background-color: #ffffff;
    color: #033E8A;
    font-family: 'Poppins Bold', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.85rem 1.8rem;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
}

.newsroom-ops__cta:hover {
    background-color: #f0f4f8;
    color: #033E8A;
    transform: translateY(-2px);
}

/* Stay Updated (mismo bloque que el resto del sitio) */
.stay-updated-section {
    margin: 0;
    position: relative;
    background-color: #ffffff;
    background-image: url('../../res/img/mu_newsroom_stay_updated.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.stay-updated-inner {
    max-width: 2000px;
    margin: 0 auto;
    padding: calc(var(--section-padding-y, 5rem) * 0.38) 9rem;
    box-sizing: border-box;
}

.stay-updated-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.stay-updated-form-col {
    color: #ffffff;
}

.stay-updated-heading-wrap {
    width: fit-content;
    max-width: 100%;
}

.stay-updated-title {
    font-family: 'Poppins Bold', sans-serif;
    font-size: clamp(1.65rem, 2.8vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.08;
    letter-spacing: 0.01em;
}

.stay-updated-underline {
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    margin-top: 0.35rem;
}

.stay-updated-kicker {
    font-family: 'Poppins Bold', sans-serif;
    font-size: clamp(0.75rem, 1vw, 0.88rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0.75rem 0 0.4rem 0;
}

.stay-updated-lead {
    font-family: 'Poppins Regular', sans-serif;
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    line-height: 1.45;
    color: #ffffff;
    margin: 0 0 0.85rem 0;
    max-width: 32rem;
}

.stay-updated-lead strong {
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 700;
}

.stay-updated-form {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-width: 32rem;
}

.stay-updated-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.stay-updated-input,
.stay-updated-textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    padding: 0.65rem 0.95rem;
    font-family: 'Poppins Regular', sans-serif;
    font-size: 0.95rem;
    color: #1a202c;
    background-color: #ffffff;
    outline: none;
}

.stay-updated-input::placeholder,
.stay-updated-textarea::placeholder {
    color: #a0aec0;
}

.stay-updated-textarea {
    min-height: 4.5rem;
    resize: vertical;
}

.stay-updated-input:focus,
.stay-updated-textarea:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.stay-updated-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.15rem;
}

.stay-updated-submit {
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #033e8a;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.62rem 2.1rem;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.stay-updated-submit:hover {
    background-color: #f0f4f8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.stay-updated-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.stay-updated-visual img {
    width: 100%;
    max-width: min(100%, 720px);
    height: auto;
    display: block;
    object-fit: contain;
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1280px) {
    .newsroom-articles__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .newsroom-articles__grid,
    .newsroom-updates__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsroom-featured,
    .newsroom-updates,
    .newsroom-inventory,
    .newsroom-insights,
    .newsroom-articles,
    .newsroom-evolution,
    .newsroom-blogs,
    .newsroom-ops {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}

@media (min-width: 2000px) {
    .newsroom-banner {
        padding-top: 120px;
    }
}

@media (max-width: 900px) {
    .stay-updated-section {
        background-image: url('../../res/img/used-molds-cat.png');
        background-position: center center;
        background-size: cover;
    }

    .newsroom-banner {
        width: 100%;
        height: auto;
        max-height: none;
        padding-top: var(--site-header-height, 95px);
        padding-bottom: 0;
        overflow: visible;
    }

    .newsroom-banner__bg {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .newsroom-banner__bg picture {
        display: block;
        width: 100%;
        height: auto;
    }

    .newsroom-banner__bg picture,
    .newsroom-banner__bg img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        object-position: top center;
    }

    .stay-updated-inner {
        padding: calc(var(--section-padding-y, 5rem) * 0.35) max(2rem, env(safe-area-inset-left, 0px));
    }

    .stay-updated-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .stay-updated-form,
    .stay-updated-lead {
        max-width: none;
    }

    .stay-updated-visual img {
        margin-left: auto;
        margin-right: auto;
        max-width: min(100%, 520px);
    }

    .newsroom-featured__inner,
    .newsroom-inventory__inner,
    .newsroom-insights__inner {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }
}

@media (max-width: 768px) {
    .newsroom-featured {
        padding: 3.25rem 1.5rem 3.75rem;
    }

    .newsroom-updates {
        padding: 1.5rem 1.5rem 3.75rem;
    }

    .newsroom-inventory {
        padding: 1.25rem 1.5rem 3.75rem;
    }

    .newsroom-insights {
        padding: 3.25rem 1.5rem 3.75rem;
    }

    .newsroom-updates__grid {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .newsroom-evolution {
        padding: 2.5rem 1.5rem 3rem;
        margin-bottom: 3rem;
    }

    .newsroom-evolution__media {
        margin-bottom: 2.5rem;
    }

    .newsroom-blogs {
        padding: 0 1.5rem 4rem;
    }

    .newsroom-ops {
        padding: 4.5rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .newsroom-articles {
        padding: 1.5rem 1.25rem 4rem;
    }

    .newsroom-articles__heading {
        margin-bottom: 2.5rem;
        flex-direction: column;
    }

    .newsroom-articles__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .newsroom-articles__more,
    .newsroom-ops__cta {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .stay-updated-inner {
        padding-left: max(1.15rem, env(safe-area-inset-left, 0px));
    }

    .newsroom-featured,
    .newsroom-updates,
    .newsroom-inventory,
    .newsroom-insights,
    .newsroom-evolution,
    .newsroom-blogs,
    .newsroom-ops {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }
}
