:root{--bg: #0a0b0f;--bg-elev: #13151c;--bg-hover: #181b24;--text: #e9eaee;--text-soft: #c2c6d0;--text-muted: #828999;--border: #20232d;--border-strong: #2c303c;--accent: #9ab8ff;--accent-soft: #6e84b8;--gold: #ffcb05;--gold-bright: #ffda52;--font-ui: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-prose: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, Cambria, "Times New Roman", serif;--measure: 42rem;--wide: 60rem;--space: 1.5rem}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--wide);margin-inline:auto;padding-inline:1.5rem}.container--narrow{max-width:var(--measure)}main{flex:1 0 auto;width:100%}a{color:var(--accent);text-decoration:none;text-underline-offset:.18em;transition:color .15s ease}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.2;font-weight:600;letter-spacing:-.01em;color:var(--text)}img{max-width:100%;height:auto;display:block}hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.site-header{border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-block:1.25rem}.site-title{font-size:1.2rem;font-weight:700;letter-spacing:.01em;color:var(--gold)}.site-title:hover{text-decoration:none;color:var(--gold-bright)}.home-masthead{padding:2.75rem 0 1.75rem}.home-masthead h1{margin:0 auto;font-family:var(--font-prose);font-weight:400;font-size:clamp(1.35rem,3.5vw,1.75rem);line-height:1.35;letter-spacing:-.01em;color:var(--text-soft);max-width:34ch;text-align:center}.site-nav{display:flex;gap:1.5rem;font-size:.95rem}.site-nav a{color:var(--text-muted)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text);text-decoration:none}.site-footer{border-top:1px solid var(--border);margin-top:4rem;padding-block:2rem;color:var(--text-muted);font-size:.875rem}.section-label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem}.post-list{list-style:none;margin:0;padding:0}.post-card{display:grid;grid-template-columns:1fr;gap:.4rem;padding-block:1.75rem;border-top:1px solid var(--border)}.post-list>li:first-child .post-card{border-top:none}.post-card--has-image{grid-template-columns:9rem 1fr;gap:1.5rem;align-items:start}.post-card__thumb{aspect-ratio:4 / 3;border-radius:6px;overflow:hidden;background:var(--bg-elev);border:1px solid var(--border)}.post-card__thumb img{width:100%;height:100%;object-fit:cover}.post-card__body{min-width:0}.post-card__title{font-size:1.3rem;margin:0 0 .3rem}.post-card__title a{color:var(--text)}.post-card__title a:hover{color:var(--accent);text-decoration:none}.post-card__meta{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.post-card__desc{color:var(--text-soft);margin:0}.pin-badge{display:inline-block;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-soft);margin-left:.5rem}.featured{display:grid;gap:3rem;padding-top:2rem}.featured-card__image{display:block;border-radius:10px;overflow:hidden;border:1px solid var(--border);margin-bottom:1.1rem;background:var(--bg-elev)}.featured-card__image img{width:100%;height:auto;display:block}.featured-card__kicker{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:0 0 .5rem}.featured-card__title{font-family:var(--font-prose);font-weight:600;font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.15;letter-spacing:-.02em;margin:0 0 .5rem}.featured-card__title a{color:var(--text)}.featured-card__title a:hover{color:var(--gold);text-decoration:none}.featured-card__meta{font-size:.85rem;color:var(--text-muted);margin:0 0 .75rem}.featured-card__desc{font-size:1.1rem;color:var(--text-soft);max-width:46rem;margin:0}.pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.95rem}.pagination a{color:var(--text-muted)}.pagination a:hover{color:var(--text);text-decoration:none}.post-header{padding-block:2.5rem 1.5rem}.post-header h1{font-family:var(--font-prose);font-weight:600;font-size:clamp(1.9rem,5vw,2.6rem);margin:0 0 .6rem;letter-spacing:-.02em}.post-header__meta{color:var(--text-muted);font-size:.9rem}.post-hero{margin:1.5rem 0 0;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.post-hero figcaption,.prose figcaption{color:var(--text-muted);font-size:.8rem;text-align:center;margin-top:.5rem}.prose{font-family:var(--font-prose);font-size:1.18rem;line-height:1.75;color:var(--text-soft)}.prose>*{margin-block:1.4rem}.prose h2{font-family:var(--font-prose);font-size:1.6rem;margin-top:2.5rem;color:var(--text)}.prose h3{font-family:var(--font-prose);font-size:1.3rem;margin-top:2rem;color:var(--text)}.prose img{border-radius:8px;border:1px solid var(--border)}.prose figure,.prose .post-figure{margin:2rem 0}.prose .post-figure,.prose .post-figure img{width:100%}.prose .post-figure figcaption{color:var(--text-muted);font-family:var(--font-ui);font-size:.82rem;line-height:1.5;text-align:center;margin-top:.6rem}.prose .post-gallery{display:grid;grid-template-columns:repeat(var(--cols, 2),1fr);gap:.75rem;align-items:start;margin:2rem 0}.prose .post-gallery img{width:100%;height:auto}.prose .post-gallery figcaption{grid-column:1 / -1;color:var(--text-muted);font-family:var(--font-ui);font-size:.82rem;line-height:1.5;text-align:center;margin-top:.4rem}@media(max-width:34rem){.prose .post-gallery{grid-template-columns:1fr}}.prose .embed{margin:2rem 0;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:#000}.prose .embed iframe{width:100%;height:100%;border:0;display:block}.prose--wide .post-figure,.prose--wide .post-gallery{width:min(56rem,92vw);margin-left:50%;transform:translate(-50%)}.prose blockquote{margin:2rem 0;padding-left:1.25rem;border-left:2px solid var(--border-strong);color:var(--text-muted);font-style:italic}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:var(--bg-elev);padding:.15em .4em;border-radius:4px}.back-link{display:inline-block;margin-top:3rem;font-family:var(--font-ui);font-size:.9rem;color:var(--text-muted)}body.is-bleed{min-height:100dvh}body.is-bleed main{display:flex;flex-direction:column}.iss-stage{flex:1 1 auto;display:flex;min-height:0;background:var(--bg-elev)}.iss-stage__frame{flex:1 1 auto;width:100%;border:0;display:block;min-height:0}@media(max-width:34rem){.post-card--has-image{grid-template-columns:1fr}.post-card__thumb{aspect-ratio:16 / 9;width:100%}.site-header__inner{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
