.mta-product-auction .product-purchase-panel > .product-form {
	display: none;
}

.mta-product-auction .sticky-atc {
	display: none !important;
}

.single-mta_auction_event .entry-header,
.mta_auction_event .entry-header {
	display: none;
}

.mta-auction-panel {
	margin-top: 16px;
	border: 1px solid rgba(17, 17, 17, 0.16);
	border-radius: 0;
	background: #fff;
	color: #111;
	padding: clamp(14px, 2vw, 20px);
	font-weight: 300;
}

.mta-auction-panel-mobile-slot {
	display: none;
}

.mta-auction-panel__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.mta-auction-panel__eyebrow {
	margin: 0 0 6px;
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #555;
}

.mta-auction-panel h2 {
	margin: 0;
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	font-weight: 300;
	letter-spacing: 0;
}

.mta-auction-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 0 0 12px;
}

.mta-auction-grid > div,
.mta-auction-close {
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	padding-top: 10px;
}

.mta-auction-grid span,
.mta-auction-close span,
.mta-bid-form label span {
	display: block;
	margin-bottom: 4px;
	font-size: 0.64rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #666;
}

.mta-auction-grid strong,
.mta-auction-close strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 300;
	color: #111;
}

.mta-auction-close {
	margin-bottom: 12px;
}

.mta-bid-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: end;
	margin-top: 12px;
}

.mta-bid-form input {
	width: 100%;
	min-height: 40px;
	border: 1px solid rgba(17, 17, 17, 0.24);
	border-radius: 0;
	padding: 8px 10px;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 300;
}

.mta-bid-form__submit {
	min-height: 40px;
	white-space: nowrap;
}

.mta-auction-panel .button.button--primary,
.mta-auction-panel button.button--primary,
.mta-auction-panel input[type="submit"].button--primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid #111;
	border-radius: 0;
	background: #111;
	background-color: #111;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: none;
	appearance: none;
}

.mta-auction-panel .button.button--primary:hover,
.mta-auction-panel .button.button--primary:focus-visible,
.mta-auction-panel button.button--primary:hover,
.mta-auction-panel button.button--primary:focus-visible {
	border-color: #111;
	background: #fff;
	background-color: #fff;
	color: #111;
}

.mta-auction-register__button {
	width: 100%;
	margin-top: 2px;
}

.mta-bid-form--guest {
	margin-top: 10px;
}

.mta-bid-form--guest .mta-auction-register__button {
	width: auto;
}

.mta-auction-note,
.mta-no-reserve-note,
.mta-auction-login,
.mta-auction-closed,
.mta-auction-terms,
.mta-auction-message {
	margin: 12px 0 0;
	font-size: 0.76rem;
	font-weight: 300;
	line-height: 1.45;
	color: #333;
}

.mta-no-reserve-note {
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	padding-top: 10px;
	color: #111;
}

.mta-auction-message {
	border-left: 2px solid #111;
	padding-left: 10px;
}

.mta-cost-clarity {
	display: grid;
	gap: 6px;
	margin: 12px 0 0;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	padding: 10px 0;
}

.mta-cost-clarity div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
}

.mta-cost-clarity span {
	font-size: 0.63rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #666;
}

.mta-cost-clarity strong {
	font-size: 0.75rem;
	font-weight: 300;
	text-align: right;
}

.mta-auction-register {
	margin-top: 12px;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	padding-top: 12px;
}

.mta-auction-register p {
	margin: 0 0 8px;
	font-size: 0.78rem;
	font-weight: 300;
	line-height: 1.45;
}

.mta-auction-login a,
.mta-auction-terms a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.mta-auction-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: -2px 0 16px;
	color: #111;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.mta-auction-back-link::before {
	content: "";
	width: 7px;
	height: 7px;
	border-left: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg);
}

.mta-auction-back-link:hover,
.mta-auction-back-link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.22em;
}

.mta-auction-merchandising {
	margin-top: 14px;
}

.mta-product-strip {
	padding: clamp(28px, 5vw, 54px) 0 0;
}

.mta-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 22px);
}

.mta-standard-selection-note {
	margin-top: 20px;
}

.mta-standard-selection-note p {
	margin: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	padding-top: 14px;
	font-size: 0.84rem;
	color: #555;
}

.mta-fixed-price-discovery {
	margin-top: clamp(30px, 5vw, 60px);
	border-top: 1px solid rgba(17, 17, 17, 0.14);
	padding-top: clamp(24px, 4vw, 42px);
}

.mta-fixed-price-discovery__intro {
	display: grid;
	gap: 7px;
}

.mta-fixed-price-discovery__intro h2 {
	margin: 0;
	font-size: clamp(1.18rem, 2vw, 1.65rem);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.12;
}

.mta-fixed-price-discovery__intro p:not(.mta-auction-panel__eyebrow) {
	max-width: 620px;
	margin: 0;
	color: #555;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.45;
}

.mta-fixed-price-discovery > .section-block:first-of-type {
	margin-top: clamp(26px, 3.4vw, 40px);
	padding-top: clamp(26px, 3.4vw, 40px);
}

.mta-fixed-price-discovery .section-heading .eyebrow::after {
	content: " / Fixed price";
	color: #777;
}

.mta-card-price {
	display: grid;
	gap: 2px;
}

.mta-card-price > span,
.mta-card-price small {
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #666;
}

.mta-card-price strong {
	font-size: 0.96rem;
	color: #111;
}

.mta-card-price__reserve {
	color: #111;
}

.mta-event-enterprise {
	margin-top: clamp(14px, 3vw, 32px);
}

.mta-archive-page {
	display: flex;
	flex-direction: column;
	background: #fff;
	color: #111;
}

.mta-archive-hero {
	order: 1;
	padding: clamp(14px, 3vw, 30px) 0 clamp(8px, 2vw, 18px);
}

.mta-archive-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	gap: clamp(18px, 5vw, 58px);
	align-items: end;
	border-top: 1px solid rgba(17, 17, 17, 0.16);
	border-bottom: 1px solid rgba(17, 17, 17, 0.16);
	padding: clamp(16px, 3vw, 30px) 0;
}

.mta-archive-hero__copy h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(1.55rem, 3.4vw, 3rem);
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
}

.mta-archive-hero__copy p:not(.mta-auction-panel__eyebrow) {
	max-width: 500px;
	margin: 12px 0 0;
	color: #444;
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.5;
}

.mta-archive-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.mta-archive-hero__stats div,
.mta-event-card,
.mta-enterprise-filters {
	border: 1px solid rgba(17, 17, 17, 0.14);
}

.mta-archive-hero__stats div {
	padding: 11px;
}

.mta-archive-hero__stats span {
	display: block;
	font-size: 0.62rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #666;
}

.mta-archive-hero__stats strong {
	display: block;
	margin-top: 4px;
	font-size: 1.15rem;
	font-weight: 300;
}

.mta-archive-events {
	order: 3;
	margin-top: clamp(56px, 7vw, 104px);
	padding: clamp(34px, 4vw, 52px) 0 clamp(34px, 5vw, 58px);
	border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.mta-archive-lots {
	order: 2;
	padding-bottom: clamp(20px, 3vw, 36px);
}

.mta-archive-events .mta-event-lots__header {
	margin-bottom: clamp(16px, 2vw, 24px);
}

.mta-event-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 1.6vw, 18px);
}

.mta-event-card a {
	display: grid;
	min-height: 100%;
	color: #111;
	text-decoration: none;
}

.mta-event-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #f4f1ed center / cover no-repeat;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.mta-event-card__body {
	display: grid;
	gap: 6px;
	padding: 14px;
}

.mta-event-card strong {
	font-size: 1.02rem;
	font-weight: 300;
	line-height: 1.25;
}

.mta-event-card em,
.mta-event-card small {
	color: #555;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.35;
}

.mta-event-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
	gap: clamp(18px, 4vw, 44px);
	align-items: end;
	border-top: 1px solid rgba(17, 17, 17, 0.16);
	border-bottom: 1px solid rgba(17, 17, 17, 0.16);
	padding: clamp(18px, 4vw, 42px) 0;
}

.mta-event-hero__copy h2 {
	max-width: 620px;
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2.65rem);
	font-weight: 300;
	line-height: 1.06;
	letter-spacing: 0;
}

.mta-event-hero__copy p:not(.mta-auction-panel__eyebrow) {
	max-width: 440px;
	margin: 10px 0 0;
	color: #444;
	font-size: 0.86rem;
	font-weight: 300;
	line-height: 1.45;
}

.mta-event-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.mta-event-hero__panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
}

.mta-event-hero__panel > div {
	border-top: 1px solid rgba(17, 17, 17, 0.14);
	padding-top: 9px;
}

.mta-event-hero__panel span,
.mta-filter-chip span {
	display: block;
	font-size: 0.62rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #666;
}

.mta-event-hero__panel strong {
	display: block;
	margin-top: 3px;
	font-size: 0.82rem;
	font-weight: 300;
	color: #111;
}

.mta-event-hero__terms {
	grid-column: 1 / -1;
}

.mta-event-hero__terms a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.mta-event-tabs {
	display: flex;
	gap: 18px;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	padding: 10px 0;
}

.mta-event-tabs a {
	color: #111;
	font-size: 0.68rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.mta-event-departments {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	padding-top: 14px;
}

.mta-filter-chip {
	border: 1px solid rgba(17, 17, 17, 0.14);
	color: #111;
	padding: 9px 10px;
	text-decoration: none;
}

.mta-filter-chip.is-active {
	border-color: #111;
	background: #111;
	color: #fff;
}

.mta-filter-chip.is-active span {
	color: rgba(255, 255, 255, 0.72);
}

.mta-filter-chip strong {
	display: block;
	margin-top: 4px;
	font-size: 0.98rem;
	font-weight: 300;
}

.mta-event-quick-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding-top: 10px;
}

.mta-event-quick-filters a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 32px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	padding: 7px 10px;
	color: #111;
	font-size: 0.66rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.mta-event-quick-filters a.is-active {
	border-color: #111;
	background: #111;
	color: #fff;
}

.mta-event-quick-filters em {
	font-style: normal;
	color: inherit;
	opacity: 0.72;
}

.mta-enterprise-filters {
	position: relative;
	z-index: 30;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.mta-enterprise-filters__summary {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 40px;
	min-width: 152px;
	border: 1px solid rgba(17, 17, 17, 0.22);
	padding: 0 13px;
	color: #111;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	list-style: none;
	text-transform: uppercase;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.mta-enterprise-filters__summary::-webkit-details-marker {
	display: none;
}

.mta-enterprise-filters__summary::after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	margin-top: -4px;
	transform: rotate(45deg);
}

.mta-enterprise-filters__summary em {
	color: inherit;
	font-size: 0.75rem;
	font-style: normal;
	letter-spacing: 0.04em;
	opacity: 0.72;
	text-transform: none;
}

.mta-enterprise-filters__summary:hover,
.mta-enterprise-filters__summary:focus-visible {
	border-color: #111;
	outline: 0;
}

.mta-enterprise-filters__backdrop {
	position: fixed;
	inset: 0;
	z-index: 9997;
	display: none;
	background: rgba(17, 17, 17, 0.18);
	cursor: pointer;
}

.mta-enterprise-filters__drawer {
	position: fixed;
	inset: 0 auto 0 0;
	z-index: 9998;
	display: flex;
	flex-direction: column;
	width: min(590px, calc(100vw - 15px));
	height: 100vh;
	height: 100dvh;
	background: #fff;
	color: #111;
	box-shadow: 12px 0 28px rgba(17, 17, 17, 0.08);
	transform: translateX(-104%);
	transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mta-enterprise-filters[open] .mta-enterprise-filters__backdrop {
	display: block;
}

.mta-enterprise-filters[open] .mta-enterprise-filters__drawer {
	transform: translateX(0);
}

.mta-enterprise-filters__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 22px 28px 12px;
}

.mta-enterprise-filters__header h3 {
	margin: 0;
	color: #111;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.mta-enterprise-filters__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #111;
	cursor: pointer;
	font-size: 1.06rem;
	font-weight: 300;
	line-height: 1;
}

.mta-enterprise-filters__close:focus-visible,
.mta-enterprise-filter-group__summary:focus-visible,
.mta-enterprise-filter-option:focus-visible,
.mta-enterprise-filters__reset:focus-visible,
.mta-enterprise-filters__cta:focus-visible {
	outline: 1px solid #111;
	outline-offset: 3px;
}

.mta-enterprise-filters__body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 0 28px 22px;
	scrollbar-width: thin;
}

.mta-enterprise-filter-group {
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.mta-enterprise-filter-group:first-child {
	border-top: 0;
}

.mta-enterprise-filter-group__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 46px;
	color: #111;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	list-style: none;
}

.mta-enterprise-filter-group__summary::-webkit-details-marker {
	display: none;
}

.mta-enterprise-filter-group__summary::after {
	content: "";
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mta-enterprise-filter-group[open] .mta-enterprise-filter-group__summary::after {
	margin-top: 4px;
	transform: rotate(225deg);
}

.mta-enterprise-filter-group__options {
	display: grid;
	gap: 17px;
	padding: 10px 0 24px;
}

.mta-filter-accordion-ready .mta-enterprise-filter-group__options {
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	transition: max-height 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, padding 260ms ease;
}

.mta-filter-accordion-ready .mta-enterprise-filter-group[open] .mta-enterprise-filter-group__options {
	opacity: 1;
	padding-top: 10px;
	padding-bottom: 24px;
}

.mta-enterprise-filter-option {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 18px;
	color: #111;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	text-decoration: none;
}

.mta-enterprise-filter-option__box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border: 1px solid #111;
	background: #fff;
}

.mta-enterprise-filter-option.is-active .mta-enterprise-filter-option__box::after {
	content: "";
	width: 7px;
	height: 7px;
	background: #111;
}

.mta-enterprise-filter-option__label em {
	font-style: normal;
	opacity: 0.76;
}

.mta-enterprise-filters__footer {
	flex: 0 0 auto;
	padding: 12px 28px 28px;
	background: #fff;
}

.mta-enterprise-filters__reset {
	display: inline-flex;
	margin-bottom: 12px;
	color: #111;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-transform: uppercase;
}

.mta-enterprise-filters__reset.is-disabled {
	opacity: 0;
	pointer-events: none;
}

.mta-enterprise-filters__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 45px;
	background: #000;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
}

body.mta-filter-drawer-open {
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.mta-enterprise-filters__drawer,
	.mta-enterprise-filter-group__summary::after,
	.mta-filter-accordion-ready .mta-enterprise-filter-group__options {
		transition: none;
	}
}

.mta-event-lots {
	margin-top: clamp(12px, 2vw, 22px);
}

.mta-event-lots__header {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.mta-event-lots__header h2 {
	margin: 0;
	font-size: clamp(1rem, 1.6vw, 1.35rem);
	font-weight: 300;
}

.mta-event-lots__controls {
	display: flex;
	flex: 0 1 640px;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	margin-left: auto;
}

.mta-event-lots__controls .mta-enterprise-filters {
	align-self: flex-end;
}

.mta-event-lots__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 12px;
	font-size: 0.74rem;
	font-weight: 300;
	color: #555;
}

.mta-event-lots__meta a {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.mta-lot-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
	max-width: 540px;
}

.mta-lot-navigation a {
	border: 1px solid rgba(17, 17, 17, 0.16);
	color: #111;
	font-size: 0.66rem;
	font-weight: 300;
	line-height: 1;
	padding: 6px 8px;
	text-decoration: none;
}

.mta-lot-navigation a:hover {
	border-color: #111;
}

@media (max-width: 1023px) {
	.mta-auction-panel-mobile-slot {
		display: block;
		margin-top: 10px;
	}

	.product-layout__summary .mta-auction-panel--summary {
		display: none;
	}
}

@media (max-width: 640px) {
	.mta-event-enterprise {
		margin-top: 0;
	}

	.mta-event-hero {
		display: block;
		border-top: 0;
		padding: 12px 0 10px;
	}

	.mta-archive-hero {
		padding: 8px 0 4px;
	}

	.mta-archive-hero__inner {
		display: block;
		border-top: 0;
		padding: 8px 0 10px;
	}

	.mta-archive-hero__copy h1 {
		font-size: clamp(1.45rem, 9vw, 2.2rem);
		line-height: 1;
	}

	.mta-archive-hero__copy p:not(.mta-auction-panel__eyebrow) {
		margin-top: 6px;
		font-size: 0.76rem;
		line-height: 1.4;
	}

	.mta-archive-hero__stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		margin-top: 12px;
	}

	.mta-archive-hero__stats div {
		padding: 8px;
	}

	.mta-archive-hero__stats strong {
		font-size: 0.95rem;
	}

	.mta-event-card-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.mta-archive-lots {
		padding-bottom: 18px;
	}

	.mta-archive-events {
		margin-top: 34px;
		padding: 24px 0 34px;
	}

	.mta-archive-events .mta-event-lots__header {
		margin-bottom: 12px;
	}

	.mta-archive-events .mta-event-card a {
		display: block;
	}

	.mta-archive-events .mta-event-card__body {
		display: grid;
		gap: 6px;
		padding: 14px;
	}

	.mta-archive-events .mta-event-card strong {
		font-size: 1rem;
		line-height: 1.25;
	}

	.mta-event-card a {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.mta-event-card__media {
		aspect-ratio: auto;
		min-height: 100%;
		border-right: 1px solid rgba(17, 17, 17, 0.12);
		border-bottom: 0;
	}

	.mta-event-hero__copy h2 {
		font-size: clamp(1.08rem, 5vw, 1.28rem);
		line-height: 1.08;
	}

	.mta-event-hero__copy p:not(.mta-auction-panel__eyebrow) {
		margin-top: 5px;
		font-size: 0.74rem;
		line-height: 1.35;
	}

	.mta-event-hero__actions {
		gap: 6px;
		margin-top: 8px;
	}

	.mta-event-hero__actions .button {
		min-height: 2.35rem;
		padding: 0.68rem 0.78rem;
		font-size: 0.64rem;
		letter-spacing: 0.1em;
	}

	.mta-event-hero__panel {
		display: none;
	}

	.mta-event-tabs {
		display: none;
	}

	.mta-event-departments {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		padding-top: 10px;
		scrollbar-width: none;
	}

	.mta-event-departments::-webkit-scrollbar {
		display: none;
	}

	.mta-filter-chip {
		flex: 0 0 auto;
		min-width: 82px;
		padding: 7px 8px;
	}

	.mta-filter-chip strong {
		margin-top: 3px;
		font-size: 0.82rem;
	}

	.mta-event-quick-filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-top: 8px;
		scrollbar-width: none;
	}

	.mta-event-quick-filters::-webkit-scrollbar {
		display: none;
	}

	.mta-event-quick-filters a {
		flex: 0 0 auto;
		min-height: 30px;
		padding: 7px 9px;
		font-size: 0.62rem;
	}

	.mta-enterprise-filters {
		justify-self: end;
		margin: 0;
		padding: 0;
	}

	.mta-enterprise-filters__summary {
		min-height: 34px;
		min-width: 116px;
		gap: 8px;
		padding: 0 10px;
		font-size: 0.875rem;
		letter-spacing: 0.08em;
	}

	.mta-enterprise-filters__summary em {
		display: none;
	}

	.mta-enterprise-filters__drawer {
		width: calc(100vw - 15px);
		box-shadow: 8px 0 22px rgba(17, 17, 17, 0.08);
	}

	.mta-enterprise-filters__header {
		min-height: 56px;
		padding: 20px 20px 10px;
	}

	.mta-enterprise-filters__body {
		padding: 0 20px 18px;
	}

	.mta-enterprise-filter-group__summary {
		min-height: 44px;
		font-size: 0.875rem;
	}

	.mta-enterprise-filter-group__options {
		gap: 16px;
		padding: 9px 0 22px;
	}

	.mta-enterprise-filter-option {
		grid-template-columns: 16px minmax(0, 1fr);
		gap: 13px;
		font-size: 0.875rem;
	}

	.mta-enterprise-filters__footer {
		padding: 10px 20px 24px;
	}

	.mta-enterprise-filters__cta {
		min-height: 44px;
		font-size: 0.875rem;
	}

	.mta-event-lots {
		margin-top: 8px;
	}

	.mta-event-lots__header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
		gap: 8px;
		margin-bottom: 8px;
	}

	.mta-event-lots__header h2 {
		font-size: 0.96rem;
	}

	.mta-event-lots__controls {
		display: contents;
	}

	.mta-lot-navigation {
		display: none;
	}

	.mta-auction-panel {
		margin-top: 10px;
		padding: 12px;
	}

	.mta-auction-back-link {
		margin-bottom: 12px;
		font-size: 0.66rem;
		letter-spacing: 0.08em;
	}

	.mta-fixed-price-discovery {
		margin-top: 28px;
		padding-top: 22px;
	}

	.mta-fixed-price-discovery > .section-block:first-of-type {
		margin-top: 24px;
		padding-top: 24px;
	}

	.mta-fixed-price-discovery__intro h2 {
		font-size: 1.08rem;
	}

	.mta-fixed-price-discovery__intro p:not(.mta-auction-panel__eyebrow) {
		font-size: 0.78rem;
		line-height: 1.4;
	}

	.mta-auction-panel__header,
	.mta-bid-form {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mta-auction-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 10px;
	}

	.mta-auction-panel--mobile .mta-cost-clarity {
		display: none;
	}

	.mta-auction-panel--mobile .mta-auction-close {
		margin-bottom: 8px;
	}

	.mta-auction-panel--mobile .mta-auction-register {
		margin-top: 10px;
		padding-top: 10px;
	}

	.mta-bid-form input {
		margin-bottom: 8px;
	}

	.mta-bid-form__submit {
		position: sticky;
		bottom: 10px;
		z-index: 4;
		width: 100%;
	}

	.mta-cost-clarity div,
	.mta-event-lots__header {
		display: block;
	}

	.mta-event-tabs {
		overflow-x: auto;
		white-space: nowrap;
	}

	.mta-cost-clarity strong {
		display: block;
		margin-top: 2px;
		text-align: left;
	}

	.mta-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 8px;
	}

	.mta-event-lots__meta {
		display: grid;
		justify-content: start;
		margin-top: 10px;
	}

	.mta-lot-navigation {
		display: none;
	}
}
