:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--navy:#283653;--navy-deep:#1e2c45;--navy-mid:#324060;--orange:#cf9052;--orange-light:#daa46a;--cream:#f5efe6;--white:#fff;--gray-light:#c8c2b8;--gray-mid:#6b7a8d;--text-on-dark:#d4cfc7;--gold:#c9a84c}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}#root{overflow-x:hidden}body{background:var(--navy-deep);color:var(--text-on-dark);font-family:"Source Sans 3",sans-serif;overflow-x:hidden}nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #2836531a;justify-content:space-between;align-items:center;height:72px;padding:0 3rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{background:#fffffffa;height:60px;box-shadow:0 2px 20px #00000014}.nav-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.nav-logo-icon{width:36px;height:36px}.nav-logo-text{color:var(--white);letter-spacing:.02em;font-family:DM Serif Display,serif;font-size:1.15rem}.nav-logo-text span{color:var(--orange)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--navy);letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--orange)}.nav-cta{border:1.5px solid var(--orange);border-radius:2px;color:var(--orange)!important;padding:8px 22px!important;transition:all .3s!important}.nav-cta:hover{background:var(--orange);color:var(--white)!important}.mobile-menu{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-menu svg{width:24px;height:24px;stroke:var(--navy)}.hero{align-items:center;min-height:100vh;padding:140px 5vw 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(ellipse at 20% 80%, #cf90520a 0%, transparent 60%), linear-gradient(180deg, #f5f3ee 0%, #f0ece3 18%, #ddd8ce 25%, var(--navy) 35%, var(--navy-deep) 100%);position:absolute;inset:0}.hero-watermark{color:#cf905208;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:DM Serif Display,serif;font-size:28vw;line-height:.85;position:absolute;top:50%;left:-5vw;transform:translateY(-50%)}.hero-content{z-index:2;max-width:850px;margin:0 auto;position:relative}.hero-badge{letter-spacing:.15em;text-transform:uppercase;color:var(--orange);border-bottom:2px solid var(--orange);margin-bottom:1.5rem;padding:6px 0;font-size:.75rem;font-weight:700;display:inline-block}.hero h1{color:var(--white);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(3rem,6.5vw,5.5rem);line-height:1.05}.hero h1 em{color:var(--orange);font-style:italic}.hero-sub{color:var(--text-on-dark);max-width:680px;margin-bottom:2.5rem;font-family:Libre Baskerville,serif;font-size:clamp(1.05rem,1.8vw,1.35rem);line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--orange);color:var(--white);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 32px;font-family:"Source Sans 3",sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px)}.btn-outline{border:1.5px solid var(--gray-mid);color:var(--cream);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;align-items:center;gap:8px;padding:14px 32px;font-family:"Source Sans 3",sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline:hover{border-color:var(--orange);color:var(--orange)}.hero-award{border-top:1px solid #ffffff14;align-items:center;gap:1.2rem;margin-top:3.5rem;padding-top:2rem;display:flex}.award-icon{border:2px solid var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.award-icon svg{width:24px;height:24px}.award-text{color:var(--gray-light);font-size:.85rem;line-height:1.6}.award-text strong{color:var(--gold);font-weight:700}.ticker-wrap{background:var(--orange);padding:14px 0;overflow:hidden}.ticker{white-space:nowrap;animation:40s linear infinite ticker-scroll;display:flex}.ticker-item{color:var(--navy-deep);letter-spacing:.03em;padding:0 3rem;font-family:DM Serif Display,serif;font-size:.95rem;font-weight:400}.ticker-item:after{content:"◆";opacity:.5;margin-left:3rem}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--orange);max-width:1200px;margin-bottom:1.8rem;margin-left:auto;margin-right:auto;font-size:.72rem;font-weight:700}.mission{background:var(--navy);padding:100px 5vw;position:relative}.mission:before{content:"";background:linear-gradient(90deg,#0000,#cf90524d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.mission-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.mission h2{color:var(--white);font-family:DM Serif Display,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.15}.mission h2 em{color:var(--orange);font-style:italic}.mission-text{color:var(--text-on-dark);font-family:Libre Baskerville,serif;font-size:1.05rem;line-height:1.9}.mission-text p+p{margin-top:1.5rem}.film-showcase{background:var(--navy-deep);padding:100px 5vw}.film-showcase-header{max-width:700px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.film-showcase-header h2{color:var(--white);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.film-showcase-header p{color:var(--gray-light);font-family:Libre Baskerville,serif;font-size:1rem;line-height:1.7}.film-hero-img{aspect-ratio:16/9;object-fit:cover;border:1px solid #cf905233;width:100%;margin-bottom:2rem}.film-gallery{grid-template-columns:repeat(3,1fr);gap:4px;max-width:1200px;margin:0 auto;display:grid}.film-still{cursor:pointer;aspect-ratio:16/9;position:relative;overflow:hidden}.film-still img{object-fit:cover;width:100%;height:100%;transition:transform .6s,filter .6s}.film-still:hover img{transform:scale(1.05)}.film-still-overlay{opacity:0;background:linear-gradient(#0000,#1e2c45e6);padding:2rem 1.2rem 1rem;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.film-still:hover .film-still-overlay{opacity:1}.film-still-caption{color:var(--cream);font-family:Libre Baskerville,serif;font-size:.82rem;line-height:1.5}.film-still-time{color:var(--orange);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.7rem}.film-info-grid{border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin-top:3rem;margin-left:auto;margin-right:auto;padding-top:2.5rem;display:grid}.film-info-text p{color:var(--text-on-dark);font-family:Libre Baskerville,serif;font-size:.98rem;line-height:1.8}.film-info-text p+p{margin-top:1.2rem}.film-credits{flex-direction:column;gap:1.5rem;display:flex}.credit-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:2px;font-size:.7rem;font-weight:600}.credit-name{color:var(--cream);font-size:1rem}.credit-name strong{color:var(--white)}.pillars{background:var(--navy);padding:100px 5vw}.pillars-header{text-align:center;max-width:700px;margin:0 auto 4rem}.pillars-header h2{color:var(--white);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.pillars-header p{color:var(--gray-light);font-family:Libre Baskerville,serif;font-size:1rem;line-height:1.7}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:2px;max-width:1200px;margin:0 auto;display:grid}.pillar-card{background:var(--navy-deep);padding:3rem 2.5rem;transition:all .4s;position:relative;overflow:hidden}.pillar-card:before{content:"";background:var(--orange);transform-origin:0;width:100%;height:4px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.pillar-card:hover:before{transform:scaleX(1)}.pillar-card:hover{background:var(--navy-mid)}.pillar-number{color:#cf905226;margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:4rem;line-height:1}.pillar-card h3{color:var(--white);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:1.5rem}.pillar-card p{color:var(--text-on-dark);font-size:.95rem;line-height:1.75}.pillar-tags{flex-wrap:wrap;gap:6px;margin-top:1.5rem;display:flex}.pillar-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--orange);background:#cf90521a;border:1px solid #cf905233;padding:4px 10px;font-size:.7rem;font-weight:600}.methodology{background:var(--navy-deep);padding:100px 5vw}.methodology-header{max-width:650px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.methodology-header h2{color:var(--white);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.methodology-header p{color:var(--gray-light);font-family:Libre Baskerville,serif;font-size:1rem;line-height:1.7}.process-steps{grid-template-columns:repeat(4,1fr);gap:0;max-width:1200px;margin:0 auto;display:grid;position:relative}.process-steps:before{content:"";background:linear-gradient(90deg, var(--orange), var(--gold));opacity:.3;height:2px;position:absolute;top:28px;left:5%;right:5%}.step{text-align:center;padding:0 1.5rem;position:relative}.step-dot{background:var(--navy-deep);border:2px solid var(--orange);z-index:2;width:56px;height:56px;color:var(--orange);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-family:DM Serif Display,serif;font-size:1.2rem;display:flex;position:relative}.step h4{color:var(--white);margin-bottom:.6rem;font-family:DM Serif Display,serif;font-size:1.15rem}.step p{color:var(--text-on-dark);font-size:.88rem;line-height:1.65}.scope{background:var(--navy);padding:100px 5vw}.scope-header{max-width:1200px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.scope-header h2{color:var(--white);font-family:DM Serif Display,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.scope-regions{grid-template-columns:repeat(3,1fr);gap:2px;max-width:1200px;margin:0 auto;display:grid}.region-card{background:var(--navy-deep);border-left:3px solid #0000;padding:2.5rem 2rem;transition:all .4s}.region-card:hover{border-left-color:var(--orange);background:var(--navy-mid)}.region-name{color:var(--white);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.4rem}.region-focus{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;font-size:.75rem}.region-card p{color:var(--text-on-dark);font-size:.9rem;line-height:1.7}.technology{background:var(--navy-deep);padding:100px 5vw}.tech-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.tech-content h2{color:var(--white);margin-bottom:1.5rem;font-family:DM Serif Display,serif;font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.15}.tech-content h2 em{color:var(--orange);font-style:italic}.tech-content>p{color:var(--text-on-dark);margin-bottom:2rem;font-family:Libre Baskerville,serif;font-size:1rem;line-height:1.8}.tech-features{flex-direction:column;gap:1.5rem;display:flex}.tech-feature{background:var(--navy);border-left:3px solid var(--orange);padding:1.8rem 2rem}.tech-feature h4{color:var(--white);margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.1rem}.tech-feature p{color:var(--text-on-dark);font-size:.9rem;line-height:1.65}.cta-section{background:var(--navy);text-align:center;padding:100px 5vw;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(#cf90520f 0%,#0000 70%);position:absolute;inset:0}.cta-inner{z-index:2;max-width:700px;margin:0 auto;position:relative}.cta-inner h2{color:var(--white);margin-bottom:1.5rem;font-family:DM Serif Display,serif;font-size:clamp(2.2rem,4.5vw,3.5rem);line-height:1.15}.cta-inner h2 em{color:var(--orange);font-style:italic}.cta-inner>p{color:var(--text-on-dark);margin-bottom:2.5rem;font-family:Libre Baskerville,serif;font-size:1.05rem;line-height:1.8}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}footer{background:var(--navy-deep);border-top:1px solid #ffffff0f;padding:60px 5vw 40px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:grid}.footer-brand{max-width:320px}.footer-brand-name{color:var(--white);margin-bottom:1rem;font-family:DM Serif Display,serif;font-size:1.3rem}.footer-brand-name span{color:var(--orange)}.footer-brand p{color:var(--gray-mid);font-size:.88rem;line-height:1.7}.footer-col h4{letter-spacing:.15em;text-transform:uppercase;color:var(--cream);margin-bottom:1.2rem;font-size:.72rem;font-weight:700}.footer-col a{color:var(--gray-mid);padding:4px 0;font-size:.88rem;text-decoration:none;transition:color .3s;display:block}.footer-col a:hover{color:var(--orange)}.footer-bottom{color:var(--gray-mid);border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.78rem;display:flex}.lightbox{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e2c45f2;justify-content:center;align-items:center;padding:2rem;display:none;position:fixed;inset:0}.lightbox.active{display:flex}.lightbox img{object-fit:contain;border:1px solid #cf90524d;max-width:90vw;max-height:85vh}.lightbox-close{color:var(--cream);cursor:pointer;background:0 0;border:none;padding:8px;font-size:2rem;position:absolute;top:1.5rem;right:2rem}.lightbox-caption{text-align:center;max-width:600px;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.lightbox-caption p{color:var(--cream);font-family:Libre Baskerville,serif;font-size:.9rem;line-height:1.6}.fade-up{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (width<=1024px){.mission-grid,.tech-grid,.film-info-grid{grid-template-columns:1fr;gap:2.5rem}.pillars-grid,.scope-regions{grid-template-columns:1fr;gap:2px}.film-gallery{grid-template-columns:repeat(2,1fr)}.process-steps{grid-template-columns:repeat(2,1fr);gap:2.5rem}.process-steps:before{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=640px){nav{padding:0 1.5rem}.nav-links{display:none}.mobile-menu{display:block}.hero{padding:100px 1.5rem 60px}.film-gallery,.process-steps,.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero-logo-img{width:auto;height:80px;margin-bottom:.5rem;display:block}.hero-pronunciation{color:var(--gray-mid);letter-spacing:.1em;margin-bottom:2.5rem;font-family:Libre Baskerville,serif;font-size:.75rem;font-style:italic}.nav-logo-img{width:auto;height:36px}.footer-logo-img{width:auto;height:36px;margin-bottom:8px;display:block}.gold{color:var(--gold)}.two-col{grid-template-columns:repeat(2,1fr)!important}.full-width{grid-column:1/-1}.projects-section{background:var(--navy)!important}.projects-section .pillar-card{background:var(--navy-deep)}.projects-section .pillar-number{color:#cf905233}@media (width<=1024px){.two-col{grid-template-columns:1fr!important}}
