.founders{position:relative;background:var(--bg-inverse);color:var(--text-on-dark);padding:72px 0;transition:background-color .2s ease,color .2s ease}@media (min-width: 640px){.founders{padding:112px 0}}.founders .section-header{text-align:center;max-width:760px;margin:0 auto 56px}.founders .section-header .eyebrow{color:var(--accent)}.founders .section-header h2{color:var(--text-on-dark);font-size:clamp(2rem,4.5vw,3.25rem);line-height:1.08;margin:16px 0 14px;letter-spacing:-.02em;font-weight:800}.founders .section-header h2 .accent{color:var(--accent);font-style:italic}.founders .section-header p{color:var(--text-on-dark-soft);font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:560px}.founders-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:980px;margin:0 auto}@media (min-width: 720px){.founders-grid{grid-template-columns:1fr 1fr;gap:24px}}.founder-tile{position:relative;display:block;width:100%;aspect-ratio:3 / 4;border:none;padding:0;margin:0;background:var(--bg-inverse-deep);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;text-align:left;font:inherit;color:var(--cream);transition:transform .3s ease,box-shadow .3s ease;box-shadow:var(--shadow-md)}@media (min-width: 720px){.founder-tile{aspect-ratio:4 / 5}}.founder-tile:hover,.founder-tile:focus-visible{transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-4px);box-shadow:var(--shadow-lg)}.founder-tile:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.founder-tile-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .6s cubic-bezier(.2,.6,.2,1);will-change:transform}.founder-tile:hover .founder-tile-photo,.founder-tile:focus-visible .founder-tile-photo{transform:scale(1.04)}.founder-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(31,63,60,.45) 75%,rgba(31,63,60,.85) 100%);pointer-events:none}.founder-tile-info{position:absolute;left:28px;right:28px;bottom:24px;display:flex;flex-direction:column;gap:4px;z-index:2}.founder-tile-name{font-family:Epilogue,system-ui,sans-serif;font-size:clamp(1.35rem,2.4vw,1.7rem);font-weight:800;color:var(--cream);line-height:1.15;letter-spacing:-.015em;margin:0}.founder-tile-role{font-family:Epilogue,system-ui,sans-serif;font-size:.85rem;font-weight:600;color:#f5edd9d9;letter-spacing:.02em}.founder-tile-cta{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:50%;background:#f5edd92e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;color:var(--cream);z-index:2;transition:background .2s ease,transform .2s ease}.founder-tile:hover .founder-tile-cta,.founder-tile:focus-visible .founder-tile-cta{background:var(--accent);color:var(--text-on-orange);transform:rotate(-45deg)}.founder-tile-cta .ms{font-size:1.05rem}.founders-tag{margin:48px auto 0;text-align:center;font-family:Epilogue,sans-serif;font-size:1.05rem;font-weight:600;color:var(--text-on-dark-soft);max-width:720px}.founder-modal{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 720px){.founder-modal{grid-template-columns:240px 1fr;gap:32px}}.founder-modal-photo{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1 / 1;background:var(--bg-inverse)}@media (min-width: 720px){.founder-modal-photo{aspect-ratio:3 / 4}}.founder-modal-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.founder-modal-role{position:absolute;top:12px;left:12px;font-family:Epilogue,system-ui,sans-serif;font-size:.66rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--text-on-orange);background:var(--accent);padding:5px 10px;border-radius:var(--radius-pill)}.founder-modal-body{display:flex;flex-direction:column;gap:14px}.founder-modal-name{font-family:Epilogue,system-ui,sans-serif;font-size:1.55rem;font-weight:800;color:var(--text-primary);margin:0;letter-spacing:-.015em}.founder-modal-lead{font-size:1.02rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.55}.founder-modal-body p{font-size:.95rem;line-height:1.65;color:var(--text-secondary);margin:0}.founder-modal-contacts{margin-top:8px;padding-top:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.founder-modal-contacts-title{font-family:Epilogue,system-ui,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.founder-modal-contacts-list{display:flex;flex-wrap:wrap;gap:10px}.founder-modal-contact{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1.5px solid var(--text-primary);border-radius:var(--radius-pill);color:var(--text-primary);font-family:Epilogue,system-ui,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s ease,color .2s ease}.founder-modal-contact:hover{background:var(--text-primary);color:var(--bg)}.founder-modal-contact .ms{font-size:1.05em}
