/* FUEGO — site footer. One source of truth: loaded by front-page.php and header.php. */

.fg-footer{border-top:1px solid var(--line-dim);padding:clamp(52px,8vw,72px) clamp(20px,4vw,32px) 40px}
.fg-footer-in{max-width:1320px;margin:0 auto}
.fg-footer-top{display:flex;flex-wrap:wrap;gap:clamp(32px,6vw,80px);align-items:flex-start;justify-content:space-between}
.fg-footer-brand{display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.fg-footer-mark{width:141px;height:20px;display:block;background-color:var(--blaze);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:left center;mask-position:left center}
.fg-footer-tag{font-family:var(--fdata);font-weight:500;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--grey);line-height:1.8;margin:0;max-width:260px}

.fg-footer-social{display:flex;align-items:center;gap:14px;margin-top:2px}
.fg-footer-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:var(--r-sm);color:var(--grey);transition:all var(--dur-fast) var(--ease-fuego)}
.fg-footer-social a:hover{color:var(--blaze);border-color:var(--blaze);box-shadow:0 0 12px -6px var(--blaze)}
.fg-footer-social svg{width:16px;height:16px;display:block;fill:currentColor}

.fg-footer-links{display:flex;flex-direction:column;gap:14px}
.fg-footer-links .fg-footer-label{font-family:var(--fdata);font-weight:600;font-size:9.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--grey)}
.fg-footer-links a{font-size:13px;color:var(--grey);text-decoration:none}
.fg-footer-links a:hover{color:var(--white)}

.fg-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-top:clamp(36px,6vw,56px);padding-top:24px;border-top:1px solid var(--line-dim)}
.fg-footer-bottom .fg-footer-copy{font-family:var(--fdata);font-weight:500;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--grey)}
.fg-footer-bottom img{height:16px;width:auto;opacity:.85;display:block}
.fg-footer-legal{font-family:var(--fdata);font-weight:500;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--grey);text-decoration:none}
.fg-footer-legal:hover{color:var(--white)}

@media (max-width:760px){
	.fg-footer{padding:44px 20px 32px}
	.fg-footer-top{flex-direction:column;align-items:center;gap:32px;text-align:center}
	.fg-footer-brand{align-items:center}
	.fg-footer-mark{-webkit-mask-position:center;mask-position:center}
	.fg-footer-social{justify-content:center}
	.fg-footer-links{align-items:center}
	.fg-footer-bottom{flex-direction:column;gap:14px;text-align:center}
}
