@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Montserrat:wght@300;400;600&display=swap";.hero-section-1{position:relative;width:100%;min-height:85vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-align:center;padding:2rem;box-sizing:border-box}.hero-section-1.alignfull{margin:0;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero-section-1__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:background-color .3s ease}.hero-section-1__content{position:relative;z-index:2;max-width:1000px;width:100%;animation:heroFadeIn 1.2s ease-out}.hero-section-1 .hero-title{font-family:"Playfair Display",serif;font-size:clamp(3rem,6vw,5rem);color:#d4af37;margin-bottom:1rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-section-1 .hero-logo-image{max-width:90%;width:500px;height:auto;margin-bottom:1rem;filter:drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3))}.hero-section-1 .hero-subtitle{font-family:"Inter",sans-serif;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:300;margin-bottom:3rem;line-height:1.8;color:#fff;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5);max-width:600px;margin-left:auto;margin-right:auto;letter-spacing:.05em}.hero-section-1__cta{display:inline-block;padding:1.2rem 3.5rem;background-color:rgba(0,0,0,0);color:#d4af37;text-decoration:none;font-family:"Inter",sans-serif;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:2px;transition:all .4s cubic-bezier(0.165, 0.84, 0.44, 1);border:1px solid #d4af37;position:relative;overflow:hidden}.hero-section-1__cta::before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background-color:#d4af37;transition:width .4s cubic-bezier(0.165, 0.84, 0.44, 1);z-index:-1}.hero-section-1__cta:hover{color:#111;box-shadow:0 4px 15px rgba(212,175,55,.3)}.hero-section-1__cta:hover::before{width:100%}@keyframes heroFadeIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}