body.article-detail-body{
  background:#fff;
  color:#07142b;
}

body.article-detail-body > .db-insights{
  display:none!important;
}

.article-page{
  --article-navy:#000b19;
  --article-navy-2:#00152b;
  --article-ink:#07142b;
  --article-muted:#4b5870;
  --article-line:#dde5ef;
  --article-orange:#ff8a16;
  --article-orange-2:#ea7b0f;
  --article-cream:#fff5eb;
  --article-soft:#f8fafc;
  min-height:100vh;
  background:#fff;
  color:var(--article-ink);
  font-family:'Poppins',Arial,sans-serif;
}

.article-page a{
  color:inherit;
  text-decoration:none;
}

.article-page img{
  display:block;
  max-width:100%;
}

.article-shell{
  width:min(1450px,calc(100% - 92px));
  margin-inline:auto;
}

.article-topbar{
  background:linear-gradient(90deg,#000816,#001428);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.article-topbar-inner{
  min-height:88px;
  display:grid;
  grid-template-columns:190px minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
}

.article-logo img{
  width:155px;
  height:auto;
}

.article-nav-links{
  display:flex;
  justify-content:center;
  gap:42px;
  height:88px;
}

.article-nav-links a{
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:14px;
  font-weight:800;
}

.article-nav-links a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:var(--article-orange);
}

.article-top-cta,
.article-cta-band a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:50px;
  border-radius:4px;
  padding:0 22px;
  background:var(--article-orange);
  color:#091123;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(255,138,22,.22);
}

.article-hero{
  padding:52px 0 40px;
  background:#fff;
}

.article-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-bottom:34px;
  color:#435069;
  font-size:12px;
  font-weight:800;
}

.article-breadcrumbs span{
  color:#93a0b2;
}

.article-breadcrumbs strong{
  color:#23314b;
  font-weight:800;
}

.article-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,560px);
  gap:54px;
  align-items:start;
}

.article-hero-copy{
  padding-top:44px;
}

.article-kicker{
  margin:0 0 26px;
  color:var(--article-orange);
  font-size:15px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
}

.article-hero h1{
  margin:0;
  max-width:780px;
  color:#071436;
  font-family:'Poppins',Arial,sans-serif;
  font-size:clamp(44px,3.6vw,56px);
  line-height:1.02;
  font-weight:700;
  letter-spacing:0;
  text-wrap:balance;
}

.article-title-rule{
  display:block;
  width:58px;
  height:2px;
  margin:32px 0 28px;
  background:var(--article-orange);
}

.article-summary{
  max-width:620px;
  margin:0;
  color:#17243c;
  font-size:19px;
  line-height:1.65;
  font-weight:600;
}

.article-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:22px;
  margin-top:54px;
  color:#101d35;
}

.meta-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:28px;
  color:#101d35;
  font-size:13px;
  font-weight:800;
}

.meta-item + .meta-item{
  padding-left:22px;
  border-left:1px solid var(--article-line);
}

.meta-item svg,
.report-facts svg{width:20px;height:20px;}

.article-hero-image{
  height:auto;
  aspect-ratio:16/10;
  margin:0;
  overflow:hidden;
  border-radius:8px;
  background:#eef3f8;
  box-shadow:0 18px 42px rgba(5,17,35,.12);
}

.article-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.article-content-grid{
  display:grid;
  grid-template-columns:minmax(0,840px) 500px;
  gap:58px;
  align-items:start;
  padding:26px 0 30px;
  margin-top:0;
}

.article-main-column{
  min-width:0;
  padding-top:0;
}

.executive-summary{
  display:grid;
  grid-template-columns:74px 1fr;
  gap:26px;
  margin-bottom:34px;
  padding:32px 34px;
  border-radius:8px;
  background:
    radial-gradient(circle at 90% 70%,rgba(255,138,22,.25),transparent 30%),
    linear-gradient(135deg,#001126,#001d3a);
  color:#fff;
  overflow:hidden;
}

.summary-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid var(--article-orange);
  border-radius:50%;
  color:var(--article-orange);
}

.summary-icon svg,
.cta-icon svg{width:27px;height:27px;}

.executive-summary h2{
  margin:0 0 14px;
  color:#fff;
  font-family:'Poppins',Arial,sans-serif;
  font-size:27px;
  line-height:1.2;
  font-weight:700;
}

.executive-summary p{
  max-width:650px;
  margin:0;
  color:#eef4fb;
  font-size:15px;
  line-height:1.75;
  font-weight:600;
}

.article-body{
  color:#111e35;
  font-size:16px;
  line-height:1.75;
  font-weight:500;
}

.article-body > *:first-child{
  margin-top:0;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4{
  color:#071436;
  line-height:1.2;
  letter-spacing:0;
}

.article-body h2{
  margin:34px 0 14px;
  font-family:'Poppins',Arial,sans-serif;
  font-size:31px;
  font-weight:700;
}

.article-body h3{
  margin:26px 0 12px;
  font-family:'Poppins',Arial,sans-serif;
  font-size:25px;
  font-weight:700;
}

.article-body p{
  margin:0 0 17px;
}

.article-body ul,
.article-body ol{
  margin:0 0 22px;
  padding-left:0;
}

.article-body ul{
  list-style:none;
}

.article-body li{
  position:relative;
  margin:0 0 14px;
  padding-left:52px;
}

.article-body ul li::before{
  content:"";
  position:absolute;
  left:18px;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--article-orange);
}

.article-body ol{
  counter-reset:item;
  list-style:none;
}

.article-body ol li{
  counter-increment:item;
}

.article-body ol li::before{
  content:counter(item, decimal-leading-zero);
  position:absolute;
  left:0;
  top:0;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--article-cream);
  color:var(--article-orange-2);
  font-size:14px;
  font-weight:900;
}

.article-body blockquote{
  margin:28px 0;
  padding:24px 26px;
  border-left:4px solid var(--article-orange);
  border-radius:6px;
  background:var(--article-cream);
  color:#0d1a32;
  font-size:18px;
  line-height:1.6;
  font-weight:700;
}

.article-body hr{
  height:1px;
  border:0;
  margin:32px 0;
  background:var(--article-line);
}

.article-body img{
  width:auto;
  max-width:100%;
  height:auto;
  border-radius:8px;
}

.article-body table{
  width:100%;
  margin:26px 0;
  border-collapse:collapse;
  overflow:hidden;
  border:1px solid var(--article-line);
  border-radius:6px;
  font-size:14px;
}

.article-body th,
.article-body td{
  border:1px solid var(--article-line);
  padding:12px 14px;
  text-align:left;
  vertical-align:top;
}

.article-body th{
  background:#f3f6fa;
  color:#071436;
  font-weight:900;
}

.article-sidebar{
  display:grid;
  gap:18px;
  position:sticky;
  top:24px;
  margin-top:0;
}

.sidebar-card{
  border:1px solid var(--article-line);
  border-radius:8px;
  padding:30px 34px;
  background:#fff;
  box-shadow:0 10px 28px rgba(7,27,58,.04);
}

.sidebar-card h2,
.related-title-row h2{
  margin:0 0 22px;
  color:#071c60;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  text-transform:uppercase;
}

.sidebar-card h2::after,
.related-title-row h2::after{
  content:"";
  display:inline-block;
  width:34px;
  height:2px;
  margin-left:12px;
  vertical-align:middle;
  background:var(--article-orange);
}

.sidebar-card p{
  margin:0 0 28px;
  color:#263650;
  font-size:15px;
  line-height:1.7;
  font-weight:600;
}

.report-facts{
  display:grid;
  gap:23px;
  margin:0 0 28px;
}

.report-facts div{
  display:grid;
  grid-template-columns:34px 1fr;
  column-gap:16px;
}

.report-facts dt,
.report-facts dd{
  margin:0;
}

.report-facts dt{
  display:grid;
  grid-template-columns:34px 1fr;
  grid-column:1 / -1;
  align-items:start;
  color:#14213a;
  font-size:14px;
  line-height:1.35;
  font-weight:900;
}

.report-facts dt svg{
  grid-row:1 / span 2;
  color:#071436;
}

.report-facts dd{
  grid-column:2;
  color:#283751;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}

.sidebar-download{
  width:100%;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-radius:5px;
  background:var(--article-navy);
  color:#fff!important;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  border:0;
  cursor:pointer;
  font-family:inherit;
}

.report-key-findings{
  margin:0 0 34px;
  padding:0;
  background:#fff;
  color:#121a33;
}

.report-key-findings h2{
  margin:0 0 22px;
  color:#071436;
  font-family:'Poppins',Arial,sans-serif;
  font-size:31px;
  line-height:1.2;
  font-weight:700;
}

.report-key-findings ol{
  display:grid;
  gap:20px;
  margin:0;
  padding:0;
  list-style:none;
}

.report-key-findings li{
  position:relative;
  display:block;
  min-height:48px;
  margin:0 0 18px;
  padding-left:64px;
  color:#121a33;
}

.report-key-findings li > span{
  position:absolute;
  left:0;
  top:0;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff0e3;
  color:var(--article-orange-2);
  font-size:14px;
  font-weight:900;
}

.report-key-findings h3{
  display:block;
  margin:0 0 4px;
  color:#121a33;
  font-family:'Poppins',Arial,sans-serif;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
}

.report-key-findings p{
  margin:0;
  max-width:720px;
  color:#121a33;
  font-size:15px;
  line-height:1.6;
  font-weight:600;
}

body.report-modal-open{
  overflow:hidden;
}

.report-modal[hidden]{
  display:none;
}

.report-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:block;
  padding:14px;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}

.report-modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,9,19,.82);
}

.report-modal-panel{
  position:relative;
  width:min(100%,760px);
  margin:0 auto;
  overflow:hidden;
  border-radius:12px;
  padding:24px 46px 20px;
  background:
    radial-gradient(circle at 82% 0,rgba(255,138,22,.12),transparent 30%),
    radial-gradient(circle at 0 100%,rgba(255,138,22,.10),transparent 24%),
    linear-gradient(145deg,#00152f,#000b19 62%,#000814);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 28px 90px rgba(0,9,19,.48);
}

.report-modal-panel::before,
.report-modal-panel::after{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  border:1px solid rgba(255,138,22,.16);
  border-radius:50%;
  pointer-events:none;
}

.report-modal-panel::before{
  right:-90px;
  top:-120px;
}

.report-modal-panel::after{
  left:-130px;
  bottom:-150px;
}

.report-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  z-index:2;
}

.report-form-state,
.report-thanks-state{
  position:relative;
  z-index:1;
}

.report-modal-icon{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border:1px solid var(--article-orange);
  border-radius:50%;
  color:var(--article-orange);
}

.report-modal-icon svg{width:34px;height:34px;}

.report-modal-panel h2{
  margin:0;
  color:#fff;
  font-family:'Poppins',Arial,sans-serif;
  font-size:clamp(36px,4.2vw,48px);
  line-height:1.05;
  font-weight:500;
  text-align:center;
}

.report-modal-rule{
  display:block;
  width:54px;
  height:2px;
  margin:12px auto 14px;
  background:var(--article-orange);
}

.report-modal-panel p{
  margin:0 0 18px;
  color:#e5edf8;
  font-size:15px;
  line-height:1.55;
  font-weight:500;
  text-align:center;
}

.report-request-form{
  display:grid;
  gap:12px;
}

.report-request-form label{
  display:block;
  color:#fff;
  font-size:14px;
  font-weight:800;
}

.report-request-form label > span{
  color:var(--article-orange);
  display:inline-block;
  margin-left:3px;
  line-height:1;
}

.report-request-form input,
.report-request-form select{
  width:100%;
  margin-top:6px;
  min-height:46px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:5px;
  padding:0 18px;
  background:#fff;
  color:#1d293b;
  font:600 15px "Poppins",Arial,sans-serif;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.08);
}

.report-request-form select{
  appearance:auto;
  cursor:pointer;
}

.report-request-form input:focus,
.report-request-form select:focus{
  outline:2px solid rgba(255,138,22,.28);
  border-color:var(--article-orange);
}

.report-form-error{
  margin:0;
  border:1px solid rgba(197,42,26,.22);
  border-radius:5px;
  padding:10px 12px;
  background:#fef2f2;
  color:#b42318;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}

.report-request-form .btn-strategy-orange,
.report-thanks-state .btn-strategy-orange{
  border:0;
  cursor:pointer;
  width:100%;
  min-height:52px;
  margin-top:8px;
  justify-content:center;
  background:linear-gradient(180deg,#ffbd45,#e49220);
  color:#020b16;
  font-size:15px;
  letter-spacing:.04em;
}

.report-privacy-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:6px;
  color:#e5edf8;
  font-size:13px;
  line-height:1.4;
  font-weight:500;
  text-align:center;
}

.report-privacy-note svg{width:19px;height:19px;flex:0 0 auto;color:var(--article-orange);}

.report-modal svg path,
.report-modal svg circle,
.report-modal svg rect,
.report-modal svg line,
.report-modal svg polyline,
.report-modal svg polygon{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7px!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}

.report-modal .report-modal-icon svg{
  color:var(--article-orange)!important;
}

.report-modal .report-privacy-note svg{
  color:var(--article-orange)!important;
}

.article-page svg path,
.article-page svg circle,
.article-page svg rect,
.article-page svg line,
.article-page svg polyline,
.article-page svg polygon{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7px!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}
.article-page .meta-item svg,
.article-page .report-facts dt svg,
.article-page .report-privacy-note svg{
  color:var(--article-orange)!important;
}
.article-page .summary-icon svg,
.article-page .cta-icon svg,
.article-page .report-modal-icon svg{
  color:currentColor!important;
}

.related-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:20px;
}

.related-title-row h2{
  margin:0;
}

.related-title-row a{
  color:var(--article-orange-2);
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

.related-sidebar-list{
  display:grid;
  gap:22px;
}

.related-sidebar-item{
  display:grid;
  grid-template-columns:132px 1fr;
  gap:18px;
  align-items:start;
}

.related-sidebar-item img{
  width:132px;
  height:100px;
  border-radius:6px;
  object-fit:cover;
  background:#dfe7f0;
}

.related-sidebar-item small{
  display:block;
  margin-bottom:8px;
  color:var(--article-orange-2);
  font-size:11px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
}

.related-sidebar-item strong{
  display:block;
  color:#071436;
  font-family:'Poppins',Arial,sans-serif;
  font-size:17px;
  line-height:1.22;
}

.related-sidebar-item em{
  display:block;
  margin-top:8px;
  color:#5c6880;
  font-size:12px;
  font-style:normal;
  font-weight:700;
}

.article-cta-band{
  display:grid;
  grid-template-columns:74px minmax(0,1fr) auto;
  gap:26px;
  align-items:center;
  margin-top:0;
  margin-bottom:20px;
  padding:24px 54px;
  border-radius:8px;
  background:linear-gradient(90deg,#fff0e3,#fffaf5);
}

.cta-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--article-navy);
  color:#fff;
}

.article-cta-band h2{
  margin:0;
  max-width:560px;
  color:#071436;
  font-family:'Poppins',Arial,sans-serif;
  font-size:29px;
  line-height:1.18;
  font-weight:700;
}

.article-cta-band p{
  margin:7px 0 0;
  color:#34425c;
  font-size:14px;
  font-weight:600;
}

.offices-band{
  position:relative;
  display:grid;
  grid-template-columns:1fr 250px 180px 1fr 250px;
  align-items:center;
  gap:28px;
  margin-bottom:32px;
  padding:42px 48px;
  border-radius:8px;
  background:
    radial-gradient(circle at 38% 50%,rgba(255,138,22,.16),transparent 24%),
    linear-gradient(120deg,#001126,#001c38);
  color:#fff;
  overflow:hidden;
}

.office-card-block p{
  margin:0 0 12px;
  color:var(--article-orange);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.office-card-block h2{
  margin:0 0 14px;
  color:#fff;
  font-family:'Poppins',Arial,sans-serif;
  font-size:31px;
  font-weight:700;
}

.office-card-block address{
  margin:0 0 16px;
  color:#eef4fb;
  font-size:14px;
  line-height:1.55;
  font-style:normal;
  font-weight:600;
}

.office-card-block a{
  color:#fff;
  font-size:14px;
  font-weight:800;
}

.offices-band > img{
  width:220px;
  max-height:180px;
  object-fit:contain;
  opacity:.72;
}

.offices-divider{
  align-self:stretch;
  display:grid;
  grid-template-rows:1fr auto 1fr;
  justify-items:center;
  gap:12px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.offices-divider span{
  width:1px;
  background:rgba(255,255,255,.24);
}

.offices-divider strong{
  display:block;
  color:#fff;
}

@media (max-width:1280px){
  .article-shell{
    width:min(100% - 48px,1120px);
  }

  .article-topbar-inner{
    grid-template-columns:150px 1fr;
  }

  .article-top-cta{
    display:none;
  }

  .article-nav-links{
    justify-content:flex-end;
    gap:24px;
  }

  .article-hero-grid,
  .article-content-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .article-content-grid{
    margin-top:0;
  }

  .article-main-column{
    padding-top:0;
  }

  .article-hero-copy{
    padding-top:0;
  }

  .article-sidebar{
    position:static;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:0;
  }

  .related-sidebar{
    grid-column:1 / -1;
  }

  .offices-band{
    grid-template-columns:1fr 180px 1fr 180px;
  }

  .offices-divider{
    display:none;
  }
}

@media (max-width:700px){
  .report-modal{
    align-items:start;
    padding:14px;
  }

  .report-modal-panel{
    padding:30px 20px 24px;
  }

  .report-modal-icon{
    width:66px;
    height:66px;
  }

  .report-modal-icon svg{
    width:34px;
    height:34px;
  }

  .report-modal-panel h2{
    font-size:36px;
  }

  .report-modal-panel p{
    font-size:15px;
  }

  .report-request-form label{
    font-size:14px;
  }

  .report-request-form input,
  .report-request-form select{
    min-height:50px;
    font-size:15px;
  }

  .report-request-form .btn-strategy-orange,
  .report-thanks-state .btn-strategy-orange{
    min-height:56px;
    font-size:15px;
  }

  .report-privacy-note{
    align-items:flex-start;
    font-size:13px;
  }
}

@media (max-width:860px){
  .article-shell{
    width:min(100% - 28px,100%);
  }

  .article-topbar-inner{
    min-height:auto;
    grid-template-columns:1fr;
    gap:14px;
    padding:18px 0;
  }

  .article-logo img{
    width:140px;
  }

  .article-nav-links{
    height:auto;
    justify-content:flex-start;
    gap:16px;
    overflow-x:auto;
    padding-bottom:6px;
  }

  .article-nav-links a{
    flex:0 0 auto;
    font-size:13px;
  }

  .article-nav-links a.active::after{
    bottom:-6px;
    height:2px;
  }

  .article-hero{
    padding:28px 0 30px;
  }

  .article-breadcrumbs{
    margin-bottom:24px;
  }

  .article-hero h1{
    font-size:42px;
  }

  .article-summary{
    font-size:17px;
  }

  .article-meta{
    gap:14px;
    margin-top:32px;
  }

  .meta-item + .meta-item{
    padding-left:0;
    border-left:0;
  }

  .article-hero-image{
    height:auto;
    aspect-ratio:16/10;
  }

  .executive-summary,
  .article-cta-band{
    grid-template-columns:1fr;
  }

  .article-sidebar{
    grid-template-columns:1fr;
  }

  .sidebar-card{
    padding:24px;
  }

  .article-cta-band{
    padding:24px;
  }

  .article-cta-band a{
    width:100%;
  }

  .offices-band{
    grid-template-columns:1fr;
    padding:30px 24px;
  }

  .offices-band > img{
    width:180px;
  }
}

@media (max-width:540px){
  .article-hero h1{
    font-size:34px;
  }

  .article-kicker{
    font-size:13px;
  }

  .executive-summary{
    padding:24px;
  }

  .article-body{
    font-size:15px;
  }

  .article-body li{
    padding-left:42px;
  }

  .related-sidebar-item{
    grid-template-columns:96px 1fr;
    gap:14px;
  }

  .related-sidebar-item img{
    width:96px;
    height:80px;
  }
}

/* Responsive safety layer for article pages. */
@media (max-width:1200px){
  .article-page{max-width:100%;overflow-x:hidden}
  .article-page *,
  .article-page *::before,
  .article-page *::after{min-width:0}
  .article-page img,
  .article-page video,
  .article-page iframe,
  .article-page canvas{max-width:100%!important}
  .article-page h1,
  .article-page h2,
  .article-page h3,
  .article-page p,
  .article-page a,
  .article-page li,
  .article-page span,
  .article-page strong{overflow-wrap:normal;word-break:normal;hyphens:none}
}
@media (max-width:900px){
  .article-shell{width:calc(100% - 32px)!important;max-width:100%!important}
  .article-topbar-inner,
  .article-hero-grid,
  .article-content-grid,
  .executive-summary,
  .article-cta-band,
  .offices-band{grid-template-columns:1fr!important}
  .article-nav-links{display:none!important}
  .article-hero-image{height:auto!important;min-height:240px}
}
@media (max-width:620px){
  .article-shell{width:calc(100% - 24px)!important}
  .article-hero h1{font-size:clamp(2rem,10vw,2.6rem)!important;line-height:1.08!important;letter-spacing:0!important}
  .article-body img,
  .article-featured-image img{width:100%!important;height:auto!important;object-fit:contain!important}
  .related-sidebar-item{grid-template-columns:1fr!important}
  .related-sidebar-item img{width:100%!important;height:auto!important;aspect-ratio:16/10;object-fit:cover}
}

@supports (content-visibility:auto){
  .article-content,
  .article-sidebar,
  .article-cta-band,
  .offices-band{
    content-visibility:auto;
    contain-intrinsic-size:1px 720px;
  }
}
