/* ==========================================================================
   Best of Lake Garda — templates for picks, towns, guides
   Everything is scoped to .bolg-* so Elementor pages are unaffected
   (except the card grids, which are shared via shortcodes).
   ========================================================================== */

:root {
	--bolg-cream: #fbf7f0;
	--bolg-paper: #fffdf9;
	--bolg-sand: #f3eadb;
	--bolg-stone: #e6d9c4;
	--bolg-ink: #2b2420;
	--bolg-ink-soft: #4a403a;
	--bolg-muted: #74675c;
	--bolg-terracotta: #b4532e;
	--bolg-terracotta-deep: #8f3f20;
	--bolg-terracotta-tint: #f6e3d7;
	--bolg-lake: #1d5a66;
	--bolg-lake-deep: #123f48;
	--bolg-lake-tint: #e1eef0;
	--bolg-olive: #66703d;
	--bolg-olive-tint: #ebedd9;
	--bolg-lemon: #e8b64a;
	--bolg-lemon-tint: #fbf0d3;

	--bolg-serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	--bolg-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--bolg-radius: 18px;
	--bolg-radius-sm: 10px;
	--bolg-shadow: 0 1px 2px rgba(60, 40, 20, .05), 0 8px 28px -12px rgba(60, 40, 20, .18);
	--bolg-shadow-lg: 0 2px 4px rgba(60, 40, 20, .05), 0 24px 48px -20px rgba(60, 40, 20, .28);
	--bolg-wrap: 1180px;
	--bolg-gutter: clamp(16px, 4vw, 40px);
}

/* ---- Astra container reset on theme templates -------------------------- */
body.bolg-template { background: var(--bolg-cream); }
body.bolg-template .site-content > .ast-container {
	max-width: none;
	padding: 0;
	display: block;
}
body.bolg-template .site-content { padding: 0 !important; }

/* ---- Base ---------------------------------------------------------------- */
.bolg-page {
	font-family: var(--bolg-sans);
	font-size: 17px;
	line-height: 1.65;
	color: var(--bolg-ink);
	background: var(--bolg-cream);
	-webkit-font-smoothing: antialiased;
}
.bolg-page *, .bolg-page *::before, .bolg-page *::after { box-sizing: border-box; }
.bolg-page h1, .bolg-page h2, .bolg-page h3 {
	font-family: var(--bolg-serif);
	font-optical-sizing: auto;
	color: var(--bolg-ink);
	letter-spacing: -0.015em;
	line-height: 1.15;
	margin: 0;
}
.bolg-page a { color: var(--bolg-terracotta); text-underline-offset: 3px; }
.bolg-page a:hover { color: var(--bolg-terracotta-deep); }
.bolg-page :focus-visible { outline: 3px solid var(--bolg-lemon); outline-offset: 3px; border-radius: 4px; }
.bolg-page img { max-width: 100%; height: auto; display: block; }
.bolg-page ol, .bolg-page ul { margin: 0; padding: 0; list-style: none; }

.bolg-wrap {
	width: 100%;
	max-width: calc(var(--bolg-wrap) + 2 * var(--bolg-gutter));
	margin: 0 auto;
	padding: 0 var(--bolg-gutter);
}

.bolg-icon { flex: none; vertical-align: -3px; }

.bolg-eyebrow {
	font-family: var(--bolg-sans);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--bolg-terracotta);
	margin: 0 0 10px;
}

.bolg-prose > * { margin: 0; }
.bolg-prose > * + * { margin-top: 1em; }
.bolg-prose ul { list-style: disc; padding-left: 1.3em; }
.bolg-prose ol { list-style: decimal; padding-left: 1.3em; }
.bolg-prose strong { color: var(--bolg-ink); }

/* Image placeholder (no image uploaded yet) */
.bolg-ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	background:
		radial-gradient(120% 80% at 80% 110%, rgba(29, 90, 102, .55), transparent 60%),
		radial-gradient(90% 70% at 10% 0%, rgba(232, 182, 74, .45), transparent 60%),
		linear-gradient(160deg, #e9d8bf, #cfe0de);
}

/* ---- Hero ---------------------------------------------------------------- */
.bolg-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(40px, 7vw, 88px) 0 clamp(48px, 7vw, 80px);
	background:
		radial-gradient(70% 120% at 100% 0%, rgba(232, 182, 74, .22), transparent 60%),
		radial-gradient(60% 90% at 0% 100%, rgba(29, 90, 102, .14), transparent 60%),
		var(--bolg-sand);
	overflow: hidden;
}
.bolg-hero::after { /* soft lake ripple at the bottom edge */
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 28px;
	background: var(--bolg-cream);
	-webkit-mask: radial-gradient(28px 14px at 50% 100%, #000 98%, transparent) 0 0 / 56px 28px repeat-x;
	        mask: radial-gradient(28px 14px at 50% 100%, #000 98%, transparent) 0 0 / 56px 28px repeat-x;
	z-index: 1;
}
.bolg-hero.has-image {
	min-height: clamp(420px, 62vh, 620px);
	display: flex;
	align-items: flex-end;
	background: var(--bolg-lake-deep);
}
.bolg-hero__media { position: absolute; inset: 0; z-index: -1; }
.bolg-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.bolg-hero.has-image .bolg-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 30, 34, .15) 0%, rgba(18, 30, 34, .25) 40%, rgba(24, 18, 12, .78) 100%);
}
.bolg-hero__inner { position: relative; z-index: 2; }
.bolg-hero__title {
	font-size: clamp(34px, 5.6vw, 64px) !important;
	font-weight: 600;
	max-width: 17ch;
	text-wrap: balance;
}
.bolg-hero__subtitle {
	font-size: clamp(17px, 1.6vw, 20px);
	max-width: 58ch;
	margin: 16px 0 0;
	color: var(--bolg-ink-soft);
}
.bolg-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 26px !important;
	font-size: 14.5px;
	color: var(--bolg-ink-soft);
}
.bolg-hero__meta li { display: inline-flex; align-items: center; gap: 7px; }
.bolg-hero__meta li.is-badge {
	background: var(--bolg-olive);
	color: #fff;
	padding: 6px 14px 6px 10px;
	border-radius: 999px;
	font-weight: 600;
}
.bolg-hero__meta li.is-badge a { color: inherit; text-decoration: none; }

.bolg-hero.has-image .bolg-hero__title,
.bolg-hero.has-image .bolg-hero__subtitle,
.bolg-hero.has-image .bolg-hero__meta { color: #fff; }
.bolg-hero.has-image .bolg-hero__subtitle { color: rgba(255, 255, 255, .9); }
.bolg-hero.has-image .bolg-eyebrow { color: var(--bolg-lemon); }
.bolg-hero.has-image .bolg-hero__title { text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }

/* Breadcrumbs */
.bolg-crumbs { margin-bottom: 18px; font-size: 13.5px; }
.bolg-crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; }
.bolg-crumbs li { color: var(--bolg-muted); }
.bolg-crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.bolg-crumbs a { color: inherit !important; text-decoration: none; }
.bolg-crumbs a:hover { text-decoration: underline; }
.bolg-crumbs [aria-current] { display: none; }
.bolg-hero.has-image .bolg-crumbs li { color: rgba(255, 255, 255, .8); }

/* ---- Two-column layout with sticky contents ---------------------------- */
.bolg-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	padding-top: clamp(32px, 5vw, 56px);
	padding-bottom: clamp(48px, 7vw, 96px);
}
@media (min-width: 1024px) {
	.bolg-layout:has(> .bolg-toc) { grid-template-columns: 250px minmax(0, 1fr); gap: 56px; }
	.bolg-layout:not(:has(> .bolg-toc)) .bolg-main { max-width: 820px; margin: 0 auto; }
}
.bolg-main { min-width: 0; max-width: 820px; }

.bolg-toc__box {
	background: var(--bolg-paper);
	border: 1px solid var(--bolg-stone);
	border-radius: var(--bolg-radius);
	padding: 18px 18px 14px;
}
.bolg-toc__box summary {
	font-family: var(--bolg-serif);
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bolg-toc__box summary::-webkit-details-marker { display: none; }
.bolg-toc__box summary::after { content: "+"; font-family: var(--bolg-sans); color: var(--bolg-terracotta); font-size: 22px; line-height: 1; }
.bolg-toc__box[open] summary::after { content: "–"; }
.bolg-toc ol { margin-top: 12px; display: grid; gap: 2px; }
.bolg-toc a {
	display: flex;
	gap: 10px;
	align-items: baseline;
	padding: 7px 8px;
	border-radius: 8px;
	font-size: 14.5px;
	line-height: 1.35;
	color: var(--bolg-ink-soft) !important;
	text-decoration: none;
	transition: background .15s, color .15s;
}
.bolg-toc a span {
	font-family: var(--bolg-serif);
	font-weight: 600;
	color: var(--bolg-terracotta);
	min-width: 1.2em;
}
.bolg-toc a:hover { background: var(--bolg-sand); }
.bolg-toc a.is-active { background: var(--bolg-terracotta-tint); color: var(--bolg-terracotta-deep) !important; font-weight: 600; }
.bolg-toc li.is-extra { border-top: 1px dashed var(--bolg-stone); margin-top: 6px; padding-top: 6px; }
.bolg-toc li.is-extra + li.is-extra { border: 0; margin: 0; padding: 0; }
@media (min-width: 1024px) {
	.bolg-toc { position: relative; }
	.bolg-toc__box { position: sticky; top: 28px; max-height: calc(100vh - 56px); overflow: auto; }
	.admin-bar .bolg-toc__box { top: 60px; }
	.bolg-toc__box summary { pointer-events: none; }
	.bolg-toc__box summary::after { display: none; }
}

/* ---- Intro, glance, disclosure ----------------------------------------- */
.bolg-intro { font-size: 18.5px; color: var(--bolg-ink-soft); }
.bolg-intro > p:first-child::first-letter {
	font-family: var(--bolg-serif);
	float: left;
	font-size: 3.4em;
	line-height: .85;
	padding: 6px 10px 0 0;
	color: var(--bolg-terracotta);
	font-weight: 600;
}
.bolg-intro--center { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.bolg-intro--center > p:first-child::first-letter { float: none; font-size: inherit; padding: 0; color: inherit; font-weight: inherit; }

.bolg-glance {
	margin-top: 36px;
	background: var(--bolg-lake);
	background-image: radial-gradient(120% 140% at 100% 0%, rgba(232, 182, 74, .22), transparent 55%);
	color: #fff;
	border-radius: var(--bolg-radius);
	padding: 26px clamp(20px, 3vw, 32px) 20px;
	box-shadow: var(--bolg-shadow);
}
.bolg-glance__title { color: #fff !important; font-size: 22px !important; margin-bottom: 12px !important; }
.bolg-glance__list li + li { border-top: 1px solid rgba(255, 255, 255, .14); }
.bolg-glance__list a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 0;
	color: #fff !important;
	text-decoration: none;
}
.bolg-glance__rank {
	font-family: var(--bolg-serif);
	font-size: 26px;
	font-weight: 600;
	color: var(--bolg-lemon);
	width: 1.2em;
	text-align: center;
}
.bolg-glance__name { flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
.bolg-glance__name strong { font-size: 17px; }
.bolg-glance__name em { font-style: normal; font-size: 14px; opacity: .78; }
.bolg-glance__score {
	font-weight: 700;
	font-size: 14px;
	background: rgba(255, 255, 255, .14);
	border-radius: 999px;
	padding: 4px 11px;
}
.bolg-glance__list a:hover .bolg-glance__name strong { text-decoration: underline; text-underline-offset: 3px; }

.bolg-disclosure {
	margin: 28px 0 0;
	font-size: 13.5px;
	color: var(--bolg-muted);
	font-style: italic;
}

/* ---- Ranked items ------------------------------------------------------- */
.bolg-ranked { display: grid; gap: clamp(28px, 4vw, 44px); margin-top: 40px !important; counter-reset: none; }
.bolg-item { scroll-margin-top: 24px; }
.bolg-item__card {
	background: var(--bolg-paper);
	border-radius: var(--bolg-radius);
	box-shadow: var(--bolg-shadow);
	overflow: hidden;
	border: 1px solid rgba(230, 217, 196, .7);
}
.bolg-item.is-top .bolg-item__card { border-color: var(--bolg-lemon); box-shadow: 0 0 0 3px var(--bolg-lemon-tint), var(--bolg-shadow-lg); }
.bolg-item__media { position: relative; aspect-ratio: 16 / 9; background: var(--bolg-sand); }
.bolg-item__media img, .bolg-item__media .bolg-ph { width: 100%; height: 100%; object-fit: cover; }
.bolg-item__media:has(> .bolg-ph) { aspect-ratio: 16 / 4; }
.bolg-todo__media:has(> .bolg-ph) { min-height: 120px; }
.bolg-item__rank {
	position: absolute;
	left: 20px;
	bottom: -28px;
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--bolg-terracotta);
	color: #fff;
	font-family: var(--bolg-serif);
	font-size: 30px;
	font-weight: 600;
	border: 4px solid var(--bolg-paper);
	box-shadow: 0 6px 16px -6px rgba(143, 63, 32, .6);
}
.bolg-item.is-top .bolg-item__rank { background: var(--bolg-lemon); color: var(--bolg-ink); }
.bolg-item__ribbon {
	position: absolute;
	top: 16px;
	right: 16px;
	background: var(--bolg-lemon);
	color: var(--bolg-ink);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 999px;
}
.bolg-item__body { padding: 44px clamp(20px, 3.5vw, 36px) clamp(22px, 3vw, 32px); display: grid; gap: 18px; }
.bolg-item__head { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; }
.bolg-item__tagline {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--bolg-olive);
}
.bolg-item__title { font-size: clamp(24px, 3vw, 32px) !important; font-weight: 600; }
.bolg-item__num { color: var(--bolg-terracotta); font-style: italic; font-weight: 500; }

/* Score ring */
.bolg-score {
	--size: 74px;
	flex: none;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	display: grid;
	place-content: center;
	text-align: center;
	background:
		radial-gradient(closest-side, var(--bolg-paper) 80%, transparent 81%),
		conic-gradient(var(--bolg-olive) calc(var(--score) * 1%), var(--bolg-olive-tint) 0);
	line-height: 1;
}
.bolg-score__value { font-family: var(--bolg-serif); font-size: 24px; font-weight: 600; color: var(--bolg-ink); }
.bolg-score__max { font-size: 11px; color: var(--bolg-muted); margin-top: 2px; }

/* Facts row */
.bolg-facts { display: flex; flex-wrap: wrap; gap: 8px; }
.bolg-facts li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14.5px;
	background: var(--bolg-sand);
	padding: 5px 12px;
	border-radius: 999px;
	color: var(--bolg-ink-soft);
}
.bolg-facts .bolg-icon { color: var(--bolg-terracotta); width: 16px; height: 16px; }
.bolg-price { font-weight: 700; letter-spacing: .06em; }
.bolg-price .is-on { color: var(--bolg-ink); }
.bolg-price .is-off { color: var(--bolg-stone); }

/* What we love */
.bolg-mini-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--bolg-sans) !important;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--bolg-terracotta) !important;
	margin-bottom: 10px !important;
}
.bolg-checks { display: grid; gap: 8px; }
@media (min-width: 640px) { .bolg-checks { grid-template-columns: 1fr 1fr; column-gap: 24px; } }
.bolg-checks li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; line-height: 1.45; }
.bolg-checks .bolg-icon {
	width: 20px;
	height: 20px;
	padding: 3px;
	border-radius: 50%;
	background: var(--bolg-olive-tint);
	color: var(--bolg-olive);
	margin-top: 1px;
}

/* Insider tip */
.bolg-tip {
	display: flex;
	gap: 12px;
	background: var(--bolg-lemon-tint);
	border-left: 4px solid var(--bolg-lemon);
	border-radius: 0 var(--bolg-radius-sm) var(--bolg-radius-sm) 0;
	padding: 14px 18px;
	font-size: 15.5px;
	line-height: 1.5;
}
.bolg-tip p { margin: 0; }
.bolg-tip strong { display: block; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: #8a6414; margin-bottom: 2px; }
.bolg-tip .bolg-icon { color: #b98a1f; width: 22px; height: 22px; margin-top: 2px; }

/* Buttons */
.bolg-actions { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 4px; }
.bolg-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--bolg-sans);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	padding: 13px 20px;
	border-radius: 999px;
	text-decoration: none !important;
	transition: transform .15s, background .15s, color .15s, border-color .15s;
	border: 1.5px solid transparent;
}
.bolg-btn:hover { transform: translateY(-1px); }
.bolg-btn--primary { background: var(--bolg-terracotta); color: #fff !important; }
.bolg-btn--primary:hover { background: var(--bolg-terracotta-deep); }
.bolg-btn--soft { background: var(--bolg-lake-tint); color: var(--bolg-lake-deep) !important; }
.bolg-btn--soft:hover { background: #cfe3e6; }
.bolg-btn--ghost { border-color: var(--bolg-stone); color: var(--bolg-ink-soft) !important; background: transparent; }
.bolg-btn--ghost:hover { border-color: var(--bolg-ink-soft); }

/* ---- Sections ----------------------------------------------------------- */
.bolg-section { margin-top: clamp(48px, 6vw, 72px); scroll-margin-top: 24px; }
.bolg-main > .bolg-section:first-child { margin-top: 0; }
.bolg-section__title { font-size: clamp(26px, 3.2vw, 36px) !important; font-weight: 600; margin-bottom: 20px !important; }
.bolg-section__lead { color: var(--bolg-muted); margin: -8px 0 20px; }

/* ---- Town: fact bar ----------------------------------------------------- */
.bolg-factbar {
	position: relative;
	z-index: 3;
	margin: -18px 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	background: var(--bolg-paper);
	border-radius: var(--bolg-radius);
	box-shadow: var(--bolg-shadow-lg);
	overflow: hidden;
}
.bolg-factbar > div { padding: 18px 22px; border-right: 1px solid var(--bolg-sand); border-bottom: 1px solid var(--bolg-sand); }
.bolg-factbar dt {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--bolg-terracotta);
}
.bolg-factbar dd { margin: 4px 0 0; font-family: var(--bolg-serif); font-size: 18px; font-weight: 500; line-height: 1.3; }

/* ---- Town: things to do ------------------------------------------------- */
.bolg-todos { display: grid; gap: 22px; }
.bolg-todo {
	display: grid;
	grid-template-columns: 1fr;
	background: var(--bolg-paper);
	border-radius: var(--bolg-radius);
	box-shadow: var(--bolg-shadow);
	overflow: hidden;
	scroll-margin-top: 24px;
	border: 1px solid rgba(230, 217, 196, .7);
}
@media (min-width: 760px) {
	.bolg-todo { grid-template-columns: 300px minmax(0, 1fr); }
	.bolg-todo:nth-child(even) { grid-template-columns: minmax(0, 1fr) 300px; }
	.bolg-todo:nth-child(even) .bolg-todo__media { order: 2; }
}
.bolg-todo__media { min-height: 200px; background: var(--bolg-sand); }
.bolg-todo__media img, .bolg-todo__media .bolg-ph { width: 100%; height: 100%; object-fit: cover; }
.bolg-todo__body { padding: clamp(20px, 3vw, 30px); display: grid; gap: 14px; align-content: start; }
.bolg-todo__kicker { margin: 0; display: flex; align-items: center; gap: 12px; }
.bolg-todo__num { font-family: var(--bolg-serif); font-size: 30px; font-weight: 600; font-style: italic; color: var(--bolg-terracotta); line-height: 1; }
.bolg-todo__title { font-size: clamp(22px, 2.5vw, 27px) !important; font-weight: 600; }

.bolg-chip {
	display: inline-flex;
	align-items: center;
	font-family: var(--bolg-sans);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 5px 11px;
	border-radius: 999px;
	background: var(--bolg-sand);
	color: var(--bolg-ink-soft);
	border: 0;
	line-height: 1.2;
}
.bolg-chip--food, .bolg-chip--shopping { background: var(--bolg-terracotta-tint); color: var(--bolg-terracotta-deep); }
.bolg-chip--water, .bolg-chip--sight { background: var(--bolg-lake-tint); color: var(--bolg-lake-deep); }
.bolg-chip--outdoors, .bolg-chip--family { background: var(--bolg-olive-tint); color: #4b532a; }
.bolg-chip--culture, .bolg-chip--evening { background: var(--bolg-lemon-tint); color: #7a5a12; }

/* ---- Town: picks from ranked guides ------------------------------------- */
.bolg-townpicks__list { display: grid; gap: 12px; }
@media (min-width: 700px) { .bolg-townpicks__list { grid-template-columns: 1fr 1fr; } }
.bolg-townpicks__list a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 16px 12px 12px;
	background: var(--bolg-paper);
	border: 1px solid var(--bolg-stone);
	border-radius: var(--bolg-radius-sm);
	text-decoration: none;
	color: var(--bolg-ink) !important;
	transition: border-color .15s, box-shadow .15s;
}
.bolg-townpicks__list a:hover { border-color: var(--bolg-terracotta); box-shadow: var(--bolg-shadow); }
.bolg-townpicks__img { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; flex: none; }
.bolg-townpicks__img img, .bolg-townpicks__img .bolg-ph { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.bolg-townpicks__text { flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
.bolg-townpicks__text em { font-style: normal; font-size: 13.5px; color: var(--bolg-muted); }
.bolg-townpicks__list .bolg-icon { color: var(--bolg-terracotta); }

/* ---- Town: map + gallery ------------------------------------------------ */
.bolg-map { margin-top: 20px; border-radius: var(--bolg-radius); overflow: hidden; box-shadow: var(--bolg-shadow); aspect-ratio: 16 / 9; background: var(--bolg-sand); }
.bolg-map iframe { width: 100%; height: 100%; border: 0; display: block; }

.bolg-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.bolg-gallery figure { margin: 0; }
.bolg-gallery img { border-radius: var(--bolg-radius-sm); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.bolg-gallery figcaption { font-size: 13px; color: var(--bolg-muted); margin-top: 4px; }

/* ---- FAQ ----------------------------------------------------------------- */
.bolg-faq__list { border-top: 1px solid var(--bolg-stone); }
.bolg-faq__item { border-bottom: 1px solid var(--bolg-stone); }
.bolg-faq__item summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 40px 18px 0;
	position: relative;
	font-family: var(--bolg-serif);
	font-size: 19px;
	font-weight: 500;
}
.bolg-faq__item summary::-webkit-details-marker { display: none; }
.bolg-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--bolg-sand);
	color: var(--bolg-terracotta);
	font-family: var(--bolg-sans);
	font-size: 18px;
	transition: transform .2s;
}
.bolg-faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.bolg-faq__item .bolg-prose { padding: 0 40px 20px 0; color: var(--bolg-ink-soft); }

/* ---- Newsletter --------------------------------------------------------- */
.bolg-newsletter {
	margin-top: clamp(48px, 6vw, 72px);
	display: grid;
	gap: 20px 36px;
	align-items: center;
	padding: clamp(24px, 4vw, 40px);
	border-radius: var(--bolg-radius);
	background:
		radial-gradient(80% 120% at 0% 100%, rgba(180, 83, 46, .35), transparent 60%),
		radial-gradient(70% 90% at 100% 0%, rgba(232, 182, 74, .25), transparent 60%),
		var(--bolg-lake-deep);
	color: #fff;
}
@media (min-width: 820px) { .bolg-newsletter { grid-template-columns: 1.1fr 1fr; } }
.bolg-newsletter h2 { color: #fff !important; font-size: clamp(24px, 3vw, 30px) !important; }
.bolg-newsletter p { margin: 10px 0 0; color: rgba(255, 255, 255, .85); }
.bolg-newsletter .bolg-eyebrow { color: var(--bolg-lemon); margin: 0 0 8px; }
.bolg-newsletter__form { background: rgba(255, 255, 255, .96); border-radius: var(--bolg-radius-sm); padding: 18px; color: var(--bolg-ink); }

/* ---- Cards (also used by [bolg_picks] / [bolg_towns] shortcodes) ------- */
.bolg-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
	font-family: var(--bolg-sans);
}
.bolg-card { min-width: 0; }
.bolg-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--bolg-paper);
	border-radius: var(--bolg-radius);
	overflow: hidden;
	box-shadow: var(--bolg-shadow);
	text-decoration: none !important;
	color: var(--bolg-ink) !important;
	border: 1px solid rgba(230, 217, 196, .7);
	transition: transform .2s, box-shadow .2s;
}
.bolg-card__link:hover { transform: translateY(-3px); box-shadow: var(--bolg-shadow-lg); }
.bolg-card__media { position: relative; aspect-ratio: 10 / 7; overflow: hidden; background: #e9d8bf; }
.bolg-card__media img, .bolg-card__media .bolg-ph { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bolg-card__link:hover .bolg-card__media img { transform: scale(1.04); }
.bolg-card__count {
	position: absolute;
	left: 14px;
	top: 14px;
	background: rgba(255, 253, 249, .94);
	color: var(--bolg-ink);
	font-size: 12.5px;
	font-weight: 700;
	padding: 5px 11px;
	border-radius: 999px;
}
.bolg-card__name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 20px 14px;
	font-family: var(--bolg-serif);
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(180deg, transparent, rgba(20, 16, 12, .7));
	line-height: 1.1;
}
.bolg-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.bolg-card__body .bolg-eyebrow { margin-bottom: 6px; font-size: 11.5px; }
.bolg-card__title { font-family: var(--bolg-serif); font-size: 22px; font-weight: 600; line-height: 1.2; margin: 0; color: var(--bolg-ink); }
.bolg-card__text { margin: 8px 0 0; font-size: 15px; line-height: 1.5; color: var(--bolg-muted); }
.bolg-card__meta {
	margin: auto 0 0;
	padding-top: 14px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--bolg-terracotta);
	display: flex;
	align-items: center;
	gap: 6px;
}
.bolg-card__meta .bolg-icon { transition: transform .2s; }
.bolg-card__link:hover .bolg-card__meta .bolg-icon { transform: translateX(4px); }
.bolg-card[hidden] { display: none; }

/* ---- Related / archive -------------------------------------------------- */
.bolg-related { background: var(--bolg-sand); padding: clamp(48px, 6vw, 80px) 0; }
.bolg-related__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.bolg-link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; text-decoration: none; }

.bolg-archive { padding-top: clamp(32px, 5vw, 56px); padding-bottom: clamp(56px, 7vw, 96px); }
.bolg-archive > .bolg-section:first-of-type { margin-top: 24px; }
.bolg-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 32px; }
.bolg-chips .bolg-chip {
	font-size: 13px;
	padding: 9px 16px;
	cursor: pointer;
	text-decoration: none;
	background: var(--bolg-paper);
	border: 1px solid var(--bolg-stone);
	color: var(--bolg-ink-soft) !important;
	transition: background .15s, border-color .15s;
}
.bolg-chips .bolg-chip:hover { border-color: var(--bolg-terracotta); }
.bolg-chips .bolg-chip.is-active { background: var(--bolg-terracotta); border-color: var(--bolg-terracotta); color: #fff !important; }

/* ---- Motion ------------------------------------------------------------- */
html:has(body.bolg-template) { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html:has(body.bolg-template) { scroll-behavior: auto; }
	.bolg-page *, .bolg-cards * { transition: none !important; }
}

/* ---- Small screens ------------------------------------------------------ */
@media (max-width: 599px) {
	.bolg-page { font-size: 16.5px; }
	.bolg-score { --size: 58px; }
	.bolg-score__value { font-size: 20px; }
	.bolg-item__rank { width: 54px; height: 54px; font-size: 25px; bottom: -24px; }
	.bolg-item__body { padding-top: 38px; }
	.bolg-factbar { grid-template-columns: 1fr 1fr; }
	.bolg-factbar > div { padding: 14px 16px; }
	.bolg-factbar dd { font-size: 16px; }
}
