/* Ramplio's single-page layout uses native browser controls, with no UI library. */
* { box-sizing: border-box; }
html { font-size: 14px; }
body {
    margin: 0;
    color: #cac4c2;
    font: 400 14px/1.846 "Roboto Condensed", sans-serif;
    background: #404040 url("../img/slider/bg1s.jpg") center / cover no-repeat;
}
a { color: inherit; text-decoration: none; }
a:hover { color: #ffb300; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
    outline: 2px solid #ffb300;
    outline-offset: 4px;
}
button, input { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
svg { fill: none; stroke: currentColor; stroke-width: 2; }
.container { width: 100%; margin: 0 auto; padding: 0 15px; }
.visually-hidden, .skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}
.skip-link:focus { position: fixed; z-index: 20; top: 5px; left: 5px; padding: 5px 10px; background: #222; }
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 10;
    min-height: 54px;
    padding: 16px 0;
    background: rgb(0 0 0 / 80%);
    box-shadow: 0 .866px 1px #d2d1c8;
}
.desktop-nav { display: flex; justify-content: flex-end; }
.navigation-links { display: flex; align-items: center; color: #fff; line-height: 20px; }
.navigation-links > li { position: relative; border-right: 1px solid #e4e4e4; }
.navigation-links > li > a { display: block; padding: 0 15px; }
.navigation-links > .search-item { border-right: 0; border-left: 1px solid #ffb300; padding-left: 15px; min-width: 31px; }
.support-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 174px;
    padding-top: 10px;
}
.support-menu:hover .support-links, .support-menu:focus-within .support-links { display: block; }
.support-links li { border: 1px solid rgb(255 255 255 / 60%); background: rgb(0 0 0 / 80%); box-shadow: 0 1px 3px #ececec; }
.support-links a { display: block; padding: 8px 15px; font-size: 12px; letter-spacing: 1px; white-space: nowrap; }
.search-menu summary { width: 16px; height: 20px; list-style: none; }
.search-menu summary::-webkit-details-marker { display: none; }
.search-icon { width: 16px; height: 16px; vertical-align: middle; }
.search-close { display: none; font-size: 22px; }
.search-menu[open] .search-icon { display: none; }
.search-menu[open] .search-close { display: inline; }
.search-form { position: absolute; right: 0; top: 45px; display: flex; width: 220px; box-shadow: 4px 8px 6px -7px #777; }
.search-form input { min-width: 0; width: 100%; padding: 6px 10px; border: 1px solid #eee; border-radius: 0; background: #fff; color: #222; }
.search-form button { padding: 6px 10px; border: 1px solid #ffb300; background: #ffb300; color: #222; }
.menu-toggle { display: none; }
.hero {
    min-height: 100vh;
    min-height: 100svh;
    background: url("../img/slider/bg1.jpg") center / cover no-repeat;
}
.hero-content { padding-top: 225.84px; padding-bottom: 130px; }
.hero h1 { margin: 0; font-size: inherit; line-height: 0; }
.hero h1 img { max-width: 100%; height: auto; }
.catlight-link {
    display: inline-block;
    margin-top: 25px;
    margin-left: 60px;
    padding: 8px 20px;
    border: 1px solid #8094c3;
    border-radius: 3px;
    background: linear-gradient(to bottom, #7186b4, #405781);
    box-shadow: 0 2px 2px #303030;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px #2799e0;
}
.catlight-link:hover { background: linear-gradient(to bottom, #889dcc, #4e648f); border-color: #a28121; color: #fff; }
.site-footer { min-height: 50px; position: fixed; inset: auto 0 0; z-index: 5; padding: 10px 0; border-top: 1px solid #404040; background: rgb(0 0 0 / 80%); }
.footer-content { display: flex; justify-content: space-between; gap: 15px; }
.footer-contact { text-align: right; }
.contact-divider { color: #be8b68; }
#mobile-menu { width: min(82vw, 340px); max-width: none; height: 100%; max-height: 100%; margin: 0; padding: 0; border: 0; color: #fff; background: #333; }
#mobile-menu::backdrop { background: rgb(0 0 0 / 60%); }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; border-bottom: 1px solid #555; }
.menu-close { padding: 0 8px; border: 0; background: transparent; color: #fff; font-size: 28px; }
.mobile-links a, .mobile-links summary { display: block; padding: 10px 20px; border-bottom: 1px solid #555; }
.mobile-links summary { display: list-item; margin-left: 20px; padding-left: 0; }
.mobile-links ul a { padding-left: 35px; font-size: 13px; }
body:has(#mobile-menu[open]) { overflow: hidden; }
.analytics-pixel { position: absolute; left: -9999px; }
.error-page { padding: 60px 0; min-height: 100vh; }
.error-page h1 { color: #fff; }
.error-page p { max-width: 650px; }
.error-page code { overflow-wrap: anywhere; }
.error-home { text-decoration: underline; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }
@media (max-width: 991px) { .footer-content { display: block; } }
@media (max-width: 767px) {
    .site-header { min-height: 57px; padding: 11px 0; }
    .desktop-nav { display: none; }
    .menu-toggle { display: block; margin-left: auto; margin-right: 15px; padding: 5px 7px; border: 1px solid #ffb300; border-radius: 0; background: transparent; color: #ffb300; line-height: 0; }
    .menu-toggle svg { width: 22px; height: 22px; }
}
@media (max-height: 540px) { .hero-content { padding-top: 110px; } }
