.works-hero {
  padding: clamp(46px, 8vw, 110px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(16, 13, 27, 0.96), rgba(16, 13, 27, 0.72)),
    url("../bigcartel-20260604-155507/assets/FILLMORE-FOLIO-_1A3.jpg") center / cover;
}

.works-hero h1 {
  max-width: 1080px;
}

.works-hero p {
  max-width: 940px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.58;
}

.archive-warning {
  max-width: 960px;
  margin-top: 26px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(183, 43, 36, 0.86);
  border: 2px solid var(--gold);
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.archive-controls {
  position: sticky;
  top: 68px;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(180px, 240px));
  gap: 12px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: #fff8e8;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.archive-controls label {
  display: grid;
  gap: 7px;
}

.archive-controls span {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.archive-controls input,
.archive-controls select {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
}

.archive-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.archive-summary div {
  padding: 22px clamp(18px, 4vw, 48px);
  background: var(--ink);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.archive-summary strong,
.archive-summary span {
  display: block;
}

.archive-summary strong {
  color: var(--gold);
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 1;
}

.archive-summary span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.archive-table-wrap {
  overflow: auto;
  max-height: calc(100vh - 68px);
  padding: clamp(20px, 4vw, 52px) clamp(14px, 4vw, 52px);
}

.archive-table {
  width: 100%;
  min-width: 1160px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff8e8;
  border: 3px solid var(--ink);
}

.archive-table th,
.archive-table td {
  padding: 13px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.archive-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #fff;
  background: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.archive-image-cell {
  width: 170px;
}

.archive-thumb {
  width: 132px;
  height: auto;
  object-fit: contain;
  background: var(--cream);
  border: 0;
}

.archive-no-image {
  display: grid;
  width: 132px;
  height: 148px;
  place-items: center;
  padding: 10px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--ink);
  border: 2px solid var(--ink);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.image-name {
  display: block;
  max-width: 150px;
  margin-top: 8px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.archive-title {
  max-width: 340px;
  font-size: 1.08rem;
  line-height: 1.18;
}

.archive-desc {
  max-width: 520px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.48;
}

.archive-table a {
  color: var(--blue);
  font-weight: 700;
}

.archive-status {
  display: inline-flex;
  padding: 6px 8px;
  color: #fff;
  background: var(--red);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.archive-status.researched {
  background: var(--blue);
}

@media (max-width: 900px) {
  .archive-controls,
  .archive-summary {
    grid-template-columns: 1fr;
  }

  .archive-table th {
    top: 0;
  }
}
