:root {
  --ink: #111111;
  --muted: #5f5f5f;
  --line: #dedede;
  --soft: #f5f5f2;
  --accent: #075985;
  --page: 1248px;
  --reading: 820px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 1.48;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--accent);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.55rem 0.8rem;
  color: #fff;
  background: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
.site-footer {
  padding-inline: 48px;
}

.site-header__inner,
.site-footer__inner {
  width: min(100%, var(--page));
  margin-inline: auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.site-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.site-brand p {
  margin: 0.12rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.3;
}

.site-header nav ul {
  display: flex;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header nav a,
.site-footer nav a {
  color: var(--ink);
  text-decoration: none;
}

.site-header nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

main {
  min-height: 60vh;
}

.home-shell,
.page-shell {
  width: min(calc(100% - 96px), var(--page));
  margin-inline: auto;
}

.home-shell {
  padding-top: 116px;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
}

.home-copy h1,
.page-header h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.home-copy > h1 {
  font-size: clamp(2.4rem, 4vw, 3.65rem);
}

.home-copy h2,
.home-aside h2,
.news h2 {
  margin: 0 0 0.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.prose {
  max-width: var(--reading);
}

.prose p {
  margin: 0 0 1.2em;
}

.prose h2 {
  margin: 1.8em 0 0.6em;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.prose h3 {
  margin: 2.1em 0 0.6em;
  font-size: 1.35rem;
  font-weight: 600;
}

.prose ul,
.prose ol {
  padding-left: 1.25em;
}

.portrait {
  margin: 64px 0 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}

.interest-grid {
  display: grid;
  gap: 36px;
  margin-top: 104px;
}

.interest-grid ul {
  padding-left: 1.25em;
  margin: 0;
}

.news {
  padding: 112px 0 56px;
}

.news__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--ink);
}

.news__header .eyebrow {
  margin: 0 0 0.3rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.news__header h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.news__header > p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

.timeline {
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.timeline--older {
  margin-top: 22px;
}

.news-more {
  width: 100%;
  margin-top: 4px;
  text-align: center;
}

.news-more summary {
  display: flex;
  width: fit-content;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  list-style: none;
}

.news-more summary::-webkit-details-marker {
  display: none;
}

.news-more summary:hover {
  border-color: var(--ink);
}

.news-more__icon {
  position: relative;
  width: 12px;
  height: 12px;
}

.news-more__icon::before,
.news-more__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.news-more__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 160ms ease;
}

.news-more[open] .news-more__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.timeline li {
  display: grid;
  grid-template-columns: 128px 28px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 22px;
}

.news-date {
  padding-top: 17px;
  text-align: right;
}

.timeline time {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: var(--muted);
  border: 1px solid var(--line);
  background: #fff;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.news-marker {
  position: relative;
  min-height: 100%;
}

.news-marker::before {
  position: absolute;
  top: 25px;
  bottom: -22px;
  left: 50%;
  width: 1px;
  background: var(--line);
  content: "";
}

.news-marker::after {
  position: absolute;
  top: 23px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
  content: "";
  transform: translateX(-50%);
}

.timeline li:last-child .news-marker::before {
  display: none;
}

.news-entry {
  padding: 18px 22px 20px;
  border-left: 2px solid transparent;
  background: var(--soft);
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

.news-entry:hover {
  border-left-color: var(--ink);
  background: #efefeb;
}

.news-entry p {
  margin: 0;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.inline-links a {
  display: inline-flex;
  gap: 0.35em;
  align-items: center;
  padding: 0.3rem 0.58rem;
  border: 1px solid #cfcfca;
  background: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
}

.inline-links a:hover {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.page-shell {
  max-width: var(--reading);
  padding: 112px 0 72px;
}

.page-shell--wide {
  max-width: var(--page);
}

.page-shell--wide .prose {
  max-width: none;
}

.page-header {
  margin-bottom: 58px;
}

.page-header p {
  max-width: 700px;
  margin: 1rem 0 0;
  color: var(--muted);
}

.section-intro {
  margin-bottom: 52px;
}

.policy-figure {
  margin: 56px 0 72px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.policy-grid figure {
  margin: 0;
}

.policy-grid img {
  width: 100%;
  aspect-ratio: 1;
  background: var(--soft);
  object-fit: cover;
}

.policy-grid figcaption,
.policy-figure > figcaption {
  color: var(--muted);
  font-size: 0.72rem;
}

.policy-grid figcaption {
  margin-top: 8px;
}

.policy-figure > figcaption {
  max-width: 850px;
  margin-top: 24px;
}

.post-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.post-card {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.post-card h2 {
  margin: 0.2rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.post-card h2 a {
  text-decoration: none;
}

.post-card p {
  margin: 0.5rem 0 0;
}

.post-date,
.empty-state {
  color: var(--muted);
  font-size: 0.82rem;
}

.contact-card {
  margin-top: 56px;
  padding: clamp(28px, 5vw, 54px);
  background: var(--soft);
}

.contact-card .eyebrow {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin-top: 0;
}

.button {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
}

.button:hover {
  color: #fff;
  background: var(--accent);
}

.site-footer {
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-block: 42px 58px;
}

.site-footer p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 0.82rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-link img {
  width: 18px;
  height: 18px;
}

@media (max-width: 900px) {
  body {
    font-size: 18px;
  }

  .site-header,
  .site-footer {
    padding-inline: 24px;
  }

  .home-shell,
  .page-shell {
    width: min(calc(100% - 48px), var(--page));
  }

  .home-shell,
  .page-shell {
    padding-top: 64px;
  }

  .home-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .portrait {
    margin-top: 22px;
  }

  .interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
  }

  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header__inner,
  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__inner {
    justify-content: center;
    gap: 12px;
    min-height: 112px;
  }

  .site-header nav ul {
    gap: 18px;
  }

  .home-copy h1,
  .page-header h1 {
    font-size: 2.55rem;
  }

  .portrait {
    aspect-ratio: 3 / 2;
  }

  .interest-grid {
    grid-template-columns: 1fr;
  }

  .news__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .news__header > p {
    text-align: left;
  }

  .timeline li {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 0 12px;
    padding-bottom: 20px;
  }

  .news-date {
    grid-column: 2;
    padding: 0 0 8px;
    text-align: left;
  }

  .timeline time {
    padding: 0;
    border: 0;
  }

  .news-marker {
    grid-row: 1 / span 2;
  }

  .news-marker::before {
    top: 8px;
    bottom: -20px;
  }

  .news-marker::after {
    top: 6px;
  }

  .news-entry {
    grid-column: 2;
  }

  .policy-grid {
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
