.resorts-page {
    background: var(--paper);
}

.resorts-page article,
.resorts-page section {
    min-width: 0;
    scroll-margin-top: 6rem;
}

.resorts-hero {
    min-height: min(55rem, calc(100svh - var(--page-frame)));
    position: relative;
    display: grid;
    align-items: end;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.resorts-hero__media,
.resorts-hero__shade {
    position: absolute;
    inset: 0;
}

.resorts-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 56%;
}

.resorts-hero__shade {
    background: linear-gradient(90deg, rgba(9, 12, 12, .91), rgba(9, 12, 12, .62) 52%, rgba(9, 12, 12, .18)), linear-gradient(0deg, rgba(9, 12, 12, .72), transparent 55%);
}

.resorts-hero__content {
    position: relative;
    z-index: 1;
    width: min(76rem, calc(100% - 4rem));
    margin: 0 auto;
    padding: 9rem 0 12rem;
}

.resorts-hero h1 {
    max-width: 17ch;
    margin: .8rem 0 1rem;
    font-size: clamp(3rem, 6.8vw, 7.5rem);
    line-height: .91;
    letter-spacing: -.065em;
}

.resorts-hero__lead {
    max-width: 51rem;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    line-height: 1.65;
}

.resorts-verdict {
    position: absolute;
    z-index: 2;
    right: max(2rem, calc((100% - 76rem) / 2));
    bottom: 2rem;
    width: min(48rem, calc(100% - 4rem));
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 1rem;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(13, 16, 16, .8);
    backdrop-filter: blur(18px);
}

.resorts-verdict>span {
    display: grid;
    place-items: center;
    min-height: 3.5rem;
    background: var(--red);
    font-size: 1.25rem;
}

.resorts-verdict h2 {
    margin: 0 0 .35rem;
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.resorts-verdict p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: .88rem;
    line-height: 1.55;
}

.resorts-intents {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--ink);
}

.resorts-intents article {
    min-height: 14rem;
    padding: 1.4rem;
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.resorts-intents span,
.resort-card>header>span {
    color: var(--red);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.resorts-intents h3 {
    margin: 2.5rem 0 .7rem;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem);
    line-height: 1.05;
}

.resorts-intents p {
    margin: 0;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.55;
}

.resorts-coasts__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, .22);
}

.resorts-coasts__grid article {
    padding: clamp(1.5rem, 4vw, 3.5rem);
    background: var(--ink);
}

.resorts-coasts__grid>article>i {
    color: var(--red);
    font-size: 2rem;
}

.resorts-coasts__grid h3 {
    max-width: 17ch;
    margin: 3rem 0 1rem;
    color: var(--white);
    font-size: clamp(1.8rem, 3.2vw, 3.5rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.resorts-coasts__grid p {
    max-width: 42rem;
    color: rgba(255, 255, 255, .7);
    line-height: 1.7;
}

.resorts-coasts__grid article>div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 2rem;
}

.resorts-coasts__grid span {
    padding: .45rem .7rem;
    border: 1px solid rgba(255, 255, 255, .3);
    color: var(--white);
    font-size: .78rem;
}

.resort-card-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.resort-card {
    display: flex;
    flex-direction: column;
    padding: clamp(1.25rem, 2.4vw, 2rem);
    border: 1px solid var(--ink);
    background: rgba(255, 255, 255, .38);
}

.resort-card>header {
    min-height: 6.5rem;
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    gap: .8rem;
    align-items: start;
}

.resort-card h3 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3.1rem);
    line-height: .94;
    letter-spacing: -.05em;
}

.resort-card>header p {
    margin: .55rem 0 0;
    color: var(--red);
    font-size: .8rem;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.resort-card__media {
    display: block;
    margin: .6rem 0 1.2rem;
    overflow: hidden;
    aspect-ratio: 16 / 7;
    background: #d3cec2;
}

.resort-card__credit {
    margin: -.75rem 0 1rem;
    color: var(--muted);
    font-size: .65rem;
    line-height: 1.45;
}

.resort-card__credit a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.resort-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.resort-card:hover .resort-card__media img {
    transform: scale(1.025);
}

.resort-card__summary {
    margin: .8rem 0 1.25rem;
    color: var(--muted);
    line-height: 1.68;
}

.resort-card__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto 0 0;
    border-top: 1px solid rgba(16, 16, 16, .18);
    border-left: 1px solid rgba(16, 16, 16, .18);
}

.resort-card__facts>div {
    padding: .85rem;
    border-right: 1px solid rgba(16, 16, 16, .18);
    border-bottom: 1px solid rgba(16, 16, 16, .18);
}

.resort-card__facts dt {
    display: flex;
    gap: .4rem;
    align-items: center;
    margin-bottom: .35rem;
    color: var(--muted);
    font-size: .68rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.resort-card__facts dt i {
    color: var(--red);
}

.resort-card__facts dd {
    margin: 0;
    font-size: .86rem;
    line-height: 1.45;
}

.resort-card__caveat {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: .7rem;
    margin-top: 1rem;
    padding: .9rem;
    background: #e7dfcf;
}

.resort-card__caveat>i {
    color: var(--red);
}

.resort-card__caveat small,
.resort-card__places>small {
    display: block;
    margin-bottom: .2rem;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.resort-card__caveat p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.5;
}

.resort-card__places {
    margin-top: 1rem;
}

.resort-card__places>div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.resort-card__places a {
    min-height: 44px;
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    padding: .55rem .7rem;
    border: 1px solid var(--ink);
    color: var(--ink);
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
}

.resort-card__places a:hover {
    background: var(--ink);
    color: var(--white);
}

.resorts-compare__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.resorts-compare__grid article {
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid var(--ink);
    background: var(--white);
}

.resorts-compare__grid article>div {
    display: flex;
}

.resorts-compare__grid span {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border: 1px solid var(--ink);
    font-weight: 900;
}

.resorts-compare__grid span+span {
    margin-left: -.4rem;
    background: var(--red);
    color: var(--white);
}

.resorts-compare__grid h3 {
    margin: 2.5rem 0 .8rem;
    font-size: clamp(1.5rem, 2.5vw, 2.6rem);
}

.resorts-compare__grid p,
.resorts-season__grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.resorts-season__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--ink);
}

.resorts-season__grid article {
    padding: clamp(1.3rem, 2.5vw, 2rem);
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.resorts-season__grid h3 {
    margin: 0 0 2rem;
    color: var(--red);
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}

.resorts-related {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .9fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.resorts-related h2 {
    max-width: 13ch;
    margin: .5rem 0 1rem;
    color: var(--white);
    font-size: clamp(2.2rem, 5vw, 5.6rem);
    line-height: .92;
    letter-spacing: -.055em;
}

.resorts-related>div>p:last-child {
    max-width: 46rem;
    color: rgba(255, 255, 255, .67);
    line-height: 1.7;
}

.resorts-related nav {
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.resorts-related nav a {
    min-height: 4.5rem;
    display: grid;
    grid-template-columns: 1.5rem 1fr 1rem;
    gap: .8rem;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    color: var(--white);
    text-decoration: none;
}

.resorts-related nav a>i:first-child {
    color: var(--red);
}

.resorts-related nav a>i:last-child {
    transition: transform .2s;
}

.resorts-related nav a:hover>i:last-child {
    transform: translateX(.3rem);
}

@media (max-width: 1024px) {
    .resorts-intents {
        grid-template-columns: repeat(2, 1fr);
    }

    .resorts-hero__content {
        width: calc(100% - 2.5rem);
    }

    .resorts-verdict {
        right: 1.25rem;
        width: calc(100% - 2.5rem);
    }

    .resorts-related {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .resorts-hero {
        min-height: 48rem;
        align-items: start;
    }

    .resorts-hero__shade {
        background: linear-gradient(0deg, rgba(9, 12, 12, .94), rgba(9, 12, 12, .66) 70%, rgba(9, 12, 12, .28));
    }

    .resorts-hero__content {
        width: calc(100% - 1.5rem);
        padding: 7rem 0 13rem;
    }

    .resorts-hero h1 {
        font-size: clamp(2.7rem, 14vw, 4.2rem);
    }

    .resorts-hero__lead {
        font-size: .94rem;
        line-height: 1.55;
    }

    .resorts-verdict {
        right: .75rem;
        bottom: .75rem;
        width: calc(100% - 1.5rem);
        grid-template-columns: 2.75rem 1fr;
        padding: .85rem;
    }

    .resorts-verdict>span {
        min-height: 2.75rem;
    }

    .resorts-verdict p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .resorts-intents,
    .resorts-coasts__grid,
    .resort-card-list,
    .resorts-compare__grid,
    .resorts-season__grid {
        grid-template-columns: 1fr;
    }

    .resorts-intents article {
        min-height: auto;
    }

    .resorts-intents h3,
    .resorts-coasts__grid h3 {
        margin-top: 1.5rem;
    }

    .resort-card>header {
        min-height: auto;
        margin-bottom: 1rem;
    }

    .resort-card__facts {
        grid-template-columns: 1fr;
    }

    .resort-card__media {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 390px) {
    .resorts-hero {
        min-height: 51rem;
    }

    .resorts-hero__content {
        padding-top: 6.4rem;
    }

    .resorts-verdict p {
        -webkit-line-clamp: 3;
    }
}
