body{font-family:Source Sans Pro,sans-serif;margin:0;padding:0;background-color:#c9b194}.container{display:flex;flex-direction:column;min-height:100vh}header{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:2rem;border-bottom:1px solid #000}.content{flex:1 1;display:flex}.sidebar{width:200px;background-color:#c9b194;padding:2rem 1rem;border-right:1px solid #000}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{margin-bottom:1rem}.sidebar a{text-decoration:none;color:#000}.sidebar a:hover{text-decoration:underline}.main-content{flex:1 1;padding:2rem}footer{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:1rem 2rem;background-color:#c9b194;border-top:1px solid #000}footer p{margin:0;font-size:.9rem}a{color:#005f6b;text-decoration:none}a:hover{text-decoration:underline}section{padding:1rem 2rem}h1{margin:0;font-weight:200}h1,h2{font-size:3rem}h2{margin-bottom:1rem;font-weight:300}.post-list{list-style:none;margin:0;padding:0}.post-item{border-bottom:1px solid #999;padding:1.5rem 0}.post-item:last-child{border-bottom:none}.post-meta{font-size:.875rem;font-weight:400;color:#333;margin-bottom:.25rem}.post-meta,.post-title{font-family:Source Sans Pro,sans-serif}.post-title{font-size:1.75rem;font-weight:300;color:#000;text-decoration:none;line-height:1.2}.post-title:hover{text-decoration:underline}.post-description{font-size:1rem;font-weight:400;color:#333;margin-top:.5rem}.back-link,.post-description{font-family:Source Sans Pro,sans-serif}.back-link{font-size:.875rem;color:#005f6b;text-decoration:none;margin-top:1rem;display:inline-block}.back-link:hover{text-decoration:underline}.post-page{max-width:800px;margin:0 auto}.post-page .post-meta{font-size:.875rem;color:#333;margin-bottom:.5rem}.post-page h1{font-size:2.5rem;font-weight:700}.post-page .post-subheading,.post-page h1{font-family:Source Sans Pro,sans-serif;color:#000;margin-bottom:1rem}.post-page .post-subheading{font-size:1rem;font-weight:600}.post-page .post-body{font-weight:400;line-height:1.6;color:#333;margin-bottom:2rem}.download-btn,.post-page .post-body{font-family:Source Sans Pro,sans-serif;font-size:1rem}.download-btn{display:inline-block;background-color:#333;color:#fff;font-weight:500;text-decoration:none;padding:.75rem 1.5rem;border-radius:9999px;transition:background-color .2s ease}.download-btn:hover{background-color:#555}header{position:relative}.mobile-menu-button{display:none}@media (max-width:768px){.sidebar{display:none}.mobile-menu-button{display:block;position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer}}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1000}.mobile-nav{background-color:#c9b194;width:75%;max-width:300px;height:100%;padding:2rem 1rem;box-shadow:2px 0 8px rgba(0,0,0,.2)}.mobile-nav-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.mobile-nav ul{list-style:none;padding:0;margin-top:3rem}.mobile-nav li{margin-bottom:1.5rem}.mobile-nav a{text-decoration:none;color:#000;font-size:1.125rem}body.mobile-nav-open{overflow:hidden}