.hero-section{justify-content:center;align-items:center;width:100%;height:100vh;min-height:100px;max-height:none;display:flex;position:relative;overflow:hidden}.hero-video{z-index:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;animation:20s ease-in-out infinite alternate zoomIn;position:absolute;top:0;left:0}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero-overlay{z-index:1;background:linear-gradient(#07101475,#7082380f);width:100%;height:100%;animation:1.5s fadeIn;position:absolute;top:0;left:0}.hero-overlay:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#00000047,#000000a6);position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-content{z-index:3;text-align:center;color:var(--offwhite-50);width:100%;max-width:1200px;padding:0 2rem;animation:1s cubic-bezier(.4,0,.2,1) .3s both fadeInUpHero;position:relative}@keyframes fadeInUpHero{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-title{letter-spacing:.5px;text-shadow:0 6px 18px #0009;color:var(--offwhite-50);white-space:pre-line;margin-bottom:1.5rem;font-family:Georgia,serif;font-size:clamp(1.75rem,5vw,3.5rem);font-weight:400;line-height:1.2;animation:1.2s cubic-bezier(.4,0,.2,1) .5s both titleReveal}@keyframes titleReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{opacity:.95;color:var(--offwhite-50);text-shadow:0 2px 8px #00000073;margin-bottom:2rem;font-size:clamp(1.05rem,3vw,1.6rem);font-weight:700;line-height:1.5;animation:1.2s cubic-bezier(.4,0,.2,1) .7s both subtitleReveal}@keyframes subtitleReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:.95;transform:translateY(0)}}@media (max-width:1024px){.hero-content{padding:0 1.5rem}.hero-section{height:75vh;min-height:450px}}@media (max-width:768px){.hero-content{padding:0 1.25rem}.hero-section{height:70vh;min-height:400px}.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:1.5rem;font-size:clamp(1rem,3.2vw,1.4rem)}}@media (max-width:480px){.hero-content{padding:0 1rem}.hero-section{height:60vh;min-height:350px}.hero-title{letter-spacing:.3px;margin-bottom:.75rem}.hero-subtitle{margin-bottom:1.25rem;font-size:clamp(.98rem,3.8vw,1.2rem);line-height:1.4}}@media (max-width:360px){.hero-content{padding:0 .75rem}.hero-section{min-height:300px}}.estimation-button{color:var(--offwhite-50);border:2px solid var(--olive-700);cursor:pointer;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;background-color:#0000;border-radius:30px;margin-top:1.5rem;padding:.9rem 2rem;font-family:inherit;font-size:clamp(.85rem,2vw,1rem);font-weight:400;transition:all .3s}.estimation-button:hover{color:var(--offwhite-50);border-color:var(--gold-100);background-color:#7082381f;transform:translateY(-2px);box-shadow:0 8px 30px #c7a76c14}@media (max-width:768px){.estimation-button{margin-top:1.25rem;padding:.75rem 1.75rem}}@media (max-width:480px){.estimation-button{letter-spacing:.3px;margin-top:1rem;padding:.7rem 1.5rem;font-size:.85rem}}@media (max-width:360px){.estimation-button{padding:.65rem 1.25rem;font-size:.8rem}.estimation-button .estimation-button{white-space:normal;padding:.5rem .8rem;font-size:.85rem}}.hero-suggestion-overlay{z-index:10;width:100%;max-width:100%;padding:0 1rem;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}@media (max-width:1024px){.hero-suggestion-overlay{padding:0 1.5rem;bottom:5%}}@media (max-width:768px){.hero-suggestion-overlay{padding:0 1rem;bottom:5%}}@media (max-width:480px){.hero-suggestion-overlay{padding:0 .75rem;bottom:5%}}@media (max-width:360px){.hero-suggestion-overlay{padding:0 .5rem;bottom:5%}}
