/* ------------------------------------------------------------------
   Tech Innovators - brand overrides
   Loaded AFTER style.css. Keeps the original template files untouched.
   ------------------------------------------------------------------ */

/* --- Text logo (replaces the template's logo.png) --- */
#brand {
    display: inline-block;
    line-height: 1;
    text-decoration: none !important;
    color: white;
}
#brand .brand-name {
    display: block;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: white;
}
#brand .brand-name em {
    font-style: normal;
    font-weight: 400;
    opacity: 0.75;
}
#brand .brand-tag {
    display: block;
    margin-top: 6px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    opacity: 0.55;
}
#brand:hover .brand-tag {
    opacity: 0.9;
}

@media (max-width: 767px) {
    #brand .brand-name { font-size: 16px; }
    #brand .brand-tag  { font-size: 8px; letter-spacing: 0.28em; }
}

/* --- Hero tweaks --- */
#content h2 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Map: embedded OpenStreetMap, no API key required --- */
#map-contact {
    height: 260px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}
#map-contact iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    /* grayscale first, then invert -> a predictable dark map, no odd hues */
    filter: grayscale(100%) invert(100%) contrast(90%);
}
.map-link {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
}
.map-link:hover { opacity: 1; }

/* --- Contact panel details --- */
.side-panel address a,
.side-panel .contact-line a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.side-panel address a:hover,
.side-panel .contact-line a:hover {
    border-bottom-color: rgba(255, 255, 255, 0.8);
}
.side-panel address {
    line-height: 2;
}

/* --- Extra skill-bar widths (style.css only ships 10% steps) --- */
.width-85 { width: 85%; }
.width-95 { width: 95%; }

/* --- Footer social spacing on small screens --- */
@media (max-width: 480px) {
    .social-icons a { margin: 0 6px; }
}
