:root { color-scheme: light; }

.lang-en { display: none !important; }
html[data-lang="en"] .lang-vi { display: none !important; }
html[data-lang="en"] .lang-en { display: inline !important; }
.language-page { display: block !important; }
html[data-lang="vi"] .language-page.lang-en,
html[data-lang="en"] .language-page.lang-vi { display: none !important; }

.icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.search-layer[hidden] { display: none !important; }
body.has-overlay { overflow: hidden; }

.cms-catalogue-feed {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto 72px;
  padding-top: 42px;
  border-top: 1px solid #d8e1ea;
}
.cms-catalogue-feed__heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}
.cms-catalogue-feed__heading span {
  color: #ff4e45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cms-catalogue-feed__heading h2 {
  margin: 7px 0 0;
  color: #173a63;
  font-size: clamp(26px, 3vw, 36px);
}
.cms-catalogue-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.cms-entry-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid #d4dee8;
  background: #fff;
  box-shadow: 0 14px 32px rgba(19, 52, 87, .06);
}
.cms-entry-card__media {
  display: block;
  height: 176px;
  overflow: hidden;
  background: #eaf1f7;
}
.cms-entry-card__media img { width: 100%; height: 100%; object-fit: cover; }
.cms-entry-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.cms-entry-card__meta { color: #718399; font-size: 13px; }
.cms-entry-card h3 { margin: 10px 0; color: #123a67; font-size: 20px; line-height: 1.35; }
.cms-entry-card p { margin: 0 0 20px; color: #61748a; font-size: 15px; line-height: 1.65; }
.cms-entry-card__action { margin-top: auto; color: #0057aa; font-weight: 800; }

.cms-article { width: min(940px, calc(100% - 48px)); margin: 0 auto; padding: 56px 0 88px; }
.cms-article__meta { color: #72849a; font-size: 14px; }
.cms-article h1 { margin: 12px 0 18px; color: #173a63; font-size: clamp(34px, 5vw, 52px); line-height: 1.16; }
.cms-article__summary { font-size: 18px; line-height: 1.7; color: #50677f; }
.cms-article__content { margin-top: 34px; color: #334e6d; font-size: 16px; line-height: 1.8; }
.cms-article__content h2 { color: #173a63; margin-top: 36px; }
.cms-article__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 52px; }
.cms-article__nav a { padding: 18px; border: 1px solid #d6e0ea; color: #174b82; }

#pages { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 34px 0 0; padding: 0; list-style: none; }
#pages a, #pages span { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid #cfdae6; background: #fff; color: #174b82; }

@media (max-width: 900px) {
  .cms-catalogue-feed__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .cms-catalogue-feed, .cms-article { width: min(100% - 28px, 1200px); }
  .cms-catalogue-feed__grid, .cms-article__nav { grid-template-columns: 1fr; }
}

/* Editorial content centre */
.content-kicker { display: block; color: #ff4e45; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.content-hub__masthead { padding: 72px 0 0; background: linear-gradient(135deg, #f5f8fb 0%, #fff 64%); border-bottom: 1px solid #d8e1ea; }
.content-hub__masthead h1 { max-width: 760px; margin: 10px 0 18px; color: #173a63; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; }
.content-hub__masthead p { max-width: 760px; margin: 0; color: #587087; font-size: 17px; line-height: 1.75; }
.content-hub__channels { display: flex; gap: 34px; margin-top: 48px; overflow-x: auto; }
.content-hub__channels a { flex: 0 0 auto; padding: 0 0 17px; border-bottom: 3px solid transparent; color: #536b83; font-weight: 750; }
.content-hub__channels a.is-active { border-color: #ff4e45; color: #123a67; }
.content-hub__body { padding: 60px 0 86px; }
.content-hub__heading { display: grid; grid-template-columns: 1fr minmax(300px, 460px); gap: 40px; align-items: end; margin-bottom: 30px; }
.content-hub__heading span, .activity-index__heading > span { color: #ff4e45; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.content-hub__heading h2, .activity-index__heading h2 { margin: 7px 0 0; color: #173a63; font-size: 34px; }
.content-hub__heading p { margin: 0; color: #6b7d90; line-height: 1.7; }
.content-hub__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.content-hub-card { display: flex; min-height: 100%; flex-direction: column; border: 1px solid #d7e0e9; background: #fff; box-shadow: 0 16px 34px rgba(25,57,90,.055); }
.content-hub-card.is-featured { grid-column: span 2; display: grid; grid-template-columns: 1.12fr 1fr; }
.content-hub-card__media { display: block; min-height: 210px; overflow: hidden; background: #e8eef5; }
.content-hub-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.content-hub-card:hover .content-hub-card__media img { transform: scale(1.025); }
.content-hub-card__copy { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.content-hub-card__meta { display: flex; justify-content: space-between; gap: 16px; color: #7b8c9e; font-size: 13px; }
.content-hub-card__meta span { color: #ff4e45; font-weight: 800; letter-spacing: .08em; }
.content-hub-card h3 { margin: 16px 0 12px; color: #123a67; font-size: 22px; line-height: 1.35; }
.content-hub-card.is-featured h3 { font-size: 29px; }
.content-hub-card p { margin: 0 0 24px; color: #61758a; font-size: 15px; line-height: 1.7; }
.content-hub-card__action { margin-top: auto; color: #0059ad; font-weight: 800; }
.content-empty { padding: 40px; border: 1px solid #d8e1ea; background: #f5f8fb; color: #5f7389; }
.content-empty strong { display: block; margin-bottom: 5px; color: #173a63; font-size: 19px; }

/* Research ledger */
.insight-index { padding: 70px 0 92px; background: #fff; }
.insight-index__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; padding-bottom: 42px; border-bottom: 4px solid #163d68; }
.insight-index__intro h1 { margin: 10px 0 0; color: #173a63; font-size: clamp(38px, 5vw, 58px); }
.insight-index__intro p { margin: 0; color: #60748a; font-size: 17px; line-height: 1.75; }
.insight-index__ledger { padding-top: 10px; }
.insight-row { display: grid; grid-template-columns: 104px 1fr 48px; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid #d7e0e8; }
.insight-row > time { display: flex; align-items: baseline; gap: 6px; color: #8291a2; }
.insight-row > time strong { color: #ff4e45; font-size: 36px; }
.insight-row__copy > span { color: #71849a; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.insight-row h2 { margin: 7px 0 8px; color: #173a63; font-size: 25px; line-height: 1.35; }
.insight-row p { max-width: 780px; margin: 0; color: #66798d; line-height: 1.7; }
.insight-row__arrow { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #c8d5e1; color: #0059ad; font-size: 22px; }

/* Cooperation dispatches */
.activity-index__hero { padding: 64px 0; background: #123a67; color: #fff; }
.activity-index__hero-inner { display: grid; grid-template-columns: 1fr 480px; gap: 68px; align-items: center; }
.activity-index__hero h1 { margin: 10px 0 18px; color: #fff; font-size: clamp(38px, 5vw, 58px); }
.activity-index__hero p { max-width: 680px; margin: 0; color: #d7e5f2; font-size: 17px; line-height: 1.75; }
.activity-index__hero img { width: 100%; height: 280px; object-fit: cover; border: 10px solid rgba(255,255,255,.09); }
.activity-index__body { padding: 58px 0 88px; }
.activity-index__heading { margin-bottom: 28px; }
.activity-index__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.activity-card { min-height: 310px; padding: 30px; border: 1px solid #d7e1eb; background: linear-gradient(145deg, #fff 0%, #f5f8fb 100%); }
.activity-card__date { display: flex; justify-content: space-between; color: #7c8fa4; font-size: 13px; }
.activity-card__date span { color: #ff4e45; font-weight: 800; }
.activity-card h3 { margin: 40px 0 12px; color: #173a63; font-size: 25px; line-height: 1.35; }
.activity-card p { color: #61758a; line-height: 1.7; }
.activity-card > a { display: inline-block; margin-top: 20px; color: #0059ad; font-weight: 800; }

/* Article detail */
.article-page { padding-bottom: 96px; background: #fff; }
.article-page__breadcrumb { display: flex; gap: 10px; padding-top: 26px; color: #778a9e; font-size: 14px; }
.article-page__article { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
.article-page__header { max-width: 900px; padding: 62px 0 40px; }
.article-page__eyebrow { display: flex; gap: 20px; align-items: center; color: #788a9e; font-size: 13px; }
.article-page__eyebrow span { color: #ff4e45; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-page__header h1 { margin: 14px 0 20px; color: #173a63; font-size: clamp(38px, 5.5vw, 64px); line-height: 1.12; }
.article-page__header > p { max-width: 820px; margin: 0; color: #577087; font-size: 20px; line-height: 1.7; }
.article-page__visual { margin: 0; height: min(520px, 46vw); overflow: hidden; background: #e8eef4; }
.article-page__visual img { width: 100%; height: 100%; object-fit: cover; }
.article-page__layout { display: grid; grid-template-columns: 220px 1fr; gap: 70px; padding-top: 48px; }
.article-page__layout aside { align-self: start; padding-top: 16px; border-top: 3px solid #ff4e45; color: #718398; font-size: 14px; line-height: 1.65; }
.article-page__layout aside > span { color: #173a63; font-weight: 900; letter-spacing: .12em; }
.article-page__layout aside a { display: inline-block; margin-top: 10px; color: #0059ad; font-weight: 800; }
.article-page__content { color: #334f6d; font-size: 17px; line-height: 1.85; }
.article-page__content h2 { margin: 38px 0 12px; color: #173a63; font-size: 30px; line-height: 1.3; }
.article-page__content h3 { margin: 28px 0 9px; color: #194a7a; font-size: 21px; }
.article-page__content ul, .article-page__content ol { padding-left: 22px; }
.article-page__content blockquote { margin: 28px 0; padding: 20px 24px; border-left: 4px solid #ff4e45; background: #f3f6f9; color: #294968; }

@media (max-width: 900px) {
  .content-hub__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-hub-card.is-featured { grid-column: 1 / -1; }
  .activity-index__hero-inner { grid-template-columns: 1fr; }
  .activity-index__hero img { height: 240px; }
  .article-page__layout { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  .content-hub__masthead { padding-top: 50px; }
  .content-hub__body { padding-top: 44px; }
  .content-hub__heading, .insight-index__intro { grid-template-columns: 1fr; gap: 22px; }
  .content-hub__grid, .activity-index__grid { grid-template-columns: 1fr; }
  .content-hub-card.is-featured { display: flex; }
  .content-hub__channels { gap: 22px; }
  .insight-index { padding-top: 52px; }
  .insight-row { grid-template-columns: 74px 1fr; gap: 18px; }
  .insight-row__arrow { display: none; }
  .activity-index__hero { padding: 48px 0; }
  .article-page__article { width: min(100% - 28px, 1080px); }
  .article-page__header { padding-top: 46px; }
  .article-page__visual { height: 56vw; }
}
