/* Genesis P39 — Concrete light-mode contrast + physical scroll control lock */

/* Dark surfaces must retain their own contrast in light mode. */
html:not(.dark) body.p35-concrete .p35-media-card,
html:not(.dark) body.p35-concrete .p35-media-card h2,
html:not(.dark) body.p35-concrete .p35-media-card p,
html:not(.dark) body.p35-concrete .p35-lane.featured,
html:not(.dark) body.p35-concrete .p35-lane.featured h3,
html:not(.dark) body.p35-concrete .p35-lane.featured p,
html:not(.dark) body.p35-concrete .p35-lane.featured li,
html:not(.dark) body.p35-concrete .p35-cta,
html:not(.dark) body.p35-concrete .p35-cta h2,
html:not(.dark) body.p35-concrete .p35-cta p {
  color:#f4f8f7 !important;
}
html:not(.dark) body.p35-concrete .p35-media-card p,
html:not(.dark) body.p35-concrete .p35-lane.featured p,
html:not(.dark) body.p35-concrete .p35-lane.featured li,
html:not(.dark) body.p35-concrete .p35-cta p {
  color:#d3e1de !important;
}
html:not(.dark) body.p35-concrete .p35-media-card small,
html:not(.dark) body.p35-concrete .p35-lane.featured .p35-lane-index,
html:not(.dark) body.p35-concrete .p35-lane.featured li::before,
html:not(.dark) body.p35-concrete .p35-cta .p35-eyebrow {
  color:var(--c-gold) !important;
}
html:not(.dark) body.p35-concrete .p35-lane.featured .p35-icon {
  background:rgba(255,255,255,.12) !important;
  color:var(--c-gold) !important;
}

/* Prevent inherited heading rules from reducing contrast on evidence media. */
html:not(.dark) body.p35-concrete .p38-media-copy,
html:not(.dark) body.p35-concrete .p38-media-copy h3 {
  color:#fff !important;
}
html:not(.dark) body.p35-concrete .p38-media-copy p {
  color:#d6e2df !important;
}

/* Seven lanes read as one composed authority system, not a stranded final card. */
@media (min-width:1181px){
  body.p35-concrete .p35-lanes > .p35-lane:nth-child(7){grid-column:2}
}

/* Physical right-side lock in both LTR and RTL. Logical inset rules are neutralized. */
html body.p35-concrete #scrollTopBtn,
html[dir="rtl"] body.p35-concrete #scrollTopBtn,
html[dir="ltr"] body.p35-concrete #scrollTopBtn,
body.p35-concrete.font-arabic #scrollTopBtn {
  position:fixed !important;
  inset:auto 24px 24px auto !important;
  right:24px !important;
  left:auto !important;
  margin:0 !important;
  transform:none !important;
  translate:none !important;
  z-index:110 !important;
}

/* Keep the enterprise dock clear of the right-side arrow in Arabic. */
body.p35-concrete.font-arabic .p37-enterprise-dock {
  right:auto !important;
  left:24px !important;
}

@media (max-width:920px){
  html body.p35-concrete #scrollTopBtn,
  html[dir="rtl"] body.p35-concrete #scrollTopBtn,
  html[dir="ltr"] body.p35-concrete #scrollTopBtn,
  body.p35-concrete.font-arabic #scrollTopBtn {
    inset:auto 16px 82px auto !important;
    right:16px !important;
    left:auto !important;
  }
}
