@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-cyrillic-ext-wght-normal.BeDIpU3M.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-cyrillic-wght-normal.BGoYkMmm.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-greek-wght-normal.Duz4zPMx.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-latin-ext-wght-normal.DSp7T-rM.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Advent Pro Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/advent-pro-latin-wght-normal.DGyTSOzC.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg: #FAFAF8;--bg-subtle: #F2F2F0;--text: #141414;--text-muted: #6B6B6B;--text-soft: #525252;--border: #E4E4E2;--coral: #D94455;--coral-dark: #B83344;--steel: #5679A0;--steel-light: #7A9DBF;--accent-line: #D94455;--max-width: 760px;--font-ui: "Advent Pro Variable", system-ui, sans-serif;--font-serif: "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", Times, serif;--ease-out: cubic-bezier(.16, 1, .3, 1);--radius: 6px}.dark{--bg: #111318;--bg-subtle: #191C24;--text: #F0F0EE;--text-muted: #9098A8;--text-soft: #B0B8C8;--border: #2A2F3C}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:var(--bg);color:var(--text);font-family:var(--font-serif);line-height:1.75;min-height:100vh;display:flex;flex-direction:column;transition:background-color .2s var(--ease-out),color .2s var(--ease-out)}body:before{content:"";display:block;height:3px;background:var(--accent-line);position:fixed;top:0;left:0;right:0;z-index:100}header{padding:1.5rem 1.5rem 1.4rem;border-bottom:1px solid var(--border);margin-top:3px;transition:border-color .2s var(--ease-out)}.nav-bar{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}nav{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.desktop-only{display:flex}.mobile-only{display:none}.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.site-logo img{height:28px;width:auto;display:block}.site-logo:hover{opacity:.75;transition:opacity .15s ease}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{font-family:var(--font-ui);font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;transition:color .15s ease}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--text)}.icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius);color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease;flex-shrink:0}.icon-btn:hover{background-color:var(--bg-subtle);color:var(--text)}.icon-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.75}.mobile-controls{display:flex;align-items:center;gap:.25rem}.mobile-menu{border-top:1px solid var(--border);margin-top:1rem;padding-top:.25rem;transition:border-color .2s var(--ease-out)}.mobile-menu nav{display:flex;flex-direction:column;max-width:none;margin:0;justify-content:flex-start}.mobile-menu nav a{font-family:var(--font-ui);font-size:1rem;font-weight:400;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;padding:.8rem 0;border-bottom:1px solid var(--border);transition:color .15s ease,border-color .2s var(--ease-out);display:block}.mobile-menu nav a:last-child{border-bottom:none}.mobile-menu nav a:hover,.mobile-menu nav a[aria-current=page]{color:var(--text)}.icon-moon{display:block}.icon-sun,.dark .icon-moon{display:none}.dark .icon-sun{display:block}main{flex:1;padding:4rem 1.5rem 5rem;width:100%}.container{max-width:var(--max-width);margin:0 auto;animation:fadeUp .35s ease both}footer{padding:1.75rem 1.5rem;border-top:1px solid var(--border);transition:border-color .2s var(--ease-out)}footer p{max-width:var(--max-width);margin:0 auto;font-family:var(--font-ui);font-size:.75rem;font-weight:400;color:var(--text-muted);letter-spacing:.02em}footer a{color:var(--text-muted);text-decoration:none;transition:color .15s ease}footer a:hover{color:var(--coral)}.hero{margin-bottom:2.75rem}.hero-eyebrow{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--coral);margin-bottom:1rem}.hero-eyebrow-link{color:inherit;text-decoration:none;transition:color .15s ease}.hero-eyebrow-link:hover{color:var(--text)}.hero-title{font-family:var(--font-ui);font-size:clamp(1.85rem,7vw,2.75rem);font-weight:300;line-height:1.15;letter-spacing:-.03em;margin-bottom:1rem}.hero-subtitle{font-size:1rem;color:var(--text-soft);line-height:1.65;max-width:52ch}.topic-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.topic-pill{display:inline-flex;align-items:center;gap:.35em;font-family:var(--font-ui);font-size:.72rem;font-weight:500;letter-spacing:.02em;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:.3rem .7rem;text-decoration:none;transition:color .15s ease,border-color .15s ease}.topic-pill:hover{color:var(--coral);border-color:var(--coral)}.topic-count{font-size:.65rem;color:var(--text-muted);opacity:.7}.tag-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.tag-pill{display:inline-block;font-family:var(--font-ui);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;border:1px solid var(--border);border-radius:4px;padding:.2rem .5rem;transition:color .15s ease,border-color .15s ease}.tag-pill:hover{color:var(--coral);border-color:var(--coral)}.post-cover{display:block;width:100%;background:var(--bg-subtle);border-radius:var(--radius)}.featured-post{display:block;text-decoration:none;color:inherit;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:4rem;transition:border-color .2s var(--ease-out)}.featured-post:hover{border-color:var(--coral)}.featured-cover{aspect-ratio:2 / 1;border-radius:0}.featured-body{padding:1.75rem}.featured-meta{font-family:var(--font-ui);font-size:.72rem;font-weight:500;color:var(--steel);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem;transition:color .2s var(--ease-out)}.dark .featured-meta{color:var(--steel-light)}.featured-title{font-family:var(--font-ui);font-size:clamp(1.4rem,4vw,1.85rem);font-weight:300;line-height:1.25;letter-spacing:-.02em;margin-bottom:.75rem;transition:color .15s ease}.featured-post:hover .featured-title{color:var(--coral)}.featured-description{font-size:.9375rem;color:var(--text-soft);line-height:1.65}.section-label{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.post-list{list-style:none}.post-row{border-bottom:1px solid var(--border);transition:border-color .2s var(--ease-out)}.post-row:first-child{border-top:1px solid var(--border)}.post-row-link{display:flex;align-items:center;gap:1.25rem;padding:1.75rem 0;text-decoration:none;color:inherit}.post-row-index{font-family:var(--font-ui);font-size:.78rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;flex-shrink:0;opacity:.55}.post-row-content{flex:1;min-width:0}.post-row-meta{font-family:var(--font-ui);font-size:.72rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem}.post-row-title{font-family:var(--font-ui);font-size:1.2rem;font-weight:300;line-height:1.3;letter-spacing:-.02em;margin-bottom:.5rem;transition:color .15s ease}.post-row-link:hover .post-row-title{color:var(--coral)}.post-row-description{font-size:.9rem;color:var(--text-soft);line-height:1.6}.post-row-tags{margin-top:.75rem}.post-row-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid var(--border);color:var(--text-muted);transition:background-color .2s var(--ease-out),border-color .2s var(--ease-out),color .2s var(--ease-out),transform .2s var(--ease-out)}.post-row-arrow svg{width:14px;height:14px}.post-row-link:hover .post-row-arrow{background-color:var(--coral);border-color:var(--coral);color:#fff;transform:translate(3px)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out);transition-delay:var(--reveal-delay, 0ms)}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.post-header{position:relative;overflow:hidden;margin-bottom:3.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.post-ornament{position:absolute;top:-1.25rem;right:-.5rem;font-family:var(--font-ui);font-size:clamp(5rem,22vw,9rem);font-weight:300;line-height:1;color:var(--text);opacity:.05;z-index:-1;pointer-events:none;user-select:none}.post-header-date{font-family:var(--font-ui);font-size:.72rem;font-weight:500;color:var(--steel);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem;transition:color .2s var(--ease-out)}.dark .post-header-date{color:var(--steel-light)}.post-header-title{font-family:var(--font-ui);font-size:2rem;font-weight:300;line-height:1.18;letter-spacing:-.03em;margin-bottom:1rem}.post-header-description{font-size:1rem;color:var(--text-soft);line-height:1.65;font-style:italic}.post-header-author{font-family:var(--font-ui);font-size:.8rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em}.post-header-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1.25rem}.post-header-footer .tag-list{margin-top:0}.post-cover-banner{aspect-ratio:2.4 / 1;border:1px solid var(--border);margin:-1rem 0 3rem}.prose{font-size:1rem;line-height:1.82}.prose p{margin-bottom:1.5rem}.prose p:last-child{margin-bottom:0}.prose h2{font-family:var(--font-ui);font-size:1.1rem;font-weight:600;line-height:1.35;letter-spacing:-.01em;margin:2.75rem 0 .875rem;color:var(--text)}.prose h3{font-family:var(--font-ui);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:2rem 0 .75rem;color:var(--text-muted)}.prose ul,.prose ol{margin:1.25rem 0 1.25rem 1.5rem}.prose li{margin-bottom:.4rem;line-height:1.7}.prose blockquote{border-left:2px solid var(--coral);margin:2.25rem 0;padding:.25rem 0 .25rem 1.5rem;color:var(--text-soft);font-style:italic}.prose a{color:var(--text);text-underline-offset:3px;text-decoration-color:var(--coral);transition:color .15s ease}.prose a:hover{color:var(--coral)}.prose code{font-size:.875em;background:var(--bg-subtle);padding:.1em .35em;border-radius:3px;font-family:ui-monospace,Cascadia Code,SF Mono,Menlo,monospace}.prose pre{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin:1.75rem 0}.prose pre code{background:none;padding:0;font-size:.85em}.prose hr{border:none;border-top:1px solid var(--border);margin:3rem 0}.pull-quote{border-left:2px solid var(--coral);margin:2.5rem 0;padding:.25rem 0 .25rem 1.5rem;font-family:var(--font-ui);font-size:1.35rem;font-weight:300;line-height:1.5;letter-spacing:-.01em;color:var(--text)}.post-figure{margin:2.5rem -1.5rem}.post-figure img{width:100%;height:auto;display:block;border-radius:3px}figcaption{font-family:var(--font-ui);font-size:.72rem;color:var(--text-muted);letter-spacing:.02em;margin-top:.625rem;padding:0 1.5rem;line-height:1.5}@media(min-width:720px){.post-figure{margin-left:-2rem;margin-right:-2rem}figcaption{padding:0 2rem}}.share-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--border)}.share-label{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.share-link{font-family:var(--font-ui);font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:var(--text-muted);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;transition:color .15s ease}.share-link:hover{color:var(--coral)}.related-posts{margin-top:3rem}.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.related-card{display:block;text-decoration:none;color:inherit}.related-cover{aspect-ratio:16 / 9;border:1px solid var(--border);margin-bottom:.75rem;transition:border-color .2s var(--ease-out)}.related-card:hover .related-cover{border-color:var(--coral)}.related-card-date{font-family:var(--font-ui);font-size:.68rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.35rem}.related-card-title{font-family:var(--font-ui);font-size:.9375rem;font-weight:400;line-height:1.4;letter-spacing:-.01em;transition:color .15s ease}.related-card:hover .related-card-title{color:var(--coral)}.post-nav-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.post-nav-link{display:flex;flex-direction:column;gap:.4rem;max-width:26rem;text-decoration:none;color:inherit}.post-nav-next{margin-left:auto;text-align:right}.post-nav-label{font-family:var(--font-ui);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--coral)}.post-nav-title{font-family:var(--font-ui);font-size:.9375rem;font-weight:400;line-height:1.4;letter-spacing:-.01em;transition:color .15s ease}.post-nav-link:hover .post-nav-title{color:var(--coral)}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border)}.back-link{font-family:var(--font-ui);font-size:.8125rem;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;transition:color .15s ease}.back-link:hover{color:var(--coral)}.back-link:before{content:"← "}.about-heading{font-family:var(--font-ui);font-size:2rem;font-weight:300;letter-spacing:-.03em;line-height:1.18;margin-bottom:2.75rem;padding-bottom:2.25rem;border-bottom:1px solid var(--border)}.topic-grid{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.topic-card{display:flex;flex-direction:column;gap:.4rem;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .2s var(--ease-out),background-color .2s var(--ease-out)}.topic-card:hover{border-color:var(--coral);background:var(--bg-subtle)}.topic-card-name{font-family:var(--font-ui);font-size:1.05rem;font-weight:400;letter-spacing:-.01em;transition:color .15s ease}.topic-card:hover .topic-card-name{color:var(--coral)}.topic-card-count{font-family:var(--font-ui);font-size:.72rem;font-weight:500;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase}::selection{background-color:var(--coral);color:#fff}:focus-visible{outline:2px solid var(--coral);outline-offset:3px;border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){html{font-size:17px}header{padding:1.25rem 1.25rem 1.1rem}main{padding:3rem 1.25rem 4rem}.post-header-title{font-size:1.625rem}.desktop-only{display:none!important}.mobile-only{display:flex!important}}@media(max-width:560px){.related-grid,.topic-grid{grid-template-columns:1fr}.post-cover-banner{aspect-ratio:4 / 3}.post-nav-link{max-width:100%}}@media(min-width:721px){.desktop-only{display:flex}.mobile-only{display:none!important}}
