/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #fdfaf6;
    --color-surface: #ffffff;
    --color-ink: #262626;
    --color-mut: #595959;
    --color-faint: #989898;
    --color-line: #d8d2c6;
    --color-brand: #8a5a00;
    --color-accent: #f2e297;
    --color-accent-deep: #e8d26b;
    --color-mustard: #caa266;
    --color-sage: #aabb87;
    --color-corn: #5d80d9;
    --font-display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
    --font-body: "Source Serif 4", Georgia, "Times New Roman", serif;
    --dur-1: 0.2s;
    --dur-2: 0.4s;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  @media (width >= 40rem) {
    .sm\:inline-flex {
      display: inline-flex;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:sticky {
      position: sticky;
    }
    .lg\:top-24 {
      top: calc(var(--spacing) * 24);
    }
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[1fr_auto\] {
      grid-template-columns: 1fr auto;
    }
    .lg\:grid-cols-\[1fr_auto_1fr\] {
      grid-template-columns: 1fr auto 1fr;
    }
    .lg\:grid-cols-\[7fr_5fr\] {
      grid-template-columns: 7fr 5fr;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
  }
}
@layer base {
  :root {
    --bg: var(--color-paper);
    --surface: var(--color-surface);
    --ink: var(--color-ink);
    --muted: var(--color-mut);
    --brand: var(--color-brand);
    --accent: var(--color-accent);
    --dur-1: 0.2s;
    --dur-2: 0.4s;
    --dur-3: 0.8s;
    --ease: cubic-bezier(0.5, 0, 0.1, 1);
    --header-h: 4.25rem;
    --actionbar-h: 4rem;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 1rem);
    -webkit-text-size-adjust: 100%;
  }
  body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 1.0625rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  ::selection {
    background: var(--color-accent);
    color: var(--ink);
  }
  h1, h2, h3, .display {
    font-family: var(--font-display);
    font-variation-settings: "wght" 600;
    line-height: 1.02;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .u-line, .nav-link, .footer a {
    box-shadow: 0 1.5px 0 var(--color-faint);
    transition: box-shadow var(--dur-1) var(--ease), color var(--dur-1) var(--ease);
  }
  .u-line:hover, .nav-link:hover, .footer a:hover {
    box-shadow: 0 1.5px 0 var(--ink);
  }
  :focus-visible {
    outline: 2px solid var(--color-corn);
    outline-offset: 3px;
    border-radius: 2px;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}
@layer components {
  .shell {
    max-width: 1600px;
    margin-inline: auto;
    padding-inline: max(5.88vw, 1.25rem);
  }
  .eyebrow {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brand);
    font-variant-numeric: tabular-nums;
  }
  .display-1 {
    font-size: clamp(2.75rem, 7vw, 5.75rem);
  }
  .display-2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
  }
  .display-3 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
  }
  .lead {
    font-size: clamp(1.125rem, 1.6vw, 1.375rem);
    line-height: 1.6;
    color: var(--muted);
    max-width: 44ch;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55em;
    font-family: var(--font-display);
    font-variation-settings: "wght" 600;
    font-size: 1rem;
    line-height: 1;
    padding: 1em 1.6em;
    border-radius: 999px;
    border: 1.5px solid var(--ink);
    cursor: pointer;
    transition: background-color var(--dur-1) var(--ease), color var(--dur-1) var(--ease), transform var(--dur-1) var(--ease);
  }
  .btn-accent {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--ink);
  }
  .btn-accent:hover {
    background: var(--color-accent-deep);
    border-color: var(--color-accent-deep);
  }
  .btn-ghost {
    background: transparent;
    color: var(--ink);
  }
  .btn-ghost:hover {
    background: var(--ink);
    color: var(--bg);
  }
  .btn .arr {
    font-family: var(--font-mono);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--bg) 88%, transparent);
    }
    backdrop-filter: blur(10px);
    box-shadow: 0 1.5px 0 var(--color-line);
  }
  .site-header .bar {
    height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .brand {
    font-family: var(--font-display);
    font-variation-settings: "wght" 700;
    font-size: 1.35rem;
    letter-spacing: -0.03em;
  }
  .brand .dot {
    color: var(--brand);
  }
  .nav-link {
    font-family: var(--font-display);
    font-variation-settings: "wght" 500;
    font-size: 0.95rem;
    padding-block: 0.25em;
  }
  .nav-link[aria-current="page"] {
    box-shadow: 0 1.5px 0 var(--ink);
  }
  .hero {
    position: relative;
    padding-block: clamp(3rem, 8vh, 6rem) clamp(2.5rem, 6vh, 5rem);
  }
  .plaque {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 1.5px 0 var(--color-line), 0 -1.5px 0 var(--color-line);
  }
  .plaque > div {
    padding: 1.25rem 1.5rem;
  }
  .plaque > div + div {
    box-shadow: 1.5px 0 0 var(--color-line);
  }
  .plaque .k {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .plaque .v {
    font-family: var(--font-display);
    font-variation-settings: "wght" 600;
    font-size: 1.15rem;
    margin-top: 0.3em;
  }
  .constellation-wrap {
    position: relative;
  }
  .constellation {
    width: 100%;
    height: auto;
    display: block;
  }
  .constellation .edge {
    stroke: var(--color-line);
    stroke-width: 1.5;
    transition: stroke var(--dur-1) var(--ease);
  }
  .constellation .node-mark {
    font-family: var(--font-mono);
    font-size: 26px;
    fill: var(--muted);
    transition: fill var(--dur-1) var(--ease), font-size var(--dur-1) var(--ease);
  }
  .constellation .node-label {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    fill: var(--muted);
  }
  .constellation a:focus-visible {
    outline-offset: 6px;
  }
  .constellation g.node {
    cursor: pointer;
  }
  .constellation g.node.on .node-mark {
    fill: var(--ink);
  }
  .constellation g.node.on .halo {
    opacity: 1;
  }
  .constellation .halo {
    fill: none;
    stroke-width: 1.5;
    opacity: 0;
    transition: opacity var(--dur-2) var(--ease);
  }
  .svc-card {
    position: relative;
    padding: 1.75rem 0 1.5rem;
    box-shadow: 0 1.5px 0 var(--color-line);
    transition: background-color var(--dur-2) var(--ease);
  }
  .svc-card::before {
    content: "";
    position: absolute;
    top: -1.5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--hl, var(--color-mustard));
    transform: scaleX(0.22);
    transform-origin: left;
    transition: transform var(--dur-2) var(--ease);
  }
  .svc-card:hover::before, .svc-card.on::before {
    transform: scaleX(1);
  }
  .svc-card.on {
    background: var(--hl, #caa266);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--hl, var(--color-mustard)) 10%, transparent);
    }
  }
  .svc-card h3 {
    font-size: 1.5rem;
    font-variation-settings: "wght" 600;
  }
  .svc-card .num {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
  }
  .ledger-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.25rem;
    align-items: baseline;
    padding: 1.4rem 0;
    box-shadow: 0 1.5px 0 var(--color-line);
  }
  .ledger-row .find {
    color: var(--muted);
  }
  .ledger-row .becomes {
    font-family: var(--font-display);
    font-variation-settings: "wght" 500;
  }
  .ledger-row .arrow {
    font-family: var(--font-mono);
    color: var(--brand);
  }
  .step {
    box-shadow: 0 1.5px 0 var(--color-line);
    padding: 1.5rem 0;
  }
  .step .n {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    color: var(--brand);
    font-variant-numeric: tabular-nums;
  }
  .step h3 {
    font-size: 1.35rem;
    margin-block: 0.35em 0.4em;
  }
  .chip {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    padding: 0.35em 0.9em;
    border: 1.5px solid var(--color-line);
    border-radius: 999px;
    color: var(--muted);
    background: transparent;
    cursor: default;
  }
  button.chip {
    cursor: pointer;
    transition: all var(--dur-1) var(--ease);
  }
  button.chip:hover {
    border-color: var(--ink);
    color: var(--ink);
  }
  button.chip[aria-pressed="true"] {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--bg);
  }
  .pill {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    font-variant-numeric: tabular-nums;
    background: var(--ink);
    color: var(--bg);
    padding: 0.4em 0.9em;
    border-radius: 999px;
  }
  .work-card {
    box-shadow: 0 1.5px 0 var(--color-line);
    padding-bottom: 1.5rem;
  }
  .work-card figure {
    position: relative;
    overflow: hidden;
  }
  .work-card img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background: var(--color-line);
  }
  .work-card button.zoom {
    position: absolute;
    inset: 0;
    width: 100%;
    cursor: zoom-in;
    background: none;
    border: 0;
  }
  .work-card h3 {
    font-size: 1.4rem;
    margin-top: 1.1rem;
  }
  .lightbox {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--ink);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--ink) 82%, transparent);
    }
    padding: 4vmin;
  }
  .lightbox.open {
    display: flex;
  }
  .lightbox figure {
    max-width: min(1100px, 92vw);
  }
  .lightbox img {
    max-height: 76vh;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }
  .lightbox figcaption {
    color: var(--bg);
    font-family: var(--font-mono);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    margin-top: 1rem;
    text-align: center;
  }
  .lightbox .lb-btn {
    position: absolute;
    font-family: var(--font-mono);
    font-size: 1.1rem;
    color: var(--bg);
    background: none;
    border: 1.5px solid var(--bg);
    border-radius: 999px;
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    cursor: pointer;
  }
  .lightbox .lb-close {
    top: 1.25rem;
    right: 1.25rem;
  }
  .lightbox .lb-prev {
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .lightbox .lb-next {
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .field label {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.5em;
  }
  .field input, .field select, .field textarea {
    width: 100%;
    font: inherit;
    color: var(--ink);
    background: var(--surface);
    border: 1.5px solid var(--color-line);
    border-radius: 4px;
    padding: 0.85em 1em;
    min-height: 52px;
    transition: border-color var(--dur-1) var(--ease);
  }
  .field textarea {
    min-height: 9rem;
    resize: vertical;
  }
  .field input:focus, .field select:focus, .field textarea:focus {
    border-color: var(--ink);
    outline: none;
  }
  .field .err {
    display: none;
    font-size: 0.85rem;
    color: #9a3b00;
    margin-top: 0.4em;
  }
  .field.invalid input, .field.invalid select, .field.invalid textarea {
    border-color: #c05a10;
  }
  .field.invalid .err {
    display: block;
  }
  .form-success {
    border: 1.5px solid var(--ink);
    background: #aabb87;
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-sage) 22%, var(--surface));
    }
    padding: 2rem;
    border-radius: 6px;
  }
  .actionbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: flex;
    gap: 0.75rem;
    padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
    background: var(--bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--bg) 92%, transparent);
    }
    backdrop-filter: blur(10px);
    box-shadow: 0 -1.5px 0 var(--color-line);
  }
  .actionbar .btn {
    flex: 1;
    justify-content: center;
    padding-block: 0.9em;
  }
  @media (min-width: 768px) {
    .actionbar {
      display: none;
    }
  }
  @media (max-width: 767px) {
    body {
      padding-bottom: calc(var(--actionbar-h) + env(safe-area-inset-bottom));
    }
  }
  .footer {
    box-shadow: 0 -1.5px 0 var(--color-line);
    margin-top: 6rem;
  }
  .footer .cols {
    display: grid;
    gap: 2rem;
    padding-block: 3rem 2rem;
  }
  @media (min-width: 768px) {
    .footer .cols {
      grid-template-columns: 2fr 1fr 1fr;
    }
  }
  .footer .fine {
    font-size: 0.85rem;
    color: var(--muted);
  }
  .footer .legal {
    box-shadow: 0 1.5px 0 var(--color-line);
    padding-block: 1.25rem;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    justify-content: space-between;
  }
  .sect {
    padding-block: clamp(3.5rem, 8vw, 6.5rem);
  }
  .tint {
    background: var(--hl, #caa266);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--hl, var(--color-mustard)) 8%, var(--bg));
    }
  }
  .facts dt {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .facts dd {
    font-family: var(--font-display);
    font-variation-settings: "wght" 500;
    font-size: 1.1rem;
    margin: 0.25em 0 1.1em;
  }
  .art-placeholder {
    aspect-ratio: 3 / 2;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--hl, #caa266), var(--bg) 60%), repeating-linear-gradient(45deg, transparent 0 14px, var(--hl, #caa266) 14px 15px);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(135deg, color-mix(in srgb, var(--hl, var(--color-mustard)) 30%, var(--bg)), var(--bg) 60%), repeating-linear-gradient(45deg, transparent 0 14px, color-mix(in srgb, var(--hl, var(--color-mustard)) 22%, transparent) 14px 15px);
    }
  }
  .art-placeholder span {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
  }
}
.skip {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.6em 1em;
  overflow: visible;
  clip-path: none;
  white-space: nowrap;
  background: var(--ink);
  color: var(--bg);
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  transition: top var(--dur-1) var(--ease);
}
.skip:focus {
  top: 1rem;
}
.constellation .edge.on {
  stroke: var(--ink);
}
@layer components {
  @media (max-width: 640px) {
    .ledger-row {
      grid-template-columns: 1fr;
      gap: 0.35rem;
    }
    .ledger-row .arrow {
      transform: rotate(90deg);
      justify-self: start;
    }
    .plaque > div {
      padding: 1rem 0.9rem;
    }
    .plaque .v {
      font-size: 1rem;
    }
  }
  .js [data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1), transform 0.48s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--d, 0s);
  }
  .js [data-reveal].in {
    opacity: 1;
    transform: none;
  }
  .js .stagger > [data-reveal]:nth-child(1) {
    --d: 0s;
  }
  .js .stagger > [data-reveal]:nth-child(2) {
    --d: 0.06s;
  }
  .js .stagger > [data-reveal]:nth-child(3) {
    --d: 0.12s;
  }
  .js .stagger > [data-reveal]:nth-child(4) {
    --d: 0.18s;
  }
  .js .stagger > [data-reveal]:nth-child(5) {
    --d: 0.24s;
  }
  .js .stagger > [data-reveal]:nth-child(6) {
    --d: 0.3s;
  }
  .js .stagger > [data-reveal]:nth-child(7) {
    --d: 0.36s;
  }
  .js .stagger > [data-reveal]:nth-child(8) {
    --d: 0.42s;
  }
  .js .constellation.armed .edge {
    stroke-dasharray: var(--len, 300);
    stroke-dashoffset: var(--len, 300);
    transition: stroke-dashoffset 1.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: var(--wait, 0ms);
  }
  .js .constellation.armed.drawn .edge {
    stroke-dashoffset: 0;
  }
  .js .constellation.armed g.node {
    opacity: 0;
    transition: opacity 0.4s var(--ease);
    transition-delay: var(--wait, 0ms);
  }
  .js .constellation.armed.drawn g.node {
    opacity: 1;
  }
  .js .constellation.settled .edge {
    transition: stroke var(--dur-1) var(--ease);
    stroke-dashoffset: 0;
  }
  .js .constellation.settled g.node {
    transition: none;
    opacity: 1;
  }
  .btn .btn-track {
    display: grid;
    overflow: hidden;
  }
  .btn .btn-track > span {
    grid-area: 1 / 1;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .btn .btn-track > span + span {
    transform: translateY(180%);
  }
  .btn-accent:hover .btn-track > span:first-child, .btn-accent:focus-visible .btn-track > span:first-child {
    transform: translateY(-180%);
  }
  .btn-accent:hover .btn-track > span + span, .btn-accent:focus-visible .btn-track > span + span {
    transform: translateY(0);
  }
  .pill-live {
    display: inline-flex;
    align-items: center;
  }
  .live-dot {
    display: inline-block;
    width: 0.55em;
    height: 0.55em;
    border-radius: 999px;
    background: var(--color-sage);
    margin-right: 0.55em;
    animation: livepulse 2.2s var(--ease) infinite;
  }
  @keyframes livepulse {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.45);
      opacity: 0.55;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .js [data-reveal] {
      opacity: 1 !important;
      transform: none !important;
    }
    .live-dot {
      animation: none;
    }
    .js .constellation.armed .edge {
      stroke-dashoffset: 0;
    }
    .js .constellation.armed g.node {
      opacity: 1;
    }
  }
  .linefig {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
  }
  .linefig .stroke {
    fill: none;
    stroke: var(--ink);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .linefig .stroke.thin {
    stroke-width: 1.25;
  }
  .linefig .stroke.accent-m {
    stroke: var(--color-mustard);
  }
  .linefig .stroke.accent-s {
    stroke: var(--color-sage);
  }
  .linefig .stroke.accent-c {
    stroke: var(--color-corn);
  }
  .linefig .construction {
    fill: none;
    stroke: var(--color-line);
    stroke-width: 1.25;
    stroke-dasharray: 4 7;
  }
  .js .linefig .fillme, .js .linefig .fillme-soft {
    opacity: 0;
    transition: opacity 0.5s var(--ease);
    transition-delay: var(--wait, 0ms);
  }
  .js .linefig.armed .stroke {
    stroke-dasharray: var(--len, 300);
    stroke-dashoffset: var(--len, 300);
    transition: stroke-dashoffset 1.1s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: var(--wait, 0ms);
  }
  .js .linefig.armed.drawn .stroke {
    stroke-dashoffset: 0;
  }
  .js .linefig.armed.drawn .fillme {
    opacity: 1;
  }
  .js .linefig.armed.drawn .fillme-soft {
    opacity: 0.18;
  }
  .js .linefig.settled .stroke {
    transition: none;
    stroke-dashoffset: 0;
  }
  .js .linefig.settled .fillme {
    transition: none;
    opacity: 1;
  }
  .js .linefig.settled .fillme-soft {
    transition: none;
    opacity: 0.18;
  }
  @media (prefers-reduced-motion: reduce) {
    .js .linefig.armed .stroke {
      stroke-dashoffset: 0;
    }
    .js .linefig .fillme {
      opacity: 1;
    }
    .js .linefig .fillme-soft {
      opacity: 0.18;
    }
  }
  .linefig-moth .wing-l, .linefig-moth .wing-r {
    transform-box: view-box;
    transform-origin: 50% 50%;
  }
  .linefig-moth .wing-l.flap, .linefig-moth .wing-r.flap {
    animation: wingflap 0.6s cubic-bezier(0.5, 0, 0.1, 1) 2;
  }
  @keyframes wingflap {
    0%, 100% {
      transform: scaleX(1);
    }
    50% {
      transform: scaleX(0.66);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .linefig-moth .wing-l.flap, .linefig-moth .wing-r.flap {
      animation: none;
    }
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
