/**
 * Stylesheet: Beemo Product Catalog
 * Version: 3.1
 * Date: 2026-08-27
 * Usage: Enqueued automatically by Beemo Structured Data.
 * Description: Applies the Beemo 2026 visual system to dynamic catalog blocks.
 */

.beemo-catalog {
	--beemo-blue: #0080c3;
	--beemo-navy: #173f63;
	--beemo-mist: #eaf0f8;
	--beemo-ink: #253443;
	--beemo-white: #ffffff;
	color: var(--beemo-ink);
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin: 2rem auto;
	max-width: 1200px;
}

.beemo-catalog__header {
	border-left: 5px solid var(--beemo-blue);
	margin-bottom: 1.5rem;
	padding: .25rem 0 .25rem 1.25rem;
}

.beemo-catalog__eyebrow {
	color: var(--beemo-blue);
	font-family: Montserrat, Arial, sans-serif;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .04em;
	margin: 0 0 .35rem;
	text-transform: uppercase;
}

.beemo-catalog__title {
	color: var(--beemo-navy);
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 .75rem;
}

.beemo-catalog__description {
	margin: 0;
	max-width: 75ch;
}

.beemo-catalog__table-wrap {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 1.5rem 0;
	overflow-x: auto;
}

.beemo-catalog__table {
	background: var(--beemo-white);
	border: 0;
	border-collapse: collapse;
	color: var(--beemo-ink);
	font-family: Roboto, Arial, sans-serif;
	font-size: 1rem;
	margin: 0;
	min-width: 100%;
	width: 100%;
}

.beemo-catalog__table caption {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.beemo-catalog__table th,
.beemo-catalog__table td {
	border: 0;
	border-bottom: 2px solid var(--beemo-white);
	padding: 1rem 1.15rem;
	text-align: left;
	vertical-align: middle;
}

.beemo-catalog__table thead th {
	background: #d5d6d7;
	border-bottom: 3px solid var(--beemo-white);
	color: var(--beemo-ink);
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
	white-space: nowrap;
}

.beemo-catalog__table tbody th {
	color: var(--beemo-ink);
	font-family: Roboto, Arial, sans-serif;
	font-weight: 700;
}

.beemo-catalog__table tbody tr {
	background: #e2e3e4;
}

.beemo-catalog__table tbody tr:nth-child(even) {
	background: #d9dadb;
}

.beemo-catalog__table tbody tr:last-child th,
.beemo-catalog__table tbody tr:last-child td {
	border-bottom: 0;
}

.beemo-catalog__table--properties tbody th {
	width: 35%;
}

.beemo-catalog__table--variants {
	font-size: .92rem;
	min-width: 1250px;
}

.beemo-catalog__table--family {
	font-size: 1rem;
	line-height: 1.5;
	min-width: 0;
}

.beemo-catalog__table--family tbody th {
	width: 30%;
}

.beemo-catalog__table--family {
	border: 0 !important;
}

.beemo-catalog__table--family tbody tr {
	background: #dedede !important;
}

.beemo-catalog__table--family tbody tr:nth-child(even) {
	background: #ededed !important;
}

.beemo-catalog__table--family th,
.beemo-catalog__table--family td {
	background: transparent !important;
	border: 0 !important;
	padding: 1rem 1.1rem;
	vertical-align: top;
}

.beemo-catalog__table--family tbody tr:not(:last-child) > th,
.beemo-catalog__table--family tbody tr:not(:last-child) > td {
	border-bottom: 2px solid #ffffff !important;
}

.beemo-catalog__table--family tbody th + td {
	border-left: 2px solid #ffffff !important;
}

.beemo-catalog__family-line {
	display: block;
	margin-bottom: .55rem;
}

.beemo-catalog__family-line:last-child {
	margin-bottom: 0;
}

.beemo-catalog__updated {
	color: #536779;
	font-size: .875rem;
	margin: .75rem 0 0;
}

.beemo-catalog--highlights,
.beemo-catalog--features,
.beemo-catalog--compatibility {
	margin-bottom: 0;
	margin-top: 0;
}

.beemo-catalog__highlights {
	display: grid;
	column-gap: 4.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 2.1rem;
}

.beemo-catalog__highlight {
	align-items: flex-start;
	background: transparent;
	border: 0;
	display: grid;
	gap: 1rem;
	grid-template-columns: 4rem minmax(0, 1fr);
	padding: 0;
}

.beemo-catalog__highlight-icon {
	color: var(--beemo-blue);
	display: block;
	line-height: 0;
	padding-top: .1rem;
}

.beemo-catalog__highlight-icon svg {
	display: block;
	height: 2.5rem;
	max-width: 2.5rem;
	object-fit: contain;
	width: 2.5rem;
}

.beemo-catalog__highlight h3,
.beemo-catalog__compatibility-group h3 {
	color: #353535;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 .55rem;
}

.beemo-catalog__highlight p {
	color: #8a8a8a;
	font-family: Roboto, Arial, sans-serif;
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0;
}

.beemo-catalog__features {
	display: grid;
	gap: .75rem 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.beemo-catalog__features li {
	background: var(--beemo-mist);
	border-left: 4px solid var(--beemo-blue);
	border-radius: 4px;
	font-weight: 500;
	padding: .85rem 1rem;
}

.beemo-catalog__compatibility {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.beemo-catalog__compatibility-group {
	background: var(--beemo-white);
	border: 1px solid #d6e1ec;
	border-radius: 8px;
	padding: 1.25rem;
}

.beemo-catalog__compatibility-group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.beemo-catalog__compatibility-group li {
	border-top: 1px solid var(--beemo-mist);
	padding: .55rem 0 .55rem 1rem;
	position: relative;
}

.beemo-catalog__compatibility-group li::before {
	background: var(--beemo-blue);
	border-radius: 50%;
	content: '';
	height: .38rem;
	left: 0;
	position: absolute;
	top: 1.08rem;
	width: .38rem;
}

.beemo-catalog__compatibility-group li:first-child {
	border-top: 0;
}

.beemo-certifications {
	display: grid;
	font-family: Roboto, Arial, sans-serif;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin: 1.5rem 0;
}

.beemo-certification {
	align-items: center;
	background: #eaf0f8;
	border-radius: 10px;
	display: flex;
	gap: 1rem;
	padding: 1rem;
}

.beemo-certification img {
	height: auto;
	max-width: 90px;
}

.beemo-certification h3 {
	color: #173f63;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 1.05rem;
	margin: 0 0 .35rem;
}

.beemo-certification p {
	color: #253443;
	font-size: .95rem;
	margin: 0;
}

@media (max-width: 720px) {
	.beemo-catalog__highlights,
	.beemo-catalog__features,
	.beemo-catalog__compatibility {
		grid-template-columns: 1fr;
	}

	.beemo-catalog__table--properties,
	.beemo-catalog__table--properties tbody,
	.beemo-catalog__table--properties tr,
	.beemo-catalog__table--properties th,
	.beemo-catalog__table--properties td {
		display: block;
		width: 100%;
	}

	.beemo-catalog__table--properties thead {
		display: none;
	}

	.beemo-catalog__table--properties tbody th {
		background: #173f63;
		color: #ffffff;
		padding-bottom: .6rem;
	}

	.beemo-catalog__table--properties tbody td {
		background: #ffffff;
	}
}
