/* ==========================================================================
   Sommerangebote 2026 – Campaign Landing Page
   ========================================================================== */

:root {
	--nv-sommer-burgundy: #8b2340;
	--nv-sommer-burgundy-dark: #6e1a32;
	--nv-sommer-sky: #9cb4cc;
	--nv-sommer-sky-light: #c5d4e3;
	--nv-sommer-sky-soft: #e8eef4;
	--nv-sommer-cream: #faf9f7;
}

.nv-sommerangebote-page {
	background: var(--nv-white);
}

/* Hero */
.nv-sommer-hero {
	position: relative;
	overflow: hidden;
	background: var(--nv-white);
}

.nv-sommer-hero__banner {
	position: relative;
	width: 100%;
	max-height: clamp(14rem, 38vw, 28rem);
	overflow: hidden;
}

.nv-sommer-hero__banner-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center bottom;
}

.nv-sommer-hero__content {
	position: relative;
	z-index: 2;
	padding-block: clamp(2.5rem, 6vw, 4rem);
	text-align: center;
}

.nv-sommer-hero__powered {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--nv-gray-500);
}

.nv-sommer-hero__powered strong {
	font-weight: 600;
	color: var(--nv-sommer-burgundy);
	letter-spacing: 0.12em;
}

.nv-sommer-hero__title {
	margin: 0 0 0.5rem;
	font-family: var(--nv-font-sans);
	font-size: clamp(2rem, 5.5vw, 3.25rem);
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--nv-sommer-sky);
}

.nv-sommer-hero__subtitle {
	margin: 0 0 0.75rem;
	font-size: clamp(0.875rem, 2vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--nv-gray-700);
}

.nv-sommer-hero__validity {
	margin: 0 0 2rem;
	font-size: 0.9375rem;
	color: var(--nv-gray-500);
}

.nv-sommer-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.nv-sommer-hero__flower {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	opacity: 0.9;
}

.nv-sommer-hero__flower--left {
	left: -3rem;
	bottom: 2rem;
	width: clamp(8rem, 18vw, 14rem);
	height: auto;
	transform: rotate(-12deg);
}

.nv-sommer-hero__flower--right {
	right: -2rem;
	top: 35%;
	width: clamp(6rem, 14vw, 11rem);
	height: auto;
	transform: rotate(18deg) scaleX(-1);
}

/* Partners */
.nv-sommer-partners {
	padding-block: clamp(2rem, 4vw, 3rem);
	background: var(--nv-sommer-cream);
	border-block: 1px solid var(--nv-gray-100);
}

.nv-sommer-partners__label {
	margin: 0 0 1.25rem;
	text-align: center;
	font-size: 0.9375rem;
	color: var(--nv-gray-700);
}

.nv-sommer-partners__logos {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	justify-content: center;
}

.nv-sommer-partners__logo {
	font-size: clamp(0.875rem, 2vw, 1.125rem);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--nv-gray-800);
}

.nv-sommer-partners__logo--fillmed {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.nv-sommer-partners__logo--dp {
	background: linear-gradient(135deg, #2b7a8e 0%, #4db8a4 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Offer sections */
.nv-sommer-offer {
	position: relative;
	padding-block: clamp(3.5rem, 8vw, 6rem);
	overflow: hidden;
}

.nv-sommer-offer--fillmed {
	background: linear-gradient(160deg, var(--nv-sommer-sky-soft) 0%, var(--nv-sommer-sky-light) 45%, #b8c9d8 100%);
}

.nv-sommer-offer--gluide,
.nv-sommer-offer--cover {
	background: var(--nv-white);
}

.nv-sommer-offer--gluide {
	border-top: 1px solid var(--nv-gray-100);
}

.nv-sommer-offer__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.nv-sommer-offer__layout--reverse .nv-sommer-offer__visual {
	order: 2;
}

.nv-sommer-offer__layout--reverse .nv-sommer-offer__content {
	order: 1;
}

.nv-sommer-offer__visual {
	position: relative;
	min-height: clamp(18rem, 35vw, 26rem);
	display: flex;
	align-items: center;
	justify-content: center;
}

.nv-sommer-offer__visual-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	border-radius: var(--nv-radius-lg);
	opacity: 0.35;
}

.nv-sommer-offer__product-image {
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 20px 40px rgba(18, 13, 13, 0.12));
}

.nv-sommer-offer__product-image--wide {
	max-width: 110%;
}

.nv-sommer-badge {
	position: absolute;
	z-index: 2;
	top: 1rem;
	left: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.5rem;
	min-height: 4.5rem;
	padding: 0.5rem;
	border-radius: 50%;
	background: var(--nv-sommer-burgundy);
	color: var(--nv-white);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	box-shadow: 0 8px 24px rgba(139, 35, 64, 0.35);
}

.nv-sommer-badge--large {
	min-width: 5.5rem;
	min-height: 5.5rem;
	font-size: 1rem;
}

.nv-sommer-offer__content {
	padding: clamp(1rem, 3vw, 2rem);
}

.nv-sommer-offer__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--nv-sommer-burgundy);
}

.nv-sommer-offer__title {
	margin: 0 0 1rem;
	font-family: var(--nv-font-serif);
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 500;
	line-height: 1.15;
	color: var(--nv-gray-900);
}

.nv-sommer-offer__intro {
	margin: 0 0 1.5rem;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--nv-gray-700);
}

/* Benefits list (Fillmed box) */
.nv-sommer-benefits {
	margin: 0 0 2rem;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	list-style: none;
	background: rgba(255, 255, 255, 0.72);
	border: 2px solid var(--nv-sommer-burgundy);
	border-radius: var(--nv-radius-md);
	backdrop-filter: blur(8px);
}

.nv-sommer-benefits__item {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding-block: 0.5rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--nv-gray-800);
}

.nv-sommer-benefits__item + .nv-sommer-benefits__item {
	border-top: 1px solid rgba(139, 35, 64, 0.12);
}

.nv-sommer-benefits__icon {
	flex-shrink: 0;
	margin-top: 0.125rem;
	color: var(--nv-sommer-burgundy);
}

/* Product list (MG Gluide) */
.nv-sommer-product-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem 1.5rem;
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
}

.nv-sommer-product-list li {
	position: relative;
	padding-left: 1rem;
	font-size: 0.875rem;
	color: var(--nv-gray-700);
}

.nv-sommer-product-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--nv-sommer-burgundy);
}

/* Highlight box */
.nv-sommer-highlight-box {
	margin: 0 0 2rem;
	padding: 1.25rem 1.5rem;
	background: var(--nv-sommer-sky-soft);
	border-left: 4px solid var(--nv-sommer-burgundy);
	border-radius: 0 var(--nv-radius-md) var(--nv-radius-md) 0;
}

.nv-sommer-highlight-box p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--nv-gray-700);
}

.nv-sommer-highlight-box p + p {
	margin-top: 0.75rem;
}

.nv-sommer-highlight-box strong {
	color: var(--nv-gray-900);
}

/* Buttons */
.nv-sommer-btn {
	background: var(--nv-sommer-burgundy) !important;
	border-color: var(--nv-sommer-burgundy) !important;
}

.nv-sommer-btn:hover {
	background: var(--nv-sommer-burgundy-dark) !important;
	border-color: var(--nv-sommer-burgundy-dark) !important;
}

.nv-sommer-btn--large {
	padding: 1rem 2.25rem;
	font-size: 1.0625rem;
}

.nv-sommer-btn-ghost {
	border-color: var(--nv-sommer-sky) !important;
	color: var(--nv-blue-dark) !important;
}

.nv-sommer-btn-ghost:hover {
	background: var(--nv-sommer-sky-soft) !important;
}

/* Products section */
.nv-sommer-products {
	padding-block: clamp(3.5rem, 8vw, 6rem);
	background: var(--nv-sommer-cream);
}

.nv-sommer-products .nv-section-head {
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

.nv-sommer-products .nv-eyebrow {
	color: var(--nv-sommer-burgundy);
}

.nv-sommer-products__grid {
	margin-bottom: 2.5rem;
}

.nv-sommer-products__empty {
	padding: 3rem 2rem;
	text-align: center;
	background: var(--nv-white);
	border: 1px dashed var(--nv-gray-200);
	border-radius: var(--nv-radius-lg);
	color: var(--nv-gray-500);
}

.nv-sommer-products__actions {
	display: flex;
	justify-content: center;
}

/* Final CTA */
.nv-sommer-cta {
	position: relative;
	padding-block: clamp(4rem, 10vw, 6rem);
	overflow: hidden;
	background: linear-gradient(135deg, var(--nv-sommer-sky-soft) 0%, var(--nv-white) 50%, var(--nv-sommer-sky-light) 100%);
}

.nv-sommer-cta__inner {
	position: relative;
	z-index: 2;
	max-width: 40rem;
	margin-inline: auto;
	text-align: center;
}

.nv-sommer-cta__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--nv-sommer-sky);
}

.nv-sommer-cta__title {
	margin: 0 0 1rem;
	font-family: var(--nv-font-serif);
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 500;
	line-height: 1.15;
	color: var(--nv-gray-900);
}

.nv-sommer-cta__text {
	margin: 0 0 2rem;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: var(--nv-gray-700);
}

.nv-sommer-cta__validity {
	margin: 1.25rem 0 0;
	font-size: 0.875rem;
	color: var(--nv-gray-500);
}

.nv-sommer-cta__flower {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	opacity: 0.75;
}

.nv-sommer-cta__flower--left {
	left: 5%;
	bottom: 10%;
	width: clamp(5rem, 12vw, 9rem);
	height: auto;
	transform: rotate(-8deg);
}

.nv-sommer-cta__flower--right {
	right: 8%;
	top: 15%;
	width: clamp(4rem, 10vw, 7rem);
	height: auto;
	transform: rotate(15deg) scaleX(-1);
}

/* Responsive */
@media (max-width: 900px) {
	.nv-sommer-offer__layout,
	.nv-sommer-offer__layout--reverse {
		grid-template-columns: 1fr;
	}

	.nv-sommer-offer__layout--reverse .nv-sommer-offer__visual,
	.nv-sommer-offer__layout--reverse .nv-sommer-offer__content {
		order: unset;
	}

	.nv-sommer-offer__visual {
		min-height: auto;
		padding-block: 1rem;
	}

	.nv-sommer-product-list {
		grid-template-columns: 1fr;
	}

	.nv-sommer-hero__flower {
		opacity: 0.45;
	}

	.nv-sommer-hero__flower--left {
		left: -4rem;
		bottom: 0;
		width: 7rem;
	}

	.nv-sommer-hero__flower--right {
		display: none;
	}
}

@media (max-width: 640px) {
	.nv-sommer-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.nv-sommer-hero__actions .nv-btn {
		width: 100%;
	}

	.nv-sommer-products__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.nv-sommer-cta__flower {
		display: none;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.nv-sommer-offer__product-image {
		transition: transform var(--nv-transition);
	}

	.nv-sommer-offer__visual:hover .nv-sommer-offer__product-image {
		transform: translateY(-4px);
	}
}
