*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#555;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#777}body{background-color:#1a1a1a;background-image:url(https://www.transparenttextures.com/patterns/dark-denim-3.png);background-attachment:fixed;color:#d1d1d1;font-family:'Roboto',sans-serif;margin:0;padding:0;min-height:100vh;line-height:1.6}.site-container{max-width:1600px;margin:0 auto;padding:20px}.site-header{padding:2rem 20px;border-bottom:1px solid #444;background-color:#1a1a1a}.header-container{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1600px;margin:0 auto;text-align:center}.custom-logo-link{display:inline-block;margin-bottom:1rem}.custom-logo{height:180px;width:auto;display:block}.site-title{font-family:'Oswald',sans-serif;font-size:3.5rem;font-weight:500;text-align:center;color:#d1d1d1;letter-spacing:.3rem;margin:0;text-transform:uppercase;text-shadow:2px 2px 4px rgb(0 0 0 / .5);opacity:.61}.site-title a{color:inherit;text-decoration:none}.site-description{font-family:'Noto Serif JP',serif;font-size:1.2rem;color:#888;margin:-5px 0 0;letter-spacing:.1rem}.main-navigation{margin-top:2rem}.nav-menu{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;list-style:none;background-color:#222;border-radius:50px;padding:5px;border:1px solid #444;box-shadow:inset 0 2px 4px rgb(0 0 0 / .4)}.nav-menu li{position:relative}.nav-menu a{font-family:'Oswald',sans-serif;font-size:1.1rem;letter-spacing:.05rem;text-transform:uppercase;color:#aaa;background-color:#fff0;border:none;padding:.6rem 2.5rem;cursor:pointer;transition:all 0.3s ease;white-space:nowrap;border-radius:50px;text-decoration:none;display:block}.nav-menu a:hover,.nav-menu .current-menu-item>a,.nav-menu .current_page_item>a{background-color:#d1d1d1;color:#1a1a1a}.site-main{padding:3rem 0}.page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #444}.page-title{font-family:'Oswald',sans-serif;font-size:2.5rem;font-weight:500;color:#d1d1d1;letter-spacing:.2rem;text-transform:uppercase;margin-bottom:1rem}.archive-description{color:#888;font-size:1.1rem;max-width:800px;margin:0 auto}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-top:2rem}.post-card{background-color:#222;border:1px solid #555;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;box-shadow:0 5px 15px rgb(0 0 0 / .5)}.post-card-link{color:inherit;text-decoration:none;display:flex;flex-direction:column;height:100%}.post-card:hover,.post-card:focus-within{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .7);border-color:#aaa}.post-thumbnail{height:200px;width:100%;overflow:hidden;background-color:#111;position:relative}.post-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease,filter 0.3s ease;filter:grayscale(80%) sepia(10%) brightness(.9)}.post-card:hover .post-thumbnail img{transform:scale(1.05);filter:none}.post-content-wrapper{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.post-title{font-size:1.2rem;font-weight:700;margin:0 0 1rem;line-height:1.4;font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:.05rem}.post-title a{color:inherit;text-decoration:none}.post-excerpt{font-size:.95rem;color:#bbb;margin-bottom:1rem;line-height:1.5;flex-grow:1}.post-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.meta-badge{background-color:#fff0;border:1px solid #777;color:#bbb;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.category-badge{border-color:#a44;color:#c99}.single-post-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #444}.single-post-title{font-family:'Oswald',sans-serif;font-size:3rem;font-weight:500;color:#d1d1d1;letter-spacing:.2rem;text-transform:uppercase;margin-bottom:1rem}.single-post-meta{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;color:#888;font-size:.9rem}.single-post-meta span{display:flex;align-items:center;gap:.5rem}.single-post-content{max-width:900px;margin:0 auto;font-size:1.1rem;line-height:1.8}.single-post-content img{max-width:100%;height:auto;border-radius:4px;margin:2rem 0}.single-post-content h2,.single-post-content h3,.single-post-content h4{font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:.1rem;margin-top:2.5rem;margin-bottom:1rem;color:#d1d1d1}.single-post-content h2{font-size:2rem}.single-post-content h3{font-size:1.5rem}.single-post-content a{color:#c99;text-decoration:underline}.single-post-content a:hover{color:#d1d1d1}.single-post-content p{margin-bottom:1.5rem}.single-post-content ul,.single-post-content ol{margin-bottom:1.5rem;padding-left:2rem}.single-post-content li{margin-bottom:.5rem}.entry-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #444}.tags-links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.tags-label{font-weight:700;color:#888;margin-right:.5rem}.tags-links a{background-color:#fff0;border:1px solid #777;color:#bbb;padding:.25rem .6rem;border-radius:4px;font-size:.85rem;text-decoration:none;transition:all 0.2s ease}.tags-links a:hover{background-color:#d1d1d1;color:#1a1a1a;border-color:#d1d1d1}.post-navigation{margin-top:3rem;padding-top:2rem;border-top:1px solid #444}.nav-links{display:flex;justify-content:space-between;gap:2rem}.nav-previous,.nav-next{flex:1}.nav-previous a,.nav-next a{display:block;padding:1rem;background-color:#222;border:1px solid #555;border-radius:4px;text-decoration:none;color:#d1d1d1;transition:all 0.3s ease}.nav-previous a:hover,.nav-next a:hover{background-color:#333;border-color:#aaa;transform:translateY(-2px)}.nav-subtitle{display:block;font-size:.85rem;color:#888;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.1rem}.nav-title{display:block;font-family:'Oswald',sans-serif;font-size:1.1rem;text-transform:uppercase}.nav-next{text-align:right}.pagination{text-align:center;margin-top:3rem}.pagination .nav-links{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.pagination a,.pagination .current,.pagination .dots{font-family:'Oswald',sans-serif;font-size:1.1rem;letter-spacing:.1rem;color:#d1d1d1;background:#fff0;border:1px solid #777;padding:.6rem 1.2rem;border-radius:4px;text-decoration:none;transition:all 0.2s ease;text-transform:uppercase;display:inline-block}.pagination a:hover{background:#d1d1d1;color:#1a1a1a;border-color:#d1d1d1}.pagination .current{background:#d1d1d1;color:#1a1a1a;border-color:#d1d1d1}.pagination .dots{border-color:#fff0;cursor:default}.no-posts{text-align:center;padding:4rem 2rem}.no-posts h2{font-family:'Oswald',sans-serif;font-size:2rem;text-transform:uppercase;margin-bottom:1rem}.search-form{display:flex;max-width:600px;margin:2rem auto}.search-field{flex:1;padding:.75rem 1rem;background-color:#222;border:1px solid #555;border-right:none;border-radius:4px 0 0 4px;color:#d1d1d1;font-size:1rem}.search-field:focus{outline:none;border-color:#aaa}.search-submit{padding:.75rem 1.5rem;background-color:#d1d1d1;color:#1a1a1a;border:1px solid #d1d1d1;border-radius:0 4px 4px 0;cursor:pointer;font-family:'Oswald',sans-serif;text-transform:uppercase;letter-spacing:.05rem;transition:all 0.2s ease}.search-submit:hover{background-color:#fff;border-color:#fff}.comments-area{margin-top:3rem;padding-top:2rem;border-top:1px solid #444}.comments-title{font-family:'Oswald',sans-serif;font-size:2rem;text-transform:uppercase;margin-bottom:2rem}.comment-list{list-style:none;padding:0}.comment{margin-bottom:2rem;padding:1.5rem;background-color:#222;border:1px solid #555;border-radius:4px}.comment-author{font-weight:700;margin-bottom:.5rem}.comment-metadata{font-size:.85rem;color:#888;margin-bottom:1rem}.comment-content p{margin-bottom:1rem}.reply{margin-top:1rem}.comment-reply-link{font-family:'Oswald',sans-serif;font-size:.9rem;color:#c99;text-decoration:none;text-transform:uppercase}.comment-reply-link:hover{color:#d1d1d1}.comment-respond{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#1a1a1a 0%,#222 100%);border:1px solid #444;border-radius:8px;box-shadow:0 4px 20px rgb(0 0 0 / .3)}.comment-reply-title{font-family:'Oswald',sans-serif;font-size:1.8rem;text-transform:uppercase;margin-bottom:1.5rem;color:#d1d1d1;border-bottom:2px solid #c99;padding-bottom:.5rem}.comment-form{display:flex;flex-direction:column;gap:1.5rem}.comment-form-comment{margin-bottom:0}.comment-form-author,.comment-form-email,.comment-form-url{display:flex;flex-direction:column;gap:.5rem}.comment-form-author label,.comment-form-email label,.comment-form-url label,.comment-form-comment label{font-family:'Oswald',sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.05rem;color:#c99;font-weight:500}.comment-form-author input,.comment-form-email input,.comment-form-url input{padding:.8rem 1rem;background-color:#333;border:2px solid #555;border-radius:6px;color:#d1d1d1;font-size:1rem;font-family:'Roboto',sans-serif;transition:all 0.3s ease}.comment-form-author input:focus,.comment-form-email input:focus,.comment-form-url input:focus,.comment-form-comment textarea:focus{outline:none;border-color:#c99;background-color:#3a3a3a;box-shadow:0 0 0 3px rgb(204 153 153 / .1)}.comment-form-comment textarea{padding:1rem;background-color:#333;border:2px solid #555;border-radius:6px;color:#d1d1d1;font-size:1rem;font-family:'Roboto',sans-serif;min-height:150px;resize:vertical;transition:all 0.3s ease;width:100%}.comment-form-cookies-consent{display:flex;align-items:center;gap:.8rem;margin:1rem 0}.comment-form-cookies-consent input[type="checkbox"]{width:18px;height:18px;accent-color:#c99;cursor:pointer}.comment-form-cookies-consent label{font-size:.9rem;color:#aaa;cursor:pointer;margin:0}.form-submit{margin-top:1rem}.form-submit input[type="submit"]{background:linear-gradient(135deg,#c99 0%,#b88 100%);color:#1a1a1a;border:none;padding:1rem 2.5rem;border-radius:6px;font-family:'Oswald',sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.1rem;font-weight:500;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 15px rgb(204 153 153 / .2);position:relative;overflow:hidden}.form-submit input[type="submit"]:hover{background:linear-gradient(135deg,#d1d1d1 0%,#c99 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgb(204 153 153 / .3)}.form-submit input[type="submit"]:active{transform:translateY(0);box-shadow:0 2px 10px rgb(204 153 153 / .2)}@media (min-width:768px){.comment-respond{padding:3rem}.comment-form{gap:2rem}.comment-form-author,.comment-form-email,.comment-form-url{flex-direction:row;align-items:center;gap:1rem}.comment-form-author label,.comment-form-email label,.comment-form-url label{min-width:120px;margin-bottom:0;flex-shrink:0}.comment-form-author input,.comment-form-email input,.comment-form-url input{flex:1}.comment-form-comment textarea{min-height:200px}}@media (max-width:767px){.comment-respond{margin-top:2rem;padding:1.5rem;margin-left:-10px;margin-right:-10px;border-radius:0;border-left:none;border-right:none}.comment-reply-title{font-size:1.5rem;margin-bottom:1rem}.comment-form{gap:1rem}.comment-form-author input,.comment-form-email input,.comment-form-url input,.comment-form-comment textarea{padding:.7rem .8rem;font-size:16px}.form-submit input[type="submit"]{width:100%;padding:1rem;font-size:1.1rem}}.required{color:#c99;font-weight:700}.comment-form input:invalid,.comment-form textarea:invalid{border-color:#c66}.comment-form input:valid,.comment-form textarea:valid{border-color:#6c6}.form-submit input[type="submit"]:disabled{opacity:.6;cursor:not-allowed;transform:none}.comment-form .success-message{background:linear-gradient(135deg,#66cc66 0%,#55bb55 100%);color:#1a1a1a;padding:1rem;border-radius:6px;margin-bottom:1rem;font-family:'Oswald',sans-serif;text-transform:uppercase;font-weight:500}.comment-form .error-message{background:linear-gradient(135deg,#cc6666 0%,#bb5555 100%);color:#fff;padding:1rem;border-radius:6px;margin-bottom:1rem;font-family:'Oswald',sans-serif;text-transform:uppercase;font-weight:500}.comment-form input::placeholder,.comment-form textarea::placeholder{color:#888;font-style:italic}.comment-form-author::before,.comment-form-email::before,.comment-form-url::before{content:''}.site-footer{padding:2rem 20px;border-top:1px solid #444;text-align:center;margin-top:4rem;color:#888}.site-info{margin-top:1rem}.site-info a{color:#c99;text-decoration:none}.site-info a:hover{color:#d1d1d1}.back-to-top{position:fixed;bottom:25px;right:25px;width:50px;height:50px;background-color:#222;border:1px solid #555;border-radius:4px;color:#d1d1d1;font-size:1.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 5px 15px rgb(0 0 0 / .7);transition:all 0.3s ease-in-out;z-index:1000;opacity:0;transform:translateY(20px);pointer-events:none}.back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background-color:#d1d1d1;border-color:#d1d1d1;color:#1a1a1a;transform:scale(1.1)}.widget{margin-bottom:2rem;padding:1.5rem;background-color:#222;border:1px solid #555;border-radius:4px}.widget-title{font-family:'Oswald',sans-serif;font-size:1.5rem;text-transform:uppercase;margin-bottom:1rem;letter-spacing:.1rem}.widget ul{list-style:none;padding:0}.widget li{padding:.5rem 0;border-bottom:1px solid #333}.widget li:last-child{border-bottom:none}.widget a{color:#bbb;text-decoration:none;transition:color 0.2s ease}.widget a:hover{color:#d1d1d1}@media (max-width:768px){.custom-logo{height:150px}.site-container{padding:15px}.site-title{font-size:2.8rem}.nav-menu{flex-direction:column;border-radius:4px}.nav-menu li{width:100%}.nav-menu a{font-size:1rem;padding:.8rem 1.5rem;border-radius:4px;text-align:center}.single-post-title{font-size:2.2rem}.page-title{font-size:2rem}.single-post-meta{flex-direction:column;gap:.5rem}.nav-links{flex-direction:column}.nav-next{text-align:left}}@media (max-width:480px){.site-header{padding:1.5rem 15px}.custom-logo{height:130px}.site-title{font-size:2.2rem;letter-spacing:.1rem}.site-description{font-size:1rem}.nav-menu a{padding:.7rem 1rem;font-size:.9rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.back-to-top{width:45px;height:45px;font-size:1.3rem;bottom:15px;right:15px}.single-post-title{font-size:1.8rem}.single-post-content{font-size:1rem}.page-title{font-size:1.8rem}.search-form{flex-direction:column}.search-field{border-right:1px solid #555;border-radius:4px 4px 0 0}.search-submit{border-radius:0 0 4px 4px}}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#d1d1d1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#1a1a1a;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@media print{body{background:#fff;color:#000}.site-header,.main-navigation,.post-navigation,.pagination,.back-to-top,.comments-area,.site-footer{display:none}}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}#cboxOverlay{position:fixed;width:100%;height:100%;background:#000;}#cboxMiddleLeft,#cboxBottomLeft{clear:left;}#cboxContent{position:relative;margin-top:20px;background:#000;}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;border:5px solid #000;background:#fff;}#cboxTitle{margin:0;position:absolute;top:-20px;left:0;color:#ccc;}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer;}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic;}.cboxIframe{width:100%;height:100%;display:block;border:0;background:#fff;}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}#colorbox{outline:0;}#cboxError{padding:50px;border:1px solid #ccc;}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc;}#cboxLoadingGraphic{background:url(https://www.headbang.co.za/v4/wp-content/plugins/ait-shortcodes/assets/colorbox/images/loading.gif) no-repeat center center;}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0;}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff;}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(https://www.headbang.co.za/v4/wp-content/plugins/ait-shortcodes/assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px;}#cboxPrevious:hover{background-position:bottom left;}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(https://www.headbang.co.za/v4/wp-content/plugins/ait-shortcodes/assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px;}#cboxNext:hover{background-position:bottom right;}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(https://www.headbang.co.za/v4/wp-content/plugins/ait-shortcodes/assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px;}#cboxClose:hover{background-position:bottom center;}