:root{--gold:#b07d2f;--gold-light:#d4a65b;--gold-dark:#8e5f1b;--bg-hero:#d6d9dc;--bg-about:#f8f9fa;--bg-services:#f2f5f8;--bg-white:#fff;--text-primary:#111;--text-secondary:#2a2a2a;--text-muted:#5a5a5a;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", -apple-system, sans-serif;--navbar-bg:#fca644;--cta-orange:#f25c22}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg-white);color:var(--text-primary);font-family:var(--font-serif);overflow-x:hidden}.navbar{z-index:1000;background:var(--navbar-bg);justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 1.5rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000014}.navbar.scrolled{height:55px;padding:0 1.5rem;box-shadow:0 4px 15px #0000001f}.nav-logo{align-items:center;width:100px;height:100%;text-decoration:none;display:flex;position:relative}.nav-logo-img{object-fit:contain;z-index:10;width:90px;height:90px;transition:all .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.navbar.scrolled .nav-logo-img{width:75px;height:75px}.nav-logo-text{font-family:var(--font-serif);color:#111;letter-spacing:2px;text-transform:uppercase;font-size:.8rem;font-weight:700;line-height:1.3}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:#111;font-family:var(--font-sans);letter-spacing:2px;text-transform:uppercase;font-size:.75rem;font-weight:500;text-decoration:none;transition:opacity .3s}.nav-links a:hover{opacity:.7}.nav-cta{font-family:var(--font-sans);letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:0 0;border:1.5px solid #111;padding:.55rem 1.5rem;text-decoration:none;transition:all .3s;color:#111!important;font-size:.7rem!important}.nav-cta:hover{background:#111;color:var(--navbar-bg)!important}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#111;border-radius:2px;width:26px;height:2.5px;transition:all .3s}.hero{background-image:linear-gradient(#d6d9dc4d,#d6d9dc4d),url("/images/WhatsApp Image 2026-07-04 at 4.19.18 PM.jpeg");background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:105vh;padding:8rem 1.5rem 6rem;display:flex;position:relative;overflow:hidden}.hero-watermark{z-index:0;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-watermark img{opacity:.06;object-fit:contain;width:90%;max-width:700px;height:auto}.hero-content-wrapper{z-index:2;text-align:center;width:100%;max-width:500px;margin:0 auto;position:relative}.hero-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.8rem,6vw,2.6rem);font-weight:400;line-height:1.2}.hero-tagline{font-family:var(--font-serif);color:var(--text-secondary);max-width:400px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1rem;font-style:italic;line-height:1.5}.hero-columns{text-align:left;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-top:1.5rem;display:flex}.hero-divider{background-color:#11111140;flex-shrink:0;align-self:center;width:1.5px;height:100px}.avatar-image{object-fit:cover;width:100%;height:100%}.hero-stats{flex-direction:column;flex:1;gap:1.5rem;display:flex}.hero-stat-item{flex-direction:column;display:flex}.hero-stat-number{font-family:var(--font-serif);color:var(--text-primary);font-size:clamp(2.2rem,8vw,3rem);font-weight:400;line-height:1}.hero-stat-label{font-family:var(--font-serif);color:var(--text-secondary);margin-top:.15rem;font-size:.9rem}.hero-avatar-side{flex:1;justify-content:center;align-items:center;display:flex}.avatar-ios-card{background:linear-gradient(135deg,#57b7f7 0%,#0076e4 100%);border-radius:50px;justify-content:center;align-items:flex-end;width:220px;height:220px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0076e44d,inset 0 2px 5px #fff6}.avatar-ios-card:after{content:"";pointer-events:none;background:linear-gradient(#ffffff26 0%,#0000 100%);height:50%;position:absolute;top:0;left:0;right:0}.avatar-silhouette{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;padding-bottom:20px;display:flex}.about-section{background-color:var(--bg-about);text-align:center;padding:5rem 1.5rem}.about-inner{max-width:500px;margin:0 auto}.about-logo-container{justify-content:center;margin-bottom:2rem;display:flex}.about-logo-img{object-fit:contain}.about-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(1.5rem,5vw,2rem);font-weight:500;line-height:1.3}.about-text{font-family:var(--font-serif);color:var(--text-secondary);text-align:center;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.about-text p{margin-bottom:1.2rem}.about-text p:last-child{margin-bottom:0}.btn-outline{color:var(--text-primary);border:1.5px solid var(--text-primary);font-family:var(--font-serif);cursor:pointer;background:0 0;border-radius:30px;margin-top:1.5rem;padding:.65rem 2.2rem;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--text-primary);color:var(--bg-about)}.services-section{background-color:var(--bg-services);text-align:center;padding:5rem 1.5rem}.services-inner{max-width:550px;margin:0 auto}.services-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:400}.services-intro{font-family:var(--font-serif);color:var(--text-secondary);margin-bottom:3rem;font-size:1rem;line-height:1.7}.service-block{flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.service-block:last-child{margin-bottom:0}.service-emblem{justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.5rem;display:flex}.service-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.4rem,4vw,1.8rem);font-weight:700}.service-desc{font-family:var(--font-serif);color:var(--text-secondary);max-width:500px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.service-sub{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1.2rem;font-size:1.3rem;font-weight:700}.bullet-list-container{text-align:left;width:100%;max-width:550px;margin:0 auto 1.5rem}.bullet-list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.bullet-list li{font-family:var(--font-serif);color:var(--text-secondary);padding-left:1.4rem;font-size:.95rem;line-height:1.5;position:relative}.bullet-list li:before{content:"•";color:var(--text-primary);font-size:1.1rem;position:absolute;top:0;left:.2rem}.service-location{font-family:var(--font-serif);color:var(--text-muted);margin-top:.8rem;margin-bottom:.8rem;font-size:.95rem}.master-section{background:var(--bg-about);text-align:center;padding:5rem 1.5rem}.master-inner{max-width:500px;margin:0 auto}.master-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:400}.master-avatar-container{border:3px solid var(--gold);background:#b07d2f08;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 1.5rem;padding:5px;display:flex;overflow:hidden;box-shadow:0 10px 25px #b07d2f26}.master-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.master-quote{font-family:var(--font-serif);color:var(--gold-dark);max-width:500px;margin:0 auto 1.5rem;font-size:1.1rem;font-style:italic;line-height:1.5}.master-bio-text{font-family:var(--font-serif);color:var(--text-secondary);text-align:center;max-width:500px;margin:0 auto;font-size:.95rem;line-height:1.7}.master-bio-text p{margin-bottom:1.2rem}.master-bio-text p:last-child{margin-bottom:0}.faq-section{background:var(--bg-services);text-align:center;padding:5rem 1.5rem}.faq-inner{max-width:500px;margin:0 auto}.faq-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:600}.faq-list{text-align:left;flex-direction:column;gap:0;display:flex}.faq-item{border-bottom:1px solid #0000000f;padding:1rem 0}.faq-item:first-child{padding-top:0}.faq-trigger{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.faq-trigger span:first-child{font-family:var(--font-serif);color:var(--text-secondary);padding-right:1.5rem;font-size:1rem;font-weight:400;line-height:1.4}.faq-icon{color:var(--text-muted);flex-shrink:0;font-size:1.2rem;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-content{max-height:0;padding-top:0;transition:max-height .35s ease-out,padding .35s ease-out;overflow:hidden}.faq-item.active .faq-content{max-height:300px;padding-top:.8rem}.faq-content p{font-family:var(--font-serif);color:var(--text-muted);font-size:.95rem;line-height:1.6}.cta-section{text-align:center;background-image:url(/images/luopan.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;padding:5rem 1.5rem;display:flex;position:relative;overflow:hidden}.cta-overlay{z-index:1;background:#f4f6f8e0;position:absolute;inset:0}.cta-content{z-index:2;max-width:450px;margin:0 auto;position:relative}.cta-title{font-family:var(--font-serif);color:var(--cta-orange);margin-bottom:1.2rem;font-size:clamp(1.6rem,5vw,2.4rem);font-style:italic;font-weight:400;line-height:1.3}.cta-text{font-family:var(--font-serif);color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.6}.findus-section{background:var(--bg-white);border-top:1px solid #00000014;padding:4rem 1.5rem}.findus-inner{flex-direction:column;gap:2.5rem;max-width:500px;margin:0 auto;display:flex}.findus-info{text-align:left;flex-direction:column;justify-content:flex-start;display:flex}.findus-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.3rem;font-size:clamp(1.6rem,4vw,2rem);font-weight:500}.findus-sub{font-family:var(--font-serif);color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.findus-detail{margin-bottom:1.5rem}.findus-detail h4{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.3rem;font-size:1.1rem;font-weight:600}.findus-detail p{font-family:var(--font-serif);color:var(--text-secondary);font-size:.95rem;line-height:1.5}.findus-detail p em{color:var(--text-muted);font-size:.85rem}.findus-map{aspect-ratio:4/3;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.findus-map iframe{border:none;width:100%;height:100%}.footer{text-align:center;background:var(--bg-about);border-top:1px solid #0000000d;padding:3rem 1.5rem}.footer-brand{font-family:var(--font-serif);color:var(--gold);letter-spacing:4px;text-transform:uppercase;margin-bottom:.4rem;font-size:1.1rem}.footer p{color:var(--text-muted);font-size:.75rem}.about-intro-highlight{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:1.1rem;font-weight:500;line-height:1.6}.about-divider-line{text-align:center;align-items:center;width:100%;margin:3rem 0 2rem;display:flex}.about-divider-line:before,.about-divider-line:after{content:"";border-bottom:1.5px solid var(--text-primary);flex:1}.about-divider-line:before{margin-right:1.5rem}.about-divider-line:after{margin-left:1.5rem}.about-divider-text{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;color:var(--text-primary);font-size:.75rem;font-weight:600}.about-cards{flex-direction:column;gap:1.5rem;width:100%;margin-bottom:2rem;display:flex}.about-card{background:var(--bg-white);border:1.8px solid var(--text-primary);text-align:left;border-radius:16px;align-items:center;gap:1.2rem;padding:1.2rem;transition:all .25s;display:flex;box-shadow:0 4px 12px #00000005}.about-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000d}.about-card-img-wrapper{background:#fdfdfd;border:1px solid #0000000d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.about-card-img{object-fit:cover}.about-card-content{flex:1}.about-card-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.about-card-desc{font-family:var(--font-sans);color:var(--text-secondary);font-size:.85rem;line-height:1.5}.about-badge{background:var(--bg-white);border:1.8px solid var(--text-primary);text-align:left;border-radius:30px;align-items:center;gap:1rem;width:100%;max-width:320px;margin:1.5rem auto 0;padding:.6rem 1.5rem;transition:all .25s;display:flex;box-shadow:0 4px 10px #00000005}.about-badge:hover{transform:translateY(-1px);box-shadow:0 6px 15px #0000000a}.about-badge-icon{color:var(--text-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-badge-text{flex-direction:column;display:flex}.about-badge-title{font-family:var(--font-sans);color:var(--text-primary);font-size:.85rem;font-weight:700}.about-badge-sub{font-family:var(--font-sans);color:var(--text-muted);margin-top:.05rem;font-size:.72rem}.btn-outline-pill{color:var(--text-primary);border:1.5px solid var(--text-primary);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;cursor:pointer;background:0 0;border-radius:30px;padding:.65rem 2.8rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 2px 6px #00000005}.btn-outline-pill:hover{background:var(--text-primary);color:var(--bg-white)}.whatsapp-float{color:#fff;z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #00000026}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.08);box-shadow:0 6px 25px #0003}@media (max-width:768px){.navbar{height:60px}.navbar.scrolled{height:50px}.nav-logo{width:80px}.nav-logo-img{width:75px;height:75px}.navbar.scrolled .nav-logo-img{width:60px;height:60px}.nav-links{display:none}.hamburger{display:flex}.nav-links.open{background:var(--navbar-bg);flex-direction:column;gap:1.2rem;width:100%;padding:1.5rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 20px #0000001a}.hero{align-items:center;min-height:80vh;padding-top:6.5rem;padding-bottom:5rem;display:flex}.hero-divider{height:80px}.hero-content-wrapper{max-width:100%}.hero-columns{flex-direction:row;gap:1.5rem}.avatar-ios-card{border-radius:40px;width:180px;height:180px}.avatar-silhouette{padding-bottom:15px}.avatar-silhouette svg{width:130px;height:130px}.findus-inner{flex-direction:column;gap:2rem}.about-section,.services-section,.master-section,.faq-section,.cta-section,.findus-section{padding:4rem 1.2rem}}@media (max-width:480px){.hero-columns{flex-direction:row;align-items:flex-start;gap:1rem}.hero-stats{gap:1.2rem}.hero-stat-number{font-size:2rem}.hero-stat-label{font-size:.8rem}.avatar-ios-card{border-radius:35px;width:150px;height:150px}.avatar-silhouette svg{width:110px;height:110px}.about-section,.services-section,.master-section,.faq-section,.cta-section,.findus-section{padding:3.5rem 1rem}.services-inner,.about-inner,.master-inner,.faq-inner,.cta-content,.findus-inner{max-width:100%}}@media (min-width:769px){.navbar,.navbar.scrolled{padding:0 3rem}.hero{min-height:105vh;padding:12rem 4rem 8rem}.hero-divider{height:140px}.hero-content-wrapper{max-width:1000px}.hero-title{margin-bottom:1.5rem;font-size:3.2rem}.hero-tagline{max-width:550px;margin-bottom:3.5rem;font-size:1.2rem}.hero-columns{gap:5rem;margin-top:2rem}.hero-stats{gap:2.5rem}.hero-stat-number{font-size:3.8rem}.hero-stat-label{margin-top:.3rem;font-size:1.05rem}.avatar-ios-card{border-radius:65px;width:300px;height:300px}.avatar-silhouette svg{width:180px;height:180px}.hero-watermark img{max-width:850px}.about-section{padding:7rem 4rem}.about-inner{max-width:750px}.about-title{margin-bottom:2rem;font-size:2.5rem}.about-text{margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.about-logo-container{margin-bottom:2.5rem}.btn-outline{padding:.75rem 2.5rem;font-size:1.1rem}.services-section{padding:7rem 4rem}.services-inner{max-width:800px}.services-title{margin-bottom:2rem;font-size:2.8rem}.services-intro{margin-bottom:4rem;font-size:1.1rem;line-height:1.8}.service-block{margin-bottom:5rem}.service-title{margin-bottom:1.5rem;font-size:2.2rem}.service-desc{max-width:680px;font-size:1.1rem;line-height:1.7}.bullet-list-container{max-width:600px;margin-bottom:2rem}.bullet-list li{font-size:1.05rem}.master-section{padding:7rem 4rem}.master-inner{max-width:750px}.master-title{margin-bottom:2.5rem;font-size:2.6rem}.master-avatar-container{width:200px;height:200px;margin-bottom:2rem}.master-quote{margin-bottom:2rem;font-size:1.35rem}.master-bio-text{max-width:680px;font-size:1.1rem;line-height:1.8}.faq-section{padding:7rem 4rem}.faq-inner{max-width:750px}.faq-title{margin-bottom:3rem;font-size:2.8rem}.faq-trigger span:first-child{font-size:1.15rem}.faq-item{padding:1.2rem 0}.cta-section{padding:7rem 4rem}.cta-content{max-width:700px}.cta-title{margin-bottom:1.5rem;font-size:2.8rem}.cta-text{margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.findus-section{padding:7rem 4rem}.findus-inner{flex-direction:row;gap:5rem;max-width:1000px}.findus-info{flex:1}.findus-map{flex:1.2}.findus-title{margin-bottom:.5rem;font-size:2.4rem}.findus-sub{margin-bottom:3rem;font-size:1.2rem}.findus-detail h4{font-size:1.25rem}.findus-detail p{font-size:1.1rem}.footer{padding:4rem}.footer-brand{font-size:1.25rem}.footer p{font-size:.8rem}}@media (min-width:1200px){.navbar,.navbar.scrolled{padding:0 5rem}.hero{padding:10rem 6rem 8rem}.hero-content-wrapper{max-width:1100px}.hero-title{font-size:3.5rem}.hero-columns{gap:6rem}.avatar-ios-card{border-radius:70px;width:340px;height:340px}.avatar-silhouette svg{width:200px;height:200px}.about-section,.services-section,.master-section,.faq-section,.cta-section,.findus-section{padding:8rem 6rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title,.hero-tagline{animation:.8s forwards fadeInUp}.hero-tagline{animation-delay:.15s}.hero-columns{animation:.8s .3s forwards fadeInUp}
