/* ==========================================================================
   GLOBAL NETWORK PAGE STYLES (Molvizadah & Sons)
   1:1 Exact Match with Reference Mockups & Fully Responsive
   ========================================================================== */

/* Page Wrapper & Tokens */
/* 60 FPS Kinetic Smooth Scroll Optimization */
html {
    scroll-behavior: auto !important;
}

.gn-hero-section,
.gn-sourcing-section,
.gn-supply-section,
.gn-presence-section,
.gn-markets-section,
.gn-contacts-section {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.ms-global-network-page {
    background-color: #F8F7F5;
    color: #111111;
    font-family: var(--font-sans, "Inter", -apple-system, BlinkMacSystemFont, sans-serif);
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.ms-global-network-page * {
    box-sizing: border-box;
}

/* Global Section Containers & Typography (1400px Inner Container Width) */
.gn-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    width: 100%;
}

.gn-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #C8A15A;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.gn-section-title {
    font-family: var(--font-sans, sans-serif);
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin: 0 0 1.25rem 0;
}

.gn-section-title.text-white { color: #FFFFFF !important; }
.gn-section-title.text-dark { color: #111111 !important; }

.gn-gold-divider {
    width: 35px;
    height: 1.5px;
    background-color: #C8A15A;
    margin-bottom: 1.25rem;
}

.gn-section-desc {
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 480px;
    margin-bottom: 2rem;
}
.gn-section-desc.text-muted { color: #A0A5B0; }
.gn-section-desc.text-dark-muted { color: #666666; }

/* Global Minimal Text Button CTA (Matching Reference Design 1:1) */
.gn-btn-minimal {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #111111;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.gn-btn-minimal:hover {
    color: #C8A15A;
}

.gn-btn-circle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #111111;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.gn-btn-minimal:hover .gn-btn-circle-icon {
    background-color: #C8A15A;
    color: #111111;
    transform: translateX(4px);
}

.gn-btn-outline-gold {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1.75rem;
    background-color: transparent;
    border: 1px solid rgba(200, 161, 90, 0.4);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.gn-btn-outline-gold:hover {
    border-color: #C8A15A;
    background-color: rgba(200, 161, 90, 0.12);
    color: #C8A15A;
}

.gn-btn-circle-gold {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #C8A15A;
    color: #111111;
    border-radius: 50%;
}

/* ==========================================================================
   SECTION 01: HERO (Full-Bleed Cover Image & Floating Panel)
   ========================================================================== */
.gn-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: none !important;
    background-color: #F8F7F5 !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.gn-hero-bg-wrapper {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    overflow: hidden;
}

.gn-hero-bg-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}

.gn-hero-bottom-gradient {
    display: none !important;
}

.gn-hero-container {
    position: relative;
    z-index: 10;
    width: 100%;
}

.gn-hero-content-inner {
    max-width: 380px;
}

.gn-hero-title {
    font-family: var(--font-sans, "Outfit", "Inter", -apple-system, sans-serif);
    font-size: clamp(38px, 4.5vw, 68px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.5px;
    margin: 0 0 1.25rem 0;
    color: #111111 !important;
    text-transform: uppercase;
}

.gn-hero-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 0;
}

.gn-hero-cta-wrapper {
    display: block;
}

/* ==========================================================================
   SECTION 02: SOURCING REGIONS (1:1 Exact Match with Reference Mockup Image 2)
   ========================================================================== */
.gn-sourcing-section {
    background-color: #08090C !important;
    padding: 100px 0 !important;
    color: #FFFFFF;
    position: relative;
    margin-top: 0 !important;
    border-top: none !important;
    overflow: hidden;
}

.gn-sourcing-container {
    display: grid;
    grid-template-columns: 28% 72%;
    gap: 2rem;
    align-items: center;
}

.gn-sourcing-left {
    padding-right: 1.5rem;
    z-index: 5;
}

.gn-sourcing-right {
    position: relative;
    width: 100%;
    min-height: 560px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.gn-sourcing-swipe-badge {
    display: none;
}

.gn-map-canvas-area {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.gn-dot-map-bg-img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    display: block;
    opacity: 0.95;
    filter: brightness(0.95) contrast(1.1);
    background: transparent !important;
}

.gn-map-overlay-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

/* Sourcing Floating Glass Cards & Golden Pointer Pins */
.gn-sourcing-card {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: transform 0.3s ease, z-index 0.3s ease;
}

.gn-sourcing-card:hover {
    z-index: 20;
    transform: translate(-50%, -55%);
}

.gn-card-box {
    background: rgba(12, 15, 20, 0.94);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(200, 161, 90, 0.38);
    border-radius: 8px;
    padding: 0.75rem 1.1rem;
    min-width: 135px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease;
}

.gn-sourcing-card:hover .gn-card-box {
    border-color: #C8A15A;
    box-shadow: 0 15px 40px rgba(200, 161, 90, 0.3);
    background: rgba(18, 22, 30, 0.98);
}

.gn-country-name {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.gn-commodity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gn-commodity-list li {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
    position: relative;
    padding-left: 10px;
}

.gn-commodity-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #C8A15A;
}

/* ==========================================================================
   SECTION 03: SUPPLY CHAIN (Warm Light Background - 1:1 Match with Reference Image 1)
   ========================================================================== */
.gn-supply-section {
    background-color: #F8F7F5 !important;
    padding: 110px 0;
    color: #111111;
    position: relative;
}

.gn-supply-container {
    display: grid;
    grid-template-columns: 32% 68%;
    gap: 2.5rem;
    align-items: center;
}

.gn-supply-left {
    padding-right: 1rem;
}

.gn-supply-heading {
    font-family: var(--font-sans, "Inter", sans-serif) !important;
    font-size: clamp(30px, 3.4vw, 42px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    margin: 0 !important;
    max-width: 420px !important;
}

.gn-supply-right {
    position: relative;
    width: 100%;
}

.gn-supply-timeline-wrapper {
    position: relative;
    width: 100%;
    padding: 0;
}

/* Gold Horizontal Line passes DIRECTLY through the center of every ring node */
.gn-supply-timeline-line {
    position: absolute;
    top: 53px;
    left: 8.333%;
    right: 8.333%;
    height: 1.5px;
    background-color: #C8A15A;
    z-index: 1;
}

.gn-supply-timeline-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    width: 100%;
}

.gn-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    width: 16.666%;
    cursor: pointer;
}

.gn-step-icon-box {
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 4px;
    background: transparent;
    transition: transform 0.3s ease;
}

.gn-timeline-step:hover .gn-step-icon-box {
    transform: translateY(-4px);
}

.gn-step-ring-node {
    width: 14px;
    height: 14px;
    border: 2px solid #C8A15A;
    background-color: #F8F7F5;
    border-radius: 50%;
    margin: 0 auto 1.1rem auto;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.gn-timeline-step:hover .gn-step-ring-node {
    background-color: #C8A15A;
    transform: scale(1.25);
    box-shadow: 0 0 12px rgba(200, 161, 90, 0.6);
}

.gn-step-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #222222;
    text-transform: uppercase;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.gn-timeline-step:hover .gn-step-label {
    color: #C8A15A;
}

/* ==========================================================================
   SECTION 04: OFFICES & WAREHOUSES (Clean 1400px Max-Width Grid)
   ========================================================================== */
.gn-presence-section {
    position: relative;
    width: 100%;
    background-color: #F8F7F5;
    overflow: hidden;
    border-top: 1px solid #E5E2DC;
    padding: 90px 0;
}

.gn-presence-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    width: 100%;
}

.gn-presence-grid {
    display: grid;
    grid-template-columns: 66% 34%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}

.gn-offices-half {
    padding: 60px 3rem 60px 3.5rem;
    background-color: #F8F7F5;
    border-right: 1px solid #E5E2DC;
}

.gn-offices-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    width: 100%;
}

.gn-offices-header-left {
    display: flex;
    flex-direction: column;
}

.gn-offices-header-left .gn-label {
    margin-bottom: 0.35rem;
}

.gn-offices-header-left .gn-section-title {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin: 0 !important;
    line-height: 1.05 !important;
}

.gn-offices-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 100%;
}

.gn-office-card {
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border: none;
}

.gn-office-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 1.25rem;
    border-radius: 6px;
}

.gn-office-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gn-office-card:hover .gn-office-img {
    transform: scale(1.06);
}

.gn-office-info {
    padding: 0;
}

.gn-office-country {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #111111;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.gn-office-role {
    font-size: 10px;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    margin-left: 3px;
}

.gn-office-city {
    font-size: 12px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 6px;
}

.gn-office-detail {
    font-size: 11px;
    color: #777777;
    margin: 0 0 3px 0;
    line-height: 1.4;
}

.gn-office-detail a {
    color: #777777;
    text-decoration: none;
    transition: color 0.2s ease;
}
.gn-office-detail a:hover { color: #C8A15A; }

.gn-warehouses-half {
    padding: 60px 2.5rem;
    background-color: #0A0C10;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.gn-warehouses-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    width: 100%;
}

.gn-warehouses-header-left {
    display: flex;
    flex-direction: column;
}

.gn-warehouses-header .gn-section-title {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    letter-spacing: -0.5px !important;
    margin: 0 !important;
    line-height: 1.05 !important;
}

.gn-warehouse-card-main {
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gn-wh-img-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 1.25rem;
}

.gn-wh-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gn-warehouse-card-main:hover .gn-wh-img {
    transform: scale(1.06);
}

.gn-wh-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.gn-wh-info-panel {
    position: relative;
    z-index: 5;
}

.gn-wh-location {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
}

.gn-wh-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gn-wh-specs-list li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gn-check-icon {
    color: #C8A15A;
    font-weight: 700;
}

.gn-wh-nav-controls {
    display: flex;
    gap: 0.5rem;
    align-self: flex-end;
}

.gn-wh-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(200, 161, 90, 0.15);
    border: 1px solid #C8A15A;
    color: #C8A15A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gn-wh-nav-btn.next {
    background-color: #C8A15A;
    color: #111111;
}

.gn-wh-nav-btn:hover {
    transform: scale(1.08);
}

/* ==========================================================================
   SECTION 05: MARKETS SERVED (1:1 Reference Image 1 Mockup Match)
   ========================================================================== */
.gn-markets-section {
    background-color: #08090C !important;
    padding: 100px 0;
    color: #FFFFFF;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gn-markets-header-center {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3.5rem auto;
}

.gn-markets-header-center .gn-section-title {
    margin-bottom: 1rem !important;
}

.gn-markets-header-center .gn-section-desc {
    margin: 0 auto !important;
}

.gn-markets-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    width: 100%;
}

.gn-feature-card {
    background: #15171C;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2.25rem 1.85rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.35s ease;
    min-height: 220px;
}

.gn-feature-card:hover {
    border-color: rgba(200, 161, 90, 0.4);
    background: #1A1C22;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.gn-feature-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(200, 161, 90, 0.08);
    border: 1px solid rgba(200, 161, 90, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.gn-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 0.65rem 0;
    line-height: 1.25;
}

.gn-feature-desc {
    font-size: 13px;
    color: #999999;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   SECTION 06: REGIONAL CONTACTS (Warm Light Background - 1:1 Match with Reference Image 2)
   ========================================================================== */
.gn-contacts-section {
    background-color: #F8F7F5 !important;
    padding: 120px 0;
    color: #111111;
    border-top: 1px solid #E5E2DC;
}

.gn-contacts-container {
    display: grid;
    grid-template-columns: 28% 42% 30%;
    gap: 3rem;
    align-items: stretch;
}

.gn-contacts-title-col {
    padding-right: 1rem;
}

.gn-contacts-title-col .gn-label {
    margin-bottom: 0.85rem;
}

.gn-contacts-title-col .gn-section-title {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin: 0 !important;
    line-height: 1.08 !important;
}

.gn-contacts-accordion-col {
    width: 100%;
}

.gn-contacts-accordion-col .gn-accordion {
    margin-top: 0;
    border-top: none !important;
}

.gn-accordion-item {
    border-bottom: 1px solid #E2DFD8;
}

.gn-accordion-header {
    width: 100%;
    padding: 0.85rem 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.gn-accordion-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #111111;
    text-transform: uppercase;
}

.gn-accordion-icon {
    font-size: 18px;
    font-weight: 300;
    color: #C8A15A;
    transition: transform 0.3s ease;
}

.gn-accordion-item.active .gn-accordion-icon {
    transform: rotate(45deg);
}

.gn-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.gn-accordion-item.active .gn-accordion-content {
    max-height: 250px;
    padding-bottom: 1.25rem;
}

.gn-contact-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    background-color: #FFFFFF;
    padding: 1.15rem;
    border-radius: 8px;
    border: 1px solid #E5E2DC;
}

.gn-detail-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #C8A15A;
    margin-bottom: 4px;
}

.gn-detail-value {
    font-size: 12px;
    color: #444444;
    line-height: 1.5;
    margin: 0;
}

.gn-detail-value a {
    color: #444444;
    text-decoration: none;
}
.gn-detail-value a:hover { color: #C8A15A; }

.gn-contacts-inquiry-col {
    border-left: 1px solid #E2DFD8;
    padding-left: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 100%;
}

.gn-inquiry-content-wrapper {
    max-width: 260px;
}

.gn-inquiry-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1.5px solid #C8A15A;
    color: #C8A15A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.gn-inquiry-title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #111111;
    margin: 0 0 0.65rem 0;
    text-transform: uppercase;
}

.gn-inquiry-desc {
    font-size: 12px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 1.75rem;
}

.gn-btn-minimal-gold {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #C8A15A;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.gn-btn-minimal-gold:hover {
    color: #111111;
}

.gn-btn-circle-solid-gold {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #C8A15A;
    color: #FFFFFF;
    transition: transform 0.3s ease;
}

.gn-btn-minimal-gold:hover .gn-btn-circle-solid-gold {
    transform: translateX(3px);
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE MEDIA QUERIES (Tablet & Mobile Pixel-Perfect)
   ========================================================================== */

/* Laptop & Medium Screens (max-width: 1200px) */
@media (max-width: 1200px) {
    .gn-container { padding: 0 2rem; }
    .gn-presence-grid { grid-template-columns: 62% 38%; }
    .gn-offices-half { padding: 50px 2rem; }
    .gn-warehouses-half { padding: 50px 2rem; }
    .gn-contacts-container { grid-template-columns: 30% 40% 30%; gap: 2rem; }
    .gn-contacts-inquiry-col { padding-left: 2rem; }
}

/* Tablet & Mobile Screens (max-width: 991px) */
@media (max-width: 991px) {
    /* Section 01: Hero */
    .gn-hero-section {
        min-height: auto !important;
        height: auto !important;
        background-color: #F8F7F5 !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    .gn-hero-bg-wrapper {
        position: relative !important;
        width: 100% !important;
        height: 52vh !important;
        min-height: 380px !important;
        max-height: 488px !important;;
        z-index: 1;
        overflow: hidden;
        padding-top: 0px !important;
    }

    .gn-hero-bg-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center 25% !important;
        display: block !important;
    }

    .gn-hero-bottom-gradient {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 120px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
        pointer-events: none;
        z-index: 2;
    }

    .gn-hero-container {
        position: relative !important;
        z-index: 10 !important;
        margin-top: -70px !important;
        margin-bottom: 50px !important;
        padding: 0 1.25rem !important;
        width: 100% !important;
    }

    .gn-hero-content-inner {
        max-width: 100% !important;
        background-color: #FFFFFF !important;
        border-radius: 24px !important;
        border: 1px solid rgba(229, 226, 220, 0.9) !important;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
        padding: 38px 24px 34px 24px !important;
    }

    .gn-hero-title {
        font-size: clamp(34px, 7vw, 48px) !important;
        color: #111111 !important;
        line-height: 1.05 !important;
        letter-spacing: -0.5px !important;
        margin: 0 0 1rem 0 !important;
    }

    .gn-hero-desc {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
        color: #555555 !important;
        margin-bottom: 0 !important;
    }

    /* Section 02: Sourcing Regions (Zero Card Overlap & Touch Scroll Canvas) */
    .gn-sourcing-section {
        padding: 60px 0 !important;
    }
    .gn-sourcing-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    .gn-sourcing-left {
        padding-right: 0 !important;
    }

    .gn-sourcing-swipe-badge {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 1.5px;
        color: #C8A15A;
        background: rgba(200, 161, 90, 0.12);
        border: 1px solid rgba(200, 161, 90, 0.3);
        border-radius: 30px;
        padding: 6px 14px;
        margin-bottom: 1rem;
        width: fit-content;
    }

    .gn-sourcing-right {
        position: relative !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 1.5rem !important;
    }

    .gn-map-canvas-area {
        min-width: 920px !important;
        width: 920px !important;
        height: 520px !important;
        min-height: 520px !important;
        position: relative !important;
    }

    /* Section 03: Supply Chain */
    .gn-supply-section {
        padding: 80px 0 !important;
    }
    .gn-supply-container {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }
    .gn-supply-heading {
        max-width: 100% !important;
    }
    .gn-supply-timeline-steps {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 2rem 1rem !important;
    }
    .gn-supply-timeline-line {
        display: none !important;
    }
    .gn-timeline-step {
        width: 100% !important;
    }

    /* Section 04: Offices & Warehouses (Perfect Tablet & Mobile 3-Column Office Grid) */
    .gn-presence-section {
        padding: 60px 0 !important;
    }
    .gn-presence-grid {
        grid-template-columns: 1fr !important;
        border-radius: 8px !important;
    }
    .gn-offices-half {
        padding: 40px 1.5rem !important;
        border-right: none !important;
        border-bottom: 1px solid #E5E2DC !important;
    }
    .gn-offices-cards-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1rem !important;
    }
    .gn-office-img-wrapper {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        max-height: 180px !important;
        overflow: hidden !important;
        border-radius: 6px !important;
        margin-bottom: 0.85rem !important;
    }
    .gn-office-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .gn-warehouses-half {
        padding: 40px 1.5rem !important;
    }

    /* Section 05: Markets Served Responsive */
    .gn-markets-section {
        padding: 80px 0 !important;
    }
    .gn-markets-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.25rem !important;
    }
    .gn-markets-header-center {
        margin-bottom: 2.5rem !important;
    }

    /* Section 06: Regional Contacts */
    .gn-contacts-section {
        padding: 80px 0 !important;
    }
    .gn-contacts-container {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }
    .gn-contacts-title-col {
        padding-right: 0 !important;
    }
    .gn-contacts-inquiry-col {
        border-left: none !important;
        border-top: 1px solid #E2DFD8 !important;
        padding-left: 0 !important;
        padding-top: 2.5rem !important;
        height: auto !important;
    }
    .gn-inquiry-content-wrapper {
        max-width: 100% !important;
    }
}

/* Mobile Screens (max-width: 768px) */
@media (max-width: 768px) {
    .gn-container {
        padding: 0 1.25rem !important;
    }

    .gn-section-title {
        font-size: 32px !important;
    }

    /* Section 01: Hero Mobile Layout */
    .gn-hero-bg-wrapper {
        height: 52vh !important;
        min-height: 380px !important;
    }
    .gn-hero-container {
        margin-top: -70px !important;
        margin-bottom: 50px !important;
        padding: 0 1.25rem !important;
    }
    .gn-hero-content-inner {
        padding: 38px 24px 34px 24px !important;
        border-radius: 24px !important;
    }
    .gn-hero-title {
        font-size: 36px !important;
    }
    .gn-hero-desc {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    /* Section 03: Supply Chain */
    .gn-supply-timeline-steps {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.75rem 0.75rem !important;
    }

    /* Section 04: Offices & Warehouses Mobile 3-Column Grid */
    .gn-offices-cards-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0.75rem !important;
    }
    .gn-office-img-wrapper {
        max-height: 130px !important;
    }
    .gn-office-country {
        font-size: 10px !important;
        letter-spacing: 0.5px !important;
    }
    .gn-office-role {
        display: block !important;
        margin-left: 0 !important;
        font-size: 8px !important;
    }
    .gn-office-city {
        font-size: 10px !important;
    }
    .gn-office-detail {
        font-size: 9px !important;
    }
    .gn-offices-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }
    .gn-warehouses-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }
    .gn-offices-half {
        padding: 30px 1.25rem !important;
    }
    .gn-warehouses-half {
        padding: 30px 1.25rem !important;
    }
    .gn-wh-bottom-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1.25rem !important;
    }
    .gn-wh-nav-controls {
        align-self: flex-start !important;
    }

    /* Section 05: Markets Served Mobile */
    .gn-markets-grid {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }
}

/* Small Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
    .gn-hero-bg-wrapper {
        height: 50vh !important;
        min-height: 360px !important;
    }
    .gn-hero-container {
        margin-top: -65px !important;
        margin-bottom: 40px !important;
        padding: 0 1rem !important;
    }
    .gn-hero-content-inner {
        padding: 32px 20px 28px 20px !important;
        border-radius: 20px !important;
    }
    .gn-hero-title {
        font-size: 32px !important;
    }
    .gn-supply-heading {
        font-size: 26px !important;
    }
}

/* ============================================================
   ELEMENTOR EDITOR PRELOADER BYPASS
   ============================================================ */
.elementor-editor-active #hsf-loader,
.elementor-editor-preview #hsf-loader,
body.elementor-editor-active #hsf-loader,
body.elementor-editor-preview #hsf-loader,
.elementor-editor-active .hsf-loader,
.elementor-editor-preview .hsf-loader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ==========================================================================
   SECTION 03: SUPPLY CHAIN MOBILE & TABLET REDESIGN (Clean Card Badges)
   ========================================================================== */
@media (max-width: 991px) {
    .gn-supply-container {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .gn-supply-timeline-line {
        display: none !important;
    }

    .gn-step-ring-node {
        display: none !important;
    }

    .gn-supply-timeline-steps {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1.25rem 1rem !important;
        width: 100% !important;
    }

    .gn-timeline-step {
        width: 100% !important;
        background-color: #FFFFFF !important;
        border: 1px solid #E8E5DF !important;
        border-radius: 16px !important;
        padding: 22px 12px 18px 12px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
        transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    }

    .gn-timeline-step:hover,
    .gn-timeline-step.active {
        border-color: #C8A15A !important;
        transform: translateY(-4px) !important;
        box-shadow: 0 8px 24px rgba(200, 161, 90, 0.15) !important;
    }

    .gn-step-icon-box {
        width: 48px !important;
        height: 48px !important;
        border-radius: 50% !important;
        background-color: #F8F7F5 !important;
        border: 1.5px solid #C8A15A !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 12px !important;
        padding-bottom: 0 !important;
        box-shadow: 0 2px 8px rgba(200, 161, 90, 0.12) !important;
    }

    .gn-step-label {
        font-size: 11px !important;
        font-weight: 800 !important;
        letter-spacing: 0.8px !important;
        color: #111111 !important;
        white-space: normal !important;
        word-break: break-word !important;
        text-align: center !important;
    }
}

@media (max-width: 600px) {
    .gn-supply-timeline-steps {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
}