.navbar-container{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#0009;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 2px 20px #00000026;color:#fff;left:50%;max-width:1200px;padding:10px 24px;position:fixed;top:16px;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s ease;width:90%;z-index:1000}.navbar-container.hidden{transform:translateX(-50%) translateY(-120px)}.navbar-container.visible{transform:translateX(-50%) translateY(0)}.navbar-content{align-items:center;display:flex;width:100%}.navbar-logo{height:50px;transition:opacity .3s ease;width:auto}.navbar-logo:hover{opacity:.85}.navbar-spacer{flex:1 1}.navbar-links{align-items:center;color:#fff;display:flex;gap:28px}.navbar-link{color:#ffffffe6!important;font-family:Lato,sans-serif;font-size:.72rem;font-weight:400;letter-spacing:2px;padding:.3rem 0;position:relative;text-decoration:none!important;transition:color .2s ease}.navbar-link:after{background:#fff;bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.navbar-link:hover{color:#fff!important}.navbar-link:hover:after{width:100%}.mobile-navbar-container{position:fixed;right:20px;top:20px;z-index:1001}.hamburger-button{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#00000080!important;border:1px solid #fff3!important;border-radius:50%!important;height:50px!important;transition:background .3s ease,transform .3s ease!important;width:50px!important}.hamburger-button:hover{background:#000000bf!important;transform:scale(1.05)}.mobile-menu{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#000000f5;display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s ease;width:100vw;z-index:1000}.mobile-menu-open{opacity:1;transform:translateY(0)}.mobile-menu-links{flex-direction:column;gap:2rem;text-align:center}.mobile-menu-link{color:#ffffffd9!important;display:inline-block;font-family:Cormorant Garamond,serif;font-size:2rem!important;font-weight:300;letter-spacing:4px;padding:.5rem 1rem;text-decoration:none!important;transition:color .25s ease,transform .25s ease}.mobile-menu-link:hover{color:#fff!important;transform:translateY(-2px)}@media (max-width:1024px){.navbar-container{width:92%}.navbar-logo{height:44px}.navbar-links{gap:20px}}@media (max-width:768px){.navbar-container{display:none}}@media (max-width:480px){.mobile-navbar-container{right:15px;top:15px}.hamburger-button{height:45px!important;width:45px!important}.mobile-menu-link{font-size:1.7rem!important;letter-spacing:3px}}@media (max-width:320px){.mobile-navbar-container{right:10px;top:10px}.hamburger-button{height:40px!important;width:40px!important}.mobile-menu-link{font-size:1.4rem!important;letter-spacing:2px}}.desktop-color-toggle{color:#fff!important;margin-left:16px}.mobile-color-toggle{color:#fff!important;margin-right:12px}@keyframes heroFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes heroSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollBounce{0%,to{opacity:.7;transform:translateX(-50%) translateY(0)}50%{opacity:1;transform:translateX(-50%) translateY(10px)}}.hero-container{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;height:100vh;height:100dvh;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}.hero-container:before{background:linear-gradient(180deg,#00000040 0,#00000073);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{width:100%;z-index:2}.hero-logo{animation:heroFadeIn 1.2s ease both;filter:drop-shadow(0 4px 16px rgba(0,0,0,.35));transition:transform .4s ease,filter .4s ease}.hero-logo:hover{filter:drop-shadow(0 6px 24px rgba(0,0,0,.45));transform:scale(1.02)}.hero-text{animation:heroSlideUp 1s ease .4s both;font-family:Lato,sans-serif;font-weight:300;letter-spacing:.5px;line-height:1.7;margin:0 auto;max-width:600px;text-shadow:0 1px 4px #00000080}.nav-links{animation:heroSlideUp 1s ease .6s both;display:flex;gap:2.5rem;justify-content:center;margin:2rem 0}.nav-link{color:#ffffffe6!important;font-family:Lato,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:2.5px;padding:.4rem 0;position:relative;text-decoration:none!important;transition:color .25s ease}.nav-link:after{background-color:#fff;bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav-link:hover{color:#fff!important}.nav-link:hover:after{width:100%}.social-icons{animation:heroSlideUp 1s ease .8s both;gap:1rem;margin-top:2rem}.social-icon,.social-icons{display:flex;justify-content:center}.social-icon{align-items:center;background-color:#ffffff26;border:1px solid #ffffff59;border-radius:50%;height:42px;padding:.8rem;text-decoration:none;transition:background-color .3s ease,border-color .3s ease,transform .3s ease;width:42px}.social-icon:hover{background-color:#ffffff4d;border-color:#fff9;transform:translateY(-3px)}.scroll-indicator{animation:scrollBounce 2.5s ease-in-out infinite;bottom:2.5rem;color:#fffc;cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);transition:color .3s ease;z-index:2}.scroll-indicator:hover{color:#fff}@media (max-width:1024px){.hero-logo{width:500px}.hero-text{font-size:1rem;max-width:600px}}@media (max-width:768px){.hero-container{padding:0 20px}.hero-logo{max-width:85vw;width:400px}.hero-text{font-size:.95rem;max-width:500px}.nav-links{flex-direction:column;gap:1rem;margin:1.5rem 0}.nav-link{font-size:.9rem;letter-spacing:1px}.social-icons{gap:1rem;margin-top:1.5rem}.social-icon{height:35px;padding:.6rem;width:35px}}@media (max-width:480px){.hero-logo{max-width:80vw;width:300px}.hero-text{font-size:.85rem;max-width:350px;padding:0 10px}.nav-links{gap:.8rem}.nav-link{font-size:.8rem;letter-spacing:.5px}.social-icons{gap:.8rem}.social-icon{height:30px;padding:.5rem;width:30px}.icon-text{font-size:12px}.scroll-indicator{bottom:1rem}}@media (max-width:320px){.hero-logo{max-width:78vw;width:250px}.hero-text{font-size:.8rem;max-width:280px}.nav-link{font-size:.75rem}}.about-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:80px 40px}@media (max-width:768px){.about-container{min-height:0;min-height:auto}}.about-content{align-items:center;gap:80px;max-width:1100px;width:100%}.about-text-section{flex:1 1;max-width:560px}.about-intro{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:300;letter-spacing:1px;line-height:1.2;margin-bottom:2rem}.about-intro:after{background-color:currentColor;content:"";display:block;height:1px;margin-top:1rem;opacity:.4;transition:width .5s ease;width:50px}.about-text-section:hover .about-intro:after{opacity:.7;width:80px}.about-description{font-family:Lato,sans-serif;font-size:1rem;font-weight:300;line-height:1.85;margin-bottom:1.4rem;opacity:.85}.about-signature{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic;font-weight:300;letter-spacing:1px;margin-top:2rem;opacity:.9}.about-image-section{align-items:center;display:flex;flex:1 1;justify-content:center}.about-image{border-radius:2px;box-shadow:0 20px 60px #0000001f;display:block;height:auto;max-width:460px;transition:transform .5s ease,box-shadow .5s ease;width:100%}.about-image:hover{box-shadow:0 28px 70px #0000002e;transform:scale(1.015)}@media (max-width:1024px){.about-container{padding:60px 30px}.about-content{gap:60px}.about-intro{font-size:2.1rem}}@media (max-width:768px){.about-content{flex-direction:column-reverse;gap:40px}.about-container{padding:50px 24px}.about-text-section{max-width:100%}.about-intro{font-size:2rem;text-align:center}.about-intro:after{margin-left:auto;margin-right:auto}.about-description{font-size:.95rem;text-align:center}.about-signature{text-align:center}.about-image{max-width:380px}}@media (max-width:480px){.about-container{min-height:auto;padding:36px 16px}.about-content{gap:28px}.about-intro{font-size:1.8rem}.about-description{font-size:.9rem;line-height:1.7;margin-bottom:1.1rem}.about-signature{font-size:1.2rem;margin-top:1.5rem}.about-image{max-width:300px}}@media (max-width:320px){.about-container{padding:24px 12px}.about-intro{font-size:1.6rem}.about-description{font-size:.85rem}.about-image{max-width:260px}}.lb-overlay{align-items:center;animation:lb-fade-in .3s ease;background:#000000eb;cursor:zoom-out;display:flex;inset:0;justify-content:center;overscroll-behavior:contain;position:fixed;touch-action:pan-y;z-index:9000}@keyframes lb-fade-in{0%{opacity:0}to{opacity:1}}.lb-panel{animation:lb-slide-up .35s cubic-bezier(.22,1,.36,1);background:#111;border-radius:2px;cursor:default;display:flex;flex-direction:column;max-height:92vh;overflow:hidden;position:relative;width:min(92vw,1000px)}@keyframes lb-slide-up{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lb-header{align-items:center;border-bottom:1px solid #ffffff12;display:flex;flex-shrink:0;gap:12px;padding:14px 20px}.lb-title{color:#ffffffd9;flex:1 1;font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:300;letter-spacing:3px;text-transform:uppercase}.lb-counter{color:#ffffff59;font-family:Lato,sans-serif;font-size:.72rem;letter-spacing:1.5px}.lb-close{align-items:center!important;border-radius:50%!important;color:#ffffff73!important;display:flex!important;flex-shrink:0;height:32px!important;justify-content:center!important;transition:color .2s ease,background .2s ease!important;width:32px!important}.lb-close:hover{background:#ffffff14!important;color:#fff!important}.lb-stage{background:#0a0a0a;flex:1 1;min-height:0;overflow:hidden;position:relative}.lb-image-wrap,.lb-stage{align-items:center;display:flex;justify-content:center}.lb-image-wrap{height:100%;width:100%}.lb-enter{animation:none}.lb-exit-right{animation:lb-slide-left .32s cubic-bezier(.4,0,.2,1) forwards}.lb-exit-left{animation:lb-slide-right .32s cubic-bezier(.4,0,.2,1) forwards}@keyframes lb-slide-left{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(-60px) scale(.96)}}@keyframes lb-slide-right{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(60px) scale(.96)}}.lb-image{-webkit-user-drag:none;display:block;height:auto;max-height:calc(92vh - 156px);max-width:100%;object-fit:contain;-webkit-user-select:none;user-select:none;width:auto}.lb-arrow{align-items:center!important;background:#00000059!important;border:1px solid #ffffff1f!important;border-radius:50%!important;color:#ffffff80!important;display:flex!important;height:44px!important;justify-content:center!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease!important;width:44px!important;z-index:2}.lb-arrow--left{left:14px!important}.lb-arrow--right{right:14px!important}.lb-arrow:hover{background:#0009!important;border-color:#ffffff73!important;color:#fff!important;transform:translateY(-50%) scale(1.1)!important}.lb-thumbs{border-top:1px solid #ffffff12;display:flex;flex-shrink:0;gap:6px;overflow-x:auto;padding:10px 16px;scrollbar-width:none}.lb-thumbs::-webkit-scrollbar{display:none}.lb-thumb{border:1px solid #0000;border-radius:2px;cursor:pointer;flex-shrink:0;height:64px;opacity:.4;overflow:hidden;transition:opacity .22s ease,border-color .22s ease,transform .22s ease;width:64px}.lb-thumb:hover{opacity:.7;transform:scale(1.05)}.lb-thumb--active{border-color:#ffffff8c;opacity:1}.lb-thumb-img{-webkit-user-drag:none;display:block;height:100%;object-fit:cover;width:100%}@media (max-width:640px){.lb-panel{border-radius:0;max-height:100dvh;width:100vw}.lb-image{max-height:calc(100dvh - 148px)}.lb-thumb{height:52px;width:52px}.lb-arrow{height:36px!important;width:36px!important}.lb-arrow--left{left:6px!important}.lb-arrow--right{right:6px!important}}.portfolio-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));width:100%}.portfolio-item{border-radius:4px;cursor:pointer;overflow:hidden;position:relative;transition:transform .4s ease,box-shadow .4s ease}.portfolio-item:hover{box-shadow:0 16px 40px #00000024;transform:translateY(-6px)}.portfolio-image-container{height:400px;overflow:hidden;position:relative;width:100%}.portfolio-image-container:after{background:#0000;content:"";inset:0;pointer-events:none;position:absolute;transition:background .4s ease}.portfolio-item:hover .portfolio-image-container:after{background:#00000026}.portfolio-overlay{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .35s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-overlay-label{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000006b;border:1px solid #ffffff59;border-radius:1px;color:#fff;font-family:Lato,sans-serif;font-size:.72rem;font-weight:400;letter-spacing:3px;padding:10px 20px;text-transform:uppercase}.portfolio-image{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94);width:100%}.portfolio-item:hover .portfolio-image{transform:scale(1.06)}.portfolio-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;letter-spacing:3px;margin-top:1.2rem;position:relative;text-align:center;text-transform:uppercase}.portfolio-title:after{background-color:currentColor;content:"";display:block;height:1px;margin:.5rem auto 0;opacity:.6;transition:width .4s ease;width:36px}.portfolio-item:hover .portfolio-title:after{opacity:1;width:64px}.portfolio-container{padding:5rem 0;position:relative}.portfolio-container:before{content:"";height:1px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:60px}.section-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;letter-spacing:4px;margin-bottom:3rem;position:relative;text-align:center;text-transform:uppercase}.section-title:after{background-color:currentColor;content:"";display:block;height:1px;margin:.7rem auto 0;opacity:.4;width:50px}@media (max-width:1024px){.portfolio-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.portfolio-container{padding:4rem 0}.section-title{font-size:2rem;margin-bottom:2.5rem}.portfolio-image-container{height:340px}}@media (max-width:768px){.portfolio-grid{gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.portfolio-container{padding:3rem 1rem}.section-title{font-size:1.8rem;letter-spacing:2.5px;margin-bottom:2rem}.portfolio-image-container{height:280px}.portfolio-title{font-size:1.2rem;letter-spacing:2px}}@media (max-width:480px){.portfolio-grid{gap:1rem;grid-template-columns:1fr}.portfolio-container{padding:2rem .5rem}.section-title{font-size:1.6rem;letter-spacing:2px;margin-bottom:1.5rem}.portfolio-image-container{height:240px}.portfolio-title{font-size:1.1rem;letter-spacing:1.5px}.portfolio-item:hover{transform:translateY(-3px)}}@media (max-width:320px){.portfolio-container{padding:1.5rem .25rem}.section-title{font-size:1.5rem;letter-spacing:1.5px}.portfolio-image-container{height:200px}.portfolio-title{font-size:1rem}}.contact-container{align-items:center;display:flex;min-height:100vh;position:relative}.contact-content{align-items:stretch;height:100vh;width:100%}.contact-form-section{display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:50%;padding:3.5rem}.contact-image-section{background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1 1;position:relative}.contact-image-section:before{background:#00000040;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.contact-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;letter-spacing:4px;margin-bottom:.7rem;text-transform:uppercase}.contact-title:after{background-color:currentColor;content:"";display:block;height:1px;margin:.7rem 0 0;opacity:.4;width:50px}.contact-subtitle{font-family:Lato,sans-serif;font-size:.95rem;font-weight:300;line-height:1.7;margin:1.5rem 0 2rem;opacity:.75}.contact-form{max-width:480px;width:100%}.form-label{font-family:Lato,sans-serif;font-size:.8rem;font-weight:400;letter-spacing:1px;margin-bottom:.4rem;text-transform:uppercase}.form-input,.form-select,.form-textarea{border:1px solid #00000026!important;border-radius:2px!important;font-family:Lato,sans-serif!important;font-size:.95rem!important;padding:.75rem!important;transition:border-color .25s ease!important;width:100%!important}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#000!important;box-shadow:0 0 0 1px #000!important;outline:none!important}.form-textarea{min-height:100px!important;resize:vertical!important}.submit-button{background:#000!important;border:none!important;border-radius:2px!important;color:#fff!important;font-family:Lato,sans-serif!important;font-size:.75rem!important;font-weight:400!important;letter-spacing:2px!important;margin-top:1rem!important;padding:.9rem 2rem!important;text-transform:uppercase!important;transition:opacity .25s ease,transform .25s ease!important;width:100%!important}.submit-button:hover{opacity:.85!important;transform:translateY(-1px)!important}.submit-button:active{transform:translateY(0)!important}@media (max-width:1024px){.contact-form-section{padding:2.5rem}.contact-title{font-size:2rem}}@media (max-width:768px){.contact-content{flex-direction:column;height:auto;min-height:100vh}.contact-form-section{max-width:100%;padding:2.5rem 1.5rem}.contact-image-section{min-height:40vh;order:-1}.contact-title{font-size:1.8rem}.contact-title:after{margin:.7rem auto 0}.contact-subtitle{text-align:center}}@media (max-width:480px){.contact-form-section{padding:2rem 1rem}.contact-title{font-size:1.6rem;letter-spacing:2.5px;text-align:center}.contact-subtitle{font-size:.9rem}.form-input,.form-select,.form-textarea{font-size:.9rem!important;padding:.65rem!important}.submit-button{padding:.85rem 1.5rem!important}}@media (max-width:320px){.contact-form-section{padding:1.5rem .75rem}.contact-title{font-size:1.5rem}.contact-subtitle{font-size:.85rem}}.footer-container{background:#000;color:#fff;padding:4rem 0 2rem}.footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-main{align-items:flex-start;display:flex;gap:3rem;justify-content:space-between;margin-bottom:3rem}.footer-section{flex:1 1;min-width:180px}.footer-about{flex:1.5 1}.footer-logo{height:75px;margin-bottom:1rem;opacity:.9;transition:opacity .3s ease;width:auto}.footer-logo:hover{opacity:1}.footer-about-text{color:#fff9;font-family:Lato,sans-serif;font-size:.9rem;font-weight:300;line-height:1.7;max-width:280px}.footer-heading{color:#ffffff80;font-family:Lato,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:2.5px;margin-bottom:1.4rem;text-transform:uppercase}.footer-icon{color:#ffffff80;font-size:1rem;margin-right:.5rem;transition:color .3s ease}.footer-link{color:#ffffffa6!important;font-family:Lato,sans-serif;font-size:.875rem;font-weight:300;text-decoration:none!important;transition:color .25s ease}.footer-link:hover{color:#fff!important;text-decoration:none!important}.footer-text{color:#ffffffa6;font-family:Lato,sans-serif;font-size:.875rem;font-weight:300}.footer-cta{color:#fff6;font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;line-height:1.5;margin-top:1rem;max-width:200px}.footer-divider{border-color:#ffffff14!important;margin:2rem 0!important}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-copyright{color:#ffffff59;font-family:Lato,sans-serif;font-size:.8rem;font-weight:300}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-link{color:#ffffff59!important;font-family:Lato,sans-serif;font-size:.8rem;font-weight:300;text-decoration:none!important;transition:color .25s ease}.footer-bottom-link:hover{color:#fffc!important}@media (max-width:1024px){.footer-content{padding:0 1.5rem}.footer-main{gap:2rem}.footer-logo{height:65px}}@media (max-width:768px){.footer-container{padding:3rem 0 1.5rem}.footer-content{padding:0 1rem}.footer-main{flex-direction:column;gap:2.5rem;text-align:center}.footer-section{align-items:center!important}.footer-about-text{max-width:360px;text-align:center}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer-container{padding:2.5rem 0 1rem}.footer-content{padding:0 .75rem}.footer-main{gap:2rem}.footer-logo{height:55px}.footer-heading{font-size:.65rem;margin-bottom:1rem}.footer-about-text{font-size:.85rem;max-width:300px}.footer-link,.footer-text{font-size:.85rem}.footer-bottom-links{flex-direction:column;gap:.4rem}}@media (max-width:320px){.footer-content{padding:0 .5rem}.footer-logo{height:48px}.footer-about-text,.footer-link,.footer-text{font-size:.8rem}}[data-theme=dark] .portfolio-title:after,[data-theme=dark] .section-title:after{background-color:#fff;opacity:.35}[data-theme=dark] .about-intro:after,[data-theme=dark] .contact-title:after,[data-theme=dark] .pricing-title:after{background-color:#fff;opacity:.3}[data-theme=dark] .pricing-button{background:#fff!important;color:#000!important}[data-theme=dark] .pricing-button:hover{opacity:.85!important}[data-theme=dark] .pricing-arrow{border-color:#ffffff40!important}[data-theme=dark] .pricing-arrow:not([disabled]):hover{border-color:#fff9!important}[data-theme=dark] .submit-button{background:#fff!important;color:#000!important}[data-theme=dark] .submit-button:hover{opacity:.85!important}[data-theme=dark] .form-input:focus,[data-theme=dark] .form-select:focus,[data-theme=dark] .form-textarea:focus{border-color:#fff!important;box-shadow:0 0 0 1px #fff!important}[data-theme=dark] .form-input,[data-theme=dark] .form-select,[data-theme=dark] .form-textarea{border-color:#fff3!important}[data-theme=dark] .contact-image-section:before{background:#00000073}[data-theme=dark] .portfolio-overlay-label{background:#0000008c;border-color:#fff6}.pricing-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:80px 0 60px}.pricing-header{margin-bottom:48px;max-width:800px;padding:0 20px;text-align:center}.pricing-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;letter-spacing:4px;margin-bottom:.7rem;text-transform:uppercase}.pricing-title:after{background-color:currentColor;content:"";display:block;height:1px;margin:.7rem auto 0;opacity:.4;width:50px}.pricing-subtitle{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;font-weight:300;margin-top:1rem;opacity:.65}.pricing-content{align-items:center;display:flex;gap:12px;max-width:1200px;padding:0 16px 20px;width:100%}.pricing-track{--card-gap:28px;display:flex;flex:1 1;gap:28px;overflow:hidden}.pricing-arrow{align-items:center!important;background:#0000!important;border:1px solid #0000002e!important;border-radius:50%!important;color:inherit!important;cursor:pointer;display:flex!important;flex-shrink:0;height:40px!important;justify-content:center!important;opacity:.55;transition:opacity .2s ease,transform .2s ease,border-color .2s ease!important;width:40px!important}.pricing-arrow:not([disabled]):hover{border-color:#0006!important;opacity:1!important;transform:scale(1.12)!important}.pricing-arrow[disabled]{cursor:default!important;opacity:.18!important;pointer-events:none}.pricing-card{border-radius:4px;display:flex;flex:0 0 calc(33.33333% - var(--card-gap)*2/3);flex-direction:column;overflow:hidden;padding:0 0 28px;transition:transform .35s ease,box-shadow .35s ease}.pricing-card:hover{box-shadow:0 24px 48px #0000001a;transform:translateY(-6px)}.package-name{font-size:1.2rem;font-weight:300;letter-spacing:2px;margin:16px 24px 8px;text-transform:uppercase}.package-name,.package-price{font-family:Cormorant Garamond,serif;text-align:center}.package-price{font-size:1.9rem;font-weight:400;letter-spacing:.5px;margin:0 24px 16px}.package-price span{font-size:1rem;font-weight:300;opacity:.65}.package-features{flex-grow:1;list-style:none;margin:0 0 20px;padding:0 24px}.feature-item{align-items:flex-start;display:flex;font-family:Lato,sans-serif;font-size:.9rem;font-weight:300;line-height:1.6;margin-bottom:.9rem;opacity:.85}.feature-icon{flex-shrink:0;margin-right:10px;margin-top:3px;opacity:.7}.pricing-button{background:#000!important;border-radius:2px!important;color:#fff!important;font-family:Lato,sans-serif!important;font-size:.75rem!important;font-weight:400!important;letter-spacing:2px!important;margin:auto 24px 0;padding:.85rem!important;transition:opacity .25s ease,transform .25s ease!important;width:calc(100% - 48px)}.pricing-button:hover{opacity:.85!important;transform:translateY(-1px)!important}.pricing-dots{align-items:center;display:flex;gap:8px;margin-top:28px}.pricing-dot{background:currentColor;border:none;border-radius:50%;cursor:pointer;height:6px;opacity:.2;padding:0;transition:opacity .25s ease,transform .25s ease;width:6px}.pricing-dot--active{opacity:.75;transform:scale(1.4)}.pricing-dot:hover:not(.pricing-dot--active){opacity:.45}@media (max-width:1024px){.pricing-track{--card-gap:20px;gap:20px}.pricing-card{flex:0 0 calc((100% - var(--card-gap))/2)}}@media (max-width:768px){.pricing-container{padding:50px 0 40px}.pricing-header{margin-bottom:32px}.pricing-title{font-size:1.8rem}.pricing-content{gap:8px;padding:0 8px 20px}}@media (max-width:640px){.pricing-container{padding:40px 0 30px}.pricing-header{margin-bottom:24px}.pricing-title{font-size:1.6rem;letter-spacing:2.5px}.pricing-track{--card-gap:0px;gap:16px}.pricing-card{flex:0 0 100%}.package-name{font-size:1.1rem}.package-price{font-size:1.6rem;margin-bottom:12px}.feature-item{font-size:.85rem;margin-bottom:.7rem}.pricing-arrow{height:34px!important;width:34px!important}}
/*# sourceMappingURL=main.c9ba158f.css.map*/