/* ============================================================
   Laura · landing-v4.css — portada «Calma»
   Pastel sereno: salvia suave, rubor y bruma azulada sobre crema.
   Transmite calma y seguridad: un círculo que respira, ritmo
   lento, sin contrastes duros.
   ============================================================ */

body.landing {
    --paper: #f4f4f4;
    --paper-2: #eae9e0;
    --sage: #9db8a7;
    --sage-deep: #6e8c79;
    --terra: #cf8d90;
    --terra-deep: #c46a6e;
    --peach: #ecc9b6;
    --blush: #e9c8c8;
    --sky: #c2d1d4;
    --sky-deep: #5c7278;
    --line: rgba(110, 140, 121, .14);
    --shadow: 0 24px 70px rgba(110, 140, 121, .1)
}

body.landing ::selection {
    background: var(--sage);
    color: #f6f7f2
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--sage-deep);
    outline-offset: 3px;
    border-radius: 6px
}

/* ---------- hero calma ---------- */

.hero-v4 {
    min-height: 92svh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 132px 16px 110px;
    overflow: hidden;
    background:
        radial-gradient(880px 600px at 92% -10%, rgba(157, 184, 167, .34), transparent 58%),
        radial-gradient(760px 560px at -10% 46%, rgba(233, 200, 200, .3), transparent 56%),
        radial-gradient(680px 520px at 60% 112%, rgba(194, 209, 212, .34), transparent 60%),
        linear-gradient(180deg, #f5f4ee, var(--paper) 72%)
}

.hero-v4 .hero-inner {
    width: min(1340px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.45fr .55fr;
    gap: 36px;
    align-items: center
}

.hero-v4 .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sage-deep);
    font: 700 11px var(--manrope);
    letter-spacing: .14em;
    text-transform: uppercase;
    animation: riseIn .8s cubic-bezier(.2, .8, .2, 1) both
}

.hero-v4 .eyebrow i {
    display: block;
    width: 34px;
    height: 1px;
    background: var(--sage)
}

/* cabecera de marca: wordmark centrado entre dos filetes que se
   desvanecen — masthead, no contenido */
.hero-v4 .hero-brand {
    width: min(1340px, 100%);
    margin: 0 auto 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    animation: riseIn .8s cubic-bezier(.2, .8, .2, 1) both
}

.hero-v4 .hero-brand::before,
.hero-v4 .hero-brand::after {
    content: "";
    flex: 1;
    max-width: 130px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--sage))
}

.hero-v4 .hero-brand::after {
    background: linear-gradient(to left, transparent, var(--sage))
}

.hero-v4 .hero-brand-name {
    font: 700 clamp(46px, 5.2vw, 72px)/1.1 'Ms Madi', 'Snell Roundhand', cursive;
    letter-spacing: 0;
    color: var(--sage-deep);
    text-align: center
}

.hero-v4 .hero-brand-name em {
    font-style: normal
}

.hero-v4 h1 {
    font: 400 clamp(56px, 7.6vw, 104px)/.85 var(--serif);
    letter-spacing: -.05em;
    margin: 24px 0 80px;
    animation: riseIn .8s .08s cubic-bezier(.2, .8, .2, 1) both
}

.hero-v4 h1 em {
    color: var(--terra);
    font-style: italic
}

.hero-v4 .hero-copy {
    max-width: 600px;
    font-size: 21.5px;
    line-height: 1.7;
    color: #5f6a61;
    animation: riseIn .8s .16s cubic-bezier(.2, .8, .2, 1) both
}

.hero-copy .hero-brand {
    color: var(--terra);
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400
}

.hero-copy .hero-name {
    color: var(--terra);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(207, 141, 144, .45);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: text-decoration-color .3s cubic-bezier(.2, .8, .2, 1)
}

.hero-copy .hero-name:hover {
    text-decoration-color: var(--terra)
}

/* "MaterNurse": mismo estilo que hero-name, pero sin subrayado (no es enlace) */
.hero-copy b.hero-name {
    text-decoration: none;
    transition: none
}

.hero-v4 .hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    animation: riseIn .8s .24s cubic-bezier(.2, .8, .2, 1) both
}

.hero-v4 .meta-pill {
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(110, 140, 121, .16);
    color: var(--sage-deep);
    font: 700 10px var(--manrope);
    letter-spacing: .1em;
    text-transform: uppercase
}

.hero-v4 .cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
    animation: riseIn .8s .32s cubic-bezier(.2, .8, .2, 1) both
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 26px;
    border-radius: 999px;
    background: var(--sage-deep);
    color: #f1f4ee;
    font: 600 13px var(--body);
    box-shadow: 0 14px 34px rgba(110, 140, 121, .24);
    transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(110, 140, 121, .3)
}

.btn-ghost {
    color: var(--terra-deep);
    font: 600 13px var(--body);
    border-bottom: 1px solid rgba(196, 106, 110, .35);
    padding-bottom: 3px;
    transition: border-color .3s
}

.btn-ghost:hover {
    border-color: var(--terra-deep)
}

/* ---------- ilustración madre y bebé ---------- */

.hero-figure {
    --il-line: #51443f;
    --il-hair: #5f4030;
    --il-skin: #f7c1a2;
    --il-shirt: #ed9aa0;
    --il-blanket: #f1ebe5;
    --il-fold: #ddd5cf;
    position: relative;
    width: min(460px, 100%);
    justify-self: center;
    animation: riseIn 1s .2s cubic-bezier(.2, .8, .2, 1) both
}

/* halo pastel difuso */
.hero-figure .halo {
    position: absolute;
    inset: -8%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 68% 30%, rgba(233, 200, 200, .5), transparent 52%),
        radial-gradient(circle at 30% 72%, rgba(194, 209, 212, .55), transparent 55%),
        radial-gradient(circle at 55% 55%, rgba(157, 184, 167, .4), transparent 60%);
    filter: blur(2px)
}

.hero-figure svg {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    transform-origin: 50% 88%;
    animation: breathe 10s ease-in-out infinite
}

.hero-figure .line {
    fill: none;
    stroke: var(--il-line);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.hero-figure .fine {
    stroke-width: 3.5
}

/* la ilustración entera respira al ritmo en reposo (~10 s) */
@keyframes breathe {

    0%,
    100% {
        transform: scale(1)
    }

    45%,
    55% {
        transform: scale(1.03)
    }
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(26px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ---------- secciones ---------- */

.section {
    padding: 96px 22px 84px
}

.container {
    width: min(1180px, 100%);
    margin: auto
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 44px
}

.section-kicker {
    color: var(--sage-deep);
    font: 700 11px var(--manrope);
    text-transform: uppercase;
    letter-spacing: .16em
}

.section-title {
    font: 400 clamp(44px, 5.4vw, 74px)/.93 var(--serif);
    letter-spacing: -.04em;
    margin: 14px 0 0
}

.section-title em {
    font-style: italic;
    color: var(--terra)
}

.section-intro {
    max-width: 440px;
    color: #5f6a61;
    line-height: 1.7;
    font-size: 14.5px;
    margin: 0
}

/* ---------- grid de artículos ---------- */

.article-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px
}

.article-card {
    grid-column: span 7;
    min-height: 330px;
    background: var(--white);
    border: 1px solid rgba(110, 140, 121, .12);
    border-radius: 32px;
    padding: 26px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 36px rgba(110, 140, 121, .06);
    transition: transform .45s cubic-bezier(.2, .8, .2, 1), box-shadow .45s
}

.article-card:before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(90deg, var(--sage), var(--blush))
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 60px rgba(110, 140, 121, .14)
}

.article-card:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    right: -100px;
    bottom: -120px;
    background: radial-gradient(circle, rgba(233, 200, 200, .4), transparent 64%);
    pointer-events: none
}

.article-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2
}

.article-tag {
    font: 700 9px var(--manrope);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--sage-deep)
}

.article-age {
    font: 700 9px var(--manrope);
    color: rgba(110, 140, 121, .85);
    background: rgba(157, 184, 167, .18);
    padding: 6px 9px;
    border-radius: 999px
}

.article-arrow {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid rgba(110, 140, 121, .2);
    display: grid;
    place-items: center;
    font-size: 13px;
    transition: .35s
}

.article-card:hover .article-arrow {
    transform: rotate(45deg);
    background: var(--sage-deep);
    border-color: var(--sage-deep);
    color: #f1f4ee
}

.article-body {
    position: relative;
    z-index: 2
}

.article-card h3 {
    font: 400 37px/.95 var(--serif);
    letter-spacing: -.035em;
    max-width: 560px;
    margin: 16px 0 12px
}

.article-card h3 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px
}

.article-card p {
    font-size: 13px;
    line-height: 1.65;
    color: #5f6a61;
    max-width: 520px;
    margin: 0
}

.article-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    font: 700 9px var(--manrope);
    color: #7f8b80;
    text-transform: uppercase;
    letter-spacing: .1em
}

.article-card.soon {
    grid-column: span 5;
    border: 1.5px dashed rgba(110, 140, 121, .28);
    background: rgba(255, 255, 255, .35);
    box-shadow: none;
    display: grid;
    place-items: center;
    place-content: center;
    text-align: center;
    min-height: 330px
}

.article-card.soon:before,
.article-card.soon:after {
    display: none
}

.article-card.soon:hover {
    transform: none;
    box-shadow: none
}

.article-card.soon .soon-star {
    font: 400 34px var(--serif);
    color: var(--sage-deep);
    display: block;
    margin-bottom: 14px
}

.article-card.soon strong {
    display: block;
    font: 400 26px/1.1 var(--serif);
    letter-spacing: -.02em;
    margin-bottom: 10px
}

.article-card.soon span {
    font: 700 9px var(--manrope);
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #7f8b80
}

.results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px
}

.results-note {
    font-size: 11px;
    color: #79857a
}

/* ---------- banda recorrido ---------- */

.journey-wrap {
    padding: 0 22px 110px
}

.journey-band {
    position: relative;
    overflow: hidden;
    border-radius: 44px;
    padding: 78px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    color: #eef2ee;
    background:
        radial-gradient(640px 420px at 86% -16%, rgba(233, 200, 200, .22), transparent 58%),
        linear-gradient(126deg, #4c6157, #5a7268 52%, #64787e)
}

.journey-band:before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    border: 1px solid rgba(238, 242, 238, .14);
    right: -160px;
    top: -220px;
    pointer-events: none
}

.journey-band:after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(238, 242, 238, .1);
    right: -60px;
    top: -130px;
    pointer-events: none
}

.journey-copy {
    position: relative;
    z-index: 2
}

.journey-kicker {
    color: rgba(238, 242, 238, .72);
    font: 700 11px var(--manrope);
    letter-spacing: .16em;
    text-transform: uppercase
}

.journey-band h2 {
    font: 400 clamp(36px, 4.6vw, 60px)/.94 var(--serif);
    letter-spacing: -.04em;
    color: #f3f6f1;
    margin: 14px 0 0
}

.journey-band h2 em {
    font-style: italic;
    color: var(--peach)
}

.journey-band p {
    max-width: 440px;
    margin: 16px 0 0;
    font-size: 14.5px;
    line-height: 1.65;
    color: rgba(238, 242, 238, .82)
}

.journey-band .btn-band {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 26px;
    border-radius: 999px;
    background: #f1efe6;
    color: #4c6157;
    font: 600 13px var(--body);
    box-shadow: 0 16px 36px rgba(24, 40, 32, .26);
    white-space: nowrap;
    transition: transform .35s cubic-bezier(.2, .8, .2, 1)
}

.journey-band .btn-band:hover {
    transform: translateY(-2px)
}

/* ---------- responsive ---------- */

@media(max-width:980px) {
    .hero-v4 .hero-inner {
        grid-template-columns: 1fr;
        gap: 44px
    }

    .hero-figure {
        width: min(320px, 72vw)
    }

    .article-card,
    .article-card.soon {
        grid-column: span 12
    }

    .section-head {
        flex-direction: column;
        align-items: start
    }

    .journey-band {
        flex-direction: column;
        align-items: start;
        padding: 60px 36px
    }
}

@media(max-width:620px) {

    /* Hero compacto: el mensaje y el CTA entran en el primer viewport.
       Los <br> forzados se liberan para que las frases fluyan sin cortes
       raros («en buenas / manos.») con el tamaño fluido. */
    .hero-v4 {
        padding: 80px 20px 76px
    }

    .hero-v4 .hero-inner {
        gap: 30px
    }

    .hero-v4 h1 {
        font-size: clamp(38px, 11vw, 52px);
        margin: 18px 0 30px;
        text-wrap: balance
    }

    .hero-v4 .hero-brand {
        margin-bottom: 38px;
        gap: 14px
    }

    .hero-v4 .hero-brand::before,
    .hero-v4 .hero-brand::after {
        max-width: 46px
    }

    .hero-v4 .hero-brand-name {
        font-size: 38px
    }

    .hero-v4 h1 br {
        display: none
    }

    .hero-v4 .hero-copy {
        font-size: 18px;
        line-height: 1.65
    }

    .hero-v4 .hero-meta {
        margin-top: 22px;
        flex-wrap: nowrap;
        gap: 6px
    }

    /* las tres píldoras comparten una sola fila, con ancho equilibrado */
    .hero-v4 .meta-pill {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
        padding: 8px 6px;
        font-size: clamp(8px, 2.2vw, 10px);
        letter-spacing: .07em
    }

    .hero-v4 .cta-row {
        margin-top: 28px
    }

    /* CTA principal a todo el ancho: objetivo de toque generoso */
    .hero-v4 .cta-row .btn-primary,
    .results-bar .btn-primary,
    .journey-band .btn-band {
        width: 100%;
        justify-content: center
    }

    .hero-figure {
        width: min(300px, 80vw)
    }

    .section {
        padding: 72px 16px 60px
    }

    .section-head {
        margin-bottom: 32px
    }

    .section-title {
        font-size: clamp(34px, 10vw, 44px);
        text-wrap: balance
    }

    .section-title br {
        display: none
    }

    .article-card,
    .article-card.soon {
        min-height: 300px
    }

    .article-card {
        padding: 22px
    }

    .article-card h3 {
        font-size: clamp(26px, 8vw, 32px)
    }

    /* objetivo de toque ≥ 40px (flecha de tarjeta) */
    .article-arrow {
        width: 40px;
        height: 40px
    }

    .journey-wrap {
        padding: 0 16px 80px
    }

    .journey-band {
        border-radius: 32px;
        padding: 48px 24px
    }

    .results-bar {
        flex-direction: column;
        align-items: flex-start
    }
}
