
/* Phase 11: official founder portrait and production refinements */
.founder-portrait{position:relative;overflow:hidden;border:1px solid rgba(213,164,94,.35);border-radius:28px;background:linear-gradient(145deg,rgba(213,164,94,.11),rgba(20,27,36,.75));box-shadow:0 30px 70px rgba(0,0,0,.32)}
.founder-portrait picture,.founder-portrait img{display:block;width:100%;height:100%}
.founder-portrait img{object-fit:cover;object-position:50% 38%;background:#fff}
.founder-profile-media{position:relative;overflow:hidden;border:1px solid rgba(213,164,94,.42);border-radius:28px;background:#fff;box-shadow:0 34px 80px rgba(0,0,0,.35)}
.founder-profile-media picture,.founder-profile-media img{display:block;width:100%}
.founder-profile-media img{height:auto;object-fit:cover}
.portrait-caption{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px;background:#090d13;border-top:1px solid var(--border)}
.portrait-caption strong{color:#fff}.portrait-caption span{color:#d5a45e;font-size:.85rem;font-weight:700}
.about-founder{align-items:center}
:focus-visible{outline:3px solid #f0b45f!important;outline-offset:4px!important}
a,button,input,select,textarea{scroll-margin-top:110px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(max-width:700px){.portrait-caption{align-items:flex-start;flex-direction:column}.founder-portrait{border-radius:20px}}
@media print{header,footer,.mobilebar,.drawer,.backdrop,.actions{display:none!important}.founder-profile-media{box-shadow:none;border:1px solid #bbb}.portrait-caption{background:#fff;color:#000}.portrait-caption strong,.portrait-caption span{color:#000}}

.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-errors{margin-bottom:20px;padding:16px 18px;border:1px solid #e36b6b;border-radius:12px;background:rgba(227,107,107,.09);color:#fff}
[aria-invalid="true"]{border-color:#e36b6b!important;box-shadow:0 0 0 3px rgba(227,107,107,.15)!important}
