.profile-hero{background:var(--ink);padding:5rem 0 0;position:relative;overflow:hidden;}
.profile-hero-bg{position:absolute;inset:0;opacity:.2;background-size:cover;background-position:center;filter:blur(40px);}
.profile-hero-grid{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:380px 1fr;gap:4rem;align-items:end;}
.profile-portrait{position:relative;}
.profile-portrait img{width:100%;height:480px;object-fit:cover;object-position:top;display:block;}
.profile-portrait-flag{position:absolute;top:1rem;right:1rem;font-size:1.6rem;background:rgba(255,255,255,.95);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.profile-portrait-platform{position:absolute;bottom:1rem;left:1rem;background:var(--gold);color:var(--ink);font-size:.75rem;font-weight:700;padding:.5rem 1rem;font-family:'Cairo',sans-serif;letter-spacing:.05em;}
.profile-info{padding-bottom:3rem;text-align:right;}
.profile-eyebrow{font-family:'Cinzel',serif;font-size:.7rem;letter-spacing:.4em;color:var(--gold);text-transform:uppercase;margin-bottom:1rem;}
.profile-spec,.profile-role{font-size:.85rem;font-weight:700;color:var(--gold-lt);letter-spacing:.06em;margin-bottom:.6rem;font-family:'Cairo',sans-serif;}
.profile-name{font-family:'Amiri',serif;font-size:clamp(2.4rem,4.5vw,4.5rem);font-weight:700;line-height:1.15;color:var(--cream);margin-bottom:.4rem;}
.profile-handle{font-family:'Cairo',sans-serif;font-size:1.1rem;color:rgba(248,244,238,.5);margin-bottom:1.2rem;}
.profile-tagline{font-family:'Amiri',serif;font-style:italic;font-size:1.25rem;line-height:1.7;color:rgba(248,244,238,.7);margin-bottom:1.5rem;max-width:560px;}
.profile-meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.78rem;color:rgba(248,244,238,.55);font-family:'Cairo',sans-serif;flex-direction:row-reverse;}
.profile-meta b{color:var(--gold-lt);}

.profile-stats{background:var(--ink);border-top:1px solid rgba(248,244,238,.06);}
.profile-stats-inner{max-width:1200px;margin:0 auto;padding:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(248,244,238,.06);}
.pstat{background:var(--ink);padding:2rem 1rem;text-align:center;}
.pstat-num{font-family:'Playfair Display',serif;font-size:3rem;font-weight:900;color:var(--cream);line-height:1;margin-bottom:.5rem;}
.pstat-num.small{font-size:1.3rem;color:var(--gold);line-height:1.3;}
.pstat-lbl{font-size:.7rem;color:var(--gold);letter-spacing:.08em;font-family:'Cairo',sans-serif;font-weight:600;text-transform:uppercase;}

.profile-body-section{background:var(--cream);padding:5rem 0;}
.profile-body-wrap{max-width:760px;margin:0 auto;padding:0 1.5rem;}
.profile-body{font-family:'Cairo',sans-serif;font-size:1.05rem;line-height:2.1;color:var(--ink-mid);text-align:right;}
.profile-body p{margin-bottom:1.6rem;}
.profile-body h2{font-family:'Amiri',serif;font-size:1.7rem;font-weight:700;color:var(--ink);margin:2.5rem 0 1rem;}
.profile-body blockquote{font-family:'Amiri',serif;font-style:italic;font-size:1.4rem;line-height:1.7;color:var(--ink);border-right:3px solid var(--gold);padding:1rem 1.5rem;margin:2rem 0;background:var(--white);}

.related-section{background:var(--white);padding:4rem 0 5rem;border-top:1px solid var(--rule);}
.related-title{font-family:'Amiri',serif;font-size:2rem;font-weight:700;text-align:center;color:var(--ink);margin-bottom:2.5rem;padding:0 1.5rem;}
.related-title em{color:var(--gold);font-style:normal;}
.related-grid{
  max-width:1200px;margin:0 auto;padding:0 3rem;
  display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:1px;background:var(--rule);
}

.related-grid .inf-list-card{background:var(--white);cursor:pointer;overflow:hidden;transition:background .25s;text-decoration:none;color:inherit;display:flex;flex-direction:column;min-height:100%;}
.related-grid .inf-list-card:hover{background:var(--cream);}
.related-grid .inf-list-img{height:260px;overflow:hidden;position:relative;flex-shrink:0;}
.related-grid .inf-list-img img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .7s;display:block;}
.related-grid .inf-list-card:hover .inf-list-img img{transform:scale(1.07);}
.related-grid .inf-list-img-ov{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,12,10,.85) 0%,transparent 45%);pointer-events:none;}
.related-grid .inf-list-img-flag{position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:rgba(255,255,255,.95);width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.related-grid .inf-list-img-platform{position:absolute;bottom:1rem;left:1rem;background:var(--gold);color:var(--ink);font-size:.65rem;font-weight:700;padding:.3rem .8rem;font-family:'Cairo',sans-serif;letter-spacing:.05em;}
.related-grid .inf-list-body{padding:1.3rem 1.3rem 1.5rem;text-align:right;flex:1;display:flex;flex-direction:column;}
.related-grid .inf-list-cat{font-size:.68rem;font-weight:700;color:var(--gold);margin-bottom:.4rem;font-family:'Cairo',sans-serif;letter-spacing:.05em;}
.related-grid .inf-list-name{font-family:'Amiri',serif;font-size:1.3rem;font-weight:700;color:var(--ink);margin-bottom:.3rem;line-height:1.35;transition:color .2s;}
.related-grid .inf-list-card:hover .inf-list-name{color:var(--gold);}
.related-grid .inf-list-handle{font-size:.78rem;color:var(--ink-soft);margin-bottom:1rem;font-family:'Cairo',sans-serif;}
.related-grid .inf-list-followers{display:flex;align-items:baseline;gap:.5rem;border-top:1px solid var(--rule);padding-top:.9rem;margin-top:auto;flex-direction:row-reverse;}
.related-grid .inf-list-followers-num{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:900;color:var(--ink);}
.related-grid .inf-list-followers-lbl{font-size:.6rem;letter-spacing:.08em;color:var(--gold);font-family:'Cairo',sans-serif;font-weight:600;}

.notfound{padding:7rem 2rem;text-align:center;background:var(--cream);}
.notfound h1{font-family:'Amiri',serif;font-size:3rem;color:var(--ink);margin-bottom:1rem;}
.notfound p{color:var(--ink-soft);margin-bottom:2rem;font-family:'Cairo',sans-serif;}
.notfound a{display:inline-flex;gap:.6rem;background:var(--ink);color:var(--cream);padding:1rem 2rem;font-size:.78rem;font-weight:700;text-decoration:none;font-family:'Cairo',sans-serif;}

@media(max-width:900px){
  .profile-hero{padding:3rem 0 0;}
  .profile-hero-grid{grid-template-columns:1fr;padding:0 1.5rem;gap:2rem;}
  .profile-portrait img{height:380px;}
  .profile-info{padding-bottom:2rem;}
  .profile-stats-inner{grid-template-columns:1fr;padding:2rem 1.5rem;}
  .related-grid{padding:0 1rem;grid-template-columns:repeat(2,1fr);}
}
@media(max-width:600px){
  .related-grid{grid-template-columns:1fr;}
  .related-grid .inf-list-img{height:240px;}
}
