/* About page */
.about-hero {
    padding: 88px 24px 82px;
}

.about-hero-inner {
    max-width: 920px;
    margin: 0 auto;
}

.about-hero h1 {
    font-size: clamp(46px, 7vw, 78px);
    line-height: 1.02;
}

.about-hero-actions {
    justify-content: center;
}

.about-section-nav {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    overflow-x: auto;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
}

.about-section-nav a {
    flex: 0 0 auto;
    padding: 9px 15px;
    border-radius: 999px;
    color: var(--navy);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.about-section-nav a:hover {
    color: var(--teal);
    background: var(--soft-teal);
}

.about-content {
    max-width: 1180px;
}

.about-section {
    scroll-margin-top: 82px;
    margin-bottom: 96px;
}

.about-left-heading {
    max-width: 850px;
    margin-left: 0;
    text-align: left;
}

.about-left-heading .eyebrow,
.technology-copy .eyebrow,
.founder-copy .eyebrow,
.vision-section .eyebrow,
.references-section .eyebrow {
    margin: 0 0 10px;
    color: var(--teal);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.about-story-grid,
.principles-grid,
.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.about-story-card,
.principle-card,
.roadmap-column {
    position: relative;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 10px 28px rgba(6, 42, 79, .07);
}

.about-story-card h3,
.principle-card h3,
.roadmap-column h3 {
    margin: 0 0 11px;
    color: var(--navy);
}

.about-story-card p,
.principle-card p,
.roadmap-column li {
    color: var(--muted);
    line-height: 1.68;
}

.about-number {
    display: block;
    margin-bottom: 22px;
    color: rgba(7, 139, 146, .23);
    font-size: 52px;
    font-weight: 800;
    line-height: .8;
}

.founder-section {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    align-items: start;
    gap: 48px;
    padding: 42px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(6, 42, 79, .08);
}

/* Founder profile card */
.founder-profile-card {
    width: 100%;
    max-width: 350px;
    align-self: start;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(6, 42, 79, .10);
}

.founder-headshot {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center top;
    background: #edf3f6;
}

.founder-card-content {
    padding: 26px 24px 28px;
    text-align: center;
}

.founder-card-content h3 {
    margin: 0;
    color: var(--navy);
    font-size: 27px;
    line-height: 1.15;
}

.founder-card-role {
    margin: 8px 0 18px;
    color: var(--teal);
    font-weight: 700;
}

.founder-card-divider {
    width: 60px;
    height: 3px;
    margin: 0 auto 20px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--teal), var(--green));
}

.founder-card-location,
.founder-card-education {
    margin: 10px 0;
    color: var(--muted);
}

.founder-card-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 23px;
}

.founder-card-links a {
    padding: 9px 15px;
    border-radius: 999px;
    background: var(--soft-teal);
    color: var(--navy);
    text-decoration: none;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.founder-card-links a:hover {
    transform: translateY(-2px);
    background: var(--teal);
    color: var(--white);
}

.founder-copy {
    align-self: start;
    padding-top: 6px;
}

.founder-copy h2,
.technology-copy h2,
.vision-section h2,
.references-section h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(34px, 4vw, 48px);
}

.founder-name {
    margin: 23px 0 3px;
    color: var(--navy);
    font-size: 23px;
    font-weight: 800;
}

.founder-role {
    margin: 0 0 22px;
    color: var(--teal);
    font-weight: 700;
}

.bio-placeholder,
.founder-quote-placeholder,
.references-placeholder {
    padding: 21px 22px;
    border: 1px dashed rgba(7, 139, 146, .4);
    border-radius: 14px;
    background: var(--soft-teal);
    color: var(--navy);
}

.bio-placeholder p,
.founder-quote-placeholder p,
.references-placeholder p {
    margin: 8px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.founder-quote-placeholder {
    position: relative;
    margin-top: 18px;
    padding-left: 54px;
    background: var(--light);
    border-color: var(--border);
}

.founder-quote-placeholder > span {
    position: absolute;
    top: 8px;
    left: 18px;
    color: var(--teal);
    font-family: Georgia, serif;
    font-size: 52px;
    line-height: 1;
}

.principles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.principle-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.principle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(6, 42, 79, .11);
}

.principle-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 19px;
    border-radius: 14px;
    background: var(--soft-teal);
    color: var(--teal);
    font-size: 23px;
    font-weight: 800;
}

.technology-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    align-items: center;
    gap: 54px;
    padding: 50px;
    border-radius: 24px;
    background: var(--navy);
    box-shadow: 0 20px 48px rgba(6, 42, 79, .18);
}

.technology-copy h2,
.technology-copy p {
    color: var(--white);
}

.technology-copy > p:not(.eyebrow) {
    line-height: 1.72;
    opacity: .86;
}

.technology-copy .technology-note {
    margin-top: 18px;
    font-size: 13px;
    opacity: .64;
}

.technology-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.technology-list span {
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: var(--white);
    font-weight: 700;
    text-align: center;
}

.about-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.about-timeline::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 12px;
    left: 16px;
    width: 2px;
    background: linear-gradient(var(--teal), var(--green));
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 24px;
    padding-bottom: 28px;
}

.timeline-marker {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    margin-left: 9px;
    border: 4px solid var(--white);
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 2px var(--teal);
}

.timeline-content {
    padding: 24px 27px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 8px 22px rgba(6, 42, 79, .055);
}

.timeline-date {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--teal);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.timeline-content h3 {
    margin: 0 0 8px;
    color: var(--navy);
}

.timeline-content p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.roadmap-column ul {
    margin: 18px 0 0;
    padding-left: 19px;
}

.roadmap-column li + li {
    margin-top: 9px;
}

.roadmap-label {
    display: inline-block;
    margin-bottom: 19px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .65px;
    text-transform: uppercase;
}

.roadmap-label.current {
    background: #e7f5eb;
    color: var(--green);
}

.roadmap-label.next {
    background: var(--soft-teal);
    color: var(--teal);
}

.roadmap-label.future {
    background: #e9eef4;
    color: var(--navy);
}

.roadmap-disclaimer {
    margin: 22px auto 0;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}

.vision-section {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    padding: 52px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(47, 145, 71, .19), transparent 34%),
        linear-gradient(135deg, #ffffff, #edf7f7);
    border: 1px solid #cee6e5;
}

.vision-mark {
    width: 116px;
    height: 116px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    color: var(--white);
    font-family: Georgia, serif;
    font-size: 76px;
    box-shadow: 0 16px 34px rgba(6, 42, 79, .17);
}

.vision-section p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.72;
}

.vision-placeholder {
    padding-left: 17px;
    border-left: 3px solid var(--teal);
}

.references-section {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    align-items: center;
    gap: 42px;
}

.references-section > div:first-child > p:not(.eyebrow) {
    color: var(--muted);
    line-height: 1.7;
}

.community-section {
    padding: 48px 34px;
    border-radius: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    box-shadow: 0 12px 32px rgba(6, 42, 79, .07);
}

.community-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.company-details {
    padding: 34px;
    border-radius: 20px;
    background: #edf3f6;
}

.company-details h2 {
    margin: 0 0 23px;
    color: var(--navy);
    text-align: center;
}

.company-details dl {
    max-width: 820px;
    margin: 0 auto;
}

.company-details dl > div {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(6, 42, 79, .11);
}

.company-details dl > div:last-child {
    border-bottom: 0;
}

.company-details dt {
    color: var(--navy);
    font-weight: 800;
}

.company-details dd {
    margin: 0;
    color: var(--muted);
}

.company-details a {
    color: var(--teal);
    font-weight: 700;
}

@media (max-width: 900px) {
    .about-story-grid,
    .principles-grid,
    .roadmap-grid {
        grid-template-columns: 1fr 1fr;
    }

    .founder-section,
    .technology-section,
    .references-section {
        grid-template-columns: 1fr;
    }

    .founder-profile-card {
        max-width: 380px;
        margin: 0 auto;
    }

    .founder-headshot {
        height: 460px;
    }

    .vision-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .about-hero {
        padding-top: 66px;
    }

    .about-section {
        margin-bottom: 72px;
    }

    .about-story-grid,
    .principles-grid,
    .roadmap-grid,
    .technology-list {
        grid-template-columns: 1fr;
    }

    .founder-section,
    .technology-section,
    .vision-section,
    .community-section {
        padding: 28px;
    }


    .founder-profile-card {
        max-width: 340px;
    }

    .founder-headshot {
        height: 400px;
    }

    .vision-mark {
        width: 90px;
        height: 90px;
        font-size: 58px;
    }

    .company-details dl > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}
