.archive-page { background: #fff; }
.archive-header { padding-top: 70px; padding-bottom: 25px; }
.archive-header__eyebrow { margin: 0 0 4px; color: var(--color-orange); font-size: 11px; font-weight: 800; letter-spacing: .22em; }
.archive-header h1 { margin: 0; color: var(--color-green-dark); font-size: clamp(28px, 3vw, 34px); line-height: 1.35; }
.archive-description { max-width: 700px; margin-top: 12px; color: var(--color-muted); }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 28px; }
.post-card { min-width: 0; }
.post-card__thumbnail { position: relative; display: block; aspect-ratio: 1 / 1; background: #edece7; overflow: hidden; }
.post-card__thumbnail::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(23,26,23,.08); pointer-events: none; }
.post-card__thumbnail > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card__thumbnail:hover > img { transform: scale(1.035); }
.post-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; padding: 16%; }
.post-card__placeholder img { max-height: 100%; object-fit: contain; filter: grayscale(1); opacity: .34; }
.post-card__body { position: relative; padding-top: 13px; padding-right: 85px; }
.post-card__categories { min-height: 20px; margin-bottom: 5px; }
.post-card__categories a { display: inline-block; margin: 0 4px 3px 0; padding: 1px 7px; color: #fff; background: var(--color-green); font-size: 10px; font-weight: 700; line-height: 1.7; }
.post-card__title { margin: 0; font-size: 16px; line-height: 1.55; }
.post-card__title a:hover { color: var(--color-orange); }
.post-card__date { position: absolute; top: 14px; right: 0; color: var(--color-muted); font-size: 10px; letter-spacing: .02em; }
.pagination { margin-top: 58px; }
.pagination .page-numbers { display: flex; justify-content: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.pagination a, .pagination span { display: grid; place-items: center; width: 38px; min-width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; font-size: 12px; font-weight: 700; }
.pagination .current, .pagination a:hover { color: #fff; background: var(--color-green); }
.no-results { padding: 50px; background: var(--color-paper); text-align: center; }
