:root {
    --soha-gold: #b08d45; 
    --soha-dark-gold: #916b1d; 
    --soha-light: #ffffff;
    --soha-text: #1a1a1a;
    --soha-gray: #f4f4f4;
}

.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; 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; }
.sp-mag-logo-new img { height: 20px; width: auto; display: block; }
@media (min-width: 768px) {
    .sp-mag-logo-new img { height: 24px; }
    .sp-mag-logo-new { margin-left: 15px; }
}
.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: 10px; }
.fb-custom-btn {
    display: flex; align-items: center; gap: 4px; color: white; 
    font-size: 11px; font-weight: bold; cursor: pointer; opacity: 0.9;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .fb-custom-btn { font-size: 13px; gap: 6px; margin-right: 15px; }
}

@media (max-width: 768px) { 
    .center-logo, .fb-custom-btn { display: none !important; } 
    .mobile-emag-logo { display: block !important; }
}

body {
    background-color: var(--soha-light);
    color: var(--soha-text);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding-top: 45px;
    overflow-x: hidden;
    line-height: 1.8;
    scroll-behavior: smooth;
}

.title-font { font-family: 'Playfair Display', serif; }

.text-body-custom p, .text-lg-standard {
    text-align: justify;
    margin-bottom: 1.5rem;
    font-size: 1.05rem; 
    color: #374151;
}
@media (min-width: 768px) {
    .text-body-custom p, .text-lg-standard {
        font-size: 1.125rem; 
        line-height: 1.9;
    }
}

.sub-title {
    font-family: 'Playfair Display', serif;
    color: var(--soha-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}
@media (min-width: 768px) { 
    .sub-title { font-size: 2.25rem; margin-bottom: 2.5rem; } 
}

.hero-section {
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center; 
    justify-content: center;
    overflow: hidden;
}
@media (min-width: 768px) { .hero-section { height: 85vh; } }

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-title { 
    text-shadow: 4px 4px 15px rgba(0,0,0,1), 2px 2px 4px rgba(0,0,0,0.5);
    -webkit-text-stroke: 0.5px rgba(0,0,0,0.5);
    color: var(--soha-dark-gold) !important;
    display: block;
    width: 100%;
    padding: 0 15px;
}

.drop-cap::first-letter {
    float: left;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 0.8;
    margin: 5px 15px 0 0;
    color: var(--soha-gold);
}
@media (min-width: 768px) {
    .drop-cap::first-letter { font-size: 95px; margin: 10px 20px 0 0; }
}

.content-wrap {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.big-quote {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    position: relative;
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid rgba(176, 141, 69, 0.3);
    border-bottom: 1px solid rgba(176, 141, 69, 0.3);
    text-align: center;
    font-style: italic;
}
@media (min-width: 768px) {
    .big-quote { font-size: 28px; padding: 40px 0; margin: 40px 0; }
}

.info-card {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
@media (min-width: 768px) { .info-card { padding: 20px; } }

.bar-grow {
    transform-origin: bottom;
    transform: scaleY(0);
    transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.bar-grow.active { transform: scaleY(1); }

.metro-track {
    position: relative;
    height: 4px;
    width: 100%;
    background: #e5e5e5;
    border-radius: 2px;
    margin: 20px 0;
}
@media (min-width: 768px) { .metro-track { height: 5px; margin: 30px 0; } }

.metro-train {
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: 10;
    animation: moveTrain 6s linear infinite;
}
@media (min-width: 768px) { .metro-train { top: -12px; left: -30px; } }

@keyframes moveTrain {
    0% { left: -30px; opacity: 0; }
    5% { opacity: 1; }
    95% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

.station-point {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    border: 2px solid #ccc;
    z-index: 5;
}
@media (min-width: 768px) { .station-point { width: 12px; height: 12px; } }

.slider-container {
    width: 100vw;
    height: 50vh;
    position: relative;
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #000;
}
@media (min-width: 768px) { .slider-container { height: 85vh; } }

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide.active { opacity: 1; }
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08); 
    object-position: center 40%;
}
.slide-credit {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: rgba(255,255,255,0.7);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.3);
    padding: 3px 10px;
    backdrop-blur: 5px;
    z-index: 20;
}
@media (min-width: 768px) {
    .slide-credit { bottom: 30px; right: 30px; font-size: 11px; letter-spacing: 2px; padding: 5px 15px; }
}

.zoom-img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
.zoom-img:hover {
    transform: scale(1.015);
}
#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 1000000;
    cursor: zoom-out;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
#lightbox img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    animation: zoomIn 0.3s ease-out;
}
@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 24px !important; line-height: 1.3; }
    .hero-title br { display: block; } 
    .station-labels span { font-size: 9px !important; }
    .track-title { font-size: 14px !important; }
    .mt-24 { margin-top: 3rem !important; }
    .py-24 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
    .py-20 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
}