.media-section{background:var(--plum-deep)}.media-inner{max-width:1200px;margin:0 auto}.media-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.podcast-card{background:var(--plum-deep);border:1px solid rgb(255 255 255 / .1);border-radius:2px;overflow:hidden}.podcast-header{background:linear-gradient(135deg,var(--terra),#a04e22);padding:2.5rem 2rem;display:flex;align-items:center;gap:1.4rem}.podcast-mic{width:56px;height:56px;border-radius:50%;background:rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.podcast-header h3{font-family:var(--font-display);font-size:1.4rem;font-weight:300;color:var(--white)}.podcast-header span{font-size:.8rem;color:rgb(255 255 255 / .7)}.fh-episode-list{padding:0rem .5rem;background:var(--plum-deep)}.ep-item{display:flex;gap:1rem;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgb(255 255 255 / .07)}.ep-item:last-child{border-bottom:none}.ep-num{font-family:var(--font-display);font-size:1.4rem;font-weight:300;color:var(--gold);min-width:2.4rem}.ep-title{font-size:.88rem;color:rgb(255 255 255 / .8);line-height:1.4}.ep-dur{font-size:.75rem;color:rgb(255 255 255 / .4);margin-top:.2rem}.fh-ep-item{cursor:pointer;transition:background 0.2s;position:relative}.fh-ep-item:hover{background:rgb(255 255 255 / .06)}.fh-ep-item.active{background:rgb(196 98 45 / .2);border-left:3px solid var(--terra)}.fh-ep-play-icon{margin-left:auto;flex-shrink:0;color:rgb(255 255 255 / .25);transition:color 0.2s}.fh-ep-item:hover .fh-ep-play-icon{color:var(--gold)}.fh-podcast-wrap{display:contents}.fh-player-thumb{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:var(--plum-deep)}.fh-player-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}.fh-player-thumb:hover img{transform:scale(1.03)}.fh-play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(25 8 40 / .45);border:none;cursor:pointer;color:var(--white);transition:background 0.2s}.fh-play-btn:hover{background:rgb(196 98 45 / .65)}.fh-play-btn svg{width:36px;height:36px}.fh-player-iframe-wrap{width:100%;aspect-ratio:16/9}.fh-player-iframe-wrap iframe{width:100%;height:100%;display:block}.fh-player-meta{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 1.5rem;border-bottom:1px solid rgb(255 255 255 / .07);background:#a04e22}.fh-player-ep-num{font-family:var(--font-display);font-size:1.4rem;font-weight:300;color:var(--gold);min-width:2.4rem}.fh-player-title{font-size:1rem;color:rgb(255 255 255 / .9);line-height:1.5;font-weight:700;padding:1rem 1rem}.fh-player-date{font-size:.75rem;color:rgb(255 255 255 / .4);margin-top:.2rem}.fh-yt-link{display:inline-block;margin:1.2rem 1.5rem;color:var(--gold);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid rgb(201 168 76 / .4);padding-bottom:2px;transition:border-color 0.2s}.fh-yt-link:hover{border-color:var(--gold)}.fh-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.fh-lightbox.open{opacity:1;pointer-events:all}.fh-lightbox-overlay{position:absolute;inset:0;background:rgb(10 4 20 / .92);cursor:pointer}.fh-lightbox-content{position:relative;z-index:1;width:90%;max-width:900px;animation:fhLightboxIn 0.3s ease forwards}@keyframes fhLightboxIn{from{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.fh-lightbox-close{position:absolute;top:-2.5rem;right:0;background:none;border:none;color:rgb(255 255 255 / .6);font-size:1.2rem;cursor:pointer;padding:.3rem .6rem;transition:color 0.2s}.fh-lightbox-close:hover{color:var(--white)}.fh-lightbox-iframe-wrap{width:100%;aspect-ratio:16/9;background:#000}.fh-lightbox-iframe-wrap iframe{width:100%;height:100%;display:block}.fh-lightbox-title{margin-top:1rem;text-align:center;font-size:.9rem;color:rgb(255 255 255 / .55)}.fh-spotlight-wrap{width:100%;display:flex;flex-direction:column;gap:0}.fh-spotlight-viewport{width:100%;overflow:hidden;border-radius:2px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .1)}.fh-spotlight-track{display:flex;transition:transform 0.55s cubic-bezier(.4,0,.2,1);will-change:transform}.fh-spotlight-slide{min-width:100%;flex-shrink:0}.fh-spotlight-img-wrap{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#25103A}.fh-spotlight-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 0.5s ease}.fh-spotlight-img-link{display:block;text-decoration:none}.fh-spotlight-img-link:hover .fh-spotlight-img-wrap img{transform:scale(1.04)}.fh-spotlight-caption{padding:1rem 1.2rem;font-size:.88rem;line-height:1.5;color:rgb(255 255 255 / .7);border-top:1px solid rgb(255 255 255 / .07)}.fh-spotlight-caption a{color:rgb(255 255 255 / .7);text-decoration:none;transition:color 0.2s}.fh-spotlight-caption a:hover{color:#C9A84C}.fh-spotlight-controls{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;gap:.8rem}.fh-sc-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid rgb(255 255 255 / .25);background:#fff0;color:rgb(255 255 255 / .6);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color 0.2s,color 0.2s,background 0.2s}.fh-sc-btn:hover{border-color:#C9A84C;color:#C9A84C;background:rgb(201 168 76 / .08)}.fh-sc-dots{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center;flex:1}.fh-sc-dot{width:7px;height:7px;border-radius:50%;border:none;background:rgb(255 255 255 / .25);cursor:pointer;padding:0;transition:background 0.25s,transform 0.25s}.fh-sc-dot.active{background:#C4622D;transform:scale(1.35)}.fh-sc-counter{display:flex;align-items:center;gap:.25rem;font-size:.78rem;color:rgb(255 255 255 / .35);letter-spacing:.06em;margin-top:.4rem;justify-content:flex-end}.fh-sc-current{color:#C9A84C;font-weight:500}.fh-spotlight-view-all{display:inline-block;margin-top:1.2rem;color:#C9A84C;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid rgb(201 168 76 / .4);padding-bottom:2px;transition:border-color 0.2s,color 0.2s;align-self:flex-start}.fh-spotlight-view-all:hover{border-color:#C9A84C;color:#d9b85a}