/*
 Theme Name: GeneratePress — Turquoise UFO
 Template: generatepress
 Version: 1.0
 Author: Nathan Arizona
 Description: Child theme for turquoiseufo.net. Preserves all GeneratePress customizations and background textures.
*/

/* Content Deployment Gate — Hynek 2026-06-06 */
.hidden-until-ready { display: none !important; }

/* Footer Nav — inside native .site-info bar, matches WDJ */
.tufo-footer-nav ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 24px;
}

.tufo-footer-nav ul li { margin: 0; }

.tufo-footer-nav a {
    color: #F7F4EF;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tufo-footer-nav a:hover { color: #3CC9C1; }
