:root {
  --navy: #0d1b2a;
  --bronze: #8b6f4d;
  --bronze-soft: #b89a78;
  --linen: #f5f2ed;
  --linen-2: #fbf9f4;
  --ink: #131c28;
  --muted: #5b6573;
  --serif: "Cormorant Garamond", Garamond, "Times New Roman", serif;
  --sans: "Montserrat", -apple-system, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--linen-2); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { margin: 0 auto; max-width: 1120px; padding: 0 28px; }
.news-nav { background: var(--navy); color: var(--linen); }
.news-nav .shell { align-items: center; display: flex; justify-content: space-between; min-height: 84px; }
.news-brand { align-items: center; display: flex; gap: 14px; text-decoration: none; }
.news-brand img { height: 48px; object-fit: contain; width: auto; }
.news-brand span { font-family: var(--serif); font-size: 27px; }
.news-nav-link { color: var(--bronze-soft); font-size: 12px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.news-hero { background: var(--navy); color: var(--linen); padding: 76px 0 84px; }
.eyebrow { color: var(--bronze-soft); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.01em; line-height: 1.05; }
h1 { font-size: clamp(48px, 7vw, 82px); margin: 15px 0 22px; max-width: 13ch; }
h2 { font-size: clamp(34px, 4vw, 50px); margin: 0 0 18px; }
h3 { font-size: 28px; margin: 0 0 10px; }
.hero-lede { color: rgba(245,242,237,.78); font-size: 18px; max-width: 680px; }
.news-main { padding: 70px 0 90px; }
.news-grid { display: grid; gap: 42px; grid-template-columns: minmax(0, 1fr) 290px; }
.news-article { max-width: 760px; }
.news-article p { margin: 0 0 1.2em; }
.news-article .dateline { color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.news-image { margin: 28px 0 34px; }
.news-image img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.news-image figcaption { color: var(--muted); font-size: 12px; margin-top: 8px; }
blockquote { border-left: 3px solid var(--bronze); color: var(--navy); font-family: var(--serif); font-size: 29px; line-height: 1.3; margin: 34px 0; padding: 4px 0 4px 24px; }
.news-card { border-top: 2px solid var(--bronze); padding-top: 20px; }
.news-card + .news-card { margin-top: 34px; }
.news-card p, .news-card li { color: #3d4651; font-size: 14px; }
.news-card ul { margin: 10px 0 0; padding-left: 18px; }
.button { background: var(--bronze); color: white; display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .12em; margin-top: 14px; padding: 13px 18px; text-decoration: none; text-transform: uppercase; }
.news-list { display: grid; gap: 24px; margin-top: 34px; }
.news-list article { border-top: 1px solid rgba(13,27,42,.18); padding-top: 24px; }
.news-list time { color: var(--bronze); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.news-list h2 { font-size: 36px; margin: 8px 0 10px; }
.news-list a { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.boilerplate { background: var(--linen); border: 1px solid rgba(13,27,42,.12); margin-top: 38px; padding: 24px; }
.news-footer { background: var(--navy); color: rgba(245,242,237,.76); font-size: 13px; padding: 32px 0; }
.news-footer .shell { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; }

@media (max-width: 780px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-hero { padding: 56px 0 62px; }
  .news-nav .shell { min-height: 72px; }
  .news-brand img { height: 40px; }
  .news-brand span { display: none; }
}
