:root {
  --ink: #101820;
  --ink-soft: #4f5b66;
  --paper: #ffffff;
  --paper-muted: #f3f6f8;
  --navy: #071b33;
  --navy-soft: #12345b;
  --cyan: #02c7df;
  --signal: #e43e3e;
  --line: #d8dee4;
  --content: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}

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

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

button {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--navy);
  transform: translateY(-150%);
}

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

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
}

.utility {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--navy);
  color: #d8e5f2;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility__inner {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.utility a {
  color: var(--paper);
  font-weight: 700;
}

.masthead {
  background: var(--navy);
  color: var(--paper);
}

.masthead__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 7.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 102px;
  height: 102px;
  object-fit: contain;
}

.brand-copy {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding-left: 1.5rem;
}

.brand-copy strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
}

.brand-copy span {
  color: #b9c9d9;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.primary-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 4px solid var(--cyan);
  background: var(--navy);
  color: var(--paper);
}

.primary-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  display: block;
  padding: 0.85rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  padding-block: clamp(2.5rem, 7vw, 6rem) 2rem;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--signal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--serif);
  line-height: 1.04;
}

.page-intro h1 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(2.65rem, 7vw, 6rem);
  letter-spacing: -0.045em;
}

.page-intro p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.lead-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 400px));
  grid-template-rows: auto;
  gap: 1rem;
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.card {
  position: relative;
  max-width: 400px;
  width: 100%;
  border-top: 1px solid var(--ink);
  background: var(--paper);
}

.card[hidden] {
  display: none;
}

.card a {
  text-decoration: none;
}

.card__image {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.card__body {
  padding: 1rem 0 0;
}

.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  margin-bottom: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card__type {
  color: var(--signal);
}

.card h2,
.card h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.card p {
  margin: 0;
  color: var(--ink-soft);
}

.card--overlay {
  min-height: 0;
  overflow: hidden;
  border-top: 0;
  background: var(--navy);
}

.card--overlay .card__image {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
}

.card--overlay .card__body {
  position: static;
  padding: 1.1rem 1.25rem 1.35rem;
  background: var(--navy);
  color: var(--paper);
}

.card--overlay .card__meta,
.card--overlay p {
  color: #d9e3ed;
}

.card--overlay h2 {
  max-width: 18ch;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.card--news,
.card--news.card--overlay {
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.card--news .card__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.card--news .card__image,
.card--news.card--overlay .card__image {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card--news .card__headline-overlay {
  position: absolute;
  inset: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(1rem, 4vw, 1.4rem);
  background: linear-gradient(to top, rgba(4, 14, 26, 0.96) 0%, rgba(4, 14, 26, 0.72) 48%, rgba(4, 14, 26, 0) 100%);
}

.card--news .card__headline-overlay h2,
.card--news .card__headline-overlay h3 {
  max-width: 19ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.08;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
}

.card--news .card__body {
  position: static;
  padding: 0.9rem 0 0;
  background: transparent;
  color: var(--ink);
}

.card--news .card__meta {
  margin-bottom: 0.55rem;
  color: var(--ink-soft);
}

.card--news .card__summary {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.section {
  padding-block: clamp(3rem, 7vw, 5.5rem);
  border-top: 1px solid var(--ink);
}

.section--muted {
  background: var(--paper-muted);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-list button {
  min-height: 44px;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.filter-list button[aria-pressed='true'] {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--paper);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 400px));
  gap: 2.5rem 1.4rem;
}

.news-grid .card {
  padding-top: 0.65rem;
}

.regions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.region {
  min-height: 220px;
  padding: 1.5rem;
  background: var(--paper);
}

.region strong {
  display: block;
  margin-bottom: 3rem;
  color: var(--signal);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.region h3 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

.region p {
  margin: 0;
  color: var(--ink-soft);
}

.site-footer {
  padding-block: 3rem;
  background: var(--navy);
  color: #d8e5f2;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
}

.site-footer strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: flex-end;
}

.article-header {
  max-width: 1040px;
  padding-block: clamp(2.5rem, 7vw, 6rem) 2rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 3rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.article-header h1 {
  max-width: 17ch;
  margin-bottom: 1.3rem;
  font-size: clamp(2.65rem, 7vw, 5.8rem);
  letter-spacing: -0.045em;
}

.standfirst {
  max-width: 760px;
  margin: 0 0 1.5rem;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  line-height: 1.45;
}

.article-meta {
  display: flex;
  gap: 0.7rem;
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hero {
  margin-bottom: clamp(2.5rem, 7vw, 5rem);
}

.article-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 720px);
  gap: clamp(2rem, 7vw, 6rem);
  justify-content: center;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.article-aside {
  align-self: start;
  position: sticky;
  top: 1rem;
  display: grid;
  gap: 0.8rem;
  padding-top: 1rem;
  border-top: 3px solid var(--cyan);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.article-body {
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.76;
}

.article-body > p:first-child {
  font-size: 1.18em;
}

.article-body section {
  margin-top: 3.2rem;
}

.article-body h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
}

.article-body p {
  margin: 0 0 1.35rem;
}

.article-body li {
  margin-bottom: 0.7rem;
}

.article-body h3 {
  margin: 2rem 0 0.9rem;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.article-inline-figure {
  margin: 3rem 0;
}

.article-inline-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-inline-figure figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.84rem;
  line-height: 1.5;
}

.dateline {
  letter-spacing: 0.035em;
}

@media (max-width: 900px) {
  .page-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lead-grid {
    grid-template-columns: repeat(2, minmax(0, 400px));
    grid-template-rows: auto;
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 400px));
  }
}

@media (max-width: 759px) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--content));
  }

  .utility__inner {
    min-height: 2.7rem;
  }

  .masthead__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 5.75rem;
  }

  .brand img {
    width: 74px;
    height: 74px;
  }

  .brand-copy {
    padding-left: 0.85rem;
  }

  .brand-copy span {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .primary-nav ul {
    display: block;
    padding-block: 0.5rem;
  }

  .primary-nav a {
    min-height: 44px;
    padding-inline: 0.5rem;
  }

  .lead-grid,
  .news-grid,
  .regions,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .card__image {
    max-width: none;
    width: 100%;
  }

  .section-heading {
    display: block;
  }

  .filter-list {
    margin-top: 1.25rem;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
    grid-template-columns: 1fr auto;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.comment-section {
  border-top: 5px solid var(--ink);
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: minmax(13rem, 0.7fr) minmax(0, 1.3fr);
  padding-bottom: 5rem;
  padding-top: 3rem;
}

.comment-section__heading h2 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0.5rem 0 0;
}

.comment-form__fields {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comment-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.45rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comment-form input,
.comment-form textarea {
  background: #fff;
  border: 1px solid #8f8c85;
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  letter-spacing: normal;
  padding: 0.85rem 0.95rem;
  text-transform: none;
  width: 100%;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: var(--accent);
  outline: 3px solid color-mix(in srgb, var(--accent) 22%, transparent);
  outline-offset: 1px;
}

.comment-form textarea {
  resize: vertical;
}

.comment-form__wide {
  grid-column: 1 / -1;
}

.comment-form__submit {
  background: var(--ink);
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0.9rem 1.4rem;
}

.comment-form__submit:hover,
.comment-form__submit:focus-visible {
  background: var(--accent);
}

@media (max-width: 759px) {
  .comment-section {
    display: block;
    padding-bottom: 3.5rem;
  }

  .comment-form {
    margin-top: 2rem;
  }

  .comment-form__fields {
    grid-template-columns: 1fr;
  }

  .comment-form__wide {
    grid-column: auto;
  }
}


/* Editorial streams and desk aggregators */
.primary-nav a[aria-current='page'] {
  background: var(--ink);
  color: #fff;
}

.content-stream {
  border-top: 1px solid var(--ink);
}

.content-stream .section-heading--editorial {
  align-items: end;
  border-bottom: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.section-heading--editorial > p {
  color: var(--muted);
  max-width: 34rem;
  text-align: right;
}

.content-stream--article {
  padding-top: 4.75rem;
}

.content-stream--news {
  background: #f2f0eb;
  border-top: 5px solid var(--ink);
}

.content-stream--news .card {
  background: transparent;
  border-top: 1px solid #9d9a93;
}

.content-stream--press-release {
  border-bottom: 1px solid #d9d7d2;
}

.content-stream--press-release .news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-stream--press-release .card a {
  display: grid;
  grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1.2fr);
  column-gap: 1.25rem;
}

.content-stream--press-release .card__image {
  height: auto;
  min-height: 0;
}

.content-stream--press-release .card__body {
  padding-top: 0;
}

.news-grid--article .card--overlay h3 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  max-width: 19ch;
}

.stream-empty {
  border-top: 1px solid #bbb8b1;
  color: var(--muted);
  grid-column: 1 / -1;
  margin: 0;
  padding: 2rem 0;
}

.desk-intro {
  border-bottom: 1px solid var(--ink);
  display: grid;
  gap: 1rem 3rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  padding-bottom: 3.5rem;
  padding-top: 4.5rem;
}

.desk-intro .eyebrow {
  grid-column: 1 / -1;
}

.desk-intro h1 {
  font-size: clamp(3.25rem, 9vw, 7rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 0;
}

.desk-intro > p:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.55;
  margin: 0;
  max-width: 38rem;
}

.desk-feed {
  padding-top: 2.5rem;
}

.news-grid--desk .card--overlay h2 {
  font-size: clamp(1.8rem, 3vw, 3.3rem);
}

@media (max-width: 759px) {
  .section-heading--editorial,
  .desk-intro {
    display: block;
  }

  .section-heading--editorial > p {
    margin-top: 0.75rem;
    text-align: left;
  }

  .content-stream--press-release .news-grid {
    grid-template-columns: 1fr;
  }

  .content-stream--press-release .card a {
    display: block;
  }

  .content-stream--press-release .card__image {
    min-height: 0;
  }

  .content-stream--press-release .card__body {
    padding-top: 1rem;
  }

  .desk-intro > p:last-child {
    margin-top: 1.5rem;
  }
}

/* Hybrid home index */
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 1.5rem;
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.home-hero__feature .card,
.home-hero__news .card,
.home-board__news-grid .card,
.home-board__side .card {
  max-width: none;
}

.home-hero__feature .card > a {
  display: grid;
  grid-template-columns: minmax(260px, 400px) minmax(0, 1fr);
}

.home-hero__feature .card__image {
  align-self: stretch;
  height: 100%;
  max-width: 400px;
  object-fit: cover;
}

.home-hero__feature .card h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  max-width: 13ch;
}

.home-hero__news {
  display: grid;
  gap: 1.5rem;
}

.home-board {
  background: #f2f0eb;
  border-top: 5px solid var(--ink);
}

.home-board .section-heading--editorial,
.home-mixed .section-heading--editorial {
  align-items: end;
  border-bottom: 0;
  margin-bottom: 1.75rem;
  padding-bottom: 0;
}

.home-board__layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(270px, 1fr);
  gap: 2rem;
  align-items: start;
}

.home-board__main {
  min-width: 0;
}

.home-board__news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.25rem;
}

.home-board__news-grid .card--news .card__headline-overlay {
  padding: 0.8rem;
}

.home-board__news-grid .card--news .card__headline-overlay h3 {
  font-size: clamp(0.9rem, 1.35vw, 1.15rem);
  line-height: 1.12;
  max-width: 23ch;
}

.home-board__side {
  display: grid;
  gap: 2.5rem;
  border-left: 1px solid #9d9a93;
  padding-left: 1.5rem;
}

.home-board__compact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 200px));
  column-gap: 0.5rem;
  justify-content: space-between;
  min-width: 0;
  width: 100%;
  margin-top: 3rem;
}

.card--compact {
  max-width: 200px;
  min-width: 0;
  width: 100%;
  background: transparent;
}

.card--compact a,
.card--compact .card__body {
  display: block;
  min-width: 0;
}

.card--compact .card__image {
  width: 200px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 200 / 113;
  object-fit: cover;
}

.card--compact .card__body {
  padding-top: 0.75rem;
}

.card--compact .card__meta {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 0.45rem;
}

.card--compact h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.home-mixed {
  border-top: 1px solid var(--ink);
}

.home-mixed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 400px));
  gap: 2.75rem 1.25rem;
}

.home-mixed__grid .card[data-card-type='news'] {
  background: #f2f0eb;
  border-top-width: 4px;
}

.home-mixed__grid .card[data-card-type='press-release'] {
  border-top-color: var(--signal);
}

@media (max-width: 1000px) {
  .home-hero {
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr);
  }

  .home-hero__feature .card > a {
    display: block;
  }

  .home-hero__feature .card__image {
    height: auto;
  }

  .home-board__layout {
    grid-template-columns: 1fr;
  }

  .home-board__side {
    border-left: 0;
    border-top: 1px solid #9d9a93;
    padding-left: 0;
    padding-top: 2rem;
  }
}

@media (max-width: 759px) {
  .home-hero,
  .home-board__news-grid,
  .home-board__side,
  .home-mixed__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__feature .card > a {
    display: block;
  }

  .home-hero__feature .card__image {
    max-width: none;
    width: 100%;
  }

  .home-board .section-heading--editorial,
  .home-mixed .section-heading--editorial {
    display: block;
  }

  .home-board .section-heading--editorial > p,
  .home-mixed .section-heading--editorial > p {
    margin-top: 0.75rem;
    text-align: left;
  }
}


/* Complete archives and institutional pages */
.archive-intro,
.info-page__intro {
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ink);
}

.archive-intro h1,
.info-page__intro h1 {
  max-width: 18ch;
  margin: 0.25rem 0 1rem;
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  line-height: 0.92;
}

.archive-intro > p:last-child,
.info-page__intro > p:last-child {
  max-width: 66ch;
  font-size: 1.08rem;
}

.archive-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.card--archive {
  width: 100%;
  max-width: none;
  border-top-width: 1px;
  border-bottom: 1px solid #b8b5ae;
}

.card--archive > a {
  display: grid;
  grid-template-columns: minmax(240px, 400px) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
}

.card--archive .card__visual {
  width: 100%;
  max-width: 400px;
}

.card--archive .card__image {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 16 / 9;
}

.card--archive .card__title {
  max-width: 42ch;
  margin: 0.55rem 0 0;
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.12;
}
.card--archive .card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.1rem, 3vw, 2.25rem);
  border-left: 1px solid #d2cfc8;
}

.card--archive .card__summary {
  max-width: 72ch;
  font-size: 1rem;
  line-height: 1.55;
}

.info-page__hero {
  margin-top: 2rem;
}

.info-page__hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.info-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.info-page__body {
  max-width: 820px;
}

.info-page__body section + section {
  margin-top: 2.75rem;
  padding-top: 2.25rem;
  border-top: 1px solid #c9c6bf;
}

.info-page__body h2,
.contact-panel h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.info-page__body p,
.info-page__body li {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.08rem;
  line-height: 1.72;
}

.contact-panel {
  max-width: 900px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #f2f0eb;
  border-top: 5px solid var(--signal);
}

.contact-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #77736b;
  border-radius: 0;
  font: inherit;
  text-transform: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__wide {
  grid-column: 1 / -1;
}


.contact-form__submit {
  margin-top: 1.5rem;
  padding: 0.85rem 1.4rem;
  color: #fff;
  background: var(--ink);
  border: 0;
  font-weight: 800;
  cursor: pointer;
}

.contact-form__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.contact-form__status {
  min-height: 1.5em;
  margin: 1rem 0 0;
  font-weight: 700;
}

.contact-form__status[data-state='success'] {
  color: #166534;
}

.contact-form__status[data-state='error'] {
  color: #a11212;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 0.55rem 1.5rem;
  align-content: start;
}

@media (max-width: 759px) {
  .card--archive > a {
    display: block;
  }

  .card--archive .card__visual,
  .card--archive .card__image {
    width: 100%;
    max-width: none;
  }

  .card--archive .card__body {
    border-left: 0;
    border-top: 1px solid #d2cfc8;
  }

  .contact-form__fields,
  .site-footer nav {
    grid-template-columns: 1fr;
  }

  .contact-form__wide {
    grid-column: auto;
  }
}
