/* ═══ Our Founder — ultra luxury profile page ═══ */

/* Banner uses .about-banner--solid from about-page.css (same as About Us) */
.founder-banner__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}
.founder-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.founder-breadcrumb a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.3s;
}
.founder-breadcrumb a:hover {
    color: var(--saffron-light, #f0d48a);
}
.founder-breadcrumb span {
    color: rgba(255, 255, 255, 0.35);
}
.founder-breadcrumb span[aria-current] {
    color: var(--saffron, #d4a84b);
}
.founder-banner .about-banner__title {
    margin-bottom: 0.5rem;
}
.founder-banner__subtitle {
    max-width: 560px;
    margin: 0 auto;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

/* Profile section — centered premium layout */
.founder-profile--premium {
    position: relative;
    padding: clamp(2.25rem, 4.5vw, 3.25rem) 0 clamp(2.25rem, 4vw, 3rem);
    margin-top: 0;
    background: linear-gradient(180deg, #fff 0%, #faf8f5 55%, #f5f0e8 100%);
    overflow: hidden;
}
.founder-profile__decor {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(212, 168, 75, 0.08), transparent 45%),
        radial-gradient(circle at 20% 80%, rgba(26, 47, 107, 0.04), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(26, 47, 107, 0.04), transparent 40%);
    pointer-events: none;
}
.founder-profile__shell {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}

/* Centered portrait */
.founder-portrait--center {
    width: min(100%, 320px);
    margin: 0 auto 2rem;
    padding: 0 0 1.75rem;
    text-align: center;
    position: relative;
    z-index: 2;
}
.founder-portrait--center .founder-portrait__glow {
    inset: -12%;
    background: radial-gradient(circle, rgba(212, 168, 75, 0.28), transparent 68%);
}
.founder-portrait__ring {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(212, 168, 75, 0.35);
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.9),
        0 0 0 8px rgba(26, 47, 107, 0.08);
    pointer-events: none;
    z-index: 0;
}
.founder-portrait--center .founder-portrait__frame {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(145deg, var(--saffron, #d4a84b), var(--navy-dark, #0f1d45) 55%, var(--navy, #1a2f6b));
    box-shadow:
        0 24px 56px rgba(15, 29, 69, 0.22),
        0 0 0 1px rgba(212, 168, 75, 0.25);
}
.founder-portrait--center .founder-portrait__frame img,
.founder-portrait--center .founder-portrait__placeholder {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}
.founder-portrait--center .founder-portrait__placeholder {
    font-size: 3.5rem;
}
.founder-portrait--center .founder-portrait__badge {
    bottom: 0;
    z-index: 2;
    padding: 0.55rem 1.25rem;
    font-size: 0.68rem;
    box-shadow: 0 10px 28px rgba(212, 168, 75, 0.45);
}

/* Centered story */
.founder-story--center {
    text-align: center;
}
.founder-story--center .founder-eyebrow {
    margin-bottom: 0.65rem;
}
.founder-story__divider {
    width: 72px;
    height: 3px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(90deg, transparent, var(--saffron, #d4a84b), transparent);
    border-radius: 3px;
}
.founder-story--center .founder-story__title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
}
.founder-story--center .founder-story__card {
    text-align: left;
    border-left: none;
    border-top: 4px solid var(--saffron, #d4a84b);
    padding: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1.5rem;
    box-shadow:
        0 20px 50px rgba(15, 29, 69, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.founder-story--center .founder-quote {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 1.35rem 1.5rem 1.35rem 3.25rem;
    background: #fff;
    box-shadow: 0 12px 36px rgba(15, 29, 69, 0.07);
}
.founder-story--center .founder-signature {
    text-align: center;
    font-family: var(--font-heading);
    font-style: italic;
    color: var(--navy, #1a2f6b);
    font-size: 1rem;
}

.founder-portrait {
    position: relative;
}
.founder-portrait__glow {
    position: absolute;
    inset: 0;
    filter: blur(20px);
    pointer-events: none;
}
.founder-portrait__frame {
    overflow: hidden;
}
.founder-portrait__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #5c6f8a, #4a5d78);
    color: rgba(255, 255, 255, 0.3);
}
.founder-portrait__badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--saffron, #d4a84b), #c4922e);
    color: var(--navy-dark, #0f1d45);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 100px;
    white-space: nowrap;
}
.founder-portrait__badge i {
    font-size: 1rem;
}
.founder-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--saffron-dark, #b8862e);
    margin-bottom: 0.75rem;
}
.founder-eyebrow--light {
    color: rgba(255, 255, 255, 0.65);
}
.founder-story__title {
    font-family: var(--font-heading);
    font-size: clamp(1.85rem, 3.5vw, 2.65rem);
    font-weight: 700;
    color: var(--navy-dark, #0f1d45);
    line-height: 1.2;
    margin-bottom: 1rem;
}
.founder-story__title em {
    font-style: italic;
    color: var(--saffron-dark, #b8862e);
    font-weight: 600;
}
.founder-story__card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
    box-shadow: 0 16px 48px rgba(15, 29, 69, 0.08);
    border: 1px solid rgba(26, 47, 107, 0.06);
    border-left: 4px solid var(--saffron, #d4a84b);
    margin-bottom: 1.25rem;
}
.founder-story__content {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #4a5568;
}
.founder-story__content p {
    margin-bottom: 1rem;
}
.founder-story__content p:last-child {
    margin-bottom: 0;
}
.founder-quote {
    position: relative;
    margin: 0 0 1rem;
    padding: 1.15rem 1.25rem 1.15rem 3rem;
    background: linear-gradient(135deg, rgba(26, 47, 107, 0.04), rgba(212, 168, 75, 0.08));
    border-radius: 16px;
    border: 1px solid rgba(212, 168, 75, 0.2);
}
.founder-quote__icon {
    position: absolute;
    left: 1.1rem;
    top: 1.1rem;
    font-size: 1.75rem;
    color: var(--saffron, #d4a84b);
    opacity: 0.7;
}
.founder-quote p {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-style: italic;
    color: var(--navy, #1a2f6b);
    line-height: 1.55;
}
.founder-signature {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6b5b4f;
    letter-spacing: 0.02em;
}

/* Pillars */
.founder-pillars {
    padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
    background: linear-gradient(165deg, var(--navy-dark, #0f1d45) 0%, var(--navy, #1a2f6b) 100%);
    position: relative;
    overflow: hidden;
}
.founder-pillars::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle, rgba(212, 168, 75, 0.12), transparent 70%);
    pointer-events: none;
}
.founder-pillars__head {
    margin-bottom: 1.5rem;
    position: relative;
}
.founder-pillars__title {
    font-family: var(--font-heading);
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.founder-pillar-card {
    height: 100%;
    padding: 1.5rem 1.35rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s, box-shadow 0.4s;
}
.founder-pillar-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 168, 75, 0.45);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
}
.founder-pillar-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--saffron, #d4a84b), #c4922e);
    color: var(--navy-dark, #0f1d45);
    font-size: 1.35rem;
    margin: 0 auto 1.25rem;
}
.founder-pillar-card h3 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}
.founder-pillar-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}

/* Timeline */
.founder-timeline {
    padding: clamp(2.25rem, 4.5vw, 3.25rem) 0;
    background: var(--beige, #f0ebe3);
}
.founder-timeline__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.founder-timeline__title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--navy-dark, #0f1d45);
    margin: 0 0 1.5rem;
}
.founder-timeline__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    position: relative;
}
.founder-timeline__track::before {
    content: '';
    position: absolute;
    top: 2.25rem;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--saffron, #d4a84b), transparent);
    z-index: 0;
}
.founder-milestone {
    position: relative;
    z-index: 1;
    padding: 0 0.5rem;
}
.founder-milestone__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 0.5rem 1rem;
    background: var(--navy, #1a2f6b);
    color: var(--saffron-light, #f0d48a);
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    border-radius: 100px;
    margin-bottom: 1rem;
    box-shadow: 0 8px 24px rgba(26, 47, 107, 0.2);
}
.founder-milestone__label {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5c5348;
}

/* CTA */
.founder-cta {
    padding: clamp(1.5rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 2.75rem);
    background: #fff;
}
.founder-cta__panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(135deg, var(--navy-dark, #0f1d45), var(--navy, #1a2f6b));
    border-radius: 24px;
    box-shadow: 0 24px 56px rgba(15, 29, 69, 0.25);
    border: 1px solid rgba(212, 168, 75, 0.2);
}
.founder-cta__text h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.5rem;
}
.founder-cta__text p {
    margin: 0;
    max-width: 480px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
}
.founder-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.btn-founder {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.75rem;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s;
}
.btn-founder--gold {
    background: linear-gradient(135deg, var(--saffron, #d4a84b), #c4922e);
    color: var(--navy-dark, #0f1d45) !important;
    box-shadow: 0 10px 28px rgba(212, 168, 75, 0.35);
}
.btn-founder--gold:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(212, 168, 75, 0.45);
    color: var(--navy-dark, #0f1d45) !important;
}
.btn-founder--outline {
    border: 2px solid rgba(255, 255, 255, 0.35);
    color: #fff !important;
    background: transparent;
}
.btn-founder--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-4px);
    color: #fff !important;
}

@media (max-width: 991px) {
    .founder-portrait--center {
        width: min(100%, 260px);
    }
    .founder-timeline__track {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .founder-timeline__track::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .founder-cta__panel {
        flex-direction: column;
        text-align: center;
    }
    .founder-cta__actions {
        justify-content: center;
    }
}

