:root{--bg:#0a0806;--bg-elevated:#14100d;--text:#f5f0e8;--text-muted:#a89f94;--accent:#ffb347;--accent-dim:#c4842f;--border:#f5f0e81f;--live:#5fd38d;--case-study:#8eb5ff;--max-width:72rem;--font-serif:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-sans:"Segoe UI", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:.01em;font-weight:500;line-height:1.15}h1{font-size:clamp(2.5rem,6vw,4rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:1.35rem}p{margin:0 0 1rem}.prose{max-width:42rem}.prose h2,.prose h3{margin-top:2rem;margin-bottom:.75rem}.prose ul,.prose ol{margin-bottom:1rem;padding-left:1.25rem}.prose li{margin-bottom:.35rem}.prose a{color:var(--accent)}.container{width:min(100% - 2rem, var(--max-width));margin-inline:auto}.site-header{z-index:10;border-bottom:1px solid var(--border);backdrop-filter:blur(10px);background:#0a0806e6;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.site-nav{flex-wrap:wrap;gap:1rem 1.5rem;font-size:.95rem;display:flex}.site-nav a{color:var(--text-muted);text-decoration:none;transition:color .15s}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text)}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);margin-top:4rem;padding:2rem 0 3rem;font-size:.9rem}.hero{padding:4rem 0 3rem}.hero__eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;margin-bottom:1rem;font-size:.75rem}.hero__lead{max-width:36rem;color:var(--text-muted);font-size:1.15rem}.section{padding:2.5rem 0}.section__header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.section__title{margin:0}.grid{gap:1rem;display:grid}.grid--projects{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr))}.project-card{border:1px solid var(--border);background:var(--bg-elevated);border-radius:.75rem;flex-direction:column;gap:.75rem;padding:1.25rem;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.project-card:hover{border-color:#ffb34759;transform:translateY(-2px)}.project-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.project-card__summary{color:var(--text-muted);flex:1;margin:0;font-size:.95rem}.project-card__tags{flex-wrap:wrap;gap:.35rem;display:flex}.tag{border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.15rem .5rem;font-size:.75rem}.badge{text-transform:uppercase;letter-spacing:.08em;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.72rem;display:inline-flex}.badge--live{color:var(--live);background:#5fd38d14;border-color:#5fd38d59}.badge--case-study{color:var(--case-study);background:#8eb5ff14;border-color:#8eb5ff59}.badge--draft{color:var(--text-muted);border-color:var(--border)}.badge__dot{background:currentColor;border-radius:50%;width:.45rem;height:.45rem}.badge--live .badge__dot{animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.filter-nav{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-nav a{border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:.35rem .85rem;font-size:.9rem;text-decoration:none}.filter-nav a:hover,.filter-nav a[aria-current=page]{color:var(--text);border-color:#ffb34766}.button{color:var(--text);background:#ffb3471a;border:1px solid #ffb34773;border-radius:999px;align-items:center;gap:.35rem;padding:.65rem 1rem;font-size:.95rem;text-decoration:none;transition:background .15s;display:inline-flex}.button:hover{background:#ffb3472e}.button--ghost{border-color:var(--border);color:var(--text-muted);background:0 0}.button--ghost:hover{color:var(--text);background:#f5f0e80a}.button--locked{color:var(--text-muted)}.button--locked:hover{color:var(--text);border-color:#f5f0e840}.button__lock{opacity:.85;flex-shrink:0}.request-form{flex-direction:column;gap:1.25rem;max-width:28rem;display:flex}.request-form__field{color:var(--text-muted);flex-direction:column;gap:.4rem;font-size:.9rem;display:flex}.request-form__field input,.request-form__field select,.request-form__field textarea{font:inherit;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border);border-radius:.5rem;padding:.65rem .75rem}.request-form__field input:focus,.request-form__field select:focus,.request-form__field textarea:focus{outline-offset:1px;outline:2px solid #ffb34759}.request-form__field textarea{resize:vertical;min-height:6rem}.request-form__notice{border:1px solid var(--border);background:var(--bg-elevated);border-radius:.75rem;padding:1.25rem}.request-form__notice--success{border-color:#5fd38d59}.project-detail__header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding:3rem 0 2rem}.project-detail__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.stack-strip{flex-wrap:wrap;gap:.5rem;display:flex}.stack-strip span{color:var(--text-muted);border:1px solid var(--border);border-radius:.35rem;padding:.25rem .6rem;font-size:.8rem}@media (width<=640px){.hero{padding:2.5rem 0 2rem}.section__header{flex-direction:column;align-items:flex-start}.site-nav{gap:.65rem 1rem;font-size:.85rem}.grid--projects{grid-template-columns:1fr}.project-detail__header{padding:2rem 0 1.5rem}}
