.home-module__txgM7a__main{width:100%;max-width:100vw;overflow-x:hidden}.home-module__txgM7a__heroSection{justify-content:flex-start;align-items:flex-end;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.home-module__txgM7a__heroImageWrapper{z-index:1;background:var(--bg-secondary);position:absolute;inset:0}.home-module__txgM7a__heroImage{object-fit:cover;object-position:var(--mobile-position,65% center)}@media (min-width:768px){.home-module__txgM7a__heroImage{object-position:var(--desktop-position,center center)}}.home-module__txgM7a__heroOverlay{background:linear-gradient(#0000001a 0%,#0003 60%,#00000080 100%);position:absolute;inset:0}.home-module__txgM7a__heroContent{z-index:10;color:var(--white);padding:80px 40px;position:relative}@media (min-width:768px){.home-module__txgM7a__heroContent{padding:100px 80px}}@media (min-width:1024px){.home-module__txgM7a__heroContent{padding:120px}}.home-module__txgM7a__heroTitle{font-family:var(--font-heading);letter-spacing:-.02em;margin:0;font-size:clamp(3rem,10vw,7rem);font-weight:400;line-height:.95}.home-module__txgM7a__heroTitleLine{display:block}.home-module__txgM7a__heroSubtitle{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;opacity:.9;margin-top:24px;font-size:.875rem;font-weight:400}@media (min-width:768px){.home-module__txgM7a__heroSubtitle{margin-top:32px;font-size:1rem}}.home-module__txgM7a__scrollIndicator{z-index:10;color:var(--white);flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:40px;right:40px}@media (min-width:768px){.home-module__txgM7a__scrollIndicator{bottom:60px;right:80px}}@media (min-width:1024px){.home-module__txgM7a__scrollIndicator{right:120px}}.home-module__txgM7a__scrollIndicator span{letter-spacing:.2em;text-transform:uppercase;writing-mode:vertical-rl;font-size:.75rem}.home-module__txgM7a__scrollLine{background:var(--white);opacity:.6;width:1px;height:60px;animation:2s ease-in-out infinite home-module__txgM7a__scrollPulse}@keyframes home-module__txgM7a__scrollPulse{0%,to{opacity:.6;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.5)}}.home-module__txgM7a__statementSection{justify-content:center;align-items:center;min-height:60vh;padding:120px 24px;display:flex}@media (min-width:768px){.home-module__txgM7a__statementSection{padding:160px 48px}}@media (min-width:1024px){.home-module__txgM7a__statementSection{min-height:70vh;padding:200px 80px}}.home-module__txgM7a__statementContent{text-align:center;max-width:900px}.home-module__txgM7a__statementText{font-family:var(--font-heading);color:var(--text-color);margin:0 0 8px;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400;line-height:1.4}.home-module__txgM7a__statementText em{font-style:italic}.home-module__txgM7a__worksSection{max-width:1400px;margin:0 auto;padding:80px 24px 120px}@media (min-width:768px){.home-module__txgM7a__worksSection{padding:100px 48px 160px}}@media (min-width:1024px){.home-module__txgM7a__worksSection{padding:120px 80px 200px}}.home-module__txgM7a__sectionHeader{text-align:center;margin-bottom:60px}@media (min-width:768px){.home-module__txgM7a__sectionHeader{margin-bottom:80px}}.home-module__txgM7a__sectionLabel{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px;font-size:.75rem;display:block}.home-module__txgM7a__sectionTitle{font-family:var(--font-heading);color:var(--text-color);margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.home-module__txgM7a__worksGrid{grid-template-columns:1fr;gap:48px;display:grid}@media (min-width:768px){.home-module__txgM7a__worksGrid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width:1024px){.home-module__txgM7a__worksGrid{gap:40px}}.home-module__txgM7a__workItem{position:relative}.home-module__txgM7a__workLink{color:inherit;text-decoration:none;display:block}.home-module__txgM7a__workImageWrapper{aspect-ratio:4/5;background:var(--bg-secondary);position:relative;overflow:hidden}@media (min-width:768px){.home-module__txgM7a__workImageWrapper{aspect-ratio:3/4}}.home-module__txgM7a__workImage{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.home-module__txgM7a__workLink:hover .home-module__txgM7a__workImage{transform:scale(1.05)}.home-module__txgM7a__workInfo{padding:24px 0}@media (min-width:768px){.home-module__txgM7a__workInfo{padding:28px 0}}.home-module__txgM7a__workNumber{font-family:var(--font-body);letter-spacing:.1em;color:var(--text-muted);margin-bottom:12px;font-size:.75rem;display:block}.home-module__txgM7a__workTitle{font-family:var(--font-heading);color:var(--text-color);margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.home-module__txgM7a__workDesc{font-family:var(--font-body);color:var(--text-muted);max-width:400px;margin:0 0 16px;font-size:.95rem;line-height:1.6}.home-module__txgM7a__workCta{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--text-color);padding-bottom:4px;font-size:.8rem;display:inline-block;position:relative}.home-module__txgM7a__workCta:after{content:"";background:var(--text-color);transform-origin:100%;width:100%;height:1px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.home-module__txgM7a__workLink:hover .home-module__txgM7a__workCta:after{transform-origin:0;transform:scaleX(1)}.home-module__txgM7a__ctaSection{background:var(--bg-secondary);text-align:center;padding:120px 24px}@media (min-width:768px){.home-module__txgM7a__ctaSection{padding:160px 48px}}@media (min-width:1024px){.home-module__txgM7a__ctaSection{padding:200px 80px}}.home-module__txgM7a__ctaContent{max-width:600px;margin:0 auto}.home-module__txgM7a__ctaTitle{font-family:var(--font-heading);color:var(--text-color);margin:0 0 16px;font-size:clamp(2rem,5vw,3rem);font-weight:400}.home-module__txgM7a__ctaText{font-family:var(--font-body);color:var(--text-muted);margin:0 0 32px;font-size:1.1rem;line-height:1.6}.home-module__txgM7a__ctaButton{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--bg-color);background:var(--text-color);padding:16px 48px;font-size:.85rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-block}.home-module__txgM7a__ctaButton:hover{transform:translateY(-2px);box-shadow:0 10px 40px #00000026}
