.page-hero{background:linear-gradient(120deg, var(--navy) 0%, #001a38 100%);padding:208px 0 84px;position:relative;overflow:hidden;}
.page-hero::after{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle, rgba(239,126,26,0.18), transparent 70%);}
.page-hero .eyebrow{color:var(--orange-light);margin-bottom:16px;}
.page-hero h1{font-family:var(--display);font-weight:700;font-size:clamp(28px,3.8vw,44px);color:#fff;line-height:1.2;max-width:820px;}
.page-hero p{color:rgba(255,255,255,0.78);font-size:16px;line-height:1.7;max-width:60ch;margin-top:18px;}

section.block{padding:96px 0;}
.procedure{background:var(--paper-2);}
@media (max-width:600px){section.block{padding:64px 0;}.page-hero{padding:180px 0 56px;}}

/* PROFILE DETAIL */
.leader-row{display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:start;}
.leader-photo{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);position:sticky;top:150px;}
.leader-photo img{width:100%;aspect-ratio:1/1;object-fit:cover;}
.leader-name{font-family:var(--display);font-weight:700;font-size:20px;color:var(--navy);margin-top:16px;}
.leader-role{font-size:12.5px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:0.04em;margin-top:4px;}
.leader-copy p{font-size:15.5px;color:var(--muted);line-height:1.9;margin-bottom:18px;max-width:66ch;}
.leader-copy p:last-child{margin-bottom:0;}
.pull-quote{font-family:var(--display);font-style:italic;font-weight:600;font-size:18px;color:var(--navy);border-left:3px solid var(--orange);padding-left:20px;margin:22px 0;line-height:1.6;}
@media (max-width:820px){.leader-row{grid-template-columns:1fr;}.leader-photo{position:static;max-width:220px;}}

/* OTHER LEADERS ROW */
.other-leaders{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.other-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;transition:transform .25s ease, box-shadow .25s ease;}
.other-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}
.other-card img{width:56px;height:56px;border-radius:12px;object-fit:cover;flex-shrink:0;}
.other-card .n{font-family:var(--display);font-weight:700;font-size:14.5px;color:var(--navy);}
.other-card .r{font-size:11px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:0.03em;margin-top:2px;}
@media (max-width:600px){.other-leaders{grid-template-columns:1fr;}}

.cta-band{background:var(--navy);padding:86px 0;text-align:center;}
.cta-band h2{font-family:var(--display);font-weight:700;font-size:clamp(26px,3.2vw,36px);color:#fff;margin-top:14px;max-width:760px;margin-left:auto;margin-right:auto;line-height:1.28;}
.cta-band .sub{color:rgba(255,255,255,0.7);font-size:15px;margin-top:16px;max-width:60ch;margin-left:auto;margin-right:auto;}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:30px;}
