/* Homepage professional experience enhancements */
.home-enhance-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.home-enhance-heading {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
}

.home-enhance-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 9px;
    color: #c9850c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-enhance-heading h2 {
    margin: 0;
    color: #061a38;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.13;
}

.home-enhance-heading > p:last-child {
    margin: 11px auto 0;
    color: #5d6d82;
    font-size: 0.94rem;
    line-height: 1.75;
}

/* Credibility / impact band */
.mre-impact-band {
    position: relative;
    z-index: 3;
    margin-top: -2px;
    color: #ffffff;
    background:
        radial-gradient(circle at 0 0, rgba(232, 168, 56, 0.2), transparent 23rem),
        #061a38;
    border-bottom: 4px solid #e8a838;
}

.mre-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.mre-impact-stat {
    min-height: 138px;
    padding: 27px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mre-impact-stat:last-child {
    border-right: 0;
}

.mre-impact-stat strong {
    display: block;
    margin-bottom: 7px;
    color: #e8a838;
    font-family: var(--font-headers, "Montserrat", Arial, sans-serif);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1;
}

.mre-impact-stat span {
    display: block;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mre-impact-stat small {
    display: block;
    margin-top: 6px;
    color: #aebed2;
    font-size: 0.7rem;
}

/* Growth path finder */
.mre-pathfinder {
    padding: clamp(50px, 6vw, 72px) 0 clamp(28px, 4vw, 42px);
    background:
        radial-gradient(circle at 90% 20%, rgba(232, 168, 56, 0.1), transparent 22rem),
        #f7f8fb;
}

.mre-pathfinder__card {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(310px, 0.68fr);
    align-items: stretch;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe5ed;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(5, 24, 51, 0.09);
}

.mre-pathfinder__questions {
    display: grid;
    align-content: center;
    gap: 20px;
    padding: clamp(28px, 3.5vw, 40px);
}

.mre-pathfinder__group {
    margin: 0;
}

.mre-pathfinder__group h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 10px;
    color: #102641;
    font-size: 0.92rem;
}

.mre-pathfinder__group h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #071a35;
    background: #e8a838;
    border-radius: 50%;
    font-size: 0.7rem;
}

.mre-pathfinder__options {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.mre-pathfinder__option {
    min-height: 38px;
    padding: 8px 13px;
    color: #38506c;
    background: #f7f9fc;
    border: 1px solid #dce3ec;
    border-radius: 999px;
    font: inherit;
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mre-pathfinder__option:hover,
.mre-pathfinder__option.is-selected {
    color: #ffffff;
    background: #0b2a52;
    border-color: #0b2a52;
    transform: translateY(-1px);
}

.mre-pathfinder__result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 382px;
    padding: clamp(30px, 3.5vw, 42px);
    color: #ffffff;
    background:
        linear-gradient(145deg, rgba(3, 15, 34, 0.87), rgba(6, 31, 67, 0.95)),
        url("../assets/reference/program-summit.png") center/cover;
}

.mre-pathfinder__result-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    color: #071a35;
    background: #e8a838;
    border-radius: 16px;
    font-size: 1.2rem;
}

.mre-pathfinder__result h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 1.4rem;
}

.mre-pathfinder__result p {
    margin: 0 0 18px;
    color: #cfdaea;
    font-size: 0.82rem;
    line-height: 1.7;
}

.mre-pathfinder__result a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    padding: 12px 18px;
    color: #071a35;
    background: #e8a838;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: none;
}

.mre-pathfinder__result-status {
    margin-top: 13px;
    color: #9fb1c7;
    font-size: 0.68rem;
}

/* Next experience */
.mre-next-experience {
    padding: 0 0 clamp(48px, 6vw, 68px);
    background: #f7f8fb;
}

.mre-next-experience__card {
    display: grid;
    grid-template-columns: 1.2fr auto auto;
    gap: clamp(18px, 2.5vw, 30px);
    align-items: center;
    padding: 24px clamp(22px, 3vw, 32px);
    color: #ffffff;
    background:
        linear-gradient(105deg, rgba(4, 22, 49, 0.98), rgba(6, 38, 79, 0.9)),
        url("../assets/reference/summit-conference-hero.png") center/cover;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(5, 24, 51, 0.16);
}

.mre-next-experience__meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mre-next-experience__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: #071a35;
    background: #e8a838;
    border-radius: 13px;
}

.mre-next-experience__meta small {
    display: block;
    margin-bottom: 4px;
    color: #e8a838;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mre-next-experience__meta h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.15rem;
}

.mre-countdown {
    display: flex;
    gap: 8px;
}

.mre-countdown__item {
    min-width: 58px;
    padding: 8px 7px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
}

.mre-countdown__item strong,
.mre-countdown__item span {
    display: block;
}

.mre-countdown__item strong {
    color: #ffffff;
    font-size: 1.05rem;
}

.mre-countdown__item span {
    margin-top: 2px;
    color: #9fb1c7;
    font-size: 0.54rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mre-next-experience__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 17px;
    color: #071a35;
    background: #e8a838;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

/* Stories and founder */
.mre-stories {
    padding: clamp(62px, 8vw, 94px) 0;
    background: #ffffff;
}

.mre-stories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mre-story {
    position: relative;
    min-height: 260px;
    padding: 27px;
    overflow: hidden;
    background: #f7f9fc;
    border: 1px solid #dfe6ee;
    border-radius: 17px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mre-story:hover {
    transform: translateY(-5px);
    border-color: rgba(232, 168, 56, 0.55);
    box-shadow: 0 20px 38px rgba(6, 26, 56, 0.1);
}

.mre-story__quote {
    color: #e8a838;
    font-size: 1.5rem;
}

.mre-story blockquote {
    margin: 15px 0 24px;
    color: #253a55;
    font-family: var(--font-headers, "Montserrat", Arial, sans-serif);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
}

.mre-story__person {
    display: block;
    margin: 0;
    padding: 0;
    color: #607086;
    background: transparent;
    border: 0;
    font-size: 0.72rem;
}

.mre-story__person strong {
    display: block;
    margin-bottom: 2px;
    color: #0b2a52;
    font-size: 0.78rem;
}

.mre-founder {
    padding: 0 0 clamp(70px, 9vw, 108px);
    background: #ffffff;
}

.mre-founder__card {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    min-height: 480px;
    overflow: hidden;
    color: #ffffff;
    background: #061a38;
    border-radius: 23px;
    box-shadow: 0 26px 70px rgba(4, 22, 49, 0.17);
}

.mre-founder__visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}

.mre-founder__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    transition: transform 0.7s ease;
}

.mre-founder__card:hover .mre-founder__visual img {
    transform: scale(1.035);
}

.mre-founder__play {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 17px;
    color: #071a35;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    font-size: 0.73rem;
    font-weight: 800;
    text-decoration: none;
}

.mre-founder__play i {
    color: #d79114;
}

.mre-founder__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(35px, 6vw, 72px);
    background:
        radial-gradient(circle at 100% 0, rgba(232, 168, 56, 0.14), transparent 23rem),
        #061a38;
}

.mre-founder__content h2 {
    margin: 8px 0 18px;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
}

.mre-founder__content p {
    margin: 0 0 15px;
    color: #c4d0df;
    font-size: 0.88rem;
    line-height: 1.8;
}

.mre-founder__signature {
    margin-top: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.mre-founder__signature strong,
.mre-founder__signature span {
    display: block;
}

.mre-founder__signature strong {
    color: #e8a838;
    font-size: 0.9rem;
}

.mre-founder__signature span {
    margin-top: 3px;
    color: #9fb1c7;
    font-size: 0.7rem;
}

/* Partner and motion polish */
#partners .partners-bar {
    border: 1px solid rgba(232, 168, 56, 0.2);
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.program-card,
.about-card,
.partner-logo-card,
.event-row {
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.program-card:hover,
.about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(4, 22, 49, 0.14);
}

.program-card-img {
    transition: transform 0.55s ease, filter 0.4s ease;
}

.program-card:hover .program-card-img {
    filter: saturate(1.08) contrast(1.03);
}

.mre-reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.mre-reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 940px) {
    .mre-pathfinder__card,
    .mre-founder__card {
        grid-template-columns: 1fr;
    }

    .mre-pathfinder__result {
        min-height: 285px;
    }

    .mre-next-experience__card {
        grid-template-columns: 1fr auto;
    }

    .mre-countdown {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .mre-founder__visual {
        min-height: 500px;
    }
}

@media (max-width: 1100px) and (min-width: 941px) {
    .mre-pathfinder__card {
        grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    }

    .mre-pathfinder__questions {
        gap: 17px;
        padding: 30px;
    }

    .mre-pathfinder__option {
        padding-inline: 11px;
        font-size: 0.7rem;
    }

    .mre-pathfinder__result {
        padding: 32px;
    }
}

@media (max-width: 720px) {
    .home-enhance-shell {
        width: min(100% - 28px, 1180px);
    }

    .mre-impact-grid,
    .mre-stories__grid {
        grid-template-columns: 1fr 1fr;
    }

    .mre-impact-stat:nth-child(2) {
        border-right: 0;
    }

    .mre-impact-stat:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mre-stories__grid .mre-story:last-child {
        grid-column: 1 / -1;
    }

    .mre-next-experience__card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .mre-countdown {
        grid-column: auto;
        grid-row: auto;
    }

    .mre-next-experience__cta {
        width: fit-content;
    }

    .mre-pathfinder {
        padding-top: 44px;
        padding-bottom: 24px;
    }

    .home-enhance-heading {
        margin-bottom: 22px;
    }

    .mre-pathfinder__card {
        border-radius: 17px;
    }

    .mre-pathfinder__questions {
        gap: 22px;
        padding: 26px 22px;
    }

    .mre-pathfinder__result {
        min-height: 270px;
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .mre-impact-grid,
    .mre-stories__grid {
        grid-template-columns: 1fr;
    }

    .mre-impact-stat,
    .mre-impact-stat:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mre-impact-stat:last-child {
        border-bottom: 0;
    }

    .mre-stories__grid .mre-story:last-child {
        grid-column: auto;
    }

    .mre-countdown {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .mre-countdown__item {
        min-width: 0;
    }

    .mre-founder__visual {
        min-height: 390px;
    }

    .home-enhance-heading h2 {
        font-size: clamp(1.65rem, 8.5vw, 2rem);
    }

    .home-enhance-heading > p:last-child {
        font-size: 0.84rem;
        line-height: 1.6;
    }

    .mre-pathfinder__questions {
        padding: 24px 18px;
    }

    .mre-pathfinder__options {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mre-pathfinder__option {
        width: 100%;
        min-height: 42px;
        padding: 8px 9px;
        line-height: 1.35;
    }

    .mre-pathfinder__group:first-child .mre-pathfinder__option:last-child {
        grid-column: 1 / -1;
    }

    .mre-pathfinder__group:nth-child(2) .mre-pathfinder__option:last-child,
    .mre-pathfinder__group:nth-child(3) .mre-pathfinder__option:last-child {
        grid-column: 1 / -1;
    }

    .mre-pathfinder__result {
        min-height: 255px;
        padding: 26px 20px;
    }

    .mre-next-experience__meta {
        align-items: flex-start;
    }

    .mre-next-experience__meta h3 {
        font-size: 1rem;
        line-height: 1.35;
    }
}

@media (max-width: 360px) {
    .home-enhance-shell {
        width: min(100% - 20px, 1180px);
    }

    .mre-pathfinder__options {
        grid-template-columns: 1fr;
    }

    .mre-pathfinder__group:first-child .mre-pathfinder__option:last-child {
        grid-column: auto;
    }

    .mre-pathfinder__group:nth-child(2) .mre-pathfinder__option:last-child,
    .mre-pathfinder__group:nth-child(3) .mre-pathfinder__option:last-child {
        grid-column: auto;
    }

    .mre-countdown {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mre-reveal-ready [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .mre-founder__visual img,
    .program-card,
    .about-card,
    .mre-story {
        transition: none;
    }
}
