.hero{position:relative;color:rgb(var(--color-white));padding-block:var(--section-spacing);background:rgb(var(--color-primary-dark));overflow:hidden}.hero__background{position:absolute;inset:0;z-index:0}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__background:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(var(--color-primary-dark),.85),rgba(var(--color-primary-dark),.6))}.hero__content{position:relative;z-index:1;max-width:640px}.hero__content h1{color:rgb(var(--color-white))}.hero__content h1 mark{background:0 0;color:rgb(var(--color-accent))}.hero__content p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.page-header{padding-block:3rem;background:rgb(var(--color-light));text-align:center}.page-header h1{margin:0}.content-section{padding-block:var(--section-spacing)}.content-section:nth-of-type(even){background:rgb(var(--color-light))}.content-section__header{max-width:720px;margin:0 auto 3rem;text-align:center}.entry-content{margin-inline:auto;padding-block:var(--section-spacing)}.entry-content h2{margin-top:2.5rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.post-card{border-radius:var(--radius-l);overflow:hidden;background:rgb(var(--color-light))}.post-card__thumbnail img{aspect-ratio:16/10;object-fit:cover}.post-card__body{padding:1.5rem}.post-card__meta{font-size:.85rem;opacity:.65;margin-bottom:.5rem}.single-article__meta{display:flex;gap:1rem;font-size:.9rem;opacity:.7;margin-bottom:2rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}