.team-profile-page{--profile-navy:#001f5b;--profile-navy-dark:#00143d;--profile-gold:#D4A017;--profile-light:#f7f9fc;--profile-text:#4b5563;--profile-border:#e3e8f0}
.team-profile-hero{position:relative;overflow:hidden;padding:72px 8%;color:#fff;background:radial-gradient(circle at 88% 12%,rgba(212,160,23,.18),transparent 28%),linear-gradient(135deg,var(--profile-navy-dark),var(--profile-navy))}
.team-profile-hero::after{content:"";position:absolute;right:-120px;bottom:-190px;width:430px;height:430px;border:62px solid rgba(255,255,255,.035);border-radius:50%;pointer-events:none}
.team-profile-hero-inner{position:relative;z-index:2;width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);gap:48px;align-items:center}
.team-profile-photo{position:relative;aspect-ratio:4/5;overflow:hidden;background:#e5eaf1;border:5px solid rgba(255,255,255,.15);border-radius:22px;box-shadow:0 24px 55px rgba(0,0,0,.28)}
.team-profile-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.team-profile-photo-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#65738a;background:#e5eaf1;font-weight:700}
.team-profile-category{display:inline-flex;align-items:center;min-height:32px;padding:7px 12px;color:var(--profile-navy);background:var(--profile-gold);border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.9px;text-transform:uppercase}
.team-profile-hero h1{max-width:850px;margin:16px 0 8px;color:#fff;font-size:clamp(2.4rem,5vw,4.1rem);line-height:1.08}
.team-profile-title{margin:0 0 20px;color:var(--profile-gold);font-size:18px;font-weight:800;line-height:1.5}
.team-profile-summary{max-width:780px;margin:0;color:#edf2fb;font-size:15px;line-height:1.85}
.team-profile-actions{margin-top:26px;display:flex;flex-wrap:wrap;gap:11px}
.team-profile-actions a{min-height:45px;padding:11px 17px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.30);border-radius:9px;text-decoration:none;font-size:13px;font-weight:800;transition:.25s ease}
.team-profile-actions a:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}
.team-profile-actions .primary{color:var(--profile-navy);background:var(--profile-gold);border-color:var(--profile-gold)}
.team-profile-actions .primary:hover{background:#fff;border-color:#fff}
.team-profile-quick{padding:0 8%;background:var(--profile-light)}
.team-profile-quick-inner{width:min(1220px,100%);margin:auto;padding:28px 0 22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.quick-profile-item{min-width:0;padding:10px 28px;text-align:center}
.quick-profile-item:not(:last-child){border-right:2px solid var(--profile-gold)}
.quick-profile-item small{display:block;margin-bottom:7px;color:#7b8798;font-size:10px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}
.quick-profile-item strong{display:block;color:var(--profile-navy);font-size:15px;line-height:1.5}
.team-profile-content{padding:34px 8% 76px;background:var(--profile-light)}
.team-profile-content-inner{width:min(1220px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);gap:30px;align-items:start}
.team-profile-main,.team-profile-sidebar{display:grid;gap:20px;align-content:start}
.team-profile-sidebar{position:sticky;top:155px}
.profile-panel{overflow:hidden;background:#fff;border:1px solid var(--profile-border);border-radius:15px;box-shadow:0 8px 24px rgba(0,31,91,.07)}
.profile-panel-heading{padding:20px 23px 17px;border-bottom:1px solid var(--profile-border)}
.profile-panel-heading h2{margin:0;color:var(--profile-navy);font-size:20px;line-height:1.3}
.profile-panel-body{padding:23px}
.profile-panel-body p{margin:0;color:var(--profile-text);font-size:14px;line-height:1.85;white-space:pre-line}
.profile-prose{position:relative}
.profile-prose.is-collapsed{max-height:250px;overflow:hidden}
.profile-prose.is-collapsed::after{content:"";position:absolute;left:0;right:0;bottom:0;height:85px;background:linear-gradient(transparent,#fff);pointer-events:none}
.profile-read-toggle{margin-top:16px;padding:0;color:var(--profile-navy);background:transparent;border:0;font-size:13px;font-weight:900;cursor:pointer}
.profile-read-toggle:hover{color:var(--profile-gold)}
.profile-list{margin:0;padding:0;display:grid;gap:0;list-style:none}
.profile-list li{padding:10px 0;color:var(--profile-text);border-bottom:1px solid #edf0f5;font-size:13px;line-height:1.6}
.profile-list li:last-child{border-bottom:0}
.profile-expertise-list{display:flex;flex-wrap:wrap;gap:10px}
.profile-expertise-list span{padding:8px 13px;color:#fff;background:var(--profile-navy);border-radius:999px;font-size:12px;font-weight:800;line-height:1.4}
.consultancy-experience-list{margin:0;padding:0;display:grid;gap:11px;list-style:none}
.consultancy-experience-list li{position:relative;padding:0 0 0 28px;color:var(--profile-text);font-size:14px;line-height:1.7}
.consultancy-experience-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--profile-gold);font-size:17px;font-weight:900}
.profile-sidebar-panel .profile-panel-heading{padding:17px 19px 14px}
.profile-sidebar-panel .profile-panel-body{padding:17px 19px}
.profile-sidebar-panel .profile-panel-heading h2{font-size:17px}
.profile-sidebar-panel .profile-list li{padding:9px 0;font-size:12.5px}
.team-profile-back{margin-top:3px}
.team-profile-back a{display:inline-flex;align-items:center;color:var(--profile-navy);text-decoration:none;font-size:13px;font-weight:800}
.team-profile-back a:hover{color:var(--profile-gold)}
@media(max-width:1000px){.team-profile-hero-inner{grid-template-columns:270px minmax(0,1fr);gap:34px}.team-profile-content-inner{grid-template-columns:minmax(0,1.35fr) minmax(270px,.85fr);gap:22px}.team-profile-sidebar{top:125px}}
@media(max-width:800px){.team-profile-hero{padding-top:55px;padding-bottom:55px}.team-profile-hero-inner{grid-template-columns:1fr;gap:30px}.team-profile-photo{width:min(290px,100%)}.team-profile-content-inner{grid-template-columns:1fr}.team-profile-sidebar{position:static}.team-profile-quick-inner{grid-template-columns:1fr;padding-top:20px}.quick-profile-item{padding:16px 8px}.quick-profile-item:not(:last-child){border-right:0;border-bottom:2px solid var(--profile-gold)}}
@media(max-width:600px){.team-profile-hero,.team-profile-quick,.team-profile-content{padding-left:6%;padding-right:6%}.team-profile-hero h1{font-size:36px}.team-profile-title{font-size:16px}.team-profile-summary{font-size:14px;line-height:1.75}.team-profile-actions{display:grid;grid-template-columns:1fr}.team-profile-actions a{width:100%}.team-profile-content{padding-top:24px;padding-bottom:55px}.profile-panel-heading,.profile-panel-body{padding-left:18px;padding-right:18px}.profile-panel-heading h2{font-size:18px}.profile-prose.is-collapsed{max-height:220px}.profile-expertise-list span{font-size:11px}}
@media(prefers-reduced-motion:reduce){.team-profile-actions a{transition:none}}
