@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400&family=Roboto:wght@600&display=swap");.brand-title{position:absolute;top:20%;left:51.7%;transform:translate(-50%,-50%);color:#fff;font-family:Playfair Display,serif;font-size:7rem;font-weight:400;letter-spacing:2.5rem;text-transform:uppercase;z-index:10;display:block;width:100%;text-align:center;text-shadow:0 0 15px rgba(0,0,0,.2);animation:fadeIn 1.5s ease-out;pointer-events:none}.video-container{display:flex;flex-direction:row;height:100vh;width:100%;position:relative;overflow:hidden}.thevideo{width:100%;height:100%;object-fit:cover;transition:all .8s cubic-bezier(.25,.46,.45,.94);transform:scale(1)}.thevideo:hover{transform:scale(1.02)}.video-dim{filter:brightness(.25) contrast(.7);transition:filter .6s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.section-text{position:absolute;top:65%;color:#fff;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:1000;letter-spacing:.55rem;z-index:10;text-shadow:0 0 20px rgba(0,0,0,.4);opacity:1;pointer-events:none;text-transform:uppercase;white-space:nowrap;transition:transform .4s cubic-bezier(.25,.46,.45,.94),opacity .4s ease}.section-text:hover{transform:translateY(-5px)}.section-text.left{left:45%;transform:translateX(-50%)}.section-text.right{left:55%;transform:translateX(-50%)}.discover-btn{position:absolute;color:#fff;font-family:sans-serif;font-size:1.2rem;text-decoration:underline;z-index:10;transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;top:72%;pointer-events:auto}.discover-btn.left{left:45%;transform:translateX(-50%)}.discover-btn.right{left:55%;transform:translateX(-50%)}.discover-btn:hover{opacity:.7;transform:translateY(-3px);text-shadow:0 2px 10px hsla(0,0%,100%,.3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-link{display:block;width:100%;height:100%}.left-content,.right-content{position:relative;flex:1;height:100%;width:50%;min-width:50%}.footer-home{background-color:#f9d8e2;padding:4rem 2rem 1.5rem;font-family:Roboto,sans-serif}.footer-main{max-width:1200px;margin:0 auto}.footer-nav{display:flex;justify-content:center;gap:5rem;margin-bottom:2.3rem}.footer-link{color:#333;text-decoration:none;font-size:1.2rem;position:relative;font-weight:500;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.footer-link:after{content:"";position:absolute;width:0;height:2px;bottom:-3px;left:0;background-color:#333;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.footer-link:hover{transform:translateY(-2px)}.footer-link:hover:after{width:100%}.footer-policies{display:flex;justify-content:center;gap:2rem;margin-top:2rem;position:relative}.footer-policies:before{content:"";position:absolute;top:-1rem;left:10%;right:10%;height:1px;background-color:rgba(51,51,51,.2)}.footer-policies a{color:#333;text-decoration:none;font-size:.9rem;transition:text-decoration .3s ease}.footer-policies a:hover{text-decoration:underline}.footer-copyright{text-align:center}.social-icon-wrapper{display:flex;align-items:center;justify-content:center;width:22px;height:22px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.social-icon{width:20px;height:20px;color:#333;transition:color .3s ease}.social-link:hover .social-icon-wrapper{transform:scale(1.3) rotate(5deg)}.social-link:hover .social-icon{color:#666}.social-list{display:flex;gap:1.5rem;justify-content:center;margin:2rem 0;padding:0}.social-item,.social-list{list-style:none}@media screen and (max-width:1023px){.brand-title{font-size:4rem;letter-spacing:1.5rem}.section-text{font-size:1.2rem;letter-spacing:.4rem}.discover-btn{font-size:1rem}}@media screen and (max-width:768px){.brand-title{font-size:3.5rem;letter-spacing:1rem}.section-text{font-size:.9rem;letter-spacing:.25rem}.discover-btn{font-size:.8rem}.footer-nav{flex-direction:column;align-items:center;gap:1.5rem}.footer-link{font-size:1rem}}@media screen and (max-width:480px){.brand-title{font-size:3rem;letter-spacing:.8rem}.section-text{font-size:.6rem;letter-spacing:.2rem}.discover-btn{font-size:.7rem}}