:root{--bg:           #ffffff;--bg-soft:      #f6f5f2;--ink:          #1a1a1a;--body:         rgba(0, 0, 0, 0.84);--muted:        #6b6b6b;--faint:        #8c8c8c;--rule:         #e6e6e6;--rule-strong:  #1a1a1a;--accent:       #9e1b1b;--accent-dark:  #7c1414;--on-accent:    #ffffff;--header-bg:    rgba(255, 255, 255, 0.96);--link-rule:    rgba(0, 0, 0, 0.30);color-scheme:light}[data-theme="dark"]{--bg:           #121212;--bg-soft:      #1d1d1f;--ink:          #f3f1ee;--body:         rgba(255, 255, 255, 0.86);--muted:        #a6a29c;--faint:        #7c7872;--rule:         #2c2c2e;--rule-strong:  #f3f1ee;--accent:       #f0594c;--accent-dark:  #f0594c;--on-accent:    #1a1a1a;--header-bg:    rgba(18, 18, 18, 0.92);--link-rule:    rgba(255, 255, 255, 0.30);color-scheme:dark}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif;font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color 0.2s cubic-bezier(0.2, 0.7, 0.2, 1),color 0.2s cubic-bezier(0.2, 0.7, 0.2, 1)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif;line-height:1.18;letter-spacing:-0.012em;margin:0 0 0.5em;font-weight:700}p{margin:0 0 1em}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:0.75rem 1rem;z-index:1000}.skip-link:focus{left:0}.wrap{width:100%;max-width:75rem;margin-inline:auto;padding-inline:1.25rem}.wrap--narrow{width:100%;max-width:42rem;margin-inline:auto;padding-inline:1.25rem}.site-main{display:block;min-height:50vh}.section-rule{font-size:1.05rem;text-transform:uppercase;letter-spacing:0.04em;border-top:3px solid var(--rule-strong);padding-top:0.6rem;margin:0 0 1.25rem}.section-rule a{color:inherit}.section-rule a:hover{color:var(--accent)}.empty-note{color:var(--muted);font-style:italic;padding:2rem 0 4rem}.site-header{border-bottom:1px solid var(--rule);position:sticky;top:0;background:var(--header-bg);backdrop-filter:saturate(140%) blur(6px);z-index:100}.site-header__inner{display:flex;align-items:center;gap:1.5rem;min-height:64px}.masthead{display:flex;align-items:center;gap:0.55rem;margin-right:auto}.masthead__badge{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:6px;background:#9e1b1b;color:#fff;font-family:"Source Serif 4",Georgia,Cambria,"Times New Roman","Noto Serif SC",serif;font-size:1.15rem;line-height:1;flex:0 0 auto}.masthead__title{font-weight:700;font-size:1.4rem;letter-spacing:-0.02em}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:0;background:none;border-radius:999px;cursor:pointer;color:var(--ink);flex:0 0 auto;transition:background-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1),color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1)}.theme-toggle:hover{background:var(--bg-soft);color:var(--accent)}.theme-toggle svg{width:1.2rem;height:1.2rem;display:block}.theme-toggle .theme-toggle__sun{display:none}.theme-toggle .theme-toggle__moon{display:block}[data-theme="dark"] .theme-toggle .theme-toggle__sun{display:block}[data-theme="dark"] .theme-toggle .theme-toggle__moon{display:none}.site-nav ul{list-style:none;display:flex;gap:1.4rem;margin:0;padding:0}.site-nav a{font-size:0.95rem;font-weight:500;color:var(--ink);padding:0.3rem 0;border-bottom:2px solid transparent;transition:color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1),border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1)}.site-nav a:hover{color:var(--accent)}.site-nav a[aria-current="page"]{border-color:var(--accent);color:var(--accent)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:0.5rem}.nav-toggle span{width:22px;height:2px;background:var(--ink);transition:transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1),opacity 0.2s cubic-bezier(0.2, 0.7, 0.2, 1)}@media (max-width: 48rem){.nav-toggle{display:flex}.site-nav{position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--rule);max-height:0;overflow:hidden;transition:max-height 0.25s cubic-bezier(0.2, 0.7, 0.2, 1)}.site-nav ul{flex-direction:column;gap:0;padding:0.5rem 1.25rem 1rem}.site-nav a{display:block;padding:0.7rem 0;border-bottom:1px solid var(--rule)}.site-nav.is-open{max-height:26rem}.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.site-footer{margin-top:4rem;background:var(--bg-soft);border-top:3px solid var(--rule-strong)}.site-footer__inner{display:grid;gap:2rem;padding-top:2.5rem;padding-bottom:2rem}@media (min-width: 48rem){.site-footer__inner{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand .masthead__title{font-size:1.3rem;font-weight:700}.site-footer__tag{color:var(--muted);margin:0.4rem 0 0.6rem;max-width:32ch}.site-footer__nav h2{font-size:0.8rem;text-transform:uppercase;letter-spacing:0.06em;color:var(--faint);margin-bottom:0.75rem}.site-footer__nav ul{list-style:none;margin:0;padding:0}.site-footer__nav li{margin-bottom:0.5rem}.site-footer__nav a{color:var(--ink)}.site-footer__nav a:hover{color:var(--accent)}.site-footer__legal{border-top:1px solid var(--rule);padding-top:1.25rem;padding-bottom:2rem}.site-footer__legal p{color:var(--faint);font-size:0.85rem;margin:0}.card{display:flex;flex-direction:column}.card__link{display:flex;flex-direction:column;height:100%}.card__media{overflow:hidden;background:var(--bg-soft);aspect-ratio:16 / 9;margin-bottom:0.75rem}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1)}.card__link:hover .card__media img{transform:scale(1.03)}.card__kicker{display:inline-block;font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--accent);margin-bottom:0.35rem}.card__title{font-size:1.15rem;font-weight:700;line-height:1.22;margin:0 0 0.4rem;transition:color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1)}.card__link:hover .card__title{color:var(--accent)}.card__dek{color:var(--muted);font-size:0.95rem;line-height:1.45;margin:0 0 0.5rem}.card__meta{margin-top:auto;color:var(--faint);font-size:0.8rem}.card--feature .card__media{aspect-ratio:3 / 2;margin-bottom:1rem}.card--feature .card__title{font-size:2rem;line-height:1.1}.card--feature .card__dek{font-size:1.1rem}@media (min-width: 48rem){.card--feature .card__title{font-size:2.4rem}}.card-grid{display:grid;gap:2rem 1.75rem;grid-template-columns:1fr}@media (min-width: 36rem){.card-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 64rem){.card-grid{grid-template-columns:repeat(4, 1fr)}}.home-hero{padding-top:2rem}.home-hero__grid{display:grid;gap:2.5rem}@media (min-width: 64rem){.home-hero__grid{grid-template-columns:1.6fr 1fr;gap:3rem}}.home-hero__rail{display:grid;gap:1.25rem;align-content:start}.home-hero__rail .card{border-bottom:1px solid var(--rule);padding-bottom:1.25rem}.home-hero__rail .card:last-child{border-bottom:0}.home-hero__rail .card__link{flex-direction:row-reverse;gap:1rem}.home-hero__rail .card__media{aspect-ratio:1 / 1;width:96px;flex:0 0 96px;margin:0}.home-hero__rail .card__body{flex:1}.home-hero__rail .card__title{font-size:1.02rem}.home-hero__rail .card__dek{display:none}.home-intro{padding:4rem 0;text-align:center}.home-intro h1{font-size:2.5rem}.home-intro p{color:var(--muted);max-width:40ch;margin-inline:auto}.home-band{padding-top:3rem}.home-band__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.home-band__more{font-size:0.85rem;font-weight:600;color:var(--accent);white-space:nowrap}.home-band__more:hover{text-decoration:underline}.section-hero{padding-block:2.5rem 1.5rem;border-bottom:1px solid var(--rule);margin-bottom:2rem}.section-hero__title{font-size:2.4rem;margin-bottom:0.4rem}.section-hero__blurb{color:var(--muted);font-size:1.15rem;max-width:52ch;margin:0}.post__header{padding-top:3rem}.post__kicker{font-size:0.78rem;font-weight:600;text-transform:uppercase;letter-spacing:0.07em;margin:0 0 0.75rem}.post__kicker a{color:var(--accent)}.post__kicker a:hover{text-decoration:underline}.post__kicker a:not(:first-of-type)::before{content:"·";color:var(--faint);margin:0 0.5rem}.post__featured{display:inline-block;background:var(--accent);color:var(--on-accent);padding:0.12rem 0.5rem;border-radius:3px;margin-right:0.6rem}.post__title{font-size:2.1rem;line-height:1.12;letter-spacing:-0.02em;margin:0 0 0.6rem}@media (min-width: 48rem){.post__title{font-size:2.75rem}}.post__subtitle{font-family:"Source Serif 4",Georgia,Cambria,"Times New Roman","Noto Serif SC",serif;font-size:1.3rem;line-height:1.4;color:var(--muted);font-weight:400;margin:0 0 1.5rem}.post__byline{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 0.75rem;color:var(--muted);font-size:0.92rem;padding-bottom:1.5rem;border-bottom:1px solid var(--rule)}.post__byline .post__author{color:var(--ink);font-weight:600}.post__byline>*:not(:last-child)::after{content:"·";margin-left:0.75rem;color:var(--faint)}.post__hero{margin:2rem auto 0;max-width:60rem;padding-inline:1.25rem}.post__hero figcaption{color:var(--faint);font-size:0.85rem;text-align:center;margin-top:0.6rem}.post__footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--rule)}.post__tags{list-style:none;display:flex;flex-wrap:wrap;gap:0.5rem;padding:0;margin:0 0 1.25rem}.post__tags li{background:var(--bg-soft);font-size:0.82rem;border-radius:999px}.post__tags li a{display:block;color:var(--muted);padding:0.3rem 0.7rem}.post__tags li a:hover{color:var(--accent)}.post__share a{color:var(--accent);font-weight:600}.post__share a:hover{text-decoration:underline}.post__related{margin-top:4rem}.author-card{margin-top:2.5rem;padding:1.25rem 1.5rem;background:var(--bg-soft);border-left:3px solid var(--accent);border-radius:0 4px 4px 0}.author-card__name{font-weight:700;font-size:1rem;margin:0 0 0.15rem;color:var(--ink)}.author-card__location{font-size:0.82rem;color:var(--faint);margin:0 0 0.5rem;text-transform:uppercase;letter-spacing:0.04em}.author-card__bio{font-size:0.95rem;color:var(--muted);margin:0;line-height:1.5}.prose{font-family:"Source Serif 4",Georgia,Cambria,"Times New Roman","Noto Serif SC",serif;color:var(--body);font-size:1.3125rem;line-height:1.58;letter-spacing:-0.003em;margin-top:2rem}@media (max-width: 36rem){.prose{font-size:1.18rem}}.prose p{margin:0 0 1.6rem}.prose h2,.prose h3,.prose h4{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif;color:var(--ink);margin:2.4rem 0 0.8rem}.prose h2{font-size:1.6rem}.prose h3{font-size:1.3rem}.prose h4{font-size:1.1rem}.prose a{color:var(--ink);text-decoration:underline;text-decoration-color:rgba(0,0,0,0.3);text-underline-offset:3px;transition:text-decoration-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1),color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1)}.prose a:hover{color:var(--accent);text-decoration-color:var(--accent)}.prose strong{font-weight:600;color:var(--ink)}.prose blockquote{margin:2rem 0;padding-left:1.4rem;border-left:3px solid var(--accent);font-style:italic;color:var(--ink)}.prose blockquote p:last-child{margin-bottom:0}.prose .lede{font-size:1.45rem;line-height:1.5}.prose ul,.prose ol{margin:0 0 1.6rem;padding-left:1.4rem}.prose li{margin-bottom:0.5rem}.prose img{margin:2rem auto;border-radius:2px}.prose figure{margin:2rem 0}.prose .figure--right{float:right;width:42%;max-width:17rem;margin:0.25rem 0 1.25rem 1.5rem}.prose .figure--right img{margin:0 auto}@media (max-width: 36rem){.prose .figure--right{float:none;width:100%;margin:2rem 0}}.prose figcaption{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif;color:var(--faint);font-size:0.85rem;text-align:center;margin-top:0.5rem}.prose hr{border:0;text-align:center;margin:2.5rem 0}.prose hr::before{content:"· · ·";color:var(--faint);letter-spacing:0.6em}.prose code{font-family:ui-monospace, SFMono-Regular, Menlo, monospace;font-size:0.85em;background:var(--bg-soft);padding:0.15em 0.4em;border-radius:3px}.prose pre{background:var(--bg-soft);padding:1rem 1.25rem;overflow-x:auto;border-radius:4px}.prose pre code{background:none;padding:0}.prose ruby rt{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif;color:var(--accent);font-size:0.6em}.page__header{padding-top:3rem;text-align:center}.page__title{font-size:2.4rem}.page__subtitle{color:var(--muted);font-size:1.2rem;font-family:"Source Serif 4",Georgia,Cambria,"Times New Roman","Noto Serif SC",serif}ul.tag-cloud,.prose ul.tag-cloud{list-style:none;display:flex;flex-wrap:wrap;gap:0.6rem;padding:0;margin:1.25rem 0 0}.tag-cloud li,.prose .tag-cloud li{margin:0}.tag-cloud a{display:inline-flex;align-items:baseline;gap:0.35rem;background:var(--bg-soft);color:var(--ink);border:1px solid var(--rule);padding:0.35rem 0.8rem;border-radius:999px;line-height:1.1;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif;font-weight:500;text-decoration:none;transition:color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1),background-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1),border-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1)}.tag-cloud a:hover{color:var(--on-accent);background:var(--accent);border-color:var(--accent)}.tag-cloud__n{color:var(--faint);font-size:0.7em}.tag-cloud a:hover .tag-cloud__n{color:var(--on-accent)}.tag-section{scroll-margin-top:5rem;margin-bottom:2.75rem}

/*# sourceMappingURL=main.css.map */