html {
  scroll-behavior: smooth;
}

:root {
  --home-section-gap: 80px;
  --menu-yellow: #808080;
  --night-menu-blue: #808080;
  --menu-fg: #000;
  --viz-bg: #000;
  --viz-fg: #fff;
  --viz-line: rgba(255, 255, 255, .28);
  --semantic-3d-bg: #000;
  --semantic-3d-fg: #fff;
  --rail-width: 28px;
  --rail-hover-width: 46px;
  --rail-mobile-height: 30px;
  --site-body-size: clamp(18px, 1.6vw, 32px);
  --project-red: #ff2b1f;
}

html.light-off {
  background: #000;
  --viz-bg: #fff;
  --viz-fg: #000;
  --viz-line: rgba(0, 0, 0, .28);
  --semantic-3d-bg: #fff;
  --semantic-3d-fg: #000;
}

html.light-off body:not(.admin-body) {
  color: #fff;
  background: #000;
}

html.light-off img,
html.light-off video,
html.light-off iframe,
html.light-off canvas,
html.light-off .project-gallery-media {
  filter: none;
}

a:hover,
a:focus-visible {
  color: rgba(0, 0, 0, .95);
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[contenteditable="true"]:focus-visible {
  outline: 1px solid #000;
  outline-offset: 2px;
}

.local-loader {
  z-index: 2147482999;
  color: #fff;
  background: #000;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility .35s ease;
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 5vw;
}

.local-loader.is-done {
  opacity: 0;
  visibility: hidden;
}

.loader-brand,
.loader-percent {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: clamp(22px, 2vw, 38px);
  line-height: 1;
}

.loader-percent {
  align-self: center;
  justify-self: center;
  font-family: Free Sans, sans-serif;
}

.loader-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .28);
}

.loader-line span {
  width: 0;
  height: 100%;
  background: #fff;
  display: block;
}

@keyframes loader-bar {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes loader-up {
  to { transform: translateY(-100%); }
}

@keyframes loader-down {
  to { transform: translateY(100%); }
}

@keyframes loader-hide {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.nav,
.div-block-3 {
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.nav.is-open,
.div-block-3.is-open {
  opacity: 1;
  pointer-events: auto;
}

.nav.is-open {
  display: block;
}

.link-block {
  z-index: 100000000;
  position: fixed;
}

.dynamic-tag {
  font-size: calc(2.56vw * var(--tag-scale, 1));
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.dynamic-tag:hover {
  color: #fff;
  background-color: #0a0a0a;
  text-decoration: none;
  transform: translateY(-2px);
}

.collection-item-22 {
  min-height: 2.1vw;
  position: relative;
}

.collection-item-22:hover .archive-row-preview,
.collection-item-22:focus-within .archive-row-preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.archive-mobile {
  display: none;
}

.archive-page {
  padding-top: 85px;
  padding-bottom: 100px;
}

.index-page {
  padding-top: 70px;
  padding-bottom: 100px;
}

.index-page-title {
  margin-top: 0;
}

.index-page .tag-map {
  padding-top: 30px;
}

.index-page .authors-strip {
  padding-bottom: 0;
}

.archive-header {
  inset: auto;
}

.authors-home-title {
  clear: both;
  padding-top: var(--home-section-gap);
}

.authors-home-section {
  margin-top: 0;
  padding-bottom: 5vh;
}

.home-archive-section {
  margin-bottom: 0;
}

.home-tag-title .paragraph.ddd a:hover,
.home-tag-title .paragraph.ddd a:focus-visible,
.home-archive-title .paragraph.ddd a:hover,
.home-archive-title .paragraph.ddd a:focus-visible,
.authors-home-title .paragraph.ddd a:hover,
.authors-home-title .paragraph.ddd a:focus-visible,
.home-projects-title .paragraph.ddd a:hover,
.home-projects-title .paragraph.ddd a:focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .08em;
  text-decoration-skip-ink: none;
}

.authors-strip {
  padding: 0 0 80px;
}

.authors-strip .collection-list-wrapper-9 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.authors-strip .collection-list-4 {
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.authors-strip .collection-item-16 {
  margin-left: 10px;
  margin-right: 10px;
  border-top: 1px solid #000;
}

.authors-strip .link-19 {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}

.home-projects-title {
  clear: both;
  color: #000;
  background-color: #fff;
  border-top: 0;
}

.home-projects-index {
  margin-top: 0;
  padding: 0 5vw var(--home-section-gap);
  color: #000;
  background-color: #fff;
}

.home-projects-index .project-row,
.projects-body .project-row {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--site-body-size);
  line-height: 1.5;
}

.home-projects-index .project-row > span:not(.project-row-preview),
.projects-body .project-row > span:not(.project-row-preview) {
  line-height: 1.5;
}

.subscribe-form {
  color: #000;
  background-color: #fff;
  border-color: #000;
  padding-left: 5vw;
  padding-right: 5vw;
}

.subscribe-form .heading,
.subscribe-form .heading.white {
  color: #000;
}

.subscribe-form-flex {
  width: min(620px, 100%);
  margin: 20px auto 0;
  align-items: stretch;
}

.subscribe-form-input-wrapper {
  flex: 1 1 320px;
}

.subscribe-form-input {
  width: 100%;
  min-height: 38px;
  color: #000;
  background-color: transparent;
  border-color: #000;
  margin: 0;
}

.submit-button {
  min-height: 38px;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  margin: 0;
  padding: 6px 18px;
  font-size: clamp(16px, 1.35vw, 24px);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.submit-button:hover,
.submit-button:focus-visible {
  color: #000;
  background-color: #fff;
}

.taxonomy-heading {
  padding-top: 85px;
}

.taxonomy-description {
  padding-left: 14vw;
  padding-right: 14vw;
}

.tag-map {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  min-height: 42vw;
  padding: 5vw;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
  overflow: hidden;
}

.tag-node {
  color: #000;
  border: 1px solid #000;
  border-radius: 999px;
  padding: .1em .55em .18em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: calc(1.92vw * var(--s, 1));
  line-height: 1;
  transform: translateY(calc((var(--d, 0) - 3) * .65vw));
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.tag-node span {
  vertical-align: super;
  margin-left: .25em;
  font-family: Free Sans, sans-serif;
  font-size: .25em;
}

.tag-node:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  transform: translateY(calc((var(--d, 0) - 3) * .65vw - 4px));
}

.dynamic-info-grid {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 120px;
}

.compact-tags .link-7 {
  font-size: 1.36vw;
}

.rich-text-block-4 img,
.rich-editor img {
  max-width: 100%;
  height: auto;
}

.rich-text-block-4 figure,
.rich-editor figure {
  margin: 50px auto;
  text-align: center;
}

.rich-text-block-4 figure:not(.gallery),
.rich-editor figure:not(.gallery) {
  width: min(100%, 760px);
}

.rich-text-block-4 figure.media-align-left,
.rich-editor figure.media-align-left {
  width: min(72%, 640px);
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.rich-text-block-4 figure.media-align-right,
.rich-editor figure.media-align-right {
  width: min(72%, 640px);
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.rich-text-block-4 figure.media-align-wide,
.rich-editor figure.media-align-wide {
  width: 100%;
  max-width: none;
}

.rich-editor figure.is-selected {
  outline: 1px solid #000;
  outline-offset: 5px;
}

.rich-text-block-4 .gallery,
.rich-editor .gallery {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  display: grid;
}

.footnote-ref {
  appearance: none;
  display: inline;
  color: #000;
  background: transparent;
  border: 0;
  margin: 0 .04em;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.footnote-ref sup {
  font-family: Free Sans, sans-serif;
  font-size: .42em;
  font-weight: 700;
  line-height: 0;
}

.footnote-ref:hover,
.footnote-ref:focus-visible {
  color: rgba(0, 0, 0, .95);
  text-decoration: none;
}

.footnote-drawer {
  z-index: 99999997;
  max-height: min(40vh, 340px);
  color: #000;
  background: #fff;
  border-top: 1px solid #000;
  box-shadow: 0 -2px 3px #00000024;
  transform: translateY(100%);
  transition: transform .18s ease;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.footnote-drawer.is-open {
  transform: translateY(0);
}

.footnote-drawer-header {
  min-height: 42px;
  border-bottom: 1px solid #000;
  padding: 8px 14vw;
  font-family: Free Sans, sans-serif;
  font-size: clamp(14px, 1.1vw, 18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 0;
  background: #fff;
}

.footnote-drawer-header button {
  color: #000;
  background: transparent;
  border: 0;
  border-left: 1px solid #000;
  padding: 0 0 0 16px;
  font: inherit;
  cursor: pointer;
}

.footnote-drawer-body {
  padding: 18px 14vw 24px;
  font-family: Free Sans, sans-serif;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.28;
}

.footnote-content,
.footnote-content p,
.footnote-content li,
.footnote-content blockquote {
  font: inherit;
  font-size: inherit;
  line-height: inherit;
}

.footnote-content p {
  margin-top: 0;
}

.collection-list-wrapper-2,
.collection-list-wrapper {
  justify-content: center;
}

.collection-list-2,
.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  margin-right: 0;
}

.collection-item-5 {
  display: inline-flex;
}

.text-block-12,
.text-block-11 {
  white-space: normal;
}

.post-media.has-cover .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-media.no-cover {
  min-height: clamp(190px, 24vw, 430px);
}

.rich-text-block-4 > :first-child {
  margin-top: 0;
}

.rich-text-block-4 {
  font-size: clamp(20px, 1.8vw, 34px);
  line-height: 1.28;
}

.div-block-11 {
  margin-bottom: 70px;
}

.admin-body {
  background-color: #fff;
}

.admin-shell {
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 240px 1fr;
}

.admin-sidebar {
  border-right: 1px solid #000;
  padding: 20px;
  position: sticky;
  top: 50px;
  height: calc(100vh - 50px);
}

.admin-brand {
  margin-bottom: 30px;
  font-size: 2.3vw;
  line-height: .9;
  display: block;
}

.admin-tab,
.admin-save,
.admin-new,
.admin-save-local,
.editor-toolbar button {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin: 0 0 8px;
  padding: 8px 10px;
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.admin-tab,
.admin-save {
  width: 100%;
  text-align: left;
  display: block;
}

.admin-tab.is-active,
.admin-save:hover,
.admin-new:hover,
.admin-save-local:hover,
.editor-toolbar button:hover {
  color: #fff;
  background: #000;
}

.admin-status {
  min-height: 24px;
  margin-top: 12px;
  font-family: Free Sans, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.admin-panel {
  grid-template-columns: 320px 1fr;
  gap: 20px;
  padding: 20px;
  display: none;
}

.admin-panel.is-active {
  display: grid;
}

.admin-list {
  border-right: 1px solid #000;
  padding-right: 20px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.admin-list button {
  width: 100%;
  color: #000;
  text-align: left;
  background: #fff;
  border: 0;
  border-top: 1px solid #000;
  padding: 8px 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 1.1;
  cursor: pointer;
}

.admin-list button.is-active {
  color: #d5573b;
}

.admin-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.admin-form.compact {
  align-content: start;
}

.admin-form label {
  font-family: Free Sans, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  display: block;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 38px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 5px;
  padding: 8px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
}

.admin-form select[multiple] {
  min-height: 140px;
}

.admin-form textarea {
  min-height: 160px;
}

.file-line,
.editor-toolbar,
.rich-editor,
.editor-files,
.admin-new,
.admin-save-local {
  grid-column: 1 / -1;
}

.editor-toolbar {
  border-top: 1px solid #000;
  padding-top: 12px;
}

.rich-editor {
  border: 1px solid #000;
  min-height: 50vh;
  padding: 24px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 21px;
  line-height: 1.35;
  overflow: auto;
}

.editor-files {
  display: none;
}

@media screen and (max-width: 991px) {
  .dynamic-tag {
    font-size: calc(3.84vw * var(--tag-scale, 1));
  }

  .tag-node {
    font-size: calc(3.2vw * var(--s, 1));
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    z-index: 3;
    border-right: 0;
    border-bottom: 1px solid #000;
    height: auto;
    position: static;
  }

  .admin-brand {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .archive-desktop {
    display: none;
  }

  .archive-mobile {
    display: block;
    margin-bottom: 70px;
  }

  .tag-map {
    min-height: 70vw;
  }

  .compact-tags .link-7 {
    font-size: 2.88vw;
  }

  .admin-panel.is-active {
    grid-template-columns: 1fr;
  }

  .admin-list {
    border-right: 0;
    border-bottom: 1px solid #000;
    max-height: 260px;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .admin-form {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    top: 58px;
  }

  .dynamic-tag {
    font-size: calc(4.48vw * var(--tag-scale, 1));
  }

  .tag-node {
    font-size: calc(5.12vw * var(--s, 1));
  }

  .rich-text-block-4 {
    margin-left: 6vw;
    margin-right: 6vw;
    font-size: 18px;
    line-height: 1.35;
  }

  .footnote-drawer-header,
  .footnote-drawer-body {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

body:not(.admin-body) {
  padding-bottom: 0;
}

.site-header-trigger {
  z-index: 2147483001;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.site-header-trigger:hover,
.site-header-trigger:focus-visible {
  color: #000;
  text-decoration: none;
}

.site-header-trigger .hero-row {
  width: 100%;
  min-height: 50px;
  height: 50px;
  border-top-width: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: static;
}

.site-header-trigger .link-6 {
  padding-top: 0;
  font-size: var(--site-body-size);
  line-height: 1;
  display: block;
  user-select: none;
}

.site-header-trigger .dddddsddddds {
  text-align: right;
}

.menu-rail {
  z-index: 2147482997;
  width: var(--rail-width);
  color: var(--menu-fg);
  background: var(--menu-yellow);
  border: 0;
  border-left: 1px solid #000;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transition: width .22s ease;
}

.light-switch {
  z-index: 2147482996;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  position: fixed;
  left: calc(var(--rail-width) + 14px);
  bottom: 18px;
  display: grid;
  place-items: center;
}

.light-switch:hover,
.light-switch:focus-visible {
  color: #000;
  background: #fff;
  border-color: #000;
}

.light-switch-icon {
  width: 18px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  display: block;
  position: relative;
}

.light-switch-icon::before {
  content: "";
  width: 9px;
  height: 18px;
  background: currentColor;
  border-radius: 999px 0 0 999px;
  position: absolute;
  top: -1.5px;
  left: -1.5px;
}

.home-return-rail {
  z-index: 2147482996;
  height: 50px;
  color: #000;
  background: #fff;
  border-top: 1px solid #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: var(--rail-width);
  right: var(--rail-width);
  bottom: 0;
}

.home-return-rail span {
  font-family: Free Sans, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.home-return-rail:hover,
.home-return-rail:focus-visible {
  color: rgba(0, 0, 0, .95);
  background: #fff;
  text-decoration: none;
}

body:not(.admin-body):has(.home-return-rail) {
  padding-bottom: 50px;
}

body:not(.admin-body):has(.home-return-rail) .light-switch {
  bottom: 68px;
}

body:not(.admin-body):has(.home-return-rail) .footnote-drawer {
  bottom: 50px;
}


.menu-rail:hover,
.menu-rail:focus-visible {
  width: var(--rail-hover-width);
}

.menu-rail:focus-visible {
  outline: 1px solid #000;
  outline-offset: -1px;
}

.menu-rail .rail-icon {
  position: absolute;
  top: 50%;
  right: calc((var(--rail-width) - 16px) / 2);
  transform: translateY(-50%);
}

.data-viz-rail {
  z-index: 2147482997;
  width: var(--rail-width);
  color: #fff;
  background: #000;
  border: 0;
  border-right: 1px solid #000;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width .22s ease;
}

.data-viz-rail:hover,
.data-viz-rail:focus-visible {
  width: var(--rail-hover-width);
}

.data-viz-rail:focus-visible {
  outline: 1px solid #000;
  outline-offset: -1px;
}

.data-viz-rail .rail-icon {
  position: absolute;
  top: 50%;
  left: calc((var(--rail-width) - 16px) / 2);
  transform: translateY(-50%);
}

.rail-icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}

.rail-icon-info {
  border: 1px solid currentColor;
  border-radius: 999px;
}

.rail-icon-info::before {
  content: "i";
  width: 100%;
  height: 100%;
  font-family: Free Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  display: block;
}

.rail-icon-map {
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  transform: rotate(-8deg);
}

.rail-icon-map::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-radius: 999px 999px 999px 0;
  background: currentColor;
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(-45deg);
}

.rail-icon-map::after {
  content: "";
  height: 1px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 3px;
}

.section-3 {
  margin-top: 50px;
}

.section.ddd.sssskj .paragraph.ddd {
  padding-top: 16px;
  padding-bottom: 10px;
}

.div-block-6 {
  display: none !important;
  z-index: 99999998;
  grid-template-columns: .9fr .7fr .8fr 1.45fr .65fr;
  height: 50px;
  padding-top: 0;
  align-items: center;
  box-shadow: 0 -2px 3px #00000024;
}

.div-block-6 a {
  min-width: 0;
  line-height: 1;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  text-wrap: balance;
}

.div-block-6 a:first-child {
  text-align: left;
}

.div-block-6 a:last-child {
  text-align: right;
}

.collection-list-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 10px;
}

.collection-item-6 {
  display: block;
}

.dynamic-tag,
.compact-tags .link-7 {
  border-radius: 999px;
  margin: 0;
  padding: .03em .36em .1em;
  font-size: clamp(27px, 2.56vw, 50px);
  line-height: 1.05;
  white-space: nowrap;
}

.dynamic-tag:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  transform: none;
}

.tag-map {
  min-height: 0;
  padding: 70px 5vw 110px;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px 14px;
  overflow: visible;
}

.home-tag-map {
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: var(--home-section-gap);
}

.home-tag-map .tag-node {
  font-size: clamp(23px, 2.64vw, 45px);
}

.tag-node {
  border-radius: 999px;
  padding: .03em .36em .1em;
  font-size: clamp(27px, 3.33vw, 59px);
  line-height: 1.05;
  white-space: nowrap;
  transform: none;
}

.tag-node:hover {
  text-decoration: none;
  transform: none;
}

.tag-node span {
  font-size: .28em;
}

.div-block-11 {
  position: static;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 5vw 70px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-shadow: none;
}

.post-sticky-meta {
  z-index: 99999996;
  height: auto;
  min-height: 42px;
  margin: 50px 0 0;
  padding: 8px 5vw 7px;
  background-color: #fff;
  border-top: 0;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 2px #0000001a;
  display: grid;
  grid-template-columns: .6fr 1.2fr .6fr;
  gap: 16px;
  align-items: center;
  position: sticky;
  top: 50px;
}

.post-sticky-meta .link-16,
.post-sticky-meta .source,
.post-sticky-meta .text-block-17 {
  min-width: 0;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: clamp(16px, 1.5vw, 28px);
  font-weight: 400;
  line-height: 1.08;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-sticky-meta .link-16 {
  text-align: center;
}

.post-sticky-meta .source {
  text-align: right;
  text-decoration: none;
}

.admin-shell {
  grid-template-columns: 300px minmax(0, 1fr);
  padding-top: 80px;
}

.admin-sidebar {
  top: 50px;
}

.admin-brand {
  max-width: 220px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: .95;
}

.admin-panel {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
}

.admin-form {
  align-content: start;
}

.admin-form select[name="year"] {
  min-height: 38px;
}

.taxonomy-field {
  grid-column: 1 / -1;
}

.choice-grid {
  min-height: 92px;
  max-height: 190px;
  border: 1px solid #000;
  margin-top: 5px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 6px;
  overflow: auto;
}

.choice-pill {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 5px 8px;
  font-family: Free Sans, sans-serif;
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.choice-pill input {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  accent-color: #000;
}

.choice-pill.is-selected {
  color: #fff;
  background: #000;
}

.choice-empty {
  font-family: Free Sans, sans-serif;
  font-size: 13px;
}

.rich-editor {
  font-size: 19px;
}

@media screen and (max-width: 991px) {
  .section.ddd.sssskj .paragraph.ddd {
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .dynamic-tag,
  .compact-tags .link-7 {
    font-size: clamp(29px, 5.44vw, 51px);
  }

  .tag-map {
    padding-top: 40px;
    padding-bottom: 90px;
    gap: 12px;
  }

  .tag-node {
    font-size: clamp(27px, 5.6vw, 56px);
  }

  .home-tag-map .tag-node {
    font-size: clamp(26px, 5.04vw, 46px);
  }

  .archive-desktop {
    display: none !important;
  }

  .archive-mobile {
    width: 100%;
    margin: 0 0 70px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block !important;
  }

  .collection-item-24 {
    border-top: 1px solid #000;
    padding: 10px 0;
  }

  .text-block-23 {
    font-size: clamp(22px, 3.8vw, 34px);
    line-height: 1.1;
  }

  .link-29 {
    font-size: clamp(28px, 4.8vw, 42px);
    line-height: 1.1;
    display: block;
  }

  .text-block-24 {
    font-size: clamp(16px, 2.9vw, 24px);
    line-height: 1.2;
  }

  .admin-shell {
    grid-template-columns: 1fr;
    padding-top: 62px;
  }

  .admin-sidebar {
    padding: 16px 20px;
    position: static;
  }

  .admin-brand {
    font-size: 30px;
  }

  .authors-strip .collection-list-4 {
    grid-template-columns: 1fr;
    display: block;
  }

  .authors-strip .link-19 {
    font-size: clamp(28px, 6vw, 48px);
  }

  .section-3 > .paragraph.d {
    font-size: clamp(28px, 6vw, 48px);
    line-height: 1.2;
  }

  .subscribe-form-flex {
    flex-direction: column;
    gap: 8px;
  }

  .subscribe-form-input-wrapper {
    flex-basis: auto;
  }

  .submit-button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .dynamic-tag,
  .compact-tags .link-7 {
    font-size: clamp(20px, 5.76vw, 30px);
  }

  .tag-node {
    font-size: clamp(20px, 5.76vw, 30px);
  }

  .home-tag-map .tag-node {
    font-size: clamp(22px, 6.34vw, 33px);
  }

  .archive-mobile {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-29 {
    font-size: clamp(25px, 7.5vw, 34px);
  }

  .text-block-23 {
    font-size: clamp(20px, 6.4vw, 28px);
  }

  .text-block-24 {
    font-size: clamp(14px, 4.6vw, 20px);
  }
}

body.menu-open {
  overflow: hidden;
}

body.data-viz-open {
  overflow: hidden;
}

.nav {
  z-index: 2147483000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  padding: clamp(34px, 5vw, 76px) 5vw;
  opacity: 1;
  color: var(--menu-fg);
  background: var(--menu-yellow);
  pointer-events: none;
  display: block;
  overflow: auto;
  position: fixed;
  inset: 0;
  transform: translateX(100%);
  transition: transform .34s cubic-bezier(.77, 0, .18, 1);
}

.nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.div-block-3,
.div-block-3.is-open {
  display: none;
}

.nav-link2 {
  color: var(--menu-fg);
  font-size: clamp(32px, 3.1vw, 62px);
  line-height: 1.18;
}

.nav-link2:hover,
.nav-link2:focus-visible {
  color: rgba(0, 0, 0, .72);
}

.nav .close-icon {
  filter: none;
}

.nav .field-label-8,
.nav .search-input-2 {
  color: var(--menu-fg);
}

.nav .search-input-2,
.nav .search-button-2 {
  border-color: var(--menu-fg);
}

.nav .search-input-2 {
  background: transparent;
}

.nav .search-button-2 {
  color: var(--menu-yellow);
  background: var(--menu-fg);
}

.nav-link2.primo {
  padding-bottom: min(12vh, 120px);
  font-size: clamp(32px, 3.1vw, 62px);
}

.close {
  z-index: 1;
}

.nav .search-2.ddd {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  border-top: 1px solid var(--menu-fg);
  margin: clamp(24px, 8vh, 96px) 0 0;
  padding-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: end;
  position: static;
}

.nav .field-label-8 {
  grid-column: 1 / -1;
  margin: 0;
  line-height: 1;
}

.nav .search-input-2 {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  border: 1px solid var(--menu-fg);
  padding: 6px 10px;
  margin: 0;
}

.nav .search-button-2 {
  width: auto;
  min-height: 40px;
  border: 1px solid var(--menu-fg);
  padding: 6px 18px;
  margin: 0;
  white-space: nowrap;
}

.editor-dropzone,
.admin-delete {
  grid-column: 1 / -1;
}

.editor-dropzone {
  min-height: 54px;
  border: 1px dashed #000;
  padding: 14px;
  font-family: Free Sans, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editor-dropzone.is-dragging,
.rich-editor.is-dragging {
  background-color: #fcff52;
}

.admin-delete {
  color: #d5573b;
  background: #fff;
  border: 1px solid #d5573b;
  border-radius: 0;
  margin: 0 0 8px;
  padding: 8px 10px;
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.admin-delete:hover {
  color: #fff;
  background: #d5573b;
}

.data-viz-body {
  background-color: var(--viz-bg);
}

.data-viz-body .site-header-trigger {
  color: var(--viz-fg);
  background-color: var(--viz-bg);
  border-bottom-color: var(--viz-fg);
}

.data-viz-body .site-header-trigger .link-6 {
  color: var(--viz-fg);
}

.data-viz-heading {
  padding-bottom: 0;
}

.data-viz-page {
  color: var(--viz-fg);
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 0;
  background-color: var(--viz-bg);
  position: relative;
}

.data-viz-panel {
  z-index: 2147483000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: var(--viz-bg);
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform .34s cubic-bezier(.77, 0, .18, 1);
}

.data-viz-panel.is-open {
  pointer-events: auto;
  transform: translateX(0);
}

.semantic-viz-panel {
  z-index: 2147483005;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: 100dvh;
}

.semantic-viz-panel .data-viz-page {
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 0;
}

.semantic-viz-panel .semantic-viz-page .data-viz-viewport {
  height: 100vh;
  height: 100dvh;
  min-height: 0;
}

.semantic-viz-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--semantic-3d-bg);
  display: block;
}

.semantic-panel-loader {
  z-index: 7;
  color: var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 5vw;
}

.semantic-viz-panel.is-loading .semantic-panel-loader {
  opacity: 1;
  visibility: visible;
}

.semantic-panel-loader-percent {
  align-self: center;
  justify-self: center;
  font-family: Free Sans, sans-serif;
  font-size: clamp(22px, 2vw, 38px);
  line-height: 1;
}

.semantic-panel-loader-line {
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--semantic-3d-fg) 28%, transparent);
}

.semantic-panel-loader-line span {
  width: 0;
  height: 100%;
  background: var(--semantic-3d-fg);
  display: block;
}

.data-viz-close {
  z-index: 8;
  width: 50px;
  height: 50px;
  color: var(--viz-fg);
  background: var(--viz-bg);
  border: 0;
  border-left: 1px solid var(--viz-fg);
  border-bottom: 1px solid var(--viz-fg);
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: Free Sans, sans-serif;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.data-viz-close:hover,
.data-viz-close:focus-visible {
  color: var(--viz-bg);
  background: var(--viz-fg);
}

.data-viz-page-panel {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.data-viz-page-panel .data-viz-viewport {
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
}

.data-viz-toolbar {
  z-index: 5;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  position: absolute;
  top: 66px;
  right: 5vw;
}

.data-viz-page-panel .data-viz-toolbar {
  top: 16px;
}

.data-viz-actions {
  background: var(--viz-bg);
  border: 1px solid var(--viz-fg);
  display: flex;
  flex: 0 0 auto;
  pointer-events: auto;
}

.data-viz-actions button {
  min-width: 44px;
  min-height: 38px;
  color: var(--viz-fg);
  background: var(--viz-bg);
  border: 0;
  border-right: 1px solid var(--viz-fg);
  border-radius: 0;
  padding: 6px 12px;
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.data-viz-actions button:last-child {
  border-right: 0;
}

.data-viz-actions button:hover {
  color: var(--viz-bg);
  background: var(--viz-fg);
}

.data-viz-viewport {
  height: calc(100vh - 100px);
  min-height: 520px;
  background-color: var(--viz-bg);
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}

.data-viz-viewport.is-dragging {
  cursor: grabbing;
}

.data-viz-canvas {
  width: var(--viz-width, 2200px);
  height: var(--viz-height, 1450px);
  position: relative;
  transform-origin: 0 0;
  will-change: transform;
}

.data-viz-network {
  width: var(--viz-width, 2200px);
  height: var(--viz-height, 1450px);
  position: relative;
}

.data-viz-link-layer {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  inset: 0;
}

.data-viz-link {
  fill: none;
  pointer-events: none;
}

.data-viz-article-link {
  stroke: var(--viz-fg);
  stroke-width: 1;
  stroke-opacity: .28;
}

.data-viz-map-node {
  color: var(--viz-fg);
  text-decoration: none;
  position: absolute;
  left: calc(var(--node-x, 0) * 1px);
  top: calc(var(--node-y, 0) * 1px);
  transform: translate(-50%, -50%);
  will-change: transform;
  cursor: grab;
  touch-action: none;
}

.data-viz-map-node.is-dragging-node {
  cursor: grabbing;
  z-index: 10;
}

.data-viz-map-tag {
  z-index: 2;
  background: var(--viz-bg);
  border: 1px solid var(--viz-fg);
  border-radius: 999px;
  padding: .03em .36em .1em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 59px;
  line-height: 1.05;
  white-space: nowrap;
}

.data-viz-map-tag span {
  vertical-align: super;
  margin-left: .25em;
  font-family: Free Sans, sans-serif;
  font-size: .25em;
}

.data-viz-map-tag:hover,
.data-viz-map-tag:focus-visible {
  color: var(--viz-bg);
  background: var(--viz-fg);
  text-decoration: none;
}

.data-viz-map-article {
  z-index: 1;
  max-width: 280px;
  padding-left: 18px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
}

.data-viz-map-article::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid var(--viz-fg);
  border-radius: 999px;
  background: var(--viz-bg);
  position: absolute;
  left: 0;
  top: .32em;
}

.data-viz-map-article:hover,
.data-viz-map-article:focus-visible {
  color: rgba(255, 255, 255, .95);
  text-decoration: none;
}

.data-viz-article-author {
  font-family: Free Sans, sans-serif;
  font-size: .55em;
  line-height: 1.1;
  display: block;
}

.data-viz-article-title {
  display: block;
}

.semantic-viz-body,
.semantic-viz-page,
.semantic-viz-network {
  color: var(--viz-fg);
  background: var(--viz-bg);
}

.semantic-link {
  stroke: var(--viz-fg);
  stroke-width: .7;
  stroke-opacity: .16;
}

.semantic-co-link {
  stroke-width: calc(.8px + var(--line-strength, 1) * .28px);
  stroke-opacity: calc(.16 + var(--line-strength, 1) * .035);
}

.semantic-doc-link {
  stroke-dasharray: 1 8;
  stroke-linecap: round;
}

.semantic-node {
  color: var(--viz-fg);
}

.semantic-concept {
  z-index: 3;
  border: 0;
  border-top: 1px solid var(--viz-fg);
  border-bottom: 1px solid var(--viz-fg);
  background: transparent;
  padding: .05em .08em .12em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--semantic-size, 62px);
  line-height: .96;
  white-space: nowrap;
}

.semantic-concept::before {
  content: "";
  width: .16em;
  height: .16em;
  border: 1px solid var(--viz-fg);
  border-radius: 999px;
  position: absolute;
  top: -.12em;
  left: -.28em;
}

.semantic-phrase {
  z-index: 4;
  max-width: 280px;
  border: 1px solid var(--viz-fg);
  border-radius: 0;
  background: var(--viz-bg);
  padding: .32em .5em .38em;
  font-family: Free Sans, sans-serif;
  font-size: var(--semantic-size, 18px);
  line-height: 1.05;
  text-align: center;
  text-transform: lowercase;
}

.semantic-entry {
  z-index: 2;
  width: 260px;
  border-top: 1px solid var(--viz-fg);
  padding-top: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  line-height: 1.04;
}

.semantic-project {
  border-top-style: double;
  padding-left: 10px;
}

.semantic-entry span {
  font-family: Free Sans, sans-serif;
  font-size: .52em;
  line-height: 1.1;
  display: block;
}

.semantic-meta-node,
.semantic-year-node {
  z-index: 1;
  border: 1px solid var(--viz-fg);
  border-radius: 999px;
  background: var(--viz-bg);
  padding: .2em .55em .24em;
  font-family: Free Sans, sans-serif;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}

.semantic-concept:hover,
.semantic-concept:focus-visible,
.semantic-phrase:hover,
.semantic-phrase:focus-visible,
.semantic-entry:hover,
.semantic-entry:focus-visible,
.semantic-meta-node:hover,
.semantic-meta-node:focus-visible,
.semantic-year-node:hover,
.semantic-year-node:focus-visible {
  color: var(--viz-bg);
  background: var(--viz-fg);
  text-decoration: none;
}

.semantic-concept:hover::before,
.semantic-concept:focus-visible::before {
  border-color: var(--viz-bg);
}

.semantic-ai-network {
  color: #fff;
  background: #000;
}

.semantic-ai-link {
  stroke: #fff;
  stroke-width: calc(.55px + var(--semantic-strength, .2) * 1.2px);
  stroke-opacity: calc(.08 + var(--semantic-strength, .2) * .16);
}

.semantic-ai-topic-link {
  stroke: #fff;
  stroke-width: calc(.8px + var(--semantic-strength, .2) * 1.8px);
  stroke-opacity: calc(.1 + var(--semantic-strength, .2) * .2);
}

.semantic-ai-topic {
  z-index: 3;
  width: calc(var(--topic-r, 200px) * 2);
  height: calc(var(--topic-r, 200px) * 2);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  padding: calc(var(--topic-r, 200px) * .18);
  color: #fff;
  background: #707070;
  overflow: hidden;
  text-align: center;
  white-space: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.semantic-ai-topic strong {
  max-width: 88%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: clamp(20px, calc(var(--topic-r, 200px) * .105), 34px);
  font-weight: 400;
  line-height: .98;
  display: block;
}

.semantic-ai-topic small {
  opacity: .82;
  font-family: Free Sans, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.semantic-ai-topic-terms {
  max-width: 86%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 8px;
}

.semantic-ai-topic-terms span {
  opacity: .88;
  font-family: Free Sans, sans-serif;
  font-size: clamp(10px, calc(var(--topic-r, 200px) * .043), 15px);
  line-height: 1.05;
}

.semantic-ai-topic-phrases {
  max-width: 82%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.semantic-ai-topic-phrases em {
  border-top: 1px solid rgba(255, 255, 255, .38);
  padding-top: 3px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: clamp(12px, calc(var(--topic-r, 200px) * .052), 18px);
  font-style: normal;
  line-height: 1.02;
}

.semantic-ai-document {
  z-index: 2;
  width: 210px;
  border-top: 1px solid rgba(255, 255, 255, .72);
  padding-top: 4px;
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 17px;
  line-height: 1.04;
  white-space: normal;
}

.semantic-ai-document span {
  opacity: .82;
  margin-bottom: 2px;
  font-family: Free Sans, sans-serif;
  font-size: 10px;
  line-height: 1.1;
  display: block;
}

.semantic-ai-topic:hover,
.semantic-ai-topic:focus-visible,
.semantic-ai-document:hover,
.semantic-ai-document:focus-visible {
  color: #000;
  background: #fff;
  text-decoration: none;
}

.semantic-viz-page .data-viz-toolbar {
  display: none;
}

.semantic-viz-body .site-header-trigger {
  display: none;
}

.semantic-viz-body .data-viz-page,
.semantic-viz-page {
  padding-top: 0;
}

.semantic-viz-page .data-viz-viewport {
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  background: var(--semantic-3d-bg);
  cursor: default;
}

.semantic-viz-page .data-viz-canvas {
  width: 100%;
  height: 100%;
  transform: none !important;
}

.semantic-3d-stage {
  width: 100%;
  height: 100%;
  color: var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  overflow: hidden;
  position: relative;
  cursor: grab;
  touch-action: none;
}

.semantic-3d-stage.is-loading::before,
.semantic-3d-stage.is-loading::after {
  content: "";
  z-index: 9;
  position: absolute;
  left: 5vw;
  right: 5vw;
  bottom: 5vw;
  height: 1px;
  background: var(--semantic-3d-fg);
}

.semantic-3d-stage.is-loading::before {
  opacity: .25;
}

.semantic-3d-stage.is-loading::after {
  right: auto;
  width: 22%;
  animation: semantic-loading 1.15s ease-in-out infinite alternate;
}

.semantic-3d-stage.has-loading-error::before {
  content: "Errore caricamento mappa semantica";
  z-index: 9;
  color: var(--semantic-3d-fg);
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  position: absolute;
  left: 5vw;
  bottom: 5vw;
}

@keyframes semantic-loading {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(68vw);
  }
}

.semantic-3d-stage.is-dragging {
  cursor: grabbing;
}

.semantic-3d-canvas {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--semantic-3d-bg);
}

.semantic-3d-toolbar {
  z-index: 6;
  border: 1px solid var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  display: flex;
  position: absolute;
  top: 16px;
  right: 5vw;
}

.semantic-3d-layer-toggle {
  z-index: 6;
  border: 1px solid var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  display: flex;
  position: absolute;
  top: 16px;
  left: 5vw;
}

.semantic-3d-toolbar button {
  min-width: 44px;
  min-height: 38px;
  color: var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  border: 0;
  border-right: 1px solid var(--semantic-3d-fg);
  border-radius: 0;
  padding: 6px 12px;
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.semantic-3d-layer-toggle button {
  min-width: 62px;
  min-height: 38px;
  color: var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  border: 0;
  border-radius: 0;
  padding: 6px 14px;
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.semantic-3d-layer-toggle button[aria-pressed="false"] {
  opacity: .45;
}

.semantic-3d-toolbar button:last-child {
  border-right: 0;
}

.semantic-3d-layer-toggle button:hover,
.semantic-3d-layer-toggle button:focus-visible,
.semantic-3d-toolbar button:hover,
.semantic-3d-toolbar button:focus-visible {
  color: var(--semantic-3d-bg);
  background: var(--semantic-3d-fg);
}

.semantic-3d-tooltip {
  z-index: 7;
  width: min(420px, calc(100vw - 32px));
  color: var(--semantic-3d-bg);
  background: var(--semantic-3d-fg);
  border: 1px solid var(--semantic-3d-bg);
  border-radius: 999px;
  padding: 18px 32px 20px;
  font-family: Free Sans, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  pointer-events: none;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .12s ease, transform .12s ease;
  position: absolute;
  left: 0;
  top: 0;
}

.semantic-3d-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.semantic-3d-tooltip strong {
  margin-bottom: 6px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.semantic-3d-tooltip span {
  display: block;
}

.semantic-ai-topic:hover .semantic-ai-topic-phrases em,
.semantic-ai-topic:focus-visible .semantic-ai-topic-phrases em {
  border-top-color: rgba(0, 0, 0, .45);
}

.projects-body,
.project-detail-body {
  color: #fff;
  background-color: #000;
}

.projects-page {
  padding: 70px 0 90px;
  color: #fff;
  background-color: #000;
}

.project-detail-page {
  --project-text-size: clamp(22px, 2vw, 38px);
  --project-panel-height: calc(100vh - 100px);
  padding: 50px 0;
  color: #fff;
  background-color: #000;
}

.project-detail-body {
  color: #fff;
  background-color: #000;
}

.project-detail-layout {
  min-height: var(--project-panel-height);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.project-detail-text {
  min-width: 0;
  padding: 16px 1.7vw 80px 5vw;
}

.projects-body .site-header-trigger,
.project-detail-body .site-header-trigger {
  color: #fff;
  background-color: #000;
  border-bottom-color: #fff;
}

.projects-body .site-header-trigger .link-6,
.project-detail-body .site-header-trigger .link-6 {
  color: #fff;
}

.projects-body .site-header-trigger:hover,
.projects-body .site-header-trigger:focus-visible,
.project-detail-body .site-header-trigger:hover,
.project-detail-body .site-header-trigger:focus-visible {
  color: #fff;
}

.projects-intro {
  border-bottom: 1px solid currentColor;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-bottom: 24px;
}

.projects-lead {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--site-body-size);
  line-height: 1.5;
}

.projects-body .projects-intro .paragraph.ddd,
.projects-body .projects-intro .paragraph.ddd a,
.projects-body .projects-lead,
.project-detail-body .project-copy,
.project-detail-body .project-detail-title,
.project-detail-body .project-meta-row span,
.project-detail-body .project-meta-row strong {
  color: #fff;
}

.projects-index {
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.project-row {
  color: inherit;
  border-top: 0;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--site-body-size);
  line-height: 1.1;
  text-decoration: none;
  min-height: 2.1vw;
  display: flex;
}

.project-row > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.project-row > span:not(.project-row-preview) {
  border-top: 1px solid currentColor;
  padding: 0;
  font-size: 1em;
  align-self: stretch;
}

.project-row-authors {
  width: 20%;
  margin-right: 10px;
}

.project-row-title {
  width: 40%;
  margin-right: 20px;
}

.project-row-tags {
  width: 32%;
  margin-right: 20px;
}

.project-row-year {
  width: 8%;
  text-align: right;
}

.project-row:hover {
  color: currentColor;
  text-decoration: none;
}

.project-row:hover .project-row-title,
.project-row:focus-visible .project-row-title {
  text-decoration: none;
}

.project-row-preview {
  z-index: 99999997;
  width: clamp(220px, 28vw, 520px);
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-100% - 2px));
  transition: transform .24s cubic-bezier(.77, 0, .18, 1), opacity .16s ease, visibility .16s ease;
  position: fixed;
  right: var(--rail-width);
  top: 50px;
  bottom: auto;
}

.project-row:hover .project-row-preview,
.project-row:focus-visible .project-row-preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.archive-row-preview {
  display: block;
}

.home-archive-section .project-row-preview,
.home-projects-index .project-row-preview {
  width: clamp(110px, 14vw, 260px);
}

.projects-body .project-row-preview {
  border-top: 1px solid #fff;
  border-bottom: 0;
  top: auto;
  right: var(--rail-width);
  bottom: 0;
  transform: translateY(calc(100% + 2px));
}

.projects-body .project-row:hover .project-row-preview,
.projects-body .project-row:focus-visible .project-row-preview {
  transform: translateY(0);
}

.home-projects-title .paragraph.ddd,
.home-projects-title .paragraph.ddd a,
.home-projects-index .project-row,
.projects-body .projects-page,
.projects-body .project-row,
.project-detail-body .project-detail-page,
.project-detail-body .project-detail-page a {
  color: #fff;
}

.home-projects-title .paragraph.ddd a:hover,
.home-projects-title .paragraph.ddd a:focus-visible,
.home-projects-index .project-row:hover,
.home-projects-index .project-row:focus-visible,
.projects-body .project-row:hover,
.projects-body .project-row:focus-visible,
.project-detail-body .project-detail-page a:hover,
.project-detail-body .project-detail-page a:focus-visible {
  color: rgba(255, 255, 255, .95);
}

.home-projects-index .project-row-preview,
.projects-body .project-row-preview {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.home-projects-index .project-row-preview-caption,
.projects-body .project-row-preview-caption {
  border-top-color: #fff;
}

.project-row-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: grayscale(1);
  display: block;
}

.project-row-preview-caption {
  border-top: 1px solid #000;
  padding: 6px 8px;
  font-family: Free Sans, sans-serif;
  font-size: 12px;
  line-height: 1.15;
  display: block;
}

.project-main-image,
.project-gallery-media {
  width: 100%;
  height: auto;
  display: block;
}

.project-gallery figcaption {
  font-family: Free Sans, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.project-back {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: clamp(28px, 4vw, 72px);
  padding: .18em 0 .08em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--project-text-size);
  line-height: 1.08;
  text-decoration: none;
  display: block;
}

.project-back span {
  font-family: Free Sans, sans-serif;
  font-size: .74em;
}

.project-back:hover,
.project-back:focus-visible {
  color: rgba(255, 255, 255, .95);
  text-decoration: none;
}

.project-back-bottom {
  margin: clamp(40px, 7vh, 96px) 0 0;
}

.project-hero {
  border-bottom: 0;
  padding: 24px 0 0;
  display: block;
}

.project-detail-title,
.project-hero h1 {
  margin: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--project-text-size);
  font-weight: 400;
  line-height: 1.08;
}

.project-meta-grid {
  margin-top: clamp(80px, 22vh, 280px);
}

.project-meta-row {
  border-top: 1px solid #fff;
  padding: 9px 0 8px;
  display: grid;
  grid-template-columns: minmax(120px, .85fr) minmax(0, 1fr);
  gap: 18px;
}

.project-meta-row strong {
  display: block;
}

.project-meta-row span,
.project-meta-row strong {
  font-family: Free Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.project-main-image {
  max-height: 78vh;
  margin: 38px 0;
}

.project-copy {
  max-width: none;
  margin: 36px 0 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--project-text-size);
  line-height: 1.16;
}

.project-copy p {
  margin-top: 0;
  margin-bottom: 18px;
}

.body-2 .compact-tags,
.project-recap-block .compact-tags {
  padding-bottom: 50px;
}

.project-recap-block {
  margin-top: clamp(56px, 10vh, 130px);
  padding: clamp(42px, 7vh, 96px) 5vw 90px;
  color: inherit;
  background: inherit;
  border-top: 1px solid currentColor;
}

.project-recap-title {
  padding-top: 0;
}

.project-recap-index {
  padding-left: 0;
  padding-right: 0;
}

.project-recap-tags-title {
  margin-top: clamp(54px, 9vh, 120px);
}

@media screen and (min-width: 992px) {
  .project-intro-panel {
    box-sizing: border-box;
    height: calc(var(--project-panel-height) - 16px);
    min-height: min(560px, calc(100svh - 66px));
    display: flex;
    flex-direction: column;
  }

  .project-hero {
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  .project-meta-grid {
    margin-top: auto;
  }

  .project-copy {
    margin-top: clamp(40px, 7vh, 96px);
  }
}

.project-gallery-panel {
  min-height: var(--project-panel-height);
  max-height: var(--project-panel-height);
  color: #fff;
  background-color: #000;
  border-left: 1px solid #fff;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

.projects-home-dock {
  z-index: 99999995;
  height: 42px;
  color: #000;
  background: var(--project-red);
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 0;
  text-decoration: none;
}

.projects-home-dock span {
  width: 22px;
  height: 18px;
  border: 2px solid #000;
  border-top: 0;
  display: block;
  position: relative;
}

.projects-home-dock span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: -9px;
  left: 1px;
  transform: rotate(45deg);
}

.projects-home-dock span::after {
  content: "";
  width: 6px;
  height: 9px;
  border: 2px solid #000;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 6px;
}

.projects-home-dock:hover,
.projects-home-dock:focus-visible {
  color: #000;
  background: #ff4a40;
}

@media screen and (max-width: 991px) {
  .project-detail-page {
    padding: 50px 0;
  }

  .project-detail-layout {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .project-detail-text {
    order: 2;
    padding: 18px 5vw 42px;
  }

  .project-intro-panel {
    height: auto;
    min-height: 0;
    display: block;
  }

  .project-hero {
    display: block;
  }

  .project-meta-grid {
    margin-top: 70px;
  }

  .project-meta-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .project-gallery-panel {
    order: 1;
    min-height: 0;
    max-height: none;
    width: 100%;
    border-left: 0;
    border-top: 1px solid currentColor;
    position: static;
    overflow: hidden;
  }
}

.project-gallery {
  min-height: calc(100vh - 100px);
  height: calc(100vh - 100px);
  margin: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  position: relative;
}

.project-gallery.has-controls {
  grid-template-rows: minmax(0, 1fr) 46px;
}

.project-gallery-track {
  min-height: 0;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.project-gallery-slide {
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: clamp(18px, 2.4vw, 48px);
  border-bottom: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
}

.project-gallery-slide.is-active {
  display: flex;
}

.project-gallery-media {
  max-width: 100%;
  max-height: calc(100vh - 235px);
  object-fit: contain;
  filter: none;
}

.project-gallery-controls {
  z-index: 30;
  min-height: 52px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, .28);
  padding: 12px clamp(18px, 2.4vw, 48px);
  font-family: Free Sans, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
}

.project-gallery-controls[hidden] {
  display: none;
}

.project-gallery-controls button {
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.project-gallery-controls button:last-child {
  text-align: right;
}

.project-gallery-controls button:hover,
.project-gallery-controls button:focus-visible {
  color: var(--menu-yellow);
}

.project-gallery figcaption {
  color: #fff;
  max-width: 62%;
  margin: 14px 0 0 auto;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .project-gallery {
    min-height: 72vh;
    height: 72vh;
  }

  .project-gallery.has-controls {
    grid-template-rows: minmax(0, 1fr) 46px;
  }

  .project-gallery-track,
  .project-gallery-slide {
    min-height: 0;
    height: 100%;
  }

  .project-gallery-slide {
    padding: 18px 5vw;
  }

  .project-gallery-media {
    max-height: calc(72vh - 110px);
  }

  .project-gallery figcaption {
    max-width: none;
  }
}

.home-projects-title,
.home-projects-index,
.projects-body,
.project-detail-body,
.projects-page,
.project-detail-page {
  color: #000;
  background-color: #fff;
}

.projects-body .site-header-trigger,
.project-detail-body .site-header-trigger {
  color: #000;
  background-color: #fff;
  border-bottom-color: #000;
}

.projects-body .site-header-trigger .link-6,
.project-detail-body .site-header-trigger .link-6,
.projects-body .projects-intro .paragraph.ddd,
.projects-body .projects-intro .paragraph.ddd a,
.projects-body .projects-lead,
.project-detail-body .project-copy,
.project-detail-body .project-detail-title,
.project-detail-body .project-meta-row span,
.project-detail-body .project-meta-row strong,
.home-projects-title .paragraph.ddd,
.home-projects-title .paragraph.ddd a,
.home-projects-index .project-row,
.projects-body .projects-page,
.projects-body .project-row,
.project-detail-body .project-detail-page,
.project-detail-body .project-detail-page a {
  color: #000;
}

.projects-body .site-header-trigger:hover,
.projects-body .site-header-trigger:focus-visible,
.project-detail-body .site-header-trigger:hover,
.project-detail-body .site-header-trigger:focus-visible,
.home-projects-title .paragraph.ddd a:hover,
.home-projects-title .paragraph.ddd a:focus-visible,
.home-projects-index .project-row:hover,
.home-projects-index .project-row:focus-visible,
.projects-body .project-row:hover,
.projects-body .project-row:focus-visible,
.project-detail-body .project-detail-page a:hover,
.project-detail-body .project-detail-page a:focus-visible {
  color: rgba(0, 0, 0, .95);
}

.home-projects-index .project-row-preview,
.projects-body .project-row-preview {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.home-projects-index .project-row-preview-caption,
.projects-body .project-row-preview-caption {
  border-top-color: #000;
}

.project-back,
.project-meta-row {
  color: #000;
  border-color: #000;
}

.project-gallery-panel,
.project-gallery-controls {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.project-gallery-panel {
  border-left-color: #000;
}

.project-gallery-controls {
  border-top-color: rgba(0, 0, 0, .3);
}

.project-gallery-controls button,
.project-gallery figcaption {
  color: #000;
}

.project-gallery-controls button:hover,
.project-gallery-controls button:focus-visible {
  color: rgba(0, 0, 0, .72);
}

.projects-home-dock {
  display: none;
}

.projects-body .project-row-preview {
  top: auto;
  right: var(--rail-width);
  bottom: 0;
  transform: translateY(calc(100% + 2px));
}

.projects-body .project-row:hover .project-row-preview,
.projects-body .project-row:focus-visible .project-row-preview {
  transform: translateY(0);
}

.body-2 .archive-row-preview,
.body-3:not(.projects-body) .archive-page .archive-row-preview,
.body-4 .archive-row-preview {
  width: clamp(150px, 18vw, 340px);
  border-top: 1px solid #000;
  border-bottom: 0;
  top: auto;
  right: var(--rail-width);
  bottom: 0;
  transform: translateY(calc(100% + 2px));
}

.body-2 .collection-item-22:hover .archive-row-preview,
.body-2 .collection-item-22:focus-within .archive-row-preview,
.body-3:not(.projects-body) .archive-page .collection-item-22:hover .archive-row-preview,
.body-3:not(.projects-body) .archive-page .collection-item-22:focus-within .archive-row-preview,
.body-4 .collection-item-22:hover .archive-row-preview,
.body-4 .collection-item-22:focus-within .archive-row-preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.section.ddd.sssskj > .collection-list-wrapper-11,
.section.ddd.sssskj > .collection-list-wrapper-13,
.archive-desktop,
.archive-mobile {
  width: 100%;
}

.text-block-5.h1-title {
  font-size: clamp(46px, 5vw, 96px);
  line-height: .92;
}

.heading-2 {
  font-size: clamp(24px, 2.6vw, 48px);
}

@media screen and (max-width: 767px) {
  body:not(.admin-body) {
    padding-bottom: var(--rail-mobile-height);
  }

  .nav {
    padding-top: 70px;
    padding-bottom: calc(var(--rail-mobile-height) + 24px);
    transform: translateY(100%);
  }

  .nav.is-open {
    transform: translateY(0);
  }

  .nav-link2,
  .nav-link2.primo {
    font-size: clamp(30px, 9vw, 52px);
  }

  .nav .search-2.ddd {
    position: static;
    margin: clamp(18px, 4vh, 42px) 0 0;
  }

  .menu-rail {
    width: 100vw;
    height: var(--rail-mobile-height);
    border-left: 0;
    border-top: 1px solid #000;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    transition: height .22s ease;
  }

  .menu-rail:hover,
  .menu-rail:focus-visible {
    width: 100vw;
    height: 44px;
  }

  .menu-rail .rail-icon {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .light-switch {
    left: 12px;
    bottom: calc(var(--rail-mobile-height) + 12px);
  }

  .data-viz-rail {
    display: none;
  }

  .home-return-rail {
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  body:not(.admin-body):has(.home-return-rail) {
    padding-bottom: calc(var(--rail-mobile-height) + 50px);
  }

  body:not(.admin-body):has(.home-return-rail) .menu-rail {
    bottom: 50px;
  }

  body:not(.admin-body):has(.home-return-rail) .nav {
    padding-bottom: calc(var(--rail-mobile-height) + 74px);
  }

  body:not(.admin-body):has(.home-return-rail) .light-switch {
    bottom: calc(var(--rail-mobile-height) + 62px);
  }

  .footnote-drawer {
    bottom: var(--rail-mobile-height);
  }

  body:not(.admin-body):has(.home-return-rail) .footnote-drawer {
    bottom: calc(var(--rail-mobile-height) + 50px);
  }

  .data-viz-toolbar {
    top: 66px;
    right: 12px;
    left: 12px;
  }

  .data-viz-page-panel .data-viz-toolbar {
    top: 12px;
  }

  .data-viz-actions {
    width: 100%;
  }

  .data-viz-actions button {
    flex: 1;
  }

  .data-viz-viewport {
    height: calc(100vh - 100px);
    min-height: 430px;
  }

  .section.ddd.sssskj .paragraph.ddd,
  .section.ddd.sssskj .paragraph.ddd a,
  .projects-intro .paragraph.ddd,
  .projects-intro .paragraph.ddd a {
    font-size: clamp(28px, 4.8vw, 42px);
    line-height: 1.1;
  }

  .div-block-6 {
    grid-template-columns: .85fr .55fr .7fr 1.45fr .55fr;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-6 a {
    font-size: clamp(12px, 3.35vw, 18px);
  }

  .projects-index-head {
    display: none;
  }

  .project-row {
    font-size: clamp(16px, 2.9vw, 24px);
    display: block;
    row-gap: 4px;
  }

  .project-row-authors,
  .project-row-title,
  .project-row-tags,
  .project-row-year {
    width: auto;
    margin-right: 0;
    display: block;
  }

  .project-row > span:not(.project-row-preview) {
    padding: 4px 0;
  }

  .project-row-authors {
    order: 1;
    font-size: clamp(22px, 3.8vw, 34px);
    line-height: 1.1;
  }

  .project-row-title {
    order: 2;
    font-size: clamp(28px, 4.8vw, 42px);
    line-height: 1.1;
  }

  .project-row-preview {
    width: 100%;
    margin: 8px 0 6px;
    order: 3;
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static;
    display: block;
    grid-column: 1;
    border: 1px solid #000;
  }

  .home-projects-index .project-row-preview {
    width: 50%;
    max-width: 260px;
  }

  .project-row-tags {
    order: 4;
    font-size: clamp(16px, 2.9vw, 24px);
    line-height: 1.2;
  }

  .project-row-year {
    order: 5;
    font-size: clamp(16px, 2.9vw, 24px);
    line-height: 1.2;
    text-align: left;
  }

  .home-projects-index .project-row-authors,
  .home-projects-index .project-row-title,
  .home-projects-index .project-row-tags,
  .home-projects-index .project-row-year,
  .projects-body .project-row-authors,
  .projects-body .project-row-title,
  .projects-body .project-row-tags,
  .projects-body .project-row-year {
    font-size: 1em;
    line-height: 1.5;
  }

  .project-row-preview img {
    aspect-ratio: 16 / 10;
  }

  .project-row-preview-caption {
    display: none;
  }

  .project-detail-page {
    padding: 50px 0;
  }

  .project-detail-layout {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .project-detail-text {
    order: 2;
    padding: 18px 5vw 42px;
  }

  .project-hero {
    gap: 24px;
  }

  .project-meta-grid {
    margin-top: 70px;
  }

  .project-meta-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .project-gallery-panel {
    order: 1;
    min-height: 0;
    max-height: none;
    width: 100%;
    position: static;
    overflow: hidden;
  }

  .project-gallery {
    min-height: 72vh;
    height: 72vh;
  }

  .project-gallery.has-controls {
    grid-template-rows: minmax(0, 1fr) 46px;
  }

  .project-gallery-track,
  .project-gallery-slide {
    min-height: 0;
    height: 100%;
  }

  .project-gallery-slide {
    padding: 18px 5vw;
  }

  .project-gallery-media {
    max-height: calc(72vh - 110px);
  }

  .project-gallery figcaption {
    max-width: none;
  }

  .projects-home-dock {
    bottom: var(--rail-mobile-height);
  }
}

html.light-off body:not(.admin-body) {
  color: #fff;
  background-color: #000;
}

html.light-off body:not(.admin-body) main,
html.light-off body:not(.admin-body) section,
body:not(.admin-body) .section-3 > .paragraph.d,
body:not(.admin-body) .collection-item-22 .link-25,
body:not(.admin-body) .collection-item-22 .link-26,
body:not(.admin-body) .collection-item-22 .link-27,
body:not(.admin-body) .collection-item-22 .link-28,
body:not(.admin-body) .archive-mobile .text-block-23,
body:not(.admin-body) .archive-mobile .link-29,
body:not(.admin-body) .archive-mobile .text-block-24,
body:not(.admin-body) .authors-strip .link-19,
body:not(.admin-body) .home-projects-index .project-row,
body:not(.admin-body).projects-body .project-row,
body:not(.admin-body) .projects-body .project-row,
body:not(.admin-body) .projects-lead {
  font-size: var(--site-body-size);
}

html.light-off body:not(.admin-body) footer,
html.light-off body:not(.admin-body) .w-container,
html.light-off body:not(.admin-body) .w-layout-blockcontainer,
html.light-off body:not(.admin-body) [class^="section"],
html.light-off body:not(.admin-body) [class*=" section"] {
  background-color: #000;
}

html.light-off body:not(.admin-body) *,
html.light-off body:not(.admin-body) *::before,
html.light-off body:not(.admin-body) *::after {
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) img,
html.light-off body:not(.admin-body) video,
html.light-off body:not(.admin-body) iframe,
html.light-off body:not(.admin-body) canvas,
html.light-off body:not(.admin-body) .project-gallery-media {
  filter: none !important;
}

html.light-off body:not(.admin-body) .project-row-preview img {
  filter: grayscale(1) !important;
}

html.light-off body:not(.admin-body) .site-header-trigger,
html.light-off body:not(.admin-body) .hero-row,
html.light-off body:not(.admin-body) .section-3,
html.light-off body:not(.admin-body) .archive-page,
html.light-off body:not(.admin-body) .taxonomy-heading,
html.light-off body:not(.admin-body) .section.ddd.sssskj,
html.light-off body:not(.admin-body) .tag-map,
html.light-off body:not(.admin-body) .home-tag-map,
html.light-off body:not(.admin-body) .paragraph.ddd,
html.light-off body:not(.admin-body) .paragraph.d,
html.light-off body:not(.admin-body) .dynamic-info-grid,
html.light-off body:not(.admin-body) .authors-strip,
html.light-off body:not(.admin-body) .collection-list-wrapper,
html.light-off body:not(.admin-body) .collection-list-wrapper-2,
html.light-off body:not(.admin-body) .collection-list-wrapper-3,
html.light-off body:not(.admin-body) .collection-list,
html.light-off body:not(.admin-body) .container-8,
html.light-off body:not(.admin-body) .home-projects-title,
html.light-off body:not(.admin-body) .home-projects-index,
html.light-off body:not(.admin-body) .projects-page,
html.light-off body:not(.admin-body) .project-detail-page,
html.light-off body:not(.admin-body) .project-gallery-panel,
html.light-off body:not(.admin-body) .project-gallery-controls,
html.light-off body:not(.admin-body) .rich-text-block-4,
html.light-off body:not(.admin-body) .div-block-11,
html.light-off body:not(.admin-body) .post-sticky-meta,
html.light-off body:not(.admin-body) .post-media,
html.light-off body:not(.admin-body) .section-3 > .paragraph.d {
  color: #fff;
  background-color: #000;
}

html.light-off body:not(.admin-body) a,
html.light-off body:not(.admin-body) button,
html.light-off body:not(.admin-body) .paragraph,
html.light-off body:not(.admin-body) .link-6,
html.light-off body:not(.admin-body) .link-7,
html.light-off body:not(.admin-body) .link-19,
html.light-off body:not(.admin-body) .link-23,
html.light-off body:not(.admin-body) .link-25,
html.light-off body:not(.admin-body) .link-26,
html.light-off body:not(.admin-body) .link-27,
html.light-off body:not(.admin-body) .link-28,
html.light-off body:not(.admin-body) .link-29,
html.light-off body:not(.admin-body) .text-block-2,
html.light-off body:not(.admin-body) .text-block-5,
html.light-off body:not(.admin-body) .text-block-10,
html.light-off body:not(.admin-body) .text-block-11,
html.light-off body:not(.admin-body) .text-block-12,
html.light-off body:not(.admin-body) .text-block-17,
html.light-off body:not(.admin-body) .text-block-23,
html.light-off body:not(.admin-body) .text-block-24,
html.light-off body:not(.admin-body) .etichette,
html.light-off body:not(.admin-body) .tag-node,
html.light-off body:not(.admin-body) .project-row,
html.light-off body:not(.admin-body) .project-detail-page a,
html.light-off body:not(.admin-body) .project-copy,
html.light-off body:not(.admin-body) .project-detail-title,
html.light-off body:not(.admin-body) .project-meta-row span,
html.light-off body:not(.admin-body) .project-meta-row strong,
html.light-off body:not(.admin-body) .rich-text-block-4,
html.light-off body:not(.admin-body) .rich-text-block-4 *,
html.light-off body:not(.admin-body) .post-sticky-meta,
html.light-off body:not(.admin-body) .post-sticky-meta *,
html.light-off body:not(.admin-body) .paragraph.ddd,
html.light-off body:not(.admin-body) .paragraph.d,
html.light-off body:not(.admin-body) .section-3,
html.light-off body:not(.admin-body) .section-3 * {
  color: #fff;
}

html.light-off body.body-2,
html.light-off body.body-2 .container-5,
html.light-off body.body-2 .container-7,
html.light-off body.body-2 .h1-title,
html.light-off body.body-2 .text-block-5,
html.light-off body.body-2 .heading-2 {
  color: #fff !important;
  background-color: #000 !important;
}

html.light-off body:not(.admin-body) .home-projects-title .paragraph.ddd,
html.light-off body:not(.admin-body) .home-projects-title .paragraph.ddd a,
html.light-off body:not(.admin-body) .projects-body .projects-lead,
html.light-off body:not(.admin-body).projects-body .projects-lead,
html.light-off body:not(.admin-body) .container-9.post-media,
html.light-off body:not(.admin-body) .container-9.post-media *,
html.light-off body:not(.admin-body) .post-media .collection-list-wrapper,
html.light-off body:not(.admin-body) .post-media .collection-list,
html.light-off body:not(.admin-body) .post-media .w-dyn-item,
html.light-off body:not(.admin-body) .div-block-7,
html.light-off body:not(.admin-body) .div-block-7 *,
html.light-off body:not(.admin-body) .collection-list-3,
html.light-off body:not(.admin-body) .collection-item-6,
html.light-off body:not(.admin-body) .post-media .text-block-11 {
  color: #fff !important;
  background-color: #000 !important;
}

html.light-off body:not(.admin-body) a:hover,
html.light-off body:not(.admin-body) a:focus-visible,
html.light-off body:not(.admin-body) button:hover,
html.light-off body:not(.admin-body) button:focus-visible {
  color: rgba(255, 255, 255, .95);
}

html.light-off body:not(.admin-body) .tag-node,
html.light-off body:not(.admin-body) .dynamic-tag,
html.light-off body:not(.admin-body) .data-viz-map-tag,
html.light-off body:not(.admin-body) .project-row-preview,
html.light-off body:not(.admin-body) .footnote-drawer {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .tag-node:hover,
html.light-off body:not(.admin-body) .tag-node:focus-visible,
html.light-off body:not(.admin-body) .dynamic-tag:hover,
html.light-off body:not(.admin-body) .dynamic-tag:focus-visible {
  color: #000;
  background-color: #fff;
}

html.light-off body:not(.admin-body) .tag-map,
html.light-off body:not(.admin-body) .collection-item-22,
html.light-off body:not(.admin-body) .collection-item-16,
html.light-off body:not(.admin-body) .project-row > span:not(.project-row-preview),
html.light-off body:not(.admin-body) .project-row-preview-caption,
html.light-off body:not(.admin-body) .project-back,
html.light-off body:not(.admin-body) .project-meta-row,
html.light-off body:not(.admin-body) .project-gallery-panel,
html.light-off body:not(.admin-body) .project-gallery-controls,
html.light-off body:not(.admin-body) .footnote-drawer,
html.light-off body:not(.admin-body) .footnote-drawer-header {
  border-color: #fff;
}

html.light-off body:not(.admin-body) .footnote-drawer {
  z-index: 2147482995;
  box-shadow: 0 -2px 3px #ffffff24;
}

html.light-off body:not(.admin-body) .footnote-drawer-header {
  color: #fff;
  background-color: #000;
}

html.light-off body:not(.admin-body) .footnote-drawer-body,
html.light-off body:not(.admin-body) .footnote-content,
html.light-off body:not(.admin-body) .footnote-content * {
  color: #fff !important;
  background: transparent !important;
}

html.light-off body:not(.admin-body) .footnote-drawer-header button {
  color: #fff;
  border-left-color: #fff;
}

html.light-off body:not(.admin-body) .menu-rail,
html.light-off body:not(.admin-body) .nav {
  color: #fff;
  background-color: var(--night-menu-blue);
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .nav-colophon {
  background: var(--night-menu-blue);
}

html.light-off body:not(.admin-body) .nav-link2,
html.light-off body:not(.admin-body) .nav .field-label-8,
html.light-off body:not(.admin-body) .nav .search-input-2 {
  color: #fff;
}

html.light-off body:not(.admin-body) .nav-link2:hover,
html.light-off body:not(.admin-body) .nav-link2:focus-visible {
  color: rgba(255, 255, 255, .95);
}

html.light-off body:not(.admin-body) .nav .search-input-2,
html.light-off body:not(.admin-body) .nav .search-button-2 {
  border-color: #fff;
}

html.light-off body:not(.admin-body) .nav *,
html.light-off body:not(.admin-body) .nav *::before,
html.light-off body:not(.admin-body) .nav *::after,
html.light-off body:not(.admin-body) .menu-rail,
html.light-off body:not(.admin-body) .menu-rail *::before,
html.light-off body:not(.admin-body) .menu-rail *::after {
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .nav .search-button-2 {
  color: var(--night-menu-blue);
  background-color: #fff;
}

html.light-off body:not(.admin-body) .menu-rail:hover,
html.light-off body:not(.admin-body) .menu-rail:focus-visible {
  color: #fff;
  background-color: var(--night-menu-blue);
}

html.light-off body:not(.admin-body) .home-return-rail {
  color: #fff;
  background-color: #000;
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .home-return-rail:hover,
html.light-off body:not(.admin-body) .home-return-rail:focus-visible {
  color: rgba(255, 255, 255, .95);
  background-color: #000;
}

html.light-off body:not(.admin-body) .menu-rail:hover *,
html.light-off body:not(.admin-body) .menu-rail:hover *::before,
html.light-off body:not(.admin-body) .menu-rail:hover *::after,
html.light-off body:not(.admin-body) .menu-rail:focus-visible *,
html.light-off body:not(.admin-body) .menu-rail:focus-visible *::before,
html.light-off body:not(.admin-body) .menu-rail:focus-visible *::after {
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .data-viz-rail {
  color: #000;
  background-color: #fff;
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .data-viz-rail *,
html.light-off body:not(.admin-body) .data-viz-rail *::before,
html.light-off body:not(.admin-body) .data-viz-rail *::after {
  border-color: #000 !important;
}

html.light-off body:not(.admin-body) .data-viz-rail:hover,
html.light-off body:not(.admin-body) .data-viz-rail:focus-visible {
  color: #fff;
  background-color: #000;
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .data-viz-rail:hover *,
html.light-off body:not(.admin-body) .data-viz-rail:hover *::before,
html.light-off body:not(.admin-body) .data-viz-rail:hover *::after,
html.light-off body:not(.admin-body) .data-viz-rail:focus-visible *,
html.light-off body:not(.admin-body) .data-viz-rail:focus-visible *::before,
html.light-off body:not(.admin-body) .data-viz-rail:focus-visible *::after {
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .data-viz-body,
html.light-off body:not(.admin-body) .data-viz-page,
html.light-off body:not(.admin-body) .data-viz-panel,
html.light-off body:not(.admin-body) .data-viz-viewport,
html.light-off body:not(.admin-body) .data-viz-network,
html.light-off body:not(.admin-body) .semantic-viz-body,
html.light-off body:not(.admin-body) .semantic-viz-page,
html.light-off body:not(.admin-body) .semantic-viz-network,
html.light-off body:not(.admin-body) .semantic-ai-network {
  color: var(--viz-fg);
  background-color: var(--viz-bg);
}

html.light-off body.data-viz-body,
html.light-off body.semantic-viz-body {
  color: var(--viz-fg);
  background-color: var(--viz-bg);
}

html.light-off body.data-viz-body .site-header-trigger,
html.light-off body.semantic-viz-body .site-header-trigger,
html.light-off body.data-viz-body .site-header-trigger .hero-row,
html.light-off body.semantic-viz-body .site-header-trigger .hero-row {
  color: var(--viz-fg);
  background-color: var(--viz-bg);
  border-bottom-color: var(--viz-fg) !important;
}

html.light-off body.data-viz-body .site-header-trigger .link-6,
html.light-off body.semantic-viz-body .site-header-trigger .link-6 {
  color: var(--viz-fg);
}

html.light-off body:not(.admin-body) .data-viz-link,
html.light-off body:not(.admin-body) .data-viz-article-link,
html.light-off body:not(.admin-body) .semantic-link,
html.light-off body:not(.admin-body) .semantic-ai-link,
html.light-off body:not(.admin-body) .semantic-ai-topic-link {
  stroke: var(--viz-fg);
}

html.light-off body:not(.admin-body) .data-viz-map-tag,
html.light-off body:not(.admin-body) .semantic-phrase,
html.light-off body:not(.admin-body) .semantic-meta-node,
html.light-off body:not(.admin-body) .semantic-year-node,
html.light-off body:not(.admin-body) .semantic-ai-document {
  color: var(--viz-fg);
  background-color: var(--viz-bg);
  border-color: var(--viz-fg) !important;
}

html.light-off body:not(.admin-body) .data-viz-actions,
html.light-off body:not(.admin-body) .data-viz-actions button,
html.light-off body:not(.admin-body) .data-viz-close,
html.light-off body:not(.admin-body) .semantic-concept,
html.light-off body:not(.admin-body) .semantic-entry {
  border-color: var(--viz-fg) !important;
}

html.light-off body:not(.admin-body) .data-viz-map-article,
html.light-off body:not(.admin-body) .semantic-node,
html.light-off body:not(.admin-body) .semantic-ai-document,
html.light-off body:not(.admin-body) .semantic-ai-document span {
  color: var(--viz-fg);
}

html.light-off body:not(.admin-body) .data-viz-map-article::before,
html.light-off body:not(.admin-body) .semantic-concept::before {
  background: var(--viz-bg);
  border-color: var(--viz-fg) !important;
}

html.light-off body:not(.admin-body) .semantic-ai-topic {
  color: #000;
  background: #cfcfcf;
  border-color: #000 !important;
}

html.light-off body:not(.admin-body) .semantic-ai-topic-phrases em {
  border-top-color: rgba(0, 0, 0, .42) !important;
}

html.light-off body:not(.admin-body) .data-viz-map-tag:hover,
html.light-off body:not(.admin-body) .data-viz-map-tag:focus-visible,
html.light-off body:not(.admin-body) .semantic-concept:hover,
html.light-off body:not(.admin-body) .semantic-concept:focus-visible,
html.light-off body:not(.admin-body) .semantic-phrase:hover,
html.light-off body:not(.admin-body) .semantic-phrase:focus-visible,
html.light-off body:not(.admin-body) .semantic-entry:hover,
html.light-off body:not(.admin-body) .semantic-entry:focus-visible,
html.light-off body:not(.admin-body) .semantic-ai-document:hover,
html.light-off body:not(.admin-body) .semantic-ai-document:focus-visible {
  color: var(--viz-bg);
  background-color: var(--viz-fg);
}

html.light-off body:not(.admin-body) .semantic-ai-topic:hover,
html.light-off body:not(.admin-body) .semantic-ai-topic:focus-visible {
  color: #fff;
  background: #000;
}

html.light-off body:not(.admin-body) .light-switch {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .light-switch:hover,
html.light-off body:not(.admin-body) .light-switch:focus-visible {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .light-switch:hover *,
html.light-off body:not(.admin-body) .light-switch:hover *::before,
html.light-off body:not(.admin-body) .light-switch:hover *::after,
html.light-off body:not(.admin-body) .light-switch:focus-visible *,
html.light-off body:not(.admin-body) .light-switch:focus-visible *::before,
html.light-off body:not(.admin-body) .light-switch:focus-visible *::after {
  border-color: #fff !important;
}

@keyframes ai-link-blink {
  0%,
  100% {
    text-decoration-color: transparent;
  }

  42%,
  72% {
    text-decoration-color: currentColor;
  }
}

body:not(.admin-body) a:not(.site-header-trigger):not(.project-row):not(.tag-node):not(.dynamic-tag):not(.data-viz-map-node):not(.home-return-rail):not(.section-more-link):hover,
body:not(.admin-body) a:not(.site-header-trigger):not(.project-row):not(.tag-node):not(.dynamic-tag):not(.data-viz-map-node):not(.home-return-rail):not(.section-more-link):focus-visible {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .08em;
  text-decoration-color: transparent;
  text-decoration-skip-ink: none;
  animation: ai-link-blink .48s ease 1;
}

.section-more-link-wrap {
  padding: 0 5vw var(--home-section-gap);
  text-align: center;
}

.section-more-link {
  width: 50px;
  height: 50px;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-more-link span {
  font-family: Free Sans, sans-serif;
  font-size: var(--site-body-size);
  line-height: 1;
}

.section-more-link:hover,
.section-more-link:focus-visible {
  color: rgba(0, 0, 0, .95);
  text-decoration: none;
}

.content-row--typed .link-25 {
  width: 31%;
}

.content-row--typed .link-26,
.content-row--type-third .content-type-cell {
  width: 24%;
}

.content-kind-cell,
.content-type-cell {
  min-width: 0;
  border-top: 1px solid currentColor;
  padding: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: anywhere;
}

.content-kind-cell {
  width: 11%;
  margin-right: 20px;
}

.content-type-cell {
  margin-right: 20px;
}

.content-row--typed .link-27 {
  width: 7%;
}

.nav {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.nav-about {
  max-width: 86vw;
  margin-top: clamp(12px, 2vh, 28px);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: clamp(28px, 3.1vw, 58px);
  line-height: 1.08;
}

.nav-colophon {
  border-top: 1px solid var(--menu-fg);
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 0;
  background: var(--menu-yellow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: sticky;
  bottom: 0;
}

.nav-colophon p {
  margin: 0;
  font-family: Free Sans, sans-serif;
  font-size: clamp(12px, .92vw, 16px);
  line-height: 1.25;
}

.nav .search-2.ddd {
  margin-top: clamp(24px, 5vh, 72px);
}

.video-embed-panel {
  display: flex;
}

.video-embed-block {
  width: 100%;
  height: var(--project-panel-height);
  min-height: var(--project-panel-height);
  color: #fff;
  background: #000;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 52px;
}

.video-embed-block iframe,
.video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  color: #fff;
  background: #000;
  border: 0;
  display: block;
}

.video-placeholder {
  font-family: Free Sans, sans-serif;
  font-size: 18px;
  display: grid;
  place-items: center;
}

.video-fullscreen-button {
  min-height: 52px;
  color: #fff;
  background: #000;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-radius: 0;
  padding: 12px clamp(18px, 2.4vw, 48px);
  font-family: Free Sans, sans-serif;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
}

.video-fullscreen-button:hover,
.video-fullscreen-button:focus-visible {
  color: var(--menu-yellow);
}

.audio-video-detail-body .project-meta-row span,
.audio-video-detail-body .project-meta-row strong {
  font-family: Free Sans, sans-serif;
}

body:not(.admin-body) .project-recap-block .dynamic-tag:hover,
body:not(.admin-body) .project-recap-block .dynamic-tag:focus-visible,
body:not(.admin-body).body-2 .compact-tags .dynamic-tag:hover,
body:not(.admin-body).body-2 .compact-tags .dynamic-tag:focus-visible {
  color: #fff !important;
  background-color: #000 !important;
  text-decoration: none;
}

html.light-off body:not(.admin-body) .project-recap-block .dynamic-tag:hover,
html.light-off body:not(.admin-body) .project-recap-block .dynamic-tag:focus-visible,
html.light-off body:not(.admin-body).body-2 .compact-tags .dynamic-tag:hover,
html.light-off body:not(.admin-body).body-2 .compact-tags .dynamic-tag:focus-visible {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none;
}

html.light-off body:not(.admin-body) .section-more-link:hover,
html.light-off body:not(.admin-body) .section-more-link:focus-visible {
  color: rgba(255, 255, 255, .95);
}

html.light-off body:not(.admin-body) .content-kind-cell,
html.light-off body:not(.admin-body) .content-type-cell,
html.light-off body:not(.admin-body) .section-more-link,
html.light-off body:not(.admin-body) .nav-about,
html.light-off body:not(.admin-body) .nav-colophon,
html.light-off body:not(.admin-body) .nav-colophon p {
  color: #fff;
}

html.light-off body:not(.admin-body) .video-embed-block,
html.light-off body:not(.admin-body) .video-embed-block iframe,
html.light-off body:not(.admin-body) .video-placeholder,
html.light-off body:not(.admin-body) .video-fullscreen-button {
  color: #000;
  background: #fff;
}

html.light-off body:not(.admin-body) .video-fullscreen-button:hover,
html.light-off body:not(.admin-body) .video-fullscreen-button:focus-visible {
  color: rgba(0, 0, 0, .72);
}

@media screen and (max-width: 991px) {
  .content-row--typed .link-25,
  .content-row--typed .link-26,
  .content-row--type-third .content-type-cell,
  .content-kind-cell,
  .content-row--typed .link-27 {
    width: auto;
    margin-right: 0;
  }

  .video-embed-block {
    height: 72vh;
    min-height: 72vh;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    overflow: hidden;
  }

  .nav-about {
    max-width: none;
    font-size: clamp(23px, 7.1vw, 42px);
    line-height: 1.06;
  }

  .nav-colophon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: auto;
  }

  .nav-colophon p {
    font-size: clamp(10px, 3vw, 13px);
    line-height: 1.18;
  }

  .nav .search-2.ddd {
    margin-top: clamp(18px, 4vh, 42px);
    padding-top: 14px;
  }
}

@media screen and (max-width: 479px) {
  .nav-about {
    font-size: clamp(20px, 6.2vw, 31px);
  }

  .nav-colophon {
    grid-template-columns: 1fr 1fr;
  }

  .video-embed-block {
    height: 62vh;
    min-height: 62vh;
  }
}

/* Interaction pass: menu, lightboxes, home drawers and controllable embeds */
.nav-brand-row {
  border-top: 1px solid var(--menu-fg);
  min-height: clamp(48px, 7vh, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand-home {
  color: var(--menu-fg);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: clamp(28px, 3.1vw, 58px);
  line-height: 1;
  text-decoration: none;
}

.nav-brand-home:hover,
.nav-brand-home:focus-visible {
  color: rgba(0, 0, 0, .95);
  text-decoration: none;
}

.nav .close {
  width: clamp(40px, 4vw, 70px);
  height: clamp(40px, 4vw, 70px);
  position: static;
  display: grid;
  place-items: center;
}

.nav .close-icon {
  width: 100%;
  max-width: 54px;
  filter: none;
}

.nav-colophon {
  margin-top: auto;
}

.nav-about {
  margin-top: clamp(18px, 4vh, 52px);
}

.round-tool-button {
  z-index: 2147482996;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  position: fixed;
  display: grid;
  place-items: center;
}

.round-tool-button span {
  font-family: Free Sans, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.search-tool-button span {
  font-size: 30px;
  transform: translateY(-1px);
}

.round-tool-button:hover,
.round-tool-button:focus-visible {
  color: #000;
  background: #fff;
  border-color: #000;
}

.search-tool-button {
  right: calc(var(--rail-width) + 14px);
  bottom: 72px;
}

body:not(.admin-body):has(.home-return-rail) .search-tool-button {
  bottom: 122px;
}

.site-lightbox {
  z-index: 2147482998;
  color: #000;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(6px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 5vw;
}

.site-lightbox.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.site-lightbox-panel {
  width: min(920px, 100%);
  max-height: min(78vh, 720px);
  color: #000;
  background: #fff;
  border: 1px solid #000;
  border-radius: 22px;
  padding: clamp(18px, 3vw, 42px);
  overflow: auto;
  position: relative;
  transform: translateY(18px);
  transition: transform .26s cubic-bezier(.77, 0, .18, 1);
}

.site-lightbox.is-open .site-lightbox-panel {
  transform: translateY(0);
}

.search-lightbox {
  background: #fff;
  backdrop-filter: none;
  place-items: stretch;
  padding: 0;
}

.search-lightbox .site-lightbox-panel {
  width: 100%;
  height: 100%;
  max-height: none;
  color: #000;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: clamp(72px, 8vw, 140px) 5vw 5vw;
  transform: translateY(100%);
}

.search-lightbox .advanced-search-form {
  min-height: 100%;
  align-content: center;
  gap: clamp(18px, 4vh, 46px);
  font-weight: 400;
}

.search-lightbox .advanced-search-form label {
  border-top: 1px solid currentColor;
  padding-top: 10px;
  font-weight: 400;
}

.search-lightbox .advanced-search-form input,
.search-lightbox .advanced-search-form select,
.search-lightbox .advanced-search-form button {
  font-weight: 400;
}

.search-lightbox .advanced-search-form input[type="search"] {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.site-lightbox-close {
  width: 42px;
  height: 42px;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0;
  font-family: Free Sans, sans-serif;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.advanced-search-form {
  display: grid;
  gap: clamp(18px, 3vh, 36px);
  font-family: Free Sans, sans-serif;
  font-size: 18px;
}

.advanced-search-form label {
  display: grid;
  gap: 8px;
}

.advanced-search-form input,
.advanced-search-form select,
.advanced-search-form button {
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 0;
  padding: 10px 12px;
  font: inherit;
}

.advanced-search-form input[type="search"] {
  min-height: 64px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: clamp(28px, 4vw, 56px);
}

.search-lightbox .advanced-search-form input[type="search"] {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.advanced-search-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.advanced-search-form button {
  justify-self: start;
  min-width: 160px;
  cursor: pointer;
}

.tag-drawer-button {
  z-index: 2147482996;
  width: 42px;
  height: 42px;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
  position: fixed;
  right: calc(var(--rail-width) + 14px);
  bottom: 18px;
  display: grid;
  place-items: center;
}

body:not(.admin-body):has(.home-return-rail) .tag-drawer-button {
  bottom: 68px;
}

.tag-drawer-button span {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  line-height: 1;
}

.tag-drawer-button:hover,
.tag-drawer-button:focus-visible {
  color: #000;
  background: #fff;
  border-color: #000;
}

.tag-drawer {
  z-index: 2147482995;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  position: fixed;
  inset: 0;
}

.tag-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.tag-drawer-panel {
  width: min(360px, calc(100vw - var(--rail-width)));
  height: 100vh;
  height: 100dvh;
  max-height: none;
  color: #000;
  background: #fff;
  border: 0;
  border-left: 1px solid #000;
  border-right: 0;
  border-bottom: 0;
  padding: 64px 28px 82px;
  position: absolute;
  top: 0;
  right: var(--rail-width);
  bottom: auto;
  overflow: auto;
  scrollbar-gutter: stable;
  transform: translateX(105%);
  transition: transform .28s cubic-bezier(.77, 0, .18, 1);
}

.tag-drawer.is-open .tag-drawer-panel {
  transform: translateX(0);
}

.tag-drawer-close {
  width: 48px;
  height: 48px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 0;
  font-family: Free Sans, sans-serif;
  font-size: 22px;
  position: absolute;
  top: auto;
  right: 28px;
  bottom: 18px;
  cursor: pointer;
}

.tag-drawer-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
  align-content: flex-start;
  align-items: flex-end;
}

.tag-drawer-pill {
  color: inherit;
  border: 2px dashed currentColor;
  border-radius: 999px;
  padding: .52em 1.15em .56em;
  font-family: Free Sans, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.tag-drawer-pill:nth-child(4n + 1) {
  margin-right: 38px;
}

.tag-drawer-pill:nth-child(4n + 2) {
  margin-right: 4px;
}

.tag-drawer-pill:nth-child(4n + 3) {
  margin-right: 64px;
}

.tag-drawer-pill:hover,
.tag-drawer-pill:focus-visible {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.home-sticky-title {
  position: relative;
  z-index: 95;
  background: #fff;
  transition: box-shadow .18s ease;
}

.home-sticky-title .paragraph.ddd,
.home-sticky-title .paragraph.ddd a {
  transition: font-size .18s ease, line-height .18s ease, padding .18s ease;
}

.home-sticky-title.is-stuck {
  position: sticky;
  top: var(--sticky-top, 50px);
  z-index: 2147482000;
  background: #fff;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  box-shadow: 0 1px 0 currentColor;
}

.home-sticky-title.is-stuck .paragraph.ddd,
.home-sticky-title.is-stuck .paragraph.ddd a {
  font-size: var(--site-body-size) !important;
  line-height: 1 !important;
}

.archive-row-link {
  color: inherit;
  text-decoration: none;
}

.archive-row-link:hover,
.archive-row-link:focus-visible {
  color: rgba(0, 0, 0, .95);
  text-decoration: none;
}

.archive-row-link .link-28 {
  border-top: 1px solid currentColor;
  width: 20%;
  margin-right: 10px;
}

.archive-row-link .link-25,
.archive-row-link .link-26,
.archive-row-link .link-27,
.archive-row-link .link-28 {
  color: inherit;
  display: block;
}

.content-kind-cell,
.content-type-cell {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif !important;
  font-size: var(--site-body-size) !important;
  font-weight: 400;
  line-height: 1.1 !important;
}

.youtube-player {
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.youtube-player iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  display: block;
}

.youtube-controls {
  color: #000;
  background: #fff;
  border-top: 1px solid #000;
  padding: 10px clamp(14px, 2vw, 32px);
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr) minmax(110px, .42fr) auto auto;
  gap: 12px;
  align-items: center;
}

.youtube-controls button,
.youtube-controls select,
.youtube-controls input {
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 0;
  font: inherit;
}

.youtube-controls button {
  padding: 8px 10px;
  cursor: pointer;
}

.youtube-controls label {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.youtube-controls select {
  padding: 7px 8px;
}

.youtube-controls input[type="range"] {
  min-width: 0;
  accent-color: currentColor;
}

.youtube-player--compact {
  min-height: 100%;
}

.project-gallery-slide .youtube-player {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.youtube-player--compact .youtube-controls {
  font-size: 12px;
  grid-template-columns: auto minmax(90px, 1fr) minmax(86px, .35fr) auto auto;
}

.video-embed-block {
  color: #000;
  background: #fff;
  grid-template-rows: minmax(0, 1fr);
}

.video-embed-block iframe,
.video-placeholder {
  color: #000;
  background: #fff;
}

.video-fullscreen-button {
  color: #000;
  background: #fff;
  border-top-color: #000;
}

.semantic-help-button {
  min-width: 38px !important;
  width: 38px;
  border-left: 1px solid var(--semantic-3d-fg) !important;
  border-radius: 999px !important;
  padding: 0 !important;
}

.semantic-help-lightbox {
  color: var(--semantic-3d-fg);
  background: rgba(0, 0, 0, .64);
}

.semantic-help-panel {
  color: var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  border-color: var(--semantic-3d-fg);
  border-radius: 28px;
  font-family: Free Sans, sans-serif;
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.28;
}

.semantic-help-panel p {
  margin: 0 0 1em;
}

.semantic-help-panel p:last-child {
  margin-bottom: 0;
}

html.light-off body:not(.admin-body) .nav-brand-row,
html.light-off body:not(.admin-body) .nav-colophon {
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .nav-brand-home {
  color: #fff;
}

html.light-off body:not(.admin-body) .round-tool-button,
html.light-off body:not(.admin-body) .tag-drawer-button {
  color: #000;
  background: #fff;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .round-tool-button:hover,
html.light-off body:not(.admin-body) .round-tool-button:focus-visible,
html.light-off body:not(.admin-body) .tag-drawer-button:hover,
html.light-off body:not(.admin-body) .tag-drawer-button:focus-visible {
  color: #fff;
  background: #000;
}

html.light-off body:not(.admin-body) .site-lightbox {
  color: #fff;
  background: rgba(0, 0, 0, .72);
}

html.light-off body:not(.admin-body) .search-lightbox,
html.light-off body:not(.admin-body) .search-lightbox .site-lightbox-panel {
  color: #fff;
  background: #000;
}

html.light-off body:not(.admin-body) .site-lightbox-panel,
html.light-off body:not(.admin-body) .tag-drawer-panel {
  color: #fff;
  background: #000;
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .tag-drawer-close {
  color: #000;
  background: #fff;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .tag-drawer-pill:hover,
html.light-off body:not(.admin-body) .tag-drawer-pill:focus-visible {
  color: #000;
  background: #fff;
}

html.light-off body:not(.admin-body) .home-sticky-title {
  background: #000;
}

html.light-off body:not(.admin-body) .subscribe-form {
  color: #fff;
  background: #000;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .subscribe-form .heading,
html.light-off body:not(.admin-body) .subscribe-form .heading.white,
html.light-off body:not(.admin-body) .subscribe-form-input {
  color: #fff;
}

html.light-off body:not(.admin-body) .subscribe-form-input {
  border-color: #fff;
}

html.light-off body:not(.admin-body) .submit-button {
  color: #000;
  background: #fff;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .submit-button:hover,
html.light-off body:not(.admin-body) .submit-button:focus-visible {
  color: #fff;
  background: #000;
}

html.light-off body:not(.admin-body) .archive-row-link:hover,
html.light-off body:not(.admin-body) .archive-row-link:focus-visible {
  color: rgba(255, 255, 255, .95);
}

html.light-off body:not(.admin-body) .youtube-controls,
html.light-off body:not(.admin-body) .video-embed-block,
html.light-off body:not(.admin-body) .video-embed-block iframe,
html.light-off body:not(.admin-body) .video-placeholder,
html.light-off body:not(.admin-body) .video-fullscreen-button {
  color: #fff;
  background: #000;
  border-color: #fff !important;
}

@media screen and (max-width: 991px) {
  .advanced-search-grid,
  .youtube-controls,
  .youtube-player--compact .youtube-controls {
    grid-template-columns: 1fr;
  }

  .youtube-controls label {
    grid-template-columns: 72px minmax(0, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .search-tool-button {
    right: 12px;
    left: auto;
    bottom: calc(var(--rail-mobile-height) + 64px);
  }

  body:not(.admin-body):has(.home-return-rail) .search-tool-button {
    bottom: calc(var(--rail-mobile-height) + 114px);
  }

  .tag-drawer-button {
    right: 12px;
    bottom: calc(var(--rail-mobile-height) + 12px);
  }

  body:not(.admin-body):has(.home-return-rail) .tag-drawer-button {
    bottom: calc(var(--rail-mobile-height) + 62px);
  }

  .tag-drawer-panel {
    width: 100vw;
    height: calc(100vh - var(--rail-mobile-height));
    height: calc(100dvh - var(--rail-mobile-height));
    top: 0;
    right: 0;
    bottom: auto;
    border-right: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: translateY(100%);
  }

  .tag-drawer.is-open .tag-drawer-panel {
    transform: translateY(0);
  }

  .home-sticky-title {
    top: var(--sticky-top, 50px);
  }

  .nav-brand-row {
    min-height: 42px;
  }

  .nav-brand-home {
    font-size: clamp(23px, 7.1vw, 42px);
  }
}

/* Refinement pass: video controls, sticky section bars, tag index and semantic help */
.nav.is-open {
  display: flex;
}

.nav-colophon {
  margin-top: auto !important;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
}

.home-sticky-title.is-stuck {
  position: fixed;
  top: var(--sticky-top, 50px);
  left: 0;
  right: var(--rail-width);
  width: auto;
  box-sizing: border-box;
  color: #000;
  background: #fff !important;
}

html.light-off body:not(.admin-body) .home-sticky-title.is-stuck {
  color: #fff;
  background: #000 !important;
}

.youtube-controls {
  font-weight: 400;
  grid-template-columns: auto minmax(180px, 1fr) minmax(120px, .34fr) auto auto;
}

.youtube-controls label {
  font-weight: 400;
}

.youtube-controls button,
.youtube-controls select {
  min-height: 42px;
  height: 42px;
  box-sizing: border-box;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}

.youtube-controls select {
  padding-top: 0;
  padding-bottom: 0;
}

.youtube-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 14px;
  min-height: 14px;
  color: currentColor;
  background: transparent;
  border: 0 !important;
  padding: 0;
  accent-color: auto;
}

.youtube-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 1px;
  background: currentColor;
  border: 0;
}

.youtube-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: currentColor;
  border: 0;
  border-radius: 999px;
  margin-top: -4.5px;
}

.youtube-controls input[type="range"]::-moz-range-track {
  height: 1px;
  background: currentColor;
  border: 0;
}

.youtube-controls input[type="range"]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: currentColor;
  border: 0;
  border-radius: 999px;
}

.tag-drawer,
.tag-drawer.is-open {
  pointer-events: none;
  background: transparent;
}

.tag-drawer-panel {
  width: min(430px, calc(100vw - var(--rail-width) - 34px));
  height: auto;
  max-height: none;
  color: #000;
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  position: fixed;
  top: 46px;
  right: calc(var(--rail-width) + 18px);
  bottom: 92px;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  scrollbar-gutter: auto;
  transform: translateX(18px);
}

.tag-drawer.is-open .tag-drawer-panel {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}

.tag-drawer-close {
  display: none !important;
}

.tag-drawer-list {
  max-height: 100%;
  padding: 32px 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
}

.tag-drawer-list::-webkit-scrollbar {
  display: none;
}

.tag-drawer-pill {
  width: max-content;
  max-width: 100%;
  color: #000;
  background: #fff;
  border: 1px solid currentColor;
  text-align: center;
}

.tag-drawer-pill:nth-child(4n + 1),
.tag-drawer-pill:nth-child(4n + 2),
.tag-drawer-pill:nth-child(4n + 3) {
  margin-right: 0;
}

.tag-drawer-pill:nth-child(5n + 1) {
  margin-right: 52px;
}

.tag-drawer-pill:nth-child(5n + 2) {
  margin-right: 16px;
}

.tag-drawer-pill:nth-child(5n + 3) {
  margin-right: 86px;
}

.tag-drawer-pill:nth-child(5n + 4) {
  margin-right: 34px;
}

html.light-off body:not(.admin-body) .tag-drawer-panel {
  background: transparent !important;
}

html.light-off body:not(.admin-body) .tag-drawer-pill {
  color: #fff;
  background: #000;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .tag-drawer-pill:hover,
html.light-off body:not(.admin-body) .tag-drawer-pill:focus-visible {
  color: #000;
  background: #fff;
}

.semantic-help-button {
  z-index: 6;
  width: 38px;
  min-width: 38px !important;
  height: 38px;
  min-height: 38px;
  color: var(--semantic-3d-fg);
  background: var(--semantic-3d-bg);
  border: 1px solid var(--semantic-3d-fg) !important;
  border-radius: 999px !important;
  padding: 0 !important;
  font-family: Free Sans, sans-serif;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  left: 5vw;
}

.semantic-3d-layer-toggle {
  left: calc(5vw + 50px);
}

.semantic-help-lightbox {
  color: #fff;
  background: linear-gradient(115deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .68) 58%, rgba(0, 0, 0, .36));
  backdrop-filter: blur(8px);
  place-items: stretch;
  padding: 0;
}

.semantic-help-panel {
  width: 100%;
  height: 100%;
  max-height: none;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: clamp(72px, 9vw, 150px) 5vw 5vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: var(--site-body-size);
  line-height: 1.18;
}

.semantic-help-panel p {
  max-width: min(1280px, 88vw);
}

.semantic-help-panel .site-lightbox-close {
  color: #fff;
  border-color: #fff;
}

html.light-off body:not(.admin-body) .semantic-help-lightbox {
  color: #fff;
  background: linear-gradient(115deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .68) 58%, rgba(0, 0, 0, .36));
}

html.light-off body:not(.admin-body) .semantic-help-panel {
  color: #fff;
  background: transparent;
  border: 0;
}

html.light-off body:not(.admin-body) .semantic-help-panel .site-lightbox-close {
  color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 991px) {
  .youtube-controls,
  .youtube-player--compact .youtube-controls {
    grid-template-columns: 1fr;
  }

  .youtube-controls label {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .home-sticky-title.is-stuck {
    right: 0;
  }

  .tag-drawer-panel {
    width: min(430px, calc(100vw - 24px));
    top: 12px;
    right: 12px;
    bottom: calc(var(--rail-mobile-height) + 68px);
    border: 0 !important;
    transform: translateX(18px);
  }

  .tag-drawer.is-open .tag-drawer-panel {
    transform: translateX(0);
  }

  .semantic-help-button {
    left: 16px;
  }

  .semantic-3d-layer-toggle {
    left: 66px;
  }
}

/* Final interaction refinements */
.search-lightbox-title {
  position: absolute;
  top: clamp(72px, 8vw, 132px);
  left: 5vw;
  right: 5vw;
  margin: 0;
  color: inherit;
  font-family: Free Sans, Arial, sans-serif;
  font-size: clamp(28px, 3.1vw, 58px);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.search-lightbox .advanced-search-form {
  padding-top: clamp(72px, 8vw, 132px);
}

.subscribe-form {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff !important;
}

.subscribe-form .heading,
.subscribe-form .heading.white,
.subscribe-form-input {
  color: #fff !important;
}

.subscribe-form-input {
  border-color: #fff !important;
}

.submit-button {
  color: #000 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.submit-button:hover,
.submit-button:focus-visible {
  color: #fff !important;
  background: #000 !important;
}

html.light-off body:not(.admin-body) .subscribe-form {
  color: #000 !important;
  background: #fff !important;
  border-color: #000 !important;
}

html.light-off body:not(.admin-body) .subscribe-form .heading,
html.light-off body:not(.admin-body) .subscribe-form .heading.white,
html.light-off body:not(.admin-body) .subscribe-form-input {
  color: #000 !important;
}

html.light-off body:not(.admin-body) .subscribe-form-input {
  border-color: #000 !important;
}

html.light-off body:not(.admin-body) .submit-button {
  color: #fff !important;
  background: #000 !important;
  border-color: #000 !important;
}

html.light-off body:not(.admin-body) .submit-button:hover,
html.light-off body:not(.admin-body) .submit-button:focus-visible {
  color: #000 !important;
  background: #fff !important;
}

.home-sticky-title.is-stuck {
  min-height: var(--header-height, 50px);
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sticky-title.is-stuck .paragraph.ddd,
.home-sticky-title.is-stuck .paragraph.ddd a {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.tag-drawer-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tag-drawer-pill,
.tag-drawer-pill:nth-child(4n + 1),
.tag-drawer-pill:nth-child(4n + 2),
.tag-drawer-pill:nth-child(4n + 3),
.tag-drawer-pill:nth-child(5n + 1),
.tag-drawer-pill:nth-child(5n + 2),
.tag-drawer-pill:nth-child(5n + 3),
.tag-drawer-pill:nth-child(5n + 4) {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.semantic-help-lightbox,
.semantic-help-lightbox *,
html.light-off body:not(.admin-body) .semantic-help-lightbox,
html.light-off body:not(.admin-body) .semantic-help-lightbox * {
  color: #fff !important;
}

.semantic-help-panel .site-lightbox-close {
  display: none !important;
}

.project-gallery-slide .youtube-player {
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto;
}

.project-gallery-slide .youtube-controls {
  border-top: 1px solid currentColor;
}

@media screen and (max-width: 767px) {
  .search-lightbox-title {
    top: clamp(64px, 14vw, 96px);
  }

  .search-lightbox .advanced-search-form {
    padding-top: clamp(70px, 16vw, 110px);
  }
}

/* Final visual pass */
.search-lightbox {
  background: rgba(255, 255, 255, .72) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.search-lightbox .site-lightbox-panel {
  background: rgba(255, 255, 255, .64) !important;
}

.search-lightbox-title {
  top: calc(var(--header-height, 50px) + 18px) !important;
  font-size: var(--site-body-size) !important;
  line-height: 1 !important;
}

.search-lightbox .advanced-search-form {
  padding-top: calc(var(--header-height, 50px) + 46px) !important;
}

html.light-off body:not(.admin-body) .search-lightbox {
  background: rgba(0, 0, 0, .72) !important;
}

html.light-off body:not(.admin-body) .search-lightbox .site-lightbox-panel {
  background: rgba(0, 0, 0, .64) !important;
}

.nav-brand-row,
.nav-colophon {
  border-top: 0 !important;
}

.semantic-help-panel,
.semantic-help-panel * {
  font-weight: 400 !important;
}

.project-gallery,
.project-gallery.has-controls {
  --project-gallery-control-height: var(--header-height, 52px);
}

.project-gallery.has-controls {
  grid-template-rows: minmax(0, 1fr) var(--project-gallery-control-height) !important;
}

.project-gallery-slide:has(.youtube-player) {
  padding: 0 !important;
  justify-content: stretch !important;
}

.project-gallery-slide .youtube-player {
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) var(--project-gallery-control-height) !important;
}

.project-gallery-controls,
.project-gallery-slide .youtube-controls {
  width: 100%;
  min-height: var(--project-gallery-control-height) !important;
  height: var(--project-gallery-control-height) !important;
  box-sizing: border-box;
  padding: 0 clamp(18px, 2.4vw, 48px) !important;
  font-size: var(--site-body-size) !important;
  line-height: 1 !important;
}

.project-gallery-slide .youtube-controls {
  align-self: end;
  border-top: 1px solid currentColor;
  display: grid;
}

.project-gallery-slide .youtube-controls button,
.project-gallery-slide .youtube-controls select {
  min-height: calc(var(--project-gallery-control-height) - 14px);
  height: calc(var(--project-gallery-control-height) - 14px);
}

@media screen and (max-width: 767px) {
  .search-lightbox-title {
    top: calc(var(--header-height, 50px) + 12px) !important;
  }

  .search-lightbox .advanced-search-form {
    padding-top: calc(var(--header-height, 50px) + 42px) !important;
  }
}

/* Row, post and mobile refinements */
.search-lightbox {
  background: rgba(255, 255, 255, .54) !important;
}

.search-lightbox .site-lightbox-panel {
  background: rgba(255, 255, 255, .42) !important;
}

html.light-off body:not(.admin-body) .search-lightbox {
  background: rgba(0, 0, 0, .54) !important;
}

html.light-off body:not(.admin-body) .search-lightbox .site-lightbox-panel {
  background: rgba(0, 0, 0, .42) !important;
}

body.body-2 .heading-2 {
  color: #000 !important;
}

html.light-off body.body-2 .heading-2 {
  color: #fff !important;
}

.post-hero-tags .collection-list {
  gap: .36em;
  justify-content: center;
  align-items: center;
}

.post-hero-tag.dynamic-tag {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid currentColor;
  font-size: clamp(24px, 2.2vw, 44px);
  text-decoration: none;
  display: inline-flex;
}

.post-hero-tag.dynamic-tag:hover,
.post-hero-tag.dynamic-tag:focus-visible {
  color: #fff !important;
  background: #000 !important;
}

html.light-off body:not(.admin-body) .post-hero-tag.dynamic-tag {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff !important;
}

html.light-off body:not(.admin-body) .post-hero-tag.dynamic-tag:hover,
html.light-off body:not(.admin-body) .post-hero-tag.dynamic-tag:focus-visible {
  color: #000 !important;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .home-sticky-title.is-stuck {
    position: sticky !important;
    top: var(--sticky-top, 50px) !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
  }

  .home-archive-section .archive-mobile,
  .archive-mobile {
    width: 100%;
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    margin-bottom: var(--home-section-gap);
    box-sizing: border-box;
  }

  .archive-mobile .collection-item-24,
  .archive-mobile .archive-row-link {
    color: inherit;
    border-top: 1px solid currentColor !important;
    padding: 9px 0 !important;
    text-decoration: none;
    display: block;
  }

  .archive-mobile .collection-item-24:last-child,
  .archive-mobile .archive-row-link:last-child {
    border-bottom: 1px solid currentColor !important;
  }

  .archive-mobile .text-block-23,
  .archive-mobile .link-29,
  .archive-mobile .text-block-24 {
    color: inherit;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .home-projects-index .project-row-preview,
  .home-audio-video-index .project-row-preview {
    width: 100% !important;
    max-width: none !important;
    margin: 10px 0 8px !important;
    border-color: currentColor;
  }

  .home-projects-index .project-row-preview img,
  .home-audio-video-index .project-row-preview img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
  }

  .home-projects-index .project-row,
  .home-audio-video-index .project-row {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}

/* Project detail gallery text normalization */
.nav-colophon {
  border-top: 1px solid var(--menu-fg) !important;
}

.project-gallery-panel {
  --project-gallery-text-size: 18px;
}

.project-gallery figcaption,
.project-gallery-controls,
.project-gallery-controls button,
.project-gallery-controls span,
.project-gallery-slide .youtube-controls,
.project-gallery-slide .youtube-controls button,
.project-gallery-slide .youtube-controls label,
.project-gallery-slide .youtube-controls select {
  font-family: Free Sans, sans-serif !important;
  font-size: var(--project-gallery-text-size) !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

.project-gallery-controls,
.project-gallery-slide .youtube-controls {
  min-height: var(--project-gallery-control-height) !important;
  height: var(--project-gallery-control-height) !important;
  align-items: center;
}

.project-gallery-slide .youtube-controls {
  grid-template-columns: auto minmax(160px, 1fr) minmax(110px, .32fr) auto auto;
  gap: 12px;
}

/* CMS/content paste pass */
.nav-brand-row {
  border-top: 0 !important;
}

.nav,
.nav-colophon,
.menu-rail {
  color: #000 !important;
  background-color: var(--menu-yellow) !important;
  border-color: #000 !important;
}

.nav *,
.nav *::before,
.nav *::after,
.menu-rail,
.menu-rail *::before,
.menu-rail *::after {
  border-color: #000 !important;
}

.nav-brand-home,
.nav-about,
.nav-colophon,
.nav-colophon p {
  color: #000 !important;
}

.nav .close-icon {
  display: none !important;
}

.nav .close {
  padding: 0 !important;
  color: #000 !important;
  text-decoration: none !important;
}

.nav .close::before {
  content: "\2197";
  color: #000 !important;
  font-family: Free Sans, Arial, sans-serif;
  font-size: clamp(38px, 4vw, 72px);
  font-weight: 400;
  line-height: 1;
}

html.light-off body:not(.admin-body) .nav,
html.light-off body:not(.admin-body) .nav-colophon,
html.light-off body:not(.admin-body) .menu-rail {
  color: #000 !important;
  background-color: var(--night-menu-blue) !important;
  border-color: #000 !important;
}

html.light-off body:not(.admin-body) .nav *,
html.light-off body:not(.admin-body) .nav *::before,
html.light-off body:not(.admin-body) .nav *::after,
html.light-off body:not(.admin-body) .menu-rail,
html.light-off body:not(.admin-body) .menu-rail *::before,
html.light-off body:not(.admin-body) .menu-rail *::after {
  border-color: #000 !important;
}

html.light-off body:not(.admin-body) .nav-brand-home,
html.light-off body:not(.admin-body) .nav-about,
html.light-off body:not(.admin-body) .nav-colophon,
html.light-off body:not(.admin-body) .nav-colophon p {
  color: #000 !important;
}

@media screen and (max-width: 767px) {
  .home-sticky-title {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: var(--header-height, 50px) !important;
    box-sizing: border-box;
    color: #000 !important;
    background: #fff !important;
    border-top: 1px solid currentColor !important;
    border-bottom: 1px solid currentColor !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .home-sticky-title.is-stuck {
    position: sticky !important;
    top: var(--sticky-top, var(--header-height, 50px)) !important;
  }

  .home-sticky-title .paragraph.ddd,
  .home-sticky-title .paragraph.ddd a,
  .home-sticky-title.is-stuck .paragraph.ddd,
  .home-sticky-title.is-stuck .paragraph.ddd a {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: var(--site-body-size) !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  html.light-off body:not(.admin-body) .home-sticky-title,
  html.light-off body:not(.admin-body) .home-sticky-title.is-stuck {
    color: #fff !important;
    background: #000 !important;
  }

  .rich-text-block-4 figure.media-align-left,
  .rich-text-block-4 figure.media-align-right,
  .rich-editor figure.media-align-left,
  .rich-editor figure.media-align-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.project-gallery-slide .youtube-controls label {
  gap: 8px;
}

.project-gallery-slide .youtube-controls button,
.project-gallery-slide .youtube-controls select {
  min-height: calc(var(--project-gallery-control-height) - 16px) !important;
  height: calc(var(--project-gallery-control-height) - 16px) !important;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .project-gallery-panel {
    --project-gallery-text-size: 14px;
  }

  .project-gallery-slide .youtube-controls {
    grid-template-columns: 1fr;
    height: auto !important;
    min-height: var(--project-gallery-control-height) !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

body.project-detail-body .search-tool-button,
body.project-detail-body .tag-drawer-button {
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

body.project-detail-body:not(.project-recap-tools-visible) .search-tool-button,
body.project-detail-body:not(.project-recap-tools-visible) .tag-drawer-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
}

body.project-detail-body:not(.project-recap-tools-visible) .tag-drawer {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
