@import"https://fonts.googleapis.com/css2?family=Karla:wght@700&display=swap";:root{--primary: #f5f1e1;--secondary: #4c7a6a;--accent: #8d6b94;--gray: #f5f1e1;--font-main: "Montserrat", Arial, sans-serif;--font-heading: "Karla", Arial, sans-serif;--black: #4c7a6a;--white: #f5f1e1;--purple: #8d6b94;--green: #4caf50;--cream: #f9f3e6}p{color:#f5f1e1}html,body{height:auto;overflow-x:hidden}body{font-family:var(--font-main);background:var(--black);color:var(--secondary);margin:0;padding:0;min-height:auto;width:100%;box-sizing:border-box}#app{display:flex;flex-direction:column;min-height:auto;width:100%;overflow-x:hidden}.header{background:var(--primary);color:var(--black);padding:2rem 3.5rem;position:relative;width:100%;box-sizing:border-box;overflow:visible;z-index:10}.header:after{content:"";position:absolute;bottom:-15px;left:0;width:100%;height:15px;background:linear-gradient(to bottom,#f5f1e1cc,#f5f1e166,#f5f1e100);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);z-index:5;pointer-events:none}@media screen and (max-width: 499px){.header:after{height:20px;bottom:-20px}}@media screen and (min-width: 500px) and (max-width: 999px){.header:after{height:18px;bottom:-18px}}@media screen and (min-width: 1000px){.header:after{height:12px;bottom:-12px}}.header h1{margin:0;font-size:3.5rem;letter-spacing:4px;font-family:var(--font-heading);text-transform:uppercase;transition:color .3s ease;cursor:pointer}.header h1:hover{color:#8d6b94}@media screen and (max-width: 600px){.header h1{font-size:2rem;letter-spacing:2px;text-align:center}}@media screen and (max-width: 420px){.header h1{font-size:1.8rem;letter-spacing:1px}}.header .header-logo-link{display:inline-block;transition:opacity .3s ease,transform .3s ease}.header .header-logo-link:hover{opacity:.8;transform:scale(1.05)}.header .header-logo{height:120px;width:auto;max-width:300px;object-fit:contain;cursor:pointer}@media screen and (max-width: 800px){.header .header-logo{height:250px;max-width:250px}}@media screen and (max-width: 600px){.header .header-logo{height:250px;max-width:200px}}@media screen and (max-width: 420px){.header .header-logo{height:180px;max-width:180px}}.header nav{margin-top:1rem;padding-bottom:20px;border-bottom:1px solid #4c7a6a}.header nav a{color:var(--black);text-decoration:none;font-weight:600;font-size:1.5rem;transition:color .2s;margin:0 0 2.5rem 3.5rem;letter-spacing:4px}.header nav a:hover{color:#8d6b94}.header nav a:first-child{margin-left:.5rem}.header-row{display:flex;justify-content:space-between;align-items:center;padding:0 .5rem;width:100%;box-sizing:border-box}@media screen and (max-width: 800px){.header-row{flex-direction:column;align-items:center;text-align:center;padding-top:3rem;padding-left:1rem;padding-right:1rem}}.header-phone{color:#4c7a6a;font-size:1.7rem;font-weight:700;text-decoration:none;letter-spacing:1px;background:none;padding:.2em;border-radius:6px;transition:background .2s,color .2s;margin-left:.5rem;display:inline-block}@media screen and (max-width: 800px){.header-phone{margin:1rem auto 0;text-align:center;display:block;font-size:1.5rem}}.header-phone:hover,.header-phone:focus{background:#8d6b94;color:#f5f1e1}.header-media{height:85vh;position:absolute;z-index:-1;width:100%;top:0;left:0;display:flex;justify-content:center;align-items:flex-start;overflow:hidden;pointer-events:none;box-sizing:border-box}.header-media img{width:100%;height:85vh;object-fit:cover;display:block;position:relative;box-shadow:none;display:none}.wrapper{max-width:1920px;margin:0 auto;padding-left:2rem;padding-right:2rem;width:100%;box-sizing:border-box}.wrapper-stage{max-width:none}@media (max-width: 768px){.wrapper{padding-left:0;padding-right:0}}.main-content{display:flex;flex-direction:column;color:#fff!important}.main-content p,.main-content h2,.main-content h1,.main-content h3,.main-content h4,.main-content h5,.main-content h6,.main-white{color:#fff!important}.about-highlight{background:transparent;color:#f5f1e1;border-radius:12px;box-shadow:0 2px 16px #00000014;padding:2rem 0;margin-bottom:2.5rem;text-align:left}.about-highlight .about-highlight-text h2,.about-highlight .about-highlight-text h3{color:#f5f1e1!important;font-family:var(--font-heading);letter-spacing:2px;font-size:3rem}.about-highlight .about-highlight-text p{color:#f5f1e1!important;font-size:1.5rem;line-height:1.5}.about-highlight .about-highlight-text ul{list-style-type:disc;display:flex;flex-direction:column}.about-highlight .about-highlight-text li{font-size:1.25em;margin-bottom:.5em;color:#f5f1e1;line-height:1.7}.about-highlight img{display:block;margin:1.5rem auto;max-width:40%;box-shadow:0 2px 8px #00000012}.about-highlight-flex{width:100%;max-width:100vw;margin-left:0;transform:none;border-radius:0;box-shadow:0 2px 16px #00000014;background:transparent;color:#f5f1e1;display:flex;align-items:center;padding:2rem;margin-bottom:2.5rem;text-align:center;gap:2.5rem;box-sizing:border-box}.about-highlight-flex .about-highlight-img{max-width:40%;width:100%;height:auto;border-radius:0;box-shadow:0 2px 8px #00000012;flex-shrink:0;margin-left:2.5rem}.about-highlight-flex .about-highlight-text{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-right:2.5rem}.about-highlight-flex .about-highlight-text h2,.about-highlight-flex .about-highlight-text h3,.about-highlight-flex .about-highlight-text p{color:#f5f1e1!important}.stages-indicator{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:stretch;border:2px solid var(--primary, #f5f1e1);border-radius:10px;padding:1rem .5rem;background:#f5f1e1}.stages-indicator .stage{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;min-height:260px;min-width:0;font-size:1.5rem;text-align:center;padding:2rem 1.5rem;background-color:var(--black);border:solid var(--primary) 1px;color:var(--primary);border-radius:10px;box-shadow:0 2px 12px #00000012;transition:box-shadow .6s ease,background .6s ease,transform .4s ease,border .6s ease;position:relative;overflow:hidden;z-index:1}.stages-indicator .stage:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#8d6b9426,#8d6b9440,#8d6b9426);opacity:0;transition:opacity .8s cubic-bezier(.4,1.4,.6,1),background .8s ease;z-index:0;pointer-events:none}.stages-indicator .stage:hover,.stages-indicator .stage:focus{box-shadow:0 12px 35px #8d6b9466,0 0 25px #8d6b9433;color:#f5f1e1;transform:translateY(-6px) scale(1.025);border:2px solid rgba(245,241,225,.4)}.stages-indicator .stage:hover:before,.stages-indicator .stage:focus:before{opacity:.9;background:linear-gradient(135deg,#8d6b94,#a87fb0,#7a5982)}.stages-indicator .stage:not(:last-child):after{content:"";position:absolute;right:-.75rem;top:50%;transform:translateY(-50%);width:2px;height:60%;background:#eee}.stages-indicator .stage:hover .stage-number,.stages-indicator .stage:hover .stage-num,.stages-indicator .stage:focus .stage-number,.stages-indicator .stage:focus .stage-num{color:#fff!important}.stages-indicator .stage:hover svg,.stages-indicator .stage:focus svg{filter:drop-shadow(0 0 12px #a9a9a9) drop-shadow(0 0 8px #808080)}.stages-indicator .stage svg{fill:var(--white)}.stages-indicator .stage-number{position:absolute;top:1rem;left:1rem;margin-bottom:0;width:auto;display:flex;align-items:flex-start;gap:.2rem;z-index:2;flex-direction:row;background:none;pointer-events:none}.stages-indicator .stage-number svg{display:none}.stages-indicator .stage-num{color:#8d6b94;font-size:1.1rem;font-weight:700;position:static;line-height:1}.stages-indicator .stage-num:hover{color:var(--primary)}.stages-indicator .stage-num:after{content:".";color:#8d6b94;font-size:1.1rem;font-weight:700;margin-left:.1em}.stages-indicator .stage-icon{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto 1.2rem;font-size:2.8rem;color:#4c7a6a;z-index:1;margin-bottom:0;margin-top:1.2rem}.stages-indicator .stage-icon svg{height:52px;width:52px}.stages-indicator .stage-label{margin-top:2.2rem;display:block;width:100%;text-align:center;z-index:1;font-size:2rem}#product-tagline{height:40vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}#product-tagline h2{font-size:4.8rem;font-family:var(--font-heading);margin-bottom:1rem}#product-tagline p{font-size:1.5rem}.main-contact-section{background:#000;color:#fff;border-radius:12px;box-shadow:0 2px 16px #00000014;padding:2rem 2.5rem;margin-bottom:0!important;width:100%;max-width:100%;margin-left:0;transform:none;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.main-contact-links{display:grid;grid-template-columns:repeat(4,1fr);width:100%;margin:0 auto 2rem;border-radius:8px;overflow:hidden;box-sizing:border-box}.main-contact-link-col{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:1.2rem 2.8rem;text-align:center;color:#fff;font-size:1.55rem;font-weight:600;background:transparent;border-right:1.5px solid rgba(255,255,255,.25);transition:background .3s,color .3s;cursor:pointer}@media screen and (max-width: 600px){.main-contact-link-col{font-size:1.3rem;white-space:wrap}}.main-contact-link-col:hover,.main-contact-link-col:focus{background:#fff;color:#000}.main-contact-link-col.main-contact-social{flex-direction:row;min-width:120px}.main-contact-link-col:last-child{border-right:none;padding-left:0}.main-contact-link-col a{color:#fff}.main-contact-link-col:hover a,.main-contact-link-col:focus a{color:#000}.main-contact-link-col:hover .social-link,.main-contact-link-col:focus .social-link{color:#000}.main-contact-social{display:flex;gap:1.5rem;align-items:center;justify-content:center}.social-link{display:inline-flex;align-items:center;justify-content:center;color:inherit;transition:color .6s ease,transform .4s ease,box-shadow .6s ease;text-decoration:none;font-size:1.5rem;width:55px;height:55px;border-radius:10px;position:relative}.header-social .social-link:focus,.header-social .social-link:hover{color:#f5f1e1;transform:translateY(-2px) scale(1.1);box-shadow:0 8px 25px #8d6b9466,0 0 15px #8d6b944d;background:linear-gradient(135deg,#8d6b94,#a87fb0,#7a5982)}.main-contact-social .social-link:focus,.main-contact-social .social-link:hover{color:#4c7a6a;transform:translateY(-2px) scale(1.1);box-shadow:0 8px 25px #f5f1e14d,0 0 15px #f5f1e133;background:#f5f1e1}.social-link svg{width:45px;height:45px}footer.footer{background:#4c7a6a;color:#f5f1e1;text-align:center;padding:0;font-size:1rem;margin-top:0;flex-shrink:0}footer.footer .main-contact-section{border-radius:0;box-shadow:none;margin:0;padding:2rem 1rem 1rem;background:#4c7a6a}footer.footer p{padding:1rem 0;margin:0}.fullwidth-title-widget{position:relative;width:100%;max-width:100%;background:transparent;padding:2.5rem 0 2rem;margin-bottom:0;margin-top:.5rem;box-shadow:0 2px 16px #0000000a;display:flex;justify-content:center;align-items:center;z-index:1;box-sizing:border-box}.fullwidth-title-widget h1{text-align:center;color:#fff!important;font-weight:700;margin:0;letter-spacing:2px;position:relative;display:inline-block;transition:color .2s}.fullwidth-title-widget h1:after{content:"";display:block;margin:0 auto;margin-top:1.1rem;width:80%;max-width:600px;min-width:60px;height:3px;background:linear-gradient(90deg,#8d6b94,#4c7a6a,#f5f1e1);border-radius:2px;opacity:.98;transition:width .7s cubic-bezier(.4,1.4,.6,1),opacity .2s}.fullwidth-title-widget h1:hover:after,.fullwidth-title-widget h1:focus:after{width:100%;opacity:.32}.contact-btn{display:inline-block;padding:.85em 2.2em;font-size:1.15rem;font-weight:700;color:#f5f1e1;background:#8d6b94;border:1.5px solid #8d6b94;border-radius:6px;box-shadow:0 2px 12px #0000001a;text-decoration:none;letter-spacing:1.5px;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s,transform .1s,border .2s;outline:none;margin:1.2rem 0 0;text-align:center}.contact-btn:hover,.contact-btn:focus{background:#f5f1e1;color:#8d6b94;border:1.5px solid #8d6b94;box-shadow:0 4px 18px #0000001a;transform:translateY(-2px) scale(1.03)}.contact-btn:active{background:#a9a9a9;color:#fff;border:1.5px solid #808080;box-shadow:0 1px 4px #0000001a;transform:none}.central-container{max-width:1920px;margin:2.5rem auto 0;padding:2.5rem 2rem 2rem;background:transparent;border-radius:16px;box-sizing:border-box;width:100%;display:flex;flex-direction:column;align-items:stretch}@media (max-width: 768px){.central-container{margin:0;padding:1rem 0;border-radius:0}}.gallery-container{width:100%;max-width:none;margin:0;padding:3rem 0;background:#0006;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.gallery-container .gallery-header{text-align:center;margin-bottom:3rem;width:100%;max-width:800px}.gallery-container .gallery-header h2{color:#fff!important;font-family:var(--font-heading);font-size:3rem;margin-bottom:1rem;letter-spacing:2px}.gallery-container .gallery-header p{color:#fff!important;font-size:1.2rem;opacity:.9}.gallery-container .gallery-filters{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap;width:100%}.gallery-container .gallery-filters .filter-btn{padding:.8rem 1.5rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:1px}.gallery-container .gallery-filters .filter-btn:hover{border-color:#e63946;color:#e63946;transform:translateY(-2px)}.gallery-container .gallery-filters .filter-btn.active{background:linear-gradient(135deg,#e63946,#ff6b8a);border-color:#e63946;color:#fff;box-shadow:0 4px 15px #e639464d}.gallery-container .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;width:100%;max-width:1600px;margin-left:auto;margin-right:auto;justify-content:center;padding:0 2rem;box-sizing:border-box}@media (min-width: 768px){.gallery-container .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}}@media (min-width: 1200px){.gallery-container .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}}@media (min-width: 1600px){.gallery-container .gallery-grid{grid-template-columns:repeat(5,1fr);gap:2rem}}.gallery-container .gallery-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;background:#111;width:100%}.gallery-container .gallery-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 35px #e6394633}.gallery-container .gallery-item:hover .gallery-overlay{opacity:1;transform:translateY(0)}.gallery-container .gallery-item:hover img{transform:scale(1.1)}.gallery-container .gallery-item img{width:100%;height:250px;object-fit:cover;transition:transform .3s ease;display:block}.gallery-container .gallery-item .gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000e6);color:#fff;padding:2rem 1.5rem 1.5rem;opacity:0;transform:translateY(20px);transition:all .3s ease}.gallery-container .gallery-item .gallery-overlay h3{color:#fff!important;font-size:1.2rem;margin-bottom:.5rem;font-weight:700}.gallery-container .gallery-item .gallery-overlay p{color:#ffffffe6!important;font-size:.9rem;margin-bottom:.8rem;line-height:1.4}.gallery-container .gallery-item .gallery-overlay .category-tag{display:inline-block;background:linear-gradient(135deg,#e63946,#ff6b8a);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600;letter-spacing:.5px}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-overlay .lightbox-container{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-overlay .lightbox-close{position:absolute;top:-50px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:10001;padding:.5rem;transition:color .2s ease}.lightbox-overlay .lightbox-close:hover{color:#e63946}.lightbox-overlay .lightbox-prev,.lightbox-overlay .lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:none;color:#fff;font-size:1.5rem;padding:1rem;cursor:pointer;border-radius:50%;transition:all .2s ease;z-index:10001}.lightbox-overlay .lightbox-prev:hover,.lightbox-overlay .lightbox-next:hover{background:#e63946;transform:translateY(-50%) scale(1.1)}.lightbox-overlay .lightbox-prev{left:-60px}.lightbox-overlay .lightbox-next{right:-60px}.lightbox-overlay .lightbox-content{display:flex;flex-direction:column;align-items:center;text-align:center}.lightbox-overlay .lightbox-content img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.lightbox-overlay .lightbox-content .lightbox-info{margin-top:1.5rem;color:#fff}.lightbox-overlay .lightbox-content .lightbox-info h3{color:#fff!important;font-size:1.5rem;margin-bottom:.5rem;font-weight:700}.lightbox-overlay .lightbox-content .lightbox-info p{color:#ffffffe6!important;font-size:1rem;margin-bottom:1rem;max-width:500px}.lightbox-overlay .lightbox-content .lightbox-info .lightbox-counter{display:inline-block;background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;letter-spacing:1px}@media (max-width: 768px){.gallery-container{padding:2rem 0;width:100%;margin:0}.gallery-container .gallery-header h2{font-size:2.5rem}.gallery-container .gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1rem;margin:0 auto;justify-content:center;max-width:100%;box-sizing:border-box}.gallery-container .gallery-item{width:100%}.gallery-container .gallery-item img{height:220px}.gallery-container .gallery-filters{gap:.8rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.gallery-container .gallery-filters .filter-btn{padding:.7rem 1.2rem;font-size:.95rem;min-width:140px;text-align:center}.lightbox-overlay .lightbox-prev,.lightbox-overlay .lightbox-next{display:none}.lightbox-overlay .lightbox-close{top:20px;right:20px}.lightbox-overlay .lightbox-content{padding:0 1rem}.lightbox-overlay .lightbox-content img{max-height:60vh}.lightbox-overlay .lightbox-content .lightbox-info{margin-top:1rem}.lightbox-overlay .lightbox-content .lightbox-info h3{font-size:1.2rem}.lightbox-overlay .lightbox-content .lightbox-info p{font-size:.9rem}}@media (max-width: 600px){.gallery-container{padding:2rem 0}.gallery-container .gallery-header h2{font-size:2rem}.gallery-container .gallery-grid{grid-template-columns:1fr 1fr;gap:1rem;justify-content:center;max-width:100%;padding:0 1rem;margin:0 auto;box-sizing:border-box}.gallery-container .gallery-item{width:100%}.gallery-container .gallery-item img{height:200px}.gallery-container .gallery-filters{gap:.6rem}.gallery-container .gallery-filters .filter-btn{padding:.6rem 1rem;font-size:.9rem;min-width:120px}}@media (max-width: 480px){.gallery-container{padding:2rem 0}.gallery-container .gallery-header h2{font-size:1.8rem}.gallery-container .gallery-grid{grid-template-columns:1fr;gap:1.5rem;justify-content:center;max-width:100%;padding:0 1rem;margin:0 auto;box-sizing:border-box}.gallery-container .gallery-item{width:100%}.gallery-container .gallery-item img{height:220px}.gallery-container .gallery-filters{flex-direction:column;align-items:center;gap:.8rem}.gallery-container .gallery-filters .filter-btn{width:200px;padding:.7rem 1.2rem;font-size:.9rem;text-align:center;min-width:auto}}@media (max-width: 600px){.main-content{margin:0;padding:1rem 0}.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6{font-size:1.5rem;text-align:center}.main-content p{text-align:center}#product-tagline{height:auto;padding:2rem 1rem;text-align:center;align-items:center}#product-tagline h2{font-size:2.5rem;text-align:center}#product-tagline p{font-size:1.2rem;text-align:center}.wrapper{padding-left:0;padding-right:0}.fullwidth-title-widget h1{font-size:2rem;text-align:center}.stages-indicator{grid-template-columns:1fr;gap:1rem;padding:1rem}.stages-indicator .stage{min-height:200px;padding:1.5rem 1rem}.stages-indicator .stage .stage-label{font-size:1.5rem}.main-contact-section{border-radius:0;padding:1.5rem 1rem}.main-contact-section .main-contact-links{grid-template-columns:1fr}.main-contact-section h2{font-size:1.5rem}}@media (max-width: 900px){.main-content{margin:0;padding:1.5rem 1rem}.stages-indicator{grid-template-columns:1fr 1fr;gap:1rem}.about-highlight-flex{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem;margin:0;width:100%}.about-highlight-flex .about-highlight-img{max-width:80%;margin:0 auto}.about-highlight-flex .about-highlight-text{padding:0 1rem;text-align:center}}@media (max-width: 1500px){.main-contact-links{grid-template-columns:1fr;max-width:100%}.main-contact-link-col{border-right:none;border-bottom:1.5px solid rgba(255,255,255,.18);min-width:0;align-items:center;justify-content:center;text-align:center}.main-contact-link-col:last-child{border-bottom:none}.main-contact-social{justify-content:center!important;align-items:center!important;width:100%;text-align:center}}@media (max-width: 700px){.main-contact-links{grid-template-columns:1fr}.main-contact-link-col{border-right:none;border-bottom:1.5px solid rgba(255,255,255,.18);padding:1rem}.main-contact-link-col:last-child{border-bottom:none}.main-contact-social{justify-content:center;gap:1rem}}.hamburger{display:none;background:none;border:none;outline:none;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:0;margin-left:0;z-index:1002;position:static}.hamburger span{display:block;width:30px;height:4px;margin:5px 0;background:#fff;border-radius:2px;transition:.3s}.hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg);background:#000}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg);background:#000}@media (max-width: 800px){.hamburger{display:flex;position:absolute;top:1.5rem;right:1.5rem;margin:0}}.header{position:relative}@media (max-width: 800px){.desktop-nav{display:none!important}}.mobile-menu{display:none}@media (max-width: 800px){.mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;right:-100%;width:80vw;max-width:320px;height:100vh;background:#fff;box-shadow:-2px 0 16px #00000040;z-index:1001;padding:5.5rem 2rem 2rem;gap:0;transition:right .3s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{right:0}.mobile-menu a{color:#000!important;font-size:2rem;font-weight:700;text-decoration:none;margin:0;padding:2rem;letter-spacing:2px;transition:color .3s,background .3s;border-bottom:1px solid rgba(0,0,0,.15);position:relative;width:100%;display:block;box-sizing:border-box}.mobile-menu a:first-child{border-top:1px solid rgba(0,0,0,.15)}.mobile-menu a:hover,.mobile-menu a:focus{color:#666!important;background:#0000000d}}.mobile-menu .header-row{flex-direction:column;align-items:center;justify-content:center}.mobile-menu:before{content:"";display:none}.enquire-button-container{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2.5rem 0;width:100%;flex-wrap:wrap}@media screen and (max-width: 600px){.enquire-button-container{flex-direction:column;gap:1.5rem}}.enquire-btn{display:inline-block;padding:1rem 3rem;font-size:1.25rem;font-weight:700;color:#fff;background:transparent;border:2px solid #fff;border-radius:50px;box-shadow:0 6px 20px #fff3;text-decoration:none;text-transform:uppercase;letter-spacing:8px;cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);outline:none;text-align:center;z-index:1;animation:pulse-glow-theme 3s ease-in-out infinite}.enquire-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--black) 100%);transition:left .6s cubic-bezier(.25,.46,.45,.94);z-index:-1}.enquire-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,#fffc,#fff0 70%);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;z-index:1}.enquire-btn:hover,.enquire-btn:focus{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #8d6b9466,0 0 25px #8d6b9433;border:2px solid #fff;background:linear-gradient(135deg,var(--purple) 0%,var(--black) 100%)}.enquire-btn:hover:before,.enquire-btn:focus:before{left:0}.enquire-btn:hover:after,.enquire-btn:focus:after{width:120px;height:120px;opacity:0}.enquire-btn:active{transform:translateY(-1px) scale(1.02);box-shadow:0 8px 25px #8d6b944d}@media screen and (max-width: 600px){.enquire-btn{padding:.8rem 2rem;font-size:1.1rem;letter-spacing:1px}}@keyframes pulse-glow-theme{0%,to{box-shadow:0 6px 20px #8d6b9433}50%{box-shadow:0 6px 20px #8d6b9466,0 0 15px #8d6b941a}}.gallery-btn{display:inline-block;padding:1rem 3rem;font-size:1.25rem;font-weight:700;color:#fff;background:transparent;border:2px solid #fff;border-radius:50px;box-shadow:0 6px 20px #fff3;text-decoration:none;text-transform:uppercase;letter-spacing:8px;cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);outline:none;text-align:center;z-index:1;animation:pulse-glow-white 3s ease-in-out infinite}.gallery-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,gray,#a9a9a9,#696969);transition:left .6s cubic-bezier(.25,.46,.45,.94);z-index:-1}.gallery-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,#fffc,#fff0 70%);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;z-index:1}.gallery-btn:hover,.gallery-btn:focus{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #80808066,0 0 25px #a9a9a933;border:2px solid #fff;background:linear-gradient(135deg,gray,#a9a9a9,#696969)}.gallery-btn:hover:before,.gallery-btn:focus:before{left:0}.gallery-btn:hover:after,.gallery-btn:focus:after{width:120px;height:120px;opacity:0}.gallery-btn:active{transform:translateY(-1px) scale(1.02);box-shadow:0 8px 25px #ffffff4d}@media screen and (max-width: 600px){.gallery-btn{padding:.8rem 2rem;font-size:1.1rem;letter-spacing:1px}}.header-right{display:flex;align-items:center;gap:2rem}.header-social,.header-phone{display:flex!important;align-items:center}@media (max-width: 600px){.header-row .header-social,.header-row .header-phone{display:none!important}}.header-social{display:flex;align-items:center}.header-social .social-link svg{width:32px;height:32px}.footer a{color:#fff;text-decoration:underline}.featured-list{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:2.2em 0 2em;gap:.7em}.featured-list>div{font-size:1.45em;font-weight:600;color:#fff;letter-spacing:.5px;line-height:1.5}.sports-therapist{background:#4c7a6a;color:#f5f1e1}.sports-therapist .about-highlight-text h3{color:#f5f1e1!important;text-align:center;margin-bottom:2rem}.sports-therapist .about-highlight-text p{color:#f5f1e1!important}.sports-therapist .about-highlight-img{background:#f5f1e14d;padding:1.5rem;border-radius:16px;box-shadow:0 8px 20px #00000026,0 2px 8px #0000001a;border:2px solid rgba(141,107,148,.6)}.sports-therapist .about-highlight-img img{border-radius:12px;box-shadow:0 6px 20px #0000001f;width:100%;height:auto}@media (max-width: 900px){.sports-therapist .about-highlight-img{order:-1;margin-bottom:2rem}}.sports-massage-info{background:linear-gradient(135deg,#f9f3e6,#f5f1e1);color:var(--black);margin-top:0;padding:4rem 0;position:relative}.sports-massage-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--purple) 0%,var(--green) 50%,var(--purple) 100%)}.sports-massage-info .about-highlight{background:transparent;margin-bottom:0;box-shadow:none}.sports-massage-info .about-highlight-text h3{color:var(--purple)!important;text-align:center;margin-bottom:2rem;font-size:2.8rem;font-weight:700}.sports-massage-info .about-highlight-text h4{color:var(--black)!important;font-size:2.2rem;text-align:center;margin:3rem 0 2rem;position:relative}.sports-massage-info .about-highlight-text h4:after{content:"";display:block;width:100px;height:3px;background:var(--purple);margin:1rem auto 0;border-radius:2px}.sports-massage-info .about-highlight-text h5{color:var(--purple)!important;font-size:1.6rem;font-weight:700;margin-bottom:1rem;margin-top:0}.sports-massage-info .about-highlight-text p{color:var(--black)!important;text-align:center;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.sports-massage-info{margin-left:0;margin-right:0;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.sports-massage-info .about-highlight-text h3{font-size:2.2rem}.sports-massage-info .about-highlight-text h4{font-size:1.8rem}}.what-to-expect-section,.before-after-care-section{background:linear-gradient(135deg,#e8f5e8,#d4edda);border-radius:16px;padding:3rem 2rem;margin:3rem 0;position:relative}.what-to-expect-section:before,.before-after-care-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--green);border-radius:2px}.what-to-expect-section h4,.before-after-care-section h4{color:var(--green)!important;margin-bottom:2rem!important}.what-to-expect-section p,.before-after-care-section p{text-align:center!important;color:var(--black)!important}@media (max-width: 768px){.what-to-expect-section,.before-after-care-section{padding:2rem 1.5rem}}.before-after-care-section .care-tips{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:3rem 0 0}@media (max-width: 768px){.before-after-care-section .care-tips{grid-template-columns:1fr;gap:1.5rem}}.before-after-care-section .care-tip-section{background:#fff;border:2px solid var(--green);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #28a7451a}.before-after-care-section .care-tip-section:hover{transform:translateY(-3px);box-shadow:0 8px 24px #28a74533}.before-after-care-section .care-tip-section h5{color:var(--green)!important;font-size:1.6rem;font-weight:700;margin-bottom:1rem;margin-top:0}.before-after-care-section .care-tip-section p{color:var(--black)!important;font-size:1.1rem;line-height:1.6;margin:0}@media (max-width: 768px){.before-after-care-section .care-tip-section{padding:1.5rem}}.sports-massage-info .benefits-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;list-style:none;padding:0;max-width:900px;margin-left:auto;margin-right:auto}.sports-massage-info .benefits-list li{background:var(--purple);color:var(--white);padding:.8rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;text-align:center;box-shadow:0 2px 8px #8d6b944d;transition:all .3s ease;flex:0 0 auto}.sports-massage-info .benefits-list li:hover{transform:translateY(-2px);box-shadow:0 4px 15px #8d6b9466}.sports-massage-info .who-benefits-list{max-width:800px;margin:2rem auto;list-style:none!important;list-style-type:none!important;padding:0;text-align:center}.sports-massage-info .who-benefits-list li{background:#fff;border:2px solid var(--purple);border-radius:12px;padding:1.2rem;margin:0 auto 1rem;color:var(--black);font-size:1.1rem;line-height:1.6;transition:all .3s ease;text-align:center;list-style:none!important;list-style-type:none!important}.sports-massage-info .who-benefits-list li:hover{transform:translateY(-2px);box-shadow:0 4px 15px #8d6b9433;border-color:var(--green)}.sports-massage-info .who-benefits-list li strong{color:var(--purple);font-weight:700;display:block;margin-bottom:.3rem}.sports-massage-info .who-benefits-list li:before{content:none!important}.sports-massage-info .who-benefits-list li:after{content:none!important}@media (max-width: 768px){.sports-massage-info .benefits-list{flex-direction:column;align-items:center}.sports-massage-info .benefits-list li{width:auto;max-width:300px}.sports-massage-info .who-benefits-list{padding:0 1rem}.sports-massage-info .who-benefits-list li{padding:1rem;font-size:1rem}}.review-carousel{background:linear-gradient(135deg,var(--purple) 0%,var(--black) 100%);color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.review-carousel:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--green) 0%,var(--purple) 50%,var(--green) 100%)}.review-carousel .review-carousel-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;padding:0 2rem}.review-carousel .review-carousel-header h2{color:var(--white);font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.review-carousel .review-carousel-header p{color:var(--primary);font-size:1.3rem;margin:0;opacity:.9}.review-carousel .review-carousel-container{display:flex;align-items:center;justify-content:center;position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.review-carousel .review-slides{position:relative;width:100%;max-width:800px;height:500px;overflow:hidden;border-radius:20px;background:#f5f1e11a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(245,241,225,.2)}.review-carousel .review-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translate(100%);transition:all .6s ease-in-out;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.review-carousel .review-slide.active{opacity:1;transform:translate(0)}.review-carousel .review-content{text-align:center;max-width:600px}.review-carousel .review-stars{margin-bottom:1.5rem}.review-carousel .review-stars .star{font-size:1.8rem;color:gold;margin-right:.3rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.review-carousel .review-stars .star.filled{color:gold}.review-carousel .review-stars .star:not(.filled){color:#ffd7004d}.review-carousel .review-text{font-size:1.3rem;line-height:1.6;color:var(--white);margin:0 0 2rem;font-style:italic;position:relative}.review-carousel .review-text:before,.review-carousel .review-text:after{content:'"';font-size:2.5rem;color:var(--green);font-weight:700;position:absolute;top:-10px}.review-carousel .review-text:before{left:-20px}.review-carousel .review-text:after{right:-20px}.review-carousel .review-author strong{display:block;font-size:1.2rem;color:var(--white);margin-bottom:.5rem;font-weight:700}.review-carousel .review-author .review-gym{color:var(--primary);font-size:1rem;opacity:.8}.review-carousel .review-nav{background:#f5f1e133;border:2px solid rgba(245,241,225,.3);color:var(--white);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.review-carousel .review-nav:hover{background:#f5f1e14d;border-color:var(--green);transform:scale(1.1)}.review-carousel .review-nav:active{transform:scale(.95)}.review-carousel .review-nav svg{font-size:1.2rem}.review-carousel .review-nav-prev{margin-right:2rem}.review-carousel .review-nav-next{margin-left:2rem}.review-carousel .review-indicators{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:.8rem}.review-carousel .review-indicator{width:12px;height:12px;border-radius:50%;border:none;background:#f5f1e14d;cursor:pointer;transition:all .3s ease}.review-carousel .review-indicator:hover{background:#f5f1e199;transform:scale(1.2)}.review-carousel .review-indicator.active{background:var(--green);transform:scale(1.3);box-shadow:0 0 10px #4caf5080}@media (max-width: 768px){.review-carousel{padding:2rem 0;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.review-carousel .review-carousel-header{margin-bottom:2rem;padding:0 1rem}.review-carousel .review-carousel-header h2{font-size:2.2rem}.review-carousel .review-carousel-header p{font-size:1.1rem}.review-carousel .review-carousel-container{padding:0 1rem;flex-direction:column}.review-carousel .review-slides{height:450px;margin-bottom:1rem;border-radius:0}.review-carousel .review-slide{padding:1.5rem}.review-carousel .review-text{font-size:1.1rem}.review-carousel .review-text:before,.review-carousel .review-text:after{font-size:2rem;top:-8px}.review-carousel .review-text:before{left:-15px}.review-carousel .review-text:after{right:-15px}.review-carousel .review-nav{position:relative;margin:0 1rem}.review-carousel .review-nav-prev,.review-carousel .review-nav-next{margin:0}.review-carousel .review-indicators{margin-top:1.5rem}}@media (max-width: 480px){.review-carousel .review-slides{height:640px}.review-carousel .review-slide{padding:1rem}.review-carousel .review-text{font-size:1rem}.review-carousel .review-nav{width:40px;height:40px}.review-carousel .review-nav svg{font-size:1rem}}.faq-container{max-width:800px;margin:0 auto;padding:2rem 0}.faq-item{margin-bottom:1rem;border:2px solid var(--purple);border-radius:12px;background:#fff;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 15px #8d6b9433;transform:translateY(-2px)}.faq-question{width:100%;background:#fff;border:none;outline:none;padding:1.5rem 2rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:var(--black);transition:all .3s ease;font-family:var(--font-main);border-radius:12px 12px 0 0}.faq-question:hover{background:#8d6b9440;color:var(--purple)}.faq-question:hover .faq-icon{background:var(--black);color:#fff;transform:scale(1.15);box-shadow:0 6px 16px #4c7a6a66}.faq-question:focus{outline:2px solid var(--purple);outline-offset:2px}.faq-question.active{background:var(--purple);color:#fff;border-radius:12px 12px 0 0}.faq-question.active .faq-icon{background:#fff;color:var(--purple);transform:rotate(45deg);box-shadow:0 4px 12px #ffffff4d}.faq-question.active:hover{background:#7a5982;color:#fff}.faq-question.active:hover .faq-icon{background:#fff;color:var(--purple)}.faq-question span:first-child{flex:1;padding-right:1rem;line-height:1.4}.faq-icon{font-size:2rem;font-weight:900;color:#fff;transition:all .3s ease;transform-origin:center;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--purple);box-shadow:0 4px 12px #8d6b9466;border:2px solid white}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;background:#fff;border-radius:0 0 12px 12px}.faq-answer.open{max-height:500px;border-top:1px solid rgba(141,107,148,.1)}.faq-answer-content{padding:2rem}.faq-answer-content p{color:var(--black)!important;margin:0 0 1.2rem;line-height:1.7;font-size:1rem}.faq-answer-content p:last-child{margin-bottom:0}.faq-answer-content ul,.faq-answer-content ol{margin:1rem 0;padding-left:1.5rem}.faq-answer-content ul li,.faq-answer-content ol li{margin-bottom:.5rem;line-height:1.6;color:var(--black)}#faq{background:linear-gradient(135deg,#f9f3e6,#f5f1e1);padding:4rem 0}#faq h2{color:var(--purple)!important;text-align:center;font-size:3rem;margin-bottom:3rem;font-weight:700}#faq .about-highlight{background:transparent;box-shadow:none;padding:0}@media (max-width: 768px){#faq{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:2rem 1rem}#faq h2{font-size:2.2rem;margin-bottom:2rem}}@media (max-width: 768px){.faq-container{padding:1rem}.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer-content{padding:0 1.5rem 1.2rem}#faq{padding:3rem 0}#faq h2{font-size:2.2rem;margin-bottom:2rem}}@media (max-width: 480px){.faq-question{padding:1.2rem 1rem;font-size:1rem}.faq-question span:first-child{padding-right:.8rem;line-height:1.3}.faq-answer-content{padding:1.5rem 1rem}.faq-answer-content p{font-size:.95rem}.faq-icon{font-size:1.8rem;width:32px;height:32px}}
