
* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    color: #f2f2f2;
    background:
        radial-gradient(circle at 35% 30%, rgba(90,90,90,.55), transparent 42%),
        linear-gradient(120deg, #101010 0%, #2d2d2d 42%, #111 100%);
    line-height: 1.55;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 0% 0%, rgba(255,255,255,.12), transparent 28%),
        radial-gradient(ellipse at 16% 24%, rgba(255,255,255,.08), transparent 33%);
    opacity: .8;
}

.page-shell {
    position: relative;
    width: min(100%, 830px);
    margin: 10px auto 28px;
    background: #333333;
    box-shadow: 0 0 28px rgba(0,0,0,.75);
    border: 1px solid #151515;
}

.site-header {
    background: #000;
}

.site-header img {
    display: block;
    width: 100%;
    height: auto;
}

.site-nav {
    background: linear-gradient(#6a6a6a, #393939 45%, #202020);
    border-top: 1px solid #595959;
    border-bottom: 1px solid #111;
    min-height: 27px;
}

.menu,
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu {
    display: flex;
    flex-wrap: wrap;
}

.menu > li {
    position: relative;
}

.menu a {
    display: block;
    padding: 6px 20px 7px;
    color: #eeeeee;
    text-decoration: none;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000;
    border-right: 1px solid rgba(0,0,0,.35);
    border-left: 1px solid rgba(255,255,255,.08);
}

.menu > li:first-child a {
    background: linear-gradient(#d6d6d6, #8c8c8c);
    color: #222;
    text-shadow: none;
}

.menu a:hover,
.menu a:focus {
    background: linear-gradient(#777, #2a2a2a);
    color: #fff;
}

.has-submenu > ul {
    display: none;
    position: absolute;
    min-width: 210px;
    z-index: 20;
    background: #2b2b2b;
    box-shadow: 0 8px 18px rgba(0,0,0,.45);
}

.has-submenu:hover > ul,
.has-submenu:focus-within > ul {
    display: block;
}

.has-submenu ul a {
    border: 0;
    border-bottom: 1px solid #444;
    background: #2b2b2b !important;
    color: #eee !important;
    text-shadow: 1px 1px 1px #000 !important;
}

.content {
    min-height: 450px;
    padding: 30px 22px 34px;
    font-size: 13px;
}

.content-inner {
    max-width: 790px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

h1, h2 {
    margin: 0 0 25px;
    color: #b7b7b7;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
}

h1 {
    font-size: 23px;
}

h2 {
    font-size: 22px;
}

h3 {
    color: #ffffff;
    margin: 26px 0 10px;
    font-size: 16px;
}

p {
    margin: 0 0 18px;
}

a {
    color: #d8e8ff;
}

hr {
    border: 0;
    border-top: 2px solid #d5d5d5;
    margin: 54px 0 12px;
}

.service-list {
    display: inline-block;
    text-align: left;
    margin: 18px auto;
    padding-left: 25px;
}

.service-list a {
    color: #ffffff;
}

.remote-box {
    display: inline-block;
    border: 1px solid #595959;
    padding: 12px 16px;
    margin-top: 10px;
}

.remote-button {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.remote-button img {
    display: block;
    max-width: 230px;
    height: auto;
}

.remote-label {
    position: absolute;
    top: 30px;
    left: 68px;
    width: 150px;
    color: #222;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    pointer-events: none;
}

.map-wrapper iframe {
    width: 100%;
    max-width: 640px;
    height: 480px;
    border: 0;
}

.legal {
    color: #eeeeee;
    text-align: left;
}

.legal h1,
.legal h2 {
    text-align: center;
}

.legal h3 {
    border-bottom: 1px solid #666;
    padding-bottom: 4px;
}

.legal ol,
.legal ul {
    margin: 0 0 18px 22px;
}

.legal li {
    margin-bottom: 7px;
}

.contact-block {
    max-width: 520px;
    margin: 0 auto;
}

.site-footer {
    background: linear-gradient(#575757, #0b0b0b 70%, #000);
    text-align: center;
    color: #dcdcdc;
    font-size: 12px;
    padding: 13px 15px 20px;
    border-top: 1px solid #4f4f4f;
}

.site-footer p {
    margin: 0;
}


/* Mobile Navigation */
.nav-toggle-button {
    display: none;
    width: 100%;
    cursor: pointer;
    user-select: none;
    color: #fff;
    padding: 12px 16px;
    font: inherit;
    font-size: 15px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #222;
    background: linear-gradient(#5b5b5b, #252525);
}

.nav-toggle-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: -4px;
}

.nav-toggle-icon {
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 8px;
    position: relative;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    vertical-align: -1px;
}

.nav-toggle-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    border-top: 2px solid #fff;
}

@media (max-width: 760px) {
    .page-shell {
        margin: 0;
        width: 100%;
        border: 0;
    }

    .site-nav {
        min-height: 0;
    }

    .nav-toggle-button {
        display: block;
    }

    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .site-nav.is-open .menu {
        display: flex;
    }

    .menu > li {
        width: 100%;
    }

    .menu a {
        padding: 11px 16px;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #444;
        text-align: center;
        font-size: 15px;
    }

    .has-submenu > ul {
        display: none;
        position: static;
        box-shadow: none;
        min-width: 0;
        background: #242424;
    }

    .has-submenu:hover > ul,
    .has-submenu:focus-within > ul {
        display: block;
    }

    .has-submenu ul a {
        font-size: 14px;
        padding-left: 28px;
        background: #242424 !important;
    }

    .content {
        padding: 26px 16px 32px;
        font-size: 15px;
    }

    h1 {
        font-size: 21px;
    }

    .map-wrapper iframe {
        height: 360px;
    }

    .remote-label {
        top: 29px;
    }
}
