@font-face{font-family:WorkSans;src:url(/fonts/WorkSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:TheSeasons;src:url(/fonts/Theseasons-reg.otf) format("opentype");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box;cursor:default}body{font-family:WorkSans;font-weight:400;font-size:15px;line-height:1.6;color:#fff;background-color:#000;overflow-x:hidden;overflow-y:hidden;min-height:100vh;perspective:800px}.about-section,.blog-section,.portfolio-section,.price-section{-ms-overflow-style:none;scrollbar-width:none}.about-section::-webkit-scrollbar,.blog-section::-webkit-scrollbar,.portfolio-section::-webkit-scrollbar,.price-section::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none;cursor:pointer;&:focus{outline:none!important;box-shadow:none!important}}div,h1,h2,h3,h4,h5,h6,li,p,span{cursor:default}.hero-section{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.hero-background,.hero-section{position:absolute;top:0;left:0;width:100%;overflow:hidden}.hero-background{height:100%;isolation:isolate}.background-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:0;transition:opacity .8s ease-in-out}.background-layer.active{opacity:1}.pagination{position:absolute;bottom:30px;display:flex;justify-content:center;gap:10px;z-index:2}.dot{width:10px;height:10px;background-color:hsla(0,0%,100%,.3);border-radius:50%;cursor:pointer;transition:all .3s ease}.dot.active{background-color:#cf793b;transform:scale(1.3)}.dot:hover{background-color:rgba(211,84,0,.8)}.content-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:auto;max-width:90%;padding:20px 50px;background:rgba(0,0,0,.45);box-shadow:0 4px 10px rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:center;justify-content:center}.content-center *{margin:0;padding:0}.about-text,.contact-text,.main-menu{display:none}.about-close,.blog-close,.contact-close,.portfolio-close,.price-close{position:fixed;top:20px;right:20px;width:30px;height:30px;background:url(http://www.ivang-design.com/svg-load/portfolio/close.svg) no-repeat 50%;background-size:36px 36px;cursor:pointer;transition:all .2s linear;z-index:1000}.about-close:hover,.blog-close:hover,.contact-close:hover,.portfolio-close:hover,.price-close:hover{transform:rotate(90deg)}.about-section,.blog-section,.contact-section,.portfolio-section,.price-section{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:10;overflow-y:auto}.hero-section h1{color:#fff;font-size:clamp(30px,4vw,60px);font-weight:300;line-height:1;letter-spacing:clamp(10px,2.5vw,25px);transform:translateX(calc(clamp(5px, 1.25vw, 12.5px) / 2))}.hero-section .dancing,.hero-section h1{white-space:nowrap;text-align:center;display:block;width:100%;position:relative}.hero-section .dancing{font-family:TheSeasons,cursive;color:#cf793b;font-size:clamp(18px,2.5vw,26px);font-weight:400;margin:10px 0;letter-spacing:clamp(5px,1vw,10px);transform:translateX(calc(clamp(2.5px, .5vw, 5px) / 2))}.hero-section p{font-size:18px;font-weight:500;color:#fff;letter-spacing:1px;text-align:center;width:100%;margin-top:10px}.hero-section p a{margin:0 15px;padding:8px 16px;position:relative;display:inline-block;transition:all .3s ease}.hero-section p a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(211,84,0,.5);border-radius:50%;transform:translate(-50%,-50%);transition:all .5s ease;z-index:-1}.hero-section p a:hover:before{width:60px;height:60px;opacity:0}.hero-section p a:hover{animation:wave .5s ease infinite;color:#cf793b}.about-section .content-center{max-width:63vw;padding:20px 50px;background:hsla(0,0%,100%,.05);border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.7);margin:20px auto}.about-section img{width:313px;height:470px;border-radius:4px;box-shadow:0 0 20px rgba(0,0,0,.5)}.about-section .about-description{font-size:26px;font-weight:700;text-align:center;margin-bottom:20px}.about-section p span{font-family:TheSeasons,cursive;color:#cf793b;font-size:25px}.contact-section .content-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;max-width:63vw;width:100%;padding:20px;background:rgba(0,0,0,.85);border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.7)}.contact-section .content-center a{font-size:32px;margin-bottom:20px;display:block}.contact-section .social{display:flex;gap:20px;justify-content:center}.contact-section .social a{margin:0 10px;font-size:15px;font-weight:600;color:#cf793b}.contact-section .social a:hover{color:rgba(211,84,0,.8)}.contact-section .social a img{width:24px;height:24px;transition:transform .3s ease}.contact-section .social a:hover img{transform:scale(1.1)}.portfolio-section .gallery-wrapper{max-width:90vw;margin:40px auto;padding:20px}.portfolio-section .gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;position:relative}.portfolio-section .card{height:400px;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.5);position:relative}.portfolio-section .card-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.portfolio-section .card-image-wrapper{height:100%;position:relative}.portfolio-section .card-image-wrapper img{width:100%;height:100%;object-fit:cover}.portfolio-section .card-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:24px;font-weight:700;text-align:center;background:rgba(0,0,0,.6);padding:10px 20px;border-radius:5px;box-shadow:0 4px 12px rgba(0,0,0,.4);text-transform:uppercase;letter-spacing:1px}.price-section .price-wrapper{max-width:90vw;margin:60px auto 40px;padding:20px;color:#fff}.price-section .price-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.price-section .price-card{background:hsla(0,0%,100%,.05);border-radius:10px;padding:20px;box-shadow:0 4px 10px rgba(0,0,0,.7);transition:transform .3s ease;display:flex;flex-direction:column;min-height:400px}.price-section .price-card:hover{transform:translateY(-5px)}.price-section .price-card h4{font-size:24px;font-weight:700;color:#cf793b;margin-bottom:10px}.price-section .price-card .description{line-height:1.6;color:#e6e6e6;margin-bottom:15px}.price-section .price-card ul{list-style:none;margin-bottom:15px}.price-section .price-card ul li{line-height:1.8;color:#fff;position:relative;padding-left:20px}.price-section .price-card ul li:before{content:"●";color:#cf793b;position:absolute;left:0;font-size:10px;top:50%;transform:translateY(-50%)}.price-section .price-card .price{font-size:20px;font-weight:700;color:#fff;text-align:center;background:rgba(211,84,0,.2);padding:10px;border-radius:5px;margin-top:auto}.price-section .price-card.additional-services,.price-section .price-card.gift-card{background:rgba(211,84,0,.1);border:1px dashed #cf793b}.contact-form-container{background:hsla(0,0%,100%,.05);border-radius:10px;padding:25px;box-shadow:0 4px 10px rgba(0,0,0,.7);margin-top:30px;max-width:600px;margin-left:auto;margin-right:auto}.contact-form-container h3{font-size:24px;font-weight:700;color:#cf793b;margin-bottom:15px;text-align:center}.form-description{font-size:14px;line-height:1.6;color:#e6e6e6;margin-bottom:20px;text-align:center}.form-group{margin-bottom:15px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:5px;color:#fff;font-family:WorkSans,sans-serif;font-size:14px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#cf793b;box-shadow:0 0 5px rgba(207,121,59,.5)}select option{background-color:#333;color:#fff}.form-group textarea{resize:vertical;min-height:100px}.submit-button{background:rgba(207,121,59,.8);color:#fff;border:none;padding:12px 25px;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;margin:20px auto 0;font-family:WorkSans,sans-serif}.submit-button:hover{background:#cf793b;transform:translateY(-2px)}.submit-button:disabled{background:rgba(207,121,59,.4);cursor:not-allowed;transform:translateY(0)}.form-status{padding:10px 15px;border-radius:5px;margin-bottom:15px;text-align:center;font-size:14px}.form-status.success{background:rgba(76,175,80,.2);border:1px solid rgba(76,175,80,.5);color:#a5d6a7}.form-status.error{background:rgba(244,67,54,.2);border:1px solid rgba(244,67,54,.5);color:#ef9a9a}.alternative-contact{margin-top:25px;font-size:13px;text-align:center;color:#e6e6e6}.alternative-contact a{color:#cf793b;transition:all .3s ease}.alternative-contact a:hover{color:#e79d3d}.blog-container{padding:10px;display:flex;align-items:center;justify-content:center}#articles{display:inline-block;list-style:none;padding:0;max-height:800px;overflow:hidden;position:relative;perspective:1000px;perspective-origin:50% 0;height:800px;width:600px}#articles h2{font-size:24px;font-weight:700;margin:0 0 10px}#articles li{background:hsla(0,0%,100%,.05);border-radius:12px;display:inline-block;max-height:600px;max-width:600px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.5);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transform-style:preserve-3d;border:2px solid rgba(207,121,59,.8);transition:transform .3s ease,box-shadow .3s ease}#articles li:hover{transform:scale(1.02);box-shadow:0 12px 30px rgba(0,0,0,.6),0 0 50px rgba(207,121,59,.4)}#articles li .card-content{height:50%;background:rgba(51,51,51,.9);position:relative;padding:20px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;backdrop-filter:blur(5px)}#articles li .card-image{background-color:#727991;background-size:cover;background-repeat:no-repeat;background-position:50%;height:50%;width:100%;border-top-left-radius:12px;border-top-right-radius:12px}#articles li .eyebrow-title{text-transform:uppercase;font-size:14px;color:#e6e6e6;margin-bottom:5px}#articles .description{line-height:1.6;color:#e6e6e6;font-size:14px;flex-grow:1}.description p:first-child{overflow:hidden;max-height:150px;margin-bottom:10px}.description .read-more{margin-top:10px;text-align:center}.description .read-more a{position:relative;display:inline-block;padding:8px 16px;transition:all .3s ease}.description .read-more a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(211,84,0,.5);border-radius:50%;transform:translate(-50%,-50%);transition:all .5s ease;z-index:-1}.description .read-more a:hover:before{width:60px;height:60px;opacity:0}.description .read-more a:hover{animation:wave .5s ease infinite;color:#cf793b}nav{display:inline-block;margin-left:20px;vertical-align:middle;width:50px}nav button{background:#fff;border:2px solid #fff;border-radius:100%;box-sizing:border-box;color:#cf793b;display:block;font-size:16px;line-height:38px;margin:5px 10px;padding:0 5px;height:40px;width:40px;opacity:.8;text-align:center;transition:all .2s}nav button:focus,nav button:hover{border-color:#fff;cursor:pointer;opacity:1}nav button[disabled],nav button[disabled]:hover{background:#afafaf;border-color:#afafaf;cursor:default;filter:grayscale(1);opacity:.8}.fas{font-family:Font Awesome\ 5 Free;font-weight:900}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:1000}.blog-slider__pagination{position:absolute;z-index:21;right:20px;width:11px!important;text-align:center;left:auto!important;top:50%;bottom:auto!important;transform:translateY(-50%)}.blog-slider__pagination .swiper-pagination-bullet{width:11px;height:11px;display:block;border-radius:10px;background:#e79d3d;opacity:.2;margin:8px 0;transition:all .3s}.blog-slider__pagination .swiper-pagination-bullet-active{opacity:1;background:#cf793b;height:30px;box-shadow:0 0 20px rgba(252,56,56,.3)}@media screen and (max-width:768px){.blog-slider__pagination{transform:translateX(-50%);left:50%!important;top:auto;bottom:10px;width:100%!important;display:flex;justify-content:center;align-items:center}.blog-slider__pagination .swiper-pagination-bullet{margin:0 5px}.blog-slider__pagination .swiper-pagination-bullet-active{height:11px;width:30px}}@media screen and (max-width:1024px){.portfolio-section .gallery{grid-template-columns:repeat(2,1fr)}.portfolio-section .card{height:350px}.portfolio-section .card-title{font-size:20px;padding:8px 16px}.portfolio-section .gallery-wrapper{max-width:92vw;margin:30px auto;padding:15px}.price-section .price-wrapper{margin:40px auto}.price-section .price-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.price-section .price-card h4{font-size:22px}.price-section .price-card .price{font-size:18px}.about-section .content-center,.contact-section .content-center{max-width:50vw;padding:15px 30px}.about-section img{width:250px;height:375px}.contact-section .content-center a{font-size:24px}#articles{width:500px;height:700px}#articles li{max-width:500px;max-height:500px}.main-menu{bottom:375px;gap:30px;flex-direction:row;padding:0 30px;width:100%;justify-content:space-between;box-sizing:border-box}.main-menu a{font-size:16px}.about-text,.contact-text{writing-mode:horizontal-tb;font-size:16px;padding:10px;top:calc(50% - 110px);transform:none}.about-text{left:20px}.contact-text{right:20px}.about-text:before,.contact-text:before{display:none}}@media screen and (max-width:768px){.portfolio-section .gallery{grid-template-columns:repeat(2,1fr)}.portfolio-section .card{height:300px}.portfolio-section .card-title{font-size:18px;padding:6px 12px}.portfolio-section .gallery-wrapper{max-width:90vw;margin:20px auto;padding:10px}.price-section .price-wrapper{margin:30px auto}.price-section .price-list{grid-template-columns:1fr}.price-section .price-card{padding:15px;min-height:auto}.price-section .price-card h4{font-size:20px}.price-section .price-card .description,.price-section .price-card ul li{font-size:13px}.about-section .content-center,.contact-section .content-center{max-width:85vw;padding:10px 20px}.about-section img{width:200px;height:300px}.about-section .about-description{font-size:22px}.contact-section .content-center a{font-size:20px}#articles{width:350px;height:550px}#articles li{max-width:350px;max-height:450px}.main-menu{bottom:375px;gap:20px;flex-direction:row;padding:0 20px;width:100%;justify-content:space-between;box-sizing:border-box}.main-menu a{font-size:14px}.about-text,.contact-text{writing-mode:horizontal-tb;font-size:14px;padding:10px;top:calc(50% - 110px);transform:none}.about-text{left:10px}.contact-text{right:10px}.about-text:before,.contact-text:before{display:none}}@media screen and (max-width:480px){.portfolio-section .gallery{grid-template-columns:1fr}.portfolio-section .card{height:250px}.portfolio-section .card-title{font-size:16px;padding:5px 10px}.portfolio-section .gallery-wrapper{max-width:85vw;margin:15px auto;padding:8px}.price-section .price-wrapper{max-width:85vw;margin:20px auto;padding:10px}.price-section .price-card h4{font-size:18px}.price-section .price-card .price{font-size:16px}.about-section .content-center,.contact-section .content-center{max-width:85vw;padding:8px 15px}.about-section img{width:150px;height:225px}.about-section .about-description,.contact-section .content-center a{font-size:18px}#articles{width:300px;height:500px}#articles li{max-width:300px;max-height:400px}#articles h2{font-size:1.2em}.main-menu{bottom:315px;gap:15px;flex-direction:row;padding:0 20px;width:100%;justify-content:space-between;box-sizing:border-box}.main-menu a{font-size:12px}.about-text,.contact-text{writing-mode:horizontal-tb;font-size:12px;padding:5px;top:calc(50% - 100px);transform:none}.about-text{left:15px}.contact-text{right:15px}.about-text:before,.contact-text:before{display:none}}@keyframes wave{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}.framer-menu{top:0;left:0;bottom:0;width:300px}.framer-menu *{pointer-events:auto}.menu-background{position:absolute;left:-20px;width:300px;background:rgba(0,0,0,.95);box-shadow:4px 0 10px rgba(0,0,0,.5)}.menu-toggle-button{outline:none;border:none;user-select:none;cursor:pointer;position:absolute;top:-5px;left:-30px;width:60px;height:60px;border-radius:0;background:#cf793b;z-index:101}.toggle-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.menu-toggle-button svg{margin-left:3px}.menu-toggle-button:hover{background:rgba(0,0,0,.95)}.menu-toggle-button.open{background:transparent}.menu-toggle-button.open svg{margin-left:5px}.navigation-menu{padding:80px 0 25px 40px;position:absolute;width:100%;z-index:101}.navigation-menu li{list-style:none;margin-bottom:25px;display:flex;align-items:center;cursor:pointer;position:relative}.menu-item-link{color:#fff;text-decoration:none}.menu-item-content{display:flex;align-items:center}.text-placeholder{border-radius:5px;flex:1;font-weight:600;position:relative}.text-placeholder:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background-color:#cf793b;transition:width .3s ease}.navigation-menu li:hover .text-placeholder:after{width:80%}@media screen and (max-width:768px){.framer-menu,.menu-background{width:250px}.navigation-menu{width:100%;padding:80px 0 25px 30px}}@media screen and (max-width:480px){.framer-menu,.menu-background{width:220px}.navigation-menu{width:100%;padding:80px 0 25px 20px}}.blog-section{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;z-index:20;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;background-color:#111}.blog-section::-webkit-scrollbar{display:none}.blog-close{position:fixed;top:20px;right:20px;width:30px;height:30px;background:url(http://www.ivang-design.com/svg-load/portfolio/close.svg) no-repeat 50%;background-size:36px 36px;z-index:21;cursor:pointer;transition:all .2s linear}.blog-close:hover{transform:rotate(90deg)}.blog-close.hover-target:after,.blog-close.hover-target:before{display:none}.portfolio-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.portfolio-title{font-size:3rem;margin-bottom:3rem;color:#333;text-align:center;font-weight:300;letter-spacing:3px;position:relative}.portfolio-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:2px;background-color:#cf793b}.portfolio-categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;width:100%}.category-card{border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:all .3s ease;height:350px;position:relative}.category-link{display:block;height:100%;text-decoration:none;color:inherit}.category-image-container{height:80%;overflow:hidden;position:relative}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-title{position:absolute;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.9);color:#333;padding:1rem;margin:0;font-size:1.1rem;font-weight:500;text-align:center;letter-spacing:1px;border-top:1px solid rgba(0,0,0,.05);transition:all .3s ease}.category-card:hover .category-title{background:rgba(207,121,59,.9);color:#fff}@media screen and (max-width:1024px){.portfolio-categories{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.category-card{height:300px}.portfolio-title{font-size:2.5rem}}@media screen and (max-width:768px){.portfolio-categories{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.category-card{height:280px}.portfolio-title{font-size:2rem;margin-bottom:2rem}.category-title{font-size:.9rem;padding:.8rem}}@media screen and (max-width:480px){.portfolio-categories{grid-template-columns:1fr;gap:1.5rem}.category-card{height:250px}.portfolio-container{padding:1rem}.portfolio-title{font-size:1.8rem;margin-bottom:1.5rem}}.category-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.category-title-header{font-size:2.5rem;margin-bottom:1.5rem;color:#333;text-align:center;font-weight:300;letter-spacing:3px;position:relative}.category-title-header:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:2px;background-color:#cf793b}.category-description{text-align:center;max-width:800px;margin:0 auto 2.5rem;color:#555;line-height:1.6;font-weight:300;font-size:1.1rem}.category-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%}.gallery-item{border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:all .3s ease;height:300px}.gallery-image-container{height:100%;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.back-to-portfolio{margin-top:3rem;text-align:center}.back-to-portfolio a{padding:.8rem 1.5rem;background-color:#cf793b;color:#fff;text-decoration:none;border-radius:4px;transition:all .3s ease;display:inline-block;font-weight:500;letter-spacing:1px}.back-to-portfolio a:hover{background-color:#b56831;transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.2)}@media screen and (max-width:1024px){.category-gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.2rem}.gallery-item{height:250px}.category-title-header{font-size:2.2rem}}@media screen and (max-width:768px){.category-gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.gallery-item{height:200px}.category-title-header{font-size:1.8rem}.category-description{font-size:1rem;margin-bottom:2rem}}@media screen and (max-width:480px){.category-gallery{grid-template-columns:1fr 1fr;gap:.8rem}.gallery-item{height:160px}.category-container{padding:1rem}.category-title-header{font-size:1.5rem;margin-bottom:1rem}.category-description{font-size:.9rem;margin-bottom:1.5rem}}.portfolio-section-container{display:block;padding:2rem;width:100%;height:100%;background:#000;font-family:WorkSans,sans-serif}@media screen and (min-width:768px){.portfolio-section-container{padding:4rem}}.gallery-title{font-size:2.5rem;margin:0 0 2rem;text-align:center;color:#fff;letter-spacing:3px;font-weight:400;position:relative}.gallery-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:2px;background-color:#cf793b}.uniform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.uniform-grid .grid-card:nth-child(4),.uniform-grid .grid-card:nth-child(5){grid-column-end:span 1.5}.grid-card{background-color:#111;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.2);position:relative;aspect-ratio:1/1;transform:translateZ(0);will-change:transform;backface-visibility:hidden;perspective:1000px}.grid-card-link{display:block;height:100%;text-decoration:none;color:#fff}.grid-card-image{width:100%;height:100%;background-size:cover;background-position:50%;position:relative}.grid-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.8));opacity:.7;transition:opacity .3s ease}.grid-card-content{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;background:rgba(0,0,0,.7);transition:background-color .3s ease}.grid-card:hover .grid-card-content{background:rgba(207,121,59,.9)}.grid-card:hover .grid-card-overlay{opacity:.4}.grid-card-number{position:absolute;top:15px;right:15px;width:35px;height:35px;display:flex;align-items:center;justify-content:center;background-color:#cf793b;color:#fff;font-weight:700;border-radius:50%;font-size:1rem;z-index:1}.grid-card-title{margin:0;font-size:1.1rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-align:center}@media screen and (max-width:1200px){.uniform-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.uniform-grid .grid-card:nth-child(4),.uniform-grid .grid-card:nth-child(5){grid-column-end:auto}}@media screen and (max-width:992px){.uniform-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media screen and (max-width:768px){.uniform-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.gallery-title{font-size:2rem;margin-bottom:1.5rem}.grid-card-content{padding:1rem}.grid-card-title{font-size:.9rem}.grid-card-number{width:30px;height:30px;font-size:.9rem;top:10px;right:10px}}@media screen and (max-width:480px){.portfolio-section-container{padding:1.5rem 1rem}.uniform-grid{grid-template-columns:repeat(1,1fr);gap:1rem}.gallery-title{font-size:1.7rem;margin-bottom:1.2rem}.grid-card-content{padding:.8rem}.grid-card-title{font-size:.9rem}.grid-card-number{width:25px;height:25px;font-size:.8rem;top:8px;right:8px}}.blog-post-section{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;color:#fff;z-index:20;overflow-y:auto;padding:20px;box-sizing:border-box}.blog-post-container{max-width:900px;margin:40px auto;padding:30px;background:hsla(0,0%,8%,.85);border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.5);position:relative;border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(10px)}.blog-post-title{font-size:36px;text-align:center;margin-bottom:20px;color:#fff;font-weight:500}.blog-post-meta{display:flex;justify-content:center;gap:20px;margin-bottom:30px;font-size:14px;color:hsla(0,0%,100%,.6)}.blog-post-category{color:#cf793b;font-weight:500;text-transform:uppercase;letter-spacing:1px}.blog-post-date{color:hsla(0,0%,100%,.6)}.blog-post-header{margin-bottom:30px;border-bottom:1px solid hsla(0,0%,100%,.1);padding-bottom:20px}.blog-post-header h2{font-size:28px;margin-bottom:15px;font-weight:400;color:#fff}.blog-post-header p{font-size:18px;line-height:1.6;color:hsla(0,0%,100%,.8)}.blog-post-content{font-size:16px;line-height:1.8;color:hsla(0,0%,100%,.9)}.blog-post-content h3{font-size:24px;margin:30px 0 15px;color:#cf793b;font-weight:500}.blog-post-content p{margin-bottom:20px}.blog-post-content strong{color:#fff;font-weight:500}.blog-post-content ul{margin-bottom:20px;padding-left:20px;list-style-type:none}.blog-post-content ul li{margin-bottom:10px;position:relative;padding-left:15px}.blog-post-content ul li:before{content:"•";color:#cf793b;position:absolute;left:0;font-size:14px;line-height:24px}.blog-post-content ul ul{margin-top:8px;margin-bottom:0;padding-left:15px}.blog-post-content ul ul li:before{content:"◦";font-size:12px}.blog-post-image{margin:30px 0;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.3)}.blog-post-image img{width:100%;height:auto;display:block}.back-to-blog{margin-top:40px;text-align:center}.back-to-blog a{display:inline-block;padding:10px 20px;background:rgba(207,121,59,.2);color:#cf793b;border:1px solid #cf793b;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease}.back-to-blog a:hover{background:rgba(207,121,59,.4);transform:translateY(-2px);box-shadow:0 5px 10px rgba(0,0,0,.2)}@media screen and (max-width:768px){.blog-post-container{padding:20px;margin:20px auto}.blog-post-title{font-size:28px}.blog-post-header h2{font-size:22px}.blog-post-content h3{font-size:20px}.blog-post-content,.blog-post-header p{font-size:16px}}@media screen and (max-width:480px){.blog-post-container{padding:15px;margin:10px auto}.blog-post-title{font-size:24px}.blog-post-meta{flex-direction:column;align-items:center;gap:5px}.blog-post-header h2{font-size:20px}.blog-post-content h3{font-size:18px}.blog-post-content,.blog-post-header p{font-size:14px}}@media screen and (max-width:768px){.content-center{padding:15px 30px;max-width:85%}.hero-section .dancing,.hero-section h1{white-space:normal}}@media screen and (max-width:480px){.content-center{padding:10px 20px;max-width:80%}}.about-close,.blog-close,.contact-close,.portfolio-close,.price-close{top:24px;right:24px;width:44px;height:44px;border:1px solid rgba(40,33,29,.18);border-radius:50%;background:hsla(38,52%,96%,.86);box-shadow:0 18px 40px rgba(24,18,14,.12);backdrop-filter:blur(14px);transition:transform .22s ease,background .22s ease,border-color .22s ease}.about-close:after,.about-close:before,.blog-close:after,.blog-close:before,.contact-close:after,.contact-close:before,.portfolio-close:after,.portfolio-close:before,.price-close:after,.price-close:before{content:"";position:absolute;top:50%;left:50%;width:18px;height:1px;background:#2f2924;transform-origin:center}.about-close:before,.blog-close:before,.contact-close:before,.portfolio-close:before,.price-close:before{transform:translate(-50%,-50%) rotate(45deg)}.about-close:after,.blog-close:after,.contact-close:after,.portfolio-close:after,.price-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.about-close:hover,.blog-close:hover,.contact-close:hover,.portfolio-close:hover,.price-close:hover{transform:rotate(90deg) scale(1.04);background:#fff;border-color:rgba(207,121,59,.42)}.menu-toggle-button{top:22px;left:22px;background:hsla(38,52%,96%,.18);border:1px solid hsla(0,0%,100%,.32);box-shadow:0 18px 42px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.menu-toggle-button:hover{background:hsla(38,52%,96%,.88);border-color:rgba(207,121,59,.45)}.menu-toggle-button:hover path{stroke:#2f2924}.menu-toggle-button.open{background:hsla(38,52%,96%,.92);border-color:rgba(207,121,59,.4)}.menu-toggle-button.open path{stroke:#2f2924}.menu-background{width:320px;background:rgba(21,18,16,.94);box-shadow:18px 0 50px rgba(0,0,0,.24)}.navigation-menu{padding:105px 0 25px 34px}.about-section,.contact-section,.price-section{background:#f4eee6;color:#2f2924}.about-section{padding:88px 24px 48px}.about-section .content-center{position:relative;top:auto;left:auto;transform:none;display:grid;grid-template-columns:minmax(240px,360px) minmax(0,640px);align-items:center;gap:clamp(28px,5vw,72px);max-width:1120px;width:100%;min-height:calc(100vh - 176px);margin:0 auto;padding:0;background:transparent;border-radius:0;box-shadow:none}.about-section .about-face{position:relative;width:100%}.about-section .about-face:after{content:"";position:absolute;right:-18px;bottom:-18px;width:72%;height:74%;border:1px solid rgba(207,121,59,.34);z-index:-1}.about-section img{width:100%;height:auto;max-height:640px;object-fit:cover;border-radius:0;box-shadow:0 30px 80px rgba(42,33,26,.2)}.about-section .about-description,.about-section .content-center>p:not(.about-description){grid-column:2}.about-section .about-face{grid-row:1/span 6}.about-section .about-description{align-self:end;margin-bottom:18px;color:#2f2924;font-family:TheSeasons,serif;font-size:clamp(34px,4vw,58px);font-weight:400;line-height:1.05;text-align:left}.about-section p{color:rgba(47,41,36,.74);font-size:16px;line-height:1.85;text-align:left;max-width:620px}.about-section p span{display:inline-block;margin-top:12px;color:#9f633a;font-size:28px}.price-section{padding:84px 24px 44px}.price-section .price-wrapper{max-width:1320px;margin:0 auto;padding:0;color:#2f2924}.price-section .price-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.price-section .price-card{min-height:0;padding:28px;background:rgba(255,252,247,.78);border:1px solid rgba(47,41,36,.1);border-radius:0;box-shadow:0 24px 70px rgba(40,33,29,.08);transition:transform .26s ease,border-color .26s ease,box-shadow .26s ease}.price-section .price-card:hover{transform:translateY(-4px);border-color:rgba(207,121,59,.34);box-shadow:0 30px 80px rgba(40,33,29,.12)}.price-section .price-card h4{color:#2f2924;font-family:TheSeasons,serif;font-size:clamp(24px,2.1vw,34px);font-weight:400;line-height:1.05;letter-spacing:0;margin-bottom:18px}.price-section .price-card .description{color:rgba(47,41,36,.68);font-size:14px;line-height:1.75;margin-bottom:20px}.price-section .price-card ul{display:grid;gap:8px;margin-bottom:22px}.price-section .price-card ul li{color:rgba(47,41,36,.82);font-size:14px;line-height:1.55;padding-left:18px}.price-section .price-card ul li:before{content:"";top:.72em;width:5px;height:5px;border-radius:50%;background:#9f633a;transform:none}.price-section .price-card .price{color:#2f2924;background:transparent;border-top:1px solid rgba(47,41,36,.12);border-radius:0;padding:18px 0 0;font-family:TheSeasons,serif;font-size:30px;font-weight:400;text-align:left}.price-section .price-card.additional-services,.price-section .price-card.gift-card{background:#2f2924;border:1px solid rgba(207,121,59,.42)}.price-section .price-card.additional-services .description,.price-section .price-card.additional-services h4,.price-section .price-card.additional-services ul li,.price-section .price-card.gift-card .description,.price-section .price-card.gift-card h4,.price-section .price-card.gift-card ul li{color:#f4eee6}.price-section .alternative-contact{max-width:720px;margin:32px auto 0;color:rgba(47,41,36,.68);font-size:14px}.price-section .alternative-contact a{color:#9f633a}.contact-section{padding:88px 24px 48px}.contact-page{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(320px,1.15fr);align-items:stretch;gap:clamp(22px,4vw,56px);width:100%;max-width:1120px;min-height:calc(100vh - 176px);margin:0 auto}.contact-direct,.contact-form-container{background:rgba(255,252,247,.78);border:1px solid rgba(47,41,36,.1);box-shadow:0 24px 70px rgba(40,33,29,.08)}.contact-direct{display:flex;flex-direction:column;justify-content:flex-end;gap:28px;padding:clamp(28px,5vw,54px);min-height:420px;background-image:linear-gradient(rgba(47,41,36,.26),rgba(47,41,36,.34)),url(/diana.jpg);background-size:cover;background-position:50%;color:#fff}.contact-direct>a{max-width:100%;overflow-wrap:anywhere;color:#fff;font-family:TheSeasons,serif;font-size:clamp(30px,4vw,52px);line-height:1.04}.contact-section .social{justify-content:flex-start;gap:12px}.contact-section .social a{width:44px;height:44px;margin:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.46);border-radius:50%;background:hsla(0,0%,100%,.14)}.contact-section .social a:hover{background:hsla(0,0%,100%,.24)}.contact-section .social a img{width:20px;height:20px}.contact-form-container{max-width:none;margin:0;padding:clamp(28px,4vw,46px);border-radius:0;color:#2f2924}.contact-form-container h3{color:#2f2924;font-family:TheSeasons,serif;font-size:clamp(34px,4vw,54px);font-weight:400;letter-spacing:0;text-align:left}.alternative-contact,.form-description{color:rgba(47,41,36,.68);text-align:left}.form-group input,.form-group select,.form-group textarea{color:#2f2924;background:hsla(0,0%,100%,.66);border:1px solid rgba(47,41,36,.14);border-radius:0}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(47,41,36,.46)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:rgba(159,99,58,.62);box-shadow:0 0 0 3px rgba(159,99,58,.12)}.submit-button{width:100%;background:#2f2924;border-radius:0;padding:14px 25px}.submit-button:hover{background:#9f633a}.contact-form-container .alternative-contact a{color:#9f633a}@media screen and (max-width:1024px){.about-section .content-center,.contact-page{grid-template-columns:1fr;min-height:auto}.about-section .about-description,.about-section .about-face,.about-section .content-center>p:not(.about-description){grid-column:1;grid-row:auto}.about-section .about-face{max-width:420px}.price-section .price-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:768px){.about-close,.blog-close,.contact-close,.portfolio-close,.price-close{top:18px;right:18px;width:40px;height:40px}.menu-toggle-button{top:18px;left:18px;width:44px;height:44px}.about-section,.contact-section,.price-section{padding:78px 18px 34px}.price-section .price-list{grid-template-columns:1fr}.contact-direct{min-height:340px}}@media screen and (max-width:480px){.about-section .content-center,.contact-page{gap:24px}.about-section p,.price-section .price-card .description,.price-section .price-card ul li{font-size:13px}.contact-direct,.contact-form-container,.price-section .price-card{padding:24px}}.blog-close.hover-target:after,.blog-close.hover-target:before{display:block}.framer-menu{position:fixed;inset:0 auto 0 0;width:100vw;height:100vh;z-index:9999;pointer-events:none}.framer-menu.is-open{pointer-events:auto}.menu-scrim{position:fixed;inset:0;background:rgba(0,0,0,.28);backdrop-filter:blur(1.5px);z-index:1}.menu-background{position:fixed;top:0;left:0;bottom:0;width:min(320px,82vw);background:rgba(17,14,12,.97);box-shadow:22px 0 70px rgba(0,0,0,.34);backdrop-filter:blur(18px);z-index:2;will-change:transform}.menu-toggle-button{position:fixed;top:26px;left:26px;width:48px;height:48px;border:1px solid hsla(0,0%,100%,.44);border-radius:50%;background:rgba(17,14,12,.62);box-shadow:0 14px 34px rgba(0,0,0,.22);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer!important;z-index:4}.menu-toggle-button.open,.menu-toggle-button:hover{background:rgba(17,14,12,.86);border-color:hsla(0,0%,100%,.68)}.menu-toggle-button svg,.menu-toggle-button.open svg{margin-left:0}.menu-toggle-button path,.menu-toggle-button.open path,.menu-toggle-button:hover path{stroke:#fff}.navigation-menu{position:fixed;top:0;left:0;width:min(320px,82vw);padding:118px 0 25px 56px;z-index:3}.navigation-menu li{margin-bottom:26px}.menu-item-link{width:auto;display:inline-block}.about-close,.blog-close,.contact-close,.dot,.menu-item-link,.menu-item-link *,.navigation-menu li,.portfolio-close,.price-close,.social a,.submit-button,[role=button],a,button{cursor:pointer!important}input,textarea{cursor:text!important}select,select option{cursor:pointer!important}.text-placeholder{font-family:WorkSans,sans-serif!important;font-size:14px;letter-spacing:3px!important}.about-section .about-description,.contact-direct>a,.contact-form-container h3,.price-section .price-card .price,.price-section .price-card h4{font-family:WorkSans,sans-serif}.about-section .about-description{font-size:clamp(34px,3.8vw,56px);font-weight:300;letter-spacing:0}.contact-direct>a{font-size:clamp(28px,3.2vw,44px);font-weight:300;letter-spacing:0}.contact-form-container h3,.price-section .price-card h4{font-weight:500;letter-spacing:1px}.price-section .price-card .price{font-weight:500}@media screen and (max-width:480px){.menu-toggle-button{top:22px;left:22px;width:46px;height:46px}.navigation-menu{padding-left:34px}}.framer-menu.is-closed{pointer-events:none}.framer-menu.is-closed .menu-background,.framer-menu.is-closed .menu-scrim,.framer-menu.is-closed .navigation-menu{pointer-events:none!important}.menu-item-link,.menu-item-link *,.menu-toggle-button,.menu-toggle-button *,.menu-toggle-button path,.menu-toggle-button svg,.navigation-menu li,.navigation-menu li *{pointer-events:auto!important;cursor:pointer!important}.framer-menu.is-open .menu-scrim{cursor:pointer!important}.contact-direct>a{font-family:WorkSans,sans-serif;font-size:clamp(18px,1.7vw,28px);font-weight:500;letter-spacing:.02em;line-height:1.2;white-space:nowrap;overflow-wrap:normal}@media screen and (max-width:640px){.contact-direct>a{font-size:clamp(15px,4.4vw,22px);white-space:normal}}.framer-menu{isolation:isolate}.menu-scrim{background:rgba(10,8,7,.38);backdrop-filter:blur(4px) saturate(.92)}.menu-background{overflow:hidden;background:linear-gradient(140deg,rgba(39,32,27,.98),rgba(12,10,9,.98) 58%,rgba(3,3,3,.98)),rgba(17,14,12,.98);border-right:1px solid hsla(38,52%,96%,.12);box-shadow:24px 0 80px rgba(0,0,0,.42)}.menu-background:after,.menu-background:before{content:"";position:absolute;pointer-events:none}.menu-background:before{inset:20px 18px;border:1px solid hsla(38,52%,96%,.1)}.menu-background:after{top:0;right:34px;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(207,121,59,.74),transparent);opacity:.78}.menu-toggle-button{color:#fff;overflow:visible;background:rgba(24,20,17,.68);border-color:hsla(38,52%,96%,.5);box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 0 0 1px hsla(0,0%,100%,.08);transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.menu-toggle-button:after,.menu-toggle-button:before{content:"";position:absolute;inset:-7px;border-radius:50%;pointer-events:none;transition:transform .26s ease,opacity .26s ease}.menu-toggle-button:before{border:1px solid rgba(207,121,59,.44);opacity:0;transform:scale(.78)}.menu-toggle-button:after{inset:7px;background:rgba(207,121,59,.18);opacity:0;transform:scale(.72)}.menu-toggle-button.open,.menu-toggle-button:hover{border-color:rgba(207,121,59,.62);box-shadow:0 22px 54px rgba(0,0,0,.32),inset 0 0 0 1px rgba(207,121,59,.18)}.menu-toggle-button:hover{background:hsla(38,52%,96%,.92)}.menu-toggle-button.open{background:radial-gradient(circle at 35% 28%,hsla(38,52%,96%,.22),transparent 36%),linear-gradient(140deg,rgba(207,121,59,.96),rgba(96,55,35,.96));border-color:hsla(38,52%,96%,.36)}.menu-toggle-button.open:after,.menu-toggle-button.open:before,.menu-toggle-button:hover:after,.menu-toggle-button:hover:before{opacity:1;transform:scale(1)}.menu-toggle-button:not(.open):hover path{stroke:#2f2924}.menu-toggle-button.open path,.menu-toggle-button.open:hover path{stroke:#fff}.toggle-inner{position:relative;z-index:1}.navigation-menu{padding:126px 38px 32px 42px}.navigation-menu li{margin-bottom:18px}.menu-item-link{display:block;width:100%;padding:10px 0}.menu-item-content{gap:17px}.menu-item-index{min-width:28px;color:rgba(207,121,59,.86);font-family:WorkSans,sans-serif;font-size:11px;font-weight:500;line-height:1;letter-spacing:.12em}.text-placeholder{display:inline-flex;align-items:center;min-height:28px;color:hsla(0,0%,100%,.9)!important;font-size:13px!important;letter-spacing:.18em!important;transition:color .22s ease,transform .22s ease}.text-placeholder:after{bottom:-4px;height:1px;background:linear-gradient(90deg,#cf793b,hsla(38,52%,96%,.72))}.navigation-menu li:hover .text-placeholder{color:#fff!important}.navigation-menu li:hover .text-placeholder:after{width:100%}@media screen and (max-width:480px){.navigation-menu{padding:108px 28px 28px 30px}.menu-item-content{gap:14px}}