/* RUNHAMS LP COMMERCIAL - HEADER (reset + font + sticky) */
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body, html { font-family: 'Overpass', sans-serif; line-height: 1.6; color: #333; width: 100%; overflow-x: hidden; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.runhams-lp-offices-header { position: sticky; top: 0; z-index: 100; background-color: #fff; border-bottom: 1px solid #e8e8e8; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.runhams-lp-offices-header-inner { max-width: 1200px; margin: 0 auto; padding: 0.75rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.runhams-lp-offices-header-logo-link { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.runhams-lp-offices-header-logo { height: 60px; width: auto; }
.runhams-lp-offices-header-phone { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 2rem; background-color: #d90f0f; color: #fff; text-decoration: none; font-family: 'Overpass', sans-serif; font-size: 1rem; font-weight: 600; border-radius: 50px; white-space: nowrap; flex-shrink: 0; box-shadow: 0 2px 8px rgba(217,15,15,0.2); transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }
.runhams-lp-offices-header-phone:hover { background-color: #b50d0d; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(217,15,15,0.3); }
.runhams-lp-offices-header-phone i { font-size: 0.9375rem; }

@media (max-width: 1024px) { .runhams-lp-offices-header-logo { height: 54px; } .runhams-lp-offices-header-phone { padding: 0.7rem 1.75rem; font-size: 0.9375rem; } }
@media (max-width: 768px) { .runhams-lp-offices-header-inner { padding: 0.625rem 1.25rem; } .runhams-lp-offices-header-logo { height: 48px; } .runhams-lp-offices-header-phone { padding: 0.625rem 1.5rem; font-size: 0.9375rem; } }
@media (max-width: 480px) { .runhams-lp-offices-header-inner { padding: 0.5rem 1rem; } .runhams-lp-offices-header-logo { height: 42px; } .runhams-lp-offices-header-phone { padding: 0.5rem 1.25rem; font-size: 0.875rem; gap: 0.375rem; } .runhams-lp-offices-header-phone i { font-size: 0.8125rem; } }
