:root{--color-bg: #1A1714;--color-bg-alt: #211e1a;--color-text: #E8E0D4;--color-text-secondary: #b5ad9e;--color-text-dim: #918577;--color-accent: #345A40;--color-accent-hover: #2a4a34;--color-secondary: #C8A54E;--color-highlight: #E48B47;--color-border: #5A544C;--color-card-bg: #211e1a;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Playfair Display", Georgia, serif;--max-width: 1100px;--nav-height: 64px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;transition:background-color .3s,color .3s}img{max-width:100%;display:block}a{color:var(--color-secondary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-highlight)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}body.light{--color-bg: #FDFCF4;--color-bg-alt: #FAF8EC;--color-text: #3B2F20;--color-text-secondary: #5C4D3C;--color-text-dim: #766A5A;--color-border: #C4BB9E;--color-card-bg: #FAF8EC;--color-secondary: #8E7424;--color-highlight: #345A40}body.light .nav{background:#140e08cc}body.light .nav.scrolled{box-shadow:0 1px 8px #0003}body.light .nav-logo{color:#fdfcf4}body.light .nav-logo:hover{color:#fccc0a}body.light .nav-links a{color:#ffffffb3}body.light .nav-links a:hover,body.light .nav-links a.nav-active{color:#fccc0a}body.light .hero-accent{background:radial-gradient(circle,rgba(200,165,78,.08) 0%,transparent 70%)}body.light .btn-primary{color:#e8e0d4}body.light .btn-hero{border-color:var(--color-border)}body.light .btn-hero:hover{background:#fccc0a;color:#3b2f20;border-color:#fccc0a}body.light .social-link{background:transparent;border-color:var(--color-border)}body.light .social-link:hover{background:#fccc0a;color:#3b2f20;border-color:#fccc0a}body.light .theme-toggle{background:#fccc0a;border-color:#fccc0a;color:#3b2f20;border-radius:50%}body.light .theme-toggle:hover{background:#e6b800;border-color:#e6b800}body.light .footer{background:#140e08d9}body.light .footer p{color:#ffffffd9}body.light .footer a{color:#fccc0a}body.light .footer a:hover{color:#e6b800}body.light .project-card:hover{box-shadow:0 8px 24px #0000001a}body.light .icon-sun{display:none}body.light .icon-moon{display:block}@media(max-width:768px){body.light .nav-links{background:#140e08eb}}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:#140e0866;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:none;z-index:100;transition:box-shadow .3s}.nav.scrolled{box-shadow:0 1px 8px #0000004d}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-logo{justify-self:start}.nav-links{justify-self:center}.theme-toggle{justify-self:end}.nav-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-text);letter-spacing:.02em}.nav-logo:hover{color:#fccc0a}.nav-links{display:flex;list-style:none;gap:32px}.nav-links a{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:#fccc0a}.nav-links a.nav-active{color:#fccc0a;position:relative}.nav-links a.nav-active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#fccc0a}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:1px;transition:transform .3s,opacity .3s}.theme-toggle{background:#fccc0a;border:1px solid #FCCC0A;border-radius:50%;cursor:pointer;padding:6px 8px;color:#3b2f20;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.theme-toggle:hover{background:#e6b800;border-color:#e6b800}.icon-moon{display:none}.icon-sun{display:block}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:calc(var(--nav-height) + 40px) 24px 80px;position:relative;overflow:hidden}.hero-content{max-width:var(--max-width);text-align:center;position:relative;z-index:1}.hero-avatar{width:120px;height:120px;margin:0 auto 24px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border);display:block}.about-photo{width:100%;max-width:280px;height:auto;border-radius:8px;margin-bottom:24px;display:block}.hero-greeting{font-size:1rem;font-weight:400;color:var(--color-text-secondary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:0}.hero-name{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.15;color:var(--color-secondary);margin-bottom:16px}body.light .hero-name{color:var(--color-accent)}.hero-persona{font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);letter-spacing:.14em;text-transform:uppercase;margin-top:8px;margin-bottom:0}.hero-persona a{color:inherit;text-decoration:none}.hero-persona a:hover{color:var(--color-secondary)}.hero-handle{font-size:.9375rem;color:var(--color-secondary);font-weight:400;letter-spacing:.04em;margin-bottom:16px}.hero-feather-divider{width:100%;max-width:200px;margin:0 auto 16px;border-top:1px solid var(--color-border);position:relative}.hero-feather-divider:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;padding:0 12px;background-color:var(--color-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C4BB9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'/%3E%3Cline x1='16' y1='8' x2='2' y2='22'/%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:20px 20px}.hero-tagline{font-size:.8125rem;color:var(--color-text-secondary);font-weight:400;margin-bottom:0;letter-spacing:.02em}.hero-description{font-size:.75rem;color:var(--color-text-dim);font-style:italic;margin-bottom:40px}@media(min-width:600px){.hero-tagline{font-size:1rem}.hero-description{font-size:.875rem}}@media(min-width:960px){.hero-tagline{font-size:1.125rem}.hero-description{font-size:1rem}}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-accent{position:absolute;top:15%;right:-10%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(200,165,78,.06) 0%,transparent 70%);pointer-events:none}.btn{display:inline-block;padding:12px 28px;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.03em;border-radius:4px;transition:all .2s;cursor:pointer}.btn-primary{background:var(--color-accent);color:#e8e0d4;border:1px solid var(--color-accent)}.btn-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#e8e0d4}.btn-secondary{background:transparent;color:var(--color-secondary);border:1px solid var(--color-secondary)}.btn-secondary:hover{background:#fccc0a;color:#3b2f20;border-color:#fccc0a}.btn-outline{background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border)}.btn-outline:hover{background:#fccc0a;color:#3b2f20;border-color:#fccc0a}.btn-hero{background:transparent;color:var(--color-text);border:1px solid var(--color-text)}.btn-hero:hover{background:#fccc0a;color:#3b2f20;border-color:#fccc0a}.btn-gold{background:transparent;color:var(--color-secondary);border:1px solid var(--color-secondary)}.btn-gold:hover{background:#fccc0a;color:#3b2f20;border-color:#fccc0a}.btn-green{background:transparent;color:var(--color-accent);border:1px solid var(--color-accent)}.btn-green:hover{background:var(--color-accent);color:#e8e0d4;border-color:var(--color-accent)}body.light .btn-green{color:var(--color-accent);border-color:var(--color-accent)}body.light .btn-green:hover{background:var(--color-accent);color:#e8e0d4}.btn-rust{background:transparent;color:var(--color-highlight);border:1px solid var(--color-highlight)}.btn-rust:hover{background:var(--color-highlight);color:var(--color-bg)}.section{padding:96px 0}.section:nth-child(odd){background:var(--color-bg-alt)}.section.library-page{background:var(--color-bg)}.section-title{font-family:var(--font-display);font-size:2rem;font-weight:600;margin-bottom:48px;color:var(--color-text);position:relative;--mosaic-size: 8px}.section-title:after{content:"";display:block;width:calc(7 * (var(--mosaic-size) + 3px));height:var(--mosaic-size);margin-top:12px;background:repeating-linear-gradient(90deg,var(--color-accent) 0,var(--color-accent) var(--mosaic-size),transparent var(--mosaic-size),transparent calc(var(--mosaic-size) + 3px),#FCCC0A calc(var(--mosaic-size) + 3px),#FCCC0A calc(2 * var(--mosaic-size) + 3px),transparent calc(2 * var(--mosaic-size) + 3px),transparent calc(2 * var(--mosaic-size) + 6px));background-size:calc(2 * var(--mosaic-size) + 6px) var(--mosaic-size);opacity:.7;border-radius:1px;-webkit-mask-image:linear-gradient(to right,black 50%,transparent 100%);mask-image:linear-gradient(to right,black 50%,transparent 100%)}.section-dek{font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.6;margin-top:-32px;margin-bottom:40px;max-width:620px}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:64px;align-items:start;margin-top:-24px}.about-text p{margin-bottom:16px;color:var(--color-text-secondary)}.about-text p:last-child{margin-bottom:0}.about-text strong{color:var(--color-text);font-weight:600}.about-interests h3{font-family:var(--font-display);font-size:1.125rem;margin-bottom:16px;color:var(--color-text)}.interest-list{list-style:none;display:flex;flex-direction:column;gap:12px}.interest-list li{position:relative;padding-left:32px;font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary)}.interest-icon{position:absolute;left:0;top:0;font-size:1.125rem;width:22px;text-align:center;line-height:1.5}.about-affiliations-end{margin-top:32px;border-top:1px solid var(--color-border);position:relative}.about-affiliations-end:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;padding:0 12px;background-color:var(--color-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C4BB9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'/%3E%3Cline x1='16' y1='8' x2='2' y2='22'/%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:20px 20px}.timeline{position:relative;padding-left:32px}.timeline:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:1px;background:var(--color-border)}.timeline-item{position:relative;padding-bottom:40px}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:absolute;left:-32px;top:8px;width:13px;height:13px;border-radius:50%;background:var(--color-bg);border:2px solid var(--color-secondary);z-index:1}.timeline-item:first-child .timeline-marker{background:var(--color-secondary)}.timeline-content h3{font-size:1.0625rem;font-weight:600;margin-bottom:4px;color:var(--color-text)}.timeline-org{font-size:.9375rem;font-weight:500;color:var(--color-secondary);margin-bottom:2px}.timeline-location{font-size:.8125rem;color:var(--color-text-dim);margin-bottom:8px}.timeline-content>p:last-child{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:-24px}@media(max-width:640px){.project-grid{grid-template-columns:1fr}}.project-card-link{text-decoration:none;color:inherit;display:block;height:100%}.project-card-link:hover{color:inherit}.project-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:6px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;height:100%}.project-card-link:hover .project-card{transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.project-color{height:8px;width:100%}.project-info{padding:24px;flex:1;display:flex;flex-direction:column}.project-info h3{font-size:1.125rem;font-weight:600;margin-bottom:8px;color:var(--color-text)}.project-info p{font-size:.9375rem;color:var(--color-text-secondary);margin-bottom:16px;line-height:1.6;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:8px}.project-tags span{font-size:.75rem;font-weight:500;padding:4px 10px;background:var(--color-bg);color:var(--color-text-dim);border-radius:3px;letter-spacing:.02em;border:1px solid var(--color-border)}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.skill-group h3{font-family:var(--font-display);font-size:1.125rem;margin-bottom:16px;color:var(--color-text)}.skill-group ul{list-style:none;display:flex;flex-direction:column;gap:8px}.skill-group li{font-size:.9375rem;color:var(--color-text-secondary);padding-left:16px;position:relative}.skill-group li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:1px;background:var(--color-secondary)}.contact-intro{font-size:1.0625rem;color:var(--color-text-secondary);margin-bottom:32px}.social-links{display:flex;flex-wrap:wrap;gap:16px}.social-link{display:flex;align-items:center;gap:10px;padding:12px 20px;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem;font-weight:500;color:var(--color-text);transition:all .2s}.social-link svg{flex-shrink:0;opacity:.7;transition:opacity .2s}.social-link:hover{background:#fccc0a;border-color:#fccc0a;color:#3b2f20}.social-link:hover svg{opacity:1}.link-socials{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.link-social{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--color-border);border-radius:50%;color:var(--color-text);background:var(--color-card-bg);transition:border-color .2s,color .2s,background .2s}.link-social svg{opacity:.85;transition:opacity .2s}.link-social:hover{background:#fccc0a;border-color:#fccc0a;color:#3b2f20}.link-social:hover svg{opacity:1}.footer{padding:32px 0;border-top:none;text-align:center;background:#140e0866}.footer p{font-size:.8125rem;color:var(--color-text-dim)}@media(max-width:768px){.nav-inner{display:flex;flex-direction:row;justify-content:space-between}.nav-logo{display:none}.nav-toggle{display:flex;order:2;justify-self:auto}.theme-toggle{order:1;justify-self:auto}.nav-links{position:fixed;top:var(--nav-height);left:0;right:0;width:auto;justify-self:auto;background:#140e0873;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex-direction:column;align-items:stretch;padding:20px 24px;gap:4px;border-bottom:1px solid var(--color-border);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s,opacity .3s;text-align:right}.nav-links li{width:100%}.nav-links a{display:block;padding:12px 0;font-size:1rem}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.section{padding:64px 0}.about-grid{grid-template-columns:1fr;gap:40px}.skills-grid{grid-template-columns:1fr;gap:32px}.project-grid{grid-template-columns:1fr}.hero-name{font-size:2.25rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;text-align:center}.subscribe-form input[type=email],.subscribe-form button{flex:1 1 100%}}@media(max-width:480px){.social-links{flex-direction:column}.social-link{justify-content:center}}.page-kicker{font-size:.8125rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px}.page-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:var(--color-text);margin-bottom:12px;line-height:1.15}.page-dek{font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:40px;max-width:620px}.section.tools-index{background:var(--color-bg)}.tools-list{list-style:none;display:flex;flex-direction:column;gap:20px}.tool-card{display:grid;grid-template-columns:minmax(200px,.9fr) 1.6fr;gap:24px;background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:8px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.tool-card:hover{border-color:var(--color-text-dim);box-shadow:0 10px 30px #00000040}body.light .tool-card:hover{box-shadow:0 10px 30px #00000014}.tool-card-media{display:block;min-height:160px;position:relative;overflow:hidden}.tool-card-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.tool-card:hover .tool-card-media img{transform:scale(1.02)}.tool-card-body{padding:20px 22px 20px 0;display:flex;flex-direction:column;gap:8px}.tool-card-name{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.tool-card-tagline{font-size:.9375rem;color:var(--color-secondary);margin:0;font-style:italic}.tool-card-desc{font-size:.875rem;line-height:1.55;color:var(--color-text-secondary);margin:4px 0 0}.tools-intro{font-size:1rem;line-height:1.65;color:var(--color-text-secondary);max-width:760px;margin:-32px 0 40px}.tool-card-why{font-size:.8125rem;line-height:1.55;color:var(--color-text-dim);margin:4px 0 0}.tool-card-why em{color:var(--color-text-secondary);font-style:italic;font-weight:500}.tool-card-credit{font-size:.875rem;line-height:1.55;color:var(--color-text-secondary);margin:4px 0 0}.tool-card-credit a{color:var(--color-secondary);text-decoration:underline;text-underline-offset:2px}.tool-card-credit a:hover{color:var(--color-highlight)}.tool-card-see-also{font-size:.8125rem;color:var(--color-text-dim);margin:8px 0 0}.tool-card-see-also a{color:var(--color-secondary);text-decoration:underline;text-underline-offset:2px}.tool-card-see-also a:hover{color:var(--color-highlight)}.rss-fallback{margin-top:16px;font-size:.875rem;color:var(--color-text-dim);text-align:center}.rss-fallback a{color:var(--color-secondary);text-decoration:underline;text-underline-offset:2px}.rss-fallback a:hover{color:var(--color-highlight)}.tool-card-stack{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.tool-card-stack li{font-size:.75rem;font-weight:500;padding:3px 10px;background:var(--color-bg);color:var(--color-text-dim);border:1px solid var(--color-border);border-radius:3px;letter-spacing:.02em}.tool-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tool-card-actions .btn{padding:8px 18px;font-size:.8125rem}@media(max-width:720px){.tool-card{grid-template-columns:1fr}.tool-card-media{min-height:140px}.tool-card-body{padding:4px 20px 20px}}.notes-persona-label{font-size:.8125rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:8px}.notes-persona-label a{color:inherit;text-decoration:none}.notes-persona-label a:hover{color:var(--color-highlight)}.notes-index-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:var(--color-text);margin-bottom:12px;line-height:1.15}.notes-index-dek{font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:40px;max-width:620px}.section.notes-index,.section.about{background:var(--color-bg)}.about-connect-title,.about-building-title{margin-top:40px}.about-building-list{list-style:disc;padding-left:1.25rem;margin:0 0 16px;display:flex;flex-direction:column;gap:10px;color:var(--color-text-secondary);line-height:1.6}.about-text .contact-intro{margin-bottom:32px}.about-icon-socials{justify-content:flex-start}.section.notes-subscribe-section{text-align:center;background:var(--color-bg-alt)}.section.subway-birder-hero,.section.subway-archive,.section.subway-pin-section{background:var(--color-bg)}.section.subway-explainer,.section.subway-covers{background:var(--color-bg-alt);--author-bio-feather-bg: var(--color-bg-alt)}.section.subway-subscribe{background:var(--color-bg)}.subway-hero-figure{margin:0 0 28px}.subway-hero-image{width:100%;max-width:560px;height:auto;border-radius:8px;display:block;margin:0 auto}.subway-hero-figure figcaption{font-size:.8125rem;color:var(--color-text-dim);margin-top:8px;text-align:center}.subway-hero-title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:600;line-height:1.12;color:var(--color-text);margin-bottom:12px}.subway-hero-dek{font-family:var(--font-display);font-style:italic;font-size:clamp(1.125rem,2vw,1.375rem);color:var(--color-secondary);margin-bottom:20px;line-height:1.35}.subway-hero-byline{font-size:.9375rem;color:var(--color-text-secondary);margin:0}.subway-hero-byline a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.subway-explainer-body p{font-size:1.0625rem;line-height:1.75;color:var(--color-text-secondary);margin-bottom:20px}.subway-explainer-body p:last-child{margin-bottom:0}.subway-pin-card{display:block;background:var(--color-card-bg);border:1px solid var(--color-border);border-left:4px solid var(--color-secondary);border-radius:6px;padding:24px 28px;color:inherit;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}a.subway-pin-card:hover{border-color:var(--color-secondary);box-shadow:0 6px 20px #00000040;transform:translateY(-1px)}body.light a.subway-pin-card:hover{box-shadow:0 6px 20px #00000014}.subway-pin-card--pending{opacity:.78;cursor:default;border-left-color:var(--color-text-dim)}.subway-pin-label{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:10px}.subway-pin-card--pending .subway-pin-label{color:var(--color-text-dim)}.subway-pin-title{font-family:var(--font-display);font-size:1.375rem;font-weight:600;color:var(--color-text);margin-bottom:8px;line-height:1.25}.subway-pin-dek{font-size:.9375rem;line-height:1.55;color:var(--color-text-secondary);margin:0}.subway-archive-empty{font-size:1.0625rem;color:var(--color-text-secondary);padding:24px 0}.subway-covers-list{display:grid;gap:16px;margin:0}.subway-covers-list>div{display:grid;grid-template-columns:minmax(160px,1fr) 2fr;gap:20px;align-items:start;padding:16px 0;border-bottom:1px solid var(--color-border)}.subway-covers-list>div:last-child{border-bottom:none}.subway-covers-list dt{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--color-text);margin:0}.subway-covers-list dd{font-size:.9375rem;line-height:1.55;color:var(--color-text-secondary);margin:0}@media(max-width:640px){.subway-covers-list>div{grid-template-columns:1fr;gap:4px}}.notes-subscribe-kicker{font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:12px}.notes-subscribe-heading{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.2;color:var(--color-text);margin-bottom:12px;text-wrap:balance}.notes-subscribe-copy{font-size:1rem;color:var(--color-text-secondary);margin:0 auto 24px;max-width:520px;line-height:1.55;text-wrap:balance}.notes-subscribe-section .subscribe-form{margin:0 auto;justify-content:center}.notes-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.notes-filter-pill{display:flex;align-items:center;gap:8px;padding:6px 14px;font-family:var(--font-body);font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);background:transparent;border:1px solid var(--color-border);border-radius:999px;cursor:pointer;transition:all .2s}.notes-filter-pill .pill-dot{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;background:var(--color-border);color:var(--color-text-secondary);flex-shrink:0;transition:all .2s}.notes-filter-pill:hover{color:var(--color-text);border-color:var(--color-text-secondary)}.notes-filter-pill.active{background:#fccc0a;border-color:#fccc0a;color:#3b2f20;font-weight:600}.notes-filter-pill.active .pill-dot{background:#3b2f20;color:#fccc0a}.notes-list{list-style:none;display:flex;flex-direction:column;gap:0}.notes-card{border-top:1px solid var(--color-border);position:relative}.notes-card.first-visible{border-top:1px solid var(--color-border)}.notes-card.last-visible{border-bottom:1px solid var(--color-border)}.notes-card:not(.last-visible){border-bottom:none}.notes-card.first-visible:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;padding:0 12px;background-color:var(--color-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C4BB9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'/%3E%3Cline x1='16' y1='8' x2='2' y2='22'/%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:20px 20px}.notes-card.last-visible:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%,50%);width:24px;height:24px;padding:0 12px;background-color:var(--color-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C4BB9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'/%3E%3Cline x1='16' y1='8' x2='2' y2='22'/%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:20px 20px}.notes-card-link{display:flex;gap:20px;padding:24px 0;color:inherit;text-decoration:none;transition:color .2s;align-items:flex-start}.notes-card-link:hover{color:var(--color-text)}.notes-card-link:hover .notes-card-title{color:var(--color-secondary)}.notes-card-thumb{flex:0 0 auto;width:140px;height:140px;border-radius:6px;overflow:hidden;background:var(--color-card-bg)}.notes-card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.notes-card-link:hover .notes-card-thumb img{transform:scale(1.04)}.notes-card-text{flex:1 1 auto;min-width:0}@media(max-width:600px){.notes-card-link{flex-direction:column;gap:14px}.notes-card-thumb{width:100%;height:auto;aspect-ratio:16 / 10}}.notes-card-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.75rem;letter-spacing:.04em;color:var(--color-text-dim);margin-bottom:10px}.notes-card-meta .mini-bullet{width:16px;height:16px;border-radius:50%;background:transparent;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:700;color:var(--color-text-dim);flex-shrink:0;transition:all .2s}.notes-card-link:hover .mini-bullet{background:#fccc0a;border-color:#fccc0a;color:#3b2f20}.notes-card-cat{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-secondary)}.notes-card-bird{padding:2px 10px;border:1px solid var(--color-border);border-radius:999px;font-size:.6875rem;color:var(--color-text-secondary)}.notes-card-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;line-height:1.25;color:var(--color-text);margin-bottom:8px;transition:color .2s}.notes-card-dek{font-size:.9375rem;line-height:1.55;color:var(--color-text-secondary)}.note-article{padding-bottom:80px}.note-header{margin-bottom:32px}.note-byline{margin-bottom:16px}.note-back{font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary);text-decoration:none}.note-back:hover{color:var(--color-secondary)}.note-title{font-family:var(--font-display);font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:600;line-height:1.15;color:var(--color-text);margin-bottom:16px}.note-dek{font-size:1.125rem;line-height:1.55;color:var(--color-text-secondary);font-style:italic;margin-bottom:16px}.note-meta{font-size:.8125rem;color:var(--color-text-dim);display:flex;flex-wrap:wrap;gap:6px;align-items:center}.note-meta-dot{color:var(--color-text-dim)}.note-hero-figure{margin:0 0 32px}.note-hero-image{width:100%;height:auto;border-radius:6px;display:block}.note-body{font-size:1.0625rem;line-height:1.75;color:var(--color-text)}.epigraph{max-width:38em;margin:1.5rem auto 2rem;padding:1rem 1.25rem;border-left:4px solid var(--color-secondary);background:#c8a54e0f;border-radius:4px;font-size:.95em}.epigraph p{margin:0 0 .5rem}.epigraph-source{font-size:.85em;text-align:right;font-style:normal}.epigraph-source a{color:inherit}.epigraph-lede{display:block;text-align:center;margin-top:.75rem;margin-bottom:.5rem}.note-body p{margin-bottom:20px;color:var(--color-text-secondary)}.note-body h2{font-family:var(--font-display);font-size:1.625rem;font-weight:600;margin:48px 0 16px;color:var(--color-text)}.note-body h3{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin:32px 0 12px;color:var(--color-text)}.note-body a{color:var(--color-secondary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.note-body a:hover{color:var(--color-highlight)}.note-body ul,.note-body ol{margin:0 0 20px 20px;color:var(--color-text-secondary)}.note-body li{margin-bottom:8px}.note-body blockquote{border-left:3px solid var(--color-secondary);padding-left:20px;margin:24px 0;color:var(--color-text-secondary);font-style:italic}.note-body hr{border:none;border-top:1px solid var(--color-border);margin:40px 0}.note-body strong{color:var(--color-text);font-weight:600}.note-body figure{margin:32px 0}.note-body figure img{max-width:100%;height:auto;border-radius:6px;display:block;margin:0 auto}.note-body figure video{width:100%;height:auto;border-radius:6px;display:block}.note-body p:has(>img){text-align:center}.note-body p>img{margin:0 auto;border-radius:6px}.note-body figcaption{font-size:.8125rem;color:var(--color-text-dim);margin-top:8px;text-align:center}.note-section-heading{font-family:var(--font-display);font-size:1.375rem;font-weight:600;color:var(--color-text);margin:0 0 16px;padding-top:0;border-top:none}.migration-path{position:relative;padding-left:32px;margin-top:48px;padding-bottom:32px;border-bottom:1px solid var(--color-border)}.migration-path:before{content:"";position:absolute;left:5px;top:19px;bottom:0;border-left:2px dashed var(--color-border);opacity:.5}.migration-path:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%,50%);width:24px;height:24px;padding:0 12px;background-color:var(--color-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C4BB9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z'/%3E%3Cline x1='16' y1='8' x2='2' y2='22'/%3E%3Cline x1='17.5' y1='15' x2='9' y2='15'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:20px 20px}.migration-stop{position:relative;margin-bottom:32px}.migration-stop:last-child{margin-bottom:0}.migration-stop:before{content:"";position:absolute;left:-32px;top:14px;width:10px;height:10px;border-radius:50%;background:#345a40}.migration-stop:nth-child(2n):before{background:#fccc0a}.migration-path .note-birds,.migration-path .note-subway,.migration-path .note-photo-credits,.migration-path .note-refs{margin-top:0}.note-birds{margin-bottom:24px}.note-birds-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px 16px;font-size:.9375rem}.note-birds-list a{color:var(--color-secondary);text-decoration:none}.note-birds-list a:hover{color:var(--color-highlight)}.note-birds-note{color:var(--color-text-dim);font-size:.875rem}.note-refs{margin-top:32px;padding:20px;background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:6px;scroll-margin-top:calc(var(--nav-height) + 20px)}.note-refs summary{cursor:pointer;font-weight:500;color:var(--color-text);font-size:.9375rem;list-style:none}.note-refs summary::-webkit-details-marker{display:none}.note-refs summary:before{content:"▸ ";display:inline-block;transition:transform .2s;margin-right:6px}.note-refs[open] summary:before{transform:rotate(90deg)}.note-refs-list{margin:16px 0 0 20px;font-size:.75rem;line-height:1.6;color:var(--color-text-secondary)}.note-refs-list li{margin-bottom:8px;scroll-margin-top:calc(var(--nav-height) + 20px)}.note-refs-list li:target{color:var(--color-text-secondary);background:#c8a54e14;border-radius:4px;padding:2px 6px;margin-left:-6px}.note-refs-list a{color:var(--color-secondary);word-break:break-word}.note-subway-routes{margin-top:24px}.note-subway-routes-list{margin:16px 0 0;font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary);list-style:none;padding:0}.note-subway-routes-list li{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.note-subway-routes-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.subway-route-hotspot{display:block;color:var(--color-text);margin-bottom:8px}.subway-route-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.mta-bullet{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0;line-height:1}.mta-bus-badge{font-size:.6875rem;padding:2px 8px;border:1px solid var(--color-border);border-radius:3px;color:var(--color-text-dim);font-weight:500}.note-subway-directions{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6}.note-cite{font-size:.6875em;line-height:0;vertical-align:super;margin-left:1px;white-space:nowrap}.note-cite-link{color:var(--color-secondary);text-decoration:none;padding:0 1px;border-radius:2px}.note-cite-link:hover{background:#c8a54e26;color:var(--color-highlight)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}
