.About-module__hVONLq__pageWrapper{background:var(--background);min-height:calc(100vh - 80px);color:var(--foreground);font-family:var(--font-space-grotesk), sans-serif;padding:120px 0;overflow-x:hidden}.About-module__hVONLq__aboutContainer{flex-direction:column;gap:120px;display:flex}.About-module__hVONLq__heroSection{border-bottom:4px solid var(--foreground);flex-direction:column;gap:40px;padding-bottom:60px;display:flex}.About-module__hVONLq__massiveTitle{letter-spacing:-.06em;text-transform:uppercase;margin:0 0 0 -.04em;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:.85;transition:transform .2s}.About-module__hVONLq__massiveTitle:hover{text-shadow:4px 4px #ff003c,-4px -4px #00f0ff;transform:scaleY(1.05)skew(-2deg)}.About-module__hVONLq__heroContent{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.About-module__hVONLq__punchline{text-transform:uppercase;background:var(--foreground);color:var(--background);padding:20px;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1;box-shadow:8px 8px #333}.About-module__hVONLq__heroText{border-left:4px solid var(--foreground);padding-left:24px;font-size:1.25rem;font-weight:500;line-height:1.6}.About-module__hVONLq__brutalGrid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.About-module__hVONLq__brutalCard{border:2px solid var(--foreground);background:var(--background);box-shadow:8px 8px 0 var(--foreground);flex-direction:column;gap:20px;padding:40px;transition:all .2s cubic-bezier(.25,.8,.25,1);display:flex}.About-module__hVONLq__brutalCard:hover{box-shadow:12px 12px 0 var(--foreground);background:var(--foreground);color:var(--background);transform:translate(-4px,-4px)}.About-module__hVONLq__cardHeader{text-transform:uppercase;border-bottom:2px solid;margin:0;padding-bottom:12px;font-size:3rem;font-weight:900}.About-module__hVONLq__cardBody{font-size:1.125rem;font-weight:600;line-height:1.6}.About-module__hVONLq__sectionHeading{text-transform:uppercase;letter-spacing:-.04em;color:#0000;-webkit-text-stroke:2px var(--foreground);margin-bottom:40px;font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:1;transition:color .3s}.About-module__hVONLq__sectionHeading:hover{color:var(--foreground)}.About-module__hVONLq__pillarGrid{border:2px solid var(--foreground);grid-template-columns:repeat(3,1fr);gap:0;display:grid}.About-module__hVONLq__pillarItem{border-right:2px solid var(--foreground);flex-direction:column;gap:20px;padding:40px;transition:background .3s,color .3s;display:flex}.About-module__hVONLq__pillarItem:last-child{border-right:none}.About-module__hVONLq__pillarItem:hover{background:var(--foreground);color:var(--background)}.About-module__hVONLq__pillarItem h3{text-transform:uppercase;margin:0;font-size:1.75rem;font-weight:800}.About-module__hVONLq__pillarItem p{font-size:1rem;font-weight:500;line-height:1.6}.About-module__hVONLq__foundersSection{flex-direction:column;gap:40px;display:flex}.About-module__hVONLq__foundersIntro{border-left:8px solid var(--foreground);max-width:900px;padding-left:32px;font-size:1.5rem;font-weight:600;line-height:1.5}.About-module__hVONLq__foundersGrid{grid-template-columns:1fr;gap:80px;margin-top:40px;display:grid}.About-module__hVONLq__founderBlock{border:4px solid var(--foreground);background:#000;grid-template-columns:300px 1fr;gap:40px;display:grid;position:relative}.About-module__hVONLq__founderVisual{border-right:4px solid var(--foreground);background:#000;justify-content:center;align-items:center;display:flex;overflow:hidden}.About-module__hVONLq__founderImage{object-fit:cover;filter:grayscale()contrast(1.2);width:100%;height:100%;transition:filter .4s,transform .4s}.About-module__hVONLq__founderBlock:hover .About-module__hVONLq__founderImage{filter:grayscale(0%)contrast();transform:scale(1.05)}.About-module__hVONLq__founderData{flex-direction:column;gap:16px;padding:40px 40px 40px 0;display:flex}.About-module__hVONLq__founderName{text-transform:uppercase;letter-spacing:-.02em;background:var(--foreground);color:var(--background);width:fit-content;margin:0 0 0 10px;padding:0 16px;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;display:inline-block;transform:skew(-10deg)}.About-module__hVONLq__founderRole{text-transform:uppercase;letter-spacing:.1em;color:var(--foreground);border-bottom:2px dashed var(--foreground);padding-bottom:12px;font-size:1.25rem;font-weight:700}.About-module__hVONLq__founderBio{flex-direction:column;gap:24px;font-size:1.125rem;font-weight:500;line-height:1.6;display:flex}.About-module__hVONLq__sharpList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.About-module__hVONLq__sharpList li{padding-left:32px;font-size:1rem;transition:transform .2s;position:relative}.About-module__hVONLq__sharpList li:before{content:"■";color:var(--foreground);transition:transform .2s;position:absolute;left:0}.About-module__hVONLq__founderBlock:hover .About-module__hVONLq__sharpList li{transform:translate(8px)}.About-module__hVONLq__founderBlock:hover .About-module__hVONLq__sharpList li:before{transform:scale(1.5)rotate(45deg)}.About-module__hVONLq__sharpList li strong{background:var(--foreground);color:var(--background);text-transform:uppercase;margin-right:8px;padding:0 4px;font-weight:800}@media (max-width:992px){.About-module__hVONLq__heroContent,.About-module__hVONLq__brutalGrid,.About-module__hVONLq__pillarGrid{grid-template-columns:1fr}.About-module__hVONLq__pillarItem{border-right:none;border-bottom:2px solid var(--foreground)}.About-module__hVONLq__pillarItem:last-child{border-bottom:none}.About-module__hVONLq__founderBlock{grid-template-columns:1fr}.About-module__hVONLq__founderVisual{aspect-ratio:16/9;border-right:none;border-bottom:4px solid var(--foreground)}.About-module__hVONLq__founderData{padding:32px}}
