/* GURO — Meet the Founder (extends about.css) */

.founder-hero {
    position: relative;
    padding: 88px 28px 100px;
    overflow: hidden;
}

.founder-hero-inner {
    position: relative;
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: center;
}

.founder-hero-copy { text-align: left; }

.founder-hero-eyebrow {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(79, 177, 255, 0.25);
    background: rgba(79, 177, 255, 0.08);
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.founder-hero-title {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 18px;
}

.founder-hero-sub {
    font-size: clamp(1rem, 2vw, 1.12rem);
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
}

.founder-portrait-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Replace placeholder: add <img src="/static/founder-portrait.jpg" alt="Soham Jana"> inside .founder-portrait */
.founder-portrait {
    width: min(320px, 100%);
    aspect-ratio: 4 / 5;
    border-radius: calc(var(--radius) + 8px);
    border: 1px solid rgba(79, 177, 255, 0.22);
    background:
        radial-gradient(ellipse 80% 60% at 50% 20%, rgba(79, 177, 255, 0.18), transparent),
        linear-gradient(160deg, rgba(14, 20, 32, 0.95), rgba(12, 17, 24, 0.98));
    box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.founder-portrait::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(12, 17, 24, 0.5));
    pointer-events: none;
    z-index: 1;
}

.founder-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.founder-portrait-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--text-muted);
    z-index: 0;
}

.founder-portrait-placeholder svg {
    width: 64px;
    height: 64px;
    opacity: 0.45;
}

.founder-portrait-placeholder span {
    font-size: 13px;
    letter-spacing: 0.04em;
}

.founder-name {
    font-family: 'Sora', sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.founder-role {
    color: var(--accent);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.founder-company {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.founder-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.founder-now-card {
    background: linear-gradient(145deg, rgba(79, 177, 255, 0.1), rgba(72, 213, 151, 0.06));
    border: 1px solid rgba(79, 177, 255, 0.2);
    border-radius: var(--radius);
    padding: 36px 40px;
    box-shadow: var(--shadow);
}

.founder-now-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-secondary);
    margin-bottom: 14px;
}

.founder-now-text {
    color: var(--text-secondary);
    font-size: 1.08rem;
    line-height: 1.75;
}

.founder-build-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.founder-build-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    box-shadow: var(--shadow);
    transition: transform 0.25s, border-color 0.25s;
}

.founder-build-card:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 177, 255, 0.22);
}

.founder-build-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(79, 177, 255, 0.18), rgba(72, 213, 151, 0.12));
    color: var(--accent);
}

.founder-build-icon svg { width: 22px; height: 22px; }

.founder-build-title {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.founder-build-desc {
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.6;
}

.founder-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.founder-profile-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 22px;
    box-shadow: var(--shadow);
}

.founder-profile-card.wide {
    grid-column: span 3;
}

.founder-profile-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.founder-profile-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.5;
}

.founder-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.founder-profile-tag {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--accent);
    background: rgba(79, 177, 255, 0.1);
    border: 1px solid rgba(79, 177, 255, 0.18);
}

.founder-quote-section {
    padding: 72px 28px;
    background:
        radial-gradient(ellipse 70% 80% at 50% 50%, rgba(79, 177, 255, 0.1), transparent),
        var(--bg-elevated);
    border-block: 1px solid var(--border);
}

.founder-quote-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.founder-quote-text {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 24px;
    color: var(--text-primary);
}

.founder-quote-author {
    color: var(--text-secondary);
    font-size: 1rem;
    font-weight: 500;
}

.founder-contact-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 40px 36px;
    box-shadow: var(--shadow);
    max-width: 560px;
    margin: 0 auto;
}

.founder-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    justify-content: center;
}

@media (max-width: 960px) {
    .founder-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .founder-hero-copy { text-align: center; }
    .founder-hero-sub { margin-left: auto; margin-right: auto; }
    .founder-build-grid { grid-template-columns: repeat(2, 1fr); }
    .founder-profile-grid { grid-template-columns: repeat(2, 1fr); }
    .founder-profile-card.wide { grid-column: span 2; }
}

@media (max-width: 720px) {
    .founder-hero { padding: 64px 18px 72px; }
    .founder-build-grid,
    .founder-profile-grid { grid-template-columns: 1fr; }
    .founder-profile-card.wide { grid-column: span 1; }
    .founder-hero-actions,
    .founder-contact-actions { flex-direction: column; align-items: stretch; }
    .founder-hero-actions .about-btn,
    .founder-contact-actions .about-btn { width: 100%; }
}
