/* GEOTAX V65 — Subtle Homepage Entity Recovery
   Purpose: keep Claude/LLM/entity signals in metadata and content, but remove the obvious “AI box” feeling from the homepage. */
.hero .hero-context{
  max-width: 820px;
  margin: 0 auto 40px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 400;
  text-wrap: balance;
}
.hero .hero-context strong{color:#fff;font-weight:650;}
.entity-coherence-subtle{
  margin: clamp(1.6rem,3vw,2.8rem) auto;
  padding: 0 clamp(1rem,3vw,2.5rem);
}
.entity-coherence-subtle .entity-coherence-v62-inner{
  border: 0;
  border-top: 1px solid rgba(203,185,142,.32);
  border-bottom: 1px solid rgba(203,185,142,.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(1.25rem,2.2vw,2rem) 0;
}
.entity-coherence-subtle .eyebrow{
  color:#8A6E3F;
  opacity:.82;
}
.entity-coherence-subtle h2{
  max-width: 840px;
}
.entity-coherence-subtle p{
  max-width: 920px;
}
.entity-coherence-subtle .entity-coherence-v62-signal{
  border-left: 0;
  padding-left: 0;
  background: transparent;
  color:#4a4a4a;
  font-weight: 500;
}
@media(max-width:768px){
  .hero .hero-context{font-size:16px;line-height:1.62;margin-bottom:28px;}
  .entity-coherence-subtle{padding:0 1rem;}
}
