/* ═══════════════════════════════════════════════════════════════
   RELATED (zachowane z V4)
   ═══════════════════════════════════════════════════════════════ */
.gk-pdp-v5__related { padding: 64px 0; background: var(--gk-v5-cream); }
.gk-pdp-v5__related-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 40px;
}
.gk-pdp-v5__related-head h2 {
	margin: 0 0 8px;
	font-family: 'Geist', sans-serif;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 700;
	color: var(--gk-v5-primary);
	letter-spacing: -0.02em;
}
.gk-pdp-v5__related-head p {
	margin: 0;
	font-size: 14px;
	color: var(--gk-v5-text-muted);
}
.gk-pdp-v5__related .gk-card-grid {
	max-width: var(--gk-v5-max);
	margin: 0 auto;
	padding: 0;
}

/* ═══════════════════════════════════════════════════════════════
   BRAND STORY BANNER
   ═══════════════════════════════════════════════════════════════ */
.gk-pdp-v5__brand-banner {
	position: relative;
	min-height: 380px;
	display: flex; align-items: center;
	overflow: hidden;
	margin: 64px 0;
}
.gk-pdp-v5__brand-banner-bg {
	position: absolute; inset: 0;
	background:
		linear-gradient(135deg, rgba(31,61,20,0.85), rgba(31,61,20,0.65)),
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 400"><defs><pattern id="g" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%235DA935" opacity="0.10"/></pattern></defs><rect width="800" height="400" fill="%231F3D14"/><rect width="800" height="400" fill="url(%23g)"/></svg>');
	background-size: cover;
	background-position: center;
}
.gk-pdp-v5__brand-banner-content {
	position: relative;
	max-width: 680px;
	color: #fff;
	padding: 48px 0;
}
.gk-pdp-v5__brand-banner-content h2 {
	margin: 0 0 20px;
	font-family: 'Geist', sans-serif;
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.025em;
}
.gk-pdp-v5__brand-banner-content p {
	margin: 0;
	font-size: clamp(15px, 1.4vw, 17px);
	line-height: 1.65;
	opacity: 0.92;
}

/* ═══════════════════════════════════════════════════════════════
   DETAILS (compliance) — reuse .gk-pdp-v5__faq-item styles
   ═══════════════════════════════════════════════════════════════ */
.gk-pdp-v5__details { padding: 64px 0; background: #fff; }
.gk-pdp-v5__details-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}
@media (min-width: 900px) {
	.gk-pdp-v5__details-grid {
		grid-template-columns: 1fr 2fr;
		gap: 56px;
	}
}
.gk-pdp-v5__details-aside p {
	margin: 8px 0 0;
	font-size: 14px;
	color: var(--gk-v5-text-muted);
}
.gk-pdp-v5__details-list {
	display: flex; flex-direction: column; gap: 12px;
}

/* ═══════════════════════════════════════════════════════════════
   TRUST FOOTER STRIP
   ═══════════════════════════════════════════════════════════════ */
.gk-pdp-v5__trust-strip {
	padding: 56px 0;
	background: var(--gk-v5-cream-dark);
	border-top: 1px solid var(--gk-v5-border);
	border-bottom: 1px solid var(--gk-v5-border);
}
.gk-pdp-v5__trust-strip ul {
	list-style: none; margin: 0; padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	text-align: center;
}
@media (min-width: 700px) {
	.gk-pdp-v5__trust-strip ul {
		grid-template-columns: repeat(4, 1fr);
		gap: 28px;
	}
}
.gk-pdp-v5__trust-strip li {
	display: flex; flex-direction: column; align-items: center;
	gap: 10px;
}
.gk-pdp-v5__trust-strip li .material-symbols-outlined {
	font-size: 34px;
	color: var(--gk-v5-primary);
}
.gk-pdp-v5__trust-title {
	margin: 0;
	font-family: 'Geist', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--gk-v5-primary);
}
.gk-pdp-v5__trust-sub {
	margin: 0;
	font-size: 12px;
	color: var(--gk-v5-text-light);
}

/* ═══════════════════════════════════════════════════════════════
   COMPLIANCE BAND (legal small print)
   ═══════════════════════════════════════════════════════════════ */
.gk-pdp-v5__compliance {
	padding: 32px 0;
	background: var(--gk-v5-primary);
	color: rgba(255,255,255,0.72);
}
.gk-pdp-v5__compliance p {
	max-width: 900px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.65;
	letter-spacing: 0.005em;
	text-align: center;
}
.gk-pdp-v5__compliance strong { color: rgba(255,255,255,0.95); }

/* ═══════════════════════════════════════════════════════════════
   ANIMATIONS + UTILITIES
   ═══════════════════════════════════════════════════════════════ */
@keyframes gk-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.5; transform: scale(1.3); }
}

/* Hide default WP comments form clutter inside reviews-empty */
.gk-pdp-v5__reviews-empty .woocommerce-Reviews-title,
.gk-pdp-v5__reviews-empty .woocommerce-noreviews { display: none; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.gk-pdp-v5__sticky-buy,
	.gk-pdp-v5__main-img,
	.gk-pdp-v5__faq-item summary svg,
	.gk-pdp-v5__benefit-card,
	.gk-pdp-v5__benefit-icon {
		transition: none !important;
		animation: none !important;
	}
	.gk-pdp-v5__buy-stock-dot { animation: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   FIX 2026-05-30 — mobile: tekst nie może kleić się do lewej krawędzi.
   .gk-pdp-v5__container--main resetuje padding boczny do 0 (full-bleed galerii),
   przez co kolumna info (brand/SKU/tytuł/rating) i sekcja "Więcej podobnych"
   miały tekst na l:0. Dodajemy padding tylko tym tekstowym blokom — galeria
   zostaje full-bleed, .gk-pdp-v5__tab-section ma własne 24px (nie ruszamy).
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 700px) {
	.gk-pdp-v5__info,
	.gk-pdp-v5__quick-related {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* FIX 2026-05-30: "Brak opinii" — wyśrodkowany box z tłem żeby wyróżnić empty state */
.gk-pdp-v5__review--empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 300px;
	gap: 14px;
	background: #FAF8F4;
	border: 1px solid rgba(31, 61, 20, 0.08);
	border-radius: 18px;
	padding: 48px 32px;
}
.gk-pdp-v5__review--empty .gk-pdp-v5__review-head { margin: 0; padding: 0; border: 0; }
.gk-pdp-v5__review--empty .gk-pdp-v5__review-stars { justify-content: center; }
.gk-pdp-v5__review--empty .gk-pdp-v5__stars-empty { color: #D4DCCB; font-size: 24px; letter-spacing: 2px; }
.gk-pdp-v5__review--empty .gk-pdp-v5__review-content { max-width: 440px; margin: 0; color: #5A6354; line-height: 1.6; }
.gk-pdp-v5__review--empty .gk-pdp-v5__review-content strong {
	display: block;
	color: #1F3D14;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 20px;
	margin-bottom: 8px;
}
