/* ==========================================================================
   Live Auction — Nashua PAL Core
   ========================================================================== */

/* ==========================================================================
   Hero Section
   ========================================================================== */

.pal-auction-hero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--pal-champ-blue, #11284D);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.pal-auction-hero__overlay {
	position: absolute;
	inset: 0;
	background: none;
	z-index: 1;
}

/* With a background image: semi-transparent overlay so the photo shows through */
.pal-auction-hero--has-bg .pal-auction-hero__overlay {
	background: linear-gradient(180deg, rgba(17,40,77,0.65) 0%, rgba(17,40,77,0.80) 100%);
}

.pal-auction-hero__container {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px;
	text-align: center;
}

.pal-auction-hero__content {
	color: #fff;
}

.pal-auction-hero__eyebrow {
	display: block;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.75rem;
	color: var(--pal-champ-gold, #F2B134);
	margin-bottom: 16px;
}

.pal-auction-hero__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 16px;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.pal-auction-hero__subtitle {
	font-family: 'Dancing Script', 'Great Vibes', cursive;
	font-size: 28px;
	color: var(--pal-champ-gold, #F2B134);
	margin: 0 0 24px;
	font-weight: 400;
}

.pal-auction-hero__desc {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255,255,255,0.85);
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   Auction Packages Grid
   ========================================================================== */

.pal-auction {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
}

.pal-auction__heading {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--pal-champ-gold-dark, #d99c1e);
	text-align: center;
	margin: 0 0 40px;
}

.pal-auction__grid {
	display: grid;
	gap: 28px;
}

.pal-auction__grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.pal-auction__grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.pal-auction__grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.pal-auction__card {
	background: #fff;
	border-radius: var(--pal-champ-radius, 18px);
	box-shadow: var(--pal-champ-shadow, 0 8px 30px rgba(17,40,77,0.10));
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pal-auction__card:hover {
	transform: translateY(-6px);
	box-shadow: var(--pal-champ-shadow-hover, 0 16px 40px rgba(17,40,77,0.18));
}

.pal-auction__card-img-link {
	display: block;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.pal-auction__card-img {
	width: 100%;
	padding-top: 66%;
	background-size: cover;
	background-position: center;
	background-color: #E8EDF3;
	position: relative;
}

.pal-auction__card-zoom {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(17,40,77,0.70);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.25s ease;
	z-index: 2;
}

.pal-auction__card-img-link:hover .pal-auction__card-zoom {
	opacity: 1;
}

.pal-auction__card-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	color: #C4CCD8;
}

.pal-auction__card-body {
	padding: 20px 24px 24px;
}

.pal-auction__card-title {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--pal-champ-text, #1D2433);
	margin: 0 0 6px;
	line-height: 1.3;
}

.pal-auction__card-value {
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--pal-champ-gold-dark, #d99c1e);
	margin-bottom: 8px;
}

.pal-auction__card-desc {
	font-size: 14px;
	line-height: 1.6;
	color: var(--pal-champ-gray, #64748B);
	margin: 0;
}

.pal-auction__footer {
	text-align: center;
	margin-top: 40px;
}

.pal-auction__view-all {
	display: inline-block;
	padding: 14px 36px;
	background: var(--pal-champ-gold, #F2B134);
	color: var(--pal-champ-blue, #11284D);
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-radius: 50px;
	transition: background 0.25s ease, transform 0.25s ease;
}

.pal-auction__view-all:hover {
	background: var(--pal-champ-gold-dark, #d99c1e);
	color: var(--pal-champ-blue, #11284D);
	transform: translateY(-2px);
}

.pal-auction__empty {
	text-align: center;
	color: var(--pal-champ-gray, #64748B);
	padding: 40px 20px;
	font-size: 15px;
}

/* ==========================================================================
   Info Strip
   ========================================================================== */

.pal-auction-info {
	background: var(--pal-champ-light, #F8F9FB);
	padding: 60px 20px;
}

.pal-auction-info__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.pal-auction-info__item {
	text-align: center;
	padding: 24px 16px;
}

.pal-auction-info__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--pal-champ-blue, #11284D);
	color: var(--pal-champ-gold, #F2B134);
	font-size: 24px;
	margin: 0 auto 16px;
}

.pal-auction-info__title {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--pal-champ-text, #1D2433);
	margin: 0 0 10px;
}

.pal-auction-info__desc {
	font-size: 14px;
	line-height: 1.65;
	color: var(--pal-champ-gray, #64748B);
	margin: 0;
}

/* ==========================================================================
   Lightbox
   ========================================================================== */

.pal-auction-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.pal-auction-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.pal-auction-lightbox__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.85);
}

.pal-auction-lightbox__wrap {
	position: relative;
	z-index: 1;
	max-width: 90vw;
	max-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pal-auction-lightbox__img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.pal-auction-lightbox__close {
	position: absolute;
	top: -48px;
	right: -10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--pal-champ-blue, #11284D);
	border: 2px solid var(--pal-champ-gold, #F2B134);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
}

.pal-auction-lightbox__close:hover {
	background: var(--pal-champ-gold, #F2B134);
	color: var(--pal-champ-blue, #11284D);
	transform: scale(1.1);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {
	.pal-auction__grid--cols-3,
	.pal-auction__grid--cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.pal-auction-hero__title {
		font-size: 42px;
	}
	.pal-auction-hero__subtitle {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.pal-auction__grid--cols-2,
	.pal-auction__grid--cols-3,
	.pal-auction__grid--cols-4 {
		grid-template-columns: 1fr;
	}
	.pal-auction-info__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.pal-auction-hero__title {
		font-size: 32px;
	}
	.pal-auction-hero__subtitle {
		font-size: 20px;
	}
	.pal-auction-hero__container {
		padding: 40px 16px;
	}
	.pal-auction {
		padding: 40px 16px;
	}
}
