:root{--bg:#0b0c0f;--panel:rgba(255,255,255,.05);--stroke:rgba(255,255,255,.12);--fg:#e5e7eb;--muted:#cbd5e1;--accent:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font:400 16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.container{max-width:72rem;margin-inline:auto;padding:0 1rem}.flex-between{display:flex;align-items:center;justify-content:space-between}.grid-2{display:grid;grid-template-columns:1fr;gap:1rem}.grid-3{display:grid;grid-template-columns:1fr;gap:1rem}.gap{gap:1rem}.span-2{grid-column:1/-1}.w-full{width:100%}@media(min-width:900px){.grid-2{grid-template-columns:7fr 5fr;align-items:center}.grid-3{grid-template-columns:repeat(3,1fr)}}.title{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.1;font-weight:800;margin:0}.lead{color:var(--muted);max-width:45rem;margin:.6rem 0 0}.muted{color:var(--muted)}.bullets{margin:1rem 0 0 1.1rem;color:var(--muted)}.bullets li{list-style:disc;margin:.35rem 0}.micro{margin-top:.75rem;color:#9ca3af;font-size:.85rem}.micro.center{text-align:center}.link{color:#d1d5db}.link:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.65rem 1rem;font-weight:700}.btn-primary{background:var(--accent);color:#0f1115;border:1px solid transparent}.btn-primary:hover{filter:brightness(.95)}.btn-ghost{border:1px solid var(--stroke);background:0 0;color:var(--fg)}.btn-ghost:hover{border-color:#ffffff80}.section{border-top:1px solid var(--stroke);padding:4rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:1rem}.section h2{font-size:1.5rem;font-weight:800;margin:0}.video-frame{aspect-ratio:16/9;border-radius:1rem;overflow:hidden;border:1px solid var(--stroke);box-shadow:0 25px 60px -20px rgba(0,0,0,.8)}.video-frame>iframe,.video-frame>video{width:100%;height:100%;display:block;object-fit:cover}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.chips span{font-size:.75rem;padding:.35rem .6rem;border-radius:999px;background:var(--panel);border:1px solid var(--stroke)}.container{padding-left:1rem;padding-right:1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(10px);background:rgba(10,10,10,.85);border-bottom:1px solid var(--stroke)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.brand{font-weight:800;letter-spacing:.16em;color:#e5e7eb;padding-left:.5rem}@media(min-width:900px){.brand{padding-left:0}}.main-nav{display:flex;gap:1.25rem}.main-nav a{color:#d1d5db}.main-nav a:hover{color:#fff}body{padding-top:64px}.hamburger{display:none;width:42px;height:38px;border:1px solid var(--stroke);background:rgba(255,255,255,.06);border-radius:.6rem;align-items:center;justify-content:center;gap:4px;padding:6px 8px;cursor:pointer}.hamburger .bar{display:block;height:2px;width:18px;background:#e5e7eb;border-radius:2px}@media (max-width:900px){.main-nav{display:none}.header-cta{display:none}.hamburger{display:inline-flex}}.drawer{position:fixed;inset:0;z-index:120;display:none}.drawer.active{display:block}.drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(2px)}.drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(86vw,20rem);background:linear-gradient(to bottom right,rgba(255,255,255,.07),rgba(255,255,255,.02));border-left:1px solid var(--stroke);box-shadow:-20px 0 60px -30px rgba(0,0,0,.7);transform:translateX(100%);transition:transform .28s ease;padding:1rem 1rem 1.25rem}.drawer.active .drawer-panel{transform:translateX(0)}.drawer-close{position:absolute;top:.6rem;right:.6rem;width:2rem;height:2rem;display:grid;place-items:center;border:1px solid var(--stroke);border-radius:.6rem;background:rgba(255,255,255,.06);color:#e5e7eb;cursor:pointer}.drawer-brand{display:block;margin:0 0 1rem 0;padding-top:.25rem;font-weight:800;letter-spacing:.14em;color:#e5e7eb}.drawer-links{display:grid;gap:.75rem;margin-top:2.2rem;text-align:center}.drawer-links a{padding:.8rem .9rem;border-radius:.8rem;border:1px solid var(--stroke);background:rgba(255,255,255,.04);color:#e5e7eb}.drawer-links a:hover{background:rgba(255,255,255,.06)}.brand{padding-left:.5rem}@media (min-width:900px){.brand{padding-left:0}}.hero{position:relative;padding:5rem 0 4rem}.hero::before{content:"";position:absolute;inset:-18vh -12vw auto -12vw;height:44vh;z-index:-1;background:radial-gradient(60% 60% at 50% 50%,rgba(99,102,241,.22) 0,rgba(99,102,241,.1) 35%,transparent 60%);pointer-events:none}.hero .lead{max-width:48rem;margin-top:.8rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:900px){.hero-grid{grid-template-columns:7fr 5fr;align-items:start}}.hero-media{display:flex;justify-content:flex-end;align-items:flex-start}#home .video-frame{max-width:420px;margin-left:auto;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 50px -30px rgba(0,0,0,.85);background:#0f1115}#home .video-frame>video{width:100%;height:auto;display:block;object-fit:cover}@media (max-width:899px){#home .video-frame{max-width:100%}}.section{padding:4rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:1rem}.section h2{font-size:1.5rem;font-weight:800;margin:0}#work .grid-3{gap:1.25rem;row-gap:2rem}.tile{display:flex;flex-direction:column;align-items:stretch;min-height:0}.media-frame{display:flex;align-items:center;justify-content:center;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 50px -30px rgba(0,0,0,.85);background:#0f1115}.media-frame>img,.media-frame>video{display:block;width:100%;height:auto;object-fit:contain;background:#0f1115}.tile:hover .media-frame,.tile:hover .video-frame{box-shadow:0 28px 70px -28px rgba(0,0,0,.9)}.caption{display:none!important}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.about-grid{grid-template-columns:5fr 7fr;align-items:start}}.portrait{border-radius:1rem;border:1px solid rgba(255,255,255,.12);display:block;width:100%;height:auto}.faq details{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);border-radius:.9rem;padding:.75rem 1rem;margin-top:.75rem;transition:background .2s ease,border-color .2s ease}.faq details:hover{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.18)}.faq summary{cursor:pointer;list-style:none;font-weight:600}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"▸";float:right;opacity:.75;transition:transform .2s ease,opacity .2s ease}.faq details[open] summary::after{transform:rotate(90deg);opacity:1}.faq details>p{margin:.6rem 0 0;color:#cbd5e1}@media (max-width:900px){.grid-3{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width:560px){.grid-3{grid-template-columns:1fr;gap:.75rem}.media-frame{border-radius:.9rem;box-shadow:0 14px 34px -26px rgba(0,0,0,.85)}}.field{position:relative}.field input,.field select,.field textarea{width:100%;background:#0f1115;border:1px solid var(--stroke);border-radius:.9rem;padding:1rem 1rem 1rem 1rem;padding-top:1.25rem;color:var(--fg);max-width:100%}.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.field label{position:absolute;left:1rem;top:.9rem;color:#9ca3af;font-size:.9rem;pointer-events:none;transition:transform .2s ease,color .2s ease,top .2s ease}.field input:not(:placeholder-shown)+label,.field select:valid+label,.field textarea:not(:placeholder-shown)+label,.field:focus-within label{top:.35rem;color:#cbd5e1;transform:scale(.88)}.field .error{display:none;color:#fca5a5;font-size:.78rem;margin-top:.35rem}.field.invalid .error{display:block}.grid-2{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:900px){.grid-2{grid-template-columns:1fr 1fr}}.popup{position:fixed;inset:0;z-index:130;display:none}.popup.active{display:block}.popup-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.9);backdrop-filter:blur(3px)}.popup-card{position:relative;z-index:1;width:min(92vw,40rem);margin:12vh auto 0;border-radius:1.25rem;background:linear-gradient(to bottom right,rgba(255,255,255,.07),rgba(255,255,255,.02));border:1px solid var(--stroke);box-shadow:0 30px 80px -30px rgba(0,0,0,.8);padding:1.25rem}.popup-head h3{font-size:1.25rem;font-weight:800;margin:.25rem 0}.popup-head .sub{color:var(--muted);margin:.25rem 0 .75rem}.popup-form{display:grid;gap:.75rem}.popup-close{position:absolute;right:.75rem;top:.6rem;display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:.6rem;border:1px solid var(--stroke);background:rgba(255,255,255,.06);color:#e5e7eb}.popup.active .popup-card{animation:pop-in .35s ease both}@keyframes pop-in{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{position:fixed;left:50%;bottom:1rem;transform:translateX(-50%);background:#111827;color:#e5e7eb;padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--stroke);box-shadow:0 10px 30px -20px rgba(0,0,0,.7);animation:toast-in .3s ease both}@keyframes toast-in{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}