@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

.hst-production-shell {
  --ink: #222;
  --muted: #767676;
  --line: #e5e5e5;
  --paper: #fff;
  --navy: #163c59;
  --deep-navy: #0d2e44;
  --green: #477f2d;
  --blue: #087caf;
  --orange: #f5a623;
  --red: #e54a3e;
  --soft: #f5f6f7;
  --shell: 1180px;
}

.hst-production-shell,
.hst-production-shell * { box-sizing: border-box; }
.hst-production-shell { scroll-behavior: smooth; }
.hst-production-shell [id] { scroll-margin-top: 24px; }
@media (prefers-reduced-motion: reduce) {
  .hst-production-shell { scroll-behavior: auto; }
}
.hst-production-shell { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Source Sans 3', Arial, sans-serif; line-height: 1.45; }
.hst-production-shell img { display: block; width: 100%; }
.hst-production-shell a { color: inherit; text-decoration: none; }
.hst-production-shell button,
.hst-production-shell input { font: inherit; }
.hst-production-shell .visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hst-production-shell a:focus-visible,
.hst-production-shell button:focus-visible,
.hst-production-shell input:focus-visible,
.hst-production-shell summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.hst-production-shell .site-shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }

.hst-production-shell .utility-bar { color: #d8d8d8; background: #202020; font-size: 12px; }
.hst-production-shell .utility-inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; }
.hst-production-shell .utility-links { display: flex; gap: 22px; }
.hst-production-shell .utility-links a:hover { color: #fff; }
.hst-production-shell .masthead { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.hst-production-shell .brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.hst-production-shell .brand-ball { width: 48px; height: 48px; display: grid; place-items: center; position: relative; border: 4px solid var(--green); border-radius: 50%; }
.hst-production-shell .brand-ball::before,
.hst-production-shell .brand-ball::after,
.hst-production-shell .brand-ball i { content: ''; position: absolute; width: 12px; height: 12px; background: var(--blue); transform: rotate(45deg); }
.hst-production-shell .brand-ball::before { top: 4px; left: 15px; }
.hst-production-shell .brand-ball::after { bottom: 4px; left: 15px; }
.hst-production-shell .brand-ball i { left: 4px; top: 16px; box-shadow: 22px 0 0 var(--orange); }
.hst-production-shell .brand-words { display: flex; flex-direction: column; line-height: 1; }
.hst-production-shell .brand-words strong { color: var(--navy); font: 700 18px/1 'Rubik', sans-serif; letter-spacing: .02em; }
.hst-production-shell .brand-words strong b { color: var(--green); }
.hst-production-shell .brand-words small { margin-top: 6px; color: var(--blue); font: 700 10px/1 'Rubik', sans-serif; letter-spacing: .52em; }
.hst-production-shell .masthead-message { color: #5a5a5a; font-size: 13px; letter-spacing: .02em; }
.hst-production-shell .search-button { justify-self: end; width: 38px; height: 38px; border: 0; background: transparent; font: 28px/1 Arial; cursor: pointer; }
.hst-production-shell .search-drawer { justify-self: end; position: relative; }
.hst-production-shell .search-drawer summary { width: 38px; height: 38px; display: grid; place-items: center; position: relative; color: transparent; cursor: pointer; list-style: none; font-size: 0; }
.hst-production-shell .search-drawer summary::before { content: ''; width: 13px; height: 13px; border: 2px solid var(--navy); border-radius: 50%; }
.hst-production-shell .search-drawer summary::after { content: ''; width: 7px; height: 2px; position: absolute; left: 23px; top: 24px; background: var(--navy); transform: rotate(45deg); transform-origin: left center; }
.hst-production-shell .search-drawer summary::-webkit-details-marker { display: none; }
.hst-production-shell .search-drawer form { position: absolute; z-index: 15; top: 43px; right: 0; width: min(360px, calc(100vw - 32px)); display: grid; grid-template-columns: 1fr auto; padding: 10px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.16); }
.hst-production-shell .search-drawer input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #cfcfcf; }
.hst-production-shell .search-drawer button { border: 0; padding-inline: 18px; color: #fff; background: var(--navy); font-weight: 700; }
.hst-production-shell .primary-nav { border-block: 1px solid var(--line); background: #fff; }
.hst-production-shell .nav-track { min-height: 46px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.hst-production-shell .nav-track::-webkit-scrollbar { display: none; }
.hst-production-shell .nav-track a { display: flex; align-items: center; flex: 0 0 auto; padding: 0 17px; border-bottom: 3px solid transparent; font: 700 12px/1 'Rubik', sans-serif; text-transform: uppercase; }
.hst-production-shell .nav-track a:first-child { padding-left: 0; }
.hst-production-shell .nav-track a:hover,
.hst-production-shell .nav-track a.active { color: var(--green); border-bottom-color: var(--green); }

.hst-production-shell .hero { color: #fff; background: var(--deep-navy); }
.hst-production-shell .hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 500px; }
.hst-production-shell .hero-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 46px 48px 46px 0; }
.hst-production-shell .hero-media { min-height: 500px; overflow: hidden; background: #102331; }
.hst-production-shell .hero-media img { height: 100%; object-fit: cover; object-position: 58% center; transition: transform .35s ease; }
.hst-production-shell .hero-media:hover img { transform: scale(1.02); }
.hst-production-shell .story-kicker { display: inline-block; margin-bottom: 14px; padding: 5px 8px; background: var(--green); font: 700 11px/1 'Rubik', sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.hst-production-shell .story-kicker.dark { margin: 18px 0 8px; color: #fff; background: var(--navy); }
.hst-production-shell .hero h1 { margin: 0; font: 700 clamp(38px, 3.2vw, 48px)/1.02 'Rubik', sans-serif; letter-spacing: -.035em; }
.hst-production-shell .hero p { max-width: 540px; margin: 20px 0 10px; color: #dbe7ed; font-size: 18px; }
.hst-production-shell .story-meta { color: #d3d3d3; font-size: 12px; }
.hst-production-shell .dark-meta { color: var(--muted); }
.hst-production-shell .hero-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 27px; padding: 12px 17px; color: #fff; background: var(--green); font: 700 12px/1 'Rubik', sans-serif; letter-spacing: .025em; text-transform: uppercase; }
.hst-production-shell .hero-cta:hover { background: #3f7627; }

.hst-production-shell .visual-leads { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 180px 180px; gap: 5px; margin-block: 35px 48px; }
.hst-production-shell .lead-card { min-height: 0; position: relative; overflow: hidden; background: #222; }
.hst-production-shell .lead-card:first-child { grid-row: 1 / 3; }
.hst-production-shell .lead-card:last-child { grid-column: 2 / 4; }
.hst-production-shell .lead-card img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.hst-production-shell .lead-card:hover img { transform: scale(1.035); }
.hst-production-shell .image-fade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.06) 70%); }
.hst-production-shell .lead-copy { position: absolute; inset: auto 20px 18px; display: flex; flex-direction: column; align-items: flex-start; color: #fff; }
.hst-production-shell .lead-copy em { margin-bottom: 6px; padding: 4px 6px; background: var(--blue); font: normal 700 10px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .lead-copy strong { max-width: 520px; font: 700 18px/1.15 'Rubik', sans-serif; }
.hst-production-shell .lead-large .lead-copy strong { font-size: 28px; }
.hst-production-shell .lead-copy small { margin-top: 7px; color: #ddd; font-size: 11px; }

.hst-production-shell .section-tabs { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 2px solid #222; }
.hst-production-shell .section-tabs h2,
.hst-production-shell .section-heading h2,
.hst-production-shell .social-rail > h2,
.hst-production-shell .popular-list > h2 { margin: 0; font: 700 20px/1 'Rubik', sans-serif; }
.hst-production-shell .section-tabs h2 { padding: 9px 13px; color: #fff; background: #222; text-transform: uppercase; }
.hst-production-shell .section-tabs div { display: flex; gap: 4px; }
.hst-production-shell .section-tabs button,
.hst-production-shell .section-tabs a { padding: 7px 10px; border: 0; background: transparent; color: #666; font-size: 12px; cursor: pointer; }
.hst-production-shell .section-tabs button.selected { color: var(--green); font-weight: 700; }
.hst-production-shell .section-tabs a:first-child { color: var(--green); font-weight: 700; }
.hst-production-shell .latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 38px; padding-top: 25px; }
.hst-production-shell .latest-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 25px; }
.hst-production-shell .latest-feature > a img { aspect-ratio: 16 / 10; object-fit: cover; }
.hst-production-shell .latest-feature h3 { margin: 0 0 9px; font: 700 28px/1.08 'Rubik', sans-serif; }
.hst-production-shell .latest-feature p { color: #666; font-size: 15px; }
.hst-production-shell .compact-story { display: grid; grid-template-columns: 118px 1fr; gap: 13px; padding-bottom: 17px; margin-bottom: 17px; border-bottom: 1px solid var(--line); }
.hst-production-shell .compact-story img { width: 118px; height: 82px; object-fit: cover; }
.hst-production-shell .compact-story span,
.hst-production-shell .row-story span { color: var(--green); font: 700 10px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .compact-story h3 { margin: 5px 0 8px; font: 700 15px/1.16 'Rubik', sans-serif; }
.hst-production-shell .compact-story small,
.hst-production-shell .row-story small { color: #666; font-size: 10px; }
.hst-production-shell .social-rail > h2,
.hst-production-shell .popular-list > h2 { padding-bottom: 10px; border-bottom: 2px solid #222; }
.hst-production-shell .social-rail > a { min-height: 38px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; margin-top: 8px; padding: 0 11px 0 0; color: #fff; background: #222; font-size: 11px; }
.hst-production-shell .social-icon { display: grid; place-items: center; align-self: stretch; background: #111; font-weight: 700; }
.hst-production-shell .social-rail > a small { text-transform: uppercase; }

.hst-production-shell .story-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-block: 55px; padding: 0 20px; color: #fff; background: #222; }
.hst-production-shell .story-strip article { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 25px; border-right: 1px solid #454545; }
.hst-production-shell .story-strip article:last-child { border-right: 0; }
.hst-production-shell .story-strip span { color: #64c3ec; font: 700 10px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .story-strip h3 { margin: 10px 0; font: 700 17px/1.18 'Rubik'; }
.hst-production-shell .story-strip small { color: #aaa; font-size: 10px; }
.hst-production-shell .section-heading { min-height: 43px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid #222; }
.hst-production-shell .section-heading h2 { align-self: stretch; display: flex; align-items: center; padding-right: 18px; border-bottom: 4px solid var(--green); }
.hst-production-shell .section-heading a { color: var(--muted); font-size: 12px; }
.hst-production-shell .category-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 52px; padding-top: 26px; }
.hst-production-shell .row-story { display: grid; grid-template-columns: 220px 1fr; gap: 21px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.hst-production-shell .row-story img { width: 220px; height: 135px; object-fit: cover; }
.hst-production-shell .row-story h3 { margin: 5px 0 8px; font: 700 21px/1.13 'Rubik'; }
.hst-production-shell .row-story p { margin: 0 0 9px; color: #666; font-size: 14px; }
.hst-production-shell .popular-list ol { padding: 0; margin: 0; list-style: none; }
.hst-production-shell .popular-list li { display: grid; grid-template-columns: 46px 1fr; align-items: center; min-height: 76px; border-bottom: 1px solid var(--line); }
.hst-production-shell .popular-list li span { color: #767676; font: 700 25px/1 'Rubik'; }
.hst-production-shell .popular-list li a { font: 700 14px/1.2 'Rubik'; }

.hst-production-shell .section-heading.centered { justify-content: center; border-bottom: 0; }
.hst-production-shell .section-heading.centered h2 { padding: 0 0 10px; border-bottom-width: 3px; text-transform: uppercase; }
.hst-production-shell .tile-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 25px; }
.hst-production-shell .tile-grid a { height: 270px; position: relative; overflow: hidden; }
.hst-production-shell .tile-grid a::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent); }
.hst-production-shell .tile-grid img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.hst-production-shell .tile-grid a:hover img { transform: scale(1.04); }
.hst-production-shell .tile-grid span { position: absolute; z-index: 2; left: 18px; bottom: 17px; color: #fff; font: 700 17px/1 'Rubik'; }

.hst-production-shell .fan-tools { display: grid; grid-template-columns: 1.65fr repeat(4, 1fr); align-items: center; min-height: 150px; margin-block: 55px; padding: 25px 30px; border: 1px solid var(--line); }
.hst-production-shell .tools-intro { padding-right: 35px; }
.hst-production-shell .tools-intro > span { color: var(--green); font: 700 10px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .tools-intro h2 { margin: 7px 0; font: 700 21px/1.1 'Rubik'; }
.hst-production-shell .tools-intro p { margin: 0; color: #666; font-size: 13px; }
.hst-production-shell .fan-tools > a { min-height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid var(--line); }
.hst-production-shell .fan-tools i { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 10px; border: 2px solid var(--blue); border-radius: 50%; color: var(--blue); font: normal 700 11px/1 'Rubik'; }
.hst-production-shell .fan-tools strong { font: 700 12px/1 'Rubik'; }
.hst-production-shell .fan-tools small { margin-top: 5px; color: #666; font-size: 10px; }
.hst-production-shell .discovery-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 65px; }
.hst-production-shell .topic-panel { min-height: 300px; padding: 44px; color: #fff; }
.hst-production-shell .green-panel { background: var(--green); }
.hst-production-shell .blue-panel { background: var(--blue); }
.hst-production-shell .topic-panel > span { font: 700 11px/1 'Rubik'; letter-spacing: .08em; text-transform: uppercase; }
.hst-production-shell .topic-panel h2 { max-width: 430px; margin: 12px 0 8px; font: 700 34px/1 'Rubik'; }
.hst-production-shell .topic-panel p { max-width: 470px; margin-bottom: 25px; color: rgba(255,255,255,.88); }
.hst-production-shell .topic-panel div { display: flex; flex-wrap: wrap; gap: 8px; }
.hst-production-shell .topic-panel a { padding: 7px 11px; border: 1px solid rgba(255,255,255,.6); font: 600 11px/1 'Rubik'; }

.hst-production-shell .site-footer { color: #d8d8d8; background: #222; }
.hst-production-shell .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 55px; padding-block: 60px; }
.hst-production-shell .footer-brand .brand-words strong { color: #fff; }
.hst-production-shell .footer-brand .brand-words strong b { color: #8fcf73; }
.hst-production-shell .footer-brand .brand-words small { color: #64c3ec; }
.hst-production-shell .footer-brand .brand-ball { border-color: var(--green); }
.hst-production-shell .footer-grid p { max-width: 280px; color: #aaa; font-size: 13px; }
.hst-production-shell .footer-grid h2 { margin: 0 0 19px; color: #fff; font: 700 15px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .footer-grid > div > a:not(.brand) { display: block; margin: 0 0 13px; color: #c8c8c8; font-size: 12px; }
.hst-production-shell .footer-grid > div > a:not(.brand):hover { color: #fff; }
.hst-production-shell .footer-bottom { border-top: 1px solid #343434; background: #171717; }
.hst-production-shell .footer-bottom > div { min-height: 48px; display: flex; align-items: center; justify-content: space-between; color: #aaa; font-size: 11px; }

.hst-production-shell .breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 34px; color: #666; font-size: 12px; }
.hst-production-shell .breadcrumbs a:hover { color: var(--green); }
.hst-production-shell .article-layout { display: grid; grid-template-columns: minmax(0, 790px) 280px; justify-content: space-between; gap: 70px; }
.hst-production-shell .article-main,
.hst-production-shell .article-sidebar { min-width: 0; }
.hst-production-shell .article-header h1 { max-width: 780px; margin: 0; font: 700 clamp(42px, 5.3vw, 68px)/.98 'Rubik', sans-serif; letter-spacing: -.035em; }
.hst-production-shell .article-deck { max-width: 730px; margin: 20px 0; color: #666; font-size: 20px; line-height: 1.45; }
.hst-production-shell .article-byline { display: flex; align-items: center; gap: 11px; margin-top: 20px; }
.hst-production-shell .author-dot { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font: 700 11px/1 'Rubik'; }
.hst-production-shell .author-dot.large { width: 74px; height: 74px; font-size: 18px; }
.hst-production-shell .article-byline div { display: flex; flex-direction: column; }
.hst-production-shell .article-byline strong { font: 700 13px/1 'Rubik'; }
.hst-production-shell .article-byline small { margin-top: 6px; color: #666; font-size: 11px; }
.hst-production-shell .share-row { display: flex; align-items: center; gap: 7px; margin-block: 23px; }
.hst-production-shell .share-row button { width: 34px; height: 34px; border: 0; color: #fff; background: #222; font-weight: 700; }
.hst-production-shell .share-row > a { min-height: 34px; display: inline-flex; align-items: center; padding: 0 12px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 700; }
.hst-production-shell .share-row button:first-child { background: #34589a; }
.hst-production-shell .share-row button:nth-child(3) { background: #1476a8; }
.hst-production-shell .share-row button:nth-child(4) { background: var(--green); }
.hst-production-shell .share-row span { margin-left: 7px; color: #666; font-size: 11px; text-transform: uppercase; }
.hst-production-shell .article-lead-image img,
.hst-production-shell .article-body figure img { max-height: 520px; object-fit: cover; }
.hst-production-shell figcaption { margin-top: 7px; color: #666; font-size: 11px; }
.hst-production-shell .table-of-contents { margin: 35px 0; padding: 24px 28px; border-left: 5px solid var(--blue); background: #f4f8fa; }
.hst-production-shell .table-of-contents > strong { font: 700 18px/1 'Rubik'; }
.hst-production-shell .table-of-contents ol { columns: 2; column-gap: 45px; padding-left: 20px; margin-bottom: 0; }
.hst-production-shell .table-of-contents li { padding: 4px 0; color: #50606a; font-size: 14px; }
.hst-production-shell .article-body { color: #333; font-family: 'Source Sans 3', sans-serif; font-size: 18px; line-height: 1.72; }
.hst-production-shell .article-body .article-intro { font-size: 21px; line-height: 1.6; }
.hst-production-shell .article-body h2 { margin: 47px 0 14px; font: 700 31px/1.15 'Rubik'; letter-spacing: -.02em; }
.hst-production-shell .article-body figure { margin: 36px 0; }
.hst-production-shell .article-callout { margin: 30px 0; padding: 25px 28px; color: #fff; background: var(--navy); }
.hst-production-shell .article-callout strong { font: 700 15px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .article-callout p { margin: 8px 0 0; color: #dce9ef; }
.hst-production-shell .article-body blockquote { margin: 45px 0; padding: 10px 0 10px 28px; border-left: 5px solid var(--green); color: var(--navy); font: 600 27px/1.35 'Rubik'; }
.hst-production-shell .article-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 50px; padding-top: 23px; border-top: 1px solid var(--line); }
.hst-production-shell .article-tags span { padding: 6px 9px; color: #666; background: #f2f2f2; font-size: 11px; }
.hst-production-shell .author-card { display: grid; grid-template-columns: 74px 1fr; gap: 22px; margin: 35px 0 70px; padding: 28px; border: 1px solid var(--line); }
.hst-production-shell .author-card > * { min-width: 0; }
.hst-production-shell .author-card small { color: var(--green); font-size: 10px; text-transform: uppercase; }
.hst-production-shell .author-card h2 { margin: 3px 0 8px; font: 700 21px/1 'Rubik'; }
.hst-production-shell .author-card p { margin: 0; color: #666; font-size: 13px; }
.hst-production-shell .article-sidebar { padding-top: 96px; }
.hst-production-shell .sidebar-block { margin-bottom: 34px; }
.hst-production-shell .sidebar-block > h2 { margin: 0 0 13px; padding-bottom: 10px; border-bottom: 2px solid #222; font: 700 17px/1 'Rubik'; }
.hst-production-shell .sidebar-block > a { min-height: 40px; display: flex; align-items: center; justify-content: space-between; padding-inline: 12px; margin-bottom: 7px; color: #fff; background: #222; font-size: 12px; }
.hst-production-shell .sidebar-block > a small { color: #aaa; text-transform: uppercase; }
.hst-production-shell .sidebar-block ol { padding-left: 22px; }
.hst-production-shell .sidebar-block li { padding: 11px 0; border-bottom: 1px solid var(--line); font: 700 13px/1.3 'Rubik'; }
.hst-production-shell .sticky-block { position: sticky; top: 20px; }

.hst-production-shell .category-header { max-width: 750px; margin-bottom: 35px; }
.hst-production-shell .category-header > span { color: var(--green); font: 700 11px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .category-header h1 { margin: 7px 0 10px; font: 700 58px/1 'Rubik'; letter-spacing: -.04em; }
.hst-production-shell .category-header p { margin: 0; color: #666; font-size: 18px; }
.hst-production-shell .category-hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: 230px 230px; gap: 5px; }
.hst-production-shell .category-hero-grid > a { position: relative; overflow: hidden; color: #fff; background: #222; }
.hst-production-shell .category-hero-main { grid-row: 1 / 3; }
.hst-production-shell .category-hero-grid img { height: 100%; object-fit: cover; }
.hst-production-shell .category-hero-grid > a > div { position: absolute; z-index: 2; inset: auto 25px 23px; }
.hst-production-shell .category-hero-grid em { display: inline-block; margin-bottom: 8px; padding: 4px 7px; background: var(--green); font: normal 700 10px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .category-hero-grid h2 { max-width: 630px; margin: 0; font: 700 24px/1.1 'Rubik'; }
.hst-production-shell .category-hero-main h2 { font-size: 38px; }
.hst-production-shell .category-hero-grid small { display: block; margin-top: 9px; color: #ddd; }
.hst-production-shell .category-archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 60px; margin-block: 60px 80px; }
.hst-production-shell .archive-story { display: grid; grid-template-columns: 270px 1fr; gap: 24px; padding-block: 25px; border-bottom: 1px solid var(--line); }
.hst-production-shell .archive-story > img { width: 270px; height: 175px; object-fit: cover; }
.hst-production-shell .archive-story span { color: var(--green); font: 700 10px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .archive-story h2 { margin: 7px 0 9px; font: 700 24px/1.1 'Rubik'; }
.hst-production-shell .archive-story p { margin: 0 0 11px; color: #666; font-size: 14px; }
.hst-production-shell .archive-story small { color: #666; font-size: 10px; }
.hst-production-shell .category-sidebar .sidebar-block > a { color: #333; background: #f3f3f3; }
.hst-production-shell .pagination { display: flex; gap: 4px; margin-top: 28px; }
.hst-production-shell .pagination a { min-width: 34px; height: 34px; display: grid; place-items: center; padding-inline: 9px; border: 1px solid var(--line); font-size: 12px; }
.hst-production-shell .pagination a.current { color: #fff; border-color: var(--green); background: var(--green); }

.hst-production-shell .story-link { display: block; }
.hst-production-shell .story-link:hover h2,
.hst-production-shell .story-link:hover h3,
.hst-production-shell .compact-story a:hover,
.hst-production-shell .row-story a:hover,
.hst-production-shell .archive-story a:hover { color: var(--green); }
.hst-production-shell .source-box { margin: 40px 0; padding: 24px 28px; border: 1px solid #cfe0e8; background: #f4f8fa; }
.hst-production-shell .source-box h2 { margin: 0 0 10px; font: 700 18px/1.2 'Rubik', sans-serif; }
.hst-production-shell .source-box p { margin: 0 0 12px; color: #63737c; font-size: 14px; }
.hst-production-shell .source-box ul { margin: 0; padding-left: 20px; }
.hst-production-shell .source-box li { margin: 7px 0; color: #3e5968; font-size: 14px; }
.hst-production-shell .source-box a { color: #126e9d; text-decoration: underline; text-underline-offset: 2px; }
.hst-production-shell .fact-stamp { margin: 15px 0 0; color: #666; font-size: 12px; }
.hst-production-shell .connection-list > a { min-height: 46px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; margin-bottom: 7px; padding: 0 12px 0 0; color: #fff; background: #222; font-size: 12px; }
.hst-production-shell .connection-list i { align-self: stretch; display: grid; place-items: center; background: var(--navy); font: normal 700 10px/1 'Rubik'; }
.hst-production-shell .connection-list small { color: #aaa; text-transform: uppercase; }

.hst-production-shell .info-page { padding-block: 48px 80px; }
.hst-production-shell .info-hero { max-width: 840px; margin-bottom: 45px; }
.hst-production-shell .info-hero > span { color: var(--green); font: 700 11px/1 'Rubik'; letter-spacing: .08em; text-transform: uppercase; }
.hst-production-shell .info-hero h1 { margin: 9px 0 14px; font: 700 clamp(44px, 6vw, 72px)/.98 'Rubik', sans-serif; letter-spacing: -.045em; }
.hst-production-shell .info-hero p { max-width: 760px; margin: 0; color: #666; font-size: 20px; }
.hst-production-shell .standards-grid,
.hst-production-shell .guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hst-production-shell .standard-card,
.hst-production-shell .guide-card { padding: 26px; border: 1px solid var(--line); background: #fff; }
.hst-production-shell .standard-card span,
.hst-production-shell .guide-card span { color: var(--green); font: 700 10px/1 'Rubik'; text-transform: uppercase; }
.hst-production-shell .standard-card h2,
.hst-production-shell .guide-card h2 { margin: 8px 0 10px; font: 700 21px/1.15 'Rubik'; }
.hst-production-shell .standard-card p,
.hst-production-shell .guide-card p { margin: 0; color: #707070; font-size: 14px; }
.hst-production-shell .guide-card { min-height: 210px; display: flex; flex-direction: column; }
.hst-production-shell .guide-card a { width: max-content; margin-top: auto; padding-top: 22px; color: var(--navy); font-weight: 700; }
.hst-production-shell .guide-card a:hover { color: var(--green); }
.hst-production-shell .info-note { margin-top: 32px; padding: 25px 28px; color: #fff; background: var(--navy); }
.hst-production-shell .info-note h2 { margin: 0 0 8px; font: 700 21px/1.2 'Rubik'; }
.hst-production-shell .info-note p { margin: 0; color: #dce9ef; }
.hst-production-shell .info-note a,
.hst-production-shell .author-card a { text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 960px) {
  .hst-production-shell .masthead { grid-template-columns: 1fr auto; }
  .hst-production-shell .masthead-message { display: none; }
  .hst-production-shell .hero-grid { grid-template-columns: 1fr; }
  .hst-production-shell .hero-content { padding: 44px 0; }
  .hst-production-shell .hero-media { min-height: 380px; order: -1; }
  .hst-production-shell .hero h1 { max-width: 780px; }
  .hst-production-shell .visual-leads { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 200px; }
  .hst-production-shell .lead-card:first-child { grid-column: 1 / 3; grid-row: auto; }
  .hst-production-shell .lead-card:last-child { grid-column: auto; }
  .hst-production-shell .latest-layout,
.hst-production-shell .category-layout { grid-template-columns: 1fr; }
  .hst-production-shell .social-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hst-production-shell .social-rail > h2 { grid-column: 1 / -1; }
  .hst-production-shell .story-strip { grid-template-columns: 1fr 1fr; }
  .hst-production-shell .story-strip article:nth-child(2) { border-right: 0; }
  .hst-production-shell .story-strip article:nth-child(-n+2) { border-bottom: 1px solid #454545; }
  .hst-production-shell .fan-tools { grid-template-columns: repeat(4, 1fr); }
  .hst-production-shell .tools-intro { grid-column: 1 / -1; padding: 0 0 22px; }
  .hst-production-shell .fan-tools > a:first-of-type { border-left: 0; }
  .hst-production-shell .footer-grid { grid-template-columns: 1fr 1fr; }
  .hst-production-shell .article-layout,
.hst-production-shell .category-archive-layout { grid-template-columns: 1fr; }
  .hst-production-shell .article-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding-top: 0; }
  .hst-production-shell .sticky-block { position: static; }
  .hst-production-shell .standards-grid,
.hst-production-shell .guides-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .hst-production-shell .site-shell { width: min(100% - 24px, var(--shell)); }
  .hst-production-shell .utility-inner > span,
.hst-production-shell .utility-links a:nth-child(2),
.hst-production-shell .utility-links a:nth-child(3) { display: none; }
  .hst-production-shell .utility-inner { justify-content: flex-end; }
  .hst-production-shell .masthead { min-height: 72px; }
  .hst-production-shell .brand-ball { width: 40px; height: 40px; transform: scale(.88); }
  .hst-production-shell .brand-words strong { font-size: 15px; }
  .hst-production-shell .brand-words small { font-size: 8px; }
  .hst-production-shell .nav-track a { padding-inline: 13px; }
  .hst-production-shell .hero-content { padding: 32px 0 36px; }
  .hst-production-shell .hero-media { min-height: 260px; }
  .hst-production-shell .hero h1 { font-size: 36px; }
  .hst-production-shell .hero p { font-size: 15px; }
  .hst-production-shell .visual-leads { grid-template-columns: 1fr; grid-template-rows: 300px repeat(3, 210px); }
  .hst-production-shell .lead-card:first-child { grid-column: auto; }
  .hst-production-shell .lead-large .lead-copy strong { font-size: 22px; }
  .hst-production-shell .section-tabs { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hst-production-shell .section-tabs div { width: 100%; overflow-x: auto; }
  .hst-production-shell .latest-grid { grid-template-columns: 1fr; }
  .hst-production-shell .social-rail { grid-template-columns: 1fr; }
  .hst-production-shell .social-rail > h2 { grid-column: auto; }
  .hst-production-shell .story-strip { grid-template-columns: 1fr; padding: 0 14px; }
  .hst-production-shell .story-strip article { min-height: 150px; border-right: 0; border-bottom: 1px solid #454545; }
  .hst-production-shell .row-story { grid-template-columns: 118px 1fr; gap: 14px; }
  .hst-production-shell .row-story img { width: 118px; height: 105px; }
  .hst-production-shell .row-story h3 { font-size: 16px; }
  .hst-production-shell .row-story p { display: none; }
  .hst-production-shell .tile-grid { grid-template-columns: 1fr 1fr; }
  .hst-production-shell .tile-grid a { height: 210px; }
  .hst-production-shell .tile-grid a:last-child { grid-column: 1 / -1; }
  .hst-production-shell .fan-tools { grid-template-columns: 1fr 1fr; padding-inline: 15px; }
  .hst-production-shell .fan-tools > a:nth-of-type(3) { border-left: 0; border-top: 1px solid var(--line); }
  .hst-production-shell .fan-tools > a:nth-of-type(4) { border-top: 1px solid var(--line); }
  .hst-production-shell .discovery-panels { grid-template-columns: 1fr; }
  .hst-production-shell .topic-panel { min-height: 280px; padding: 30px; }
  .hst-production-shell .topic-panel h2 { font-size: 28px; }
  .hst-production-shell .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .hst-production-shell .footer-bottom > div { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .hst-production-shell .article-header h1 { font-size: 42px; }
  .hst-production-shell .article-deck { font-size: 17px; }
  .hst-production-shell .table-of-contents ol { columns: 1; }
  .hst-production-shell .article-body { font-size: 17px; }
  .hst-production-shell .article-body h2 { font-size: 27px; }
  .hst-production-shell .article-sidebar { grid-template-columns: 1fr; }
  .hst-production-shell .category-header h1 { font-size: 46px; }
  .hst-production-shell .category-hero-grid { grid-template-columns: 1fr; grid-template-rows: 330px 210px 210px; }
  .hst-production-shell .category-hero-main { grid-row: auto; }
  .hst-production-shell .category-hero-main h2 { font-size: 27px; }
  .hst-production-shell .archive-story { grid-template-columns: 120px 1fr; gap: 14px; }
  .hst-production-shell .archive-story > img { width: 120px; height: 115px; }
  .hst-production-shell .archive-story h2 { font-size: 17px; }
  .hst-production-shell .archive-story p { display: none; }
  .hst-production-shell .standards-grid,
.hst-production-shell .guides-grid { grid-template-columns: 1fr; }
  .hst-production-shell .info-page { padding-top: 35px; }
  .hst-production-shell .info-hero p { font-size: 17px; }
}
.hst-production-shell {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
}