*{box-sizing:border-box}:root{--bg:#eeede8;--bg-card:#fff;--border:#ddd9d0;--text:#201f1c;--text-muted:#6b6862;--accent:#d9432f}body,html{margin:0;padding:0;min-height:100%;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ccircle cx='60' cy='60' r='26' fill='none' stroke='black' stroke-opacity='0.045' stroke-width='1.5'/%3E%3Cg stroke='black' stroke-opacity='0.045' stroke-width='1'%3E%3Cline x1='60' y1='34' x2='60' y2='86'/%3E%3Cline x1='34' y1='60' x2='86' y2='60'/%3E%3Cline x1='42' y1='42' x2='78' y2='78'/%3E%3Cline x1='78' y1='42' x2='42' y2='78'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-attachment:fixed}a{color:var(--accent)}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1 1;padding:1.5rem;display:flex;justify-content:center}main{width:100%;max-width:720px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.04)}.mission{color:var(--text-muted);font-size:1.05rem}.site-logo{position:fixed;top:1rem;right:1rem;z-index:50;line-height:0}.site-logo img{width:48px;height:auto;opacity:.85;transition:opacity .15s ease}.site-logo:hover img{opacity:1}.site-nav{position:fixed;top:1rem;left:1rem;z-index:50}.nav-toggle{width:44px;height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;cursor:pointer}.nav-toggle span{display:block;width:20px;height:2px;background:var(--text)}.nav-menu{list-style:none;margin:.5rem 0 0;padding:.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.08);min-width:140px}.nav-menu li+li{border-top:1px solid var(--border)}.nav-menu a{display:block;padding:.6rem .5rem;color:var(--text);text-decoration:none}.nav-menu a:hover{color:var(--accent)}.site-footer{padding:1.5rem;text-align:center;font-size:.75rem;align-items:center;gap:1rem;justify-content:center}.site-footer,.site-footer a{color:var(--text-muted);display:flex}.site-footer a{line-height:0}.site-footer a:hover{color:var(--accent)}.map-container{height:60vh;min-height:320px;overflow:hidden;margin:1.5rem 0}.map-container,video{width:100%;border:1px solid var(--border);border-radius:8px}video{margin-bottom:1.5rem}.project-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:2rem}.project-card{display:block;padding:1rem;border:1px solid var(--border);border-radius:8px;text-decoration:none;color:var(--text)}.status-badge{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .5rem;border-radius:999px;margin-bottom:.5rem;color:#fff}.status-live{background:#1f7a3f}.status-completed{background:#6b6862}.status-draft{background:#a8a49b}.faq{margin-top:1.5rem}.faq details{border-bottom:1px solid var(--border);padding:.85rem 0}.faq summary{cursor:pointer;font-weight:600}.faq p{color:var(--text-muted);margin:.6rem 0 0}.contact-form{display:flex;flex-direction:column;gap:.4rem;margin-top:1rem}.contact-form label{font-size:.85rem;font-weight:600;margin-top:.6rem}.contact-form input[type=email],.contact-form input[type=text],.contact-form textarea{font:inherit;padding:.6rem .7rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text);resize:vertical}.contact-form button{align-self:flex-start;margin-top:1rem;padding:.6rem 1.4rem;border:none;border-radius:6px;background:var(--accent);color:#fff;font:inherit;font-weight:600;cursor:pointer}.contact-form button:disabled{opacity:.6;cursor:default}.form-error{color:var(--accent);font-size:.9rem}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.inspiration{line-height:1.6}.inspiration p:first-child{margin-top:0}