/* ================================
   Wine Service – FN's Verdensmål
================================ */

.ws-verdensmaal,
.ws-verdensmaal *,
.ws-verdensmaal *::before,
.ws-verdensmaal *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.ws-verdensmaal {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background: #F6EFE4;
	color: #2C241E;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.7;
	overflow: clip;
}

.ws-verdensmaal a {
	color: inherit;
}

.ws-verdensmaal img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wsvm-section-inner {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 120px 20px;
}

/* ================================
   Hero
================================ */

.wsvm-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(201, 97, 72, 0.15), transparent 34%),
		#F6EFE4;
	padding: 0;
}

.wsvm-hero__inner {
	width: 100%;
	max-width: 1540px;
	margin: 0 auto;
	padding: 120px 20px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
	gap: 70px;
	align-items: center;
}

.wsvm-hero__content {
	max-width: 900px;
}

.wsvm-title {
	font-family: "Fraunces", serif;
	font-optical-sizing: none;
	font-size: clamp(54px, 7vw, 104px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.055em;
	color: #2C241E;
	margin-bottom: 34px;
}

.wsvm-title em {
	color: #C96148;
	font-style: italic;
}

.wsvm-hero__text {
	max-width: 850px;
	display: grid;
	gap: 18px;
}

.wsvm-hero__text p {
	font-size: 17px;
	line-height: 1.9;
	color: #6B5C4E;
}

.wsvm-hero__card {
	background: #ffffff;
	border: 1px solid rgba(44, 36, 30, 0.12);
	border-radius: 32px;
	padding: 26px;
	box-shadow: 0 30px 80px rgba(44, 36, 30, 0.12);
	position: relative;
	overflow: hidden;
}

.wsvm-hero__card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(90, 100, 74, 0.08), transparent 45%);
	pointer-events: none;
}

.wsvm-goal-links {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.wsvm-goal-link {
	display: block;
	border-radius: 18px;
	overflow: hidden;
	background: #F6EFE4;
	border: 1px solid rgba(44, 36, 30, 0.10);
	transition: border-color 0.22s ease;
}

.wsvm-goal-link:hover {
	border-color: rgba(201, 97, 72, 0.35);
}

/* ================================
   Headings
================================ */

.wsvm-h2 {
	font-family: "Fraunces", serif;
	font-optical-sizing: none;
	font-size: clamp(38px, 4.2vw, 68px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #2C241E;
	margin-bottom: 34px;
}

.wsvm-h2 em {
	color: #C96148;
	font-style: italic;
}

/* ================================
   Goal sections
================================ */

.wsvm-goal-section {
	background: #ffffff;
	scroll-margin-top: 120px;
}

.wsvm-goal-section--alt {
	background: #F6EFE4;
}

.wsvm-goal-layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: clamp(45px, 6vw, 90px);
	align-items: start;
}

.wsvm-goal-aside {
	position: sticky;
	top: 120px;
}

.wsvm-goal-badge {
	background: #F6EFE4;
	border: 1px solid rgba(44, 36, 30, 0.12);
	border-radius: 32px;
	padding: 24px;
	box-shadow: 0 22px 60px rgba(44, 36, 30, 0.10);
}

.wsvm-goal-section--alt .wsvm-goal-badge {
	background: #ffffff;
}

.wsvm-goal-badge img {
	border-radius: 22px;
	margin-bottom: 18px;
}

.wsvm-goal-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: rgba(90, 100, 74, 0.09);
	border: 1px solid rgba(90, 100, 74, 0.16);
	border-radius: 999px;
	padding: 8px 12px;
	color: #5A644A;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wsvm-goal-content {
	max-width: 920px;
}

.wsvm-text-block {
	display: grid;
	gap: 20px;
}

.wsvm-text-block p {
	font-size: 16px;
	line-height: 1.95;
	color: #6B5C4E;
}

/* ================================
   Practice section
================================ */

.wsvm-practice-section {
	background: #F6EFE4;
}

.wsvm-practice-section .wsvm-section-inner {
	padding-bottom: 180px;
}

.wsvm-practice-card {
	background: #5A644A;
	color: #ffffff;
	border-radius: 36px;
	padding: clamp(36px, 5vw, 70px);
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(35px, 5vw, 80px);
	box-shadow: 0 30px 90px rgba(44, 36, 30, 0.18);
	position: relative;
	overflow: hidden;
}

.wsvm-practice-card::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.wsvm-practice-card .wsvm-h2 {
	color: #ffffff;
	margin-bottom: 0;
}

.wsvm-practice-card .wsvm-h2 em {
	color: #F6EFE4;
}

.wsvm-practice-text {
	display: grid;
	gap: 18px;
	position: relative;
	z-index: 1;
}

.wsvm-practice-text p {
	font-size: 16px;
	line-height: 1.95;
	color: rgba(255, 255, 255, 0.78);
}

/* ================================
   Responsive
================================ */

@media (max-width: 1180px) {
	.wsvm-hero__inner {
		grid-template-columns: 1fr;
		gap: 45px;
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.wsvm-hero__card {
		max-width: 560px;
	}

	.wsvm-goal-layout {
		grid-template-columns: 240px minmax(0, 1fr);
	}
}

@media (max-width: 900px) {
	.wsvm-section-inner {
		padding: 80px 20px;
	}

	.wsvm-hero__inner {
		padding: 76px 20px 84px;
	}

	.wsvm-practice-section .wsvm-section-inner {
		padding-bottom: 130px;
	}

	.wsvm-goal-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.wsvm-goal-aside {
		position: static;
	}

	.wsvm-goal-badge {
		display: flex;
		align-items: center;
		gap: 18px;
		padding: 18px;
		border-radius: 24px;
	}

	.wsvm-goal-badge img {
		width: 96px;
		border-radius: 16px;
		margin-bottom: 0;
		flex-shrink: 0;
	}

	.wsvm-goal-number {
		width: auto;
	}

	.wsvm-practice-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ws-verdensmaal {
		font-size: 15px;
	}

	.wsvm-hero__inner {
		padding: 58px 20px 68px;
	}

	.wsvm-section-inner {
		padding: 64px 20px;
	}

	.wsvm-practice-section .wsvm-section-inner {
		padding-bottom: 110px;
	}

	.wsvm-title {
		font-size: 48px;
		letter-spacing: -0.045em;
	}

	.wsvm-h2 {
		font-size: 36px;
	}

	.wsvm-hero__text p {
		font-size: 16px;
		line-height: 1.85;
	}

	.wsvm-hero__card {
		border-radius: 26px;
		padding: 18px;
	}

	.wsvm-goal-links {
		gap: 8px;
	}

	.wsvm-goal-link {
		border-radius: 13px;
	}

	.wsvm-goal-badge {
		align-items: flex-start;
	}

	.wsvm-goal-badge img {
		width: 78px;
	}

	.wsvm-goal-number {
		font-size: 11px;
		text-align: center;
	}

	.wsvm-practice-card {
		border-radius: 28px;
		padding: 30px 22px;
	}
}