.about{background:var(--cream);padding:140px 24px 96px;min-height:100vh}.about-inner{max-width:1040px;margin:0 auto}.about-heading{font-family:var(--font-heading);font-weight:900;font-size:clamp(32px,6vw,52px);color:var(--primary-text);letter-spacing:-1px;margin-bottom:8px;position:relative;padding-bottom:28px}.about-heading:after{content:"";position:absolute;bottom:-8px;left:0;width:36px;height:8px;border-radius:16px;background:var(--primary-green)}.about-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,88px);align-items:center}.about-row:first-of-type{margin-top:56px}.about-row+.about-row{margin-top:clamp(48px,8vw,104px)}.about-text p{font-size:clamp(17px,2.5vw,20px);color:var(--secondary-text);line-height:1.7;margin-bottom:20px}.about-text p:last-child{margin-bottom:0}.about-text strong{font-weight:600;color:var(--primary-green)}.about-figure{margin:0}.about-figure img{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 24px 60px -24px #2e4a2273}.about-row--photo-right .about-figure{transform:translateY(-24px)}.about-row--photo-left .about-figure{order:-1;transform:translateY(24px)}.about-outro{margin-top:clamp(64px,10vw,120px);text-align:center}.about-outro p{font-family:var(--font-heading);font-weight:700;font-size:clamp(22px,3.5vw,30px);color:var(--primary-text);letter-spacing:-.5px;margin-bottom:28px}.about-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.about-cta-btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:15px;color:var(--cream);background:var(--primary-green);padding:13px 24px;border-radius:999px;transition:transform .12s cubic-bezier(.2,0,0,1)}.about-cta-btn:hover{transform:translateY(-2px)}.about-cta-btn:active{transform:scale(.96)}.spring-active .about-cta-btn{transition:none!important}.legal-footer{max-width:1040px;margin:0 auto;padding:32px 24px 40px;border-top:1px solid var(--border)}.legal-footer-links{display:flex;gap:24px;flex-wrap:wrap}.legal-footer-links a{font-size:13px;color:var(--secondary-text);padding:8px 0}.legal-footer-links a:hover{color:var(--primary-text)}.legal-footer-copy{font-size:12px;color:var(--secondary-text);margin-top:16px}@media(max-width:760px){.about-row{grid-template-columns:1fr;gap:28px}.about-row--photo-left .about-figure{order:0}.about-row--photo-right .about-figure,.about-row--photo-left .about-figure{transform:none}.about-figure img{border-radius:20px}}@media(prefers-reduced-motion:reduce){.about-figure img,.about-row--photo-right .about-figure,.about-row--photo-left .about-figure{transform:none}}
