h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:400;line-height:1.1}h1{font-size:clamp(3rem,6vw,6rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{letter-spacing:.05em;text-transform:uppercase;font-size:1.5rem}.noise{pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}
.Navbar-module__pSp8Ga__navWrapper{z-index:100;width:100%;position:fixed;top:0;left:0}.Navbar-module__pSp8Ga__nav{height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-color);background:#f2f0e9e6;justify-content:space-between;align-items:center;padding:0 60px;display:flex}.Navbar-module__pSp8Ga__logo{font-family:var(--font-heading);color:var(--accent-red);z-index:110;font-size:1.8rem;font-style:italic;font-weight:600;position:relative}.Navbar-module__pSp8Ga__menuContainer{align-items:center;gap:60px;display:flex}.Navbar-module__pSp8Ga__link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--text-primary);font-size:.8rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__pSp8Ga__link:hover{color:var(--accent-red)}.Navbar-module__pSp8Ga__activeDot{background-color:var(--accent-red);border-radius:50%;width:4px;height:4px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.Navbar-module__pSp8Ga__ctaButton{border:1px solid var(--text-primary);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;background:0 0;padding:12px 30px;font-size:.8rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Navbar-module__pSp8Ga__ctaButton:before{content:"";background:var(--accent-red);transform-origin:100%;z-index:-1;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.Navbar-module__pSp8Ga__ctaButton:hover{color:#fff;border-color:var(--accent-red)}.Navbar-module__pSp8Ga__ctaButton:hover:before{transform-origin:0;transform:scaleX(1)}.Navbar-module__pSp8Ga__mobileToggle{color:var(--text-primary);cursor:pointer;z-index:110;background:0 0;border:none;padding:10px;display:none}.Navbar-module__pSp8Ga__mobileMenu{background:var(--bg-primary);z-index:105;flex-direction:column;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.Navbar-module__pSp8Ga__mobileMenuContent{flex-direction:column;flex:1;justify-content:center;padding:40px;display:flex}.Navbar-module__pSp8Ga__mobileLinks{flex-direction:column;gap:30px;margin-bottom:60px;display:flex}.Navbar-module__pSp8Ga__mobileLink{font-family:var(--font-heading);color:var(--text-primary);font-size:3rem;font-style:italic}.Navbar-module__pSp8Ga__activeMobileLink{color:var(--accent-red)}.Navbar-module__pSp8Ga__mobileFooter{border-top:1px solid var(--line-color);padding-top:40px}.Navbar-module__pSp8Ga__mobileCta{background:var(--accent-red);color:#fff;text-align:center;width:100%;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;padding:20px;font-weight:600;display:block}@media (max-width:1024px){.Navbar-module__pSp8Ga__nav{padding:0 30px}.Navbar-module__pSp8Ga__menuContainer{gap:30px}}@media (max-width:768px){.Navbar-module__pSp8Ga__menuContainer{display:none}.Navbar-module__pSp8Ga__mobileToggle{display:block}.Navbar-module__pSp8Ga__nav{padding:0 20px}}
.Footer-module__nhiC3q__footer{color:#f2f0e9;background-color:#121212;padding:100px 20px 40px;position:relative;overflow:hidden}.Footer-module__nhiC3q__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr;gap:60px;max-width:1400px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding-bottom:80px;display:grid}.Footer-module__nhiC3q__brandColumn h2{font-family:var(--font-heading);color:var(--accent-red);margin-bottom:20px;font-size:3rem}.Footer-module__nhiC3q__brandColumn p{color:#fff9;max-width:300px;line-height:1.6}.Footer-module__nhiC3q__column h3{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:30px;font-size:.8rem;font-weight:600}.Footer-module__nhiC3q__colLinks{flex-direction:column;gap:15px;display:flex}.Footer-module__nhiC3q__colLinks a{font-family:var(--font-heading);color:#f2f0e9;font-size:1.2rem;font-style:italic;transition:color .3s}.Footer-module__nhiC3q__colLinks a:hover{color:var(--accent-red)}.Footer-module__nhiC3q__bottom{font-family:var(--font-body);text-transform:uppercase;color:#ffffff4d;justify-content:space-between;align-items:flex-end;max-width:1400px;margin-left:auto;margin-right:auto;font-size:.75rem;display:flex}.Footer-module__nhiC3q__bigText{font-family:var(--font-heading);color:#ffffff08;pointer-events:none;white-space:nowrap;font-size:15vw;line-height:.8;position:absolute;bottom:-20px;right:-20px}@media (max-width:1024px){.Footer-module__nhiC3q__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.Footer-module__nhiC3q__footer{padding:60px 20px 40px}.Footer-module__nhiC3q__grid{grid-template-columns:1fr;gap:40px;padding-bottom:40px}.Footer-module__nhiC3q__brandColumn h2{font-size:2.5rem}.Footer-module__nhiC3q__bottom{text-align:center;flex-direction:column;align-items:center;gap:15px}.Footer-module__nhiC3q__bigText{font-size:20vw}}
