:root {
  --paper: #f7f6f0;
  --ink: #24251f;
  --muted: #65665d;
  --line: #d7d8cd;
  --lime: #edff81;
  --pink: #f9c5dd;
  --white: #fff;
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #687b10;
  outline-offset: 5px;
}
button:disabled {
  cursor: not-allowed;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
button {
  border: 0;
}
img,
svg {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1200px, calc(100% - 80px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 12px;
  background: var(--lime);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1.6px;
}
.wordmark:hover {
  text-decoration: none;
}
.logo-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 36px;
  background: var(--lime);
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  transform: rotate(-7deg);
  margin-right: 2px;
}
.logo-mark svg {
  width: 21px;
  height: 28px;
}
.wordmark-dot {
  align-self: flex-start;
  font-size: 12px;
  letter-spacing: -1px;
  margin-left: -4px;
  margin-top: 5px;
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid var(--ink);
  background: var(--lime);
  border-radius: 7px;
  padding: 16px 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  min-height: 48px;
  transition: transform 0.18s;
}
.button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  padding: 12px 17px;
  min-height: 44px;
  gap: 16px;
  font-size: 12px;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.hero {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 50px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 62px;
}
.creator-follow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.creator-follow strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.eyebrow {
  font:
    10px/1.5 "Courier New",
    monospace;
  font-weight: 700;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-dot {
  height: 7px;
  width: 7px;
  background: #687b10;
  border-radius: 50%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: clamp(64px, 6.6vw, 88px);
  line-height: 0.97;
  letter-spacing: -5px;
  margin: 24px 0 28px;
  font-weight: 800;
}
.price-word {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.price-word:before {
  content: "";
  position: absolute;
  inset: 5px -10px -2px;
  z-index: -1;
  background: var(--lime);
  transform: rotate(-3deg);
}
.price-word svg {
  position: absolute;
  left: -7%;
  bottom: -11px;
  width: 113%;
  height: 18px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  stroke-linecap: round;
}
.hero-description {
  font-size: 17px;
  line-height: 1.65;
  color: #4b4d43;
}
.hero-description strong {
  color: var(--ink);
  font-weight: 700;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 26px;
}
.hero-aside {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  transform: rotate(-5deg);
  color: var(--muted);
}
.parody-note {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 20px;
}
.hero-art {
  position: relative;
  width: 100%;
  max-width: 370px;
  justify-self: center;
  padding: 0 0 15px 0;
}
.inventory-sheet {
  position: relative;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 3px;
  padding: 19px 22px 16px;
  transform: rotate(5deg);
  box-shadow: 7px 8px 0 #e2e2d6;
}
.sheet-top,
.sheet-bottom {
  font:
    9px "Courier New",
    monospace;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.sheet-top {
  padding-bottom: 13px;
  border-bottom: 1px dashed #aaa;
}
.anatomy {
  height: 283px;
  position: relative;
}
.body-drawing {
  height: 100%;
  width: 100%;
}
.anatomy-note {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.1;
  position: absolute;
  transform: rotate(-10deg);
}
.note-head {
  top: 20px;
  left: -5px;
}
.note-head svg {
  position: absolute;
  top: 33px;
  left: 10px;
  width: 60px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.5;
}
.note-arm {
  right: -6px;
  bottom: 84px;
  transform: rotate(8deg);
  font-size: 12px;
}
.sheet-bottom {
  border-top: 1px dashed #aaa;
  padding-top: 16px;
}
.barcode {
  display: block;
  height: 22px;
  width: 65px;
  background: repeating-linear-gradient(
    90deg,
    var(--ink) 0 1px,
    transparent 1px 3px,
    var(--ink) 3px 6px,
    transparent 6px 8px,
    var(--ink) 8px 10px,
    transparent 10px 14px
  );
  flex-shrink: 0;
}
.stamp {
  position: absolute;
  top: -26px;
  right: -24px;
  z-index: 2;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  width: 105px;
  height: 105px;
  background: var(--pink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -2px;
  transform: rotate(14deg);
  box-shadow: 2px 3px 0 var(--ink);
}
.stamp span {
  font:
    8px "Courier New",
    monospace;
  font-weight: 700;
  letter-spacing: 0;
}
.asset-tag {
  position: absolute;
  bottom: 4px;
  left: -20px;
  background: var(--lime);
  border: 1px solid var(--ink);
  padding: 10px 14px;
  transform: rotate(-13deg);
  font:
    700 15px/1 "Courier New",
    monospace;
  box-shadow: 2px 2px 0 var(--ink);
}
.asset-tag span {
  font-size: 26px;
  position: absolute;
  right: -30px;
  top: 2px;
}
.art-footnote {
  position: absolute;
  bottom: -28px;
  left: 44px;
  font:
    italic 13px Georgia,
    serif;
  transform: rotate(-3deg);
  color: var(--muted);
}
.ticker {
  background: var(--lime);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.ticker-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 18px;
  font:
    700 10px "Courier New",
    monospace;
  letter-spacing: 1px;
}
.ticker b {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.directory {
  padding-top: 64px;
  padding-bottom: 60px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.section-heading h2 {
  font-size: 38px;
  letter-spacing: -1.7px;
  margin-top: 8px;
  line-height: 1.1;
}
.accent-dot {
  color: #67780d;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  text-align: right;
}
.directory-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 26px 0 24px;
}
.filters {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.filter {
  padding: 10px 14px;
  min-height: 44px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.filter:hover {
  background: #e9e9de;
}
.filter.active {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}
.filter span {
  font: 10px monospace;
  margin-left: 4px;
  opacity: 0.75;
}
.search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  padding: 0 13px;
  width: 290px;
}
.search svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.search input {
  width: 100%;
  padding: 13px 0;
  border: 0;
  outline-offset: 2px;
  font-size: 12px;
  min-width: 0;
  background: transparent;
  min-height: 44px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}
.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #c9cabe;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s;
}
.card:hover {
  transform: translateY(-4px);
}
.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 15px 16px;
  font:
    700 9px/1.2 "Courier New",
    monospace;
  letter-spacing: 0.6px;
  border-bottom: 1px solid var(--line);
}
.card-topline span:last-child {
  color: var(--muted);
}
.card-photo {
  height: 236px;
  position: relative;
  background: #fff;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid var(--line);
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.card-photo:hover img {
  transform: scale(1.025);
}
.card-photo-marc img {
  object-position: 50% 38%;
}
.card-photo-vanshika img,
.card-photo-jonny img {
  object-position: 50% 75%;
}
.photo-source {
  position: absolute;
  bottom: 9px;
  right: 10px;
  background: rgba(255, 255, 255, 0.94);
  padding: 5px 8px;
  font:
    8px/1.2 "Courier New",
    monospace;
  border-radius: 3px;
  color: #383a2e;
}
.card-body {
  padding: 21px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.person-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.person-line h3 {
  font-size: 23px;
  letter-spacing: -0.8px;
}
.handle {
  display: inline-block;
  font:
    11px/1.5 "Courier New",
    monospace;
  color: var(--muted);
  margin-top: 4px;
  min-height: 26px;
}
.category {
  font:
    700 8px/1.2 "Courier New",
    monospace;
  text-transform: uppercase;
  border: 1px solid #dedfd6;
  padding: 6px 7px;
  border-radius: 4px;
  background: #f8f8f3;
  letter-spacing: 0.5px;
}
.category-parody {
  background: #ffe3ed;
  border-color: #f1c9d8;
}
.card-headline {
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 1.45;
  margin-top: 12px;
  font-weight: 700;
}
.card-description {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 6px;
  min-height: 64px;
}
.card-meta {
  margin: 20px 0 17px;
  padding: 14px 0;
  border-block: 1px dashed var(--line);
  display: grid;
  gap: 8px;
}
.card-meta div {
  display: flex;
  gap: 10px;
  align-items: start;
  font-size: 11px;
}
.card-meta svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.card-meta .date {
  font:
    8px "Courier New",
    monospace;
  color: var(--muted);
  margin-left: auto;
  text-align: right;
  max-width: 95px;
  line-height: 1.4;
}
.card-bottom {
  margin-top: auto;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.price {
  font-size: 28px;
  letter-spacing: -1.3px;
  font-weight: 800;
}
.price-label {
  font-size: 9px;
  margin-top: 3px;
  color: var(--muted);
}
.status {
  font:
    8px/1.4 "Courier New",
    monospace;
  font-weight: 700;
  max-width: 110px;
  padding: 5px 7px;
  background: #f0f0e9;
  border-radius: 4px;
  text-align: center;
}
.status-parody {
  background: #ffe3ed;
}
.status-check {
  background: #edf2dc;
}
.card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 14px;
  margin-top: 20px;
  border: 1px solid #bcbdaf;
  border-radius: 5px;
  min-height: 44px;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}
.card-cta:hover {
  background: var(--lime);
  text-decoration: none;
  border-color: var(--ink);
}
.card-cta span {
  font-size: 16px;
}
.detail-trigger {
  background: transparent;
  padding: 11px 0 0;
  font-size: 10px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 38px;
  width: 100%;
  text-align: center;
}
.inventory-disclaimer {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  text-align: center;
  margin: 22px auto 32px;
  max-width: 760px;
}
.next-card {
  border: 1.5px dashed #a2a691;
  border-radius: 12px;
  background: #eeefe3;
  display: flex;
  align-items: center;
  padding: 28px 32px;
  gap: 36px;
}
.next-art {
  font-size: 50px;
  letter-spacing: -4px;
  font-weight: 800;
  transform: rotate(-6deg);
  position: relative;
  flex-shrink: 0;
}
.next-art > span {
  color: #78842c;
}
.next-art .barcode {
  width: 110px;
  height: 18px;
  margin-top: 6px;
  opacity: 0.6;
}
.next-copy h2 {
  font-size: 35px;
  letter-spacing: -1.4px;
  margin: 5px 0 9px;
}
.next-copy > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.next-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-left: auto;
}
.next-action > span {
  font:
    italic 12px Georgia,
    serif;
  color: var(--muted);
}
.lore {
  border-top: 1px solid var(--line);
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 80px;
}
.lore h2 {
  font-size: 37px;
  letter-spacing: -1.8px;
  line-height: 1.08;
  max-width: 330px;
  margin: 11px 0 24px;
}
.lore-heading > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.lore-heading strong {
  display: block;
  color: var(--ink);
  margin-top: 8px;
}
.text-button {
  font-size: 12px;
  font-weight: 700;
  min-height: 44px;
  background: transparent;
  padding: 0;
  margin-top: 19px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.lore-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lore-list li {
  display: flex;
  gap: 20px;
  padding: 0 0 26px;
  position: relative;
}
.lore-list li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 0;
  border-left: 1px dashed #bfc1b1;
}
.lore-list li:last-child {
  padding-bottom: 0;
}
.lore-number {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid #c8cbba;
  border-radius: 50%;
  font:
    12px "Courier New",
    monospace;
  flex-shrink: 0;
}
.lore-number.lime {
  background: var(--lime);
  border-color: var(--ink);
}
.lore-list h3 {
  font-size: 15px;
  margin: 3px 0 6px;
  letter-spacing: -0.2px;
}
.lore-list p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 450px;
}
.lore-list a,
.lore-today {
  font:
    9px/1.5 "Courier New",
    monospace;
  display: inline-block;
  margin-top: 7px;
  padding-block: 3px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.lore-today {
  color: #5c671d;
  text-decoration: none;
}
.source-pair {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.fine-print {
  padding: 0 0 50px;
}
.fine-print details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.fine-print details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  min-height: 32px;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
}
details[open] summary span {
  transform: rotate(45deg);
}
details > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 14px;
  max-width: 800px;
  padding-bottom: 10px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 0 0 36px;
}
.site-footer .wordmark {
  font-size: 25px;
}
.site-footer p {
  font-size: 10px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 10px;
}
.footer-note {
  max-width: 600px;
  padding-top: 6px;
}
.footer-note > span {
  font:
    8px/1.5 "Courier New",
    monospace;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-note p {
  font-size: 9px;
  line-height: 1.8;
}
.back-top {
  border: 1px solid var(--line);
  border-radius: 50%;
  align-self: start;
  display: grid;
  place-items: center;
  height: 44px;
  width: 44px;
  flex-shrink: 0;
  font-size: 21px;
}
.empty-state {
  border: 1px dashed var(--line);
  text-align: center;
  padding: 56px 20px;
  background: white;
  border-radius: 12px;
}
.empty-state > span {
  font-size: 35px;
}
.empty-state h3 {
  margin: 16px 0 8px;
}
.empty-state p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}
dialog {
  border: 1px solid var(--ink);
  padding: 0;
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
  width: min(540px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  box-shadow: 0 24px 100px #0004;
}
dialog::backdrop {
  background: rgba(25, 28, 19, 0.6);
  backdrop-filter: blur(4px);
}
.dialog-inner {
  padding: 36px;
  position: relative;
}
.dialog-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  font-size: 24px;
}
.dialog-inner > .eyebrow {
  max-width: calc(100% - 28px);
  font-size: 9px;
}
.dialog-inner h2 {
  font-size: 35px;
  line-height: 1.05;
  letter-spacing: -1.6px;
  margin: 20px 0 12px;
}
.dialog-inner > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.dialog-inner label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 21px 0 8px;
}
.dialog-inner label span {
  font-weight: 400;
  color: var(--muted);
}
.dialog-inner input,
.dialog-inner select {
  width: 100%;
  padding: 12px;
  border: 1px solid #b9bcad;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  color: var(--ink);
  min-height: 46px;
}
.pitch-preview {
  border: 1px dashed #acb29a;
  border-radius: 6px;
  background: #f0f2e7;
  padding: 16px;
  margin-top: 20px;
}
.pitch-preview .eyebrow {
  font-size: 8px;
  letter-spacing: 0.7px;
}
.pitch-preview p {
  font-size: 12px;
  line-height: 1.65;
  margin-top: 10px;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.form-submit {
  width: 100%;
  margin-top: 18px;
}
.form-note {
  font-size: 10px !important;
  color: var(--muted);
  line-height: 1.7 !important;
  margin-top: 13px !important;
}
.detail-quote {
  font:
    italic 21px/1.4 Georgia,
    serif;
  border-left: 3px solid #bbcb61;
  padding-left: 17px;
  margin: 24px 0;
}
.detail-sources {
  margin: 24px 0 0;
  display: grid;
  gap: 8px;
}
.detail-sources a {
  font-size: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.detail-sources small {
  font:
    9px "Courier New",
    monospace;
  color: var(--muted);
}
.detail-image {
  width: 100%;
  height: auto;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 22px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--lime);
  font-size: 13px;
  box-shadow: 3px 4px 0 var(--ink);
  z-index: 40;
  width: max-content;
  max-width: calc(100% - 32px);
  text-align: center;
}
.noscript-note {
  font-size: 12px;
  padding: 18px;
  text-align: center;
  background: var(--lime);
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1450px) {
  .hero {
    gap: 80px;
    padding-top: 78px;
    padding-bottom: 76px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 36px;
    grid-template-columns: 1.2fr 1fr;
  }
  .hero-art {
    max-width: 310px;
  }
  .stamp {
    right: -8px;
  }
  .anatomy {
    height: 259px;
  }
  .hero h1 {
    font-size: 72px;
    letter-spacing: -4px;
  }
  .hero-aside {
    display: none;
  }
  .cards {
    gap: 15px;
  }
  .card-body {
    padding: 17px;
  }
  .card-photo {
    height: 200px;
  }
  .card-description {
    min-height: 85px;
  }
  .card-meta .date {
    display: none;
  }
  .next-card {
    gap: 24px;
  }
  .next-copy > p br {
    display: none;
  }
  .next-art {
    font-size: 45px;
  }
  .next-action .button {
    white-space: nowrap;
  }
  .lore {
    gap: 48px;
  }
  .price-row {
    align-items: start;
  }
  .status {
    max-width: 94px;
  }
  .card-topline {
    font-size: 8px;
  }
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -3.5px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-art {
    max-width: 275px;
  }
  .inventory-sheet {
    padding: 15px;
  }
  .stamp {
    width: 85px;
    height: 85px;
    font-size: 31px;
    top: -22px;
  }
  .stamp span {
    font-size: 7px;
  }
  .anatomy {
    height: 240px;
  }
  .anatomy-note {
    font-size: 12px;
  }
  .note-arm {
    font-size: 10px;
    right: -5px;
  }
  .note-head {
    left: 0;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .art-footnote {
    font-size: 11px;
  }
  .hero .parody-note {
    font-size: 9px;
  }
  .ticker-inner {
    font-size: 8px;
    letter-spacing: 0.6px;
    gap: 10px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .section-heading > p {
    font-size: 10px;
  }
  .card-photo {
    height: 180px;
  }
  .card-body {
    padding: 14px;
  }
  .person-line h3 {
    font-size: 20px;
  }
  .category {
    font-size: 7px;
    padding: 5px;
  }
  .card-headline {
    font-size: 12px;
  }
  .card-description {
    font-size: 11px;
    min-height: 96px;
  }
  .price {
    font-size: 25px;
  }
  .price-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .status {
    max-width: 100%;
    text-align: left;
  }
  .next-art {
    display: none;
  }
  .next-card {
    padding: 25px;
  }
  .next-copy h2 {
    font-size: 32px;
  }
  .next-copy > p {
    max-width: 320px;
  }
  .lore {
    grid-template-columns: 0.9fr 1.2fr;
    gap: 30px;
  }
  .lore h2 {
    font-size: 30px;
  }
  .footer-note {
    max-width: 420px;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    min-height: 76px;
    gap: 16px;
  }
  .wordmark {
    font-size: 23px;
    gap: 6px;
  }
  .logo-mark {
    width: 27px;
    height: 31px;
  }
  .logo-mark svg {
    width: 17px;
    height: 24px;
  }
  .nav-lore,
  .nav-directory {
    display: none;
  }
  .button-small {
    font-size: 10px;
    padding: 10px 12px;
    gap: 10px;
    min-height: 42px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    padding-bottom: 46px;
    gap: 50px;
  }
  .hero h1 {
    font-size: clamp(58px, 14vw, 85px);
    letter-spacing: -3.8px;
    margin: 21px 0 27px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.7;
    max-width: 360px;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 23px;
  }
  .hero-aside {
    display: block;
    font-size: 12px;
  }
  .hero .button {
    font-size: 12px;
    padding: 15px 18px;
    gap: 18px;
  }
  .parody-note {
    margin-top: 16px;
  }
  .hero-art {
    max-width: 255px;
    margin-top: 5px;
    justify-self: center;
    display: none;
  }
  .ticker-inner {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 18px;
    row-gap: 12px;
    padding-block: 15px;
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .ticker-inner span:last-child {
    flex-basis: 100%;
    text-align: center;
  }
  .ticker-inner b:nth-last-child(2) {
    display: none;
  }
  .ticker b {
    font-size: 13px;
  }
  .directory {
    padding-top: 36px;
    padding-bottom: 37px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading h2 {
    font-size: 31px;
    letter-spacing: -1.4px;
  }
  .section-heading > p {
    display: none;
  }
  .directory-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
    margin: 20px 0;
  }
  .filters {
    gap: 5px;
  }
  .filter {
    padding: 10px 13px;
    font-size: 11px;
  }
  .search {
    width: 100%;
  }
  .search input {
    font-size: 16px;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .card-topline {
    font-size: 9px;
    padding: 16px 18px;
  }
  .card-photo {
    height: auto;
    aspect-ratio: 1.46;
  }
  .card-body {
    padding: 21px;
  }
  .person-line h3 {
    font-size: 25px;
  }
  .category {
    font-size: 9px;
    padding: 7px;
  }
  .handle {
    font-size: 12px;
    min-height: 30px;
  }
  .card-headline {
    font-size: 15px;
    margin-top: 8px;
  }
  .card-description {
    font-size: 13px;
    min-height: 0;
    line-height: 1.7;
    margin-top: 7px;
  }
  .card-meta {
    margin: 20px 0;
    gap: 12px;
  }
  .card-meta div {
    font-size: 12px;
  }
  .card-meta .date {
    display: inline-block;
    font-size: 9px;
  }
  .price-row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .price {
    font-size: 31px;
  }
  .price-label {
    font-size: 10px;
  }
  .status {
    font-size: 9px;
    max-width: 120px;
    text-align: center;
    padding: 6px 9px;
  }
  .card-cta {
    font-size: 12px;
    padding: 15px;
    margin-top: 18px;
  }
  .detail-trigger {
    font-size: 11px;
    min-height: 44px;
  }
  .inventory-disclaimer {
    text-align: left;
    font-size: 10px;
    margin: 19px 0 27px;
  }
  .next-card {
    flex-wrap: wrap;
    padding: 25px;
    gap: 20px;
  }
  .next-copy h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .next-copy > p {
    font-size: 13px;
    max-width: 100%;
  }
  .next-action {
    margin-left: 0;
    align-items: start;
    gap: 12px;
  }
  .next-action > .button {
    font-size: 12px;
  }
  .lore {
    display: block;
    padding: 38px 0;
  }
  .lore h2 {
    font-size: 34px;
    max-width: 300px;
    margin: 11px 0 20px;
  }
  .lore-heading > p {
    font-size: 13px;
  }
  .lore-list {
    margin-top: 32px;
  }
  .lore-list li {
    padding-bottom: 25px;
    gap: 17px;
  }
  .lore-list h3 {
    font-size: 14px;
  }
  .lore-list p {
    font-size: 12px;
  }
  .lore-list a,
  .lore-today {
    font-size: 10px;
    min-height: 28px;
  }
  .fine-print {
    padding-bottom: 35px;
  }
  summary {
    font-size: 12px;
    min-height: 36px;
  }
  .fine-print details {
    padding-block: 13px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 22px;
    position: relative;
    padding-bottom: 30px;
  }
  .site-footer .wordmark {
    font-size: 24px;
  }
  .site-footer > div:first-child {
    width: 100%;
  }
  .footer-note {
    max-width: calc(100% - 4px);
  }
  .footer-note > span {
    font-size: 7px;
  }
  .footer-note p {
    font-size: 9px;
  }
  .back-top {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .dialog-inner {
    padding: 29px 23px;
  }
  .dialog-inner h2 {
    font-size: 33px;
  }
  .dialog-inner > .eyebrow {
    font-size: 8px;
  }
  .dialog-inner label {
    margin-top: 18px;
  }
  .detail-quote {
    font-size: 20px;
  }
  .detail-sources a {
    font-size: 11px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
