@font-face{font-family:Marcellus;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/marcellus-v14-latin.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400 600;font-display:swap;src:url(/fonts/inter-v20-latin.woff2) format("woff2")}:root{--bg: #070707;--bg-2: #101010;--gold: #c1a04e;--text: #f0ece5;--text-muted: #938e86;--surface: #111;--surface-border: #1c1c1c;--radius: 12px;--max-w: 1200px;--nav-h: 72px;--font-serif: "Marcellus", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}.eyebrow{font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-heading{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.15;color:var(--text);margin-bottom:1.5rem}.section-heading .accent{color:var(--gold)}.section-body{font-size:1.05rem;color:var(--text-muted);max-width:640px;line-height:1.7}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}section{padding:6rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:60px;font-size:.9rem;font-weight:500;letter-spacing:.03em;transition:all .3s ease}.btn-gold{background:var(--gold);color:#070707}.btn-gold:hover{background:#d4b35a;transform:translateY(-1px)}.btn-outline{border:1px solid rgba(193,160,78,.4);color:var(--gold)}.btn-outline:hover{border-color:var(--gold);background:#c1a04e14}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:1000;display:flex;align-items:center;padding:0 2rem;transition:background .3s ease}.nav.scrolled{background:#070707eb;backdrop-filter:blur(12px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--max-w);margin:0 auto}.nav-logo img{height:56px}.nav-right{display:flex;align-items:center;gap:1rem}.nav-inquire{padding:.6rem 1.5rem;background:var(--gold);color:#070707;border:1px solid var(--gold);border-radius:60px;font-size:.85rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase;transition:all .3s ease}.nav-inquire:hover{background:#d4b35a;border-color:#d4b35a}.nav-socials{display:flex;align-items:center;gap:.75rem}.nav-socials a{color:var(--text-muted);transition:color .2s;display:flex;align-items:center}.nav-socials a:hover{color:var(--gold)}.lang-switcher{position:relative}.lang-btn{display:flex;align-items:center;gap:.3rem;padding:.4rem .7rem;border:1px solid var(--surface-border);border-radius:6px;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;background:transparent}.lang-btn:hover{border-color:var(--gold);color:var(--text)}.lang-btn svg{width:10px;height:10px;opacity:.5}.lang-dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;background:#1a1a1a;border:1px solid var(--surface-border);border-radius:8px;padding:.4rem 0;min-width:150px;box-shadow:0 8px 32px #00000080;z-index:1001}.lang-dropdown.open{display:block}.lang-dropdown a{display:block;padding:.5rem 1rem;font-size:.85rem;color:var(--text-muted);transition:all .15s ease}.lang-dropdown a:hover{color:var(--text);background:#c1a04e14}.lang-dropdown a.active{color:var(--gold)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem;position:relative}.hero-content{max-width:800px;position:relative;z-index:2}.hero-video-bg{position:absolute;inset:0;overflow:hidden}.hero-video-bg video{width:100%;height:100%;object-fit:cover}.hero h1{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:300;line-height:1.1;margin-bottom:1.5rem}.hero .accent{color:var(--gold);display:block;margin-top:.3em}.hero-sub{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;line-height:1.7}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--text-muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;opacity:.5}.logo-strip{padding:3rem 0;text-align:center}.logo-strip .eyebrow{margin-bottom:2rem}.logo-strip-logos{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;opacity:.5}.logo-strip-logos img{height:32px;filter:grayscale(1) brightness(2)}.problem .problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.problem-card{border-radius:var(--radius);overflow:hidden;position:relative}.problem-card img,.problem-card video{width:100%;aspect-ratio:16/9;object-fit:cover}.problem-label{position:absolute;bottom:1rem;left:1rem;background:#070707cc;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;color:var(--text-muted);backdrop-filter:blur(8px)}.solution .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3rem}.step{padding:2rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--surface-border)}@media(max-width:1024px){.solution .steps{grid-template-columns:1fr 1fr}}.step-number{font-family:var(--font-serif);font-size:2.5rem;font-weight:300;color:var(--gold);margin-bottom:1rem}.step h3{font-family:var(--font-serif);font-size:1.3rem;font-weight:400;margin-bottom:.75rem}.step p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.films-grid,.reels-grid{display:grid;gap:1.5rem;margin-top:3rem}.films-grid,.reels-grid{grid-template-columns:repeat(2,1fr)}.film-card,.reel-card{position:relative;border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--surface);border:1px solid var(--surface-border)}.film-card .thumb,.reel-card .thumb{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .4s ease}.reel-card .thumb{aspect-ratio:9/16}.film-card:hover .thumb,.reel-card:hover .thumb{transform:scale(1.03)}.card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(7,7,7,.85) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.card-overlay h3{font-family:var(--font-serif);font-size:1.3rem;font-weight:400}.card-overlay .location{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#c1a04ee6;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.film-card:hover .play-icon,.reel-card:hover .play-icon{transform:translate(-50%,-50%) scale(1.1)}.play-icon svg{width:20px;height:20px;fill:#070707;margin-left:2px}.film-quote{margin-top:2.5rem;padding:2rem;background:var(--surface);border-radius:var(--radius);border-left:3px solid var(--gold)}.film-quote blockquote{font-family:var(--font-serif);font-size:1.15rem;font-style:italic;color:var(--text);line-height:1.7;margin-bottom:.75rem}.film-quote cite{font-style:normal;font-size:.85rem;color:var(--text-muted)}.video-modal{display:none;position:fixed;inset:0;z-index:9999;background:#000000f2;align-items:center;justify-content:center;padding:2rem}.video-modal.active{display:flex}.video-modal video{max-width:100%;max-height:90vh;border-radius:var(--radius)}.video-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;background:#ffffff1a;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background .2s}.video-modal-close:hover{background:#fff3}.why-table{margin-top:3rem;overflow-x:auto}.why-table table{width:100%;border-collapse:collapse}.why-table th,.why-table td{padding:1.2rem 1.5rem;text-align:left;border-bottom:1px solid var(--surface-border)}.why-table th{font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.why-table th:first-child{color:var(--text-muted)}.why-table th.col-us{color:var(--gold)}.why-table th.col-them{color:var(--text-muted)}.why-table td:first-child{font-weight:500;color:var(--text);white-space:nowrap}.why-table td:nth-child(2){color:var(--text)}.why-table td:nth-child(3){color:var(--text-muted);font-size:.95rem}.why-table tr:hover{background:#c1a04e08}.deliverables-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.deliverable{padding:2rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--surface-border)}.deliverable h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:400;margin-bottom:.75rem;color:var(--text)}.deliverable p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.filmmaker{display:grid;grid-template-columns:1fr;max-width:62ch;margin:0 auto;gap:4rem;align-items:center;text-align:center}.filmmaker-img{border-radius:var(--radius);aspect-ratio:3/4;object-fit:cover;width:100%}.filmmaker-quote{font-family:var(--font-serif);font-size:1.4rem;font-style:italic;line-height:1.6;color:var(--text);margin-bottom:1.5rem}.filmmaker-name{font-weight:600;font-size:1rem;margin-bottom:.25rem}.filmmaker-role{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.filmmaker-creds{display:inline-flex;flex-direction:column;gap:.5rem;text-align:left;margin:0 auto}.filmmaker-creds li{font-size:.9rem;color:var(--text-muted);padding-left:1rem;position:relative}.filmmaker-creds li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;background:var(--gold);border-radius:50%}.contact{text-align:center}.contact-form{max-width:640px;margin:2rem auto 0;text-align:left}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem;color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;background:var(--surface);border:1px solid var(--surface-border);border-radius:8px;color:var(--text);font-size:.95rem;font-family:var(--font-sans);transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.form-group select{appearance:none;cursor:pointer}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-submit{width:100%;margin-top:.5rem}.form-note{text-align:center;margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.form-note a{color:var(--gold)}.form-success{display:none;text-align:center;padding:3rem 1rem}.form-success.show{display:block}.form-success h3{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:.5rem}.form-success p{color:var(--text-muted)}.cta-section{text-align:center;padding:6rem 0}.footer{padding:3rem 0;border-top:1px solid var(--surface-border)}.footer-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.footer-logo{flex:0 0 auto}.footer-logo img{height:48px;width:auto}.footer-email{flex:1 1 auto;text-align:center}.footer a{color:var(--text-muted);font-size:.875rem;letter-spacing:.05em;transition:color .2s}.footer a:hover{color:var(--gold)}.footer-socials{flex:0 0 auto;display:flex;align-items:center;gap:1rem}.footer-socials a{color:var(--text-muted);display:flex;align-items:center;transition:color .2s}.footer-socials a:hover{color:var(--gold)}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}.result-card{border:1px solid var(--surface-border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column}.result-card .result-project{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem}.result-card .result-stat{font-family:var(--font-serif);font-size:clamp(2.75rem,5vw,3.75rem);font-weight:300;color:var(--gold);line-height:1}.result-card .result-desc{font-size:.9375rem;color:var(--text-muted);margin-top:.5rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2.5rem}.insight-card{display:block;border:1px solid var(--surface-border);border-radius:8px;overflow:hidden;background:var(--bg);transition:border-color .2s}.insight-card:hover{border-color:var(--gold)}.insight-card-img{aspect-ratio:16/9;overflow:hidden}.insight-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.insight-card:hover .insight-card-img img{transform:scale(1.03)}.insight-card-body{padding:1.4rem 1.5rem 1.7rem}.insight-card-tag{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.insight-card-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:400;color:var(--text);line-height:1.4}.whatsapp-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.5rem;border:1px solid #25D366;border-radius:60px;color:#25d366;font-size:.9rem;font-weight:500;transition:all .3s ease}.whatsapp-cta:hover{background:#25d3661a}.whatsapp-cta svg{width:18px;height:18px;fill:#25d366}.fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.solution .steps{grid-template-columns:1fr}.deliverables-grid{grid-template-columns:repeat(2,1fr)}.filmmaker{grid-template-columns:1fr;gap:2rem}.why-table{font-size:.9rem}.results-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){section{padding:4rem 0}.hero h1{font-size:clamp(2rem,8vw,3rem)}.problem .problem-grid,.films-grid,.reels-grid,.deliverables-grid,.results-grid,.form-row{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:1rem}.footer-email{text-align:center}.nav{padding:0 1rem}.why-table th,.why-table td{padding:.8rem;font-size:.85rem}}@media(max-width:480px){.hero-ctas{flex-direction:column;align-items:center}.btn{width:100%;justify-content:center}}[dir=rtl]{text-align:right}[dir=rtl] .nav-right{flex-direction:row-reverse}[dir=rtl] .lang-dropdown{right:auto;left:0}[dir=rtl] .film-quote{border-left:none;border-right:3px solid var(--gold)}[dir=rtl] .filmmaker-creds li{padding-left:0;padding-right:1rem}[dir=rtl] .filmmaker-creds li:before{left:auto;right:0}[dir=rtl] .hero,[dir=rtl] .contact{text-align:center}[dir=rtl] .problem-label{left:auto;right:1rem}[dir=rtl] .why-table th,[dir=rtl] .why-table td{text-align:right}.hero-content .eyebrow,.hero h1,.hero-sub{text-shadow:0 4px 55px rgba(0,0,0,.62),0 2px 20px rgba(0,0,0,.42)}.hero-ctas .btn{box-shadow:0 12px 48px #0006}.solution,.reels,.why,.insights,.contact{background:var(--bg-2)}.play-icon{width:64px;height:64px;background:transparent;border:1px solid rgba(255,255,255,.5)}.play-icon svg{fill:var(--text)}.film-card:hover .play-icon,.reel-card:hover .play-icon{border-color:var(--gold);background:#c1a04e1f}.reels-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.reels-grid .reel-card{width:236px}@media(max-width:640px){.reels-grid .reel-card{width:calc(50% - .75rem)}}#modal-iframe{width:90vw;max-width:1100px;aspect-ratio:16/9;height:auto;border:0;border-radius:8px}.why-label{display:inline-flex;align-items:center;gap:.55rem}.why-ico{flex-shrink:0;width:16px;height:16px;color:var(--gold);opacity:.85}.why-table td:nth-child(2){background:#c1a04e0d;border-left:2px solid var(--gold);border-radius:0 4px 4px 0}.nav{background:linear-gradient(to bottom,#070707b8,#07070700)}.nav-logo img{height:66px}.nav-blog{color:var(--text-muted);display:inline-flex;align-items:center;transition:color .2s ease}.nav-blog:hover{color:var(--gold)}.nav-blog svg{display:block}.whatsapp-cta{background:var(--gold);border:none;color:#070707;margin-top:0;margin-bottom:1.75rem}.whatsapp-cta:hover{background:#d4b35a}.whatsapp-cta svg{fill:#070707}.results{display:none}.why,.insights{background:transparent}.step{transition:border-color .3s ease,background .3s ease,transform .3s ease}.step:hover{border-color:var(--gold);background:#c1a04e0f;transform:translateY(-3px)}.form-submit{width:auto}.hero-sub{color:#f0ece5eb;text-shadow:0 2px 30px rgba(0,0,0,.9),0 1px 8px rgba(0,0,0,.7)}.nav{background:#07070799;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav.scrolled{background:#070707eb}.deliverable{position:relative;overflow:hidden;background-color:var(--surface);background-size:cover;background-position:center;transition:border-color .35s ease,transform .35s ease}.deliverable:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#0a0a0ad1,#0a0a0aed);transition:background .35s ease;z-index:0}.deliverable>*{position:relative;z-index:1}.deliverable:hover{border-color:var(--gold);transform:translateY(-3px)}.deliverable:hover:before{background:linear-gradient(160deg,#0a0a0a99,#0a0a0ad1)}.deliverable:nth-child(1){background-image:url(/render-to-film-pre-construction.jpg)}.deliverable:nth-child(2){background-image:url(/render-15.jpg)}.deliverable:nth-child(3){background-image:url(/poster-casapelicano.jpg)}.deliverable:nth-child(4){background-image:url(/poster-buenaventura.jpg)}.deliverable:nth-child(5){background-image:url(/og-image.jpg)}.deliverable:nth-child(6){background-image:url(/render-to-film-pre-construction.jpg)}.footer-bottom{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--surface-border);font-size:.75rem;color:var(--text-muted);letter-spacing:.03em}.footer-legal-link{color:var(--text-muted);transition:color .2s ease}.footer-legal-link:hover{color:var(--gold)}.deliverable:nth-child(1){background-image:url(/bg/1-stunning.jpg)}.deliverable:nth-child(2){background-image:url(/bg/2-storytelling.jpg)}.deliverable:nth-child(3){background-image:url(/bg/3-4k.jpg)}.deliverable:nth-child(4){background-image:url(/bg/4-sound.jpg)}.deliverable:nth-child(5){background-image:url(/bg/5-color.jpg)}.deliverable:nth-child(6){background-image:url(/bg/6-music.jpg)}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.25rem;flex-wrap:wrap}.form-footer .form-note{margin:0;flex:1 1 auto}.form-footer .form-submit{flex:0 0 auto;margin-top:0}.logo-strip-logos{opacity:1;gap:1rem}.trusted-logo{display:flex;align-items:center;justify-content:center;width:160px;height:100px;border:1px dashed var(--surface-border);border-radius:8px}.logo-strip-logos img,.trusted-logo img{height:auto;max-height:52px;max-width:76%;width:auto;filter:grayscale(1) brightness(1.6);opacity:.8}.trusted-logo img[src*=raya-del-sol]{max-height:68px}.hero .accent{color:var(--text)}:root{--nav-h: 88px}.nav-logo img{height:48px;width:auto}.eyebrow,.section-heading{text-align:center}.section-body{text-align:center;margin-left:auto;margin-right:auto;max-width:56ch}.nav{padding-left:0;padding-right:0}.nav-inner{padding:0 1.5rem}.nav-logo img,.footer-logo img{height:48px;width:auto}.pull-quote{font-family:var(--font-serif);font-weight:300;font-style:italic;font-size:clamp(1.25rem,2.6vw,1.7rem);line-height:1.4;color:var(--text);max-width:24ch;margin:2rem auto 0;text-align:center;position:relative;padding-top:2.25rem}.pull-quote:before{content:"“";position:absolute;top:-.35rem;left:50%;transform:translate(-50%);font-family:var(--font-serif);font-style:normal;font-size:3.5rem;line-height:1;color:var(--gold);opacity:.9}.insights-grid{grid-template-columns:repeat(auto-fit,minmax(320px,520px));justify-content:center}.footer-right{display:flex;align-items:center;justify-content:flex-end;gap:1.75rem;flex-wrap:wrap;margin-left:auto}.footer-right .footer-email{flex:0 0 auto}.footer-copyright{color:var(--text-muted);font-size:.85rem;letter-spacing:.03em}.logo-strip,.problem{background:var(--bg)}.solution{background:var(--bg-2)}.films{background:var(--bg)}.reels{background:var(--bg-2)}.why{background:var(--bg)}.deliverables{background:var(--bg-2)}.insights{background:var(--bg)}.filmmaker-section{background:var(--bg-2)}.contact{background:var(--bg)}.footer-inner{flex-direction:column;justify-content:center;gap:1.4rem}.footer-right{margin-left:0;justify-content:center}.blog-hd{padding:calc(var(--nav-h) + 5rem) 1.5rem 3.5rem;text-align:center;border-bottom:1px solid var(--surface-border)}.blog-hd h1{font-family:var(--font-serif);font-weight:300;font-size:clamp(2.4rem,6vw,3.6rem);line-height:1.05;color:var(--text)}.blog-hd .blog-sub{color:var(--text-muted);max-width:44ch;margin:1.2rem auto 0;font-size:1.02rem;line-height:1.7}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:4rem 0 5rem}.blog-card{display:block;border:1px solid var(--surface-border);border-radius:var(--radius);overflow:hidden;background:var(--bg-2);transition:transform .3s ease,border-color .3s ease}.blog-card:hover{transform:translateY(-4px);border-color:var(--gold)}.blog-card-thumb{aspect-ratio:16/9;overflow:hidden}.blog-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.blog-card:hover .blog-card-thumb img{transform:scale(1.04)}.blog-card-body{padding:1.5rem 1.6rem 1.9rem}.blog-card-date{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.blog-card-body h2{font-family:var(--font-serif);font-weight:400;font-size:1.5rem;line-height:1.2;margin:.6rem 0 .7rem;color:var(--text)}.blog-card-body p{color:var(--text-muted);font-size:.92rem;line-height:1.6}.blog-card-more{display:inline-block;margin-top:1.1rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.post{max-width:720px;margin:0 auto;padding:calc(var(--nav-h) + 4rem) 1.5rem 4rem}.post .crumb{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.6rem}.post .crumb a{color:var(--gold)}.post h1{font-family:var(--font-serif);font-weight:300;font-size:clamp(2.1rem,5.2vw,3.1rem);line-height:1.08;color:var(--text)}.post .byline{display:flex;gap:.7rem;align-items:center;color:var(--text-muted);font-size:.8rem;letter-spacing:.04em;margin:1.4rem 0 2.3rem}.post .byline span{color:var(--gold)}.post .demo-pair{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2.6rem}.post .demo-panel{position:relative;border-radius:10px;overflow:hidden;border:1px solid var(--surface-border);aspect-ratio:16/9;background:var(--bg-2)}.post .demo-panel img,.post .demo-panel video{width:100%;height:100%;object-fit:cover;display:block}.post .demo-label{position:absolute;top:.9rem;left:.9rem;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text);background:#0a0a0a80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.4rem .85rem;border-radius:100px;border:1px solid rgba(255,255,255,.08)}.post h2{font-family:var(--font-serif);font-weight:400;font-size:1.7rem;line-height:1.2;margin:2.6rem 0 .8rem;color:var(--text)}.post p{color:#d8d3cb;font-size:1.06rem;margin:0 0 1.25rem;line-height:1.7}.post p strong{color:var(--text);font-weight:500}.post .lede{font-size:1.2rem;color:var(--text);line-height:1.6}.post ul{margin:0 0 1.25rem 1.15rem;list-style:disc}.post li{color:#d8d3cb;font-size:1.06rem;margin:0 0 .55rem;line-height:1.7}.post p a,.post li a{color:var(--gold);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#c1a04e73;text-decoration-thickness:1px}.post p a:hover,.post li a:hover{text-decoration-color:var(--gold)}.post em{font-style:italic;color:var(--text)}.post .cta{margin:3rem 0 0;padding:2.2rem 2rem;border:1px solid var(--surface-border);border-radius:10px;background:var(--bg-2);text-align:center}.post .cta h3{font-family:var(--font-serif);font-weight:400;font-size:1.6rem;margin-bottom:.5rem;color:var(--text)}.post .cta p{color:var(--text-muted);margin-bottom:1.4rem}.post .back{display:inline-block;margin-top:2.6rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.post .back:hover{color:var(--gold)}.hero .accent{font-style:italic}.post figure{margin:2.4rem 0}.post figure img{width:100%;border-radius:10px;border:1px solid var(--surface-border)}.post figcaption{margin-top:.7rem;font-size:.82rem;letter-spacing:.04em;color:var(--text-muted);text-align:center}.post figure img{height:auto}.filmmaker{display:block;text-align:center}.filmmaker-quote{max-width:58ch;margin-left:auto;margin-right:auto}.filmmaker-creds{display:inline-flex;flex-direction:column;text-align:left;margin-top:.5rem}.filmmaker-img{width:100%;max-width:860px;height:auto;aspect-ratio:2.06 / 1;object-fit:cover;margin:2.75rem auto 0;border-radius:var(--radius)}.post figure video{width:100%;height:auto;border-radius:10px;border:1px solid var(--surface-border)}.filmmaker-name{font-size:1.2rem}.filmmaker-role{font-size:1rem}.filmmaker-creds li{font-size:1.1rem}.film-frame{position:relative}.sound-toggle{position:absolute;bottom:.9rem;right:.9rem;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#0a0a0a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);color:var(--text);transition:border-color .2s ease,background .2s ease}.sound-toggle:hover{border-color:var(--gold);color:var(--gold)}.sound-toggle .ico-on{display:none}.sound-toggle.on .ico-on{display:block}.sound-toggle.on .ico-off{display:none}.form-error{display:none;color:#d98c8c;font-size:.9rem;margin:0 0 1rem;text-align:left}.form-error.show{display:block}.form-error a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.form-submit:disabled{opacity:.6;cursor:default}.footer-inner{flex-direction:row;justify-content:space-between;gap:1.5rem}.footer-center{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:1.75rem;flex-wrap:wrap}.footer-copyright{flex:0 0 auto}@media(max-width:820px){.footer-inner{flex-direction:column}}.footer-logo{flex:1 1 0}.footer-center{flex:0 0 auto}.footer-copyright{flex:1 1 0;text-align:right}@media(max-width:820px){.footer-logo,.footer-copyright{flex:0 0 auto;text-align:center}}.phone-row{display:flex;gap:.6rem}.phone-row select{flex:0 0 auto;width:auto;min-width:108px}.phone-row input{flex:1 1 auto;min-width:0}.deliverable:nth-child(-n+6){background-image:none}.deliverable:before{content:none}.deliverable{background:var(--surface);text-align:left}.deliverable-ico{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:1.1rem;border:1px solid rgba(193,160,78,.35);border-radius:50%;color:var(--gold);transition:transform .35s cubic-bezier(.34,1.56,.64,1),border-color .3s ease,background .3s ease,box-shadow .3s ease}.deliverable-ico svg{width:21px;height:21px;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.deliverable:hover .deliverable-ico{transform:translateY(-3px) scale(1.1);border-color:var(--gold);background:#c1a04e1a;box-shadow:0 6px 22px #c1a04e2e}.deliverable:hover .deliverable-ico svg{transform:rotate(-8deg)}@media(max-width:760px){.why-table{overflow-x:visible}.why-table thead{display:none}.why-table table,.why-table tbody,.why-table tr,.why-table td{display:block;width:100%}.why-table tr{border:1px solid var(--surface-border);border-radius:var(--radius);margin-bottom:1.25rem;overflow:hidden}.why-table td,.why-table td:first-child{white-space:normal;padding:1rem 1.2rem}.why-table td:last-child{border-bottom:none}.why-table td:nth-child(2){border-left:none;border-radius:0}.why-table td[data-col]:before{content:attr(data-col);display:block;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem}.why-table td:nth-child(2)[data-col]:before{color:var(--gold)}.why-table td:nth-child(3)[data-col]:before{color:var(--text-muted)}}.nav-faq{color:var(--text-muted);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:color .2s ease}.nav-faq:hover{color:var(--gold)}@media(max-width:900px){.nav-sec{display:none}}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:32px;height:32px;background:none;border:none;padding:0;cursor:pointer;z-index:1002}.nav-toggle span{display:block;width:100%;height:2px;background:var(--text);border-radius:2px;transition:transform .25s ease,opacity .2s ease,width .2s ease}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);width:100%}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);width:100%}@media(max-width:640px){.nav{padding-top:max(env(safe-area-inset-top),14px);height:calc(var(--nav-h) + max(env(safe-area-inset-top),14px))}.nav-right{top:calc(var(--nav-h) + max(env(safe-area-inset-top),14px))}.nav-toggle{display:flex}.nav-right{position:fixed;top:var(--nav-h);left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#070707f7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);max-height:0;overflow:hidden;opacity:0;padding:0 1.5rem;transition:max-height .3s ease,opacity .25s ease,padding .3s ease}.nav-right.open{max-height:80vh;opacity:1;padding:1.25rem 1.5rem 1.75rem;border-bottom:1px solid var(--surface-border)}.nav-right.open .nav-sec{display:block}.nav-right a.nav-faq{width:100%;padding:.85rem 0;font-size:.95rem;border-bottom:1px solid rgba(240,236,229,.08)}.nav-right .lang-switcher{margin:.85rem 0;align-self:flex-start}.nav-right .nav-inquire{margin-top:.5rem;text-align:center;width:100%}}.faq-page{padding:9rem 0 6rem}.faq-page .section-heading{margin-bottom:1rem}.faq-lede{color:var(--text-muted);text-align:center;max-width:44ch;margin:0 auto 3.5rem}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--bg-2);border:1px solid rgba(147,142,134,.18);border-radius:10px;transition:border-color .2s ease}.faq-item[open]{border-color:#c1a04e59}.faq-item summary{cursor:pointer;list-style:none;padding:1.15rem 3rem 1.15rem 1.4rem;font-family:var(--font-serif);font-size:1.08rem;line-height:1.4;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:1.3rem;top:50%;transform:translateY(-50%);color:var(--gold);font-family:var(--font-sans);font-size:1.2rem;font-weight:300;transition:transform .2s ease}.faq-item[open] summary:after{content:"−"}.faq-item>p{padding:0 1.4rem 1.3rem;color:var(--text-muted);font-size:.95rem;line-height:1.7;max-width:66ch}[dir=rtl] .faq-item summary{padding:1.15rem 1.4rem 1.15rem 3rem}[dir=rtl] .faq-item summary:after{right:auto;left:1.3rem}.faq-cta{text-align:center;margin-top:3.5rem}.faq-cta p{color:var(--text-muted);margin-bottom:1.4rem}.faq-cta .btn-gold{display:inline-block;padding:.95rem 2.6rem;border-radius:999px;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;text-decoration:none}.pf-chat[data-astro-cid-ryytxnzt]{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;font-family:var(--font-sans)}.pf-chat-toggle[data-astro-cid-ryytxnzt]{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:var(--gold, #c9a96e);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000004d;transition:transform .2s ease}.pf-chat-toggle[data-astro-cid-ryytxnzt]:hover{transform:scale(1.08)}.pf-chat-toggle[data-astro-cid-ryytxnzt] svg[data-astro-cid-ryytxnzt]{width:24px;height:24px}.pf-chat-close[data-astro-cid-ryytxnzt],.pf-chat[data-astro-cid-ryytxnzt].open .pf-chat-icon[data-astro-cid-ryytxnzt]{display:none}.pf-chat[data-astro-cid-ryytxnzt].open .pf-chat-close[data-astro-cid-ryytxnzt]{display:block}.pf-chat-window[data-astro-cid-ryytxnzt]{display:none;position:absolute;bottom:72px;right:0;width:370px;max-width:calc(100vw - 2rem);height:500px;max-height:calc(100vh - 8rem);border-radius:16px;overflow:hidden;flex-direction:column;background:var(--bg-2, #1a1a1a);border:1px solid var(--surface-border, #2a2a2a);box-shadow:0 12px 48px #0006}.pf-chat[data-astro-cid-ryytxnzt].open .pf-chat-window[data-astro-cid-ryytxnzt]{display:flex}.pf-chat-header[data-astro-cid-ryytxnzt]{display:flex;align-items:center;gap:.75rem;padding:1rem 1.2rem;background:var(--bg, #111);border-bottom:1px solid var(--surface-border, #2a2a2a)}.pf-chat-avatar[data-astro-cid-ryytxnzt]{width:32px;height:32px;border-radius:50%}.pf-chat-header[data-astro-cid-ryytxnzt] strong[data-astro-cid-ryytxnzt]{font-size:.88rem;color:var(--text, #f5f5f5);display:block}.pf-chat-status[data-astro-cid-ryytxnzt]{font-size:.7rem;color:#4ade80}.pf-chat-body[data-astro-cid-ryytxnzt]{flex:1;overflow-y:auto;display:flex;flex-direction:column}.pf-chat-gate[data-astro-cid-ryytxnzt]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center}.pf-gate-greeting[data-astro-cid-ryytxnzt]{font-size:.92rem;line-height:1.6;color:var(--text, #f5f5f5);margin:0 0 1.5rem}.pf-gate-form[data-astro-cid-ryytxnzt]{width:100%;display:flex;flex-direction:column;gap:.75rem}.pf-gate-form[data-astro-cid-ryytxnzt] input[data-astro-cid-ryytxnzt]{width:100%;background:var(--bg, #111);border:1px solid var(--surface-border, #2a2a2a);border-radius:8px;padding:.7rem .9rem;color:var(--text, #f5f5f5);font-size:.88rem;outline:none;font-family:inherit;box-sizing:border-box}.pf-gate-form[data-astro-cid-ryytxnzt] input[data-astro-cid-ryytxnzt]:focus{border-color:var(--gold, #c9a96e)}.pf-gate-form[data-astro-cid-ryytxnzt] button[data-astro-cid-ryytxnzt]{width:100%;background:var(--gold, #c9a96e);color:#111;border:none;border-radius:8px;padding:.7rem;font-size:.88rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.pf-gate-form[data-astro-cid-ryytxnzt] button[data-astro-cid-ryytxnzt]:hover{opacity:.9}.pf-chat-messages[data-astro-cid-ryytxnzt]{flex:1;overflow-y:auto;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.75rem}.pf-chat-messages[data-astro-cid-ryytxnzt]::-webkit-scrollbar{width:4px}.pf-chat-messages[data-astro-cid-ryytxnzt]::-webkit-scrollbar-thumb{background:var(--surface-border, #333);border-radius:2px}.pf-msg[data-astro-cid-ryytxnzt]{max-width:85%;padding:.65rem .9rem;border-radius:14px;font-size:.88rem;line-height:1.5;word-wrap:break-word;animation:pfMsgIn .2s ease}.pf-msg-bot[data-astro-cid-ryytxnzt]{background:var(--bg, #111);color:var(--text, #f5f5f5);align-self:flex-start;border-bottom-left-radius:4px}.pf-msg-user[data-astro-cid-ryytxnzt]{background:var(--gold, #c9a96e);color:#111;align-self:flex-end;border-bottom-right-radius:4px}.pf-msg-typing[data-astro-cid-ryytxnzt]{align-self:flex-start}.pf-msg-typing[data-astro-cid-ryytxnzt] span[data-astro-cid-ryytxnzt]{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--text-muted, #888);animation:pfBounce 1.2s infinite}.pf-msg-typing[data-astro-cid-ryytxnzt] span[data-astro-cid-ryytxnzt]:nth-child(2){animation-delay:.2s}.pf-msg-typing[data-astro-cid-ryytxnzt] span[data-astro-cid-ryytxnzt]:nth-child(3){animation-delay:.4s}@keyframes pfMsgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pfBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.pf-chat-form[data-astro-cid-ryytxnzt]{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--surface-border, #2a2a2a);background:var(--bg, #111)}.pf-chat-form[data-astro-cid-ryytxnzt] input[data-astro-cid-ryytxnzt]{flex:1;background:var(--bg-2, #1a1a1a);border:1px solid var(--surface-border, #2a2a2a);border-radius:8px;padding:.6rem .8rem;color:var(--text, #f5f5f5);font-size:.88rem;outline:none;font-family:inherit}.pf-chat-form[data-astro-cid-ryytxnzt] input[data-astro-cid-ryytxnzt]:focus{border-color:var(--gold, #c9a96e)}.pf-chat-form[data-astro-cid-ryytxnzt] button[data-astro-cid-ryytxnzt]{width:38px;height:38px;border-radius:8px;border:none;cursor:pointer;background:var(--gold, #c9a96e);color:#111;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.pf-chat-form[data-astro-cid-ryytxnzt] button[data-astro-cid-ryytxnzt]:disabled{opacity:.4;cursor:default}.pf-chat-form[data-astro-cid-ryytxnzt] button[data-astro-cid-ryytxnzt] svg[data-astro-cid-ryytxnzt]{width:16px;height:16px}@media(max-width:480px){.pf-chat-window[data-astro-cid-ryytxnzt]{width:calc(100vw - 1.5rem);right:-.5rem;bottom:66px;height:calc(100vh - 6rem);border-radius:12px}}[data-astro-cid-ryytxnzt][dir=rtl] .pf-chat[data-astro-cid-ryytxnzt]{right:auto;left:1.5rem}[data-astro-cid-ryytxnzt][dir=rtl] .pf-chat-window[data-astro-cid-ryytxnzt]{right:auto;left:0}[data-astro-cid-ryytxnzt][dir=rtl] .pf-msg-user[data-astro-cid-ryytxnzt]{align-self:flex-start}[data-astro-cid-ryytxnzt][dir=rtl] .pf-msg-bot[data-astro-cid-ryytxnzt]{align-self:flex-end}
