:root {
  --ink: #2f2f2e;
  --muted: #5f5f5c;
  --orange: #e94719;
  --orange-soft: #fff1eb;
  --jade-soft: #e6f4ef;
  --gold-soft: #fff3dd;
  --line: #d8d8d5;
  --page: 72rem;
  --reading: 43rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 1rem/1.65 Lato, Arial, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: #8a341d; text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--orange); }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
h1, h2, h3, h4 { line-height: 1.2; color: var(--ink); }
h2 { margin: 0 0 1.25rem; font-size: clamp(1.65rem, 4vw, 2.25rem); }
h3 { margin: 1.8rem 0 .6rem; font-size: 1.25rem; }
h4 { margin-bottom: .2rem; }
p { margin: 0 0 1rem; hyphens: auto; }

header { position: sticky; top: 0; z-index: 10; background: rgb(255 255 255 / .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.header-wrapper, .footer-wrapper { width: min(var(--page), calc(100% - 2rem)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.header-wrapper { min-height: 5.25rem; }
.logo img { width: 80px; }
.top-nav ul, .links-list { padding: 0; margin: 0; list-style: none; }
.top-nav a { display: block; padding: .65rem .9rem; color: var(--ink); font-weight: 700; text-decoration: none; border-radius: .3rem; }
.top-nav a:hover { color: #fff; background: var(--orange); }

.wrapper { width: min(var(--page), calc(100% - 2rem)); margin: 0 auto; padding: clamp(2.5rem, 7vw, 5.5rem) 0; }
.lead-image { margin-bottom: 2.5rem; }
.lead-image img { width: 100%; border-radius: .35rem; }
.lead-text, .section-wrapper { width: min(100%, var(--reading)); margin-inline: auto; }
.highlight4 { background: var(--jade-soft); }
.highlight2 { background: var(--gold-soft); }
.highlight-yellow { background: var(--orange-soft); }
.video-link { margin-top: 2rem; }
.video-link a { display: inline-block; padding: .7rem 1rem; color: #fff; background: var(--orange); border-radius: .3rem; font-weight: 700; text-decoration: none; }
.video-link a:hover { color: #fff; background: #bd3515; }

.news-wrapper { max-width: 62rem; margin: 2rem auto 0; }
.news-item { display: grid; grid-template-columns: minmax(9rem, 12rem) minmax(0, 1fr); gap: 1.5rem; padding: 0 0 3rem; margin: 0 0 3rem; border-bottom: 1px solid var(--line); }
.news-item:last-child { border: 0; margin-bottom: 0; }
.info-box { color: var(--muted); }
.news-category { display: block; color: var(--orange); font-size: 1.05rem; }
.news-date { display: block; }
.news-item h3 { margin-top: 0; }
.news-image { margin-bottom: 1.25rem; }
.news-image img { width: 100%; border-radius: .25rem; }
.assets { display: grid; gap: .45rem; margin-top: 1rem; }
.asset-meta { color: var(--muted); font-size: .9rem; }
.committee { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1rem; margin-top: 2rem; text-align: center; }
.member img { width: 8rem; height: 8rem; margin: 0 auto .75rem; object-fit: cover; border-radius: 50%; }
.member-name { font-weight: 700; }
.member-title { color: var(--muted); }
.links-list { display: grid; gap: .55rem; }
.links-list a { font-weight: 700; }

footer { background: #e3e3e1; }
.footer-wrapper { align-items: flex-start; padding: 3rem 0; }
.footer-logo img { width: 100px; }
.footer-container { display: flex; flex-wrap: wrap; gap: 2.5rem; }
.footer-item { max-width: 19rem; }
.footer-item-title { display: block; margin-bottom: .75rem; color: var(--orange); font-weight: 900; }
.footer-item-second { margin-top: .75rem; }

@media (max-width: 42rem) {
  body { font-size: 1rem; }
  .header-wrapper { min-height: 4.5rem; }
  .logo img { width: 62px; }
  .wrapper { width: min(100% - 1.5rem, var(--page)); }
  .news-item { grid-template-columns: 1fr; gap: .7rem; padding-bottom: 2.25rem; margin-bottom: 2.25rem; }
  .committee { grid-template-columns: 1fr; }
  .footer-wrapper { flex-direction: column; gap: 2rem; }
  .footer-container { flex-direction: column; gap: 1.75rem; }
}
