/* =========================================================
   v89 — LITERAL SCIENCE GLOBAL ENDING MASTER
   Science is the reference for:
   • principal inner-page H1 line rhythm
   • pre-footer geometry/height
   • footer markup/alignment/spacing
   Loaded last so page-specific rules cannot drift.
   ========================================================= */

/* 1) Principal H1: literal Science line system. */
@media (min-width:1024px) {
  html body.global-ending-v89.science-v65 .science-hero h1,
  html body.global-ending-v89.clinical-atlas-page .study-hero h1,
  html body.global-ending-v89.commercial-v82 .commercial-v82-hero h1 {
    display:flex !important;
    flex-direction:column !important;
    row-gap:.105em !important;
    max-width:720px !important;
    margin:0 !important;
    font-size:clamp(56px,5vw,82px) !important;
    font-weight:570 !important;
    line-height:.99 !important;
    letter-spacing:-.057em !important;
  }
  html body.global-ending-v89.science-v65 .science-hero h1 > span,
  html body.global-ending-v89.clinical-atlas-page .study-hero h1 > span,
  html body.global-ending-v89.commercial-v82 .commercial-v82-hero h1 > span {
    display:block !important;
    width:max-content !important;
    max-width:100% !important;
    margin:0 !important;
    line-height:.92 !important;
    white-space:nowrap !important;
  }
  html body.global-ending-v89.science-v65 .science-hero h1 > span:last-child,
  html body.global-ending-v89.clinical-atlas-page .study-hero h1 > span:last-child,
  html body.global-ending-v89.commercial-v82 .commercial-v82-hero h1 > span:last-child {
    margin-top:.005em !important;
  }
}
@media (max-width:1023px) {
  html body.global-ending-v89.clinical-atlas-page .study-hero h1,
  html body.global-ending-v89.commercial-v82 .commercial-v82-hero h1 {
    display:flex !important;
    flex-direction:column !important;
    row-gap:.105em !important;
    max-width:720px !important;
    font-weight:570 !important;
    letter-spacing:-.057em !important;
  }
  html body.global-ending-v89.clinical-atlas-page .study-hero h1 > span,
  html body.global-ending-v89.commercial-v82 .commercial-v82-hero h1 > span {
    display:block !important;
    max-width:100% !important;
    line-height:.92 !important;
  }
}

/* 2) Pre-footer: literal Science layout, shared by every page. */
html body.global-ending-v89 .global-prefooter-master-v88 {
  position:relative !important;
  isolation:isolate !important;
  box-sizing:border-box !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#f7f2ec 0%,#f1e9e0 100%) !important;
  color:#252428 !important;
  border-top:1px solid rgba(143,29,44,.10) !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}
html body.global-ending-v89 .global-prefooter-master-v88::before {
  content:"" !important;
  position:absolute !important;
  z-index:0 !important;
  inset:0 !important;
  display:block !important;
  background:
    radial-gradient(circle at 14% 30%,rgba(143,29,44,.07),transparent 24%),
    linear-gradient(90deg,rgba(143,29,44,.14),rgba(143,29,44,0) 18%) !important;
  pointer-events:none !important;
}
html body.global-ending-v89 .global-prefooter-master-v88 > .science-cta__grid {
  position:relative !important;
  z-index:1 !important;
  box-sizing:border-box !important;
  width:min(calc(100% - 64px),1280px) !important;
  max-width:1280px !important;
  margin-inline:auto !important;
  display:grid !important;
  grid-template-columns:minmax(160px,.45fr) minmax(420px,1.15fr) minmax(300px,.8fr) !important;
  grid-template-areas:"eyebrow title copy" ". title action" !important;
  gap:26px clamp(46px,6vw,94px) !important;
  padding-block:clamp(70px,8vw,106px) !important;
  align-items:start !important;
}
html body.global-ending-v89 .global-prefooter-master-v88 .eyebrow {
  grid-area:eyebrow !important;
  margin:0 !important;
  padding:0 !important;
  color:#9e2437 !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  letter-spacing:.145em !important;
  text-transform:uppercase !important;
}
html body.global-ending-v89 .global-prefooter-master-v88 h2 {
  grid-area:title !important;
  max-width:15ch !important;
  margin:0 !important;
  padding:0 !important;
  color:#242124 !important;
  font-size:clamp(46px,5vw,72px) !important;
  font-weight:560 !important;
  line-height:.99 !important;
  letter-spacing:-.058em !important;
  text-transform:none !important;
}
html body.global-ending-v89 .global-prefooter-master-v88 .science-cta__grid > p:nth-of-type(2) {
  grid-area:copy !important;
  justify-self:start !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  color:#5a5652 !important;
  font-size:17px !important;
  font-weight:400 !important;
  line-height:1.6 !important;
  letter-spacing:normal !important;
  text-transform:none !important;
}
html body.global-ending-v89 .global-prefooter-master-v88 .button {
  grid-area:action !important;
  justify-self:start !important;
  align-self:start !important;
  width:max-content !important;
  max-width:100% !important;
  margin-top:8px !important;
  white-space:nowrap !important;
}

/* Equal Science-master depth on every desktop page. */
@media (min-width:1021px) {
  html body.global-ending-v89 .global-prefooter-master-v88 {
    height:426px !important;
    min-height:426px !important;
  }
  html body.global-ending-v89 .global-prefooter-master-v88 > .science-cta__grid {
    height:100% !important;
    min-height:0 !important;
  }
}
@media (max-width:1020px) {
  html body.global-ending-v89 .global-prefooter-master-v88 > .science-cta__grid {
    width:min(calc(100% - 48px),1280px) !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:"eyebrow eyebrow" "title title" "copy action" !important;
  }
}
@media (max-width:760px) {
  html body.global-ending-v89 .global-prefooter-master-v88 > .science-cta__grid {
    width:min(calc(100% - 36px),1280px) !important;
    grid-template-columns:1fr !important;
    grid-template-areas:"eyebrow" "title" "copy" "action" !important;
    gap:22px !important;
    padding-block:68px !important;
  }
  html body.global-ending-v89 .global-prefooter-master-v88 h2 {
    font-size:clamp(40px,11vw,54px) !important;
  }
  html body.global-ending-v89 .global-prefooter-master-v88 .button {
    width:100% !important;
  }
}

/* 3) Footer: exact existing Science/Home footer master, replayed LAST. */

/* v74 — Home footer is the exact global visual/layout master. */
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 {
  box-sizing:border-box !important;
  width:100% !important;
  margin:0 !important;
  padding:0 0 10px !important;
  background:linear-gradient(180deg,#161518 0%,#121114 100%) !important;
  border:0 !important;
  border-top:1px solid rgba(230,184,111,.15) !important;
  color:#fff !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 > .shell {
  width:min(calc(100% - 64px),1280px) !important;
  max-width:1280px !important;
  margin-inline:auto !important;
  padding:0 !important;
}

/* Identical footer-top to first-content distance on every page. */
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main {
  display:grid !important;
  grid-template-columns:minmax(310px,1.28fr) minmax(130px,.62fr) minmax(175px,.75fr) minmax(180px,.7fr) !important;
  column-gap:clamp(34px,4vw,58px) !important;
  row-gap:16px !important;
  align-items:start !important;
  margin:0 !important;
  padding:20px 0 8px !important;
  border:0 !important;
  box-shadow:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main::before,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main::after {
  content:none !important;
  display:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column {
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  align-self:start !important;
  justify-self:stretch !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand {
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__details {
  margin-left:0 !important;
  margin-right:0 !important;
  padding:0 !important;
  text-align:left !important;
  align-items:flex-start !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro img {
  display:block !important;
  width:192px !important;
  height:auto !important;
  margin:0 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro p {
  margin:18px 0 0 !important;
  max-width:38ch !important;
  color:rgba(247,242,236,.84) !important;
  font-size:.875rem !important;
  font-weight:400 !important;
  line-height:1.52 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro p span {
  display:block !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__details {
  display:flex !important;
  flex-direction:column !important;
  margin-top:14px !important;
  gap:0 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-proof-list {
  display:grid !important;
  grid-template-columns:repeat(2,max-content) !important;
  column-gap:40px !important;
  row-gap:9px !important;
  justify-content:start !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-proof-list li {
  position:static !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(247,242,236,.80) !important;
  font-size:.8125rem !important;
  font-weight:400 !important;
  line-height:1.35 !important;
  white-space:nowrap !important;
  list-style:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-proof-list li::before {
  content:"" !important;
  position:static !important;
  flex:0 0 4px !important;
  width:4px !important;
  height:4px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:50% !important;
  background:#d97885 !important;
  transform:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .social-links {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:11px 0 0 !important;
  padding:0 !important;
  transform:translateY(10px) !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .social-links a {
  display:grid !important;
  place-items:center !important;
  width:34px !important;
  height:34px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(247,242,236,.28) !important;
  border-radius:50% !important;
  background:transparent !important;
  color:rgba(247,242,236,.86) !important;
  font-size:.72rem !important;
  font-weight:400 !important;
  line-height:1 !important;
  text-decoration:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column {
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column h3,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid h3 {
  margin:0 0 16px !important;
  padding:0 !important;
  color:#e2b16d !important;
  font-size:.72rem !important;
  font-weight:760 !important;
  line-height:1.2 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column > a,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-contact > a {
  margin:0 0 10px !important;
  padding:0 !important;
  color:rgba(247,242,236,.82) !important;
  font-size:.9rem !important;
  font-weight:400 !important;
  line-height:1.45 !important;
  letter-spacing:normal !important;
  text-decoration:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-contact > span {
  margin:0 0 7px !important;
  padding:0 !important;
  color:rgba(247,242,236,.62) !important;
  font-size:.65rem !important;
  font-weight:720 !important;
  line-height:1.2 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-contact > span:not(:first-of-type) {
  margin-top:16px !important;
}

/* Exact office band position and geometry. */
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid {
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-items:stretch !important;
  gap:0 !important;
  margin:22px 0 0 !important;
  padding:0 !important;
  border-top:1px solid rgba(247,242,236,.13) !important;
  border-bottom:1px solid rgba(247,242,236,.13) !important;
  background-image:linear-gradient(
    to right,
    transparent calc(50% - .5px),
    rgba(247,242,236,.13) calc(50% - .5px),
    rgba(247,242,236,.13) calc(50% + .5px),
    transparent calc(50% + .5px)
  ) !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:100% 100% !important;
  overflow:hidden !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid::before,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid::after {
  content:none !important;
  display:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article + article {
  min-height:0 !important;
  height:auto !important;
  margin:0 !important;
  border:0 !important;
  padding-top:14px !important;
  padding-bottom:14px !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article:first-child {
  padding-left:0 !important;
  padding-right:28px !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article + article {
  padding-left:28px !important;
  padding-right:0 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid h3 {
  margin-bottom:9px !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid p {
  margin:0 !important;
  padding:0 !important;
  color:rgba(247,242,236,.78) !important;
  font-size:.84rem !important;
  font-weight:400 !important;
  line-height:1.48 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article > div {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:9px 24px !important;
  margin-top:10px !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-phone {
  display:inline-flex !important;
  align-items:baseline !important;
  gap:8px !important;
  color:rgba(247,242,236,.82) !important;
  font-size:.82rem !important;
  font-weight:440 !important;
  white-space:nowrap !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-phone__label {
  color:rgba(247,242,236,.68) !important;
  font-size:.58rem !important;
  font-weight:740 !important;
  letter-spacing:.095em !important;
  text-transform:uppercase !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-phone a {
  color:rgba(247,242,236,.84) !important;
  font:inherit !important;
  text-decoration:none !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-disclaimer {
  width:100% !important;
  max-width:none !important;
  margin:7px 0 0 !important;
  padding:10px 0 0 !important;
  color:rgba(247,242,236,.66) !important;
  font-size:.6875rem !important;
  font-weight:400 !important;
  line-height:1.5 !important;
  text-wrap:wrap !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom {
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:18px 32px !important;
  margin:4px 0 0 !important;
  padding:8px 0 0 !important;
  color:rgba(247,242,236,.64) !important;
  font-size:.65625rem !important;
  font-weight:400 !important;
  line-height:1.45 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom p {
  margin:0 !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom nav {
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-end !important;
  gap:7px 15px !important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom a {
  color:rgba(247,242,236,.68) !important;
  text-decoration:none !important;
}

@media (min-width:901px) {
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-disclaimer {
    white-space:nowrap !important;
  }
}
@media (max-width:1020px) {
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 > .shell {
    width:min(calc(100% - 48px),1280px) !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:28px !important;
    row-gap:22px !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand {
    grid-column:1 / -1 !important;
  }
}
@media (max-width:760px) {
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 > .shell {
    width:min(calc(100% - 32px),1280px) !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main {
    grid-template-columns:1fr !important;
    padding-top:22px !important;
    padding-bottom:12px !important;
    gap:22px !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand {
    grid-column:auto !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .social-links {
    margin-top:10px !important;
    transform:none !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid {
    grid-template-columns:1fr !important;
    margin-top:8px !important;
    background-image:none !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article,
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article:first-child,
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article + article {
    padding:14px 0 !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article + article {
    border-top:1px solid rgba(247,242,236,.13) !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-disclaimer {
    white-space:normal !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom {
    flex-direction:column !important;
    gap:9px !important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom nav {
    justify-content:flex-start !important;
  }
}


/* Science's final shared footer top-offset rule (global-ending-v75), replayed last. */
html body.global-ending-v89 .site-footer.global-footer-v269 {
  box-sizing:border-box !important;
  margin:0 !important;
  padding:42px 0 16px !important;
}
html body.global-ending-v89 .site-footer.global-footer-v269 > .shell {
  padding-top:0 !important;
}
html body.global-ending-v89 .site-footer.global-footer-v269 .footer-main {
  margin:0 !important;
  padding:0 0 8px !important;
  align-items:start !important;
}
html body.global-ending-v89 .site-footer.global-footer-v269 .footer-brand,
html body.global-ending-v89 .site-footer.global-footer-v269 .footer-column {
  margin-top:0 !important;
  padding-top:0 !important;
  align-self:start !important;
}
html body.global-ending-v89 .site-footer.global-footer-v269 .footer-brand__intro,
html body.global-ending-v89 .site-footer.global-footer-v269 .footer-brand__intro img,
html body.global-ending-v89 .site-footer.global-footer-v269 .footer-column > h3 {
  margin-top:0 !important;
}
@media (max-width:1020px) {
  html body.global-ending-v89 .site-footer.global-footer-v269 { padding-top:36px !important; }
}
@media (max-width:760px) {
  html body.global-ending-v89 .site-footer.global-footer-v269 { padding:30px 0 14px !important; }
  html body.global-ending-v89 .site-footer.global-footer-v269 .footer-main { padding-top:0 !important; }
}
