@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg: #FAFAF8;--bg-warm: #F5F3EF;--bg-cream: #EDE9E1;--text-primary: #1A1A1A;--text-secondary: #6B6B6B;--text-muted: #9A9A9A;--blue: #1B3A5C;--blue-light: #264D75;--blue-dark: #122840;--copper: #B87333;--copper-light: #D4915A;--copper-dark: #8F5A28;--white: #FFFFFF;--border: rgba(27, 58, 92, .08);--shadow-sm: 0 1px 3px rgba(0,0,0,.04);--shadow-md: 0 8px 30px rgba(0,0,0,.06);--shadow-lg: 0 20px 60px rgba(0,0,0,.08);--shadow-xl: 0 30px 80px rgba(0,0,0,.1);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--nav-height: 80px;--transition: cubic-bezier(.25, .46, .45, .94);--transition-spring: cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.lenis,html.lenis body{height:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;line-height:1.1;font-weight:700}.h-display{font-size:clamp(2.8rem,6vw,5.5rem);font-weight:800;letter-spacing:-.03em;line-height:1}.h-section{font-size:clamp(2rem,4vw,3.5rem);font-weight:700}.h-card{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600}.text-body{font-size:clamp(1rem,1.2vw,1.125rem)}.text-large{font-size:clamp(1.1rem,1.5vw,1.35rem);color:var(--text-secondary)}.text-small{font-size:.875rem;color:var(--text-muted)}.text-copper{color:var(--copper)}.text-blue{color:var(--blue)}.label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--copper)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.container-narrow{max-width:960px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.section{padding:clamp(5rem,10vw,10rem) 0}.section-sm{padding:clamp(3rem,6vw,6rem) 0}.custom-cursor{width:20px;height:20px;border:2px solid var(--blue);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:10000;transition:width .3s var(--transition),height .3s var(--transition),border-color .3s var(--transition),background .3s var(--transition),transform .1s linear;mix-blend-mode:difference}.custom-cursor.hover{width:50px;height:50px;background:#b8733326;border-color:var(--copper)}@media(hover:none){.custom-cursor{display:none}}.navbar{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);z-index:1000;transition:background .4s var(--transition),box-shadow .4s var(--transition),backdrop-filter .4s var(--transition)}.navbar.scrolled{background:#fafaf8eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--border)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.nav-logo{font-size:1.25rem;font-weight:700;color:var(--blue);letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.nav-logo .logo-icon{width:36px;height:36px;background:var(--blue);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.nav-logo .logo-icon svg{width:20px;height:20px;fill:var(--white)}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-secondary);position:relative;transition:color .3s var(--transition);padding:.25rem 0}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--copper);transition:width .3s var(--transition)}.nav-links a:hover,.nav-links a.active{color:var(--blue)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{font-size:.85rem!important;font-weight:600!important;color:var(--white)!important;background:var(--blue);padding:.65rem 1.5rem!important;border-radius:100px;transition:background .3s var(--transition),transform .3s var(--transition)!important}.nav-cta:after{display:none!important}.nav-cta:hover{background:var(--blue-light)!important;transform:translateY(-1px)}.hamburger{display:none;width:44px;height:44px;align-items:center;justify-content:center;z-index:1001}.hamburger-lines{width:24px;height:16px;position:relative}.hamburger-lines span{display:block;width:100%;height:2px;background:var(--blue);position:absolute;transition:all .3s var(--transition)}.hamburger-lines span:nth-child(1){top:0}.hamburger-lines span:nth-child(2){top:7px}.hamburger-lines span:nth-child(3){top:14px}.hamburger.open .hamburger-lines span:nth-child(1){top:7px;transform:rotate(45deg)}.hamburger.open .hamburger-lines span:nth-child(2){opacity:0}.hamburger.open .hamburger-lines span:nth-child(3){top:7px;transform:rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .4s var(--transition)}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700;color:var(--blue);opacity:0;transform:translateY(30px);transition:opacity .4s var(--transition),transform .4s var(--transition),color .3s}.mobile-menu.open a{opacity:1;transform:translateY(0)}.mobile-menu.open a:nth-child(1){transition-delay:.1s}.mobile-menu.open a:nth-child(2){transition-delay:.15s}.mobile-menu.open a:nth-child(3){transition-delay:.2s}.mobile-menu.open a:nth-child(4){transition-delay:.25s}.mobile-menu.open a:nth-child(5){transition-delay:.3s}.mobile-menu a:hover{color:var(--copper)}@media(max-width:900px){.nav-links{display:none}.hamburger{display:flex}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;padding-top:var(--nav-height);overflow:hidden;background:linear-gradient(160deg,#1e3a5f,#2a4f80)}.hero-bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(27,58,92,.04) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(184,115,51,.03) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:2;max-width:900px;padding:0 1.5rem}.hero-content .label{margin-bottom:1.5rem;display:inline-block}.hero-title{margin-bottom:1.5rem;overflow:hidden}.hero-title .char{display:inline-block;opacity:0;transform:translateY(100%)}.hero-subtitle{font-size:clamp(1.1rem,1.8vw,1.4rem);color:var(--text-secondary);font-weight:400;margin-bottom:3rem;opacity:0}.hero-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;opacity:0}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:fadeInUp 1s 1.5s forwards}.scroll-indicator .mouse{width:26px;height:40px;border:2px solid var(--text-muted);border-radius:13px;position:relative}.scroll-indicator .mouse .wheel{width:4px;height:8px;background:var(--copper);border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollWheel 2s infinite}.scroll-indicator span{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted)}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:600;padding:1rem 2.25rem;border-radius:100px;transition:all .4s var(--transition);position:relative;overflow:hidden;min-height:44px}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 10px 30px #1b3a5c40}.btn-secondary{background:transparent;color:var(--blue);border:1.5px solid var(--border)}.btn-secondary:hover{border-color:var(--blue);transform:translateY(-2px)}.btn-copper{background:var(--copper);color:var(--white)}.btn-copper:hover{background:var(--copper-light);transform:translateY(-2px);box-shadow:0 10px 30px #b8733340}.btn-large{padding:1.15rem 2.75rem;font-size:1.05rem}.magnetic-btn{transition:transform .3s var(--transition)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.service-card{background:var(--white);border-radius:var(--radius-lg);padding:clamp(2rem,3vw,3rem);transition:transform .5s var(--transition),box-shadow .5s var(--transition);border:1px solid var(--border);position:relative;overflow:hidden;cursor:pointer}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--blue),var(--copper));opacity:0;transition:opacity .4s var(--transition)}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-lg)}.service-card:hover:before{opacity:1}.service-card-icon{width:56px;height:56px;background:var(--bg-warm);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:background .3s}.service-card:hover .service-card-icon{background:#1b3a5c14}.service-card-icon svg{width:28px;height:28px;stroke:var(--blue);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.service-card h3{margin-bottom:.75rem}.service-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.service-card .card-arrow{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;font-weight:600;color:var(--copper);transition:gap .3s var(--transition)}.service-card:hover .card-arrow{gap:.75rem}.trust-section{background:var(--blue);color:var(--white);position:relative;overflow:hidden}.trust-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(184,115,51,.15) 0%,transparent 60%);pointer-events:none}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center;position:relative;z-index:1}@media(max-width:768px){.stats-grid{grid-template-columns:1fr;gap:2.5rem}}.stat-item .stat-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;color:var(--copper-light);line-height:1;margin-bottom:.5rem}.stat-item .stat-label{font-size:1rem;font-weight:400;opacity:.8}.testimonials-section{background:var(--bg-warm)}.testimonials-track{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 min(400px,85vw);scroll-snap-align:start;background:var(--white);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2.5rem);border:1px solid var(--border)}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars svg{width:18px;height:18px;fill:var(--copper)}.testimonial-text{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--bg-cream);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--blue)}.testimonial-author-info strong{display:block;font-size:.9rem}.testimonial-author-info span{font-size:.8rem;color:var(--text-muted)}.cta-banner{background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue) 50%,var(--blue-light) 100%);color:var(--white);text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(184,115,51,.2),transparent);top:-100px;right:-100px;border-radius:50%}.cta-banner .h-section{margin-bottom:1rem}.cta-banner p{font-size:1.15rem;opacity:.85;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.page-hero{min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;padding-top:calc(var(--nav-height) + 3rem);padding-bottom:3rem;overflow:hidden}.page-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(27,58,92,.04) 0%,transparent 100%)}.services-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:900px){.services-full-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services-full-grid{grid-template-columns:1fr}}.service-full-card{background:var(--white);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2.5rem);border:1px solid var(--border);transition:all .4s var(--transition);cursor:pointer}.service-full-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-full-card .sfc-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.service-full-card .sfc-icon{width:48px;height:48px;background:var(--bg-warm);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-full-card .sfc-icon svg{width:24px;height:24px;stroke:var(--blue);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.service-full-card h3{font-size:1.15rem}.service-full-card .sfc-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.service-full-card .sfc-details{max-height:0;overflow:hidden;transition:max-height .5s var(--transition),opacity .3s;opacity:0}.service-full-card.expanded .sfc-details{max-height:300px;opacity:1}.service-full-card .sfc-details ul{padding-top:1rem;border-top:1px solid var(--border)}.service-full-card .sfc-details li{padding:.4rem 0;font-size:.85rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.service-full-card .sfc-details li:before{content:"";width:6px;height:6px;background:var(--copper);border-radius:50%;flex-shrink:0}.service-full-card .sfc-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--copper);transition:gap .3s}.service-full-card:hover .sfc-toggle{gap:.75rem}.service-full-card .sfc-toggle-icon{transition:transform .3s}.service-full-card.expanded .sfc-toggle-icon{transform:rotate(180deg)}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}@media(max-width:768px){.about-story{grid-template-columns:1fr}}.about-image-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--bg-cream),var(--bg-warm));border-radius:var(--radius-lg);position:relative;overflow:hidden}.about-image-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1b3a5c0d,#b873330d)}.about-image-placeholder .placeholder-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.about-image-placeholder .placeholder-icon svg{width:64px;height:64px;stroke:var(--text-muted);fill:none;stroke-width:1;opacity:.4}.timeline{position:relative;padding-left:3rem;margin-top:3rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--border)}.timeline-item{position:relative;padding-bottom:3rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:"";position:absolute;left:-3rem;top:4px;width:14px;height:14px;background:var(--white);border:3px solid var(--copper);border-radius:50%;transform:translate(-6px)}.timeline-item .timeline-year{font-size:.8rem;font-weight:700;color:var(--copper);margin-bottom:.25rem}.timeline-item h4{font-size:1.1rem;margin-bottom:.5rem}.timeline-item p{color:var(--text-secondary);font-size:.9rem}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.team-grid{grid-template-columns:1fr}}.team-member{text-align:center}.team-member .member-avatar{width:120px;height:120px;border-radius:50%;background:var(--bg-cream);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--blue);transition:transform .3s var(--transition),box-shadow .3s}.team-member:hover .member-avatar{transform:scale(1.05);box-shadow:0 10px 30px #1b3a5c1a}.team-member h4{font-size:1rem;margin-bottom:.25rem}.team-member span{font-size:.85rem;color:var(--text-muted)}.cert-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cert-badge{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;transition:box-shadow .3s,transform .3s}.cert-badge:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.cert-badge-icon{width:44px;height:44px;background:var(--bg-warm);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cert-badge-icon svg{width:22px;height:22px;stroke:var(--copper);fill:none;stroke-width:1.5}.cert-badge strong{font-size:.9rem;display:block}.cert-badge span{font-size:.8rem;color:var(--text-muted)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem)}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{position:relative}.form-group input,.form-group textarea,.form-group select{width:100%;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem 1rem .75rem;font-family:inherit;font-size:.95rem;color:var(--text-primary);transition:border-color .3s,box-shadow .3s;outline:none;min-height:44px}.form-group textarea{min-height:140px;resize:vertical}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1b3a5c14}.form-group label{position:absolute;top:50%;left:1rem;transform:translateY(-50%);font-size:.95rem;color:var(--text-muted);pointer-events:none;transition:all .3s var(--transition)}.form-group textarea~label{top:1.25rem;transform:none}.form-group input:focus~label,.form-group input:not(:placeholder-shown)~label,.form-group textarea:focus~label,.form-group textarea:not(:placeholder-shown)~label{top:.5rem;transform:none;font-size:.7rem;font-weight:600;color:var(--blue);letter-spacing:.05em}.contact-info-block{display:flex;flex-direction:column;gap:2rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start}.contact-info-item .cii-icon{width:44px;height:44px;background:var(--bg-warm);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-item .cii-icon svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.5}.contact-info-item h4{font-size:.95rem;margin-bottom:.25rem}.contact-info-item p,.contact-info-item span{font-size:.9rem;color:var(--text-secondary)}.map-placeholder{width:100%;aspect-ratio:16/9;background:var(--bg-cream);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;border:1px solid var(--border);position:relative;overflow:hidden}.map-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 30px,rgba(27,58,92,.03) 30px,rgba(27,58,92,.03) 31px),repeating-linear-gradient(90deg,transparent,transparent 30px,rgba(27,58,92,.03) 30px,rgba(27,58,92,.03) 31px)}.map-placeholder svg{width:48px;height:48px;stroke:var(--text-muted);fill:none;stroke-width:1;opacity:.5;z-index:1}.opening-hours{background:var(--white);border-radius:var(--radius-md);padding:1.5rem;border:1px solid var(--border)}.opening-hours h4{font-size:1rem;margin-bottom:1rem}.opening-hours .hours-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.9rem}.opening-hours .hours-row span:first-child{color:var(--text-secondary)}.opening-hours .hours-row span:last-child{font-weight:600}.opening-hours .hours-row.highlight span:last-child{color:var(--copper)}.footer{background:var(--blue-dark);color:#ffffffb3;padding:clamp(3rem,6vw,5rem) 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:500px){.footer-grid{grid-template-columns:1fr}}.footer-brand .nav-logo{margin-bottom:1rem}.footer-brand .nav-logo{color:var(--white)}.footer-brand p{font-size:.9rem;line-height:1.7;max-width:300px}.footer h5{color:var(--white);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.footer ul li{margin-bottom:.75rem}.footer ul li a{font-size:.9rem;transition:color .3s}.footer ul li a:hover{color:var(--copper-light)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8rem}.footer-bottom a{transition:color .3s}.footer-bottom a:hover{color:var(--copper-light)}.cultivate-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;opacity:.6;transition:opacity .3s}.cultivate-badge:hover{opacity:1}.section-header{text-align:center;margin-bottom:clamp(3rem,5vw,5rem)}.section-header .label{margin-bottom:1rem;display:block}.section-header .h-section{margin-bottom:1rem}.section-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:clamp(1rem,1.2vw,1.1rem)}.reveal{opacity:0;transform:translateY(40px)}.reveal.revealed{opacity:1;transform:translateY(0);transition:opacity .8s var(--transition),transform .8s var(--transition)}.reveal-stagger>*{opacity:0;transform:translateY(30px)}.page-transition-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--blue);z-index:9999;transform:translateY(100%);pointer-events:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.hero-title .char{opacity:1;transform:none}.hero-subtitle,.hero-buttons{opacity:1}.custom-cursor{display:none}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.mt-4{margin-top:2rem}.mt-6{margin-top:3rem}.hero-animated{position:relative;overflow:hidden}.hero-animation-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none;opacity:.55}.pipe-animation{width:100%;max-width:1200px;height:auto}.hero-content-over{position:relative;z-index:2}.pipe-segment{opacity:0;transform:translateY(-200px)}.tub-part{opacity:0;transform-origin:center center;transform:scale(.6) translateY(60px)}@keyframes waterWave{0%,to{d:path("M 392 460 L 392 400 Q 450 385 555 395 Q 660 385 718 400 L 718 460 Q 718 498 695 498 L 415 498 Q 392 498 392 460 Z")}50%{d:path("M 392 460 L 392 400 Q 450 405 555 390 Q 660 405 718 395 L 718 460 Q 718 498 695 498 L 415 498 Q 392 498 392 460 Z")}}.water-fill path{animation:waterWave 3s ease-in-out infinite;animation-play-state:paused}.water-fill.active path{animation-play-state:running}@keyframes rippleFloat{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.water-ripples ellipse{animation:rippleFloat 2s ease-in-out infinite}.water-ripples ellipse:nth-child(2){animation-delay:-.7s}.water-ripples ellipse:nth-child(3){animation-delay:-1.4s}@keyframes dropFall{0%{opacity:.8;transform:translateY(0)}to{opacity:0;transform:translateY(80px)}}.water-drops .drop{animation:dropFall 1s ease-in infinite}.drop-1{animation-delay:0s!important}.drop-2{animation-delay:.3s!important}.drop-3{animation-delay:.6s!important}@keyframes steamFloat{0%{opacity:0;transform:translateY(0) scaleX(1)}30%{opacity:.3}70%{opacity:.15}to{opacity:0;transform:translateY(-60px) scaleX(1.5)}}.steam-wisp{animation:steamFloat 4s ease-out infinite}.steam-1{animation-delay:0s}.steam-2{animation-delay:1.5s}.steam-3{animation-delay:3s}@keyframes handleTurn{0%{transform:rotate(0)}to{transform:rotate(-45deg)}}@media(max-width:768px){.hero-animation-wrapper{opacity:.15;align-items:flex-end;padding-bottom:2rem}}@media(prefers-reduced-motion:reduce){.pipe-segment,.tub-part{opacity:1!important;transform:none!important}.water-fill path,.water-ripples ellipse,.water-drops .drop,.steam-wisp{animation:none!important}}.hero-video{position:relative;overflow:hidden}.hero-video-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-vid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease-in-out}.hero-vid.active{opacity:1}.hero-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f141e59,#0f141e8c 40%,#0f141eb3,#0f141ecc);z-index:2}.hero-video-dots{position:absolute;bottom:100px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:5}.hero-dot{width:40px;height:4px;border:none;border-radius:2px;background:#ffffff4d;cursor:pointer;transition:all .4s ease;padding:0;position:relative;overflow:hidden}.hero-dot:after{content:"";position:absolute;left:0;top:0;height:100%;width:0%;background:#fff;border-radius:2px;transition:width 0s}.hero-dot.active:after{width:100%;transition:width 6s linear}.hero-dot:hover{background:#ffffff80}.hero-video .hero-content-over{z-index:3}.hero-video .hero-content-over .label{color:#ffffffb3;border-color:#fff3}.hero-video .hero-content-over .hero-title,.hero-video .hero-content-over .hero-title .char{color:#fff}.hero-video .hero-content-over .hero-subtitle{color:#fffc}.hero-video .hero-content-over .btn-primary{background:var(--copper);color:#fff;border-color:var(--copper)}.hero-video .hero-content-over .btn-primary:hover{background:#d4956a;border-color:#d4956a}.hero-video .hero-content-over .btn-secondary{color:#fff;border-color:#ffffff4d}.hero-video .hero-content-over .btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-video .scroll-indicator{z-index:3;color:#ffffff80}.hero-video .scroll-indicator .mouse{border-color:#fff6}.hero-video .scroll-indicator .wheel{background:#ffffff80}.hero-video~.section:first-of-type{position:relative}@media(max-width:768px){.hero-video-dots{bottom:80px}.hero-dot{width:28px}}.service-card-img{width:100%;height:200px;overflow:hidden;border-radius:12px;margin-bottom:1.5rem}.service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-card:hover .service-card-img img{transform:scale(1.08)}.service-full-card-img{width:100%;height:220px;overflow:hidden;border-radius:12px;margin-bottom:1.5rem}.service-full-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-full-card:hover .service-full-card-img img{transform:scale(1.05)}.testimonials-section.has-bg{position:relative;background-size:cover;background-position:center;background-attachment:fixed}.testimonials-section.has-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fafaf8eb;z-index:0}.testimonials-section.has-bg>.container{position:relative;z-index:1}.about-image{width:100%;border-radius:16px;overflow:hidden;margin:2rem 0}.about-image img{width:100%;height:auto;display:block;border-radius:16px}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin:3rem 0}.about-story-grid .about-image{margin:0}@media(max-width:768px){.about-story-grid{grid-template-columns:1fr;gap:2rem}}.contact-image-accent{width:100%;height:300px;border-radius:16px;overflow:hidden;margin-bottom:2rem}.contact-image-accent img{width:100%;height:100%;object-fit:cover}.cta-section.has-bg{position:relative;background-size:cover;background-position:center}.cta-section.has-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1b3a5ce6,#1b3a5cbf);z-index:0}.cta-section.has-bg>.container{position:relative;z-index:1}.cta-section.has-bg .h-section,.cta-section.has-bg p{color:#fff}.team-group-photo{width:100%;max-width:800px;margin:0 auto 3rem;border-radius:16px;overflow:hidden}.team-group-photo img{width:100%;height:auto;display:block;border-radius:16px}.cert-accent-image{width:100%;max-width:600px;margin:2rem auto 0;border-radius:16px;overflow:hidden}.cert-accent-image img{width:100%;height:250px;object-fit:cover;border-radius:16px}
