.about-page{color:var(--foreground);background:var(--background)}.about-hero{padding:6rem 5% 4rem}.about-hero__heading{font-size:clamp(2rem,6vw,4rem);font-weight:900;color:rgb(225 40 42);line-height:1.15}.about-two-col{display:grid;grid-template-columns:1fr 1fr;gap:8rem;padding:0 5% 4rem}@media (width < 48rem){.about-two-col{grid-template-columns:1fr;gap:3rem}}.about-two-col__left,.about-two-col__right{display:flex;flex-direction:column;gap:2rem}.about-two-col__heading{font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--foreground)}.about-two-col__text{font-size:1rem;line-height:1.7;color:var(--muted-foreground);margin:0}.about-two-col__image-wrap{position:relative;overflow:hidden;width:100%}.about-two-col__img{display:block;width:100%;height:auto;object-fit:cover}.about-grid{display:grid;grid-template-columns:1fr 1fr;padding:0 5% 4rem}@media (width < 48rem){.about-grid{grid-template-columns:1fr}}.about-grid__cell{min-height:400px}@media (width < 48rem){.about-grid__cell{min-height:300px}.about-grid__cell:first-child{order:1}.about-grid__cell:nth-child(2){order:2}.about-grid__cell:nth-child(3){order:4}.about-grid__cell:nth-child(4){order:3}}.about-grid__cell--image{position:relative;overflow:hidden}.about-grid__img{object-fit:cover}.about-grid__cell--content{display:flex;flex-direction:column;justify-content:center;padding:3rem;gap:1rem;background:var(--primary-foreground)}@media (width < 48rem){.about-grid__cell--content{padding:1.5rem}}.about-grid__heading{font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--foreground)}.about-grid__text{font-size:1rem;line-height:1.7;color:var(--muted-foreground);margin:0}.about-grid__button{display:inline-block;align-self:flex-start;padding:.75rem 1.5rem;margin-top:.5rem;font-weight:600;text-decoration:none;text-transform:uppercase;color:white;background:rgb(225 40 42);transition:opacity .2s ease}.about-grid__button:hover{opacity:.85}