/* ==========================================================================
   Accuphase — arkusz uzupełniający.
   Modele, karty, galeria i akordeony korzystają z tych samych klas "np-*"
   co Dynaudio/J.Sikora (zdefiniowanych w css/style.css). Ten plik dostarcza
   tylko elementy bez odpowiednika w tamtym systemie: rozbudowany artykuł
   modelu (wiele sekcji tekstowych/list) oraz listę powiązanych recenzji.
   ========================================================================== */

.accuphase-page { font-family: "Cormorant Garamond", serif; }

/* Framework fades .page in via a #page-loader element these pages don't use
   (body carries "no-preloader"); without this rule .page stays opacity:0. */
body.no-preloader .page { opacity: 1 !important; }

/* -------------------- Artykuł modelu -------------------- */
.accuphase-article { padding: clamp(12px, 2vw, 24px) 0 clamp(40px, 6vw, 64px); }
.accuphase-article .container { max-width: 900px; margin: 0 auto; padding: 0 32px; }
.accuphase-article__section { margin-bottom: clamp(30px, 4vw, 46px); }
.accuphase-article__section:last-child { margin-bottom: 0; }
.accuphase-article__section h3 {
	margin: 0 0 18px;
	color: #181818;
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 500;
	line-height: 1.2;
}
.accuphase-article__section p {
	margin: 0 0 16px;
	color: #464646;
	font-size: 17px;
	line-height: 1.8;
}
.accuphase-article__section p:last-child { margin-bottom: 0; }
.accuphase-article__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.accuphase-article__list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 26px;
	color: #464646;
	font-size: 16px;
	line-height: 1.65;
}
.accuphase-article__list li:last-child { margin-bottom: 0; }
.accuphase-article__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffb403;
}

/* -------------------- Powiązane testy i recenzje -------------------- */
.accuphase-reviews { padding: clamp(8px, 2vw, 16px) 0 clamp(40px, 6vw, 64px); }
.accuphase-reviews .container { max-width: 900px; margin: 0 auto; padding: 0 32px; }
.accuphase-reviews h3 {
	margin: 0 0 18px;
	color: #181818;
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 500;
}
.accuphase-reviews__list { display: flex; flex-direction: column; gap: 10px; }
.accuphase-reviews__list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 22px;
	border-radius: 16px;
	background: #f4f2ee;
	color: #232323 !important;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
	transition: background .25s ease, color .25s ease;
}
.accuphase-reviews__list a:hover { background: #241a00; color: #fff !important; }
.accuphase-reviews__list a::after {
	content: "→";
	flex-shrink: 0;
	color: #ffb403;
	font-size: 16px;
}
.accuphase-source {
	margin-top: 22px;
	font-size: 13px;
	color: #9b9b9b;
}
.accuphase-source a { color: #846300 !important; text-decoration: none !important; }
.accuphase-source a:hover { color: #ffb403 !important; }

@media (max-width: 767px) {
	.accuphase-article .container,
	.accuphase-reviews .container { padding: 0 18px; }
	.accuphase-reviews__list a { font-size: 14px; padding: 14px 18px; }
}
