@import"https://fonts.googleapis.com/css2?family=Young+Serif:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--silcrow-yellow: #F2B429;--silcrow-black: #1A1A1A;--silcrow-white: #F8F8F8;--silcrow-gray: #666666;--silcrow-light-gray: #E8E8E8;--silcrow-bg: #F3F2EF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Atkinson Hyperlegible,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--silcrow-black);background-color:var(--silcrow-bg)}h1,h2,h3,h4,h5,h6{font-family:"Young Serif",serif;font-weight:400;color:var(--silcrow-black)}.app{min-height:100vh;display:flex;flex-direction:column}.navigation{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:var(--silcrow-white);border-bottom:2px solid var(--silcrow-yellow);box-shadow:0 2px 8px #1a1a1a1a}.nav-brand a{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--silcrow-black);font-family:"Young Serif",serif}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:var(--silcrow-black);font-weight:500;transition:color .2s;position:relative}.nav-links a:hover{color:var(--silcrow-yellow)}.nav-links a:hover:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background-color:var(--silcrow-yellow)}main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.hero{text-align:center;color:var(--silcrow-black)}.hero-logo{width:auto;height:40vh;position:relative;z-index:1}.hero p{font-size:1.25rem;opacity:.8;position:relative;z-index:1}.featured-project{margin-top:3rem}.featured-project h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--silcrow-black)}.project-card{background:var(--silcrow-white);padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 20px #1a1a1a1a;border:2px solid var(--silcrow-light-gray);transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-2px);box-shadow:0 6px 25px #1a1a1a26}.project-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--silcrow-black)}.project-card p{margin-bottom:1.5rem;color:var(--silcrow-gray)}.project-card a{display:inline-block;background:var(--silcrow-yellow);color:var(--silcrow-black);padding:.75rem 2rem;text-decoration:none;border-radius:.5rem;font-weight:600;transition:background-color .2s,transform .2s;border:2px solid var(--silcrow-yellow)}.project-card a:hover{background:var(--silcrow-black);color:var(--silcrow-yellow);transform:translateY(-1px)}.about{max-width:800px}.about h1{font-size:2.5rem;margin-bottom:2rem;color:var(--silcrow-black)}.about p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8;color:var(--silcrow-gray)}.about section{margin-top:3rem;padding:2rem;background:var(--silcrow-white);border-left:4px solid var(--silcrow-yellow);border-radius:0 .5rem .5rem 0;box-shadow:0 2px 10px #1a1a1a0d}.about section h2{font-size:1.8rem;margin-bottom:1rem;color:var(--silcrow-black)}.privacy{max-width:800px}.privacy h1{font-size:2.5rem;margin-bottom:1rem;color:var(--silcrow-black)}.privacy h2{font-size:1.8rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--silcrow-black)}.privacy h3{font-size:1.3rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--silcrow-black)}.privacy p{margin-bottom:1rem;font-size:1rem;line-height:1.7;color:var(--silcrow-gray)}.privacy ul{margin-bottom:1.5rem;padding-left:2rem;color:var(--silcrow-gray)}.privacy li{margin-bottom:.5rem;line-height:1.6}.privacy a{color:var(--silcrow-black);text-decoration:underline}.privacy a:hover{color:var(--silcrow-yellow)}.privacy section{margin-bottom:2rem}.footer{margin-top:auto;padding:1rem 2rem;text-align:center}.footer p{margin:0;font-size:.85rem;color:var(--silcrow-gray)}@media (max-width: 768px){.navigation{flex-direction:column;gap:1rem}.nav-links{gap:1rem}main{padding:1rem}.hero{margin:-1rem -1rem 2rem;padding:2rem 1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}}.cookie-consent{position:fixed;bottom:1rem;right:1rem;background:var(--silcrow-white);border:2px solid var(--silcrow-yellow);border-radius:.75rem;padding:1.25rem;max-width:350px;box-shadow:0 4px 20px #1a1a1a26;z-index:1000;font-size:.9rem}.cookie-content p{margin:0 0 1rem;color:var(--silcrow-gray);line-height:1.5}.cookie-link{color:var(--silcrow-black);text-decoration:underline}.cookie-link:hover{color:var(--silcrow-yellow)}.cookie-buttons{display:flex;gap:.75rem;justify-content:flex-end}.cookie-btn{padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:.85rem}.cookie-btn.decline{background:var(--silcrow-light-gray);color:var(--silcrow-gray)}.cookie-btn.decline:hover{background:var(--silcrow-gray);color:var(--silcrow-white)}.cookie-btn.accept{background:var(--silcrow-yellow);color:var(--silcrow-black)}.cookie-btn.accept:hover{background:var(--silcrow-black);color:var(--silcrow-yellow)}@media (max-width: 768px){.cookie-consent{bottom:.5rem;right:.5rem;left:.5rem;max-width:none}.cookie-buttons{justify-content:center}}
