/* main.css — import order */
@import url("./base.css");
@import url("./layout.css");
@import url("./components.css");
@import url("./megamenu.css");

/* === Header Refinements (2026-02-18) === */

/* Remove link styling from logo block */
.header a,
.header a:visited,
.header a:hover {
    text-decoration: none;
}

.header .logo,
.header .logo * {
    color: inherit;
}

/* Refine Contact Button Vertical Padding */
.nav .contact-btn,
.nav .btn-contact,
.nav a.contact,
.contact-button {
    padding: 8px 20px !important;
    line-height: 1.2;
}
