@import url("/assets/ids-type.css");

@font-face {
  font-family: Inter;
  src: url("/brand/fonts/inter.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: Newsreader;
  src: url("/brand/fonts/newsreader-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Newsreader;
  src: url("/brand/fonts/newsreader-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
}
:root {
  --paper: #fffdf5;
  --ink: #0f0f0f;
  --olive: #68665f;
  --line: #d8d6cf;
  --soft: #f1efe8;
  --accent: #0f0f0f;
  --serif: "Instrument Serif", Georgia, serif;
  --label: "Archivo Condensed", Arial, sans-serif;
  --sans: Inter, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 14px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
::selection {
  background: #ddd9ce;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h2 {
  font: clamp(58px, 6.5vw, 98px) / 0.94 var(--serif);
  letter-spacing: -0.025em;
}
p {
  max-width: 68ch;
}
button {
  border: 0;
  background: none;
}
em {
  font-weight: 400;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font: 12px/1.4 var(--label);
}
.small {
  font-size: 11px;
  color: #68665f;
  line-height: 1.65;
}
.section {
  padding: 110px 5.2vw;
  border-top: 1px solid var(--line);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}
.section-head .eyebrow {
  margin-bottom: 20px;
}
.section-head > p {
  font-size: 13px;
  color: #68665f;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: white;
  padding: 12px;
  z-index: 100;
}
.skip:focus {
  top: 12px;
}
.topbar {
  --line: #34332f;
  height: 96px;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.2vw;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.identity {
  display: flex;
  align-items: center;
  gap: 13px;
}
.identity strong {
  font: 36px/1 var(--label);
  font-weight: 400;
  letter-spacing: -0.07em;
}
.identity span {
  font: 11px/1.3 var(--label);
  letter-spacing: 0.015em;
  padding-left: 12px;
  border-left: 1px solid var(--line);
}
.identity img {
  filter: none;
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font: 14px/1.3 var(--label);
}
.login-link {
  border-bottom: 1px solid currentColor;
  padding: 9px 0;
  min-width: 65px;
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  min-height: 770px;
  background: var(--ink);
  color: var(--paper);
}
.hero-copy {
  padding: 70px 5.2vw 36px;
}
.hero .eyebrow {
  color: #b0ada4;
}
.hero h1 {
  font: clamp(78px, 8.7vw, 144px) / 0.9 var(--serif);
  letter-spacing: -0.024em;
  margin: 35px 0;
}
.hero h1 em {
  color: var(--paper);
}
.hero-copy .lead {
  color: #bcb9b0;
  font: 18px/1.5 var(--label);
  max-width: 42ch;
}
.hero .quiet-link {
  border-color: #747168;
  font: 14px/1.3 var(--label);
}
.hero .actions {
  gap: 26px;
}
.lead {
  font-size: 16px;
  line-height: 1.65;
  max-width: 43ch;
  color: #68665f;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 18px;
  border: 1px solid #c9c6bd;
  font-size: 11px;
  line-height: 1.5;
  transition: background 0.15s;
}
.button:hover {
  background: #e9e6dc;
}
.button.dark {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.button.dark:hover {
  background: #33322f;
}
.quiet-link,
.quiet-button {
  font-size: 11px;
  border-bottom: 1px solid #aaa69b;
  padding: 6px 0;
}
.hero-foot {
  margin-top: 62px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  font: 11px/1.4 var(--label);
  letter-spacing: 0.05em;
  color: #a4a197;
}
.hero-foot span {
  color: #86837a;
}
.hero-art {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5vw 35px 0;
  overflow: hidden;
}
.art-coordinate {
  font: 11px/1.4 var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9b988e;
  margin: 0 0 32px;
}
.intention-field {
  width: min(470px, 100%);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.intention-field img {
  position: relative;
  width: 86%;
  height: auto;
}
.field-ring {
  position: absolute;
  inset: 0;
  border: 1px solid #393832;
  border-radius: 50%;
}
.field-ring::before,
.field-ring::after {
  content: "";
  position: absolute;
  background: #77746b;
}
.field-ring::before {
  width: 1px;
  height: 14px;
  top: -7px;
  left: 50%;
}
.field-ring::after {
  height: 1px;
  width: 14px;
  left: -7px;
  top: 50%;
}
.art-caption {
  display: flex;
  width: 100%;
  max-width: 470px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
  font: 13px/1.5 var(--label);
  color: #aaa79e;
}
.art-caption > span:last-child {
  text-align: right;
}
.art-dot {
  font-size: 22px;
  color: var(--paper);
}
.chapter-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: var(--paper);
  padding: 0 5.2vw 45px;
}
.chapter-line a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 19px 20px 0 0;
  border-top: 1px solid #3f3e39;
  font: 16px/1.3 var(--label);
}
.chapter-line a > span {
  font-size: 11px;
  color: #a4a197;
}
.chapter-line a > span:last-child {
  margin-left: auto;
}
.chapter-line a:hover {
  color: #c9c6bd;
}
.work {
  border-radius: 28px 28px 0 0;
  border-top: 0;
}
.button.light {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}
.button.light:hover {
  background: #e9e6dc;
}
.featured {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  border: 1px solid var(--line);
}
.featured-image {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}
.featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.featured:hover img {
  transform: scale(1.025);
}
.featured-image > span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--paper);
  padding: 10px 18px;
  font-size: 10px;
}
.featured-info {
  padding: 42px;
  position: relative;
  background: #e7eada;
}
.featured h3 {
  font:
    100px/1.2 Newsreader,
    Georgia,
    serif;
  letter-spacing: -0.07em;
  margin-top: 35px;
}
.featured h3 span {
  color: #278664;
}
.featured-info > p:not(.eyebrow) {
  font:
    27px Newsreader,
    Georgia,
    serif;
  margin-top: 10px;
}
.project-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 42px;
  font-size: 9px;
}
.project-tags span {
  border: 1px solid #c9c6bd;
  padding: 5px 9px;
}
.project-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
}
.practice {
  border-radius: 28px 28px 0 0;
  border-top: 0;
  background: #0f0f0f;
  color: #fffdf5;
}
.practice .section-head > p {
  color: #c9c6bd;
}
.practice .section-head {
  margin-bottom: 60px;
}
.movements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.movements article {
  border-top: 1px solid #3f3e39;
  padding-top: 22px;
}
.movements span {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b0ada4;
}
.movements h3 {
  font: 34px/0.98 var(--serif);
  margin: 24px 0 16px;
}
.movements p {
  font-size: 12px;
  color: #c9c6bd;
  line-height: 1.8;
}
.practice-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-top: 1px solid #3f3e39;
  margin-top: 60px;
  padding-top: 32px;
}
.practice-note p {
  font-size: 12px;
  color: #c9c6bd;
}
.practice-note strong {
  display: block;
  color: var(--paper);
  font-weight: 500;
  margin-bottom: 8px;
}
.entry-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 40px;
  background: #f1efe8;
  padding: 46px 50px;
  align-items: center;
}
.entry-mark {
  background: var(--ink);
  width: 135px;
  height: 135px;
  border: 1px solid #c9c6bd;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.entry-mark img {
  filter: none;
}
.entry-panel h3 {
  font: 44px/1 var(--serif);
  margin-bottom: 14px;
}
.entry-panel .actions {
  margin: 20px 0;
}
.entry-panel .small {
  max-width: 65ch;
}
.workspace-controls {
  display: flex;
  align-items: end;
  gap: 25px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.search-label {
  display: grid;
  gap: 8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  flex: 1;
  max-width: 400px;
}
input,
textarea,
select {
  border: 1px solid #bdb9ae;
  border-radius: 0;
  background: #fffdf9;
  padding: 12px;
  width: 100%;
  font-size: 13px;
}
#project-count {
  font-size: 11px;
  flex: 1;
}
.workspace-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 35px;
  margin-top: 30px;
}
#project-list {
  display: grid;
  align-content: start;
  gap: 3px;
  max-height: 620px;
  overflow: auto;
}
.project-select {
  text-align: left;
  padding: 14px 12px;
  border-left: 2px solid transparent;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.project-select small {
  display: block;
  font-size: 9px;
  color: #68665f;
  margin-top: 4px;
}
.project-select[aria-pressed="true"] {
  border-color: var(--accent);
  background: #eae7dd;
}
.project-select:hover {
  background: #f1efe8;
}
.project-heading {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: space-between;
}
.project-heading h3 {
  font: 32px var(--serif);
  overflow-wrap: anywhere;
  margin-top: 10px;
}
.project-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.project-actions .button {
  padding: 9px 12px;
  font-size: 10px;
}
.tabs {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  border-bottom: 1px solid var(--line);
  overflow: auto;
}
.tabs button {
  white-space: nowrap;
  font-size: 10px;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}
.tabs button[aria-selected="true"] {
  border-color: var(--accent);
}
.event {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  overflow-wrap: anywhere;
}
.event-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #68665f;
}
.event h4 {
  font: 27px var(--serif);
  margin: 13px 0 10px;
}
.event p {
  font-size: 12px;
  white-space: pre-wrap;
}
.event-data {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
  font-size: 11px;
  margin: 15px 0;
}
.event-data dt {
  color: #68665f;
}
.event-data dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.receipt {
  font-size: 9px;
  display: block;
  color: #59574f;
  margin-top: 16px;
}
.record-note {
  font-size: 10px;
  color: #68665f;
  margin-top: 30px;
  line-height: 1.7;
}
.empty-state {
  padding: 35px 0;
  color: #68665f;
  font-size: 13px;
}
.status {
  font-size: 12px;
  margin-top: 20px;
  color: #56534b;
}
.connect {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.connect h2 {
  margin: 24px 0;
}
.connect .lead {
  font-size: 15px;
  margin-bottom: 24px;
}
.connect > div > p:not(.lead):not(.eyebrow) {
  font-size: 12px;
  max-width: 46ch;
}
.connector-panel {
  background: #f1efe8;
  padding: 38px;
  align-self: start;
}
.connector-panel h3 {
  font: 34px var(--serif);
  margin: 20px 0 30px;
}
.connector-panel label {
  font-size: 10px;
}
.copy-row {
  display: flex;
  margin-top: 10px;
}
.copy-row input {
  font-size: 11px;
  min-width: 0;
  background: var(--paper);
}
.copy-row button {
  background: var(--ink);
  color: var(--paper);
  font-size: 10px;
  padding: 0 17px;
  white-space: nowrap;
}
.connector-panel ol {
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.7;
  margin: 25px 0;
}
.connector-panel li {
  padding: 5px 0;
}
.connector-panel .small {
  margin-top: 25px;
}
.footer {
  background: var(--ink);
  color: var(--paper);
  --line: #34332f;
  padding: 32px 5.2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}
.footer .identity span {
  border: 0;
  font-size: 9px;
}
dialog {
  width: min(620px, calc(100% - 32px));
  max-height: 90vh;
  padding: 36px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}
dialog::backdrop {
  background: #000000b3;
  backdrop-filter: blur(5px);
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.form-top button {
  font-size: 28px;
}
dialog h2 {
  font-size: 38px;
}
#form-description {
  font-size: 12px;
  margin: 18px 0;
  color: #68665f;
}
#form-fields {
  display: grid;
  gap: 15px;
  margin: 26px 0;
}
#form-fields label {
  font-size: 11px;
  display: grid;
  gap: 6px;
}
#form-fields small {
  font-size: 10px;
  color: #68665f;
}
#form-fields textarea {
  min-height: 90px;
  resize: vertical;
}
#form-error {
  color: #a23e31;
  font-size: 12px;
  margin-bottom: 18px;
}
.connect-page {
  max-width: 900px;
  margin: auto;
  padding: 70px 30px;
}
.connect-page h1 {
  font: 64px var(--serif);
  margin: 25px 0;
}
.connect-page h2 {
  font-size: 32px;
  margin: 38px 0 20px;
}
.connect-page p {
  margin: 14px 0;
}
.connect-page code {
  overflow-wrap: anywhere;
  font-size: 12px;
}
.connect-page pre {
  padding: 20px;
  background: #f1efe8;
  white-space: pre-wrap;
}
.connect-page li {
  margin: 10px 0;
}
@media (min-width: 1700px) {
  .hero h1 {
    font-size: 144px;
  }
}
@media (max-width: 1050px) {
  .topbar nav {
    gap: 20px;
  }
  .hero h1 {
    font-size: clamp(78px, 8.7vw, 112px);
  }
  .hero-copy {
    padding-top: 60px;
  }
  .hero-foot span {
    display: none;
  }
  .featured-info {
    padding: 30px;
  }
  .featured h3 {
    font-size: 86px;
  }
  .connect {
    gap: 40px;
  }
  .workspace-grid {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 22px;
  }
  .tabs {
    gap: 15px;
  }
}
@media (max-width: 760px) {
  .topbar {
    --line: #34332f;
    height: 82px;
    padding: 0 6vw;
  }
  .identity span {
    display: none;
  }
  .identity img {
    width: 27px;
    height: 27px;
  }
  .topbar nav > a:not(.login-link) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 50px 6vw 32px;
  }
  .hero h1 {
    font-size: clamp(78px, 17vw, 112px);
    margin-top: 26px;
  }
  .hero-copy .lead {
    font-size: 18px;
  }
  .hero-foot {
    margin-top: 40px;
  }
  .hero-foot span {
    display: inline;
  }
  .hero-art {
    margin: 0;
    padding: 20px 10vw 50px;
  }
  .section {
    padding: 58px 6vw;
  }
  .section-head {
    display: block;
    margin-bottom: 28px;
  }
  .section-head > p {
    margin-top: 24px;
    font-size: 12px;
  }
  .featured {
    grid-template-columns: 1fr;
  }
  .featured-image {
    min-height: 0;
    height: 300px;
  }
  .featured-info {
    padding: 30px;
  }
  .featured h3 {
    margin-top: 10px;
    font-size: 80px;
  }
  .project-tags {
    margin-top: 25px;
  }
  .movements {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }
  .movements h3 {
    font-size: 25px;
    margin-top: 23px;
  }
  .movements p {
    font-size: 11px;
  }
  .practice .section-head {
    margin-bottom: 38px;
  }
  .practice-note {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .entry-panel {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 25px;
  }
  .entry-mark {
    background: var(--ink);
    width: 75px;
    height: 75px;
  }
  .entry-mark img {
    width: 48px;
    height: 48px;
  }
  .entry-panel h3 {
    font-size: 29px;
  }
  .entry-panel .actions {
    gap: 16px;
  }
  .connect {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .connector-panel {
    padding: 26px;
  }
  .connector-panel h3 {
    font-size: 30px;
  }
  .footer {
    flex-wrap: wrap;
    padding: 30px 6vw;
  }
  .footer .identity {
    width: 100%;
  }
  .footer .identity span {
    display: inline;
  }
  .footer p {
    font-size: 10px;
  }
  .workspace-grid {
    grid-template-columns: 1fr;
  }
  .workspace-controls {
    gap: 12px;
    flex-wrap: wrap;
  }
  .workspace-controls .search-label {
    max-width: 100%;
    width: 100%;
    flex: auto;
  }
  #project-list {
    display: flex;
    max-height: none;
    overflow-x: auto;
    gap: 6px;
  }
  #project-list .project-select {
    min-width: 160px;
    border: 1px solid var(--line);
    font-size: 11px;
  }
  .project-heading {
    display: block;
  }
  .project-heading > a {
    display: inline-block;
    margin-top: 12px;
  }
  .project-heading h3 {
    font-size: 28px;
  }
  .event-data {
    grid-template-columns: 90px 1fr;
  }
  .tabs {
    gap: 18px;
  }
  dialog {
    padding: 25px;
  }
  .connect-page h1 {
    font-size: 62px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
/* Long project names and source identifiers must fit the available grid track. */
.workspace-grid > * {
  min-width: 0;
}

.movement-glyph {
  display: block;
  width: 64px;
  height: 64px;
  margin-top: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 0.75;
}
.movement-glyph .solid {
  fill: currentColor;
  stroke: none;
}
.studio-coda {
  background: var(--ink);
  color: var(--paper);
  padding: 90px 5.2vw 65px;
}
.studio-coda > p {
  font: 14px/1.4 var(--label);
  color: #b0ada4;
}
.studio-coda > a {
  display: block;
  position: relative;
  padding: 30px 90px 48px 0;
  font: clamp(68px, 8.5vw, 128px) / 0.94 var(--serif);
  letter-spacing: -0.02em;
}
.studio-coda > a > span {
  position: absolute;
  right: 10px;
  top: 40px;
  font: 60px/1 var(--sans);
}
.studio-coda > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-top: 1px solid #3f3e39;
  padding-top: 36px;
  font: 22px/1.05 var(--serif);
}
.studio-coda img {
  width: 82px;
  height: 82px;
}
.connect-page {
  padding-top: 80px;
  padding-bottom: 100px;
}
.connect-page > .eyebrow {
  margin-top: 50px;
}
.connect-page h1 {
  font-size: clamp(64px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.025em;
}
.connect-page h2 {
  font-size: 42px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.connect-page pre {
  border: 1px solid var(--line);
}
@media (max-width: 1050px) {
  .hero {
    min-height: 680px;
  }
  .hero-art {
    padding-right: 4vw;
  }
  .chapter-line a {
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .hero-art {
    padding: 20px 10vw 50px;
  }
  .hero {
    min-height: 0;
  }
  .hero-copy {
    padding-bottom: 25px;
  }
  .hero-foot span {
    display: none;
  }
  .art-coordinate {
    font-size: 10px;
    margin-top: 18px;
  }
  .intention-field {
    max-width: 340px;
  }
  .art-caption {
    margin-top: 30px;
    font-size: 12px;
  }
  .chapter-line {
    grid-template-columns: 1fr 1fr;
    padding: 0 6vw 35px;
    gap: 22px 15px;
  }
  .chapter-line a {
    font-size: 14px;
    padding: 13px 0 0;
    gap: 10px;
  }
  .section h2 {
    font-size: clamp(52px, 12.5vw, 76px);
  }
  .movement-glyph {
    margin-top: 28px;
    width: 48px;
    height: 48px;
  }
  .studio-coda {
    padding: 60px 6vw 38px;
  }
  .studio-coda > a {
    padding-right: 30px;
    font-size: clamp(58px, 13vw, 84px);
  }
  .studio-coda > a > span {
    font-size: 28px;
    right: 0;
  }
  .studio-coda img {
    width: 62px;
    height: 62px;
  }
}
