:root{--bg-primary:#08090a;--bg-secondary:#0c0d0f;--bg-tertiary:#111214;--surface-1:#17191c;--surface-2:#202328;--surface-3:#292d32;--text-primary:#fff;--text-secondary:#c2c6cc;--text-muted:#9ca3ad;--text-dark-muted:#858b94;--accent-purple:#7c3aed;--accent-purple-light:#9b72f7;--accent-purple-bright:#a855f7;--accent-purple-glow:#7c3aed59;--accent-yellow:#eab308;--accent-yellow-light:#facc15;--accent-yellow-glow:#eab30840;--border-subtle:#ffffff12;--border-metallic:#ffffff1f;--border-hover:#8b5cf666;--font-heading:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-tech:"Space Grotesk", sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--transition-fast:.2s cubic-bezier(.16, 1, .3, 1);--transition-smooth:.35s cubic-bezier(.16, 1, .3, 1);--transition-bounce:.5s cubic-bezier(.34, 1.56, .64, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:var(--bg-primary);font-family:var(--font-body);color:var(--text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-primary);min-height:100vh;overflow-x:hidden}button,input,select,textarea{font:inherit}.skip-link{z-index:200;border-radius:var(--radius-sm);color:#08090a;transition:transform var(--transition-fast);background:#fff;padding:.75rem 1rem;font-weight:700;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--accent-yellow-light);outline-offset:3px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-weight:700}p{line-height:1.65}a{color:inherit;text-decoration:none}main section[id]{scroll-margin-top:6rem}.mobile-toggle{justify-content:center;min-width:44px;min-height:44px}.email-cta,.service-email-cta{white-space:normal;overflow-wrap:anywhere;text-align:center;max-width:100%}.about-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:clamp(3rem,5vw,4.5rem);display:grid}.about-copy{max-width:620px}.about-intro{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:400;line-height:1.7}.about-goal{border-left:2px solid var(--accent-purple-light);max-width:590px;color:var(--accent-purple-light);background:linear-gradient(90deg,#7c3aed1f,#0000 85%);margin:0;padding:1rem 1.1rem;font-size:1rem;line-height:1.65}.about-principles{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.about-principle-card{min-height:205px;padding:1.35rem}.about-principle-meta{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.about-principle-icon{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--accent-purple-light);background:#7c3aed1a;border:1px solid #8b5cf64d;justify-content:center;align-items:center;display:inline-flex}.about-principle-number{color:var(--accent-yellow-light);font-family:var(--font-mono);letter-spacing:.12em;font-size:.72rem;font-weight:700}.about-principle-card h3{color:var(--text-primary);margin-bottom:.55rem;font-size:1.05rem;line-height:1.25}.about-principle-card p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}@media (width<=1023px){.about-layout{grid-template-columns:1fr}.about-copy{max-width:760px}.about-principle-card{min-height:0}}.portfolio-subtitle{margin-bottom:1.25rem}.portfolio-disclosure{border-radius:var(--radius-md);max-width:760px;color:var(--text-secondary);background:#eab30812;border:1px solid #eab30840;align-items:flex-start;gap:.65rem;margin-bottom:3rem;padding:.85rem 1rem;font-size:.9rem;display:flex}.portfolio-disclosure .yellow-indicator{flex:none;margin-top:.5rem}.project-link-actions{grid-template-columns:minmax(0,1fr);display:grid}.project-link-actions .btn{min-height:48px;padding-left:1rem;padding-right:1rem}@media (width>=641px) and (width<=900px){.project-card-layout{grid-template-columns:1fr!important}.project-image-frame{aspect-ratio:4/3;width:100%;height:auto!important;min-height:0!important}}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (width>=768px){.container{padding:0 2.5rem}}.section-padding{padding:6rem 0}@media (width>=1024px){.section-padding{padding:8rem 0}}.section-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-purple-light);border-radius:var(--radius-full);background:#7c3aed1a;border:1px solid #8b5cf640;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-title{margin-bottom:1rem;font-size:2.25rem;line-height:1.15}@media (width>=768px){.section-title{font-size:3.25rem}}.section-subtitle{color:var(--text-muted);max-width:680px;margin-bottom:3.5rem;font-size:1.125rem}.yellow-indicator{background-color:var(--accent-yellow);width:6px;height:6px;box-shadow:0 0 8px var(--accent-yellow-glow);border-radius:50%;display:inline-block}.purple-indicator{background-color:var(--accent-purple-light);width:6px;height:6px;box-shadow:0 0 8px var(--accent-purple-glow);border-radius:50%;display:inline-block}.glass-panel{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-metallic);border-radius:var(--radius-md);transition:border-color var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-smooth);background:#17191ca6}.glass-panel:hover{border-color:var(--border-hover);box-shadow:0 12px 40px #0006,0 0 20px #7c3aed1f}.btn{font-family:var(--font-heading);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-purple-light) 100%);color:#fff;box-shadow:0 4px 20px var(--accent-purple-glow)}.btn-primary:hover{background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);transform:translateY(-2px);box-shadow:0 6px 28px #8b5cf680}.btn:focus-visible{outline-offset:4px}.btn:disabled{cursor:not-allowed;opacity:.65;transform:none}.btn-secondary{background:var(--surface-1);color:var(--text-primary);border:1px solid var(--border-metallic)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--border-hover);color:#fff;transform:translateY(-2px)}.btn-yellow-badge{color:var(--accent-yellow-light);font-family:var(--font-mono);border-radius:var(--radius-sm);background:#eab3081f;border:1px solid #eab3084d;padding:.25rem .6rem;font-size:.75rem}.glow-box{position:relative}.glow-box:after{content:"";background:linear-gradient(90deg, transparent, var(--accent-purple-light), transparent);border-radius:inherit;z-index:-1;opacity:0;transition:opacity var(--transition-smooth);position:absolute;inset:-1px}.glow-box:hover:after{opacity:.6}.modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:100;background:#040506d9;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-tertiary);border:1px solid var(--border-metallic);border-radius:var(--radius-lg);width:100%;max-width:900px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) scaleUp;position:relative;overflow-y:auto;box-shadow:0 25px 60px #000000b3,0 0 30px #7c3aed26}.project-brief-overlay{z-index:120}.project-brief-modal{overscroll-behavior:contain;max-width:920px;max-height:92vh}.project-brief-header{z-index:4;border-bottom:1px solid var(--border-metallic);-webkit-backdrop-filter:blur(18px);background:#0c0d0ff7;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.project-brief-header h2{margin:.35rem 0 .4rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2}.project-brief-header p{color:var(--text-muted);font-size:.95rem}.project-brief-kicker{color:var(--accent-purple-light);font-family:var(--font-mono);letter-spacing:.12em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.modal-close-button{border:1px solid var(--border-metallic);background:var(--surface-1);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;display:inline-flex}.modal-close-button:hover{color:#fff;border-color:var(--border-hover);background:var(--surface-2)}.project-brief-form{padding:1.5rem 2rem 2rem}.project-brief-intro{color:var(--text-muted);gap:.75rem;margin-bottom:1.5rem;font-size:.85rem;display:grid}.privacy-note{border-radius:var(--radius-md);color:var(--text-secondary);background:#7c3aed14;border:1px solid #8b5cf647;align-items:flex-start;gap:.6rem;padding:.85rem 1rem;display:flex}.privacy-note svg{color:var(--accent-purple-light);flex:none;margin-top:.2rem}.required-marker,.field-error{color:#fca5a5}.validation-summary{border-radius:var(--radius-sm);color:#fecaca;background:#7f1d1d38;border:1px solid #f8717173;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.9rem}.project-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem 1.25rem;display:grid}.project-field{min-width:0}.project-field--full{grid-column:1/-1}.project-field label{color:var(--text-secondary);font-family:var(--font-heading);margin-bottom:.45rem;font-size:.85rem;font-weight:600;display:block}.project-field input,.project-field select,.project-field textarea{border:1px solid var(--border-metallic);border-radius:var(--radius-sm);background:var(--surface-1);color:#fff;width:100%;min-height:46px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);padding:.8rem .9rem;font-size:.95rem;line-height:1.45}.project-field textarea{resize:vertical;min-height:90px}.project-field input::placeholder,.project-field textarea::placeholder{color:var(--text-dark-muted)}.project-field input:hover,.project-field select:hover,.project-field textarea:hover{border-color:#9b72f77a}.project-field input:focus,.project-field select:focus,.project-field textarea:focus{border-color:var(--accent-purple-light);background:var(--surface-2);box-shadow:0 0 0 3px #9b72f726}.project-field [aria-invalid=true]{border-color:#f87171}.field-error{margin-top:.4rem;font-size:.8rem;line-height:1.4}.project-email-fallback{border:1px solid var(--border-metallic);border-radius:var(--radius-md);background:var(--bg-secondary);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem;display:flex}.project-email-fallback>div{min-width:0}.project-email-fallback a{color:#fff;overflow-wrap:anywhere;margin-top:.2rem;font-weight:600;display:block}.fallback-label{color:var(--text-dark-muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;display:block}.btn-compact{flex:none;padding:.7rem 1rem;font-size:.85rem}.fallback-help{color:var(--text-muted);margin:.75rem 0 1.25rem;font-size:.85rem}.project-brief-actions{border-top:1px solid var(--border-subtle);justify-content:flex-end;align-items:center;gap:.85rem;padding-top:1.25rem;display:flex}.project-status{min-height:1.4rem;color:var(--accent-yellow-light);text-align:right;margin-top:.75rem;font-size:.85rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes floatGrid{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.4}50%{opacity:.8}}@media (width<=480px){.container{padding-left:1rem;padding-right:1rem}.section-padding{padding:4.5rem 0}.section-title{font-size:2rem}.brand-suffix{display:none}.contact-panel{padding:3rem 1.25rem!important}.modal-overlay{padding:.75rem}}@media (width<=640px){.about-principles{grid-template-columns:1fr}.project-brief-overlay{align-items:flex-start;padding:.5rem}.project-brief-modal{border-radius:var(--radius-md);max-height:calc(100dvh - 1rem)}.project-brief-header{gap:.75rem;padding:1.1rem 1rem}.project-brief-form{padding:1.15rem 1rem 1.5rem}.project-form-grid{grid-template-columns:1fr}.project-field--full{grid-column:auto}.project-email-fallback,.project-brief-actions{flex-direction:column;align-items:stretch}.project-email-fallback .btn,.project-brief-actions .btn{width:100%}.project-status{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
