:root {
    --founder-green: #003f32;
    --founder-dark: #002b23;
    --founder-gold: #c98b2b;
    --founder-bg: #f8f5ef;
    --founder-soft: #fffaf2;
    --founder-border: #eadfce;
    --founder-muted: #667a75;
}

.founder-hero {
    height: 88vh;
    min-height: 720px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.founder-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 43, 35, .94) 0%,
            rgba(0, 63, 50, .82) 44%,
            rgba(0, 43, 35, .22) 100%
        );
}

.founder-hero .container {
    position: relative;
    z-index: 2;
}

.founder-hero-content {
    max-width: 760px;
    color: #fff;
}

.founder-eyebrow,
.section-kicker {
    display: inline-block;
    color: var(--founder-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
}

.founder-hero-content h1 {
    color: #fff;
    font-size: 76px;
    line-height: 1;
    font-weight: 600;
    margin: 22px 0 18px;
}

.founder-hero-content h1 span {
    color: #f5d7a0;
}

.founder-hero-content h3 {
    color: rgba(255,255,255,.9);
    font-size: 21px;
    font-weight: 500;
}

.founder-hero-quote {
    font-family: Georgia, serif;
    font-size: 26px;
    color: #f5d7a0;
    margin: 28px 0;
    font-style: italic;
}

.founder-hero-actions,
.founder-final-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.founder-outline-btn {
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    border-radius: 12px;
    padding: 13px 24px;
    font-weight: 600;
}

.founder-outline-btn:hover {
    background: #fff;
    color: var(--founder-green);
}

.founder-scroll {
    position: absolute;
    z-index: 2;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 1px;
}

.section-padding {
    padding: 95px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.section-heading.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2 {
    color: var(--founder-green);
    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
    margin: 14px 0;
}

.section-heading p {
    color: var(--founder-muted);
    font-size: 17px;
}

.founder-intro {
    background: var(--founder-bg);
}

.founder-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.founder-portrait-wrap {
    position: relative;
}

.founder-portrait-card {
    border-radius: 220px 220px 30px 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 70px rgba(0,63,50,.14);
}

.founder-portrait-card img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.founder-portrait-caption {
    padding: 22px 28px;
}

.founder-portrait-caption span {
    color: var(--founder-gold);
    font-size: 13px;
    font-weight: 700;
}

.founder-portrait-caption h4 {
    color: var(--founder-green);
    font-weight: 600;
    margin: 5px 0 0;
}

.founder-floating-card {
    position: absolute;
    right: -40px;
    bottom: 80px;
    background: var(--founder-green);
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 45px rgba(0,63,50,.25);
}

.founder-floating-card i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.12);
    color: #f5d7a0;
}

.founder-floating-card strong,
.founder-floating-card span {
    display: block;
}

.founder-floating-card span {
    color: rgba(255,255,255,.72);
    font-size: 12px;
}

.founder-intro-content h2 {
    color: var(--founder-green);
    font-size: 48px;
    font-weight: 600;
    margin: 18px 0 22px;
}

.founder-intro-content p {
    color: var(--founder-muted);
    line-height: 1.85;
}

.founder-intro-content .lead {
    color: #233b36;
    font-size: 19px;
}

.founder-signature-box {
    background: #fff;
    border-left: 4px solid var(--founder-gold);
    border-radius: 0 20px 20px 0;
    padding: 28px;
    margin-top: 30px;
}

.founder-signature-box i {
    color: var(--founder-gold);
    font-size: 28px;
}

.founder-signature-box p {
    color: var(--founder-green);
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
}

.founder-signature-box strong {
    color: var(--founder-green);
}

.purpose-section {
    background: #fff;
}

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.purpose-story-card {
    background: var(--founder-soft);
    border: 1px solid var(--founder-border);
    border-radius: 26px;
    padding: 32px;
    min-height: 280px;
}

.purpose-number {
    color: var(--founder-gold);
    font-size: 44px;
    font-family: Georgia, serif;
}

.purpose-story-card h3 {
    color: var(--founder-green);
    font-size: 26px;
    font-weight: 600;
    margin: 18px 0 12px;
}

.purpose-story-card p {
    color: var(--founder-muted);
    line-height: 1.75;
}

.expertise-section {
    background: var(--founder-bg);
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.expertise-card {
    background: #fff;
    border: 1px solid var(--founder-border);
    border-radius: 24px;
    padding: 30px;
    min-height: 270px;
    transition: .3s;
}

.expertise-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,63,50,.08);
}

.expertise-icon,
.value-icon,
.promise-icon {
    width: 66px;
    height: 66px;
    background: #f7ead6;
    color: var(--founder-gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.expertise-card h3 {
    color: var(--founder-green);
    font-size: 21px;
    font-weight: 600;
}

.expertise-card p {
    color: var(--founder-muted);
    font-size: 14px;
    line-height: 1.7;
}

.ecosystem-founder-section {
    background: linear-gradient(135deg, var(--founder-green), var(--founder-dark));
}

.light-heading h2 {
    color: #fff;
}

.light-heading p {
    color: rgba(255,255,255,.72);
}

.founder-ecosystem-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ecosystem-flow-item {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    padding: 22px;
    display: grid;
    grid-template-columns: 45px 55px 1fr;
    align-items: center;
    gap: 12px;
}

.ecosystem-step {
    color: #f5d7a0;
    font-size: 13px;
}

.ecosystem-flow-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.1);
    color: #f5d7a0;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.ecosystem-flow-item h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
}

.ecosystem-flow-item p {
    color: rgba(255,255,255,.65);
    font-size: 12px;
    margin: 0;
}

.vision-banner {
    min-height: 620px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85')
        center/cover;
}

.vision-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,43,35,.78);
}

.vision-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
    margin: auto;
    color: #fff;
}

.vision-content > span {
    color: #f5d7a0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vision-content h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    margin: 20px 0;
}

.vision-content p {
    color: rgba(255,255,255,.8);
    font-size: 20px;
    line-height: 1.7;
}

.vision-lines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.vision-lines span {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;
    padding: 10px 16px;
}

.founder-stats-section {
    background: #fff;
}

.founder-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.founder-stat-card {
    text-align: center;
    border-right: 1px solid var(--founder-border);
    padding: 20px;
}

.founder-stat-card:last-child {
    border-right: 0;
}

.founder-stat-card strong,
.founder-stat-card > span {
    color: var(--founder-green);
    font-size: 48px;
    font-weight: 600;
}

.founder-stat-card > span {
    color: var(--founder-gold);
}

.founder-stat-card p {
    color: var(--founder-muted);
}

.global-mission-card {
    max-width: 520px;
    margin: 50px auto 0;
    background: var(--founder-soft);
    border: 1px solid var(--founder-border);
    border-radius: 22px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.global-mission-card i {
    font-size: 42px;
    color: var(--founder-gold);
}

.global-mission-card span {
    color: var(--founder-muted);
    font-size: 13px;
}

.global-mission-card h3 {
    color: var(--founder-green);
    margin: 3px 0 0;
}

.values-section {
    background: var(--founder-bg);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.value-card {
    background: #fff;
    border: 1px solid var(--founder-border);
    border-radius: 22px;
    padding: 28px;
    text-align: center;
}

.value-icon {
    margin: 0 auto 18px;
}

.value-card h3 {
    color: var(--founder-green);
    font-size: 20px;
}

.value-card p {
    color: var(--founder-muted);
    font-size: 13px;
}

.founder-message-section {
    background: #fff;
}

.founder-message-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.founder-message-image {
    border-radius: 30px;
    overflow: hidden;
    height: 620px;
}

.founder-message-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-large-quote {
    color: var(--founder-gold);
    font-size: 52px;
}

.founder-message-content h2 {
    color: var(--founder-green);
    font-size: 42px;
    font-weight: 600;
    margin: 18px 0 25px;
}

.founder-message-content blockquote {
    color: #233b36;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.8;
    border-left: 3px solid var(--founder-gold);
    padding-left: 22px;
}

.founder-message-signature {
    margin-top: 30px;
}

.founder-message-signature strong,
.founder-message-signature span {
    display: block;
}

.founder-message-signature strong {
    color: var(--founder-green);
    font-size: 18px;
}

.founder-message-signature span {
    color: var(--founder-muted);
}

.promise-section {
    background: var(--founder-bg);
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.promise-card {
    background: #fff;
    border: 1px solid var(--founder-border);
    border-radius: 22px;
    padding: 35px;
    text-align: center;
}

.promise-icon {
    margin: 0 auto 18px;
}

.promise-card h3 {
    color: var(--founder-green);
    font-size: 22px;
    font-weight: 600;
}

.founder-final-cta {
    padding: 110px 0;
    background:
        linear-gradient(rgba(0,43,35,.9), rgba(0,43,35,.9)),
        url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1800&q=85')
        center/cover;
}

.founder-final-content {
    max-width: 850px;
    color: #fff;
}

.founder-final-content > span {
    color: #f5d7a0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.founder-final-content h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.08;
    margin: 20px 0;
}

.founder-final-content p {
    color: rgba(255,255,255,.75);
    font-size: 19px;
}

.light-outline {
    border-color: rgba(255,255,255,.55);
}

@media(max-width:1199px) {

    .founder-hero-content h1 {
        font-size: 60px;
    }

    .expertise-grid,
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .founder-ecosystem-flow {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:991px) {

    .founder-intro-grid,
    .founder-message-grid {
        grid-template-columns: 1fr;
    }

    .purpose-grid,
    .founder-stats-grid,
    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .founder-floating-card {
        right: 20px;
    }

    .founder-message-image {
        height: 500px;
    }

}

@media(max-width:767px) {

    .founder-hero {
        min-height: 650px;
    }

    .founder-hero-content h1 {
        font-size: 44px;
    }

    .founder-hero-content h3 {
        font-size: 17px;
    }

    .section-padding {
        padding: 70px 0;
    }

    .section-heading h2,
    .founder-intro-content h2,
    .founder-message-content h2 {
        font-size: 34px;
    }

    .purpose-grid,
    .expertise-grid,
    .founder-ecosystem-flow,
    .founder-stats-grid,
    .values-grid,
    .promise-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-flow-item {
        grid-template-columns: 38px 48px 1fr;
    }

    .founder-portrait-card img {
        height: 500px;
    }

    .vision-content h2,
    .founder-final-content h2 {
        font-size: 40px;
    }

    .founder-stat-card {
        border-right: 0;
        border-bottom: 1px solid var(--founder-border);
    }

}