/* ============================================
   FOUNDERS STORYLINE PAGE
   Dark & Elegant Theme with Gold Accents
   ============================================ */

:root {
    --fs-dark: #0f0f1a;
    --fs-dark-alt: #1a1a2e;
    --fs-dark-card: #16162b;
    --fs-gold: #c9a96e;
    --fs-gold-light: #d4b97a;
    --fs-gold-glow: rgba(201, 169, 110, 0.15);
    --fs-wine: #722F37;
    --fs-wine-light: #8e3a44;
    --fs-text: #e0ddd5;
    --fs-text-muted: #9a978f;
    --fs-white: #ffffff;
    --fs-border: rgba(201, 169, 110, 0.2);
}

/* ========== HERO SECTION ========== */
.fs-hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 40%, #1e1530 70%, #0f0f1a 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 100px;
}

.fs-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(201, 169, 110, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(114, 47, 55, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.fs-hero-subtitle {
    color: var(--fs-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fs-subtitle-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--fs-gold);
}

.fs-hero-title {
    color: var(--fs-white);
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.fs-hero-tagline {
    color: var(--fs-gold-light);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: italic;
}

.fs-hero-lead {
    color: var(--fs-text-muted);
    font-size: 17px;
    line-height: 1.8;
    max-width: 520px;
}

/* Hero Founder Image */
.fs-hero-founder-wrap {
    position: relative;
    text-align: center;
}

.fs-hero-founder-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(201, 169, 110, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.fs-hero-founder-img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--fs-gold);
    box-shadow: 0 0 60px rgba(201, 169, 110, 0.2);
    position: relative;
    z-index: 2;
}

.fs-hero-founder-label {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.fs-hero-founder-label strong {
    display: block;
    color: var(--fs-white);
    font-size: 18px;
    margin-bottom: 4px;
}

.fs-hero-founder-label span {
    color: var(--fs-gold);
    font-size: 14px;
    letter-spacing: 1px;
}

/* ========== QUOTE SECTION ========== */
.fs-quote-section {
    background: var(--fs-dark);
    padding: 100px 0;
    position: relative;
}

.fs-quote-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fs-gold), transparent);
}

.fs-quote-icon {
    color: var(--fs-gold);
    font-size: 48px;
    margin-bottom: 30px;
    opacity: 0.6;
}

.fs-blockquote {
    color: var(--fs-text);
    font-size: 22px;
    line-height: 1.8;
    font-style: italic;
    font-weight: 300;
    border: none;
    padding: 0;
    margin: 0 0 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.fs-blockquote.fs-visible,
.fs-visible .fs-blockquote {
    opacity: 1;
    transform: translateY(0);
}

.fs-quote-author {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.fs-quote-author-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--fs-gold);
}

.fs-quote-author strong {
    display: block;
    color: var(--fs-white);
    font-size: 16px;
}

.fs-quote-author span {
    color: var(--fs-gold);
    font-size: 13px;
    letter-spacing: 1px;
}

/* ========== TIMELINE SECTION ========== */
.fs-timeline-section {
    background: var(--fs-dark-alt);
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}

.fs-timeline-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 10% 30%, rgba(201, 169, 110, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 70%, rgba(114, 47, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.fs-section-subtitle {
    color: var(--fs-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.fs-section-title {
    color: var(--fs-white);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
}

.fs-section-lead {
    color: var(--fs-text-muted);
    font-size: 17px;
    line-height: 1.8;
}

/* Timeline Structure */
.fs-timeline {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}

.fs-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, var(--fs-gold) 10%, var(--fs-gold) 90%, transparent);
    transform: translateX(-50%);
}

.fs-timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fs-timeline-item.fs-timeline-left {
    flex-direction: row-reverse;
    transform: translateX(-40px);
}

.fs-timeline-item.fs-timeline-right {
    transform: translateX(40px);
}

.fs-timeline-item.fs-visible {
    opacity: 1;
    transform: translateX(0);
}

/* Timeline Marker */
.fs-timeline-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    flex-shrink: 0;
}

.fs-timeline-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--fs-dark);
    border: 3px solid var(--fs-gold);
    color: var(--fs-gold);
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0 25px rgba(201, 169, 110, 0.3);
}

/* Timeline Content */
.fs-timeline-content {
    width: calc(50% - 50px);
}

.fs-timeline-left .fs-timeline-content {
    margin-right: auto;
    padding-right: 30px;
}

.fs-timeline-right .fs-timeline-content {
    margin-left: auto;
    padding-left: 30px;
}

.fs-timeline-card {
    background: var(--fs-dark-card);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--fs-border);
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.fs-timeline-card:hover {
    border-color: var(--fs-gold);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4), 0 0 30px var(--fs-gold-glow);
    transform: translateY(-4px);
}

/* SVG Icon Headers */
.fs-timeline-icon-header {
    position: relative;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-timeline-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.fs-timeline-card:hover .fs-timeline-svg {
    filter: brightness(1.15);
}

.fs-timeline-year-badge {
    position: absolute;
    top: 10px;
    left: 12px;
    background: rgba(201, 169, 110, 0.9);
    color: var(--fs-dark);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
}

.fs-timeline-text {
    padding: 28px 28px 32px;
}

.fs-timeline-text h3 {
    color: var(--fs-white);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.fs-timeline-text p {
    color: var(--fs-text-muted);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 12px;
}

.fs-timeline-text p:last-child {
    margin-bottom: 0;
}

/* ========== FOUNDER PROFILE SECTION ========== */
.fs-founder-section {
    background: var(--fs-dark);
    padding: 100px 0;
    position: relative;
}

.fs-founder-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fs-gold), transparent);
}

.fs-founder-section .row {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.fs-founder-section .row.fs-visible {
    opacity: 1;
    transform: translateY(0);
}

.fs-founder-photo-wrap {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
}

.fs-founder-photo-frame {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--fs-border);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.fs-founder-photo {
    width: 100%;
    height: auto;
    display: block;
}

.fs-founder-photo-accent {
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border: 2px solid var(--fs-gold);
    border-radius: 20px;
    z-index: 1;
    opacity: 0.4;
}

.fs-founder-bio {
    padding-left: 20px;
}

.fs-founder-role {
    color: var(--fs-gold);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.fs-founder-bio > p {
    color: var(--fs-text-muted);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* Founder Values */
.fs-founder-values {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fs-value-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    background: var(--fs-dark-alt);
    border-radius: 12px;
    border: 1px solid var(--fs-border);
    transition: all 0.3s ease;
}

.fs-value-item:hover {
    border-color: var(--fs-gold);
    background: rgba(201, 169, 110, 0.05);
}

.fs-value-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fs-gold-glow);
    border-radius: 10px;
    color: var(--fs-gold);
    font-size: 20px;
}

.fs-value-item strong {
    display: block;
    color: var(--fs-white);
    font-size: 15px;
    margin-bottom: 4px;
}

.fs-value-item p {
    color: var(--fs-text-muted);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}

/* ========== CTA SECTION ========== */
.fs-cta-section {
    background: linear-gradient(135deg, var(--fs-dark-alt) 0%, #1e1530 50%, var(--fs-dark) 100%);
    padding: 100px 0;
    position: relative;
}

.fs-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fs-gold), transparent);
}

.fs-cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(201, 169, 110, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.fs-cta-title {
    color: var(--fs-white);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.fs-cta-text {
    color: var(--fs-text-muted);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}

.fs-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.fs-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: linear-gradient(135deg, var(--fs-gold) 0%, var(--fs-gold-light) 100%);
    color: var(--fs-dark) !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(201, 169, 110, 0.3);
}

.fs-btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 169, 110, 0.45);
    color: var(--fs-dark) !important;
}

.fs-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: transparent;
    color: var(--fs-gold) !important;
    border: 2px solid var(--fs-gold);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.fs-btn-outline:hover {
    background: var(--fs-gold-glow);
    transform: translateY(-2px);
    color: var(--fs-gold) !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .fs-hero {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .fs-hero-title {
        font-size: 40px;
    }

    .fs-hero-tagline {
        font-size: 18px;
    }

    .fs-section-title {
        font-size: 32px;
    }

    .fs-timeline-line {
        left: 24px;
    }

    .fs-timeline-item {
        flex-direction: column !important;
        padding-left: 70px;
    }

    .fs-timeline-item.fs-timeline-left,
    .fs-timeline-item.fs-timeline-right {
        transform: translateY(20px);
    }

    .fs-timeline-item.fs-visible {
        transform: translateY(0);
    }

    .fs-timeline-marker {
        left: 24px;
        top: 0;
    }

    .fs-timeline-content {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .fs-timeline-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .fs-founder-bio {
        padding-left: 0;
        margin-top: 40px;
    }

    .fs-founder-photo-wrap {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .fs-hero-title {
        font-size: 32px;
    }

    .fs-hero-tagline {
        font-size: 16px;
    }

    .fs-section-title {
        font-size: 28px;
    }

    .fs-quote-section {
        padding: 60px 0;
    }

    .fs-blockquote {
        font-size: 18px;
    }

    .fs-timeline-section {
        padding: 60px 0 80px;
    }

    .fs-timeline-icon-header {
        height: 100px;
    }

    .fs-timeline-text {
        padding: 20px;
    }

    .fs-timeline-text h3 {
        font-size: 19px;
    }

    .fs-timeline-text p {
        font-size: 14px;
    }

    .fs-founder-section {
        padding: 60px 0;
    }

    .fs-cta-section {
        padding: 60px 0;
    }

    .fs-cta-title {
        font-size: 28px;
    }

    .fs-cta-text {
        font-size: 16px;
    }

    .fs-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .fs-btn-gold,
    .fs-btn-outline {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}
