/*
 * Swearingin.com Travels
 * @WhereverWeRoamIsHome
 */

.travels-page {
    background: #07131d;
    color: #edf4f6;
}

.travels-page .site-header {
    background: rgba(7, 19, 29, 0.94);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.travels-page .brand,
.travels-page .primary-nav a,
.travels-page .mobile-primary-nav__toggle {
    color: #f5f8f9;
}

.travels-page .primary-nav a[aria-current="page"],
.travels-page .mobile-primary-nav__panel a[aria-current="page"] {
    color: #f0cf96;
}

.travels-kicker,
.travels-section-label {
    margin: 0 0 0.8rem;
    color: #d3b27b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.travels-handle {
    margin: 0;
    color: #c9d6da;
    font-weight: 700;
}

.travels-hero,
.travels-edition-hero {
    position: relative;
    overflow: hidden;
    padding:
        clamp(6rem, 12vw, 10rem)
        0
        clamp(6rem, 10vw, 9rem);
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(196, 147, 80, 0.28),
            transparent 30rem
        ),
        linear-gradient(
            125deg,
            #07131d,
            #123442 62%,
            #68492f
        );
}

.travels-hero h1,
.travels-edition-hero h1 {
    max-width: 980px;
    margin: 0.85rem 0 1.3rem;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.2rem, 8vw, 7rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.94;
    text-wrap: balance;
}

.travels-hero__lede,
.travels-edition-subtitle {
    max-width: 760px;
    color: #cbd8dc;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.75;
}

.travels-hero__actions {
    margin-top: 2rem;
}

.travels-button {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.78rem 1.2rem;
    border-radius: 999px;
    background: #f0cf96;
    color: #17252d;
    font-weight: 800;
    text-decoration: none;
}

.travels-button:hover {
    transform: translateY(-2px);
}

.travels-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.travels-intro {
    padding: clamp(5rem, 10vw, 8rem) 0;
    background: #f3eee5;
    color: #17252d;
}

.travels-two-column {
    display: grid;
    grid-template-columns:
        minmax(0, 0.82fr)
        minmax(0, 1.18fr);
    gap: clamp(2rem, 8vw, 8rem);
}

.travels-intro h2,
.travels-adventures h2,
.travels-route h2,
.travels-closing h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    text-wrap: balance;
}

.travels-copy {
    max-width: 720px;
    font-size: 1.1rem;
    line-height: 1.85;
}

.travels-copy p:first-child {
    margin-top: 0;
}

.travels-adventures,
.travels-route {
    padding: clamp(5rem, 10vw, 9rem) 0;
    background: #07131d;
}

.travels-section-heading {
    margin-bottom: 2.5rem;
}

.travels-adventure-grid {
    display: grid;
    gap: 2rem;
}

.travels-adventure-card {
    display: grid;
    grid-template-columns:
        minmax(230px, 0.72fr)
        minmax(0, 1.28fr);
    overflow: hidden;
    border:
        1px solid
        rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background: #0d222d;
}

.travels-adventure-year {
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    background:
        linear-gradient(
            145deg,
            #173c4a,
            #725033
        );
    color: rgba(255, 255, 255, 0.9);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 6rem);
}

.travels-adventure-body {
    padding: clamp(2rem, 5vw, 4rem);
}

.travels-adventure-meta {
    color: #d3b27b;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.travels-adventure-card h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 500;
    line-height: 1;
}

.travels-adventure-card h3 a {
    color: #fff;
    text-decoration: none;
}

.travels-adventure-body > p:not(
    .travels-adventure-meta
) {
    max-width: 710px;
    color: #c2d0d5;
    line-height: 1.75;
}

.travels-destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0;
    margin: 1.5rem 0;
    list-style: none;
}

.travels-destinations li {
    padding: 0.42rem 0.7rem;
    border:
        1px solid
        rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #d8e2e5;
}

.travels-text-link {
    color: #f0cf96;
    font-weight: 800;
    text-decoration: none;
}

.travels-text-link:hover,
.travels-text-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

.travels-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: clamp(3rem, 8vw, 6rem);
    color: #a9bbc1;
}

.travels-breadcrumb a {
    color: #edf4f6;
}

.travels-facts {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 980px;
    margin-top: 3rem;
    overflow: hidden;
    border-radius: 20px;
    background:
        rgba(255, 255, 255, 0.13);
}

.travels-facts > div {
    padding: 1.25rem;
    background:
        rgba(7, 19, 29, 0.86);
}

.travels-facts span,
.travels-facts strong {
    display: block;
}

.travels-facts span {
    margin-bottom: 0.35rem;
    color: #9eafb5;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.travels-route-list {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    margin: 2rem 0 0;
    overflow: hidden;
    border-radius: 24px;
    background:
        rgba(255, 255, 255, 0.1);
    list-style: none;
}

.travels-route-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    min-height: 92px;
    padding: 1.2rem 1.4rem;
    background: #0d222d;
}

.travels-route-list span {
    color: #d3b27b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
}

.travels-closing {
    padding: clamp(5rem, 10vw, 8rem) 0;
    background: #eee7db;
    color: #17252d;
}

.travels-page .site-footer {
    background: #050d13;
    border-top:
        1px solid
        rgba(255, 255, 255, 0.08);
}

@media (max-width: 960px) {
    .travels-two-column,
    .travels-adventure-card {
        grid-template-columns: 1fr;
    }

    .travels-adventure-year {
        min-height: 260px;
    }
}

@media (max-width: 700px) {
    .travels-facts,
    .travels-route-list {
        grid-template-columns: 1fr;
    }

    .travels-hero h1,
    .travels-edition-hero h1 {
        font-size: clamp(3rem, 15vw, 5rem);
    }
}

@media (max-width: 480px) {
    .travels-adventure-card {
        border-radius: 22px;
    }

    .travels-adventure-body,
    .travels-adventure-year {
        padding: 1.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .travels-button {
        transition: none;
    }

    .travels-button:hover {
        transform: none;
    }
}

/* ================================================================
   V15 native Colorado adventure
   ================================================================ */

.travels-edition {
    --travels-paper: #f1eadf;
    --travels-ink: #18262e;
    --travels-night: #07131d;
    --travels-gold: #d3b27b;
}

.travels-edition-cover {
    padding:
        clamp(4rem, 8vw, 7rem)
        0
        clamp(5rem, 10vw, 9rem);
    background:
        radial-gradient(
            circle at 84% 20%,
            rgba(211, 178, 123, 0.22),
            transparent 32rem
        ),
        linear-gradient(
            135deg,
            #07131d,
            #12303c 58%,
            #503c2c
        );
}

.travels-edition-cover__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(270px, 0.75fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: center;
}

.travels-edition-cover__copy h1 {
    max-width: 920px;
    margin: 0.9rem 0 1.4rem;
    color: #fff;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(3.2rem, 7vw, 6.8rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.94;
    text-wrap: balance;
}

.travels-cover-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.travels-button--ghost {
    border:
        1px solid
        rgba(255, 255, 255, 0.35);
    background: transparent;
    color: #fff;
}

.travels-edition-cover__art img,
.travels-roadbook-art img,
.travels-guide-download img {
    display: block;
    width: min(100%, 420px);
    height: auto;
    margin-inline: auto;
    border-radius: 16px;
    box-shadow:
        0 30px 70px
        rgba(0, 0, 0, 0.28);
}

.travels-overview,
.travels-route-map,
.travels-guide-download {
    padding:
        clamp(5rem, 10vw, 9rem)
        0;
    background: var(--travels-paper);
    color: var(--travels-ink);
}

.travels-overview__grid,
.travels-guide-download__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(230px, 0.65fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.travels-overview h2,
.travels-route-map h2,
.travels-official-links h2,
.travels-guide-download h2 {
    margin: 0;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2.4rem, 5vw, 5rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.travels-overview__lead {
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(1.4rem, 2.7vw, 2.05rem);
    line-height: 1.45;
}

.travels-route-map__figure {
    margin: 3rem 0 2rem;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
}

.travels-route-map__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.travels-route-stops {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    overflow: hidden;
    border-radius: 18px;
    background:
        rgba(24, 38, 46, 0.12);
    list-style: none;
}

.travels-route-stops li {
    padding: 1.2rem;
    background: #f8f4ed;
}

.travels-route-stops span {
    display: block;
    margin-bottom: 0.7rem;
    color: #927142;
    font-size: 1.35rem;
}

.travels-day-nav {
    position: sticky;
    z-index: 20;
    top: 0;
    overflow-x: auto;
    background:
        rgba(5, 15, 22, 0.96);
    backdrop-filter: blur(16px);
}

.travels-day-nav__inner {
    display: flex;
    min-width: max-content;
    padding:
        0.55rem 0;
}

.travels-day-nav a {
    display: flex;
    gap: 0.35rem;
    align-items: baseline;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    color: #b9c7cc;
    text-decoration: none;
}

.travels-day-nav a[aria-current="true"] {
    background: var(--travels-gold);
    color: #14232b;
}

.travels-day {
    scroll-margin-top: 82px;
    padding-bottom:
        clamp(5rem, 10vw, 9rem);
    background: #f1eadf;
    color: var(--travels-ink);
}

.travels-day:nth-child(even) {
    background: #e7dfd3;
}

.travels-day__header {
    padding:
        clamp(4.5rem, 9vw, 8rem)
        0
        clamp(2.5rem, 6vw, 4rem);
}

.travels-day__number {
    margin: 0 0 0.45rem;
    color: #967344;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2.6rem, 7vw, 5.8rem);
}

.travels-day__header h2 {
    max-width: 1060px;
    margin: 0;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2.5rem, 6vw, 5.7rem);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.travels-day__intro {
    max-width: 900px;
    font-size:
        clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.7;
}

.travels-day-hero {
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    background: #d2c7b7;
}

.travels-day-hero img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 760px;
    object-fit: cover;
}

.travels-day-hero--portrait {
    display: grid;
    place-items: center;
    padding:
        clamp(1rem, 5vw, 4rem);
    background:
        linear-gradient(
            135deg,
            #263943,
            #c7b497
        );
}

.travels-day-hero--portrait img {
    width: auto;
    max-width: min(100%, 720px);
    max-height: 780px;
    object-fit: contain;
}

.travels-day-metrics,
.travels-status-board {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 2rem 0;
}

.travels-day-metrics div,
.travels-status-board article {
    padding: 1.2rem;
    background:
        rgba(255, 255, 255, 0.55);
}

.travels-day-story-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(250px, 0.7fr);
    gap:
        clamp(3rem, 8vw, 8rem);
    padding:
        clamp(4rem, 8vw, 7rem)
        0;
}

.travels-day-story h3,
.travels-gallery h3,
.travels-road-notes h3 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2rem, 4vw, 3.6rem);
    font-weight: 500;
}

.travels-day-story > p {
    line-height: 1.85;
}

.travels-day-facts {
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #172a34;
}

.travels-day-facts div {
    padding: 1.3rem 1.4rem;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.08);
}

.travels-day-facts dt {
    color: #a8babf;
}

.travels-day-facts dd {
    margin: 0;
    color: #fff;
}

.travels-gallery {
    padding:
        clamp(3rem, 6vw, 5rem)
        0;
}

.travels-gallery__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.travels-gallery__grid--2 {
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
}

.travels-gallery__grid--1 {
    grid-template-columns:
        minmax(0, 800px);
}

.travels-gallery__item {
    margin: 0;
}

.travels-gallery__button {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background: #cfc3b3;
    cursor: zoom-in;
}

.travels-gallery__button img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.travels-gallery__item figcaption {
    padding-top: 0.8rem;
    line-height: 1.55;
}

.travels-road-notes__grid,
.travels-official-links__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.travels-road-notes__grid article {
    padding: 1.5rem;
    border-radius: 18px;
    background: #172a34;
    color: #dfe7e9;
}

.travels-official-links {
    padding:
        clamp(5rem, 10vw, 9rem)
        0;
    background: #07131d;
}

.travels-official-links__grid {
    margin-top: 3rem;
}

.travels-official-links__grid a {
    display: block;
    padding: 1.5rem;
    border:
        1px solid
        rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: #0d222d;
    color: #fff;
    text-decoration: none;
}

.travels-official-links__grid strong,
.travels-official-links__grid span {
    display: block;
}

.travels-lightbox[hidden] {
    display: none;
}

.travels-lightbox {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background:
        rgba(3, 9, 13, 0.93);
}

.travels-lightbox__dialog {
    position: relative;
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    width: min(100%, 1500px);
}

.travels-lightbox figure {
    margin: 0;
}

.travels-lightbox img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    margin-inline: auto;
}

.travels-lightbox button {
    border:
        1px solid
        rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background:
        rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
}

.travels-lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    font-size: 2rem;
}

.travels-lightbox__previous,
.travels-lightbox__next {
    width: 52px;
    height: 52px;
    font-size: 2rem;
}

.travels-lightbox-open {
    overflow: hidden;
}

.travels-back-to-top {
    position: fixed;
    z-index: 30;
    right: 1.25rem;
    bottom: 1.25rem;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #172a34;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
}

.travels-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.travels-adventure-card__media {
    display: grid;
    min-height: 430px;
    place-items: center;
    padding: 1.5rem;
    background:
        linear-gradient(
            145deg,
            #173c4a,
            #725033
        );
}

.travels-adventure-card__media img {
    width: min(100%, 290px);
    height: auto;
    border-radius: 10px;
}

@media (max-width: 1000px) {
    .travels-edition-cover__grid,
    .travels-overview__grid,
    .travels-day-story-grid,
    .travels-guide-download__grid {
        grid-template-columns: 1fr;
    }

    .travels-route-stops {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .travels-day-metrics,
    .travels-status-board,
    .travels-road-notes__grid,
    .travels-official-links__grid,
    .travels-gallery__grid,
    .travels-gallery__grid--2,
    .travels-route-stops {
        grid-template-columns: 1fr;
    }

    .travels-lightbox__dialog {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .travels-back-to-top {
        transition: none;
    }
}

/* ================================================================
   SWR Travels top PDF download bar
   ================================================================ */

.travels-pdf-topbar {
    position: relative;
    z-index: 15;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(
            90deg,
            #8f6c3d 0%,
            #b28a50 48%,
            #8f6c3d 100%
        );
    color: #111d23;
}

.travels-pdf-topbar__inner {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    min-height: 68px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.travels-pdf-topbar p {
    margin: 0;
    font-size:
        clamp(0.9rem, 1.4vw, 1rem);
    line-height: 1.5;
}

.travels-pdf-topbar strong {
    font-weight: 800;
}

.travels-pdf-topbar__link {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.55rem;
    align-items: center;
    padding: 0.75rem 1.1rem;
    border:
        1px solid
        rgba(17, 29, 35, 0.28);
    border-radius: 999px;
    background: #101f27;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    box-shadow:
        0 5px 16px
        rgba(0, 0, 0, 0.16);
}

.travels-pdf-topbar__link:hover,
.travels-pdf-topbar__link:focus-visible {
    background: #1d3440;
    color: #fff;
}

.travels-pdf-topbar__link:focus-visible {
    outline:
        3px solid
        rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .travels-pdf-topbar__inner {
        display: grid;
        gap: 0.75rem;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }

    .travels-pdf-topbar__link {
        justify-content: center;
        width: 100%;
    }
}
