@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&family=Roboto+Condensed:wght@600;700&display=swap";:root{color-scheme:light;--red: #b3131b;--red-dark: #8f0f16;--ink: #222222;--muted: #666666;--line: #e5e0da;--paper: #ffffff;--soft: #f7f5f2;--gold: #d8a33a;--shadow: 0 18px 45px rgba(33, 32, 31, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--soft);color:var(--ink);font-family:Noto Sans,Arial,sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-shell{min-height:100vh;background:linear-gradient(180deg,#ffffff 0,#ffffff 330px,var(--soft) 330px,var(--soft) 100%)}.site-header{background:var(--paper);border-bottom:1px solid var(--line)}.scripture-strip{border-bottom:1px solid var(--line);color:#111}.scripture-strip p{width:min(1120px,calc(100% - 32px));margin:0 auto;min-height:56px;display:flex;align-items:center;gap:20px;line-height:1.5;font-size:.94rem}.scripture-strip span{display:block;width:100%;font-style:italic;min-width:0;max-width:100%;overflow-wrap:anywhere}.scripture-strip strong{flex:0 0 auto;color:var(--red-dark);font-weight:700}.brand-row{width:min(1120px,calc(100% - 32px));margin:0 auto;min-height:178px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{width:min(420px,42vw);flex:0 0 auto;display:inline-flex;align-items:flex-start;min-width:0}.brand-logo{width:100%;height:168px;object-fit:cover;object-position:center}.header-side{display:flex;align-items:center;justify-content:flex-end;gap:24px;min-width:0;flex:1 1 auto}.church-logo{width:min(300px,26vw);height:auto;max-height:78px;object-fit:contain;flex:0 1 auto}.language-select,.search-field{display:inline-flex;align-items:center;gap:8px;min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.language-select{padding:0 10px 0 12px;flex:0 0 auto}.language-select span,.search-field span{color:var(--muted);font-size:.88rem;font-weight:600}.language-select svg,.search-field svg{color:var(--red);flex:0 0 auto}.language-select select,.sort-select{min-height:38px;border:0;background:transparent;color:var(--ink);cursor:pointer;outline:none}.header-divider{height:16px;background:var(--red)}.hero{min-height:154px;display:flex;align-items:center;background:var(--red);color:#fff}.hero-content{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:24px 0 26px}.eyebrow,.section-heading span,.video-kicker,.card-meta{color:var(--red);font-size:.78rem;font-weight:800;text-transform:uppercase}.hero .eyebrow{color:#ffddd8}.hero h1,.section-heading h2,.video-summary h3,.video-card h3{font-family:Roboto Condensed,Arial Narrow,Arial,sans-serif;letter-spacing:0}.hero h1{max-width:680px;margin:8px 0 6px;font-size:clamp(2rem,4.2vw,3.5rem);line-height:1;overflow-wrap:anywhere}.hero p{max-width:640px;margin:0;color:#ffffffe6;font-size:1rem;line-height:1.45;overflow-wrap:anywhere}.primary-action,.card-footer button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;font-weight:800;cursor:pointer}.primary-action{border:1px solid var(--red);background:var(--red);color:#fff;padding:0 18px}.primary-action:hover,.primary-action:focus-visible,.card-footer button:hover,.card-footer button:focus-visible{background:var(--red-dark);border-color:var(--red-dark);outline:none}.compact{width:fit-content}.watch-section,.videos-section{width:min(1120px,calc(100% - 32px));margin:0 auto}.watch-section{padding:48px 0 22px}.videos-section{padding:34px 0 60px}.section-heading{min-width:0}.section-heading h2{margin:4px 0 0;color:var(--red);font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.08;overflow-wrap:anywhere}.watch-layout{margin-top:20px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:24px;align-items:start}.player-frame{align-self:start;aspect-ratio:16 / 9;overflow:hidden;border-radius:8px;background:#111;box-shadow:var(--shadow)}.player-frame iframe{width:100%;height:100%;display:block;border:0}.video-summary{min-width:0;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.video-summary h3{margin:8px 0 12px;font-size:clamp(1.45rem,2.1vw,2rem);line-height:1.08;overflow-wrap:anywhere}.video-summary p{color:var(--muted);line-height:1.6}.video-summary dl{margin:18px 0 22px;display:grid;gap:12px}.video-summary dl div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.video-summary dt{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:700}.video-summary dt svg{color:var(--red)}.video-summary dd{margin:0;text-align:right;font-weight:800}.toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.filters{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:min(100%,570px)}.search-field{flex:1 1 320px;padding:0 12px}.search-field input{width:100%;min-width:0;min-height:40px;border:0;outline:0;color:var(--ink)}.sort-select{min-height:42px;flex:0 0 auto;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 12px}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.video-card{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:8px;background:var(--paper);overflow:hidden;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.video-card:hover,.video-card:focus-within,.video-card.is-active{border-color:#b3131b8c;box-shadow:0 12px 30px #21201f1a;transform:translateY(-2px)}.thumbnail-button{position:relative;width:100%;aspect-ratio:16 / 9;display:block;padding:0;border:0;background:#111;cursor:pointer}.thumbnail-button img{width:100%;height:100%;object-fit:cover}.thumbnail-button span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:#0000002e}.thumbnail-button svg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.35))}.card-body{min-width:0;padding:16px 16px 12px;flex:1}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted)}.card-meta span:first-child{color:var(--red)}.video-card h3{margin:9px 0;font-size:1.18rem;line-height:1.15;overflow-wrap:anywhere}.video-card p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.card-footer{min-height:56px;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:12px 16px;border-top:1px solid var(--line)}.card-footer button{min-height:36px;border:1px solid var(--red);background:var(--red);color:#fff;padding:0 12px}.empty-state{margin:20px 0 0;padding:22px;border:1px dashed var(--line);border-radius:8px;background:#fff;color:var(--muted)}.site-footer{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:30px 16px;background:#1d1c1c;color:#fff}.site-footer p{margin:0;font-family:Georgia,Times New Roman,serif}@media(max-width:920px){.watch-layout{grid-template-columns:1fr}.toolbar,.filters{align-items:stretch;flex-direction:column}.filters{min-width:0}.search-field{flex-basis:auto}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.scripture-strip p,.brand-row,.hero-content,.watch-section,.videos-section{width:calc(100vw - 48px)}.scripture-strip p{min-height:0;padding:12px 0;display:block}.scripture-strip strong{display:block;margin-top:6px}.scripture-strip span{display:none}.brand-row{min-height:0;padding:16px 0;align-items:stretch;flex-direction:column}.brand{width:min(100%,320px)}.brand-logo{width:100%;height:128px}.header-side{align-items:flex-start;flex-direction:column-reverse;gap:14px}.church-logo{width:min(100%,240px);max-height:70px}.language-select,.language-select select{width:100%}.header-divider{height:12px}.hero{min-height:142px}.hero-content{padding:24px 0}.hero p{font-size:.96rem;max-width:330px}.watch-section{padding-top:34px}.video-summary{padding:18px}.video-summary dl div{align-items:flex-start;flex-direction:column}.card-footer{align-items:stretch}.video-summary dd{text-align:left}.sort-select{width:100%}.video-grid{grid-template-columns:1fr}}
