.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background-color:#fff}.hero-bg{position:absolute;inset:0;z-index:0}.hero-image{-o-object-fit:cover;object-fit:cover;-o-object-position:0 0;object-position:0 0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.2) 50%,transparent);z-index:10}.hero-content{width:100%;max-width:1400px;margin:0 auto;padding:0 60px 80px;position:relative;z-index:30;text-align:left}.hero-content,.hero-text-container{display:flex;flex-direction:column;align-items:flex-start}.hero-text-container{max-width:800px}.hero-title{font-family:var(--font-tight),sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;color:#ffffff;line-height:1.2;letter-spacing:-.01em;margin-bottom:20px;text-transform:none}.hero-title-accent{color:#c4a484;font-style:normal;font-weight:500}.hero-description{font-family:var(--font-sans),sans-serif;font-size:1rem;color:rgba(255,255,255,.9);max-width:500px;margin-bottom:40px;line-height:1.6;letter-spacing:0;font-weight:300}.hero-actions{display:flex;justify-content:flex-start;gap:20px}.btn-hero-primary{padding:10px 10px 10px 30px;background-color:rgb(162,133,103);border:2px solid rgba(255,255,255,.3);color:#fff;font-weight:400;font-size:13px;text-transform:none;letter-spacing:.5px;cursor:pointer;border-radius:50px;gap:12px}.arrow-circle,.btn-hero-primary{transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;align-items:center}.arrow-circle{width:32px;height:32px;background-color:#fff;border-radius:50%;justify-content:center;color:#000}.btn-hero-primary:hover{background-color:#fff;color:#000;border-color:#fff}.btn-hero-primary:hover .arrow-circle{background-color:#c4a484;color:#fff}.btn-arrow{transition:transform .6s cubic-bezier(.16,1,.3,1);transform-origin:center}.btn-hero-primary:hover .btn-arrow{transform:rotate(-45deg)}@media (max-width:1024px){.hero-content{padding:0 2rem 6rem}.hero-image{-o-object-position:center;object-position:center}}@media (max-width:768px){.hero-content{padding:0 1rem 4rem}}.legacy-strip-wrapper{padding:60px 0;background-color:transparent;position:relative;z-index:10;overflow:hidden}.legacy-strip-wrapper .container{max-width:1400px;margin:0 auto;padding:0 60px}.legacy-marquee-container{position:relative;padding:40px;border-radius:24px;background-color:#fdfaf6;border:1px solid #f5f2ed;box-shadow:0 10px 30px rgba(0,0,0,.02);overflow:hidden}.legacy-marquee-container:before{left:0;background:linear-gradient(90deg,#fdfaf6,rgba(253,250,246,0))}.legacy-marquee-container:after,.legacy-marquee-container:before{content:"";position:absolute;top:0;width:120px;height:100%;pointer-events:none;z-index:2}.legacy-marquee-container:after{right:0;background:linear-gradient(270deg,#fdfaf6,rgba(253,250,246,0))}.legacy-marquee{display:flex;width:100%}.marquee-content{white-space:nowrap;animation:marquee 40s linear infinite;gap:40px}.marquee-content,.marquee-item{display:flex;align-items:center}.marquee-item{flex-direction:row;gap:20px;position:relative}.marquee-icon{color:#c4a484;display:flex;align-items:center;justify-content:center;opacity:.8}.marquee-text{font-family:var(--font-sans),sans-serif;font-size:clamp(.9rem,1.5vw,1.15rem);font-weight:700;color:#888;letter-spacing:1.5px;text-transform:uppercase}.marquee-divider{height:24px;width:1px;background-color:rgba(196,164,132,.2);margin-left:16px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1024px){.legacy-strip-wrapper .container{padding:0 2rem}}@media (max-width:768px){.legacy-strip-wrapper .container{padding:0 1rem}.legacy-strip-wrapper{padding:40px 0}.legacy-marquee-container{padding:30px 20px}.marquee-content{gap:60px;animation-duration:25s}.marquee-item{gap:16px}.marquee-divider{margin-left:60px}}