/* About: an authentic company portrait, followed by the original eight reasons. */
.about-page .about-profile{padding-block:18px 44px}
.about-page .about-profile>.breadcrumb{margin-bottom:30px}
.about-page .about-profile-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);column-gap:7%;row-gap:24px;grid-template-rows:min-content 1fr;align-items:start}
.about-page .about-profile-heading{grid-column:1;grid-row:1}
.about-page .about-profile-heading>.tag{margin-bottom:18px;color:var(--muted)}
.about-page .about-profile-heading .tag>span{background:var(--action-ink)}
.about-page .about-profile-heading h1{font-size:clamp(42px,4.4vw,62px);line-height:1.04;letter-spacing:-.045em}
.about-page .about-profile-heading h1 em{color:var(--ink)}
.about-page .about-profile-copy{grid-column:1;grid-row:2;font-size:16px;line-height:1.8;color:var(--muted);max-width:48ch}
.about-page .about-profile-story{margin-top:26px;padding-top:23px;border-top:1px solid var(--line)}
.about-page .about-profile-story h2{font-size:24px;line-height:1.2;color:var(--ink);margin-bottom:12px}
.about-page .about-profile-story .quiet-link{margin-top:15px;font-size:14px}
.about-page .about-profile-photo{grid-column:2;grid-row:1/3;align-self:stretch;display:flex;flex-direction:column;min-width:0}
.about-page .about-profile-photo>.picture{aspect-ratio:4/3;flex:1;min-height:0}
.about-page .about-profile-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 100%!important}
.about-page .about-profile-photo figcaption{display:flex;justify-content:space-between;gap:20px;padding:10px 0 12px;font-size:12px;line-height:1.5;color:var(--muted)}
.about-page .about-profile-roots{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:24px;background:#20231f;color:var(--paper);padding:22px 26px;border-left:3px solid var(--action)}
.about-page .about-profile-roots>div{display:flex;flex-direction:column;gap:5px;padding-right:24px;border-right:1px solid #494c43}
.about-page .about-profile-roots strong{font-size:40px;line-height:1;letter-spacing:-.04em;font-weight:700;font-variant-numeric:lining-nums}
.about-page .about-profile-roots span{font-size:12px;line-height:1.5;color:#c7cabf}
.about-page .about-profile-roots>p{font-size:14px;line-height:1.7;color:#e0e2d9;max-width:27ch}
.about-page .about-reasons{display:block;padding-block:38px 48px}
.about-page .about-reasons-heading{margin-bottom:26px}
.about-page .about-reasons h2{font-size:clamp(30px,3.1vw,40px);line-height:1.15}
.about-page .about-reasons .reasons-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 30px;align-content:stretch}
.about-page .about-reasons .reasons-benefits>li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:13px;align-items:start;padding:22px 0;font-size:16px;line-height:1.6;border-top:0;font-weight:550}
.about-page .about-reasons .reasons-benefits>li:nth-child(-n+4){border-top:1px solid var(--line)}
.about-page .about-reasons .reasons-benefits>li:before{content:none}
.about-page .about-reasons .reasons-benefits svg{width:24px;height:24px;margin-top:2px}
@media(max-width:1050px){
 .about-page .about-profile-grid{column-gap:5%;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);row-gap:22px}
 .about-page .about-profile-heading h1{font-size:48px}
 .about-page .about-profile-photo{align-self:start}
 .about-page .about-profile-photo>.picture{aspect-ratio:1.05;flex:none}
 .about-page .about-profile-roots{padding:20px;gap:17px;grid-template-columns:1fr}
 .about-page .about-profile-roots>div{flex-direction:row;align-items:center;gap:15px;border:0;padding:0}
 .about-page .about-profile-roots strong{font-size:36px}
 .about-page .about-profile-roots>p{max-width:none}
 .about-page .about-reasons .reasons-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px}
 .about-page .about-reasons .reasons-benefits>li:nth-child(n+3){border-top:0}
}
@media(max-width:650px){
 .about-page .about-profile{padding-block:14px 32px}
 .about-page .about-profile>.breadcrumb{margin-bottom:22px}
 .about-page .about-profile-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:24px}
 .about-page .about-profile-heading{grid-column:1;grid-row:1}
 .about-page .about-profile-heading>.tag{font-size:14px;margin-bottom:13px}
 .about-page .about-profile-heading h1{font-size:44px;line-height:1.06}
 .about-page .about-profile-photo{grid-column:1;grid-row:2}
 .about-page .about-profile-photo>.picture{aspect-ratio:1.5}
 .about-page .about-profile-photo figcaption{font-size:12px;padding-block:8px 10px}
 .about-page .about-profile-roots{padding:17px 18px;grid-template-columns:auto 1fr;gap:17px}
 .about-page .about-profile-roots>div{flex-direction:column;align-items:start;gap:5px;border-right:1px solid #494c43;padding-right:17px}
 .about-page .about-profile-roots strong{font-size:34px}
 .about-page .about-profile-roots span{font-size:12px}
 .about-page .about-profile-roots>p{font-size:13px}
 .about-page .about-profile-copy{grid-column:1;grid-row:3;max-width:none;font-size:16px;line-height:1.75}
 .about-page .about-profile-story{margin-top:22px;padding-top:22px}
 .about-page .about-profile-story h2{font-size:24px}
 .about-page .about-reasons{padding-block:30px 32px}
 .about-page .about-reasons-heading{margin-bottom:22px}
 .about-page .about-reasons h2{font-size:32px}
 .about-page .about-reasons .reasons-benefits{grid-template-columns:1fr}
 .about-page .about-reasons .reasons-benefits>li{padding-block:16px;gap:15px}
 .about-page .about-reasons .reasons-benefits>li:nth-child(2){border-top:0}
}
