:root {
  color-scheme: light;
  --ink: #122428;
  --muted: #657579;
  --paper: #f5f5ef;
  --surface: #ffffff;
  --surface-2: #eef1e9;
  --navy: #10272b;
  --lime: #c9f36a;
  --green: #28765b;
  --line: #dde2dc;
  --blue: #cee8f4;
  --peach: #ffe0cf;
  --lilac: #e9def7;
  --display: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 14px; border-radius: 9px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid rgba(40,118,91,.32); outline-offset: 3px; }
.news-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid rgba(221,226,220,.9); background: rgba(245,245,239,.94); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(1160px, calc(100% - 40px)); min-height: 72px; margin: auto; }
.news-brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 21px; font-weight: 750; letter-spacing: -.7px; text-decoration: none; }
.brand-mark { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border-radius: 9px; background: var(--lime); }
.brand-mark::before { width: 10px; height: 13px; border: 4px solid var(--navy); border-radius: 5px 8px 8px 5px; content: ""; }
.brand-mark::after { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--navy); content: ""; }
.brand-section { margin-left: 3px; color: var(--muted); font-family: var(--body); font-size: 12px; font-weight: 650; letter-spacing: 0; }
.header-nav { display: flex; align-items: center; gap: 23px; font-size: 13px; font-weight: 650; }
.header-nav a { text-decoration: none; }
.header-nav a:hover { color: var(--green); }
.header-cta { padding: 11px 15px; border-radius: 11px; color: white !important; background: var(--navy); }
.news-main { width: min(1160px, calc(100% - 40px)); margin: auto; }
.news-hero { position: relative; overflow: hidden; margin: 42px 0 28px; padding: clamp(35px, 6vw, 72px); border-radius: 28px; color: white; background: var(--navy); }
.news-hero::after { position: absolute; right: -90px; bottom: -150px; width: 390px; height: 390px; border: 72px solid rgba(201,243,106,.16); border-radius: 50%; content: ""; }
.eyebrow { position: relative; z-index: 1; display: block; margin-bottom: 12px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-hero h1 { position: relative; z-index: 1; max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(39px, 6vw, 68px); font-weight: 700; letter-spacing: -2.6px; line-height: 1.02; }
.news-hero p { position: relative; z-index: 1; max-width: 650px; margin: 20px 0 0; color: #b6c5c1; font-size: 16px; line-height: 1.75; }
.category-links { display: flex; gap: 9px; margin-bottom: 35px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: none; }
.category-links a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); background: var(--surface); font-size: 11px; font-weight: 700; text-decoration: none; }
.category-links a:hover { border-color: var(--green); color: var(--green); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 42px 0 17px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: 27px; letter-spacing: -.9px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.article-card { display: flex; min-height: 260px; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); box-shadow: 0 8px 22px rgba(12,31,34,.035); transition: transform .18s ease, box-shadow .18s ease; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(12,31,34,.08); }
.article-card .tag, .article-header .tag { width: fit-content; margin-bottom: 16px; padding: 6px 9px; border-radius: 12px; color: var(--green); background: #e1f3e9; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.article-card:nth-child(4n+2) .tag { color: #195369; background: var(--blue); }
.article-card:nth-child(4n+3) .tag { color: #94442b; background: var(--peach); }
.article-card:nth-child(4n+4) .tag { color: #66428a; background: var(--lilac); }
.article-card h3 { margin: 0; font-family: var(--display); font-size: 20px; letter-spacing: -.5px; line-height: 1.22; }
.article-card p { margin: 11px 0 19px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--green); font-size: 11px; font-weight: 800; text-decoration: none; }
.card-link::after { content: "→"; transition: transform .16s ease; }
.card-link:hover::after { transform: translateX(3px); }
.breadcrumb { display: flex; gap: 8px; margin: 34px auto 0; color: var(--muted); font-size: 11px; }
.breadcrumb a { color: var(--green); text-decoration: none; }
.article { width: min(780px, 100%); margin: 42px auto 0; }
.article-header { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 0; font-family: var(--display); font-size: clamp(38px, 6vw, 62px); font-weight: 700; letter-spacing: -2.2px; line-height: 1.04; }
.article-dek { margin: 19px 0 17px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.article-meta { color: var(--muted); font-size: 11px; }
.article-body { padding-top: 25px; font-size: 16px; line-height: 1.8; }
.article-body .lead { color: #284044; font-size: 20px; line-height: 1.68; }
.article-body h2 { margin: 43px 0 12px; font-family: var(--display); font-size: 28px; letter-spacing: -.7px; line-height: 1.18; }
.article-body p { margin: 0 0 20px; }
.action-list { margin: 36px 0; padding: 25px 28px; border-radius: 18px; background: var(--surface-2); }
.action-list h2 { margin-top: 0; font-size: 22px; }
.action-list ol { margin: 0; padding-left: 22px; }
.action-list li { margin: 10px 0; padding-left: 5px; }
.article-cta { margin: 42px 0 25px; padding: 30px; border-radius: 22px; color: white; background: var(--navy); }
.article-cta h2 { margin-top: 0; color: var(--lime); }
.article-cta p { color: #becbc8; }
.article-cta a { display: inline-block; padding: 12px 16px; border-radius: 11px; color: var(--navy); background: var(--lime); font-size: 12px; font-weight: 800; text-decoration: none; }
.article-notice { margin: 27px 0 48px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: var(--surface); font-size: 11px; line-height: 1.6; }
.back-to-guides { display: inline-flex; margin-bottom: 65px; color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.news-footer { margin-top: 70px; color: #a8b9b5; background: var(--navy); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; width: min(1160px, calc(100% - 40px)); margin: auto; padding: 42px 0; }
.footer-inner strong { color: white; font-family: var(--display); font-size: 19px; }
.footer-inner p { max-width: 580px; margin: 9px 0 0; font-size: 11px; line-height: 1.65; }
.footer-links { display: flex; align-items: center; gap: 20px; color: white; font-size: 11px; font-weight: 700; }
.footer-links a { text-decoration: none; }

@media (max-width: 850px) {
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-nav a:first-child { display: none; }
}

@media (max-width: 580px) {
  .header-inner, .news-main, .footer-inner { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 62px; }
  .brand-section { display: none; }
  .header-nav { gap: 10px; }
  .header-cta { padding: 9px 11px; font-size: 11px; }
  .news-hero { margin-top: 20px; padding: 32px 24px; border-radius: 21px; }
  .news-hero h1 { font-size: 40px; letter-spacing: -1.7px; }
  .news-hero p { font-size: 14px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 6px; }
  .breadcrumb { margin-top: 23px; }
  .article { margin-top: 30px; }
  .article-header h1 { font-size: 39px; letter-spacing: -1.5px; }
  .article-dek { font-size: 16px; }
  .article-body, .article-body .lead { font-size: 16px; }
  .article-body h2 { font-size: 25px; }
  .action-list, .article-cta { padding: 22px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { align-items: start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
