.blog-page{background:var(--canvas);min-height:100vh;padding:140px 5vw 120px}.blog-header{text-align:center;max-width:720px;margin:0 auto 64px}.blog-header h1{margin-top:12px;font-size:clamp(36px,5vw,56px)}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.blog-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.blog-card-image{aspect-ratio:4/3;background:var(--stone);border-radius:2px;width:100%;margin-bottom:20px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%}.blog-card h2{margin-bottom:10px;font-size:24px}.blog-card p{color:var(--walnut);font-size:15px;line-height:1.6}.blog-card time{letter-spacing:.15em;text-transform:uppercase;color:var(--brass-text);margin-bottom:10px;font-size:11px;display:block}.blog-empty{text-align:center;color:var(--brass-text);padding:80px 0}.blog-post{background:var(--canvas);min-height:100vh;padding:140px 5vw 120px}.blog-post-inner{max-width:720px;margin:0 auto}.blog-post-back{letter-spacing:.05em;text-transform:uppercase;color:var(--brass-text);margin-bottom:32px;font-size:13px;display:inline-block}.blog-post time{letter-spacing:.15em;text-transform:uppercase;color:var(--brass-text);margin-bottom:16px;font-size:11px;display:block}.blog-post h1{margin-bottom:32px;font-size:clamp(32px,5vw,48px)}.blog-post-cover{aspect-ratio:16/9;object-fit:cover;border-radius:2px;width:100%;margin-bottom:40px}.blog-post-body{color:var(--dark);font-size:17px;line-height:1.8}.blog-post-body h2,.blog-post-body h3{margin:40px 0 16px}.blog-post-body p{margin-bottom:20px}.blog-post-body img{border-radius:2px;width:100%;margin:24px 0}.blog-post-body a{text-decoration:underline;-webkit-text-decoration-color:var(--brass);text-decoration-color:var(--brass)}.blog-post-body ul,.blog-post-body ol{margin:0 0 20px 24px}
