.hero{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-bg img{width:100%;height:100%;object-fit:cover;border-radius:0}.hero-bg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.08;pointer-events:none}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(47,79,79,.88) 0,rgba(168,100,94,.82) 100%);z-index:2}.hero-content{position:relative;z-index:3;text-align:left;max-width:1100px;padding:0 4rem;color:var(--color-parchment);margin-right:auto}.hero-subtitle{font-family:var(--font-sans);font-size:1rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-brass);margin-bottom:1.5rem;font-weight:600}.hero-title{font-family:var(--font-serif);font-size:clamp(4rem, 9vw, 8rem);font-weight:700;color:var(--color-parchment);line-height:1.1;margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-description{font-size:1.375rem;line-height:1.7;color:var(--color-parchment);margin-bottom:3rem;max-width:700px}.hero-cta{display:flex;gap:1.5rem;justify-content:flex-start;align-items:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:2s infinite bounce}.scroll-indicator span{font-family:var(--font-sans);font-size:.8125rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-brass);font-weight:600}.scroll-indicator svg{width:24px;height:24px;fill:var(--color-brass)}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:768px){.hero{margin-bottom:70px;height:calc(100vh - 70px)}.hero-title{font-size:clamp(2.5rem, 8vw, 4rem)}.hero-description{font-size:1.0625rem}.hero-cta{flex-direction:column}.scroll-indicator{bottom:2rem}}@media (max-width:480px){.hero-content{padding:0 1.5rem}.hero-subtitle{font-size:.8125rem}}