/* Kaffebaren Faxe - små stemningsdetaljer oven på theme.json */

.kbf-hero {
	position: relative;
	background-image: radial-gradient(circle, rgba(42,27,18,0.12) 1.5px, transparent 1.5px);
	background-size: 22px 22px;
}

.kbf-tag {
	display: inline-block;
	font-family: var(--wp--preset--font-family--handskrift);
	font-size: 1.4rem;
	color: var(--wp--preset--color--karamel);
	transform: rotate(-3deg);
	margin-bottom: 0.5rem;
}

.kbf-menu-card {
	border: 1.5px dashed var(--wp--preset--color--karamel);
	border-radius: 14px;
	padding: 1.75rem 1.5rem !important;
	background: rgba(255,255,255,0.03);
}

.kbf-price {
	font-family: var(--wp--preset--font-family--handskrift);
	color: var(--wp--preset--color--karamel);
	font-size: 1.5rem;
	transform: rotate(-2deg);
	display: inline-block;
}

.kbf-quote {
	font-family: var(--wp--preset--font-family--display);
	font-style: italic;
}

@media (max-width: 600px) {
	.kbf-hero { background-size: 16px 16px; }
	.kbf-hero h1 { font-size: 2.2rem !important; }
	.kbf-hero p { font-size: 1.15rem !important; }
	.kbf-tag { font-size: 1.15rem !important; }
}

/* Header: strammere afstand og pænere ombrydning på mobil */
@media (max-width: 600px) {
	header.wp-block-group { padding-top: 1rem !important; padding-bottom: 1rem !important; }
	header.wp-block-group > .wp-block-group { row-gap: 0.75rem !important; }
}

/* Tavlemenu - sort tavle med kridt-skrift */
.kbf-chalkboard {
	background: #17130F;
	border: 14px solid var(--wp--preset--color--karamel);
	border-radius: 10px;
	box-shadow: inset 0 0 60px rgba(0,0,0,0.55);
	background-image:
		radial-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
		radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
	background-size: 3px 3px, 5px 5px;
	background-position: 0 0, 2px 2px;
}

.kbf-chalk-tag {
	font-family: var(--wp--preset--font-family--handskrift);
	color: var(--wp--preset--color--karamel);
	font-size: 1.4rem;
	text-align: center;
	transform: rotate(-2deg);
}

.kbf-chalk-heading {
	font-family: var(--wp--preset--font-family--handskrift) !important;
	color: #F4F1E8 !important;
	text-shadow: 0 0 1px rgba(244,241,232,0.5), 0 0 10px rgba(244,241,232,0.12);
	font-weight: 400 !important;
}

.kbf-chalk-category {
	font-family: var(--wp--preset--font-family--handskrift) !important;
	color: var(--wp--preset--color--karamel) !important;
	font-size: 1.5rem !important;
	border-bottom: 1px dashed rgba(255,255,255,0.25);
	padding-bottom: 0.5rem;
	margin-bottom: 0.75rem !important;
}

.kbf-chalk-line {
	display: flex !important;
	align-items: baseline;
	gap: 0.45em;
	font-family: var(--wp--preset--font-family--handskrift) !important;
	color: #F4F1E8 !important;
	font-size: 1.35rem !important;
	text-shadow: 0 0 1px rgba(244,241,232,0.45);
	line-height: 1.7 !important;
	margin-bottom: 0.15rem !important;
}

.kbf-chalk-name {
	white-space: nowrap;
	flex: 0 0 auto;
}

.kbf-chalk-dots {
	flex: 1 1 auto;
	min-width: 1em;
	border-bottom: 2px dotted rgba(244,241,232,0.35);
	margin-bottom: 0.4em;
}

.kbf-chalk-price {
	white-space: nowrap;
	flex: 0 0 auto;
	padding-right: 0.6rem;
}

.kbf-chalkboard {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 3rem;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	.kbf-chalkboard { padding: 1.75rem 1.25rem; }
}

.kbf-chalk-note {
	font-family: var(--wp--preset--font-family--body) !important;
	color: rgba(244,241,232,0.55) !important;
	font-size: 0.85rem !important;
}

/* Dagens Bolle - lille kridt-skilt */
.kbf-special-badge {
	background: #17130F;
	border: 10px solid var(--wp--preset--color--karamel);
	border-radius: 14px;
	box-shadow: inset 0 0 40px rgba(0,0,0,0.5);
	padding: 1.5rem 2.25rem;
	margin: 0 auto;
	max-width: 480px;
	text-align: center;
	transform: rotate(-1.5deg);
}

.kbf-special-label {
	font-family: var(--wp--preset--font-family--handskrift);
	color: var(--wp--preset--color--karamel);
	font-size: 1.15rem;
	margin: 0 0 0.25rem;
}

.kbf-special-value {
	font-family: var(--wp--preset--font-family--handskrift);
	color: #F4F1E8;
	text-shadow: 0 0 1px rgba(244,241,232,0.5), 0 0 10px rgba(244,241,232,0.12);
	font-size: 1.9rem;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 600px) {
	.kbf-special-badge { padding: 1.25rem 1.5rem; transform: rotate(-1deg); }
	.kbf-special-value { font-size: 1.5rem; }
}
