@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #ffffff;
  --surface: #f5f5f5;
  --fg: #000000;
  --muted: #8c8c8c;
  --border: #dbdbdb;
  --accent: #002244;
  --accent-secondary: #467ff7;
  --font: "Poppins", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font: 16px/1.7 var(--font); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent-secondary); outline-offset: 3px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { background: var(--accent); color: var(--bg); border-bottom: 1px solid var(--accent); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; max-width: 240px; }
.brand img { display: block; width: 100%; height: auto; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: 14px; font-weight: 600; }
.site-nav a:hover { color: var(--accent-secondary); }
.hero { padding: clamp(56px, 9vw, 112px) 0; background: var(--surface); border-bottom: 1px solid var(--border); }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-weight: 600; line-height: 1.14; letter-spacing: -.025em; text-wrap: pretty; }
h1 { max-width: 850px; font-size: clamp(38px, 6vw, 68px); }
h2 { font-size: clamp(26px, 3.4vw, 40px); }
h3 { font-size: 21px; }
.hero-copy { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.section { padding: clamp(54px, 7vw, 88px) 0; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.section-header p { max-width: 560px; margin: 0; color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.post-card { display: flex; min-height: 280px; flex-direction: column; padding: 26px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; transition: border-color .2s ease, transform .2s ease; }
.post-card:hover { border-color: var(--accent-secondary); transform: translateY(-3px); }
.post-card--feature { grid-column: span 2; min-height: 330px; background: var(--accent); color: var(--bg); border-color: var(--accent); }
.post-card time, .post-meta { display: block; margin-bottom: 26px; color: var(--muted); font-size: 13px; font-weight: 600; }
.post-card--feature time { color: var(--bg); }
.post-card p { margin: 16px 0 0; color: var(--muted); }
.post-card--feature p { color: var(--bg); }
.read-more { margin-top: auto; padding-top: 28px; color: var(--accent); font-size: 14px; font-weight: 700; }
.post-card--feature .read-more { color: var(--bg); }
.article-hero { padding: clamp(44px, 7vw, 88px) 0 46px; background: var(--surface); border-bottom: 1px solid var(--border); }
.breadcrumb { margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.breadcrumb a { color: var(--accent); }
.article-hero h1 { max-width: 920px; }
.article-intro { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 19px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) 260px; align-items: start; justify-content: space-between; gap: 70px; }
.article-content { font-size: 17px; }
.article-content h2 { margin: 52px 0 16px; }
.article-content h3 { margin: 32px 0 12px; }
.article-content p, .article-content ul { margin: 0 0 20px; }
.article-content ul { padding-left: 22px; }
.article-aside { position: sticky; top: 24px; padding: 24px; background: var(--accent); color: var(--bg); border-radius: 8px; }
.article-aside p { margin: 12px 0 20px; font-size: 14px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; background: var(--bg); color: var(--accent); border: 1px solid var(--bg); border-radius: 8px; font-size: 14px; font-weight: 700; }
.button:hover { background: var(--accent-secondary); border-color: var(--accent-secondary); color: var(--bg); }
.article-nav { display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 14px; font-weight: 700; }
.article-nav a:last-child { margin-left: auto; text-align: right; }
.site-footer { padding: 56px 0 20px; background: var(--accent); color: var(--bg); }
.footer-grid { display: grid; grid-template-columns: minmax(240px, 1.7fr) repeat(3, minmax(150px, 1fr)); gap: 36px; }
.footer-col h4 { margin: 0 0 14px; font-size: 14px; }
.footer-col ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 1.5; }
.footer-col a:hover { color: var(--accent-secondary); }
.footer-logo { display: inline-flex; width: min(220px, 100%); }
.footer-logo img { width: 100%; height: auto; }
.footer-copy { max-width: 400px; margin-top: 18px; color: var(--bg); font-size: 13px; line-height: 1.6; }
.footer-copy p { margin: 0 0 8px; }
.footer-bottom { display: flex; justify-content: flex-end; margin-top: 42px; padding-top: 18px; border-top: 1px solid color-mix(in srgb, var(--bg) 22%, transparent); }
.footer-bottom p { margin: 0; font-size: 12px; }
@media (max-width: 760px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .site-nav { justify-content: flex-start; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card--feature { grid-column: auto; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { justify-content: flex-start; margin-top: 32px; }
}
