@charset "UTF-8";.archive-section,.error-section{--nav-clearance: 80px;background-color:var(--global-bg);padding-top:calc(var(--nav-clearance) + 2rem)}@media (max-width: 768px){.archive-section,.error-section{--nav-clearance: 70px}}.archive-section .container,.error-section .container{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;width:100%}.archive-section .container--narrow,.error-section .container--narrow{max-width:760px}.archive-section .section-divider,.error-section .section-divider{width:5rem;height:2px;background:var(--gradient);margin:0 auto 1.5rem}.archive-header{text-align:center;margin-bottom:3rem}.archive-title{font-size:clamp(1.75rem,5vw,3rem);font-weight:700;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;text-transform:uppercase}.archive-query{text-transform:none;display:inline-block}.archive-intro{max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.6;color:var(--text-secondary)}.archive-search{max-width:480px;margin:1.75rem auto 0}.breadcrumb{font-size:.85rem;color:var(--text-secondary);margin-bottom:1.25rem}.breadcrumb a{color:var(--primary-dark);text-underline-offset:3px}.breadcrumb a:hover{color:var(--secondary)}.entry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;text-align:left}@media (max-width: 900px){.entry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.entry-grid{grid-template-columns:1fr}}.entry-card{background:#fff;border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.entry-card:hover{transform:translateY(-4px);box-shadow:0 4px 32px #0000001f}.entry-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.entry-card-link:focus-visible{outline:3px solid var(--primary-dark);outline-offset:-3px}.entry-card-image{aspect-ratio:16/10;overflow:hidden}.entry-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.entry-card:hover .entry-card-image img{transform:scale(1.04)}.entry-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;flex-grow:1}.entry-card-meta{display:flex;align-items:center;gap:.45rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.entry-card-title{font-size:1.1rem;font-weight:700;line-height:1.35;color:var(--text-primary);margin:0}.entry-card-excerpt{font-size:.92rem;line-height:1.6;color:var(--text-secondary);margin:0;flex-grow:1}.entry-card-more{font-size:.88rem;font-weight:700;color:var(--primary-dark);display:inline-flex;align-items:center;gap:.35rem}.entry-card-more:after{content:"→";transition:transform .3s ease}.entry-card:hover .entry-card-more:after{transform:translate(3px)}.category-filter{margin:-1.5rem 0 2.5rem}.category-filter-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;margin:0;padding:0}@media (max-width: 600px){.category-filter-list{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-filter-list::-webkit-scrollbar{display:none}}.category-filter-item{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1rem;border-radius:999px;background:#fff;border:1px solid rgba(34,43,54,.12);color:var(--text-primary);text-decoration:none;font-size:.95rem;font-weight:600;white-space:nowrap;transition:border-color .25s ease,background .25s ease,color .25s ease}.category-filter-item:hover{border-color:var(--primary)}.category-filter-item:focus-visible{outline:3px solid var(--primary-dark);outline-offset:2px}.category-filter-item.is-active{background:var(--gradient);border-color:transparent;color:#fff}.category-filter-item.is-active .category-filter-count{background:rgba(255,255,255,.25);color:#fff}.category-filter-item--tag{gap:.15rem;cursor:default}.category-filter-clear{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin:-.35rem -.4rem -.35rem .25rem;border-radius:999px;background:rgba(255,255,255,.25);color:inherit;text-decoration:none;font-size:1.05rem;line-height:1;transition:background .25s ease}.category-filter-clear:hover{background:rgba(255,255,255,.45)}.category-filter-clear:focus-visible{outline:3px solid #fff;outline-offset:1px}.category-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .4rem;border-radius:999px;background:rgba(34,43,54,.07);font-size:.8rem;font-variant-numeric:tabular-nums}.navigation.entry-pagination{margin-top:3rem}.navigation.entry-pagination .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.navigation.entry-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;height:2.75rem;padding:0 .85rem;border-radius:.5rem;background:#fff;border:1px solid rgba(34,43,54,.12);color:var(--text-primary);text-decoration:none;font-weight:600;font-variant-numeric:tabular-nums;transition:border-color .25s ease,background .25s ease,color .25s ease}.navigation.entry-pagination .page-numbers:hover{border-color:var(--primary)}.navigation.entry-pagination .page-numbers:focus-visible{outline:3px solid var(--primary-dark);outline-offset:2px}.navigation.entry-pagination .page-numbers.current{background:var(--gradient);border-color:transparent;color:#fff}.navigation.entry-pagination .page-numbers.dots{border-color:transparent;background:transparent}.archive-empty{text-align:center;font-size:1.05rem;line-height:1.6;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:1.25rem}.archive-empty-link{display:inline-block;padding:.85rem 1.9rem;border-radius:999px;border:2px solid var(--primary-dark);color:var(--primary-dark);font-weight:600;text-decoration:none;transition:background .3s ease,color .3s ease}.archive-empty-link:hover{background:var(--primary-dark);color:#fff}.search-form{display:flex;gap:.5rem}@media (max-width: 480px){.search-form{flex-direction:column}}.search-field{flex-grow:1;padding:.8rem 1rem;border:1px solid rgba(34,43,54,.16);border-radius:.5rem;background:#fff;color:var(--text-primary)}.search-field:focus-visible{outline:2px solid var(--primary-dark);outline-offset:1px;border-color:var(--primary-dark)}.search-submit{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.8rem 1.4rem;border:none;border-radius:.5rem;background:var(--gradient);color:#fff;font-weight:600;cursor:pointer;transition:filter .25s ease}.search-submit svg{width:1.1em;height:1.1em}.search-submit:hover{filter:brightness(1.08)}.search-submit:focus-visible{outline:3px solid var(--secondary);outline-offset:2px}.error-section .container--narrow{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.error-code{font-size:clamp(4rem,16vw,8rem);font-weight:700;line-height:1;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.error-title{font-size:clamp(1.4rem,4vw,2rem);font-weight:700;color:var(--text-primary);margin:0}.error-text{max-width:460px;font-size:1rem;line-height:1.6;color:var(--text-secondary);margin:0}.error-search{width:100%;max-width:460px;margin-top:1rem}.error-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem}.error-btn{display:inline-block;padding:.85rem 1.9rem;border-radius:999px;border:2px solid var(--primary-dark);color:var(--primary-dark);font-weight:600;text-decoration:none;transition:background .3s ease,color .3s ease,filter .3s ease}.error-btn:hover{background:var(--primary-dark);color:#fff}.error-btn:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}.error-btn--primary{background:var(--gradient);border-color:transparent;color:#fff}.error-btn--primary:hover{filter:brightness(1.08);background:var(--gradient);color:#fff}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@media (prefers-reduced-motion: reduce){.entry-card,.entry-card-image img,.entry-card-more:after{transition:none!important}}
