:root {
    --green: #6b9510;
    --dark: #245e12;
    --deep: #173b0c;
    --yellow: #ffe900;
    --cream: #f7f3e8;
    --text: #252823;
    --muted: #62675d;
    --line: #b7c993;
    --container: 1200px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none
}

.grt-container {
    max-width: 1240px;
}
.grt-container .kicker{
    font-size: 24px;
    text-transform: none;
    font-weight: 500;
}
.full-width-section {
    width: 100%;
    max-width: none
}

.section-space {
    padding: 60px 0 30px 0;
}

.kicker {
    margin: 0 0 10px;
    font: 600 12px/1.3 Montserrat, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase
}

.kicker-yellow {
    color: var(--yellow)
}

.kicker-light {
    color: #fff
}

.grt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 42px;
    padding: 10px 24px;
    border: 1px solid transparent;
    border-radius: 100px;
    font: 700 13px/1 Montserrat, sans-serif;
    text-transform: uppercase;
    transition: .25s
}

.grt-btn:hover {
    transform: translateY(-2px)
}

.grt-btn-green {
    background: var(--green);
    color: #fff;
    border-radius: 5px;
    text-transform: none;
    min-height: 35px
}

.grt-btn-outline {
    border-color: #fff;
    color: #fff
}

.grt-btn-white {
    background: #fff;
    color: var(--green)
}

.grt-btn-yellow {
    background: var(--yellow);
    color: #1b5a19
}

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 71px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(8px)
}

.site-header .navbar {
    height: 71px;
    padding: 0
}

.navbar-brand img {
    width: 198px;
    height: auto
}

.navbar-nav {
    gap: 24px
}

#mainMenu ul li a {
    padding: 20px 0 !important;
    color: #595858 !important;
    font: 500 20px Montserrat, sans-serif
}

#mainMenu ul li a:hover {
    color: var(--green) !important
}
#mainMenu ul li.current-menu-item a {
    color: #6b9510 !important;
    font-weight: 700;
}
.header-cta {
    font-size: 16px;
    padding: 8px 16px;
    font-weight: 500;
}

.hero {
    position: relative;
    min-height: 951px;
    background: url('../assets/banner1.png') center/cover no-repeat;
    color: #fff
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 36, 8, .12), rgba(15, 36, 8, .06) 45%, rgba(15, 36, 8, .36))
}

.hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 190px;
    text-align: center
}

.hero .kicker {
    font-size: 16px
}

.hero h1 {
    margin: 10px 0 22px;
    font: 900 italic clamp(64px, 7.6vw, 110px)/.82 Montserrat, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    line-height: 106px;
}

.hero h1 span {
    color: var(--yellow)
}

.hero-lead {
    max-width: 630px;
    margin: 0 auto 60px;
    font: italic 400 16px/1.55 Montserrat, sans-serif
}

.hero-btn {
    min-width: 300px;
    min-height: 64px;
    font-size: 24px;
    padding: 22px 58px;
    font-weight: 900;
}

.hero-facts {
    display: grid;
    grid-template-columns:repeat(4, 25%);
    justify-content: center;
    gap: 42px;
    margin-top: 180px
}

.hero-facts div {
    position: relative;
    display: grid;
    grid-template-columns:1fr;
    align-items: start;
    text-align: center;
    column-gap: 10px
}

.hero-facts strong {
    font: 700 24px Montserrat, sans-serif
}

.hero-facts span {
    font: 700 24px/32px Montserrat, sans-serif;
    text-transform: uppercase
}

.intro {
    padding-bottom: 30px;
}

.intro-title {
    margin: 0;
    font: 700 44px/1.02 Montserrat, sans-serif
}

.green-note {
    margin: 0 0 0;
    color: var(--green);
    font: 500 24px Montserrat, sans-serif
}

.intro-copy {
    font-size: 16px;
    line-height: 1.55;
    font-family: Inter, sans-serif;
}

.intro-copy p:last-child {
    margin-bottom: 0
}

.value-nav {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-top: 50px;
}

.value-nav button {
    position: relative;
    padding: 16px 5px;
    border: 0;
    background: none;
    color: #111;
    font: 500 16px Inter, sans-serif;
}

.value-nav button.active {
    color: var(--green);
    font-weight: 700
}

.route-section {
    display: grid;
    grid-template-columns:minmax(340px, 42.25%) 1fr;
    height: 849px;
    background: var(--green);
    color: #fff
}

.route-copy {
    padding: 62px 0 62px max(34px, calc((100vw - var(--container)) / 2));
}

.route-copy h2 {
    margin: 0 0 24px;
    color: var(--yellow);
    font: 700 48px/1.03 Montserrat, sans-serif;
    line-height: 59px;
}

.route-copy > p:not(.kicker) {
    max-width: 420px;
    line-height: 1.3;
    font-size: 24px;
}

.route-tabs {
    margin-top: 54px
}

.route-tab {
    display: block;
    width: 100%;
    padding: 4px 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    font: 400 22px/1.2 Montserrat, sans-serif;
    transition: .2s;
    margin: 12px 0;
}

.route-tab span {
    display: inline-block;
    width: 45px
}

.route-tab.active {
    padding-left: 24px;
    border-left: 2px solid var(--yellow);
    /*font-weight: 700*/
}

.route-photo {
    position: relative;
    overflow: hidden
}

.route-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.route-card {
    position: absolute;
    left: 28px;
    right: 14%;
    bottom: 63px;
    padding: 22px 28px 24px;
    background: var(--green);
    border-left: 5px solid var(--yellow);
    border-radius: 0 0 60px 0;
    color: #fff;
    max-width: 674px;
    display: none;
}

.route-card.show {
    display: block;
}

.route-card small, .route-card em {
    font-size: 16px
}
.route-card em {
    font-size: 12px;
    font-style: normal;
}
.route-card h3 {
    margin: 7px 0;
    font: 700 24px Montserrat, sans-serif;
    text-transform: uppercase
}

.route-card p {
    margin-bottom: 12px;
    line-height: 1.45
}


.section-heading h2 {
    margin-bottom: 14px;
    color: var(--green);
    font: 700 48px/1.2 Montserrat, sans-serif
}

.section-heading p {
    margin: 0 auto;
    font-size: 24px;
}

.tour-grid {
    margin-top: 42px
}

.tour-card {
    position: relative;
    height: 504px;
    border-radius: 0 58px 0 69px;
    overflow: hidden;
    color: #fff
}

.tour-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 25, 4, .32), rgba(10, 25, 4, .04) 48%, rgba(10, 25, 4, .68))
}

.tour-overlay {
    position: absolute;
    z-index: 2;
    inset: 30px 30px 70px 30px
}

.tour-overlay > p {
    margin-bottom: 10px;
    font: 600 24px Montserrat
}

.tour-overlay h3 {
    margin: 0px;
    font: 800 40px/1.5 Montserrat;
    text-transform: uppercase
}

.tour-overlay > span {
    display: block;
    max-width: 450px;
    font-size: 16px
}

.tour-price {
    position: absolute;
    left: 0;
    bottom: 12px;
    display: flex;
    flex-direction: column
}

.tour-price small, .tour-price em {
    font-size: 16px
}

.tour-price b {
    font: 500 24px Montserrat;
    font-weight: 900;
    margin-bottom: 10px;
}

.tour-price strong {
    color: var(--yellow);
    font-size: 30px
}

.tour-card > a {
    color: #fff;
}

.tour-card img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.tour-card > a:hover img {
    transform: scale(1.05);
}

.included-section {
    display: grid;
    grid-template-columns:32.45% 35.1% 32.45%;
    min-height: 696px
}

.included-card, .included-center {
    position: relative;
    overflow: hidden
}

.included-card > img {
    width: 100%;
    height: 100%;
    /*object-fit: cover*/
}

.included-card:after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(transparent, rgba(18, 26, 11, .68))
}

.included-card > div {
    position: absolute;
    z-index: 2;
    left: 28px;
    right: 20px;
    bottom: 20px;
    color: #fff;
    padding: 16px 18px;
}

.included-card.room-card-one > div{
    right: 0;
    bottom: 0;
    left: auto;
    max-width: 365px;
    background: #9A8073;
    border-radius: 30px 0 0 0;
}

.included-card.room-card-three > div{
    left: 0;
    bottom: 0;
    right: auto;
    max-width: 372px;
    background: #CC7F51;
    border-radius: 0 30px 0 0;
    width: 100%;

}
.included-card b, .included-center b {
    float: left;
    margin-right: 10px;
    color: var(--yellow);
    font: 700 64px/.9 Montserrat
}

.included-card h3, .included-center h3 {
    font: 700 23px/1.12 Montserrat;
    color: var(--yellow);
    /*text-transform: uppercase*/
}

.included-card p, .included-center p {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 400;
    text-transform: none;
}

.included-center {
    padding: 35px 28px 0;
    text-align: center
}

.included-center h2 {
    margin: 0 0 20px;
    color: var(--green);
    font: 700 48px/1.25 Montserrat
}

.included-center > p:not(.kicker) {
    margin: 0 auto 40px;
    font-size: 16px;
}

.room-card-two {
    position: relative;
    height: 430px;
    overflow: hidden;
    text-align: left;
}

.room-card-two > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.room-card-two:after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(20, 38, 10, .76))
}

.room-card-two > div {
    position: absolute;
    z-index: 2;
    left: 54px;
    bottom: 0;
    color: #fff;
    right: 54px;
    background: #4C8413;
    padding: 16px 18px;
    border-radius: 30px 30px 0 0;
}
.room-card-one > div p, .room-card-two > div p, .room-card-three > div p{
    font-size: 16px;
    margin-bottom: 0;
}
.safety-section {
    position: relative;
    min-height: 682px;
    background: url('../assets/banner3.png') center/cover no-repeat;
    color: #fff
}

.safety-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 48, 10, .68), rgba(18, 48, 10, .08))
}

.safety-content {
    position: relative;
    z-index: 1;
    padding-top: 82px
}
.safety-content .kicker{
    font-size: 24px;
    color: #000;
    text-transform: none;
    font-weight: 400;
}
.safety-content h2 {
    margin: 0;
    color: #fff;
    font: 800 48px/1.25 Montserrat;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.safety-content h2 span {
    color: var(--yellow);
    font-weight: 500;
    text-shadow: NONE;
}

.safety-content > p:not(.kicker) {
    max-width: 780px;
    margin-top: 40px;
    line-height: 1.55
}

.safety-links {
    display: flex;
    gap: 16px;
    margin-top: 26px;
    align-items: center;
}
.safety-links img {
    height: 19px;
}
.safety-links a {
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: var(--yellow);
    font: 400 24px Montserrat;
    text-transform: uppercase;
    border-radius: 80px;
}

.price-section {
    padding: 60px 0;
    background: linear-gradient(rgba(23, 58, 12, .74), rgba(23, 58, 12, .74)), url('../assets/banner4.png') center/cover no-repeat;
    color: #fff
}

.price-section h2 {
    margin: 0;
    font: 700 48px/1.25 Montserrat
}

.check-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 46px
}

.check-grid span {
    position: relative;
    padding: 10px 0 10px 30px;
    /*border-bottom: 1px solid rgba(255, 255, 255, .35);*/
    font-size: 16px
}

.check-grid span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 18px;
    height: 15px;
    background: url('../assets/check.png') center/contain no-repeat
}

.faq-section h2 {
    margin: 0 0 18px;
    color: var(--green);
    font: 500 48px/1.25 Montserrat
}

.faq-intro {
    margin-bottom: 20px;
    line-height: 1.5;
    color: var(--green);
    font-weight: 500;
}

.grt-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #cdd9b7
}

.grt-accordion .accordion-button {
    padding: 12px 0;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--green);
    font: 500 16px Montserrat
}

.grt-accordion .accordion-button:after {
    background-image: none;
    content: "+";
    font: 700 20px Montserrat;
    transform: none
}

.grt-accordion .accordion-button:not(.collapsed):after {
    content: "×"
}

.grt-accordion .accordion-body {
    padding: 0 35px 18px 0;
    color: #555;
    font-size: 16px;
    line-height: 1.5
}

.alive-section {
    position: relative;
    min-height: 465px;
    padding: 65px 0;
    background: url('../assets/banner5.png') center/cover no-repeat;
    color: #fff
}

.alive-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(77, 149, 24, .45), rgba(77, 149, 24, .08))
}

.alive-section .container {
    position: relative;
    z-index: 1
}

.alive-section h2 {
    margin: 0 0 20px;
    font: 500 48px/1.18 Montserrat;
}

.alive-section h2 span {
    color: var(--yellow);
    font-weight: 700
}

.alive-section p:not(.kicker) {
    max-width: 520px
}

.alive-actions {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px
}

.alive-actions .grt-btn {
    min-width: 230px;
    font-size: 24px;
    font-weight: 500;
}

.connection-section h2 {
    margin: 0 0 0;
    color: var(--green);
    font: 700 48px Montserrat
}
.connection-section .connection-heading {
    max-width: 800px;
    width: 100%;
    padding: 0;
}
.connection-section .connection-heading p.kicker {
    font-weight: 400;
}
.connection-dots, .story-dots {
    display: none!important;
}
.connection-gallery {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 8px;
    margin-top: 25px
}

.connection-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.portrait-wrap {
    position: relative;
    margin-left: auto;
    width: min(100%, 348px);
    border-radius: 0 0 50px 0;
    overflow: visible
}

.portrait-wrap > img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 0 0 50px 0
}

.round-arrow {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: #fff
}

.portrait-wrap .round-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.portrait-wrap .previous {
    left: -21px
}

.portrait-wrap .next {
    right: -21px
}

.stories-section {
    padding-top: 20px;
    padding-bottom: 45px;
}

.stories-section .section-heading h2 {
    margin-bottom: 0px!important;
}
.stories-section .section-heading p:last-child {
    font-size: 16px;
    font-weight: 400;
    margin: 17px 0 0 0;
}
.stories-slider {
    position: relative;
    margin-top: 30px
}

.story-track {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px
}

.story > img {
    width: 100%;
    height: 285px;
    object-fit: cover
}

.story > div {
    position: relative;
    min-height: 86px;
    padding: 14px 10px 14px 100px;
}

.story > div > img {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 78px;
    height: 78px;
    border-radius: 50%
}

.story p {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.3
}

.story b {
    font-size: 16px
}

.stories-slider > .round-arrow {
    position: absolute;
    z-index: 3;
    top: 130px
}

.story-prev {
    left: -26px;
    background: none;
    width: 54px;
    height: 54px;
}

.story-next {
    right: -26px;
    background: none;
    width: 54px;
    height: 54px;
}

.availability-section {
    padding: 38px 0;
    background: var(--green);
    color: #fff
}

.availability-section h2 {
    margin: 0 0 8px;
    color: var(--yellow);
    font: 700 34px Montserrat
}

.availability-section p {
    max-width: 670px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.availability-actions {
    display: flex;
    justify-content: flex-end;
    gap: 30px
}

.site-footer {
    padding: 30px 0 55px;
    background: #0d0f0c;
    color: #fff
}

.footer-top img {
    width: 198px;
    filter: brightness(0) saturate(100%) invert(90%) sepia(99%) saturate(1748%) hue-rotate(357deg) brightness(105%)
}

.social {
    display: flex;
    flex-direction: column;
    color: var(--yellow);
    font-size: 11px
}

.contact {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    color: #ddd;
    font-size: 10px
}

.site-footer hr {
    margin: 22px 0;
    border-color: #4a4a4a
}

.footer-links h3 {
    color: var(--yellow);
    font: 600 12px Montserrat
}

.footer-links a {
    display: block;
    margin: 6px 0;
    color: #ddd;
    font-size: 9px
}

.footer-links a:hover {
    color: var(--yellow)
}

@media (max-width: 991.98px) {
    .site-header {
        position: fixed;
        height: 64px
    }

    .site-header .navbar {
        height: 64px
    }

    .navbar-brand img {
        width: 155px
    }

    .navbar-collapse {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        padding: 18px 24px 24px;
        background: #fff;
        box-shadow: 0 12px 25px rgba(0, 0, 0, .12)
    }

    .nav-link {
        padding: 10px 0 !important
    }

    .header-cta {
        margin-top: 10px
    }

    .hero {
        min-height: 780px
    }

    .hero-inner {
        padding-top: 150px
    }

    .hero-facts {
        grid-template-columns:repeat(4, 1fr);
        gap: 12px;
        margin-top: 90px
    }

    .hero-facts div {
        display: block;
        text-align: center
    }

    .route-section {
        grid-template-columns:1fr;
        min-height: 0
    }

    .route-copy {
        padding: 60px max(24px, calc((100vw - 720px) / 2))
    }

    .route-photo {
        height: 620px
    }

    .included-section {
        grid-template-columns:1fr 1fr
    }

    .included-center {
        grid-column: 1/-1;
        grid-row: 1
    }

    .room-card {
        height: 600px
    }

    .safety-links {
        flex-wrap: wrap
    }

    .contact {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .availability-actions {
        justify-content: flex-start
    }

    .story-track {
        grid-template-columns:repeat(2, 1fr);
        row-gap: 28px
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px
    }

    .section-space {
        padding: 55px 0
    }

    .hero {
        min-height: 720px
    }

    .hero .kicker {
        font-size: 11px
    }

    .hero-inner {
        padding-top: 135px
    }

    .hero h1 {
        font-size: 52px;
        line-height: .9
    }

    .hero-lead {
        max-width: 330px;
        font-size: 13px
    }

    .hero-btn {
        min-width: 240px;
        min-height: 50px;
        font-size: 14px
    }

    .hero-facts {
        margin-top: 75px
    }

    .hero-facts strong {
        font-size: 15px
    }

    .hero-facts span {
        font-size: 7px
    }

    .intro-title, .route-copy h2, .section-heading h2, .safety-content h2, .faq-section h2, .alive-section h2 {
        font-size: 34px
    }

    .value-nav {
        justify-content: flex-start;
        overflow-x: auto
    }

    .value-nav button {
        flex: 0 0 auto
    }

    .route-copy {
        padding: 50px 24px
    }

    .route-tab {
        font-size: 17px
    }

    .route-photo {
        height: 510px
    }

    .route-card {
        left: 16px;
        right: 16px;
        bottom: 20px;
        border-radius: 0 0 38px 0
    }

    .tour-card {
        height: 410px
    }

    .tour-overlay {
        inset: 22px
    }

    .tour-overlay h3 {
        font-size: 27px
    }

    .tour-price strong {
        font-size: 22px
    }

    .included-section {
        display: block
    }

    .included-center {
        padding: 48px 24px
    }

    .included-center h2 {
        font-size: 38px
    }

    .room-card, .room-card-two {
        height: 480px
    }

    .safety-section {
        min-height: 570px
    }

    .safety-content {
        padding-top: 60px
    }

    .safety-content > p:not(.kicker) {
        margin-top: 45px
    }

    .safety-links {
        gap: 15px
    }

    .price-section h2 {
        font-size: 36px
    }

    .check-grid {
        grid-template-columns:1fr
    }

    .alive-actions {
        align-items: flex-start;
        margin-top: 20px
    }

    .connection-gallery img {
        height: 180px
    }

    .portrait-wrap {
        margin: 20px auto 0
    }

    .story-track {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .story {
        min-width: 82%;
        scroll-snap-align: start
    }

    .stories-slider > .round-arrow {
        display: none
    }

    .availability-actions {
        flex-wrap: wrap
    }

    .contact {
        display: grid;
        gap: 8px
    }

    .footer-links .col-md {
        flex: 0 0 50%
    }
}

@media(max-width:991.98px){
.site-header{position:fixed;
		height:64px}
}
@media(max-width:991.98px){
.site-header .navbar{height:64px}
}
@media(max-width:991.98px){
.navbar-brand img{width:155px}
}
@media(max-width:991.98px){
.navbar-collapse{position:absolute;
		top:64px;
		left:0;
		right:0;
		padding:18px 24px 24px;
		background:#fff;
		box-shadow:0 12px 25px rgba(0,0,0,.12)}
}
@media(max-width:991.98px){
.nav-link{padding:10px 0!important}
}
@media(max-width:991.98px){
.header-cta{margin-top:10px}
}
@media(max-width:991.98px){
.hero{min-height:780px}
}
@media(max-width:991.98px){
.hero-inner{padding-top:150px}
}
@media(max-width:991.98px){
.hero-facts{grid-template-columns:repeat(4,1fr);
		gap:12px;
		margin-top:90px}
}
@media(max-width:991.98px){
.hero-facts div{display:block;
		text-align:center}
}
@media(max-width:991.98px){
.route-section{grid-template-columns:1fr;
		min-height:0}
}
@media(max-width:991.98px){
.route-copy{padding:60px max(24px,calc((100vw - 720px)/2))}
}
@media(max-width:991.98px){
.route-photo{height:620px}
}
@media(max-width:991.98px){
.included-section{grid-template-columns:1fr 1fr}
}
@media(max-width:991.98px){
.included-center{grid-column:1/-1;
		grid-row:1}
}
@media(max-width:991.98px){
.room-card{height:600px}
}
@media(max-width:991.98px){
.safety-links{flex-wrap:wrap}
}
@media(max-width:991.98px){
.contact{justify-content:flex-start;
		flex-wrap:wrap}
}
@media(max-width:991.98px){
.availability-actions{justify-content:flex-start}
}
@media(max-width:991.98px){
.story-track{grid-template-columns:repeat(2,1fr);
		row-gap:28px}
}
@media(max-width:575.98px){
body{font-size:14px}
}
@media(max-width:575.98px){
.section-space{padding:55px 0}
}
@media(max-width:575.98px){
.hero{min-height:720px}
}
@media(max-width:575.98px){
.hero .kicker{font-size:11px}
}
@media(max-width:575.98px){
.hero-inner{padding-top:135px}
}
@media(max-width:575.98px){
.hero h1{font-size:52px;
		line-height:.9}
}
@media(max-width:575.98px){
.hero-lead{max-width:330px;
		font-size:13px}
}
@media(max-width:575.98px){
.hero-btn{min-width:240px;
		min-height:50px;
		font-size:14px}
}
@media(max-width:575.98px){
.hero-facts{margin-top:75px}
}
@media(max-width:575.98px){
.hero-facts strong{font-size:15px}
}
@media(max-width:575.98px){
.hero-facts span{font-size:7px}
}
@media(max-width:575.98px){
.intro-title,.route-copy h2,.section-heading h2,.safety-content h2,.faq-section h2,.alive-section h2{font-size:34px}
}
@media(max-width:575.98px){
.value-nav{justify-content:flex-start;
		overflow-x:auto}
}
@media(max-width:575.98px){
.value-nav button{flex:0 0 auto}
}
@media(max-width:575.98px){
.route-copy{padding:50px 24px}
}
@media(max-width:575.98px){
.route-tab{font-size:17px}
}
@media(max-width:575.98px){
.route-photo{height:510px}
}
@media(max-width:575.98px){
.route-card{left:16px;
		right:16px;
		bottom:20px;
		border-radius:0 0 38px 0}
}
@media(max-width:575.98px){
.tour-overlay{inset:22px}
}
@media(max-width:575.98px){
.tour-overlay h3{font-size:27px}
}
@media(max-width:575.98px){
.tour-price strong{font-size:22px}
}
@media(max-width:575.98px){
.included-section{display:block}
}
@media(max-width:575.98px){
.included-center{padding:48px 24px}
}
@media(max-width:575.98px){
.included-center h2{font-size:38px}
}
@media(max-width:575.98px){
.room-card,.room-card-two{height:480px}
}
@media(max-width:575.98px){
.safety-section{min-height:570px}
}
@media(max-width:575.98px){
.safety-content{padding-top:60px}
}
@media(max-width:575.98px){
.safety-content>p:not(.kicker){margin-top:45px}
}
@media(max-width:575.98px){
.safety-links{gap:15px}
}
@media(max-width:575.98px){
.price-section h2{font-size:36px}
}
@media(max-width:575.98px){
.check-grid{grid-template-columns:1fr}
}
@media(max-width:575.98px){
.alive-actions{align-items:flex-start;
		margin-top:20px}
}
@media(max-width:575.98px){
.connection-gallery img{height:180px}
}
@media(max-width:575.98px){
.portrait-wrap{margin:20px auto 0}
}
@media(max-width:575.98px){
.story-track{display:flex;
		overflow-x:auto;
		scroll-snap-type:x mandatory}
}
@media(max-width:575.98px){
.story{min-width:82%;
		scroll-snap-align:start}
}
@media(max-width:575.98px){
.stories-slider>.round-arrow{display:none}
}
@media(max-width:575.98px){
.availability-actions{flex-wrap:wrap}
}
@media(max-width:575.98px){
.contact{display:grid;
		gap:8px}
}
@media(max-width:575.98px){
.footer-links .col-md{flex:0 0 50%}
}

/* Find my loop quiz */
body.loop-finder-open {
    overflow: hidden;
}

.loop-finder {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.loop-finder.is-open {
    display: flex;
}

.loop-finder__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 14, 7, 0.72);
    backdrop-filter: blur(6px);
}

.loop-finder__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 720px);
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 42px;
    background: #f5f3e9;
    border-radius: 0 54px 0 54px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.loop-finder__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(26, 42, 12, 0.18);
    border-radius: 50%;
    background: transparent;
    color: #1f3510;
    font-size: 20px;
}

.loop-finder__intro {
    padding-right: 46px;
}

.loop-finder__intro .kicker,
.loop-result .kicker {
    margin-bottom: 8px;
    color: #568d0b;
}

.loop-finder__intro h2 {
    max-width: 560px;
    margin: 0 0 12px;
    color: #111;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 0.98;
}

.loop-finder__intro > p:last-child {
    max-width: 580px;
    margin-bottom: 0;
    color: #55594f;
}

.loop-finder__progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 28px 0 30px;
}

.loop-finder__progress span {
    height: 5px;
    border-radius: 999px;
    background: #d8d9cf;
    transition: background-color 0.2s ease;
}

.loop-finder__progress span.active {
    background: #6ca50c;
}

.loop-question {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.loop-question.active {
    display: block;
}

.loop-question legend {
    margin-bottom: 18px;
    color: #17210f;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
}

.loop-answer {
    position: relative;
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}

.loop-answer input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.loop-answer span {
    position: relative;
    display: block;
    padding: 18px 52px 18px 20px;
    border: 1px solid #cfd3c4;
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.loop-answer span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #869178;
    border-radius: 50%;
    transform: translateY(-50%);
}

.loop-answer:hover span {
    transform: translateY(-1px);
    border-color: #8ca657;
    box-shadow: 0 8px 24px rgba(49, 71, 31, 0.08);
}

.loop-answer input:checked + span {
    border-color: #5f970a;
    box-shadow: 0 0 0 2px rgba(95, 151, 10, 0.12);
}

.loop-answer input:checked + span::after {
    border: 6px solid #5f970a;
}

.loop-answer b,
.loop-answer small {
    display: block;
}

.loop-answer b {
    margin-bottom: 4px;
    color: #17210f;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

.loop-answer small {
    color: #6e7169;
    font-size: 14px;
    line-height: 1.45;
}

.loop-finder__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.loop-finder__back {
    padding: 0;
    border: 0;
    background: transparent;
    color: #35422e;
    font-weight: 700;
}

.loop-finder__back:disabled {
    opacity: 0.35;
}

.loop-finder__step {
    color: #777c70;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.loop-result[hidden] {
    display: none !important;
}

.loop-result h3 {
    margin: 4px 0 0;
    color: #17210f;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
}

.loop-result__duration {
    margin: 8px 0 20px;
    color: #5f970a;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}

.loop-result__copy {
    max-width: 570px;
    color: #55594f;
    line-height: 1.65;
}

.loop-result__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.loop-result__restart {
    border: 1px solid #294217;
    background: transparent;
    color: #294217;
}

@media (max-width: 575.98px) {
    .loop-finder {
        align-items: flex-end;
        padding: 0;
    }

    .loop-finder__dialog {
        width: 100%;
        max-height: 92vh;
        padding: 34px 20px 28px;
        border-radius: 30px 30px 0 0;
    }

    .loop-finder__close {
        top: 14px;
        right: 14px;
    }

    .loop-finder__intro {
        padding-right: 36px;
    }

    .loop-answer span {
        padding: 16px 48px 16px 16px;
    }

    .loop-result__actions {
        flex-direction: column;
    }

    .loop-result__actions .grt-btn {
        width: 100%;
        text-align: center;
    }
}

/* Find my loop — 5-step layout */
.loop-finder {
    padding: 0;
}

.loop-finder__backdrop {
    background: rgba(13, 24, 18, 0.78);
    backdrop-filter: blur(3px);
}

.loop-finder__dialog {
    width: min(100%, 700px);
    max-height: 100vh;
    min-height: 500px;
    padding: 48px 38px 42px;
    border-radius: 0;
    background: #f7f4e9;
    box-shadow: none;
}

.loop-finder__close {
    top: 10px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-color: #cfd2c8;
    color: #173426;
    font-size: 18px;
}

.loop-finder__meta {
    margin-bottom: 18px;
    color: #3f801d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.loop-finder__progress {
    display: block;
    height: 4px;
    margin: 0 0 28px;
    overflow: hidden;
    background: #d8d9d0;
}

.loop-finder__progress span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: 0;
    background: #3f801d;
    transition: width 0.25s ease;
}

.loop-question legend {
    max-width: 620px;
    margin: 0 0 30px;
    color: #17291f;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(38px, 5.1vw, 54px);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.loop-answer {
    margin-bottom: 10px;
}

.loop-answer span {
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 16px 52px 16px 18px;
    border: 1px solid #cfd5d0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transform: none;
}

.loop-answer span::after {
    content: "→";
    right: 18px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    color: #3f801d;
    font-size: 21px;
    line-height: 1;
    transform: translateY(-50%);
}

.loop-answer:hover span,
.loop-answer input:checked + span {
    border-color: #7aa55f;
    box-shadow: none;
    transform: none;
    background: #fbfdf8;
}

.loop-answer input:checked + span::after {
    border: 0;
    color: #3f801d;
}

.loop-answer b {
    margin: 0;
    color: #244b3a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.loop-answer small {
    display: none;
}

.loop-finder__nav {
    justify-content: flex-start;
    margin-top: 26px;
}

.loop-finder__back {
    color: #3f801d;
    font-size: 16px;
    font-weight: 700;
}

.loop-finder__back:disabled {
    display: none;
}

.loop-result__eyebrow {
    margin: 0 0 12px;
    color: #3f801d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.loop-result h3 {
    color: #17291f;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .loop-finder {
        align-items: stretch;
    }

    .loop-finder__dialog {
        max-height: 100vh;
        min-height: 100vh;
        padding: 44px 20px 30px;
        border-radius: 0;
    }

    .loop-finder__close {
        top: 9px;
        right: 9px;
    }

    .loop-finder__meta {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .loop-finder__progress {
        margin-bottom: 26px;
    }

    .loop-question legend {
        margin-bottom: 26px;
        font-size: clamp(34px, 10vw, 48px);
    }

    .loop-answer span {
        min-height: 62px;
        padding: 15px 48px 15px 18px;
    }
}
