@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular.woff2') format('woff2'),
         url('../fonts/montserrat-regular.woff') format('woff'),
         url('../fonts/montserrat-regular.ttf') format('truetype');
    font-display: swap;
}
html {
    overflow-x: hidden !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 90%;
    color: #3a3a3a;
    margin: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f4f4f3 100%);
    overflow-x: hidden !important;
    min-height: 100vh;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(120, 125, 135, 0.45), rgba(0, 0, 0, 0));
    margin: 28px 0;
}
.mosaic-hub-top-navigation {
    background: linear-gradient(180deg, #0c0c0d 0%, #050506 100%);
    overflow: hidden;
    border-bottom: 1px solid rgba(201, 203, 209, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.mosaic-hub-top-navigation a {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 18px 28px;
    float: left;
    display: block;
    color: #d8d9dc;
    text-align: center;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid transparent;
    transition: color 0.35s ease, border-color 0.45s ease, background-color 0.35s ease;
}
.mosaic-hub-top-navigation a:hover {
    color: #ffffff;
    background-color: rgba(201, 203, 209, 0.06);
    border-bottom-color: rgba(201, 203, 209, 0.55);
}
.mosaic-hub-top-navigation .icon {
    display: none;
}
.mosaic-hub-body {
    line-height: 1.75;
    margin: 36px auto 64px auto;
    width: min(760px, 92%);
    padding: 24px 44px 44px 44px;
    text-align: left;
    color: #3a3a3a;
    letter-spacing: 0.2px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 18px 50px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);
    position: relative;
}
.mosaic-hub-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14%;
    right: 14%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(120, 125, 135, 0.35), transparent);
    pointer-events: none;
}
.mosaic-hub-body h1 {
    color: #1a1a1a;
    padding: 12px 2px;
    margin: 8px 0 14px 0;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mosaic-hub-body h2 {
    color: #1a1a1a;
    border-bottom: 1px solid rgba(201, 203, 209, 0.9);
    padding: 18px 2px 8px 2px;
    margin: 26px 0 12px 0;
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-align: left;
}
.mosaic-hub-body p {
    color: #4a4a4a;
    font-weight: 300;
    line-height: 1.85;
    margin: 10px 0;
}
.mosaic-hub-body strong {
    color: #1a1a1a;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.mosaic-hub-body img {
    display: block;
    margin: 18px auto 22px auto;
    width: 28%;
    min-width: 140px;
    height: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
}
.mosaic-hub-body a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(26, 26, 26, 0.25);
    transition: border-color 0.3s ease, color 0.3s ease;
}
.mosaic-hub-body a:hover,
.mosaic-hub-body a:focus-visible {
    color: #0c0c0c;
    border-bottom-color: #3a3a3a;
    outline: none;
}
.mosaic-hub-body strong a,
.mosaic-hub-body a strong {
    color: inherit;
}
.mosaic-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, #0a0a0b 0%, #050506 100%);
    color: #d8d9dc;
    border-top: 1px solid rgba(201, 203, 209, 0.2);
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-align: center;
    line-height: 2.2;
    padding: 4px 0;
}
.mosaic-footer a {
    color: #d8d9dc;
    text-decoration: none;
    transition: color 0.35s ease-in-out;
}
.mosaic-footer a:hover {
    color: #ffffff;
}
.mosaic-hub-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 9px 0 8px 0;
    background: linear-gradient(180deg, rgba(8, 8, 10, 0.92) 0%, rgba(3, 3, 5, 0.98) 100%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    backdrop-filter: blur(14px) saturate(140%);
    border-top: 1px solid rgba(192, 198, 204, 0.28);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.04) inset, 0 -10px 24px rgba(0, 0, 0, 0.35);
    color: #dce0e4;
    text-align: center;
    z-index: 50;
}
.mosaic-hub-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 60%);
    height: 1px;
    background: linear-gradient(90deg, rgba(192, 198, 204, 0) 0%, rgba(192, 198, 204, 0.55) 50%, rgba(192, 198, 204, 0) 100%);
    pointer-events: none;
}
.mosaic-hub-footer p {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    line-height: 1.6;
    color: rgba(220, 224, 228, 0.78);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.mosaic-hub-footer a {
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    color: rgba(220, 224, 228, 0.82);
    text-decoration: none;
    transition: color 0.4s ease, text-shadow 0.4s ease;
}
.mosaic-hub-footer a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(192, 198, 204, 0) 0%, rgba(192, 198, 204, 0.85) 50%, rgba(192, 198, 204, 0) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.mosaic-hub-footer a:hover {
    color: #f5f6f7;
    text-shadow: 0 0 12px rgba(192, 198, 204, 0.45);
}
.mosaic-hub-footer a:hover::after {
    transform: scaleX(1);
}
/* Responsive adjustments */
@media only screen and (max-width: 990px) {
    body {
        font-size: 85%;
    }
    .mosaic-hub-body {
        width: calc(100% - 24px);
        margin: 20px auto 72px auto;
        padding: 18px 22px 30px 22px;
        border-radius: 12px;
    }
    .mosaic-hub-body::before {
        left: 20%;
        right: 20%;
    }
    .mosaic-hub-body img {
        margin: 14px auto 18px auto;
        width: 32%;
        min-width: 120px;
        max-width: 160px;
    }
    .mosaic-hub-body h1 {
        font-size: 1.15em;
        letter-spacing: 2px;
    }
    .mosaic-hub-body h2 {
        font-size: 0.85em;
        letter-spacing: 2px;
    }
    .mosaic-hub-top-navigation a {
        padding: 14px 18px;
        font-size: 10px;
        letter-spacing: 2px;
    }
    .mosaic-hub-top-navigation a:not(:first-child):not(.icon) {
        display: none;
    }
    .mosaic-hub-top-navigation a.icon {
        float: right;
        display: block;
        font-size: 18px;
        padding: 12px 18px;
    }
    .mosaic-hub-top-navigation.responsive {
        position: relative;
    }
    .mosaic-hub-top-navigation.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .mosaic-hub-top-navigation.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .mosaic-footer {
        font-size: 9px;
        letter-spacing: 2px;
    }
    .mosaic-hub-footer p {
        font-size: 9.5px;
        letter-spacing: 3.5px;
    }
    .mosaic-hub-footer a {
        padding: 4px 10px;
    }
    .mosaic-hub-footer a::after {
        left: 10px;
        right: 10px;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 82%;
    }
    .mosaic-hub-body {
        width: calc(100% - 16px);
        margin: 14px auto 64px auto;
        padding: 14px 16px 24px 16px;
        border-radius: 10px;
        line-height: 1.65;
    }
    .mosaic-hub-body img {
        width: 28%;
        min-width: 110px;
        max-width: 140px;
        margin: 10px auto 14px auto;
    }
    .mosaic-hub-body h1 {
        font-size: 1em;
        letter-spacing: 1.8px;
        padding: 8px 2px;
        margin: 4px 0 10px 0;
    }
    .mosaic-hub-body h2 {
        font-size: 0.8em;
        letter-spacing: 1.8px;
        padding: 14px 2px 6px 2px;
        margin: 18px 0 8px 0;
    }
    .mosaic-hub-body p {
        font-size: 0.95em;
        line-height: 1.7;
    }
    .mosaic-hub-top-navigation a {
        padding: 12px 14px;
        font-size: 9.5px;
        letter-spacing: 1.8px;
    }
    .mosaic-hub-top-navigation a.icon {
        font-size: 16px;
        padding: 10px 14px;
    }
    .mosaic-footer {
        font-size: 8.5px;
        letter-spacing: 1.8px;
    }
    .mosaic-hub-footer p {
        font-size: 8.5px;
        letter-spacing: 2.6px;
        line-height: 1.8;
    }
    .mosaic-hub-footer a {
        padding: 3px 8px;
    }
    .mosaic-hub-footer a::after {
        left: 8px;
        right: 8px;
    }
}

@media print {
    .mosaic-hub-top-navigation, .mosaic-footer, .mosaic-hub-footer {
        display: none;
    }
    .mosaic-hub-body {
        width: 90%;
    }
    .mosaic-hub-body img {
        display: none;
    }
}
