.about-hero{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.about-hero__image{background-color:var(--sand);min-height:500px;overflow:hidden;position:relative}.about-hero__photo{display:block;height:100%;object-fit:cover;object-position:center top;width:100%}.about-hero__photo-placeholder{align-items:center;color:var(--aggregate);display:flex;flex-direction:column;gap:16px;inset:0;justify-content:center;padding:40px;position:absolute;text-align:center}.about-hero__photo-mark{opacity:.2}.about-hero__photo-placeholder p{font-size:.8rem;font-weight:400;letter-spacing:.06em;opacity:.5;text-transform:uppercase}.about-hero__image-fade{background:linear-gradient(to top,var(--sand) 0,transparent 100%);bottom:0;height:140px;left:0;pointer-events:none;position:absolute;right:0}.about-hero__content{background-color:var(--section-bg,var(--sand-light));display:flex;flex-direction:column;justify-content:center;padding:80px 72px 80px 64px;position:relative}.about-hero__content:before{background-image:url(../../images/BrandPatternOneAggregateFullColorRGB.svg);background-repeat:repeat;background-size:280px 280px;content:"";inset:0;opacity:.025;pointer-events:none;position:absolute}.about-hero__eyebrow{margin-bottom:16px;position:relative}.about-hero__name{color:var(--stone);font-family:var(--font-heading);font-size:clamp(3rem,4.5vw,5rem);line-height:1;margin:0 0 10px;position:relative}.about-hero__title{color:var(--tile);font-size:.72rem;font-weight:700;letter-spacing:.12em;margin-bottom:28px;position:relative;text-transform:uppercase}.about-hero__intro{color:var(--stone);font-size:1.05rem;line-height:1.75;margin-bottom:36px;max-width:440px;opacity:.8;position:relative}.about-hero__credentials{display:flex;flex-direction:column;gap:10px;margin-bottom:40px;position:relative}.about-hero__cred-item{align-items:baseline;display:flex;font-size:.875rem;gap:10px}.about-hero__actions{display:flex;flex-wrap:wrap;gap:14px;position:relative}.about-hero--stone .about-hero__content,.about-hero--tile .about-hero__content{color:var(--air)}.about-hero--stone .about-hero__eyebrow,.about-hero--tile .about-hero__eyebrow{color:var(--water)}.about-hero--stone .about-hero__intro,.about-hero--stone .about-hero__name,.about-hero--tile .about-hero__intro,.about-hero--tile .about-hero__name{color:var(--air)}.about-hero--stone .about-hero__title,.about-hero--tile .about-hero__title{color:var(--water)}.about-hero--stone .trust-label,.about-hero--tile .trust-label{color:var(--air)}.about-hero--stone .trust-desc,.about-hero--tile .trust-desc{color:hsla(0,0%,100%,.78)}.about-hero--stone .btn-outline,.about-hero--tile .btn-outline{border-color:var(--air);color:var(--air)}.about-hero--stone .btn-outline:hover,.about-hero--tile .btn-outline:hover{background:var(--air);color:var(--stone)}@media (max-width:960px){.about-hero{grid-template-columns:1fr}.about-hero__image{min-height:380px}.about-hero__image-fade{display:none}.about-hero__content{padding:56px 40px}}@media (max-width:480px){.about-hero__content{padding:44px 24px}.about-hero__name{font-size:3rem}.about-hero__actions{flex-direction:column}.about-hero__actions a{text-align:center}}