:root{--dark-bg:#0a0a0a}body{background:var(--dark-bg);color:#fff;font-family:var(--font-sans,"Inter", sans-serif);margin:0;overflow-x:hidden}.story-container{width:100%;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 8rem;overflow:hidden}.story-title{font-family:var(--font-serif,"Cinzel", serif);letter-spacing:.15em;text-align:center;color:#ffffffe6;margin-bottom:3rem;font-size:clamp(2rem,5vw,3rem)}.story-content{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto 6rem;padding:0 1rem;display:flex}.story-text{letter-spacing:.05em;color:#fffc;text-align:justify;margin:0;font-size:clamp(.9rem,2.5vw,1.1rem);line-height:1.8}.founders-section{width:100%;margin-top:4rem}.founders-title{font-family:var(--font-serif,"Cinzel", serif);letter-spacing:.15em;text-align:center;color:#ffffffe6;margin-bottom:4rem;font-size:clamp(1.5rem,4vw,2.5rem)}.founders-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;gap:4rem;display:grid}.founder-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:400px;display:flex}.founder-image-wrapper{aspect-ratio:4/5;background:#111;border:1px solid #ffffff1a;border-radius:4px;width:100%;margin-bottom:1.5rem;transition:border-color .4s;overflow:hidden}.founder-card:hover .founder-image-wrapper{border-color:#fff6}.founder-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.founder-card:hover .founder-image{transform:scale(1.05)}.founder-info{flex-direction:column;gap:.5rem;width:100%;display:flex}.founder-name{font-family:var(--font-serif,"Cinzel", serif);letter-spacing:.1em;color:#fff;margin:0;font-size:1.5rem}.founder-role{letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin:0 0 1rem;font-size:.8rem;font-weight:600}.founder-socials{justify-content:center;gap:1.5rem;display:flex}.social-icon-link{color:#ffffff80;justify-content:center;align-items:center;transition:color .3s,transform .3s;display:flex}.social-icon-link:hover{color:#fff;transform:translateY(-2px)scale(1.1)}@media (width<=768px){.story-container{padding:3rem 1rem 6rem}.founders-grid{grid-template-columns:1fr 1fr;gap:1rem}.founder-name{font-size:1.1rem}.founder-role{font-size:.65rem}.social-icon-link svg{width:20px;height:20px}}
