/* FIRST WEEKLY home — restrained editorial redesign */
body.theme-home.home-commercial {
  --hc-accent:#214b8f;
  --hc-dark:#173866;
  --hc-ink:#152230;
  --hc-muted:#5e6b78;
  --hc-line:#d6dde5;
  --hc-soft:#edf2f7;
  --hc-photo-ratio:53 / 30;
  color:var(--hc-ink);
  background:#f4f6f8;
}

body.theme-home.home-commercial .home-content{padding-bottom:0}

/* A solid-color edition masthead replaces the template-like gradient hero. */
body.theme-home.home-commercial .home-compact-banner{
  display:grid;
  grid-template-columns:minmax(0,1fr) 400px;
  height:auto !important;
  min-height:360px;
  margin-top:18px;
  padding:0;
  overflow:hidden;
  border:0;
  border-top:4px solid var(--hc-accent);
  border-radius:0;
  background:var(--hc-dark);
  box-shadow:none;
}
body.theme-home.home-commercial .home-compact-banner::before,
body.theme-home.home-commercial .home-compact-banner::after{display:none;content:none}
body.theme-home.home-commercial .home-compact-banner__copy{
  position:relative;
  z-index:2;
  align-self:center;
  width:auto;
  max-width:760px;
  padding:42px 48px 46px;
  color:#fff;
}
body.theme-home.home-commercial .home-compact-banner__copy>span{
  display:block;
  margin-bottom:12px;
  color:#cfe0ff;
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
}
body.theme-home.home-commercial .home-compact-banner__copy strong{
  display:block;
  max-width:720px;
  margin:0;
  color:#fff;
  font-size:clamp(36px,3.8vw,54px);
  font-weight:830;
  line-height:1.14;
  letter-spacing:-.05em;
}
body.theme-home.home-commercial .home-banner-title-tail{display:inline}
body.theme-home.home-commercial .home-compact-banner__copy p{
  max-width:650px;
  margin:17px 0 0;
  color:#dbe6f6;
  font-size:16px;
  line-height:1.7;
}
body.theme-home.home-commercial .home-compact-banner .common-news-banner__link{
  display:inline-flex;
  align-items:center;
  min-height:48px;
  margin-top:26px;
  padding:0 20px;
  border:1px solid #fff;
  border-radius:4px;
  background:#fff;
  color:var(--hc-dark);
  font-size:14px;
  font-weight:820;
  text-decoration:none;
  transition:background-color .18s ease,color .18s ease;
}
body.theme-home.home-commercial .home-compact-banner .common-news-banner__link:hover,
body.theme-home.home-commercial .home-compact-banner .common-news-banner__link:focus-visible{background:transparent;color:#fff}
body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--home{
  --home-cover-travel:160px;
  position:relative;
  inset:auto;
  width:100%;
  height:100%;
  min-height:356px;
  border-left:1px solid rgba(255,255,255,.18);
  background:#eef2f7;
  transform:none !important;
}
body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--single::before,
body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--single::after{display:none}
body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--single .edition-cover--single[data-cover-index]{
  top:50% !important;left:50% !important;width:190px !important;height:270px !important;margin:0;
  border:0;border-radius:0;background:transparent;
  box-shadow:18px 18px 0 #d7e0eb;
  opacity:0;
  animation:none !important;
  transform:translate(calc(-50% + var(--home-cover-travel)),-50%) !important;
  transition:opacity 1s ease,transform 1.2s cubic-bezier(.22,.72,.2,1) !important;
  will-change:opacity,transform;
}
body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--single .edition-cover--single.is-current{
  z-index:3;
  opacity:1;
  transform:translate(-50%,-50%) !important;
  pointer-events:auto;
}
body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--single .edition-cover--single.is-exiting-left{
  z-index:2;
  opacity:0;
  transform:translate(calc(-50% - var(--home-cover-travel)),-50%) !important;
  pointer-events:none;
}
body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--single .edition-cover--single img{
  border:1px solid #c6d0db;border-radius:0;object-fit:cover;
}
body.theme-home.home-commercial .home-compact-banner .issue-photo-deck .edition-cover--single[data-cover-index]{
  width:min(340px,calc(100% - 48px)) !important;
  height:auto !important;
  aspect-ratio:var(--hc-photo-ratio);
  box-shadow:16px 16px 0 #d7e0eb;
}
body.theme-home.home-commercial .home-compact-banner .issue-photo-deck .edition-cover--single img{
  object-position:center;
}
body.theme-home.home-commercial .home-newspaper-showcase{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  min-width:0;
  min-height:356px;
  border-left:1px solid rgba(255,255,255,.18);
  background:#eef2f7;
}
body.theme-home.home-commercial .home-compact-banner .home-newspaper-showcase .issue-newspaper-deck{
  width:100%;
  height:auto;
  min-height:278px;
  border-left:0;
  background:transparent;
}
body.theme-home.home-commercial .home-compact-banner .home-newspaper-showcase .issue-newspaper-deck .edition-cover--single[data-cover-index]{
  top:50% !important;
  width:164px !important;
  height:240px !important;
  box-shadow:14px 14px 0 #d7e0eb;
}
body.theme-home.home-commercial .home-newspaper-cover-link{
  display:block;
  width:100%;
  height:100%;
}
body.theme-home.home-commercial .home-newspaper-cover-link:focus-visible{
  outline:3px solid rgba(33,75,143,.52);
  outline-offset:5px;
}
body.theme-home.home-commercial .home-newspaper-showcase__actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-height:78px;
  padding:10px 18px 16px;
  border-top:1px solid #d6dde5;
  background:#eef2f7;
}
body.theme-home.home-commercial .home-newspaper-showcase__label{
  color:#536476;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
body.theme-home.home-commercial .home-newspaper-view-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--hc-accent);
  border-radius:4px;
  background:var(--hc-accent);
  color:#fff;
  font-size:13px;
  font-weight:840;
  text-decoration:none;
  white-space:nowrap;
  transition:background-color .18s ease,color .18s ease;
}
body.theme-home.home-commercial .home-newspaper-view-link:hover,
body.theme-home.home-commercial .home-newspaper-view-link:focus-visible{
  background:#fff;
  color:var(--hc-accent);
}

/* Desktop entry point for the portrait FIRST WEEKLY mobile PWA. */
body.theme-home.home-commercial .home-mobile-app-promo{
  min-width:0;
  min-height:356px;
  border-left:1px solid rgba(255,255,255,.18);
  background:#eef3fb;
}
body.theme-home.home-commercial .home-mobile-app-promo__link{
  width:100%;
  height:100%;
  min-height:356px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:24px 28px 22px;
  color:var(--hc-dark);
  text-align:center;
  text-decoration:none;
}
body.theme-home.home-commercial .home-mobile-app-promo__eyebrow{
  margin-bottom:10px;
  color:var(--hc-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
body.theme-home.home-commercial .home-mobile-app-promo__qr{
  width:196px;
  height:196px;
  display:grid;
  place-items:center;
  padding:10px;
  border:1px solid #c5d2e5;
  background:#fff;
  box-shadow:10px 10px 0 #d5e0ef;
}
body.theme-home.home-commercial .home-mobile-app-promo__qr img{
  width:100%;
  height:100%;
  object-fit:contain;
}
body.theme-home.home-commercial .home-mobile-app-promo strong{
  margin-top:18px;
  color:#173866;
  font-size:17px;
  font-weight:880;
  line-height:1.35;
  letter-spacing:-.035em;
}
body.theme-home.home-commercial .home-mobile-app-promo small{
  margin-top:5px;
  color:#66778c;
  font-size:11px;
  font-weight:700;
  line-height:1.45;
}
body.theme-home.home-commercial .home-mobile-app-promo__link:hover .home-mobile-app-promo__qr,
body.theme-home.home-commercial .home-mobile-app-promo__link:focus-visible .home-mobile-app-promo__qr{
  border-color:var(--hc-accent);
  box-shadow:10px 10px 0 #c5d5eb;
}

/* Compact service rail inside the shared quick-tools bar. */
body.theme-home.home-commercial .home-quick-tools{
  position:relative;z-index:20;margin-top:18px;overflow:visible;
  border:1px solid var(--hc-line);background:#fff;
}
body.theme-home.home-commercial .common-reader-services{
  display:grid;
  grid-template-columns:178px minmax(0,1fr);
  min-height:52px;
  margin:0;
  scroll-margin-top:138px;
  padding:0;
  overflow:visible;
  border:0;border-bottom:1px solid var(--hc-line);
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
body.theme-home.home-commercial .common-reader-services__heading{
  display:flex;flex-direction:column;justify-content:center;
  padding:7px 17px;border-right:1px solid var(--hc-line);background:var(--hc-soft);
}
body.theme-home.home-commercial .common-reader-services__heading>span{
  margin:0 0 2px;color:var(--hc-accent);font-size:8px;font-weight:850;letter-spacing:.11em;
}
body.theme-home.home-commercial .common-reader-services__heading h2{
  margin:0;color:var(--hc-ink);font-size:15px;line-height:1.2;letter-spacing:-.025em;
}
body.theme-home.home-commercial .common-reader-services__links{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;min-width:0;padding:0;background:#fff;
}
body.theme-home.home-commercial .common-reader-services__links>button,
body.theme-home.home-commercial .common-reader-services__more-toggle{
  width:100%;min-width:0;min-height:51px;padding:0 15px;
  border:0;border-right:1px solid var(--hc-line);border-radius:0;
  background:#fff;color:#334350;font:inherit;font-size:12px;font-weight:780;box-shadow:none;cursor:pointer;
}
body.theme-home.home-commercial .common-reader-services__links>button:hover,
body.theme-home.home-commercial .common-reader-services__links>button:focus-visible,
body.theme-home.home-commercial .common-reader-services__links>button.is-selected,
body.theme-home.home-commercial .common-reader-services__more-toggle:hover,
body.theme-home.home-commercial .common-reader-services__more-toggle:focus-visible,
body.theme-home.home-commercial .common-reader-services__more-toggle[aria-expanded="true"]{
  background:#f4f7fb;color:var(--hc-accent);
}
body.theme-home.home-commercial .common-reader-services__more{position:relative;min-width:0}
body.theme-home.home-commercial .common-reader-services__more-toggle{border-right:0}
body.theme-home.home-commercial .common-reader-services__more-toggle>span{
  display:inline-block;margin-left:5px;font-size:16px;transition:transform .16s ease;
}
body.theme-home.home-commercial .common-reader-services__more-toggle[aria-expanded="true"]>span{transform:rotate(180deg)}
body.theme-home.home-commercial .common-reader-services__more-menu{
  position:absolute;top:calc(100% + 1px);right:-1px;z-index:45;width:220px;
  padding:5px;border:1px solid var(--hc-line);background:#fff;box-shadow:0 12px 28px rgba(16,40,68,.16);
}
body.theme-home.home-commercial .common-reader-services__more-menu[hidden]{display:none}
body.theme-home.home-commercial .common-reader-services__more-menu>button{
  display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:0 13px;
  border:0;background:#fff;color:#334350;font:inherit;font-size:12px;font-weight:760;text-align:left;cursor:pointer;
}
body.theme-home.home-commercial .common-reader-services__more-menu>button:hover,
body.theme-home.home-commercial .common-reader-services__more-menu>button:focus-visible{background:#f4f7fb;color:var(--hc-accent)}
/* Weekly front page */
body.theme-home.home-commercial .editorial-front{
  margin-top:72px;padding:0;overflow:visible;
  border:0;border-radius:0;background:transparent;box-shadow:none;
}
body.theme-home.home-commercial .home-edition-toolbar{
  display:flex;align-items:end;justify-content:space-between;
  min-height:0;margin:0 0 28px;padding:0 0 22px;
  border:0;background:transparent;
}
body.theme-home.home-commercial .home-edition-kicker{
  display:block;margin-bottom:7px;color:var(--hc-accent);font-size:11px;font-weight:850;letter-spacing:.11em;
}
body.theme-home.home-commercial .home-edition-intro h1{
  margin:0;color:var(--hc-ink);font-size:clamp(34px,3vw,46px);font-weight:830;line-height:1.12;letter-spacing:-.055em;
}
body.theme-home.home-commercial .home-edition-intro h1 span{color:inherit}
body.theme-home.home-commercial .editorial-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(250px,.78fr) minmax(250px,.72fr);
  grid-template-areas:"lead secondary picks";
  gap:34px;min-height:0;padding:0;
}
body.theme-home.home-commercial .editorial-lead{grid-area:lead;min-width:0}
body.theme-home.home-commercial .editorial-secondary{grid-area:secondary;min-width:0}
body.theme-home.home-commercial .editorial-picks{grid-area:picks;min-width:0}
body.theme-home.home-commercial .editorial-grid .article-card,
body.theme-home.home-commercial .story-grid .article-card{
  overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;
}
body.theme-home.home-commercial .article-media,
body.theme-home.home-commercial .article-media img{border-radius:0}
body.theme-home.home-commercial .article-media{overflow:hidden;background:#e6ebf0}
body.theme-home.home-commercial .article-media img{
  width:100%;height:100%;object-fit:cover;transition:transform .35s ease;
}
body.theme-home.home-commercial .article-card:hover .article-media img{transform:scale(1.018)}
body.theme-home.home-commercial .article-copy{min-width:0}
body.theme-home.home-commercial .article-learning-info{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 10px}
body.theme-home.home-commercial .article-learning-info span{
  padding:4px 7px;border:1px solid #d7dee7;border-radius:2px;background:#fff;
  color:#5b6876;font-size:10px;font-weight:740;
}
body.theme-home.home-commercial .article-learning-info span:first-child{border-color:#b8c9e2;color:var(--hc-accent)}
body.theme-home.home-commercial .article-meta{
  margin:0 0 8px;color:var(--hc-accent);font-size:11px;font-weight:850;letter-spacing:.05em;
}
body.theme-home.home-commercial .article-card h3{
  margin:0;color:var(--hc-ink);font-family:inherit;font-weight:820;line-height:1.18;letter-spacing:-.035em;
}
body.theme-home.home-commercial .article-title-link{color:inherit;text-decoration:none}
body.theme-home.home-commercial .article-title-link:hover,
body.theme-home.home-commercial .article-title-link:focus-visible{color:var(--hc-accent);text-decoration:underline;text-underline-offset:4px}
body.theme-home.home-commercial .article-excerpt{color:var(--hc-muted);font-size:14px;line-height:1.65}
body.theme-home.home-commercial .article-link{
  display:inline-flex !important;align-items:center;gap:6px;margin-top:12px;
  color:var(--hc-accent);font-size:13px;font-weight:820;text-decoration:none
}
body.theme-home.home-commercial .article-link:hover,
body.theme-home.home-commercial .article-link:focus-visible{text-decoration:underline;text-underline-offset:4px}

body.theme-home.home-commercial .front-lead-card{display:block}
body.theme-home.home-commercial .front-lead-card .article-media{height:auto;aspect-ratio:var(--hc-photo-ratio)}
body.theme-home.home-commercial .front-lead-card .article-copy{padding:20px 0 0}
body.theme-home.home-commercial .front-lead-card h3{max-width:720px;font-size:clamp(29px,2.4vw,39px)}
body.theme-home.home-commercial .front-lead-card .article-excerpt{max-width:700px;margin:12px 0 15px}

body.theme-home.home-commercial .editorial-secondary{display:grid;align-content:start;gap:26px}
body.theme-home.home-commercial .front-secondary-card,
body.theme-home.home-commercial .front-secondary-card+.front-secondary-card{
  display:block;min-height:0;padding:0 0 24px;border:0;border-bottom:1px solid var(--hc-line);
}
body.theme-home.home-commercial .front-secondary-card .article-media{width:100%;height:auto;margin-bottom:15px;aspect-ratio:var(--hc-photo-ratio)}
body.theme-home.home-commercial .front-secondary-card h3{font-size:20px}
body.theme-home.home-commercial .front-secondary-card .article-excerpt{display:none}

body.theme-home.home-commercial .editorial-picks{border-top:3px solid var(--hc-accent)}
body.theme-home.home-commercial .editorial-picks__title{
  display:flex;align-items:baseline;justify-content:space-between;
  min-height:0;padding:16px 0 14px;border-bottom:1px solid var(--hc-ink);
}
body.theme-home.home-commercial .editorial-picks__title span{color:var(--hc-accent);font-size:10px;font-weight:850;letter-spacing:.12em}
body.theme-home.home-commercial .editorial-picks__title h2{margin:0;color:var(--hc-ink);font-size:18px;font-weight:820}
body.theme-home.home-commercial .front-pick-card,
body.theme-home.home-commercial .front-pick-card+.front-pick-card{
  display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;
  min-height:0;padding:18px 0;border:0;border-bottom:1px solid var(--hc-line);
}
body.theme-home.home-commercial .front-pick-card .article-media{width:120px;height:auto;aspect-ratio:var(--hc-photo-ratio)}
body.theme-home.home-commercial .front-pick-card .article-learning-info span:nth-child(n+2),
body.theme-home.home-commercial .front-pick-card .article-meta,
body.theme-home.home-commercial .front-pick-card .article-excerpt{display:none}
body.theme-home.home-commercial .front-pick-card h3{font-size:16px;line-height:1.3}
body.theme-home.home-commercial .front-pick-card .article-link{margin-top:8px;font-size:12px}

/* Trending is one information band. */
body.theme-home.home-commercial .most-read{
  display:grid;grid-template-columns:240px minmax(0,1fr);min-height:132px;
  margin-top:66px;padding:0;overflow:hidden;
  border:0;border-top:2px solid var(--hc-ink);border-bottom:1px solid var(--hc-line);
  border-radius:0;background:transparent;box-shadow:none;
}
body.theme-home.home-commercial .most-read__title{
  display:flex;flex-direction:column;justify-content:center;min-width:0;
  padding:22px 24px 22px 0;border-right:1px solid var(--hc-line);
  background:transparent !important;
}
body.theme-home.home-commercial .most-read__title::before,
body.theme-home.home-commercial .most-read__title::after{display:none;content:none}
body.theme-home.home-commercial .most-read__title>span{color:var(--hc-accent);font-size:10px;letter-spacing:.12em}
body.theme-home.home-commercial .most-read__title h2{margin:5px 0 0;color:var(--hc-ink);font-size:21px;line-height:1.3;letter-spacing:-.035em}
body.theme-home.home-commercial .most-read__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;margin:0;padding:0}
body.theme-home.home-commercial .most-read__list li,
body.theme-home.home-commercial .most-read__list li:nth-child(2){
  display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;
  min-width:0;padding:18px 16px;border:0;border-right:1px solid var(--hc-line);
}
body.theme-home.home-commercial .most-read__list li:last-child{border-right:0}
body.theme-home.home-commercial .most-read__list>li>span{color:#9ba6b1;font-size:24px;font-weight:500}
body.theme-home.home-commercial .most-read__list a{color:var(--hc-ink);font-size:14px;line-height:1.35;text-decoration:none}
body.theme-home.home-commercial .most-read__list a small{
  display:block;margin-bottom:5px;color:var(--hc-accent);font-size:9px;font-weight:850;letter-spacing:.08em;
}
body.theme-home.home-commercial .most-read__list a:hover,
body.theme-home.home-commercial .most-read__list a:focus-visible{color:var(--hc-accent);text-decoration:underline;text-underline-offset:3px}

/* Lower feed: an editorial grid rather than a collection of rounded tiles. */
body.theme-home.home-commercial .news-feed,
body.theme-home.home-commercial .news-feed--cards-only{
  margin-top:76px;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;
}
body.theme-home.home-commercial .home-commercial-feed-head{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,430px);
  align-items:end;gap:36px;margin-bottom:28px;padding-bottom:22px;border-bottom:0;
}
body.theme-home.home-commercial .home-commercial-feed-head span{
  display:block;margin-bottom:7px;color:var(--hc-accent);font-size:11px;font-weight:850;letter-spacing:.11em;
}
body.theme-home.home-commercial .home-commercial-feed-head h2{
  margin:0;color:var(--hc-ink);font-size:clamp(31px,2.7vw,40px);line-height:1.15;letter-spacing:-.05em;
}
body.theme-home.home-commercial .home-commercial-feed-head p{margin:0;color:var(--hc-muted);font-size:14px;line-height:1.7}
body.theme-home.home-commercial .story-grid{
  display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:44px 26px;padding:0;
}
body.theme-home.home-commercial .story-card{
  grid-column:span 4;min-width:0;padding:0 0 28px;border-bottom:1px solid var(--hc-line);
}
body.theme-home.home-commercial .story-card--feature{
  grid-column:span 8;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
  height:auto;gap:26px;align-items:center;
}
body.theme-home.home-commercial .story-card--feature .article-media{height:auto;aspect-ratio:var(--hc-photo-ratio)}
body.theme-home.home-commercial .story-card--feature .article-copy{align-self:center;padding:0}
body.theme-home.home-commercial .story-card--feature h3{font-size:30px}
body.theme-home.home-commercial .story-card--spotlight{grid-column:span 4;height:auto}
body.theme-home.home-commercial .story-card:not(.story-card--feature):not(.story-card--row) .article-media{flex:none;height:auto;margin-bottom:17px;aspect-ratio:var(--hc-photo-ratio)}
body.theme-home.home-commercial .story-card:not(.story-card--feature) h3{font-size:22px}
body.theme-home.home-commercial .story-card .article-excerpt{margin:11px 0 14px}
body.theme-home.home-commercial .story-card--row{
  grid-column:1/-1;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  gap:30px;align-items:center;padding:28px 0 0;border-top:2px solid var(--hc-ink);border-bottom:0;
}
body.theme-home.home-commercial .story-card--row .article-media{height:auto;aspect-ratio:var(--hc-photo-ratio)}
body.theme-home.home-commercial .story-card--row h3{font-size:32px}
body.theme-home.home-commercial .load-more-wrap{display:none}

body.theme-home.home-commercial :is(a,button):focus-visible{outline:3px solid rgba(33,75,143,.34);outline-offset:3px}
.site-mobile-brand{display:none}

@media(max-width:1100px){
  body.theme-home.home-commercial .common-reader-services{grid-template-columns:150px minmax(0,1fr)}
  body.theme-home.home-commercial .home-compact-banner{grid-template-columns:minmax(0,1fr) 340px}
  body.theme-home.home-commercial .editorial-grid{
    grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);
    grid-template-areas:"lead secondary" "picks picks";
  }
  body.theme-home.home-commercial .editorial-picks>[data-front-picks]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
  body.theme-home.home-commercial .front-pick-card,
  body.theme-home.home-commercial .front-pick-card+.front-pick-card{grid-template-columns:96px minmax(0,1fr)}
  body.theme-home.home-commercial .front-pick-card .article-media{width:96px;height:auto;aspect-ratio:var(--hc-photo-ratio)}
  body.theme-home.home-commercial .most-read{grid-template-columns:210px minmax(0,1fr)}
  body.theme-home.home-commercial .most-read__list{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.theme-home.home-commercial .most-read__list li:nth-child(-n+2){border-bottom:1px solid var(--hc-line)}
  body.theme-home.home-commercial .story-card--feature{grid-column:1/-1}
  body.theme-home.home-commercial .story-card,
  body.theme-home.home-commercial .story-card--spotlight{grid-column:span 6}
}

@media(max-width:820px){
  body.theme-home.home-commercial .top-utility-wrap{
    min-height:108px;height:108px;border-bottom:1px solid var(--hc-line);background:#fff;
  }
  body.theme-home.home-commercial .top-utility-menu{
    display:grid;grid-template-rows:58px 49px;width:100%;max-width:none;height:108px;margin:0;padding:0 16px;
  }
  body.theme-home.home-commercial .site-mobile-brand{
    display:flex!important;align-items:center;width:max-content;max-width:220px;height:58px;
    overflow:hidden;color:var(--hc-accent);font-size:0;text-decoration:none;
  }
  body.theme-home.home-commercial .site-mobile-brand .brand-mark{width:200px;max-width:52vw;height:48px}
  body.theme-home.home-commercial .top-utility-actions{
    display:flex!important;align-items:stretch;justify-content:flex-start;gap:0;
    width:100%;height:49px;overflow-x:auto;overflow-y:hidden;border-top:1px solid var(--hc-line);scrollbar-width:none;
  }
  body.theme-home.home-commercial .top-utility-actions::-webkit-scrollbar{display:none}
  body.theme-home.home-commercial .top-utility-actions>*{
    flex:0 0 auto!important;width:auto!important;min-width:max-content;min-height:48px;padding-inline:14px;border-radius:0;
  }
  body.theme-home.home-commercial .top-utility-priority-links{
    order:1;display:flex!important;width:auto!important;grid-template-columns:none!important;
  }
  body.theme-home.home-commercial .top-utility-priority-links>button{
    width:auto!important;min-width:max-content;padding-inline:14px;
  }
  body.theme-home.home-commercial [data-utility-action="free-sample"]{order:2}
  body.theme-home.home-commercial .top-utility-language-picker{order:3}
  body.theme-home.home-commercial .top-utility-account--login{order:4}
  body.theme-home.home-commercial .top-utility-account--signup{order:5}
  body.theme-home.home-commercial .side.side--brand-only{display:none!important}
  body.theme-home.home-commercial .shell{display:block}
  body.theme-home.home-commercial .workspace{width:100%}
  body.theme-home.home-commercial .topbar{min-height:58px;height:58px;border-bottom:1px solid var(--hc-line)}
  body.theme-home.home-commercial .home-content{width:calc(100% - 32px);margin-inline:auto}
  body.theme-home.home-commercial .home-compact-banner{grid-template-columns:1fr;min-height:0;margin-top:18px}
  body.theme-home.home-commercial .home-compact-banner__copy{padding:34px 28px 36px}
  body.theme-home.home-commercial .home-compact-banner__copy strong{font-size:35px}
  body.theme-home.home-commercial .home-compact-banner__copy p{font-size:15px}
  body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--home{
    min-height:238px;border-top:1px solid rgba(255,255,255,.2);border-left:0;
  }
  body.theme-home.home-commercial .home-compact-banner .edition-cover-deck--single .edition-cover--single[data-cover-index]{
    width:145px !important;height:204px !important;box-shadow:13px 13px 0 #d7e0eb;
  }
  body.theme-home.home-commercial .home-compact-banner .issue-photo-deck .edition-cover--single[data-cover-index]{
    width:min(310px,calc(100% - 40px)) !important;height:auto !important;aspect-ratio:var(--hc-photo-ratio);
  }
  body.theme-home.home-commercial .home-newspaper-showcase{
    min-height:332px;border-top:1px solid rgba(255,255,255,.2);border-left:0;
  }
  body.theme-home.home-commercial .home-mobile-app-promo{
    min-height:338px;border-top:1px solid rgba(255,255,255,.2);border-left:0;
  }
  body.theme-home.home-commercial .home-mobile-app-promo__link{min-height:338px}
  body.theme-home.home-commercial .home-compact-banner .home-newspaper-showcase .issue-newspaper-deck{
    --home-cover-travel:120px;min-height:250px;border-top:0;
  }
  body.theme-home.home-commercial .home-compact-banner .home-newspaper-showcase .issue-newspaper-deck .edition-cover--single[data-cover-index]{
    width:145px !important;height:212px !important;
  }
  body.theme-home.home-commercial .home-newspaper-showcase__actions{min-height:82px}
  body.theme-home.home-commercial .home-quick-tools{margin-top:16px}
  body.theme-home.home-commercial .common-reader-services{grid-template-columns:124px minmax(0,1fr);scroll-margin-top:176px}
  body.theme-home.home-commercial .common-reader-services__heading{padding-inline:13px}
  body.theme-home.home-commercial .common-reader-services__links>button,
  body.theme-home.home-commercial .common-reader-services__more-toggle{min-height:51px;padding-inline:9px;font-size:11px}
  body.theme-home.home-commercial .editorial-front{margin-top:56px}
  body.theme-home.home-commercial .home-edition-toolbar{margin-bottom:22px}
  body.theme-home.home-commercial .home-edition-intro h1{font-size:35px}
  body.theme-home.home-commercial .editorial-grid{
    grid-template-columns:1fr;grid-template-areas:"lead" "secondary" "picks";gap:42px;
  }
  body.theme-home.home-commercial .front-lead-card .article-media{height:auto;aspect-ratio:var(--hc-photo-ratio)}
  body.theme-home.home-commercial .front-lead-card h3{font-size:29px}
  body.theme-home.home-commercial .editorial-secondary{grid-template-columns:1fr;gap:24px}
  body.theme-home.home-commercial .front-secondary-card .article-media{height:auto;aspect-ratio:var(--hc-photo-ratio)}
  body.theme-home.home-commercial .editorial-picks>[data-front-picks]{grid-template-columns:1fr;gap:0}
  body.theme-home.home-commercial .most-read{grid-template-columns:1fr;margin-top:54px}
  body.theme-home.home-commercial .most-read__title{padding:18px 0;border-right:0;border-bottom:1px solid var(--hc-line)}
  body.theme-home.home-commercial .most-read__list{grid-template-columns:1fr}
  body.theme-home.home-commercial .most-read__list li,
  body.theme-home.home-commercial .most-read__list li:nth-child(2),
  body.theme-home.home-commercial .most-read__list li:nth-child(-n+2){
    min-height:76px;border-right:0;border-bottom:1px solid var(--hc-line);
  }
  body.theme-home.home-commercial .most-read__list li:last-child{border-bottom:0}
  body.theme-home.home-commercial .news-feed,
  body.theme-home.home-commercial .news-feed--cards-only{margin-top:60px}
  body.theme-home.home-commercial .home-commercial-feed-head{grid-template-columns:1fr;gap:12px}
  body.theme-home.home-commercial .story-grid{grid-template-columns:1fr;gap:36px}
  body.theme-home.home-commercial .story-card,
  body.theme-home.home-commercial .story-card--feature,
  body.theme-home.home-commercial .story-card--spotlight,
  body.theme-home.home-commercial .story-card--row{grid-column:1;display:block}
  body.theme-home.home-commercial .story-card--feature .article-media,
  body.theme-home.home-commercial .story-card:not(.story-card--feature):not(.story-card--row) .article-media,
  body.theme-home.home-commercial .story-card--row .article-media{height:auto;margin-bottom:17px;aspect-ratio:var(--hc-photo-ratio)}
  body.theme-home.home-commercial .story-card--row{padding-top:26px}
  body.theme-home.home-commercial .story-card--row h3{font-size:28px}
}

@media(max-width:480px){
  body.theme-home.home-commercial .common-reader-services{grid-template-columns:1fr}
  body.theme-home.home-commercial .common-reader-services__heading{
    position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;white-space:nowrap;
  }
  body.theme-home.home-commercial .common-reader-services__links>button,
  body.theme-home.home-commercial .common-reader-services__more-toggle{padding-inline:5px;font-size:10.5px}
  body.theme-home.home-commercial .common-reader-services__more-menu{right:0;width:min(220px,calc(100vw - 34px))}
  body.theme-home.home-commercial .home-compact-banner__copy{
    box-sizing:border-box;
    width:100%;
    min-width:0;
    max-width:100%;
    padding:30px 22px 32px;
  }
  body.theme-home.home-commercial .home-compact-banner__copy strong{
    max-width:100%;
    font-size:28px;
    line-height:1.24;
    white-space:normal !important;
    overflow-wrap:anywhere;
  }
  body.theme-home.home-commercial .home-banner-title-tail{display:block}
  body.theme-home.home-commercial .home-compact-banner__copy .common-news-banner__link{
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    justify-content:center;
  }
  body.theme-home.home-commercial .home-edition-intro h1,
  body.theme-home.home-commercial .home-commercial-feed-head h2{font-size:31px}
  body.theme-home.home-commercial .front-secondary-card .article-media{height:auto;aspect-ratio:var(--hc-photo-ratio)}
  body.theme-home.home-commercial .home-newspaper-showcase__actions{flex-direction:column;gap:8px;padding:13px 20px 17px}
  body.theme-home.home-commercial .home-newspaper-view-link{width:100%}
  body.theme-home.home-commercial .home-mobile-app-promo__link{padding:25px 18px 24px}
  body.theme-home.home-commercial .home-mobile-app-promo__qr{width:184px;height:184px}
  body.theme-home.home-commercial .home-mobile-app-promo strong{font-size:16px}
}

@media(prefers-reduced-motion:reduce){
  body.theme-home.home-commercial *,body.theme-home.home-commercial *::before,body.theme-home.home-commercial *::after{
    scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;
  }
}

/* Requested single row: subscriber, sample, issue, and topic search. */
body.theme-home.home-commercial .home-quick-tools--single-row{
  display:grid;
  grid-template-columns:minmax(160px,.82fr) minmax(180px,.92fr) minmax(150px,.76fr) minmax(360px,2.5fr);
  align-items:stretch;
  min-height:54px;
}
body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  min-width:0;min-height:54px;padding:0 18px;
  border:0;border-right:1px solid var(--hc-line);border-radius:0;
  background:#fff;color:#334350;font:inherit;font-size:12px;font-weight:780;
  white-space:nowrap;cursor:pointer;
}
body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action:hover,
body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action:focus-visible,
body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action.is-selected{
  background:#f4f7fb;color:var(--hc-accent);
}

@media(max-width:1100px){
  body.theme-home.home-commercial .home-quick-tools--single-row{
    grid-template-columns:minmax(135px,.8fr) minmax(155px,.9fr) minmax(125px,.72fr) minmax(280px,2fr);
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action{padding-inline:13px}
}

@media(max-width:820px){
  body.theme-home.home-commercial .home-quick-tools--single-row{
    grid-template-columns:minmax(112px,.78fr) minmax(132px,.88fr) minmax(104px,.72fr) minmax(220px,1.8fr);
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action{
    min-height:54px;padding-inline:10px;font-size:11px;
  }
}

@media(max-width:620px){
  body.theme-home.home-commercial .home-quick-tools--single-row{
    grid-template-columns:max-content max-content max-content minmax(0,1fr);
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action{
    min-height:54px;gap:0;padding-inline:7px;font-size:10.5px;
  }
  body.theme-home.home-commercial .home-quick-tools--single-row .home-quick-tools__action>span{display:none}
}
