:root {
    --primary-gold: #c5a059;
    --deep-blue: #0a192f;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: #fdfdfd;
    color: #1a1a1a;
    overflow-x: hidden;
    margin-top: 45px;
}
h1, h2, h3, h4, .serif {
    font-family: 'Playfair Display', serif !important;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}
.text-gradient {
    background: linear-gradient(to right, #c5a059, #e2c285);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0.2em;
    display: inline-block;
}
.scroll-indicator {
    height: 4px;
    background: var(--primary-gold);
    position: fixed;
    top: 45px;
    left: 0;
    z-index: 100;
    transition: width 0.1s;
}
.dropcap::first-letter {
    font-family: 'Playfair Display', serif;
    float: left;
    font-size: 3.5rem;
    line-height: 0.8;
    padding: 0.5rem 0.5rem 0 0;
    color: var(--primary-gold);
    font-weight: bold;
}
@media (min-width: 768px) {
    .dropcap::first-letter {
        font-size: 5rem;
        line-height: 1;
        padding: 0.1rem 0.5rem 0 0;
    }
}
section {
    padding: 1.75rem 0;
}
@media (min-width: 768px) {
    section { padding: 2.5rem 0; }
}
.zoom-clickable {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
.zoom-clickable:hover {
    transform: scale(1.02);
}
#lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    cursor: zoom-out;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
@media (min-width: 768px) {
    #lightbox-overlay { padding: 2rem; }
}
#lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    border-radius: 4px;
}
.sp-sticky-header {
    position: fixed !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100%; 
    height: 45px !important;
    background-color: #000 !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important;
    z-index: 99999 !important; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.5) !important; 
    font-family: Arial, sans-serif !important;
}
.left-group, .right-group { display: flex; align-items: center; height: 100%; }
.sp-back-to-soha-new {
    display: flex; align-items: center; justify-content: center; 
    width: 45px; height: 45px;
    background-color: #007f74; color: white; font-size: 18px; cursor: pointer;
}
.sp-back-to-soha-new:hover { background-color: #00665d; }
.emg-icon-svg { fill: currentColor; width: 20px; height: 20px; }
.sp-mag-logo-new { margin-left: 10px; display: flex; align-items: center; }
@media (min-width: 768px) { .sp-mag-logo-new { margin-left: 15px; } }
.sp-mag-logo-new img { height: 20px; width: auto; }
@media (min-width: 768px) { .sp-mag-logo-new img { height: 24px; } }
.center-logo {
    position: absolute; left: 50%; transform: translateX(-50%); 
    pointer-events: none; user-select: none;
    display: flex; align-items: center; justify-content: center;
}
.center-logo img { height: 22px; width: auto; display: block; }
@media (min-width: 768px) { .center-logo img { height: 26px; } }
.mobile-emag-logo { display: none; height: 20px; width: auto; margin-right: 15px; }
.fb-custom-btn {
    display: flex; align-items: center; gap: 6px; color: white; 
    font-size: 12px; font-weight: bold; cursor: pointer; opacity: 0.9;
    margin-right: 15px;
}
.fb-custom-btn:hover { opacity: 1; text-decoration: underline; }

@media (max-width: 768px) { 
    .center-logo, .fb-custom-btn { display: none !important; } 
    .mobile-emag-logo { display: block !important; }
}

.section-title {
    font-size: 1.875rem; 
    line-height: 1.2;
    font-weight: 700;
    font-style: italic;
}
@media (min-width: 768px) {
    .section-title { font-size: 3rem; } 
}

.standard-subheader {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1rem; 
    line-height: 1.3;
    color: #1a1a1a;
    transition: color 0.3s ease;
}
@media (min-width: 768px) {
    .standard-subheader { font-size: 1.25rem; } 
}

.standard-body {
    font-size: 0.875rem; 
    line-height: 1.6;
    color: #4b5563; 
    text-align: justify;
}
@media (min-width: 768px) {
    .standard-body { font-size: 1rem; }
}

.impact-body {
    font-size: 1.125rem; 
    line-height: 1.6;
    color: #374151; 
    text-align: justify;
    font-style: normal;
    font-weight: 400;
}
@media (min-width: 768px) {
    .impact-body { font-size: 1.25rem; } 
}

.infrastructure-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.infrastructure-card {
    position: relative;
    height: 380px;
    border-radius: 24px;
    overflow: hidden;
    background-color: #000;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}
.infrastructure-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}
.infrastructure-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
    opacity: 0.85;
}
.infrastructure-card:hover img {
    transform: scale(1.1);
    opacity: 1;
}
.infrastructure-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}
.infra-title-label {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #1a1a1a;
    padding-left: 0;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}
@media (min-width: 768px) {
    .infra-title-label { font-size: 1.5rem; }
    .infrastructure-card { height: 420px; }
}
.infrastructure-item:hover .infra-title-label {
    color: var(--primary-gold);
}

video {
    will-change: transform;
    backface-visibility: hidden;
}