:root{--bg:#000;--bg-raised:#0c0c0c;--text:#fff;--text-muted:#9a9a9a;--line:hsla(0,0%,100%,.12);--spectrum:linear-gradient(90deg,#ee3b2e,#f6c445);--red:#ee3b2e;--gold:#f6c445}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-work-sans),sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}::selection{background:var(--red);color:#fff}.skip-link,.sr-only{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:1000;background:var(--bg);color:var(--text);font-size:14px;font-weight:600}.skip-link:focus{position:fixed;top:16px;left:16px;width:auto;height:auto;padding:12px 20px;margin:0;overflow:visible;clip:auto;white-space:normal;border-radius:4px;outline:2px solid var(--gold);outline-offset:2px}.spectrum-rule{height:3px;width:56px;background:var(--spectrum);border-radius:2px}.arrow-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;position:relative;padding-bottom:4px}.arrow-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--text-muted);transition:background .2s}.arrow-link:hover:after{background:var(--spectrum)}.arrow-link svg{width:14px;height:14px;transition:transform .2s}.arrow-link:hover svg{transform:translateX(4px)}header{position:fixed;top:0;left:0;right:0;z-index:50;justify-content:space-between;padding:22px 5vw;background:linear-gradient(180deg,rgba(0,0,0,.75),transparent)}.logo-mark,header{display:flex;align-items:center}.logo-mark{gap:10px}.logo-mark img{width:36px;height:auto}.logo-mark span{font-size:17px;font-weight:700;letter-spacing:-.01em;font-family:var(--font-work-sans),var(--font-heebo),sans-serif}nav ul{display:flex;gap:40px;list-style:none}nav a{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:color .2s;font-family:var(--font-work-sans),var(--font-heebo),sans-serif}nav a:hover{color:var(--text)}.desktop-nav a.nav-active{color:var(--text);box-shadow:0 2px 0 0 var(--gold);padding-bottom:4px}nav a.nav-podclub{background:var(--spectrum);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--gold);font-weight:800}nav a.nav-podclub:hover{opacity:.85}nav a.nav-cta{background:var(--spectrum);color:#000;padding:10px 18px;border-radius:2px;letter-spacing:.02em;position:relative;overflow:hidden;transition:transform .15s ease}nav a.nav-cta:hover{color:#000;opacity:.9}nav a.nav-cta:active{transform:scale(.97)}.mobile-nav-controls{display:none;align-items:center;gap:14px}.mobile-podclub-switch{display:flex;align-items:center;justify-content:center;padding:6px 2px;flex-shrink:0}.mobile-podclub-switch img{height:19px;width:auto;display:block}.mobile-podclub-switch:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:2px}.podclub-brand-switch{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;flex-shrink:0;opacity:.85;transition:opacity .2s ease,background .2s ease}.podclub-brand-switch:focus-visible,.podclub-brand-switch:hover{opacity:1;background:hsla(0,0%,100%,.08)}.podclub-brand-switch:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.podclub-brand-switch img{width:30px;height:30px;object-fit:contain;display:block}@media(max-width:480px){.podclub-brand-switch img{width:26px;height:26px}}.mobile-nav-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;background:none;border:none;cursor:pointer;z-index:110}.mobile-nav-toggle span{display:block;width:22px;height:2px;background:var(--text);transition:transform .25s,opacity .25s}.mobile-nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-radius:2px}.mobile-menu{position:fixed;inset:0;z-index:100;background:#000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .16s ease,visibility 0s linear .16s}.mobile-menu.open{opacity:1;visibility:visible;transition:opacity .16s ease,visibility 0s linear 0s}.mobile-menu nav ul{display:flex;flex-direction:column;align-items:center;gap:28px;list-style:none;text-align:center;padding:0 24px}.mobile-menu nav ul li{opacity:0;transform:translateY(14px);transition:opacity .35s ease,transform .35s ease}.mobile-menu.open nav ul li{opacity:1;transform:translateY(0)}.mobile-menu.open nav ul li:first-child{transition-delay:.08s}.mobile-menu.open nav ul li:nth-child(2){transition-delay:.13s}.mobile-menu.open nav ul li:nth-child(3){transition-delay:.18s}.mobile-menu.open nav ul li:nth-child(4){transition-delay:.23s}.mobile-menu.open nav ul li:nth-child(5){transition-delay:.28s}.mobile-menu.open nav ul li:nth-child(6){transition-delay:.33s}.mobile-menu.open nav ul li:nth-child(7){transition-delay:.38s}.mobile-menu nav a{font-size:22px}.mobile-menu nav a.active-section{color:var(--gold)}.mobile-menu .lang-btn:focus-visible,.mobile-menu nav a:focus-visible{outline:2px solid var(--gold);outline-offset:4px;border-radius:2px}.mobile-menu .lang-switch{margin-top:14px;gap:10px}.mobile-menu .lang-btn{font-size:16px}@media(max-width:1023.98px){.desktop-nav{display:none}.mobile-nav-controls{display:flex}}@media(min-width:1024px){.mobile-menu{display:none}}.hero{min-height:100svh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:0 5vw 72px}.hero-bg{right:0!important;bottom:0!important;z-index:-2;overflow:hidden}.hero-bg,.hero-bg img,.hero-bg video{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.hero-bg img,.hero-bg video{max-width:none!important;object-fit:cover!important}.hero-scrim{z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.15) 18%,rgba(0,0,0,.35) 55%,rgba(0,0,0,.92))}.hero-glow,.hero-scrim{position:absolute;inset:0}.hero-glow{z-index:-2;overflow:hidden;pointer-events:none}.hero-glow:after,.hero-glow:before{content:"";position:absolute;border-radius:50%;filter:blur(90px)}.hero-glow:before{width:56vw;height:56vw;max-width:820px;max-height:820px;right:-14%;top:-12%;background:radial-gradient(circle,rgba(246,196,69,.16),transparent 70%)}.hero-glow:after{width:46vw;height:46vw;max-width:680px;max-height:680px;left:-10%;bottom:-16%;background:radial-gradient(circle,rgba(238,59,46,.14),transparent 70%)}.hero-title{font-size:clamp(38px,6vw,84px);font-weight:300;line-height:1.05;letter-spacing:-.01em;max-width:920px}.hero-title b{font-weight:700;background:var(--spectrum);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--gold)}.hero-title-brand{display:block;width:-moz-fit-content;width:fit-content;font-size:.5em;margin-top:28px}@keyframes podclub-caption-reveal{0%{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%);opacity:.4}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);opacity:1}}.podclub-caption-reveal{animation:podclub-caption-reveal .9s cubic-bezier(.16,1,.3,1) both;animation-delay:.15s}@media (prefers-reduced-motion:reduce){.podclub-caption-reveal{animation:none}}@supports (animation-timeline:view()){.hero-scroll-respond{animation:hero-scroll-recede linear both;animation-timeline:view();animation-range:exit 0 exit 45%}}@keyframes hero-scroll-recede{0%{transform:scale(1);opacity:1}to{transform:scale(.97);opacity:.92}}@media (prefers-reduced-motion:reduce){.hero-scroll-respond{animation:none}}.hero-links{display:flex;gap:36px;margin-top:40px;flex-wrap:wrap;align-items:center}@media(max-width:760px){.hero-links{margin-bottom:40px}}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--spectrum);color:#000;font-weight:700;font-size:15px;letter-spacing:.02em;padding:16px 28px;border-radius:2px;transition:transform .15s ease;position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-2px)}.btn-primary svg{width:14px;height:14px;transition:transform .2s}.btn-primary:hover svg{transform:translateX(4px)}.btn-primary:disabled{opacity:.7;cursor:default;transform:none}.btn-primary:disabled:hover{transform:none}.btn-primary:before,nav a.nav-cta:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 30%,hsla(0,0%,100%,.4) 50%,transparent 70%);background-size:220% 100%;background-position:150% 0;transition:background-position .55s ease}.btn-primary:hover:before,nav a.nav-cta:hover:before{background-position:-40% 0}.btn-primary:active{transform:scale(.97)}.btn-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(0,0,0,.25);border-top-color:#000;animation:btn-spinner-spin .7s linear infinite}@keyframes btn-spinner-spin{to{transform:rotate(1turn)}}.contact-form-notice{margin-top:16px;font-size:14px;line-height:1.6;font-weight:300}.contact-form-notice--success{color:var(--gold)}.contact-form-notice--error{color:var(--red)}section{padding:120px 5vw}@media(max-width:760px){section{padding:64px 5vw}}.eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:22px}.eyebrow span{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.section-h2{font-size:clamp(28px,3.4vw,44px);font-weight:700;letter-spacing:-.01em}.edit-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:90px;gap:90px;align-items:center;margin-bottom:180px}.edit-grid:last-child{margin-bottom:0}.edit-grid.reverse{grid-template-columns:1.1fr .9fr}.edit-grid.reverse .edit-media{order:2}.edit-grid.reverse .edit-copy{order:1}@media(max-width:900px){.edit-grid,.edit-grid.reverse{grid-template-columns:1fr}.edit-grid.reverse .edit-copy,.edit-grid.reverse .edit-media{order:0}.edit-grid{gap:28px;margin-bottom:72px}}@media(min-width:901px){html[lang=he] #about .edit-grid:not(.reverse){grid-template-columns:1.1fr .9fr}html[lang=he] #about .edit-grid:not(.reverse) .edit-media{order:2}html[lang=he] #about .edit-grid:not(.reverse) .edit-copy{order:1}html[lang=he] #about .edit-grid.reverse{grid-template-columns:.9fr 1.1fr}html[lang=he] #about .edit-grid.reverse .edit-media{order:1}html[lang=he] #about .edit-grid.reverse .edit-copy{order:2}.edit-grid.ai-grid,html[lang=he] #about .edit-grid.ai-grid{grid-template-columns:1fr 1fr}}.edit-media{aspect-ratio:1.3235;overflow:hidden;position:relative;background:#111}.edit-media img,.edit-media video{width:100%;height:100%;object-fit:cover;display:block}.edit-media.ai-graphic{aspect-ratio:3/2}.edit-media.ai-graphic img,.edit-media.ai-graphic video{object-fit:contain}.edit-media.ai-graphic iframe,.edit-media.ai-graphic svg{width:100%;height:100%;display:block}.edit-media.ai-graphic iframe{border:0}.media-sound-btn{position:absolute;bottom:14px;right:14px;width:34px;height:34px;border-radius:50%;border:1px solid hsla(0,0%,100%,.35);background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:border-color .2s,background .2s;z-index:2}.media-sound-btn:focus-visible,.media-sound-btn:hover{border-color:var(--gold);background:rgba(0,0,0,.65)}.media-sound-btn svg{width:16px;height:16px}.edit-media.carousel img{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease}.edit-media.carousel img.active{opacity:1}.about-split-line-mask{overflow:hidden}.edit-copy h2{font-size:clamp(28px,3.4vw,44px);font-weight:700;letter-spacing:-.01em;line-height:1.12;margin-bottom:22px}.edit-copy p{font-size:18px;line-height:1.7;color:var(--text-muted);max-width:480px;margin-bottom:28px;font-weight:300}#about .edit-grid:first-of-type .edit-copy p{max-width:444px}.team-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line);margin-top:70px;scroll-margin-top:110px}@media(max-width:760px){.team-row{grid-template-columns:1fr}}.team-cell{background:var(--bg);padding:0;display:flex;flex-direction:column}.team-photo{aspect-ratio:4/5;overflow:hidden;filter:grayscale(.3) contrast(1.05)}.team-photo img{width:100%;height:100%;object-fit:cover}.team-info{padding:24px 20px 32px}.team-bio{font-size:14px;line-height:1.65;color:var(--text-muted);margin-top:14px;font-weight:300}.process-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px;gap:60px;margin-top:0;margin-bottom:180px;padding-top:60px;border-top:1px solid var(--line);scroll-margin-top:110px}@media(max-width:860px){.process-row{grid-template-columns:1fr;gap:44px}html[lang=he] .process-row .process-step{order:0}}.process-num{font-size:14px;font-weight:700;color:var(--gold);letter-spacing:.06em;margin-bottom:16px}.process-step h3{font-size:21px;font-weight:700;margin-bottom:14px;letter-spacing:-.005em}.process-step p{font-size:15px;line-height:1.7;color:var(--text-muted);font-weight:300}.team-name{font-size:19px;font-weight:700}.team-role{font-size:13px;color:var(--text-muted);margin-top:4px;letter-spacing:.02em}.clients-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 5vw;overflow:hidden;white-space:nowrap;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.clients{display:inline-flex;align-items:center;gap:20px;animation:scroll 180s linear infinite}.clients-wrap:hover .clients{animation-play-state:paused}.clients span{font-size:22px;font-weight:300;color:var(--text-muted)}.client-item{display:inline-flex;align-items:center;justify-content:center;width:168px;height:96px;padding:20px 26px;box-sizing:border-box;border-radius:16px;background:hsla(0,0%,100%,.06);overflow:hidden;transition:background .3s ease,transform .3s ease}.client-item:hover{background:hsla(0,0%,100%,.09);transform:scale(1.045)}.client-logo{display:block;height:87%;width:auto;max-width:100%;object-fit:contain;filter:grayscale(1) brightness(1.15) contrast(1.05);opacity:.82;transition:filter .35s ease-out,opacity .35s ease-out}.client-item:hover .client-logo{filter:none;opacity:1}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.podclub-clients-section{padding-left:0;padding-right:0}.podclub-clients-heading{padding-inline:5vw}.podclub-clients-section .clients-wrap{margin-top:40px}.talent-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;margin-top:50px;align-items:start}@media(max-width:760px){.talent-two-col{grid-template-columns:1fr;gap:0}}.talent-filter-bar{display:none;gap:10px;margin-top:24px;flex-wrap:wrap}.talent-filter-pill{padding:8px 18px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--text-muted);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.talent-filter-pill:hover{color:var(--text);border-color:var(--text-muted)}.talent-filter-pill.active{background:var(--spectrum);border-color:transparent;color:#000}.talent-filter-pill:focus-visible{outline:2px solid var(--gold);outline-offset:2px}@media(max-width:760px){.talent-filter-bar{display:flex}.talent-col{margin-bottom:36px;opacity:1;max-height:2000px;overflow:hidden;transition:opacity .28s ease,max-height .32s ease,margin-bottom .32s ease,transform .28s ease}.talent-col.talent-col-hide{opacity:0;max-height:0;margin-bottom:0;transform:translateY(-8px);pointer-events:none}}.talent-col-title{display:flex;align-items:baseline;gap:10px;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding-bottom:14px;border-bottom:2px solid var(--line);margin-bottom:6px}.talent-count{font-weight:400;color:var(--text-muted);font-size:12px}.talent-col-list{max-height:320px;overflow-y:auto;padding-right:10px}@media(max-width:600px){.talent-col-list{padding-right:76px}}.talent-col-list::-webkit-scrollbar{width:5px}.talent-col-list::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.talent-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);transition:padding-left .2s ease}.talent-row:hover{padding-left:10px}.talent-left{gap:12px;min-width:0}.talent-avatar,.talent-left{display:flex;align-items:center}.talent-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;justify-content:center;font-size:12px;font-weight:700;color:#0c0c0c}.talent-avatar-photo{object-fit:cover;background:var(--bg-raised)}.share-toast{position:absolute;bottom:calc(100% + 8px);right:0;white-space:nowrap;background:var(--gold);color:#000;font-size:11px;font-weight:700;padding:5px 10px;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.35);z-index:5}html[lang=he] .share-toast{right:auto;left:0}.talent-body{display:flex;flex-direction:column;gap:1px;min-width:0}.talent-name{font-size:15px;font-weight:600}.talent-name,.talent-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.talent-role{font-size:12px;color:var(--text-muted)}.play-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s,background .2s;position:relative}.play-btn:focus-visible,.play-btn:hover{border-color:transparent;background:var(--spectrum)}.play-btn svg{width:10px;height:10px;fill:#fff}.share-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s,background .2s;position:relative}.share-btn:focus-visible,.share-btn:hover{border-color:transparent;background:var(--spectrum)}.share-btn svg{width:10px;height:10px;fill:#fff}.play-btn-icon-stack{position:relative;width:10px;height:10px;display:block}.play-btn-icon{position:absolute;inset:0;transition:opacity .25s ease,transform .25s ease}.play-btn-icon-hidden{opacity:0;transform:scale(.6) rotate(-40deg)}.play-btn-playing:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid var(--gold);opacity:.55;pointer-events:none;animation:play-btn-pulse 1.8s ease-out infinite}@keyframes play-btn-pulse{0%{transform:scale(.88);opacity:.55}to{transform:scale(1.4);opacity:0}}#talent,#work{padding-bottom:60px}.jingle-playlist{max-width:850px;height:320px;margin:40px auto 0;overflow-y:auto;padding-right:10px}@media(max-width:600px){.jingle-playlist{padding-right:76px}}.jingle-playlist::-webkit-scrollbar{width:5px}.jingle-playlist::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}.jingle-playlist .talent-row{height:64px;padding-top:0;padding-bottom:0;box-sizing:border-box;flex-shrink:0}.dock-float{position:fixed;top:0;left:0;z-index:9999;cursor:pointer;transform-origin:center center;will-change:transform}.reel{display:flex;gap:26px;overflow-x:auto;padding-bottom:16px;margin-top:60px;scroll-snap-type:x mandatory;cursor:-webkit-grab;cursor:grab}.reel.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-snap-type:none}.reel::-webkit-scrollbar{height:0}.reel-card{flex:0 0 320px;scroll-snap-align:start}.reel-thumb{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,#161616,#050505);position:relative}.reel-thumb:after{content:"";position:absolute;inset:0;background:var(--spectrum);opacity:0;transition:opacity .25s}.reel-card:hover .reel-thumb:after{opacity:.14}.reel-info{padding-top:16px}.reel-brand{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gold)}.reel-title{font-size:17px;font-weight:600;margin-top:6px}.reels-section{padding-top:32px}.reels-section--titled{padding-top:120px}.reels-section--titled .reels-carousel{margin-top:60px}.reels-carousel{display:flex;gap:24px;overflow-x:auto;padding-bottom:16px;margin-top:0;scroll-snap-type:x mandatory;cursor:-webkit-grab;cursor:grab}.reels-carousel.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-snap-type:none}.reels-carousel::-webkit-scrollbar{height:0}.reel-clip{flex:0 0 220px;aspect-ratio:9/16;position:relative;border-radius:18px;overflow:hidden;background:linear-gradient(150deg,#161616,#050505);cursor:pointer;scroll-snap-align:start}.reel-clip video,.reel-clip-poster{width:100%;height:100%;object-fit:cover;display:block}.reel-clip-poster{position:absolute;inset:0;opacity:1;transform:scale(1);transition:opacity .2s ease}.reel-clip-poster--hidden{opacity:0}.reel-clip-embed{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .2s ease;pointer-events:none}.reel-clip-embed--visible{opacity:1}.reel-clip-embed iframe{width:100%;height:100%;display:block;border:0}.reel-clip-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.15);opacity:0;transition:opacity .25s ease}.reel-clip:focus-visible .reel-clip-overlay,.reel-clip:hover .reel-clip-overlay{opacity:1}.reel-clip:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.reel-clip-overlay .play-btn{width:52px;height:52px;border-color:hsla(0,0%,100%,.6);background:rgba(0,0,0,.35)}.reel-clip-overlay .play-btn svg{width:16px;height:16px}.reel-clip-caption{position:absolute;left:0;right:0;bottom:0;padding:16px 14px;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);color:var(--text);font-size:13px;font-weight:600}@media(max-width:760px){.reel-clip{flex-basis:160px}}.reel-lightbox{position:fixed;inset:0;z-index:999;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:24px}.reel-lightbox-inner{width:min(92vw,420px);aspect-ratio:9/16;border-radius:18px;overflow:hidden;background:#000}.reel-lightbox-inner video{width:100%;height:100%;object-fit:contain;background:#000}.reel-lightbox-close{position:absolute;top:24px;right:32px;background:none;border:none;color:#fff;font-size:32px;line-height:1;cursor:pointer}footer{padding:64px 5vw 40px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);grid-gap:40px;gap:40px;padding-bottom:56px}.footer-reveal .footer-grid>div{opacity:0;transform:translateY(16px);transition:opacity .9s ease,transform .9s ease}.footer-reveal.in .footer-grid>div{opacity:1;transform:translateY(0)}.footer-reveal.in .footer-grid>div:first-child{transition-delay:.05s}.footer-reveal.in .footer-grid>div:nth-child(2){transition-delay:.18s}.footer-reveal.in .footer-grid>div:nth-child(3){transition-delay:.31s}.footer-reveal.in .footer-grid>div:nth-child(4){transition-delay:.44s}@media(max-width:760px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}.footer-col h3{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:18px;font-weight:700}.footer-col a{display:block;font-size:14px;color:var(--text);margin-bottom:12px;opacity:.8}.footer-col a:hover{opacity:1}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:80px;gap:80px;margin-top:60px}@media(max-width:860px){.contact-grid{grid-template-columns:1fr}}.contact-form .field{border-bottom:1px solid var(--line);padding:14px 0;margin-bottom:6px;transition:border-color .2s}.contact-form .field:focus-within{border-bottom-color:var(--gold)}.contact-form input,.contact-form textarea{width:100%;background:transparent;border:none;color:var(--text);font-family:var(--font-work-sans),sans-serif;font-size:16px;outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--text-muted)}.contact-form input:disabled,.contact-form textarea:disabled{opacity:.5}html[lang=he] .contact-form input,html[lang=he] .contact-form textarea{direction:rtl;text-align:right}.contact-address-footnote{text-align:center;color:var(--text-muted);opacity:.65;font-size:13px;font-weight:300;line-height:1.6;white-space:pre-line;margin-top:48px}@media(max-width:760px){.contact-address-footnote{margin-top:36px}}html[lang=he] .contact-address-footnote{text-align:center}.whatsapp-fab{position:fixed;bottom:28px;right:28px;z-index:60;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(0,0,0,.4);transition:transform .2s ease}.whatsapp-fab:hover{transform:scale(1.08)}.whatsapp-fab svg{width:28px;height:28px}.footer-socials{display:flex;gap:18px;margin-top:6px}.footer-socials a{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.footer-socials a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:26px;border-top:1px solid var(--line);flex-wrap:wrap;gap:12px}.footer-bottom span{font-size:12px;color:var(--text-muted)}.footer-a11y-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text);text-decoration:underline;-webkit-text-decoration-color:var(--text-muted);text-decoration-color:var(--text-muted);text-underline-offset:3px;transition:color .2s,-webkit-text-decoration-color .2s;transition:color .2s,text-decoration-color .2s;transition:color .2s,text-decoration-color .2s,-webkit-text-decoration-color .2s}.footer-a11y-link:hover{color:var(--gold);-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold)}.footer-a11y-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}.footer-a11y-icon{font-size:14px;line-height:1}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.clients,.play-btn-playing:after{animation:none}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.podclub-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:48px;gap:48px;margin-top:60px;position:relative;padding-top:22px}.podclub-services:before{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:var(--spectrum);transform-origin:right;transform:scaleX(0);transition:transform 1.1s cubic-bezier(.16,1,.3,1)}.podclub-services.in:before{transform:scaleX(1)}.podclub-service h3{font-size:19px;font-weight:700;margin:14px 0 10px;letter-spacing:-.005em}.podclub-service p{font-size:15px;line-height:1.7;color:var(--text-muted);font-weight:300}.podclub-services.podclub-services--plain{grid-template-columns:repeat(3,1fr);row-gap:72px;column-gap:48px}.podclub-service.podclub-service--plain h3{margin-top:0}@media(max-width:900px){.podclub-services.podclub-services--plain{grid-template-columns:repeat(2,1fr);row-gap:56px;column-gap:32px}}@media(max-width:640px){.podclub-services.podclub-services--plain{grid-template-columns:1fr;row-gap:48px;padding-right:76px}}.gallery-item{position:relative;aspect-ratio:4/3;overflow:hidden;background:#111;border-radius:4px}.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img,.gallery-item:hover video{transform:scale(1.05)}.gallery-carousel-viewport.is-dragging .gallery-item:hover img,.gallery-carousel-viewport.is-dragging .gallery-item:hover video,.gallery-carousel-viewport.is-scrolling .gallery-item:hover img,.gallery-carousel-viewport.is-scrolling .gallery-item:hover video,.gallery-item--clone:hover img,.gallery-item--clone:hover video{transform:none}.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 12px;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);color:var(--text);font-size:12px;font-weight:300;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.gallery-item:hover .gallery-caption{opacity:1;transform:translateY(0)}.gallery-caption--dock{opacity:var(--dock-t,1);transform:none}.gallery-carousel{position:relative;margin-top:50px}.gallery-carousel-viewport{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;cursor:-webkit-grab;cursor:grab}.gallery-carousel-viewport.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-snap-type:none}.gallery-carousel-viewport::-webkit-scrollbar{height:0}.gallery-carousel-slide{flex:0 0 21%;min-width:0;scroll-snap-align:start}@media(max-width:1100px){.gallery-carousel-slide{flex-basis:26%}}@media(max-width:900px){.gallery-carousel-slide{flex-basis:34%}}@media(max-width:640px){.gallery-carousel-slide{flex-basis:78%}}.gallery-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);border:1px solid var(--line);color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .2s ease,background .2s ease}.gallery-carousel-arrow:hover{border-color:var(--gold);background:rgba(0,0,0,.75)}.gallery-carousel-arrow svg{width:18px;height:18px}.gallery-carousel-arrow--prev{inset-inline-start:-10px}.gallery-carousel-arrow--next{inset-inline-end:-10px}@media(max-width:760px){.gallery-carousel-arrow{width:36px;height:36px}.gallery-carousel-arrow--prev{inset-inline-start:4px}.gallery-carousel-arrow--next{inset-inline-end:4px}}.gallery-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.gallery-carousel-dot{width:7px;height:7px;padding:0;border-radius:50%;border:none;background:var(--line);cursor:pointer;transition:background .2s ease,transform .2s ease}.gallery-carousel-dot.active{background:var(--gold);transform:scale(1.3)}.gallery-carousel-counter{display:none;align-items:center;justify-content:center;gap:6px;margin-top:20px;font-family:var(--font-work-sans),var(--font-heebo),sans-serif;font-size:13px;font-weight:700;letter-spacing:.03em;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gallery-carousel-counter-current{color:var(--text)}.gallery-carousel-counter-sep{opacity:.45;font-weight:400}@media(max-width:640px){.gallery-carousel-dots{display:none}.gallery-carousel-counter{display:flex}}.gallery-item{cursor:pointer}@keyframes gallery-lightbox-fade{0%{opacity:0}to{opacity:1}}@keyframes gallery-lightbox-scale{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes gallery-lightbox-media-fade{0%{opacity:0}to{opacity:1}}.gallery-lightbox{position:fixed;inset:0;z-index:999;background:rgba(0,0,0,.92);padding:24px;animation:gallery-lightbox-fade .25s ease both}.gallery-lightbox,.gallery-lightbox-inner{display:flex;align-items:center;justify-content:center}.gallery-lightbox-inner{position:relative;max-width:min(92vw,1100px);max-height:88vh;flex-direction:column;animation:gallery-lightbox-scale .25s ease both}.gallery-lightbox-inner img,.gallery-lightbox-inner video{max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain;border-radius:6px;display:block;background:#000;animation:gallery-lightbox-media-fade .2s ease both}.gallery-lightbox-caption{color:var(--text-muted);font-size:14px;font-weight:300;text-align:center;margin-top:14px;max-width:80vw}.gallery-lightbox-close{top:24px;right:32px;background:none;border:none;font-size:32px;line-height:1}.gallery-lightbox-arrow,.gallery-lightbox-close{position:absolute;color:#fff;cursor:pointer;z-index:1000}.gallery-lightbox-arrow{top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);border:1px solid var(--line);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .2s ease,background .2s ease}.gallery-lightbox-arrow:hover{border-color:var(--gold);background:rgba(0,0,0,.75)}.gallery-lightbox-arrow svg{width:20px;height:20px}.gallery-lightbox-arrow--prev{right:24px}.gallery-lightbox-arrow--next{left:24px}@media(max-width:760px){.gallery-lightbox-arrow{width:40px;height:40px}.gallery-lightbox-arrow--prev{right:10px}.gallery-lightbox-arrow--next{left:10px}.gallery-lightbox-close{top:14px;right:16px;font-size:28px}}.podcast-carousel{position:relative;margin-top:50px}.podcast-carousel-viewport{overflow:hidden;cursor:-webkit-grab;cursor:grab}.podcast-carousel-viewport:active{cursor:-webkit-grabbing;cursor:grabbing}.podcast-carousel-container{display:flex;-webkit-margin-start:-20px;margin-inline-start:-20px}.podcast-carousel-slide{flex:0 0 14%;min-width:0;-webkit-padding-start:20px;padding-inline-start:20px}@media(max-width:900px){.podcast-carousel-slide{flex-basis:28%}}@media(max-width:640px){.podcast-carousel-slide{flex-basis:56%}}.podcast-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);border:1px solid var(--line);color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .2s ease,background .2s ease}.podcast-carousel-arrow:hover{border-color:var(--gold);background:rgba(0,0,0,.75)}.podcast-carousel-arrow svg{width:18px;height:18px}.podcast-carousel-arrow--prev{inset-inline-start:-10px}.podcast-carousel-arrow--next{inset-inline-end:-10px}@media(max-width:760px){.podcast-carousel-arrow{width:36px;height:36px}.podcast-carousel-arrow--prev{inset-inline-start:4px}.podcast-carousel-arrow--next{inset-inline-end:4px}}.podcast-card{position:relative;cursor:pointer;background:var(--bg-raised);border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .45s cubic-bezier(.34,1.56,.64,1),box-shadow .45s ease,border-color .35s ease}.podcast-card:hover{transform:translateY(-8px) scale(1.03);border-color:rgba(246,196,69,.4);box-shadow:0 28px 56px rgba(0,0,0,.55),0 0 0 1px rgba(246,196,69,.18)}.podcast-card-cover-wrap{position:relative;width:100%;height:100%}.podcast-card-cover{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#000;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.podcast-card:hover .podcast-card-cover{transform:scale(1.06)}.podcast-card-platform-badge{position:absolute;top:6px;inset-inline-end:6px;z-index:2;pointer-events:none;font-size:9px;font-weight:700;letter-spacing:.03em;white-space:nowrap;padding:3px 7px;border-radius:999px;color:#fff;background:rgba(0,0,0,.7);border:1px solid hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.podcast-card-overlay{position:absolute;inset-inline:0;bottom:0;z-index:1;pointer-events:none;padding:22px 10px 10px;background:linear-gradient(0deg,rgba(0,0,0,.88) 0,rgba(0,0,0,.25) 65%,transparent);opacity:.75;transition:opacity .4s ease}.podcast-card:hover .podcast-card-overlay{opacity:1}.podcast-card-podcast-title{position:relative;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6);margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.podcast-card-cta{position:relative;pointer-events:auto;display:inline-flex;padding:6px 12px;font-size:11px;gap:6px}.podcast-card-cta svg{width:10px;height:10px}@media(hover:hover) and (pointer:fine){.podcast-card-cta{opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}.podcast-card:hover .podcast-card-cta{opacity:1;transform:translateY(0)}}.reel-featured-badge{position:absolute;top:10px;inset-inline-start:10px;z-index:1;background:var(--spectrum);color:#000;font-size:11px;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}html[lang=he] .podclub-rtl .hero-links{justify-content:flex-start}.podclub-rtl .arrow-link svg,.podclub-rtl .btn-primary svg{transform:scaleX(-1)}.podclub-rtl .arrow-link:hover svg,.podclub-rtl .btn-primary:hover svg{transform:scaleX(-1) translateX(-4px)}.podclub-rtl .hero{min-height:70svh}.podclub-rtl .edit-grid{margin-bottom:0}.why-us-collage{position:relative;width:100%;height:100%}.why-us-collage-card{position:absolute;width:50%;aspect-ratio:9/16;object-fit:cover;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.08)}.why-us-collage-card-0{left:4%;top:10%;transform:rotate(-6deg);z-index:1}.why-us-collage-card-1{left:25%;top:18%;transform:rotate(3deg);z-index:2}.why-us-collage-card-2{left:46%;top:6%;transform:rotate(-2deg);z-index:3}@media(max-width:900px){.why-us-collage-card{width:44%}.why-us-collage-card-0{left:2%}.why-us-collage-card-1{left:22%}.why-us-collage-card-2{left:44%}}@media(max-width:760px){.podclub-rtl section:not(.hero):not(.reels-section){padding:84px 5vw}.podclub-rtl .reels-section{padding-top:24px;padding-bottom:84px}.podclub-rtl .hero{padding-bottom:48px}html[lang=he] .podclub-rtl .hero{align-items:stretch}.podclub-rtl footer{padding:44px 5vw 28px}.podclub-rtl .footer-grid{padding-bottom:32px}.podclub-rtl .podclub-services{margin-top:40px}.podclub-rtl .faq-list,.podclub-rtl .gallery-carousel,.podclub-rtl .podcast-carousel{margin-top:32px}.podclub-rtl .contact-grid{margin-top:36px}}html[lang=he] .podclub-rtl .edit-copy h2,html[lang=he] .podclub-rtl .edit-copy p,html[lang=he] .podclub-rtl .hero-title{margin-left:0}.podclub-rtl header{direction:ltr}html[lang=he] .podclub-service h3{line-height:1.4;letter-spacing:.005em}html[lang=he] .podclub-service p{line-height:1.75;text-wrap:balance}.faq-list{margin-top:50px;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 0;background:none;border:none;color:var(--text);font-family:inherit;font-size:18px;font-weight:600;text-align:inherit;cursor:pointer;transition:color .2s ease}.faq-question:hover{color:var(--gold)}.faq-question-text{flex:1 1;text-align:right}.faq-icon{flex-shrink:0;display:flex;color:var(--gold);transition:transform .25s ease}.faq-icon svg{width:14px;height:14px;transform:rotate(90deg)}.faq-item.open .faq-icon svg{transform:rotate(-90deg)}.faq-answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-item.open .faq-answer-wrap{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer-inner p{color:var(--text-muted);font-size:15px;line-height:1.7;font-weight:300;max-width:640px;padding-bottom:26px}html[lang=he] body{font-family:var(--font-heebo),sans-serif}html[lang=he] .edit-copy h2,html[lang=he] .hero-title,html[lang=he] .process-step h3,html[lang=he] section h2{letter-spacing:0}html[lang=he] .arrow-link,html[lang=he] .eyebrow span,html[lang=he] .footer-col h3,html[lang=he] .footer-socials a,html[lang=he] .process-num,html[lang=he] .reel-brand,html[lang=he] .talent-role,html[lang=he] .team-role{letter-spacing:normal;text-transform:none}html[lang=he] .talent-name,html[lang=he] .talent-role{white-space:normal}html[lang=he] .arrow-link{direction:rtl}html[lang=he] .arrow-link svg{transform:scaleX(-1)}html[lang=he] .arrow-link:hover svg{transform:scaleX(-1) translateX(-4px)}html[lang=he] .contact-direct p,html[lang=he] .eyebrow span,html[lang=he] .footer-col a,html[lang=he] .footer-col h3,html[lang=he] .footer-desc,html[lang=he] .process-num,html[lang=he] .reel-brand,html[lang=he] .reel-title,html[lang=he] .talent-name,html[lang=he] .talent-role,html[lang=he] .team-name,html[lang=he] .team-role,html[lang=he] h1,html[lang=he] h2,html[lang=he] h3,html[lang=he] h4,html[lang=he] p{text-align:right;white-space:pre-line;direction:rtl;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}html[lang=he] p{line-height:1.75;text-wrap:balance}html[lang=he] .hero-title{font-size:clamp(32px,4.9vw,70px);line-height:1.28;letter-spacing:.005em;text-wrap:balance;text-align:right;margin-left:auto}html[lang=he] .hero-title.hero-scroll-respond{font-family:var(--font-heebo-variable),var(--font-heebo),sans-serif;font-weight:450}html[lang=he] .hero-links{justify-content:flex-end}@media(max-width:760px){html[lang=he] .hero{align-items:flex-end}html[lang=he] .hero-title{margin-left:0}}html[lang=he] .eyebrow{flex-direction:row-reverse;width:-moz-fit-content;width:fit-content;-webkit-margin-start:auto;margin-inline-start:auto}html .podclub-rtl .eyebrow{flex-direction:row;width:auto;-webkit-margin-start:0;margin-inline-start:0}html[lang=he] .edit-copy .arrow-link{display:flex;width:-moz-fit-content;width:fit-content;margin-left:auto}html[lang=he] .edit-copy h2{line-height:1.4;letter-spacing:.005em;margin-bottom:26px;margin-left:auto;text-wrap:balance}html[lang=he] .edit-copy p{line-height:1.85;margin-left:auto;text-wrap:balance}html[lang=he] #about .edit-grid:first-of-type h2{font-size:clamp(22px,2.7vw,34px);max-width:15ch}html[lang=he] #about .edit-grid:first-of-type p{max-width:54ch}html[lang=he] #about .edit-grid:nth-of-type(2) h2{font-size:clamp(22px,2.7vw,34px);max-width:12ch}html[lang=he] #about .edit-grid:nth-of-type(2) p{max-width:50ch}html[lang=he] #about .edit-grid:nth-of-type(3) h2{font-size:clamp(22px,2.7vw,34px);max-width:17ch}html[lang=he] #about .edit-grid:nth-of-type(3) p{max-width:48ch}html[lang=he] #about .edit-grid:nth-of-type(4) h2{font-size:clamp(22px,2.7vw,34px);max-width:15ch}html[lang=he] #about .edit-grid:nth-of-type(4) p{max-width:46ch}html[lang=he] .process-step h3{line-height:1.4;letter-spacing:.005em;text-wrap:balance}html[lang=he] .process-step p{line-height:1.75;max-width:32ch;margin-left:auto;text-wrap:balance}@media(min-width:861px){html[lang=he] .process-row .process-step:first-child{order:3}html[lang=he] .process-row .process-step:nth-child(2){order:2}html[lang=he] .process-row .process-step:nth-child(3){order:1}}html[lang=he] .section-h2{line-height:1.35;letter-spacing:.005em;text-wrap:balance}html[lang=he] #contact .section-h2,html[lang=he] #jingles .section-h2,html[lang=he] #talent .section-h2,html[lang=he] #work .section-h2{font-size:clamp(22px,2.7vw,34px)}html[lang=he] .contact-direct p{line-height:1.8;max-width:38ch;margin-left:auto;text-wrap:balance}html[lang=he] .footer-desc{line-height:1.7;max-width:30ch;margin-left:auto}.lang-switch{display:flex;align-items:center;gap:6px;-webkit-margin-start:8px;margin-inline-start:8px}.lang-btn{background:none;border:none;color:var(--text-muted);font-size:12px;font-weight:700;letter-spacing:.05em;cursor:pointer;padding:4px 3px;font-family:var(--font-work-sans),var(--font-heebo),sans-serif}.lang-btn.active{color:var(--text);border-bottom:2px solid var(--gold)}.lang-divider{color:var(--text-muted);font-size:12px}.admin-shell{min-height:100vh;background:var(--bg);color:var(--text);padding:40px 5vw}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;border-bottom:1px solid var(--line);padding-bottom:24px}.admin-nav{display:flex;gap:24px;flex-wrap:wrap}.admin-nav a{font-size:14px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.admin-nav a.active,.admin-nav a:hover{color:var(--text);border-bottom:2px solid var(--gold)}.admin-card{background:var(--bg-raised);border:1px solid var(--line);border-radius:8px;padding:24px;margin-bottom:20px}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;color:var(--text-muted);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.admin-table td,.admin-table th{padding:10px 8px;border-bottom:1px solid var(--line)}.admin-table td{vertical-align:middle}.admin-table tr:hover td{background:hsla(0,0%,100%,.02)}.admin-form label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px;margin-top:16px}.admin-form input,.admin-form select,.admin-form textarea{width:100%;padding:10px 12px;background:#000;border:1px solid var(--line);border-radius:4px;color:var(--text);font-family:inherit;font-size:14px}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{outline:none;border-color:var(--gold)}.admin-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:4px;border:none;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;margin-top:20px}.admin-btn-primary{background:var(--spectrum);color:#000}.admin-btn-danger{background:transparent;border:1px solid var(--red);color:var(--red)}.admin-btn-ghost{background:transparent;border:1px solid var(--line);color:var(--text)}.admin-btn:hover{opacity:.85}.admin-badge{font-size:11px;padding:3px 8px;border-radius:10px;background:var(--line);color:var(--text-muted);text-transform:uppercase}.admin-icon-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:13px;text-decoration:underline;padding:0;margin-right:12px}.admin-icon-btn:hover{color:var(--text)}.rte-wrap{margin-top:0}.rte-toolbar{display:flex;gap:6px;margin-bottom:6px}.rte-btn{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 8px;background:transparent;border:1px solid var(--line);border-radius:4px;color:var(--text-muted);font-size:13px;line-height:1;cursor:pointer;transition:color .15s ease,border-color .15s ease}.rte-btn:hover{color:var(--text);border-color:var(--gold)}.rte-btn-emphasis{font-weight:700;color:var(--gold)}.rt-emphasis{font-weight:600;color:var(--text)}.rt-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.admin-drag-cell{width:36px;padding-right:0!important}.admin-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--text-muted);cursor:-webkit-grab;cursor:grab;touch-action:none;transition:color .15s ease,background .15s ease}.admin-drag-handle:hover{color:var(--text);background:hsla(0,0%,100%,.06)}.admin-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.admin-table tr{transition:background .15s ease}.admin-row-dragging{cursor:-webkit-grabbing;cursor:grabbing}.admin-row-dragging,.admin-row-dragging td{background:var(--bg-raised)}.admin-dropzone{border:1px dashed var(--line);border-radius:8px;padding:18px 20px;display:flex;align-items:center;gap:12px;cursor:pointer;color:var(--text-muted);font-size:13px;margin-bottom:16px;transition:border-color .15s ease,background .15s ease}.admin-dropzone:hover{border-color:#55555d}.admin-dropzone-dragover{border-color:var(--gold);background:rgba(246,196,69,.06);color:var(--text)}.admin-dropzone-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.admin-upload-batch{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.admin-upload-batch-row{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--bg-raised);border:1px solid var(--line);border-radius:6px;font-size:13px}.admin-upload-batch-name{flex-shrink:0;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-upload-batch-progress{flex:1 1;display:flex;align-items:center;gap:10px;min-width:0}.admin-upload-batch-progress .mm-progress-track{flex:1 1}.admin-upload-batch-pct{color:var(--text-muted);font-size:12px;flex-shrink:0}.admin-upload-batch-done{color:var(--gold);font-weight:700;font-size:12px}.admin-upload-batch-error{color:var(--red);font-size:12px;flex:1 1}@media (max-width:860px){.admin-shell{padding:20px 4vw}.admin-header{flex-direction:column;align-items:flex-start;gap:16px}.admin-nav{gap:16px;font-size:13px}.admin-table{font-size:12px}.admin-table td,.admin-table th{padding:8px 4px}}@media (max-width:560px){.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table td,.admin-table tr{display:block;width:100%}.admin-table tr{border-bottom:1px solid var(--line);padding:10px 0}.admin-table td{border-bottom:none;padding:2px 0}}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid rgba(0,0,0,.3);border-top-color:#000;animation:admin-spin .7s linear infinite}@keyframes admin-spin{to{transform:rotate(1turn)}}.ct-input{width:100%;max-width:400px;padding:10px 12px;margin-bottom:20px;background:#000;border:1px solid var(--line);border-radius:4px;color:var(--text);font-size:14px}.ct-table-wrap{border:1px solid var(--line);border-radius:8px;overflow:auto;max-height:min(68vh,640px);background:var(--bg-raised)}.ct-table{width:100%;border-collapse:collapse;font-size:13px}.ct-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:var(--bg-raised);text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.ct-table td,.ct-table thead th{padding:10px 14px;border-bottom:1px solid var(--line)}.ct-table td{vertical-align:middle}.ct-table tr:last-child td{border-bottom:none}.ct-table tr{transition:background .15s ease}.ct-row-active{background:hsla(0,0%,100%,.035)}.ct-key-cell{font-family:monospace;font-size:11px;color:var(--gold);white-space:nowrap}.ct-textarea{width:100%;min-height:40px;max-height:40px;overflow-y:auto;resize:none;padding:8px 10px;font-size:13px;line-height:1.4;font-family:inherit;background:#000;border:1px solid var(--line);border-radius:4px;color:var(--text);transition:max-height .15s ease,border-color .15s ease}.ct-textarea:focus{max-height:160px;outline:none;border-color:var(--gold)}.ct-save-cell{white-space:nowrap}.ct-save-cell .admin-btn{margin-top:0;padding:8px 16px}.ct-status{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:10px}.ct-status-dirty{background:var(--gold)}.ct-status-ok{width:auto;height:auto;color:#4ade80;font-weight:700;font-size:14px;margin-right:8px}.ct-cards{display:none}@media (max-width:860px){.ct-table-wrap{display:none}.ct-cards{display:block}}.cl-table{table-layout:fixed}.cl-table th{padding:10px 14px}.cl-table td{height:68px;padding:0 14px;vertical-align:middle}.cl-table td.admin-drag-cell{padding:0 4px 0 14px}.cl-thumb{width:60px;height:44px;display:flex;align-items:center;justify-content:center;background:#000;border:1px solid var(--line);border-radius:6px;overflow:hidden}.cl-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.cl-thumb-empty{font-size:11px;color:var(--text-muted)}.cl-name-input{display:block;background:transparent;border:1px solid transparent;border-radius:4px;color:var(--text);font-family:inherit;font-size:14px;padding:8px 10px;height:36px;width:100%;max-width:220px;transition:border-color .15s ease,background .15s ease}.cl-name-input:hover{border-color:var(--line)}.cl-name-input:focus{outline:none;border-color:var(--gold);background:#000}.cl-status-btn{cursor:pointer;border:none;height:26px;display:inline-flex;align-items:center}.cl-status-active{background:rgba(74,222,128,.16);color:#4ade80}.cl-display-checks{display:flex;flex-direction:column;gap:6px}.cl-display-check{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--text-muted);cursor:pointer}.cl-display-check input{width:14px;height:14px;cursor:pointer;accent-color:var(--gold)}.cl-actions{display:flex;gap:8px}.cl-action-btn,.cl-actions{white-space:nowrap;align-items:center}.cl-action-btn{display:inline-flex;justify-content:center;height:30px;padding:0 12px;border-radius:6px;border:1px solid var(--line);background:transparent;color:var(--text-muted);font-family:inherit;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.cl-action-btn:hover{color:var(--text);border-color:#55555d}.cl-action-btn:disabled{opacity:.4;cursor:not-allowed}.cl-action-btn-danger{border-color:rgba(238,53,36,.4);color:var(--red)}.cl-action-btn-danger:hover{border-color:var(--red);background:rgba(238,53,36,.08);color:var(--red)}.cl-upload-label{cursor:pointer}.cl-upload-status{display:inline-flex;height:30px;min-width:44px;font-size:12px;color:var(--gold);font-weight:700}.cl-preview-box,.cl-upload-status{align-items:center;justify-content:center}.cl-preview-box{display:flex;min-height:160px;padding:24px;background:repeating-conic-gradient(#1a1a1a 0 25%,#0c0c0c 0 50%) 50% /20px 20px;border:1px solid var(--line);border-radius:6px;margin-bottom:16px}.cl-preview-box img{max-width:100%;max-height:220px;object-fit:contain}@media (max-width:760px){.cl-table{table-layout:auto}.cl-name-input{max-width:none}}.mm-toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.mm-input,.mm-select{padding:10px 12px;background:#000;border:1px solid var(--line);border-radius:6px;color:var(--text);font-size:14px;font-family:inherit}.mm-input{flex:1 1;min-width:200px}.mm-select{min-width:140px}.mm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:22px;gap:22px}.mm-card{background:var(--bg-raised);border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.mm-card-dragover{border-color:var(--gold);box-shadow:0 0 0 3px rgba(246,196,69,.15)}.mm-preview{position:relative;aspect-ratio:4/3;background:#000;overflow:hidden}.mm-preview img,.mm-preview video{width:100%;height:100%;object-fit:cover;display:block}.mm-drop-hint{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(246,196,69,.15);color:var(--gold);font-weight:700;font-size:14px;border:2px dashed var(--gold)}.mm-body{padding:16px 18px 18px}.mm-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px}.mm-title{font-weight:700;font-size:15px;line-height:1.3}.mm-badge-custom{background:var(--gold);color:#000}.mm-location{font-size:12px;color:var(--text-muted);margin-bottom:14px}.mm-meta-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px 14px;gap:8px 14px;font-size:12px;color:var(--text);padding:12px;background:#000;border-radius:6px;margin-bottom:12px;word-break:break-all}.mm-meta-label{display:block;color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.mm-specs{border-top:1px dashed var(--line);padding-top:10px;margin-bottom:14px}.mm-specs-title{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--gold);margin-bottom:4px}.mm-specs-body{font-size:12px;color:var(--text-muted);line-height:1.5}.mm-upload-status{margin-bottom:14px}.mm-progress-track{width:100%;height:6px;background:#000;border-radius:3px;overflow:hidden}.mm-progress-fill{height:100%;background:var(--spectrum);transition:width .2s ease}.mm-progress-pct{font-size:11px;color:var(--text-muted);margin-top:4px}.mm-upload-error{font-size:12px;color:var(--red)}.mm-actions{display:flex;gap:10px;flex-wrap:wrap}.mm-empty{text-align:center;padding:60px 20px;border:1px dashed var(--line);border-radius:10px;color:var(--text-muted)}.mm-empty p{margin-bottom:16px}@media (max-width:860px){.mm-toolbar{flex-direction:column}.mm-input,.mm-select{width:100%}.mm-grid{grid-template-columns:1fr}}.podclub-admin{direction:rtl}.podclub-admin h1,.podclub-admin h2,.podclub-admin h3{text-align:right}.podclub-admin-nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--line)}.podclub-admin-nav-item{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;color:var(--text-muted);background:transparent;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.podclub-admin-nav-item:hover{color:var(--text);background:hsla(0,0%,100%,.04)}.podclub-admin-nav-item.active{color:#000;background:var(--spectrum);border-color:transparent}.podclub-admin-nav-icon{font-size:16px;line-height:1}.podclub-admin-content{max-width:900px}.podclub-admin .admin-card{padding:28px;border-radius:14px;margin-bottom:24px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03)}.podclub-admin .admin-form label{font-size:13px;margin-top:20px;margin-bottom:8px}.podclub-admin .admin-form input,.podclub-admin .admin-form select,.podclub-admin .admin-form textarea{padding:12px 14px;border-radius:8px;font-size:14px}.podclub-admin .admin-form input:focus,.podclub-admin .admin-form select:focus,.podclub-admin .admin-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(246,196,69,.12)}.podclub-admin .admin-btn{border-radius:8px;padding:12px 22px;font-size:13px}.podclub-admin .admin-table td,.podclub-admin .admin-table th{text-align:right}.podclub-admin-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.studio-admin .admin-card{padding:28px;border-radius:14px;margin-bottom:24px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03)}.studio-admin .admin-form label{font-size:13px;margin-top:20px;margin-bottom:8px}.studio-admin .admin-form input,.studio-admin .admin-form select,.studio-admin .admin-form textarea{padding:12px 14px;border-radius:8px;font-size:14px}.studio-admin .admin-form input:focus,.studio-admin .admin-form select:focus,.studio-admin .admin-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(246,196,69,.12)}.studio-admin .admin-btn{border-radius:8px;padding:12px 22px;font-size:13px}.podclub-admin-tab{padding:9px 18px;border-radius:8px;font-size:13px;font-weight:700;color:var(--text-muted);background:var(--bg-raised);border:1px solid var(--line);cursor:pointer}.podclub-admin-tab.active{color:#000;background:var(--spectrum);border-color:transparent}.podclub-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:16px;gap:16px;margin-top:20px}.podclub-media-card{position:relative;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--bg-raised);cursor:-webkit-grab;cursor:grab;transition:border-color .15s ease,transform .15s ease}.podclub-media-card:hover{border-color:rgba(246,196,69,.4)}.podclub-media-card.dragging{opacity:.5}.podclub-media-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#000}.podclub-media-thumb-video{aspect-ratio:9/16}.podclub-media-card-body{padding:10px 12px}.podclub-media-card-caption{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.podclub-media-card-actions{position:absolute;top:8px;left:8px;display:flex;gap:6px;opacity:0;transition:opacity .15s ease}.podclub-media-card:hover .podclub-media-card-actions{opacity:1}.podclub-media-card-btn{width:28px;height:28px;border-radius:6px;border:none;cursor:pointer;background:rgba(0,0,0,.75);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}.podclub-media-card-btn:hover{background:rgba(0,0,0,.92)}.podclub-media-card-status{position:absolute;top:8px;right:8px;font-size:10px;font-weight:800;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:rgba(0,0,0,.75);color:var(--text-muted)}@media (max-width:640px){.podclub-admin-nav{gap:6px}.podclub-admin-nav-item{padding:8px 14px;font-size:13px}.podclub-admin .admin-card{padding:18px}}