.header-1 .navbar-brand .site-logo {
    width: 120px;
    max-width: 100%;
    height: auto;
    transition: width 0.3s ease;
}

.site-admin-back-btn {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 200;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.92);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-admin-back-btn:hover {
    background: #111827;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .site-admin-back-btn span {
        display: none;
    }

    .site-admin-back-btn {
        padding: 0.5rem 0.65rem;
    }
}

/* Inner pages: nav always fixed with background from page load */
:root {
    --inner-page-top-spacing: 7rem;
    --site-content-width: 90%;
}

.page .container,
.page .container-sm,
.page .container-md,
.page .container-lg,
.page .container-xl,
.page .container-xxl {
    max-width: var(--site-content-width);
}

@media (min-width: 768px) {
    :root {
        --inner-page-top-spacing: 8rem;
    }
}

@media (min-width: 992px) {
    :root {
        --inner-page-top-spacing: 9rem;
    }
}

.section-header.header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--bs-sticky-header-bg);
    backdrop-filter: blur(10px);
}

.section-header.header-inner .navbar-brand .site-logo {
    width: 120px;
}

.about-page-hero {
    padding-top: 2.5rem;
}

.inner-page .breadcrumb-wrapper {
    padding-top: var(--inner-page-top-spacing);
}

.inner-page .about-page-manifesto-top {
    padding-top: calc(var(--inner-page-top-spacing) + 3rem);
}

.inner-page .main:not(:has(.section-breadcrumb)):not(:has(.section-brand-manifesto)):not(:has(.section-article-hero)) {
    padding-top: var(--inner-page-top-spacing);
}

.inner-page .section-article-hero-wrapper {
    padding-top: calc(var(--inner-page-top-spacing) + 1.5rem);
}

@media (min-width: 768px) {
    .about-page-hero {
        padding-top: 3rem;
    }
}

@media (min-width: 992px) {
    .about-page-hero {
        padding-top: 3.75rem;
    }
}

.blog-categories-widget {
    position: sticky;
    top: var(--inner-page-top-spacing);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    --bs-widget-custom-padding: 1rem 0.85rem;
    padding: var(--bs-widget-custom-padding) !important;
}

.blog-page-sidebar .sticky-elements {
    width: 100%;
    max-width: 100%;
}

.blog-page {
    --blog-page-gutter: clamp(1rem, 3vw, 2.5rem);
}

.blog-page .section-breadcrumb .container,
.blog-page .section-blog .container-xxl {
    max-width: var(--site-content-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--blog-page-gutter);
    padding-right: var(--blog-page-gutter);
}

.blog-page .section-breadcrumb .breadcrumb {
    margin-bottom: 0.5rem !important;
}

.blog-page .section-blog {
    padding-top: 0.75rem;
}

@media (min-width: 768px) {
    .blog-page .section-blog {
        padding-top: 1rem;
    }
}

.blog-categories-title {
    font-size: 1.15rem;
    line-height: 1.3;
}

.blog-page .card-style-2 .card-image-wrapper-style-3 {
    height: 240px;
}

@media (min-width: 768px) {
    .blog-page .card-style-2 .card-image-wrapper-style-3 {
        height: 260px;
    }
}

@media (min-width: 992px) {
    .blog-page .card-style-2 .card-image-wrapper-style-3 {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .blog-page .card-style-2 .card-image-wrapper-style-3 {
        height: 300px;
    }
}

.blog-category-menu {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.blog-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.blog-category-item:last-child {
    border-bottom: none;
}

.blog-category-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.35;
}

.blog-category-link:hover,
.blog-category-item.is-active .blog-category-link {
    color: #fff;
    opacity: 0.85;
}

.blog-category-count {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 600;
    flex-shrink: 0;
}

.header-1.header-over-hero:not(.sticky) .navbar-brand .site-logo {
    width: 300px;
}

.header-over-hero:not(.sticky) .container {
    position: relative;
}

.header-over-hero:not(.sticky) .navbar .site-hero-nav-bar {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 3;
}

.header-over-hero:not(.sticky) .site-hero-nav-links {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0.12rem 1.35rem;
    border-radius: 9999px;
    background: rgba(17, 24, 39, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    --bs-nav-link-padding-y: 0.2rem;
}

.header-over-hero:not(.sticky) .site-hero-nav-links .nav-link {
    color: rgba(255, 255, 255, 0.92);
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

.header-over-hero:not(.sticky) .site-hero-nav-links .nav-link:hover,
.header-over-hero:not(.sticky) .site-hero-nav-links .nav-link.active {
    color: #fff;
}

.header-1.sticky .navbar-brand .site-logo {
    width: 120px;
}

@media (max-width: 991.98px) {
    .header-1.header-over-hero:not(.sticky) .navbar-brand .site-logo {
        width: 200px;
    }

    .header-1 .navbar-brand .site-logo,
    .header-1.sticky .navbar-brand .site-logo {
        width: 100px;
    }
}

@media (max-width: 767.98px) {
    .header-1.header-over-hero:not(.sticky) .navbar-brand .site-logo {
        width: 160px;
    }

    .header-1 .navbar-brand .site-logo,
    .header-1.sticky .navbar-brand .site-logo {
        width: 90px;
    }
}

.article-body img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 14px;
}

.article-body p {
    margin-bottom: 1rem;
}

.gallery-card {
    text-decoration: none;
    color: inherit;
}

.gallery-card:hover {
    color: inherit;
}

/* Gallery page — full-width photo grid */
.gallery-page {
    --gallery-page-gutter: clamp(1rem, 3vw, 2.5rem);
}

.gallery-page .section-gallery-page .container-xxl,
.gallery-page .section-breadcrumb .container {
    max-width: var(--site-content-width);
    padding-left: var(--gallery-page-gutter);
    padding-right: var(--gallery-page-gutter);
}

.gallery-page .section-breadcrumb .breadcrumb {
    margin-bottom: 0.5rem !important;
}

.gallery-page .section-gallery-page {
    padding-top: 0.75rem;
}

@media (min-width: 768px) {
    .gallery-page .section-gallery-page {
        padding-top: 1rem;
    }
}

.gallery-page-grid {
    display: grid;
    gap: clamp(1rem, 2vw, 1.75rem);
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 576px) {
    .gallery-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .gallery-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .gallery-page-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.gallery-page-item {
    margin: 0;
    min-width: 0;
}

.gallery-page-link {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    line-height: 0;
    background: rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.gallery-page-link:hover {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
    transform: translateY(-2px);
}

.gallery-page-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.gallery-page-link:hover .gallery-page-image {
    transform: scale(1.03);
}

.gallery-page-caption {
    margin: 0.75rem 0 0;
    padding: 0 0.15rem;
    font-size: 0.95rem;
    line-height: 1.45;
    color: var(--bs-body-color);
    opacity: 0.88;
}

@media (min-width: 992px) {
    .gallery-page-caption {
        font-size: 1rem;
    }
}

.home-featured-gallery-grid {
    display: grid;
    gap: clamp(0.85rem, 2vw, 1.25rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .home-featured-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .home-featured-gallery-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.home-featured-gallery-item {
    margin: 0;
    min-width: 0;
}

.home-featured-gallery-link {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-featured-gallery-link:hover {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
    transform: translateY(-2px);
}

.home-featured-gallery-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-featured-gallery-link:hover .home-featured-gallery-image {
    transform: scale(1.03);
}

.home-featured-gallery-caption {
    margin: 0.55rem 0 0;
    padding: 0 0.1rem;
    font-size: 0.85rem;
    line-height: 1.4;
    color: rgba(15, 23, 42, 0.78);
}

.home-page .section-catagory .catagory-wrapper {
    padding-bottom: 5rem;
}

.random-adventure-btn {
    white-space: nowrap;
}

.random-adventure-btn .fa-shuffle {
    opacity: 0.9;
}

.home-page .section-home-featured-gallery {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
}

.home-page .home-section-divider {
    margin: 0;
    border: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.14);
    opacity: 1;
}

.home-page .section-article {
    padding-top: 3rem;
}

.home-page .sticky-elements {
    position: static;
    top: auto;
}

@media (min-width: 992px) {
    .home-page .section-article .col-lg-4 {
        display: flex;
        flex-direction: column;
    }

    .home-page .section-article .sticky-elements {
        flex: 1 1 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .home-page .section-article .sticky-elements > .d-flex.flex-column {
        flex: 1 1 auto;
        min-height: 100%;
    }

    .home-page .home-sidebar-donation-sticky {
        position: sticky;
        top: 7.5rem;
        z-index: 2;
        align-self: flex-start;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .home-page .section-catagory .catagory-wrapper {
        padding-bottom: 8.5rem;
    }

    .home-page .section-home-featured-gallery {
        padding-top: 3.5rem;
        padding-bottom: 5rem;
    }

    .home-page .section-article {
        padding-top: 5rem;
    }
}

.brand-kicker {
    letter-spacing: 0.12em;
    font-size: 0.8rem;
}

.section-brand-manifesto {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #1a1f2b 0%, #111827 100%);
}

.section-brand-manifesto::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 31, 43, 0.72) 0%, rgba(17, 24, 39, 0.78) 100%);
    z-index: 1;
    pointer-events: none;
}

.section-brand-manifesto[data-has-manifesto-bg]::after {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.35) 0%, rgba(17, 24, 39, 0.5) 100%);
}

.brand-manifesto-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 0;
}

.section-brand-manifesto .container {
    z-index: 2;
}

.brand-manifesto-lines {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.brand-manifesto-line {
    font-size: clamp(1.15rem, 2.5vw, 1.65rem);
    line-height: 1.5;
    color: #f8fafc;
}

.brand-manifesto-line:last-child {
    font-weight: 700;
    margin-top: 0.5rem;
}

.hero-slide-subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
    opacity: 0.92;
}

.home-page .hero-inner-text .display-3 {
    font-size: 72.5px;
}

.home-page .hero-inner-text .display-4 {
    font-size: 80px;
}

@media (max-width: 1399.98px) {
    .home-page .hero-inner-text .display-3 {
        font-size: 22.5px;
    }

    .home-page .hero-inner-text .display-4 {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .home-page .hero-inner-text .display-3 {
        font-size: 17.5px;
    }

    .home-page .hero-inner-text .display-4 {
        font-size: 31.25px;
    }
}

@media (max-width: 767.98px) {
    .home-page .hero-inner-text .display-3 {
        font-size: 11px;
    }

    .home-page .hero-inner-text .display-4 {
        font-size: 20px;
    }
}

.section-brand-intro .lead {
    font-size: 1.2rem;
    line-height: 1.7;
}

.about-intro-content p:last-child,
.home-intro-content p:last-child,
.about-author-content p:last-child {
    margin-bottom: 0;
}

.about-intro-content img,
.home-intro-content img,
.about-author-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.contact-social-links {
    display: grid;
    gap: 1rem;
    max-width: 36rem;
}

.contact-social-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-social-link:hover {
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.contact-social-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    font-size: 1.25rem;
    color: #fff;
    flex-shrink: 0;
}

.contact-social-link-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.contact-social-link-label {
    font-weight: 700;
    font-size: 1rem;
}

.contact-social-link-message {
    font-size: 0.92rem;
    opacity: 0.78;
}

.contact-social-link-facebook .contact-social-link-icon { background: #1877f2; }
.contact-social-link-instagram .contact-social-link-icon { background: #e4405f; }
.contact-social-link-youtube .contact-social-link-icon { background: #ff0000; }
.contact-social-link-pinterest .contact-social-link-icon { background: #bd081c; }
.contact-social-link-twitter .contact-social-link-icon { background: #000; }

/* Article page: left-aligned content + right sidebar */
.article-page-layout {
    align-items: flex-start;
}

.article-page-main {
    width: 100%;
}

.article-page-main .fix-width-post-content {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.article-page-sidebar {
    width: 100%;
}

@media (min-width: 992px) {
    .article-page-main {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .article-page-sidebar {
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 2.5rem;
    }
}

.article-latest-sidebar {
    position: sticky;
    top: 7rem;
    padding: 1.75rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(17, 24, 39, 0.06);
}

.article-latest-sidebar-title {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
}

.article-latest-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.article-latest-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.article-latest-thumb {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.article-latest-thumb img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    display: block;
}

.article-latest-heading {
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
    line-height: 1.35;
}

.article-latest-heading a {
    color: inherit;
    text-decoration: none;
}

.article-latest-heading a:hover {
    color: var(--bs-primary);
}

.article-latest-date {
    margin: 0;
    font-size: 0.8rem;
    color: #6b7280;
}

.article-latest-footer {
    margin-top: 1.5rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .article-latest-sidebar {
        position: static;
        margin-top: 2.5rem;
    }
}

.subscribe-status-card {
    padding: 2.5rem 2rem;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.subscribe-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999px;
    font-size: 2rem;
}

.subscribe-status-icon-success {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.subscribe-status-icon-warning {
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.subscribe-status-note {
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    background: #f8fafc;
    text-align: left;
}

.subscribe-captcha-modal .modal-content {
    border: none;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
}

.subscribe-captcha-email {
    font-weight: 600;
    color: #111827;
    word-break: break-word;
}

.subscribe-hcaptcha-container {
    min-height: 78px;
}

/* Blog page: keep articles visible before Owl/WOW initialize */
.section-blog-slider.owl-carousel:not(.owl-loaded) {
    display: block;
}

.section-blog-slider.owl-carousel:not(.owl-loaded) > .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 380px;
    margin: 0 1rem 1.5rem 0;
}

@media (min-width: 768px) {
    .section-blog-slider.owl-carousel:not(.owl-loaded) > .item {
        width: calc(50% - 1rem);
    }
}

.footer-link-menu-style-2 ul {
    flex-wrap: nowrap;
    gap: 1.25rem 2rem;
    justify-content: flex-start;
}

@media (max-width: 575.98px) {
    .footer-link-menu-style-2 ul {
        gap: 1rem 1.25rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .footer-link-menu-style-2 ul::-webkit-scrollbar {
        display: none;
    }

    .footer-link-menu-style-2 ul li {
        flex: 0 0 auto;
    }
}

.social-icons span i {
    position: relative;
    z-index: 1;
    color: var(--bs-svg-path-color, var(--bs-primary));
    font-size: 0.85em;
    line-height: 1;
    transition: color 0.4s ease;
}

.social-icons span:hover i {
    color: var(--bs-svg-path-hover-color, var(--bs-white));
}

.section-footer-2 .social-icons span i {
    color: var(--bs-primary);
}

.section-footer-2 .social-icons span:hover i {
    color: var(--bs-white);
}

.donation-card {
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.donation-card-sidebar {
    max-width: 100%;
    margin-top: 0;
}

.donation-card-headline {
    font-size: 1.35rem;
    line-height: 1.25;
    color: var(--bs-heading-color);
}

.donation-card-subline {
    color: rgba(15, 23, 42, 0.72);
    font-weight: 600;
}

.donation-card-content {
    color: rgba(15, 23, 42, 0.82);
    line-height: 1.65;
}

.donation-card-content p:last-child {
    margin-bottom: 0;
}

.donation-card-btn {
    border: 0;
    font-weight: 600;
}

.donation-card[data-donation-service="buy_me_a_coffee"] .donation-card-btn {
    background-color: #ffdd00;
    color: #111827;
}

.donation-card[data-donation-service="ko_fi"] .donation-card-btn {
    background-color: #29abe0;
    color: #fff;
}

.donation-card[data-donation-service="patreon"] .donation-card-btn {
    background-color: #ff424d;
    color: #fff;
}

.donation-card[data-donation-service="liberapay"] .donation-card-btn {
    background-color: #f6c915;
    color: #111827;
}

.donation-card[data-donation-service="open_collective"] .donation-card-btn {
    background-color: #7fadf9;
    color: #111827;
}

.donation-card[data-donation-service="gumroad"] .donation-card-btn {
    background-color: #ff90e8;
    color: #111827;
}

.donation-card[data-donation-service="condrop"] .donation-card-btn {
    background-color: #0ea5e9;
    color: #fff;
}

.donation-card-btn:hover {
    filter: brightness(0.95);
    color: inherit;
}

.section-donation-box .donation-card {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 18px;
    background: #fff;
}

.travel-map-page {
    --travel-map-gutter: clamp(1rem, 3vw, 2.5rem);
    --travel-map-sidebar-width: 220px;
}

.travel-map-page .section-breadcrumb .container,
.travel-map-page .section-travel-map .container-xxl {
    max-width: var(--site-content-width);
    padding-left: var(--travel-map-gutter);
    padding-right: var(--travel-map-gutter);
}

.travel-map-intro {
    max-width: 760px;
}

.travel-map-lead {
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.05rem;
    line-height: 1.6;
}

.travel-map-canvas {
    width: 100%;
    min-height: 68vh;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    background: #dfe8ef;
}

.travel-map-layout {
    display: flex;
    gap: 1.25rem;
    align-items: stretch;
    min-height: clamp(420px, 72vh, 760px);
}

.travel-map-main {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
}

.travel-map-main .travel-map-canvas {
    flex: 1 1 auto;
    min-height: clamp(420px, 72vh, 760px);
}

.travel-map-sidebar-wrap {
    flex: 0 0 var(--travel-map-sidebar-width);
    width: var(--travel-map-sidebar-width);
    max-width: var(--travel-map-sidebar-width);
}

.travel-map-sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: clamp(420px, 72vh, 760px);
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.travel-map-sidebar-head {
    padding: 0.9rem 0.75rem 0.75rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.travel-map-sidebar-title {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    line-height: 1.3;
}

.travel-map-sidebar-note {
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.78rem;
    line-height: 1.4;
}

.travel-map-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.75rem 0.65rem 0.9rem;
    overflow-y: auto;
    flex: 1 1 auto;
}

.travel-map-sidebar-item {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.travel-map-sidebar-item:hover,
.travel-map-sidebar-item.is-active {
    transform: translateY(-2px);
}

.travel-map-sidebar-item.is-active .travel-map-sidebar-photo {
    box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.35);
}

.travel-map-sidebar-photo {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 10px;
    overflow: hidden;
    background: #e2e8f0;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.travel-map-sidebar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.travel-map-sidebar-location {
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    max-width: calc(100% - 0.75rem);
    padding: 0.22rem 0.45rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    color: #fff;
    font-size: 0.64rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.travel-map-sidebar-item-title {
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 0.75rem);
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.travel-map-sidebar-item:hover .travel-map-sidebar-item-title,
.travel-map-sidebar-item.is-active .travel-map-sidebar-item-title {
    background: rgba(15, 118, 110, 0.88);
}

@media (min-width: 992px) {
    .travel-map-sidebar {
        position: sticky;
        top: calc(var(--inner-page-top-spacing, 7rem) + 1rem);
    }
}

@media (max-width: 991.98px) {
    .travel-map-layout {
        flex-direction: column;
        min-height: 0;
    }

    .travel-map-main .travel-map-canvas {
        min-height: 56vh;
    }

    .travel-map-sidebar-wrap {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
    }

    .travel-map-sidebar {
        min-height: 0;
        height: auto;
        max-height: none;
    }

    .travel-map-sidebar-list {
        max-height: 420px;
    }
}

.travel-map-marker-wrap {
    background: transparent;
    border: 0;
}

.travel-map-marker {
    position: relative;
    width: 72px;
    filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.22));
    transition: transform 0.2s ease;
}

.travel-map-marker:hover {
    transform: translateY(-4px) scale(1.03);
}

.travel-map-marker-photo {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 14px;
    overflow: hidden;
    border: 3px solid #fff;
    background: #fff;
}

.travel-map-marker-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.travel-map-marker-tail {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px rgba(15, 23, 42, 0.12);
}

.travel-map-cluster-wrap {
    background: transparent;
    border: 0;
}

.travel-map-cluster {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.35);
    border: 3px solid #fff;
    cursor: pointer;
}

.travel-map-cluster-count {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
}

.travel-map-cluster-label {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-top: 0.1rem;
}

.travel-map-popup-shell .leaflet-popup-content-wrapper {
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.travel-map-popup-shell .leaflet-popup-content {
    margin: 0;
    width: 280px !important;
}

.travel-map-popup-shell-cluster .leaflet-popup-content {
    width: 320px !important;
}

.travel-map-popup-shell .leaflet-popup-tip {
    background: #fff;
}

.travel-map-popup-card {
    display: block;
}

.travel-map-popup-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.travel-map-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.travel-map-popup-body {
    padding: 1rem 1.1rem 1.15rem;
}

.travel-map-popup-date {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.travel-map-popup-title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    line-height: 1.3;
}

.travel-map-popup-title a {
    color: inherit;
    text-decoration: none;
}

.travel-map-popup-location {
    margin: 0 0 0.5rem;
    font-weight: 600;
    color: #0f766e;
    font-size: 0.92rem;
}

.travel-map-popup-subline {
    margin: 0 0 0.75rem;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.9rem;
    line-height: 1.45;
}

.travel-map-popup-link {
    display: inline-flex;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
}

.travel-map-cluster-popup {
    padding: 1rem;
}

.travel-map-cluster-title {
    margin: 0 0 0.85rem;
    font-size: 1rem;
}

.travel-map-cluster-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-height: 280px;
    overflow-y: auto;
}

.travel-map-cluster-item {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 0.45rem;
    border-radius: 12px;
    transition: background 0.2s ease;
}

.travel-map-cluster-item:hover {
    background: rgba(15, 118, 110, 0.08);
}

.travel-map-cluster-thumb {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.travel-map-cluster-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.travel-map-cluster-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.travel-map-cluster-copy strong {
    font-size: 0.92rem;
    line-height: 1.3;
}

.travel-map-cluster-copy span {
    font-size: 0.8rem;
    color: #6b7280;
}

@media (max-width: 767.98px) {
    .travel-map-canvas {
        min-height: 56vh;
        border-radius: 16px;
    }
}

.travel-music-card,
.travel-music-page-player {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.travel-music-sidebar {
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 16px;
    padding: 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.travel-music-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.travel-music-sidebar-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.travel-music-sidebar-more {
    font-size: 0.72rem;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
    white-space: nowrap;
}

.travel-music-sidebar-more:hover {
    color: #0d9488;
}

.travel-music-sidebar-player-frame {
    height: 216px;
}

.travel-music-sidebar .travel-music-player-icon {
    font-size: 1.35rem;
}

.travel-music-sidebar .travel-music-player-placeholder p {
    font-size: 0.72rem;
}

.travel-music-sidebar-list {
    gap: 0.45rem;
}

.travel-music-sidebar .travel-music-song-item {
    gap: 0.55rem;
    padding: 0.45rem;
    border-radius: 10px;
}

.travel-music-sidebar .travel-music-song-thumb {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.travel-music-sidebar .travel-music-song-copy strong {
    font-size: 0.78rem;
}

.travel-music-sidebar .travel-music-song-copy span {
    font-size: 0.68rem;
}

.travel-music-sidebar .travel-music-song-play {
    width: 24px;
    height: 24px;
    font-size: 0.62rem;
}

.travel-music-sidebar .travel-music-song-item:hover,
.travel-music-sidebar .travel-music-song-item.is-active {
    transform: none;
    box-shadow: 0 6px 14px rgba(15, 118, 110, 0.1);
}

.travel-music-subline,
.travel-songs-lead {
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.02rem;
    line-height: 1.55;
}

.travel-music-player-shell {
    border-radius: 16px;
    overflow: hidden;
    background: #111827;
}

.travel-music-player-frame {
    background: #111827;
}

.travel-music-player-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.travel-music-player-placeholder {
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.82);
    background: radial-gradient(circle at top, rgba(13, 148, 136, 0.28), transparent 55%), #111827;
}

.travel-music-player-icon {
    font-size: 2.5rem;
    color: #5eead4;
}

.travel-music-song-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.travel-music-song-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #fff;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.travel-music-song-item:hover,
.travel-music-song-item.is-active {
    border-color: rgba(13, 148, 136, 0.45);
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.12);
    transform: translateY(-1px);
}

.travel-music-song-thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
}

.travel-music-song-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.travel-music-song-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1 1 auto;
}

.travel-music-song-copy strong {
    font-size: 0.98rem;
    line-height: 1.3;
    color: #111827;
}

.travel-music-song-copy span {
    font-size: 0.86rem;
    color: #6b7280;
}

.travel-music-song-play {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f766e;
    color: #fff;
    font-size: 0.85rem;
}

.travel-songs-page {
    --travel-songs-gutter: clamp(1rem, 3vw, 2.5rem);
}

.travel-songs-page .section-breadcrumb .container,
.travel-songs-page .section-travel-songs .container-xxl {
    max-width: var(--site-content-width);
    padding-left: var(--travel-songs-gutter);
    padding-right: var(--travel-songs-gutter);
}

.travel-songs-intro {
    max-width: 760px;
}

.travel-music-page-layout {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.travel-music-page-main {
    min-width: 0;
}

.travel-music-page-songs .travel-music-song-list {
    max-width: none;
}

@media (min-width: 992px) {
    .travel-music-page-layout {
        flex-direction: row;
        align-items: flex-start;
        gap: 1.75rem;
    }

    .travel-music-page-main {
        flex: 1 1 auto;
    }

    .travel-music-page-songs {
        flex: 0 0 clamp(260px, 28vw, 360px);
        width: clamp(260px, 28vw, 360px);
    }

    .travel-music-page-songs .travel-music-song-list {
        max-height: min(70vh, 520px);
        overflow-y: auto;
        padding-right: 0.15rem;
    }
}

.favorite-products-page {
    --favorite-products-gutter: clamp(1rem, 3vw, 2.5rem);
}

.favorite-products-page .section-breadcrumb .container,
.favorite-products-page .section-favorite-products .container-xxl {
    max-width: var(--site-content-width);
    padding-left: var(--favorite-products-gutter);
    padding-right: var(--favorite-products-gutter);
}

.favorite-products-intro {
    max-width: 820px;
}

.favorite-products-lead {
    color: rgba(15, 23, 42, 0.78);
    font-size: 1.05rem;
    line-height: 1.6;
}

.favorite-products-disclosure {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(255, 153, 0, 0.1);
    border: 1px solid rgba(255, 153, 0, 0.22);
    color: #7c4a03;
    font-size: 0.92rem;
    line-height: 1.5;
}

.favorite-products-category {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.favorite-products-grid {
    display: grid;
    gap: clamp(1rem, 2vw, 1.5rem);
    grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 576px) {
    .favorite-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .favorite-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.favorite-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.favorite-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.favorite-product-image-link {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f4f6;
}

.favorite-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.favorite-product-card:hover .favorite-product-image {
    transform: scale(1.03);
}

.favorite-product-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.1rem 1.15rem 1.25rem;
    flex: 1 1 auto;
}

.favorite-product-title {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
}

.favorite-product-title a {
    color: inherit;
    text-decoration: none;
}

.favorite-product-title a:hover {
    color: #0f766e;
}

.favorite-product-description {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
    flex: 1 1 auto;
}

.favorite-product-btn {
    align-self: flex-start;
    background: #ff9900;
    border-color: #ff9900;
    color: #111827;
    font-weight: 600;
}

.favorite-product-btn:hover {
    background: #e88b00;
    border-color: #e88b00;
    color: #111827;
}

