.services{position:relative;min-height:100vh;display:flex;align-items:center;background-color:var(--tone-100)}.services .services-container{position:relative;width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:flex-start;margin:0 auto;padding:2rem}.services .services-list{position:relative;flex:1;max-width:90%}.services .service-item{position:relative;height:7rem;display:flex;align-items:center;line-height:.9;color:var(--tone-400);cursor:pointer}.services .service-item:last-child{margin-bottom:0}.services .service-name{display:flex;align-items:center;flex:1}.services .service-name h2{white-space:nowrap;line-height:.9}.services .service-img-wrapper{width:0;height:100%;display:inline-block;vertical-align:middle;overflow:hidden;transition:width .3s ease}.services .service-image{width:10rem;height:100%;margin-right:0;border-radius:2px;object-fit:cover;object-position:left center;transform:scale(1.5);transform-origin:left;transition:transform .3s ease;cursor:pointer}.services .service-item:hover .service-img-wrapper{width:10.5rem}.services .service-item:hover .service-image{transform:scale(1)}.services .services-indicator{position:absolute;top:50%;right:2rem;left:auto;transform:translateY(-50%);width:40%;max-width:500px;text-align:left;pointer-events:none;opacity:0;z-index:20}.services .services-indicator.visible{opacity:1}.services .services-indicator p{font-family:Inter,Cossette Titre,sans-serif;font-size:1.25rem;line-height:1.4;color:#fff;text-transform:none}.services .services-footer{position:absolute;left:0;bottom:0;width:100%}.services .services-footer .container{display:flex;justify-content:space-between;align-items:flex-end;color:var(--tone-400)}@media(max-width:1000px){.services{min-height:auto;padding:4rem 0}.services .services-container{flex-direction:column;align-items:stretch;padding:0 1.5rem}.services .services-list{max-width:100%;display:flex;flex-direction:column;gap:3rem}.services .service-item{height:auto;flex-direction:column;align-items:flex-start;gap:1rem;cursor:default}.services .service-name{margin-left:0;width:100%}.services .service-name h2{font-size:clamp(2rem,8vw,3rem);white-space:normal;line-height:1}.services .service-img-wrapper{display:block;width:100%;height:auto;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden}.services .service-image{width:100%;height:100%;margin-right:0;border-radius:8px;object-fit:cover;object-position:center center;transform:scale(1)}.services .service-item:hover .service-img-wrapper{width:100%}.services .service-description{display:block;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;color:var(--tone-300);text-transform:none}.services .services-indicator,.services .services-footer{display:none}}
