
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; text-size-adjust: 100%; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.alt-switch {
  position: fixed;
  z-index: 30;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(18px);
  font: 11px/1 "JetBrains Mono", monospace;
}
.alt-switch a { padding: 7px 10px; border-radius: 999px; color: #111; white-space: nowrap; }
.alt-switch a.active { background: #111; color: #fff; }

.alts-board {
  min-height: 100vh;
  padding: 72px clamp(18px, 4vw, 60px);
  background: #f4f1eb;
  color: #111;
  font-family: Inter, sans-serif;
}
.alts-board header { max-width: 980px; margin: 0 auto 34px; }
.alts-board header a { font: 12px "JetBrains Mono", monospace; text-decoration: underline; }
.alts-board h1 { max-width: 780px; margin: 20px 0 8px; font: 900 clamp(42px, 8vw, 110px)/.86 Inter, sans-serif; letter-spacing: 0; }
.alts-board p { max-width: 560px; color: rgba(0, 0, 0, .62); }
.alts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.alts-grid article { padding: 14px; border: 1px solid #111; background: #fff; }
.alts-grid .frame { height: 360px; overflow: hidden; border: 1px solid rgba(0,0,0,.16); background: #fff; }
.alts-grid iframe { width: 1440px; height: 1100px; border: 0; transform: scale(.25); transform-origin: top left; pointer-events: none; }
.alts-grid h2 { margin: 14px 0 4px; font-size: 22px; }
.alts-grid p { margin: 0; font-size: 13px; }

.archive-a { background: #fff; color: #0b0b0b; font: 12px/1.08 Arial, Helvetica, sans-serif; }
.bs { min-height: 100vh; padding: 96px clamp(18px, 5vw, 82px) 80px; }
.bs-intro { max-width: 650px; margin-bottom: 74px; }
.bs-intro h1 { margin: 0 0 18px; font-size: 13px; }
.bs-intro p { margin: 0; max-width: 560px; font-size: 13px; line-height: 1.18; }
.bs-intro .jump { display: inline-block; margin-top: 16px; }
.bs-index { display: grid; gap: 18px; max-width: 1180px; }
.bs-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px 60px; gap: 22px; min-height: 46px; align-items: start; }
.bs-title { font-weight: 700; }
.bs-title em { font-style: normal; font-weight: 700; color: rgba(0,0,0,.68); }
.bs-tags { display: flex; flex-wrap: wrap; gap: 6px; font-size: 8px; line-height: 1; }
.bs-tags b { border: 1px solid #111; border-radius: 999px; padding: 2px 7px; }
.bs-year { font-size: 9px; color: rgba(0,0,0,.5); }
.bs-row:hover .bs-title { text-decoration: underline; text-underline-offset: 2px; }
.bs-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 110px; max-width: 980px; }
.bs-lower h2 { margin: 0 0 16px; font-size: 11px; text-transform: uppercase; }
.bs-lower a { display: grid; gap: 4px; margin-bottom: 12px; font-weight: 700; }
.bs-lower a span, .bs-lower p { color: rgba(0,0,0,.58); font-weight: 400; line-height: 1.25; }
.bs-preview { position: fixed; right: 5vw; top: 38vh; width: 280px; height: 210px; border: 1px solid #111; background: #fff center/cover no-repeat; opacity: 0; pointer-events: none; box-shadow: 10px 10px 0 #111; transition: opacity .12s ease; }
.bs-preview.visible { opacity: 1; }

.archive-b { color: #22312b; background: #edf2df; font-family: "Crimson Pro", serif; }
.archive-b-world { min-height: 100vh; overflow: hidden; background:
  radial-gradient(circle at 20% 18%, rgba(251, 188, 186, .55), transparent 30%),
  radial-gradient(circle at 82% 24%, rgba(147, 181, 216, .45), transparent 33%),
  radial-gradient(circle at 48% 76%, rgba(238, 214, 126, .4), transparent 32%),
  linear-gradient(135deg, #f7eddb, #d9e8d1 42%, #d2e1ee);
}
.archive-b-hero { min-height: 100vh; display: grid; grid-template-columns: .82fr 1.18fr; gap: 36px; align-items: center; padding: 90px clamp(18px, 5vw, 74px); }
.archive-b-copy { position: relative; z-index: 2; max-width: 560px; }
.archive-b-copy .eyebrow { font: 12px "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }
.archive-b-copy h1 { margin: 14px 0; font-size: clamp(66px, 10vw, 142px); line-height: .82; font-style: italic; font-weight: 400; }
.archive-b-copy p { font-size: 24px; line-height: 1.08; }
.archive-b-copy a { display: inline-block; margin-top: 18px; border: 1px solid rgba(34,49,43,.5); border-radius: 999px; padding: 12px 18px; background: rgba(255,255,255,.38); }
.archive-b-pond { position: relative; min-height: 720px; }
.lily { position: absolute; margin: 0; padding: 12px; border-radius: 48% 42% 52% 40%; background: rgba(255,255,255,.42); box-shadow: 0 25px 80px rgba(47,74,59,.18); border: 1px solid rgba(49,70,61,.16); }
.lily img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; filter: saturate(1.08) contrast(.95); }
.lily figcaption { position: absolute; left: 18px; bottom: 14px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.72); font: 12px "JetBrains Mono", monospace; }
.lily-1 { width: 410px; height: 310px; left: 4%; top: 12%; transform: rotate(-6deg); }
.lily-2 { width: 270px; height: 390px; right: 5%; top: 6%; transform: rotate(6deg); }
.lily-3 { width: 360px; height: 360px; left: 28%; bottom: 9%; border-radius: 50%; }
.lily-4 { width: 290px; height: 220px; right: 20%; bottom: 5%; transform: rotate(-4deg); }
.archive-b-studies, .archive-b-about, .archive-b-notes { padding: 80px clamp(18px, 5vw, 74px); }
.archive-b-studies h2, .archive-b-notes h2 { margin: 0 0 22px; font-size: 46px; font-weight: 400; font-style: italic; }
.archive-b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.archive-b-study { min-height: 380px; padding: 12px; border-radius: 34px; background: rgba(255,255,255,.35); border: 1px solid rgba(34,49,43,.18); }
.archive-b-study img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; border-radius: 26px; }
.archive-b-study span { display: block; margin-top: 14px; font-size: 28px; line-height: 1; }
.archive-b-study em { display: block; margin-top: 8px; font: 13px/1.25 "JetBrains Mono", monospace; color: rgba(34,49,43,.68); }
.archive-b-about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; font-size: 28px; line-height: 1.1; }
.archive-b-notes a { display: grid; grid-template-columns: 320px 1fr; gap: 30px; padding: 18px 0; border-top: 1px solid rgba(34,49,43,.25); }
.archive-b-notes span { font-size: 26px; }
.archive-b-notes em { font: 14px/1.35 "JetBrains Mono", monospace; color: rgba(34,49,43,.65); }

.taylor { background: #fff; color: #090909; font-family: Helvetica, Arial, sans-serif; }
.taylor .alt-switch { display: none; }
.bm { position: relative; min-height: 100vh; padding: 0 clamp(18px, 4vw, 64px) 80px; --bm-content-max: 1880px; }
.bm-top { position: sticky; top: 0; z-index: 20; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding: 18px 0; font-weight: 900; font-size: 13px; background: #fff; }
.bm-top a { scroll-margin-top: 0; }
.bm-top a:hover { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; }
.bm-sticky-toggle {
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: -4px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #090909;
  font: 900 18px/1 Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.bm-sticky-toggle:hover,
.bm-sticky-toggle[aria-pressed="true"] {
  background: transparent;
  box-shadow: none;
  transform: rotate(-5deg) scale(1.08);
}
.bm-stickies-layer {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 18;
  pointer-events: none;
  font-family: Helvetica, Arial, sans-serif;
}
body.stickies-on .bm-stickies-layer {
  display: block;
}
.bm-stickies-toolbar {
  position: fixed;
  right: clamp(18px, 4vw, 64px);
  top: 56px;
  z-index: 31;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
  width: auto;
  padding: 8px;
  transform: none;
  border: 3px solid #090909;
  background: #fff;
  color: #090909;
  box-shadow: 8px 8px 0 #090909;
  pointer-events: auto;
}
.bm-stickies-toolbar [hidden] {
  display: none !important;
}
.bm-stickies-toolbar b,
.bm-stickies-toolbar button,
.bm-stickies-toolbar output,
.bm-stickies-toolbar > span {
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.bm-stickies-toolbar button {
  min-height: 30px;
  border: 3px solid #090909;
  border-radius: 0;
  background: #fff34d;
  color: #090909;
  cursor: pointer;
}
.bm-stickies-toolbar button:hover {
  background: #090909;
  color: #fff;
}
.bm-stickies-toolbar label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
.bm-stickies-toolbar input[type="range"] {
  width: 100%;
  accent-color: #090909;
}
.bm-stickies-toolbar > span {
  justify-self: end;
  border-left: 3px solid #090909;
  padding-left: 10px;
}
.bm-stickies-canvas {
  position: absolute;
  inset: 0;
  min-height: 100%;
  pointer-events: none;
}
.bm-sticky-note {
  position: absolute;
  z-index: 19;
  display: grid;
  grid-template-rows: auto minmax(74px, 1fr) auto auto;
  gap: 6px;
  width: clamp(190px, 16vw, 246px);
  min-height: 188px;
  padding: 10px;
  border: 3px solid #090909;
  background: var(--sticky-color, #fff34d);
  color: #090909;
  box-shadow: 8px 8px 0 #090909;
  pointer-events: auto;
  transform: rotate(var(--sticky-tilt, -.6deg));
}
.bm-sticky-note.owned {
  cursor: grab;
}
.bm-sticky-note.is-ghost {
  opacity: .36;
}
.bm-sticky-note:not(.owned) {
  background: #dff7ff;
}
.bm-sticky-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.bm-sticky-grip {
  display: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: 900 13px/1 Helvetica, Arial, sans-serif;
  cursor: grab;
}
.bm-sticky-note:not(.owned) .bm-sticky-grip {
  cursor: default;
}
.bm-sticky-note.dragging {
  z-index: 40;
  cursor: grabbing;
}
.bm-sticky-delete {
  display: none;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #090909;
  font: 900 18px/1 Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.bm-sticky-note.owned .bm-sticky-delete {
  display: inline-block;
}
.bm-sticky-text,
.bm-sticky-name {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #090909;
  font-family: Helvetica, Arial, sans-serif;
  resize: none;
  outline: 0;
  cursor: text;
}
.bm-sticky-text {
  min-height: 78px;
  font-size: 18px;
  line-height: 1.04;
  font-weight: 900;
}
.bm-sticky-name {
  border-top: 3px solid #090909;
  padding-top: 6px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
.bm-sticky-note:not(.owned) .bm-sticky-text,
.bm-sticky-note:not(.owned) .bm-sticky-name {
  pointer-events: none;
}
.bm-sticky-meta {
  display: grid;
  gap: 2px;
  border-top: 3px solid #090909;
  padding-top: 6px;
  font-size: 10px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}
.bm-sticky-confirm {
  position: absolute;
  inset: 9px;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 8px;
  border: 3px solid #090909;
  padding: 10px;
  background: var(--sticky-color, #fff34d);
  box-shadow: 4px 4px 0 #090909;
  pointer-events: auto;
}
.bm-sticky-confirm p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 18px;
  line-height: 1.04;
  font-weight: 900;
}
.bm-sticky-confirm button {
  min-height: 30px;
  border: 3px solid #090909;
  border-radius: 0;
  background: #fff;
  color: #090909;
  font: 900 13px/1 Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.bm-sticky-confirm button:hover {
  background: #090909;
  color: #fff;
}
.bm-hero { width: min(100%, var(--bm-content-max)); margin: 0 auto; padding: 56px 0 50px; }
.bm-hero-with-video {
  --bm-hero-pad-y: 20px;
  --bm-hero-pad-x: clamp(2px, .35vw, 8px);
  --bm-wordmark-tracking: -.065em;
  --bm-wordmark-scale: .32;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: var(--bm-hero-pad-y) var(--bm-hero-pad-x) 0;
  background: #fff;
  isolation: isolate;
}
.bm-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05);
  opacity: 1;
  z-index: 0;
}
.bm-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: none;
  padding: inherit;
  background: #fff;
  color: #000;
  mix-blend-mode: screen;
  outline: 0;
}
.bm-hero-copy > span {
  display: block;
  width: max-content;
  max-width: none;
  font-family: Impact;
  font-size: clamp(230px, 65vw, 1200px);
  line-height: .82;
  font-weight: 900;
  letter-spacing: var(--bm-wordmark-tracking);
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(var(--bm-wordmark-scale));
  transform-origin: left center;
}
.bm-hero-with-video::after {
  content: "TAYLOR TABB";
  display: block;
  width: max-content;
  max-width: none;
  font-family: Impact;
  font-size: clamp(230px, 65vw, 1200px);
  line-height: .82;
  font-weight: 900;
  letter-spacing: var(--bm-wordmark-tracking);
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(var(--bm-wordmark-scale));
  transform-origin: left center;
  visibility: hidden;
  pointer-events: none;
}
.bm-hero-copy .bm-wordmark-o {
  display: inline-block;
  transform: scaleY(.970);
  transform-origin: center center;
}
.bm-hero-copy .bm-wordmark-r {
  display: inline-block;
  margin-left: -1pt;
}
@media (min-width: 1500px) {
  .bm-hero-copy > span,
  .bm-hero-with-video::after { font-size: clamp(230px, 67.35vw, 1350px); }
}
@media (min-width: 1100px) and (max-width: 1499px) {
  .bm-hero-copy > span,
  .bm-hero-with-video::after { font-size: clamp(230px, 66.7vw, 1200px); }
}
.bm h1 { margin: 0; max-width: 900px; font-size: clamp(42px, 7vw, 100px); line-height: .92; letter-spacing: 0; font-weight: 900; }
.bm .bm-hero-copy { max-width: none; }
.bm-list { width: min(100%, var(--bm-content-max)); max-width: none; margin: 38px auto 0; }
.bm-list,
.bm-about { scroll-margin-top: 74px; }
.bm-list h2, .bm-about h2 { margin: 0 0 14px; font-size: 18px; text-transform: uppercase; }
.bm-list a { display: block; padding: 7px 0; font-size: 30px; line-height: 1.02; font-weight: 900; border-bottom: 3px solid #090909; }
.bm-list a span { font-weight: 400; }
.bm-list a:hover { background: #090909; color: #fff; padding-left: .18em; padding-right: .18em; }
.bm-list.experiments,
.bm-list.writing,
.bm-list.places { margin-top: 56px; }
.bm-list.writing a { font-size: 30px; line-height: 1.04; }
.bm-list.places .bm-place { font-size: 30px; line-height: 1.02; }
.bm-list.writing a span,
.bm-list.places .bm-place span { font-weight: 400; }
.bm-list.experiments { max-width: none; }
.bm-experiment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 3px solid #090909;
  border-left: 3px solid #090909;
  background: #fff;
}
.bm-experiment {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  min-height: 0;
  padding: 0;
  border-right: 3px solid #090909;
  border-bottom: 3px solid #090909;
  background: #fff;
  color: #090909;
}
.bm-list .bm-experiment {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  min-height: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  border-bottom: 3px solid #090909;
}
.bm-list.experiments .bm-experiment {
  font-family: Helvetica, Arial, sans-serif;
}
.bm-list .bm-experiment:hover {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  color: #090909;
}
.bm-experiment-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / .78;
  overflow: hidden;
  background: #fff;
  border-bottom: 3px solid #090909;
}
.bm-experiment-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--thumb-position, var(--thumb-x, 50%) var(--thumb-y, 50%));
  transform: scale(var(--thumb-scale, 1));
  transform-origin: var(--thumb-position, var(--thumb-x, 50%) var(--thumb-y, 50%));
  transition: transform .08s ease;
  user-select: none;
  -webkit-user-drag: none;
}
.bm-experiment:hover .bm-experiment-media img {
  transform: scale(calc(var(--thumb-scale, 1) + .025));
}
.bm-thumb-chumpop { --thumb-position: 50.3% 58.33%; --thumb-scale: 1.41; }
.bm-thumb-la-ny-hat { --thumb-position: 50.92% 70.5%; --thumb-scale: 1.02; }
.bm-thumb-footprints { --thumb-position: 50.63% 87.28%; --thumb-scale: 1.32; }
.bm-thumb-tortured-ai-agent { --thumb-position: 50% 50%; --thumb-scale: 1.02; }
.bm-thumb-perfect-impostor { --thumb-position: 50% 42.09%; --thumb-scale: 1.31; }
.bm-thumb-unlock-your-phone-with-mountain-dew { --thumb-position: 48.79% 57.57%; --thumb-scale: 1.03; }
.bm-thumb-duracell-labs { --thumb-position: 49.99% 24.09%; --thumb-scale: 1.53; }
.bm-thumb-scrubber { --thumb-position: 44.7% 54.63%; --thumb-scale: 1.4; }
.bm-thumb-imagegen-camera,
.bm-thumb-a-plant-that-can-talk {
  object-fit: contain !important;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.bm-thumb-gelatin-dress { --thumb-position: 45.01% 0%; --thumb-scale: 1.01; }
.bm-thumb-watermelon-robot { --thumb-position: 50.34% 0%; --thumb-scale: 1; }
.bm-thumb-sock-tracker { --thumb-position: .62% 16.93%; --thumb-scale: 2.13; }
.bm-thumb-me-as-a-clock { --thumb-position: 49.89% 65.91%; --thumb-scale: 1.14; }
.bm-thumb-call-n-crunch { --thumb-position: 74.18% 41.56%; --thumb-scale: 1.07; }
.bm-thumb-morphing-textiles { --thumb-position: 50% 42.13%; --thumb-scale: 1.17; }
.bm-thumb-cmu-booth { --thumb-position: 100% 17.18%; --thumb-scale: 1.07; }
.bm-thumb-google-assistant-postermaker { --thumb-position: 54.64% 54.34%; --thumb-scale: 1.78; }
.bm-thumb-marnegie-cellon-university { --thumb-position: 50% 50%; --thumb-scale: 1.1; }
.bm-thumb-fingbot { --thumb-position: 51.33% 0%; --thumb-scale: 1; }
.bm-thumb-advanced-fruits-zine { --thumb-position: 49.51% 93.78%; --thumb-scale: 1.08; }
.bm-thumb-sad-candle { --thumb-position: 49.09% 51.08%; --thumb-scale: 1.11; }
.bm-thumb-polaroid-decomposition { --thumb-position: 50% 50%; --thumb-scale: 1.16; }
.bm-experiment-media b {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(78px, 11vw, 148px);
  line-height: .8;
}
.bm-experiment-copy {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 112px;
  padding: 8px 10px 10px;
  overflow: hidden;
}
.bm-experiment-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 10px;
}
.bm-experiment-title b {
  display: block;
  font-size: 18px;
  line-height: 1.04;
  letter-spacing: 0;
}
.bm-experiment-title small {
  justify-self: end;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.04;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}
.bm-experiment-copy em {
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 1.04;
  font-weight: 400;
}
.bm-place { display: block; padding: 8px 0; font-weight: 900; border-bottom: 3px solid #090909; }
.bm-list.places .bm-place {
  display: block;
  padding: 7px 0;
  font-size: 30px;
  line-height: 1.02;
  font-weight: 900;
  border-bottom: 3px solid #090909;
}
.bm-place span { font-weight: 400; }
.bm-about { display: grid; grid-template-columns: 180px minmax(0, 620px) 260px; gap: 28px; align-items: start; justify-content: start; margin-top: 90px; }
.bm-about-photo { margin: 0; overflow: hidden; border: 4px solid #090909; background: #fff; }
.bm-about img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.bm-about-copy { display: grid; gap: 20px; }
.bm-about-copy > p { margin: 0; font-size: 22px; line-height: 1.05; }
.bm-about-contact { border-top: 3px solid #090909; padding-top: 10px; }
.bm-about-contact h3 { margin: 0 0 7px; font-size: 13px; line-height: 1; text-transform: uppercase; }
.bm-about-contact p { margin: 0 0 8px; font-size: 13px; line-height: 1.08; font-weight: 900; }
.bm-contact-form-wrap { margin: 0; }
.bm-contact-form-wrap summary {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  list-style: none;
}
.bm-contact-form-wrap summary::-webkit-details-marker { display: none; }
.bm-contact-form {
  display: grid;
  gap: 6px;
  margin-top: 9px;
}
.bm-contact-form label {
  display: grid;
  gap: 3px;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.bm-contact-form input,
.bm-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #090909;
  border-radius: 0;
  background: #fff;
  color: #090909;
  font: 900 13px/1 Helvetica, Arial, sans-serif;
  padding: 7px 8px;
}
.bm-contact-form textarea {
  min-height: 82px;
  resize: vertical;
}
.bm-contact-form button {
  justify-self: start;
  border: 2px solid #090909;
  border-radius: 0;
  background: #ffff34;
  color: #090909;
  font: 900 13px/1 Helvetica, Arial, sans-serif;
  padding: 7px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.bm-contact-form button:disabled {
  opacity: .55;
  cursor: wait;
}
.bm-contact-form output {
  min-height: 13px;
  font: 900 11px/1.08 Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.bm-contact-field {
  position: absolute !important;
  left: -9999px !important;
}
.bm-project-page {
  padding-bottom: 120px;
  --bm-project-max: min(100%, var(--bm-content-max));
  --bm-title: 30px;
  --bm-subtitle: 30px;
  --bm-body: 18px;
  --bm-body-leading: 1.04;
}
.bm-project-detail {
  width: min(100%, var(--bm-project-max));
  margin: clamp(70px, 6vw, 92px) auto 0;
}
.bm-project-hero {
  margin: 0 0 clamp(26px, 4.5vw, 64px);
}
.bm-project-hero-media {
  margin: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.bm-project-hero-image {
  display: block;
  width: 100%;
  height: min(52vh, 560px);
  min-height: 360px;
  object-fit: cover;
}
.bm-project-statement {
  max-width: 860px;
  margin: 0 0 clamp(34px, 4.5vw, 64px);
}
.bm-project-statement h1 {
  margin: 0;
  font-size: var(--bm-title);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}
.bm-project-subtitle {
  margin: 7px 0 0;
  font-size: var(--bm-subtitle);
  line-height: 1.02;
  font-weight: 400;
}
.bm-project-body {
  max-width: min(100%, 720px);
  margin: 0;
}
.bm-project-body p,
.bm-project-body li {
  margin: 0 0 1.04em;
  font-size: var(--bm-body);
  line-height: var(--bm-body-leading);
}
.bm-project-body p,
.bm-project-body li {
  font-weight: 400;
}
.bm-project-body h2 {
  margin: 0 0 1.04em;
  font-size: var(--bm-body);
  line-height: var(--bm-body-leading);
  font-weight: 800;
}
.bm-project-body .bm-project-callout {
  font-size: var(--bm-body);
  line-height: var(--bm-body-leading);
  font-weight: 400;
}
.bm-project-body ul,
.bm-project-body ol {
  margin: 0 0 1.04em;
  padding-left: 1em;
}
.bm-project-body a {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.bm-project-social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, min(38vw, 500px));
  gap: clamp(44px, 7vw, 118px);
  align-items: start;
}
.bm-project-social-copy {
  min-width: 0;
}
.bm-project-social .bm-project-statement {
  max-width: 780px;
}
.bm-project-social .bm-project-body {
  max-width: min(100%, 680px);
}
.bm-project-social-media {
  min-width: 0;
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}
.bm-project-social-image {
  margin: 0;
  background: #fff;
  overflow: hidden;
}
.bm-project-social-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 760px);
  object-fit: contain;
}
.bm-project-social-embed {
  width: 100%;
}
.bm-project-social-media .bm-project-embeds {
  max-width: none;
  margin: 0;
}
.project-sloptrader .bm-project-social {
  grid-template-columns: minmax(0, 430px) minmax(520px, 760px);
  gap: clamp(34px, 5vw, 76px);
  justify-content: start;
}
.project-sloptrader .bm-project-social .bm-project-statement,
.project-sloptrader .bm-project-social .bm-project-body {
  max-width: 430px;
}
.project-sloptrader .bm-project-social-media {
  width: min(100%, 760px);
}
.bm-project-embeds {
  max-width: min(100%, 620px);
  margin: 0 0 clamp(70px, 8vw, 118px);
}
.bm-embed {
  background: #fff;
  overflow: hidden;
}
.bm-project-hero-embed {
  max-width: min(100%, 620px);
  margin: 0 auto;
}
.bm-embed.instagram {
  padding: 0;
}
.bm-embed iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}
.bm-embed .instagram-media {
  margin: 0 auto !important;
  max-width: 540px !important;
  min-width: 0 !important;
  width: 100% !important;
}
.bm-live-panel {
  display: grid;
  width: 100%;
  max-width: 760px;
  min-height: 720px;
  border: 3px solid #090909;
  background: #fff;
  color: #090909;
}
.bm-live-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 3px solid #090909;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.bm-live-panel header a {
  border: 3px solid #090909;
  padding: 6px 8px;
  background: #fff34d;
  color: #090909;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
.bm-live-panel header a:hover {
  background: #090909;
  color: #fff;
}
.bm-live-panel iframe {
  display: block;
  width: 100%;
  height: 720px;
  min-height: 520px;
  border: 0;
  background: #fff;
}
.bm-project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  margin-top: clamp(84px, 10vw, 150px);
}
.bm-project-gallery figure {
  margin: 0;
  background: #fff;
}
.bm-project-gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / .78;
  object-fit: cover;
}
.bm-writing-page {
  padding-bottom: 120px;
}
.bm-writing-detail {
  width: min(100%, 1180px);
  margin: 74px auto 0;
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 720px);
  gap: clamp(56px, 8vw, 124px);
  align-items: start;
  border-top: 3px solid #090909;
  padding-top: 16px;
  overflow: hidden;
}
.bm-writing-head {
  position: sticky;
  top: 86px;
  min-width: 0;
  overflow: hidden;
}
.bm-writing-back {
  display: inline-block;
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.bm-writing-back:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.bm-writing-head h1 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: break-word;
}
.bm-writing-head p {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 400;
}
.bm-writing-content {
  min-width: 0;
  overflow: hidden;
}
.bm-writing-media {
  margin: 0 0 30px;
  border: 3px solid #090909;
  overflow: hidden;
  background: #fff;
}
.bm-writing-img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
.bm-writing-content p,
.bm-writing-content li {
  margin: 0 0 1.05em;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 400;
}
.bm-writing-content h2 {
  margin: 1.7em 0 .55em;
  font-size: 30px;
  line-height: 1.02;
  font-weight: 900;
}
.bm-writing-content h2:first-child {
  margin-top: 0;
}
.bm-writing-content ul,
.bm-writing-content ol {
  margin: 0 0 1.05em;
  padding-left: 1em;
}
.bm-writing-content blockquote {
  margin: 0 0 1.05em;
  padding: 0 0 0 .75em;
  border-left: 3px solid #090909;
}
.bm-writing-content blockquote,
.bm-writing-content blockquote p {
  font-size: 30px;
  line-height: 1.08;
  font-weight: 900;
}
.bm-writing-content a {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.bm-archive-c-page {
  padding-bottom: 120px;
}
.bm-archive-c-intro {
  width: min(100%, var(--bm-content-max));
  margin: 62px auto 92px;
  border-top: 3px solid #090909;
  padding-top: 12px;
}
.bm-archive-c-intro h1 {
  margin: 0;
  max-width: 1320px;
  font-size: clamp(54px, 8vw, 142px);
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
}
.bm-archive-c-stack {
  width: min(100%, 1180px);
  margin: 0 auto;
}
.bm-archive-c-images {
  width: min(100%, var(--bm-content-max));
  margin: 0 auto 92px;
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr .9fr;
  border-top: 3px solid #090909;
  border-left: 3px solid #090909;
}
.bm-archive-c-images a {
  position: relative;
  min-height: clamp(260px, 30vw, 560px);
  overflow: hidden;
  border-right: 3px solid #090909;
  border-bottom: 3px solid #090909;
  background: #fff;
}
.bm-archive-c-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}
.bm-archive-c-images a:nth-child(2) img { object-position: 54% 50%; }
.bm-archive-c-images a:nth-child(4) img { object-position: 50% 36%; }
.bm-archive-c-images span,
.bm-archive-c-feature span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  background: #090909;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.bm-archive-c-feature {
  position: relative;
  display: block;
  margin: 0 0 34px;
  border: 3px solid #090909;
  overflow: hidden;
  background: #fff;
}
.bm-archive-c-feature img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}
.bm-archive-c-block {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 38px;
  padding: 14px 0 16px;
  border-top: 3px solid #090909;
}
.bm-archive-c-block:last-child {
  border-bottom: 3px solid #090909;
}
.bm-archive-c-block h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}
.bm-archive-c-block p,
.bm-archive-c-list a {
  margin: 0;
  font-size: 30px;
  line-height: 1.04;
  font-weight: 400;
}
.bm-archive-c-block p a {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.bm-archive-c-list {
  padding-bottom: 0;
}
.bm-archive-c-list a {
  display: block;
  padding: 0 0 13px;
}
.bm-archive-c-list a:hover {
  background: #090909;
  color: #fff;
}
.bm-archive-c-list a b {
  font-weight: 900;
}
.bm-archive-c-list a span {
  font-weight: 400;
}
.bm-archive-c-rule {
  padding: 18px 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.bm-cursor-preview {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: min(520px, 36vw);
  aspect-ratio: 4 / 3;
  border: 4px solid #090909;
  background: #fff;
  box-shadow: 14px 14px 0 #090909;
  opacity: 0;
  transform: translate(18px, 34px) rotate(-1deg);
  pointer-events: none;
  overflow: hidden;
  transition: opacity .08s ease;
}
.bm-cursor-preview.visible { opacity: 1; }
.bm-cursor-preview img,
.bm-cursor-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.bm-cursor-preview[data-kind="image"] img,
.bm-cursor-preview[data-kind="video"] video { display: block; }
.bm-cursor-preview span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  background: #fff;
  color: #090909;
  border: 2px solid #090909;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
}
.bm-thumb-editor {
  position: fixed;
  right: clamp(18px, 4vw, 64px);
  bottom: 18px;
  z-index: 80;
  display: none;
  width: min(360px, calc(100vw - 36px));
  border: 3px solid #090909;
  background: #fff;
  color: #090909;
  box-shadow: 8px 8px 0 #090909;
  font-family: Helvetica, Arial, sans-serif;
  pointer-events: auto;
}
body.thumb-editor-on .bm-thumb-editor {
  display: grid;
}
.bm-thumb-editor header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
  border-bottom: 3px solid #090909;
  padding: 10px;
}
.bm-thumb-editor strong,
.bm-thumb-editor button,
.bm-thumb-editor label,
.bm-thumb-editor output {
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
.bm-thumb-editor small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 400;
}
.bm-thumb-editor button {
  border: 3px solid #090909;
  border-radius: 0;
  padding: 7px 9px;
  background: #fff34d;
  color: #090909;
  cursor: pointer;
}
.bm-thumb-editor button:hover {
  background: #090909;
  color: #fff;
}
.bm-thumb-editor-controls {
  display: grid;
  gap: 9px;
  padding: 10px;
}
.bm-thumb-editor label {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 8px;
  align-items: center;
}
.bm-thumb-editor input[type="range"] {
  width: 100%;
  accent-color: #090909;
}
.bm-thumb-editor-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.bm-thumb-editor pre {
  display: none;
  max-height: 110px;
  margin: 0;
  border-top: 3px solid #090909;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  font: 900 11px/1.18 "Courier New", monospace;
}
.bm-thumb-editor.has-export pre {
  display: block;
}
body.thumb-editor-on .bm-experiment {
  cursor: crosshair;
}
body.thumb-editor-on .bm-experiment.is-thumb-editing {
  outline: 6px solid #fff34d;
  outline-offset: -6px;
}
body.thumb-editor-on .bm-experiment-media img {
  transition: none;
}
body.thumb-editor-on .bm-experiment:hover .bm-experiment-media img {
  transform: scale(var(--thumb-scale, 1));
}
body.thumb-editor-dragging {
  cursor: grabbing;
  user-select: none;
}

.specimen { background: #11100d; color: #ece2cf; font-family: "JetBrains Mono", monospace; }
.spec { min-height: 100vh; padding: 86px clamp(18px, 5vw, 72px); background: linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(#11100d, #211c16); background-size: 72px 72px, auto; }
.spec-hero { display: grid; grid-template-columns: .85fr 1fr; gap: 54px; align-items: end; min-height: 82vh; }
.spec-hero p { color: #b8ab91; text-transform: uppercase; letter-spacing: .08em; }
.spec-hero h1 { margin: 0; font-family: "Crimson Pro", serif; font-size: clamp(56px, 9vw, 132px); line-height: .84; font-weight: 300; }
.spec-plate { padding: 14px; border: 1px solid rgba(236,226,207,.28); background: rgba(236,226,207,.05); }
.spec-plate img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: contrast(.94) saturate(.85); }
.spec-plate span { display: block; margin-top: 10px; color: #b8ab91; font-size: 11px; }
.spec-ledger { margin-top: 80px; }
.spec-ledger h2, .spec-about h2 { font-family: "Crimson Pro", serif; font-size: 42px; font-weight: 300; }
.spec-ledger > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.spec-card { border: 1px solid rgba(236,226,207,.25); background: rgba(236,226,207,.035); min-height: 360px; }
.spec-card img { width: 100%; aspect-ratio: 1 / .75; object-fit: cover; filter: grayscale(.2) contrast(.9); }
.spec-card div { padding: 14px; }
.spec-card p { margin: 0 0 18px; color: #b8ab91; font-size: 10px; text-transform: uppercase; }
.spec-card h3 { margin: 0 0 8px; font: 28px/.9 "Crimson Pro", serif; }
.spec-card span { color: #c8bfae; font-size: 12px; line-height: 1.25; }
.spec-about { display: grid; grid-template-columns: 260px 1fr 1fr; gap: 36px; margin-top: 90px; border-top: 1px solid rgba(236,226,207,.25); padding-top: 28px; }
.spec-about p { color: #c8bfae; line-height: 1.35; }

.signal { background: #080914; color: #e7ff75; font-family: "JetBrains Mono", monospace; }
.signal main, .signal { min-height: 100vh; }
.signal::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 70% 25%, rgba(0, 255, 208, .18), transparent 32%), radial-gradient(circle at 25% 70%, rgba(255, 76, 210, .16), transparent 34%), repeating-linear-gradient(0deg, rgba(255,255,255,.04) 0 1px, transparent 1px 5px); mix-blend-mode: screen; }
.signal-hero { position: relative; min-height: 100vh; display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; align-items: center; padding: 90px clamp(18px, 5vw, 70px); }
.signal-hero p { color: #9ee9ff; text-transform: uppercase; letter-spacing: .12em; }
.signal-hero h1 { margin: 0; font: 900 clamp(44px, 7vw, 104px)/.84 Inter, sans-serif; color: #fff; text-shadow: 0 0 30px rgba(231,255,117,.18); }
.signal-hero a { display: inline-block; margin-top: 24px; padding: 12px 16px; border: 1px solid #e7ff75; border-radius: 999px; }
.signal-orbit { position: relative; min-height: 740px; border: 1px solid rgba(231,255,117,.24); border-radius: 50%; }
.signal-node { position: absolute; width: 170px; border: 1px solid rgba(231,255,117,.42); background: rgba(8,9,20,.78); box-shadow: 0 0 40px rgba(231,255,117,.08); padding: 8px; }
.signal-node img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(1.35) contrast(1.05); }
.signal-node span { position: absolute; left: -22px; top: -18px; color: #9ee9ff; font-size: 12px; }
.signal-node b { display: block; margin-top: 7px; color: #fff; font-size: 12px; }
.node-1 { left: 8%; top: 8%; transform: rotate(-5deg); }
.node-2 { right: 10%; top: 6%; transform: rotate(6deg); }
.node-3 { left: 40%; top: 25%; transform: rotate(2deg); }
.node-4 { left: 13%; bottom: 16%; transform: rotate(7deg); }
.node-5 { right: 15%; bottom: 18%; transform: rotate(-6deg); }
.node-6 { left: 42%; bottom: 0; transform: rotate(3deg); }
.node-7 { right: 40%; top: 2%; transform: rotate(-2deg); }
.signal-console { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 clamp(18px, 5vw, 70px) 90px; }
.signal-console > div { border: 1px solid rgba(231,255,117,.3); background: rgba(255,255,255,.035); padding: 20px; }
.signal-console h2 { margin: 0 0 18px; color: #fff; font: 900 28px Inter, sans-serif; }
.signal-console a { display: grid; gap: 5px; padding: 12px 0; border-top: 1px solid rgba(231,255,117,.2); }
.signal-console span { color: #fff; }
.signal-console em, .signal-console p { color: #b9cfc5; font-style: normal; line-height: 1.35; }

@media (max-width: 900px) {
  .alt-switch { left: 12px; right: 12px; transform: none; overflow: auto; justify-content: flex-start; }
  .bs-row, .bs-lower, .archive-b-hero, .archive-b-about, .bm-hero, .bm-about, .spec-hero, .spec-about, .signal-hero, .signal-console { grid-template-columns: 1fr; }
  .bs-tags, .bs-year, .bs-preview { display: none; }
  .archive-b-pond { min-height: 620px; }
  .lily { position: relative; inset: auto !important; width: 100% !important; height: auto !important; margin-bottom: 14px; transform: none !important; }
  .lily img { aspect-ratio: 4 / 3; }
  .archive-b-grid, .spec-ledger > div { grid-template-columns: 1fr; }
  .archive-b-notes a { grid-template-columns: 1fr; }
  .bm-list a { font-size: 28px; }
  .bm-stickies-toolbar {
    top: 58px;
    right: 12px;
    grid-template-columns: auto auto;
    width: auto;
  }
  .bm-stickies-toolbar label,
  .bm-stickies-toolbar output {
    grid-column: 1 / -1;
  }
  .bm-stickies-toolbar > span {
    grid-column: 3;
    grid-row: 1;
    border-left: 0;
    padding-left: 0;
    justify-self: end;
  }
  .bm-sticky-note {
    width: min(236px, calc(100vw - 36px));
  }
  .bm-experiment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bm-experiment { min-height: 0; }
  .bm-experiment-copy { height: 96px; }
  .bm-experiment-title b { font-size: 20px; }
  .bm-project-detail { margin-top: 52px; }
  .bm-project-hero { margin-bottom: 26px; }
  .bm-project-hero-image { height: auto; min-height: 0; aspect-ratio: 1 / .64; }
  .bm-project-statement { display: block; margin-bottom: 48px; }
  .bm-project-social { grid-template-columns: 1fr; gap: 30px; }
  .bm-project-social .bm-project-statement { margin-bottom: 34px; }
  .bm-project-social-img { max-height: none; }
  .project-sloptrader .bm-project-social {
    grid-template-columns: 1fr;
  }
  .project-sloptrader .bm-project-social .bm-project-statement,
  .project-sloptrader .bm-project-social .bm-project-body,
  .project-sloptrader .bm-project-social-media {
    max-width: none;
    width: 100%;
  }
  .bm-project-body { margin-left: 0; }
  .bm-project-gallery { grid-template-columns: 1fr; margin-top: 64px; }
  .bm-writing-detail { grid-template-columns: 1fr; gap: 36px; margin-top: 52px; }
  .bm-writing-head { position: static; }
  .bm-writing-head h1 { font-size: 48px; }
  .bm-writing-head p { font-size: 22px; }
  .bm-archive-c-intro { margin-top: 52px; margin-bottom: 70px; }
  .bm-archive-c-intro h1 { font-size: 58px; }
  .bm-archive-c-images { grid-template-columns: 1fr 1fr; margin-bottom: 70px; }
  .bm-archive-c-images a { min-height: 260px; }
  .bm-archive-c-block { grid-template-columns: 1fr; gap: 12px; }
  .bm-archive-c-block p, .bm-archive-c-list a { font-size: 28px; }
  .signal-orbit { border-radius: 28px; min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; }
  .signal-node { position: relative; inset: auto !important; width: 100%; transform: none !important; }
}
@media (max-width: 520px) {
  .bm-experiment-grid { grid-template-columns: 1fr; }
  .bm-experiment { min-height: auto; }
}
