.page-about main { --ab-gutter: 5%; }
.ab-eyebrow {
display: flex; align-items: center; gap: 18px;
margin: 0 0 14px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 15px; letter-spacing: .16em;
text-transform: uppercase;
min-width: 0;
}
.ab-eyebrow::after {
content: ''; flex: 0 1 96px; min-width: 0; height: 2px;
background: var(--h-cyan); opacity: .95;
}
.ab-eyebrow-dark { color: var(--h-cyan); }
.ab-eyebrow-light { color: var(--t-ink); }
.ab-h {
margin: 0;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
line-height: 1.06;
letter-spacing: -.004em;
text-transform: uppercase;
}
.ab-h .l { display: block; }
@supports ((-webkit-mask-image: url('')) or (mask-image: url(''))) {
.ab-h .l {
-webkit-mask-image: url('/assets/img/hero/headline-mask.webp');
mask-image: url('/assets/img/hero/headline-mask.webp');
-webkit-mask-size: 420px 420px; mask-size: 420px 420px;
-webkit-mask-repeat: repeat; mask-repeat: repeat;
}
}
.ab-btn {
display: inline-flex; align-items: center; gap: 14px;
padding: 15px 28px;
background: var(--cta-bg); color: #FFFFFF;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 16px; letter-spacing: .09em;
text-transform: uppercase; text-decoration: none;
border: 0;
}
.ab-btn:hover { background: var(--cta-bg-hover); color: #FFFFFF; text-decoration: none; }
.ab-btn:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.ab-btn svg { width: 30px; height: 10px; flex: 0 0 auto; }
.ab-hero::before,
.ab-people::before,
.ab-scope::before {
content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
background-image: url('/assets/img/hero/concrete.webp'), url('/assets/img/hero/grain.webp');
background-size: 420px 420px, 128px 128px;
background-repeat: repeat, repeat;
opacity: .10;
mix-blend-mode: screen;
}
.ab-why::before,
.ab-process::before,
.ab-comms::before {
content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
background-image: url('/assets/img/section2/concrete-light.webp');
background-size: 420px 420px;
background-repeat: repeat;
mix-blend-mode: multiply;
opacity: .22;
}
.ab-hero {
position: relative;
isolation: isolate;
background-color: var(--h-black);
color: var(--h-bone);
font-family: 'Inter', Helvetica, Arial, sans-serif;
overflow: hidden;
}
.ab-hero-inner {
position: relative; z-index: 1;
--ab-copy-frac: .52;
display: grid;
grid-template-columns: calc(var(--ab-copy-frac) * 100%) 1fr;
align-items: stretch;
}
.ab-hero-copy {
display: flex; flex-direction: column; justify-content: flex-start;
padding: var(--hero-copy-top) calc(var(--ab-gutter) / var(--ab-copy-frac)) var(--hero-copy-bottom);
min-width: 0;
}
.ab-hero-h1 {
font-size: 50px;
color: var(--h-bone);
margin: 0 0 26px;
}
.ab-hero-lede {
margin: 0 0 34px;
max-width: 32em;
font-size: 18.5px; line-height: 1.6;
color: var(--h-muted);
}
.ab-hero-lede a {
color: var(--h-bone);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
text-decoration-color: rgba(231, 229, 223, .5);
}
.ab-hero-lede a:hover {
color: var(--h-cyan);
text-decoration-color: var(--h-cyan);
}
.ab-hero-lede a:focus-visible { outline: 2px solid var(--h-cyan); outline-offset: 3px; }
.ab-hero-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.ab-hero-photo { position: relative; min-width: 0; overflow: hidden; }
.ab-hero-photo picture { position: absolute; inset: 0; display: block; }
.ab-hero-photo img {
display: block; width: 100%; height: 100%;
object-fit: cover; object-position: 50% 0%;
}
.ab-facts {
position: relative; z-index: 1;
display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
margin: 0; padding: 0 var(--ab-gutter); list-style: none;
background: var(--h-panel);
border-top: 1px solid rgba(231, 229, 223, .10);
}
.ab-fact {
display: flex; align-items: center; justify-content: center; gap: 13px;
margin: 0; padding: 24px 12px; min-width: 0;
}
.ab-fact + .ab-fact { border-left: 1px solid rgba(231, 229, 223, .10); }
.ab-fact-icon { flex: 0 0 auto; width: 28px; height: 28px; color: var(--h-bone); }
.ab-fact-icon svg { display: block; width: 100%; height: 100%; }
.ab-fact-label {
min-width: 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 15.5px; letter-spacing: .1em;
text-transform: uppercase; color: var(--h-bone);
}
.ab-why {
position: relative;
isolation: isolate;
background-color: var(--t-concrete);
color: var(--t-ink);
font-family: 'Inter', Helvetica, Arial, sans-serif;
overflow: hidden;
}
.ab-why-inner {
position: relative; z-index: 1;
display: grid;
grid-template-columns: 1fr;
gap: 56px;
align-items: start;
padding: 78px var(--ab-gutter);
}
.ab-why-copy { min-width: 0; }
.ab-why-h2 { font-size: 42px; color: var(--t-ink); margin: 0 0 22px; }
.ab-why-body {
margin: 0; max-width: 34em;
font-size: 17px; line-height: 1.62; color: var(--t-ink-soft);
}
.ab-problems { list-style: none; margin: 6px 0 0; padding: 0; min-width: 0; }
.ab-problem {
display: flex; align-items: center; gap: 20px;
padding: 0 0 18px;
margin: 0 0 18px;
border-bottom: 1px solid var(--t-hair);
}
.ab-problem:last-child { margin-bottom: 0; }
.ab-problem p {
margin: 0; min-width: 0;
font-size: 17px; line-height: 1.45; color: var(--t-ink);
}
.ab-problem-mark { flex: 0 0 auto; width: 28px; height: 28px; color: var(--h-cyan-dark); }
.ab-problem-mark svg { display: block; width: 100%; height: 100%; }
.ab-people {
position: relative;
isolation: isolate;
background-color: var(--h-black);
color: var(--h-bone);
font-family: 'Inter', Helvetica, Arial, sans-serif;
overflow: hidden;
}
.ab-people-inner { position: relative; z-index: 1; padding: 74px var(--ab-gutter); }
.ab-people-head { margin: 0 0 42px; }
.ab-people-h2 { font-size: 42px; color: var(--h-bone); margin: 0 0 20px; }
.ab-legal-note {
margin: 12px 0 0; max-width: 34em;
font-size: 14px; line-height: 1.5; color: var(--h-muted);
}
.ab-roles {
list-style: none; margin: 0; padding: 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
border-top: 1px solid rgba(231, 229, 223, .20);
}
.ab-role {
min-width: 0;
padding: 34px 30px 36px;
border-left: 1px solid rgba(231, 229, 223, .20);
}
.ab-role:first-child { border-left: 0; padding-left: 0; }
.ab-role:last-child { padding-right: 0; }
.ab-role-icon { display: block; width: 52px; height: 52px; color: var(--h-bone); }
.ab-role-icon svg { display: block; width: 100%; height: 100%; }
.ab-role-title {
margin: 20px 0 10px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 16px; letter-spacing: .05em;
text-transform: uppercase; color: var(--h-bone);
overflow-wrap: anywhere;
}
.ab-role p {
margin: 0; min-width: 0;
font-size: 16px; line-height: 1.55; color: var(--h-muted);
}
.ab-statement {
margin: 46px 0 0;
padding: 30px 34px;
background: var(--h-panel);
border-left: 3px solid var(--h-cyan);
}
.ab-statement-text {
margin: 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 23px; letter-spacing: .04em; line-height: 1.3;
text-transform: uppercase; color: var(--h-bone);
}
.ab-process {
position: relative;
isolation: isolate;
background-color: var(--t-bone);
color: var(--t-ink);
font-family: 'Inter', Helvetica, Arial, sans-serif;
overflow: hidden;
}
.ab-process-inner { position: relative; z-index: 1; padding: 78px var(--ab-gutter); }
.ab-process-head { margin: 0 0 46px; }
.ab-process-h2 { font-size: 42px; color: var(--t-ink); }
.ab-steps {
list-style: none; margin: 0; padding: 0;
display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ab-step { position: relative; margin: 0; padding: 0 16px; text-align: center; min-width: 0; }
.ab-step-num {
display: block; margin: 0 0 14px;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400; font-size: 40px; line-height: 1;
color: var(--h-cyan-dark);
}
.ab-step-name {
margin: 0 0 8px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 16px; letter-spacing: .1em;
text-transform: uppercase; color: var(--t-ink);
}
.ab-step p {
margin: 0; min-width: 0;
font-size: 15.5px; line-height: 1.5; color: var(--t-ink-soft);
}
.ab-step + .ab-step::before {
content: ''; position: absolute; top: 19px; height: 2px;
left: calc(-50% + 30px); right: calc(50% + 30px);
background: var(--h-cyan-dark);
}
.ab-step + .ab-step::after {
content: ''; position: absolute; left: calc(50% - 40px); top: 14px;
border: 6px solid transparent; border-left-color: var(--h-cyan-dark);
}
.ab-process-close {
margin: 50px 0 0; padding: 26px 0 0;
border-top: 1px solid var(--t-hair);
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 19px; letter-spacing: .06em;
text-transform: uppercase; color: var(--t-ink);
}
.ab-scope {
position: relative;
isolation: isolate;
background-color: var(--h-black);
color: var(--h-bone);
font-family: 'Inter', Helvetica, Arial, sans-serif;
overflow: hidden;
}
.ab-scope-inner { position: relative; z-index: 1; padding: 74px var(--ab-gutter); }
.ab-scope-head { margin: 0 0 44px; max-width: 46em; }
.ab-scope-h2 { font-size: 42px; color: var(--h-bone); margin: 0 0 20px; }
.ab-scope-lede {
margin: 0; max-width: 34em;
font-size: 18px; line-height: 1.55; color: var(--h-muted);
}
.ab-scope-lists {
display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 34px 64px;
border-top: 1px solid rgba(231, 229, 223, .20);
padding-top: 34px;
}
.ab-scope-group { min-width: 0; }
.ab-scope-label {
margin: 0 0 20px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 13.5px; letter-spacing: .18em;
text-transform: uppercase; color: var(--h-cyan);
}
.ab-scope-list { list-style: none; margin: 0; padding: 0; }
.ab-scope-list li {
position: relative;
margin: 0 0 14px; padding: 0 0 14px 26px;
border-bottom: 1px solid rgba(231, 229, 223, .12);
font-size: 16.5px; line-height: 1.5; color: var(--h-bone);
min-width: 0;
}
.ab-scope-list li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.ab-scope-list li::before {
content: ''; position: absolute; left: 0; top: .55em;
width: 8px; height: 8px; background: var(--h-cyan);
}
.ab-scope-note {
display: block; margin-top: 6px;
font-size: 14.5px; line-height: 1.45; color: var(--h-muted);
}
.ab-comms {
position: relative;
isolation: isolate;
background-color: var(--t-concrete);
color: var(--t-ink);
font-family: 'Inter', Helvetica, Arial, sans-serif;
overflow: hidden;
}
.ab-comms-inner { position: relative; z-index: 1; padding: 78px var(--ab-gutter); }
.ab-comms-head { margin: 0 0 46px; }
.ab-comms-h2 { font-size: 42px; color: var(--t-ink); }
.ab-promises {
list-style: none; margin: 0; padding: 0;
display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
border-top: 1px solid var(--t-hair);
}
.ab-promise {
min-width: 0;
padding: 34px 28px 36px;
border-left: 1px solid var(--t-hair);
}
.ab-promise:first-child { border-left: 0; padding-left: 0; }
.ab-promise:last-child { padding-right: 0; }
.ab-promise-icon { display: block; width: 50px; height: 50px; color: var(--t-icon); }
.ab-promise-icon svg { display: block; width: 100%; height: 100%; }
.ab-promise-title {
margin: 20px 0 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 16px; letter-spacing: .05em; line-height: 1.3;
text-transform: uppercase; color: var(--t-ink);
overflow-wrap: anywhere;
}
.ab-comms-close {
margin: 44px 0 0; padding: 26px 0 0;
border-top: 1px solid var(--t-hair);
max-width: 46em;
font-size: 17px; line-height: 1.55; color: var(--t-ink-soft);
}
.page-about .reviews {
--t-concrete: var(--h-black);
--t-ink: var(--h-bone);
--t-ink-soft: var(--h-muted);
--t-hair: rgba(231,229,223,.20);
--t-concrete-lo: rgba(231,229,223,.26);
padding-bottom: 78px;
}
@media (min-width: 981px) {
.page-about .reviews { padding-top: 76px; }
}
.page-about .reviews::before {
background-image: url('/assets/img/hero/concrete.webp'), url('/assets/img/hero/grain.webp');
background-size: 420px 420px, 128px 128px;
mix-blend-mode: screen;
opacity: .09;
}
.page-about .rv-nav button { background: var(--h-panel); color: var(--h-bone); }
.page-about .rv-nav button:hover { background: #2A2E31; }
.page-about .rv-rating:hover .rv-rating-word,
.page-about .rv-rating:hover .rv-rating-src { color: var(--h-cyan); }
@media (max-width: 1200px) {
.ab-hero-h1 { font-size: 3.7vw; }
.ab-why-h2, .ab-process-h2, .ab-comms-h2 { font-size: 3.4vw; }
.ab-people-h2, .ab-scope-h2 { font-size: 3.4vw; }
.ab-why-inner { gap: 40px; }
.ab-role { padding: 30px 20px 32px; }
.ab-role-title, .ab-promise-title { font-size: 15px; }
.ab-role p, .ab-step p { font-size: 15px; }
.ab-promise { padding: 30px 18px 32px; }
.ab-step { padding: 0 10px; }
.ab-fact-label { font-size: 14px; letter-spacing: .07em; }
.ab-fact { gap: 10px; padding: 22px 8px; }
.ab-statement-text { font-size: 20px; }
}
@media (max-width: 980px) {
.ab-hero-inner {
--ab-copy-frac: 1;
grid-template-columns: 1fr;
min-height: 0;
}
.ab-hero-photo { order: -1; aspect-ratio: 16 / 10; }
.ab-hero-copy { padding: 54px var(--ab-gutter) 58px; }
.ab-hero-h1 { font-size: clamp(28px, 5.2vw, 46px); }
.ab-hero-lede { font-size: 17px; }
.ab-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ab-fact:nth-child(odd) { border-left: 0; }
.ab-fact:nth-child(n + 3) { border-top: 1px solid rgba(231, 229, 223, .10); }
.ab-why-inner { grid-template-columns: 1fr; gap: 34px; padding: 56px var(--ab-gutter); }
.ab-why-h2 { font-size: clamp(26px, 4.6vw, 40px); }
.ab-people-inner, .ab-scope-inner { padding: 56px var(--ab-gutter); }
.ab-process-inner, .ab-comms-inner { padding: 56px var(--ab-gutter); }
.ab-people-h2, .ab-scope-h2 { font-size: clamp(25px, 4.4vw, 38px); }
.ab-process-h2, .ab-comms-h2 { font-size: clamp(25px, 4.4vw, 38px); }
.ab-roles { grid-template-columns: 1fr; }
.ab-role,
.ab-role:first-child,
.ab-role:last-child { border-left: 0; padding: 26px 0 28px; }
.ab-role + .ab-role { border-top: 1px solid rgba(231, 229, 223, .20); }
.ab-steps { grid-template-columns: 1fr; gap: 30px; }
.ab-step { text-align: left; padding: 0 0 0 0; }
.ab-step-num { margin-bottom: 8px; }
.ab-step + .ab-step::before {
top: -22px; left: 18px; right: auto; width: 2px; height: 22px;
}
.ab-step + .ab-step::after {
left: 13px; top: -8px;
border-left-color: transparent; border-top-color: var(--h-cyan-dark);
}
.ab-scope-lists { grid-template-columns: 1fr; gap: 30px; }
.ab-promises { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ab-promise { padding: 28px 20px 30px; border-left: 1px solid var(--t-hair); }
.ab-promise:first-child { padding-left: 20px; }
.ab-promise:nth-child(odd) { border-left: 0; padding-left: 0; }
.ab-promise:last-child { padding-right: 20px; }
.ab-promise:nth-child(even) { padding-right: 0; }
.ab-promise:nth-child(n + 3) { border-top: 1px solid var(--t-hair); }
.page-about .reviews { padding-bottom: 84px; }
}
@media (max-width: 620px) {
.page-about main { --ab-gutter: 22px; }
.ab-eyebrow { font-size: 12.5px; letter-spacing: .1em; gap: 10px; }
.ab-eyebrow::after { flex-basis: 40px; }
.ab-hero-copy { padding: 40px var(--ab-gutter) 44px; }
.ab-hero-h1 { font-size: clamp(25px, 6.6vw, 32px); }
.ab-hero-lede { font-size: 16px; margin-bottom: 26px; line-height: 1.65; }
.ab-hero-photo { aspect-ratio: 3 / 2; }
.ab-btn { font-size: 15px; padding: 14px 22px; }
.ab-facts { grid-template-columns: 1fr; padding: 0; }
.ab-fact {
justify-content: flex-start; gap: 14px;
padding: 16px var(--ab-gutter);
border-left: 0;
}
.ab-fact + .ab-fact { border-left: 0; border-top: 1px solid rgba(231, 229, 223, .10); }
.ab-fact:nth-child(n + 3) { border-top: 1px solid rgba(231, 229, 223, .10); }
.ab-fact-label { font-size: 15px; letter-spacing: .09em; }
.ab-why-inner, .ab-people-inner, .ab-process-inner,
.ab-scope-inner, .ab-comms-inner {
padding-top: 44px; padding-bottom: 46px;
}
.ab-why-h2, .ab-process-h2, .ab-comms-h2 { font-size: clamp(23px, 6.2vw, 30px); }
.ab-people-h2, .ab-scope-h2 { font-size: clamp(22px, 6vw, 29px); }
.ab-problem { gap: 14px; }
.ab-problem p { font-size: 16px; }
.ab-problem-mark { width: 24px; height: 24px; }
.ab-statement { padding: 24px 22px; margin-top: 34px; }
.ab-statement-text { font-size: 18px; letter-spacing: .03em; }
.ab-step-num { font-size: 34px; }
.ab-step + .ab-step::before { top: -24px; left: 15px; height: 24px; }
.ab-step + .ab-step::after { left: 10px; top: -10px; }
.ab-process-close { font-size: 17px; margin-top: 38px; }
.ab-scope-list li { font-size: 16px; }
.ab-promises { grid-template-columns: 1fr; }
.ab-promise,
.ab-promise:first-child,
.ab-promise:nth-child(odd),
.ab-promise:nth-child(even),
.ab-promise:last-child {
border-left: 0; padding: 24px 0 26px;
}
.ab-promise + .ab-promise { border-top: 1px solid var(--t-hair); }
.ab-comms-close { font-size: 16px; margin-top: 34px; }
}
