:root{--primary:#0f172a;--secondary:#e2e8f0;--accent:#3b82f6;--text:#f8fafc;--text-muted:#94a3b8;--bg-dark:#020617;--bg-card:#0f172a;--border:#1e293b;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:var(--bg-dark);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;margin:0}a{color:inherit;text-decoration:none}:root{--primary:#0a0a0b;--secondary:#141417;--accent:#5e6ad2;--accent-glow:#5e6ad266;--accent-2:#2dd4bf;--text:#fff;--text-muted:#a1a1aa;--border:#27272a}body{background-color:var(--primary);color:var(--text);font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.brand-mark,.eyebrow{font-family:Outfit,sans-serif}.app-container{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:background .3s,border .3s;position:fixed;top:0}.site-header.scrolled{border-bottom:1px solid var(--border);background:#0a0a0bcc}.nav-shell{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.brand-mark{letter-spacing:-.03em;background:linear-gradient(90deg,#fff,#a1a1aa);color:#0000;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.site-nav{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-link{color:var(--text-muted);cursor:pointer;font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#fff}.nav-link-accent{color:#000;background:#fff;border-radius:999px;padding:.6rem 1.5rem;font-weight:600;transition:transform .2s,box-shadow .2s}.nav-link-accent:hover{color:#000;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff1a}.section-block{width:100%;max-width:1400px;margin:0 auto;padding:8rem 2rem;position:relative}.eyebrow{color:var(--accent-2);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;font-size:.85rem;font-weight:800}h2{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}@media (width<=768px){h2{font-size:2.5rem}}.section-heading{max-width:800px;margin-bottom:5rem}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading p{color:var(--text-muted);font-size:1.25rem;line-height:1.6}.hero-section{align-items:center;min-height:100vh;padding-top:6rem;display:flex;position:relative;overflow:hidden}.hero-bg-wrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-bg-wrapper:after{content:"";background:linear-gradient(to top, var(--primary), transparent);width:100%;height:50%;position:absolute;bottom:0;left:0}.hero-bg-wrapper:before{content:"";background:radial-gradient(circle at center, transparent 0%, var(--primary) 80%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-image{object-fit:cover;opacity:.7;filter:saturate(1.3)contrast(1.1);width:100%;height:100%}.hero-content{z-index:10;text-align:center;max-width:1000px;margin:0 auto;position:relative}.hero-title{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 20%,#e0e7ff 60%,#a78bfa 100%);color:#0000;text-shadow:0 0 40px #a78bfa4d;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:900;line-height:1.05}.hero-subtitle{color:var(--text-muted);max-width:700px;margin:0 auto 3rem;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{color:#000;background:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #fff3}.btn-outline{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.btn-outline:hover{background:#ffffff1a;border-color:#fff3}.bento-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.bento-grid{grid-template-columns:repeat(3,1fr)}.bento-large{grid-column:span 2}}.bento-card{background:var(--secondary);border:1px solid var(--border);border-radius:24px;flex-direction:column;padding:3rem;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.bento-card:hover{border-color:#fff3;transform:translateY(-4px)}.bento-featured{border-color:#7c3aed80;animation:3s infinite pulse-border;box-shadow:0 0 30px #7c3aed26}@keyframes pulse-border{0%{border-color:#7c3aed4d;box-shadow:0 0 20px #7c3aed1a}50%{border-color:#7c3aedcc;box-shadow:0 0 40px #7c3aed4d}to{border-color:#7c3aed4d;box-shadow:0 0 20px #7c3aed1a}}.bento-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:2rem;display:flex}.bento-card h3{margin-bottom:1rem;font-size:1.75rem}.bento-card p{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.bento-glow{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:300px;height:300px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.showcase-grid{grid-template-columns:1fr;gap:4rem;display:grid}.showcase-item{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=992px){.showcase-item{grid-template-columns:1fr 1fr}.showcase-item:nth-child(2n) .showcase-content{order:2}.showcase-item:nth-child(2n) .showcase-image{order:1}}.showcase-image-wrapper{aspect-ratio:16/10;background:var(--secondary);border:1px solid var(--border);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 30px 60px -20px #000c}.showcase-image-wrapper.mobile{aspect-ratio:auto;border:8px solid #27272a;border-radius:40px;max-width:380px;height:700px;margin:0 auto}.showcase-img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,1,.2,1)}.showcase-image-wrapper:hover .showcase-img{transform:scale(1.03)}.showcase-content h3{margin-bottom:1rem;font-size:2.5rem}.showcase-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.work-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.work-tag{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.cta-wrapper{background:linear-gradient(180deg, var(--secondary) 0%, var(--primary) 100%);border:1px solid var(--border);text-align:center;border-radius:32px;padding:8rem 2rem;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(circle,#2dd4bf26 0%,#0000 60%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-wrapper h2{z-index:10;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);position:relative}.cta-wrapper p{color:var(--text-muted);z-index:10;max-width:600px;margin:0 auto 3rem;font-size:1.25rem;position:relative}.cta-actions{z-index:10;justify-content:center;gap:1.5rem;display:flex;position:relative}.site-footer{border-top:1px solid var(--border);background:var(--primary);padding:4rem 2rem 2rem}.footer-grid{grid-template-columns:1fr;gap:4rem;max-width:1400px;margin:0 auto 4rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer-grid h3{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.footer-grid p,.footer-grid a{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;display:block}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--border);max-width:1400px;color:var(--text-muted);justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;font-size:.85rem;display:flex}.social-links{gap:1rem;display:flex}.social-links a{color:#fff;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:0;padding:.6rem 1.2rem;font-weight:500;transition:all .2s;display:inline-flex}.social-links a:hover{background:#ffffff1a;border-color:#fff3}@media (width<=768px){.nav-shell{padding:0 1rem}.site-nav{gap:1rem}.site-nav li:not(:last-child){display:none}.nav-link-accent{padding:.6rem 1.2rem;font-size:.85rem}.hero-section{align-items:flex-start;min-height:auto;padding-top:8rem;padding-bottom:4rem}.hero-content{margin-top:2rem;padding:0 1rem}.hero-title{margin-bottom:1rem;font-size:clamp(2.5rem,10vw,3.5rem)}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.hero-actions{flex-direction:column;gap:1rem}.hero-actions .btn{width:100%}.section-block{padding:5rem 1.5rem}h2{font-size:2rem}.bento-card{padding:2rem}}
