/**
 * Strona główna — sekcje + utility (animate-in dla front-page)
 *
 * @package miod-wstazka
 */

/* --- Utility (strona główna) --- */
.text-center .section-subtitle {
	margin-inline: auto;
}

.eyebrow--center {
	justify-content: center;
}

.eyebrow--center::before,
.eyebrow--center::after {
	max-width: 80px;
}

.animate-in {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.55s ease,
		transform 0.55s ease;
}

.animate-in.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.animate-in {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Bestsellery: karty są z WooCommerce (PHP) — bez ukrywania do czasu animacji,
 * bo inaczej pozostają niewidoczne (opacity:0 z .animate-in). */
.bestsellers .animate-in {
	opacity: 1;
	transform: none;
}

/* O nas (teaser), dla firm, opinie, newsletter — ta sama zasada: treść widoczna od razu,
 * gdyby JS nie dodał .is-visible (błąd skryptu, starsza przeglądarka, coming soon itd.). */
.about-teaser .animate-in,
.b2b .animate-in,
.reviews-section .animate-in,
.newsletter-section .animate-in,
.hero .animate-in {
	opacity: 1;
	transform: none;
}

.badge--honey-outline {
	background: transparent;
	color: var(--color-honey-deep);
	border: 1.5px solid var(--color-honey);
}

.badge--with-icon {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.badge__icon {
	display: inline-flex;
	line-height: 0;
}

.badge__icon svg {
	flex-shrink: 0;
}

.badge--honey-outline .badge__icon svg {
	color: var(--color-honey-deep);
}

.badge--honey-outline .badge__icon svg[fill="currentColor"] {
	fill: var(--color-honey-deep);
}

/* ── Strona główna: minimalistyczne akcenty miodu (hex / pszczoła / kropla) — jeden drobny znak na sekcję.
 * Akcent na .container tam, gdzie sekcja ma już ::before (np. plaster w „O nas”). */
.site-main--front > .hero,
.site-main--front > .usp-bar,
.site-main--front > .b2b {
	position: relative;
}

.site-main--front section.section > .container {
	position: relative;
}

.site-main--front > .hero::before,
.site-main--front > .usp-bar::before,
.site-main--front > .b2b::before,
.site-main--front section.occasions > .container::before,
.site-main--front section.bestsellers > .container::before,
.site-main--front section.about-teaser > .container::before,
.site-main--front section.reviews-section > .container::before,
.site-main--front section.newsletter-section > .container::before {
	content: '';
	position: absolute;
	top: clamp(0.4rem, 1.5vw, 0.85rem);
	right: clamp(0.25rem, 2vw, 0.75rem);
	width: 24px;
	height: 24px;
	opacity: 0.1;
	pointer-events: none;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Plaster miodu (komórka heks) — pliki: assets/images/ */
.site-main--front > .hero::before,
.site-main--front section.bestsellers > .container::before,
.site-main--front > .b2b::before {
	background-image: var(--miod-svg-accent-hex);
}

/* Pszczoła */
.site-main--front > .usp-bar::before,
.site-main--front section.about-teaser > .container::before,
.site-main--front section.reviews-section > .container::before {
	background-image: var(--miod-svg-accent-bee);
}

/* Kropla miodu */
.site-main--front section.occasions > .container::before,
.site-main--front section.newsletter-section > .container::before {
	background-image: var(--miod-svg-accent-drop);
}

/* Pasek USP + „Dla firm” — ciemne tło, jaśniejszy kontur */
.site-main--front > .usp-bar::before,
.site-main--front > .b2b::before {
	opacity: 0.11;
}

.site-main--front > .usp-bar::before {
	background-image: var(--miod-svg-accent-bee-light);
}

.site-main--front > .b2b::before {
	background-image: var(--miod-svg-accent-hex-light);
}

@media (max-width: 480px) {
	.site-main--front > .hero::before,
	.site-main--front > .usp-bar::before,
	.site-main--front > .b2b::before,
	.site-main--front section.occasions > .container::before,
	.site-main--front section.bestsellers > .container::before,
	.site-main--front section.about-teaser > .container::before,
	.site-main--front section.reviews-section > .container::before,
	.site-main--front section.newsletter-section > .container::before {
		width: 20px;
		height: 20px;
		opacity: 0.08;
	}

	.site-main--front > .usp-bar::before,
	.site-main--front > .b2b::before {
		opacity: 0.085;
	}
}

/* --- Hero (CPT miod_banner) --- */
.hero {
	position: relative;
	overflow: hidden;
	background: var(--color-cream);
	min-height: 580px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	margin-inline: 0;
}

.hero__hc {
	position: absolute;
	inset: 0;
	opacity: 0.045;
	pointer-events: none;
	z-index: 0;
}

.hero__slider {
	display: flex;
	width: 100%;
	position: relative;
	flex: 1;
	min-height: 0;
}

.hero__slide {
	display: none;
	width: 100%;
	flex-shrink: 0;
	animation: heroFadeIn 0.55s ease forwards;
}

.hero__slide.is-active {
	display: flex;
	flex: 1;
	align-items: stretch;
}

@keyframes heroFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero__slide {
		animation: none;
	}
}

/* Pełna szerokość: grafika do prawej; lewa kolumna — lead (H1) nad rest (sep, CTA, proof) w dwóch wierszach siatki */
.hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 0;
	align-items: stretch;
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding: 0;
}

.hero__content {
	display: flex;
	flex-direction: column;
	justify-self: center;
	width: min(100% - clamp(2rem, 6vw, 4rem), 680px);
	box-sizing: border-box;
	padding-inline: clamp(1rem, 2.5vw, 1.75rem);
	position: relative;
	z-index: 2;
	background: var(--color-cream);
	overflow: hidden;
}

.hero__content--lead {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
	justify-content: flex-end;
	padding-top: clamp(2.5rem, 6vw, 5rem);
	padding-bottom: var(--space-4);
}

.hero__content--rest {
	grid-column: 1;
	grid-row: 2;
	align-self: start;
	justify-content: flex-start;
	padding-top: var(--space-4);
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.hero__left-hc {
	position: absolute;
	inset: 0;
	opacity: 0.07;
	pointer-events: none;
	z-index: 0;
}

.hero__content > *:not(.hero__left-hc) {
	position: relative;
	z-index: 1;
}

.hero__eyebrow {
	margin-bottom: var(--space-5);
	justify-content: flex-start;
}

.hero__eyebrow.eyebrow::before,
.hero__eyebrow.eyebrow::after {
	display: none;
}

.hero__heading {
	font-family: var(--font-display);
	font-size: clamp(2rem, 3.8vw, 3.25rem);
	font-weight: 700;
	color: var(--color-dark);
	line-height: 1.1;
	margin-bottom: var(--space-5);
}

.hero__content--lead .hero__heading {
	margin-bottom: 0;
}

/* Dwa ostatnie słowa (span) lub ręczny [em]…[/em] — kolor miodowy */
.hero__heading-accent,
.hero__heading em {
	color: var(--color-honey);
	font-style: italic;
	font-weight: 700;
}

.hero__sep {
	width: 40px;
	height: 1px;
	background: var(--color-honey-light);
	margin-bottom: var(--space-5);
}

.hero__subtitle {
	font-size: var(--text-md);
	color: var(--color-text-light);
	line-height: 1.75;
	max-width: none;
	margin-bottom: var(--space-8);
}

.hero__actions {
	display: flex;
	gap: var(--space-3);
	flex-wrap: wrap;
	margin-bottom: var(--space-6);
}

.hero__proof {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	flex-wrap: wrap;
}

.hero__proof-stars {
	display: flex;
	gap: 2px;
	color: var(--color-honey);
}

.hero__proof-stars .miod-stars svg {
	color: var(--color-honey);
}

.hero__proof-stars .miod-stars svg[fill="currentColor"] {
	fill: var(--color-honey);
}

.hero__proof-text {
	font-size: var(--text-xs);
	color: var(--color-text-muted);
}

.hero__visual {
	grid-column: 2;
	grid-row: 1 / -1;
	align-self: stretch;
	position: relative;
	overflow: hidden;
	min-height: 520px;
	min-width: 0;
	width: 100%;
}

.hero__visual-layers {
	position: absolute;
	inset: 0;
}

.hero__visual-layer {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.65s ease;
	pointer-events: none;
}

.hero__visual-layer.is-active {
	opacity: 1;
}

.hero__image-wrap {
	position: absolute;
	inset: 0;
}

.hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.hero__image-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(
		160deg,
		var(--color-honey-glow) 0%,
		color-mix(in srgb, var(--color-honey) 50%, var(--color-cream-dark)) 100%
	);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-honey-deep);
	position: relative;
}

.hero__image-placeholder .hc-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.2;
	pointer-events: none;
}

.hero__image-fade {
	position: absolute;
	inset: 0;
	left: 0;
	width: 28%;
	background: linear-gradient(to right, var(--color-cream) 0%, transparent 100%);
	z-index: 2;
	pointer-events: none;
}

.hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 44px;
	height: 44px;
	border-radius: var(--radius-full);
	background: rgba(250, 247, 240, 0.92);
	backdrop-filter: blur(8px);
	border: 0.5px solid var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--color-dark);
	transition:
		background var(--transition-base),
		border-color var(--transition-base),
		color var(--transition-base),
		box-shadow var(--transition-base);
}

.hero__arrow:hover,
.hero__arrow:focus-visible {
	background: var(--color-white);
	border-color: var(--color-honey);
	color: var(--color-honey);
	box-shadow: var(--shadow-md);
}

.hero__arrow--prev {
	left: clamp(0.75rem, 2vw, 1.5rem);
}

.hero__arrow--next {
	right: clamp(0.75rem, 2vw, 1.5rem);
}

.hero__dots {
	position: absolute;
	bottom: var(--space-5);
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: var(--space-2);
}

.hero__dot {
	width: 8px;
	height: 8px;
	border-radius: var(--radius-full);
	background: var(--color-border);
	border: none;
	cursor: pointer;
	transition: all var(--transition-base);
	padding: 0;
}

.hero__dot.is-active {
	background: var(--color-honey);
	width: 24px;
}

.hero__dot:hover:not(.is-active) {
	background: var(--color-honey-light);
}

@media (max-width: 1024px) {
	.hero {
		min-height: auto;
	}

	.hero__inner {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.hero__content--lead,
	.hero__content--rest {
		grid-column: 1;
		grid-row: auto;
		align-self: stretch;
		justify-self: stretch;
		width: 100%;
		padding-inline: var(--container-padding, clamp(1rem, 4vw, 5rem));
	}

	.hero__content--lead {
		justify-content: flex-start;
		align-self: stretch;
		padding-top: clamp(2.5rem, 6vw, 5rem);
		padding-bottom: var(--space-4);
	}

	.hero__content--rest {
		padding-top: var(--space-4);
		padding-bottom: clamp(2.5rem, 6vw, 5rem);
	}

	.hero__visual {
		grid-column: 1;
		grid-row: auto;
		min-height: clamp(300px, 42vh, 420px);
	}

	.hero__image-fade {
		width: 0;
		background: none;
	}

	.hero__arrow--prev {
		left: var(--space-3);
	}

	.hero__arrow--next {
		right: var(--space-3);
	}
}

@media (max-width: 640px) {
	.hero__content--lead {
		padding: var(--space-8) var(--space-5) var(--space-4) var(--space-5);
	}

	.hero__content--rest {
		padding: var(--space-4) var(--space-5) var(--space-8) var(--space-5);
	}

	.hero__heading {
		font-size: clamp(1.6rem, 6vw, 2rem);
	}
}

/* --- USP bar --- */
.usp-bar {
	background: var(--color-dark);
	padding: var(--space-5, 1.25rem) 0;
	overflow: hidden;
}

.usp-bar__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	max-width: var(--container-max, 1320px);
	margin-inline: auto;
	padding-inline: var(--container-padding, 2rem);
	align-items: stretch;
}

@media (max-width: 768px) {
	.usp-bar__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 479px) {
	.usp-bar__inner {
		grid-template-columns: 1fr;
	}
}

.usp-bar__item {
	display: flex;
	align-items: center;
	gap: var(--space-3, 0.75rem);
	padding: var(--space-3, 0.75rem) var(--space-4, 1rem);
	border-right: 1px solid rgba(200, 152, 46, 0.18);
}

.usp-bar__item:last-child {
	border-right: none;
}

@media (max-width: 768px) {
	.usp-bar__item {
		border-right: none;
		border-bottom: 1px solid rgba(200, 152, 46, 0.12);
		padding: var(--space-4);
	}

	.usp-bar__item:nth-child(2) {
		border-right: none;
	}

	.usp-bar__item:last-child {
		border-bottom: none;
	}
}

.usp-bar__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	flex-shrink: 0;
}

.usp-bar__icon svg {
	stroke: var(--color-honey-light);
}

.usp-bar__icon svg[fill="currentColor"] {
	fill: var(--color-honey-light);
	stroke: none;
}

.usp-bar__title {
	display: block;
	font-size: var(--text-sm);
	font-weight: 600;
	color: var(--color-honey-light);
}

.usp-bar__sub {
	display: block;
	font-size: var(--text-xs);
	color: rgba(232, 201, 106, 0.45);
	margin-top: 1px;
}

/* --- Okazje (3 karty — projekt occasions_section_concept) --- */
.occasions {
	position: relative;
	padding-block: var(--section-padding) calc(var(--section-padding) + 0.5rem);
	overflow: hidden;
}

.occasions::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--miod-svg-pattern-honeycomb);
	background-size: 60px 69px;
	opacity: 0.04;
	pointer-events: none;
}

.occasions .container {
	position: relative;
	z-index: 1;
}

.occasions__honey-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--color-honey) 20%,
		var(--color-honey-light) 50%,
		var(--color-honey) 80%,
		transparent
	);
	z-index: 2;
}

.occasions__header {
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

/* Dekoracje — plaster po bokach, pszczółka, mini plaster */
.occasions__deco-left {
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 220px;
	height: 220px;
	opacity: 0.05;
	pointer-events: none;
	z-index: 0;
}

.occasions__deco-right {
	position: absolute;
	right: -40px;
	bottom: 100px;
	width: 160px;
	height: 160px;
	opacity: 0.07;
	pointer-events: none;
	z-index: 0;
}

.occasions__bee {
	position: absolute;
	top: 18%;
	right: 7%;
	opacity: 0.2;
	pointer-events: none;
	z-index: 0;
}

@media (prefers-reduced-motion: no-preference) {
	.occasions__bee {
		animation: bee-float 6s ease-in-out infinite;
	}
}

@keyframes bee-float {
	0%,
	100% {
		transform: translateY(0) rotate(-8deg);
	}
	50% {
		transform: translateY(-14px) rotate(8deg);
	}
}

.occasions__deco-comb {
	position: absolute;
	right: calc(7% + 64px);
	top: 14%;
	opacity: 0.08;
	pointer-events: none;
	z-index: 0;
}

@media (prefers-reduced-motion: no-preference) {
	.occasions__deco-comb {
		animation: comb-pulse 8s ease-in-out infinite;
	}
}

@keyframes comb-pulse {
	0%,
	100% {
		opacity: 0.08;
	}
	50% {
		opacity: 0.14;
	}
}

@media (max-width: 1024px) {
	.occasions__deco-left,
	.occasions__deco-right,
	.occasions__bee,
	.occasions__deco-comb {
		display: none;
	}
}

/* Ta sama szerokość co siatka kart — żeby dolny banner nie „wystawał” poza 3 boxy */
.occasions__grid,
.occasions__bottom {
	max-width: 1100px;
	margin-inline: auto;
	width: 100%;
}

.occasions__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	align-items: stretch;
}

@media (min-width: 768px) {
	.occasions__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.occasion-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	padding: 2rem 1.5rem 1.75rem;
	background: #fffdf9;
	border: 1px solid #ede4d4;
	border-radius: 16px;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	cursor: pointer;
	min-height: 240px;
	transition:
		border-color var(--transition-base),
		transform var(--transition-base),
		box-shadow var(--transition-base),
		background var(--transition-base);
}

/* Lekkie wejście kart — zawsze widoczne (bez opacity:0 / JS) */
@media (prefers-reduced-motion: no-preference) {
	.occasions__grid .occasion-card {
		animation: occasion-card-enter 0.55s cubic-bezier(0.34, 1.2, 0.64, 1) backwards;
	}

	.occasions__grid .occasion-card:nth-child(1) {
		animation-delay: 0s;
	}

	.occasions__grid .occasion-card:nth-child(2) {
		animation-delay: 0.08s;
	}

	.occasions__grid .occasion-card:nth-child(3) {
		animation-delay: 0.16s;
	}
}

@keyframes occasion-card-enter {
	from {
		transform: translateY(16px);
	}
	to {
		transform: translateY(0);
	}
}

.occasion-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--color-honey), transparent);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.occasion-card:hover::before,
.occasion-card:focus-visible::before {
	opacity: 1;
}

.occasion-card__honey-dot {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 6px;
	height: 6px;
	border-radius: var(--radius-full);
	background: var(--color-honey-light);
	opacity: 0.6;
	transition:
		opacity var(--transition-base),
		background var(--transition-base);
}

.occasion-card:hover .occasion-card__honey-dot,
.occasion-card:focus-visible .occasion-card__honey-dot {
	opacity: 1;
	background: var(--color-honey);
}

.occasion-card--featured {
	background: linear-gradient(160deg, var(--color-dark) 0%, #2d2318 100%);
	border-color: var(--color-honey);
	box-shadow: 0 16px 48px rgba(200, 152, 46, 0.2);
}

.occasion-card--featured::before {
	opacity: 1;
	background: linear-gradient(90deg, transparent, var(--color-honey-light), transparent);
}

.occasion-card--featured .occasion-card__honey-dot {
	background: var(--color-honey);
	opacity: 0.85;
}

.occasion-card--featured .occasion-card__name {
	color: var(--color-white);
}

.occasion-card--featured .occasion-card__desc {
	color: rgba(255, 255, 255, 0.45);
}

.occasion-card--featured .occasion-card__count {
	color: var(--color-honey-light);
}

.occasion-card--featured .occasion-card__icon svg {
	color: var(--color-honey-light);
	stroke: var(--color-honey-light);
}

.occasion-card--featured .occasion-card__footer {
	border-top-color: rgba(200, 152, 46, 0.25);
}

.occasion-card--featured .occasion-card__hexagon {
	opacity: 0.12;
	color: var(--color-honey);
}

.occasion-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 48px;
	height: 48px;
	margin-bottom: 1.25rem;
}

.occasion-card__icon svg {
	color: var(--color-honey);
	stroke: var(--color-honey);
}

.occasion-card__icon svg[fill="currentColor"] {
	fill: var(--color-honey);
}

.occasion-card__icon svg circle[fill="currentColor"] {
	fill: currentColor;
	stroke: none;
}

.occasion-card__name {
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--color-dark);
	line-height: 1.2;
	margin: 0 0 0.4rem;
}

.occasion-card__desc {
	font-size: 0.75rem;
	color: var(--color-text-muted);
	line-height: 1.6;
	margin: 0 0 1rem;
	flex-grow: 1;
}

.occasion-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding-top: 0.875rem;
	border-top: 1px solid #ede4d4;
	gap: var(--space-2);
}

.occasion-card__count {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: var(--color-honey);
}

.occasion-card__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: var(--radius-full);
	background: var(--color-cream);
	border: 1px solid #ede4d4;
	color: var(--color-honey);
	flex-shrink: 0;
	transition:
		background var(--transition-base),
		border-color var(--transition-base),
		color var(--transition-base),
		transform var(--transition-base);
}

.occasion-card__arrow svg {
	stroke: currentColor;
}

.occasion-card:hover .occasion-card__arrow,
.occasion-card:focus-visible .occasion-card__arrow {
	background: var(--color-honey);
	border-color: var(--color-honey);
	color: var(--color-white);
	transform: translateX(2px);
}

.occasion-card:hover .occasion-card__arrow svg,
.occasion-card:focus-visible .occasion-card__arrow svg {
	stroke: var(--color-white);
}

.occasion-card--featured .occasion-card__arrow {
	background: rgba(200, 152, 46, 0.15);
	border-color: rgba(200, 152, 46, 0.3);
	color: var(--color-honey-light);
}

.occasion-card--featured:hover .occasion-card__arrow,
.occasion-card--featured:focus-visible .occasion-card__arrow {
	background: var(--color-honey);
	border-color: var(--color-honey);
	color: var(--color-white);
}

.occasion-card__hexagon {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 80px;
	height: 80px;
	opacity: 0.06;
	color: var(--color-honey);
	pointer-events: none;
}

.occasion-card:hover,
.occasion-card:focus-visible {
	border-color: var(--color-honey);
	box-shadow: 0 16px 48px rgba(200, 152, 46, 0.13);
	background: #fffef8;
	transform: translateY(-5px);
}

.occasion-card--featured:hover,
.occasion-card--featured:focus-visible {
	background: linear-gradient(160deg, var(--color-dark) 0%, #2d2318 100%);
	border-color: var(--color-honey);
	box-shadow: 0 16px 48px rgba(200, 152, 46, 0.22);
	transform: translateY(-5px);
}

/* Dolny banner CTA — szerokość jak .occasions__grid (reguła wyżej) */
.occasions__bottom {
	margin-top: var(--space-8);
}

.occasions__bottom-inner {
	position: relative;
	overflow: hidden;
	background: #fffdf9;
	border-radius: var(--radius-xl);
	border: 1px solid #ede4d4;
	box-shadow: var(--shadow-sm);
	padding: var(--space-8) var(--space-10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-8);
}

@media (max-width: 768px) {
	.occasions__bottom-inner {
		flex-direction: column;
		text-align: center;
		padding: var(--space-8) var(--space-6);
	}

	.occasions__bottom-btn {
		white-space: normal;
		justify-content: center;
		text-align: center;
	}
}

.occasions__bottom-hc {
	position: absolute;
	inset: 0;
	background-image: var(--miod-svg-pattern-honeycomb);
	background-size: 60px 69px;
	opacity: 0.05;
	pointer-events: none;
}

.occasions__bottom-left {
	position: relative;
	z-index: 1;
	flex: 1;
}

.occasions__bottom-icon {
	width: 42px;
	height: 42px;
	background: rgba(200, 152, 46, 0.12);
	border: 1px solid rgba(200, 152, 46, 0.35);
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-honey-deep);
	margin-bottom: var(--space-4);
}

@media (max-width: 768px) {
	.occasions__bottom-icon {
		margin-inline: auto;
	}
}

.occasions__bottom-title {
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: 700;
	color: var(--color-dark);
	margin: 0 0 var(--space-2);
}

.occasions__bottom-sub {
	font-size: var(--text-sm);
	color: var(--color-text-muted);
	line-height: 1.65;
	max-width: 480px;
	margin: 0;
}

.occasions__bottom-btn {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: var(--space-3);
	background: var(--color-dark);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: var(--text-sm);
	font-weight: 700;
	padding: var(--space-4) var(--space-8);
	border-radius: var(--radius-sm);
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid rgba(255, 255, 255, 0.12);
	transition:
		background var(--transition-base),
		color var(--transition-base),
		border-color var(--transition-base),
		transform var(--transition-base),
		box-shadow var(--transition-base);
}

.occasions__bottom-btn:hover,
.occasions__bottom-btn:focus-visible {
	background: #2d2318;
	color: var(--color-white);
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(26, 22, 18, 0.35);
}

.occasions__bottom-btn svg {
	transition: transform var(--transition-fast);
}

.occasions__bottom-btn:hover svg,
.occasions__bottom-btn:focus-visible svg {
	transform: translateX(4px);
}

/* --- Grid produktów + karta (rozszerzenie components) --- */
.products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--space-6);
}

@media (max-width: 1023px) {
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 639px) {
	.products-grid {
		grid-template-columns: 1fr;
	}
}

.product-card__image-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.product-card__image {
	aspect-ratio: 4 / 3;
	position: relative;
	overflow: hidden;
	background: var(--color-cream-dark);
	border-radius: var(--radius-lg) var(--radius-lg) 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-card__img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.product-card:hover .product-card__img {
	transform: none;
}

.product-card__img-placeholder {
	width: 100%;
	height: 100%;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-border-light);
}

.product-card__badges {
	position: absolute;
	top: var(--space-3);
	left: var(--space-3);
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-2);
	z-index: 1;
}

.product-card__category {
	font-size: var(--text-xs);
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--color-honey);
	margin-bottom: var(--space-2);
}

.product-card__rating {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	margin-bottom: var(--space-2);
}

.product-card__rating-count {
	font-size: var(--text-xs);
	color: var(--color-text-muted);
}

.product-card__title {
	margin: 0 0 var(--space-2);
}

.product-card__title a {
	font-family: var(--font-display);
	font-size: var(--text-lg);
	font-weight: 700;
	color: var(--color-dark);
	text-decoration: none;
}

.product-card__title a:hover,
.product-card__title a:focus-visible {
	color: var(--color-honey);
}

.product-card__hook {
	font-size: var(--text-sm);
	color: var(--color-text-muted);
	line-height: 1.5;
	margin-block: var(--space-3);
	font-style: italic;
}

.product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-4);
	margin-top: var(--space-4);
	padding-top: var(--space-4);
	border-top: 1px solid var(--color-border-light);
}

a.product-card__view {
	text-decoration: none;
	box-sizing: border-box;
}

.product-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: var(--space-2);
}

.product-card__price-sale {
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: 700;
	color: var(--color-dark);
}

.product-card__price-regular {
	font-size: var(--text-sm);
	color: var(--color-text-muted);
	text-decoration: line-through;
}

.product-card__price-current {
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: 700;
	color: var(--color-dark);
}

/* ── BESTSELLERS: featured + karuzela ── */
.bestsellers .container {
	max-width: min(1480px, 100%);
}

.bestsellers-layout {
	display: grid;
	/* Było 1fr 2fr — lewa kolumna wyglądała na „ogromną” przez wysokość; więcej miejsca na 3 karty */
	grid-template-columns: minmax(260px, 5fr) minmax(0, 10fr);
	gap: var(--space-6);
	/* Jedna wysokość rzędu: lewa karta + prawa siatka mają wspólny dół */
	align-items: stretch;
}

.bestsellers-layout--carousel-only {
	grid-template-columns: 1fr;
}

.bestsellers-layout--featured-only {
	grid-template-columns: 1fr;
}

.bestsellers-layout--featured-only .featured-card {
	grid-column: 1 / -1;
	max-width: 560px;
	margin-inline: auto;
	width: 100%;
}

@media (max-width: 1024px) {
	.bestsellers-layout {
		grid-template-columns: 1fr;
	}
}

/* Dwie kolumny: wspólna wysokość rzędu (góra i dół z karuzelą) */
.bestsellers-layout--split > .featured-card {
	height: 100%;
	min-height: clamp(300px, 32vw, 420px);
	max-height: none;
	align-self: stretch;
}

.featured-card {
	border-radius: var(--radius-xl);
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: clamp(340px, 36vw, 440px);
	max-height: min(480px, 92vw);
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(
		160deg,
		#edd8a0 0%,
		#c89840 30%,
		#7a5010 65%,
		#3c2005 100%
	);
	transition:
		border-color var(--transition-base),
		transform var(--transition-base),
		box-shadow var(--transition-base);
}

.featured-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 64px rgba(26, 22, 18, 0.22);
}

.featured-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.featured-card:hover .featured-card__img {
	transform: scale(1.05);
}

.featured-card__img-placeholder {
	position: absolute;
	inset: 0;
	background: var(--color-cream-dark);
}

.featured-card__hc {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='46'%3E%3Cpolygon points='20,2 38,11 38,35 20,44 2,35 2,11' fill='none' stroke='%23ffffff' stroke-width='0.5'/%3E%3C/svg%3E");
	background-size: 40px 46px;
	opacity: 0.06;
	pointer-events: none;
	z-index: 1;
}

.featured-card__grad {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 72%;
	background: linear-gradient(
		to top,
		rgba(26, 22, 18, 0.97) 0%,
		rgba(26, 22, 18, 0.65) 50%,
		transparent 100%
	);
	z-index: 2;
	pointer-events: none;
}

.featured-card__badge {
	position: absolute;
	top: var(--space-4);
	left: var(--space-4);
	z-index: 4;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: var(--radius-full);
	background: var(--color-honey);
	color: var(--color-white);
}

.featured-card__body {
	position: relative;
	z-index: 3;
	padding: var(--space-6);
}

.featured-card__cat {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: var(--color-honey-light);
	opacity: 0.65;
	margin-bottom: var(--space-2);
}

.featured-card__name {
	font-family: var(--font-display);
	font-size: var(--text-2xl);
	font-weight: 700;
	color: var(--color-white);
	line-height: 1.2;
	margin-bottom: var(--space-2);
}

.featured-card__hook {
	font-size: var(--text-sm);
	color: rgba(255, 255, 255, 0.4);
	font-style: italic;
	line-height: 1.55;
	margin-bottom: var(--space-4);
}

.featured-card__pills {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-1);
	margin-bottom: var(--space-5);
}

.featured-card__pill {
	font-size: 9px;
	color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.06);
	border: 0.5px solid rgba(200, 152, 46, 0.22);
	border-radius: var(--radius-full);
	padding: 3px 10px;
}

.featured-card__sep {
	width: 100%;
	height: 1px;
	background: rgba(200, 152, 46, 0.2);
	margin-bottom: var(--space-5);
}

.featured-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-4);
}

.featured-card__price-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: var(--space-2);
}

.featured-card__price {
	font-family: var(--font-display);
	font-size: var(--text-3xl);
	font-weight: 700;
	color: var(--color-honey-light);
}

.featured-card__price-old {
	font-size: var(--text-sm);
	color: rgba(255, 255, 255, 0.3);
	text-decoration: line-through;
}

.featured-card__btn {
	background: var(--color-honey);
	color: var(--color-dark);
	font-family: var(--font-body);
	font-size: var(--text-xs);
	font-weight: 700;
	letter-spacing: 0.4px;
	padding: var(--space-3) var(--space-5);
	border-radius: var(--radius-sm);
	border: none;
	cursor: pointer;
	transition: all var(--transition-base);
	white-space: nowrap;
}

.featured-card__btn:hover {
	background: var(--color-honey-light);
	transform: translateY(-1px);
}

.carousel-side {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
}

.bestsellers-layout--split > .carousel-side {
	min-height: 0;
	height: 100%;
	align-self: stretch;
}

/* Nawigacja pod kartami — góra siatki wyrównana z lewą „polecany” bez paska nad produktami */
.carousel-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--space-3);
	margin-top: var(--space-5);
	margin-bottom: 0;
	padding-top: var(--space-4);
	border-top: 1px solid var(--color-border);
	border-bottom: none;
}

.carousel-side--no-nav .carousel-grid {
	margin-bottom: 0;
}

.carousel-dots {
	display: flex;
	gap: var(--space-2);
	align-items: center;
}

.carousel-dot {
	width: 7px;
	height: 7px;
	border-radius: var(--radius-full);
	background: var(--color-border);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all var(--transition-base);
}

.carousel-dot.is-active {
	background: var(--color-honey);
	width: 20px;
	border-radius: 3px;
}

.carousel-dot:hover:not(.is-active) {
	background: var(--color-honey-light);
}

.carousel-btns {
	display: flex;
	gap: var(--space-2);
}

.carousel-btn {
	width: 36px;
	height: 36px;
	border-radius: var(--radius-full);
	background: var(--color-cream);
	border: 1px solid var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--color-text-light);
	transition: all var(--transition-base);
}

.carousel-btn:hover {
	background: var(--color-dark);
	border-color: var(--color-dark);
	color: var(--color-white);
}

.carousel-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.carousel-btn:disabled:hover {
	background: var(--color-cream);
	border-color: var(--color-border);
	color: var(--color-text-light);
}

.carousel-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-4);
	align-content: stretch;
	align-items: stretch;
	min-width: 0;
}

.bestsellers-layout--split .carousel-grid {
	grid-template-rows: minmax(0, 1fr);
	flex: 1;
	min-height: 0;
}

@media (max-width: 768px) {
	.carousel-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.carousel-grid {
		grid-template-columns: 1fr;
	}
}

.bestsellers .carousel-card.product-card {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
	align-self: stretch;
	background: #fffdf9;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.34, 1.1, 0.64, 1);
}

.bestsellers .carousel-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 44px rgba(200, 152, 46, 0.13);
	border-color: var(--color-honey);
	background: #fffef8;
}

.bestsellers .carousel-card .product-card__image-link {
	flex-shrink: 0;
}

.bestsellers .carousel-card .product-card__image {
	aspect-ratio: 1 / 1;
	min-height: 0;
	width: 100%;
}

.bestsellers .carousel-card .product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: var(--space-4) var(--space-5) var(--space-5);
}

.bestsellers .carousel-card .product-card__image-hc {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='42'%3E%3Cpolygon points='18,2 34,10 34,32 18,40 2,32 2,10' fill='none' stroke='%23ffffff' stroke-width='0.5'/%3E%3C/svg%3E");
	background-size: 36px 42px;
	opacity: 0.07;
	pointer-events: none;
}

.bestsellers .carousel-card .product-card__quick-add {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(26, 22, 18, 0.9);
	backdrop-filter: blur(8px);
	padding: var(--space-3) var(--space-4);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2);
	color: var(--color-honey-light);
	font-size: var(--text-xs);
	font-weight: 600;
	transform: translateY(100%);
	transition: transform 0.3s cubic-bezier(0.34, 1.1, 0.64, 1);
	pointer-events: none;
}

.bestsellers .carousel-card:hover .product-card__quick-add {
	transform: translateY(0);
}

.bestsellers .carousel-card .product-card__category {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: var(--color-honey);
	margin-bottom: var(--space-1);
	display: flex;
	align-items: center;
	gap: 5px;
}

.bestsellers .carousel-card .product-card__category::before {
	content: "";
	width: 12px;
	height: 1px;
	background: var(--color-honey);
}

.bestsellers .carousel-card .product-card__rating {
	display: flex;
	align-items: center;
	gap: var(--space-1);
	margin-bottom: var(--space-2);
}

.bestsellers .carousel-card .product-card__stars {
	color: var(--color-honey);
	font-size: 10px;
	letter-spacing: 0.5px;
}

.bestsellers .carousel-card .product-card__rating-count {
	font-size: 10px;
	color: var(--color-text-muted);
}

.bestsellers .carousel-card .product-card__title a {
	font-family: var(--font-display);
	font-size: var(--text-base);
	font-weight: 700;
	color: var(--color-dark);
	text-decoration: none;
	line-height: 1.25;
	transition: color var(--transition-fast);
}

.bestsellers .carousel-card:hover .product-card__title a {
	color: var(--color-honey-deep);
}

.bestsellers .carousel-card .product-card__hook {
	font-size: var(--text-xs);
	color: var(--color-text-muted);
	line-height: 1.55;
	font-style: italic;
	margin-top: var(--space-1);
	margin-bottom: var(--space-4);
}

.bestsellers .carousel-card .product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-2);
	padding-top: var(--space-3);
	border-top: 1px solid var(--color-border-light);
	margin-top: auto;
}

.bestsellers .carousel-card .product-card__price-sale {
	font-family: var(--font-display);
	font-size: var(--text-lg);
	font-weight: 700;
	color: var(--color-dark);
}

.bestsellers .carousel-card .product-card__price-regular {
	font-size: var(--text-xs);
	color: var(--color-text-muted);
	text-decoration: line-through;
	margin-left: var(--space-1);
}

.bestsellers .carousel-card .product-card__price-current {
	font-family: var(--font-display);
	font-size: var(--text-lg);
	font-weight: 700;
	color: var(--color-dark);
}

.bestsellers .carousel-card .product-card__badge {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: var(--radius-full);
}

.bestsellers__cta {
	margin-top: var(--space-10);
}

/* --- Featured product --- */
.featured-product__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-16);
	align-items: center;
	background: linear-gradient(135deg, var(--color-cream) 0%, var(--color-cream-dark) 100%);
	border-radius: var(--radius-2xl);
	padding: var(--space-12);
	border: 1px solid var(--color-border);
}

@media (max-width: 1023px) {
	.featured-product__wrap {
		grid-template-columns: 1fr;
	}

	.featured-product__visual {
		order: -1;
	}
}

.featured-product__title {
	font-family: var(--font-display);
	font-size: var(--text-4xl);
	font-weight: 700;
	margin-block: var(--space-4);
	color: var(--color-dark);
	line-height: 1.15;
}

.featured-product__desc {
	font-size: var(--text-md);
	color: var(--color-text-light);
	line-height: 1.65;
	margin-bottom: var(--space-4);
}

.featured-product__ingredients {
	list-style: none;
	margin: var(--space-6) 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
}

.featured-ingredient {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	font-size: var(--text-sm);
	color: var(--color-text);
	padding: var(--space-3) 0;
	border-bottom: 1px solid var(--color-border-light);
}

.featured-ingredient:last-child {
	border-bottom: none;
}

.featured-ingredient__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	line-height: 0;
}

.featured-ingredient__icon svg {
	color: var(--color-honey-deep);
	stroke: var(--color-honey-deep);
}

.featured-ingredient__qty {
	margin-left: auto;
	font-size: var(--text-xs);
	font-weight: 700;
	color: var(--color-honey-deep);
}

.featured-product__price-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--space-4);
	margin-bottom: var(--space-6);
}

.featured-product__price-sale,
.featured-product__price {
	font-family: var(--font-display);
	font-size: var(--text-4xl);
	font-weight: 700;
	color: var(--color-dark);
}

.featured-product__price-old {
	font-size: var(--text-xl);
	color: var(--color-text-muted);
	text-decoration: line-through;
}

.featured-product__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-3);
	align-items: center;
}

.featured-product__image-wrap {
	border-radius: var(--radius-xl);
	overflow: hidden;
	position: relative;
	aspect-ratio: 4 / 5;
	background: var(--color-cream-dark);
}

.featured-product__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.featured-product__hc {
	position: absolute;
	inset: 0;
	opacity: 0.06;
	pointer-events: none;
}

/* ── B2B (strona główna) — układ z b2b_section_homepage.html; wzór na ::after ( ::before = ikona w rogu ) ── */
section.b2b {
	position: relative;
	overflow: hidden;
}

.b2b::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='58'%3E%3Cpolygon points='25,2 48,14 48,44 25,56 2,44 2,14' fill='none' stroke='%23C8982E' stroke-width='0.5'/%3E%3C/svg%3E");
	background-size: 50px 58px;
	opacity: 0.05;
	pointer-events: none;
	z-index: 0;
}

.b2b__wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3rem;
	position: relative;
	z-index: 1;
}

@media (max-width: 640px) {
	.b2b__wrap {
		padding: 0 1.5rem;
	}
}

.b2b__inner {
	display: grid;
	grid-template-columns: 420px 1fr;
	gap: 5rem;
	align-items: center;
}

@media (max-width: 1100px) {
	.b2b__inner {
		grid-template-columns: 1fr;
		gap: var(--space-10, 2.5rem);
	}
}

.b2b__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: var(--color-honey, #c8982e);
	margin-bottom: 20px;
}

.b2b__eyebrow-line {
	width: 20px;
	height: 1px;
	background: var(--color-honey, #c8982e);
	flex-shrink: 0;
}

.b2b__title {
	font-family: var(--font-display, 'Playfair Display', serif);
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	letter-spacing: -0.3px;
	margin-bottom: 16px;
}

.b2b__title em {
	color: var(--color-honey, #c8982e);
	font-style: italic;
}

.b2b__lead {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.8;
	margin-bottom: 36px;
	max-width: 360px;
}

.b2b__btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.b2b__cta {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 14px 28px;
	background: var(--color-honey, #c8982e);
	color: var(--color-dark, #1a1612);
	font-family: var(--font-body, 'DM Sans', sans-serif);
	font-size: 14px;
	font-weight: 700;
	border-radius: 12px;
	text-decoration: none;
	transition: background 0.2s;
	cursor: pointer;
	border: none;
}

.b2b__cta:hover {
	background: var(--color-honey-light, #e8c96a);
	color: var(--color-dark, #1a1612);
}

.b2b__cta svg {
	stroke: currentColor;
	flex-shrink: 0;
}

.b2b__cta-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 20px;
	background: transparent;
	color: rgba(255, 255, 255, 0.55);
	font-family: var(--font-body, 'DM Sans', sans-serif);
	font-size: 13px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s;
}

.b2b__cta-ghost:hover {
	color: var(--color-honey, #c8982e);
}

.b2b__cta-ghost svg {
	stroke: currentColor;
	flex-shrink: 0;
}

.b2b__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

@media (max-width: 640px) {
	.b2b__features {
		grid-template-columns: 1fr;
	}
}

.b2b__feat {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	padding: 22px;
	transition: background 0.25s, border-color 0.25s, transform 0.2s;
	cursor: default;
	position: relative;
	overflow: hidden;
}

.b2b__feat::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--color-honey, #c8982e), transparent);
	opacity: 0;
	transition: opacity 0.25s;
}

.b2b__feat:hover {
	background: rgba(200, 152, 46, 0.07);
	border-color: rgba(200, 152, 46, 0.2);
	transform: translateY(-2px);
}

.b2b__feat:hover::before {
	opacity: 1;
}

.b2b__feat-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: rgba(200, 152, 46, 0.12);
	border: 1px solid rgba(200, 152, 46, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	transition: background 0.25s;
	color: var(--color-honey, #c8982e);
}

.b2b__feat:hover .b2b__feat-icon {
	background: rgba(200, 152, 46, 0.2);
}

.b2b__feat-icon svg {
	stroke: currentColor;
	flex-shrink: 0;
}

.b2b__feat-title {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.b2b__feat-desc {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.6;
}

.b2b__feat--accent {
	background: rgba(200, 152, 46, 0.08);
	border-color: rgba(200, 152, 46, 0.18);
}

.b2b__feat--accent::before {
	opacity: 1;
}

.b2b__divider {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(200, 152, 46, 0.25) 25%,
		rgba(200, 152, 46, 0.25) 75%,
		transparent
	);
	pointer-events: none;
	z-index: 1;
}

/* ── Reviews (strona główna) ── */
.reviews-section {
	position: relative;
	overflow: hidden;
}

.reviews-section__hc {
	position: absolute;
	inset: 0;
	opacity: 0.035;
	pointer-events: none;
}

.reviews-section__hex {
	position: absolute;
	right: -20px;
	top: 40px;
	width: 100px;
	height: 115px;
	opacity: 0.07;
	pointer-events: none;
}

.reviews-section .container {
	position: relative;
	z-index: 1;
}

.reviews-section__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--space-8);
	margin-bottom: var(--space-12);
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.reviews-section__header {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		margin-bottom: var(--space-10);
	}

	.reviews-section__header-left {
		width: 100%;
	}

	.reviews-section__header-left .eyebrow {
		justify-content: center;
	}

	.reviews-section__header-left .section-subtitle {
		margin-inline: auto;
		max-width: 28rem;
	}

	/* Jedna szeroka karta — bez „pustego” paska po prawej */
	.reviews-section__overall {
		width: 100%;
		max-width: 100%;
		align-self: stretch;
	}
}

.reviews-section__overall {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-xl);
	padding: var(--space-6) var(--space-8);
	text-align: center;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.reviews-section__overall::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--color-honey),
		transparent
	);
}

.reviews-section__overall-num {
	font-family: var(--font-display);
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-weight: 700;
	color: var(--color-honey);
	line-height: 1;
	margin-bottom: var(--space-2);
}

.reviews-section__overall-stars {
	display: flex;
	justify-content: center;
	gap: 2px;
	margin-bottom: var(--space-2);
	color: var(--color-honey);
}

.reviews-section__overall-stars .miod-stars svg {
	color: var(--color-honey);
}

.reviews-section__overall-stars .miod-stars svg[fill='currentColor'] {
	fill: var(--color-honey);
}

.reviews-section__overall-label {
	font-size: var(--text-xs);
	color: var(--color-text-muted);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: var(--space-1);
}

.reviews-section__overall-count {
	font-family: var(--font-display);
	font-size: var(--text-base);
	font-weight: 600;
	color: var(--color-dark);
	margin-bottom: var(--space-3);
}

.reviews-section__verified {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-1);
	font-size: var(--text-xs);
	color: var(--color-success);
}

.reviews-section__verified svg {
	stroke: var(--color-success);
	flex-shrink: 0;
}

.reviews-section__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: var(--space-5);
	margin-bottom: var(--space-10);
}

@media (max-width: 1024px) {
	.reviews-section__grid {
		grid-template-columns: 1fr;
	}
}

.reviews-section__grid .review-card:first-child {
	grid-column: 1 / -1;
}

.reviews-section__grid .review-card:first-child .review-card__text {
	font-size: var(--text-lg);
}

.review-card {
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-xl);
	padding: var(--space-8);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	transition:
		border-color var(--transition-base),
		box-shadow var(--transition-base),
		transform var(--transition-base);
}

.review-card:hover {
	border-color: var(--color-honey-glow);
	box-shadow: var(--shadow-md);
	transform: translateY(-2px);
}

.review-card__quote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 72px;
	color: var(--color-honey-glow);
	line-height: 0.7;
	margin-bottom: var(--space-3);
	font-weight: 700;
}

.review-card__stars {
	display: flex;
	gap: 2px;
	margin-bottom: var(--space-5);
	color: var(--color-honey);
}

.review-card__stars .miod-stars svg {
	color: var(--color-honey);
}

.review-card__stars .miod-stars svg[fill='currentColor'] {
	fill: var(--color-honey);
}

.review-card__text {
	font-size: var(--text-base);
	color: var(--color-text);
	line-height: 1.75;
	font-style: italic;
	flex: 1;
	margin: 0 0 var(--space-6);
	quotes: none;
	border: none;
	padding: 0;
}

.review-card__footer {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	margin-top: auto;
}

.review-card__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	flex-shrink: 0;
}

.review-card__avatar--photo {
	object-fit: cover;
	border: 2px solid var(--color-honey-glow);
}

.review-card__avatar--initials {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--text-sm);
	font-weight: 700;
	border: 2px solid var(--color-border);
}

.review-card__author-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.review-card__name {
	font-size: var(--text-sm);
	font-weight: 700;
	color: var(--color-dark);
	font-style: normal;
	display: block;
}

.review-card__company {
	font-size: var(--text-xs);
	color: var(--color-text-muted);
	display: block;
}

.review-card__badge {
	display: inline-flex;
	align-items: center;
	gap: var(--space-1);
	font-size: 10px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: var(--radius-full);
	margin-top: 2px;
	width: fit-content;
}

.review-card__badge svg {
	flex-shrink: 0;
}

.review-card__badge--private {
	background: #edf5ef;
	color: var(--color-success);
}

.review-card__badge--private svg {
	stroke: var(--color-success);
}

.review-card__badge--business {
	background: var(--color-honey-glow);
	color: var(--color-honey-deep);
}

.review-card__badge--business svg {
	stroke: var(--color-honey-deep);
}

.review-card__accent {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--color-honey),
		transparent
	);
	opacity: 0;
	transition: opacity var(--transition-base);
}

.review-card:hover .review-card__accent {
	opacity: 1;
}

.reviews-section__cta {
	margin-top: var(--space-4);
}

.reviews-section__cta-inner {
	position: relative;
	overflow: hidden;
	background: var(--color-dark);
	border-radius: var(--radius-xl);
	border: 1px solid rgba(200, 152, 46, 0.2);
	padding: var(--space-7) var(--space-10);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-8);
	flex-wrap: wrap;
}

.reviews-section__cta-hc {
	position: absolute;
	inset: 0;
	opacity: 0.05;
	pointer-events: none;
}

.reviews-section__cta-left {
	display: flex;
	align-items: center;
	gap: var(--space-5);
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}

.reviews-section__avatars {
	display: flex;
	align-items: center;
}

.reviews-section__avatar-stack {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid var(--color-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	margin-left: -10px;
	flex-shrink: 0;
}

.reviews-section__avatars .reviews-section__avatar-stack:first-child {
	margin-left: 0;
}

.reviews-section__cta-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	position: relative;
	z-index: 1;
}

.reviews-section__cta-text strong {
	font-size: var(--text-base);
	font-weight: 700;
	color: #fff;
}

.reviews-section__cta-text span {
	font-size: var(--text-sm);
	color: rgba(255, 255, 255, 0.4);
}

.reviews-section__cta .btn--primary {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	text-decoration: none;
}

@media (max-width: 768px) {
	.reviews-section__cta-inner {
		flex-direction: column;
		text-align: center;
		padding: var(--space-7) var(--space-6);
	}

	.reviews-section__cta-left {
		flex-direction: column;
		align-items: center;
	}
}

/* ── ABOUT TEASER ── */
.about-teaser {
	position: relative;
	overflow: hidden;
}

.about-teaser__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-16);
	align-items: center;
}

@media (max-width: 1024px) {
	.about-teaser__inner {
		grid-template-columns: 1fr;
		gap: var(--space-10);
	}
}

.about-teaser__visual {
	position: relative;
}

.about-teaser__image-wrap {
	position: relative;
	border-radius: var(--radius-2xl);
	overflow: visible;
}

.about-teaser__image {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
	border-radius: var(--radius-2xl);
	display: block;
	box-shadow: var(--shadow-xl);
}

.about-teaser__placeholder {
	width: 100%;
	aspect-ratio: 4/5;
	background: linear-gradient(
		160deg,
		var(--color-honey-glow) 0%,
		color-mix(in srgb, var(--color-honey) 40%, var(--color-cream-dark)) 100%
	);
	border-radius: var(--radius-2xl);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-honey-deep);
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-xl);
}

.about-teaser__placeholder-hc {
	position: absolute;
	inset: 0;
	opacity: 0.08;
}

.about-teaser__frame {
	position: absolute;
	inset: -10px;
	border-radius: calc(var(--radius-2xl) + 4px);
	border: 1.5px solid var(--color-honey);
	opacity: 0.2;
	pointer-events: none;
	z-index: -1;
}


.about-teaser__hex-deco {
	position: absolute;
	top: calc(-1 * var(--space-6));
	right: calc(-1 * var(--space-6));
	width: 120px;
	height: 120px;
	opacity: 0.12;
	pointer-events: none;
	z-index: -1;
}

@media (max-width: 1024px) {
	.about-teaser__hex-deco {
		display: none;
	}
}

.about-teaser__eyebrow {
	justify-content: flex-start;
	margin-bottom: var(--space-4);
}

.about-teaser__eyebrow::after {
	display: none;
}

.about-teaser__title {
	font-family: var(--font-display);
	font-size: var(--text-4xl);
	font-weight: 700;
	color: var(--color-dark);
	line-height: 1.12;
	margin-bottom: var(--space-5);
}

.about-teaser__title em {
	color: var(--color-honey);
	font-style: italic;
}

.about-teaser__sep {
	width: 48px;
	height: 2px;
	background: linear-gradient(
		90deg,
		var(--color-honey),
		var(--color-honey-light)
	);
	border-radius: var(--radius-full);
	margin-bottom: var(--space-6);
}

.about-teaser__text {
	margin-bottom: var(--space-8);
}

.about-teaser__text p {
	font-size: var(--text-base);
	color: var(--color-text-light);
	line-height: 1.8;
	margin-bottom: var(--space-4);
}

.about-teaser__text p:last-child {
	margin-bottom: 0;
}


.about-teaser__actions {
	display: flex;
	gap: var(--space-3);
	flex-wrap: wrap;
	margin-bottom: var(--space-6);
}

.about-teaser__trust {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-4) var(--space-6);
	padding-top: var(--space-5);
	border-top: 1px solid var(--color-border-light);
}

.about-teaser__trust-item {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	font-size: var(--text-xs);
	color: var(--color-text-muted);
}

.about-teaser__trust-item svg {
	stroke: var(--color-success);
	flex-shrink: 0;
}


.about-teaser::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: var(--miod-svg-pattern-honeycomb);
	background-size: 60px 69px;
	opacity: 0.03;
	pointer-events: none;
}

.about-teaser::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		var(--color-honey) 30%,
		var(--color-honey-light) 50%,
		var(--color-honey) 70%,
		transparent 100%
	);
	opacity: 0.4;
}

/* --- Newsletter --- */
.newsletter-section {
	position: relative;
	overflow: hidden;
}

.newsletter-section__wrap {
	position: relative;
	background: linear-gradient(
		135deg,
		var(--color-cream) 0%,
		var(--color-cream-dark) 100%
	);
	border-radius: var(--radius-2xl);
	border: 1px solid var(--color-border);
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	min-height: 520px;
}

@media (max-width: 1024px) {
	.newsletter-section__wrap {
		grid-template-columns: 1fr;
	}
}

.newsletter-section__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.newsletter-section__hc {
	position: absolute;
	inset: 0;
	opacity: 0.05;
}

.newsletter-section__hex-1 {
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 240px;
	height: 276px;
	opacity: 0.7;
}

.newsletter-section__hex-2 {
	position: absolute;
	right: -40px;
	bottom: -20px;
	width: 180px;
	height: 207px;
	opacity: 0.6;
}

.newsletter-section__bee {
	position: absolute;
	top: 12%;
	right: 48%;
	opacity: 0.18;
}

@media (prefers-reduced-motion: no-preference) {
	.newsletter-section__bee {
		animation: bee-float 6s ease-in-out infinite;
	}
}

.newsletter-section__drop {
	position: absolute;
	top: 8%;
	right: 46%;
	opacity: 0.6;
}

@media (prefers-reduced-motion: no-preference) {
	.newsletter-section__drop {
		animation: drop-sway 8s ease-in-out infinite;
	}
}

@keyframes drop-sway {
	0%,
	100% {
		transform: rotate(-5deg) translateY(0);
	}
	50% {
		transform: rotate(5deg) translateY(-6px);
	}
}

.newsletter-section__content {
	padding: var(--space-12) var(--space-10) var(--space-12) var(--space-12);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 1024px) {
	.newsletter-section__content {
		padding: var(--space-10) var(--space-8);
	}
}

@media (max-width: 768px) {
	.newsletter-section__content {
		align-items: center;
		text-align: center;
		padding: var(--space-8) var(--space-5);
	}

	.newsletter-section__discount-badge {
		margin-inline: auto;
	}

	/* Symetryczne linie jak .eyebrow--center (wcześniej ukryte ::after) */
	.newsletter-section__eyebrow {
		justify-content: center;
		width: 100%;
	}

	.newsletter-section__eyebrow::after {
		display: block;
	}

	.newsletter-section__title {
		text-align: center;
	}

	.newsletter-section__sep {
		margin-inline: auto;
	}

	.newsletter-section__subtitle {
		margin-inline: auto;
		max-width: 24rem;
	}

	.newsletter-section__benefits {
		align-items: stretch;
		width: 100%;
		max-width: 22rem;
		margin-inline: auto;
		text-align: left;
	}

	.newsletter-section__note {
		justify-content: center;
	}

	/* Pozycja bez nadpisywania transform (animacja bee-float / drop-sway) */
	.newsletter-section__bee {
		left: 50%;
		right: auto;
		margin-left: -28px;
	}

	.newsletter-section__drop {
		left: 50%;
		right: auto;
		margin-left: -20px;
	}

	.newsletter-section__form-col {
		padding: var(--space-8) var(--space-5);
	}

	.newsletter-section__form-wrap {
		margin-inline: auto;
	}

	.newsletter-section__form-title,
	.newsletter-section__form-subtitle {
		text-align: center;
	}

	.newsletter-section__social-proof {
		justify-content: center;
	}
}

.newsletter-section__discount-badge {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	background: var(--color-dark);
	border-radius: var(--radius-full);
	padding: var(--space-2) var(--space-4);
	margin-bottom: var(--space-5);
	width: fit-content;
}

.newsletter-section__discount-num {
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: 700;
	color: var(--color-honey);
	line-height: 1;
}

.newsletter-section__discount-label {
	font-size: var(--text-xs);
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.3px;
}

.newsletter-section__eyebrow {
	justify-content: flex-start;
	margin-bottom: var(--space-4);
}

.newsletter-section__eyebrow::after {
	display: none;
}

.newsletter-section__title {
	font-family: var(--font-display);
	font-size: var(--text-3xl);
	font-weight: 700;
	color: var(--color-dark);
	line-height: 1.15;
	margin-bottom: var(--space-5);
}

.newsletter-section__title em {
	color: var(--color-honey);
	font-style: italic;
}

.newsletter-section__sep {
	width: 40px;
	height: 2px;
	background: linear-gradient(
		90deg,
		var(--color-honey),
		var(--color-honey-light)
	);
	border-radius: var(--radius-full);
	margin-bottom: var(--space-5);
}

.newsletter-section__subtitle {
	font-size: var(--text-base);
	color: var(--color-text-light);
	line-height: 1.7;
	margin-bottom: var(--space-6);
	max-width: 380px;
}

.newsletter-section__benefits {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
	margin-bottom: var(--space-6);
	padding: 0;
	margin-left: 0;
}

.newsletter-section__benefit {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	font-size: var(--text-sm);
	color: var(--color-text-light);
}

.newsletter-section__benefit-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--color-honey);
	flex-shrink: 0;
	box-shadow: 0 0 0 2px rgba(200, 152, 46, 0.2);
}

.newsletter-section__note {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	font-size: var(--text-xs);
	color: var(--color-text-muted);
}

.newsletter-section__note svg {
	stroke: var(--color-text-muted);
	flex-shrink: 0;
}

.newsletter-section__form-col {
	background: var(--color-white);
	border-left: 1px solid var(--color-border);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--space-12) var(--space-10);
	position: relative;
	z-index: 2;
}

@media (max-width: 1024px) {
	.newsletter-section__form-col {
		border-left: none;
		border-top: 1px solid var(--color-border);
		padding: var(--space-10) var(--space-8);
	}
}

.newsletter-section__form-wrap {
	width: 100%;
	max-width: 380px;
	position: relative;
}

.newsletter-section__form-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--color-honey) 30%,
		var(--color-honey-light) 50%,
		var(--color-honey) 70%,
		transparent
	);
	border-radius: var(--radius-full);
}

.newsletter-section__form-title {
	font-family: var(--font-display);
	font-size: var(--text-2xl);
	font-weight: 700;
	color: var(--color-dark);
	margin-bottom: var(--space-1);
	margin-top: var(--space-5);
}

.newsletter-section__form-subtitle {
	font-size: var(--text-sm);
	color: var(--color-text-muted);
	margin-bottom: var(--space-6);
}

.newsletter-form__field {
	margin-bottom: var(--space-4);
}

.newsletter-form__label {
	display: block;
	font-size: var(--text-sm);
	font-weight: 500;
	color: var(--color-dark);
	margin-bottom: var(--space-2);
}

.newsletter-form__required {
	color: var(--color-honey);
	margin-left: 2px;
}

.newsletter-form__input {
	width: 100%;
	padding: var(--space-4) var(--space-5);
	border: 1.5px solid var(--color-border);
	border-radius: var(--radius-md);
	font-family: var(--font-body);
	font-size: var(--text-base);
	color: var(--color-dark);
	background: var(--color-cream);
	transition: all var(--transition-fast);
	outline: none;
}

.newsletter-form__input:focus {
	border-color: var(--color-honey);
	background: var(--color-white);
	box-shadow: 0 0 0 3px rgba(200, 152, 46, 0.1);
}

.newsletter-form__input::placeholder {
	color: var(--color-text-muted);
}

.newsletter-form__submit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2);
	margin-bottom: var(--space-5);
}

.newsletter-form__submit svg {
	transition: transform var(--transition-fast);
}

.newsletter-form__submit:hover svg {
	transform: translateX(4px);
}

.newsletter-form__message {
	padding: var(--space-4);
	border-radius: var(--radius-md);
	font-size: var(--text-sm);
	text-align: center;
	margin-bottom: var(--space-4);
}

.newsletter-form__message--success {
	background: #edf5ef;
	color: var(--color-success);
	border: 1px solid rgba(74, 124, 89, 0.25);
}

.newsletter-form__message--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid rgba(153, 27, 27, 0.2);
}

.newsletter-section__social-proof {
	display: flex;
	align-items: center;
	gap: var(--space-3);
	padding-top: var(--space-5);
	border-top: 1px solid var(--color-border-light);
	flex-wrap: wrap;
}

.newsletter-section__sp-stars {
	display: flex;
	gap: 1px;
	color: var(--color-honey);
	font-size: 13px;
}

.newsletter-section__social-proof span {
	font-size: var(--text-xs);
	color: var(--color-text-muted);
	line-height: 1.5;
}

/* Bestsellery hive — nagłówek/CTA widoczne jak w innych sekcjach (bez blokady .animate-in). */
.bs-hive-section .animate-in {
	opacity: 1;
	transform: none;
}

/* ══ Sekcja bestsellery — plaster (hex) + flip 3D ══ */
.bs-hive-section {
	background: var(--color-cream);
	position: relative;
	/* overflow: clip przycina dekoracje (hex-deco) ale NIE zakłóca scrollowania viewportu karuzeli */
	overflow: clip;
}

.bs-hive-section__bg {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='69'%3E%3Cpolygon points='30,2 58,17 58,52 30,67 2,52 2,17' fill='none' stroke='%23C8982E' stroke-width='0.7'/%3E%3C/svg%3E");
	background-size: 60px 69px;
	opacity: 0.035;
	pointer-events: none;
}

/* ── Pszczółki dekoracyjne bestsellery ── */
.bs-hive-section__bee {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.bs-hive-section__bee--tl {
	width: 72px;
	height: 72px;
	top: 60px;
	left: 40px;
	animation: bs-bee-tl 9s ease-in-out infinite;
	transform-origin: center;
}

.bs-hive-section__bee--br {
	width: 56px;
	height: 56px;
	bottom: 60px;
	right: 50px;
	animation: bs-bee-br 11s ease-in-out infinite;
	transform-origin: center;
}

@keyframes bs-bee-tl {
	0%   { transform: translate(0, 0)       rotate(-8deg); }
	20%  { transform: translate(10px, -14px) rotate(6deg);  }
	45%  { transform: translate(18px, 4px)  rotate(-4deg); }
	65%  { transform: translate(6px, 16px)  rotate(9deg);  }
	80%  { transform: translate(-8px, 8px)  rotate(-6deg); }
	100% { transform: translate(0, 0)       rotate(-8deg); }
}

@keyframes bs-bee-br {
	0%   { transform: translate(0, 0)        rotate(5deg);  }
	25%  { transform: translate(-12px, -10px) rotate(-7deg); }
	50%  { transform: translate(-6px, 12px)  rotate(4deg);  }
	75%  { transform: translate(10px, 6px)   rotate(-9deg); }
	100% { transform: translate(0, 0)        rotate(5deg);  }
}

@media (max-width: 768px) {
	.bs-hive-section__bee--tl {
		width: 50px;
		height: 50px;
		left: 10px;
		top: 30px;
	}

	.bs-hive-section__bee--br {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 30px;
	}
}

/* ─────────────────────────────────────────── */

.bs-hive-section__hex-deco {
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	height: 340px;
	opacity: 0.5;
	pointer-events: none;
}

.bs-hive-section > .container {
	min-width: 0;
}

.bs-hive-section__head {
	margin-bottom: var(--space-12);
}

.bs-hive-section__title {
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--color-dark);
	margin-bottom: var(--space-3);
}

.bs-hive-section__desc {
	font-size: var(--text-base);
	color: var(--color-text-muted);
	max-width: 480px;
	margin-inline: auto;
	line-height: 1.7;
}

/* ─── Karuzela bestsellerów ─────────────────────────────────── */

/* Wrapper: flex-row, strzałki po bokach viewportu */
.bs-hive-carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
	min-width: 0;
}

/* ── Strzałki pływające (kształt sześciokąta) ── */
.bs-hive-arrow {
	position: relative;
	z-index: 10;
	flex-shrink: 0;
	width: 52px;
	height: 60px;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-dark, #1a1612);
	transition:
		background 0.3s cubic-bezier(0.34, 1.1, 0.64, 1),
		color 0.3s cubic-bezier(0.34, 1.1, 0.64, 1),
		transform 0.3s cubic-bezier(0.34, 1.1, 0.64, 1);
	margin-inline: -8px;
}

.bs-hive-arrow:hover {
	background: var(--color-honey, #c8982e);
	color: #fff;
	transform: scale(1.12);
}

.bs-hive-arrow svg {
	stroke: currentColor;
	flex-shrink: 0;
}

.bs-hive-arrow--prev {
	margin-right: -4px;
}

.bs-hive-arrow--next {
	margin-left: -4px;
}

@media (max-width: 440px) {
	.bs-hive-arrow {
		width: 40px;
		height: 46px;
	}
}

/*
 * Viewport — treść 3×280 + 2×14 = 868 px; + padding-inline 6px (box-sizing: border-box)
 * żeby złota obwódka heksa (::before inset -3px) nie była obcinana przy overflow: hidden.
 */
.bs-hive-carousel__viewport {
	overflow: hidden;
	overflow-x: clip;
	width: 880px;
	max-width: 100%;
	min-width: 0;
	margin-inline: auto;
	padding-block: 16px;
	padding-inline: 6px;
	box-sizing: border-box;
}

/* Kontener — FLEX, transition ustawiany przez JS dynamicznie */
.bs-hive-carousel__viewport .bs-hive-container {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 14px !important;
	align-items: center !important;
	width: auto !important;
	height: auto !important;
	will-change: transform;
}

/* Hexy w karuzeli — relative w flex flow */
.bs-hive-carousel__viewport .bs-hive-container .bs-hex {
	position: relative !important;
	left: unset !important;
	top: unset !important;
	flex-shrink: 0 !important;
	width: 280px !important;
	height: 323px !important;
}

/* Klony — bez animacji wejścia; interakcje jak oryginał (hover/klik = flip), inaczej brzeg pętli nie obracał się */
.bs-hex--clone {
	animation: none !important;
	opacity: 1 !important;
}

/* Stary .bs-hive-carousel__nav usunięty — strzałki teraz jako .bs-hive-arrow */

/* Dots — pod karuzelą, wycentrowane */
.bs-hive-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: var(--space-6, 24px);
}

.bs-hive-carousel__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-border, rgba(200,152,46,0.3));
	border: none;
	cursor: pointer;
	transition:
		width var(--transition-base, 0.22s ease),
		border-radius var(--transition-base, 0.22s ease),
		background var(--transition-base, 0.22s ease);
	padding: 0;
}

.bs-hive-carousel__dot.is-active {
	width: 20px;
	border-radius: 3px;
	background: var(--color-honey, #c8982e);
}

@media (max-width: 960px) {
	/* 2 hexy + 1 gap = 574 px treści + 12 px padding boczny */
	.bs-hive-carousel__viewport {
		width: 586px;
	}
}

@media (max-width: 640px) {
	/*
	 * Jedna karta: szerokość plastra ustawia JS (--miod-hex-px) = clientWidth viewport − padding.
	 * gap: 0 — STEP w JS = dokładnie szerokość slajdu (bez szczeliny między slajdami).
	 *
	 * Uwaga: overflow na całym wierszu obcinał sześciokątne tło strzałek (ujemne margin-inline).
	 * Przycinanie tylko w .bs-hive-carousel__viewport.
	 */
	.bs-hive-carousel {
		overflow: visible;
		width: 100%;
		max-width: 100%;
	}

	.bs-hive-carousel .bs-hive-arrow {
		margin-inline: 0;
		margin-right: 0;
		margin-left: 0;
	}

	.bs-hive-carousel .bs-hive-arrow--prev {
		margin-right: 0;
	}

	.bs-hive-carousel .bs-hive-arrow--next {
		margin-left: 0;
	}

	.bs-hive-carousel__viewport {
		container-type: inline-size;
		container-name: miod-hive-vp;
		flex: 1 1 0%;
		flex-basis: auto !important;
		min-width: 0;
		width: auto;
		max-width: 100%;
		margin-inline: auto;
		overflow: hidden;
		overflow-x: clip;
		padding-inline: 8px;
		isolation: isolate;
	}

	.bs-hive-carousel__viewport .bs-hive-container {
		gap: 0 !important;
	}

	.bs-hive-carousel__viewport .bs-hive-container .bs-hex {
		box-sizing: border-box;
		height: auto !important;
		aspect-ratio: 280 / 323;
		min-height: 0 !important;
		max-width: 100%;
		/* Fallback przed pierwszym pomiarem JS; potem nadpisuje --miod-hex-px */
		width: var(--miod-hex-px, min(280px, calc(100vw - 200px))) !important;
	}
}

@media (max-width: 520px) {
	.bs-hive-carousel__btn {
		width: 38px;
		height: 38px;
	}
}

.bs-hive-container {
	position: relative;
	flex-shrink: 0;
	margin-inline: auto;
	perspective: 900px;
	perspective-origin: 50% 40%;
}

.bs-hex {
	position: absolute;
	width: 280px;
	height: 323px;
	cursor: pointer;
	opacity: 0;
	animation: bs-hex-in 0.55s cubic-bezier(0.34, 1.1, 0.64, 1) forwards;
}

.bs-hex[data-i="0"] {
	animation-delay: 0.05s;
}

.bs-hex[data-i="1"] {
	animation-delay: 0.13s;
}

.bs-hex[data-i="2"] {
	animation-delay: 0.21s;
}

.bs-hex[data-i="3"] {
	animation-delay: 0.29s;
}

.bs-hex[data-i="4"] {
	animation-delay: 0.37s;
}

@keyframes bs-hex-in {
	from {
		opacity: 0;
		transform: translateY(16px) scale(0.94);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bs-hex {
		animation: none;
		opacity: 1;
	}
}

.bs-hex::before {
	content: "";
	position: absolute;
	inset: -3px;
	z-index: 0;
	opacity: 0.25;
	transition: opacity 0.35s ease;
	background: linear-gradient(135deg, #e8c96a, #c8982e, #8b6914);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286 329'%3E%3Cpolygon points='143,0 286,82.25 286,246.75 143,329 0,246.75 0,82.25' fill='white'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286 329'%3E%3Cpolygon points='143,0 286,82.25 286,246.75 143,329 0,246.75 0,82.25' fill='white'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
}

.bs-hex:hover::before {
	opacity: 1;
}

.bs-hex--featured::before {
	opacity: 0.6;
	background: linear-gradient(135deg, #f0d878, #e8c96a, #c8982e, #8b6914);
}

.bs-hex--featured:hover::before {
	opacity: 1;
}

.bs-hex__flipper {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.65s cubic-bezier(0.34, 1.05, 0.64, 1);
	z-index: 1;
}

.bs-hex:hover .bs-hex__flipper,
.bs-hex.is-flipped .bs-hex__flipper {
	transform: rotateY(180deg);
}

.bs-hex__front,
.bs-hex__back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 323'%3E%3Cpolygon points='140,0 280,80.75 280,242.25 140,323 0,242.25 0,80.75' fill='white'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 323'%3E%3Cpolygon points='140,0 280,80.75 280,242.25 140,323 0,242.25 0,80.75' fill='white'/%3E%3C/svg%3E");
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}

.bs-hex__front {
	transform: translateZ(1px);
	background: var(--color-dark);
	display: flex;
	flex-direction: column;
}

.bs-hex__img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.65s ease;
}

.bs-hex:hover .bs-hex__img {
	transform: scale(1.06);
}

.bs-hex__grad {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 65%;
	background: linear-gradient(
		to top,
		rgba(26, 22, 18, 0.97) 0%,
		rgba(26, 22, 18, 0.65) 50%,
		transparent 100%
	);
	z-index: 2;
	pointer-events: none;
}

.bs-hex__badge {
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding: 4px 13px;
	border-radius: 20px;
	white-space: nowrap;
	z-index: 5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.bs-hex__body {
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 13%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}

.bs-hex__cat {
	font-size: 8.5px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--color-honey-light);
	opacity: 0.7;
}

.bs-hex__stars {
	color: var(--color-honey);
	font-size: 10px;
	letter-spacing: 1px;
}

.bs-hex__name {
	font-family: var(--font-display);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
	display: block;
}

.bs-hex__name:hover {
	color: var(--color-honey-light);
}

.bs-hex__price {
	font-family: var(--font-display);
	font-size: 17px;
	font-weight: 700;
	color: var(--color-honey-light);
}

.bs-hex--featured .bs-hex__name {
	font-size: 15px;
}

.bs-hex--featured .bs-hex__price {
	font-size: 16px;
}

.bs-hex__hint {
	position: absolute;
	bottom: 14%;
	right: 22%;
	font-size: 14px;
	color: rgba(200, 152, 46, 0.3);
	pointer-events: none;
	transition: opacity 0.3s;
	z-index: 4;
}

.bs-hex:hover .bs-hex__hint {
	opacity: 0;
}

.bs-hex__back {
	background: linear-gradient(155deg, #1a1612 0%, #2d2318 100%);
	transform: rotateY(180deg) translateZ(1px);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

.bs-hex__back-hc {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25'%3E%3Cpolygon points='11,2 20,7 20,18 11,23 2,18 2,7' fill='none' stroke='%23C8982E' stroke-width='0.5'/%3E%3C/svg%3E");
	background-size: 22px 25px;
	opacity: 0.07;
	pointer-events: none;
}

.bs-hex__back-line {
	position: absolute;
	top: 27%;
	left: 13%;
	right: 13%;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(200, 152, 46, 0.45),
		transparent
	);
	pointer-events: none;
}

.bs-hex__back-inner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: clamp(12px, 11%, 36px) 10% clamp(14px, 12%, 40px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	flex: 1;
	min-height: 0;
	width: 100%;
	justify-content: space-between;
}

.bs-hex__back-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin-bottom: 5px;
}

.bs-hex__back-tag {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--color-honey);
	text-align: center;
	margin: 0;
}

.bs-hex__back-name {
	font-family: var(--font-display);
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}

.bs-hex--featured .bs-hex__back-name {
	font-size: 14px;
}

.bs-hex__back-stars {
	color: var(--color-honey);
	font-size: 9px;
	text-align: center;
	margin: 0;
}

.bs-hex__back-stars span {
	color: rgba(255, 255, 255, 0.3);
}

.bs-hex__back-ings {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 100%;
	flex: 1;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.bs-hex__back-ings li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.3;
}

.bs-hex__back-ings li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--color-honey);
	flex-shrink: 0;
}

.bs-hex__back-ings li em {
	margin-left: auto;
	font-style: normal;
	font-size: 9px;
	color: rgba(255, 255, 255, 0.25);
}

.bs-hex__back-hook {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.38);
	font-style: italic;
	line-height: 1.6;
	text-align: center;
	flex: 1;
	display: flex;
	align-items: center;
	margin: 0;
}

.bs-hex__back-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	margin-top: auto;
	width: 100%;
}

.bs-hex__atc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	padding: 8px 14px;
	background: var(--color-honey);
	color: var(--color-dark);
	font-family: var(--font-body);
	font-size: 10px;
	font-weight: 700;
	border-radius: var(--radius-full);
	border: none;
	cursor: pointer;
	white-space: nowrap;
	transition: all var(--transition-base);
	text-decoration: none;
	box-sizing: border-box;
}

.bs-hex__atc:hover {
	background: var(--color-honey-light);
	transform: scale(1.03);
}

.bs-hex__atc svg {
	stroke: var(--color-dark);
}

.bs-hex__back-price {
	font-family: var(--font-display);
	font-size: 13px;
	font-weight: 700;
	color: rgba(200, 152, 46, 0.7);
}

/* Bestsellery — revers (ciemny): kategoria + tytuł niżej i większe, przycisk wyżej */
.bs-hive-section .bs-hex__back-inner {
	padding: clamp(28px, 19%, 58px) 10% clamp(5px, 7%, 22px);
	gap: 4px;
}
.bs-hive-section .bs-hex__back-head {
	margin-top: 14px;
}
.bs-hive-section .bs-hex__back-tag {
	font-size: 9px;
	letter-spacing: 1.35px;
}
.bs-hive-section .bs-hex__back-name {
	font-size: 15px;
	line-height: 1.22;
}
.bs-hive-section .bs-hex--featured .bs-hex__back-name {
	font-size: 17px;
}
.bs-hive-section .bs-hex__back-line {
	top: 40%;
}
.bs-hive-section .bs-hex__back-cta {
	transform: translateY(-14px);
}

.bs-hive-section__cta {
	margin-top: var(--space-10);
}

.bs-hive-section__btn {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	font-size: var(--text-base);
}

.bs-hive-section__btn svg {
	stroke: currentcolor;
}

.bs-hive-section__btn:hover svg {
	transform: translateX(4px);
	transition: transform var(--transition-base);
}

@media (max-width: 960px) {
	/* Skala tylko dla grida (sklep) — karuzela na stronie głównej używa translateX, nie skalowania. */
	.bs-hive-wrap:not(.bs-hive-wrap--carousel) .bs-hive-container {
		transform: scale(0.78);
		transform-origin: top center;
	}

	.bs-hive-wrap:not(.bs-hive-wrap--carousel) {
		margin-bottom: calc(var(--bs-hive-h, 323px) * -0.22);
	}

	/* Karuzela: dopasuj szerokość viewportu do dostępnej przestrzeni. */
	.bs-hive-carousel__viewport {
		flex-basis: min(880px, calc(100vw - 108px));
		min-width: 0;
	}
}

@media (max-width: 680px) {
	.bs-hive-wrap:not(.bs-hive-wrap--carousel) .bs-hive-container {
		transform: scale(0.56);
		transform-origin: top center;
	}

	.bs-hive-wrap:not(.bs-hive-wrap--carousel) {
		margin-bottom: calc(var(--bs-hive-h, 323px) * -0.44);
	}
}

@media (max-width: 440px) {
	.bs-hive-wrap:not(.bs-hive-wrap--carousel) .bs-hive-container {
		transform: scale(0.4);
		transform-origin: top center;
	}

	.bs-hive-wrap:not(.bs-hive-wrap--carousel) {
		margin-bottom: calc(var(--bs-hive-h, 323px) * -0.6);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bs-hex__flipper {
		transition: none;
	}

	.bs-hex__img {
		transition: none;
	}

	.partners-section__track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}

/* ══ Sekcja partnerów (strona główna) ══ */
.partners-section {
	background: #fff;
	padding-block: var(--space-12) !important;
	border-top: 1px solid var(--color-border-light);
	border-bottom: 1px solid var(--color-border-light);
	overflow: hidden;
}

.partners-section__inner {
	display: flex;
	align-items: center;
	gap: var(--space-8);
}

.partners-section__label {
	flex-shrink: 0;
	max-width: 160px;
}

.partners-section__label-text {
	font-size: var(--text-xs);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-text-muted);
	line-height: 1.6;
	display: block;
	white-space: pre-line;
}

.partners-section__sep {
	width: 1px;
	height: 120px;
	background: var(--color-border);
	flex-shrink: 0;
}

.partners-section__track-wrap {
	flex: 1;
	overflow: hidden;
	position: relative;
	-webkit-mask-image: linear-gradient(
		to right,
		transparent 0%,
		black 8%,
		black 92%,
		transparent 100%
	);
	mask-image: linear-gradient(
		to right,
		transparent 0%,
		black 8%,
		black 92%,
		transparent 100%
	);
}

.partners-section__fade-l,
.partners-section__fade-r {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	z-index: 2;
	pointer-events: none;
}

.partners-section__fade-l {
	left: 0;
	background: linear-gradient(to right, #fff, transparent);
}

.partners-section__fade-r {
	right: 0;
	background: linear-gradient(to left, #fff, transparent);
}

.partners-section__track {
	display: flex;
	align-items: center;
	gap: clamp(var(--space-8), 4vw, var(--space-16));
	width: max-content;
	animation: partners-scroll 28s linear infinite;
	will-change: transform;
}

.partners-section__track:hover {
	animation-play-state: paused;
}

@keyframes partners-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.partners-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-height: 120px;
	height: 120px;
	padding-inline: var(--space-6);
}

.partners-logo img {
	max-height: 104px;
	width: auto;
	max-width: min(360px, 50vw);
	object-fit: contain;
	filter: grayscale(100%) opacity(0.72);
	transition: filter 0.35s ease;
}

.partners-logo:hover img,
.partners-logo:focus-within img {
	filter: grayscale(0%) opacity(1);
}

.partners-logo--placeholder {
	background: var(--color-cream);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	padding: var(--space-3) var(--space-6);
	min-height: 120px;
	height: 120px;
}

.partners-logo--placeholder span {
	font-size: var(--text-lg);
	font-weight: 600;
	color: var(--color-text-muted);
	white-space: nowrap;
}

@media (max-width: 768px) {
	.partners-section__inner {
		gap: 0;
	}

	.partners-section__label,
	.partners-section__sep {
		display: none;
	}

	.partners-section__track-wrap {
		width: 100%;
	}

	.partners-logo {
		min-height: 96px;
		height: 96px;
		padding-inline: var(--space-4);
	}

	.partners-logo img {
		max-height: 80px;
		max-width: min(300px, 62vw);
	}

	.partners-logo--placeholder {
		min-height: 96px;
		height: 96px;
	}

	.partners-logo--placeholder span {
		font-size: var(--text-base);
	}
}
