@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#080d12;--text:#f3f3ef;--muted:#a4aeb6;--accent:#ffc078;--line:#ffffff24}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--accent);outline-offset:6px}.skip{position:absolute;top:-100px;background:var(--bg);padding:12px;z-index:9}.skip:focus{top:0}header{height:104px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;gap:14px;align-items:center;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:2px}.brand-mark{font-family:'Barlow Condensed',sans-serif;font-size:43px;line-height:1;color:var(--accent);letter-spacing:-3px}.brand-mark span{font-size:23px;letter-spacing:-1px}nav{display:flex;align-items:center;gap:35px;font-size:14px}nav a:hover,.text-link:hover{color:var(--accent)}.nav-sub{border:1px solid #ffffff55;padding:10px 19px;border-radius:3px}.hero{min-height:680px;position:relative;display:flex;align-items:center;isolation:isolate;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;z-index:-3}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(5,10,17,.94),rgba(5,10,17,.49) 48%,rgba(5,10,17,.05)),linear-gradient(0deg,#080d12 0%,transparent 28%)}.hero-content{padding:75px 6% 105px;max-width:1000px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:2.4px;color:var(--accent);margin:0 0 23px}h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',sans-serif;line-height:1.03;font-weight:600;margin:0}h1{font-size:clamp(70px,8.8vw,132px);letter-spacing:-1.5px}h1 em{font-style:normal;color:var(--accent)}.intro{color:#d1d6da;font-size:18px;line-height:1.65;margin:27px 0 30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;background:var(--accent);color:#17110c;padding:15px 23px;border-radius:3px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.button:hover{background:#ffd9a9;transform:translateY(-2px)}.hero-content>.text-link{display:block;margin-top:25px;font-size:13px;color:#d0d3d6}.hero-foot{position:absolute;bottom:25px;left:6%;right:6%;display:flex;justify-content:space-between;color:#b9c0c7;font-size:11px;letter-spacing:1.5px}.section{padding:90px 6%}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:38px}h2{font-size:clamp(40px,4vw,57px)}.section-head .eyebrow{margin-bottom:14px}.text-link{font-size:14px}.videos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px}.thumb{aspect-ratio:16/10;position:relative;background:#131d28;overflow:hidden;border-radius:3px}.thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.video:hover img{transform:scale(1.04)}.play{position:absolute;inset:0;margin:auto;width:48px;height:48px;border-radius:50%;background:#081019bb;border:1px solid #ffffff80;display:grid;place-items:center;font-size:16px;backdrop-filter:blur(5px)}.format{position:absolute;bottom:12px;left:13px;font-size:10px;letter-spacing:1.3px;background:#060b12cf;padding:4px 8px}.video-meta{font-size:11px;color:var(--accent);letter-spacing:1.3px;display:flex;justify-content:space-between;margin:21px 0 10px}h3{font-size:30px;line-height:1.12;max-width:360px}.video p{font-size:14px;color:var(--muted);margin:12px 0 0}.about{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#0d141c}.about h2{font-size:64px}.about-copy{max-width:520px}.about-copy p{color:var(--muted);margin:0 0 20px}.about-copy p:first-child{font-size:21px;color:var(--text)}.about-copy .button{margin-top:12px}footer{padding:35px 6%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}footer .footer-brand{font-size:14px;font-weight:700;letter-spacing:1px}footer>span{font-size:14px;color:var(--muted)}footer p{flex-basis:100%;font-size:12px;color:#909ba5;margin:0}footer p a{text-decoration:underline;text-underline-offset:3px}@media(min-width:1600px){header,.section,footer{padding-left:max(6%,calc((100vw - 1440px)/2));padding-right:max(6%,calc((100vw - 1440px)/2))}}@media(max-width:700px){header{height:85px}.brand{font-size:10px;gap:9px;letter-spacing:1px}.brand-mark{font-size:34px}nav{gap:15px}nav a:not(.nav-sub){display:none}.nav-sub{font-size:12px;padding:8px 12px}.hero{min-height:620px}.hero-content{padding:65px 6% 110px}.hero-image{object-position:58% 50%}.hero-shade{background:linear-gradient(90deg,#050a11df,#050a1140),linear-gradient(0deg,#080d12,transparent 50%)}h1{font-size:76px}.eyebrow{font-size:10px;letter-spacing:1.7px}.hero-foot{font-size:9px}.hero-foot span:last-child{display:none}.section{padding:60px 6%}.section-head{display:block}.section-head>.text-link{display:inline-block;margin-top:20px}.videos{grid-template-columns:1fr;gap:38px}.thumb{aspect-ratio:16/9}h3{max-width:none;font-size:32px}.about{grid-template-columns:1fr;gap:30px}.about h2{font-size:52px}.about-copy p:first-child{font-size:19px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.channel-logo{width:68px;height:68px;object-fit:contain;border-radius:50%;flex-shrink:0}.about-logo{display:block;width:240px;height:240px;object-fit:contain;margin-top:35px;border-radius:50%}.about-copy h3{font-size:32px;margin:32px 0 18px}.stats-note{font-size:12px;color:var(--muted);margin:25px 0 0}.video-meta{font-size:12px}@media(max-width:700px){.channel-logo{width:52px;height:52px}.about-logo{width:160px;height:160px}.video-meta{font-size:12px}}

/* Channel update */
.brand{font-size:14px;letter-spacing:1.5px}.channel-logo{width:76px;height:76px}.about-logo{width:280px;height:280px}
nav{gap:24px}.videos{max-width:1100px;margin:auto;gap:32px}.thumb{aspect-ratio:9/16}.thumb img{object-fit:cover}.format{font-size:12px;letter-spacing:.6px}.video p{font-size:16px}.play{width:60px;height:60px}
.schedule{border-top:1px solid var(--line)}.schedule-time{font-size:14px;color:var(--muted)}.schedule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.schedule-grid article{padding:28px 0;border-top:1px solid var(--accent)}.cadence{font-size:14px;color:var(--accent);letter-spacing:1.5px;display:block;margin-bottom:20px}.schedule-grid p{color:var(--muted);font-size:16px;max-width:350px}
.support{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:center;background:#101820;border-top:1px solid var(--line)}.support>div>p:not(.eyebrow){max-width:550px;color:#bdc6ce}.support .support-thanks{color:var(--accent)!important;font-size:20px}.donation-panel{padding:35px;border:1px solid #ffc07866;text-align:center;border-radius:8px;background:#080d12}.donation-amount{font-family:'Barlow Condensed',sans-serif;font-size:80px;line-height:1;color:var(--accent)}.donation-button{width:100%;border:0;font-family:inherit;font-size:16px}.donation-button:disabled{cursor:not-allowed;background:#b7a58e;color:#1b1712;transform:none}.donation-panel #donation-status{color:var(--accent);font-size:16px;margin-bottom:8px}.donation-alternative{display:block;font-size:14px;color:var(--muted)}
@media(max-width:900px){nav{gap:16px}.brand{font-size:12px}.support{gap:35px}.videos{gap:20px}}
@media(max-width:700px){header{height:auto;min-height:94px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px;gap:12px}nav{width:100%;justify-content:space-between;gap:8px;flex-wrap:wrap}nav a:not(.nav-sub){display:block;font-size:14px}.channel-logo{width:60px;height:60px}.brand{font-size:14px}.hero{min-height:560px}h1{font-size:clamp(54px,12vw,76px)}.eyebrow{font-size:12px}.hero-foot{font-size:12px}.hero-content>.text-link{font-size:14px}.videos{grid-template-columns:1fr;max-width:370px}.thumb{aspect-ratio:9/16}.schedule-grid,.support{grid-template-columns:1fr}.schedule-grid{gap:0}.about-logo{width:210px;height:210px}.support{gap:25px}.donation-panel{padding:28px 22px}}

.ideas{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid var(--line)}.ideas>div>p:not(.eyebrow){max-width:460px;color:var(--muted)}.ideas form{min-width:0}.ideas label{display:block;margin-bottom:8px;font-weight:600}.ideas input,.ideas textarea{display:block;width:100%;border:1px solid #ffffff45;border-radius:4px;background:#101820;color:var(--text);padding:14px;font:inherit;margin-bottom:22px}.ideas textarea{resize:vertical}.ideas input:focus,.ideas textarea:focus{outline:2px solid var(--accent);outline-offset:2px}.ideas button{border:0;font-family:inherit;font-size:16px;cursor:pointer}.form-note{font-size:14px;color:var(--muted);overflow-wrap:anywhere}.form-note a{text-decoration:underline}.ideas input::placeholder,.ideas textarea::placeholder{color:#9ca8b3}@media(max-width:1000px){header{height:auto;min-height:104px;gap:20px;flex-wrap:wrap;padding-top:14px;padding-bottom:14px}nav{flex-wrap:wrap}}@media(max-width:700px){.ideas{grid-template-columns:1fr;gap:25px}}
