/** PollyVox v1.2 — full-width header, resilient dark editorial footer. */

/* Header: true viewport width. Earlier container rules could still win when an
   old option or cached body class remained active. These selectors deliberately
   support every historic header-width class. */
.pv-masthead,
.pv-masthead__frame {
	width: 100%;
	max-width: none;
}
.pv-header-shell-full .pv-masthead__container,
.pv-header-shape-flat .pv-masthead__container,
body:not(.pv-header-shape-pill) .pv-masthead__container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
	margin-inline: 0;
}
.pv-header-shape-flat .pv-masthead__shell {
	width: 100%;
	max-width: none;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.pv-header-shape-flat .pv-masthead__shell > *:first-child {
	margin-left: max(16px, env(safe-area-inset-left));
}
.pv-header-shape-flat .pv-masthead__actions {
	margin-right: max(16px, env(safe-area-inset-right));
}

/* Footer: modern layout now uses the approved dark editorial treatment rather
   than inheriting a white-on-white combination from older light-only rules. */
.pv-footer--modern {
	position: relative;
	isolation: isolate;
	width: 100%;
	padding: 0;
	background: #080b12;
	color: #f7f8fb;
}
.pv-footer--modern .pv-footer__shell {
	width: 100%;
	max-width: none;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	background: #080b12;
	color: #f7f8fb;
}
.pv-footer--modern .pv-footer__inner {
	width: min(100% - 32px, 1180px);
	max-width: 1180px;
	margin-inline: auto;
	padding: clamp(48px, 6vw, 82px) 0 34px;
	text-align: center;
}
.pv-footer--modern .pv-footer__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
}
.pv-footer--modern .pv-footer__name,
.pv-footer--modern .pv-footer__description,
.pv-footer--modern .pv-footer__list a,
.pv-footer--modern .widget-title,
.pv-footer--modern .widget a {
	color: #f7f8fb;
}
.pv-footer--modern .pv-footer__description {
	color: #b9bfca;
}
.pv-footer--modern .pv-footer__logo img {
	display: block;
	width: min(320px, var(--pv-footer-logo-width, 320px));
	max-width: 100%;
	max-height: 104px;
	object-fit: contain;
}
.pv-footer--modern .pv-footer__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pv-footer--modern .pv-footer__list a {
	font-weight: 750;
	text-decoration: none;
}
.pv-footer--modern .pv-footer__list a:hover,
.pv-footer--modern .pv-footer__list a:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.pv-footer--modern .pv-footer__social,
.pv-footer--modern .pv-footer-socials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	border: 0;
}
.pv-footer--modern .pv-footer-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: var(--pv-social-radius, 999px);
	background: rgba(255,255,255,.075) !important;
	color: #fff;
	box-shadow: none;
}
.pv-footer--modern .pv-footer-social svg,
.pv-footer--modern .pv-footer-social .pv-light-social-svg {
	display: block;
	width: 21px;
	height: 21px;
	max-width: 21px;
	max-height: 21px;
	fill: currentColor;
}
.pv-footer--modern .pv-footer-social:hover,
.pv-footer--modern .pv-footer-social:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(255,255,255,.5);
	background: rgba(255,255,255,.13) !important;
}
.pv-footer--modern .pv-footer__widgets {
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,.14);
	color: #d7dbe3;
	text-align: left;
}
.pv-footer--modern .pv-footer__cta {
	margin-top: 32px;
}
.pv-footer--modern .pv-footer__agency,
.pv-footer--modern .pv-footer__legal {
	margin: 22px auto 0;
	color: #8f97a5;
}
.pv-footer--modern .pv-footer__agency a {
	color: #dfe3ea;
}

@media (max-width: 781px) {
	.pv-header-shape-flat .pv-masthead__shell > *:first-child { margin-left: max(10px, env(safe-area-inset-left)); }
	.pv-header-shape-flat .pv-masthead__actions { margin-right: max(10px, env(safe-area-inset-right)); }
	.pv-footer--modern .pv-footer__inner { width: min(100% - 22px, 1180px); padding-top: 44px; }
	.pv-footer--modern .pv-footer__list { gap: 11px 18px; }
}

@media (prefers-reduced-motion: reduce) {
	.pv-footer--modern .pv-footer-social { transition: none !important; }
	.pv-footer--modern .pv-footer-social:hover { transform: none; }
}
