*{box-sizing:border-box}body{margin:0;background:#f2f2f2;font:15px Arial;color:#222}header{background:#fff;padding:18px 6%;display:flex;justify-content:space-between;box-shadow:0 1px 5px #bbb}.brand{font-size:25px;font-weight:bold}.brand b{color:#ff385c}.grid{max-width:1100px;margin:35px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story{min-height:430px;border-radius:14px;background:linear-gradient(0deg,#111,transparent),linear-gradient(135deg,#dc6b45,#5f2c82);color:#fff;padding:25px;display:flex;flex-direction:column;justify-content:flex-end}.story h1{font-size:30px}.story h2{font-size:22px}@media(max-width:700px){.grid{grid-template-columns:1fr;margin:16px}}