.about-hero { min-height: 610px; padding: 125px 0 95px; }
.about-hero-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.25fr .75fr; min-height: 390px; }
.about-hero h1 { max-width: 750px; }
.about-hero-mark { align-items: center; border: 1px solid var(--bright); border-radius: 50%; display: flex; flex-direction: column; height: 280px; justify-content: center; justify-self: end; width: 280px; }
.about-hero-mark strong { color: var(--bright); font-size: 92px; font-weight: 400; letter-spacing: -.08em; line-height: .8; }
.about-hero-mark span { font-size: 10px; letter-spacing: .14em; line-height: 1.4; margin-top: 20px; text-align: center; text-transform: uppercase; }
.about-intro-grid, .about-philosophy-grid, .team-model-grid, .steadfast-grid { display: grid; gap: 80px; grid-template-columns: .7fr 1.3fr; }
.about-origin { padding-bottom: 115px; padding-top: 115px; }
.about-intro-grid > div { max-width: 700px; }
.about-lead { font-family: var(--display-font); font-size: 29px; letter-spacing: -.03em; line-height: 1.2; }
.about-intro-grid > div > p + p, .about-philosophy-grid > div > p + p, .team-model-grid > div > p + p, .steadfast-grid > div > p { color: rgba(30,30,30,.7); font-size: 15px; margin-top: 25px; max-width: 650px; }
.about-philosophy { padding-bottom: 120px; padding-top: 120px; }
.about-philosophy h2, .team-model h2, .steadfast-grid h2 { max-width: 760px; }
.about-philosophy h2 em, .team-model h2 em { color: var(--bright); }
.philosophy-line, .team-points { border-top: 1px solid var(--border-dark); display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); margin-top: 55px; padding-top: 18px; }
.philosophy-line span, .team-points span { color: var(--bright); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.founders-about { padding-bottom: 125px; }
.founders-about .section-heading { margin-bottom: 75px; }
.founder-about-grid { border-top: 1px solid var(--border-light); display: grid; grid-template-columns: 1fr 1fr; }
.founder-profile { border-bottom: 1px solid var(--border-light); padding: 35px 35px 0 0; }
.founder-profile + .founder-profile { border-left: 1px solid var(--border-light); padding-left: 35px; padding-right: 0; }
.portrait-ready { height: 0; margin: 0; overflow: hidden; position: relative; }
.portrait-ready:after { display: none; }
.founder-index { color: #26865b; font-size: 11px; font-weight: 700; letter-spacing: .08em; margin-bottom: 28px; }
.founder-copy h3 { font-size: 34px; margin-bottom: 5px; }
.founder-copy small { color: #26865b; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.founder-copy p:not(.founder-index) { color: rgba(30,30,30,.7); font-size: 14px; line-height: 1.7; margin-top: 20px; max-width: 570px; }
.team-model { padding-bottom: 125px; padding-top: 125px; }
.team-model-grid > div > p { color: var(--charcoal); font-size: 17px; line-height: 1.6; max-width: 650px; }
.team-model-grid > div > p + p { color: rgba(30,30,30,.78); font-size: 15px; margin-top: 24px; }
.team-points { gap: 0 24px; grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
.team-points span { border-bottom: 1px solid var(--border-dark); line-height: 1.4; padding: 15px 0; }
.about-origin .eyebrow-dark, .founders-about .eyebrow-dark, .steadfast-section .eyebrow-dark { color: #176b48; }
.steadfast-section { padding-bottom: 125px; padding-top: 125px; }
.steadfast-grid > div > p { font-size: 15px; }
.steadfast-grid .button { margin-top: 35px; }
.nav-current { color: var(--bright); opacity: 1 !important; }
@media (max-width: 850px) { .about-hero { padding-top: 85px; } .about-hero-grid { display: block; min-height: 0; } .about-hero-mark { height: 230px; margin: 60px auto 0; width: 230px; } .about-hero-mark strong { font-size: 75px; } .about-intro-grid, .about-philosophy-grid, .team-model-grid, .steadfast-grid { gap: 45px; grid-template-columns: 1fr; } .about-origin, .about-philosophy, .team-model, .steadfast-section { padding-bottom: 88px; padding-top: 88px; } .about-lead { font-size: 25px; } .founders-about { padding-bottom: 88px; } .founders-about .section-heading { margin-bottom: 50px; } .founder-about-grid { grid-template-columns: 1fr; } .founder-profile, .founder-profile + .founder-profile { border-left: 0; padding: 28px 0 0; } .founder-profile + .founder-profile { border-top: 1px solid var(--border-light); margin-top: 45px; } .portrait-ready { height: 0; } .philosophy-line { gap: 22px; grid-template-columns: 1fr; margin-top: 40px; } }
@media (max-width: 520px) { .about-hero h1 { font-size: 47px; } .team-points { grid-template-columns: 1fr; } }