/* Tinghøj — Booking Modal */
.bk-modal[hidden] { display: none !important; }
.bk-modal {
	position: fixed; inset: 0; z-index: 99996;
	display: flex; align-items: center; justify-content: center;
	font-family: 'Barlow','Inter',sans-serif;
	padding: 20px;
	opacity: 0;
	transition: opacity .25s ease;
}
.bk-modal.is-open { opacity: 1; }
.bk-modal-overlay {
	position: absolute; inset: 0;
	background: rgba(10,10,10,.78);
	backdrop-filter: blur(6px);
	cursor: pointer;
}
.bk-modal-panel {
	position: relative;
	background: #111010;
	border: 1px solid rgba(255,255,255,.08);
	max-width: 720px; width: 100%;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
	box-shadow: 0 30px 80px -10px rgba(0,0,0,.6);
	color: #fff;
	transform: translateY(10px);
	transition: transform .25s ease;
}
.bk-modal.is-open .bk-modal-panel { transform: translateY(0); }
.bk-modal-close {
	position: absolute; top: 12px; right: 16px;
	width: 36px; height: 36px;
	background: transparent; border: 0; color: rgba(255,255,255,.6);
	font-size: 28px; line-height: 1; cursor: pointer;
	z-index: 2;
	transition: color .15s;
}
.bk-modal-close:hover { color: #fff; }

.bk-modal-head {
	padding: 36px 36px 24px;
	border-bottom: 1px solid rgba(255,255,255,.06);
}
.bk-modal-eyebrow {
	font-family: 'Saira Condensed', sans-serif;
	font-size: 11px; font-weight: 700; letter-spacing: .2em;
	text-transform: uppercase; color: #C42020;
	margin-bottom: 12px;
}
.bk-modal-h {
	font-family: 'Saira Condensed', sans-serif;
	font-size: clamp(28px, 4vw, 38px); font-weight: 900;
	line-height: 1; text-transform: uppercase;
	letter-spacing: -.01em;
	color: #fff; margin: 0 0 10px;
}
.bk-modal-sub {
	font-size: 14px; color: rgba(255,255,255,.65);
	line-height: 1.55; margin: 0;
}

/* Form */
.bk-form { padding: 28px 36px 36px; }
.bk-choices {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 24px;
}
.bk-choice {
	cursor: pointer;
	position: relative;
}
.bk-choice input {
	position: absolute; opacity: 0;
	width: 100%; height: 100%; top: 0; left: 0;
	margin: 0; cursor: pointer;
}
.bk-choice-card {
	display: block;
	padding: 16px 14px 14px;
	background: #1a1a1a;
	border: 1.5px solid rgba(255,255,255,.1);
	border-radius: 3px;
	transition: border-color .15s, background .15s, transform .12s;
	height: 100%;
}
.bk-choice:hover .bk-choice-card {
	border-color: rgba(196,32,32,.5);
	background: #1c1818;
}
.bk-choice input:checked + .bk-choice-card {
	border-color: #C42020;
	background: #2a1212;
	box-shadow: 0 0 0 2px rgba(196,32,32,.25);
}
.bk-choice input:focus-visible + .bk-choice-card {
	outline: 2px solid #C42020; outline-offset: 2px;
}
.bk-choice-ic {
	display: block; font-size: 20px; margin-bottom: 8px;
}
.bk-choice-t {
	display: block;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 14px; font-weight: 800; text-transform: uppercase;
	letter-spacing: .03em; color: #fff;
	margin-bottom: 4px;
}
.bk-choice-d {
	display: block; font-size: 12px; color: rgba(255,255,255,.55);
	line-height: 1.4;
}

.bk-fields { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.bk-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bk-field { display: flex; flex-direction: column; gap: 6px; }
.bk-field label {
	font-size: 11px; font-weight: 700; letter-spacing: .12em;
	text-transform: uppercase; color: rgba(255,255,255,.65);
}
.bk-field input, .bk-field textarea {
	background: #1a1a1a;
	border: 1px solid rgba(255,255,255,.12);
	color: #fff;
	font: inherit; font-size: 14px;
	padding: 11px 13px;
	border-radius: 2px;
	transition: border-color .15s;
	font-family: inherit;
}
.bk-field input:focus, .bk-field textarea:focus {
	outline: 0; border-color: #C42020;
	box-shadow: 0 0 0 2px rgba(196,32,32,.18);
}
.bk-field textarea { resize: vertical; min-height: 70px; }

.bk-actions {
	display: flex; justify-content: space-between; align-items: center;
	flex-wrap: wrap; gap: 14px;
}
.bk-submit {
	background: #C42020 !important;
	color: #fff !important;
	border: 0;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 13px !important; font-weight: 700;
	letter-spacing: .1em; text-transform: uppercase;
	padding: 14px 28px !important;
	cursor: pointer;
	transition: background .15s, transform .12s;
}
.bk-submit:hover { background: #d62929 !important; transform: translateY(-1px); }
.bk-call {
	font-size: 13px; color: rgba(255,255,255,.65);
	text-decoration: none;
}
.bk-call strong { color: #fff; font-weight: 800; }
.bk-call:hover { color: #fff; }

@media (max-width: 640px) {
	.bk-modal-head { padding: 28px 22px 18px; }
	.bk-form { padding: 20px 22px 28px; }
	.bk-choices { grid-template-columns: 1fr; }
	.bk-row-2 { grid-template-columns: 1fr; }
	.bk-actions { flex-direction: column; align-items: stretch; }
	.bk-submit, .bk-call { text-align: center; }
}

/* Trigger button styling — for når "Book service"-knapper bruges */
body.bk-modal-open { overflow: hidden; }
