/*
Theme Name: Pophitz Baze
Theme URI: https://hitzbaze.com/
Author: Pophitz Baze
Author URI: https://hitzbaze.com/
Description: A classic editorial theme for music, movies, and TV series.
Version: 2.0.2
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hitzbaze
Tags: blog, entertainment, music, custom-logo, custom-menu, featured-images, right-sidebar
*/

:root {
    --hb-accent: #d44a31;
    --hb-accent-dark: #a93624;
    --hb-ink: #18252b;
    --hb-muted: #667177;
    --hb-paper: #f6f3ee;
    --hb-white: #fffdf9;
    --hb-line: #ded8cf;
    --hb-soft: #ebe5dc;
    --hb-teal: #1e6865;
    --hb-shadow: 0 18px 45px rgba(24, 37, 43, .08);
    --hb-radius: 3px;
    --hb-container: 1240px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--hb-paper);
    color: var(--hb-ink);
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

body,
button,
input,
textarea,
select {
    font-weight: 400;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover {
    color: var(--hb-accent);
}

button,
input,
textarea,
select {
    border-radius: var(--hb-radius);
    font: inherit;
}

button,
input[type="submit"] {
    cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(212, 74, 49, .35);
    outline-offset: 3px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3,
.hb-logo,
.hb-primary-link,
.hb-view-all,
.hb-link-button {
    font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3 {
    letter-spacing: -.035em;
    line-height: 1.1;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 5.25rem);
    max-width: 850px;
}

h2 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

h3 {
    font-size: 1.2rem;
}

.hb-container {
    width: min(calc(100% - 48px), var(--hb-container));
    margin-right: auto;
    margin-left: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    z-index: 100;
    top: 10px;
    left: 10px;
    padding: 8px 14px;
    background: var(--hb-ink);
    color: var(--hb-white);
}

.skip-link:focus {
    position: fixed;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.hb-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--hb-accent);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.hb-muted {
    color: var(--hb-muted);
}

.hb-site-header {
    border-bottom: 1px solid var(--hb-line);
    background: var(--hb-white);
}

.hb-topline {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--hb-line);
    color: var(--hb-muted);
    font-size: .74rem;
    letter-spacing: .02em;
}

.hb-utility-menu,
.hb-primary-nav ul,
.hb-mobile-nav ul,
.hb-fallback-menu,
.hb-footer-col ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hb-utility-menu {
    gap: 20px;
}

.hb-utility-menu a {
    text-decoration: none;
}

.hb-logo-row {
    display: flex;
    min-height: 98px;
    align-items: center;
    gap: 32px;
}

.hb-logo {
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -.055em;
    white-space: nowrap;
}

.hb-logo a,
.hb-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.hb-logo-mark {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--hb-accent);
    color: var(--hb-white);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.custom-logo-link img {
    max-height: 50px;
    width: auto;
}

.hb-header-note {
    flex: 1;
    color: var(--hb-muted);
    font-size: .83rem;
}

.hb-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hb-search-toggle,
.hb-menu-toggle {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--hb-line);
    background: transparent;
    color: var(--hb-ink);
}

.hb-search-toggle:hover,
.hb-menu-toggle:hover {
    border-color: var(--hb-accent);
    color: var(--hb-accent);
}

.hb-menu-toggle {
    display: none;
    font-size: 1.15rem;
}

.hb-nav-row {
    position: relative;
}

.hb-primary-nav {
    border-top: 1px solid var(--hb-line);
}

.hb-primary-nav ul {
    gap: 6px;
}

.hb-primary-nav a,
.hb-fallback-menu a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 15px;
    color: var(--hb-ink);
    font-size: .84rem;
    font-weight: 700;
    text-decoration: none;
}

.hb-primary-nav a:hover,
.hb-primary-nav .current-menu-item > a,
.hb-fallback-menu a:hover {
    color: var(--hb-accent);
}

.hb-mobile-nav {
    display: none;
}

.hb-header-search {
    display: none;
    border-top: 1px solid var(--hb-line);
    background: var(--hb-ink);
}

.hb-search-open .hb-header-search {
    display: block;
}

.hb-header-search form {
    display: flex;
    gap: 12px;
    padding: 22px 0;
}

.hb-header-search input,
.hb-inline-search input {
    min-width: 0;
    flex: 1;
    padding: 12px 15px;
    border: 1px solid var(--hb-line);
    background: var(--hb-white);
    color: var(--hb-ink);
}

.hb-header-search button,
.hb-inline-search button,
.hb-submit-button {
    padding: 12px 18px;
    border: 0;
    background: var(--hb-accent);
    color: var(--hb-white);
    font-weight: 700;
}

.hb-header-search button:hover,
.hb-inline-search button:hover,
.hb-submit-button:hover {
    background: var(--hb-accent-dark);
}

.hb-genre-strip {
    background: var(--hb-ink);
    color: var(--hb-white);
}

.hb-genre-strip .hb-container {
    display: flex;
    min-height: 45px;
    align-items: center;
    gap: 30px;
}

.hb-genre-strip a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 253, 249, .75);
    font-size: .78rem;
    font-weight: 600;
    text-decoration: none;
}

.hb-genre-strip a:hover {
    color: var(--hb-white);
}

.hb-nav-icon {
    flex: 0 0 auto;
}

.hb-home-intro {
    padding: clamp(64px, 9vw, 126px) 0 84px;
    background:
        radial-gradient(circle at 84% 26%, rgba(30, 104, 101, .14), transparent 26%),
        var(--hb-soft);
}

.hb-home-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, .5fr);
    align-items: end;
    gap: 72px;
}

.hb-home-intro h1 {
    margin-bottom: 26px;
}

.hb-home-intro p {
    max-width: 590px;
    margin-bottom: 30px;
    color: var(--hb-muted);
    font-size: 1.08rem;
}

.hb-home-aside {
    padding: 28px;
    border-top: 3px solid var(--hb-accent);
    background: rgba(255, 253, 249, .62);
}

.hb-aside-label {
    display: block;
    margin-bottom: 14px;
    color: var(--hb-muted);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hb-home-aside strong {
    display: block;
    margin-bottom: 4px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 3.2rem;
    line-height: 1;
}

.hb-home-aside span:last-child {
    color: var(--hb-muted);
    font-size: .85rem;
}

.hb-primary-link,
.hb-view-all,
.hb-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: .87rem;
    font-weight: 700;
    text-decoration: none;
}

.hb-primary-link {
    padding: 13px 18px;
    background: var(--hb-accent);
    color: var(--hb-white);
}

.hb-primary-link:hover {
    background: var(--hb-accent-dark);
    color: var(--hb-white);
}

.hb-text-link,
.hb-view-all {
    color: var(--hb-accent-dark);
}

.hb-main-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    align-items: start;
    gap: clamp(36px, 6vw, 90px);
}

.hb-home-layout,
.hb-archive-layout,
.hb-page-layout,
.hb-single-layout {
    padding-top: 76px;
    padding-bottom: 92px;
}

.hb-section {
    margin-bottom: 78px;
}

.hb-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--hb-line);
}

.hb-section-head h2 {
    margin-bottom: 20px;
}

.hb-post-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
}

.hb-post-list {
    border-top: 1px solid var(--hb-line);
}

.hb-post-list-item {
    display: grid;
    grid-template-columns: 256px minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid var(--hb-line);
}

.hb-list-thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    background: var(--hb-soft);
}

.hb-list-thumb img,
.hb-list-thumb .hb-card-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hb-list-body {
    min-width: 0;
}

.hb-list-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 11px;
}

.hb-list-pill {
    display: inline-block;
    padding: 4px 9px;
    border: 1px solid var(--hb-line);
    border-radius: 999px;
    color: var(--hb-ink);
    font-family: "Space Grotesk", sans-serif;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.hb-list-meta time {
    color: var(--hb-muted);
    font-size: .76rem;
}

.hb-list-title {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.15;
}

.hb-list-title a {
    text-decoration: none;
}

.hb-list-summary {
    max-width: 660px;
    margin: 10px 0 12px;
    color: var(--hb-muted);
    font-size: .91rem;
    line-height: 1.55;
}

.hb-list-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--hb-accent-dark);
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
}

.hb-post-card {
    min-width: 0;
    overflow: hidden;
    background: var(--hb-white);
    box-shadow: 0 6px 24px rgba(24, 37, 43, .04);
}

.hb-card-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: var(--hb-soft);
}

.hb-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hb-post-card:hover .hb-card-thumb img {
    transform: scale(1.045);
}

.hb-card-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(30, 104, 101, .85), rgba(24, 37, 43, .9)),
        var(--hb-teal);
    color: var(--hb-white);
}

.hb-card-placeholder .hb-nav-icon {
    width: 32px;
    height: 32px;
}

.hb-card-body {
    padding: 17px 16px 20px;
}

.hb-card-type {
    display: block;
    margin-bottom: 8px;
    color: var(--hb-accent);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hb-card-title {
    margin-bottom: 14px;
    font-size: 1.08rem;
}

.hb-card-title a {
    text-decoration: none;
}

.hb-card-date {
    color: var(--hb-muted);
    font-size: .74rem;
}

.hb-category-section .hb-post-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hb-sidebar {
    position: sticky;
    top: 24px;
}

.hb-widget {
    padding: 24px 0;
    border-top: 1px solid var(--hb-line);
}

.hb-widget:first-child {
    padding-top: 0;
    border-top: 0;
}

.hb-widget h2,
.hb-widget .widget-title {
    margin-bottom: 16px;
    font-size: 1.08rem;
}

.hb-sidebar-search {
    padding: 25px;
    border: 1px solid var(--hb-line);
    background: var(--hb-white);
}

.hb-sidebar-search .hb-eyebrow {
    margin-bottom: 8px;
    font-size: .66rem;
    letter-spacing: .12em;
}

.hb-sidebar-search h2 {
    margin-bottom: 18px;
    font-size: 1.25rem;
    letter-spacing: -.025em;
}

.hb-sidebar-search form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.hb-sidebar-search input {
    width: 100%;
    min-width: 0;
    padding: 10px;
    border: 1px solid var(--hb-line);
    background: var(--hb-paper);
    font-size: .86rem;
}

.hb-sidebar-search button {
    width: auto;
    min-width: 84px;
    padding: 10px 14px;
    border: 0;
    background: var(--hb-accent);
    color: var(--hb-white);
    font-size: .78rem;
    font-weight: 700;
}

.hb-sidebar-search button:hover {
    background: var(--hb-accent-dark);
}

.hb-sidebar-links,
.hb-sidebar-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hb-sidebar-links li,
.hb-sidebar-posts li {
    border-bottom: 1px solid var(--hb-line);
}

.hb-sidebar-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    font-size: .87rem;
    font-weight: 700;
    text-decoration: none;
}

.hb-sidebar-posts li {
    padding: 11px 0;
}

.hb-sidebar-posts a {
    display: block;
    margin-bottom: 3px;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.hb-sidebar-posts time {
    color: var(--hb-muted);
    font-size: .72rem;
}

.hb-archive-header {
    margin-bottom: 40px;
}

.hb-archive-header h1,
.hb-page-header h1 {
    margin-bottom: 15px;
    font-size: clamp(2.3rem, 5vw, 4.5rem);
}

.hb-archive-description {
    max-width: 650px;
    color: var(--hb-muted);
}

.hb-archive-description p:last-child {
    margin-bottom: 0;
}

.hb-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-pagination {
    display: flex;
    justify-content: center;
    padding-top: 44px;
}

.hb-pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hb-pagination a,
.hb-pagination span {
    display: inline-flex;
    min-width: 36px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 6px 11px;
    border: 1px solid var(--hb-line);
    background: var(--hb-white);
    font-size: .82rem;
    text-decoration: none;
}

.hb-pagination .current,
.hb-pagination a:hover {
    border-color: var(--hb-ink);
    background: var(--hb-ink);
    color: var(--hb-white);
}

.hb-empty-state {
    padding: 50px 28px;
    border: 1px dashed var(--hb-line);
    text-align: center;
}

.hb-empty-mark {
    display: grid;
    width: 42px;
    height: 42px;
    margin: 0 auto 17px;
    place-items: center;
    border-radius: 50%;
    background: var(--hb-soft);
    color: var(--hb-accent);
    font-size: 1.4rem;
}

.hb-empty-state h2 {
    margin-bottom: 8px;
    font-size: 1.3rem;
}

.hb-empty-state p {
    max-width: 420px;
    margin: 0 auto;
    color: var(--hb-muted);
}

.hb-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 34px;
    color: var(--hb-muted);
    font-size: .76rem;
}

.hb-breadcrumbs a {
    color: var(--hb-accent-dark);
    text-decoration: none;
}

.hb-single,
.hb-page-content {
    min-width: 0;
}

.hb-single-header {
    max-width: 890px;
    margin-bottom: 35px;
}

.hb-single-header h1 {
    margin-bottom: 20px;
}

.hb-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--hb-muted);
    font-size: .8rem;
}

.hb-single-hero,
.hb-page-hero {
    margin: 0 0 38px;
}

.hb-single-hero img,
.hb-page-hero img {
    width: 100%;
}

.hb-single-hero figcaption {
    padding-top: 8px;
    color: var(--hb-muted);
    font-size: .72rem;
}

.hb-single-content {
    max-width: 760px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    line-height: 1.82;
}

.hb-single-content > *:last-child {
    margin-bottom: 0;
}

.hb-single-content h2,
.hb-single-content h3,
.hb-single-content h4 {
    margin-top: 1.8em;
    font-family: "Space Grotesk", sans-serif;
    line-height: 1.2;
}

.hb-single-content a {
    color: var(--hb-accent-dark);
}

.hb-single-content blockquote {
    padding: 10px 24px;
    margin: 30px 0;
    border-left: 3px solid var(--hb-accent);
    color: var(--hb-teal);
    font-size: 1.32rem;
    font-style: italic;
}

.hb-single-content pre,
.hb-single-content code {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.hb-single-content pre {
    overflow: auto;
    padding: 18px;
    background: var(--hb-ink);
    color: var(--hb-white);
    font-size: .85rem;
    line-height: 1.5;
}

.hb-media-links {
    max-width: 760px;
    padding: 25px 0;
    margin: 38px 0;
    border-top: 1px solid var(--hb-line);
    border-bottom: 1px solid var(--hb-line);
}

.hb-media-links-head h2 {
    margin-bottom: 19px;
    font-size: 1.55rem;
}

.hb-episode-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hb-episode-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid var(--hb-line);
}

.hb-episode-list li:last-child {
    border-bottom: 0;
}

.hb-episode-number {
    color: var(--hb-accent);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.hb-episode-title {
    flex: 1;
    font-weight: 700;
}

.hb-link-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--hb-accent-dark);
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hb-link-provider {
    display: inline-block;
    padding: 2px 7px;
    margin-left: 5px;
    background: var(--hb-soft);
    color: var(--hb-muted);
    font-size: .68rem;
    vertical-align: middle;
}

.hb-share-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    max-width: 760px;
    padding: 20px 0;
    border-bottom: 1px solid var(--hb-line);
}

.hb-share-row a {
    color: var(--hb-accent-dark);
    font-size: .78rem;
    font-weight: 700;
}

.hb-share-label {
    margin-right: 6px;
    color: var(--hb-muted);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hb-single-footer {
    max-width: 760px;
}

.hb-author-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 34px 0;
    border-bottom: 1px solid var(--hb-line);
}

.hb-author-avatar img {
    border-radius: 50%;
}

.hb-author-card h2 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.hb-author-card p {
    margin-bottom: 0;
    color: var(--hb-muted);
    font-size: .86rem;
}

.hb-related {
    padding-top: 45px;
}

.hb-related .hb-section-head {
    margin-bottom: 20px;
}

.hb-related .hb-section-head h2 {
    font-size: 1.65rem;
}

.hb-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-comments-wrap {
    max-width: 760px;
    padding-top: 50px;
}

.hb-comments .hb-section-head {
    margin-bottom: 25px;
}

.hb-comments .hb-section-head h2 {
    font-size: 1.7rem;
}

.hb-comment-list {
    padding: 0;
    margin: 0 0 45px;
    list-style: none;
}

.hb-comment {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid var(--hb-line);
}

.hb-comment-avatar img {
    border-radius: 50%;
}

.hb-comment-body {
    flex: 1;
    min-width: 0;
}

.hb-comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 7px;
}

.hb-comment-meta time {
    color: var(--hb-muted);
    font-size: .75rem;
}

.hb-comment-body p {
    margin-bottom: 9px;
    font-size: .92rem;
}

.hb-comment-reply {
    font-size: .78rem;
    font-weight: 700;
}

.hb-comment .children {
    padding-left: 20px;
    margin: 18px 0 0;
    list-style: none;
}

.hb-comment-form label {
    display: block;
    margin-bottom: 6px;
    font-size: .8rem;
    font-weight: 700;
}

.hb-comment-form input[type="text"],
.hb-comment-form input[type="email"],
.hb-comment-form input[type="url"],
.hb-comment-form textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--hb-line);
    background: var(--hb-white);
}

.hb-comment-form textarea {
    display: block;
    resize: vertical;
}

.hb-comment-form .comment-form-author,
.hb-comment-form .comment-form-email,
.hb-comment-form .comment-form-url {
    display: inline-block;
    width: calc(33.333% - 12px);
    margin-right: 14px;
    vertical-align: top;
}

.hb-comment-form .comment-form-url {
    margin-right: 0;
}

.hb-comment-form .required {
    color: var(--hb-accent);
}

.hb-page-header {
    margin-bottom: 32px;
}

.hb-page-content .hb-single-content {
    max-width: 800px;
}

.hb-page-links {
    margin-top: 30px;
}

.hb-inline-search {
    display: flex;
    max-width: 680px;
    gap: 10px;
    margin-top: 25px;
}

.hb-not-found {
    padding: clamp(90px, 14vw, 180px) 0;
    background:
        radial-gradient(circle at 78% 32%, rgba(212, 74, 49, .16), transparent 28%),
        var(--hb-soft);
}

.hb-not-found h1 {
    max-width: 650px;
    margin-bottom: 18px;
}

.hb-not-found p {
    max-width: 510px;
    color: var(--hb-muted);
}

.hb-not-found-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.hb-site-footer {
    padding: 65px 0 20px;
    background: var(--hb-ink);
    color: var(--hb-white);
}

.hb-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 45px;
    padding-bottom: 55px;
}

.hb-footer-brand {
    margin-bottom: 18px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.hb-footer-intro p,
.hb-footer-note p {
    max-width: 280px;
    color: rgba(255, 253, 249, .65);
    font-size: .86rem;
}

.hb-footer-col h2 {
    margin-bottom: 17px;
    color: rgba(255, 253, 249, .55);
    font-size: .72rem;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.hb-footer-col ul {
    display: block;
}

.hb-footer-col li {
    margin-bottom: 9px;
}

.hb-footer-col a {
    color: rgba(255, 253, 249, .85);
    font-size: .84rem;
    text-decoration: none;
}

.hb-footer-col a:hover {
    color: var(--hb-white);
}

.hb-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 253, 249, .18);
    color: rgba(255, 253, 249, .5);
    font-size: .72rem;
}

@media (max-width: 1050px) {
    .hb-post-grid,
    .hb-category-section .hb-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hb-home-intro-grid {
        gap: 40px;
    }

    .hb-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 780px) {
    .hb-container {
        width: min(calc(100% - 32px), var(--hb-container));
    }

    .hb-topline {
        min-height: 34px;
    }

    .hb-topline > span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hb-utility-menu {
        display: none;
    }

    .hb-logo-row {
        min-height: 75px;
    }

    .hb-header-note {
        display: none;
    }

    .hb-menu-toggle {
        display: grid;
    }

    .hb-primary-nav {
        display: none;
    }

    .hb-mobile-nav {
        display: none;
        padding: 9px 0 15px;
        border-top: 1px solid var(--hb-line);
    }

    .hb-menu-open .hb-mobile-nav {
        display: block;
    }

    .hb-mobile-nav ul {
        display: block;
    }

    .hb-mobile-nav a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid var(--hb-line);
        font-weight: 700;
        text-decoration: none;
    }

    .hb-genre-strip .hb-container {
        min-height: 40px;
        justify-content: space-between;
        gap: 12px;
    }

    .hb-genre-strip a {
        font-size: .7rem;
    }

    .hb-home-intro {
        padding: 62px 0 60px;
    }

    .hb-home-intro-grid,
    .hb-main-with-sidebar {
        display: block;
    }

    .hb-home-content {
        width: 100%;
    }

    .hb-sidebar {
        width: 100%;
        margin-top: 56px;
    }

    .hb-home-intro h1 {
        font-size: clamp(2.35rem, 12vw, 4rem);
    }

    .hb-home-aside {
        max-width: 280px;
        margin-top: 42px;
    }

    .hb-home-layout,
    .hb-archive-layout,
    .hb-page-layout,
    .hb-single-layout {
        padding-top: 53px;
        padding-bottom: 65px;
    }

    .hb-sidebar {
        position: static;
        margin-top: 60px;
    }

    .hb-section {
        margin-bottom: 58px;
    }

    .hb-section-head {
        align-items: start;
    }

    .hb-section-head h2 {
        margin-bottom: 14px;
    }

    .hb-section-head .hb-view-all {
        padding-top: 10px;
        font-size: .76rem;
        white-space: nowrap;
    }

    .hb-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hb-single-header h1,
    .hb-archive-header h1,
    .hb-page-header h1 {
        font-size: clamp(2.35rem, 12vw, 4rem);
    }

    .hb-single-content {
        font-size: 1.04rem;
    }

    .hb-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 25px;
    }
}

@media (max-width: 900px) {
    .hb-main-with-sidebar {
        display: block;
    }

    .hb-sidebar {
        position: static;
        width: 100%;
        margin-top: 56px;
    }
}

@media (max-width: 520px) {
    .hb-post-grid,
    .hb-category-section .hb-post-grid,
    .hb-archive-grid,
    .hb-related-grid {
        grid-template-columns: 1fr;
    }

    .hb-post-list-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 16px;
        padding: 24px 0;
    }

    .hb-list-pill {
        padding: 6px 13px;
        margin-bottom: 0;
        font-size: .82rem;
    }

    .hb-list-title {
        font-size: 1.25rem;
    }

    .hb-list-summary {
        display: none;
    }

    .hb-home-aside {
        max-width: none;
    }

    .hb-section-head {
        display: block;
    }

    .hb-section-head .hb-view-all {
        display: inline-flex;
        padding-top: 0;
        padding-bottom: 14px;
    }

    .hb-episode-list li {
        flex-wrap: wrap;
    }

    .hb-episode-title {
        min-width: calc(100% - 48px);
    }

    .hb-link-button {
        margin-left: 39px;
    }

    .hb-inline-search,
    .hb-header-search form {
        display: block;
    }

    .hb-inline-search button,
    .hb-header-search button {
        width: 100%;
        margin-top: 9px;
    }

    .hb-comment-form .comment-form-author,
    .hb-comment-form .comment-form-email,
    .hb-comment-form .comment-form-url {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .hb-footer-grid,
    .hb-footer-bottom {
        display: block;
    }

    .hb-footer-col {
        margin-top: 30px;
    }

    .hb-footer-intro + .hb-footer-col {
        margin-top: 0;
    }

    .hb-footer-bottom span {
        display: block;
        margin-top: 8px;
    }
}