/* =========================================================
   SANT RAJINDER SINGH JI MAHARAJ — SCROLL EXPERIENCE
   Darshan Education Foundation
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Great+Vibes&family=Outfit:wght@500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,600&display=swap');

:root {
    --gold-script-color: #8b6616;
    --gold-script-glow: rgba(139, 102, 22, 0.15);
    --gold-text-color: #846014;
    --gold-accent-color: #9c6c0c;
    --body-text-dark: #3a2b10;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body {
    width: 100vw !important;
    height: auto !important;
    min-height: 100vh !important;
    background: #f4ede2 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scroll-snap-type: none !important;
}

/* =========================================================
   TOP NAVBAR FOR FOUNDER PAGE
   Standard DEF header positioning with Home Circle + Dynamic Capsule
   ========================================================= */
header.navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 12px 5.2% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 99999 !important;
    pointer-events: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

header.navbar > * {
    pointer-events: auto !important;
}

/* Home Circle Button in Distinct Glass Bubble */
.founder-nav-center-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.founder-home-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 250, 240, 0.88) 45%, 
        rgba(232, 197, 116, 0.45) 100%);
    backdrop-filter: blur(28px) saturate(210%);
    -webkit-backdrop-filter: blur(28px) saturate(210%);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 24px rgba(139, 102, 22, 0.12),
        0 2px 6px rgba(139, 102, 22, 0.05),
        inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    color: #745107;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.founder-home-circle:hover {
    transform: translateY(-2px) scale(1.06);
    color: #9c6c0c;
    box-shadow: 
        0 12px 30px rgba(156, 108, 12, 0.22),
        0 4px 10px rgba(156, 108, 12, 0.1),
        inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.founder-home-circle .nav-svg-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;
}

.founder-home-circle:hover .nav-svg-icon {
    transform: scale(1.1);
}

/* Dynamic Liquid Glass Navigation Capsule */
.founder-menu-capsule {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 8px !important;
    border-radius: 40px !important;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.92) 0%, 
        rgba(255, 250, 240, 0.86) 35%, 
        rgba(232, 197, 116, 0.45) 60%, 
        rgba(255, 255, 255, 0.92) 100%) !important;
    background-size: 200% 200% !important;
    animation: liquidFlow 8s ease infinite !important;
    backdrop-filter: blur(28px) saturate(210%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(210%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.88) !important;
    box-shadow: 
        0 10px 32px rgba(139, 102, 22, 0.12),
        inset 0 1.5px 2px rgba(255, 255, 255, 0.95) !important;
    transition: all 0.35s ease !important;
}

.founder-nav-group {
    display: none;
    align-items: center;
    gap: 6px;
}

.founder-nav-group.active {
    display: flex;
}

.founder-nav-item {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 8px 18px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #644910;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.founder-nav-item:hover {
    color: #9c6c0c;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.founder-nav-item.active {
    background: linear-gradient(135deg, rgba(232, 197, 116, 0.70), rgba(200, 150, 40, 0.38));
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #3b2805;
    box-shadow: 
        0 4px 14px rgba(139, 102, 22, 0.16),
        inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

/* =========================================================
   HORIZONTAL PHASE TRACK CONTAINER & SLIDES
   ========================================================= */
.founder-phase-section {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
}

.founder-h-track-container {
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.founder-h-track {
    display: flex;
    flex-direction: row;
    transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
    min-height: 100vh;
}

.phase1-track {
    width: 200%;
}

.phase2-track {
    width: 300%;
}

.founder-h-slide {
    width: 100vw;
    min-height: 100vh;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    padding: 110px 5vw 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.founder-engineering-slide {
    background-image: url('../images/founder-engineering-bg.png');
}

.founder-career-slide {
    background-image: url('../images/founder-career-bg.png');
}

.founder-mission-slide {
    background-image: url('../images/founder-engineering-bg.png');
}

.founder-center-slide {
    background-image: url('../images/founder-center-bg.png');
}

.founder-technology-slide {
    background-image: url('../images/founder-career-bg.png');
}

/* Soft & Light Base Scroll Cue */
.founder-scroll-hint-light {
    margin-top: 24px;
    margin-bottom: 0;
    align-self: center;
    opacity: 0.75;
    transition: all 0.3s ease;
}

.founder-scroll-hint-light:hover {
    opacity: 1;
    transform: translateY(2px);
}

.founder-scroll-hint-light .mouse-scroll-pill {
    border-color: rgba(139, 102, 22, 0.4);
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(139, 102, 22, 0.08);
}

/* Fixed Background Silk Texture */
.founder-fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/founder-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

/* Fixed Right Photo (Touches Top, Bottom, Right) */
.founder-fixed-image-col {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    width: auto;
    max-width: 55vw;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 3;
}

.founder-person-img {
    height: 100vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: right top;
    display: block;
}

/* Scroll Container */
.founder-scroll-container {
    position: relative;
    z-index: 5;
    width: 100vw;
}

/* Left Content Column */
.founder-left-content {
    width: 54vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 6vw;
    padding-right: 3vw;
    transform: translateX(3.5vw);
    user-select: none;
}

/* Screen 1: Title & Name */
.founder-title-group {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-top: 15vh;
    padding-bottom: 5vh;
    position: relative;
    box-sizing: border-box;
}

.founder-title-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 0;
}

.script-heading-1 {
    font-family: 'Great Vibes', 'Alex Brush', cursive;
    font-size: clamp(3.8rem, 7.5vw, 8.8rem);
    font-weight: 400;
    color: var(--gold-script-color);
    line-height: 1.05;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 10px var(--gold-script-glow);
}

.script-heading-2 {
    font-family: 'Great Vibes', 'Alex Brush', cursive;
    font-size: clamp(3.8rem, 7.5vw, 8.8rem);
    font-weight: 400;
    color: var(--gold-script-color);
    line-height: 1.05;
    letter-spacing: 0.5px;
    margin: -0.5vh 0 2.5vh 0;
    text-align: center;
    text-shadow: 0 2px 10px var(--gold-script-glow);
}

.founder-name-text {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.25rem, 2.35vw, 2.75rem);
    font-weight: 700;
    color: var(--gold-text-color);
    letter-spacing: 0.3px;
    margin: 0;
    line-height: 1.25;
    text-align: center;
}

/* Minimal Mouse Scroll Down Indicator */
.founder-scroll-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.65;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s ease;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    transform: translateY(0);
}

.founder-scroll-hint:hover {
    opacity: 1;
    transform: translateY(2px);
}

.founder-scroll-hint.is-hidden {
    opacity: 0 !important;
    transform: translateY(-20px) !important;
    pointer-events: none !important;
    visibility: hidden;
}

.mouse-scroll-pill {
    width: 20px;
    height: 32px;
    border: 1.5px solid rgba(139, 102, 22, 0.45);
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    box-shadow: 0 2px 8px rgba(139, 102, 22, 0.08);
}

.mouse-wheel-dot {
    width: 3px;
    height: 6px;
    background: var(--gold-accent-color);
    border-radius: 3px;
    animation: mouseWheelSlide 2.2s infinite ease-in-out;
}

@keyframes mouseWheelSlide {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(8px);
        opacity: 0.2;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.scroll-hint-text {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gold-accent-color);
}

/* Screen 2: Styled Quote & Liquid Glass Method Group */
.founder-desc-group {
    padding-top: 4vh;
    padding-bottom: 22vh;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.founder-bio-quote-mark {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(3.2rem, 5vw, 5.5rem);
    color: var(--gold-accent-color);
    line-height: 0.6;
    margin-bottom: 14px;
    opacity: 0.85;
}

.founder-lead-quote {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.15rem, 1.75vw, 1.9rem);
    font-weight: 600;
    color: var(--body-text-dark);
    line-height: 1.55;
    margin-bottom: 20px;
}

.founder-lead-quote strong {
    color: var(--gold-accent-color);
    font-weight: 700;
}

.founder-lead-quote em {
    font-style: italic;
    color: #6d4e0a;
}

.quote-highlight-phrase {
    white-space: nowrap;
    display: inline-block;
    font-style: italic;
    color: #6d4e0a;
}

.founder-gold-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-accent-color), transparent);
    margin: 0 auto 20px;
}

.founder-sub-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.25rem);
    color: #523f1c;
    line-height: 1.65;
    margin-bottom: 24px;
    font-weight: 500;
}

/* Balanced Liquid Glassmorphism Capsule Box (Single Line) */
.founder-method-badge {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(253, 246, 233, 0.42) 50%, rgba(201, 147, 38, 0.15) 100%);
    backdrop-filter: blur(18px) saturate(185%);
    -webkit-backdrop-filter: blur(18px) saturate(185%);
    border: 1.5px solid rgba(255, 255, 255, 0.88);
    border-radius: 50px;
    padding: 12px 28px;
    box-shadow: 
        0 10px 30px rgba(139, 102, 22, 0.11),
        0 2px 6px rgba(139, 102, 22, 0.05),
        inset 0 1.5px 2px rgba(255, 255, 255, 0.95),
        inset 0 -1.5px 2px rgba(201, 147, 38, 0.2);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Liquid Glass Specular Shimmer */
.founder-method-badge::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.55),
        transparent
    );
    transform: skewX(-25deg);
    animation: liquidShimmer 5s infinite ease-in-out;
    pointer-events: none;
}

@keyframes liquidShimmer {
    0%, 20% { left: -75%; }
    40%, 100% { left: 135%; }
}

.founder-method-step {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(0.82rem, 1.02vw, 1.05rem);
    font-weight: 600;
    color: #745107;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.founder-method-dot {
    color: #9c6c0c;
    opacity: 0.55;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

/* =========================================================
   SCREEN 3: EDUCATION IN ENGINEERING SECTION
   ========================================================= */
.founder-engineering-section {
    position: relative;
    z-index: 10;
    width: 100vw;
    min-height: 100vh;
    padding: 110px 5vw 90px;
    box-sizing: border-box;
    background-image: url('../images/founder-engineering-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1.5px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 -20px 50px rgba(7, 35, 68, 0.08);
    display: flex;
    align-items: center;
}

.founder-engineering-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: center;
}

/* Left Narrative Column */
.founder-eng-left {
    display: flex;
    flex-direction: column;
}

.founder-eng-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: rgba(156, 108, 12, 0.1);
    border: 1px solid rgba(156, 108, 12, 0.3);
    border-radius: 24px;
    padding: 6px 16px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #8b6616;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.founder-eng-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    font-weight: 700;
    color: #35250c;
    line-height: 1.15;
    margin: 0 0 16px 0;
    letter-spacing: -0.3px;
}

.founder-eng-line {
    width: 55px;
    height: 3px;
    background: linear-gradient(90deg, #9c6c0c, transparent);
    border-radius: 2px;
    margin-bottom: 22px;
}

.founder-eng-body p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.95rem, 1.05vw, 1.12rem);
    line-height: 1.75;
    color: #443419;
    margin-bottom: 16px;
    text-align: justify;
}

.founder-eng-body p strong {
    color: #2b1d06;
    font-weight: 700;
}

.founder-eng-body p em {
    font-style: italic;
    color: #7a5408;
}

/* Liquid Glassmorphism Milestone Cards */
.founder-milestone-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.founder-milestone-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(253, 246, 233, 0.45) 50%, rgba(201, 147, 38, 0.15) 100%);
    backdrop-filter: blur(20px) saturate(185%);
    -webkit-backdrop-filter: blur(20px) saturate(185%);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 16px 20px;
    box-shadow: 
        0 10px 30px rgba(139, 102, 22, 0.11),
        0 2px 6px rgba(139, 102, 22, 0.05),
        inset 0 1.5px 2px rgba(255, 255, 255, 0.95),
        inset 0 -1.5px 2px rgba(201, 147, 38, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.founder-milestone-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.55),
        transparent
    );
    transform: skewX(-25deg);
    animation: liquidShimmer 5s infinite ease-in-out;
    pointer-events: none;
}

.founder-milestone-card:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 14px 35px rgba(139, 102, 22, 0.16),
        0 4px 10px rgba(139, 102, 22, 0.08),
        inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.milestone-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
}

.milestone-year {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #7a5408;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}

.milestone-inst-logo {
    height: 36px;
    width: auto;
    max-width: 52px;
    object-fit: contain;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.08));
    transition: transform 0.25s ease;
}

.founder-milestone-card:hover .milestone-inst-logo {
    transform: scale(1.1);
}

.milestone-degree {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.84rem;
    color: #35250c;
    margin: 4px 0 2px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.milestone-institute {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    color: #6b5220;
    font-weight: 500;
    line-height: 1.35;
    position: relative;
    z-index: 2;
}

/* Right Historic Photo Card */
.founder-eng-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founder-eng-photo-frame {
    position: relative;
    border-radius: 24px;
    padding: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 233, 210, 0.5) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 20px 50px rgba(139, 102, 22, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    width: 100%;
    max-width: 460px;
}

.founder-eng-photo-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.founder-eng-caption {
    margin-top: 12px;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.84rem;
    color: #6b5220;
    font-style: italic;
    font-weight: 500;
}

/* =========================================================
   SCREEN 4: CAREER IN COMMUNICATIONS & COMPUTING SECTION
   ========================================================= */
.founder-career-section {
    position: relative;
    z-index: 10;
    width: 100vw;
    min-height: 100vh;
    padding: 110px 5vw 100px;
    box-sizing: border-box;
    background-image: url('../images/founder-career-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1.5px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 -20px 50px rgba(7, 35, 68, 0.08);
    display: flex;
    align-items: center;
}

.founder-career-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 50px;
    align-items: center;
}

/* Career Photo Frame (Left Column) */
.founder-career-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founder-career-photo-frame {
    position: relative;
    border-radius: 24px;
    padding: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 233, 210, 0.5) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 20px 50px rgba(139, 102, 22, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    width: 100%;
    max-width: 440px;
}

.founder-career-photo-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.founder-career-caption {
    margin-top: 12px;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.84rem;
    color: #6b5220;
    font-style: italic;
    font-weight: 500;
}

/* Career Narrative Column (Right Column) */
.founder-career-right {
    display: flex;
    flex-direction: column;
}

.founder-career-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    font-weight: 700;
    color: #35250c;
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -0.3px;
}

.founder-career-body p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.95rem, 1.05vw, 1.12rem);
    line-height: 1.75;
    color: #443419;
    margin-bottom: 16px;
    text-align: justify;
}

.founder-career-body p strong {
    color: #2b1d06;
    font-weight: 700;
}

.founder-career-body p em {
    font-style: italic;
    color: #7a5408;
}

/* Highlights Grid */
.founder-career-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.founder-highlight-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(253, 246, 233, 0.45) 50%, rgba(201, 147, 38, 0.15) 100%);
    backdrop-filter: blur(20px) saturate(185%);
    -webkit-backdrop-filter: blur(20px) saturate(185%);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 16px 18px;
    box-shadow: 
        0 10px 30px rgba(139, 102, 22, 0.11),
        0 2px 6px rgba(139, 102, 22, 0.05),
        inset 0 1.5px 2px rgba(255, 255, 255, 0.95),
        inset 0 -1.5px 2px rgba(201, 147, 38, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.founder-highlight-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.55),
        transparent
    );
    transform: skewX(-25deg);
    animation: liquidShimmer 5s infinite ease-in-out;
    pointer-events: none;
}

.founder-highlight-card:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 14px 35px rgba(139, 102, 22, 0.16),
        0 4px 10px rgba(139, 102, 22, 0.08),
        inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.highlight-badge {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    color: #7a5408;
    line-height: 1.1;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.highlight-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    color: #35250c;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.highlight-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    color: #6b5220;
    font-weight: 500;
    line-height: 1.35;
    position: relative;
    z-index: 2;
}

/* =========================================================
   SCREEN 5: SPIRITUAL MISSION BEGINS SECTION
   ========================================================= */
.founder-mission-section {
    position: relative;
    z-index: 10;
    width: 100vw;
    min-height: 100vh;
    padding: 110px 5vw 100px;
    box-sizing: border-box;
    background-image: url('../images/founder-engineering-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1.5px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 -20px 50px rgba(7, 35, 68, 0.08);
    display: flex;
    align-items: center;
}

.founder-mission-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: center;
}

.founder-mission-left {
    display: flex;
    flex-direction: column;
}

.founder-mission-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    font-weight: 700;
    color: #35250c;
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -0.3px;
}

.founder-mission-body p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.92rem, 1.02vw, 1.08rem);
    line-height: 1.72;
    color: #443419;
    margin-bottom: 14px;
    text-align: justify;
}

.founder-mission-body p strong {
    color: #2b1d06;
    font-weight: 700;
}

.founder-mission-body p em {
    font-style: italic;
    color: #7a5408;
}

/* Mission Milestone Grid (2 Balanced Cards) */
.founder-mission-milestones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 22px;
}

/* Countries Card & Hover Pop-up */
.founder-countries-card {
    position: relative;
    overflow: visible !important;
    cursor: pointer;
}

.countries-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.countries-badge-icon {
    color: var(--gold-accent-color);
    opacity: 0.75;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.founder-countries-card:hover .countries-badge-icon {
    opacity: 1;
    transform: rotate(20deg);
}

.founder-countries-popup {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    left: auto;
    transform: translateY(10px);
    width: 530px;
    max-width: min(530px, 90vw);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(28px) saturate(190%);
    -webkit-backdrop-filter: blur(28px) saturate(190%);
    border: 1.5px solid rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    box-shadow: 
        0 20px 50px rgba(139, 102, 22, 0.24),
        0 4px 14px rgba(0, 0, 0, 0.08),
        inset 0 1px 2px rgba(255, 255, 255, 1);
    padding: 16px 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.25s ease;
    z-index: 100;
    box-sizing: border-box;
    text-align: left;
}

/* Invisible hover bridge to prevent mouse leaving hover area */
.founder-countries-popup::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 30px;
    background: transparent;
    pointer-events: auto;
}

.founder-countries-popup::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 36px;
    left: auto;
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.98);
    border-right: 1.5px solid rgba(255, 255, 255, 0.95);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.95);
}

.founder-countries-card:hover .founder-countries-popup,
.founder-countries-card:focus-within .founder-countries-popup,
.founder-countries-card.is-open .founder-countries-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.countries-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(156, 108, 12, 0.18);
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.countries-popup-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #35250c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.countries-popup-count {
    font-family: 'Outfit', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    color: #8b6616;
    background: rgba(156, 108, 12, 0.12);
    padding: 3px 9px;
    border-radius: 12px;
}

.countries-popup-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 2px 0;
}

.country-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #443419;
    background: rgba(253, 246, 233, 0.95);
    border: 1px solid rgba(156, 108, 12, 0.16);
    border-radius: 7px;
    padding: 3px 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.country-tag:hover {
    background: #9c6c0c;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Mission Gallery (Right Column) */
.founder-mission-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founder-mission-photo-frame {
    position: relative;
    border-radius: 24px;
    padding: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 233, 210, 0.5) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 20px 50px rgba(139, 102, 22, 0.15),
        0 4px 12px rgba(0, 0, 0, 0.06),
        inset 0 1px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    width: 100%;
    max-width: 480px;
}

.founder-mission-main-img {
    width: 100%;
    height: 310px;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.founder-mission-caption {
    margin: 12px 0 14px;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.84rem;
    color: #6b5220;
    font-style: italic;
    font-weight: 500;
    min-height: 2.2em;
}

/* Thumbnails Strip */
.founder-mission-thumbs {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.mission-thumb-btn {
    flex: 1;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    background: transparent;
    padding: 0;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mission-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.65;
    transition: opacity 0.2s ease;
}

.mission-thumb-btn:hover img,
.mission-thumb-btn.active img {
    opacity: 1;
}

.mission-thumb-btn.active {
    border-color: #9c6c0c;
    box-shadow: 0 4px 12px rgba(156, 108, 12, 0.35);
    transform: translateY(-2px);
}

/* =========================================================
   SCREEN 7: SCIENCE OF SPIRITUALITY INTERNATIONAL MEDITATION CENTER
   ========================================================= */
/* =========================================================
   SCREEN 7: SCIENCE OF SPIRITUALITY INTERNATIONAL MEDITATION CENTER
   ========================================================= */
.founder-center-section {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 85px 5vw 30px;
    box-sizing: border-box;
    background-color: #070d12;
    background-image: url('../images/founder-center-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    box-shadow: 0 -25px 60px rgba(0, 0, 0, 0.5), 0 25px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.founder-center-container {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 45px;
    align-items: center;
}

/* Left Narrative Column - Formatted to fit cleanly in 100vh */
.founder-center-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    top: 0;
    padding-right: 10px;
}

.founder-center-script {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(1.8rem, 2.8vw, 3.1rem);
    color: var(--gold-script-color);
    text-shadow: 0 2px 14px rgba(139, 102, 22, 0.25);
    margin: 0 0 2px 0;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

.founder-center-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.7rem, 2.4vw, 2.6rem);
    font-weight: 800;
    color: var(--gold-text-color);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: var(--gold-text-color);
    line-height: 1.15;
    margin: 0 0 16px 0;
    letter-spacing: -0.4px;
}

.founder-center-body p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.88rem, 0.95vw, 1rem);
    line-height: 1.62;
    color: var(--body-text-dark);
    margin-bottom: 10px;
    text-align: justify;
}

.founder-center-body p strong {
    color: #201708;
    font-weight: 700;
}

.founder-center-body p em {
    font-style: italic;
    color: var(--gold-accent-color);
}

/* 2 Milestone Cards - Liquid Glassmorphism matching other screens */
.founder-center-milestones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.founder-center-milestone-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(253, 246, 233, 0.6) 50%, rgba(201, 147, 38, 0.2) 100%);
    backdrop-filter: blur(20px) saturate(185%);
    -webkit-backdrop-filter: blur(20px) saturate(185%);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 10px 30px rgba(139, 102, 22, 0.14), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.founder-center-milestone-card::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
    animation: liquidShimmer 8s infinite linear;
    pointer-events: none;
}

.founder-center-milestone-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(201, 147, 38, 0.8);
    box-shadow: 0 18px 40px rgba(139, 102, 22, 0.22), 0 0 20px rgba(201, 147, 38, 0.25);
}

.founder-center-milestone-card .highlight-badge {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #7a5408;
    background: rgba(201, 147, 38, 0.18);
    border: 1px solid rgba(201, 147, 38, 0.4);
    padding: 3px 9px;
    border-radius: 999px;
    align-self: flex-start;
    position: relative;
    z-index: 2;
}

.founder-center-milestone-card .highlight-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--gold-text-color);
    position: relative;
    z-index: 2;
}

.founder-center-milestone-card .highlight-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem;
    color: var(--body-text-dark);
    line-height: 1.35;
    position: relative;
    z-index: 2;
}

/* =========================================================
   PINTEREST-STYLE MASONRY MEDIA FEED (Right Column - Scrollable)
   ========================================================= */
.founder-center-right {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 24px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
    scrollbar-width: thin;
    scrollbar-color: #9c6c0c rgba(139, 102, 22, 0.1);
}

.founder-center-right::-webkit-scrollbar {
    width: 6px;
}

.founder-center-right::-webkit-scrollbar-track {
    background: rgba(139, 102, 22, 0.08);
    border-radius: 999px;
}

.founder-center-right::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #b8860b 0%, #8b6616 100%);
    border-radius: 999px;
    box-shadow: 0 0 8px rgba(139, 102, 22, 0.35);
}

/* Center Media Filter Navigation Bar - Clean, Centered Glassmorphic Icon Toggles */
.center-media-header-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 4px 0 8px;
    background: transparent;
}

.center-filter-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.center-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(253, 246, 233, 0.6) 50%, rgba(201, 147, 38, 0.18) 100%);
    backdrop-filter: blur(20px) saturate(185%);
    -webkit-backdrop-filter: blur(20px) saturate(185%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(139, 102, 22, 0.12), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    color: #8b6616;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.center-filter-btn::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.5) 50%, transparent 60%);
    animation: liquidShimmer 8s infinite linear;
    pointer-events: none;
}

.center-filter-btn .filter-icon-svg {
    width: 29px;
    height: 29px;
    display: block;
    color: inherit;
    position: relative;
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease, color 0.3s ease;
}

.center-filter-btn .filter-img-svg {
    width: 31px;
    height: 21px;
    display: block;
    color: inherit;
    position: relative;
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease, color 0.3s ease;
}

.center-filter-btn:hover {
    transform: translateY(-3px) scale(1.08);
    border-color: rgba(201, 147, 38, 0.7);
    color: #6b4905;
    box-shadow: 0 12px 30px rgba(139, 102, 22, 0.2), 0 0 16px rgba(201, 147, 38, 0.25), inset 0 1.5px 2px rgba(255, 255, 255, 1);
}

.center-filter-btn.active {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 246, 233, 0.85) 45%, rgba(201, 147, 38, 0.35) 100%);
    border: 2px solid #8b6616;
    color: #5a3a03;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 14px 34px rgba(139, 102, 22, 0.26), 0 0 20px rgba(201, 147, 38, 0.38), inset 0 1.5px 3px rgba(255, 255, 255, 1);
}

.center-filter-btn.active .filter-icon-svg,
.center-filter-btn.active .filter-img-svg {
    color: #5a3a03;
    transform: scale(1.06);
    filter: drop-shadow(0 2px 8px rgba(139, 102, 22, 0.4));
}

.center-media-card.is-filtered-out {
    display: none !important;
}

.founder-center-masonry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: start;
    width: 100%;
}

.center-masonry-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Media Cards in Original Ratio with Liquid Glass & Gold Theme */
.center-media-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(253, 248, 238, 0.88) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    box-shadow: 0 12px 32px rgba(139, 102, 22, 0.15), inset 0 1px 2px rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.center-media-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: var(--gold-accent-color);
    box-shadow: 0 18px 40px rgba(139, 102, 22, 0.25), 0 0 16px rgba(201, 147, 38, 0.3);
}

.card-media-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* Original Aspect Ratios */
.card-media-box.ratio-reel {
    aspect-ratio: 9 / 16;
}

.card-media-box.ratio-landscape {
    aspect-ratio: 16 / 9;
}

.card-media-box.ratio-standard {
    aspect-ratio: 4 / 3;
}

.card-media-box.ratio-square {
    aspect-ratio: 1 / 1;
}

.center-media-card img,
.center-media-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.center-media-card:hover img,
.center-media-card:hover video {
    transform: scale(1.05);
}

/* Golden Reel Icon Badge */
.center-media-card .reel-tag-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd875;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.85));
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}

.center-media-card .reel-custom-vid-icon {
    width: 22px;
    height: 22px;
    display: block;
}

.center-media-card:hover .reel-tag-icon {
    transform: scale(1.18);
    filter: drop-shadow(0 0 8px rgba(255, 216, 117, 0.9));
}

/* Center Play Button Overlay */
.center-media-card .poster-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 4;
    background: rgba(4, 20, 30, 0.22);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.center-media-card:hover .poster-play-overlay {
    background: rgba(4, 20, 30, 0.08);
    opacity: 1;
}

.center-media-card .poster-play-svg {
    width: 48px;
    height: 48px;
    color: #ffd875;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.75));
    transition: transform 0.3s ease;
}

.center-media-card:hover .poster-play-svg {
    transform: scale(1.12);
}

/* Media Card Info Overlay - Matching Warm Gold/Silk Theme */
.center-media-card .card-info-box {
    padding: 12px 14px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 241, 226, 0.98) 100%);
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-top: 1px solid rgba(201, 147, 38, 0.25);
}

.center-media-card .card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--gold-text-color);
    line-height: 1.3;
    margin: 0;
}

.center-media-card .card-meta {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    color: var(--body-text-dark);
    line-height: 1.35;
}

/* =========================================================
   MEDIA LIGHTBOX / VIDEO MODAL PLAYER (EXACT SPARKS PAGE UI)
   ========================================================= */
.sparks-modal-player,
.founder-media-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
}

.sparks-modal-player.open,
.founder-media-modal.open,
.founder-media-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 20, 32, 0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.modal-close-btn {
    position: fixed;
    top: 24px;
    right: 28px;
    z-index: 30;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(201, 147, 38, 0.4);
    color: #ffffff;
    font-size: 28px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    backdrop-filter: blur(10px);
}

.modal-close-btn:hover {
    background: #d4af37;
    color: #043A5B;
    transform: rotate(90deg) scale(1.08);
    border-color: #ffd875;
}

.modal-layout-container {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: 1060px;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    animation: modalFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalFadeIn {
    0% { transform: scale(0.95); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.modal-video-wrapper {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-video-frame {
    position: relative;
    height: 82vh;
    max-height: 740px;
    min-height: 420px;
    aspect-ratio: 9 / 16;
    border-radius: 22px;
    overflow: hidden;
    background: #000000;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 35px rgba(201, 147, 38, 0.25);
    border: 2px solid rgba(201, 147, 38, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-video-frame.ratio-landscape {
    aspect-ratio: 16 / 9;
    max-width: 720px;
    height: auto;
    max-height: 80vh;
}

.modal-video-frame.ratio-standard {
    aspect-ratio: 4 / 3;
    max-width: 650px;
    height: auto;
    max-height: 80vh;
}

.modal-video-elem {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #000000;
}

.modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
    background: rgba(4, 58, 91, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(201, 147, 38, 0.6);
    color: #ffd875;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.modal-nav-btn:hover {
    background: #d4af37;
    color: #043A5B;
    transform: translateY(-50%) scale(1.12);
    border-color: #ffffff;
}

.modal-nav-prev {
    left: -24px;
}

.modal-nav-next {
    right: -24px;
}

.modal-nav-btn svg {
    width: 22px;
    height: 22px;
}

.modal-details-side {
    flex: 1 1 360px;
    max-width: 480px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.modal-badge-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #ffd875;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

.modal-video-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.modal-video-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15.5px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

@media (max-width: 860px) {
    .modal-layout-container {
        flex-direction: column;
        gap: 20px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-video-frame {
        height: 58vh;
        max-height: 480px;
    }

    .modal-details-side {
        max-width: 100%;
        text-align: center;
        align-items: center;
        padding: 0 10px 16px;
    }

    .modal-nav-prev {
        left: 8px;
    }

    .modal-nav-next {
        right: 8px;
    }
}

/* =========================================================
   SCREEN 5: FINALE QUOTE SCREEN (Transparent overlay on Fixed Hero Canvas)
   ========================================================= */
.founder-finale-screen {
    position: relative;
    z-index: 5;
    width: 100vw;
    min-height: 100vh;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0;
    box-sizing: border-box;
}

.founder-finale-left-content {
    width: 55vw;
    padding-left: 6vw;
    padding-right: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transform: translateX(3.5vw);
    position: relative;
    z-index: 5;
}

.founder-finale-quote-text {
    font-family: 'Great Vibes', 'Alex Brush', cursive;
    font-size: clamp(2.4rem, 4.4vw, 5rem);
    font-weight: 400;
    color: var(--gold-script-color);
    line-height: 1.18;
    margin: 0 0 26px 0;
    text-align: center;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px var(--gold-script-glow);
}

.founder-finale-left-content .founder-gold-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-accent-color), transparent);
    margin: 0 auto 20px;
}

.founder-finale-author {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.25rem, 2.35vw, 2.75rem);
    font-weight: 700;
    color: var(--gold-text-color);
    letter-spacing: 0.3px;
    margin: 0;
    line-height: 1.25;
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    body header.navbar.founder-nav-left,
    header.navbar.founder-nav-left {
        gap: 12px !important;
        padding: 12px 2.5vw !important;
    }
    .founder-left-content,
    .founder-finale-left-content {
        width: 58vw;
        padding-left: 4vw;
        transform: translateX(1.5vw);
    }
    .founder-fixed-image-col,
    .founder-finale-image-col {
        max-width: 48vw;
    }
    .founder-engineering-container,
    .founder-career-container,
    .founder-mission-container,
    .founder-center-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .founder-center-section {
        height: auto;
        min-height: 100vh;
        max-height: none;
        overflow: visible;
        padding: 80px 4vw 60px;
    }
    .founder-center-left {
        position: relative;
        top: 0;
        height: auto;
        padding-right: 0;
    }
    .founder-center-right {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }
    .founder-milestone-grid,
    .founder-career-highlights,
    .founder-mission-milestones,
    .founder-center-milestones {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body header.navbar.founder-nav-left,
    header.navbar.founder-nav-left {
        position: relative !important;
        width: 100% !important;
        justify-content: space-between !important;
        padding: 12px 16px !important;
    }
    .founder-fixed-image-col,
    .founder-finale-image-col {
        position: relative;
        height: 50vh;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }
    .founder-person-img,
    .founder-finale-image-col .founder-person-img {
        height: 50vh;
        object-position: bottom center;
    }
    .founder-left-content,
    .founder-finale-left-content {
        width: 100%;
        padding: 20px;
        transform: none;
    }
    .founder-title-group {
        min-height: auto;
        padding: 40px 0 20px;
    }
    .founder-desc-group {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .founder-finale-screen {
        flex-direction: column;
        padding: 40px 0 0;
    }
    .founder-engineering-section,
    .founder-career-section,
    .founder-mission-section,
    .founder-center-section,
    .founder-technology-section {
        padding: 60px 20px;
    }
    .founder-milestone-grid,
    .founder-career-highlights,
    .founder-mission-milestones,
    .founder-center-milestones,
    .founder-technology-milestones {
        grid-template-columns: 1fr;
    }
    .founder-center-masonry {
        grid-template-columns: 1fr;
    }
    .founder-countries-popup {
        width: calc(100vw - 40px);
        max-width: 480px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
    }
    .founder-countries-card:hover .founder-countries-popup,
    .founder-countries-card:focus-within .founder-countries-popup,
    .founder-countries-card.is-open .founder-countries-popup {
        transform: translateX(-50%) translateY(0);
    }
    .founder-countries-popup::after {
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .countries-popup-list {
        grid-template-columns: repeat(2, 1fr);
        max-height: 220px;
        overflow-y: auto;
    }
}

/* =========================================================
   SCREEN 8: HARNESSING TECHNOLOGY IN SERVICE OF THE SPIRIT / INNERGY APP
   ========================================================= */
.founder-technology-section {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 85px 5vw 30px;
    box-sizing: border-box;
    background-color: #051019;
    background-image: url('../images/founder-career-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    box-shadow: 0 -25px 60px rgba(0, 0, 0, 0.5), 0 25px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.innergy-brand-header {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.innergy-header-logo {
    width: 38px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 3px 10px rgba(13, 148, 136, 0.28));
}

.innergy-brand-name {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.45rem, 1.85vw, 1.95rem);
    font-weight: 800;
    color: #0b5563;
    letter-spacing: -0.4px;
    line-height: 1;
    display: flex;
    align-items: center;
}

/* Teal Color System for Screen 8 (Technology & Innergy Section) */
.founder-technology-section .founder-center-script {
    color: #0d8296;
    text-shadow: 0 2px 14px rgba(14, 116, 144, 0.22);
}

.founder-technology-section .founder-center-title {
    color: #0b5563;
    -webkit-text-fill-color: #0b5563;
}

.founder-technology-section .founder-center-body p strong {
    color: #082d36;
}

.founder-technology-section .founder-center-body p em {
    color: #0d9488;
}

.founder-technology-section .founder-center-milestone-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(240, 253, 250, 0.75) 50%, rgba(20, 184, 166, 0.2) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(11, 85, 99, 0.12), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
}

.founder-technology-section .founder-center-milestone-card:hover {
    border-color: rgba(13, 148, 136, 0.75);
    box-shadow: 0 18px 40px rgba(11, 85, 99, 0.2), 0 0 20px rgba(20, 184, 166, 0.25);
}

.founder-technology-section .founder-center-milestone-card .highlight-badge {
    color: #0e7490;
    background: rgba(14, 116, 144, 0.12);
    border: 1px solid rgba(14, 116, 144, 0.3);
}

.founder-technology-section .founder-center-milestone-card .highlight-title {
    color: #0b5563;
}

.founder-technology-section .founder-center-milestone-card .highlight-desc {
    color: #334e56;
}

/* Innergy Reels Feed - Teal Scrollbar & Theme */
.founder-technology-section .innergy-reels-right {
    scrollbar-color: #0d8296 rgba(14, 116, 144, 0.1);
}

.founder-technology-section .innergy-reels-right::-webkit-scrollbar-track {
    background: rgba(14, 116, 144, 0.08);
}

.founder-technology-section .innergy-reels-right::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #14b8a6 0%, #0e7490 100%);
    box-shadow: 0 0 8px rgba(14, 116, 144, 0.35);
}

.founder-technology-section .center-media-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(240, 253, 250, 0.9) 100%);
    border: 1.5px solid rgba(20, 184, 166, 0.35);
    box-shadow: 0 12px 32px rgba(11, 85, 99, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.founder-technology-section .center-media-card:hover {
    border-color: #0d9488;
    box-shadow: 0 18px 40px rgba(11, 85, 99, 0.22), 0 0 16px rgba(20, 184, 166, 0.3);
}

.founder-technology-section .center-media-card .card-info-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 253, 250, 0.98) 100%);
    border-top: 1px solid rgba(20, 184, 166, 0.25);
}

.founder-technology-section .center-media-card .card-title {
    color: #0b5563;
}

.founder-technology-section .center-media-card .card-meta {
    color: #476269;
}

.founder-technology-section .center-media-card .reel-tag-icon {
    color: #2dd4bf;
}

.founder-technology-section .center-media-card:hover .reel-tag-icon {
    filter: drop-shadow(0 0 8px rgba(45, 212, 191, 0.9));
}

.founder-technology-section .center-media-card .poster-play-svg {
    color: #2dd4bf;
}

.innergy-store-badges {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.innergy-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #0f1c24;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    padding: 7px 15px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.innergy-store-btn:hover {
    transform: translateY(-2px) scale(1.03);
    background: #192a36;
    border-color: #2dd4bf;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4), 0 0 14px rgba(45, 212, 191, 0.35);
}

.innergy-store-btn .store-svg-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
}

.innergy-store-btn .store-btn-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.innergy-store-btn .store-btn-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.56rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    opacity: 0.85;
}

.innergy-store-btn .store-btn-main {
    font-family: 'Outfit', sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: -0.2px;
}

@media (max-width: 1024px) {
    .founder-technology-section {
        height: auto;
        min-height: 100vh;
        max-height: none;
        overflow: visible;
        padding: 80px 4vw 60px;
    }
}

/* =========================================================
   SCREEN 9 & 10: UNIFIED CONTINUOUS SEAMLESS BACKGROUND WRAPPER
   (Science Meets Spirit & Universal Vision: Conferences, Education, Global Service)
   ========================================================= */
.founder-legacy-vision-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #f7f4ed;
    background-image: url('../images/4323242.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 -25px 60px rgba(0, 0, 0, 0.25);
    overflow: visible;
}

.founder-legacy-section {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 5vw 60px;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.legacy-content-container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

/* 1. Header & Lead Narrative with Featured Glimpse */
.legacy-hero-row {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 45px;
    align-items: center;
    width: 100%;
}

.legacy-header-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.legacy-script-tag {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.4rem, 3.8vw, 4.4rem);
    color: var(--gold-script-color);
    text-shadow: 0 2px 14px rgba(139, 102, 22, 0.25);
    margin: 0 0 4px 0;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

.legacy-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.4vw, 3.6rem);
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.legacy-lead-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(253, 248, 238, 0.88) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    border-radius: 22px;
    padding: 26px 30px;
    box-shadow: 0 14px 38px rgba(139, 102, 22, 0.12), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.legacy-lead-card p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.95rem, 1.04vw, 1.1rem);
    line-height: 1.72;
    color: var(--body-text-dark);
    margin: 0;
    text-align: justify;
}

.legacy-lead-card p strong {
    color: #201708;
    font-weight: 700;
}

.legacy-lead-card p em {
    color: var(--gold-accent-color);
    font-style: italic;
}

/* Featured Opening Glimpse Card */
.legacy-glimpse-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 248, 238, 0.9) 100%);
    border: 2px solid rgba(201, 147, 38, 0.45);
    box-shadow: 0 20px 50px rgba(139, 102, 22, 0.18), inset 0 1.5px 3px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.legacy-glimpse-card:hover {
    transform: translateY(-6px) scale(1.015);
    border-color: var(--gold-accent-color);
    box-shadow: 0 26px 60px rgba(139, 102, 22, 0.28), 0 0 24px rgba(201, 147, 38, 0.35);
}

.legacy-glimpse-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #110d06;
}

.legacy-glimpse-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.legacy-glimpse-card:hover .legacy-glimpse-img-wrap img {
    transform: scale(1.05);
}

.legacy-glimpse-caption {
    padding: 16px 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 241, 226, 0.98) 100%);
    border-top: 1px solid rgba(201, 147, 38, 0.25);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.legacy-glimpse-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--gold-text-color);
    margin: 0;
    line-height: 1.3;
}

.legacy-glimpse-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.8rem;
    color: var(--body-text-dark);
    margin: 0;
    line-height: 1.4;
}

/* Section Sub-headings */
.legacy-sub-header {
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.legacy-sub-script {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    color: var(--gold-script-color);
    margin-bottom: 2px;
    line-height: 1.15;
}

.legacy-sub-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.5rem, 2.2vw, 2.3rem);
    font-weight: 800;
    color: var(--gold-text-color);
    letter-spacing: -0.3px;
    margin: 0;
}

/* 2. Best-Selling Books Showcase Grid */
.legacy-books-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    width: 100%;
}

.legacy-book-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(253, 248, 238, 0.88) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    border-radius: 22px;
    padding: 26px 20px 22px;
    box-shadow: 0 12px 32px rgba(139, 102, 22, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.legacy-book-card::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
    animation: liquidShimmer 8s infinite linear;
    pointer-events: none;
}

.legacy-book-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: var(--gold-accent-color);
    box-shadow: 0 20px 48px rgba(139, 102, 22, 0.24), 0 0 24px rgba(201, 147, 38, 0.3);
}

.legacy-book-cover-wrap {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
    perspective: 800px;
}

.legacy-book-img {
    max-height: 100%;
    max-width: 175px;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: -4px 8px 24px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.legacy-book-card:hover .legacy-book-img {
    transform: rotateY(-10deg) scale(1.05) translateY(-3px);
    box-shadow: -8px 14px 32px rgba(0, 0, 0, 0.38), 0 4px 10px rgba(0, 0, 0, 0.2);
}

.legacy-book-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.25;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}

.legacy-book-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    line-height: 1.55;
    color: var(--body-text-dark);
    margin: 0 0 16px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}

.legacy-book-platforms {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 2;
}

.legacy-platform-pill {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    color: #4a3e2e;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(201, 147, 38, 0.25);
    border-radius: 6px;
    padding: 2px 8px;
}

/* 3. Global Media & Metrics Bar */
.legacy-metrics-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
}

.legacy-metric-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(253, 246, 233, 0.7) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 10px 28px rgba(139, 102, 22, 0.1), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.legacy-metric-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 147, 38, 0.6);
}

.legacy-metric-num {
    font-family: 'Outfit', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.1;
}

.legacy-metric-lbl {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem;
    color: var(--body-text-dark);
    line-height: 1.35;
}

/* 4. Spiritual Discourses & Global Broadcasts (4 Cards Grid) */
.legacy-discourses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

/* 5. IIT Madras & Academic Landmark Section */
.legacy-iitm-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 248, 238, 0.9) 60%, rgba(201, 147, 38, 0.16) 100%);
    border: 2px solid rgba(201, 147, 38, 0.45);
    border-radius: 26px;
    padding: 38px 42px;
    box-shadow: 0 18px 50px rgba(139, 102, 22, 0.15), inset 0 1.5px 3px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.legacy-iitm-card::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.4) 50%, transparent 60%);
    animation: liquidShimmer 9s infinite linear;
    pointer-events: none;
}

.legacy-iitm-header {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.legacy-iitm-logo {
    width: 65px;
    height: 65px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 12px rgba(139, 102, 22, 0.2));
}

.legacy-iitm-header-text {
    display: flex;
    flex-direction: column;
}

.legacy-iitm-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7a5408;
    background: rgba(201, 147, 38, 0.18);
    border: 1px solid rgba(201, 147, 38, 0.4);
    padding: 3px 10px;
    border-radius: 999px;
    align-self: flex-start;
    margin-bottom: 6px;
}

.legacy-iitm-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.4rem, 1.8vw, 1.95rem);
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.3px;
}

.legacy-iitm-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.legacy-iitm-body p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.92rem, 1.02vw, 1.05rem);
    line-height: 1.72;
    color: var(--body-text-dark);
    margin: 0;
    text-align: justify;
}

.legacy-iitm-body p strong {
    color: #201708;
    font-weight: 700;
}

.legacy-iitm-body p em {
    color: var(--gold-accent-color);
    font-style: italic;
}

/* University Addresses Grid inside IIT Madras section */
.legacy-uni-videos-wrap {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(201, 147, 38, 0.25);
    padding-top: 24px;
}

.legacy-uni-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.legacy-uni-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--gold-text-color);
    margin: 0;
}

.legacy-uni-videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    width: 100%;
}

/* Universal Video Cards */
.legacy-video-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(253, 248, 238, 0.9) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    box-shadow: 0 12px 32px rgba(139, 102, 22, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
}

.legacy-video-card:hover {
    transform: translateY(-6px) scale(1.02);
    border-color: var(--gold-accent-color);
    box-shadow: 0 18px 44px rgba(139, 102, 22, 0.22), 0 0 20px rgba(201, 147, 38, 0.3);
}

.legacy-video-thumb-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.legacy-video-thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.legacy-video-card:hover .legacy-video-thumb-box img {
    transform: scale(1.06);
}

.legacy-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 4;
    background: rgba(4, 20, 30, 0.22);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.legacy-video-card:hover .legacy-play-overlay {
    background: rgba(4, 20, 30, 0.08);
    opacity: 1;
}

.legacy-play-svg {
    width: 48px;
    height: 48px;
    color: #ffd875;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.75));
    transition: transform 0.3s ease;
}

.legacy-video-card:hover .legacy-play-svg {
    transform: scale(1.15);
}

.legacy-video-info-box {
    padding: 14px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 241, 226, 0.98) 100%);
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid rgba(201, 147, 38, 0.25);
    flex-grow: 1;
}

.legacy-video-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.3;
    margin: 0;
}

.legacy-video-meta {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #7a5408;
    line-height: 1.35;
}

.legacy-video-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--body-text-dark);
    margin: 4px 0 0;
}

/* Responsive Rules for Screen 9 */
@media (max-width: 1200px) {
    .legacy-hero-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .legacy-books-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .legacy-discourses-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .legacy-metrics-bar {
        grid-template-columns: repeat(2, 1fr);
    }
    .legacy-iitm-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .founder-legacy-section {
        padding: 70px 20px 60px;
    }
    .legacy-content-container {
        gap: 45px;
    }
    .legacy-hero-row {
        grid-template-columns: 1fr;
    }
    .legacy-books-grid {
        grid-template-columns: 1fr;
    }
    .legacy-discourses-grid {
        grid-template-columns: 1fr;
    }
    .legacy-uni-videos-grid {
        grid-template-columns: 1fr;
    }
    .legacy-metrics-bar {
        grid-template-columns: 1fr;
    }
    .legacy-iitm-card {
        padding: 24px 20px;
    }
    .legacy-iitm-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* =========================================================
   SCREEN 10: A UNIVERSAL VISION — CONFERENCES, EDUCATION & GLOBAL SERVICE
   ========================================================= */
.founder-vision-section {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 5vw 100px;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.vision-silk-overlay {
    display: none;
}

.vision-content-container {
    position: relative;
    z-index: 2;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

/* 1. Header & Lead Narrative */
.vision-header-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1050px;
    margin: 0 auto;
}

.vision-script-tag {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.4rem, 3.8vw, 4.4rem);
    color: var(--gold-script-color);
    text-shadow: 0 2px 14px rgba(139, 102, 22, 0.25);
    margin: 0 0 4px 0;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

.vision-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.4vw, 3.6rem);
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.vision-lead-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(253, 248, 238, 0.88) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    border-radius: 22px;
    padding: 26px 36px;
    box-shadow: 0 14px 38px rgba(139, 102, 22, 0.12), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.vision-lead-card p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.98rem, 1.06vw, 1.12rem);
    line-height: 1.76;
    color: var(--body-text-dark);
    margin: 0;
    text-align: center;
}

/* 2. Three Majestic Pillars Grid */
.vision-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%;
}

.vision-pillar-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 248, 238, 0.9) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    border-radius: 24px;
    padding: 34px 28px;
    box-shadow: 0 14px 36px rgba(139, 102, 22, 0.12), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.vision-pillar-card::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
    animation: liquidShimmer 8.5s infinite linear;
    pointer-events: none;
}

.vision-pillar-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: var(--gold-accent-color);
    box-shadow: 0 22px 52px rgba(139, 102, 22, 0.22), 0 0 24px rgba(201, 147, 38, 0.28);
}

.vision-pillar-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1c1407 0%, #3a2a12 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd875;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.vision-pillar-icon-box svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.vision-pillar-kicker {
    font-family: 'Outfit', sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8b6616;
}

.vision-pillar-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.3px;
}

.vision-pillar-body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.92rem;
    line-height: 1.68;
    color: var(--body-text-dark);
    margin: 0;
    text-align: justify;
    flex-grow: 1;
}

.vision-quote-callout {
    background: rgba(201, 147, 38, 0.08);
    border-left: 3px solid #c99326;
    border-radius: 0 12px 12px 0;
    padding: 12px 16px;
    margin-top: 4px;
}

.vision-quote-callout p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    font-style: italic;
    line-height: 1.55;
    color: #2b1f09;
    margin: 0;
}

.vision-pillar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.vision-tag-pill {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: #63450e;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(201, 147, 38, 0.35);
    border-radius: 8px;
    padding: 4px 10px;
}

/* 3. Comprehensive Visual Archives Horizontal Marquee Ticker */
.vision-gallery-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.vision-marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px 0 25px;
    mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

.vision-marquee-track {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    animation: visionTickerScroll 42s linear infinite;
    will-change: transform;
}

.vision-marquee-wrapper:hover .vision-marquee-track {
    animation-play-state: paused;
}

@keyframes visionTickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 11px));
    }
}

.vision-photo-card {
    position: relative;
    width: 320px;
    aspect-ratio: 16 / 10.5;
    flex-shrink: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #110d06;
    border: 1.5px solid rgba(201, 147, 38, 0.4);
    box-shadow: 0 10px 28px rgba(139, 102, 22, 0.14), inset 0 1px 2px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
    display: block;
}

.vision-photo-card:hover {
    transform: translateY(-8px) scale(1.04);
    border-color: var(--gold-accent-color);
    box-shadow: 0 20px 48px rgba(139, 102, 22, 0.3), 0 0 24px rgba(201, 147, 38, 0.35);
}

.vision-photo-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #110d06;
}

.vision-photo-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.vision-photo-card:hover .vision-photo-img-wrap img {
    transform: scale(1.08);
}

/* Responsive Rules for Screen 10 */
@media (max-width: 1200px) {
    .vision-pillars-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .vision-photo-card {
        width: 290px;
    }
}

@media (max-width: 768px) {
    .founder-vision-section {
        padding: 70px 20px 60px;
    }
    .vision-content-container {
        gap: 45px;
    }
    .vision-lead-card {
        padding: 20px 18px;
    }
    .vision-photo-card {
        width: 270px;
    }
}

/* =========================================================
   SCREEN 11: GLOBAL RECOGNITION AND HONOURS
   ========================================================= */
.founder-honors-section {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 5vw 110px;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.honors-content-container {
    position: relative;
    z-index: 2;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

/* 1. Header & Lead Narrative */
.honors-header-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1050px;
    margin: 0 auto;
}

.honors-script-tag {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.4rem, 3.8vw, 4.4rem);
    color: var(--gold-script-color);
    text-shadow: 0 2px 14px rgba(139, 102, 22, 0.25);
    margin: 0 0 4px 0;
    font-weight: 400;
    line-height: 1.15;
}

.honors-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 3.4vw, 3.6rem);
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.15;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}

.honors-lead-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 248, 238, 0.9) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    border-radius: 22px;
    padding: 26px 36px;
    box-shadow: 0 14px 38px rgba(139, 102, 22, 0.12), inset 0 1.5px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1rem, 1.18vw, 1.14rem);
    line-height: 1.75;
    color: var(--body-text-dark);
}

/* 2. Four Pillars Grid */
.honors-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
}

.honors-pillar-card {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(253, 248, 238, 0.9) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.35);
    border-radius: 24px;
    padding: 34px 30px 30px;
    box-shadow: 0 12px 34px rgba(139, 102, 22, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.honors-pillar-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-accent-color);
    box-shadow: 0 20px 48px rgba(139, 102, 22, 0.22), 0 0 24px rgba(201, 147, 38, 0.25);
}

.honors-pillar-icon-box {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(201, 147, 38, 0.2) 0%, rgba(245, 219, 142, 0.4) 100%);
    border: 1.5px solid rgba(201, 147, 38, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(139, 102, 22, 0.15);
}

.honors-pillar-icon-box svg {
    width: 28px;
    height: 28px;
    fill: var(--gold-text-color);
}

.honors-pillar-kicker {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8b6616;
    display: block;
    margin-bottom: 4px;
}

.honors-pillar-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--gold-text-color);
    line-height: 1.25;
    margin: 0;
}

.honors-pillar-body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.96rem;
    line-height: 1.7;
    color: var(--body-text-dark);
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.honors-pillar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(201, 147, 38, 0.2);
}

.honors-tag-pill {
    display: inline-flex;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: #634304;
    background: rgba(201, 147, 38, 0.12);
    border: 1px solid rgba(201, 147, 38, 0.3);
    border-radius: 50px;
    padding: 4px 12px;
}

/* 3. Infinite Horizontal Marquee Ticker for Awards */
.awards-gallery-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.awards-marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px 0 25px;
    mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

.awards-marquee-track {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    animation: awardsTickerScroll 60s linear infinite;
    will-change: transform;
}

.awards-marquee-wrapper:hover .awards-marquee-track {
    animation-play-state: paused;
}

@keyframes awardsTickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 11px));
    }
}

.awards-photo-card {
    position: relative;
    width: 320px;
    aspect-ratio: 16 / 10.5;
    flex-shrink: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #110d06;
    border: 1.5px solid rgba(201, 147, 38, 0.4);
    box-shadow: 0 10px 28px rgba(139, 102, 22, 0.14), inset 0 1px 2px rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
    display: block;
}

.awards-photo-card:hover {
    transform: translateY(-8px) scale(1.04);
    border-color: var(--gold-accent-color);
    box-shadow: 0 20px 48px rgba(139, 102, 22, 0.3), 0 0 24px rgba(201, 147, 38, 0.35);
}

.awards-photo-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #110d06;
}

.awards-photo-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.awards-photo-card:hover .awards-photo-img-wrap img {
    transform: scale(1.08);
}

/* Responsive Rules for Screen 11 */
@media (max-width: 1200px) {
    .honors-pillars-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .awards-photo-card {
        width: 290px;
    }
}

@media (max-width: 768px) {
    .founder-honors-section {
        padding: 60px 20px 70px;
    }
    .honors-content-container {
        gap: 45px;
    }
    .honors-lead-card {
        padding: 20px 18px;
    }
    .awards-photo-card {
        width: 270px;
    }
}



