/*
 * XGene Stage 9 RC1j — Expert archive geometry normalization.
 * Scope: match /experts/ hero copy, visual and vertical rhythm to the canonical
 * 76rem XGene enterprise shell and approved service/home hero proportions.
 * No content, animation logic, route, Platform or data-model changes.
 */

/* Full-width hero background remains intact; only the internal composition is
   normalized to the same shell and proportions used across approved XGene heroes. */
body.post-type-archive-xg-expert .xg-expert-archive-hero{
  padding:0!important;
}
body.post-type-archive-xg-expert .xg-expert-archive-hero__grid{
  width:var(--xg-shell)!important;
  max-width:none!important;
  min-height:560px!important;
  margin-inline:auto!important;
  padding-top:clamp(3rem,6vw,5.7rem)!important;
  padding-bottom:clamp(3rem,6vw,5.7rem)!important;
  grid-template-columns:minmax(0,.96fr) minmax(31.25rem,1.04fr)!important;
  gap:clamp(3rem,6vw,6.5rem)!important;
  align-items:center!important;
}
body.post-type-archive-xg-expert .xg-expert-archive-hero__copy{
  min-width:0!important;
  max-width:40.625rem!important;
}
body.post-type-archive-xg-expert .xg-expert-archive-hero h1{
  max-width:12ch!important;
  margin:.5rem 0 1.25rem!important;
  font-size:clamp(2.65rem,4.7vw,4.65rem)!important;
  line-height:.99!important;
  letter-spacing:-.055em!important;
}
body.post-type-archive-xg-expert .xg-expert-archive-hero__lead{
  max-width:57ch!important;
  margin:0!important;
  font-size:clamp(1.08rem,1.45vw,1.28rem)!important;
  line-height:1.62!important;
}
body.post-type-archive-xg-expert .xg-expert-archive-visual{
  width:min(100%,34rem)!important;
  min-height:28rem!important;
  height:28rem!important;
  justify-self:end!important;
  border-radius:1.5rem!important;
}
body.post-type-archive-xg-expert .xg-expert-archive-visual__core{
  width:9.8rem!important;
  height:9.8rem!important;
}
body.post-type-archive-xg-expert .xg-expert-archive-visual__core strong{font-size:1.35rem!important}
body.post-type-archive-xg-expert .xg-expert-archive-visual__node{
  width:10.2rem!important;
  padding:.72rem .8rem!important;
}

@media(max-width:1100px){
  body.post-type-archive-xg-expert .xg-expert-archive-hero__grid{
    width:var(--xg-shell)!important;
    min-height:0!important;
    grid-template-columns:1fr!important;
    gap:2.5rem!important;
    padding-top:3.2rem!important;
    padding-bottom:3.5rem!important;
  }
  body.post-type-archive-xg-expert .xg-expert-archive-hero h1{
    max-width:16ch!important;
    font-size:clamp(2.4rem,4vw,3.5rem)!important;
  }
  body.post-type-archive-xg-expert .xg-expert-archive-visual{display:none!important}
}
@media(max-width:760px){
  body.post-type-archive-xg-expert .xg-expert-archive-hero__grid{padding-top:2.4rem!important;padding-bottom:2.8rem!important}
  body.post-type-archive-xg-expert .xg-expert-archive-hero h1{font-size:clamp(2.25rem,12vw,3.1rem)!important}
}
