.blog-shell{min-height:100vh;padding:112px var(--gutter) 48px;overflow:clip}.blog-nav{z-index:20;border-radius:999px;grid-template-columns:auto 1fr auto;align-items:center;width:min(100% - 32px,1120px);min-height:56px;padding:8px 10px 8px 18px;display:grid;position:fixed;top:16px;left:50%;transform:translate(-50%)}.blog-nav-links{color:#f8fafcb3;font-family:var(--font-display), system-ui, sans-serif;letter-spacing:.08em;justify-content:center;gap:clamp(18px,3vw,42px);font-size:.68rem;display:flex}.blog-index,.blog-post{width:min(100%, var(--max-width));margin:0 auto}.blog-post{flex-direction:column;align-items:center;display:flex}.blog-hero{width:min(820px,100%);padding:44px 0 30px}.blog-hero h1,.post-header h1{overflow-wrap:anywhere;margin-left:0;margin-right:0}.blog-hero p:not(.eyebrow),.post-header>p{color:#f8fafcc2;width:min(760px,100%);font-size:clamp(1rem,1.7vw,1.16rem)}.category-filter{flex-wrap:wrap;gap:10px;margin-bottom:30px;display:flex}.category-filter a,.post-card-link,.post-back-link,.post-cta-link{color:#f8fafcb8;min-height:36px;font-family:var(--font-display), system-ui, sans-serif;letter-spacing:.08em;border:1px solid #f8fafc2e;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:.64rem;transition:border-color .18s,color .18s,transform .18s;display:inline-flex}.category-filter a:hover,.category-filter a.is-active,.post-card-link:hover,.post-back-link:hover,.post-cta-link:hover{color:var(--bright-snow);border-color:#ffbf697a;transform:translateY(-1px)}.featured-post{border-radius:8px;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);min-height:420px;margin-bottom:58px;display:grid}.featured-post-image{aspect-ratio:16/10;border-right:1px solid #f8fafc1f;min-height:100%;display:block;position:relative;overflow:hidden}.featured-post-image img{object-fit:cover;width:100%;height:100%;display:block}.featured-post-body{align-content:center;gap:16px;padding:clamp(24px,4vw,44px);display:grid}.featured-post-body .eyebrow,.section-kicker-row .eyebrow,.empty-blog .eyebrow,.post-cta .eyebrow{margin-bottom:0}.featured-post h2{overflow-wrap:anywhere;margin:0;font-size:clamp(1.85rem,3.1vw,3rem);line-height:1.12}.featured-post p:not(.eyebrow),.empty-blog p,.post-cta p{margin:0}.post-library,.related-posts{width:100%}.section-kicker-row{margin-bottom:20px}.section-kicker-row h2{overflow-wrap:anywhere;margin:8px 0 0;font-size:clamp(1.35rem,2.4vw,2.1rem)}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.post-card{border-radius:8px;grid-template-rows:auto 1fr;min-height:100%;display:grid}.post-card-image{aspect-ratio:16/9;border-bottom:1px solid #f8fafc1f;display:block;position:relative;overflow:hidden}.post-card-image img,.post-featured-image img,.post-content img{object-fit:cover;width:100%;height:100%;display:block}.post-card-body{align-content:start;gap:14px;padding:clamp(18px,3vw,28px);display:grid}.post-meta,.post-author{color:#f8fafc99;font-family:var(--font-display), system-ui, sans-serif;letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:10px;font-size:.62rem;line-height:1.4;display:flex}.post-card h2{overflow-wrap:anywhere;margin:0;font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.3}.post-card p{color:#f8fafcad;margin:0}.post-card-link{justify-self:start;margin-top:4px}.empty-blog{border-radius:8px;width:min(720px,100%);padding:clamp(24px,4vw,42px)}.empty-blog h2{margin:10px 0 12px;font-size:clamp(1.45rem,3vw,2.3rem)}.post-header{width:min(860px,100%);padding:48px 0 34px}.post-back-link{margin-bottom:28px}.post-author{margin-top:24px}.post-featured-image{background:#f8fafc0a;border:1px solid #f8fafc24;border-radius:8px;width:min(1120px,100%);margin:0 0 48px;overflow:hidden}.post-featured-image img{aspect-ratio:16/9}.post-featured-image figcaption,.post-content figcaption{color:#f8fafc94;padding:10px 12px 0;font-size:.84rem}.post-content{width:min(760px,100%)}.post-content p{font-size:1.04rem}.post-content h2,.post-content h3,.post-content h4{margin-top:48px}.post-content h2{font-size:clamp(1.45rem,3vw,2.35rem)}.post-content h3{font-size:clamp(1.18rem,2vw,1.45rem)}.post-content h4{color:var(--honey-bronze);font-size:1rem}.post-content a{color:var(--honey-bronze);text-underline-offset:.18em;text-decoration:underline}.post-content ul,.post-content ol{color:#f8fafcc2;padding-left:1.25rem;line-height:1.75}.post-content figure{margin:42px 0}.post-content figure img{border:1px solid #f8fafc24;border-radius:8px;height:auto}.post-content pre{color:var(--bright-snow);background:#0000006b;border:1px solid #f8fafc24;border-radius:8px;padding:18px;overflow-x:auto}.post-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem}.blog-callout{background:#2ec4b614;border:1px solid #2ec4b657;border-radius:8px;margin:34px 0;padding:18px}.blog-callout[data-tone=warning]{background:#ff9f1c14;border-color:#ff9f1c5c}.blog-callout strong{color:var(--bright-snow);font-family:var(--font-display), system-ui, sans-serif;margin-bottom:8px;font-size:.82rem;display:block}.blog-callout p{margin:0}.related-posts{margin-top:70px}.related-post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.post-cta{border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:min(960px,100%);margin-top:64px;padding:clamp(24px,4vw,42px);display:grid}.post-cta h2{margin:8px 0 12px;font-size:clamp(1.5rem,3vw,2.6rem)}.post-cta-link{min-width:104px;min-height:44px}.blog-footer{width:min(100%, var(--max-width));border-top:1px solid #f8fafc1f;justify-content:space-between;gap:20px;margin:88px auto 0;padding-top:22px;display:flex}.blog-footer p{color:#f8fafc8a;margin:0;font-size:.86rem}@media (max-width:1040px){.featured-post{grid-template-columns:1fr}.featured-post-image{border-bottom:1px solid #f8fafc1f;border-right:0;min-height:auto}.post-grid,.related-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:780px){.blog-shell{padding-top:96px}.blog-nav{grid-template-columns:auto auto}.blog-nav-links{display:none}.blog-hero{padding-top:28px}.featured-post{min-height:0;margin-bottom:42px}.featured-post h2{font-size:clamp(1.55rem,7vw,2.15rem)}.post-grid{grid-template-columns:1fr}.post-header{padding-top:28px}.post-cta{grid-template-columns:1fr}.post-cta-link{justify-self:start}.blog-footer{flex-direction:column}}
