

.bg {
  position: fixed; inset: 0; z-index: -1;
  background: var(--c-white);
  overflow: hidden;
  pointer-events: none;
  transform-origin: 50% 0;
}

.bg > img {
  position: absolute; top: 0; left: 50%;
  width: 100%; margin-left: -50%; max-width: none; height: auto;
}
body[data-page='intro'] .bg { opacity: 0; }

@media (max-width: 700px) {
  .bg > img { width: 200%; margin-left: -100%; }
}

.stage { transform-origin: 50% 35%; }

body { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
.stage { display: flex; flex-direction: column; flex: 1 0 auto; }
.stage > main { flex: 1 0 auto; }

html { scrollbar-gutter: stable; }
html.is-paging { overflow-x: hidden; overflow-x: clip; }

html.is-paging body { overflow-x: clip; }

html.is-paging .stage { pointer-events: none; }
html.is-paging .stage { will-change: transform, filter, opacity; }

:root { --lift: 1.012; }
[data-zoomable],
.wall .thumb-img { transition: transform .25s ease; }
[data-zoomable]:hover,
.wall-cell:hover .thumb-img { transform: scale(var(--lift)); }

.nav-header {
  width: min(var(--page), 100% - 48px);
  margin: 0 auto;
  padding: 29px 0 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: 'mark aside' 'nav aside';
  column-gap: 32px; row-gap: 18px;
  position: relative; z-index: 20;
}
.nav-wordmark {
  grid-area: mark; margin-left: 81px;
  font-size: var(--t-h2); line-height: var(--lh-h2); font-weight: 700;
  color: var(--c-teal);

  transition: color .18s ease;
}
a.nav-wordmark:hover, a.nav-wordmark:focus-visible { color: var(--c-coral); }
.nav-row { grid-area: nav; display: flex; gap: 37px; align-items: baseline; flex-wrap: wrap; }
.nav-item {
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 500;
  color: var(--c-teal); transition: color .18s ease;
}
.nav-item:hover, .nav-item[data-active] { color: var(--c-coral); }

.nav-brace {
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 400;
  color: var(--c-teal); opacity: .38;
  text-decoration: line-through; text-decoration-thickness: 1px;
  user-select: none; pointer-events: none;
}
.nav-brace[data-brace="open"] { margin-right: -25px; }
.nav-brace[data-brace="close"] { margin-left: -25px; }

.nav-aside {
  grid-area: aside;
  display: grid; grid-template-columns: auto auto auto auto;
  align-items: center; justify-items: end;
  column-gap: 10px; row-gap: 14px;
  grid-template-areas: 'collab collab chip1 chip2' 'email email lang lang';
}
.nav-collab {
  grid-area: collab;
  font-size: var(--t-h3); line-height: var(--lh-h3); font-weight: 700; color: var(--c-teal);

  transition: color .18s ease;
}
.nav-collab:hover, .nav-collab[data-active] { color: var(--c-coral); }
.nav-email {
  grid-area: email;
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 500; color: var(--c-teal);

  transition: color .18s ease;
}
.nav-email:hover, .nav-email:focus-visible { color: var(--c-coral); }
.chip {
  width: 29px; height: 29px; border-radius: 50%;
  background: var(--c-teal-muted); color: var(--c-white);
  display: grid; place-items: center;
  font-size: var(--t-small); line-height: 1; font-weight: 500;

  transition: background-color .18s ease;
}
.chip:hover, .chip:focus-visible { background: var(--c-coral); }
.chip-1 { grid-area: chip1; }
.chip-2 { grid-area: chip2; }

.nav-langs { grid-area: lang; display: flex; align-items: baseline; }
.nav-lang {
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 700;
  color: var(--c-teal-muted); transition: color .18s ease;
}
.nav-lang[data-active] { color: var(--c-coral); }
a.nav-lang:hover, a.nav-lang:focus-visible { color: var(--c-coral); }

.nav-lang + .nav-lang { margin-left: 9px; padding-left: 9px; border-left: 1px solid var(--c-grey); }

.nav-menu { display: contents; }
.nav-toggle { display: none; }

body[data-page='intro'] .foot { display: none; }

body:is([data-page='contact'], [data-page='workshops']) .foot-cta { display: none; }

:root { --nav-h: 110px; --intro-fit: 1; --intro-a: 2400 / 1351; }
.intro-stage {

  --intro-free: max(0px, 100dvh - var(--nav-h));
  height: var(--intro-free);
  display: flex; align-items: flex-end; justify-content: flex-start;
}
.intro-figure {
  position: relative;
  aspect-ratio: var(--intro-a);
  width: min(var(--intro-fit) * 100%, var(--intro-free) * (var(--intro-a)));
}

.intro-figure picture { display: contents; }
.intro-art { display: block; width: 100%; height: 100%; object-fit: contain; }

.intro-anim {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 400% 100%;
  background-position: 0 0;
  opacity: 0;
  pointer-events: none;
}

.intro-figure.is-ready .intro-anim--wink { background-image: url("../img/intro-wink.webp"); }
.intro-figure.is-ready .intro-anim--hand { background-image: url("../img/intro-hand.webp"); }

.intro-anim--wink { left: 29.3750%; top: 21.9097%; width: 6.0000%; height:  4.5892%; }
.intro-anim--hand { left: 68.7500%; top: 63.2124%; width: 4.1250%; height:  9.4745%; }

.intro-anim--wink.is-playing { opacity: 1; animation: intro-wink 360ms step-end; }
.intro-anim--hand.is-playing { opacity: 1; animation: intro-hand 500ms step-end; }

@keyframes intro-wink {
  0%      { background-position:  33.3333% 0; }
  11.111% { background-position:  66.6667% 0; }
  22.222% { background-position: 100%      0; }
}

@keyframes intro-hand {
  0%  { background-position:  33.3333% 0; }
  8%  { background-position:  66.6667% 0; }
  34% { background-position: 100%      0; }
  42% { background-position:   0%      0; }
  58% { background-position:  33.3333% 0; }
  66% { background-position:  66.6667% 0; }
  92% { background-position: 100%      0; }
}

@media (max-width: 700px) {
  :root { --intro-a: 2206 / 3347; }
  .intro-anim--wink { display: none; }
  .intro-figure.is-ready .intro-anim--hand {
    background-image: url("../img/intro-hand-phone.webp");
  }
  .intro-anim--hand {
    left: 34.0000%; top: 52.9379%; width: 14.1667%; height: 12.0264%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-figure:not(.force-motion) .intro-anim { display: none; }
}

.tagbar {
  width: min(var(--page), 100% - 48px);
  margin: 26px auto 0; padding-left: 98px;
  display: flex; flex-wrap: wrap; gap: 12px 42px;
}
.tag {
  font-size: var(--t-lead); line-height: var(--lh-lead); font-weight: 800;
  color: var(--c-tag); padding: 0; border-radius: var(--r-sm);
  transition: color .18s ease;
}
.tag:hover { color: var(--c-coral); }
.tag[data-active] { color: var(--c-coral); }

.grid-cell { margin: 0; }
.grid-cell[hidden] { display: none; }

.wall-row[hidden] { display: none; }
.grid-empty, .grid-none {
  text-align: center; color: var(--c-teal-body); padding: 60px 0;
}
.grid-none { width: min(var(--page), 100% - 48px); margin: 0 auto; }

.wall {

  --wall-h: min(560px, 62vh);
  width: min(var(--page), 100% - 48px);
  margin: 42px auto 0; padding: 0 0 0 6px;
  display: flex; flex-direction: column; gap: 20px;

  isolation: isolate;
}

.wall-flights {
  position: fixed; inset: 0; z-index: 10;
  overflow: hidden; pointer-events: none;
}

.wall-flight { position: absolute; margin: 0; max-width: none; }
.wall-flights .wall-flight > * {
  display: block; width: 100%; height: 100%; aspect-ratio: auto;
}

.wall-cell.is-flying { visibility: hidden; }
.wall-row { display: flex; gap: 20px; align-items: flex-start; }
.wall-cell {
  flex: var(--a) 1 0; min-width: 0;
  max-width: calc(var(--a) * var(--wall-h));
}
.wall-img {
  display: block; width: 100%; aspect-ratio: var(--a);
  object-fit: cover;
  border-radius: var(--r); background: var(--c-grey);
}

.wall-row-tall .wall-cell { max-width: none; }
.wall-img:focus-visible { outline: 3px solid var(--c-coral); outline-offset: 3px; }

.wall .thumb { aspect-ratio: var(--a); }
.wall .thumb-img { display: block; }

@media (max-width: 760px) {

  .wall { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start; }
  .wall-row { display: contents; }
  .wall-cell { max-width: none; }

  .wall .thumb-name, .wall-flights .thumb-name {
    font-size: var(--t-h3); line-height: var(--lh-h3);
  }
  .wall .thumb-veil, .wall-flights .thumb-veil { padding: 12px; gap: 8px; }
}

@media (max-width: 520px) {
  .wall { grid-template-columns: 1fr; gap: 18px; }
}

.thumb {
  position: relative; display: block; width: 100%;
  aspect-ratio: 366 / 531;
  border-radius: var(--r); overflow: hidden; background: var(--c-grey);
}
.thumb-img { width: 100%; height: 100%; object-fit: cover; }

.thumb-veil {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px;
  padding: 24px;
  background: rgb(255 255 255 / .67);
  border: 2px solid var(--c-teal);
  border-radius: var(--r);
  opacity: 0; transition: opacity .22s ease;
}
.thumb:hover .thumb-veil, .thumb:focus-visible .thumb-veil { opacity: 1; }
.thumb-name {
  font-size: var(--t-hub); line-height: var(--lh-hub); font-weight: 700;
  color: var(--c-teal); text-align: center; white-space: pre-line;
}

.thumb-tags {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0 20px;
}
.thumb-tag {
  font-size: var(--t-h3); line-height: var(--lh-h3); font-weight: 800;
  color: var(--c-coral); text-align: center;
}

@media (hover: none) {
  .thumb-veil { opacity: 1; }
}

.hub-intro {
  width: min(var(--body-w), 100% - 48px);
  margin: 120px auto 0;
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 400;
  color: var(--c-teal-body);
  white-space: pre-wrap;
}

:is(.card-para, .ws-lead, .ws-copy) p { margin: 0; text-indent: var(--indent); }
:is(.card-para, .ws-lead, .ws-copy) p:has(br) { text-indent: 0; }
:is(.card-para, .ws-lead, .ws-copy) :is(p:has(br) + p, p + p:has(br)) {
  margin-top: var(--blank-line);
}

.mosaic {
  width: min(var(--page), 100% - 48px);
  margin: var(--stack-loose) auto 0;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; column-gap: var(--gutter);
}
.mosaic-strip {

  --unit: calc(100% / 1034);
  display: flex; gap: calc(21 * var(--unit));

  aspect-ratio: 1034 / 494;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.mosaic-strip::-webkit-scrollbar { display: none; }
.mosaic-col {
  flex: 0 0 calc(var(--col-w, 1) * var(--unit));
  min-width: 0;
  display: flex; flex-direction: column; gap: 21px;
  scroll-snap-align: start;
}
.mosaic-img {
  flex: var(--span, 1) 1 0;
  min-height: 0; width: 100%; height: 100%;
  object-fit: cover; border-radius: var(--r);
  background: var(--c-grey);
}

.mosaic-step {
  width: 44px; height: 44px; display: grid; place-items: center;
  font-size: 26px; line-height: 1; color: var(--c-teal);
  transition: color .18s ease, opacity .18s ease;
}
.mosaic-step:hover { color: var(--c-coral); }
.mosaic-step[disabled] { opacity: .25; cursor: default; }

.backdrop {
  position: fixed; inset: 0; z-index: 50;
  overflow-y: auto; overscroll-behavior: contain;
  padding: var(--card-top) 24px 80px;
  background: rgb(255 255 255 / .35);

}
.card {
  position: relative;
  width: var(--card-w); max-width: 100%;
  margin: 0 auto;

  background: var(--card-bg, var(--c-cream));
  border: 4px solid var(--c-teal);
  border-radius: 0;
  padding: 83px var(--card-inset) var(--stack-loose);
}
.card-close {
  position: absolute; top: 24px; right: 45px;
  width: 32px; height: 32px; display: grid; place-items: center;
  font-size: 30px; line-height: 1; color: var(--c-coral);
}
.card-close:hover { color: var(--c-teal); }

.card-header {

  width: var(--card-header-w); max-width: 100%; margin-inline: auto;

  display: grid; grid-template-columns: 421fr 431fr;
  column-gap: calc(74 / 926 * 100%); align-items: start;
  margin-bottom: var(--stack-loose);
}
.card-hero { width: 100%; border-radius: var(--r); background: var(--c-grey); }
.card-headtext { padding-top: 130px; }

.card-title {
  margin: 0;
  font-size: var(--t-display); line-height: var(--lh-display); font-weight: 700;
  color: var(--c-coral); white-space: pre-line;
}

.card-subtitle {

  margin: 12px 0 0;
  font-size: var(--t-h1); line-height: var(--lh-h1);
  font-weight: var(--card-subtitle-weight, 600);
  color: var(--card-subtitle, var(--c-teal));

}
.card-meta {
  margin: 30px 0 0;
  font-size: var(--t-lead); line-height: var(--lh-lead); font-weight: 500;
  color: var(--c-teal-deep);
}

.card-meta p { margin: 0; }
.card-meta p + p { margin-top: var(--blank-line); }

.card-body { display: flex; flex-direction: column; }
.card-para {
  width: var(--body-w); max-width: 100%;
  margin-inline: auto;
  font-size: var(--t-body); line-height: var(--lh-body); font-weight: 400;
  color: var(--c-teal-body);
}

.card-para[data-variant='lead'] {
  font-size: var(--t-h4); line-height: var(--lh-h4); font-weight: 700;
}

.card-para[data-variant='note'] p { text-indent: 0; }
.card-para[data-variant='note'] p + p { margin-top: var(--blank-line); }
.card-para[data-variant='note'] {
  font-size: var(--t-small); line-height: var(--lh-small); font-weight: 400;
  color: var(--c-teal);
}

.card-body > * + * { margin-top: var(--stack); }

.card-body > .card-para + *,
.card-body > * + .card-para { margin-top: var(--stack-loose); }

.card-body > :is(.media-row, .mv-wrap) + :is(.media-row, .mv-wrap) { margin-top: var(--gutter); }
.card-body > .media-row[data-width='body'] + .media-row:not([data-width='body']),
.card-body > .media-row:not([data-width='body']) + .media-row[data-width='body'] {
  margin-top: var(--stack);
}

.card-body > .card-para + .card-para[data-variant='lead'],
.card-body > .card-para + .card-para[data-variant='note'] { margin-top: var(--stack-tight); }
.card-body > .card-para[data-variant='lead'] + .card-para,
.card-body > .card-para[data-variant='note'] + .card-para { margin-top: var(--stack); }

.card-next {
  display: block; width: fit-content; margin: var(--stack-loose) 0 0 auto;
  font-size: var(--t-h3); line-height: var(--lh-h3); font-weight: 700; color: var(--c-coral);
}

.ink-coral { color: var(--c-coral); }
.ink-teal  { color: var(--c-teal); }
.ink-small { font-size: var(--t-small); line-height: var(--lh-small); font-weight: 400; }

:is(.hub-intro, .card-para, .card-meta, .card-subtitle, .media-caption,
    .ws-lead, .ws-copy) a {
  color: var(--c-coral);
  transition: color .18s ease;
}
:is(.hub-intro, .card-para, .card-meta, .card-subtitle, .media-caption,
    .ws-lead, .ws-copy) a:hover,
:is(.hub-intro, .card-para, .card-meta, .card-subtitle, .media-caption,
    .ws-lead, .ws-copy) a:focus-visible {
  color: var(--c-teal);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.media-row {
  display: flex; gap: var(--gutter); margin-inline: auto; align-items: flex-start;
  width: var(--card-inner); max-width: 100%;
}
.media-row[data-width='body'] { width: var(--body-w); }

.media-row[data-plate] {

  width: calc(100% + 2 * var(--card-inset)); max-width: none;
  margin-inline: calc(-1 * var(--card-inset));
  padding: 30px var(--card-inset) 25px;
  background: #fff;
}
.media-col {
  flex: var(--w, 1) 1 0; min-width: 0;
  display: flex; flex-direction: column; gap: var(--gutter);
}

.media-img {
  width: 100%; aspect-ratio: var(--a); object-fit: cover;
  border-radius: var(--r);

}

.media-cell { margin: 0; min-width: 0; }

.media-caption {
  margin-top: 10px;
  width: calc(var(--cap, 1) * 100% + var(--capg, 0) * var(--gutter));
  font-size: var(--t-small); line-height: var(--lh-small); font-weight: 400;
  color: var(--c-teal-body);
}

.mv-wrap {
  position: relative; width: var(--card-inner); max-width: 100%;
  margin-inline: auto; aspect-ratio: 16 / 10;
  border-radius: var(--r); overflow: hidden;

  background: var(--card-bg, var(--c-cream));

  user-select: none; -webkit-user-select: none;

  -webkit-tap-highlight-color: transparent;
}

.mv-hero {
  width: 100%; margin-inline: 0; aspect-ratio: 4 / 5; max-height: 72vh;
}
.mv-el { width: 100%; height: 100%; display: block; --poster-color: transparent; }
.mv-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.mv-note {
  position: absolute; inset-inline: 0; bottom: 0; padding: 10px 14px;
  font-size: var(--t-small); line-height: var(--lh-small);
  color: var(--c-teal-body); text-align: center;
}

.mv-spinner {
  position: absolute; top: 50%; left: 50%;
  width: 34px; height: 34px; margin: -17px 0 0 -17px;
  border: 3px solid rgb(34 131 141 / .18);
  border-top-color: var(--c-teal);
  border-radius: 50%;
  animation: mv-spin .8s linear infinite;
}

.mv-wrap.is-loaded .mv-spinner { display: none; }
@keyframes mv-spin { to { transform: rotate(1turn); } }
@media (prefers-reduced-motion: reduce) {

  .mv-spinner { animation: mv-pulse 1.4s ease-in-out infinite; }
  @keyframes mv-pulse { 50% { opacity: .3; } }
}

.mv-reset {
  position: absolute; right: 14px; bottom: 14px; padding: 7px 14px;
  border-radius: var(--r-sm);
  font-size: var(--t-small); line-height: var(--lh-small); font-weight: 500;
  color: var(--c-teal);
}
.mv-reset:hover { color: var(--c-coral); }

.foot { width: min(var(--page), 100% - 48px); margin: var(--stack-loose) auto 0; }

.foot-cta {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  padding-bottom: var(--stack);
}
.foot-snail {
  grid-area: 1 / 2;
  justify-self: start;

  width: 421px; max-width: none; margin: 26px 0 0 -248px;
}
.foot-cta-text {
  grid-area: 1 / 2;
  position: relative;
}
.foot-lead {
  margin: 0; white-space: nowrap;
  font-size: var(--t-h3); line-height: var(--lh-h3); font-weight: 500; color: var(--c-teal-soft);
}

.foot-cta-link {
  position: absolute; left: 51px; top: 37px;
  white-space: nowrap;
  font-size: var(--t-lead); line-height: var(--lh-lead); font-weight: 800;
  color: var(--c-coral); border-bottom: 1px solid transparent;
}
.foot-cta-link:hover, .foot-cta-link:focus-visible { border-bottom-color: currentColor; }
.foot-bar {
  display: flex; align-items: center; gap: 16px;
  padding: var(--stack) 42px 40px;
  font-size: var(--t-small); line-height: var(--lh-small); font-weight: 500; color: var(--c-teal);
}
.foot-copy { margin-right: auto; }

.foot-copy a { transition: color .18s ease; }
.foot-copy a:hover, .foot-copy a:focus-visible { color: var(--c-coral); }
.foot-social { display: flex; gap: 15px; }

.foot-email { margin-right: auto; transition: color .18s ease; }
.foot-email:hover, .foot-email:focus-visible { color: var(--c-coral); }
.foot-langs { display: flex; align-items: baseline; }
.foot-lang {
  font-size: var(--t-nav); font-weight: 700;
  color: var(--c-teal-muted); transition: color .18s ease;
}
.foot-lang[data-active] { color: var(--c-coral); }
a.foot-lang:hover, a.foot-lang:focus-visible { color: var(--c-coral); }
.foot-lang + .foot-lang { margin-left: 9px; padding-left: 9px; border-left: 1px solid var(--c-grey); }

.ws {
  width: min(var(--page), 100% - 48px);
  margin: 86px auto 0;
}

.ws-picker {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;

  align-items: stretch;
}
.ws-tab {
  display: flex; flex-direction: column; justify-content: space-between; gap: 18px;
  padding: 0; text-align: center;
  color: var(--c-teal);
  transition: color .22s ease;
}

.ws-tab:hover, .ws-tab[data-active] { color: var(--c-coral); }
.ws-tab-name {
  order: -1;
  font-size: var(--t-h3); line-height: var(--lh-h3); font-weight: 700;
  color: inherit;
}
.ws-tab-card {
  display: block; width: 100%; aspect-ratio: 1.83;
  border-radius: var(--r); overflow: hidden;
  background: var(--c-grey);

  transition: transform .3s cubic-bezier(.16, 1, .3, 1), opacity .22s ease;
}
.ws-tab-img { width: 100%; height: 100%; object-fit: cover; }
.ws-tab:hover .ws-tab-card { transform: translateY(-4px); }

.ws-lead {
  width: min(var(--body-w), 100%);
  margin: var(--stack) 0 0;
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 400;
  color: var(--c-teal-body);
}

.ws-stage { position: relative; }

html.is-ws-paging { overflow-x: hidden; overflow-x: clip; }
.ws-panel[hidden], .ws-pinned[hidden] { display: none; }

.ws-item { margin: var(--stack) 0 0; }
.ws-item-head { margin: 0; }

.ws-item-toggle {
  display: flex; align-items: center; gap: 14px;
  width: 100%; padding: 0; text-align: left;
  color: var(--c-teal);
  transition: color .22s ease;
}
.ws-item-toggle:hover { color: var(--c-coral); }
.ws-item[data-open] .ws-item-toggle { color: var(--c-coral); }

.ws-item-title {
  font-size: var(--t-lead); line-height: var(--lh-lead); font-weight: 700;
  color: var(--c-coral);
}

.ws-chevron {
  flex: none; width: 21px; height: 9px; overflow: visible;
  color: var(--c-teal);
  transform: rotate(-90deg); transform-origin: 50% 50%;
  transition: transform .34s cubic-bezier(.16, 1, .3, 1), color .22s ease;
}
.ws-item-toggle:hover .ws-chevron,
.ws-item[data-open] .ws-chevron { color: var(--c-coral); }
.ws-item[data-open] .ws-chevron { transform: rotate(0deg); }

.ws-copy {
  width: min(var(--body-w), 100%);
  margin-top: var(--stack-tight);
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 400;
  color: var(--c-teal-body);
}

.ws-lede + .ws-more > p:first-child:has(br) { margin-top: var(--blank-line); }

.ws-more { overflow: hidden; }
.ws-item:not([data-open]) .ws-more { height: 0; opacity: 0; }

.ws-shots {
  --out: 0px;
  width: min(calc(var(--body-w) + 2 * var(--out)), 100%);
  margin: var(--stack-tight) 0 0 calc(-1 * var(--out));
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; column-gap: var(--gutter);
}
@media (min-width: 1290px) {
  .ws-shots { --out: calc(44px + var(--gutter)); }
}
.ws-strip {
  --row: .310;
  display: flex; gap: var(--gutter); align-items: center;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ws-strip::-webkit-scrollbar { display: none; }

.ws-page {
  flex: 0 0 100%;
  display: flex; gap: var(--gutter);
  scroll-snap-align: start;
}

.ws-strip[data-packed] .ws-shot {
  width: calc(var(--h) * var(--a) * var(--z, 1));
  height: var(--h);
}
.ws-shot {
  flex: 0 0 auto; width: auto;

  height: var(--h, clamp(170px, 18vw, 285px));
  aspect-ratio: var(--a, 1);
  object-fit: cover;
  border-radius: var(--r);
  background: var(--c-grey);
  scroll-snap-align: start;
}
.ws-step {
  width: 44px; height: 44px; display: grid; place-items: center;
  font-size: 26px; line-height: 1; color: var(--c-teal);
  transition: color .18s ease, opacity .18s ease;
}
.ws-step:hover { color: var(--c-coral); }
.ws-step[disabled] { opacity: .25; cursor: default; }

.ws-pinned {
  margin-top: var(--stack-loose);
  padding-top: var(--stack);
  border-top: 1px solid var(--c-grey);
}
.ws-pinned .ws-copy { margin-top: var(--stack-tight); }

.ws-pinned .ws-copy p { text-indent: 0; }
.ws-pinned .ws-copy p + p { margin-top: var(--blank-line); }

@media (max-width: 900px) {
  .ws { margin-top: var(--stack); }
  .ws-picker { gap: 20px; }
  .ws-tab-name { font-size: var(--t-h4); line-height: var(--lh-h4); }
  .ws-strip { --row: .30; }
}
@media (max-width: 700px) {
  .ws-picker { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .ws-tab {
    flex-direction: row; align-items: center; justify-content: flex-start;
    gap: 16px; text-align: left;
  }
  .ws-tab-name { order: 0; flex: 1; }
  .ws-tab-card { flex: 0 0 42%; }
}

@media (max-width: 700px) {
  .ws-strip { align-items: center; }
  .ws-page { align-items: center; justify-content: center; }
  .ws-strip .ws-shot,
  .ws-strip[data-packed] .ws-shot {
    width: auto; height: auto; max-width: 100%; max-height: 62vh;
    object-fit: contain; background: none;
  }
}
@media (max-width: 560px) {
  .ws-strip { --row: .50; }
  .ws-step { width: 32px; font-size: 22px; }
  .ws-shots { column-gap: 8px; }
}

.static-main { width: var(--body-w); max-width: calc(100% - 48px); margin: var(--stack-loose) auto 0; min-height: 40vh; }
.static-title {
  font-size: var(--t-display); line-height: var(--lh-display); font-weight: 700;
  color: var(--c-coral); margin: 0;
}
.static-note { font-size: var(--t-body); line-height: var(--lh-body); color: var(--c-teal-body); }

.contact-main {
  width: var(--page); max-width: calc(100% - 48px);
  margin: var(--stack-loose) auto 0;
}
.contact-lead {
  max-width: 620px; margin: 18px 0 0;
  font-size: var(--t-h4); line-height: var(--lh-h4); font-weight: 400;
  color: var(--c-teal-body);
}
.contact-cols {
  display: grid; grid-template-columns: minmax(0, 560px) minmax(300px, 340px);
  gap: 40px; align-items: stretch;
  margin-top: var(--stack);
}
.contact-slot { min-height: 340px; }

.contact-form { display: grid; gap: 26px; margin: 0; }
.contact-field { display: grid; gap: 6px; margin: 0; }
.contact-label {
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 700;
  color: var(--c-teal);
}
.contact-input, .contact-textarea {
  font: inherit; font-size: var(--t-body); line-height: var(--lh-body); color: var(--c-teal);
  width: 100%; padding: 9px 2px 10px;
  background: transparent; border: 0; border-bottom: 1px solid var(--c-teal-muted);
  border-radius: 0;
  transition: border-color .18s ease;
}
.contact-textarea { resize: vertical; min-height: 150px; }
.contact-input::placeholder, .contact-textarea::placeholder { color: var(--c-teal-muted); opacity: .75; }
.contact-input:hover, .contact-textarea:hover { border-bottom-color: var(--c-teal-body); }

.contact-input:focus, .contact-textarea:focus {
  outline: none;
  border-bottom: 2px solid var(--c-coral); padding-bottom: 9px;
}
.contact-field.is-bad .contact-input, .contact-field.is-bad .contact-textarea {
  border-bottom-color: var(--c-coral);
}

.contact-input:-webkit-autofill,
.contact-input:-webkit-autofill:hover,
.contact-input:-webkit-autofill:focus,
.contact-textarea:-webkit-autofill,
.contact-textarea:-webkit-autofill:hover,
.contact-textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--c-teal);
  caret-color: var(--c-teal);
  transition: background-color 100000s ease 0s, border-color .18s ease;
}

.contact-input:autofill, .contact-textarea:autofill {
  background-color: transparent;
}
.contact-error {
  font-size: var(--t-small); line-height: var(--lh-small); font-weight: 500;
  color: var(--c-coral);
}
.contact-error-top { margin: 0; }

.contact-error-top:focus { outline: none; }

.contact-send {
  justify-self: start; display: inline-flex; align-items: baseline; gap: 10px;
  padding: 0; margin-top: 4px;
  font-size: var(--t-lead); line-height: var(--lh-lead); font-weight: 800;
  color: var(--c-coral); border-bottom: 1px solid transparent;
}
.contact-send:hover, .contact-send:focus-visible { border-bottom-color: currentColor; }
.contact-send-arrow { transition: transform .18s ease; }
.contact-send:hover .contact-send-arrow { transform: translateX(4px); }

.contact-send[data-busy] { color: var(--c-teal-muted); border-bottom-color: transparent; cursor: progress; }
.contact-send[data-busy] .contact-send-arrow { opacity: 0; }

.contact-done { max-width: 480px; }
.contact-done:focus { outline: none; }
.contact-done-title {
  margin: 0;
  font-size: var(--t-h3); line-height: var(--lh-h3); font-weight: 700; color: var(--c-coral);
}
.contact-done-note { margin: 10px 0 0; color: var(--c-teal-body); }
.contact-again {
  display: inline-block; margin-top: 22px;
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 700;
  color: var(--c-teal); border-bottom: 1px solid transparent;
}
.contact-again:hover, .contact-again:focus-visible { color: var(--c-coral); border-bottom-color: currentColor; }

.contact-trap {
  position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
}

.contact-aside {
  padding-top: 4px;
  border-left: 1px solid var(--c-grey); padding-left: 40px;
}
.contact-aside-lead {
  margin: 0;
  font-size: var(--t-nav); line-height: var(--lh-nav); font-weight: 700; color: var(--c-teal);
}

.contact-aside-mail {
  display: inline-block; margin-top: 8px;
  font-size: var(--t-body); line-height: var(--lh-body); font-weight: 500;
  color: var(--c-coral); border-bottom: 1px solid transparent;
  white-space: nowrap; word-break: normal; overflow-wrap: normal;
}
.contact-aside-mail:hover, .contact-aside-mail:focus-visible { border-bottom-color: currentColor; }
.contact-aside-social { display: flex; gap: 15px; margin-top: 26px; }

.contact-snail { width: 100%; max-width: 240px; margin-top: var(--stack); }

.about-main {
  width: var(--page); max-width: calc(100% - 48px);
  margin: var(--stack-loose) auto 0;
}
.about-portraits {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gutter);
  margin-top: var(--stack);
}

.about-portrait {
  width: 100%; aspect-ratio: 365 / 530; object-fit: cover;
  border-radius: var(--r); background: var(--c-grey);
}

@media (max-width: 700px) {
  .about-portraits { grid-template-columns: repeat(2, 1fr); }
  .about-portrait:first-child { grid-column: 1 / -1; }
}

.about-beside {
  display: flex; align-items: flex-start; gap: var(--gutter);
}
.about-beside .about-sec { flex: 1 1 auto; min-width: 0; }
.about-aside { flex: 0 0 clamp(190px, 30%, 260px); margin: var(--stack) 0 0; }
.about-aside-img {
  display: block; width: 100%; aspect-ratio: 365 / 530; object-fit: cover;
  border-radius: var(--r); background: var(--c-grey); cursor: zoom-in;
}

@media (max-width: 760px) {
  .about-beside { display: block; }
  .about-aside { margin-left: auto; width: min(260px, 60%); }
}

@media (max-width: 700px) {
  .about-aside { width: 100%; margin-inline: auto; }
}

.about-body { width: var(--body-w); max-width: 100%; margin: var(--stack) auto 0; }
.about-name {
  margin: 0;
  font-size: var(--t-h4); line-height: var(--lh-h4); font-weight: 700;
  color: var(--c-teal);
}

.about-bio {
  margin: var(--stack-tight) 0 0; max-width: 65ch;
  font-size: var(--t-body); line-height: var(--lh-body); color: var(--c-teal-body);
  text-indent: var(--indent);
}

.about-sec { margin-top: var(--stack); }
.about-label {
  margin: 0 0 var(--stack-tight);
  padding-bottom: 10px; border-bottom: 1px solid var(--c-grey);
  font-size: var(--t-h3); line-height: var(--lh-h3); font-weight: 700;
  color: var(--c-teal);
}

.about-list {
  margin: 0;
  display: grid; grid-template-columns: 122px minmax(0, 1fr);
  column-gap: var(--gutter); row-gap: 14px;
}
.about-year {
  margin: 0;
  font-size: var(--t-nav); line-height: var(--lh-body); font-weight: 500;
  color: var(--c-teal-muted); font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.about-entry {
  margin: 0;
  font-size: var(--t-body); line-height: var(--lh-body); color: var(--c-teal-body);
}
.about-link {
  color: var(--c-coral); border-bottom: 1px solid transparent;
}
.about-link:hover, .about-link:focus-visible { border-bottom-color: currentColor; }

.about-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 26px; }
.about-mail {
  font-size: var(--t-body); line-height: var(--lh-body); font-weight: 500;
  color: var(--c-coral); border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.about-mail:hover, .about-mail:focus-visible { border-bottom-color: currentColor; }
.about-chips { display: flex; gap: 15px; }

@media (max-width: 700px) {
  .about-main { margin-top: var(--stack); }
  .about-list { grid-template-columns: 1fr; row-gap: 6px; }
  .about-year { margin-top: 12px; }
  .about-year:first-child { margin-top: 0; }
}

.lightbox {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center; gap: 24px;
  padding: 72px 20px 64px;

  background: rgb(28 34 35 / .95);
}
.lightbox[hidden] { display: none; }

.lightbox:focus, .lightbox:focus-visible { outline: none; }

[data-zoomable] { cursor: zoom-in; }

.lightbox-figure {
  flex: 1 1 auto; min-width: 0; margin: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: calc(100dvh - 210px);
  width: auto; height: auto; object-fit: contain;
  border-radius: var(--r);
}
.lightbox-caption {
  margin-top: 14px; max-width: var(--body-w); text-align: center;
  font-size: var(--t-small); line-height: var(--lh-small); font-weight: 400;
  color: var(--c-cream);
}
.lightbox-caption[hidden] { display: none; }

.lightbox-close {
  position: absolute; top: 24px; right: 45px;
  width: 32px; height: 32px; display: grid; place-items: center;
  font-size: 30px; line-height: 1; color: var(--c-coral);
}
.lightbox-close:hover { color: var(--c-cream); }

.lightbox-nav {
  flex: 0 0 56px; height: 56px; display: grid; place-items: center;
  font-size: 30px; line-height: 1; color: var(--c-coral);
  border-radius: 50%;
}
.lightbox-nav:hover { color: var(--c-cream); background: rgb(255 255 255 / .08); }

.lightbox-nav[hidden] { display: none; }

.lightbox-count {
  position: absolute; left: 0; right: 0; bottom: 24px;
  margin: 0; text-align: center;
  font-size: var(--t-small); line-height: var(--lh-small); font-weight: 500;
  color: var(--c-teal-muted);
}
.lightbox-count[hidden] { display: none; }

@media (max-width: 1000px) {

  .media-row[data-count='4'], .media-row[data-count='3'] { flex-wrap: wrap; }
  .media-row[data-count='4'] > .media-col { flex-basis: calc(50% - var(--gutter)); }
  .media-row[data-count='3'] > .media-col:first-child { flex-basis: 100%; }

  :is(.media-row[data-count='4'], .media-row[data-count='3']) .media-caption { width: 100%; }
}
@media (max-width: 900px) {
  .nav-header { grid-template-columns: 1fr; grid-template-areas: 'mark' 'nav' 'aside'; }
  .nav-wordmark { margin-left: 0; }
  .nav-row { gap: 18px 24px; }
  .nav-aside { justify-items: start; }
  .tagbar { padding-left: 0; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .backdrop { padding: 24px 16px 60px; }

  .card { --card-inset: 24px; padding: 60px var(--card-inset) 80px; }
  .card-header { grid-template-columns: 1fr; row-gap: var(--stack); }
  .card-headtext { padding-top: 0; }
  .card-close { right: 20px; }
}

@media (max-width: 700px) {

  html { scrollbar-gutter: auto; }
  .nav-header {
    grid-template-columns: 1fr auto;
    grid-template-areas: 'mark toggle' 'menu menu';
    align-items: center; row-gap: 0;

    column-gap: 12px;
  }

  .nav-wordmark { white-space: nowrap; }

  .nav-toggle {
    grid-area: toggle; display: grid; place-items: center;
    position: relative; z-index: 2;
    width: 44px; height: 44px; margin-right: -11px;
    color: var(--c-teal); transition: color .18s ease;
  }
  .nav-toggle[aria-expanded='true'] { color: var(--c-coral); }

  .nav-burger, .nav-burger::before, .nav-burger::after {
    content: ''; display: block;
    width: 22px; height: 2px; background: currentColor; border-radius: 1px;
    transition: transform .2s ease, top .2s ease, background-color .2s ease;
  }
  .nav-burger { position: relative; }
  .nav-burger::before { position: absolute; top: -7px; }
  .nav-burger::after  { position: absolute; top: 7px; }

  .nav-toggle[aria-expanded='true'] .nav-burger { background: transparent; }
  .nav-toggle[aria-expanded='true'] .nav-burger::before {
    top: 0; transform: rotate(45deg);
  }
  .nav-toggle[aria-expanded='true'] .nav-burger::after {
    top: 0; transform: rotate(-45deg);
  }

  .nav-menu {
    grid-area: menu; display: block; z-index: 1;
    position: fixed; inset: 0 0 0 auto;
    width: min(320px, 84vw);
    padding: 88px 24px 40px;
    overflow-y: auto; overscroll-behavior: contain;
    background: var(--c-white);
    box-shadow: -18px 0 44px rgb(0 0 0 / .10);
    transform: translateX(100%); visibility: hidden;
  }
  .nav-menu[data-open] { transform: none; visibility: visible; }

  .nav-menu, .nav-menu a { text-align: left; }
  .nav-row {
    flex-direction: column; align-items: flex-start;
    gap: 14px; padding-top: 0;
  }

  .nav-email { overflow-wrap: anywhere; }

  .nav-brace { display: none; }

  .nav-collab { font-size: var(--t-nav); line-height: var(--lh-nav); }

  .nav-aside {
    grid-template-columns: auto 1fr;
    grid-template-areas: 'collab collab' 'email email' 'chip1 chip2' 'lang lang';
    justify-items: start; justify-content: start;
    row-gap: 14px;

    padding: 40px 0 4px;
  }
}

@media (max-width: 700px) {
  .foot-cta {
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
  }

  .foot-snail { order: 2; width: 421px; max-width: 100%; margin: var(--stack-tight) 0 0; }
  .foot-cta-text { order: 1; }
  .foot-lead { white-space: normal; }
  .foot-cta-link {
    position: static; display: inline-block; margin-top: 8px; white-space: normal;
  }
}

@media (max-width: 700px) {
  .foot-bar { flex-wrap: wrap; justify-content: center; padding-inline: 0; }
  .foot-copy, .foot-email { margin-right: 0; }
  .foot-copy { order: 1; }
}

@media (max-width: 900px) {
  .contact-main { margin-top: var(--stack); }
  .contact-cols { grid-template-columns: 1fr; gap: var(--stack); }
  .contact-slot { min-height: 0; }
  .contact-aside {
    border-left: 0; padding-left: 0;
    border-top: 1px solid var(--c-grey); padding-top: var(--stack-tight);
  }
}

@media (max-width: 700px) {
  .static-title { font-size: var(--t-hub); line-height: var(--lh-hub); }
  .contact-aside-social { display: none; }

  .tagbar { gap: 10px 20px; }
  .tag { font-size: var(--t-nav); line-height: var(--lh-nav); }

  .card { --stack-tight: 12px; --stack: 30px; --stack-loose: 60px; }
  .card-title { font-size: var(--t-h2); line-height: var(--lh-h2); }
  .card-subtitle {
    margin-top: 6px;
    font-size: var(--t-nav); line-height: var(--lh-nav);
  }
  .card-meta { margin-top: 15px; }

}
@media (max-width: 600px) {

  .media-row { flex-direction: column; align-items: stretch; }
  .media-row > .media-col { flex-basis: auto; }

  .media-caption { width: 100%; }

  .media-img { width: var(--sw, 100%); margin-inline: auto; display: block; }
}
@media (max-width: 560px) { .grid { grid-template-columns: 1fr; } }

@media (max-width: 700px) {
  .lightbox { gap: 0; padding: 56px 12px 52px; }
  .lightbox-img { max-height: calc(100dvh - 160px); }
  .lightbox-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    flex-basis: auto; width: 44px; height: 44px; font-size: 24px;
    background: rgb(28 34 35 / .55);
  }
  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
  .lightbox-close { top: 14px; right: 14px; }
}

@media (max-width: 700px) {
  .mosaic-strip { aspect-ratio: auto; align-items: center; gap: 21px; }
  .mosaic-col {
    flex: 0 0 100%;
    display: flex; align-items: center; justify-content: center;
  }
  .mosaic-img {
    flex: 0 1 auto;
    width: auto; height: auto; max-width: 100%; max-height: 62vh;
    object-fit: contain; background: none;
  }

  .mosaic { column-gap: 8px; }
  .mosaic-step { width: 28px; font-size: 22px; }
}

.lab { width: min(var(--page), 100% - 48px); margin: 24px auto 0; }
.lab-h { font-size: var(--t-h2); font-weight: 700; color: var(--c-teal); margin: 0 0 8px; }
.lab-note {
  font-size: var(--t-nav); line-height: var(--lh-nav); color: var(--c-teal-body);
  max-width: 78ch; margin: 0 0 18px;
}
.lab-note code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; }
.lab-bar {
  position: sticky; top: 0; z-index: 5;
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px;
  padding: 12px 14px; margin: 0 0 14px;
  background: rgb(255 255 255 / .94); backdrop-filter: blur(6px);
  border: 1px solid var(--c-grey); border-radius: var(--r);
}
.lab-bar label { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--c-teal); }
.lab-bar select, .lab-bar button { font: inherit; font-weight: 400; padding: 4px 8px; }
.lab-hint { font-size: 13px; color: var(--c-teal-body); }
.lab-summary { display: flex; flex-direction: column; gap: 2px; margin: 0 0 28px; }
.lab-chip {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px;
  color: var(--c-teal-body);
}
.lab-block { margin: 0 0 56px; }
.lab-h2 { font-size: var(--t-h3); font-weight: 800; color: var(--c-coral); margin: 0 0 2px; }
.lab-shapes {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px;
  color: var(--c-teal-body); margin: 0 0 10px;
}

.lab .wall { width: 100%; margin: 0; padding: 0; }
.lab .wall-img { cursor: pointer; }
.lab-hot .wall-img { outline: 3px solid var(--c-coral); outline-offset: 2px; }
.lab-cold .wall-img { outline: 3px dashed var(--c-teal); outline-offset: 2px; opacity: .75; }

.lab-block .wall-cell { position: relative; }
.lab-w {
  position: absolute; left: 4px; top: 4px; z-index: 1;
  font-size: 11px; font-weight: 700; line-height: 1; padding: 3px 5px;
  color: #fff; background: rgba(0, 0, 0, .62); border-radius: 3px;
  pointer-events: none;
}
