/* Hawk Spirit brand marks — ES only */
.header__logo-img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: contain;
    background: transparent;
}

.footer__logo {
    width: auto;
    height: 52px;
    max-width: 120px;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
}

.hawk-logo-hero {
    max-width: min(280px, 70vw);
    height: auto;
    object-fit: contain;
    background: transparent;
}

.ecosystem-wheel .wheel-center img,
.wheel-center img {
    object-fit: contain !important;
    background: transparent;
    border-radius: 12px;
}

/* ============================================================
   Footer Contacto — tile grid (icon + label), ES only
   ============================================================ */
.footer__inner {
    grid-template-columns: 1.3fr 1fr 1.7fr 0.9fr;
    align-items: start;
}

.footer__col--contacts {
    min-width: 0;
}

.footer__col--contacts .footer__col-title {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.footer-contact-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

a.footer-contact-tile {
    text-decoration: none;
    color: inherit;
}

.footer-contact-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 10px;
    padding: 14px 10px 16px;
    background: rgba(212, 160, 23, 0.06);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 14px;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
    min-height: 100%;
}

.footer-contact-tile:hover {
    background: rgba(212, 160, 23, 0.12);
    border-color: rgba(212, 160, 23, 0.45);
    transform: translateY(-2px);
}

.footer-contact-tile__icon,
.footer-contact-tile img.ui-icon,
.footer-contact-tile img.footer-contact-tile__icon {
    width: 108px !important;
    height: 108px !important;
    max-width: none !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
}

.footer-contact-tile__text {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--text-muted, #c4bdb0);
    word-break: break-word;
}

a.footer-contact-tile:hover .footer-contact-tile__text {
    color: var(--gold, #d4a017);
}

/* Title + brand text a bit larger in ES footer */
.footer__brand-text {
    font-size: 1rem;
    line-height: 1.55;
}

.footer__col--nav a {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.footer__col--nav .footer__col-title,
.footer__col--social .footer__col-title {
    font-size: 1.1rem;
}

.footer__bottom p {
    font-size: 0.9rem;
}

@media (max-width: 1024px) {
    .footer__inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-contact-tile__icon,
    .footer-contact-tile img.ui-icon,
    .footer-contact-tile img.footer-contact-tile__icon {
        width: 88px !important;
        height: 88px !important;
    }
    .footer-contact-tile__text {
        font-size: 0.95rem;
    }
}

@media (max-width: 700px) {
    .footer__inner {
        grid-template-columns: 1fr;
    }
    .footer-contact-tiles {
        max-width: 360px;
        margin: 0 auto;
    }
    .footer-contact-tile__icon,
    .footer-contact-tile img.ui-icon,
    .footer-contact-tile img.footer-contact-tile__icon {
        width: 88px !important;
        height: 88px !important;
    }
}
