.smu-stratoos-home {
    background: #3c121e;
    color: #f0eee9;
}

.smu-stratoos-home__inner {
    box-sizing: content-box;
    width: auto;
    max-width: 1240px;
    margin-inline: auto;
    padding: 104px 32px 88px;
}

.smu-stratoos-home__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    text-align: center;
}

.smu-stratoos-home__heading > p {
    margin: 0;
    color: #d9a452;
    font-family: var(--smu-font-data);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.smu-stratoos-home__wordmark {
    display: block;
    width: 380px;
    max-width: 100%;
    height: auto;
}


.smu-stratoos-home__heading h2 {
    max-width: 26ch;
    margin: 0;
    color: #f0eee9;
    font-family: var(--smu-font-display);
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    font-weight: 400;
    line-height: 1.1;
}

.smu-stratoos-home__heading h2 em {
    color: #d9a452;
}

.smu-stratoos-home__intro {
    max-width: 62ch;
    color: rgba(240,238,233,.62);
    font-size: 17px;
    line-height: 1.65;
}

.smu-stratoos-home__dimensions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 72px;
    border-top: 1px solid rgba(240,238,233,.16);
    border-left: 1px solid rgba(240,238,233,.16);
}

.smu-stratoos-home__dimensions article {
    padding: 32px;
    border-right: 1px solid rgba(240,238,233,.16);
    border-bottom: 1px solid rgba(240,238,233,.16);
}

.smu-stratoos-home__dimensions b {
    display: block;
    color: #d9a452;
    font-family: var(--smu-font-display);
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1;
}

.smu-stratoos-home__dimensions h3 {
    margin: 18px 0 10px;
    color: #f0eee9;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.smu-stratoos-home__dimensions p {
    margin: 0;
    color: rgba(240,238,233,.7);
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 850px) {
    .smu-stratoos-home__dimensions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .smu-stratoos-home__inner {
        padding: 72px 24px;
    }

    .smu-stratoos-home__dimensions {
        grid-template-columns: 1fr;
    }
}

/* Calibración contra runtime original */
.smu-stratoos-home__heading h2 {
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

/* Color heredado del panel oscuro original */
.smu-stratoos-home,
.smu-stratoos-home__inner {
    color: #F0EEE9;
}


/* =========================================================
   Stratoos Home · calibración contra referencia 2026-09-17
   ========================================================= */

/* El énfasis cromático nunca debe introducir cursiva. */
.smu-stratoos-home__heading h2 em {
    color: #d9a452;
    font-style: normal;
}

/* Claim secundario: texto editorial, no eyebrow. */
.smu-stratoos-home__heading > .smu-stratoos-home__lead {
    margin: 0;
    color: #f0eee9;
    font-family: var(--smu-font-body);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.smu-stratoos-home__lead strong {
    color: #d9a452;
    font-weight: 400;
}

/* Nombre comercial de cada producto. */
.smu-stratoos-home__product-name {
    margin: -2px 0 10px;

    color: #d9a452;
    font-family: var(--smu-font-body);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

/* La descripción técnica queda por debajo del nombre de producto. */
.smu-stratoos-home__product-name + p {
    margin-top: 0;
}



/* =========================================================
   Stratoos Home · texto técnico inferior de cada dimensión
   Referencia: fino, monoespaciado y bajo contraste
   ========================================================= */

.smu-stratoos-home__dimensions article > p {
    margin: 0;

    color: rgba(240, 238, 233, .52);
    font-family: var(--smu-font-data);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: .08em;
    text-transform: uppercase;
}
