/**
 * [navneleg_start_choices] - Sektion med 3 startmuligheder
 *
 * CSS-variable-system: farver kan overskrives via inline-style fra admin.
 * Default-værdier matcher Atelier-paletten.
 */

.np-sc {
	/* CSS-variabler (kan overskrives via inline style fra admin) */
	--np-sc-text:        #031C26;
	--np-sc-text-soft:   #5A6B73;
	--np-sc-accent:      #B89968;
	--np-sc-cta-bg:      #031C26;
	--np-sc-check:       #78918D;
	--np-sc-card-bg:     #FFFFFF;
	--np-sc-line:        rgba(3, 28, 38, 0.08);
	--np-sc-line-strong: rgba(3, 28, 38, 0.16);

	--np-sc-font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
	--np-sc-font-body:    'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

	font-family: var(--np-sc-font-body);
	color: var(--np-sc-text);
	line-height: 1.5;
}

/* === Grid === */
.np-sc__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

/* === Kort === */
.np-sc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--np-sc-card-bg);
	border: 1px solid var(--np-sc-line);
	padding: 36px 32px 32px;
	box-shadow: 0 1px 3px rgba(3,28,38,0.06), 0 4px 12px rgba(3,28,38,0.04);
	transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
	            transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
	            border-color 0.35s ease;
}

.np-sc-card:hover {
	box-shadow: 0 4px 14px rgba(3,28,38,0.08), 0 10px 30px rgba(3,28,38,0.06);
	transform: translateY(-2px);
	border-color: var(--np-sc-line-strong);
}

.np-sc-card--featured {
	border-color: rgba(184, 153, 104, 0.4);
}
.np-sc-card--featured:hover {
	border-color: var(--np-sc-accent);
}

/* Badge */
.np-sc-card__badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--np-sc-accent);
	color: #fff;
	font-family: var(--np-sc-font-body);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 7px 16px;
	white-space: nowrap;
}

/* Eyebrow */
.np-sc-card__eyebrow {
	font-family: var(--np-sc-font-body);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--np-sc-text-soft);
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.np-sc-card__eyebrow-number {
	color: var(--np-sc-accent);
	font-weight: 600;
}

/* Titel */
.np-sc-card__title {
	font-family: var(--np-sc-font-display);
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.15;
	color: var(--np-sc-text);
	margin: 0 0 14px;
	letter-spacing: -0.005em;
}

/* === Visual === */
.np-sc-card__visual {
	margin: 0 0 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	position: relative;
}
.np-sc-card__visual--templates { padding: 12px 0; }
.np-sc-card__visual--blank { padding: 12px 0; }

/* === Plakat-stack (kolonne 1) === */
.np-sc-poster-stack {
	position: relative;
	width: 240px;
	height: 240px;
}
.np-sc-poster {
	position: absolute;
	background: #fff;
	border: 1px solid var(--np-sc-line);
	box-shadow: 0 4px 14px rgba(3,28,38,0.08), 0 10px 30px rgba(3,28,38,0.06);
	overflow: hidden;
}
.np-sc-poster img,
.np-sc-poster .np-sc-poster__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.np-sc-poster--1 {
	width: 100px;
	height: 140px;
	left: 6px;
	top: 50px;
	transform: rotate(-7deg);
	z-index: 1;
}
.np-sc-poster--2 {
	width: 110px;
	height: 154px;
	left: 65px;
	top: 38px;
	z-index: 3;
}
.np-sc-poster--3 {
	width: 100px;
	height: 140px;
	right: 6px;
	top: 50px;
	transform: rotate(7deg);
	z-index: 2;
}

/* Placeholder hvis ingen billede valgt */
.np-sc-poster__placeholder {
	width: 100%;
	height: 100%;
}
.np-sc-poster__placeholder-inner {
	width: 100%;
	height: 100%;
}

/* === Blank plakat (kolonne 2 og 3) === */
.np-sc-blank-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.np-sc-blank {
	position: relative;
	background: #fff;
	border: 1px solid var(--np-sc-line-strong);
	box-shadow: 0 4px 14px rgba(3,28,38,0.08), 0 10px 30px rgba(3,28,38,0.06);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 26px 22px;
	box-sizing: border-box;
}
.np-sc-blank--portrait {
	width: 130px;
	height: 182px;
}
.np-sc-blank--landscape {
	width: 200px;
	height: 140px;
}
.np-sc-blank__line {
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, var(--np-sc-line-strong) 50%, transparent 50%);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	margin: 6px 0;
}
.np-sc-blank__line--short  { width: 60%; }
.np-sc-blank__line--medium { width: 80%; }
.np-sc-blank__line--long   { width: 100%; }
.np-sc-blank__divider {
	width: 30px;
	height: 1px;
	background: var(--np-sc-accent);
	margin: 14px 0;
}
.np-sc-blank__measure {
	position: absolute;
	font-size: 9px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--np-sc-text-soft);
	font-weight: 500;
}
.np-sc-blank__measure--side {
	left: -30px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: center;
}
.np-sc-blank__measure--bottom {
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

/* === Bullets === */
.np-sc-card__bullets {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.np-sc-card__bullet {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--np-sc-text);
}
.np-sc-card__bullet-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--np-sc-check);
}

/* === CTA === */
.np-sc-card__footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.np-sc-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 24px;
	font-family: var(--np-sc-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid var(--np-sc-cta-bg);
	background: transparent;
	color: var(--np-sc-cta-bg);
	transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
	width: 100%;
	box-sizing: border-box;
}
.np-sc-card__cta:hover {
	background: var(--np-sc-cta-bg);
	color: #fff;
	transform: translateY(-1px);
}
.np-sc-card__cta-arrow {
	transition: transform 0.25s ease;
}
.np-sc-card__cta:hover .np-sc-card__cta-arrow {
	transform: translateX(3px);
}

.np-sc-card__cta--primary {
	background: var(--np-sc-cta-bg);
	color: #fff;
}
.np-sc-card__cta--primary:hover {
	background: #000;
	color: #fff;
}

/* ============================================================
   RESPONSIVE
============================================================ */

/* Tablet: 768-1023px - 3 kolonner men kompakte */
@media (min-width: 768px) and (max-width: 1023px) {
	.np-sc__grid {
		gap: 16px;
	}
	.np-sc-card {
		padding: 32px 22px 24px;
	}
	.np-sc-card__title {
		font-size: 24px;
	}
	.np-sc-card__visual {
		min-height: 200px;
		margin-bottom: 22px;
	}
	.np-sc-poster-stack {
		width: 200px;
		height: 200px;
	}
	.np-sc-poster--1 { width: 84px; height: 118px; left: 4px; top: 42px; }
	.np-sc-poster--2 { width: 92px; height: 130px; left: 54px; top: 32px; }
	.np-sc-poster--3 { width: 84px; height: 118px; right: 4px; top: 42px; }
	.np-sc-blank--portrait  { width: 110px; height: 154px; }
	.np-sc-blank--landscape { width: 168px; height: 118px; }
	.np-sc-card__bullets { gap: 10px; margin-bottom: 26px; }
	.np-sc-card__bullet { font-size: 13px; }
	.np-sc-card__cta { padding: 14px 18px; font-size: 11px; }
	.np-sc-card__badge { font-size: 9px; padding: 6px 12px; }
}

/* Mobil: under 768px - 1 kolonne */
@media (max-width: 767px) {
	.np-sc__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.np-sc-card {
		padding: 32px 24px 28px;
	}
	.np-sc-card__title {
		font-size: 26px;
	}
	.np-sc-card__visual {
		min-height: 200px;
	}
	.np-sc-poster-stack {
		width: 220px;
		height: 220px;
	}
	.np-sc-poster--1 { width: 92px; height: 130px; left: 4px; top: 46px; }
	.np-sc-poster--2 { width: 102px; height: 142px; left: 60px; top: 36px; }
	.np-sc-poster--3 { width: 92px; height: 130px; right: 4px; top: 46px; }
}
