:root{--bg:#fff;--bg-2:#f7f7f5;--bg-3:#ededeb;--surface:#fff;--surface-strong:#f0f0ee;--border:#0a0a0a1f;--border-strong:#0a0a0a38;--text:#0a0a0a;--text-dark:#0a0a0a;--text-muted:#4f4f4f;--text-soft:#888;--accent:#0a0a0a;--accent-2:#2a2a2a;--accent-3:#444;--accent-text:#fff;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-display:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--header-h:72px;--space-under-header:56px;--max-w:900px;--content-w:700px;--radius:8px;--radius-sm:6px;--radius-pill:999px;--post-columns:1;--ease:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 16px);-webkit-text-size-adjust:100%;font-size:16px;overflow-x:hidden}body{min-height:100vh;color:var(--text);background:var(--bg);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.55;overflow-x:hidden}h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0}img,picture{max-width:100%;height:auto;display:block}a{color:var(--text);transition:color .15s var(--ease);text-decoration:none}::selection{color:#fff;background:#0a0a0ad9}.site-header{background:var(--bg);border-bottom:1px solid var(--border);position:relative}.header-inner{max-width:var(--max-w);height:var(--header-h);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:0 32px;display:flex}.header-brand{color:var(--text);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.header-brand:hover{color:var(--text)}.header-logo-img{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:36px;height:36px}.header-site-name{font-family:var(--font);letter-spacing:.04em;color:var(--text);text-transform:uppercase;font-size:.95rem;font-weight:800;line-height:1}.header-brand-text{display:block}.header-job-title{font-family:var(--font);letter-spacing:.1em;color:var(--text-soft);text-transform:uppercase;margin-top:3px;font-size:.6rem;font-weight:600;line-height:1;display:block}.header-nav{flex-wrap:wrap;align-items:center;gap:22px;display:inline-flex}.header-nav a{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--text);transition:border-color .18s var(--ease), color .18s var(--ease);border-bottom:1.5px solid #0000;padding:4px 0;font-size:.78rem;font-weight:600;text-decoration:none}.header-nav a:hover{color:var(--text);border-bottom-color:var(--text)}.header-cta{border-radius:var(--radius-pill);background:var(--text);color:var(--accent-text);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:8px 18px;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex}.header-cta:hover{background:var(--accent-2);color:var(--accent-text)}.header-burger{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:0;display:none}.header-burger>span{background:var(--text);width:20px;height:1.5px;transition:transform .2s var(--ease), opacity .2s var(--ease);display:block}.header-burger.is-open>span:first-child{transform:translateY(5.5px)rotate(45deg)}.header-burger.is-open>span:nth-child(2){opacity:0}.header-burger.is-open>span:nth-child(3){transform:translateY(-5.5px)rotate(-45deg)}.hero{max-width:720px;padding:var(--space-under-header) 32px 56px;text-align:center;flex-direction:column;align-items:center;margin:0 auto;display:flex}.hero-left{flex-direction:column;align-items:center;width:100%;display:flex}.hero-right,.hero-stat,.hero-stat__value,.hero-stat__label{display:none!important}.hero-media{display:none}.hero:has(.hero-media-card img) .hero-media{order:-1;justify-content:center;margin:0 0 24px;display:flex}.hero-media-card{background:var(--bg-2);border-radius:50%;flex-shrink:0;width:96px;height:96px;overflow:hidden}.hero-media-card img{object-fit:cover;width:100%;height:100%;display:block}.hero__tagline{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin:0 0 18px;font-size:.72rem;font-weight:700;display:inline-block}.hero__title{display:none}.hero__jobtitle{font-family:var(--font);letter-spacing:-.02em;color:var(--text);text-transform:none;text-wrap:balance;max-width:22ch;margin:0 auto 18px;font-size:clamp(1.8rem,4vw,2.618rem);font-weight:800;line-height:1.1;display:block}.hero__body{color:var(--text-muted);max-width:52ch;margin:0 auto 28px;font-size:1.05rem;line-height:1.618}.hero__body p{margin:0 0 1em}.hero__body p:last-child{margin:0}.hero__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.btn,.btn--primary,.btn--ghost{border-radius:var(--radius-pill);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease), transform .15s var(--ease);border:1.5px solid #0000;align-items:center;gap:8px;padding:12px 22px;font-size:.74rem;font-weight:700;text-decoration:none;display:inline-flex}.btn--primary{background:var(--text);color:var(--accent-text);border-color:var(--text)}.btn--primary:hover{background:var(--accent-2);border-color:var(--accent-2);color:var(--accent-text);transform:translateY(-1px)}.btn--ghost{color:var(--text);border-color:var(--border-strong);background:0 0}.btn--ghost:hover{background:var(--bg-2);border-color:var(--text);color:var(--text)}.hero-photo{max-width:var(--max-w);padding:var(--space-under-header) 32px 40px;border-radius:0;min-height:0;margin:0 auto;display:block;position:relative;background:0 0!important}.hero-photo:before,.hero-photo:after{display:none}.hero-photo__copy{max-width:100%;color:var(--text)}.hero-photo__headline{font-family:var(--font);letter-spacing:-.018em;color:var(--text);text-wrap:balance;margin:0 0 16px;font-size:clamp(1.6rem,3.6vw,2.4rem);font-weight:800;line-height:1.18}.hero-photo__headline strong,.hero-photo__headline b{color:var(--text);text-underline-offset:5px;font-weight:800;text-decoration:underline 2px}.hero-photo__subheadline{color:var(--text-muted);max-width:58ch;margin:0 0 24px;font-size:1rem;line-height:1.65}.hero-photo__actions{flex-wrap:wrap;gap:10px;display:flex}.hero-btn{border-radius:var(--radius-pill);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;border:1.5px solid #0000;align-items:center;gap:8px;padding:12px 22px;font-size:.74rem;font-weight:700;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .15s;display:inline-flex}.hero-btn--primary{background:var(--text);color:var(--accent-text);border-color:var(--text)}.hero-btn--primary:hover{background:var(--accent-2);border-color:var(--accent-2);color:var(--accent-text);transform:translateY(-1px)}.hero-btn--secondary{color:var(--text);border-color:var(--border-strong);background:0 0}.hero-btn--secondary:hover{background:var(--bg-2);border-color:var(--text)}.ticker{display:none}.page-main{padding:var(--space-under-header) 0 53px;z-index:1;margin:0 auto;position:relative}.page-inner{max-width:var(--max-w);margin:0 auto;padding:0 32px}.home-content{display:contents}.page-main h1{font-family:var(--font);letter-spacing:-.015em;color:var(--text);text-wrap:balance;margin:0 0 16px;font-size:clamp(1.5rem,3.4vw,2.2rem);font-weight:800;line-height:1.2}.page-main h1 strong,.page-main h1 b,.page-main h1 em,.page-main h1 i{text-underline-offset:4px;font-style:normal;font-weight:800;text-decoration:underline 2px}.page-main h2{font-family:var(--font);letter-spacing:-.01em;color:var(--text);margin:15px 0;font-size:1.618rem;font-weight:700;line-height:1.1}.page-main h2 strong,.page-main h2 b{text-underline-offset:3px;font-weight:700;text-decoration:underline 2px}.page-main h3{font-family:var(--font);color:var(--text);margin:15px 0;font-size:1.1rem;font-weight:700;line-height:1.25}.page-main p{color:var(--text-muted);margin:0 0 10px;font-size:1rem;line-height:1.618}.page-main a{color:var(--text);text-underline-offset:3px;transition:color .15s, text-decoration-thickness .15s var(--ease);text-decoration:underline 1.5px}.page-main a:hover{color:var(--text);text-decoration-thickness:2.5px}.page-main strong{color:var(--text);font-weight:700}.page-main ul:not(.recent-grid):not(.article-list):not(.task-list):not(.toc__list),.page-main ol:not(.toc__list){color:var(--text-muted);margin:0 0 1.25em;padding-left:1.5em}.page-main ul:not(.recent-grid):not(.article-list):not(.task-list):not(.toc__list){list-style-type:disc}.page-main ol:not(.toc__list){list-style-type:decimal}.page-main li:not(.recent-card):not(.article-card){margin:.3em 0;line-height:1.65}.page-main li.task-list-item,.page-main li:has(>input[type=checkbox]){align-items:baseline;gap:.5em;margin-left:-1.4em;padding-left:0;list-style:none;display:flex}.page-main li.task-list-item input[type=checkbox],.page-main li:has(>input[type=checkbox])>input[type=checkbox]{width:1em;height:1em;accent-color:var(--text);flex-shrink:0}.page-main blockquote{border-left:2px solid var(--text);color:var(--text);margin:1.5em 0;padding:4px 0 4px 22px;font-size:1.05rem;font-style:italic;line-height:1.55}.page-main blockquote p{color:var(--text);margin:0 0 .5em}.page-main blockquote p:last-child{margin:0}.page-main code{background:var(--bg-2);color:var(--text);font-family:var(--mono);border:1px solid var(--border);border-radius:3px;padding:.12em .4em;font-size:.88em}.page-main figure{margin:2rem 0}.page-main figure img,.page-main img:not(.article-byline__avatar){border-radius:var(--radius);width:100%}.page-main figcaption{color:var(--text-soft);margin-top:6px;font-size:.78rem;font-style:italic;line-height:1.4}.article-cover{max-width:var(--content-w);border-radius:12px;margin:0 0 16px;overflow:hidden;display:none!important}.article-cover img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.article-header{margin:0 0 32px}.article-header h1,.article h1[data-payload-field=title]{font-family:var(--font);letter-spacing:-.02em;color:var(--text);margin:0 0 20px;font-size:clamp(1.8rem,3.6vw,2.4rem);font-weight:800;line-height:1.2}.article-meta,.article-date{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin:0 0 28px;font-size:.72rem;font-weight:600;display:block}.article-date:has(+.article-byline){margin-bottom:20px}.article-byline{align-items:center;gap:12px;margin:0 0 28px;display:flex}.article-byline__avatar{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:40px;height:40px}.article-byline__text{flex-direction:column;gap:1px;min-width:0;display:flex}.article-byline .article-byline__name{color:var(--text);margin:0;font-size:.9rem;font-weight:600;line-height:1.25}.article-byline .article-byline__name a{color:inherit;transition:color .15s var(--ease);text-decoration:none}.article-byline .article-byline__name a:hover{text-underline-offset:3px;text-decoration:underline}.article-byline .article-byline__meta{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.35}.article-lede,.article-lead{color:var(--text-muted);max-width:64ch;margin:0 0 24px;font-size:1.1rem;line-height:1.6}.article-body{color:var(--text-muted)}.page-header{margin:0 0 36px;padding-bottom:24px}.page-header h1{font-family:var(--font);letter-spacing:-.02em;color:var(--text);margin:0 0 12px;font-size:clamp(1.8rem,3.6vw,2.4rem);font-weight:800;line-height:1.2}.page-lede,.lede{color:var(--text-muted);margin:0 0 28px;font-size:1.1rem;line-height:1.6}.breadcrumbs{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);flex-wrap:wrap;align-items:center;gap:0;margin:32px 0 20px;font-size:.7rem;font-weight:600;display:flex}.breadcrumbs__item{color:var(--text-soft);align-items:center;display:inline-flex}.breadcrumbs__item:not(:last-child):after{content:"/";color:var(--text-soft);opacity:.5;margin:0 10px}.breadcrumbs__link{color:var(--text-muted);text-decoration:none;transition:color .15s}.breadcrumbs__link:hover{color:var(--text);text-underline-offset:2px;text-decoration:underline}.toc{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);min-width:240px;max-width:100%;margin:16px 0 32px;padding:24px 28px;display:table}.toc__title{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin:0 0 10px;font-size:.7rem;font-weight:700}.toc__list{counter-reset:toc-item;margin:0!important;padding:0!important;list-style:none!important}.toc__item{counter-increment:toc-item;align-items:baseline;gap:10px;margin:5px 0;line-height:1.4;display:flex}.toc__item:before{content:counter(toc-item) ".";min-width:2ch;color:var(--text-soft);flex-shrink:0;font-size:.78rem;font-weight:700}.toc__link{color:var(--text);text-underline-offset:3px;word-break:break-word;flex:1;font-size:.92rem;font-weight:500;text-decoration:underline 1px}.toc__link:hover{text-decoration-thickness:2px}.home-recent{margin-top:48px}.home-recent__head{border-bottom:1px solid var(--text);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:12px;padding-bottom:10px;display:flex}.page-main .home-recent__title,h2.home-recent__title{font-family:var(--font);letter-spacing:.14em;text-transform:uppercase;color:var(--text);text-wrap:normal;border:0;margin:0;padding:0;font-size:.78rem;font-weight:700;line-height:1.2}.home-recent__more{letter-spacing:.12em;text-transform:uppercase;color:var(--text);text-underline-offset:3px;transition:text-decoration-thickness .15s var(--ease);font-size:.7rem;font-weight:600;text-decoration:underline}.home-recent__more:hover{text-decoration-thickness:2px}.recent-grid,.article-list{flex-direction:column;gap:0;margin:0 0 48px;padding:0;list-style:none;display:flex}.recent-card,.article-card{border:0;border-bottom:1px solid var(--border);transition:background .18s var(--ease);background:0 0;border-radius:0;padding:0;overflow:visible}.recent-card:hover,.article-card:hover{background:var(--bg-2);box-shadow:none;transform:none}.recent-card a,.article-card a{color:var(--text);grid-template-columns:96px 1fr;align-items:baseline;gap:24px;padding:14px 8px;text-decoration:none;display:grid}.recent-card img,.article-card img{display:none!important}.recent-card .meta,.article-card .meta{display:contents}.recent-card time,.article-card time{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);white-space:nowrap;align-self:baseline;font-size:.72rem;font-weight:600}.recent-card h3,.article-card h3{font-family:var(--font);color:var(--text);text-underline-offset:3px;transition:text-decoration-thickness .15s var(--ease);margin:0;font-size:1rem;font-weight:600;line-height:1.4;text-decoration:underline 1px}.recent-card:hover h3,.article-card:hover h3{text-decoration-thickness:2px}.recent-card p,.article-card p,.card-readmore{display:none}.blog-header{border-bottom:1px solid var(--text);margin:0 0 36px;padding-bottom:20px}.blog-header h1{font-family:var(--font);letter-spacing:-.015em;color:var(--text);margin:0 0 8px;font-size:clamp(1.5rem,3.2vw,2rem);font-weight:800}.blog-empty{text-align:center;background:var(--bg-2);border:1px dashed var(--border-strong);border-radius:var(--radius);color:var(--text-muted);padding:32px 20px;font-size:.95rem}.blog-filters{flex-wrap:wrap;gap:6px;margin:0 0 2rem;padding:0;list-style:none;display:flex}.blog-filters .blog-filter,.blog-filter{border-radius:var(--radius-pill);border:1px solid var(--border-strong);font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;transition:background .15s var(--ease), color .15s var(--ease), border-color .15s var(--ease);background:0 0;align-items:center;padding:7px 16px;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-flex}.blog-filters .blog-filter:hover,.blog-filter:hover{border-color:var(--text);color:var(--text)}.blog-filters .blog-filter.is-active,.blog-filters .blog-filter[aria-current=page],.blog-filter.is-active,.blog-filter[aria-current=page]{background:var(--text);border-color:var(--text);color:var(--accent-text)}.blog-filters .blog-filter.is-active:hover,.blog-filters .blog-filter[aria-current=page]:hover,.blog-filter.is-active:hover,.blog-filter[aria-current=page]:hover{background:var(--accent-2);border-color:var(--accent-2);color:var(--accent-text)}@media (width<=560px){.blog-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;overflow-x:auto}.blog-filters::-webkit-scrollbar{display:none}}.site-footer{background:var(--bg);border-top:1px solid var(--border)}.footer-inner,.footer-inner--rich{max-width:var(--max-w);grid-template-columns:1fr 1fr 1fr;align-items:start;column-gap:48px;margin:0 auto;padding:56px 32px 32px;display:grid}.footer-brand{flex-direction:column;gap:4px;display:flex}.footer-brand-name{font-family:var(--font);letter-spacing:-.005em;text-transform:uppercase;color:var(--text);font-size:1rem;font-weight:800;text-decoration:none}.footer-brand-name:hover{color:var(--text)}.footer-niche{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin:0;font-size:.68rem;font-weight:600}.footer-tagline{color:var(--text-muted);max-width:48ch;margin:6px 0 0;font-size:.9rem;line-height:1.55}.footer-col-heading{display:none}.footer-col-title{font-family:var(--font);letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin:0 0 12px;font-size:.68rem;font-weight:700}.footer-post-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.footer-post-link{color:var(--text);font-size:.82rem;font-weight:600;line-height:1.35;text-decoration:none;transition:color .15s;display:block}.footer-post-link:hover{color:var(--text-muted)}.footer-post-date,.footer-post-meta{letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);margin-top:3px;font-size:.65rem;display:block}.footer-socials{flex-wrap:wrap;align-items:center;gap:14px;margin-top:20px;display:flex}.footer-socials:before{content:"Connect With Me";font-family:var(--font);letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);flex:1 0 100%;margin:0 0 4px;font-size:.68rem;font-weight:700}.footer-social{color:var(--text-muted);transition:color .15s var(--ease);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.footer-social svg{width:18px;height:18px;display:block}.footer-social:hover{color:var(--text)}.footer-social__label{display:none}@media (width>=641px){.footer-social{gap:8px}.footer-social__label{font-size:.82rem;display:inline}}.footer-rich{color:var(--text-muted);margin-top:4px;font-size:.9rem;line-height:1.55}.footer-rich h2,.footer-rich h3{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin:0 0 8px;font-size:.68rem;font-weight:700}.footer-rich p{margin:0 0 .6rem}.footer-rich a{color:var(--text);text-underline-offset:3px;text-decoration:underline}.footer-bottom{max-width:var(--max-w);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;padding:18px 32px 28px;display:flex}.footer-nav{flex-wrap:wrap;gap:4px 22px;display:flex}.footer-nav a{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);border-bottom:1.5px solid #0000;padding:4px 0;font-size:.72rem;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s}.footer-nav a:hover{color:var(--text);border-bottom-color:var(--text)}.footer-copy{letter-spacing:.06em;color:var(--text-soft);white-space:nowrap;font-size:.7rem;font-weight:500}@media (width<=960px){.page-main{padding:var(--space-under-header) 0 64px}}@media (width<=720px){.header-nav{display:none}.header-nav.is-open{background:var(--bg);border-bottom:1px solid var(--border);z-index:50;flex-direction:column;align-items:stretch;gap:0;padding:.75rem 20px 1rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 18px 40px -20px #0000002e}.header-nav.is-open a{border-bottom:1px solid var(--border);padding:.9rem 0}.header-nav.is-open a:last-child{border-bottom:0}.header-burger{margin-left:auto;display:inline-flex}.hero,.hero-photo{padding:var(--space-under-header) 32px 32px}}@media (width<=640px){:root{--space-under-header:40px}.header-inner,.page-inner{padding:0 20px}.hero,.hero-photo{padding-left:20px;padding-right:20px}.footer-inner,.footer-inner--rich{grid-template-columns:1fr;row-gap:36px;padding:44px 20px 24px}.footer-bottom{flex-direction:column;align-items:flex-start;padding-left:20px;padding-right:20px}}@media (width<=560px){:root{--header-h:60px}.header-inner{padding:0 20px}.header-site-name{font-size:1.15rem}.header-job-title{font-size:.65rem}.hero,.hero-photo{padding:var(--space-under-header) 20px 28px}.hero__title,.hero-photo__headline{font-size:clamp(1.4rem,6vw,1.9rem)}.recent-card a,.article-card a{grid-template-columns:80px 1fr;gap:16px;padding:12px 4px}}.lex-table-wrap{-webkit-overflow-scrolling:touch;margin:1.5rem 0;overflow-x:auto}.lex-table-wrap table{border-collapse:collapse;width:100%;font-size:.95rem;line-height:1.55}.lex-table-wrap th,.lex-table-wrap td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);background:0 0;padding:13px 0}.lex-table-wrap tr:first-child th{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);border-bottom:1px solid var(--text);padding-top:0;padding-bottom:10px;font-size:.7rem;font-weight:700}.lex-table-wrap th[scope=row]{font-family:var(--mono);color:var(--text-soft);white-space:nowrap;width:72px;padding-right:24px;font-size:.88rem;font-weight:600}.lex-table-wrap tr:last-child th,.lex-table-wrap tr:last-child td{border-bottom:0}.lex-table-wrap td p,.lex-table-wrap th p{color:var(--text-muted);margin:0;font-size:.95rem}.lex-table-wrap td p+p,.lex-table-wrap th p+p{margin-top:.35rem}.block-contact-form{max-width:var(--content-w)}.block-contact-form__heading{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text);margin:0 0 10px;font-size:clamp(1.6rem,3vw,2rem);font-weight:800;line-height:1.1}.block-contact-form__intro{color:var(--text-muted);margin:0 0 32px;font-size:1rem;line-height:1.618}.block-contact-form__field{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.block-contact-form__field:last-of-type{margin-bottom:0}.block-contact-form__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft);font-size:.68rem;font-weight:600}.block-contact-form__input,.block-contact-form__textarea{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-family:var(--font);appearance:none;padding:11px 14px;font-size:.95rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.block-contact-form__input::placeholder,.block-contact-form__textarea::placeholder{color:var(--text-soft)}.block-contact-form__input:hover,.block-contact-form__textarea:hover{border-color:var(--border-strong)}.block-contact-form__input:focus,.block-contact-form__textarea:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 2px #0a0a0a14}.block-contact-form__textarea{resize:vertical;min-height:140px}.block-contact-form__button{background:var(--text);color:#fff;border:1.5px solid var(--text);border-radius:var(--radius-pill);font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;align-items:center;gap:8px;margin-top:10px;padding:12px 28px;font-size:.75rem;font-weight:700;line-height:1;transition:opacity .15s,transform .15s;display:inline-flex}.block-contact-form__button:hover{opacity:.78;transform:translateY(-1px)}.block-contact-form__button:disabled{opacity:.35;cursor:not-allowed;transform:none}.block-contact-form__success{font-family:var(--font);color:var(--text);margin:16px 0 0;font-size:1.05rem;font-weight:700;line-height:1.4}.block-contact-form__error{background:var(--bg-2);border:1.5px solid var(--border-strong);border-left:3px solid var(--text);border-radius:var(--radius-sm);color:var(--text-muted);align-items:flex-start;gap:10px;margin-top:12px;padding:12px 16px;font-size:.875rem;line-height:1.5;display:flex}.block-contact-form__success[hidden],.block-contact-form__error[hidden]{display:none}.block-contact-form__honeypot{display:none!important}.block-contact-form .cf-turnstile{margin:16px 0 4px}.block-callout{--callout-hue:var(--accent);--callout-tint:#0a0a0a0d;border-left:4px solid var(--callout-hue);background:var(--callout-tint);border-radius:0 var(--radius-sm) var(--radius-sm) 0;max-width:100%;margin:2rem 0;padding:18px 22px 18px 24px}.block-callout--info{--callout-hue:#2563eb;--callout-tint:#2563eb0f}.block-callout--tip{--callout-hue:#16a34a;--callout-tint:#16a34a0f}.block-callout--warning{--callout-hue:#d97706;--callout-tint:#d9770617}.block-callout--danger{--callout-hue:#dc2626;--callout-tint:#dc26260f}.block-callout p.block-callout__title{font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;color:var(--callout-hue);margin:0 0 8px;font-size:.72rem;font-weight:700}.block-callout .block-callout__body{color:var(--text-muted)}.block-callout .block-callout__body p{margin:0 0 .75em;line-height:1.618}.block-callout .block-callout__body p:last-child{margin-bottom:0}.block-callout .block-callout__body a{color:var(--callout-hue)}.block-accordion{max-width:100%;margin:2rem 0}.block-accordion h3.block-accordion__heading{font-family:var(--font);letter-spacing:-.02em;color:var(--text);margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.15}.block-accordion .block-accordion__list{border-top:1px solid var(--border)}.block-accordion .block-accordion__item{border-bottom:1px solid var(--border)}.block-accordion .block-accordion__question{cursor:pointer;font-family:var(--font);color:var(--text);transition:color .15s var(--ease);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 2px;font-size:1.02rem;font-weight:700;line-height:1.4;list-style:none;display:flex}.block-accordion .block-accordion__question::-webkit-details-marker{display:none}.block-accordion .block-accordion__question:hover{color:var(--accent)}.block-accordion .block-accordion__question:after{content:"";width:11px;height:11px;transition:transform .2s var(--ease);color:var(--accent);background:currentColor;flex-shrink:0;margin-top:6px;mask:linear-gradient(currentColor 0 0) 50%/100% 1.5px no-repeat,linear-gradient(currentColor 0 0) 50%/1.5px 100% no-repeat}.block-accordion__item[open] .block-accordion__question:after{transform:rotate(45deg)}.block-accordion__item[open] .block-accordion__question{color:var(--text)}.block-accordion .block-accordion__answer{color:var(--text-muted);padding:0 2px 18px;line-height:1.618}.block-accordion .block-accordion__answer p{margin:0 0 .75em}.block-accordion .block-accordion__answer p:last-child{margin-bottom:0}.block-gallery{--gallery-cols:3;max-width:100%;margin:2rem 0}.block-gallery[data-cols="2"]{--gallery-cols:2}.block-gallery[data-cols="4"]{--gallery-cols:4}.block-gallery .block-gallery__grid{grid-template-columns:repeat(var(--gallery-cols), 1fr);gap:10px;display:grid}.block-gallery .block-gallery__item{margin:0}.block-gallery .block-gallery__item img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);width:100%;transition:opacity .15s var(--ease);margin:0}.block-gallery .block-gallery__item a:hover img{opacity:.88}.block-gallery .block-gallery__caption{font-size:.72rem;font-family:var(--mono);color:var(--text-soft);margin-top:6px;line-height:1.4}.block-gallery[data-layout=masonry] .block-gallery__grid{column-count:var(--gallery-cols);column-gap:10px;display:block}.block-gallery[data-layout=masonry] .block-gallery__item{break-inside:avoid;margin-bottom:10px}.block-gallery[data-layout=masonry] .block-gallery__item img{aspect-ratio:auto}.block-gallery[data-layout=carousel] .block-gallery__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;grid-template-columns:none;padding-bottom:6px;display:flex;overflow-x:auto}.block-gallery[data-layout=carousel] .block-gallery__item{flex:0 0 calc((100% - 20px) / var(--gallery-cols));scroll-snap-align:start}.block-hero{max-width:100%;margin:2.5rem 0}.block-hero .block-hero__media{margin:0 0 1.5rem}.block-hero .block-hero__media img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);width:100%;margin:0}.block-hero[data-align=center]{text-align:center}.block-hero[data-align=center] .block-hero__body{max-width:600px;margin-inline:auto}.block-hero p.block-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.72rem;font-weight:700}.block-hero h2.block-hero__title{font-family:var(--font);letter-spacing:-.02em;color:var(--text);margin:0 0 1rem;font-size:clamp(2rem,5vw,2.8rem);font-weight:700;line-height:1.05}.block-hero p.block-hero__lede{color:var(--text-muted);margin:0 0 1.5rem;font-size:1.1rem;line-height:1.6}.block-hero a.block-hero__cta{border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;transition:background .15s var(--ease), border-color .15s, color .15s, transform .15s var(--ease);border:1.5px solid #0000;align-items:center;padding:13px 30px;font-size:.75rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.block-hero a.block-hero__cta:hover{transform:translateY(-1px)}.block-hero a.block-hero__cta--primary{background:var(--text);border-color:var(--text);color:#fff}.block-hero a.block-hero__cta--primary:hover{background:var(--accent-2);border-color:var(--accent-2)}.block-hero a.block-hero__cta--secondary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.block-hero a.block-hero__cta--secondary:hover{background:var(--accent-2);border-color:var(--accent-2)}.block-hero a.block-hero__cta--ghost{color:var(--text);border-color:var(--border);background:0 0}.block-hero a.block-hero__cta--ghost:hover{border-color:var(--text)}.block-cta{--cta-fg:var(--text);--cta-muted:var(--text-muted);border-radius:var(--radius);text-align:center;background:var(--bg-2);border:1px solid var(--border);max-width:100%;color:var(--cta-fg);margin:2.5rem 0;padding:clamp(28px,5vw,48px)}.block-cta[data-bg=accent]{--cta-fg:#fff;--cta-muted:#fffc;background:var(--accent);border-color:#0000}.block-cta[data-bg=dark]{--cta-fg:#fff;--cta-muted:#ffffffb8;background:var(--accent-2);border-color:#0000}.block-cta p.block-cta__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--cta-fg);opacity:.75;margin:0 0 .75rem;font-size:.72rem;font-weight:700}.block-cta[data-bg=neutral] p.block-cta__eyebrow{color:var(--accent);opacity:1}.block-cta h2.block-cta__headline{font-family:var(--font);letter-spacing:-.02em;color:var(--cta-fg);margin:0;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;line-height:1.08}.block-cta p.block-cta__subhead{color:var(--cta-muted);max-width:48ch;margin:.75rem auto 0;font-size:1.05rem;line-height:1.6}.block-cta .block-cta__buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:1.75rem;display:flex}.block-cta a.block-cta__button{border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;transition:background .15s var(--ease), border-color .15s, color .15s, transform .15s var(--ease);border:1.5px solid #0000;align-items:center;padding:13px 30px;font-size:.75rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.block-cta a.block-cta__button:hover{transform:translateY(-1px)}.block-cta a.block-cta__button--primary{background:var(--text);border-color:var(--text);color:#fff}.block-cta a.block-cta__button--secondary{color:var(--cta-fg);background:0 0;border-color:currentColor}.block-cta a.block-cta__button--ghost{color:var(--cta-fg);text-underline-offset:4px;background:0 0;border:0;text-decoration:underline}.block-cta[data-bg=accent] a.block-cta__button--primary,.block-cta[data-bg=dark] a.block-cta__button--primary{color:var(--text);background:#fff;border-color:#fff}.block-stats{max-width:100%;margin:2.5rem 0}.block-stats h3.block-stats__heading{font-family:var(--font);letter-spacing:-.02em;color:var(--text);margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;line-height:1.15}.block-stats[data-align=center],.block-stats[data-align=center] h3.block-stats__heading{text-align:center}.block-stats .block-stats__grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1px;display:grid;overflow:hidden}.block-stats .block-stats__item{background:var(--bg);padding:24px 20px}.block-stats[data-align=center] .block-stats__item{text-align:center}.block-stats .block-stats__value{font-family:var(--font);letter-spacing:-.02em;color:var(--text);font-size:clamp(2rem,5vw,2.8rem);font-weight:700;line-height:1}.block-stats .block-stats__suffix{color:var(--accent);margin-left:1px;font-size:.55em;font-weight:800}.block-stats .block-stats__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft);margin-top:8px;font-size:.72rem;font-weight:700;line-height:1.35}.block-newsletter{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);max-width:100%;margin:2.5rem 0;padding:clamp(24px,4vw,36px)}.block-newsletter h3.block-newsletter__headline{font-family:var(--font);letter-spacing:-.02em;color:var(--text);margin:0;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;line-height:1.1}.block-newsletter p.block-newsletter__subhead{color:var(--text-muted);margin:8px 0 0;font-size:1rem;line-height:1.55}.block-newsletter .block-newsletter__form{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.block-newsletter .block-newsletter__input{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-pill);color:var(--text);transition:border-color .15s var(--ease), box-shadow .15s var(--ease);appearance:none;flex:220px;padding:12px 20px;font-size:.95rem}.block-newsletter .block-newsletter__input::placeholder{color:var(--text-soft)}.block-newsletter .block-newsletter__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #0a0a0a1f}.block-newsletter .block-newsletter__button{background:var(--text);color:#fff;border:1.5px solid var(--text);border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .15s var(--ease), border-color .15s, transform .15s var(--ease);flex-shrink:0;padding:12px 28px;font-size:.75rem;font-weight:700;line-height:1}.block-newsletter .block-newsletter__button:hover{background:var(--accent-2);border-color:var(--accent-2);transform:translateY(-1px)}.block-newsletter .block-newsletter__embed{margin-top:20px}.block-featured-article{border:1px solid var(--border);background:var(--bg);border-radius:var(--radius);max-width:100%;margin:2.5rem 0;transition:border-color .15s,box-shadow .15s;overflow:hidden}.block-featured-article:hover{border-color:#0000002e;box-shadow:0 6px 24px #00000012}.block-featured-article[data-layout]>a{color:inherit;flex-direction:column;padding:24px 26px;text-decoration:none;display:flex;position:relative}.block-featured-article[data-layout] .block-featured-article__cover{order:1}.block-featured-article[data-layout] .block-featured-article__meta{order:2}.block-featured-article[data-layout] .block-featured-article__title{order:3}.block-featured-article[data-layout] .block-featured-article__excerpt{order:4}.block-featured-article p.block-featured-article__label{z-index:2;background:var(--accent);color:var(--accent-text);border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;margin:0;padding:6px 12px;font-size:.72rem;font-weight:800;position:absolute;top:38px;left:38px;box-shadow:0 2px 12px #00000038}.block-featured-article .block-featured-article__cover{margin:0 0 14px}.block-featured-article .block-featured-article__cover img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);width:100%;margin:0}.block-featured-article .block-featured-article__meta time{font-size:.7rem;font-family:var(--mono);color:var(--accent);margin:0 0 4px;display:block}.block-featured-article h3.block-featured-article__title{font-family:var(--font);letter-spacing:-.02em;color:var(--text);transition:color .15s var(--ease);margin:0;font-size:1.4rem;font-weight:700;line-height:1.12;text-decoration:none}.block-featured-article:hover h3.block-featured-article__title{color:var(--accent-3)}.block-featured-article p.block-featured-article__excerpt{color:var(--text-muted);margin:6px 0 0;font-size:.95rem;line-height:1.55}.block-featured-article[data-layout=wide]>a{flex-direction:column;justify-content:center;min-height:220px;padding:24px 26px 24px calc(38% + 50px);display:flex}.block-featured-article[data-layout=wide] .block-featured-article__cover{width:38%;margin:0;position:absolute;top:24px;bottom:24px;left:26px}.block-featured-article[data-layout=wide] .block-featured-article__cover img{object-fit:cover;border-radius:var(--radius-sm);aspect-ratio:auto;width:100%;height:100%}.block-featured-article[data-layout=minimal] .block-featured-article__cover{display:none}.block-featured-article[data-layout=minimal] p.block-featured-article__label{box-shadow:none;color:var(--accent);letter-spacing:.14em;background:0 0;border-radius:0;margin:0 0 10px;padding:0;font-size:.7rem;position:static}.block-author-bio{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:22px;max-width:100%;margin:2.5rem 0;padding:26px 28px;display:flex}.block-author-bio img.block-author-bio__photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:80px;height:80px;margin:0}.block-author-bio .block-author-bio__body{min-width:0}.block-author-bio h3.block-author-bio__name{font-family:var(--font);letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.3rem;font-weight:700;line-height:1.15}.block-author-bio p.block-author-bio__title{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:4px 0 0;font-size:.72rem;font-weight:700}.block-author-bio p.block-author-bio__bio{color:var(--text-muted);margin:12px 0 0;font-size:.95rem;line-height:1.6}.block-author-bio ul.block-author-bio__socials{flex-wrap:wrap;gap:8px 18px;margin:14px 0 0;display:flex;padding:0!important;list-style:none!important}.block-author-bio ul.block-author-bio__socials li{margin:0}.block-author-bio .block-author-bio__socials a{letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft);font-size:.68rem;font-weight:700;text-decoration:none}.block-author-bio .block-author-bio__socials a:hover{color:var(--accent)}.block-author-bio a.block-author-bio__cta{letter-spacing:.06em;text-transform:uppercase;color:var(--text);border-bottom:2px solid var(--accent);margin-top:16px;padding-bottom:2px;font-size:.72rem;font-weight:700;text-decoration:none;display:inline-block}.block-author-bio a.block-author-bio__cta:hover{color:var(--accent)}.block-columns{--columns-count:2;grid-template-columns:repeat(var(--columns-count), 1fr);gap:28px;max-width:100%;margin:2rem 0;display:grid}.block-columns[data-cols="3"]{--columns-count:3}.block-columns[data-cols="4"]{--columns-count:4}.block-columns[data-valign=center]{align-items:center}.block-columns[data-valign=bottom]{align-items:end}.block-columns .block-columns__column{min-width:0}.block-columns .block-columns__column>:first-child{margin-top:0}.block-columns .block-columns__column>:last-child{margin-bottom:0}.block-x-embed,.block-instagram-embed{justify-content:center;margin:2rem 0;display:flex}.block-x-embed .block-x-embed__frame,.block-instagram-embed .block-instagram-embed__frame{width:100%;max-width:550px}.block-x-embed blockquote,.block-instagram-embed blockquote{color:var(--text);background:0 0;border:0;border-radius:0;margin:0 auto;padding:0;font-style:normal}.block-hero h2.block-hero__title,.block-cta h2.block-cta__headline,.block-accordion h3.block-accordion__heading,.block-stats h3.block-stats__heading,.block-newsletter h3.block-newsletter__headline,.block-featured-article h3.block-featured-article__title,.block-author-bio h3.block-author-bio__name{background:0 0;border:0;padding:0}@media (width<=640px){.block-gallery[data-cols="3"],.block-gallery[data-cols="4"]{--gallery-cols:2}.block-columns{grid-template-columns:1fr}.block-author-bio{flex-direction:column;gap:16px}.block-newsletter .block-newsletter__form{flex-direction:column}.block-newsletter .block-newsletter__button{justify-content:center;width:100%}.block-featured-article[data-layout=wide]>a{min-height:0;padding:24px 26px;display:block}.block-featured-article[data-layout=wide] .block-featured-article__cover{width:100%;margin:0 0 14px;position:static}.block-featured-article[data-layout=wide] .block-featured-article__cover img{aspect-ratio:4/3;height:auto}}:root{--max-w:1200px}.services-grid{grid-template-columns:repeat(3,1fr);gap:32px 28px;margin:36px 0 8px;display:grid}.services-grid .service-card{text-align:center;color:inherit;flex-direction:column;text-decoration:none;display:flex}.services-grid .service-card figure{margin:0 0 14px}.services-grid .service-card img{object-fit:contain;aspect-ratio:auto;border-radius:var(--radius,8px);width:auto;max-width:100%;margin:0 auto;display:block;height:210px!important}.services-grid .service-card__title{margin:0 0 8px;font-size:1.15rem}.services-grid .service-card:hover .service-card__title{text-decoration:underline}.services-grid .service-card__desc{color:var(--text-muted);margin:0 0 10px;font-size:.95rem}.services-grid .service-card__more{color:var(--accent);margin-top:auto;font-weight:600}.services-cta{text-align:center;margin:8px 0 40px}.services-cta a.services-cta__btn{background:var(--accent);color:#fff;border-radius:var(--radius-pill,999px);padding:12px 24px;font-weight:600;text-decoration:none;display:inline-block}.services-cta a.services-cta__btn:hover{background:var(--accent-2);color:#fff}.btn-row{flex-wrap:wrap;gap:14px;margin:20px 0 28px;display:flex}.home-content .btn-row a.btn,.article-body .btn-row a.btn{background:var(--accent);color:#fff;border-radius:var(--radius-pill,999px);padding:11px 22px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-block}.home-content .btn-row a.btn:hover,.article-body .btn-row a.btn:hover{background:var(--accent-2);color:#fff}.home-recent .recent-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin:0 0 48px;display:grid}.home-recent .recent-card{border:1px solid var(--border);border-radius:var(--radius,8px);background:var(--surface,#fff);transition:box-shadow .18s var(--ease), transform .18s var(--ease);overflow:hidden}.home-recent .recent-card:hover{background:var(--surface,#fff);transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.home-recent .recent-card a{flex-direction:column;align-items:stretch;gap:0;padding:0;display:flex}.home-recent .recent-card img{object-fit:cover;width:100%;height:200px;display:block!important}.home-recent .recent-card .meta{padding:16px 18px 20px;display:block}.home-recent .recent-card time{margin-bottom:8px;display:block}.home-recent .recent-card h3{margin:0 0 8px;font-size:1.15rem;text-decoration:none}.home-recent .recent-card:hover h3{text-decoration:underline}.home-recent .recent-card p{color:var(--text-muted);margin:0 0 14px;font-size:.95rem;display:block}.home-recent .recent-card .card-readmore{background:var(--accent);color:#fff;border-radius:var(--radius-pill,999px);padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.site-footer .footer-inner{grid-template-columns:1.3fr 1fr 1fr auto}.site-footer .footer-brand-name{text-transform:none;letter-spacing:-.01em;font-size:1.5rem;font-weight:700}.site-footer .footer-col-title{text-transform:none;letter-spacing:-.01em;color:var(--text);margin-bottom:18px;font-size:1.3rem;font-weight:700}.site-footer .footer-post-list li{margin-bottom:14px}.site-footer .footer-post-link{text-underline-offset:2px;text-decoration:underline}.site-footer .footer-niche{text-transform:none;letter-spacing:normal;color:var(--text-muted);font-size:.95rem;font-weight:400}.site-footer .footer-niche a{color:inherit}.site-footer .footer-tagline{color:var(--text-muted);font-size:.95rem}.site-footer .footer-socials{flex-direction:column;align-items:flex-start;gap:12px;margin-top:0}.site-footer .footer-socials:before{content:none}.site-footer .footer-social{border:1px solid var(--border);border-radius:var(--radius-pill,999px);color:var(--text);gap:8px;padding:7px 16px 7px 13px}.site-footer .footer-social:hover{background:var(--bg-2,#f7f7f5)}.site-footer .footer-social__label{font-size:.9rem;display:inline}@media (width<=760px){.services-grid,.home-recent .recent-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.site-footer .footer-inner{grid-template-columns:1fr}.site-footer .footer-socials{flex-direction:row}}
