@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}html,body{color:#f5f5f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f0f;width:100vw;height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif;overflow:hidden}.hero{flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;position:absolute;inset:0;transform:scaleX(-1)}.bg-image{object-fit:cover;object-position:top}.bg-desktop{opacity:1}.bg-mobile{opacity:0}.bg-overlay{z-index:2;background:linear-gradient(270deg,#0f0f0fbf 0%,#0f0f0f73 50%,#0f0f0f40 100%);position:absolute;inset:0}.status-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.main-grid{z-index:15;flex:1;grid-template-rows:1fr;grid-template-columns:1fr;align-items:center;gap:0;padding:0 7vw 15vh;display:grid;position:relative}.content-column{flex-direction:column;grid-area:1/1;gap:0;max-width:640px;display:flex}.section-title{margin-bottom:0}.title-main{letter-spacing:-.03em;color:#f5f5f0;text-shadow:0 2px 8px #0000004d;margin:0;font-size:clamp(2.5rem,3.2vw,4.8rem);font-weight:300;line-height:.85}ls .title-highlight{margin-top:.04em;font-weight:600;display:block}.section-bio{color:#e8e8e3;opacity:.9;max-width:640px;margin:4vh 0 0;font-size:clamp(1rem,1.05vw,1.15rem);font-weight:400;line-height:1.65}.bio-link{color:#ff9f5a;opacity:.9;text-decoration:none;transition:opacity .25s}.bio-link:hover{opacity:1}.nav-actions{align-items:center;gap:1rem;margin-top:4vh;display:flex}.download-btn{color:#e8e8e3;letter-spacing:.01em;cursor:pointer;background:0 0;border:1.5px solid #e8e8e3;border-radius:2px;padding:.7rem 1.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-block}.download-btn:hover{opacity:.85;background:#e8e8e314}.contact-btn{color:#1a1a1a;letter-spacing:.01em;background:#e8e8e3;border:1.5px solid #e8e8e3;border-radius:2px;padding:.7rem 1.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-block}.contact-btn:hover{opacity:.95;background:#d8d8d3}button.contact-btn,button.download-btn{cursor:pointer;font-family:inherit}.social-satellite{z-index:20;flex-direction:column;align-items:flex-start;gap:.8rem;display:flex;position:fixed;bottom:4vh;right:7vw}.social-satellite a{color:#e8e8e3;opacity:.85;align-items:center;gap:.5rem;text-decoration:none;transition:all .25s;display:flex}.social-satellite a:hover{opacity:1}.social-satellite svg{flex-shrink:0;width:1em;height:1em}.social-satellite span{letter-spacing:.01em;white-space:nowrap;font-size:.75rem;font-weight:400}.location-satellite{color:#e8e8e3;opacity:.75;z-index:20;align-items:center;gap:.5rem;font-size:.78rem;font-weight:400;display:flex;position:fixed;bottom:4vh;left:7vw}@media (max-width:1100px){.bg-desktop{opacity:0}.bg-mobile{opacity:.5}.bg-image{object-fit:cover;object-position:center}.main-grid{padding:0 6vw 18vh}.content-column{max-width:100%}.title-main{font-size:clamp(2.2rem,5.2vw,5rem)}.section-bio{max-width:100%}.social-satellite{bottom:3vh;right:6vw}.social-satellite span{font-size:.8rem}}@media (max-width:700px){.main-grid{align-items:start;padding:8vh 6vw 22vh}.content-column{gap:0;margin-top:7vh}.section-title{margin-bottom:0}.title-main{font-size:clamp(1.9rem,8vw,3.8rem)}.section-bio{margin-top:3vh;font-size:.96rem;line-height:1.7}.nav-actions{flex-direction:row;align-items:center;gap:.8rem;margin-top:3vh;display:flex}.download-btn,.contact-btn{flex:1;padding:.65rem 1.2rem;font-size:.85rem}.social-satellite{flex-flow:wrap;gap:1.5rem;position:fixed;bottom:18.5vh;left:6vw;right:6vw}.social-satellite a{gap:.4rem}.social-satellite span{font-size:.7rem;display:inline}.social-satellite svg{width:1.1em;height:1.1em}.location-satellite{display:flex;bottom:2.5vh;left:6vw;right:auto}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f0f0fbf;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#141414eb;border:1px solid #e8e8e326;border-radius:4px;width:100%;max-width:520px;max-height:90vh;padding:3rem 2.5rem;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 8px 32px #0006}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{color:#e8e8e3;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{opacity:1}.modal-title{letter-spacing:-.02em;color:#f5f5f0;margin:0 0 2rem;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif;font-size:1.75rem;font-weight:300}#hubspot-form-container{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif!important}#hubspot-form-container .hs-form{font-family:inherit}#hubspot-form-container .hs-form-field{margin-bottom:1.5rem}#hubspot-form-container label{letter-spacing:.05em;text-transform:uppercase;color:#e8e8e3b3;margin-bottom:.5rem;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif;font-size:.75rem;font-weight:500;display:block}#hubspot-form-container input[type=text],#hubspot-form-container input[type=email],#hubspot-form-container input[type=tel],#hubspot-form-container textarea,#hubspot-form-container select{color:#f5f5f0;background:#e8e8e30a;border:1px solid #e8e8e333;border-radius:2px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif!important}#hubspot-form-container input:focus,#hubspot-form-container textarea:focus,#hubspot-form-container select:focus{background:#e8e8e30f;border-color:#e8e8e366;outline:none}#hubspot-form-container textarea{resize:vertical;min-height:120px}#hubspot-form-container .hs-button{width:100%;padding:.75rem 1.75rem;color:#1a1a1a!important;letter-spacing:.01em!important;cursor:pointer!important;background:#e8e8e3!important;border:1.5px solid #e8e8e3!important;border-radius:2px!important;margin-top:1rem!important;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif!important;font-size:.875rem!important;font-weight:500!important;transition:all .25s!important}#hubspot-form-container .hs-button:hover{opacity:.95!important;background:#d8d8d3!important}#hubspot-form-container .hs-error-msgs{margin:.5rem 0 0!important;padding:0!important;list-style:none!important}#hubspot-form-container .hs-error-msg{margin-top:.25rem;color:#ff6b6b!important;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Arial,sans-serif!important;font-size:.75rem!important}#hubspot-form-container .hs-form-required{color:#e8e8e380!important}@media (max-width:700px){.modal-content{padding:2.5rem 1.5rem}.modal-title{margin-bottom:1.5rem;font-size:1.5rem}}
