

@font-face {
    font-family: 'ThelatticeHeading';
    src: url('../fonts/archivoblack-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThelatticeBody';
    src: url('../fonts/merriweathersans-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

.site-4552a6 {
    background-color: #23190b;
    
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill%3Anone%3Bstroke%3Argba%28247%2C187%2C8%2C0.05%29%3Bstroke-width%3A1%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M40%2010%20Q60%2030%2080%2020%20T120%2030%20T160%2020%22%2F%3E%3Cpath%20d%3D%22M20%2050%20Q50%2070%2080%2055%20T140%2065%20T180%2050%22%2F%3E%3Cpath%20d%3D%22M10%2090%20Q40%20110%2070%2095%20T130%20105%20T190%2085%22%2F%3E%3Cpath%20d%3D%22M30%20130%20Q60%20150%2090%20135%20T150%20145%20T180%20130%22%2F%3E%3Cpath%20d%3D%22M15%20170%20Q45%20190%2075%20175%20T135%20185%20T175%20170%22%2F%3E%3C%2Fsvg%3E"); background-size: 200px 200px;
}

.voll-skip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #f7bb08;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

.voll-skip:focus {
    top: 0;
}

.voll-site-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px 60px;
    min-height: 50vh;
}

.site-4552a6 h1,
.site-4552a6 h2,
.site-4552a6 h3,
.site-4552a6 h4,
.site-4552a6 h5 {
    font-family: 'ThelatticeHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.25;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.site-4552a6 h1 { font-size: 2.4rem; }
.site-4552a6 h2 { font-size: 1.8rem; }
.site-4552a6 h3 { font-size: 1.3rem; }
.site-4552a6 h4 { font-size: 1.15rem; }
.site-4552a6 h5 { font-size: 0.95rem; }

.site-4552a6 .entry-content > :first-child,
.site-4552a6 article > :first-child {
    margin-top: 0;
}

.site-4552a6 .entry-content h1,
.site-4552a6 .entry-content h2,
.site-4552a6 .entry-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.site-4552a6 body,
.site-4552a6 p,
.site-4552a6 li,
.site-4552a6 td,
.site-4552a6 th {
    font-family: 'ThelatticeBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.6;
}

.site-4552a6 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.site-4552a6 a {
    color: #f7bb08;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.site-4552a6 a:hover {
    color: #d5a001;
}

.site-4552a6 ul,
.site-4552a6 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.site-4552a6 li {
    margin-bottom: 0.4em;
}

.site-4552a6 .entry-content img,
.site-4552a6 .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1em 0;
}

.site-4552a6 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.voll-cta {
    display: none;
    padding: 12px 28px;
    background: #f7bb08;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'ThelatticeBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.voll-cta:hover {
    background: #d5a001;
    color: #fff;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.9);
    transform: translate(-2px,-2px);
}

.voll-search {
    margin-left: 12px;
    position: relative;
}
.voll-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 0;
    overflow: hidden;
    transition: border-color 0.2s;
}
.voll-search-form:focus-within {
    border-color: #f7bb08;
}
.voll-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    font-family: 'ThelatticeBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.voll-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.voll-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.voll-search-btn:hover {
    color: #f7bb08;
}

.voll-wrap {
    background: #17120d;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 0 rgba(0,0,0,0.9);
}

.voll-brand-row {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(247, 187, 8, 0.25);
    background: #17120d;
}

.voll-brand {
    display: inline-block;
}

.voll-brand a {
    text-decoration: none;
}

.voll-brand img {
    max-height: 50px;
    width: auto;
    display: block;
}

.voll-sitename {
    font-family: 'ThelatticeHeading', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

.voll-sitename:hover {
    color: #f7bb08;
}

.voll-navrow {
    background: #17120d;
    border-bottom: 4px solid #f7bb08;
}

.voll-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 51px;
}

.voll-nav {
    display: flex;
    align-items: center;
}

.voll-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.voll-menu li {
    position: relative;
}

.voll-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.2;
    color: #e6e6e6;
    text-decoration: none;
    font-family: 'ThelatticeBody', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.voll-menu > li > a:hover,
.voll-menu > li.current-menu-item > a {
    color: #f7bb08;
    background: rgba(247, 187, 8, 0.2);
    border-radius: 0;
}

.voll-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #0d0b07;
    border-top: 2px solid #f7bb08;
    border-radius: 0 0 0 0;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.9);
    display: none;
    z-index: 200;
}

.voll-menu li:hover > .sub-menu {
    display: block;
}

.voll-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #c8c8c8;
    text-decoration: none;
    font-family: 'ThelatticeBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s, background 0.2s;
}

.voll-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(247, 187, 8, 0.2);
}

.voll-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
    position: absolute;
    right: 20px;
}

.voll-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.3s, opacity 0.3s;
}

.voll-toggle[aria-expanded="true"] .voll-toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.voll-toggle[aria-expanded="true"] .voll-toggle-bar:nth-child(2) {
    opacity: 0;
}

.voll-toggle[aria-expanded="true"] .voll-toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.site-4552a6 .entry-content table,
.site-4552a6 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.site-4552a6 .entry-content th,
.site-4552a6 .page-content th {
    background: transparent;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'ThelatticeHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    border-bottom: 2px solid #17120d;
}

.site-4552a6 .entry-content td,
.site-4552a6 .page-content td {
    padding: 8px 12px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.site-4552a6 .entry-content tr:hover td,
.site-4552a6 .page-content tr:hover td {
    background: #fefaeb;
}

.skuy-wrap {
    background: #17120d;
    color: #b0b0b0;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 4px solid #f7bb08;
}

.skuy-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.skuy-copyright p {
    margin: 0;
    font-family: 'ThelatticeBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
}

.skuy-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.skuy-menu a {
    color: #b0b0b0;
    text-decoration: none;
    font-family: 'ThelatticeBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.skuy-menu a:hover {
    color: #f7bb08;
}

.skuy-small {
    margin: 0;
    font-family: 'ThelatticeBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #777777;
}

@media (max-width: 768px) {
    
    .voll-toggle {
        display: flex;
    }

    
    .voll-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0d0b07;
        border-top: 2px solid #f7bb08;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .voll-nav.is-open {
        display: block;
    }

    .voll-menu {
        flex-direction: column;
        padding: 10px 0;
    }

    .voll-menu > li > a {
        line-height: 1.4;
        padding: 12px 20px;
    }

    .voll-search {
        margin: 0;
        padding: 10px 20px;
    }
    .voll-search-input {
        width: 100%;
    }

    
    .voll-menu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

    
    .skuy-inner {
        flex-direction: column;
        text-align: center;
    }

    .skuy-menu {
        justify-content: center;
    }

    
    .voll-site-content {
        padding: 25px 15px 40px;
    }
}

@media (max-width: 480px) {
    .voll-inner {
        height: 60px;
        padding: 0 15px;
    }

    .voll-sitename {
        font-size: 1.15rem;
    }

    .voll-brand img {
        max-height: 35px;
    }

    .site-4552a6 h1 { font-size: 1.6rem; }
    .site-4552a6 h2 { font-size: 1.35rem; }
    .site-4552a6 h3 { font-size: 1.15rem; }

    .site-4552a6 p {
        font-size: 0.95rem;
    }

    .voll-site-content {
        padding: 20px 12px 30px;
    }
}
