:root {
    --home-navy: #061b2e;
    --home-navy-soft: #12334b;
    --home-accent: #c9a45c;
    --home-ivory: #f5efe4;
    --home-paper: #fffdf8;
    --home-gold: #c9a55d;
    --home-gold-light: #ead49c;
    --home-ink: #102635;
    --home-muted: #61717b;
    --home-line: rgba(16, 38, 53, .14);
}

.homepage-v2 {
    overflow-x: hidden;
    background: var(--home-paper);
    color: var(--home-ink);
}

.homepage-v2 .main-content {
    padding-top: 0;
}

.home-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.home-kicker {
    margin: 0;
    color: var(--home-accent);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.home-announcement {
    position: relative;
    z-index: 2;
    --announcement-accent: var(--home-gold);
    background:
        radial-gradient(circle at 86% 20%, rgba(201, 164, 92, .13), transparent 25%),
        linear-gradient(105deg, #071a2e 0%, #102d4f 64%, #071a2e 100%);
    border-top: 1px solid rgba(201, 164, 92, .72);
    border-bottom: 3px solid var(--home-gold);
    color: var(--home-ivory);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.home-announcement--green { --announcement-accent: var(--home-gold); }
.home-announcement--blue { --announcement-accent: var(--home-ivory); }
.home-announcement--red { --announcement-accent: var(--home-gold-light); }

.home-announcement > a {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    width: min(1180px, calc(100% - 40px));
    min-height: 104px;
    align-items: center;
    gap: 22px;
    margin: auto;
    padding: 20px 0;
    color: inherit;
    text-decoration: none;
    transition: background-color .2s ease;
}

.home-announcement > a:hover {
    background: rgba(255, 255, 255, .035);
}

.home-announcement__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(201, 164, 92, .76);
    background: rgba(201, 164, 92, .1);
    color: var(--announcement-accent);
    font-size: 1.05rem;
}

.home-announcement__copy {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.home-announcement__copy strong {
    color: var(--home-ivory);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 400;
    line-height: 1.25;
}

.home-announcement__copy small {
    color: var(--announcement-accent);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.home-announcement__action {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid var(--announcement-accent);
    color: var(--home-ivory);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
}

.home-announcement > a:hover .home-announcement__action {
    background: var(--announcement-accent);
    color: var(--home-navy);
}

.home-announcement__action i {
    margin-inline-start: 6px;
}

.home-hero {
    position: relative;
    display: grid;
    min-height: 760px;
    min-height: min(900px, calc(100svh - 78px));
    isolation: isolate;
    overflow: hidden;
    background: var(--home-navy);
}

.home-hero__slides,
.home-hero__slide,
.home-hero__slide img,
.home-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__slides {
    z-index: -3;
}

.home-hero__slide {
    margin: 0;
    opacity: 0;
    transform: scale(1.035);
    transition: opacity 1s ease, transform 7.5s ease;
}

.home-hero__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.home-hero__slide img {
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(.82) contrast(1.05);
}

.home-hero__slide:nth-child(2) img {
    object-position: center 54%;
}

.home-hero__slide:nth-child(3) img {
    object-position: center 43%;
}

.home-hero__veil {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(3, 15, 27, .96) 0%, rgba(3, 15, 27, .76) 43%, rgba(3, 15, 27, .3) 68%, rgba(3, 15, 27, .08) 84%),
        linear-gradient(0deg, rgba(3, 15, 27, .7), transparent 52%);
}

.home-hero__arch {
    position: absolute;
    z-index: -1;
    top: 13%;
    right: 5%;
    width: min(40vw, 560px);
    height: 72%;
    border: 1px solid rgba(234, 212, 156, .65);
    border-bottom: 0;
    border-radius: 48% 48% 0 0 / 21% 21% 0 0;
}

.home-hero__content {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 40px));
    min-width: 0;
    max-width: calc(100% - 40px);
    align-self: center;
    padding-top: 120px;
    padding-bottom: 100px;
    color: #fff;
}

.home-hero .home-kicker {
    color: var(--home-gold-light);
    text-shadow: 0 2px 14px rgba(0, 0, 0, .58);
}

.home-hero h1 {
    width: 100%;
    max-width: 900px;
    margin: 22px 0 0;
    color: var(--home-ivory);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(4rem, 8.6vw, 8.2rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .84;
    overflow-wrap: normal;
    text-shadow: 0 3px 22px rgba(0, 0, 0, .52);
}

.home-hero h1 span,
.home-hero h1 em {
    display: block;
}

.home-hero h1 em {
    color: var(--home-gold-light);
    font-weight: 400;
}

.home-hero__content > p:not(.home-kicker) {
    max-width: 590px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    line-height: 1.75;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .62);
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 38px;
}

.home-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.home-button:hover {
    transform: translateY(-2px);
}

.home-button:focus-visible,
.home-stage a:focus-visible,
.home-announcement a:focus-visible {
    outline: 3px solid var(--home-gold-light);
    outline-offset: 4px;
}

.home-button--gold {
    background: var(--home-gold);
    color: var(--home-navy);
}

.home-button--outline {
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
}

.home-button--outline:hover {
    background: #fff;
    color: var(--home-navy);
}

.home-button--navy {
    background: var(--home-navy);
    color: #fff;
}

.home-hero__scroll {
    position: absolute;
    right: 4%;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.home-hero__controls {
    position: absolute;
    z-index: 4;
    bottom: 32px;
    left: max(20px, calc((100vw - 1180px) / 2));
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(7, 26, 46, .78);
}

.home-hero__control {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-inline-end: 1px solid rgba(255, 255, 255, .18);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.home-hero__control:last-child {
    border-inline-end: 0;
}

.home-hero__control:hover,
.home-hero__control:focus-visible {
    background: var(--home-gold);
    color: var(--home-navy);
}

.home-hero__counter {
    display: flex;
    min-width: 72px;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    color: rgba(255, 255, 255, .65);
    font-size: .68rem;
    letter-spacing: .08em;
}

.home-hero__counter strong {
    color: var(--home-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 400;
}

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

.home-identity {
    padding: 125px 0;
    background:
        radial-gradient(circle at 92% 8%, rgba(201, 165, 93, .12), transparent 28rem),
        var(--home-paper);
}

.home-identity__layout {
    display: grid;
    grid-template-columns: .42fr 1.45fr .78fr;
    align-items: start;
    gap: 45px;
}

.home-identity h2,
.home-section-heading h2,
.home-tour__copy h2,
.home-final h2 {
    margin: 0;
    color: var(--home-navy);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: -.045em;
}

.home-identity h2 {
    font-size: clamp(3rem, 6.2vw, 6rem);
    line-height: .98;
}

.home-identity h2 em {
    color: var(--home-accent);
    font-weight: 400;
}

.home-identity__copy {
    align-self: end;
    padding-bottom: 7px;
}

.home-identity__copy p,
.home-section-heading > p,
.home-tour__copy > p {
    color: var(--home-muted);
    line-height: 1.8;
}

.home-identity__copy a,
.home-section-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    border-bottom: 1px solid var(--home-accent);
    color: var(--home-accent);
    font-weight: 700;
    text-decoration: none;
}

.home-journey {
    padding: 105px 0 125px;
    background: var(--home-navy);
}

.home-section-heading {
    display: grid;
    grid-template-columns: 1.4fr .65fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 62px;
}

.home-section-heading h2 {
    margin-top: 10px;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1;
}

.home-journey .home-kicker {
    color: var(--home-gold-light);
}

.home-journey .home-section-heading h2 {
    color: #fff;
}

.home-journey .home-section-heading > p {
    color: rgba(255, 255, 255, .68);
}

.home-journey__chapters {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.home-stage {
    min-height: 520px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease;
}

.home-stage.is-visible {
    opacity: 1;
    transform: none;
}

.home-stage--early { grid-column: 1 / 7; }
.home-stage--primary { grid-column: 7 / 13; margin-top: 82px; }
.home-stage--prep { grid-column: 1 / 6; margin-top: -40px; }
.home-stage--secondary { grid-column: 6 / 13; margin-top: 42px; }

.home-stage > a {
    position: relative;
    display: block;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    background: #0b263d;
    color: #fff;
    text-decoration: none;
}

.home-stage--early > a,
.home-stage--secondary > a {
    border-radius: 46% 46% 0 0 / 17% 17% 0 0;
}

.home-stage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .78;
    transition: transform .6s cubic-bezier(.2, .7, .2, 1), opacity .3s ease;
}

.home-stage a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 15, 27, .94), transparent 62%);
}

.home-stage a:hover img {
    opacity: .92;
    transform: scale(1.025);
}

.home-stage__number {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 30px;
    color: rgba(255, 255, 255, .72);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.7rem;
}

.home-stage a > div {
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 34px;
    left: 34px;
}

.home-stage p {
    margin: 0 0 8px;
    color: var(--home-gold-light);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-stage h3 {
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    font-weight: 400;
    letter-spacing: -.04em;
}

.home-stage div > span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    font-size: .82rem;
    font-weight: 600;
}

.home-tour {
    padding: 135px 0;
    background: var(--home-ivory);
}

.home-tour__layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: clamp(60px, 10vw, 130px);
}

.home-tour__images {
    position: relative;
    min-height: 620px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.home-tour__images.is-visible {
    opacity: 1;
    transform: none;
}

.home-tour__archframe {
    position: absolute;
    inset: 0 18% 8% 0;
    overflow: hidden;
    border-radius: 48% 48% 0 0 / 20% 20% 0 0;
}

.home-tour__archframe img,
.home-tour__detail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-tour__detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 42%;
    border: 12px solid var(--home-ivory);
    box-shadow: 0 22px 55px rgba(15, 35, 49, .18);
}

.home-tour__copy h2 {
    margin-top: 18px;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: .98;
}

.home-tour__copy > p {
    margin: 26px 0 32px;
}

.home-news {
    padding: 120px 0;
    background: var(--home-paper);
}

.home-news .home-section-heading {
    grid-template-columns: 1fr auto;
}

.home-news__layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.home-news-card {
    display: grid;
    grid-template-columns: 190px 1fr;
    min-height: 220px;
    overflow: hidden;
    border-top: 1px solid var(--home-line);
    background: #fff;
}

.home-news-card--feature {
    position: relative;
    display: block;
    grid-row: 1 / 3;
    min-height: 600px;
}

.home-news-card img,
.home-news-card__placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.home-news-card__placeholder {
    display: grid;
    place-items: center;
    background: var(--home-ivory);
    color: var(--home-gold);
    font-size: 2rem;
}

.home-news-card--feature > img,
.home-news-card--feature > .home-news-card__placeholder {
    position: absolute;
    inset: 0;
    min-height: 100%;
}

.home-news-card--feature::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 15, 27, .95), transparent 64%);
}

.home-news-card__copy {
    align-self: center;
    padding: 24px;
}

.home-news-card--feature .home-news-card__copy {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    color: #fff;
}

.home-news-card time {
    color: var(--home-accent);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-news-card--feature time {
    color: var(--home-gold-light);
}

.home-news-card h3 {
    margin: 10px 0;
    color: var(--home-navy);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.12;
}

.home-news-card--feature h3 {
    color: #fff;
    font-size: clamp(2rem, 3.8vw, 3.5rem);
}

.home-news-card p {
    margin: 0;
    color: var(--home-muted);
    font-size: .85rem;
    line-height: 1.7;
}

.home-news-card--feature p {
    max-width: 670px;
    color: rgba(255, 255, 255, .78);
}

.home-news__empty {
    padding: 80px 25px;
    border: 1px solid var(--home-line);
    color: var(--home-muted);
    text-align: center;
}

.home-news__empty i {
    color: var(--home-gold);
    font-size: 2.5rem;
}

.home-news__empty h3 {
    color: var(--home-navy);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
}

.home-final {
    position: relative;
    display: grid;
    min-height: 650px;
    isolation: isolate;
    place-items: center;
    background: var(--home-navy);
    text-align: center;
}

.home-final > img,
.home-final__shade {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-final__shade {
    z-index: -1;
    background: rgba(3, 15, 27, .78);
}

.home-final__content .home-kicker {
    color: var(--home-gold-light);
}

.home-final h2 {
    max-width: 850px;
    margin: 18px auto 35px;
    color: #fff;
    font-size: clamp(3.4rem, 7vw, 7rem);
    line-height: .92;
}

.home-final__content > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Premium shared-shell finish, scoped to the redesigned homepage only. */
.homepage-v2 .footer {
    padding: 82px 0 30px;
    border-top: 1px solid rgba(234, 212, 156, .22);
    background: #051827;
}

.homepage-v2 .footer-content {
    align-items: start;
    gap: clamp(30px, 5vw, 70px);
}

.homepage-v2 .footer-section h4 {
    margin-bottom: 20px;
    color: var(--home-gold-light);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 400;
}

.homepage-v2 .footer-section p,
.homepage-v2 .footer-section a {
    color: rgba(255, 255, 255, .76);
    font-size: .91rem;
    line-height: 1.75;
}

.homepage-v2 .footer-section li {
    margin-bottom: 10px;
}

.homepage-v2 .footer-logo {
    height: 72px;
    margin-bottom: 18px;
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, .2));
}

.homepage-v2 .social-links {
    gap: 10px;
    margin-top: 22px;
}

.homepage-v2 .social-links a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 0;
}

.homepage-v2 .footer-bottom {
    margin-top: 52px;
    padding-top: 24px;
    border-top-color: rgba(255, 255, 255, .14);
}

@media (max-width: 900px) {
    .home-hero {
        min-height: 720px;
    }

    .home-identity__layout,
    .home-tour__layout {
        grid-template-columns: 1fr;
    }

    .home-identity__copy {
        max-width: 650px;
    }

    .home-stage--early,
    .home-stage--primary,
    .home-stage--prep,
    .home-stage--secondary {
        grid-column: span 6;
        margin-top: 0;
    }

    .home-news__layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .home-news-card--feature {
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    .home-shell,
    .home-announcement > a {
        width: min(100% - 28px, 1180px);
    }

    .home-announcement > a {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .home-announcement__icon {
        width: 44px;
        height: 44px;
    }

    .home-announcement__copy strong {
        width: 100%;
        max-width: 100%;
        font-size: 1.12rem;
        overflow-wrap: anywhere;
    }

    .home-announcement__action {
        grid-column: 2;
        justify-self: start;
    }

    .home-hero {
        min-height: 670px;
    }

    .home-hero__veil {
        background:
            linear-gradient(0deg, rgba(3, 15, 27, .98) 0%, rgba(3, 15, 27, .9) 43%, rgba(3, 15, 27, .38) 78%, rgba(3, 15, 27, .16) 100%),
            linear-gradient(90deg, rgba(3, 15, 27, .32), transparent 70%);
    }

    .home-hero__arch {
        top: 9%;
        right: 10%;
        width: 80%;
        height: 57%;
    }

    .home-hero__content {
        align-self: end;
        width: min(100% - 28px, 1180px);
        max-width: calc(100% - 28px);
        padding: 86px 0 128px;
    }

    .home-hero h1 {
        max-width: 100%;
        font-size: clamp(2.7rem, 12.5vw, 3.4rem);
        letter-spacing: -.045em;
        line-height: .94;
    }

    .home-hero__actions {
        display: grid;
        width: 100%;
        max-width: 320px;
    }

    .home-hero__scroll {
        display: none;
    }

    .home-hero__controls {
        bottom: 24px;
        left: 14px;
    }

    .home-identity,
    .home-news {
        padding: 82px 0;
    }

    .home-identity__layout,
    .home-section-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-journey {
        padding: 82px 0;
    }

    .home-journey__chapters {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-stage--early,
    .home-stage--primary,
    .home-stage--prep,
    .home-stage--secondary {
        grid-column: auto;
        min-height: 440px;
    }

    .home-stage--early > a,
    .home-stage--secondary > a {
        border-radius: 42% 42% 0 0 / 14% 14% 0 0;
    }

    .home-tour {
        padding: 84px 0;
    }

    .home-tour__images {
        min-height: 440px;
    }

    .home-tour__detail {
        border-width: 7px;
    }

    .home-news .home-section-heading {
        grid-template-columns: 1fr;
    }

    .home-news-card {
        grid-template-columns: 115px 1fr;
    }

    .home-news-card--feature {
        min-height: 500px;
    }

    .home-news-card--feature .home-news-card__copy {
        padding: 25px;
    }

    .home-news-card__copy {
        padding: 16px;
    }

    .home-news-card:not(.home-news-card--feature) p {
        display: none;
    }

    .home-final {
        min-height: 570px;
    }

    .homepage-v2 .footer {
        padding-top: 62px;
    }

    .homepage-v2 .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 38px 24px;
    }

    .homepage-v2 .footer-section:first-child,
    .homepage-v2 .footer-section:last-child {
        grid-column: 1 / -1;
    }

    .homepage-v2 .footer-section h4 {
        font-size: 1.12rem;
    }

    .homepage-v2 .footer-section p,
    .homepage-v2 .footer-section a {
        font-size: .95rem;
    }

    .homepage-v2 .footer-section li {
        margin-bottom: 13px;
    }
}

@media (max-width: 480px) {
    .home-announcement > a {
        display: flex;
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 18px 14px;
    }

    .home-announcement__copy,
    .home-announcement__action {
        width: 100%;
        max-width: 100%;
    }

    .home-announcement__action {
        align-self: flex-start;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__slide {
        transform: none;
        transition: none;
    }

    .home-stage,
    .home-tour__images {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .home-stage img,
    .home-button {
        transition: none;
    }
}
