/* NameWhips Editorial Theme Styles */

:root {
    --nw-primary: #bb0215;
    --nw-primary-container: #e02a2b;
    --nw-on-primary: #ffffff;
    --nw-background: #faf8ff;
    --nw-surface: #faf8ff;
    --nw-surface-container-low: #f3f2ff;
    --nw-surface-container: #ebedff;
    --nw-surface-container-high: #e4e7ff;
    --nw-surface-container-highest: #dce1ff;
    --nw-on-surface: #0b1842;
    --nw-on-surface-variant: #5c403d;
    --nw-outline: #916f6b;
    --nw-outline-variant: #e6bdb9;
    --nw-secondary: #515c8a;
    --nw-font-headline: 'Newsreader', Georgia, serif;
    --nw-font-body: 'Inter', -apple-system, sans-serif;
    --nw-font-label: 'Work Sans', sans-serif;
}

::selection {
    background: var(--nw-primary-container);
    color: white;
}

/* Reset Kadence defaults */
body {
    font-family: var(--nw-font-body) !important;
    color: var(--nw-on-surface) !important;
    background: var(--nw-background) !important;
    line-height: 1.6;
}

/* Hide Kadence default elements we replace */
.site-header-wrap,
.kadence-sticky-header,
#masthead .site-main-header-wrap {
    display: none !important;
}

/* ========== BREAKING NEWS TICKER ========== */
.nw-ticker {
    position: sticky;
    top: 0;
    z-index: 60;
    background: var(--nw-primary);
    color: white;
    display: flex;
    align-items: center;
    padding: 6px 24px;
    gap: 16px;
    font-family: var(--nw-font-label);
    font-size: 11px;
    letter-spacing: 0.08em;
    overflow: hidden;
}

.nw-ticker-badge {
    background: white;
    color: var(--nw-primary);
    font-weight: 700;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 2px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nw-ticker-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: 500;
}

/* ========== HEADER ========== */
.nw-header {
    position: sticky;
    top: 32px;
    z-index: 50;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nw-header-inner {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}

.nw-logo {
    font-family: var(--nw-font-label);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: var(--nw-on-surface);
    text-decoration: none;
}

.nw-nav {
    display: flex;
    gap: 8px;
}

.nw-nav a {
    font-family: var(--nw-font-headline);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #475569;
    text-decoration: none;
    padding: 6px 14px;
    transition: color 0.2s;
}

.nw-nav a:hover,
.nw-nav a.active {
    color: #b91c1c;
}

.nw-nav a.active {
    border-bottom: 2px solid #b91c1c;
}

.nw-header-actions {
    display: flex;
    gap: 4px;
}

.nw-header-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #475569;
    text-decoration: none;
    transition: background 0.2s;
}

.nw-header-actions a:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* ========== MAIN LAYOUT ========== */
.nw-main-grid {
    max-width: 1536px;
    margin: 0 auto;
    padding: 32px 24px;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 32px;
}

/* ========== LEFT SIDEBAR ========== */
.nw-left-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.nw-explore-box {
    background: #f8fafc;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 24px;
}

.nw-explore-box h3 {
    font-family: var(--nw-font-headline);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--nw-on-surface);
    margin: 0 0 4px;
}

.nw-explore-box .nw-tagline {
    font-family: var(--nw-font-label);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 16px;
}

.nw-explore-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: var(--nw-font-body);
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s;
    margin-bottom: 2px;
}

.nw-explore-nav a:hover,
.nw-explore-nav a.active {
    background: white;
    color: var(--nw-on-surface);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.nw-explore-nav .material-symbols-outlined {
    font-size: 18px;
    color: var(--nw-primary);
}

.nw-subscribe-btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 10px;
    background: linear-gradient(135deg, var(--nw-primary), var(--nw-primary-container));
    color: white;
    border: none;
    border-radius: 4px;
    font-family: var(--nw-font-label);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.nw-subscribe-btn:hover {
    box-shadow: 0 4px 12px rgba(187, 2, 21, 0.3);
}

/* ========== CONTENT AREA ========== */
.nw-content-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
}

/* ========== HERO ========== */
.nw-hero {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    border: 1px solid rgba(230, 189, 185, 0.15);
    border-radius: 4px;
    overflow: hidden;
    background: white;
}

.nw-hero-image {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

.nw-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.nw-hero-image:hover img {
    transform: scale(1.05);
}

.nw-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 70%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
}

.nw-badge {
    display: inline-block;
    background: var(--nw-primary);
    color: white;
    font-family: var(--nw-font-label);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 12px;
    width: fit-content;
}

.nw-hero-overlay h1 {
    font-family: var(--nw-font-headline);
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: white;
    margin: 0 0 12px;
}

.nw-hero-overlay p {
    font-family: var(--nw-font-body);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 16px;
    line-height: 1.5;
}

.nw-hero-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--nw-font-label);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.6);
}

.nw-hero-sidebar {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(230, 189, 185, 0.15);
}

.nw-hero-card {
    display: flex;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(230, 189, 185, 0.15);
    background: var(--nw-surface-container-low);
    transition: background 0.2s;
    text-decoration: none;
    color: inherit;
}

.nw-hero-card:last-child {
    border-bottom: none;
}

.nw-hero-card:hover {
    background: var(--nw-surface-container);
}

.nw-hero-card-content {
    flex: 1;
}

.nw-hero-card .nw-cat-label {
    font-family: var(--nw-font-label);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nw-primary);
    margin-bottom: 6px;
}

.nw-hero-card h2 {
    font-family: var(--nw-font-headline);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--nw-on-surface);
    margin: 0 0 6px;
    transition: color 0.2s;
}

.nw-hero-card:hover h2 {
    color: var(--nw-primary);
}

.nw-hero-card p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.nw-hero-card img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

/* ========== SECTION HEADERS ========== */
.nw-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.nw-section-header h3 {
    font-family: var(--nw-font-headline);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--nw-on-surface);
    margin: 0;
    white-space: nowrap;
}

.nw-section-header .nw-line {
    flex: 1;
    height: 1px;
    background: rgba(230, 189, 185, 0.3);
}

.nw-section-header a {
    font-family: var(--nw-font-label);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nw-primary);
    text-decoration: none;
    white-space: nowrap;
}

.nw-section-header a:hover {
    text-decoration: underline;
}

/* ========== ARTICLE GRID ========== */
.nw-article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.nw-article-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.nw-article-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: transform 0.5s;
}

.nw-article-card:hover img {
    transform: scale(1.03);
}

.nw-article-card h4 {
    font-family: var(--nw-font-headline);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: var(--nw-on-surface);
    margin: 0 0 6px;
    transition: color 0.2s;
}

.nw-article-card:hover h4 {
    color: var(--nw-primary);
}

.nw-article-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* ========== NAME GENERATOR ========== */
.nw-generator {
    background: #0f172a;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.nw-generator .nw-badge {
    background: var(--nw-primary);
}

.nw-generator h3 {
    font-family: var(--nw-font-headline);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: white;
    margin: 12px 0;
}

.nw-generator p {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 20px;
}

.nw-generator-form {
    display: flex;
    gap: 8px;
}

.nw-generator-form input {
    flex: 1;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: white;
    font-family: var(--nw-font-body);
    font-size: 14px;
}

.nw-generator-form input::placeholder {
    color: #64748b;
}

.nw-generator-form button {
    padding: 12px 28px;
    background: var(--nw-primary);
    color: white;
    border: none;
    border-radius: 4px;
    font-family: var(--nw-font-label);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: background 0.2s;
}

.nw-generator-form button:hover {
    background: var(--nw-primary-container);
}

.nw-generator-glow {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: rgba(187, 2, 21, 0.2);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}

/* ========== RIGHT SIDEBAR ========== */
.nw-right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nw-popular-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nw-popular-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(230, 189, 185, 0.15);
    cursor: pointer;
    transition: background 0.2s;
}

.nw-popular-item:hover {
    background: rgba(0, 0, 0, 0.02);
}

.nw-popular-num {
    font-family: var(--nw-font-headline);
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: rgba(230, 189, 185, 0.6);
    line-height: 1;
    min-width: 28px;
}

.nw-popular-item h5 {
    font-family: var(--nw-font-headline);
    font-size: 15px;
    font-weight: 700;
    color: var(--nw-on-surface);
    margin: 0 0 2px;
}

.nw-popular-item p {
    font-family: var(--nw-font-label);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin: 0;
}

.nw-fun-facts {
    background: var(--nw-surface-container-highest);
    border-radius: 4px;
    padding: 24px;
}

.nw-fun-facts h3 {
    font-family: var(--nw-font-headline);
    font-size: 18px;
    font-weight: 800;
    color: var(--nw-on-surface);
    margin: 0 0 12px;
}

.nw-fun-facts blockquote {
    font-family: var(--nw-font-headline);
    font-size: 14px;
    font-style: italic;
    color: var(--nw-on-surface);
    line-height: 1.6;
    margin: 0 0 16px;
    padding: 0;
    border: none;
}

.nw-fun-facts a {
    font-family: var(--nw-font-label);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nw-primary);
    text-decoration: none;
}

/* ========== FOOTER ========== */
.nw-footer {
    background: #0f172a;
    color: #94a3b8;
    margin-top: 48px;
}

.nw-footer-inner {
    max-width: 1536px;
    margin: 0 auto;
    padding: 48px 24px 24px;
}

.nw-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #1e293b;
}

.nw-footer-brand {
    font-family: var(--nw-font-label);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: white;
    margin-bottom: 12px;
}

.nw-footer-desc {
    font-family: var(--nw-font-label);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    line-height: 1.8;
}

.nw-footer h6 {
    font-family: var(--nw-font-label);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nw-primary);
    margin: 0 0 16px;
}

.nw-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nw-footer li {
    margin-bottom: 8px;
}

.nw-footer li a {
    font-family: var(--nw-font-body);
    font-size: 13px;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.nw-footer li a:hover {
    color: white;
}

.nw-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    font-family: var(--nw-font-label);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #475569;
}

/* ========== INNER PAGES & POSTS ========== */
.site #inner-wrap {
    background: var(--nw-background);
}

/* Constrain inner page content using Kadence's actual wrapper classes */
.site:not(.home) .content-container.site-container {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.site:not(.home) .hero-container.site-container {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

/* Single posts narrower for readability */
.single .content-container.site-container {
    max-width: 860px !important;
}

/* Kill Kadence's alignfull/alignwide vw breakout on inner pages */
body:not(.home) .content-area {
    --global-vw: 100%;
    overflow: hidden;
}

body:not(.home) .alignfull,
body:not(.home) .alignwide,
body:not(.home) .entry-content .alignfull,
body:not(.home) .entry-content .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Full-width override for front page (uses its own grid) */
.home #inner-wrap,
.home .content-container,
.home .content-wrap,
.home .site-main > article {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Page hero/title section */
.entry-hero.page-hero-section {
    padding: 40px 0 20px;
}

.entry-hero .entry-header h1 {
    text-align: center;
}

/* WP columns inside pages */
.entry-content .wp-block-columns {
    gap: 32px;
}

.entry-content .wp-block-column {
    padding: 24px;
    background: var(--nw-surface-container-low);
    border-radius: 4px;
    border: 1px solid rgba(230, 189, 185, 0.15);
}

/* Page titles */
.entry-header h1,
.wp-block-post-title,
.kadence-page-title h1 {
    font-family: var(--nw-font-headline) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    color: var(--nw-on-surface) !important;
    line-height: 1.15 !important;
}

/* Content area */
.entry-content,
.single-content .entry-content {
    font-family: var(--nw-font-body);
    color: var(--nw-on-surface);
    font-size: 16px;
    line-height: 1.75;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-family: var(--nw-font-headline);
    letter-spacing: -0.02em;
    color: var(--nw-on-surface);
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 0.75em;
}

.entry-content h1 { font-size: 36px; font-weight: 800; }
.entry-content h2 { font-size: 28px; font-weight: 800; border-bottom: 2px solid var(--nw-primary); padding-bottom: 8px; }
.entry-content h3 { font-size: 22px; font-weight: 700; }
.entry-content h4 { font-size: 18px; font-weight: 700; }

.entry-content p {
    margin-bottom: 1.25em;
}

.entry-content a {
    color: var(--nw-primary);
    text-decoration: underline;
    text-decoration-color: rgba(187, 2, 21, 0.3);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.2s;
}

.entry-content a:hover {
    text-decoration-color: var(--nw-primary);
}

.entry-content img {
    border-radius: 4px;
}

.entry-content blockquote {
    border-left: 3px solid var(--nw-primary);
    padding: 16px 24px;
    margin: 24px 0;
    background: var(--nw-surface-container-low);
    border-radius: 0 4px 4px 0;
    font-family: var(--nw-font-headline);
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    color: var(--nw-on-surface);
}

.entry-content ul,
.entry-content ol {
    padding-left: 24px;
    margin-bottom: 1.25em;
}

.entry-content li {
    margin-bottom: 0.5em;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
}

.entry-content table th {
    background: var(--nw-on-surface);
    color: white;
    font-family: var(--nw-font-label);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 12px 16px;
    text-align: left;
}

.entry-content table td {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(230, 189, 185, 0.2);
}

.entry-content table tr:hover td {
    background: var(--nw-surface-container-low);
}

/* Kadence blocks inside content */
.entry-content .wp-block-kadence-rowlayout {
    margin-bottom: 24px;
}

/* WP columns/groups */
.entry-content .wp-block-columns {
    gap: 24px;
    margin-bottom: 24px;
}

.entry-content .wp-block-group {
    padding: 24px;
    border-radius: 4px;
}

/* Category/tag labels on single posts */
.entry-taxonomies a {
    font-family: var(--nw-font-label);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nw-primary) !important;
    text-decoration: none !important;
}

/* Post meta */
.entry-meta {
    font-family: var(--nw-font-label);
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Featured image on single */
.post-thumbnail img {
    border-radius: 6px;
}

/* ========== ARCHIVE OVERRIDES ========== */
.post-archive-title h1,
.kadence-breadcrumbs {
    font-family: var(--nw-font-headline) !important;
    letter-spacing: -0.02em !important;
}

.entry-content-wrap .entry-title a,
.loop-entry .entry-title a {
    font-family: var(--nw-font-headline);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--nw-on-surface);
    transition: color 0.2s;
}

.entry-content-wrap .entry-title a:hover,
.loop-entry .entry-title a:hover {
    color: var(--nw-primary);
}

.loop-entry .post-thumbnail img {
    border-radius: 4px;
    transition: transform 0.5s;
}

.loop-entry:hover .post-thumbnail img {
    transform: scale(1.03);
}

.loop-entry .entry-taxonomies a {
    font-family: var(--nw-font-label);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nw-primary) !important;
}

/* ========== BUTTONS ========== */
.wp-block-button__link,
.entry-content .wp-block-button__link {
    font-family: var(--nw-font-label) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border-radius: 4px !important;
    transition: all 0.2s !important;
}

/* ========== SEARCH PAGE ========== */
.search-form .search-field {
    font-family: var(--nw-font-body);
    border: 1px solid rgba(230, 189, 185, 0.3);
    border-radius: 4px;
    padding: 12px 16px;
}

.search-form .search-submit {
    background: var(--nw-primary);
    color: white;
    font-family: var(--nw-font-label);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 4px;
    border: none;
}

/* ========== 404 PAGE ========== */
.error-404 h1 {
    font-family: var(--nw-font-headline) !important;
    font-size: 72px !important;
    font-weight: 800 !important;
    color: var(--nw-primary) !important;
}

/* ========== COMMENTS ========== */
.comments-area .comment-author {
    font-family: var(--nw-font-headline);
    font-weight: 700;
}

#respond .comment-reply-title {
    font-family: var(--nw-font-headline);
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .nw-main-grid {
        grid-template-columns: 1fr;
    }
    .nw-left-sidebar {
        display: none;
    }
    .nw-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .nw-hero {
        grid-template-columns: 1fr;
    }
    .nw-hero-image {
        min-height: 280px;
    }
    .nw-hero-overlay h1 {
        font-size: 26px;
    }
    .nw-content-area {
        grid-template-columns: 1fr;
    }
    .nw-article-grid {
        grid-template-columns: 1fr;
    }
}
