/*
Theme Name: Haiti Broadcasting Radio
Theme URI: https://radio.haitibroadcasting.com/
Author: Haiti Broadcasting
Description: Polished broadcast radio directory theme.
Version: 2.6.1
Requires at least: 6.4
Requires PHP: 7.2
Text Domain: hb-radio-theme
*/
:root{
 --hb-bg:#f7f8fb;--hb-card:#fff;--hb-text:#11151d;--hb-muted:#6d7480;--hb-line:#e6e9ef;
 --hb-navy:#061d49;--hb-navy2:#0b2d67;--hb-blue:#1476ff;--hb-cyan:#15b9e8;
 --hb-red:#ee3155;--hb-coral:#ff6b5f;--hb-gold:#f2b84b;--hb-purple:#6f5ce7;
 --hb-max:1180px;--hb-player-h:70px
}
*{box-sizing:border-box}
html{background:var(--hb-bg);scroll-behavior:smooth}
body{margin:0;background:var(--hb-bg);color:var(--hb-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}
.hb-wrap{width:min(var(--hb-max),calc(100% - 40px));margin:auto}.hb-section{padding:31px 0}
.hb-v26-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.hb-v26-section-head span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:#8d95a1;font-weight:800}.hb-v26-section-head h2{margin:3px 0 0;font-size:26px;line-height:1;letter-spacing:-.045em}.hb-v26-section-head>a{font-size:10px;font-weight:700;color:#58606c}

/* Header */
.hb-site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(6,29,73,.07);backdrop-filter:saturate(175%) blur(18px);-webkit-backdrop-filter:saturate(175%) blur(18px)}
.admin-bar .hb-site-header{top:32px}.hb-header-inner{max-width:var(--hb-max);height:58px;margin:auto;padding:0 20px;display:flex;align-items:center;gap:28px}.hb-brand img{height:31px;width:auto;max-width:172px;object-fit:contain}.hb-main-nav{display:flex;gap:21px;align-items:center;flex:1}.hb-main-nav a{font-size:11px;font-weight:650;color:#67707d}.hb-main-nav a:hover{color:var(--hb-navy)}.hb-header-actions{margin-left:auto}.hb-search-jump,.hb-menu-toggle{width:38px;height:38px;border:0;background:transparent;border-radius:9px;display:grid;place-items:center}.hb-menu-toggle{display:none}

/* Hero */
.hb-v26-hero{padding:18px 0 8px}.hb-v26-hero-shell{min-height:330px;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1.14fr .86fr;color:#fff;background:
 radial-gradient(circle at 77% 16%,rgba(21,185,232,.35),transparent 28%),
 radial-gradient(circle at 87% 80%,rgba(238,49,85,.28),transparent 34%),
 linear-gradient(118deg,#061d49 0%,#0b2d67 54%,#16294d 100%);
 box-shadow:0 16px 40px rgba(6,29,73,.14)}
.hb-v26-hero-copy{padding:43px 46px;display:flex;flex-direction:column;justify-content:center}.hb-v26-overline{display:flex;align-items:center;gap:7px;font-size:8px;text-transform:uppercase;letter-spacing:.16em;font-weight:850;color:#b8ddff}.hb-v26-overline i{width:7px;height:7px;border-radius:50%;background:#38d083;box-shadow:0 0 0 5px rgba(56,208,131,.12)}.hb-v26-hero h1{max-width:650px;margin:9px 0 12px;font-size:clamp(42px,5.5vw,67px);line-height:.91;letter-spacing:-.06em}.hb-v26-hero p{max-width:530px;margin:0 0 22px;color:#c7d4e8;font-size:13px;line-height:1.55}.hb-v26-search{position:relative;max-width:570px;height:46px;background:#fff;border-radius:11px;display:flex;align-items:center;padding-left:13px;box-shadow:0 8px 25px rgba(0,0,0,.12)}.hb-v26-search svg{width:17px;height:17px;color:#7d8590;stroke-width:1.8}.hb-v26-search input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 11px;background:transparent;font-size:12px;color:#11151d}.hb-v26-search button{height:36px;margin-right:5px;border:0;border-radius:8px;padding:0 14px;background:linear-gradient(135deg,var(--blue),#005bd8);background:linear-gradient(135deg,var(--hb-blue),#005bd8);color:#fff;font-size:9px;font-weight:800}.hb-v26-hero-links{display:flex;gap:16px;margin-top:14px}.hb-v26-hero-links a{font-size:9px;color:#cbd6e7;font-weight:650}.hb-v26-hero-side{position:relative;display:flex;align-items:flex-end;justify-content:center;padding:20px}.hb-v26-brand-glow{position:absolute;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.22),rgba(255,255,255,.04) 55%,transparent 70%);top:34px;right:72px}.hb-v26-now-card{position:relative;z-index:2;width:100%;max-width:330px;display:grid;grid-template-columns:48px minmax(0,1fr) 36px;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(3,18,48,.72);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.hb-v26-now-art{width:48px;height:48px;border-radius:9px;background:#fff;overflow:hidden}.hb-v26-now-art img{width:100%;height:100%;object-fit:contain;padding:4px}.hb-v26-now-copy{min-width:0}.hb-v26-now-copy span,.hb-v26-now-copy strong,.hb-v26-now-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-v26-now-copy span{font-size:7px;text-transform:uppercase;letter-spacing:.11em;color:#8ed9ff}.hb-v26-now-copy strong{font-size:11px;margin-top:2px}.hb-v26-now-copy small{font-size:8px;color:#adbbcf;margin-top:2px}.hb-v26-now-card button{width:34px;height:34px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--hb-red),var(--hb-coral));color:#fff;box-shadow:0 5px 14px rgba(238,49,85,.3)}

/* Featured cards */
.hb-v26-station-rail{display:grid;grid-auto-flow:column;grid-auto-columns:166px;gap:13px;overflow-x:auto;padding:1px 1px 10px;scrollbar-width:none}.hb-v26-station-rail::-webkit-scrollbar{display:none}.hb-station-card{position:relative;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.hb-station-card-art{aspect-ratio:1/1;background:linear-gradient(145deg,#fff,#f1f4f9);border:1px solid var(--hb-line);border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(26,41,68,.045)}.hb-station-card-art img{width:100%;height:100%;object-fit:contain;padding:14px}.hb-station-card-link>strong{display:block;padding:8px 2px 0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-station-card-link>small{display:block;padding:3px 30px 0 2px;color:#818996;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-card-play{position:absolute;right:5px;bottom:0;width:29px;height:29px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--hb-red),var(--hb-coral));color:#fff;display:grid;place-items:center;font-size:8px;box-shadow:0 5px 14px rgba(238,49,85,.2)}

/* Map */
.hb-v26-map-layout{display:grid;grid-template-columns:minmax(0,1.55fr) 300px;gap:13px}.hb-map{position:relative;min-height:385px;border-radius:16px;overflow:hidden;border:1px solid #dfe5ef;background:
 radial-gradient(circle at 20% 20%,rgba(21,185,232,.1),transparent 26%),
 linear-gradient(145deg,#f2f7fc,#edf1f7)}.hb-map>img{position:absolute;inset:5%;width:90%;height:90%;object-fit:contain;filter:grayscale(1) contrast(.85) opacity(.72)}.hb-map-pin{position:absolute;z-index:3;left:var(--x);top:var(--y);transform:translate(-50%,-50%);border:0;background:transparent;padding:5px;display:flex;align-items:center;gap:5px}.hb-map-pin>span{width:11px;height:11px;border-radius:50%;background:#fff;border:2px solid var(--hb-navy);box-shadow:0 3px 8px rgba(6,29,73,.15)}.hb-map-pin>b{display:none;padding:5px 7px;border-radius:7px;background:#fff;border:1px solid #dfe4eb;font-size:8px;white-space:nowrap;box-shadow:0 6px 16px rgba(26,41,68,.08)}.hb-map-pin.is-active>span{background:var(--hb-blue);border-color:var(--hb-blue);box-shadow:0 0 0 5px rgba(20,118,255,.12)}.hb-map-pin:hover>b,.hb-map-pin:focus-visible>b,.hb-map-pin.is-active>b{display:block}.hb-map-panel{display:flex;flex-direction:column;border:1px solid var(--hb-line);border-radius:16px;padding:15px;background:#fff;box-shadow:0 8px 25px rgba(26,41,68,.045)}.hb-map-panel-head{padding-bottom:11px;border-bottom:1px solid #edf0f4}.hb-map-panel-head>span{font-size:7px;text-transform:uppercase;letter-spacing:.13em;color:#9299a5;font-weight:800}.hb-map-panel-head h3{margin:3px 0 0;font-size:23px;letter-spacing:-.04em;color:var(--hb-navy)}.hb-map-stations{flex:1}.hb-map-station{display:grid;grid-template-columns:39px minmax(0,1fr);gap:9px;align-items:center;padding:8px 0;border-bottom:1px solid #eef1f5}.hb-map-station>img{width:39px;height:39px;border-radius:8px;background:#f5f7fa;object-fit:contain;padding:3px}.hb-map-station strong,.hb-map-station small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-map-station strong{font-size:10px}.hb-map-station small{font-size:8px;color:#89919d}.hb-map-more{height:35px;margin-top:11px;border-radius:9px;background:linear-gradient(135deg,#edf5ff,#f7f9fc);color:#215d9b;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:750}.hb-map-fallback{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px}.hb-map-fallback[hidden]{display:none}.hb-map-fallback button{min-height:40px;border:1px solid var(--hb-line);border-radius:8px;background:#fff;font-size:9px}

/* Discovery */
.hb-v26-discovery{margin-top:18px;padding:34px 0;background:linear-gradient(125deg,#061d49,#0d2f6b);color:#fff}.hb-v26-discovery-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.hb-v26-section-head-light span{color:#91add2}.hb-v26-section-head-light h2{color:#fff}.hb-v26-section-head-light>a{color:#c9d7e9}.hb-v26-genre-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.hb-v26-genre-grid a{position:relative;min-height:65px;border-radius:11px;padding:12px 38px 11px 13px;border:1px solid rgba(255,255,255,.09);overflow:hidden}.hb-v26-genre-grid a:after{content:"";position:absolute;right:-20px;bottom:-30px;width:90px;height:90px;border-radius:50%;background:rgba(255,255,255,.11)}.hb-v26-genre-grid .tone-1{background:linear-gradient(135deg,#1164d6,#148fff)}.hb-v26-genre-grid .tone-2{background:linear-gradient(135deg,#c62e50,#ef476f)}.hb-v26-genre-grid .tone-3{background:linear-gradient(135deg,#6157c9,#7b68ee)}.hb-v26-genre-grid .tone-4{background:linear-gradient(135deg,#0a8d9d,#15b9e8)}.hb-v26-genre-grid .tone-5{background:linear-gradient(135deg,#ce8c1d,#f2b84b)}.hb-v26-genre-grid .tone-6{background:linear-gradient(135deg,#d75b4c,#ff7a66)}.hb-v26-genre-grid span,.hb-v26-genre-grid small{display:block;position:relative;z-index:2}.hb-v26-genre-grid span{font-size:11px;font-weight:750}.hb-v26-genre-grid small{margin-top:3px;font-size:8px;color:rgba(255,255,255,.72)}.hb-v26-genre-grid i{position:absolute;z-index:2;right:13px;top:50%;transform:translateY(-50%);font-style:normal}.hb-v26-dept-box{border-radius:14px;padding:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}.hb-v26-dept-list{display:grid;grid-template-columns:1fr 1fr;gap:7px}.hb-v26-dept-list a{min-height:42px;border-radius:8px;padding:9px 11px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;font-size:9px}.hb-v26-dept-list i{font-style:normal;color:#9eb2ce}

/* Generic pages */
.hb-listing-page,.hb-page,.hb-directory-page{padding:28px 0 46px}.hb-page-head h1{margin:3px 0 5px;font-size:38px;line-height:1;letter-spacing:-.05em}.hb-page-head p{margin:0;color:#7a828d;font-size:11px}.hb-breadcrumb{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin:0 0 16px;color:#9299a4;font-size:9px}.hb-department-index,.hb-genre-index{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.hb-department-index a,.hb-genre-index a{min-height:66px;border-radius:11px;padding:13px 14px;background:#fff;border:1px solid var(--hb-line);box-shadow:0 3px 12px rgba(26,41,68,.035)}

/* Station page */
.hb-station-page{padding:22px 0 44px}.hb-station-page .hb-wrap{max-width:1040px}.hb-station-profile{display:grid;grid-template-columns:230px minmax(0,1fr);gap:30px;align-items:start;padding:14px 0 24px;border-bottom:1px solid var(--hb-line)}.hb-station-artwork{aspect-ratio:1/1;border-radius:16px;background:linear-gradient(145deg,#fff,#eff4fa);border:1px solid #e3e8ef;overflow:hidden;box-shadow:0 10px 28px rgba(26,41,68,.08)}.hb-station-artwork img{width:100%;height:100%;object-fit:contain;padding:20px}.hb-station-availability{margin-top:8px;height:31px;border:1px solid var(--hb-line);border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;color:#747c87;font-size:8px}.hb-station-availability i{width:6px;height:6px;border-radius:50%;background:#1bad67}.hb-station-profile-main>h1{margin:4px 0 6px;font-size:46px;line-height:.98;letter-spacing:-.055em;color:var(--hb-navy)}.hb-station-summary{margin:0;color:#777f8b;font-size:10px}.hb-station-listen{background:linear-gradient(135deg,var(--hb-red),var(--hb-coral))!important;color:#fff!important;border:0!important}.hb-station-share{background:#fff!important;border:1px solid var(--hb-line)!important}.hb-station-meta-grid>div{background:#fff;border:1px solid var(--hb-line);border-radius:9px;padding:10px}.hb-related-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}

/* Directory & player */
.hbr-toolbar,.hbr-filters{background:#fff!important;border:1px solid var(--hb-line)!important;border-radius:11px!important;box-shadow:none!important}.hbr-card{background:#fff!important;border:1px solid var(--hb-line)!important;border-radius:11px!important;box-shadow:none!important}#hbr-player,.hbr-player{background:rgba(255,255,255,.97)!important;border-top:1px solid #dfe4eb!important;box-shadow:0 -9px 28px rgba(26,41,68,.1)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}

/* Footer */
.hb-site-footer{margin-top:0;padding:29px 0 calc(29px + var(--hb-player-h));background:#061a3b;color:#cad7ea}.hb-footer-brand img{filter:brightness(0) invert(1)}.hb-footer-inner nav a{color:#a7bad4}

/* AJAX */
html.hb-nav-loading:before{content:"";position:fixed;z-index:3000;left:0;top:0;height:2px;width:45%;background:linear-gradient(90deg,var(--hb-blue),var(--hb-red));animation:hbload .65s ease-in-out infinite alternate}@keyframes hbload{from{width:10%}to{width:76%}}main{transition:opacity .12s ease,transform .12s ease}html.hb-nav-loading main{opacity:.56;transform:translateY(2px)}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

@media(max-width:900px){
 .hb-v26-map-layout,.hb-v26-discovery-grid{grid-template-columns:1fr}
 .hb-v26-dept-list{grid-template-columns:repeat(3,1fr)}
 .hb-related-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:700px){
 :root{--hb-player-h:72px}.hb-wrap{width:min(100% - 28px,var(--hb-max))}
 .admin-bar .hb-site-header{top:46px}.hb-header-inner{padding:0 14px}.hb-main-nav{display:none;position:absolute;top:54px;left:12px;right:12px;padding:8px;background:#fff;border:1px solid var(--hb-line);border-radius:12px;box-shadow:0 14px 30px rgba(26,41,68,.13);flex-direction:column;align-items:stretch;gap:0}.hb-main-nav.is-open{display:flex}.hb-main-nav a{padding:11px;border-radius:8px}.hb-menu-toggle{display:block}
 .hb-v26-hero{padding-top:10px}.hb-v26-hero-shell{grid-template-columns:1fr;min-height:0;border-radius:15px}.hb-v26-hero-copy{padding:30px 22px 26px}.hb-v26-hero h1{font-size:42px}.hb-v26-hero p{font-size:12px}.hb-v26-hero-side{display:none}.hb-v26-search{height:44px}.hb-v26-section-head h2{font-size:22px}
 .hb-v26-station-rail{grid-auto-columns:143px;gap:10px}.hb-map{min-height:305px}.hb-map-stations{display:grid;grid-template-columns:1fr 1fr;column-gap:10px}.hb-map-station:nth-child(n+5){display:none}
 .hb-v26-genre-grid{grid-template-columns:1fr 1fr}.hb-v26-dept-list{grid-template-columns:1fr 1fr}
 .hb-department-index,.hb-genre-index{grid-template-columns:1fr 1fr}
 .hb-station-profile{grid-template-columns:106px 1fr;gap:13px;padding-top:6px}.hb-station-artwork{border-radius:12px}.hb-station-artwork img{padding:9px}.hb-station-availability{display:none}.hb-station-profile-main>h1{font-size:29px}.hb-station-meta-grid{grid-template-columns:1fr 1fr}.hb-related-grid{grid-template-columns:1fr 1fr;gap:9px}
}
@media(max-width:380px){
 .hb-v26-hero h1{font-size:37px}.hb-v26-genre-grid{grid-template-columns:1fr}.hb-v26-station-rail{grid-auto-columns:132px}.hb-station-profile{grid-template-columns:92px 1fr}.hb-station-profile-main>h1{font-size:25px}
}
