:root {
  --ink: #17191d;
  --navy: #0b154d;
  --navy-deep: #070d2d;
  --red: #c1272d;
  --paper: #fff;
  --warm-paper: #f6f4ef;
  --image-matte: var(--warm-paper);
  --soft: #eceef1;
  --muted: #626873;
  --line: #d8dade;
  --line-strong: #b8bcc3;
  --open: #176b45;
  --open-bg: #e5f1ea;
  --warning: #8a5a00;
  --warning-bg: #f8efd9;
  --error: #a52a2f;
  --error-bg: #f7e5e6;
  --focus: #1769e0;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 "Inter", ui-sans-serif, system-ui, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-underline-offset: .18em; }
img { display: block; max-width: 100%; }
input, button, select { font: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--focus); border-radius: 4px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: #d5d9e7; background: var(--navy-deep); font-size: 12px; }
.utility-inner { width: min(calc(100% - 64px), 1280px); min-height: 32px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner > span { font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.utility-inner nav { display: flex; gap: 22px; }
.utility-inner a { color: #fff; text-decoration: none; }
.brand-lockup { flex: 0 0 auto; display: grid; width: 68px; height: 68px; place-items: center; text-decoration: none; }
.brand-lockup img { width: 68px; height: 68px; object-fit: contain; }
.brand-name-fallback { color: #fff; font: 800 15px/1.1 "Inter", sans-serif; }
.mobile-lot-search, .mobile-search-shell { display: none; }
.mobile-menu { display: none; }
.primary-nav-wrap { background: var(--navy); border-bottom: 4px solid var(--brand, var(--red)); }
.primary-nav-shell { width: min(calc(100% - 64px), 1280px); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 16px; }
.primary-nav { min-width: 0; min-height: 82px; display: flex; align-items: stretch; }
.primary-nav a { min-height: 82px; padding: 0 18px; display: inline-flex; align-items: center; color: #fff; border-right: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 700; text-decoration: none; }
.primary-nav a:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.primary-nav a[aria-current="page"] { background: rgba(255,255,255,.14); }
.nav-search-shell { position: relative; min-width: 280px; margin-left: auto; }
.nav-lot-search, .mobile-lot-search { width: 100%; height: 38px; min-width: 0; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; }
.mobile-lot-search { display: none; }
.nav-lot-search input[type="search"], .mobile-lot-search input[type="search"] { width: 100%; min-width: 0; padding: 8px 11px; border: 0; outline: 0; font-size: 13px; }
.nav-lot-search input[type="submit"], .mobile-lot-search input[type="submit"] { padding: 0 14px; color: #fff; background: var(--brand, var(--red)); border: 0; font-size: 12px; font-weight: 800; cursor: pointer; }
.nav-search-results { position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; width: min(420px, calc(100vw - 32px)); padding: 7px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 18px 42px rgba(7,13,45,.2); }
.nav-search-result { padding: 10px 11px; display: grid; grid-template-columns: 64px 1fr; gap: 10px; border-radius: 3px; text-decoration: none; }
.nav-search-result + .nav-search-result { border-top: 1px solid var(--line); }
.nav-search-result span { color: var(--red); font: 700 11px/1.3 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.nav-search-result strong { font: 600 14px/1.3 "Source Serif 4", serif; }
.nav-search-all, .nav-search-empty { margin: 5px 4px 2px; padding: 10px 8px 5px; display: block; color: var(--navy); border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.nav-search-empty { color: var(--muted); border-top: 0; font-weight: 600; }

.eyebrow, .section-label { margin: 0 0 8px; color: var(--red); font: 700 12px/1.1 "Barlow Condensed", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.auction-status-row { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.auction-status-row .eyebrow { margin: 0; }
.time-remaining { padding: 5px 8px; color: var(--navy); background: #e5e6eb; border-radius: 999px; font: 700 11px/1.1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.text-link { color: var(--navy); font-size: 13px; font-weight: 800; }
.button { min-height: 46px; padding: 11px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform 140ms var(--ease-out), background-color 140ms ease, color 140ms ease, border-color 140ms ease; }
.button:active { transform: scale(.98); }
.button-primary { color: #fff; background: var(--brand, var(--red)); }
.button-dark { color: #fff; background: var(--navy); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.75); background: transparent; }
.button-outline-dark { color: var(--navy); border-color: var(--navy); background: transparent; }
.image-placeholder { width: 100%; height: 100%; min-height: 220px; display: grid; place-items: center; color: var(--muted); background: var(--image-matte); font-weight: 800; }
.image-placeholder.large { min-height: 420px; }

.auction-house-strip { width: min(calc(100% - 64px), 1280px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; }
.auction-house-strip > div { min-height: 126px; padding: 24px 28px; display: grid; grid-template-columns: 94px 1fr; align-content: center; border-right: 1px solid var(--line); }
.auction-house-strip > div:last-child { border-right: 0; }
.auction-house-strip span { grid-row: 1 / 3; color: var(--red); font: 700 13px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.auction-house-strip strong { font-size: 15px; }
.auction-house-strip p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.catalog-section, .other-sales, .catalog-page, .results-list { width: min(calc(100% - 64px), 1280px); margin: auto; padding: 72px 0; }
.catalog-section-header, .catalog-page-header { margin-bottom: 28px; padding-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 32px; border-bottom: 2px solid var(--ink); }
.catalog-page-header, #lots-heading { scroll-margin-top: 18px; }
.catalog-section-header h2, .catalog-page-header h2, .buyer-guide h2, .auction-details-panel h2, .consignment-panel h2 { margin: 0; font: 600 clamp(32px, 4vw, 48px)/1.08 "Source Serif 4", serif; letter-spacing: -.025em; }
.catalog-page-header > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; }

.lot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
.lot-grid-featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lot-grid-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lot { min-width: 0; content-visibility: auto; contain-intrinsic-inline-size: none; contain-intrinsic-block-size: auto 430px; display: block; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 4px; text-decoration: none; transition: border-color 140ms ease, transform 140ms var(--ease-out); }
.lot-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: var(--image-matte); border-bottom: 1px solid var(--line); }
.lot-image img { width: 100%; height: 100%; object-fit: contain; }
.lot-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--muted); font-size: 12px; font-weight: 700; }
.lot-body { min-height: 184px; padding: 15px 16px 17px; display: flex; flex-direction: column; }
.lot-heading { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.lot-number { color: var(--red); font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.lot-status { max-width: 55%; overflow: hidden; padding: 4px 7px; color: var(--muted); background: var(--soft); border-radius: 999px; font-size: 10px; font-weight: 800; line-height: 1.2; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.lot-status-open { color: var(--open); background: var(--open-bg); }
.lot-status-pending { color: var(--warning); background: var(--warning-bg); }
.lot-status-no_sale { color: var(--error); background: var(--error-bg); }
.lot-body > strong { font: 600 17px/1.35 "Source Serif 4", serif; }
.lot-title-link { text-decoration: none; }
.lot-price { margin-top: auto; padding-top: 14px; display: grid; color: var(--navy); font-size: 18px; font-weight: 800; }
.lot-price small { color: var(--muted); font: 700 11px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.lot-price-live { font-size: 14px; line-height: 1.35; }
.lot-price-link { text-decoration: none; }
.lot-action { margin-top: 12px; color: var(--navy); font-size: 12px; font-weight: 800; text-decoration: underline; }
.lot-grid-compact .lot-body { min-height: 152px; padding: 12px; }
.lot-grid-compact .lot-body > strong { font-size: 15px; }
.lot-grid-compact .lot-price { font-size: 16px; }

.auction-list { border-top: 1px solid var(--ink); }
.auction-row { min-height: 190px; padding: 20px 0; display: grid; grid-template-columns: 230px minmax(0, 1fr) 270px 120px; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.auction-row-image { height: 145px; overflow: hidden; background: var(--image-matte); }
.auction-row-image img { width: 100%; height: 100%; object-fit: contain; }
.auction-row-main h3 { margin: 6px 0 8px; font: 600 26px/1.15 "Source Serif 4", serif; letter-spacing: -.015em; }
.auction-row-main p { margin: 0; color: var(--muted); font-size: 13px; }
.auction-row-facts { margin: 0; }
.auction-row-facts > div + div { margin-top: 12px; }
.auction-row-facts dt, .auction-overview dt, .catalog-sidebar dt, .mobile-auction-details dt, .auction-details-panel dt { color: var(--muted); font: 700 11px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.auction-row-facts dd { margin: 2px 0 0; font-size: 13px; font-weight: 700; }
.auction-row-action { text-align: right; }

.buyer-guide { padding: 58px max(32px, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1fr 1.25fr auto; align-items: center; gap: 56px; background: var(--warm-paper); border-block: 1px solid #ddd9d0; }
.buyer-guide p { max-width: 650px; margin: 0; color: #4e5259; }
.no-sale-hero, .page-title { padding: 76px max(32px, calc((100vw - 1280px)/2)); background: var(--warm-paper); }
.no-sale-hero h1, .page-title h1 { max-width: 900px; margin: 0; font: 600 clamp(44px, 6vw, 70px)/1 "Source Serif 4", serif; letter-spacing: -.04em; }
.no-sale-hero > p:last-child, .page-title > p:last-child { max-width: 740px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.page-title-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.process-section, .service-section, .buyer-checklist { width: min(calc(100% - 64px), 1280px); margin: auto; padding: 76px 0; }
.information-section-header { max-width: 720px; margin-bottom: 34px; }
.information-section-header h2, .service-section h2, .buyer-checklist h2, .current-terms-panel h2, .contact-next-step h2 { margin: 0; font: 600 clamp(32px, 4vw, 48px)/1.08 "Source Serif 4", serif; letter-spacing: -.025em; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.process-grid-four { grid-template-columns: repeat(4, 1fr); }
.process-grid li { min-height: 260px; padding: 26px 26px 30px; border-right: 1px solid var(--line); }
.process-grid li:first-child { border-left: 1px solid var(--line); }
.process-grid li > span { color: var(--red); font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; }
.process-grid h3 { margin: 54px 0 12px; font: 600 24px/1.15 "Source Serif 4", serif; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.service-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; border-top: 1px solid var(--line); }
.service-section > div > p:last-child { max-width: 620px; color: var(--muted); }
.service-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.service-list li { padding: 18px 4px; border-bottom: 1px solid var(--line); font: 600 19px/1.3 "Source Serif 4", serif; }
.buyer-checklist { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; border-top: 1px solid var(--line); }
.buyer-checklist ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.buyer-checklist li { padding: 18px 0; display: grid; grid-template-columns: 150px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.buyer-checklist li strong { font-size: 14px; }
.buyer-checklist li span { color: var(--muted); font-size: 14px; }
.current-terms-panel { padding: 62px max(32px, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px 80px; color: #fff; background: var(--navy); }
.current-terms-panel header > p:last-child { max-width: 500px; color: #c7cce0; }
.current-terms-panel dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); }
.current-terms-panel dl > div { padding: 14px 18px 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.current-terms-panel dt { color: #aeb5d1; font: 700 11px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.current-terms-panel dd { margin: 4px 0 0; font-size: 13px; font-weight: 600; }
.current-terms-panel > .button { grid-column: 1 / -1; width: max-content; }
.contact-next-step { padding: 56px max(32px, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1fr 1.15fr auto; align-items: center; gap: 60px; background: var(--warm-paper); border-top: 1px solid #ddd9d0; }
.contact-next-step > p { color: var(--muted); }
.panel-actions { display: grid; gap: 12px; justify-items: start; }
.text-link-light { color: #fff; }

.auction-title-block { padding: 56px max(32px, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr); align-items: start; gap: 72px; background: var(--warm-paper); border-bottom: 1px solid #ddd9d0; }
.auction-title-inner { min-width: 0; padding: 0; }
.auction-breadcrumb { margin: 0 0 28px; color: var(--muted); font-size: 12px; }
.auction-close-line { margin: 10px 0 4px; color: var(--navy); font: 700 clamp(20px, 2.3vw, 29px)/1.2 "Inter", sans-serif; }
.auction-title-inner h1 { max-width: 760px; margin: 8px 0 17px; font: 600 clamp(40px, 4.8vw, 62px)/1.02 "Source Serif 4", serif; letter-spacing: -.04em; }
.auction-deck { max-width: 680px; margin: 0 0 25px; color: #4e5259; }
.auction-overview { max-width: 780px; margin: 0 0 28px; display: grid; grid-template-columns: .55fr 1fr 1.3fr 1.1fr; border-block: 1px solid #cbc8c0; }
.auction-overview > div { padding: 14px 15px 14px 0; }
.auction-overview dd { margin: 3px 0 0; font-size: 13px; font-weight: 700; }
.sale-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.auction-title-image { min-width: 0; margin-top: 46px; overflow: hidden; background: var(--image-matte); }
.auction-title-collage { width: 100%; aspect-ratio: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 4px; }
.auction-title-tile { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: var(--image-matte); }
.auction-title-tile img { position: absolute; inset: -1px; width: calc(100% + 2px); max-width: none; height: calc(100% + 2px); object-fit: cover; }
.auction-title-tile-image { width: 100%; height: 100%; object-fit: cover; }
.auction-title-collage-1 .auction-title-tile, .auction-title-collage-0 > .auction-title-tile-image, .auction-title-collage-0 > .image-placeholder { grid-column: 1 / -1; grid-row: 1 / -1; }
.auction-title-collage-2 .auction-title-tile { grid-row: 1 / -1; }
.auction-title-collage-3 .auction-title-tile:first-child { grid-row: 1 / -1; }

.auction-details-panel { scroll-margin-top: 24px; padding: 58px max(32px, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px 70px; color: #fff; background: var(--navy); }
.auction-details-panel .section-label { color: #ff8f92; }
.auction-details-panel header > p:last-child { max-width: 490px; color: #c7cce0; }
.auction-details-panel > dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); }
.auction-details-panel > dl > div { padding: 14px 18px 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.auction-details-panel dt { color: #aeb5d1; }
.auction-details-panel dd { margin: 4px 0 0; color: #fff; font-size: 13px; font-weight: 600; }
.full-terms { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.25); }
.full-terms > .section-label { margin-top: 24px; }
.full-terms h3 { margin: 0 0 20px; color: #fff; font: 600 30px/1.12 "Source Serif 4", serif; }
.full-terms .prose { max-width: 900px; color: #d7dbea; font-size: 14px; }
.full-terms .prose a { color: #fff; }

.catalog-page { padding-top: 68px; }
.catalog-controls { position: sticky; top: 0; z-index: 20; margin-bottom: 0; min-height: 68px; padding: 10px; display: grid; grid-template-columns: minmax(260px, 1fr) 170px 210px auto; align-items: end; gap: 10px; background: #fff; border: 1px solid var(--line); }
.catalog-search { min-height: 44px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; border: 1px solid var(--line-strong); border-radius: 4px; }
.catalog-search > span { padding: 0 12px; color: var(--muted); font-size: 19px; }
.catalog-search input[type="search"] { min-width: 0; height: 42px; padding: 8px 8px 8px 0; border: 0; outline: 0; }
.catalog-select { display: grid; gap: 3px; }
.catalog-select label { color: var(--muted); font: 700 11px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.catalog-select select { min-height: 44px; padding: 8px 28px 8px 10px; border: 1px solid var(--line-strong); border-radius: 4px; background: #fff; font-size: 13px; }
.catalog-subbar { min-height: 48px; margin-bottom: 24px; padding: 0 12px; display: flex; align-items: center; gap: 20px; color: var(--muted); border: 1px solid var(--line); border-top: 0; font-size: 12px; }
.catalog-subbar strong { color: var(--ink); font-size: 15px; }
.catalog-text-button { padding: 0; color: var(--navy); background: transparent; border: 0; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.catalog-subbar nav { margin-left: auto; display: flex; gap: 4px; }
.catalog-subbar nav button { padding: 7px 9px; color: var(--ink); background: transparent; border: 0; border-radius: 4px; font-size: 12px; cursor: pointer; }
.catalog-subbar nav button[aria-pressed="true"] { color: #fff; background: var(--navy); }
.js .catalog-submit { display: none; }
.catalog-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 32px; }
.catalog-sidebar { align-self: start; border-top: 3px solid var(--navy); border-bottom: 1px solid var(--line); }
.catalog-sidebar h3 { margin: 0; padding: 15px 0; font-size: 15px; }
.catalog-sidebar dl { margin: 0; }
.catalog-sidebar dl > div { padding: 12px 0; border-top: 1px solid var(--line); }
.catalog-sidebar dd { margin: 3px 0 0; font-size: 12px; font-weight: 650; }
.catalog-sidebar > p { margin: 18px 0 2px; color: var(--muted); font-size: 12px; }
.catalog-sidebar > a { margin-bottom: 18px; display: grid; font-weight: 800; }
.catalog-sidebar > a span { color: var(--muted); font-size: 12px; font-weight: 500; }
.mobile-auction-details { display: none; }
.catalog-empty { grid-column: 1 / -1; }
.empty { padding: 36px; border: 1px dashed var(--line-strong); background: #fafafa; }
.empty h2, .empty h3 { margin-top: 0; font: 600 28px/1.2 "Source Serif 4", serif; }

.archive-search { margin-bottom: 16px; display: grid; grid-template-columns: minmax(0, 560px) auto auto; justify-content: start; gap: 8px; }
.archive-search input[type="search"] { min-height: 46px; padding: 10px 13px; border: 1px solid var(--line-strong); border-radius: 4px; }
.archive-search > a { align-self: center; font-size: 13px; font-weight: 800; }
.archive-count { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.contact-directory { width: min(calc(100% - 64px), 1280px); margin: auto; padding: 60px 0 76px; display: grid; grid-template-columns: repeat(3, 1fr); }
.contact-directory > div { min-height: 190px; padding: 28px; border: 1px solid var(--line); border-right: 0; }
.contact-directory > div:last-child { border-right: 1px solid var(--line); }
.contact-directory span { display: block; margin-bottom: 22px; color: var(--muted); font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.contact-directory a, .contact-directory strong { font: 600 24px/1.2 "Source Serif 4", serif; }
.contact-directory p { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.consignment-panel { scroll-margin-top: 24px; padding: 60px max(32px, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: 1fr 1.15fr auto; align-items: center; gap: 60px; color: #fff; background: var(--navy); }
.consignment-panel .section-label { color: #ff8f92; }
.consignment-panel > p { color: #d5d9e8; }

.site-footer { padding: 54px max(32px, calc((100vw - 1280px)/2)) 28px; display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 56px; color: #d7dce8; background: var(--navy-deep); border-top: 4px solid var(--brand, var(--red)); }
.footer-wordmark img { width: 150px; height: 150px; object-fit: contain; }
.footer-wordmark .brand-name-fallback { color: #fff; font-size: 22px; }
.footer-wordmark p { max-width: 420px; margin: 17px 0 0; color: #aeb5c8; font-size: 12px; }
.site-footer h2 { margin: 0 0 13px; color: #fff; font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav, .site-footer > div:nth-child(3) { display: grid; align-content: start; gap: 8px; }
.site-footer a, .site-footer p { color: #bcc3d2; font-size: 12px; }
.site-footer > div:nth-child(3) p { margin: 0 0 7px; }
.footer-legal { grid-column: 1 / -1; margin: 32px 0 0; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.14); }
.notice { width: min(calc(100% - 64px), 1080px); margin: 18px auto; padding: 13px 16px; background: var(--open-bg); border: 1px solid #9fbea9; }
.lot-detail { width: min(calc(100% - 64px), 1280px); min-height: 580px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .9fr); gap: clamp(48px, 4.5vw, 72px); background: var(--warm-paper); box-shadow: 0 0 0 100vmax var(--warm-paper); clip-path: inset(0 -100vmax); border-bottom: 1px solid #ddd9d0; }
.lot-detail-header { padding: 54px 0; align-self: center; }
.lot-detail-number { margin: 12px 0 0; color: var(--red); font: 700 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.lot-detail h1 { max-width: 800px; margin: 8px 0 28px; font: 600 clamp(40px, 3.5vw, 56px)/1.04 "Source Serif 4", serif; letter-spacing: -.035em; text-wrap: balance; }
.lot-detail-price { margin-bottom: 20px; display: grid; }
.lot-detail-price-link { width: max-content; color: inherit; text-decoration: none; }
.lot-detail-price span { color: var(--muted); font: 700 12px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.lot-detail-price strong { color: var(--navy); font-size: 26px; }
.lot-bid-button { width: max-content; }
.provider-handoff.dark { max-width: 510px; color: var(--muted); }
.lot-detail-media { min-width: 0; min-height: 580px; display: grid; place-items: center; background: var(--image-matte); }
.lot-detail-media img { width: 100%; height: 100%; max-height: 720px; object-fit: contain; }
.lot-information { width: min(calc(100% - 64px), 1280px); margin: auto; padding: 72px 0; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .9fr); gap: clamp(48px, 4.5vw, 72px); }
.lot-description h2, .lot-sale-facts h2 { margin: 0 0 22px; font: 600 36px/1.1 "Source Serif 4", serif; }
.lot-description .prose { color: #454950; font-size: 17px; }
.lot-sale-facts { align-self: start; border-top: 3px solid var(--navy); }
.lot-sale-facts dl { margin: 0 0 20px; }
.lot-sale-facts dl > div { padding: 12px 0; border-top: 1px solid var(--line); }
.lot-sale-facts dt { color: var(--muted); font: 700 11px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.lot-sale-facts dd { margin: 3px 0 0; font-size: 13px; font-weight: 650; }
.lot-sale-facts > a { color: var(--navy); font-weight: 800; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.admin { max-width: 1050px; margin: 50px auto; padding: 24px; }
.admin-heading { margin-bottom: 40px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.admin h1 { margin: .1em 0; font-size: 48px; }
.admin-list { display: grid; border-top: 1px solid var(--line); }
.admin-row { padding: 18px 0; display: grid; grid-template-columns: 1fr 180px 200px; gap: 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.admin-row span:first-child { display: grid; }
.admin-row small { color: var(--muted); }
.stat-grid { margin-bottom: 45px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stat-grid div { padding: 20px; display: grid; background: #fff; border: 1px solid var(--line); }
.field-grid { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { display: grid; gap: 6px; font-weight: 700; }
.field-grid .wide { grid-column: 1 / -1; }
.field-grid input, .field-grid textarea { min-height: 48px; padding: 12px; border: 1px solid #aaa; background: #fff; font: inherit; }
.field-grid .check { display: flex; align-items: center; }

@media (hover: hover) and (pointer: fine) {
  .primary-nav a:hover { background: rgba(255,255,255,.12); }
  .utility-inner a:hover, .text-link:hover { text-decoration: underline; }
  .button-primary:hover { background: #a91f25; }
  .button-outline-light:hover { color: var(--navy); background: #fff; }
  .button-outline-dark:hover { color: #fff; background: var(--navy); }
  .lot:hover { border-color: var(--navy); }
  .lot-title-link:hover, .lot-price-link:hover, .lot-detail-price-link:hover strong { text-decoration: underline; }
}

@media (max-width: 1040px) {
  .primary-nav a { padding-inline: 12px; }
  .nav-search-shell { min-width: 220px; }
  .lot-grid-featured { grid-template-columns: repeat(2, 1fr); }
  .lot-grid-compact { grid-template-columns: repeat(3, 1fr); }
  .auction-row { grid-template-columns: 190px 1fr 230px; }
  .auction-row-action { grid-column: 2 / -1; text-align: left; }
  .auction-title-block { grid-template-columns: 1fr; }
  .auction-title-image { width: min(100%, 560px); margin: 0 auto; order: -1; }
  .auction-overview { grid-template-columns: 1fr 1fr; }
  .buyer-guide, .consignment-panel, .contact-next-step { grid-template-columns: 1fr 1fr; }
  .buyer-guide .button, .consignment-panel .button { grid-column: 1 / -1; width: max-content; }
  .process-grid-four { grid-template-columns: repeat(2, 1fr); }
  .process-grid-four li:nth-child(2) { border-right: 0; }
  .process-grid-four li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .catalog-controls { grid-template-columns: 1fr 160px 190px; }
  .catalog-controls > .button { grid-column: 1 / -1; width: max-content; }
}

@media (max-width: 760px) {
  .utility-inner { width: calc(100% - 32px); }
  .utility-inner > span { display: none; }
  .utility-inner nav { width: 100%; justify-content: space-between; gap: 12px; }
  .primary-nav-shell { width: calc(100% - 32px); min-height: 142px; display: grid; grid-template-columns: 68px auto; gap: 10px 14px; }
  .primary-nav { display: none; }
  .brand-lockup, .brand-lockup img { width: 64px; height: 64px; }
  .nav-search-shell { display: none; }
  .mobile-search-shell { position: relative; grid-column: 1 / -1; width: 100%; margin: 0 0 12px; display: block; }
  .mobile-lot-search { display: grid; }
  .mobile-search-shell .nav-search-results { right: auto; left: 0; width: 100%; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { min-height: 42px; padding: 10px 12px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.35); border-radius: 4px; font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; z-index: 50; top: 48px; right: 0; width: 230px; display: grid; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(7,13,45,.15); }
  .mobile-menu nav a { min-height: 44px; padding: 11px 14px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; text-decoration: none; }
  .auction-house-strip { width: calc(100% - 32px); grid-template-columns: 1fr; border-top: 1px solid var(--line); }
  .auction-house-strip > div { min-height: 104px; grid-template-columns: 84px 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .auction-house-strip > div:last-child { border-bottom: 0; }
  .catalog-section, .other-sales, .catalog-page, .results-list { width: calc(100% - 32px); padding-block: 52px; }
  .catalog-section-header, .catalog-page-header { align-items: flex-start; flex-direction: column; }
  .lot-grid, .lot-grid-featured { grid-template-columns: 1fr; }
  .lot-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .lot-grid-compact .lot-body { min-height: 142px; padding: 10px; }
  .lot-grid-compact .lot-heading { align-items: flex-start; flex-direction: column; }
  .lot-grid-compact .lot-status { max-width: 100%; }
  .lot-grid-compact .lot-action { font-size: 11px; }
  .auction-row { grid-template-columns: 1fr; gap: 18px; }
  .auction-row-image { height: 230px; }
  .auction-row-action { grid-column: auto; }
  .auction-title-block { padding: 24px 16px 48px; gap: 34px; }
  .auction-overview { grid-template-columns: 1fr; }
  .auction-overview > div { border-bottom: 1px solid #cbc8c0; }
  .auction-overview > div:last-child { border-bottom: 0; }
  .sale-actions { align-items: stretch; flex-direction: column; }
  .auction-details-panel, .buyer-guide, .consignment-panel, .contact-next-step, .current-terms-panel { padding: 48px 16px; grid-template-columns: 1fr; gap: 28px; }
  .auction-details-panel > dl { grid-template-columns: 1fr; }
  .full-terms { grid-column: auto; }
  .catalog-controls { position: static; grid-template-columns: 1fr; }
  .catalog-controls > .button { grid-column: auto; width: 100%; }
  .catalog-subbar { align-items: flex-start; flex-wrap: wrap; padding-block: 9px; }
  .catalog-subbar nav { width: 100%; margin-left: 0; }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-sidebar { display: none; }
  .mobile-auction-details { margin-bottom: 22px; display: block; border: 1px solid var(--line); }
  .mobile-auction-details summary { padding: 13px 14px; font-weight: 800; cursor: pointer; }
  .mobile-auction-details dl { margin: 0; padding: 0 14px 12px; }
  .mobile-auction-details dl > div { padding: 9px 0; border-top: 1px solid var(--line); }
  .mobile-auction-details dd { margin: 3px 0 0; font-size: 12px; font-weight: 650; }
  .page-title, .no-sale-hero { padding: 54px 16px; }
  .page-title-actions { align-items: stretch; flex-direction: column; }
  .process-section, .service-section, .buyer-checklist { width: calc(100% - 32px); padding: 52px 0; }
  .process-grid, .process-grid-four { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .process-grid li:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 28px; }
  .service-section, .buyer-checklist { gap: 36px; }
  .buyer-checklist li { grid-template-columns: 1fr; gap: 5px; }
  .current-terms-panel dl { grid-template-columns: 1fr; }
  .current-terms-panel > .button { grid-column: auto; width: 100%; }
  .archive-search { grid-template-columns: 1fr; }
  .contact-directory { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .contact-directory > div { border-right: 1px solid var(--line); border-bottom: 0; }
  .contact-directory > div:last-child { border-bottom: 1px solid var(--line); }
  .site-footer { padding: 48px 16px 25px; grid-template-columns: 1fr; gap: 30px; }
  .footer-legal { grid-column: auto; }
  .lot-detail { width: calc(100% - 32px); margin: auto; grid-template-columns: 1fr; gap: 0; }
  .lot-detail-media { min-height: 320px; order: -1; }
  .lot-detail-header { padding: 38px 16px 48px; }
  .lot-information { width: calc(100% - 32px); margin: auto; padding: 52px 0; grid-template-columns: 1fr; gap: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .button, .lot { transition: none; }
}
