@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Playfair+Display:wght@700&display=swap');

.articles-page { background: #fffdf9; color: #213a52; }
.articles-hero { padding: 138px 0 92px; border-bottom: 1px solid #ded8cf; background: radial-gradient(circle at 78% 20%, rgba(233,154,19,.16), transparent 32%), #f6f1e8; }
.articles-hero .shell { max-width: 980px; margin-left: max(20px, calc((100vw - 1160px) / 2)); }
.articles-breadcrumb { display: flex; gap: 8px; margin-bottom: 34px; color: #6a7b8c; font-size: 10px; font-weight: 750; }
.articles-breadcrumb a { color: #9f570f; }
.articles-hero h1 { max-width: 850px; margin: 13px 0 24px; color: #0b2a4d; font: 700 clamp(48px, 6vw, 78px)/1.03 "Playfair Display", Georgia, serif; letter-spacing: -.045em; }
.articles-hero > .shell > p:last-child { max-width: 770px; margin: 0; color: #53697d; font-size: 17px; line-height: 1.78; }

.articles-latest, .articles-topics { padding: 88px 0; }
.articles-section-heading { max-width: 760px; margin-bottom: 38px; }
.articles-section-heading h2, .articles-standards h2 { margin: 10px 0 0; color: #0b2a4d; font: 700 clamp(30px, 4vw, 47px)/1.12 "Playfair Display", Georgia, serif; letter-spacing: -.03em; }
.articles-feature { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); overflow: hidden; border: 1px solid #ddd8cf; border-radius: 28px; background: #fff; box-shadow: 0 22px 58px rgba(44,57,68,.09); }
.articles-feature-image { min-height: 460px; overflow: hidden; }
.articles-feature-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.articles-feature:hover .articles-feature-image img { transform: scale(1.025); }
.articles-feature > div { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.articles-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0 0 24px; color: #6c7c8d; font-size: 10px; font-weight: 700; }
.articles-meta span:first-child { color: #a25910; text-transform: uppercase; letter-spacing: .12em; }
.articles-feature h3 { margin: 0 0 18px; color: #0b2a4d; font: 700 clamp(28px, 3.4vw, 43px)/1.15 "Playfair Display", Georgia, serif; letter-spacing: -.025em; }
.articles-feature h3 a:hover { color: #98510c; }
.articles-feature > div > p:not(.articles-meta) { margin: 0; color: #5a6d80; font-size: 14px; line-height: 1.8; }
.articles-read { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-top: 28px; color: #0b2a4d; font-size: 12px; font-weight: 800; }
.articles-read span { color: #c67611; font-size: 18px; }

.articles-topics { background: #eef3f4; }
.articles-topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.articles-topic-grid a { min-height: 260px; padding: 28px 25px; border: 1px solid #d5dde0; border-radius: 20px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.articles-topic-grid a:hover { transform: translateY(-4px); border-color: rgba(233,154,19,.65); box-shadow: 0 18px 38px rgba(45,59,70,.08); }
.articles-topic-grid span { color: #b76a10; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.articles-topic-grid h3 { margin: 42px 0 12px; color: #0b2a4d; font: 800 18px/1.35 Manrope, Inter, sans-serif; }
.articles-topic-grid p { margin: 0; color: #627487; font-size: 12px; line-height: 1.72; }

.articles-standards { padding: 76px 0; background: #0b2a4d; color: #fff; }
.articles-standards .shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.articles-standards .eyebrow { color: #f1ae3c; }
.articles-standards h2 { color: #fff; }
.articles-standards .shell > p { margin: 0; color: #c1cfdd; font-size: 14px; line-height: 1.9; }

@media (max-width: 980px) {
  .articles-feature { grid-template-columns: 1fr; }
  .articles-feature-image { min-height: 0; aspect-ratio: 16/9; }
  .articles-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .articles-standards .shell { gap: 46px; }
}

@media (max-width: 620px) {
  .articles-hero { padding: 105px 0 62px; }
  .articles-hero .shell { margin: auto; }
  .articles-hero h1 { font-size: 43px; }
  .articles-hero > .shell > p:last-child { font-size: 15px; }
  .articles-latest, .articles-topics { padding: 62px 0; }
  .articles-feature { border-radius: 20px; }
  .articles-feature > div { padding: 30px 24px 34px; }
  .articles-feature h3 { font-size: 30px; }
  .articles-topic-grid { grid-template-columns: 1fr; }
  .articles-topic-grid a { min-height: 210px; }
  .articles-standards { padding: 58px 0; }
  .articles-standards .shell { grid-template-columns: 1fr; gap: 24px; }
}
