/*
 * MariaStacks moods landing – Phase 4B visual composition.
 * Existing MSTAX mood/concept boxes and slider renderers remain untouched.
 */

.ms-discovery-page--moods {
    --ms-discovery-module-title-size: clamp(3.4rem, 3.4vw, 4.6rem);
    --ms-discovery-module-title-line-height: 1.04;
    --ms-discovery-module-title-weight: 500;
    --ms-discovery-module-title-tracking: -0.025em;
    --ms-discovery-module-subtitle-size: clamp(0.96rem, 1.15vw, 1.06rem);
    --ms-discovery-module-subtitle-line-height: 1.58;
    --ms-discovery-module-subtitle-width: 720px;
    --ms-discovery-kicker-size: 0.72rem;
    --ms-discovery-kicker-tracking: 0.12em;
    --ms-discovery-header-eyebrow-title-gap: clamp(0.95rem, 1.15vw, 1.2rem);
    --ms-discovery-header-title-intro-gap: clamp(1.1rem, 1.3vw, 1.4rem);

    background: #fff;
    color: #111;
}

.ms-discovery-shell {
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
}

.ms-discovery-section {
    padding: clamp(4rem, 7vw, 7.5rem) 0;
}

.ms-discovery-section-header {
    max-width: 760px;
    margin-bottom: clamp(1.8rem, 3vw, 2.8rem);
}

/* Shared discovery hierarchy: one H2 rhythm, one subtitle rhythm, one kicker.
 * The seasonal hero H1 deliberately stays outside this module system. */
.ms-discovery-section-header h2,
.ms-discovery-page--moods .mstax-search-inspiration-title,
.ms-seasonal-albums-section .section-heading-black {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: var(--ms-discovery-module-title-size);
    line-height: var(--ms-discovery-module-title-line-height);
    font-weight: var(--ms-discovery-module-title-weight);
    letter-spacing: var(--ms-discovery-module-title-tracking);
    text-transform: none;
}

.ms-discovery-section-header p:not(.ms-discovery-eyebrow),
.ms-discovery-page--moods .mstax-search-inspiration-intro,
.ms-seasonal-albums-section .section-subline,
.ms-season-hero__intro {
    max-width: var(--ms-discovery-module-subtitle-width);
    margin: var(--ms-discovery-header-title-intro-gap) 0 0;
    font-size: var(--ms-discovery-module-subtitle-size);
    line-height: var(--ms-discovery-module-subtitle-line-height);
}

.ms-discovery-section-header p:not(.ms-discovery-eyebrow),
.ms-discovery-page--moods .mstax-search-inspiration-intro,
.ms-season-hero__intro {
    color: rgba(0,0,0,0.62);
}

.ms-discovery-eyebrow,
.ms-seasonal-albums-section .ms-seasonal-albums-eyebrow {
    margin: 0 0 var(--ms-discovery-header-eyebrow-title-gap);
    font-size: var(--ms-discovery-kicker-size);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: var(--ms-discovery-kicker-tracking);
    text-transform: uppercase;
}

.ms-discovery-eyebrow {
    color: rgba(0,0,0,0.46);
}

/* Primary navigation remains the existing canonical 12-mood slider. */
.ms-discovery-mood-navigation {
    padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(1rem, 2vw, 1.5rem);
    background: #fff;
}

/* -------------------------------------------------------------------------- */
/* Seasonal hero                                                              */
/* -------------------------------------------------------------------------- */

.ms-season-hero {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.07);
    background: #fff;
}

.ms-season-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: clamp(2.5rem, 6vw, 6.5rem);
    align-items: stretch;
}

.ms-season-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: clamp(430px, 45vw, 600px);
}

.ms-season-hero__title {
    max-width: 760px;
    font-size: clamp(3rem, 5.9vw, 6.1rem);
    line-height: 0.93;
    font-weight: 500;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.ms-season-hero__intro {
    max-width: 670px;
    font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.ms-season-hero__visual {
    position: relative;
    min-height: clamp(420px, 42vw, 590px);
    overflow: hidden;
    border-radius: 24px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--ms-season-primary) 20%, #fff) 0 48%, transparent 48%),
        linear-gradient(35deg, color-mix(in srgb, var(--ms-season-secondary-a) 20%, #fff), color-mix(in srgb, var(--ms-season-secondary-b) 14%, #fff));
    isolation: isolate;
}

a.ms-season-hero__visual {
    color: inherit;
    text-decoration: none;
}

a.ms-season-hero__visual:focus-visible {
    outline: 2px solid #111;
    outline-offset: 4px;
}

.ms-season-hero__visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 26% 24%, color-mix(in srgb, var(--ms-season-primary) 76%, transparent) 0 18%, transparent 18.5%),
        linear-gradient(115deg, transparent 0 42%, color-mix(in srgb, var(--ms-season-secondary-a) 34%, transparent) 42% 58%, transparent 58%),
        radial-gradient(ellipse at 78% 75%, color-mix(in srgb, var(--ms-season-secondary-b) 42%, transparent) 0 26%, transparent 27%);
    pointer-events: none;
}

.ms-season-hero__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ms-season-hero__visual.has-mood-image::before {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.68) 0%,
        rgba(0,0,0,0.30) 32%,
        rgba(0,0,0,0.05) 62%,
        rgba(0,0,0,0) 78%
    );
}

.ms-season-hero__visual.has-mood-image .ms-season-hero__shape {
    display: none;
}

.ms-season-hero__shape {
    position: absolute;
    z-index: 2;
    display: block;
    pointer-events: none;
}

.ms-season-hero__shape--one {
    left: -4%;
    bottom: -10%;
    width: 58%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--ms-season-primary) 54%, transparent);
}

.ms-season-hero__shape--two {
    top: 14%;
    right: 9%;
    width: 46%;
    height: 50%;
    border: 1px solid color-mix(in srgb, var(--ms-season-secondary-a) 52%, transparent);
    transform: rotate(-12deg);
}

.ms-season-hero__shape--three {
    right: -12%;
    bottom: 8%;
    width: 52%;
    height: 1px;
    background: color-mix(in srgb, var(--ms-season-primary) 62%, transparent);
    transform: rotate(-35deg);
    transform-origin: center;
}

.ms-season-hero__focus {
    position: absolute;
    z-index: 3;
    right: clamp(1.5rem, 4vw, 3rem);
    bottom: clamp(1.5rem, 4vw, 3rem);
    left: clamp(1.5rem, 4vw, 3rem);
}

.ms-season-hero__focus .ms-discovery-eyebrow {
    color: rgba(0,0,0,0.58);
}

.ms-season-hero__mood {
    margin: 0;
    font-size: clamp(2.4rem, 4.4vw, 4.9rem);
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.ms-season-hero__secondary {
    margin: 0.9rem 0 0;
    color: rgba(0,0,0,0.64);
    font-size: 1rem;
}

.ms-season-hero__visual.has-mood-image .ms-season-hero__focus {
    color: #fff;
    text-shadow: 0 1px 18px rgba(0,0,0,0.28);
}

.ms-season-hero__visual.has-mood-image .ms-season-hero__focus .ms-discovery-eyebrow,
.ms-season-hero__visual.has-mood-image .ms-season-hero__secondary {
    color: rgba(255,255,255,0.84);
}

/* -------------------------------------------------------------------------- */
/* IM DUETT                                                                   */
/* -------------------------------------------------------------------------- */

.ms-duet-section {
    --ms-duet-artist-size: clamp(0.94rem, 0.76vw, 1.08rem);
    --ms-duet-title-size: clamp(2.35rem, 1.85vw, 3.15rem);
    --ms-duet-year-size: clamp(0.84rem, 0.70vw, 0.96rem);
    --ms-duet-artist-title-gap: 0.5rem;
    --ms-duet-title-year-gap: 0.44rem;

    background: #090909;
    color: #fff;
}

/* Desktop composition mirrors the approved mockup: compact editorial intro on
 * the left, two horizontal album units on the right. The black band itself
 * remains full width; only the inner content uses the shared discovery shell. */
.ms-duet-section.ms-discovery-section {
    padding-top: clamp(3.25rem, 4.5vw, 5rem);
    padding-bottom: clamp(3.25rem, 4.5vw, 5rem);
}

.ms-duet-layout {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 2.28fr);
    gap: clamp(2.25rem, 4.5vw, 5rem);
    align-items: center;
}

.ms-duet-intro {
    min-width: 0;
}

.ms-duet-section .ms-discovery-section-header {
    max-width: 360px;
    margin-bottom: 0;
}

.ms-duet-section .ms-discovery-eyebrow,
.ms-duet-section .ms-discovery-section-header p:not(.ms-discovery-eyebrow) {
    color: rgba(255,255,255,0.56);
}

.ms-duet-section .ms-discovery-section-header p:not(.ms-discovery-eyebrow) {
    max-width: 330px;
    margin-top: var(--ms-discovery-header-title-intro-gap);
    line-height: 1.52;
}


.ms-duet-demo-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding: 0.82rem 1rem;
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 7px;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    user-select: none;
}

.ms-duet-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    min-width: 0;
}

/* Use the same quiet 1px divider treatment as the album Match Score.
 * The albums keep one renderer; only spacing and divider orientation respond. */
.ms-duet-card:first-child {
    padding-right: clamp(1rem, 1.8vw, 2rem);
}

.ms-duet-card + .ms-duet-card {
    padding-left: clamp(1rem, 1.8vw, 2rem);
    border-left: 1px solid rgba(255,255,255,0.10);
}

/* One duet album = compact cover on the left + metadata/profile on the right. */
.ms-duet-card {
    display: grid;
    grid-template-columns: clamp(150px, 12.8vw, 210px) minmax(0, 1fr);
    gap: clamp(1rem, 1.7vw, 1.6rem);
    align-items: center;
    min-width: 0;
}

.ms-duet-card__cover {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    background: #121212;
}

.ms-duet-card__cover img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 240ms ease;
}

.ms-duet-card__cover:hover img,
.ms-duet-card__cover:focus-visible img {
    transform: scale(1.012);
}

.ms-duet-card__body {
    min-width: 0;
    padding: 0;
    align-self: center;
}

.ms-duet-card__artist {
    margin: 0 0 var(--ms-duet-artist-title-gap);
    color: rgba(255,255,255,0.56);
    font-size: var(--ms-duet-artist-size);
    line-height: 1.3;
}

.ms-duet-card__title {
    margin: 0;
    color: #fff;
    font-family: var(--ms-font-album-title);
    font-size: var(--ms-duet-title-size);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.ms-duet-card__year {
    margin: var(--ms-duet-title-year-gap) 0 0;
    color: rgba(255,255,255,0.50);
    font-size: var(--ms-duet-year-size);
    line-height: 1.25;
}

.ms-duet-card .ms-duet-profile {
    margin-top: var(--ms-mood-meter-separator-gap);
}

/* The shared mood-meter remains the single renderer. Only the duet column
 * geometry is contextual; bar height and row rhythm live in mood-meter.css. */
.ms-duet-card .ms-mood-meter__row {
    grid-template-columns: minmax(86px, 0.72fr) minmax(120px, 1.28fr);
    gap: 0.85rem;
}

.ms-duet-card .ms-mood-meter__label {
    font-size: 0.68rem;
}

.ms-duet-card .ms-mood-meter__value-wrap {
    gap: 0.55rem;
}

.ms-duet-card .ms-mood-meter__value {
    min-width: 2.9rem;
    font-size: 0.76rem;
}

/* -------------------------------------------------------------------------- */
/* Shared Search Core renderer – same geometry as album page, light surface   */
/* -------------------------------------------------------------------------- */

.ms-discovery-page--moods .mstax-search-inspiration-section--light {
    padding-top: clamp(4rem, 7vw, 7rem);
    padding-bottom: clamp(4rem, 7vw, 7rem);
    border-top: 0;
}


.ms-discovery-page--moods .mstax-search-inspiration-shell {
    width: min(1440px, calc(100% - 64px));
}

.ms-discovery-page--moods .mstax-search-inspiration-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ms-discovery-page--moods .mstax-search-inspiration-title {
    font-family: inherit;
}

.ms-discovery-page--moods .mstax-search-inspiration-intro {
    color: rgba(0,0,0,0.62);
}

/* -------------------------------------------------------------------------- */
/* Seasonal path – three canonical mood boxes resolve into one concept box    */
/* Mood/concept renderers remain owned by Catalog Core; only connective UI is */
/* composed here.                                                             */
/* -------------------------------------------------------------------------- */

.ms-mood-path-section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.06);
    background:
        radial-gradient(circle at 50% 100%, color-mix(in srgb, var(--ms-season-path-accent) 11%, transparent) 0, transparent 45%),
        #fbfaf8;
}

.ms-mood-path-header {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* style.css sets h2 directly to text-align:left. Inherited centering on the
 * header therefore is not enough. Keep the seasonal path deliberately
 * centered by applying the alignment to the actual header children. */
.ms-mood-path-header > .ms-discovery-eyebrow,
.ms-mood-path-header > h2,
.ms-mood-path-header > p:not(.ms-discovery-eyebrow) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ms-mood-path {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.2vw, 2rem);
    width: min(1040px, 100%);
    margin: 0 auto;
}

.ms-mood-path__item {
    flex: 0 0 auto;
    min-width: 0;
}

.ms-mood-path__operator,
.ms-mood-path__equals {
    color: rgba(0,0,0,0.48);
    font-family: Inter, Arial, sans-serif;
    font-weight: 300;
    line-height: 1;
}

.ms-mood-path__operator {
    flex: 0 0 auto;
    font-size: clamp(1.6rem, 2.4vw, 2.25rem);
}

.ms-mood-path__result {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: clamp(1.8rem, 3.5vw, 3rem);
}

.ms-mood-path__connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: clamp(1.25rem, 2.4vw, 2rem);
}

.ms-mood-path__connector-line {
    width: 1px;
    height: clamp(1.35rem, 2.4vw, 2.3rem);
    background: color-mix(in srgb, var(--ms-season-path-accent) 55%, rgba(0,0,0,0.18));
}

.ms-mood-path__equals {
    font-size: clamp(1.7rem, 2.6vw, 2.35rem);
}

.ms-mood-path__concept {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* The result must be the real canonical conceptbox. Do not restyle its
 * internals here; its swatch, metadata and links stay under MSTAX ownership. */
.ms-mood-path__concept > .mstax-box {
    margin-right: auto;
    margin-left: auto;
}

/* -------------------------------------------------------------------------- */
/* Final slider – exact canonical single-mood colour + contrast logic         */
/* -------------------------------------------------------------------------- */

.ms-seasonal-albums-section {
    margin: 0;
    padding: clamp(4rem, 6vw, 6rem) 0 0;
    color: inherit;
}

.ms-seasonal-albums-heading {
    text-align: center;
}

/* Same rule for the final slider header: center the real children, not just
 * their parent, so global heading rules cannot pull individual lines left. */
.ms-seasonal-albums-heading > .ms-seasonal-albums-eyebrow,
.ms-seasonal-albums-heading > .section-heading-black,
.ms-seasonal-albums-heading > .section-subline {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ms-seasonal-albums-section .section-heading-black,
.ms-seasonal-albums-section .section-subline,
.ms-seasonal-albums-section .ms-seasonal-albums-eyebrow {
    color: inherit;
}

.ms-seasonal-albums-section .section-heading-black {
    padding-right: 0;
    padding-left: 0;
}

.ms-seasonal-albums-section .section-subline {
    max-width: var(--ms-discovery-module-subtitle-width);
    margin: var(--ms-discovery-header-title-intro-gap) auto 0;
    padding: 0 0 2rem;
    opacity: 0.76;
    text-align: center;
}

.ms-seasonal-albums-section .ms-seasonal-albums-eyebrow {
    opacity: 0.66;
}

/* The canonical renderer already applies the same mood background to its
 * inner slider section. Keep it; this avoids any second colour system. */
.ms-seasonal-albums-section > .mstax-slider-section {
    margin-top: 0;
}

@media (max-width: 1180px) {
    .ms-duet-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ms-duet-section .ms-discovery-section-header {
        max-width: 680px;
    }

    .ms-duet-section .ms-discovery-section-header p:not(.ms-discovery-eyebrow) {
        max-width: 620px;
    }
}

@media (max-width: 1000px) {
    .ms-season-hero__grid {
        grid-template-columns: 1fr;
    }

    .ms-season-hero__copy {
        min-height: 0;
    }

    .ms-season-hero__visual {
        min-height: 460px;
    }

}

@media (max-width: 900px) {
    .ms-mood-path {
        flex-direction: column;
        gap: clamp(0.75rem, 2.8vw, 1rem);
    }

    .ms-mood-path__operator {
        transform: none;
        margin: 0.1rem 0;
    }

    .ms-mood-path__result {
        margin-top: clamp(1.25rem, 4vw, 2rem);
    }

    .ms-discovery-page--moods .mstax-search-inspiration-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 700px) and (max-width: 1000px) {
    /* Keep the desktop duet composition on tablets without squeezing the
     * shared meter beyond the available body column. */
    .ms-duet-card {
        grid-template-columns: clamp(108px, 16vw, 130px) minmax(0, 1fr);
        gap: 0.75rem;
    }


    .ms-duet-card .ms-mood-meter__row {
        grid-template-columns: minmax(62px, 0.68fr) minmax(0, 1.32fr);
        gap: 0.55rem;
    }

    .ms-duet-card .ms-mood-meter__label {
        font-size: 0.58rem;
        letter-spacing: 0.04em;
    }

    .ms-duet-card .ms-mood-meter__value-wrap {
        grid-template-columns: minmax(38px, 1fr) auto;
        gap: 0.4rem;
    }

    .ms-duet-card .ms-mood-meter__value {
        min-width: 2.4rem;
        font-size: 0.68rem;
    }
}

@media (max-width: 760px) {
    .ms-discovery-shell,
    .ms-discovery-page--moods .mstax-search-inspiration-shell {
        width: min(100% - 32px, 720px);
    }

    .ms-discovery-page--moods .mstax-search-inspiration-grid {
        grid-template-columns: 1fr;
    }

    .ms-season-hero__title {
        font-size: clamp(2.65rem, 12vw, 4.8rem);
    }

    .ms-season-hero__visual {
        min-height: 390px;
        border-radius: 18px;
    }

}


@media (max-width: 699px) {
    /* On phones the seasonal hero becomes one centered editorial block.
     * Tablet and desktop keep the existing left-aligned composition. */
    .ms-season-hero__copy {
        align-items: center;
        text-align: center;
    }

    .ms-season-hero__copy > .ms-discovery-eyebrow,
    .ms-season-hero__title,
    .ms-season-hero__intro {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .ms-season-hero__intro {
        max-width: 34rem;
    }


    .ms-duet-section {
        --ms-duet-artist-size: clamp(0.80rem, 3.25vw, 0.90rem);
        --ms-duet-title-size: clamp(1.85rem, 7vw, 2.25rem);
        --ms-duet-year-size: clamp(0.76rem, 3vw, 0.84rem);
        --ms-duet-artist-title-gap: 0.36rem;
        --ms-duet-title-year-gap: 0.34rem;
    }

    /* Global theme media rules center generic h2 elements on phones. Discovery
     * modules define their own alignment explicitly so their internal hierarchy
     * does not depend on that global rule. */
    .ms-duet-section .ms-discovery-section-header > .ms-discovery-eyebrow,
    .ms-duet-section .ms-discovery-section-header > h2,
    .ms-duet-section .ms-discovery-section-header > p:not(.ms-discovery-eyebrow) {
        width: 100%;
        text-align: left;
    }

    .ms-discovery-page--moods .mstax-search-inspiration-header {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .ms-discovery-page--moods .mstax-search-inspiration-title,
    .ms-discovery-page--moods .mstax-search-inspiration-intro {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .ms-duet-grid {
        grid-template-columns: 1fr;
    }

    /* On phones the two albums stack, but each album itself stays horizontal:
     * compact cover left, metadata/profile right. */
    .ms-duet-card {
        grid-template-columns: minmax(108px, 38%) minmax(0, 1fr);
        gap: clamp(0.75rem, 3.5vw, 1rem);
        align-items: center;
    }

    .ms-duet-card:first-child {
        padding-right: 0;
    }

    .ms-duet-card + .ms-duet-card {
        margin-top: clamp(1.35rem, 5vw, 1.8rem);
        padding-top: clamp(1.35rem, 5vw, 1.8rem);
        padding-left: 0;
        border-top: 1px solid rgba(255,255,255,0.10);
        border-left: 0;
    }

    .ms-duet-card__cover {
        width: 100%;
    }

    /* Typography and vertical rhythm are driven by the duet tokens above.
     * Do not shrink Artist/Title/Year independently on phones. */

    .ms-duet-card .ms-mood-meter__row {
        grid-template-columns: minmax(56px, 0.72fr) minmax(0, 1.28fr);
        gap: 0.5rem;
    }

    .ms-duet-card .ms-mood-meter__label {
        font-size: 0.56rem;
        letter-spacing: 0.035em;
    }

    .ms-duet-card .ms-mood-meter__value-wrap {
        grid-template-columns: minmax(36px, 1fr) auto;
        gap: 0.35rem;
    }

    .ms-duet-card .ms-mood-meter__value {
        min-width: 2.3rem;
        font-size: 0.64rem;
    }
}

@media (max-width: 520px) {
    .ms-discovery-shell,
    .ms-discovery-page--moods .mstax-search-inspiration-shell {
        width: calc(100% - 24px);
    }

    .ms-discovery-section {
        padding: 3.5rem 0;
    }

    .ms-season-hero__visual {
        min-height: 330px;
    }

    .ms-seasonal-albums-section {
        padding-top: 3.5rem;
    }
}
