@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#f4f4f4;background:#1c1c1c;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg:#1c1c1c;--ink:#f4f4f4;--muted:#a8aaaa;--accent:#5abfc6;--line:#3b3d3d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:5px}::selection{background:var(--accent);color:var(--bg)}h1,h2,h3,p{margin:0}img{display:block;width:100%;object-fit:cover}svg{flex-shrink:0}button svg,a svg{vertical-align:middle}.site-header{height:100px;display:flex;justify-content:space-between;align-items:center;padding:0 4.2%;background:var(--bg)}.brand{font-family:Manrope,sans-serif;font-size:32px;font-weight:800;letter-spacing:-1.8px;display:inline-flex;align-items:center;gap:7px}.brand-mark{font-size:35px;color:var(--accent);font-weight:400;line-height:1}.desktop-nav{display:flex;align-items:center;gap:44px;font-size:14px}.desktop-nav a{display:flex;align-items:center;gap:10px}.desktop-nav a:hover{color:var(--accent)}sup{font-size:10px;align-self:flex-start;color:var(--muted)}.nav-contact{border-bottom:1px solid #7c8172;padding:10px 0}.icon-button{height:44px;width:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--bg)}.mobile-menu{display:none}.hero{position:relative;min-height:650px;height:calc(100svh - 100px);max-height:1050px;overflow:hidden;margin:0 20px;color:#fff;background:#344348}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{inset:-10% 0}.hero-image img{height:100%;object-position:50% 55%}.hero-shade{background:linear-gradient(90deg,rgba(6,14,13,.28),transparent 85%),linear-gradient(0deg,#07100fb3,#07100f08 60%,#07100f26)}.hero-topline{position:absolute;top:39px;left:3%;right:3%;display:flex;justify-content:space-between}.eyebrow{font-size:12px;font-weight:500;letter-spacing:1.8px;line-height:1.6;display:block}.hero-heading{position:absolute;left:5.4%;top:19%;font-family:Manrope,sans-serif;font-size:clamp(80px,10.7vw,166px);font-weight:500;letter-spacing:-.075em;line-height:1.05}.hero-line{display:block;overflow:hidden;padding-right:.13em}.hero-line>span{display:block}.hero-heading em{font-weight:400;font-style:normal;color:var(--accent)}.hero-bottom{position:absolute;bottom:70px;left:5.4%;right:5.4%;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.hero-bottom p{font-size:17px;line-height:1.55}.round-link{display:flex;gap:25px;align-items:center;font-size:12px;letter-spacing:1.5px}.round-icon{border:1px solid #c0c8bf99;border-radius:50%;width:64px;height:64px;display:grid;place-items:center;transition:background .3s,color .3s}.round-link:hover .round-icon{background:var(--accent);border-color:var(--accent);color:var(--bg)}.frame-corner{position:absolute;width:16px;height:16px;bottom:25px;border-bottom:1px solid #e0e4dc88}.corner-left{left:28px;border-left:1px solid #e0e4dc88}.corner-right{right:28px;border-right:1px solid #e0e4dc88}.hero-timecode{position:absolute;bottom:23px;left:50%;transform:translate(-50%);font-variant-numeric:tabular-nums;font-size:12px;letter-spacing:2px;color:#e3e8e3aa}.editorial-strip{display:flex;align-items:center;justify-content:space-around;gap:15px;min-height:116px;border-bottom:1px solid var(--line);font-size:13px;letter-spacing:3px;color:#b9bdb1;padding:20px 4%}.editorial-strip span:nth-child(2n){font-size:26px;color:var(--accent)}.work-section{padding:112px 6.7% 110px;scroll-margin-top:15px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:60px}.section-heading h2,.approach-copy h2{font-family:Manrope,sans-serif;font-size:clamp(40px,4.6vw,70px);line-height:1.12;letter-spacing:-.055em;font-weight:500;margin-top:24px}.section-heading h2 span,.approach-copy h2 span{color:var(--muted)}.section-heading p{font-size:16px;line-height:1.65;color:var(--muted);padding-bottom:5px}.project-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:36px;row-gap:65px}.project-card{display:block;border:0;padding:0;text-align:left;background:none;min-width:0;width:100%}.project-card-0{grid-column:1/-1}.project-image-wrap{position:relative;aspect-ratio:1.4;overflow:hidden;background:#2b302a}.project-card-0 .project-image-wrap{aspect-ratio:2.05}.project-image{height:116%;position:absolute;top:-8%;transition:filter .5s;filter:brightness(.9)}.project-card:hover .project-image{filter:brightness(1.05)}.project-index,.demo-label{position:absolute;top:20px;color:#fff;font-size:12px;letter-spacing:1px;text-shadow:0 1px 7px #000}.project-index{left:22px}.demo-label{right:20px;background:#10150ed9;padding:6px 9px;font-size:10px;top:16px;letter-spacing:1.4px}.project-open{position:absolute;left:50%;top:50%;width:68px;height:68px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:var(--bg);transform:translate(-50%,-40%);opacity:0;transition:opacity .25s,transform .25s}.project-card:hover .project-open,.project-card:focus-visible .project-open{opacity:1;transform:translate(-50%,-50%)}.project-info{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:23px}.project-info .eyebrow{color:var(--muted);font-size:11px;letter-spacing:1.3px}.project-info h3{font-family:Manrope,sans-serif;font-weight:500;font-size:30px;letter-spacing:-1px;margin-top:7px}.project-info>svg{transition:transform .25s}.project-card:hover .project-info>svg{transform:translate(3px,-3px)}.projects-status{padding:40px 0;display:flex;align-items:center;gap:16px;color:var(--muted)}.approach-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.5fr;gap:60px;margin:0 6.7%;padding:100px 0 115px}.approach-label{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:35px}.asterisk{font-size:145px;line-height:1;color:var(--accent)}.approach-copy h2{margin-top:0}.approach-copy>p{font-size:18px;line-height:1.75;color:var(--muted);max-width:580px;margin:30px 0}.process-line{display:flex;flex-wrap:wrap;gap:24px;padding:24px 0 35px;font-size:11px;letter-spacing:1.1px;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:25px;border-bottom:1px solid #737968;padding-bottom:10px;font-size:15px}.text-link:hover{color:var(--accent)}.contact-section{background:var(--accent);color:var(--bg);padding:87px 6.7% 95px;display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-intro h2{font-family:Manrope,sans-serif;font-size:clamp(40px,4.7vw,70px);line-height:1.09;font-weight:500;letter-spacing:-.055em;margin-top:27px}.contact-intro h2 span{color:#28666a}.contact-intro p{font-size:16px;line-height:1.6;margin-top:26px}.contact-arrow{width:100px;height:100px;margin-top:30px;margin-left:-14px}.contact-form{padding-top:40px;display:flex;flex-direction:column;gap:28px}.contact-form label{font-size:14px;display:flex;flex-direction:column;gap:12px}.contact-form input,.contact-form textarea{border:0;border-bottom:1px solid #8c9f52;background:transparent;border-radius:0;padding:7px 0 15px;color:var(--bg);width:100%;font-size:18px;resize:vertical;outline-color:var(--bg)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#66763c}.contact-form input:focus-visible,.contact-form textarea:focus-visible,.contact-form button:focus-visible{outline-color:var(--bg)}.form-note{font-size:12px;line-height:1.6;color:#4e5d2b;margin-top:-12px;max-width:400px}.send-button{border:0;background:var(--bg);color:var(--ink);padding:20px 23px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:20px}.form-feedback{font-size:14px;display:flex;align-items:center;gap:8px;line-height:1.6}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.site-footer{padding:40px 4.2%;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer .brand{font-size:25px}.site-footer p,.site-footer>span,.site-footer>a:not(.brand){font-size:12px;color:var(--muted)}.site-footer>a:not(.brand){display:flex;gap:7px}.dialog-overlay{position:fixed;inset:0;background:#080b08dd;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.project-dialog{position:fixed;top:50%;left:50%;translate:-50% -50%;width:min(950px,92vw);max-height:90svh;overflow:auto;background:var(--bg);z-index:101;border:1px solid var(--line)}.modal-close{position:absolute;right:14px;top:14px;z-index:3}.project-media{aspect-ratio:16/9;width:100%;object-fit:cover;border:0;background:#000;display:block}.project-dialog-copy{padding:30px 36px}.project-dialog-copy h2{font-size:36px;font-weight:500;letter-spacing:-1px;margin:12px 0 16px}.project-dialog-copy p{font-size:16px;line-height:1.65;color:#bec2b7}.project-dialog-copy .small{font-size:14px;margin-top:20px}.project-dialog-copy .credits{font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding-top:18px;margin-top:22px}.project-dialog-copy .text-link{margin-top:20px}.muted{color:var(--muted)}.menu-panel{position:fixed;inset:0 0 auto;background:var(--bg);padding:80px 28px 40px;z-index:101}.menu-panel nav{display:flex;flex-direction:column;gap:25px;margin-top:40px}.menu-panel nav a{font-size:36px;display:flex;justify-content:space-between}.skip-link{position:fixed;left:20px;top:-100px;z-index:200;padding:15px;background:var(--accent);color:var(--bg)}.skip-link:focus{top:15px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-shell,.admin-loading{max-width:1200px;margin:auto;padding:50px 24px}.outline-button{background:transparent;border:1px solid var(--line);padding:12px 18px}.outline-button:hover{border-color:var(--accent)}@media(min-width:1700px){.site-header,.site-footer{padding-left:6.7%;padding-right:6.7%}.hero{margin:0 3%}}@media(max-width:900px){.site-header{height:82px}.hero{height:calc(90svh - 82px);min-height:570px;margin:0 12px}.hero-heading{font-size:12vw;top:26%}.hero-topline{left:5.4%;right:5.4%}.hero-edition{display:none}.hero-bottom{bottom:65px}.work-section{padding-top:80px}.section-heading p{max-width:180px}.project-grid{gap:45px 24px}.project-info h3{font-size:25px}.approach-section{gap:40px;grid-template-columns:1fr 1.8fr}.contact-section{gap:45px}.site-footer{gap:20px}.site-footer p{order:4;flex-basis:100%}.contact-intro h2{font-size:5.7vw}}@media(max-width:600px){.site-header{height:76px;padding:0 23px}.brand{font-size:28px}.desktop-nav{display:none}.mobile-menu{display:grid}.hero{min-height:570px;height:calc(90svh - 76px);margin:0 10px;max-height:800px}.hero-heading{top:29%;font-size:16vw;left:6%;letter-spacing:-.07em}.hero-topline{top:26px;left:6%}.hero-topline .eyebrow{font-size:10px;letter-spacing:1.4px}.hero-image img{object-position:58% 50%}.hero-bottom{left:6%;right:6%;bottom:67px;align-items:center}.hero-bottom p{font-size:14px}.round-link{gap:0}.round-link>span:first-child{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.round-icon{width:53px;height:53px}.editorial-strip{min-height:83px;gap:10px;padding:15px 20px;font-size:9px;letter-spacing:1.1px}.editorial-strip span:nth-child(2n){font-size:19px}.editorial-strip span:nth-last-child(-n+2){display:none}.work-section{padding:65px 24px}.section-heading{display:block;margin-bottom:35px}.section-heading h2,.approach-copy h2{font-size:40px;letter-spacing:-2px}.section-heading p{margin-top:23px;max-width:none;font-size:15px}.section-heading p br{display:none}.project-grid{grid-template-columns:1fr;row-gap:36px}.project-card-0{grid-column:auto}.project-image-wrap,.project-card-0 .project-image-wrap{aspect-ratio:1.22}.project-info{padding-top:18px}.project-info h3{font-size:25px}.project-info .eyebrow{font-size:10px}.project-index{left:15px}.demo-label{right:12px;font-size:9px}.approach-section{display:block;margin:0 24px;padding:55px 0 65px}.approach-label{flex-direction:row;align-items:center;margin-bottom:33px}.asterisk{font-size:57px}.approach-copy>p{font-size:17px;margin:24px 0}.process-line{gap:17px;font-size:10px;padding:8px 0 30px}.contact-section{display:block;padding:54px 24px 60px}.contact-intro h2{font-size:48px}.contact-intro h2 br:nth-of-type(2){display:none}.contact-intro h2 span:before{content:" "}.contact-intro p{font-size:16px}.contact-arrow{display:none}.contact-form{gap:25px;padding-top:45px}.contact-form input,.contact-form textarea{font-size:16px}.site-footer{padding:30px 24px}.site-footer>span{flex-basis:100%;order:5}.site-footer p{line-height:1.5}.project-dialog-copy{padding:24px}.project-dialog-copy h2{font-size:29px}.project-dialog{width:94vw}.projects-status{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-image,.hero-heading,.project-image{transform:none!important}}.whatsapp-contact{align-self:center}.whatsapp-symbol{height:64px;width:64px;margin-bottom:28px}.whatsapp-contact h3{font-family:Manrope,sans-serif;font-weight:500;letter-spacing:-1px;font-size:31px}.whatsapp-contact>p{line-height:1.7;font-size:16px;margin:18px 0 30px}.whatsapp-contact .send-button{max-width:460px;padding:23px}.whatsapp-note{display:block;font-size:12px;line-height:1.5;margin-top:18px;color:#214c4f}.contact-pending{border:1px solid #28666a;padding:20px}.brand{font-size:28px;letter-spacing:-1.5px}.brand-mark{font-size:29px}.editorial-strip span:nth-last-child(-n+2){display:initial}@media(max-width:600px){.brand{font-size:25px}.brand-mark{font-size:26px}.whatsapp-contact{margin-top:45px}.whatsapp-symbol{height:44px;width:44px;margin-bottom:20px}.whatsapp-contact h3{font-size:26px}.whatsapp-contact>p br{display:none}.editorial-strip{font-size:9px;letter-spacing:.6px}.hero-topline .eyebrow{font-size:9px;letter-spacing:1.2px}}.admin-shell{max-width:1240px;padding:35px 40px 80px}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:35px;border-bottom:1px solid var(--line)}.admin-header>div{display:flex;align-items:center;gap:25px}.admin-header .text-link{font-size:14px}.admin-header .outline-button{display:flex;gap:8px;align-items:center}.login-panel{max-width:470px;margin:80px auto}.login-panel h1{font-family:Manrope,sans-serif;font-size:48px;font-weight:500;letter-spacing:-2px;line-height:1.15;margin:20px 0}.login-panel>p{color:var(--muted);line-height:1.6;margin-bottom:30px}.admin-form{display:flex;flex-direction:column;gap:22px}.admin-form label{font-size:14px;display:flex;flex-direction:column;gap:9px}.admin-form input,.admin-form textarea{width:100%;padding:13px 15px;background:#252727;border:1px solid #4b4e4e;color:var(--ink);border-radius:3px;resize:vertical;font-size:16px}.primary-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;background:var(--accent);color:var(--bg);padding:14px 20px;min-height:48px;font-weight:500}.danger-button{background:#ee9c91}.primary-button:hover{filter:brightness(1.08)}.admin-error{padding:15px 18px;background:#ed998514;color:#f3b5aa;font-size:14px;border-left:2px solid #ef9c8b;line-height:1.6}.admin-notice{display:flex;align-items:center;gap:10px;padding:15px 18px;background:#5abfc616;color:#83d9df;font-size:14px;margin-bottom:25px}.field-hint{display:block!important;font-size:12px!important;color:var(--muted);line-height:1.6}.login-panel>.field-hint{margin-top:25px}.admin-title{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:55px 0 35px}.admin-title h1{font-family:Manrope,sans-serif;font-size:40px;letter-spacing:-1.7px;font-weight:500;margin:13px 0}.admin-title p{color:var(--muted);font-size:16px}.admin-project{display:flex;gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.admin-project>img{height:102px;width:162px;flex-shrink:0}.admin-project-text{flex:1;min-width:0}.admin-project .eyebrow{font-size:11px;color:var(--muted)}.admin-project h2{font-size:25px;font-weight:500;margin:7px 0;overflow-wrap:anywhere}.publication{font-size:12px;display:flex;align-items:center;gap:5px;color:#83d9df}.publication.draft{color:var(--muted)}.admin-project-actions{display:flex;gap:10px}.settings-panel{margin-top:65px;padding:35px;background:#252727;display:grid;grid-template-columns:1fr 1fr;gap:45px}.settings-panel h2{font-size:29px;font-weight:500;letter-spacing:-1px;margin:14px 0}.settings-panel p{font-size:14px;line-height:1.6;color:var(--muted);max-width:310px}.settings-panel .admin-form{gap:15px}.editor-dialog,.confirm-dialog{position:fixed;left:50%;top:50%;translate:-50% -50%;background:var(--bg);border:1px solid var(--line);z-index:101;width:min(720px,94vw);max-height:92svh;overflow:auto;padding:36px}.editor-dialog h2,.confirm-dialog h2{font-size:28px;font-weight:500;padding-right:30px;margin:0 0 12px}.editor-dialog>p,.confirm-dialog>p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:26px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field-grid .wide{grid-column:1/-1}.checkbox-group{display:flex;flex-direction:column;justify-content:center;gap:15px}.admin-form .check-label{display:flex;align-items:center;flex-direction:row;gap:8px;font-size:13px}.admin-form .check-label input{width:18px;height:18px;accent-color:var(--accent)}.editor-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.confirm-dialog{max-width:480px}.admin-error .outline-button{margin:8px}@media(max-width:600px){.admin-shell{padding:24px 20px 50px}.admin-header{align-items:flex-start}.admin-header>div{flex-direction:column;align-items:flex-end;gap:16px}.admin-header .text-link{font-size:12px}.admin-header .brand{font-size:23px}.login-panel{margin:55px 0}.login-panel h1{font-size:42px}.admin-title{display:block;margin-top:35px}.admin-title h1{font-size:33px}.admin-title .primary-button{margin-top:25px}.admin-project{gap:14px;flex-wrap:wrap}.admin-project>img{width:95px;height:78px}.admin-project h2{font-size:22px}.admin-project-actions{margin-left:auto}.settings-panel{display:block;padding:25px 20px}.settings-panel .admin-form{margin-top:25px}.editor-dialog{padding:28px 20px}.field-grid{grid-template-columns:1fr}.field-grid .wide{grid-column:auto}.editor-dialog h2{font-size:25px}.confirm-dialog{padding:28px 22px}}.cinema-hero{height:100svh;min-height:650px;max-height:1200px;position:relative;isolation:isolate;overflow:hidden;font-family:Arial,Helvetica,sans-serif;background:#151515}.cinema-film{position:absolute;inset:0 0 -14%;z-index:-3}.background-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cinema-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0007,#0003),linear-gradient(0deg,#0008,transparent 55%)}.cinema-frame{position:absolute;inset:12.5% 6%;border:1px solid #f4f4f475;border-radius:16px;display:flex;flex-direction:column;padding:22px 24px}.cinema-header{display:flex;justify-content:space-between;align-items:center;gap:20px}.monogram{font-family:Georgia,serif;font-size:32px;letter-spacing:-3px;line-height:1;color:var(--ink)}.monogram span{color:var(--accent);font-size:27px}.cinema-actions{display:flex;gap:9px}.cinema-pill{display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid #f4f4f455;border-radius:50px;background:#1c1c1c0a;color:var(--ink);padding:10px 17px;font-size:12px;letter-spacing:1px;min-height:38px;transition:color .2s,border-color .2s}.cinema-pill:hover{border-color:var(--accent);color:var(--accent)}.cinema-content{margin:auto 0 auto 24%;padding:30px 0;max-width:760px}.cinema-eyebrow{font:12px Courier New,monospace;letter-spacing:2px;color:var(--accent);margin-bottom:22px;line-height:1.5}.cinema-title{font-weight:400;font-size:clamp(38px,4.7vw,76px);letter-spacing:-.065em;line-height:1.04;margin:0 0 22px}.title-line{display:block;overflow:hidden;padding-right:.1em}.title-line>span{display:block}.cinema-description{font-size:16px;line-height:1.45;max-width:340px;margin:0 0 29px}.cinema-cta{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.cinema-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--accent);color:var(--bg);border:0;padding:14px 19px;font-size:12px;letter-spacing:.4px;border-radius:40px;min-height:44px}.cinema-playback{display:flex;align-items:center;gap:7px;border:0;background:transparent;font:12px Courier New,monospace;letter-spacing:.5px;padding:10px 0}.cinema-playback svg{color:var(--accent)}.cinema-footer{display:flex;justify-content:space-between;align-items:center;font:12px Courier New,monospace;letter-spacing:.6px;gap:20px;line-height:1.5}.cinema-signature{margin-left:24%}.cinema-footer>div{display:flex;align-items:center;gap:18px}.cinema-edition{color:var(--accent);white-space:nowrap}.cinema-sound{display:flex;align-items:center;gap:6px;border:0;background:transparent;font:inherit;letter-spacing:inherit;padding:8px 0;white-space:nowrap}.cinema-sound:hover,.cinema-playback:hover{color:var(--accent)}.cinema-scroll{position:absolute;left:50%;bottom:4.5%;translate:-50% 0;color:#f4f4f4aa;padding:10px;transition:color .2s,transform .2s}.cinema-scroll:hover{color:var(--accent);transform:translateY(3px)}.cinema-menu{position:fixed;left:50%;top:50%;translate:-50% -50%;background:var(--bg);border:1px solid #777;border-radius:16px;padding:35px;max-width:90vw;width:450px;z-index:101}.cinema-menu h2{font-size:32px;letter-spacing:-1px;font-weight:400;margin:0 0 35px}.cinema-menu nav{display:grid;gap:25px}.cinema-menu nav a,.cinema-menu nav button{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:24px;background:none;border:0;padding:0;text-align:left}.cinema-menu nav a:hover,.cinema-menu nav button:hover{color:var(--accent)}.reel-dialog{position:fixed;left:50%;top:50%;translate:-50% -50%;background:var(--bg);border:1px solid #777;border-radius:16px;padding:15px;width:min(1100px,94vw);max-height:94svh;overflow:auto;z-index:101}.reel-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px;padding-left:5px}.reel-heading h2{font:14px Courier New,monospace;font-weight:400;letter-spacing:.4px}.reel-dialog video{width:100%;max-height:76svh;background:#000;display:block;border-radius:4px}.project-image-wrap{border-radius:12px}.project-dialog{border-radius:16px}.contact-section{border-radius:16px;margin:0 2%}.site-footer{padding-top:42px}.editorial-strip{min-height:105px;font-size:12px}.work-section{padding-top:96px}.section-heading h2,.approach-copy h2{font-weight:400;font-family:Arial,Helvetica,sans-serif}.contact-intro h2{font-family:Arial,Helvetica,sans-serif;font-weight:400}@media(max-width:1000px){.cinema-content,.cinema-signature{margin-left:17%}.cinema-footer{font-size:10px}.cinema-footer>div{gap:12px}.cinema-frame{inset:10% 5%}.cinema-title{font-size:5.4vw}}@media(max-width:700px){.cinema-hero{min-height:660px;max-height:1000px}.cinema-frame{inset:5% 5% 7%;padding:19px 16px}.cinema-content{margin-left:4%;padding:40px 0}.cinema-title{font-size:clamp(36px,7.9vw,54px);letter-spacing:-.06em;max-width:440px;line-height:1.08}.cinema-description{font-size:16px}.cinema-eyebrow{font-size:11px;letter-spacing:1.5px}.cinema-signature{margin-left:0;max-width:145px}.cinema-footer{font-size:10px;gap:10px}.cinema-edition{display:none}.cinema-pill{padding:9px 12px;font-size:11px;min-height:38px}.monogram{font-size:29px}.cinema-cta{gap:15px}.cinema-primary{font-size:11px;padding:13px 15px}.cinema-playback{font-size:11px;min-height:35px}.cinema-scroll{bottom:1%;padding:7px}.cinema-footer>div{gap:0}.cinema-sound{gap:4px}.cinema-menu{padding:30px 25px}.cinema-menu nav a,.cinema-menu nav button{font-size:22px}.reel-dialog{padding:10px;border-radius:12px}.reel-heading{gap:10px}.reel-heading h2{font-size:12px}.contact-section{margin:0 12px;padding:45px 22px}.work-section{padding-top:65px}}@media(max-width:380px){.cinema-content{margin-left:0}.cinema-title{font-size:33px}.cinema-header{gap:12px}.cinema-pill{padding:8px 10px}.cinema-footer{font-size:9px}.cinema-signature{max-width:125px}}@media(prefers-reduced-motion:reduce){.cinema-film,.cinema-content{transform:none!important}}:root{font-family:Inter,Arial,sans-serif}.cinema-hero,.cinema-title,.section-heading h2,.approach-copy h2,.contact-intro h2,.project-info h3,.whatsapp-contact h3,.login-panel h1,.admin-title h1{font-family:Plus Jakarta Sans,Inter,sans-serif}.eyebrow,.cinema-eyebrow,.cinema-playback,.cinema-footer,.cinema-sound,.reel-heading h2{font-family:Inter,sans-serif;font-weight:500}.cinema-eyebrow{font-size:11px;letter-spacing:.24em}.cinema-title{letter-spacing:-.055em}.cinema-footer{letter-spacing:.08em}.brand{display:inline-flex;width:190px;height:70px;overflow:hidden;position:relative}.brand-logo-viewport{display:block;position:relative;width:230px;height:88px;overflow:hidden;background:#1c1c1c}.brand-logo-viewport img{position:absolute;width:390px;height:390px;max-width:none;left:-72px;top:-149px;object-fit:contain}.hero-brand{display:block;width:230px;height:88px;overflow:hidden;margin:-17px 0 0 -16px;border-radius:4px}.hero-brand-logo{transform:scale(.92);transform-origin:left center}.project-cover-shell,.project-image-wrap{position:relative}.project-image{transition:opacity .55s ease,filter .5s,transform .7s ease}.project-image-alt{opacity:0}.project-image-alt.is-visible{opacity:1}.project-image-hint{position:absolute;left:20px;bottom:18px;z-index:3;color:#fff;font-size:10px;letter-spacing:.14em;padding:7px 9px;background:#1119;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;translate:0 8px;transition:opacity .3s,translate .3s}.project-card:hover .project-image-hint,.project-card:focus-visible .project-image-hint{opacity:1;translate:0 0}.project-card:hover .project-image{transform:scale(1.025)}.story-brands{border-top:1px solid var(--line)}.story-reading{min-height:170vh;position:relative}.story-sticky{position:sticky;top:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:9vh 6.7%;overflow:hidden}.story-sticky>.eyebrow{margin-bottom:42px;color:var(--accent)}.story-copy{max-width:1280px;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(44px,6.4vw,102px);font-weight:500;line-height:1.05;letter-spacing:-.06em;transform-origin:left center}.story-word{color:#555957}.story-sticky>p{max-width:630px;margin-top:40px;color:var(--muted);font-size:17px;line-height:1.7}.brands-zone{padding:45px 0 95px;border-top:1px solid var(--line);overflow:hidden}.brands-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:0 6.7% 42px}.brands-heading p{color:var(--muted);font-size:14px}.brands-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.brands-track{display:flex;width:max-content;animation:brand-marquee 28s linear infinite}.brands-marquee:hover .brands-track{animation-play-state:paused}.brand-item{width:260px;height:112px;display:grid;place-items:center;border:1px solid var(--line);border-right:0;background:#202221;color:#f4f4f4}.brand-item>a{width:100%;height:100%;display:grid;place-items:center}.brand-item img{width:auto;max-width:165px;max-height:60px;object-fit:contain;filter:grayscale(1) brightness(2);transition:filter .25s,transform .25s}.brand-item:hover img{filter:none;transform:scale(1.04)}.brand-item span{font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:600;letter-spacing:.08em}@keyframes brand-marquee{to{transform:translate(-50%)}}.site-footer .brand{width:165px;height:62px}.site-footer .brand-logo-viewport{transform:scale(.84);transform-origin:left top}.reel-error{padding:15px;color:#f3b5aa}@media(max-width:700px){.hero-brand{width:145px;height:58px;margin:-10px 0 0 -12px}.hero-brand-logo{transform:scale(.61);transform-origin:left top}.cinema-actions{margin-left:auto}.cinema-pill{font-size:10px}.brand{width:150px;height:56px}.brand .brand-logo-viewport{transform:scale(.72);transform-origin:left top}.project-image-hint{display:none}.story-reading{min-height:135vh}.story-sticky{padding:8vh 24px}.story-copy{font-size:clamp(38px,11vw,58px);letter-spacing:-.055em}.story-sticky>p{font-size:15px;margin-top:28px}.brands-heading{display:block;padding:0 24px 28px}.brands-heading p{margin-top:12px;line-height:1.5}.brands-zone{padding-bottom:65px}.brand-item{width:190px;height:90px}.brand-item img{max-width:125px;max-height:46px}.brand-item span{font-size:14px}}@media(prefers-reduced-motion:reduce){.story-copy{transform:none!important}.story-word{color:var(--ink)!important}.brands-track{animation-play-state:paused}.project-image-alt{display:none}}.admin-brands{margin-top:70px;padding-top:45px;border-top:1px solid var(--line)}.admin-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.admin-section-heading h2{font-family:Plus Jakarta Sans,sans-serif;font-size:30px;font-weight:500;letter-spacing:-.04em;margin:12px 0}.admin-section-heading p{color:var(--muted);font-size:14px}.admin-brand-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-brand{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:18px;padding:16px;border:1px solid var(--line);background:#222423}.admin-brand>img{width:100px;height:54px;object-fit:contain;background:#fff;padding:8px}.admin-brand-name{display:grid;place-items:center;width:100px;height:54px;background:#292c2b;font-size:12px;text-align:center}.admin-brand>div:nth-of-type(1){display:flex;flex-direction:column;gap:8px}.admin-brand strong{font-size:14px}.brand-editor{max-width:570px}@media(max-width:700px){.admin-section-heading{display:block}.admin-section-heading .primary-button{margin-top:22px}.admin-brand-list{grid-template-columns:1fr}.admin-brand{grid-template-columns:74px 1fr auto;gap:12px}.admin-brand>img,.admin-brand-name{width:74px;height:48px}.admin-brand .admin-project-actions{margin-left:0}}.brand{display:inline-flex;width:160px;height:auto;overflow:visible;position:relative}.brand-logo-viewport{display:block;position:relative;width:100%;height:auto;overflow:visible;background:transparent;line-height:0}.brand-logo-viewport img{position:static;width:100%;height:auto;max-width:100%;object-fit:contain}.hero-brand{display:block;width:180px;height:auto;overflow:visible;margin:0;line-height:0;border-radius:0}.hero-brand-logo{width:100%;transform:none}.cinema-scroll{display:none}.story-reading{min-height:185vh}.story-copy{max-width:1320px;font-size:clamp(42px,5.5vw,84px);font-weight:600;line-height:1.08;letter-spacing:-.055em}.story-word{color:#484b4a}.story-sticky>p{max-width:650px;margin-top:34px;font-size:16px}.about-showcase{padding:15px 6.7% 145px;overflow:hidden}.about-services{display:grid;grid-template-columns:repeat(12,1fr);gap:5px}.about-service{min-height:245px;padding:25px 28px 28px;border:1px solid #343736;background:#202221;display:flex;flex-direction:column;justify-content:space-between}.about-service-1,.about-service-4{grid-column:span 7}.about-service-2,.about-service-3{grid-column:span 5}.about-service>span{font-size:10px;letter-spacing:.16em;color:var(--muted);padding-bottom:18px;border-bottom:1px solid #343736}.about-service strong{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(36px,4.3vw,68px);font-weight:400;letter-spacing:-.065em;line-height:1;color:var(--ink)}.about-service strong:after{content:"+";color:var(--accent);margin-left:.08em}.about-service p{max-width:330px;color:var(--muted);font-size:14px;line-height:1.55}.about-split{min-height:500px;margin-top:140px;padding-top:38px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:start}.about-split h3{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(72px,10vw,164px);font-weight:400;letter-spacing:-.075em;line-height:.82}.about-split h3 em{color:var(--accent);font-style:normal}.about-split>div{max-width:560px;margin-top:115px}.about-split>div>.eyebrow{color:var(--accent);margin-bottom:27px}.about-split>div>p{font-size:clamp(20px,2vw,29px);line-height:1.35;letter-spacing:-.035em;color:#d5d7d5;margin-bottom:40px}.cinema-sound{border:1px solid #f4f4f455;border-radius:40px;padding:8px 12px;background:#1115}.cinema-sound[aria-pressed=true]{border-color:var(--accent);color:var(--accent)}.brands-zone{padding:20px 0 100px;border-top:0}.brands-heading{padding-bottom:36px}.brands-track{align-items:center;animation-duration:24s}.brand-item{width:240px;height:92px;padding:0 34px;border:0;background:transparent;opacity:.78}.brand-item img{max-width:168px;max-height:54px;filter:grayscale(1) brightness(0) invert(1);transition:opacity .25s,transform .25s}.brand-item:hover{opacity:1}.brand-item:hover img{filter:grayscale(1) brightness(0) invert(1);transform:scale(1.04)}.brand-item span{font-size:17px;font-weight:700;letter-spacing:.1em;text-align:center}.site-footer .brand{width:145px;height:auto}.site-footer .brand-logo-viewport{transform:none}@media(max-width:700px){.hero-brand{width:132px;height:auto;margin:0}.hero-brand-logo{transform:none}.brand{width:135px;height:auto}.brand .brand-logo-viewport{transform:none}.story-reading{min-height:155vh}.story-copy{font-size:clamp(36px,10vw,54px);letter-spacing:-.05em}.about-showcase{padding:5px 24px 90px}.about-services{grid-template-columns:1fr;gap:7px}.about-service-1,.about-service-2,.about-service-3,.about-service-4{grid-column:auto}.about-service{min-height:205px;padding:22px}.about-service strong{font-size:clamp(37px,12vw,55px)}.about-split{min-height:0;margin-top:90px;padding-top:30px;grid-template-columns:1fr;gap:20px}.about-split h3{font-size:clamp(72px,24vw,115px)}.about-split>div{margin-top:35px}.about-split>div>p{font-size:21px}.brand-item{width:180px;height:78px;padding:0 26px}.brand-item img{max-width:126px;max-height:42px}.brand-item span{font-size:13px}}@media(max-width:520px){.cinema-portfolio-link{display:none}}.portfolio-page-header{height:108px;padding:0 6.7%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.portfolio-page-header nav{display:flex;gap:32px;font-size:13px;letter-spacing:.08em}.portfolio-page-header nav a:hover{color:var(--accent)}.portfolio-all .work-section{padding-top:90px;min-height:75vh}.all-portfolio-link{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(360px,100%);margin:70px 0 0 auto;padding:19px 0;border-bottom:1px solid #737968;font-size:15px}.all-portfolio-link:hover{color:var(--accent)}.admin-content{margin-top:70px;padding:45px 35px;background:#222423;border:1px solid var(--line)}.content-form{gap:38px}.content-group{display:grid;gap:18px;padding-bottom:34px;border-bottom:1px solid var(--line)}.content-group h3{font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.03em}.content-save{justify-self:end;min-width:230px}.publication svg{vertical-align:middle;margin-left:7px}.admin-form .file-input{padding:10px;background:#1c1c1c;border-style:dashed;color:var(--muted);font-size:13px}.admin-form .file-input::file-selector-button{border:0;background:var(--accent);color:var(--bg);padding:9px 12px;margin-right:12px;cursor:pointer}.legal-footer{margin-top:0;padding:28px 3.4% 34px;border-top:1px solid var(--line);background:#181715;display:grid;grid-template-columns:1fr 1fr;gap:70px;color:#92928f;font-size:13px;line-height:1.75}.legal-identity{display:grid;gap:4px}.legal-identity strong{color:#b8b8b5}.legal-identity a{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:600}.legal-separator{color:#61615f}.social-links{display:flex;align-items:center;gap:24px;margin-top:13px}.social-links a,.social-links span{width:20px;height:20px;display:grid;place-items:center;color:#f4f4f4}.social-links a:hover{color:var(--accent)}.social-disabled{opacity:.38}.copyright-copy{max-width:650px}.footer-settings{margin-top:20px}html,body{cursor:default}.editorial-strip .strip-asterisk{width:26px;height:26px;color:var(--accent);stroke-width:1.6}.approach-label .asterisk{width:145px;height:145px;color:var(--accent);stroke-width:1}@media(max-width:600px){.editorial-strip .strip-asterisk{width:19px;height:19px}.approach-label .asterisk{width:57px;height:57px}}.cinema-title .title-line{padding:.1em .12em .14em .04em;margin:-.1em -.12em -.14em -.04em}@media(min-width:1000px)and (min-aspect-ratio:2/1){.cinema-frame{inset:6% 4%;padding:18px 22px}.cinema-content{margin-left:22%;padding:10px 0;max-width:720px}.cinema-eyebrow{margin-bottom:12px}.cinema-title{font-size:clamp(42px,3.8vw,70px);line-height:1.07;margin-bottom:14px}.cinema-description{margin-bottom:16px;line-height:1.4}}@media(max-width:700px){.portfolio-page-header{height:84px;padding:0 24px}.portfolio-page-header nav{gap:18px;font-size:11px}.portfolio-all .work-section{padding-top:60px}.all-portfolio-link{margin-top:46px}.admin-content{margin-top:55px;padding:30px 20px}.content-save{width:100%}.legal-footer{grid-template-columns:1fr;gap:24px;padding:27px 24px 34px;font-size:12px}}
