:root{--color-black:#000;--color-white:#fff;--color-tahini:#d4a45e;--color-gray-200:#e5e7eb;--color-gray-400:#9ca3af;--font-sans:"Roboto Mono", monospace;--font-mono:"Roboto Mono", monospace;--max-content:1400px;--header-height:91px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}html,body{font-family:Roboto Mono,monospace}body{min-height:100%;color:var(--color-black);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-size:16px;line-height:1.5;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:9999;background:var(--color-white);color:var(--color-black);border:2px solid var(--color-black);padding:.5rem 1rem;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}.site-header{background:var(--color-black);color:var(--color-white);z-index:100;position:sticky;top:0}.nav-wrapper{height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;max-width:100%;padding:0 1rem;display:flex}.menu-toggle{cursor:pointer;z-index:2;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:8px;display:flex}.menu-toggle span{background:var(--color-white);width:24px;height:2px;display:block}.brand{flex-shrink:0;margin-right:auto}.brand-logo{letter-spacing:.04em;color:var(--color-white);text-transform:uppercase;white-space:nowrap;font-size:1rem;font-weight:700;line-height:1;display:block}.primary-nav{display:none}.primary-nav ul{gap:1.5rem;list-style:none;display:flex}.primary-nav a{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700}.primary-nav a[aria-current=page]{text-decoration:underline}.header-search{border:1px solid var(--color-white);align-items:center;padding:.25rem .5rem;display:none}.header-search input{color:var(--color-white);background:0 0;border:none;outline:none;width:120px}.header-search input::placeholder{color:var(--color-gray-400)}.header-search button{color:var(--color-white);cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.primary-nav.is-open{inset:0;top:var(--header-height);background:var(--color-black);z-index:99;padding:2rem;display:block;position:fixed}.primary-nav.is-open ul{flex-direction:column;gap:1.5rem}.primary-nav.is-open a{font-size:1.5rem}@media (min-width:1024px){.menu-toggle{display:none}.primary-nav{background:0 0;padding:0;display:block;position:static}.header-search{display:flex}}.post-image{aspect-ratio:16/10;background-color:var(--color-black);background-image:radial-gradient(circle at calc(var(--seed) * 7%) calc(var(--seed) * 11%), var(--color-tahini) 0%, transparent 50%), radial-gradient(circle at calc(var(--seed) * 13%) calc(var(--seed) * 5%), var(--color-white) 0%, transparent 30%), repeating-radial-gradient(circle at 50% 50%, var(--color-white) 0 1px, transparent 1px 4px);filter:contrast(1.4)grayscale();background-size:100% 100%,80% 80%,3px 3px;width:100%}.post-image--photo{background-color:var(--color-black);filter:none;background-image:none;position:relative;overflow:hidden}.post-image__img{object-fit:cover}.loading-message,.error-message{text-align:center;padding:3rem 1.5rem;font-size:1.125rem}.error-message{color:#8b1e1e}.hero-section{width:100%}.page-title{text-transform:uppercase;letter-spacing:.04em;text-align:center;background:var(--color-white);max-width:var(--max-content);width:100%;margin:0 auto;padding:2rem 1.5rem;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700}.hero-inner{flex-direction:column;width:100%;display:flex}.hero-image-wrap{width:100%}.hero-image-link{display:block}.hero-image-link .post-image{aspect-ratio:4/3;min-height:280px}.hero-content{background:var(--color-tahini);padding:2rem 1.5rem}.hero-title{text-transform:uppercase;letter-spacing:.02em;-webkit-text-stroke:1.5px var(--color-black);color:#0000;margin-bottom:1rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.1}.hero-title-link:hover .hero-title,.hero-title-link:focus .hero-title{color:var(--color-black);-webkit-text-stroke:0}.hero-byline{font-family:var(--font-mono);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem}.hero-excerpt{margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.btn-outline{border:2px solid var(--color-black);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .15s,color .15s;display:inline-block}.btn-outline:hover{background:var(--color-black);color:var(--color-white);text-decoration:none}@media (min-width:1024px){.page-title{text-align:left;padding:2rem 2rem 1.5rem}.hero-inner{background:var(--color-tahini);flex-direction:row;align-items:stretch;width:100%}.hero-image-wrap{flex-shrink:0;width:50%;min-height:420px}.hero-image-link{height:100%}.hero-image-link .post-image{aspect-ratio:unset;height:100%;min-height:420px}.hero-content{background:0 0;flex-direction:column;justify-content:center;width:50%;padding:3rem;display:flex}.hero-title{color:var(--color-black);-webkit-text-stroke:0}}.blog-main{background:var(--color-gray-200);flex:1}.blog-layout{max-width:var(--max-content);flex-direction:column;margin:0 auto;padding:1.5rem 1rem 3rem;display:flex}.blog-content{flex:1;min-width:0}@media (min-width:1024px){.blog-layout{flex-direction:row;align-items:flex-start;gap:2.5rem;padding:2.5rem 2rem 4rem}.sidebar{flex-shrink:0;order:1;width:28%;padding-top:0}.blog-content{flex:1;order:2;min-width:0;padding-top:0}}@media (min-width:1280px){.blog-layout{gap:3rem;padding:3rem 2rem 4rem}.sidebar{width:25%}}.section-label{text-transform:uppercase;letter-spacing:.04em;margin-bottom:2rem;font-size:1.75rem;font-weight:700}@media (min-width:1024px){.section-label{letter-spacing:.1em;border-bottom:1px solid var(--color-black);margin-bottom:0;padding-bottom:.75rem;font-size:.875rem}}.featured-section{margin-bottom:3rem}.featured-grid{flex-direction:column;gap:3rem;display:flex}@media (min-width:1024px){.featured-section{margin-bottom:4rem}.featured-grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem;margin-top:2rem;display:grid}.featured-card-title{font-size:1rem}.featured-card-excerpt{font-size:.875rem;line-height:1.5}}.featured-card-image{margin-bottom:1rem;display:block}.featured-card-image .post-image{aspect-ratio:16/9}.featured-card-title{text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;line-height:1.15}.featured-card-byline{font-family:var(--font-mono);text-transform:uppercase;margin-bottom:.75rem;font-size:.8125rem}.featured-card-excerpt{font-size:.9375rem;line-height:1.6}.recent-section{margin-bottom:2rem}.recent-list{flex-direction:column;gap:2.5rem;display:flex}.recent-category{text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-block}.recent-card-title{text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;line-height:1.15}.recent-card-byline{font-family:var(--font-mono);text-transform:uppercase;margin-bottom:.75rem;font-size:.8125rem}.recent-card-excerpt{margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.recent-card-image{display:block}.recent-card-image .post-image{aspect-ratio:16/9;max-width:100%}.posts-navigation{border-top:1px solid var(--color-black);margin-top:3rem;padding-top:1.5rem}.older-posts{text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:700}.sidebar{padding-top:2rem}.sidebar-heading{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:900;line-height:.95}.sidebar-filter{margin-bottom:1.5rem}.sidebar-filter label{text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.sidebar-filter select,.sidebar-filter input[type=text]{border:2px solid var(--color-black);background:var(--color-white);text-transform:uppercase;appearance:none;cursor:pointer;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.sidebar-filter select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.sidebar-filter input[type=text]{text-transform:none;cursor:text;font-weight:400}.sidebar-search{border:2px solid var(--color-black);margin-top:2rem;display:flex}.sidebar-search input{text-transform:uppercase;background:0 0;border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:700}.sidebar-search button{background:var(--color-white);color:var(--color-black);border:none;border-left:2px solid var(--color-black);cursor:pointer;justify-content:center;align-items:center;padding:.75rem 1rem;display:flex}.sidebar-about{border-top:1px solid var(--color-black);margin-top:3rem;padding-top:2rem}.sidebar-about>a{margin-bottom:1.5rem;display:inline-block}.sidebar-about h3{text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.rss-link{color:var(--color-black);display:inline-flex}.sidebar-masthead{border-top:1px solid var(--color-black);margin-top:3rem;padding-top:2rem}.sidebar-masthead h2{text-transform:uppercase;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.sidebar-masthead p{margin-bottom:1rem;font-size:.875rem;line-height:1.7}.sidebar-masthead strong{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}@media (min-width:1024px){.sidebar-masthead{display:none}}.masthead-desktop{border-top:1px solid var(--color-black);margin-top:3rem;padding-top:2rem;display:none}.masthead-desktop h2{text-transform:uppercase;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.masthead-desktop p{margin-bottom:1rem;font-size:.875rem;line-height:1.7}.masthead-desktop strong{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;display:block}@media (min-width:1024px){.masthead-desktop{display:block}}.site-footer{background:var(--color-black);color:var(--color-white);margin-top:auto}.footer-inner{max-width:var(--max-content);margin:0 auto;padding:3rem 1.5rem 2rem}.footer-newsletter h3{text-transform:uppercase;letter-spacing:.02em;margin-bottom:1.5rem;font-size:clamp(1.25rem,4vw,2rem);font-weight:700}.footer-newsletter form{flex-direction:column;gap:0;max-width:480px;margin-bottom:3rem;display:flex}.footer-newsletter input{border:2px solid var(--color-white);color:var(--color-white);text-transform:uppercase;background:0 0;outline:none;padding:1rem;font-size:.875rem}.footer-newsletter input::placeholder{color:var(--color-gray-400)}.footer-newsletter button{background:var(--color-white);color:var(--color-black);border:2px solid var(--color-white);text-transform:uppercase;cursor:pointer;padding:1rem;font-size:.875rem;font-weight:700;transition:background .15s,color .15s}.footer-newsletter button:hover{color:var(--color-white);background:0 0}.footer-nav{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:640px){.footer-nav{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-nav{grid-template-columns:repeat(3,1fr)}}.footer-nav-group h4{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:700}.footer-nav-group h4 a:hover{text-decoration:underline}.footer-nav-group ul{list-style:none}.footer-nav-group li{margin-bottom:.35rem}.footer-nav-group a{text-transform:uppercase;letter-spacing:.03em;font-size:.8125rem}.footer-contact h4{margin-bottom:0}.footer-legal{border-top:1px solid #ffffff4d;padding-top:2rem;font-size:.8125rem}.footer-legal a:hover{text-decoration:underline}.post-page-main{background:var(--color-white);flex:1}.post-page{max-width:780px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.post-header{border-bottom:1px solid var(--color-black);margin-bottom:2.5rem;padding-bottom:2rem}.post-title{text-transform:uppercase;letter-spacing:.02em;margin-bottom:1.5rem;font-size:clamp(2rem,6vw,3.25rem);font-weight:700;line-height:1.05}.post-meta{flex-direction:column;gap:.75rem;display:flex}.post-authors{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.post-date{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.post-share{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.5rem;display:flex}.post-share-label{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.post-share-list{flex-wrap:wrap;gap:.75rem 1rem;list-style:none;display:flex}.post-share-list a,.post-share-list button{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-family:inherit;font-size:.75rem;font-weight:700}.post-share-list a:hover,.post-share-list button:hover{text-decoration:underline}.post-body{flex-direction:column;gap:2.5rem;display:flex}.post-content{font-size:1rem;line-height:1.75}.post-content h2{text-transform:uppercase;letter-spacing:.06em;margin:2rem 0 1rem;font-size:1.125rem;font-weight:700}.post-content h2:first-child{margin-top:0}.post-content p{margin-bottom:1.25rem}.post-content p:last-child{margin-bottom:0}.post-content a{text-underline-offset:2px;text-decoration:underline}.post-content a:hover{color:var(--color-tahini)}.post-subscribe{border-top:1px solid var(--color-gray-200);border-bottom:1px solid var(--color-gray-200);padding:2rem 0}.post-subscribe-lead{margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.post-subscribe-form{flex-direction:column;max-width:420px;display:flex}.post-subscribe-form input{border:2px solid var(--color-black);background:0 0;outline:none;padding:.875rem 1rem;font-size:.875rem}.post-subscribe-form button{border:2px solid var(--color-black);background:var(--color-black);color:var(--color-white);text-transform:uppercase;cursor:pointer;border-top:none;padding:.875rem 1rem;font-size:.875rem;font-weight:700}.post-subscribe-form button:hover{background:var(--color-white);color:var(--color-black)}.post-back-link{text-transform:uppercase;letter-spacing:.05em;text-underline-offset:3px;font-size:.875rem;font-weight:700;text-decoration:underline;display:inline-block}.related-posts{max-width:var(--max-content);border-top:1px solid var(--color-black);margin:0 auto;padding:0 1.5rem 4rem}.related-posts-heading{text-transform:uppercase;letter-spacing:.04em;padding:2.5rem 0 2rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.related-posts-grid{grid-template-columns:1fr;gap:2rem;display:grid}.related-post-card h3{text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem;font-size:clamp(1.125rem,3vw,1.5rem);font-weight:700;line-height:1.15}.related-post-byline{font-family:var(--font-mono);text-transform:uppercase;font-size:.8125rem}@media (min-width:768px){.post-page{padding:3.5rem 2rem 4rem}.post-subscribe-form{flex-direction:row}.post-subscribe-form button{border-top:2px solid var(--color-black);white-space:nowrap;border-left:none}.related-posts-grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}}@media print{.site-header,.site-footer,.post-share,.post-subscribe,.post-back-link,.related-posts{display:none}.post-page{max-width:none;padding:0}}
