/* MGL2390 Footer — Standalone stylesheet, always loaded */
#mgl-footer {
    background: #0E1E16 !important;
    color: rgba(248,244,238,0.55);
    padding: 80px 0 0;
    border-top: 1px solid rgba(184,115,51,0.1);
    font-family: 'Cormorant', Georgia, serif;
    display: block !important;
}
#mgl-footer * { box-sizing: border-box }
.ft-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px }
.ft-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.4fr;
    gap: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(max-width:1000px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 40px } }
@media(max-width:560px)  { .ft-grid { grid-template-columns: 1fr; gap: 32px } }
.ft-logo-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px }
.ft-logo-img {
    width: 52px; height: 52px; border-radius: 50%;
    object-fit: cover; object-position: top center;
    border: 2px solid rgba(184,115,51,0.35); flex-shrink: 0;
}
.ft-logo-name {
    font-family: 'Playfair Display', 'Cormorant', Georgia, serif;
    font-size: 20px; font-weight: 700; color: #ECC48C; letter-spacing: .03em;
}
.ft-desc {
    font-family: 'Cormorant', Georgia, serif;
    font-size: 15px; color: rgba(248,244,238,0.55);
    line-height: 1.85; max-width: 280px; margin-bottom: 14px;
}
.ft-tag {
    font-family: 'DM Mono', monospace;
    font-size: 9px; letter-spacing: .16em; text-transform: uppercase;
    color: rgba(184,115,51,0.5); margin-bottom: 20px;
}
.ft-social { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px }
.ft-soc-btn {
    width: 36px; height: 36px; border-radius: 6px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    display: flex; align-items: center; justify-content: center;
    text-decoration: none; color: rgba(248,244,238,0.4);
    transition: background .2s, border-color .2s, color .2s;
}
.ft-soc-btn:hover {
    background: rgba(184,115,51,0.15);
    border-color: rgba(184,115,51,0.3); color: #ECC48C;
}
.ft-soc-btn svg { display: block }
.ft-col h5 {
    font-family: 'DM Mono', monospace;
    font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
    color: rgba(184,115,51,0.7); margin: 0 0 18px;
}
.ft-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px }
.ft-col ul li a {
    font-family: 'Cormorant', Georgia, serif;
    font-size: 15px; color: rgba(248,244,238,0.45); text-decoration: none;
    transition: color .2s;
}
.ft-col ul li a:hover { color: #EAE4D8 }
.ft-contact-row {
    display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px;
    font-family: 'Cormorant', Georgia, serif;
    font-size: 14px; color: rgba(248,244,238,0.55);
}
.ft-contact-row a { color: rgba(248,244,238,0.45); text-decoration: none }
.ft-contact-row a:hover { color: #ECC48C }
.ft-bottom {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 0;
    font-family: 'DM Mono', monospace;
    font-size: 10px; letter-spacing: .08em;
    color: rgba(248,244,238,0.2); flex-wrap: wrap; gap: 10px;
}
.ft-bottom a { color: rgba(248,244,238,0.2); text-decoration: none }
.ft-bottom a:hover { color: rgba(248,244,238,0.5) }
.ft-dev { color: rgba(184,115,51,0.35); letter-spacing: .12em; text-transform: uppercase }
