.hero-about{justify-content:center;align-items:center;gap:var(--space-6);flex-direction:column;display:flex}.hero-about-content{align-items:center;gap:var(--space-6);flex-direction:column;width:100%;display:flex}.hero-about-text{justify-content:center;align-items:flex-start;gap:var(--space-4);flex-direction:column;width:100%;display:flex}.hero-about-title{font-size:clamp(var(--text-4xl), 6vw, var(--text-7xl));line-height:1.05;font-weight:var(--font-medium);letter-spacing:var(--tracking-tight);color:var(--white)}.hero-about-description{font-size:clamp(var(--text-base), 1.5vw, var(--text-lg));line-height:var(--leading-lg);font-weight:var(--font-normal);color:var(--zinc-400)}.hero-about-image-wrapper{border-radius:var(--radius-3xl);border-right:8px solid var(--lime-500);flex-shrink:0;width:100%;height:clamp(280px,60vw,466px);position:relative;overflow:hidden}.hero-about-image{object-fit:cover;object-position:center top}@media (min-width:640px){.hero-about-content{align-items:flex-start;gap:var(--space-8);flex-direction:row}.hero-about-text{gap:var(--space-6);flex:1}.hero-about-image-wrapper{flex-shrink:0;width:clamp(200px,30vw,328px);height:clamp(280px,40vw,440px)}}@media (min-width:1024px){.hero-about{min-height:670px}.hero-about-content{gap:var(--space-20)}.hero-about-text{gap:var(--space-12)}.hero-about-image-wrapper{width:328px;height:440px}}
