:root{color-scheme:light;--bg: #f6f8fb;--surface: #ffffff;--surface-alt: #eaf2f4;--ink: #1d2430;--muted: #5c6878;--line: #dbe3ea;--accent: #0f766e;--accent-strong: #115e59;--accent-warm: #d45d3f;--blue: #315fbd;--radius: 8px;--shadow: 0 18px 50px rgba(29, 36, 48, .1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;color:var(--ink);background:linear-gradient(180deg,rgba(234,242,244,.72),transparent 360px),var(--bg)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}code{padding:.12rem .34rem;border:1px solid var(--line);border-radius:6px;background:#f0f5f7;font-size:.92em}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px}.brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{display:grid;width:44px;height:44px;place-items:center;border-radius:var(--radius);color:#fff;background:var(--ink);font-size:.85rem;font-weight:800}.brand strong,.brand small{display:block}.brand small{margin-top:2px;color:var(--muted);font-size:.78rem}nav{display:flex;align-items:center;gap:6px}nav a{padding:10px 12px;border-radius:var(--radius);color:var(--muted);font-size:.95rem}nav a:hover,nav a.is-active{color:var(--ink);background:#ffffffb8}main{min-height:64vh}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:stretch;gap:28px;padding:56px 0 42px}.hero-copy{display:flex;min-height:420px;flex-direction:column;justify-content:center;padding:48px 0}.eyebrow{display:inline-flex;width:fit-content;align-items:center;color:var(--accent);font-size:.78rem;font-weight:800;text-transform:uppercase}.hero h1,.section-heading h1,.section-heading h2,.narrow-page h1{margin:10px 0 0;line-height:1.05}.hero h1{max-width:720px;font-size:4rem}.hero p{max-width:650px;color:var(--muted);font-size:1.13rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px}.button-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:var(--radius);padding:0 18px;color:#fff;background:var(--accent-strong);font-weight:800}.button-link:hover{background:var(--ink)}.text-link{display:inline-flex;width:fit-content;align-items:center;color:var(--blue);font-weight:800}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.hero-feature{position:relative;overflow:hidden;min-height:420px;border-radius:var(--radius);background:var(--ink);box-shadow:var(--shadow)}.hero-feature img{width:100%;height:100%;min-height:420px;object-fit:cover;opacity:.82}.hero-feature div{position:absolute;right:20px;bottom:20px;left:20px;padding:18px;border-radius:var(--radius);color:#fff;background:#1d2430d1;backdrop-filter:blur(8px)}.hero-feature span,.hero-feature strong{display:block}.hero-feature span{margin-bottom:6px;color:#b7f0e8;font-size:.78rem;font-weight:800;text-transform:uppercase}.hero-feature strong{font-size:1.35rem;line-height:1.25}.section{padding:34px 0 56px}.section-heading{margin-bottom:24px}.section-heading h1,.section-heading h2{font-size:2.25rem}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.post-card{display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.post-card-image{min-height:220px;background:var(--surface-alt)}.post-card-image img{width:100%;height:100%;object-fit:cover}.post-card-body{display:flex;min-height:220px;flex-direction:column;padding:22px}.eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.82rem}.post-card h2{margin:14px 0 0;font-size:1.25rem;line-height:1.25}.post-card h2 a:hover{color:var(--accent-strong)}.post-card p{margin:12px 0 18px;color:var(--muted);line-height:1.65}.post-card .text-link{margin-top:auto}.split-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;margin:22px 0 64px;padding:34px;border-radius:var(--radius);color:#fff;background:var(--ink)}.split-band h2{margin:8px 0 0;font-size:1.9rem;line-height:1.18}.split-band p{margin:0;color:#dbe3ea;line-height:1.75}.narrow-page,.article-shell{width:min(760px,100%);margin:0 auto;padding:42px 0 72px}.narrow-page h1,.article-header h1{margin:12px 0 0;font-size:3rem;line-height:1.08}.narrow-page p,.narrow-page li{color:var(--muted);font-size:1.06rem;line-height:1.8}.narrow-page h2{margin-top:34px}.article-header p{color:var(--muted);font-size:1.12rem;line-height:1.75}.article-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.92rem}.article-cover{width:100%;aspect-ratio:16 / 9;margin-top:28px;border-radius:var(--radius);object-fit:cover}.article-content{margin-top:34px;font-size:1.06rem;line-height:1.82}.article-content h2{margin-top:36px;font-size:1.75rem;line-height:1.22}.article-content p,.article-content li{color:#334155}.article-content a{color:var(--blue);font-weight:700;text-decoration:underline;text-underline-offset:4px}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px;padding-top:24px;border-top:1px solid var(--line)}.tag-list a{border:1px solid var(--line);border-radius:var(--radius);padding:8px 10px;color:var(--muted);background:var(--surface);font-size:.9rem;font-weight:700}.tag-list a:hover{color:var(--ink);border-color:var(--accent)}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:34px 0 42px;border-top:1px solid var(--line);color:var(--muted)}.site-footer p{max-width:540px;margin:8px 0 0;line-height:1.6}.footer-meta{text-align:right}@media(max-width:880px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}.hero{grid-template-columns:1fr}.hero-copy{min-height:auto;padding:28px 0 0}.hero h1{font-size:3rem}.post-grid,.split-band,.post-card{grid-template-columns:1fr}.post-card-image,.post-card-body{min-height:auto}.post-card-image{aspect-ratio:16 / 9}.footer-meta{text-align:left}}@media(max-width:560px){.page-shell{width:min(100% - 22px,1120px)}nav{width:100%;overflow-x:auto;padding-bottom:4px}.hero h1,.narrow-page h1,.article-header h1{font-size:2.3rem}.hero-feature,.hero-feature img{min-height:320px}.split-band{padding:24px}}
