.pt4w-skip-link {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	transform: translateY(-150%);
	border-radius: 6px;
	background: #111827;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.pt4w-skip-link:focus,
.pt4w-skip-link:focus-visible {
	transform: translateY(0);
	color: #fff;
}

.pt4w-product-detail a:focus-visible,
.pt4w-taxonomy-archive a:focus-visible,
.pt4w-skip-link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.pt4w-product-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.25rem;
	margin: 1.5rem 0;
}

.pt4w-product-list--empty {
	display: block;
	padding: 1rem;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	color: #555;
	background: #f7f7f7;
}

.pt4w-product-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #fff;
}

.pt4w-product-card__title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.3;
}

.pt4w-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.pt4w-product-card__title a:hover,
.pt4w-product-card__title a:focus {
	text-decoration: underline;
}

.pt4w-product-card__brand {
	color: #666;
	font-size: 0.875rem;
	font-weight: 600;
}

.pt4w-product-card__description {
	margin: 0;
	color: #333;
	line-height: 1.5;
}

.pt4w-product-card__rating {
	font-weight: 700;
}

.pt4w-product-card__link {
	align-self: flex-start;
	margin-top: auto;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	background: #1f2937;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.pt4w-product-card__link:hover,
.pt4w-product-card__link:focus {
	background: #111827;
	color: #fff;
}

.pt4w-comparison-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.25rem;
	margin: 1.5rem 0;
}

.pt4w-comparison-list--empty {
	display: block;
	padding: 1rem;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	color: #555;
	background: #f7f7f7;
}

.pt4w-comparison-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #fff;
}

.pt4w-comparison-card__title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.3;
}

.pt4w-comparison-card__title a {
	color: inherit;
	text-decoration: none;
}

.pt4w-comparison-card__title a:hover,
.pt4w-comparison-card__title a:focus {
	text-decoration: underline;
}

.pt4w-comparison-card__summary {
	margin: 0;
	color: #333;
	line-height: 1.5;
}

.pt4w-comparison-card__verdict {
	padding-left: 0.75rem;
	border-left: 3px solid #2563eb;
	color: #111827;
	font-weight: 700;
}

.pt4w-comparison-card__last-review {
	color: #666;
	font-size: 0.875rem;
}

.pt4w-comparison-card__last-review-label {
	font-weight: 700;
}

.pt4w-comparison-card__link {
	align-self: flex-start;
	margin-top: auto;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	background: #1f2937;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.pt4w-comparison-card__link:hover,
.pt4w-comparison-card__link:focus {
	background: #111827;
	color: #fff;
}

.pt4w-guide-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.25rem;
	margin: 1.5rem 0;
}

.pt4w-guide-list--empty {
	display: block;
	padding: 1rem;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	color: #555;
	background: #f7f7f7;
}

.pt4w-guide-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1rem;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #fff;
}

.pt4w-guide-card__title {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.3;
}

.pt4w-guide-card__title a {
	color: inherit;
	text-decoration: none;
}

.pt4w-guide-card__title a:hover,
.pt4w-guide-card__title a:focus {
	text-decoration: underline;
}

.pt4w-guide-card__meta,
.pt4w-guide-card__last-review {
	color: #666;
	font-size: 0.875rem;
}

.pt4w-guide-card__meta-label,
.pt4w-guide-card__last-review-label {
	font-weight: 700;
}

.pt4w-guide-card__link {
	align-self: flex-start;
	margin-top: auto;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	background: #1f2937;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.pt4w-guide-card__link:hover,
.pt4w-guide-card__link:focus {
	background: #111827;
	color: #fff;
}

.pt4w-breadcrumbs {
	margin-bottom: 1rem;
	color: #4b5563;
	font-size: 0.875rem;
}

.pt4w-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pt4w-breadcrumbs__item:not(:last-child)::after {
	margin-left: 0.35rem;
	color: #9ca3af;
	content: "/";
}

.pt4w-breadcrumbs__link {
	color: #1d4ed8;
	font-weight: 600;
	text-decoration: none;
}

.pt4w-breadcrumbs__link:hover,
.pt4w-breadcrumbs__link:focus {
	text-decoration: underline;
}

.pt4w-breadcrumbs__current {
	color: #4b5563;
}

.previous-next-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.previous-card,
.next-card {
	display: block;
	padding: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #fff;
	color: #111827;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.previous-card:hover,
.previous-card:focus,
.next-card:hover,
.next-card:focus {
	text-decoration: underline;
}

.next-card {
	text-align: right;
}

.previous-card__label,
.next-card__label {
	display: block;
	margin-bottom: 0.25rem;
	color: #4b5563;
	font-size: 0.8rem;
	text-transform: uppercase;
}

.previous-card__title,
.next-card__title {
	display: block;
}

.editorial-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin-top: 1rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid #e5e7eb;
	color: #4b5563;
	font-size: 0.875rem;
}

.editorial-meta__item {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	align-items: baseline;
}

.editorial-meta__label {
	font-weight: 700;
}

.editorial-meta__value {
	color: #111827;
}

.reading-time {
	display: inline-flex;
	max-width: 100%;
	margin-top: 0.75rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	background: #f9fafb;
	color: #374151;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}

.reading-time__value {
	overflow-wrap: anywhere;
}

.table-of-contents {
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #f9fafb;
}

.table-of-contents__title {
	margin: 0 0 0.75rem;
	color: #111827;
	font-size: 1rem;
	line-height: 1.4;
}

.table-of-contents__list {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding-left: 1.25rem;
}

.table-of-contents__item {
	color: #4b5563;
	line-height: 1.4;
}

.table-of-contents__item--level-2 {
	margin-left: 0;
}

.table-of-contents__item--level-3 {
	margin-left: 1rem;
}

.table-of-contents__link {
	color: #1f2937;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.table-of-contents__link:hover,
.table-of-contents__link:focus {
	color: #111827;
	text-decoration: underline;
}

.author-profile {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #f9fafb;
}

.author-profile__avatar {
	flex: 0 0 auto;
}

.author-profile__avatar img {
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 999px;
	object-fit: cover;
}

.author-profile__content {
	min-width: 0;
}

.author-profile__eyebrow {
	margin-bottom: 0.25rem;
	color: #6b7280;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.author-profile__name {
	margin: 0;
	color: #111827;
	font-size: 1.125rem;
	line-height: 1.3;
}

.author-profile__role {
	margin-top: 0.25rem;
	color: #374151;
	font-size: 0.875rem;
	font-weight: 700;
}

.author-profile__bio {
	margin: 0.75rem 0 0;
	color: #4b5563;
	line-height: 1.6;
}

.pt4w-taxonomy-archive {
	max-width: 960px;
	margin: 2rem auto;
	padding: 1.5rem;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #fff;
}

.pt4w-taxonomy-archive__header {
	margin-top: 1rem;
}

.pt4w-taxonomy-archive__title {
	margin: 0;
	color: #111827;
	font-size: 2rem;
	line-height: 1.2;
}

.pt4w-taxonomy-archive__description {
	margin-top: 1rem;
	color: #374151;
	line-height: 1.7;
}

.pt4w-taxonomy-archive__description > *:first-child {
	margin-top: 0;
}

.pt4w-taxonomy-archive__description > *:last-child {
	margin-bottom: 0;
}

.pt4w-taxonomy-archive__count {
	margin-top: 1rem;
	color: #4b5563;
	font-size: 0.875rem;
	font-weight: 700;
}

.pt4w-taxonomy-archive__products {
	margin-top: 1.5rem;
}

.pt4w-taxonomy-archive__empty {
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #f9fafb;
	color: #4b5563;
}

.featured-image {
	margin: 1.5rem 0;
}

.featured-image__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.editorial-cta {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #f9fafb;
}

.editorial-cta--default {
	background: #f9fafb;
}

.editorial-cta--highlight {
	border-color: #9ca3af;
	background: #f3f4f6;
}

.editorial-cta--subtle {
	border-color: #e5e7eb;
	background: #fff;
}

.editorial-cta__content {
	min-width: 0;
}

.editorial-cta__eyebrow {
	margin-bottom: 0.25rem;
	color: #6b7280;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.editorial-cta__title {
	margin: 0;
	color: #111827;
	font-size: 1.25rem;
	line-height: 1.3;
}

.editorial-cta__description {
	margin: 0.5rem 0 0;
	color: #4b5563;
	line-height: 1.6;
}

.editorial-cta__action {
	flex: 0 0 auto;
}

.editorial-cta__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 0.85rem;
	border: 1px solid #111827;
	border-radius: 6px;
	background: #111827;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.editorial-cta__link:hover,
.editorial-cta__link:focus {
	background: #374151;
	color: #fff;
	text-decoration: none;
}

.pt4w-product-detail {
	max-width: 860px;
	margin: 2rem auto;
	padding: 1.5rem;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #fff;
	color: #1f2937;
	line-height: 1.6;
}

.pt4w-product-detail__header {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.pt4w-product-detail__title {
	margin: 0;
	color: #111827;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.2;
}

.pt4w-product-detail__brand {
	margin-top: 0.5rem;
	color: #4b5563;
	font-size: 0.95rem;
	font-weight: 700;
}

.pt4w-product-detail__summary,
.pt4w-specifications {
	margin-top: 1.5rem;
	padding: 1.25rem;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #f9fafb;
}

.pt4w-product-detail__description {
	margin: 0;
	color: #374151;
	font-size: 1.05rem;
}

.pt4w-product-detail__meta,
.pt4w-specifications__item {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.75rem 0;
	border-bottom: 1px solid #e5e7eb;
}

.pt4w-product-detail__meta:last-child,
.pt4w-specifications__item:last-child {
	border-bottom: 0;
}

.pt4w-product-detail__meta-label,
.pt4w-specifications__label {
	color: #4b5563;
	font-weight: 700;
}

.pt4w-product-detail__meta-value,
.pt4w-specifications__value {
	color: #111827;
	text-align: right;
}

.pt4w-product-detail__manual-link,
.pt4w-product-detail__permalink {
	color: #1d4ed8;
	font-weight: 700;
	text-decoration: none;
}

.pt4w-product-detail__manual-link:hover,
.pt4w-product-detail__manual-link:focus,
.pt4w-product-detail__permalink:hover,
.pt4w-product-detail__permalink:focus {
	text-decoration: underline;
}

.pt4w-product-detail__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	align-items: center;
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #e5e7eb;
}

@media (max-width: 640px) {
	.pt4w-product-detail,
	.pt4w-taxonomy-archive {
		margin: 1rem 0;
		padding: 1rem;
		border-radius: 6px;
	}

	.pt4w-product-detail__summary,
	.pt4w-specifications {
		padding: 1rem;
	}

	.pt4w-product-detail__meta,
	.pt4w-specifications__item {
		display: block;
	}

	.pt4w-product-detail__meta-value,
	.pt4w-specifications__value {
		display: block;
		margin-top: 0.25rem;
		text-align: left;
	}

	.author-profile {
		flex-direction: column;
	}

	.editorial-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.editorial-cta__action,
	.editorial-cta__link {
		width: 100%;
	}

	.previous-next-navigation {
		grid-template-columns: 1fr;
	}

	.next-card {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pt4w-product-detail *,
	.pt4w-taxonomy-archive *,
	.pt4w-skip-link {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
