.hero{position:relative;min-height:calc(100vh - 4rem);padding-top:calc(var(--nav-height, 64px) + 1.5rem);padding-bottom:1.5rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#070707}.hero__bg-container{position:absolute;inset:0;pointer-events:none;z-index:0}.hero__full-bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center;opacity:.85}.hero__bg-vignette{position:absolute;inset:0;background:linear-gradient(90deg,#070707,#070707 38%,rgba(7,7,7,.8) 60%,rgba(7,7,7,.35))}.hero__inner{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.hero__content{max-width:680px;margin-top:auto;margin-bottom:auto;padding-top:1rem}.hero__title{font-size:clamp(1.75rem,4.8vw,3.85rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:1.25rem;color:#fff;overflow-wrap:break-word;word-break:break-word}.hero__subtitle{font-size:1.0625rem;color:#b0b0b0;line-height:1.6;margin-bottom:1.75rem;max-width:560px}.hero__bottom-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:2rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.hero__bottom-row{flex-direction:column;align-items:flex-start;gap:1.5rem}}.stats-bar{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-surface)}.stats-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}@media (max-width:768px){.stats-bar__grid{grid-template-columns:repeat(2,1fr)}}.home-services{margin-top:var(--space-2xl)}.home-service-card{padding:var(--space-xl);display:flex;flex-direction:column;height:100%}.home-service-card__index{font-family:var(--font-mono);font-size:.75rem;color:var(--color-accent);margin-bottom:var(--space-md)}.home-service-card__title{font-size:1.25rem;font-weight:700;margin-bottom:var(--space-sm)}.home-service-card__desc{font-size:.9375rem;color:var(--color-text-secondary);flex-grow:1;margin-bottom:var(--space-lg)}.home-service-card__link{font-size:.875rem;font-weight:600;color:var(--color-accent)}.home-projects{background:var(--color-surface)}.home-projects__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl);margin-top:var(--space-2xl)}@media (max-width:768px){.home-projects__grid{grid-template-columns:1fr}}.home-project-card{display:block;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--transition-base)}.home-project-card:hover{border-color:var(--color-border-hover);transform:translateY(-4px)}.home-project-card__visual{height:220px;background:radial-gradient(circle at center,var(--accent,#ff2d2d) 0,transparent 70%);position:relative;display:flex;align-items:center;justify-content:center}.home-project-card__mockup{width:80%;height:80%;background:#181818;border-radius:var(--radius-md) var(--radius-md) 0 0;border:1px solid hsla(0,0%,100%,.1);padding:var(--space-sm)}.home-project-card__bar{height:8px;background:hsla(0,0%,100%,.08);border-radius:4px;margin-bottom:12px;width:40%}.home-project-card__line{height:6px;background:hsla(0,0%,100%,.05);border-radius:3px;margin-bottom:8px;width:70%}.home-project-card__line--wide{width:90%}.home-project-card__info{padding:var(--space-lg)}.home-project-card__name{font-size:1.375rem;font-weight:700;margin:var(--space-xs) 0}.home-project-card__outcome{font-size:.9375rem;color:var(--color-text-secondary)}.home-why__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center}@media (max-width:900px){.home-why__grid{grid-template-columns:1fr}}.home-why__list{list-style:none;display:flex;flex-direction:column;gap:var(--space-lg);margin-top:var(--space-lg)}.home-why__list li{font-size:1rem;color:var(--color-text-secondary)}.home-why__list strong{color:var(--color-text)}.home-why__tech{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-2xl)}.home-why__tech-grid{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-md)}.home-why__tech-item{font-family:var(--font-mono);font-size:.8125rem;padding:.375rem .75rem;background:hsla(0,0%,100%,.04);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-secondary)}.home-process__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);margin-top:var(--space-3xl)}@media (max-width:1024px){.home-process__steps{grid-template-columns:repeat(2,1fr)}}.home-process__step{padding:var(--space-lg)}.home-process__number{font-family:var(--font-mono);font-size:1.5rem;color:var(--color-accent);display:block}.home-process__number,.home-process__title{font-weight:700;margin-bottom:var(--space-xs)}.home-process__title{font-size:1.125rem}.home-process__desc{font-size:.875rem;color:var(--color-text-secondary)}.home-testimonial{padding:var(--space-xl);height:100%;display:flex;flex-direction:column;justify-content:space-between}.home-testimonial__quote{font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:var(--space-lg)}.home-testimonial__author{font-size:.9375rem;font-weight:700;font-style:normal;display:block}.home-testimonial__role{font-size:.8125rem;color:var(--color-text-muted)}.home-cta__inner{text-align:center;max-width:700px;margin:0 auto}.home-cta__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:var(--space-md)}.home-cta__subtitle{font-size:1.125rem;color:var(--color-text-secondary)}