/*
Theme Name: UHN Hoops Nation
Theme URI: https://unfilteredhoopsnation.com
Description: Unfiltered Hoops Nation child theme for Kadence
Author: Unfiltered Hoops Nation
Author URI: https://unfilteredhoopsnation.com
Template: kadence
Version: 1.0.0
Text Domain: uhn-hoops-nation
*/

/* ============================================
   UNFILTERED HOOPS NATION — GLOBAL STYLES
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,900;1,700&family=Barlow:wght@400;500;600&family=Oswald:wght@400;600;700&display=swap');

:root {
  --red: #B81C1C;
  --red-bright: #E02222;
  --red-dark: #7A0E0E;
  --chrome: #C8C8C8;
  --chrome-light: #E8E8E8;
  --black: #0A0A0A;
  --dark: #111111;
  --dark2: #1A1A1A;
  --dark3: #242424;
  --border: rgba(200,200,200,0.12);
  --font-display: 'Oswald', sans-serif;
  --font-cond: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

/* Hide Kadence default header and footer on all UHN pages */
.uhn-page .site-header,
.uhn-page .site-top-bar,
.uhn-page #masthead,
.uhn-page .header-wrap,
.uhn-page .site-branding,
.uhn-page nav.main-navigation,
.uhn-page .kadence-sticky-header,
.uhn-page #mobile-navigation,
.uhn-page .site-footer,
.uhn-page #colophon,
.uhn-page .footer-wrap,
.uhn-page .entry-title,
.uhn-page .entry-header,
.uhn-page .wp-block-post-title { display: none !important; }

.uhn-page .site-main,
.uhn-page .content-area,
.uhn-page article,
.uhn-page .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.uhn-page #page,
.uhn-page #content,
.uhn-page .site-content {
  background: #0A0A0A !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Force dark background sitewide */
body {
  background: var(--black) !important;
  color: var(--chrome-light) !important;
  font-family: var(--font-body) !important;
}

/* Hide default Kadence header and footer on UHN pages */
.uhn-page .site-header,
.uhn-page .site-footer,
.uhn-page .entry-title,
.uhn-page .wp-block-post-title {
  display: none !important;
}

/* Remove Kadence container constraints */
.uhn-page .content-area,
.uhn-page .site-main,
.uhn-page article,
.uhn-page .entry-content,
.uhn-page .wp-container-core-group-is-layout-constrained {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Tags */
.tag { display: inline-block; font-family: var(--font-cond); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; }
.tag-mens { background: #0a3a6e; color: #a8c8f7; }
.tag-womens { background: #5a1a6e; color: #e4b0f7; }
.tag-recruit { background: #1a4a1a; color: #90d890; }
.tag-portal { background: #3a2a00; color: #f0c860; }
.tag-analysis { background: #1a1a3a; color: #b0b0f7; }
.tag-podcast { background: var(--red-dark); color: #ffaaaa; }

/* Breaking Bar */
.uhn-breaking-bar { background: #0e0e0e; border-bottom: 2px solid var(--red); display: flex; align-items: center; height: 38px; overflow: hidden; }
.uhn-breaking-label { flex-shrink: 0; background: var(--red-bright); color: #fff; font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 0 16px; height: 100%; display: flex; align-items: center; white-space: nowrap; position: relative; z-index: 2; }
.uhn-breaking-label::after { content: ''; position: absolute; right: -10px; top: 0; bottom: 0; width: 10px; background: var(--red-bright); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.uhn-breaking-ticker-wrap { flex: 1; overflow: hidden; height: 100%; mask-image: linear-gradient(to right, transparent 0px, #000 24px, #000 calc(100% - 40px), transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0px, #000 24px, #000 calc(100% - 40px), transparent 100%); }
.uhn-breaking-ticker { display: flex; align-items: center; height: 100%; white-space: nowrap; animation: uhnBreakTicker 40s linear infinite; }
.uhn-breaking-ticker span { font-family: var(--font-cond); font-size: 14px; font-weight: 600; color: rgba(230,230,230,0.85); padding: 0 32px; }
.uhn-breaking-ticker span::before { content: '◆ '; color: var(--red-bright); font-size: 9px; vertical-align: 1px; }
@keyframes uhnBreakTicker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Nav */
.uhn-nav { background: var(--dark); border-bottom: 2px solid var(--red); position: sticky; top: 0; z-index: 1000; width: 100%; }
.uhn-nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; padding: 0 24px; }
.uhn-nav-logo { display: flex; align-items: center; gap: 10px; padding: 12px 0; margin-right: 28px; flex-shrink: 0; text-decoration: none; }
.uhn-logo-icon { width: 38px; height: 38px; background: var(--red); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; border: 1.5px solid var(--red-bright); }
.uhn-logo-text { font-family: var(--font-display); font-size: 16px; font-weight: 600; color: var(--chrome-light); line-height: 1.1; }
.uhn-logo-text span { color: var(--red-bright); display: block; font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; }
.uhn-nav-links { display: flex; align-items: center; flex: 1; list-style: none; margin: 0; padding: 0; }
.uhn-nav-links li a { display: block; padding: 18px 12px; font-family: var(--font-cond); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--chrome); border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color 0.2s, border-color 0.2s; text-decoration: none; }
.uhn-nav-links li a:hover, .uhn-nav-links li a.active { color: #fff; border-bottom-color: var(--red-bright); }
.uhn-nav-cta { margin-left: auto; background: var(--red) !important; color: #fff !important; padding: 8px 18px !important; border-radius: 3px; font-family: var(--font-cond) !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; border-bottom: none !important; }
.uhn-nav-cta:hover { background: var(--red-bright) !important; }
.uhn-nav-donate { margin-left: 10px; background: #F5A623 !important; color: #1a0a00 !important; padding: 8px 16px !important; border-radius: 3px; font-family: var(--font-cond) !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; border-bottom: none !important; white-space: nowrap; flex-shrink: 0; text-decoration: none !important; }
.uhn-nav-donate:hover { background: #ffb83f !important; }

/* Page Hero */
.uhn-page-hero { background: linear-gradient(180deg, #1a0505 0%, var(--black) 100%); border-bottom: 3px solid var(--red); padding: 40px 24px; position: relative; overflow: hidden; }
.uhn-page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 20% 50%, rgba(184,28,28,0.12) 0%, transparent 65%); pointer-events: none; }
.uhn-page-hero-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.uhn-page-hero-eyebrow { font-family: var(--font-cond); font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red-bright); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.uhn-page-hero-eyebrow::before { content: ''; display: block; width: 20px; height: 2px; background: var(--red-bright); }
.uhn-page-hero h1 { font-family: var(--font-display); font-size: 48px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #fff; line-height: 1; margin-bottom: 10px; }
.uhn-page-hero h1 em { color: var(--red-bright); font-style: normal; }
.uhn-page-hero-sub { font-family: var(--font-cond); font-size: 15px; font-weight: 500; color: rgba(200,200,200,0.5); letter-spacing: 0.06em; text-transform: uppercase; }

/* Site Wrap */
.uhn-site-wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; background: var(--black); width: 100%; }
.uhn-content-sidebar { display: grid; grid-template-columns: 1fr 300px; gap: 40px; padding: 40px 0 60px; }

/* Section Header */
.uhn-section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 2px solid var(--red); }
.uhn-section-header h2 { font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #fff; margin: 0; }
.uhn-section-header h2 em { color: var(--red-bright); font-style: normal; }
.uhn-section-header a { font-family: var(--font-cond); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red-bright); margin-left: auto; text-decoration: none; }
.uhn-section-header a:hover { color: #fff; }

/* Team Filter Bar */
.uhn-filter-bar { background: var(--dark2); border-bottom: 1px solid var(--border); overflow-x: auto; scrollbar-width: none; }
.uhn-filter-bar::-webkit-scrollbar { display: none; }
.uhn-filter-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 4px; min-width: max-content; }
.uhn-filter-label { font-family: var(--font-cond); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(200,200,200,0.35); padding: 12px 12px 12px 0; white-space: nowrap; border-right: 1px solid var(--border); margin-right: 8px; }
.uhn-team-pill { padding: 6px 14px; border-radius: 20px; font-family: var(--font-cond); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(200,200,200,0.55); background: transparent; border: 1px solid rgba(200,200,200,0.12); cursor: pointer; white-space: nowrap; transition: all 0.2s; margin: 8px 0; text-decoration: none; display: inline-block; }
.uhn-team-pill:hover { background: rgba(184,28,28,0.15); border-color: var(--red-bright); color: #ffaaaa; }
.uhn-team-pill.active { background: var(--red); border-color: var(--red-bright); color: #fff; }

/* Post Cards */
.uhn-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.uhn-post-card { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--dark2); transition: border-color 0.2s, transform 0.2s; display: flex; flex-direction: column; text-decoration: none; }
.uhn-post-card:hover { border-color: rgba(184,28,28,0.4); transform: translateY(-2px); }
.uhn-post-card-img { aspect-ratio: 16/9; overflow: hidden; position: relative; flex-shrink: 0; background: var(--dark3); }
.uhn-post-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uhn-post-card-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 40px; opacity: 0.1; background: linear-gradient(135deg, #1a0505, #300c0c); }
.uhn-post-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%); }
.uhn-post-card-body { padding: 14px 16px 18px; flex: 1; display: flex; flex-direction: column; }
.uhn-post-card-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.uhn-post-card-date { font-family: var(--font-cond); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(200,200,200,0.35); }
.uhn-post-card-title { font-family: var(--font-display); font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; color: #fff; line-height: 1.2; margin-bottom: 6px; transition: color 0.2s; flex: 1; text-decoration: none; display: block; }
.uhn-post-card:hover .uhn-post-card-title { color: #ffbbbb; }
.uhn-post-card-excerpt { font-size: 13px; color: rgba(200,200,200,0.5); line-height: 1.5; }
.uhn-post-card-team { font-family: var(--font-cond); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red-bright); margin-top: 8px; }

/* Featured Post */
.uhn-featured-post { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 6px; overflow: hidden; background: var(--dark2); border: 1px solid var(--border); margin-bottom: 32px; transition: border-color 0.2s; text-decoration: none; }
.uhn-featured-post:hover { border-color: rgba(184,28,28,0.5); }
.uhn-featured-post-img { position: relative; overflow: hidden; min-height: 320px; background: var(--dark3); }
.uhn-featured-post-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uhn-featured-post-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, transparent 70%, rgba(26,26,26,0.8) 100%); }
.uhn-featured-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 80px; opacity: 0.08; background: linear-gradient(135deg, #1a0505, #300c0c); min-height: 320px; }
.uhn-featured-post-body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; }
.uhn-featured-post-title { font-family: var(--font-display); font-size: 28px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: #fff; line-height: 1.1; margin-bottom: 12px; transition: color 0.2s; text-decoration: none; display: block; }
.uhn-featured-post:hover .uhn-featured-post-title { color: #ffbbbb; }
.uhn-featured-post-excerpt { font-size: 14px; color: rgba(200,200,200,0.6); line-height: 1.65; margin-bottom: 12px; }
.uhn-featured-post-meta { font-family: var(--font-cond); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(200,200,200,0.38); display: flex; gap: 10px; flex-wrap: wrap; }
.uhn-read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-cond); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red-bright); text-decoration: none; }
.uhn-read-more:hover { color: #fff; }

/* Team Section */
.uhn-team-section { margin-bottom: 44px; }
.uhn-team-section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding: 12px 16px; background: var(--dark2); border: 1px solid var(--border); border-left: 4px solid var(--red); border-radius: 0 4px 4px 0; }
.uhn-team-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--red-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-cond); font-size: 10px; font-weight: 700; color: #fff; flex-shrink: 0; border: 1px solid rgba(184,28,28,0.5); }
.uhn-team-name { font-family: var(--font-display); font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; }
.uhn-team-viewall { font-family: var(--font-cond); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red-bright); margin-left: auto; text-decoration: none; }
.uhn-team-viewall:hover { color: #fff; }
.uhn-team-posts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.uhn-team-post-item { display: flex; gap: 12px; align-items: flex-start; padding: 12px; background: var(--dark2); border: 1px solid var(--border); border-radius: 4px; transition: border-color 0.2s; text-decoration: none; }
.uhn-team-post-item:hover { border-color: rgba(184,28,28,0.35); }
.uhn-team-post-thumb { width: 72px; height: 50px; border-radius: 3px; overflow: hidden; flex-shrink: 0; background: var(--dark3); }
.uhn-team-post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uhn-team-post-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 20px; opacity: 0.15; background: linear-gradient(135deg, #1a0505, #300c0c); }
.uhn-team-post-info { flex: 1; }
.uhn-team-post-title { font-family: var(--font-cond); font-size: 13px; font-weight: 600; color: var(--chrome-light); line-height: 1.3; margin-bottom: 4px; transition: color 0.2s; }
.uhn-team-post-item:hover .uhn-team-post-title { color: #ffbbbb; }
.uhn-team-post-meta { font-family: var(--font-cond); font-size: 11px; color: rgba(200,200,200,0.35); letter-spacing: 0.05em; text-transform: uppercase; }

/* Empty State */
.uhn-empty-state { background: var(--dark2); border: 1px solid var(--border); border-radius: 4px; padding: 32px; text-align: center; }
.uhn-empty-state p { font-family: var(--font-cond); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(200,200,200,0.25); }

/* Sidebar */
.uhn-sidebar { display: flex; flex-direction: column; gap: 28px; }
.uhn-widget { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--dark2); }
.uhn-widget-header { background: var(--dark3); padding: 11px 16px; font-family: var(--font-display); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--chrome-light); border-bottom: 2px solid var(--red); display: flex; align-items: center; gap: 8px; }
.uhn-widget-body { padding: 14px 16px; }
.uhn-support-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: #F5A623; color: #1a0a00; padding: 11px 16px; border-radius: 4px; font-family: var(--font-cond); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px; text-decoration: none; }
.uhn-support-btn:hover { background: #ffb83f; }
.uhn-support-tiers { display: flex; gap: 6px; }
.uhn-support-tier { flex: 1; display: flex; align-items: center; justify-content: center; background: transparent; border: 1px solid rgba(245,166,35,0.3); color: rgba(245,166,35,0.8); padding: 7px 4px; border-radius: 3px; font-family: var(--font-cond); font-size: 11px; font-weight: 700; text-transform: uppercase; text-decoration: none; }
.uhn-roster-list { display: flex; flex-direction: column; }
.uhn-roster-item { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.uhn-roster-item:last-child { border-bottom: none; }
.uhn-roster-badge { width: 30px; height: 30px; border-radius: 50%; background: var(--red-dark); display: flex; align-items: center; justify-content: center; font-family: var(--font-cond); font-size: 9px; font-weight: 700; color: #fff; flex-shrink: 0; border: 1px solid rgba(184,28,28,0.4); }
.uhn-roster-name { flex: 1; font-family: var(--font-cond); font-size: 13px; font-weight: 600; color: var(--chrome-light); line-height: 1.2; }
.uhn-roster-name small { display: block; font-size: 10px; font-weight: 400; color: rgba(200,200,200,0.35); }
.uhn-roster-arrow { font-size: 14px; color: rgba(200,200,200,0.2); }
.uhn-roster-item:hover .uhn-roster-name { color: #ffbbbb; }

/* Podcast Banner */
.uhn-podcast-banner { background: linear-gradient(135deg, #160404 0%, #220808 50%, #160404 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 52px 0; position: relative; overflow: hidden; }
.uhn-podcast-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 100% at 50% 50%, rgba(184,28,28,0.08) 0%, transparent 70%); }
.uhn-podcast-banner-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.uhn-podcast-banner-left h2 { font-family: var(--font-display); font-size: 34px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; line-height: 1.05; margin-bottom: 4px; }
.uhn-podcast-banner-left h2 em { color: var(--red-bright); font-style: normal; }
.uhn-podcast-tagline { font-family: var(--font-cond); font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(200,200,200,0.4); margin-bottom: 16px; }
.uhn-podcast-desc { font-size: 14px; color: rgba(200,200,200,0.58); line-height: 1.65; margin-bottom: 22px; }
.uhn-btn-primary { background: var(--red); color: #fff; padding: 10px 20px; border-radius: 3px; font-family: var(--font-cond); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.uhn-btn-primary:hover { background: var(--red-bright); color: #fff; }
.uhn-btn-outline { background: transparent; color: var(--chrome-light); padding: 9px 18px; border-radius: 3px; border: 1px solid rgba(200,200,200,0.22); font-family: var(--font-cond); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.uhn-btn-outline:hover { border-color: var(--red); color: var(--red-bright); }

/* Footer */
.uhn-footer { background: #080808; border-top: 2px solid var(--red); margin-top: 60px; }
.uhn-footer-top { max-width: 1280px; margin: 0 auto; padding: 40px 24px 32px; display: grid; grid-template-columns: 280px 1fr 1fr 1fr; gap: 40px; }
.uhn-footer-tagline { font-family: var(--font-cond); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(200,200,200,0.28); margin-top: 10px; line-height: 1.6; }
.uhn-footer-col h4 { font-family: var(--font-display); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--chrome); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.uhn-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; }
.uhn-footer-col ul li a { font-family: var(--font-cond); font-size: 13px; color: rgba(200,200,200,0.42); letter-spacing: 0.03em; text-decoration: none; transition: color 0.2s; }
.uhn-footer-col ul li a:hover { color: var(--red-bright); }
.uhn-footer-bottom { border-top: 1px solid var(--border); padding: 16px 24px; max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.uhn-footer-bottom p { font-family: var(--font-cond); font-size: 12px; color: rgba(200,200,200,0.22); }
.uhn-social-links { display: flex; gap: 10px; }
.uhn-social-link { width: 30px; height: 30px; border: 1px solid var(--border); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-family: var(--font-cond); font-size: 10px; font-weight: 700; color: rgba(200,200,200,0.35); text-decoration: none; transition: all 0.2s; }
.uhn-social-link:hover { border-color: var(--red); color: var(--red-bright); }

/* Responsive */
@media (max-width: 960px) {
  .uhn-content-sidebar { grid-template-columns: 1fr; }
  .uhn-post-grid { grid-template-columns: 1fr 1fr; }
  .uhn-featured-post { grid-template-columns: 1fr; }
  .uhn-team-posts { grid-template-columns: 1fr; }
  .uhn-podcast-banner-inner { grid-template-columns: 1fr; }
  .uhn-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .uhn-nav-links { display: none; }
  .uhn-page-hero h1 { font-size: 32px; }
  .uhn-post-grid { grid-template-columns: 1fr; }
  .uhn-footer-top { grid-template-columns: 1fr; }
}
