:root{--bg:#090c0f;--bg-2:#10161b;--surface:#151d23;--paper:#f3efe7;--ink:#f7f4ed;--muted:#aeb8be;--dark:#111820;--accent:#59c9e8;--accent-2:#d1a96f;--line:rgba(255,255,255,.13);--radius:20px;--max:1240px;--header:82px;--ease:cubic-bezier(.2,.75,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea{font:inherit}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:.7rem 1rem;background:var(--paper);color:var(--dark);transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:sticky;z-index:100;top:0;height:var(--header);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:rgba(9,12,15,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.brand img{width:166px;height:auto}.primary-nav{display:flex;justify-content:center;gap:clamp(.8rem,2vw,1.8rem)}.primary-nav a,.lang-link{font-size:.76rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);transition:color .25s}.primary-nav a:hover,.primary-nav a[aria-current=page],.lang-link:hover{color:var(--ink)}.header-actions{display:flex;align-items:center;gap:1rem}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:var(--ink);padding:.65rem .9rem;border-radius:99px}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--accent);border-radius:99px;background:var(--accent);color:#051015;padding:.9rem 1.35rem;font-weight:800;font-size:.82rem;transition:transform .25s var(--ease),box-shadow .25s}.button:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(89,201,232,.18)}.button--small{padding:.7rem 1rem;font-size:.72rem}.text-link{color:var(--muted);font-weight:700}.page-hero{min-height:calc(100vh - var(--header));min-height:calc(100svh - var(--header));display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);max-width:var(--max);margin:auto;padding:clamp(3.5rem,7vw,7rem) 24px;gap:clamp(2rem,5vw,6rem);align-items:center}.page-hero__content{position:relative;z-index:1}.page-hero h1{max-width:850px;margin:.5rem 0 1.5rem;font-family:"Playfair Display",serif;font-size:clamp(3.1rem,7vw,7.1rem);line-height:.92;letter-spacing:-.045em;text-wrap:balance}.lede{max-width:760px;font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.7;color:var(--muted)}.eyebrow{color:var(--accent);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2rem}.page-hero__media{position:relative;margin:0;height:min(68svh,760px);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.page-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.35))}.page-hero__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.page-hero__media:hover img{transform:scale(1.025)}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;color:var(--muted);font-size:.72rem;margin-bottom:1.5rem}.breadcrumbs a:hover{color:var(--accent)}.content-section{max-width:var(--max);margin:auto;padding:clamp(5rem,9vw,9rem) 24px}.content-section.split{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(2rem,8vw,8rem)}.content-section h2,.footer-lead h2{font-family:"Playfair Display",serif;font-size:clamp(2.4rem,4.5vw,5rem);line-height:1.02;letter-spacing:-.03em;margin:.4rem 0 1.3rem;text-wrap:balance}.prose{font-size:1.05rem;line-height:1.85;color:#c9d0d4}.prose p{margin:0 0 1.4rem}.surface{max-width:none;background:var(--paper);color:var(--dark);padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2))}.surface .eyebrow{color:#147d9d}.section-heading{max-width:760px;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(15,24,32,.15);border:1px solid rgba(15,24,32,.15)}.feature-grid article{background:var(--paper);padding:2rem;min-height:220px}.feature-grid article span{color:#147d9d;font-weight:800;font-size:.75rem}.feature-grid h3{font-size:1.25rem;margin:2.7rem 0 .7rem}.feature-grid p{color:#4c5961;line-height:1.65}.process ol{list-style:none;margin:3rem 0 0;padding:0;border-top:1px solid var(--line)}.process li{display:grid;grid-template-columns:1fr 1fr;padding:1.5rem 0;border-bottom:1px solid var(--line)}.process strong{font-size:1.2rem}.process span{color:var(--muted)}.faq{max-width:920px}.faq details{border-top:1px solid var(--line);padding:1.5rem 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:700;font-size:1.05rem}.faq details p{color:var(--muted);line-height:1.7}.solution-group{max-width:var(--max);margin:auto;padding:5rem 24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;border-top:1px solid var(--line)}.solution-group h2{font-family:"Playfair Display",serif;font-size:clamp(2rem,3.6vw,4rem);line-height:1.05}.solution-list{border-top:1px solid var(--line)}.solution-link{display:flex;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--line);color:var(--muted);transition:color .25s,padding .25s}.solution-link:hover{color:var(--ink);padding-left:.7rem}.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.editorial-card{display:flex;flex-direction:column;min-height:260px;padding:1.6rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-2);transition:transform .3s var(--ease),border-color .3s}.editorial-card:hover{transform:translateY(-6px);border-color:var(--accent)}.editorial-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin-bottom:1.4rem}.editorial-card h3{font-family:"Playfair Display",serif;font-size:1.7rem;margin:.4rem 0 1rem}.editorial-card span{margin-top:auto;color:var(--accent);font-weight:800}.image-story{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.image-story img{width:100%;max-height:690px;object-fit:cover;border-radius:var(--radius)}.article-layout{max-width:var(--max);margin:auto;padding:6rem 24px;display:grid;grid-template-columns:260px minmax(0,760px);justify-content:center;gap:6rem}.article-layout aside{position:sticky;top:110px;align-self:start;display:flex;flex-direction:column;gap:.9rem}.article-layout aside a{color:var(--muted);font-size:.83rem}.article-layout aside a:hover{color:var(--accent)}.article-section{padding:0 0 3rem;scroll-margin-top:110px}.article-section h2{font-family:"Playfair Display",serif;font-size:clamp(2rem,3vw,3rem)}.source-note{padding:1.5rem;border:1px solid var(--line);border-radius:14px}.contact-layout{max-width:var(--max);margin:auto;padding:6rem 24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem}.contact-details{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.contact-details a{font-size:1.2rem;color:var(--accent)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem}.contact-form label{display:grid;gap:.55rem;font-size:.78rem;font-weight:700;color:var(--muted)}.contact-form label:nth-of-type(4),.contact-form button,.form-status{grid-column:1/-1}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:var(--bg-2);color:var(--ink);border-radius:10px;padding:1rem;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent)}.hp{position:absolute!important;left:-9999px!important}.site-footer{padding:6rem max(24px,calc((100vw - var(--max))/2)) 2rem;border-top:1px solid var(--line);background:#06080a}.footer-lead{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:2.5rem 0;border-top:1px solid var(--line)}.footer-grid p{color:var(--muted);line-height:1.8}.footer-legal{color:#6f7b82;font-size:.72rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}.reveal[data-split]{opacity:1;transform:none}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media(max-width:1050px){.site-header{grid-template-columns:auto auto 1fr}.menu-toggle{display:block}.primary-nav{position:fixed;inset:var(--header) 0 auto;display:none;flex-direction:column;padding:2rem;background:var(--bg);border-bottom:1px solid var(--line)}.primary-nav.is-open{display:flex}.header-actions{justify-self:end}.header-actions .button{display:none}.page-hero{grid-template-columns:1fr}.page-hero__media{height:56svh}.feature-grid{grid-template-columns:1fr 1fr}.editorial-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){:root{--header:72px}.site-header{padding:0 16px;gap:.7rem}.brand img{width:125px}.header-actions{gap:.6rem}.page-hero{padding:3.5rem 18px}.page-hero h1{font-size:clamp(2.8rem,14vw,4.4rem)}.page-hero__media{height:52svh}.content-section,.solution-group,.contact-layout,.article-layout{padding:4.5rem 18px}.content-section.split,.solution-group,.image-story,.contact-layout,.article-layout{grid-template-columns:1fr;gap:2.5rem}.feature-grid,.editorial-grid{grid-template-columns:1fr}.feature-grid article{min-height:180px}.process li{grid-template-columns:1fr;gap:.5rem}.article-layout aside{position:static}.contact-form{grid-template-columns:1fr}.contact-form label{grid-column:1}.footer-grid{grid-template-columns:1fr}.site-footer{padding-left:18px;padding-right:18px}}@media(prefers-reduced-motion:reduce){.page-hero__media img{transition:none}}
:root{--bg:#ffffff;--bg-2:#f4f8fb;--surface:#eef5fb;--paper:#ffffff;--ink:#202938;--muted:#4b5668;--dark:#152540;--accent:#31c2ea;--accent-2:#2f5f96;--line:rgba(47,95,150,.18)}
.editorial-card h2{font-family:"Playfair Display",serif;font-size:1.7rem;line-height:1.2;margin:.4rem 0 1rem}
.editorial-card[id]{scroll-margin-top:calc(var(--header) + 24px)}
body{background:#fff;color:var(--ink)}
main>.content-section,main>.solution-group,main>.trusted-brands,main>.client-trust{content-visibility:auto;contain-intrinsic-size:auto 900px}
.brand{display:flex;align-items:center}.brand img{margin:5px 0;max-height:calc(var(--header) - 10px);object-fit:contain}
.site-header{background:rgba(255,255,255,.96);box-shadow:0 8px 30px rgba(35,66,98,.06)}
.button{color:#10243b}.button--ghost{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.78);color:#fff}.button--ghost:hover{background:#fff;color:#18324c}
.prose{color:#4b5668}.surface{background:linear-gradient(180deg,#eef5fb 0%,#f8fbfd 100%);color:var(--dark)}
.editorial-card{background:#fff;box-shadow:0 14px 42px rgba(39,78,112,.08)}
.contact-form input,.contact-form textarea{background:#fff}.site-footer{padding:clamp(2rem,3vw,2.75rem) max(24px,calc((100vw - var(--max))/2)) 1.25rem;border-top:0;background:#1d2331;color:#fff}.footer-grid{grid-template-columns:1.45fr .72fr .72fr .65fr;gap:clamp(2rem,5vw,5rem);align-items:start;padding:0 0 1.65rem;border-top:0}.footer-grid strong{display:block;margin-bottom:.55rem;color:#fff;font-size:.88rem}.footer-grid p{margin:0;color:#cbd3df;font-size:.84rem;line-height:1.7}.footer-grid a{transition:color .2s}.footer-grid a:hover{color:#65d4f0}.footer-contact a{white-space:nowrap}.footer-social{justify-self:end}.social-links{display:flex;gap:.65rem}.social-links a{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#fff;color:#1d2331;transition:transform .25s var(--ease),background .25s,color .25s}.social-links a:hover{transform:translateY(-3px);background:#31c2ea;color:#132238}.social-links svg{width:19px;height:19px;fill:currentColor}.footer-legal{margin:0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:#929dac;font-size:.68rem;text-align:center}
.video-hero{position:relative;min-height:calc(100vh - var(--header));min-height:calc(100svh - var(--header));display:flex;align-items:center;overflow:hidden;background:#18324c;color:#fff}.video-hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.video-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,34,55,.84) 0%,rgba(22,54,80,.54) 48%,rgba(15,34,55,.18) 100%)}.video-hero__content{position:relative;z-index:1;width:min(var(--max),calc(100% - 48px));margin:auto}.video-hero h1{max-width:850px;margin:.5rem 0 1.5rem;font-family:"Playfair Display",serif;font-size:clamp(3.3rem,7vw,7.2rem);line-height:.92;letter-spacing:-.045em}.video-hero .lede{color:rgba(255,255,255,.9);max-width:720px}.video-hero .eyebrow{color:#77ddf5}
.page-hero--immersive{position:relative;max-width:none;min-height:calc(92vh - var(--header));min-height:calc(92svh - var(--header));display:flex;align-items:flex-end;padding-left:max(24px,calc((100vw - var(--max))/2));padding-right:max(24px,calc((100vw - var(--max))/2));overflow:hidden;background:#17324d;color:#fff}.page-hero--immersive:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,38,61,.9) 0%,rgba(20,52,77,.63) 48%,rgba(15,38,61,.22) 100%);z-index:0}.page-hero--immersive .page-hero__media{position:absolute;inset:-5%;width:110%;height:110%;border-radius:0;margin:0;z-index:0}.page-hero--immersive .page-hero__media:after{display:none}.page-hero--immersive .page-hero__media img{width:100%;height:100%;object-fit:cover;animation:immersive-breathe 18s ease-in-out infinite alternate}.page-hero--immersive .page-hero__content{width:min(820px,100%);padding-bottom:clamp(1rem,4vw,3.5rem);z-index:1}.page-hero--immersive h1{font-size:clamp(3.4rem,7.5vw,7.7rem)}.page-hero--immersive .lede{color:rgba(255,255,255,.9)}.page-hero--immersive .eyebrow{color:#78def5}.page-hero--immersive .text-link{color:#fff}@keyframes immersive-breathe{from{transform:scale(1.02)}to{transform:scale(1.09)}}
.video-library>.section-heading{margin-bottom:clamp(4rem,8vw,7rem)}.video-library>.section-heading>p:last-child{max-width:720px;color:#56677b;line-height:1.75}.video-stories{display:grid;gap:clamp(4.5rem,9vw,8rem)}.video-story{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(320px,1fr);align-items:center;gap:clamp(3rem,8vw,8rem)}.video-story:nth-child(even){grid-template-columns:minmax(320px,1fr) minmax(280px,.78fr)}.video-story:nth-child(even) .video-story__media{order:2}.video-story:nth-child(even) .video-story__copy{order:1;text-align:right;justify-self:end}.video-story__media{min-width:0}.video-story__poster{position:relative;display:block;overflow:hidden;border-radius:22px;background:#152540;box-shadow:0 22px 60px rgba(39,78,112,.13)}.video-story__poster img{display:block;width:100%;max-height:660px;aspect-ratio:9/12;object-fit:cover;transition:transform .6s var(--ease)}.video-story__poster:hover img{transform:scale(1.025)}.video-story__poster span{position:absolute;left:1rem;bottom:1rem;padding:.72rem 1rem;border-radius:99px;background:rgba(9,20,34,.88);color:#fff;font-size:.78rem;font-weight:800}.video-story__copy{max-width:540px}.video-story__copy h3{margin:.5rem 0 1.2rem;font-family:"Playfair Display",serif;font-size:clamp(2.2rem,4vw,4.3rem);line-height:1.02;color:#1a2d47}.video-story__copy h3 a:hover{color:#2f5f96}.video-story__copy>p:last-child{font-size:1.04rem;line-height:1.85;color:#53657a}
.video-watch{max-width:1120px;margin:auto;padding:clamp(3.5rem,7vw,6rem) 24px clamp(5rem,9vw,9rem)}.video-watch__header{max-width:880px;margin-bottom:2.5rem}.video-watch__header h1{margin:.5rem 0 1.25rem;font-family:"Playfair Display",serif;font-size:clamp(3rem,7vw,6.4rem);line-height:.96;letter-spacing:-.04em}.video-watch__player{overflow:hidden;border-radius:24px;background:#0d1724;box-shadow:0 26px 70px rgba(25,55,89,.18)}.video-watch__player video{display:block;width:100%;max-height:78svh;aspect-ratio:16/9;object-fit:contain;background:#0d1724}.video-watch__context{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:clamp(2.5rem,8vw,7rem);padding-top:clamp(4rem,7vw,7rem)}.video-watch__context h2{font-family:"Playfair Display",serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;margin:.4rem 0}.video-watch__context .button{margin-top:1rem}
.trusted-brands{padding:2rem 0 5rem;background:#fff;border-top:1px solid #e1ebf2;border-bottom:1px solid #e1ebf2;overflow:hidden}.trusted-brands__heading{padding-bottom:2.5rem}.trusted-brands__heading h2{max-width:760px}.trusted-brands__heading>p:last-child{max-width:680px;color:#5b6b7f;line-height:1.7}.brands-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.brands-marquee__track{display:flex;width:max-content;gap:1rem;animation:brands-scroll 55s linear infinite}.brands-marquee:hover .brands-marquee__track{animation-play-state:paused}.brand-card{display:grid;place-items:center;width:190px;height:112px;padding:1.2rem;border:1px solid #dce7ef;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(39,78,112,.06)}.brand-card img{width:100%;height:70px;object-fit:contain;filter:saturate(.85);transition:filter .25s,transform .25s}.brand-card:hover img{filter:saturate(1);transform:scale(1.04)}.trusted-brands__link{max-width:var(--max);margin:2rem auto 0;padding:0 24px}.trusted-brands__link .text-link{color:#2f5f96}@keyframes brands-scroll{to{transform:translateX(calc(-50% - .5rem))}}
.client-trust{background:linear-gradient(180deg,#f7fbfe 0%,#fff 100%);overflow:hidden}.client-trust>.content-section{padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(5rem,8vw,8rem)}.client-trust__heading{max-width:820px;margin:0 auto clamp(3rem,6vw,5rem);text-align:center}.client-trust__heading h2{font-family:"Playfair Display",serif;font-size:clamp(2.8rem,5vw,5.2rem);line-height:1;letter-spacing:-.035em;margin:.55rem 0 1.4rem}.client-trust__heading>p:last-child{max-width:700px;margin:0 auto;color:#56677b;line-height:1.75}.client-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.5rem)}.client-card{display:flex;min-width:0;min-height:330px;flex-direction:column;align-items:center;padding:clamp(1.5rem,2.5vw,2.1rem);border:1px solid #dce8f0;border-radius:20px;background:#fff;text-align:center;box-shadow:0 16px 40px rgba(39,78,112,.08);transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease)}.client-card:hover{transform:translateY(-7px);border-color:rgba(49,194,234,.6);box-shadow:0 24px 52px rgba(39,78,112,.13)}.client-card__mark{display:grid;place-items:center;width:112px;height:112px;margin-bottom:1.8rem;border-radius:50%;background:#eef7fc}.client-card__mark img{width:82px;height:68px;object-fit:contain;filter:saturate(.9);transition:transform .35s var(--ease),filter .35s var(--ease)}.client-card:hover .client-card__mark img{transform:scale(1.06);filter:saturate(1)}.client-card__rule{width:62px;margin:auto auto 1rem;border-top:2px dotted #31c2ea}.client-card h3{margin:0 0 .45rem;color:#1b2d46;font-size:1.05rem}.client-card p{margin:0;color:#65758a;font-size:.76rem;line-height:1.55}
.video-hero{height:65vh;height:65svh;min-height:0;padding:clamp(2rem,3vw,3rem) 0}.video-hero h1{max-width:800px;font-size:clamp(2.8rem,4.8vw,5rem);line-height:.9;margin-bottom:1rem}.video-hero .lede{font-size:clamp(.98rem,1.35vw,1.16rem);line-height:1.6}.video-hero .hero-actions{margin-top:1.5rem}.page-hero--immersive{height:65vh;height:65svh;min-height:0;padding-top:clamp(2rem,3vw,3rem);padding-bottom:clamp(2rem,3vw,3rem)}.page-hero--immersive .page-hero__content{padding-bottom:0}.page-hero--immersive h1{max-width:800px;font-size:clamp(2.8rem,4.8vw,5rem);line-height:.9;margin-bottom:1rem}.page-hero--immersive .lede{font-size:clamp(.98rem,1.35vw,1.16rem);line-height:1.6}.page-hero--immersive .hero-actions{margin-top:1.5rem}.page-hero:not(.page-hero--immersive){min-height:calc(65vh - var(--header));min-height:calc(65svh - var(--header));padding-top:clamp(2.5rem,4vw,4.5rem);padding-bottom:clamp(2.5rem,4vw,4.5rem)}.page-hero:not(.page-hero--immersive) .page-hero__media{height:min(44svh,495px)}.page-hero:not(.page-hero--immersive) h1{font-size:clamp(3rem,5.4vw,5.7rem)}
.solutions-showcase>.section-heading>p:last-child{max-width:720px;color:#56677b;line-height:1.75}.solutions-visual-list{display:grid;grid-template-columns:1fr;gap:clamp(4.5rem,8vw,8rem);margin-top:clamp(4rem,7vw,6rem)}.solution-visual{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(3rem,7vw,7rem);align-items:center}.solution-visual:nth-child(even){grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr)}.solution-visual:nth-child(even) figure{order:2}.solution-visual:nth-child(even)>div{order:1}.solution-visual figure{position:relative;margin:0;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:#eaf3f8;box-shadow:0 20px 50px rgba(39,78,112,.11)}.solution-visual img{width:100%;height:100%;object-fit:cover;transition:transform .75s var(--ease),filter .75s var(--ease)}.solution-visual:hover img{transform:scale(1.045);filter:saturate(1.08)}.solution-visual h2{font-size:clamp(2.4rem,4vw,4.3rem);margin:.25rem 0 1rem}.solution-visual div>p:not(.eyebrow){color:#56677b;font-size:1.02rem;line-height:1.8;max-width:570px}.solution-visual span{display:inline-block;margin-top:1rem;color:#2f5f96;font-weight:800}.media-reveal{opacity:0;transform:translateY(38px);clip-path:inset(0 0 12% 0 round 20px);transition:opacity .85s var(--ease),transform .85s var(--ease),clip-path 1s var(--ease)}.media-reveal.is-visible{opacity:1;transform:none;clip-path:inset(0 0 0 0 round 20px)}.solution-visual:nth-child(odd) figure.media-reveal{transform:translateX(-70px);clip-path:inset(0 14% 0 0 round 20px)}.solution-visual:nth-child(even) figure.media-reveal{transform:translateX(70px);clip-path:inset(0 0 0 14% round 20px)}.solution-visual figure.media-reveal.is-visible{transform:none;clip-path:inset(0 0 0 0 round 20px)}
.service-gallery__grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,minmax(220px,310px));gap:16px}.service-gallery figure{position:relative;margin:0;border-radius:20px;overflow:hidden;background:#edf4f8}.service-gallery figure:first-child{grid-row:1/3}.service-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease),filter .8s var(--ease)}.service-gallery figure:hover img{transform:scale(1.04);filter:saturate(1.08)}.service-gallery figure:nth-child(2){transition-delay:.08s}.service-gallery figure:nth-child(3){transition-delay:.16s}
.service-gallery figure:only-child{grid-column:1/-1;grid-row:1/3;aspect-ratio:16/7;max-height:560px}.service-gallery figure:only-child img{object-position:center}
.feature-grid{gap:14px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.feature-grid article{min-width:0;border:1px solid rgba(47,95,150,.11);border-radius:17px;box-shadow:0 8px 22px rgba(39,78,112,.045)}.surface>.button{margin-top:2rem}.solution-list{border-radius:0;overflow:visible;background:transparent;padding:0}.solution-link{border-bottom-color:rgba(47,95,150,.12)}.process ol{border:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none;display:grid;gap:10px}.process li{padding:1.5rem;border:1px solid rgba(47,95,150,.11);border-radius:15px;background:#fff}.faq details{padding:1.35rem 1.5rem;border:1px solid rgba(47,95,150,.12);border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(39,78,112,.04);margin-bottom:.8rem}.faq details:last-child{border-bottom:1px solid rgba(47,95,150,.12)}.contact-form{padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(47,95,150,.13);border-radius:22px;background:#f8fbfd;box-shadow:0 16px 44px rgba(39,78,112,.07)}
.solution-group{grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr);gap:clamp(3rem,8vw,8rem);align-items:center;padding-top:clamp(4rem,7vw,7rem);padding-bottom:clamp(4rem,7vw,7rem)}.solution-group--reverse{grid-template-columns:minmax(360px,1.15fr) minmax(280px,.85fr)}.solution-group--reverse .solution-group__intro{order:2;text-align:right}.solution-group--reverse .solution-list{order:1}.solution-group__intro.reveal{transform:translateX(-55px)}.solution-group .solution-list.reveal{transform:translateX(55px)}.solution-group--reverse .solution-group__intro.reveal{transform:translateX(55px)}.solution-group--reverse .solution-list.reveal{transform:translateX(-55px)}.solution-group__intro.reveal.is-visible,.solution-group .solution-list.reveal.is-visible{transform:none}.solution-group h2{margin-bottom:0}
.project-stories{display:grid;gap:clamp(4.5rem,8vw,8rem)}.project-story{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(3rem,7vw,7rem);align-items:center}.project-story:nth-child(even){grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr)}.project-story:nth-child(even) figure{order:2}.project-story:nth-child(even)>div{order:1;text-align:right}.project-story figure{margin:0;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:#eaf3f8;box-shadow:0 20px 50px rgba(39,78,112,.11)}.project-story img{width:100%;height:100%;object-fit:cover;transition:transform .75s var(--ease),filter .75s var(--ease)}.project-story:hover img{transform:scale(1.04);filter:saturate(1.06)}.project-story h2{font-family:"Playfair Display",serif;font-size:clamp(2.4rem,4vw,4.3rem);line-height:1.04;margin:.4rem 0 1rem}.project-story div>p:last-child{max-width:570px;color:#56677b;font-size:1.02rem;line-height:1.8}.project-story:nth-child(even) div>p:last-child{margin-left:auto}.project-story:nth-child(odd) figure.media-reveal{transform:translateX(-70px);clip-path:inset(0 14% 0 0 round 20px)}.project-story:nth-child(even) figure.media-reveal{transform:translateX(70px);clip-path:inset(0 0 0 14% round 20px)}.project-story figure.media-reveal.is-visible{transform:none;clip-path:inset(0 0 0 0 round 20px)}
@media(max-width:900px){.video-story,.video-story:nth-child(even){grid-template-columns:1fr;gap:2rem}.video-story:nth-child(even) .video-story__media,.video-story:nth-child(even) .video-story__copy{order:initial;text-align:left;justify-self:initial}.video-story__poster img{max-height:560px;aspect-ratio:9/10}.video-watch__context{grid-template-columns:1fr}.solutions-visual-list{grid-template-columns:1fr}.service-gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 240px}.service-gallery figure:first-child{grid-column:1/3;grid-row:auto}.client-trust__grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.35fr 1fr 1fr}.footer-social{grid-column:1/-1;justify-self:start}}
@media(max-width:900px){.solution-visual,.solution-visual:nth-child(even){grid-template-columns:1fr;gap:2rem}.solution-visual:nth-child(even) figure,.solution-visual:nth-child(even)>div{order:initial}.solution-visual h2{font-size:clamp(2.2rem,8vw,3.4rem)}.solution-visual:nth-child(odd) figure.media-reveal,.solution-visual:nth-child(even) figure.media-reveal{transform:translateY(38px);clip-path:inset(0 0 12% 0 round 20px)}.solution-visual figure.media-reveal.is-visible{transform:none;clip-path:inset(0 0 0 0 round 20px)}}
@media(max-width:900px){.solution-group,.solution-group--reverse{grid-template-columns:1fr;gap:2.2rem}.solution-group--reverse .solution-group__intro,.solution-group--reverse .solution-list{order:initial;text-align:left}.solution-group__intro.reveal,.solution-group .solution-list.reveal,.solution-group--reverse .solution-group__intro.reveal,.solution-group--reverse .solution-list.reveal{transform:translateY(28px)}.solution-group__intro.reveal.is-visible,.solution-group .solution-list.reveal.is-visible{transform:none}}
@media(max-width:900px){.project-story,.project-story:nth-child(even){grid-template-columns:1fr;gap:2rem}.project-story:nth-child(even) figure,.project-story:nth-child(even)>div{order:initial;text-align:left}.project-story:nth-child(even) div>p:last-child{margin-left:0}.project-story:nth-child(odd) figure.media-reveal,.project-story:nth-child(even) figure.media-reveal{transform:translateY(38px);clip-path:inset(0 0 12% 0 round 20px)}.project-story figure.media-reveal.is-visible{transform:none;clip-path:inset(0 0 0 0 round 20px)}}
@media(max-width:720px){.video-hero__content{width:calc(100% - 36px)}.video-hero h1{font-size:clamp(3rem,14vw,4.7rem)}.video-hero__overlay{background:linear-gradient(90deg,rgba(15,34,55,.88),rgba(15,34,55,.46))}.video-story__poster{border-radius:16px}.video-story__poster img{aspect-ratio:9/11}.video-watch{padding-left:18px;padding-right:18px}.video-watch__player{border-radius:16px}.video-watch__player video{aspect-ratio:9/12;max-height:72svh}.brand-card{width:150px;height:96px}.brand-card img{height:58px}.brands-marquee__track{animation-duration:42s}.service-gallery__grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.service-gallery figure,.service-gallery figure:first-child{grid-column:auto;grid-row:auto;aspect-ratio:4/3}.client-trust__grid{grid-template-columns:1fr}.client-card{min-height:285px}.site-footer{padding:2rem 18px 1.2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.8rem 1.2rem}.footer-contact{grid-column:1/-1}.footer-social{grid-column:auto;justify-self:start}.footer-legal{line-height:1.55}}
@media(max-width:720px){.video-hero{height:auto;min-height:68svh;padding:3rem 0}.video-hero h1{font-size:clamp(2.7rem,11vw,4rem)}.page-hero--immersive{height:auto;min-height:62svh}.page-hero--immersive h1{font-size:clamp(2.7rem,11vw,4rem)}.page-hero:not(.page-hero--immersive){min-height:auto}.page-hero:not(.page-hero--immersive) .page-hero__media{height:34svh}}
@media(prefers-reduced-motion:reduce){.video-hero__media{display:none}.video-hero{background:linear-gradient(135deg,#203d5e,#2f5f96)}.page-hero--immersive .page-hero__media img{animation:none}}
