:root{color-scheme:light;--ink:#142433;--muted:#5d6f80;--line:#d8e2ea;--brand:#0b7f78;--brand2:#234b79;--paper:#f6f8fb;--card:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--paper)}.hero{min-height:52vh;background:linear-gradient(120deg,rgba(10,35,54,.92),rgba(10,91,86,.86)),url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=80') center/cover;color:white;padding:24px clamp(20px,5vw,72px);display:flex;flex-direction:column;justify-content:space-between}nav{display:flex;align-items:center;justify-content:space-between}.brand{font-size:30px;font-weight:800;letter-spacing:.02em}.brand span{display:block;font-size:13px;font-weight:600;color:#b6e8e4}.admin-link{color:white;text-decoration:none;border:1px solid rgba(255,255,255,.45);padding:10px 14px;border-radius:6px}.hero-copy{max-width:760px;padding:64px 0 24px}.hero-copy p{font-size:18px;line-height:1.6;color:#dcecf2}.hero-copy h1{font-size:clamp(38px,6vw,72px);line-height:1.04;margin:10px 0 16px;letter-spacing:0}.hero-copy #eyebrow{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#90e4dc;font-weight:700}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:24px clamp(20px,5vw,72px) 0}.toolbar strong{font-size:22px}.toolbar span{margin-left:10px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;padding:18px clamp(20px,5vw,72px) 56px}.card{background:var(--card);border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;box-shadow:0 14px 30px rgba(31,51,71,.08)}.thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#d7eee9,#dce7f4);display:flex;align-items:center;justify-content:center;color:#285269;font-weight:700}.thumb img{width:100%;height:100%;object-fit:cover}.body{padding:18px}.meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.pill{font-size:12px;color:#21475e;background:#edf4f7;border:1px solid #d7e6eb;border-radius:999px;padding:5px 9px}.body h2{font-size:24px;margin:0 0 8px}.tagline{font-size:16px;color:var(--brand);font-weight:700;margin:0 0 10px}.intro,.outcomes{color:var(--muted);line-height:1.55;white-space:pre-line}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 13px;border-radius:6px;text-decoration:none;font-weight:700;border:1px solid var(--brand);color:var(--brand)}.button.primary{background:var(--brand);color:white}.empty{padding:48px clamp(20px,5vw,72px);color:var(--muted)}@media(max-width:620px){.hero{min-height:58vh}.admin-link{font-size:13px}.hero-copy{padding-top:48px}.cards{grid-template-columns:1fr}}