:root{--navy:#002856;--teal:#167c80;--red:#b42318;--ink:#243536;--muted:#647477;--bg:#f3f8f8}*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);line-height:1.65;background:var(--bg)}a{color:var(--teal)}.profile-header{background:var(--navy);color:#fff;padding:18px 0}.profile-wrap{width:min(1080px,calc(100% - 36px));margin:auto}.profile-header .profile-wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}.profile-header a{color:#fff;text-decoration:none;font-weight:700}.profile-emergency{background:var(--red);padding:9px 14px;border-radius:5px}.profile-main{padding:55px 0}.profile-card{display:grid;grid-template-columns:minmax(240px,340px) 1fr;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 12px 35px rgba(0,40,86,.10)}.profile-photo{background:var(--navy);min-height:440px}.profile-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.profile-content{padding:42px}.profile-eyebrow{margin:0 0 5px;color:var(--teal);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.profile-content h1{margin:0;color:var(--navy);font-size:clamp(30px,5vw,46px);line-height:1.15}.profile-qualification{font-size:19px;color:var(--teal);font-weight:700;margin:12px 0 25px}.profile-facts{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:28px 0}.profile-fact{padding:16px;background:var(--bg);border-left:4px solid var(--teal)}.profile-fact strong{display:block;color:var(--navy)}.profile-notice{padding:16px;background:#fff7e7;border-left:4px solid #b7791f}.profile-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.profile-button{display:inline-block;padding:12px 18px;border-radius:5px;background:var(--teal);color:#fff;text-decoration:none;font-weight:700}.profile-button.secondary{background:var(--navy)}.medical-note{margin-top:26px;color:var(--muted);font-size:13px}.profile-footer{text-align:center;padding:24px;color:var(--muted)}@media(max-width:760px){.profile-header .profile-wrap{align-items:flex-start;flex-direction:column}.profile-card{grid-template-columns:1fr}.profile-photo{min-height:360px;max-height:470px}.profile-content{padding:28px 22px}.profile-facts{grid-template-columns:1fr}}
