/**
 * The Auto Source â€” Homepage About Us section POC
 * Scoped under .biltmore-home-about-poc / .biltmore-home-sections.
 */

.biltmore-home-about-poc,
.biltmore-home-sections,
.biltmore-shop-auctions,
body.biltmore-shop-auctions-page,
.bma-endpoint-auctions.biltmore-home-about-poc,
.bma-auction-activity.biltmore-home-about-poc {
	--hau-bg: #fafafa;
	--hau-bg-2: #f4f5f7;
	--hau-bg-3: #ffffff;
	--hau-text: #0a0b0d;
	--hau-text-secondary: #5c6370;
	--hau-text-muted: #8b919a;
	--hau-border: #e8eaed;
	--hau-brand: #1d4ed8;
	--hau-brand-soft: rgba(29, 78, 216, 0.08);
	--hau-brand-border: rgba(29, 78, 216, 0.35);
	--hau-warm-soft: rgba(59, 130, 246, 0.1);
	--hau-warm-border: rgba(59, 130, 246, 0.35);
	--hau-success-soft: #ecfdf5;
	--hau-success-border: #cce8d6;
	--hau-success-text: #2f6b4f;
	--hau-grad-brand: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
	--hau-radius-sm: 8px;
	--hau-radius-md: 12px;
	--hau-radius-lg: 16px;
	--hau-radius-pill: 999px;
	--hau-shadow-sm: 0 2px 8px rgba(10, 11, 13, 0.06);
	--hau-shadow-md: 0 8px 24px rgba(10, 11, 13, 0.08);
	--hau-transition: 0.2s ease;
	--hau-section-py: 72px;
	--hau-mono: "SF Mono", "Consolas", "Monaco", monospace;
	--hau-fs-xs: 13px;
	--hau-fs-sm: 14px;
	--hau-fs-base: 16px;
	--hau-fs-md: 18px;
	--hau-fs-lg: 21px;
	--hau-fs-2xl: clamp(26px, 3.5vw, 34px);
	--hau-fs-hero: clamp(34px, 4.8vw, 50px);
	--hau-fs-hero-lead: clamp(18px, 2.2vw, 22px);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
	font-size: var(--hau-fs-base) !important;
	color: var(--hau-text);
	line-height: 1.65;
}

body.biltmore-home-about-poc-page #primary,
body.biltmore-home-about-poc-page .autobid-breadcrumbs,
body.biltmore-home-about-poc-page .page-title,
body.biltmore-home-about-poc-page .entry-content {
	display: none !important;
}

body.biltmore-home-about-poc-page .biltmore-home-about-poc {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.biltmore-home-about-poc *,
.biltmore-home-about-poc *::before,
.biltmore-home-about-poc *::after {
	box-sizing: border-box;
}

.biltmore-home-about-poc .hau-container {
	width: 100% !important;
	max-width: 1140px !important;
	margin: 0 auto !important;
	padding: 0 24px !important;
}

.biltmore-home-about-poc p,
.biltmore-home-about-poc li {
	font-size: var(--hau-fs-base) !important;
	line-height: 1.65 !important;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc h2,
.biltmore-home-about-poc h3 {
	line-height: 1.2 !important;
	color: var(--hau-text);
}

/* POC banner */
.biltmore-home-about-poc .hau-poc-banner {
	background: var(--hau-text);
	color: #fff;
	padding: 14px 0;
	border-bottom: 3px solid var(--hau-brand);
}

.biltmore-home-about-poc .hau-poc-banner-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
}

.biltmore-home-about-poc .hau-poc-badge {
	display: inline-flex;
	padding: 4px 12px;
	background: var(--hau-brand);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.biltmore-home-about-poc .hau-poc-banner p {
	margin: 0;
	font-size: var(--hau-fs-sm) !important;
	color: rgba(255, 255, 255, 0.85) !important;
}

.biltmore-home-about-poc .hau-poc-banner a {
	color: #fff !important;
	font-weight: 600;
	text-decoration: underline !important;
	margin-left: 6px;
}

/* Mock homepage context */
.biltmore-home-about-poc .hau-context {
	padding: 18px 0;
	background: var(--hau-bg-2);
	border: 1px dashed var(--hau-border);
}

.biltmore-home-about-poc .hau-context span {
	display: block;
	text-align: center;
	font-family: var(--hau-mono);
	font-size: var(--hau-fs-xs) !important;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-context-top {
	border-bottom: none;
}

.biltmore-home-about-poc .hau-context-bottom {
	border-top: none;
}

/* Section spacing */
.biltmore-home-about-poc .hau-section,
.biltmore-home-about-poc .hau-auctions-section,
.biltmore-home-about-poc .hau-process-section,
.biltmore-home-about-poc .hau-why-section,
.biltmore-home-about-poc .hau-cta-section {
	padding: var(--hau-section-py) 0;
}

.biltmore-home-about-poc .hau-compare-section {
	padding: 64px 0 88px;
}

body.biltmore-home-page .entry-content .biltmore-home-sections {
	clear: both;
	width: 100%;
	max-width: 100%;
	position: relative;
	left: auto;
	right: auto;
	margin-left: 0;
	margin-right: 0;
}

body.biltmore-home-page .autobid_header_slider {
	display: none !important;
}

body.biltmore-home-page .entry-content > .biltmore-home-sections:first-child {
	margin-top: 0;
}

/* Live auctions section */
.biltmore-home-about-poc .hau-auctions-section {
	background: var(--hau-bg);
	border-top: 1px solid var(--hau-border);
	border-bottom: 1px solid var(--hau-border);
}

.biltmore-home-about-poc .hau-auctions-head {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
}

.biltmore-home-about-poc .hau-auctions-title {
	font-size: var(--hau-fs-2xl) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	margin: 0 0 12px;
}

.biltmore-home-about-poc .hau-auctions-title .brand-grad {
	background: var(--hau-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-auctions-lead {
	font-size: var(--hau-fs-md) !important;
	margin: 0;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-asset-type-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 22px;
}

.biltmore-home-about-poc .hau-asset-type-link {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(10, 11, 13, 0.12);
	background: #fff;
	color: var(--hau-text) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	line-height: 1.2;
	transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.biltmore-home-about-poc .hau-asset-type-link:hover,
.biltmore-home-about-poc .hau-asset-type-link:focus {
	border-color: rgba(29, 78, 216, 0.45);
	color: var(--hau-brand) !important;
	box-shadow: 0 6px 18px rgba(29, 78, 216, 0.08);
}

.biltmore-home-about-poc .hau-auctions-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 28px;
}

.biltmore-home-about-poc .hau-auctions-tab {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-family: inherit;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 700;
	color: var(--hau-text-secondary);
	cursor: pointer;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-auctions-tab i {
	font-size: 14px;
	color: var(--hau-text-muted);
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-auctions-tab:hover,
.biltmore-home-about-poc .hau-auctions-tab.is-active {
	border-color: var(--hau-brand-border);
	background: var(--hau-brand-soft);
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-auctions-tab.is-active i,
.biltmore-home-about-poc .hau-auctions-tab:hover i {
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-auctions-panel {
	display: none;
}

.biltmore-home-about-poc .hau-auctions-panel.is-active {
	display: block;
}

.biltmore-home-about-poc .hau-auctions-panel-desc {
	margin: 0 0 18px;
	text-align: center;
	font-size: var(--hau-fs-sm) !important;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auctions-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.biltmore-home-about-poc .hau-auction-card,
.biltmore-shop-auctions .hau-auction-card,
body.biltmore-shop-auctions-page .hau-auction-card,
.bma-endpoint-auctions .hau-auction-card,
.bma-auction-activity .hau-auction-card {
	display: flex;
	flex-direction: column;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	overflow: hidden;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-auction-card:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-3px);
}

.biltmore-home-about-poc .hau-auction-media,
.biltmore-shop-auctions .hau-auction-media,
body.biltmore-shop-auctions-page .hau-auction-media,
.bma-endpoint-auctions .hau-auction-media,
.bma-auction-activity .hau-auction-media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: var(--hau-bg-2);
	overflow: hidden;
}

.biltmore-home-about-poc .hau-auction-media-link {
	display: block;
	width: 100%;
	height: 100%;
}

.biltmore-home-about-poc .hau-auction-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.biltmore-home-about-poc .hau-auction-card:hover .hau-auction-media img {
	transform: scale(1.04);
}

.biltmore-home-about-poc .hau-auction-media-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 180px;
	font-size: 42px;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auction-media-badges,
.biltmore-shop-auctions .hau-auction-media-badges,
body.biltmore-shop-auctions-page .hau-auction-media-badges {
	position: absolute;
	top: 12px;
	right: 12px;
	left: auto;
	bottom: auto;
	display: flex;
	pointer-events: none;
	z-index: 2;
}

.biltmore-home-about-poc .hau-auction-badge,
.biltmore-shop-auctions .hau-auction-badge,
body.biltmore-shop-auctions-page .hau-auction-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.2;
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-auction-badge.live,
.biltmore-home-about-poc .hau-auction-badge--live,
.biltmore-shop-auctions .hau-auction-badge.live,
.biltmore-shop-auctions .hau-auction-badge--live,
body.biltmore-shop-auctions-page .hau-auction-badge.live,
body.biltmore-shop-auctions-page .hau-auction-badge--live {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--hau-brand-border);
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-auction-badge.live::before,
.biltmore-home-about-poc .hau-auction-badge--live::before,
.biltmore-shop-auctions .hau-auction-badge.live::before,
.biltmore-shop-auctions .hau-auction-badge--live::before,
body.biltmore-shop-auctions-page .hau-auction-badge.live::before,
body.biltmore-shop-auctions-page .hau-auction-badge--live::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hau-brand);
	animation: hau-live-pulse 1.6s ease-in-out infinite;
}

.biltmore-home-about-poc .hau-auction-badge.ending-soon,
.biltmore-home-about-poc .hau-auction-badge--ending-soon,
.biltmore-shop-auctions .hau-auction-badge.ending-soon,
.biltmore-shop-auctions .hau-auction-badge--ending-soon,
body.biltmore-shop-auctions-page .hau-auction-badge.ending-soon,
body.biltmore-shop-auctions-page .hau-auction-badge--ending-soon {
	background: rgba(255, 255, 255, 0.96);
	/* Amber on purpose â€” this badge means "hurry", not "brand". Written out
	   rather than taken from --hau-warm-border, which is now blue. */
	border: 1px solid rgba(255, 176, 32, 0.35);
	color: #c47a00;
}

.biltmore-home-about-poc .hau-auction-media-badges--stack,
.biltmore-shop-auctions .hau-auction-media-badges--stack,
body.biltmore-shop-auctions-page .hau-auction-media-badges--stack {
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	max-width: calc(100% - 24px);
}

.biltmore-home-about-poc .hau-auction-media-badges--stack .hau-auction-badge,
.biltmore-shop-auctions .hau-auction-media-badges--stack .hau-auction-badge,
body.biltmore-shop-auctions-page .hau-auction-media-badges--stack .hau-auction-badge {
	max-width: 100%;
	text-wrap: balance;
	text-align: right;
}

/* Reserve-not-met: centered badge stack on card image (all contexts) */
.hau-auction-media-badges--center {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	align-items: center;
	width: max-content;
	max-width: calc(100% - 24px);
}

.hau-auction-media-badges--center .hau-auction-badge {
	text-align: center;
	justify-content: center;
}

.biltmore-home-about-poc .hau-auction-badge.reserve-not-met,
.biltmore-home-about-poc .hau-auction-badge--reserve-fail,
.biltmore-shop-auctions .hau-auction-badge.reserve-not-met,
.biltmore-shop-auctions .hau-auction-badge--reserve-fail,
body.biltmore-shop-auctions-page .hau-auction-badge.reserve-not-met,
body.biltmore-shop-auctions-page .hau-auction-badge--reserve-fail {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--hau-brand-border);
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-auction-badge.reserve-not-met:not(.hau-auction-badge--relist-note)::before,
.biltmore-home-about-poc .hau-auction-badge--reserve-fail:not(.hau-auction-badge--relist-note)::before,
.biltmore-shop-auctions .hau-auction-badge.reserve-not-met:not(.hau-auction-badge--relist-note)::before,
.biltmore-shop-auctions .hau-auction-badge--reserve-fail:not(.hau-auction-badge--relist-note)::before,
body.biltmore-shop-auctions-page .hau-auction-badge.reserve-not-met:not(.hau-auction-badge--relist-note)::before,
body.biltmore-shop-auctions-page .hau-auction-badge--reserve-fail:not(.hau-auction-badge--relist-note)::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hau-brand);
	flex-shrink: 0;
}

.biltmore-home-about-poc .hau-auction-badge--relist-note,
.biltmore-shop-auctions .hau-auction-badge--relist-note,
body.biltmore-shop-auctions-page .hau-auction-badge--relist-note {
	font-size: 10px !important;
	letter-spacing: 0.06em;
}

.biltmore-home-about-poc .hau-auction-badge.ended,
.biltmore-home-about-poc .hau-auction-badge--ended,
.biltmore-shop-auctions .hau-auction-badge.ended,
.biltmore-shop-auctions .hau-auction-badge--ended,
body.biltmore-shop-auctions-page .hau-auction-badge.ended,
body.biltmore-shop-auctions-page .hau-auction-badge--ended {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(92, 99, 112, 0.28);
	color: #5c6370;
}

.biltmore-home-about-poc .hau-auction-badge.reserve-met,
.biltmore-home-about-poc .hau-auction-badge--reserved,
.biltmore-shop-auctions .hau-auction-badge.reserve-met,
.biltmore-shop-auctions .hau-auction-badge--reserved,
body.biltmore-shop-auctions-page .hau-auction-badge.reserve-met,
body.biltmore-shop-auctions-page .hau-auction-badge--reserved {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(22, 163, 74, 0.35);
	color: #16a34a;
}

.biltmore-home-about-poc .hau-auction-badge.reserve-met::before,
.biltmore-home-about-poc .hau-auction-badge--reserved::before,
.biltmore-shop-auctions .hau-auction-badge.reserve-met::before,
.biltmore-shop-auctions .hau-auction-badge--reserved::before,
body.biltmore-shop-auctions-page .hau-auction-badge.reserve-met::before,
body.biltmore-shop-auctions-page .hau-auction-badge--reserved::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #16a34a;
	flex-shrink: 0;
}

.biltmore-home-about-poc .hau-auction-card--reserve-not-met,
.biltmore-shop-auctions .hau-auction-card--reserve-not-met,
body.biltmore-shop-auctions-page .hau-auction-card--reserve-not-met {
	border-color: rgba(29, 78, 216, 0.22);
}

.biltmore-home-about-poc .hau-auction-card--reserve-met,
.biltmore-shop-auctions .hau-auction-card--reserve-met,
body.biltmore-shop-auctions-page .hau-auction-card--reserve-met {
	border-color: rgba(22, 163, 74, 0.18);
}

@keyframes hau-live-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.55; transform: scale(0.85); }
}

.biltmore-home-about-poc .hau-auction-body,
.bma-endpoint-auctions .hau-auction-body,
.bma-auction-activity .hau-auction-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 20px 20px;
}

.biltmore-home-about-poc .hau-auction-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.biltmore-home-about-poc .hau-auction-lot {
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auction-category {
	padding: 4px 10px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-size: 11px !important;
	font-weight: 700;
	color: var(--hau-text-secondary);
	white-space: nowrap;
}

.biltmore-home-about-poc .hau-auction-title {
	font-size: var(--hau-fs-md) !important;
	font-weight: 700 !important;
	margin: 0 0 6px;
	line-height: 1.25 !important;
	letter-spacing: -0.02em;
}

.biltmore-home-about-poc .hau-auction-title a {
	color: var(--hau-text) !important;
	text-decoration: none !important;
}

.biltmore-home-about-poc .hau-auction-title a:hover {
	color: var(--hau-brand) !important;
}

.hau-auction-card .hau-auction-title {
	min-height: 2.5em;
	margin: 0 0 6px;
	line-height: 1.25 !important;
}

.hau-auction-card .hau-auction-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 2.5em;
	line-height: 1.25 !important;
}

.hau-auction-card .hau-auction-specs {
	display: none !important;
	margin: 0 !important;
}

.biltmore-home-about-poc .hau-auction-location,
.biltmore-shop-auctions .hau-auction-location {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 10px;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-auction-location i,
.biltmore-shop-auctions .hau-auction-location i {
	flex-shrink: 0;
	font-size: 13px;
	color: var(--hau-brand);
}

.hau-auction-card .hau-auction-highlights {
	display: flex !important;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 16px;
	width: 100%;
}

.hau-auction-card .hau-auction-highlights__row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.hau-auction-card .hau-auction-highlights__row--solo {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
}

.hau-auction-card .hau-auction-highlights__row--solo .hau-auction-highlight {
	width: auto !important;
	min-width: min(100%, 220px);
	max-width: 88%;
}

.hau-auction-card .hau-auction-highlight {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	padding: 8px 6px !important;
	margin: 0 !important;
	background: #ecfdf5 !important;
	border: 1px solid #cce8d6 !important;
	border-radius: 10px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.01em;
	text-align: center !important;
	text-transform: none !important;
	color: #2f6b4f !important;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
	hyphens: auto;
	box-sizing: border-box;
}

.biltmore-home-about-poc .hau-auction-bid-block {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	margin-bottom: 14px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-md);
}

.hau-auction-card .hau-auction-stats {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 14px;
	background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 100%);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-md);
	overflow: hidden;
}

.hau-auction-card .hau-auction-stat {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 10px 14px;
	border-top: 1px solid rgba(232, 234, 237, 0.9);
}

.hau-auction-card .hau-auction-stat:first-child {
	border-top: 0;
}

.hau-auction-card .hau-auction-stat__label {
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
	line-height: 1.2;
	padding-left: 10px;
	position: relative;
	white-space: nowrap;
	flex-shrink: 0;
}

.hau-auction-card .hau-auction-stat__label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background: var(--hau-border-strong, #c8cdd4);
}

.hau-auction-card .hau-auction-stat--listing .hau-auction-stat__label::before {
	background: var(--hau-brand, #1d4ed8);
}

.hau-auction-card .hau-auction-stat__value {
	justify-self: end;
	text-align: right;
	font-size: 13px !important;
	font-weight: 700;
	line-height: 1.25;
	color: var(--hau-text);
}

.hau-auction-card .hau-auction-stat__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 12px;
	border-radius: var(--hau-radius-pill, 999px);
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: none;
	white-space: nowrap;
}

.hau-auction-card .hau-auction-stat__pill--open {
	background: var(--hau-success-soft, #ecfdf5);
	border: 1px solid var(--hau-success-border, #cce8d6);
	color: var(--hau-success-text, #2f6b4f);
}

.hau-auction-card .hau-auction-stat__pill--closed {
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	color: #6b7280;
}

.hau-auction-card .hau-auction-stat--stacked {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 6px;
	min-height: auto;
	text-align: center;
}

.hau-auction-card .hau-auction-stat--stacked .hau-auction-stat__label {
	width: 100%;
	padding-left: 0;
	text-align: center;
}

.hau-auction-card .hau-auction-stat--stacked .hau-auction-stat__value,
.hau-auction-card .hau-auction-stat--stacked .hau-auction-stat__value--amount {
	justify-self: stretch;
	width: 100%;
	text-align: center;
}

.hau-auction-card .hau-auction-stat--stacked .hau-auction-stat__label::before {
	display: none;
}

.hau-auction-card .hau-auction-stat--price {
	background: rgba(29, 78, 216, 0.04);
	padding-top: 12px;
	padding-bottom: 12px;
}

/* My Account â€” OUTBID badge under sealed bid amount */
.biltmore-my-account .hau-auction-card .hau-auction-stat--price-badge-outbid,
.biltmore-my-account .hau-auction-card .hau-auction-stat--price.hau-auction-stat--price-badge-outbid {
	background: #facc15 !important;
	border-color: #eab308 !important;
}

.biltmore-my-account .hau-auction-card .hau-auction-stat--price .hau-auction-stat__price-badge.hau-auction-highlight,
.biltmore-my-account .hau-auction-card .hau-auction-stat--price .hau-auction-highlight--outbid {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	min-width: 0 !important;
	min-height: 34px !important;
	margin: 10px auto 0 !important;
	padding: 8px 16px !important;
	background: #fef08a !important;
	border: 1px solid #ca8a04 !important;
	border-radius: 10px !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.06em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	color: #713f12 !important;
	white-space: nowrap !important;
	box-sizing: border-box !important;
}

/* Winner awaiting their win email â€” neutral, never "outbid" */
.biltmore-my-account .hau-auction-card .hau-auction-stat--price-badge-pending,
.biltmore-my-account .hau-auction-card .hau-auction-stat--price.hau-auction-stat--price-badge-pending {
	background: #f1f5f9 !important;
	border-color: #cbd5e1 !important;
}

.biltmore-my-account .hau-auction-card .hau-auction-stat--price .hau-auction-stat__price-badge.hau-auction-highlight--pending {
	background: #e2e8f0 !important;
	border-color: #94a3b8 !important;
	color: #334155 !important;
}

.hau-auction-card .hau-auction-stat--bids .hau-auction-stat__label {
	white-space: nowrap;
	overflow: visible;
	hyphens: none;
	word-break: keep-all;
}

.hau-auction-card .hau-auction-stat--bids .hau-auction-stat__value {
	font-size: 12px !important;
	font-weight: 800;
	color: var(--hau-text, #0a0b0d);
	min-width: 0;
}

.hau-auction-card .hau-auction-stat__value--sealed-bids {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-self: end;
	text-align: center;
	line-height: 1.3;
}

.hau-auction-card .hau-auction-stat__sealed-line {
	display: block;
	white-space: nowrap;
}

.hau-auction-card .hau-auction-stat__value--amount {
	display: block;
	width: 100%;
	text-align: center;
	font-size: clamp(20px, 2.4vw, 24px) !important;
	font-weight: 800;
	line-height: 1.15;
	font-variant-numeric: tabular-nums;
}

.hau-auction-card .hau-auction-stat__value--amount .amount,
.hau-auction-card .hau-auction-stat__value--amount bdi,
.hau-auction-card .hau-auction-stat__value--amount .woocommerce-Price-amount {
	display: inline;
	color: var(--hau-brand);
}

.hau-auction-card .hau-auction-stat--countdown {
	padding-top: 12px;
	padding-bottom: 12px;
}

.hau-auction-card .hau-auction-stat--countdown-ended {
	opacity: 0.92;
}

.hau-auction-card .hau-auction-stat--buy-now {
	display: none !important;
}

.hau-auction-card .hau-auction-stat--buy-now .hau-auction-stat__buy-now-label::before {
	background: var(--hau-brand, #1d4ed8);
}

.hau-auction-card .hau-auction-countdown--ended .countdown_amount {
	color: var(--hau-text-muted) !important;
}

.hau-auction-card .hau-auction-stat__time-label {
	margin-bottom: 4px;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.hau-auction-card .hau-auction-countdown.hasCountdown {
	width: 100%;
	padding: 0;
	overflow: visible;
}

.hau-auction-card .hau-auction-countdown .countdown_row {
	display: flex !important;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.hau-auction-card .hau-auction-countdown .countdown_section {
	display: block !important;
	flex: 1 1 0;
	min-width: 0;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	text-align: center !important;
	width: auto !important;
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.hau-auction-card .hau-auction-countdown .countdown_amount {
	display: inline !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	color: var(--hau-text) !important;
	font-variant-numeric: tabular-nums;
}

.hau-auction-card .hau-auction-countdown .countdown_section br {
	display: inline !important;
}

.hau-auction-card .hau-auction-countdown .countdown_section::after {
	display: none !important;
}

/* Listing cards: days, hours, minutes only (no seconds). */
.hau-auction-card .hau-auction-countdown .countdown_section:nth-child(n + 4) {
	display: none !important;
}

.biltmore-home-about-poc .hau-auction-price-label {
	display: block;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
	margin-bottom: 4px;
}

.biltmore-home-about-poc .hau-auction-price-value {
	font-size: clamp(22px, 2.5vw, 26px) !important;
	font-weight: 700;
	line-height: 1.1;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-auction-price-value .amount,
.biltmore-home-about-poc .hau-auction-price-value bdi {
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-auction-bid-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	text-align: right;
}

.biltmore-home-about-poc .hau-auction-bid-count {
	font-size: var(--hau-fs-sm) !important;
	font-weight: 700;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-auction-bid-status {
	font-size: 12px !important;
	font-weight: 600;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-auction-ends {
	font-size: 12px !important;
	font-weight: 700;
	color: #c47a00;
}

.hau-auction-card .hau-auction-bid-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	padding: 12px 18px !important;
	border: none !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(29, 78, 216, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	-webkit-text-fill-color: #fff !important;
}

.hau-auction-card .hau-auction-bid-btn:hover,
.hau-auction-card .hau-auction-bid-btn:focus-visible {
	background: linear-gradient(135deg, #1a44c2 0%, #3b82f6 100%) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(29, 78, 216, 0.28);
}

.biltmore-home-about-poc .hau-auctions-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 24px;
	text-align: center;
	background: var(--hau-bg);
	border: 1px dashed var(--hau-border);
	border-radius: var(--hau-radius-lg);
}

.biltmore-home-about-poc .hau-auctions-empty p {
	margin: 0 0 16px;
}

.biltmore-home-about-poc .hau-auctions-foot {
	margin-top: 28px;
	text-align: center;
}

/* Section label */
.biltmore-home-about-poc .section-label {
	display: inline-flex;
	padding: 8px 16px;
	background: var(--hau-warm-soft);
	border: 1px solid var(--hau-warm-border);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: var(--hau-fs-xs) !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1d4ed8;
	margin-bottom: 16px;
}

.biltmore-home-about-poc .section-label.accent {
	background: var(--hau-brand-soft);
	border-color: var(--hau-brand-border);
	color: var(--hau-brand);
}

/* Main section */
.biltmore-home-about-poc .hau-section {
	position: relative;
	background: var(--hau-bg-3);
	overflow: hidden;
}

.biltmore-home-about-poc .hau-section-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 45% at 100% 0%, rgba(29, 78, 216, 0.06) 0%, transparent 55%),
		radial-gradient(ellipse 45% 50% at 0% 100%, rgba(59, 130, 246, 0.08) 0%, transparent 55%);
	pointer-events: none;
}

.biltmore-home-about-poc .hau-section-grid-lines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(10, 11, 13, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(10, 11, 13, 0.025) 1px, transparent 1px);
	background-size: 64px 64px;
	pointer-events: none;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 95%);
}

.biltmore-home-about-poc .hau-section > .hau-container {
	position: relative;
	z-index: 1;
}

.biltmore-home-about-poc .hau-head {
	position: relative;
	max-width: 860px;
	margin: 0 auto 52px;
	padding: 12px 16px 0;
	text-align: center;
}

.biltmore-home-about-poc .hau-head::before {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	z-index: 0;
	width: min(100%, 680px);
	height: 220px;
	background:
		radial-gradient(ellipse 75% 70% at 50% 35%, rgba(29, 78, 216, 0.1) 0%, transparent 72%),
		radial-gradient(ellipse 55% 55% at 80% 20%, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
	transform: translateX(-50%);
	pointer-events: none;
}

.biltmore-home-about-poc .hau-title {
	position: relative;
	z-index: 1;
	font-size: var(--hau-fs-hero) !important;
	font-weight: 800 !important;
	line-height: 1.08 !important;
	letter-spacing: -0.045em;
	margin: 0 0 22px;
}

.biltmore-home-about-poc .hau-title .brand-grad {
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 48%, #60a5fa 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 2px 14px rgba(29, 78, 216, 0.14));
}

.biltmore-home-about-poc .hau-lead {
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
	font-size: var(--hau-fs-hero-lead) !important;
	line-height: 1.75 !important;
	font-weight: 400;
	color: #4a5260;
}

/* Two-column layout */
.biltmore-home-about-poc .hau-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 40px;
	align-items: start;
	margin-bottom: 40px;
}

.biltmore-home-about-poc .hau-story p {
	margin: 0 0 16px;
}

.biltmore-home-about-poc .hau-quote {
	margin: 0 0 24px;
	padding: 20px 22px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-left: 4px solid var(--hau-brand);
	border-radius: var(--hau-radius-md);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-quote p {
	margin: 0;
	font-size: var(--hau-fs-base) !important;
	font-weight: 500;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
}

.biltmore-home-about-poc .hau-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: var(--hau-radius-pill);
	font-size: var(--hau-fs-base) !important;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-btn-primary {
	background: var(--hau-text);
	color: #fff !important;
}

.biltmore-home-about-poc .hau-btn-primary:hover {
	background: #222;
	transform: translateY(-1px);
	box-shadow: var(--hau-shadow-md);
}

.biltmore-home-about-poc .hau-btn-secondary {
	background: var(--hau-bg-3);
	color: var(--hau-text) !important;
	border-color: var(--hau-border);
}

.biltmore-home-about-poc .hau-btn-secondary:hover {
	background: var(--hau-bg-2);
}

.biltmore-home-about-poc .hau-btn-lg {
	padding: 16px 28px;
	font-size: var(--hau-fs-md) !important;
}

.biltmore-home-about-poc .hau-trust-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
}

.biltmore-home-about-poc .hau-trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-trust-row i {
	color: var(--hau-brand);
	font-size: 14px;
}

/* Feature cards */
.biltmore-home-about-poc .hau-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.biltmore-home-about-poc .hau-feature-card {
	padding: 22px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	transition: var(--hau-transition);
	display: flex;
	flex-direction: column;
}

.biltmore-home-about-poc .hau-feature-card:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-2px);
}

.biltmore-home-about-poc .hau-feature-card.warm {
	background: linear-gradient(180deg, #fff 0%, rgba(59, 130, 246, 0.04) 100%);
}

.biltmore-home-about-poc .hau-feature-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.biltmore-home-about-poc .hau-feature-badge {
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-feature-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-sm);
	color: var(--hau-brand);
	font-size: 16px;
}

.biltmore-home-about-poc .hau-feature-card.warm .hau-feature-icon {
	background: var(--hau-warm-soft);
	border-color: var(--hau-warm-border);
	color: #1d4ed8;
}

.biltmore-home-about-poc .hau-feature-card h3 {
	font-size: var(--hau-fs-base) !important;
	font-weight: 700 !important;
	margin: 0 0 8px;
}

.biltmore-home-about-poc .hau-feature-card p {
	margin: 0 0 12px;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-feature-tags {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}

.biltmore-home-about-poc .hau-feature-tags span {
	flex: 0 1 auto;
	padding: 5px 12px;
	background: var(--hau-success-soft);
	border: 1px solid var(--hau-success-border);
	border-radius: var(--hau-radius-pill);
	font-size: 11px !important;
	font-weight: 600;
	line-height: 1.25;
	color: var(--hau-success-text);
	text-align: center;
	white-space: nowrap;
}

/* Stats bar */
.biltmore-home-about-poc .hau-stats-wrap {
	margin-top: 8px;
}

.biltmore-home-about-poc .hau-stats-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.biltmore-home-about-poc .hau-stat {
	padding: 24px 20px 22px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	text-align: center;
	transition: border-color var(--hau-transition), box-shadow var(--hau-transition), transform var(--hau-transition);
}

.biltmore-home-about-poc .hau-stat--brand {
	border-top: 3px solid var(--hau-brand);
}

.biltmore-home-about-poc .hau-stat--warm {
	border-top: 3px solid #60a5fa;
}

.biltmore-home-about-poc .hau-stat:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-2px);
}

.biltmore-home-about-poc .hau-stat-value {
	font-size: clamp(26px, 2.8vw, 32px) !important;
	font-weight: 800;
	line-height: 1.05 !important;
	letter-spacing: -0.03em;
	color: var(--hau-text);
	margin: 0 auto 8px;
	text-align: center;
}

.biltmore-home-about-poc .hau-stat--brand .hau-stat-value {
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-stat--warm .hau-stat-value {
	color: #1d4ed8;
}

.biltmore-home-about-poc .hau-stat-label {
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--hau-text-secondary);
	line-height: 1.4 !important;
	text-align: center;
}

.biltmore-home-about-poc .hau-stats-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.biltmore-home-about-poc .hau-stats-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	background: var(--hau-bg-3);
	color: var(--hau-text) !important;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: var(--hau-shadow-sm);
	transition: border-color var(--hau-transition), box-shadow var(--hau-transition), transform var(--hau-transition);
}

.biltmore-home-about-poc .hau-stats-action i {
	font-size: 0.875rem;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-stats-action:hover {
	border-color: var(--hau-border-hover, #d1d5db);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-1px);
	color: var(--hau-text) !important;
}

.biltmore-home-about-poc .hau-stats-action--primary {
	background: var(--hau-grad-brand);
	border-color: transparent;
	color: #fff !important;
	box-shadow: 0 8px 24px rgba(29, 78, 216, 0.22);
}

.biltmore-home-about-poc .hau-stats-action--primary i {
	color: rgba(255, 255, 255, 0.92);
}

.biltmore-home-about-poc .hau-stats-action--primary:hover {
	background: linear-gradient(135deg, #1a44c2 0%, #3b82f6 100%);
	border-color: transparent;
	color: #fff !important;
	box-shadow: 0 12px 32px rgba(29, 78, 216, 0.28);
}

.biltmore-home-about-poc .hau-meta-sep {
	margin: 0 10px;
	color: var(--hau-text-muted);
}

/* Process section */
.biltmore-home-about-poc .hau-process-section {
	position: relative;
	background: var(--hau-bg-2);
	border-top: 1px solid var(--hau-border);
	overflow: hidden;
}

.biltmore-home-about-poc .hau-process-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 40% at 0% 0%, rgba(29, 78, 216, 0.07) 0%, transparent 55%),
		radial-gradient(ellipse 45% 50% at 100% 100%, rgba(59, 130, 246, 0.08) 0%, transparent 55%);
	pointer-events: none;
}

.biltmore-home-about-poc .hau-process-section > .hau-container {
	position: relative;
	z-index: 1;
}

.biltmore-home-about-poc .hau-process-head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.biltmore-home-about-poc .hau-process-title {
	font-size: var(--hau-fs-2xl) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	margin: 0 0 16px;
}

.biltmore-home-about-poc .hau-process-title .brand-grad {
	background: var(--hau-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-lead {
	font-size: var(--hau-fs-md) !important;
	margin: 0;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 28px;
}

.biltmore-home-about-poc .hau-process-card {
	display: flex;
	flex-direction: column;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-md);
	overflow: hidden;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-process-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(10, 11, 13, 0.12);
}

.biltmore-home-about-poc .hau-process-card-header {
	position: relative;
	padding: 24px 22px 22px;
	overflow: hidden;
}

.biltmore-home-about-poc .hau-process-card-header::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.biltmore-home-about-poc .hau-process-num-bg {
	position: absolute;
	right: 8px;
	bottom: -14px;
	font-family: var(--hau-mono);
	font-size: 96px !important;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	pointer-events: none;
	user-select: none;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-num-bg {
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.16), rgba(59, 130, 246, 0.1));
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-num-bg {
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.18), rgba(147, 197, 253, 0.12));
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-num-bg {
	background: linear-gradient(135deg, rgba(10, 11, 13, 0.12), rgba(42, 49, 64, 0.08));
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-header-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biltmore-home-about-poc .hau-process-num {
	font-family: var(--hau-mono);
	font-size: 34px !important;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-num {
	background: linear-gradient(135deg, #1d4ed8, #3b82f6);
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-num {
	background: linear-gradient(135deg, #1d4ed8, #60a5fa);
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-num {
	background: linear-gradient(135deg, #1f2430, #4b5568);
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-card-header {
	background: linear-gradient(180deg, #f4f8ff 0%, #e6eeff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 28px rgba(29, 78, 216, 0.1);
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-card-header::after {
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.1) 0%, rgba(59, 130, 246, 0.06) 100%);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-card-header {
	background: linear-gradient(180deg, #fffbf3 0%, #fff3dc 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 28px rgba(29, 78, 216, 0.1);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-card-header::after {
	background: linear-gradient(135deg, rgba(96, 165, 250, 0.12) 0%, rgba(147, 197, 253, 0.07) 100%);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-card-header {
	background: linear-gradient(180deg, #f4f5f7 0%, #e9ebef 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 28px rgba(10, 11, 13, 0.08);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-card-header::after {
	background: linear-gradient(135deg, rgba(10, 11, 13, 0.07) 0%, rgba(42, 49, 64, 0.04) 100%);
}

.biltmore-home-about-poc .hau-process-icon {
	position: relative;
	z-index: 1;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--hau-radius-md);
	font-size: 21px;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-icon {
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.82), rgba(59, 130, 246, 0.72));
	border: 1px solid rgba(29, 78, 216, 0.18);
	color: #fff;
	box-shadow: 0 8px 22px rgba(29, 78, 216, 0.22), 0 2px 8px rgba(29, 78, 216, 0.12);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-icon {
	background: linear-gradient(135deg, rgba(29, 78, 216, 0.82), rgba(96, 165, 250, 0.72));
	border: 1px solid rgba(29, 78, 216, 0.18);
	color: #fff;
	box-shadow: 0 8px 22px rgba(29, 78, 216, 0.2), 0 2px 8px rgba(96, 165, 250, 0.12);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-icon {
	background: linear-gradient(135deg, rgba(31, 36, 48, 0.92), rgba(42, 49, 64, 0.85));
	border: 1px solid rgba(10, 11, 13, 0.12);
	color: #fff;
	box-shadow: 0 8px 22px rgba(10, 11, 13, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.biltmore-home-about-poc .hau-process-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 22px 22px 24px;
}

.biltmore-home-about-poc .hau-process-stage {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 5px 11px;
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-stage {
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-stage {
	background: var(--hau-warm-soft);
	border: 1px solid var(--hau-warm-border);
	color: #1a44c2;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-stage {
	background: rgba(10, 11, 13, 0.06);
	border: 1px solid rgba(10, 11, 13, 0.12);
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-process-card h3 {
	font-size: var(--hau-fs-md) !important;
	font-weight: 700 !important;
	margin: 0 0 10px;
	line-height: 1.25 !important;
}

.biltmore-home-about-poc .hau-process-card p {
	margin: 0 0 16px;
	font-size: var(--hau-fs-sm) !important;
	flex: 1;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-process-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}

.biltmore-home-about-poc .hau-process-pills span {
	padding: 5px 11px;
	border-radius: var(--hau-radius-pill);
	font-size: 12px !important;
	font-weight: 600;
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-pills span {
	background: rgba(29, 78, 216, 0.08);
	border: 1px solid rgba(29, 78, 216, 0.2);
	color: #1739a8;
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-pills span {
	background: rgba(96, 165, 250, 0.1);
	border: 1px solid rgba(96, 165, 250, 0.28);
	color: #1a44c2;
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-pills span {
	background: rgba(10, 11, 13, 0.05);
	border: 1px solid var(--hau-border);
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-process-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	padding: 12px 18px;
	border-radius: var(--hau-radius-pill);
	font-size: var(--hau-fs-sm) !important;
	font-weight: 700;
	text-decoration: none !important;
	text-align: center;
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-cta {
	background: var(--hau-brand);
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
}

.biltmore-home-about-poc .hau-process-card--brand .hau-process-cta:hover {
	background: #1a44c2;
	transform: translateY(-1px);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-cta {
	background: #1d4ed8;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(29, 78, 216, 0.35);
}

.biltmore-home-about-poc .hau-process-card--amber .hau-process-cta:hover {
	background: #1a44c2;
	transform: translateY(-1px);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-cta {
	background: var(--hau-text);
	color: #fff !important;
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-process-card--dark .hau-process-cta:hover {
	background: #222;
	transform: translateY(-1px);
}

.biltmore-home-about-poc .hau-process-cta i {
	font-size: 12px;
	transition: transform var(--hau-transition);
}

.biltmore-home-about-poc .hau-process-cta:hover i {
	transform: translateX(3px);
}

.biltmore-home-about-poc .hau-process-card--brand:hover {
	border-color: var(--hau-brand-border);
}

.biltmore-home-about-poc .hau-process-card--amber:hover {
	border-color: var(--hau-warm-border);
}

.biltmore-home-about-poc .hau-process-card--dark:hover {
	border-color: rgba(10, 11, 13, 0.2);
}

.biltmore-home-about-poc .hau-delivery-card {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 28px;
	align-items: center;
	padding: 28px 32px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-delivery-eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 12px;
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-delivery-copy h3 {
	font-size: var(--hau-fs-lg) !important;
	font-weight: 700 !important;
	margin: 0 0 10px;
}

.biltmore-home-about-poc .hau-delivery-copy p {
	margin: 0;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-delivery-side {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.biltmore-home-about-poc .hau-delivery-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.biltmore-home-about-poc .hau-delivery-pills span {
	padding: 6px 12px;
	background: var(--hau-bg);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-pill);
	font-size: 12px !important;
	font-weight: 600;
	color: var(--hau-text-secondary);
}

/* Why The Auto Source */
.biltmore-home-about-poc .hau-why-section {
	background: var(--hau-bg-3);
	border-top: 1px solid var(--hau-border);
}

.biltmore-home-about-poc .hau-why-head {
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
}

.biltmore-home-about-poc .hau-why-title {
	font-size: var(--hau-fs-2xl) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	margin: 0;
}

.biltmore-home-about-poc .hau-why-title .brand-grad {
	background: var(--hau-grad-brand);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.biltmore-home-about-poc .hau-why-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.biltmore-home-about-poc .hau-why-card {
	padding: 26px 24px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-lg);
	box-shadow: var(--hau-shadow-sm);
	transition: var(--hau-transition);
}

.biltmore-home-about-poc .hau-why-card:hover {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-md);
	transform: translateY(-2px);
}

.biltmore-home-about-poc .hau-why-card.warm {
	background: linear-gradient(180deg, #fff 0%, rgba(59, 130, 246, 0.04) 100%);
}

.biltmore-home-about-poc .hau-why-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.biltmore-home-about-poc .hau-why-stat {
	font-family: var(--hau-mono);
	font-size: var(--hau-fs-xs) !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-brand);
}

.biltmore-home-about-poc .hau-why-card.warm .hau-why-stat {
	color: #1d4ed8;
}

.biltmore-home-about-poc .hau-why-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hau-brand-soft);
	border: 1px solid var(--hau-brand-border);
	border-radius: var(--hau-radius-md);
	color: var(--hau-brand);
	font-size: 18px;
}

.biltmore-home-about-poc .hau-why-card.warm .hau-why-icon {
	background: var(--hau-warm-soft);
	border-color: var(--hau-warm-border);
	color: #1d4ed8;
}

.biltmore-home-about-poc .hau-why-card h3 {
	font-size: var(--hau-fs-lg) !important;
	font-weight: 700 !important;
	margin: 0 0 10px;
	line-height: 1.25 !important;
}

.biltmore-home-about-poc .hau-why-card p {
	margin: 0 0 16px;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-why-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.biltmore-home-about-poc .hau-why-tags span {
	flex: 0 1 auto;
	padding: 5px 12px;
	background: var(--hau-success-soft);
	border: 1px solid var(--hau-success-border);
	border-radius: var(--hau-radius-pill);
	font-size: 11px !important;
	font-weight: 600;
	line-height: 1.25;
	color: var(--hau-success-text);
	text-align: center;
	white-space: nowrap;
}

/* Closing CTA card */
.biltmore-home-about-poc .hau-cta-section {
	background: linear-gradient(180deg, #f4fbf7 0%, #f4f8ff 100%);
}

.biltmore-home-about-poc .hau-cta-card {
	max-width: 920px;
	margin: 0 auto;
	padding: 48px 40px 40px;
	text-align: center;
	background: var(--hau-bg-3);
	border: 1px solid rgba(10, 11, 13, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(10, 11, 13, 0.08);
}

.biltmore-home-about-poc .hau-cta-eyebrow {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 16px;
	background: rgba(34, 197, 94, 0.1);
	border: 1px solid rgba(34, 197, 94, 0.28);
	border-radius: var(--hau-radius-pill);
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #15803d;
}

.biltmore-home-about-poc .hau-cta-title {
	max-width: 760px;
	margin: 0 auto 16px;
	font-size: clamp(28px, 3.4vw, 40px) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.03em;
}

.biltmore-home-about-poc .hau-cta-lead {
	max-width: 680px;
	margin: 0 auto 24px;
	font-size: var(--hau-fs-md) !important;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-cta-live {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	padding: 12px 18px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-md);
	box-shadow: var(--hau-shadow-sm);
	text-align: left;
}

.biltmore-home-about-poc .hau-cta-live-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 rgba(34, 197, 94, 0.45);
	animation: hau-cta-live-pulse 1.8s ease-in-out infinite;
	flex-shrink: 0;
}

@keyframes hau-cta-live-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.35); }
	50% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
}

.biltmore-home-about-poc .hau-cta-live-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.biltmore-home-about-poc .hau-cta-live-copy strong {
	font-family: var(--hau-mono);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-cta-live-copy span {
	font-size: var(--hau-fs-sm) !important;
	color: var(--hau-text-secondary);
}

.biltmore-home-about-poc .hau-cta-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.biltmore-home-about-poc .hau-cta-stat {
	padding: 18px 14px 16px;
	background: var(--hau-bg-3);
	border: 1px solid var(--hau-border);
	border-radius: var(--hau-radius-md);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-cta-stat--brand {
	border-top: 3px solid var(--hau-brand);
}

.biltmore-home-about-poc .hau-cta-stat--warm {
	border-top: 3px solid #60a5fa;
}

.biltmore-home-about-poc .hau-cta-stat strong {
	display: block;
	margin-bottom: 6px;
	font-size: clamp(24px, 2.5vw, 30px) !important;
	font-weight: 800 !important;
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--hau-text);
}

.biltmore-home-about-poc .hau-cta-stat span {
	display: block;
	font-family: var(--hau-mono);
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 22px;
}

.biltmore-home-about-poc .hau-cta-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 16px;
	font-size: var(--hau-fs-sm) !important;
	font-weight: 600;
	color: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-cta-trust span:not(:last-child)::after,
.biltmore-home-about-poc .hau-cta-trust a:not(:last-child)::after {
	content: "Â·";
	margin-left: 16px;
	opacity: 0.45;
}

.biltmore-home-about-poc .hau-cta-trust a {
	color: var(--hau-text-muted);
	text-decoration: none !important;
}

.biltmore-home-about-poc .hau-cta-trust a:hover {
	color: var(--hau-brand);
}

/* Compare section */
.biltmore-home-about-poc .hau-compare-section {
	background: var(--hau-bg);
	border-top: 1px solid var(--hau-border);
}

.biltmore-home-about-poc .hau-compare-head {
	margin-bottom: 32px;
	text-align: center;
}

.biltmore-home-about-poc .hau-compare-title {
	font-size: var(--hau-fs-lg) !important;
	font-weight: 700 !important;
	margin: 0;
}

.biltmore-home-about-poc .hau-compare-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.biltmore-home-about-poc .hau-compare-card {
	padding: 24px;
	border-radius: var(--hau-radius-lg);
	border: 1px solid var(--hau-border);
	background: var(--hau-bg-3);
}

.biltmore-home-about-poc .hau-compare-card.old {
	opacity: 0.88;
}

.biltmore-home-about-poc .hau-compare-card.new {
	border-color: var(--hau-brand-border);
	box-shadow: var(--hau-shadow-sm);
}

.biltmore-home-about-poc .hau-compare-card h3 {
	font-size: var(--hau-fs-base) !important;
	font-weight: 700 !important;
	margin: 0 0 14px;
}

.biltmore-home-about-poc .hau-compare-card ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.biltmore-home-about-poc .hau-compare-card li {
	position: relative;
	padding: 0 0 10px 18px !important;
	margin: 0 !important;
	font-size: var(--hau-fs-sm) !important;
}

.biltmore-home-about-poc .hau-compare-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hau-text-muted);
}

.biltmore-home-about-poc .hau-compare-card.new li::before {
	background: var(--hau-brand);
}

.biltmore-home-about-poc .hau-compare-card li:last-child {
	padding-bottom: 0 !important;
}

@media (max-width: 991px) {
	.biltmore-home-about-poc .hau-layout {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-stats-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.biltmore-home-about-poc .hau-stats-actions {
		justify-content: flex-start;
	}

	.biltmore-home-about-poc .hau-process-grid {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-auctions-grid {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-feature-tags {
		flex-wrap: wrap;
	}

	.biltmore-home-about-poc .hau-feature-tags span {
		white-space: normal;
	}

	.biltmore-home-about-poc .hau-why-grid {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-delivery-card {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-compare-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.biltmore-home-about-poc,
	.biltmore-home-sections {
		--hau-section-py: 48px;
	}

	.biltmore-home-about-poc .hau-section,
	.biltmore-home-about-poc .hau-auctions-section,
	.biltmore-home-about-poc .hau-process-section,
	.biltmore-home-about-poc .hau-why-section,
	.biltmore-home-about-poc .hau-cta-section {
		padding: var(--hau-section-py) 0;
	}

	.biltmore-home-about-poc .hau-compare-section {
		padding: 48px 0 64px;
	}

	.biltmore-home-about-poc .hau-cta-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.biltmore-home-about-poc .hau-cta-card {
		padding: 36px 22px 28px;
	}

	.biltmore-home-about-poc .hau-auctions-tabs {
		flex-direction: column;
		align-items: stretch;
	}

	.biltmore-home-about-poc .hau-auctions-tab {
		justify-content: center;
	}

	.hau-auction-card .hau-auction-stat {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 8px;
		padding: 9px 12px;
		min-height: 40px;
	}

	.hau-auction-card .hau-auction-stat__value--amount {
		font-size: 18px !important;
	}

	.hau-auction-card .hau-auction-countdown .countdown_amount {
		font-size: 15px !important;
	}

	.biltmore-home-about-poc .hau-features {
		grid-template-columns: 1fr;
	}

	.biltmore-home-about-poc .hau-stats-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.biltmore-home-about-poc .hau-stat {
		padding: 20px 16px 18px;
	}

	.biltmore-home-about-poc .hau-stats-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.biltmore-home-about-poc .hau-actions {
		flex-direction: column;
		align-items: center;
	}

	.biltmore-home-about-poc .hau-cta-actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.biltmore-home-about-poc .hau-cta-actions .hau-btn-lg {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.biltmore-home-about-poc .hau-auction-badge.live::before,
	.biltmore-shop-auctions .hau-auction-badge.live::before,
	.biltmore-home-about-poc .hau-cta-live-dot {
		animation: none !important;
	}

	.biltmore-home-about-poc .hau-process-card,
	.biltmore-home-about-poc .hau-auction-card,
	.biltmore-home-about-poc .hau-feature-card,
	.biltmore-home-about-poc .hau-why-card,
	.biltmore-home-about-poc .hau-btn,
	.biltmore-home-about-poc .hau-process-cta {
		transition: none !important;
	}

	.biltmore-home-about-poc .hau-process-card:hover,
	.biltmore-home-about-poc .hau-auction-card:hover,
	.biltmore-home-about-poc .hau-feature-card:hover {
		transform: none !important;
	}
}
