/* ==========================================================================
   Titan Fury Design — Complete Visual Styling
   Design slug: design-titan-fury
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Font Declarations
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'TitanfuryHeading';
    src: url('../fonts/exo2-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

/* --------------------------------------------------------------------------
   2. GP Remnant Safety Rule (ONLY allowed !important usage)
   -------------------------------------------------------------------------- */
.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

/* --------------------------------------------------------------------------
   3. Body / Page Background
   -------------------------------------------------------------------------- */
.design-titan-fury {
    background-color: #ffffff;
    
    
}

/* --------------------------------------------------------------------------
   4. Skip Link
   -------------------------------------------------------------------------- */
.tithdr-skip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #f6a313;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

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

/* --------------------------------------------------------------------------
   5. Content Area
   -------------------------------------------------------------------------- */
.tithdr-site-content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 35px 20px 60px;
    min-height: 50vh;
}

/* --------------------------------------------------------------------------
   6. Content Typography (scoped with body class)
   -------------------------------------------------------------------------- */
.design-titan-fury h1,
.design-titan-fury h2,
.design-titan-fury h3,
.design-titan-fury h4,
.design-titan-fury h5 {
    font-family: 'TitanfuryHeading', Arial, sans-serif;
    color: #211b12;
    line-height: 1.25;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.design-titan-fury h1 { font-size: 2rem; }
.design-titan-fury h2 { font-size: 1.8rem; }
.design-titan-fury h3 { font-size: 1.3rem; }
.design-titan-fury h4 { font-size: 1.15rem; }
.design-titan-fury h5 { font-size: 0.95rem; }

.design-titan-fury body,
.design-titan-fury p,
.design-titan-fury li,
.design-titan-fury td,
.design-titan-fury th {
    font-family: 'TitanfuryBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
}

.design-titan-fury p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

/* Links */
.design-titan-fury a {
    color: #f6a313;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.design-titan-fury a:hover {
    color: #de8e02;
}

/* Lists */
.design-titan-fury ul,
.design-titan-fury ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.design-titan-fury li {
    margin-bottom: 0.4em;
}

/* Images */
.design-titan-fury .entry-content img,
.design-titan-fury .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

/* Dividers */
.design-titan-fury hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

/* --------------------------------------------------------------------------
   7. CTA Button (in header)
   -------------------------------------------------------------------------- */
.tithdr-cta {
    display: none;
    padding: 12px 30px;
    background: #f6a313;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'TitanfuryBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.tithdr-cta:hover {
    background: #de8e02;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(246,163,19,0.35);
    transform: translateY(-1px);
}

/* ── Search Bar ────────────────────────────────────────── */
.tithdr-search {
    margin-left: 12px;
    position: relative;
}
.tithdr-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: 6px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.tithdr-search-form:focus-within {
    border-color: #f6a313;
}
.tithdr-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e8e8e8;
    font-family: 'TitanfuryBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.tithdr-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.tithdr-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e8e8e8;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.tithdr-search-btn:hover {
    color: #f6a313;
}


/* --------------------------------------------------------------------------
   Header — Solid Bar
   -------------------------------------------------------------------------- */
.tithdr-wrap {
    background: #211b12;
    padding: 0;
    position: relative;
    z-index: 100;
    border-bottom: 2px solid #f6a313;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

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

.tithdr-brand {
    flex-shrink: 0;
}

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

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

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

.tithdr-sitename:hover {
    color: #f6a313;
}

/* Navigation */
.tithdr-nav {
    display: flex;
    align-items: center;
}

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

.tithdr-menu li {
    position: relative;
}

.tithdr-menu > li > a {
    display: block;
    padding: 0 18px;
    line-height: 69px;
    color: #e8e8e8;
    text-decoration: none;
    font-family: 'TitanfuryBody', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.tithdr-menu > li > a:hover,
.tithdr-menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(246, 163, 19, 0.15);
    border-radius: 6px;
}

/* Dropdown */
.tithdr-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #1a150f;
    border-top: 2px solid #f6a313;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    display: none;
    z-index: 200;
}

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

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

.tithdr-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(246, 163, 19, 0.15);
}

/* Mobile Menu Toggle (hidden on desktop) */
.tithdr-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

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

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

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

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


/* --------------------------------------------------------------------------
   Tables — Minimal Style
   -------------------------------------------------------------------------- */
.design-titan-fury .entry-content table,
.design-titan-fury .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 6px;
    overflow: hidden;
}

.design-titan-fury .entry-content th,
.design-titan-fury .page-content th {
    background: transparent;
    color: #211b12;
    padding: 10px 14px;
    text-align: left;
    font-family: 'TitanfuryHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 2px solid #211b12;
}

.design-titan-fury .entry-content td,
.design-titan-fury .page-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.design-titan-fury .entry-content tr:hover td,
.design-titan-fury .page-content tr:hover td {
    background: #fef8ec;
}


/* --------------------------------------------------------------------------
   Footer — Minimal Single Line
   -------------------------------------------------------------------------- */
.titft-wrap {
    background: #211b12;
    color: #bababa;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 2px solid #f6a313;
}

.titft-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.titft-line {
    margin: 0 0 8px;
    font-family: 'TitanfuryBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #999999;
}

.titft-nav {
    margin-top: 8px;
}

.titft-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.titft-menu a {
    color: #bababa;
    text-decoration: none;
    font-family: 'TitanfuryBody', Arial, sans-serif;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.titft-menu a:hover {
    color: #f6a313;
}


/* --------------------------------------------------------------------------
   Responsive — Tablet (768px)
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    /* Show hamburger */
    .tithdr-toggle {
        display: flex;
    }

    /* Hide desktop nav, show when toggled */
    .tithdr-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a150f;
        border-top: 2px solid #f6a313;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

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

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

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

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

    /* Dropdown on mobile: always visible */
    .tithdr-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;
    }

    /* Footer adjustments */
    .titft-inner {
        flex-direction: column;
        text-align: center;
    }

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

    /* Content */
    .tithdr-site-content {
        padding: 25px 15px 40px;
    }
}

/* --------------------------------------------------------------------------
   Responsive — Mobile (480px)
   -------------------------------------------------------------------------- */
@media (max-width: 480px) {
    .tithdr-inner {
        height: 60px;
        padding: 0 15px;
    }

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

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

    .design-titan-fury h1 { font-size: 1.6rem; }
    .design-titan-fury h2 { font-size: 1.35rem; }
    .design-titan-fury h3 { font-size: 1.15rem; }

    .design-titan-fury p {
        font-size: 0.95rem;
    }

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