.home-hero-section{padding-bottom:64px}.home-hero-spacer{margin-bottom:64px}.home-hero{gap:64px;height:560px;display:flex}.home-hero-left{flex-direction:column;flex-shrink:50;justify-content:flex-end;gap:24px;padding-right:50px;display:flex}.home-hero-points{grid-template-columns:max-content max-content;gap:48px;display:grid}.home-hero-point{flex-direction:column;gap:4px;width:240px;display:flex}.home-hero-point-num{text-transform:uppercase;color:var(--dark);font-size:16px;font-weight:500}.home-hero-point-text{text-transform:uppercase;color:var(--gray-text)}.home-hero-bottom{flex-direction:column;flex:1;justify-content:flex-end;gap:16px;display:flex}.home-hero-location{color:var(--gray-nav);align-items:center;gap:4px;font-size:16px;font-weight:500;display:flex}.home-hero-heading{font-family:var(--font-heading);color:var(--dark);font-size:40px;font-weight:700;line-height:1.15}.home-hero-image{aspect-ratio:1;box-sizing:border-box;flex-shrink:1;align-self:flex-start;height:100%;padding:16px;position:relative;overflow:hidden}.home-hero-image-slide{pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-hero-image-slide img{object-fit:cover;object-position:var(--focus-position-desktop,50% 50%)}.home-hero-image-slide.slide-hidden{opacity:0;z-index:0}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}.home-hero-image-slide.slide-enter{z-index:2;animation:.6s forwards slideInFromRight}.home-hero-image-slide.slide-exit{z-index:1;animation:.6s forwards slideOutToLeft}.home-hero-indicator{z-index:3;align-items:center;gap:4px;width:100%;display:flex;position:relative}.home-hero-indicator-bar{background:#fff6;flex:1;min-width:1px;height:4px;position:relative;overflow:hidden}.home-hero-indicator-bar.completed{background:#ffffffb3}.home-hero-indicator-fill{background:#ffffffb3;width:0;height:100%;animation:5s linear forwards fillBar;position:absolute;top:0;left:0}@keyframes fillBar{0%{width:0%}to{width:100%}}@media (min-width:769px) and (max-width:1100px){.home-hero{flex-direction:column;gap:0;height:auto}.home-hero-left{display:contents}.home-hero-bottom{order:1;gap:8px;width:100%;padding-bottom:48px}.home-hero-image{flex:none;order:2;width:calc(100% + 64px);height:512px;margin-left:-32px;padding:16px}.home-hero-image-slide img{object-position:var(--focus-position-tablet,50% 50%)}.home-hero-indicator{width:auto;position:absolute;top:16px;left:16px;right:16px}.home-hero-points{order:3;grid-template-columns:repeat(3,1fr);gap:32px;padding-top:48px;padding-bottom:48px}.home-hero-point{width:100%}}@media (max-width:768px){.home-hero{flex-direction:column;gap:0;height:auto}.home-hero-left{display:contents}.home-hero-bottom{order:1;gap:8px;width:100%;padding-bottom:48px}.home-hero-image{flex:none;order:2;width:calc(100% + 48px);height:512px;margin-left:-24px;padding:16px}.home-hero-image-slide img{object-position:var(--focus-position-mobile,50% 50%)}.home-hero-indicator{width:auto;position:absolute;top:16px;left:16px;right:16px}.home-hero-points{order:3;grid-template-columns:auto;gap:32px;padding-top:48px;padding-bottom:48px;display:grid}.home-hero-point{width:100%}.home-hero-heading{font-size:28px;line-height:1.2}}
.service-card{background:var(--white);flex-direction:column;flex-shrink:0;justify-content:space-between;width:400px;height:520px;padding:24px;transition:box-shadow .2s,opacity .5s,transform .5s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0c0c0d1a,0 1px 2px #0c0c0d0d}.service-card:hover{box-shadow:0 16px 16px #0c0c0d1a,0 4px 2px #0c0c0d0d}.service-card-preview{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.service-card-illus-wrap{aspect-ratio:352/282;background:var(--gray-steel-200);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.service-card-illus-wrap:before{content:"";pointer-events:none;background:#f3f5f8d1;transition:opacity .3s;position:absolute;inset:0}.service-card:hover .service-card-illus-wrap:before{opacity:0}.service-card:hover .service-card-illus-wrap{background-image:url(/assets/illustrations/radial-gradient.svg);background-position:50%;background-size:cover}.service-card-illustration{aspect-ratio:1;object-fit:cover;object-position:center 20%;width:auto;height:100%;position:relative;inset:0;transform:translateY(-50%)}.service-card-sub{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.service-card-index,.service-card-type{color:var(--gray-steel-800);text-transform:uppercase}.service-card-content{flex-direction:column;flex:1;justify-content:flex-end;gap:8px;min-height:0;display:flex}.service-card-title{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.service-card-desc{color:var(--gray-steel-800);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.service-card--contact{background:var(--dark);box-shadow:none;justify-content:flex-end;gap:16px}.service-card--contact:hover{box-shadow:none}.service-card-cta-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.service-card-cta-title{color:var(--white);width:100%}.service-card-cta-desc{color:var(--gray-steel-400);width:100%}@media (min-width:769px) and (max-width:1100px){.service-card,.service-card--contact{width:342px;height:480px}.service-card-title{font-size:20px}}@media (max-width:768px){.service-card,.service-card--contact{width:342px;height:480px}.service-card-title{font-size:20px}}
.service-card-link{color:inherit;flex-shrink:0;text-decoration:none;transition:opacity .5s,transform .5s;display:block}.services-section{background:var(--bg-light);scroll-margin-top:96px;overflow:hidden}.services-inner{gap:64px;max-width:1440px;margin:0 auto;display:flex}.services-left{flex-direction:column;flex-shrink:0;justify-content:space-between;width:440px;height:520px;display:flex}.services-bottom-row{align-items:center;gap:16px;display:flex}.nav-arrows{z-index:10;gap:8px;display:flex;position:relative}.nav-arrow{background:var(--gray-steel-500);cursor:pointer;width:64px;height:64px;color:var(--dark);border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}.nav-arrow.disabled{opacity:.3;cursor:default}.services-cards-wrap{flex:1;min-width:0;overflow:visible}.services-cards{gap:16px;transition:transform .5s;display:flex}.services-cards>*{transform-origin:50%}@media (min-width:769px) and (max-width:1100px){.services-inner{flex-direction:column;gap:0;padding:0}.services-left{flex:none;order:1;display:contents}.services-cards-wrap{order:2;width:calc(100% + 64px);overflow:hidden}.services-bottom-row{flex-direction:row;order:3;justify-content:space-between;align-items:center;gap:0;margin-top:24px}.nav-arrows{display:flex}}@media (max-width:768px){.services-inner{flex-direction:column;gap:0;padding:0}.services-left{flex:none;order:1;display:contents}.services-cards-wrap{order:2;width:calc(100% + 48px);margin-top:24px;margin-left:-24px;padding:0 0 0 24px;overflow:hidden}.services-bottom-row{flex-direction:row;order:3;justify-content:space-between;align-items:center;gap:0;margin-top:24px}.nav-arrows{display:flex}}
