/* =========================================================
   DESTINATION PAGE
========================================================= */

.destination-page {

    width: 100%;
    overflow: hidden;

    background: #f5f2ed;

}


.destination-page .container {

    width: min(1180px, calc(100% - 64px));

    margin: 0 auto;

}


/* =========================================================
   HERO
========================================================= */

.destination-hero {

    position: relative;

    min-height: 760px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #062b49;

    color: #fff;

}


.destination-hero-image {

    position: absolute;
    inset: 0;

    background-size: cover;
    background-position: center;

    transform: scale(1.07);

    animation:
        destinationHeroZoom 13s
        cubic-bezier(.2,.6,.2,1)
        forwards;

}


@keyframes destinationHeroZoom {

    from {
        transform: scale(1.09);
    }

    to {
        transform: scale(1);
    }

}


.destination-hero-overlay {

    position: absolute;
    inset: 0;

    background:

        linear-gradient(
            90deg,
            rgba(3,25,45,.97),
            rgba(3,25,45,.63) 53%,
            rgba(3,25,45,.15)
        ),

        linear-gradient(
            0deg,
            rgba(3,25,45,.92),
            transparent 67%
        );

}


.destination-hero-inner {

    position: relative;

    z-index: 2;

    padding-top: 65px;

}


.destination-hero-meta {

    display: flex;

    align-items: center;

    gap: 13px;

    color: rgba(255,255,255,.45);

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .20em;

}


.destination-hero-meta i {

    width: 22px;

    height: 1px;

    background: rgba(255,255,255,.28);

}


.destination-hero h1 {

    max-width: 900px;

    margin: 30px 0 0;

    color: #fff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:
        clamp(85px, 11vw, 155px);

    line-height: .74;

    font-weight: 500;

    letter-spacing: -.075em;

}


.destination-hero h1 em {

    display: block;

    margin-top: 14px;

    color: #dfc0c3;

    font-size: .47em;

    line-height: 1;

    font-style: italic;

    font-weight: 400;

    letter-spacing: -.035em;

}


.destination-hero p {

    max-width: 450px;

    margin: 43px 0 0;

    color: rgba(255,255,255,.58);

    font-family: Arial, sans-serif;

    font-size: 10px;

    line-height: 1.9;

}


.destination-hero-btn {

    display: inline-flex;

    align-items: center;

    gap: 30px;

    margin-top: 38px;

    padding-bottom: 12px;

    border-bottom:
        1px solid
        rgba(255,255,255,.38);

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .17em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        gap .3s ease,
        color .3s ease;

}


.destination-hero-btn:hover {

    gap: 43px;

    color: #dfc0c3;

}


.destination-hero-btn b {

    font-size: 16px;

    font-weight: 400;

}


.destination-hero-number {

    position: absolute;

    z-index: 2;

    right: 5%;

    bottom: 55px;

    color: rgba(255,255,255,.18);

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 145px;

    line-height: 1;

}


/* =========================================================
   FACTS
========================================================= */

.destination-facts {

    background: #062b49;

    color: #fff;

}


.destination-facts-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

}


.destination-fact {

    min-height: 145px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 25px 30px;

    border-right:
        1px solid
        rgba(255,255,255,.12);

}


.destination-fact:first-child {

    padding-left: 0;

}


.destination-fact:last-child {

    border-right: 0;

}


.destination-fact span {

    margin-bottom: 12px;

    color: rgba(255,255,255,.38);

    font-family: Arial, sans-serif;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .18em;

}


.destination-fact strong {

    color: #fff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 17px;

    line-height: 1.25;

    font-weight: 400;

}


.destination-fact-link {

    align-items: flex-end;

}


.destination-fact-link a {

    display: inline-flex;

    align-items: center;

    gap: 20px;

    color: #dfc0c3;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .13em;

    text-decoration: none;

    text-transform: uppercase;

    transition: gap .3s ease;

}


.destination-fact-link a:hover {

    gap: 30px;

}


.destination-fact-link b {

    font-size: 15px;

    font-weight: 400;

}


/* =========================================================
   STORY
========================================================= */

.destination-story {

    padding: 145px 0 130px;

    background: #f5f2ed;

}


.destination-story-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 110px;

}


.destination-story-title h2 {

    max-width: 530px;

    margin: 18px 0 0;

    color: #062b49;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:
        clamp(65px, 6.5vw, 92px);

    line-height: .81;

    font-weight: 500;

    letter-spacing: -.065em;

}


.destination-story-title h2 em {

    display: block;

    color: #a92e35;

    font-style: italic;

    font-weight: 400;

}


.destination-story-copy {

    padding-top: 50px;

}


.destination-story-lead {

    max-width: 520px;

    margin: 0;

    color: #062b49;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 26px;

    line-height: 1.35;

    letter-spacing: -.025em;

}


.destination-story-copy > p:last-child {

    max-width: 470px;

    margin: 35px 0 0;

    color: #6e7679;

    font-family: Arial, sans-serif;

    font-size: 10px;

    line-height: 1.95;

}


/* =========================================================
   STORY IMAGE
========================================================= */

.destination-story-image {

    position: relative;

    height: 680px;

    margin-top: 100px;

    overflow: hidden;

}


.destination-story-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 1.2s ease;

}


.destination-story-image:hover img {

    transform: scale(1.04);

}


.destination-story-image::after {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            0deg,
            rgba(3,25,45,.75),
            transparent 45%
        );

}


.destination-story-caption {

    position: absolute;

    z-index: 2;

    left: 35px;

    right: 35px;

    bottom: 30px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}


.destination-story-caption span {

    color: #fff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 27px;

}


.destination-story-caption small {

    color: rgba(255,255,255,.52);

    font-family: Arial, sans-serif;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .18em;

}


/* =========================================================
   PLACES
========================================================= */

.destination-places {

    padding: 140px 0;

    background: #fff;

}


.destination-section-heading h2 {

    max-width: 750px;

    margin: 18px 0 0;

    color: #062b49;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:
        clamp(65px, 7vw, 95px);

    line-height: .79;

    font-weight: 500;

    letter-spacing: -.07em;

}


.destination-section-heading h2 em {

    color: #a92e35;

    font-style: italic;

    font-weight: 400;

}


.destination-places-list {

    margin-top: 85px;

    border-top:
        1px solid
        rgba(6,43,73,.15);

}


.destination-place {

    display: grid;

    grid-template-columns: 80px 1fr 50px;

    align-items: center;

    min-height: 125px;

    border-bottom:
        1px solid
        rgba(6,43,73,.15);

    transition:
        padding .4s ease,
        background .4s ease;

}


.destination-place:hover {

    padding-left: 20px;

    background: #f5f2ed;

}


.destination-place > span {

    color: #a92e35;

    font-family: Georgia, serif;

    font-size: 11px;

}


.destination-place h3 {

    margin: 0;

    color: #062b49;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 34px;

    font-weight: 500;

    letter-spacing: -.035em;

}


.destination-place-arrow {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(6,43,73,.18);

    border-radius: 50%;

    color: #062b49;

    font-size: 14px;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;

}


.destination-place:hover
.destination-place-arrow {

    transform: rotate(45deg);

    background: #062b49;

    color: #fff;

}


/* =========================================================
   EXPERIENCE
========================================================= */

.destination-experience {

    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #062b49;

}


.destination-experience-bg {

    position: absolute;

    inset: 0;

    background-size: cover;

    background-position: center;

    transition:
        transform 1.2s ease;

}


.destination-experience:hover
.destination-experience-bg {

    transform: scale(1.04);

}


.destination-experience-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3,25,45,.96),
            rgba(3,25,45,.61),
            rgba(3,25,45,.15)
        );

}


.destination-experience-inner {

    position: relative;

    z-index: 2;

}


.destination-experience-inner > span {

    color: rgba(255,255,255,.43);

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .22em;

}


.destination-experience-inner h2 {

    max-width: 900px;

    margin: 20px 0 0;

    color: #fff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:
        clamp(65px, 8vw, 110px);

    line-height: .78;

    font-weight: 500;

    letter-spacing: -.07em;

}


.destination-experience-inner h2 em {

    display: block;

    color: #dfc0c3;

    font-style: italic;

    font-weight: 400;

}


.destination-experience-inner p {

    max-width: 430px;

    margin: 35px 0 0;

    color: rgba(255,255,255,.55);

    font-family: Arial, sans-serif;

    font-size: 10px;

    line-height: 1.9;

}


.destination-experience-inner a {

    display: inline-flex;

    align-items: center;

    gap: 30px;

    margin-top: 40px;

    padding-bottom: 11px;

    border-bottom:
        1px solid
        rgba(255,255,255,.35);

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .17em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        gap .3s ease,
        color .3s ease;

}


.destination-experience-inner a:hover {

    gap: 43px;

    color: #dfc0c3;

}


.destination-experience-inner a b {

    font-size: 16px;

    font-weight: 400;

}


/* =========================================================
   OTHER DESTINATIONS
========================================================= */

.other-destinations {

    padding: 140px 0;

    background: #f5f2ed;

}


.other-destination-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;

    margin-top: 75px;

}


.other-destination-card {

    position: relative;

    height: 410px;

    display: block;

    overflow: hidden;

    background: #062b49;

    text-decoration: none;

}


.other-destination-card img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .8s ease;

}


.other-destination-card:hover img {

    transform: scale(1.08);

}


.other-destination-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(3,25,45,.90),
            rgba(3,25,45,.04) 65%
        );

}


.other-destination-content {

    position: absolute;

    z-index: 2;

    left: 22px;

    right: 22px;

    bottom: 22px;

}


.other-destination-content span {

    color: rgba(255,255,255,.48);

    font-family: Arial, sans-serif;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: .17em;

}


.other-destination-content h3 {

    margin: 8px 0 0;

    color: #fff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 28px;

    font-weight: 500;

}


.other-destination-content b {

    position: absolute;

    right: 0;

    bottom: 0;

    width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(255,255,255,.35);

    border-radius: 50%;

    color: #fff;

    font-size: 12px;

    font-weight: 400;

    transition:
        transform .3s ease;

}


.other-destination-card:hover
.other-destination-content b {

    transform: rotate(45deg);

}


/* =========================================================
   FINAL CTA
========================================================= */

.destination-final {

    padding: 145px 0;

    background: #062b49;

}


.destination-final > .container > span {

    color: rgba(255,255,255,.40);

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .22em;

}


.destination-final h2 {

    max-width: 950px;

    margin: 20px 0 0;

    color: #fff;

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size:
        clamp(65px, 8vw, 110px);

    line-height: .78;

    font-weight: 500;

    letter-spacing: -.07em;

}


.destination-final h2 em {

    color: #dfc0c3;

    font-style: italic;

    font-weight: 400;

}


.destination-final a {

    display: inline-flex;

    align-items: center;

    gap: 30px;

    margin-top: 50px;

    padding-bottom: 12px;

    border-bottom:
        1px solid
        rgba(255,255,255,.35);

    color: #fff;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .17em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        gap .3s ease,
        color .3s ease;

}


.destination-final a:hover {

    gap: 43px;

    color: #dfc0c3;

}


.destination-final a b {

    font-size: 16px;

    font-weight: 400;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .destination-page .container {

        width: min(900px, calc(100% - 48px));

    }


    .destination-story-grid {

        gap: 60px;

    }


    .other-destination-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .destination-page .container {

        width: calc(100% - 40px);

    }


    .destination-hero {

        min-height: 650px;

    }


    .destination-hero h1 {

        font-size: 69px;

    }


    .destination-hero h1 em {

        font-size: .40em;

    }


    .destination-hero-number {

        right: 20px;

        bottom: 25px;

        font-size: 90px;

    }


    .destination-facts-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .destination-fact,
    .destination-fact:first-child {

        min-height: 120px;

        padding: 20px;

        border-bottom:
            1px solid
            rgba(255,255,255,.12);

    }


    .destination-fact:nth-child(2) {

        border-right: 0;

    }


    .destination-fact-link {

        align-items: flex-start;

    }


    .destination-story {

        padding: 90px 0;

    }


    .destination-story-grid {

        grid-template-columns: 1fr;

        gap: 30px;

    }


    .destination-story-title h2 {

        font-size: 60px;

    }


    .destination-story-copy {

        padding-top: 0;

    }


    .destination-story-image {

        height: 480px;

        margin-top: 60px;

    }


    .destination-story-caption {

        left: 20px;
        right: 20px;

    }


    .destination-story-caption small {

        display: none;

    }


    .destination-places {

        padding: 90px 0;

    }


    .destination-section-heading h2 {

        font-size: 60px;

    }


    .destination-places-list {

        margin-top: 55px;

    }


    .destination-place {

        grid-template-columns:
            45px 1fr 40px;

        min-height: 100px;

    }


    .destination-place h3 {

        font-size: 27px;

    }


    .destination-experience {

        min-height: 570px;

    }


    .destination-experience-inner h2 {

        font-size: 61px;

    }


    .other-destinations {

        padding: 90px 0;

    }


    .other-destination-grid {

        grid-template-columns: 1fr 1fr;

        gap: 8px;

        margin-top: 55px;

    }


    .other-destination-card {

        height: 300px;

    }


    .other-destination-content {

        left: 15px;
        right: 15px;
        bottom: 15px;

    }


    .other-destination-content h3 {

        font-size: 22px;

    }


    .destination-final {

        padding: 90px 0;

    }


    .destination-final h2 {

        font-size: 61px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .destination-page .container {

        width: calc(100% - 30px);

    }


    .destination-hero h1 {

        font-size: 58px;

    }


    .destination-hero h1 em {

        font-size: .39em;

    }


    .destination-story-title h2 {

        font-size: 52px;

    }


    .destination-section-heading h2 {

        font-size: 52px;

    }


    .destination-place h3 {

        font-size: 23px;

    }


    .destination-experience-inner h2 {

        font-size: 52px;

    }


    .other-destination-card {

        height: 260px;

    }


    .destination-final h2 {

        font-size: 52px;

    }

}