body.modern-home-active {
  background: #f7f8fa;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
}

body.modern-home-active .main-content {
  display: block;
  width: 100%;
  max-width: 1540px;
  padding-inline: 22px;
}

body.modern-home-active #mainView,
body.modern-home-active .content-left {
  width: 100%;
  min-width: 0;
}

@media (min-width: 821px) {
  body.modern-home-active .nav-container,
  body.modern-home-active .top-marquee-container {
    width: calc(100% - 44px);
    max-width: 1480px;
    padding-inline: 0;
  }
}

body.modern-home-active .sidebar {
  display: none !important;
}

.hm-page {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 22px 0 52px;
  color: #101828;
}

.hm-page button,
.hm-page a {
  font-family: inherit;
}

.hm-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(310px, .95fr);
  gap: 18px;
}

.hm-lead-main,
.hm-featured-panel,
.hm-editorial-column,
.hm-events {
  min-width: 0;
}

.hm-lead-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.15/1;
  border-radius: 9px 9px 0 0;
  background: #850000;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(27, 31, 44, .12);
}

.hm-lead-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-lead-overlay {
  position: absolute;
  inset: auto 0 0;
  display: none;
  padding: 70px 24px 22px;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
  color: #fff;
}

.hm-lead-overlay span {
  color: #ffd43b;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hm-lead-overlay h1 {
  margin: 6px 0 0;
  font-size: 1.55rem;
  line-height: 1.3;
}

.hm-lead-summary {
  display: grid;
  grid-template-columns: minmax(170px, 31%) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(27, 31, 44, .08);
}

.hm-lead-thumb {
  overflow: hidden;
  min-height: 165px;
}

.hm-lead-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-badge {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 4px;
  background: #cf0000;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hm-lead-summary h2 {
  margin: 8px 0;
  font-size: clamp(1.05rem, 1.5vw, 1.38rem);
  line-height: 1.35;
}

.hm-lead-summary p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 9px;
  color: #475467;
  font-size: .82rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hm-lead-summary time {
  color: #667085;
  font-size: .72rem;
}

.hm-lead-summary button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 7px 11px;
  border: 0;
  border-radius: 5px;
  background: #d10000;
  color: #fff;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 750;
}

.hm-featured-panel {
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(16, 24, 40, .07);
}

.hm-panel-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  padding-bottom: 11px;
  border-bottom: 2px solid #e40000;
}

.hm-panel-heading h2 {
  min-width: 0;
  margin: 0;
  color: #b60000;
  font-size: .96rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hm-panel-heading h2 i {
  margin-right: 7px;
  color: #f4b400;
}

.hm-panel-heading > button {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b60000;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 700;
}

.hm-featured-list {
  display: grid;
}

.hm-featured-list article {
  display: grid;
  grid-template-columns: 28px 86px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f3;
  cursor: pointer;
}

.hm-featured-list article:last-child {
  border-bottom: 0;
}

.hm-featured-list article > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 5px;
  background: #bd0000;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
}

.hm-featured-list article:nth-child(2) > span { background: #d56a00; }
.hm-featured-list article:nth-child(3) > span { background: #8b1c62; }
.hm-featured-list article:nth-child(n+4) > span { background: #f2a900; }

.hm-featured-list img {
  width: 86px;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.hm-featured-list h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: .75rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hm-featured-list time,
.hm-mini-news time,
.hm-activity-main time,
.hm-activity-list time,
.hm-radio-main time {
  display: block;
  margin-top: 5px;
  color: #8490a3;
  font-size: .66rem;
}

.hm-quick-links {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin-top: 20px;
  border: 1px solid #e4e7ec;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(16, 24, 40, .06);
}

.hm-quick-links button {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 8px;
  padding: 16px 8px;
  border: 0;
  border-right: 1px solid #edf0f3;
  background: transparent;
  color: #101828;
  cursor: pointer;
  text-align: center;
}

.hm-quick-links button:last-child {
  border-right: 0;
}

.hm-quick-links i {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 11px;
  background: #c90000;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 5px 14px rgba(201,0,0,.2);
}

.hm-quick-links button:nth-child(even) i {
  background: #f5ae00;
}

.hm-quick-links span {
  color: #667085;
  font-size: .63rem;
  line-height: 1.4;
}

.hm-quick-links strong {
  display: block;
  color: #101828;
  font-size: .69rem;
  text-transform: uppercase;
}

.hm-quote {
  position: relative;
  display: grid;
  min-height: 150px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 20px;
  padding: 24px clamp(130px, 12vw, 220px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 45%, rgba(255,190,0,.22), transparent 27%),
    linear-gradient(115deg, #790000, #bd0000 52%, #710000);
  color: #fff;
}

.hm-quote::after {
  position: absolute;
  right: 3%;
  bottom: -35px;
  content: "★";
  color: rgba(255,210,65,.15);
  font-size: 11rem;
}

.hm-quote-symbol {
  position: absolute;
  left: clamp(40px, 6vw, 100px);
  display: grid;
  width: 75px;
  height: 75px;
  z-index: 1;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  color: #ffd540;
  font-size: 2rem;
}

.hm-quote #quoteCardBody {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}

.hm-quote #quoteText {
  margin: 0 0 10px;
  color: #fff8df;
  font-size: clamp(.92rem, 1.45vw, 1.2rem);
  font-style: italic;
  font-weight: 650;
  line-height: 1.6;
}

.hm-quote #quoteAuthor {
  display: block;
  color: #ffd94c;
  font-size: .78rem;
  text-transform: uppercase;
}

.hm-quote #quoteSource {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-size: .65rem;
}

.hm-quote .quote-dots {
  position: absolute;
  right: 50%;
  bottom: 8px;
  display: flex;
  z-index: 2;
  gap: 5px;
  transform: translateX(50%);
}

.hm-quote .quote-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.38);
  cursor: pointer;
}

.hm-quote .quote-dot.active {
  width: 23px;
  border-radius: 10px;
  background: #ffd12d;
}

.hm-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 18px;
  margin-top: 22px;
}

.hm-editorial-column {
  padding: 17px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(16, 24, 40, .06);
}

.hm-news-categories {
  margin-top: 24px;
}

.hm-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  padding: 0 2px;
}

.hm-section-heading span {
  color: #d50000;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hm-section-heading h2 {
  margin: 2px 0 0;
  color: #101828;
  font-size: 1.18rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.hm-section-heading > button {
  padding: 8px 12px;
  border: 1px solid #e4e7ec;
  border-radius: 5px;
  background: #fff;
  color: #c40000;
  font: inherit;
  font-size: .7rem;
  font-weight: 750;
  cursor: pointer;
}

.hm-news-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.hm-news-category-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(16, 24, 40, .055);
}

.hm-category-card-heading {
  display: grid;
  height: 94px;
  box-sizing: border-box;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border-bottom: 2px solid #e10000;
  background: linear-gradient(135deg, #fff8f8, #fff);
}

.hm-category-card-heading > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e10000;
  color: #fff;
  font-size: .78rem;
}

.hm-category-card-heading h3 {
  margin: 0;
  color: #b90000;
  font-size: .7rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.hm-category-card-heading button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff0f0;
  color: #d60000;
  cursor: pointer;
}

.hm-news-category-card .hm-mini-list {
  flex: 1;
  align-content: start;
  padding: 8px 12px 11px;
}

.hm-news-category-card .hm-empty {
  display: grid;
  min-height: 180px;
  place-items: center;
}

.hm-news-category-card .hm-mini-news {
  min-width: 0;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 10px 0;
}

.hm-news-category-card .hm-mini-news img {
  width: 82px;
  height: 54px;
  border-radius: 3px;
}

.hm-news-category-card .hm-mini-news > div {
  min-width: 0;
}

.hm-news-category-card .hm-mini-news h3 {
  font-size: .65rem;
  line-height: 1.42;
  -webkit-line-clamp: 3;
}

.hm-news-category-card .hm-mini-news time {
  display: block;
  margin-top: 3px;
  color: #7b8798;
  font-size: .58rem;
}

.hm-mini-list {
  display: grid;
  gap: 0;
}

.hm-mini-news {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #eef0f3;
  cursor: pointer;
}

.hm-mini-news img {
  width: 82px;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.hm-mini-news h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: .72rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hm-activity-main {
  cursor: pointer;
}

.hm-activity-main > img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.hm-activity-main h3,
.hm-radio-main h3 {
  margin: 9px 0 5px;
  font-size: .92rem;
  line-height: 1.4;
}

.hm-activity-main p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #667085;
  font-size: .7rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hm-activity-list {
  display: grid;
  gap: 0;
  margin-top: 10px;
}

.hm-activity-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-top: 1px solid #eef0f3;
  cursor: pointer;
}

.hm-activity-list img {
  width: 90px;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.hm-activity-list h4 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: .7rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hm-radio-main {
  cursor: pointer;
}

.hm-radio-main > div {
  position: relative;
  overflow: hidden;
}

.hm-radio-main img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.hm-radio-play {
  position: absolute;
  left: 16px;
  bottom: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d00000;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}

.hm-radio-list {
  display: grid;
  margin-top: 10px;
}

.hm-radio-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  border-top: 1px solid #eef0f3;
  background: transparent;
  color: #101828;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 650;
  line-height: 1.4;
  text-align: left;
}

.hm-radio-list i {
  color: #d00000;
  font-size: 1.25rem;
}

.hm-tools-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(100deg, #071a31, #08294b);
  box-shadow: 0 8px 24px rgba(4, 22, 42, .18);
}

.hm-tools-band button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.hm-tools-band button:last-child {
  border-right: 0;
}

.hm-tools-band i {
  color: #ffe16b;
  font-size: 2rem;
}

.hm-tools-band strong {
  display: block;
  font-size: .78rem;
  text-transform: uppercase;
}

.hm-tools-band span {
  min-width: 0;
  color: rgba(255,255,255,.72);
  font-size: .66rem;
}

.hm-events {
  margin-top: 23px;
}

.hm-events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hm-event-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 13px;
  padding: 15px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(16,24,40,.05);
}

.hm-event-date {
  overflow: hidden;
  align-self: start;
  border-radius: 7px;
  background: linear-gradient(160deg, #920000, #d00000);
  color: #fff;
  text-align: center;
}

.hm-event-date strong {
  display: block;
  padding: 9px 4px 5px;
  font-size: 1.5rem;
}

.hm-event-date span {
  display: block;
  padding: 5px 3px;
  background: #fff3f3;
  color: #b00000;
  font-size: .55rem;
  font-weight: 800;
}

.hm-event-content h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 9px;
  font-size: .76rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hm-event-content p {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 4px 0;
  color: #667085;
  font-size: .63rem;
  line-height: 1.35;
}

.hm-event-content i {
  margin-top: 2px;
  color: #c90000;
}

.hm-welcome {
  position: relative;
  margin-top: 26px;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 223, 94, .2);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 204, 61, .2), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(124, 0, 0, .52), transparent 31%),
    linear-gradient(132deg, #760b12 0%, #a70d15 47%, #df2428 100%);
  box-shadow: 0 18px 45px rgba(117, 0, 8, .2);
  color: #fff;
}

.hm-welcome::after {
  position: absolute;
  top: -100px;
  right: -45px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 223, 94, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 223, 94, .04),
    0 0 0 92px rgba(255, 223, 94, .025);
  content: "";
  pointer-events: none;
}

.hm-welcome-glow {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image:
    linear-gradient(30deg, transparent 48%, #ffd94a 49%, #ffd94a 50%, transparent 51%),
    linear-gradient(150deg, transparent 48%, #ffd94a 49%, #ffd94a 50%, transparent 51%);
  background-size: 60px 104px;
  mask-image: linear-gradient(to right, transparent 42%, #000);
  pointer-events: none;
}

.hm-welcome-intro {
  position: relative;
  display: grid;
  z-index: 1;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.hm-welcome-logo {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  padding: 7px;
  border: 5px solid rgba(255, 255, 255, .94);
  border-radius: 50%;
  background: #fff3c8;
  box-shadow: 0 12px 28px rgba(59, 0, 0, .3);
}

.hm-welcome-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.hm-welcome-eyebrow {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 4px 9px;
  border: 1px solid rgba(255, 222, 76, .36);
  border-radius: 999px;
  background: rgba(255, 220, 61, .1);
  color: #ffe45f;
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hm-welcome-copy h2 {
  max-width: none;
  margin: 0 0 10px;
  color: #ffe450;
  font-size: clamp(1rem, 1.45vw, 1.38rem);
  letter-spacing: -.015em;
  line-height: 1.35;
  white-space: nowrap;
  text-transform: uppercase;
}

.hm-welcome-copy p {
  max-width: 1180px;
  margin: 0 0 11px;
  color: rgba(255, 255, 255, .94);
  font-size: .78rem;
  line-height: 1.72;
  text-align: justify;
  text-align-last: left;
}

.hm-welcome-principles {
  position: relative;
  display: grid;
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.hm-welcome-principles > div {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.hm-welcome-principles i {
  color: #ffe151;
  font-size: 1.05rem;
  text-align: center;
}

.hm-welcome-principles span {
  color: rgba(255, 255, 255, .94);
  font-size: .73rem;
  line-height: 1.5;
}

.hm-welcome-principles strong {
  margin-right: 5px;
  color: #ffe151;
}

.hm-welcome-missions {
  position: relative;
  display: grid;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.hm-welcome-missions article {
  display: grid;
  min-width: 0;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  padding: 0 23px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.hm-welcome-missions article:first-child {
  padding-left: 0;
}

.hm-welcome-missions article:last-child {
  padding-right: 0;
  border-right: 0;
}

.hm-welcome-missions article > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 226, 83, .28);
  border-radius: 9px;
  background: rgba(255, 222, 66, .09);
  color: #ffe151;
}

.hm-welcome-missions h3 {
  margin: 0 0 5px;
  color: #ffe151;
  font-size: .76rem;
}

.hm-welcome-missions p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: .69rem;
  line-height: 1.62;
  text-align: justify;
  text-align-last: left;
}

.hm-welcome-meta {
  position: relative;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding-top: 17px;
}

.hm-welcome-meta span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #ffe65e;
  font-size: .68rem;
  font-weight: 650;
  line-height: 1.5;
}

.hm-welcome-meta i {
  margin-top: 2px;
}

.hm-welcome-meta strong {
  white-space: nowrap;
}

.hm-empty {
  grid-column: 1/-1;
  margin: 0;
  padding: 20px;
  color: #667085;
  font-size: .78rem;
  text-align: center;
}

@media (max-width: 1180px) {
  .hm-quick-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hm-quick-links button:nth-child(4) {
    border-right: 0;
  }
  .hm-editorial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hm-editorial-column:last-child {
    grid-column: 1/-1;
  }
  .hm-news-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hm-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hm-welcome-copy h2 {
    white-space: normal;
  }
}

@media (max-width: 860px) {
  body.modern-home-active .main-content {
    padding-inline: 12px;
  }
  .hm-lead-grid {
    grid-template-columns: 1fr;
  }
  .hm-featured-list {
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
  }
  .hm-editorial-grid {
    grid-template-columns: 1fr;
  }
  .hm-editorial-column:last-child {
    grid-column: auto;
  }
  .hm-news-category-grid {
    grid-template-columns: 1fr;
  }
  .hm-tools-band {
    grid-template-columns: 1fr 1fr;
  }
  .hm-tools-band button:nth-child(2) {
    border-right: 0;
  }
  .hm-welcome-intro {
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
  }
  .hm-welcome-copy h2 {
    white-space: normal;
  }
  .hm-welcome-logo {
    width: 84px;
    height: 84px;
    padding: 5px;
    border-width: 4px;
  }
  .hm-welcome-principles {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hm-welcome-missions {
    grid-template-columns: 1fr;
    padding-block: 6px;
  }
  .hm-welcome-missions article,
  .hm-welcome-missions article:first-child,
  .hm-welcome-missions article:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
  .hm-welcome-missions article:last-child {
    border-bottom: 0;
  }
  .hm-welcome-meta {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  body.modern-home-active .main-content {
    padding-inline: 8px;
  }
  .hm-page {
    padding-top: 10px;
  }
  .hm-lead-visual {
    aspect-ratio: 16/10;
    border-radius: 7px;
  }
  .hm-lead-overlay {
    display: block;
    padding: 78px 14px 14px;
    background: linear-gradient(transparent 8%, rgba(0, 0, 0, .22) 38%, rgba(0, 0, 0, .92) 100%);
  }
  .hm-lead-overlay h1 {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0 0 !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .68);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .hm-lead-overlay span {
    color: #ffe36e !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .7);
  }
  .hm-lead-summary {
    display: none;
  }
  .hm-featured-panel {
    padding: 13px;
  }
  .hm-featured-list {
    grid-template-columns: 1fr;
  }
  .hm-featured-list article {
    grid-template-columns: 26px 76px minmax(0, 1fr);
  }
  .hm-featured-list img {
    width: 76px;
  }
  .hm-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
  }
  .hm-quick-links button {
    grid-template-columns: 42px minmax(0, 1fr);
    justify-items: start;
    gap: 9px;
    padding: 12px 9px;
    text-align: left;
  }
  .hm-quick-links button:nth-child(even) {
    border-right: 0;
  }
  .hm-quick-links i {
    width: 40px;
    height: 40px;
  }
  .hm-quote {
    min-height: 175px;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px 16px 26px;
  }
  .hm-quote-symbol {
    position: static;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    font-size: 1rem;
  }
  .hm-quote #quoteText {
    font-size: .79rem;
  }
  .hm-editorial-grid {
    margin-top: 14px;
  }
  .hm-editorial-column {
    padding: 13px;
  }
  .hm-section-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
  }
  .hm-section-heading > div {
    min-width: 0;
    flex: 1 1 auto;
  }
  .hm-section-heading span {
    font-size: .65rem;
  }
  .hm-section-heading h2 {
    font-size: .92rem;
    line-height: 1.25;
    margin-top: 2px;
  }
  .hm-section-heading > button {
    align-self: center;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: .65rem;
  }
  .hm-category-card-heading {
    height: auto;
    min-height: 58px;
  }
  .hm-news-category-card .hm-empty {
    min-height: 90px;
  }
  .hm-tools-band {
    grid-template-columns: 1fr;
  }
  .hm-tools-band button {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .hm-tools-band button:last-child {
    border-bottom: 0;
  }
  .hm-tools-band i {
    font-size: 1.55rem;
  }
  .hm-events-grid {
    grid-template-columns: 1fr;
  }
  .hm-event-card {
    grid-template-columns: 60px minmax(0, 1fr);
  }
  .hm-welcome {
    margin-top: 18px;
    padding: 19px 16px;
    border-radius: 11px;
  }
  .hm-welcome-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hm-welcome-logo {
    width: 76px;
    height: 76px;
    margin: 0 auto;
  }
  .hm-welcome-copy {
    text-align: center;
  }
  .hm-welcome-copy h2 {
    font-size: .98rem;
  }
  .hm-welcome-copy p {
    font-size: .74rem;
    line-height: 1.65;
    text-align: justify !important;
    text-align-last: left;
  }
  .hm-welcome-principles {
    margin-top: 14px;
    padding-block: 12px;
  }
  .hm-welcome-principles > div {
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .hm-welcome-principles span,
  .hm-welcome-meta span {
    font-size: .68rem;
  }
  .hm-welcome-missions p {
    font-size: .68rem;
    line-height: 1.55;
    text-align: justify !important;
    text-align-last: left;
  }
  .hm-welcome-missions article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
  }
  .hm-welcome-missions article > span {
    width: 30px;
    height: 30px;
  }
  .hm-welcome-meta strong {
    white-space: normal;
  }
}
