.about-hero{position:relative;width:100%;height:100svh;overflow:hidden}.about-hero .about-hero-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover}.about-hero .about-hero-img img{width:100%;height:100%;object-fit:cover}.about-hero .about-hero-header{position:absolute;top:50%;left:50%;z-index:1;width:100%;text-align:center;transform:translate(-50%,-50%)}.about-hero .about-hero-header h1{width:100%;font-size:20vw;letter-spacing:-.25vw;line-height:1}.about-hero .about-hero-footer{position:absolute;left:0;bottom:0;width:100%}.about-hero .about-hero-footer .container{display:flex;justify-content:space-between;align-items:flex-end;color:var(--tone-400)}.about-section{position:relative;width:100%;height:100%;padding:4rem 0 8rem;background-color:var(--tone-100);color:var(--tone-500)}.about-section .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem;text-align:center}.about-section .about-header{display:flex;flex-direction:column;justify-content:center;align-items:center}.about-section .about-header p{color:var(--tone-400);margin-bottom:.4em}.about-section .about-copy{width:60%;display:flex;flex-direction:column;gap:2rem;color:var(--tone-400);font-family:Neue Montreal,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.4;letter-spacing:-.01em}.about-section .about-copy div.fail{display:inline-block;font-style:italic;opacity:.8}.about-section .about-copy div.fail span{opacity:1}.loves{position:relative;width:100%;height:100svh;background-color:var(--tone-100);color:var(--tone-500);overflow:hidden;padding-bottom:4rem}.loves .loves-header{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.loves .loves-header p{color:var(--tone-400);margin-bottom:.4rem}.loves .container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}.loves .grid{position:relative;width:90%;height:60%;display:flex;flex-direction:column;margin:0 auto;border:1px solid var(--tone-200);overflow:hidden}.loves .grid-row,.loves .grid-item{flex:1;display:flex;justify-content:center;align-items:center;height:100%}.loves .grid-row:nth-child(1){border-bottom:1px solid var(--tone-200)}.loves .grid-item:not(:last-child){border-right:1px solid var(--tone-200)}.loves .grid-item{padding:0 4rem}.loves .grid-item p{position:relative;z-index:2;color:var(--tone-400);-webkit-user-select:none;user-select:none;text-align:center}.loves .highlight{position:absolute;top:0;left:0;opacity:1;background:#fff;transition:transform .25s ease,width .25s ease,height .25s ease,background-color .25s ease;pointer-events:none}@media(max-width:1000px){.about-hero .about-hero-header h1{font-size:30vw}.about-section .about-section-copy{width:100%}.loves{height:110svh}.loves .grid{height:max-content;border:1px solid var(--tone-400)}.loves .grid-row{flex:none;flex-direction:column;gap:0;height:max-content;padding:0;border:none}.loves .grid-row:nth-child(1){border-bottom:1px solid var(--tone-400)}.loves .grid-item{flex:none;width:100%;height:4rem}.loves .grid-item:not(:last-child){border-right:none;border-bottom:1px solid var(--tone-400)}}@media(max-width:480px){.about-hero .about-hero-footer .container p{font-size:.8rem}.about-section .container,.loves .container{gap:2rem}.about-section .about-copy{width:86%}}.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)}.services .service-item:last-child{margin-bottom:0}.services .service-name{display:flex;align-items:center;flex:1}.services .service-name h3{font-size:4.5rem}.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;right:2rem;top:2rem}.services .services-indicator span{text-transform:uppercase;color:var(--tone-500)}.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 .services-container{flex-direction:column;align-items:flex-start}.services .services-list{max-width:100%}.services .service-item{height:3rem}.services .service-name{margin-left:0}.services .service-name h3{font-size:2.75rem}.services .service-img-wrapper,.services .services-indicator{display:none}}@media(max-width:480px){.services .service-name h3{font-size:2rem}.services .services-footer .container p{font-size:.8rem}}
