@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap";:root{--primary: #4d6453;--primary-dim: #415847;--surface: #f9f9f8;--surface-container-low: #f1f4f3;--surface-container-high: #e6eceb;--surface-container-highest: #dce4e3;--surface-container-lowest: #ffffff;--on-surface: #2c3433;--outline-variant: rgba(171, 180, 179, .15);--font-heading: "Newsreader", serif;--font-body: "Manrope", sans-serif}html{background-color:var(--surface);color:var(--on-surface);font-family:var(--font-body);line-height:1.6;transition:background-color .3s ease,color .3s ease}body{margin:0;padding:0;width:100%;color:var(--on-surface)}*{box-sizing:border-box;margin:0}h1,h2,h3,h4,h5,h6,.heading{font-family:var(--font-heading);color:var(--on-surface);margin-top:2.5rem;margin-bottom:1rem;font-weight:500}h1,.display-lg{font-size:4rem;line-height:1.1;letter-spacing:-.02em}h2,.headline-lg{font-size:2.5rem;line-height:1.2}p{font-size:1.125rem;margin-bottom:1.5rem}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dim)}.glass-nav{background-color:color-mix(in srgb,var(--surface) 80%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:1rem 1.5rem;z-index:100;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 24px #2c34330f}.nav-link{display:flex;gap:1.5rem;align-items:center;margin:0}.nav-link a{color:var(--on-surface);font-weight:500;font-size:.95rem;padding:.5rem 0;text-transform:capitalize;position:relative;border-radius:0;background:transparent}.nav-link a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-link a:hover:after,.nav-link a:focus:after{width:100%}.nav-link a:hover,.nav-link a:focus{color:var(--primary)}@media screen and (max-width:636px){.nav-link{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--surface-container-high);padding:1rem;border-radius:1rem;margin-top:.5rem;box-shadow:0 4px 24px #2c34330f}.expanded{display:flex}}.hamburger{cursor:pointer;width:30px;display:none}@media screen and (max-width:636px){.hamburger{display:block}}.hamburger .line{display:block;width:100%;height:2px;margin-bottom:6px;background-color:var(--on-surface);transition:background-color .3s ease}.card{border-radius:12px;background-color:var(--surface-container-lowest);padding:2rem;margin-bottom:1.5rem;transition:background-color .3s ease,transform .3s ease}.card:hover{background-color:var(--surface-container-low);transform:translateY(-2px)}.tag{background-color:var(--surface-container-highest);color:var(--on-surface);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-family:var(--font-body);font-weight:500;display:inline-block}.btn-primary{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dim) 100%);color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;box-shadow:inset 0 1px #fff3,0 4px 24px #2c34330f;border:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease;display:inline-block}.btn-primary:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #0000001a}.section-low{background-color:var(--surface-container-low);padding:3rem 2rem;margin:4rem -2rem}.spacing-16{margin-top:4rem;margin-bottom:4rem}.ghost-border{border:1px solid var(--outline-variant)}input,textarea{background-color:transparent;border:none;border-bottom:2px solid var(--outline-variant);padding:.5rem 0;font-size:1rem;font-family:var(--font-body);color:var(--on-surface);transition:border-color .3s ease;width:100%;border-radius:12px}input:focus,textarea:focus{outline:none;border-bottom-color:var(--primary)}.post-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.post-item{padding:1.5rem;background-color:var(--surface-container-lowest);transition:background-color .3s ease;border-radius:12px}.post-item a{text-decoration:none}.post-item:hover{background-color:var(--surface-container-low)}.post-name{font-family:var(--font-heading);font-size:1.75rem;color:var(--on-surface);display:block;margin-bottom:.5rem;text-decoration:none;line-height:1.2}.post-date{font-size:.875rem;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.text-center{text-align:center}.brand-logo{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;letter-spacing:-.04em;text-decoration:none;color:var(--on-surface);position:relative;display:inline-block;padding-right:.6rem;transition:color .3s ease}.brand-logo:hover{color:var(--primary)}.brand-logo:after{content:"";position:absolute;bottom:.4rem;right:0;width:6px;height:6px;background-color:var(--primary);border-radius:50%}body{margin:0;padding:0;width:100%;background-color:var(--surface-container-low);display:flex;flex-direction:column;align-items:center}body.has-snap{height:100%;overflow:hidden}html:has(body.has-snap){height:100%;overflow:hidden}.layout-wrapper{max-width:800px;width:100%;margin:0 auto;padding:0 1.5rem;height:100%}@media screen and (min-width:800px){.layout-wrapper{padding-left:0;padding-right:0}}.snap-container{height:100vh;width:100%;max-width:800px;overflow:hidden;position:relative;background-color:var(--surface)}.snap-track{display:flex;flex-direction:row;height:100%;width:100%;transition:transform .7s cubic-bezier(.77,0,.175,1);will-change:transform}.snap-section{flex:0 0 100%;height:100%;overflow-y:auto;overflow-x:hidden;white-space:normal;padding:6rem 1.5rem;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}.snap-section::-webkit-scrollbar{display:none}@media screen and (max-width:768px){html,body{overflow:auto;height:auto;display:block}.snap-container{scroll-snap-type:none;overflow-x:hidden;overflow-y:visible;flex-direction:column;height:auto;max-width:100%}.snap-section{flex:none;height:auto;min-height:100vh;width:100%;scroll-snap-align:none;overflow-y:visible;padding-left:1.5rem;padding-right:1.5rem}}.social-link[data-astro-cid-yxtifmrq]{margin:2px}.socials[data-astro-cid-sz7xmlte]{display:flex;margin-top:2rem;justify-content:center}.line[data-astro-cid-sz7xmlte]{width:100%;height:1px;background-color:#000;margin:2rem 0}
