/* Tour Hero Section */
.tour-hero {
    padding: 29px 0 17px !important;
    /* background: linear-gradient(135deg, rgba(227, 183, 94, 0.08) 0%, rgba(22, 33, 62, 0.03) 100%) !important; */
    /* border-bottom: 1px solid rgba(227, 183, 94, 0.15) !important; */
    position: relative !important;
    overflow: hidden !important;
}

.tour-hero::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, rgba(227, 183, 94, 0.1) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.tour-hero__grid {
    display: grid !important;
    gap: 24px !important;
    position: relative !important;
    z-index: 1 !important;
}

.tour-hero__copy {
    /* max-width: 900px !important; */
}

.tour-hero h1 {
    /* font-family: "Playfair Display", Georgia, serif !important; */
    font-size: clamp(25px, 3vw, 36px) !important;
    font-weight: 700 !important;
    color: #16213e !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    letter-spacing: -0.02em !important;
}

.tour-breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    font-size: 14px !important;
    color: #2e333e !important;
}

.tour-breadcrumb a {
    color: #e3b75e !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    font-weight: 500 !important;
}

.tour-breadcrumb a:hover {
    color: #16213e !important;
}

.tour-breadcrumb i {
    color: #e3b75e !important;
    font-size: 10px !important;
}

.tour-breadcrumb span {
    color: #16213e !important;
    font-weight: 600 !important;
}

.story-detail>.container {
    display: flex;
    flex-direction: column
}

.story-detail__cover {
    /* order: 1; */
    position: relative;
    margin: 0
}

.story-detail__cover:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px;
    background: linear-gradient(180deg, transparent 55%, rgba(8, 22, 44, .38))
}

.story-detail__cover img {
    display: block;
    width: 100%;
    height: 560px;
    border-radius: 26px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(22, 33, 62, .14)
}

.story-detail__cover figcaption {
    position: absolute;
    z-index: 1;
    right: 22px;
    bottom: 17px;
    margin: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 10px
}

.story-detail__intro {
    /* order: 2; */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    /* width: min(880px, calc(100% - 60px)); */
    margin: -27px auto 0;
    padding: 16px 18px 16px 22px;
    border: 1px solid rgba(22, 33, 62, .07);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(22, 33, 62, .11)
}

.story-detail__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap
}

.story-detail__meta span {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    color: #777e89
}

.story-detail__meta span+span {
    padding-left: 15px;
    border-left: 1px solid #e8e1d8
}

.story-detail__meta i {
    color: #b1812f;
    font-size: 17px;
}

.story-detail__meta b {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase
}

.story-detail__author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px 7px 7px;
    border-radius: 12px;
    background: #f7f4ef
}

.story-detail__author-mark {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    place-items: center;
    background: var(--story-ink);
    color: var(--story-gold);
    font-size: 9px;
    font-weight: 800
}

.story-detail__author span,
.story-detail__author strong {
    display: block;
    white-space: nowrap;
}

.story-detail__author span {
    color: #969ba3;
    font-size: 8px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.story-detail__author strong {
    color: var(--story-ink);
    font-size: 11px
}

.story-detail__layout {
    order: 3;
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: start;
    justify-content: center;
    gap: 25px;
    margin-top: 33px;
    margin-bottom: 26px;
}

.story-content {
    grid-column: 1;
    padding: 35px 38px;
    border: 1px solid rgba(22, 33, 62, .06);
    border-radius: 22px;
    background: #fff
}

.story-detail__aside {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 105px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.story-content__lead {
    margin: 0 0 44px;
    padding: 0 0 30px 24px;
    border-left: 3px solid var(--story-gold);
    border-bottom: 1px solid #e9e3da;
    color: var(--story-ink);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75
}

.story-content>section:not(.story-tips):not(.story-conclusion) {
    position: relative;
    margin-bottom: 19px;
    scroll-margin-top: 120px
}

.story-number {
    display: inline-block;
    margin-bottom: 7px;
    color: #b1812f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em
}

.story-content h2 {
    margin-bottom: 14px;
    color: var(--story-ink);
    font-size: 29px;
    letter-spacing: -.02em
}

.story-content p {
    margin: 0;
    color: #5b6470;
    font-size: 15px;
    line-height: 1.9
}

.story-highlight {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 23px;
    padding: 18px 20px;
    border-radius: 12px;
    background: var(--story-paper)
}

.story-highlight i {
    margin-top: 5px;
    color: #b1812f
}

.story-highlight p {
    font-size: 13px
}

.story-content__image {
    margin: 28px 0 0
}

.story-content__image img {
    width: 100%;
    height: 340px;
    border-radius: 16px;
    object-fit: cover
}

.story-content__image figcaption {
    margin-top: 8px;
    color: #90959d;
    font-size: 10px;
    text-align: center
}

.story-content blockquote {
    position: relative;
    margin: 26px 0 0;
    padding: 25px 28px 25px 45px;
    border: 0;
    border-radius: 14px;
    background: var(--story-ink);
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7
}

.story-content blockquote:before {
    content: "â€œ";
    position: absolute;
    top: 7px;
    left: 17px;
    color: var(--story-gold);
    font-size: 43px;
    font-style: normal
}

.story-tips {
    margin: 20px 0;
    padding: 28px;
    border: 1px solid #e2d7c7;
    border-radius: 17px;
    background: #fbf9f5
}

.story-tips__title {
    display: flex;
    align-items: center;
    gap: 14px
}

.story-tips__title>i {
    display: grid;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    place-items: center;
    background: var(--story-gold);
    color: var(--story-ink);
    font-size: 18px
}

.story-tips__title span,
.story-conclusion>span {
    color: #a87928;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.story-tips__title h2 {
    margin: 2px 0 0;
    font-size: 24px
}

.story-tips ul {
    display: grid;
    gap: 12px;
    margin-top: 22px
}

.story-tips li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #59616d;
    font-size: 12px;
    line-height: 1.6
}

.story-tips li i {
    display: grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    place-items: center;
    background: rgba(227, 183, 94, .28);
    color: #95691f;
    font-size: 8px
}

.story-conclusion {
    padding: 34px;
    border-radius: 17px;
    background: var(--story-ink)
}

.story-conclusion h2 {
    margin: 5px 0 12px;
    color: #fff;
    font-size: 28px
}

.story-conclusion p {
    color: rgba(255, 255, 255, .7)
}

.story-conclusion a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 21px;
    padding: 11px 17px;
    border-radius: 50px;
    background: var(--story-gold);
    color: var(--story-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase
}

.recent-posts {
    padding: 24px 20px 18px;
    border: 1px solid rgba(22, 33, 62, .07);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 33, 62, .07)
}

.recent-posts__heading {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e3da
}

.recent-posts__heading:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 42px;
    height: 2px;
    background: var(--story-gold)
}

.recent-posts__heading span {
    display: block;
    margin-bottom: 3px;
    color: #ad7d28;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase
}

.recent-posts__heading h2 {
    color: var(--story-ink);
    font-size: 24px
}

.recent-posts__list {
    display: grid
}

.recent-post {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #eee8df
}

.recent-post__image {
    display: block;
    width: 76px;
    height: 66px;
    border-radius: 10px;
    overflow: hidden
}

.recent-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.recent-post>div>span {
    display: block;
    margin-bottom: 4px;
    color: #ad7d28;
    font-size: 8px;
    font-weight: 750;
    text-transform: uppercase
}

.recent-post h3 {
    font-size: 13px;
    line-height: 1.35
}

.recent-post h3 a {
    color: var(--story-ink);
    text-decoration: none
}

.recent-post:hover img {
    transform: scale(1.06)
}

.recent-post:hover h3 a {
    color: #a87928
}

.recent-posts__all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: var(--story-ink);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase
}

.story-share {
    padding: 17px 20px;
    border: 1px solid rgba(22, 33, 62, .07);
    border-radius: 16px;
    background: #fff
}

.story-share>span {
    display: block;
    margin-bottom: 11px;
    color: #777e89;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.story-share>div {
    display: flex;
    gap: 8px
}

.story-share a {
    display: grid;
    width: 33px;
    height: 33px;
    border: 1px solid #dfd8cc;
    border-radius: 50%;
    place-items: center;
    color: var(--story-ink);
    text-decoration: none
}

.story-share a:hover {
    border-color: var(--story-gold);
    background: var(--story-gold)
}

.related-stories {
    order: 4;
    margin-top: 85px;
    padding-top: 38px;
    border-top: 1px solid #ded6ca
}

.related-stories__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 25px
}

.related-stories__heading span {
    color: #a87928;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.related-stories__heading h2 {
    margin-top: 4px;
    color: var(--story-ink);
    font-size: 31px
}

.related-stories__heading>a {
    color: var(--story-ink);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase
}

.related-stories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.related-stories__grid article {
    overflow: hidden;
    border: 1px solid rgba(22, 33, 62, .07);
    border-radius: 16px;
    background: #fff
}

.related-stories__grid article>a {
    position: relative;
    display: block;
    height: 205px;
    overflow: hidden
}

.related-stories__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.related-stories__grid article>a span {
    position: absolute;
    left: 13px;
    bottom: 13px;
    padding: 5px 9px;
    border-radius: 50px;
    background: #fff;
    color: var(--story-ink);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase
}

.related-stories__grid article>div {
    padding: 18px
}

.related-stories__grid time {
    color: #a87928;
    font-size: 9px;
    text-transform: uppercase
}

.related-stories__grid h3 {
    margin-top: 6px;
    font-size: 18px
}

.related-stories__grid h3 a {
    color: var(--story-ink);
    text-decoration: none
}

.related-stories__grid article:hover img {
    transform: scale(1.05)
}

.story-content img {
    height: 500px !important;
    ;
    width: 100% !important;
    padding-top: 7px;
    margin-bottom: 17px;
    border-radius: 23px;
}

.story-content p {
    margin: 0;
    color: #5b6470;
    font-size: 15px;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media(max-width:991px) {
    .story-detail__intro {
        width: calc(100% - 50px)
    }

    .story-detail__meta {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        border: 0
    }

    .story-detail__layout {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .story-content {
        grid-column: 1;
        grid-row: 1
    }

    .story-detail__aside {
        grid-column: 1;
        grid-row: 2;
        position: static
    }

    .recent-posts__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px
    }

    .recent-post {
        border-bottom: 0
    }

    .story-share {
        display: none
    }
}

@media(max-width:767px) {

    .tour-hero__grid,
    .tour-hero__copy {
        width: 100%;
        max-width: 100% !important;
        min-width: 0;
    }

    .tour-breadcrumb {
        display: flex !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
    }

    .tour-breadcrumb>a,
    .tour-breadcrumb>i,
    .tour-breadcrumb>span {
        flex: 0 0 auto;
    }

    .story-detail {
        padding: -16px 0 71px;
    }

    .story-detail__cover img {
        height: 370px;
        border-radius: 18px
    }

    .story-detail__cover:after {
        border-radius: 18px
    }

    .story-detail__cover figcaption {
        display: none
    }

    .story-detail__intro {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
        width: calc(100% - -3px);
        margin-top: -32px;
        padding: 8px;
    }

    .story-detail__author {
        justify-content: center
    }

    .story-detail__meta {
        justify-content: space-between;
        gap: 2px
    }

    .story-detail__meta span {
        flex: 1;
        flex-direction: column;
        gap: 5px;
        padding: 7px 4px;
        text-align: center
    }

    .story-detail__meta span+span {
        padding-left: 4px
    }

    .story-detail__meta b {
        font-size: 10px;
    }

    .story-detail__layout {
        margin-top: 42px
    }

    .recent-posts__list {
        grid-template-columns: 1fr;
        gap: 0
    }

    .recent-post {
        border-bottom: 1px solid #eee8df
    }

    .story-content {
        padding: 31px 22px;
        border-radius: 17px
    }

    .story-content__lead {
        padding-left: 17px;
        font-size: 18px
    }

    .story-content h2 {
        font-size: 25px
    }

    .story-content__image img {
        height: 255px
    }

    .story-tips,
    .story-conclusion {
        padding: 24px 20px
    }

    .related-stories {
        margin-top: 65px
    }

    .related-stories__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px
    }

    .related-stories__grid {
        grid-template-columns: 1fr
    }

    .related-stories__grid article {
        display: grid;
        grid-template-columns: 125px 1fr
    }

    .related-stories__grid article>a {
        height: 140px
    }

    .related-stories__grid h3 {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .story-content {
        padding: 18px 10px;
    }

    .story-content img {
        height: 300px !important;
    }

    .story-detail__cover img {
        height: 370px !important;
    }
}