/* ==========================================================================
   Anker Emagazine - Premium Stylesheet
   ========================================================================== */

/* Font Declarations from Local Font Folder */
@font-face {
    font-family: 'Google Sans Flex 120pt';
    src: url('font/GoogleSansFlex_120pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Flex 120pt';
    src: url('font/GoogleSansFlex_120pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Flex 120pt';
    src: url('font/GoogleSansFlex_120pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Flex 120pt';
    src: url('font/GoogleSansFlex_120pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Flex 72pt';
    src: url('font/GoogleSansFlex_72pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Flex 24pt';
    src: url('font/GoogleSansFlex_24pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans Flex 24pt';
    src: url('font/GoogleSansFlex_24pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Design Tokens & Variables */
:root {
    --bg-dark: #00010b;
    --text-primary: #f5f7fa;
    --text-muted: #a3b8ed;
    --border-color: rgba(163, 184, 237, 0.3);

    /* Font Stacks */
    --font-heading: 'Google Sans Flex 120pt', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-body: 'Google Sans Flex 24pt', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Reset and Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
    background-color: var(--bg-dark);
}

.svg-filter-definitions {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* ==========================================================================
   Hero Header Section
   ========================================================================== */
.hero-section {
    position: relative;
    width: 100%;
    height: 1300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(to bottom, #040911 0%, #071E59 100%);
    padding: 0 20px;
    box-sizing: border-box;
}

.hero-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.02);
    width: 80%;
    height: auto;
    max-height: 750px;
    object-fit: contain;
    object-position: center bottom;
    filter: brightness(0.85);
    transform-origin: bottom center;
    transition: transform 0.8s ease-out;
    z-index: 0;
}

.page-loaded .hero-bg {
    animation: hero-bg-rise 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-section:hover .hero-bg {
    transform: translateX(-50%) scale(1);
}

.hero-overlay-soft {
    position: absolute;
    inset: 0;
    background: rgba(97, 116, 166, 0.15);
    mix-blend-mode: soft-light;
    z-index: 1;
    pointer-events: none;
}

.hero-overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 1, 11, 0) 0%,
            rgba(0, 1, 11, 0) 50%,
            rgba(0, 1, 11, 0.4) 80%,
            var(--bg-dark) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    height: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}

.hero-top-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.hero-bottom-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-top: auto;
}

.hero-logo-line {
    width: 1067px;
    max-width: 90%;
    height: auto;
    aspect-ratio: 1024 / 245;
    opacity: 0.85;
    display: block;
    margin: 0 auto;
}

.hero-logo-line,
.hero-title,
.hero-subtitle,
.hero-credits {
    opacity: 0;
    transform: translateY(26px);
}

.page-loaded .hero-logo-line {
    animation: cover-reveal 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.page-loaded .hero-title {
    animation: cover-reveal 1s cubic-bezier(0.16, 1, 0.3, 1) 0.34s both;
}

.page-loaded .hero-subtitle {
    animation: cover-reveal 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
}

.page-loaded .hero-credits {
    animation: cover-reveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.78s both;
}

.gradient-text-radial {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 763.07 100' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><radialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(46.749 -7.639 3.5491 15.042 381.53 50)'><stop stop-color='rgba(210,217,237,1)' offset='0'/><stop stop-color='rgba(174,183,207,1)' offset='0.17067'/><stop stop-color='rgba(138,149,178,1)' offset='0.34135'/><stop stop-color='rgba(107,119,152,1)' offset='0.49038'/><stop stop-color='rgba(76,89,126,1)' offset='0.63942'/><stop stop-color='rgba(57,71,110,1)' offset='0.72957'/><stop stop-color='rgba(38,53,94,1)' offset='0.81971'/><stop stop-color='rgba(19,35,78,1)' offset='0.90986'/><stop stop-color='rgba(9,26,71,1)' offset='0.95493'/><stop stop-color='rgba(0,17,63,1)' offset='1'/></radialGradient></defs></svg>");
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding-top: 0.15em;
    margin-top: -0.15em;
    padding-right: 0.15em;
    margin-right: -0.15em;
    padding-bottom: 0.05em;
    margin-bottom: -0.05em;
}

.gradient-text-radial-large {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 983 158' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><radialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(60.224 -12.07 4.572 23.766 491.5 79)'><stop stop-color='rgba(210,217,237,1)' offset='0'/><stop stop-color='rgba(174,183,207,1)' offset='0.17067'/><stop stop-color='rgba(138,149,178,1)' offset='0.34135'/><stop stop-color='rgba(107,119,152,1)' offset='0.49038'/><stop stop-color='rgba(76,89,126,1)' offset='0.63942'/><stop stop-color='rgba(57,71,110,1)' offset='0.72957'/><stop stop-color='rgba(38,53,94,1)' offset='0.81971'/><stop stop-color='rgba(19,35,78,1)' offset='0.90986'/><stop stop-color='rgba(9,26,71,1)' offset='0.95493'/><stop stop-color='rgba(0,17,63,1)' offset='1'/></radialGradient></defs></svg>");
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding-top: 0.15em;
    margin-top: -0.15em;
    padding-right: 0.15em;
    margin-right: -0.15em;
    padding-bottom: 0.05em;
    margin-bottom: -0.05em;
}

.gradient-text-light {
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 704.13 144' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'><rect x='0' y='0' height='100%' width='100%' fill='url(%23grad)' opacity='1'/><defs><radialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(43.138 -11 3.2749 21.66 352.06 72)'><stop stop-color='rgba(210,217,237,1)' offset='0'/><stop stop-color='rgba(174,183,207,1)' offset='0.28125'/><stop stop-color='rgba(138,149,178,1)' offset='0.5625'/><stop stop-color='rgba(107,119,152,1)' offset='0.78125'/><stop stop-color='rgba(76,89,126,1)' offset='1'/></radialGradient></defs></svg>");
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding-top: 0.15em;
    margin-top: -0.15em;
    padding-right: 0.15em;
    margin-right: -0.15em;
    padding-bottom: 0.05em;
    margin-bottom: -0.05em;
}

.hero-title {
    font-family: "Google Sans Flex 120pt", var(--font-heading);
    font-size: 49.939px;
    font-style: normal;
    font-weight: 500;
    line-height: 101%;
    /* 50.438px */
    letter-spacing: -0.9988px;
    text-align: center;
    width: 763.068px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    text-transform: none;
    filter: url(#text-inner-shadow);
}

.hero-subtitle {
    font-family: "Google Sans Flex 72pt", var(--font-heading);
    font-size: 28.871px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.5774px;
    width: 704.13px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.hero-credits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    font-family: var(--font-heading);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 10px;
}

.credit-item {
    display: inline-flex;
    align-items: center;
}

.credit-label {
    color: rgba(255, 255, 255, 0.4);
}

.credit-value {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    margin-left: 6px;
}

/* ==========================================================================
   Article General Layout
   ========================================================================== */
.article-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px 120px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background-color: var(--bg-dark);
}

.paragraph-section {
    max-width: 660px;
    margin: 0 auto;
    width: 100%;
}

.body-text {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #EDF6FF;
    margin-bottom: 24px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.image-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.image-section.centered-narrow {
    max-width: 660px;
}

.anker-logo-section {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
}

.anker-logo-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-frame-container {
    width: 100%;
    display: flex;
    border-radius: 35px;
    overflow: hidden;
}

.featured-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-image:hover {
    transform: scale(1.02);
}

.rounded-35 {
    border-radius: 35px;
}

/* Full Width Images */
.image-section.full-width-glow {
    max-width: 100%;
    position: relative;
    border-radius: 0;
}

.full-width-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: auto;
    display: block;
}

/* ==========================================================================
   Chapters Header Styling
   ========================================================================== */
.chapter-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
    background-color: var(--bg-dark);
}

.chapter-header {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.chapter-title {
    font-family: var(--font-heading);
    font-size: 72px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.44px;
    filter: url(#text-inner-shadow);
}

.chapter-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0.7;
    font-family: var(--font-heading);
    color: var(--text-muted);
}

.meta-emag {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.meta-bar {
    opacity: 0.4;
}

.meta-article-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

/* ==========================================================================
   Interactive Quote Container
   ========================================================================== */
.quote-container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
}

.quote-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.quote-card {
    background: #d8e5f0;
    border-radius: 35px 0 35px 0;
    padding: 55px 40px 45px 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
    min-height: 500px;
}

.quote-icon {
    position: absolute;
    top: 45px;
    left: -62px;
    width: 124px;
    height: 95px;
    pointer-events: none;
    z-index: 1;
}

.quote-text {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.1;
    color: #0c1833;
    letter-spacing: -0.01em;
    margin: 0;
    filter: url(#text-inner-shadow);
}

.quote-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-heading);
}

.quote-footer-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #0c1833;
    opacity: 0.8;
}

.quote-footer-title {
    display: flex;
    flex-direction: column;
    font-size: 0.62rem;
    font-weight: 500;
    color: #0c1833;
    opacity: 0.6;
    letter-spacing: 0.05em;
    line-height: 1.35;
}

.quote-author-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.quote-author-image-wrapper {
    width: 100%;
    aspect-ratio: 0.82;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.quote-author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-author-caption {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.3px;
    text-align: center;
    background: radial-gradient(ellipse at center, #d2d9ed 0%, #8a95b2 35%, #4c597e 65%, #00113f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.billboard-image-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.billboard-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) contrast(1.1);
}

/* Image Billboard with Right-Aligned Quote Overlay (img9) */
.image-billboard-quote {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 75vh;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10%;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.image-billboard-quote .billboard-image-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.image-billboard-quote .billboard-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: none;
}

.image-billboard-quote .billboard-container-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
}

.image-billboard-quote .billboard-quote-text {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.1;
    color: #D2E2ED;
    letter-spacing: -0.01em;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.image-billboard-quote.active .billboard-quote-text {
    opacity: 1;
    transform: translateY(0);
}

.image-billboard-quote .billboard-quote-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-heading);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.image-billboard-quote.active .billboard-quote-meta {
    opacity: 1;
    transform: translateY(0);
}

.image-billboard-quote .meta-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #D2E2ED;
    opacity: 0.8;
}

.image-billboard-quote .meta-article {
    display: flex;
    flex-direction: column;
    font-size: 0.62rem;
    font-weight: 500;
    color: #D2E2ED;
    opacity: 0.6;
    letter-spacing: 0.05em;
    line-height: 1.35;
}

/* Slogan Billboard with Centered Text Overlay (img18) */
.slogan-billboard {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}

.slogan-billboard .billboard-image-container {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.slogan-billboard .billboard-image {
    width: 100%;
    height: auto;
    display: block;
    filter: none;
}

.slogan-billboard .slogan-content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    width: 90%;
    max-width: 1000px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.1vw, 40px);
    align-items: center;
}

.slogan-billboard .slogan-en-text {
    font-family: var(--font-heading);
    font-size: clamp(52px, 4vw, 76.8px);
    font-weight: 600;
    line-height: 1.05;
    background: linear-gradient(180deg, #A3D1FF 0%, #00113F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: url(#text-inner-shadow);
    display: inline-block;
    letter-spacing: -0.02em;
    margin: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.slogan-billboard.active .slogan-en-text {
    opacity: 1;
    transform: translateY(0);
}

.slogan-billboard .slogan-vi-text {
    font-family: var(--font-heading);
    font-size: clamp(50px, 3.8vw, 76.8px);
    font-weight: 400;
    line-height: 1.1;
    background: linear-gradient(180deg, #A3D1FF 0%, #00113F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: url(#text-inner-shadow);
    display: inline-block;
    letter-spacing: -0.01em;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
}

.slogan-billboard.active .slogan-vi-text {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 769px) and (max-width: 1500px) {
    .slogan-billboard .slogan-content {
        top: 8%;
        width: 84%;
        max-width: 900px;
        padding: 10px;
    }

    .slogan-billboard .slogan-en-text {
        line-height: 1;
    }

    .slogan-billboard .slogan-vi-text {
        line-height: 1.04;
    }
}

/* Side by Side Image Grids */
.image-grid-section {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.image-grid-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.image-grid-columns-compact {
    gap: 20px;
}

.grid-card {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.grid-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ==========================================================================
   Reveal Animations System
   ========================================================================== */
.reveal {
    --reveal-y: 42px;
    --reveal-scale: 1;
    --reveal-delay: 0ms;
    opacity: 0;
    transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
    transition:
        opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay),
        transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay),
        filter 0.9s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay);
    will-change: opacity, transform;
}

.reveal.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.reveal-title {
    --reveal-y: 56px;
    filter: blur(8px);
}

.reveal-title.active {
    filter: blur(0);
}

.reveal-group {
    opacity: 0;
    transform: none;
    transition: opacity 0.7s ease;
}

.reveal-group.active {
    opacity: 1;
    transform: none;
}

.reveal-media {
    --reveal-y: 64px;
    --reveal-scale: 0.985;
    filter: saturate(0.78) brightness(0.82);
    overflow: hidden;
}

.image-section.full-width-glow.reveal-media {
    overflow: visible;
}

.reveal-media.active {
    filter: saturate(1) brightness(1);
}

.reveal-media img,
.grid-card img,
.quote-author-image,
.billboard-image {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-media:not(.active) img {
    transform: scale(1.045);
}

.quote-container {
    --reveal-y: 70px;
}

.quote-container .quote-card,
.quote-container .quote-author-col {
    transition:
        opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.quote-container:not(.active) .quote-card {
    opacity: 0;
    transform: translateX(-28px);
}

.quote-container:not(.active) .quote-author-col {
    opacity: 0;
    transform: translateX(28px);
}

.quote-container.active .quote-author-col {
    transition-delay: 0.16s;
}

.anker-timeline-item {
    --reveal-y: 44px;
}

.anker-timeline-item .anker-timeline-content {
    transition:
        opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.anker-timeline-item:not(.active) .anker-timeline-content {
    opacity: 0;
    transform: translateX(24px);
}

.globe-section {
    --reveal-y: 80px;
    --reveal-scale: 0.96;
}

.image-billboard-quote,
.slogan-billboard {
    --reveal-y: 78px;
    --reveal-scale: 0.99;
}

@keyframes cover-reveal {
    0% {
        opacity: 0;
        transform: translateY(26px);
        filter: blur(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes hero-bg-rise {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(44px) scale(1.08);
        filter: brightness(0.55) blur(6px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1.02);
        filter: brightness(0.85) blur(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
        transition-delay: 0ms !important;
    }

    .reveal,
    .hero-logo-line,
    .hero-title,
    .hero-subtitle,
    .hero-credits {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

/* ==========================================================================
   Globe Map Section
   ========================================================================== */
.globe-section {
    width: 100vw;
    max-width: none;
    margin: 0 auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 42px 20px 80px;
    background: transparent;
    overflow: hidden;
}

.globe-section::before {
    content: '';
    position: absolute;
    width: min(78vw, 920px);
    aspect-ratio: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -49%);
    border-radius: 50%;
    background:
        radial-gradient(circle at 36% 24%, rgba(91, 166, 255, 0.12), rgba(91, 166, 255, 0.03) 24%, transparent 46%),
        radial-gradient(circle, rgba(49, 117, 213, 0.06) 0%, rgba(49, 117, 213, 0.035) 55%, transparent 73%);
    filter: blur(24px);
    pointer-events: none;
}

.globe-container-3d {
    position: relative;
    width: 100%;
    max-width: 1040px;
    height: min(78vw, 900px);
    min-height: 680px;
    margin: 0 auto;
    overflow: visible;
    z-index: 1;
}

.globe-container-3d::before {
    content: '';
    position: absolute;
    width: min(69%, 710px);
    aspect-ratio: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle,
            transparent 48%,
            rgba(25, 104, 225, 0.08) 56%,
            rgba(38, 126, 255, 0.18) 63%,
            rgba(31, 105, 226, 0.08) 70%,
            transparent 79%);
    filter: blur(32px);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

#globe-canvas-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

#globe-canvas-container:active {
    cursor: grabbing;
}

/* Globe City Labels */
.globe-label {
    position: absolute;
    transform: translate(var(--label-x), var(--label-y));
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: "Google Sans Flex 24pt", sans-serif;
    color: #ffffff;
    z-index: 10;
    transition: opacity 0.28s ease;
    opacity: 0;
    white-space: nowrap;
    filter: drop-shadow(0 0 8px rgba(87, 156, 255, 0.55));
}

.globe-label--left {
    flex-direction: row-reverse;
    transform: translate(calc(-100% + var(--label-x)), var(--label-y));
}

.globe-label--bottom {
    flex-direction: column;
    transform: translate(calc(-50% + var(--label-x)), var(--label-y));
    gap: 9px;
    text-align: center;
}

.globe-label--bottom-right {
    align-items: flex-start;
    flex-direction: column;
    transform: translate(var(--label-x), var(--label-y));
    gap: 9px;
}

.globe-label.visible {
    opacity: 1;
}

.globe-label-dot {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    background:
        radial-gradient(circle at 50% 50%, #63a9ff 0 36%, #2f7fec 38% 61%, rgba(45, 121, 228, 0.55) 63% 100%);
    border-radius: 50%;
    position: relative;
    border: 1px solid rgba(116, 180, 255, 0.5);
    box-shadow:
        0 0 0 9px rgba(52, 131, 244, 0.28),
        0 0 0 16px rgba(52, 131, 244, 0.12),
        0 0 24px rgba(75, 154, 255, 0.95),
        0 0 46px rgba(46, 128, 245, 0.6);
}

/* Pulsating rings */
.globe-label-dot::after {
    content: '';
    position: absolute;
    inset: -18px;
    border: 2px solid rgba(84, 158, 255, 0.38);
    border-radius: 50%;
    animation: globe-pulse 2.2s infinite ease-out;
}

.globe-label-text {
    font-size: 1.32rem;
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: inherit;
    padding: 0;
    background: transparent;
    border: 0;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, 0.72),
        0 0 16px rgba(83, 157, 255, 0.95),
        0 0 34px rgba(83, 157, 255, 0.58);
    box-shadow: none;
}

@keyframes globe-pulse {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* ==========================================================================
   Interactive Timeline Section
   ========================================================================== */
.anker-timeline {
    position: relative;
    max-width: 980px;
    margin: 60px auto 100px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.anker-timeline-item {
    display: grid;
    grid-template-columns: 160px 100px 1fr;
    padding-bottom: 60px;
}

.anker-timeline-year {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.1;
    margin-top: 6px;
    transition: color 0.4s ease, -webkit-text-fill-color 0.4s ease;
}

.anker-timeline-year.active-year {
    color: #508ADB !important;
    background: none !important;
    -webkit-text-fill-color: #508ADB !important;
}

.anker-timeline-year-future,
.anker-future-question {
    display: inline-block;
    background: linear-gradient(180deg, #ECEFF9 0%, #070B23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.anker-future-question {
    font-family: var(--font-heading);
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
}

.anker-timeline-marker {
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
}

.anker-timeline-marker::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -60px;
    /* Extends to connect with the next item */
    width: 2px;
    background: #8A95B2;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
    z-index: 1;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.anker-timeline-item.active .anker-timeline-marker::before {
    transform: translateX(-50%) scaleY(1);
}

.anker-timeline-item:last-child .anker-timeline-marker::before {
    bottom: 0;
    background: linear-gradient(to bottom, #8A95B2, rgba(138, 149, 178, 0));
    transform-origin: top;
}

.anker-timeline-dot {
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #A3D1FF 0%, #00113F 100%);
    border-radius: 50%;
    z-index: 2;
    margin-top: 15px;
    /* Aligns with first text line */
    border: 1px solid #8A95B2;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.6s ease 0.3s;
}

.anker-timeline-item.active .anker-timeline-dot {
    transform: scale(1);
    opacity: 1;
}

.anker-timeline-content {
    padding-left: 40px;
}

.anker-timeline-content .body-text {
    margin: 35px 0;
    font-size: 1.3rem;
    line-height: 1.4;
}

.anker-timeline-content .body-text:first-child {
    margin-top: 0;
}

.anker-timeline-content .body-text:last-child {
    margin-bottom: 0;
}

.anker-timeline-image-container {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 35px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.anker-timeline-image-container:first-child {
    margin-top: 0;
}

.anker-timeline-image-container:last-child {
    margin-bottom: 0;
}

.anker-timeline-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Responsive Design Breakpoints
   ========================================================================== */

/* Tablet & Mobile styles */

/* Tablet & Mobile styles */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
        min-height: 750px;
        padding: 50px 15px;
    }

    .hero-content {
        height: auto;
        gap: 35px;
        padding: 0;
    }

    .hero-bg {
        position: relative;
        bottom: auto;
        left: auto;
        transform: scale(1.02);
        width: 85%;
        height: auto;
        max-height: 300px;
        margin-top: 25px;
    }

    .hero-section:hover .hero-bg {
        transform: scale(1);
    }

    .page-loaded .hero-bg {
        animation-name: hero-bg-rise-mobile;
    }

    .hero-title {
        font-size: clamp(26px, 6.5vw, 38px);
        width: 100%;
        letter-spacing: -0.5px;
        line-height: 1.15;
    }

    .hero-subtitle {
        font-size: clamp(16px, 4.5vw, 20px);
        line-height: 1.35;
        letter-spacing: -0.2px;
        width: 100%;
    }

    .hero-credits {
        gap: 15px 25px;
    }

    /* Layout */
    .article-container {
        gap: 50px;
        padding-bottom: 60px;
    }

    .body-text {
        font-size: 1.05rem;
        line-height: 1.65;
    }

    .chapter-title {
        font-size: 1.8rem;
    }



    /* Quote styling */
    .quote-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .quote-card {
        padding: 35px 25px 30px 25px;
        gap: 25px;
        border-radius: 25px 0 25px 0;
    }

    .quote-icon {
        width: 80px;
        height: 62px;
        top: 20px;
        left: -20px;
    }

    .quote-text {
        font-size: 1.35rem;
        font-weight: 500;
    }

    .quote-footer {
        flex-wrap: wrap;
        gap: 10px;
    }

    .quote-author-image-wrapper {
        border-radius: 20px;
    }

    .quote-author-caption {
        font-size: 16px;
        letter-spacing: -0.3px;
    }

    .image-billboard-quote {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        height: auto;
        min-height: auto;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .image-billboard-quote .billboard-image-container {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .image-billboard-quote .billboard-image {
        width: 100%;
        height: auto;
        object-fit: fill;
        display: block;
    }

    .image-billboard-quote .billboard-container-content {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        width: 90%;
        max-width: 600px;
        text-align: center;
        align-items: center;
        gap: 20px;
        padding: 0;
    }

    .image-billboard-quote .billboard-quote-text {
        font-size: 2.2rem;
    }

    .image-billboard-quote .billboard-quote-meta {
        flex-direction: column;
        gap: 10px;
    }

    .image-billboard-quote .meta-article {
        border-left: none;
        padding-left: 0;
        align-items: center;
    }

    /* Image Grid columns */
    .image-grid-columns {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .grid-card {
        border-radius: 20px;
    }

    /* Globe Responsive Overrides */
    .globe-section {
        padding: 28px 0 54px;
    }

    .globe-section::before {
        width: 102vw;
        transform: translate(-50%, -46%);
    }

    .globe-container-3d {
        width: 100%;
        height: 390px;
        min-height: 390px;
        overflow: visible;
    }

    .globe-label {
        gap: 7px;
    }

    .globe-label--left {
        flex-direction: row;
        transform: translate(8px, var(--label-y));
    }

    .globe-label--right,
    .globe-label--bottom-right {
        transform: translate(calc(-100% + var(--label-x)), var(--label-y));
    }

    .globe-label--saudi-arabia {
        flex-direction: row-reverse;
        transform: translate(calc(-100% - 8px), var(--label-y));
    }

    .globe-label--india {
        transform: translate(calc(-100% - 8px), var(--label-y));
    }

    .globe-label-dot {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
        box-shadow:
            0 0 0 5px rgba(52, 131, 244, 0.25),
            0 0 0 9px rgba(52, 131, 244, 0.1),
            0 0 18px rgba(75, 154, 255, 0.9);
    }

    .globe-label-dot::after {
        inset: -9px;
    }

    .globe-label-text {
        font-size: 0.52rem;
        line-height: 1.08;
    }

    /* Timeline Mobile Responsive Overrides */
    .anker-timeline {
        margin: 40px auto 60px;
        gap: 0;
    }

    .anker-timeline-item {
        display: block;
        position: relative;
        padding-left: 80px;
        padding-bottom: 40px;
    }

    .anker-timeline-year {
        text-align: left;
        font-size: 1.8rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .anker-timeline-marker {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 60px;
        height: auto;
        justify-content: center;
        margin-top: 0;
    }

    .anker-timeline-marker::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%) scaleY(0);
        bottom: -40px;
        /* Connects with the next item's line */
    }

    .anker-timeline-item.active .anker-timeline-marker::before {
        transform: translateX(-50%) scaleY(1);
    }

    .anker-timeline-item:last-child .anker-timeline-marker::before {
        bottom: 0;
    }

    .anker-timeline-dot {
        margin-top: 8px;
    }

    .anker-timeline-content {
        padding-left: 0;
        min-width: 0;
    }

    .anker-timeline-image-container {
        margin-top: 15px;
    }

    .anker-future-question {
        font-size: 72px;
    }

    /* Responsive Slogan Billboard */
    .slogan-billboard {
        height: auto;
        min-height: auto;
        padding: 0;
        margin-top: 40px;
    }

    .slogan-billboard .slogan-content {
        gap: 25px;
    }

    .slogan-billboard .slogan-en-text {
        font-size: 2.5rem;
    }

    .slogan-billboard .slogan-vi-text {
        font-size: 2.5rem;
    }
}

/* Responsive polish added as overrides so desktop layout remains intact. */
@media (max-width: 1180px) {
    .hero-section {
        height: clamp(900px, 112vw, 1300px);
    }

    .hero-content {
        height: clamp(780px, 94vw, 1100px);
    }

    .hero-bg {
        width: min(92vw, 1080px);
        max-height: min(62vw, 750px);
    }

    .article-container {
        max-width: 100%;
        padding-left: clamp(20px, 4vw, 40px);
        padding-right: clamp(20px, 4vw, 40px);
    }

    .chapter-title {
        font-size: clamp(44px, 6.6vw, 72px);
    }

    .quote-container,
    .image-grid-section,
    .anker-timeline {
        max-width: min(100%, 980px);
    }
}

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .hero-section {
        height: auto;
        min-height: 100svh;
        padding: 42px 18px 54px;
        justify-content: flex-start;
    }

    .hero-content {
        height: auto;
        min-height: calc(100svh - 96px);
        justify-content: space-between;
    }

    .hero-top-group {
        gap: 16px;
    }

    .hero-logo-line {
        max-width: 94vw;
    }

    .hero-bottom-group {
        gap: 22px;
    }

    .hero-credits {
        width: 100%;
        gap: 10px 18px;
        font-size: 9px;
        line-height: 1.35;
    }

    .credit-item {
        justify-content: center;
        flex-wrap: wrap;
    }

    .article-container {
        gap: 44px;
        padding: 0 18px 64px;
    }

    .chapter-section {
        gap: 44px;
    }

    .chapter-header {
        gap: 12px;
    }

    .chapter-title {
        font-size: clamp(32px, 9.5vw, 44px);
        line-height: 1.12;
        letter-spacing: 0;
    }

    .chapter-meta {
        flex-wrap: wrap;
        gap: 6px 10px;
        max-width: 92vw;
        font-size: 0.7rem;
        opacity: 0.55;
    }

    .meta-emag {
        font-size: 0.7rem;
    }

    .meta-bar {
        font-size: 0.7rem;
    }

    .meta-article-title {
        width: 58vw;
        max-width: 58vw;
        font-size: 0.58rem;
        letter-spacing: 0.035em;
        line-height: 1.3;
    }

    .paragraph-section,
    .image-section.centered-narrow {
        max-width: 100%;
    }

    .body-text {
        font-size: clamp(16px, 4.25vw, 18px);
        line-height: 1.68;
        margin-bottom: 20px;
        overflow-wrap: break-word;
    }

    .rounded-35,
    .image-frame-container {
        border-radius: 22px;
    }

    .quote-card {
        min-height: auto;
        padding: 42px 22px 28px;
    }

    .quote-icon {
        left: 18px;
        top: -30px;
        width: 70px;
        height: auto;
    }

    .quote-text {
        font-size: clamp(24px, 7.4vw, 34px);
        line-height: 1.12;
    }

    .quote-footer-title {
        font-size: 0.56rem;
    }

    .image-billboard-quote {
        min-height: auto;
        padding: 0;
    }

    .image-billboard-quote .billboard-quote-text {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.12;
    }

    .image-billboard-quote .meta-article {
        font-size: 0.56rem;
    }

    .image-grid-section {
        margin: 8px auto;
    }

    .grid-card {
        border-radius: 18px;
    }

    .globe-container-3d {
        height: min(105vw, 430px);
        min-height: 340px;
        width: min(92vw, 430px);
        margin-left: auto;
        margin-right: auto;
    }

    .anker-timeline-content .body-text {
        font-size: clamp(16px, 4.6vw, 18px);
        line-height: 1.5;
        margin: 22px 0;
    }

    .anker-timeline-image-container {
        border-radius: 16px;
        margin: 22px 0;
    }

    .slogan-billboard .slogan-content {
        top: 7%;
        width: 94%;
        gap: 18px;
        padding: 10px;
    }

    .slogan-billboard .slogan-en-text {
        font-size: clamp(28px, 8.5vw, 42px);
        line-height: 1.08;
        letter-spacing: 0;
    }

    .slogan-billboard .slogan-vi-text {
        font-size: clamp(28px, 8.5vw, 42px);
        line-height: 1.08;
        letter-spacing: 0;
    }
}

@media (max-width: 430px) {
    .hero-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-subtitle {
        font-size: clamp(15px, 4.5vw, 18px);
    }

    .hero-bg {
        width: 96%;
        max-height: 260px;
    }

    .article-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .chapter-title {
        font-size: clamp(28px, 10vw, 36px);
    }

    .quote-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .quote-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .globe-label-text {
        font-size: 0.48rem;
    }

    .anker-timeline-item {
        padding-left: 60px;
    }

    .anker-timeline-marker {
        width: 46px;
    }

    .anker-timeline-year {
        font-size: 1.55rem;
    }

    .anker-timeline-content .body-text {
        font-size: 1rem;
    }

    .image-billboard-quote {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .hero-section {
        display: block;
        height: auto;
        min-height: 0;
        padding: 0 18px;
    }

    .hero-overlay-dark {
        background: linear-gradient(to bottom,
                rgba(7, 11, 35, 0) 0%,
                rgba(7, 11, 35, 0) 42%,
                rgba(5, 13, 45, 0.18) 58%,
                rgba(3, 9, 34, 0.52) 76%,
                rgba(2, 6, 24, 0.82) 92%,
                var(--bg-dark) 100%);
    }

    .hero-content {
        width: 100%;
        height: auto;
        min-height: clamp(880px, 188vw, 1180px);
        padding: 0;
        justify-content: space-between;
        gap: 0;
    }

    .hero-top-group {
        gap: clamp(12px, 3.8vw, 22px);
        padding-top: clamp(72px, 18vw, 138px);
    }

    .hero-logo-line {
        width: min(88vw, 680px);
        max-width: none;
    }

    .hero-title {
        width: min(86vw, 620px);
        font-size: clamp(27px, 7vw, 48px);
        line-height: 1.16;
        letter-spacing: 0;
        padding: 0;
    }

    .hero-bg {
        position: absolute;
        left: 50%;
        bottom: clamp(245px, 34vw, 360px);
        width: min(138vw, 960px);
        max-width: none;
        max-height: none;
        margin: 0;
        transform: translateX(-50%) scale(1.02);
        object-fit: contain;
        z-index: 0;
        -webkit-mask-image: linear-gradient(180deg,
                #000 0%,
                #000 58%,
                rgba(0, 0, 0, 0.82) 70%,
                rgba(0, 0, 0, 0.32) 84%,
                rgba(0, 0, 0, 0) 98%);
        mask-image: linear-gradient(180deg,
                #000 0%,
                #000 58%,
                rgba(0, 0, 0, 0.82) 70%,
                rgba(0, 0, 0, 0.32) 84%,
                rgba(0, 0, 0, 0) 98%);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .hero-section:hover .hero-bg {
        transform: translateX(-50%) scale(1);
    }

    .hero-bottom-group {
        position: relative;
        z-index: 2;
        gap: clamp(34px, 8vw, 58px);
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        padding-bottom: clamp(62px, 13vw, 92px);
    }

    .hero-subtitle {
        width: min(84vw, 610px);
        font-size: clamp(23px, 6.3vw, 39px);
        line-height: 1.23;
        letter-spacing: 0;
        text-shadow:
            0 2px 18px rgba(3, 9, 29, 0.82),
            0 0 24px rgba(83, 130, 226, 0.2);
    }

    .hero-credits {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        font-size: clamp(9px, 2.1vw, 12px);
        letter-spacing: 0;
    }

    .credit-item {
        display: block;
        text-align: center;
    }

    .credit-value {
        margin-left: 4px;
    }
}

@media (max-width: 430px) {
    .hero-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hero-content {
        min-height: clamp(760px, 205vw, 930px);
    }

    .hero-top-group {
        padding-top: clamp(60px, 16vw, 82px);
    }

    .hero-logo-line {
        width: 88vw;
    }

    .hero-title {
        width: 86vw;
        font-size: clamp(24px, 7.1vw, 31px);
    }

    .hero-bg {
        bottom: clamp(222px, 58vw, 275px);
        width: 90vw;
    }

    .hero-bottom-group {
        gap: 30px;
        padding-bottom: clamp(52px, 13vw, 68px);
    }

    .hero-subtitle {
        width: 82vw;
        font-size: clamp(15px, 4.2vw, 18px);
        line-height: 1.4;
    }
}

@media (max-width: 430px) {
    .hero-section .hero-title {
        width: 86vw;
        max-width: 86vw;
    }

    .hero-section .hero-title .gradient-text-radial {
        width: 80%;
        max-width: 80%;
    }
}

/* Final mobile pass: keep scrolling stable after the layered hero overrides. */
@media (max-width: 768px) {
    html,
    body {
        overscroll-behavior-x: none;
    }

    .hero-section {
        contain: layout paint;
        overflow: hidden;
    }

    .hero-bg,
    .hero-overlay-soft,
    .hero-overlay-dark {
        pointer-events: none;
    }

    .hero-bg {
        will-change: transform;
    }

    .article-container {
        position: relative;
        z-index: 1;
        overflow: visible;
    }

    .full-width-image,
    .image-billboard-quote,
    .slogan-billboard,
    .globe-section {
        max-width: none;
    }

    .reveal {
        --reveal-y: 22px;
    }

    .reveal-title {
        --reveal-y: 28px;
    }

    .reveal-media,
    .globe-section,
    .image-billboard-quote,
    .slogan-billboard {
        --reveal-y: 34px;
        --reveal-scale: 1;
    }

    .reveal-group {
        transform: none;
    }
}

@media (max-width: 430px) {
    .hero-section {
        border-radius: 0;
    }

    .hero-bg {
        bottom: clamp(224px, 56vw, 272px);
    }

    .hero-bottom-group {
        padding-bottom: clamp(56px, 15vw, 74px);
    }
}

@media (max-width: 768px) {
    .quote-container {
        width: 100%;
        max-width: 520px;
        padding: 0 10px;
    }

    .quote-layout {
        gap: 20px;
    }

    .quote-card {
        min-height: auto;
        border-radius: 28px 0 28px 0;
        padding: 58px 24px 28px;
        gap: 30px;
        overflow: hidden;
    }

    .quote-icon {
        top: -18px;
        left: 20px;
        width: 68px;
        height: auto;
        opacity: 0.2;
        z-index: 0;
    }

    .quote-text {
        position: relative;
        z-index: 1;
        font-size: clamp(28px, 8vw, 42px);
        line-height: 1.14;
        letter-spacing: 0;
    }

    .quote-footer {
        position: relative;
        z-index: 1;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .quote-footer-label {
        font-size: 0.82rem;
    }

    .quote-footer-title {
        font-size: 0.62rem;
        line-height: 1.35;
    }
}

@media (max-width: 430px) {
    .quote-container {
        padding: 0;
    }

    .quote-card {
        padding: 52px 20px 26px;
        border-radius: 24px 0 24px 0;
    }

    .quote-icon {
        left: 14px;
        width: 58px;
    }

    .quote-text {
        font-size: clamp(25px, 7.2vw, 31px);
        line-height: 1.16;
    }
}

@media (max-width: 768px) {
    .globe-container-3d {
        width: min(92vw, 430px);
        margin-left: auto;
        margin-right: auto;
    }

    #globe-canvas-container {
        width: 100%;
    }
}

@keyframes hero-bg-rise-mobile {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(32px) scale(1.08);
        filter: brightness(0.55) blur(6px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1.02);
        filter: brightness(0.85) blur(0);
    }
}
