:root {
  --ink: #383838;
  --muted: #8c8c8c;
  --accent: #0099b8;
  --line: #e5e5e5;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { font-size: 18px; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.55;
}
a { color: var(--accent); text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: white; padding: .5rem; z-index: 10; }
.editor-bar {
  align-items: center;
  background: #1d2327;
  color: #f0f0f1;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  min-height: 42px;
  padding: 0 max(1rem, calc((100% - 1200px) / 2));
  position: sticky;
  top: 0;
  z-index: 1000;
}
.editor-bar a,
.editor-bar button,
.editor-bar__user {
  color: #f0f0f1;
  display: block;
  font: 400 .78rem var(--sans);
  padding: .72rem .7rem;
}
.editor-bar a:hover,
.editor-bar a:focus,
.editor-bar button:hover,
.editor-bar button:focus {
  background: #2c3338;
  text-decoration: none;
}
.editor-bar__user { color: #a7aaad; }
.editor-bar__primary { background: #006b84; }
.editor-bar form { margin: 0 0 0 auto; }
.editor-bar button { background: transparent; }
.site-header {
  padding: 3rem 1rem 2rem;
  text-align: center;
}
.site-header__inner { margin: auto; position: relative; z-index: 3; }
.site-header--hero {
  align-items: center;
  background-image: var(--hero-image);
  background-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
  background-size: cover;
  display: flex;
  min-height: clamp(360px, 28vw, 520px);
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
}
.site-header--hero::after {
  background: rgb(30 30 28 / 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.site-header--extended { background-image: none; }
.site-header__backdrop {
  background-image: var(--hero-image);
  background-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
  background-size: cover;
  filter: blur(28px) saturate(.8);
  inset: -35px;
  position: absolute;
  transform: scaleX(-1) scale(1.08);
  z-index: 0;
}
.site-header__contained-image {
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; display: block; margin: 0 auto 1rem; }
.site-title {
  display: block;
  color: #333332;
  font: 700 2.25rem/1.15 var(--sans);
}
.site-subtitle { color: var(--muted); margin: .35rem 0 2rem; }
nav { display: flex; justify-content: center; gap: 1.55rem; flex-wrap: wrap; font: 700 .95rem var(--sans); }
.site-header--hero .avatar {
  border: 3px solid rgb(255 255 255 / 85%);
  height: 100px;
  width: 100px;
}
.site-header--hero .site-title {
  color: #fff;
  font-size: clamp(2.25rem, 3vw, 3rem);
  text-shadow: 0 1px 4px rgb(0 0 0 / 35%);
}
.site-header--hero .site-subtitle {
  color: #fff;
  font: 400 1.1rem var(--sans);
  margin-bottom: 0;
  text-shadow: 0 1px 3px rgb(0 0 0 / 45%);
}
.primary-nav {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  min-height: 78px;
  padding: 1.15rem 4rem;
  position: relative;
}
.primary-nav__links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font: 700 .95rem var(--sans);
  gap: 1rem 1.55rem;
  justify-content: center;
}
.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
}
.header-search {
  position: absolute;
  right: clamp(1rem, 2.5vw, 3rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.header-search summary {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 42px;
}
.header-search summary::-webkit-details-marker { display: none; }
.header-search summary:hover,
.header-search summary:focus,
.header-search[open] summary {
  background: #e8f7fa;
  border-color: var(--accent);
  outline: none;
}
.header-search summary:focus-visible {
  box-shadow: 0 0 0 3px rgb(0 153 184 / 22%);
}
.header-search summary svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
  width: 20px;
}
.header-search__form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 16%);
  display: flex;
  gap: .4rem;
  padding: .65rem;
  position: absolute;
  right: 0;
  top: calc(100% + .55rem);
  width: min(340px, calc(100vw - 2rem));
}
.header-search__form input {
  min-width: 0;
  padding: .48rem .65rem;
  width: 100%;
}
.header-search__form button {
  padding: .48rem .8rem;
}
.login-link {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 400;
}
.language-switcher {
  gap: 0;
  margin: -.65rem 0 1rem;
}
.language-switcher a {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 400;
  padding: 0 .45rem;
}
.language-switcher a + a { border-left: 1px solid var(--line); }
.language-switcher a[aria-current="page"] {
  color: var(--ink);
  text-decoration: none;
}
.page-shell {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: minmax(0, 740px) 240px;
  gap: 60px;
}
main h1 { color: #333332; font: 700 2.6rem/1.12 var(--sans); margin: 0 0 1rem; }
main h2, main h3 { color: #333332; font-family: var(--sans); line-height: 1.25; }
aside h2 { color: #333332; font: italic 700 1.35rem var(--sans); }
aside section { margin-bottom: 3rem; }
aside section > a { display: block; margin: .65rem 0; font-weight: 700; }
.intro { font-size: 1.05rem; }
.post-card { display: grid; grid-template-columns: 150px 1fr; gap: 1.25rem; padding: 1.6rem 0; border-top: 1px solid var(--line); }
.post-card picture { display: block; }
.post-card img { width: 150px; height: 110px; object-fit: cover; }
.post-card h3 { margin: 0 0 .3rem; font-size: 1.25rem; }
.post-card time, .meta, .comment time { color: var(--muted); font: .8rem var(--sans); }
.entity-cloud {
  border-top: 1px solid var(--line);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.entity-cloud > p { color: var(--muted); }
.entity-cloud__group { margin-top: 1.25rem; }
.entity-cloud__group h3 { margin-bottom: .6rem; }
.entity-cloud__items {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entity-cloud__term {
  display: inline-block;
  font-family: var(--sans);
  line-height: 1.2;
}
.entity-cloud__term--1 { font-size: .82rem; font-weight: 500; }
.entity-cloud__term--2 { font-size: 1rem; font-weight: 600; }
.entity-cloud__term--3 { font-size: 1.15rem; font-weight: 600; }
.entity-cloud__term--4 { font-size: 1.35rem; font-weight: 700; }
.entity-cloud__term--5 { font-size: 1.55rem; font-weight: 700; }
.archive-list { list-style: none; padding: 0; }
.archive-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.archive-list time { white-space: nowrap; color: var(--muted); }
.archive-filters {
  background: #f5f7f8;
  border: 1px solid var(--line);
  margin: 1.5rem 0 2rem;
  max-width: none;
  padding: 1rem;
}
.archive-search {
  align-items: end;
  display: grid;
  gap: .6rem;
  grid-template-columns: minmax(0, 1fr) auto;
}
.archive-search label { grid-column: 1 / -1; }
.filter-group { border-top: 1px solid var(--line); margin-top: 1rem; padding-top: .7rem; }
.filter-group summary { cursor: pointer; font: 700 .9rem var(--sans); }
.filter-options {
  display: grid;
  gap: .35rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: .7rem 0 1rem;
  max-height: 240px;
  overflow: auto;
}
.filter-options label {
  align-items: center;
  display: grid;
  font-weight: 400;
  gap: .4rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0;
}
.filter-options input { margin: 0; }
.filter-options small { color: var(--muted); }
.active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font: .78rem var(--sans);
  gap: .5rem;
  margin-bottom: 1rem;
}
.active-filters a,
.active-filters span {
  background: #e8f3f6;
  border-radius: 999px;
  padding: .35rem .65rem;
}
.active-filters .clear-filters { background: transparent; }
.result-count { color: var(--muted); font: .85rem var(--sans); }
.search-results { list-style: none; padding: 0; }
.search-results li { border-top: 1px solid var(--line); padding: 1.2rem 0; }
.search-results h2 { font-size: 1.25rem; margin: 0 0 .3rem; }
.search-results p { margin: .35rem 0; }
.search-results mark { background: #fff2a8; color: inherit; }
.pagination { align-items: center; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.post-entities { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.4rem; }
.post-entities a {
  background: #e8f3f6;
  border-radius: 999px;
  font: .75rem var(--sans);
  padding: .3rem .6rem;
}
.featured { margin: 1rem 0 2rem; width: 100%; }
.legacy-content img, .content-text img { margin: 1rem auto; display: block; }
figure { margin: 2rem 0; }
figcaption { color: var(--muted); font-size: .85rem; }
blockquote { border-left: 4px solid var(--accent); margin: 2rem 0; padding-left: 1.25rem; font-style: italic; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gallery figure { margin: 0; min-width: 0; }
.gallery picture { display: contents; }
.gallery img { display: block; height: 100%; object-fit: cover; width: 100%; }
.image-zoom {
  background: #f2f2f2;
  cursor: zoom-in;
  display: block;
  overflow: hidden;
  position: relative;
}
.image-zoom:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.gallery .image-zoom { aspect-ratio: 4 / 3; }
.lightbox {
  background: transparent;
  border: 0;
  height: 100%;
  margin: auto;
  max-height: none;
  max-width: none;
  padding: 1.5rem;
  width: 100%;
}
.lightbox::backdrop { background: rgb(10 12 14 / 92%); }
.lightbox__frame {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: minmax(0, 1fr) auto auto;
  height: 100%;
  margin: auto;
  max-width: 1500px;
  position: relative;
}
.lightbox__image {
  grid-column: 2;
  grid-row: 1;
  margin: auto;
  max-height: calc(100vh - 8rem);
  max-width: 100%;
  object-fit: contain;
}
.lightbox__close,
.lightbox__previous,
.lightbox__next {
  align-items: center;
  background: rgb(0 0 0 / 58%);
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: var(--sans);
  justify-content: center;
  line-height: 1;
}
.lightbox__close:hover,
.lightbox__close:focus,
.lightbox__previous:hover,
.lightbox__previous:focus,
.lightbox__next:hover,
.lightbox__next:focus {
  background: var(--accent);
  outline: 2px solid #fff;
}
.lightbox__close {
  font-size: 2rem;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  z-index: 2;
}
.lightbox__previous,
.lightbox__next {
  font-size: 3rem;
  height: 58px;
  width: 58px;
}
.lightbox__previous { grid-column: 1; grid-row: 1; margin-right: 1rem; }
.lightbox__next { grid-column: 3; grid-row: 1; margin-left: 1rem; }
.lightbox__counter,
.lightbox__caption {
  color: #fff;
  font-family: var(--sans);
  margin: .4rem auto 0;
  text-align: center;
}
.lightbox__counter { grid-column: 2; grid-row: 2; font-size: .8rem; }
.lightbox__caption { grid-column: 2; grid-row: 3; max-width: 850px; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.media-block {
  width: min(var(--media-width, 100%), 100%);
}
.media-block.align-center { margin-left: auto; margin-right: auto; }
.media-block.align-right { margin-left: auto; margin-right: 0; }
.media-block.align-wide { margin-left: min(-5vw, -40px); width: calc(100% + min(10vw, 80px)); }
.media-block picture, .media-block img, .media-block video { display: block; width: 100%; }

.breadcrumbs { margin: 0 0 1.5rem; color: var(--muted); font: .85rem var(--sans); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: .4rem; }
.topic-kind { color: var(--muted); font: 700 .82rem var(--sans); letter-spacing: .04em; text-transform: uppercase; }
.content-columns {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
}
.content-callout {
  background: #f3f5f6;
  border-left: 5px solid #8a959d;
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
}
.content-callout--accent { background: #e9f7fa; border-left-color: var(--accent); }
.content-callout--info { background: #fff8db; border-left-color: #c99700; }
.content-callout > :first-child { margin-top: 0; }
.content-callout > :last-child { margin-bottom: 0; }
.video-embed {
  aspect-ratio: 16 / 9;
  background: #20252a;
  position: relative;
}
.video-embed iframe { border: 0; height: 100%; width: 100%; }
.video-consent {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}
.video-consent p { margin: 0 0 1rem; }
.video-consent a {
  color: #fff;
  font: .8rem var(--sans);
  margin-top: .8rem;
  text-decoration: underline;
}
.audio-block audio { width: 100%; }
.download-block {
  background: #f3f5f6;
  border: 1px solid var(--line);
  padding: 1rem 1.25rem;
}
.download-block a { display: block; font-weight: 700; }
.download-block small { color: var(--muted); }
.content-separator { border: 0; border-top: 2px solid var(--line); margin: 3rem 0; }
.post-footer {
  border-top: 1px solid var(--line);
  margin-top: 3rem;
  padding-top: 1.5rem;
}
.post-footer h2 { font-size: 1.25rem; }
.post-sharing,
.post-likes,
.related-posts { margin-bottom: 3rem; }
.post-sharing__links {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.post-sharing__links a,
.post-sharing__links button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--accent);
  cursor: pointer;
  display: inline-flex;
  font: 600 .9rem var(--sans);
  gap: .4rem;
  padding: .55rem .9rem;
  text-decoration: none;
}
.post-sharing__links a:hover,
.post-sharing__links button:hover {
  border-color: var(--accent);
  text-decoration: underline;
}
.share-icon {
  fill: none;
  flex: 0 0 auto;
  height: 1.05rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.05rem;
}
.share-icon--bluesky {
  fill: currentColor;
  stroke: none;
}
.post-like-form { max-width: 520px; }
.post-like-form > div {
  align-items: stretch;
  display: flex;
  gap: .5rem;
}
.post-like-form input { min-width: 0; }
.post-like-form button { white-space: nowrap; }
.post-like-form small {
  color: var(--muted);
  display: block;
  margin-top: .45rem;
}
.post-like-people {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: 1rem;
}
.post-like-person {
  align-items: center;
  display: inline-flex;
  font: 600 .78rem var(--sans);
  gap: .35rem;
}
.post-like-person__initial {
  align-items: center;
  background: #2db293;
  border: 3px solid #e8f7f3;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.post-like-more {
  color: var(--muted);
  font: 700 .8rem var(--sans);
  margin-left: .25rem;
}
.related-posts__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.related-posts__grid h3 {
  font-size: 1.05rem;
  margin: 0 0 .4rem;
}
.related-posts__grid time,
.related-posts__grid p {
  color: var(--muted);
  font-size: .8rem;
  margin: .25rem 0;
}
.post-author-card,
.author-page {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 2rem 0;
}
.post-author-card img,
.author-page img {
  border-radius: 50%;
  height: 84px;
  object-fit: cover;
  width: 84px;
}
.post-author-card h2,
.author-page h1 { margin-bottom: .35rem; }
.post-author-card__date {
  display: grid;
  gap: .5rem;
  font: .85rem var(--sans);
}
.author-page {
  border-bottom: 1px solid var(--line);
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 2rem;
}
.comments { border-top: 2px solid var(--line); margin-top: 3rem; padding-top: 1.5rem; }
.comment {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 52px 1fr;
  padding: 1.4rem 0 1.8rem;
}
.comment-avatar {
  align-items: center;
  background: #2db293;
  border: 5px solid #e8f7f3;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font: 700 1.1rem var(--sans);
  height: 48px;
  justify-content: center;
  width: 48px;
}
.comment-body { border-left: 1px solid var(--line); padding-left: 1.25rem; }
.comment-body header { margin-bottom: 1.5rem; }
.comment h3 { margin: 0; }
.comment p { margin: 0; }
.comment--reply { margin-left: 4rem; }
.comment-actions {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}
.comment-actions form { margin: 0; }
.comment-action {
  background: none;
  color: var(--accent);
  display: inline;
  font: 400 .82rem var(--sans);
  padding: 0;
}
button.comment-action:hover,
button.comment-action:focus { text-decoration: underline; }
.comment-action.is-liked { color: #268dad; }
.like-count {
  color: var(--muted);
  margin-left: .2rem;
}
#comment-form { scroll-margin-top: 1rem; }
.login-panel {
  margin: 0 auto;
  max-width: 540px;
}
.login-panel form { margin-top: 2rem; }
.form-error {
  background: #fff0f0;
  border-left: 4px solid #b42318;
  padding: .8rem 1rem;
}
form { max-width: 620px; }
label { display: block; font: 700 .9rem var(--sans); margin-bottom: .25rem; }
input, textarea, select {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: .7rem;
  font: inherit;
}
input[type="checkbox"] { width: auto; }
textarea { min-height: 180px; }
button {
  border: 0;
  background: var(--accent);
  color: white;
  padding: .7rem 1.15rem;
  font: 700 .9rem var(--sans);
  cursor: pointer;
}
.messages { max-width: 1040px; margin: -2rem auto 2rem; padding: .5rem 1rem; background: #e8f7fa; }
footer { max-width: 1040px; margin: 5rem auto 0; padding: 2rem 1rem; border-top: 1px solid var(--line); display: flex; gap: 1.25rem; align-items: center; font-size: .85rem; }
footer p { margin-right: auto; }

@media (max-width: 850px) {
  html { font-size: 17px; }
  .site-header { padding: 2rem 1rem; }
  .site-header--hero {
    background-position: 50% 50%;
    min-height: 420px;
  }
  .site-header__backdrop { background-position: 50% 50%; }
  .site-header__contained-image { object-position: 50% 50%; }
  .primary-nav {
    padding-inline: 3.7rem;
  }
  .header-search { right: 1rem; }
  .page-shell { grid-template-columns: 1fr; }
  aside { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 1rem; }
  main h1 { font-size: 2.15rem; }
}

@media (max-width: 520px) {
  .site-title { font-size: 1.8rem; }
  .site-header--hero { min-height: 360px; }
  .site-header--hero .avatar { height: 82px; width: 82px; }
  .primary-nav { min-height: 0; padding: 1rem; }
  .editor-bar__user,
  .editor-bar a:not(.editor-bar__primary) { display: none; }
  nav { gap: .8rem 1.1rem; }
  .post-card { grid-template-columns: 1fr; }
  .post-card img { width: 100%; height: auto; }
  .related-posts__grid { grid-template-columns: 1fr; }
  .post-author-card {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .post-author-card__date { grid-column: 2; }
  .post-like-form > div { align-items: stretch; flex-direction: column; }
  .archive-list li { display: block; }
  .archive-list time { display: block; }
  .gallery { grid-template-columns: 1fr; }
  .archive-search { grid-template-columns: 1fr; }
  .filter-options { grid-template-columns: 1fr; }
  .lightbox { padding: .75rem; }
  .lightbox__frame { grid-template-columns: 46px minmax(0, 1fr) 46px; }
  .lightbox__previous,
  .lightbox__next {
    font-size: 2.2rem;
    height: 42px;
    width: 42px;
  }
  .lightbox__previous { margin-right: .2rem; }
  .lightbox__next { margin-left: .2rem; }
  .lightbox__close { height: 42px; width: 42px; }
  .content-columns { grid-template-columns: 1fr; gap: 1rem; }
  .media-block.align-wide { margin-left: 0; width: 100%; }
  .comment--reply { margin-left: 1.25rem; }
  footer { align-items: flex-start; flex-wrap: wrap; }
  footer p { width: 100%; }
}
