/* ============================================================
   MONETARIUM / THE AUCTION JOURNAL
   A monochrome public-facing layer. The operational dashboard
   keeps its own stylesheet; this file is loaded only for bidder
   and catalogue pages.
   ============================================================ */

:root {
  --ink: #f3f0e8;
  --plum: #ffffff;
  --plum-soft: #e8e5dd;
  --ivory: #101010;
  --paper: #ffffff;
  --brass: #111111;
  --brass-bright: #111111;
  --wine: #111111;
  --news-black: #101010;
  --news-paper: #f3f0e8;
  --news-white: #ffffff;
  --news-grey: #65645f;
  --news-wash: #e6e2d9;
  --news-rule: rgba(16, 16, 16, .28);
  --news-rule-soft: rgba(16, 16, 16, .13);
  --serif: "Iowan Old Style", Baskerville, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Aptos", "Segoe UI Variable Text", "Segoe UI", Helvetica, Arial, sans-serif;
  --hairline: var(--news-rule-soft);
  --hairline-strong: var(--news-rule);
  --ivory-dim: var(--news-grey);
  --shell: 1320px;
  --gutter: clamp(18px, 4vw, 58px);
  --tabbar-h: 66px;
}

html {
  background: var(--news-black);
  color-scheme: light;
}

body.surface-public {
  background-color: var(--news-paper);
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0, 0, 0, .025) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 24%, rgba(0, 0, 0, .018) 55%, transparent 84%);
  background-size: 5px 5px, 100% 100%;
  color: var(--news-black);
  font-size: 17px;
  line-height: 1.6;
}

body.surface-public::selection,
body.surface-public ::selection {
  background: var(--news-black);
  color: var(--news-white);
}

body.surface-public :focus-visible {
  outline: 2px solid var(--news-black);
  outline-offset: 3px;
}

/* Masthead -------------------------------------------------- */

.masthead {
  position: relative;
  z-index: 20;
  background: rgba(243, 240, 232, .97);
  border-bottom: 0;
}

.dateline {
  min-height: 34px;
  padding-block: 7px;
  border: 0;
  background: var(--news-black);
  box-shadow: 0 0 0 100vmax var(--news-black);
  clip-path: inset(0 -100vmax);
  color: rgba(255, 255, 255, .72);
  font-size: 9.5px;
  font-weight: 650;
  letter-spacing: .2em;
}

.dateline a {
  color: var(--news-white);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.masthead-heart {
  justify-content: center;
  padding-block: clamp(17px, 2.8vw, 30px);
}

.brand {
  gap: clamp(12px, 2vw, 20px);
  color: var(--news-black);
}

.brand-mark {
  width: clamp(42px, 5vw, 58px);
  filter: grayscale(1) contrast(1.18);
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.brand-name {
  font-size: clamp(27px, 4.5vw, 48px);
  font-weight: 600;
  letter-spacing: .025em;
}

.brand-deck {
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .28em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--news-grey);
}

.nav-rail {
  gap: 0;
  min-height: 43px;
  padding: 0;
  border-top: 4px double var(--news-black);
  border-bottom: 1px solid var(--news-black);
}

.nav-link {
  padding: 10px clamp(18px, 2.7vw, 34px) 9px;
  border: 0;
  color: var(--news-black);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
}

.nav-link:hover,
.nav-link.is-active {
  background: var(--news-black);
  color: var(--news-white);
}

.nav-link-strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.linklike {
  padding: 10px clamp(18px, 2.7vw, 34px) 9px;
}

/* Typography and shared editorial furniture ---------------- */

.section {
  padding-block: clamp(38px, 6vw, 76px);
}

.page-title,
.section-title,
.lead-title {
  color: inherit;
  font-weight: 600;
  letter-spacing: -.028em;
}

.page-title {
  max-width: 22ch;
  font-size: clamp(38px, 6.4vw, 72px);
  line-height: .98;
}

.section-title {
  font-size: clamp(31px, 4.4vw, 48px);
  line-height: 1;
}

.section-subtitle {
  margin-top: 34px;
  padding-top: 11px;
  border-top: 4px double var(--news-black);
  color: var(--news-black);
  font-size: clamp(22px, 3vw, 30px);
}

.kicker,
.section-index,
.breadcrumb,
.lot-no,
.strip-no,
.group-head,
.invoice-label,
.colophon-kicker {
  color: var(--news-black);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.kicker::before {
  width: 34px;
  height: 2px;
  background: currentColor;
}

.breadcrumb {
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--news-rule);
  color: var(--news-grey);
  letter-spacing: .13em;
}

.breadcrumb a {
  color: var(--news-black);
  text-underline-offset: 3px;
}

.rulehead {
  gap: clamp(12px, 2vw, 22px);
  margin-bottom: clamp(24px, 4vw, 42px);
  padding-top: 11px;
  border-top: 5px solid var(--news-black);
}

.rulehead::after {
  background: var(--news-black);
}

.section-index {
  color: var(--news-grey);
}

.section-deck {
  max-width: 66ch;
  margin: -18px 0 clamp(34px, 5vw, 58px);
  color: var(--news-grey);
  font-size: clamp(17px, 2vw, 20px);
  font-style: italic;
  line-height: 1.55;
}

.hero-sub {
  color: var(--news-grey);
  font-size: clamp(18px, 2.5vw, 25px);
}

.empty {
  padding: 28px;
  border: 1px solid var(--news-black);
  background: var(--news-white);
  color: var(--news-grey);
  font-style: italic;
}

/* Buttons, statuses and forms ------------------------------- */

.button {
  min-height: 46px;
  padding: 12px 22px 11px;
  border: 1px solid var(--news-black);
  border-radius: 0;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .18em;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.button-primary {
  background: var(--news-black);
  color: var(--news-white);
  border-color: var(--news-black);
}

.button-primary:hover {
  background: var(--news-white);
  color: var(--news-black);
  border-color: var(--news-black);
  box-shadow: 4px 4px 0 var(--news-black);
}

.button-ghost {
  background: transparent;
  color: var(--news-black);
  border-color: var(--news-black);
}

.button-ghost:hover {
  background: var(--news-black);
  color: var(--news-white);
}

.button-sm {
  min-height: 38px;
  padding: 8px 16px;
}

.status {
  padding: 3px 8px 2px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--news-black);
  background: transparent;
  font-size: 8.5px;
  font-weight: 750;
  letter-spacing: .16em;
}

.status-live,
.status-open,
.status-paid,
.status-sold,
.status-approved {
  background: var(--news-black);
  color: var(--news-white);
  border-color: var(--news-black);
}

.field input,
.bid-form input,
.form input,
.form select,
.form textarea {
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--news-black);
  border-radius: 0;
  background: var(--news-white);
  color: var(--news-black);
  box-shadow: none;
}

.field input::placeholder,
.bid-form input::placeholder,
.form input::placeholder,
.form textarea::placeholder {
  color: #86847d;
}

.field input:focus,
.bid-form input:focus,
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: var(--news-black);
  outline: 2px solid var(--news-black);
  outline-offset: 2px;
  background: var(--news-white);
}

.field-label,
.field-optional,
.bid-form label,
.form label {
  color: var(--news-grey);
  font-size: 9.5px;
  font-weight: 750;
}

.form-hint,
.bid-meta,
.bid-note,
.gate-lede,
.gate-alt,
.form-note {
  color: var(--news-grey);
}

.gate-alt a,
.form-note a,
.table a {
  color: var(--news-black);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Front page ------------------------------------------------ */

.lead {
  position: relative;
  overflow: hidden;
  padding-block: clamp(34px, 6vw, 78px);
  border-bottom: 0;
  background: var(--news-black);
  color: var(--news-white);
}

.lead::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent 0 6px, rgba(255, 255, 255, .012) 6px 7px);
}

.lead-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 5fr) minmax(380px, 6fr);
  gap: clamp(34px, 7vw, 94px);
  align-items: center;
}

.lead-edition {
  margin: 0 0 32px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, .38);
  color: rgba(255, 255, 255, .58);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.lead .kicker,
.lead .lead-title,
.lead .lead-facts dd {
  color: var(--news-white);
}

.lead .kicker::before {
  background: var(--news-white);
}

.lead-title {
  max-width: 12ch;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .92;
}

.lead-sub {
  color: rgba(255, 255, 255, .67);
  font-size: clamp(17px, 2vw, 22px);
}

.lead-facts {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .32);
}

.lead-facts dt {
  color: rgba(255, 255, 255, .56);
  font-weight: 700;
}

.lead .status {
  color: var(--news-white);
  border-color: rgba(255, 255, 255, .7);
}

.lead .button-primary {
  background: var(--news-white);
  color: var(--news-black);
  border-color: var(--news-white);
}

.lead .button-primary:hover {
  box-shadow: 4px 4px 0 rgba(255, 255, 255, .42);
}

.lead .button-ghost {
  color: var(--news-white);
  border-color: rgba(255, 255, 255, .72);
}

.lead .button-ghost:hover {
  background: var(--news-white);
  color: var(--news-black);
}

.lead-plate {
  background: #222;
  border: 1px solid rgba(255, 255, 255, .48);
  box-shadow: 15px 15px 0 rgba(255, 255, 255, .07);
}

.lead-plate img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08) brightness(1.45);
}

.lead-plate figcaption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: rgba(0, 0, 0, .84);
  color: rgba(255, 255, 255, .8);
}

.lead-plate figcaption span {
  color: var(--news-white);
  font-weight: 750;
}

.strip-section {
  padding-block: clamp(42px, 7vw, 82px);
  background: var(--news-white);
  border-bottom: 1px solid var(--news-black);
}

.strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(calc(100% - (2 * var(--gutter))), var(--shell));
  margin-inline: auto;
  padding: 0;
  border-top: 1px solid var(--news-black);
  border-left: 1px solid var(--news-black);
  overflow: visible;
}

.strip-item {
  width: auto;
  padding: clamp(14px, 2vw, 22px);
  border-right: 1px solid var(--news-black);
  border-bottom: 1px solid var(--news-black);
  color: var(--news-black);
}

.strip-item:nth-child(-n + 3) {
  background: #f8f7f2;
}

.strip-plate {
  aspect-ratio: 4 / 3;
  border: 0;
  background: var(--news-wash);
}

.strip-plate img,
.tri-item img,
.index-plate img,
.lot-image img,
.plate img,
.gate-art img {
  filter: grayscale(1) contrast(1.08) brightness(1.04);
}

.strip-item:hover .strip-plate img,
.lot-card:hover .lot-image img {
  filter: grayscale(1) contrast(1.18) brightness(1.08);
}

.strip-no {
  color: var(--news-grey);
}

.strip-title {
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 600;
  line-height: 1.24;
}

.strip-est {
  color: var(--news-grey);
}

.tri {
  gap: 0;
  border-top: 1px solid var(--news-black);
  border-left: 1px solid var(--news-black);
}

.tri-item {
  padding: clamp(16px, 2.2vw, 28px);
  border-right: 1px solid var(--news-black);
  border-bottom: 1px solid var(--news-black);
}

.tri-item img {
  aspect-ratio: 16 / 10;
  background: var(--news-wash);
}

.tri-item h3 {
  color: var(--news-black);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 600;
}

.tri-item p {
  color: var(--news-grey);
}

.section-results {
  border-top: 1px solid var(--news-black);
}

/* Auction calendar and catalogue ---------------------------- */

.group-head {
  margin: 54px 0 12px;
  padding: 8px 0;
  border-top: 4px double var(--news-black);
  border-bottom: 1px solid var(--news-black);
  color: var(--news-black);
}

.group-count {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--news-black);
  color: var(--news-white);
}

.index-list {
  border-top: 1px solid var(--news-black);
}

.index-row {
  padding: clamp(18px, 2.6vw, 30px) 0;
  border-bottom: 1px solid var(--news-black);
  color: var(--news-black);
}

.index-list li:last-child .index-row {
  border-bottom-color: var(--news-black);
}

.index-row:hover {
  background: var(--news-white);
  box-shadow: 0 0 0 12px var(--news-white);
}

.index-num {
  color: var(--news-black);
  font-size: clamp(25px, 3vw, 38px);
}

.index-title {
  color: var(--news-black);
  font-weight: 600;
}

.index-sub,
.index-meta {
  color: var(--news-grey);
}

.index-link {
  color: var(--news-black);
  font-weight: 750;
}

.index-list-lg .index-row {
  grid-template-columns: clamp(150px, 18vw, 250px) minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 38px);
}

.index-plate {
  background: var(--news-wash);
}

.index-plate img {
  aspect-ratio: 16 / 10;
}

.sale-header {
  margin-bottom: clamp(42px, 7vw, 78px);
  padding: clamp(24px, 4vw, 44px) 0 clamp(30px, 5vw, 54px);
  border-top: 7px solid var(--news-black);
  border-bottom: 1px solid var(--news-black);
}

.sale-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid var(--news-black);
  border-left: 1px solid var(--news-black);
}

.sale-facts div {
  min-width: 0;
  padding: 13px 15px 15px;
  border-right: 1px solid var(--news-black);
  border-bottom: 1px solid var(--news-black);
}

.sale-facts dt {
  margin-bottom: 4px;
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 750;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.sale-facts dd {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.sale-desc {
  max-width: 80ch;
  color: #2d2d2b;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.sale-desc::first-letter {
  color: var(--news-black);
}

.lot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--news-black);
  border-left: 1px solid var(--news-black);
}

.lot-card {
  gap: 0;
  border: 0;
  border-right: 1px solid var(--news-black);
  border-bottom: 1px solid var(--news-black);
  border-radius: 0;
  background: var(--news-white);
  color: var(--news-black);
  box-shadow: none;
}

.lot-card:hover {
  border-color: var(--news-black);
  background: #f8f7f2;
  box-shadow: inset 0 0 0 4px var(--news-black);
  transform: none;
}

.lot-image {
  aspect-ratio: 4 / 3;
  background: var(--news-wash);
  border-bottom: 1px solid var(--news-black);
}

.lot-body {
  min-height: 174px;
  padding: clamp(15px, 2vw, 23px);
}

.lot-no {
  color: var(--news-grey);
}

.lot-title {
  color: var(--news-black);
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 600;
  line-height: 1.24;
}

.lot-estimate,
.lot-estimate-lg,
.lot-desc {
  color: var(--news-grey);
}

.lot-sold {
  color: var(--news-black);
  font-weight: 700;
}

/* Lot detail and live bidding ------------------------------- */

.lot-detail {
  gap: clamp(30px, 5vw, 72px);
}

.lot-gallery {
  gap: 24px;
}

.plate {
  border: 1px solid var(--news-black);
  background: var(--news-white);
}

.plate img,
.plate .lot-image {
  background: var(--news-wash);
}

.plate-caption {
  padding: 8px 12px;
  border-top: 1px solid var(--news-black);
  background: var(--news-white);
  color: var(--news-grey);
}

.bid-panel {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--news-black);
  border-radius: 0;
  background: var(--news-black);
  color: var(--news-white);
  box-shadow: 8px 8px 0 var(--news-wash);
}

.bid-panel .bid-price-label,
.bid-panel .bid-meta,
.bid-panel .bid-note,
.bid-panel .form-hint,
.bid-panel .bid-form label {
  color: rgba(255, 255, 255, .66);
}

.bid-panel .bid-price,
.bid-panel .bid-countdown,
.bid-panel .bid-leading,
.bid-panel .lot-sold {
  color: var(--news-white);
}

.bid-panel .button-primary {
  background: var(--news-white);
  color: var(--news-black);
  border-color: var(--news-white);
}

.bid-panel .button-ghost {
  color: var(--news-white);
  border-color: rgba(255, 255, 255, .7);
}

.bid-panel input {
  background: var(--news-white);
  color: var(--news-black);
  border-color: var(--news-white);
}

.lot-pager {
  padding-top: 15px;
  border-top: 1px solid var(--news-black);
}

.lot-pager a {
  color: var(--news-black);
  font-weight: 750;
}

.bidbar {
  background: var(--news-black);
  color: var(--news-white);
  border-top: 1px solid var(--news-white);
}

.bidbar .button-primary {
  background: var(--news-white);
  color: var(--news-black);
  border-color: var(--news-white);
}

.saleroom-grid {
  gap: clamp(28px, 5vw, 68px);
}

.cam-video {
  filter: grayscale(1) contrast(1.08);
}

.fair-warning {
  border: 2px solid var(--news-black);
  background: var(--news-black);
  color: var(--news-white);
}

.sr-feed .feed-line,
.sr-feed .feed-hammer,
.sr-feed .feed-error,
.sr-feed .feed-ok {
  color: var(--news-black);
}

/* Registration and sign-in --------------------------------- */

.gate {
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  gap: 0;
  border: 1px solid var(--news-black);
  background: var(--news-white);
  box-shadow: 10px 10px 0 var(--news-black);
}

.gate-art {
  min-height: 620px;
  border-right: 1px solid var(--news-black);
  background: var(--news-black);
}

.gate-art img {
  opacity: .86;
}

.gate-art-copy {
  background: linear-gradient(transparent, rgba(0, 0, 0, .93));
  color: var(--news-white);
}

.gate-art .kicker,
.gate-art .gate-quote {
  color: var(--news-white);
}

.gate-art .kicker::before {
  background: var(--news-white);
}

.gate-quote {
  max-width: 32ch;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.35;
}

.gate-form {
  align-self: center;
  padding: clamp(28px, 5vw, 64px);
}

.gate-form .page-title {
  font-size: clamp(40px, 5vw, 62px);
}

.gate-steps {
  border-top-color: var(--news-black);
}

.gate-steps li {
  color: var(--news-grey);
}

.gate-steps span {
  border-color: var(--news-black);
  color: var(--news-black);
}

/* Account, notices and tables ------------------------------- */

.shell-narrow {
  max-width: 1050px;
}

.panel {
  margin-bottom: 24px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--news-black);
  border-radius: 0;
  background: var(--news-white);
  box-shadow: 5px 5px 0 var(--news-wash);
}

.panel .section-subtitle {
  margin-top: 0;
}

.fact-list div {
  border-bottom-color: var(--news-rule-soft);
}

.fact-list dt {
  color: var(--news-grey);
}

.notice-list li {
  border-bottom-color: var(--news-rule-soft);
}

.notice-unread {
  padding-left: 15px;
  border-left: 4px solid var(--news-black);
  background: #f5f3ed;
}

.flash {
  border: 1px solid var(--news-black);
  border-radius: 0;
  background: var(--news-white);
  color: var(--news-black);
}

.flash-success,
.flash-info {
  border-left: 7px solid var(--news-black);
}

.flash-error {
  background: var(--news-black);
  color: var(--news-white);
}

.table {
  color: var(--news-black);
  font-variant-numeric: tabular-nums;
}

.table th {
  padding: 9px 10px;
  border-top: 1px solid var(--news-black);
  border-bottom: 2px solid var(--news-black);
  color: var(--news-grey);
  font-weight: 750;
}

.table td {
  border-bottom-color: var(--news-rule);
}

/* Invoice --------------------------------------------------- */

.invoice-sheet {
  border: 1px solid var(--news-black);
  background: var(--news-white);
  color: var(--news-black);
  box-shadow: 10px 10px 0 var(--news-black);
}

.invoice-mark {
  filter: grayscale(1) contrast(1.15);
}

.invoice-title-block .kicker,
.invoice-label,
.invoice-sheet .status,
.invoice-title-block .kicker {
  color: var(--news-black);
}

.invoice-title-block .kicker::before {
  background: var(--news-black);
}

.invoice-table th {
  color: var(--news-black);
  border-bottom-color: var(--news-black);
}

.invoice-payment {
  border-left-color: var(--news-black);
  background: var(--news-wash);
}

.invoice-paid-note,
.invoice-date,
.invoice-fine {
  color: var(--news-grey);
}

/* Footer and mobile app navigation -------------------------- */

.colophon {
  margin-top: clamp(52px, 9vw, 100px);
  border-top: 8px solid var(--news-black);
  background: var(--news-black);
  color: var(--news-white);
}

.colophon-inner {
  padding-block: 34px 42px;
  text-align: left;
}

.colophon-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.45fr .8fr;
  gap: clamp(26px, 5vw, 72px);
}

.colophon-kicker {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .48);
  font-size: 8.5px;
}

.colophon-brand {
  font-size: clamp(23px, 3vw, 33px);
  font-weight: 600;
  letter-spacing: .02em;
}

.colophon-deck,
.colophon-line,
.colophon-copy {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.6;
  text-transform: none;
}

.colophon-meta {
  text-align: right;
}

.tabbar {
  min-height: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 2px solid var(--news-black);
  background: rgba(255, 255, 255, .98);
  color: var(--news-grey);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .1);
}

.tab {
  position: relative;
  color: var(--news-grey);
}

.tab:hover,
.tab:active,
.tab.is-active {
  color: var(--news-black);
}

.tab.is-active::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 24%;
  right: 24%;
  height: 4px;
  background: var(--news-black);
}

.tab.is-active span {
  font-weight: 800;
}

/* Responsive ------------------------------------------------ */

@media (min-width: 900px) {
  .lot-detail > .lot-info {
    position: sticky;
    top: 22px;
    align-self: start;
  }
}

@media (max-width: 980px) {
  .lead-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .85fr);
    gap: 38px;
  }

  .lot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sale-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .colophon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .colophon-meta {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 860px) {
  body.surface-public {
    padding-bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
  }

  .masthead-heart {
    justify-content: flex-start;
    padding-block: 12px 14px;
  }

  .brand {
    width: 100%;
  }

  .brand-lockup {
    align-items: flex-start;
  }

  .brand-name {
    font-size: clamp(25px, 7vw, 34px);
  }

  .brand-deck {
    font-size: 7.5px;
    letter-spacing: .19em;
  }

  .lead-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lead-title {
    max-width: 15ch;
  }

  .lead-plate {
    max-width: none;
    box-shadow: 8px 8px 0 rgba(255, 255, 255, .08);
  }

  .lead-plate img {
    aspect-ratio: 16 / 10;
  }

  .index-list-lg .index-row {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .index-list-lg .index-tail {
    grid-column: 2;
  }

  .gate {
    grid-template-columns: 1fr;
  }

  .gate-art {
    min-height: 220px;
    height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--news-black);
  }

  .gate-art img {
    object-position: 50% 44%;
  }

  .gate-art-copy {
    padding: 22px;
  }

  .gate-quote {
    max-width: 44ch;
    margin-top: 8px;
    font-size: 17px;
  }
}

@media (max-width: 700px) {
  .dateline {
    font-size: 8px;
    letter-spacing: .13em;
  }

  .dateline-item:first-child {
    max-width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .page-title {
    font-size: clamp(38px, 12vw, 54px);
  }

  .section-title {
    font-size: clamp(29px, 9.5vw, 39px);
  }

  .rulehead {
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .rulehead::after {
    display: none;
  }

  .strip {
    display: flex;
    width: 100%;
    padding-inline: var(--gutter);
    border-left: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .strip::-webkit-scrollbar {
    display: none;
  }

  .strip-item {
    flex: 0 0 min(79vw, 340px);
    scroll-snap-align: center;
    background: var(--news-white);
  }

  .tri {
    grid-template-columns: 1fr;
  }

  .tri-item img {
    aspect-ratio: 16 / 9;
  }

  .index-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .index-tail {
    grid-column: 2;
    justify-content: space-between;
  }

  .index-list-lg .index-row {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 15px;
  }

  .index-list-lg .index-plate {
    align-self: stretch;
  }

  .index-list-lg .index-plate img {
    height: 100%;
    min-height: 138px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .index-list-lg .index-title {
    font-size: 19px;
  }

  .index-list-lg .index-meta {
    font-size: 9px;
    line-height: 1.55;
  }

  .sale-header {
    padding-top: 21px;
  }

  .sale-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sale-facts div {
    padding: 11px;
  }

  .sale-facts dd {
    font-size: 13px;
  }

  .lot-grid {
    grid-template-columns: 1fr;
  }

  .lot-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 168px;
  }

  .lot-card .lot-image {
    height: 100%;
    aspect-ratio: auto;
    border-right: 1px solid var(--news-black);
    border-bottom: 0;
  }

  .lot-body {
    min-height: 0;
    padding: 14px;
  }

  .lot-title {
    font-size: 17px;
  }

  .bid-panel {
    box-shadow: 5px 5px 0 var(--news-wash);
  }

  .bid-price-row {
    align-items: flex-start;
  }

  .bid-countdown-wrap {
    text-align: left;
  }

  .gate {
    box-shadow: 6px 6px 0 var(--news-black);
  }

  .gate-art {
    min-height: 176px;
    height: 176px;
  }

  .gate-art-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    inset: 0;
  }

  .gate-form {
    padding: 26px 20px 30px;
  }

  .gate-form .page-title {
    font-size: 40px;
  }

  .gate-steps {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .gate-steps li {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .panel {
    padding: 20px 16px;
    box-shadow: 4px 4px 0 var(--news-wash);
  }

  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .responsive-table tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--news-black);
  }

  .responsive-table td {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 5px 0;
    border: 0;
  }

  .responsive-table td::before {
    content: attr(data-label);
    color: var(--news-grey);
    font-family: var(--sans);
    font-size: 8.5px;
    font-weight: 750;
    letter-spacing: .15em;
    text-transform: uppercase;
  }

  .invoice-sheet {
    padding: 24px 18px;
    box-shadow: 6px 6px 0 var(--news-black);
  }

  .invoice-head {
    align-items: flex-start;
  }

  .invoice-title-block {
    max-width: 58%;
  }

  .invoice-number {
    overflow-wrap: anywhere;
  }

  .invoice-table {
    font-size: 12px;
  }

  .invoice-table th,
  .invoice-table td {
    padding-inline: 5px;
  }

  .colophon-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .colophon-meta {
    grid-column: auto;
  }

  .bidbar {
    bottom: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 40px;
  }

  .brand-name {
    font-size: 24px;
  }

  .lead {
    padding-top: 28px;
  }

  .lead-edition {
    margin-bottom: 22px;
  }

  .lead-title {
    font-size: 43px;
  }

  .lead-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-actions .button {
    width: 100%;
    text-align: center;
  }

  .lead-plate img {
    aspect-ratio: 4 / 3;
  }

  .index-list-lg .index-row {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .gate-art {
    min-height: 154px;
    height: 154px;
  }

  .gate-quote {
    display: none;
  }

  .gate-art .kicker {
    margin: 0;
  }
}

@media print {
  html,
  body.surface-public {
    background: #fff;
  }

  .invoice-sheet {
    border: 0;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .lead-copy,
  .lead-plate,
  .rulehead {
    animation: news-enter 520ms both;
  }

  .lead-plate {
    animation-delay: 90ms;
  }
}

@keyframes news-enter {
  from { opacity: .52; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   SECOND EDITION / PRODUCT SURFACES
   Colour photography, sale calendar, bidder account and dock.
   ============================================================ */

/* Photography remains true to the object; monochrome belongs to the UI. */
.lead-plate img,
.strip-plate img,
.tri-item img,
.index-plate img,
.lot-image img,
.plate img,
.gate-art img,
.purchase-image img,
.auction-feature-media img,
.auction-card-image img {
  filter: none !important;
}

.strip-item:hover .strip-plate img,
.lot-card:hover .lot-image img {
  filter: none !important;
}

/* Auction calendar ------------------------------------------ */

.auction-index-page {
  overflow: hidden;
}

.auction-index-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(46px, 7vw, 92px);
  background: var(--news-black);
  color: var(--news-white);
}

.auction-index-hero::after {
  content: "SALE CALENDAR";
  position: absolute;
  right: -1vw;
  bottom: -7vw;
  color: rgba(255, 255, 255, .028);
  font-family: var(--sans);
  font-size: clamp(90px, 17vw, 260px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .8;
  white-space: nowrap;
  pointer-events: none;
}

.auction-index-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}

.auction-index-edition {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .62);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .23em;
  text-transform: uppercase;
}

.auction-index-hero h1 {
  margin: 0;
  color: var(--news-white);
  font-size: clamp(64px, 10vw, 142px);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .78;
}

.auction-index-hero h1::after {
  content: ".";
  color: rgba(255, 255, 255, .42);
}

.auction-index-hero p:not(.auction-index-edition) {
  max-width: 58ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.55;
}

.auction-index-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .34);
  border-left: 1px solid rgba(255, 255, 255, .34);
}

.auction-index-summary div {
  padding: 16px 12px 13px;
  border-right: 1px solid rgba(255, 255, 255, .34);
  border-bottom: 1px solid rgba(255, 255, 255, .34);
}

.auction-index-summary dt {
  color: rgba(255, 255, 255, .5);
  font-family: var(--sans);
  font-size: 7.5px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.auction-index-summary dd {
  margin: 5px 0 0;
  color: var(--news-white);
  font-size: clamp(29px, 4vw, 46px);
  line-height: 1;
}

.auction-index-content {
  padding-block: clamp(32px, 6vw, 82px);
}

.auction-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
  min-height: 0;
  border: 1px solid var(--news-black);
  background: var(--news-white);
  box-shadow: 12px 12px 0 var(--news-black);
}

.auction-feature-media {
  position: relative;
  display: block;
  height: clamp(520px, 46vw, 650px);
  min-height: 0;
  overflow: hidden;
  border-right: 1px solid var(--news-black);
  background: #222;
}

.auction-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 900ms var(--ease);
}

.auction-feature-media:hover img {
  transform: scale(1.035);
}

.auction-feature-caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 7px 10px 6px;
  background: var(--news-white);
  color: var(--news-black);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.auction-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 66px);
}

.auction-feature-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--news-black);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.auction-type {
  margin: 0 0 8px;
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.auction-feature-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}

.auction-feature-copy h2 a,
.auction-card h3 a {
  text-decoration: none;
}

.auction-feature-sub {
  margin: 14px 0 0;
  color: var(--news-grey);
  font-size: 18px;
  font-style: italic;
}

.auction-feature-facts {
  display: grid;
  grid-template-columns: .55fr 1fr 1fr;
  margin: 30px 0 0;
  border-top: 1px solid var(--news-black);
  border-left: 1px solid var(--news-black);
}

.auction-feature-facts div {
  padding: 12px;
  border-right: 1px solid var(--news-black);
  border-bottom: 1px solid var(--news-black);
}

.auction-feature-facts dt {
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.auction-feature-facts dd {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.auction-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.auction-section-block {
  margin-top: clamp(64px, 10vw, 126px);
}

.auction-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 26px;
  padding: 14px 0 12px;
  border-top: 6px solid var(--news-black);
  border-bottom: 1px solid var(--news-black);
}

.auction-section-head > div {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.auction-section-head span {
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.auction-section-head h2 {
  margin: 0;
  font-size: clamp(33px, 4vw, 50px);
  line-height: .95;
}

.auction-section-head p {
  max-width: 36ch;
  margin: 0;
  color: var(--news-grey);
  font-size: 14px;
  font-style: italic;
  text-align: right;
}

.auction-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.auction-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--news-black);
  background: var(--news-white);
  transition: transform 200ms var(--ease), box-shadow 200ms var(--ease);
}

.auction-card:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 0 var(--news-black);
}

.auction-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--news-black);
  background: var(--news-wash);
}

.auction-card-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.auction-card:hover .auction-card-image img {
  transform: scale(1.04);
}

.auction-card-image .status {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--news-white);
  color: var(--news-black);
  border-color: var(--news-black);
}

.auction-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.auction-card h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.06;
}

.auction-card > div > p:not(.auction-type) {
  margin: 12px 0 0;
  color: var(--news-grey);
  font-style: italic;
}

.auction-card footer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .06em;
}

.auction-card footer a {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 9px;
  border-top: 1px solid var(--news-black);
  color: var(--news-black);
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.auction-results-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--news-black);
  list-style: none;
}

.auction-results-list a {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--news-black);
  text-decoration: none;
  transition: padding 180ms var(--ease), background 180ms var(--ease);
}

.auction-results-list a:hover {
  padding-inline: 14px;
  background: var(--news-white);
}

.auction-result-number {
  font-size: 26px;
}

.auction-results-list strong {
  display: block;
  font-size: 21px;
}

.auction-results-list small {
  display: block;
  margin-top: 3px;
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.auction-result-arrow {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.auction-empty-state {
  padding: 72px 24px;
  border: 1px solid var(--news-black);
  background: var(--news-white);
  text-align: center;
}

.auction-empty-state > span {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid var(--news-black);
  border-radius: 50%;
  font-size: 37px;
}

.auction-empty-state h2 {
  margin: 22px 0 0;
  font-size: 34px;
}

.auction-empty-state p {
  color: var(--news-grey);
}

/* Bidder account -------------------------------------------- */

.account-page {
  padding-bottom: clamp(40px, 7vw, 80px);
}

.account-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(30px, 5vw, 64px);
  background: var(--news-black);
  color: var(--news-white);
}

.account-hero::after {
  content: "PRIVATE";
  position: absolute;
  right: -20px;
  top: 50%;
  color: rgba(255, 255, 255, .025);
  font-family: var(--sans);
  font-size: clamp(100px, 18vw, 250px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.account-identity {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.account-avatar {
  display: grid;
  place-items: center;
  width: clamp(62px, 7vw, 88px);
  height: clamp(62px, 7vw, 88px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: var(--news-white);
  color: var(--news-black);
  font-size: clamp(30px, 4vw, 43px);
}

.account-overline {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, .5);
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.account-identity h1 {
  margin: 0;
  color: var(--news-white);
  font-size: clamp(38px, 5vw, 67px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
}

.account-bidder-line {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .64);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .06em;
}

.account-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px 7px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.account-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.account-status.is-pending::before {
  animation: status-pulse 1.4s ease-in-out infinite;
}

.account-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .34);
  border-left: 1px solid rgba(255, 255, 255, .34);
}

.account-stat {
  display: flex;
  min-height: 122px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  border-right: 1px solid rgba(255, 255, 255, .34);
  border-bottom: 1px solid rgba(255, 255, 255, .34);
}

.account-stat-label {
  color: rgba(255, 255, 255, .48);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.account-stat strong {
  margin-top: 7px;
  color: var(--news-white);
  font-size: clamp(25px, 3vw, 39px);
  font-weight: 500;
  line-height: 1;
}

.account-stat small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .52);
  font-family: var(--sans);
  font-size: 9px;
}

.account-section-nav {
  position: sticky;
  top: 0;
  z-index: 18;
  border-bottom: 1px solid var(--news-black);
  background: rgba(243, 240, 232, .94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.account-section-nav .shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.account-section-nav .shell::-webkit-scrollbar {
  display: none;
}

.account-section-nav a {
  flex: 0 0 auto;
  padding: 13px 18px 11px;
  border-right: 1px solid var(--news-rule);
  color: var(--news-black);
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.account-section-nav a:hover {
  background: var(--news-black);
  color: var(--news-white);
}

.account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .7fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding-top: clamp(28px, 5vw, 58px);
}

.account-main-column,
.account-side-column {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.account-side-column {
  position: sticky;
  top: 72px;
}

.account-card {
  margin: 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--news-black);
  background: var(--news-white);
  box-shadow: 5px 5px 0 var(--news-wash);
}

.account-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 3px double var(--news-black);
}

.account-card-head > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.account-card-head h2 {
  margin: 0;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 600;
  line-height: 1;
}

.account-card-index,
.account-card-head > a,
.account-card-head > span {
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.account-card-head > a {
  color: var(--news-black);
  text-underline-offset: 3px;
}

.account-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: #f4f2ec;
  border: 1px dashed var(--news-rule);
}

.account-empty-compact {
  grid-template-columns: auto minmax(0, 1fr);
}

.account-empty-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--news-black);
  border-radius: 50%;
  font-size: 20px;
}

.account-empty h3 {
  margin: 0;
  font-size: 19px;
}

.account-empty p {
  margin: 3px 0 0;
  color: var(--news-grey);
  font-size: 13px;
}

.bid-records {
  border-top: 1px solid var(--news-black);
}

.bid-record {
  display: grid;
  grid-template-columns: 66px minmax(170px, 1fr) 112px 112px 78px;
  gap: 12px;
  align-items: center;
  padding: 15px 4px;
  border-bottom: 1px solid var(--news-rule);
  text-decoration: none;
  transition: padding 170ms ease, background 170ms ease;
}

.bid-record:hover {
  padding-inline: 12px;
  background: #f3f1eb;
}

.bid-record-lot {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bid-record-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.28;
}

.bid-record-money {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 650;
  text-align: right;
}

.bid-record-money small,
.transaction-row small,
.document-row small,
.purchase-sale {
  display: block;
  margin-bottom: 2px;
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bid-record-state {
  text-align: right;
}

.purchase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.purchase-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  min-width: 0;
  border: 1px solid var(--news-black);
}

.purchase-image {
  display: grid;
  place-items: center;
  min-height: 142px;
  overflow: hidden;
  border-right: 1px solid var(--news-black);
  background: var(--news-wash);
  text-decoration: none;
}

.purchase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.purchase-image > span {
  font-size: 42px;
}

.purchase-card > div {
  padding: 14px;
}

.purchase-card h3 {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.25;
}

.purchase-card h3 a {
  text-decoration: none;
}

.purchase-card p {
  margin: 9px 0 0;
  color: var(--news-grey);
  font-size: 12px;
}

.purchase-invoice {
  display: inline-block;
  margin-top: 9px;
  color: var(--news-black);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.transaction-ledger {
  border-top: 1px solid var(--news-black);
}

.transaction-row {
  display: grid;
  grid-template-columns: 38px minmax(180px, 1fr) 105px 82px 114px;
  gap: 12px;
  align-items: center;
  padding: 14px 2px;
  border-bottom: 1px solid var(--news-rule);
  font-family: var(--sans);
  font-size: 11px;
}

.transaction-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--news-black);
  border-radius: 50%;
}

.transaction-icon.is-payment {
  background: var(--news-black);
  color: var(--news-white);
}

.transaction-copy strong {
  display: block;
  font-family: var(--serif);
  font-size: 15px;
}

.transaction-ref,
.transaction-date {
  color: var(--news-grey);
}

.transaction-amount {
  font-weight: 800;
  text-align: right;
}

.transaction-amount.is-credit {
  color: var(--news-grey);
}

.document-list {
  border-top: 1px solid var(--news-black);
}

.document-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto auto;
  gap: 13px;
  align-items: center;
  padding: 14px 2px;
  border-bottom: 1px solid var(--news-rule);
  text-decoration: none;
}

.document-mark {
  padding: 7px 4px;
  border: 1px solid var(--news-black);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}

.document-row strong {
  display: block;
  font-size: 16px;
}

.account-payment-card {
  background: var(--news-black);
  color: var(--news-white);
  box-shadow: 5px 5px 0 #9b978e;
}

.account-payment-card .account-card-head {
  border-bottom-color: rgba(255, 255, 255, .7);
}

.account-payment-card .account-card-index,
.account-payment-card .account-card-head h2 {
  color: var(--news-white);
}

.payment-intro {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
}

.payment-methods {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.payment-methods article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .32);
}

.payment-method-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--news-white);
  color: var(--news-black);
  font-weight: 800;
}

.payment-methods strong,
.payment-methods small {
  display: block;
}

.payment-methods strong {
  font-size: 14px;
}

.payment-methods small {
  color: rgba(255, 255, 255, .5);
  font-family: var(--sans);
  font-size: 8px;
}

.payment-ready {
  color: var(--news-white);
  font-family: var(--sans);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.payment-facts {
  margin: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .32);
}

.payment-facts div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.payment-facts dt {
  color: rgba(255, 255, 255, .5);
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: .08em;
}

.payment-facts dd {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.account-payment-card .button-primary {
  background: var(--news-white);
  color: var(--news-black);
  border-color: var(--news-white);
}

.payment-secure {
  margin: 18px 0 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  color: rgba(255, 255, 255, .55);
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.55;
}

.account-profile-list,
.payment-facts {
  padding: 0;
}

.account-profile-list div {
  padding: 10px 0;
  border-bottom: 1px solid var(--news-rule);
}

.account-profile-list dt {
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.account-profile-list dd {
  margin: 3px 0 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.account-notices {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-notices li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--news-rule);
}

.notice-dot {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--news-black);
}

.account-notices p {
  margin: 0;
  font-size: 13px;
}

.account-notices small {
  display: block;
  margin-top: 4px;
  color: var(--news-grey);
  font-family: var(--sans);
  font-size: 8px;
}

.account-side-empty {
  margin: 0;
  color: var(--news-grey);
  font-style: italic;
}

/* Five-position mobile dock --------------------------------- */

.tabbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: calc(76px + env(safe-area-inset-bottom));
  min-height: calc(76px + env(safe-area-inset-bottom));
  overflow: visible;
  border-top: 1px solid var(--news-black);
  background: rgba(255, 255, 255, .97);
}

.tab {
  min-width: 0;
  padding-top: 8px;
}

.tab svg,
.tab-form button svg {
  width: 20px;
  height: 20px;
}

.tab > span:not(.tab-logo-disc),
.tab-form button span {
  max-width: 100%;
  overflow: hidden;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-logo {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  padding-top: 0;
  transform: translateY(-18px);
}

.tab-logo::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 70px;
  height: 70px;
  border: 1px solid var(--news-black);
  border-radius: 50%;
  background: var(--news-white);
  transform: translateX(-50%);
}

.tab-logo-disc {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--news-black);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.tab-logo-disc img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: none !important;
}

.tab-logo-label {
  position: relative;
  z-index: 1;
  margin-top: 2px;
  color: var(--news-black);
}

.tab-form {
  display: block;
  padding: 0;
}

.tab-form button {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 0 0;
  border: 0;
  background: transparent;
  color: var(--news-grey);
  cursor: pointer;
}

.tab-form button:hover,
.tab-form button:active {
  color: var(--news-black);
}

/* Motion ---------------------------------------------------- */

.motion-enabled .motion-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.motion-enabled .motion-item.motion-in {
  opacity: 1;
  transform: translateY(0);
}

.motion-enabled .auction-card:nth-child(2),
.motion-enabled .strip-item:nth-child(2),
.motion-enabled .account-stat:nth-child(2) {
  transition-delay: 70ms;
}

.motion-enabled .auction-card:nth-child(3),
.motion-enabled .strip-item:nth-child(3),
.motion-enabled .account-stat:nth-child(3) {
  transition-delay: 140ms;
}

.motion-enabled .account-stat:nth-child(4) {
  transition-delay: 210ms;
}

.status-live::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: 1px;
  animation: status-pulse 1.35s ease-in-out infinite;
}

@keyframes status-pulse {
  0%, 100% { opacity: .35; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.2); }
}

@media (prefers-reduced-motion: no-preference) {
  .auction-feature-media img {
    animation: editorial-breathe 14s ease-in-out infinite alternate;
  }

  .tab-logo::before {
    animation: logo-orbit 4s ease-in-out infinite;
  }
}

@keyframes editorial-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

@keyframes logo-orbit {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 16, 16, 0); }
  50% { box-shadow: 0 0 0 5px rgba(16, 16, 16, .08); }
}

/* Responsive second edition -------------------------------- */

@media (max-width: 1050px) {
  .auction-feature {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
  }

  .auction-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-side-column {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-payment-card {
    grid-row: span 2;
  }
}

@media (min-width: 861px) {
  .tabbar {
    display: none;
  }
}

@media (max-width: 860px) {
  :root {
    --tabbar-h: 76px;
  }

  body.surface-public {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .auction-index-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .auction-index-hero h1 {
    font-size: clamp(66px, 19vw, 104px);
  }

  .auction-index-summary {
    max-width: 520px;
  }

  .auction-feature {
    grid-template-columns: 1fr;
    min-height: 0;
    box-shadow: 7px 7px 0 var(--news-black);
  }

  .auction-feature-media {
    height: 300px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--news-black);
  }

  .auction-feature-media img {
    min-height: 0;
    max-height: none;
  }

  .auction-feature-copy {
    padding: clamp(24px, 6vw, 42px);
  }

  .account-section-nav {
    top: 0;
  }

  .account-side-column {
    grid-template-columns: 1fr;
  }

  .account-payment-card {
    grid-row: auto;
  }

  .bid-record {
    grid-template-columns: 58px minmax(0, 1fr) auto;
  }

  .bid-record-money {
    grid-column: 2;
    text-align: left;
  }

  .bid-record-state {
    grid-column: 3;
    grid-row: 1 / span 3;
  }

  .transaction-row {
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .transaction-ref,
  .transaction-date {
    grid-column: 2;
  }

  .transaction-amount {
    grid-column: 3;
    grid-row: 1 / span 3;
  }
}

@media (max-width: 700px) {
  .account-section-nav .shell {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    overflow: visible;
  }

  .account-section-nav a {
    min-width: 0;
    padding: 12px 2px 11px;
    font-size: 7px;
    letter-spacing: .06em;
    text-align: center;
    white-space: nowrap;
  }

  .auction-index-hero {
    padding-block: 35px 42px;
  }

  .auction-index-hero p:not(.auction-index-edition) {
    margin-top: 20px;
    font-size: 16px;
  }

  .auction-index-summary div {
    padding: 12px 8px;
  }

  .auction-index-summary dt {
    font-size: 6.8px;
    letter-spacing: .08em;
  }

  .auction-index-content {
    padding-top: 22px;
  }

  .auction-feature-media,
  .auction-feature-media img {
    height: 245px;
    min-height: 0;
    max-height: none;
  }

  .auction-feature-topline {
    margin-bottom: 22px;
  }

  .auction-feature-copy h2 {
    font-size: 38px;
  }

  .auction-feature-facts {
    grid-template-columns: 1fr 1fr;
  }

  .auction-feature-facts div:first-child {
    grid-column: 1 / -1;
  }

  .auction-feature-actions .button {
    flex: 1 1 100%;
    text-align: center;
  }

  .auction-section-block {
    margin-top: 68px;
  }

  .auction-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .auction-section-head p {
    text-align: left;
  }

  .auction-card-grid {
    grid-template-columns: 1fr;
  }

  .auction-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .auction-card-image {
    min-height: 220px;
    border-right: 1px solid var(--news-black);
    border-bottom: 0;
  }

  .auction-card-image img {
    height: 100%;
    aspect-ratio: auto;
  }

  .auction-card > div {
    padding: 17px;
  }

  .auction-card h3 {
    font-size: 22px;
  }

  .auction-card footer {
    display: flex;
    flex-direction: column;
  }

  .auction-results-list a {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .auction-result-arrow {
    grid-column: 2 / -1;
  }

  .account-hero {
    padding-block: 24px 28px;
  }

  .account-identity {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
  }

  .account-avatar {
    width: 58px;
    height: 58px;
  }

  .account-identity h1 {
    font-size: 34px;
  }

  .account-bidder-line {
    overflow: hidden;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .account-approval {
    grid-column: 1 / -1;
  }

  .account-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  .account-stat {
    min-height: 102px;
    padding: 12px;
  }

  .account-stat strong {
    font-size: 24px;
  }

  .account-layout {
    width: min(calc(100% - 24px), var(--shell));
    padding-top: 20px;
  }

  .account-card {
    padding: 17px 14px;
    box-shadow: 3px 3px 0 var(--news-wash);
  }

  .account-card-head {
    align-items: flex-start;
  }

  .account-card-head h2 {
    font-size: 24px;
  }

  .account-card-head > a,
  .account-card-head > span {
    font-size: 6.8px;
    text-align: right;
  }

  .account-empty {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 13px;
  }

  .account-empty .button {
    grid-column: 1 / -1;
    width: 100%;
    text-align: center;
  }

  .purchase-grid {
    grid-template-columns: 1fr;
  }

  .purchase-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .document-row {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  .document-row > .status {
    grid-column: 3;
  }

  .document-row > span:nth-child(3) {
    grid-column: 2;
    color: var(--news-grey);
    font-family: var(--sans);
    font-size: 10px;
  }

  .bidbar {
    bottom: calc(76px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .auction-card {
    grid-template-columns: 38% minmax(0, 1fr);
  }

  .auction-card-image {
    min-height: 230px;
  }

  .auction-card h3 {
    font-size: 19px;
  }

  .auction-card > div > p:not(.auction-type) {
    font-size: 12px;
  }

  .tab-logo-disc {
    width: 54px;
    height: 54px;
  }

  .tab-logo::before {
    width: 66px;
    height: 66px;
  }

  .tab-logo-disc img {
    width: 43px;
    height: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-enabled .motion-item,
  .motion-enabled .motion-item.motion-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .status-live::before,
  .account-status.is-pending::before,
  .auction-feature-media img,
  .tab-logo::before {
    animation: none;
  }
}
