/*
 * Dynamic WooCommerce catalogue based on the uploaded products.html design.
 */

body.dr-shop-catalog,
body.dr-product-archive {
	background:
		radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.76) 0, rgba(255, 255, 255, 0) 30%),
		linear-gradient(180deg, #faf6ed 0%, #f1e7d6 46%, #fbf8f0 100%);
}

body.dr-shop-catalog .dr-commerce-main--catalog,
body.dr-product-archive .dr-commerce-main--catalog {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-top: calc(var(--announce-height, 42px) + 88px);
}

body.admin-bar.dr-shop-catalog .dr-commerce-main--catalog,
body.admin-bar.dr-product-archive .dr-commerce-main--catalog {
	padding-top: calc(var(--announce-height, 42px) + 120px);
}

.dr-catalog-page {
	--dr-catalog-dark: #2f2a22;
	--dr-catalog-muted: #8a734b;
	--dr-catalog-blue: #315f86;
	--dr-catalog-blue-dark: #294f70;
	--dr-catalog-cream: #faf6ed;
	color: var(--dr-catalog-dark);
	font-family: var(--sans);
	font-weight: 300;
	overflow: clip;
}

.dr-catalog-page *,
.dr-catalog-page *::before,
.dr-catalog-page *::after {
	box-sizing: border-box;
}

.dr-catalog-container {
	width: min(1240px, calc(100% - 40px));
	margin-inline: auto;
}

.dr-catalog-page a {
	color: inherit;
	text-decoration: none;
}

.dr-catalog-page ul.products,
.woocommerce .dr-catalog-page ul.products {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dr-catalog-page ul.products::before,
.dr-catalog-page ul.products::after {
	display: none;
	content: none;
}

.dr-catalog-hero {
	padding: 64px 0 34px;
	text-align: center;
}

.dr-catalog-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--dr-catalog-blue);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.dr-catalog-eyebrow::before,
.dr-catalog-eyebrow::after {
	width: 24px;
	height: 1px;
	background: currentColor;
	content: "";
}

.dr-catalog-hero-title {
	margin: 0;
	color: var(--dr-catalog-dark);
	font-family: var(--serif);
	font-size: clamp(56px, 9vw, 112px);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 0.9;
}

.dr-catalog-hero-title em {
	display: block;
	color: var(--dr-catalog-blue);
	font-style: italic;
}

.dr-catalog-hero-copy {
	max-width: 640px;
	margin: 24px auto 0;
	color: rgba(47, 42, 34, 0.64);
	font-size: 15px;
	line-height: 1.85;
}

.dr-catalog-category-nav {
	position: sticky;
	top: 88px;
	z-index: 120;
	padding: 12px 0;
	background: rgba(250, 246, 237, 0.82);
	border-block: 1px solid rgba(138, 115, 75, 0.12);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

body.admin-bar .dr-catalog-category-nav {
	top: 120px;
}

.dr-catalog-category-nav__inner {
	display: flex;
	justify-content: center;
	gap: 10px;
	overflow-x: auto;
	scrollbar-width: none;
}

.dr-catalog-category-nav__inner::-webkit-scrollbar {
	display: none;
}

.dr-catalog-category-chip {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid rgba(138, 115, 75, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	color: rgba(47, 42, 34, 0.74);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dr-catalog-category-chip:hover,
.dr-catalog-category-chip:focus-visible,
.dr-catalog-category-chip.is-active {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(49, 95, 134, 0.34);
	color: var(--dr-catalog-blue);
	outline: none;
}

.dr-catalog-section {
	padding: 64px 0 14px;
	scroll-margin-top: 148px;
}

.dr-catalog-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.dr-catalog-section-kicker {
	margin-bottom: 10px;
	color: var(--dr-catalog-blue);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.dr-catalog-section-title {
	margin: 0;
	color: var(--dr-catalog-dark);
	font-family: var(--serif);
	font-size: clamp(38px, 6vw, 64px);
	font-weight: 300;
	line-height: 1;
}

.dr-catalog-section-title em {
	color: var(--dr-catalog-blue);
	font-style: italic;
}

.dr-catalog-section-copy {
	max-width: 430px;
	margin: 0;
	color: rgba(47, 42, 34, 0.58);
	font-size: 13px;
	line-height: 1.8;
}

.dr-catalog-slider-hint {
	display: none;
	color: rgba(47, 42, 34, 0.46);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dr-catalog-grid,
.woocommerce .dr-catalog-grid,
.woocommerce-page .dr-catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.dr-catalog-grid--3,
.woocommerce .dr-catalog-grid--3,
.woocommerce-page .dr-catalog-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dr-catalog-product-card,
.woocommerce ul.products li.product.dr-catalog-product-card,
.woocommerce-page ul.products li.product.dr-catalog-product-card {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.dr-catalog-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.44);
	border: 1px solid rgba(184, 155, 104, 0.16);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(87, 69, 43, 0.06);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dr-catalog-card:hover {
	transform: translateY(-4px);
	border-color: rgba(49, 95, 134, 0.2);
	box-shadow: 0 22px 44px rgba(87, 69, 43, 0.1);
}

.dr-catalog-card__media {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
	background: transparent;
}

.dr-catalog-card__image,
.woocommerce ul.products li.product .dr-catalog-card__image {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	object-fit: initial;
	filter: none;
	transition: transform 300ms ease;
}

.dr-catalog-card:hover .dr-catalog-card__image {
	transform: scale(1.025);
}

.dr-catalog-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 7px 11px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(49, 95, 134, 0.16);
	border-radius: 999px;
	color: var(--dr-catalog-blue);
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.dr-catalog-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.dr-catalog-card__series {
	margin-bottom: 8px;
	color: var(--dr-catalog-muted);
	font-size: 9.5px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dr-catalog-card__name,
.woocommerce ul.products li.product .dr-catalog-card__name {
	margin: 0;
	padding: 0;
	color: var(--dr-catalog-dark);
	font-family: var(--serif);
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
}

.dr-catalog-card__name a:hover {
	color: var(--dr-catalog-blue);
}

.dr-catalog-card__tagline {
	margin-top: 8px;
	color: var(--dr-catalog-blue);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.dr-catalog-card__description {
	margin: 14px 0 0;
	color: rgba(47, 42, 34, 0.62);
	font-size: 13px;
	line-height: 1.72;
}

.dr-catalog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
}

.dr-catalog-card__meta span {
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(138, 115, 75, 0.13);
	border-radius: 999px;
	color: rgba(47, 42, 34, 0.58);
	font-size: 10.5px;
	line-height: 1.25;
}

.dr-catalog-card__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 22px;
}

.dr-catalog-card__price,
.woocommerce ul.products li.product .dr-catalog-card__price,
.woocommerce ul.products li.product .dr-catalog-card__price .amount {
	color: var(--dr-catalog-dark);
	font-size: 13px;
	font-weight: 500;
}

.dr-catalog-card__price del {
	margin-right: 4px;
	color: rgba(47, 42, 34, 0.42);
	font-weight: 300;
	opacity: 1;
}

.dr-catalog-card__price ins {
	background: transparent;
	text-decoration: none;
}

.dr-catalog-price-prefix {
	font-weight: 400;
}

.dr-catalog-card__link,
.woocommerce ul.products li.product .dr-catalog-card__link,
.woocommerce-page ul.products li.product .dr-catalog-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	background: var(--dr-catalog-blue);
	border-radius: 999px;
	color: #fff;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.dr-catalog-card__link:hover,
.dr-catalog-card__link:focus-visible {
	background: var(--dr-catalog-blue-dark);
	color: #fff;
	outline: none;
}

.dr-catalog-empty {
	padding: 42px 28px;
	background: rgba(255, 255, 255, 0.42);
	border: 1px dashed rgba(138, 115, 75, 0.24);
	border-radius: 8px;
	text-align: center;
}

.dr-catalog-empty h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: 30px;
	font-weight: 300;
}

.dr-catalog-empty p {
	margin: 10px 0 0;
	color: rgba(47, 42, 34, 0.6);
	font-size: 13px;
}

.dr-catalog-empty a {
	display: inline-block;
	margin-top: 14px;
	color: var(--dr-catalog-blue);
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.dr-catalog-consult-wrap {
	padding: 0 0 18px;
}

.dr-catalog-consult {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 24px;
	margin: 66px auto 0;
	padding: 34px;
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(184, 155, 104, 0.16);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(87, 69, 43, 0.06);
}

.dr-catalog-consult__title {
	margin: 0;
	font-family: var(--serif);
	font-size: 36px;
	font-weight: 300;
	line-height: 1.08;
}

.dr-catalog-consult__title em {
	color: var(--dr-catalog-blue);
	font-style: italic;
}

.dr-catalog-consult__copy {
	max-width: 620px;
	margin: 10px 0 0;
	color: rgba(47, 42, 34, 0.62);
	font-size: 13.5px;
	line-height: 1.8;
}

.dr-catalog-consult__actions {
	display: flex;
	gap: 10px;
}

.dr-catalog-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	background: var(--dr-catalog-blue);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(49, 95, 134, 0.16);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	white-space: nowrap;
}

.dr-catalog-button:hover,
.dr-catalog-button:focus-visible {
	background: var(--dr-catalog-blue-dark);
	color: #fff;
	outline: none;
}

.dr-catalog-button--ghost {
	background: rgba(255, 255, 255, 0.38);
	border: 1px solid rgba(138, 115, 75, 0.22);
	box-shadow: none;
	color: rgba(47, 42, 34, 0.78);
}

.dr-catalog-button--ghost:hover,
.dr-catalog-button--ghost:focus-visible {
	background: #fff;
	color: var(--dr-catalog-blue);
}

/* Product category, tag, and search archives. */
.dr-catalog-hero--archive {
	padding-bottom: 46px;
}

.dr-catalog-hero--archive .dr-catalog-hero-title {
	font-size: clamp(52px, 8vw, 92px);
}

.dr-catalog-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: var(--dr-catalog-blue);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dr-catalog-archive-results {
	padding: 0 0 72px;
}

.dr-catalog-archive-results .woocommerce-result-count {
	margin: 12px 0 24px;
	color: rgba(47, 42, 34, 0.58);
	font-size: 12px;
}

.dr-catalog-archive-results .woocommerce-ordering {
	margin: 0 0 24px;
}

.dr-catalog-archive-results .woocommerce-ordering select {
	min-width: 220px;
	padding-inline: 14px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(138, 115, 75, 0.18);
	border-radius: 999px;
	font-size: 12px;
}

.dr-catalog-archive-results ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	clear: both;
}

.dr-catalog-archive-results nav.woocommerce-pagination {
	margin-top: 42px;
}

.dr-catalog-archive-results nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	border: 0;
}

.dr-catalog-archive-results nav.woocommerce-pagination ul li {
	border: 0;
}

.dr-catalog-archive-results nav.woocommerce-pagination ul li a,
.dr-catalog-archive-results nav.woocommerce-pagination ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(138, 115, 75, 0.16);
	border-radius: 50%;
	color: var(--dr-catalog-dark);
}

.dr-catalog-archive-results nav.woocommerce-pagination ul li span.current,
.dr-catalog-archive-results nav.woocommerce-pagination ul li a:hover {
	background: var(--dr-catalog-blue);
	color: #fff;
}

.dr-catalog-page .woocommerce-info,
.dr-catalog-page .woocommerce-message,
.dr-catalog-page .woocommerce-error {
	width: min(1240px, calc(100% - 40px));
	margin: 18px auto 0;
}

@media (max-width: 1020px) {
	.dr-catalog-grid,
	.dr-catalog-grid--3,
	.woocommerce .dr-catalog-grid,
	.woocommerce .dr-catalog-grid--3,
	.dr-catalog-archive-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dr-catalog-consult {
		grid-template-columns: 1fr;
	}

	.dr-catalog-consult__actions {
		flex-wrap: wrap;
	}
}

@media (max-width: 782px) {
	body.admin-bar .dr-catalog-category-nav {
		top: 122px;
	}
}

@media (max-width: 760px) {
	body.dr-shop-catalog .dr-commerce-main--catalog,
	body.dr-product-archive .dr-commerce-main--catalog {
		padding-top: calc(var(--announce-height, 42px) + 76px);
	}

	body.admin-bar.dr-shop-catalog .dr-commerce-main--catalog,
	body.admin-bar.dr-product-archive .dr-commerce-main--catalog {
		padding-top: calc(var(--announce-height, 42px) + 122px);
	}

	.dr-catalog-container {
		width: 100%;
	}

	.dr-catalog-hero {
		padding: 44px 20px 28px;
	}

	.dr-catalog-hero-title {
		font-size: clamp(54px, 16vw, 76px);
	}

	.dr-catalog-category-nav {
		top: 76px;
	}

	body.admin-bar .dr-catalog-category-nav {
		top: 122px;
	}

	.dr-catalog-category-nav__inner {
		justify-content: flex-start;
		padding: 0 18px;
	}

	.dr-catalog-section {
		padding: 46px 0 0;
		scroll-margin-top: 132px;
	}

	.dr-catalog-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		padding: 0 20px;
	}

	.dr-catalog-section-copy {
		max-width: none;
	}

	.dr-catalog-grid,
	.dr-catalog-grid--3,
	.woocommerce .dr-catalog-grid,
	.woocommerce .dr-catalog-grid--3 {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 0 18px 20px;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 18px;
		scrollbar-width: none;
	}

	.dr-catalog-grid::-webkit-scrollbar {
		display: none;
	}

	.dr-catalog-product-card,
	.woocommerce ul.products li.product.dr-catalog-product-card,
	.woocommerce-page ul.products li.product.dr-catalog-product-card {
		flex: 0 0 min(82vw, 360px);
		scroll-snap-align: start;
	}

	.dr-catalog-grid > .dr-catalog-product-card:only-child,
	.woocommerce .dr-catalog-grid > li.product.dr-catalog-product-card:only-child,
	.woocommerce-page .dr-catalog-grid > li.product.dr-catalog-product-card:only-child {
		margin-inline: auto;
		scroll-snap-align: center;
	}


	.dr-catalog-card__body {
		padding: 18px;
	}

	.dr-catalog-card__name,
	.woocommerce ul.products li.product .dr-catalog-card__name {
		font-size: 30px;
	}

	.dr-catalog-card__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.dr-catalog-card__link {
		width: 100%;
	}

	.dr-catalog-empty {
		margin: 0 18px;
	}

	.dr-catalog-consult {
		margin: 44px 18px 0;
		padding: 24px 20px;
	}

	.dr-catalog-consult__title {
		font-size: 30px;
	}

	.dr-catalog-consult__actions {
		flex-direction: column;
	}

	.dr-catalog-button {
		width: 100%;
	}

	.dr-catalog-archive-results {
		padding-inline: 18px;
	}

	.dr-catalog-archive-results ul.products {
		grid-template-columns: 1fr;
	}

	.dr-catalog-archive-results .dr-catalog-product-card {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dr-catalog-card,
	.dr-catalog-card__image,
	.dr-catalog-category-chip {
		transition: none;
	}

	.dr-catalog-card:hover,
	.dr-catalog-card:hover .dr-catalog-card__image {
		transform: none;
	}
}

/* Phase 10.1: simplified product cards and category-derived series badge. */
.dr-catalog-card__body {
	padding: 18px 20px 20px;
}

.dr-catalog-card__series {
	align-self: flex-start;
	margin: 0 0 10px;
	padding: 6px 10px;
	border: 1px solid rgba(49, 95, 134, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--dr-catalog-blue);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.dr-catalog-card__series a:hover,
.dr-catalog-card__series a:focus-visible {
	color: var(--dr-catalog-blue-dark);
	outline: none;
}

.dr-catalog-card__name,
.woocommerce ul.products li.product .dr-catalog-card__name {
	font-size: clamp(24px, 2.25vw, 30px);
	line-height: 1.08;
}

.dr-catalog-card__bottom {
	padding-top: 20px;
}

@media (max-width: 760px) {
	.dr-catalog-card__body {
		padding: 17px;
	}

	.dr-catalog-card__name,
	.woocommerce ul.products li.product .dr-catalog-card__name {
		font-size: 27px;
	}
}
