
/* =========================================================
    ABOUT us PAGE
========================================================= */
.about-modern-section {
    position: relative;
    padding: 80px 0 120px 0;
    background: #faf6ef; /* Premium Warm Cream */
    overflow: hidden;
}

.about-modern-section .about-magazine-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Glow Accent Node */
.glow-sphere-top {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(
        circle,
        rgba(201, 150, 42, 0.04) 0%,
        transparent 70%
    );
    pointer-events: none;
}

/* =========================================================
    STAGE 1: HERO HEADER TYPOGRAPHY about us
========================================================= */
.magazine-hero-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.magazine-tag {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c9962a; /* Brand Gold */
    display: inline-block;
    margin-bottom: 12px;
}

.magazine-title {
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 900;
    color: #0d1b3e; /* Brand Navy */
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 16px 0;
}

.magazine-subtitle {
    font-size: clamp(14px, 1.8vw, 17px);
    color: #5c6f84;
    font-weight: 500;
    margin: 0;
}

/* =========================================================
    STAGE 2: About us
========================================================= */
.magazine-image-viewport {
    position: relative;
    width: 100%;
    max-width: 1120px;
    height: clamp(320px, 46vw, 560px);
    border-radius: 28px;
    max-width: 1120px;
    height: clamp(320px, 46vw, 560px);
    border-radius: 28px;
    overflow: hidden;
    /* margin: 96px auto 52px; */
    background: linear-gradient(180deg, #eef3f7 0%, #dde6ee 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 28px 60px rgba(13, 27, 62, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.magazine-image-viewport::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    z-index: 3;
    pointer-events: none;
}

.magazine-image-viewport::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgba(7, 13, 34, 0.68),
        rgba(7, 13, 34, 0.02)
    );
    z-index: 1;
    margin: 96px auto 52px;
    background: linear-gradient(180deg, #eef3f7 0%, #dde6ee 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 28px 60px rgba(13, 27, 62, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.magazine-image-viewport::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    z-index: 3;
    pointer-events: none;
}

.magazine-image-viewport::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(
        to top,
        rgba(7, 13, 34, 0.68),
        rgba(7, 13, 34, 0.02)
    );
    z-index: 1;
}

.magazine-image-viewport img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(1.04) contrast(1.03);
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
        filter 0.8s ease;
    transform: scale(1.02);
    filter: saturate(1.04) contrast(1.03);
    transition:
        transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
        filter 0.8s ease;
}

.magazine-image-viewport:hover img {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.05);
}

.viewport-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.02) 0%,
        rgba(255, 255, 255, 0.02) 48%,
        rgba(8, 14, 32, 0.15) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.02) 0%,
        rgba(255, 255, 255, 0.02) 48%,
        rgba(8, 14, 32, 0.15) 100%
    );
    z-index: 1;
}

.viewport-badge {
    position: absolute;
    bottom: 22px;
    left: 22px;
    background: rgba(255, 255, 255, 0.78);
    bottom: 22px;
    left: 22px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    letter-spacing: 0.3px;
    color: #0d1b3e;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 4;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 4;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #c9962a;
    border-radius: 50%;
    display: inline-block;
}

/* =========================================================
    STAGE 3: ASYMMETRIC GRID INFOCARDS SYSTEM about us
========================================================= */
.magazine-content-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 992px) {
    .magazine-content-grid {
        grid-template-columns: 2fr 1fr 1fr; /* 3-Column Split layout hierarchy */
    }
}

/* Base Card Architecture */
.content-card {
    background: #ffffff;
    border: 1px solid rgba(13, 27, 62, 0.04);
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 15px 40px rgba(13, 27, 62, 0.02);
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(13, 27, 62, 0.05);
}

.card-indicator {
    font-size: 12px;
    font-weight: 700;
    color: #c9962a;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.card-indicator span {
    background: rgba(201, 150, 42, 0.1);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
}

/* Main Story Scoped Core Content Window Typography */
.main-story-card .rich-text-wrapper {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    text-align: justify;
}

.main-story-card .rich-text-wrapper p {
    margin-bottom: 16px;
}
.main-story-card .rich-text-wrapper p:last-child {
    margin-bottom: 0;
}

/* Side Value Proposition Display Grid Typography Cards */
.value-prop-card h4 {
    font-size: 19px;
    font-weight: 700;
    color: #0d1b3e;
    margin: 0 0 12px 0;
}

.value-prop-card p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #64748b;
    margin: 0;
    text-align: justify;
}

.card-icon-footer {
    margin-top: auto;
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.card-icon-footer i {
    font-size: 32px;
    color: rgba(13, 27, 62, 0.05);
    transition: color 0.3s ease;
}

.value-prop-card:hover .card-icon-footer i {
    color: rgba(201, 150, 42, 0.2);
}

/* =========================================================
    RESPONSIVE MEDIA TWEAKS
========================================================= */
@media (max-width: 768px) {
    .about-modern-section {
        padding: 50px 0 80px 0;
    }
    .magazine-hero-header {
        margin-bottom: 30px;
    }
    .magazine-image-viewport {
        margin-bottom: 40px;
        border-radius: 20px;
    }
    .content-card {
        padding: 24px;
        border-radius: 20px;
    }
    .viewport-badge {
        bottom: 16px;
        left: 16px;
        padding: 8px 16px;
        font-size: 11px;
    }
}
