/* Shared editorial footer: brand first, navigational columns, quiet legal band. */
.dgp-site-footer--editorial {
	background: #27282b;
	color: #e5e5e5;
	font-family: "Surt Text", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}
.dgp-site-footer--editorial .dgp-site-footer__main {
	grid-template-columns: minmax(240px, .85fr) minmax(0, 2fr);
	gap: clamp(40px, 5vw, 80px);
	padding-block: clamp(64px, 7vw, 104px) clamp(56px, 6vw, 88px);
}
.dgp-site-footer--editorial .dgp-site-footer__brand-panel { display: block; min-width: 0; }
.dgp-site-footer--editorial .dgp-footer-mark {
	display: block;
	width: fit-content;
	margin: 0;
	line-height: 0;
	text-decoration: none;
	transition: none;
}
.dgp-site-footer--editorial .dgp-footer-mark img {
	display: block;
	width: auto;
	height: 88px;
	max-width: 100%;
}
.dgp-site-footer--editorial .dgp-footer-mark:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 8px;
}
@media (max-width: 991px) {
	.dgp-site-footer--editorial .dgp-footer-mark img { height: 60px; }
}
.dgp-site-footer--editorial .dgp-brand {
	width: 100%;
	max-width: 260px;
	max-height: none;
	margin: 5px 0 0;
}
.dgp-site-footer--editorial .dgp-brand img { width: 100%; max-width: none; max-height: none; height: auto; }
/* Align the visible lockup, not the transparent canvas of the retained PNG.
 * Source 2839 × 1024; padded ink bounds x229/y226, 2367 × 621.
 * This removes only transparent padding; the image file and proportions stay intact. */
.dgp-site-footer--editorial .dgp-brand:has(.dgp-logo--light) {
	position: relative;
	display: block;
	aspect-ratio: 2367 / 621;
	overflow: hidden;
}
.dgp-site-footer--editorial .dgp-brand .dgp-logo--light {
	position: absolute;
	width: 119.94085%;
	max-width: none;
	left: -9.67469%;
	top: -36.39291%;
}
.dgp-site-footer--editorial .dgp-site-footer__columns {
	grid-template-columns: 1fr 1.2fr 1.4fr;
	gap: clamp(24px, 3vw, 46px);
}
.dgp-site-footer--editorial .dgp-site-footer__column { min-width: 0; }
.dgp-site-footer--editorial .dgp-site-footer__heading {
	margin: 0 0 24px;
	padding: 0;
	border: 0;
	color: #fff;
	font: 400 19px/1.4 "Surt Text", sans-serif;
	letter-spacing: 0;
	text-transform: none;
}
.dgp-site-footer--editorial .dgp-site-footer__column li + li { margin-top: 5px; }
.dgp-site-footer--editorial .dgp-site-footer__column li a {
	display: inline-block;
	padding-block: 7px;
	line-height: 1.5;
}
.dgp-site-footer--editorial a {
	color: #e5e5e5;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}
.dgp-site-footer--editorial a:hover { color: #fff; text-decoration-color: #ffd700; }
.dgp-site-footer--editorial a:focus-visible { outline: 2px solid #ffd700; outline-offset: 5px; border-radius: 2px; }
.dgp-site-footer--editorial .widget-title {
	margin: 0 0 22px;
	font: 400 15px/1.6 "Surt Text", sans-serif;
	color: #b7b6b6;
}
.dgp-site-footer--editorial .textwidget p { margin: 0; line-height: 2.2; }
/* Keep the retained contact widget editable, but align its label/value pairs
 * and match the neighbouring navigation's text baseline and 41.5px rhythm. */
.dgp-site-footer--editorial .dgp-site-footer__column--2 .textwidget p:has(> a[href^="tel:"]) {
	display: grid;
	grid-template-columns: 1.25em minmax(0, 1fr);
	align-items: baseline;
	gap: 5px 10px;
	line-height: 1.5;
}
.dgp-site-footer--editorial .dgp-site-footer__column--2 .textwidget p:has(> a[href^="tel:"]) > br { display: none; }
.dgp-site-footer--editorial .dgp-site-footer__column--2 .textwidget p:has(> a[href^="tel:"]) > a {
	justify-self: start;
	padding-block: 7px;
	font-variant-numeric: tabular-nums;
	overflow-wrap: anywhere;
}
.dgp-site-footer--editorial .dgp-site-footer__bottom-wrap {
	width: min(var(--dgp-container), calc(100% - 2 * var(--dgp-gutter)));
	margin-inline: auto;
	border-top: 1px solid #525556;
}
.dgp-site-footer--editorial .dgp-site-footer__details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 48px;
	padding-block: 36px;
}
.dgp-site-footer--editorial .dgp-site-footer__registry {
	max-width: 690px;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #b7b6b6;
	font: 400 13px/1.6 "Surt Text", sans-serif;
}
.dgp-site-footer--editorial .dgp-site-footer__registry p { margin: 0; }
.dgp-site-footer--editorial .dgp-site-footer__registry .dgp-site-footer__registry-name {
	margin-bottom: 6px;
	color: #e5e5e5;
	font-size: 14px;
}
.dgp-site-footer--editorial .dgp-site-footer__registry-identifiers {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-variant-numeric: tabular-nums;
	overflow: hidden;
}
.dgp-site-footer--editorial .dgp-site-footer__registry-identifiers li {
	position: relative;
	margin: 0;
	white-space: nowrap;
}
/* Separators sit inside the inter-item gap. The list clips the separator
 * before the first item on every wrapped row, without JavaScript. */
.dgp-site-footer--editorial .dgp-site-footer__registry-identifiers li::before {
	content: "";
	position: absolute;
	left: -10px;
	top: .3em;
	width: 1px;
	height: 1em;
	background: #b7b6b6;
}
.dgp-site-footer--editorial .dgp-site-footer__social { flex-shrink: 0; padding: 0; margin: 0; }
@media (min-width: 992px) {
	.dgp-site-footer--editorial .dgp-site-footer__social { margin-inline-end: 32px; }
}
.dgp-site-footer--editorial .dgp-site-footer__eyebrow {
	margin: 0 0 14px;
	font: 400 13px/1.4 "Surt Text", sans-serif;
	color: #b7b6b6;
	letter-spacing: 0;
	text-transform: none;
}
.dgp-site-footer--editorial .dgp-social-links { gap: 10px; }
.dgp-site-footer--editorial .dgp-social-links li + li { margin: 0; }
.dgp-site-footer--editorial .dgp-social-links a {
	width: 44px;
	height: 44px;
	border-color: #b7b6b6;
	border-radius: 0;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease;
}
.dgp-site-footer--editorial .dgp-social-links a:hover { border-color: #ffd700; background: transparent; transform: translateY(-3px); }
.dgp-site-footer--editorial .dgp-site-footer__bottom {
	width: 100%;
	min-height: 0;
	padding: 0 0 32px;
	color: #b7b6b6;
	font-size: 12px;
}
.dgp-site-footer--editorial .dgp-site-footer__to-top {
	min-height: 44px;
	font: 400 13px/1.4 "Surt Text", sans-serif;
	letter-spacing: 0;
	text-transform: none;
}
@media (max-width: 1100px) {
	.dgp-site-footer--editorial .dgp-site-footer__main { grid-template-columns: 1fr; gap: 44px; }
	.dgp-site-footer--editorial .dgp-site-footer__brand-panel { display: block; }
	.dgp-site-footer--editorial .dgp-brand { margin: 0; }
}
@media (max-width: 650px) {
	.dgp-site-footer--editorial .dgp-site-footer__brand-panel { display: block; }
	.dgp-site-footer--editorial .dgp-brand { max-width: 240px; }
	.dgp-site-footer--editorial .dgp-site-footer__columns { grid-template-columns: 1fr 1.2fr; gap: 36px 24px; }
	.dgp-site-footer--editorial .dgp-site-footer__column--2 { grid-column: 1 / -1; }
	.dgp-site-footer--editorial .dgp-site-footer__heading { font-size: 18px; margin-bottom: 16px; }
	.dgp-site-footer--editorial .widget-title { max-width: 310px; margin-bottom: 16px; }
	.dgp-site-footer--editorial .dgp-site-footer__details { flex-direction: column; gap: 28px; padding-block: 28px; }
	.dgp-site-footer--editorial .dgp-site-footer__social { order: -1; }
	.dgp-site-footer--editorial .dgp-site-footer__bottom { gap: 16px; align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
	.dgp-site-footer--editorial a { transition: none !important; }
	.dgp-site-footer--editorial .dgp-social-links a:hover { transform: none; }
}
