.blog-featured{display:block;text-decoration:none;margin-top:32px}.blog-featured__frame{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--blog-ink, #15171a)}.blog-featured__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.blog-featured__img--placeholder{background:linear-gradient(135deg,#2a2c30,#15171a)}.blog-featured:hover .blog-featured__img{transform:scale(1.03)}.blog-featured__scrim{position:absolute;inset:0;background:linear-gradient(to top,#000c,#0000004d 50%,#0000001a)}.blog-featured__meta{position:absolute;inset-inline:0;bottom:0;padding:28px}.blog-featured__inner{max-width:var(--container-max, 1280px);margin-inline:auto}.blog-featured__tags{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.blog-featured__badge{border-radius:6px;background:#fff;padding:4px 10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#000}.blog-featured__cat{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffffd9}.blog-featured__title{max-width:760px;margin:12px 0 0;font-size:28px;font-weight:700;text-transform:capitalize;line-height:1.15;color:#fff}.blog-featured__excerpt{display:none;max-width:620px;margin:12px 0 0;font-size:15px;line-height:1.6;color:#fffc}.blog-featured__byline{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0 0;font-size:13px;color:#ffffffb3}.blog-featured__dot{color:#fff6}@media(min-width:640px){.blog-featured__frame{aspect-ratio:3 / 2}.blog-featured__meta{padding:40px}.blog-featured__title{font-size:34px}.blog-featured__excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}@media(min-width:1024px){.blog-featured__frame{aspect-ratio:16 / 9}.blog-featured__meta{padding:56px}.blog-featured__title{font-size:42px}}.blog-page__h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.blog-page{padding-bottom:16px}.blog-page__strip{margin-top:clamp(24px,4vw,40px)}.blog-page__heading{margin:clamp(28px,4vw,40px) 0 0;font-size:26px;font-weight:700;text-transform:capitalize;color:var(--blog-ink, #15171a)}.blog-page .blog-grid-wrap{margin-top:24px}.blog-page__pagination{margin-top:clamp(32px,4vw,48px)}.blog-page__search{padding:24px 0;margin-top:16px;border-bottom:1px solid var(--blog-line, rgba(203, 203, 203, .6))}.blog-page__search-title{font-size:24px;font-weight:700;color:var(--blog-ink, #15171a);margin:0 0 4px}.blog-page__search-count{font-size:14px;color:var(--blog-body, #35373a);margin:0 0 12px}.blog-page__search-clear{font-size:13px;color:#000;font-weight:700;text-decoration:underline}.blog-page{padding:1.5rem 0 3rem;background:var(--color-bg-page, #ffffff)}.blog-page__container{max-width:var(--container-max, 1280px);margin:0 auto;padding:0 var(--container-padding-x, 3rem)}.blog-page-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border-default, #eee)}.blog-page-title{font-family:var(--font-heading);font-size:var(--text-h1, 28px);font-weight:500;color:var(--color-text-primary, #222);margin-bottom:.375rem;letter-spacing:0}.blog-page-subtitle{font-family:var(--font-body);font-size:var(--text-md, 14px);color:var(--color-text-muted, #767676);line-height:1.5}.blog-categories{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.blog-category{height:32px;padding:0 .875rem;display:inline-flex;align-items:center;font-family:var(--font-body);font-size:var(--text-small, 12px);font-weight:500;text-transform:uppercase;letter-spacing:.025em;background:transparent;color:var(--color-text-primary, #222);border:1px solid var(--color-border-default, #eee);border-radius:0;cursor:pointer;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s}.blog-category:hover{border-color:var(--color-border-strong, #222)}.blog-category.is-active{background-color:var(--color-primary, #000);border-color:var(--color-primary, #000);color:var(--color-white, #fff)}.blog-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem}.blog-post-card{background:var(--color-white, #fff);border-radius:0;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease}.blog-post-card:hover .blog-post-card-image img{transform:scale(1.04)}.blog-post-card-image{position:relative;aspect-ratio:16 / 9;background:var(--color-cream-warm, #f6f6f6);overflow:hidden}.blog-post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-post-card-body{padding:.875rem .75rem 1rem}.blog-post-card-category{font-family:var(--font-body);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accent-dark, #000000);margin-bottom:.375rem;display:block}.blog-post-card-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:500;line-height:1.3;color:var(--color-text-primary, #222);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-card-excerpt{font-family:var(--font-body);font-size:var(--text-base, 13px);color:var(--color-text-muted, #767676);line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-card-meta{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:var(--text-xs, 11px);color:var(--color-text-muted, #767676)}.blog-post-card-meta-divider{width:3px;height:3px;background:var(--color-text-disabled, #bbb);border-radius:50%}.blog-sidebar-section{margin-bottom:2rem;padding:1.25rem;background:var(--color-white, #fff)}.blog-sidebar-title{font-family:var(--font-body);font-size:var(--text-md, 14px);font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-primary, #222);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border-default, #eee)}.recent-posts{display:flex;flex-direction:column;gap:.875rem}.recent-post{display:flex;gap:.625rem}.recent-post-image{width:64px;height:64px;object-fit:cover;flex-shrink:0;background-color:var(--color-cream-warm, #f6f6f6)}.recent-post-info{flex:1;min-width:0}.recent-post-title{font-family:var(--font-body);font-size:var(--text-base, 13px);font-weight:500;color:var(--color-text-primary, #222);margin-bottom:.25rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recent-post-title a{color:inherit;text-decoration:none;transition:color .2s}.recent-post-title a:hover{color:var(--color-accent-dark, #000000)}.recent-post-date{font-family:var(--font-body);font-size:var(--text-xs, 11px);color:var(--color-text-muted, #767676)}.blog-tags{display:flex;flex-wrap:wrap;gap:.375rem}.blog-tag{padding:.25rem .5rem;font-family:var(--font-body);font-size:var(--text-xs, 11px);background:var(--color-bg-section, #f6f6f6);color:var(--color-text-primary, #222);text-decoration:none;border-radius:var(--badge-radius, 2px);transition:background-color .2s,color .2s}.blog-tag:hover{background:var(--color-primary, #000);color:var(--color-white, #fff)}.blog-newsletter{padding:1.25rem;background-color:var(--color-cream-warm, #f6f6f6)}.blog-newsletter-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:500;color:var(--color-text-primary, #222);margin-bottom:.5rem}.blog-newsletter-text{font-family:var(--font-body);font-size:var(--text-base, 13px);color:var(--color-text-muted, #767676);line-height:1.5;margin-bottom:.875rem}.blog-newsletter-form{display:flex;flex-direction:column;gap:.5rem}.blog-newsletter-input{width:100%;height:40px;padding:0 .75rem;font-family:var(--font-body);font-size:var(--text-md, 14px);background:var(--color-white, #fff);border:1px solid var(--color-border-strong, #222);border-radius:var(--input-radius, 4px);outline:none}.blog-newsletter-input:focus{border-color:var(--color-primary, #000)}@media(max-width:1024px){.blog-posts-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.blog-page{padding:.75rem 0 2rem}.blog-page__container{padding:0 1rem}.blog-page-title{font-size:var(--text-h1-mobile, 22px)}.blog-categories{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch;margin-bottom:1rem;padding-bottom:.5rem}.blog-category{flex-shrink:0}.blog-posts-grid{grid-template-columns:1fr;gap:1rem}.blog-sidebar-section{padding:1rem}}.blog-page-wrapper.astro-5tznm7mj{min-height:100vh}.blog-seo.astro-5tznm7mj{padding:4rem 2rem;background:var(--color-primary, #000);text-align:center}.blog-seo__container.astro-5tznm7mj{max-width:600px;margin:0 auto}.blog-seo__title.astro-5tznm7mj{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:400;color:var(--color-white);margin:0 0 .5rem}.blog-seo__subtitle.astro-5tznm7mj{font-size:1rem;color:#fff9;margin:0}.blog-seo__posts.astro-5tznm7mj{padding:2rem;background:var(--color-cream-warm, #f6f6f6)}.blog-seo__list.astro-5tznm7mj{max-width:800px;margin:0 auto;list-style:none;padding:0;display:grid;gap:1.5rem}.blog-seo__list.astro-5tznm7mj a.astro-5tznm7mj{font-family:var(--font-heading);font-size:1.25rem;color:var(--color-primary, #000);text-decoration:none}.blog-seo__list.astro-5tznm7mj a.astro-5tznm7mj:hover{text-decoration:underline}.blog-seo__list.astro-5tznm7mj p.astro-5tznm7mj{font-size:.875rem;color:#0c0c0c99;margin:.5rem 0 0}.blog-page-wrapper.astro-5tznm7mj:has(.blog-root) .blog-seo.astro-5tznm7mj,.blog-page-wrapper.astro-5tznm7mj:has(.blog-root) .blog-seo__posts.astro-5tznm7mj{display:none}
