/* ZCAS footer — 2026 redesign. Loaded site-wide; overrides Salient's
   generated footer colours (which live in salient-dynamic-styles.css). */

#footer-outer {
	background-color: #2A1547 !important;
	font-family: 'Archivo', system-ui, sans-serif;
}
#footer-outer #footer-widgets {
	padding-top: 72px;
	padding-bottom: 48px;
}

/* column headings */
#footer-outer .widget h4,
#footer-outer h4.widget-title {
	font-family: 'Archivo', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #EFCF8C;
	margin-bottom: 20px;
}

/* default link + text colours */
#footer-outer,
#footer-outer .widget p {
	color: #CFC5DE;
}
#footer-outer .widget a {
	color: #CFC5DE;
	transition: color .2s ease;
}
#footer-outer .widget a:hover {
	color: #EFCF8C !important;
}

/* brand column */
.zff-brand {
	display: flex;
	align-items: center;
	gap: 14px;
}
#footer-outer img.zff-brand__shield {
	height: 56px !important;
	width: auto !important;
	margin: 0 !important;
	display: block;
}
.zff-brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}
.zff-brand__name {
	font-family: 'Playfair Display', serif;
	font-weight: 800;
	font-size: 22px;
	letter-spacing: .04em;
	color: #fff;
}
.zff-brand__tag {
	font-size: 9.5px;
	font-style: italic;
	color: #9A8FB0;
	letter-spacing: .03em;
}
#footer-outer p.zff-blurb {
	font-size: 14px;
	line-height: 1.65;
	margin: 20px 0 0;
	max-width: 300px;
}
.zff-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}
#footer-outer .zff-social a {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #fff;
	transition: border-color .2s ease, color .2s ease;
}
#footer-outer .zff-social a:hover {
	border-color: #D89F2B;
	color: #EFCF8C !important;
}

/* link lists */
#footer-outer ul.zff-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-outer ul.zff-links li {
	margin: 0 0 12px;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
}
#footer-outer ul.zff-links li:last-child { margin-bottom: 0; }

/* contact column */
.zff-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 14px;
	line-height: 1.6;
}
#footer-outer .widget a.zff-gold { color: #EFCF8C; }

/* bottom bar */
#footer-outer #copyright {
	background-color: #2A1547 !important;
	border-top: 1px solid rgba(255,255,255,.12) !important;
	padding: 28px 0;
	margin-top: 8px;
}
#copyright .container .col.span_5 {
	width: 100%;
	margin-right: 0;
}
#copyright .container .col.span_7 { display: none; }
#copyright p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	font-size: 13px;
	color: #9A8FB0;
	line-height: 1.5;
	margin: 0;
}
.zff-legal {
	display: inline-flex;
	align-items: center;
	gap: 22px;
}
#copyright .zff-legal a {
	color: #CFC5DE;
	font-size: 13px;
	transition: color .2s ease;
}
#copyright .zff-legal a:hover { color: #EFCF8C; }

@media (max-width: 690px) {
	#copyright p { justify-content: center; text-align: center; }
}
