/********** Founder Page **********/

.founder-hero {
    position: relative;
    padding: 108px 0 74px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 16%, rgba(34, 197, 94, 0.10), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(245, 158, 11, 0.11), transparent 18%),
        radial-gradient(circle at 80% 82%, rgba(168, 85, 247, 0.08), transparent 20%),
        linear-gradient(180deg, #fffef9 0%, #f8fff9 44%, #ffffff 100%);
}

.founder-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.34;
}

.founder-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 24%, rgba(255,255,255,0.32), transparent 10%),
        radial-gradient(circle at 74% 30%, rgba(255,255,255,0.22), transparent 12%),
        radial-gradient(circle at 60% 82%, rgba(255,255,255,0.18), transparent 12%);
    animation: founderGlowFloat 10s linear infinite;
}

@keyframes founderGlowFloat {
    0% {
        transform: translateY(0);
        opacity: 0.82;
    }
    50% {
        transform: translateY(-8px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.82;
    }
}

.founder-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    align-items: center;
    gap: 42px;
}

.founder-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.76rem 1.08rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.10);
    color: #176034;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    margin-bottom: 18px;
    box-shadow: 0 12px 34px rgba(34, 197, 94, 0.10);
    backdrop-filter: blur(10px);
}

.founder-kicker i {
    color: #f59e0b;
}

.founder-hero-title {
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.02;
    margin-bottom: 18px;
    color: #182338;
    text-shadow: 0 10px 24px rgba(24, 35, 56, 0.05);
    max-width: 560px;
}

.founder-hero-text {
    font-size: 1.04rem;
    line-height: 1.88;
    max-width: 720px;
    margin-bottom: 20px;
    color: #556070;
}

.founder-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.founder-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.82rem 1rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(24, 35, 56, 0.08);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
    color: #182338;
    font-weight: 800;
}

.founder-hero-points i {
    color: #16a34a;
}

/********** Hero Visual **********/
.founder-hero-visual {
    position: relative;
}

.founder-hero-frame {
    position: relative;
    min-height: 650px;
    border-radius: 36px;
    padding: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(168, 85, 247, 0.10), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,251,248,0.98));
    border: 1px solid rgba(24, 35, 56, 0.08);
    box-shadow: 0 28px 72px rgba(17, 24, 39, 0.12);
    isolation: isolate;
}

.founder-hero-frame::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 1px dashed rgba(34, 197, 94, 0.15);
    pointer-events: none;
}

.founder-hero-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(245, 158, 11, 0.16);
    pointer-events: none;
    animation: founderOrbitSpin 18s linear infinite;
}

.orbit-one {
    width: 360px;
    height: 360px;
    top: 42px;
    right: 18px;
}

.orbit-two {
    width: 240px;
    height: 240px;
    left: 26px;
    bottom: 46px;
    animation-direction: reverse;
    animation-duration: 20s;
}

@keyframes founderOrbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.founder-hero-card {
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(24, 35, 56, 0.08);
    background: rgba(255,255,255,0.98);
    box-shadow: 0 30px 70px rgba(17, 24, 39, 0.14);
}

.founder-hero-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #f59e0b, #22c55e, #a855f7);
    z-index: 4;
}

.founder-hero-card-image {
    position: relative;
    height: 420px;
    overflow: hidden;
    background: #eef7f0;
}

.founder-hero-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24,35,56,0.02) 0%, rgba(24,35,56,0.14) 100%);
    pointer-events: none;
}

.founder-hero-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.9s ease, filter 0.45s ease;
}

.founder-hero-card:hover .founder-hero-card-image img {
    transform: scale(1.04);
    filter: saturate(1.05);
}

.founder-hero-image-badges {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.founder-hero-image-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(24, 35, 56, 0.08);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.10);
    font-weight: 800;
    color: #182338;
    backdrop-filter: blur(10px);
}

.founder-hero-image-badges i {
    color: #f59e0b;
}

.founder-hero-card-content {
    position: relative;
    padding: 22px 20px 22px;
}

.founder-hero-card-top {
    margin-bottom: 12px;
}

.founder-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0.54rem 0.84rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(245, 158, 11, 0.12);
    color: #8a5300;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.10);
}

.founder-hero-badge i {
    color: #f59e0b;
}

.founder-hero-card-content h3 {
    font-size: 1.26rem;
    line-height: 1.35;
    color: #182338;
    margin-bottom: 10px;
}

.founder-hero-role {
    display: inline-flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 18px;
    color: #556070;
    font-weight: 700;
    line-height: 1.72;
}

.founder-hero-role i {
    color: #16a34a;
    margin-top: 4px;
}

.founder-hero-note {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,252,249,0.98));
    border: 1px solid rgba(24, 35, 56, 0.08);
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.07);
    margin-bottom: 16px;
}

.founder-hero-note-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(34,197,94,0.14), rgba(245,158,11,0.16));
    color: #182338;
    font-size: 1.15rem;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
}

.founder-hero-note h4 {
    font-size: 1.02rem;
    color: #182338;
    margin-bottom: 8px;
}

.founder-hero-note p {
    margin: 0;
    color: #556070;
    line-height: 1.7;
    font-weight: 700;
}

.founder-hero-quote-strip {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(34, 197, 94, 0.08);
    color: #182338;
    font-weight: 800;
    line-height: 1.6;
}

.founder-hero-quote-strip i {
    color: #f59e0b;
    margin-top: 2px;
}

/********** Sections **********/
.founder-section {
    position: relative;
    padding: 72px 0 82px;
}

.founder-section-story {
    background:
        radial-gradient(circle at left top, rgba(34, 197, 94, 0.05), transparent 20%),
        linear-gradient(180deg, rgba(248,252,249,0.98), rgba(255,255,255,1));
}

.founder-section-values {
    background:
        radial-gradient(circle at right top, rgba(245, 158, 11, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,1), rgba(248,252,249,0.98));
}

.founder-section-legacy {
    background:
        radial-gradient(circle at left center, rgba(34, 197, 94, 0.07), transparent 24%),
        radial-gradient(circle at right bottom, rgba(168, 85, 247, 0.06), transparent 20%),
        linear-gradient(180deg, #f9fff9 0%, #ffffff 100%);
}

.founder-section-intro {
    max-width: 820px;
    margin: 0 auto 30px;
}

.founder-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.10);
    color: #176034;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.76rem;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.08);
    margin-bottom: 16px;
}

.founder-section-kicker i {
    color: #f59e0b;
}

.founder-section-heading {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.08;
    margin-bottom: 12px;
    color: #182338;
}

.founder-section-subtext {
    max-width: 760px;
    margin: 0 auto;
    color: #556070;
    font-size: 1rem;
    line-height: 1.78;
}

.founder-section-text {
    font-size: 1rem;
    line-height: 1.9;
    color: #556070;
    margin-bottom: 0;
}

.founder-section-text + .founder-section-text {
    margin-top: 14px;
}

/********** Story **********/
.founder-story-grid,
.founder-legacy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.94fr);
    gap: 24px;
    align-items: stretch;
}

.founder-copy-card,
.founder-image-card,
.founder-value-card,
.founder-legacy-image-card,
.founder-closing-item,
.founder-highlight-mini {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(24, 35, 56, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.09);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.founder-copy-card:hover,
.founder-image-card:hover,
.founder-value-card:hover,
.founder-legacy-image-card:hover,
.founder-closing-item:hover,
.founder-highlight-mini:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 52px rgba(17, 24, 39, 0.14);
}

.founder-copy-card {
    padding: 28px 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.99), rgba(248,252,249,0.98));
}

.founder-copy-card::before,
.founder-value-card::before,
.founder-closing-item::before,
.founder-highlight-mini::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #22c55e, #f59e0b, #a855f7);
}

.founder-story-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.founder-highlight-mini {
    min-height: 94px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.99), rgba(248,252,249,0.98));
}

.founder-highlight-mini i {
    color: #16a34a;
    font-size: 1.1rem;
}

.founder-highlight-mini span {
    color: #182338;
    font-weight: 800;
    line-height: 1.45;
}

.founder-image-card,
.founder-legacy-image-card {
    min-height: 500px;
}

.founder-image-card img,
.founder-legacy-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.9s ease, filter 0.45s ease;
}

.founder-image-card:hover img,
.founder-legacy-image-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.05);
}

.founder-image-card::after,
.founder-legacy-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24,35,56,0.02) 0%, rgba(24,35,56,0.14) 100%);
    pointer-events: none;
}

.founder-image-card-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
}

.founder-image-card-caption span {
    display: inline-flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(24, 35, 56, 0.08);
    box-shadow: 0 15px 34px rgba(17, 24, 39, 0.14);
    color: #182338;
    font-weight: 800;
    line-height: 1.4;
    backdrop-filter: blur(12px);
}

/********** Values **********/
.founder-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.founder-value-card {
    padding: 26px 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.99), rgba(248,252,249,0.98));
}

.founder-value-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(34,197,94,0.16), rgba(245,158,11,0.16));
    color: #182338;
    font-size: 1.18rem;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
    margin-bottom: 18px;
}

.founder-value-copy h3 {
    font-size: 1.14rem;
    line-height: 1.42;
    color: #182338;
    margin-bottom: 10px;
}

.founder-value-copy p {
    margin: 0;
    color: #556070;
    font-weight: 700;
    line-height: 1.76;
}

/********** Closing Strip **********/
.founder-closing-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.founder-closing-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 76px;
    padding: 18px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.98);
    color: #182338;
    font-weight: 800;
    text-align: center;
}

.founder-closing-item i {
    color: #f59e0b;
}

/********** Reveal **********/
.founder-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.founder-reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

/********** Responsive **********/
@media (max-width: 1399.98px) {
    .founder-hero-frame {
        min-height: 620px;
    }

    .founder-hero-card-image {
        height: 390px;
    }
}

@media (max-width: 1199.98px) {
    .founder-hero {
        padding: 92px 0 70px;
    }

    .founder-hero-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .founder-hero-copy {
        max-width: 760px;
    }

    .founder-hero-title {
        max-width: 620px;
    }

    .founder-story-grid,
    .founder-legacy-grid {
        grid-template-columns: 1fr;
    }

    .founder-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .founder-section {
        padding: 66px 0 78px;
    }

    .founder-hero-frame {
        min-height: auto;
        padding: 22px;
        border-radius: 28px;
    }

    .founder-hero-card-image {
        height: 340px;
    }

    .founder-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .founder-story-highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .founder-image-card,
    .founder-legacy-image-card {
        min-height: 440px;
    }
}

@media (max-width: 767.98px) {
    .founder-hero {
        padding: 72px 0 50px;
    }

    .founder-hero-inner {
        gap: 26px;
    }

    .founder-hero-title {
        font-size: 1.75rem;
        line-height: 1.08;
        max-width: 100%;
    }

    .founder-hero-text {
        font-size: 0.96rem;
    }

    .founder-hero-card-image {
        height: 285px;
    }

    .founder-hero-card-content {
        padding: 18px 16px 18px;
    }

    .founder-hero-note {
        grid-template-columns: 50px 1fr;
        padding: 14px;
    }

    .founder-hero-note-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 1rem;
    }

    .founder-values-grid,
    .founder-closing-strip,
    .founder-story-highlights {
        grid-template-columns: 1fr;
    }

    .founder-copy-card,
    .founder-value-card {
        padding: 18px 16px 20px;
        border-radius: 22px;
    }

    .founder-image-card,
    .founder-legacy-image-card {
        min-height: 340px;
        border-radius: 22px;
    }

    .founder-section-intro {
        margin-bottom: 24px;
    }

    .founder-section-heading {
        font-size: 1.6rem;
    }
}

@media (max-width: 575.98px) {
    .founder-hero {
        padding: 62px 0 44px;
    }

    .founder-hero-title {
        font-size: 1.5rem;
        line-height: 1.1;
    }

    .founder-hero-text {
        font-size: 0.92rem;
        line-height: 1.72;
    }

    .founder-kicker {
        font-size: 0.67rem;
        padding: 0.56rem 0.82rem;
    }

    .founder-hero-frame {
        padding: 16px;
        border-radius: 22px;
    }

    .founder-hero-card-image {
        height: 245px;
    }

    .founder-hero-image-badges {
        top: 14px;
        left: 14px;
        right: 14px;
        gap: 8px;
    }

    .founder-hero-image-badges span {
        padding: 0.56rem 0.76rem;
        font-size: 0.7rem;
    }

    .founder-hero-card-content h3 {
        font-size: 1.08rem;
    }

    .founder-hero-role {
        font-size: 0.92rem;
    }

    .founder-section-heading {
        font-size: 1.44rem;
    }

    .founder-section-subtext {
        font-size: 0.92rem;
        line-height: 1.7;
    }
}

@media (max-width: 430px) {
    .founder-hero {
        padding: 56px 0 40px;
    }

    .founder-hero-title {
        font-size: 1.34rem;
        line-height: 1.12;
    }

    .founder-hero-text {
        font-size: 0.88rem;
        line-height: 1.66;
    }

    .founder-section {
        padding: 56px 0 68px;
    }

    .founder-hero-card-image {
        height: 210px;
    }

    .founder-image-card,
    .founder-legacy-image-card {
        min-height: 270px;
    }

    .founder-section-heading {
        font-size: 1.28rem;
        line-height: 1.14;
    }

    .founder-section-subtext {
        font-size: 0.88rem;
    }
}