/* =========================================================
   DOTS MEDIA
   REGION DETAIL PAGE
   ========================================================= */

.region-detail-page {
    background: #050505;
    color: #ffffff;
    overflow: hidden;
}


/* =========================================================
   HERO
   ========================================================= */

.region-detail-hero {
    position: relative;
    min-height: 280px;

    background: #050505;

    overflow: hidden;
}


/* =========================================================
   MAP
   ========================================================= */

.region-detail-map {
    position: absolute;
    inset: 0;

    z-index: 0;

    overflow: hidden;
    margin-bottom: 100px;
}


.region-detail-map img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: 65% 45%;

    opacity: 0.42;
}


/* =========================================================
   OVERLAY
   ========================================================= */

.region-detail-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            #050505 0%,
            rgba(5, 5, 5, 0.96) 22%,
            rgba(5, 5, 5, 0.72) 48%,
            rgba(5, 5, 5, 0.30) 75%,
            rgba(5, 5, 5, 0.48) 100%
        );
}


/* =========================================================
   HERO CONTAINER
   ========================================================= */

.region-detail-container {
    position: relative;

    z-index: 3;

    width: 100%;
    max-width: 1400px;

    min-height: 245px;

    margin: 0 auto;

    padding: 38px 20px 30px;

    box-sizing: border-box;
}


/* =========================================================
   BREADCRUMB
   ========================================================= */

.region-breadcrumb {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 17px;

    color: #777777;

    font-size: 6px;

    font-weight: 500;

    line-height: 1;

    letter-spacing: 0.4px;

    text-transform: uppercase;
}


.region-breadcrumb a {
    color: #777777;

    text-decoration: none;
}


.region-breadcrumb strong {
    color: #ff7a1a;

    font-weight: 700;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.region-detail-content {
    max-width: 600px;

    text-align: left;
}


.region-detail-tag {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 8px;

    color: #ff7a1a;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;
}


.region-detail-tag .tag-dot {
    width: 5px;
    height: 5px;

    flex: 0 0 5px;

    border-radius: 50%;

    background: #ff7a1a;
}


/* =========================================================
   REGION TITLE
   ========================================================= */

.region-detail-title {
    margin: 0;

    color: #ffffff;

    font-size: 38px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: -1.5px;

    text-transform: none;
}


.region-detail-period {
    color: #ffffff;
}


/* =========================================================
   SUBTITLE
   ========================================================= */

.region-detail-subtitle {
    max-width: 520px;

    margin: 6px 0 12px;

    color: #ffffff;

    font-size: 20px;

    font-weight: 700;

    line-height: 1.1;

    letter-spacing: -0.5px;
}


/* Orange emphasis in the subtitle — wrap the emphasized part in
   <span class="accent">. */
.region-detail-subtitle .accent {
    color: #ff7a1a;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.region-detail-description {
    max-width: 300px;

    margin: 0;

    color: #858585;

    font-size: 7px;

    font-weight: 400;

    line-height: 1.55;
}


/* =========================================================
   HERO REGION NAV
   ========================================================= */

.region-hero-nav {
    position: relative;
    margin-top: -90px;
    z-index: 5;

    border-top:
        1px solid rgba(255, 255, 255, 0.10);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.10);
}


.region-hero-nav-inner {
    width: 100%;
    max-width: 1400px;

    min-height: 32px;

    margin: 0 auto;

    padding: 0 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    box-sizing: border-box;
}


.all-regions-link {
    color: #8a8a8a;

    font-size: 6px;

    font-weight: 600;

    letter-spacing: 0.5px;

    text-decoration: none;

    text-transform: uppercase;
}


.region-tabs {
    height: 32px;

    display: flex;

    align-items: stretch;

    gap: 20px;
}


.region-tab {
    position: relative;

    display: flex;

    align-items: center;

    color: #777777;

    font-size: 6px;

    font-weight: 600;

    text-decoration: none;

    text-transform: uppercase;
}


.region-tab.active {
    color: #ff7a1a;
}


.region-tab.active::after {
    content: '';

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 2px;

    background: #ff7a1a;
}


/* =========================================================
   SELECTED WORK
   ========================================================= */

.selected-work-section {
    background: #050505;

    padding: 38px 20px 40px;
}


.selected-work-container {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
}


.selected-work-header {
    margin-bottom: 20px;

    text-align: left;
}


.selected-work-tag {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 9px;

    color: #ff7a1a;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 0.4px;

    text-transform: uppercase;
}


.selected-work-tag .tag-dot {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #ff7a1a;
}


.selected-work-title {
    margin: 0;

    color: #ffffff;

    font-size: 22px;

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -0.5px;
}


/* =========================================================
   GALLERY
   ========================================================= */

.region-gallery {
    display: grid;

    grid-template-columns:
        repeat(12, minmax(0, 1fr));

    grid-auto-rows: 110px;

    gap: 5px;
}


.region-gallery-item {
    position: relative;

    overflow: hidden;

    background: #111111;

    border-radius: 3px;
}


.region-gallery-item img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}


.region-gallery-item:hover img {
    transform: scale(1.04);
}


/* =========================================================
   GALLERY LAYOUT
   Similar to reference screenshot
   ========================================================= */

.gallery-item-1 {
    grid-column: span 7;
    grid-row: span 2;
}


.gallery-item-2 {
    grid-column: span 5;
    grid-row: span 2;
}


.gallery-item-3 {
    grid-column: span 5;
    grid-row: span 2;
}


.gallery-item-4 {
    grid-column: span 7;
    grid-row: span 2;
}


.gallery-item-5 {
    grid-column: span 4;
    grid-row: span 2;
}


.gallery-item-6 {
    grid-column: span 4;
    grid-row: span 2;
}


.gallery-item-7 {
    grid-column: span 4;
    grid-row: span 2;
}


.gallery-item-8 {
    grid-column: span 7;
    grid-row: span 2;
}


.gallery-item-9 {
    grid-column: span 5;
    grid-row: span 2;
}


/* =========================================================
   DESTINATIONS
   ========================================================= */

.region-destinations-section {
    padding: 5px 20px 0;

    background: #050505;
}


.region-destinations-inner {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 27px 0 25px;

    border-top:
        1px solid rgba(255, 255, 255, 0.10);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.10);

    text-align: center;
}


.destinations-heading {
    margin-bottom: 10px;

    color: #ff7a1a;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 0.6px;

    text-transform: uppercase;
}


.destinations-list {
    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;

    color: #8a8a8a;

    font-size: 6px;

    font-weight: 600;

    letter-spacing: 0.4px;

    text-transform: uppercase;
}


.destinations-list b {
    color: #ff7a1a;

    font-size: 5px;
}


/* =========================================================
   OTHER REGIONS
   ========================================================= */

.other-regions-section {
    padding: 25px 20px 28px;

    text-align: center;
}


.other-regions-label {
    margin-bottom: 10px;

    color: #777777;

    font-size: 6px;

    letter-spacing: 0.4px;

    text-transform: uppercase;
}


.other-regions-nav {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 17px;
}


.other-regions-nav a {
    color: #777777;

    font-size: 6px;

    font-weight: 600;

    text-decoration: none;

    text-transform: uppercase;
}


.other-regions-nav a.active {
    color: #ff7a1a;
}


/* =========================================================
   CTA
   ========================================================= */

.region-detail-cta {
    position: relative;

    padding: 55px 20px 60px;

    background:
        radial-gradient(
            circle at center,
            rgba(255, 122, 26, 0.07) 0%,
            rgba(5, 5, 5, 0) 55%
        );

    border-top:
        1px solid rgba(255, 255, 255, 0.08);
}


.region-detail-cta-inner {
    max-width: 650px;

    margin: 0 auto;

    text-align: center;
}


.cta-tag {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    margin-bottom: 12px;

    color: #ff7a1a;

    font-size: 6px;

    font-weight: 700;

    letter-spacing: 0.5px;

    text-transform: uppercase;
}


.cta-tag .tag-dot {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #ff7a1a;
}


.region-cta-title {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 25px;

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -0.7px;
}


.region-cta-title span {
    color: #ff7a1a;
}


.region-cta-description {
    max-width: 380px;

    margin: 0 auto 18px;

    color: #858585;

    font-size: 7px;

    line-height: 1.6;
}


/* =========================================================
   CTA BUTTON
   ========================================================= */

.region-cta-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    padding: 10px 20px;

    color: #ffffff !important;

    background: #ff7a1a;

    border-radius: 50px;

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 0.4px;

    text-decoration: none;

    text-transform: uppercase;

    box-shadow:
        0 8px 20px rgba(255, 122, 26, 0.20);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.region-cta-button:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 12px 28px rgba(255, 122, 26, 0.30);
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

    .region-detail-hero {
        min-height: 650px;
    }


    .region-detail-container {
        min-height: 595px;

        padding: 70px 60px 50px;
    }


    .region-breadcrumb {
        font-size: 9px;

        margin-bottom: 25px;
    }


    .region-detail-content {
        max-width: 700px;
        margin-top: 95px
    }


    .region-detail-tag {
        font-size: 10px;

        margin-bottom: 12px;
    }


    .region-detail-title {
        font-size: 58px;

        letter-spacing: -2px;
    }


    .region-detail-subtitle {
        max-width: 700px;

        font-size: 28px;

        margin-top: 8px;

        margin-bottom: 17px;
    }


    .region-detail-description {
        max-width: 390px;

        font-size: 11px;
    }


    .region-hero-nav-inner {
        min-height: 45px;

        padding: 0 60px;
    }


    .region-tabs {
        height: 45px;

        gap: 30px;
    }


    .all-regions-link,
    .region-tab {
        font-size: 9px;
    }


    /* SELECTED WORK */

    .selected-work-section {
        padding: 55px 60px 55px;
    }


    .selected-work-header {
        margin-bottom: 25px;
    }


    .selected-work-tag {
        font-size: 9px;

        margin-bottom: 12px;
    }


    .selected-work-title {
        font-size: 30px;
    }


    .region-gallery {
        grid-auto-rows: 155px;

        gap: 6px;
    }


    /* DESTINATIONS */

    .region-destinations-section {
        padding: 5px 60px 0;
    }


    .region-destinations-inner {
        padding: 35px 0 30px;
    }


    .destinations-heading {
        font-size: 8px;

        margin-bottom: 13px;
    }


    .destinations-list {
        font-size: 8px;

        gap: 10px;
    }


    /* OTHER REGIONS */

    .other-regions-section {
        padding: 30px 60px 35px;
    }


    .other-regions-label {
        font-size: 8px;

        margin-bottom: 13px;
    }


    .other-regions-nav {
        gap: 25px;
    }


    .other-regions-nav a {
        font-size: 8px;
    }


    /* CTA */

    .region-detail-cta {
        padding: 80px 60px 85px;
    }


    .cta-tag {
        font-size: 8px;

        margin-bottom: 15px;
    }


    .region-cta-title {
        font-size: 36px;

        margin-bottom: 14px;
    }


    .region-cta-description {
        max-width: 480px;

        font-size: 10px;

        margin-bottom: 22px;
    }


    .region-cta-button {
        padding: 13px 26px;

        font-size: 9px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1199px) {

    .region-detail-hero {
        min-height: 520px;
    }


    .region-detail-container {
        min-height: 475px;

        padding: 55px 35px 35px;
    }


    .region-detail-title {
        font-size: 52px;
    }


    .region-detail-subtitle {
        font-size: 25px;
    }


    .region-gallery {
        grid-auto-rows: 130px;
    }


    .selected-work-section,
    .region-destinations-section,
    .other-regions-section {
        padding-left: 35px;
        padding-right: 35px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .region-detail-hero {
        min-height: 510px;
    }


    .region-detail-container {
        min-height: 465px;

        padding: 35px 20px 25px;
    }


    .region-detail-map img {
        width: 150%;

        max-width: none;

        object-position: 60% center;
    }


    .region-breadcrumb {
        font-size: 6px;

        margin-bottom: 25px;
    }


    .region-detail-content {
        max-width: 100%;
    }


    .region-detail-tag {
        font-size: 8px;
    }


    .region-detail-title {
        font-size: 43px;

        letter-spacing: -1.5px;
    }


    .region-detail-subtitle {
        font-size: 21px;

        line-height: 1.1;
    }


    .region-detail-description {
        max-width: 290px;

        font-size: 9px;
    }


    /* HERO NAV */

    .region-hero-nav-inner {
        padding: 0 20px;

        overflow-x: auto;
    }


    .all-regions-link {
        flex-shrink: 0;

        margin-right: 20px;
    }


    .region-tabs {
        flex-shrink: 0;

        gap: 15px;
    }


    /* GALLERY */

    .selected-work-section {
        padding: 40px 15px;
    }


    .selected-work-title {
        font-size: 25px;
    }


    .region-gallery {
        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        grid-auto-rows: 110px;

        gap: 4px;
    }


    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5,
    .gallery-item-6,
    .gallery-item-7,
    .gallery-item-8,
    .gallery-item-9 {
        grid-column: span 1;

        grid-row: span 1;
    }


    .gallery-item-1,
    .gallery-item-4,
    .gallery-item-8 {
        grid-column: span 2;
    }


    /* DESTINATIONS */

    .region-destinations-section {
        padding-left: 15px;
        padding-right: 15px;
    }


    .destinations-list {
        line-height: 1.8;
    }


    /* OTHER REGIONS */

    .other-regions-section {
        padding-left: 15px;
        padding-right: 15px;
    }


    .other-regions-nav {
        gap: 12px;
    }


    /* CTA */

    .region-detail-cta {
        padding: 55px 20px 60px;
    }


    .region-cta-title {
        font-size: 27px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .region-detail-title {
        font-size: 39px;
    }


    .region-detail-subtitle {
        font-size: 19px;
    }


    .region-gallery {
        grid-auto-rows: 95px;
    }


    .region-cta-title {
        font-size: 24px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .region-gallery-item img,
    .region-cta-button {
        transition: none !important;
    }
}



/* Dynamic region loaded inside Our Work */
@media (min-width: 769px) {
    .dynamic-our-work-region .region-breadcrumb {
        transform: translateY(55px);
        position: relative;
        z-index: 99999;
    }
}

/* Hide region tag only when detail is loaded inside Our Work */
.dynamic-our-work-region .region-detail-tag {
    display: none !important;
}