.page-about {
background: var(--bg);
color: var(--text);
padding: clamp(50px, 6vw, 92px) 0 clamp(64px, 8vw, 120px);
}
.section-heading {
margin: 0 0 24px;
font-family: 'Clash Grotesk', sans-serif;
font-size: clamp(50px, 2vw, 56px);
font-weight: 600;
line-height: 64px;
letter-spacing: -.045em;
text-transform: uppercase;
color: var(--text);
} .about-title {
font-size: clamp(50px, 2vw, 56px);
line-height: 1.05;
font-weight: 600;
letter-spacing: -.055em;
text-transform: uppercase;
color: var(--primary);
width: min(917px, 70% - 40px);
margin: 0;
}
.about-intro {
display: grid;
grid-template-columns: 28% 33% 36%;
column-gap: 1.5%;
align-items: start;
position: relative;
}
.about-intro__text {
grid-column: 1 / span 2;
max-width: 808px;
padding-top: 36px;
}
.about-intro__list {
list-style: none;
margin: 0;
padding: 0;
max-width: 808px;
}
.about-intro__list li,
.about-why__list dd {
font-size: 18px;
font-weight: 400;
line-height: 24px;
color: var(--muted);
}
.about-intro__list li+li {
margin-top: 9px;
}
.about-intro__list strong,
.about-why__list dt {
color: var(--muted);
font-size: 18px;
font-weight: 600;
}
.about-intro__gallery {
display: contents;
}
.about-intro__img {
position: relative;
z-index: 1;
display: block;
width: 100%;
object-fit: cover;
border-radius: 0;
}
.about-intro__img--1 {
grid-column: 1;
grid-row: 2;
width: 100%;
aspect-ratio: .9;
align-self: start;
margin-top: 109px;
}
.about-intro__img--2 {
grid-column: 2;
grid-row: 2;
width: 100%;
margin: 20px 0 0;
aspect-ratio: 1.1;
align-self: start;
}
.about-intro__img--3 {
grid-column: 3;
grid-row: 1 / span 2;
align-self: start;
aspect-ratio: .85;
margin-top: 0;
}
.about-intro__bar {
grid-column: 3;
grid-row: 1;
justify-self: end;
align-self: start;
margin: -30px 0 0;
position: relative;
z-index: 2;
}
.about-intro::after {
content: '';
position: absolute;
z-index: 0;
left: 0;
right: 0;
bottom: 0;
width: 90%;
margin: 0 auto;
height: 70%;
background: url(//runners.staging-sc.com/wp-content/themes/runners/assets/images/about-dots.svg) center / 100% 100% no-repeat;
} .about-why {
display: grid;
grid-template-columns: 1fr 1.5fr;
column-gap: 24px;
padding-bottom: clamp(46px, 5vw, 72px);
}
.about-why__title {
margin: 0 0 20px;
font-size: clamp(50px, 2vw, 56px);
line-height: 1.05;
font-weight: 600;
letter-spacing: -.055em;
text-transform: uppercase;
color: var(--primary);
}
.about-why__content {
padding-top: 2px;
}
.about-why__bar,
.about-feature__bar {
display: block;
width: 200px;
height: 12px;
margin-bottom: -60px;
background: var(--primary);
}
.about-why__title {
margin-bottom: 22px;
}
.about-why__list {
margin: 0;
}
.about-why__list div+div {
margin-top: 10px;
}
.about-why__list dt,
.about-why__list dd {
display: inline;
margin: 0;
}
.about-feature {
padding-bottom: var(--section-space);
}
.about-feature__bar {
margin-bottom: 20px;
}
.about-feature__img {
display: block;
width: 100%;
aspect-ratio: 2.36;
object-fit: cover;
} .about-mission {
padding: var(--section-space) 0;
}
.about-mission__grid,
.about-future__grid {
display: grid;
gap: 0;
}
.about-mission__grid {
grid-template-columns: repeat(2, 1fr);
}
.about-mission__card,
.about-future__card {
border: 1px solid var(--border);
padding: clamp(18px, 2vw, 28px);
}
.about-mission__card+.about-mission__card,
.about-future__card+.about-future__card {
border-left: 0;
}
.about-mission__icon,
.about-future__icon {
width: auto;
height: 62px;
margin-bottom: 28px;
}
.about-mission__icon img,
.about-future__icon img {
width: auto;
height: auto;
object-fit: contain;
}
.about-mission__label {
display: block;
margin: 0 0 16px;
font-size: clamp(28px, 3vw, 36px);
font-weight: 600;
text-transform: uppercase;
}
.about-mission__card h4 {
margin: 0 0 8px;
font-size: clamp(22px, 1.2vw, 24px);
line-height: 32px;
font-weight: 600;
color: var(--muted);
letter-spacing: -.035em;
text-transform: capitalize;
}
.about-mission__card p,
.about-future__card p {
margin: 0;
color: var(--muted);
}
.about-dots-divider {
width: 95%;
height: 146px;
margin: 40px auto;
background: url(//runners.staging-sc.com/wp-content/themes/runners/assets/images/race-dots.svg) center / 100% auto no-repeat;
}
.about-future {
padding: var(--section-space) 0;
}
.about-future .section-heading {
margin-bottom: 36px;
}
.about-future__grid {
grid-template-columns: repeat(3, 1fr);
}
.about-future__title {
display: block;
margin: 0 0 16px;
font-size: clamp(28px, 3vw, 36px);
font-weight: 600;
color: var(--text);
text-transform: uppercase;
} .about-team__desc {
max-width: 917px;
margin: 0 0 48px;
color: var(--muted);
}
.about-team__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.team-card {
border: 1px solid var(--border);
padding-bottom: 16px;
}
.team-card__photo {
display: block;
width: 100%;
aspect-ratio: 1.24;
object-fit: cover;
margin-bottom: 13px;
border-radius: 0;
}
.team-card h5 {
margin: 0 13px 16px;
font-size: 24px;
line-height: 32px;
font-weight: 600;
}
.team-card__socials {
display: flex;
gap: 9px;
padding: 0 13px;
}
.team-card__socials a {
display: grid;
place-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: #FF7B001F;
}
.team-card__socials img {
width: 22px;
height: 22px;
object-fit: contain;
}
@media (max-width: 900px) {
.about-intro {
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
.about-intro__text {
grid-column: 1 / -1;
}
.about-intro__img--1 {
grid-column: 1;
grid-row: 2;
margin-top: 48px;
}
.about-intro__img--2 {
grid-column: 2;
grid-row: 2;
margin-top: 24px;
}
.about-intro__img--3 {
display: block;
grid-column: 3;
grid-row: 2;
margin-top: 0;
}
.about-intro__bar {
grid-column: 3;
grid-row: 2;
margin-top: -24px;
}
.about-why {
grid-template-columns: 1fr;
}
.about-why__spacer {
display: none;
}
.about-future__grid {
grid-template-columns: 1fr;
}
.about-future__card+.about-future__card {
border-left: 1px solid var(--border);
border-top: 0;
}
}
@media (max-width: 768px) {
.page-about {
padding-top: 42px;
}
.section-heading {
font-size: 26px;
line-height: 32px;
}
.about-intro {
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
.about-intro__bar {
margin-top: -10px;
}
.about-title,
.about-why__title {
width: 100%;
font-size: 26px;
line-height: 32px;
}
.about-intro__list li,
.about-why__list dd {
font-size: 12px;
}
.about-intro__img--1 {
width: 100%;
height: 100%;
margin-top: 0;
}
.about-intro__img--2 {
width: 100%;
height: 100%;
margin-top: 0;
}
.about-intro__img--3 {
width: 100%;
height: 100%;
margin-top: 0;
}
.about-intro::after {
bottom: 12px;
height: 38%;
}
.about-intro__text {
padding-top: 0;
}
.about-why { 
padding-top: 36px;
}
.about-feature__bar,
.about-why__bar {
width: 62px;
height: 4px;
margin-bottom: 20px;
}
.about-feature__img {
aspect-ratio: 1.65;
}
.about-mission__grid,
.about-team__grid {
grid-template-columns: 1fr;
gap: 20px;
}
.about-future__grid {
gap: 20px;
}
.about-mission__card+.about-mission__card,
.about-future__card+.about-future__card {
border: 1px solid var(--border);
}
.about-dots-divider {
height: 100px;
margin: 0 auto;
}
.team-card__photo {
height: auto;
}
}