@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap";.navbar{border-bottom:1px solid var(--border-color);background-color:var(--bg-color);z-index:200;padding:1.2rem 0;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:.05em;flex-shrink:0;font-size:1.5rem;font-weight:600}.nav-links{gap:2rem;font-size:.85rem;display:flex}.nav-links a{color:var(--text-secondary);transition:color .2s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--text-primary)}.nav-links a.active:after,.nav-links a:hover:after{content:"";background-color:var(--text-primary);width:100%;height:1px;position:absolute;bottom:-4px;left:0}.nav-actions{align-items:center;gap:1rem;display:flex}.desktop-contact{display:inline-block}.hamburger{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;display:none}.hamburger span{background-color:var(--text-primary);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s,width .35s;display:block}.hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0;width:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-drawer{background-color:var(--bg-color);border-left:1px solid var(--border-color);z-index:300;flex-direction:column;width:min(320px,85vw);height:100dvh;padding:5rem 2rem 3rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-drawer.is-open{transform:translate(0)}.mobile-nav-links{flex-direction:column;gap:0;display:flex}.mobile-nav-links a{color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:1rem 0;font-size:1.5rem;font-weight:500;transition:color .2s,padding-left .2s}.mobile-nav-links a:hover{color:var(--text-primary);padding-left:.5rem}.mobile-contact-btn{text-align:center;border-radius:4px;margin-top:2rem;padding:.8rem 1.5rem!important;font-size:1rem!important}.drawer-backdrop{backdrop-filter:blur(2px);z-index:250;background:#0000004d;position:fixed;inset:0}@media (width<=768px){.nav-links,.desktop-contact{display:none}.hamburger{display:flex}}.footer{background-color:var(--accent-light);margin-top:5rem;padding:4rem 0 3rem}.footer-container{justify-content:space-between;align-items:flex-end;display:flex}.footer-logo{letter-spacing:.05em;margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.copyright{color:var(--text-secondary);font-size:.75rem}.footer-links{color:var(--text-secondary);gap:1.5rem;font-size:.8rem;display:flex}.footer-links a:hover{color:var(--text-primary)}.custom-cursor{pointer-events:none;z-index:9999;border-radius:50%;width:32px;height:32px;position:fixed;top:0;left:0}@media (width<=768px){.custom-cursor{display:none!important}}.ai-aware-container{text-align:center;color:#fff;background-image:url(/assets/ai_aware_bg.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex;position:relative}.ai-aware-container:before{content:"";z-index:1;background:#0006;position:absolute;inset:0}.ai-aware-content{z-index:2;backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:800px;padding:3rem;position:relative}.ai-aware-title{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:3.5rem;font-weight:600}.ai-aware-text{color:#ffffffe6;font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.6}.performance-section{background-color:var(--bg-color);color:var(--text-primary);padding:8rem 5vw;font-family:Outfit,sans-serif}.perf-header{text-align:center;max-width:800px;margin:0 auto 5rem}.perf-title{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.perf-subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700}.perf-desc{color:var(--text-secondary);font-size:1.15rem;line-height:1.6}.bento-container{grid-template-rows:repeat(2,300px);grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.bento-box{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.bento-box:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.bento-content{z-index:2;flex-direction:column;justify-content:center;height:100%;display:flex;position:relative}.bento-hero{background:linear-gradient(135deg, var(--card-bg), var(--accent-light));text-align:center;grid-area:span 1/span 2;justify-content:center;align-items:center}.bento-horizontal{grid-area:span 1/span 2}.bento-vertical{background-color:#000;grid-area:span 2/span 1;padding:0}.bento-small{grid-area:span 1/span 1}.bento-img-box{background-color:#000;padding:0}.bento-full-img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s}.bento-box:hover .bento-full-img{transform:scale(1.05)}.metric-huge{color:var(--text-primary);margin-bottom:.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1}.metric-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.metric-subtext{color:var(--text-primary);background-color:#ffffff80;border-radius:20px;padding:.5rem 1rem;font-family:Courier New,Courier,monospace;font-size:1rem;display:inline-block}.trend-up{color:#2e7d32;font-weight:700}.bento-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.bento-text{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.iphone-mockup{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.iphone-screen-img{object-fit:cover;border:6px solid #444;border-radius:36px;width:90%;height:95%;box-shadow:0 10px 20px #00000080}@media (width<=1024px){.bento-container{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.bento-hero,.bento-horizontal{grid-column:span 2}.bento-vertical{grid-column:span 1;height:500px}.bento-small{grid-column:span 1}}@media (width<=768px){.bento-container{grid-template-columns:1fr}.bento-hero,.bento-horizontal,.bento-vertical,.bento-small{grid-column:span 1}.bento-vertical{height:600px}}.home-container{background-color:var(--bg-color);justify-content:center;align-items:center;width:100%;height:100vh;margin-top:-80px;display:flex;position:relative;overflow:hidden}.accordion-grid{z-index:2;justify-content:center;align-items:center;gap:1.5rem;width:90vw;max-width:1400px;height:75vh;display:flex;position:relative}.panel{will-change:width, height, filter;cursor:pointer;border-radius:20px;width:22%;height:100%;transition:width .6s cubic-bezier(.25,1,.5,1),height .6s cubic-bezier(.25,1,.5,1),filter .6s;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000026}.accordion-grid:hover .panel{filter:brightness(.7);width:15%}.accordion-grid .panel:hover{filter:brightness();width:55%;box-shadow:0 30px 60px #0000004d}.panel img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:block}.panel-1 img{object-position:top}@media (width<=1024px){.accordion-grid{width:95vw}}@media (width<=768px){.accordion-grid{flex-direction:column;height:80vh;padding:1rem 0}.panel{height:22%;width:100%!important}.accordion-grid:hover .panel{height:15%;width:100%!important}.accordion-grid .panel:hover{height:55%;width:100%!important}}.scroll-indicator{color:#888;text-transform:uppercase;letter-spacing:3px;z-index:10;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;width:100%;font-size:.9rem;font-weight:500;display:flex;position:absolute;bottom:5vh;left:0}.scroll-arrow{margin-top:.5rem;font-size:1.2rem;font-weight:400}.zoomable-img-trigger{cursor:zoom-in;transition:transform .3s}.zoomable-img-modal{z-index:9999;cursor:zoom-out;background-color:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.zoomable-img-content{object-fit:contain;cursor:default;border-radius:4px;max-width:90%;max-height:90vh;box-shadow:0 10px 30px #00000080}.zoomable-img-close{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;font-size:40px;transition:color .2s;position:absolute;top:20px;right:30px}.zoomable-img-close:hover{color:#ccc}.img-wrapper{width:100%;height:auto;display:block;position:relative;overflow:hidden}.img-wrapper.loading{background-color:var(--border-color)}.skeleton-loader{background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:1.5s infinite loading;position:absolute;top:0;left:0}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.img-hidden{opacity:0}.img-visible{opacity:1;transition:opacity .5s ease-in-out}.poster-concepts{background-color:var(--bg-color);padding-top:120px}.hero-section{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:300}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.scroll-3d-wrapper{height:600vh;margin-top:2rem;position:relative}.sticky-viewport{perspective:1500px;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.cover-flow-container{width:100%;height:100%;transform-style:preserve-3d;justify-content:center;align-items:center;display:flex;position:relative}.cover-flow-card{will-change:transform, opacity, z-index;flex-direction:column;align-items:center;width:max-content;max-width:80vw;display:flex;position:absolute}.cover-flow-image-wrapper{pointer-events:none;-webkit-box-reflect:below 10px linear-gradient(transparent, transparent, #0003);border-radius:4px;width:auto;box-shadow:-20px 20px 50px #0006}.cover-flow-img{border-radius:4px;width:auto;max-width:100%;max-height:65vh;display:block}.zoomable-img-trigger{pointer-events:auto}.cover-flow-poster-meta{opacity:.9;background-color:var(--bg-color);border-radius:50px;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:.5rem 1.5rem;font-family:Inter,sans-serif;display:flex}.cover-flow-index{color:var(--text-secondary);letter-spacing:2px;font-size:.8rem}.cover-flow-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}@media (width<=768px){.poster-concepts{padding-top:100px}.section-title{font-size:2.2rem}.cover-flow-card{max-width:95vw}.cover-flow-img{max-height:60vh}.scroll-3d-wrapper{height:800vh}}.fb-mockup-container{color:#050505;background-color:#fff;border:1px solid #e4e6eb;border-radius:8px;margin-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden;box-shadow:0 1px 2px #0003}.fb-header{align-items:center;padding:12px 16px;display:flex}.fb-avatar{background-color:#e4e6eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:10px;display:flex;overflow:hidden}.fb-header-text{flex:1}.fb-page-name{margin-bottom:2px;font-size:.95rem;font-weight:600}.fb-sponsored{color:#65676b;align-items:center;gap:4px;font-size:.8rem;display:flex}.fb-sponsored span{font-weight:700}.fb-more-icon{color:#65676b;cursor:pointer;border-radius:50%;padding:8px}.fb-more-icon:hover{background-color:#f0f2f5}.fb-content{white-space:pre-wrap;padding:0 16px 12px;font-size:.95rem;line-height:1.4}.fb-image-wrapper{width:100%}.fb-ad-image{width:100%;height:auto;display:block}.fb-actions-container{padding:0 16px}.fb-stats{color:#65676b;border-bottom:1px solid #ced0d4;justify-content:space-between;align-items:center;padding:10px 0;font-size:.9rem;display:flex}.fb-reactions{align-items:center;display:flex}.reaction-icon{z-index:2;background:#fff;border-radius:50%;margin-right:-4px;font-size:1.1rem;box-shadow:0 0 0 2px #fff}.reaction-icon.heart{z-index:1;margin-right:6px}.fb-comments-shares span{margin-left:8px}.fb-action-buttons{padding:4px 0;display:flex}.fb-btn{color:#65676b;cursor:pointer;background:0 0;border:none;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:8px;padding:8px 0;font-size:.95rem;font-weight:600;transition:background-color .2s;display:flex}.fb-btn:hover{background-color:#f0f2f5}.facebook-ads .badge{background-color:var(--accent-light);border-radius:20px;margin-bottom:1.5rem;padding:.3rem .8rem;font-weight:500;display:inline-block}.masonry-ad-grid{column-count:2;column-gap:2rem;margin-bottom:4rem}@media (width<=900px){.masonry-ad-grid{column-count:1}}.masonry-item{break-inside:avoid;border-radius:8px;margin-bottom:2rem;transition:transform .3s;overflow:hidden;box-shadow:0 4px 20px #0000000d}.masonry-item:hover{transform:translateY(-5px)}.masonry-image{object-fit:contain;width:100%;height:auto;display:block}.video-works{background-color:var(--bg-color);padding-bottom:6rem}.device-mockup-section{max-width:1400px;margin:0 auto;padding:2rem 5vw 4rem}.mockup-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:5rem;display:grid}.mockup-col{flex-direction:column;gap:6rem;display:flex}.mockup-col.right{position:sticky;top:120px}.mockup-item{flex-direction:column;gap:1.5rem;display:flex}.mockup-info h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.mockup-info p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.6}.v-tag{color:var(--text-primary);background-color:#64646433;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.macbook-mockup{width:100%;position:relative}.macbook-screen{background:#000;border-radius:16px 16px 0 0;padding:3% 3% 4%;position:relative;box-shadow:inset 0 0 0 2px #333,0 0 0 1px #555}.macbook-camera{background:#222;border-radius:50%;width:5px;height:5px;position:absolute;top:1.5%;left:50%;transform:translate(-50%)}.macbook-content{aspect-ratio:16/9;background:#111;width:100%;position:relative;overflow:hidden}.macbook-base{background:linear-gradient(#d4d4d4,#888);border-radius:0 0 16px 16px;width:110%;height:14px;position:relative;left:-5%;box-shadow:inset 0 -2px 4px #00000080,0 15px 30px #0006}.macbook-base:before{content:"";background:#666;border-radius:0 0 4px 4px;width:15%;height:5px;position:absolute;top:0;left:50%;transform:translate(-50%)}.monitor-mockup{width:100%;position:relative}.monitor-screen{background:#000;border:16px solid #111;border-bottom-width:50px;border-radius:16px;position:relative;box-shadow:inset 0 0 0 1px #333,0 10px 40px #0009}.monitor-logo{background:#333;border-radius:50%;width:20px;height:20px;position:absolute;bottom:-35px;left:50%;transform:translate(-50%)}.monitor-content{aspect-ratio:16/9;background:#222;width:100%;overflow:hidden}.monitor-stand{clip-path:polygon(20% 0,80% 0,100% 100%,0% 100%);background:linear-gradient(90deg,#777,#ccc,#777);width:120px;height:70px;margin:0 auto}.monitor-base{background:#a0a0a0;border-radius:6px 6px 0 0;width:240px;height:10px;margin:0 auto;box-shadow:0 5px 15px #00000080}.iphone-mockup{background:#000;border-radius:40px;width:100%;max-width:320px;margin:0 auto;padding:12px;position:relative;box-shadow:inset 0 0 0 2px #444,0 0 0 6px #222,0 20px 50px #0009}.iphone-notch{z-index:10;background:#000;border-radius:0 0 15px 15px;width:120px;height:25px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.iphone-content{aspect-ratio:9/16;background:#111;border-radius:30px;position:relative;overflow:hidden}.iphone-home-indicator{z-index:10;background:#ffffff80;border-radius:2px;width:100px;height:4px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}iframe,video{object-fit:cover;border:none;width:100%;height:100%;display:block}@media (width<=1024px){.mockup-grid{grid-template-columns:1fr;gap:5rem}.mockup-col.right{position:static}.iphone-mockup{max-width:420px}}@media (width<=768px){.device-mockup-section{padding:1rem 5vw 3rem}.mockup-grid,.mockup-col{gap:3.5rem}.mockup-info h3{font-size:1.4rem}.mockup-info p{font-size:.95rem}.macbook-base{height:10px}.monitor-stand{width:80px;height:50px}.monitor-base{width:160px}.iphone-mockup{border-radius:32px;max-width:320px}.iphone-notch{width:90px;height:20px}.iphone-content{border-radius:24px}}.album-section{background-color:var(--bg-color);border-bottom:1px solid var(--border-color);padding:4rem 0;position:relative}.album-container-wrapper{width:100%;position:relative}.edge-zone{z-index:10;pointer-events:auto;justify-content:center;align-items:center;width:15vw;display:flex;position:absolute;top:0;bottom:0}.edge-zone-left{cursor:w-resize;background:linear-gradient(90deg,#fcf8f5e6,#0000);left:0}.edge-zone-right{cursor:e-resize;background:linear-gradient(270deg,#fcf8f5e6,#0000);right:0}.edge-icon{color:var(--text-primary);backdrop-filter:blur(4px);background:#ffffff80;border-radius:50%;padding:8px;transition:transform .3s}.edge-zone:hover .edge-icon{transform:scale(1.2)}@media (width<=768px){.edge-zone{display:none}}.album-container{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;touch-action:pan-x;gap:3rem;padding:0 10vw;display:flex;overflow-x:auto}.album-container::-webkit-scrollbar{display:none}.album-container.dragging{cursor:grabbing;scroll-snap-type:none}.album-item{aspect-ratio:16/10;scroll-snap-align:center;flex-direction:column;flex-shrink:0;justify-content:center;width:auto;height:60vh;min-height:350px;max-height:600px;display:flex;position:relative}.album-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;padding:0 10vw;display:flex}.album-header h2{margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.album-header p{color:var(--text-secondary);text-align:center;max-width:600px;margin:0 auto;font-size:1.1rem}.album-intro{text-transform:uppercase;letter-spacing:.1em;text-align:center;margin:0 auto 1.5rem!important;font-size:1rem!important}.album-image{object-fit:contain;background-color:var(--card-bg);border-radius:8px;width:100%;height:100%;box-shadow:0 20px 40px #0000001a}.item-caption{text-transform:uppercase;letter-spacing:2px;color:var(--text-secondary);text-align:center;margin-top:1.5rem;font-size:.9rem}@media (width<=768px){.album-section{padding:2rem 0}.album-btn{display:none}.album-container{touch-action:pan-x;gap:1.5rem;padding:0 5vw}.album-item{width:85vw;min-width:unset;height:auto;max-height:unset;scroll-snap-align:center;padding-right:0}.album-header h2{font-size:1.8rem}.album-header{padding:0 5vw}.album-quote{padding:2rem 1.5rem;font-size:1.1rem}}.storyboard-section{background-color:var(--bg-color);box-sizing:border-box;width:100%;padding:4rem 10vw}.storyboard-header{margin-bottom:4rem}.storyboard-header-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.storyboard-header-desc{color:var(--text-secondary);max-width:800px;margin:0;font-size:1.2rem}.album-intro{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);text-align:center;margin:0 auto 1.5rem!important;font-size:1rem!important}.album-quote{color:var(--text-primary);text-align:center;background-color:var(--accent-light);border:1px solid var(--border-color);border-radius:16px;max-width:800px;margin:0 auto 2rem;padding:3rem 4rem;font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-style:italic;line-height:1.6;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.album-quote:before{content:"\"";color:var(--text-primary);opacity:.04;pointer-events:none;font-family:Playfair Display,Georgia,serif;font-size:20rem;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-20%)}.storyboard-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=1024px){.storyboard-grid{grid-template-columns:repeat(2,1fr)}}.storyboard-card{color:#111;background:#fff;border:1px solid #eaeaea;border-radius:8px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 20px 40px #00000014,0 1px 3px #0000000d}.storyboard-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000001f}.storyboard-image-wrapper{aspect-ratio:16/9;background-color:#f0f0f0;border-bottom:2px solid #111;width:100%;position:relative;overflow:hidden}.storyboard-image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.storyboard-notes{background-color:#fafafa;flex-direction:column;flex-grow:1;padding:2rem;display:flex;position:relative}.storyboard-notes:before{content:"";pointer-events:none;z-index:0;background-image:repeating-linear-gradient(#0000,#0000 calc(2rem - 1px),#e0e0e0 calc(2rem - 1px) 2rem);background-position:0 -.4rem;position:absolute;inset:0}.storyboard-notes>*{z-index:1;position:relative}.note-time{color:#d9381e;box-sizing:border-box;background-color:#d9381e1a;border-radius:4px;align-self:flex-start;align-items:center;height:2rem;margin-bottom:2rem;padding:0 12px;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700;display:inline-flex}.note-text{color:#333;margin:0;font-family:Courier New,Courier,monospace;font-size:1.05rem;font-weight:500;line-height:2rem}@media (width<=768px){.storyboard-section{padding:3rem 5vw}.storyboard-header-title{font-size:2.2rem}.album-quote{padding:2rem 1.5rem;font-size:1.1rem}.storyboard-notes{padding:2rem 1.5rem}.note-time{font-size:1rem}.note-text{font-size:.95rem}}.bento-section{background-color:#0000;padding:4rem 0 8rem}.bento-header{text-align:left;padding:0 10vw 2rem}.bento-header h3{text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:600}.bento-header p{color:var(--text-secondary);max-width:600px;font-size:1.1rem}.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:400px;gap:1.5rem;width:100%;padding:0 10vw;display:grid}.bento-item{cursor:pointer;background:#111;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.bento-item .img-wrapper{width:100%;height:100%}.bento-item img.zoomable-img-trigger{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1)}.bento-item:hover img.zoomable-img-trigger{transform:scale(1.05)}.bento-item:first-child{grid-area:span 2/span 2}.bento-item:nth-child(2),.bento-item:nth-child(3),.bento-item:nth-child(4){grid-area:span 1/span 1}.bento-item:nth-child(5){grid-area:span 1/span 2}@media (width<=1024px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:350px}.bento-item:first-child{grid-area:span 2/span 2}.bento-item:nth-child(2),.bento-item:nth-child(3){grid-area:span 1/span 1}.bento-item:nth-child(4),.bento-item:nth-child(5){grid-area:span 1/span 2}}@media (width<=768px){.bento-section{padding:2rem 0 4rem}.bento-header{padding:0 5vw 1.5rem}.bento-header h3{font-size:1.3rem}.bento-header p{font-size:.95rem}.bento-grid{grid-template-columns:1fr;grid-auto-rows:280px;gap:.8rem;padding:0 5vw}.bento-item{border-radius:14px;grid-area:span 1/span 1!important}}.video-showcase-section{background:linear-gradient(#0000 0%,#0f0f0fcc 50%,#050505 100%);padding:8rem 10vw;position:relative;overflow:hidden}.video-showcase-section:before{content:"";filter:blur(100px);z-index:0;pointer-events:none;background:radial-gradient(circle,#5078ff1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-10%;left:-20%}.video-showcase-section:after{content:"";filter:blur(120px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ff50961a 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;bottom:-10%;right:-20%}.video-showcase-header{z-index:1;text-align:center;margin-bottom:5rem;position:relative}.video-showcase-header h3{text-transform:uppercase;letter-spacing:.15em;background:linear-gradient(90deg,#fff,#888);-webkit-text-fill-color:transparent;text-shadow:0 10px 30px #ffffff1a;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.video-showcase-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.video-showcase-grid{z-index:1;flex-wrap:wrap;justify-content:center;gap:3rem;display:flex;position:relative}.video-card{background:#0a0a0a;border:1px solid #ffffff14;border-radius:24px;flex:calc(50% - 3rem);min-width:300px;max-width:800px;transition:transform .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 20px #ffffff05}.video-card:hover{box-shadow:0 40px 80px #0009,0 0 30px #ffffff0d}.showcase-video{object-fit:cover;width:100%;max-height:80vh;transition:filter .5s;display:block}.video-overlay{pointer-events:none;border-radius:24px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0d}.corner-decor{pointer-events:none;z-index:10;opacity:.7;border:0 solid #ffffff4d;width:25px;height:25px;transition:all .5s cubic-bezier(.16,1,.3,1);position:absolute}.video-card:hover .corner-decor{opacity:1;border-color:#fff;width:40px;height:40px}.top-left{border-top-width:2px;border-left-width:2px;top:20px;left:20px}.top-right{border-top-width:2px;border-right-width:2px;top:20px;right:20px}.bottom-left{border-bottom-width:2px;border-left-width:2px;bottom:20px;left:20px}.bottom-right{border-bottom-width:2px;border-right-width:2px;bottom:20px;right:20px}@media (width<=768px){.video-showcase-section{padding:4rem 5vw}.video-showcase-header h3{letter-spacing:.05em}.video-card{flex:100%}}.case-study-wrapper{background-color:var(--bg-color);color:var(--text-primary);padding:8rem 5vw;font-family:Outfit,sans-serif;position:relative;overflow:hidden}.case-study-intro{text-align:center;max-width:800px;margin:0 auto 8rem}.cs-title{text-transform:uppercase;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-size:3.5rem;font-weight:800}.cs-subtitle{color:var(--text-secondary);letter-spacing:.05em;margin-bottom:2rem;font-family:Courier New,Courier,monospace;font-size:1.2rem;font-weight:700}.cs-desc{color:var(--text-secondary);font-size:1.2rem;line-height:1.6}.cs-stages-container{flex-direction:column;gap:15rem;padding-bottom:10rem;display:flex}.cs-stage{width:100%}.cs-stage-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=1024px){.cs-stage-content.reverse .cs-stage-text{order:2}.cs-stage-content.reverse .cs-stage-visual{order:1}}.cs-step{color:var(--text-primary);border:1px solid var(--border-color);background-color:var(--accent-light);border-radius:20px;margin-bottom:1.5rem;padding:4px 12px;font-family:Courier New,Courier,monospace;font-size:1rem;font-weight:700;display:inline-block}.cs-stage-text h3{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.cs-stage-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.cs-tags{flex-wrap:wrap;gap:1rem;display:flex}.cs-tags span{background:var(--card-bg);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:4px;padding:6px 16px;font-size:.9rem;font-weight:500}.cs-list{margin:0;padding:0;list-style:none}.cs-list li{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;font-size:1.1rem;position:relative}.cs-list li:before{content:">";color:var(--text-primary);font-family:Courier New,Courier,monospace;font-weight:700;position:absolute;left:0}.cs-list li strong{color:var(--text-primary)}.cs-image-wrapper{border-radius:12px;width:100%;overflow:hidden;box-shadow:0 20px 40px #00000014}.cs-image{object-fit:cover;width:100%;height:auto;transition:transform .5s;display:block}.cs-image-wrapper:hover .cs-image{transform:scale(1.02)}@media (width<=768px){.cs-title{font-size:2.5rem}.cs-stages-container{gap:8rem}.cs-stage-content{grid-template-columns:1fr;gap:3rem}.cs-stage-text h3{font-size:2rem}}.hero-section{padding:4rem 0 2rem}.concept-section{margin-top:3rem;margin-bottom:5rem}.section-heading{margin-bottom:.5rem;font-size:1.4rem;font-weight:500}.section-desc{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:.9rem}.series-divider{justify-content:center;align-items:center;margin-top:5rem;margin-bottom:2rem;padding:0 10vw;display:flex}.series-divider-line{background-color:var(--border-color);flex:1;height:1px}.series-divider-text{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);text-align:center;padding:0 2rem;font-size:.85rem;font-weight:600}@media (width<=768px){.series-divider{margin-top:3rem;padding:0 5vw}.series-divider-text{letter-spacing:.1em;padding:0 1rem;font-size:.75rem}}.floating-gallery-grid{grid-template-columns:repeat(3,1fr);align-items:center;gap:3rem;display:grid}@media (width<=1024px){.floating-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.floating-gallery-grid{grid-template-columns:1fr;gap:2rem}}.floating-card{background-color:var(--card-bg);border-radius:24px;width:100%;transition:transform .3s,box-shadow .3s;animation:6s ease-in-out infinite float;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.floating-card:hover{z-index:10;animation-play-state:paused;transform:scale(1.03)translateY(-10px);box-shadow:0 30px 60px #00000026}.floating-card-inner{aspect-ratio:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.floating-card-inner img,.floating-card-inner .img-wrapper{object-fit:cover;width:100%;height:100%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.float-delay-0{animation-delay:0s}.float-delay-1{animation-delay:-1.2s}.float-delay-2{animation-delay:-2.4s}.float-delay-3{animation-delay:-3.6s}.float-delay-4{animation-delay:-4.8s}.about-page.new-layout{max-width:1400px;margin:0 auto;padding:6rem 0;overflow:hidden}.about-block{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;min-height:80vh;padding:8rem 4rem;display:grid}.about-block.right-image .about-block-text{order:1}.about-block.right-image .about-block-img{order:2}.about-block-img{border-radius:12px;width:100%;height:auto;overflow:hidden;box-shadow:0 20px 40px #0000004d}.about-block-img img{object-fit:cover;width:100%;height:100%;display:block}.dual-img-grid{box-shadow:none;background:0 0;grid-template-columns:1fr 1fr;gap:2rem;display:grid}.dual-img-grid .img-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003}.about-block-text{flex-direction:column;justify-content:center;padding:0 2rem;display:flex}.editorial-header{margin-bottom:2rem}.editorial-quote{letter-spacing:-.02em;color:var(--text-color);margin-bottom:3rem;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:1.1}.about-block-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;font-weight:300;line-height:1.8}.about-block-text strong{color:var(--text-primary);font-weight:500}.about-block-text em{color:var(--text-primary);font-style:italic}.editorial-stats{border-top:1px solid var(--border-color);gap:4rem;margin-top:2rem;padding-top:2rem;display:flex}.stat-group{flex-direction:column;gap:.5rem;display:flex}.stat-number{color:var(--text-primary);font-size:2.5rem;font-weight:300;line-height:1}.stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.85rem;line-height:1.4}@media screen and (width<=968px){.about-block{grid-template-columns:1fr;gap:4rem;min-height:auto;padding:4rem 2rem}.about-block.right-image .about-block-text{order:2}.about-block.right-image .about-block-img{order:1}.about-block-text{padding:0}.editorial-stats{flex-direction:row;justify-content:space-between;gap:2rem}}@media screen and (width<=480px){.editorial-stats{flex-direction:column;gap:2rem}}.contact-page{padding:5rem 0 10rem}.contact-container{max-width:900px}.contact-page .badge{background-color:var(--card-bg);border-radius:20px;margin-bottom:2rem;padding:.3rem .8rem;font-weight:500;display:inline-block}.contact-header{margin-bottom:5rem}.contact-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:500;line-height:1.1}.contact-desc{color:var(--text-secondary);max-width:600px;font-size:1.2rem;line-height:1.6}.contact-list{flex-direction:column;display:flex}.contact-item{border-bottom:1px solid var(--border-color);align-items:baseline;padding:2.5rem 0;transition:opacity .4s,transform .4s;display:flex}.contact-item:first-child{border-top:1px solid var(--border-color)}.contact-item:hover{transform:translate(10px)}.contact-item span{width:200px;color:var(--text-secondary);flex-shrink:0;font-weight:500}.contact-item h2{color:var(--text-primary);margin:0;font-size:2.2rem;font-weight:400;transition:color .3s;display:inline-block;position:relative}.contact-item h2:after{content:"";background-color:var(--text-primary);width:0;height:2px;transition:width .4s cubic-bezier(.25,.8,.25,1);position:absolute;bottom:0;left:0}.contact-item:hover h2:after{width:100%}@media (width<=768px){.contact-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:2rem 0}.contact-item h2{font-size:1.6rem}}:root{--bg-color:#fcf8f5;--text-primary:#3b322d;--text-secondary:#7a6f69;--accent-light:#f6ebe5;--card-bg:#f0e3db;--btn-bg:#3b322d;--btn-text:#fff;--border-color:#efe5df}*{box-sizing:border-box;margin:0;padding:0}html{font-size:85%}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizespeed;font-family:Outfit,sans-serif;line-height:1.5;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}ul{list-style:none}img{object-fit:cover;max-width:100%;transition:transform .4s,filter .4s;display:block}img:hover{filter:brightness(1.05);transform:scale(1.02)}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.text-small{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);font-size:.65rem}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.2rem;font-weight:500}.section-subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;font-size:.95rem;font-weight:300;line-height:1.6}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.grid-3,.grid-2{grid-template-columns:1fr}}.btn{background-color:var(--btn-bg);color:var(--btn-text);cursor:pointer;border:none;border-radius:2px;padding:.5rem 1.5rem;font-family:Outfit,sans-serif;font-size:.85rem;display:inline-block}.btn:hover{opacity:.9}
