@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Source Sans Pro,sans-serif}#root{height:100%}body{margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}.dimension-container{position:relative;min-height:100vh;overflow:hidden;font-family:Source Sans Pro,sans-serif}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.background-image img{width:100%;height:100%;object-fit:cover}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.main-content{position:relative;z-index:10;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.content-center{text-align:center;color:#fff;max-width:64rem;margin:0 auto}.diamond-icon{margin-bottom:2rem;display:flex;justify-content:center}.diamond-circle{width:5rem;height:5rem;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.diamond-circle img{border-radius:50%;object-fit:contain}.main-title{font-size:6rem;font-weight:200;letter-spacing:.2em;margin-bottom:1.5rem;line-height:1.1}@media (max-width: 768px){.main-title{font-size:4rem}}@media (max-width: 480px){.main-title{font-size:3rem}}.subtitle{font-size:1.25rem;font-weight:300;letter-spacing:.05em;margin-bottom:3rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.underlined{border-bottom:1px solid rgba(255,255,255,.5)}@media (max-width: 768px){.subtitle{font-size:1.125rem}}.nav-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.nav-button{padding:.75rem 2rem;border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff;font-weight:300;letter-spacing:.2em;text-transform:uppercase;font-size:.875rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:Source Sans Pro,sans-serif}.nav-button:hover{background:#ffffff1a}@media (max-width: 480px){.nav-buttons{flex-direction:column;align-items:center}.nav-button{width:200px}}.footer{position:absolute;bottom:1rem;left:0;right:0;z-index:10;text-align:center;color:#fff9;font-size:.75rem;letter-spacing:.05em}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{position:relative;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-width:32rem;width:100%;max-height:80vh;overflow-y:auto;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000040;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.close-button{position:absolute;top:1rem;right:1rem;padding:.5rem;background:transparent;border:none;cursor:pointer;border-radius:50%;transition:background-color .2s;color:#374151}.close-button:hover{background:#0000001a}.modal-body{padding:2rem}.modal-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#374151}.modal-header h2{font-size:1.875rem;font-weight:300;margin:0}.modal-text{color:#6b7280;line-height:1.6;margin-bottom:1rem}.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem;margin-bottom:1.5rem}.work-item{cursor:pointer;transition:all .3s ease;border:2px solid transparent;padding:1rem;border-radius:.5rem;background:#f9fafb;text-align:center;font-weight:500}.work-item:hover{background:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.work-item.selected{background:#dbeafe;color:#1e40af;font-weight:600;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633}.work-content{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.work-content h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1rem}.profile-image{background:#f3f4f6;width:8rem;height:8rem;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#9ca3af}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.submit-button{width:100%;background:#1f2937;color:#fff;padding:.75rem 1rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;font-family:inherit}.submit-button:hover{background:#374151}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:#f1f1f1}.modal-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.modal-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
