:root{--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--ink-900:#111827;--ink-700:#374151;--ink-500:#6b7280;--ink-200:#e5e7eb;--ink-100:#f3f4f6;--white:#ffffff;--navy-900:#0f172a;--navy-700:#1e293b;--navy-400:#94a3b8;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--radius:14px;--shadow-card:0 1px 2px rgba(17, 24, 39, 0.04), 0 8px 24px rgba(17, 24, 39, 0.06);--max-width:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--ink-900);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;height:auto}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 24px}.wrap-narrow{max-width:760px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:transform 0.15s ease,box-shadow 0.15s ease,background 0.15s ease}.btn-primary{background:var(--teal-600);color:var(--white);box-shadow:0 6px 16px rgb(13 148 136 / .28)}.btn-primary:hover{background:var(--teal-700);box-shadow:0 8px 20px rgb(13 148 136 / .34)}.site-header{border-bottom:1px solid var(--ink-200);position:sticky;top:0;background:rgb(255 255 255 / .92);backdrop-filter:blur(8px);z-index:40}.site-header-inner{display:flex;align-items:center;gap:32px;height:72px}.site-logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:1.125rem;margin-right:auto}.site-logo img{height:28px;width:auto}.site-logo-mark{font-size:1.3rem}.site-nav{display:flex;gap:28px;font-weight:500;color:var(--ink-700)}.site-nav a:hover{color:var(--teal-700)}.nav-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle span{width:22px;height:2px;background:var(--ink-900);border-radius:2px}.blog-hero{padding:72px 0 48px;background:linear-gradient(180deg,var(--teal-50) 0%,var(--white) 100%);border-bottom:1px solid var(--ink-200);text-align:center}.blog-hero-compact{padding:48px 0 36px}.blog-hero-eyebrow{color:var(--teal-700);font-weight:600;margin:0 0 12px}.blog-hero-title{font-size:clamp(2.2rem, 4vw, 3rem);font-weight:800;letter-spacing:-.02em;margin:0 0 16px;max-width:720px;margin-left:auto;margin-right:auto}.blog-hero-compact .blog-hero-title{font-size:clamp(1.8rem, 3vw, 2.4rem)}.blog-hero-subtitle{color:var(--ink-500);font-size:1.125rem;max-width:560px;margin:0 auto}.content-layout-section{padding:56px 0}.content-layout{display:grid;grid-template-columns:7fr 3fr;gap:48px;align-items:start}.content-main{min-width:0}.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.post-grid-single-col{grid-template-columns:1fr}.post-card{background:var(--white);border:1px solid var(--ink-200);border-radius:var(--radius);overflow:hidden;transition:box-shadow 0.2s ease,transform 0.2s ease;margin:0}.post-grid-single-col .post-card{display:grid}.post-card:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.post-card-image{width:100%;height:100%;aspect-ratio:16 / 10;object-fit:cover;background:var(--teal-50)}.post-card-image-placeholder{display:flex;align-items:center;justify-content:center;font-size:2.5rem}.post-card-body{padding:22px 24px}.post-card-tag{display:inline-block;font-size:.75rem;font-weight:700;color:var(--teal-700);background:var(--teal-100);padding:4px 10px;border-radius:999px;margin-bottom:12px}.post-card-title{font-size:1.15rem;font-weight:700;line-height:1.35;margin:0 0 10px}.post-card-title a:hover{color:var(--teal-700)}.post-card-excerpt{color:#000;font-size:.95rem;margin:0 0 16px}.post-card-meta,.post-article-meta{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--ink-500)}.post-card-meta-divider{color:var(--ink-200)}.post-card-meta img,.post-article-meta img{width:26px;height:26px;border-radius:50%;object-fit:cover}.post-article-header-inline{padding:0 0 28px}.post-article-title{font-size:clamp(1.9rem, 3.4vw, 2.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:16px 0}.post-article-feature-image{margin:0 0 32px}.post-article-feature-image img{width:100%;border-radius:var(--radius);aspect-ratio:16 / 8;object-fit:cover}.post-article-content{font-size:1.08rem;color:var(--ink-700)}.post-article-content h2{font-size:1.4rem;font-weight:800;margin:36px 0 14px;color:var(--ink-900)}.post-article-content h3{font-size:1.15rem;font-weight:700;margin:28px 0 12px;color:var(--ink-900)}.post-article-content p{margin:0 0 20px}.post-article-content a{color:var(--teal-700);text-decoration:underline;text-decoration-color:var(--teal-100);text-underline-offset:3px}.post-article-content ul,.post-article-content ol{margin:0 0 20px;padding-left:22px}.post-article-content li{margin-bottom:8px}.post-article-content blockquote{border-left:3px solid var(--teal-600);margin:24px 0;padding:4px 0 4px 20px;color:var(--ink-700);font-style:italic}.post-article-content img{border-radius:var(--radius);margin:24px 0}.post-article-tags{margin-top:28px;padding-top:24px;border-top:1px solid var(--ink-200);display:flex;gap:8px;flex-wrap:wrap}.post-cta-band{background:var(--teal-600);color:var(--white);padding:40px;border-radius:var(--radius);text-align:center;margin:40px 0}.post-cta-band h2{font-size:1.5rem;font-weight:800;margin:0 0 12px}.post-cta-band p{margin:0 0 22px;color:var(--teal-50)}.post-cta-band .btn-primary{background:var(--white);color:var(--teal-700);box-shadow:none}.post-cta-band .btn-primary:hover{background:var(--teal-50)}.content-sidebar{min-width:0}.content-sidebar .widget{background:#f0fdfa!important;border:1px solid var(--ink-200);border-radius:var(--radius);padding:20px;margin-bottom:24px}.widget-title{font-size:.95rem;font-weight:700;margin:0 0 14px}.content-sidebar ul{list-style:none;margin:0;padding:0}.content-sidebar li{padding:8px 0;border-bottom:1px solid var(--ink-100);font-size:.9rem}.content-sidebar li:last-child{border-bottom:none}.content-sidebar a:hover{color:var(--teal-700)}.tag-cloud a{display:inline-block;background:var(--teal-50);color:var(--teal-700);border-radius:999px;padding:5px 12px;margin:0 6px 6px 0;font-size:0.8rem!important;font-weight:600}.search-form{display:flex;gap:8px}.search-field{flex:1;border:1px solid var(--ink-200);border-radius:999px;padding:10px 16px;font-family:inherit;font-size:.9rem}.search-field:focus{outline:2px solid var(--teal-500);outline-offset:1px}.search-submit{width:40px;height:40px;border-radius:50%;background:var(--teal-600);color:var(--white);border:none;font-size:1rem;cursor:pointer}.search-submit:hover{background:var(--teal-700)}.widget-ad{background:var(--ink-100);border-style:dashed;text-align:center}.widget-ad-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-500);margin:0 0 12px}.widget-ad-placeholder{height:250px;display:flex;align-items:center;justify-content:center;color:var(--ink-500);background:var(--white);border:1px solid var(--ink-200);border-radius:8px;font-size:.85rem}.site-footer{border-top:1px solid var(--navy-700);background:var(--navy-900);color:var(--navy-400);padding-top:48px;margin-top:40px}.site-footer-inner{display:flex;justify-content:space-between;gap:48px;padding-bottom:40px;flex-wrap:wrap}.site-footer-brand{font-weight:800;color:var(--white);max-width:320px}.site-footer-brand p{font-weight:400;color:var(--navy-400);font-size:.9rem;margin-top:12px}.site-footer-brand a{color:var(--teal-500);font-size:.9rem}.site-footer-brand a:hover{color:var(--teal-100)}.site-footer-links{display:flex;gap:48px;flex-wrap:wrap}.site-footer-links h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--navy-400);margin:0 0 14px}.site-footer-links a{display:block;color:#cbd5e1;margin-bottom:10px;font-size:.9rem}.site-footer-links a:hover{color:var(--teal-500)}.site-footer-bottom{border-top:1px solid var(--navy-700);padding:20px 24px;font-size:.85rem;color:var(--navy-400)}.pagination,.nav-links{display:flex;justify-content:center;gap:16px;margin-top:24px;font-weight:600}.pagination a,.nav-links a{color:var(--teal-700)}.comment-list{list-style:none;padding:0}.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{width:100%;border:1px solid var(--ink-200);border-radius:10px;padding:10px 14px;font-family:inherit;margin-bottom:14px}@media (max-width:900px){.content-layout{grid-template-columns:1fr}.post-grid{grid-template-columns:1fr}.post-grid-single-col .post-card{grid-template-columns:1fr}}@media (max-width:640px){.site-nav{display:none}.site-nav.is-open{display:flex;flex-direction:column;gap:4px;position:absolute;top:72px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--ink-200);padding:16px 24px 20px}.site-header-cta{display:none}.nav-toggle{display:flex}.site-footer-inner{flex-direction:column;gap:32px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}