/* Brand content pages: Kontakt, Laserskæring, Om os */

/* Scope to page content only — never .rey-siteHeader. */
body.cl-page .site-content,
body.cl-page .site-content .entry-content,
body.cl-page .site-content .elementor,
body.cl-page .site-content .e-con {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	background: transparent !important;
}

.cl-page-shell {
	--ink: var(--cl-ink, #14110f);
	--muted: var(--cl-muted, #5a5049);
	--paper: var(--cl-paper, #f3eee7);
	--white: var(--cl-white, #fffdf9);
	--line: var(--cl-line, #d9cdc0);
	--accent: var(--cl-accent, #7a4a30);
	--btn: var(--cl-btn, #2c1d17);
	color: var(--ink);
	font-family: Manrope, system-ui, sans-serif;
	background:
		radial-gradient(1000px 420px at 10% -8%, rgba(139, 90, 60, 0.08), transparent 55%),
		linear-gradient(180deg, #fbf9f6 0%, var(--paper) 55%, #efe9e0 100%);
	padding-bottom: 64px;
}

.cl-page-shell *,
.cl-page-shell *::before,
.cl-page-shell *::after {
	box-sizing: border-box;
}

.cl-page-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}

.cl-page-eyebrow {
	margin: 0 0 12px;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--accent);
}

.cl-page-title {
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 500;
	font-size: clamp(2.2rem, 6vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: 0.01em;
	text-transform: none;
	color: var(--ink);
}

.cl-page-lead {
	margin: 16px 0 0;
	max-width: 38em;
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--muted);
	font-weight: 500;
}

.cl-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.cl-page-shell .cl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 0;
	background: var(--btn);
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.92rem;
	border: 1px solid var(--btn);
}

.cl-page-shell .cl-btn.alt {
	background: transparent;
	color: var(--btn) !important;
	border-color: var(--line);
}

.cl-page-shell .cl-btn:hover {
	background: #1a110e;
	border-color: #1a110e;
	color: #fff !important;
}

.cl-page-shell .cl-btn.alt:hover {
	background: transparent;
	border-color: var(--btn);
	color: var(--btn) !important;
}

.cl-muted {
	color: var(--muted);
	font-size: 0.92rem;
}

/* Plain hero (kontakt) */
.cl-page-hero--plain {
	padding: clamp(36px, 6vw, 72px) 20px 12px;
}

.cl-page-hero--plain .cl-page-hero__inner {
	max-width: 1080px;
	margin: 0 auto;
}

/* Media hero (laser) */
.cl-page-hero--media {
	position: relative;
	min-height: clamp(360px, 62vw, 560px);
	display: flex;
	align-items: flex-end;
	color: #fffdf9;
	margin-bottom: 28px;
	overflow: hidden;
}

.cl-page-hero--media .cl-page-hero__media {
	position: absolute;
	inset: 0;
	background: #1a1410;
}

.cl-page-hero--media .cl-page-hero__media img,
.cl-page-hero--media .cl-page-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
	display: block;
}

.cl-page-hero--media .cl-page-hero__video {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #1a1410;
}

.cl-page-hero--media .cl-page-hero__veil {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(20, 17, 15, 0.35) 0%, rgba(20, 17, 15, 0.72) 48%, rgba(20, 17, 15, 0.9) 100%);
}

.cl-page-hero--media .cl-page-hero__inner {
	position: relative;
	z-index: 3;
	max-width: 1080px;
	margin: 0 auto;
	padding: 28px 20px 40px;
	width: 100%;
}

.cl-page-hero--media .cl-page-eyebrow {
	color: rgba(255, 248, 242, 0.88);
}

.cl-page-hero--media .cl-page-title,
.cl-page-hero--media .cl-page-lead {
	color: #fffdf9;
	text-shadow: 0 1px 18px rgba(20, 17, 15, 0.35);
}

.cl-page-hero--media .cl-page-lead {
	opacity: 0.92;
}

.cl-page-hero--media .cl-btn.alt {
	background: rgba(255, 253, 249, 0.1);
	color: #fff !important;
	border-color: rgba(255, 253, 249, 0.45);
}

@media (max-width: 767px) {
	.cl-page-hero--media {
		min-height: 72vh;
		min-height: 72dvh;
		align-items: flex-end;
	}

	.cl-page-hero--media .cl-page-hero__inner {
		padding: 24px 16px 28px;
	}

	.cl-page-hero--media .cl-page-title {
		font-size: clamp(1.85rem, 8.2vw, 2.35rem);
		line-height: 1.12;
		max-width: 14em;
	}

	.cl-page-hero--media .cl-page-lead {
		font-size: 0.98rem;
		margin-top: 12px;
	}

	.cl-page-hero--media .cl-page-hero__veil {
		background:
			linear-gradient(180deg, rgba(20, 17, 15, 0.28) 0%, rgba(20, 17, 15, 0.78) 42%, rgba(20, 17, 15, 0.94) 100%);
	}

	.cl-page-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin-top: 18px;
	}

	.cl-page-shell .cl-btn {
		width: 100%;
		min-height: 48px;
	}

	.cl-cta-band {
		flex-direction: column;
		align-items: stretch;
		padding: 22px 18px;
		gap: 14px;
	}

	.cl-cta-band .cl-btn {
		width: 100%;
	}

	.cl-sister-band {
		padding: 22px 18px;
	}

	.cl-sister-band .cl-btn {
		width: 100%;
	}

	.cl-feature,
	.cl-steps li,
	.cl-kontakt__card {
		border-radius: 0;
	}

	.cl-page-wrap {
		padding: 0 16px;
	}
}

/* Kontakt cards */
.cl-kontakt__grid {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}

@media (min-width: 800px) {
	.cl-kontakt__grid {
		grid-template-columns: 1fr 1fr;
	}

	.cl-kontakt__card--wide {
		grid-column: 1 / -1;
	}
}

.cl-kontakt__card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 22px 20px;
	box-shadow: 0 10px 28px rgba(31, 26, 23, 0.05);
}

.cl-kontakt__card h2 {
	margin: 0 0 10px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.65rem;
	font-weight: 500;
}

.cl-kontakt__card a {
	color: var(--ink);
	font-weight: 700;
	text-decoration: none;
}

.cl-kontakt__card a:hover {
	color: var(--accent);
}

.cl-kontakt__card .wpcf7 {
	margin-top: 12px;
}

.cl-kontakt__card .wpcf7 input,
.cl-kontakt__card .wpcf7 textarea {
	width: 100%;
}

/* Laser content */
.cl-prose {
	margin: 36px 0;
}

.cl-prose h2 {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.7rem, 3.5vw, 2.2rem);
	font-weight: 500;
}

.cl-prose p {
	margin: 0 0 12px;
	color: var(--muted);
	line-height: 1.65;
	max-width: 48em;
}

.cl-feature-grid {
	display: grid;
	gap: 12px;
	margin: 28px 0 8px;
}

@media (min-width: 720px) {
	.cl-feature-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.cl-feature {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 20px 18px;
}

.cl-feature h3 {
	margin: 0 0 8px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 500;
}

.cl-feature p {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
	font-size: 0.95rem;
}

.cl-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
	counter-reset: clstep;
}

.cl-steps li {
	counter-increment: clstep;
	display: grid;
	grid-template-columns: 2.2rem minmax(0, 1fr);
	column-gap: 12px;
	row-gap: 4px;
	align-items: start;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 16px;
}

.cl-steps li::before {
	content: counter(clstep);
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	background: var(--btn);
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 0.85rem;
}

.cl-steps strong {
	grid-column: 2;
	display: block;
	margin: 0;
	color: var(--ink);
}

.cl-steps span {
	grid-column: 2;
	display: block;
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.5;
	max-width: none;
}

.cl-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
	max-width: 42em;
}

.cl-checklist li {
	position: relative;
	padding-left: 1.4rem;
	color: var(--muted);
	line-height: 1.5;
}

.cl-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: var(--accent);
}

.cl-cta-band {
	margin: 40px 0;
	padding: 28px 22px;
	border-radius: 18px;
	background: #2c1d17;
	color: #fffdf9;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
}

.cl-cta-band h2 {
	margin: 0 0 6px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fffdf9;
}

.cl-cta-band p {
	margin: 0;
	color: rgba(255, 248, 242, 0.86);
	max-width: 36em;
}

.cl-cta-band .cl-btn {
	background: #fff;
	color: #2c1d17 !important;
	border-color: #fff;
}

.cl-cta-band .cl-btn:hover {
	background: #ece6dd;
	border-color: #ece6dd;
	color: #2c1d17 !important;
}

.cl-sister-band {
	margin: 40px 0;
	padding: 26px 22px;
	border: 1px solid var(--line);
	background: var(--white);
	display: flex;
	flex-wrap: wrap;
	gap: 18px 24px;
	align-items: flex-end;
	justify-content: space-between;
}

.cl-sister-band h2 {
	margin: 0 0 10px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.55rem, 3vw, 2rem);
	font-weight: 500;
}

.cl-sister-band p {
	margin: 0 0 10px;
	color: var(--muted);
	line-height: 1.6;
	max-width: 46em;
}

.cl-sister-band p:last-child {
	margin-bottom: 0;
}

.cl-sister-band a:not(.cl-btn) {
	color: var(--ink);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.cl-sister-band a:not(.cl-btn):hover {
	color: var(--accent);
}

.cl-sister-band .cl-btn {
	flex-shrink: 0;
}

.cl-faq {
	margin: 36px 0 8px;
}

.cl-faq h2 {
	margin: 0 0 14px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.7rem, 3.5vw, 2.2rem);
	font-weight: 500;
}

.cl-faq details {
	border: 1px solid var(--line);
	background: var(--white);
	padding: 14px 16px;
	margin: 0 0 8px;
}

.cl-faq summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--ink);
	list-style: none;
}

.cl-faq summary::-webkit-details-marker {
	display: none;
}

.cl-faq summary::after {
	content: "+";
	float: right;
	font-weight: 600;
	color: var(--muted);
}

.cl-faq details[open] summary::after {
	content: "–";
}

.cl-faq details p {
	margin: 10px 0 0;
	color: var(--muted);
	line-height: 1.6;
	max-width: 48em;
}

.cl-faq details a {
	color: var(--ink);
	font-weight: 700;
}

.cl-prose--seo {
	opacity: 0.95;
}

.cl-prose--seo p + p {
	margin-top: 12px;
}

/* Om os */
.cl-omos-hero {
	display: grid;
	gap: 28px;
	max-width: 1080px;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 64px) 20px 12px;
	align-items: center;
}

@media (min-width: 840px) {
	.cl-omos-hero {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 48px;
		padding-bottom: 28px;
	}
}

.cl-omos-hero__copy .cl-page-title {
	font-size: clamp(2rem, 5.2vw, 3.15rem);
}

.cl-omos-hero__media {
	margin: 0;
}

.cl-omos-hero__media img {
	display: block;
	width: 100%;
	height: min(72vw, 540px);
	object-fit: cover;
	object-position: 50% 40%;
	border-radius: 18px;
	background: #ece6dd;
}

.cl-about-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 8px 0 36px;
}

.cl-about-strip figure {
	margin: 0;
}

.cl-about-strip img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 14px;
	background: #ece6dd;
}

.cl-about-split {
	display: grid;
	gap: 28px;
	align-items: center;
	margin: 8px 0 36px;
}

@media (min-width: 840px) {
	.cl-about-split {
		grid-template-columns: 1.15fr 0.85fr;
		gap: 40px;
	}
}

.cl-about-copy {
	margin: 0;
}

.cl-about-portrait {
	margin: 0;
}

.cl-about-portrait img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
	border-radius: 18px;
	background: #ece6dd;
}

.cl-about-values {
	margin: 36px 0;
}

.cl-about-values h2 {
	margin: 0 0 16px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.7rem, 3.5vw, 2.2rem);
	font-weight: 500;
}

.cl-about-values ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

@media (min-width: 720px) {
	.cl-about-values ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.cl-about-values li {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 20px 18px;
}

.cl-about-values strong {
	display: block;
	margin: 0 0 8px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.3rem;
	font-weight: 500;
	color: var(--ink);
}

.cl-about-values span {
	display: block;
	color: var(--muted);
	line-height: 1.55;
	font-size: 0.95rem;
}

.cl-omos .cl-prose a {
	color: var(--ink);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.cl-omos .cl-prose a:hover {
	color: var(--accent);
}

@media (max-width: 767px) {
	.cl-omos-hero {
		padding: 28px 16px 8px;
		gap: 20px;
	}

	.cl-omos-hero__media img {
		border-radius: 0;
		height: 58vw;
		min-height: 240px;
	}

	.cl-about-strip {
		gap: 8px;
		margin-bottom: 28px;
	}

	.cl-about-strip img {
		height: 28vw;
		min-height: 96px;
		border-radius: 0;
	}

	.cl-about-portrait img {
		border-radius: 0;
		max-height: 380px;
	}

	.cl-about-values li {
		border-radius: 0;
	}
}

/* Legal pages */
.cl-legal-nav {
	margin: 8px 0 28px;
}

.cl-legal-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cl-legal-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--white);
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
}

.cl-legal-nav a:hover,
.cl-legal-nav a[aria-current="page"] {
	border-color: var(--btn);
	background: var(--btn);
	color: #fff;
}

.cl-legal-callout {
	margin: 0 0 28px;
	padding: 18px 18px 4px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--white);
}

.cl-legal blockquote {
	margin: 12px 0 20px;
	padding: 14px 16px;
	border-left: 3px solid var(--accent);
	background: var(--white);
	color: var(--muted);
}

.cl-legal .cl-prose ol {
	margin: 0 0 16px;
	padding-left: 1.2rem;
	color: var(--muted);
	line-height: 1.6;
	max-width: 48em;
}

.cl-legal .cl-prose ol li {
	margin-bottom: 8px;
}
