/* ATREYA_FEATURES_F01R1_HERO_CLEANUP_STYLE
   Route-scoped visual cleanup only.
   Removes the baked legacy 40+/100K+ strip from the bottom of the Features hero artwork.
   Does not change F01 DOM, content, trust strip, language, theme runtime, or any other route. */

#atreya-features-f01-root .f01-hero-art{position:relative;overflow:hidden}
#atreya-features-f01-root .f01-hero-art::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:104px;
  z-index:5;
  pointer-events:none;
  background:linear-gradient(to bottom,
    rgba(6,19,38,0) 0,
    rgba(6,19,38,.98) 24px,
    #061326 38px,
    #061326 100%);
}
html[data-theme="light"] #atreya-features-f01-root .f01-hero-art::after{
  background:linear-gradient(to bottom,
    rgba(255,249,239,0) 0,
    rgba(255,249,239,.98) 24px,
    #fff9ef 38px,
    #fff9ef 100%);
}
@media(max-width:900px){
  #atreya-features-f01-root .f01-hero-art::after{height:86px}
}
/* ATREYA_FEATURES_F01R1_HERO_CLEANUP_END */
