.theth-valbona-body {
    --north-ink: #101716;
    --north-cream: #eee6d7;
    --north-red: #d71920;
    --north-ice: #b9d9e5;
    --north-fir: #174b3b;
    --north-limestone: #aeb4ad;
    --north-ochre: #ba7b32;
    background: var(--north-cream);
}

.theth-valbona-page {
    overflow: clip;
    color: var(--north-ink);
    background:
        radial-gradient(circle at 12% 8%, rgba(23, 75, 59, .06), transparent 22rem),
        linear-gradient(90deg, rgba(16, 23, 22, .035) 1px, transparent 1px) 0 0 / 5rem 5rem,
        var(--north-cream);
}

.theth-valbona-page .section {
    width: min(100% - 2rem, 82rem);
    margin-inline: auto;
    padding-block: clamp(3.5rem, 7vw, 7rem);
}

.northbound-hero {
    position: relative;
    min-height: min(57rem, 95svh);
    display: grid;
    align-items: end;
    isolation: isolate;
    color: #fff;
    background: #12231e;
}

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

.northbound-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 46%;
}

.northbound-hero__shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(6, 13, 11, .9) 0%, rgba(6, 13, 11, .66) 48%, rgba(6, 13, 11, .13) 82%),
        linear-gradient(0deg, rgba(6, 13, 11, .91), transparent 62%);
}

.northbound-contours {
    position: absolute;
    z-index: 2;
    inset: 0 0 0 auto;
    width: min(48vw, 46rem);
    overflow: hidden;
    opacity: .32;
    pointer-events: none;
}

.northbound-contours i {
    position: absolute;
    right: -18%;
    width: 86%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 47% 53% 59% 41% / 44% 39% 61% 56%;
    transform: rotate(-18deg);
}

.northbound-contours i:nth-child(1) { top: 2%; }
.northbound-contours i:nth-child(2) { top: 11%; right: -10%; width: 72%; }
.northbound-contours i:nth-child(3) { top: 22%; right: -2%; width: 58%; }
.northbound-contours i:nth-child(4) { top: 32%; right: 7%; width: 43%; }

.northbound-hero__content {
    position: relative;
    z-index: 3;
    width: min(100% - 2rem, 82rem);
    margin-inline: auto;
    padding: clamp(7rem, 15vw, 11rem) 0 clamp(4.5rem, 9vw, 7.5rem);
}

.northbound-hero .breadcrumbs a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.northbound-hero h1 {
    max-width: 15ch;
    margin: 1rem 0 1.25rem;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(2.45rem, 7vw, 6.3rem);
    line-height: .95;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.northbound-hero__lead {
    max-width: 48rem;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(1.02rem, 1.8vw, 1.32rem);
    line-height: 1.65;
}

.northbound-disclaimer,
.northbound-warning,
.northbound-note,
.weather-buffer__rule {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: 1rem 1.1rem;
    border-left: 4px solid var(--north-ochre);
    line-height: 1.55;
}

.northbound-disclaimer {
    max-width: 46rem;
    margin: 1.25rem 0 0;
    color: #fff;
    background: rgba(12, 18, 16, .7);
    backdrop-filter: blur(8px);
}

.northbound-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.northbound-button,
.northbound-source-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    padding: .85rem 1.1rem;
    border: 1px solid currentColor;
    color: inherit;
    font-weight: 800;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.northbound-button:hover,
.northbound-button:focus-visible,
.northbound-source-link:hover,
.northbound-source-link:focus-visible {
    color: var(--north-ink);
    background: #fff;
}

.northbound-button--primary {
    color: #fff;
    border-color: var(--north-red);
    background: var(--north-red);
}

.northbound-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 32rem);
    align-items: end;
    gap: clamp(1.5rem, 5vw, 5rem);
    margin-bottom: clamp(2rem, 5vw, 3.75rem);
}

.northbound-section-head h2 {
    max-width: 17ch;
    margin: .5rem 0 0;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.northbound-section-head > p {
    margin: 0;
    color: #595b54;
    font-size: 1.03rem;
    line-height: 1.72;
}

.northbound-section-head--light,
.northbound-section-head--light > p {
    color: #fff;
}

.valley-decision__grid,
.trip-frame__grid,
.weather-buffer__grid,
.responsible-alps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.valley-decision__grid article,
.trip-frame__grid article,
.weather-buffer__grid article,
.responsible-alps__grid article {
    position: relative;
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(16, 23, 22, .22);
    background: rgba(255, 255, 255, .55);
}

.valley-decision__grid article {
    border-top: 5px solid var(--north-fir);
}

.valley-decision__grid article:last-child {
    border-top-color: var(--north-red);
}

.valley-decision__grid article > span {
    color: var(--north-red);
    font: 800 .78rem/1 "Unbounded", sans-serif;
    letter-spacing: .14em;
}

.valley-decision h3,
.trip-frame h3,
.protected-alps h3,
.direction-choice h3,
.weather-buffer h3,
.responsible-alps h3 {
    margin: .85rem 0 .65rem;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    line-height: 1.25;
}

.valley-decision article > p,
.trip-frame article > p,
.weather-buffer article > p,
.responsible-alps article > p {
    color: #5c5b54;
    line-height: 1.65;
}

.valley-decision dl {
    margin: 1.25rem 0 0;
}

.valley-decision dl div {
    padding: .75rem 0;
    border-top: 1px solid rgba(16, 23, 22, .14);
}

.valley-decision dt {
    color: #67675f;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.valley-decision dd {
    margin: .25rem 0 0;
    line-height: 1.5;
}

.northbound-toc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
    margin-top: 2rem;
    padding: .75rem;
    border: 1px solid rgba(16, 23, 22, .2);
    background: rgba(255, 255, 255, .48);
}

.northbound-toc b,
.northbound-toc a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: .65rem .8rem;
}

.northbound-toc a {
    color: var(--north-ink);
    text-decoration-thickness: 1px;
    text-underline-offset: .25em;
}

.protected-alps,
.guide-gate,
.responsible-alps {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(185, 217, 229, .08), transparent 45%),
        var(--north-fir);
}

.protected-alps__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.protected-alps__grid article {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(7, 28, 22, .45);
}

.protected-alps__grid article > i {
    color: var(--north-ice);
    font-size: 1.6rem;
}

.protected-alps__grid p,
.guide-gate p,
.responsible-alps p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.7;
}

.northbound-source-link {
    margin-top: 1.25rem;
    color: var(--north-fir);
}

.northbound-source-link--dark {
    color: #fff;
}

.trip-frame__grid {
    counter-reset: field-day;
}

.trip-frame__grid article {
    counter-increment: field-day;
    padding-top: 4.5rem;
}

.trip-frame__grid article::before {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    content: "D" counter(field-day);
    color: var(--north-red);
    font: 800 .8rem/1 "Unbounded", sans-serif;
    letter-spacing: .12em;
}

.northbound-note,
.northbound-warning,
.weather-buffer__rule {
    margin-top: 1.5rem;
    color: var(--north-ink);
    background: rgba(186, 123, 50, .12);
}

.pass-profile {
    position: relative;
}

.pass-profile__graphic {
    position: relative;
    min-height: 22rem;
    padding: clamp(2rem, 5vw, 4rem);
    overflow: hidden;
    color: #fff;
    background: var(--north-ink);
}

.pass-profile__line {
    position: absolute;
    inset: 13% 5% 18%;
    border-bottom: 3px solid var(--north-red);
    clip-path: polygon(0 82%, 18% 67%, 36% 22%, 50% 6%, 66% 41%, 82% 68%, 100% 88%, 100% 100%, 0 100%);
    background:
        repeating-linear-gradient(0deg, transparent 0 22px, rgba(185, 217, 229, .16) 23px 24px),
        linear-gradient(180deg, rgba(185, 217, 229, .3), rgba(23, 75, 59, .58));
}

.pass-profile__line span {
    position: absolute;
    bottom: 1.25rem;
    z-index: 1;
    font-weight: 800;
}

.pass-profile__line span:nth-child(1) { left: 1rem; }
.pass-profile__line span:nth-child(2) { left: 50%; bottom: 78%; transform: translateX(-50%); }
.pass-profile__line span:nth-child(3) { right: 1rem; }

.pass-profile__stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 13rem;
    background: rgba(255, 255, 255, .18);
}

.pass-profile__stats article {
    padding: 1rem;
    background: rgba(8, 16, 14, .78);
}

.pass-profile__stats h3 {
    margin: 0 0 .4rem;
    color: var(--north-ice);
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
}

.pass-profile__stats p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    line-height: 1.5;
}

.pass-profile__text-equivalent {
    position: relative;
    z-index: 2;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: .88rem;
}

.direction-choice {
    color: #fff;
    background: #1d2624;
}

.direction-choice > .section {
    width: min(100% - 2rem, 82rem);
    margin-inline: auto;
    padding-block: clamp(3.5rem, 7vw, 7rem);
}

.direction-choice__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    counter-reset: direction;
    background: rgba(255, 255, 255, .18);
}

.direction-choice__list article {
    counter-increment: direction;
    min-width: 0;
    padding: 1.35rem;
    background: #1d2624;
}

.direction-choice__list article::before {
    content: "0" counter(direction);
    color: var(--north-ochre);
    font: 800 .78rem/1 "Unbounded", sans-serif;
}

.direction-choice__list p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.6;
}

.theth-only__layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.theth-only picture,
.valbona-only__media {
    min-height: 34rem;
    display: block;
    overflow: hidden;
}

.theth-only picture img,
.valbona-only__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theth-only picture img { object-position: 50% 54%; }
.valbona-only__media img { object-position: 50% 48%; }

.theth-only ol {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
    counter-reset: theth-stop;
}

.theth-only ol li {
    counter-increment: theth-stop;
    position: relative;
    padding: 1.15rem 0 1.15rem 3.1rem;
    border-top: 1px solid rgba(16, 23, 22, .18);
}

.theth-only ol li::before {
    position: absolute;
    top: 1.05rem;
    left: 0;
    content: counter(theth-stop, decimal-leading-zero);
    color: var(--north-red);
    font: 800 .8rem/1 "Unbounded", sans-serif;
}

.theth-only h3 {
    margin: 0 0 .45rem;
}

.theth-only p {
    line-height: 1.65;
}

.theth-only a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.valbona-only {
    position: relative;
    min-height: 40rem;
    display: grid;
    align-items: end;
    isolation: isolate;
    color: #fff;
    background: #162921;
}

.valbona-only__media,
.valbona-only__shade {
    position: absolute;
    inset: 0;
}

.valbona-only__shade {
    z-index: 1;
    background: linear-gradient(90deg, rgba(6, 18, 14, .88), rgba(6, 18, 14, .58) 52%, rgba(6, 18, 14, .12));
}

.valbona-only__content {
    position: relative;
    z-index: 2;
    margin-inline: max(1rem, calc((100% - 82rem) / 2));
}

.valbona-only__content h2 {
    max-width: 15ch;
    margin: .6rem 0 1rem;
    font: 700 clamp(2rem, 5vw, 4.8rem)/1 "Unbounded", sans-serif;
    letter-spacing: -.05em;
}

.valbona-only__content > p {
    max-width: 45rem;
    color: rgba(255, 255, 255, .85);
    font-size: 1.08rem;
    line-height: 1.7;
}

.go-no-go-gate__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.go-no-go-gate__grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    border: 1px solid rgba(16, 23, 22, .2);
    background: rgba(255, 255, 255, .55);
}

.go-no-go-gate__grid i {
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--north-fir);
}

.go-no-go-gate__grid h3,
.go-no-go-gate__grid p {
    grid-column: 2;
    margin: 0;
}

.go-no-go-gate__grid p {
    margin-top: .35rem;
    color: #5b5c55;
    line-height: 1.55;
}

.guide-gate > .section {
    width: min(100% - 2rem, 82rem);
    margin-inline: auto;
    padding-block: clamp(3.5rem, 7vw, 7rem);
}

.guide-gate ol {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: guide-reason;
    background: rgba(255, 255, 255, .18);
}

.guide-gate li {
    counter-increment: guide-reason;
    min-width: 0;
    padding: 1.3rem;
    background: rgba(8, 31, 24, .78);
}

.guide-gate li::before {
    content: counter(guide-reason, decimal-leading-zero);
    color: var(--north-ice);
    font: 800 .78rem/1 "Unbounded", sans-serif;
}

.guide-gate h3 {
    margin: .8rem 0 .5rem;
    font-size: 1rem;
}

.luggage-loop__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.luggage-loop__steps li {
    position: relative;
    min-width: 0;
    padding: 3.7rem 1.25rem 1.25rem;
    border: 1px solid rgba(16, 23, 22, .2);
}

.luggage-loop__steps i {
    position: absolute;
    top: 1.15rem;
    left: 1.25rem;
    color: var(--north-red);
    font-size: 1.25rem;
}

.luggage-loop__steps h3 {
    margin: 0 0 .55rem;
}

.luggage-loop__steps p {
    color: #5b5c55;
    line-height: 1.6;
}

.luggage-loop__places {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.luggage-loop__places article {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    color: #fff;
    background: var(--north-ink);
}

.luggage-loop__places article:last-child {
    background: var(--north-fir);
}

.luggage-loop__places p {
    color: rgba(255, 255, 255, .78);
    line-height: 1.65;
}

.luggage-loop__places a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #fff;
}

.weather-buffer {
    padding: clamp(3.5rem, 7vw, 7rem) max(1rem, calc((100% - 82rem) / 2));
    background:
        linear-gradient(135deg, rgba(185, 217, 229, .7), rgba(255, 255, 255, .12)),
        #d7d9d0;
}

.weather-buffer__grid article {
    background: rgba(255, 255, 255, .72);
}

.weather-buffer__rule {
    border-left-color: var(--north-red);
    background: rgba(215, 25, 32, .1);
}

.responsible-alps__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.responsible-alps__grid article {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
    background: rgba(7, 29, 22, .48);
}

.responsible-alps__grid i {
    color: var(--north-ice);
    font-size: 1.3rem;
}

.northbound-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    align-items: start;
}

.northbound-links > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.northbound-links a {
    min-height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(16, 23, 22, .22);
    color: var(--north-ink);
    font-weight: 800;
    text-decoration: none;
}

.northbound-links a:hover,
.northbound-links a:focus-visible {
    color: #fff;
    background: var(--north-fir);
}

.northbound-faq {
    border-top: 1px solid rgba(16, 23, 22, .18);
}

.northbound-faq__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.northbound-faq details {
    border: 1px solid rgba(16, 23, 22, .2);
    background: rgba(255, 255, 255, .5);
}

.northbound-faq summary {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.northbound-faq summary::-webkit-details-marker { display: none; }
.northbound-faq details[open] summary i { transform: rotate(180deg); }
.northbound-faq details p { margin: 0; padding: 0 1rem 1.15rem; color: #585a54; line-height: 1.65; }

.northbound-sources {
    color: #fff;
    background: var(--north-ink);
}

.northbound-sources__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.northbound-sources__grid a {
    min-height: 44px;
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    text-decoration: none;
}

.northbound-sources__grid a:hover,
.northbound-sources__grid a:focus-visible {
    background: rgba(255, 255, 255, .08);
}

.northbound-sources__grid strong,
.northbound-sources__grid span {
    display: block;
}

.northbound-sources__grid span {
    margin-top: .35rem;
    color: rgba(255, 255, 255, .65);
    line-height: 1.5;
}

.northbound-related {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: clamp(1.5rem, 5vw, 5rem);
}

.northbound-related > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.northbound-related a {
    min-height: 5rem;
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid rgba(16, 23, 22, .2);
    color: var(--north-ink);
    font-weight: 800;
    text-decoration: none;
}

.northbound-related a:hover,
.northbound-related a:focus-visible {
    color: #fff;
    background: var(--north-red);
}

@media (max-width: 64rem) {
    .direction-choice__list,
    .guide-gate ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .luggage-loop__steps,
    .responsible-alps__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .northbound-links,
    .northbound-related {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 48rem) {
    .northbound-hero {
        min-height: 46rem;
    }

    .northbound-hero__media img {
        object-position: 62% 48%;
    }

    .northbound-hero__shade {
        background: linear-gradient(0deg, rgba(6, 13, 11, .95) 0%, rgba(6, 13, 11, .58) 72%, rgba(6, 13, 11, .23));
    }

    .northbound-contours {
        width: 75vw;
        opacity: .2;
    }

    .northbound-section-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .valley-decision__grid,
    .trip-frame__grid,
    .weather-buffer__grid,
    .protected-alps__grid,
    .go-no-go-gate__grid,
    .luggage-loop__places,
    .northbound-faq__list,
    .northbound-sources__grid {
        grid-template-columns: 1fr;
    }

    .pass-profile__graphic {
        min-height: 30rem;
        padding: 1rem;
    }

    .pass-profile__line {
        inset: 8% -8% 35%;
    }

    .pass-profile__stats {
        grid-template-columns: 1fr;
        margin-top: 16rem;
    }

    .theth-only__layout {
        grid-template-columns: 1fr;
    }

    .theth-only picture {
        min-height: 27rem;
        order: -1;
    }

    .theth-only picture img {
        object-position: 54% 50%;
    }

    .valbona-only__media {
        min-height: 36rem;
    }

    .valbona-only__media img {
        object-position: 58% 50%;
    }

    .valbona-only__shade {
        background: linear-gradient(0deg, rgba(6, 18, 14, .94), rgba(6, 18, 14, .35) 78%);
    }

    .northbound-links > div:last-child,
    .northbound-related > div:last-child {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 36rem) {
    .theth-valbona-page .section,
    .northbound-hero__content,
    .direction-choice > .section,
    .guide-gate > .section {
        width: min(100% - 1rem, 82rem);
    }

    .northbound-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.25rem);
    }

    .northbound-actions,
    .northbound-button {
        width: 100%;
    }

    .northbound-toc {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .northbound-toc b {
        grid-column: 1 / -1;
    }

    .direction-choice__list,
    .guide-gate ol,
    .luggage-loop__steps,
    .responsible-alps__grid {
        grid-template-columns: 1fr;
    }

    .pass-profile__line span:nth-child(2) {
        bottom: 72%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .theth-valbona-page *,
    .theth-valbona-page *::before,
    .theth-valbona-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
