:root{--accent: #f2c14e;--accent-dark: #d89f20;--heading: #f5f1e8;--white: 255,255,255;--black: 235,235,235;--gray: 150,150,150;--gray-light: 70,70,70;--gray-dark: 20,20,20;--background: #121212;--panel: #181818;--panel-light: #1a1a1a;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 18px;--box-shadow: 0 2px 6px rgba(0,0,0,.25), 0 8px 24px rgba(0,0,0,.33), 0 16px 32px rgba(0,0,0,.33)}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-display:swap}.home{width:min(1100px,calc(100% - 2rem));padding-top:3rem}.home-hero{display:grid;grid-template-columns:1.6fr 1fr;gap:3rem;align-items:center;margin-bottom:5rem}.home-hero h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin-bottom:1.5rem}.home-hero p{max-width:650px;font-size:1.15rem;color:rgb(var(--gray))}.eyebrow{color:var(--accent);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.85rem}.hero-actions{display:flex;gap:1rem;margin-top:2rem}.hero-actions a{padding:.7rem 1.2rem;border-radius:8px;border:1px solid var(--accent)}.hero-actions a:first-child{background:var(--accent);color:#121212}.hero-actions a:hover{transform:translateY(-2px)}.hero-panel{background:#1a1a1a;padding:2rem;border-radius:16px;border:1px solid rgb(var(--gray-light));box-shadow:var(--box-shadow)}.hero-panel h2{margin:0 0 1rem;border:none;font-size:1.4rem}.hero-panel ul{list-style:none;padding:0;margin:0}.hero-panel li{padding:.75rem 0;border-bottom:1px solid rgb(var(--gray-light))}.hero-panel li:last-child{border-bottom:none}.home section{margin-bottom:5rem}.home section>h2{margin-bottom:2rem}.writing-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:2rem;align-items:start}.featured-card{height:100%;display:flex;flex-direction:column}.featured-card img{aspect-ratio:16/9}.featured-card>div:last-child{flex:1;display:flex;flex-direction:column}.featured-card .read-more{margin-top:auto}.featured-card,.small-card,.project-grid a{display:block;background:#181818;border:1px solid rgb(var(--gray-light));border-radius:16px;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.featured-card:hover,.small-card:hover,.project-grid a:hover{transform:translateY(-4px);border-color:var(--accent)}.featured-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.featured-card div{padding:1.5rem}.featured-card h3{color:var(--accent);margin:.5rem 0}.supporting-posts{display:flex;flex-direction:column;gap:1.5rem}.small-card{display:flex;flex-direction:column;background:var(--panel);border:1px solid #2b2b2b;border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s ease,border-color .2s ease}.small-card:hover{transform:translateY(-4px);border-color:var(--accent)}.small-card img{width:100%;height:100px;object-fit:cover;border-radius:0}.small-card-content{padding:1.25rem}.small-card h3{color:#fff;margin:.5rem 0;font-size:1.25rem}.small-card p:not(.date){color:rgb(var(--gray));margin-bottom:0}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.project-card{display:flex;flex-direction:column;background:var(--panel);border:1px solid #2b2b2b;border-radius:var(--radius-lg);overflow:hidden;color:inherit;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.project-card:hover{transform:translateY(-6px);border-color:var(--accent);box-shadow:var(--box-shadow)}.project-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0}.project-content{padding:1.5rem}.project-content h3{margin:0 0 .75rem;color:var(--accent)}.project-content p{color:rgb(var(--gray));margin-bottom:1rem}.project-content span{display:inline-block;padding:.25rem .7rem;border-radius:20px;background:#222;border:1px solid var(--accent);color:var(--accent);font-size:.8rem}.about-intro{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.about-image img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:18px;box-shadow:var(--box-shadow)}.about-text{max-width:700px}@media(max-width:800px){.about-intro{grid-template-columns:1fr}.about-image{max-width:320px;margin:auto}}@media(max-width:850px){.home-hero,.writing-grid,.project-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}}body{margin:0;background:var(--background);color:rgb(var(--black));font-family:Atkinson,system-ui,sans-serif;line-height:1.75;font-size:18px}main{width:min(1100px,calc(100% - 2rem));margin:auto;padding:var(--space-xl) 1rem}.site-header{width:100%;border-bottom:1px solid rgb(var(--gray-light));background:#121212}.site-header nav{width:min(1100px,calc(100% - 2rem));height:80px;margin:auto;display:flex;align-items:center;justify-content:space-between}.logo-link{display:flex;align-items:center}.logo-link img{border-radius:0}.internal-links{display:flex;align-items:center;gap:1.5rem}.internal-links a{color:rgb(var(--black));font-size:.9rem;font-weight:700;letter-spacing:.05em}.internal-links a:hover,.internal-links a.active{color:var(--accent)}.site-footer{width:min(1100px,calc(100% - 2rem));margin:5rem auto 2rem;padding-top:3rem;border-top:1px solid rgb(var(--gray-light))}.footer-inner{display:flex;justify-content:space-between;gap:2rem}.footer-inner h3{margin:0 0 .5rem;color:var(--accent)}.footer-inner p{color:rgb(var(--gray))}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:rgb(var(--gray))}.footer-links a:hover{color:var(--accent)}.copyright{margin-top:3rem;font-size:.85rem;color:rgb(var(--gray))}@media(max-width:700px){.site-header nav{height:auto;padding:1rem 0;flex-direction:column;gap:1rem}.internal-links{gap:1rem;flex-wrap:wrap;justify-content:center}.footer-inner{flex-direction:column}.footer-links{flex-wrap:wrap}}.writing-page .featured{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:3rem;align-items:center;margin-bottom:5rem}.writing-page .featured-image{display:block;height:380px;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--box-shadow)}.writing-page .featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.writing-page .featured-image:hover img{transform:scale(1.04)}.writing-page .featured-content{padding:1rem 0}.writing-page .featured-content .label{color:var(--accent);font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.writing-page .featured-content h2{border:none;padding:0;margin:.75rem 0 1rem;font-size:2.4rem;line-height:1.2}.writing-page .featured-content h2 a{color:var(--heading)}.writing-page .featured-content h2 a:hover{color:var(--accent)}.writing-page .featured-content p:not(.date){color:rgb(var(--gray));font-size:1.1rem}.writing-page .featured-content .tags{margin-top:1.5rem}@media(max-width:850px){.writing-page .featured{grid-template-columns:1fr}.writing-page .featured-image{height:auto;aspect-ratio:16/9}}.featured-card{display:flex;flex-direction:column}.featured-image{height:260px;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover}.featured-card div:last-child{padding:1.5rem}.featured-card h3{margin:.5rem 0 1rem;font-size:1.6rem}.featured-card p{color:rgb(var(--gray))}.read-more{display:inline-block;margin-top:.75rem;font-weight:700;color:var(--accent)}.archive h2{margin-bottom:2rem}.article-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.article-card{display:flex;flex-direction:column;background:#181818;border-radius:16px;overflow:hidden;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-5px);box-shadow:var(--box-shadow)}.article-card img{width:100%;height:180px;object-fit:cover}.article-body{padding:1.4rem}.article-body h3{margin:.5rem 0;color:#fff}.article-body p{color:rgb(var(--gray))}.date{color:rgb(var(--gray));font-size:.85rem}.tags{display:flex;flex-wrap:wrap;gap:.4rem}.tags span{background:#242424;color:var(--accent);border-radius:20px;padding:.2rem .65rem;font-size:.75rem}@media(max-width:800px){.featured{grid-template-columns:1fr}.featured-image img{height:auto}}.container{width:min(1100px,calc(100% - 2rem));margin:auto}.section{margin:var(--space-2xl) 0}.grid{display:grid;gap:var(--space-md)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}h1,h2,h3,h4,h5,h6{color:var(--heading);line-height:1.25;font-weight:700}h1{font-size:2.8rem;margin:0 0 var(--space-md)}h2{font-size:2rem;margin:3rem 0 1rem;padding-bottom:.4rem;border-bottom:1px solid rgb(var(--gray-light))}h3{font-size:1.55rem}p{margin:0 0 1.4rem}strong,b{font-weight:700}a{color:var(--accent);text-decoration:none;transition:.2s ease}a:hover{color:#fff}.panel,.card{background:var(--panel);border:1px solid #2b2b2b;border-radius:var(--radius-lg);padding:var(--space-md)}.card{transition:.2s ease}.card:hover{transform:translateY(-4px);border-color:var(--accent)}.button{display:inline-block;padding:.6rem 1.2rem;background:var(--accent);color:#121212;border-radius:var(--radius-sm);font-weight:700}.button:hover{background:var(--accent-dark);color:#121212}.meta{color:rgb(var(--gray));font-size:.9rem}.tag{display:inline-block;padding:.2rem .6rem;border-radius:20px;background:#222;color:var(--accent);border:1px solid var(--accent);font-size:.8rem}img{display:block;max-width:100%;height:auto;border-radius:var(--radius-sm)}.article-image{width:auto;max-width:85%;max-height:450px;margin:2.5rem auto;border-radius:var(--radius-md);box-shadow:var(--box-shadow)}.article-content figure{margin:3rem auto 4rem}.article-content figure img{max-width:100%;max-height:650px;margin:auto;object-fit:contain;border-radius:var(--radius-md);box-shadow:var(--box-shadow)}.article-content figcaption{max-width:85%;margin:1rem auto 0;padding:.75rem 1rem;background:var(--panel-light);border-left:3px solid var(--accent);color:rgb(var(--gray));font-size:.85rem}.article-page{width:min(1100px,calc(100% - 2rem));margin:auto}.article-hero{width:100%;margin-bottom:3rem}.article-hero img{display:block;width:min(1020px,100%);margin:auto;max-height:520px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--box-shadow)}.article-header{max-width:850px;margin:0 auto 3rem;text-align:center}.article-header h1{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.15;margin-bottom:1rem}.article-author{color:var(--accent);font-style:italic;margin-bottom:1rem}.article-meta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;color:rgb(var(--gray));font-size:.9rem}.article-divider{width:120px;margin:2rem auto;border:none;border-top:2px solid var(--accent)}.article-content ul,.article-content ol{margin:1.5rem 0;padding-left:1.5rem}.article-content blockquote{margin:2rem 0}.article-content{width:min(760px,100%);margin:auto}.article-content p{font-size:1.1rem;line-height:1.9}.article-content h2{margin-top:3rem}.article-content h3{margin-top:2rem}.article-content img{border-radius:var(--radius-md)}.article-content figure{margin:3rem auto}.article-content figcaption{text-align:center;margin-top:.75rem;color:rgb(var(--gray));font-size:.9rem}.article-author-bio{margin-top:5rem}.article-tags{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.article-tags span{background:#222;color:var(--accent);border:1px solid var(--accent);padding:.25rem .7rem;border-radius:20px;font-size:.8rem}.article-toc{max-width:760px;margin:2rem auto 3rem;padding:1.5rem;background:var(--panel);border:1px solid #2b2b2b;border-radius:var(--radius-lg)}.article-toc strong{display:block;margin-bottom:1rem;color:var(--accent)}.article-toc ul{list-style:none;padding:0;margin:0}.article-toc li{margin:.5rem 0}.article-toc a{color:rgb(var(--gray))}.article-toc a:hover{color:var(--accent)}.reading-progress{position:fixed;top:0;left:0;width:100%;height:4px;z-index:9999;background:transparent}.reading-progress-bar{height:100%;width:0%;background:var(--accent);transition:width .1s linear}@media(max-width:800px){.article-header h1{font-size:2.2rem}.article-content p{font-size:1rem}}table{width:100%;border-collapse:collapse;margin:2rem 0}th,td{padding:.75rem;border-bottom:1px solid rgb(var(--gray-light))}code{padding:.15rem .45rem;background:#222;border-radius:6px;color:#ffd479}pre{padding:1.5rem;background:#181818;border-radius:10px;overflow-x:auto}pre code{all:unset}blockquote{margin:2rem 0;padding:1rem 1.5rem;background:var(--panel-light);border-left:4px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic}input,textarea{width:100%;font-size:16px}hr{border:none;border-top:1px solid rgb(var(--gray-light));margin:var(--space-xl) 0}.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}@media(max-width:920px){body{font-size:17px}main{padding:var(--space-lg) 1rem}h1{font-size:2.3rem}h2{font-size:1.8rem}.article-image{max-width:100%}}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}
