.hero{width:100vw;height:100svh;color:var(--foreground);position:relative;overflow:hidden}.hero-img-bg{z-index:0;position:absolute;inset:0}.hero-img-bg img{object-fit:cover;object-position:center;will-change:transform;width:100%;height:120%}.hero-img-bg:after{content:"";z-index:1;background:linear-gradient(#1a1a1a4d 0%,#1a1a1a1a 40%,#1a1a1a99 100%);position:absolute;inset:0}.hero-content{z-index:2;pointer-events:none;flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem;display:flex;position:relative}.hero-content>*{pointer-events:auto}.hero-top{padding-top:4rem}.hero-center{justify-content:center;align-items:center;display:flex}.hero-headline{letter-spacing:-.03em;max-width:60rem;font-size:clamp(2.5rem,1.5rem + 6vw,7rem);line-height:1}.hero-bottom{align-items:flex-end;gap:3rem;display:flex}.hero-statement{flex:4;max-width:36rem}.hero-bottom-right{flex-direction:column;flex:2;align-items:flex-end;gap:2rem;display:flex}.hero-services{text-align:right}.home-about{background-color:var(--foreground);width:100%;color:var(--background);padding:8rem 1.5rem;position:relative}.home-about-copy{flex-direction:column;gap:2rem;max-width:56rem;display:flex}.home-featured{background-color:var(--background);width:100%;padding:0 1.5rem;position:relative}.home-featured-img{aspect-ratio:21/9;border-radius:.25rem;width:100%;position:relative;overflow:hidden}.home-featured-img img{object-fit:cover;will-change:transform;width:100%;height:100%;transform:scale(1.1)}.home-featured-caption{color:var(--foreground-200);justify-content:space-between;padding:1.5rem 0;display:flex}.line-separator{background-color:var(--background);width:100%;padding:0 1.5rem;position:relative}.line-separator-inner{background-color:var(--foreground-200);width:0;height:1px;transition:width 1.5s cubic-bezier(.16,1,.3,1)}.line-separator-inner.visible{width:100%}.section-index{color:var(--foreground);opacity:.04;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.05em;font-size:clamp(6rem,4rem + 10vw,14rem);font-weight:600;line-height:1;position:absolute;top:3rem;left:1.5rem}.preloader-overlay{z-index:10000000;background-color:var(--background-200);pointer-events:none;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);justify-content:center;align-items:center;width:100vw;height:100svh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.preloader-center{flex-direction:column;align-items:center;gap:1rem;display:flex}.preloader-words{gap:.75rem;display:flex}.preloader-word-wrap{overflow:hidden}.preloader-word{color:var(--foreground);will-change:transform;letter-spacing:-.03em;transform:translateY(120%)}.preloader-line{background-color:var(--foreground-200);transform-origin:0;width:4rem;height:1px;transform:scaleX(0)}.home-results{background-color:var(--background);width:100%;color:var(--foreground);padding:6rem 1.5rem;position:relative}.home-results-header{justify-content:space-between;align-items:flex-end;padding-bottom:3rem;display:flex}.home-results-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.home-result-card{flex-direction:column;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex}.home-result-card:hover{transform:translateY(-.25rem)}.home-result-img{aspect-ratio:5/3;border-radius:.25rem;margin-bottom:.75rem;position:relative;overflow:hidden}.home-result-img img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1)}.home-result-card:hover .home-result-img img{transform:scale(1.05)}.home-result-info{flex-direction:column;gap:.25rem;display:flex}.home-result-name{color:var(--foreground)}.home-result-tags{color:var(--foreground-200)}.home-result-review{color:var(--foreground-200);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.5rem;font-style:italic;line-height:1.5;display:-webkit-box;overflow:hidden}.home-results-cta{flex-direction:column;gap:2rem;max-width:48rem;padding-top:4rem;display:flex}@media (max-width:1000px){.hero-bottom{flex-direction:column;gap:2rem}.hero-bottom-right{align-items:flex-start}.hero-services{text-align:left}.hero h3{font-size:clamp(1.5rem,1rem + 2.5vw,3rem)}.home-about{padding:5rem 1.5rem}.home-about-copy h2{font-size:clamp(1.35rem,1rem + 1.5vw,2rem)}.section-index{font-size:clamp(4rem,3rem + 5vw,8rem)}.home-results-header{flex-direction:column;align-items:flex-start;gap:1rem}.home-results-grid{grid-template-columns:1fr}}
