@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{scroll-behavior:smooth;font-family:Cormorant Garamond,serif;overflow-x:hidden}html{scroll-behavior:smooth}html,body{max-width:100%;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){button,a{min-width:44px;min-height:44px}}.footer{background:linear-gradient(#e8dcd3 0%,#dcc9bc 100%);border-top:2px solid #5b1c33;padding:4rem 2rem 2rem;position:relative}.footer__container{text-align:center;max-width:80rem;margin:0 auto}.footer__content{margin-bottom:3rem}.footer__title{color:#5b1c33;margin:0 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-style:italic;font-weight:400}.footer__divider{justify-content:center;align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.footer__divider-line{background-color:#5b1c33;width:6rem;height:1px}.footer__subtitle{color:#5b5b5b;margin:0;font-family:Cormorant Garamond,serif;font-size:1.125rem;font-weight:400}.footer__nav{margin:2rem 0}.footer__menu{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__menu-item{display:inline-block}.footer__menu-link{color:#5b1c33;cursor:pointer;vertical-align:middle;background:0 0;border:none;padding:.5rem 1rem;font-family:Cormorant Garamond,serif;font-size:.95rem;line-height:1;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.footer__menu-link:hover{color:#8b4789}.footer__menu-link:after{content:"";background-color:#5b1c33;width:0;height:1px;transition:width .3s,left .3s;position:absolute;bottom:.25rem;left:50%}.footer__menu-link:hover:after{width:60%;left:20%}.footer__menu-link a{color:inherit;text-decoration:none}.footer__bottom{margin-top:2rem}.footer__copyright{color:#7b7b7b;margin:0;font-family:Cormorant Garamond,serif;font-size:.875rem;font-weight:400}@media (width<=1024px){.footer{padding:3rem 1.5rem 2rem}.footer__title{font-size:2rem}.footer__menu{gap:.375rem}.footer__menu-link{padding:.375rem .75rem;font-size:.875rem}}@media (width<=768px){.footer{padding:2.5rem 1rem 1.5rem}.footer__content{margin-bottom:2rem}.footer__title{margin-bottom:1rem;font-size:1.75rem}.footer__divider{margin:1rem 0}.footer__divider-line{width:4rem}.footer__subtitle{font-size:1rem}.footer__menu{gap:.25rem}.footer__menu-link{padding:.375rem .625rem;font-size:.8125rem}.footer__bottom{margin-top:1.5rem}.footer__copyright{font-size:.75rem}}@media (width<=480px){.footer{padding:2rem .75rem 1rem}.footer__content{margin-bottom:1.5rem}.footer__title{margin-bottom:.75rem;font-size:1.5rem}.footer__divider{margin:.75rem 0}.footer__divider-line{width:3rem}.footer__subtitle{font-size:.9375rem}.footer__nav{margin:1.5rem 0}.footer__menu{flex-direction:column;gap:0}.footer__menu-item{display:block}.footer__menu-link{padding:.375rem 0;font-size:.75rem;display:block}.footer__menu-link:after{display:none}.footer__bottom{margin-top:1rem}.footer__copyright{font-size:.6875rem}}.header{z-index:50;color:#fff;background-color:#0000;padding:1.5rem 3rem;transition:all .5s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#5b1c33;background:linear-gradient(#fdf8f6fa 0%,#f9f5f2fa 100%);border-bottom:1px solid #5b1c331a;box-shadow:0 4px 6px -1px #5b1c3326,0 2px 4px -1px #5b1c331a}.header__nav{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;display:flex}.header__logo-container{z-index:60;align-items:center;gap:1rem;display:flex}.header__logo-image{object-fit:contain;width:auto;height:2.5rem;transition:opacity .3s}.header__logo-text{font-family:Playfair Display,serif;font-size:1.5rem;transition:color .5s}.header--scrolled .header__logo-text{color:#5b1c33}.header__menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header__menu--desktop{display:none}.header__menu-item{list-style:none}.header__menu-link{cursor:pointer;color:inherit;vertical-align:middle;background:0 0;border:none;padding:.5rem 1rem;font-family:Cormorant Garamond,serif;font-size:1.125rem;line-height:1;transition:all .2s;display:inline-block;position:relative}.header__menu-link:after{content:"";background-color:currentColor;width:0;height:1px;transition:width .3s,left .3s;position:absolute;bottom:.25rem;left:50%}.header__menu-link:hover{color:#5b1c33}.header__menu-link:hover:after{width:60%;left:20%}.header--scrolled .header__menu-link{color:#5b1c33}.header--scrolled .header__menu-link:hover{color:#8b4789}.header__burger{cursor:pointer;z-index:60;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s;display:flex}.header__burger-icon{color:#fff;width:1.75rem;height:1.75rem}.header__burger-icon-scrolled{color:#000;width:1.75rem;height:1.75rem}.header--scrolled .header__burger{color:#111827}.header__mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fda4affa 0%,#5b1c33 100%);width:70%;max-width:300px;height:100vh;padding-top:5rem;transition:right .4s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.header__mobile-menu--open{right:0}.header__mobile-list{margin:0;padding:0;list-style:none}.header__mobile-item{border-bottom:1px solid #fff3}.header__mobile-link{cursor:pointer;color:#fff;text-align:left;background:0 0;border:none;width:100%;padding:1.5rem 2rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;transition:all .3s;display:block}.header__mobile-link:hover{background-color:#ffffff1a;padding-left:2.5rem}@media (width>=768px){.header__menu--desktop{display:flex}.header__burger,.header__mobile-menu{display:none}}@media (width<=767px){.header{padding:1rem 1.5rem}.header__logo-container{gap:.75rem}.header__logo-image{height:2rem}.header__logo-text{font-size:1.25rem}}@media (width<=480px){.header{padding:1rem}.header__logo-container{gap:.5rem}.header__logo-image{height:1.75rem}.header__logo-text{font-size:1.125rem}}.password-protection{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.password-protection__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.password-protection__modal{z-index:10000;background:#fff;border-radius:1rem;width:90%;max-width:400px;padding:3rem 2.5rem;animation:.3s ease-out slideIn;position:relative;box-shadow:0 25px 50px -12px #00000040}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.password-protection__content{text-align:center}.password-protection__title{color:#5b1c33;margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-style:italic;font-weight:400}.password-protection__subtitle{color:#5b5b5b;margin:0 0 2rem;font-family:Cormorant Garamond,serif;font-size:.95rem;line-height:1.6}.password-protection__form{margin-bottom:2rem}.password-protection__input-group{margin-bottom:1.5rem}.password-protection__input{box-sizing:border-box;background-color:#fdf8f6;border:2px solid #e5ddd8;border-radius:.5rem;width:100%;padding:.875rem 1rem;font-family:Cormorant Garamond,serif;font-size:.95rem;transition:all .2s}.password-protection__input:focus{background-color:#fff;border-color:#5b1c33;outline:none;box-shadow:0 0 0 3px #5b1c331a}.password-protection__input:disabled{color:#999;cursor:not-allowed;background-color:#f5f5f5}.password-protection__error{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:.375rem;margin-bottom:1rem;padding:.75rem;font-family:Cormorant Garamond,serif;font-size:.875rem}.password-protection__button{color:#fff;cursor:pointer;background-color:#5b1c33;border:none;border-radius:.5rem;width:100%;padding:.875rem 1.5rem;font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:600;transition:all .2s}.password-protection__button:hover:not(:disabled){background-color:#3d1220;transform:translateY(-2px);box-shadow:0 4px 12px #5b1c3333}.password-protection__button:disabled{opacity:.6;cursor:not-allowed}.password-protection__hint{color:#7b7b7b;margin:0;font-family:Cormorant Garamond,serif;font-size:.8125rem}@media (width<=768px){.password-protection__modal{max-width:350px;padding:2.5rem 2rem}.password-protection__title{font-size:1.75rem}.password-protection__subtitle{font-size:.875rem}}@media (width<=480px){.password-protection__modal{border-radius:.75rem;max-width:300px;padding:2rem 1.5rem}.password-protection__title{margin-bottom:.75rem;font-size:1.5rem}.password-protection__subtitle{margin-bottom:1.5rem;font-size:.8125rem}.password-protection__input{padding:.75rem .875rem;font-size:.9rem}.password-protection__button{padding:.75rem 1.25rem;font-size:.875rem}.password-protection__hint{font-size:.75rem}}.scroll-to-top{color:#fff;cursor:pointer;z-index:40;background-color:#5b1c33;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s;animation:.3s ease-out fadeIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px -5px #0003}.scroll-to-top:hover{background-color:#3d1220;transform:translateY(-4px);box-shadow:0 20px 40px -10px #0000004d}.scroll-to-top:active{transform:translateY(-2px)}.scroll-to-top svg{width:1.5rem;height:1.5rem}@media (width<=1024px){.scroll-to-top{width:3.25rem;height:3.25rem;bottom:1.5rem;right:1.5rem}.scroll-to-top svg{width:1.375rem;height:1.375rem}}@media (width<=768px){.scroll-to-top{width:3rem;height:3rem;bottom:1.25rem;right:1.25rem}.scroll-to-top svg{width:1.25rem;height:1.25rem}}@media (width<=480px){.scroll-to-top{width:2.75rem;height:2.75rem;bottom:1rem;right:1rem}.scroll-to-top svg{width:1.125rem;height:1.125rem}}
