

@font-face {
    font-family: 'CoregridHeading';
    src: url('../fonts/rajdhani-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoregridBody';
    src: url('../fonts/roboto-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;
}

.page-2f01df {
    background-color: #2a1d14;
    
    
}

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

.lmqwSkip:focus {
    top: 0;
}

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

.page-2f01df h1,
.page-2f01df h2,
.page-2f01df h3,
.page-2f01df h4,
.page-2f01df h5 {
    font-family: 'CoregridHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.page-2f01df h1 { font-size: 2.4rem; }
.page-2f01df h2 { font-size: 1.6rem; }
.page-2f01df h3 { font-size: 1.3rem; }
.page-2f01df h4 { font-size: 1.1rem; }
.page-2f01df h5 { font-size: 1.05rem; }

.page-2f01df .entry-content > :first-child,
.page-2f01df article > :first-child {
    margin-top: 0;
}

.page-2f01df body,
.page-2f01df p,
.page-2f01df li,
.page-2f01df td,
.page-2f01df th {
    font-family: 'CoregridBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.6;
}

.page-2f01df p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.page-2f01df a {
    color: #d56130;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.page-2f01df a:hover {
    color: #bc4f20;
}

.page-2f01df ul,
.page-2f01df ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.page-2f01df li {
    margin-bottom: 0.4em;
}

.page-2f01df .entry-content ul {
    list-style: none;
    padding-left: 1.4em;
}
.page-2f01df .entry-content ul > li {
    position: relative;
}
.page-2f01df .entry-content ul > li::before {
    content: "\2014";
    position: absolute;
    left: -1.4em;
    color: #d56130;
}

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

.page-2f01df hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.lmqwCta {
    display: none;
    padding: 10px 24px;
    background: #d56130;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: 'CoregridBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.lmqwCta:hover {
    background: #bc4f20;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.lmqwSearch {
    margin-left: 12px;
    position: relative;
}
.lmqwSearchForm {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.lmqwSearchForm:focus-within {
    border-color: #d56130;
}
.lmqwSearchInput {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    font-family: 'CoregridBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.lmqwSearchInput::placeholder {
    color: rgba(255,255,255,0.4);
}
.lmqwSearchBtn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.lmqwSearchBtn:hover {
    color: #d56130;
}

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

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

    .lmqwNav.is-open {
        display: block;
    }

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

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

    .lmqwSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .lmqwSearchInput {
        width: 100%;
    }

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

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

    .tbhhaMenu {
        justify-content: center;
    }

    
    .lmqwSiteContent {
        padding: 25px 15px 40px;
    }
}

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

    .lmqwSitename {
        font-size: 1.15rem;
    }

    .lmqwBrand img {
        max-height: 35px;
    }

    .page-2f01df h1 { font-size: 1.6rem; }
    .page-2f01df h2 { font-size: 1.35rem; }
    .page-2f01df h3 { font-size: 1.15rem; }

    .page-2f01df p {
        font-size: 0.95rem;
    }

    .lmqwSiteContent {
        padding: 20px 12px 30px;
    }
}

.page-2f01df .entry-content table,
.page-2f01df .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 1px solid #404040;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.page-2f01df .entry-content th,
.page-2f01df .page-content th {
    background: #231e1a;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'CoregridHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.page-2f01df .entry-content td,
.page-2f01df .page-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.page-2f01df .entry-content tr:last-child td,
.page-2f01df .page-content tr:last-child td {
    border-bottom: none;
}

.page-2f01df .entry-content tr:nth-child(even) td,
.page-2f01df .page-content tr:nth-child(even) td {
    background: #201e1d;
}

.page-2f01df .entry-content tr:hover td,
.page-2f01df .page-content tr:hover td {
    background: #fcf2ee;
}

.tbhhaWrap {
    background: #231e1a;
    color: #bababa;
    padding: 50px 0 0 0;
    margin-top: 50px;
    border-top: 1px solid #d56130;
}

.tbhhaGrid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
}

.tbhhaCol {
    min-width: 0;
}

.tbhhaColTitle {
    font-family: 'CoregridHeading', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.tbhhaColBlurb {
    margin: 0;
    font-family: 'CoregridBody', Arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #b0b0b0;
}

.tbhhaMenu,
.tbhhaList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tbhhaMenu a,
.tbhhaList a {
    color: #bababa;
    text-decoration: none;
    font-family: 'CoregridBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.tbhhaMenu a:hover,
.tbhhaList a:hover {
    color: #d56130;
}

.tbhhaContactLine {
    margin: 0;
    font-family: 'CoregridBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
    word-break: break-word;
}

.tbhhaBottomRow {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 18px 0;
}

.tbhhaBottomInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tbhhaCopyright {
    margin: 0;
    font-family: 'CoregridBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
    text-align: center;
}

@media (max-width: 768px) {
    .tbhhaGrid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (max-width: 480px) {
    .tbhhaGrid {
        grid-template-columns: 1fr;
    }
}

.lmqwWrap {
    background: #231e1a;
    padding: 0;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #d56130;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.lmqwInner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 71px;
}

.lmqwBrand {
    flex-shrink: 0;
}

.lmqwBrand a {
    text-decoration: none;
}

.lmqwBrand img {
    max-height: 45px;
    width: auto;
    display: block;
}

.lmqwSitename {
    font-family: 'CoregridHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.lmqwSitename:hover {
    color: #d56130;
}

.lmqwNav {
    display: flex;
    align-items: center;
}

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

.lmqwMenu li {
    position: relative;
}

.lmqwMenu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    line-height: 1.2;
    color: #ebebeb;
    text-decoration: none;
    font-family: 'CoregridBody', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.lmqwMenu > li > a:hover,
.lmqwMenu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(213, 97, 48, 0.1);
    border-radius: 8px;
}

.lmqwMenu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #171412;
    border-top: 2px solid #d56130;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    display: none;
    z-index: 200;
}

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

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

.lmqwMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(213, 97, 48, 0.1);
}

.lmqwToggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

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

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

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

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