body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
h1, h2, h3, h4, .serif-font {
    font-family: 'Playfair Display', serif;
}

.wrapper-2500 {
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.text-gold { color: #d4af37; }

.interviewer {
    color: #000000;
    font-weight: 700;
    font-style: italic;
    text-transform: none;
    font-size: 1.125rem;
    margin-bottom: 1.5rem; 
    margin-top: 1.5rem;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
.interviewer::before {
    content: "- ";
    font-weight: 900;
    margin-right: 4px;
}

.body-text-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.body-text-content p, 
.scrolly-text p,
.step-block p {
    margin-bottom: 1.5rem; 
    line-height: 1.5;
    font-size: 1.125rem;
    color: #000000;
    text-align: justify;
    font-weight: 400;
}
.body-text-content strong,
.scrolly-text strong {
    font-weight: 700;
    color: #000000;
}

.drop-cap::first-letter {
    font-size: 3.5rem;
    float: left;
    margin-right: 0.75rem;
    margin-top: -2px;
    line-height: 0.85;
    font-family: 'Playfair Display', serif;
    color: #d4af37;
    font-weight: 700;
}

.img-standard {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.hero-scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.hero-scroll-container::-webkit-scrollbar { 
    display: none; 
}

.hero-scroll-inner {
    height: 100%;
    width: max-content;
    min-width: 100%;
    position: relative;
}
.hero-scroll-inner img {
    height: 100%;
    width: auto;
    min-width: 100vw;
    object-fit: cover;
    display: block;
}
@media (max-width: 768px) {
    .hero-scroll-inner img {
        width: 160vh;
        max-width: none;
    }
}
.hero-content-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}
.hero-content {
    text-align: center;
    max-width: 5rem;
    padding: 0 1rem;
    transform: translateY(10%); 
    pointer-events: auto;
}

.swan-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .swan-container {
        margin-left: -1.5rem; 
        margin-right: -1.5rem;
        width: calc(100% + 3rem);
    }
}

.langhuong-container {
    position: relative;
    width: 100%;
}
.langhuong-img-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.langhuong-scroll-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; 
}
.langhuong-scroll-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; 
}
@media (max-width: 768px) {
    .langhuong-img-sticky {
        position: relative;
        height: 70vh; 
    }
     .langhuong-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .langhuong-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }
    .langhuong-scroll-wrapper img {
        width: 1280px;
        max-width: none;
    }
}

.langhuong-text-overlay {
    position: relative;
    z-index: 10;
    width: 100%;
    pointer-events: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
}
@media (max-width: 768px) {
    .langhuong-text-overlay {
        min-height: auto;
        margin-top: -150px; 
        padding-bottom: 50px;
    }
}

.langhuong-content-box {
    pointer-events: auto;
    width: 100%;
    max-width: 650px;
    padding: 2.5rem;
    margin-left: 0;
    background-color: rgba(185, 28, 28, 0.7);
    backdrop-filter: blur(2px);
    border-radius: 4px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
    .langhuong-content-box {
        margin-left: 5%;
        margin-top: 10vh;
        margin-bottom: 10vh;
    }
}
.langhuong-content-box p {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    text-align: justify;
}

.scrolly-section {
    display: flex;
    flex-direction: column-reverse;
    background-color: #ffffff;
    position: relative;
}
@media (min-width: 1024px) {
    .scrolly-section {
        flex-direction: row;
    }
}

.scrolly-text {
    width: 100%;
    padding: 1.5rem;
    background: #ffffff;
    z-index: 10;
    position: relative;
}
@media (min-width: 1024px) {
    .scrolly-text {
        width: 50%;
        padding: 4rem 4rem;
        padding-bottom: 10vh;
    }
}

.scrolly-image-wrapper {
    display: none;
    width: 100%;
    height: 50vh;
    position: relative;
    background: #ffffff;
}
@media (min-width: 1024px) {
    .scrolly-image-wrapper {
        display: block;
        width: 50%;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
    }
}

.scrolly-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.scrolly-img.active-img {
    opacity: 1;
}

.mobile-img-slider {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 0; 
    margin-top: 1.5rem; 
    margin-bottom: 1.5rem; 
    -webkit-overflow-scrolling: touch;
    width: 100vw; 
    margin-left: -1.5rem; 
    padding-left: 1.5rem;
    padding-right: 1.5rem; 
}
@media (min-width: 1024px) {
    .mobile-img-slider {
        display: none; 
    }
}
.mobile-img-slider img {
    height: 250px; 
    width: auto;
    flex-shrink: 0;
    border-radius: 4px;
}

.footer-bio p {
    font-family: 'Montserrat', sans-serif;
    color: #000000; 
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    font-size: 1.125rem;
}

.reveal { opacity: 0; transform: translateY(30px); transition: 1s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }

.step-block {
    min-height: auto;
    margin-bottom: 1.5rem; 
    display: block;
    opacity: 1;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 45px;
    background-color: #f0f0f0;
}

a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
img { border: 0; vertical-align: middle; max-width: 100%; height: auto; }

.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: 15px; display: flex; align-items: center; }
.sp-mag-logo-new img { height: 24px; width: auto; display: block; }

.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: 26px; width: auto; display: block; }

.mobile-emag-logo {
    display: none;
    height: 24px;
    width: auto;
    margin-right: 15px;
}

.fb-custom-btn {
    display: flex; align-items: center; gap: 6px; color: white; 
    font-size: 13px; 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;
    }
}