:root{--colors--cream:#f8f4f1;--colors--black:#111315;--colors--orange:#eb5622;--colors--blue-gray:#a7c2d5;--sizes--m:7.14vw;--sizes--l:10.71vw;--sizes--s:3.57vw;--sizes--xs:1.785vw;--sizes--xl:14.28vw}@font-face{font-family:maisonneue;src:url(/fonts/MaisonNeue.ttf)format('truetype');font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:maisonneue,sans-serif;height:100%}body{margin:0;background-color:var(--colors--cream);color:var(--colors--black);font-family:maisonneue,sans-serif;font-size:1.375rem;font-weight:400;line-height:140%;overflow-x:hidden;position:relative}body.homepage-mode{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:spectral,serif;margin:0;color:var(--colors--black)}.heading-l{font-size:6rem;font-weight:400;line-height:120%;font-family:spectral,serif}.paragraph-s{font-size:1rem;line-height:140%}.paragraph-s.cc-light{font-weight:300}a{color:var(--colors--black);text-decoration:underline;text-decoration-color:rgba(17,19,21,.3);text-underline-offset:.2em;background-color:transparent;transition:color .2s ease,text-decoration-color .2s ease}a:hover{color:var(--colors--orange);text-decoration-color:var(--colors--orange)}.top-nav-link,.site-title,.button,.read-more,.pagination-link,.footer-logo-text,.social-icon_footer,.category-filter,.category-card-link,.tag-item,.article-title a,.post-title a,.blog-post-summary a{text-decoration:none}.section{overflow:hidden;padding-bottom:0;min-height:100vh;height:100vh;display:flex;align-items:center;position:relative}.max-width{max-width:1440px;margin-left:auto;margin-right:auto}.padding-m{padding:var(--sizes--m)}.padding-s_tb{padding-top:var(--sizes--s);padding-bottom:var(--sizes--s)}.position-relative{position:relative}.navbar{z-index:1000;background:var(--colors--cream);position:fixed;top:0;left:0;right:0;padding:1rem 0;border-bottom:1px solid rgba(17,19,21,5%)}.nav-wrap{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center}.top-nav{margin-bottom:1rem;display:flex;justify-content:center;align-items:center;gap:2rem;font-size:.9rem}.top-nav-link{color:rgba(17,19,21,.7);text-decoration:none;font-weight:500;transition:color .2s ease;letter-spacing:.5px}.top-nav-link:hover{color:var(--colors--orange)}.site-branding{text-align:center}.site-title{display:inline-block;font-family:spectral,serif;font-size:2.5rem;font-weight:400;color:var(--colors--black);text-decoration:none;transition:color .2s ease;margin-bottom:.5rem}.site-title:hover{color:var(--colors--orange)}.site-tagline{font-size:1rem;color:rgba(17,19,21,.6);margin:0;font-weight:400;letter-spacing:.5px}.theory-ventures-link{color:rgba(17,19,21,.8);text-decoration:underline;text-decoration-color:rgba(235,86,34,.4);text-underline-offset:.15em;transition:color .2s ease,text-decoration-color .2s ease}.theory-ventures-link:hover{color:var(--colors--orange);text-decoration-color:var(--colors--orange)}.button{background-color:var(--colors--black);color:var(--colors--cream);text-align:center;border-radius:8px;flex:none;min-width:175px;margin-left:0;margin-right:0;padding:18px 32px;font-size:1.125rem;font-weight:400;line-height:100%;transition:background-color .2s;cursor:pointer;border:0;text-decoration:none;display:inline-block;box-shadow:0 2px 8px rgba(0,0,0,.3)}.button:hover{background-color:var(--colors--orange);color:var(--colors--cream)}.hero-section{display:flex;align-items:center;justify-content:center;min-height:100vh;position:relative;width:100%;height:100vh}.hero-container{display:flex;align-items:center;justify-content:center;width:100%;padding:0 var(--sizes--m)}.hero-text-wrapper{text-align:center;max-width:800px}.hero-text{font-family:spectral,serif;margin-bottom:1.5rem}.home-hero_superscript{font-size:1rem;font-weight:400;vertical-align:baseline;text-decoration:none;color:var(--colors--cream);background-color:var(--colors--black);padding:16px 14px 14px 10px;border-radius:4px;position:relative;display:inline-block;line-height:0;transform:matrix(1,0,0,1,0,-48);min-width:25px;min-height:25px;transition:background-color .2s ease}.home-hero_superscript:hover{background-color:var(--colors--orange)}.home-hero_superscript-link{text-decoration:none;color:inherit;position:relative;display:inline-block}.blog-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem}.blog-post-summary{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.blog-post-summary:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.15)}.post-image{aspect-ratio:16/9;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post-summary:hover .post-image img{transform:scale(1.05)}.post-content{padding:2rem}.post-title a{font-size:1.5rem;font-weight:600;line-height:1.3;color:var(--colors--black);text-decoration:none;transition:color .2s ease}.post-title a:hover{color:var(--colors--orange)}.post-meta{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0;font-size:.875rem;color:rgba(17,19,21,.7)}.post-date{color:rgba(17,19,21,.7)}.post-categories{display:flex;gap:.5rem}.category-tag{background:rgba(235,86,34,.1);color:var(--colors--orange);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.post-summary{color:rgba(17,19,21,.8);line-height:1.6;margin-bottom:1.5rem}.read-more{color:var(--colors--orange);font-weight:500;text-decoration:none;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;transition:color .2s ease}.read-more:hover{color:var(--colors--black)}.blog-post-section{min-height:calc(100vh - 180px);padding:200px 0 4rem;background:var(--colors--cream)}.blog-post{max-width:800px;margin:0 auto}.hero-image-container{margin-bottom:3rem;border-radius:12px;overflow:hidden}.hero-image{width:100%;aspect-ratio:16/9;object-fit:cover}.post-header{margin-bottom:3rem;text-align:center}.post-title{font-size:2.5rem;font-weight:400;line-height:1.2;margin-bottom:2rem}.post-content{font-size:1.125rem;line-height:1.7;color:var(--colors--black)}.post-content h2,.post-content h3,.post-content h4{font-family:spectral,serif;margin:2.5rem 0 1.5rem;color:var(--colors--black)}.post-content h2{font-size:2rem}.post-content h3{font-size:1.5rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin:1.5rem 0;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:4px solid var(--colors--orange);padding-left:2rem;margin:2rem 0;font-style:italic;color:rgba(17,19,21,.8)}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.post-content table{width:100%;border-collapse:collapse;margin:2rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,8%);font-size:.95rem}.post-content table th{background:var(--colors--black);color:var(--colors--cream);font-family:spectral,serif;font-weight:600;text-align:left;padding:1rem 1.25rem;border-bottom:none;font-size:1rem}.post-content table th:first-child{border-top-left-radius:8px}.post-content table th:last-child{border-top-right-radius:8px}.post-content table td{padding:.875rem 1.25rem;border-bottom:1px solid rgba(17,19,21,8%);vertical-align:top}.post-content table tbody tr:hover{background:rgba(235,86,34,3%)}.post-content table tbody tr:last-child td{border-bottom:none}.post-content table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.post-content table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.post-content table td[style*="text-align: right"],.post-content table th[style*="text-align: right"]{text-align:right;font-variant-numeric:tabular-nums}.post-content table:not([style*=border-collapse]){border:1px solid rgba(17,19,21,.1);box-shadow:0 2px 8px rgba(0,0,0,6%)}.post-content table:not([style*=border-collapse]) th{background:var(--colors--black);color:var(--colors--cream);font-family:spectral,serif;font-weight:600;border-bottom:none;padding:1rem 1.25rem}.post-content table:not([style*=border-collapse]) td{padding:.875rem 1.25rem;border-bottom:1px solid rgba(17,19,21,8%);vertical-align:top}.post-content table:not([style*=border-collapse]) tbody tr:hover{background:rgba(235,86,34,3%)}.post-content pre{background:var(--colors--black);color:#f8f8f2;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:2rem 0 3rem;font-size:.9rem;line-height:1.5}.post-content code{font-family:courier new,Courier,monospace}.post-content pre code{background:0 0;padding:0;color:inherit}.post-content p code,.post-content li code{background:rgba(17,19,21,8%);padding:.2em .4em;border-radius:3px;font-size:.9em}.post-content .comment,.post-content .c,.post-content .c1,.post-content .cm{color:#d4a574;font-style:italic}.post-content .keyword,.post-content .k,.post-content .kd{color:#66d9ef}.post-content .string,.post-content .s,.post-content .s1,.post-content .s2{color:#a6e22e}.post-content .number,.post-content .m,.post-content .mi{color:#ae81ff}.post-content .function,.post-content .nf{color:#fd971f}.post-content .operator,.post-content .o{color:#f92672}.post-content a{color:var(--colors--black);text-decoration:underline;text-decoration-color:var(--colors--orange);text-underline-offset:.2em;text-decoration-thickness:1px;transition:all .2s ease}.post-content a:hover{color:var(--colors--orange);text-decoration-color:var(--colors--black);text-decoration-thickness:2px}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(17,19,21,.1)}.post-tags{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tags-label{font-weight:600;color:rgba(17,19,21,.7)}.tag{background:rgba(17,19,21,5%);color:var(--colors--black);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;transition:background-color .2s ease}.tag:hover{background:rgba(235,86,34,.1);color:var(--colors--orange)}.newsletter-signup{background:rgba(235,86,34,5%);border:2px solid rgba(235,86,34,.1);border-radius:12px;padding:3rem 2rem;margin:4rem 0;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.newsletter-signup-title{font-family:spectral,serif;font-size:1.75rem;font-weight:400;color:var(--colors--black);margin-bottom:1rem}.newsletter-signup-description{font-size:1.125rem;color:rgba(17,19,21,.8);margin-bottom:2rem;line-height:1.5}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;padding:1rem 1.25rem;border:2px solid rgba(17,19,21,.1);border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.newsletter-input:focus{outline:none;border-color:var(--colors--orange);box-shadow:0 0 0 3px rgba(235,86,34,.1)}.newsletter-input::placeholder{color:rgba(17,19,21,.5)}.newsletter-button{padding:1rem 2rem;background:var(--colors--orange);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.newsletter-button:hover{background:#d94e1f;transform:translateY(-1px)}.newsletter-button:active{transform:translateY(0)}@media screen and (max-width:479px){.newsletter-form{flex-direction:column;gap:1rem}.newsletter-signup{padding:2rem 1.5rem;margin:3rem 0}.newsletter-signup-title{font-size:1.5rem}}.author-bio{text-align:center;padding:1.5rem 0;margin:2rem 0;font-size:.85rem;line-height:1.5;border-top:1px solid rgba(167,194,213,.15)}.author-bio-description{font-size:.9rem;color:rgba(17,19,21,.7);margin-bottom:.5rem;line-height:1.5}.author-media{font-size:.8rem;color:rgba(17,19,21,.6);margin:0}.author-media a{color:rgba(17,19,21,.6);text-decoration:none;transition:color .2s ease}.author-media a:hover{color:var(--colors--orange)}.post-author{margin-bottom:1rem;color:rgba(17,19,21,.7);font-size:1rem}.author-name{font-weight:600;color:var(--colors--black)}.author-title{color:rgba(17,19,21,.7)}.post-updated{color:rgba(17,19,21,.6);font-size:.9em;margin-left:.5rem}.footer{background-color:var(--colors--cream);border-top:1px solid rgba(17,19,21,.1);padding:3rem 0;margin-top:4rem}.footer-container{max-width:1440px;margin:0 auto;padding:0 var(--sizes--m)}.wrap-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-item{display:flex;align-items:center;flex:1}.footer-logo-item{justify-content:flex-start}.footer-copyright-item{justify-content:center;text-align:center}.footer-social-item{justify-content:flex-end}.footer-logo-text{font-family:spectral,serif;font-size:1.25rem;font-weight:600;color:var(--colors--black);text-decoration:none;transition:color .2s ease}#footer-logo-link:hover .footer-logo-text{color:var(--colors--orange)}#footer-copyright{font-size:.875rem;color:rgba(17,19,21,.7)}.wrap-footer_links{display:flex;gap:1rem;align-items:center}.social-icon_footer{width:32px;height:32px;color:var(--colors--black);transition:color .2s ease;display:inline-flex;align-items:center;justify-content:center}.social-icon_footer:hover{color:var(--colors--orange)}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding:2rem 0}.pagination-link{background:var(--colors--black);color:var(--colors--cream);padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.pagination-link:hover{background:var(--colors--orange);color:var(--colors--cream)}.pagination-info{color:rgba(17,19,21,.7);font-weight:500}.articles-page{margin-top:180px;min-height:calc(100vh - 180px);background:var(--colors--cream);padding-bottom:4rem}.articles-container{max-width:1000px;margin:0 auto;padding:0 3rem}.articles-header{margin-bottom:3rem}.articles-title{font-family:spectral,serif;font-size:3rem;font-weight:400;color:var(--colors--black);margin:0}.category-filters{display:flex;align-items:center;gap:2rem;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid rgba(17,19,21,.1)}.category-filter{color:rgba(17,19,21,.7);text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s ease;position:relative}.category-filter:hover,.category-filter.active{color:var(--colors--black)}.category-filter.active::after{content:'';position:absolute;bottom:-1.05rem;left:0;right:0;height:2px;background:var(--colors--black)}.search-icon{margin-left:auto;color:rgba(17,19,21,.6);cursor:pointer;transition:color .2s ease}.search-icon:hover{color:var(--colors--black)}.articles-list{display:flex;flex-direction:column}.article-item{padding:2rem 0;border-bottom:1px solid rgba(17,19,21,.1);display:flex;align-items:flex-start;gap:2rem}.article-item:last-child{border-bottom:none}.article-content{flex:1;min-width:0}.article-date{font-size:.875rem;font-weight:600;color:rgba(17,19,21,.6);margin-bottom:.75rem;letter-spacing:1px}.article-title{margin:0;font-family:spectral,serif;font-size:2rem;font-weight:400;line-height:1.3}.article-title a{color:var(--colors--black);text-decoration:none;transition:color .2s ease}.article-title a:hover{color:var(--colors--orange)}.article-description{font-size:1rem;line-height:1.5;color:rgba(17,19,21,.7);margin:1rem 0 0}.article-thumbnail{flex-shrink:0;width:300px;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:rgba(17,19,21,5%);transition:transform .2s ease}.article-thumbnail:hover{transform:scale(1.05)}.article-thumbnail img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.article-thumbnail:hover img{opacity:.9}.article-item:not(.has-image){display:block}.article-item:not(.has-image) .article-content{flex:none}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.category-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.category-card-link{text-decoration:none;color:inherit;display:block}.category-card-title{font-family:spectral,serif;font-size:1.5rem;font-weight:400;color:var(--colors--black);margin:0 0 1rem;transition:color .2s ease}.category-card:hover .category-card-title{color:var(--colors--orange)}.category-card-count{font-size:.875rem;color:rgba(17,19,21,.6);font-weight:500}.tag-cloud{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem;line-height:1.6}.tag-item{background:#fff;color:var(--colors--black);text-decoration:none;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;align-items:center;gap:.75rem;border:1px solid rgba(17,19,21,.1)}.tag-item:hover{background:var(--colors--orange);color:var(--colors--cream);transform:translateY(-2px);box-shadow:0 4px 16px rgba(235,86,34,.2)}.tag-name{font-weight:500}.tag-count{background:rgba(17,19,21,.8);color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.875rem;font-weight:600;min-width:20px;text-align:center}.tag-item:hover .tag-count{background:rgba(0,0,0,.3)}@media screen and (min-width:1440px){body{--sizes--m:100px;--sizes--l:150px;--sizes--s:50px;--sizes--xs:25px;--sizes--xl:200px}}@media screen and (max-width:1024px){.heading-l{font-size:clamp(2.5rem,6vw,4rem);line-height:1.1}.home-hero_superscript{transform:matrix(1,0,0,1,0,-18);padding:10px 9px 9px 7px}}@media screen and (max-width:767px){body{font-size:1.125rem;--sizes--s:5.35vw;--sizes--xs:3.57vw}.button{min-width:0;font-size:1.125rem;width:100%}.heading-l{font-size:3.3rem;letter-spacing:-.1rem}.nav-menu{display:none}.wrap-footer{flex-direction:column;gap:var(--sizes--s);text-align:center}.footer-item{justify-content:center}.blog-posts{grid-template-columns:1fr;gap:2rem}.post-title{font-size:2rem}.article-item{flex-direction:column;gap:1.5rem}.article-content{order:1}.article-thumbnail{order:2;width:100%;max-width:none}.section{min-height:auto;height:auto}.hero-section{min-height:100vh;height:auto;padding:6rem 0 4rem}.home-hero_superscript{padding:11px 10px 10px 7px;font-size:.75rem;transform:matrix(1,0,0,1,0,-48)}.post-tags,.post-categories{display:none!important}}@media screen and (max-width:479px){body{--sizes--s:7.14vw;--sizes--xs:5.35vw;font-size:1.1875rem}.heading-l{font-size:2.6rem;letter-spacing:-.1rem}.home-hero_superscript{padding:10px 8px 9px 6px;transform:matrix(1,0,0,1,0,-48)}.post-content{font-size:1rem}.articles-page{margin-top:220px;padding-bottom:4rem}.articles-container{padding:0 1.5rem}.articles-title{font-size:2.5rem}.category-filters{flex-wrap:wrap;gap:1rem}.article-item{flex-direction:column;gap:1.5rem}.article-content{order:1}.article-thumbnail{order:2;width:100%;max-width:none}.article-title{font-size:1.5rem}.top-nav{flex-wrap:wrap;gap:1rem}.site-title{font-size:2rem}.category-grid{grid-template-columns:1fr}.tag-cloud{gap:.75rem}.tag-item{font-size:.9rem;padding:.75rem 1rem;gap:.5rem}.tag-count{font-size:.8rem;padding:.2rem .4rem}.post-content table{font-size:.875rem;display:block;overflow-x:auto;white-space:nowrap}.post-content table th,.post-content table td{padding:.75rem .875rem;min-width:100px}.post-tags,.post-categories{display:none!important}}