/* SEXYHOUSE BASE CSS */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
    background-color: #1a1a1a;
    color: #f0f0f0;
    font-family: 'Segoe UI', Arial, sans-serif;
    min-height: 100vh;
}
#sh-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 16px 14px;
    background-color: #111;
    border-bottom: 2px solid #c0607a;
}
#sh-logo img {
    width: 160px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#sh-phone {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
}
#sh-phone a { color: #c0607a; text-decoration: none; }
#sh-phone a:hover { color: #e07090; }
#sh-hours { font-size: 16px; color: #c0607a; letter-spacing: 0.5px; }
#sh-nav {
    background-color: #111 !important;
    border-bottom: 1px solid #3a1a25;
}
#sh-nav .navbar-brand { color: #c0607a !important; font-weight: 600; }
#sh-nav .nav-link {
    color: #d4d4d4 !important;
    font-size: 18px;
    padding: 10px 18px !important;
    letter-spacing: 0.5px;
}
#sh-nav .nav-link:hover, #sh-nav .nav-link.active { color: #c0607a !important; }
#sh-nav .navbar-toggler { border-color: #c0607a; }
#sh-footer {
    background-color: #111;
    border-top: 2px solid #c0607a;
    text-align: center;
    padding: 18px 20px;
    margin-top: 40px;
}
#sh-phone-footer { font-size: 24px; font-weight: 700; margin-bottom: 6px; }
#sh-phone-footer a { color: #c0607a; text-decoration: none; }
.sh-legal { font-size: 14px; color: #888; line-height: 1.8; }
.sh-legal a { color: #c0607a; }
