/*
 * Pannenkoekenburcht — nienoord-child.css
 * =========================================================
 * Laadt NÁ hungry/css/nienoord.css (zie functions.php).
 * Bevat alle pannenkoekenburcht-specifieke visuele CSS die
 * boven op de Hungry + Nienoord basistijlen komt.
 *
 * Kleurpalet (van campingnienoord.nl):
 *   #0B3954   donker teal/navy     — headings, donkere secties
 *   #CD5D67   koraalrood/zalm      — accenten, hover
 *   #0062AD   blauw                — CTA-knop
 *   #DFEBE9   licht mint           — nav-achtergrond, lichte secties
 *   #333333   body-tekst
 *
 * Fonts (al geladen via parent's nienoord-fonts):
 *   "M PLUS 2"       — body
 *   "Seaweed Script" — grote titels
 *   Martel           — headings, knoppen
 * =========================================================
 */


/* =========================================================
   1. HEADER-LAYOUT
   ========================================================= */

/* Flex-container voor logo | nav | acties */
.site-navbar .grid-container {
	display: flex !important;
	align-items: center !important;
	min-height: 74px !important;
	padding: 0 20px !important;
	gap: 0 !important;
}

/* Logo-kolom: breedte wordt bepaald door het badge-element zelf */
.site-navbar .grid-container > div.grid-20,
.site-navbar .grid-container > div.tablet-grid-50.mobile-grid-50:first-child {
	width: auto !important;
	flex: 0 0 auto !important;
}

/* Navigatiekolom vult de resterende breedte */
.nav-container,
.site-navbar .grid-container > div.nav-container {
	flex: 1 1 auto !important;
	width: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}


/* =========================================================
   2. BADGE / PENTAGON LOGO
   ========================================================= */

.burcht-logo-link {
	display: inline-block;
	text-decoration: none !important;
	line-height: 0;
}

.burcht-logo-shield {
	background: #ffffff;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 14px 24px 34px 24px;
	/* Pentagoon / badge-vorm */
	clip-path: polygon(50% 0%, 100% 22%, 100% 78%, 50% 100%, 0% 78%, 0% 22%);
	width: 144px;
	min-height: 92px;
	position: relative;
	z-index: 200;
	box-shadow: 0 6px 28px rgba(11, 57, 84, 0.18);
	transition: box-shadow 0.25s ease;
}

.burcht-logo-shield:hover {
	box-shadow: 0 10px 38px rgba(11, 57, 84, 0.28);
}

.burcht-logo-shield img.site-logo {
	max-width: 88px;
	max-height: 68px;
	width: auto;
	height: auto;
	display: block;
}

/* Tekst-fallback als er geen logo-afbeelding is ingesteld */
.burcht-logo-shield .site-title {
	font-family: "Seaweed Script", cursive !important;
	color: #0B3954 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.3;
	margin: 0;
	text-align: center;
	text-transform: none !important;
	letter-spacing: 0 !important;
}


/* =========================================================
   3. HEADER-ACTIES: social icons + CTA-knop
   ========================================================= */

.burcht-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 14px;
	flex-shrink: 0;
}

/* Social icon — cirkelknop */
.burcht-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(11, 57, 84, 0.10);
	color: #0B3954 !important;
	font-size: 15px;
	text-decoration: none !important;
	transition: background 0.2s, color 0.2s;
	line-height: 1;
	border: none !important;
	box-shadow: none !important;
}

.burcht-social-link:hover,
.burcht-social-link:focus {
	background: #0B3954 !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

/* ---- "BEL NU OM TE RESERVEREN" / "RESERVEER NU" knop ---- */
.burcht-cta-btn {
	background: #0062AD !important;
	color: #ffffff !important;
	border-radius: 6px !important;
	padding: 10px 20px !important;
	font-family: Martel, sans-serif !important;
	font-weight: 700 !important;
	font-size: 11px !important;
	letter-spacing: 0.7px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	transition: background 0.2s;
	white-space: nowrap;
	border: none !important;
	line-height: 1.45;
	box-shadow: 0 2px 8px rgba(0, 98, 173, 0.30) !important;
}

.burcht-cta-btn:hover,
.burcht-cta-btn:focus {
	background: #0B3954 !important;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(11, 57, 84, 0.35) !important;
}

/* Lang label: zichtbaar op brede schermen */
.burcht-cta-btn .cta-long  { display: inline; }
.burcht-cta-btn .cta-short { display: none;   }

@media (max-width: 960px) {
	.burcht-cta-btn .cta-long  { display: none;   }
	.burcht-cta-btn .cta-short { display: inline; }
}

/* Telefoon-icoon vóór de tekst (Font Awesome) */
.burcht-cta-btn::before {
	font-family: FontAwesome;
	content: "\f095"; /* fa-phone */
	font-size: 12px;
	font-weight: 400;
	flex-shrink: 0;
}


/* =========================================================
   4. WAVE-SCHEIDINGSLIJN TUSSEN SECTIES
   ========================================================= */

/*
 * SVG-golf onderaan het hero-blok.
 * Gebruikt als ::after op #single-page-header.
 * De golf is wit, vloeit naadloos over in de volgende sectie.
 */
#single-page-header {
	position: relative;
	overflow: visible !important;
}

#single-page-header::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 56px;
	pointer-events: none;
	z-index: 20;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,28 C240,56 480,0 720,28 C960,56 1200,0 1440,28 L1440,56 L0,56 Z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/*
 * Subpagina-header: geen golf nodig, de scheidingslijn via box-shadow.
 */
#subpage-header {
	overflow: visible !important;
}

/*
 * Golf bóven een sectie met donkere achtergrond die op een lichte volgt.
 * Gebruik class="hungry-section burcht-wave-top" in de sjablooninhoud.
 */
.burcht-wave-top {
	position: relative;
}

.burcht-wave-top::before {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 0;
	width: 100%;
	height: 56px;
	pointer-events: none;
	z-index: 5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 56' preserveAspectRatio='none'%3E%3Cpath fill='%230B3954' d='M0,28 C240,0 480,56 720,28 C960,0 1200,56 1440,28 L1440,56 L0,56 Z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* Geschulpt randje (alternatief voor lichte secties na een donkere) */
.burcht-scallop-top::before {
	content: '';
	display: block;
	width: 100%;
	height: 32px;
	background:
		radial-gradient(circle at 50% -4px, transparent 22px, #DFEBE9 23px)
		0 0 / 44px 32px repeat-x;
	margin-top: -32px;
}


/* =========================================================
   5. MINT-SECTIE (equivalent van .mini-sab op nienoord.nl)
   ========================================================= */

/*
 * Korte horizontale balk met openingstijden of een kernboodschap.
 * Wordt ingeschakeld door de class .burcht-mint-band te geven
 * aan een widget-/tekstblok boven de eerste inhoudssectie.
 */
.burcht-mint-band {
	background: #DFEBE9 !important;
	padding: 18px 0;
	text-align: center;
}

.burcht-mint-band p,
.burcht-mint-band .burcht-openingstijden {
	font-family: Martel, sans-serif;
	color: #0B3954;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

.burcht-mint-band strong,
.burcht-mint-band b {
	color: #0B3954;
}

.burcht-mint-band a {
	color: #0062AD !important;
}

.burcht-mint-band a:hover {
	color: #0B3954 !important;
}


/* =========================================================
   6. PANNENKOEK-KAART / MENU-KAART STIJL
   ========================================================= */

/*
 * Afgeronde boogvorm bovenaan een kaart-afbeelding
 * (optioneel te gebruiken via custom classes in de editor).
 */
.burcht-arch-image {
	border-radius: 50% 50% 0 0 / 28% 28% 0 0;
	overflow: hidden;
	display: block;
}

.burcht-arch-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Accentkleur voor menu-item prijs in speciale kaart */
.hungry-menu-item.special .hungry-menu-item-price {
	background: #CD5D67 !important;
	border-radius: 4px !important;
}

/* Hover-kleur op menu-item titels */
a.hungry-menu-item-header:hover .hungry-menu-item-title {
	color: #CD5D67 !important;
}


/* =========================================================
   7. "BEL NU OM TE RESERVEREN" — sectieblok boven footer
   ========================================================= */

/*
 * Optioneel blok dat via een tekst-widget in de footer of als
 * afzonderlijke sectie boven de footer geplaatst kan worden.
 */
.burcht-bel-sectie {
	background: #0B3954;
	padding: 40px 20px;
	text-align: center;
}

.burcht-bel-sectie h2,
.burcht-bel-sectie h3 {
	font-family: "Seaweed Script", cursive !important;
	color: #ffffff !important;
	font-size: 34px !important;
	margin-bottom: 10px;
}

.burcht-bel-sectie p {
	color: #c8dde0 !important;
	font-size: 16px;
	margin-bottom: 22px;
}

/* Grote "Bel nu"-knop binnen dit blok */
.burcht-bel-sectie .burcht-bel-btn,
a.burcht-bel-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #CD5D67;
	color: #ffffff !important;
	border-radius: 8px;
	padding: 14px 32px;
	font-family: Martel, sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.4px;
	text-decoration: none !important;
	transition: background 0.2s;
}

.burcht-bel-sectie .burcht-bel-btn:hover,
a.burcht-bel-btn:hover {
	background: #0062AD !important;
	color: #ffffff !important;
}

.burcht-bel-sectie .burcht-bel-btn::before,
a.burcht-bel-btn::before {
	font-family: FontAwesome;
	content: "\f095"; /* fa-phone */
	font-size: 18px;
}

/* Klein telefoonnummer-label eronder */
.burcht-bel-sectie .burcht-tel-label {
	display: block;
	margin-top: 14px;
	color: #DFEBE9;
	font-size: 14px;
}

.burcht-bel-sectie .burcht-tel-label a {
	color: #ffffff !important;
	font-weight: 700;
}


/* =========================================================
   8. FOOTER-AANPASSINGEN
   ========================================================= */

/* Lijn boven de widget-zone */
#site-footer .widget-area {
	border-top: 3px solid rgba(223, 235, 233, 0.15);
	padding-top: 40px;
}

/* Footer-widgettitels iets groter */
#site-footer .widget-title {
	font-size: 14px !important;
	letter-spacing: 0.8px !important;
	text-transform: uppercase !important;
}

/* Voeg een subtiele scheidingslijn toe tussen widget-kolommen */
#site-footer .widget-area .grid-container > .grid-25:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}


/* =========================================================
   9. NAVIGATIE — Nienoord-stijl verfijning
   ========================================================= */

/* Actief menu-item lichte onderstreping */
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current_page_item > a {
	-webkit-box-shadow: inset 0 -3px 0 #CD5D67 !important;
	        box-shadow: inset 0 -3px 0 #CD5D67 !important;
	color: #0B3954 !important;
}

/* Dropdown pijltje kleur */
.sf-menu .sf-sub-indicator {
	color: #CD5D67 !important;
}


/* =========================================================
   10. SUBPAGINA INTRO (breadcrumb + paginatitel)
   ========================================================= */

/* Paginatitel in Seaweed Script past bij de rest */
.page-title {
	font-family: "Seaweed Script", cursive !important;
	font-size: 42px !important;
	color: #0B3954 !important;
}

/* Mint achtergrond voor de breadcrumb-balk */
#subpage-header .grid-container {
	background: #DFEBE9;
}


/* =========================================================
   11. RESPONSIEF
   ========================================================= */

@media (max-width: 960px) {
	.burcht-logo-shield {
		width: 116px;
		padding: 10px 18px 28px 18px;
	}

	.burcht-logo-shield img.site-logo {
		max-width: 70px;
	}

	.burcht-header-actions {
		gap: 6px;
		margin-left: 8px;
	}

	.burcht-cta-btn {
		padding: 9px 14px !important;
		font-size: 10px !important;
	}
}

@media (max-width: 768px) {
	.burcht-logo-shield {
		width: 100px;
		padding: 8px 14px 24px 14px;
		min-height: 72px;
	}

	.burcht-logo-shield img.site-logo {
		max-width: 60px;
	}
}

@media (max-width: 480px) {
	/* Social icons verbergen op kleine schermen voor ruimte */
	.burcht-social-link {
		display: none !important;
	}

	.burcht-logo-shield {
		width: 86px;
		padding: 7px 12px 20px 12px;
		min-height: 60px;
	}

	/* Lange + korte tekst al geregeld via JS-minder CSS boven */
}
