/**
 * Allinea menu digitali e sommelier al preset Aspetto (mini-site), senza toccare classic-minimal.
 * Richiede html.prfx-root.p2-root.prfx-preset--* + body …--partner-themed.
 */

/* ── Menu digitale ── */
body.psh-bpp-menu.psh-bpp-menu--partner-themed {
	background: var(--prfx-paper);
	color: var(--prfx-ink);
}

body.psh-bpp-menu.psh-bpp-menu--partner-themed .psh-bpp-menu-top {
	background: color-mix(in srgb, var(--prfx-paper) 92%, transparent);
	border-bottom-color: color-mix(in srgb, var(--prfx-ink) 10%, transparent);
	backdrop-filter: saturate(1.15) blur(10px);
	-webkit-backdrop-filter: saturate(1.15) blur(10px);
}

body.psh-bpp-menu.psh-bpp-menu--partner-themed .psh-bpp-menu-top__title {
	font-family: var(--prfx-display), var(--prfx-font), Georgia, serif;
	color: var(--prfx-ink);
}

body.psh-bpp-menu.psh-bpp-menu--partner-themed .psh-bpp-menu-top__logo {
	border-color: color-mix(in srgb, var(--prfx-ink) 15%, transparent);
	box-shadow: 0 2px 12px color-mix(in srgb, var(--prfx-ink) 8%, transparent);
}

body.psh-bpp-menu.psh-bpp-menu--partner-themed .psh-bpp-inner {
	background: var(--prfx-paper);
}

body.psh-bpp-menu.psh-bpp-menu--partner-themed .psh-bpp-menu-fees {
	background: color-mix(in srgb, var(--prfx-paper) 92%, var(--prfx-ink) 3%);
	color: var(--prfx-ink);
	border-bottom-color: color-mix(in srgb, var(--prfx-ink) 8%, transparent);
	font-family: var(--prfx-font), system-ui, sans-serif;
}

@supports not (color: color-mix(in srgb, white 50%, black)) {
	body.psh-bpp-menu.psh-bpp-menu--partner-themed .psh-bpp-menu-top {
		background: rgba(253, 249, 243, 0.94);
		border-bottom-color: rgba(44, 33, 28, 0.1);
	}

	html.prfx-preset--noir body.psh-bpp-menu.psh-bpp-menu--partner-themed .psh-bpp-menu-top {
		background: rgba(13, 17, 24, 0.94);
		border-bottom-color: rgba(255, 255, 255, 0.1);
	}
}

/* ── Sommelier: mappa variabili interne al brand ── */
body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed {
	background: var(--prfx-paper);
	color: var(--prfx-ink);
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier {
	--wine: var(--prfx-burgundy);
	--dark: var(--prfx-ink);
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .ps-title {
	font-family: var(--prfx-display), Georgia, serif;
	color: var(--prfx-ink);
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .ps-accent {
	color: var(--prfx-burgundy);
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier p {
	font-family: var(--prfx-font), system-ui, sans-serif;
	color: var(--prfx-muted);
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .ps-btn,
body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button,
body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button-price {
	font-family: var(--prfx-font), system-ui, sans-serif;
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button,
body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button-price {
	background: color-mix(in srgb, var(--prfx-paper) 88%, var(--prfx-cream));
	border-color: color-mix(in srgb, var(--prfx-burgundy) 35%, transparent);
	color: var(--prfx-ink);
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button:hover,
body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button-price:hover {
	border-color: color-mix(in srgb, var(--prfx-burgundy) 55%, transparent);
}

body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier #bottle-quantity {
	font-family: var(--prfx-font), sans-serif;
	color: var(--prfx-ink);
	border-color: var(--prfx-burgundy);
	background: color-mix(in srgb, var(--prfx-paper) 85%, transparent);
}

/* Noir: quiz cards più scure */
html.prfx-preset--noir body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button,
html.prfx-preset--noir body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button-price {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(94, 234, 219, 0.25);
	color: var(--prfx-ink);
}

html.prfx-preset--noir body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button:hover,
html.prfx-preset--noir body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier .quiz-button-price:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(94, 234, 219, 0.45);
}

html.prfx-preset--noir body.psh-bpp-sommelier.psh-bpp-sommelier--partner-themed .psh-sommelier p {
	color: var(--prfx-muted);
}
