/* Go Trip Page */
.page-hero--trip {
    position: relative;
    min-height: calc(100svh - 108px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    padding: 7.5rem 1rem 2rem;
    background-color: #2e1a08;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-hero--trip > * {
    position: relative;
    z-index: 1;
}

.go-hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.go-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1.8s ease-in-out;
}

.go-hero-slide.is-active {
    opacity: 1;
}

.page-hero__container--trip {
    width: min(1200px, 100%);
    margin: 0 auto;
    text-align: left;
}

.page-hero--trip .page-hero__title {
    margin-bottom: 0.6rem;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.38);
}

.page-hero--trip .page-hero__subtitle {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.go-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.32rem 0.82rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(4px);
    color: #fff6e9;
    font-weight: 700;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.go-info {
    height: 108px;
    background: #2a1808;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.go-info__container {
    width: min(1200px, 100%);
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.go-info__container::-webkit-scrollbar {
    display: none;
}

.go-info__item {
    flex: 1 0 220px;
    min-width: 220px;
    padding: 0.75rem 0.85rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.go-info__item:first-child {
    border-left: none;
    padding-left: 0.25rem;
}

.go-info__label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.go-info__value {
    color: #fff6e9;
    font-size: 0.9rem;
    line-height: 1.35;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.go-info__item--price .go-info__value {
    color: #f4bf8f;
}

.go-intro {
    background: #F2E8DC;
    padding: 2rem 1rem 1rem;
}

.go-intro__container {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
    gap: 2rem;
    align-items: end;
}

.go-intro__heading {
    color: #2e1a08;
    font-size: clamp(1.75rem, 3.8vw, 3rem);
    font-family: 'Arial Black', 'Manrope', sans-serif;
    font-weight: 900 !important;
    line-height: 1;
}

.go-intro__blurb {
    color: rgba(26, 26, 26, 0.82);
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.4;
    align-self: end;
}

.go-details {
    background: #F2E8DC;
    padding: 2rem 1rem 4rem;
}

.go-details__container {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.5rem;
    align-items: start;
}

.go-details__article,
.go-details__state {
    padding: 1.1rem 0.35rem;
}

.go-gallery {
    padding: 1.1rem 0.35rem;
}

.go-gallery__title {
    color: #2e1a08;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.go-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.go-gallery__item {
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.go-gallery__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.go-gallery__item:hover .go-gallery__image {
    transform: scale(1.04);
}

.go-gallery__empty {
    color: rgba(26, 26, 26, 0.62);
    font-size: 0.92rem;
}

.go-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1400;
    background: rgba(46, 26, 8, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.go-lightbox[hidden] {
    display: none;
}

.go-lightbox__figure {
    margin: 0;
    max-width: min(92vw, 1180px);
    max-height: 86vh;
}

.go-lightbox__image {
    width: auto;
    max-width: 100%;
    max-height: calc(86vh - 2.4rem);
    object-fit: contain;
    border-radius: 10px;
}

.go-lightbox__caption {
    margin-top: 0.6rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 600;
}

.go-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    cursor: pointer;
    font-weight: 700;
}

.go-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.go-lightbox__nav--prev {
    left: 1rem;
}

.go-lightbox__nav--next {
    right: 1rem;
}

body.go-lightbox--open {
    overflow: hidden;
}

.go-details__blurb {
    color: rgba(26, 26, 26, 0.8);
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 600;
}

.go-details__content {
    color: rgba(26, 26, 26, 0.9);
    font-size: 1.02rem;
}

.go-details__content h1,
.go-details__content h2,
.go-details__content h3,
.go-details__content h4 {
    color: #2e1a08;
    line-height: 1.25;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
}

.go-details__content p,
.go-details__content ul,
.go-details__content ol,
.go-details__content blockquote {
    margin-bottom: 0.8rem;
}

.go-details__content p:last-child,
.go-details__content ul:last-child,
.go-details__content ol:last-child,
.go-details__content blockquote:last-child {
    margin-bottom: 0;
}

.go-details__content ul,
.go-details__content ol {
    padding-left: 1.2rem;
}

.go-details__content ul {
    list-style: disc;
}

.go-details__content ol {
    list-style: decimal;
}

.go-details__content li {
    margin-bottom: 0.4rem;
}

.go-details__content a {
    color: #c5500a;
    text-decoration: underline;
}

.go-details__content img {
    border-radius: 12px;
    margin: 1rem auto;
}

.go-details__state {
    text-align: center;
}

.go-details__state h2 {
    color: #2e1a08;
    margin-bottom: 0.6rem;
}

.go-details__state p {
    color: rgba(26, 26, 26, 0.72);
    margin-bottom: 1.2rem;
}

.go-inclusions {
    background: #e9ded0;
    padding: 0 1rem 3rem;
}

.go-inclusions__container {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.7rem;
}

.go-inclusions__column {
    border-radius: 14px;
    padding: 1rem 1rem 0.85rem;
}

.go-inclusions__title {
    color: #22170e;
    font-size: 1.9rem;
    font-family: 'Arial Black', 'Manrope', sans-serif;
    margin-bottom: 0.6rem;
}

.go-inclusions__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.go-inclusions__item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(94, 55, 24, 0.2);
}

.go-inclusions__item:last-child {
    border-bottom: none;
}

.go-inclusions__icon {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.go-inclusions__icon--included {
    color: #1b8d42;
}

.go-inclusions__icon--excluded {
    color: #bd3f29;
}

.go-inclusions__text {
    color: rgba(26, 26, 26, 0.88);
    font-size: 1rem;
    line-height: 1.45;
}

@media (max-width: 600px) {
    .page-hero--trip {
        padding: 6rem 1rem 1.6rem;
        min-height: clamp(320px, 66vh, 520px);
    }

    .page-hero--trip .page-hero__title {
        font-size: 1.85rem;
    }

    .page-hero--trip .page-hero__subtitle {
        font-size: 0.98rem;
    }

    .go-info__value {
        font-size: 0.75rem;
    }

    .go-info {
        height: auto;
        overflow: visible;
    }

    .go-info__container {
        height: auto;
        padding: 0.6rem 1rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.7rem;
        overflow: visible;
    }

    .go-info__item {
        min-width: 0;
        border-left: none;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
        padding: 0.55rem 0.25rem;
    }

    .go-info__item:first-child {
        padding-left: 0.25rem;
    }

    .go-info__item:last-child {
        border-bottom: none;
    }

    .go-info__value {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .go-intro {
        padding: 1.5rem 1rem 0.8rem;
    }

    .go-intro__container {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        align-items: start;
    }

    .go-intro__heading {
        font-size: 1.75rem;
    }

    .go-intro__blurb {
        font-size: 1rem;
        align-self: start;
    }

    .go-details {
        padding: 1.5rem 1rem 3rem;
    }

    .go-details__container {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .go-details__article,
    .go-details__state {
        padding: 1rem 0;
    }

    .go-gallery {
        padding: 0.4rem 0;
    }

    .go-lightbox {
        padding: 1rem;
    }

    .go-lightbox__nav {
        width: 40px;
        height: 40px;
        font-size: 1.35rem;
    }

    .go-lightbox__nav--prev {
        left: 0.55rem;
    }

    .go-lightbox__nav--next {
        right: 0.55rem;
    }

    .go-details__content {
        font-size: 0.98rem;
    }

    .go-inclusions {
        padding: 0 1rem 2rem;
    }

    .go-inclusions__container {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    .go-inclusions__column {
        padding: 0.9rem 0.85rem 0.75rem;
    }

    .go-inclusions__title {
        font-size: 1.45rem;
    }

    .go-inclusions__item {
        padding: 0.58rem 0;
    }

    .go-inclusions__text {
        font-size: 0.98rem;
    }
}

@media (min-width: 1080px) {
    .page-hero__container--trip {
        padding-left: 1.45rem;
        padding-right: 1.25rem;
    }

    .go-info__container {
        padding: 0 1.25rem;
    }

    .go-info__item {
        min-width: 0;
        flex: 1 1 0;
        padding: 0.75rem 1rem;
    }

    .go-info__item:first-child {
        padding-left: 0.2rem;
    }
}
