/* Homepage editorial direction v14. Loaded after legacy homepage styles. */

body.public-blog-home:not(.is-blog-route) {
  --home-ink: #14233a;
  --home-blue: #124f83;
  --home-red: #bd3342;
  --home-gold: #e1ad46;
  --home-green: #3f725d;
  --home-paper: #f7f4ee;
  --home-line: #d9dde2;
  margin: 0;
  color: var(--home-ink);
  background: #fff;
}

body.public-blog-home:not(.is-blog-route) .public-page {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

/* Keep only the dedicated ad slot between the header and hero. */
body.public-blog-home:not(.is-blog-route) .bdf-public-ad-slot--home-above-hero {
  order: 0;
}

body.public-blog-home:not(.is-blog-route) .bdf-public-ad-slot--home-latest {
  order: 3;
}

body.public-blog-home:not(.is-blog-route) .bdf-public-ad-slot--home-top {
  order: 5;
}

body.public-blog-home:not(.is-blog-route) :where(h1, h2, h3, h4, p) {
  letter-spacing: 0;
}

body.public-blog-home:not(.is-blog-route) .site-container-wide {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

/* Header */
body.public-blog-home:not(.is-blog-route) .public-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  min-height: 82px;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: max(32px, calc((100% - 1320px) / 2));
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
}

.bdf-header-login-trigger {
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid var(--home-blue);
  border-radius: 6px;
  color: #fff;
  background: var(--home-blue);
  font: inherit;
  font-size: .88rem;
  font-weight: 900;
  cursor: pointer;
}

.bdf-header-login-trigger:hover,
.bdf-header-login-trigger:focus-visible {
  border-color: #0c3f6b;
  background: #0c3f6b;
}

body.public-blog-home:not(.is-blog-route) .public-header::after {
  display: none;
}

body.public-blog-home:not(.is-blog-route) .public-brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

body.public-blog-home:not(.is-blog-route) .public-brand-lockup .site-logo {
  width: 158px;
  height: 64px;
  object-fit: contain;
}

@media (min-width: 681px) {
  body.public-blog-home:not(.is-blog-route) .public-header .mega-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 26px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.public-blog-home:not(.is-blog-route) .public-header #public-main-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.public-blog-home:not(.is-blog-route) .public-header .blog-menu__item {
    min-height: 42px;
    padding: 10px 0 8px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #25344a;
    background: transparent;
    font-size: .93rem;
    font-weight: 800;
  }

  body.public-blog-home:not(.is-blog-route) .public-header .blog-menu__item:hover,
  body.public-blog-home:not(.is-blog-route) .public-header .blog-menu__item:focus-visible,
  body.public-blog-home:not(.is-blog-route) .public-header .blog-menu__home {
    color: var(--home-red);
    border-bottom-color: var(--home-red);
    background: transparent;
  }
}

/* Hero */
.bdf-home-hero-v14 {
  position: relative;
  order: 1;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #203b4d;
}

.bdf-home-hero-v14__image,
.bdf-home-hero-v14__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bdf-home-hero-v14__image {
  z-index: -3;
  object-fit: cover;
  object-position: center center;
  animation: bdf-home-image-in 1.1s ease-out both;
}

.bdf-home-hero-v14__shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(9, 25, 42, .91) 0%, rgba(9, 25, 42, .76) 38%, rgba(9, 25, 42, .18) 72%, rgba(9, 25, 42, .08) 100%);
}

.bdf-home-hero-v14__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: end;
  min-height: 650px;
  padding-block: 72px 44px;
  box-sizing: border-box;
}

.bdf-home-hero-v14__copy {
  align-self: center;
  min-width: 0;
  animation: bdf-home-copy-in .7s ease-out both;
}

.bdf-home-hero-v14__eyebrow {
  margin: 0 0 14px;
  color: #f3cc6f;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bdf-home-hero-v14 h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.bdf-home-hero-v14__lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.18rem;
  line-height: 1.65;
}

.bdf-home-search {
  display: grid;
  gap: 8px;
  max-width: 650px;
  margin-top: 28px;
}

.bdf-home-search label {
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
}

.bdf-home-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 56px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 6px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}

.bdf-home-search input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: var(--home-ink);
  background: transparent;
  font: inherit;
}

.bdf-home-search input:focus {
  box-shadow: inset 0 0 0 3px rgba(18, 79, 131, .22);
}

.bdf-home-search button {
  min-width: 112px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--home-red);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.bdf-home-search button:hover,
.bdf-home-search button:focus-visible {
  background: #a52635;
}

.bdf-home-hero-v14__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bdf-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease;
}

.bdf-home-button:hover,
.bdf-home-button:focus-visible {
  transform: translateY(-2px);
}

.bdf-home-button--light {
  color: var(--home-ink);
  background: #f3cc6f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.bdf-home-button--light:hover,
.bdf-home-button--light:focus-visible {
  background: #ffdc86;
}

.bdf-home-button--ghost {
  border-color: rgba(255, 255, 255, .62);
  color: #fff;
  background: rgba(9, 25, 42, .22);
}

.bdf-home-hero-v14__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .82);
  font-size: .79rem;
  font-weight: 800;
}

.bdf-home-hero-v14__topics span {
  position: relative;
}

.bdf-home-hero-v14__topics span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #efc868;
}

.bdf-home-hero-v14__featured {
  align-self: end;
  justify-self: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 20px;
  width: min(100%, 390px);
  padding: 18px 0 8px;
  border-top: 1px solid rgba(255, 255, 255, .6);
  color: #fff;
  text-decoration: none;
}

.bdf-home-hero-v14__featured span {
  grid-column: 1 / -1;
  color: #f3cc6f;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bdf-home-hero-v14__featured strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.bdf-home-hero-v14__featured b {
  align-self: end;
  font-size: .82rem;
}

/* Account entry */
body.public-blog-home:not(.is-blog-route) .bdf-mag-login {
  order: 2;
  border: 0;
  border-bottom: 1px solid var(--home-line);
  background: #f0e2ba;
}

.bdf-home-auth-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 8px;
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 28px 80px rgba(8, 20, 35, .34);
}

.bdf-home-auth-dialog:not([open]) {
  display: none;
}

.bdf-home-auth-dialog::backdrop {
  background: rgba(8, 20, 35, .72);
  backdrop-filter: blur(5px);
}

.bdf-home-auth-dialog__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 480px;
}

.bdf-home-auth-dialog__brand {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 13px 70px 13px 24px;
  border-bottom: 1px solid #e1e4e9;
  background: #fff;
}

.bdf-home-auth-dialog__brand img {
  display: block;
  width: 156px;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.bdf-home-auth-dialog__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #d8dde4;
  border-radius: 50%;
  color: var(--home-ink);
  background: #fff;
  font: inherit;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.bdf-home-auth-dialog__intro {
  display: grid;
  align-content: end;
  padding: 42px 32px;
  color: #fff;
  background: var(--home-blue);
}

.bdf-home-auth-dialog__intro span {
  color: #f3cc6f;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bdf-home-auth-dialog__intro h2 {
  margin: 12px 0 14px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 1.1;
}

.bdf-home-auth-dialog__intro p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  line-height: 1.6;
}

.bdf-home-auth-dialog__form {
  display: grid;
  align-content: center;
  padding: 70px 38px 38px;
}

.bdf-home-auth-dialog .bdf-hero-login-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
  max-width: none;
}

.bdf-home-auth-dialog .auth-mode-toggle,
.bdf-home-auth-dialog .auth-message,
.bdf-home-auth-dialog .bdf-login-actions {
  grid-column: 1 / -1;
}

.bdf-home-auth-dialog .auth-mode-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  min-height: 48px;
  padding: 4px;
  border: 1px solid #d8dde4;
  border-radius: 6px;
  background: #f1f3f5;
}

.bdf-home-auth-dialog .auth-mode-toggle button {
  border: 0;
  border-radius: 4px;
  color: #536073;
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.bdf-home-auth-dialog .auth-mode-toggle button.is-active {
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 2px 8px rgba(20, 35, 58, .1);
}

.bdf-home-auth-dialog label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #3d4a5d;
  font-size: .8rem;
  font-weight: 850;
}

.bdf-home-auth-dialog input:not([type="checkbox"]):not([type="hidden"]) {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 1px solid #c9d0d8;
  border-radius: 5px;
  color: var(--home-ink);
  background: #fff;
  font: inherit;
}

.bdf-home-auth-dialog .remember-session {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: end;
  min-height: 48px;
}

.bdf-home-auth-dialog .remember-session input {
  width: 18px;
  height: 18px;
}

.bdf-home-auth-dialog .auth-message {
  min-height: 20px;
  margin: 0;
  color: #657184;
  font-size: .82rem;
}

.bdf-home-auth-dialog .bdf-login-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.bdf-home-auth-dialog .bdf-login-actions .bdf-button {
  min-height: 48px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--home-red);
  font-weight: 900;
}

.bdf-home-auth-dialog .link-button {
  border: 0;
  color: var(--home-blue);
  background: transparent;
  font-weight: 850;
  cursor: pointer;
}

body.public-blog-home:not(.is-blog-route) .bdf-mag-login__inner {
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 28px;
  min-height: 144px;
  padding-block: 20px;
}

body.public-blog-home:not(.is-blog-route) .bdf-mag-login__intro strong {
  color: var(--home-ink);
  font-size: 1.05rem;
}

body.public-blog-home:not(.is-blog-route) .bdf-mag-login__intro span {
  color: #655931;
}

body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form {
  grid-template-columns: 96px minmax(0, 1fr);
}

body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .bdf-hero-login-form {
  grid-template-columns: 160px minmax(170px, 1fr) minmax(170px, 1fr) 154px;
}

body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form input {
  border-color: #b7a56d;
  border-radius: 5px;
  background: #fffdf8;
}

body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .bdf-login-actions .bdf-button {
  border-radius: 5px;
  background: var(--home-blue);
}

/* Latest stories */
body.public-blog-home:not(.is-blog-route) .bdf-editorial-latest {
  order: 3;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-block: 74px 82px;
  padding-inline: max(32px, calc((100% - 1320px) / 2));
  border-bottom: 1px solid #141a26;
  background: #fff;
}

.bdf-editorial-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 32px;
}

body.public-blog-home:not(.is-blog-route) .bdf-section-eyebrow {
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  color: var(--home-red);
  background: transparent;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bdf-editorial-section-head h2,
body.public-blog-home:not(.is-blog-route) .home-blog-sections > .bdf-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.85rem, 5vw, 4.7rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.bdf-editorial-section-head > div,
body.public-blog-home:not(.is-blog-route) .home-blog-sections > .bdf-section-head > div,
.home-daily-band__header > div {
  padding-left: 22px;
  border-left: 5px solid var(--home-red);
}

.home-daily-band__header > div {
  border-left-color: var(--home-blue);
}

.bdf-editorial-section-head p:not(.bdf-section-eyebrow) {
  max-width: 720px;
  margin: 12px 0 0;
  color: #5d6878;
  line-height: 1.65;
}

body.public-blog-home:not(.is-blog-route) .bdf-text-link {
  flex: 0 0 auto;
  color: var(--home-blue);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-latest__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .8fr);
  gap: 22px;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #141a26;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead {
  grid-row: span 3;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story > a {
  display: grid;
  gap: 0;
  align-items: stretch;
  height: 100%;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead > a {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story:not(.bdf-editorial-story--lead) > a {
  grid-template-columns: 130px minmax(0, 1fr);
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  transition: transform .35s ease;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead img {
  min-height: 420px;
  aspect-ratio: 16 / 9;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story:hover img {
  transform: scale(1.025);
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story > a > div {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 19px;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story h3 {
  margin: 0;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.25;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead h3 {
  font-size: 2rem;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story p {
  margin: 0;
  color: #667181;
  line-height: 1.55;
}

body.public-blog-home:not(.is-blog-route) .bdf-editorial-story strong,
body.public-blog-home:not(.is-blog-route) .bdf-card-meta {
  color: var(--home-blue);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* Categories and recurring content */
body.public-blog-home:not(.is-blog-route) .home-blog-sections {
  order: 5;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-block: 72px 82px;
  padding-inline: max(32px, calc((100% - 1320px) / 2));
  border-bottom: 1px solid #141a26;
  background: #fff;
}

body.public-blog-home:not(.is-blog-route) .home-blog-sections > .bdf-section-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  margin-bottom: 34px;
}

body.public-blog-home:not(.is-blog-route) .home-blog-sections > .bdf-section-head > div > p {
  max-width: 700px;
  color: #5d6878;
  line-height: 1.6;
}

body.public-blog-home:not(.is-blog-route) .home-blog-menu-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 8px;
  scrollbar-width: thin;
}

body.public-blog-home:not(.is-blog-route) .home-blog-menu-strip a,
body.public-blog-home:not(.is-blog-route) .home-blog-menu-strip a:first-child {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid #141a26;
  border-radius: 2px;
  color: #141a26;
  background: #fff;
  font-size: .84rem;
  font-weight: 850;
  text-decoration: none;
}

body.public-blog-home:not(.is-blog-route) .home-blog-menu-strip a:first-child {
  color: #fff;
  border-color: #141a26;
  background: #141a26;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-section {
  margin-top: 24px;
  padding: 32px 0 12px;
  border: 0;
  border-top: 2px solid #141a26;
  border-radius: 0;
  background: #fff;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 0;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-head h3 {
  margin: 0;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-card {
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid #141a26;
  border-radius: 0;
  background: #fff;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-card a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-height: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid #141a26;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-card div {
  padding: 16px;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-card h4 {
  margin: 7px 0;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  line-height: 1.3;
}

body.public-blog-home:not(.is-blog-route) .home-blog-category-card p {
  display: block;
  margin: 0;
}

body.public-blog-home:not(.is-blog-route) .home-daily-band {
  order: 4;
  width: 100%;
  padding-block: 62px 68px;
  border-bottom: 1px solid #141a26;
  background: #fff;
}

.home-daily-band__header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  margin-bottom: 28px;
}

.home-daily-band__header h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 1.1;
}

.home-daily-band__header div > p {
  margin: 10px 0 0;
  color: #5d6878;
  line-height: 1.6;
}

body.public-blog-home:not(.is-blog-route) #front-widgets .bdf-widget-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.public-blog-home:not(.is-blog-route) #front-widgets {
  padding-block: 0;
  background: transparent;
}

body.public-blog-home:not(.is-blog-route) #front-widgets .bdf-widget {
  border: 1px solid #141a26;
  border-radius: 2px;
  box-shadow: none;
}

body.public-blog-home:not(.is-blog-route) #front-widgets .bdf-widget::before {
  background: var(--home-blue);
}

body.public-blog-home:not(.is-blog-route) #front-widgets .bdf-widget:nth-child(even)::before {
  background: var(--home-red);
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-section {
  order: 6;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 72px max(32px, calc((100% - 1320px) / 2));
  border: 0;
  border-bottom: 1px solid #141a26;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #141a26;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-section :where(h2, p, label, strong) {
  color: #141a26;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-section > div:first-child {
  padding-left: 22px;
  border-left: 5px solid var(--home-red);
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form > label:not(.home-newsletter-consent):not(.bot-field) {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-section input {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border-color: #141a26;
  border-radius: 2px;
  background: #fff;
  font: inherit;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form .home-newsletter-consent,
body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form .home-newsletter-captcha,
body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form .home-newsletter-status,
body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form > button {
  grid-column: 1 / -1;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form .home-newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form .home-newsletter-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

body.public-blog-home:not(.is-blog-route) .bdf-newsletter-section button[type="submit"],
body.public-blog-home:not(.is-blog-route) .bdf-newsletter-section .bdf-button,
body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form > button:last-of-type {
  min-height: 50px;
  padding: 11px 18px;
  border: 1px solid var(--home-red);
  border-radius: 2px;
  color: #fff;
  background: var(--home-red);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

body.public-blog-home:not(.is-blog-route) #home-sponsored-articles {
  order: 7;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-block: 64px 76px;
  padding-inline: max(32px, calc((100% - 1320px) / 2));
  background: #fff;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer {
  order: 8;
  width: 100%;
  max-width: none;
  padding: 58px max(32px, calc((100% - 1320px) / 2));
  box-sizing: border-box;
  border: 0;
  border-top: 1px solid #d9dde4;
  border-radius: 0;
  background: #fff;
  color: #141a26;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer :where(strong, a) {
  color: #141a26;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer p {
  color: #4e5868;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer img {
  filter: none;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer a {
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color .18s ease, text-decoration-color .18s ease;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer a:hover,
body.public-blog-home:not(.is-blog-route) .bdf-footer a:focus-visible {
  color: var(--home-red);
  text-decoration-color: currentColor;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer-cookie {
  border-color: #d9dde4;
  background: #f6f7f9;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer-cookie-button {
  border-color: #1c2638;
  background: #fff;
  color: #141a26;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer-cookie-button:hover,
body.public-blog-home:not(.is-blog-route) .bdf-footer-cookie-button:focus-visible {
  background: #141a26;
  color: #fff;
}

body.public-blog-home:not(.is-blog-route) .bdf-footer-note {
  border-top-color: #d9dde4;
}

@keyframes bdf-home-copy-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bdf-home-image-in {
  from { opacity: .75; transform: scale(1.02); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1120px) {
  .bdf-home-hero-v14__inner {
    grid-template-columns: minmax(0, 720px);
  }

  .bdf-home-hero-v14 h1 { font-size: 4.15rem; }

  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__inner {
    grid-template-columns: 1fr;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-latest__grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .7fr);
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead { grid-row: span 3; }
  body.public-blog-home:not(.is-blog-route) .home-blog-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  body.public-blog-home:not(.is-blog-route) .site-container-wide {
    width: min(100% - 36px, 1320px);
  }

  .bdf-home-hero-v14,
  .bdf-home-hero-v14__inner {
    min-height: 620px;
  }

  .bdf-home-hero-v14__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-content: end;
    padding-block: 64px 34px;
  }

  .bdf-home-hero-v14__copy { align-self: end; }
  .bdf-home-hero-v14__featured { justify-self: start; width: min(100%, 520px); }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-latest__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story:not(.bdf-editorial-story--lead) > a {
    grid-template-columns: 1fr;
  }

  body.public-blog-home:not(.is-blog-route) .home-blog-sections > .bdf-section-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 680px) {
  body.public-blog-home:not(.is-blog-route) .site-container-wide {
    width: calc(100% - 32px);
  }

  body.public-blog-home:not(.is-blog-route) .public-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 76px;
  }

  body.public-blog-home:not(.is-blog-route) .public-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding-inline: 16px;
  }

  .bdf-header-login-trigger {
    min-height: 42px;
    padding: 8px 10px;
    font-size: .76rem;
  }

  body.public-blog-home:not(.is-blog-route) .public-brand-lockup .site-logo {
    width: 142px;
    height: 58px;
  }

  body.public-blog-home:not(.is-blog-route) .public-menu-toggle {
    min-width: 92px;
    min-height: 44px;
    border-radius: 6px;
  }

  .bdf-home-hero-v14,
  .bdf-home-hero-v14__inner {
    min-height: 600px;
  }

  .bdf-home-hero-v14__image {
    object-position: 59% center;
  }

  .bdf-home-hero-v14__shade {
    background: linear-gradient(180deg, rgba(9, 25, 42, .34) 0%, rgba(9, 25, 42, .87) 45%, rgba(9, 25, 42, .96) 100%);
  }

  .bdf-home-hero-v14__inner {
    gap: 24px;
    padding-block: 44px 28px;
  }

  .bdf-home-hero-v14 h1 {
    font-size: 3rem;
    line-height: 1.02;
  }

  .bdf-home-hero-v14__lead {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .bdf-home-search { margin-top: 20px; }
  .bdf-home-search > div { grid-template-columns: minmax(0, 1fr); }
  .bdf-home-search input { min-height: 52px; }
  .bdf-home-search button { min-height: 48px; }
  .bdf-home-hero-v14__actions { display: grid; }
  .bdf-home-button { width: 100%; box-sizing: border-box; }
  .bdf-home-hero-v14__topics { gap: 8px 16px; }
  .bdf-home-hero-v14__featured strong { font-size: 1.05rem; }

  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__inner {
    gap: 12px;
    width: calc(100% - 32px);
    padding-block: 18px 22px;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__intro span {
    display: block;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form,
  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .bdf-hero-login-form {
    grid-template-columns: 1fr;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .auth-mode-toggle,
  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .bdf-mag-email,
  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .bdf-mag-password,
  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .bdf-captcha-row,
  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .remember-session,
  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .auth-message,
  body.public-blog-home:not(.is-blog-route) .bdf-mag-login__form .bdf-login-actions {
    grid-column: 1;
    grid-row: auto;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-latest,
  body.public-blog-home:not(.is-blog-route) .home-blog-sections,
  body.public-blog-home:not(.is-blog-route) .home-daily-band,
  body.public-blog-home:not(.is-blog-route) #home-sponsored-articles {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-block: 50px;
    padding-inline: 18px;
  }

  .home-daily-band__header {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .bdf-editorial-section-head {
    display: grid;
    align-items: start;
    gap: 16px;
  }

  .bdf-editorial-section-head h2,
  body.public-blog-home:not(.is-blog-route) .home-blog-sections > .bdf-section-head h2 {
    font-size: 2.05rem;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-latest__grid,
  body.public-blog-home:not(.is-blog-route) .home-blog-category-grid,
  body.public-blog-home:not(.is-blog-route) #front-widgets .bdf-widget-stack {
    grid-template-columns: 1fr;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead {
    grid-column: auto;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story--lead img {
    min-height: 260px;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story:not(.bdf-editorial-story--lead) > a {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story:not(.bdf-editorial-story--lead) img {
    min-height: 170px;
  }

  body.public-blog-home:not(.is-blog-route) .home-blog-category-section {
    padding: 18px;
  }

  body.public-blog-home:not(.is-blog-route) .home-blog-category-head {
    display: grid;
    align-items: start;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-newsletter-section {
    width: 100%;
    margin: 0;
    padding: 50px 18px;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form {
    grid-template-columns: 1fr;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-newsletter-form > :where(label, .home-newsletter-captcha, .home-newsletter-status, button) {
    grid-column: 1;
  }

  body.public-blog-home:not(.is-blog-route) .bdf-footer {
    width: 100%;
    margin-inline: 0;
    padding: 46px 20px;
  }

  .bdf-home-auth-dialog {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
  }

  .bdf-home-auth-dialog__panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
  }

  .bdf-home-auth-dialog__brand {
    min-height: 76px;
    padding: 10px 64px 10px 20px;
  }

  .bdf-home-auth-dialog__brand img {
    width: 138px;
    max-height: 56px;
  }

  .bdf-home-auth-dialog__intro {
    align-content: start;
    padding: 28px 60px 24px 24px;
  }

  .bdf-home-auth-dialog__intro h2 {
    font-size: 1.65rem;
  }

  .bdf-home-auth-dialog__form {
    padding: 24px;
  }

  .bdf-home-auth-dialog .bdf-hero-login-form,
  .bdf-home-auth-dialog .bdf-login-actions {
    grid-template-columns: 1fr;
  }

  .bdf-home-auth-dialog .bdf-mag-email,
  .bdf-home-auth-dialog .bdf-mag-password,
  .bdf-home-auth-dialog .bdf-captcha-row,
  .bdf-home-auth-dialog .remember-session {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bdf-home-hero-v14__image,
  .bdf-home-hero-v14__copy {
    animation: none;
  }

  .bdf-home-button,
  body.public-blog-home:not(.is-blog-route) .bdf-editorial-story img {
    transition: none;
  }
}
